body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form,
iframe, input, textarea, select, label, article, aside, footer, header,
menu, nav, section, time, audio, video {
    margin: 0;
    padding: 0;
}

article, aside, footer, header, nav, section, audio, canvas,
video, img {
    display: block;
}

body {
    font-size: 100%;
    font-family: 'Microsoft Yahei light','STXihei', 'Microsoft Yahei', 'Helvetica Neue', 'helvetica', 'arial';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

textarea {
    resize: none;
}

iframe, img {
    border: 0;
}

ul, ol {
    list-style: none;
}

input, select, textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only;
}

input {
    -webkit-appearance: none;
}

a {
    text-decoration: none;
}

i, em {
    font-style: normal;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}
.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.f12px {
    font-size: 12px;
}

.f14px {
    font-size: 14px;
}

.f16px {
    font-size: 16px;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: -10px;
}

.ml-10 {
    margin-left: -10px;
}

.mr-10 {
    margin-right: -10px;
}

.mb-10 {
    margin-bottom: -10px;
}
::-webkit-scrollbar {
    width: 0px
}
body {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}
.nav{
    width:100%;
    max-width: 750px;
    min-width: 320px;
    font-size:14px;
    background-color: #FFF;
    z-index:99;
    position:fixed;
    top:0;
    min-height: 52px;
    border-bottom: 1px solid #f0f0f0;
}
.nav > a:first-child{
    position:absolute;
    left:15px;
    top:16px;
}
.nav > a:first-child img{
    width:120px;
}
.nav > a:nth-child(2){
    position: absolute;
    right: 16px;
    top:16px;
}
.nav > a:nth-child(2) img{
    width:22px;
}

.nav ul{
    position: absolute;
    left: 0;
    top: 51px;
    background-color: #fff;
    width: 100%;
    padding: 20px 0;
    z-index:99;
    display:none;
}
.nav ul a{
    display:block;
    width:100%;
    line-height:30px;
    padding: 10px 0px;
    color: #c7c7c7;
    font-size: 16px;
    text-indent: 40px;
}
.nav ul a.on{
    color:#0E8CFD;
}
.tipsbg{
    max-width:750px;
    min-width:320px;
    background-color:rgba(0,0,0,.5);
    position: fixed;
    top:0;
    width:100%;
    height:100%;
    z-index:98;
    display:none;
}

.banner{
    width:100%;
    height:0px;
    padding-bottom:50%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;border-bottom: 1px solid #f0f0f0;
}
.banner > img{
    width:100%;
}
.nav-bar{
    max-width: 750px;
    min-width: 320px;
    height:50px;
    position:fixed;
    width:100%;
    z-index: 1;
}
.nav-bar a{
    z-index:1;
}
.nav-bar a:first-child{
    font-size:28px;
    color:#fff;
    position: absolute;
    left: 15px;
    top: 16px;
}
.nav-bar a img{
    width:120px;
}
.nav-bar a:nth-child(2){
    position: absolute;
    right: 16px;
    top:16px;
}
.nav-bar a:nth-child(2) img{
    width:22px;
}

.nav-bar a img:nth-child(2){
    display:none;
}
.nav-bar.scroll{
    background-color:#fff;
}
.nav-bar.scroll a img:nth-child(1){
    display:none;
}
.nav-bar.scroll a img:nth-child(2){
    display:block;
}
.banner > div.intro{
    color:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    text-align: center;
}
.banner > div.intro p:first-child{
    font-size: 24px;
    padding-bottom: 15px;
}
.banner > div.intro p:nth-child(2){
    color:#6784A2;
    font-size: 14px;
}

.swiper-container{
    width:100%;
    padding-top: 52px;
}
.swiper-container img{
    width:100%;
}
.swiper-container .swiper-pagination-bullet{
    width:4px;
    height:4px;
    background-color:#fff;
    margin: 0 2.5px;
}
.swiper-container .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:14px;
}
.swiper-container .swiper-pagination-bullet-active{
    opacity: 1;
}


