body{
	line-height: 1;
	background-color: #f4f4f4;
}
a {
	outline: none;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@font-face {
	font-family: 'jc35';  /* Project id 1992410 */
	src: url('//at.alicdn.com/t/font_1992410_7v1y5bcodnd.woff2?t=1650432703925') format('woff2'),
		 url('//at.alicdn.com/t/font_1992410_7v1y5bcodnd.woff?t=1650432703925') format('woff'),
		 url('//at.alicdn.com/t/font_1992410_7v1y5bcodnd.ttf?t=1650432703925') format('truetype');
  }
.jc35{
    font-family:"jc35" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.bg {
	background-color: #f5f6f6;
}

.iframe {
	height: 40px;
	overflow: hidden;
}
.w{
	width: 1780px;
	margin: 0 auto;
}

.advs {
	position: relative;
	display: block;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}

.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
#header {
	width: 100%;
	height: 40px;
	background: #009944;
}
.loginDiv {
	font-size: 0;
	line-height: 40px;
	color: #fff;
	float: left;
	height: 40px;
}
.loginDiv a {
	color: #fff;
	margin-right: 10px;
	font-size: 14px;
}
.loginDiv a:first-child {
	margin-right: 30px;
}
.download {
	width: 102px;
	height: 24px;
	background: #007c37;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	border-radius: 3px;
	float: right;
	margin-top: 8px;
}
.download a{
	color: #fff;
}

.header p {
	font-size: 10px;
	line-height: 38px;
	color: #fff;
	float: right;
	margin-right: 15px;
}
.header p a{
	font-size: 14px;
	color: #fff;
	margin: 0 10px;
}
.top {
	padding: 22px 0;
	background-color: #fff;
	z-index: 9;
	position: relative;
}
.top .logo {
	float: left;
}
.top .pageName {
	float: left;
	width: 125px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../../../images/shop/version/2022/pagename.png) 20px center no-repeat;
	border-left: 1px solid #e5e5e5;
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 12px;
}
.searchBox {
	width: 600px;
	float: left;
	margin-left: 265px;
	height: 42px;
	background: linear-gradient(to left,#ff8a00, #ff8700, #094 85%);
	border-radius: 30px;
	margin-top: 10px;
}
.search{
	width: 100%;
	height: 100%;
}
.searchSelect {
	width: 75px;
	height: 38px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	position: relative;
	z-index: 99999;
	background: #fff;
	border-radius: 30px 0 0 30px;
}
.searchSelect::after {
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	height: 24px;
	width: 1px;
	background-color: #e8e8e8;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p{
	font-size: 14px;
	line-height: 40px;
	color: #666666;
	text-indent: 15px;
}
.searchSelectTop i {
	position: absolute;
	top: 15px;
	left: 52px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	font-size: 10px;
}
.searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #009944;
	left: 0px;
	top: 40px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background: #009944;
	color: #fff;
}
.search input {
	width: 420px;
	height: 38px;
	float: left;
	text-indent: 10px;
	font-size: 14px;
	line-height: 40px;
	font-family: "microsoft yahei";
	color: #999;
	margin-top: 2px;
	background: #fff;
	border: none;
}
.search button {
	width: 103px;
	height: 42px;
	border: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 0 30px 30px 0;
	margin-top: 0px;
	text-align: center;
}
.search button i {
	margin-right: 5px;
}
.top .btnBox {
	float: right;
	font-size: 0;
	margin-top: 10px;
}
.top .btnBox a {
	display: inline-block;
	width: 136px;
	height: 42px;
	line-height: 40px;
	background-color: #f8f8f8;
	box-sizing: border-box;
	border: 1px solid #eee;
	text-align: center;
	border-radius: 21px;
	font-size: 16px;
	color: #333;
	margin-right: 18px;
	position: relative;
}
.top .btnBox a i {
	color: #f99a14;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}
.top .btnBox a:hover {
	border-color: #f90;
	color: #f90;
	background-color: #fff;
}
.top .btnBox a:hover .child {
	display: block;
}
.top .btnBox .child {
	width: 160px;
	height: 160px;
	line-height: 158px;
	text-align: center;
	border: 1px solid #009944;
	box-sizing: border-box;
	font-size: 0;
	background-color: #fff;
	position: absolute;
	top: 56px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.2);
	display: none;
}
.top .btnBox .child::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 12px 9px;
	border-color: transparent transparent #009944 transparent;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
}
.top .btnBox .child::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 12px 8px;
	border-color: transparent transparent #fff transparent;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
}
.nav {
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
	font-size: 0;
	padding-bottom: 12px;
}
.nav p {
	/* padding-left: 365px; */
	text-align: center;
}
.nav a {
	font-size: 22px;
	font-weight: bold;
	padding: 0 20px;
	margin: 0 34px;
	color: #333;
	display: inline-block;
	height: 42px;
	line-height: 40px;
	border-radius: 2px;
}
.nav a.focus,.nav a:hover {
	background-color: #009944;
	color: #fff;
}
.banner {
	margin-top: 17px;
}
.banner .w {
	overflow: hidden;
}
.bannerLeft {
	float: left;
	width: 350px;
	position: relative;
	background-color: #fff;
}
.bannerLeft::after {
	width: 100%;
	height: 12px;
	content: "";
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	background: #007634;
	background-size: 100% 100%;
}
.bannerLeft > span {
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	display: block;
	margin: 0 10px;
	font-weight: bold;
	position: relative;
	z-index: 9;
	background: url(../../../../images/shop/version/2022/bannerTitleBg.png) no-repeat;
	background-size: contain;
}
.bannerLeft > span::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 0;
	border-color: #F4F4F4 transparent transparent transparent;
}
.bannerLeft > span::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 0;
  	border-color: transparent #F4F4F4 transparent transparent;
}
.bannerLeft > span a {
	color: #fff;
}
.bannerLeft ul {
	position: relative;
	margin-top: 9px;
}
.bannerLeft li {
	padding: 0 27px;
}

.bannerLeft li:last-of-type .class-a {
	border-bottom: 0;
}
.bannerLeft li .class-a {
	padding: 20px 0;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #e6e6e6;
}
.bannerLeft ul li.hover {
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 1;
}
.bannerLeft ul li.hover .class-a {
	border-bottom-color: transparent;
}
.bannerLeft li .class-a p {
	font-size: 20px;
	height: 22px;
	overflow: hidden;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 20px;
}
.bannerLeft li .class-a a:hover {
	color: #009944;
}
.bannerLeft li .class-a span {
	display: block;
	margin-top: 14px;
	font-size: 0;
}
.bannerLeft li .class-a span a {
	color: #999;
	margin-right: 12px;
	font-size: 18px;
}
.bannerLeft li a {
	color: #333;
}
.bannerLeft li .class-a i {
	font-size: 16px;
	position: absolute;
	top: 25px;
	right: 0;
	color: #bababa;
}
.bannerLeft li .class-b {
	position: absolute;
	top: -59px;
	left: 350px;
	width: 1064px;
	background-color: #fff;
	border: 1px solid #009944;
	display: none;
	z-index: 999;
	padding: 22px;
	box-sizing: border-box;
	height: 590px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 0;
}
.class-b .adv-box {
	overflow: hidden;
}
.class-b .adv-box .adv-item .bg {
	overflow: hidden;
	background-color: #fff;
	padding: 16px;
}
.class-b .adv-box .adv-item {
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
	overflow: hidden;
	padding: 2px;
	box-sizing: border-box;
	background: linear-gradient(-60deg,#ff8a00, #ff8700, #094 65%);
}

.class-b .adv-box .adv-item:nth-child(2n) {
	margin-right: 0;
	margin-left: 10px;
}
.class-b .adv-box .adv-item .image {
	float: left;
	width: 294px;
	margin-right: 20px;
}
.class-b .adv-box .adv-item .image a {
	display: block;
	height: 0;
	padding-bottom: 59.18%;
	overflow: hidden;
}
.class-b .adv-box .adv-item .image img {
	max-height: none;
	width: 100%;
}
.class-b .adv-box .adv-item .text {
	overflow: hidden;
	padding-top: 30px;
	font-size: 14px;
	color: #999;
	line-height: 1.5;
}
.class-b .adv-box .adv-item .text p {
	font-size: 16px;
	font-weight: bold;
}
.class-b .adv-box .adv-item .text p a:hover {
	color: #009944;
}
.class-b .adv-box .adv-item .text span {
	display: block;
	margin-top: 18px;
}
.bannerLeft li.hover .class-b {
	display: block;
	line-height: 1;
}
.bannerLeft li .class-b .title {
	font-size: 20px;
	color: #009944;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	margin-top: 7px;
	font-weight: bold;
}
.bannerLeft li .class-b .title a.more {
	position: absolute;
	top: 4px;
	right: 0;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}
.bannerLeft li .class-b .item {
	margin-top: 18px;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.bannerLeft li .class-b .item span {
	font-size: 16px;
}

.bannerLeft li .class-b .item span a {
	color: #333;
}
.bannerLeft li .class-b .item .item-title {
	font-size: 18px;

}
.bannerLeft li .class-b .item .item-title a {
	color: #333;
}
.bannerLeft li .class-b .item .item-title a:hover {
	color: #009944;
}
.bannerLeft li .class-b .item p {
	font-size: 0;
}
.bannerLeft li .class-b .item p a {
	font-size: 16px;
	color: #999;
	display: inline-block;
	margin-right: 25px;
	margin-top: 15px;
}
.fourDiv .pro-swiper .image img {
	max-width: 80%;
	max-height: 80%;
}
.bannerLeft li .class-b .item p a:hover {
	color: #009944;
}
.bannerLeft li .class-b .item span a:hover {
	color: #009944;
}
.bannerCenter {
	float: left;
	margin: 0 15px;
	width: 1048px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	min-height: 1px;
}
.bannerCenter .image {
	height: 0;
	padding-bottom: 56.29%;
	overflow: hidden;
	position: relative;
}
.bannerCenter .image img {
	width: 100%;
	max-height: none;
}
.bannerCenter .image mark {
	position: absolute;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 18px;
	color: #fff;
	top: 30px;
	right: 28px;
	background-color: #ff9600;
}
.bannerCenter .image mark i {
	display: inline-block;
	width: 18px;
	height: 40px;
	background: url("http://public.mtnets.com/Images/public/zhibo.gif") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
	vertical-align: top;
}
.bannerCenter .image mark.living {
	background-color: #ff0000;
}
.bannerCenter .image mark.notice {
	background-color: #14a3f9;
}
.bannerCenter .text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 110px 0 32px;
	line-height: 90px;
	height: 90px;
	background-color: rgba(0,0,0,.4);
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
}
.bannerCenter .text a {
	color: #fff;
}
.bannerCenter .Page {
	position: absolute;
	width: 90px;
	height: 90px;
	line-height: 90px;
	bottom: 0;
	right: 0;
	background-color: #f08200;
	z-index: 9;
	font-size: 22px;
	color: #fff;
}
.swiper-pagination-current {
	font-size: 36px;
}
.bannerCenter .Page .swiper-pagination-fraction {
	position: static;
	line-height: 84px;
}
.bannerCenter .Page::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 90px 20px;
	border-color: transparent transparent #F08200 transparent;
	left: -20px;
	bottom: 0;
	position: absolute;
}
.banner-swiper {
	display: none;
}
.bannerRight {
	overflow: hidden;
	background-color: #fff;
}
.bannerRight .message {
	background: url(../../../../images/shop/version/2022/linebg.png) no-repeat;
	height: 140px;
	padding-top: 24px;
	box-sizing: border-box;
	background-size: 100% auto;
}
.bannerRight .message .image {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: 30px;
	margin-right: 20px;
	overflow: hidden;
	box-shadow: 0px 3px 10px 0px rgba(0, 109, 13, 0.16);
}

