 /* GLOBAL STYLES
-------------------------------------------------- */

html,
body {
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", "Helvetica", "Microsoft YaHei", "宋体", "Droid Sans Fallback", "Heiti SC", "Hiragino Sans GB", "Simsun", "sans-self";
	-webkit-font-smoothing: antialiased;
	background-color: #FFFFFF;
	position: relative;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	vertical-align: middle;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

ul,
li {
	list-style-type: none;
}

a {
	blr: expression(this.onFocus=this.blur());
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

div,
a {
	tap-highlight-color: rgba(0, 0, 0, 0);
	focus-ring-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-focus-ring-color: rgba(0, 0, 0, 0);
}
img{
    width: 100%;
}
.container{
    width:100%;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}

.top{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:80px;
    background-color:#fff;
    overflow:hidden;
    box-shadow:0px 1px 1px rgba(0,0,0,0.1);
    z-index:300;
}
.top-c{
    width:1200px;
    height:80px;
    margin:0 auto;
    overflow:hidden;
}


.logo{
    width:99px;
    margin:1.7% 0 0 0;
    float:left;
}
.nav{
    float:right;
    width:28.5%;
    overflow:hidden;
}
.nav li{
    line-height:77px;
    padding:0 1%;
    font-size:16px;
    color:#333333;
    float:left;
    margin-left:9%;
    cursor:pointer;
    border-bottom:3px solid #fff;
}
.nav li:first-child{
    margin-left:0;
}
.nav li.active{
    color:#e60012;
    border-bottom:3px solid #e60012;
}
.nav li:hover{
    color:#e60012;
    border-bottom:3px solid #e60012;
}
.banner{
    width:100%;
    height:500px;
    background-image:url(../images/banner.jpg);
    background-position:center;
    background-size:cover;
    margin-top:80px;
}
.banner-txt{
    width:1200px;
    margin:0 auto;
    overflow:hidden;
}
.banner-t1{
    width:40%;
    
}
.banner-txt span{
    color:#e60012;
}
.banner-t2{
    width:100%;
    font-size:38px;
    color:#333;
    margin-top:1.8%;
    font-weight:600;
}
.content{
    width:100%;
    overflow:hidden;
    margin:0 auto;
}
.main{
    width:1200px;
    margin:0 auto;
    overflow:hidden;
}
.p0-box{
    width:100%;
    margin:60px auto 0;
    position:relative;
    overflow:hidden;
}
.p0-t1{
    position:absolute;
    left:50.7%;
    top:15%;
    font-size:24px;
    line-height:1.9em;
    color:#333;
    text-align:center;
}
.p0-t2{
    position:absolute;
    left:55.3%;
    top:65%;
    font-size:32px;
    color:#e60012;
    font-weight:600;
}
.title{
    width:100%;
    box-sizing:border-box;
    line-height:1em;
    padding-left:1.8%;
    border-left:5px solid #e60012;
    font-size:32px;
    color:#000000;
    margin:60px auto;
}
.p1-box{
    position:relative;
    width:100%;
    margin:0 auto 60px;
}
.p1-title{
    position:absolute;
    font-size:28px;
    color:#333333;
    font-weight:600;
}
.p1-title.t1{
    left:22.9%;
    top:22.5%;
}
.p1-title.t2{
    left:73.9%;
    top:22.5%;
}
.p1-ul{
    position:absolute;
    width:28%;
    left:22.8%;
    top:60%;
    overflow:hidden;
}
.p1-ul li{
    width:100%;
    overflow:hidden;
    margin:0 auto 5%;
}
.p1-ul li img{
    width:3.2%;
    float:left;
    margin-right:4.2%;
    margin-top:1%;
}
.p1-ul li p{
    font-size:20px;
    color:#333333;
    line-height:1.1em;
}
.p1-ul.ul2{
    left:74.2%;
}

.content#m1{
    background-image:url(../images/p2-bg.jpg);
    background-size:cover;
    background-position:center;
}
.content img{
    width:100%;
}

.p2-box{
    position:relative;
    overflow:hidden;
    width:100%;
    margin:0 auto 60px;
}

.p2-left{
    float:left;
    width:32.7%;
    margin-left:-0.5%;
    overflow:hidden;
}

.p2-ul{
    width:100%;
}
.p2-ul li{
    width:100%;
    position:relative;
    cursor:pointer;
    margin-bottom:4%;
}
.p2-main{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
.p2-ic{
    width:13.8%;
    float:left;
    margin-left:7.9%;
    margin-top:9%;
}
.p2-line{
    float:left;
    width:2.5%;
    margin-left:4.6%;
    margin-top:6%;
}
.p2-t1{
    font-size:26px;
    color:#333333;
    float:left;
    margin-left:4.5%;
    margin-top:10.5%;
}
.p2-img2{
    display:none;
}
.p2-ul li.active .p2-img1{
    display:none;
}
.p2-ul li.active .p2-img2{
    display:block;
}
.p2-ul li.active .p2-t1{
    color:#fff;
}
.p2-tip{
    width:100%;
    margin:4% auto 0;
}
.p2-tip img{
    width:4.7%;
    float:left;
    margin-left:3%;
    margin-top:0.8%;
}
.p2-tip p{
    float:left;
    margin-left:2.6%;
    font-size:16px;
    color:#666666;
}
.p2-qh{
    float:right;
    width:65%;
    position:relative;
    display:none;
}
.p2-qh.active{
    display:block;
}
.p2-btn{
    position:absolute;
    left:42%;
    top:73.2%;
    width:18%;
}
.p3-box{
    width:100%;
    position:relative;
    margin:0 auto 60px;
}
.show-pc{
    display:block;
}
.show-phone{
    display:none;
}
.p3-title{
    width:100%;
    margin:0 auto 10px;
}
.p4-list{
    width:100%;
    overflow:hidden;
    margin-bottom:2%;
}
.p4-left{
    width:47%;
    float:left;
    overflow:hidden;
}
.p4-right{
    width:47%;
    float:right;
    overflow:hidden;
    position:relative;
}
.p4-title{
    margin-right:1.8%;
    font-size:16px;
    color:#333333;
    margin-bottom:1.5%;
    overflow:hidden;
}
.p4-title span:first-child{
    color:#FF0000;
    font-size:20px;
   display:block;
   margin-right:1%;
   margin-top:0.7%;
}
.p4-title span{
     float:left;
}
.int{
    width:100%;
    border:1px solid #D9D9D9;
    font-size:14px;
    padding:2% 0;
    text-indent:1em;
    outline:none;
    border-radius:3px;
    background-color:#FAFAFA;
    box-sizing:border-box;
}
.slt{
      appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width:100%;
    box-sizing:border-box;
    font-size:14px;
    padding:1.7% 0 1.7% 2%;
    border:1px solid #D9D9D9;
    outline:none;
    border-radius:3px;
    float:left;
    background-color:#FAFAFA;
}
.p4-jiao{
    position:absolute;
    right:3%;
    top:68%;
    width:1.5%;
}
.p4-jiao img{
    width:100%;
}
.p4-xing{
    font-size:20px;
    float:left;
    color:#e20012;
    padding-top:2%;
    margin-left:2%;
}
.p4-btn{
    width:11.8%;
    margin:60px auto 0;
    cursor:pointer;
}

.bottom {
    width: 100%;
    height: 60px;
    background-color: #4d4d4d;
    text-align: center;
    font-size: 12px;
    line-height: 60px;
    color: #e5e5e5;
}

.bottom .main1 {
    margin-top: 0;
}

.bottom img {
    /*width: 1.3%;*/
    vertical-align: middle;
    display: inline-block;
    padding-left: 1%;
    padding-right: 0.5%;
}
.div-br img {
    width:16px;
}
.clear{
    clear:both;
}
.suc,.alert{
    width:100%;
    height:100%;
    position:fixed;
    background-color:rgba(0,0,0,0.8);
    left:0;
    top:0;
    z-index:999;
    display:none;
}
.suc-c,.al-c{
    width:400px;
    padding:1% 0;
    background-color:#fff;
    position:absolute;
    left:50%;
    margin-left:-200px;
    top:40%;
}
.suc-c,.al-c{
    font-size:20px;
    text-align:center;
    color:#333;
}
.suc-btn,.al-btn{
    width:28%;
    border-radius:3px;
    border:1px solid #e20012;
    font-size: 18px;
    margin:6% auto 0;
    color:#e60012;
    cursor:pointer;
    padding:1% 0;
}
.suc-btn:hover,.al-btn:hover{
     background-color:#e60012;
    color:#fff;
}

 .banner-txt{
    width:1200px;
    height:100%;
    margin:0 auto;
    overflow:hidden;
 }
 .banner-t1{
    width:40%;
    margin-top:13%;
 }
 .p3-txt{
        width:100%;
        text-align:center;
        font-size:24px;
        margin:0% auto 4%;
        line-height:1.5em;
    }
 .p3-txt a{
    color:#e60012;
    text-decoration:none;
    font-weight:600;
 }
@media(max-width:1400px){
    .banner{
        height:400px;
    }
     .banner-t1{
        margin-top:8%;
     }
}
@media(max-width:1200px){
    .top-c{
        width:960px;
    }
    .logo{
        margin-top:2%;
    }
    .main{
        width:960px;
    }
    .banner{
        height:300px;
    }
    .banner-txt{
        width:960px;
    }
     .banner-t1{
        margin-top:6%;
        font-size:48px;
     }
     .banner-t2{
        font-size:32px;
     }

    .suc-c, .al-c{
        padding:2% 0;
    }
    .p0-t1{
        font-size:20px;
        left:50%;
    }
    .p0-t2{
        left:51.5%;
        top:65%;
        font-size:30px;
    }
    .p1-ul li p{
        font-size:18px;
        float:left;
        width:92.6%;
    }
    .p2-t1{
        font-size:20px;
    }
    .nav{
        width:35.5%;
    }
    .p4-jiao{
        width:2.5%;
    }
    .title{
        font-size:30px;
    }
     .p3-txt{
        font-size:20px;
     }
}
@media(max-width:960px){
    .banner{
        height:250px;
    }
    .top-c{
        width:750px;
    }
    .logo{
        margin-top:3%;
    }

    .main,.banner-txt{
        width:750px;
    }
    .banner-t2{
        font-size:30px;
    }
    .title{
        font-size:24px;
        margin:30px 0;
    }
    .p0-t1{
        font-size:16px;     
    }
    .p0-t1{
        font-size:24px;     
    }
    .p1-ul li p{
        font-size:16px;
    }
    .p2-t1,.p3-txt{
        font-size:16px;
    }
    .p4-btn{
        margin:30px auto 0;
    }
    .p3-box,.p2-box{
        margin-bottom:30px;
    }
    
}
@media(max-width:768px){
    .top{
        height:auto;
        overflow:visible;
    }
    .top-c{
        width:100%;
        height:auto;
        background-color:#fff;
        box-shadow:0px 1px 1px rgba(0,0,0,0.1);
        overflow:visible;
    }
     .logo{
        width:17.2%;
        padding:3% 0;
        margin:0 0 0 5.3%;
    }
    .clear{
        clear: both;
    }
    .menu-w {
        width:4.4%;
        position:absolute;
        top:34%;
        right:5%;
    }
    .menu-w img {
        width:100%;
    }
    .nav{
        position:absolute;
        top:100%;
        right:0;
        background-color:rgba(0,0,0,0.8);
        width:66%;
        z-index:10;
        display:none;
    }
    .nav li.active{
        color:#fff;
        border-bottom:1px solid #666;
    }
    .nav li:hover{
        color:#fff;
        border-bottom:1px solid #666;
    }
    .nav li{
        float:none;
        width:100%;
        text-align:center;
        font-size:4vw;
        line-height:3.5em;
        border-bottom:1px solid #666;
        margin-left:0;
        color:#fff;
    }
    .nav li:last-child{
        border-bottom:none;
    }
    .banner-txt{
        width:100%;
        height:100%;
        position:absolute;
        left:0;
        top:0;
    }
    .banner{
        position:relative;
        height:auto;
        background:none;
        margin-top:14%;
    }
    .banner>img{
        width:100%;
    }
    .banner-t1{
        width:55.3%;
        margin-top:12%;
          margin-left:9.5%;
    }
    .banner-t2{
        font-size:4.8vw;
         margin-left:9.5%;
         margin-top:3%;
    }
    .main{
        width:100%;
    }
    .title{
        width:100%;
        padding-left:0;
        border:none;
        text-align:center;
        margin:6% auto 2%;
        font-size:4.6vw;
        color:#333;
    }
    .p0-t1{
        width:100%;
        left:0;
        font-size:3.5vw;
        top:60%;
    }
    .p0-t2{
        width:100%;
        left:0;
        font-size:4.6vw;
        top:83%;
        text-align:center;
    }
    .line{
        width:8.8%;
        height:4px;
        background-color:#e60012;
        margin:0 auto 4%;
    }
    .p0-box{
        width:93.7%;
        margin:8% auto 0;
    }
    .p1-box{
        width:94.7%;
        margin:0 auto 6%;
    }
    .p1-title{
        font-size:4vw;
    }
    .p1-title.t1{
        left:38.7%;
        top:10.5%;
    }
    .p1-title.t2{
        top:67.3%;
        left:11.3%;
    }
    .p1-ul{
        width:61.3%;
        left:38.7%;
        top:26.4%;
    }
    .p1-ul li img{
        width:2.5%;
        float:left;
        margin-right:3.4%;
    }
    .p1-ul li p{
        width:94.1%;
        font-size:3.2vw;
    }
    .p1-ul.ul2{
        left:11.1%;
        top:83%;
    }
    .p2-box{
        width:100%;
        margin:0 auto 6%;
    }
    .p2-left{
        width:100%;
        margin:0 auto;
        float:none;
    }
    .p2-ul{
        width:96.3%;
        margin:0 auto;
        float:none;
        overflow:hidden;
    }
    .p2-ul li{
        width:33.33%;
        margin-bottom:0;
        float:left;
        overflow:hidden;
    }
    .p2-ic{
        float:none;
        width:22.5%;
        margin:12% auto 0;
    }
    .p2-line{
        float:none;
        width:100%;
        margin:6% auto 0;
    }
    .p2-t1{
        width:100%;
        text-align:center;
        margin:5% auto 0;
        font-size:3.2vw;
    }
    .p2-right{
        width:100%;
        float:none;
        margin:3% auto 0;
        overflow:hidden;
    }
    .p2-qh{
        width:100%;
        float:none;
        margin:0 auto;
    }
    .p2-btn{
        position:absolute;
        width:27.1%;
        top:auto;
        bottom:0;
        left:36.6%;
    }
    .p2-tip{
        width:43.5%;
        margin:2% auto 0;
        overflow:hidden;
    }
    .p2-tip img{
        width:6.7%;
        margin-right:4%;
        margin-left:0;
    }
    .p2-tip p{
        width:89.3%;
        font-size:2.8vw;
        margin-left:0;
    }
    .p4-box{
        margin:4% auto;
    }
    .content.bg2{
        margin-top:5%;
    }
    .show-phone{
        display:block;
    }
    .show-pc{
        display:none;
    }
    .p4-xing{
        display:none;
    }
    .p4-list{
        margin-bottom:0;
    }
    .p4-left,.p4-right{
        width:92.4%;
        margin:0 auto 4%;
        float:none;
    }
    .p4-w-xing{
        font-size:4vw;
        float:left;
        display:block;
    }
    .p4-title span:first-child{
        margin-right:13.8%;
        margin-top:5%;
    }
    .p4-title{
        width:13.5%;
        float:left;
        color:#333333;
        font-size:3.2vw;
        overflow:hidden;
        margin-right:0;
        margin-bottom:0;
        margin-top:2%;
    }
    .int,.slt{
        width:86.5%;
        box-sizing:border-box;
        box-shadow:none;
        -webkit-appearance: none ;
        font-size:3.6vw;
        padding:2% 0 2% 3%;
        float:left;
    }
    .int{
        padding-left:0;
    }
    .slt option{
        font-size:3.2vw;
    }
    input:-webkit-autofill,select:-webkit-autofill {  
    -webkit-box-shadow: 0 0 0px 1000px white  inset !important;  
} 
    .p3-box{
        width:100%;
        margin:0 auto 7%;
    }

    .p4-jiao{
        width:2%;
        top:40%;
        right:6%;
    }
    .p4-btn{
        width:28%;
        margin-bottom:0;
        margin-top:4%;
    }
    .bottom{
        height:auto; 
        line-height:1.7em;
        padding:2% 0;
    }
    .bottom span{
        display:block;
    }
    .bottom img{
        width: 5%;
    }
    .al-c,.suc-c{
        width:80%;
        left:10%;
        margin-left:0;
        padding:7% 0;
    }
    .al-btn,.suc-btn{
        background-color:#e60012;
        color:#fff;
    }
    .p3-txt{
        font-size:3.5vw;
        line-height:1.7em;
        margin:0 auto 5%;
    }
    .p3-title{
        width:100%;
        margin-bottom:2%;
    }
   
}

@media(max-width:414px){
    .logo{
        width:75px;
    }
    
}
@media(max-width:375px){
    .logo{
        width:70px;
    }
    
}



