/* 企业概况 */

.about_box1 .left {
	width: 40%;
	box-shadow: -15px 15px 0 #eaeaea;
	overflow: hidden;
}
.about_box1 .left img {
	width: 100%;
	display: block;
	transition: all 0.6s;
}
.about_box1 .left:hover img {
	transform: scale(1.05);
}
.about_box1 .right {
	width: 55%;
	padding-top: 140px;
	position: relative;
}
.about_box1 .right .english_img {
	height: 41px;
	display: block;
	position: absolute;
	left: -312px;
	top: 40px;
}
.about_box1 .right .tit {
	font-size: 24px;
	margin-bottom: 20px;
}
.digital {
	height: 130px;
	padding: 20px 0;
	background: url(../images/page2bj2.png) no-repeat 0 0/100% 100%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 40px;
}
.mumping_mun ul {
	overflow: hidden;
}
.mumping_mun li {
	text-align: center;
	color: #404040;
	float: left;
	width: 33.33%;
	position: relative;
}
.heb {
	display: flex;
	justify-content: center;
	align-items: center;
}
.heb h1 {
	font-size: 40px;
	font-family: impact;
	color: #fff;
	font-family: 'SourceHanSerifSC';
	line-height: 50px;
}
.heb h2 {
	font-size: 20px;
	font-family: impact;
	color: #fff;
	font-weight: normal;
}
.jiaa {
	font-size: 15px;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}
