#index_carousel{
    height: 700px;
}

#index_carousel .carousel-inner{
	height: 700px;
}

#index_carousel .carousel_img{
	height: 700px;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}

#index_carousel .carousel-control{
	width: 50px;
}

#index_carousel .carousel-control .glyphicon{
	color: #fff;
}
.news{
    position: absolute;
    left: 0;
    top: 700px;
    width: 100%;
    padding: 60px 0;
    background-color: #f8f8f8;
}
.news .news_left>.title_cn{
    font-size: 26px;
    color: #222;
    font-weight: bold;
}
.news .news_left>.title_en{
    font-size: 20px;
    color: #bfbfbf;
    /* font-weight: bold; */
    margin: 10px 0 40px;
}
#news_carousel{
    height: 440px;
}

#news_carousel .carousel-inner{
	height: 440px;
}

#news_carousel .news_carousel_img{
	height: 440px;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}

#news_carousel .carousel-control{
	width: 50px;
}

#news_carousel .carousel-control .glyphicon{
	color: #fff;
}

.news_nav{
    text-align: right;
    margin: 40px 0 38px;
}
.news_nav .news_nav_btn{
    display: inline-block;
    width: 120px;
    height: 41;
    padding: 7px 15px;
    margin: 0 8px;
    color: #0761b1;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
}
.news_nav .news_nav_btn .fa{
    color: #0761b1;
}
.news_nav .news_nav_btn.active{
    color: #fff;
    background-color: #0761b1;
}
.news_nav .news_nav_btn.active .fa{
    color: #fff;
}
.news_list{

}
.news_list>.news_li{
    list-style: none;
    background-color: #fff;
    display: flex;
    padding: 20px 0;
    margin: 0 0 15px;
}
.news_list>.news_li:hover p,.news_list>.news_li:hover span,.news_list>.news_li:hover h4{
    color: #0761b1 !important;
}
.news_list>.news_li:hover .news_li_left{
    border-right: 1px solid #0761b1;
}
.news_list>.news_li>.news_li_left{
    text-align: center;
    border-right: 1px solid #bbbbbb;
}
.news_list>.news_li>.news_li_left p,.news_list>.news_li>.news_li_left span{
    color: #d1d1d1;
    display: inline-block;
}
.news_list>.news_li>.news_li_left p{
    font-size: 28px;
    margin: 0;
}
.news_list>.news_li>.news_li_left span{
    font-size: 14px;
}
.news_list>.news_li>.news_li_right h4{
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    color: #444;
}

.laboratory{
    position: absolute;
    left: 0;
    top: 700px;
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
}
.laboratory .laboratory_title>.title_cn{
    font-size: 26px;
    color: #222;
    font-weight: bold;
}
.laboratory .laboratory_title>.title_en{
    font-size: 20px;
    color: #bfbfbf;
    /* font-weight: bold; */
    margin: 10px 0 40px;
}
.laboratory .left>p{
    font-size: 16px;
    color: #555;
    text-indent: 2em;
    margin: 0 0 20px;
}

.operation{
    position: absolute;
    left: 0;
    top: 1500px;
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
}
.operation .operation_title>.title_cn{
    font-size: 26px;
    color: #222;
    font-weight: bold;
}
.operation .operation_title>.title_en{
    font-size: 20px;
    color: #bfbfbf;
    /* font-weight: bold; */
    margin: 10px 0 40px;
}
.operation .operation_box .operation_list{
    background-image: url('/assets/img/index_operation.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    padding: 100px 0 0;
}
.operation .operation_box .operation_list:hover{
    padding-top: 0;
    transition:all 0.5s;
}
.operation .operation_box .operation_list .opreation_info{
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    height: 200px;
    padding: 30px;
}
.operation .operation_box .operation_list:hover .opreation_info{
    height: 300px;
    transition:all 0.5s;
}
.operation .operation_box .operation_list .opreation_info>*{
    color: #fff;
}
.other_box{
    position: absolute;
    left: 0;
    top: 2100px;
    width: 100%;
    padding: 10px 0 40px;
    background-color: #e9f1f9;
}
.other_box h3{
    color:#333;
    margin-bottom: 1em;
}
.other_box .other_left .recruitment h3>i{
    font-size: 26px;
    color: rgb(6, 87, 158);
}
.other_box .other_right .link_box a{
    border:1px solid rgb(6, 87, 158);
    background-color: #fff;
    padding: 10px 0;
    color: #333;
    text-align: center;
    width: 100%;
    display: block;
    margin: 10px 0;
    font-size: 18px;
    height: 46px;
    line-height: 23px;
}