/* about */
.main-content {
	padding-bottom: 50px;
}

.main-about-first {
	padding: 0 0 20px;
	overflow: hidden;
}

.main-about-first .section-about-img {
	width: 48%;
}

.main-about-first .section-about-content .list {
	margin-top: 40px;
}

/* .main-about-first .section-about-content .list li:first-child p span {
	top: 0;
} */

.main-about-second {
	margin-top: 40px;
}

.main-about-second ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-about-second ul li {
	width: 24%;
	border-radius: 10px;
	overflow: hidden;
}

.main-about-second ul li img {
	width: 100%;
}

.main-about-second p {
	font-size: 1.6rem;
	color: #666;
	line-height: 1.8;
	padding: 20px 0;
}

.main-about-third {
	padding: 20px;
	margin: 20px auto 40px;
	background-color: #fff;
}

.main-about-third .float-left {
	width: 32%;
}

.main-about-third .float-left img {
	width: 100%;
}

.main-about-third .float-right {
	width: 65%;
}

.main-about-third h3 {
	font-size: 2.8rem;
	line-height: 2;
}

.main-about-third p {
	font-size: 2rem;
	display: flex;
	align-items: center;
	margin: 10px 0;
	line-height: 2;
}

.main-about-third p::before {
	content: '';
	display: block;
	width: 10px;
	height: 24px;
	margin-right: 10px;
	background-color: #ab6633;
}

.main-about-third span {
	font-size: 1.6rem;
}

.main-about-fourth {
	background: url(../images/about-bg2.jpg) no-repeat top center;
}

.main-about-fourth .float-left {
	width: 58%;
	padding: 60px 0;
}

.main-about-fourth .standard {
	background-color: rgba(255, 255, 255, 0.4);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-about-fourth .standard li {
	width: 25%;
	text-align: center;
	padding: 20px 0;
}

.main-about-fourth .standard li p {
	font-size: 1.4rem;
}

.main-about-fourth .standard li img {
	max-width: 100%;
	margin: auto;
}

.main-about-fourth .honor {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}

.main-about-fourth .honor li {
	width: 24%;
}

.main-about-fourth .honor li img {
	width: 100%;
}

.main-about-fourth .float-right {
	width: 38%;
	padding: 80px;
	background-color: rgba(255, 255, 255, 0.8);
}

.main-about-fourth .float-right p {
	color: #8c8c8c;
	font-size: 1.8rem;
	line-height: 2;
}

.main-about-fourth .float-right img {
	margin: 30px 0;
	max-width: 100%;
}

.main-about-fifth {
	padding: 20px 0;
}

.main-about-fifth ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.main-about-fifth ul li {
	width: 24%;
	border-radius: 10px;
	overflow: hidden;
}

.main-about-fifth ul li img {
	width: 100%;
}

.main-about-sixth .title {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	padding: 50px 0;
}

.main-about-sixth .title:after {
	content: '';
	display: block;
	width: 70px;
	height: 4px;
	background-color: #ab6633;
	margin: 10px auto 0;
}

.main-about-sixth ul {
	padding-bottom: 80px;
}

.main-about-sixth ul li {
	width: 13%;
	float: left;
	margin: 0.6%;
}

.main-about-sixth ul li img {
	width: 100%;
	height: 130px;
}

/* 产品详情页 */
.product-banner {
	padding: 0 0 40px;
}

.product-img {
	width: 30%;
	position: relative;
}

.product-slides-nav {
	width: 100px;
	position: absolute;
	height: 41px;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}

.product-slides-nav span {
	display: inline-block;
	width: 41px;
	height: 41px;
	overflow: hidden;
	cursor: pointer;
}

.product-slides-nav span.prev {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0 -240px;
}

.product-slides-nav span.next {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: -41px -240px;
	float: right;
}

.product-slides-nav span.prev:hover {
	background-position: -82px -240px;
}

.product-slides-nav span.next:hover {
	background-position: -123px -240px;
}

.product-img .slides {
	border: 1px solid #dba155;
	position: relative;
}

.product-img ul li {
	width: 100%;
}

.product-img .slides-litter ul {
	display: flex;
	justify-content: space-between;
}

.product-img .slides-litter ul li {
	width: 24%;
	float: left;
	cursor: pointer;
	border: 1px solid #ccc;
	margin-top: 5px;
}

.product-img .slides-litter ul li.on {
	border: 2px solid #dba155;
}

.product-img ul li img {
	width: 100%;
}

.product-arguments {
	width: 60%;
	padding: 0 40px;
	margin-right: 8%;
}

.product-arguments h1 {
	font-size: 2.8rem;
}

.main-text {
	font-size: 16px;
	line-height: 30px;
}

.product-arguments p {
	color: #8c8c8c;
	font-size: 1.2rem;
}

.product-arguments .arguments-list {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.product-arguments .arguments-list p {
	line-height: ;
	font-size: 16px;
	line-height: 30px;
}

.product-arguments .arguments-list span {
	display: block;
	font-size: 1.4rem;
	color: #666;
	line-height: 2.2;
}

.product-arguments .arguments-contact {
	text-align: center;
	display: flex;
	margin-top: 30px;
}

.product-arguments .arguments-contact span {
	display: block;
	width: 30%;
	height: 50px;
	line-height: 50px;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 25px;
	cursor: pointer;
	margin-right: 2%;
	display: flex;
	align-items: center;
}

.product-arguments .arguments-contact .get-price {
	border: 2px solid #ab6633;
	color: #ab6633;
}

.product-arguments .arguments-contact .get-price a {
	color: #ab6633;
	font-size: 12px;
}

.product-arguments .arguments-contact .email {
	background-color: #ab6633;
	color: #fff;
}

.product-arguments .arguments-contact .email a {
	color: #fff;
	font-size: 12px;
}

.product-arguments .arguments-contact span::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	margin: 0 6px 0 12px;
}

.product-arguments .arguments-contact .get-price::before {
	background-position: -150px -150px;
}

.product-arguments .arguments-contact .email::before {
	background-position: -180px -150px;
}

.product-module-nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
}

