/*default*/

body {
	opacity: 0;
}

@font-face {
	font-family:"Tungsten";
	src: url('../fonts/Tungsten-Semibold.ttf');
}
h3 {
	font-size: 0.36rem;
	font-weight: normal;
	padding-bottom: 0.16rem;
}

h5 {
	font-size: 0.16rem;
	font-weight: normal;
	margin-bottom: 0.16rem;
	position: relative;
}

p {
	font-size: 0.14rem;
	color: #bab9b9;
	line-height: 2;
}
.img2{
		display: none;
	}
.banner	.container{
		position: absolute;
	    top: 100px;
	    left: 150px;
	}
@media only screen and (max-width:992px) {
	.img1{
		display: none;
	}
	.img2{
		display: block;
	}
	.banner	.container{
		position: absolute;
	    top: 10%;
	    left: 2%;
	}
	#leftTabBox .bd li:nth-child(7){
		display: none;
	}
	#leftTabBox .bd li:nth-child(8){
		display: none;
	}
	#leftTabBox .bd li:nth-child(9){
		display: none;
	}
	#leftTabBox .bd li:nth-child(10){
		display: none;
	}
}	
.split-nav {
	padding: 0.2rem 0;
	font-size: 0.18rem;
}

.split-nav li {
	border-left: 1px solid #C2C1C1;
	display: inline-block;
	padding: 0 0.1rem;
	cursor: pointer;
}

.split-nav li:first-child {
	border-left: 0;
	padding-left: 0;
}

.split-nav li.active {
	font-weight: bold;
	color: #F39800;
}

.row-sm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.col-2_5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.trade-item {
	padding: 0.16rem;
	background-color: white;
	text-align: center;
	display: block;
	transition: all 0.2s;
}

.trade-item h5::before {
	content: '\e616';
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	bottom: -0.34rem;
	left: 0;
	color: #EDECEC;z-index: 9;
}

.trade-item h5::after {
	content: '\e612';
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	bottom: -0.34rem;
	right: 0;z-index: 9;
	color: #EDECEC;
}

.trade-item .trade-img::before {
	content: '\e615';
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #EDECEC;
}

.trade-item .trade-img::after {
	content: '\e613';
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #EDECEC;
}

.trade-img {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 0.16rem;
	position: relative;
	background: no-repeat center center/contain;
}

.trade-img img {
	/*position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 100%;
	max-height: 100%;*/
}

.trade-item:hover {
	box-shadow: 0 0 6px lightgray;
	color: #333;
}

.trade-item:hover ::before,
.trade-item:hover ::after {
	color: #F39800;
}

.trade-item:hover .btn {
	color: white;
	background-color: #F39800;
}

.trade-item .btn {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}

.btn {
	font-size: 0.14rem;
}

.company-info h1 {
	font-size: 0.64rem;
	color: #F39800;
	font-family:"Tungsten";
	font-weight: normal;
	padding-bottom: 0.16rem;
}

.company-info h1 span {
	font-size: 0.14rem;
	padding-bottom: 0.5rem;
	position: relative;
	top: -0.36rem;
}

.company-info p {
	color: #666666;
	line-height: 2;
}

.btn.focus,
.btn:focus,
.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 0.02rem rgba(248, 249, 250, .5);
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.02rem rgba(248, 249, 250, .5);
}


/*header*/

header {
	position: fixed;
	left: 0;
	top: 0;
	padding: 0.1rem 0;
	background-color: white;
	z-index: 100;
}

header ul {
	display: inline-block;
	vertical-align: middle;
}
header .switch{
	padding-right: 0.1rem;
}
header li {
	display: inline-block;
	font-size: 0;
	line-height: 1;
	position: relative;
}

header a {
	font-size: 0.16rem;
	height: 0.64rem;
	line-height: 0.64rem;
	display: inline-block;
}

header .nav a.active {
	color: #F39800;
}
header .nav a.on {
	color: #F39800;
}
header .logo {
	width: 2.3rem;
	height: 0.64rem;
	background: url(../images/logo.png) no-repeat center center/contain;
}

header .switch a {
	font-size: 0.14rem;
	height: 0.64rem;
	line-height: 0.64rem;
	color: #A0A0A0;
}

