﻿@charset "utf-8";

/* public*/
.w1200{width:1200px;margin:0 auto;}
.tx-l{text-align:left;}
.tx-c{text-align:center;}
.tx-r{text-align:right;}
.ufl{float:left;}
.red{color:red;}
.ufr{float:right;}
.row.marlg0{margin-right:0;margin-left:0;}
.row .padlg0{padding-right:0;padding-left:0;}
.text img{max-width:100%;}
.col-zs{color:#327cbe;}
.font-18{font-size:18px;}
.font-46{font-size:46px;}
.dtable{display:table;width: 100%;height:100%;}
.dtable .dtcell{display:table-cell;vertical-align:middle;}
.block{display:block;}


input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="date"], select, textarea {
    border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.6em;
    background-color: #f7f7f7;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    width: 100%;
    transition: all 0.3s ease;
}
a:hover, a:focus {color: #1a2d96;text-decoration:none;}

/* .header-wrapper{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    padding:0 2.25%;
    z-index:9999;
    border-bottom:1px solid rgba(255,255,255,0.26);
}  */
.header-wrapper .navbar-default{
    background:none;
    border-width:0;
    margin-bottom:0;
}
/* .header-wrapper .navbar-nav{width: 100%;} */
.header-wrapper .navbar-brand{height:auto;}
.erj-nav dl{display:none;}

.indexHead:after {
    width: 100%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    display: inline;
    height: 95px;
    height: 100%;
    background: #fff;
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: -1;
}
.indexHead.activeHead:after {
    top: 0;
}
.header-wrapper .navbar-nav > li{
    padding:0px 10px;
    font-size:18px;
}

.navbar-default .navbar-nav > li > a{
    color:#565656;
    padding:0;
    display: inline-block;
    line-height: 50px;
}
.navbar-default .navbar-nav > li.on > a:after{
    position: absolute;
    width:100%;
    height: 3px;
    background: #1365b0;
    content: '';
    top:-2px;
    left: 0;
}
.activeHead .navbar-default .navbar-nav > li > a{color:#000;}
.navbar-nav > li.on > a,.navbar-nav > li:hover > a{border-bottom-color: #2c387a;}
/* .navbar-default .navbar-nav > li > a:after{
    display: block;
    width:6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    content: '';
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -3px;
} */
.activeHead .navbar-default .navbar-nav > li > a:after{background:#333;}
.activeHead .navbar-default .navbar-nav > li.on > a:after,
.navbar-default .navbar-nav > li.on > a:after,
.navbar-default .navbar-nav > li:hover > a:after{background:#1365b0;}
/* .header-wrapper .navbar-collapse{padding:0;margin-top:30px;} */

/* .header-wrapper .navbar-nav > li:hover,.header-wrapper .navbar-nav > li.on{
    background:#c3262d;
    color:#fff;
} */

.head-nav-w{
    width: 100%;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.header-wrapper .navbar-nav > li:hover a,
.header-wrapper .navbar-nav > li.on a{
    color:#2c387a;
}

.header-wrapper .navbar-nav > li dl{
    position: absolute;
    top:100%;
    left: -20px;
    right: -20px;
    padding-top:36px;
    text-align: center;
    display: none;
}
.header-wrapper .navbar-nav > li dl dd{background: #2c387a;line-height: 40px;}
.header-wrapper .navbar-nav > li dl dd a{
    color:#fff!important;
    font-family:"SourceHanSansCNLight";
    font-size: 16px;
}
.header-wrapper .navbar-nav > li dl dt{
    height: 4px;
    background: #fff;
    position: relative;
}
.header-wrapper .navbar-nav > li dl dt i{
    display: block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom:8px solid #fff;
    border-left: 8px solid transparent;
    position: absolute;
    top:-8px;
    left: 50%;
    margin-left: -8px;
}
.header-wrapper .search{
    position: absolute;
    right: 2.5%;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-wrapper .search input.inputs1,.float-search input.inputs1 {
    width: 165px;
    height: 40px;
    border-width: 0;
    outline: none;
    box-shadow: none;
    background:#f6f6f6;
    border-radius:40px;
    padding-left: 15px;
}
.activeHead.header-wrapper .search input.inputs1{background: rgba(44,56,122,0.17);}
.header-wrapper .search input.sub,.float-search input.sub{
    width:28px;
    height: 28px;
    position: absolute;
    right: 8px;
    top: 50%;
    z-index: 2;
    border-width: 0;
    outline: none;
    background: url(../Images/ico_sea.png) center center no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pc-logo{
    padding-top: 35px;
    padding-bottom:25px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.head-icos{
    font-size: 0;
    position: absolute;
    top:50%;
    left: 2.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.head-icos a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../Images/ico_01.png);
    background-position: 0 0;
}
.head-icos a.i2{
    background-position: -53px 0;
    margin-left: 22px;
}

.ban-txt{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color:#fff;
}
.ban-txt h3{
    font-size: 80px;
    font-family:arial;
    opacity: 0;
    line-height:1;
    margin-bottom: 0;
}
.ban-txt .line{
    max-width: 200px;
    height: 1px;
    background: #fff;
    margin:15px auto 10px;
    opacity: 0;
}
.ban-txt p{
    font-size: 36px;
    text-transform: uppercase;
    opacity: 0;
    line-height: 1;
}
.ban-txt p span.l1{
    font-family: "SourceHanSansCNRegular";
    display: inline-block;
    padding-bottom:3px;
    border-bottom:2px solid #fff;
}
.ban-txt p span.l2{
    font-size: 48px;
    font-family: "SourceHanSansCNMedium";
}
.ban-ico{margin-top: 45px;}
.ban-ico .banicoimg {
    display: inline-block;
    margin:0 6px;
    opacity: 0;
}

.index-prev,.index-next{
    width: 38px;
    height: 95px;
    background: url(../Images/ico_prev.png);
    background-size: cover;
    position: absolute;
    top:50%;
    margin-top: -46px;
    z-index: 5;
}
.index-prev{left: 2.5%;}
.index-next{
    right:2.5%;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.footer{position: relative;overflow: hidden;}
.footer-top{
    background: #202129;
    padding:28px 0 0;
    color:#fff;
    position: relative;
}
.foot-tl{padding-left: 50px;background: url(../Images/ico_06.png) left center no-repeat;}
.foot-tl h4{
    margin-top: 0;
    margin-bottom: 5px;
}
.foot-tl p{
    color:#0c24a9;
    font-size: 26px;
    font-family: arial;
}
.footer-tltxt h4{margin-top: 0px;margin-bottom: 4px;}
.footer-tltxt p{
    font-size: 12px;
    color:#989898;
}
.ft-adds{
    padding-left: 24px;
    line-height: 30px;
    background: url(../Images/ico_add.png) left 5px no-repeat;
    font-size: 16px;
}
.icp{
    border-top: 1px solid #31323a;
    font-size: 15px;
    color:#c9c9cb;
    padding-top: 21px;
    padding-bottom: 13px;
    position: relative;
}
.icp:after{
    position: absolute;
    top:-1px;
    left: 100%;
    width: 1200px;
    height: 0;
    border-top: 1px solid #31323a;
    content: '';
}
.footer-nav dt{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-nav dd{
    font-size: 15px;
    line-height: 30px;
    color:#c9c9cb;
}
.footer-nav dd a{color:#c9c9cb;}
.footer-nav dd a:hover{color:#fff;}
.foot-shar a{
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 16px;
    background: url(../Images/ico_shar.png) 0 0 no-repeat;
}
.foot-shar a.sweibo{
    background-position: -57px 0!important;
}
.foot-shar a.sqq{
    background-position: -113px 0!important;
}
.icp .txt{line-height: 24px;padding:8px 0;}

.foot-left-table{
    background: #3bc2f0;
    position: relative;
}
.foot-left-table:after{
    position: absolute;
    top:0;
    right: 100%;
    width: 1200px;
    height: 100%;
    background: #3bc2f0;
    content: '';
}
.foot-left-table table{
    width: 100%;
    height: 300px;
}
.foot-left-ul{
    padding-left: 10px;
    border-left:2px solid #fff;
}
.foot-left-ul li+li{
    margin-top: 15px;
}
.footer-nav-wrap{padding-left: 60px;margin-top: 30px;}
.footer-right-table table{
    width: 100%;
    text-align: right;
}
.footer-right-table table tr td{vertical-align: top;}
.footer-right-table table tr td.ft-chart{width: 105px;}
.ft-r-txt{
    border-top: 2px solid #065dac;
    font-family: arial;
    padding-top:10px;
    margin-right: 5px;
}
.ft-r-txt .t{
    font-size: 30px;
    opacity: 0.46;
    line-height: 1;
}
.ft-r-txt .p{
    font-size: 16px;
    opacity: 0.46;
}
.ft-phone{
    font-size: 24px;
    line-height:1;
    color:#065dac;
    margin-top: 15px;
}


.section-p1{
    padding-top: 55px;
    padding-bottom: 80px;
}
.title-s1{
    text-align: center;
}
.title-s1 .zh{
    font-size: 30px;
    color: #000;
}
.title-s1 .en{
    font-size: 36px;
    color:#444;
    text-transform: uppercase;
}
.home-service-box{
    display: block;
    max-width: 240px;
    text-align: center;
    margin:0 auto;
}
.home-service-box .img{
    position: relative;
    height: 0;
    padding-top: 100%;
}
.home-service-box .img .img-box{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    border:2px solid transparent;
    padding:15px;
    border-radius: 100%;
}
.home-service-box:hover .img .img-box{border-color:#3bc2f0; }
.home-service-box .img .img-box .img-position{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.home-service-box .img .img-box .img-position img{width: 100%;height: 100%;}
.home-service-box h3{
    font-size: 22px;
    color:#000;
    font-family: "SourceHanSansCNRegular";
    margin-top: 40px;
    margin-bottom: 20px;
}
.home-service-box p{
    font-size: 16px;
    color:#888;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.home-service-box:hover h3{color:#065dac;}
.home-service-box:hover p{color:#3bc2f0;}
.section-p1-list{margin-top: 70px;}
.section-p2{padding-top:20px;overflow:hidden;}
.section-p2 .section-p2-main{
    background: #f1f1f1;
    padding-top: 180px;
    padding-bottom: 75px;
}
.section-p2 .section-p2-con{
    background: url(../Images/bg_01.jpg) left bottom no-repeat;
    
}
.home-area-main .boxs{
    width: 100%;
    height: 0;
    padding-top:60.84977238239757%;
    position: relative;
}
.home-area-main .boxs .title{
    width: 21.6236722306525%;
    position: absolute;
    top:0;
    left: 0;
}
.home-area-main .boxs .title:after{
    display: block;
    width: 2200px;
    height: 600px;
    background: #065dac;
    content: '';
    position: absolute;
    right: 0;
    bottom:0;
    z-index: 1;
}
.home-area-main .boxs .title .title-con{
    width: 100%;
    height: 0;
    padding-top: 62.45614035087719%;
    position: relative;
    z-index: 3;
}
.home-area-main .boxs .title .title-box{
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left: 0;
    background:#065dac;
    color:#fff;
}
.home-area-main .boxs .title .title-box .title-txt-con{
    padding:5px 20px 5px 30px;
    border-left:2px solid #fff;
    margin-top: -110px;
}
.home-area-main .boxs .title .title-box .title-txt-con .en1{
    font-size: 18px;
    text-transform: uppercase;
}
.home-area-main .boxs .title .title-box .title-txt-con .en2{
    font-size: 36px;
    text-transform: uppercase;
}
.home-area-main .boxs .title .title-box .title-txt-con .zh{
    font-size: 30px;
    margin-bottom: 25px;
    margin-left: -15px;
}
.home-area-main .boxs .title .title-box .title-txt-con .p{
    font-size: 16px;
    line-height: 24px;
}
.home-area-list li.li1{
    position: absolute;
    width: 21.6236722306525%;
    top:23.31670822942643%;
    left: 0;
}
.home-area-list li.li1 .mes,.home-area-list li.li2 .mes{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 58.24561403508772%;
    position: relative;
}
.home-area-list li.li2{
    position: absolute;
    width: 21.6236722306525%;
    top:45.26184538653367%;
    left: 0;
}
.home-area-list li.li3{
    position: absolute;
    width: 58.42185128983308%;
    top:0;
    left: 22.38239757207891%;
}
.home-area-list li.li3 .mes{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 68.83116883116883%;
    position: relative;
}
.home-area-list li.li4{
    position: absolute;
    width: 18.43702579666161%;
    top:0;
    right: 0;
}
.home-area-list li.li4 .mes{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 218.1069958847737%;
    position: relative;
}
.home-area-list li.li5{
    position: absolute;
    width: 34.37025796661608%;
    bottom:0;
    left: 0;
}
.home-area-list li.li5 .mes{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 58.05739514348786%;
    position: relative;
}
.home-area-list li.li6{
    position: absolute;
    width: 34.37025796661608%;
    bottom:0;
    left: 35.12898330804249%;
}
.home-area-list li.li6 .mes{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 58.05739514348786%;
    position: relative;
}

.home-area-list li .mes .img{
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left: 0;
    z-index: 1;
}
.home-area-list li .mes .img img{
    width: 100%;
    height: 100%;
}
.home-area-list li .mes .txt{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    line-height: 30px;
    padding:10px 15px;
    z-index: 2;
    background: url(../Images/title_bg.png) left bottom repeat-x;
    font-size: 18px;
    color:#fff;
}
.home-area-list li .mes .txt2{
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left: 0;
    background: rgba(6,93,172,0.49);
    color:#fff;
    z-index: 4;
    opacity: 0;
}
.home-area-list li:hover .mes .txt{opacity:0;}
.home-area-list li:hover .mes .txt2{opacity: 1;}
.home-area-list li .mes .txt2 .txt2-c{
    position: absolute;
    top:50%;
    left: 0;
    width: 100%;
    padding:0 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.home-area-list li .mes .txt2 .txt2-c .t{
    font-size: 30px;
}
.home-area-list li .mes .txt2 .txt2-c .b{
    font-size: 16px;
    line-height: 24px;
}
.home-area-more{
    width:29.74203338391502%;
    position: absolute;
    right: 0;
    bottom:0;
}
.home-area-more:after{
    display: block;
    width: 2000px;
    height: 100%;
    background: #fff;
    content: '';
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}
.home-area-more .cbox{
    width: 100%;
    height: 0;
    padding-top:67.09183673469388%;
    background:#fff;
    position: relative;
    z-index: 3;
}
.home-area-more .cbox .ctxt{
    position: absolute;
    top:50%;
    left: 15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-area-more .cbox .ctxt .zh{
    font-size: 18px;
    color: #000
}
.home-area-more .cbox .ctxt .en{font-size: 36px;display: inline-block;position: relative;}
.home-area-more .cbox .ctxt .en:after{
    display: block;
    width: 2000px;
    height: 2px;
    background: #065dac;
    content: '';
    position: absolute;
    left: 110%;
    top:50%;
    margin-top: -1px;
}

.partner-list{
    max-width:1152px;
    margin:100px auto  0;
}
.partner-list ul li{
    width: 16.666666666666666666666666666667%;
    float: left;
    position: relative;
    z-index: 1;
}
.partner-list ul li.on{z-index: 2;}
.partner-list ul li .c-img{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}
.partner-list ul li .c-img .rotate-img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.partner-list ul li:nth-child(7n){
    margin-left:8.333333333333333333333333333333%;
}
.partner-list ul li:nth-child(n+7){
    margin-top:-7%;
}
/* .partner-list ul li:nth-child(n+7) .c-img .rotate-img{
    margin-top:-45%;
    margin-left: 50%;
} */
.partner-list ul li .c-img .rotate-img .bg{
    position: absolute;
    top:14.644660940672623779957781894758%;
    left:14.644660940672623779957781894758%;
    width: 70.710678118654752440084436210485%;
    height: 70.710678118654752440084436210485%;
    border:1px solid #065dac;
    float: left;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
}
.partner-list ul li.on .c-img .rotate-img .bg{background: #065dac;}
.partner-list ul li .c-img .rotate-img img{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 70%;
    max-height: 70%;
    z-index: 5;
    margin:auto;
}
.partner-list ul li .c-img .rotate-img img.img2{opacity: 0;}
.partner-list ul li.on .c-img .rotate-img img.img1{opacity: 0;}
.partner-list ul li.on .c-img .rotate-img img.img2{opacity: 1;}
.section-p3{
    padding:110px 0 200px;
    background: url(../Images/bg_02.jpg) center no-repeat;
}
.row0.row{margin: 0;}
.row0.row>div{padding:0;}
.home-video{
    position: relative;
}
.home-video video{
    display: block;
    width: 100%;
}
.video-play{
    width: 94px;
    height: 94px;
    background: url(../Images/ico_play.png);
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.section-p4{
    position: relative;
    background: url(../Images/bg_03.jpg) 65% top no-repeat;
    overflow: hidden;
}
.section-p4-video{
    position: absolute;
    top:0;
    left: 0;
    width: 50%;
    z-index: 2;
}
.home-about .title{
    padding-left: 120px;
    margin-top: 60px;
}
.home-about .title span{
    display: inline-block;
    font-size: 30px;
    color:#000;
    vertical-align: middle;
}
.home-about .title i{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #065dac;
    border-radius: 100%;
    margin:0 10px;
    vertical-align: middle;
}
.home-about .title .en{font-size: 36px;line-height: 1;text-transform: uppercase;}
.home-about .mes{
    background: #f1f1f1;
    padding:50px 0 0 120px;
    position: relative;
    min-height: 440px;
    margin-top: 60px;
}
.home-about .mes:after{
    display: block;
    width: 1200px;
    height:100%;
    background: #f1f1f1;
    content: '';
    position: absolute;
    left: 100%;
    top:0;
}
.home-about .mes .txt{
    font-size: 15px;
    color:#555;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    text-align: justify;
}
.more-link{
    position: absolute;
    left: -100px;
    right: 0;
    bottom:80px;
    z-index: 2;
    background: #065dac;
    height: 120px;
}
.more-s2{
    position: absolute;
    top:0;
    left: 0;
    width: 140px;
    height: 100%;
    background: #3bc2f0;
    text-align: center;
}
.more-link:after{
    display: block;
    width: 1200px;
    height: 100%;
    background: #065dac;
    content: '';
    position: absolute;
    left: 100%;
    top:0;
}
.more-s2 .zh{font-size: 18px;color:#fff;margin-top: 25px;}
.more-s2 .en{font-size: 36px;color:#fff;line-height: 1;}
.more-link ul{
    position: absolute;
    top:0;
    right: 0;
    left: 220px;
}
.more-link ul li{
    float: left;
    width: 25%;
    text-align: center;
}
.more-link ul li .mico{
    height: 40px;
    margin-top: 17px;
    margin-bottom: 5px;
}
.more-link ul li .mico-1{background: url(../Images/ico_02.png) center no-repeat;}
.more-link ul li .mico-2{background: url(../Images/ico_03.png) center no-repeat;}
.more-link ul li .mico-3{background: url(../Images/ico_04.png) center no-repeat;}
.more-link ul li .mico-4{background: url(../Images/ico_05.png) center no-repeat;}
.more-link ul li .p{
    font-size: 18px;
    color:#fff;
}
.section-p5{padding-top: 70px;padding-bottom: 50px;}
.home-news{
    max-width: 1225px;
    margin:90px auto 0;
}
.home-news-boxs{
    background: #f1f1f1;
}
.home-news-boxs .img{position: relative;}
.home-news-boxs .img a{
    display: block;
    height: 0;
    padding-top: 73.16017316%;
    position: relative;
}
.home-news-boxs .img a img{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    max-height: 100%;
    max-width: 100%;
    margin:auto;
}
.home-news-boxs .txt{
    padding:20px 30px;
}
.home-news-boxs .txt h4{font-size: 16px;color:#000;line-height: 1.4;}
.home-news-boxs .txt .p{color:#888;line-height: 24px;position: relative;padding-right: 20px;}
.home-news-boxs .txt .p .a-right{
    position: absolute;
    top:50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newspage {margin-top: 50px;text-align: center;}
.newspage .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    background: #065dac;
    opacity: 1;
    border-radius: 0;
    margin: 0 10px!important;
    position: relative;
}
.newspage .swiper-pagination-bullet-active:after{
    display: block;
    position: absolute;
    top:-5px;
    right: -5px;
    bottom:-5px;
    left: -5px;
    content: '';
    border:1px solid #065dac;
}
.inner-tab{
    border-bottom:1px solid #e2e2e2;
    margin-bottom:20px;
}
.inner-tab-ul{font-size: 0;text-align: center;}
.inner-tab-ul li{
    display: inline-block;
    width: 25%;
    height:70px;
    line-height: 70px;
    text-align: center;
}
.inner-tab-ul li a{
    display: block;
    font-size: 24px;
    font-family: "SourceHanSansCNMedium";
    color:#000;
    border:1px solid #e2e2e2;
    border-top-width: 0;
}
.inner-tab-ul li a{margin-right: -1px;}
.inner-tab-ul li.on a{
    color:#fff;
    background: #065dac;
    border-color: #065dac;
}
.title-s3{
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    font-family: "SourceHanSansCNMedium";
    color:#000;
}
.title-s3 span{
    display: inline-block;
    padding-bottom: 6px;
    border-bottom:3px solid #065dac;
}
.title-s4{
    font-size: 24px;
    font-family: "SourceHanSansCNMedium";
    color:#000;
    text-align: center;
    margin-top: 70px;
    margin-bottom:40px;
}
.other-link{
    max-width: 780px;
    margin: 0 auto 90px;
    color: #888;
    text-align: center;
}
.other-link a{

    font-size: 16px;
    color:#888;
    line-height: 36px;
    padding:0 10px;
}
/* .other-link a+a{border-left:1px solid #888;} */
.title-s5{margin-bottom:10px;}
.service-p1{margin-bottom: 50px;}
.service-p2{
    padding-top: 100px;
    padding-bottom: 80px;
    background: #efefef;
}
.service-zl-list .boxs{
    display: block;
    text-align: center;
    height: 206px;
    background: #fff;
    border:2px solid #b2b2b2;
}
.service-zl-list .boxs .img{margin-top: 50px;height: 70px;margin-bottom:10px;}
.service-zl-list .boxs .ts{
    font-size: 18px;
    color:#565656;
}
.service-p3{padding-top: 70px;padding-bottom: 15px;}
.service-p3 .title-s5,.service-p4 .title-s5{margin-bottom: 30px;}
.service-p4{
    background: url(../Images/bg_04.jpg) center top no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}
.title-s4p{
    font-size: 15px;
    line-height: 36px;
    max-width: 690px;
    margin:0 auto 70px;
    text-align: center;
}
.service-con-txt{margin-bottom:150px;}
.about-nav{
    text-align: center;
    margin: 90px auto;
}
.about-nav a{
    display: inline-block;
    margin:0 40px;
}
.about-mc-list{
    max-width: 1150px;
    margin:110px auto 80px;
    text-align: center;
}
.about-mc-list .boxs .t{line-height: 1;}
.about-mc-list .boxs .t .nums{
    font-size: 60px;
    color:#1365b0;
    font-family: arial;
}
.about-mc-list .boxs .t .fl{
    font-size:18px;
    color:#1365b0;
    font-family: arial;
}
.about-mc-list .boxs .t .fl2{
    font-size:18px;
    color:#1365b0;
    font-family: arial;
    vertical-align: top;
}
.about-mc-list .boxs .bm{
    font-size: 20px;
    color:#565656;
    margin-top: 10px;
}
.about-mc-list .row .boxs{border-left:1px solid #eee;}
.about-mc-list .row>div:last-child .boxs{border-right:1px solid #eee;}
.about-p2-w .txt1{
    padding-left:45px;
}
.title-s7{
    font-size: 30px;
    font-family: "SourceHanSansCNMedium";
    color:#000;
    margin-top: 30px;
    margin-bottom: 40px;
}
.title-s7 span{
    display: inline-block;
    position: relative;
}
.title-s7 span.s1:after{
    display: block;
    width: 70px;
    height: 2px;
    background: #1365b0;
    content: '';
    position: absolute;
    top:50%;
    right: 110%;
}
.title-s7 span.s2:after{
    display: block;
    width: 70px;
    height: 2px;
    background: #1365b0;
    content: '';
    position: absolute;
    top:50%;
    left: 110%;
}
.title-s7 span.s3:after{
    display: block;
    width: 2px;
    height: 70px;
    background: #1365b0;
    content: '';
    position: absolute;
    top:110%;
    left: 50%;
}
.class-list2{
    margin-top: 70px;
    margin-bottom: 80px;
}
.class-list2 .boxs .img{padding:20px 20px 20px 0;position: relative;}
.class-list2 .boxs .img .bg{
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    width: 80%;
    background: #eaeaea;
}
.class-list2 .boxs .img .img-c{
    display: block;
    height: 0;
    padding-top: 59.87654320987%;
    position: relative;
}
.class-list2 .boxs .img .img-c img{
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left: 0;
    margin:auto;
    max-width: 100%;
    max-height:100%;
}
.class-list2 .boxs .title{
    margin-top:40px;
    font-size: 22px;
    color:#000;
    font-family: "SourceHanSansCNRegular";
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.class-list2 .boxs .p{
    line-height: 24px;
    color:#888;
    font-size: 16px;
}
.contact-wrap{
    padding-top: 150px;
    padding-bottom: 155px;
    border-top: 1px solid #eee;
    background: url(../Images/bg_05.jpg) center top no-repeat;
    background-size: cover;
}
.contact-wrap .maps{
    border:5px solid #dfdfdf;
}
.contact-right .title{
    font-size: 30px;
    margin:25px 0 20px;
}
.contact-right .line{
    width: 28px;
    height: 15px;
    background: #065dac;
    margin-bottom: 30px;
}
.contact-right ul li{
    font-size: 15px;
    margin-bottom: 15px;
    color:#000;
}
.news-list{margin-top: 110px;padding:0 30px;}
.news-list .news-row{
    margin-right:-30px;
    margin-left: -30px;
}
.news-list .news-row>div{padding-right: 30px;padding-left: 30px;}
.news-list .news-boxs{
    padding-left: 80px;
    padding-top: 10px;
    padding-bottom:10px;
    position: relative;
}
.news-list .news-boxs .date{
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    width: 95px;
    height: 50px;
    background: #c8c8c8;
    color:#fff;
    text-align: center;
    padding-top: 6px;
}
.news-list .news-boxs .date .m{
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
}
.news-list .news-boxs .date .d{
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-top: 15px;
}
.news-list .news-boxs .date .d i{
    display: block;
    width: 1px;
    height: 20px;;
    background: #fff;
    transform: rotate(40deg);
    position: absolute;
    bottom:4px;
    left: 5px;
}
.news-list .news-boxs .news-mc{
    border:1px solid #c8c8c8;
    padding:20px;
    background: rgba(255,255,255,0.46);
    position: relative;
    z-index: 3;
}
.news-mc .img a{
    display: block;
    height: 0;
    padding-top: 72.847682119%;
    position: relative;
}
.news-mc .img a img{
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin:auto;
}
.news-mc-txt{padding-left: 15px;}
.news-mc-txt h4{font-size: 16px;color: #000;margin-bottom: 15px;}
.news-mc-txt .p{padding-right:15px;position: relative;}
.news-mc-txt .p .px{
    line-height: 24px;
    color: #888;
}
.a-right{
    display: block;
    width: 13px;
    height: 22px;
    background: url(../Images/ico_right.png);
    background-size: cover;
}
.news-mc-txt .p .a-right{
    position: absolute;
    top:50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-item{margin-bottom: 30px;}

.detail-title {
    text-align: center;
    margin-top: 60px;
    font-family: "SourceHanSansCNBold";
    color: #555;
    margin-bottom: 20px;
}
.det-shar {
    text-align: center;
    margin-bottom: 60px;
}
.pagepage {
    padding-top: 70px;
    padding-bottom: 60px;
    border-top: 1px solid #888;
    font-size: 16px;
    color: #000;
    margin-top: 50px;
}
.online-wrap{
    background: url(../Images/bg_06.jpg) center top no-repeat;
    padding:90px 0 100px;
    background-size: cover;
}
.online-main{
    max-width: 705px;
    margin:0 auto;
}
.online-main .title{
    font-size: 36px;
    color:#fff;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.27);
    padding-bottom: 20px;
    margin-bottom: 65px;
}
.online-form{
    padding:0 60px 0 30px;
}
.online-form table{width: 100%;}
.online-form table tr td{vertical-align: top;padding-bottom: 17px;}
.online-form table tr td.l{width: 74px;padding-right: 5px;text-align: right;}
.online-form table tr td .ln{
    font-size: 16px;
    color:#fff;
    line-height: 44px;
}
.online-input input,.online-input textarea{
    display: block;
    background: rgba(255,255,255,0.64);
    border-width: 0;
    border-radius: 5px;
    outline: 0;
    padding-left: 15px;
}
.online-input input{height: 44px;}
.online-sub{
    margin-top: 18px;
    text-align: center;
}
.online-sub input{
    font-size: 24px;
    font-family: "SourceHanSansCNRegular";
    color:#1365b0;
    height: 50px;
    width: 234px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-width: 0;
    outline: none;
    background: #fff;
}
.page span.pageinfo{width: auto;}

.float-search{position: relative;}
/* 浮动框 */
    .float-menu{margin-bottom:0px;position:relative;width:75px;padding-bottom:1px;padding-top: 5px;}
    /* .float-menu.menu-ogg{background:#00ac97;} */
    .float-zx .float-menu.menu-sea{padding-top: 0;}
    .float-zx{position:fixed;right:2.25%;top:50%;margin-top:-45px;z-index: 999;background:#1365b0;padding-top: 10px;}
    .float-zx .float-menu>a{display:block;width:100%;height:36px;text-align:center;font-size:12px;color:#2b377a;line-height:18px;overflow: hidden;}
    .float-zx .float-menu a.inco_float_1{color:#fff;background:url(../Images/ico_kefu1.png) center no-repeat;}
    .float-zx .float-menu a.inco_float_2{background:url(../Images/ico_kefu3.png) center no-repeat;}
    .float-zx .float-menu a.inco_float_3{background:url(../Images/ico_kefu2.png) center no-repeat;}
    .float-zx .float-menu a.inco_float_5{background:url(../Images/ico_kefu4.png) center no-repeat;}
    .float-zx .float-menu a p{height:36px;padding-top:3px;display:none;line-height:16px;padding-bottom:3px;margin-bottom:0;}
    .float-zx .float-menu:hover a.inco_float_1 p{background:#1365b0;}
    p.float-names{
        text-align: center;
        color:#fff;
    }
    /* .float-zx .float-menu:hover a p{display:block;background:#fff;} */
    /* .float-zx .float-menu:hover a.inco_float_2,.float-zx .float-menu:hover a.inco_float_3{background:#fff;} */
    .float-box{position:absolute;top:-15px;right:76px;padding-right:25px;display:none;}
    .float-zx .float-menu:hover .float-box{display:block;}
    .float-box-c{
        border: 1px solid #ccc;
        border-top: 4px solid #1365b0;
        padding: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        box-shadow: 0 3px 8px rgba(0,0,0,.15);
        position: relative;
    }
    .menu-ogg .float-box-c{width:360px;}
    .inco_pep{
        display:inline-block;
        width:56px;height:56px;
        background:url(../Images/float_pep.jpg) left center no-repeat;
        float:left;
    }
    .float-box-ct p,.float-box-ccb p{
        float: left;
        color: #2b377a;
        font-size: 24px;
        line-height: 28px;
    }
    .float-box-ct p i,.float-box-ccb p i{
        display: block;
        font-size: 14px;
        color: #aaa;
        font-style:normal;
    }
    .float-box-cc{
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid #e4e4e4;
        padding-bottom:5px;
    }
    .float-box-cc h4{
        color: #666;
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 5px;
    }
    .float-box-cc ul li{float: left;width:33.3333%;}
    .float-box-cc ul li a{
        display: inline-block;
        color: #999;
        font-size: 13px;
        padding-left: 43px;
        background: url(../Images/q1.gif) no-repeat left 3px;
        line-height: 36px;
    }
    .menu-clock .float-box-c{width:280px;}
    i.inco-sj{
        display: block;
        width: 13px;
        height: 16px;
        background: url(../Images/02index-spri.png) no-repeat 0 -2226px;
        position: absolute;
        right: -13px;
        top: 26px;
    }
    .inco-clock{
        display:block;
        float: left;
        width:56px;
        height:56px;
        background:url(../Images/inco_clock.jpg) left top no-repeat;
    }
    .float-zx .float-menu.menu-chat .float-box-ccb p{
        color: #004e62;
        font-size: 16px;
        line-height: 16px;
    }
    .menu-back a{background:url(../Images/ft_4.jpg);}
    .menu-back:hover a{background:url(../Images/ft_4a.jpg);}