* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "Montserrat";
	font-display: swap;
	src: url('Montserrat-Light.otf');

}

@font-face {
	font-family: "Montserrat-Regular";
	font-display: swap;
	src: url('Montserrat-Regular.ttf');

}

body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #5A5A5A;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #5A5A5A;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 92%;
	max-width: 1480px;
	margin: auto;
}


/*header*/

.header {
	width: 100%;
	height: 80px;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0 360px 0 300px;
}


.header .logo {
	display: flex;
	align-items: center;
	height: 80px;
	justify-content: center;
	position: absolute;
	left: 35px;
	top: 0;
	z-index: 10;
}

.header .logo img {
	max-width: 120px;
	display: block;
}



.header .menu {
	width: 100%;
}


.header .menu ul {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .menu ul li {
	position: relative;
}

.header .menu ul li a {
	display: block;
	font-size: 20px;
	position: relative;
	line-height: 80px;
	color: #fff;
	font-weight: 300;
}

.header .menu ul li a.menu-a::before {
	content: '';
	width: 0;
	height: 5px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background: #fff;
}

.header .menu ul li.on .menu-a,
.header .menu ul li:hover .menu-a {
	color: #fff;
}

.header .menu ul li.on .menu-a::before,
.header .menu ul li:hover .menu-a::before {
	width: 100%;
}


.header .menu li .drop {
	background: rgba(0, 0, 0, .18);
	overflow: hidden;
	position: absolute;
	width: 138px;
	left: 50%;
	margin-left: -69px;
	top: 100%;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
}

.header .menu li .drop li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.header .menu li .drop li a {
	padding: 0;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	line-height: 50px;
	position: relative;
	font-weight: 300;
}


.header .menu li .drop li a:hover {
	background: rgba(0, 0, 0, .5);
}


.header .menu li .drop li::after {
	display: none;
}



.header-tel {
	height: 80px;
	line-height: 25px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 125px;
	top: 0;
	z-index: 10;
}


.header-tel a.tel-link {
	display: block;
	font-size: 20px;
	color: #ffffff;
	padding-left: 32px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.header-tel a.tel-link::before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	z-index: 20;
	top: 50%;
	margin-top: -13px;
	background: url(../tel.png);
}



.language_content {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	right: 35px;
	top: 20px;
	line-height: 40px;
	z-index: 10;
	color: #ffffff;
}

.language_content span {
	margin: 0 4px;
	position: relative;
	display: inline-block;
}

.language_content span::before {
	content: '';
	display: block;
	width: 1px;
	height: 34%;
	position: absolute;
	left: 0;
	z-index: 20;
	top: 33%;
	background: #fff;
}

/* 
.language_content::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	z-index: 20;
	top: 50%;
	margin-top: -12px;
	background: url(../ver-icon.png);
	background-size: 100%;
} */

.language_content a {
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

.language_content a:hover {
	color: #0085CC;
}


.m_menu {
	align-items: center;
	justify-content: center;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #fff;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-4px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(-2px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}


.font-white {
	color: #fff !important;
}

.banner-swiper {
	width: 100%;
	position: relative;
	margin-top: 80px;
}

.banner-swiper-container {
	width: 100%;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #fff;
	background: rgba(0, 0, 0, .5);
}

.banner-logo {
	max-width: 310px;
	margin: 0 auto;
	animation-delay: 0.3s;
}

.swiper-slide-txt h1 {
	font-size: 3.8vw;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 7%;
	animation-delay: 0.6s;
}


.swiper-slide-active h1,
.swiper-slide-active .banner-logo {
	animation-name: fadeInUp;
}

.banner-swiper .bannerimg {
	position: absolute;
	right: 5%;
	z-index: 10;
	bottom: 5%;
	text-align: center;
}

.banner-swiper .bannerimg img {
	max-width: 138px;

}

.banner-swiper .bannerimg p {
	font-size: 20px;
	color: #fff;
	letter-spacing: 4px;
	margin-top: 10px;
}

.index-banner-img {
	padding-top: 52%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
}


.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 5.5s ease;
}

.banner-pagination {
	position: absolute;
	bottom: 35px;
	left: 0;
	text-align: center;
	transition: 0.4s;
}

.banner-pagination span {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: 0.4s;
	background: #fff;
	opacity: 0.5;
}


.banner-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	border-radius: 8px;
	width: 29px;
}


/*banner*/


.inner-title {
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
	overflow: hidden;
}

.inner-title h2 {
	color: #313131;
	text-align: center;
	margin: auto;
	width: 96%;
	max-width: 1180px;
	font-size: 42px;
	font-weight: bold;
	position: relative;
	font-family: "Montserrat-Regular";
}

.inner-title p {
	font-size: 20px;
	width: 80%;
	max-width: 905px;
	text-align: center;
	position: relative;
	margin: 10px auto 0 auto;
}

.txt {
	font-size: 20px;
	line-height: 30px;
}

/*about_frame*/
.about_frame {
	width: 100%;
	padding: 110px 0;
	overflow: hidden;
	background: #fff;
}

.about_frame .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 50px;
}

.about_frame-txt {
	width: 48%;
	max-width: 675px;
	overflow: hidden;
}

.about_frame-txt p {
	font-size: 20px;
	line-height: 32px;
}

.about_frame-txt h3 {
	color: #002E5F;
	font-weight: bold;
	font-size: 28px;
	position: relative;
	font-family: "Montserrat-Regular";
	margin-bottom: 30px;
}

.about_frame-img {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.num-box {
	overflow: hidden;
	width: 100%;
}

.num-box ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
}

.num-box ul li {
	width: 23%;
	margin: 18px 1%;
	padding: 20px 10px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 3px 20px #DFDFDF;
	text-align: center;
}

.num-box ul li .con {
	width: 100%;
}

.num-box ul li .num {
	width: 100%;
	display: flex;
	justify-content: center;
}

.num-box ul li .counter {
	font-size: 72px;
	color: #0085CC;
	font-family: "Montserrat-Regular";
	font-weight: bold;
}

.num-box ul li em {
	font-size: 32px;
	font-style: normal;
	color: #0085CC;
}

.num-box ul li span {
	font-size: 20px;
	font-weight: 400;
	color: #5A5A5A;
	display: block;
}



.area_frame {
	width: 100%;
	padding: 80px 0 150px 0;
	overflow: hidden;
}


.area_frame .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.area-area {
	display: block;
	overflow: hidden;
	color: #fff;
	position: relative;
	width: 31.5%;
	margin: 20px 0;
}

.sampletest .area-area {
	width: 48%;
}

.area-area img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.area-area .text {
	position: absolute;
	width: 100%;
	height: 131px;
	bottom: 0;
	left: 0;
	font-size: 26px;
	text-align: center;
	z-index: 10;
	transition: 0.6s;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to top, rgba(0, 46, 95, .8), rgba(255, 255, 255, .001));
	flex-direction: column;

}

.area-area .text h3 {
	width: 100%;
	line-height: 1;
	padding: 0 10px;
}

.area-area .text p {
	width: 100%;
	font-size: 20px;
	display: none;
	padding: 25px 0 0 0;
}

.area-area:hover img {
	transform: scale(1.1, 1.1);
}

.area-area:hover p {
	display: block;
}

.area-area:hover .text {
	height: 100%;
	background: rgba(0, 133, 204, .9);
	color: #fff;
}





.applied_majors_frame {
	width: 100%;
	padding: 120px 0 150px 0;
	overflow: hidden;
	background: #fafafa;
}


