@charset 'utf-8';
*{
    font-family: 'Arial', '微软雅黑';
}
/*
导航
*/
.header{
    position: fixed;
    top: 0px;
    left: 0px;
    width:100%;
    height: 120px;
    background: #fff;
    z-index: 10000;
}
.hlogo{
    padding: 26px 0px;
}
.logo_box{
    position: relative;
}
.logo{
    float: left;
    width: 416px;
    height: 67px;
    line-height: 67px;
}
.logo img{
    height: 100%;
}
.fenx{
    width:calc(100% - 416px);
    float: left;
    padding: 10px 0px;
    margin-top: 11px;
}
.haeder_p{
    position: absolute;
    top: -6px;
    right: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.fenx ul{
    float: left;
    margin:0px 19px;
}
.fenx ul li{
    float: left;
    height: 73px;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 48px;
    color: #333;
    margin:0px 15px;
    -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;
}
.fenx ul li:hover{
    color: #990800;
}
.en{
    float: left;
    width: 31px;
    margin-top: 8px;
}
.en img{
    width: 100%;
}
/*
pc下拉
*/
.pc_xiala{
    display: none;
    position: fixed;
    width:100%;
    top: 120px;
    z-index:10000;
}
.pc_xiala .pcxl_mengc{
    position: absolute;
    width:100%;
    height:100%;
    background: #fff;
    opacity: 1;
    z-index:10;
}
.pcxl_box{
    position: relative;
    padding: 55px 15px;
    height: 300px;
    z-index:13;
}
.pcxl_box .pcxl_text{
    float: left;
    width:33.33%;
}
.pcxl_box .pcxl_text h1{
    font-size: 24px;
    line-height: 48px;
    color: #990800;
}
.pcxl_box .pcxl_text .xian{
    display: block;
    width: 100px;
    height:1px;
    background: #e8eef4;
    margin:20px 0px;
}
.pcxl_box .pcxl_text p{
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
.pcxl_ul{
    float: left;
    width:40%;
    text-align: center;
}
.pcxl_ul ul{
    float: left;
    display: inline-block;
    text-align: left;
    margin-left: 35px;
}
.pcxl_ul ul li{
    font-size: 18px;
    line-height: 48px;
    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;
}
.pcxl_ul ul li i{
    font-style: normal;
    font-weight: 900;
    margin-right: 10px;
    color: #a0a0a0;
    font-size: 15px;
    -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;
}
.pcxl_ul ul li:hover i,
.pcxl_ul ul li:hover{
    color: #990800;
}
.pcxl_pic{
    float: left;
    width:calc(100% - 73.33%);
}
.pcxl_pic img{
    width:100%;
}
/*
手机下拉
*/
.sj_xiala{
    display: none;
    position: absolute;
    top: 120px;
    width: 100%;
    background: #fff;
    z-index:9999;
}
.yiji{
    background: #fff;
    padding:10px 15px;
}
.yiji .yiji_li{
    width:100%;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dashed #e1e1e1;
}
.yiji .erji{
    display: none;
    padding:10px 15px;
}
.yiji .erji li{
    line-height: 40px;
    color: #666;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
}
.yiji .erji .sanji{
    display: none;
    padding:10px 15px;
}
.sanji li{
    line-height: 30px;
    color: #666;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
}
.xl_imgb{
    float: right;
}
.xl_imgb img{
    width: 20px;
    margin-top: 15px;
}
.xl_imgb .jian{
    display: none;
}
.erji_li .xl_imgb img{
    margin-top: 10px;
}
/*
 * 手机下拉图标
 */
.openmenu.act span {
    background: rgba(255,255,255,0);
}
.openmenu.act span::before {
    top: 0;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg);
}
.openmenu span::before {
    top: 7px;
}
.openmenu.act span::after {
    top: 0;
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg);
}
.openmenu span::after {
    top: -7px;
}
.nysolutions .solu_tit{
    text-align: center;
}
.nysolutions .solu_tit h3{
    display: inline-block;
    position: relative;
}
.bsBox, #bsPanel div, #bsMorePanel div, #bshareF div {
    box-sizing: content-box;
}
.bsTop span{
    line-height: 24px !important;
}
.openmenu {
    float: right;
    position: relative;
    display: none;
    margin-left: 20px;
    width: 22px;
    height: 50px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.openmenu span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #990800;
}
.openmenu span::after, .openmenu span::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: #990800;
}
/*
内页公共部分
*/
.ny_banner{
    position: relative;
    z-index: 15;
}
.erji_dbox{
    position: relative;
    bottom: 0px;
    width:100%;
    height: 60px;
    background: #990800;
}
.erji_dbox .mc{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.ny_bnbox .pc_nybanner{
    position: relative;
    left:50%;
    transform: translateX(-50%);
    height: 340px;
}
.sj_nybanner{
    display: none;
    width:100%;
}
.erji_daoh .home{
    position: relative;
    float: left;
    display: inline-block;
    width:60px;
    height: 60px;
    line-height: 60px;
    background: #470400;
    text-align: center;
    z-index: 13;
}
.erji_daoh .home img{
    width: 40px;
}
.erji_d{
    position: relative;
    float: left;
    width: 243px;
    height: 60px;
    border-right: 1px solid #af3e38;
    padding:5px 15px 5px 50px;
    z-index:13;
    cursor: pointer;
}
.erji_d:nth-last-of-type(1){
    border-left: 0px;
}
.erji_d span{
    display: inline-block;
    width:100%;
    line-height: 48px;
}
.erji_d span i{
    display: inline-block;
    width: 140px;
    font-style: normal;
    font-size: 16px;
    color: #ebebeb;
    line-height: 24px;
    text-align: left;
}
.erji_d span img{
    float: right;
    width: 14px;
    margin-left: 4px;
    margin-top: 17px;
}
.erji_d span.act .erjid_xiala{
    display: none;
}
.erji_d span.act .erjid_jian{
    display: inline-block;
}
.erji_d span .erjid_jian{
    display: none;
}
.erji_d ul{
    display: none;
    position: absolute;
    top:100%;
    left: 0px;
    height: 189px;
    width:100%;
    background: #990800;
    padding-left: 15px;
    z-index: 15;
}
.erji_d ul li{
    width:100%;
    padding: 19px 5px 19px 35px;
    border-top: 1px dashed #e1e1e1;
}
.erji_d ul li i{
    display: inline-block;
    width:100%;
    font-style: normal;
    font-size: 16px;
    color: #ebebeb;
    line-height: 24px;
    text-align: left;
    -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;
}
.erji_d ul li i:hover{
    color: #666;
}
.gg_section{
    margin-top: 30px;
}
.gg_left{
    float: left;
    width: 230px;
}
.gg_left .ggl_tle{
    position: relative;
    width:100%;
    height: 107px;
    background: #0f396c;
    padding: 25px 15px;
}
.gg_left .ggl_tle img{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    z-index: 9;
}
.gg_left .ggl_tle h1{
    position: relative;
    z-index: 11;
    font-size: 20px;
    line-height: 32px;
    color: #ebebeb;
    text-align: center;
}
.gg_left .ggl_tle p{
    position: relative;
    z-index: 13;
    font-size: 12px;
    line-height: 24px;
    color: #ebebeb;
    text-align: center;
}
.gg_left .gg_lyj{
    width:100%;
}
.gg_left .gg_lyj .gg_lyjli{
    position: relative;
    width:100%;
    border-bottom: 1px solid #eaeaea;
    height: 55px;
    line-height: 48px;
    padding: 3.5px 0px;
}
.gg_left .gg_lyj .gg_lyjli i,
.gg_sanj li i{
    display: inline-block;
    margin-left: 30px;
    font-style: normal;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    -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;
}
.gg_sanj li i{
    margin-left: 70px;
    font-weight: normal;
}
.gg_sanj li{
    border-bottom: 1px solid #eaeaea;
    height: 55px;
    line-height: 55px;
    padding: 3.5px 15px 3.5px 0px;
}
.gg_sanj li.act i{
    color: #276bb3;
}
.gg_sanj li:hover i{
    color: #990800;
}
.gg_left .gg_lyj .gg_lyjli:hover i{
    color: #990800;
}
.gg_lyjli span{
    float: right;
    position: relative;
    bottom: 3.5px;
    display: none;
    width: 40px;
    height: 54px;
    line-height: 55px;
    text-align: center;
    background: #470400;
}
.gg_left .gg_lyj .gg_lyjli.act{
    background: #470400;
    text-align: center;
}
.gg_left .gg_lyj .gg_lyjli.act span img{
    -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;
}
.gg_left .gg_lyj .gg_lyjli.act:hover span img{
    animation: dongt 0.5s linear 0s 1 normal;
    /* Firefox: */
    -moz-animation: dongt 0.5s linear 0s 1 normal;
    /* Safari 和 Chrome: */
    -webkit-animation: dongt 0.5s linear 0s 1 normal;
    /* Opera: */
    -o-animation: dongt 0.5s linear 0s 1 normal;
}
@keyframes dongt
{
    0% {margin-right: 0px;}
    25% {margin-right: 10px;}
    50%{margin-right: 0px;}
    75% {margin-right: 10px;}
    10%{margin-right: 0px;}
}
@-moz-keyframes dongt /* Firefox */
{
    0% {margin-right: 0px;}
    25% {margin-right: 10px;}
    50%{margin-right: 0px;}
    75% {margin-right: 10px;}
    10%{margin-right: 0px;}
}

@-webkit-keyframes dongt /* Safari 和 Chrome */
{
    0% {margin-right: 0px;}
    25% {margin-right: 10px;}
    50%{margin-right: 0px;}
    75% {margin-right: 10px;}
    10%{margin-right: 0px;}
}

@-o-keyframes dongt /* Opera */
{
    0% {margin-right: 0px;}
    25% {margin-right: 10px;}
    50%{margin-right: 0px;}
    75% {margin-right: 10px;}
    10%{margin-right: 0px;}
}
.gg_left .gg_lyj .gg_lyjli.act span{
    display: inline-block;
}
.gg_left .gg_lyj .gg_lyjli.act i{
    color: #ebebeb;
}
.gg_lyjli span img{
    width: 17px;
}
.sec_right{
    float: left;
    width: calc(100% - 260px);
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #dbdbdb;
    margin-bottom: 36px;
}
.sec_right .secr_tle{
    font-size: 24px;
    line-height: 32px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 65px;
}
/*
底部
*/
.footer_box2{
    position: relative;
    z-index: 13;
    margin-bottom: 45px;
}
.footer_box2 .footerB2_xiala,
.footer_box2 .bshare-custom{
    float: left;
    width: 210px;
}
.footerB2_xiala{
    position: relative;
}
.footerB2_xiala span{
    display: inline-block;
    width: 210px;
    line-height: 20px;
    padding: 10px 15px;
    border: 1px solid #ECECEC;
    background-repeat: no-repeat;
    background-position: 177px 17px;
    background-size: 20px 8px;
    color: #ffb3b0;
    font-size: 14px;
    cursor: pointer;
}
.footerB2_xiala ul{
    position: absolute;
    bottom: 100%;
    display: none;
    width: 100%;
    background: #990800;
    z-index: 13;
}
.footerB2_xiala ul a:first-child li{
    border-top: 0px;
}
.footerB2_xiala ul li{
    font-size: 14px;
    line-height: 42px;
    color: #ffb3b0;
    padding: 0px 15px;
    text-align: left;
    border-top: 1px solid #e1e1e1;
    -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;
}
.footerB2_xiala ul li:hover{
    color: #fff;
}
.jiantou_qiehua{
    background-image: url(../images/jiantou_shang.png);
}
.jiantou_qiehua1{
    background-image: url(../images/jiantou_xia.png);
}
.ft_box1{
    position: relative;
    width:100%;
    overflow: hidden;
}
.ft_box1 .mengc{
    position: absolute;
    width:100%;
    height: 100%;
    overflow: hidden;
    z-index:9;
}
.ft_box1 .mengc img{
    position: absolute;
    left:50%;
    height: 100%;
    transform: translateX(-50%);
}
.ft_box1 .mengc div{
    position: absolute;
    width:100%;
    height: 100%;
    background: #990800;
    opacity: 0.95;
}
.footer_con1{
    position: relative;
    padding-top: 45px;
    padding-bottom: 26px;
    z-index: 13;
}
.ft_logo{
    float: left;
    width:354px;
    margin-top: 5px;
}
.ft_logo .ft_logopic{
    width: 354px;
}
.dizhi{
    margin-top: 25px;
}
.dizhi span{
    display: block;
    width:100%;
    font-size: 14px;
    line-height: 32px;
    color: #ffd3d3;
}
.dizhi span img{
    width: 18px;
    margin-right: 13px;
}
.ft_ul{
    float: left;
    width:calc(100% - 354px);
    margin-right: -60px;
}
.ft_ul ul{
    float: right;
    width: 100px;
    margin-left: 20px;
}
.ft_ul ul:first-of-type{
    float: right;
    width:auto;
}
.ft_ul ul li{
    font-size: 14px;
    line-height: 30px;
    color: #ffb3b0;
    -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_ul ul li:hover{
    color: #fff;
}
.ft_ul ul .tle{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}
.ft_box2{
    background: #660500;
}
.footer_con2{
    padding: 8px 15px;
    text-align: center;
}
.footer_con2 p,
.footer_con2 p a{
    color: #e37e7e;
    font-size: 12px;
    line-height: 24px;
}
.footer_con2 p a:hover{
    color: #990800;
}
.ft_xiala{
    display: none;
    margin:0 auto;
}
.ft_xiala .xl{
    position: relative;
    float: left;
    width: 142px;
    height: 42px;
    margin: 10px;
}
.ft_xiala .xl span{
    display: inline-block;
    width:142px;
    height: 42px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border: 1px solid #dedede;
}
.ft_xiala .xl span a{
    display: inline-block;
    width:140px;
    height: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 9px 15px;
}
.ft_xiala .xl span img{
    float: right;
    width: 14px;
    margin-top: 6px;
}
.ft_xiala .xl span.act img{
    transform: rotate(180deg);
}
.ft_xiala .xl ul{
    display: none;
    position: absolute;
    top:100%;
    width:100%;
    background: #910c09;
    height: 86px;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    z-index: 13;
}
.ft_xiala .xl ul li{
    width:100%;
    padding: 9px 15px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.ft_xiala .xl ul a:last-of-type li{
    border-bottom: 0px;
}
/*
分页
*/
.fenye{
    width: 100%;
    padding-left: 25px;
}
.pc_fenye{
    position: relative;
    left:50%;
    transform: translateX(-50%);
    display: inline-block;
    margin:0px auto;
    text-align: center;
}
.pc_fenye li{
    float: left;
    width: 36px;
    height: 36px;
    border:1px solid #990800;
    font-size: 16px;
    line-height: 35px;
    color: #990800;
    text-align: center;
    margin:0px 5px;
    -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_fenye li:hover{
    background: #990800;
    color: #fff;
}
.pc_fenye li img{
    width: 20px;
    margin-bottom: 3px;
}
.pc_fenye li .red{
    display: none;
}
.pc_fenye li:hover .red{
    display: inline-block;
}
.pc_fenye li:hover .hui{
    display: none;
}
.pc_fenye li.activepage{
    background: #990800;
    color: #fff;
}
.sj_fenye{
    display: none;
    position: relative;
    width: 100%;
}
.sj_fenye .prev{
    width: 70px;
    height: 40px;
    border:1px solid #990800;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #990800;
    float: left;
}
.sj_fenye .next{
    width: 70px;
    height: 40px;
    border:1px solid #990800;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #990800;
    float: right;
}
/*
首页
*/
.section{
    margin-top: 120px;
}
.inlunb{
    position: relative;
    width:100%;
}
.inlunb .jiant_box{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: 10;
}
.inslcik_l{
    position: absolute;
    top:50%;
    left: 0px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index:13;
}
.inslcik_l img,
.inslcik_r img{
    width: 60px;
}
.inslcik_l .red,
.inslcik_r .red{
    display: none;
}
.inslcik_l:hover .red,
.inslcik_r:hover .red{
    display: inline-block;
}
.inslcik_l:hover .white,
.inslcik_r:hover .white{
    display: none;
}
.inslcik_r{
    position: absolute;
    top:50%;
    right: 0px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index:13;
}
.inslick_box img{
    width:100%;
}
.inslick_box .in_banner{
    display: block;
}
.inslick_box .sj_banner{
    display: none;
}
.inslick .slick-dots{
    bottom: 50px;
    z-index: 13;
}
.inslick .slick-dots li{
    position: relative;
    width:10px;
    height: 10px;
    background: none;
    margin:0 13px;
}
.inslick .slick-dots li:after{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius:50%;
}
.inslick .slick-dots li.slick-active:after{
    width: 10px;
    height: 10px;
    background: #990800;
}
.in_box1{
    background: #f5f5f5;
}
.in_con1{
    padding: 70px 15px;
}
.in_con1 .inb1_tle{
    border-bottom: 1px solid #dedede;
    padding-bottom: 7px;
}
.inb1_tle .tle{
    display: inline-block;
    float: left;
    color: #990800;
    font-size: 26px;
    line-height: 40px;
}
.inb1_tle .tle i{
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    text-transform: uppercase;
    font-style: normal;
    margin-left: 5px;
}
.inb1_tle .more{
    float: right;
    font-size: 14px;
    line-height: 40px;
    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;
}
.inb1_tle .more:hover{
    color: #990800;
}
.inb1_text{
    padding-top: 20px;
}
.inb1_l{
    float: left;
    width: 420px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.inb1_l .slick-dots{
    bottom: -46px;
}
.inb1_l .slick-dots li{
    position: relative;
    width:10px;
    height: 10px;
    background: none;
    margin:0 13px;
}
.inb1_l .slick-dots li:after{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius:50%;
}
.inb1_l .slick-dots li.slick-active:after{
    width: 10px;
    height: 10px;
    background: #990800;
}
.inb1_r{
    width: calc(100% - 420px);
}
.inb1_r .inb1_rli{
    float: left;
    width:calc(50% - 40px);
    margin-left: 40px;
    padding-bottom: 22px;
    margin-bottom: 48px;
    border-bottom: 1px solid #dedede;
}
.inb1_l .img_box{
    width:100%;
    height: 235px;
    overflow: hidden;
}
.inb1_l .img_box img{
    width: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;
}
@media (min-width: 1080px){
    .inb1_l .img_box:hover img{
        transform: scale(1.2);
        -ms-transform:scale(1.2); 	/* IE 9 */
        -moz-transform:scale(1.2); 	/* Firefox */
        -webkit-transform:scale(1.2); /* Safari 和 Chrome */
        -o-transform:scale(1.2); 	/* Opera */
    }
}
.inb1_l h1{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    padding: 8px 0px 0px;
    margin:8px 0px 0px;
    -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;
}
.inb1_l h1:hover{
    color: #990800;
}
.inb1_r .inb1_rli h1{
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    color: #333;
    font-weight: bold;
    -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;
}
.inb1_r .inb1_rli h1:hover{
    color: #990800;
}
.inb1_l .time,
.inb1_r .inb1_rli .time{
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #990800;
}
.inb1_l p,
.inb1_r .inb1_rli p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    overflow: hidden;
}
.inb1_l .more img,
.inb1_r .more img{
    width: 16px;
    margin-left: 4px;
    margin-bottom: 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;
}
.inb1_l .more,
.inb1_r .more{
    display: block;
    margin-top:15px;
    width:120px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #dedede;
    text-align: center;
    border-radius: 16px;
    font-size: 14px;
    color: #666;
    -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;
}
.inb1_r .more{
    margin-top: 24.5px;
}
.inb1_l .more .red,
.inb1_r .more .red{
    display: none;
}
.inb1_l .more:hover,
.inb1_r .more:hover{
    border: 1px solid #990800;
}
.inb1_l .more:hover .red,
.inb1_r .more:hover .red{
    display: inline-block;
}
.inb1_l .more:hover .hui,
.inb1_r .more:hover .hui{
    display: none;
}
.inb1_r{
    float: left;
}
.in_box2{
    position: relative;
    width:100%;
    overflow: hidden;
}
.in_box2 .mengc{
    position: absolute;
    width:100%;
    height: 100%;
    z-index: 9;
}
.in_box2 .mengc img{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    z-index: 8;
}
.in_box2 .mengc div{
    position: absolute;
    width:100%;
    height: 100%;
    background: #000;
    opacity: 0.22;
    z-index: 9;
}
.in_con2{
    position: relative;
    z-index: 13;
}
.inb2_l{
    width:72.25%;
    float: left;
    padding: 65px 0px;
}
.inb2_l .inb2_tle{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 7px;
    margin-bottom: 40px;
}
.inb2_tle .tle{
    float: left;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
}
.inb2_tle .tle i{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
    color: #e0e0e0;
    font-style: normal;
    margin-left: 5px;
}
.inb2_tle .more{
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #e0e0e0;
    -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;
}
.inb2_tle .more:hover{
    color: #990800;
}
.inb2l_con ul{
    margin:0px -20px;
}
.inb2l_con ul .inb2l_conli{
    float: left;
    width:calc(50% - 40px);
    margin: 0px 20px;
}
.inb2l_con ul .inb2l_conli .img_box{
    position: relative;
    width:100%;
    height: 236px;
    overflow: hidden;
}
.inb2l_con ul .inb2l_conli .img_box img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -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;
    max-width: 100%;
}
@media (min-width: 1080px){
    .inb2l_con ul .inb2l_conli .img_box:hover img{
        transform: translate(-50%,-50%) scale(1.2);
        -ms-transform:translate(-50%,-50%) scale(1.2); 	/* IE 9 */
        -moz-transform:translate(-50%,-50%) scale(1.2); 	/* Firefox */
        -webkit-transform:translate(-50%,-50%) scale(1.2); /* Safari 和 Chrome */
        -o-transform:translate(-50%,-50%) scale(1.2); 	/* Opera */
    }
}
.inb2l_con ul .inb2l_conli h1{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}
.inb2l_con ul .inb2l_conli:hover h1{
    color: #990800;
}
.inb2l_con ul .inb2l_conli .time{
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #cbcbcb;
}
.inb2l_con ul .inb2l_conli p{
    color: #d8d8d8;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.inb2_r{
    float: left;
    position: relative;
    width:calc(100% - 72.25% - 40px);
    padding: 40px 0px;
    margin-left: 40px;
}
.inb2_r .mengc{
    position: absolute;
    top:0px;
    left: 0px;
    width:100%;
    height: 100%;
    background: #990800;
    opacity: 0.77;
    z-index: 9;
}
.inb2_r .inb2_rul .inb2_rli{
    position: relative;
    z-index: 13;
    height: 170px;
    padding: 20px 30px;
    -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;
}
.inb2_r .inb2_rul .inb2_rli .time .date{
    display: block;
    color: #dedede;
    font-size: 36px;
    line-height: 42px;
    font-style: normal;
}
.inb2_r .inb2_rul .inb2_rli .time .year{
     display: block;
     color: #dedede;
     font-size: 14px;
     line-height: 20px;
     font-style: normal;
}
.inb2_r .inb2_rul .inb2_rli p{
    display: block;
    color: #dedede;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-style: normal;
    margin-top: 15px;
}
.inb2_r .inb2_rul .inb2_rli:hover{
    background: #990800;
}
.in_box3{
    background: #f5f5f5;
}
.in_con3{
    padding: 70px 15px;
}
.inb3_text1{
     float: left;
     width:calc(34.33% - 40px);
     margin-right: 40px;
}
.inb3_text1 .inb3t1_tle,
.inb3_text2 .inb3t1_tle,
.inb3_text3 .inb3t1_tle{
    padding-bottom: 7px;
    border-bottom: 1px solid #dedede;
}
.inb3_text1 .inb3t1_tle .tle,
.inb3_text2 .inb3t1_tle .tle,
.inb3_text3 .inb3t1_tle .tle{
    font-size: 26px;
    line-height: 40px;
    color: #990800;
}
.inb3_text1 .inb3t1_tle .tle i,
.inb3_text2 .inb3t1_tle .tle i,
.inb3_text3 .inb3t1_tle .tle i{
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    margin-left: 10px;
    text-transform: uppercase;
    font-style: normal;
}
.inb3_text1 .inb3t1_tle .more,
.inb3_text2 .inb3t1_tle .more,
.inb3_text3 .inb3t1_tle .more{
    float: right;
    font-size: 14px;
    line-height: 40px;
    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;
}
.inb3_text1 .inb3t1_tle .more:hover,
.inb3_text2 .inb3t1_tle .more:hover,
.inb3_text3 .inb3t1_tle .more:hover{
    color: #990800;
}
.inb3_text1 ul li,
.inb3_text2 ul li{
    padding: 20px 0px;
    border-bottom: 1px solid #dedede;
}
.inb3_text1 ul li:hover .text h1,
.inb3_text2 ul li:hover .text p,
.inb3_text3 ul li:hover p b{
    color: #990800;
}
.inb3_text1 ul li .time,
.inb3_text2 ul li .time{
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #dedede;
}
.inb3_text1 ul li .time .date,
.inb3_text2 ul li .time .date{
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #990800;
    font-size: 30px;
}
.inb3_text1 ul li .time .year,
.inb3_text2 ul li .time .year{
    display: block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #990800;
    color: #fff;
    font-size: 14px;
}
.inb3_text1 ul li .text{
    float: left;
    width:calc(100% - 75px);
    padding-left: 15px;
}
.inb3_text2 ul li .text{
    float: left;
    width:calc(100% - 75px);
    padding-left: 20px;
}
.inb3_text1 ul li .text h1{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    height: 26px;
    overflow: hidden;
    -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;
}
.inb3_text1 ul li .text p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
}
.inb3_text2 ul li .text p{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    height: 48px;
    overflow: hidden;
    margin: 13px 0px;
    -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;
}
.inb3_text2{
    float: left;
    width:calc(41.6% - 40px);
    margin-right: 40px;
}
.inb3_text3{
    float: left;
    width:calc(100% - 34.33% - 41.6%);
}
.inb3_text3 ul li{
    padding: 35.5px 0px;
    border-bottom: 1px solid #dedede;
}
.inb3_text3 ul li p{
    height: 20px;
    overflow: hidden;
}
.inb3_text3 ul li p b{
    display: inline-block;
    width:calc(100% - 20px);
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #333;
    font-weight: normal;
    -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;
}
.inb3_text3 ul li p i{
    float: left;
    margin-right: 3px;
    line-height: 20px;
    font-size: 20px;
    color: #990800;
    display: inline-block;
    font-style: normal;
}
.inb3_text3 ul li .time{
    font-size: 16px;
    line-height: 24px;
    color: #990800;
}
.inb3_text3 .zhidu{
    width:100%;
    height: 54px;
    line-height: 54px;
    border: 1px solid #990800;
    text-align: center;
    margin: 30px 0px 30px;
    background: #990800;
}
.inb3_text3 .zhidu .zhidu_icon{
    width: 30px;
}
.inb3_text3 .zhidu span{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    -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;
}
.zhidu_jiant{
    display: none;
}
.zhidu_jiant-r{
    display: inline-block;
}
.inb3_text3 .zhidu span img{
    width: 17px;
    margin-left: 5px;
    margin-bottom: 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;
}
.inb3_text3 .zhidu:hover span{
    color: #ffb3b0;
}
.inb3_text3 .zhidu:hover span .zhidu_jiant{
    display: none;
}
.inb3_text3 .zhidu:hover span .zhidu_jiant-r{
    display: inline-block;
}
/*
b1学院简介
*/
.b1_box1{
    padding-bottom: 30px;
}
.b1_box1 p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 30px;
    text-indent: 2em;
}
.b1_box1 p:last-of-type{
    margin-bottom: 0px;
}
.b1_box1 .img_box{
    text-indent: 0px;
}
.b1_box1 .img_box img{
    width:100%;
}
/*
b2基地人员
*/
.b3_box1{
    padding-bottom: 30px;
}
.b3_box1 .b3_text{
    padding-left: 25px;
    margin:0px -28px;
}
.b3_box1 .b3_text li{
    position: relative;
    float: left;
    width: 257px;
    height: 333px;
    overflow: hidden;
    margin:0px 28px 56px;
}
.b3_box1 .b3_text li img{
    position: relative;
    -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;
    max-width: 100%;
}
.b3_box1 .b3_text li:hover img{
    transform: scale(1.2);
}
.b3_box1 .b3_text li .text{
    position: absolute;
    width: 100%;
    height: 158px;
    left: 0px;
    bottom: 0px;
    padding: 65px 20px 0px;
    z-index:13;
}
.b3_box1 .b3_text li .text .mc{
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(153, 8, 0, 0),rgba(153, 8, 0, 1));
    background: -o-linear-gradient(top, rgba(153, 8, 0, 0),rgba(153, 8, 0, 1));
    background: -ms-linear-gradient(top, rgba(153, 8, 0, 0),rgba(153, 8, 0, 1));
    background: -webkit-linear-gradient(top,rgba(153, 8, 0, 0),rgba(153, 8, 0, 1));
    background: linear-gradient(top,rgba(153, 8, 0, 0),rgba(153, 8, 0, 1));
    z-index: 9;
}
.b3_box1 .b3_text li .text h1{
    position: relative;
    z-index: 10;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}
