﻿/*base*/
* {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

b, strong {
    font-weight: normal;
}

i, em {
    font-style: normal;
}

img {
    vertical-align: top;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    outline: none;
    border: none;
    background: none;
}

body {
    /*font-family: 'Microsoft YaHei';*/
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
}

.wrap {
    width: 100%;
    overflow-x: hidden;
    color: #333;
    text-align: center;
}
.head, .head *{
 box-sizing: border-box;
}

.head {
    width: 100%;
    margin: 0 auto;
    padding: 0.75rem 0.5rem 0.8rem;
}

.head h1 {
    width: 3.9rem;
    height: 1.2rem;
}

.head h1 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/logo.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -999em;
}

.head .txt {
    height: 1.15rem;
    border-left: 1px solid #666;
    margin-left: 0.4rem;
    text-align: left;
}

.head .txt p {
    font-size: 0.45rem;
    font-weight: bold;
    color: #222;
    padding-left: 0.3rem;
    line-height: 0.7rem;
    margin-top: -0.1rem;

}
.head .txt p span{
    font-weight: normal;
    color: #222;
}
.head .tel {
    background: url(../images/tel.png) no-repeat;
    background-size: 1.05rem 1.05rem;
    font-size: 0.75rem;
    color: #222;
    padding-left: 1.3rem;
    height: 1.05rem;
    line-height: 1.05rem;
    margin-top: 0.1rem;
}

/*banenr*/
.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}


.banner .swiper-pagination{bottom: 0.5rem !important; }

/*p1*/
.wid {
    padding: 0 1.6rem;
    margin: 0 auto;
}

.title-box {
}

.title-box .title {
    font-size: 1.1rem;
    color: #222;
    position: relative;
    padding-bottom: 0.8rem;
    margin-bottom: 1.1rem;
    padding-top: 2rem;
    font-weight: 600;
    line-height: 1.3;
}

.title-box .title:after {
    content: '';
    display: block;
    clear: both;
    width: 1.25rem;
    height: 0.15rem;
    background: #ff7200;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.625rem;
}


.foot {
    font-size: 0.6rem;
    color: #999;
    line-height: 0.95rem;
    padding: 1rem 0 2rem;
    background: #191919;
}
/*part9*/
.part9{
    width:100%;
   /* height:5.5rem;*/
    background:url("../images/p9-bg.jpg") no-repeat center top;
    background-size:100% auto;
    padding-bottom: 1.0rem;
}
.part9 .title{
    padding-top: 1.5rem;
}
.part9 .title.c2 h2{
    color: #fff;
    font-size: 1.1rem;
}
.part9 .title.c2 h2 span{ color: #ed8210;}

.part9 form{
    /*margin-left:1.15rem;*/
}
.part9 input[type="text"]{

    width:90%;
    margin:0 auto 0.8rem;
    height:2.5rem;
    font-size:1.1rem;
    color:#dcdcdc;
    text-indent:0.6rem;
    line-height:2.5rem;
    border-radius:0.3rem;
    border: 1px solid #fff;
    padding-left: 2rem;
    box-sizing: border-box;
}
.part9 .sel{

    width:90%;
    margin:0 auto 0.8rem;
    height:2.5rem;
    font-size:1.1rem;
    color: #000000;
    text-indent:0.6rem;
    line-height:2.5rem;
    border-radius:0.3rem;
    border: 1px solid #fff;
    /*padding-left: 2rem;*/
    box-sizing: border-box;
}
.part9 .cit{

    width:90%;
    margin:0 auto 0.8rem;
    height:2.5rem;
    font-size:1.1rem;
    color: #000000;
    text-indent:0.6rem;
    line-height:2.5rem;
    border-radius:0.3rem;
    border: 1px solid #fff;
    /*padding-left: 2rem;*/
    box-sizing: border-box;
}
.part9 input[type="text"].tag1{
    background:url("../images/p9-tag1.png") no-repeat 0.3rem center;
    background-size:auto 100%;
}
.part9 input[type="text"].tag2{
    background:url("../images/p9-tag2.png") no-repeat 0.3rem center;
    background-size:auto 100%;
}
.part9 input[type="submit"]{
    width:90%;
    height:2.5rem;
    border-radius:0.3rem;
    margin:0 auto 0.8rem;
    font-size:1.1rem;
    color:#ffffff;
    text-align:center;
    line-height:0.69rem;
    background:#ed8210;
    border:none;
    cursor:pointer;
    -webkit-appearance: none;
}
