/* 圣特zzq202212 */

@charset 'utf-8';


body{
	font-family:'å¾®è½¯é›…é»‘'; 
	font-size:14px;
	background:#f2f2f2;
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a { color:#333; text-decoration:none; }  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:none;}
.vam { vertical-align:middle;}
.clear{ clear:both; font-size:0; line-height:0; height:0; overflow:hidden}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.fw{ font-family:"å®‹ä½“";}
.pa{ position:absolute;}
.pr{ position:relative}
.mt8{ margin-top:8px;}
.font14 { font-size:14px; font-weight:bold;}
img{
	border:none;
}

body{
    overflow: hidden;
    margin:0 auto;

}
.container{
    width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
  margin:0 auto;

}
.header2{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #0095cd;
}
.header2 .logo{
    width: 174px;
    height: auto;
    line-height: 80px;
}
.header2 .logo img{
    width: 100%;
    height:auto;
}
.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: 15px;

    width: 50px;
    height: 50px;

    cursor: pointer;
    text-align: center;

    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header2 .menuph .point{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}
.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: 28px;
    height: 1px;
    -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: 28px;
    height: 1px;
    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;*/
    position:absolute;
    left: 0;
    top:0;
    margin: 0 auto;
    width: 100%;
    z-index: 9;
    -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{
    
}
.he_bo{ position: relative; overflow: hidden; height: 207px; 
}
.lo_xl{
    position: absolute;
    width:100%;
    height: 100%;
    z-index: 9;
}
.logo{
    position: absolute;
    left: 0;
    top: 0;
    margin: auto 0;
    height: 207px;
    z-index: 2;
}

.logo img{
    height: 207px; 
}




.slick-track img{
   display:block;
}
.he_slick2{
    display: none;
}
.he_nav{
	margin:0 auto;
	width:1201px;
	padding:0;
	}

.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%;
    top:100%;
z-index:100;
}
.pc_xl .li{
    font-size: 14px;
    line-height: 24px;
    color:#2348a7;
    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;
background-color: #e9f0f9;
}
.pc_xl .ul a{
    display: block;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
	border:0px;
}
.pc_xl .ul a:hover{
    display: block;
    font-size: 16px;
    line-height: 44px;
    text-align: center; 
	border:0px;
	
}
.pc_xl .ul a:hover .li{
background:#2348a7;
 color: #fff;
}
.pc_xl a:last-child .li{
    border-bottom: 0;
}
.he_slick{
     z-index:1;
}
/*é¦–é¡µ*/
.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_sec1 .img_h{
display:none;
}
.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: #666666;
}
.ois2_bot{
    padding: 15px 0 0;
}
.ois2_slick{
    position: relative;
    float: left;
    width: 570px;
}
.ois2_slick .prev{
    position: absolute;
    top:0;
    bottom: 0;
    left: 15px;
    height: 26px;
    margin: auto 0;
    z-index: 2;
    cursor: pointer;
}
.ois2_slick .prev i{
    font-size: 26px;
    color: #2348a7;
}
.ois2_slick .next{
    position: absolute;
    top:0;
    bottom: 0;
    right: 15px;
    height: 26px;
    margin: auto 0;
    z-index: 2;
    cursor: pointer;
}
.ois2_slick .next i{
    font-size: 26px;
    color: #2348a7;
}
.ois2_r{
    float: left;
    width:calc(100% - 570px);
    padding-left: 40px;
    margin-top: -5px;
}
.ois2_sbo img{
    width:100%;
height:350px;
}
.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%;
    
    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: 5px 30px;
    background: #fafafa;
}
.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%;
  
    z-index: 2;
}
.ois3_rbo h1{
    float: left;
    width:calc(100% - 60px);
    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: 60px;
    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: 5px;
}
.ois3bbo .tubiao{
    display: inline-block;
    float: left;
    width: 36px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}
.ois3bbo .tubiao img{
    width: 18px;
}
.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% - 36px) !important;
    width:115px;
    height: 34px;
    background: #f0f0f0;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #666666;
    -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;
}


input:-webkit-autofill,
 textarea:-webkit-autofill,
 select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset;
 }

.login input{
    float: left;
    width:calc((100% - 160px) / 2 - 100px) !important;
    width:190px; 
    margin-right: 20px;
    line-height: 34px;
    height: 34px;
    padding: 0 20px;
    background: #f8f8f8;
    font-size: 14px;
    color: #999999;
	border:1px solid #999;
}
.login span.yonghu{
    position: absolute;
    color: #999999;
    top: 9px;
    left: 21px;
}
.login span.mima{
    position: absolute;
    color: #999999;
    top: 9px;
    left: 422px;
}
.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: 765px;
}
.copyright {
    float: left;
}
.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: 14px;
    line-height: 36px;
    color: #778fc6;
    font-style: normal;
    margin-right: 25px;
}
.ft_dz h1 em{
    font-size: 14px;
    line-height: 36px;
    color: #778fc6;
    font-style: normal;
    margin-right: 25px;
}
.ft_dz h1 strong{
    font-size: 14px;
    line-height: 36px;
    color: #778fc6;
    font-weight: normal;
}
.ft_dz p em{
    font-size: 14px;
    line-height: 36px;
    color: #778fc6;
    font-style: normal;
    margin-right: 25px;
}
.ft_dz p strong{
    font-size: 14px;
    line-height: 36px;
    color: #778fc6;
    font-weight: normal;
}