header .switch a.active {
	color: #F39800;
}

header .switch li:first-child {
	padding-right: 0.08rem;
}

header .switch li:first-child::after {
	content: '';
	width: 1px;
	height: 0.12rem;
	background-color: #A0A0A0;
	position: absolute;
	right: 0.03rem;
	top: 0.26rem;
}

header .concat a {
	font-size: 0.28rem;
	color: #CECECF;
}

header .concat a.active {
	color: #F39800;
}

.maincontainer {
	padding-top: 0.84rem;
}

header .iconcaidan {
	display: none;
	font-size: 0.28rem;
	color: #CECECF;
	height: 0.64rem;
	line-height: 0.64rem;
	padding: 0 0.16rem;
	cursor: pointer;
}

header .nav {
	transition: all 0.2s;
}

header .nav.active {
	transform: scaleY(1);
}


/*footer*/

footer {
	background-color: #22252B;
}

footer h4 {
	color: white;
	font-weight: normal;
	font-size: 0.16rem;
	line-height: 2;
	padding-bottom: 0.2rem;
}

footer a {
	font-size: 0.14rem;
	color: #919192;
	line-height: 2;
}

footer .col-3 {
	border-left: 1px solid #2A2E35;
}

footer .col-3:first-child {
	border-left: 0;
}

footer ol li {
	display: inline-block;
}

footer ol .iconfont {
	font-size: 0.28rem;
}

footer .copyright {
	border-top: 1px solid #2A2E35;
}

footer p {
	font-size: 0.14rem;
	height: 0.64rem;
	line-height: 0.64rem;
	color: #A0A0A0;
}


/*maincontainer*/

#swipe2.swiper-container {
	padding-bottom: 0.3rem;
}

#swipe2 .swiper-pagination {
	bottom: 0;
}

.swiper-container:hover .index.swiper-button-prev {
	opacity: 1;
}

.swiper-container:hover .index.swiper-button-next {
	opacity: 1;
}

.swiper-container.index .swiper-wrapper {
	transition-timing-function: ease-in-out;
}

.index.swiper-button-prev {
	transform: unset;
	opacity: 0;
}

.index.swiper-button-next {
	transform: unset;
	right: 10px;
	margin-right: 0;
	opacity: 0;
}

.banner {
	height: 6.76rem;
	
}

.banner-text p {
	font-size: 0.36rem;
	color: white;
	line-height: 1.5;
}

.banner-text .btn {
	font-size: 0.24rem;
	padding: 0.08rem 0.4rem;
	border-radius: 0.6rem;
	font-size: 0.16rem;
	border-style: dashed;
}

.index-part1 {
	background-color: #F6F6F7;
}

.index-part2 .swipe2Container {
	height: 1.2rem;
	overflow: hidden;
}

.index-part3 {
	background-color: #262626;
}

.index-part3 .row {
	background: url(../images/aboutusbg_03.png) no-repeat center bottom;
	background-size: 100% auto;
}

.index-part3 h3 {
	color: white;
}

.index-part3 .rounded-circle {
	width: 1.9rem;
	height: 1.9rem;
	background: no-repeat center center/cover;
	transition: all 0.2s ease-in;
}

.index-part3 .rounded-circle:hover {
	width: 2rem;
	height: 2rem;
	margin-bottom: 0.4rem !important;
	background-position: 80%;
}

.index-part3 .col-3 {
	border-left: 1px solid #3A3A3A;
}

.index-part3 .col-3.py-3 {
	padding-top: 1.5rem !important;
	padding-bottom: 1rem !important;
}

.index-part3 .col-3.py-3:first-child {
	padding-top: 0.4rem !important;
}

.index-part3 .col-3:first-child {
	border: 0;
}

.index-part3 .col-3:first-child .rounded-circle {
	background-image: url(../images/c0.png);
}

.index-part3 .col-3:nth-child(2) .rounded-circle {
	background-image: url(../images/c1.png);
}

.index-part3 .col-3:nth-child(3) .rounded-circle {
	background-image: url(../images/c2.png);
}

.index-part3 .col-3:last-child .rounded-circle {
	background-image: url(../images/c3.png);
	/*background-position: center right;*/
}

