.main{
    width: 1560px;
    margin: 0 auto;
}
body {
	line-height: 1;
}
body.f5{
    background-color: #f5f5f5;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'hbzhan';  /* Project id 1875012 */
    src: url('//at.alicdn.com/t/c/font_1875012_7wlcmnxq3y.woff2?t=1712732452936') format('woff2'),
         url('//at.alicdn.com/t/c/font_1875012_7wlcmnxq3y.woff?t=1712732452936') format('woff'),
         url('//at.alicdn.com/t/c/font_1875012_7wlcmnxq3y.ttf?t=1712732452936') format('truetype');
}
.hbzhan {
	font-family: "hbzhan" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Public';  /* Project id 2901389 */
    src: url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.woff2?t=1703660205790') format('woff2'),
         url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.woff?t=1703660205790') format('woff'),
         url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.ttf?t=1703660205790') format('truetype');
}
.Public {
    font-family: "Public" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -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');
}
@font-face {
	font-family: 'bf';  /* Project id 3152797 */
	src: url('//at.alicdn.com/t/font_3152797_aln21ynprjc.eot?t=1647328981124'); /* IE9 */
	src: url('//at.alicdn.com/t/font_3152797_aln21ynprjc.eot?t=1647328981124#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('//at.alicdn.com/t/font_3152797_aln21ynprjc.woff2?t=1647328981124') format('woff2'),
	url('//at.alicdn.com/t/font_3152797_aln21ynprjc.woff?t=1647328981124') format('woff'),
	url('//at.alicdn.com/t/font_3152797_aln21ynprjc.ttf?t=1647328981124') format('truetype'),
	url('//at.alicdn.com/t/font_3152797_aln21ynprjc.svg?t=1647328981124#bf') format('svg');
}
.wujin {
	font-family: "bf" !important;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.xwboo {
    font-family: "xwboo" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 热门品牌 */
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: "阿里妈妈数黑体 Bold";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/gkGUrOVNPEsN/OCCgnOHfryNI.woff2") format("woff2"),
	url("//at.alicdn.com/wf/webfont/gkGUrOVNPEsN/EgY8fSoFBPBg.woff") format("woff");
	font-display: swap;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
.iframe {
	height: 40px;
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.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%;
	transform: translateX(-50%);
}
.Center-y {
	position: absolute;
	top: 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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* header */
.header{
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
}
.header a{
    font-size: 14px;
    color: #666;
}
.header a:hover{
    color: #1668c5;
}
#divLogin{
	float: left;
}
#divLogin ul{
	float: left;
}
#divLogin ul li{
	margin: 0 15px;
	line-height: 40px;
	float: 	left;
}
#divLogin ul li:first-child {
	margin-left: 0;
}
#divLogin ul li a:hover {
	color: #1668c5;
}
#divLogin ul li a.login {
    margin-top: 8px;
    height: 24px;
    line-height: 24px;
    width: 48px;
    color: #1668c5;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.header p {
	margin-right: 90px;
	float: right;
}
.header p a{
    padding-right: 11px;
    margin-right: 11px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.header p a::after{
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    background-color: #ddd;
}
.header p a:last-child{
	margin-right: 0;
}
/* Tophead */
.Tophead {
	position: relative;
	margin: 0 auto;
}
.Tophead ul{
	position: absolute;
	top: -40px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 40px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	position: relative;
}
.Tophead li .ServiceTop::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #e2e2e2;
}
.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a{
	color: #777;
}

/* 两个下拉 */
.Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	color: #1668c5;
}
.Tophead li .ServiceTop i{
	margin-right: 6px;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9999;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 833px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 20%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
}
.ServiceBot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.ServiceBot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.ServiceBot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	background-color: rgb(230,240,250);
}
.Tophead li.mobile .hover a{
	color: #1668c5;
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(230,240,250) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(230,240,250) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(230,240,250) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #c27468;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	background-color: rgb(251, 238, 236);
}
.Tophead li.weixin .hover a{
	color: #1668c5;
}
.Tophead li.weixin .hover::after{
	display: none;
}
/* top */
.top{
    padding: 16px 0;
    background-color: #fff;
}
.top .logo{
    height: 67px;
    float: left;
}
.searchBox {
    width: 690px;
    margin: 12px 0 0 78px;
    height: 50px;
    border: 2px solid #1668c5;
    background: #1668c5;
    float: left;
}
.search {
	width: 100%;
	height: 46px;
}
.search input {
	width: 502px;
	float: left;
	height: 46px;
	border: none;
	outline: none;
	font-size: 15px;
	color: #aaa;
	text-indent: 12px;
}
.search button {
	width: 106px;
	float: right;
	height: 46px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	background: #1668c5;
}
.searchSelect {
	width: 78px;
	height: 46px;
	float: left;
	position: relative;
	background: #fff;
}
.searchSelectTop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.searchSelectTop p {
	width: 100%;
	line-height: 20px;
	font-size: 15px;
	color: #333;
	text-indent: 14px;
	border-left:1px solid #ddd;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.searchSelectTop i {
    right: 12px;
	top: 14px;
    font-size: 20px;
    color: #333;
	display: block;
    position: absolute;
}
.searchSelectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #1668c5;
	left: 0;
	top: 46px;
	z-index: 9999;
	background: #fff;
	display: none;
}
.searchSelectBot li {
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
	-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;
	text-align: center;
}
.searchSelectBot li:hover {
	background: #1668c5;
	color: #fff;
}

.top .btnBox {
    margin-top: 13px;
    font-size: 0;
    float: right;
}
.top .btnBox a {
    width: 140px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    color: #333;
    border: 1px solid #eeeeee;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.top .btnBox a:last-child{
    margin-left: 16px;
}
.top .btnBox a i{
    margin: 14px 7px 0 0;
    font-size: 22px;
    color: #1668c5;
    line-height: normal;
    display: inline-block;
    vertical-align: top;
}
.top .btnBox a:hover{
    color: #1668c5;
    border-color: #1668c5;
    background-color: #fff;
}
/* nav */
.nav{
    background-color: #fff;
}
.nav p{
	height: 52px;
	line-height: 52px;
    overflow: hidden;
	padding-left: 10px;
}
.nav p a{
	font-size: 20px;
    padding: 0 66px;
	font-weight: 700;
	color: #333;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.nav p a::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    background-color: #dddddd;
	-webkit-transform: rotate(15deg) translateY(-50%);
	-ms-transform: rotate(15deg) translateY(-50%);
	-o-transform: rotate(15deg) translateY(-50%);
	transform: rotate(15deg) translateY(-50%);
}
.nav p a:last-child{
	padding-right: 0;
	margin-right: 0;
}
.nav p a:last-child::after{
	display: none;
}
.nav p a:hover{
	color: #1668c5;
}
.nav p a span,.nav p a font {
	position: relative;
}
.nav p a.focus span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 56px;
	height: 8px;
	background: url(../../../../images/shop/version/2024/nav.png) no-repeat;
	background-size: auto 100%;
}

.part1{
	margin-top: 16px;
}
.classify-title {
	margin-top: -9px;
}
.classify-title span {
	line-height: 39px;
	height: 39px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: bold;
	position: relative;
	z-index: 9;
	background: url(../../../../images/shop/version/2024/pro-bg.png) no-repeat;
	background-size: contain;
	background-position-x: center;
}
.classify-title span::before,.classify-title span::after {
	content: "";
	position: absolute;
	top: 0;
	width: 17px;
	height: 9px;
	background: url(../../../../images/shop/version/2024/pro-bg-1.png) no-repeat;
	background-size: contain;
}
.classify-title span::before {
	left: 8px;
}
.classify-title span::after {
	right: 8px;
}
.classify-title span a {
	color: #fff;
}
.product-classify {
	float: left;
	width: 240px;
	background-color: #fff;
	box-shadow: 0px 7px 7px -7px rgba(100, 100, 100, 0.1);
	position: relative;
	margin-right: 10px;
	margin-top: 9px;
}
.product-classify ul {
	box-sizing: border-box;
	padding: 4px 0;
}
.product-classify ul li {
	z-index: 99;
}
.class-a {
	padding: 22px 8px 22px 24px;
	position: relative;
	z-index: 2;
}
.class-a .icon {
	position: absolute;
	width: 3px;
	height: 12px;
	left: 16px;
	top: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background: #1668c5;
}
.class-a .name {
	font-size: 16px;
}
.product-classify li .class-b {
	position: absolute;
	left: 100%;
	top: -9px;
	width: 1014px;
	bottom: auto;
	background-color: #fff;
	border: 1px solid #1668c5;
	display: none;
	z-index: 999;
	padding: 15px 20px 0px 15px;
	box-sizing: border-box;
	overflow-y: auto;
    max-height: 599px;
}
.product-classify li.hover::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 1014px;
    height: 599px;
    z-index: 3;
}
.product-classify li .class-b .item {
	margin-bottom: 15px;
    position: relative;
    z-index: 3;
}
.product-classify li .class-b .item span {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-bottom: 8px;
	display: block;
	border-bottom: 1px solid #ddd;
	line-height: 21px;
	position: relative;
}
.product-classify li .class-b .item span a {
	color: #333;
}
.product-classify li .class-b .item span a.more {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-classify li .class-b .item p {
	font-size: 14px;
	margin-top: 8px;
	line-height: 24px;
	margin-left: -12px;
}
.product-classify li .class-b .item p a {
	color: #666;
	display: inline-block;
	width: 13.5%;
	height: 24px;
	padding: 0 12px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.product-classify li .class-b .item p a::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 14px;
	width: 1px;
	background-color: #666;
}
.product-classify li .class-b .item p a:hover {
	color: #1668c5;
}
.product-classify li .class-b .item span a:hover {
	color: #1668c5;
}
.product-classify li .class-a::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	height: 1px;
	bottom: 0;
	background-color: #ddd;
}
.product-classify li.hover {
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
}
.product-classify li.hover .class-a::after,.product-classify li:last-child .class-a::after {
	display: none;
}
@keyframes jello-vertical {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	30% {
	  -webkit-transform: scale3d(0.75, 1.25, 1);
			  transform: scale3d(0.75, 1.25, 1);
	}
	40% {
	  -webkit-transform: scale3d(1.25, 0.75, 1);
			  transform: scale3d(1.25, 0.75, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.85, 1.15, 1);
			  transform: scale3d(0.85, 1.15, 1);
	}
	65% {
	  -webkit-transform: scale3d(1.05, 0.95, 1);
			  transform: scale3d(1.05, 0.95, 1);
	}
	75% {
	  -webkit-transform: scale3d(0.95, 1.05, 1);
			  transform: scale3d(0.95, 1.05, 1);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
}
.product-classify li.hover .class-b {
	display: block;
}
.product-classify li.hover .class-a b a:hover {
	color: #1668c5;
}
.product-classify li.hover .class-a i{
	color: #1668c5;
}
.class-a span a:hover{
	color: #1668c5
}
.class-a .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	font-family: "PingFang SC";
	margin-left: 5px;
}
.class-a .name a {
	color: #333;
}
.class-a .name a:hover,.class-a .text a:hover {
	color: #1668c5;
}
.class-a .text {
	margin-top: 14px;
	line-height: 16px;
	overflow: hidden;
	height: 16px;
}
.class-a .text a {
	font-size: 14px;
	color: #999;
	margin-right: 10px;
}
.class-a .text a:last-child {
	margin-right: 0;
}
.part1 .news {
	float: left;
	width: 1004px;
	margin-right: 10px;
}
.part1 .briefing{
	overflow: hidden;
}
.part1 .briefingLive{
	float: left;
	width: 754px;
	height: 425px;
	margin-right: 10px;
	position: relative;
    overflow: hidden;
}
.liveBigImg{
    position: absolute;
}
.liveBigImg li{
    float: left;
    position: relative;
}
.part1 .briefingLive .image{
	height: 425px;
}
.part1 .briefingLive img{
	width: 100%;
	height: 100%;
}
.part1 .briefingLive p{
    padding: 95px 12px 13px 104px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	overflow: hidden;
}

