@charset "utf-8";

body{
	min-width: 1200px;
}
/* 淡入 */
.scroll-tag{
	opacity: 0;
	margin-top: 80px;
	transition: all 1.5s cubic-bezier(0.13, 0.26, 0.53, 1.04);
	-webkit-transition: all 1.5s cubic-bezier(0.13, 0.26, 0.53, 1.04);
	-moz-transition: all 1.5s cubic-bezier(0.13, 0.26, 0.53, 1.04);
}
#cont1{
	margin-top: 126px;
}
#cont1.activate{
	margin-top: 46px;
}
.activate{
	opacity: 1;
	margin-top: 0px;
}

.banner-spec{
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 324px;
	min-width: 1000px;
}
.banner-spec img{
	position: absolute;
	z-index: 1;
	display: block;
	width: 1920px;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.menu-spec{
	position: relative;
	height: 60px;
	/* margin-top: -60px; */
	z-index: 2;
}
.menu-warpper{
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: #1856AB;
}
.menu-spec-box{
	position: relative;
	z-index: 5;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	clear: both;
	min-width: 1200px;
}
.menu-spec-box .scont{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	font-weight: 400;
	margin: 0 70px;
	color: #FFFFFF;
	line-height: 57px;
	border-bottom: 3px solid transparent;
}
.menu-spec-box a.cur{
	color: #32ACFF;
}
.menu-spec-box a::after{
	height: 100%;
	width: 0;
	border-bottom: 3px solid transparent;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.menu-spec-box a.cur::after{
	width: 100px;
	border-bottom: 3px solid #32ACFF;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.scont::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	width: 0%;
	height: 100%;
	border-bottom: 3px solid transparent;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.scont:hover::after{
	width: 100px;
	border-bottom: 3px solid #32ACFF;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
/* .scont:hover{
	color: #32ACFF;
	border-bottom: 3px solid #32ACFF;
} */

/* 科研动态 */
.news-spec{
	position: relative;
	z-index: 0;
	margin-top: 46px;
}
/* .news-spec *{
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
} */
.news-spec-slide{
	width: 100%;
	overflow: hidden;
}
.nsc-bd{
	width: 100%;
	height: 560px;
	overflow: hidden;
}
.nsc-item{
	float: left;
	width: 372px;
	height: 560px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	/* margin-right: 38px; */
	margin: 0 24px 0 14px;
}
.nsc-item.left{
	left: 0;
}
.nsc-item:hover a.more{
	background: url(../images/add01_h.svg);
}
.nsc-item-img{
	width: 100%;
	height: 290px;
	margin-bottom: 36px;
}
.spec-img{
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.spec-img img{
	position: absolute;
	z-index: 1;
	display: block;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.nsc-item:hover{
	border: 1px solid #2862B1;
}
.nsc-item:hover .nsc-item-img img{
	transform: translate(-50%,-50%) scale(1.2);
	-moz-transform: translate(-50%,-50%) scale(1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2);
} 
.nsc-item-txt{
	padding-left: 15px;
	padding-right: 15px;
}
.nsc-item-txt h3{
	/* width: 331px;
	height: 120px; */
	height: 60px;
	font-weight: normal;
	/* text-align: center; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 20px;
}
.nsc-item-txt h3 a{
	font-size: 23px;
	color: #2862B1;
	line-height: 30px;
	letter-spacing: 1px;
}
.nsc-item-txt .level
{
	margin-top: 42px;
	height: 26px;
}
.nsc-item-txt h4{
	display: block;
	width: 72px;
	height: 25px;
	background: #FA6400;
	border-radius: 5px;
	/* width: 36px;
	height: 12px; */
	font-weight: normal;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	float: left;
}
.nsc-item-txt h5{
	float: left;
	width: 72px;
	height: 25px;
	background: #0091FF;
	border-radius: 5px;
	font-weight: normal;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
}
.nsc-item-txt h6{
	float: right;
	display: block;
	height: 26px;
	overflow: hidden;
	/* margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px; */
	/* clear: both; */
	font-weight: normal;
}
.nsc-item-txt h6 a{
	display: inline-block;
	vertical-align: middle;
	/* width: 94px;
	height: 26px; */
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	letter-spacing: 1px;
}
.nsc-item-txt h6 span{
	vertical-align: middle;
	float: right;
	font-size: 20px;
	color: #333333;
	line-height: 29px;
	letter-spacing: 1px;
}
.nsc-item-txt h6 span b{
	/* width: 164px;
	height: 26px; */
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-left: 15px;
}
.nsc-item-txt p{
	height: 42px;
	font-size: 16px;
	color: #333333;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 18px;
}
.nsc-item a.more{
	margin-top: 8px;
}
a.more{
	float: right;
	background: url(../images/add01.svg);
	width: 34px;
	height: 34px;
}
a.more:hover{
	background: url(../images/add01_h.svg);
}
.nsc-hd{
	line-height: 14px;
	padding-top: 25px;
	padding-bottom: 60px;
}
.nsc-hd ul{
	text-align: center;
	
}
.nsc-hd ul li{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	font-size: none;
	line-height: 14px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #DDDDDD;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 0;
	border-radius: 8px;
}
.nsc-hd ul li.on{
	background: #2862B1;
	border: 1px solid #2862B1;
}

/* SCIE论文轮播 */
.scroll-spec{
	/* width: 1199px; */
	height: 122px;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	margin-bottom: 48px;
}
.scroll-spec-title{
	width: 124px;
	height: 122px;
	line-height: 122px;
	background: #2862B1;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.scroll-spec-title h3{
	display: inline-block;
	vertical-align: middle;
	/* width: 61px;
	height: 84px; */
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	line-height: 42px;
}
.scroll-spec-slide{
	width: 1060px;
	line-height: 122px;
	display: table;
}
.scroll-spec-slide dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.scroll-spec-slide dl dt{
	display: table-cell;
	vertical-align: middle;
	line-height: 122px;
	width: 880px;
	flex:  0 0 auto;
	-moz-flex:  0 0 auto;
	-webkit-flex:  0 0 auto;
}
.scroll-spec-slide dl dt a{
	/* height: 48px; */
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	text-align: justify;
}
.scroll-spec-slide dl dd{
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	width: 150px;
	flex:  0 0 auto;
	-moz-flex:  0 0 auto;
	-webkit-flex:  0 0 auto;
	margin-right: 10px;
}
.scroll-spec-slide dl dd span{
	display: inline-block;
	padding-top: 30px;
}
.scroll-spec-slide dl dd span,.scroll-spec-slide dl dd b{
	height: 33px;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	font-weight: 400;
	color: #888888;
	line-height: 33px;
}
/* pdf */
#loadpdf{
	display: block;
	opacity: 0;
	width: 1200px;
	margin: 0 auto;
	position: fixed;
    height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
	z-index: 999;
	visibility: hidden;
	-webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
#loadpdf.activate{
	opacity: 1;
	display: block;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	visibility: visible;
}
#loadpdf .pdf-container{
	width: 1200px;
	height: 100%;
	line-height: 45px;
	text-align: center;
	background: #ffffff;
	margin: 0 auto;
}
.pdf-container .tit{
	width: 100%;
	height: 45px;
	background: #0181cc;
}
#loadpdf .pdf-container h3{
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
}
#loadpdf .close-pdf{
	content: " ";
	display: block;
	background: url(../images/cd-popup-close-top.png) center no-repeat;
	float: right;
    width: 36px;
    height: 36px;
	margin: -41px 4px 0 0;
    z-index: 99999;
}
#loadpdf .close-pdf:hover{
	opacity: 0.85;
	filter: opacity(0.85);
	text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
	transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
}
#loadpdf .pdf-reader{
	width: 1080px;  
	height: 90%; 
	margin: 20px auto;
}