.bannerRight .message .image a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}
.bannerRight .message .text {
	overflow: hidden;
	color: #fff;
	font-size: 18px;
}
.bannerRight .message .text p {
	font-size: 18px;
	margin-top: 6px;
}
.bannerRight .message .text span {
	display: block;
	margin-top: 10px;
}
.bannerRight .btnBox {
	padding: 0 24px;
	margin-top: -34px;
}
.bannerRight .btnBox a {
	display: block;
	height: 38px;
	line-height: 36px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #009944;
	border-radius: 4px;
	font-size: 16px;
	color: #009944;
	text-align: center;
	margin-top: 20px;
}
.bannerRight .btnBox a.login {
	color: #fff;
	background-color: #009944;
	margin-top: 0;
}
.bannerRight .btnArr {
	padding: 0 24px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.bannerRight .btnArr i {
	display: block;
	height: 64px;
	width: 64px;
	border-radius: 50%;
	background-color: #f5f6f6;
	line-height: 64px;
	color: #f99a14;
	font-size: 32px;
	margin: 0 auto;
}
.bannerRight .btnArr p {
	margin-top: 7px;
}
.bannerRight .btnArr a {
	text-align: center;
	display: block;
	float: left;
	font-size: 16px;
	color: #333;
	margin-right: 56px;
	cursor: pointer;
}
.bannerRight .btnArr a:hover {
	color: #009944;
}
.bannerRight .btnArr a:last-child {
	margin-right: 0;
}
.bannerRight .shop-notice {
	padding: 18px 20px;
}
.bannerRight .shop-notice h2 {
	font-size: 20px;
	position: relative;
}
.bannerRight .shop-notice h2 i {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 21px;
	text-align: center;
	border-radius: 50%;
	background-color: #009944;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 1px;
}
.bannerRight .shop-notice h2 b {
	width: 3px;
	height: 16px;
	display: inline-block;
	background-color: #009944;
	margin-right: 7px;
	vertical-align: top;
}
.bannerRight .shop-notice h2 a.more {
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.bannerRight .shop-notice h2 a.more i {
	font-size: 10px;
	vertical-align: top;
	display: inline-block;
	margin-top: 2px;
}
.bannerRight .shop-notice h2 a.more:hover {
	color: #009944;
}
.bannerRight .shop-notice ul {
	padding-top: 3px;
}
.bannerRight .shop-notice li {
	margin-top: 15px;
	font-size: 16px;
	height: 18px;
	overflow: hidden;
	position: relative;
	line-height: 18px;
	padding-right: 45px;
}
.bannerRight .shop-notice li a {
	width: 100%;
	color: #333;
	display: block;
	box-sizing: border-box;
}
.bannerRight .shop-notice li a:hover {
	color: #009944;
}
.bannerRight .shop-notice li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}
.main {
	margin-top: 40px;
}
.public-title {
	overflow: hidden;
}
.public-title .title-left {
	float: left;
	height: 56px;
	background: url(../../../../images/shop/version/2022/part1title.png) no-repeat;
	background-size: auto 100%;
	overflow: hidden;
	color: #fff;
	padding-right: 33px;
}
.public-title .title-left .num {
	float: left;
	width: 58px;
	font-size: 30px;
	font-weight: bold;
	line-height: 56px;
	text-indent: 16px;
}
.public-title .title-left .text {
	overflow: hidden;
}
.public-title .title-left .text p {
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
}
.public-title .title-left .text b {
	font-size: 30px;
	display: block;
	line-height: 36px;
	text-indent: 6px;
}
.public-tab {
	font-size: 0;
	float: right;
	margin-top: 7px;
}
.public-tab a {
	font-size: 16px;
	color: #333;
	min-width: 115px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-left: 4px;
	padding: 0 15px;
	box-sizing: border-box;
}
.public-tab a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	box-sizing: border-box;
	border: 2px dashed #fff;
}
.public-tab a span {
	position: relative;
	z-index: 10;
}
.public-tab a.focus {
	color: #009944;
	font-weight: bold;
}
.public-tab a.focus::after,.public-tab a:last-child.focus::before {
	background-color: #dff1e7;
	border-color: #009944;
}
.public-tab a:last-child::before {
	height: 100%;
	width: 20px;
	background-color: #fff;
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0;
	border: 2px dashed #fff;
	box-sizing: border-box;
	z-index: 5;
	border-left: 0;
}
.main-box {
	overflow: hidden;
	margin-top: 15px;
}
.main-box .main-right {
	float: right;
	margin-left: 16px;
	width: 350px;
}
.main-box .main-right .title {
	height: 62px;
	background: url(../../../../images/shop/version/2022/righttitle1.png) no-repeat center;
	background-size: auto 100%;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.main-box .main-right .title span {
	display: inline-block;
	margin: 0 14px;
	vertical-align: top;
	font-size: 23px;
}
.main-box .main-right .title i {
	display: inline-block;
	width: 19px;
	height: 10px;
	background: url(../../../../images/shop/version/2022/icon1.png) no-repeat;
	background-size: 100% auto;
	vertical-align: top;
	margin-top: 25px;
}
.main-box .main-right .title i:last-child {
	background: url(../../../../images/shop/version/2022/icon2.png) no-repeat;
	background-size: 100% auto;
}
.main-box .main-right .company-list {
	padding: 16px 10px 8px;
	background-color: #009944;
	background-image: url(../../../../images/shop/version/2022/rightbg1.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-radius: 10px;
	margin-top: -45px;
}
.main-box .main-right .company-list .box {
	background-color: #fff;
	padding: 32px 15px 18px;
	border-radius: 8px;
}
.main-box .main-right ul {
	margin-right: -12px;
	overflow: hidden;
}
.main-box .main-right ul li {
	float: left;
	width: 50%;
	margin-top: 12px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	overflow: hidden;
}
.main-box .main-right ul li .item {
	margin-right: 12px;
	background-color: #f7f7f7;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.main-box .main-right ul li .item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.main-left {
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
	height: 591px;
}
.bot-left {
	width: 470px;
	float: left;
	border-right: 1px solid #e6e6e6;
	height: 100%;
	padding: 16px;
	box-sizing: border-box;
}
.bot-left .image {
	/* height: 0; */
	position: relative;
	/* padding-bottom: 56.2%; */
	overflow: hidden;
	height: 245px;
}
.bot-left .bottom-box .image {
	height: 118px;
}
.bot-left .image img {
	max-height: none;
	width: 100%;
	height: 100%;
}
.bot-left .image i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #33363a;
	font-size: 28px;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.8);
	text-align: center;
	line-height: 76px;
	text-indent: 8px;
}
.bot-left .top-box .text {
	background-color: #f5f5f5;
	padding: 15px 20px;
}
.bot-left .top-box .text p {
	font-size: 20px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.bot-left .top-box .text p a {
	color: #333;
}
.bot-left .top-box .text p a:hover {
	color: #009944;
}
.bot-left .top-box .text span {
	display: block;
	line-height: 26px;
	font-size: 16px;
	height: 52px;
	overflow: hidden;
	color: #999;
	margin-top: 10px;
}
.bot-left .bottom-box {
	margin-top: 18px;
}
.bot-left .bottom-box .image i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-indent: 4px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bot-left .bottom-box .image:hover i {
	opacity: 1;
}
.bot-left .bottom-box ul {
	overflow: hidden;
	margin-right: -18px;
}
.bot-left .bottom-box li {
	width: 50%;
	float: left;
}
.bot-left .bottom-box li .item {
	margin-right: 18px;
}
.bot-left .bottom-box li .text p {
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-top: 10px;
}
.bot-left .bottom-box li .text p a {
	color: #333;
}
.bot-left .bottom-box li .text p a:hover {
	color: #009944;
}
.bot-right {
	overflow: hidden;
}
.public-bot {
	overflow: hidden;
	width: calc(100% + 1px);
	display: none;
}
.public-bot li {
	float: left;
	width: calc(100% / 4);
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 12px 17px;
}
.public-bot li .image {
	height: 216px;
	line-height: 216px;
	padding: 10px 0;
	box-sizing: border-box;
}
.public-bot li p {
	font-size: 18px;
	height: 20px;
	overflow: hidden;
	margin-top: 10px;
	line-height: 20px;
}
.public-bot li p a {
	color: #333;
}
.public-bot li p a:hover {
	color: #009944;
}
.public-bot li span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #f11b10;
	margin-top: 10px;
}
#part2 .public-title .title-left {
	background: url(../../../../images/shop/version/2022/part2title.png) no-repeat;
	background-size: auto 100%;
}
#part2 .public-tab a.focus::after,#part2 .public-tab a:last-child.focus::before {
	background-color: #fff4e6;
	border-color: #f08200;
}
#part2 .public-tab a.focus {
	color: #f08200;
}
#part2 .bot-left .top-box .text p a:hover,#part2 .bot-left .bottom-box li .text p a:hover,#part2 .public-bot li p a:hover {
	color: #f08200;
}
#part2 .main-box .main-right .title {
	background: url(../../../../images/shop/version/2022/righttitle2.png) no-repeat center;
	background-size: auto 100%;
}
#part2 .main-box .main-right .company-list {
	background-color: #f08200;
}
#part3 .public-title .title-left {
	background: url(../../../../images/shop/version/2022/part3title.png) no-repeat;
	background-size: auto 100%;
}
#part3 .public-tab a.focus::after,#part3 .public-tab a:last-child.focus::before {
	background-color: #e3e9f9;
	border-color: #5379da;
}
#part3 .public-tab a.focus {
	color: #5379da;
}
#part3 .bot-left .top-box .text p a:hover,#part3 .bot-left .bottom-box li .text p a:hover,#part3 .public-bot li p a:hover {
	color: #5379da;
}
#part3 .main-box .main-right .title {
	background: url(../../../../images/shop/version/2022/righttitle3.png) no-repeat center;
	background-size: auto 100%;
}
#part3 .main-box .main-right .company-list {
	background-color: #5379da;
}
#part4 .public-title .title-left {
	background: url(../../../../images/shop/version/2022/part4title.png) no-repeat;
	background-size: auto 100%;
}
#part4 .public-tab a.focus::after,#part4 .public-tab a:last-child.focus::before {
	background-color: #fef3f1;
	border-color: #fc715b;
}
#part4 .public-tab a.focus {
	color: #fc715b;
}
#part4 .bot-left .top-box .text p a:hover,#part4 .bot-left .bottom-box li .text p a:hover,#part4 .public-bot li p a:hover {
	color: #fc715b;
}
#part4 .main-box .main-right .title {
	background: url(../../../../images/shop/version/2022/righttitle4.png) no-repeat center;
	background-size: auto 100%;
}
#part4 .main-box .main-right .company-list {
	background-color: #fc715b;
}
.brands {
	margin-top: 40px;
}
.brands .w {
	background-color: #fff;
	padding: 30px 40px;
	box-sizing: border-box;
	overflow: hidden;
}
.brands-title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
.brands-title i {
	width: 650px;
	height: 2px;
	background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(127,204,161) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(127,204,161) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(127,204,161) 100%);
	position: absolute;
	top: 18px;
}
.brands-title i:last-of-type {
	background-image: -moz-linear-gradient( 0deg, rgb(127,204,161) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(127,204,161) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(127,204,161) 0%, rgb(255,255,255) 100%);
}