.product-module-nav .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-module-nav li {
	float: left;
	display: flex;
	align-items: center;
}

.product-module-nav a {
	font-weight: bold;
	font-size: 1.6rem;
	color: #666;
	/* margin: 0 10px; */
	padding: 0 10px;
}

.product-module-nav li.hover a {
	color: #ab6633;
	border-bottom: 2px solid #ab6633;
}

.product-module-nav li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #666;
	margin-left: 10px;
}

.product-module-nav li:last-child::after {
	display: none;
}

.product-module-nav .send-message {
	width: 175px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #666;
	border-radius: 8px;
	font-size: 1.4rem;
	cursor: pointer;
}

#main-product-first .main-text li {
	list-style: disc;

}

.main-module {
	padding: 30px 0;
}

.main-contact-first {
	padding: 0;
}

.main-module .title {
	font-size: 2.8rem;
	margin-bottom: 30px;
}

.main-text p {
	font-size: 1.6rem;
	line-height: 2;
}

.main-table {
	overflow: auto;
}

.main-table table {
	width: 100%;
	border-top: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
	font-size: 1.4rem;
	border-collapse: collapse;
	text-align: center;
}

.main-table table tr th {
	background-color: #dcdddd;
	padding: 15px 20px;
}

.main-table table td {
	padding: 10px 0 !important;
	border: 1px solid #b6b6b6 !important;

	background: none !important;

}


/* about */
.sub-banner {
	position: relative;
}

.sub-banner img {
	width: 100%;
}

.sub-banner p {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

/* contact */
.module-title h2 {
	font-size: 3.6rem;
	padding: 10px 0;
}

.module-title p {
	font-size: 1.6rem;
	color: #666;
	line-height: 1.6;
}

.main-contact-second {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-contact-second .hotline-left {
	width: 48%;
	background-color: #fff;
	padding: 50px;
}

.main-contact-second .hotline-left h3 {
	font-size: 2.8rem;
	margin-bottom: 15px;
}

.main-contact-second .hotline-left p {
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 5px;
	display: flex;
}

.main-contact-second .hotline-left p a {
	color: #333;
}

.main-contact-second .hotline-left p:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	margin: 2px 10px 0 0;
}

.main-contact-second .hotline-left .hotline:before {
	background-position: -180px -240px;
}


.main-contact-second .hotline-left .number:before {
	background-position: -210px -240px;
}

.main-contact-second .hotline-left .email:before {
	background-position: -240px -240px;
}

.main-contact-second .hotline-left .tel:before {
	background-position: -300px -240px;
}

.main-contact-second .hotline-left .website:before {
	background-position: -270px -240px;
}

.main-contact-second .hotline-left .add:before {
	background-position: -330px -240px;
	padding-right: 10px;
}

.main-contact-third {
	display: flex;
	justify-content: space-between;
}

.main-contact-third .webchat {
	width: 30%;
	text-align: center;
}

.main-contact-third .webchat img {
	width: 170px;
	border: 8px solid #fff;
	margin: auto;
}

.main-contact-third .webchat p {
	font-size: 2.8rem;
	font-weight: bold;
	margin-top: 20px;
}

.main-contact-third ul {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}

.main-contact-third ul li {
	width: 32%;
}

.main-contact-third ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-contact-third ul li i {
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../images/icon.png);
	margin-right: 10%;
}