/* 副页点击 */
.cases-spec{
	/* margin-top: 48px; */
	margin-top: 80px;
	opacity: 0.0;
	margin-bottom: 32px;
	transition: all 1.5s ease-in-out; 
	-moz-transition: all 1.5s ease-in-out; 
	-webkit-transition: all 1.5s ease-in-out;
}
.cases-spec.activate{
	opacity: 1.0;
	margin-top: 0;
}
.cases-spec-box{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.csb-box{
	width: 590px;
	height: 211px;
	cursor: pointer;
	position: relative;
	z-index: 0;
	margin-bottom: 18px;
	background: #FFFFFF;
	border: 1px solid #2862B1;
	border-bottom: 4px solid #2862B1;
}
.csb-box > a{
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
}
.csb-box > a:active{
	color: #2862B1;
}
.csb-box span{
	color: inherit;
}
.csb-box-pic{
	display: inline-block;
	vertical-align: middle;
	width: 91px;
	height: 90px;
	line-height: 211px;
	margin-left: 50px;
	/* margin-top: 55px; */
}
.csb-box:hover .csb-box-pic img{
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
} 
.csb-box-pic img{
	display: block;
	width: 91px;
	height: 90px;
}
.csb-box strong{
	/* width: 117px;
	height: 26px; */
	display: inline-block;
	margin-top: 89px;
	margin-left: 24px;
	font-size: 26px;
	font-weight: 500;
	color: #333333;
	line-height: 39px;
	letter-spacing: 3px;
}
.csb-bx-txt{
	margin-right: 33px;
	padding-top: 94px;
}
.csb-box em{
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	position: relative;
	overflow: hidden;
}
.csb-box em::before,.csb-box em::after{
	content: "";
	position: absolute;
	/* display: block; */
	width: 50px;
	height: 30px;
	transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-webkit-transition: all 0.4s ease-in-out;
}
.csb-bx-txt em::before{
	top: 0;
	left: 0;
	background: url(../images/eye_01.svg) center no-repeat;
	background-size: 100% 100%;
	opacity: 1.0;
}
.csb-bx-txt em::after{
	/* top: 100%; */
	left: 0;
	background: url(../images/eye_01_h.svg) center no-repeat;
	background-size: 100% 100%;
	opacity: 0.0;
}
.csb-box span{
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	letter-spacing: 2px;
	margin-left: 12px;
}
.csb-box:after{
	content: "";
	display: block;
	position: absolute;
	background: #72AAF6;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 4px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.csb-box:hover{
	border-top: 1px solid #72AAF6;
	border-left: 1px solid #72AAF6;
	border-right: 1px solid #72AAF6;
	
}
.csb-box:hover:after{
	width: 100%;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.csb-box:hover em::before{
	/* top: -100%; */
	opacity: 0.0;
}
.csb-box:hover em::after{
	/* top: 0; */
	opacity: 1.0;
}

/* 科研平台 */
.sciplat{
	margin-top: 32px;
}
.specsci-title{
	width: 532px;
	height: 55px;
	text-align: center;
	margin-bottom: 36px;
}
.specsci-title h2{
	font-size: 46px;
	font-weight: 400;
	color: #000000;
	line-height: 55px;
	
}
.sciplat-spec{
	position: relative;
	z-index: 0;
	margin-bottom: 35px;
	border: 1px solid #E2E2E2;
}
.sciplat-spec *{
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.spec-tab-container{
	height: 177px;
	position: relative;
	border-bottom: 1px solid #E2E2E2;
}
.spec-tab-container:before{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 177px;
	background-color:  #E2E2E2;
	top: 0;
	left: 0;
}
.spec-tab-container .swiper-slide{
	width: 200px !important;
	height: 177px !important;
	background: #FFFFFF;
	cursor: pointer;
	border-right: 1px solid #E2E2E2;
	background: transparent;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.swiper-slide-img{
	width: 90px;
	height: 90px;
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}
.swiper-slide-img:before,.swiper-slide-img:after{
	content: "";
	position: absolute;
	display: block;
	width: 90px;
	height: 90px;
	left: 0;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.swiper-slide-img:before{
	/* top: 0; */
	opacity: 1.0;
}
.swiper-slide-img:after{
	/* top: 100%; */
	opacity: 0.0;
}
.ssi-1:before{
	background: url(../images/Ficon_01.svg) center no-repeat;
}
.ssi-1:after{
	background: url(../images/Ficon_01_h.svg) center no-repeat;
}
.ssi-2:before{
	background: url(../images/Ficon_02.svg) center no-repeat;
}
.ssi-2:after{
	background: url(../images/Ficon_02_h.svg) center no-repeat;
}
.ssi-3:before{
	background: url(../images/Ficon_06.svg) center no-repeat;
}
.ssi-3:after{
	background: url(../images/Ficon_06_h.svg) center no-repeat;
}
.ssi-4:before{
	background: url(../images/Ficon_03.svg) center no-repeat;
}
.ssi-4:after{
	background: url(../images/Ficon_03_h.svg) center no-repeat;
}
.ssi-5:before{
	background: url(../images/Ficon_04.svg) center no-repeat;
}
.ssi-5:after{
	background: url(../images/Ficon_04_h.svg) center no-repeat;
}
.ssi-6:before{
	background: url(../images/Ficon_05.svg) center no-repeat;
}
.ssi-6:after{
	background: url(../images/Ficon_05_h.svg) center no-repeat;
}
.ssi-7:before{
	background: url(../images/Ficon_06.svg) center no-repeat;
}
.ssi-7:after{
	background: url(../images/Ficon_06_h.svg) center no-repeat;
}
.ssi-8:before{
	background: url(../images/Ficon_07.svg) center no-repeat;
}
.ssi-8:after{
	background: url(../images/Ficon_07_h.svg) center no-repeat;
}
.spec-tab-container .active-nav{
	background: #2862B1;
}
.spec-tab-container .active-nav .swiper-slide-img:before{
	opacity: 0.0;
}
.spec-tab-container .active-nav .swiper-slide-img:after{
	opacity: 1.0;
}
.spec-tab-container p{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 20px;
}
.spec-tab-container .active-nav p{
	color: #FFFFFF;
}
.spec-slide-box{
	margin: 33px;
}
.spec-slide-txt{}
.sst-box{}
.spec-slide-txt p{
	/* width: 1130px;
	height: 495px; */
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 29px;
}

/* 学术成果 */
.academic-spec{
	margin-bottom: 50px;
}
.academic-spec *{
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.academic-spec-box{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	height: 239px;
	border: 1px solid #E2E2E2;
}
.asb-item{
	width: 300px;
	height: 237px;
	background-color: #fff;
	border-right: 1px solid #E2E2E2;
}
.asb-item:last-child,.asb-item:nth-last-child(1){
	border-right: none;
}
.asb-item a{}
.asb-item em{
	display: block;
	position: relative;
	z-index: 0;
	width: 110px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 33px;
	margin-bottom: 10px;
	overflow: hidden;
}
.asb-item em:before,.asb-item em:after{
	content: "";
	position: absolute;
	/* display: block; */
	width: 110px;
	height: 110px;
	left: 0;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.asb-item em:before{
	opacity: 1.0;
}
.asb-item em::after{
	opacity: 0.0;
}
.asb-i-1 em::before{
	background: url(../images/Ricon_1.svg) center no-repeat;
}
.asb-i-1 em::after{
	background: url(../images/Ricon_1_h.svg) center no-repeat;
}
.asb-i-2 em::before{
	background: url(../images/Ricon_2.svg) center no-repeat;
}
.asb-i-2 em::after{
	background: url(../images/Ricon_2_h.svg) center no-repeat;
}
.asb-i-3 em::before{
	background: url(../images/Ricon_3.svg) center no-repeat;
}
.asb-i-3 em::after{
	background: url(../images/Ricon_3_h.svg) center no-repeat;
}
.asb-i-4 em::before{
	background: url(../images/Ricon_4.svg) center no-repeat;
}
.asb-i-4 em::after{
	background: url(../images/Ricon_4_h.svg) center no-repeat;
}
.asb-item:hover{
	background: #2862B1;
}
.asb-item:hover em::before{
	/* top: -100%; */
	opacity: 0.0;
}
.asb-item:hover em::after{
	/* top: 0; */
	opacity: 1.0;
}
.asb-item p{
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	color: #333333;
	line-height: 27px;
}
.asb-item:hover p{
	color: #fff;
}

/* 相关报道 */
.reports-spec{
	opacity: 0.0;
	margin-top: 80px;
	transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-webkit-transition: all 1.5s ease-in-out;	
}
.reports-spec.activate{
	opacity: 1.0;
	margin-top: 0px;
}
.reports-spec-box{
	margin-top: 60px;
}
.reports-spec-box *{
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;	
}
.rsb-top{
	margin-bottom: 35px;
}
.rsb-box-item{
	width: 591px;
	height: 210px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	padding: 20px 25px 30px;
}
.rsb-box-item:hover a.more{
	background: url(../images/add01_h.svg);
}
.rsb-box-item dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.rsb-box-item dl dt{
	display: block;
	width: 265px;
	height: 162px;
}
.rsb-box-item:hover{
	border: 1px solid #2862B1;
}
.rsb-box-item:hover dl dt img{
	transform: translate(-50%,-50%) scale(1.2);
	-moz-transform: translate(-50%,-50%) scale(1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2);
}
.rsb-box-item dl dd{
	position: relative;
	width: 264px;
	height: 162px;
}
.rsb-box-item dl dd h4{
	/* width: 234px;
	height: 54px; */
	font-size: 22px;
	font-weight: 400;
	color: #333333;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rsb-box-item:hover h4{
	color: #2862B1;
}
.rsb-box-item dl dd .sumary{
	margin-top: 12px;font-weight: 400;
	color: #999999;
	line-height: 21px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.rsb-box-item dl dd span.laiyuan{
	/* position: absolute;
	left: 0;
	bottom: 0; */
	font-size: 18px;
	font-weight: 400;
	color: #888888;
	line-height: 27px;
	float: left;
	margin-top: 28px;
}
.rsb-box-item dl dd span.riqi{
	/* position: absolute;
	left: 0;
	bottom: 0; */
	font-size: 18px;
	font-weight: 400;
	color: #888888;
	line-height: 27px;
	float: right;
	margin-top: 29px;
}
.rsb-box-item a.more{
	margin-top: -8px;
    margin-right: -25px;
}
.rsb-list{

}
.rsb-list-item{
	/* position: relative; */
	z-index: 0;
	width: 592px;
	height: 118px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.rsb-list-item:hover{
	border: 1px solid #2862B1;
}
.rsb-list-item:hover a.more{
	background: url(../images/add01_h.svg);
}
.rsb-box-item.left{
	margin-right: 16px;
}
.rsv-list-row{
	height: 120px;
	margin-bottom: 30px;
	width: 1200px;
	opacity: 0.0;
	margin-top: 80px;
	transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
}
.rsv-list-row.activate{
	margin-top: 0px;
	opacity: 1.0;
}
.rsb-li-date .day{
    width: 100%;
    height: 28px;
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid;
}
.rsb-li-date .ym{
	margin-top: 3px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;

}
.rsb-li-date{
	/* position: absolute; */
	display: block;
	float: left;
	z-index: 1;
	margin: 16px 18px 16px 22px;
	width: 80px;
	height: 80px;
	padding: 11px 8px;
	background: #2862B1;
	border-radius: 6px;
}
.rsb-li-date h6{
	/* width: 36px;
	height: 16px; */
	float: right;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}
.rsb-li-date h5{
	/* width: 62px;
	height: 22px; */
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 33px;
}
.rsb-li-news{
	width: 470px;
	height: 78px;
	height: 118px;
	display: block;
	margin-left: 120px;
	padding: 16px 33px 0px 0px;
}
.rsb-li-news h4{
	/* width: 426px; */
	display: -webkit-box;
	vertical-align: middle;
	/* width: 766px;
	height: 78px; */
	font-size: 18px;
	font-weight: 400;
	color: #1D1D1D;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.rsb-li-news .sumary{
	margin-top: 10px;
	width: 439px;
	height: 45px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 21px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.rsb-li-news .laiyuan{
	float: right;
	height: 13px;
	font-size: 13px;
	font-weight: 400;
	color: #888888;
	line-height: 20px;
}
.rsb-list-item a.more{
	margin-top: -36px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.rsb-li-source{
	padding-left: 40px;
	padding-right: 40px;
}
.rsb-li-source p{
	/* width: 109px;
	height: 20px; */
	font-size: 20px;
	font-weight: 400;
	color: #888888;
	line-height: 118px;
	/* line-height: 30px; */
}

/* 弹窗部分 */
.cd-popup{
	/* position: absolute; */
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s;
    z-index:9999;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0s;
    transition: opacity 0.4s 0s, visibility 0s 0s;
}
.cd-popup-1{}
/* .cd-popup-container{
	position: relative;
    width:1200px;
    margin:30px auto;
    height:730px;
    background: #FFF;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
} */
.cd-popup-container{
	position: relative;
    width:1200px;
    margin-left: auto;
	margin-right: auto;
    height:100%;
    background: #FFF;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.cd-popup-container h3{
	/* height: 74px;
	line-height: 74px; */
	height: 45px;
	line-height: 45px;
	background: #0181cc;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	/* border-radius: 25px 25px 0 0; */
}
.cd-buttons{
	margin: 30px 30px 0 30px;
	height: 88%;
	position: relative;
	border: 1px solid #eee;
}
.table-head dl{
	display: flex;
	display: -webkit-flex;
	justify-content: left;
	
}
.table-head dl dd{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #c7ebff;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #161616;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.cd-buttons dl dd:nth-child(1){
	flex: 0 0 45px;
}
.cd-buttons dl dd:nth-child(2){
	flex: 0 0 70px;
}
.cd-buttons dl dd:nth-child(3){
	flex: 0 0 130px;
}
.cd-buttons dl dd:nth-child(4){
	flex: 0 0 70px;
}
.cd-buttons dl dd:nth-child(5){
	flex: 0 0 150px;
}
.cd-buttons dl dd:nth-child(6){
	flex: 0 0 340px;
}
.cd-buttons dl dd:nth-child(7){
	flex: 0 0 100px;
}
.cd-buttons dl dd:nth-child(8){
	flex: 0 0 70px;
}
.cd-buttons dl dd:nth-child(9){
	width: 176px;
	border-right: 1px solid #000;
}
.table-box{
	width: 100%;
	height: 100%;
	/* height: 590px; */
	
}
.table-box iframe{
	outline: none;
	border: none;
	width: 100%;
	height: 100%;
}
.cd-popup-close{
	position: absolute;
	width: 56px;
	height: 56px;
	bottom: -56px;
	left: 50%;
	margin-left: -28px;
	background: url(../images/cd-popup-close.png) center no-repeat;
	z-index: 99999;
}
.cd-popup-close-1{
	position: absolute;
	width: 36px;
	height: 36px;
	/* top: 20px;
	right: 36px; */
	/*left: 50%;*/
	top: 4px;
	right: 4px;
	background: url(../images/cd-popup-close-top.png) center no-repeat;
	z-index: 99999;
}
.cd-popup-close-1:hover{
	opacity: 0.85;
	filter: opacity(85%);
}
.is-visible .cd-popup-container{
	-webkit-transform:scale(1); 
	-moz-transform:scale(1); 
	-ms-transform:scale(1); 
	-o-transform:scale(1); 
	transform:scale(1);
}
.ovfHiden{
	overflow: hidden;
	height: 100%;
}

/* 屏幕适配 */
@media(max-width:1250px) {
    /* .container-fluid {
        min-width: 1250px !important;
    }

    .container {
        min-width: 1170px !important;
    } */
}

.inner_nav .inner_nav_mid ul.out li.m {
    width: 165px!important;
}

.inner_nav .inner_nav_mid ul.out li.m ul.sub {
    width: 116px!important;
    left: 24px!important;
}