.applied_majors_frame .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.area-content {
	display: block;
	overflow: hidden;
	color: #fff;
	position: relative;
	width: 33.333%;
}

.area-content img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.area-content .area-txt {
	position: absolute;
	bottom: 10%;
	left: 8%;
	z-index: 10;
	transition: 0.6s;
}

.area-content .area-txt h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.area-content .area-txt span {
	font-size: 18px;
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #fff;
}

.area-content:hover img {
	transform: scale(1.1, 1.1);
}

.area-content:hover span {
	background: #fff;
	color: #002E5F;
}



.consumables-list {
	width: 100%;
	padding: 120px 0;
}

.consumables-top {
	background: #0085CC;
	color: #fff;
}

.consumables-list ul {
	width: 100%;
}

.consumables-list ul li,
.consumables-top {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.consumables-top {
	font-size: 28px;
	padding: 12px 60px 12px 80px;
}

.form {
	width: 35%;
	margin: 0 0 30px auto;
	border: 1px solid #a9a9a9;
	display: flex;
	align-items: center;
	border-radius: 30px;
	overflow: hidden;
}

.form .input {
	width: 90%;
}

.form .input input {
	border: none;
	outline: none;
	line-height: 45px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 16px;
	color: #a9a9a9;
}

.form .search {
	width: 10%;
	height: 45px;
}

.form .search input {
	border: none;
	outline: none;
	line-height: 45px;
	width: 100%;
	background: url(../search.png) center no-repeat;
	background-size: inherit;
}

.consumables-list ul {
	max-height: 500px;
	overflow-y: auto;
}

.consumables-list ul li {
	font-size: 20px;
	padding: 16px 60px 16px 80px;
}

.consumables-list ul li:nth-child(even) {
	background: #f1f9fc;
}

.consumables-list ul li:nth-child(odd) {
	background: #fff;
}



.consumables-list .w01 {
	width: 40%;
}

.consumables-list .w02 {
	width: 20%;

}

.consumables-list .w03 {
	width: 20%;

}

.consumables-list .w04 {
	width: 11%;
}

.consumables-list .w05 {
	width: 11%;

}

.consumables-list .w06 {
	width: 8%;
}

.consumables-list .w07 {
	width: 20%;
}



.inner-why {
	width: 100%;
	padding: 155px 0;
	overflow: hidden;
	position: relative;
	background-image: url(../why.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.inner-why .inner-title {
	margin-bottom: 75px;
}

.inner-why .box {
	position: relative;
}

.inner-why ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-why ul li {
	width: 17.57%;
	background: #fff;
	padding: 45px 20px 50px 20px;
	text-align: center;
	position: relative;
}

.inner-why ul li h3 {
	width: 100%;
	padding: 15px 0 25px 0;
	text-align: center;
	font-size: 26px;
	color: #002E5F;
	font-weight: bold;
}

.inner-why ul li img {
	margin: 20px auto;
	max-width: 100%;
}

.inner-why ul li .txt span {
	font-size: 32px;
	color: #0085CC;
}




.inner-news {
	width: 100%;
	padding: 150px 0;
	overflow: hidden;
	background: #fff;
}

.news-slideTxtBox {
	width: 100%;
	position: relative;
	z-index: 20;
}

.news-hd {
	z-index: 10;
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	position: relative;
}

.news-hd ul {
	display: flex;
	flex-wrap: wrap;
}

.news-hd ul li {
	display: flex;
	flex-wrap: wrap;
	transition: 0.4s;
	cursor: pointer;
	font-size: 20px;
	line-height: 40px;
	position: relative;
	color: #5A5A5A;
	margin-right: 35px;
}

.news-hd ul li.on {
	color: #0085CC;
}

.news-hd .main-more {
	position: absolute;
	right: 0;
	top: 0;
}

.news-bd {
	width: 100%;
}

.news-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-list-tj {
	display: block;
	color: #fff;
}

.news-list-tj dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.news-list-tj dl dt {
	width: 66%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.news-list-tj dl dd {
	width: 32%;
	margin-left: 2%;
	color: #fff;
	padding: 40px 25px;
	background: #0085CC;
}

.news-list-tj dl dd .txt {
	margin-bottom: 40px;
	font-size: 18px;
}

.news-list .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}

.news-list .list a {
	width: 32%;
	margin: 10px 0;
	padding: 40px 25px;
	overflow: hidden;
	position: relative;
	display: block;
	z-index: 10;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.news-list .list a:nth-child(2) {
	margin: 10px 2%;
}

.news-time {
	font-size: 18px;
	transition: 0.3s;
}

.news-title {
	font-size: 20px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px 0 30px 0;
	position: relative;
	transition: 0.3s;
}

.news-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	font-size: 17px;
	border-radius: 50%;
	position: relative;
	font-style: normal;
	transition: 0.3s;
}

.news-list .list .news-time {
	color: #9F9F9F;
}

.news-list .list .news-title {
	color: #5a5a5a;
}

.news-list .list .news-icon {
	border: 1px solid #9F9F9F;
}

.news-list .list a:hover .news-title {
	color: #0085CC;
}

.news-list-tj .news-icon {
	border: 1px solid #fff;
}

.news-list-tj .news-icon img {
	filter: brightness(100);
}

.news-list .list a:hover .news-icon {
	background: #0085CC;
	border: 1px solid #0085CC;
}

.news-list .list a:hover img {
	filter: brightness(100);
}




.banner {
	margin-top: 80px;
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	background-size: auto 100%;
	background-position: center center;
}

.banner-content {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: 20;
	padding: 0 50px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: rgba(0, 0, 0, .35);
}


.banner h2 {
	font-size: 3.8vw;
	position: relative;
	font-family: "Montserrat-Regular";
	font-weight: bold;
}

.banner p {
	font-size: 28px;
	margin: 5px auto;
	max-width: 75%;
	position: relative;
}

.inner-banner-img {
	padding-top: 29%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



.inner-adv {
	width: 100%;
	height: 472px;
	color: #fff;
	overflow: hidden;
	position: relative;
	background-image: url(../adv-bng.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.inner-adv .box {
	font-size: 20px;
	line-height: 38px;
}



.inner-culture {
	width: 100%;
	padding: 150px 0;
	overflow: hidden;
	background: #fff;
}

.inner-culture .box {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-culture .box .culture-warp {
	display: block;
	width: 29%;
	color: #fff;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.culture-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	transition: 0.3s;
}

.culture-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20;
	transition: 0.3s;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	font-size: 28px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	text-align: center;
}

.culture-box h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 10%;
	width: 100%;
	z-index: 10;
}

.culture-box i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 106px;
	height: 106px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 20px;
	font-style: normal;
	text-align: center;
	position: absolute;
	bottom: 18%;
	left: 50%;
	margin-left: -53px;
	z-index: 10;
}

.inner-culture .box .culture-warp img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}


.inner-culture .box .culture-warp:hover img {
	transform: scale(1.2, 1.2);
}

.inner-culture .box .culture-warp:hover i {
	border: 1px solid rgba(245, 245, 245, .4);
	background: rgba(245, 245, 245, .4);
	transition: 0.3s;
}

.inner-culture .box .culture-warp:hover .culture-box {
	opacity: 0;
}

.inner-culture .box .culture-warp:hover .culture-content {
	opacity: 1;
}


.inner-team {
	width: 100%;
	padding: 40px 0 110px 0;
	overflow: hidden;
	background: #fff;
}

.inner-team ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-team ul li {
	width: 32.22%;
	background: #fff;
}

.inner-team ul li img {
	margin: auto;
}

.inner-team ul li h3 {
	font-size: 32px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 10px 0;
}

.inner-team ul li h4 {
	font-size: 20px;
	text-align: center;
}

.inner-team ul li .txt {
	padding: 40px 25px;
}




.inner-sustainable_development {
	width: 100%;
	padding: 10px 0 90px 0;
	overflow: hidden;
	background: #fff;
}

.inner-sustainable_development dl {
	width: 100%;
	margin-bottom: 120px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}

.inner-sustainable_development dl dt {
	width: 32.12%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.inner-sustainable_development dl dt video {
	width: 100%;
}

.inner-sustainable_development dl dd {
	width: 64.88%;
	margin-left: 3%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inner-sustainable_development dl dd h3 {
	font-size: 32px;
	width: 85%;
	margin-bottom: 40px;
	font-weight: bold;
	color: #333;
}

.main-more {
	overflow: hidden;
}

.main-more a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 38px;
	font-size: 18px;
	width: 185px;
	transition: 0.4s;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
}

.main-more a:hover {
	margin: 0 5px 0 0;
}

.main-more i {
	display: inline-block;
	width: 29px;
	height: 8px;
	transition: 0.3s;
	margin-left: 8px;
}


.bl-more-a {
	color: #0085CC;
	border: 1px solid #0085CC;
}

.white-more-a {
	color: #fff;
	border: 1px solid #fff;
}



/*.inner-maintenance*/
.service-icon {
	width: 100%;
	padding: 120px 0 90px 0;
	overflow: hidden;
	background: #fff;
}

.service-icon_box {
	background: #607d9b;
	padding: 55px 0;
}

.service-icon ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.service-icon ul li {
	width: 20%;
	max-width: 230px;
	transition: 0.3s;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
}

.service-icon ul li h3 {
	font-size: 32px;
	font-weight: bold;
	margin: 25px 0 15px 0;
}

.service-icon ul li img {
	margin: 0 auto;
}

.service-icon ul li:hover {}



/*service_Rental_Sales*/
.service_Rental_Sales {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 100px 0;
}

.service_Rental_Sales ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.service_Rental_Sales ul li {
	width: 48%;
	margin: 20px 0;
	padding: 40px 25px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
}

.service_Rental_Sales ul li h4 {
	font-size: 32px;
	color: #313131;
	font-weight: bold;
	text-align: center;
}

.service_Rental_Sales ul li .txt {
	margin: 25px 0;
	line-height: 35px;
}

.service_Rental_Sales ul li span {
	display: block;
	position: relative;
	padding-left: 34px;
	font-size: 20px;
	color: #231815;
}

.service_Rental_Sales ul li span::before {
	content: '';
	display: block;
	width: 25px;
	height: 18px;
	position: absolute;
	left: 0;
	z-index: 20;
	top: 50%;
	margin-top: -9px;
	background: url(../icon14.png);
}

.service_Rental_Sales dl {
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}

.service_Rental_Sales dl dt {
	width: 45.25%;
	float: right;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service_Rental_Sales dl dt img {
	width: 100%;
}

.service_Rental_Sales dl dd {
	width: 49%;
	float: left;
}


.service_Rental_Sales dl dd h4 {
	font-size: 32px;
	color: #231815;
	font-weight: bold;
}


.service_bj_rj {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 180px 0;
}

.service_bj_rj ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.service_bj_rj ul li {
	width: 25%;
	position: relative;
}

.service_bj_rj ul li img {
	width: 100%;
}

.service_bj_rj ul li .content {
	position: absolute;
	width: 100%;
	bottom: 55px;
	left: 0;
	font-size: 32px;
	z-index: 10;
	padding: 0 35px;
	transition: 0.6s;
	color: #fff;
	text-shadow: 0px 2px 3px #313131;
}

.service_bj_rj ul li .content h4 {
	font-weight: bold;
	margin-bottom: 5px;
}


.service_instrument {
	width: 100%;
	overflow: hidden;
	padding: 0 0 100px 0;
}

.service_instrument ul {
	width: 100%;
	overflow: hidden;
}

.service_instrument ul li {
	width: 100%;
	position: relative;
	background: #f2f4f7;
	padding: 75px 60px;
	margin-bottom: 80px;
}

.service_instrument ul li h4 {
	font-size: 32px;
	font-weight: bold;
	color: #002E5F;
	margin-bottom: 30px;
}

.service_instrument ul li span {
	display: block;
	position: relative;
	padding-left: 34px;
	font-size: 20px;
	color: #231815;
}

.service_instrument ul li span::before {
	content: '';
	display: block;
	width: 25px;
	height: 18px;
	position: absolute;
	left: 0;
	z-index: 20;
	top: 50%;
	margin-top: -9px;
	background: url(../icon14.png);
}


.maintenance-system {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 290px 0;
}

.maintenance-system dl {
	width: 100%;
	margin-top: 100px;
	position: relative;
}

.maintenance-system dl dt {
	width: 72.23%;
	overflow: hidden;
	position: relative;
}

.maintenance-system dl dt img {
	width: 100%;
}


.maintenance-system dl dd {
	width: 49.9%;

	position: absolute;
	bottom: -17%;
	right: 0;
}

.maintenance-system dl dd h1,
.maintenance-system dl dd h3 {
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: bold;
}

.maintenance-system dl dd h3 {
	color: #002E5F;
}


.maintenance-system dl dd h1 {
	color: #0085CC;
}

.repair-dd_content {
	color: #2a2a2a;
	padding: 85px 75px;
	background: rgba(245, 245, 245, .9);
}

.contact-dd_content {
	background: #fff;
	padding: 85px 75px;
	box-shadow: 0px 2px 10px 1px #DFDFDF;
}

.contact-dd_content h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

.backgroundf8 {
	background: #f8f8f8;
}

/*.inner-maintenance*/
.maintenance-service {
	width: 100%;
	padding: 120px 0 200px 0;
	overflow: hidden;
	background-image: url(../maintenance-service.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.maintenance-service ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.maintenance-service ul li {
	background-color: #fff;
	width: 29.05%;
	box-shadow: 0 0 20px #DFDFDF;
	border-bottom: 3px solid #fff;
	transition: 0.3s;
}

.maintenance-service ul li a {
	display: block;
	padding: 85px 10px;
	text-align: center;
}


.maintenance-service ul li h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #231815;
	margin: 40px 0 20px 0;
}


.maintenance-service ul li img {
	margin: 0 auto;
}

.maintenance-service ul li:hover {
	border-bottom: 3px solid #0085CC;
}


.service-model {
	width: 100%;
	padding: 150px 0;
	overflow: hidden;
	background: #fff;
}



.service-model ul li {
	padding: 95px 120px;
	font-size: 48px;
	color: #fff;
	background-size: cover;
	margin-bottom: 100px;
	box-shadow: 0 3px 20px rgba(223, 223, 223, .16);
}







.inner-maintenance-cases {
	width: 100%;
	overflow: hidden;
	padding: 85px 0 90px 0;
	background-image: url(../case-bj.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}



.maintenance-cases ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.maintenance-cases ul li {
	background-color: #fff;
	width: 31.08%;
	margin: 10px 0;
}

.maintenance-cases ul li .box {
	position: relative;
}

.maintenance-cases ul li h4 {
	padding: 20px 20px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: url(../icon03.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: 10;
}

.maintenance-cases ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.maintenance-cases ul li .content {
	width: 100%;
	padding: 40px 30px;
	overflow: hidden;
	background: #F9FDFF;
}

.maintenance-cases ul li:hover img {
	transform: scale(1.2, 1.2);
}

.maintenance-cases ul li .content h5 {
	font-weight: bold;
	font-size: 20px;
}

.inner-maintenance-cases .main-more {
	float: right;
	margin-top: 40px;
}


.inner-cases {
	width: 100%;
	padding: 150px 0;
	overflow: hidden;
	background: #fff;
}


.maintenance-customers {
	width: 100%;
	padding: 150px 0;
	overflow: hidden;
	background: #fff;
}

.maintenance-customers ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.panter-customers {
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}

.maintenance-customers ul li {
	background-color: #fff;
	width: 23.85%;
	padding: 20px 5px;
	margin: 10px 0.575%;
	box-shadow: 0 0 10px rgba(101, 101, 101, .16);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.maintenance-customers ul li img {
	margin: 0 auto;
	max-width: 100%;
}





.service_point {
	width: 100%;
	padding-bottom: 150px;
	overflow: hidden;
	background: #fff;
}

.service_point ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service_point ul li {
	background-color: #fff;
	width: 48.8%;
	margin: 25px 0;
	box-shadow: 0 0 10px rgba(101, 101, 101, .16);
}

.service_point ul li .box {
	position: relative;
}

.service_point ul li img {
	width: 100%;
}

.service_point ul li h3 {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	font-size: 32px;
	text-align: center;
	z-index: 10;
	transition: 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;

}

.service_point ul li .txt {
	padding: 45px 60px;
}

.service_point ul li .txt p {
	margin: 20px 0;
}

/*.inner-service*/
.inner-service {
	width: 100%;
	padding: 150px 0;
	overflow: hidden;
	background: #fff;
}


.inner-service .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-content {
	display: block;
	overflow: hidden;
	color: #fff;
	position: relative;
	margin-top: 20px;
}

.service-w1 {
	width: 66%;
}

.service-w2 {
	width: 32%;
	margin-left: 2%;
}

.service-w3,
.service-w4,
.service-w4 {
	width: 32%;
}

.service-content img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.service-content .service-txt {
	position: absolute;
	top: 10%;
	left: 5%;
	z-index: 10;
	transition: 0.6s;
}

.service-content .service-txt h3 {
	font-size: 32px;
}

.service-content .service-txt span {
	font-size: 20px;
	text-transform: uppercase;
}

.service-content:hover img {
	transform: scale(1.1, 1.1);
}


.service-form {
	width: 100%;
	overflow: hidden;
	padding: 210px 0;
	background-image: url(../service-form.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.service-form .box {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-form-txt {
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service-form-txt h3 {
	font-size: 42px;
	color: #fff;
	margin: 10px 0;
	font-weight: bold;
}

.service-form-form {
	width: 64.8%;
	background: #fff;
	padding: 45px 75px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.service-form-form ul {
	width: 100%;
	color: #373636;
	overflow: hidden;
}

.service-form-form h2 {
	font-size: 42px;
	color: #313131;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}

.service-form-form ul li {
	overflow: hidden;
	margin: 10px 1%;
	float: left;
	position: relative;
	width: 48%;
}

.service-form-form ul li input {
	line-height: 60px;
	width: 100%;
	font-size: 20px;
	padding: 0 10px;
	color: #9F9F9F;
	font-weight: 300;
	background: #fff;
	border: 1px solid #DFDFDF;
	position: relative;
}


.service-form-form ul li input::placeholder {
	color: #9F9F9F;
}

.service-form-form ul li textarea::placeholder {
	color: #9F9F9F;
}

.service-form-form ul li .button {
	width: 37%;
	max-width: 250px;
	display: block;
	margin: 10px auto;
	color: #ffffff;
	border: 0;
	line-height: 50px;
	font-size: 20px;
	border-radius: 0;
	padding: 0 15px;
	background: #0085CC;
}


.service-form-form input::placeholder {
	color: #999999;
}

.service-equipment {
	width: 100%;
	overflow: hidden;
	padding: 150px 0 0 0;

}

.equipment-box {
	padding-top: 50px;
}

.equipment-box dl {
	width: 100%;
	margin-bottom: 220px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.equipment-box dl dt {
	width: 48%;
	overflow: hidden;
	position: relative;
}

.equipment-box dl dt img {
	width: 100%;
}


.equipment-box dl dd {
	width: 50%;
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	background: #fff;
	color: #2a2a2a;
	font-size: 25px;
	line-height: 32px;
}


.equipment-box dl dd h4 {
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #0085CC;
}

.equipment-box dl dd span {
	font-size: 30px;
	display: block;
	margin-bottom: 20px;
	color: #231815;
	font-weight: bold;
}

.equipment-box dl dd p {
	font-size: 20px;
	color: #5a5a5a;
	margin-bottom: 30px;
}


.equipment-box dl dd img {
	margin: 0 auto;
}

.equipment-box dl:nth-child(odd) dd {
	right: 0;
}

.equipment-box dl:nth-child(even) dd {
	left: 0;
}

.equipment-box dl:nth-child(even) dt {
	float: right;
}

.news-box {
	padding: 100px 0 120px 0;
}

.news-class {
	margin-bottom: 55px;
	padding: 25px 0;
	border-bottom: 1px solid #dfdfdf;
}

.news-class a {
	text-align: center;
	display: inline-block;
	font-size: 20px;
	color: #5a5a5a;
	margin-right: 50px;
	position: relative;
}

.news-class a:hover {
	color: #0085CC;
}

.news-class a.on,
.news-class a.choose {
	color: #0085CC;
}


.news-news dl {
	width: 100%;
	margin-bottom: 40px;
}

.news-news dl a {
	padding: 40px 40px;
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #333333;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #f6f7f9;
	transition: 0.3s;
}

.news-news dl dt {
	width: 28.5%;
	float: left;
	overflow: hidden;
	text-align: center;
}

.news-news dl dt img {
	width: 100%;
}

.news-news dl dd {
	width: 66.5%;
	margin-left: 5%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.news-news dl dd h4 {
	font-size: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #0085CC;
}

.news-news dl dd span {
	font-size: 20px;
	line-height: 30px;
}

.news-news dl dd p {
	font-size: 18px;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-news .news-txt {
	width: 85%;
	float: left;

}

.news-news .icon {
	width: 10%;
	margin-left: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-news .icon i {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	width: 54px;
	height: 54px;
	background: #F8F8F9;

}

.news-news dl a:hover {
	background: #F8F8F9;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.news-news dl a:hover i {
	background: #0085CC url(../icon10.png);
}

.news-news dl a:hover .icon i img {
	filter: brightness(100);
}


.news-detail {
	width: 100%;
	background: #fff;
	padding: 120px 0 180px 0;
	overflow: hidden;
}


.news-detail h2 {
	width: 100%;
	text-align: center;
	font-size: 42px;
	color: #000;
	padding: 19px 40px;
}



.news-detail .news-intro {
	width: 100%;
	padding-top: 50px;
	line-height: 38px;
	font-size: 18px;
	color: #333;
}

.news-detail .news-intro h3 {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.news-detail .news-intro p {
	padding: 5px 0;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 10px auto;
}


.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 5px;
	font-size: 15px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
}

.qt-pagination .active,
.qt-pagination a:hover {
	background: #29a1dd;
	color: #fff;
	border: 1px solid #29a1dd;
}




.inner-repair-port {
	width: 100%;
	padding: 110px 0 190px 0;
	overflow: hidden;
	background: #fff;
}

.inner-repair-port ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-repair-port ul li {
	position: relative;
	width: 48%;
	margin: 20px 0;
	background: #fff;
	padding: 25px 25px;
	box-shadow: 0px 2px 10px 1px #DFDFDF;
}

.inner-repair-port ul li dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.inner-repair-port ul li dl dt {
	width: 25%;
	margin-right: 2%;
}

.inner-repair-port ul li dl dd {
	width: 73%;

}

.inner-repair-port ul li dl dt img {
	width: 100%;
}

.inner-repair-port ul li h3 {
	font-size: 35px;
	font-weight: bold;
	color: #0085CC;
	margin-bottom: 15px;
}

.inner-repair-port ul li .content {
	font-size: 20px;
}

.inner-repair-port ul li a:hover {
	color: #0085CC;
}




.inner-repair-client {
	width: 100%;
	overflow: hidden;
	padding: 190px 0;
	background-image: url(../repair-client.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.inner-repair-client ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.inner-repair-client ul li {
	background-color: #fff;
	width: 29.5%;
	box-shadow: 0 3 20px #DFDFDF;
	border-bottom: 3px solid #fff;
	transition: 0.3s;
	margin: 10px 0;
	padding: 60px 10px;
	text-align: center;
}

.inner-repair-client ul li:nth-child(2) {
	margin: 10px 5.75%;
}


.inner-repair-client ul li h2 {
	font-size: 42px;
	font-weight: bold;
	color: #313131;
}

.inner-repair-client ul li .txt {
	margin-top: 20px;
}

.inner-repair-client ul li span {
	color: #0085CC;
}

.inner-repair-client ul li img {
	margin: 40px auto 65px auto;
	max-width: 30%;
}



.inner-repair-process {
	width: 100%;
	padding: 110px 0;
	overflow: hidden;
	background: #f2f4f7;
}

.inner-repair-process .box {
	padding: 0 45px;
}


.inner-repair-process ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
	z-index: 50;
}

.inner-repair-process ul li {
	transition: 0.3s;
	text-align: center;
	margin: 40px 0;
	padding: 65px 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-repair-process ul li.w1 {
	width: 20.5%;
	background: #fff;
	box-shadow: 0px 2px 10px 1px #DFDFDF;
}

.inner-repair-process ul li.w2 {
	font-size: 30px;
	color: #0085CC;
	width: 6%;
}

.inner-repair-process ul li i span {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: block;
	background: #0085CC;
	position: relative;
	border: 19px solid #fff;
	z-index: 100;
}



.inner-repair-process ul li h2 {
	font-size: 32px;
	font-weight: bold;
	color: #231815;
}


.inner-repair-process ul li img {
	margin: 35px auto;
	max-width: 105px;
}

.inner-repair-process ul li:nth-child(8),
.inner-repair-process ul li:nth-child(14) {
	display: none;
}



.inner-repair-benefit {
	width: 100%;
	padding: 110px 0 190px 0;
	overflow: hidden;
	background: #fff;
}



.inner-repair-benefit dl {
	width: 100%;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.inner-repair-benefit dl dt {
	width: 40.12%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.inner-repair-benefit dl dt .benefit-sj {
	width: 26px;
	height: 100%;
	background-image: url(../benefit-sanjiao.png);
	position: absolute;
	right: 0;
	z-index: 10;
	top: 0;
}

.inner-repair-benefit dl dd {
	width: 59.88%;
	padding: 0 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inner-repair-benefit dl dd h3 {
	font-size: 42px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #0085CC;
}





.dowin_list_frame {
	width: 100%;
	padding: 110px 0 10px 0;
	overflow: hidden;
	background: #fff;
}

.dowin_list_box {
	border: 1px solid #dfdfdf;
}

.dowin-top-title {
	background: #f8f8f8;
	color: #313131;
}

.dowin-list ul {
	width: 100%;
}

.dowin-list ul li,
.dowin-top-title {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.dowin-top-title {
	font-size: 20px;
	font-weight: bold;
	padding: 17px 50px;
}

.dowin-list ul li {
	font-size: 18px;
	line-height: 35px;
	padding: 15px 50px;
	border-bottom: 1px solid #dfdfdf;
}

.dowin-list ul li span {
	color: #002E5F;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding-left: 35px;
}

.dowin-list ul li span::before {
	content: "";
	display: block;
	width: 27px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
	z-index: 10;
	background-image: url(../icon12.jpg);
	background-size: 100%;
}

.dowin-list ul li a {
	display: inline-block;
	padding: 0 25px;
	color: #fff;
	background: #0085CC;
	border-radius: 30px;
}

.dowin-list ul li:last-child {
	border: 0;
}

.dowin_list_frame .w01 {
	width: 60%;
}

.dowin_list_frame .w02 {
	width: 30%;

}

.dowin_list_frame .w03 {
	width: 10%;

}






.contact_frame {
	width: 100%;
	padding: 150px 0;
	overflow: hidden;
	background: #fff;
}

.contact-content {
	width: 38%;
	float: left;
}

.contact-content h1 {
	font-size: 32px;
	line-height: 60px;
	color: #313131;
	margin-bottom: 30px;
}

.contact-content .txt {
	padding-bottom: 50px;
	border-bottom: 1px solid #DFDFDF;
}

.contact-content .txt p {
	margin-bottom: 20px;
}

.link-icon {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.link-icon a {
	display: inline-block;
	margin-right: 20px;
}

.contact-form {
	width: 55%;
	float: right;
}


.contact-form ul {
	width: 100%;
	overflow: hidden;
}

.contact-form ul li {
	overflow: hidden;
	float: left;
	margin: 0 1% 25px 1%;
	position: relative;
}

.contact-form ul li span {
	font-size: 20px;
	color: #5a5a5a;
	display: block;
	margin-bottom: 15px;
}

.contact-form ul li i {
	color: #d80000;
	font-style: normal;
}

.contact-form ul li.w25 {
	width: 48%;

}

.contact-form ul li.w100 {
	width: 98%;
}

.contact-form ul li input {
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	color: #999999;
	padding: 10px 10px;
	font-weight: 300;
	background: #F8F8F9;
	border: 1px solid #dfdfdf;
	position: relative;
}

.contact-form ul li textarea {
	width: 100%;
	line-height: 40px;
	padding: 10px 10px;
	font-size: 16px;
	background: #F8F8F9;
	border: 1px solid #dfdfdf;
	position: relative;
}

.contact-form ul li input::placeholder {
	color: #5a5a5a;
}

.contact-form ul li textarea::placeholder {
	color: #5a5a5a;
}

.contact-form ul li .button {
	width: 100%;
	max-width: 150px;
	display: block;
	margin: 10px 0;
	color: #ffffff;
	border: 0;
	line-height: 30px;
	font-size: 24px;
	border-radius: 30px;
	padding: 17px 15px;
	background: #0085CC;
}


.contact-form input::placeholder {
	color: #999999;
}


.contact_adv {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
	background-image: url(../contact_adv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
}

.contact_adv h1 {
	font-size: 42px;
	font-weight: bold;
}

.contact_adv h3 {
	font-size: 32px;
	margin-top: 30px;
}


.join_list_frame {
	width: 100%;
	padding: 150px 0;
	overflow: hidden;
	background: #fff;
}

.join_memo {
	font-size: 20px;
	text-align: center;
	color: #5a5a5a;
	margin-bottom: 80px;
}


.join_memo a {
	display: inline-block;
	margin: 0 50px;
	color: #5a5a5a;
}

.join_memo a:hover {
	color: #0085CC;
}


.join-list ul {
	width: 100%;
	overflow: hidden;
}

.join-list ul li {
	width: 100%;
	overflow: hidden;

}

.join_prop {
	width: 100%;
	font-size: 20px;
	padding: 17px 0;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
}

.join_prop span {
	color: #002E5F;
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.join_prop .w01 {
	float: left;
	margin-right: 50px;
}

.join_prop .w02 {
	float: left;

}

.join_prop .w03 {
	float: right;
	font-size: 20px;

}

.join_content {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	font-size: 20px;
}

.join_content .txt h3 {
	font-weight: bold;
	color: #313131;
}

.join_content .txt {
	line-height: 48px;
}


.foot-box {
	width: 100%;
	background: #0085CC;
	padding: 55px 0;
	position: relative;
}

.foot-box::before {
	content: "";
	display: block;
	width: 196px;
	height: 122px;
	position: absolute;
	top: -42px;
	right: 3%;
	z-index: 10;
	background-image: url(../icon06.png);
	background-size: 100%;

}

.foot-box .section {
	overflow: hidden;
}

.foot-logo {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.foot-logo img {
	max-width: 100%;
}


.foot-menu {
	width: 68%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.foot-box h3 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.foot_contlis {
	width: 22%;
	margin-right: 3%;
}

.foot_contlis .menu-ul {
	overflow: hidden;
}


.foot-menu ul li {
	width: 100%;
	font-size: 16px;
	margin: 5px 0;
}


.foot-menu ul li a {
	color: #fff;
	font-weight: 200;
	opacity: 0.6;
}

.foot-menu ul li a:hover {
	opacity: 1;
}

.foot-wechat {
	width: 30%;
	float: right;
}

.foot-wechat .img {
	width: 467px;
	margin-bottom: 30px;
	color: #fff;
}

.foot-wechat .img dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.foot-wechat .img dl dt {
	width: 25%;
}


.foot-wechat .img dl dt img {
	width: 100%;
}

.foot-wechat .img dl dd {
	width: 71%;
	margin-left: 4%;
}


.foot-wechat .img dl dd h4 {
	font-size: 20px;

}

.foot-wechat .img dl dd h5 {
	font-size: 32px;
}

.foot-wechat .img p {
	font-size: 18px;
	color: #fff;
	font-weight: 200;
	opacity: 0.8;
}


.foot-copyright {
	width: 100%;
	padding: 2px 0 10px 0;
	overflow: hidden;
	line-height: 25px;
	background: #0085CC;
	color: #fff;
	font-size: 16px;

}

.foot-copyright .section {
	padding: 15px 0;
}

.foot-copyright a,
.foot-copyright p {
	color: #fff;
	font-weight: 200;
	opacity: 0.6;
}

.foot-copyright a:hover {
	opacity: 1;
}


.cd-top {
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 1%;
	right: 5px;
	overflow: hidden;
	background: #fff;
	transition: all 0.3s;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	box-shadow: 0 0 10px #888;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #b72d38;
	opacity: 1;
}

.repairimg {
	position: fixed;
	right: 2%;
	bottom: 15%;
	text-align: center;
	z-index: 999;
	background: #fff;
	max-width: 138px;
	padding: 10px 10px 0 10px;
}

.repairimg img {
	width: 100%;
}

.repairimg p {
	font-size: 16px;
	color: #000;
	margin: 5px 0;
}

@media (max-width:1750px) {
	.header-content {
		width: 1280px;
	}
}


@media (max-width:1640px) {
	.header-content {
		width: 1080px;
	}

	.news-detail h2 {
		font-size: 36px;
	}
}

@media (max-width:1420px) {

	.header-tel a.tel-link {
		font-size: 18px;
	}

	.header-content {
		width: 980px;
	}

	.header .menu ul li a {
		font-size: 20px;
	}

	.num-box ul li .counter {
		font-size: 58px;
	}

	.inner-why ul li h3 {
		font-size: 28px;
	}

	.txt {
		font-size: 20px;
	}

	.form {
		width: 30%;
	}

	.form .input input {
		font-size: 18px;
	}

	.header {
		padding: 0 350px 0 200px;
	}
}

@media (max-width:1340px) {




	.swiper-slide-txt h1 {
		font-size: 3.2vw;
		margin-top: 3%;
	}

	.about_frame {
		padding: 80px 0;
	}

	.area_frame {
		padding: 80px 0;
	}

	.applied_majors_frame {
		padding: 80px 0;
	}

	.consumables-list {
		padding: 80px 0;
	}

	.inner-why {
		padding: 80px 0;
	}

	.inner-why ul li {
		width: 19%;
	}

	.inner-news {
		padding: 80px 0;
	}



	.inner-culture {
		padding: 80px 0;
	}

	.inner-team {
		padding: 40px 0 80px 0;
	}

	.inner-sustainable_development dl dd h3 {
		font-size: 26px;
	}

	.inner-sustainable_development {
		padding: 10px 0 80px 0;
	}

	.service-icon {
		padding: 80px 0;
	}

	.service_Rental_Sales {
		padding: 30px 0 80px 0;
	}

	.service_bj_rj {
		padding: 80px 0;
	}

	.maintenance-system {
		width: 100%;
		overflow: hidden;
		padding: 90px 0 190px 0;
	}

	.inner-repair-client {
		padding: 80px 0;
	}

	.inner-repair-port {
		padding: 90px 0;
	}

	.inner-repair-port ul li {
		padding-bottom: 80px;
	}

	.inner-repair-process {
		padding: 80px 0;
	}

	.inner-repair-benefit {
		padding: 80px 0 140px 0;
	}

	.service-form {
		padding: 110px 0;
	}

	.service-form-txt h3 {
		font-size: 34px;
	}

	.service-form-form {
		padding: 30px 40px;
	}

	.service-equipment {
		padding: 80px 0 0 0;
	}

	.equipment-box dl dd span {
		margin-bottom: 10px;
	}

	.equipment-box dl dd h4 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.equipment-box dl {
		margin-bottom: 110px;
	}

	.maintenance-customers {
		padding: 80px 0;
	}

	.news-box {
		padding: 80px 0 100px 0;
	}

	.news-detail {
		padding: 80px 0 140px 0;
	}

	.news-detail h2 {
		font-size: 28px;
	}

	.contact_frame {
		padding: 80px 0;
	}

	.join_list_frame {
		width: 100%;
		padding: 80px 0;
	}
}

@media (max-width:1230px) {
	.header-content {
		width: 780px;
	}

	.header-tel a.tel-link {
		font-size: 16px;
	}



	.consumables-top {
		font-size: 24px;
		padding: 9px 40px 9px 40px;
	}

	.consumables-list ul li {
		font-size: 22px;
		padding: 16px 40px 16px 40px;
	}

	.txt {
		font-size: 16px;
	}

	.service_bj_rj ul li .content {
		font-size: 26px;
	}

	.maintenance-system dl dd h1,
	.maintenance-system dl dd h3 {
		font-size: 26px;
	}

	.inner-repair-process ul li h2 {
		font-size: 22px;
	}

	.equipment-box dl dd span {
		margin-bottom: 5px;
		font-size: 18px;
	}

	.equipment-box dl dd h4 {
		font-size: 24px;
		margin-bottom: 10px;
	}
}

@media (max-width:1120px) {
	.con-content-title {
		font-size: 26px;
	}

	.banner-swiper {
		margin-top: 70px;
	}

	.header .menu ul li a {
		font-size: 18px;
	}

	.header .menu ul li a.menu-a::before {
		display: none;
	}

	.con-content-title,
	.con-content-list {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.main-contact {
		width: 100%;
		overflow: hidden;
		margin: 50px 0 60px 0;
		padding: 55px 40px;
		border-radius: 20px;
	}

	.main-contact .con-content .box {
		margin-bottom: 55px;
	}

	.language_content {
		right: 54px;
		top: 15px;
	}

	.header {
		height: 70px;
		background: #000;
		padding: 0 20px;
	}

	.header .section {
		width: 100%;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #000;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	.fixnav .menu ul li.on a,
	.header .menu ul li.on a,
	.header .menu ul li a:hover {
		color: #fff;
	}

	.header .menu ul li:nth-child(2),
	.header .menu ul li:nth-child(3),
	.header .menu ul li:nth-child(4) {
		padding: 0;
	}

	.header .menu ul li a.menu-a {
		padding: 0;
		line-height: 55px;
		color: #fff;
		display: inline-block;
	}

	.header .menu ul li a.menu-a {
		margin-left: 20px;
	}

	.header .menu ul li:nth-child(2):after,
	.header .menu ul li:nth-child(3):after,
	.header .menu ul li:nth-child(4):after {
		right: 20px;
		left: auto;
		top: 23px;
		width: 10px;
		height: 6px;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		padding: 20px 20px;
		background: #68abe4;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .menu li .drop li a {
		color: #fff;
	}

	.header .logo {
		height: 70px;
		left: 20px;
	}

	.header-tel {
		display: none;
	}

	.banner-swiper .bannerimg {
		display: none;
	}

	.num-box ul li .counter {
		font-size: 48px;
	}

	.inner-title {
		margin-bottom: 40px;
	}

	.area-area {
		width: 48%;
	}

	.area-content {
		width: 50%;
	}

	.inner-title h2 {
		font-size: 32px;
	}

	.consumables-list ul li {
		font-size: 20px;
	}

	.form .input {
		width: 85%;
	}

	.form .search {
		width: 15%;
	}

	.inner-why ul li {
		width: 30%;
		margin: 0 1% 20px 1%;
	}

	.inner-why ul {
		justify-content: center;
	}

	.news-list-tj {
		width: 100%;
	}

	.news-list-tj dl dt {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.news-list-tj dl dd {
		width: 100%;
		margin-left: 0%;
	}

	.news-title {
		font-size: 20px;
	}



	.banner {
		margin-top: 70px;
	}

	.about_frame-txt p {
		font-size: 20px;
		line-height: 36px;
	}

	.inner-culture .box .culture-warp {
		width: 32%;
	}

	.inner-team ul li img {
		width: 100%;
	}

	.inner-sustainable_development dl {
		margin-bottom: 80px;
	}

	.inner-sustainable_development dl dd h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.service-icon ul li h3 {
		font-size: 26px;
	}

	.form {
		width: 45%;
	}

	.consumables-top {
		font-size: 20px;
		padding: 9px 20px 9px 20px;
	}

	.consumables-list ul li {
		font-size: 18px;
		padding: 16px 20px 16px 20px;
	}

	.service_bj_rj ul li {
		width: 50%;
	}

	.repair-dd_content {
		padding: 25px 25px;
	}

	.maintenance-system dl dd {
		width: 55%;
	}

	.inner-repair-port ul li h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.inner-repair-port ul li .content {
		font-size: 22px;
	}

	.inner-repair-port ul li dl dt {
		max-width: 140px;
	}

	.inner-repair-process ul li img {
		max-width: 50px;
	}

	.inner-repair-process ul li h2 {
		font-size: 16px;
	}

	.banner p {
		font-size: 22px;
	}

	.service-form-txt h3 {
		font-size: 24px;
	}

	.area-area .text {
		font-size: 24px;
	}

	.service-form-form h2 {
		font-size: 32px;
	}

	.service-form-form {
		padding: 30px 20px;
	}

	.service-form-form ul li input {
		line-height: 50px;
		font-size: 20px;
	}

	.equipment-box dl dd h4 {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.equipment-box dl dd span {
		font-size: 18px !important;
	}

	.equipment-box dl {
		padding: 0 0 60px 0;
	}

	.maintenance-customers ul li {
		width: 32%;
	}

	.dowin-list ul li a {
		font-size: 16px;
		padding: 0 15px;
	}

	.contact-content h1 {
		font-size: 26px;
	}

	.contact-dd_content {
		padding: 30px 20px;
	}

	.maintenance-system dl dd {
		width: 42%;
	}

	.inner-repair-process .box {
		padding: 0 0px;
	}

	.inner-repair-process ul li:nth-child(8),
	.inner-repair-process ul li:nth-child(14) {
		display: flex;
	}

	.inner-repair-process ul li.w1 {
		width: 42.5%;
	}

	.inner-repair-process ul li:last-child {
		display: none;
	}
}

@media (max-width:856px) {


	.banner-logo {
		max-width: 220px;
	}

	.banner-pagination {
		bottom: 8px;
	}

	.area_frame {
		padding: 40px 0;
	}



	.applied_majors_frame {
		padding: 40px 0;
	}

	.area-content {
		width: 100%;
	}

	.consumables-list {
		padding: 40px 0;
	}

	.form {
		width: 100%;
	}

	.consumables-list ul li {
		font-size: 14px;
		padding: 16px 10px 16px 10px;
	}

	.consumables-top {
		font-size: 18px;
		padding: 9px 10px 9px 10px;
	}

	.news-hd .main-more {
		display: none;
	}

	.news-list .list a {
		width: 100%;
		;
	}

	.banner p {
		font-size: 13px;
	}

	.about_frame {
		padding: 40px 0;
	}

	.about_frame-txt {
		width: 100%;
	}

	.num-box ul li {
		width: 48%;
	}

	.inner-adv {
		height: auto;
		padding: 30px 0;
	}

	.inner-culture .box .culture-warp {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.inner-team ul li {
		width: 100%;
	}

	.inner-team ul li .box {
		width: 30%;
		margin: 0 auto;
	}

	.inner-sustainable_development dl dt {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.inner-sustainable_development dl dd {
		width: 100%;
		margin-left: 0%;
	}

	.inner-team {
		padding: 40px 0 40px 0;
	}

	.inner-sustainable_development dl {
		margin-bottom: 40px;
	}

	.inner-sustainable_development {
		padding: 10px 0 40px 0;
	}

	.inner-why {
		padding: 40px 0;
	}

	.inner-why ul li {
		width: 100%;
	}

	.foot-menu {
		width: 100%;
	}

	.foot_contlis {
		margin: 10px 1% 10px 0;
		width: 24%;
	}

	.foot-wechat {
		width: 100%;
		margin-top: 30px;
		overflow: hidden;
	}

	.foot-box {
		padding: 55px 0 30px;
	}

	.inner-title h2 {
		font-size: 24px;
	}

	.service-icon {
		padding: 40px 0;
	}

	.service-icon ul li {
		width: 48%;
	}

	.service_Rental_Sales ul li {
		width: 100%;
	}

	.service_Rental_Sales dl {
		margin-top: 20px;
	}

	.service_Rental_Sales dl dt {
		width: 100%;
	}

	.service_Rental_Sales dl dd {
		width: 100%;
		margin: 20px 0;
	}

	.service_Rental_Sales dl dd h4 {
		font-size: 26px;
	}

	.service_Rental_Sales {
		padding: 30px 0 40px 0;
	}

	.service_bj_rj {
		padding: 40px 0;
	}

	.service_bj_rj ul li .content {
		font-size: 18px;
	}

	.service_instrument ul li {
		padding: 35px 30px;
		margin-bottom: 40px;
	}

	.service_instrument ul li span {
		font-size: 20px;
	}

	.maintenance-system {
		padding: 40px 0 40px 0;
	}

	.maintenance-system dl {
		margin-top: 40px;
	}

	.maintenance-system dl dt {
		width: 100%;
	}

	.maintenance-system dl dd {
		width: 100%;
		position: unset;
	}

	.inner-repair-client ul li h2 {
		font-size: 25px;
	}

	.inner-repair-client ul li {
		width: 100%;
		margin: 10px 0;
		padding: 30px 10px;
	}

	.inner-repair-client ul li:nth-child(2) {
		margin: 10px 0;
	}

	.inner-repair-client ul li img {
		margin: 20px auto 20px auto;
		max-width: 20%;
	}

	.inner-repair-port {
		padding: 40px 0;
	}

	.inner-repair-port .inner-title {
		margin-bottom: 40px;
	}

	.inner-repair-port ul li h3 {
		font-size: 24px;
	}

	.inner-repair-process {
		padding: 40px 0;
	}

	.inner-repair-benefit {
		padding: 40px 0 40px 0;
	}

	.inner-repair-benefit dl dd {
		padding: 0 20px;
	}

	.inner-repair-benefit dl dd h3 {
		font-size: 28px;
	}

	.sampletest .area-area {
		width: 100%;
	}

	.service-form-txt {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.service-form {
		padding: 40px 0;
	}

	.service-form-form {
		width: 100%;
	}

	.service-form-form h2 {
		font-size: 26px;
	}

	.service-equipment {
		padding: 40px 0 0 0;
	}

	.equipment-box {
		padding-top: 0px;
	}

	.equipment-box dl dt {
		width: 100%;
	}

	.equipment-box dl {
		margin-bottom: 40px;
		flex-wrap: wrap;
		padding: 0;
	}

	.equipment-box dl dd {
		width: 100%;
		position: unset;
	}

	.maintenance-customers {
		padding: 40px 0;
	}

	.maintenance-customers ul li {
		width: 31%;
		padding: 8px 5px;
	}

	.service_point ul li {
		width: 100%;
	}

	.service_point ul li .txt {
		padding: 20px 30px;
	}

	.service_point ul li .txt p {
		margin: 10px 0;
	}

	.news-box {
		padding: 40px 0;
	}

	.news-class a {
		font-size: 20px;
		margin-right: 20px;
	}

	.news-news dl dt {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.news-news dl dd {
		width: 100%;
		margin-left: 0%;
	}

	.news-news .news-txt {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.news-news .icon {
		width: 20%;
		margin: 0 auto;
	}

	.news-detail {
		padding: 40px 0;
	}

	.news-detail h2 {
		font-size: 20px;
		padding: 0 2px;
	}

	.news-detail .news-intro {
		padding-top: 20px;
	}

	.dowin_list_frame {
		padding: 40px 0 10px 0;
	}

	.dowin-top-title {
		font-size: 20px;
		padding: 17px 15px;
	}

	.dowin-list ul li {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 15px;
		align-items: center;
	}

	.dowin-list ul li span {
		font-size: 16px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		line-height: 32px;
	}

	.dowin_list_frame .w01 {
		width: 45%;
	}

	.dowin_list_frame .w03 {
		width: 20%;
	}

	.dowin-list ul li a {
		font-size: 16px;
		padding: 5px 15px;
	}

	.contact_frame {
		padding: 40px 0;
	}

	.dowin_list_frame .w02 {
		width: 35%;
	}

	.contact-content {
		width: 100%;
		float: left;
	}

	.contact-form {
		width: 100%;
		float: right;
	}

	.contact-content h1 {
		font-size: 24px;
		line-height: 40px;
	}

	.contact-content .txt {
		padding-bottom: 20px;
	}

	.link-icon {
		margin: 20px 0;
	}

	.contact_adv {
		width: 100%;
		padding: 40px 0;
		;
	}

	.contact_adv h1 {
		font-size: 32px;
	}

	.contact_adv h3 {
		font-size: 20px;
		margin-top: 20px;
	}

	.join_list_frame {
		padding: 40px 0;
	}

	.join_memo {
		margin-bottom: 30px;
	}

	.join_prop span {
		font-size: 24px;
	}

	.join_prop .w03 {
		float: left;
		font-size: 22px;
	}

	.contact-form ul li input {
		line-height: 35px;
		width: 100%;
		font-size: 16px;
		color: #999999;
		padding: 5px 10px;
	}

	.contact-form ul li .button {
		font-size: 20px;
		padding: 12px 15px
	}

	.news-hd ul li {
		font-size: 18px;
	}

	.news-list-tj dl dt img {
		width: 100%;
	}

	.service-icon ul li img {
		width: 25%;
	}

	.maintenance-system dl dd h1,
	.maintenance-system dl dd h3 {
		font-size: 24px;
	}

	.foot-box::before {
		width: 100px;
		top: -23px;
		height: 62px;
	}
}

/*banner媒体查询*/
@media (max-width:768px) {}


@media (max-width:658px) {
	.banner-logo {
		max-width: 111px;
	}

	.about_frame-txt p,
	.num-box ul li span {
		font-size: 17px;
		line-height: 30px;
	}

	.num-box ul li .counter {
		font-size: 40px;
	}

	.inner-title p {
		font-size: 16px;
	}

	.repairimg {
		max-width: 100px;
	}

	.repairimg p {
		font-size: 13px;
	}

	.area-area .text {
		font-size: 16px;
	}

	.area-content .area-txt h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.area-content .area-txt span {
		font-size: 16px;
	}

	.inner-why ul li {
		padding: 25px 10px 30px 10px;

	}

	.inner-why ul li h3 {
		font-size: 24px;
	}

	.news-title {
		font-size: 18px;
	}

	.foot-wechat .img dl dd h4 {
		font-size: 16px;
	}

	.foot-wechat .img dl dd h5 {
		font-size: 22px;
	}

	.foot-wechat .img p {
		font-size: 15px;
	}

	.foot-menu {
		display: block;
	}

	.foot-menu .foot_contlis ul {
		display: none;
		background: #046ca3;
		padding: 10px;
	}

	.foot-menu h3 {
		line-height: 50px;
		margin: 0;
		font-weight: normal;
		font-size: 18px;
		border-bottom: 1px solid #3eb3f2;
		position: relative;
	}

	.footer h3 {
		font-weight: normal;
	}

	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 8px;
		height: 7px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -3.5px;
		background-image: url(../sanjiao-h.png);
		background-size: 100%;
	}

	.fold h3::after {
		background-image: url(../sanjiao.png) !important;
	}

	.foot_contlis {
		width: 100%;
		margin: 0;
	}

	.foot-wechat {
		display: none;
	}

	.inner-repair-port ul li {
		width: 100%;
	}

	.link-icon a img {
		max-width: 30px;
	}

	.join_content .txt {
		line-height: 28px;
	}

	.join_prop .w03 {
		display: none;
	}

	.contact_adv h1 {
		font-size: 26px;
	}

	.contact_adv h3 {
		font-size: 17px;
		margin-top: 5px;
	}
}

@media (max-width:525px) {}

@media (max-width:428px) {}