.main-contact-third ul li.youtube i {
	background-position: 0 -381px;
}

.main-contact-third ul li.facebook i {
	background-position: -80px -381px;
}

.main-contact-third ul li.linkedin i {
	background-position: -160px -381px;
}

.main-contact-third ul li.twitter i {
	background-position: -240px -381px;
}

.main-contact-third ul li.pinterest i {
	background-position: -320px -381px;
}

.main-contact-third ul li.instagram i {
	background-position: -240px -301px;
}

.main-contact-third ul li.vk i {
	background-image: url(../images/vk1.png);
}

.main-contact-third ul li.vk:hover i {
	background-image: url(../images/vk2.png);
}

.main-contact-third ul li.youtube:hover i {
	background-position: 0 -461px;
}

.main-contact-third ul li.facebook:hover i {
	background-position: -80px -461px;
}

.main-contact-third ul li.linkedin:hover i {
	background-position: -160px -461px;
}

.main-contact-third ul li.twitter:hover i {
	background-position: -240px -461px;
}

.main-contact-third ul li.pinterest:hover i {
	background-position: -320px -461px;
}

.main-contact-third ul li.instagram:hover i {
	background-position: -320px -301px;
}


.main-contact-third ul li p {
	color: #999;
	font-size: 2.4rem;
	font-weight: bold;
}

.main-contact-third ul li:hover p {
	color: #ab6633;
}

/* 6-18 */
.section-news-list {
	padding-bottom: 40px;
}

.section-news-list ul li {
	margin-bottom: 40px;
}

.section-news-list ul li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.section-news-list ul li .date {
	width: 8%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	background-color: #ab6633;
}

.section-news-list ul li span {
	font-size: 1.8rem;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
}

.section-news-list ul li .day {
	font-size: 3.8rem;
	color: #fff;
	font-weight: bold;
}

.section-news-list ul li .text {
	width: 90%;
}

.section-news-list ul li .text h3 {
	margin: 0 0 15px;
	color: #333;
	font-size: 2rem;
	font-weight: normal;
	border-bottom: 1px dashed #c8c8c8;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-news-list ul li .text p {
	font-size: 1.4rem;
	line-height: 1.6;
	height: 48px;
	overflow: hidden;
	color: #666;
}

.section-news-list ul li:hover .date {
	background-color: #ab6633;
	border: 0;
}

.section-news-list ul li:hover span {
	color: #fff;
}

/* 分页 */
.pagination {
	margin: 40px 0 0;
	text-align: center;
}

.pagination li {
	display: inline-block;
}

.pagination a,
.pagination span {
	padding: 8px 12px;
	margin: 5px;
	color: #666;
	font-size: 1.4rem;
	background-color: #ffffff;
	display: inline-block;
}

.pagination a:hover {
	background-color: #ab6633;
	color: #fff;
}

.pagination a:active {
	background-color: #ab6633;
	color: #fff;
}

.pagination span.current {
	background-color: #ab6633;
	color: #fff;
}

.pagination span.disabled {
	color: #bebebe;
}

/* service */
.service-title {
	text-align: center;
}

.service-title h3 {
	font-size: 3.2rem;
	word-break: break-all;
}

.service-title p {
	color: #414141;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 10px;
}

.service-contant {
	padding: 40px 0;
}

.service-step ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-step ul li {
	width: 18%;
	height: 0;
	padding-bottom: 18%;
	border-radius: 100%;
	background-color: #dcdcdc;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.service-step ul li i {
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../images/icon.png);
	margin: 20% 0 5%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.service-step ul li.li-first i {
	background-position: 0 -541px;
}

