.index-product {
	padding: 10px 100px;
	z-index: 99999;
	position: relative;
	width: 100%;
	background: url(../images/product_bg.jpg) no-repeat;
	background-position: top;
	background-size: cover;
	margin-bottom: 30px;
}

.productlist .swiper-slide {
	margin-bottom: 50px;
}
.productlist .swiper-slide .proimg{overflow: hidden;}
.productlist .swiper-slide .proimg ul li img {
	-webkit-transition: transform ease 0.7s;
	-webkit-transition: -webkit-transform ease 0.7s;
	transition: -webkit-transform ease 0.7s;
	transition: transform ease 0.7s;
	transition: transform ease 0.7s, -webkit-transform ease 0.7s;
}
.productlist .swiper-slide:hover img {
	-webkit-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
.protitle {
	text-align: center;
	margin: 120px auto 80px;
}

.titname1 {
	font-size: 56px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	color: #4d4c4c;
	font-family: "mosheffieldss";
}

.titname1:before {
	content: "";
	display: block;
	width: 45%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	background: #d5e5f5;
}

.titname2 {
	font-size: 40px;
	line-height: 0;
	padding-left: 30%;
	color: #4d4c4c;
	font-family: "mosheffield";
}
.gongcbg .titname2{padding-left: 23%;}
.proimg ul li {
	display: none;
}

.proimg ul li.active {
	display: block;
}

.card-colors {
	height: auto;
	text-align: left;
	cursor: pointer;
}

.card-colors .fast-swatches {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 0;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 10px;
}

.fast-swatches .alo-swatch-coll {
	-webkit-transition: border .3s ease;
	-o-transition: border .3s ease;
	-moz-transition: border .3s ease;
	transition: border .3s ease;
	width: 26px;
	height: 26px;
	display: inline-block;
	border: 1px solid #bebdbd;
	margin-right: 6px;
	padding: 1px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: var(--secondary-font);
	text-transform: uppercase;
}

.fast-swatches .alo-swatch-coll .ps-image-cont {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.probiaoti {
	margin-top: 10px;
	font-size: 16px;
	text-align: left;
	display: inline-flex;
	align-items: center;
	font-weight: 100;
	outline: none;
	cursor: pointer;
	width: 100%;
	position: relative;
}

.probiaoti .arrow {
	position: absolute;
	top: 8px;
	right: 3px;
	display: inline-block;
	transition: transform .7s cubic-bezier(.075, .82, .165, 1);
}

.probiaoti .arrow:before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-color: currentcolor;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-radius: 0 2px 0 0;
	transform: rotate(45deg);
}

.probiaoti .arrow:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	width: 14px;
	height: 1px;
	background: currentColor;
	transition: width 1.4s cubic-bezier(.075, .82, .165, 1);
}

.probiaoti:focus .arrow,
.probiaoti:hover .arrow {
	transform: translateX(-10px);
}

.probiaoti:focus .arrow:after,
.probiaoti:hover .arrow:after {
	width: 40px;
}


/*产品展示*/

.indexproductweb {
	margin-top: 50px;
	padding: 30px 100px 80px;
	z-index: 9999;
	position: relative;
	width: 100%;
	border-top: 1px solid var(--header-grid-borders);
}

.indexproductweb ul {
	display: flex;
}

.indexproductweb ul li {
	display: flex;
	width: 32%;
	margin-right: 2%;
}

.indexproductweb ul li:last-child {
	margin-right: 0;
}

.indexproductweb ul li img {
	max-width: 100%;
}

.indexproductweb ul li:hover img {
	background-color: rgba(0, 0, 0, 0.2);
	opacity: .7;
}

.indexproductweb ul li .prowebtit {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	font-family: "mosheffieldss";
	color: #4d4c4c;
}

