@charset "utf-8";
*{  padding:0;margin:0;border:none;text-decoration:none;  list-style-type:none;  font-family:'Microsoft YaHei',sans-serif;  color:#000;  }
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,ul,ol,li{margin:0; padding:0; text-indent:0; font-weight:normal;font-size:14px; color:#333333;}
ul,ol{list-style:none; text-indent:0; list-style-position:outside;}  img{border:0;}
.clear{  clear:both; }
img{display:block;}
.browserupgrade{  margin:0;  z-index:9999;  width:100%;  height:42px;  color:#e50b71;  text-indent:20px;  line-height:42px;  overflow:hidden;  background:#222222;  border-bottom:4px solid #000000;  }
.browserupgrade a{  font-size:16px;  color:#fdc12d;  cursor:pointer; }
.browserupgrade a.brow-close{  font-size:14px;  margin-right:20px;  float:right; }
a{cursor:pointer;}
.clear{clear:both;}
.body{
    width:7.5rem;
    margin:0 auto;
    overflow: hidden;
}
.main{
    width:6.9rem;
    margin:0 auto;
}
.banner img{
    width:100%;
}
.ztn{
    overflow: hidden;
}
.ztn .title{
    width:100%;
    margin-top:0.5rem;
    overflow: hidden;
}
.ztn .title h2{
    font-size:0.42rem;
    font-weight:bold;
    height:0.7rem;
    text-align: center;
    background: url(../images/title_hr.jpg) no-repeat center bottom 0;
    background-size:0.95rem 0.07rem;
}
.ztn .title p{
    font-size:0.24rem;
    color:rgba(44,44,42,0.6);
    text-align: center;
    margin-top:0.1rem;
}


.ztn1{
    background-color: #f2f2f2;
}
.ztn1 form{
    width:100%;
    overflow: hidden;
    margin-top:0.4rem;
}
.ztn1 form input.phone{
    width:100%;
    height:0.93rem;
    border:solid 1px #cccccc;
    border-radius:0.1rem;
    box-sizing: border-box;
    background: url(../images/form1_phone.png) no-repeat left 0.3rem center;
    background-size:0.57rem 0.43rem;
    padding-left:1rem;
    font-size:0.28rem;
    color:#333333;
    line-height:0.93rem;
}
.ztn1 form input.phone::-webkit-input-placeholder{
    color:#cccccc;
}
.ztn1 form p.tj{
    width:100%;
    border-radius: 0.1rem;
    height:0.93rem;
    line-height:0.93rem;
    background-color: #ee484e;
    margin-top:0.3rem;
    font-size:0.36rem;
    text-align: center;
    color:#ffffff;
    margin-bottom:0.5rem;
}
.ztn2{
    background-color: #ffffff;
}
.ztn2 .container{
    width:7.2rem;
    margin-top:0.4rem;
}
.ztn2 .container .box{
    width:3.3rem;
    float:left;
    margin-right:0.3rem;
    overflow: hidden;
    border:solid 1px #ecf3ff;
    box-sizing: border-box;
}
.ztn2 .container .box .tit{
    width:100%;
    height:0.6rem;
    background-color: #f3f8ff;
    margin-top:0;
    font-size:0.28rem;
    color:#ee484e;
    font-weight:bold;
    text-align: center;
    line-height:0.6rem;
}
.ztn2 .container .box .info{

}
.ztn2 .container .box .info img{
    width:1.53rem;
    margin:0.25rem auto;
}
.ztn2 .container .box .info p{
    text-align: center;
}
.ztn2 .container .box .info p.l1{
    font-size:0.18rem;
    color:#666666;

}
.ztn2 .container .box .info p.l2{
    font-size:0.17rem;
    color:#333333;
    font-weight:bold;

}
.ztn2 .container .box .info span{
    width:1.25rem;
    height:0.35rem;
    border-radius: 0.175rem;
    background-color: #ee484e;
    line-height:0.35rem;
    text-align: center;
    margin:0.15rem auto 0.25rem auto;
    font-size:0.18rem;
    color:#ffffff;
    display:block;
}
.ztn2 form{
    width: 5.45rem;
    margin:0 auto;
}
.ztn2 form input{
    width:3.25rem;
    height:0.55rem;
    float:left;
    margin-top:0.3rem;
    border:solid 1px #ee484e;
    box-sizing: border-box;
    border-top-left-radius: 0.07rem;
    border-bottom-left-radius: 0.07rem;
    font-size:0.2rem;
    padding-left:0.2rem;
}
.ztn2 form span.tj{
    float:left;
    width:2.2rem;
    height:0.55rem;
    line-height:0.55rem;
    text-align: center;
    background-color: #ee484e;
    font-size:0.24rem;
    color:#ffffff;
    margin-top:0.3rem;
    border-top-right-radius: 0.07rem;
    border-bottom-right-radius: 0.07rem;
    margin-bottom:0.4rem;
}
.ztn2 form input.phone::-webkit-input-placeholder{
    color:#cccccc;
}
.ztn3{
    background-color: #f2f2f2;
}
.ztn3 .container{
    margin-top:0.35rem;
}
.ztn3 .container img{
    width:6.3rem;
    margin:0 auto;
}
.ztn3 .container ul{
    counter-reset: section;
    width:6.3rem;
    margin:0.35rem auto 0.35rem auto;
    overflow: hidden;

}
.ztn3 .container ul li{
    height:0.35rem;
    font-size:0.24rem;
    line-height:0.35rem;
    color:#383838;
    float:left;
    margin-bottom:0.23rem;
}
.ztn3 .container ul li:before{
    counter-increment: section;
    content: counter(section);
    margin-right: 10px;
    width: 0.35rem;
    height: 0.35rem;
    line-height: 0.35rem;
    background: #ee484e;
    color: #fff;
    font-size: 0.22rem;
    display:block;
    border-radius:0.175rem;
    text-align: center;
    float:left;
}

.ztn3 .container ul li.l1,.ztn3 .container ul li.l3{
    width:2.7rem;
}
.ztn4{
    background: url(../images/ztn4_1.jpg) no-repeat center;
}
.ztn4 .container{
    margin-top:0.7rem;
    background:url(../images/ztn4_3.png) no-repeat top 0.95rem center;
    background-size:6.3rem auto;
}
.ztn4 .container .con{
    overflow: hidden;
    width:4.6rem;
    margin:0 auto;
}
.ztn4 .container .box{
    width:2.03rem;
    height:1.88rem;
    background-color: #353535;
    border-top-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    position:relative;
    padding:0.5rem 0 0 0.28rem;
    box-sizing: border-box;
    margin-bottom:0.5rem;
}
.ztn4 .container .box1,.ztn4 .container .box3,.ztn4 .container .box5,.ztn4 .container .box7{
    float:left;
}
.ztn4 .container .box2,.ztn4 .container .box4,.ztn4 .container .box6,.ztn4 .container .box8{
    float:right;
}
.ztn4 .container .box span{
    width:0.82rem;
    height:0.3rem;
    position:absolute;
    top:0;
    left:0;
    background-color:#ffe493;
    font-size:0.28rem;
    color:#2d2f2f;
    line-height:0.3rem;
    text-align: center;
}
.ztn4 .container .box h3{
    font-size:0.27rem;
    color:#fbe495;
    background: url(../images/ztn4_2.jpg) no-repeat bottom left;
    line-height:0.45rem;
    margin-bottom:0.05rem;

}
.ztn4 .container .box p{
    font-size:0.22rem;
    color:#e7e7e7;
}
.ztn5{
    background-color: #f2f2f2;
}
.ztn5 .container{
    margin-top:0.5rem;
}
.ztn5 .box{
    width:100%;
    overflow: hidden;
    margin-bottom:0.25rem;
}
.ztn5 .box .left{
    float:left;
}
.ztn5 .box .right{
    float:right;
}
.ztn5 .box .img{
    width:3.72rem;
    height:2.29rem;
}
.ztn5 .box .img img{
    width:100%;
}
.ztn5 .box .con{
    width:2.7rem;
}
.ztn5 .box .con h3{
    font-size:0.43rem;
    color:#e50c1f;
    margin-top:0.4rem;
    background:url(../images/ztn5_5.png) no-repeat left center;
    background-size:0.42rem auto;
}
.ztn5 .box1 .con h3:before{
    content:'1';
}
.ztn5 .box2 .con h3:before{
    content:'2';
}
.ztn5 .box3 .con h3:before{
    content:'3';
}
.ztn5 .box4 .con h3:before{
    content:'4';
}
.ztn5 .box .con h3:before{

    display:block;
    margin-right:0.1rem;
    color:#ffffff;
    float:left;
    width:0.42rem;
    text-align: center;
}

.ztn5 .box .con p{
    font-size:0.23rem;
    color:#777777;
    margin-top:0.1rem;
}
.ztn6 .title p{
    width:6rem;
    margin:0.1rem auto  0 auto;
}
.ztn6 .container {
    width: 7rem;
    margin: 0.5rem auto 0.65rem auto;
    position:relative;
}


.ztn6 .container .dg-wrapper{
    width:2.88rem;
    height:3.3rem;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ztn6 .container .dg-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.05rem 0.2rem rgba(65,130,204,0.3);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}
.ztn6 .container .dg-wrapper a .zhezhao {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(54,62,73,0.5);
}
.ztn6 .container .dg-wrapper a.dg-center .zhezhao {
    background-color: rgba(54,62,73,0);
}
.ztn6 .container .dg-wrapper a img {
    width: auto;
    height: 1.85rem;
    position:absolute;
    left:50%;
    margin-left:-1.75rem;
    display:block;
}
.ztn6 .container .dg-wrapper .info{
    width:100%;
    height:1.45rem;
    position:absolute;
    left:0;
    bottom:0;
    background-color: #ffffff;
    overflow: hidden;
}
.dg-wrapper a.dg-transition{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dg-wrapper a.dg-center div{
    display: block;
}
.ztn6 .container .dg-wrapper .info .top{
    width: 1.7rem;
    height:0.3rem;
    margin: 0.15rem auto 0.1rem auto;
    overflow: hidden;
}
.ztn6 .container .dg-wrapper .info .top h4{
    font-size:0.24rem;
    color: #000000;
    float: left;
    font-weight: bold;
}
.ztn6 .container .dg-wrapper .info .top span{
    display:block;
    line-height:0.3rem;
    font-size:0.18rem;
    color: #000000;
    float: right;
}
.ztn6 .container .dg-wrapper .info .con {
    font-size: 0.18rem;
    color: #686868;
    text-align: center;
}
.ztn6 .container .dg-wrapper .info p.zx {
    width: 1.55rem;
    height: 0.35rem;
    margin: 0.1rem auto 0 auto;
    border-radius: 0.1rem;
    font-size: 0.18rem;
    line-height: 0.35rem;
    background-color: #5d9dff;
    color: #ffffff;
    text-align: center;
}

.ztn6 .container .dg-container span.dg-prev {
    background: url(../images/ztn2_left.png) no-repeat center;
    background-size: 100% 100%;
    left: -0.15rem;
    width: 0.28rem;
    height: 0.51rem;
    top: 1.6rem;
    cursor:pointer;
    position:absolute;
}
.ztn6 .container .dg-container span.dg-next {
    background: url(../images/ztn2_right.png) no-repeat center;
    background-size: 100% 100%;
    right: -0.15rem;
    width: 0.28rem;
    height: 0.51rem;
    top: 1.6rem;
    position:absolute;
}
.biaodan{
    background: url(../images/biaodan_1.jpg) no-repeat center;
}
.biaodan h2{
    color:#ffffff;
}
.biaodan h2 span{
    color:#ee484e
}


.biaodan form{
    width:6.9rem;
    margin:0.5rem auto 1rem auto;
}

.biaodan form input.name{
    background: url(../images/m_ftbd_name.png) no-repeat left 0.3rem center;
    background-color: rgba(236,236,236,0.15);
    background-size: 0.19rem 0.28rem;
}
.biaodan form input.phone{
    background: url(../images/m_ftbd_phone.png) no-repeat left 0.3rem center;
    background-color: rgba(236,236,236,0.15);
    background-size: 0.16rem 0.28rem;
}
.biaodan form input.yewu{
    background: url(../images/m_ftbd_yewu.png) no-repeat left 0.3rem center;
    background-color: rgba(236,236,236,0.15);
    background-size: 0.19rem 0.20rem;
}

.biaodan form input{
    width:100%;
    height:0.87rem;
    margin-bottom:0.18rem;
    padding-left:0.7rem;
    box-sizing: border-box;
    font-size:0.26rem;
    color:#d2d3d8;
}
.biaodan form input::-webkit-input-placeholder {
    color: #d2d3d8;
}
.biaodan form span.tj{
    display:block;
    width:100%;
    height:0.88rem;
    background-color: #ee484e;
    font-size:0.3rem;
    color:#ffffff;
    line-height:0.88rem;
    text-align: center;
    cursor:pointer;
    margin-top:0.3rem;
    border-radius:0.1rem;
}
.beian{
    width:100%;
    height:1.3rem;
    line-height:1.3rem;
    background-color:#f2f2f2;
    font-size:0.24rem;
    color:#9a9792;
    text-align: center;
    margin-bottom:1rem;
}
.m_zixun{
    position:fixed;
    bottom:0;

}
.m_zixun ul{
    width:7.5rem;
    margin:0 auto;
}
.m_zixun ul li{
    width:50%;
    float:left;
    height:1rem;
    line-height:1rem;
    font-size:0.3rem;
    color:#ffffff;
    font-weight:bold;
    text-align: center;
    padding-left:0.5rem;
    box-sizing: border-box;
    cursor:pointer;
}
.m_zixun ul li a{
    font-size:0.3rem;
    color:#ffffff;
    font-weight:bold;
}
.m_zixun ul li.phone{
    background: url(../images/m_zixun_1.jpg) no-repeat left 30% center;
    background-size: 0.47rem;
    background-color: #e34147;
}
.m_zixun ul li.zixun{
    background: url(../images/m_zixun_2.jpg) no-repeat left 30% center;
    background-color: #035fda;
    background-size: 0.47rem;

}