.service-step ul li.li-second i {
	background-position: -80px -541px;
}

.service-step ul li.li-third i {
	background-position: -160px -541px;
}

.service-step ul li.li-fourth i {
	background-position: -240px -541px;
}

.service-step ul li.li-fifth i {
	background-position: -320px -541px;
}

.service-step ul li.li-first:hover i {
	background-position: 0 -621px;
}

.service-step ul li.li-second:hover i {
	background-position: -80px -621px;
}

.service-step ul li.li-third:hover i {
	background-position: -160px -621px;
}

.service-step ul li.li-fourth:hover i {
	background-position: -240px -621px;
}

.service-step ul li.li-fifth:hover i {
	background-position: -320px -621px;
}

.service-step ul li p {
	width: 100%;
	padding: 0 10%;
	text-align: center;
	font-size: 1.4rem;
}

.service-step ul li:hover {
	color: #fff;
	background-color: #ab6633;
}

.service-online {
	text-align: center;
	margin-bottom: 40px;
}

.service-online p {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 5px;
	border: 2px solid #dcdcdc;
	margin: 0 10px;
	cursor: pointer;
}

.service-online .vist {
	background-color: #ab6633;
	color: #fff;
	border-color: #ab6633;
}

.service-improve ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-improve ul li {
	width: 48%;
	margin-bottom: 2%;
}

.service-improve ul li img {
	width: 100%;
}

.service-improve ul li h4 {
	font-weight: normal;
	font-size: 2.4rem;
	margin: 10px 0;
}

.service-improve ul li p {
	font-size: 1.4rem;
	line-height: 1.6;
}

.service-process ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-process ul li {
	width: 23%;
	background-color: #dcdcdc;
	margin-bottom: 3%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	height: 220px;
	overflow: hidden;
}

.service-process ul li:first-child {
	width: 48.5%;
}

.service-process ul li img {
	width: 100%;
}

.service-process ul li p {
	width: 100%;
	font-size: 6rem;
	font-weight: bold;
}

.service-process ul li span {
	font-size: 1.6rem;
	display: block;
	display: flex;
	align-items: center;
	padding: 0 10%;
	height: 60px;
}

.service-time ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-time ul li {
	width: 32%;
	text-align: center;
}

.service-time ul li i {
	display: block;
	width: 80px;
	height: 80px;
	margin: auto;
	background-image: url(../images/icon.png);
}

.service-time ul li:nth-of-type(1) i {
	background-position: 0 -701px;
}

.service-time ul li:nth-of-type(2) i {
	background-position: -80px -701px;
}

.service-time ul li:nth-of-type(3) i {
	background-position: -160px -701px;
}

.service-time ul li p {
	font-size: 2.4rem;
	margin-top: 20px;
}

.service-time ul li p span {
	display: block;
	font-size: 3.6rem;
	font-weight: bold;
}


@media screen and (min-width:992px) and (max-width:1199px) {
	.container {
		width: 970px;
		margin: auto;
	}

	.web-nav {
		width: 68%;
	}

	.web-nav ul li {
		padding: 0 8px;
	}

	.product-arguments h1 {
		line-height: 1;
	}

	.product-arguments .arguments-list {
		padding: 10px 0;
		margin: 10px 0 0;
	}

	.product-arguments .arguments-list span {
		line-height: 1.6;
	}

	.product-arguments .arguments-contact {
		margin-top: 10px;
	}

	.product-arguments .arguments-contact span {
		width: 35%;
	}
}

@media screen and (min-width:992px) and (max-width:1500px) {
	.main-contact-third ul {
		width: 60%;
		margin-right: 10%;
	}
}

@media screen and (max-width:1400px) {
	.product-arguments {
		width: 58%;
		margin: 0;
	}
}

@media screen and (max-width:1199px) {
	.section-news-text {
		width: 100%;
	}

	.main-about-first .section-about-img {
		width: 100%;
	}

	.main-about-third .float-left {
		width: 45%;
	}

	.main-about-third .float-right {
		width: 53%;
	}

	.main-about-fourth .float-left,
	.main-about-fourth .float-right {
		width: 100%;
	}

	.main-about-fourth .float-right {
		padding: 40px;
	}

	.service-step ul li i {
		margin: 15% 0 2%;
	}

	.service-step ul li p {
		padding: 0;
	}
}