.indexproductweb ul li .prowebtit:before {
	content: "";
	display: block;
	width: 98%;
	height: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

.indexproductweb ul li:nth-child(1) .prowebtit:before {
	background: #f6f4df;
}

.indexproductweb ul li:nth-child(2) .prowebtit:before {
	background: #f7deda;
}

.indexproductweb ul li:nth-child(3) .prowebtit:before {
	background: #f7f0f4;
}

.gongcbg {
	overflow: hidden;
	z-index: 99999;
	position: relative;
	width: 100%;
	background-position: top;
	background-size: cover;
}
.aboutggbg{z-index: -1;}
.gongcbg .protitle {
	text-align: left;
	margin: 60px auto 200px;
}

.gongcbg .titname1:before {
	right: auto;
	margin: auto;
}

.gongcbg .titname1 {
	padding-left: 180px;
}

.indexourgongc {
	position: relative;
}

.indexourgongc:before {
	content: "";
	display: block;
	width: 100%;
	height: 65%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	background: #f0f1f1;
}

.indexgcnrong {
	margin-top: -80px;
	padding: 10px 100px;
	z-index: 999999;
	position: relative;
	width: 100%;
}

.indexgcry {
	background: #ffffff;
	padding: 30px 0;
}

.indexgcry ul {
	display: flex;
}

.indexgcry ul li {

	width: 25%;
	text-align: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
}

.indexgcry ul li span#igcrytext1 {
	display: inline-block;
	color: #cd6aa7;
	font-weight: bold;
	font-size: 30px;
}

.indexgcry ul li span#igcrytext2 {
	display: inline-block;
	color: #4d4c4c;
	font-weight: 100;
	font-size: 14px;
	vertical-align: super;
}

.indexgcry ul li span#igcrytext3 {
	display: block;
	width: 100%;
	color: #4d4c4c;
	font-weight: bold;
	font-size: 18px;
}

.gongcsming {
	overflow: hidden;
	width: 100%;
	display: flex;
	margin-top: 60px;
}

.gongcsming .gcsg1 {
	width: 50%;
	margin-right: 10%;
}