.index-part4 .device-imgbox {
	height: 0;
	width: 100%;
	padding-bottom: 58%;
	position: relative;
	overflow: hidden;
	background: no-repeat center center/cover;
	transition: all 0.2s ease-in;
}

.index-part4 .device-imgbox:hover {
	transform: scale(1.1);
}


/*product-center*/

.product-center .banner {
	height: 4.3rem;
	background-position: center left;
	background-image: url(../images/tradebanner0_02.jpg);
}

.product-center p {
	color: #073190;
	font-weight: bold;
}

.path-box {
	line-height: 0.6rem;
	height: 0.6rem;
}

.path-box span {
	vertical-align: middle;
	color: #A3A3A3;
}

.path-box span:last-child {
	color: #F39800;
}

.path-box .ico {
	font-family: cursive;
}
.bd h5{
	height:20px;overflow: hidden;
}
.product-center .split-nav {
	padding-top: 0;
	padding-bottom: 0;
}

.product-center .split-nav li {
	padding: 0.2rem;
	border: 0;
	cursor: pointer;
}

.product-center .split-nav li.active {
	color: white;
	background-color: #F39800;
	font-weight: normal;
}
.product-center .split-nav li.active a{
	color: white;
}
.nav-border {
	border-bottom: 2px solid #E5E5E5;
}

.product-center .index-part1 {
	background-color: white;
}

.product-center .trade-item h5::before,
.product-center .trade-item h5::after {
	content: '';
}

.product-center .trade-item .trade-img::before,
.product-center .trade-item .trade-img::after {
	content: '';
}

.product-center .trade-item:hover {
	box-shadow: none;
}

.product-center .trade-item .trade-img {
	border: 1px solid #E5E5E5;
	transition: all 0.2s ease-in;
}

.product-center .trade-item .trade-img:hover {
	transform: scale(1.1);
}

.product-center .trade-item .trade-img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(247, 183, 76, 0.6);
	z-index: 10;
	opacity: 0;
	transition: all 0.4s;
}

.product-center .trade-item .trade-img::after {
	content: '\e600';
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 0;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	margin-left: 0;
	margin-top: 0;
	color: white;
	transition: all 0.4s;
	opacity: 0;
	z-index: 11;
}

.product-center .trade-item .trade-img .img-content {
	position: absolute;
	width: 80%;
	padding-bottom: 80%;
	background: no-repeat center center/contain;
	left: 10%;
	top: 10%;
}

.product-center .trade-item:hover .trade-img::before {
	opacity: 1;
}

.product-center .trade-item:hover .trade-img::after {
	width: 0.6rem;
	height: 0.6rem;
	font-size: 0.6rem;
	margin-left: -0.3rem;
	margin-top: -0.3rem;
	opacity: 1;
}

