﻿.copywriting {
	display: inline-block;
	align-items: center;
	width: 100%;
	margin: 15px auto;
}

.ns {
	width: 100% !important;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	font-size: 13px !important;
}
.engineering-wrap{
	width: 100% !important;
}
.copywriting .logo {
	width: 200px;
	height: 60px;
	margin: 10px auto;
}

.copywriting .content {
	width: 100%;
	margin-left: 0;
	line-height: 25px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: justify;
}

.live-list-box {
	width: 100%;
	margin: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.live-list-box .live-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	width: 47%;
	margin-bottom: 20px;
	background-size: 100% 100%;
	padding-left: 20px;
	box-sizing: border-box;
	margin: 2% 1%;
}

.live-list-box .live-item .cover .num {
	display: flex;
	align-items: center;
	font-family: impact;
	font-size: 40px;
}

.live-list-box .live-item .cover .inner {
	margin-left: 10px;
}

.live-list-box .live-item .cover .inner .title {
	font-size: 12px;
	font-family: 'SourceHanSansCN-Medium';
	color: #232323;
	margin-bottom: 5px;
}

.corporate-culture {
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	padding: 0;
	padding-top: 20px;
	box-sizing: border-box;
	background-size: cover !important;
	background-attachment: fixed !important;
}

.corporate-culture .corporate-box {
	width: 100%;
	margin-top: 5px;
	display: inline-block;
}

.corporate-culture .corporate-box .corporate-list {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: flex;
	padding-top: 15px;
	border-right: 1px solid #fff;
}

.corporate-culture .corporate-box .corporate-list li .down {
	width: 85px;
	height: auto;
	transition: 0.3s;
	margin: 0 auto;
}

.corporate-culture .corporate-box .corporate-list li .p1 {
	font-family: "宋体";
	font-weight: 600;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
}

.corporate-culture .corporate-box .right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-left: 0 !important;
}

.corporate-culture .corporate-box .right .right-img {
	margin: 20px auto;
	width: 80%;
}

.tips-title {
	font-weight: 600;
	font-size: 16px;
	position: relative;
	margin: 0 auto;
	width: auto;
	margin-left: 20px;
	box-sizing: border-box;
}

.tips-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 15px;
	height: 2px;
	background-color: #000000;
}

