@charset 'utf-8';
html,body{
    background: #F8F8F8;
}
/*  首页 */
/* 头部 */
.pc-header{
    width: 100%;
    height: auto;
    background: #ffffff;
    position: fixed;
    top:0;
    left: 0;
    z-index: 1500;
    transition: all 0.6s;
}
.head-con{
    max-width: 1720px;
    margin: auto;
}
.pc-header .head-top{
    height: 108px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    transition: 0.6s;
}
.pc-header.scroll .head-top{
    height: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
.pc-header .head-top .right{
    float: right;
    margin-top:18px;
}
.pc-header .head-top .right .input{
    float: left;
    width: 330px;
    height: 45px;
    border: 1px solid #CBCBCB;
    padding-left: 15px;
    padding-right: 15px;
}
.pc-header .head-top .right .input input{
    width: 270px;
    height: 100%;
    line-height: 45px;
    font-size: 16px;
}
.pc-header .head-top .right .input input::-moz-placeholder { color:#c8c8c8; opacity: 1; }

.pc-header .head-top .right .input input:-moz-placeholder { color:#c8c8c8;opacity: 1; }

.pc-header .head-top .right .input input::-webkit-input-placeholder { color:#c8c8c8; }

.pc-header .head-top .right .input input:-ms-input-placeholder { color:#c8c8c8; }
.pc-header .head-top .right .input .icon-search_{
    font-size: 22px;
    color: #CDCDCD;
    float: right;
    line-height: 45px;
    cursor: pointer;
}
.pc-header .head-top .right .language{
    width: 30px;
    height: 30px;
    float: right;
    border: 1px solid #CDCDCD;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #c8c8c8;
    margin-left: 25px;
    margin-top: 7px;
}
.pc-header .head-bottom{
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.6s;
}
.pc-header .head-bottom > li{
    float: left;
    width: 11.111%;
}
.pc-header .head-bottom > li.on > a >span{
    color:#002251;
}
.pc-header .head-bottom > li.on > a >span:after{
    opacity: 1;
}
.pc-header .head-bottom > li > a >span{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #333333;
    text-align: center;
    transition: all 0.3s;
    position: relative;
}
.pc-header .head-bottom > li > a >span:after{
    content: '';
    width: 100px;
    height:2px;
    background:#002251;
    position: absolute;
    left: 50%;
    bottom:-15px;
    z-index: 120;
    margin-left: -50px;
    opacity: 0;
    transition:all 0.3s;
}
.pc-header .head-bottom > li + li > a >span{
    border-left: 1px solid #DDDDDD;
}
/* PC下拉 */
.pc-nav-down{
    width: 100%;
    height: auto;
    background: #ffffff;
    padding-top: 70px;
    padding-bottom: 70px;
    position: absolute;
    left: 0;
    top:153px;
    box-shadow:0px 10px 15px  #F3F2F2 inset;
    display: none;
}
.pc-header.scroll .pc-nav-down{
    top:49px;
}
.pc-nav-down .left{
    float: left;
    width: 215px;
    border-right: 1px solid #E4E4E4;
}
.pc-nav-down .left .tit{
    color: #002251;
    font-size: 30px;
    padding-bottom: 39px;
}
.pc-nav-down .left .img{
    text-align: center;
    padding-right: 95px;
}
.pc-nav-down .center{
    float: left;
    width: calc(100% - 740px);
}
.pc-nav-down .center ul{
    float: left;
    margin-left: 85px;
    padding-top: 20px;
}
.pc-nav-down .center ul li{
    font-size: 18px;
    color:#666666 ;
    padding-bottom: 25px;
}
.pc-nav-down .right{
    width: 523px;
    float: right;
}
/* 底部 */
.pc-footer{
    width: 100%;
    height: auto;
    background:url("../images/A120.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom:0;
    z-index: 40;
}
.pc-footer >.head-con{
    padding-top: 60px;
}
.pc-footer .top-left{
    float: left;
}
.pc-footer .top-left .bdsharebuttonbox li{
    float: left;
    margin-right: 35px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.pc-footer .top-left .bdsharebuttonbox li.wx span{
    display: inline-block;
    width: 46px;
    height: 46px;
}
.pc-footer .top-left .bdsharebuttonbox li .wximg{
    width:70px;
    height: 70px;
    position: absolute;
    left: 50%;
    bottom:-80px;
    margin-left: -35px;
    display: none;
}
.pc-footer .top-left .bdsharebuttonbox li .wximg img{
    display: inline-block;
    width: 100%;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
    width: 46px;
    height: 46px!important;
    padding-left: 0!important;
    margin: 0!important;
}
.bdshare-button-style0-16 .bds_tsina{
    background: url("../images/a121.png") 0 0 no-repeat!important;
}
.bdshare-button-style0-16 .bds_sqq{
    background: url("../images/a122.png") 0 0 no-repeat!important;
}

.pc-footer .top-left .tab li{
    float: left;
    font-size: 18px;
    color: #ffffff;
    margin-right: 50px;
    margin-top: 40px;
}
.pc-footer .top-left .tab li:hover{
    opacity: 0.7;
}
.pc-footer .dizhi{
    margin-top: 50px;
    margin-bottom: 50px;
}
.pc-footer .dizhi .p1{
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-right:50px;
}
.pc-footer .top-right{
    float: right;
}
.pc-footer .top-right  .down-box{
    position: relative;
    margin-bottom: 35px;
}
.pc-footer .top-right  .down-box p{
    width: 310px;
    height: 55px;
    border: 1px solid #657994;
    cursor: pointer;
}
.pc-footer .top-right  .down-box p .s1{
    width: 230px;
    float: left;
    height: 100%;
    padding-left: 25px;
    font-size: 16px;
    color: #c4dcff;
    line-height: 55px;
    letter-spacing: 1px;
}
.pc-footer .top-right  .down-box p .s2{
    float: right;
    width: 70px;
    height: 100%;
    text-align: center;
    line-height: 55px;
    border-left: 1px solid #657994;
}
.pc-footer .top-right  .down-box p.on .s2 img{
    transform:rotate(180deg);

    -ms-transform:rotate(180deg);

    -moz-transform:rotate(180deg);

    -webkit-transform:rotate(180deg);

    -o-transform:rotate(180deg);
}
.pc-footer .top-right .down-box .gungun{
    width: 100%;
    height: 90px;
    background: #1A3B61;
    border: 1px solid #657994;
    border-top: none;
    position: absolute;
    left: 0;
    top:55px;
    z-index: 20;
    display: none;
}
.pc-footer .top-right .down-box .gungun li{
    width: 100%;
    padding-left: 25px;
    font-size: 16px;
    color: #c4dcff;
    line-height: 45px;
    letter-spacing: 1px;
}
.pc-footer .top-right .down-box .gungun a + a li{
    border-top: 1px dashed #657994;
}
.pc-footer .top-right .down-box .mCSB_inside>.mCSB_container {
     margin-right: 5px;
}
.foot-copy{
    border-top: 1px solid #506484;
    padding-top: 20px;
    padding-bottom: 20px;
}
.foot-copy .left{
    float: left;
    font-size: 12px;
    color: #617fa9;
}
.foot-copy .left p a{
    color: #617fa9;
}
.foot-copy .right li{
    float: left;
    font-size: 12px;
    color: #617fa9;
    padding-left: 15px;
    padding-right: 15px;
}
.foot-copy .right a + a li{
    border-left: 1px solid #617fa9;
}
.foot-copy .right a:last-child li{
    padding-right: 0;
}
/*小屏幕设备头部*/
.ys-headerm {
    position: fixed;
    z-index: 1000;
    top: 0px;
    right: 0;
    display: none;
    width: 100%;
    height: 70px;
    padding-right: 15px;
    padding-left:15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
}
.ys-headerm.ys-act {
    position: absolute;
}
.ys-headerm .ys-logodiv{
    line-height: 70px;
    margin-left: 15px;
}
.ys-headerm .ys-logodiv img{
    display: inline-block;
    height: 50px;
}
.ys-headerm .ys-navbtn {
    position: relative;
    width: 27px;
    height: 27px;
    margin-top: 20px;
}
.ys-headerm .ys-navbtn span {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 2px;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    background: #0095db; /* 三道杠的颜色 */
}
.ys-headerm .ys-navbtn::before,
.ys-headerm .ys-navbtn::after {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: -webkit-transform .25s;
    transition:         transform .25s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #0095db;  /* 三道杠的颜色 */
}
.ys-headerm .ys-navbtn::before {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.ys-headerm .ys-navbtn::after {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.ys-headerm .ys-navbtn.ys-act span {
    opacity: 0;
}
.ys-headerm .ys-navbtn.ys-act::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.ys-headerm .ys-navbtn.ys-act::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.ys-headerm .ys-navdiv {
    position: fixed;
    top: 70px;
    right: 0;
    width: 100%;
    padding-bottom: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: top center 0;
    -moz-transform-origin: top center 0;
    -ms-transform-origin: top center 0;
    transform-origin: top center 0;
    background-color: #4c4a4f;
    -webkit-overflow-scrolling: touch;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ys-headerm .ys-navdiv.ys-act {
    position: absolute;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}
.ys-headerm .ys-navdiv ul {
    padding-right: 15px;
    padding-left: 15px;
}
.ys-headerm .ys-navdiv ul li {
    margin-top: 20px;
    font-size: 14px;
}
.ys-headerm .ys-navdiv ul li h5 span{
    font-size: 16px;
}
.ys-headerm .ys-navdiv ul li ul {
    display: none;
    padding-left: 30px;
}
.ys-headerm .ys-navdiv ul li a {
    color: #fff;
}
.ys-headerm .ys-navdiv ul li a:hover {
    color: #fff;
}
.ys-headerm .ys-navdiv ul li span {
    line-height: 24px;
    vertical-align: middle;
}
ys-headerm .ys-navdiv ul li span.fr {
    font-size: 24px;
    color: #fff;
}
.ys-headerm .ys-navdiv ul li span img.ys-click-hide {
    display: none;
}
.ys-headerm .ys-navdiv ul li span.ys-act img.ys-click-show {
    display: none;
}
.ys-headerm .ys-navdiv ul li span.ys-act img.ys-click-hide {
    display: inline;
}
.ys-mask {
    position: fixed;
    z-index: 990;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: 0;
    background: rgba(0,0,0,.7);
}
.ys-mask.ys-act {
    visibility: visible;
    opacity: 1;
}
.ph-search{
    display: inline-block;
    float: right;
    font-size: 22px;
    color: #CDCDCD;
    line-height: 70px;
    margin-right: 15px;
}
.ph-language{
    width: 30px;
    height: 30px;
    float: right;
    border: 1px solid #CDCDCD;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #c8c8c8;
    margin-right: 15px;
    margin-top: 20px;
}
/* 手机搜索框 */
.ys-tansou {
    position: fixed;
    z-index: 1061;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
}
.ys-tansou .ys-sou {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 847px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ys-tansou .ys-sou input {
    font-size: 18px;
    float: left;
    width: 731px;
    height: 87px;
    padding-left: 30px;
    color: #333;
    background: #fff;
}
.ys-tansou .ys-sou button {
    line-height: 86px;
    float: right;
    width: 102px;
    height: 87px;
    margin-left: 3px;
    text-align: center;
    background: #c49a4d;
}
.ys-tansou .ys-sou button img {
    width: 44px;
}
.ys-tansou .ys-tansouc {
    position: absolute;
    top: 60px;
    right: 60px;
    cursor: pointer;
}
/*首页banner*/
.sy-banner{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    transition: all 0.6s;
}
.sy-banner .banner_pag {
    width: 100px;
    height: 36px;
    position: absolute;
    left: 1180px;
    top:86%;
    color: #666666;
    z-index: 200;
    font-size: 18px;
    transition: all 0.6s;
}
.sy-banner .banner_pag .bann_a{
    font-size: 36px;
}
.sy-banner .banner_pag .bann_b{
    padding-left: 5px;
}
.sy-banner .banner_pag .iconfont{
    cursor: pointer;
    font-size: 11px;
    color: #666666;
}
.sy-banner .con .item img.ph-show{
    display: none;
}
/* 首页通知公告 */
.sy-gongao{
    width: 1142px;
    height: 300px;
    padding: 50px 90px;
    background: rgba(0,34,81,0.55);
    position: relative;
    z-index: 200;
    margin-top: 500px;
}
.sy-gongao .btn{
    position: absolute;
    right:75px;
    bottom:23px;
    z-index: 1000;
}
.sy-gongao .btn .iconfont{
    display: inline-block;
    font-size: 10px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
}
.sy-gongao .btn .icon-prev_l_:after{
    content: '';
    width: 1px;
    height:12px ;
    background: #B5B2AD;
    position: absolute;
    right: -3px;
    top:-1px;
}
.sy-gongao .tit .cn{
    font-size: 36px;
    color: #ffffff;
    padding-right: 15px;
}
.sy-gongao .tit .en{
    color: #cae0fe;
    font-size: 16px;
    font-family:Arial;
}
.sy-gongao .zhuan{
    margin-top: 10px;
}
.sy-gongao .zhuan p{
    padding-top: 20px;
    padding-left: 15px;
    position: relative;
width:50%;
float:left;
padding-right:40px;
}
.sy-gongao .zhuan p:before{
    content: '';
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:26px;
}
.sy-gongao .zhuan p .tit{
    float: left;
    width: 70%;
    font-size: 18px;
    color: #ffffff;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.sy-gongao .zhuan p .date{
    float: left;
    color: #cae0fe;
    font-size: 16px;
}
.sy-gongao .zhuan p .img{
    float: right;
}
.sy-gongao .zhuan p .img .hover-show{
    display: none;
}
.sy-gongao .slick-dots{
    position: absolute;
    bottom: -45px;
}
.sy-gongao .slick-dots li button::before,
.sy-gongao .slick-dots li button::after{
    display: none;
}
.sy-gongao .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #DFDFE0;
    background: transparent;
    opacity: 1;
    margin: 0 5px;
}
.sy-gongao .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.sy-gongao .slick-dots li.slick-active {
   border: transparent;
    background: #002352;
}
/* 新闻，下载 */
.sy-news-con{
    position: relative;
    z-index: 200;
}
.sy-news-con .left{
    float: left;
    width: 60%;
}
.sy-news-con .left .tab-box{
    width: 100%;
    height: auto;
    background: #ffffff;
    overflow: hidden;
}
.sy-news-con .left .tab-box .cn{
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding-top: 55px;
    padding-bottom:20px ;
}
.sy-news-con .left .tab-box .en{
    font-size: 16px;
    line-height: 33px;
    color: #999999;
    padding-bottom: 55px;
    text-align: center;
}
.sy-news-con .left .tab-box .tab{
    text-align: center;
    margin-bottom: 70px;
}
.sy-news-con .left .tab-box .tab li{
    width: 160px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #CDCDCD;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #999999;
    margin-left: 25px;
    margin-right: 25px;
    cursor: pointer;
    transition: all 0.3s;
}
.sy-news-con .left .tab-box .tab li.on{
    border: none;
    background: #002251;
    color: #ffffff;
}
.sy-news-con .left .tab-box .tab1{
    display: none;
    width: 300px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 200;
}
.sy-news-con .left .tab-box .tab1 p{
    width: 100%;
    height: 40px;
    text-align: center;
    background: #002251;
}
.sy-news-con .left .tab-box .tab1 p span{
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
}
.sy-news-con .left .tab-box .tab1 p .s2{
    float: right;
    margin-right: 15px;
}
.sy-news-con .left .tab-box .tab1 p .s2 img{
    display: inline-block;
    width: 15px;
    transition: all 0.3s;
}
.sy-news-con .left .tab-box .tab1 p.on .s2 img{
    transform:rotate(180deg);

    -ms-transform:rotate(180deg);

    -moz-transform:rotate(180deg);

    -webkit-transform:rotate(180deg);

    -o-transform:rotate(180deg);
}
.sy-news-con .left .tab-box .tab1 ul{
    border: 1px solid #002251;
    border-top: 1px solid transparent;
    display: none;
}
.sy-news-con .left .tab-box .tab1 ul li{
    font-size: 16px;
    color: #002251;
    line-height: 40px;
    text-align: center;
    padding-right: 22px;
}
.sy-news-con .left .tab-box .tab1 ul li + li{
    border-top: 1px dotted #002251;
}
.sy-news-con .left .word-new ul{
    display: none;
}
.sy-news-con .left .word-new ul.on{
    display: block;
}
.sy-news-con .left .word-new ul li{
    width: 100%;
    height: auto;
    background: #F3F5F7;
    padding:24px 95px;
}
.sy-news-con .left .word-new ul a + a li{
    border-top: 1px solid #E1E3E6;
}
.sy-news-con .left .word-new ul li .date{
    float: left;
}
.sy-news-con .left .word-new ul li .date .ri{
    font-size: 48px;
    color: #333333;
    padding-bottom: 20px;
}
.sy-news-con .left .word-new ul li .date .nian{
    color: #333333;
    font-size: 18px;
    text-align: center;
}
.sy-news-con .left .word-new ul li .right{
    width: calc(100% - 130px);
    float: left;
    padding-left: 45px;
}
.sy-news-con .left .word-new ul li .right .tit{
    color: #333333;
    font-size: 18px;
    padding-bottom: 23px;
    font-weight: bold;
    display:block;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;
}
.sy-news-con .left .word-new ul li .right .p1{
    font-size: 14px;
    color: #666666;
    display:block;
    padding-bottom: 25px;
    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;
}
.sy-news-con .left .word-new ul li .right button{
    width: 135px;
    height: 26px;
    font-size: 14px;
    color: #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
.pic-new-con.pad-show{
    display: none;
}
.pic-new-con .pic-new{
    display: none;
}
.pic-new-con .pic-new.on{
    display: block;
}
.pic-new-con .pic-new a:first-child .box > .img{
    float: left;
}
.pic-new-con .pic-new a:last-child .box >.img{
    float:right;
}
.pic-new-con .pic-new .box{
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.pic-new-con .pic-new .box >.img{
    width: 50%;
    height: 310px;
    overflow: hidden;
    position: relative;
}
.pic-new-con .pic-new .box >.img img{
    height: 100%;
    transition: all 1s;
    position: absolute;
    left: 50%;
    top:0;
    width: 100%;
    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);
}
.sy-news-con .right{
    float: left;
    width: 40%;
}
.pic-new-con .pic-new .box .right{
    width:50%;
    height:310px;
    padding:55px ;
    background: url("../images/A15_03.jpg") 0 0 no-repeat;
    background-size: cover;
    position: relative;
}
.pic-new-con .pic-new a:first-child .box .right{
    float: right;
}
.pic-new-con .pic-new a:first-child .box .right:after{
    content: '';
    width:18px ;
    height: 36px;
    background: url("../images/a15.png") 0 0 no-repeat;
    position: absolute;
    left:-16px;
    top:50%;
    z-index: 10;
    margin-top: -18px;
}
.pic-new-con .pic-new a:last-child .box .right{
    float: left;
}
.pic-new-con .pic-new a:last-child .box .right:after{
    content: '';
    width:18px ;
    height: 36px;
    background: url("../images/a16.png") 0 0 no-repeat;
    position: absolute;
    right:-16px;
    top:50%;
    z-index: 10;
    margin-top: -18px;
}
.pic-new-con .pic-new .box .right .tit{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    overflow:hidden;
    line-height: 40px;
    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;/* 超出的行数 */
}
.pic-new-con .pic-new .box .right  .date{
    font-size: 14px;
    color:#d6ffd9 ;
   line-height: 2;
    padding-bottom: 10px;
}
.pic-new-con .pic-new .box .right  .p1{
    font-size: 14px;
    color:#d6ffd9 ;
    line-height: 2;
    padding-bottom: 10px;

    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;/* 超出的行数 */
}
.sy-news-con .right .download{
    width: 100%;
    height: auto;
    padding: 60px 100px 123px;
    background:url("../images/A17.jpg") 0 0 no-repeat;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.sy-news-con .right .download .cn{
    font-size: 36px;
    color: #ffffff;
    padding-bottom:23px;
    text-align: center;
}
.sy-news-con .right .download .en{
    color: #d6f7ff;
    font-size: 16px;
    padding-bottom: 25px;
    text-align: center;
}
.sy-news-con .right .download .zhuan .item .clearfix{
    padding-bottom:20px ;
    padding-top: 20px;
    border-bottom: 1px solid #81C6D7;
}
.sy-news-con .right .download .zhuan .item .icon-dl_{
    float: left;
    color: #ffffff;
    font-size: 30px;
}
.sy-news-con .right .download .zhuan .item .clearfix .tit{
    float: left;
    width: calc(100% - 104px);
    padding-left: 25px;
    display:block;
    color: #d6f7ff;
    font-size: 18px;
    line-height: 35px;
    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;
}
.sy-news-con .right .download .zhuan .item .clearfix .date{
    float: right;
    color: #d6f7ff;
    font-size: 14px;
    padding-top: 10px;
}
.sy-news-con  .btn{
    position: absolute;
    right:75px;
    bottom:30px;
    z-index: 1000;
}
.sy-news-con  .btn .iconfont{
    display: inline-block;
    font-size: 10px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
}
.sy-news-con  .btn .icon-prev_l_:after{
    content: '';
    width: 1px;
    height:12px ;
    background: #B5B2AD;
    position: absolute;
    right: -3px;
    top:1px;
}
.sy-news-con  .slick-dots{
    position: absolute;
    bottom: -45px;
}
.sy-news-con  .slick-dots li button::before,
.sy-news-con  .slick-dots li button::after{
    display: none;
}
.sy-news-con  .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #DFDFE0;
    background: transparent;
    opacity: 1;
    margin: 0 5px;
}
.sy-news-con  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.sy-news-con  .slick-dots li.slick-active {
    border: transparent;
    background: #002352;
}
/* E1 */
.ny-banner{
    margin-top: 153px;
    height: 405px;
    transition: all 0.6s;
    position: relative;
}
.ny-banner img{
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);
}
.ny-banner.scroll{
    margin-top: 53px;
}
.ny-wrap{
    width: 100%;
    height: auto;
    margin-top: 80px;
    position: relative;
    z-index: 200;
    background: #F8F8F8;
    overflow: hidden;
    box-sizing: content-box;
    border-left: 10px solid #319639;
}
.ny-wrap:before{
    content: '';
    width: 1px;
    height: calc(100% - 80px);
    background: #E6E6E6;
    position: absolute;
    left:280px;
    top: 80px;
    z-index: 20;
}
.ny-wrap .ny-left-tab{
    width: 280px;
    float: left;
    cursor: pointer;
}
.ny-wrap .ny-left-tab .jibie1{
    width: 100%;
    height: 85px;
    background: #319639;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 85px;
    position: relative;
    z-index: 20;
}
.ny-wrap .ny-left-tab .ul-list >li >p{
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.ny-wrap .ny-left-tab .ul-list >li >p:before{
    content: '';
    width: 5px;
    height: 0px;
    background: #002352;
    position: absolute;
    right:-3px;
    top:50%;
    z-index: 50;
    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);
    transition: all 0.6s;
}
.ny-wrap .ny-left-tab .ul-list >li >p.on:before{
    height: 30px;
}
.ny-wrap .ny-left-tab .ul-li1 >li >p:before{
    content: '';
    width: 5px;
    height: 0px;
    background: #002352;
    position: absolute;
    right:-3px;
    top:50%;
    z-index: 50;
    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);
    transition: all 0.6s;
}
.ny-wrap .ny-left-tab .ul-list >li >p.on:before{
    height: 30px;
}
.ny-wrap .ny-left-tab .ul-list >li >p  >a .cn{
    font-size: 16px;
    color: #333333;
    padding-left: 30px;
}
.ny-wrap .ny-left-tab .ul-list >li >p.on  >a .cn{
    color:#002251;
}
.ny-wrap .ny-left-tab .ul-list .img{
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
.ny-wrap .ny-left-tab .ul-list >li >p > .img{
    line-height: 70px;
}
.ny-wrap .ny-left-tab .ul-list .img img{
    display: inline-block;
    width: 15px;
}
.ny-wrap .ny-left-tab .ul-list .img img.click-show{
    display: none;
}
.ny-wrap .ny-left-tab .ul-list  .img.on img.click-show{
    display: inline-block;
}
.ny-wrap .ny-left-tab .ul-list  .img.on img.click-hide{
    display: none;
}
.ny-wrap .ny-left-tab .ul-li1{
    padding-left: 45px;
    border-left:  1px solid #E6E6E6;
    position: relative;
    display: none;
}
.ny-wrap .ny-left-tab .ul-li1:before{
    content: '';
    width: 45px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    bottom:0;
    left: 0px;
    z-index: 10;
}
.ny-wrap .ny-left-tab .ul-li1 >li >p{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    position: relative;
}
.ny-wrap .ny-left-tab .ul-li1 >li >p:before{
    content: '';
    width: 5px;
    height: 0px;
    background: #002352;
    position: absolute;
    right:-3px;
    top:50%;
    z-index: 50;
    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);
    transition: all 0.6s;
}
.ny-wrap .ny-left-tab .ul-li1 >li >p.on:before{
    height: 30px;
}
.ny-wrap .ny-left-tab .ul-li1 >li >p  >a .cn{
    font-size: 16px;
    color: #333333;
    padding-left: 20px;
}
.ny-wrap .ny-left-tab .ul-li1 >li >p.on  >a .cn{
    color:#002251;
}
.ny-wrap .ny-left-tab  .ul-li1 >li >p > .img{
    line-height: 60px;
}
.ny-wrap .ny-left-tab .ul-li2{
   width: 100%;
    height: auto;
    background: #ECECEC;
    padding-left: 20px;
    padding-top: 25px;
    display: none;
}
.ny-wrap .ny-left-tab .ul-li2 >li >p{
    position: relative;
}
.ny-wrap .ny-left-tab .ul-li2 >li >p  >a .cn{
    display: inline-block;
    font-size: 14px;
    padding-bottom: 28px;
    position: relative;
    color: #333333;
    padding-left: 20px;
}
.ny-wrap .ny-left-tab .ul-li2 >li >p.on  >a .cn{
    color:#002251;
}
.ny-wrap .ny-left-tab .ul-li2 >li >p:after{
    content: '';
    width: 5px;
    height: 0px;
    background: #002352;
    position: absolute;
    right:-3px;
    top:30%;
    z-index: 50;
    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);
    transition: all 0.6s;
}
.ny-wrap .ny-left-tab .ul-li2 >li >p.on:after{
    height: 30px;
}
.ny-wrap .right-con{
    width: calc(100% - 280px);
    float: left;
    padding-left: 95px;
    padding-right: 95px;
}
.ny-wrap .right-con .top{
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}
.ny-wrap .right-con .top .img{
    float: left;
    width: 52px;
    position: relative;
    margin-right: 12px;
}
.ny-wrap .right-con .top .img img{
    display: inline-block;
    width: 100%;
}
.ny-wrap .right-con .top .img:after{
    content: '';
    width: 50px;
    height: 3px;
    background:#319639;
    position: absolute;
    left: 0;
    bottom: -36px;
}
.ny-wrap .right-con .top .fl .cn{
    color: #464646;
    font-size: 30px;
    padding-top: 11px;
    padding-bottom: 10px;
}
.ny-wrap .right-con .top .fl .en{
    color: #999999;
    font-size: 18px;
}
.ny-wrap .right-con .bottom-con.e1{
    padding-bottom: 50px;
}
.ny-wrap .right-con .bottom-con .e1-h3{
    padding-top: 50px;
    padding-bottom: 35px;
    font-size: 26px;
    color: #333333;
    text-align: center;
    position: relative;
}
.ny-wrap .right-con .bottom-con .e1-h3:after{
    content: '';
    width: 50px;
    height: 1px ;
    background:#002352 ;
    position: absolute;
    left: 50%;
    bottom:15px;
    margin-left: -25px;
}
.ny-wrap .right-con .bottom-con .e1-p{
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 40px;
    text-align: justify;
}
.ny-wrap .right-con .bottom-con .e1-h4{
    font-size: 18px;
    color: #333333;
    padding-bottom: 25px;
}
/* G1 */
.g1list{
    margin-top: 50px;
}
.g1list li{
    width: 100%;
    height:80px;
    background: #F2F2F2;
    border-left:4px solid #002352;
    margin-bottom: 30px;
}
.g1list li .tit{
    float: left;
    width: calc(100% - 510px);
    padding-left: 35px;
    padding-right: 15px;
    line-height: 80px;
    display:block;
    color: #666666;
    font-size: 20px;
    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;
}
.g1list li .date{
    width: 290px;
    float:left;
    height: 80px;
    line-height: 80px;
}
.g1list li .date .iconfont{
    font-size: 16px;
    color: #ACACAC;
}
.g1list li .date span{
    color: #999999;
    font-size: 16px;
    padding-left: 10px;
}
.g1list li .down{
    float: right;
    width: 220px;
    height: 45px;
    margin-top: 16px;
    border-left: 1px solid #ffffff;
    text-align: center;
    line-height: 45px;
}
.g1list li  .down .iconfont{
    font-size: 24px;
    color: #999999;
}
.g1list li:hover .down .iconfont{
    color: #ffffff;
}
.ys-fenye{
    padding: 50px 0 80px;
    text-align: center;
}
.ys-fenye li{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 8px;
    text-align: center;
    line-height: 35px;
    color: #333333;
    font-size: 16px;
}
.ys-fenye li.ys-activepage{  /* 选中的样式  */
    color: #319639;
    border:1px solid  #319639;
    border-radius: 50%;

}
.ys-fenye a li:hover{ /* 鼠标滑过的样式  */
    color: #319639;
    border:1px solid  #319639;
    border-radius: 50%;
}
.ys-fenye button{ /* 手机端的样式  */
    width: 80px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    border:1px solid  #319639;
    font-size: 18px;
    color: #565656;
    border-radius: 10px;
    display: none;
}
@media screen and (max-width:767px){
    .ys-fenye ul{
        display: none;
    }
    .ys-fenye button{
        display: inline-block;
    }
}
/* B3 */
.b3-top{
    margin-top:48px;
}
.b3-top .img{
    float: left;
    width:485px;
    overflow: hidden;
    position: relative;
}
.b3-top .touxiang{
    max-width: 100%;
}
.b3-top .right{
    float: left;
    width: calc(100% - 485px);
    padding-left: 100px;
}
.b3-top .right .p1{
    color: #002251;
    font-size: 26px;
    padding-bottom: 50px;
}
.b3-top .right .p2{
    color: #464646;
    font-size: 18px;
    padding-bottom: 25px;
}
.b3-top .right .p2 span:first-child{
    font-size: 20px;
    float: left;
}
.b3-top .right .p2 .jianjie{
    float: left;
    width: calc(100% - 60px);
    font-size: 14px;
    line-height: 2;
    color: #666666;
    text-align: justify;
}
.b3-bottom{
    padding-top: 80px;
    padding-bottom: 45px;
}
.b3-bottom .tit{
    font-size: 26px;
    padding-bottom:45px;
    color: #002251;
}
.b3-bottom h4{
    color:#464646;
    font-size: 18px;
    line-height: 2;
}
.b3-bottom h4.h4{
    padding-top: 45px;
}
.b3-bottom p{
    color:#666666;
    font-size: 14px;
    line-height: 2;
}
/* B5 */
.b5-img{
    margin-top:90px;
    margin-bottom: 150px;
    text-align: center;
}
.b5-img img{
    max-width: 100%;
}
/* B2 */
.b2-list{
    margin-top:50px;
    padding-bottom: 30px;
}
.b2-list li{
    float: left;
    width: calc(50% - 35px);
    height: 455px;
    background: #ffffff;
    margin-bottom: 70px;
}
.b2-list a:nth-child(even) li{
    margin-left: 70px;
}
.b2-list li .img{
    float: left;
    width: 47%;
    position: relative;
    overflow: hidden;
}
.b2-list li .img .bg{
    max-height: 100%;
}
.b2-list li .img .touxiang{
    height: 100%;
    position: absolute;
    left: 50%;
    top:0;
    transition: all 0.6s;
    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);
}
.b2-list li .right{
    float: left;
    width: 53%;
    height: 100%;
    position: relative;
}
.b2-list li  .right .name{
    width: 155px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
    background: #002352;
}
.b2-list li  .right .box{
    padding: 45px 50px;
}
.b2-list li  .right .box .p1{
    padding-bottom: 25px;
}
.b2-list li  .right .box .s1{
    font-size: 18px;
    color:#464646;
    float: left;
}
.b2-list li  .right .box .s2{
    float: left;
    display: block;
    height: auto;
    width: calc(100% - 60px);
    color: #666666;
    font-size: 16px;
    line-height: 1.3;
    word-wrap: break-word;
}
.b2-list li  .right .box .s3{
    float: left;
    width: calc(100% - 60px);
    color: #666666;
    font-size: 16px;
    line-height: 1.3;
    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;/* 超出的行数 */
}
.b2-list li  .right .box  .more{
    font-size: 14px;
    color: #002251;
    margin-top: 18px;
}
.b2-list li  .right .box .more  span{
    display: inline-block;
    margin-left: 10px;
    transition: all 0.6s;
}
.b2-list li  .right .box .more  span img{
    display: inline-block;
    width: 14px;
}
/* D2 */
.d2-con {
    padding-top: 50px;
}
.d2-con  .tit{
    color: #002251;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}
.d2-con .look{
    margin-top: 27px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}
.d2-con .look:after{
    content: '';
    width: 60px;
    height: 2px;
    background: #002352;
    position: absolute;
    left: 50%;
    bottom:-25px;
    margin-left: -30px;
}
.d2-con .look li{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin-left: 15px;
    margin-right: 15px;
}

.d2-con p{
    font-size: 16px;
    line-height: 2;
    color: #666666;
    padding-bottom: 45px;
}
.d2-con p img{
    display: inline-block;
    max-width: 100%;
}
.d2-con .link{
    position: relative;
    margin-top: 35px;
    margin-bottom: 100px;
}
.d2-con .link .back{
    position: absolute;
    left: 50%;
    font-size: 14px;
    color: #999999;
    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);
}
.d2-con .link .back img{
    display: inline-block;
    width: 16px;
    margin-right: 5px;
}
.d2-con .link .back img.hover-show{
    display: none;
}
.d2-con .link .prev{
    float: left;
    width: 265px;
    display:block;
    font-size: 14px;
    color: #999999;
    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;
}
.d2-con .link .next{
    float: right;
    width: 265px;
    display:block;
    font-size: 14px;
    color: #999999;
    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;
}
/* C1 */
.c1-con{
    margin-top:70px;
    margin-bottom: 80px;
}
.right-con .c1-box .c1top{
    padding-bottom: 20px;
    border-bottom: 3px solid #5EB6CC;
}
.right-con .c1-box .c1top .img{
    float: left;
    margin-right: 20px;
}
.right-con .c1-box .c1top .img img{
    display: inline-block;
    width: 100%;
}
.right-con .c1-box .c1top .name{
    float: left;
    padding-top: 40px;
}
.right-con .c1-box .c1top .name .cn{
    color: #464646;
    font-size: 26px;
}
.right-con .c1-box .c1top .name .en{
    color: #666666;
    font-size: 20px;
}
.right-con .c1-box .namelist{
    padding: 35px 80px 0;
}
.right-con .c1-box .namelist li{
    float: left;
    width: 11.11%;
    font-size: 20px;
    color: #464646;
    margin-bottom: 35px;
}
.c1zhujie{
    font-size: 20px;
    color: #333333;
    padding-top: 30px;
}
/* F1 */
.f1-con{
    margin-top: 75px;
    margin-bottom: 50px;
}
.f1-con .box{
    position: relative;
    margin-bottom: 50px;
}
.f1-con .box .img-box{
    float: left;
    width: 197px;
    position: relative;
    z-index: 20;
}
.f1-con .box .img-box img{
    display: inline-block;
    width: 100%;
}
.f1-con .box .zi-box{
    float: right;
    width:calc(100% - 50px);
    min-height: 255px;
    height: auto;
    background: #ffffff;
    margin-top: -240px;
    position: relative;
    z-index: 10;
    padding-left:200px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.f1-con .box .zi-box .name{
    overflow: hidden;
    padding-bottom: 45px;
}
.f1-con .box .zi-box .name span{
    color: #464646;
    font-size: 28px;
    font-weight: bold;
    position: relative;
}
.f1-con .box .zi-box .name span:after{
    content: '';
    width:100% ;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    left: 0;
    bottom:-20px;
}
.f1-con .box .zi-box .liuyan{
    font-size: 18px;
    color: #666666;
    height: 70px;
    line-height: 2;
    transition:all 0.6s ease-out 0s;
    overflow: hidden;
}
.f1-con .box .zi-box .xia{
    text-align: right;
    cursor: pointer;
}
.f1-con .box .zi-box .xia.on img{
    transform:rotate(180deg);

    -ms-transform:rotate(180deg);

    -moz-transform:rotate(180deg);

    -webkit-transform:rotate(180deg);

    -o-transform:rotate(180deg);
}
.f1-con .box .zi-box .xia img.even-show{
    display: none;
}
@media screen and (min-width: 768px){
    .f1-con .box:nth-child(even) .img-box{
        float: right;
    }
    .f1-con .box:nth-child(even) .zi-box{
        background:#4AA650;
        float: left;
        padding-left:50px;
        padding-right: 200px;
    }
    .f1-con .box:nth-child(even) .zi-box .name span{
        color: #ffffff;
    }
    .f1-con .box:nth-child(even) .zi-box .name span:after{
        background: #ffffff;
    }
    .f1-con .box:nth-child(even)  .zi-box .liuyan{
        color: #ffffff;
    }
    .f1-con .box:nth-child(even) .zi-box .xia img.even-hide{
        display: none;
    }
    .f1-con .box:nth-child(even) .zi-box .xia img.even-show{
        display:inline;
    }
}
/*  D1 */
.d1-list{
    margin-top: 50px;
    border-top: 1px solid #E7E7E7;
}
.d1-list li{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7E7E7;
}
.d1-list .img{
    width: 265px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.d1-list .img img{
    max-width: 100%;
    transition: all 0.3s;
}
.d1-list .right{
    float: left;
    width: calc(100% - 295px);
    padding-right: 20px;
}
.d1-list .right .tit{
    color: #464646;
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 20px;
}
.d1-list .right .date{
    padding-bottom: 18px;
}
.d1-list .right .date span{
    color: #999999;
    font-size: 14px;
    padding-left: 20px;
}
.d1-list .right .date .iconfont{
    color: #999999;
    font-size: 14px;
}
.d1-list .right .p1{
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;/* 超出的行数 */
}
.d1-list .right .more{
    font-size: 14px;
    color: #002251;
    padding-top: 35px;
}
.d1-list .right .more img{
    display: inline-block;
    width:14px ;
    margin-left: 10px;
}
/* B1 */
.b1-h3{
    text-align: center;
    font-size: 26px;
    color: #333333;
    position: relative;
    margin-top: 65px;
    margin-bottom: 80px;
}
.b1-h3:after{
    content: '';
    width: 40px;
    height: 1px;
    background:#999999 ;
    position: absolute;
    bottom:-25px;
    left: 50%;
    margin-left: -20px;
}
.b1-con > p{
    color: #666666;
    font-size: 16px;
    line-height: 2;
    padding-bottom: 40px;
    text-align: justify;
}
.b1-con > p > img{
    max-width: 100%;
}
.b1-ul li{
    float: left;
    width: 33.33%;
    margin-bottom: 50px;
}
.b1-ul li + li{
    border-left: 1px solid #EEEFF1;
}
.b1-ul li .icon{
    width: 160px;
    height: 160px;
    background:#EEEFF1;
    border-radius: 50%;
    text-align: center;
    line-height: 160px;
    margin: auto;
}
.b1-ul li .h1{
    font-size: 18px;
    color: #464646;
    padding-bottom: 25px;
    padding-top:25px;
    text-align: center;
}
.b1-ul li .p1{
    width: 300px;
    margin: auto;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    text-align: center;
    padding:  0 15px;
}
.b1-four{
    margin-bottom: 45px;
}
.b1-four li.hui{
    width: 100%;
    height: auto;
    background: #F3F3F3;
    padding: 50px;
}
.b1-four li.hui p{
    color: #666666;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}
.b1-four li.img img{
    width: 100%;
}
.b1-four li.preofess .jiangzuo{
    width: 100%;
    height: auto;
    padding: 25px 50px;
    background: #4AA650;
}
.b1-four li.preofess .jiangzuo .p1{
    padding-bottom: 30px;
    border-bottom: 1px solid #65B76A;
}
.b1-four li.preofess .jiangzuo .p1 img{
    display: inline-block;
    width: 20px;
}
.b1-four li.preofess .jiangzuo .p1 span{
    font-size: 20px;
    color: #ffffff;
    padding-left: 18px;
}
.b1-four li.preofess .jiangzuo .p2{
    padding-top: 25px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}
.b1-four li.preofess .kezuo{
    width: 100%;
    height: auto;
    padding: 25px 50px;
    background: #5EB6CC;
}
.b1-four li.preofess .kezuo .p1{
    padding-bottom: 30px;
    border-bottom: 1px solid #7DC6D8;
}
.b1-four li.preofess .kezuo .p1 img{
    display: inline-block;
    width: 20px;
}
.b1-four li.preofess .kezuo .p1 span{
    font-size: 20px;
    color: #ffffff;
    padding-left: 18px;
}
.b1-four li.preofess .kezuo .p2{
    padding-top: 25px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}
/* B4 */
.b4-table{
    padding-top: 50px;
    padding-bottom: 95px;
}
.b4-table img{
    max-width: 100%;
}
.navl>li {
	display: inline-block;
	position: relative;
}

.navl>li>a {
	position: relative;
	padding-bottom: 18px;
	font-size: 18px;
	line-height: 60px;
	color: #333333;
	margin-right: 50px;
}
.jsubs:nth-child(8) .xiac{
	margin-right: 0;
}
.navl>li>a:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background-color: #0075b9;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
}

.navl>li>a:hover:after {
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.navl>li>a:hover {
	color: #0075b9;
	background: transparent;
}
.jsub{
	display: none;
	position: fixed;
    top: 223px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: rgba(255,255,255,0.95);
    padding: 0 358px;
    border-top: 1px solid #e6e6e6;
}
.jsub.jsuba{
	display: none;
	/*width: 100%;*/
	width: 180px;
    position: absolute;
    top: 60px;
    left: 25%;
    text-align: center;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: rgba(255,255,255,0.95);
    padding: 0;
    border-top: 1px solid #e6e6e6;
}
.jsubs:nth-child(8) .jsub.jsuba{
	left: 50%;
}
.jsuba ul>li>a{
	color: #666666;
    font-size: 18px;
    line-height: 48px;
}
.jsuba ul>li>a:hover{
	color: #0075b9;
}