.brands-title span {
	margin: 0 18px;
	position: relative;
	z-index: 2;
}
.brands-title i:first-child {
	left: 0;
}
.brands-title i:last-of-type {
	right: 0;
}
.brands-title b {
	display: inline-block;
	width: 23px;
	height: 16px;
	background: url(../../../../images/shop/version/2022/icon3.png) no-repeat;
	background-size: contain;
}
.brands-title b:last-of-type {
	background: url(../../../../images/shop/version/2022/icon4.png);
	background-size: contain;
}
.brands-title img {
	position: relative;
	z-index: 2;
}
.brands ul {
	margin-top: 15px;
	overflow: hidden;
	margin-right: -15px;
}
.brands ul li {
	float: left;
	width: calc(100% / 7);
	margin-top: 15px;
}
.brands ul li .item {
	margin-right: 15px;
	border: 1px solid #ddd;
	text-align: center;
	position: relative;
}
.brands ul li .item .image {
	height: 0;
	padding-bottom: 55.5%;
	overflow: hidden;
	position: relative;
}
.brands ul li .item .image img {
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.brands ul li a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.brands ul li p {
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: 0;
	height: 32px;
	line-height: 32px;
	background-color: #009944;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: none;
}
.brands ul li .item:hover p {
	display: block;
}
.bottom {
	margin-top: 40px;
}
.bottom .w {
	background-color: #fff;
	padding: 25px 30px;
	box-sizing: border-box;
}
.bottom .title {
	font-size: 14px;
	color: #bababa;
	position: relative;
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.bottom .title b {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	margin-right: 5px;
	width: 120px;
	line-height: 38px;
	text-align: center;
	position: relative;
	height: 40px;
	vertical-align: text-bottom;
}
.bottom .title b::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #009944;
	transform: skew(20deg);
	-moz-transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-o-transform: skew(20deg);
	box-sizing: border-box;
}
.bottom .title b::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 39px 0 0 15px;
	border-color: transparent transparent transparent #007233;
	left: -7px;
	top: 0;
}

.bottom .title b span {
	position: relative;
	z-index: 9;
}

.bottom .title .join {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 14px;
	color: #009944;
	line-height: 30px;
	padding: 0 15px;
	border: 1px solid #094;
	border-radius: 4px;
}
.bottom .title .join i {
	font-size: 14px;
	margin-right: 5px;
	vertical-align: top;
}

.link-con ul {
	overflow: hidden;
	margin-right: -12px;
}
.link-con li {
	margin-top: 20px;
	float: left;
}
.link-con li a {
	font-size: 16px;
	color: #666;
	padding: 0 15px;
}
.link-con li:first-of-type a {
	padding-left: 0;
}
.link-con li:last-of-type a {
	border: 0;
}
.link-con li a:hover {
	color: #009944;
}

