@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	font-family: '微软雅黑';
	font-size: 14px;
	text-align: center;
	color: #333;
	line-height: 28px;
}

a {
	color: #333;
	text-decoration: none;
}

img {
	display: inline-block;
	max-width: 100%;
	border: 0;
}

a {
	text-decoration: none;
	color: #323232;
}

a:hover {
	color: #ed3c37;
	text-decoration: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fp_subtitle {
	display: inline;
}

.fp_title {
	display: none;
}

.container {
	width: auto;
	height: auto;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.maintop {
	margin-bottom: 50px;
}

.maintop .topcont {
	width: auto;
	height: 400px;
	background: #ffffff;
	box-shadow: 8px 0 18px rgba(0, 0, 0, 0.12);
}

.maintop .banner {
	width: 800px;
	height: 380px;
	float: left;
	margin: 10px;
	position: relative;
	overflow: hidden;
}

.maintop .banner .swiper {
	width: 100%;
	height: 100%;
}

.maintop .banner .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.maintop .banner .swiper-slide a {
	font-size: 24px;
	text-align: left;
	color: #ffffff;
	line-height: 55px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.maintop .banner .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.maintop .banner .swiper-slide h3 {
	width: auto;
	height: 55px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 110px 0 20px;
	overflow: hidden;
}

.maintop .banner .swiper-pagination {
	width: auto;
	right: 30px;
	left: auto;
	z-index: 9;
}

.maintop .banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #bcbcbd;
	opacity: 1;
}

.maintop .banner .swiper-pagination-bullet-active {
	background: #ffffff;
}

.maintop .toplist {
	width: 350px;
	height: 380px;
	float: right;
	margin: 10px;
}

.maintop .toplist ul {
	list-style: none;
}

.maintop .toplist li {
	width: auto;
	height: 95px;
	overflow: hidden;
	padding: 15px;
}

.maintop .toplist li a {
	font-size: 18px;
	font-weight: bolder;
	color: #333333;
	text-align: left;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.maintop .toplist li.cur a,
.maintop .toplist li a:hover {
	color: #ed3c37;
}

.mainnews {
	width: auto;
	height: 80px;
	background: url(/uploads/image/eximages/news_bg.png) no-repeat left top #ffffff;
	box-shadow: 8px 0 18px rgba(0, 0, 0, 0.12);
	margin-bottom: 50px;
	overflow: hidden;
}

.mainnews .newsbox {
	width: auto;
	margin: 0 25px 0 165px;
	overflow: hidden;
	position: relative;
}

.mainnews .newsbox::before {
	content: '';
	width: 50px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0.2) 90%);
	background: -o-linear-gradient(right, #ffffff 10%, rgba(255, 255, 255, 0.2) 90%);
	background: -moz-linear-gradient(right, #ffffff 10%, rgba(255, 255, 255, 0.2) 90%);
	background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0.2) 90%);
}

.mainnews .newsbox::after {
	content: '';
	width: 50px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.mainnews .newsbox a {
	font-size: 22px;
	color: #666666;
	line-height: 80px;
	margin-right: 20px;
}

.mainnews .newsbox a:hover {
	color: #bb0b07;
}

.mainsci {
	width: 540px;
	margin-bottom: 50px;
	float: left;
}

.mainsci .scibox {
	width: auto;
	height: 355px;
	box-shadow: 0px 0 18px rgba(0, 0, 0, 0.12);
	padding: 10px 0 0 10px;
}

.mainsci .scibox .boxpic {
	width: 520px;
	height: 335px;
	overflow: hidden;
	position: relative;
}

.mainsci .scibox .boxpic a,
.mainsci .scibox .boxpic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.mainsci .scibox .boxpic a:hover img {
	transform: scale(1.1);
}

.mainsci .scibox .boxpic h3 {
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	padding: 15px;
}

.mainsci .scibox .boxpic h3 a {
	font-size: 20px;
	color: #ffffff;
	line-height: 40px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.maincom {
	width: 300px;
	margin-bottom: 50px;
	margin-left: 30px;
	float: left;
}

.maincom .combox {
	width: auto;
	height: 355px;
	box-shadow: 0px 0 18px rgba(0, 0, 0, 0.12);
	padding: 20px;
	text-align: left;
}

.maincom .combox h3 {
	height: 84px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 20px;
}

.maincom .combox h3 a {
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	display: block;
}

.maincom .combox h3 a:hover {
	color: #bb0b07;
}

.maincom .combox p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 140px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	margin-bottom: 50px;
}

.maincom .combox h4 {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}



.mainpaper {
	width: 300px;
	margin-bottom: 50px;
	float: right;
	padding-top: 60px;
}

.mainpaper .paperbox {
	width: 300px;
	height: 355px;
	background: url(/uploads/image/eximages/paper_bg.png) no-repeat left bottom;
}

.mainpaper .paperbox .boxpic {
	width: 222px;
	height: 305px;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0px 0 18px rgba(0, 0, 0, 0.12);
}

.mainpaper .paperbox .boxpic a,
.mainpaper .paperbox .boxpic img {
	display: block;
	width: 100%;
	height: auto;
}

.mainpaper .paperbox .boxlink {
	width: 300px;
	height: 50px;
}

.mainpaper .paperbox .boxlink a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 0;
	text-indent: -999px;
}

.maininno {
	width: 790px;
	margin-bottom: 50px;
	float: left;
}

.maininno ul {
	height: 290px;
	list-style: none;
	margin-left: -30px;
}

.maininno li {
	width: 380px;
	height: 290px;
	margin-left: 30px;
	background: #ffffff;
	box-shadow: 0px 0 18px rgba(0, 0, 0, 0.12);
	float: left;
}

.maininno .innoitem {
	padding: 25px;
	text-align: left;
}

.maininno .innoitem h3 {
	height: 56px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 20px;
}

.maininno .innoitem h3 a {
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	display: block;
}

.maininno .innoitem h3 a:hover {
	color: #bb0b07;
}

.maininno .innoitem p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 120px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	margin-bottom: 20px;
}