.part1 .briefingLive p mark{
    left: 12px;
    top: 95px;
	height: 34px;
	line-height: 34px;
    padding:0 8px;
	font-size: 15px;
	font-weight: 700;
    border-radius: 4px;
	color: #fff;
    position: absolute;
}
.part1 .briefingLive p mark i{
	height: 16px;
	width: 16px;
	margin: 10px 4px 0 0;
	background: url(https://public.mtnets.com/Images/public/zhibo-icon.gif) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
	display: none;
}
.part1 .briefingLive p mark.living{
    background-color: #e81e1e;
}
.part1 .briefingLive p mark.living i{
	display: inline-block;
}
.part1 .briefingLive p mark.replay{
    background-color: #f48400;
}
.part1 .briefingLive p mark.notice{
    background-color: #1668c5;
}
.part1 .briefingLive p a{
	height: 34px;
	line-height: 34px;
	font-size: 22px;
	color: #fff;
	overflow: hidden;
    display: block;
}
.part1 .briefingLive p a:hover{
    text-decoration: underline;
}
.part1 .briefingRight{
    overflow: hidden;
}
.part1 .briefingRight li{
    margin-top: 10px;
}
.part1 .briefingRight li:first-child{
    margin-top: 0;
}
.part1 .briefingRight li a{
    height: 135px;
    position: relative;
    display: block;
}
.part1 .briefingRight li img{
    width: 100%;
    height: 100%;
}
.part1 .briefingRight li mark{
    top: 8px;
    right: 8px;
	height: 26px;
	line-height: 26px;
    padding:0 11px;
	font-size: 14px;
    border-radius: 4px;
	color: #fff;
    position: absolute;
}
.part1 .briefingRight li mark i{
	height: 15px;
	width: 15px;
	margin: 6px 4px 0 0;
	background: url(https://public.mtnets.com/Images/public/zhibo-icon.gif) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
	display: none;
}
.part1 .briefingRight li mark.living{
    background-color: #e81e1e;
}
.part1 .briefingRight li mark.living i{
	display: inline-block;
}
.part1 .briefingRight li mark.replay{
    background-color: #f48400;
}
.part1 .briefingRight li mark.notice{
    background-color: #1668c5;
}
.part1 .briefingRight li span{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.part1 .briefingRight li span i{
    font-size: 52px;
    color: #fff;
}
.part1 .briefingRight li.focus span{
    opacity: 1;
}
.part1 .news-adv {
	overflow: hidden;
}
.part1 .news-adv ul {
	overflow: hidden;
	margin-right: -10px;
}
.part1 .news-adv li {
	float: left;
	width: 33.33%;
}
.part1 .news-adv li .item {
	margin-right: 10px;
	margin-top: 10px;
	position: relative;
}
.part1 .news-adv li .bg {
	height: 0;
	padding-bottom: 50%;
	position: relative;
	background-size: 100% 100%;
}
.part1 .news-adv li .bg a {
	position: absolute;
	width: 100%;
	height: 100%;
}
.part1 .news-adv li .text {
	padding: 20px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.part1 .news-adv li .text p {
	font-size: 20px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	/* text-shadow: 1px 1px 1px #ED5736; */
	font-weight: bold;
}
.part1 .news-adv li .text .content {
	margin-top: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
}
.part1 .news-adv li .text .btn a {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	border-radius: 16px;
	padding: 0 14px;
	border: 1px solid #1668c5;
	color: #1668c5;
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.part1 .news-adv li .text .btn a:hover {
	background-color: #1668c5;
	color: #fff;
}
.part1 .news-adv li:nth-child(1) .text p {
	color: #ED5736;
}
.part1 .news-adv li:nth-child(2) .text p {
	color: #ED5736;
}
.part1 .news-adv li:nth-child(3) .text p {
	color: #ED5736;
}
.part1 .newsTop ul{
	overflow: hidden;
}
.part1 .newsTop li{
	margin-top: 10px;
	height: 113px;
	position: relative;
}
.part1 .newsTop li img{
	width: 100%;
	height: 100%;
}
.part1 .newsTop li:first-child{
	margin-top: 0;
}
.part1 .newsTop li p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 36px;
	line-height: 36px;
	padding: 0 9px;
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.part1 .login {
	background-color: #fff;
	overflow: hidden;
}
.part1 .login .message {
	padding: 19px 20px;
	line-height: 54px;
	font-size: 15px;
	color: #fff;
	overflow: hidden;
	background: url(../../../../images/shop/version/2024/messageBg.png) no-repeat;
	background-size: 100% 100%;
}
.part1 .login .message .image {
	width: 54px;
	height: 54px;
    margin-right: 10px;
	border-radius: 50%;
    float: left;
}
.part1 .login .message a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover !important;
}
.part1 .login .loginIndex {
	padding: 22px 20px 0;
	border: 1px solid #e6f0fa;
	border-bottom: 0;
}
.part1 .login .sign {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	font-size: 0;
	overflow: hidden;
}
.part1 .login .sign a {
	height: 38px;
	line-height: 38px;
	color: #1668c5;
	background-color: #f5f5f5;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	float: left;
	width: calc(50% - 6px);
}
.part1 .login .sign a:hover {
	background-color: #f8dfd9;
}
.part1 .login .sign a.regist:hover {
	background-color: #e4e4e4;
}
.part1 .login .sign a.regist {
	color: #666666;
	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: 25px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.part1 .login .btnArr span i{
	height: 25px;
}
.part1 .login .btnArr a:nth-child(1) span i{
	width: 23px;
	background: url(../../../../images/shop/version/2024/btnArr-1.png) no-repeat;
	background-size: 100% 100%;
}
.part1 .login .btnArr a:nth-child(2) span i{
	width: 29px;
	background: url(../../../../images/shop/version/2024/btnArr-2.png) no-repeat;
	background-size: 100% 100%;
}
.part1 .login .btnArr a:nth-child(3) span i{
	width: 25px;
	background: url(../../../../images/shop/version/2024/btnArr-3.png) no-repeat;
	background-size: 100% 100%;
}
.part1 .login .btnArr a p{
	margin-top: 12px;
	font-size: 14px;
	color: #333;
}
.part1 .login .btnArr a:hover i{
	color: #1668c5;
}
.part1 .login .btnArr a:hover p{
	color: #1668c5;
}
.part1 .login .btnArr a .hover {
	position: absolute;
	right: 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: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.part1 .login .vxImg span {
	float: left;
	width: 33.3%;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.part1 .login .vxImg img {
	display: block;
	height: 64px;
	width: 64px;
	margin: 0 auto 10px;
}
.shop-notice {
	padding: 26px 20px 20px;
	background-color: #fff;
	border: 1px solid #e6f0fa;
	border-top: 0;
}
.shop-notice h2{
	height: 24px;
	line-height: 24px;
}
.shop-notice h2 b{
	font-size: 16px;
	color: #333;
    position: relative;
}
.shop-notice h2 .more{
	float: right;
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.shop-notice h2 .more:hover{
	color: #1668c5;
}
.shop-notice li {
	margin-top: 16px;
	overflow: hidden;
	position: relative;
}
.shop-notice li i{
	line-height: 18px;
	width: 32px;
	font-size: 12px;
	color: #1668c5;
	background-color: #e6f0fa;
	font-style: normal;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.shop-notice li a {
	display: block;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	color: #333;
	overflow: hidden;
}
.shop-notice li:hover a{
	color: #1668c5;
}
.part2 {
	margin-top: 15px;
}
.part2 .part-item {
	padding: 22px 16px 25px;
	width: 378px;
	box-sizing: border-box;
	background-image: url(../../../../images/shop/version/2024/green-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #fff;
	float: left;
	margin-right: 16px;
}
.part2 .part-item .title {
	padding-left: 10px;
}
.part2 .part-item .new-pro {
	margin-top: 32px;
	padding: 10px 44px 16px;
	position: relative;
	background-image: -moz-linear-gradient( 90deg, rgb(237,252,247) 0%, rgba(237,252,247,0.17) 83%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(237,252,247) 0%, rgba(237,252,247,0.17) 83%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(237,252,247) 0%, rgba(237,252,247,0.17) 83%, rgba(255,255,255,0) 100%);
}
.new-pro-swiper {
	overflow: hidden;
}
.new-pro-swiper .swiper-slide {
	padding: 5px 14px 14px;
	background-color: #fff;
}
.new-pro-swiper .image {
	height: 130px;
	position: relative;
}
.new-pro-swiper .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.new-pro-swiper .label {
	font-size: 0;
}
.new-pro-swiper .label mark {
	display: inline-block;
	margin-top: 8px;
	margin-right: 7px;
	padding: 0 6px;
	line-height: 18px;
	height: 18px;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	font-family: "PingFang SC";
	background-image: -moz-linear-gradient( 0deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
}
.new-pro-swiper .label mark.hot {
	background-image: -moz-linear-gradient( 0deg, rgb(255,141,48) 0%, rgb(255,87,48) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,141,48) 0%, rgb(255,87,48) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,141,48) 0%, rgb(255,87,48) 100%);
}

.new-pro-swiper .label mark:last-child {
	margin-right: 0;
}
.new-pro-swiper .text p {
	margin-top: 14px;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new-pro-swiper .text p a {
	color: #333;
}
.new-pro-swiper .text p a:hover {
	color: #ea5404;
}
.new-pro-swiper .text .price {
	margin-top: 18px;
	position: relative;
	padding-right: 84px;
	font-size: 0;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.new-pro-swiper .text .price b {
	font-size: 20px;
	color: #fb4529;
}
.new-pro-swiper .text .price b i {
	font-size: 14px;
	font-style: normal;
}
.new-pro-swiper .text .del {
	display: inline-block;
	margin-left: 12px;
	font-size: 15px;
	color: #999999;
	position: relative;
}
.new-pro-swiper .text .del i {
	font-size: 12px;
	font-style: normal;
}
.new-pro-swiper .text .del::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-bottom: 1px solid;
	transform: translateY(-50%);
}
.new-pro-swiper .text .buy {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 26px;
	height: 30px;
	font-size: 15px;
	background-color: #f7504a;
	color: #fff;
	padding: 0 12px;
	border-radius: 16px;
	font-weight: bold;
	border: 1px solid #f7504a;
}
.new-pro-swiper .text .buy:hover {
	background-color: #fff;
	color: #f7504a;
}
.new-pro .swiper-button-next, .new-pro .swiper-button-prev {
	width: 20px;
	height: 40px;
	margin-top: -20px;
	background-size: 8px 14px;
	background-color: #e5e5e5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.new-pro .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	left: 0;
}
.new-pro .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}
.new-pro .swiper-button-next:hover, .new-pro .swiper-button-prev:hover {
	background-color: #999;
}
.part2 .part-item:nth-child(2) {
	background-image: url(../../../../images/shop/version/2024/red-bg.png);
}
.part2 .part-item .list {
	padding: 0 8px;
	margin-top: 32px;
}
.part2 .part-item .list li:first-child {
	margin-top: 0;
}
.part2 .part-item .list li {
	margin-top: 38px;
	overflow: hidden;
}
.part2 .part-item .list li .image {
	float: left;
	width: 100px;
	height: 68px;
	position: relative;
	margin-right: 10px;
}
.part2 .part-item .list li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.part2 .part-item .list li .text {
	overflow: hidden;
}
.part2 .part-item .list li .text p {
	font-size: 15px;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
	word-break: break-all;
	word-wrap: anywhere;
}
.part2 .part-item .list li .text p a {
	color: #666;
}
.part2 .part-item .list li .text p a:hover {
	color: #1668c5;
}
.part2 .part-item .list li .text .price {
	margin-top: 10px;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	color: #fb4529;
}
.part2 .part-item .list li .text .price i {
	font-style: normal;
	font-size: 14px;
	margin-right: 2px;
}
.part2 .part-item .list li .text .del {
	font-size: 12px;
	color: #999999;
	font-family: "PingFang SC";
	margin-top: 10px;
}
.part2 .part-item .list li .text .del i {
	font-style: normal;
	margin-right: 2px;
}
.part2 .part-item .list li .text .del span {
	position: relative;
	display: inline-block;
}
.part2 .part-item .list li .text .del span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-bottom: 1px solid;
	transform: translateY(-50%);
}
.part2 .right {
	overflow: hidden;
	background-color: #fff;
}
.part2 .right .title {
	padding: 22px 24px 0;
	position: relative;
}
.buy-tab {
	font-size: 0;
}
.buy-tab a {
	font-size: 22px;
	color: #333;
	padding: 0 28px;
	position: relative;
	display: inline-block;
	line-height: 26px;
	vertical-align: top;
}
.buy-tab a.focus {
	font-size: 24px;
	font-weight: bold;
}
.buy-tab a::after {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	transform: translateY(-50%);
	background-color: #dddddd;
}
.buy-tab a font {
	position: relative;
}
.buy-tab a.focus span {
	position: relative;
}
.buy-tab a span::before {
	content: "";
	position: absolute;
	left: -6px;
	bottom: -1px;
	width: 0;
	height: 8px;
	background: url(../../../../images/shop/version/2024/nav.png) no-repeat;
	background-size: auto 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;
}
.buy-tab a.focus span::before {
	width: 56px;
}
.buy-tab a:first-child {
	padding-left: 0;
}
.part2 .right .title .more {
	position: absolute;
	right: 26px;
	top: 28px;
	font-size: 14px;
	color: #999;
}
.buy-bot {
	margin-top: 14px;
	display: none;
	height: 321px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 20px;
}
.buy-bot ul {
	padding: 0 24px;
	overflow: hidden;
}
.buy-bot li {
	float: left;
	width: 33.33%;
	border: 1px solid #eee;
	border-top: 0;
	padding: 22px;
}
.buy-bot li:nth-child(-n + 3) {
	padding-top: 0;
}
.buy-bot li:nth-child(3n) {
	border-right: 0;
	border-left: 0;
	padding-right: 0;
}
.buy-bot li:nth-child(3n+1) {
	border-left: 0;
	border-right: 0;
	padding-left: 0;
}
.buy-bot li p {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.buy-bot li p a {
	color: #333;
}
.buy-bot li p a:hover {
	color: #ff8800;
}
.buy-bot li .city {
	margin-top: 14px;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	color: #999999;
}
.buy-bot li .time {
	margin-top: 14px;
	font-size: 13px;
	color: #999999;
	font-family: "Microsoft YaHei";
}
.buy-bot li .time b {
	color: #ff8800;
}
.buy-bot li .btn {
	margin-top: 14px;
}
.buy-bot li .btn a {
	display: inline-block;
	padding: 0 18px;
	font-size: 13px;
	color: #999;
	border-radius: 13px;
	height: 28px;
	line-height: 24px;
	border: 1px solid #dddddd;
}
.buy-bot li .btn a:hover {
	color: #ff8800;
	border-color: #ff8800;
}
.public-title {
	margin-top: 44px;
	position: relative;
}
.public-title b {
	position: absolute;
	color: #ea5404;
	opacity: 0.1;
	font-size: 110px;
	left: -2px;
	top: -38px;
}
.public-title .name {
	position: relative;
}
.public-title .name p {
	font-size: 32px;
	overflow: hidden;
	font-weight: bold;
}
.public-title .name p i {
	display: inline-block;
	height: 32px;
	width: 8px;
	margin-right: 10px;
	margin-top: 3px;
	background-color: #ea5404;
	vertical-align: top;
}
.public-title .name .word {
	margin-top: 8px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999;
}
.public-tab {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
}
.public-tab a {
	font-size: 15px;
	margin-right: 12px;
	color: #333;
	min-width: 102px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	padding: 0 13px;
	box-sizing: content-box;
	position: relative;
}
.public-tab a span {
	position: relative;
	z-index: 2;
}
.public-tab a:last-child {
	padding-right: 0;
}
.public-tab a:first-child {
	padding-left: 0;
}
.public-tab a:last-child::before,.public-tab a:first-child::before {
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
	width: 32px;
	height: 100%;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.public-tab a:first-child::before {
	right: auto;
	left: -10px;
}
.public-tab p::before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' %3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M6.579,38.493 C6.579,41.530 9.032,43.990 12.059,43.990 C15.086,43.990 17.540,41.530 17.540,38.493 C17.540,35.457 15.086,32.996 12.059,32.996 C9.032,32.996 6.579,35.457 6.579,38.493 ZM35.064,37.394 L19.745,37.391 C19.205,33.604 15.981,30.672 12.059,30.672 C8.135,30.672 4.911,33.605 4.373,37.394 L2.194,37.394 C0.987,37.394 0.002,36.406 0.002,35.195 C0.002,35.195 0.002,26.283 0.002,24.200 C0.002,22.117 1.680,19.760 1.680,19.760 L6.579,11.007 C7.580,9.796 8.257,8.808 9.867,8.808 L17.540,8.808 L17.540,2.211 C17.540,1.000 18.525,0.013 19.732,0.013 L54.807,0.013 C56.015,0.013 56.999,1.000 56.999,2.211 L56.999,35.195 C56.999,36.406 56.015,37.394 54.807,37.394 L50.436,37.394 M15.347,24.200 L15.347,13.206 L9.985,13.206 C9.631,13.206 9.141,13.725 9.141,13.725 L4.526,22.332 C4.117,22.935 3.674,23.651 3.674,24.200 L15.347,24.200 Z'/%3E%3C/svg%3E");
	background-size: contain;
	width: 59px;
	height: 46px;
	top: 1px;
	left: -28px;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.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-radius: 8px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.public-tab a.focus::after,.public-tab a:last-child.focus::before,.public-tab a:first-child.focus::before {
	background-color: #ea5404;
}
.public-tab a.focus {
	color: #fff;
}
.main-box {
	margin-top: 26px;
}
.main-box::after {
	content: "";
	clear: both;
	display: block;
}
.main-right {
	float: right;
	width: 308px;
	margin-left: 16px;
	background-size:100% 100%;
	background-image: url(../../../../images/shop/version/2024/f1-bg.png);
	height: 555px;
	position: relative;
}
.main-right::after {
	content: "";
	position: absolute;
	top: -11px;
	right: 0;
	width: 170px;
	height: 120px;
	background: url(../../../../images/shop/version/2024/jiangbei.png) no-repeat;
	background-size: contain;
}
.main-right .title {
	line-height: 52px;
	height: 52px;
	width: 160px;
	text-align: center;
}
.main-right .brand-list {
	margin: 0 10px;
	background-color: #fff;
	z-index: 3;
	position: relative;
	padding: 16px 10px;
}
.main-right .brand-list ul {
	overflow: hidden;
	margin-right: -10px;
	margin-top: -10px;
}
.main-right .brand-list li {
	float: left;
	width: 50%;
}
.main-right .brand-list li .item {
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #eee;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.main-right .brand-list li .image {
	position: relative;
	height: 0;
	padding-bottom: 64.3%;
	overflow: hidden;
}
.main-right .brand-list li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.main-right .brand-list li .item:hover {
	border-color: #ea5404;
}
.main-left {
	background-color: #fff;
	overflow: hidden;
	border-radius: 8px;
	height: 555px;
}
.bot-left {
	float: left;
	width: 412px;
	padding: 16px;
}
.bot-left .image {
	height: 0;
	position: relative;
	padding-bottom: 56%;
	overflow: hidden;
}
.bot-left .image img {
	max-height: none;
}
.bot-left .image i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: url(../../../../images/shop/version/2024/play.png) no-repeat;
	background-size: contain;
}
.bot-left .top-box .text {
	background-color: #f5f5f5;
	padding: 15px 16px;
}
.bot-left .top-box .text p {
	font-size: 17px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.bot-left .top-box .text p a {
	color: #333;
}
.bot-left .top-box .text p a:hover {
	color: #ea5404;
}
.bot-left .top-box .text span {
	display: block;
	line-height: 22px;
	font-size: 15px;
	height: 44px;
	overflow: hidden;
	color: #999;
	margin-top: 10px;
	word-wrap: break-word;
	word-break: break-word;
}
.bot-left .bottom-box {
	margin-top: 16px;
}
.bot-left .bottom-box .image i {
	width: 28px;
	height: 28px;
	left: 10px;
	top: auto;
	bottom: 10px;
	background-image: url(../../../../images/shop/version/2024/play2.png) !important;
	transform: none;
	-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 ul {
	overflow: hidden;
	margin-right: -15px;
}
.bot-left .bottom-box li {
	width: 50%;
	float: left;
}
.bot-left .bottom-box li .item {
	margin-right: 15px;
}
.bot-left .bottom-box li .text p {
	font-size: 15px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 6px;
}
.bot-left .bottom-box li .text p a {
	color: #333;
}
.bot-left .bottom-box li .text p a:hover {
	color: #ea5404;
}
.bot-right {
	overflow: hidden;
	border-left: 1px solid #eee;
}
.public-bot {
	overflow: hidden;
	width: calc(100% + 1px);
	display: none;
}
.public-bot li {
	float: left;
	width: 25%;
	width: calc(100% / 4);
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 12px 20px;
}
.public-bot li .com {
	overflow: hidden;
	text-align: left;
	font-size: 0;
	line-height: 22px;
    height: 22px;
	margin-top: 7px;
}
.public-bot li .com a {
	color: #999;
	display: inline-block;
	max-width: 124px;
    font-size: 12px;
}
.public-bot li .com i {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    font-size: 12px;
    padding: 0 2px;
    color: #c59650;
    background: #f5ede1;
    margin-left: 4px;
}
.public-bot li .com i.personAuth{
	color: #fff;
	background: #e0a108;
}
.public-bot li .com i.noAuth{
	color: #fff;
	background: #a9a9a9;
}
.public-bot li .image {
	height: 164px;
	line-height: 164px;
	margin: 10px 0;
	box-sizing: border-box;
	position: relative;
}
.public-bot li p {
	font-size: 15px;
	height: 44px;
	overflow: hidden;
	line-height: 22px;
	text-align: left;
}
.public-bot li p a {
	color: #333;
}
.public-bot li p a:hover {
	color: #ea5404;
}
.public-bot li span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #f11b10;
	margin-top: 11px;
}
/* 12345 */
/* 678910 */
.F2 .public-title b,.F2 .bot-left .top-box .text p a:hover,.F2 .bot-left .bottom-box li .text p a:hover,.F2 .public-bot li p a:hover,
.F7 .public-title b,.F7 .bot-left .top-box .text p a:hover,.F7 .bot-left .bottom-box li .text p a:hover,.F7 .public-bot li p a:hover {
	color: #00a2ed;
}
.F2 .public-title .name p i,
.F7 .public-title .name p i {
	background-color: #00a2ed;
}
.F2 .public-tab a.focus::after, .F2 .public-tab a:last-child.focus::before, .F2 .public-tab a:first-child.focus::before,
.F7 .public-tab a.focus::after, .F7 .public-tab a:last-child.focus::before, .F7 .public-tab a:first-child.focus::before {
	background-color: #00a2ed;
}
.F2 .main-right .brand-list li .item:hover,
.F7 .main-right .brand-list li .item:hover {
	border-color: #00a2ed;
}
.F2 .bot-left .image i,
.F7 .bot-left .image i {
	background-image: url(../../../../images/shop/version/2024/play-blue.png);
}
.F2 .main-right,
.F7 .main-right {
	background-image: url(../../../../images/shop/version/2024/f2-bg.png);
}
.F3 .public-title b,.F3 .bot-left .top-box .text p a:hover,.F3 .bot-left .bottom-box li .text p a:hover,.F3 .public-bot li p a:hover,
.F8 .public-title b,.F8 .bot-left .top-box .text p a:hover,.F8 .bot-left .bottom-box li .text p a:hover,.F8 .public-bot li p a:hover {
	color: #079f6c;
}
.F3 .public-title .name p i,
.F8 .public-title .name p i {
	background-color: #079f6c;
}
.F3 .public-tab a.focus::after, .F3 .public-tab a:last-child.focus::before, .F3 .public-tab a:first-child.focus::before,
.F8 .public-tab a.focus::after, .F8 .public-tab a:last-child.focus::before, .F8 .public-tab a:first-child.focus::before {
	background-color: #079f6c;
}
.F3 .main-right .brand-list li .item:hover,
.F8 .main-right .brand-list li .item:hover {
	border-color: #079f6c;
}
.F3 .bot-left .image i,
.F8 .bot-left .image i {
	background-image: url(../../../../images/shop/version/2024/play-green.png);
}
.F3 .main-right,
.F8 .main-right {
	background-image: url(../../../../images/shop/version/2024/f3-bg.png);
}
.F4 .public-title b,.F4 .bot-left .top-box .text p a:hover,.F4 .bot-left .bottom-box li .text p a:hover,.F4 .public-bot li p a:hover,
.F9 .public-title b,.F9 .bot-left .top-box .text p a:hover,.F9 .bot-left .bottom-box li .text p a:hover,.F9 .public-bot li p a:hover {
	color: #009a9a;
}
.F4 .public-title .name p i,
.F9 .public-title .name p i {
	background-color: #009a9a;
}
.F4 .public-tab a.focus::after, .F4 .public-tab a:last-child.focus::before, .F4 .public-tab a:first-child.focus::before,
.F9 .public-tab a.focus::after, .F9 .public-tab a:last-child.focus::before, .F9 .public-tab a:first-child.focus::before {
	background-color: #009a9a;
}
.F4 .main-right .brand-list li .item:hover,
.F9 .main-right .brand-list li .item:hover {
	border-color: #009a9a;
}
.F4 .bot-left .image i,
.F9 .bot-left .image i {
	background-image: url(../../../../images/shop/version/2024/play-blackgreen.png);
}
.F4 .main-right,
.F9 .main-right {
	background-image: url(../../../../images/shop/version/2024/f4-bg.png);
}
.F5 .public-title b,.F5 .bot-left .top-box .text p a:hover,.F5 .bot-left .bottom-box li .text p a:hover,.F5 .public-bot li p a:hover,
.F10 .public-title b,.F10 .bot-left .top-box .text p a:hover,.F10 .bot-left .bottom-box li .text p a:hover,.F10 .public-bot li p a:hover {
	color: #0c79de;
}
.F5 .public-title .name p i,
.F5 .public-title .name p i {
	background-color: #0c79de;
}
.F5 .public-tab a.focus::after, .F5 .public-tab a:last-child.focus::before, .F5 .public-tab a:first-child.focus::before,
.F10 .public-tab a.focus::after, .F10 .public-tab a:last-child.focus::before, .F10 .public-tab a:first-child.focus::before {
	background-color: #0c79de;
}
.F5 .main-right .brand-list li .item:hover,
.F10 .main-right .brand-list li .item:hover {
	border-color: #0c79de;
}
.F5 .bot-left .image i,
.F10 .bot-left .image i {
	background-image: url(../../../../images/shop/version/2024/play-blackblue.png);
}
.F5 .main-right,
.F10 .main-right {
	background-image: url(../../../../images/shop/version/2024/f5-bg.png);
}
.brand-main {
	margin-top: 25px;
}
.brand-main .main {
	padding: 32px 20px 28px;
	background: url(../../../../images/shop/version/2024/brand-bg.png) no-repeat;
	border-radius: 8px;
	background-size: cover;
}
.brand-main .title {
	text-align: center;
	font-size: 36px;
}
.brand-main .title font {
	color: #1668c5;
}
.brand-main .title i {
	display: inline-block;
	width: 31px;
	height: 37px;
	background: url(../../../../images/shop/version/2024/star.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-left: 7px;
	margin-top: -18px;
}
.brand-main .title span {
	display: inline-block;
	position: relative;
}
.brand-main .title span::after {
	content: "";
	position: absolute;
	left: -10px;
	right: -0;
	bottom: -5px;
	height: 15px;
	background-color: #c2dcf5;
}
.brand-main .title span b {
	position: relative;
	z-index: 2;
}
.brand-main .list {
	margin-top: 28px;
}
.brand-main .list ul {
	margin-top: -22px;
	margin-right: -22px;
}
.brand-main .list li {
	float: left;
	width: 14.28%;
}
.brand-main .list .item {
	margin-top: 22px;
	margin-right: 22px;
	border: 1px solid #c2dcf5;
	background-color: #fff;
}
.brand-main .list .image {
	height: 0;
	padding-bottom: 50%;
	position: relative;
	overflow: hidden;
}
.brand-main .list .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.link {
	margin-top: 25px;
}
.link .main {
	padding: 22px 22px;
	background-color: #fff;
	border-radius: 8px;
}
.link .title {
	position: relative;
	border-bottom: 1px solid #ddd;
}
.link .title span {
	display: inline-block;
	padding-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	color: #1668c5;
	position: relative;
}
.link .title span::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 9px;
	bottom: -2px;
	left: 0;
	background: url(../../../../images/shop/version/2024/link.png) no-repeat;
	background-size: 100% auto;
}
.link .title .more {
	position: absolute;
	right: 0;
	top: 3px;
	color: #1668c5;
	font-size: 14px;
}
.link .title .more i {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 1px;
	font-size: 12px;
}
.link-box {
	margin-top: 22px;
}
.link-box ul {
	overflow: hidden;
	margin-right: -42px;
	margin-top: -16px;
}
.link-box li {
	float: left;
	margin-right: 42px;
	font-size: 15px;
	margin-top: 16px;
	line-height: 1.5;
}
.link-box li a {
	color: #666;
}
.link-box li a:hover {
	color: #1668c5;
}

/* footer */
.footer {
	margin:0 auto ;
	background-color: #212324;
	margin-top: 35px;
}
.footer .item{
	margin: 0 auto;
	overflow: hidden;
}
.footer .item .footer-code{
	float: right;
	border-left: 1px solid #444444;
	margin-top: 27px;
}
.footer .item .footer-code li{
	float: left;
	width: 100%;
	text-align: center;
}
.footer .item .footer-code li.footer-logo {
	width: 90%;
	float: none;
	text-align: center;
	margin: 0 5% 16px;
}
.footer .item .footer-code li .code {
	width: 110px;
	height: 110px;
	border: 2px solid #fff;
	padding: 5px;
	background-color: #fff;
	box-sizing: initial;
	margin: 0 auto;
}
.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: 14px;
	line-height: 46px;
	color: #838383;
}
.footer .item .left p a{
	color: #838383;
	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: 14px;
	line-height: 32px;
	color: #838383;
}
.footer .item .left span img{
	margin: 7px 22px 0 12px;
	vertical-align: top;
}
.footer .item .left span a{
	position: relative;
	cursor: pointer;
}
.footer .item .left span a .QQhover{
	position: absolute;
	left: 0px;
	bottom: 21px;
	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;
		cursor: pointer;
		overflow: hidden;
	resize: none;
	font-family: "Microsoft Yahei";
}
.footer .item .left span a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footer .item .left span a:hover .QQhover{
	display: inline-block;
}
.copyright {
	font-size: 12px;
	line-height: 22px;
	color: #838383;
	border-top: 1px solid #444444;
	margin-top: 10px;
	padding: 15px 0;
	display: inline-block;
}
.copyright img{
	margin: 1px 8px 0 0px;
	vertical-align: top;
}
ul.footImg {
	width: 730px;
	height: 43px;
	margin-bottom: 24px;
	overflow: hidden;
}
ul.footImg li {
	width: 122px;
	float: left;
}
ul.footImg li a {
	width: 110px;
	height: 43px;
	display: block;
}
ul.footImg li:last-child {
	width: 110px;
}
ul.footImg li:nth-child(1) a{
	background: url(https://www.gkzhan.com/Images/child/version/2022/copyright.png) no-repeat 0 0;
}
ul.footImg li:nth-child(2) a{
	background: url(https://www.gkzhan.com/Images/child/version/2022/copyright.png) no-repeat -122px 0;
}
ul.footImg li:nth-child(3) a{
	background: url(https://www.gkzhan.com/Images/child/version/2022/copyright.png) no-repeat -244px 0;
}
ul.footImg li:nth-child(4) a{
	background: url(https://www.gkzhan.com/Images/child/version/2022/copyright.png) no-repeat -488px 0;
}
ul.footImg li:nth-child(5) a{
	background: url(https://www.gkzhan.com/Images/child/version/2022/copyright.png) no-repeat -610px 0;
}
/* rightBar */
.rightBar {
	position: fixed;
	right: 45px;
	top: 138px;
	background-color: #fff;
	width: 54px;
	text-align: center;
	z-index: 999;
	border: 1px solid #e6e6e6;
}
.rightBar .box {
	position: relative;
}
.rightBar .box > a {
	display: block;
	height: 60px;
	padding-top: 12px;
	box-sizing: border-box;
	font-size: 12px;
	color: #333;
	position: relative;
}
.rightBar .box > a::after {
	content: "";
	clear: both;
	position: absolute;
	left: -10px;
	top: 0;
	right: 0;
	bottom: 0;
}
.rightBar .box > a:hover {
	color: #fff;
	background-color: #1668c5;
}
.rightBar .box > a i {
	display: block;
	margin: 0 auto;
	font-size: 20px;
	margin-bottom: 7px;
}

.rightBar div > a.focus {
	color: #fff;
	background-color: #1668c5;
}
.rightBar .box > a.focus i {
	background: url(https://www.gkzhan.com/images/Product/Version/2020/rightIcon2.png) no-repeat 0 0;;
}
.rightBar .service:hover .serviceBox {
	display: block;
}
.comBox ul li.add a {
	color: #999;
	margin-top: 34px;
	display: block;
}
.comBox ul li.add a i {
	width: 27px;
	height: 27px;
	display: inline-block;
	line-height: 27px;
	color: #999;
	background: url(https://www.gkzhan.com/images/products/version/2022/proCompla.png) no-repeat 0 -83px;
	margin-bottom: 10px;
}
.comBox {
	position: absolute;
	top: 0;
	display: block;
	right: 65px;
	z-index: 999;
	width: 116px;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	box-shadow: 0px 0px 7px 0px rgba(151, 133, 106, 0.21);
	display: none;
}
.comBox h2 {
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1668c5;
    font-size: 12px;
    padding: 0px 8px;
}
.comBox h2 i {
	position: absolute;
	top: 8px;
	right: 8px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	line-height: 1;
}
.comBox p.title {
	height: 32px;
	line-height: 32px;
	color:#fff;
	background:#1668c5;
	font-size: 12px;
	padding: 0 8px;
	width: 92px;
}
.comBox p.title a {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    right: 8px;
}
.comBox ul li {
	border: 1px solid transparent;
	border-bottom-color: #e4e4e4;
	text-align: center;
	position: relative;
	height: 116px;
}
.comBox ul li .comPro {
	padding-top: 13px;
}
.comBox ul li img {
	max-width: 68px;
	max-height: 51px;
}
.comBox ul li.add {
	height: 114px;
}
.comBox ul li p a {
    color: #333;
	text-align: left;
	padding: 0px 10px;
	display: block;
}
.comBox ul li p a:hover {
	color: #1668c5;
}
.comBox ul li p {
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
	margin-top: 13px;
	margin-bottom: 8px;
}
.comBox .btn {
	height: 55px;
}
.comBox .btn a {
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background: #1668c5;
	text-align: center;
	margin: 6px auto 0 auto;
	border-radius: 2px;
}
.comBox .btn a.empty {
	background-color: #fff;
	color: #1668c5;
	display: inline;
	line-height: 22px;
	margin: 0;
}
.comBox ul li a.close {
	display: none;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -1px;
	right: -1px;
	line-height: 18px;
	background: #1668c5 url("http://public.mtnets.com/Images/public/closed.png") no-repeat center;
	background-size: 10px auto;
}
.comBox ul li.pro:hover{
	border: 1px dashed #1668c5;
}
.comBox ul li.pro:hover a.close{
	display: block;
	cursor: pointer;
}
.comBox ul li.pro:hover a.close i {
	font-size: 12px;
	color: #fff;
}
.gotoTop {
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	color: #333;
	display: block;
}
.gotoTop:hover {
	background-color: #1668c5;
	color: #fff;
}
.serviceBox {
	padding: 0 18px;
	position: absolute;
	top: 0;
	right: 65px;
	box-shadow: 0px 0px 7px 0px rgba(151, 133, 106, 0.21);
	width: 180px;
	box-sizing: border-box;
	display: none;
	background-color: #fff;
	z-index: 9999;
}
.serviceBox li {
	border-bottom: 1px dashed #e6e6e6;
	font-size: 14px;
	text-align: left;
	padding: 20px 0 20px 30px;
	background: url(https://www.gkzhan.com/images/products/version/2022/kefu.png) no-repeat 0 20px;
}
.serviceBox li:last-child {
	border-bottom: 0;
}
.serviceBox li span {
	display: block;
	color: #999;
	margin-top: 5px;
}
.serviceBox li a {
	display: block;
	width: 84px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #1668c5;
	color: #fff;
	border-radius: 6px;
	margin-top: 15px;
}
.cooperation{
	position: absolute;
	right: 50px;
	top: 0px;
	display: none;
	padding-right: 15px;
}
.cooperation-item{
	background: url(../../images/tech2018/cooperation-bg.png) no-repeat;
	background-size: 100% 100%;
	width: 410px;
  	border-radius: 6px;
  	overflow: hidden;
}
.cooperation-top{
	padding: 32px 26px 0;
}
.cooperation-top b{
	font-size: 24px;
	color: #945d56;
	display: block;
}
.cooperation-top ul{
	padding-top: 8px;
}
.cooperation-top li{
	padding: 17px 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #eeeeee;
}
.cooperation-top li:last-child{
	border: 0;
}
.cooperation-top li span{
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	display: block;
}
.cooperation-bot{
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #999;
	background-color: #f5f5f5;
	text-align: center;
}
.cooperation-bot1 {
	width: 518px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.cooperation-bot1 .item {
	float: left;
	width: 33.3%;
}
.cooperation-bot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
}
.cooperation-bot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.cooperation-bot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.cooperation-bot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}

@media only screen and (min-width:1920px){
	.w,.main{
		width: 1560px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w,.main{
		width: 1412px;
	}
    .public-bot li .com a {
    	max-width: 112px;
    }
    .public-bot li .com i {
    	font-size: 10px;
    }
    .public-bot li .com {
    	line-height: 18px;
    	height: 18px;
    	margin-top: 6px;
    }
	.top {
		padding: 16px 0;
	}
	.top .logo {
		height: 60px;
	}
	.searchBox {
		width: 626px;
		margin: 13px 0 0 64px;
		height: 46px;
	}
	.search {
		height: 42px;
	}
	.search input {
		width: 454px;
		height: 42px;
	}
	.searchSelect {
		width: 70px;
		height: 42px;
	}
	.searchSelectTop p {
		font-size: 14px;
		text-indent: 12px;
	}
	.searchSelectTop i {
		right: 9px;
		top: 13px;
	}
	.searchSelectBot {
		top: 42px;
	}
	.search button {
		width: 98px;
		height: 42px;
	}
	.top .btnBox a {
		width: 126px;
		height: 46px;
		line-height: 44px;
	}
	.top .btnBox a i {
		margin: 13px 6px 0 0;
		font-size: 20px;
	}

	.nav p {
		height: 47px;
		line-height: 47px;
	}
	.nav p a {
		font-size: 18px;
		padding: 0 58px;
	}
	.product-classify {
		width: 217px;
		margin-right: 9px;
	}
	.classify-title span::before, .classify-title span::after {
		width: 16px;
	}
	.classify-title span {
		line-height: 33px;
		height: 35px;
		font-size: 16px;
	}
	.nav p a.focus span::before {
		bottom: -2px;
		width: 51px;
		height: 7px;
	}
	.class-a .name {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.class-a .text a {
		font-size: 13px;
		margin-right: 8px;
	}
	.class-a .text {
		margin-top: 10px;
		line-height: 14px;
	}
	.class-a {
		padding: 20px 8px 20px 20px;
	}
	.class-a .icon {
		width: 3px;
		height: 11px;
		left: 14px;
		top: 22px;
	}

	.product-classify li .class-b {
		width: 918px;
        max-height: 541px;
	}
    .product-classify li.hover::after {
        width: 918px;
        height: 541px;
    }
	.part1 .news-adv li .text p {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
	}
	.part1 .news-adv li .text .content {
		margin-top: 12px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.part1 .news-adv li .text .btn a {
		height: 29px;
		line-height: 27px;
		padding: 0 13px;
		font-size: 13px;
	}
	.part1 .news-adv li .text .btn {
		margin-top: 14px;
	}
	.part1 .news-adv li .text {
		padding: 17px;
	}
	.part1 .news-adv li .item {
		margin-right: 9px;
		margin-top: 9px;
	}
	.part1 .news-adv ul {
		margin-right: -9px;
	}
	.part1 {
		margin-top: 15px;
	}
	.part1 .news {
		width: 909px;
		margin-right: 9px;
	}
	.part1 .briefingLive {
		width: 683px;
		height: 384px;
		margin-right: 9px;
	}
	.part1 .briefingLive .image{
		height: 384px;
	}
	.part1 .briefingLive p {
		padding: 76px 12px 13px 84px;
	}
	.part1 .briefingLive p mark {
		left: 10px;
		top: 76px;
		height: 28px;
		line-height: 28px;
		padding: 0px 7px;
		font-size: 13px;
	}
	.part1 .briefingLive p mark i {
		height: 15px;
		width: 15px;
		margin: 7px 4px 0 0;
	}
	.part1 .briefingLive p a {
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}
	.part1 .briefingRight li {
		margin-top: 9px;
	}
	.part1 .briefingRight li a {
		height: 122px;
	}
	.part1 .proShow {
		margin-top: 9px;
	}
	.proShow li .image {
		width: 71px;
		height: 71px;
		margin-right: 12px;
	}
	.proShow li {
		padding: 10px 18px 10px 10px;
	}
	.part1 .login .message {
		padding: 16px 18px;
		line-height: 50px;
		font-size: 14px;
	}
	.part1 .login .message .image {
		width: 50px;
		height: 50px;
	}
	.part1 .login .loginIndex {
		padding: 20px 18px 0;
	}
	.part1 .login .sign {
		padding-bottom: 20px;
	}
	.part1 .login .sign a {
		height: 35px;
		line-height: 35px;
	}
	.part1 .login .btnArr {
		margin: 20px -8px 0;
	}
	.part1 .login .btnArr a {
		padding: 0 8px;
	}
	.part1 .login .btnArr span {
		width: 40px;
		height: 23px;
	}
	.part1 .login .btnArr span i {
		height: 23px;
	}
	.part1 .login .btnArr a:nth-child(1) span i {
		width: 21px;
	}
	.part1 .login .btnArr a:nth-child(2) span i {
		width: 26px;
	}
	.part1 .login .btnArr a:nth-child(3) span i{
		width: 23px;
	}
	.part1 .login .btnArr a p {
		margin-top: 11px;
	}
	.part1 .login .vxImg {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.part1 .login .vxImg img {
		height: 58px;
		width: 58px;
		margin: 0 auto 8px;
	}
	.shop-notice {
		padding: 18px 18px 18px;
	}
	.shop-notice li {
		margin-top: 15px;
	}
	.part2 .part-item {
		padding: 18px 14px 22px;
		width: 342px;
		margin-right: 15px;
	}
	.part2 .part-item .title {
		padding-left: 8px;
		height: 23px;
	}
	.part2 .part-item .new-pro {
		margin-top: 28px;
		padding: 10px 40px 13px;
	}
	.new-pro-swiper .image {
		height: 118px;
	}
	.new-pro-swiper .text p {
		margin-top: 12px;
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.new-pro-swiper .text .price {
		margin-top: 14px;
		padding-right: 76px;
		height: 28px;
		line-height: 28px;
	}
	.new-pro-swiper .text .price b {
		font-size: 18px;
	}
	.new-pro-swiper .text .price b i {
		font-size: 13px;
	}
	.new-pro-swiper .text .del {
		margin-left: 8px;
		font-size: 13px;
	}
	.new-pro-swiper .text .buy {
		line-height: 22px;
		height: 26px;
		font-size: 13px;
		padding: 0 10px;
	}
	.new-pro-swiper .swiper-slide {
		padding: 4px 12px 12px;
	}
	.part2 .part-item .list {
		padding: 0 6px;
		margin-top: 26px;
	}
	.part2 .part-item .list li .image {
		width: 88px;
		height: 60px;
		margin-right: 8px;
	}
	.part2 .part-item .list li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part2 .part-item .list li .text .price {
		margin-top: 7px;
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.part2 .part-item .list li .text .price i {
		font-size: 13px;
	}
	.part2 .part-item .list li .text .del {
		margin-top: 7px;
	}
	.part2 .right .title {
		padding: 17px 20px 0;
	}
	.buy-tab a.focus {
		font-size: 22px;
	}
	.buy-tab a {
		font-size: 20px;
		padding: 0 24px;
		line-height: 24px;
	}
	.buy-tab a span::before {
		left: -3px;
		height: 7px;
	}
	.buy-tab a.focus span::before {
		width: 51px;
	}
	.buy-tab a::after {
		height: 19px;
	}
	.buy-bot li {
		padding: 18px;
	}
	.buy-bot ul {
		padding: 0 20px;
	}
	.buy-bot li p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.buy-bot li .city {
		margin-top: 13px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.buy-bot li .time {
		margin-top: 13px;
		font-size: 12px;
	}
	.buy-bot li .btn a {
		padding: 0 14px;
		font-size: 12px;
		height: 26px;
		line-height: 22px;
	}
	.buy-bot {
		margin-top: 10px;
		height: 294px;
		padding-top: 19px;
	}
	.public-title {
		margin-top: 36px;
	}
	.public-title b {
		font-size: 100px;
		top: -34px;
	}
	.public-title .name p i {
		height: 29px;
		width: 7px;
		margin-right: 10px;
		margin-top: 3px;
	}
	.public-title .name p {
		font-size: 29px;
	}
	.public-title .name .word {
		margin-top: 6px;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.public-tab a {
		font-size: 14px;
		margin-right: 10px;
		min-width: 92px;
		height: 38px;
		line-height: 38px;
		padding: 0 9px;
	}
	.public-tab a::after {
		border-radius: 6px;
	}
	.main-right {
		width: 280px;
		margin-left: 14px;
		height: 502px;
	}
	.main-right .title img {
		width: 100px;
	}
	.main-right::after {
		top: -12px;
		width: 155px;
		height: 109px;
	}
	.main-right .title {
		line-height: 48px;
		height: 48px;
		width: 144px;
	}
	.main-right .brand-list {
		margin: 0 10px;
		padding: 12px 8px;
	}
	.bot-left {
		width: 374px;
		padding: 14px;
	}
	.main-left {
		height: 502px;
	}
	.bot-left .image i {
		width: 58px;
		height: 58px;
	}
	.bot-left .top-box .text {
		padding: 13px 14px;
	}
	.bot-left .top-box .text p {
		font-size: 15px;
		line-height: 22px;
		height: 44px;
	}
	.bot-left .top-box .text span {
		line-height: 20px;
		font-size: 14px;
		height: 40px;
		margin-top: 8px;
	}
	.bot-left .bottom-box {
		margin-top: 14px;
	}
	.bot-left .bottom-box li .text p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 6px;
	}
	.public-bot li p {
		font-size: 14px;
		height: 40px;
		line-height: 20px;
	}
	.public-bot li span {
		font-size: 16px;
		margin-top: 8px;
	}
	.public-bot li {
		padding: 0 12px 16px;
	}
	.public-bot li .image {
		height: 151px;
		line-height: 151px;
	}
	.brand-main .main {
		padding: 28px 19px 26px;
	}
	.brand-main .title {
		font-size: 33px;
	}
	.brand-main .title i {
		width: 29px;
		height: 34px;
		margin-left: 6px;
		margin-top: -12px;
	}
	.brand-main .title span::after {
		left: -9px;
		bottom: -7px;
		height: 14px;
	}
	.brand-main .list .item {
		margin-top: 18px;
		margin-right: 18px;
	}
	.brand-main .list ul {
		margin-top: -18px;
		margin-right: -18px;
	}
	.brand-main .list {
		margin-top: 24px;
	}
	.brand-main {
		margin-top: 22px;
	}
	.link {
		margin-top: 22px;
	}
	.link .main {
		padding: 18px;
	}
	.link-box li {
		margin-right: 36px;
		font-size: 14px;
		margin-top: 12px;
	}
	.link-box ul {
		margin-right: -36px;
		margin-top: -12px;
	}
	.link-box {
		margin-top: 20px;
	}

}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w,.main{
		width: 1252px;
	}
    .public-bot li .com a {
    	max-width: 94px;
    }
    .public-bot li .com i {
    	font-size: 10px;
    }
    .public-bot li .com {
    	line-height: 18px;
    	height: 18px;
    	margin-top: 5px;
    }
	.top {
		padding: 13px 0;
	}
	.top .logo {
		height: 52px;
	}
	.searchBox {
		width: 555px;
		margin: 4px 0 0 52px;
		height: 44px;
	}
	.search {
		height: 40px;
	}
	.search input {
		width: 403px;
		height: 40px;
		font-size: 14px;
		text-indent: 10px;
	}
	.searchSelect {
		width: 64px;
		height: 40px;;
	}
	.searchSelectTop p {
		font-size: 14px;
		text-indent: 10px;
	}
	.searchSelectTop i {
		right: 5px;
		top: 13px;
		font-size: 18px;
	}
	.search button {
		width: 84px;
		height: 40px;
		font-size: 17px;
	}
	.searchSelectBot {
		top: 40px;
	}
	.searchSelectBot li {
		line-height: 24px;
	}
	.top .btnBox {
		margin-top: 6px;
	}
	.top .btnBox a {
		width: 112px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}
	.top .btnBox a i {
		margin: 10px 5px 0 0;
		font-size: 18px;
	}

	.nav p {
		height: 42px;
		line-height: 42px;
	}
	.nav p a {
		font-size: 17px;
		padding: 0 48px;
	}
	.classify-title span {
		line-height: 32px;
		height: 32px;
		font-size: 14px;
	}
	.classify-title span::before, .classify-title span::after {
		width: 16px;
		height: 9px;
	}
	.classify-title span::before {
		left: 3px;
	}
	.classify-title span::after {
		right: 3px;
	}
	.product-classify {
		width: 192px;
		margin-right: 8px;
	}


	.class-a .name {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.class-a .text a {
		font-size: 12px;
		margin-right: 6px;
	}
	.class-a .text {
		margin-top: 8px;
		line-height: 14px;
	}
	.class-a .icon {
		width: 3px;
		height: 11px;
		left: 14px;
		top: 19px;
	}
	.class-a {
		padding: 16px 8px 16px 18px;
	}
	.product-classify li .class-b {
		width: 806px;
		padding: 12px 16px 0px 12px;
        max-height: 478px;
	}
    .product-classify li.hover::after {
        width: 806px;
        height: 478px;
    }
	.part1 .news-adv li .item {
		margin-right: 8px;
		margin-top: 8px;
	}
	.part1 .news-adv ul {
		margin-right: -8px;
	}
	.part1 .news-adv li .text {
		padding: 18px;
	}
	.part1 .news-adv li .text p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.part1 .news-adv li .text .content {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part1 .news-adv li .text .btn {
		margin-top: 14px;
	}
	.part1 .news-adv li .text .btn a {
		height: 28px;
		line-height: 26px;
		padding: 0 12px;
		font-size: 12px;
	}
	.part1 .news {
		width: 798px;
		padding: 0;
		margin-right: 8px;
	}
	.part1 .briefingLive {
		width: 606px;
		height: 340px;
		margin-right: 8px;
	}
	.part1 .briefingLive .image{
		height: 340px;
	}
	.part1 .briefingLive p {
		padding: 76px 12px 13px 84px;
	}
	.part1 .briefingLive p mark {
		left: 10px;
		top: 76px;
		height: 28px;
		line-height: 28px;
		padding: 0px 7px;
		font-size: 13px;
	}
	.part1 .briefingLive p mark i {
		height: 14px;
		width: 14px;
		margin: 7px 3px 0 0;
	}
	.part1 .briefingLive p a {
		height: 28px;
		line-height: 28px;
		font-size: 17px;
	}
	.part1 .briefingRight li {
		margin-top: 8px;
	}
	.part1 .briefingRight li a {
		height: 108px;
	}
	.part1 .briefingRight li mark {
		top: 7px;
		right: 7px;
		height: 24px;
		line-height: 24px;
		padding: 0 9px;
		font-size: 13px;
	}
	.part1 .briefingRight li mark i {
		height: 14px;
		width: 14px;
		margin: 6px 3px 0 0;
	}
	.part1 .briefingRight li span i {
		font-size: 46px;
	}
	.part1 .proShow {
		margin-top: 8px;
	}
	.proShow li .image {
		width: 66px;
		height: 66px;
		margin-right: 8px;
	}
	.proShow li .text {
		padding-top: 10px;
	}
	.proShow li .text p {
		line-height: 18px;
		height: 18px;
		font-size: 14px;
	}
	.proShow li .text span {
		margin-top: 10px;
		line-height: 20px;
		font-size: 16px;
	}
	.proShow li {
		padding: 7px 14px 7px 9px;
	}
	.part1 .login .message .image {
		width: 44px;
		height: 44px;
		margin-right: 8px;
	}
	.part1 .login .message {
		padding: 16px 15px;
		line-height: 44px;
		font-size: 13px;
	}
	.part1 .login .loginIndex {
		padding: 18px 16px 0;
	}
	.part1 .login .sign {
		padding-bottom: 18px;
	}
	.part1 .login .sign a {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		width: calc(50% - 5px);
	}
	.part1 .login .btnArr {
		margin: 18px -7px 0;
	}
	.part1 .login .btnArr a {
		padding: 0 7px;
	}
	.part1 .login .btnArr span {
		width: 40px;
		height: 20px;
	}
	.part1 .login .btnArr span i {
		height: 20px;
	}
	.part1 .login .btnArr a:nth-child(1) span i{
		width: 18px;
	}
	.part1 .login .btnArr a:nth-child(2) span i{
		width: 24px;
	}
	.part1 .login .btnArr a:nth-child(3) span i{
		width: 20px;
	}
	.part1 .login .btnArr a p {
		margin-top: 10px;
		font-size: 12px;
	}
	.part1 .login .vxImg {
		margin-top: 18px;
		padding-bottom: 18px;
	}
	.part1 .login .vxImg span {
		font-size: 13px;
	}
	.part1 .login .vxImg img {
		height: 52px;
		width: 52px;
		margin: 0 auto 5px;
	}
	.shop-notice {
		padding: 16px 16px 16px;
	}
	.shop-notice h2 {
		height: 18px;
		line-height: 18px;
	}
	.shop-notice h2 b {
		font-size: 15px;
	}
	.shop-notice h2 .more {
		line-height: 18px;
	}
	.shop-notice li {
		margin-top: 11px;
	}
	.part2 {
		margin-top: 13px;
	}
	.part2 .part-item {
		padding: 18px 14px 20px;
		width: 303px;
		margin-right: 12px;
	}
	.part2 .part-item .title {
		padding-left: 6px;
		height: 21px;
	}
	.part2 .part-item .new-pro {
		margin-top: 24px;
		padding: 9px 33px 12px;
	}
	.new-pro-swiper .image {
		height: 106px;
	}
	.new-pro-swiper .text p {
		margin-top: 12px;
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.new-pro-swiper .text .price {
		margin-top: 14px;
		padding-right: 76px;
		height: 28px;
		line-height: 28px;
	}
	.new-pro-swiper .text .price b {
		font-size: 17px;
	}
	.new-pro-swiper .text .price b i {
		font-size: 12px;
	}
	.new-pro-swiper .text .del {
		margin-left: 4px;
		font-size: 12px;
	}
	.new-pro-swiper .text .buy {
		line-height: 22px;
		height: 26px;
		font-size: 13px;
		padding: 0 10px;
	}
	.new-pro-swiper .swiper-slide {
		padding: 4px 10px 10px;
	}
	.part2 .part-item .list {
		padding: 0 4px;
		margin-top: 24px;
	}
	.part2 .part-item .list li .image {
		width: 78px;
		height: 60px;
		margin-right: 8px;
	}
	.part2 .part-item .list li {
		margin-top: 29px;
	}
	.part2 .part-item .list li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part2 .part-item .list li .text .price {
		margin-top: 7px;
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.part2 .part-item .list li .text .price i {
		font-size: 13px;
	}
	.part2 .part-item .list li .text .del {
		margin-top: 7px;
	}
	.part2 .right .title {
		padding: 17px 16px 0;
	}
	.buy-tab a.focus {
		font-size: 20px;
	}
	.buy-tab a {
		font-size: 18px;
		padding: 0 23px;
		line-height: 22px;
	}
	.buy-tab a span::before {
		left: -3px;
		height: 7px;
	}
	.buy-tab a.focus span::before {
		width: 51px;
	}
	.buy-tab a::after {
		height: 19px;
	}
	.buy-bot li {
		padding: 15px;
	}
	.buy-bot ul {
		padding: 0 18px;
	}
	.buy-bot li p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.buy-bot li .city {
		margin-top: 12px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.buy-bot li .time {
		margin-top: 12px;
		font-size: 12px;
	}
	.buy-bot li .btn {
		margin-top: 12px;
	}
	.buy-bot li .btn a {
		padding: 0 14px;
		font-size: 12px;
		height: 26px;
		line-height: 22px;
	}
	.buy-bot {
		margin-top: 10px;
		height: 272px;
		padding-top: 19px;
	}
	.public-title {
		margin-top: 34px;
	}
	.public-title b {
		font-size: 88px;
		top: -34px;
	}
	.public-title .name p i {
		height: 26px;
		width: 6px;
		margin-right: 7px;
		margin-top: 3px;
	}
	.public-title .name p {
		font-size: 26px;
	}
	.public-title .name .word {
		margin-top: 6px;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.public-tab a {
		font-size: 13px;
		margin-right: 8px;
		min-width: 88px;
		height: 34px;
		line-height: 34px;
		padding: 0 7px;
	}
	.public-tab p::before {
		top: -3px;
	}
	.public-tab a::after {
		border-radius: 6px;
	}
	.main-right {
		width: 247px;
		margin-left: 13px;
		height: 450px;
	}
	.main-right .title img {
		width: 89px;
	}
	.main-right::after {
		top: -12px;
		width: 137px;
		height: 97px;
	}
	.main-right .title {
		line-height: 42px;
		height: 42px;
		width: 122px;
	}
	.main-right .brand-list {
		margin: 0 9px;
		padding: 12px 8px;
	}
	.bot-left {
		width: 332px;
		padding: 12px;
	}
	.main-left {
		height: 450px;
	}
	.bot-left .image i {
		width: 52px;
		height: 52px;
	}
	.bot-left .top-box .text {
		padding: 12px 12px;
	}
	.bot-left .top-box .text p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.bot-left .top-box .text span {
		line-height: 18px;
		font-size: 12px;
		height: 36px;
		margin-top: 8px;
	}
	.bot-left .bottom-box {
		margin-top: 13px;
	}
	.bot-left .bottom-box li .item {
		margin-right: 13px;
	}
	.bot-left .bottom-box .image i {
		width: 22px;
		height: 22px;
		left: 8px;
		bottom: 8px;
	}
	.bot-left .bottom-box ul {
		margin-right: -13px;
	}
	.bot-left .bottom-box li .text p {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
		margin-top: 6px;
	}
	.public-bot li p {
		font-size: 13px;
		height: 36px;
		line-height: 18px;
	}
	.public-bot li span {
		font-size: 15px;
		margin-top: 8px;
	}
	.public-bot li {
		padding: 0 12px 15px;
	}
	.public-bot li .image {
		height: 131px;
		line-height: 131px;
	}
	.brand-main .main {
		padding: 25px 17px 22px;
	}
	.brand-main .title {
		font-size: 29px;
	}
	.brand-main .title i {
		width: 27px;
		height: 31px;
		margin-left: 6px;
		margin-top: -12px;
	}
	.brand-main .title span::after {
		left: -9px;
		bottom: -6px;
		height: 12px;
	}
	.brand-main .list .item {
		margin-top: 15px;
		margin-right: 15px;
	}
	.brand-main .list ul {
		margin-top: -15px;
		margin-right: -15px;
	}
	.brand-main .list {
		margin-top: 22px;
	}
	.brand-main {
		margin-top: 19px;
	}
	.link {
		margin-top: 19px;
	}
	.link .main {
		padding: 18px;
	}
	.link-box li {
		margin-right: 36px;
		font-size: 14px;
		margin-top: 12px;
	}
	.link-box ul {
		margin-right: -36px;
		margin-top: -12px;
	}
	.link-box {
		margin-top: 20px;
	}
	.link .title span {
		font-size: 18px;
	}

	.footer .item .footer-code li .code {
		width: 100px;
		height: 100px;
	}
	.footer .item .footer-code li {
		padding-left: 50px;
	}
	.copyright {
		font-size: 12px;
		line-height: 20px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 42px;
	}
	 ul.footImg {
		width: 690px;
		height: 37px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 104px;
		height: 37px;
	}
	ul.footImg li a {
		width: 92px;
		height: 37px;
	}
	.rightBar {
		right: 20px;
	}

}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w,.main{
		width: 1180px;
	}
    .public-bot li .com a {
    	max-width: 88px;
    }
    .public-bot li .com i {
    	font-size: 10px;
    }
    .public-bot li .com {
    	line-height: 18px;
    	height: 18px;
    	margin-top: 4px;
    }
	.top {
		padding: 13px 0;
	}
	.top .logo {
		height: 48px;
	}
	.searchBox {
		width: 523px;
		margin: 4px 0 0 49px;
		height: 38px;
	}
	.search {
		height: 34px;
	}
	.search input {
		width: 380px;
		height: 34px;
		font-size: 13px;
		text-indent: 8px;
	}
	.searchSelect {
		width: 58px;
		height: 34px;
	}
	.searchSelectTop p {
		font-size: 13px;
		text-indent: 8px;
	}
	.searchSelectTop i {
		right: 4px;
		top: 10px;
		font-size: 18px;
	}
	.searchSelectBot {
		top: 34px;
	}
	.searchSelectBot li {
		text-indent: 13px;
		line-height: 24px;
	}
	.search button {
		width: 81px;
		height: 34px;
		font-size: 15px;
	}
	.top .btnBox {
		margin-top: 4px;
	}
	.top .btnBox a {
		width: 108px;
		height: 38px;
		line-height: 36px;
		font-size: 14px;
	}
	.top .btnBox a i {
		margin: 10px 4px 0 0;
		font-size: 17px;
	}

	.nav p {
		height: 39px;
		line-height: 39px;
	}
	.nav p a {
		font-size: 15px;
		padding: 0 47px;
	}
	.product-classify {
		width: 181px;
		margin-right: 7px;
	}

	.class-a .name {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.class-a .text a {
		font-size: 12px;
		margin-right: 3px;
	}
	.class-a .text {
		margin-top: 5px;
		line-height: 14px;
	}
	.class-a {
		padding: 16px 6px 16px 18px;
	}
	.class-a .icon {
		width: 3px;
		height: 10px;
		left: 15px;
		top: 19px;
	}
	.product-classify ul {
		padding: 6px 0;
	}

	.product-classify li .class-b {
		width: 767px;
		padding: 10px 15px 0px 10px;
        max-height: 454px;
	}
    .product-classify li.hover::after {
        width: 767px;
        height: 454px;
    }
	.product-classify li .class-b .item {
		margin-bottom: 12px;
	}
	.product-classify li .class-b .item span {
		font-size: 14px;
		padding-bottom: 6px;
		line-height: 19px;
	}
	.product-classify li .class-b .item p {
		font-size: 13px;
		margin-top: 6px;
		line-height: 20px;
		margin-left: -8px;
	}
	.product-classify li .class-b .item p a {
		height: 20px;
		padding: 0 8px;
	}
	.classify-title span {
		line-height: 28px;
		height: 28px;
		font-size: 14px;
	}
	.classify-title span::before, .classify-title span::after {
		width: 15px;
		height: 8px;
	}
	.part1 .news {
		width: 760px;
	}
	.part1 .briefingLive {
		width: 578px;
		height: 323px;
		margin-right: 7px;
	}
	.part1 .briefingLive .image{
		height: 323px;
	}
	.part1 .briefingLive p {
		padding: 70px 7px 8px 80px;
	}
	.part1 .briefingLive p a {
		height: 26px;
		line-height: 26px;
		font-size: 17px;
	}
	.part1 .briefingLive p mark {
		left: 8px;
		top: 70px;
		height: 26px;
		line-height: 26px;
		padding: 0 5px;
		font-size: 13px;
	}
	.part1 .news-adv ul {
		margin-right: -7px;
	}
	.part1 .news-adv li .item {
		margin-right: 7px;
		margin-top: 7px;
	}
	.part1 .news-adv li .text {
		padding: 14px;
	}
	.part1 .news-adv li .text p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.part1 .news-adv li .text .content {
		margin-top: 8px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part1 .news-adv li .text .btn {
		margin-top: 12px;
	}
	.part1 .news-adv li .text .btn a {
		height: 28px;
		line-height: 26px;
		padding: 0 12px;
		font-size: 12px;
	}
	.part1 {
		margin-top: 10px;
	}
	.part1 .briefingLive p mark i {
		height: 13px;
		width: 13px;
		margin: 7px 2px 0 0;
	}
	.part1 .briefingRight li mark {
		top: 6px;
		right: 6px;
		height: 22px;
		line-height: 22px;
		padding: 0 4px;
		font-size: 12px;
	}
	.part1 .briefingRight li mark i {
		height: 14px;
		width: 14px;
		margin: 4px 2px 0 0;
	}
	.part1 .briefingRight li {
		margin-top: 7px;
	}
	.part1 .briefingRight li a {
		height: 103px;
	}
	.part1 .briefingRight li span i {
		font-size: 42px;
	}
	.part1 .proShow {
		margin-top: 7px;
	}
	.proShow li .image {
		width: 64px;
		height: 64px;
		margin-right: 8px;
	}

	.proShow li .text {
		padding-top: 7px;
	}
	.proShow li .text p {
		line-height: 16px;
		height: 16px;
		font-size: 14px;
	}
	.proShow li .text span {
		margin-top: 10px;
		line-height: 18px;
		font-size: 16px;
	}
	.proShow li {
		width: 25%;
		padding: 5px 15px 5px 8px;
	}
	.proShow li::after {
		height: 40px;
	}
	.part1 .login .message {
		padding: 14px 14px;
		line-height: 42px;
		font-size: 12px;
	}
	.part1 .login .message .image {
		width: 42px;
		height: 42px;
		margin-right: 7px;
	}
	.part1 .login .loginIndex {
		padding: 18px 14px 0;
	}
	.part1 .login .sign {
		padding-bottom: 18px;
	}
	.part1 .login .sign a {
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		width: calc(50% - 4px);
	}
	.part1 .login .btnArr {
		margin: 18px -5px 0;
	}
	.part1 .login .btnArr a {
		padding: 0 5px;
	}
	.part1 .login .btnArr span {
		width: 34px;
		height: 19px;
	}
	.part1 .login .btnArr span i {
		height: 19px;
	}
	.part1 .login .btnArr a:nth-child(1) span i{
		width: 17px;
	}
	.part1 .login .btnArr a:nth-child(2) span i{
		width: 23px;
	}
	.part1 .login .btnArr a:nth-child(3) span i{
		width: 19px;
	}
	.part1 .login .btnArr a p {
		margin-top: 8px;
		font-size: 12px;
	}
	.part1 .login .vxImg {
		margin-top: 18px;
		padding-bottom: 18px;
	}
	.part1 .login .vxImg img {
		height: 48px;
		width: 48px;
		margin: 0 auto 7px;
	}
	.part1 .login .vxImg span {
		font-size: 12px;
	}
	.shop-notice {
		padding: 12px 16px 14px;
	}
	.shop-notice h2 {
		height: 20px;
		line-height: 20px;
	}
	.shop-notice h2 b {
		font-size: 14px;
	}
	.shop-notice h2 .more {
		line-height: 20px;
		font-size: 12px;
	}
	.shop-notice li a {
		font-size: 13px;
	}
	.shop-notice li {
		margin-top: 9px;
	}
	.part2 {
		margin-top: 13px;
	}
	.part2 .part-item {
		padding: 17px 12px 18px;
		width: 286px;
		margin-right: 12px;
	}
	.part2 .part-item .title {
		padding-left: 6px;
		height: 20px;
	}
	.part2 .part-item .new-pro {
		margin-top: 24px;
		padding: 9px 32px 12px;
	}
	.new-pro-swiper .image {
		height: 106px;
	}
	.new-pro-swiper .text p {
		margin-top: 12px;
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.new-pro-swiper .text .price {
		margin-top: 14px;
		padding-right: 76px;
		height: 28px;
		line-height: 28px;
	}
	.new-pro-swiper .text .price b {
		font-size: 17px;
	}
	.new-pro-swiper .text .price b i {
		font-size: 12px;
	}
	.new-pro-swiper .text .del {
		margin-left: 4px;
		font-size: 12px;
	}
	.new-pro-swiper .text .buy {
		line-height: 22px;
		height: 26px;
		font-size: 12px;
		padding: 0 8px;
	}
	.new-pro-swiper .swiper-slide {
		padding: 4px 10px 10px;
	}
	.part2 .part-item .list {
		padding: 0 4px;
		margin-top: 24px;
	}
	.part2 .part-item .list li .image {
		width: 78px;
		height: 60px;
		margin-right: 8px;
	}
	.part2 .part-item .list li {
		margin-top: 29px;
	}
	.part2 .part-item .list li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part2 .part-item .list li .text .price {
		margin-top: 7px;
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.part2 .part-item .list li .text .price i {
		font-size: 13px;
	}
	.part2 .part-item .list li .text .del {
		margin-top: 7px;
	}
	.part2 .right .title {
		padding: 15px 16px 0;
	}
	.buy-tab a.focus {
		font-size: 20px;
	}
	.buy-tab a {
		font-size: 18px;
		padding: 0 23px;
		line-height: 22px;
	}
	.buy-tab a span::before {
		left: -3px;
		height: 7px;
	}
	.buy-tab a.focus span::before {
		width: 51px;
	}
	.buy-tab a::after {
		height: 19px;
	}
	.buy-bot li {
		padding: 15px;
	}
	.buy-bot ul {
		padding: 0 18px;
	}
	.buy-bot li p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.buy-bot li .city {
		margin-top: 12px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.buy-bot li .time {
		margin-top: 12px;
		font-size: 12px;
	}
	.buy-bot li .btn {
		margin-top: 12px;
	}
	.buy-bot li .btn a {
		padding: 0 14px;
		font-size: 12px;
		height: 26px;
		line-height: 22px;
	}
	.buy-bot {
		margin-top: 10px;
		height: 270px;
		padding-top: 17px;
	}
	.public-title {
		margin-top: 34px;
	}
	.public-title b {
		font-size: 84px;
		top: -30px;
	}
	.public-title .name p i {
		height: 24px;
		width: 6px;
		margin-right: 6px;
		margin-top: 2px;
	}
	.public-title .name p {
		font-size: 24px;
	}
	.public-title .name .word {
		margin-top: 5px;
		font-size: 12px;
		letter-spacing: 1px;
	}
	.public-tab a {
		font-size: 12px;
		margin-right: 6px;
		min-width: 82px;
		height: 32px;
		line-height: 32px;
		padding: 0 5px;
	}
	.main-box {
		margin-top: 20px;
	}
	.public-tab p::before {
		top: -3px;
	}
	.public-tab a:first-child::before {
		left: -5px;
		width: 20px;
		height: 30px;
		top: 1px;
	}
	.public-tab a::after {
		border-radius: 6px;
	}
	.main-right {
		width: 233px;
		margin-left: 11px;
		height: 420px;
	}
	.main-right .title img {
		width: 89px;
	}
	.main-right::after {
		top: -12px;
		width: 137px;
		height: 97px;
	}
	.main-right .title {
		line-height: 42px;
		height: 42px;
		width: 122px;
	}
	.main-right .brand-list {
		margin: 0 9px;
		padding: 12px 8px;
	}
	.bot-left {
		width: 314px;
		padding: 12px;
	}
	.main-left {
		height: 420px;
	}
	.bot-left .image i {
		width: 52px;
		height: 52px;
	}
	.bot-left .top-box .text {
		padding: 10px;
	}
	.bot-left .top-box .text p {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
	}
	.bot-left .top-box .text span {
		line-height: 18px;
		font-size: 12px;
		height: 36px;
		margin-top: 6px;
	}
	.bot-left .bottom-box {
		margin-top: 13px;
	}
	.bot-left .bottom-box li .item {
		margin-right: 13px;
	}
	.bot-left .bottom-box .image i {
		width: 22px;
		height: 22px;
		left: 8px;
		bottom: 8px;
	}
	.bot-left .bottom-box ul {
		margin-right: -13px;
	}
	.bot-left .bottom-box li .text p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
		margin-top: 5px;
	}
	.public-bot li p {
		font-size: 12px;
		height: 32px;
		line-height: 16px;
	}
	.public-bot li span {
		font-size: 14px;
		margin-top: 8px;
	}
	.public-bot li {
		padding: 0 10px 13px;
	}
	.public-bot li .image {
		height: 123px;
		line-height: 123px;
	}
	.brand-main .main {
		padding: 25px 17px 22px;
	}
	.brand-main .title {
		font-size: 29px;
	}
	.brand-main .title i {
		width: 27px;
		height: 31px;
		margin-left: 6px;
		margin-top: -12px;
	}
	.brand-main .title span::after {
		left: -9px;
		bottom: -6px;
		height: 12px;
	}
	.brand-main .list .item {
		margin-top: 15px;
		margin-right: 15px;
	}
	.brand-main .list ul {
		margin-top: -15px;
		margin-right: -15px;
	}
	.brand-main .list {
		margin-top: 22px;
	}
	.brand-main {
		margin-top: 19px;
	}
	.link {
		margin-top: 19px;
	}
	.link .main {
		padding: 18px;
	}
	.link-box li {
		margin-right: 36px;
		font-size: 14px;
		margin-top: 12px;
	}
	.link-box ul {
		margin-right: -36px;
		margin-top: -12px;
	}
	.link-box {
		margin-top: 20px;
	}
	.link .title span {
		font-size: 17px;
	}
	.link .title .more {
		font-size: 12px;
	}

	.footer {
		margin-top: 30px;
		padding: 22px 0;
	}
	.footer-nav a {
		font-size: 14px;
		padding: 0 16px;
	}
	.footer p {
		font-size: 12px;
	}
	 .footer .item .footer-code {
		width: 360px;
	}
	.footer .item .footer-code li .code {
		width: 110px;
		height: 110px;
	}
	.footer .item .left p a {

		padding: 0 14px;
	}
	.footer .footer_img {
		width: 640px;
		height: 40px;
		margin: 13px auto 0;
	}
	.footer .footer_img li {
		width: 99px;
		height: 40px;
	}
	.footer .footer_img li a {
		height: 40px;
	}
	.rightBar{
		right: 10px;
	}
}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w,.main{
		width: 1010px;
	}
    .public-bot li .com a {
    	max-width: 65px;
    }
    .public-bot li .com i {
    	font-size: 10px;
    }
    .public-bot li .com {
    	line-height: 18px;
    	height: 18px;
    	margin-top: 4px;
    }
	#divLogin ul li {
		margin: 0 5px;
	}
	.header a {
		font-size: 12px;
	}
	.header p a {
		padding-right: 8px;
		margin-right: 8px;
	}
	.header p {
    	margin-right: 75px;
    }
	.Tophead li .ServiceTop {
		padding: 0 10px;
		font-size: 12px;
	}
	.top {
		padding: 22px 0;
	}
	.top .logo {
		height: 34px;
	}
	.searchBox {
		width: 448px;
		margin: 3px 0 0 70px;
		height: 32px;
		border: 1px solid #1668c5;
	}
	.search {
		height: 30px;
	}
	.search input {
		width: 325px;
		height: 30px;
		font-size: 12px;
		text-indent: 8px;
	}
	.searchSelect {
		width: 52px;
		height: 30px;
	}
	.searchSelectTop p {
		font-size: 12px;
		text-indent: 6px;
	}
	.searchSelectTop i {
		right: 4px;
		top: 9px;
		font-size: 15px;
	}
	.searchSelectBot li {
		text-indent: 11px;
		font-size: 12px;
		line-height: 22px;
	}
	.searchSelectBot {
		top: 30px;
	}
	.search button {
		width: 67px;
		height: 30px;
		font-size: 14px;
	}
	.top .btnBox {
		margin-top: 3px;
	}
	.top .btnBox a {
		width: 86px;
		height: 32px;
		line-height: 30px;
		font-size: 12px;
	}
	.top .btnBox a i {
		margin: 8px 4px 0 0;
		font-size: 15px;
	}

	.nav p {
		height: 34px;
		line-height: 34px;
	}
	.nav p a {
		font-size: 15px;
		padding: 0 39px;
	}
	.classify-title span {
		line-height: 24px;
		height: 25px;
		font-size: 14px;
	}
	.classify-title span::before, .classify-title span::after {
		width: 15px;
		height: 8px;
	}
	.classify-title span::before {
		left: 4px;
	}
	.classify-title span::after {
		right: 4px;
	}
	.product-classify {
		width: 156px;
		margin-right: 6px;
	}
	.class-a {
		padding: 13px 6px 13.6px 4px;
	}
	.class-a .name {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin: 0;
	}
	.class-a .text a {
		font-size: 12px;
		margin-right: 4px;
	}
	.class-a .text {
		margin-top: 2px;
		line-height: 14px;
	}
	.class-a .icon {
		width: 18px;
		height: 18px;
		left: 6px;
		display: none;
	}
	.part1 {
		margin-top: 10px;
	}
	.part1 .news-adv li .text {
		padding: 12px;
	}
	.part1 .news-adv li .text p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.part1 .news-adv li .text .content {
		margin-top: 8px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part1 .news-adv li .text .btn {
		margin-top: 12px;
	}
	.part1 .news-adv li .text .btn a {
		height: 28px;
		line-height: 26px;
		padding: 0 12px;
		font-size: 12px;
	}
	.product-classify li .class-b {
		width: 656px;
		padding: 8px 14px 0px 10px;
        max-height: 391px;
	}
    .product-classify li.hover::after {
        width: 656px;
        height: 391px;
    }
	.product-classify li .class-b .item {
		margin-bottom: 10px;
	}
	.product-classify li .class-b .item span {
		font-size: 13px;
		padding-bottom: 5px;
		line-height: 17px;
	}
	.product-classify li .class-b .item p {
		font-size: 12px;
		margin-top: 6px;
		line-height: 18px;
		margin-left: -6px;
	}
	.product-classify li .class-b .item p a {
		height: 18px;
		padding: 0 6px;
	}
	.part1 .news {
		width: 650px;
	}
	.part1 .briefingLive {
		width: 488px;
		height: 275px;
		margin-right: 6px;
	}
	.part1 .briefingLive p {
		padding: 60px 6px 6px 68px;
	}
	.part1 .briefingLive p mark {
		left: 6px;
		top: 60px;
		height: 24px;
		line-height: 24px;
		padding: 0 4px;
		font-size: 12px;
	}
	.part1 .briefingLive p mark i {
		height: 12px;
		width: 12px;
		margin: 6px 2px 0 0;
	}
	.part1 .briefingLive .image {
		height: 275px;
	}
	.part1 .briefingLive p a {
		height: 24px;
		line-height: 24px;
		font-size: 15px;
	}
	.part1 .briefingRight li {
		margin-top: 6px;
	}
	.part1 .briefingRight li a {
		height: 88px;
	}
	.part1 .briefingRight li span i {
		font-size: 32px;
	}
	.part1 .briefingRight li mark {
		top: 4px;
		right: 4px;
		height: 22px;
		line-height: 22px;
		padding: 0 5px;
		font-size: 12px;
	}
	.part1 .briefingRight li mark i {
		height: 13px;
		width: 13px;
		margin: 5px 2px 0 0;
	}
	.part1 .proShow {
		margin-top: 6px;
	}
	.proShow li::after {
		height: 40px;
	}
	.proShow li .image {
		width: 48px;
		height: 48px;
		margin-right: 4px;
	}
	.proShow li .text p {
		line-height: 16px;
		height: 16px;
		font-size: 12px;
	}
	.proShow li .text {
		padding-top: 6px;
	}
	.proShow li {
		padding: 7px 10px 7px 7px;
	}
	.proShow li .text span {
		margin-top: 10px;
		line-height: 18px;
		font-size: 14px;
	}
	.part1 .login .message {
		padding: 12px 4px;
		line-height: 32px;
		font-size: 12px;
	}
	.part1 .login .message .image {
		width: 32px;
		height: 32px;
		margin-right: 3px;
	}
	.part1 .login .loginIndex {
		padding: 16px 3px 0;
	}
	.part1 .login .sign {
		padding-bottom: 16px;
	}
	.part1 .login .sign a {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		width: calc(50% - 4px);
	}
	.part1 .login .btnArr {
		margin: 16px -5px 0;
	}
	.part1 .login .btnArr a {
		padding: 0 5px;
	}
	.part1 .login .btnArr span {
		width: 30px;
		height: 16px;
	}
	.part1 .login .btnArr span i {
		height: 16px;
	}
	.part1 .login .btnArr a:nth-child(1) span i{
		width: 14px;
	}
	.part1 .login .btnArr a:nth-child(2) span i{
		width: 20px;
	}
	.part1 .login .btnArr a:nth-child(3) span i{
		width: 16px;
	}
	.part1 .login .btnArr a p {
		margin-top: 8px;
		font-size: 12px;
	}
	.part1 .login .vxImg {
		margin-top: 16px;
		padding-bottom: 16px;
	}
	.part1 .login .vxImg span {
		font-size: 12px;
	}
	.part1 .login .vxImg img {
		height: 42px;
		width: 42px;
		margin: 0 auto 6px;
	}
	.shop-notice {
		padding: 4px 6px 6px;
	}
	.shop-notice h2 {
		height: 20px;
		line-height: 20px;
	}
	.shop-notice h2 b {
		font-size: 13px;
	}
	.shop-notice h2 .more {
		line-height: 20px;
		font-size: 12px;
	}
	.shop-notice li a {
		font-size: 12px;
		height: 16px;
		line-height: 16px;
	}
	.shop-notice li i {
		line-height: 16px;
		width: 30px;
		font-size: 12px;
	}
	.shop-notice li {
		margin-top: 9px;
	}
	.part2 {
		margin-top: 10px;
	}
	.part2 .part-item {
		padding: 14px 10px 15px;
		width: 245px;
		margin-right: 10px;
	}
	.part2 .part-item .title {
		padding-left: 6px;
		height: 18px;
	}
	.part2 .part-item .new-pro {
		margin-top: 21px;
		padding: 8px 24px 10px;
	}
	.new-pro-swiper .image {
		height: 86px;
	}
	.new-pro-swiper .text p {
		margin-top: 10px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.new-pro-swiper .text .price {
		margin-top: 12px;
		padding-right: 64px;
		height: 26px;
		line-height: 26px;
	}
	.new-pro-swiper .text .price b {
		font-size: 15px;
	}
	.new-pro-swiper .text .price b i {
		font-size: 12px;
	}
	.new-pro-swiper .text .del {
		margin-left: 4px;
		font-size: 12px;
	}
	.new-pro-swiper .text .buy {
		line-height: 22px;
		height: 24px;
		font-size: 12px;
		padding: 0 4px;
	}
	.new-pro .swiper-button-next, .new-pro .swiper-button-prev {
		width: 16px;
		height: 36px;
		margin-top: -18px;
		background-size: 8px 14px;
	}
	.new-pro-swiper .swiper-slide {
		padding: 4px 10px 10px;
	}
	.part2 .part-item .list {
		padding: 0 4px;
		margin-top: 21px;
	}
	.part2 .part-item .list li .image {
		width: 66px;
		height: 50px;
		margin-right: 8px;
	}
	.part2 .part-item .list li {
		margin-top: 27px;
	}
	.part2 .part-item .list li .text p {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.part2 .part-item .list li .text .price {
		margin-top: 4px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.part2 .part-item .list li .text .price i {
		font-size: 12px;
	}
	.part2 .part-item .list li .text .del {
		margin-top: 6px;
	}
	.part2 .right .title {
		padding: 13px 15px 0;
	}
	.buy-tab a.focus {
		font-size: 16px;
	}
	.buy-tab a {
		font-size: 14px;
		padding: 0 18px;
		line-height: 18px;
	}
	.buy-tab a span::before {
		left: -3px;
		height: 6px;
	}
	.part2 .right .title .more {
		right: 16px;
		top: 16px;
		font-size: 12px;
	}
	.buy-tab a.focus span::before {
		width: 51px;
	}
	.buy-tab a::after {
		height: 19px;
	}
	.buy-bot li {
		padding: 8px;
	}
	.buy-bot ul {
		padding: 0 14px;
	}
	.buy-bot li p {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.buy-bot li .city {
		margin-top: 10px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.buy-bot li .time {
		margin-top: 10px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		overflow: hidden;
	}
	.buy-bot li .btn {
		margin-top: 9px;
	}
	.buy-bot li .btn a {
		padding: 0 14px;
		font-size: 12px;
		height: 24px;
		line-height: 20px;
	}
	.buy-bot {
		margin-top: 10px;
		height: 234px;
		padding-top: 17px;
	}
	.public-title {
		margin-top: 34px;
	}
	.public-title b {
		font-size: 84px;
		top: -30px;
	}
	.public-title .name p i {
		height: 24px;
		width: 6px;
		margin-right: 6px;
		margin-top: 2px;
	}
	.public-title .name p {
		font-size: 24px;
	}
	.public-title .name .word {
		margin-top: 5px;
		font-size: 12px;
		letter-spacing: 1px;
	}
	.public-tab a {
		font-size: 12px;
		margin-right: 6px;
		min-width: 82px;
		height: 32px;
		line-height: 32px;
		padding: 0 5px;
	}
	.main-box {
		margin-top: 20px;
	}
	.public-tab p::before {
		top: -3px;
	}
	.public-tab a:first-child::before {
		left: -5px;
		width: 20px;
		height: 30px;
		top: 1px;
	}
	.public-tab a::after {
		border-radius: 6px;
	}
	.main-right {
		width: 200px;
		margin-left: 11px;
		height: 358px;
	}
	.main-right .title img {
		width: 72px;
	}
	.main-right::after {
		top: -8px;
		width: 110px;
		height: 78px;
	}
	.main-right .title {
		line-height: 34px;
		height: 34px;
		width: 100px;
	}
	.main-right .brand-list {
		margin: 0 8px;
		padding: 12px 8px;
	}
	.bot-left {
		width: 268px;
		padding: 10px;
	}
	.main-left {
		height: 358px;
	}
	.bot-left .image i {
		width: 42px;
		height: 42px;
	}
	.bot-left .top-box .text {
		padding: 9px;
	}
	.bot-left .top-box .text p {
		font-size: 13px;
		line-height: 17px;
		height: 34px;
	}
	.bot-left .top-box .text span {
		line-height: 16px;
		font-size: 12px;
		height: 32px;
		margin-top: 4px;
	}
	.bot-left .bottom-box {
		margin-top: 10px;
	}
	.bot-left .bottom-box li .item {
		margin-right: 10px;
	}
	.bot-left .bottom-box .image i {
		width: 22px;
		height: 22px;
		left: 8px;
		bottom: 8px;
	}
	.bot-left .bottom-box ul {
		margin-right: -10px;
	}
	.bot-left .bottom-box li .text p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
		margin-top: 5px;
	}
	.public-bot li p {
		font-size: 12px;
		height: 32px;
		line-height: 16px;
	}
	.public-bot li span {
		font-size: 14px;
		margin-top: 8px;
	}
	.public-bot li {
		padding: 0 10px 13px;
	}
	.public-bot li .image {
		height: 100px;
		line-height: 100px;
		margin: 6px 0;
	}
	.main-right .brand-list li .item {
		margin-right: 8px;
		margin-top: 8px;
	}
	.main-right .brand-list ul {
		margin-right: -8px;
		margin-top: -8px;
	}
	.brand-main .main {
		padding: 18px 12px 18px;
	}
	.brand-main .title {
		font-size: 24px;
	}
	.brand-main .title i {
		width: 21px;
		height: 26px;
		margin-left: 3px;
		margin-top: -9px;
	}
	.brand-main .title span::after {
		left: -9px;
		bottom: -5px;
		height: 10px;
	}
	.brand-main .list .item {
		margin-top: 12px;
		margin-right: 12px;
	}
	.brand-main .list ul {
		margin-top: -12px;
		margin-right: -12px;
	}
	.brand-main .list {
		margin-top: 18px;
	}
	.brand-main {
		margin-top: 18px;
	}
	.link {
		margin-top: 18px;
	}
	.link .main {
		padding: 18px;
	}
	.link-box li {
		margin-right: 36px;
		font-size: 13px;
		margin-top: 12px;
	}
	.link-box ul {
		margin-right: -36px;
		margin-top: -12px;
	}
	.link-box {
		margin-top: 20px;
	}
	.link .title span {
		font-size: 17px;
	}
	.link .title .more {
		font-size: 12px;
	}

	.footer {
		margin-top: 24px;
		padding: 16px 0;
	}
	.footer-nav {
		height: 22px;
		line-height: 22px;
	}
	.footer-nav a::after {
		height: 12px;
	}
	.footer-nav a {
		font-size: 12px;
		padding: 0 10px;
	}
	.footer p {
		font-size: 12px;
	}
	.footer .item .footer-code {
		width: 300px;
	}
	.footer .item .footer-code li .code {
		width: 90px;
		height: 90px;
	}
	.footer .item .footer-code li {
		padding-left: 30px;
	}
	.footer .item .left p {
		font-size: 12px;
	}
	.footer .item .left p a {

		padding: 0 12px;
	}
	.footer .item .left {
		padding-right: 30px;
	}
	.footer .footer_img {
		width: 483px;
		height: 30px;
		margin: 12px auto 0;
	}
	.footer .footer_img li {
		width: 75px;
		height: 30px;
		margin-right: 6px;
	}
	.footer .footer_img li a {
		height: 30px;
	}
	ul.footImg {
		width: 650px;
	}
	.rightBar {
		right: 10px;
	}

}

@media only screen and (max-width:1024px){
	.w,.main{
		width: 892px;
	}
    .public-bot li .com a {
    	max-width: 100%;
    }
    .public-bot li .com i {
    	font-size: 10px;
    }
    .public-bot li .com {
    	line-height: 18px;
    	height: 18px;
    	margin-top: 4px;
    }
	#divLogin ul li {
		margin: 0 5px;
	}
	.header a {
		font-size: 12px;
	}
	.header p a {
		padding-right: 8px;
		margin-right: 8px;
	}
    .header p {
    	margin-right: 75px;
    }
	.Tophead li .ServiceTop i {
		margin-right: 5px;
		font-size: 13px;
	}
	.Tophead li .ServiceTop {
		padding: 0 10px;
		font-size: 12px;
	}
	.top {
		padding: 18px 0;
	}
	.top .logo {
		height: 34px;
	}
	.searchBox {
		width: 398px;
		margin: 3px 0 0 35px;
		height: 32px;
		border: 1px solid #1668c5;
	}
	.search {
		height: 30px;
	}
	.search input {
		width: 275px;
		height: 30px;
		font-size: 12px;
		text-indent: 8px;
	}
	.searchSelect {
		width: 52px;
		height: 30px;
	}
	.searchSelectTop p {
		font-size: 12px;
		text-indent: 6px;
	}
	.searchSelectTop i {
		right: 4px;
		top: 9px;
		font-size: 15px;
	}
	.searchSelectBot li {
		text-indent: 11px;
		font-size: 12px;
		line-height: 22px;
	}
	.searchSelectBot {
		top: 30px;
	}
	.search button {
		width: 67px;
		height: 30px;
		font-size: 14px;
	}
	.top .btnBox {
		margin-top: 3px;
	}
	.top .btnBox a {
		width: 86px;
		height: 32px;
		line-height: 30px;
		font-size: 12px;
	}
	.top .btnBox a i {
		margin: 8px 4px 0 0;
		font-size: 15px;
	}

	.nav p {
		height: 30px;
		line-height: 30px;
	}
	.nav p a {
		font-size: 14px;
		padding: 0 32px;
	}
	.classify-title span {
		line-height: 19px;
		height: 19px;
		font-size: 12px;
	}
	.product-classify {
		width: 137px;
		margin-right: 6px;
	}
	.class-a {
		padding: 10px 6px 11px 4px;
		overflow: hidden;
	}
	.product-classify ul {
		padding: 3px 0;
	}
	.class-a .name {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin: 0;
	}
	.class-a .text a {
		font-size: 12px;
		margin-right: 4px;
	}
	.class-a .text {
		margin-top: 2px;
		line-height: 14px;
	}
	.class-a .icon {
		width: 18px;
		height: 18px;
		left: 6px;
		display: none;
	}
	.part1 {
		margin-top: 10px;
	}
	.part1 .news-adv li .text {
		padding: 8px;
	}
	.part1 .news-adv li .item {
		margin-right: 6px;
		margin-top: 6px;
	}
	.part1 .news-adv ul {
		margin-right: -6px;
	}
	.part1 .news-adv li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.part1 .news-adv li .text .content {
		margin-top: 6px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.part1 .news-adv li .text .btn {
		margin-top: 8px;
	}
	.part1 .news-adv li .text .btn a {
		height: 24px;
		line-height: 22px;
		padding: 0 12px;
		font-size: 12px;
	}
	.product-classify li .class-b {
		width: 580px;
		padding: 6px 11px 0px 8px;
        max-height: 343px;
	}
    .product-classify li.hover::after {
        width: 580px;
        height: 343px;
    }
	.product-classify li .class-b .item {
		margin-bottom: 8px;
	}
	.product-classify li .class-b .item span {
		font-size: 11px;
		padding-bottom: 5px;
		line-height: 17px;
	}
	.product-classify li .class-b .item p {
		font-size: 12px;
		margin-top: 6px;
		line-height: 16px;
		margin-left: -5px;
	}
	.product-classify li .class-b .item p a {
		height: 16px;
		padding: 0 5px;
	}
	.part1 .news {
		width: 574px;
		margin-right: 6px;
	}
	.part1 .briefingLive {
		width: 431px;
		height: 243px;
		margin-right: 6px;
	}
	.part1 .briefingLive p {
		padding: 4px 4px 4px 68px;
	}
	.part1 .briefingLive p mark {
		left: 4px;
		top: 4px;
		height: 22px;
		line-height: 22px;
		padding: 0 4px;
		font-size: 12px;
	}
	.part1 .briefingLive p mark i {
		height: 12px;
		width: 12px;
		margin: 6px 2px 0 0;
	}
	.part1 .briefingLive .image {
		height: 243px;
	}
	.part1 .briefingLive p a {
		height: 22px;
		line-height: 22px;
		font-size: 14px;
	}
	.part1 .briefingRight li {
		margin-top: 6px;
	}
	.part1 .briefingRight li a {
		height: 77px;
	}
	.part1 .briefingRight li span i {
		font-size: 30px;
	}
	.part1 .briefingRight li mark {
		top: 4px;
		right: 4px;
		height: 22px;
		line-height: 22px;
		padding: 0 5px;
		font-size: 12px;
	}
	.part1 .briefingRight li mark i {
		height: 13px;
		width: 13px;
		margin: 5px 2px 0 0;
	}
	.part1 .proShow {
		margin-top: 6px;
	}
	.proShow li::after {
		height: 35px;
	}
	.proShow li .image {
		width: 40px;
		height: 40px;
		margin-right: 4px;
	}
	.proShow li .text p {
		line-height: 16px;
		height: 16px;
		font-size: 12px;
	}
	.proShow li .text {
		padding-top: 2px;
	}
	.proShow li {
		padding: 7px 10px 7px 7px;
	}
	.proShow li .text span {
		margin-top: 8px;
		line-height: 16px;
		font-size: 13px;
	}
	.part1 .login .message {
		padding: 12px 3px;
		line-height: 24px;
		font-size: 12px;
		text-align: center;
	}
	.part1 .login .message .image {
		width: 24px;
		height: 24px;
		margin-right: 2px;
		display: block;
		float: initial;
		margin: 0 auto;
	}
	.part1 .login .loginIndex {
		padding: 6px 3px 0;
	}
	.part1 .login .sign {
		padding-bottom: 8px;
	}
	.part1 .login .sign a {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		width: calc(50% - 4px);
	}
	.part1 .login .btnArr {
		margin: 10px -3px 0;
	}
	.part1 .login .btnArr a {
		padding: 0 3px;
	}
	.part1 .login .btnArr span {
		width: 20px;
		height: 14px;
	}
	.part1 .login .btnArr span i {
		height: 14px;
	}
	.part1 .login .btnArr a:nth-child(1) span i{
		width: 12px;
	}
	.part1 .login .btnArr a:nth-child(2) span i{
		width: 18px;
	}
	.part1 .login .btnArr a:nth-child(3) span i{
		width: 14px;
	}
	.part1 .login .btnArr a p {
		margin-top: 4px;
		font-size: 12px;
	}
	.part1 .login .vxImg {
		margin-top: 7px;
		padding-bottom: 8px;
	}
	.part1 .login .vxImg span {
		font-size: 12px;
	}
	.part1 .login .vxImg img {
		height: 36px;
		width: 36px;
		margin: 0 auto 4px;
	}
	.shop-notice {
		padding: 3px;
	}
	.shop-notice h2 {
		height: 16px;
		line-height: 16px;
	}
	.shop-notice h2 b {
		font-size: 13px;
	}
	.shop-notice h2 .more {
		line-height: 16px;
		font-size: 12px;
	}
	.shop-notice li a {
		font-size: 12px;
		height: 16px;
		line-height: 16px;
	}
	.shop-notice li i {
		line-height: 16px;
		width: 30px;
		font-size: 12px;
	}
	.shop-notice li {
		margin-top: 10px;
	}

	.part2 {
		margin-top: 10px;
	}
	.part2 .part-item {
		padding: 14px 10px 15px;
		width: 216px;
		margin-right: 10px;
	}
	.part2 .part-item .title {
		padding-left: 6px;
		height: 18px;
	}
	.part2 .part-item .new-pro {
		margin-top: 21px;
		padding: 8px 24px 10px;
	}
	.new-pro-swiper .image {
		height: 86px;
	}
	.new-pro-swiper .text p {
		margin-top: 10px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.new-pro-swiper .text .price {
		margin-top: 12px;
		padding-right: 64px;
		height: 26px;
		line-height: 26px;
	}
	.new-pro-swiper .text .price b {
		font-size: 15px;
	}
	.new-pro-swiper .text .price b i {
		font-size: 12px;
	}
	.new-pro-swiper .text .del {
		margin-left: 4px;
		font-size: 12px;
	}
	.new-pro-swiper .text .buy {
		line-height: 22px;
		height: 24px;
		font-size: 12px;
		padding: 0 4px;
	}
	.new-pro .swiper-button-next, .new-pro .swiper-button-prev {
		width: 16px;
		height: 36px;
		margin-top: -18px;
		background-size: 8px 14px;
	}
	.new-pro-swiper .swiper-slide {
		padding: 4px 10px 10px;
	}
	.part2 .part-item .list {
		padding: 0 4px;
		margin-top: 21px;
	}
	.part2 .part-item .list li .image {
		width: 66px;
		height: 50px;
		margin-right: 8px;
	}
	.part2 .part-item .list li {
		margin-top: 27px;
	}
	.part2 .part-item .list li .text p {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.part2 .part-item .list li .text .price {
		margin-top: 4px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.part2 .part-item .list li .text .price i {
		font-size: 12px;
	}
	.part2 .part-item .list li .text .del {
		margin-top: 6px;
	}
	.part2 .right .title {
		padding: 13px 15px 0;
	}
	.buy-tab a.focus {
		font-size: 16px;
	}
	.buy-tab a {
		font-size: 14px;
		padding: 0 18px;
		line-height: 18px;
	}
	.buy-tab a span::before {
		left: -3px;
		height: 6px;
	}
	.part2 .right .title .more {
		right: 16px;
		top: 16px;
		font-size: 12px;
	}
	.buy-tab a.focus span::before {
		width: 51px;
	}
	.buy-tab a::after {
		height: 19px;
	}
	.buy-bot li {
		padding: 8px;
	}
	.buy-bot ul {
		padding: 0 14px;
	}
	.buy-bot li p {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.buy-bot li .city {
		margin-top: 10px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.buy-bot li .time {
		margin-top: 10px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		overflow: hidden;
	}
	.buy-bot li .btn {
		margin-top: 9px;
	}
	.buy-bot li .btn a {
		padding: 0 14px;
		font-size: 12px;
		height: 24px;
		line-height: 20px;
	}
	.buy-bot {
		margin-top: 10px;
		height: 234px;
		padding-top: 17px;
	}
	.public-title {
		margin-top: 34px;
	}
	.public-title b {
		font-size: 84px;
		top: -30px;
	}
	.public-title .name p i {
		height: 24px;
		width: 6px;
		margin-right: 6px;
		margin-top: 2px;
	}
	.public-title .name p {
		font-size: 24px;
	}
	.public-title .name .word {
		margin-top: 5px;
		font-size: 12px;
		letter-spacing: 1px;
	}
	.public-tab a {
		font-size: 12px;
		margin-right: 6px;
		min-width: 82px;
		height: 32px;
		line-height: 32px;
		padding: 0 5px;
	}
	.main-box {
		margin-top: 20px;
	}
	.public-tab p::before {
		top: -3px;
	}
	.public-tab a:first-child::before {
		left: -5px;
		width: 20px;
		height: 30px;
		top: 1px;
	}
	.public-tab a::after {
		border-radius: 6px;
	}
	.main-right {
		width: 200px;
		margin-left: 11px;
		height: 358px;
	}
	.main-right .title img {
		width: 72px;
	}
	.main-right::after {
		top: -8px;
		width: 110px;
		height: 78px;
	}
	.main-right .title {
		line-height: 34px;
		height: 34px;
		width: 100px;
	}
	.main-right .brand-list {
		margin: 0 8px;
		padding: 12px 8px;
	}
	.bot-left {
		width: 268px;
		padding: 10px;
	}
	.main-left {
		height: 358px;
	}
	.bot-left .image i {
		width: 42px;
		height: 42px;
	}
	.bot-left .top-box .text {
		padding: 9px;
	}
	.bot-left .top-box .text p {
		font-size: 13px;
		line-height: 17px;
		height: 34px;
	}
	.bot-left .top-box .text span {
		line-height: 16px;
		font-size: 12px;
		height: 32px;
		margin-top: 4px;
	}
	.bot-left .bottom-box {
		margin-top: 10px;
	}
	.bot-left .bottom-box li .item {
		margin-right: 10px;
	}
	.bot-left .bottom-box .image i {
		width: 22px;
		height: 22px;
		left: 8px;
		bottom: 8px;
	}
	.bot-left .bottom-box ul {
		margin-right: -10px;
	}
	.bot-left .bottom-box li .text p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
		margin-top: 5px;
	}
	.public-bot li p {
		font-size: 12px;
		height: 32px;
		line-height: 16px;
	}
	.public-bot li span {
		font-size: 14px;
		margin-top: 8px;
	}
	.public-bot li {
		padding: 0 10px 13px;
	}
	.public-bot li .image {
		height: 100px;
		line-height: 100px;
		margin: 6px 0;
	}
	.main-right .brand-list li .item {
		margin-right: 8px;
		margin-top: 8px;
	}
	.main-right .brand-list ul {
		margin-right: -8px;
		margin-top: -8px;
	}
	.brand-main .main {
		padding: 18px 12px 18px;
	}
	.brand-main .title {
		font-size: 24px;
	}
	.brand-main .title i {
		width: 21px;
		height: 26px;
		margin-left: 3px;
		margin-top: -9px;
	}
	.brand-main .title span::after {
		left: -9px;
		bottom: -5px;
		height: 10px;
	}
	.brand-main .list .item {
		margin-top: 12px;
		margin-right: 12px;
	}
	.brand-main .list ul {
		margin-top: -12px;
		margin-right: -12px;
	}
	.brand-main .list {
		margin-top: 18px;
	}
	.brand-main {
		margin-top: 18px;
	}
	.link {
		margin-top: 18px;
	}
	.link .main {
		padding: 18px;
	}
	.link-box li {
		margin-right: 36px;
		font-size: 13px;
		margin-top: 12px;
	}
	.link-box ul {
		margin-right: -36px;
		margin-top: -12px;
	}
	.link-box {
		margin-top: 20px;
	}
	.link .title span {
		font-size: 17px;
	}
	.link .title .more {
		font-size: 12px;
	}





















































	.footer {
		margin-top: 24px;
		padding: 16px 0;
	}
	.footer-nav {
		height: 22px;
		line-height: 22px;
	}
	.footer-nav a::after {
		height: 12px;
	}
	.footer-nav a {
		font-size: 12px;
		padding: 0 10px;
	}
	.footer p {
		font-size: 12px;
	}
	.footer .item .footer-code {
		width: 244px;
		margin-top: 18px;
	}
	.footer .item .footer-code li .code {
		width: 90px;
		height: 90px;
		padding: 2px;
	}
	.footer .item .footer-code li {
		padding-left: 15px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left p a {
		padding: 0 7px;
	}
	.footer .item .left {
		padding-right: 15px;
		margin-top: 8px;
	}
	.footer .footer_img {
		width: 483px;
		height: 30px;
		margin: 12px auto 0;
	}
	.footer .footer_img li {
		width: 75px;
		height: 30px;
		margin-right: 6px;
	}
	.footer .footer_img li a {
		height: 30px;
	}
	ul.footImg {
		width: 633px;
	}
	.footer .item .footer-code li p {
		font-size: 12px;
		margin-top: 10px;
	}
	.footer .item .left span img {
		margin: 7px 10px 0 0px;
		width: 16px;
	}
	.rightBar {
		right: 10px;
		width: 44px;
	}
	.gotoTop {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
}