.gongcsming .gcsg2 {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.gongcsming .gcsg2 .viplayer{width: 70px;height: 70px;position: absolute;left: calc(50% - 35px);top: calc(50% - 70px);z-index: 9999;}

.gcsgtitle {
	text-align: left;
}

.gtext1 {
	font-size: 56px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	padding-left: 30px;
	font-family: "mosheffieldss";
	color: #4d4c4c;
}

.gtext1:before {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	background: #ffffff;
}

.gtext2 {
	font-size: 30px;
	line-height: 0;
	padding-left: 30%;
	color: #4d4c4c;
	font-family: "mosheffield";
}

.gcsgpart {
	overflow: hidden;
	display: flex;
	width: 100%;
}

.gcsgpart ul {
	display: flex;
}

.gcsgpart ul li {
	margin-right: 20px;
}

.gcsgcontent p {
	color: #4d4c4c;
}

.gongcsming .gcsg2 video {
	width: 100%;
}

.gcsgpic {
	padding: 15px;
	background: #ffffff;
	margin-top: 60px;
	position: relative;
	z-index: -1;
}
.gcsgpic .protitle{margin: 40px auto 80px;}
.gcsgpic ul {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0;
}

.gcsgpic ul li {
	width: 16.66666667%;
}
.gcsgpic ul li:nth-child(even) .boxs {
    background-color: rgba(238,238,238,0.15);
}
.gcsgpic ul li img {
	width: 100%;
}

.gcsgpic ul li img {
	-webkit-transition: transform ease 0.7s;
	-webkit-transition: -webkit-transform ease 0.7s;
	transition: -webkit-transform ease 0.7s;
	transition: transform ease 0.7s;
	transition: transform ease 0.7s, -webkit-transform ease 0.7s;
}

.gcsgpic ul li .gpicimg {
	display: block;
	overflow: hidden;
	width: 100%;
}

.gcsgpic ul li .gpictit {
	font-size: 18px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.factoryjiao {
	background: #ffffff;
	overflow: hidden;
	margin-top: 60px;
}

.factoryjiao ul {
	display: flex;
}

.factoryjiao ul li {
	width: 31%;
	margin: 1%;
}

.factoryjiao ul li img {
	width: 100%;
}

.factoryjiao ul li img {
	-webkit-transition: transform ease 0.7s;
	-webkit-transition: -webkit-transform ease 0.7s;
	transition: -webkit-transform ease 0.7s;
	transition: transform ease 0.7s;
	transition: transform ease 0.7s, -webkit-transform ease 0.7s;
}

.factoryjiao ul li .gpicimg {
	display: block;
	overflow: hidden;
	width: 100%;
}

.factoryjiao ul li .gpictit {
	padding: 5px;
	overflow: hidden;
}

.factoryjiao ul li .gptext1 {
	font-size: 16px;
	display: block;
	text-align: center;
	margin-top: 20px;
}

.factoryjiao ul li .gptext2 {
	font-size: 22px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.factoryjiao ul li .gptext3 {
	font-size: 16px;
	display: block;
}

.factoryjiao ul li:hover img,
.gcsgpic ul li:hover img {
	-webkit-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}

.index-certificate {
	z-index: 9999;
	position: relative;
	width: 100%;
}
.index-certificate .protitle{margin: 0px auto 80px !important;}
.certificateimg {
	width: 100%;
}

.certificateimg img {
	display: block;
	width: 100%;
}

.index-certificate .titname1:before {
	background: #e1e1e1;
}

.index-conact {
	z-index: 9999;
	position: relative;
	width: 100%;
	background: #d2d2d2;
}

.contactico {
	padding: 10px 100px;
}

.incontitle {
	display: block;
	text-align: center;
	padding: 80px 0 40px;
}

.incontitle .incontext1 {
	font-size: 48px;
}

.incontitle .incontext2 {
	font-size: 18px;
}

.contactico {
	overflow: hidden;
	margin: 50px 0 80px;
}

.contactico ul {
	display: flex;
}

.contactico ul li {
	width: 25%;
	text-align: center;
}

.contactico ul li .tacticotit {
	padding: 30px 0;
}

.message {
	border-top: 2px solid #b9b9b9;
	margin: 10px 100px;
	display: flex;
	padding: 30px 15px;
}

.message .messtit span {
	display: block;
	color: #151515;
	font-size: 26px;
	line-height: 30px;
}

.message .messtit span:last-child {
	color: #7e7e7e;
	font-size: 18px;
}

.messform form {
	display: flex;
	align-items: center;
}

.message .messtit {
	width: 30%;
}

.message .messform {
	width: 70%;
}

.messform form input {
	width: 40%;
	margin-right: 3%;
	border: 1px solid #b8b8b8;
	background: #ffffff;
	color: #6e6e6e;
}

.messform form input:last-child {
	width: 14%;
	background: #8b8b8b;
	margin-right: 0;
	color: #000000;
}
@media screen and (max-width: 1440px) {
.gtext1{font-size: 46px;}
.index-product{padding: 10px 2.5%;width: 100%;margin: 0 auto;}
.indexgcnrong{width: 100%;padding: 10px 2.5%;}
}

@media screen and (max-width: 1388px) {
.footer-r .footr_ico ul{width: 60%;}
}
@media screen and (max-width: 1280px) {
.messform form input:last-child{width: 20%;}
}

@media screen and (max-width: 1024px) {
	.index-product,.indexproductweb,.indexgcnrong,.contactico,.message,.footer{padding: 10px 2.5%;width: 100%;margin: 0 auto;}
	.titname1{font-size: 40px;}
	.titname2{font-size: 20px;}
	.titname1:before{width: 50%;height: 28px;}
	.gongcbg .protitle{margin: 50px auto 80px;}
	.indexproductweb ul li .prowebtit{font-size: 20px;}
	.indexproductweb{margin: 30px auto;padding: 50px 5%;}
	.indexgcnrong{margin: -100px auto 0;}
	.indexgcry ul {flex-wrap: wrap;}
	.indexgcry ul li{width: 50%;margin-bottom: 4%;}
	.gongcsming {flex-direction: column;}
	.gongcsming .gcsg1{width: 100%;margin-right: 0;}
	.gongcsming .gcsg2{width: 100%;}
	.gtext1{font-size: 40px;}
	.gtext2{font-size: 20px;}
	.contactico ul {flex-wrap: wrap;}
	.contactico ul li{width: 50%;}
	.gongcsming .gcsg2 .viplayer{top: calc(50% - 35px);}
	.site-menu-handle{margin-right: 15px;}
	.method_list{margin: 0 auto !important;width: 95%;flex-wrap: wrap;}
	.indexgongsyij{padding-top: 0 !important;}
}
.swiper-slidewap{display: none !important;}
@media screen and (max-width: 768px) {
	.swiper-slidepc{display: none !important;}
	.swiper-slidewap{display: block !important;}
	.protitle {margin: 0px auto 40px !important;}
	.indexproductweb ul li img {display: block;width: 100%;}
	.productlist .swiper-slide .proimg ul li img{width: 100%;}
	.factoryjiao ul{flex-direction: column;}
	.factoryjiao ul li{width: 100%;margin: 0 0 50px 0;}
	.factoryjiao ul li .gptext1,.factoryjiao ul li .gptext3{font-size: 14px;}
	.factoryjiao ul li .gptext1{margin-top: 5px;}
	.factoryjiao ul li .gptext2{font-size: 18px;}
	.titname1{font-size: 26px;}
	.titname2{font-size: 14px;line-height: 5px;padding-left: 15%;}
	.titname1:before{width: 90%;height: 24px;}
	.gongcbg .protitle {margin: 30px auto 140px;}
	.gongcbg .titname1{padding-left: 30px;}
	.indexproductweb ul li{width: 100%;margin-right: 0;margin-bottom: 50px;display: block;}
	.indexproductweb ul li .prowebtit{font-size: 24px;}
	.indexproductweb ul {flex-direction: column;}
	.indexgcry ul li span#igcrytext1{font-size: 20px;}
	.indexgcry ul li span#igcrytext2{font-size: 12px;}
	.indexgcry ul li span#igcrytext3{font-size: 14px;}
	.indexproductweb{margin: 30px auto 0;padding: 50px 5% 0;}
	.gtext1{font-size: 26px;}
	.gtext1:before{height: 20px;}
	.gtext2{font-size: 14px;line-height: 10px;}
	.incontitle{margin: 0 5%;padding: 40px 0;}
	.incontitle .incontext1{font-size: 30px;margin-bottom: 10px;}
	.incontitle .incontext2{line-height: 22px;}
	.contactico ul li{width: 100%;}
	.footer-l,.footer-r{width: 100%;}
	.message,.messform form,.footer-l ul{flex-wrap: wrap;}
	.message .messtit{width: 100%;margin-bottom: 30px;margin-top: 20px;}
	.message .messform{width: 100%;margin-bottom: 20px;}
	.messform form input{width: 100%;margin-bottom: 3%;}
	.messform form input:last-child{width: auto;}
	.footer-l .footcopy {display: none;}
	.footer-l .footdbt:first-child a{margin-bottom: 5px;}
	.footer-l .footdbt a{padding: 2px 0;font-size: 14px;}
	.footer-r .footcopy {font-size: 12px;color: #5b5b5b;display: block;text-align: center;margin: 10px 0;}
	.gongcsming{margin-top: 30px;}
	.gcsgpart{margin: 30px 0 20px;}
	.gcsgpic{margin-top: 30px;padding: 20px 0;}
	.gcsgpic .gtext1{padding-left: 0px !important;}
	#gcsgpicsd{padding-top: 10px !important;}
	.gcsgpic ul li{width: 33.33333334%;}
	.index-about-list .data .icon{height: 20px !important;width: 40px !important;}
	.gcsgpic ul{margin: 25px 0;}
	.index-certificate .protitle {margin: 0px auto 30px !important;}
	.certificateimgs{padding: 10px 2.5% !important;}
	.certificateimgs ul{flex-wrap: wrap;}
	.certificateimgs ul li{width: 48% !important;}
	.index-conact .incontitle{padding: 20px 0 0 !important;}
	.index-conact .incontitle .incontext2{font-size: 14px;line-height: 20px;}
	.method_list .method_item{width: 50% !important;}
	.indexgongsyij .gongcbg .protitle{margin: 30px auto 140px !important; }

}