.sub_sort li a,
.sort_info .title a,
.sort_info,
.proType_topic li:before,
.competence_img,
.form_btn .submit_btn,
.service_item .ser_pic img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

/* img scale */
.c_pub_pic img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sort_item:hover .sort_pic img,
.adv_item:hover .adv_pic img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
}

.competence_img:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
}

.web_main {
	padding-bottom: 0;
}


/* proType_sort */
.proType_box {
	padding-bottom: 3%;
}

.sort_item {
	position: relative;
	overflow: hidden;
}

.sort_pic_item {
	width: 50%;
	order: 1;
}

.sort_item .sort_pic {
	padding-bottom: 58.85%;
	overflow: hidden;
}

.sort_item .sort_info {
	padding: 20px 2.6%;
	line-height: 1.25;
	width: 50%;
	order: 2;
}

.sort_info .title,
.sort_bottom .title {
	font-size: 45px;
	font-family: Archivo Black;
	line-height: 1.25;
	height: 2.5em;
	overflow: hidden;
}

.sort_info .title a {
	color: var(--commonColor);
}

.sort_info .brief {
	color: #666;
	line-height: 26px;
	margin: 2% 0 4%;
	/* max-height: 130px; */
	/* overflow-y: auto; */
}

.sort_item:nth-child(2n) .sort_pic_item {
	order: 3;
}

.sort_item .pubMore {
	border-radius: 0;
}

.sort_item .pubMore::before {
	border-radius: 0;
}

/* .sort_item:hover{box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.15);} */
.sort_item:hover .title a {
	text-decoration: underline;
}

.sort_item:hover .pubMore {
	color: var(--commonColor);
}

.sort_item:hover .pubMore::before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.sort_bottom {
	padding-top: 5%;
}

.sort_bottom .title {
	height: auto;
}

.sort_bottom .brief {
	font-size: 30px;

	color: rgba(102, 102, 102, 0.8);
	line-height: 1.25;
	margin-top: 10px;
}