.footer {
	margin: 30px auto 0;
	background-color: #212324;
}
.footer .item{
	margin: 0 auto;
	overflow: hidden;
}
.footer .item .footer-code {
	float: right;
	width: 500px;
	border-left: 1px solid #444444;
	margin-top: 25px;
}
.footer .item .footer-code li {
	float: left;
	padding-left: 60px;
}
.footer .item .footer-code li .code {
	width: 126px;
	height: 126px;
	padding: 10px;
	background-color: #fff;
}
.footer .item .footer-code li p{
	text-align: center;
	font-size: 14px;
	color: #e2e2e2;
	margin-top: 16px;
}
.bannerLeft li .class-a span a {
	margin-right: 11px;
}
.footer .item .left{
	margin-top: 20px;
	overflow: hidden;
	padding-right: 44px;
}
.footer .item .left p {
	font-size: 16px;
	line-height: 36px;
	color: #a8a8a8;
}
.footer .item .left p a{
	color: #a8a8a8;
	padding: 0 16px;
	display: inline-block;
	line-height: 1;
	border-right:1px solid #444444;
}
.footer .item .left p a:first-child{
	padding-left: 0;
}
.footer .item .left p a:last-child{
	border:none;
}
.footer .item .left p a:hover{
	color: #ff8d50;
}
.footer .item .left span {
	font-size: 16px;
	line-height: 32px;
	color: #a8a8a8;
	display: block;
}
.footer .item .left span img {
	margin: 7px 20px 0 12px;
	vertical-align: top;
}
.copyright {
	font-size: 16px;
	line-height: 22px;
	color: #a8a8a8;
	border-top: 1px solid #444444;
	margin-top: 10px;
	padding: 10px 0;
	display: inline-block;
}
.copyright a {
	color: #a8a8a8;
}
.copyright a:hover {
	color: #ff8f50;
}
.copyright img{
	margin: 1px 8px 0 0px;
	vertical-align: top;
}
ul.footImg {
	width: 730px;
	height: 43px;
	margin-bottom: 24px;
	overflow: hidden;
	/* background: url("../../../../images/shop/version/2022/copyright.png") no-repeat 0 0; */
}
ul.footImg li a {
	height: 32px;
	display: inline-block;
	text-decoration: none;
	color: #424345;
	text-align: left;
	font: normal 12px/14px "microsoft yahei";
	margin: 0px 2px;
	border-radius: 3px;
	padding: 8px 0px 0 34px;
}
ul.footImg li .record1 {
	width: 65px;
	background: url('../../../../images/index/version/2020/publicbg.jpg') no-repeat -1px -230px;
}
ul.footImg li a.record2 {
    width: 54px;
    background: url('../../../../images/index/version/2020/publicbg.jpg') no-repeat -106px -230px;
}
ul.footImg li a.record3 {
    width: 58px;
    background: url('../../../../images/index/version/2020/publicbg.jpg') no-repeat -1px -273px;
}
ul.footImg li a.record4 {
    width: 58px;
    background: url('../../../../images/index/version/2020/publicbg.jpg') no-repeat -99px -273px;
}
ul.footImg li a.record5 {
   width: 58px;
    background: url('../../../../images/index/version/2020/publicbg.jpg') no-repeat -1px -316px;
}
ul.footImg li a.record6 {
	width: 86px;
	background: url(/images/index/index2019/ypxx.png) no-repeat;
	vertical-align: top;
	position: relative;
}
ul.footImg li a.record6::after {
	content: "互联网药品信息服务资格证书";
	position: absolute;
	right: 0;
	top: 1px;
	width: 90px;
	background-color: #fff;
	bottom: 1px;
	border-radius: 2px;
	text-align: center;
	line-height: 14px;
	padding-top: 6px;
	padding-right: 6px;
	box-sizing: border-box;
}
ul.footImg li a.security {
	padding: 0;
	position: relative;
	top: 6px;
}
ul.footImg li a.business {
	padding: 0;
	height: 40px;
	position: relative;
	top: 5px;
}
ul.footImg li {
	float: left;
}
/* 20221116底部+qq */
.footer .left span a{
    position: relative;
}
.footer .QQhover {
	position: absolute;
	left: 0px;
	bottom: 19px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	resize: none;
}
.footer .left span a:hover .QQhover{
	display: inline-block;
}
@media only screen and (min-width:1920px){
	.w{
		width: 1780px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1560px;
	}
	.bot-left .image {
		height: 214px;
	}
	.bot-left .bottom-box .image {
		height: 102px;
	}
	.bannerLeft li .class-a i {
		font-size: 14px;
		top: 24px;
	}
	.top .pageName {
		height: 42px;
		background: url(../../../../images/shop/version/2022/pagename.png) 30px center no-repeat;
		margin-left: 30px;
		padding-left: 30px;
	}
	.searchBox {
		margin-left: 142px;
	}
	.top {
		padding: 18px 0;
	}
	.nav a {
		font-size: 20px;
		padding: 0 15px;
		margin: 0 34px;
		height: 36px;
		line-height: 34px;
	}
	.banner {
		margin-top: 15px;
	}
	.bannerLeft {
		width: 306px;
	}
	.bannerLeft > span {
		line-height: 42px;
		height: 44px;
		font-size: 20px;
		background-size: contain;
	}
	.bannerLeft li {
		padding: 0 25px;
	}
	.bannerLeft li .class-a p {
		font-size: 18px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 12px;
	}
	.bannerLeft li .class-a span {
		margin-top: 12px;
	}
	.bannerLeft li .class-a span a {
		margin-right: 15px;
		font-size: 16px;
	}
	.bannerLeft ul {
		margin-top: 5px;
	}
	.bannerCenter {
		width: 916px;
	}
	.bannerCenter .image mark {
		padding: 0 20px;
		height: 35px;
		line-height: 33px;
		font-size: 16px;
		top: 25px;
		right: 22px;
	}
	.bannerCenter .image mark i {
		width: 15px;
		height: 34px;
		margin-right: 6px;
	}
	.bannerCenter .text {
		padding: 0 100px 0 25px;
		line-height: 80px;
		height: 80px;
		font-size: 22px;
	}
	.bannerCenter .Page {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 20px;
	}
	.bannerCenter .Page .swiper-pagination-fraction {
		line-height: 74px;
	}
	.bannerCenter .Page::after {
		border-width: 0 0 80px 20px;
	}
	.bannerRight .message {
		height: 123px;
		padding-top: 20px;
	}
	.bannerRight .message .image {
		width: 53px;
		height: 53px;
		margin-left: 28px;
		margin-right: 15px;
	}
	.bannerRight .message .text {
		font-size: 16px;
	}
	.bannerRight .message .text p {
		font-size: 16px;
		margin-top: 4px;
	}
	.bannerRight .message .text span {
		margin-top: 9px;
	}
	.bannerRight .btnBox {
		padding: 0 22px;
		margin-top: -33px;
	}
	.bannerRight .btnBox a {
		height: 34px;
		line-height: 32px;
		font-size: 16px;
		margin-top: 15px;
	}
	.bannerRight .btnArr {
		padding: 0 22px;
		margin-top: 15px;
		padding-bottom: 15px;
	}
	.bannerRight .btnArr i {
		height: 56px;
		width: 56px;
		line-height: 56px;
		font-size: 28px;
	}
	.bannerRight .btnArr a {
		margin-right: 36px;
	}
	.bannerRight .shop-notice h2 {
		font-size: 18px;
	}
	.bannerRight .shop-notice h2 i {
		width: 20px;
		height: 20px;
		line-height: 19px;
		font-size: 8px;
		margin-top: 0px;
	}
	.bannerRight .shop-notice li {
		margin-top: 12px;
	}
	.bannerRight .shop-notice {
		padding: 17px 20px;
	}
	.bannerRight .shop-notice ul {
		padding-top: 0;
	}
	.main,.brands,.bottom {
		margin-top: 35px;
	}
	.public-title .title-left .text b {
		font-size: 26px;
		line-height: 31px;
		text-indent: 6px;
	}
	.public-title .title-left .num {
		width: 54px;
		font-size: 26px;
		line-height: 50px;
		text-indent: 14px;
	}
	.public-title .title-left {
		height: 52px;
		padding-right: 33px;
	}
	.public-tab a {
		font-size: 16px;
		width: 100px;
		height: 38px;
		line-height: 38px;
	}
	.public-tab {
		margin-top: 8px;
	}
	.main-box .main-right {
		margin-left: 15px;
		width: 308px;
	}
	.main-box .main-right .title {
		height: 54px;
		line-height: 48px;
	}
	.main-box .main-right .title i {
		width: 17px;
		height: 10px;
		margin-top: 22px;
	}
	.main-box .main-right .company-list {
		padding: 12px 9px 7px;
		margin-top: -39px;
	}
	.main-box .main-right ul li {
		margin-top: 10px;
		height: 76px;
		line-height: 76px;
	}
	.main-box .main-right ul li .item {
		margin-right: 10px;
	}
	.main-box .main-right ul {
		margin-right: -10px;
	}
	.main-box .main-right .company-list .box {
		padding: 30px 13px 16px;
	}
	.main-box {
		margin-top: 13px;
	}
	.bot-left {
		width: 414px;
		padding: 16px;
	}
	.main-left {
		height: 510px;
	}
	.bot-left .image i {
		font-size: 24px;
		width: 70px;
		height: 70px;
		line-height: 70px;
		text-indent: 8px;
	}
	.bot-left .top-box .text p {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
	}
	.bot-left .top-box .text span {
		line-height: 22px;
		font-size: 14px;
		height: 44px;
		margin-top: 8px;
	}
	.bot-left .bottom-box {
		margin-top: 15px;
	}
	.bot-left .bottom-box li .item {
		margin-right: 16px;
	}
	.bot-left .bottom-box ul {
		margin-right: -16px;
	}
	.bot-left .bottom-box li .text p {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		margin-top: 7px;
	}
	.bot-left .top-box .text {
		padding: 12px 16px;
	}
	.public-bot li p {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
	}
	.public-bot li span {
		font-size: 20px;
		margin-top: 7px;
	}
	.public-bot li {
		padding: 0 12px 15px;
	}
	.public-bot li .image {
		height: 185px;
		line-height: 185px;
	}
	.bannerLeft li .class-b {
		top: -49px;
		left: 306px;
		width: 932px;
		padding: 20px;
		height: 517px;
	}
	.class-b .adv-box .adv-item {
		width: calc(50% - 8px);
		margin-right: 8px;
	}
	.class-b .adv-box .adv-item:nth-child(2n) {
		margin-left: 8px;
	}
	.class-b .adv-box .adv-item .bg {
		padding: 13px;
	}
	.class-b .adv-box .adv-item .image {
		width: 257px;
		margin-right: 15px;
	}
	.class-b .adv-box .adv-item .text p {
		font-size: 14px;
	}
	.class-b .adv-box .adv-item .text span {
		margin-top: 12px;
	}
	.bannerLeft li .class-b .title {
		font-size: 17px;
		padding-bottom: 10px;
		margin-top: 5px;
	}
	.bannerLeft li .class-b .title a.more {
		font-size: 14px;
	}
	.bannerLeft li .class-b .item .item-title {
		font-size: 16px;
	}
	.bannerLeft li .class-b .item p a {
		font-size: 14px;
		margin-right: 20px;
		margin-top: 12px;
	}
	.bannerLeft li .class-b .item {
		margin-top: 16px;
	}
	.brands .w {
		padding: 25px 35px;
	}
	.brands ul li .item {
		margin-right: 12px;
	}
	.brands ul li {
		margin-top: 10px;
	}
	.brands ul {
		margin-top: 12px;
		margin-right: -12px;
	}
	.brands-title i {
		width: 570px;
		height: 2px;
		top: 14px;
	}
	.brands-title {
		font-size: 26px;
	}
	.brands-title span {
		margin: 0 15px;
	}
	.brands ul li p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.bottom .w {
		padding: 20px 25px;
	}
	.bottom .title b {
		font-size: 20px;
		width: 100px;
		line-height: 34px;
		height: 36px;
	}
	.bottom .title {
		font-size: 14px;
		height: 36px;
	}
	.bottom .title b::before {
		border-width: 34px 0 0 15px;
	}
	.bottom .title .join {
		top: 1px;
		font-size: 14px;
		line-height: 28px;
		padding: 0 11px;
	}
	.footer .item .footer-code {
		width: 440px;
		margin-top: 25px;
	}
	.footer .item .left p {
		font-size: 14px;
		line-height: 32px;
	}
	.footer .item .left span {
		font-size: 14px;
	}
	.copyright {
		font-size: 14px;
	}

}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1400px;
	}
	.bot-left .image {
		height: 193px;
	}
	.bot-left .bottom-box .image {
		height: 92px;
	}
	.top .pageName {
		height: 42px;
		background: url(../../../../images/shop/version/2022/pagename.png) 20px center no-repeat;
		margin-left: 20px;
		padding-left: 20px;
		margin-top: 7px;
	}
	.top .btnBox a {
		width: 128px;
		height: 40px;
		line-height: 38px;
		border-radius: 21px;
		font-size: 15px;
		margin-right: 15px;
	}
	.top .btnBox a i {
		font-size: 17px;
	}
	.searchBox {
		margin-left: 105px;
		height: 40px;
	}
	.searchSelect {
		height: 36px;
	}
	.searchSelectTop p {
		font-size: 14px;
		line-height: 36px;
	}
	.searchSelectTop i {
		top: 14px;
	}
	.search input {
		height: 36px;
	}
	.searchSelect::after {
		top: 6px;
	}
	.search button {
		height: 40px;
	}
	.top {
		padding: 15px 0;
	}
	.top .logo {
		width: 150px;
	}
	.nav a {
		font-size: 18px;
		padding: 0 14px;
		margin: 0 25px;
		height: 32px;
		line-height: 30px;
	}
	.nav p {
		/* padding-left: 290px; */
	}
	.banner {
		margin-top: 15px;
	}
	.bannerLeft {
		width: 274px;
	}
	.bannerLeft > span {
		line-height: 36px;
		height: 38px;
		font-size: 18px;
		background-size: contain;
	}
	.bannerLeft li {
		padding: 0 23px;
	}
	.bannerLeft li .class-a p {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
		margin-bottom: 12px;
	}
	.bannerLeft li .class-a span {
		margin-top: 10px;
	}
	.bannerLeft li .class-a span a {
		margin-right: 10px;
		font-size: 14px;
	}
	.bannerLeft li .class-a {
		padding: 19px 0;
	}
	.bannerLeft ul {
		margin-top: 0px;
	}
	.bannerLeft li .class-a i {
		font-size: 12px;
		top: 23px;
	}
	.bannerCenter {
		width: 824px;
		margin: 0 14px;
	}
	.bannerCenter .image mark {
		padding: 0 16px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
		top: 24px;
		right: 20px;
	}
	.bannerCenter .image mark i {
		width: 15px;
		height: 30px;
		margin-right: 6px;
	}
	.bannerCenter .text {
		padding: 0 90px 0 25px;
		line-height: 72px;
		height: 72px;
		font-size: 20px;
	}
	.bannerCenter .Page {
		width: 72px;
		height: 72px;
		line-height: 72px;
		font-size: 17px;
	}
	.bannerCenter .Page .swiper-pagination-fraction {
		line-height: 69px;
	}
	.swiper-pagination-current {
		font-size: 28px;
	}
	.bannerCenter .Page::after {
		border-width: 0 0 72px 16px;
		left: -16px;
	}
	.bannerRight .message {
		height: 110px;
		padding-top: 15px;
	}
	.bannerRight .message .image {
		width: 47px;
		height: 47px;
		margin-left: 24px;
		margin-right: 15px;
	}
	.bannerRight .message .text {
		font-size: 14px;
	}
	.bannerRight .message .text p {
		font-size: 14px;
		margin-top: 4px;
	}
	.bannerRight .message .text span {
		margin-top: 9px;
	}
	.bannerRight .btnBox {
		padding: 0 20px;
		margin-top: -25px;
	}
	.bannerRight .btnBox a {
		height: 30px;
		line-height: 28px;
		font-size: 14px;
		margin-top: 12px;
	}
	.bannerRight .btnArr {
		padding: 0 15px;
		margin-top: 14px;
		padding-bottom: 13px;
	}
	.bannerRight .btnArr i {
		height: 50px;
		width: 50px;
		line-height: 50px;
		font-size: 23px;
	}
	.bannerRight .btnArr a {
		font-size: 14px;
	}
	.bannerRight .btnArr a {
		margin-right: 36px;
	}
	.bannerRight .shop-notice h2 {
		font-size: 16px;
	}
	.bannerRight .shop-notice h2 i {
		width: 18px;
		height: 18px;
		line-height: 17px;
		font-size: 8px;
		margin-top: 0px;
	}
	.bannerRight .shop-notice li {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding-right: 42px;
	}
	.bannerRight .shop-notice {
		padding: 11px 17px;
	}
	.bannerRight .shop-notice ul {
		padding-top: 0;
	}
	.main, .brands, .bottom {
		margin-top: 30px;
	}
	.public-title .title-left .text b {
		font-size: 26px;
		line-height: 31px;
		text-indent: 6px;
	}
	.public-title .title-left .num {
		width: 54px;
		font-size: 26px;
		line-height: 50px;
		text-indent: 14px;
	}
	.public-title .title-left {
		height: 52px;
		padding-right: 33px;
	}
	.public-tab a {
		font-size: 14px;
		width: 94px;
		height: 34px;
		line-height: 34px;
	}
	.public-tab {
		margin-top: 10px;
	}
	.main-box .main-right {
		margin-left: 14px;
		width: 275px;
	}
	.main-box .main-right .title {
		height: 50px;
		line-height: 45px;
	}
	.main-box .main-right .title span {
		margin: 0 10px;
		font-size: 18px;
	}
	.main-box .main-right .title i {
		width: 17px;
		height: 10px;
		margin-top: 19px;
	}
	.main-box .main-right .company-list {
		padding: 10px 8px 6px;
		margin-top: -36px;
	}
	.main-box .main-right ul li {
		margin-top: 10px;
		height: 76px;
		line-height: 76px;
	}
	.main-box .main-right ul li .item {
		margin-right: 10px;
	}
	.main-box .main-right ul {
		margin-right: -10px;
	}
	.main-box .main-right .company-list .box {
		padding: 30px 11px 15px;
	}
	.main-box {
		margin-top: 11px;
	}
	.bot-left {
		width: 370px;
		padding: 13px;
	}
	.main-left {
		height: 510px;
	}
	.bot-left .image i {
		font-size: 24px;
		width: 70px;
		height: 70px;
		line-height: 70px;
		text-indent: 8px;
	}
	.bot-left .top-box .text p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.bot-left .top-box .text span {
		line-height: 20px;
		font-size: 14px;
		height: 40px;
		margin-top: 8px;
	}
	.bot-left .bottom-box {
		margin-top: 13px;
	}
	.bot-left .bottom-box li .item {
		margin-right: 16px;
	}
	.bot-left .bottom-box ul {
		margin-right: -16px;
	}
	.bot-left .bottom-box li .text p {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		margin-top: 7px;
	}
	.bot-left .top-box .text {
		padding: 10px 15px;
	}
	.public-bot li p {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
	}
	.public-bot li span {
		font-size: 20px;
		margin-top: 7px;
	}
	.public-bot li {
		padding: 0 12px 15px;
	}
	.public-bot li .image {
		height: 185px;
		line-height: 185px;
	}
	.bannerLeft li .class-b {
		top: -38px;
		left: 274px;
		width: 838px;
		padding: 16px;
		height: 465px;
	}
	.class-b .adv-box .adv-item {
		width: calc(50% - 8px);
		margin-right: 8px;
	}
	.class-b .adv-box .adv-item:nth-child(2n) {
		margin-left: 8px;
	}
	.class-b .adv-box .adv-item .bg {
		padding: 12px;
	}
	.class-b .adv-box .adv-item .image {
		width: 232px;
		margin-right: 15px;
	}
	.class-b .adv-box .adv-item .text {
		padding-top: 25px;
		font-size: 12px;
	}
	.class-b .adv-box .adv-item .text p {
		font-size: 13px;
	}
	.class-b .adv-box .adv-item .text span {
		margin-top: 12px;
	}
	.bannerLeft li .class-b .title {
		font-size: 16px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
	.bannerLeft li .class-b .title a.more {
		font-size: 13px;
	}
	.bannerLeft li .class-b .item .item-title {
		font-size: 14px;
	}
	.bannerLeft li .class-b .item p a {
		font-size: 13px;
		margin-right: 20px;
		margin-top: 12px;
	}
	.bannerLeft li .class-b .item {
		margin-top: 14px;
	}
	.brands .w {
		padding: 25px 35px;
	}
	.brands ul li .item {
		margin-right: 12px;
	}
	.brands ul li {
		margin-top: 10px;
	}
	.brands ul {
		margin-top: 12px;
		margin-right: -12px;
	}
	.brands-title i {
		width: 570px;
		height: 2px;
		top: 14px;
	}
	.brands-title {
		font-size: 26px;
	}
	.brands-title span {
		margin: 0 15px;
	}
	.brands ul li p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.bottom .w {
		padding: 20px 25px;
	}
	.bottom .title b {
		font-size: 20px;
		width: 100px;
		line-height: 34px;
		height: 36px;
	}
	.bottom .title {
		font-size: 14px;
		height: 36px;
	}
	.bottom .title b::before {
		border-width: 34px 0 0 15px;
	}
	.bottom .title .join {
		top: 1px;
		font-size: 14px;
		line-height: 28px;
		padding: 0 11px;
	}
	.footer .item .footer-code {
		width: 440px;
		margin-top: 25px;
	}
	.footer .item .left p {
		font-size: 14px;
		line-height: 32px;
	}
	.footer .item .left span {
		font-size: 14px;
	}
	.copyright {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1328px;
	}
	.bot-left .image {
		height: 184px;
	}
	.bot-left .bottom-box .image {
		height: 88px;
	}
	.top .pageName {
		height: 42px;
		background: url(../../../../images/shop/version/2022/pagename.png) 20px center no-repeat;
		margin-left: 20px;
		padding-left: 20px;
		margin-top: 7px;
	}
	.top .btnBox a {
		width: 128px;
		height: 40px;
		line-height: 38px;
		border-radius: 21px;
		font-size: 15px;
		margin-right: 15px;
	}
	.top .btnBox a i {
		font-size: 17px;
	}
	.searchBox {
		margin-left: 110px;
		height: 40px;
		width: 520px;
	}
	.searchSelect {
		height: 36px;
		width: 70px;
	}
	.searchSelectTop p {
		font-size: 13px;
		line-height: 36px;
	}
	.searchSelectTop i {
		top: 15px;
		font-size: 9px;
	}
	.search input {
		height: 36px;
		font-size: 13px;
		width: 360px;
	}

	.searchSelect::after {
		top: 6px;
	}
	.search button {
		height: 40px;
		width: 88px;
		font-size: 14px;
	}
	.search button i {
		font-size: 14px;
	}
	.top {
		padding: 15px 0;
	}
	.top .logo {
		width: 150px;
	}
	.nav a {
		font-size: 18px;
		padding: 0 12px;
		margin: 0 20px;
		height: 32px;
		line-height: 30px;
	}
	.nav p {
		/* padding-left: 290px; */
	}
	.banner {
		margin-top: 12px;
	}
	.bannerLeft {
		width: 260px;
	}
	.bannerLeft > span {
		line-height: 34px;
		height: 36px;
		font-size: 18px;
		background-size: contain;
	}
	.bannerLeft li {
		padding: 0 18px;
	}
	.bannerLeft li .class-a p {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.bannerLeft li .class-a span {
		margin-top: 8px;
	}
	.bannerLeft li .class-a span a {
		margin-right: 10px;
		font-size: 14px;
	}
	.bannerLeft li .class-a {
		padding: 18px 0;
	}
	.bannerLeft ul {
		margin-top: 0px;
	}
	.bannerLeft li .class-a i {
		font-size: 12px;
		top: 23px;
	}
	.bannerCenter {
		width: 780px;
		margin: 0 14px;
	}
	.bannerCenter .image mark {
		padding: 0 16px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
		top: 24px;
		right: 20px;
	}
	.bannerCenter .image mark i {
		width: 15px;
		height: 30px;
		margin-right: 6px;
	}
	.bannerCenter .text {
		padding: 0 88px 0 22px;
		line-height: 68px;
		height: 68px;
		font-size: 18px;
	}
	.bannerCenter .Page {
		width: 68px;
		height: 68px;
		line-height: 68px;
		font-size: 16px;
	}
	.bannerCenter .Page .swiper-pagination-fraction {
		line-height: 65px;
	}
	.swiper-pagination-current {
		font-size: 26px;
	}
	.bannerCenter .Page::after {
		border-width: 0 0 68px 16px;
		left: -16px;
	}
	.bannerRight .message {
		height: 105px;
		padding-top: 15px;
	}
	.bannerRight .message .image {
		width: 44px;
		height: 44px;
		margin-left: 22px;
		margin-right: 13px;
	}
	.bannerRight .message .text {
		font-size: 14px;
	}
	.bannerRight .message .text p {
		font-size: 14px;
		margin-top: 4px;
	}
	.bannerRight .message .text span {
		margin-top: 6px;
	}
	.bannerRight .btnBox {
		padding: 0 20px;
		margin-top: -27px;
	}
	.bannerRight .btnBox a {
		height: 28px;
		line-height: 26px;
		font-size: 14px;
		margin-top: 12px;
	}
	.bannerRight .btnArr {
		padding: 0 20px;
		margin-top: 14px;
		padding-bottom: 13px;
	}
	.bannerRight .btnArr i {
		height: 47px;
		width: 47px;
		line-height: 47px;
		font-size: 21px;
	}
	.bannerRight .btnArr a {
		font-size: 14px;
	}
	.bannerRight .btnArr a {
		margin-right: 26px;
	}
	.bannerRight .shop-notice h2 {
		font-size: 16px;
	}
	.bannerRight .shop-notice h2 i {
		width: 18px;
		height: 18px;
		line-height: 17px;
		font-size: 8px;
		margin-top: 0px;
	}
	.bannerRight .shop-notice li {
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding-right: 42px;
	}
	.bannerRight .shop-notice {
		padding: 11px 17px;
	}
	.bannerRight .shop-notice ul {
		padding-top: 0;
	}
	.main, .brands, .bottom {
		margin-top: 30px;
	}
	.public-title .title-left .text b {
		font-size: 26px;
		line-height: 31px;
		text-indent: 6px;
	}
	.public-title .title-left .num {
		width: 54px;
		font-size: 26px;
		line-height: 50px;
		text-indent: 14px;
	}
	.public-title .title-left {
		height: 52px;
		padding-right: 33px;
	}
	.public-tab a {
		font-size: 13px;
		width: 82px;
		height: 32px;
		line-height: 32px;
	}
	.public-tab {
		margin-top: 10px;
	}
	.main-box .main-right {
		margin-left: 14px;
		width: 260px;
	}
	.main-box .main-right .title {
		height: 47px;
		line-height: 43px;
	}
	.main-box .main-right .title span {
		margin: 0 10px;
		font-size: 18px;
	}
	.main-box .main-right .title i {
		width: 17px;
		height: 10px;
		margin-top: 19px;
	}
	.main-box .main-right .company-list {
		padding: 10px 6px 6px;
		margin-top: -35px;
	}
	.main-box .main-right ul li {
		margin-top: 10px;
		height: 65px;
		line-height: 65px;
	}
	.main-box .main-right ul li .item {
		margin-right: 10px;
	}
	.main-box .main-right ul {
		margin-right: -10px;
	}
	.main-box .main-right .company-list .box {
		padding: 22px 11px 15px;
	}
	.main-box {
		margin-top: 11px;
	}
	.bot-left {
		width: 352px;
		padding: 12px;
	}
	.main-left {
		height: 440px;
	}
	.bot-left .image i {
		font-size: 24px;
		width: 70px;
		height: 70px;
		line-height: 70px;
		text-indent: 8px;
	}
	.bot-left .top-box .text p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.bot-left .top-box .text span {
		line-height: 20px;
		font-size: 14px;
		height: 40px;
		margin-top: 6px;
	}
	.bot-left .bottom-box {
		margin-top: 12px;
	}
	.bot-left .bottom-box li .item {
		margin-right: 12px;
	}
	.bot-left .bottom-box ul {
		margin-right: -12px;
	}
	.bot-left .bottom-box li .text p {
		font-size: 14px;
		line-height: 21px;
		height: 42px;
		margin-top: 5px;
	}
	.bot-left .top-box .text {
		padding: 10px 15px;
	}
	.public-bot li p {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
	}
	.public-bot li span {
		font-size: 18px;
		margin-top: 7px;
	}
	.public-bot li {
		padding: 0 10px 12px;
	}
	.public-bot li .image {
		height: 157px;
		line-height: 157px;
	}
	.bannerLeft li .class-b {
		left: 260px;
		top: -36px;
		width: 794px;
		padding: 14px;
		height: 439px;
	}
	.class-b .adv-box .adv-item {
		width: calc(50% - 8px);
		margin-right: 8px;
	}
	.class-b .adv-box .adv-item:nth-child(2n) {
		margin-left: 8px;
	}
	.class-b .adv-box .adv-item .bg {
		padding: 10px;
	}
	.class-b .adv-box .adv-item .image {
		width: 190px;
		margin-right: 15px;
	}
	.class-b .adv-box .adv-item .text {
		padding-top: 14px;
		font-size: 12px;
	}
	.class-b .adv-box .adv-item .text p {
		font-size: 13px;
	}
	.class-b .adv-box .adv-item .text span {
		margin-top: 12px;
	}
	.bannerLeft li .class-b .title {
		font-size: 16px;
		padding-bottom: 8px;
		margin-top: 0px;
	}
	.bannerLeft li .class-b .title a.more {
		font-size: 13px;
	}
	.bannerLeft li .class-b .item .item-title {
		font-size: 14px;
	}
	.bannerLeft li .class-b .item p a {
		font-size: 13px;
		margin-right: 20px;
		margin-top: 12px;
	}
	.bannerLeft li .class-b .item {
		margin-top: 14px;
	}
	.brands .w {
		padding: 22px 30px;
	}
	.brands ul li .item {
		margin-right: 10px;
	}
	.brands ul li {
		margin-top: 10px;
	}
	.brands ul {
		margin-top: 12px;
		margin-right: -10px;
	}
	.brands-title i {
		width: 485px;
		height: 1px;
		top: 14px;
	}
	.brands-title {
		font-size: 22px;
	}
	.brands-title span {
		margin: 0 12px;
	}
	.brands-title b {
		width: 18px;
		height: 13px;
	}
	.brands ul li p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.bottom .w {
		padding: 18px 20px;
	}
	.bottom .title b {
		font-size: 18px;
		width: 95px;
		line-height: 30px;
		height: 32px;
	}
	.bottom .title {
		font-size: 14px;
		height: 36px;
	}
	.bottom .title b::before {
		border-width: 29px 0 0 11px;
		left: -6px;
	}
	.bottom .title .join {
		top: 1px;
		font-size: 12px;
		line-height: 26px;
		padding: 0 9px;
	}
	.bottom .title .join i {
		font-size: 12px;
	}
	.link-con li a {
		font-size: 14px;
		padding: 0 12px;
	}
	.footer .item .footer-code {
		width: 370px;
		margin-top: 18px;
	}
	.footer .item .footer-code li {
		padding-left: 48px;
	}
	.footer .item .footer-code li .code {
		width: 117px;
		height: 117px;
		padding: 7px;
	}
	.footer .item .left p {
		font-size: 13px;
		line-height: 26px;
	}
	.footer .item .left span {
		font-size: 13px;
		line-height: 28px;
	}
	.copyright {
		font-size: 13px;
	}
	.footer .item .left span img {
		margin: 3px 16px 0 8px;
	}



}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 1138px;
	}
	.bot-left .image {
		height: 158px;
	}
	.bot-left .bottom-box .image {
		height: 75px;
	}
	.header p a {
		font-size: 12px;
	}
	.loginDiv a {
		margin-right: 7px;
		font-size: 12px;
	}
	.loginDiv a:first-child {
		margin-right: 16px;
	}
	.top .pageName {
		height: 26px;
		background: url(../../../../images/shop/version/2022/pagename.png) 20px center no-repeat;
		margin-left: 15px;
		padding-left: 20px;
		margin-top: 8px;
		background-size: 95px auto;
	}
	.top .btnBox a {
		width: 103px;
		height: 32px;
		line-height: 30px;
		border-radius: 21px;
		font-size: 12px;
		margin-right: 15px;
	}
	.top .btnBox a i {
		font-size: 14px;
	}
	.top .btnBox .child {
		width: 145px;
		height: 145px;
		line-height: 134px;
		top: 46px;
		left: 50%;
		padding: 5px;
	}
	.searchBox {
		margin-left: 120px;
		height: 32px;
		width: 400px;
		margin-top: 6px;
	}
	.searchSelect {
		height: 30px;
		width: 62px;
		margin-left: 1px;
		margin-top: 1px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 30px;
	}
	.searchSelectTop i {
		top: 12px;
		font-size: 7px;
		left: 48px;
	}
	.search input {
		height: 30px;
		font-size: 12px;
		width: 270px;
		margin-top: 1px;
	}
	.searchSelect::after {
		top: 6px;
		height: 18px;
	}
	.search button {
		height: 32px;
		width: 67px;
		font-size: 12px;
		line-height: 32px;
	}
	.search button i {
		font-size: 12px;
	}
	.top {
		padding: 15px 0;
	}
	.top .logo {
		width: 110px;
	}
	.top .btnBox {
		margin-top: 6px;
	}
	.nav {
		padding-bottom: 8px;
	}
	.nav a {
		font-size: 16px;
		padding: 0 11px;
		margin: 0 20px;
		height: 26px;
		line-height: 24px;
	}
	.nav p {
		/* padding-left: 275px; */
	}
	.banner {
		margin-top: 12px;
	}
	.bannerLeft {
		width: 222px;
	}
	.bannerLeft > span {
		line-height: 28px;
		height: 31px;
		font-size: 16px;
		background-size: contain;
	}
	.bannerLeft li {
		padding: 0 14px;
	}
	.bannerLeft li .class-a p {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
		margin-bottom: 8px;
	}
	.bannerLeft li .class-a span {
		margin-top: 10px;
	}
	.bannerLeft li .class-a span a {
		margin-right: 10px;
		font-size: 12px;
	}
	.bannerLeft li .class-a {
		padding: 12px 0;
	}
	.bannerLeft ul {
		margin-top: 6px;
	}
	.bannerLeft li .class-a i {
		font-size: 10px;
		top: 22px;
	}
	.bannerCenter {
		width: 668px;
		margin: 0 12px;
	}
	.bannerCenter .image mark {
		padding: 0 16px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
		top: 24px;
		right: 20px;
	}
	.bannerCenter .image mark i {
		width: 12px;
		height: 30px;
		margin-right: 5px;
	}
	.bannerCenter .text {
		padding: 0 77px 0 18px;
		line-height: 58px;
		height: 58px;
		font-size: 16px;
	}
	.bannerCenter .Page {
		width: 58px;
		height: 58px;
		line-height: 58px;
		font-size: 14px;
	}
	.bannerCenter .Page .swiper-pagination-fraction {
		line-height: 54px;
	}
	.swiper-pagination-current {
		font-size: 23px;
	}
	.bannerCenter .Page::after {
		border-width: 0 0 58px 16px;
		left: -16px;
	}
	.bannerRight .message {
		height: 89px;
		padding-top: 15px;
	}
	.bannerRight .message .image {
		width: 37px;
		height: 37px;
		margin-left: 18px;
		margin-right: 10px;
	}
	.bannerRight .message .text {
		font-size: 12px;
	}
	.bannerRight .message .text p {
		font-size: 12px;
		margin-top: 2px;
	}
	.bannerRight .message .text span {
		margin-top: 6px;
	}
	.bannerRight .btnBox {
		padding: 0 20px;
		margin-top: -24px;
	}
	.bannerRight .btnBox a {
		height: 28px;
		line-height: 26px;
		font-size: 14px;
		margin-top: 12px;
	}
	.bannerRight .btnArr {
		padding: 0 15px;
		margin-top: 8px;
		padding-bottom: 10px;
	}
	.bannerRight .btnArr i {
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 19px;
	}
	.bannerRight .btnArr a {
		font-size: 12px;
	}
	.bannerRight .btnArr a {
		margin-right: 24px;
	}
	.bannerRight .shop-notice h2 {
		font-size: 14px;
	}
	.bannerRight .shop-notice h2 i {
		width: 16px;
		height: 16px;
		line-height: 15px;
		font-size: 7px;
		margin-top: 0px;
	}
	.bannerRight .shop-notice li {
		margin-top: 7px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		padding-right: 42px;
	}
	.bannerRight .shop-notice {
		padding: 11px 17px;
	}
	.bannerRight .shop-notice ul {
		padding-top: 0;
	}
	.main, .brands, .bottom {
		margin-top: 25px;
	}
	.public-title .title-left .text b {
		font-size: 26px;
		line-height: 31px;
		text-indent: 6px;
	}
	.public-title .title-left .num {
		width: 54px;
		font-size: 26px;
		line-height: 50px;
		text-indent: 14px;
	}
	.public-title .title-left {
		height: 52px;
		padding-right: 33px;
	}
	.public-tab a {
		font-size: 13px;
		width: 82px;
		height: 32px;
		line-height: 32px;
	}
	.public-tab {
		margin-top: 10px;
	}
	.main-box .main-right {
		margin-left: 12px;
		width: 224px;
	}
	.main-box .main-right .title {
		height: 40px;
		line-height: 36px;
	}
	.main-box .main-right .title span {
		margin: 0 8px;
		font-size: 16px;
	}
	.main-box .main-right .title i {
		width: 14px;
		height: 8px;
		margin-top: 16px;
	}
	.main-box .main-right .company-list {
		padding: 10px 6px 6px;
		margin-top: -29px;
	}
	.main-box .main-right ul li {
		margin-top: 8px;
		height: 56px;
		line-height: 56px;
	}
	.main-box .main-right ul li .item {
		margin-right: 8px;
	}
	.main-box .main-right ul {
		margin-right: -8px;
	}
	.main-box .main-right .company-list .box {
		padding: 20px 11px 10px;
	}
	.main-box {
		margin-top: 9px;
	}
	.bot-left {
		width: 302px;
		padding: 10px;
	}
	.main-left {
		height: 377px;
	}
	.bot-left .image i {
		font-size: 18px;
		width: 49px;
		height: 49px;
		line-height: 49px;
		text-indent: 5px;
	}
	.bot-left .top-box .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.bot-left .top-box .text span {
		line-height: 18px;
		font-size: 12px;
		height: 36px;
		margin-top: 6px;
	}
	.bot-left .bottom-box {
		margin-top: 10px;
	}
	.bot-left .bottom-box li .item {
		margin-right: 12px;
	}
	.bot-left .bottom-box ul {
		margin-right: -12px;
	}
	.bot-left .bottom-box li .text p {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 5px;
	}
	.bot-left .top-box .text {
		padding: 8px 15px;
	}
	.public-bot li p {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.public-bot li span {
		font-size: 16px;
		margin-top: 7px;
	}
	.public-bot li {
		padding: 0 10px 10px;
	}
	.public-bot li .image {
		height: 131px;
		line-height: 107px;
	}
	.footer .item .left p a {
		padding: 0 10px;
	}
	.bannerLeft li .class-b {
		top: -37px;
		left: 222px;
		width: 680px;
		padding: 12px;
		height: 376px;
	}
	.class-b .adv-box .adv-item {
		width: calc(50% - 8px);
		margin-right: 8px;
	}
	.class-b .adv-box .adv-item:nth-child(2n) {
		margin-left: 8px;
	}
	.class-b .adv-box .adv-item .bg {
		padding: 8px;
	}
	.class-b .adv-box .adv-item .image {
		width: 154px;
		margin-right: 10px;
	}
	.class-b .adv-box .adv-item .text {
		padding-top: 2px;
		font-size: 12px;
	}
	.class-b .adv-box .adv-item .text p {
		font-size: 13px;
	}
	.class-b .adv-box .adv-item .text span {
		margin-top: 12px;
	}
	.bannerLeft li .class-b .title {
		font-size: 16px;
		padding-bottom: 10px;
		margin-top: 0;
	}
	.bannerLeft li .class-b .title a.more {
		font-size: 13px;
	}
	.bannerLeft li .class-b .item .item-title {
		font-size: 14px;
	}
	.bannerLeft li .class-b .item p a {
		font-size: 13px;
		margin-right: 20px;
		margin-top: 12px;
	}
	.bannerLeft li .class-b .item {
		margin-top: 14px;
	}
	.brands .w {
		padding: 22px 30px;
	}
	.brands ul li .item {
		margin-right: 10px;
	}
	.brands ul li {
		margin-top: 10px;
	}
	.brands ul {
		margin-top: 12px;
		margin-right: -10px;
	}
	.brands-title i {
		width: 485px;
		height: 1px;
		top: 14px;
	}
	.brands-title {
		font-size: 22px;
	}
	.brands-title span {
		margin: 0 12px;
	}
	.brands-title b {
		width: 18px;
		height: 13px;
	}
	.brands ul li p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.bottom .w {
		padding: 18px 20px;
	}
	.bottom .title b {
		font-size: 18px;
		width: 95px;
		line-height: 30px;
		height: 32px;
	}
	.bottom .title {
		font-size: 14px;
		height: 36px;
	}
	.bottom .title b::before {
		border-width: 29px 0 0 11px;
		left: -6px;
	}
	.bottom .title .join {
		top: 1px;
		font-size: 12px;
		line-height: 26px;
		padding: 0 9px;
	}
	.bottom .title .join i {
		font-size: 12px;
	}
	.link-con li a {
		font-size: 14px;
		padding: 0 12px;
	}
	.footer .item .footer-code {
		width: 370px;
		margin-top: 18px;
	}
	.footer .item .footer-code li {
		padding-left: 48px;
	}
	.footer .item .footer-code li .code {
		width: 117px;
		height: 117px;
		padding: 7px;
	}
	.footer .item .left p {
		font-size: 13px;
		line-height: 26px;
	}
	.footer .item .left span {
		font-size: 13px;
		line-height: 28px;
	}
	.copyright {
		font-size: 12px;
	}
	.footer .item .left span img {
		margin: 3px 16px 0 8px;
	}


}