.heb::after {
	content: '';
	width: 1px;
	height: 80%;
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.about_box2 {
	background: url(../images/about_img3.png) no-repeat 0 0/100% 100%;
}
.about_box2 .tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.about_box3 .item {
	width: 35%;
}
.about_box3 .phone_img {
	display: none;
}
.about_box3 .middle {
	width: 30%;
	padding: 0 30px;
}
.about_box3 .middle img {
	height: 200px;
	display: block;
	margin: 0 auto;
}
.about_box3 .item .child {
	width: 90%;
	border-radius: 80px;
	height: 70px;
	padding: 5px 30px;
	position: relative;
	border: 1px solid #333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.about_box3 .item .child:last-child {
	margin-bottom: 0;
}
.about_box3 .item.left .child {
	padding-right: 80px;
	margin-left: 10%;
}
.about_box3 .item.right .child {
	padding-left: 80px;
}
.about_box3 .item .num {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	color: #fff;
	background: #333;
	text-align: center;
	line-height: 65px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	font-family: '宋体';
	font-weight: bold;
}
.about_box3 .item.left .num {
	right: 2px;
}
.about_box3 .item.right .num {
	left: 2px;
}
.about_box3 .item.left .child:nth-child(2) {
	margin-left: 0;
}
.about_box3 .item.right .child:nth-child(2) {
	margin-left: 10%;
}
.about_box4 {
	background: url(../images/about_img5.png) no-repeat right 0/auto 100%;
}
.about_box4 .cont {
	height: 350px;
	background: url(../images/about_img6.png) no-repeat left 0/auto 100%;
	padding: 35px 0;
}
.about_box4 li {
	position: relative;
	padding-left: 20px;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 30px;
}
.about_box4 li:last-child {
	margin-bottom: 0;
}
.about_box4 li::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.about_box4 li span {
	width: 90px;
	font-weight: bold;
	float: left;
}
.about_box4 li em {
	float: left;
	width: 390px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about_box5 {
	background: #f0f9fa;
}
.about_box5 .item {
	width: 48.5%;
	float: left;
	position: relative;
	overflow: hidden;
	padding-left: 13px;
	margin-bottom: 30px;
}
.about_box5 .item:nth-child(2n) {
	float: right;
}
.about_box5 .item .img {
	width: 100%;
	height: auto;
	transition: all 0.6s;
}
.about_box5 .item .tag {
	background: url(../images/page7_img2.png) no-repeat 0 0/100% 100%;
	width: 160px;
	height: 60px;
	position: absolute;
	left: -0px;
	top: 0px;
	z-index: 2;
	color: #fff;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 0 0 30px 0;
}
.about_box5 .infor {
	height: 80%;
	background-color: #3BB3C2;
	padding: 30px;
	position: absolute;
	right: 0;
	top: 150%;
	transform: translateY(-50%);
	transition: all 0.6s;
}
.about_box5 .infor .tit {
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	font-weight: normal;
	text-align: center;
}
.about_box5 .infor .bottom {
	padding-top: 20px;
	font-size: 14px;
}
.about_box5 .infor li {
	overflow: hidden;
	margin-bottom: 15px;
}
.about_box5 .infor .tit2 {
	width: 80px;
	float: left;
}
.about_box5 .infor li:nth-child(3n) .p2 {
	max-height: 82px;
	overflow: hidden;
}
.about_box5 .infor .p2 {
	width: 220px;/* height: 82px; */
	float: right;
	overflow: hidden;
}
.about_box5 .infor .p2 .ss {
	float: left;
	padding: 0 5px;
	line-height: 30px;
	border: 1px solid #fff;
	display: block;
	margin: 0 10px 10px 0;
}
.about_box5 .item:hover .infor {
	top: 50%;
}
.about_box5 .item:hover .img {
	transform: scale(1.05);
}
.about_box6 .list1 .item {
	float: left;
	width: 23.5%;
	margin: 0 2% 15px 0;
	overflow: hidden;
	position: relative;
}
.about_box6 .list1 .item:last-child {
	margin-right: 0;
}
.about_box6 .list1 .item .img img {
	width: 100%;
	display: block;
}
.about_box6 .list1 .item .box1 {
	height: 140px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
	padding-top: 30px;
}
.about_box6 .list1 .icon {
	font-family: 'iconfont';
	font-size: 30px;
	line-height: 40px;
}
.about_box6 .list1 .tit {
	font-size: 18px;
	margin-top: 15px;
}
.about_box6 .list1 .item .box2 {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100%;
	background: rgb(164 7 10 / 74%);
	padding: 40px 30px;
	transition: all 0.6s;
}
.about_box6 .list1 .item .box2 .text {
	margin-top: 30px;
	line-height: 30px;
	text-align: justify;
	text-align-last: center;
}
.about_box6 .list1 .item:hover .box2 {
	top: 0;
}
.about_box6 .list2 {
	margin-top: 30px;
}
.about_box6 .list2 li {
	width: 18.5%;
	height: 150px;
	float: left;
	margin: 0 1.8% 15px 0;
	background-color: #a4070a;
	padding: 40px 20px 20px 20px;
	border-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_box6 .list2 li:last-child {
	margin-right: 0;
}
.about_box6 .list2 li .num {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 32px;
	font-family: '宋体';
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	background-color: #fff;
	color: #333;
	font-weight: bold;
}
.about_box7 {
	background: url(../images/about_img12.png) no-repeat 0 0/100% 100%;
}
.about_box7 .xqinfor p {
	text-indent: 2em;
}
.about_box7 .list {
	margin-top: 50px;
}
.about_box7 li {
	height: 120px;
	width: 30%;
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight:bold;
}
.about_box7 li:nth-child(2), .about_box7 li:nth-child(4), .about_box7 li:nth-child(6), .about_box7 li:nth-child(7) {
	background-color: #c01d1d;
	color: #fff;
}
 @media (max-width:1500px) {
.about_box1 .right {
	padding-top: 100px;
}
.about_box1 .left {
	width: 45%;
}
.about_box1 .right .english_img {
	left: -355px;
	top: 20px;
}
.about_box1 .right {
	width: 50%;
}
.digital {
	margin-top: 20px;
}
.about_box4 {
	background-position: 500px 0;
}
}
 @media (max-width:750px) {
.about_box1 .left, .about_box1 .right {
	width: 100%;
}
.about_box1 .left {
	width: calc(100% - 10px - 10px);
	float: right;
}
.about_box1 .right .english_img {
	display: none;
}
.about_box1 .right {
	padding-top: 40px;
}
.about_box1 .right .tit {
	font-size: 18px;
	margin-bottom: 10px;
}
.about_box1 .right .xqinfor {
	font-size: 14px;
	line-height: 26px;
}
.heb h1 {
	font-size: 20px;
	line-height: 30px;
}
.jiaa {
	font-size: 12px;
}
.digital {
	height: auto;
	margin-top: 0;
}
.about_box2 .tit {
	text-align: center;
}
.about_box3 {
	padding-bottom: 20px;
}
.about_box3 .cont {
	flex-wrap: wrap;
}
.about_box3 .cont .item {
	width: 100%;
}
.about_box3 .item .child {
	width: 100%;
}
.about_box3 .phone_img {
	display: block;
}
.about_box3 .phone_img img {
	width: 80%;
	margin: 0 auto 20px auto;
}
.about_box3 .item.left .child {
	margin-left: 0;
	width: 100%;
	padding: 5px 30px 5px 80px;
	justify-content: left;
	text-align: left;
}
.about_box3 .item.left .num {
	left: 2px;
	font-size: 20px;
}
.about_box3 .item .num {
	font-size: 20px;
}
.about_box3 .item .child {
	font-size: 14px;
}
.about_box3 .middle {
	display: none;
}
.about_box3 .item .child {
	margin-bottom: 20px;
}
.about_box3 .item.left {
	margin-bottom: 20px;
}
.about_box3 .item.right .child:nth-child(2) {
	margin-left: 0;
}
.about_box4 .cont {
	height: auto;
}
.about_box4 li::before {
	top: 10px;
}
.about_box4 li em {
	width: 100%;
	margin-top: 10px;
	overflow: initial;
	text-overflow: initial;
	white-space: inherit;
	font-size: 14px;
}
.about_box5 .item {
	width: 100%;
}
.about_box5 .item .tag {
	width: 140px;
	height: 46px;
	line-height: 40px;
	font-size: 15px;
}
.about_box5 .infor {
	position: initial;
	left: auto;
	top: auto;
	transform: initial;
	padding: 20px 15px 5px 15px;
	text-align: left;
}
.about_box5 .infor .tit {
	font-size: 16px;
}
.about_box5 .infor .tit2, .about_box5 .infor .p2 {
	width: 100%;
	display: block;
	height: auto;
}
.about_box5 .infor .tit2 {
	margin-bottom: 10px;
	font-weight: bold;
}
.about_box5 .infor .p2 .ss {
	font-size: 13px;
}
.about_box5 .infor li {
	margin-bottom: 20px;
}
.about_box5 .infor li:nth-child(3n) .p2 {
	height: auto;
}
.about_box6 .list1 .item {
	width: 100%;
	margin-right: 0;
	height: 280px;
}
.about_box6 .list1 .tit {
	font-size: 16px;
}
.about_box6 .list1 .item .box1 {
	display: none;
}
.about_box6 .list1 .item .box2 {
	top: 0;
	background: rgb(164 7 10 / 74%);
	padding: 40px 10px 10px 10px;
}
.about_box6 .list1 .item .box2 .text {
	margin-top: 30px;
	font-size: 13px;
}
.about_box6 .list2 li {
	width: 48.5%;
	height: 110px;
	margin: 0 0 40px 0;
	font-size: 14px;
	line-height: 24px;
	padding-top: 35px;
	padding-bottom: 5px;
}
.about_box6 .list2 li:nth-child(2n) {
	float: right;
}
.about_box6 .list2 li:nth-child(5) {
	float: initial;
	margin: 0 auto;
}
.about_box6 .list2 li .num {
	font-size: 26px;
	width: 60px;
	height: 60px;
	line-height: 70px;
}
.about_box7 .xqinfor {
	font-size: 14px;
	line-height: 30px;
}
.about_box7 .list {
	margin-top: 20px;
}
.about_box7 li {
	width: 50%;
	background-color: #fff!important;
	color: #333!important;
	font-size: 14px;
}
.about_box7 li:nth-child(2), .about_box7 li:nth-child(3), .about_box7 li:nth-child(6), .about_box7 li:nth-child(7) {
	background-color: #a4070a!important;
	color: #fff!important;
}
}