.product-center .trade-item {
	padding: 0;
}
.index_cpall{
	background-color: #f6f6f7;
}
.index_cp{
	width: 85%;
	margin: 0px auto;
}
.index_cpdv h2{
	width: 100%;
	color: #333333;
    font-size: 0.36rem;
    font-weight: normal;
  
}
.index_cpdv p{
	width: 100%;
	line-height: 0.5rem;
}
	.tabBox .hd{ height:40px; line-height:40px; padding:0 10px; font-size:20px; margin-bottom: 20px;  }
	.tabBox .hd ul{ overflow:hidden;  }
	.tabBox .hd ul li{ float:left; margin:0 5px; color:#515151; font-size: 0.16rem;color: #666666; }
	.tabBox .hd ul li a{margin-right: 10px;}    
	.tabBox .hd ul .on{  }
	.tabBox .hd ul .on a{ color: #f39800;font-weight: bold;font-weight: bold;  }
	.tabBox ul{ padding: 5px; }
	.tempWrap{margin-top: 0.2rem;}
	#leftTabBox  .bd li{
		width:100%;
		float:left;
	}



/*device-center*/

.device-center .banner {
	background-image: url(../images/device_banner0_02.jpg);
}

.device-center p {
	color: white;
}

.device-center .trade-img {
	padding-bottom: 58%;
	background-size: cover;
	transition: all 0.3s ease-in;
}

.device-center .trade-img::before,
.device-center .trade-img::after {
	display: none;
}

.device-center .product-center .trade-item:hover h5 {
	color: #ef7b04;
}

.device-center .product-center .trade-item:hover .trade-img {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}


/*news-center*/

.news-center .banner {
	background-image: url(../images/news_banner0_02.jpg);
}

.news-center .trade-img {
	padding-bottom: 58%;
	background-size: cover;
	transition: all 0.3s ease-in;
	margin-bottom: 0;
}

.news-center .trade-img:hover {
	transform: scale(1.05);
}

.news-center .index-part1 h5 {
	font-weight: bold;
}

.news-center .index-part1 p {
	font-weight: normal;
	color: #666666;
}

.news-center .index-part1 .time {
	display: inline-block;
	color: #fee4b8;
	padding: 0.12rem 0.26rem;
	background-color: #F39800;
	position: relative;
	z-index: 1;
	top: 24px;
}

.news-center .trade-box li:nth-child(2n-1) .time {
	float: left;
	left: -78px;
}

.news-center .trade-box li:nth-child(2n) .time {
	float: right;
	right: -78px;
}

.news-center .trade-box li:nth-child(2n-1) .imgbox {
	padding-right: 0.2rem;
}

.news-center .trade-box li:nth-child(2n) .imgbox {
	padding-left: 0.2rem;
}

.news-center .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
}

.news-center .col-6.d-flex {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 52%;
	flex: 0 0 52%;
	max-width: 52%;
}


/*news-details*/

.news-details .banner {
	background-image: url(../images/news_banner0_02.jpg);
}

.news-details .trade-img {
	padding-bottom: 58%;
	background-size: cover;
	transition: all 0.3s ease-in;
	margin-bottom: 0;
}

.news-detail-box {
	padding-top: 0.4rem;
}

.news-detail-box h5 {
	line-height: 3;
	font-weight: bold;
}

.news-detail-box p {
	color: #333;
	font-weight: normal;
	padding-top: 0.4rem;
}

.page-box {
	padding: 0.16rem;
	background-color: #ECEDED;
	border-radius: 1rem;
}

.news-detail-box .tip-box {
	color: #c4c4c4;
	line-height: 2;
	padding-top: 0;
}


/*product-center-details*/

.product-details .trade-item {
	position: relative;
}

.gallery-top .swiper-slide>.w-100 {
	background: no-repeat center center/contain;
	/*background-size: 80%;*/
}

.gallery-thumbs .swiper-slide {
	width: auto;
	height: 30%;
	border: 1px solid #E5E5E5;
	background-size: 80%;
}

.gallery-thumbs .swiper-slide>.w-100 {
	background: no-repeat center center/contain;
}

.gallery-thumbs .swiper-slide.swiper-slide-active {
	border-color: #F39800;
}

.product-details .product-detail-banner {
	font-size: 0;
	white-space: nowrap;
}

.product-detail-banner>.colleft {
	display: inline-block;
	width: 728px;
	vertical-align: top;
	white-space: normal;
}

.product-detail-banner>.colauto {
	display: inline-block;
	width: calc(100% - 728px);
	vertical-align: top;
	white-space: normal;
}

.swiper-button-prev {
	top: 15px;
	left: auto;
	right: calc(12.5% - 12px);
	transform: rotate(90deg);
	position: absolute;
}

.swiper-button-next {
	position: absolute;
	top: auto;
	transform: rotate(90deg);
	bottom: -10px;
	right: 0;
	margin-right: calc(12.5% - 12px);
}

.swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f39800'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f39800'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

.product-details .trade-box p {
	font-size: 0.14rem;
	font-weight: normal;
	padding: 0.06rem 0;
	color: #333;
}

.product-description h5 {
	background-color: #EF7B04;
	color: white;
	line-height: 2.8;
	padding-left: 0.1rem;
}

.product-description p {
	color: #666666;
	font-weight: normal;
}

.product-details .btn-warning {
	padding: 0.08rem 0.24rem;
}

.product-details .btn-primary {
	padding: 0.08rem 0.24rem;
	border-radius: 0;
	background-color: #073190;
}


/*aboutus*/