.service{
    background-color:#fff;
    font-size: 14px;
    padding: 40px 15px;
    clear: both;
}
.service .title{
    text-align: center;
    font-size:22px;
    font-weight: bold;
}
.service .desc{
    text-align: center;
    margin-top:20px;
    color:#B1B6B8;
}
.service ul{
    margin-top:30px;
}
.service ul li{
    padding:25px 0;
}
.service ul li div.pic{
    width:70px;
    height:70px;
    float:left;
    position:relative;
}
.service ul li div.pic img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.service ul li > .serv-box{
    padding-left: 90px;
}
.service ul li > .serv-box p:nth-child(1){
    font-weight: bold;
}
.service ul li > .serv-box p:nth-child(2){
    font-size:12px;
    margin-top:10px;
    color:#B1B6B8;
}


.cases{
    background-color:#fff;
    font-size: 14px;
    border-top:1px solid #f0f0f0;
    clear: both;
}
.cases.full{
    padding-top:40px;
}
.cases .title{
    text-align: center;
    font-size:22px;
    font-weight: bold;
}
.cases .desc{
    text-align: center;
    margin-top:20px;
    padding:0 30px;
    color:#B1B6B8;
}
.cases.full .case-items{
    margin-top:30px;
}
.cases .case-items div{
    width:100%;
    position: relative;
    height:0;
    padding-bottom:100%;
}
.cases .case-items div img{
    width:100%;
}
.cases .case-items div p{
    font-size:16px;
    color:#fff;
    background-color:rgba(0,0,0,1);
    display:block;
    padding:6px 12px;
    position:absolute;
    left:0;
    bottom:20px;
}
.cases .case-items div:nth-child(2n+1){
    width:50%;
    height:0px;
    padding-bottom:50%;
    float:left;
}
.cases .case-items div:nth-child(2n+2){
    width:50%;
    height:0px;
    padding-bottom:50%;
    float:right;
}
/*.cases.full .case-items div:nth-child(1),
.cases.full .case-items div:nth-child(2),
.cases.full .case-items div:nth-child(3),
.cases.full .case-items div:nth-child(4),
.cases.full .case-items div:nth-child(5),
.cases.full .case-items div:nth-child(6){
    width:100%;
    position: relative;
    height:0;
    padding-bottom:100%;

}*/
.cases ul.nav-case{
    border-bottom: 1px solid #f0f0f0;
}
.cases ul li{
    display:inline-block;
    width:60px;
    height:43px;
    line-height: 43px;
    text-align: center;
}
.cases ul li a{
    color:#626B70;
}
.cases ul li a.on{
    color:#329BFD;
    border-bottom:3px solid #329BFD;
    line-height: 39px;
    display:inline-block;
    width:70%;
}
.flow{
    background-color:#fff;
    font-size: 14px;
    padding: 40px 0 0;
    border-top:1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    clear: both;
}
.flow .title{
    text-align: center;
    font-size:22px;
    font-weight: bold;
}
.flow .desc{
    text-align: center;
    margin-top:20px;
    padding:0 20px;
    color:#B1B6B8;
}
.flow .flow-items{
    margin-top:30px;
}
.flow .flow-items > img{
    width:92%;
    margin: 0 auto;
    margin-bottom:30px;
}
.flow .flow-items .icons{
    display:table;
    width:100%;
}
.flow .flow-items .icons li{
    width:33.3%;
    margin-bottom:30px;
    text-align: center;
    float:left;
}
.flow .flow-items .icons li img{
    width:50%;
    margin:0 auto;
    margin-bottom:20px;
}
.flow .flow-items .icons li p{
    line-height: 24px;
}
.flow .flow-items .icons li p.bold{
    font-size:16px;
    font-weight: bold;
    color:#000;
}
.flow .flow-items .icons li p a{
    color:#B1B6B8;
}
.partners{
    background-color:#fff;
    font-size: 14px;
    padding: 40px 0px;
    clear: both;
}
.partners .title{
    text-align: center;
    font-size:22px;
    font-weight: bold;
}
.partners .desc{
    text-align: center;
    margin-top:20px;
    padding:0 40px;
    color:#B1B6B8;
}
.partners .partner-items {
    display:table;
    margin-top:20px;
}
.partners .partner-items li{
    float:left;
    width:33%;
    margin-top:10px;
    display:block;
}
.partners .partner-items li img{
    width: 80%;
    -moz-transform: translate(10%,10%);
    -ms-transform: translate(10%,10%);
    -o-transform: translate(10%,10%);
    -webkit-transform: translate(10%,10%);
    transform: translate(10%,10%);
}

