/* 版心宽度 */
.w1400 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
a:hover{
    text-decoration: none!important;
}
/* 头部 */
header {
    background: #FFFFFF;
}

.head {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.head2 {
    display: none;
}
.head .logo{
    float: left;
}
/* .head .nav{
    float: left;
} */
/* .head .nav li{
    float: left;
} */
.head .logo img {
    width: 300px;
}
.navbar-brand{
    padding: 24px 12px;
    height: auto;
}
nav.navbar.bootsnav{
    border: none;
    padding: 0;
}
.navbar-nav{
    float: left;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #7a7a7a;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
nav.navbar.bootsnav ul.nav > li > a:hover{
    color: #4756D1;
}
.nav{
    justify-content: space-between;
    align-items: flex-end;
}
.nav li{
    position: relative;
    padding: 12px 9px;
    margin: 0 10px;
}
.nav li:hover a{
    color: #4756D1;
    text-decoration: none;
}
.nav > li:after{
    content: "";
    width: 0;
    height: 4px;
    background: #4756D1;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav > li:hover:after{
    width: 100%;
}
.nav > li.active:after{
    content: "";
    width: 0;
    height: 4px;
    background: #4756D1;
    position: absolute;
    bottom:-3px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav > li.active:after{
    width: 100%;
}
nav.navbar.bootsnav ul.nav > li.active a{
    color: #4756D1;
}
.dropdown-menu{
    background: #fff!important; 
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
    background: #0B7AFB;
    width: 100%;
    margin-top:0;
    padding-bottom: 0;
    border-radius: 0;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li{
    padding: 8px 15px 8px 0;
    border-bottom: 1px solid #ddd;
}
.menu-nav{
    background: #0B7AFB;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "+";
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 35%;
    right: 3%;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
    content: "\f105";
    transform: rotate(90deg);
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    font-family: 'FontAwesome';
    float: right;
    content: "\f105";
    margin-top: 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after {
    display: none!important;
}


.contact {
    position: absolute;
    right: 2%;
}

.contact .phone i {
    background: url(../images/icon-phone.png)no-repeat;
    background-size: contain;
    width: 20px;
    display: inline-block;
    height: 12px;
}

.contact .user i {
    background: url(../images/icon-user.png)no-repeat;
    background-size: contain;
    width: 20px;
    display: inline-block;
    height: 12px;
}

.contact span {
    margin-left: 50px;
}

.contact .user a {
    color: #555555;
}

.contact .user a:hover {
    color: #007bff;
}
.nav .second{
    position: absolute;
    z-index: 99;
    background: #fff;
    display: none;
    padding-top: 10px;
    margin-top: 10px;
}
.nav ul li:hover .second{
    display: block;
}
.nav .second ol li{
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.nav .second ol li a:hover::after{
    left: 0%;
    width: 0%;
    overflow: hidden;
    display: inline-block;
}
.nav .second .third{
    position: absolute;
    left: 100%;
    background: #fff;
    padding-bottom: 10px;
    display: none;
    margin-top: -30px;
}
.nav .second ol li:hover .third{
    display: block;
}



/* banner */
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    color: #fff;
}
.banner .banner-text h1{
    font-weight: 600;
}
.banner .banner-text h3{
    font-size: 20px;
    font-family: initial;
    text-transform: uppercase;
    font-weight: 800;
}
/* 板块标题 */
section .title {
    text-align: center;
    padding: 60px 0 40px 0;
    font-family: Source Han Sans CN;
}
section .title h2{
    font-size: 40px;
    font-weight: 500;
    color: #494949;
    background: url(../images/tit_bg.png)no-repeat;
    background-position: center;
}
section .title h4{
    font-size: 19px;
    font-weight: 400;
    color: #969698;
    text-transform:uppercase;
}
/* 行业应用 */
.data-box ul li .data-list {
    text-align: center;
    margin: 0px 10px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: all 300ms ease 0s;
}

.data-box ul li .data-list:hover {
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
    margin-top: -40px;
}

.data-box .data-list img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius:12px;
}

.data-text h3 {
    color: #555555;
    font-size: 25px;
    font-weight: 600;
    padding: 30px 0 20px;
}

.data-text p {
    line-height: 30px;
    font-size: 1.0625rem;
    color: #999;
    
    padding: 0 3rem;
    text-align: justify;
}

.data-text a {
    border: 2px solid #4756D1;
    color: #4756D1;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
}
.data-text a i{
    padding-left: 20px;
}
.data-text a:hover {
    background: #4756d1;
    text-decoration: none;
    color: #FFFFFF;
}

/* 业务中试 成果转化 */
.business{
    background: url(../images/bg01.png)no-repeat;
    background-size: 100% 100%;
    padding-bottom: 60px;
    margin-top: 30px;
}
.business .w1400{
    display: flex;
    justify-content: space-between;
}
.business .business_l{
    width: 630px;
}
.business .business_l .row{
    margin: 0;
}
.bus_box img{
    width: 100%;
    border-radius: 6px 6px 0 0;
}
.bus_box .bus_inner p{
    font-size: 23px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #494949;
    text-align: center;
    background: #fff;
    padding: 15px 0;
    margin-bottom: 0;
    border-radius: 0 0 6px 6px;
}
.business .bus_inner{
    transition: all 300ms ease 0s;
    overflow: hidden;
    cursor: pointer;
}
.bus_box .bus_inner:hover{
    -ms-transform:scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.bus_box .bus_inner:hover p{
    background: #4756D1;
    color: #fff;
}
/* 科技成果转化 */
.science{
    background: #B3B6CE;
}
.science .title{
    font-family: Source Han Sans CN;
}
.science .title h2{
    color: #fff;
    background: url(../images/tit_bg2.png)no-repeat;
    background-position: center;
}
.science .title h4{
    color: #fff;
}
.science .box_t_r{
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}
.science .box_t_r .science_icon{
    padding: 10px;
    transition: all 300ms ease 0s;
    cursor: pointer;
}
.science .box_t_r .science_icon:hover{
    box-shadow: 0 20px 60px 0 rgba(0 0 0 / 15%);
    margin-top: -10px;
    border-radius: 10px;
}
.science .box_t_r .science_icon img{
    width: 50px;
    height: 53px;
}
.science .box_t_r .science_icon p{
    color: #FFFFFF;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0;
}
.flow{
    margin: 50px 0;
}
.flow_txt{
    display: flex;
    justify-content: space-around;
    margin-top: 22px;
}
.flow_txt span{
    display: block;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #494949;
    position: relative;
    left: 12px;
    cursor: pointer;
}


/* 项目申报与管理 */
.manage .title h2{
    background: url(../images/tit_bg3.png)no-repeat;
    background-position: center;
}
.manage .introduce {
    background: url(../images/img01.png)no-repeat;
    background-position: center center;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    height: 300px;
    line-height: 200px;
}

.manage-box {
    width: 90%;
    display: flex;
    margin: 0 auto;
    padding: 60px;
    background: #FFFFFF;
    margin-top: -100px;
    border-radius: 4px;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
    height: 478px;
}
.manage-box .manage_box_l{
    width: 560px;
  margin-right: 53px;
}
.manage-box .manage_box_r{
    width: 500px;
}
.manage-box .manage_img img{
    width: 100%;
    
}
.manage-box .manage_img{
    position: relative;
    transition: all 300ms ease 0s;
    border-radius: 10px;
    cursor: pointer;
}
.manage-box .manage_img:hover{
    box-shadow:0 8px 10px 0 #878787;
}
.manage-box .manage_img:hover :nth-of-type(2){
    margin-top: 20px;
}
.manage-box .manage_img img{
    border-radius: 10px;
}
.manage-box .manage_img .manage_inner img{
    width: 50px;
    height: 50px;
    border-radius: 0;
}

.manage-box .manage_img .manage_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.manage-box .manage_img .manage_inner p{
    font-size: 23px;
    margin-bottom: 0;
    padding-top: 12px;
    -webkit-font-smoothing:antialiased;
}



.manage-box .manage_box_r .manage_img:nth-of-type(1){
    margin-bottom: 20px;
}


/* 研发支持 */
.support{
    padding-bottom: 60px;
}
.support .content{
    height: 326px;
}
.support .content .con_img img{
    width: 100%;
}
.support .content .con_img .con_inner img{
    width: 50px;
    height: 50px;
}
.support .content .con_img{
    position: relative;
    transition: all 300ms ease 0s;
}
.support .content .con_img:hover{
    margin-top: -10px;
    cursor: pointer;
}
.support .content .con_img img{
    border-radius: 10px;
}
.support .content .con_img .con_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}
.support .content .con_img .con_inner img{
    border-radius: 0;
}
.support .content .con_img .con_inner p{
    font-size: 23px;
    margin-bottom: 0;
    padding-top: 12px;
}
.support .con_r .tab .tab_select ul{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

.support .con_r .tab .tab_select ul li{ 
    width: 45%;
    height: 64px;
    border-radius: 32px;
    text-align: center;
    line-height: 64px;
    border: 2px solid #4756D1;
    margin-bottom: 20px;
    cursor: pointer;
}
.support .con_r .tab .tab_select ul li span{ 
    color:#4756D1;
    font-size: 23px;
}

.support .con_r .tab .tab_select ul li:hover{ 
    background: #4756D1;
}
.support .con_r .tab .tab_select ul li:hover span{  
    color: #fff;
}
/* 论文 */
.support .con_r .tab .tab_select ul li:nth-child(1) span{ 
    background: url(../images/lw_icon2.png)no-repeat;
    background-position: left center;
    padding-left: 30px;
}

.support .con_r .tab .tab_select ul #lw:hover span{ 
    background: url(../images/lw_icon1.png)no-repeat;
    background-size: 20px 24px;
    background-position: left;
}
/* 专利 */
.support .con_r .tab .tab_select ul li:nth-child(2) span{ 
    background: url(../images/zl_icon2.png)no-repeat;
    background-position: left center;
    padding-left: 30px;
}

.support .con_r .tab .tab_select ul #zl:hover span{ 
    background: url(../images/zl_icon1.png)no-repeat;
    background-size: 20px 24px;
    background-position: left;
}
/* 软著 */
.support .con_r .tab .tab_select ul li:nth-child(3) span{ 
    background: url(../images/rz_icon2.png)no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.support .con_r .tab .tab_select ul #rz:hover span{ 
    background: url(../images/rz_icon1.png)no-repeat;
    background-size: 20px 24px;
    background-position: left;
}
/* 技术成果 */
.support .con_r .tab .tab_select ul li:nth-child(4) span{ 
    background: url(../images/cg_icon2.png)no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.support .con_r .tab .tab_select ul #cg:hover span{ 
    background: url(../images/cg_icon1.png)no-repeat;
    background-size: 20px 24px;
    background-position: left;
}
.support .con_r .tab .tab_content .con_tit{
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.support .con_r .tab .tab_content .con_tit h3{ 
    font-size: 19px;
    color: #A3A2A5;
    position: relative;
    margin-bottom: 23px;
}
.support .con_r .tab .tab_content .con_tit h3::before{ 
    content: "";
    display: block;
    width: 160px;
    height: 1px;
    border: 1px dashed #AAAAAA;
    position: absolute;
    top: 12px;
    right: 0;
}
.support .con_r .tab .tab_content .con_tit h3::after{ 
    content: "";
    display: block;
    width: 160px;
    height: 1px;
    border: 1px dashed #AAAAAA;
    position: absolute;
    top: 12px;
}

.support .select_box {
    position:relative;
}
.support .select {
    padding:10px 10px;
    border:1px solid #dedede;
}
.support .select:hover {
    cursor:pointer;
}
.support .select span {
    display:block;
    background: url(../images/select_down.png)no-repeat;
    background-position: right;
    text-align: center;
    color: #A3A2A5;
    font-size: 17px;
}
.support .list {
    display:none;
    position:absolute;
    top:46px;
    width: 100%;
    border:1px solid #dedede;
    border-top:none;
    background: #fff;
    z-index: 10;
}
.support .list li {
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    cursor:pointer;
}
.support .list li:hover {
    background:#ddd;
}
.support .search{
    position: relative;
    margin-top: 16px;
}
.support .search input{
    width: 100%;
    border: 1px solid #AAAAAA;
    padding: 5px 10px;
    height: 40px;
    outline: none;
    background-position: 97%;
    cursor: pointer;
}

/* 数据服务 */
.inform{
    padding-bottom: 4rem;
}
.inform .title{
    padding-top: 0;
}
.inform_box .pic ul{
    background: url(../images/shuju_bg.png)no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    height: 580px;
  width: 1370px;
}
.inform_box .pic ul li{
    float: left;
    height: 580px;
    position: relative;
}

.inform_box .pic .txt h3{
    font-size: 31px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #F7F6FB;
    margin-top: 60px;
    padding-left: 80px;
    padding-right: 65px;
    font-weight:800;
    -webkit-font-smoothing:antialiased;
}
.inform_box .bg{
    background: rgba(71 86 209 / 40%)!important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4756d166,endColorstr=#4756d166);    /*IE8支持*/
}

.inform_box .pic .pic_icon{
    padding-left: 80px;
    display: none;
}
.inform_box .pic ul li.bg .pic_icon{
    display: block;
}
.inform_box .pic .pic_icon h5{
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #F7F6FB;
    margin: 20px 0 40px 0;
}
.inform_box .pic .pic_icon .pic_inner{
    display: flex;
    justify-content: space-between;
    width: 360px;
}
.inform_box .pic .pic_icon .icon_box p{
    text-align: center;
    font-size: 21px;
    margin-top: 10px;
    color: #fff;
}
.inform_box .pic .pic_icon .icon_box img{
    transition: all 300ms ease 0s;
}
.inform_box .pic .pic_icon .icon_box img:hover{
    box-shadow: 0 20px 60px 0 rgba(0 0 0 / 15%);
    margin-top: -10px;
    cursor: pointer;
}
.inform_box .more{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #4756D1;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.inform_box .more a{
    color: #fff;
}

/* 底部 */
footer {
    background: #4756d1;
    padding: 30px 0;
}

.foot .copy {
    text-align: center;
    color: #CCCCCC;
    line-height: 30px;
}

.copy span {
    margin: 0 15px;
}

/* 媒体查询 */
@media (min-width: 1400px){
    .w1400 {
        width: 1400px;
    }
}
@media (max-width:1200px) {
  .w1400{
    width: 1200px!important;
  }
}
@media all and (max-width:1400px){
  nav.navbar.bootsnav ul.nav > li > a{
    font-size: 18px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a{
    font-size: 16px!important;
  }
  .logo .logo_tit1{
    font-size: 20px!important;
  }
  .logo .logo_tit2{
    font-size: 18px!important;
  }
  .contact .user a{
    font-size: 14px;
  }
  .banner .banner-text h1{
    font-size: 26px;
  }
  section .title h2{
    font-size: 30px;
  }
  section .title h4{
    font-size: 18px;
  }
}
body{
  min-width: 1200px;
}
/*结合旧版追加的CSS代码*/
/*列表页和信息页面的banner代码*/
.child_banner {
    margin-top: -7px;
    position: relative;
}
.child_banner img {
    width: 100%;
    height: auto;
}
.team_show_text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

/* 关于 */
.about_main {
    margin-bottom: 5rem;
}

.about_main .tab {
    margin: 5rem 0 3rem;
}

.about_main .tab-select li {
    text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
}

.about_main .tab-select li:hover {
    color: #0056B3;
    background: #e5e6f7;
}

.about_main .tab-text li i {
    position: relative;
    top: -2px;
}

.about_main .tab-select li span {
    display: inline-block;
    padding: 6px;
}

.about_main .tab-select .active {
    color: #0056B3;
    background: #e5e6f7;
}

.about_main .tab-text {
    text-align: center;
    font-size: 22px;
    color: #999;
    padding: 2rem 0;
    line-height: 40px;
}

.about_main .about_wrap .title h3 {
    border-left: 6px solid #4756d1;
    padding-left: 15px;
    font-size: 30px;
    font-weight: 600;
    color: #555;
    margin-bottom: 3rem;
}

.about_main .about_wrap .course {
    text-align: center;
    position: relative;
    top: -45px;
}

.about_main .about_wrap .course ul li {
    float: left;
}

.about_main .about_wrap .course li {
    font-size: 22px;
    color: #999;
    letter-spacing: 1px;
}

.about_main .about_wrap .course li p:hover {
    color: #465ad3;
    cursor: pointer;
}

.about_main .about_wrap .course .one {
    position: absolute;
    bottom: -52px;
    left:0px;
}

.about_main .about_wrap .course .two {
    position: absolute;
    bottom: 65px;
    left: 317px;
}

.about_main .about_wrap .course .three {
    position: absolute;
    top: 70px;
    right: 453px;
    width: 400px;
}

.about_main .about_wrap .course .four {
    position: absolute;
    top: 33px;
    right: 0px;
    width: 295px;
}

.about_wrap .culture .cul-r li {
    padding: 5px 0 0;
}

.about_wrap .culture .cul-r h3 {
    font-weight: 600;
}

.about_wrap .culture .cul-r p {
    font-size: 22px;
    color: #999;
}

.about_wrap .cul-img {
    overflow: hidden;
}

.about_wrap .cul-img img {
    overflow: hidden;
    transition: all 1s;
}

.about_wrap .cul-img img:hover {
    transform: scale(1.05);
}


/* 登录 */
.login {
    padding-top: 4rem;
    border-top: 1px solid #ddd;
}

.login-box .title h3 {
    text-align: center;
    font-weight: 600;
    color: #555;
    margin-bottom: 3rem;
}

.login-box form {
    width: 392px;
    margin: 0 auto;
    padding: 1rem;
}

.login-box form .yh,
form .password,
form .auth {
    background: #f7f6fb;
    margin-bottom: 26px;
    margin-left: 0;
    margin-right: 0;
}

.login-box form input {
    width: 100%;
    padding: 14px 0px;
    border: none;
    outline: none;
    background: #f7f6fb;
    font-size: 20px;
}

.login-box form .icon {
    line-height: 51px;
    padding: 0 25px;
}

.login-box .auth {
    width: 60%;
}

.login .login-box .code {
    display: inline-block;
    cursor: pointer;
}

.login .check input {
    width: auto;
    text-align: left;
    display: inline-block;
    margin: 0 20px;
}

.login .check span {
    font-size: 20px;
    color: #666;
}

.login .submit input {
    background-color: #465ad2;
    color: #FFFFFF;
    margin-top: 20px;
}

.login .link {
    width: 392px;
    margin: 0 auto;
    padding: 10px 20px;
}

.login .link a {
    font-size: 16px;
    color: #465ad2;
    font-weight: 600;
}

.login .else-login {
    width: 234px;
    margin: 0 auto;
    padding-top: 5rem;
}

.login .else-login ul li {
    float: left;
    margin: 0 10px;
}