* {
	margin: 0;
	padding: 0;
	/*box-sizing: border-box;*/
}
.BigBox{
	position: relative;
	width: 1920px;
}
li {
	list-style: none;
}

a {
	color: black;
	text-decoration: none;
}

header {
	width: 1920px;
	height: 40px;
	line-height: 40px;
	background: #AF251B;
}

.loginBox {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 1500px;
}

nav {
	width: 1200px;
	margin-left: 360px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-left img {
	width: 131px;
	height: 52px;
}

.nav-right {
	margin-left: 360px;
}

.nav-right ul {
	display: flex;
}

.nav-right ul li a {
	display: block;
	width: 90px;
	text-align: center;
	line-height: 84px;
	height: 84px;
}

.nav-right ul li .active {
	width: 90px;
	text-align: center;
	line-height: 84px;
	height: 84px;
	background: #AF251B;
	color: white;
}


.main {
	width: 1920px;
	height: 500px;
	overflow: hidden;
}

/* .main-content {
	width: 722px;
	height: 354px;
	background: rgba(6, 4, 4, 0.5);
	border-radius: 8px;
	margin-top: 65px;
	margin-left: 360px;
} */

.info {
	width: 1920px;
	height: 490px;
	background: #F9F9F9;
}

.infoContent {
	margin: auto;
	width: 1200px;
	height: 490px;
	margin-left: 360px;
	display: flex;
	overflow: hidden;
}

.info-left {
	width: 822px;
	height: 440px;
	margin-top: 25px;
	background: #FFFFFF;
}

.left-top {
	position: relative;
	display: flex;
	align-items: center;
}

.left-top div {
	width: 126px;
	line-height: 50px;
	height: 50px;
	background: #545454;
	text-align: center;
	color: white;
	margin-left: 8px;
}

.left-top .active {
	margin-left: 8px;
	width: 126px;
	line-height: 50px;
	height: 50px;
	background: #AF251B;
	text-align: center;
	color: white;
	background-image: url("/static/buttonback.png");
	background-size: 100%;
}

.left-top-more {
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-family: AppleSystemUIFont;
	color: #333333;
}

.left-bottom {
	margin-top: 20px;
	margin-left: 8px;
}

.left-bottom-img {
	width: 160px;
	height: 100px;
}

.left-bottom-img img {
	width: 100%;
	height: 100%;
}

.left-bottom ul li {
	display: flex;
	margin-bottom: 17px;
	align-items: center;
	overflow: hidden;
}

.infoText {
	margin-top: 2px;
	margin-left: 18px;
	width: 616px;
	height: 100px;
}

.infotitle {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}

.infoArticle {
	width: 616px;
	/*height: 63px;*/
	font-size: 12px;
	/*margin-top: 15px;*/
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.info-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 25px;
	margin-left: 18px;
}

.info-right img {
	width: 100%;
	height:210px !important;
	/*width: 360px;*/
	/*height: 209px;*/
}

.info-right video {
	width: 360px;
	height: 209px;
}


.info-right .zhezhao {
	width: 360px;
	height: 209px;
	/*background: black;*/
	position: absolute;
	/*opacity: .3;*/
}

.info-right .rightTitle1 {
	display: none;
}
.info-right .rightTitle2 {
	display: none;
}
.info-right1:hover .rightTitle1 {
	display: block;
}

.info-right1:hover .zhezhao{
	background: black;
	opacity: .3;
}

.info-right2:hover .zhezhao{
	background: black;
	opacity: .3;
}


.info-right2:hover .rightTitle2 {
	display: block;
}

.info-right1 {
	width: 360px;
	height: 210px;
	position: relative;
}

.info-right2 {
	width: 360px;
	height: 210px;
	background-color: skyblue;
	margin-top: 23px;
	position: relative;
}

.info-right1 div {
	width: 110px;
	height: 34px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.info-right2 div {
	width: 110px;
	height: 34px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.industry {
	width: 1920px;
	background: #FFFFFF;
	height: 460px;
	overflow: hidden;
}

.industryBox {
	margin-left: 360px;
	width: 1200px;
	height: 490px;
	margin-top: 25px;
}

.text-left {
	font-size: 30px;
	font-weight: 400;
	color: #444444;
	line-height: 42px;
	position: relative;
	margin-left: 10px;
}

.text-split {
	width: 28px;
	display: block;
	margin-left: 2px;
	border-bottom: #444444 2px solid;
	position: absolute;

}

.text-right {
	font-size: 28px;
	font-weight: 400;
	color: #AF251B;
	line-height: 40px;
	margin-left: 18px;
}

.industryBox-bottom ul {
	display: flex;
	margin-top: 40px;
	justify-content: space-around;
	overflow: hidden;
}

.industryBox-bottom ul li {
	width: 388px;
	height: 330px;
	text-align: center;
	overflow: hidden;
}

.industryBox-bottom ul li .industryTitle {
	margin-top: 20px;

	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}

.industryDet {
	width: 388px;
	height: 270px;
}

.industryDet img {
	width: 388px;
	height: 270px;
}

.industryTitle {
	display: block;
}


.newspaper {
	width: 1920px;
	background: #F9F9F9;
	height: 327px;
	overflow: hidden;
}

.newspaperBox {
	margin-left: 360px;
	width: 1200px;
	height: 490px;
	position: relative;
	margin-top: 30px;
}


.newspaper-top {
	display: flex;
	align-items: center;
}

.chineseTitle {
	display: block;
	width: 126px;
	height: 50px;
	background: #545454;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
}

.englishTitle {
	margin-left: 13px;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}

.project_bottom ul {
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
	/*font-size: 20px;*/
}
.project_title{
	margin-top: 10px;
}

.project_item img{
	-webkit-transition: .8s ease 0s;
	cursor: pointer;
}

.project_item img:hover{
	transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);;
}

.newspaper-bottom ul {
	display: flex;
	margin-top: 20px;
	justify-content: space-evenly;
}

.newspaper-bottom ul li {
	width: 118px;
	height: 190px;
	text-align: center;
}

.newspaperImg img {
	width: 118px;
	height: 170px;
}

.newspaperTitle {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-top: 3px;
}

footer {
	width: 1920px;
	height: 342px;
	background: #313131;
	overflow: hidden;
	position: relative;
}

.footerContent {
	display: flex;
	margin-top: 75px;
	margin-left: 360px;
}

.footerContent .erweima {
	width: 163px;
	height: 163px;
}

.contactNew {
	display: flex;
	justify-content: space-evenly;
}

.contactDl {
	color: white;
	font-size: 14px;
}

dd {
	color: rgba(255, 255, 255, 0.4500);
	margin-top: 12px;
	font-size: 14px;
}

dl:first-child {
	margin-left: 90px;
	font-size: 14px;
}

dl {
	margin-right: 61px;
}

.footer-split {
	width: 1920px;
	height: 1px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4500);
	position: absolute;
	bottom: 54px;
}

.copyright {
	position: absolute;
	bottom: 15px;
	left: 360px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.4500);
}

/*.fixed {*/
/*	position: absolute;*/
/*	width: 50px;*/
/*	border-radius: 8px;*/
/*	right: 20px;*/
/*	top: 800px;*/
/*}*/

.fixed-top {
	background: #313131;
	height: 150px;
	border-radius: 8px;
	display: flex;	
	flex-direction: column;;
	align-items: center;
	justify-content: space-evenly;
}

.fixed-top img, .fixed-bottom img{
	width: 22px;
	height: 21px;
}
.fixed-top i{
	width: 28px;
	height: 1px;
	border-bottom: 1px solid rgba(255,255,255,0.2500) ;
}


.fixed-bottom {
	height: 50px;
	margin-top: 5px;
	border-radius: 8px;
	background: #AF251B;
	display: flex;

align-items: center;	
justify-content: center;
}