.b3_box1 .b3_text li .text p{
    position: relative;
    z-index: 10;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
/*
b3基地人员详情
*/
.b3xq_box1{
    margin-top: 30px;
}
.b3xq_l{
    float: left;
    width: 306px;
    margin-right: 50px;
}
.b3xq_l img{
    width:100%;
}
.b3xq_r{
    float: left;
    width:calc(100% - 356px);
}
.b3xq_r div{
    margin-bottom: 36px;
}
.b3xq_r div h1{
    font-size: 20px;
    line-height: 40px;
    color: #990800;
    margin-bottom: 7px;
}
.b3xq_r div p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
/*
c1课题
*/
.c1_box1{
    position: relative;
    left: -30px;
    width:calc(100% + 30px);
    margin-bottom: 30px;
}
.c1b1_con1{
    background: #f3f5f7;
    padding: 48px 55px;
}
.c1c1_l,
.c1c1_r{
    float: right;
}
.c1c1_l{
    width: 437px;
    overflow: hidden;
}
.c1c1_l img{
    width: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;
}
.c1c1_l:hover img{
    transform: scale(1.2);
}
.c1c1_r{
    width: 340px;
    margin-right: 52px;
}
.c1c1_r h1{
    color: #333;
    font-size: 24px;
    line-height: 32px;
    -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;
}
.c1c1_r:hover h1{
    color: #276bb3;
}
.c1c1_r p{
    color: #333;
    font-size: 16px;
    line-height: 28px;
    margin-top: 40px;
    text-indent:2em
}
.c1b1_con2{
    width:100%;
    margin-bottom: 30px;
}
.c1b1_con2 li{
    padding-left: 30px;
    border-bottom: 1px solid #eaeaea;
}
.c1b1_con2 .time{
    float: left;
    display: inline-block;
    width:132px;
}
.c1b1_con2 .time h1{
    font-size: 48px;
    line-height: 48px;
    color: #666;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-family: Impact;
    -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;
}
.c1b1_con2 .time p{
    font-size: 12px;
    line-height: 30px;
    color: #666;
    text-align: center;
    -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;
}
.c1b1_con2 div{
    float: left;
    width:calc(100% - 187px);
    height: 60px;
    margin: 20px 0px;
    padding: 0px 15px;
    line-height: 60px;
    overflow: hidden;
}
.c1b1_con2 div span{
    display: none;
}
.c1b1_con2 div span{
    font-size: 12px;
    line-height: 30px;
    color: #666;
    text-align: center;
}
.c1b1_con2 div i{
    display: inline-block;
    width:100%;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    color: #333;
    text-align: center;
    -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;
}
.c1b1_con2 .jaint{
    float: left;
    width: 55px;
    text-align: center;
    line-height: 100px;
}
.c1b1_con2 .jaint img{
    width: 55px;
}
.c1b1_con2 .jaint .blue{
    display: none;
}
.c1b1_con2 li:hover .time h1,
.c1b1_con2 li:hover .time p,
.c1b1_con2 li:hover div i{
    color: #990800;
}
.c1b1_con2 li:hover .jaint .blue{
    display: inline-block;
}
.c1b1_con2 li:hover .jaint .hui{
    display: none;
}
/*
c1课题详情
*/
.c1xq_right{
    padding-left: 0px;
}
.c1xq_tle{
    padding: 25px 15px 20px;
    margin-bottom: 40px;
}
.c1xq_tle h1{
    color: #990800;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
.c1xq_tle h2{
    color: #276bb3;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
.c1xq_span{
    width:100%;
    padding: 28px 30px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.zuz{
    float: left;
}
.zuz span{
    margin-right: 17px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.zuz span i{
    font-style: normal;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.fanhui{
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    -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;
}
.fanhui img{
    width: 20px;
    margin-right: 5px;
    -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;
}
.fanhui:hover{
    color: #990800;
}
.fanhui:hover img{
    margin-right: 10px;
}
.c1xq_text{
    padding: 0px 30px;
    margin-top: 30px;
}
.c1xq_text h1{
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 36px;
}
.c1xq_text p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 36px;
    text-indent:2em
}
.pe_ne{
    border-top: 1px solid #eaeaea;
    padding: 0px 30px;
}
.pe_ne span{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    max-width: 50%;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
}
.pe_ne .prev{
    float: left;
    text-align: left;
}
.pe_ne .next{
    float: right;
    text-align: right;
}
.pe_ne span:hover{
    color: #990800;
}
/*
f1科研成果1
*/
.f1_box1 h1{
    font-size: 30px;
    line-height: 40px;
    color: #222;
    margin-bottom: 50px;
    text-align: center;
}
.table_box{
    overflow-x: scroll;
}
.f1_box1 table{
    width:100%;
    border: 1px solid #eaeaea;
    margin-bottom: 50px;
}
.f1_box1 table tr:nth-last-of-type(even){
    background: #fff;
}
.f1_box1 table tr:nth-last-of-type(odd){
    background: #e9c9c7;
}
.sec_right .f1_box1 table .tr1{
    background: #990800;
}
.f1_box1 table td{
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-align: center;
}
.f1_box1 table th{
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.f1_box1 table .th1{
    width:20%;
    padding: 25px 15px;
}
.f1_box1 table .th2{
    width:20%;
    padding: 25px 15px;
}
.f1_box1 table .th3{
    width:20%;
    padding: 25px 15px;
}
.f1_box1 table .th4{
    width:20%;
    padding: 25px 15px;
}
.f1_box1 table .th5{
    width:20%;
    padding: 25px 15px;
}
.sec_right .img_box{
    text-indent: 0em;
}
.shouzhi{
    display: none;
}
/*
e1学科简介
*/
.d1_con1{
    margin-bottom: 45px;
}
.d1_con1 li{
    padding: 15px 25px;
    border-bottom: 1px dashed #d2d2d2;
}
.d1_con1 a:first-child li{
    border-top: 1px dashed #d2d2d2;
}
.d1_con1 li .img_box{
    float: left;
    width: 130px;
    overflow: hidden;
}
.d1_con1 li .img_box img{
    width: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;
}
.d1_con1 li .img_box:hover img{
    transform: scale(1.2);
}
.d1_con1 li .text{
    float: left;
    width:calc(100% - 185px);
    height: 72px;
    padding-left: 30px;
    margin:7px 0px;
    overflow: hidden;
}
.d1_con1 li .text i{
    display: block;
    position: relative;
    top:50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    font-style: normal;
    -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;
}
.d1_con1 li .jiant{
    float: left;
    width: 55px;
    height: 86px;
    line-height: 86px;
}
.d1_con1 li .jiant .blue{
    display: none;
}
.d1_con1 li .jiant img{
    width: 55px;
    -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;
}
.d1_con1 li:hover .text i{
    color: #990800;
}
.d1_con1 li:hover .jiant .blue{
    display: inline-block;
}
.d1_con1 li:hover .jiant .hui{
    display: none;
}
/*
e1学科介绍详情
*/
.d3_box1{
    padding-bottom: 20px;
}
.d3_box1 h1{
    width: 460px;
    font-size: 24px;
    line-height: 36px;
    color: #990800;
    margin:0 auto;
    text-align: center;
    margin-bottom: 20px;
}
.d3_box1 p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: justify;
    text-indent:2em
}
.d3_box1 p img{

    margin:20px 0px;
}
/*
f1
*/
.f1_tle{
    border-bottom: 1px solid #e0e0e0;
    padding: 54px 0 25px;
    margin:0 20px;
}
.f1_tle h1{
    font-size: 20px;
    line-height: 32px;
    color: #333;
    font-weight: bold;
}
.f1_tle h2{
    font-size: 16px;
    line-height: 30px;
    color: #930a03;
    margin-top: 25px;
}
.f1_c{
    padding: 24px 0 56px;
}
.f1_c p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding: 0 20px;
    text-align: justify;
}
.f1_c .img_box{
    padding: 0;
}
.f1_c img{
    width:100%;
    margin:34px 0;
}
/*
媒体查询
*/
@media (max-width: 1229px){
    .fenx ul li{
        margin: 0px 10px;
    }
    .ft_ul ul{
        margin-left: 15px;
    }
    /*
    b2基地人员
    */
    .b3_box1 .b3_text li{
        margin:0px 15px 30px;
    }
    /*
    c1课题
    */
    .c1c1_r{
        width:41.51%;
    }
    .c1c1_l{
        width:calc(100% - 41.51% - 52px);
    }
}
@media (max-width: 1199px){
    .logo{
        width: 300px;
    }
    .logo img{
        width:100%;
        height: auto;
    }
    .fenx{
        width:calc(100% - 300px);
    }
    .fenx ul{
        margin:0px 10px;
    }
    .fenx ul li{
        font-size: 16px;
    }
    .ft_ul ul{
        margin-left: 10px;
    }
    .ft_logo{
        width: 190px;
    }
    .ft_logo .ft_logopic{
        width: 200px;
        margin-top: 10px;
    }
    .ft_ul{
        width:calc(100% - 190px);
    }
    /*
    首页
    */
    .inslick .slick-dots{
        bottom: 25px;
    }
    /*
    b2基地人员
    */
    .b3_box1 .b3_text{
        margin:0px -43px;
    }
    .b3_box1 .b3_text li{
        margin: 0px 40px 56px;
    }
    /*
    c1课题
    */
    .c1c1_r{
        margin-right: 30px;
    }
    .c1c1_l{
        width:calc(100% - 41.51% - 30px);
    }
    .c1c1_r p{
        font-size: 14px;
        line-height: 24px;
        margin-top: 26px;
    }
    .c1c1_r h1{
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 1079px){
    .fenx{
        margin-top: 0px;
    }
    /*
    内页公共
    */
    .gg_left{
        display: none;
    }
    .sec_right{
        margin-left: 0px;
        padding-left: 0px;
        width:100%;
        border-left: 0px;
    }
    .openmenu{
        display: block;
        margin-top: 9px;
    }
    .fenx{
        width:auto;
        float: right;
        height: 67px;
        line-height: 48px;
    }
    .fenx ul,
    .haeder_p{
        display: none;
    }
    .header{
        height: 90px;
    }
    .hlogo{
        padding: 11px 0px;
    }
    .section{
        margin-top: 90px;
    }
    .sj_xiala{
        top: 90px;
    }
    /*
    分页
    */
    .fenye{
        padding-left: 0px;
    }
    /*
    b2基地人员
    */
    .b3_box1 .b3_text{
        margin:0 auto;
        padding-left: 0px;
    }
    .b3_box1 .b3_text li{
        margin:0px 28px 56px;
    }
    /*
    c1课题
    */
    .c1_box1{
        left:0px;
        width:100%;
        margin-bottom: 0px;
    }
    .c1b1_con2 li{
        padding-left: 0px;
    }
}
@media (max-width: 991px){
    .footer_box2{
        text-align: center;
    }
    .footer_box2 .footerB2_xiala{
        float: none;
        margin:0 auto;
    }
    .ft_ul{
        display: none;
    }
    .ft_logo .ft_logopic,
    .ft_logo{
        width:354px;
        margin:0 auto;
        text-align: center;
        float: none;
    }
    .ft_xiala{
        display: block;
        width: 648px;
        margin-top: 16px;
    }
    /*
    首页
    */
    .inb3_text1,
    .inb3_text2,
    .inb3_text3{
        width:100%;
        margin-right: 0px;
    }
    .inb3_text2,
    .inb3_text3{
        margin-top: 26px;
    }
    .inb1_l{
        width:100%;
        margin-bottom: 56px;
    }
    .inb1_r{
        width:auto;
        margin-left: -40px;
    }
    .inb1_l .img_box{
        height: auto;
    }
    .inb1_r .inb1_rli{
        padding-bottom: 26px;
        padding-top: 22px;
    }
    .inb2_l,
    .inb2_r{
        width:100%;
        margin-left: 0px;
    }
    .inb2_l{
        padding: 65px 0px 36px;
    }
    .inb2_r{
        margin-bottom: 65px;
        padding: 0px;
    }
    .in_box2 .mengc img{
        height: 100%;
    }
    .inb2_r .mengc{
        z-index: 0;
    }
    .inb2_slick .slick-dots{
        bottom: -36px;
    }
    .inb2_slick .slick-dots li{
        position: relative;
        width:10px;
        height: 10px;
        background: none;
        margin:0 13px;
    }
    .inb2_slick .slick-dots li:after{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        content: "";
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius:50%;
    }
    .inb2_slick .slick-dots li.slick-active:after{
        width: 10px;
        height: 10px;
        background: #990800;
    }
    /*
    b2基地人员
    */
    .b3_box1 .b3_text{
        width: 626px;
        margin:0 auto;
        padding-left: 0px;
    }
    /*
    f1
    */
    .f1_tle{
        padding-top: 24px;
    }
}
@media (max-width: 768px){
    /*
    首页
    */
    .inslick_box .sj_banner{
        display: block;
    }
    .inslick_box .in_banner{
        display: none;
    }
}
@media (max-width: 767px){
    .footer_box2{
        margin-bottom: 36px;
    }
    /*表格提示*/
    .shouzhi {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 30px;
        margin: 0px auto 15px;
    }
    .shouzhi .tab_r {
        float: right;
        margin-right: 10px;
        height: 20px;
        animation: zhixiang 1s linear 0s infinite normal;
        -moz-animation: zhixiang 1s linear 0s infinite normal;
        -webkit-animation: zhixiang 1s linear 0s infinite normal;
        -o-animation: zhixiang 1s linear 0s infinite normal;
    }
    @keyframes zhixiang
    {
        from {margin-right: 5px;}
        to {margin-right: 0px;}
    }

    @-moz-keyframes zhixiang /* Firefox */
    {
        from {margin-right: 5px;}
        to {margin-right: 0px;}
    }

    @-webkit-keyframes zhixiang /* Safari 和 Chrome */
    {
        from {margin-right: 5px;}
        to {margin-right: 0px;}
    }

    @-o-keyframes zhixiang /* Opera */
    {
        from {margin-right: 5px;}
        to {margin-right: 0px;}
    }
    .shouzhi .tab_l {
        float: left;
        margin-left: 10px;
        height: 20px;
        animation: zhixiang1 1s linear 0s infinite normal;
        -moz-animation: zhixiang1 1s linear 0s infinite normal;
        -webkit-animation: zhixiang1 1s linear 0s infinite normal;
        -o-animation: zhixiang1 1s linear 0s infinite normal;
    }
    @keyframes zhixiang1
    {
        from {margin-left: 5px;}
        to {margin-left: 0px;}
    }

    @-moz-keyframes zhixiang1 /* Firefox */
    {
        from {margin-left: 5px;}
        to {margin-left: 0px;}
    }

    @-webkit-keyframes zhixiang1 /* Safari 和 Chrome */
    {
        from {margin-left: 5px;}
        to {margin-left: 0px;}
    }

    @-o-keyframes zhixiang1 /* Opera */
    {
        from {margin-left: 5px;}
        to {margin-left: 0px;}
    }
    /*
    分页
    */
    .pc_fenye{
        display: none;
    }
    .sj_fenye{
        display: inline-block;
    }
    /*
    内页公共
    */
    .erji_d1{
        display: none;
    }
    .b1_box2 .b1b2_tle{
        width: 290px;
    }
    .b1b2_text .year{
        width: 65px;
    }
    .b1b2_text .text{
        margin-left: 65px;
    }
    .b1b2_con:after{
        left: 54px;
    }
    .erji_d{
        width: 230px;
        padding-left: 50px;
    }
    .pc_nybanner{
        display: none;
    }
    .sj_nybanner{
        display: block;
    }
    .sec_right .secr_tle{
        margin-top: 6px;
        margin-bottom: 36px;
    }
    .b1_box1 h1{
        font-size: 18px;
        margin-bottom: 26px;
    }
    .b1_box1 p{
        font-size: 14px;
        margin-bottom: 24px;
        line-height: 24px;
    }
    .g1_box1 p{
        font-size: 14px;
        line-height: 24px;
    }
    .f1_box1 h1{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 36px;
    }
    .g1_box1,
    .h1_box1,
    .d3_box1,
    .e1_box1{
        padding-bottom: 6px;
    }
    .f1_box1 table{
        margin-bottom: 6px;
    }
    .ft_logo{
        width:100%;
    }
    .ft_logo .ft_logopic{
        width: 290px;
    }
    .logo{
        width: 190px;
    }
    .inb1_r .inb1_rli{
        width:100%;
        margin-left: 0px;
    }
    .inb1_r{
        width:100%;
        margin-left: 0px;
    }
    .inb1_slick .slick-dots{
        bottom: 0px;
    }
    .inb1_slick .slick-dots li{
        position: relative;
        width:10px;
        height: 10px;
        background: none;
        margin:0 13px;
    }
    .inb1_slick .slick-dots li:after{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        content: "";
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius:50%;
    }
    .inb1_slick .slick-dots li.slick-active:after{
        width: 10px;
        height: 10px;
        background: #990800;
    }
    .inb2l_con ul .inb2l_conli{
        width:100%;
        margin: 0px;
    }
    .inb2l_con ul{
        margin: 0px;
    }
    .inb2l_con ul .inb2l_conli .img_box{
        height: auto;
    }
    .inb2l_con ul .inb2l_conli .img_box img{
        position: relative;
        top:0px;
        left: 0px;
        transform: translate(0);
        width:100%;
        max-width: 100%;
    }
    .inb2_slick1 .slick-dots{
        bottom: -36px;
    }
    .inb2_slick1 .slick-dots li{
        position: relative;
        width:10px;
        height: 10px;
        background: none;
        margin:0 13px;
    }
    .inb2_slick1 .slick-dots li:after{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        content: "";
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius:50%;
    }
    .inb2_slick1 .slick-dots li.slick-active:after{
        width: 10px;
        height: 10px;
        background: #990800;
    }
    .inlunb .jiant_box{
        width: 100%;
        padding:0px 15px;
    }
    .inslcik_l img, .inslcik_r img{
        width: 35px;
    }
    /*
    间距
    */
    .in_con1,
    .in_con3{
        padding: 36px 15px;
    }
    .inb1_tle .tle{
        font-size: 24px;
    }
    .inb2_l{
        padding-top: 36px;
        padding-bottom: 60px;
    }
    .footer_con1{
        padding: 36px 0px;
    }
    .c1_box1{
        margin-bottom: 0px;
    }
    /*
    b1
    */
    .b1_box1{
        padding-bottom: 0px;
    }
    /*
    b3
    */
    .b3xq_r div{
        margin-bottom: 26px;
    }
    .b3xq_r div:last-of-type{
        margin-bottom: 6px;
    }
    .b3xq_r div h1{
        font-size: 18px;
        line-height: 32px;
    }
    .b3xq_r div p{
        font-size: 14px;
        line-height: 24px;
    }
    .b3xq_r,
    .b3xq_l{
        width:100%;
        margin-right: 0px;
    }
    .b3xq_l{
        margin-bottom: 26px;
    }
    .b3xq_l img{
        display: block;
        margin:0 auto;
        width: 290px;
    }
    .b3xq_box1{
        margin-top: 0px;
    }
    /*
    c1课题
    */
    .c1b1_con1{
        padding: 36px 15px;
    }
    .c1c1_l,
    .c1c1_r{
        float: none;
        width:100%;
    }
    .c1c1_l{
        margin-bottom: 26px;
    }
    .c1b1_con2 .time{
        display: none;
    }
    .c1b1_con2 div{
        width:calc(100% - 55px);
        height: auto;
        line-height: normal;
        margin:15px 0px;
    }
    .c1b1_con2 div span{
        display: inline-block;
    }
    .c1b1_con2 div i{
        text-align: left;
    }
    .c1b1_con2 .jaint{
        position: absolute;
        top:50%;
        transform: translateY(-50%);
        right: 0px;
    }
    .c1b1_con2 li{
        position: relative;
    }
    /*
    c1课题详情
    */
    .c1xq_tle{
        padding: 0px 0px 26px;
        margin-bottom: 0px;
    }
    .c1xq_span{
        padding: 28px 0px;
    }
    .c1xq_text,
    .pe_ne{
        padding: 0px;
    }
    .zuz{
        width:100%;
    }
    .c1xq_text h1{
        font-size: 18px;
        line-height: 24px;
    }
    .c1xq_text h1,
    .c1xq_text p{
        margin-bottom: 26px;
    }
    .c1xq_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .c1xq_text p img{
        max-width: 100%;
    }
    .zuz span{
        display: inline-block;
        width: 100%;
        margin-right: 0px;
    }
    /*
    c3获奖
    */
    .f1_box1 h1{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 36px;
    }
    .f1_box1 table{
        margin-bottom: 6px;
    }
    .f1_box1 table{
        width:940px;
    }
    /*
    e1学科介绍
    */
    .d1_con1 li{
        padding: 15px 0px;
    }
    .d1_con1 li .jiant{
        display: none;
    }
    .d1_con1 li .text{
        width:calc(100% - 130px);
    }
    .d1_con1{
        margin-bottom: 0px;
    }
    /*
    e1学科介绍详情
    */
    .d3_box1 p{
        font-size: 14px;
        line-height: 24px;
    }
    .d3_box1 h1{
        font-size: 18px;
        width:100%;
        line-height: 30px;
    }
    /*
    间距
    */
    .b3_box1{
        padding-bottom: 0px;
    }
    /*
    底部
    */
    .ft_xiala{
        width: 532px;
        margin-top: 5px;
    }
    .ft_xiala .xl span img{
        display: none;
    }
    .ft_xiala .xl span{
        border: 0px;
    }
    .ft_xiala .xl span, .ft_xiala .xl span a, .ft_xiala .xl{
        width:auto;
        height: 24px;
        padding: 0px;
    }
    .ft_xiala .xl{
        margin:20px 10px 0px 10px;
    }
    /*
    f1
    */
    .f1_tle{
        padding-top: 0;
        margin:0;
    }
    .f1_tle h1{
        font-size: 18px;
        line-height: 30px;
    }
    .f1_tle h2{
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }
    .f1_c{
        padding: 20px 0 30px;
    }
    .f1_c p{
        padding: 0;
        text-align: left;
    }
    .f1_c img{
        margin:20px 0;
    }
}
@media (max-width: 678px){
    .ft_xiala{
        width:456px;
    }
}
@media (max-width: 656px){
    .b3_box1 .b3_text{
        width: 257px;
        margin:0 auto;
        padding-left: 0px;
    }
    .b3_box1 .b3_text li{
        margin:0px 0px 26px;
    }
}
@media (max-width: 519px){
    .ft_xiala{
        width:304px;
    }
    .ft_xiala .xl span,
    .ft_xiala .xl span a,
    .ft_xiala .xl{
        width: auto;
    }
}