.contact{
    border-top:1px solid #f0f0f0;
    font-size: 14px;
    padding: 25px 0 0;
}
.contact .title{
    text-align: center;
    font-size:22px;
    font-weight: bold;
}
.contact .desc{
    text-align: center;
    margin-top:10px;
    padding:0 40px;
    color:#9CA1A4;
}
.contact .contact-items{
    margin-top:25px;
    padding:0 40px;
    font-size:16px;
    padding-bottom:20px;
    text-align: center;
}
.contact .contact-items dl{
    text-align: center;
    border: 1px solid #f0f0f0;
    margin: 0 auto;
    width:196px;
    padding: 5px 0;
    margin-bottom: 10px;
}
.contact .contact-items dt {
    display: block;
    font-weight: bold;
    font-family: 'STXihei', 'Microsoft Yahei', 'Helvetica Neue', 'helvetica', 'arial';
}
.contact .contact-items dl dd{
    color: #0e8cfd;
}
.contact .quote{
    width: 196px;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #0e8cfd;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
}

.contact .conpany{
    background-color: #10171D;
    color:#BCC0C1;
    padding:8px 0;
    text-align: center;
    font-size:12px;
}


.timePosition {
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
}
.time {
    color: #4d84a7;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.time li {
    float: left;
    padding: 0 10px 0 24px;
    border-right: 1px solid #4d84a7;
    height: 20px;
    line-height: 17px;
    font-size:12px;
}
.time li:last-child{
    border-right:none;
}
.time li span {
    color: #fff;
    font-size: 26px;
    margin-right: 7px;
}
.timeText {
    color: #4d84a7;
    text-align: center;
    font-size: 12px;
    clear: both;
    margin-top: 15px;
}
.timebtn {
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #1f8ff8;
    font-size: 14px;
    width: 147px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    margin-top: 21px;
}
.intro.about{
    /*padding-bottom: 30px;*/
   padding-top: 20px;
}
.intro.about .title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    color:#2B2B2B;
}
.intro.about p{
    padding:0 15px;
    font-size:12px;
    color:#ABB0B2;
    line-height: 22px;
}
.intro.about p:nth-child(2),.intro.about p:nth-child(3),.intro.about p:nth-child(4){
    padding:10px 15px;
    text-indent: 28px;
    font-size:14px;
    line-height:20px;
}
.intro.about p.text-ct{
    text-align: center;
    line-height:18px;
}
.intro.about img{
    width:100%;
    padding:20px 0;
}
.intro.about img.team{
    width:98%;
    margin:0 auto;
}

.rot90{
    animation: rotate90 0.7s ease 0s 1 normal forwards;
}
.rot0{
    animation: rotate0 0.7s ease 0s 1 normal forwards;
}

@keyframes rotate0 {
    from{
        -moz-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -o-transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg);
    }
    to{
        -moz-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
@keyframes rotate90 {
    from{
        -moz-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    to{
        -moz-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -o-transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg);
    }
}

.detail{
    padding-top:100px;
    width:100%;
}
.detail .icon{
    width:20%;
    margin:0 auto;
}
.detail p.title{
    text-align: center;
    margin-top:20px;
    font-size:20px;
    font-weight: bold;
    color: #1F2A3B;
}
.detail p.subtitle{
    margin-top:15px;
    text-align: center;
    font-size:14px;
    color: #1F2A3B;
}
.detail p.desc{
    margin-top:15px;
    text-align: center;
    font-size:14px;
    color: #8a93a0;
}
.detail > div{
    padding:30px 0;
}
.detail > div > img{
    width:100%;
}