@charset 'utf-8';
body{
    overflow: hidden;
}
.container{
    width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
}
.header2{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    padding-left: 20px;
    background-color: #0095cd;
}
.header2 .logo{
    width: 180px;
    height: auto;
    line-height: 80px;
}
.header2 .logo img{
    width: 100%;
}
.header2 .phsearch{
    position: absolute;
    top: 50%;
    right: 70px;

    width: 30px;
    cursor: pointer;

    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header2 .phsearch img{
    width: 100%;
}
.header2 .menuph{
    position: absolute;
    top: 50%;
    right:0;

    width: 80px;
    height: 80px;

    cursor: pointer;
    text-align: center;

    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color:#1bb4ed;
}
.header2 .menuph .point{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 22px;
    margin-top: 50%;
    transform: translateY(-50%);
}
.header2 .menuph .point:hover .navbtn,
.header2 .menuph .point:hover .navbtn::after,
.header2 .menuph .point:hover .navbtn::before{
    width: 28px;
}
.header2 .menuph .navbtn{
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    -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;
    background: #fff;
}
.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    content: '';
    -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;
    background: #fff;
}
.header2 .menuph .navbtn::after{
    top: -10px;
}
.header2 .menuph .navbtn::before{
    top: 10px;
}
.header2 .menuph .point.active .navbtn{
    background: transparent;
}
.header2 .menuph .point.active .navbtn::after{
    top: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header2 .menuph .point.active .navbtn::before{
    top: 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.searchbox{
    display: none;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
}
.searchbox .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%);
}
.searchbox .sou input{
    float: left;
    width: 731px;
    height: 87px;

    padding-left: 30px;

    color: #333;
    background: #fff;
    font-size: 18px;
}
.searchbox .sou button{
    float: right;
    width: 102px;
    height: 87px;

    margin-left: 3px;
    text-align: center;
    background: #55b2b4;
    line-height: 86px;
}
.searchbox .sou button img{
    width: 44px;
}
.searchbox .tansouc{
    position: absolute;
    top: 60px;
    right: 15px;
    cursor: pointer;
}
@media screen and (max-width: 991px)
{
    .searchbox .sou{
        width: 750px;
    }
    .searchbox .sou input{
        width: 638px;
    }
}
@media screen and (max-width: 767px)
{
    .searchbox .sou{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .searchbox .sou input{
        font-size: 12px;
        width:         calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        height: 50px;
        padding-left: 15px;
    }
    .searchbox .sou button{
        line-height: 50px;
        width: 60px;
        height: 50px;
    }
    .searchbox .sou button img{
        width: 26px;
    }
}
/*手机下拉*/
.phxia{
    display: none;
    position: relative;
    z-index: 10;
    margin-top: 80px; 
    width: 100%;
}
.xialaph{
    display: none;

    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;

    padding-bottom: 30px;

    background-color: #f1f1f1;
    font-family: '微软雅黑';
}
@media screen and (max-width: 992px)
{
    .xialaph .container{
        width: 100%;
        padding: 0 40px;
    }
}
@media screen and (max-width: 768px)
{
    .xialaph .container{
        width: 100%;
        padding: 0 20px;
    }
}
.xialaph h4{
    position: relative;
}
.xialaph h4::after{
    content: '';

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: .1;
    background-color: #000;
}
.xialaph h4 a{
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
    color: #999;
}
.xialaph h4 img{
    position: absolute;
    top: 50%;
    right: 5px;

    width: 13px;
    cursor: pointer;

    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.xialaph .ul2{
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}
.xialaph .ul2 .container{
    max-width: 100%;
}
.xialaph h5{
    position: relative;
}
.xialaph h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: .05;
    background-color: #000;
}
.xialaph h5 a{
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}
.xialaph h5 img{
    position: absolute;
    top: 50%;
    right: 5px;

    width: 13px;
    cursor: pointer;

    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s{
    display: none;
}
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d{
    display: block;
}
.xialaph .ul3{
    display: none;
    padding-left: 15px;
}
.xialaph h6 a{
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}
.phonemeng{
    display: none;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;

    width: 100%;
    height: 100%;

    opacity: .6;
    background-color: #000;
}
.phonemeng.active{
    display: block;
}
/*头部*/
.header{
    position: fixed;
    left: 0;
    top:0;
    margin: 0 auto;
    width: 100%;
    z-index: 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;
}
.header.act{
    top: 0;
}
.he_bo{
    position: relative;
}
.lo_xl{
    position: absolute;
    width:100%;
    height: 100%;
    z-index: 9999;
}
.logo{
    position: absolute;
    left: 0;
    top: 0;
    margin: auto 0;
    height: 210px;
    z-index: 2;
}
.lo_xl .logo img{
    height: 210px;
}
.he_sbo{
    height: 100%;
}
.he_slick2{
    display: none;
}
.he_nav li{
    position: relative;
    display: block;
    float: left;
    width: 11.11%;
    background: #2348a7;
    -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;
}
.he_nav li a{
    display: block;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    border-right: 1px solid #3559b3;
}
.he_nav li:last-child a{
    border-right: 0;
}
.pc_xl{
    display: none;
    position: absolute;
    left: 0;
    width:100%;
    background: #ffffff;
    top:100%;
}
.pc_xl .li{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding: 13px;
    border-bottom: 1px solid #f2f2f2;
    -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;
}
.pc_xl a:last-child .li{
    border-bottom: 0;
}
/*首页*/
.section{
    margin-top: 257px;
    -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;
}
.section.act{
    margin-top: 50px;
}
.oi_sec1 img{
    width:100%;
}
.oi_sec2{
    padding: 8px 30px 20px;
    background: #ffffff;
}
.ttl{
   /* border-bottom: 1px solid #dedede;*/
}
.ttl h1{
    float: left;
    font-size: 20px;
    line-height: 40px;
    color: #2348a7;
}
.ttl h1 i{
    margin-left: 5px;
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    font-style: normal;
}
.ttl .more{
    float: right;
    display: block;
    font-size: 12px;
    line-height: 40px;
    color: #2348a7;
    text-transform: uppercase;
}
.ois2_bot{
    padding: 15px 2% 0;
}
.ois2_slick{
    position: relative;
    float: left;
    width: 570px;
}
.ois2_slick .prev{
    position: absolute;
    top:0;
    bottom: 0;
    left: -28px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 20px;
    background-color: rgba(0,0,0,0.5);
    margin: auto 0;
    z-index: 2;
    cursor: pointer;
}
.ois2_slick .prev i{
    font-size: 16px;
    color: #fff;
}
.ois2_slick .next{
    position: absolute;
    top:0;
    bottom: 0;
    right: -28px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 20px;
    background-color: rgba(0,0,0,0.5);
    margin: auto 0;
    z-index: 2;
    cursor: pointer;
}
.ois2_slick .next i{
    font-size: 16px;
    color: #fff;
}
.ois2_r{
    float: left;
    width:calc(100% - 570px);
    padding-left: 40px;
    margin-top: -5px;
}
.ois2_sbo img{
    width:100%;
}
.ois2_rbo{
    position: relative;
    padding: 5px 0 5px 20px;
    border-bottom: 1px dashed #e6e6e6;
}
.ois2_rbo i{
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #2348a7;
    border-radius: 50%;
    behavior: url(pie.htc);
    z-index:2;
}
.ois2_rbo h1{
    float: left;
    width:calc(100% - 90px);
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #333333;
    -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;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.ois2_rbo .time{
    float: left;
    width: 90px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #2348a7;
}
.ois2_rbo.act h1{
    color: #2348a7;
}
.oi_sec3{
	padding: 10px 30px;
	background: #fff;
}
.ois3_bo1{
    float: left;
    width:calc((100% - 313px) / 2);
    padding-right: 50px;
}
.ois3_rbo{
    position: relative;
    padding: 4px 0 4px 20px;
}
.ois3_rbo i{
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #7cc7ca;
    border-radius: 50%;
    behavior: url(pie.htc);
    z-index: 2;
}
.ois3_rbo h1{
    float: left;
    width:calc(100% - 76px);
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #333333;
    -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;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.ois3_rbo .time{
    float: left;
    width: 76px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #2348a7;
}
.ois3_bo2{
    float: left;
    width: 313px;
}
.ois3_bot1{
    margin: 0 -5px;
    padding: 10px 0;
}
.ois3bbo{
    float: left;
    width:50%;
    padding: 0 5px;
    margin-bottom: 2px;
}
.ois3bbo .tubiao{
    display: inline-block;
    float: left;
    width: 36px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}
.ois3bbo .tubiao img{
	width: 16px;
}
.ois3bbo:first-child .tubiao,
.ois3bbo:first-child+.ois3bbo+.ois3bbo .tubiao,
.ois3bbo:first-child+.ois3bbo+.ois3bbo+.ois3bbo+.ois3bbo .tubiao,
.ois3bbo:first-child+.ois3bbo+.ois3bbo+.ois3bbo+.ois3bbo+.ois3bbo+.ois3bbo .tubiao{
    background: #0095cd;
}
.ois3bbo:first-child+.ois3bbo .tubiao,
.ois3bbo:first-child+.ois3bbo+.ois3bbo+.ois3bbo .tubiao,
.ois3bbo:first-child+.ois3bbo+.ois3bbo+.ois3bbo+.ois3bbo+.ois3bbo .tubiao,
.ois3bbo:first-child+.ois3bbo+.ois3bbo+.ois3bbo+.ois3bbo+.ois3bbo+.ois3bbo+.ois3bbo .tubiao{
    background: #7cc7ca;
}
.ois3bbo:nth-child(2n+1) .tubiao{
    background: #0095cd;
}
.ois3bbo:nth-child(2n) .tubiao{
    background: #7cc7ca;
}
.wenzi{
	float: left;
	width: calc(100%) !important;
	width: 115px;
	height: 26px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	color: #6666066;
	-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;
}
.oi_sec4{
    padding: 10px 30px;
    background: #ffffff;
}
.oi_sec4 .tle{
    float: left;
    width: 280px;
}
.oi_sec4 .tle h1{
    font-size: 20px;
    line-height: 34px;
    color: #2348a7;
}
.oi_sec4 .tle h1 i{
    margin-left: 5px;
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    font-style: normal;
}
.oi_sec4 .login{
    float: left;
    width:calc(100% - 280px);
    position: relative;
}
.login input{
    float: left;
    width:calc((100% - 160px) / 2 - 20px) !important;
    width:330px; 
    margin-right: 20px;
    line-height: 34px;
    height: 34px;
    padding: 0 20px;
    background: #f8f8f8;
    font-size: 14px;
    color: #999999;
}
.login span.yonghu{
    position: absolute;
    color: #999999;
    top: 9px;
    left: 21px;
}
.login span.mima{
    position: absolute;
    color: #999999;
    top: 9px;
    left: 372px;
}
.login .dl{
    float: left;
    width: 160px;
    height: 34px;
    background: #0095cd;
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
    border:1px solid #0095cd;
    -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;
}
.ft_top{
    background: #2348a7;
    padding: 15px 30px;
}
.ft_logo{
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}
.ft_dz{
    float: left;
    max-width: calc(100% - 130px - 115px);
	text-align:center;
}
.ft_logo img{
    width: 85px;
}
.ft_dz h1{
    font-size: 1px;
    margin-top: -6px;
}
.ft_dz p{
    margin-top: 5px;
}
.ft_dz h1 i{
    font-size: 12px;
    line-height: 34px;
    color: #778fc6;
    font-style: normal;
    margin-right: 25px;
}
.ft_dz h1 b{
    font-size: 12px;
    line-height: 34px;
    color: #778fc6;
    font-weight: normal;
}
.ft_dz p i{
    font-size: 12px;
    line-height: 34px;
    color: #778fc6;
    font-style: normal;
    margin-right: 25px;
}
.ft_dz p b{
    font-size: 12px;
    line-height: 34px;
    color: #778fc6;
   font-weight: normal;
}
.ft_bot{
    text-align: center;
    padding: 10px 0;
    background: #ffffff;
}
.ft_bot img{
    width: 39px;
}
.bdsharebuttonbox{
    float: right;
    margin-top: 30px;
}
.bd_weixin_popup{
    min-height: 304px;
}
.bdsharebuttonbox .bds_weixin{
    padding: 0;
    margin: 0 30px 0 0;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center !important;
    background: url(../images/weixin.png);


}
.bdsharebuttonbox .bds_tsina{
    padding: 0;
    margin: 0 10px 0 0;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center !important;
    background: url(../images/weibo.png);

}
/*hover*/
/*.he_nav li:hover{
    background: #f8f8f8;
}
.he_nav li:hover .yj {
    color: #2348a7;
    border-right: 1px solid #f8f8f8 !important;
}
.pc_xl .li:hover,
.ttl .more:hover,
.ois2_rbo:hover h1,
.ois3_rbo:hover h1,
.ois3bbo:hover .wenzi{
    color: #2348a7;
}
.ois2_slick .next:hover i,
.ois2_slick .prev:hover i{
    color: #7cc7ca;
}
.login .dl:hover{
    background: transparent;
    color: #0095cd;
}*/
.about_box{
    background-color: #fff;
}
.about_l{
    float: left;
    width: 263px;
}
.about_l h1{
    background:url(../images/about_l_h1.png) no-repeat center center; 
    text-align: center;

}
.about_l h1 span{
    display: block;
}
.about_l h1 .cn{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-top: 24px;
}
.about_l h1 .en{
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 3px;
    padding-bottom: 20px;
}
.about_l .about_li li{
    border-top:1px solid #ebebeb;
    border-left: 4px solid #fff;
    line-height: 48px;
    font-size: 16px;
    text-align: center; 

}
.about_l .about_li li:first-child{
    border-top: none;
}
.about_l .about_li li a.lia{
    color: #666;
    margin-left: -4px;
}
.about_l .about_li li:hover,
.about_l .about_li li.active{
    background-color: #ebebeb;
    border-left: 4px solid #7cc7ca;
}
.about_l .about_li li:hover a.lia,
.about_l .about_li li.active a.lia{
    color: #2348a7;

}
.about_r{
    width: calc(100% - 263px) !important;
    width: 937px;
    padding-left: 30px;
    padding-right:34px; 
    float: left;
    border-left: 1px solid #e0e0e0;
    margin-bottom: 14px;

}
.about_r_top{
    border-bottom: 1px solid #e6e6e6;
}
.about_r_top h1{
    float: left;
    padding-top: 20px;
    font-size: 20px;
    line-height: 38px;
    color: #294da8;
}
.about_r_top h1 i{
   font-size: 12px;
    line-height: 24px; 
    color: #999;
    text-transform:uppercase;
    margin-left: 13px;
    font-style: normal;
}
.about_r_top .p_nav{
    float: right;
    font-size: 12px;
    line-height: 24px;
    padding-top: 32px;
    color: #999;

}
.about_r_top .p_nav a{
     color: #999;
     margin-left:6px;
     margin-right:6px;  
}
.p_nav_icon{
    margin-right:6px; 
}
.p_nav_icon img{
    margin-top: -4px;
}
.about_r_top .p_nav .act{
    color: #2348a7;
    margin-left:6px; 
}
.about_c h1{
    font-size: 16px;
    line-height: 30px;
    color: #2348a7;
    padding-top: 13px;
}
.about_c .con{
    margin-top: 6px;
}
.about_c .con p{
    font-family: '微软雅黑';
    text-align: justify;
    color: #666;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}
.about_c .con span{
    font-family: '微软雅黑';

    color: #666;
    font-size: 18px;
    line-height: 30px;
    
}

.about_c .con div{
    font-family: '微软雅黑';
   
    color: #666;
    font-size: 18px;
    line-height: 30px;
    
}

.about_tu{
    position: relative;
    margin-top: 10px;
}
.about_bg{
    text-align: center;
}
.about_sz{
    position: absolute;
    top: 186px;
    left: 0;
    background: #0095cd;
    width: 100%;
}
.about_sz ul li{
    float: left;
    width: 25%;
    text-align: center;
}
.about_sz ul li h2{
    margin-top:26px; 
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-family: '宋体';

}
.about_sz ul li .des{
    margin-top:3px; 
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #91d2eb;

}
.about_ls h2{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
}
.about_ls1_li{
    margin-top: 19px;
}
.about_ls1 h3{
    color: #0095cd;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    font-weight: bold;
}
.about_ls1_li li{
    padding-left: 48px;
    margin-left: 9px;
    position: relative;
}
.about_ls1_li li span{
    position: absolute;
    left: -4px;
    top: -7px;
}

.about_ls1_li li .condiv{
    float: left;
    width: 482px;
    padding-right: 60px;
}
.about_ls1_li li .condiv .time{
    color: #999;
    font-size: 18px;
    line-height: 24px;
    margin-top: 21px;
    font-weight: bold;
}
.about_ls1_li li .condiv .des{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
}
.about_ls1_li li .imgk{
    float: left;
}
.about_ls1_li li .imgk img{
    width: 205px;
    margin: 14px 0;
}
.about_ls1_li .about_ls1_li_ou{
    background-color: #fafafa;
}
.about_ls1_more{
    display: block;
    width: 81px;
    margin: 3px auto 0;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    background: url(../images/about_ls1_more.png) no-repeat left center;
    transition: .3s;
}
.about_ls1_more:hover{
    background: url(../images/about_ls1_more_hover.png) no-repeat left center;
    color: #2348a7;
}
.about_ls2 h3{
    color: #0095cd;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 25px;
}
.about_ls2_li li{
    position: relative;
    float: left;
    width: 274px;
    line-height: 46px;
    background-color: #f2f2f2;
    margin-right: 16px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.about_ls2_li li span{
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    line-height: 46px;
    background-color: #0095cd;
    font-size: 20px;
    color: #fff;
}
.about_ls3 h3{
    color: #0095cd;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 23px;
    margin-bottom:12px;
}
.about_ls3_lis{
    margin-bottom: 38px;
}
.about_ls3_li{
    float: left;
}
.about_ls3_li1{
    width: 327px;
}
.about_ls3_li2{
    width: calc(100% - 327px);
}
.about_ls3_li li{
    padding-left: 26px;
    background: url(../images/news_icon.png) no-repeat left center;
}
.about_ls3_li li h4{
    display: inline-block;
    line-height: 38px;
    font-size: 14px;
    color: #666;
}
.about_ls3_li li span{
    display: inline-block;
    line-height: 38px;
    font-size: 14px;
    color: #666;
}
.about_ls3_li li:hover h4,
.about_ls3_li li:hover span
{
    color: #2348a7
}
.about_ld{
    margin-top: 29px;
}
.about_ld ul li{
    float: left;
    width: 398px;
    margin-right: 37px;
    margin-bottom: 17px;
    overflow: hidden;
}
.about_ld ul li .imgl{
    float: left;
    width: 156px;
}
.about_ld ul li .imgl img{
    width: 156px;
}
.about_ld ul li .con{
    float: left;
    width: 242px;
}
.about_ld ul li .con h1{
    font-size: 16px;
    line-height: 24px;
    color: #2448a8;
    font-weight: bold;
    padding-left: 22px;
    margin-top: 14px;
}
.about_ld ul li .con .name{
    font-size: 16px;
    line-height: 24px;
    color: #464646;
    font-weight: bold;
    padding-left: 22px;
    margin-top: 15px;
}
.about_ld ul li .con .des{
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    padding-left: 22px;
    margin-top: 18px;
}
.about_ld ul li:hover .con .des{
    color: #2348a7;
}
.abour_lr_li{
    margin-top: 10px;
}
.abour_lr_li li{
    background: #f8f8f8;
    overflow: hidden;
    margin-bottom: 5px;
}
.abour_lr_li li .imgr{
    float: left;
    width: 127px;
}
.abour_lr_li li .imgr img{
    width: 127px;
}
.abour_lr_li li .con{
    float: left;
    padding: 0 22px;
    width: 745px;

}
.abour_lr_li li .con h1{
    width: 105px;
    line-height: 34px;
    background-color: #294da8;
    font-size:16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
}
.abour_lr_li li .con .des{
    font-size: 16px;
    height: 132px;
    color: #666666;
    line-height: 36px;
    display: table-cell;
    vertical-align: middle;
}
.about_page{
    text-align: center;
}
.about_page ul li{
    width: 32px;
    line-height: 32px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    font-size: 18px;
    color: #c9c9c9;
    margin: 0 3px;
    transition: .3s;
}
.about_page{
    margin-top: 20px;
    margin-bottom: 5px;
}
.about_page ul li.activepage,.about_page ul li:hover{
    background: #294da8;
    border: 1px solid #294da8;
    color: #fff;
}
.about_page ul li.prev{
    background: url(../images/about_prev.png) no-repeat center center;
    text-indent: -9999em;
}
.about_page ul li.prev:hover{
    cursor: pointer;
    background: #294da8 url(../images/about_prev_hover.png) no-repeat center center;
}
.about_page ul li.next{
    background: url(../images/about_next.png) no-repeat center center;
    text-indent: -9999em;
}
.about_page ul li.next:hover{
    cursor: pointer;
    background: #294da8 url(../images/about_next_hover.png) no-repeat center center;

}
.about_jg table{
    width: 100%;
}

.about_jg table thead tr td{
    font-size: 18px;
    color: #333;
    line-height: 58px;
    padding-left: 34px;
    padding-top: 3px;
    background-repeat: no-repeat;
    background-position: left center;

}
.about_jg table thead tr td span{
    float: left;
}
.about_jg table tbody tr td {
    font-size: 14px;

    width: 20%;
    text-align: center;
    color: #666;
    padding: 5px;
    border-left: 2px solid #fff;
}
.about_jg table tbody tr td * {
    line-height: 25px;
}
.about_jg table tbody tr td a{
color:#333;
}

.about_jg table tbody tr.odd{
    background-color: #f3f5f7;
}
.about_jg table tbody tr.even{
    background-color: #fff;
}
.about_jg{
    margin-bottom: 13px;
}
.about_tx_li{
    margin-top: 31px;
}
.about_tx_li li{
    float: left;
    margin-left: 12px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    width: 282px;
    height: 178px;
}
.about_tx_li li:first-child,
.about_tx_li li:first-child+li+li+li,
.about_tx_li li:first-child+li+li+li+li+li+li,
.about_tx_li li:first-child+li+li+li+li+li+li+li+li+li
{
    margin-left: 0;
}
.about_tx_li li img{
    position: absolute;
    width: 282px;
}
.about_tx_more{
    display: block;
    width: 81px;
    margin: 12px auto 7px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    background: url(../images/about_ls1_more.png) no-repeat left center;
    transition: .3s;
}

.about_tx_more:hover{
    background: url(../images/about_ls1_more_hover.png) no-repeat left center;
    color: #2348a7;
}
.video_first{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 37px;
}
.video_bg img{
    width: 100%;
}

.video_text{
    position: absolute;
    top: 102px;
    left: 179px;
    font-size: 24px;
    font-weight:600;
    color: #fff;
    font-family: '宋体';
   
}
.video_hx{
    position: absolute;
    top: 113px;
    left: 423px;
    width: 77px;
    height: 1px;
    background-color: #c2c2c2;
}
.video_click{
    position: absolute;
    top: 103px;
    left: 520px;
    font-size: 16px;
    color:#c9c2be;
    line-height: 24px;
    font-family: '宋体';
    font-weight: 600;
}
.video_play{
    position: absolute;
    top: 89px;
    left: 613px;
}
.video_li{
    margin-bottom: 16px;
}
.video_li ul li{
    float: left;
    margin-left: 13px;
    width: 282px;
    margin-top: 11px;
    background-color: #f8f8f8;
}
.video_li ul li:first-child,
.video_li ul li:first-child+li+li+li{
     margin-left: 0;
}
.video_li ul li .img img{
    width: 282px; 
}
.video_li ul li .con{
    padding: 12px 95px 12px 22px; 
    position: relative;
}
.video_li ul li .con .title{
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.video_li ul li .con .play{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 18px;
    right: 18px;
}
/*.video_fix{
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: url(../images/video_fix.png);
    z-index: 11;
    display: none;
}
.video_fix .close{
    position: fixed;
    width: 26px;
    height: 26px;
    top: 35%;
    right: 21%;
    z-index: 88;
    opacity: 1;
}
.video_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 773px;
    height: 449px;
    background-color: #fff;
    margin-left: -260px;
    margin-top: -114px;
}*/
.video_fix{
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: url(../images/video_fix.png);
    z-index: 11;
    display: none;
}
.video_fix video{
    width: 100%;
}
.video_fix iframe{
    width: 100%;
    height: 675px;
} 
.video_fix .video_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 773px;
    height: 449px;
    margin-left: -260px;
    margin-top: -114px;
}
.o_bof{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 3;
}
.video_fix .video-js {
    width: 100%;
    height: auto;
}
.video_fix .video-js .vjs-tech {
    position: relative;
}
.video_fix .video-js .vjs-big-play-button{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.video_fix .video-js .vjs-remaining-time-display{
    display: inline-block;
}
.video_fix .close{
    position: fixed;
    width: 26px;
    height: 26px;
    top: 35%;
    right: 21%;
    z-index: 88;
}
.ny_person{
    margin-top: 20px;
}
.ny_person_bar{
    background: url(../images/ny_person_bar_bg.jpg);
    position: relative;
    margin-bottom: 5px;
}
.ny_person_bar .name{
    float: left;
    margin-left: 34px;
    width: 90px;
}
.ny_person_bar .name h1{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #2348a7;
    margin-top: 25px;
    margin-bottom: 16px;
}
.ny_person_bar .name p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.ny_person_bar .img{
    float: left;
    margin-left: 44px;
}
.ny_person_bar .img img{
    width: 140px;
}
.ny_person_bar .des{
    float: left;
    margin-left: 69px;
    width: 417px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    padding: 6% 0;
}
.ny_person_bar .p_mark{
    position: absolute;
    right: 30px;
    bottom: 25px;
}
.ny_person_bar:hover .name p,
.ny_person_bar:hover .des
{
    color: #2348a7;
}
.ny_case{
    margin-top: 23px;
}
.ny_case_top{
    background: #f2f2f2;
}
.ny_case_top .img{
    float: left;
}
.ny_case_top .img img{
    width: 312px;
}
.ny_case_top .con{
    float: left;
    width: 500px;
    margin-left: 28px;
}
.ny_case_top .con h2{
    font-size: 16px;
    line-height: 30px;
    color: #464646;
    margin-top: 20px;
}
.ny_case_top .con .time{
    font-size: 14px;
    line-height: 30px;
    color: #2348a7;
}
.ny_case_top .con .des{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}
.ny_case_top .con .more{
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    margin-top:12px;
}
.ny_case_top:hover .con .more,
.ny_case_top:hover .con h2{
    color: #2348a7;
}
.ny_case_bot .case_bar{
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-top: 15px;
}
.ny_case_bot .case_bar .time{
    border: 1px solid #d2d2d2;
    float: left;
    width: 50px;
    height: 50px;
}
.ny_case_bot .case_bar .time .day{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 3px;
    color: #848484;
    letter-spacing: 1px;
}
.ny_case_bot .case_bar .time .year{
    font-size: 12px;
    line-height:18px;
    text-align: center;
    color: #848484;
}
.ny_case_bot .case_bar .con{
    float: left;
    margin-left: 29px;
}
.ny_case_bot .case_bar .con h2{
    color: #464646;
    font-size: 16px;
    line-height: 24px;
    margin-top: 2px;
}

.ny_case_bot .case_bar .con .des{
    color: #848484;
    font-size: 14px;
    margin-top: 10px;
}
.ny_case_bot .case_bar .more{
    position: absolute;
    top: 12px;
    right: 1px;
}
.ny_case_bot .case_bar:hover .con h2,
.ny_case_bot .case_bar:hover .con .des,
.ny_case_bot .case_bar:hover .time .day,
.ny_case_bot .case_bar:hover .time .year
{
    color: #2348a7;
}
.sz_xq{
    margin-top: 22px;
    margin-bottom: 20px;
    overflow: hidden;
}
.sz_xq_img{
    float: left;

}
.sz_xq_img img{
    width: 174px;
}
.sz_xq_con{
    float: left;
    width: 648px;
    margin-left:50px;
    margin-top:10px; 
}
.sz_xq_con h3{
    font-size: 18px;
    line-height: 30px;
    color: #2348a7;
    margin: 19px 0;
}
.sz_xq_con p{
    font-size: 14px;
    line-height: 24px;
    color: #666;

}
.case_xq{
    margin-bottom: 5px;
}
.case_xq h1{
    color: #333;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 28px;
}
.case_xq .time{
    text-align: center;
     margin: 20px 0;
}
.case_xq .time span{
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height:17px;
    margin-right: 9px;
}
.case_xq .time span img{
    width: 17px;
}
.case_xq .time i{
   display: inline-block;
   font-size: 14px;
   line-height:17px;
   color:#2348a7; 
   font-style: normal;
}
.case_xq .fengexian{
    width:100%;
    height: 1px;
    background: #e6e6e6;
}

.case_xq .con p{
    color: #666;
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;

}
.case_xq .con span{
    color: #666;
    font-size: 20px;
    line-height: 30px;

    
}

.case_xq .con div{
    color: #666;
    font-size: 20px;
    line-height: 30px;
 
}
.case_xq .con img{
    margin: 20px 0;
}
.video_xq{
    text-align: center;
    margin-bottom: 30px;
}
.xq_share{
    text-align: center;
}
.xq_share .text{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 14px;
    margin-bottom: 13px;
}

.pages{
    position: relative;
}
.pages a{
    width: 47px;
    height: 47px;
    position: absolute;
    top: -47px;
}
.pages a.previous{
    left: 0;
    background:url(../images/previous.png) no-repeat center center;
}

.pages a.previous:hover{
   background:url(../images/previous_hover.png) no-repeat center center; 
}

.pages a.next{
    right: 0;
    background:url(../images/next.png) no-repeat center center;
}
.pages a.next:hover{
   background:url(../images/next_hover.png) no-repeat center center; 
}
.xq_share .bdsharebuttonbox{
    margin: 0 auto;
    float: none;
   /* width: 171px;*/
}
.xq_share .bdsharebuttonbox a{
    display: inline-block;
    margin: 0 5px;
    width: 47px;
    height: 47px;
    float: none;
}
.xq_share .bdsharebuttonbox .bds_weixin{
    background: url(../images/share_weixin.png) no-repeat center center;
}
.xq_share .bdsharebuttonbox .bds_tsina{
    background: url(../images/share_weibo.png) no-repeat center center;
}
.xq_share .bdsharebuttonbox .bds_more{
    background: url(../images/share.png) no-repeat center center;
}
.phbanner{
    display: none;
}
.phbanner img{
    width: 100%;
}
.phbanner .slick-dots li{
    background-color: #fff;
}
.phbanner .slick-dots li.slick-active{
    background-color: #2348a7;
}
@media (max-width: 1920px) {
	.header{
		display: none;
	}
	.phxia{
	    display: block;
	}
	.header2{
	    display: block;
	}
	.logo{
		left:20px;
	}
	.phbanner{
    display: block;
    }
	.container {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.section {
	    margin-top: 0px;
	}
	.oi_sec2{
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 0px solid #dedede;
	margin-bottom: 0px;
	}
	.ois2_slick {
		width: 100%;
	}
	.ois2_r{
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.oi_sec3{
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	}
	.ois3_bo1{
		padding-top:10px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.ois3_bo1_act{
		margin-top: 10px;
		background-color: #fafafa;
	}
	.ois3_bo2{
		width: 100%;
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
		background-color: #fafafa;
	}
	.oi_sec4{
		display: none;
		padding-left: 15px;
		padding-right: 15px;
	}
	.oi_sec4 .tle{
		width: 100%;
	}
	.oi_sec4 .login{
		width: 100%;
	}
	.login input{
		width: 100% !important;
		margin-bottom: 10px;
	}
	.login span.mima{
		left: 21px;
		top: 54px;
	}
	.login .dl{
		width: 100%;

	}
	.about_l{
		display: none;
	}
	.about_r_top .p_nav{
		display: none;
	}
	.about_r{
		width: 100% !important;
		padding-right: 15px;
		padding-left: 15px;
	}
	.about_ls1_li li{
		padding: 0 10px;
		margin-left: 0;
	}
	.about_ls1_li li .condiv .time{
		margin-top: 11px;
	}
	.about_ls1_li li .condiv{
		width: 100%;
		padding-right: 10px;
	}
	.about_ls1_li li .imgk{
		width: 100%;
	}
	.about_ls1_li li .imgk img{
		width: 100%;
	}
	.about_ls2_li li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.about_ls3_li1{
		width: 100%;
	}
	.about_ls3_li2{
		width: 100%;
	}
	.about_ls3_li li{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-left: 0;
		background: none;
	}
	.about_ls1_li li span{
		display: none;
	}
	.about_ld ul li{
		width: 100%;
		margin-right: 0;
	}
	.about_ld ul li .imgl img{
		width: 100%;
	}
	.abour_lr_li li .imgr{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.abour_lr_li li .con{
		width: 100%;
		padding: 0 10px;
	}
	.abour_lr_li li .con h1{
		margin: 14px auto 0;
	}
	.about_ld ul li .con{
		width: calc(100% - 156px);
	}
	.abour_lr_li li .con .des{
		line-height: 28px;
		height: auto;
		padding: 14px 0;
	}
	.about_jg table thead tr td{
		width: 100%;
	}
	.about_jg table tbody tr td{
		width: 100%;
	}
	.wenzi{
		display: none;
	}
	.ois3bbo{
		width: 25%;
	}
	.ois3bbo .tubiao{
		width: 100%;
		line-height: 5em;
		height: auto;
		background: #0095cd;
	}
	.ois3bbo .tubiao img{
		width: 3em;
		
	}
	.ois3bbo:nth-child(2) .tubiao,
	.ois3bbo:nth-child(4) .tubiao {
     background: #0095cd !important; 
    }
    .ois3bbo:nth-child(5) .tubiao,
	.ois3bbo:nth-child(7) .tubiao {
     background: #7cc7ca !important; 
    }
    .ois3bbo{
	margin-bottom: 0;
	padding: 15px;
    }
    .ft_top {
		padding: 15px 15px;
	}
	.ft_logo {
		width: 100%;
		margin-right: 0px;
		margin-top: 0px;
		text-align: center;
	}
	.ft_dz {
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.bdsharebuttonbox {
		margin-top: 10px;
		margin-right: 50%;
		transform: translateX(50%);
		-o-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-webkit-transform: translateX(50%);
	}
}




.nrbiaoti,h1.nrbiaoti{
font-size:30px;
line-height: 180%;
font-weight:600;
color:#FF0000;
text-align:center;

}
.case_xq h1{
font-size:30px;
line-height: 180%;
font-weight:600;
color:#FF0000;
text-align:center;

}


.nrbiaoti p{
font-size:30px;
line-height: 180%;
font-weight:600;
color:#FF0000;
text-align:center;

}