@media screen and (min-width:1200px) and (max-width:1400px) {
	.product-arguments h1 {
		line-height: 1.6;
	}

	.section-about-content {
		padding-top: 0;
	}

	.main-about-first .section-about-content .list {
		margin-top: 0;
	}

	.main-about-fourth .float-right {
		padding: 47px;
	}
}

@media screen and (max-width:768px) {
	.main-text img {
		width: 100% !important;
		height: auto !important;
	}

	.main-text iframe,
	.main-text embed {
		width: 100% !important;
	}


	.main-about-third .float-left,
	.main-about-third .float-right {
		width: 100%;
	}

	.main-about-sixth .title {
		padding: 20px 0;
	}

	.sub-banner {
		margin-top: 80px;
	}

	.sub-banner p {
		font-size: 1.6rem;
	}

	.product-img,
	.product-arguments {
		width: 100%;
	}

	.product-module-nav,
	.main-contact-third,
	.main-third-title {
		display: none;
	}

	.main-product-first {
		border-top: 5px solid #fff;
	}

	.section-news-list ul li .date {
		width: 12%;
	}

	.section-news-list ul li .text {
		width: 86%;
	}

	.main-contact-second .hotline-left {
		width: 100%;
		margin: 5px 0;
	}

	.service-step ul li {
		width: 30%;
		padding-bottom: 30%;
		margin-bottom: 4%;
	}

	.service-step ul li i {
		margin: 13% 0 1.5%;
	}
	
	.service-step ul li p {
		width: 82%;
	}
	
	.service-improve ul li h4 {
		font-size: 1.9rem;
	}
	
	.service-title h3 {
		font-size: 3rem;
	}
	
	.main-contact-second .hotline-left .add:before {
		width: 50px;
	}
}

@media screen and (max-width:640px) {
	.main-about-sixth ul li {
		width: 23%;
		margin: 1%;
	}

	.sub-banner p {
		font-size: 1.4rem;
	}

	.main-contact-second .hotline-left {
		width: 100%;
		margin-top: 15px;
	}

	.service-process ul li {
		width: 32%;
	}

	.service-process ul li:first-child {
		width: 65.5%;
	}
}

@media screen and (max-width:480px) {

	.section-about-content .list,
	.main-about-first .section-about-content .list {
		margin-top: 10px;
	}

	.main-about-second ul li,
	.main-about-fifth ul li {
		width: 49%;
	}

	.main-about-third h3 {
		font-size: 2.2rem;
	}

	.main-about-fourth .standard li {
		width: 50%;
	}

	.main-about-fourth .honor li {
		width: 49%;
	}

	.main-about-sixth .title {
		font-size: 2.8rem;
	}

	.main-about-sixth ul {
		padding-bottom: 40px;
	}

	.section-about-content h3,
	.section-about-content>p {
		padding-left: 10px;
	}

	.sub-banner p {
		display: none;
	}

	.product-arguments .arguments-contact span {
		width: 48%;
	}

	.product-arguments {
		padding: 10px 0;
	}

	.section-news-list ul li .date {
		width: 15%;
	}

	.section-news-list ul li .text {
		width: 83%;
	}

	.section-news-list ul li span {
		font-size: 1.4rem;
	}

	.section-news-list ul li .day {
		font-size: 2.8rem;
	}

	.main-contact-second .hotline-left {
		padding: 20px;
	}

	.module-title h2 {
		font-size: 2.8rem;
	}

	.service-step ul li {
		width: 48%;
		padding-bottom: 48%;
	}

	.service-time ul li {
		width: 48%;
		margin-bottom: 5%;
	}

}

@media screen and (max-width:414px) {
	.service-online p {
		width: auto;
		padding: 0 20px;
	}

	.service-process ul li {
		width: 48%;
		height: 180px;
	}

	.service-process ul li:first-child {
		width: 100%;
	}

	.service-process ul li p {
		font-size: 4.8rem;
	}

	.service-time ul li p {
		font-size: 1.8rem;
	}

	.service-time ul li p span {
		font-size: 2.8rem;
	}

}

@media screen and (max-width:375px) {

	.section-news-list ul li .date {
		width: 18%;
	}

	.section-news-list ul li .text {
		width: 80%;
	}

	.service-step ul li i {
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
		-moz-transform: scale(0.8);
		transform: scale(0.8);
		margin: 10% 0 3%;
	}

	.service-online p {
		padding: 0 10px;
	}

}