.aboutus .product-center p {
	font-weight: normal;
	color: #333;
}

.aboutus .index-part1 p {
	font-weight: normal;
	color: #333;
	text-indent: 0.28rem;
}

.certificate h1 {
	font-size: 0.36rem;
	color: white;
	background-color: #EF7B04;
	line-height: 2.4;
	font-weight: normal;
}

.aboutus .product-center .banner {
	background-image: url(../images/aboutus_banner0_02.jpg);
}

.aboutus .product-center .banner-text p {
	color: #073190;
	font-weight: bold;
}

.aboutus .aboutusimg {
	transition: all 0.2s ease-in;
}

.aboutus .aboutusimg:hover {
	transform: scale(1.05);
}


/*contactus*/

.contactus .banner {
	background-image: url(../images/concatus_banner0_02.jpg);
}

.contact-box .iconfont {
	padding: 0.06rem;
	border: 1px solid #EEEEEE;
	font-size: 0.2rem;
}

.contactus .contact-box p {
	color: #666666;
}

.contactus .contact-box img {
	border: 7px solid #eeeeee;
}

.contactus .form-control {
	font-size: 0.14rem;
	padding: 0.075rem 0.075rem;
	border-radius: 0.03rem;
}

.form-control:focus {
	box-shadow: 0 0 0 0.02rem rgba(0, 123, 255, .25);
}

.btn-warning {
	background-color: #EF7B04;
	color: white;
	border-radius: 0.02rem;
}

.btn-warning:hover {
	background-color: #FF901E;
	color: white;
	border-color: #FF901E;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #ffffff;
	background-color: #FF901E;
	border-color: #FF901E;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.02rem rgba(0, 123, 255, .25);
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 0.02rem rgba(0, 123, 255, .25);
}

@media only screen and (min-width:1920px) {
	.container {
		width: 1600px;
		max-width: unset;
	}
}

@media only screen and (min-width:1630px) and (max-width:1920px) {
	.container {
		width: 1600px;
		max-width: unset;
	}
}

@media only screen and (min-width:1360px) and (max-width:1630px) {
	.container {
		width: 1250px;
		max-width: unset;
	}
}

@media only screen and (min-width:1200px) and (max-width:1360px) {
	.container {
		width: 1170px;
		max-width: unset;
	}
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
	.container {
		width: 994px;
		max-width: unset;
	}
	.product-details .btn-warning {
		margin-right: 0.1rem !important;
	}
	header .nav .pl-1{
		padding-left: 0.17rem !important;
	}
}
.img2{display: none;}
@media only screen and (min-width:992px) and (max-width:1024px) {
	.container {
		width: 962px;
		max-width: unset;
	}
	.product-details .btn-warning {
		margin-right: 0.1rem !important;
		padding: 0.08rem 0.14rem;
	}
	.product-details .btn-primary {
		padding: 0.08rem 0.14rem;
	}
	header .logo {
		width: 0.51rem;
		background-image: url(../images/logo_01.png);
	}
}

