﻿@charset "utf-8";

body,div,menu,ol,ul,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,input,p,form,header,nav,article,section,aside,footer,video,audio,figure,textarea {
    padding: 0;
    margin: 0;
}
input,select,textarea,img,area {
    outline: none;
    border: none;
}
input,select,textarea {
    background: #FFF;
}
mark {
    background: none;
}
img {
    vertical-align: middle;
    width: 100%;
}
textarea {
    resize: none;
}
li {
    list-style-type: none;
}
body {
    font: 12px/1.5 "Microsoft YaHei";
}
em,i,strong,b,small,h1,h2,h3,h4,h5,h6,address {
    font-style: normal;
}
.fl-c:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.fl-c {
    *zoom: 1;
}
.clear{
    clear: both;
}
a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.no-bt {
    border-top: none !important;
}
.no-br {
    border-right: none !important;
}
.no-bb {
    border-bottom: none !important;
}
.no-bl {
    border-left: none !important;
}
.no-mb{
    margin-bottom: 0!important;
}
.no-mr{
    margin-right: 0!important;
}
.cont{
    width: 6rem;
    margin:0 auto;
}
.wrap{
    max-width: 640px;
    margin:0 auto;
    overflow: hidden;
}
.top{
    padding:0 .2rem;
    position: relative;
}
.top .top-logo{
    width: 4.85rem;
}
.top .top-logo img{
    width: 2.85rem;
}
.top .top-menu{
    position: absolute;
    width: .48rem;
    height: .34rem;
    right: .29rem;
    top:.37rem;
}
.top .top-menu>img{
    width: .48rem;
}

.modal{
    width: 6rem;
    height: 2.95rem;
    margin:.4rem auto .45rem auto;
    border:1px solid #91bcdc;
    box-sizing:border-box;
    position: relative;
}
.modal .swiper-pagination{
    position: absolute;
    bottom:.2rem!important;
}
.modal .swiper-pagination-bullet-active{
    background: #1c5c96;
}
.modal .modal-icon{
    text-align: center;
}
.modal .modal-icon img{
    width: .95rem;
}

