﻿.all-content {
	width: 100%;
	position: relative;
	z-index: 4;
	background-color: #fff
}

.all-content nav {
	width: 100%;
	height: .525rem;
	line-height: .525rem;
	border-bottom: 1px solid #E7E7E7
}

.all-content nav .nav {
	margin-left: 1.95rem;
	display: flex
}

.all-content nav .nav li {
	width: 1.2825rem;
	position: relative;
	text-align: center
}

.all-content nav .nav li::after {
	content: "";
	display: block;
	height: .15rem;
	width: 1px;
	background-color: #BCBCBC;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.all-content nav .nav li:last-child::after {
	display: none
}

.all-content nav .nav li a {
	font-size: .15rem;
	font-weight: bold;
	color: #000;
	transition: all .4s
}

.all-content nav .nav li a:hover {
	color: #EA4027
}

.all-content .top-box {
	width: 100%;
	/* height: 7.0501rem; */
	background-color: #F3F3F3;
	display: flex;
	justify-content: flex-start
}

.all-content .top-box:nth-child(2n){flex-direction: row-reverse;}

.all-content .top-box .left {
	width: 50%;
	height: 4.0501rem;
	overflow: hidden
}

.all-content .top-box .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all 1s
}

.all-content .top-box .left img:hover {
	transform: scale(1.05)
}

.all-content .top-box .text-box {
	margin-left: .5rem;
	padding-top: 0.63rem;
	box-sizing: border-box;
	width: 30%
}
.all-content .top-box:nth-child(2n) .text-box{
	margin-left: 0;
	margin-right: .5rem;
}
.all-content .top-box:nth-child(2n) .text-box .title{
	flex-direction: row-reverse;
}

.all-content .top-box:nth-child(2n) .text-box .title img{
	margin: 0;
	margin-left: .1rem;
	transform: rotate(180deg);
}

.all-content .top-box .text-box .title {
	display: flex;
	align-items: center;
	font-size: .315rem;
	line-height: .315rem;
	font-weight: bold;
	color: #000000
}
.all-content .top-box .text-box .title img{
	width: .4rem;
	margin-right: .1rem;
}

.all-content .top-box .text-box .english {
	margin-top: .18rem;
	font-size: .15rem;
	line-height: .15rem;
	font-family: Arial;
	font-weight: 400;
	color: #EA4027
}

.all-content .top-box .text-box .intro {
	margin-top: .5775rem
}

.all-content .top-box .text-box .intro p {
	font-size: .135rem;
	line-height: .27rem;
	font-weight: 400;
	color: #333333;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}

.all-content .top-box .text-box .more {
	display: block;
	margin-top: .4rem;
	width: 1.425rem;
	height: .375rem;
	line-height: .375rem;
	border-radius: .1875rem;
	text-align: center;
	font-size: .12rem;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	transition: all .5s;
	position: relative;
	overflow: hidden;
	background: #147dbd;
}

.all-content .top-box .text-box .more::after {
	content: "";
	width: 0;
	height: 100%;
	background-color: #c43810;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s
}

.all-content .top-box .text-box .more .text,
.all-content .top-box .text-box .more .icon {
	display: inline-block;
	position: relative;
	z-index: 1
}

.all-content .top-box .text-box .more .icon {
	margin-left: .1rem
}

.all-content .top-box .text-box .more:hover {
	color: #fff;
	border: 1px solid transparent
}

.all-content .top-box .text-box .more:hover::after {
	width: 100%
}

.all-content .bot-box {
	width: 100%;
	height: 7.0501rem;
	background-color: #fff;
	position: relative;
	overflow: hidden
}

.all-content .bot-box .img {
	width: 7.7077rem;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	object-fit: cover
}

.all-content .bot-box .text-box {
	margin-left: 1.95rem;
	padding-top: 1.725rem;
	box-sizing: border-box;
	width: 4.1476rem;
	position: relative
}

.all-content .bot-box .text-box .title {
	font-size: .315rem;
	line-height: .315rem;
	font-weight: bold;
	color: #000000
}

.all-content .bot-box .text-box .english {
	margin-top: .18rem;
	font-size: .15rem;
	line-height: .15rem;
	font-family: Arial;
	font-weight: 400;
	color: #EA4027
}

.all-content .bot-box .text-box .intro {
	margin-top: .5775rem
}

.all-content .bot-box .text-box .intro p {
	font-size: .135rem;
	line-height: .27rem;
	font-weight: 400;
	color: #333333
}

.all-content .bot-box .text-box .more {
	display: block;
	margin-top: .615rem;
	width: 1.425rem;
	height: .375rem;
	line-height: .375rem;
	border: 1px solid #D2D2D2;
	border-radius: .1875rem;
	text-align: center;
	font-size: .12rem;
	font-weight: 400;
	color: #999;
	cursor: pointer;
	transition: all .5s;
	position: relative;
	overflow: hidden
}

.all-content .bot-box .text-box .more::after {
	content: "";
	width: 0;
	height: 100%;
	background-color: #c43810;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s
}

.all-content .bot-box .text-box .more .text,
.all-content .bot-box .text-box .more .icon {
	display: inline-block;
	position: relative;
	z-index: 1
}

.all-content .bot-box .text-box .more .icon {
	margin-left: .1rem
}

.all-content .bot-box .text-box .more:hover {
	color: #fff;
	border: 1px solid transparent
}

.all-content .bot-box .text-box .more:hover::after {
	width: 100%
}

.all-content #four .img {
	width: 9.8827rem;
	position: absolute;
	top: 1.155rem;
	right: -2.15rem
}