.ft_dz h1 b{
    font-size: 14px;
    line-height: 36px;
    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{
	color:#ffffff;
	}

.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: 937px;
    padding-left: 30px;
    padding-right:34px; 
    float: left;
    border-left: 1px solid #e0e0e0;
    margin-bottom: 14px;
min-height:500px;

}
.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: 14px;
    line-height: 30px;
    letter-spacing: 1px;
}
.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: 250px;
	margin-right: 37px;
	margin-bottom: 40px;
	overflow: hidden;
	height: 470px;
}
.about_ld ul li .imgl{
    /* float: left; */
    width: 156px;
    margin: auto;
}
.about_ld ul li .imgl img{
    width: 156px;
    margin: auto;
}
.about_ld ul li .con{
    float: left;
    width: 242px;
}
.about_ld ul li .con h1{
    font-size: 15px;
    line-height: 24px;
    color: #2448a8;
    font-weight: bold;
    /* padding-left: 22px; */
    margin-top: 22px;
    height: 30px;
}
.about_ld ul li .con .name{
    font-size: 16px;
    line-height: 24px;
    color: #464646;
    font-weight: bold;
    *padding-left: 22px;
    margin-top: 51px;
}
.about_ld ul li .con .des{
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    *padding-left: 22px;
    margin-top: 24px;
}
.about_ld ul li:hover .con .des{
	color: #848484;
}
.abour_lr_li{
    margin-top: 10px;
}
.abour_lr_li li{
	background: #f8f8f8;
	overflow: hidden;
	margin-bottom: 15px;
}
.abour_lr_li li .imgr{
    float: left;
	padding:10px;
    width: 140px;
}
.abour_lr_li li .imgr img{
	width: 140px;
}
.abour_lr_li li .con{
	float: left;
	padding: 0 22px;
	width: 705px;

}
.abour_lr_li li .con h1{
    width: 145px;
    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;
    
}
.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;
   

}
.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;
    border-left: 2px solid #fff;
    padding: 5px;
}.about_jg table tbody tr td *{line-height: 25px;}
.about_jg table tbody tr td a{
color:#666;
}
.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;
}




.about_tx_li2{
    margin-top: 31px;
}
.about_tx_li2 li{
    float: left;
    margin-left: 10px;
margin-right:8px;
    margin-bottom: 10px;
   
    overflow: hidden;
    width: 260px;
    height: 390px;
padding-bottom:10px;
}

.about_tx_li2 li img{
   
    width: 260px;

}





.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:10px 4px;
    width: 282px;
padding:0;
   
    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: 55px;
    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:24px;
    text-align: center;
    color: #fff;
	background: #2348a7;
}
.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
{
    color: #2348a7;
}

.ny_case_bot .case_bar:hover .time .year
{
    color: #fff;
}

.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: 14px;
    line-height: 24px;
    margin-top: 14px;
}
.case_xq .con img{
    margin: 25px 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;
}




.weixin {
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 12px;
	float: left;
	position: relative;
	margin: 3px 30px 0 0;
}
.weixin a {
	background: url("../images/weixin.png") no-repeat top; left: 0px; top: 0px; width: 30px; height: 30px; display: block; position: absolute;
}
.weixin .weixin_nr {
	background: rgb(255, 255, 255);
	padding: 0px;
	left: -90px;
	top: -140px;
	width: 220px;
	height: 120px;
	text-align: center;
	display: none;
	position: absolute;
}
.weixin .weixin_nr img {
	margin-bottom: 5px;
}
.weixin .weixin_nr .arrow {
	left: 100px; top: 120px; width: 0px; height: 0px; border-top-color: rgb(255, 255, 255); border-right-color: transparent; border-left-color: transparent; border-top-width: 10px; border-right-width: 10px; border-left-width: 10px; border-top-style: solid; border-right-style: solid; border-left-style: solid; position: absolute;
}
.on.weixin .weixin_nr {
	display: block;
}
.on.weixin a {
	background: url("../images/weixin.png") no-repeat top;
}


.xinwceeg {
	width: 44px;
	height: 44px;
	padding-top: 2px;
	float: right;
}
.phbanner{
    display: none;
}
.phbanner img{
    width: 100%;
}
.phbanner .slick-dots li{
    background-color: #fff;
}
.phbanner .slick-dots li.slick-active{
    background-color: #2348a7;
}
.nrbiaoti,h1.nrbiaoti{
font-size:36px;
line-height: 200%;
font-weight:600;
color:#FF0000;
text-align:center;

}
.case_xq h1{
font-size:36px;
line-height: 200%;
font-weight:600;
color:#FF0000;
text-align:center;

}


.nrbiaoti p{
font-size:36px;
line-height: 200%;
font-weight:600;
color:#FF0000;
text-align:center;

}


.gd1{
	height:220px; width:50px;float:left;  text-align:center; overflow:hidden; margin:0px;background:#2348a7;
	}
	.gda1{
	height:160px; width:24px; font-size:22px;  color:#fff;  line-height:40px; font-weight:500;  text-align:center; padding:30px 13px; 


	}
	.gd2{
	width: 1090px;
	height: 220px;
	background: #E1E1E1;
	float: left;
	padding: 10px;
	overflow:hidden;
		}