.modal .swiper-slide .modal-item{
    padding-top: .3rem;
}
.modal h3{
    font-size: .26rem;
    color: #195896;
    text-align: center;
    margin-top: .1rem;
    margin-bottom: .2rem;
    font-weight: normal;
}
.modal p{
    font-size: .22rem;
    line-height: .32rem;
    color: #666666;
    text-align: center;
    padding:0 .65rem;
}
.tit{
    padding-top: .8rem;
    margin-bottom: .58rem;
    text-align: center;
}
.tit h2{
    font-size: .43rem;
    line-height: 1em;
    color: #333333;
    position: relative;
    padding-bottom: .15rem;
    margin-bottom: .15rem;
}
.tit h2 span{
    color: #1c5c96;
}
.tit h2 i{
    width: 1.28rem;
    height: 1px;
    background: #c6c6c6;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -.69rem;
}
.tit h3{
    font-size: .22rem;
    line-height: 1em;
    font-weight: normal;
    color: #666666;
}
.tit2 h2,.tit2 h3{
    color: #fff;
}
.tit2 h2 span{
    color: #f5a738;
}
.bg2{
    background: #1c5c96;
}
.nav{
    width: 6.4rem;
    height:100%;
    position: fixed;
    top:0;
    left: 100%;
    padding-top: .6rem;
    padding-bottom: .5rem;
    box-sizing:border-box;
    background: url(/seo/m/css/nav-bg.jpg) repeat;
    z-index: 99;
    overflow-y:scroll;
}
.nav .nav-logo{
    text-align: center;
    margin-bottom: 1.1rem;
}
.nav .nav-logo img{
    width: 5.77rem;
}
.nav .nav-link{
    width: 6rem;
    margin:0 auto;
    margin-bottom: 1.65rem;
}
.nav .nav-link ul{
    overflow: hidden;
    border-top:1px solid #fff;
    border-left: 1px solid #fff;
}
.nav .nav-link li{
    border:1px solid #fff;
    box-sizing:border-box;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    width:2rem;
    height: 2rem;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .24rem;
    line-height: .28rem;
    color: #fff;
    text-align: center;
}
.nav .nav-link li.on{
    background: #fff;
    color: #1c5c96;
}
.nav .slide-up{
    width: 4.1rem;
    height: .5rem;
    margin:0 auto;
    position: relative;
}
.nav .slide-up span{
    width: 1.75rem;
    height: .5rem;
    display: block;
    position: absolute;
    border-radius: .25rem;
    background: #fff;
    text-align: center;
    line-height: .5rem;
    font-size: .24rem;
    color: #1c5c96;
    left: 50%;
    margin-left: -.875rem;
    z-index: 2;
}
.nav .slide-up i{
    width: 4.1rem;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -2.05rem;
    top:50%;
}
.banner{
    height: 6.3rem;
    background: url(/seo/m/css/banner-bg.jpg) center no-repeat;
    background-size: 100%;
    position: relative;
}
.banner .banner-search{
    font-size: .46rem;
    color: #1c5c96;
    font-weight: bold;
    text-align: center;
    background: #fff;
    height: .8rem;
    box-sizing:border-box;
    
    overflow: hidden;
    position: absolute;
    bottom: 1.6rem;
}
.banner .banner-search span{
    display: inline-block;
    padding-top: .12rem;
    padding-bottom: .17rem;
    line-height: 1em;
    width: 5rem;
    float: left;
    background: #fff;
    text-align: left;
    text-indent: .5em;
}
.banner .banner-search em{
    font-size: .56rem;
    color: #f5a738;
    position: relative;
    top:.03rem;
}
.banner .banner-search i{
    width: 1rem;
    height:.8rem;
    background:#1f94ca url(/seo/m/css/search.png) center no-repeat; 
    float: right;
}
.banner .banner-text{
    font-size: .34rem;
    width: 6rem;
    color: #fff;
    text-align: center;
    font-weight: normal;
    position: absolute;
    bottom: .9rem;
}
.banner .banner-text span{
    font-size: .4rem;
}
.main-nav{
    margin-top: .48rem;
    padding-bottom: .34rem;
}
.main-nav ul{
    margin-right: -.2rem;
    overflow: hidden;
}
.main-nav ul li{
    width: 2.9rem;
    height: 1.94rem;
    padding-top: .25rem;
    float: left;
    border:1px solid #91bcdc;
    box-sizing:border-box;
    margin-right: .2rem;
    margin-bottom: .2rem;
    text-align: center;
}
.main-nav ul li img{
    width: .79rem;
    margin-bottom: .1rem;
}
.main-nav ul li h3{
    font-weight: normal;
    font-size: .24rem;
    color: #2869a1;
}
.main-nav ul li p{
    font-size: .22rem;
    color: #666666;
}
.vs-cont{
    position: relative;
    z-index: 2;
}
.vs .vs-left,.vs .vs-right{
    width: 40.8%;
    margin-top: .23rem;
}
.vs .vs-left{
    float: left;
}
.vs .vs-right{
    float: right;
}
.vs .vs-center{
    width: 18.4%;
    float: left;
    position: relative;
    background: #f09d28;
    padding-top: .23rem;
}
.vs .vs-center:before{
    position: absolute;
    content: "";
    display: block;
    width: .47rem;
    height: .47rem;
    background: url(/seo/m/css/tri-icon.png) no-repeat center;
    left: -.235rem;
    top: 0;
    z-index: -1;
}
.vs .vs-center:after{
    position: absolute;
    content: "";
    display: block;
    width: .47rem;
    height: .47rem;
    background: url(/seo/m/css/tri-icon.png) no-repeat center;
    right: -.235rem;
    top: 0;
    z-index: -1;
}
.vs .vs-center ul li{
    line-height: 1.5em;
    display: table;
    width: 100%;
    font-size: .18rem;
    text-align: center;
}
.vs .vs-center ul li>div{
    display: table-cell;
    vertical-align: middle;
}
.vs .vs-center ul li img{
    width: .45rem;
    margin-bottom: .1rem;
}

