.main{
    width: 1560px;
    margin: 0 auto;
}
body {
	line-height: 1;
}
body.f5{
	background-color: #f5f5f5;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
.iframe{
	height: 40px;
	overflow: hidden;
}
.advs {
	position: relative;
	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;
}
.advs img {
	display: block;
}
.Center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX( -50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY( -50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.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: "阿里妈妈数黑体 Bold";
	font-weight: 700;
  	src:
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff2") format("woff2"), 
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff") format("woff");
}
@font-face {
    font-family: 'hbzhan';  /* Project id 1875012 */
    src: url('//at.alicdn.com/t/c/font_1875012_ueaj37w1hg.woff2?t=1697871326081') format('woff2'),
         url('//at.alicdn.com/t/c/font_1875012_ueaj37w1hg.woff?t=1697871326081') format('woff'),
         url('//at.alicdn.com/t/c/font_1875012_ueaj37w1hg.ttf?t=1697871326081') format('truetype');
}
.hbzhan{
    font-family:"hbzhan" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'xwboo22';  /* Project id 2797050 */
	src: url('//at.alicdn.com/t/c/font_2797050_qrby520e5wm.woff2?t=1705308415331') format('woff2'),
		 url('//at.alicdn.com/t/c/font_2797050_qrby520e5wm.woff?t=1705308415331') format('woff'),
		 url('//at.alicdn.com/t/c/font_2797050_qrby520e5wm.ttf?t=1705308415331') format('truetype');
}
.xwboo22{
    font-family:"xwboo22" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: 'xwboo';  /* Project id 1932496 */
	src: url('//at.alicdn.com/t/c/font_1932496_xyfkyzwz3t9.woff2?t=1703134893773') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1932496_xyfkyzwz3t9.woff?t=1703134893773') format('woff'),
		 url('//at.alicdn.com/t/c/font_1932496_xyfkyzwz3t9.ttf?t=1703134893773') format('truetype');
}
.xwboo{
    font-family:"xwboo" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/* header */
.header{
	height: 40px;
    background-color: #f5f5f5;
}
.header a{
	font-size: 14px;
	color: #666;
}
.header p{
	float: left;
}
.header p a{
	line-height: 40px;
	margin-left: 15px;
}
.header p a:first-child{
	margin: 0;
}
.header p a.login{
	height: 24px;
	line-height: 24px;
	margin: 8px 0 8px 30px;
	padding: 0 10px;
	border-radius: 3px;
	background-color: #ed5736;
    color: #fff;
	display: inline-block;
	vertical-align: top;
}
.header ul{
	float: right;
	font-size: 0;
}
.header li{
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	margin-left: 9px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.header li::after{
	height: 15px;
	width: 1px;
	background-color: #dddddd;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.header li.mobile{
	padding-left: 0;
}
.header li.mobile a{
    color: #ed5736;
}
.header li.mobile i{
	margin-right: 5px;
}
.header li:first-child{
	padding-left: 0;
	margin-left: 0;
}
.header li:first-child::after,.header li.mobile::after{
	display: none;
}
.header a:hover{
	text-decoration: underline;
}
/* top */
.top{
    padding: 22px 0;
    background-color: #fff;
}
.top .logo{
    height: 82px;
    float: left;
}
.top .searchBox{
    margin: 16px 0 0 128px;
    height: 50px;
    width: 640px;
    border-radius: 2px;
    background-color: #f3f3f3;
    float: left;
}
.search {
	width: 100%;
	height: 100%;
}
.searchSelect {
	width: 70px;
	height: 50px;
	border-radius: 2px;
	float: left;
	position: relative;
	z-index: 99999;
}
.searchSelectTop {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p {
	font-size: 15px;
	line-height: 50px;
	color: #333;
	text-indent: 15px;
}
.searchSelectTop i {
	position: absolute;
	top: 22px;
	right: 7px;
	-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 #ed5736;
	left: 0px;
	top: 50px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li {
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.searchSelectBot li:hover {
	background: #ed5736;
	color: #fff;
}
.search input {
	width: calc(100% - 172px);
	height: 50px;
	float: left;
	text-indent: 12px;
	font-size: 15px;
	line-height: 40px;
	font-family: "microsoft yahei";
	color: #aaa;
    background-color: #f3f3f3;
	border: none;
}
.search button {
	width: 100px;
	height: 50px;
	border: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 18px;
	line-height: 50px;
	border-radius: 0 2px 2px 0;
	color: #fff;
    background-color: #ed5736;
	font-family: "microsoft yahei";
	text-align: center;
}
.top .btnBox1{
    margin: 16px 0 0 20px;
    float: left;
    overflow: hidden;
}
.top .btnBox1 a{
    height: 48px;
    line-height: 48px;
    padding: 0 27px;
    font-size: 16px;
    border-radius: 2px;
    color: #ed5736;
    border: 1px solid #ed5736;
    display: inline-block;
    vertical-align: top;
}
.top .btnBox1 a i{
    font-size: 16px;
    margin-right: 5px;
    color: #ed5736;
}
.top .btnBox2 {
    margin-top: 16px;
	float: right;
    overflow: hidden;
}
.top .btnBox2 a{
    height: 48px;
    line-height: 48px;
    padding: 0 27px;
    font-size: 16px;
    border-radius: 30px;
    color: #333;
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    display: inline-block;
    vertical-align: top;
}
.top .btnBox2 a i{
    font-size: 16px;
    margin-right: 5px;
    color: #ed5736;
}
/* nav */
.nav{
    background-color: #fff;
}
.nav span{
    float: left;
	width: 280px;
    padding: 0 20px;
	margin-right: 44px;
	font-size: 18px;
    height: 56px;
    line-height: 56px;
	color: #fff;
    background: url(../../../../images/Company/version/2024/nav-bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.nav span img{
    margin-top: 18px;
    width: 18px;
    float: right;
}
.nav p{
	height: 56px;
	line-height: 56px;
    overflow: hidden;
}
.nav p a{
	font-size: 21px;
    padding-right: 33px;
    margin-right: 33px;
	font-weight: 700;
	color: #333;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.nav p a::after{
    position: absolute;
    content: '';
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 2px;
    height: 18px;
    background-color: #dddddd;
}
.nav p a:last-child{
	padding-right: 0;
	margin-right: 0;
}
.nav p a:last-child::after{
	display: none;
}
.nav p a:hover,.nav p a.focus{
	color: #ed5736;
}
/* part1 */
.product-classify {
    width: 280px;
    float: left;
	position: relative;
}
.product-classify ul{
    padding: 1.5px 0;
}
.product-classify ul li {
	background: #fff;
	box-sizing: border-box;
}
.class-a {
	padding: 12px 20px 11.5px;
}
.product-classify ul li:last-child .class-a {
	border-bottom: 0;
}
.class-a p {
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
}
.class-a p a {
	color: #333;
}
.class-a p a:hover {
	color: #ed5736;
}
.class-a span {
	overflow: hidden;
	display: block;
	font-size: 0;
	height: 18px;
	line-height: 18px;
	margin-top: 6px;
}
.class-a span a {
	color: #999;
	font-size: 14px;
	margin-right: 8px;
}
.class-a span a:hover {
	color: #ed5736;
}
.product-classify ul li .class-b {
	width: 956px;
	height: 100%;
	position: absolute;
	top: -0;
	left: 280px;
	/* background-color: #fff; */
	/* box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2); */
	z-index: 9;
	display: none;
	/* padding: 22px; */
	box-sizing: border-box;
}
.product-classify ul li.hover .class-b {
	display: block;
}
.product-classify ul li.hover .class-a {
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	background-color: #fff;
	position: relative;
}
.class-b .list-item {
	overflow: hidden;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.1);
	padding: 12px 24px 24px;
	border: 2px solid #ed5736;
	border-left: 0;
	background-color: #fff;
	max-height: 543px;
  	overflow-y: auto;
	box-sizing: border-box;
}
.class-b span {
	margin-top: 12px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-bottom: 12px;
	display: block;
	border-bottom: 1px solid #ddd;
}
.class-b p {
	font-size: 0;
	margin-left: -12px;
	margin-right: -12px;
	overflow: hidden;
}
.class-b p a {
	color: #666;
	display: inline-block;
	width: 16.66%;
	margin-top: 8px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	padding: 0 12px;
	box-sizing: border-box;
}
.class-b p a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	height: 14px;
	background-color: #666;
	width: 1px;
}
.class-b p i:nth-of-type(5n) {
	display: none;
}
.class-b p a:nth-of-type(6n)::after {
	display: none;
}
.class-b p a:hover {
	color: #ed5736;
}
.class-b p a.more {
    float: right;
}
.class-b p i {
	margin: 0 12px;
	display: inline-block;
	vertical-align: top;
}
.class-b p i:last-of-type {
    display: none;
}
.banner-center{
    margin: 12px 12px 0;
    width: 944px;
    float: left;
}
.banner-center .swiper-container{
    overflow: hidden;
    position: relative;
}
.banner-center .image{
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.banner-center .image img{
    width: 100%;
    max-height: none;
}
.banner-center p{
    padding: 0 80px 0 20px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.banner-center p a{
    color: #fff;
}
.banner-center p a:hover{
    text-decoration: underline;
}
.banner-center .swiper-pagination{
    right: 17px;
    font-size: 24px;
    color: #fff;
    left: auto;
    width: auto;
}
.banner-center .swiper-pagination-current{
    font-size: 32px;
    color: #ff7253;
}
.banner-center .swiper-button-next,.banner-center .swiper-button-prev{
    margin-top: -22px;
    background-image: none;
}
.banner-center .swiper-button-next{
    right: 20px;
    left: auto;
}
.banner-center .swiper-button-prev{
    left: 20px;
    right: auto;
}
.banner-center .swiper-button-next i,.banner-center .swiper-button-prev i{
    font-size: 38px;
    color: #fff;
}
.part1 .login{
    margin-top: 12px;
    width: 312px;
    float: right;
}
.part1 .login .loginIndex {
	padding: 21px 23px;
	background-image: linear-gradient(to bottom, #ffebe7,#fff 22%);
	border-bottom: 1px solid #eee;
}
.part1 .login .message{
    line-height: 52px;
	height: 52px;
    font-size: 16px;
    color: #333;
	overflow: hidden;
}
.part1 .login .message .image {
	width: 52px;
	height: 52px;
    margin-right: 16px;
	border-radius: 50%;
    float: left;
}
.part1 .login .message a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.part1 .login .sign {
	margin-top: 17px;
	font-size: 0;
	overflow: hidden;
}

.part1 .login .sign a {
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	color: #fff;
	background-color: #ed5736;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	float: left;
	width: calc(50% - 10px);
}

.part1 .login .sign a.regist {
	color: #ed5736;
	background-color: #fff;
    border: 1px solid #ed5736;
	float: right;
}
.part1 .login .btnArr{
	margin: 22px -9px 0;
}
.part1 .login .btnArr a{
	float: left;
	width: 33.3%;
	padding: 0 9px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.part1 .login .btnArr span{
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	background-color: #ffeeea;
	border-radius: 50%;
	position: relative;
}
.part1 .login .btnArr a i{
	font-size: 24px;
	color: #ff7759;
}

.part1 .login .btnArr a p{
	margin-top: 8px;
	font-size: 14px;
	color: #333;
}
.part1 .login .btnArr a:hover i{
	color: #ed5736;
}
.part1 .login .btnArr a:hover p{
	color: #ed5736;
}
.part1 .login .btnArr a .hover{
	position: absolute;
	left: 0px;
	top: -14px;
	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;
	overflow: hidden;
	z-index: 9999;
}
.part1 .login .btnArr a:hover .hover{
	display: inline-block;
}
.part1 .login .vxImg{
    margin-top: 25px;
    overflow: hidden;
}
.part1 .login .vxImgLeft{
    width: 124px;
    float: left;
}
.part1 .login .vxImgLeft a{
    margin-top: 11px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #666;
    border-radius: 2px;
    text-align: center;
    display: block;
}
.part1 .login .vxImgLeft a:first-child{
    margin-top: 0;
}
.part1 .login .vxImgLeft a.focus{
    color: #ed5736;
    background-color: #ffeae5;
}
.part1 .login .vxImgRight{
    height: 124px;
    width: 124px;
    padding: 6px;
    background: url(../../../../images/Company/version/2024/vxImg.png) no-repeat;
	background-size: 100% 100%;
    float: right;
    box-sizing: border-box;
    display: none;
}
.part1 .login .vxImgRight img{
    height: 100%;
    width: 100%;
}
.shop-notice{
	padding: 12px 20px 20px;
	background-color: #fff;
}
.shop-notice h2{
	height: 24px;
	line-height: 24px;
}
.shop-notice h2 b{
	font-size: 16px;
	color: #333;
    position: relative;
    font-family: "阿里妈妈数黑体 Bold";
}
.shop-notice h2 i{
    height: 4px;
    background-color: #ffad9a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
}
.shop-notice h2 .more{
	float: right;
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.shop-notice h2 .more:hover{
	color: #ed5736;
}
.shop-notice li {
	margin-top: 11px;
	padding-right: 36px;
	overflow: hidden;
	position: relative;
}
.shop-notice li a {
	display: block;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	color: #333;
	overflow: hidden;
}
.shop-notice li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 16px;
	font-size: 12px;
	color: #999;
}
.shop-notice li:hover a{
	color: #ed5736;
}

/* part2 */
.part2{
    margin-top: 24px;
	overflow: hidden;
}
.part2>ul{
	margin-left: -12px;
	overflow: hidden;
}
.part2>ul>li{
    padding-left: 12px;
    float: left;
    width: 33.3%;
	box-sizing: border-box;
}
.part2>ul>li .item{
	padding-top: 20px!important;
	background-color: #fff;
	overflow: hidden;
}
.part2 .title{
	line-height: 32px;
	height: 32px;
	font-size: 16px;
	color: #999;
}
.part2 .title span{
	margin-right: 8px;
	font-size: 26px;
	color: #333;
	font-family: "阿里妈妈数黑体 Bold";
}
.part2 .title span b{
	color: #ed5736;
}
.part2 .title a.more{
	line-height: 32px;
	font-size: 14px;
	color: #333;
	float: right;
}
.part2 .title a.more:hover{
	color: #ed5736;
}
/* part2-1 */
.part2 li:nth-child(1) .item{
	padding: 0 14px 32px;
}
.part2 li:nth-child(1) .title{
	padding: 0 9px;
}
.part2 li .part2bot{
	margin-top: 20px;
	padding: 0 9px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.part2 li .part2bot .image{
	height: 224px;
}
.part2 li .part2bot .image img{
	width: 100%;
	height: 100%;
}
.part2 li .part2bot p{
	margin: 22px 0;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
	text-align: center;
}
.part2 li .part2bot p a{
	color: #333;
}
.part2 li .part2bot p a:hover{
	color: #ec2f2f;
}
.part2 li .part2bot span{
	height: 20px;
	font-size: 14px;
	color: #ec2f2f;
	display: block;
	overflow: hidden;
	text-align: center;
}
.part2 li .part2bot span b{
	font-size: 20px;
}
/* part2-2 */
.part2 li:nth-child(2) .item{
	padding: 0 15px 24px;
}
.part2 li:nth-child(2) .title{
	padding: 0 8px;
}
.part2 .dl-item{
	padding-top: 4px;
	overflow: hidden;
}
.part2 .part2-item{
	margin-top: 18px;
	padding: 0 8px;
	float: left;
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
}
.part2 .part2-item .bg{
	padding: 21px 18px;
	background: url(../../../../images/Company/version/2024/part2-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
}
.part2 .part2-item .left{
	width: 102px;
	height: 108px;
	margin-right: 10px;
	float: left;
}
.part2 .part2-item .left p{
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	overflow: hidden;
}
.part2 .part2-item .left p a{
	color: #333;
}
.part2 .part2-item .left span{
	margin-top: 16px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #ed5736;
	display: block;
	overflow: hidden;
}
.part2 .part2-item .left a.btnA{
	margin-top: 30px;
	height: 24px;
	line-height: 24px;
	width: 56px;
	font-size: 14px;
	color: #999;
	border: 1px solid #e3e3e3;
	text-align: center;
	border-radius: 16px;
	display: block;
	transition:none;
}
.part2 .part2-item .left a.btnA i{
	margin-left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #999;
	display: inline-block;
}
.part2 .part2-item .right{
	top: 45px;
	right: 12px;
	position: absolute;
}
.part2 .part2-item .right .image{
	width: 96px;
	height: 96px;
	position: relative;
}
.part2 .part2-item .left p a:hover{
	color: #ed5736;
}
.part2 .part2-item .left a.btnA:hover{
	color: #fff;
	background-color: #ed5736;
	border: 1px solid #ed5736;
}
.part2 .part2-item .left a.btnA:hover i{
	border-color: transparent transparent transparent #fff;
}
/* part2-3 */
.part2 li:nth-child(3) .item{
	padding: 0 20px 18px;
}
.part2-top{
	margin-top: 20px;
}
.part2-top a{
	margin-left: 12px;
	height: 36px;
	line-height: 36px;
	width: 80px;
	font-size: 16px;
	border-radius: 20px;
	color: #999999;
	background-color: #f0f0f0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.part2-top a:first-child{
	margin-left: 0;
}
.part2-top a.focus{
	color: #fff;
	background-color: #ed5736;
}
.part2-bot{
	display: none;
}
.part2-bot ul{
	padding-top: 6px;
}
.part2-bot li{
	margin-top: 18px;
	padding: 0 166px 0 35px;
	position: relative;
	overflow: hidden;
}
.part2-bot li>i{
	width: 26px;
	height: 30px;
	background: url(../../../../images/Company/version/2024/part2-01.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.part2-bot li:nth-child(2)>i{
	background: url(../../../../images/Company/version/2024/part2-02.png) no-repeat;
	background-size: 100% 100%;
}
.part2-bot li:nth-child(3)>i{
	background: url(../../../../images/Company/version/2024/part2-03.png) no-repeat;
	background-size: 100% 100%;
}
.part2-bot li:nth-child(4)>i{
	background: url(../../../../images/Company/version/2024/part2-04.png) no-repeat;
	background-size: 100% 100%;
}
.part2-bot li:nth-child(5)>i{
	background: url(../../../../images/Company/version/2024/part2-05.png) no-repeat;
	background-size: 100% 100%;
}
.part2-bot li:nth-child(6)>i{
	background: url(../../../../images/Company/version/2024/part2-06.png) no-repeat;
	background-size: 100% 100%;
}
.part2-bot li:nth-child(7)>i{
	background: url(../../../../images/Company/version/2024/part2-07.png) no-repeat;
	background-size: 100% 100%;
}
.part2-bot li p{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
}
.part2-bot li p a{
	color: #333;
}
.part2-bot li p a:hover{
	color: #ed5736;
}
.part2-bot li span{
	padding-left: 10px;
	width: 168px;
	line-height: 30px;
	font-size: 15px;
	color: #999;
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
	position: absolute;
	right: 0;
	top: 0;
}
.part2-bot li span i{
	margin-right: 4px;
}
.part2-bot li span b{
	float: right;
	font-weight: normal;
	color: #ed5736;
}
/* part3 */
.part3 .shop{
	margin-top: 32px;
}
.shop-r{
	margin-left: 12px;
	padding: 28px 8px 22px;
	width: 330px;
	background: url(../../../../images/Company/version/2024/part3-shop.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	position: relative;
	float: right;
	overflow: hidden;
}
.shop-r::after{
	top: -10px;
	right: -23px;
	width: 148px;
	height: 154px;
	position: absolute;
	content: "";
	background: url(../../../../images/Company/version/2024/part3-shop-icon.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.shop-r p{
	padding-left: 10px;
	font-size: 26px;
	color: #fff;
	font-family: "阿里妈妈数黑体 Bold";
}
.shop-r p b{
	margin-left: 7px;
	font-size: 16px;
	opacity: .3;
	color: #fff;
	font-family:"微软雅黑";
	text-transform: uppercase;
}
.shop-r ul{
	margin-top: 25px;
	padding: 13px 12px;
	position: relative;
	z-index: 9;
	background-color: #ffede5;
	overflow: hidden;
}
.shop-r li{
	padding: 0 5px;
	margin-top: 10px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.shop-r li a{
	height: 94px;
	display: block;
	background-color: #fff;
	border: 1px solid #efcfaf;
	position: relative;
}
.shop-r li a:hover{
	z-index: 99;
	box-shadow: 0px 0px 15px 0px rgba(237, 87, 54, .4);
}
.shop-r li a img{
	max-width: 99%;
}
.shop-l{
	padding-left: 23px;
	width: calc(100% - 330px - 12px);
	background-color: #fff;
	float: left;
	box-sizing: border-box;
}
.shop-l .title{
	padding: 0 24px 0 0;
	height: 78px;
	line-height: 78px;
}
.shop-l .title b{
	font-size: 26px;
	color: #333;
}
.shop-l .title i{
	margin: 29px 10px 0 0;
	width: 24px;
	height: 22px;
	background: url(../../../../images/Company/version/2024/part3-shop-title.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
}
.shop-l .title a.more{
	line-height: 78px;
	font-size: 14px;
	color: #333;
	float: right;
}
.shop-l .title a.more:hover{
	color: #ed5736;
}
.shop-l .left{
	width: 466px;
	margin-right: 23px;
	padding-bottom: 17px;
	float: left;
}
.shop-l .left .bigImg{
	position: relative;
}
.shop-l .left .bigImg .img{
	height: 262px;
	position: relative;
}
.shop-l .left .bigImg .img img{
	width: 100%;
	height: 100%;
}
.shop-l .left .bigImg .hover {
	background-color: rgba(0, 0, 0,.4);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
  }
  
.shop-l .left .bigImg .img mark.living i{
	display: inline-block;
}
.shop-l .left .bigImg .img span{
	width: 76px;
	height: 76px;
	line-height: 76px;
	border-radius: 50%;
	background: url(../../../../images/Company/version/2024/paly.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	display: inline-block;
	z-index: 99;
}
.shop-l .left .bigImg p{
	margin-top: 17px;
	line-height: 26px;
	height: 26px;
	font-size: 18px;
	overflow: hidden;
}
.shop-l .left .bigImg p a{
	color: #333;
}
.shop-l .left .bigImg p a:hover{
	color: #ed5736;
}
.shop-l .left .bigImg>span{
	margin-top: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #999;
	display: block;
	overflow: hidden;
}
.shop-l .left .bigImg span i{
	margin-right: 13px;
	padding-right: 11px;
	font-style: normal;
	color: #ed5736;
	position: relative;
}
.shop-l .left .bigImg span i::after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 12px;
	background-color: #dddddd;
}
.shop-l .left ul{
	margin: 24px 0 0 -14px;
	overflow: hidden;
}
.shop-l .left li{
	padding-left: 14px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.shop-l .left li .image{
	height: 127px;
	overflow: hidden;
}
.shop-l .left li .image img{
	width: 100%;
  	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.shop-l .left li .image img:hover{
	-ms-transform: scale(1.10);
  	transform: scale(1.10);
}
.shop-l .left li p{
	margin-top: 15px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	overflow-x: hidden;
}
.shop-l .left li p a{
	color: #333;
}
.shop-l .left li p a:hover{
	color: #ed5736;
}
.shop-l .left li .time{
	margin-top: 20px;
	line-height: 16px;
	font-size: 14px;
	color: #999;
}
.shop-l .right{
	width: 706px;
	background-color: #fff;
	float: right;
}
.shop-l .right ul{
	border-top: 1px solid #eaeaea;
}
.shop-l .right li{
	float: left;
	width: 33.3%;
	box-sizing: border-box;
}
.shop-l .right li:nth-child(1),.shop-l .right li:nth-child(2),.shop-l .right li:nth-child(3){
	margin-top: 0;
}
.shop-l .right li:nth-child(3n) .item{
	border-right: 0;
}
.shop-l .right li:nth-child(n+4) .item{
	border-bottom: 0;
}
.shop-l .right li .item{
	padding: 10px 22px 17px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.shop-l .right li .image{
	height: 160px;
	position: relative;
}
.shop-l .right li .text{
	padding-top: 6px;
}
.shop-l .right li .text p{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
}
.shop-l .right li .text p a{
	color: #333;
}
.shop-l .right li .text p a:hover{
	color: #ed5736;
}
.shop-l .right li .text .label{
	margin-top: 4px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.shop-l .right li .text .label b{
	height: 20px;
	padding-right: 10px;
	margin-right: 9px;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	position: relative;
	max-width: 45%;
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}
.shop-l .right li .text .label b::before{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 14px;
	background-color: #e2e2e2;
}
.shop-l .right li .text .label b:last-child{
	padding: 0;
	margin: 0;
}
.shop-l .right li .text .label b:last-child::before{
	display: none;
}
.shop-l .right li .price{
	margin-top: 20px;
	overflow: hidden;
}
.shop-l .right li .price b{
	line-height: 26px;
	font-size: 18px;
	color: #ec2f2f;
	display: inline-block;
	vertical-align: top;
}
.shop-l .right li .price span{
	float: right;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	font-size: 13px;
	border-radius: 14px;
	color: #aaaaaa;
	background-color: #f6f6f6;
	cursor: pointer;
}
.shop-l .right li .price span i{
	font-size: 14px;
	margin: 7px 3px 0 0 ;
	color: #aaaaaa;
}
.shop-l .right li .price span.sc-hover{
	background-color: #ed5736;
	color: #fff;
}
.shop-l .right li .price span.sc-hover i{
	color: #fff;
}
.shop-l .right li .item:hover{
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, .4);
}
/* part4 */
.part4{
	margin-top: 32px;
	background-color: #fff;
}
.part4-top{
	padding: 0 20px;
	position: relative;
}
.part4-top p a{
	height: 78px;
	line-height: 78px;
	padding: 0 22px;
	margin: 0 8px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.part4-top p a:first-child{
	margin-left: 0;
}
.part4-top p a:last-child{
	margin-right: 0;
}
.part4-top a.more{
	line-height: 78px;
	right: 20px;
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 0;
}
.part4-top a.more:hover{
	color: #ed5736;
}
.part4-top a.focus{
	color: #ed5736;
}
.part4-top p{
	text-align: center;
}
.part4-top a.focus::before,
.part4-top a.focus::after{
	width: 15px;
	height: 10px;
	top: 53%;
	transform: translateY(-50%);
	content: "";
	background-size: 100% 100%!important;
	position: absolute;
}
.part4-top a.focus::before{
	background: url(../../../../images/Company/version/2024/part4-left.png) no-repeat;
	left: 0;
}
.part4-top a.focus::after{
	background: url(../../../../images/Company/version/2024/part4-right.png) no-repeat;
	right: 0;
}
.part4-bot{
	display: none;
}
.part4-bot ul{
	border-top: 1px solid #eaeaea;
}
.part4-bot li{
	float: left;
	width: 16.666%;
	box-sizing: border-box;
}
.part4-bot li:nth-child(6n) .item{
	border-right: 0;
}
.part4-bot li:nth-child(n+7) .item{
	border-bottom: 0;
}
.part4-bot li .item{
	padding: 10px 22px 17px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.part4-bot li .image{
	height: 160px;
	position: relative;
}
.part4-bot li .text{
	padding-top: 6px;
}
.part4-bot li .text p{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
}
.part4-bot li .text p a{
	color: #333;
}
.part4-bot li .text p a:hover{
	color: #ed5736;
}
.part4-bot li .text .label{
	margin-top: 4px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.part4-bot li .text .label b{
	height: 20px;
	padding-right: 10px;
	margin-right: 9px;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	position: relative;
	max-width: 45%;
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}
.part4-bot li .text .label b::before{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 14px;
	background-color: #e2e2e2;
}
.part4-bot li .text .label b:last-child{
	padding: 0;
	margin: 0;
}
.part4-bot li .text .label b:last-child::before{
	display: none;
}
.part4-bot li .price{
	margin-top: 20px;
	overflow: hidden;
}
.part4-bot li .price b{
	line-height: 26px;
	font-size: 18px;
	color: #ec2f2f;
	display: inline-block;
	vertical-align: top;
}
.part4-bot li .price span{
	float: right;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	font-size: 13px;
	border-radius: 14px;
	color: #aaaaaa;
	background-color: #f6f6f6;
	cursor: pointer;
}
.part4-bot li .price span i{
	font-size: 14px;
	margin: 7px 3px 0 0 ;
	color: #aaaaaa;
}
.part4-bot li .price span.sc-hover{
	background-color: #ed5736;
	color: #fff;
}
.part4-bot li .price span.sc-hover i{
	color: #fff;
}
.part4-bot li .item:hover{
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, .4);
}
/* bottom */
.bot{
	margin-top: 55px;
	padding: 38px 0 45px;
	background-color: #282828;
	position: relative;
	overflow: hidden;
}
.bot::after{
	position: absolute;
	content: "";
	right: 108px;
	top: 55px;
	width: 420px;
	height: 416px;
	background: url(../../../../images/Company/version/2024/footer.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.bot .main{
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
}
/* link */
.link{
	overflow: hidden;
}
.link-top{
	position: relative;
	padding-bottom: 6px;
}
.link-top p a{
	height: 36px;
	line-height: 36px;
	padding: 0 11px;
	font-size: 16px;
	color: #868686;
	background-color: #3c3c3c;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.link-top p a::after{
	display: none;
	position: absolute;
	content: "";
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width:6px 6px 0 6px;
	border-color: #7c7c7c transparent transparent transparent;
}
.link-top p a:nth-child(1){
	margin-right: 15px;
}
.link-top p a.focus{
	color: #e6e6e6;
	background-color: #7c7c7c;
}
.link-top a.focus::after{
	display: inline-block;
}
.link-top .a-link{
	line-height: 36px;
	font-size: 14px;
	color: #e6e6e6;
	top: 0;
	right: 0;
	position: absolute;
}
.link-top .a-link i{
	margin-right: 3px;
}
.link-top .a-link:hover{
	color: #ed5736;
}
.link-item{
	margin-left: -15px;
	font-size: 0;
	display: none;
}
.link-item a{
	margin-top: 12px;
	height: 18px;
	line-height: 18px;
	margin-left: 15px;
	font-size: 14px;
	color: #868686;
	display: inline-block;
	vertical-align: top;
}
.link-item a:hover{
	color: #e6e6e6;
}
.link-bot{
	margin-top: 12px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #868686;
}
.link-bot span{
	width: 72px;
	float: left;
}
.link-bot p{
	overflow: hidden;
}
.link-bot p a{
	padding: 0 9px;
	margin-right: 14px;
	color: #868686;
	background-color: #444444;
	display: inline-block;
	vertical-align: top;
}
.link-bot p a:hover{
	color: #e6e6e6;
	background-color: #7c7c7c;
}
/* footer */
.footer{
	padding: 27px 0 0;
	overflow: hidden;
}
.footer .left{
	width: 67%;
	float: left;
}
.footer .left p {
	font-size: 16px;
	line-height: 32px;
	color: #e7e7e7;
}
.footer .left p a {
	color: #e7e7e7;
	padding: 0 16px;
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #444444;
}
.footer .left p a:first-child {
	padding-left: 0;
}
.footer .left p a:last-child{
	border:none;
}
.footer .left p a:hover{
	color: #ed5736;
}
.footer .left span {
	font-size: 14px;
	line-height: 32px;
	color: #838383;
	display: block;
}
.footer .left span em{
	margin-right: 20px;
	font-style: normal;
}
.footer .left span img {
	margin: 7px 6px 0 0;
	vertical-align: top;
}
.footer ul.footImg {
	margin-top: 8px;
	height: 40px;
	overflow: hidden;
	background: url("../../../../images/Company/version/2024/Publicbg.png") no-repeat 0 0;
}

.footer ul.footImg li {
	width: 110px;
	float: left;
}
.footer ul.footImg li a {
	height: 40px;
	display: block;
}
.footer .right{
	overflow: hidden;
}
.footer .right li{
	width: 148px;
	margin-left: 128px;
	background-color: #484848;
	border: 8px solid #484848;
	box-sizing: border-box;
}
.footer .right li .code {
	width: 122px;
	height: 122px;
	padding: 5px;
	background-color: #fff;
}
.footer .right li .code img{
	width: 100%;
	height: 100%;
}
.footer .right li p{
	margin-top: 8px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #e6e6e6;
	text-align: center;
}
.foot{
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	background-color: #222222;
	text-align: center;
}
.foot a{
	color: #868686;
}
.foot img{
	margin: 15px 8px 0 0;
	display: inline-block;
	vertical-align: top;
}


/* media */
@media only screen and (max-width:1024px){
	.w,.main{
		width: 1000px;
	}
	.header a {
		font-size: 12px;
	}
	.header li {
		padding-left: 8px;
		margin-left: 7px;
	}
	.header li.mobile i {
		margin-right: 3px;
		font-size: 13px;
	}
	.top {
		padding: 16px 0;
	}
	.top .logo {
		height: 60px;
	}
	.top .searchBox {
		margin: 12px 0 0 52px;
		height: 32px;
		width: 466px;
	}
	.searchSelect {
		width: 60px;
		height: 32px;
	}
	.searchSelectTop p {
		font-size: 13px;
		line-height: 32px;
		text-indent: 10px;
	}
	.searchSelectTop i {
		top: 14px;
		right: 7px;
		font-size: 9px;
	}
	.searchSelectBot {
		top: 32px;
	}
	.searchSelectBot li {
		font-size: 13px;
		line-height: 24px;
	}
	.search button {
		width: 72px;
		height: 32px;
		font-size: 15px;
		line-height: 32px;
	}
	.search input {
		width: calc(100% - 134px);
		height: 32px;
		text-indent: 8px;
		font-size: 13px;
		line-height: 32px;
	}
	.top .btnBox1 {
		margin: 12px 0 0 14px;
	}
	.top .btnBox1 a ,.top .btnBox2 a {
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		font-size: 14px;
	}
	.top .btnBox2 {
		margin-top: 12px;
	}
	.top .btnBox1 a i,.top .btnBox2 a i {
		font-size: 14px;
		margin-right: 4px;
	}
	.nav span {
		width: 180px;
		padding: 0 12px;
		margin-right: 28px;
		font-size: 15px;
		height: 36px;
		line-height: 36px;
	}
	.nav p {
		height: 36px;
		line-height: 36px;
	}
	.nav p a {
		font-size: 14px;
		padding-right: 20px;
		margin-right: 22px;
	}
	.nav span img {
		margin-top: 13px;
		width: 12px;
	}
	.product-classify {
		width: 180px;
	}
	.class-a p {
		font-size: 13px;
		height: 16px;
		line-height: 16px;
	}
	.class-a span {
		height: 16px;
		line-height: 16px;
		margin-top: 2px;
	}
	.class-a span a {
		font-size: 12px;
		margin-right: 3px;
	}
	.product-classify ul {
		padding: 2px 0;
	}
	.class-a {
		padding: 5px 12px 4px;
	}
	.product-classify ul li .class-b {
		width: 612px;
		left: 180px;
	}
	.class-b .list-item {
		padding: 14px;
	}
	.class-b span {
		font-size: 13px;
		padding-bottom: 6px;
	}
	.class-b p {
		margin-left: -6px;
		margin-right: -6px;
	}
	.class-b p a {
		margin-top: 3px;
		line-height: 20px;
		height: 20px;
		font-size: 12px;
		padding: 0 6px;
	}
	.banner-center {
		margin: 8px 8px 0;
		width: 604px;
	}
	.class-b p a::after {
		top: 5px;
		height: 10px;
	}
	.banner-center .swiper-button-next i, .banner-center .swiper-button-prev i {
		font-size: 24px;
	}
	.banner-center .swiper-button-next {
		right: 8px;
	}
	.banner-center .swiper-button-prev{
		left: 8px;
	}
	.banner-center p {
		padding: 0 55px 0 10px;
		height: 42px;
		line-height: 42px;
		font-size: 15px;
	}
	.banner-center .swiper-pagination {
		right: 10px;
		font-size: 16px;
	}
	.banner-center .swiper-pagination-current {
		font-size: 22px;
	}
	.part1 .login {
		margin-top: 8px;
		width: 200px;
	}
	.part1 .login .loginIndex {
		padding: 13px 14px;
	}
	.part1 .login .message .image {
		width: 32px;
		height: 32px;
		margin-right: 8px;
	}
	.part1 .login .message {
		line-height: 32px;
		height: 32px;
		font-size: 12px;
	}
	.part1 .login .sign {
		margin-top: 12px;
	}
	.part1 .login .sign a {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		width: calc(50% - 5px);
	}
	.part1 .login .btnArr {
		margin: 13px -3px 0;
	}
	.part1 .login .btnArr a {
		padding: 0 3px;
	}
	.part1 .login .btnArr span {
		width: 31px;
		height: 31px;
	}
	.part1 .login .btnArr a i {
		font-size: 14px;
	}
	.part1 .login .btnArr a p {
		margin-top: 5px;
		font-size: 12px;
	}
	.part1 .login .vxImg {
		margin-top: 14px;
	}
	.part1 .login .vxImgLeft {
		width: 80px;
	}
	.part1 .login .vxImgLeft a {
		margin-top: 7px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.part1 .login .vxImgRight {
		height: 80px;
		width: 80px;
		padding: 2px;
	}
	.shop-notice {
		padding: 8px 14px 10px;
	}
	.shop-notice h2 b {
		font-size: 14px;
	}
	.shop-notice h2 i {
		height: 3px;
	}
	.shop-notice h2 {
		height: 18px;
		line-height: 18px;
	}
	.shop-notice h2 .more {
		line-height: 18px;
	}
	.shop-notice li a {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.shop-notice li span {
		line-height: 14px;
	}
	.shop-notice li {
		margin-top: 4px;
	}
	.part2 {
		margin-top: 18px;
	}
	.part2 > ul {
		margin-left: -8px;
	}
	.part2 > ul > li {
		padding-left: 8px;
	}
	.part2 .title {
		line-height: 20px;
		height: 20px;
		font-size: 12px;
	}
	.part2 .title span {
		margin-right: 3px;
		font-size: 17px;
	}
	.part2 .title a.more {
		line-height: 20px;
		font-size: 12px;
	}
	.part2 > ul > li .item {
		padding-top: 13px !important;
	}

	.part2 li:nth-child(1) .item {
		padding: 0 9.5px 18px;
	}
	.part2 li .part2bot {
		margin-top: 13px;
		padding: 0 5.5px;
	}
	.part2 li .part2bot .image {
		height: 144px;
	}
	.part2 li .part2bot p {
		margin: 13px 0;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.part2 li .part2bot span {
		height: 16px;
		font-size: 12px;
	}
	.part2 li .part2bot span b {
		font-size: 14px;
	}
	.part2 .part2-item {
		margin-top: 9px;
		padding: 0 5px;
	}
	.part2 li:nth-child(2) .item {
		padding: 0 10px 15px;
	}
	.part2 .part2-item .bg {
		padding: 12px 10px;
	}
	.part2 .part2-item .left p {
		height: 14px;
		line-height: 14px;
		font-size: 13px;
	}
	.part2 .part2-item .left span {
		margin-top: 10px;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.part2 .part2-item .left a.btnA {
		margin-top: 17px;
		height: 18px;
		line-height: 18px;
		width: 50px;
		font-size: 12px;
	}
	.part2 .part2-item .left a.btnA i {
		margin-left: 3px;
		border-width: 3px 0 3px 3px;
	}
	.part2 .part2-item .left {
		width: 50px;
		margin-right: 5px;
		height: 75px;
	}
	.part2 .part2-item .right .image {
		width: 60px;
		height: 60px;
	}
	.part2 .part2-item .right {
		top: 32px;
		right: 6px;
	}
	.part2-top a {
		margin-left: 5px;
		height: 24px;
		line-height: 24px;
		width: 46px;
		font-size: 12px;
		border-radius: 12px;
	}
	.part2-top {
		margin-top: 12px;
	}
	.part2-bot li > i {
		width: 17px;
		height: 20px;
	}
	.part2-bot li p {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.part2-bot li {
		margin-top: 10px;
		padding: 0 110px 0 23px;
	}
	.part2-bot li span {
		padding-left: 4px;
		width: 110px;
		line-height: 20px;
		font-size: 12px;
	}
	.part2-bot li span i {
		margin-right: 2px;
		font-size: 12px;
	}
	.part2 li:nth-child(3) .item {
		padding: 0 14px 15px;
	}
	.part3 .shop {
		margin-top: 16px;
	}
	.shop-r p {
		padding-left: 6px;
		font-size: 17px;
	}
	.shop-r p b {
		margin-left: 2px;
		font-size: 12px;
	}
	.shop-r::after {
		top: -5px;
		right: -6px;
		width: 96px;
		height: 100px;
	}
	.shop-r {
		margin-left: 7px;
		padding: 17px 6px 14px;
		width: 212px;
	}
	.shop-r ul {
		margin-top: 16px;
		padding: 9px 4px;
	}
	.shop-r li a {
		height: 60px;
	}
	.shop-r li {
		padding: 0 3px;
		margin-top: 7px;
	}
	.shop-l {
		padding-left: 15px;
		width: calc(100% - 212px - 7px);
	}
	.shop-l .title b {
		font-size: 17px;
	}
	.shop-l .title {
		padding: 0 12px 0 0;
		height: 50px;
		line-height: 50px;
	}
	.shop-l .title a.more {
		line-height: 50px;
		font-size: 12px;
	}
	.shop-l .title i {
		margin: 19px 5px 0 0;
		width: 16px;
		height: 14px;
	}
	.shop-l .left {
		width: 299px;
		margin-right: 14px;
		padding-bottom: 14px;
	}
	.shop-l .left .bigImg .img {
		height: 168px;
	}
	.shop-l .left .bigImg .img span {
		width: 48px;
		height: 48px;
		line-height: 48px;
	}
	.shop-l .left .bigImg p {
		margin-top: 12px;
		line-height: 16px;
		height: 16px;
		font-size: 13px;
	}
	.shop-l .left .bigImg > span {
		margin-top: 10px;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.shop-l .left ul {
		margin: 14px 0 0 -8px;
	}
	.shop-l .left li {
		padding-left: 8px;
	}
	.shop-l .left li .image {
		height: 82px;
	}
	.shop-l .left li p {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.shop-l .left li .time {
		margin-top: 9px;
		line-height: 14px;
		font-size: 12px;
	}
	.shop-l .right {
		width: 453px;
	}
	.shop-l .right li .image {
		height: 110px;
	}
	.shop-l .right li .item {
		padding: 5px 12px 10px;
	}
	.shop-l .right li .text {
		padding-top: 2px;
	}
	.shop-l .right li .text p {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.shop-l .right li .text .label b {
		height: 18px;
		padding-right: 3px;
		margin-right: 4px;
		font-size: 12px;
	}
	.shop-l .right li .text .label {
		margin-top: 4px;
		height: 18px;
		line-height: 18px;
	}
	.shop-l .right li .price {
		margin-top: 3px;
	}
	.shop-l .right li .price b {
		line-height: 18px;
		font-size: 12px;
	}
	.shop-l .right li .price span {
		height: 18px;
		line-height: 18px;
		padding: 0 4px;
		font-size: 12px;
		border-radius: 14px;
	}
	.shop-l .right li .price span i {
		font-size: 12px;
		margin: 5px 2px 0 0;
	}
	.part4 {
		margin-top: 18px;
	}
	.part4-top p a {
		height: 50px;
		line-height: 50px;
		padding: 0 11px;
		margin: 0 4px;
		font-size: 15px;
	}
	.part4-top a.focus::before, .part4-top a.focus::after {
		width: 9px;
		height: 5px;
	}
	.part4-top a.more {
		line-height: 50px;
		right: 12px;
		font-size: 12px;
	}
	.part4-bot li .item {
		padding: 5px 12px 10px;
	}
	.part4-bot li .text {
		padding-top: 2px;
	}
	.part4-bot li .text p {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part4-bot li .text .label b {
		height: 18px;
		padding-right: 3px;
		margin-right: 4px;
		font-size: 12px;
	}
	.part4-bot li .text .label {
		margin-top: 4px;
		height: 18px;
		line-height: 18px;
	}
	.part4-bot li .price {
		margin-top: 3px;
	}
	.part4-bot li .price b {
		line-height: 18px;
		font-size: 12px;
	}
	.part4-bot li .price span {
		height: 18px;
		line-height: 18px;
		padding: 0 4px;
		font-size: 12px;
		border-radius: 14px;
	}
	.part4-bot li .price span i {
		font-size: 12px;
		margin: 5px 2px 0 0;
	}
	.part4-bot li .image {
		height: 110px;
	}
	.bot {
		margin-top: 40px;
		padding: 28px 0 32px;
	}
	.bot .main {
		padding: 0 21px;
	}
	.link-top {
		padding-bottom: 4px;
	}
	.link-top p a {
		height: 26px;
		line-height: 26px;
		padding: 0 8px;
		font-size: 13px;
	}
	.link-top p a:nth-child(1) {
		margin-right: 10px;
	}
	.link-top p a::after {
		bottom: -4px;
		border-width: 4px 4px 0 4px;
	}
	.link-top .a-link {
		line-height: 26px;
		font-size: 12px;
	}
	.link-top .a-link i {
		margin-right: 3px;
		font-size: 13px;
	}
	.link-item {
		margin-left: -10px;
	}
	.link-item a {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		margin-left: 10px;
		font-size: 12px;
	}
	.link-bot {
		margin-top: 10px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.link-bot span {
		width: 64px;
	}
	.link-bot p a {
		padding: 0 6px;
		margin-right: 8px;
	}
	.footer {
		padding: 24px 0 0;
	}
	.footer .left p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .left p a {
		padding: 0 10px;
	}
	.footer .left span {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .left span em {
		font-style: normal;
		margin-right: 8px;
	}
	.footer .left span img {
		margin: 5px 4px 0 0px;
		width: 12px;
	}
	.footer .left {
		width: 74%;
	}
	.footer .right li .code {
		width: 104px;
		height: 104px;
		padding: 3px;
	}
	.footer .right li p {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.footer .right li {
		width: 120px;
		margin-left: 48px;
		border: 5px solid #484848;
	}
	.bot::after {
		right: 78px;
		top: 35px;
		width: 320px;
		height: 316px;
	}
	.part1 .login .btnArr a .hover {
		left: -33px;
	}
	.class-b .list-item {
		max-height: 348px;
	}
}
@media only screen and (min-width: 1025px) and (max-width:1199px){
	.w,.main{
		width: 1138px;
	}
	.header a {
		font-size: 12px;
	}
	.top {
		padding: 16px 0;
	}
	.top .logo {
		height: 60px;
	}
	.top .searchBox {
		margin: 12px 0 0 92px;
		height: 32px;
		width: 466px;
	}
	.searchSelect {
		width: 60px;
		height: 32px;
	}
	.searchSelectTop p {
		font-size: 13px;
		line-height: 32px;
		text-indent: 10px;
	}
	.searchSelectTop i {
		top: 14px;
		right: 7px;
		font-size: 9px;
	}
	.searchSelectBot {
		top: 32px;
	}
	.searchSelectBot li {
		font-size: 13px;
		line-height: 24px;
	}
	.search button {
		width: 72px;
		height: 32px;
		font-size: 15px;
		line-height: 32px;
	}
	.search input {
		width: calc(100% - 134px);
		height: 32px;
		text-indent: 8px;
		font-size: 13px;
		line-height: 32px;
	}
	.top .btnBox1 {
		margin: 12px 0 0 14px;
	}
	.top .btnBox1 a ,.top .btnBox2 a {
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		font-size: 14px;
	}
	.top .btnBox2 {
		margin-top: 12px;
	}
	.top .btnBox1 a i,.top .btnBox2 a i {
		font-size: 14px;
		margin-right: 4px;
	}
	.nav span {
		width: 204px;
		padding: 0 12px;
		margin-right: 34px;
		font-size: 15px;
		height: 40px;
		line-height: 40px;
	}
	.nav p {
		height: 40px;
		line-height: 40px;
	}
	.nav p a {
		font-size: 15px;
		padding-right: 23px;
		margin-right: 25px;
	}
	.nav span img {
		margin-top: 15px;
		width: 13px;
	}
	.product-classify {
		width: 204px;
	}
	.class-a p {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
	}
	.class-a span {
		height: 16px;
		line-height: 16px;
		margin-top: 4px;
	}
	.class-a span a {
		font-size: 12px;
		margin-right: 3px;
	}
	.product-classify ul {
		padding: 2px 0;
	}
	.class-a {
		padding: 7px 15px 6px;
	}
	.product-classify ul li .class-b {
		width: 697px;
		left: 204px;
	}
	.banner-center {
		margin: 9px 9px 0;
		width: 688px;
	}
	.class-b .list-item {
		padding: 14px;
	}
	.class-b span {
		font-size: 15px;
		padding-bottom: 8px;
	}
	.class-b p {
		margin-left: -8px;
		margin-right: -8px;
	}
	.class-b p a {
		margin-top: 6px;
		line-height: 20px;
		height: 20px;
		font-size: 13px;
		padding: 0 8px;
	}
	.banner-center .swiper-button-next i, .banner-center .swiper-button-prev i {
		font-size: 28px;
	}
	.banner-center p {
		padding: 0 60px 0 12px;
		height: 48px;
		line-height: 48px;
		font-size: 18px;
	}
	.banner-center .swiper-pagination {
		right: 10px;
		font-size: 20px;
	}
	.banner-center .swiper-pagination-current {
		font-size: 27px;
	}
	.part1 .login {
		margin-top: 9px;
		width: 228px;
	}
	.part1 .login .loginIndex {
		padding: 15px 16px;
	}
	.part1 .login .message .image {
		width: 38px;
		height: 38px;
		margin-right: 10px;
		border-radius: 50%;
	}
	.part1 .login .message {
		line-height: 38px;
		height: 38px;
		font-size: 13px;
	}
	.part1 .login .sign a {
		height: 28px;
		line-height: 28px;
		font-size: 13px;
		width: calc(50% - 7px);
	}
	.part1 .login .sign {
		margin-top: 12px;
	}
	.part1 .login .btnArr {
		margin: 15px -6px 0;
	}
	.part1 .login .btnArr span {
		width: 34px;
		height: 34px;
	}
	.part1 .login .btnArr a i {
		font-size: 16px;
	}
	.part1 .login .btnArr a {
		padding: 0 6px;
	}
	.part1 .login .btnArr a p {
		margin-top: 8px;
		font-size: 12px;
	}
	.part1 .login .vxImg {
		margin-top: 17px;
	}
	.part1 .login .vxImgLeft {
		width: 90px;
	}
	.part1 .login .vxImgRight {
		height: 90px;
		width: 90px;
		padding: 2px;
	}
	.part1 .login .vxImgLeft a {
		margin-top: 8px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.shop-notice {
		padding: 10px 16px 14px;
	}
	.shop-notice h2 b {
		font-size: 14px;
	}
	.shop-notice h2 {
		height: 20px;
		line-height: 20px;
	}
	.shop-notice h2 .more {
		line-height: 20px;
	}
	.shop-notice h2 i {
		height: 3px;
	}
	.shop-notice li a {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.shop-notice li span {
		line-height: 14px;
	}
	.shop-notice li {
		margin-top: 5px;
	}
	.part2 {
		margin-top: 18px;
	}
	.part2 > ul {
		margin-left: -8px;
	}
	.part2 > ul > li {
		padding-left: 8px;
	}
	.part2 .title span {
		font-size: 19px;
		margin-right: 4px;
	}
	.part2 .title {
		line-height: 24px;
		height: 24px;
		font-size: 13px;
	}
	.part2 .title a.more {
		line-height: 24px;
		font-size: 12px;
	}
	.part2 > ul > li .item {
		padding-top: 13px !important;
	}
	.part2 li:nth-child(1) .item {
		padding: 0 10.5px 20px;
	}
	.part2 li .part2bot {
		margin-top: 15px;
		padding: 0 6.5px;
	}
	.part2 li .part2bot .image {
		height: 163px;
	}
	.part2 li .part2bot span b {
		font-size: 15px;
	}
	.part2 li .part2bot span {
		font-size: 12px;
	}
	.part2 li .part2bot p {
		margin: 12.5px 0;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.part2 li:nth-child(2) .item {
		padding: 0px 11.5px 17px;
	}
	.part2 .part2-item {
		margin-top: 11px;
		padding: 0 5.5px;
	}
	.part2 .part2-item .bg {
		padding: 15px 13px;
	}
	.part2 .part2-item .left {
		width: 56px;
		margin-right: 6px;
		height: 82px;
	}
	.part2 .part2-item .right {
		top: 34px;
		right: 9px;
	}
	.part2 .part2-item .right .image {
		width: 72px;
		height: 72px;
	}
	.part2 .part2-item .left p {
		height: 16px;
		line-height: 16px;
		font-size: 13px;
		overflow: hidden;
	}
	.part2 .part2-item .left span {
		margin-top: 12px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.part2 .part2-item .left a.btnA {
		margin-top: 16px;
		height: 20px;
		line-height: 20px;
		width: 50px;
		font-size: 12px;
		border-radius: 12px;
	}
	.part2 .part2-item .left a.btnA i {
		margin-left: 3px;
		border-width: 3px 0 3px 3px;
	}
	.part2-top {
		margin-top: 15px;
	}
	.part2-top a {
		margin-left: 3px;
		height: 26px;
		line-height: 26px;
		width: 58px;
		font-size: 13px;
		border-radius: 18px;
	}
	.part2-bot li > i {
		width: 19px;
		height: 24px;
	}
	.part2-bot li p {
		height: 24px;
		line-height: 24px;
		font-size: 13px;
	}
	.part2-bot li {
		margin-top: 11px;
		padding: 0 120px 0 26px;
	}
	.part2-bot li span {
		padding-left: 5px;
		width: 120px;
		line-height: 24px;
		font-size: 12px;
	}
	.part2-bot li span i {
		margin-right: 2px;
		font-size: 12px;
	}
	.part2 li:nth-child(3) .item {
		padding: 0 16px 16px;
	}
	.part2-bot ul {
		padding-top: 2px;
	}
	.part3 .shop {
		margin-top: 18px;
	}
	.shop-r p {
		padding-left: 7px;
		font-size: 19px;
	}
	.shop-r p b {
		margin-left: 3px;
		font-size: 12px;
	}
	.shop-r {
		margin-left: 8px;
		padding: 19px 6px 16px;
		width: 241px;
	}
	.shop-r::after {
		top: -6px;
		right: -14px;
		width: 108px;
		height: 113px;
	}
	.shop-r li a {
		height: 68px;
	}
	.shop-r li {
		padding: 0 3.5px;
		margin-top: 9px;
	}
	.shop-r ul {
		margin-top: 19px;
		padding: 9px 8.5px;
	}
	.shop-l {
		padding-left: 16px;
		width: calc(100% - 241px - 8px);
	}
	.shop-l .title {
		padding: 0 18px 0 0;
		height: 56px;
		line-height: 56px;
	}
	.shop-l .title b {
		font-size: 19px;
	}
	.shop-l .title i {
		margin: 22px 5px 0 0;
		width: 18px;
		height: 16px;
	}
	.shop-l .title a.more {
		line-height: 56px;
		font-size: 12px;
	}
	.shop-l .left {
		width: 341px;
		margin-right: 17px;
		padding-bottom: 17px;
	}
	.shop-l .left .bigImg .img {
		height: 192px;
	}
	.shop-l .left .bigImg .img span {
		width: 54px;
		height: 54px;
		line-height: 54px;
	}
	.shop-l .left .bigImg p {
		margin-top: 13px;
		line-height: 16px;
		height: 16px;
		font-size: 14px;
	}
	.shop-l .left .bigImg > span {
		margin-top: 15px;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.shop-l .left ul {
		margin: 17px 0 0 -10px;
	}
	.shop-l .left li {
		padding-left: 10px;
	}
	.shop-l .left li .image {
		height: 93px;
	}
	.shop-l .left li p {
		margin-top: 9px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.shop-l .left li .time {
		margin-top: 11px;
		line-height: 16px;
		font-size: 12px;
	}
	.shop-l .right {
		width: 515px;
	}
	.shop-l .right li .item {
		padding: 5px 15px 15px;
	}
	.shop-l .right li .image {
		height: 125px;
	}
	.shop-l .right li .text p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.shop-l .right li .text .label b {
		height: 18px;
		padding-right: 4px;
		margin-right: 5px;
		font-size: 12px;
	}
	.shop-l .right li .price b {
		line-height: 20px;
		font-size: 13px;
	}
	.shop-l .right li .price span {
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		font-size: 12px;
		border-radius: 14px;
	}
	.shop-l .right li .price span i {
		font-size: 12px;
		margin: 6px 2px 0 0;
	}
	.shop-l .right li .price {
		margin-top: 2px;
	}
	.shop-l .right li .text {
		padding-top: 2px;
	}
	.part4 {
		margin-top: 22px;
	}
	.part4-top p a {
		height: 56px;
		line-height: 56px;
		padding: 0 15px;
		margin: 0 5px;
		font-size: 16px;
	}
	.part4-top a.more {
		line-height: 56px;
		right: 16px;
		font-size: 12px;
	}
	.part4-top {
		padding: 0 16px;
	}
	.part4-top a.focus::before, .part4-top a.focus::after {
		width: 12px;
		height: 7px;
	}
	.part4-bot li .item {
		padding: 5px 15px 15px;
	}
	.part4-bot li .image {
		height: 125px;
	}
	.part4-bot li .text p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.part4-bot li .text .label b {
		height: 18px;
		padding-right: 4px;
		margin-right: 5px;
		font-size: 12px;
		max-width: 46%;
	}
	.part4-bot li .price b {
		line-height: 20px;
		font-size: 13px;
	}
	.part4-bot li .price span {
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		font-size: 12px;
		border-radius: 14px;
	}
	.part4-bot li .price span i {
		font-size: 12px;
		margin: 6px 2px 0 0;
	}
	.part4-bot li .price {
		margin-top: 2px;
	}
	.part4-bot li .text {
		padding-top: 2px;
	}
	.bot {
		margin-top: 40px;
		padding: 28px 0 32px;
	}
	.bot .main {
		padding: 0 21px;
	}
	.link-top {
		padding-bottom: 4px;
	}
	.link-top p a {
		height: 26px;
		line-height: 26px;
		padding: 0 8px;
		font-size: 13px;
	}
	.link-top p a:nth-child(1) {
		margin-right: 10px;
	}
	.link-top p a::after {
		bottom: -4px;
		border-width: 4px 4px 0 4px;
	}
	.link-top .a-link {
		line-height: 26px;
		font-size: 12px;
	}
	.link-top .a-link i {
		margin-right: 3px;
		font-size: 13px;
	}
	.link-item {
		margin-left: -10px;
	}
	.link-item a {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		margin-left: 10px;
		font-size: 12px;
	}
	.link-bot {
		margin-top: 10px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.link-bot span {
		width: 64px;
	}
	.link-bot p a {
		padding: 0 6px;
		margin-right: 8px;
	}
	.footer {
		padding: 24px 0 0;
	}
	.footer .left p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .left p a {
		padding: 0 10px;
	}
	.footer .left span {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .left span img {
		margin: 5px 10px 0 2px;
		width: 12px;
	}
	.footer .left {
		width: 74%;
	}
	.footer .right li .code {
		width: 104px;
		height: 104px;
		padding: 3px;
	}
	.footer .right li p {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.footer .right li {
		width: 120px;
		margin-left: 48px;
		border: 5px solid #484848;
	}
	.bot::after {
		right: 78px;
		top: 35px;
		width: 320px;
		height: 316px;
	}
	.part1 .login .btnArr a .hover {
		left: -12px;
	}
	.class-b .list-item {
		max-height: 396px;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w,.main{
		width: 1328px;
	}
	.top {
		padding: 19px 0;
	}
	.top .logo {
		height: 70px;
	}
	.top .searchBox {
		margin: 14px 0 0 108px;
		height: 42px;
		width: 545px;
	}
	.searchSelect {
		width: 65px;
		height: 42px;
	}
	.searchSelectTop p {
		font-size: 14px;
		line-height: 42px;
		text-indent: 10px;
	}
	.searchSelectTop i {
		top: 19px;
		right: 9px;
	}
	.searchSelectBot {
		top: 42px;
	}
	.search input {
		width: calc(100% - 152px);
		height: 42px;
		text-indent: 10px;
		font-size: 14px;
		line-height: 42px;
	}
	.search button {
		width: 85px;
		height: 42px;
		font-size: 16px;
		line-height: 42px;
	}
	.top .btnBox1 {
		margin: 14px 0 0 16px;
	}
	.top .btnBox1 a,.top .btnBox2 a  {
		height: 40px;
		line-height: 40px;
		padding: 0 18px;
		font-size: 15px;
	}
	.nav span {
		width: 238px;
		padding: 0 17px;
		margin-right: 37px;
		font-size: 17px;
		height: 48px;
		line-height: 48px;
	}
	.nav span img {
		width: 16px;
	}
	.nav p {
		height: 48px;
		line-height: 48px;
	}
	.nav p a {
		font-size: 19px;
		padding-right: 28px;
		margin-right: 29px;
	}
	.product-classify {
		width: 238px;
	}
	.class-a p {
		font-size: 14px;
		height: 18px;
		line-height: 18px;
	}
	.class-a span a {
		font-size: 13px;
		margin-right: 6px;
	}
	.class-a span {
		height: 16px;
		line-height: 16px;
		margin-top: 4px;
	}
	.product-classify ul {
		padding: 0.6px 0;
	}
	.class-a {
		padding: 9.8px 17px;
	}
	.class-b .list-item {
		padding: 18px;
	}
	.class-b span {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.class-b p a {
		margin-top: 6px;
		line-height: 24px;
		height: 24px;
		font-size: 14px;
		padding: 0 10px;
	}
	.class-b p {
		margin-left: -10px;
		margin-right: -10px;
	}


	.product-classify ul li .class-b {
		width: 813px;
		left: 238px;
	}
	.banner-center {
		margin: 10px 10px 0;
		width: 803px;
	}
	.banner-center .swiper-button-next i, .banner-center .swiper-button-prev i {
		font-size: 34px;
	}
	.banner-center p {
		padding: 0 70px 0 12px;
		height: 50px;
		line-height: 50px;
		font-size: 19px;
	}
	.banner-center .swiper-pagination {
		right: 14px;
		font-size: 20px;
	}
	.banner-center .swiper-pagination-current {
		font-size: 30px;
	}
	.part1 .login {
		margin-top: 10px;
		width: 267px;
	}
	.part1 .login .loginIndex {
		padding: 18px 19px 15px;
	}
	.part1 .login .message {
		line-height: 44px;
		height: 44px;
		font-size: 14px;
	}
	.part1 .login .message .image {
		width: 44px;
		height: 44px;
		margin-right: 14px;
	}
	.part1 .login .sign {
		margin-top: 15px;
	}
	.part1 .login .sign a {
		height: 32px;
		line-height: 32px;
		font-size: 13px;
		width: calc(50% - 8px);
	}
	.part1 .login .btnArr {
		margin: 18px -8px 0;
	}
	.part1 .login .btnArr span {
		width: 40px;
		height: 40px;
	}
	.part1 .login .btnArr a i {
		font-size: 18px;
	}
	.part1 .login .btnArr a p {
		margin-top: 9px;
		font-size: 13px;
	}
	.part1 .login .btnArr a {
		padding: 0 8px;
	}
	.part1 .login .vxImg {
		margin-top: 20px;
	}
	.part1 .login .vxImgLeft {
		width: 106px;
	}
	.part1 .login .vxImgRight {
		height: 106px;
		width: 106px;
		padding: 4px;
	}
	.part1 .login .vxImgLeft a {
		margin-top: 9px;
		height: 29px;
		line-height: 29px;
		font-size: 13px;
	}
	.shop-notice {
		padding: 10px 19px 18px;
	}
	.shop-notice li {
		margin-top: 7px;
	}
	.part2 {
		margin-top: 20px;
	}
	.part2 .title span {
		margin-right: 5px;
		font-size: 22px;
	}
	.part2 .title {
		line-height: 28px;
		height: 28px;
		font-size: 14px;
	}
	.part2 .title a.more {
		line-height: 28px;
		font-size: 13px;
	}
	.part2 > ul > li .item {
		padding-top: 16px !important;
	}
	.part2 li:nth-child(1) .item {
		padding: 0 13px 24px;
	}
	.part2 li:nth-child(1) .title {
		padding: 0 7px;
	}
	.part2 li .part2bot {
		margin-top: 17px;
		padding: 0 7px;
	}
	.part2 li .part2bot .image {
		height: 191px;
	}
	.part2 li .part2bot span {
		height: 20px;
		font-size: 13px;
	}
	.part2 li .part2bot span b {
		font-size: 18px;
	}
	.part2 li .part2bot p {
		margin: 19px 0;
		height: 16px;
		line-height: 16px;
		font-size: 14px;
	}
	.part2 li:nth-child(2) .item {
		padding: 0 13px 20px;
	}
	.part2 li:nth-child(2) .title {
		padding: 0 7px;
	}
	.part2 .part2-item {
		margin-top: 13px;
		padding: 0 7px;
	}
	.part2 .part2-item .bg {
		padding: 18px 14px;
	}
	.part2 .part2-item .left p {
		height: 16px;
		line-height: 16px;
		font-size: 14px;
	}
	.part2 .part2-item .left span {
		margin-top: 14px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.part2 .part2-item .left a.btnA {
		margin-top: 26px;
		height: 20px;
		line-height: 20px;
		width: 48px;
		font-size: 12px;
	}
	.part2 .part2-item .left {
		width: 76px;
		height: 94px;
		margin-right: 6px;
	}
	.part2 .part2-item .right {
		top: 38px;
		right: 10px;
	}
	.part2 .part2-item .right .image {
		width: 82px;
		height: 82px;
	}
	.part2-top {
		margin-top: 17px;
	}
	.part2-top a {
		margin-left: 10px;
		height: 30px;
		line-height: 30px;
		width: 66px;
		font-size: 14px;
	}
	.part2-bot li > i {
		width: 23px;
		height: 26px;
	}
	.part2-bot li {
		margin-top: 14px;
		padding: 0 138px 0 30px;
	}
	.part2-bot li p {
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.part2-bot li span {
		padding-left: 6px;
		width: 138px;
		line-height: 26px;
		font-size: 13px;
	}
	.part2-bot li span i {
		margin-right: 3px;
		font-size: 14px;
	}
	.part2 li:nth-child(3) .item {
		padding: 0 20px 20px;
	}
	.part3 .shop {
		margin-top: 26px;
	}
	.shop-r p {
		padding-left: 7px;
		font-size: 22px;
	}
	.shop-r {
		margin-left: 10px;
		padding: 24px 7px 19px;
		width: 281px;
	}
	.shop-r p b {
		margin-left: 6px;
		font-size: 13px;
	}
	.shop-r::after {
		top: -8px;
		right: -14px;
		width: 124px;
		height: 132px;
	}
	.shop-r ul {
		margin-top: 21px;
		padding: 12px 10px;
	}
	.shop-r li {
		padding: 0 4px;
		margin-top: 8px;
	}
	.shop-r li a {
		height: 80px;
	}
	.shop-l {
		padding-left: 20px;
		width: calc(100% - 281px - 10px);
	}
	.shop-l .title {
		padding: 0 18px 0 0;
		height: 66px;
		line-height: 66px;
	}
	.shop-l .title i {
		margin: 25px 7px 0 0;
		width: 20px;
		height: 18px;
	}
	.shop-l .title b {
		font-size: 22px;
	}
	.shop-l .title a.more {
		line-height: 66px;
		font-size: 13px;
	}
	.shop-l .left .bigImg .img {
		height: 224px;
	}
	.shop-l .left .bigImg .img span {
		width: 64px;
		height: 64px;
		line-height: 64px;
	}
	.shop-l .left {
		width: 398px;
		margin-right: 20px;
		padding-bottom: 15px;
	}
	.shop-l .left .bigImg > span {
		margin-top: 13px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.shop-l .left .bigImg p {
		margin-top: 13px;
		line-height: 22px;
		height: 24px;
		font-size: 16px;
	}
	.shop-l .left ul {
		margin: 20px 0 0 -12px;
	}
	.shop-l .left li .image {
		height: 108px;
	}
	.shop-l .left li .time {
		margin-top: 11px;
		line-height: 15px;
		font-size: 13px;
	}
	.shop-l .left li p {
		margin-top: 15px;
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}
	.shop-l .right {
		width: 599px;
	}
	.shop-l .right li .item {
		padding: 8px 16px 16px;
	}
	.shop-l .right li .image {
		height: 142px;
	}
	.shop-l .right li .text {
		padding-top: 3px;
	}
	.shop-l .right li .text p {
		height: 16px;
		line-height: 16px;
		font-size: 14px;
	}
	.shop-l .right li .text .label {
		margin-top: 9px;
		height: 16px;
		line-height: 16px;
	}
	.shop-l .right li .price {
		margin-top: 14px;
	}
	.shop-l .right li .text .label b {
		height: 16px;
		padding-right: 7px;
		margin-right: 6px;
		font-size: 12px;
	}
	.shop-l .right li .price b {
		line-height: 22px;
		font-size: 15px;
	}
	.shop-l .right li .price span {
		height: 22px;
		line-height: 22px;
		padding: 0 6px;
		font-size: 12px;
	}
	.shop-l .right li .price span i {
		font-size: 12px;
		margin: 6px 3px 0 0;
	}
	.part4 {
		margin-top: 26px;;
	}
	.part4-top {
		padding: 0 18px;
	}
	.part4-top p a {
		height: 66px;
		line-height: 66px;
		padding: 0 20px;
		margin: 0 6px;
		font-size: 19px;
	}
	.part4-top a.more {
		line-height: 66px;
		right: 18px;
		font-size: 13px;
	}
	.part4-bot li .item {
		padding: 8px 16px 16px;
	}
	.part4-bot li .image {
		height: 142px;
	}
	.part4-bot li .text {
		padding-top: 3px;
	}
	.part4-bot li .text p {
		height: 16px;
		line-height: 16px;
		font-size: 14px;
	}
	.part4-bot li .text .label {
		margin-top: 9px;
		height: 16px;
		line-height: 16px;
	}
	.part4-bot li .price {
		margin-top: 14px;
	}
	.part4-bot li .text .label b {
		height: 16px;
		padding-right: 7px;
		margin-right: 6px;
		font-size: 12px;
	}
	.part4-bot li .price b {
		line-height: 22px;
		font-size: 15px;
	}
	.part4-bot li .price span {
		height: 22px;
		line-height: 22px;
		padding: 0 6px;
		font-size: 12px;
	}
	.part4-bot li .price span i {
		font-size: 12px;
		margin: 6px 3px 0 0;
	}
	.bot {
		margin-top: 48px;
		padding: 32px 0 38px;
	}
	.link-top p a {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		font-size: 14px;
	}
	.link-top p a:nth-child(1) {
		margin-right: 12px;
	}
	.link-top p a::after {
		bottom: -5px;
		border-width: 5px 5px 0 5px;
	}
	.link-top {
		padding-bottom: 5px;
	}
	.link-top .a-link {
		line-height: 30px;
		font-size: 13px;
	}
	.link-top .a-link i {
		margin-right: 3px;
		font-size: 14px;
	}
	.link-item {
		margin-left: -12px;
	}
	.link-item a {
		margin-top: 10px;
		height: 16px;
		line-height: 16px;
		margin-left: 12px;
		font-size: 13px;
	}
	.link-bot {
		margin-top: 10px;
		font-size: 13px;
	}
	.footer .left {
		width: 76%;
	}
	.footer .left p {
		font-size: 14px;
		line-height: 28px;
	}
	.footer .left p a {
		padding: 0 12px;
	}
	.footer .right li {
		width: 144px;
		margin-left: 58px;
		border: 6px solid #484848;
	}
	.footer .left span {
		font-size: 13px;
		line-height: 30px;
	}
	.bot::after {
		right: 68px;
		top: 45px;
		width: 380px;
		height: 374px;
	}
	.part1 .login .btnArr a .hover {
		left: -6px;
	}
	.class-b .list-item {
		max-height: 462px;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w,.main{
		width: 1400px;
	}
	.top {
		padding: 20px 0;
	}
	.top .logo {
		height: 74px;
	}
	.top .searchBox {
		margin: 14px 0 0 115px;
		height: 45px;
		width: 574px;
	}
	.searchSelect {
		width: 66px;
		height: 45px;
	}
	.searchSelectTop p {
		line-height: 45px;
		text-indent: 12px;
	}
	.searchSelectTop i {
		top: 20px;
	}
	.searchSelectBot {
		top: 45px;
	}
	.search input {
		width: calc(100% - 158px);
		height: 45px;
		text-indent: 10px;
		font-size: 15px;
		line-height: 45px;
	}
	.search button {
		width: 90px;
		height: 45px;
		font-size: 17px;
		line-height: 45px;
	}
	.top .btnBox1 {
		margin: 14px 0 0 18px;
	}
	.top .btnBox1 a {
		height: 43px;
		line-height: 43px;
		padding: 0 22px;
	}
	.top .btnBox2 {
		margin-top: 14px;
	}
	.top .btnBox2 a {
		height: 43px;
		line-height: 43px;
		padding: 0 22px;
	}
	.nav span {
		width: 252px;
		padding: 0 18px;
		margin-right: 38px;
		font-size: 17px;
		height: 50px;
		line-height: 50px;
	}
	.nav span img {
		margin-top: 16px;
		width: 17px;
	}
	.nav p {
		height: 50px;
		line-height: 50px;
	}
	.nav p a {
		font-size: 19px;
		padding-right: 29px;
		margin-right: 30px;
	}
	.product-classify {
		width: 252px;
	}
	.product-classify ul {
		padding: 0;
	}
	.class-a {
		padding: 8.5px 18px;
	}
	.class-a p {
		font-size: 15px;
	}
	.product-classify ul li .class-b {
		width: 859px;
		left: 252px;
	}
	.banner-center {
		margin: 11px 11px 0;
		width: 848px;
	}
	.banner-center p {
		font-size: 19px;
	}
	.part1 .login {
		margin-top: 11px;
		width: 278px;
	}
	.part1 .login .loginIndex {
		padding: 19px 20px 17px;
	}
	.part1 .login .message .image {
		width: 48px;
		height: 48px;
		margin-right: 14px;
	}
	.part1 .login .message {
		line-height: 48px;
		height: 48px;
		font-size: 15px;
	}
	.part1 .login .sign a {
		height: 34px;
		line-height: 34px;
	}
	.part1 .login .sign {
		margin-top: 15px;
	}
	.part1 .login .btnArr span {
		width: 44px;
		height: 44px;
	}
	.part1 .login .btnArr {
		margin: 18px -9px 0;
	}
	.part1 .login .btnArr a i {
		font-size: 21px;
	}
	.part1 .login .vxImg {
		margin-top: 22px;
	}
	.part1 .login .vxImgLeft {
		width: 111px;
	}
	.part1 .login .vxImgLeft a {
		margin-top: 10px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.part1 .login .vxImgRight {
		height: 112px;
		width: 112px;
	}
	.shop-notice {
		padding: 12px 20px 14px;
	}
	.shop-notice li {
		margin-top: 9px;
	}
	.part2 {
		margin-top: 20px;
	}
	.part2 > ul {
		margin-left: -10px;
	}
	.part2 > ul > li {
		padding-left: 10px;
	}
	.part2 > ul > li .item {
		padding-top: 18px !important;
	}
	.part2 .title a.more {
		line-height: 28px;
	}
	.part2 li:nth-child(3) .item {
		padding: 0 20px 17px;
	}
	.part2 .title {
		line-height: 28px;
		height: 28px;
		font-size: 14px;
	}
	.part2 .title span {
		margin-right: 6px;
		font-size: 23px;
	}
	.part2 li .part2bot {
		margin-top: 19px;
		padding: 0 8px;
	}
	.part2 li:nth-child(1) .title {
		padding: 0 8px;
	}
	.part2 li:nth-child(1) .item {
		padding: 0 13px 26px;
	}
	.part2 li .part2bot .image {
		height: 201px;
	}
	.part2 li .part2bot span b {
		font-size: 18px;
	}
	.part2 .part2-item {
		margin-top: 15px;
		padding: 0 7px;
	}
	.part2 li:nth-child(2) .title {
		padding: 0 7px;
	}
	.part2 li:nth-child(2) .item {
		padding: 0 14px 21px;
	}
	.part2 .part2-item .right .image {
		width: 90px;
		height: 90px;
	}
	.part2 .part2-item .bg {
		padding: 19px 15px;
	}
	.part2 .part2-item .left {
		width: 80px;
		height: 101px;
		margin-right: 6px;
	}
	.part2 .part2-item .left p {
		height: 18px;
		line-height: 18px;
		font-size: 15px;
	}
	.part2 .part2-item .left span {
		margin-top: 14px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.part2 .part2-item .left a.btnA {
		margin-top: 27px;
		height: 22px;
		line-height: 22px;
		width: 56px;
		font-size: 14px;
	}
	.part2 .part2-item .right {
		top: 40px;
		right: 10px;
	}
	.part2-top {
		margin-top: 19px;
	}
	.part2-top a {
		margin-left: 11px;
		height: 32px;
		line-height: 32px;
		width: 72px;
		font-size: 15px;
	}
	.part2-bot li > i {
		width: 24px;
		height: 28px;
	}
	.part2-bot li {
		margin-top: 16px;
		padding: 0 148px 0 31px;
	}
	.part2-bot li p {
		height: 28px;
		line-height: 28px;
		font-size: 15px;
	}
	.part2-bot li span {
		padding-left: 8px;
		width: 148px;
		line-height: 28px;
		font-size: 14px;
	}
	.part2-bot li span i {
		margin-right: 3px;
	}
	.part2-bot ul {
		padding-top: 5px;
	}
	.part3 .shop {
		margin-top: 28px;
	}
	.shop-r {
		margin-left: 11px;
		padding: 24px 7px 22px;
		width: 296px;
	}
	.shop-r::after {
		top: -9px;
		right: -18px;
		width: 131px;
		height: 139px;
	}
	.shop-r p b {
		margin-left: 6px;
		font-size: 15px;
	}
	.shop-r ul {
		margin-top: 24px;
		padding: 11px 6px 16px;
	}
	.shop-r li {
		padding: 0 4.5px;
		margin-top: 9px;
	}
	.shop-r li a {
		height: 84px;
	}
	.shop-l {
		padding-left: 21px;
		width: calc(100% - 296px - 11px);
	}
	.shop-l .title {
		padding: 0 18px 0 0;
		height: 70px;
		line-height: 70px;
	}
	.shop-l .title i {
		margin: 26px 8px 0 0;
		width: 22px;
		height: 20px;
	}
	.shop-l .title b {
		font-size: 23px;
	}
	.shop-l .title a.more {
		line-height: 70px;
	}
	.shop-l .left {
		width: 418px;
		margin-right: 20px;
		padding-bottom: 20px;
	}
	.shop-l .right {
		width: 634px;
	}
	.shop-l .left .bigImg .img {
		height: 236px;
	}
	.shop-l .left .bigImg p {
		margin-top: 14px;
		line-height: 26px;
		height: 26px;
		font-size: 17px;
	}
	.shop-l .left .bigImg > span {
		margin-top: 12px;
	}
	.shop-l .left ul {
		margin: 22px 0 0 -13px;
	}
	.shop-l .left li {
		padding-left: 13px;
	}
	.shop-l .left li .image {
		height: 114px;
	}
	.shop-l .left li .time {
		margin-top: 15px;
	}
	.shop-l .right li .item {
		padding: 8px 18px 18px;
	}
	.shop-l .right li .image {
		height: 150px;
	}
	.shop-l .right li .text {
		padding-top: 0;
	}
	.shop-l .right li .text p {
		height: 24px;
		line-height: 24px;
		font-size: 15px;
	}
	.shop-l .right li .text .label {
		margin-top: 5px;
		height: 18px;
		line-height: 18px;
	}
	.shop-l .right li .price {
		margin-top: 17px;
	}
	.shop-l .right li .price b {
		line-height: 23px;
		font-size: 17px;
	}
	.shop-l .right li .price span {
		height: 23px;
		line-height: 23px;
		padding: 0 7px;
		font-size: 13px;
	}
	.shop-l .right li .price span i {
		font-size: 13px;
		margin: 7px 3px 0 0;
	}
	.part4 {
		margin-top: 28px;
	}
	.part4-top p a {
		height: 70px;
		line-height: 70px;
		padding: 0 20px;
		margin: 0 8px;
		font-size: 21px;
	}
	.part4-top a.more {
		line-height: 70px;
		right: 20px;
	}
	.part4-bot li .item {
		padding: 8px 18px 18px;
	}
	.part4-bot li .image {
		height: 150px;
	}
	.part4-bot li .text {
		padding-top: 0;
	}
	.part4-bot li .text p {
		height: 24px;
		line-height: 24px;
		font-size: 15px;
	}
	.part4-bot li .text .label {
		margin-top: 5px;
		height: 18px;
		line-height: 18px;
	}
	.part4-bot li .price {
		margin-top: 17px;
	}
	.part4-bot li .price b {
		line-height: 23px;
		font-size: 17px;
	}
	.part4-bot li .price span {
		height: 23px;
		line-height: 23px;
		padding: 0 7px;
		font-size: 13px;
	}
	.part4-bot li .price span i {
		font-size: 13px;
		margin: 7px 3px 0 0;
	}





	.bot {
		margin-top: 52px;
		padding: 34px 0 40px;
	}
	.bot::after {
		right: 88px;
		top: 55px;
		width: 400px;
		height: 396px;
	}
	.link-top p a {
		height: 32px;
		line-height: 32px;
		padding: 0 10px;
		font-size: 15px;
	}
	.footer {
		padding: 22px 0 0;
	}
	.footer .left p a {
		padding: 0 14px;
	}
	.footer .left p {
		font-size: 15px;
		line-height: 30px;
	}
	.footer .left {
		width: 73%;
	}
	.footer .right li {
		margin-left: 88px;
	}
	.class-b .list-item {
		max-height: 488px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w,.main{
		width: 1560px;
	}
}
@media only screen and (min-width:1920px){
	.w,.main{
		width: 1560px;
	}
}