@media only screen and (max-width: 1450px) {

	.sort_info .title,
	.sort_bottom .title {
		font-size: 40px;
	}

	.sort_bottom .brief {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1350px) {

	.sort_info .title,
	.sort_bottom .title {
		font-size: 35px;
	}

	.sort_bottom .brief {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1200px) {

	.sort_info .title,
	.sort_bottom .title {
		font-size: 30px;
	}

	.sort_bottom .brief {
		font-size: 24px;
	}
}
@media only screen and (max-width: 1100px) {
.sort_item {
		flex-direction: column;
		margin-bottom: 26px;
	}

	.sort_pic_item {
		width: 100%;
	}

	.sort_item:nth-child(2n) .sort_pic_item {
		order: 1;
	}

	.sort_item .sort_info {
		width: 100%;
		padding: 15px 0 0;
	}
	.sort_info .title, .sort_bottom .title{
		height: auto;
	}
}
@media only screen and (max-width: 950px) {
	.proType_box {
		padding-bottom: 30px;
	}

	.sort_info .title,
	.sort_bottom .title {
		font-size: 24px;
	}

	.sort_bottom .brief {
		font-size: 20px;
	}

	

	.sort_info .brief {
		font-size: 16px;
		margin: 6px 0 10px;
		max-height: unset;
	}

	.sort_bottom {
		padding: 4px 0 0;
	}
}

/* proType_service */
.proType_service {
	background: #FAFAFA;
}

.service_list {
	margin: 0 0 0;
}

.service_item {
	width: 33.33%;
}

.service_item .ser_pic {
	padding-bottom: 62%;
	background: #000;
	order: 1;
}

.service_item .ser_pic img {
	opacity: 0.8;
}

.service_item:nth-child(even) .ser_pic {
	order: 3;
}

.service_info {
	order: 2;
	background: #fff;
	position: relative;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 0;
	width: 100%;
	padding-bottom: 62%;
}

.service_info .ser_info {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 20%;
}

.service_info .linkA {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.ser_info .number {
	color: var(--commonColor);
	font-size: 60px;
	font-family: Archivo Black;
	line-height: 1;
}

.ser_info .brief {
	line-height: 26px;
	display: block;
	font-size: 22px;
	margin-top: 10px;

	color: #666;
}

.service_top_info {
	background: rgba(var(--comColorRgb), 0.8);
	color: #fff;
}

.service_top_info .ser_info .number {
	color: #fff;
}

.service_top_info .ser_info .brief {
	color: #fff;
}

.service_item:hover .ser_pic img {
	opacity: 0.95;
}

.service_item:hover .service_top_info {
	background: var(--commonColor);
}

@media only screen and (max-width: 1350px) {
	.ser_info .number {
		font-size: 50px;
	}
}

@media only screen and (max-width: 1200px) {
	.ser_info .number {
		font-size: 40px;
	}

	.ser_info .brief {
		font-size: 20px;
	}
}

@media only screen and (max-width: 950px) {
	.ser_info .number {
		font-size: 32px;
	}

	.ser_info .brief {
		font-size: 18px;
	}

	.home_service {
		padding: 26px 0;
	}

	.home_service::before {
		height: 100%;
	}

	.service_top {
		flex-direction: column;
	}

	.service_top .web_th {
		width: 100%;
	}

	.service_top .right_brief {
		width: 100%;
		color: #999;
		line-height: 1.4;
		margin-top: 10px;
	}

	.service_list {
		margin-top: 0;
	}

	.service_item {
		width: 100%;
		margin-top: 20px;
	}

	.service_item:first-child {
		margin-top: 0;
	}

	.service_item .ser_pic {
		order: 1;
		padding-bottom: 60%;
	}

	.service_item:nth-child(even) .ser_pic {
		order: 1;
	}

	.ser_info {
		padding: 15px;
	}

	.ser_info .brief {
		height: auto;
		margin-top: 10px;
	}

	.ser_info .ser_more {
		margin-top: 15px;
	}

	.ser_info .ser_more::before {
		background-image: url(../img/icon_more_b.png);
	}
}

/* proType_competence */
.proType_competence {
	position: relative;
	padding: 6% 0 6%;
}

.proType_competence::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 37%;
	background: var(--commonColor);
	content: '';
}

.comp_inner {
	position: relative;
	padding-top: 28%;
}

.competence_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 92%;
	object-fit: cover;
}

.comp_info {
	position: relative;
	background: #fff;
	padding: 5%;
	width: 85%;
	max-width: 1060px;
	margin: 0 auto;
	z-index: 2;
}

.comp_info .title {
	color: var(--commonColor);
	font-size: 30px;
	font-family: Archivo Black;
	line-height: 1.35;
}

.comp_info .title a {
	color: inherit;
}

.comp_info .brief {
	font-size: 18px;
	line-height: 1.35;
	margin-top: 15px;
}

.comp_info:hover {
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 120px) {
	.comp_info .title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 950px) {
	.comp_inner {
		padding-top: 20%;
	}

	.comp_info {
		width: calc(100% - 30px);
	}

	.comp_info .title {
		font-size: 24px;
		line-height: 1.25;
	}
}

/* proType_form */
.proType_form {
	background: #F2F4F7;
}

.form_div {
	max-width: 1260px;
	margin: 3% auto 0;
}

.form_input input,
.form_input textarea {
	height: 48px;
	width: 49%;
	border: 0;
	font-size: 16px;
	margin-bottom: 18px;
	padding: 0 15px 0 26px;
	border: 5px;
	background: url(../img/icon_star.png) no-repeat 15px 15px/6px auto;
	background-color: #E7EAEE;
}

.form_input textarea {
	height: 144px;
	line-height: 28px;
	padding: 10px 26px;
	margin-bottom: 14px;
	width: 100%;
}

.form_btn {
	text-align: center;
	margin: 20px 0 0;
}

.form_btn .submit_btn {
	color: #fff;
	background: var(--commonColor);
	border: 2px solid var(--commonColor);
	margin: 0 auto;
	height: 50px;
	width: 226px;
	font-size: 20px;
	border-radius: 26px;
	line-height: 48px;
}

.form_btn .submit_btn:hover {
	color: var(--commonColor);
	background: #fff;
	border-color: var(--commonColor);
}

@media only screen and (max-width: 950px) {
	.s_about_form {
		padding: 30px 0;
	}

	.s_about_form::before {
		width: 100%;
	}

	.about_form .web_th .title {
		font-size: 24px;
	}

	.about_form {
		flex-direction: column;
	}

	.about_form .web_th {
		width: 100%;
	}

	.about_form .web_th .brief {
		margin-bottom: 15px;
	}

	.form_div {
		width: 100%;
		margin-top: 20px;
	}

	.form_input input,
	.form_input textarea {
		margin-bottom: 15px;
		width: 100%;
	}

	.form_btn {
		margin-top: 10px;
	}

	.form_btn .submit_btn {
		font-size: 18px;
	}

	.service_info{
		height: auto;
		padding-bottom: 0;
	}
	.service_info .ser_info{
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
	}
}