@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;
}

/* 头条新闻 */
.headLines {
	width: auto;
	height: auto;
	min-height: 120px;
	background: url(http://www.stdaily.com/index/xhtml/index/images/index2020/head-lines-bg.jpg) no-repeat bottom right #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	margin-bottom: 40px;
}

.headLines h3 {
	padding: 30px 150px 5px 50px;
	text-align: center;
}

.headLines h3 a {
	font-size: 40px;
	line-height: 42px;
	color: #333333;
	font-weight: bolder;
}

.headLines h3 a:hover {
	color: #bb0b07;
}

.headLines p {
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 28px;
	padding-bottom: 20px;
	padding-right: 140px;
}

.headLines p a {
	color: #bb0b07;
	padding-left: 5px;
}

.headLines p a:hover {
	text-decoration: underline;
}

/* 隐藏头像 */
.headLines.noneHead1,
.headLines.noneHeader0 {
	background: none;
}

.headLines.noneHead1 h3,
.headLines.noneHeader0 h3 {
	padding: 30px 50px 5px 50px;
}

.headLines.noneHead1 p,
.headLines.noneHeader0 p {
	padding-right: 0;
}

.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(/English/xhtml/images/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(/English/xhtml/images/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) {}
