
*{  font-family:"宋体"} 



.container{padding: 0;margin: 0;}
.row{margin: 0;padding: 0;}
.navs{overflow: hidden;}

/*页码*/
.pa_list{width:100%;  margin-top: 20px;margin-bottom: 15px; }
.page_list:after{content: '';display: table;clear: both;}
.page_list{width: 250px;margin: 0 auto;}
.page_list li{float: left;margin: 0 5px;}
.page_list li a{
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #f5f5f5;
    color: #4b4b4b;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari 和 Chrome */
    border-radius: 5px;
}
.page_list li a:hover{
    color: #0159a0;
}
.page_list li a span{
    display: inline-block;
    width: 0;
    height: 0;
}
.page_list li.active a{
    background-color: #0159a0;
    color: #ffffff;
}
.page_list li:first-child a span{
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #4b4b4b;
}
.page_list li:last-child a span{
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #4b4b4b;
}
.pc-dis{
    display: none;
}
.pc-dis a{
    display: inline-block;
    padding: 5px 10px;
    background-color: #f5f5f5;
    color: #4b4b4b;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari 和 Chrome */
    border-radius: 5px;
}
.pc-dis a span{
    display: inline-block;
    width: 0;
    height: 0;
}
.pc-dis a:first-child span{
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #4b4b4b;
}
.pc-dis a:last-child span{
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #4b4b4b;
}
@media screen and (max-width: 768px){
	.yw-det img{ max-width:100%;}
    .page_list{
       display: none;
    }
    .pc-dis{
        display: block;
        width: 120px;
        margin: 0 auto;
    }
    .pc-dis i{
        display: inline-block;
        font-size: 14px;
        color: #333333;
        padding: 0 10px ;
        height: 29px;
        line-height: 29px;
        font-style: normal;
    }
}
/*二级页面背景图*/
.fu_bg{
    width: 100%;
    height: 400px;
    max-width: 100%;
    overflow: hidden;
    margin-top: 43px;
    /* background-attachment: fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 20s linear infinite alternate;
    -o-animation: animatedBackground 20s linear infinite alternate;
    -webkit-animation: animatedBackground 20s linear infinite alternate;
    -moz-animation: animatedBackground 20s linear infinite alternate;
}
.fu_inner{
    width: 260px;
    margin: 0 auto;
    text-align: center;
    margin-top: 110px;
    padding: 30px 0;
}
.fu_inner h1{
    height: 52px;
    line-height: 52px;
    background: url(../images/second/tx_bg.png) no-repeat;
    margin: 0 auto;
    font-size: 52px;
    color: #ffffff;
    font-family: "宋体", SimSun, Arial, serif;
}
.fu_inner p img{
  width: 100%;
}
.xz-im{
    width: 100%;
    margin-bottom: 15px;
    display: none;
}
.xz-im .xz-phone{
    display: none;
}
.xz-im img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.gybh{background: url('../images/second/gy.jpg') no-repeat;    background-size: cover; }
.zyyw{background: url('../images/second/yw.jpg') no-repeat;     background-size: cover;}
.cgal{background: url('../images/second/cg.jpg') no-repeat;     background-size: cover;}
.lxwm{background: url('../images/second/lx.jpg') no-repeat;     background-size: cover;}
.zxns{background: url('../images/second/ns.jpg') no-repeat;     background-size: cover;}
.news{background: url('../images/second/news.jpg') no-repeat;    background-size: cover; }

@media screen and (max-width: 1024px){
    .fu_bg{
        margin-top: 45px;
        height: 350px;
    }
    .fu_inner{
        margin-top: 70px;
    }
    .xz-im{
        padding: 0 15px;
    }
}
@media screen and (max-width: 768px){
    .fu_bg{
        height: 300px;
    }
    .xz-im .xz-phone{
        display: block;
        max-width: 200px;
    }
    .xz-im .xz-pc{
        display: none;
    }
}
.main{
    width: 100%;
    padding: 60px 0;
}
/*关于博汇*/
.bh-con{
    width: 1200px;
    margin: 0 auto;
}
.bh-con h1{
    font-size: 18px;
    color: #373737;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
.in-im{
    padding: 20px 0;
    width: 300px;
    margin: 0 auto;
}
.in-im img{
    width: 100%;
}
.bh-int,.bh-vid,.bh-cul,.bh-ry{
    margin-bottom: 45px;
}
.bh-int p{
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    margin-bottom: 15px;
    text-indent: 2em;
}
.bh-vid .b-vid{
    width: 800px;
    margin: 20px auto;
}
.bh-vid .b-vid video{
    width: 100%;
    /*display: none;*/
}
@media screen and (max-width: 1200px){
    .bh-vid .b-vid video{
        display: block;
    }
    /*.bh-vid .b-ifram{
        display: none;
    }*/
}

.cul-inner{
    overflow: hidden;
    margin: 15px 0;
}
.cul-lf{
    width: 40%;
}
.cul-lf .cul-im{
    width: 401px;
    margin: 0 auto;
    padding-top: 96px;
}
.cul-lf img{
    width: 100%;
    max-width: 401px;
}
.cul-rt{
    width: 60%;
}
.cul-rt p{
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    margin-bottom: 15px;
    text-indent: 2em;
}
.bh-ry ul{
    overflow: hidden;
}
.bh-ry ul li{
    float: left;
    width: 33.3%;
    padding: 8px 10px;

}
.ry-det{
    border: 1px solid #bbc1bf;
    position: relative;
    overflow: hidden;
}
.ry-det img{
    width: 100%;
}
.ry-mb{
    position: absolute;
    top: 0;bottom: 0;left: 0;right: 0;
    background:#d6e7f7 ;
    padding-top: 5px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.ry-mb p{
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #3b3b3b;
    opacity: 1;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.bh-ry ul li:hover .ry-mb{
    background:transparent ;
}
.bh-ry ul li:hover .ry-mb p{
    opacity: 0;
}
/*.bh-ry ul li:first-child:hover .ry-mb{
    background:#bbc1bf ;
}
.bh-ry ul li:first-child:hover .ry-mb p{
    opacity: 1;
}*/
.fz-con{
    position: relative;
    width: 100%;
    margin: 20px 0;
}
.fz-im img{
    max-width: 100%;
}
.fz-p{
    position: absolute;
    width: 130px;
    text-align: justify;
}
.fz-p p{
    font-size: 14px;
    color: #3b3b3b;
    line-height: 15px;
}
/*.fz-p p span{
    display:inline-block;
    width: 3px;
    height: 3px;
    background-color: #fc4a4c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
}*/
.fz-p01{
    bottom: 40px;
    left: 50px;
}
.fz-p02{
    bottom: 185px;
    left: 18px;
}
.fz-p03{
    bottom: 261px;
    left: 160px;
}
.fz-p04{
    bottom: 95px;
    left: 290px;
}
.fz-p05{
    bottom: 80px;
    left: 445px;
}
.fz-p06{
    bottom: 334px;
    left: 562px;
}
.fz-p07{
    bottom:140px;
    left: 640px;
    width: 197px;
}
.fz-p08{
    top: 150px;
    right: 236px;
    width: 170px;
}
.fz-p09{
    width: 170px;
    bottom: 182px;
    right: 117px;
}
.fz-list{
    overflow: hidden;
    padding-bottom: 20px;
}
.fz-list li{
    height: 44px;
    line-height: 44px;
    text-align: center;
    float: left;
    width: 20%;
    font-size: 18px;
    color: #ffffff;
    border-right: 1px solid #f3f5f7;
    background-color: #00a0ea;
}
.fz-list li:first-child,.fz-list li:last-child{
    width: 10%;
}
.zz-inner{
    width: 100%;
    margin-top: 20px;
}
.zz-inner img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/****固定的导航***/
.zyq_nav{
    position: fixed;
    top: 94px;
    left: 1%;
    z-index: 102;
    display: none;
}
.zyq_nav .zyq_fix{
    position: relative;
}
.zyq_nav .zyq_fix span{
    display: block;
    height:130px;
    width: 2px;
    position: absolute;
    top: 0;
    left: 4px;
    background-color: #b8b8b8;
    vertical-align: top;
}
.zyq_nav ul{
    padding-top: 1px;
    z-index: 200;
}
.zyq_nav ul li{
    margin: 10px 0;
}
.zyq_nav ul li b{
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-color: #dfdfe8;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;

}
.zyq_nav ul li a{
    font-size: 16px;
    color: #000000;
    display: inline-block;
    padding: 5px 10px 5px 2px;
}
.zyq_nav ul li a:before{
    content: '';
    display: inline-block;
    width:0;
    height:0;
    border-width:8px 8px 8px 0;
    border-style:solid;
    border-color:transparent transparent transparent transparent;/*透明 灰 透明 透明 */
    position: relative;
    left: -10px;
    top: 2px;
}
.zyq_nav ul li.active a{
    color: #ffffff;
    background-color: #018ade;
}
.zyq_nav ul li.active a:before{
    border-color:transparent #018ade transparent transparent;
}
.zyq_nav ul li.active b{
    background-color: #018ade;
}
.bh-mlc{
    display: none;
}
@media screen and (max-width: 1500px){
    .bh-con{
        padding-left: 120px;
        padding-right: 10px;
    }
    .fz-p01{
        bottom: 40px;
        left: 33px;
    }
    .fz-p02{
        bottom: 152px;
        left: 5px;
        width: 120px;
    }
    .fz-p03{
        bottom: 186px;
        left: 141px;
        width: 120px;
    }
    .fz-p04{
        bottom: 60px;
        left: 228px;
    }
    .fz-p05{
        bottom: 118px;
        left: 389px;
        width: 120px;
    }
    .fz-p06{
        bottom: 271px;
        left: 460px;
    }
    .fz-p07{
        bottom:95px;
        left: 532px;
        width: 197px;
    }
    .fz-p08{
        top: 131px;
        right: 204px;
        width: 170px;
    }
    .fz-p09{
        width: 170px;
        bottom: 145px;
        right: 104px;
    }
}
@media screen and (max-width: 1200px){
    .bh-con{
        width: 1024px;
    }
    .fz-inner{
        width: 1024px;
    }
    .fz-p01{
        bottom: 40px;
        left: 33px;
    }
    .fz-p02{
        bottom: 136px;
        left: 5px;
        width: 105px;
    }
    .fz-p03{
        bottom: 163px;
        left: 119px;
        width: 103px;
    }
    .fz-p04{
        bottom: 46px;
        left: 183px;
    }
    .fz-p05{
        bottom: 70px;
        left: 321px;
        width: 108px;
    }
    .fz-p06{
        bottom: 226px;
        left: 387px;
    }
    .fz-p07{
        bottom:54px;
        left: 447px;
        width: 176px;
    }
    .fz-p08{
        top: 108px;
        right: 181px;
        width: 170px;
    }
    .fz-p09{
        width: 162px;
        bottom: 110px;
        right: 83px;
    }
    .cul-lf .cul-im{
        width: 340px;
        padding-top: 170px;
    }
    .fz-im img{
        margin: 50px 0;
    }
}
@media screen and (max-width: 1024px){
    .bh-con{
        width: 100%;
    }

    .zyq_nav{
        display: none;
    }
    .bh-con{
        padding-left: 10px;
    }
    .cul-lf,.cul-rt{
        float: none;
        width: 100%;
    }
    .cul-lf .cul-im{
        padding: 20px 0;
    }
    .bh-lc{
        display: none;
    }
    .bh-mlc{
        display: block;
    }
    .mlc-o{
        width: 100%;
        padding-top: 20px;
    }
    .mlc-o img{
        width: 100%;
    }
    .mlc-t{
        display: none;
    }
}
@media screen and (max-width: 996px){
    .bh-vid .b-vid{
        width: 96%;
        padding: 0 2%;
    }
    .ry-mb{
        /*background:#bbc1bf;*/
        background: transparent;
    }
    .ry-mb p{
        opacity: 0;
        font-size: 20px;
        line-height: 24px;
    }
/*    .bh-ry ul li:first-child .ry-mb{
        background: #bbc1bf;
    }*/
/*    .bh-ry ul li:first-child .ry-mb p{
        opacity: 1;
    }*/
/*    .bh-ry ul li:first-child:hover .ry-mb{
        background:#bbc1bf ;
        background: #bbc1bf;
    }
    .bh-ry ul li:first-child:hover .ry-mb p{
        opacity:1;
    }*/
}
@media screen and (max-width:768px){
    .ry-mb p {
        font-size: 16px;
        line-height: 20px;
    }
    .main{
        padding: 30px 0;
    }
    .mlc-o{
        display: none;
    }
    .mlc-t{
        display: block;
        padding: 25px 25px 0 25px;
    }
    .mlc-t img{
        width: 100%;
    }
    .cul-lf .cul-im{
        width: 200px;
    }
}
@media screen and (max-width:600px){
    .bh-ry ul li{
       float: left;
width: 50%;
padding: 8px 10px; overflow:hidden;
    }

/*    .bh-ry ul li:last-child{
        display: none;
    }*/
	/* .bh-ry ul   li:first-child { display:none;} */
	.bh-ry ul   li:nth-child(6) { display:none;}
    .ry-mb p {
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width:500px){
    .ry-mb p {
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (max-width:400px){
    .mlc-t{
        padding: 15px 15px 0 15px;
    }
    .ry-mb p {
        font-size: 18px;
        line-height: 24px;
    }
    .bh-ry ul li{
        width: 100%;
    }
    .cul-lf .cul-im{
        width: 300px;
    }
}

/*主营业务*/
.yw{
    width: 100%;
}
.yw-top{
    background-color: #4a5569;
}
.yw-list{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.yw-list li{
    float: left;
}
.yw-list li a{
    font-size: 16px;
    color: #ffffff;
    padding: 21px 14px;
    display: inline-block;
}
.yw-list li.active a{
    background-color: #003650;
}
.yw-list li:hover a{
    background-color: #003650;
}
.yw-inner{
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
}
.yw-inner h1{
    font-size: 24px;
    color: #373737;
    margin-bottom: 25px;
}
.yw-inner h1:before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 26px;
    vertical-align: top;
    margin-right: 10px;
    background-color: #00b7d8;
}
.yw-im{
    /*margin-bottom: 20px;*/
    display: none;
}
.yw-im img{
    max-width: 100%;
}
.yw-txt{
    overflow: hidden;
}
.yw-btn{
    float: right;
    padding-left: 10px;
    width: 20%;
}
.yw-btn a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    color: #ffffff;
    background-color: #4a5569;
    margin-bottom: 20px;
}
.yw-btn a:hover{
    background-color: #003650;
}

.yw-det{
    float: left;
    padding-right: 10px;
    width: 80%;
}
.yw-det p{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 15px;
    text-indent: 2em;
    /*text-align: justify;*/
}
/*主营业务列表*/
.nc-list{
    overflow: hidden;
    margin-bottom: 20px;
}
.nc-list li{
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 15px;
    border-bottom: 1px dashed #dfdfdf;
}
.nc-list li .zlist-content{
    display: inline-block;
}
.nc-list li:hover p{
    color: #888;
}
.nc-list li:hover span{
    color: #e51f16;
}
.nc-list li:hover{
    border-bottom: 1px dashed #2768a7;
}
.d-text{
    width: 70%;
    float: right;
}
.zlist-content h5{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #005ca4;
    overflow: hidden;
}
.nc-list li:hover h5{
    color: #005ca4;
}
.zlist-content p{
    text-align: justify;
    height: auto;
    margin-bottom: 14px;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
}
.zlist-content span{
    display: block;
    float: right;
    color: #e51f16;
    font-size: 16px;
}
.d-img{
    padding-right: 20px;
    float: left;
    width: 30%;
    padding-left: 5px;
}
.d-img img{
    width: 100%;
    -webkit-box-shadow: 0 0 10px 2px #ccc;
    -moz-box-shadow: 0 0 10px 2px #ccc;
    box-shadow: 0 0 10px 2px #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #cccccc;
    padding: 2px;
    background: #e5e5e5;
}
.zx-right h4{
    padding-left: 10px;
    border: 1px solid #ddd;
    background-color: #F7F7F7;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.zx-right h4:hover{
    background-color: #A00300;
    color: #fff;
}
.zx-right h4:hover i{
    border-right: 2px solid #fff;
}
.zx-right h4 i{
    position: relative;
    top:2px;
    margin: 0 3px;
    display: inline-block;
    height: 16px;
    border-right: 2px solid #A00300;
}
.zx-right ul{
    padding:10px;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.zx-right ul li{
    width: 100%;
    border-right: 3px solid #e5e5e5;
    background-color: #fafafa;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.3s linear;
}
.zx-right ul li a{
    display: block;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #BDBBBB;
}
.zx-right ul li:hover{
    background-color: #A00300;
    border-right: 3px solid #A00300;
}
.zx-right ul li:hover a{
    color: #fff;
    border-bottom: 1px solid #BDBBBB
}
/*业务详情*/
.yw-xq{
    border: 1px solid #c9c9c9;
    padding: 15px 10px;
    overflow: hidden;
}
.xq-t{
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px dotted #c9c9c9;
    margin-bottom: 15px;
}
.xq-a p img{
   display: block;
   max-width: 100%;
   margin: 0 auto;
}
.xq-a p{
    /*text-align: left;*/
}
.xq-lf{
    width: 30%;
    float: left;
}
.xq-lf img{
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px 2px #ccc;
    -moz-box-shadow: 0 0 10px 2px #ccc;
    box-shadow: 0 0 10px 2px #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #cccccc;
    padding: 2px;
    background: #e5e5e5;
}
.xq-rt{
    float: right;
    width: 70%;
    padding-left: 20px;
}
.xq-rt h2{
    font-size: 18px;
    color: #616c7f;
    line-height: 28px;
}
.xq-rt p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.xq-a p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
}
/*.xq-a p span{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #000;
    vertical-align: middle;
    margin-right: 8px;
}*/
.btn-fh{
    display: block;
    float: right;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background-color: #0159a0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding-left: 20px;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}
.btn-fh:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color:#0159a0 transparent  transparent transparent;
    position: relative;
    left: -40px;
    bottom: -20px;

}
.btn-fh:hover{
    color: #ffffff;
    transform: translateY(-5px);
}

@media screen and (max-width: 1200px){
    .yw-list,.yw-inner{width: 1024px;}
    .zlist-content p{
        height: auto;
    }
    .zlist-content h5{
        height: 42px;
        line-height: 42px;
    }
    .d-img{
        padding-right: 10px;
    }
    .xq-rt{
        width: 65%;
        padding-left: 10px;
    }
    .xq-lf{
        width: 35%;
        padding-right: 10px;
    }
}
@media screen and (max-width: 1024px){
    .yw-list,.yw-inner{width: 100%;}
    .yw-list{
        padding: 0 10px;
    }
    .yw-inner{
        padding: 25px 10px;
    }
}
@media screen and (max-width: 768px){
    .yw-inner h1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .yw-im img{
        min-height: 124px;
    }
    .yw-btn{
        float: none;width: 100%;padding-left: 0;
    }
    .yw-det{
        float: none;width: 100%;padding-right: 0 ;
    }
    .yw-btn a{
        display: inline-block;
        padding: 10px 20px;
        width: auto;
        margin-right: 15px;
    }
    .d-text{
        width: 60%;
    }
    .zlist-content p{
        margin-bottom: 10px;
        height:auto;
    }
    .d-img {
        width: 40%;
    }
    .nc-list li{
        margin-right: 0;
    }
    .xq-rt{
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .xq-lf{
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .xq-t{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 500px){
    .yw-list li a{
        padding: 18px 8px;
    }
    .yw-btn a{
        font-size: 16px;
    }
    .d-text{
        width:100%;
        padding-top: 10px;
    }
    .zlist-content p{
        margin-bottom: 10px;
    }
    .d-img {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
    .d-img img{
        max-width: 100% !important;
        margin: 0 auto;
        width: auto;
    }
    .zlist-content h5{
        height: auto;
        line-height: 24px;
    }
    .zlist-content p{
        height: auto;
    }
    .xq-a p{
        font-size: 14px;
    }
}
@media screen and (max-width: 400px){
    .yw-list li{
        width: 33.3%;
        text-align: center;
    }
    .zlist-content h5{
        height: auto;
        line-height: 28px;
    }
}
/*联系我们*/
.lx{
    width: 1200px;
    margin: 0 auto;
}
.lx h1{
    font-size: 18px;
    color: #373737;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
.lx-list{
    margin: 25px 0;
}
.lx-list  li{
    padding-bottom: 22px;
}
.lx-list li h2{
    font-size: 14px;
    color: #666666;
    display: inline-block;
    vertical-align:top;
}
.lx-list li p{
    display: inline-block;
}
/*.lx-list li p span{
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 6px;
}*/
.lx-list li p a{
    display: inline-block;
    padding-bottom: 10px;
    font-size: 14px;
    color: #00a5e3;
}
.lx-txt h2{
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: "宋体", SimSun, Arial, serif;
}
.lx-txt p{
    font-size: 14px;
    color: #373737;
    margin-bottom: 15px;
}
#ab_location{
    height: 0px;
}
/*招贤纳士*/
.ns{
    width: 1200px;
    margin: 0 auto;
}
.ns h1{
    font-size: 18px;
    color: #373737;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
.ns-all{
    overflow: hidden;
}
.ns-lf{
    float: left;
    width: 72%;
    border-right: 1px solid #cccccc;
}
.ns-rt{
    float: right;
    width: 28%;
    padding: 25px 15px;
}
.ns-lf h2{
    font-size: 16px;
    color: #00a5e3;
    margin-bottom: 15px;
}
.ns-btn{
    padding: 30px 0;
}
.ns-btn a{
    display: inline-block;
    font-size: 16px;
    color: #333333;
    height: 36px;
    line-height: 36px;
    width: 112px;
    background-color: transparent;
    text-align: center;
    margin-right: 10px;
}
.ns-btn a.active{
    background-color: #00a5e3;
    color: #ffffff;
}
.ns-list{
    overflow: hidden;
    height: 58px;
}
.ns-list li{
    height:58px;
    overflow: hidden;
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 8px;
}
.ns-list li a{
    display: inline-block;
    font-size: 16px;
    color: #00a5e3;
    padding: 5px 8px;
    border-bottom: 2px solid transparent;
}
.ns-list li.active a{
    border-bottom: 2px solid #00a5e3;
}
.ns-txt{
    padding-bottom: 25px;
}
.ns-txt h3{
    font-size: 16px;
    padding: 30px 0 20px 0;
    color: #666666;
    font-weight: bold;
}
.ns-txt p{
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}
.ns-txt h4{
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    line-height: 32px;
    margin-top: 25px;
}
.ns-txt h4 span{
    color: #00a5e3;
    font-size: 14px;
}
.ns-rt h2{
    font-size: 18px;
    color: #373737;
    margin-bottom: 20px;
}
.ns-im{
    text-align: center;
    margin-bottom: 20px;
}
.ns-im img{
    max-width: 100%;
}
.ns-rt h3{
    font-size: 16px;
    color: #00a5e3;
    margin-bottom: 15px;
}
.ns-rt p{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.btn-gd{
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #cccccc;
   padding-top: 10px;
}
.btn-gd a{
    display: block;
    float: right;
    font-size: 14px;
    color: #00a5ea;
    padding-right: 25px;
    margin-bottom: 5px;
    text-decoration: none;
}

@media screen and (max-width: 1200px){
    .lx,.ns{
        width: 1024px;
    }
    .ns-list li{
        width: 25%;
    }
}
@media screen and (max-width: 1024px){
    .lx,.ns{
        width:100%;
        padding: 0 10px;
    }
    .ns-list li{
        width: 33%;
    }
}
@media screen and (max-width: 768px){
    #ab_location{
        height: 0px;
    }
    .ns-rt{
        float: none;
        display: none;
    }
    .ns-lf{
        float: none;
        width: 100%;
        border-right: none;
    }
    .ns-list{
       padding-bottom: 0;
    }
}
@media screen and (max-width: 500px){
    .ns-list li{
        width: 50%;
        margin-bottom: 8px;
    }
    .ns-list li a{
        padding: 0 6px 5px 6px;
        font-size: 15px;
    }
}
@media screen and (max-width: 400px){
    .ns-list li{
        width: 50%;
        /*height:56px;*/
    }
}

/*新闻资讯*/
.new{
    padding: 30px 0;
}
.new-inner{
    width: 1200px;
    margin: 0 auto;
    min-height: 580px;
}
.new-inner h1{
    font-size: 18px;
    color: #373737;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
.news-list li{
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
}
.news-list  li:hover{
    border-bottom: 1px solid #2768a7;
}
.news-list  li:last-child{
    border-bottom:  none;
}
.news-im{
    width: 24%;
    float: left;
}
.news-im img{
    max-width: 100%;
}
.news-con{
    width: 76%;
    float: right;
    padding-left: 20px;
    overflow: hidden;
}
.news-con h2{
}
.news-con h2 a{
    font-size: 22px;
    color: #333333;
}
.news-con h3{
    font-size: 12px;
    padding: 14px 0;
    color: #b8b8b8;
}
.news-con p{
    text-align: justify;
    height: 90px;
    overflow: hidden;
}
.news-con p a{
    font-size: 16px;
    color: #666;
    line-height: 22px;
}
.news-con .news-more{
    display: block;
    font-size: 12px;
    color: #999;
    float: right;
}
.news-con .news-more:hover{
    color: #2768a7;
}
.news-list  li:hover .news-con h2 a{
    color: #2768a7;
}
/*新闻详情*/
.news-det{
    width: 805px;
    padding-top: 30px;
    margin: 0 auto;
    position: relative;
}
.news-det img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.news-det .news-e img{
    width: 100px;
}
.news-det h2{
    font-size: 22px;
    color: #333333;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 13px;
}
.news-det h3{
    font-size: 14px;
    color: #b1acb3;
    margin-bottom: 20px;
    text-align: center;
}
.news-det p{
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 15px;
}
/*.news-det p span{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #000;
    vertical-align: middle;
    margin-right: 8px;
}*/
.news-det p img{
    max-width: 100%;
    margin: 0 auto;
    /*text-align: center;*/
}
.news-btn{
    overflow: hidden;
    padding: 15px 0;
}
.news-e{
    padding: 20px 20px;
    border: 1px solid #dadada;
    text-align: center;
    position: absolute;
    top: 170px;
    right: -180px;
}
.news-e p{
    font-size: 14px;
    color: #707475;
    line-height: 28px;
    margin-top: 15px;
}

/*业务新增*/
.sto_bot{padding-top: 20px;margin-bottom: 30px;
    padding-left: 20px;padding-right: 20px;
    border-top: 1px dashed #d5d5d5;
}
.sto_bot:after{content: '';display: table;clear: both;}
.sto_bot .sto_lf p{color: #000000;font-size: 14px;line-height: 24px;font-weight:600;
    text-align: left;text-indent: 0;
    font-family: "宋体", SimSun, Arial, serif;margin-bottom: 0;}
.sto_bot .sto_lf p a{color: #000000;}
.sto_bot .sto_lf p a:hover{color: #0095af;}
.sto_bot .sto_rt{float: right;}
.sto_bot .sto_rt a{
    display: inline-block;
    padding: 11px 35px;
    color: #fff;
    background-color: #00a2c9;
}
.sto_bot .sto_rt a:hover{

}
@media screen and (max-width: 768px){
    .sto_bot .sto_lf{
        float: none;
    }
    .sto_bot .sto_rt{float: none;}
    .sto_bot .sto_rt a{
        padding: 12px 20px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 1200px){
    .new-inner{width: 1024px;}
    .news-det{
        margin: 0;
    }
}
@media screen and (max-width: 1024px){
    .new-inner{width: 100%;padding: 0 15px;}
    .news-im{
        width: 30%;
    }
    .news-con{
        width: 70%;
        padding-left: 10px;
    }
    .news-con h2 a{
        font-size: 18px;
    }
    .news-con h3{
        padding: 10px 0;
    }
    .news-con .news-more{
        margin-top: 10px;
    }
    .news-e{
        display: none;
    }
    .news-det{
        margin: 0 auto;
    }
}
@media screen and (max-width: 800px){
    .news-det{
        width: 100%;
    }
    .news-det h2{
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (max-width: 768px){
    .news-im{
        width: 100%;
        float: none;
        text-align: center;
    }
    .news-con{
        width: 100%;
        float: none;
        margin-top: 10px;
        padding-left: 0;
    }
    .news-con p{
        height: auto;
    }

}
/*动画*/
@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 70% 0;
    }
}