@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
	.bot-left .image {
		height: 128px;
	}
	.bot-left .bottom-box .image {
		height: 61px;
	}
	.header p a {
		font-size: 12px;
		margin: 0 7px;
	}
	.loginDiv a {
		margin-right: 7px;
		font-size: 12px;
	}
	.loginDiv a:first-child {
		margin-right: 16px;
	}
	.top .pageName {
		height: 26px;
		background: url(../../../../images/shop/version/2022/pagename.png) 20px center no-repeat;
		margin-left: 15px;
		padding-left: 20px;
		margin-top: 8px;
		background-size: 95px auto;
	}
	.top .btnBox a {
		width: 103px;
		height: 32px;
		line-height: 30px;
		border-radius: 21px;
		font-size: 12px;
		margin-right: 15px;
	}
	.top .btnBox a i {
		font-size: 14px;
	}
	.top .btnBox .child {
		width: 145px;
		height: 145px;
		line-height: 134px;
		top: 46px;
		left: 50%;
		padding: 5px;
	}
	.searchBox {
		margin-left: 69px;
		height: 32px;
		width: 400px;
		margin-top: 6px;
	}
	.searchSelect {
		height: 30px;
		width: 62px;
		margin-left: 1px;
		margin-top: 1px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 30px;
	}
	.searchSelectTop i {
		top: 12px;
		font-size: 7px;
		left: 48px;
	}
	.search input {
		height: 30px;
		font-size: 12px;
		width: 270px;
		margin-top: 1px;
	}
	.searchSelect::after {
		top: 6px;
		height: 18px;
	}
	.search button {
		height: 32px;
		width: 67px;
		font-size: 12px;
		line-height: 32px;
	}
	.search button i {
		font-size: 12px;
	}
	.top {
		padding: 15px 0;
	}
	.top .logo {
		width: 110px;
	}
	.top .btnBox {
		margin-top: 6px;
	}
	.nav {
		padding-bottom: 8px;
	}
	.nav a {
		font-size: 16px;
		padding: 0 11px;
		margin: 0 20px;
		height: 26px;
		line-height: 24px;
	}
	.nav p {
		/* padding-left: 180px; */
	}
	.banner {
		margin-top: 12px;
	}
	.bannerLeft {
		width: 195px;
	}
	.bannerLeft > span {
		line-height: 28px;
		height: 31px;
		font-size: 16px;
		background-size: contain;
	}
	.bannerLeft li {
		padding: 0 14px;
	}
	.bannerLeft li .class-a p {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
		margin-bottom: 8px;
	}
	.bannerLeft li .class-a span {
		margin-top: 9px;
	}
	.bannerLeft li .class-a span a {
		margin-right: 10px;
		font-size: 12px;
	}
	.bannerLeft li .class-a {
		padding: 8px 0;
	}
	.bannerLeft ul {
		margin-top: 3px;
	}
	.bannerLeft li .class-a i {
		font-size: 10px;
		top: 13px;
	}
	.bannerCenter {
		width: 590px;
		margin: 0 12px;
	}
	.bannerCenter .image mark {
		padding: 0 16px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
		top: 24px;
		right: 20px;
	}
	.bannerCenter .image mark i {
		width: 12px;
		height: 30px;
		margin-right: 5px;
	}
	.bannerCenter .text {
		padding: 0 77px 0 18px;
		line-height: 58px;
		height: 58px;
		font-size: 16px;
	}
	.bannerCenter .Page {
		width: 58px;
		height: 58px;
		line-height: 58px;
		font-size: 14px;
	}
	.bannerCenter .Page .swiper-pagination-fraction {
		line-height: 54px;
	}
	.swiper-pagination-current {
		font-size: 23px;
	}
	.bannerCenter .Page::after {
		border-width: 0 0 58px 16px;
		left: -16px;
	}
	.bannerRight .message {
		height: 89px;
		padding-top: 15px;
	}
	.bannerRight .message .image {
		width: 37px;
		height: 37px;
		margin-left: 18px;
		margin-right: 10px;
	}
	.bannerRight .message .text {
		font-size: 12px;
	}
	.bannerRight .message .text p {
		font-size: 12px;
		margin-top: 2px;
	}
	.bannerRight .message .text span {
		margin-top: 6px;
	}
	.bannerRight .btnBox {
		padding: 0 20px;
		margin-top: -30px;
	}
	.bannerRight .btnBox a {
		height: 28px;
		line-height: 26px;
		font-size: 14px;
		margin-top: 12px;
	}
	.bannerRight .btnArr {
		padding: 0 15px;
		margin-top: 6px;
		padding-bottom: 6px;
	}
	.bannerRight .btnArr i {
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 19px;
	}
	.bannerRight .btnArr a {
		font-size: 12px;
	}
	.bannerRight .btnArr a {
		margin-right: 8px;
	}
	.bannerRight .shop-notice h2 {
		font-size: 14px;
	}
	.bannerRight .shop-notice h2 i {
		width: 16px;
		height: 16px;
		line-height: 15px;
		font-size: 7px;
		margin-top: 0px;
	}
	.bannerRight .shop-notice li {
		margin-top: 5px;
		font-size: 12px;
		line-height: 12px;
		height: 12px;
		padding-right: 32px;
	}
	.bannerRight .shop-notice {
		padding: 8px 13px;
	}
	.bannerRight .shop-notice ul {
		padding-top: 0;
	}
	.main, .brands, .bottom {
		margin-top: 25px;
	}
	.public-title .title-left .text b {
		font-size: 26px;
		line-height: 31px;
		text-indent: 6px;
	}
	.public-title .title-left .num {
		width: 54px;
		font-size: 26px;
		line-height: 50px;
		text-indent: 14px;
	}
	.public-title .title-left {
		height: 52px;
		padding-right: 33px;
	}
	.public-tab a {
		font-size: 13px;
		width: 82px;
		height: 32px;
		line-height: 32px;
	}
	.public-tab {
		margin-top: 10px;
	}
	.main-box .main-right {
		margin-left: 12px;
		width: 224px;
	}
	.main-box .main-right .title {
		height: 40px;
		line-height: 36px;
	}
	.main-box .main-right .title span {
		margin: 0 8px;
		font-size: 16px;
	}
	.main-box .main-right .title i {
		width: 14px;
		height: 8px;
		margin-top: 16px;
	}
	.main-box .main-right .company-list {
		padding: 10px 6px 6px;
		margin-top: -29px;
	}
	.main-box .main-right ul li {
		margin-top: 8px;
		height: 48px;
		line-height: 48px;
	}
	.main-box .main-right ul li .item {
		margin-right: 8px;
	}
	.main-box .main-right ul {
		margin-right: -8px;
	}
	.main-box .main-right .company-list .box {
		padding: 20px 11px 10px;
	}
	.main-box {
		margin-top: 9px;
	}
	.bot-left {
		width: 250px;
		padding: 10px;
	}
	.main-left {
		height: 335px;
	}
	.bot-left .image i {
		font-size: 18px;
		width: 49px;
		height: 49px;
		line-height: 49px;
		text-indent: 5px;
	}
	.bot-left .top-box .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.bot-left .top-box .text span {
		line-height: 18px;
		font-size: 12px;
		height: 36px;
		margin-top: 6px;
	}
	.bot-left .bottom-box {
		margin-top: 10px;
	}
	.bot-left .bottom-box li .item {
		margin-right: 12px;
	}
	.bot-left .bottom-box ul {
		margin-right: -12px;
	}
	.bot-left .bottom-box li .text p {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 5px;
	}
	.bot-left .top-box .text {
		padding: 8px 15px;
	}
	.public-bot li p {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.public-bot li span {
		font-size: 16px;
		margin-top: 7px;
	}
	.public-bot li {
		padding: 0 10px 10px;
	}
	.public-bot li .image {
		height: 110px;
		line-height: 85px;
	}
	.footer .item .left p a {
		padding: 0 10px;
	}
	.bannerLeft li .class-b {
		top: -34px;
		left: 195px;
		width: 602px;
		padding: 8px;
		height: 333px;
	}
	.class-b .adv-box .adv-item {
		width: calc(50% - 8px);
		margin-right: 8px;
	}
	.class-b .adv-box .adv-item:nth-child(2n) {
		margin-left: 8px;
	}
	.class-b .adv-box .adv-item .bg {
		padding: 6px;
	}
	.class-b .adv-box .adv-item .image {
		width: 133px;
		margin-right: 10px;
	}
	.class-b .adv-box .adv-item .text {
		padding-top: 0px;
		font-size: 12px;
	}
	.class-b .adv-box .adv-item .text p {
		font-size: 13px;
	}
	.class-b .adv-box .adv-item .text span {
		margin-top: 5px;
	}
	.bannerLeft li .class-b .title {
		font-size: 14px;
		padding-bottom: 7px;
		margin-top: 0;
	}
	.bannerLeft li .class-b .title a.more {
		font-size: 12px;
	}
	.bannerLeft li .class-b .item .item-title {
		font-size: 14px;
	}
	.bannerLeft li .class-b .item p a {
		font-size: 12px;
		margin-right: 15px;
		margin-top: 8px;
	}
	.bannerLeft li .class-b .item {
		margin-top: 14px;
	}
	.brands .w {
		padding: 22px 30px;
	}
	.brands ul li .item {
		margin-right: 10px;
	}
	.brands ul li {
		margin-top: 10px;
	}
	.brands ul {
		margin-top: 12px;
		margin-right: -10px;
	}
	.brands-title i {
		width: 485px;
		height: 1px;
		top: 14px;
	}
	.brands-title {
		font-size: 22px;
	}
	.brands-title span {
		margin: 0 12px;
	}
	.brands-title b {
		width: 18px;
		height: 13px;
	}
	.brands ul li p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.bottom .w {
		padding: 18px 20px;
	}
	.bottom .title b {
		font-size: 18px;
		width: 95px;
		line-height: 30px;
		height: 32px;
	}
	.bottom .title {
		font-size: 14px;
		height: 36px;
	}
	.bottom .title b::before {
		border-width: 29px 0 0 11px;
		left: -6px;
	}
	.bottom .title .join {
		top: 1px;
		font-size: 12px;
		line-height: 26px;
		padding: 0 9px;
	}
	.bottom .title .join i {
		font-size: 12px;
	}
	.link-con li a {
		font-size: 14px;
		padding: 0 12px;
	}
	.footer .item .footer-code {
		width: 290px;
		margin-top: 18px;
	}
	.footer .item .footer-code li {
		padding-left: 35px;
	}
	.footer .item .footer-code li .code {
		width: 92px;
		height: 92px;
		padding: 5px;
	}
	.link-con li {
		margin-top: 14px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 28px;
	}
	.copyright {
		font-size: 12px;
	}
	.footer .item .left span img {
		margin: 3px 16px 0 8px;
	}

}
