.indexban {
	position: relative
}
.indexban .img img {
	width: 100%
}
.indexbanner .textbox {
	position: absolute;
	top: 40%;
	left: 75%;
	opacity: 0;
	margin-left: -40vw;
	z-index: 10;
	transition: 1s cubic-bezier(0, 0, 0.03, 0.75) 0s;
	-webkit-transition: 1s cubic-bezier(0, 0, 0.03, 0.75) 0s;
	-moz-transition: 1s cubic-bezier(0, 0, 0.03, 0.75) 0s
}
.indexbanner .textbox.cur {
	left: 50%;
	opacity: 1
}
.indexbanner .textbox .type .line {
	width: 50px;
    height: 2px;
    background: #fff;
    margin-top: 14px;
    margin-right: 10px;
}
.indexbanner .textbox .type .text {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.indexbanner .textbox .title {
	font-family: 'FjallaOne';
	color: #fff;
	font-size: 42px;
	line-height: 1.2;
	text-shadow: rgb(0,0,0,0.3) 1px 0 1px;
	margin-top: 10px;
}
.indexbanner .textbox .more {
	width: 56px;
	height: 56px;
	margin-top: 66px;
	display: block;
	font-size: 18px;
	border: 1px solid;
	text-align: center;
	line-height: 56px;
	text-align: center;
	font-weight: bold;
	color: #101010;
}
.indexbanner .textbox .more:hover {
	background-color: #f48d2c;
	border-color: #f48d2c !important;
	color: #fff !important
}
.indexban .swiper-container-horizontal > .swiper-pagination-bullets {
	width: 10px;
	left: auto;
	right: 7vw;
	bottom: auto;
	top: 50%;
	padding-bottom: 16px;
	background-image: url("../img/banicon.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.indexban .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 3px 0
}
.indexban .swiper-pagination-bullet {
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.indexban .swiper-pagination-bullet-active {
	height: 29px;
	background-color: #f48d2c;
	border-radius: 8px;
}
.bandown {
	width: 666px;
	height: 100px;
	background-color: #fff;
	padding-left: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 7.105vw;
	z-index: 12;
	cursor: pointer
}
.bandown.probandown {
	background-color: #f5f5f5
}
.bandown .text {
	color: #666;
	line-height: 100px
}
.bandown .icon {
	line-height: 100px
}
.bandown .icon img {
	display: initial;
	vertical-align: middle;
	margin-bottom: 3px
}
.m-bann .textbox {
	width: calc(100% - 30px);
    margin: 0 auto;
    background-color: #fff;
    margin-top: -20px;
    position: relative;
    min-height: 115px;
    padding: 20px 30px 15px;
}
.m-bann .textbox .line {
	width: 25px;
	height: 1px;
	margin-top: 12px;
	margin-right: 4px;
	background-color: #f48d2c !important
}
.m-bann .textbox .text {
    font-size: 16px;
	color: #f48d2c !important
}
.m-bann .textbox .title {
    font-family: 'FjallaOne';
    font-size: 17px;
    color: #101010 !important;
    line-height: 1.5;
    margin-top: 10px;
}
}
.m-bann .textbox .more {
	margin-top: 30px;
	width: 32px;
	height: 32px;
	display: block;
	font-size: 16px;
	border: 1px solid;
	border-color: #101010 !important;
	color: #101010 !important;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	color: #101010;
}
.indextitle {
	font-family: 'FjallaOne';
	font-size: 36px;
	text-transform: uppercase;
    letter-spacing: 1px;
	color: #101010;
}
.indexa {
	padding: 100px 0 90px;
}
.indexa .indextitle {
	line-height: 1.5;
	padding-bottom: 50px;
}
.indexa-lslide {
	margin-top: 60px
}
.indexa-lslide .swiper-wrapper {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-box-flex: wrap;
	-ms-flex-wrap: wrap
}
.indexa-lslide .swiper-slide {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
	margin-bottom: 24px;
}
.indexa-lslide .swiper-slide .text {
	display: inline-block;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	cursor: pointer
}
.indexa-lslide .swiper-slide .text a {
	font-size: 18px;
	letter-spacing: 0.5px;
}
.indexa-lslide .swiper-slide.cur .text, .indexa-lslide .swiper-slide:hover .text {
	color: #f48d2c;
}
.indexa-lslide .swiper-slide:nth-last-of-type(1) {
	margin-bottom: 0
}
.indexa-l {
	max-width: 260px;
	margin-right: 7.916vw
}
.indexa-r {
	width: calc(100% - 260px - 7.916vw)
}
.indexa-r .indexa-rlist {
	display: none;
	position: relative
}
.indexa-r .indexa-rlist.cur {
	display: block
}
.indexa-r .indexa-rlist .wapimg {
	display: none
}
.indexa-r .indexa-rlist .textbox {
	max-width: 450px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -11.618vw;
	left: 60px;
	padding: 3.645vw 5.1vw 4.062vw 4.062vw
}
.indexa-r .indexa-rlist .textbox .title {
	font-size: 24px;
	color: #101010;
	line-height: 1.3;
	max-height: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.indexa-r .indexa-rlist .textbox .text {
	color: #666;
	margin-top: 15px;
	max-height: 126px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5
}
.indexa-r .indexa-rlist .textbox .morebox {
	width: 166px;
	display: block;
	height: 56px;
	margin-top: 3.12vw;
	border: 1px solid #e2e2e2;
	line-height: 54px;
	color: #666;
	padding-left: 28px;
	background-image: url("../img/iamore.png");
	background-repeat: no-repeat;
	background-position: right 28px center
}
.indexa-r .indexa-rlist .swiper-button-next, .indexa-r .indexa-rlist .swiper-button-prev {
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	border: 1px solid #e2e2e2;
	right: auto;
	top: auto;
	margin-top: 0;
	background-image: none;
	font-weight: bold;
	color: #999;
	bottom: 0;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.indexa-r .indexa-rlist .swiper-button-next {
	left: calc(-7.916vw + -180px)
}
.indexa-r .indexa-rlist .swiper-button-prev {
	left: calc(-7.916vw + -260px)
}
.indexa-r .indexa-rlist .textbox .morebox:hover {
	background-color: #f48d2c;
	color: #fff;
	border: 1px solid #f48d2c;
	background-image: url("../img/iamore_cur.png");
	background-position: right 18px center
}
.indexb {
	padding: 80px 0 100px;
	background-color: #f4f4f4
}
.indexb .swiper-button-next, .indexb .swiper-button-prev, .indexe .swiper-button-next, .indexe .swiper-button-prev {
	width: 56px;
	height: 56px;
	text-align: center;
	position: static;
	line-height: 54px;
	font-size: 16px;
	border: 1px solid #ddd;
	right: auto;
	top: auto;
	margin-top: 0;
	background-image: none;
	font-weight: bold;
	color: #999;
	bottom: 0;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.indexb .swiper-button-next, .indexe .swiper-button-next {
	margin-left: 10px
}
.indexb .more, .indexe .more {
	width: 56px;
	height: 56px;
	margin-left: 20px;
	display: block;
	background-image: url("../img/newmore.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%
}
.indexb .more:hover, .indexe .more:hover {
	background-image: url("../img/newmore_cur.png")
}
.indexb .swiper-button-prev:hover, 
.indexb .swiper-button-next:hover, 
.indexa-r .indexa-rlist .swiper-button-next:hover, 
.indexa-r .indexa-rlist .swiper-button-prev:hover, 
.indexe .swiper-button-next:hover, 
.indexe .swiper-button-prev:hover {
	color: #fff;
	background-color: #f48d2c;
	color: #fff;
	border: 1px solid #f48d2c
}
.indexbslide {
	margin-top: 50px;
	padding-left: 7.105vw
}
/* .indexbslide .swiper-container{} */
.indexbslide .swiper-slide {
	height: auto;
	overflow: hidden
}
.indexbslide .swiper-slide .box {
	display: block;
	overflow: hidden
}
.indexbslide .swiper-slide .box .img {
	background: rgb(255,255,255,0.3);
	padding: 30px;
}
.indexbslide .swiper-slide .box .img img {
	width: 100%;
	aspect-ratio: 1 / 1;
}
.indexbslide .textbox {
	padding: 20px 40px;
	position: relative;
	background-color: #fff;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.indexbslide .textbox .title {
	font-family: 'FjallaOne';
	font-size: 22px;
	text-align: center;
	color: #101010;
	line-height: 1.3;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.indexbslide .textbox .text {
	color: #666;
	max-height: 100px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.indexbslide .textbox .morebox {
	opacity: 0;
	position: absolute;
	left: 40px;
	bottom: 0;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.indexbslide .textbox .morebox .moretext {
	color: #1262aa;
}
.indexbslide .textbox .morebox .icon {
	margin-top: 9px;
	margin-left: 10px
}
.indexbslide .swiper-slide .box:hover .textbox .title {
	color: #f48d2c
}
.indexbslide .swiper-slide .box:hover .morebox {
	margin-top: 46px;
	opacity: 1;
	bottom: 30px
}
.indexbslide .swiper-slide .box:hover .textbox {
	padding: 20px 40px 60px;
    margin-top: 0;
}
.indexc {
	padding: 100px 0;
	background-image: url("../img/index_aboutbg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%
}
.indexc .box {
	margin-top: 60px
}
.indexc .bigtitle {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
}
.indexc .list {
	width: 25%;
	position: relative
}
.indexc .list:after {
	content: "";
	width: 1px;
	height: 72px;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 14px;
	right: 0
}
.indexc .list:nth-of-type(4):after {
	display: none
}
.indexc .list .numUp {
	font-family: 'FjallaOne';
	color: #fff;
	font-size: 50px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.5
}
.indexc .list .text {
    font-size: 16px;
	line-height: 2;
	text-align: center;
	color: #fff;
	padding: 0 10px;
}
.indexd {
	margin-top: 4px
}
.indexd .textbox, .indexd .img {
	width: calc(25% - 1px)
}
.indexd .img.mr4 {
	margin-right: 4px
}
.indexd .img.mr4 img {
	width: 100%
}
.indexd .img:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
.indexd .textbox {
	background-color: #f4f4f4;
	padding: 64px 88px 0 80px
}
.indexd .textbox .title {
	font-family: 'FjallaOne';
	font-size: 32px;
	letter-spacing: 0.5px;
	color: #101010;
	max-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.indexd .textbox .text {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	padding-top: 20px;
}
.indexd .textbox .morebox {
	width: 166px;
	height: 56px;
	display: block;
	margin-top: 2vw;
	padding-left: 28px;
	line-height: 54px;
	color: #666;
	border: 1px solid #e2e2e2;
	background-image: url("../img/iamore.png");
	background-repeat: no-repeat;
	background-position: right 28px center;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.indexd .textbox .morebox:hover {
	background-image: url("../img/iamore_cur.png");
	color: #fff;
	background-color: #f48d2c;
	border: 1px solid #f48d2c
}
.indexd .wapimg {
	display: none
}
.indexe {
	padding: 70px 0 80px;
}
.indexe .img img {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.indexe .bot {
	margin-top: 50px
}
/* .indexe .bot .swiper-container{padding-right:1px} */
.indexe .bot .swiper-slide {
	border-right: 1px solid #efefef
}
.indexe .bot .box {
	display: block
}
.indexe .bot .box .textbox {
	padding: 25px 30px 40px;
	border: 1px solid #efefef;
	border-top: none;
	border-right: none
}
.indexe .bot .box .textbox .title {
	font-family: 'FjallaOne';
	color: #333;
	font-size: 18px;
	height: 85px;
    line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.indexe .bot .box:hover .textbox .title {
	color: #f48d2c;
}
.indexe .bot .box .textbox .morebox {
	display: inline-block;
	color: #666;
	background-image: url("../img/iamore.png");
	background-repeat: no-repeat;
	background-position: right center;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	padding-right: 40px;
}
.indexe .bot .box:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
.indexe .bot .box:hover .textbox .morebox {
	background-image: url("../img/iamore_cur2.png");
	color: #f48d2c
}
.typenav {
    display: block;
	background: #fff;
}
.typenav .nav > ul > li:before {
    content: '';
    width: 1px;
    height: 16px;
    background: #d6d6d6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.typenav .nav > ul > li:last-child:before {
    width: 0;
}
.typenav .nav {
    background: #fff;
    display: inline-block;
    padding: 15px 0 10px;
}
.typenav .nav li {
    position: relative;
}
.typenav .nav li:hover {
	color: #f37268;
}
.typenav .nav a.cur::before {
	content: '';
    width: 60%;
    height: 2px;
    background: #f37268;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.36s;
}
.typenav .nav .droplist {
	background: #fff;
	display: none;
	position: absolute;
	float: none;
	z-index: 99;
	transition: all 0.36s;
	box-shadow: 0 5px 10px 1px rgb(0 0 0 / 5%);
}
.typenav .nav .droplist ul li:first-child {
	margin-top: 10px;
}
.typenav .nav .droplist ul li:last-child {
	margin-bottom: 10px;
}
.typenav .nav .droplist ul li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.typenav .nav li:hover .droplist {
	display: block;
	transition: all 0.36s;
}
.typenav .nav li .droplist ul a {
    position: relative;
	color: #666;
	list-style-type: none;
    display: block;
	text-decoration: none;
    font-size: 15px;
}
.typenav .nav li .droplist ul a:hover {
	color: #f15648;
}
.typenav .nav li {
	list-style-type: none;
	display: block;
	float: left;
    font-size: 17px;
	text-align: center;
	color: #666;
    padding: 8px 20px;
	cursor: pointer;
}
.typenav.hwin .nav li {
	width: 16.6667%;
}
.typenav .nav li a {
	font-family: 'FjallaOne', 'HelveticaNeueLTPro';
	color: #666;
	font-size: 18px;
}
.typenav .nav li a.cur {
	color: #f15648;
}
.typenav .nav li a:hover {
	color: #f15648;
}
.productbox {
	background-color: #f5f5f5;
	padding: 30px 0 60px;
}
.protop .protoplf {
	font-size: 30px;
}
.protop .protoplr {
	font-size: 16px;
	color: #777;
	letter-spacing: 0.5px;
    padding-top: 10px;
}
.proitems {
	margin-top: 40px
}
.proitem {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 50px;
	display: block;
	background: #fff;
	-moz-box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
    -webkit-box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
    box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
    transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s ease 0s;
	-o-transition: all 0.5s;
}
.proitem:nth-of-type(4n) {
	margin-right: 0
}
.proitem .img {
	padding: 40px;
}
.proitem .textbox {
	background-color: #fff;
	padding: 0 35px 35px;
}
.proitem .textbox .title {
	font-family: 'FjallaOne';
	color: #101010;
	font-size: 20px;
	text-align: center;
	max-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.proitem .textbox .text {
	margin-top: 15px;
	color: #666;
	line-height: 1.7;
	max-height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.proitem:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	box-shadow: 0 5px 20px 5px rgba(0 0 0 / 8%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s ease 0s;
	-o-transition: all 0.5s;
}
.proitem:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
@keyframes xuanzhuan {
	form {
		transform: rotate(360deg)
	}
	to {
		transform: rotate(360deg)
	}
}
@-webkit-keyframes xuanzhuan {
	form {
		-webkit-transform: rotate(360deg)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}
@-moz-keyframes xuanzhuan {
	form {
		-moz-transform: rotate(360deg)
	}
	to {
		-moz-transform: rotate(360deg)
	}
}

.abouttextbox {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 30%;
	margin-top: -122px;
	transition: 1s cubic-bezier(0, 0, 0.41, 0.96) 0s;
	-webkit-transition: 1s cubic-bezier(0, 0, 0.41, 0.96) 0s;
	-moz-transition: 1s cubic-bezier(0, 0, 0.41, 0.96) 0s
}
.abouttextbox .title {
	color: #fff;
	font-size: 60px;
	line-height: 1.2;
	text-align: center
}
.abouttextbox .player {
	width: 70px;
	height: 70px;
	margin: 30px auto 0;
	cursor: pointer
}
.abouttextbox.cur {
	opacity: 1;
	top: 50%
}
.aboutvideo {
	width: 100%;
	height: 100%;
	z-index: 88;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	display: none
}
.aboutvideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 89
}
.aboutvideo .close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	height: 30px;
	z-index: 90
}
.aboutvideo.cur {
	display: block
}
/* .aboutban.cur .aboutvideo.cur video{visibility:visible;z-index:10;opacity:1;object-fit:fill} */
.aboutban.cur .img, .aboutban.cur .abouttextbox {
	visibility: hidden;
	z-index: -1;
	opacity: 0
}
.aboutban .showvideo video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: fill
}
.about1 {
	background: #f5f6f7;
	padding: 90px 0 70px;
}
.about1 .textbox {
	width: 100%;
}
.about1 .textbox .title {
	font-family: 'FjallaOne';
	color: #101010;
	font-size: 36px;
	text-align: center;
}
.about1 .textbox .text {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	word-break: keep-all;
	margin-top: 45px;
}
.about1 .img:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
.abouttitle {
	font-family: 'FjallaOne';
	font-size: 36px;
	text-align: center
}
.about2 {
	padding: 80px 0 90px;
}
.about2items {
	margin-top: 42px
}
.about2item {
	background-color: #fff
}
.about2item:nth-child(1) .textbox {
	padding-top: 0;
}
.about2item:nth-child(2) .textbox,
.about2item:nth-child(4) .textbox {
	padding-left: 0;
}
.about2item:nth-child(3) .textbox {
	padding-right: 0;
}
.about2item .img, .about2item .pcimg {
	width: 50%
}
.about2item .img img, .about2item .pcimg img {
	width: 100%
}
.about2item .wapimg {
	display: none
}
.about2item .textbox {
	width: 50%;
	padding: 3vw 3.5vw 0 4vw;
}
.about2item .textbox .date {
	color: #1262aa;
	font-size: 32px;
	font-weight: 600;
}
.about2item .textbox .title {
	color: #888;
	font-size: 18px;
	font-style: italic;
	margin-top: 5px;
}
.about2item .textbox .box {
	margin-top: 30px;
}
.about2item .textbox .box .list {
	font-size: 16px;
	line-height: 1.8;
}
.about2item .textbox .box .list span {
	color: #1262aa;
}
.about3 {
	background-color: #f5f6f7;
	padding: 80px 0 90px;
}
.about3items {
	margin-top: 50px
}
.about3item {
	display: block;
	width: 31%;
	margin-right: 3.5%;
	background-color: #fff;
}
.about3item:nth-of-type(3n) {
	margin-right: 0
}
.about3item .textbox {
	padding: 30px 50px 40px;
}
.about3item .title {
	font-family: 'FjallaOne';
	font-size: 24px;
	max-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.about3item .text {
	color: #666;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 25px;
}
.about3item .img img {
	width: 100%
}
.about3item:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
.abouttextbox.apptextbox {
	margin-top: -30px
}
.abouttextbox .apptitle {
	font-family: 'FjallaOne';
	color: #fff;
	font-size: 42px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 8px;
}
.abouttextbox .apptitle2 {
	color: #ddd;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.5px;
	padding-top: 20px;
}
.abouttextbox .apptitle2 a {
	color: #ddd;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 1.2;
}
.app1 {
	background: #f5f5f5;
	padding: 90px 0
}
.app1 .app1item {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center
}
.app1 .title {
	font-family: 'FjallaOne';
	color: #101010;
	font-size: 36px;
}
.app1 .text {
	color: #666;
	font-size: 17px;
	line-height: 1.8
}
.app1 .one .textbox, .app1 .two .img {
	width: 35.21%;
	margin-right: 7.39%
}
.app1 .one .text {
	margin-top: 50px
}
.app1 .two .textbox, .app1 .one .img {
	width: 57.4%
}
.app1 .one .wapimg {
	display: none
}
.app1 .two {
	margin-top: 37px
}
.app1 .app1item .img:hover img, .app2 .item:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
.app2 {
	padding: 114px 0 140px;
	background-color: #f5f5f5
}
.app2 .title {
	color: #101010;
	text-align: center;
	font-size: 36px;
}
.app2 .items {
	margin-top: 42px
}
.app2 .items .item {
	width: 24%;
	margin-right: 1.3333%;
	display: block
}
.app2 .items .item:hover {
	margin-top: -10px
}
.app2 .items .item:nth-of-type(4n) {
	margin-right: 0
}
.app2 .items .item img {
	width: 100%
}
.app2 .items .item .title {
	color: #101010;
	padding: 0 10px;
	font-size: 18px;
	height: 82px;
	background-color: #fff;
	line-height: 82px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.imgs {
	background: #f5f6f7;
	padding: 70px 0 50px;
	position: relative;
    display: flex;
}
.imgs .imglist ul {
    padding-top: 10px;
}
.imgs .imglist ul.row2 li {
	width: 48.5%;
	margin-right: 3%;
}
.imgs .imglist ul.row2 li:nth-child(2n) {
	margin-right: 0;
}
.imgs .imglist ul li {
	float: left;
	width: 32%;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 30px;
	background: #fff;
	padding: 30px 30px 15px;
	position: relative;
	border: 1px solid #ececec;
	box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
	perspective: 300px;
	-webkit-perspective: 300px;
}
.imgs .imglist ul li:nth-child(3n) {
	margin-right: 0;
}
.imgs .imglist ul li:hover {
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
}
.imgs .imglist .m-line {
    clear: both;
}
.fs24color {
	font-family: 'FjallaOne';
    font-size: 24px !important;
    margin-bottom: 15px;
}
.faq {
	background: #f5f6f7;
	padding: 80px 0 60px;
}
.enter_chart_content15 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    color: #999
}
.enter_chart_content15 .marg-lg-b30 {
    margin-bottom: 30px
}
.enter_chart_content15 .row {
    margin-left: -17px;
    margin-right: -17px
}
.enter_chart_content15 .row::after {
    content: "";
    display: table;
    clear: both
}
.enter_chart_content15 *, ::after, ::before {
    box-sizing: inherit
}
.enter_chart_content15 .plr-16 {
    padding: 0 6px
}
.enter_chart_content15 .steps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.enter_chart_content15 .step:last-of-type {
    margin-bottom: 0
}
.enter_chart_content15 .step {
    width: 100%;
    position: relative;
	background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding: 25px 50px 25px 60px
}
.enter_chart_content15 .step__title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}
.enter_chart_content15 .step__content {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0
}
.enter_chart_content15 .step__number {
	font-family: 'FjallaOne';
    position: absolute;
    background-color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 58px;
    width: 60px;
    height: 60px;
    top: 30px;
    left: -30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 2px 10px rgba(0, 0, 0, .15);
    border-top: 3px solid #fec303;
    transition: all .1s ease-out
}
.enter_chart_content15 .step__number {
    border-top: 3px solid #fec303
}
.enter_chart_content15 .step__number::before {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    width: 0;
    height: 3px;
    background-color: #ccc;
    transition: all .2s ease-out
}
.enter_chart_content15 .step:hover .step__number {
    color: #333
}
.enter_chart_content15 .step:hover .step__number::before {
    width: 100%;
    background-color: #FFBE00 !important
}
.enter_chart_content15 .font-color3 {
    color: #333
}

.contact {
	background: #f5f6f7;
	padding: 80px 0;
}
.contactmess {
	background: #fff;
}
.contact .title {
	font-family: 'FjallaOne';
	color: #101010;
	font-size: 36px;
}
.contact .box {
	margin-top: 52px
}
.contactlf {
	width: 45%;
	margin-right: 10%
}
.contactlf:nth-of-type(2n) {
	margin-right: 0
}
.contact .box .name {
	font-family: 'FjallaOne';
	color: #101010;
	font-size: 24px;
	margin-bottom: 16px
}
.contact .box .list {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}
.contactmess .prod7lf {
	width: 1200px;
	padding: 80px 0 90px;
	margin: 0 auto;
}
.contactmess .btn2#reset {
	background-color: #ededed;
	color: #101010;
	margin-left: 20px
}
.conmapbox {
	height: 590px
}
.conmapbox .map {
	width: 100%;
	height: 100%
}
.culture1 {
	padding: 112px 0 120px
}
.culture1 .bigtitle, .culture2 .bigtitle {
	color: #101010;
	font-size: 36px;
	text-align: center;
}
.culture1 .cultureslide {
	margin-top: 44px;
	position: relative
}
.culture1 .cultureslide .swiper-slide {
	height: auto
}
.culture1 .cultureslide .swiper-slide .box {
	height: 100%
}
.culture1 .cultureslide .swiper-slide .img {
	width: 100%
}
.culture1 .cultureslide .swiper-slide .textbox {
	width: 100%;
	border: 1px solid #eee;
	border-top: none;
	padding: 34px 3vw;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.culture1 .cultureslide .swiper-slide .textbox .title {
	color: #101010;
	font-size: 24px;
	text-align: center;
}
.culture1 .cultureslide .swiper-slide .textbox .text {
	margin-top: 10px;
	min-height: 36px;
	text-align: center;
	line-height: 1.286;
	color: #666;
}
.culture1 .swiper-button-next, 
.culture1 .swiper-button-prev {
	width: 56px;
	height: 56px;
	margin-top: -92px;
	background-color: #f2f2f2;
	background-size: auto;
	opacity: 0
}
.cultureslide:hover .swiper-button-next, 
.cultureslide:hover .swiper-button-prev {
	opacity: 1
}
.culture1 .swiper-button-prev {
	background-image: url("../img/cul-l.png");
	left: -28px
}
.culture1 .swiper-button-next {
	background-image: url("../img/cul-r.png");
	right: -28px
}
.culture1 .swiper-button-prev:hover {
	background-color: #f48d2c;
	background-image: url("../img/cul-lcur.png")
}
.culture1 .swiper-button-next:hover {
	background-color: #f48d2c;
	background-image: url("../img/cul-rcur.png")
}
.culture1 .cultureslide .swiper-slide:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
.culture2 {
	padding: 114px 0 50px;
	background-color: #f2f2f2
}
.culture2 .box {
	margin-top: 52px
}
.culture2 .list {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 64px;
	display: block
}
.culture2 .list:nth-of-type(3n) {
	margin-right: 0
}
.culture2 .list .img img {
	width: 100%
}
.culture2 .list .textbox {
	margin-top: 32px
}
.culture2 .list .textbox .t {
}
.culture2 .list .textbox .name {
	font-size: 16px;
}
.culture2 .list:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
.culture1 .cultureslide .swiper-slide .box {
	flex-flow: column;
	-webkit-flex: column;
	-moz-flex: column
}
.appb2 {
	padding: 106px 0 118px
}
.appb2 .appb2items {
	margin-top: 44px
}
.appb2item {
	width: 23.5%;
	margin-right: 2%;
	display: block;
	margin-bottom: 30px
}
.appb2item:nth-of-type(4n) {
	margin-right: 0
}
.appb2item .textbox {
	padding: 24px 10px;
	border: 1px solid #eee;
	border-top: none
}
.appb2item .textbox .title {
	color: #101010;
	font-size: 18px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.appb1 {
	background: #f5f6f7;
	padding: 80px 0 0
}
.appb1 .bigtitle {
	color: #101010;
	font-size: 36px;
	text-align: center;
}
.appb1 .appb1slide {
	margin-top: 40px
}
.appb1 .textbox {
	width: 35%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 4vw 0 0
}
.appb1 .textbox .title {
	font-family: 'FjallaOne';
	color: #101010;
	font-size: 36px;
	line-height: 1.4;
	max-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.appb1 .textbox .text {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10
}
.appb1 .textbox .morebox {
	display: inline-block;
	color: #f48d2c;
	padding-right: 38px;
	margin-top: 56px;
	background-image: url("../img/newmore2.png");
	background-repeat: no-repeat;
	background-position: right center;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.appb1 .swiper-slide:hover .textbox .morebox {
	padding-right: 48px;
	background-image: url("../img/iamore_cur2.png")
}
.appb1 .swiper-slide:hover .textbox .title {
	color: #f48d2c
}
.appb1 .swiper-slide .img {
	width: 65%
}
.appb1 .swiper-slide:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
.appb1 .swiper-slide a {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start
}
.appb1 .swiper-slide-active a, 
.appb1 .swiper-slide-prev a {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end
}
.appb1 .swiper-slide .textbox {
	display: none
}
.appb1 .swiper-slide-active .textbox {
	display: block
}
.appb1 .appb1slide .swiper-button-next, 
.appb1 .appb1slide .swiper-button-prev {
	width: 12px;
	height: 22px;
	margin-top: 0;
	top: auto;
	right: auto;
	bottom: 81px;
	background-size: 100% 100%
}
.appb1 .appb1slide .swiper-button-prev {
	background-image: url("../img/appb-l.png");
	left: 230px
}
.appb1 .appb1slide .swiper-button-next {
	background-image: url("../img/appb-r.png");
	left: 320px
}
.appb1 .appb1slide .numbox {
	position: absolute;
	bottom: 80px;
	left: 262px
}
.appb1 .appb1slide .numbox .pagenum, 
.appb1 .appb1slide .numbox .line, 
.appb1 .appb1slide .numbox .allnum {
	font-size: 18px;
}
.appb1 .appb1slide .numbox .line {
	margin: 0 6px
}

.news {
	background: #f5f5f5;
	padding: 40px 0 60px;
}
.newsitem {
	margin-bottom: 35px
}
.newsitem:nth-last-of-type(1) {
	margin-bottom: 0
}
.newsitem .newstoplf {
	color: #101010;
	font-size: 36px;
	line-height: 1
}
.newsitem .newstoplr {
	width: 56px;
	height: 56px;
	background-image: url("../img/newmore.png");
	background-repeat: no-repeat;
	background-position: center center;
	;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.newsitem .newstoplr:hover {
	background-image: url("../img/newmore_cur.png")
}
.newsitem .box {
	margin-top: 28px
}
.newsitem .box .newslist {
	width: 32%;
	display: block;
	margin-right: 1.955%;
	margin-bottom: 30px
}
.newsitem .box .newslist:nth-of-type(2), 
.newsitem .box .newslist:nth-of-type(3n-1) {
	width: 32.09%
}
.newsitem .box .newslist:nth-of-type(3n) {
	border-right: none;
	margin-right: 0
}
.newsitem .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-box-flex: wrap;
	-ms-flex-wrap: wrap
}
.newsitem .box .newslist .itembox {
	height: 100%;
	border: 1px solid #efefef
}
.newsitem .box .newslist .itembox .img {
	width: 100%;
	aspect-ratio: 16 / 9;
	
}
.newsitem .newslist .textbox {
	background: #fff;
	padding: 20px 30px;
}
.newsitem .newslist .textbox .title {
	font-family: 'FjallaOne';
	color: #101010;
	font-size: 18px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.newsitem .newslist .textbox .morebox {
	margin-top: 15px
}
.newsitem .newslist .textbox .morebox .text {
	color: #666;
}
.newsitem .newslist .textbox .morebox .icon {
	margin-left: 15px;
	margin-top: 8px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s
}
.newsitem .newslist .img img {
	width: 100%
}
.newsitem .newslist:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
.newsitem .newslist:hover .textbox .title {
	color: #f48d2c
}
.newsitem .newslist:hover .textbox .morebox .icon {
	margin-left: 20px
}
.newsdbox {
	background-color: #f5f5f5;
	padding-bottom: 85px;
}
.newsd {
	position: relative;
	background-color: #fff;
	margin-top: -90px;
	padding: 80px;
	-moz-box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
    -webkit-box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
    box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
}
.newsdbox.pp {
	padding-top: 80px;
}
.newsdbox.pp .newsd {
	margin-top: 0;
    padding-bottom: 40px;
}
.newsd .top {
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1
}
.newsd .top .date {
	color: #999;
	font-size: 18px;
	text-align: center
}
.newsd .top .title {
	font-family: 'FjallaOne';
	color: #101010;
	font-size: 26px;
	text-align: center;
	margin-top: 10px
}
.newsd .content {
	font-size: 16px;
	line-height: 1.8;
	padding: 40px 0;
}
.newsd .content p, .newsd .content strong, .newsd .content b {
	font-size: 16px;
}
.newsd .content .tit {
	font-family: 'FjallaOne';
    font-size: 20px;
    padding-bottom: 5px;
}
.newsd .content img {
	margin: 15px 0;
	display: inline-block;
}
.newsd .bot {
	margin-top: 25px;
	border-top: 1px solid #f1f1f1
}
.newsd .bot .list {
	padding: 18px 25px;
	border-bottom: 1px solid #f1f1f1;
	background-image: url("../img/ndright.png");
	background-repeat: no-repeat;
	background-position: left top 22px
}
.newsd .bot .list, .newsd .bot .list .name, .newsd .bot .list .text {
	font-size: 15px;
}
.newsd .bot .list .name {
	color: #999;
	padding-right: 10px;
}
.newsd .bot .list .text {
	color: #666;
}
.newsd .bot .list:hover .name, 
.newsd .bot .list:hover .text {
	color: #f48d2c
}
.serpolicy2 {
	padding: 90px 0;
	background-image: url("../img/sermapbg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%
}
.serpolicy2 .titlebox .btitle {
	font-family: 'FjallaOne';
    font-size: 36px;
	text-align: center;
	text-transform: uppercase;
    letter-spacing: 1px;
	color: #101010;
}
.serpolicy2 .titlebox .stitle {
	margin-top: 10px;
	color: #424c4e;
	text-align: center;
	font-size: 18px;
	line-height: 1.333
}
.serpolicy2 .titlebox .stitle span {
}
.serpolicy2box {
	margin-top: 38px;
	position: relative
}
.serpolicy2box .item {
	position: absolute
}
.serpolicy2box .item .showbox {
	cursor: pointer;
	height: 32px
}
.serpolicy2box .item .showbox .icon {
	width: 28px;
	height: 32px;
	background-image: url("../img/sermapdw.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%
}
.serpolicy2box .item .showbox.headquarters .icon {
	background-image: url("../img/sermapdw_head.png")
}
.serpolicy2box .item .showbox .name {
	color: #898989;
	margin-left: 3px;
	line-height: 30px
}
.serpolicy2box .item .showbox.headquarters .name {
	color: #f48d2c;
	font-size: 18px;
	font-weight: bold
}
.serpolicy2box .item .hidebox {
	width: 300px;
	display: none;
	padding: 15px 25px 20px;
	background-color: rgba(255, 255, 255, 0.85);
	position: absolute;
	bottom: 40px;
	left: -136px;
	box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.23)
}
.serpolicy2box .item .hidebox:after {
	content: "";
	border-top: 8px solid rgba(255, 255, 255, 0.85);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -6px
}
.serpolicy2box .item .hidebox .office {
	font-family: 'FjallaOne';
	font-size: 17px;
	color: #212121;
}
.serpolicy2box .item .hidebox .address, 
.serpolicy2box .item .hidebox .box .list {
	color: #666;
	line-height: 1.4
}
.serpolicy2box .item .hidebox .box {
	margin-top: 10px
}
.serpolicy2 .wapimg {
	display: none
}
/* 地图位置 */
.serpolicy2box .item:nth-of-type(1) {
	top: 148px;
	left: 150px
}
.serpolicy2box .item:nth-of-type(2) {
	top: 218px;
	left: 202px
}
.serpolicy2box .item:nth-of-type(3) {
	top: 298px;
	left: 250px
}
.serpolicy2box .item:nth-of-type(4) {
	top: 400px;
	left: 370px
}
.serpolicy2box .item:nth-of-type(5) {
	top: 440px;
    left: 352px;
}
.serpolicy2box .item:nth-of-type(6) {
	top: 160px;
	left: 488px
}
.serpolicy2box .item:nth-of-type(7) {
	top: 210px;
	left: 496px
}
.serpolicy2box .item:nth-of-type(8) {
	top: 168px;
    left: 618px;
}
.serpolicy2box .item:nth-of-type(9) {
	top: 164px;
	left: 592px
}
.serpolicy2box .item:nth-of-type(10) {
	top: 192px;
	left: 576px
}
.serpolicy2box .item:nth-of-type(11) {
	top: 248px;
	right: 387px
}
.serpolicy2box .item:nth-of-type(12) {
	top: 280px;
    right: 290px;
}
.serpolicy2box .item:nth-of-type(13) {
	top: 350px;
    right: 135px;
}
.serpolicy2box .item:nth-of-type(14) {
	top: 120px;
    right: 280px;
}
.serpolicy2box .item:nth-of-type(15) {
	top: 216px;
	right: 188px
}
.serpolicy2box .item:nth-of-type(16) {
	top: 220px;
    right: 188px;
}
.serpolicy2box .item:nth-of-type(17) {
	top: 350px;
    left: 635px;
}
.serpolicy2box .item:hover .hidebox {
	display: block;
	z-index: 39
}

.prode1 {
	padding: 100px 0 60px
}
.prode1 .img img {
    max-width: 400px;
}
.prodbantextbox .box {
	width: 480px;
	background-color: #fff;
	padding: 80px 60px 80px 80px;
	position: absolute;
	opacity: 0;
	top: 20%;
	left: 6.605vw;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transition: 1s ease 0s;
	-webkit-transition: 1s ease 0s;
	-moz-transition: 1s ease 0s
}
.prodbantextbox.cur .box {
	opacity: 1;
	top: 54%
}
.prodbantextbox .title {
	color: #101010;
	font-size: 30px;
	line-height: 1.2
}
.prodbantextbox .text {
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 34px;
	word-break: break-all
}
.prode1 .textbox {
	margin-left: 80px
}
.prode1 .textbox .title {
	font-family: 'FjallaOne';
	color: #101010;
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
}
.prode1 .textbox .desc {
	color: #666;
	font-size: 18px;
	line-height: 2.8;
	background: url("../img/pro_desbg.png") repeat-x;
	margin-top: 40px;
}
.prode1 .textbox .btnbox {
	margin-top: 20px
}
.prode1 .textbox .btnbox .btn {
	font-size: 16px;
	width: 326px;
	height: 60px;
	display: block;
	line-height: 58px;
	border: 1px solid #f48d2c;
	padding: 0 0 0 100px;
	color: #f48d2c;
	background-image: url("../img/prdownicon.png");
	background-repeat: no-repeat;
	background-position: right 58px center
}
.prode1 .textbox .btnbox .btn2 {
	float: left;
	font-size: 18px;
	margin-top: 20px;
}
.prode1 .textbox .btnbox .btn:hover {
	background-color: #f48d2c;
	color: #fff;
	background-image: url("../img/prdownicon_cur.png")
}
.prode2list {
	width: 30.7%;
	margin-right: 3.95%;
	margin-bottom: 74px;
	padding-top: 34px;
	border-top: 2px solid #f48d2c
}
.prode2list:nth-of-type(3n) {
	margin-right: 0
}
.prode2list .icon {
	width: 78px;
	margin-top: 10px
}
.prode2list .textbox {
	width: calc(100% - 78px)
}
.prode2list .textbox .title {
	color: #f48d2c;
	font-size: 24px;
	line-height: 1.3
}
.prode2list .textbox .text {
	color: #666;
	font-size: 16px;
	margin-top: 8px;
}
.prodtitle {
	font-family: 'FjallaOne';
	color: #101010;
	font-size: 36px;
	text-align: center;
	line-height: 1.2
}
.prod3 {
	background: #f5f5f5;
	padding: 80px 0;
}
.prod3 .slide {
	margin-top: 50px
}
.prod3 .slide video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1
}
.prod3 .slide .swiper-slide.cur video {
	visibility: visible;
	opacity: 1;
	z-index: 19
}
.prod3 .slide .player {
	width: 80px;
	height: 80px;
	z-index: 19;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -40px;
	cursor: pointer
}
.prod3 .slide .swiper-slide.cur .player, .prod3 .slide .swiper-slide.cur .img {
	visibility: hidden;
	opacity: 0;
	z-index: -1
}
.prod3 .slide .swiper-slide:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
.prod3 .swiper-button-next {
	right: 7.81vw
}
.prod3 .swiper-button-prev {
	left: 7.81vw
}
.prod4 {
	padding: 0 0 152px
}
.prod4 .items {
	margin-top: 58px
}
.prod4 .item {
	width: 300px;
	margin-right: calc((100% - 1200px) / 3)
}
.prod4 .item:nth-of-type(4n) {
	margin-right: 0
}
.prod4 .item .title {
	font-size: 16px;
	text-align: center;
	margin-top: 30px
}
.prod4 .item:hover .img {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px)
}
.prod5 {
	position: relative
}
.prod5 .wapimg, .prod5 .imgitem {
	display: none
}
.prod5 .imgitem.cur {
	display: block
}
.prod5 .textbox {
	max-width: 494px;
	position: relative;
	height: 446px;
	position: absolute;
	top: 50%;
	left: 6.605vw;
	margin-top: -223px;
	background-color: #fff;
	padding: 90px 5.1vw 114px
}
.prod5 .textbox .line {
	width: 50px;
	height: 1px;
	background-color: #f48d2c;
	margin-top: 9px
}
.prod5 .textbox .title {
	color: #f48d2c;
	font-size: 16px;
	margin-left: 10px;
	line-height: 1.2
}
.prod5 .textbox .text {
	width: 100%;
	margin-top: 14px;
	height: auto;
	color: #101010;
	font-size: 30px;
	line-height: 1.2;
	word-break: break-word
}
.prod5 .textbox .desc {
	margin-top: 14px;
	font-size: 16px;
	color: #666;
	line-height: 1.4;
	word-break: break-all
}
.prod5 .swiper-button-next, .prod5 .swiper-button-prev {
	width: 56px;
	height: 56px;
	top: auto;
	margin-top: 0;
	bottom: 64px
}
.prod5 .swiper-button-next {
	background-image: url("../img/pd5-r.png");
	left: calc(112px + 6vw)
}
.prod5 .swiper-button-prev {
	background-image: url("../img/pd5-l.png");
	left: 5vw
}
.prod5 .numbox {
	position: absolute;
	bottom: 64px;
	left: calc(5vw + 66px)
}
.prod5 .numbox div {
	font-size: 26px;
	line-height: 56px
}
.prod5 .numbox .numline {
	margin: 0 6px
}
.prod6 {
	padding: 40px 0 80px;
}
.prod6 .top {
	text-align: center;
}
.prod6 .top .text, .prod6 .top .icon {
	line-height: 98px;
	display: inline-block
}
.prod6 .top .text {
	font-family: 'FjallaOne';
	color: #101010;
	font-size: 36px;
	margin-right: 15px
}
.prod6 .top .icon img {
	margin-bottom: 8px
}
.prod6.cur .icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg)
}
.prod6.cur .icon img {
	margin-bottom: 0;
	margin-top: 8px
}
.prod6.cur .top {
	background-color: #f6f6f6
}
.prod6 .bot {
	padding: 0;
	/* border-bottom: 1px solid #ededed;
	display: none */
}
.prod6 .bot .botbox {
	font-size: 16px;
	line-height: 1.8;
}
.prod6 .bot .botbox img {
	padding: 20px 0;
}
.prod6 .bot .botbox table {
	width: 100%;
    border: 1px solid #efefef;
	margin: 20px 0;   
}
.prod6 .bot .botbox table tr.firstRow {
	font-weight: 600;   
}
.prod6 .bot .botbox table td {
	width: 100%;
	font-size: 15px !important;
	line-height: 2;
	padding: 10px 15px;
}
.prod6 .bot .botbox table tr:nth-child(odd) {
	background: #f9f9f9;
}
.prod6 .bot .list {
	margin-bottom: 15px
}
.prod6 .bot .list:nth-last-of-type(1) {
	margin-bottom: 0
}
.prod6 .bot .rulename {
	font-size: 20px
}
.prod6 .bot .ruletext {
	font-size: 20px;
	color: #666;
	margin-left: 15px
}
.prod7 {
	padding-bottom: 120px
}
.prod7lf {
	width: calc(100% - 497px);
}
.prod7lr {
	width: 410px;
	margin-left: 87px
}
.prod7lr .imgbox {
	position: relative
}
.prod7lr .imgbox .text {
	position: absolute;
	top: 26px;
	left: 30px;
	color: #fff;
	font-size: 36px;
}
.prod7lr .textbox {
	background-color: #f6f6f6;
	padding: 42px 60px 62px
}
.prod7lr .textbox .title {
	font-size: 24px;
	color: #101010
}
.prod7lr .textbox .phone {
	color: #666;
	font-size: 16px;
	margin-top: 14px
}
.prod7lr .textbox .bot {
	margin-top: 4px
}
.prod7lr .textbox .bot .email {
	color: #f48d2c;
	font-size: 16px;
}
.prod7lr .textbox .bot .icon {
	margin-top: 10px;
	margin-left: 8px
}
.prod7lr .textbox .bot:hover .icon {
	margin-left: 16px
}
.prod7lf .title {
	font-family: 'FjallaOne';
	font-size: 36px;
	color: #101010;
}
.prod7lf .form {
	margin-top: 35px;
}
.prod7lf .form .list {
	width: 48.5%;
	height: 56px;
	border: 1px solid #e4e4e4;
	padding: 10px 20px;
	margin-right: 3%;
	margin-bottom: 20px;
}
.prod7lf .form .list:nth-of-type(2n) {
	margin-right: 0
}
.prod7lf .form .list .name {
    font-size: 15px;
	width: 130px;
	line-height: 36px;
	color: #666;
}
.prod7lf .form .list .input {
	width: calc(100% - 130px)
}
.prod7lf .form .list.vd {
    position: relative;
	width: 26%;
}
.prod7lf .form .list.vd .input input {
    text-transform: uppercase;
}
.prod7lf .form .list.vd #validateimg {
    cursor: pointer;
    position: absolute;
	top: 10px;
    left: 220px;
}
.prod7lf .form .list .input input {
	font-size: 16px;
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.prod7lf .form .list.address {
	width: 100%
}
.prod7lf .form .btn {
    float: right;
	width: 266px;
	height: 50px;
	margin-top: 10px;
	background-color: #f48d2c;
	line-height: 50px;
	cursor: pointer;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
    border: 0;
}
.prod7lf .inten {
	position: relative;
	width: 100% !important;
	height: 102px !important;
}
.prod7lf .inten textarea {
    width: 100%;
    height: 90px;
    padding: 10px 0;
}
.prod7lf .selectbox {
	width: calc(100% - 80px);
	height: 36px;
	cursor: pointer
}
.prod7lf .selecttop .selectname {
	width: calc(100% - 27px);
	height: 36px;
	margin-right: 20px;
	line-height: 46px
}
.prod7lf .selecttop .selectname .text {
	width: 100%;
	line-height: 36px
}
.prod7lf .selecttop .icon {
	margin-top: 15px
}
.prod7lf .selectitems {
	width: calc(100% + 2px);
	display: none;
	max-height: 260px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	position: absolute;
	top: 54px;
	left: -1px;
	z-index: 10;
	overflow-y: auto
}
.prod7lf .selectitems::-webkit-scrollbar {
	width: 4px;
	background-color: #dcefff
}
.prod7lf .selectitems::-webkit-scrollbar-thumb {
	background-color: #f48d2c
}
.prod7lf .selectitem {
	line-height: 38px;
	border-bottom: 1px solid #e4e4e4;
	padding: 4px 15px;
	cursor: pointer
}
.prod7lf .selectitem:nth-last-of-type(1) {
	border-bottom: none
}
.prod7lf .selectbox.cur .icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg)
}
.prod7lr .imgbox .wapimg {
	display: none
}
.prod8 {
	padding: 80px 0 90px;
	background-color: #f5f5f5
}
.prod8 .box {
	margin-top: 40px;
}
.prod8 .box .img {
	border: 1px solid #efefef;
	background: #f1f1f1;
	padding: 40px;
}
.prod8 .prod8list {
	width: 23.5%;
	margin-right: 2%;
	display: block;
}
.prod8 .prod8list:nth-of-type(4n) {
	margin-right: 0
}
.prod8 .prod8list img {
	width: 100%
}
.prod8 .prod8list .textbox {
	padding: 23px 35px 20px;
	background-color: #fff
}
.prod8 .prod8list .textbox .title {
	font-family: 'FjallaOne';
	color: #101010;
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.prod8 .prod8list .textbox .text {
	color: #666;
	font-size: 14px;
	margin-top: 6px;
	max-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.prod8 .prod8list:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
.prod8 .prod8list:hover .textbox .title {
	color: #f48d2c
}

.serpolicy1 {
	padding: 116px 0 120px
}
.serpolicy1 .name {
	font-size: 36px;
	text-align: center;
	color: #101010;
}
.serpolicy1 .box {
	margin-top: 50px
}
.serpolicy1 .list {
	width: 48%;
	margin-right: 4%;
	border: 1px solid #f2f2f2;
	padding: 55px 42px 50px 80px
}
.serpolicy1 .list:nth-last-of-type(1) {
	margin-right: 0
}
.serpolicy1 .list .textbox {
	margin-top: 38px
}
.serpolicy1 .list .textbox .title {
	font-size: 24px;
	text-transform: Uppercase
}
.serpolicy1 .list .textbox .line {
	width: 24px;
	height: 2px;
	background-color: #f48d2c;
	margin: 20px 0 38px
}
.serpolicy1 .list .textbox .text {
	color: #666;
	line-height: 1.714
}
.serpolicy3 .box1 {
	background-color: #fff;
	padding: 54px 70px 122px;
	margin-top: -230px;
	position: relative;
	z-index: 3
}
.serpolicy3 .box1 .titlebox {
	margin-bottom: 56px
}
.serpolicy3 .box1 .titlebox .title {
	color: #101010;
	font-size: 36px;
	text-align: center;
}
.serpolicy3 .box1 .titlebox .text {
	color: #666;
	font-size: 18px;
	text-align: center;
}
.serpolicy3 .box1 .form1 {
	margin-bottom: 32px
}
.serpolicy3 .box1 .form1:nth-last-of-type(1) {
	margin-bottom: 0
}
.serpolicy3 .box1 .bigname {
	color: #494b4a;
	font-size: 24px;
	line-height: 24px;
	position: relative;
	padding-left: 25px
}
.serpolicy3 .box1 .bigname:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #494b4a;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0
}
.serpolicy3 .box1 .formlist {
	height: 64px;
	border: 1px solid #e5e5e5;
	padding: 15px 20px;
	margin-top: 20px;
	margin-right: 1.08%
}
.serpolicy3 .box1 .formlist:nth-of-type(2n) {
	margin-right: 0
}
.serpolicy3 .box1 .formlist .name {
	color: #666;
	line-height: 34px
}
.serpolicy3 .box1 .formlist .name span {
	color: #ff0000;
	margin-right: 6px
}
.serpolicy3 .box1 .formlist .name span.showtext {
	color: #333;
	margin-left: 5%
}
.serpolicy3 .box1 .formlist.w4529 {
	width: 49.46%
}
.serpolicy3 .box1 .formlist.w100 {
	width: 100%;
	margin-right: 0
}
.serpolicy3 .box1 .formlist .input {
	width: 60%;
	margin-left: 5%
}
.serpolicy3 .box1 .formlist .input input {
	width: 100%;
	height: 34px;
	color: #333;
}
.serpolicy3 .box1 .formlist.select {
	position: relative
}
.serpolicy3 .box1 .formlist.select .name {
	width: 100%;
	background-image: url("../img/serdown.png");
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right 20px center
}
.serpolicy3 .box1 .formlist .selectitems {
	width: calc(100% + 2px);
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 0 20px;
	position: absolute;
	left: -1px;
	z-index: -1;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.04);
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}
.serpolicy3 .box1 .formlist .selectitems::-webkit-scrollbar {
	width: 4px;
	background-color: #dcefff
}
.serpolicy3 .box1 .formlist .selectitems::-webkit-scrollbar-thumb {
	background-color: #f48d2c
}
.serpolicy3 .box1 .formlist .selectitem {
	padding: 7px 0;
	color: #666;
	line-height: 26px;
	cursor: pointer;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}
.serpolicy3 .box1 .formlist .selectitem:hover {
	color: #f48d2c
}
.serpolicy3 .box1 .formlist.select:hover .selectitems {
	z-index: 19;
	visibility: visible;
	top: 62px;
	opacity: 1
}
.serpolicy3 .box1 .upload {
	margin-top: 20px;
}
.serpolicy3 .box1 .uploadname {
	color: #666
}
.serpolicy3 .box1 .uploadinput {
	width: 104px;
	height: 104px;
	margin-top: 6px;
	position: relative;
	background-image: url("../img/serupload.png");
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center
}
.serpolicy3 .box1 .uploadinput input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 6;
	cursor: pointer
}
.serpolicy3 .box1 .imgbox {
	margin-top: 20px
}
.serpolicy3 .box1 .imgbox .imglist {
	width: 104px;
	height: 104px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #ddd
}
.serpolicy3 .box1 .imgbox .imglist .close {
	width: 21px;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 9;
	cursor: pointer
}
.serpolicy3 .box1 .subbtn {
	width: 360px;
	height: 64px;
	background-color: #f48d2c;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 64px;
	text-transform: uppercase;
	cursor: pointer
}
.serpolicy3 {
	background-color: #f8f8f8;
	padding-bottom: 120px
}
.serpolicy3 .box2 {
	margin-top: 20px;
	background-color: #fff;
	padding: 90px 70px 88px
}
.serpolicy3 .box2 .bigtitle {
	color: #101010;
	font-size: 36px;
}
.serpolicy3 .box2 .items {
	margin-top: 46px
}
.serpolicy3 .box2 .item {
	width: 50%
}
.serpolicy3 .box2 .item .title {
	font-size: 24px;
}
.serpolicy3 .box2 .item .text {
	color: #666;
	margin-top: 16px;
	line-height: 1.714
}
.serpolicy3 .box2 .item .text a {
	color: #666;
}
.serpolicy3 .box2 .item:nth-of-type(1) {
	border-right: 1px solid #e8e8e8
}
.serpolicy3 .box2 .item:nth-of-type(2) {
	padding-left: 5.2vw
}

.prod6 .botbox img {
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto;
}
#allmap iframe {
	width: 100%;
	height: 590px;
}
.content iframe {
	width: 100%;
	height: 500px;
}
.prode1 .textbox .btnbox .twoonebtn {
	font-family: 'FjallaOne';
	width: 240px;
	height: 56px;
	line-height: 57px;
	display: block;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #f48d2c;
	border: 2px solid #f48d2c;
	background-repeat: no-repeat;
	background-position: right 50px center
}
.prode1 .textbox .btnbox .twoonebtn:hover {
	color: #f48d2c;
	background: #fff;
	border: 2px solid #f48d2c;
}
@media (max-width:1580px) {
	.indexbanner .textbox {
		margin-left: -44.395vw
	}
	.bandown {
		padding-right: 5.605vw
	}
	.indexban .swiper-container-horizontal > .swiper-pagination-bullets {
		right: 5.605vw
	}
	.indexa-l {
		max-width: 240px;
		margin-right: 5vw
	}
	.indexa-r {
		width: calc(100% - 240px - 5vw)
	}
	.indexa-r .indexa-rlist .swiper-button-next {
		left: calc(-5vw + -160px)
	}
	.indexa-r .indexa-rlist .swiper-button-prev {
		left: calc(-5vw + -240px)
	}
	.indexa-r .indexa-rlist .textbox {
		margin-top: -13.118vw
	}
	.indexa-lslide .swiper-slide {
		margin-bottom: 15px
	}
	.appb1 .appb1slide .swiper-button-prev {
		left: 12.4vw
	}
	.appb1 .appb1slide .numbox {
		left: 14.93vw;
		bottom: 4.28vw
	}
	.appb1 .appb1slide .swiper-button-next {
		left: 19.11vw
	}
	.appb1 .appb1slide .swiper-button-next, .appb1 .appb1slide .swiper-button-prev {
		bottom: 4.36vw
	}
}
@media (max-width: 1440px) {
	.indexbanner .textbox {
		margin-left: -46.395vw
	}
	.indexbanner .textbox .title {
		font-size: 34px
	}
	.indexbanner .textbox .more {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-top: 40px
	}
	.bandown {
		padding-left: 52px;
		padding-right: 3.605vw
	}
	.indexban .swiper-container-horizontal > .swiper-pagination-bullets {
		right: 3.605vw
	}
	.indexa-l {
		max-width: 220px;
		width: 220px;
		margin-right: 4vw
	}
	.indexa-r {
		width: calc(100% - 220px - 4vw)
	}
	.indexa-r .indexa-rlist .swiper-button-next {
		left: calc(-5vw + -130px)
	}
	.indexa-r .indexa-rlist .swiper-button-prev {
		left: calc(-5vw + -210px)
	}
	.indexa-r .indexa-rlist .textbox {
		margin-top: -11.920vw
	}
	.indextitle {
		font-size: 30px
	}
	.indexa-lslide .swiper-slide {
		margin-bottom: 10px
	}
	.indexa-r .indexa-rlist .textbox .title {
		max-height: 31px;
		-webkit-line-clamp: 1
	}
	.indexa-r .indexa-rlist .textbox .text {
		max-height: 66px;
		-webkit-line-clamp: 3
	}
	.indexa {
		padding: 85px 0
	}
	.indexd .textbox {
		padding: 34px 58px 0 50px
	}
	.indexd .textbox .title {
		font-size: 30px;
		max-height: 47px
	}
	.indexd .textbox .morebox {
		margin-top: 3vw
	}
	.indexbslide {
		padding-left: 3.105vw
	}
	.abouttitle {
		font-size: 28px
	}
	.about1 {
		padding: 95px 0 65px
	}
	.about2 {
		padding: 100px 0 85px
	}
	.about3 {
		padding: 80px 0 100px
	}
	.about1 .textbox {
		width: calc(100% - 703px);
		margin-right: 80px
	}
	.about1 .img {
		width: 623px
	}
	.about1 .textbox .text {
		margin-top: 30px
	}
	.about2item .textbox {
		padding: 3vw 4.5vw 0 3.5vw
	}
	.about2item .textbox .date {
		font-size: 34px
	}
	.about2item .textbox .box {
		margin-top: 30px
	}
	.about2item .textbox .box .list {
		line-height: 1.8
	}
	.abouttextbox .title {
		font-size: 42px
	}
	.abouttextbox {
		margin-top: -100px
	}
		.abouttextbox .apptitle2 {
		font-size: 20px
	}
	.abouttextbox .apptitle {
		font-size: 30px
	}
	.app1 {
		padding: 92px 0
	}
	.app1 .two .textbox, .app1 .one .img {
		width: 50.4%
	}
	.app1 .one .textbox, .app1 .two .img {
		width: 44.21%;
		margin-right: 5.39%
	}
	.app1 .one .text {
		margin-top: 30px
	}
	.app1 .app1item {
		align-items: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start
	}
	.app1 .title {
		font-size: 30px;
		line-height: 1
	}
	.app2 {
		padding: 84px 0 110px
	}
	.contact, .culture1 {
		padding: 82px 0 86px
	}
	.contact .box {
		margin-top: 30px
	}
	.conmapbox {
		height: 450px
	}
	.culture2 {
		padding: 84px 0 20px
	}
	.culture1 .bigtitle, .culture2 .bigtitle {
		font-size: 30px
	}
	.culture1 .cultureslide .swiper-slide .textbox {
		padding: 34px 1.2vw
	}
	.appb1 .swiper-slide .textbox {
		padding: 25px 4vw 0 0
	}
	.appb1 .textbox .title {
		font-size: 30px;
		max-height: 42px
	}
	.appb1 .textbox .text {
		margin-top: 15px;
		-webkit-line-clamp: 7;
		max-height: 162px
	}
	.appb1 .textbox .morebox {
		margin-top: 35px
	}
	.appb1 .appb1slide .numbox {
		left: 14.63vw
	}
	.contactmess .prod7lf {
		width: 80%
	}
	.culture1 .swiper-button-next, .culture1 .swiper-button-prev {
		margin-top: -96px
	}
	.prode1 .textbox .btnbox .twoonebtn {
		width: 266px;
		padding-left: 17%;
		background-position: right 50px center;
	}
	.productbox {
		padding: 60px 0 80px
	}
	.prodbantextbox .box {
		width: 410px;
		left: 3.05vw;
		padding: 60px 40px 60px 60px
	}
	.prodbantextbox .title {
		font-size: 26px
	}
	.prode1 .img {
		width: 620px
	}
	.prode1 .textbox {
		width: calc(100% - 660px)
	}
	.prode1 .textbox .btnbox .btn {
		width: 266px;
		padding-left: 48px;
		background-position: right 50px center
	}
	.prode1 .textbox .title {
		font-size: 30px
	}
	.prode1 .textbox .btnbox {
		margin-top: 54px
	}
	.prode2list .textbox .title {
		font-size: 20px
	}
	.prode2list {
		margin-bottom: 50px
	}
	.prod3 .slide .player {
		width: 64px;
		height: 64px;
		margin-left: -32px;
		margin-top: -32px
	}
	.prod4 .item {
		width: 250px;
		margin-right: calc((100% - 1000px) / 3)
	}
	.prod4 {
		padding: 0 0 102px
	}
	.prod5 .textbox {
		max-width: 394px;
		height: 360px;
		margin-top: -160px;
		padding: 56px 4vw 64px
	}
	.prod5 .swiper-button-prev {
		left: 4vw
	}
	.prod5 .swiper-button-next {
		left: calc(5vw + 98px)
	}
	.prod5 .numbox {
		left: calc(4vw + 50px);
		bottom: 44px
	}
	.prod5 .numbox div {
		line-height: 44px
	}
	.prod5 .textbox .text {
		font-size: 24px
	}
	.prod5 .swiper-button-next, .prod5 .swiper-button-prev {
		width: 42px;
		height: 42px;
		bottom: 44px
	}
	.prod6 {
		padding: 80px 0
	}
	.prod8 {
		padding: 68px 0 80px
	}
	.prod7 {
		padding-bottom: 80px
	}
	.news {
		padding: 84px 0 80px
	}
	.newsitem .newstoplf {
		font-size: 30px
	}
	.newsd {
		margin-top: -65px;
		padding: 72px 58px 86px
	}
	.newsd .top .title {
		font-size: 30px
	}
	.newsdbox {
		padding-bottom: 90px
	}
	.serpolicy3 .box1 {
		margin-top: -160px
	}
}
@media (max-width:1367px) {
	.indexd .textbox .title {
		font-size: 24px
	}
	.indexe .bot .swiper-container {
		padding-right: 1px
	}
}
@media (max-width:1280px) {
	.indexa-lslide .swiper-slide {
		margin-bottom: 5px
	}
	.indexa-r .indexa-rlist .textbox {
		max-width: 320px;
		padding: 3.645vw 3.5vw 4.062vw
	}
	.indexa-r .indexa-rlist .swiper-button-next, .indexa-r .indexa-rlist .swiper-button-prev {
		width: 40px;
		height: 40px;
		line-height: 38px
	}
	.indexa-r .indexa-rlist .swiper-button-next {
		left: calc(-5vw + -160px)
	}
	.indexd .textbox {
		padding: 24px 30px
	}
	.indexd .textbox .morebox {
		margin-top: 2vw
	}
		.appb1 .textbox .text {
		margin-top: 15px;
		-webkit-line-clamp: 4;
		max-height: 92px
	}
}
@media (max-width: 1024px) {
	.indexe .bot .swiper-container {
		padding-right: 0
	}
	.bandown {
		display: none
	}
	.indexban {
		background-color: #f3f3f3
	}
	.indexban .swiper-container-horizontal > .swiper-pagination-bullets {
		padding-left: 15px;
		height: 8px;
		right: auto;
		left: 50%;
		bottom: 225px;
		top: auto;
		padding-bottom: 0;
		background-image: url("../img/baniconwap.png");
		background-position: left top
	}
	.indexban .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
		vertical-align: top;
	}
	.indexban .swiper-pagination-bullet-active {
		height: 8px;
		width: 20px
	}
	.indexa {
		padding: 60px 0 40px
	}
	.indextitle {
		font-size: 22px
	}
	.indexa-l {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding-left: 15px
	}
	.indexa-lslide .swiper-wrapper {
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		-moz-box-flex: nowrap;
		-ms-flex-wrap: nowrap
	}
	.indexa-r {
		width: 100%;
		padding: 0 15px;
		margin-top: 25px
	}
	.indexa-lslide .swiper-slide {
		width: auto;
		margin-right: 5vw
	}
	.indexa-lslide .swiper-slide .text {
		font-size: 12px;
		word-break: break-all
	}
	.indexa-l .indextitle {
		text-align: center
	}
	.indexa .wrap {
		padding: 0
	}
	.indexa-lslide {
		margin-top: 15px
	}
	.indexa-r .indexa-rlist .wapimg {
		display: block
	}
	.indexa-r .indexa-rlist .img {
		display: none
	}
	.indexa-r .indexa-rlist .textbox {
		max-width: 100%;
		padding: 20px;
		position: static;
		margin-top: 0
	}
	.indexa-r .indexa-rlist .textbox .title {
		font-size: 20px;
		max-height: 28px
	}
	.indexa-r .indexa-rlist .textbox .text {
		max-height: 88px;
		-webkit-line-clamp: 4;
		margin-top: 6px
	}
	.indexa-r .indexa-rlist .textbox .morebox {
		width: 126px;
		height: 40px;
		margin-top: 25px;
		line-height: 38px;
		padding-left: 15px;
		background-size: 16px auto;
		background-position: right 15px center;
	}
	.indexa {
		background-color: #f3f3f3
	}
	.indexb {
		padding: 0 0 100px;
		position: relative
	}
	.indexb .indextitle {
		width: 100%;
		text-align: center
	}
	.indexbslide .textbox {
		padding: 25px
	}
	.indexbslide .textbox .title {
		font-size: 20px
	}
	.indexbslide {
		margin-top: 20px;
		padding-left: 15px
	}
	.indexbslide .textbox .text {
		max-height: 125px;
		-webkit-line-clamp: 5
	}
	.indexbtop-r {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 50px;
		left: 0;
		float: none
	}
	.indexbtop-r .swiper-button-next, .indexbtop-r .swiper-button-prev, .indexbtop-r .more {
		width: 30px;
		height: 30px;
		line-height: 28px;
		display: inline-block;
		float: none;
		vertical-align: middle
	}
	.indexb .more {
		margin-left: 10px
	}
	.indexc {
		padding: 50px 0 40px;
		background-image: url("../img/icbgwap.jpg")
	}
	.indexc .bigtitle {
		width: 80%;
		margin: 0 auto;
		font-size: 20px;
		line-height: 1.4
	}
	.indexc .list {
		width: 46%;
		margin-right: 8%;
		padding: 20px 0
	}
	.indexc .list:nth-of-type(2n) {
		margin-right: 0
	}
	.indexc .box {
		margin-top: 0px
	}
	.indexc .list .numUp {
		font-size: 30px
	}
	.indexc .list:after {
		width: 100%;
		height: 1px;
		bottom: 0;
		top: auto;
		background-color: rgba(255, 255, 255, 0.1)
	}
	.indexc .list:nth-of-type(3):after {
		display: none
	}
	.indexc .list .text {
		padding: 0;
		font-size: 12px
	}
	.indexd .textbox, .indexd .wapimg {
		width: 50%
	}
	.indexd .wapimg {
		display: block
	}
	.indexd .img {
		display: none
	}
	.indexd .textbox {
		padding: 30px 15px 20px
	}
	.indexd .textbox .title {
		font-size: 18px;
		line-height: 1.2
	}
	.indexd .textbox .text {
		margin-top: 8px;
		line-height: 1.4;
		-webkit-line-clamp: 4;
		max-height: 76px
	}
	.indexd .textbox .morebox {
		width: 110px;
		font-size: 13px;
		padding-left: 10px;
		line-height: 34px;
		height: 36px;
		margin-top: 22px;
		background-size: 14px;
		background-position: right 10px center
	}
	.indexd .textbox .morebox .moretext {
		line-height: 34px
	}
	.indexd .textbox .morebox .icon {
		margin-left: 2px;
		width: 16px
	}
	.indexe {
		padding: 40px 0 110px;
		position: relative
	}
	.indexe .bot .box .textbox {
		padding: 25px
	}
	.indexe .bot .box .textbox .title {
		font-size: 18px;
		line-height: 1.3;
		height: 72px
	}
	.indexe .bot .box .textbox .morebox {
		margin-top: 15px
	}
	.indexe .bot {
		margin-top: 20px
	}
	.indexe .indextitle {
		width: 100%;
		text-align: center
	}
	.indexe .top, .indexe .wrap {
		position: static
	}
	.abouttitle {
		font-size: 20px
	}
	.about1, .about2, .about3 {
		padding: 40px 0
	}
	.about1 .textbox {
		width: 100%;
		margin-right: 0
	}
	.about1 .textbox .title {
		font-size: 24px
	}
	.abouttextbox .title {
		font-size: 20px
	}
	.abouttextbox {
		margin-top: -50px
	}
	.abouttextbox .player {
		width: 34px;
		height: 34px;
		margin: 10px auto 0
	}
	.about1 .textbox .text {
		margin-top: 10px;
		line-height: 1.8
	}
	.about1 .img {
		width: 100%;
		margin-top: 20px
	}
	.about2items, .about3items {
		margin-top: 25px
	}
	.about2item .img, .about2item .wapimg {
		width: 100%;
		display: block
	}
	.about2item .pcimg {
		display: none
	}
	.about2item .textbox {
		width: 100%;
		padding: 20px 15px
	}
	.about2item .textbox .date {
		font-size: 26px;
		line-height: 32px
	}
	.about2item .textbox .title {
		font-size: 14px;
		margin-top: 3px
	}
	.about2item .textbox .box {
		margin-top: 15px
	}
	.about2item .textbox .box .list {
		line-height: 1.6
	}
	.about3item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
	.about3item .textbox {
		padding: 20px 15px
	}
	.about3item .title {
		font-size: 20px;
		max-height: 26px
	}
	.about3item .text {
		margin-top: 10px;
		line-height: 1.6
	}
	.appb2 {
		padding: 40px 0
	}
	.abouttextbox .apptitle2 {
		font-size: 16px
	}
	.abouttextbox .apptitle {
		font-size: 22px
	}
	.app1, .app2, .culture1 {
		padding: 40px 0
	}
	.app1 .one .textbox, .app1 .two .img, .app1 .two .textbox, .app1 .one .img {
		width: 100%
	}
	.app1 .title, .app2 .title {
		font-size: 24px
	}
	.app1 .one .text {
		margin-top: 12px;
		line-height: 1.6
	}
	.app1 .one .wapimg {
		display: block
	}
	.app1 .one .img {
		display: none
	}
	.app1 .textbox, .app2 .items {
		margin-top: 20px
	}
	.app2 .items .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
	.app2 .items .item .title {
		height: 58px;
		line-height: 58px;
		font-size: 16px
	}
	.contact {
		padding: 40px 0 20px
	}
	.contact .box {
		margin-top: 30px
	}
	.lyb {
		padding: 40px 10px 0 20px;
	}
	.conmapbox {
		height: 350px
	}
	.contact .title {
		font-size: 26px
	}
	.contactlf {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px
	}
	.contactlf:nth-last-of-type(1) {
		margin-bottom: 0
	}
	.contact .box .name {
		font-size: 18px;
		margin-bottom: 0;
		line-height: 1.2
	}
	.contact .box {
		margin-top: 15px
	}
	#allmap iframe {
		width: 100%;
		height: 300px;
	}
	.culture2 {
		padding: 40px 0 20px
	}
	.culture1 .cultureslide, .culture2 .box {
		margin-top: 20px
	}
	.culture1 .bigtitle, .culture2 .bigtitle {
		font-size: 24px
	}
	.culture1 .cultureslide .swiper-slide .textbox .title {
		font-size: 18px
	}
	.culture1 .swiper-button-next, .culture1 .swiper-button-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px
	}
	.culture1 .swiper-button-next {
		right: -15px
	}
	.culture1 .swiper-button-prev {
		left: -15px
	}
	.culture2 .list {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
	.culture2 .list .textbox {
		margin-top: 8px
	}
	.culture1 .cultureslide .swiper-slide .textbox {
		padding: 15px 10px
	}
	.culture1 .cultureslide .swiper-slide .textbox .text {
		margin-top: 4px
	}
	.appb2item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
	.appb2item img {
		width: 100%
	}
	.appb2item .textbox {
		padding: 10px
	}
	.appb1 {
		padding: 40px 0 0
	}
	.appb1 .bigtitle {
		font-size: 24px
	}
	.appb1 .swiper-slide .textbox {
		width: 100%;
		position: static;
		padding: 10px 0 40px 0
	}
	.appb1 .swiper-slide .img {
		width: 100%
	}
	.appb1 .textbox .title {
		font-size: 22px;
		max-height: 30px
	}
	.appb1 .textbox .text {
		margin-top: 8px;
		-webkit-line-clamp: 3;
		max-height: 70px
	}
	.appb1 .textbox .morebox {
		margin-top: 15px
	}
	.appb1 .appb1slide {
		margin-top: 20px
	}
	.appb1 .appb1slide .numbox {
		left: 0;
		width: 100%;
		text-align: center;
		bottom: 3px
	}
	.appb1 .appb1slide .numbox .pagenum, .appb1 .appb1slide .numbox .line, .appb1 .appb1slide .numbox .allnum {
		float: none;
		display: inline-block
	}
	.appb1 .appb1slide .swiper-button-next {
		left: calc(50% + 50px)
	}
	.appb1 .appb1slide .swiper-button-prev {
		left: calc(50% - 50px)
	}
	.appb1 .appb1slide .swiper-button-next, .appb1 .appb1slide .swiper-button-prev {
		bottom: 5px
	}
	.contactmess {
		padding: 0 15px
	}
	.contactmess .prod7lf {
		width: 100%;
		margin: 0 auto 40px
	}
	.contactmess .btn2#reset {
		margin-left: 0
	}
	.productbox {
		padding: 40px 0 50px
	}
	.protop .protoplf {
		font-size: 18px
	}
	.protop .protoplr {
		margin-top: 6px
	}
	.proitems {
		margin-top: 20px
	}
	.proitem {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
	.proitem .img img {
		width: 100%
	}
	.proitem .textbox {
		padding: 20px 15px
	}
	.proitem .textbox .title {
		font-size: 20px;
		max-height: 26px
	}
	.proitem .textbox .text {
		margin-top: 8px;
		line-height: 1.4;
		max-height: 38px
	}
	.promore .box {
		width: 166px;
		height: 56px
	}
	.promore .box .text {
		line-height: 56px
	}
	.promore .box .icon {
		line-height: 54px
	}
	.prod7 {
		padding-bottom: 40px
	}
	.prode1, .prod8 {
		padding: 50px 0 35px;
	}
	.prodbantextbox {
		background-color: #f3f3f3;
		padding: 0 15px 30px
	}
	.prodbantextbox .box {
		width: 100%;
		left: 0;
		margin-top: 0;
		position: static;
		padding: 40px;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px)
	}
	.prodbantextbox .title, .prode1 .textbox .title {
		font-size: 24px
	}
	.prodbantextbox .text {
		font-size: 14px;
		line-height: 1.6;
		margin-top: 15px
	}
	.prode1 .img {
		width: 100%
	}
	.prode1 .textbox {
		width: 100%;
		margin-left: 0;
		margin-top: 20px
	}
	.prode1 .textbox .desc {
		margin-top: 15px
	}
	.prode1 .textbox .btnbox {
		margin-top: 25px
	}
	.prode1 .textbox .btnbox .btn {
		width: 100%;
		height: 48px;
		line-height: 46px;
		padding-left: 23vw;
		background-position: right 28vw center
	}
	.prode1 .textbox .btnbox .btn2 {
		margin-top: 15px
	}	
	.prode1 .textbox .btnbox .twoonebtn {
		width: 100%;
		height: 48px;
		line-height: 46px;
		padding-left: 40%;
		background-position: right 28vw center
	}
	.prode2list {
		width: 100%;
		padding-top: 15px;
		margin-bottom: 25px
	}
	.prode2list .icon {
		width: 46px;
		margin-top: 5px
	}
	.prode2list .icon img {
		height: 30px
	}
	.prode2list .textbox {
		width: calc(100% - 46px)
	}
	.prode2list .textbox .title {
		font-size: 16px
	}
	.prode2list .textbox .text {
		font-size: 14px;
		margin-top: 4px
	}
	.prod3 {
		padding: 20px 0 40px
	}
	.prodtitle {
		font-size: 22px
	}
	.prod3 .slide {
		margin-top: 20px
	}
	.prod3 .slide .player {
		width: 40px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px
	}
	.prod4 {
		padding: 0 0 40px
	}
	.prod4 .items {
		margin-top: 15px
	}
	.prod4 .item {
		width: 50%;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px
	}
	.prod4 .item .img {
		width: 82%;
		margin: 0 auto
	}
	.prod4 .item .title {
		font-size: 14px;
		margin-top: 10px
	}
	.prod5 .wapimg {
		display: block
	}
	.prod5 .img {
		display: none
	}
	.prod5 .textbox {
		width: 100%;
		max-width: 100%;
		height: auto;
		position: static;
		margin-top: 0;
		padding: 0 15px;
		left: 0
	}
	.prod5 .textbox .box {
		padding: 30px 30px 66px;
		background-color: #fff;
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		position: relative
	}
	.prod5 .textbox .line {
		width: 32px
	}
	.prod5 .textbox .title {
		font-size: 14px
	}
	.prod5 .textbox .text {
		font-size: 20px
	}
	.prod5 .textbox .desc {
		font-size: 14px
	}
	.prod5 .swiper-button-next, .prod5 .swiper-button-prev {
		width: 32px;
		height: 32px;
		bottom: 20px
	}
	.prod5 .swiper-button-prev {
		left: 30px
	}
	.prod5 .swiper-button-next {
		left: 118px
	}
	.prod5 .numbox {
		bottom: 20px;
		left: 72px
	}
	.prod5 .numbox div {
		line-height: 32px;
		font-size: 18px
	}
	.prod6 .top .text {
		font-size: 22px;
		line-height: 68px
	}
	.prod6 .top {
		height: 68px
	}
	.prod6 .top .icon {
		line-height: 66px
	}
	.prod6 .top .icon img {
		margin-bottom: 0
	}
	.prod6.cur .icon img {
		margin-top: 2px
	}
	.prod6 .bot {
		padding: 25px 15px
	}
	.prod6 .bot .ruletext {
		font-size: 16px;
		margin-left: 0
	}
	.prod6 .bot .list {
		margin-bottom: 8px
	}
	.prod6 {
		padding: 10px 0 50px
	}
	.prod7 .box {
		padding-bottom: 40px
	}
	.prod7lr {
		width: 100%;
		margin-left: 0
	}
	.prod7lf {
		width: 100%;
		margin-top: 25px
	}
	.prod7lr .imgbox .text {
		font-size: 24px;
		top: 10px;
		left: 15px
	}
	.prod7lr .imgbox .wapimg {
		display: block
	}
	.prod7lr .imgbox .img {
		display: none
	}
	.prod7lr .textbox {
		padding: 20px 25px 30px
	}
	.prod7lr .textbox .title {
		font-size: 20px
	}
	.prod7lr .textbox .phone {
		font-size: 14px;
		margin-top: 6px
	}
	.prod7lf .title {
		font-size: 24px
	}
	.prod7lf .form {
		margin-top: 10px
	}
	.prod7lf .form .list {
		width: 100%;
		margin-bottom: 10px;
		padding: 0px 15px;
		height: 48px
	}
	.prod7lf .form .list .name {
		line-height: 46px
	}
	.prod7lf .form .list .input input {
		height: 46px;
		line-height: 46px
	}
	.prod7lf .selecttop .selectname {
		height: 46px
	}
	.prod7lf .selecttop .icon {
		margin-top: 20px
	}
	.prod7lf .selectitems {
		top: 46px
	}
	.prod7lf .form .btn {
		width: 100%;
		margin-top: 15px;
		height: 46px;
		line-height: 46px;
		font-size: 16px
	}
	.prod8 .box {
		margin-top: 20px
	}
	.prod8 .prod8list {
		width: 100%;
		margin-right: 0
	}
	.prod8 .prod8list .textbox {
		padding: 20px 25px 40px
	}
	.prod8 .prod8list .textbox .title {
		font-size: 20px
	}
	.prod8 .prod8list:nth-of-type(2) {
		display: none
	}
	.news {
		padding: 40px 0
	}
	.newsitem .newstoplf {
		font-size: 22px;
		line-height: 36px
	}
	.newsitem .box .newslist, .newsitem .box .newslist:nth-of-type(2), .newsitem .box .newslist:nth-of-type(3n-1) {
		width: 100%
	}
	.newsitem .box .newslist .textbox {
		padding: 20px 15px
	}
	.newsitem .newslist .textbox .title {
		font-size: 17px;
		height: 67px;
		line-height: 1.4
	}
	.newsitem .newslist .textbox .morebox {
		margin-top: 10px
	}
	.newsitem {
		margin-bottom: 30px
	}
	.newsitem .box {
		margin-top: 15px
	}
	.newsitem .newstoplr {
		width: 36px;
		height: 36px;
		background-size: 100% 100%
	}
	.newsd .content img {
		width: 100% !important;
		height: auto !important
	}
	.content iframe {
		width: 100% !important;
		height: 300px !important;
	}
	.newsd .content {
		padding: 25px 0
	}
	.newsdbox {
		padding-bottom: 40px
	}
	.newsd {
		margin-top: -20px;
		padding: 30px 15px
	}
	.newsd .top .date {
		font-size: 16px
	}
	.newsd .top .title {
		font-size: 24px;
		line-height: 1.2
	}
	.newsd .top {
		padding-bottom: 25px
	}
	.newsd .bot {
		margin-top: 25px
	}
	.newsd .sharebox .shareitem {
		width: 28px;
		margin-left: 6px
	}
	.newsd .sharebox .text {
		font-size: 14px;
		line-height: 28px
	}
	.newsd .bot .list .name, .newsd .bot .list .text {
		font-size: 14px
	}
	.newsd .bot .list {
		padding: 8px 16px;
		background-position: left top 14px;
		background-size: 6px auto
	}
	.newsd .bot .list .text {
		max-width: calc(100% - 58px)
	}

	.serpolicy1 {
		padding: 40px 0
	}
	.serpolicy1 .name {
		font-size: 22px
	}
	.serpolicy1 .box {
		margin-top: 30px
	}
	.serpolicy1 .list {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 25px 20px
	}
	.serpolicy1 .list:nth-last-of-type(1) {
		margin-bottom: 0
	}
	.serpolicy1 .list .icon img {
		width: 60px
	}
	.serpolicy1 .list .textbox {
		margin-top: 18px
	}
	.serpolicy1 .list .textbox .title {
		font-size: 18px
	}
	.serpolicy1 .list .textbox .line {
		width: 18px;
		margin: 6px 0 12px
	}
	.serpolicy2box .img {
		display: none
	}
	.serpolicy2box .wapimg {
		display: block
	}
	.serpolicy2box .items {
		display: none
	}
	.serpolicy2 {
		padding: 40px 0
	}
	.serpolicy2 .titlebox .btitle {
		font-size: 24px;
		line-height: 1.2
	}
	.serpolicy2 .titlebox .stitle {
		font-size: 16px
	}
	.serpolicy2box {
		margin-top: 25px
	}
	.serpolicy2 .wapimg {
		display: block
	}
	.serpolicy3 .box1 {
		margin-top: 0;
		padding: 25px 20px
	}
	.serpolicy3 .box1 .titlebox .title {
		font-size: 24px
	}
	.serpolicy3 .box1 .titlebox .text {
		font-size: 14px
	}
	.serpolicy3 .box1 .titlebox {
		margin-bottom: 30px
	}
	.serpolicy3 .box1 .bigname {
		font-size: 18px;
		padding-left: 14px
	}
	.serpolicy3 .box1 .formlist {
		height: auto
	}
	.serpolicy3 .box1 .formlist, .serpolicy3 .box1 .formlist.w4529 {
		width: 100%;
		padding: 10px;
		margin-top: 10px
	}
	.serpolicy3 .box1 .formlist.select .name {
		background-position: right center
	}
	.serpolicy3 .box1 .formlist .name {
		font-size: 12px
	}
	.serpolicy3 .box1 .formlist .input {
		width: 64%
	}
	.serpolicy3 .box1 .subbtn {
		width: 100%;
		height: 54px;
		line-height: 54px;
		font-size: 16px
	}
	.serpolicy3 .box2 {
		padding: 25px 20px
	}
	.serpolicy3 .box2 .bigtitle {
		font-size: 26px
	}
	.serpolicy3 .box2 .item {
		width: 100%;
		margin-bottom: 25px
	}
	.serpolicy3 .box2 .item:nth-of-type(1) {
		border-right: none;
		padding-bottom: 25px;
		border-bottom: 1px solid #e8e8e8
	}
	.serpolicy3 .box2 .item .title {
		font-size: 18px
	}
	.serpolicy3 .box2 .item .text {
		line-height: 1.6
	}
	.serpolicy3 .box2 .items {
		margin-top: 30px
	}
	.serpolicy3 .box2 .item:nth-of-type(2) {
		padding-left: 0;
		margin-bottom: 0
	}
	.serpolicy3 {
		padding-bottom: 40px
	}
}
@media (max-width: 640px) {
    header {
        position: fixed;
        height: 60px;
    }
    .headbot {
        height: 60px;
        border-bottom: 1px solid #eee;
    }
    .headbot .navleft {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .navitems .navitem .navitem-name {
        margin: 0 15px;
    }
    .navitems .navitem .navitem-name a {
        font-size: 18px;
        line-height: 50px;
    }
    .navitems .navitem .navitem-name:before {
        font-size: 18px;
    }
    .navitem .childbox {
        width: 100%;
    }
    .navitem .childbox .item {
        line-height: 20px;
    }
    .navitem .childbox .item:first-child {
        padding-top: 10px;
        background-position: 20px 15px;
    }
    .navitem .childbox .item:last-child {
        padding-bottom: 10px;
        background-position: 20px 15px;
    }
    .headbot .logo {
        height: 60px;
        padding: 20px 0;
    }
	.headbot .logo .img img.w {
		display: none;
	}
	.headbot .logo .img img.b {
		display: block;
	}
	.wapbtnbox {
        height: 60px;
	}
	.wapbtnbox span {
	    width: 25px;
	}
	#translate {
        top: 17px;
	}
	#translate > .translateSelectLanguage {
        width: 100px;
        color: #666;
        border: 1px solid #ccc;
        padding: 3px 6px;
	}
	.navright .searchbox {
        top: 60px;
        height: 70px;
    }
    .navright .searchbox .input input {
        font-size: 15px;
    }
	.navright .search .icon {
	    height: 60px;
	    background-position: 4px 23px;
	}
	.navright .search .icon:after {
	    width: 0;
	}
	.indexban {
	    top: 60px;
	}
	.indexban .swiper-container-horizontal > .swiper-pagination-bullets {
	    bottom: 145px;
	}
	.indexa {
        padding: 86px 0 30px;
    }
    .indexa-lslide .swiper-slide {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .indexa-lslide .swiper-slide .text a {
	    font-family: 'FjallaOne';
        font-size: 16px;
        letter-spacing: 0;
    }
    .indexa-r {
        margin-top: 15px;
    }
    .indexb {
        padding: 0 0 90px;
    }
    .indexbslide .textbox {
        padding: 15px;
    }
    .indexbslide .textbox .text {
        font-size: 13px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .indexbslide .textbox .title {
        font-size: 15px;
    }
    .indexbslide .swiper-slide .box .img {
        padding: 5px;
    }
    .indexbtop-r {
        bottom: 30px;
    }
    .indexb .swiper-button-next, .indexb .swiper-button-prev, 
    .indexe .swiper-button-next, .indexe .swiper-button-prev {
        font-size: 14px;
        color: #aaa;
    }
    .indexc {
        padding: 30px 0 20px;
    }
    .indexc .box {
     margin-top: 10px;
    }
    .indexc .list {
        padding: 12px 0;
    }
    .indexc .bigtitle {
        width: 90%;
        font-size: 17px;
        line-height: 1.6;
    }
    .indexc .list .numUp {
        font-size: 22px;
    }
    .indexd .textbox .title {
        font-size: 17px;
        line-height: 1.2;
    }
    .indexd .textbox {
        padding: 20px 15px 15px;
    }
    .indexd .textbox .text {
        font-size: 14px;
        line-height: 1.4;
        padding-top: 10px;
        margin-top: 0;
        max-height: 70px;
        -webkit-line-clamp: 3;
    }
    .indexd .textbox .morebox {
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        margin-top: 15px;
    }
    .indexe {
        padding: 35px 0 85px;
    }
    .indexe .bot .box .textbox {
        padding: 15px 20px 35px;
    }
    .indexe .bot .box .textbox .title {
        font-size: 15px;
        height: 40px;
        line-height: 1.2;
    }
    .indexe .bot .box .textbox .morebox {
        display: none;
    }
    .serpolicy2 {
        display: none;
    }
    .foot {
        border-top: 1px solid #eee;
    }
    .foottop {
        padding: 0 0 15px;
    }
    .foottop .leftbox {
        width: 100%;
    }
    .foottop .footcon {
        margin-top: 15px;
    }
    .foottop .footcon .logo {
        width: 150px;
        margin: 5px auto;
    }
    .foottop .footcon .textbox {
        margin-top: 10px;
    }
    .foottop .footcon .list.name {
        display: none;
    }
    .foottop .footcon .list {
        margin-bottom: 2px;
    }
    .footbot {
        padding: 15px 0;
    }
    #side_chat {
        right: 15px;
        bottom: 15px;
    }
    .pageban {
        margin-top: 60px;
    }
    .protop .protoplf {
        display: none;
    }
    .typenav {
        display: none;
    }
    .productbox {
        padding: 0 0 1px;
    }
    .proitem {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4.5%;
        -moz-box-shadow: 1px 1px 0 rgb(0 0 0 / 1%);
        -webkit-box-shadow: 1px 1px 0 rgb(0 0 0 / 1%);
        box-shadow: 1px 1px 0 rgb(0 0 0 / 1%);
    }
    .proitem:nth-child(even) {
        margin-right: 0;
    }
    .proitem .img {
        padding: 10px;
    }
    .proitem .textbox {
        padding: 5px 20px 15px;
    }
    .proitem .textbox .title {
        font-size: 15px;
        text-align: left;
        max-height: 25px;
    }
    .proitem .textbox .text {
        font-size: 13px;
        line-height: 1.4;
        max-height: 55px;
        margin-top: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .prode1 .img {
        width: 80%;
    }
    .prode1 .textbox .desc {
        font-size: 16px;
        line-height: 3.15;
    }
    .prode1 .textbox .btnbox {
        margin-top: 0;
    }
    .prode1 .textbox .btnbox .twoonebtn {
        width: 90%;
        height: 42px;
        line-height: 42px;
        padding-left: 0;
    }
    .prode1 .textbox .btnbox .btn2 {
        font-size: 16px;
    }
    .prodbantextbox .title, .prode1 .textbox .title {
        font-size: 20px;
        text-align: center;
    }
    .prod3 {
        padding: 35px 0 40px;
    }
    .prod6 {
        padding: 30px 0;
    }
    .prod6 .top {
        height: 30px;
    }
    .prod6 .top .text {
        line-height: 30px;
    }
    .prod6 .top .icon img {
        width: 80%;
        margin-bottom: 3px;
    }
    .prod6 .bot {
        padding: 0;
    }
    .prod6 .bot .botbox p {
        font-size: 15px;
        line-height: 1.7;
    }
    .prod6 .bot .botbox table {
        margin: 15px 0;
        border: 1px solid #eee;
    }
    .prod6 .bot .botbox table td {
        font-size: 13px !important;
        line-height: 1;
        padding: 5px 10px;
        border: 1px solid #eee;
    }
    .prod6 .bot .botbox table td span {
        font-size: 13px !important;
    }
    .prod8 {
        display: none;
    }
    .about1 .textbox .title {
        font-size: 22px;
        padding-top: 40px;
    }
    .about1 .textbox .text {
        font-size: 15px;
        line-height: 1.7;
    }
    .about1, .about2, .about3 {
        padding: 0 0 10px;
    }
    .about2item .img .video {
        margin-bottom: 20px;
    }
    .about2item .textbox .box .list {
        font-size: 15px;
    }
    .about3item .text {
        font-size: 15px;
    }
    .pageban .img {
        width: 100%;
        aspect-ratio: 4 / 1;
    }
    .fs24color {
        font-size: 20px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 5px;
    }
    .imgs {
        padding: 30px 0 20px;
    }
    .imgs .imglist ul li {
        padding: 5px;
        margin-bottom: 15px;
    }
    .news {
        padding: 0 0 10px;
    }
    .newsitem .box .newslist {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .newsitem .newslist .textbox .title {
        font-size: 16px;
    }
    .newsdbox {
        background-color: #fff;
        padding-bottom: 10px;
    }
    .newsdbox.pp {
        padding-top: 0;
    }
    .newsdbox.pp .newsd {
        padding-bottom: 0;
    }
    .newsd {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        margin-top: 30px;
    }
    .newsd .top {
        padding-bottom: 15px;
    }
    .newsdbox.pp .newsd .top {
        display: none;
    }
    .newsd .top .title {
        font-size: 18px;
        line-height: 1.5;
    }
    .newsd .content {
        padding: 15px 0;
    }
    .newsd .content p, .newsd .content strong, .newsd .content b {
        font-size: 15px;
        line-height: 1.7;
    }
    .newsd .bot {
        margin-top: 10px;
    }
    .newsd .bot .list:last-child {
        border-bottom: none;
    }
    .newsd .bot .list .text {
        max-width: 100%;
    }
    .newsitem .newslist .textbox .title {
        height: 46px;
    }
    .newsitem .box .newslist .textbox {
        padding: 15px 12px;
    }
    .app1 {
        padding: 30px 0;
    }
    .appb1 {
        padding: 10px 0 30px;
    }
    .app1 .one .text {
        font-size: 15px;
        margin-top: 15px;
        line-height: 1.6;
    }
    .app1 .one .textbox {
        margin-top: 30px;
        margin-right: 0;
    }
    .appb1 .bigtitle {
        display: none;
    }
    .appb1 .textbox .title {
        font-size: 20px;
        padding-top: 10px;
    }
    .appb1 .textbox .text {
        font-size: 14px;
        line-height: 1.5;
        -webkit-line-clamp: 10;
        max-height: 100%;
    }
    .appb1 .appb1slide .swiper-button-next, 
    .appb1 .appb1slide .swiper-button-prev {
        width: 12px;
        height: 22px;
        background-size: 80% 80%;
    }
    .appb1 .appb1slide .numbox {
        left: 5px;
        bottom: 4px;
    }
    .faq {
        padding: 30px 0 5px;
    }
    .enter_chart_content15 .step {
        width: calc(100% - 25px);
        padding: 15px 20px 15px 40px;
    }
    .enter_chart_content15 .step__title {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .enter_chart_content15 .step__content {
        font-size: 14px;
        line-height: 1.5;
    }
    .enter_chart_content15 .step__number {
        font-size: 20px;
        line-height: 48px;
        width: 50px;
        height: 50px;
    }
    .contact {
        padding: 20px 0 30px;
    }
    .contact .title {
        display: none;
    }
    .contact .box .name {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .contact .box .list {
        font-size: 15px;
        line-height: 1.6;
    }
    .contactmess .prod7lf {
        padding: 30px 0;
        margin: 0 auto;
    }
    .prod7lf .form .list .input input {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }
    .conmapbox {
        height: 300px;
    }
    .layui-layer {
        width: 99% !important;
        height: auto !important;
    }
    #popwin form {
        padding: 5%;
    }
    #popwin form li {
        width: 100%;
        margin: 0 0 2% 0;
    }
    #popwin form li:nth-last-child(2) {
        width: 36%;
        margin-bottom: 5%;
    }
    #popwin form li #submit, #popwin form li #submitId {
        padding: 7px 0 6px;
    }
    .layui-layer-molv .layui-layer-title {
        font-size: 16px !important;
    }
    .popwin .service {
        padding-bottom: 15px;
    }
    .prod7lf .form .list.vd {
        width: 54%;
    }
}
@media (max-width:380px) {
	.protop .protoplf {
		font-size: 16px
	}
	.protop .protoplr {
		margin-top: 4px
	}
	.prode1 .textbox .btnbox .btn {
		padding-left: 28vw
	}
}
@media (max-width:370px) {
	.protop .protoplf {
		font-size: 14px
	}
	.protop .protoplr {
		margin-top: 2px
	}
	.prode1 .textbox .btnbox .btn {
		padding-left: 24vw;
		background-position: right 27vw center
	}
}