.development {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.development .m-frist-circular {
	border: 3px solid #bfbfbf !important;
}

.development .circular.big {
	width: 15px;
	height: 15px;
}

.development .circular {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: none;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -3px;
	position: relative;
}

.development .vertical {
	width: 3px;
	height: 50px !important;
	box-sizing: border-box;
	background-color: #bfbfbf;
	display: inline-block;
}

.contact-wrap .box-p1 {
	font-size: 13px;
	font-family: "宋体";
	font-weight: 600;
	line-height: 30px;
	color: #232323;
}

.contact-wrap {
	position: static;
	top: calc(100% - 115px);
	width: 100%;
	text-align: center !important;
	box-sizing: border-box;
	padding: 5px 30px;
}

.qualification {
	height: auto;
	padding-top: 40px;
	box-sizing: border-box;
	background: none !important;
}

.qualification .qualification-inner-box {
	width: 100%;
	margin: 25px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 20px;
}

.qualification .qualification-inner-box .p1 {
	font-size: 14px;
	line-height: 25px;
	font-family: "宋体";
}

.qualification-inner-item {
	width: 50%;
	text-align: center;
	margin: 10px auto;
	display: block;
}

.term {
	width: 93%;
	margin: 30px auto 35px;
	display: flex;
	justify-content: space-around;
}

.term .term-item {
	width: 32%;
	height: 120px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 20px;
}

.term .term-box {
	font-size: 27px;
	font-family: "宋体";
}

.term .transverse {
	width: 100%;
	height: 3px;
	background-color: #000;
	margin: 7px 0;
}

.term .term-p {
	font-size: 13px;
	font-family: "宋体";
}

.take-list {
	width: 88%;
	margin: 0 auto 30px;
	display: flex;
	overflow: auto;
}

.technology {
	width: 100%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.technology .technology-item {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

.technology .technology-item img {
	width: 100%;
}

.technology .technology-item .info-wrap .title {
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;

	display: flex;
	align-items: center;
}

.technology .technology-item .info-wrap .p1 {
	font-size: 12px;
}

.technology .technology-item .info-wrap {
	position: absolute;
	left: 25px;
	bottom: 10px;
	z-index: 1;
	width: 85%;
}

.technology .technology-item .info-wrap .title span {
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-left: 5px;
	text-align: center;
}

.tips-wrap {
	font-size: 25px;
	text-align: center;
	margin: 30px auto 20px !important;
}

.tips-wrap .p1 {
	font-size: 12px;
	font-family: "microsoft yahei";
	margin-top: 5px;
	text-transform: uppercase;
}
.history-wrap {
	background-size: 100% 100%;
	padding-top: 0;
}
.history-wrap .box {
	width: 100%;
	position: relative;
}

.history-wrap .box .content-inner {
	display: inline-block;
	height: auto;
	margin-top: 0;
	padding: 10px;
}

.history-wrap .box .content-inner .left {
	display: block;
	width: 100%;

	overflow: hidden;
}
.history-wrap .box .content-inner .left img{
	width: 100%;
	max-height: 328px;
	object-fit: cover;
}
.history-wrap .box .content-inner .right {
	font-family: "宋体";
	background-color: #fff;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.history-wrap .box .content-inner .right .p1 {
	font-size: 28px;
}

.history-wrap .box .content-inner .right .p2 {
	font-size: 14px;
	margin-top: 20px;
	width: 98%;
	line-height: 20px;
}
body{

}
.history-wrap .box .progress {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 0 60px;
}

.history-wrap .box .progress .transverse {
	cursor: pointer;
	border-bottom: 1px solid #fff;
	width: 25%;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.business {
	height: auto;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.inner-box .inner-flex {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.inner-box .inner-item .btn {
	width: 96px;
	height: 28px;
	margin: 0 auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #424242;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.about_line_title {
	font-size: 20px;
	color: #353535;
	font-family: "宋体";
	margin-top: 20px;
	padding-left: 10px;
}

.about_line {
	height: 1px;
	background-image: linear-gradient(to right, #000 0%, #000 50%, transparent 0%);
	background-size: 8px 1px;
	background-repeat: repeat-x;
	margin: 10px 0 0;
	position: relative;
}

.about_line::after {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	height: 6px;
	width: 100px;
	background-color: #2c2f81;
}

.performance-wrap {
	position: static;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	background: #2c2f81;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
}

.performance-wrap li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24%;
	height: 135px;
	background-color: #fff;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}

.icon-box {
	height: 45px;
	position: relative;
	display: flex;
	justify-content: center;
}

.performance-wrap li .custom-icon {
	font-size: 47px;
	color: #8f8f8f;
	position: absolute;
	top: 0;
}

.performance-wrap li .p1 {
	font-size: 10px;
	color: #1d1d1d;
	font-family: "宋体";
	margin-top: -3px;
}

.performance-wrap li .p2 {
	font-size: 12px;
	color: #b6b6b6;
	font-family: Myriad Pro;
	text-transform: uppercase;
	margin-top: 1px;
	white-space: normal;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.icon-shuizhi_1 {
	font-size: 65px !important;
	top: -20px !important;
}

.icon-houqiweihuweihuweihuguanli {
	font-size: 50px !important;
	top: -10px !important;
}

.icon-guanli {
	font-size: 50px !important;
	top: -10px !important;
}

.stars-list {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	justify-content: space-between;
	overflow: auto;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.stars-list .stars-item {
	height: 340px;
	width: 320px;
	border: 1px solid #eaeaea;
	background-color: #fff;
	display: block;
	margin: 20px auto;
}

.service-process {
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}

.service-process .service-process-img {
	width: 100%;
}

.qualification {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-wrap: wrap;
}

.engineering {
	width: 100%;
	height: 180px;
	margin: 30px auto 75px;
}

.engineering-box-vague {
	position: absolute;
	right: 0;
	height: 100%;
	width: 200px;
	background: rgb(0, 0, 0, 0.5);
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
}

.engineering-box-vague .title {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	position: relative;
	width: 100%;
}

.engineering-box-vague .title::after {
	content: '';
	width: 100%;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	bottom: -17px;
}

.engineering-box-vague .content {
	font-size: 4px;
	font-weight: 600;
	color: #fff;
	position: relative;
	width: 100%;
	text-align: left;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.engineering-box-vague .time {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	position: relative;
	margin-left: 15px;
}

.engineering-box-vague .time::after {
	content: '';
	position: absolute;
	left: -15px;
	top: 1px;
	width: 5px;
	height: 5px;
	border: 3px solid #fff;
	border-radius: 50%;
}

.engineering-box-vague .more {
	position: absolute;
	left: 15px;
	bottom: 14px;
	width: 87px;
	height: 28px;
	border: 1px solid #fff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: #fff;
}

.qualification img {
	max-width: 100%;
	max-height: 100%;
}

.swiper-button-banner2-next-custom {
	border-radius: 0;
	width: 60px;
	height: 80px;
	right: 0 !important;
	background-size: 37px 15px !important;
	background-color: #2c2f81;
	right: 5px !important;
	margin-top: -5px;
}

.swiper-button-banner2-prev-custom {
	border-radius: 0;
	width: 60px;
	height: 80px;
	left: 5px !important;
	background-size: 37px 15px !important;
	background-color: #2c2f81;
	margin-top: -5px;
}

.customer-service .icon-xiaoxi-custom {
	font-size: 22px;
	font-weight: 600;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: 5px;
}

.inner-box {
	margin-bottom: 30px;
}

.certificate {
	width: 80%;
}

.swiper-button-next,
.swiper-button-prev {
	height: 25px !important;
	width: 25px !important;
	background-size: 11px 13px !important;
}

.swiper-pagination-custom {
	bottom: 25px !important;
}

.introduce-list {
	width: 100%;
	margin: 0 auto 20px;
	/*display: inline-block;*/
	flex-wrap: wrap;
	justify-content: space-around;
}

.introduce-list .introduce-item {
	width: 32%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
	margin-bottom: 5px;
	box-sizing: border-box;

}

.introduce-list .introduce-item .introduce-box {
width: 80%;
text-align: center;
margin-top: 15px;
}

.introduce-list .introduce-item .circular {
width: 56px;
height: 56px;
border: 1px solid #808080;
box-sizing: border-box;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}

.introduce-list .introduce-item .circular .custom-ico {
font-size: 30px;
color: #4f4f4f;
}

.introduce-list .introduce-item .title {
font-size: 14px;
color: #222222;
}

.line {
margin-top: 10px;
line-height: 18px;
}

.introduce-list .introduce-item .content {
font-size: 14px;
color: #2b2b2b;
}

.introduce-list .introduce-item .more {
width: 100%;
position: absolute;
left: 0;
bottom: 11px;
color: #4774b1;
font-size: 13px;
font-weight: 600;
}

.whole {
height: auto;
padding: 20px 0;
background-size: revert !important;
}
.whole-list {
height: auto;
width: 100%;
display: flex;
margin: 0 auto;
flex-wrap: wrap;
	justify-content: center;
}
.whole-list .whole-item {
width: 33%;
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.whole-list .whole-item .inner-box {
width: 65px;
height: 65px;
background-color: #fff;
transform: rotate(45deg);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.whole-list .whole-item .iconfont {
color: #8b8583;
font-size: 30px;
}
.whole-list .whole-item p {
color: #ffffff;
font-size: 15px;
white-space: nowrap;
margin-top: 20px;
text-align: center;
}
.crux {
	width: 100%;
	margin: 25px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
}

.crux li {
	width: 32.6666%;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.crux li .box {
	font-size: 14px !important;
	border: 1px solid #fff;
	padding: 3px !important;
	height: 50px;
	width: 80px;
}
.cooperation-img {
width: 100%;
margin: 0 auto 30px;
display: block;
}

.function-wrap {
padding-bottom: 30px;
}
.pc{
	display: none;
}
.history-wrap .box .content-item{
	display: block;
}
.mobile{
	display: block;
}
.mzz{
	width: 98%;
	margin: 0 auto;
}


.history-column {
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.history-column li {
	width: 48%;
	height: 110px;
	/*border: 1px solid #c5c5c5;*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "microsoft yahei";
	text-align: center;
	color: #353535;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
	margin: 1%;
}

.history-column li .p1 {
	font-size: 30px;
	position: relative;
}

.history-column li .p1 span {
	position: absolute;
	right: 17px;
	top: -20px;
	color: #2c2f81;
	font-size: 29px;
	font-weight: 600;
}

.history-column li .p2 {
	font-size: 12px;
	margin-top: 0;
}