.maininno .innoitem h4 {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.maincase {
	width: 380px;
	margin-bottom: 50px;
	float: right;
}

.maincase .casebox {
	width: auto;
	height: 290px;
	background: #ffffff;
	box-shadow: 0px 0 18px rgba(0, 0, 0, 0.12);
}

.maincase .casebox ul {}

.maincase .casebox ul li {
	height: 125px;
	margin-bottom: 15px;
}

.maincase .casebox .boxitem {
	height: 138px;
	padding: 15px 15px 0 15px;
}

.maincase .casebox .boxitem .itempic {
	width: 160px;
	height: 125px;
	float: left;
	overflow: hidden;
}

.maincase .casebox .boxitem .itempic a,
.maincase .casebox .boxitem .itempic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.maincase .casebox .boxitem .itempic img {
	transition: all 0.5s;
}

.maincase .casebox .boxitem .itempic a:hover img {
	transform: scale(1.1);
}

.maincase .casebox .boxitem .itemcont {
	width: 170px;
	padding: 5px 0;
	float: right;
	text-align: left;
}

.maincase .casebox .boxitem .itemcont h3 {
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 20px;
}

.maincase .casebox .boxitem .itemcont h3 a {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	display: block;
}

.maincase .casebox .boxitem .itemcont h3 a:hover {
	color: #bb0b07;
}

.maincase .casebox .boxitem .itemcont h4 {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.mainser {
	width: 1200px;
	margin: 0 auto 50px;
}

.mainser>ul {
	height: 400px;
	list-style: none;
	margin-left: -30px;
}

.mainser>ul>li {
	width: 380px;
	height: 400px;
	margin-left: 30px;
	background: #ffffff;
	box-shadow: 0px 0 18px rgba(0, 0, 0, 0.12);
	float: left;
}

.mainser .seritem {
	padding: 15px;
	text-align: left;
}

.mainser .seritem .itempic {
	width: 350px;
	height: 200px;
	margin-bottom: 20px;
	overflow: hidden;
}

.mainser .seritem a,
.mainser .seritem img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.mainser .seritem img {
	transition: all 0.5s;
}

.mainser .seritem a:hover img {
	transform: scale(1.1);
}

.mainser .seritem h3 {
	height: 60px;
	margin-bottom: 55px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mainser .seritem h3 a {
	display: block;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
}

.mainser .seritem h3 a:hover {
	color: #bb0b07;
}

.mainser .seritem h4 {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.mainser .serbox {
	padding: 25px;
}

.mainser .serbox>ul {
	list-style: none;
}

.mainser .serbox>ul>li {
	width: auto;
	height: 95px;
	overflow: hidden;
	padding: 15px;
}

.mainser .serbox>ul>li a {
	font-size: 18px;
	font-weight: bolder;
	color: #333333;
	text-align: left;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mainser .serbox>ul>li a:hover {
	color: #ed3c37;
}

/* 公共标题 */
.pubtit {
	width: auto;
	height: 60px;
	overflow: hidden;
	font-size: 24px;
	color: #bb0b07;
	font-weight: bolder;
	text-align: left;
	line-height: 60px;
	padding: 0 2px;
}

.pubtit a {
	float: right;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-top: 20px;
}

.pubtit a:hover {
	color: #bb0b07;
}

/*plugin css*/
.str_wrap {
	overflow: hidden;
	//zoom:1;
	width: 100%;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.str_wrap.str_active {}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.str_move_clone {
	display: inline-block;
	//display:inline;
	//zoom:1;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}

.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
}

.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
	white-space: normal;
	width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.nostop .str_move {
	cursor: inherit;
}

/* large devices (pad pro) */
@media (max-width: 1199px) and (min-width: 1024px) {}

/* medium devices (pad) */
@media (max-width: 1023px) and (min-width: 768px) {}

/* small devices (phones) */
@media only screen and (max-width: 767px) {}
