@font-face {
	font-family: "DingTalk";
	src: url("../fonts/DingTalk\ JinBuTi.ttf");
}
.imgMobile{
	display: none;
}

.indexBox {
	height: 100%;
	position: relative;
	background-color: #FFFFFF;
}

.indexBox .indexBox_img {
	height: 100% !important;
	object-fit: cover;
}


.indexBox_one {}

.indexBox_two {}

.indexBox_three {
	overflow: hidden;
	position: relative;
}

.indexBox_four {}

.indexBox_five {}

.sidebar {
	position: fixed;
	top: 3.19rem;
	right: 0.6rem;
}

.sidebar .sidebar_box {
	width: 0.32rem;
	height: 0.32rem;
	border-radius: 50%;
	position: relative;
	margin-bottom: 0.05rem;
}

.sidebar .sidebar_box div {
	width: 0.08rem;
	height: 0.08rem;
	background: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

.sidebar .active {
	border: 1px solid #ED4B22;
}

.sidebar .active div {
	background: #ED4B22;
}


.box1 {
	position: absolute;
	top: 3.71rem;
	left: 2.47rem;
}

.box1 h2 {
	font-size: 0.86rem;
	font-family: "DingTalk", Arial, sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.96rem;
	margin-bottom: 0.31rem;
}

.box1 h3 {
	width: 3.29rem;
	font-size: 0.36rem;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0.1rem;
	text-align: left;
}

.box2 {
	position: absolute;
	top: 1.98rem;
	left: 2.48rem;
}

.box2 .about {
	width: 7.5rem;
	line-height: 1.2rem;
	font-size: 1.4rem;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	color: #000000;
	opacity: 0.08;
}

.box2 .title {
	width: 9.86rem;
	font-size: 0.36rem;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.box2 .content {
	width: 9.86rem;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #475467;
	line-height: 0.28rem;
	margin-top: 0.37rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: left;
}

.box2 .content p {
	font-size: 0.16rem !important;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #475467 !important;
	line-height: 0.28rem !important;
}

.box2_a {
	width: 0.5rem;
	height: 0.5rem;
	margin-top: 0.6rem;
	display: block;
}

.box2 .box2_a img {
	width: 0.5rem;
	height: 0.5rem;
}

.box2 img:hover {
	cursor: pointer
}

.box3 {
	position: absolute;
	left: 2.55rem;
	top: 2rem;
	text-align: left;
}

.box3 .title {
	font-size: 0.66rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.6rem;
	width: 5rem;
	word-wrap: break-word;
}

.box3 .title p {
	font-size: 0.66rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.box3 .content {
	width: 2.7rem;
	margin-top: 0.35rem;
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	line-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.swiperBox {
	position: absolute;
	z-index: 11;
	top: 3.6rem;
	left: 5.44rem;
	height: 4.78rem;
	width: 20.1rem;
	display: flex;
	overflow: hidden;
}

.swiperBoxOne {
	/* margin-left: -500px; */
}

.swiperBox .swiperBoxOne .swiperBoxOne_img {
	width: 9.9rem;
	height: 4.78rem;
	/* margin-right: 0.38rem; */
	transition: 1s ease;
}

.swiperBox .swiperBoxOne:hover .swiperBoxOne_img {
	transform: scale(1.1);
}

.swiperBox .swiperBoxOne {
	position: relative;
	overflow: hidden;
}

.swiperBox .swiperBoxOne .swiperBox_text {
	padding: 0.3rem;
	box-sizing: border-box;
	text-align: left;
	position: absolute;
	top: 3.38rem;
	left: 0.3rem;
	width: 3rem;
	height: 1.1rem;
	background: #FFFFFF;
}

.swiperBox .swiperBoxOne .swiperBox_text:hover {
	background: #ED4B22;
}

.swiperBox .swiperBoxOne .swiperBox_text:hover p {
	color: #FFFFFF;
}

.swiperBox .swiperBoxOne .swiperBox_text>p {
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-bottom: 0.15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiperBox .swiperBoxOne .swiperBox_text>img {
	width: 0.35rem;
	height: 0.12rem;
}

.swiperBox .swiperBoxOne .swiperBox_text .swiperBox_imgTwo {
	display: none;
}

.more {
	position: absolute;
	top: 1.9rem;
	right: 2.47rem;
	/* right: 0; */
	width: 1.8rem;
	height: 0.6rem;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	background: #FFFFFF;
}

.more:hover {
	background: #ED4B22;
}

.more:hover span {
	color: #FFFFFF;
}

.more>img {
	width: 0.2rem;
	height: 0.12rem;
	margin-top: 0.24rem;
}

.more>span {
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 0.6rem;
	float: left;
	margin-left: 0.38rem;
	margin-right: 0.24rem;
}

.info {
	position: absolute;
	top: 4rem;
	left: 2.48rem;
	/* border: 1px solid; */
	/* width: 80%; */
	z-index: 10;
	/* display: flex; */
}

.info .info-box {
	position: relative;
	width: 3.44rem;
	/* height: 4.06rem; */
	background: #FFFFFF;
	text-align: left;
	margin-right: 0.16rem;
	float: left;
	cursor: pointer
}

.info .info-box:hover {
	background: #ED4B22;
}

.info .info-box:hover h4 {
	color: #FFFFFF;
}

.info .info-box:hover p {
	color: #FFFFFF;
}

.info .info-box:hover .info-box-text span {
	color: #FFFFFF;
}

.info .info-box .info-box-img {
	width: 100%;
	/* height: 3.8rem; */
	overflow: hidden;
}

.info .info-box .info-box-img img {
	width: 100%;
	height: 100%;
	transition: 1s ease;
}

.info .info-box:hover .info-box-img img {
	transform: scale(1.1);
}

.info .info-box .info-box-text img {
	width: 0.19rem;
	height: 0.12rem;
	margin-left: 0.13rem;
	margin-top: 0.04rem;
	float: left;
}

.info .info-box h4 {
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.26rem;
	margin: 0.24rem 0 0.22rem 0;
	box-sizing: border-box;
	padding: 0 0.24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.info .info-box p {
	height: 0.66rem;
	font-size: 0.14rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.22rem;
	box-sizing: border-box;
	padding: 0 0.24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.info .info-box .info-box-text {
	position: absolute;
	bottom: 0.4rem;
	left: 0.23rem;
}

.info .info-box .info-box-text span {
	font-size: 0.14rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.22rem;
	float: left;
}

/* .slide-box:nth-child(1){
    top: 2.71rem;
    left: 2.47rem;
} */


.box5 {
	position: absolute;
	left: 2.55rem;
	top: 2.47rem;
	width: 3rem !important;
	text-align: left;
}

.box5 .title {
	/* width: 3.82rem; */
	font-size: 0.66rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.6rem;
}

.box5 .title p {
	width: 2.7rem;
	font-size: 0.66rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.6rem;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.box5 .content {
	width: 2.7rem;
	margin-top: 0.33rem;
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box5_content {
	position: absolute;
	top: 2rem;
	left: 6.25rem;
	z-index: 10;
	overflow: hidden;
	width: 11.5rem;
}

.box5_content .box5_content_top {
	width: 100%;
	height: 5.9rem;
	margin-bottom: 0.35rem;
}

.box5_content .information {
	width: 3.83rem;
	height: 5.9rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	float: left;
	border-right: 0.01rem solid #ededed;
}

.box5_content .information:last-child {
	border: 0;
}

.box5_content .information_img {
	width: 100%;
	/* height: 3rem; */
	overflow: hidden;
}

.box5_content .information_img img {
	width: 3.8rem;
	height: 3.8rem;
	object-fit: cover;
	transition: 1s ease;
}

.box5_content .information:hover .information_img img {
	transform: scale(1.1);
}

.box5_content .information_message {
	padding: 0.3rem 0.3rem 0.23rem;
	overflow: hidden;
}
.box5_content .information_message img{
	height: 0.5rem;
	width: 0.5rem;
	margin-right: 0.11rem;
	border-radius: 50%;
	float: left;
}
.box5_content .information_message .information_text{
	overflow: hidden;
}
.box5_content .information_message .information_text .information_name{
	font-size: 0.16rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.11rem;
}
.box5_content .information_message .information_text .information_company{
	font-size: 0.14rem;
	font-weight: 400;
	color: #999999;
}

.box5_content .information_abstract {
	/* height: 0.78rem; */
	height: 0.5rem;
	font-size: 0.14rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.26rem;
	padding: 0 0.3rem;
	/* margin-bottom: 0.25rem; */
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.box5_content .information_read {
	width: 2rem;
	height: 0.42rem;
	background: #F6F9FB;
	border-radius: 0.03rem;
	font-size: 0.14rem;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 0.42rem;
	text-align: center;
	margin: 0 auto;
}


.box5_content_bottom {
	width: 1.8rem;
	height: 0.6rem;
	background: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}

.box5_click_more {
	font-size: 0.16rem;
	font-weight: 400;
	color: #000000;
	line-height: 0.6rem;
	margin-left: 0.38rem;
	float: left;
	margin-right: 0.24rem;
}

.box5_content_bottom_imgTwo {
	display: none;
}

.box5_content_bottom img {
	height: 0.12rem;
	width: 0.19rem;
	margin-top: 0.24rem;
}

.box5_content_bottom:hover {
	background: #ED4B22;
}

.box5_content_bottom:hover .box5_click_more {
	color: #FFFFFF;
}









.video_bottom {
	width: 13rem;
	height: 6rem;
	padding: 0 0.3rem;
	margin-top: 0.3rem;
	position: absolute;
	top: 3rem;
	left: 4rem;
	right: 0;
	margin: 0 auto;
}

.video_one {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.video_one .video_tu {
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: blur(10px);
}

.video_one .video_play {
	height: 100%;
	/* width: 100%; */
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.video_one .video_left {
	position: absolute;
	left: 0.2rem;
	bottom: 0.85rem;
}

.video_one .video_left .video_title {
	margin-bottom: 0.16rem;
	display: flex;
	align-items: center;
}

.video_one .video_left .video_title .video_name {
	font-size: 0.18rem;
	font-weight: 400;
	color: #FFFFFF;
}

.video_one .video_left .video_title .video_time {
	font-size: 0.14rem;
	font-weight: 400;
	color: #FFFFFF;
}

.video_one .video_left .video_content {
	font-size: 0.16rem;
	font-weight: 400;
	color: #E9E9E9;
	width: 3.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}

.video_one .video_right {
	position: absolute;
	right: 0.2rem;
	bottom: 0.65rem;
}

.video_one .video_right .video_img {
	height: 0.4rem;
	width: 0.4rem;
	border-radius: 50%;
	margin: 0 auto 0.29rem;
	overflow: hidden;
	cursor: pointer;
}

.video_one .video_right .video_img img {
	height: 100%;
	width: 100%;
}

.video_one .video_right .video_message {
	margin-bottom: 0.22rem;
	cursor: pointer;
}

.video_one .video_right .video_message img {
	height: 0.24rem;
	width: 0.24rem;
	margin: 0 auto 0.13rem;
}

.video_one .video_right .video_message .video_text {
	font-size: 0.16rem;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}



.headermobile{
	display: none;
}
@media (max-width: 1200px) {
	html, body{
		min-width: auto;
	}
	.headermobile{
		display: block;
	}
	.headerpc{
		display: none;
	}
	/* .indexBox:first-child .indexBox_img {
		height: 34% !important;
		    position: absolute;
		    top: 33%;
	} */
	.box1{
		top: 40%;
		    left: 0;
		    padding: 0 36px;
		    width: 100%;
		    text-align: center;
	}
	.box1 h2{
		font-size: 38px;
		    line-height: 60px;
		    margin-bottom: 0;
	}
	.box1 h3{
		width: 100%;
		    font-size: 18px;
			text-align: center;
	}
	.box2{
		top: 20%;
		left: 0;
		padding: 0 36px;
		width: 100%;
	}
	.box2 .about{
		width: 100%;
		    line-height: 50px;
		    font-size: 38px;
			text-align: left;
	}
	.box2 .title{
		width: 100%;
		    font-size: 18px;
	}
	.box2 .content{
		width: 100%;
		    font-size: 16px;
		    line-height: 24px;
		    margin-top: 18px;
	}
	.box2_a{
		width: 40px;
		    height: 40px;
		    margin-top: 30px;
	}
	.box2 .box2_a img{
		height: 100%;
		width: 100%;
	}
	.box3{
		top: 15%;
		left: 0;
		padding: 0 36px;
		width: 100%;
	}
	.box3 .title{
		font-size: 33px;
		    width: 100%;
		    line-height: 30px;
	}
	.box3 .content{
		width: 100%;
		    margin-top: 16px;
		    font-size: 20px;
		    line-height: 30px;
	}
	.info{
		top: 30%;
		    left: 0;
		    padding: 0 36px
	}
	.more{
		top: 15%;
		    right: 35px;
		    width: 100px;
		    height: 30px;
	}
	.more>span{
		font-size: 12px;
		    line-height: 30px;
		    margin-left: 19px;
		    margin-right: 12px;
	}
	.more>img{
		width: 10px;
		    height: 6px;
		    margin-top: 12px;
	}
	.more>img{
		width: 10px;
		    height: 6px;
		    margin-top: 12px;
	}
	.info{
		width: 100%;
	}
	.info .info-box{
		width: 48%;
		    margin-right: 4%;
			margin-bottom: 10px;
	}
	.info .info-box:nth-child(2n){
		    margin-right: 0;
	}
	.info .info-box .info-box-img{
		height: 170px;
	}
	.info .info-box h4{
		font-size: 14px;
		    line-height: 35px;
		    margin: 0;
		    padding: 0 12px;
	}
	.video_bottom{
		width: 100%;
		    height: 300px;
		    top: 33%;
		    left: 0;
		    padding: 0 36px;
	}
	.nextTwo{
		left: 60% !important;
		    bottom: 15% !important;
		    transform: rotate(0) !important;
	}
	.prevTwo{
		left: 40% !important;
		    bottom: 15% !important;
		    transform: rotate(0);
	}
	.video_one .video_left{
		left: 10px;
		    bottom: 60px;
	}
	.video_one .video_left .video_title .video_name{
		font-size: 14px;
	}
	.video_one .video_left .video_content{
		font-size: 12px;
		width: 160px;
	}
	.video_one .video_right{
		right: 10px;
		    bottom: 60px;
	}
	.video_one .video_right .video_img{
		height: 20px;
		    width: 20px;
		    margin: 0 auto 15px;
	}
	.video_one .video_right .video_message{
		margin-bottom: 10px;
	}
	.video_one .video_right .video_message img{
		height: 12px;
		    width: 12px;
		    margin: 0 auto 7px;
	}
	.video_one .video_right .video_message .video_text{
		font-size: 12px;
	}
	.box5{
		top: 15%;
		left: 0;
		padding: 0 36px;
		width: 100% !important;
	}
	.box5 .title{
		font-size: 33px;
		    width: 100%;
		    line-height: 30px;
	}
	.box5 .content{
		width: 100%;
		    margin-top: 16px;
		    font-size: 20px;
		    line-height: 30px;
	}
	.box5_content{
		top: 30%;
		    left: 0;
		    width: 100%;
		    padding: 0 36px;
	}
	.box5_content .box5_content_top{
		height: 370px;
		    margin-bottom: 18px;
	}
	.box5_content .information{
		width: 48%;
		    height: 100%;
		    border-radius: 5px;
	}
	.box5_content .information:nth-child(3){
		display: none;
	}
	.box5_content .information_img{
		height: 50%;
	}
	.box5_content .information_message{
		padding: 15px 15px 11px;
	}
	.box5_content .information_message img{
		height: 30px;
		    width: 30px;
		    margin-right: 5px;
	}
	.box5_content .information_message .information_text .information_name{
		font-size: 12px;
	}
	.box5_content .information_message .information_text .information_company{
		font-size: 12px;
	}
	.box5_content .information_abstract{
		height: 39px;
		    font-size: 12px;
		    line-height: 13px;
		    margin-bottom: 12px;
		    padding: 0 15px;
	}
	.box5_content .information_read{
		width: 100px;
		    height: 21px;
		    font-size: 12px;
		    line-height: 21px;
	}
	.box5_content_bottom{
		width: 100px;
		    height: 30px;
	}
	.box5_click_more{
		font-size: 12px;
		    line-height: 30px;
		    margin-left: 19px;
		    margin-right: 12px;
	}
	.box5_click_more{
		font-size: 12px;
		    line-height: 30px;
		    margin-left: 19px;
		    margin-right: 12px;
	}
	.box5_content_bottom img{
		height: 6px;
		    width: 10px;
		    margin-top: 12px;
	}
	
	
	
	
	
	.sidebar{
		top: 40%;
		    right: 10px;
	}
	.sidebar{
		top: 40%;
		    right: 5px;
	}
	.sidebar .sidebar_box{
		width: 30px;
		    height: 30px;
		    margin-bottom: 5px;
	}
	.sidebar .sidebar_box div{
		width: 8px;
		height: 8px;
	}
}