@media only screen and (max-width:992px) {
	.img1{
		display: none;
	}
	.img2{
		display: block;    width: 100%;
	}
	header .logo {
		width: 0.51rem;
		background-image: url(../images/logo_01.png);
	}
	.container {
		width: 100%;
		max-width: unset;
	}
	header .justify-content-around {
		justify-content: flex-end !important;
	}
	header .switch {
		padding-right: 0.2rem;
	}
	header .nav {
		flex-direction: column;
		position: fixed;
		width: 100%;
		top: 0.84rem;
		left: 0;
		background-color: #f9f9f9;
		transform: scaleY(0);
		transform-origin: top;
	}
	header .iconcaidan {
		display: block;
	}
	.col-2_5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
		padding-right: 5px;
		padding-left: 5px;
	}
	.company-info .col-3,
	footer .col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.index-part3 .col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.index-part3 .col-3.py-3 {
		padding-top: 0.1rem !important;
		padding-bottom: 0.1rem !important;
	}
	.index-part3 .col-3.py-3:first-child {
		padding-top: 0.1rem !important;
	}
	.index-part3 .rounded-circle {
		margin: 0 auto;
	}
	footer li {
		display: inline-block;
		padding-right: 0.06rem;
	}
	footer .col-3 {
		padding: 0.1rem !important;
	}
	.contact-items li {
		display: block;
	}
	footer p {
		padding: 0 0.1rem;
	}
	.index-part4 .col-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.banner {
		height: 4rem;
	}
	.banner .container {
		padding-left: 0.4rem;
	}
	.banner-text p {
		font-size: 0.2rem;
	}
	.index-part1 {
		padding-top: 0.3rem !important;
		padding-bottom: 0.3rem !important;
	}
	.company-info {
		text-align: center;
	}
	.product-center .banner {
		height: 2.3rem;
	}
	.banner .pt-4 {
		padding-top: 1rem !important;
	}
	.trade-item .btn{
		padding: 0;
	}
	.path-box {
		display: none;
	}
	.aboutus .trade-box {
		padding-top: 0.1rem !important;
		padding-bottom: 0.1rem !important;
	}
	.aboutus .trade-box .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}
	.aboutus .trade-box .col-6:last-child {
		order: 0;
		height: 2rem;
	}
	.device-center .trade-box .col-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.news-center .trade-box .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}
	.news-center .trade-box .col-6.imgbox {
		order: 0;
	}
	.news-center .index-part1 h5 {
		margin-top: 0.16rem;
	}
	.news-center .index-part1 .time {
		left: 0 !important;
		top: 0;
		float: right !important;
		margin-bottom: 0.2rem;
		font-size: 0.1rem;
	}
	.contactus .trade-box li {
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contactus .trade-box li.col {
		order: 0;
		height: 4rem;
	}
	.contactus .trade-box {
		padding-top: 0.2rem !important;
		padding-bottom: 0.2rem !important;
	}
	.wx-code-box {
		position: absolute;
		top: 0.1rem;
		right: 0.2rem;
		width: 1.4rem;
	}
	.wx-code-box img {
		width: 100%;
	}
	.certificate .col-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.product-center .index-part1 .col-auto {
		padding: 0;
	}
	.product-center .index-part1 .col {
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}
	.certificate img {
		width: 100%;
	}
	.news-details .page-box {
		background-color: white;
	}
	.news-details .page-box a {
		white-space: nowrap;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0.1rem;
		border-radius: 0.3rem;
		background-color: #ECEDED;
		margin-bottom: 0.2rem;
	}
	.product-details .trade-box .col-8,
	.product-details .trade-box .col-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 0.2rem;
	}
	.product-details .trade-box {
		padding-top: 0.08rem !important;
		padding-bottom: 0.08rem !important;
	}
	.product-details .trade-item {
		display: block !important;
	}
	
	.gallery-thumbs .swiper-slide {
		width: 28%;
		height: 100%;
	}
	.swiper-button-prev {
		position: absolute;
		top: auto;
		transform: none;
		bottom: 0.28rem;
		left: -13px;
		margin-left: 0;
		opacity: 0 !important;
	}
	.swiper-button-next {
		position: absolute;
		top: auto;
		transform: none;
		bottom: 0.28rem;
		right: -13px;
		margin-right: 0;
		opacity: 0 !important;
	}
	.index-part3 .row {
		padding-bottom: 0.5rem;
		background-size: 96%;
	}
	.index-part2 .swipe2Container {
		height: 2.8rem;
		overflow: hidden;
	}
	.product-detail-banner>.colleft {
		display: block;
		width: calc(100vw - 30px) !important;
		height: calc(100vw - 30px) !important;
	}
	.product-detail-banner>.colauto {
		display: block;
		width: calc(100vw - 30px) !important;
		padding-top: 33vw;
	}
	.product-details .gallery-top {
		height: calc(100vw - 30px) !important;
		width: 100% !important;
	}
	.product-details .gallery-thumbs {
		height: 26vw !important;
		width: 100% !important;
		margin: 0 !important;
		margin-top: 0.1rem !important;
		padding: 0 !important;
	}
	 ::-webkit-scrollbar{
	 	width: 0;
	 }
}
.pglist{
	display: flex;
    justify-content: center;
	margin-bottom:20px;
	
}
.pglist li{
	    padding: 0 10px;
}