.vs .vs-ul li{
    text-align: center;
    height: 1rem;
    font-size: .2rem;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.vs .vs-ul li.head{
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
}
.vs .vs-ul li.head img{
    margin-right: .1rem;
    position: relative;
    top:-.03rem;
    width: .39rem;
}

.vs .vs-left li.head{
    background: rgba(0,0,0,.8);
}

.vs .vs-left li.odd{
    background: rgba(127,127,127,.8);
}
.vs .vs-left li.even{
    background:rgba(96,96,96,.8);
}
.vs .vs-right li{
    color: #f09d28;
    font-weight: bold;
    line-height: .28rem;

}
.vs .vs-right li.head{
    background: rgba(14,59,120,.8);
    color: #f09d28;
}
.vs .vs-right li.odd{
    background: rgba(55,111,166,.8);
}
.vs .vs-right li.even{
    background:rgba(16,65,126,.8);
}

.step .tit h2{
    font-size: .4rem;
}
.w-do{
    padding-bottom: .8rem;
}
.w-do .cont ul{
    border:1px solid #91bcdc;
}
.w-do .do-item{
    overflow: hidden;
    border-bottom:1px solid #91bcdc;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.w-do .do-item .fl{
    width: .83rem;
}
.w-do .do-item .fr{
    width: 4.75rem;
    height: 1.15rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.w-do .do-item .fr h4{
    font-size: .24rem;
    color: #195896;
    font-weight: normal;
    position: relative;
    padding-bottom: .05rem;
    margin-bottom: .1rem;
}
.w-do .do-item .fr h4:after{
    content: "";
    width: .38rem;
    height: .03rem;
    position: absolute;
    background: #f5a738;
    bottom:0;
    left: 0;
}
.w-do .do-item .fr p{
    font-size: .18rem;
    line-height: .24rem;
    color: #666666;
}
.step .step-cont{
    overflow: hidden;
    margin-right: -.2rem;
    padding-bottom: .35rem;
}
.step .step-cont li{
    width: 2.9rem;
    float: left;
    margin-right: .2rem;
    margin-bottom: .2rem;
}
.step .step-cont li span{
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: .6rem;
    font-size: .24rem;
    color: #fff;
}
.step .step-cont li img{
    width: 2.9rem;
}

.work-info{
    padding-bottom: .5rem;
}
.work-info .work-item li{
    height: 2.44rem;
    border:1px solid #91bcdc;
    box-sizing:border-box;
    margin-bottom: .3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.work-info .work-item .work-img,.work-info .work-item .work-text{
    text-align: center;
}
.work-info .work-item .work-img img{
    width: .79rem;
    margin-bottom: .15rem;
}
.work-info .work-item .work-text h3{
    font-size: .26rem;
    color: #195896;
    font-weight: normal;
    margin-bottom: .1rem;
}
.work-info .work-item .work-text p{
    font-size: .22rem;
    line-height: .32rem;
    color: #666666;
}
.btn-now{
    padding:.4rem 0;
    background: #195896;
    text-align: center;
}
.btn-now h2{
    font-size: .3rem;
    color: #fff;
    margin-bottom: .2rem;
}
.btn-now h2 span{
    font-weight: normal;
}
.btn-now a{
    width: 2.9rem;
    height: .6rem;
    line-height: .6rem;
    display: block;
    border:1px solid #ffa60c;
    font-size: .28rem;
    color: #ffa60c;
    margin:0 auto;
}
.cooperate{
    padding-top: .3rem;
    padding-bottom: .8rem;
}
.coo-cont{
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
}
.coo-cont li{
    width: 33.3333%;
    float: left;
    box-sizing:border-box;
    margin-left: -1px;
    margin-top: -1px;
    border:1px dashed #e5e5e5;
}
.case{
    background: #e2ebf4;
    padding-bottom: .6rem;
}
.case .case-cont li{
    margin-bottom: .2rem;
    display: none;
}
.case .case-cont li.on{
    display: block;
}
.case .case-more{
    text-align: center;
}
.case .case-more img{
    width: .4rem;
}
.loading-text{
    font-size: .24rem;
    padding:0 .1rem;
    text-align: center;
    display: none;
}
.loading-icon{
    text-align: center;
    display: none;
    padding:.1rem 0;
}
.loading-icon img{
    width: .23rem;
}
.center-service .tit h2{
    font-size: .4rem;
}
.center-service .news-info li{
    border:1px solid #91bcdc;
    box-sizing:border-box;
    margin-bottom: .3rem;
    padding:.35rem .45rem;
}
.center-service .news-info li h3{
    font-size: .23rem;
    color: #2869a1;
    line-height: .5rem;
    font-weight: normal;
    margin-bottom: .1rem;
}
.center-service .news-info li h3 span{
    width: .5rem;
    height: .5rem;
    display: inline-block;
    margin-right: .05rem;
    font-size: .24rem;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: .5rem;
    background: #2869a1;
}
.center-service .news-info li p{
    font-size: .2rem;
    line-height: .32rem;
    color: #999999;
    margin-bottom: .2rem;
}
.center-service .news-info li hr{
    width: .95rem;
    height: 1px;
    display: block;
    background: #ffa60c;
    border:0;
    margin:0;
}
.footer{

}
.footer .tit h2,.footer .tit h3{
    color: #fff;
}
.foot-tel{
    text-align: center;
    color: #fff;
}
.foot-tel p{
    font-size: .24rem;
}
.foot-tel p span{
    font-size: .5rem;
    color: #f5a738;
}

.foot-tel p.addr{
    font-size: .22rem;
}
.footer .f-form h3{
    font-size: .24rem;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: .3rem;
    margin-top: .45rem;
}
.footer .f-form{
    width: 5.4rem;
    margin:0 auto;
}
.footer .f-form p{
    margin-bottom: .2rem;
}
.footer .f-form p input{
    width: 5.4rem;
    height: .55rem;
    border:1px solid #fff;
    box-sizing:border-box;
    color: #fff;
    font-size: .24rem;
    padding-left: .15rem; 
    background: transparent;
}
.footer .f-form p input::-webkit-input-placeholder{
    color: #fff;
}

.footer .f-form p input::-moz-placeholder{
    color: #fff;
}
.footer .f-form p input::-ms-input-placeholder{
    color: #fff;
}
.footer .f-form p.sub{
    text-align: right;

}
.footer .f-form p.sub a{
    width: 1.65rem;
    height: .55rem;
    display: inline-block;
    line-height: .55rem;
    text-align: center;
    background: #f5a738;
    font-size: .24rem;
    color: #fff;

}
.web-info{
    padding-top: .25rem;
    padding-bottom: .8rem;
    text-align: center;
    font-size: .22rem;
    color: #fff;
	background-color: #1c5c96;
}
.web-info strong{
    color: #f5a738;
}