@media screen and (max-width:1020px) {
	.all-content nav {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		border-bottom: 1px solid #E7E7E7
	}

	.all-content nav .nav {
		margin: 0;
		display: flex;
		justify-content: center
	}

	.all-content nav .nav li {
		width: 2rem;
		position: relative;
		text-align: center
	}

	.all-content nav .nav li a {
		font-size: .25rem;
		font-weight: 500;
		color: #000;
		transition: all .4s
	}

	.all-content .top-box {
		width: 100%;
		height: 14rem;
		background-color: #F3F3F3;
		display: flex;
		justify-content: center;
		flex-wrap: wrap
	}

	.all-content .top-box .text-box {
		margin-left: 0;
		padding-top: .5rem;
		box-sizing: border-box;
		width: 80%
	}

	.all-content .top-box .text-box .title,
	.all-content .bot-box .text-box .title {
		text-align: center;
		font-size: .4rem;
		line-height: .4rem;
		font-weight: bold;
		color: #000000
	}

	.all-content .top-box .text-box .english,
	.all-content .bot-box .text-box .english {
		margin-top: .18rem;
		text-align: center;
		font-size: .28rem;
		line-height: .28rem;
		font-family: Arial;
		font-weight: 400;
		color: #c43810
	}

	.all-content .top-box .text-box .intro p,
	.all-content .bot-box .text-box .intro p {
		font-size: .25rem;
		line-height: .35rem;
		font-weight: 400;
		color: #333333
	}

	.all-content .top-box .text-box .more,
	.all-content .bot-box .text-box .more {
		display: block;
		margin: 0 auto;
		margin-top: .615rem;
		width: 3rem;
		height: .8rem;
		line-height: .8rem;
		border: 1px solid #D2D2D2;
		border-radius: .4rem;
		text-align: center;
		font-size: .24rem;
		font-weight: 400;
		color: #fff;
		cursor: pointer;
		transition: all .5s
	}

	.all-content .bot-box {
		width: 100%;
		height: auto;
		background-color: #fff;
		position: relative;
		overflow: hidden
	}

	.all-content .bot-box .img {
		width: 100%;
		height: 7.0501rem;
		position: relative
	}

	.all-content #four .img {
		width: 100%;
		position: absolute;
		top: 1rem;
		right: 0
	}

	.all-content .bot-box .text-box {
		margin: 0 auto;
		padding: 1rem;
		box-sizing: border-box;
		width: 100%;
		position: relative;
		background: #FFFFFF
	}
}



@media only screen and (max-width:768px) {
	.all-content .top-box .left{width: 100%;}
	.all-content .top-box{height: 9rem;}
	.all-content .top-box .text-box{width: 95%;}
	.all-content .top-box:nth-child(2n) .text-box{margin-right: 0;}
	.all-content .top-box .text-box .title img{display: none;}
}



.logo .white{transform-style: preserve-3d;animation: move 10s;}