.main,.w{
    width: 1450px;
    margin: 0 auto;
}
.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%);
	transform: translate(-50%, -50%);
}
@font-face {
    font-family: 'hbzhan';  /* Project id 1875012 */
    src: url('https://at.alicdn.com/t/c/font_1875012_2k1trbbzf7h.woff2?t=1695279564047') format('woff2'),
         url('https://at.alicdn.com/t/c/font_1875012_2k1trbbzf7h.woff?t=1695279564047') format('woff'),
         url('https://at.alicdn.com/t/c/font_1875012_2k1trbbzf7h.ttf?t=1695279564047') format('truetype');
}
.hbzhan {
    font-family: "hbzhan" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* header */
#header{
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 14px;
}
.header{
	margin: 0 auto;
}
#divLogin{
	float: left;
}
#divLogin ul {
	float: left;
}
#divLogin ul li {
	float: left;
}
#divLogin ul li img {
	vertical-align: top;
	margin: 2px 4px 0 0;
}
#divLogin ul li:first-child a {
	margin-right: 25px;
}
#divLogin ul li a{
	color: #666;
    padding-right: 11px;
    margin-right: 9px;
    position: relative;
}
#divLogin ul li a::after {
	width: 1px;
	height: 15px;
	background-color: #e4e4e4;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}
#divLogin ul li:first-child a::after,#divLogin ul li:last-child a::after{
    display: none;
}
#divLogin ul li a:hover,.header p a:hover{
	color: #209657;
}

.header p {
	float:right;
	padding-right: 180px;
	font-size: 0;
}
.header p a {
	font-size: 14px;
	color: #666;
    padding-right: 11px;
    margin-right: 9px;
	position: relative;
}
.header p a::after {
	width: 1px;
	height: 15px;
	background-color: #e4e4e4;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}
.header p a:last-child::after{
    display: none;
}
.Tophead{
	margin: 0 auto;
	position: relative;
}
.Tophead ul{
	position: absolute;
	top: -43px;
	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: #666;
}
/* 两个下拉 */
.Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	color: #138146;
}
.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: 672px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 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: 25%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 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-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	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-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.weixin .hover::after{
	display: none;
}
.header--drop{
	margin: 0 auto;
	position:relative;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -40px;
}
.header--drop ul li {
	float: left;
	height: 28px;
    margin-top: 6px;
	position:relative;
}
.header--drop ul li .weixin{
	height: 28px;
	position:relative;
	color: #209657;
    background-color: #e1e9e5;
}
.header--drop ul li.wx a {
	color: #209657;
}
.header--drop ul li .weixin.hover::before{
	background-color: #fff;
	content:'';
	position:absolute;
	left: 0px;
	top: -2px;
	right: 0px;
	bottom:0;
	height: 45px;
	z-index: 2;
}
.header--drop ul li .weixin.hover{
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.header--drop ul li .weixin.hover::after,.header--drop ul li:last-child .weixin::after{
	display: none;
}
.web-code{
	width: 300px;
	padding:25px 25px 20px 25px;
	background-color: #fff;
	position:absolute;
	z-index: 99;
	top: 34px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
	z-index: 101;
}
.web-code1 {
	width: 450px;
	padding: 25px 12px 20px 12px;
}
.web-code .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.web-code1 .item {
	width: calc(33.33% - 20px) !important;
}
.web-code img{
	width: 100%;
	height: 100%;
}
.web-code b{
	display: block;
	font-size: 14px;
	padding:18px 0 8px 0;
}
.web-code p{
	color: #999;
}
.header--drop ul li a {
	color: #666;
	line-height: 28px;
	display: block;
	padding: 0 8px;
	position: relative;
	z-index: 9;
	font-size: 12px;
	cursor: pointer;
    border-radius: 2px;
}
.header--drop ul li a i{
	vertical-align: top;
	font-size: 17px;
	margin: 10px 4px 0 0;
}
.header--drop ul li a:hover{
	color: #209657;
}
.header--drop li:hover .web-code {
	display: block!important;
}
/* top */
.top .item{
	padding: 18px 0;
	position:relative;
}
.top .item .logo{
	height: 60px;
	margin-top: 9px;
	float: left;
	padding-right: 18px;
}
.top .item .pageName{
	float: left;
	line-height: 78px;
	padding-left: 16px;
	position: relative;
}
.top .item .pageName::after {
	content: '';
	width: 1px;
	height: 48px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #dddddd;
}
.top .item .pageName h1 {
	color: #333;
	font-size: 32px;
}
.top .topAdv {
	float: right;
	width: 348px;
	height: 78px;
}

.search {
	float: left;
	margin: 16px 0 0 64px;
	width: 626px;
	height: 46px;
  	background-image: -moz-linear-gradient( 0deg, rgb(71,153,105) 0%, rgb(240,126,23) 100%);
  	background-image: -webkit-linear-gradient( 0deg, rgb(71,153,105) 0%, rgb(240,126,23) 100%);
  	background-image: -ms-linear-gradient( 0deg, rgb(71,153,105) 0%, rgb(240,126,23) 100%);
	border-radius: 32px;
	position: relative;
}

.searchSelect {
	margin: 2px 0 0 2px;
	width: 76px;
	height: 42px;
	position: relative;
	float: left;
	background-color: #fff;
	border-radius: 32px 0 0 32px;
}

.selectTop {
	position: relative;
	cursor: pointer;
}

.selectTop p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-indent: 20px;
	border-right: 1px solid #e6e6e6;
	margin-top: 12px;
}

.selectTop i {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 12px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.selectTop.focus i {
	top: 3px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search button {
	position: absolute;
	height: 42px;
	line-height: 42px;
	background-color: transparent;
	color: #ffffff;
	width: 106px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: 2px;
	top: 2px;
	border-radius: 0 32px 32px 0;
}

.search button i {
	font-size: 16px;
	margin: 0 5px 0 0;
}
.search input {
	margin-top: 2px;
	width: 439px;
	height: 42px;
	float: left;
	border: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 14px;
	background-color: #fff;
}

.selectBot {
	position: absolute;
	width: 76px;
	background-color: #ffffff;
	top: 42px;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #489869;
	border-top: 2px solid #489869;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #489869;
	border-right: 2px solid #489869;
}

.selectBot li:hover {
	background-color: #489869;
	border-left: 2px solid #489869;
	border-right: 2px solid #489869;
	color: #fff;
	cursor: pointer;
}
/* top End */
/* part1 */
.part1{
	padding: 25px 0 23px;
	background: url(/images/brands/version/2023/part1-bg.png) no-repeat;
	background-size: 100% 100%;
}
.part1Title span{
	height: 30px;
	line-height: 30px;
	position: relative;
	display: inline-block;
}
.part1Title b{
	font-size: 22px;
	color: #333;
	position: relative;
	z-index: 9;
}
.part1Title span::after{
	position: absolute;
	content: "";
	bottom: 2px;
	left: 50%;
	width: 80px;
	height: 10px;
	background-image: -moz-linear-gradient( 0deg, rgb(241,127,22) 0%, rgba(245,245,245,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(241,127,22) 0%, rgba(245,245,245,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(241,127,22) 0%, rgba(245,245,245,0) 100%);
	z-index: 1;
}
.part1Title a.more{
	line-height: 30px;
	font-size: 14px;
	color: #999;
	float: right;
}
.part1Title a:hover{
	color: #f17f16;
}
.part1 .main>div{
	background-color: #fff;
}
.part1 .left{
	float: left;
	width: 348px;
	padding: 18px 20px 20px;
	box-sizing: border-box;
	border-radius: 4px;
}
.part1 .left ul{
	padding-top: 4px;
}
.part1 .left li{
	margin-top: 16px;
	padding: 15px;
	background: url(/images/brands/version/2023/part1-01.png) no-repeat;
	background-size: 100% 100%;
	box-shadow: 0px 2px 10px 0px rgba(182, 98, 20, 0.1);
	position: relative;
}
.part1 .left li p{
	line-height: 26px;
	height: 26px;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
}
.part1 .left li p a{
	color: #333;
}
.part1 .left li p a:hover{
	color: #f17f16;
}
.part1 .left li span{
	margin-top: 18px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	display: block;
	overflow: hidden;
}
.part1 .left li span b{
	margin-right: 9px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.part1 .left li::after{
	position: absolute;
	content: "";
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 4px;
	background-image: -moz-linear-gradient( 0deg, rgb(240,127,23) 0%, rgb(232,213,111) 72%, rgb(255,255,255) 99%);
	background-image: -webkit-linear-gradient( 0deg, rgb(240,127,23) 0%, rgb(232,213,111) 72%, rgb(255,255,255) 99%);
	background-image: -ms-linear-gradient( 0deg, rgb(240,127,23) 0%, rgb(232,213,111) 72%, rgb(255,255,255) 99%);
}
.part1 .center{
	float: left;
	width: 736px;
	margin: 0 9px;
	border-radius: 4px;
	overflow: hidden;
}
.part1 .center .swiper-container{
	overflow: hidden;
}
.part1 .center .swiper-slide{
	position: relative;
}
.part1 .center .swiper-slide .image{
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.part1 .center .swiper-slide img{
	max-height: none;
	width: 100%;
}
.part1 .center .swiper-slide p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 18px;
	background: rgba(0, 0, 0,.6);
}
.part1 .center .swiper-slide p a{
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	font-weight: 700;
	display: block;
	overflow: hidden;
	color: #fff;
}
.part1 .right{
	padding: 18px 20px 11px;
	border-radius: 4px;
	overflow: hidden;
}
.part1 .right ul{
	padding-top: 11px;
}
.part1 .right li{
	margin-top: 11px;
}
.part1 .right .text{
	overflow: hidden;
}
.part1 .right li span{
	float: left;
	height: 44px;
	width: 44px;
	margin-right: 13px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background-color: #f17f16;
	text-align: center;
	border-radius: 3px;
	position: relative;
}
.part1 .right li span b{
	line-height: 24px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	background-color: #f5f5f5;
	border-radius: 0 0 3px 3px;
	display: block;
}
.part1 .right li p{
	line-height: 22px;
	height: 44px;
	font-size: 16px;
	overflow: hidden;
}
.part1 .right li a{
	color: #333;
}
.part1 .right li a:hover{
	color: #f17f16;
}
.part1 .right li strong{
	padding-left: 57px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	position: relative;
	display: block;
	
}
.part1 .right li strong::after{
	position: absolute;
	content: "";
	left: 22px;
	top: 11px;
	height: 20px;
	width: 1px;
	background-color: #ddd;
}
.part1 .right li:last-child strong{
	height: 28px;
	line-height: 28px;
}
.part1 .right li:last-child strong::after{
	display: none;
}
/* brands */
.brand-title{
	padding: 42px 0;
	text-align: center;
}
.brand-title i{
	width: 16px;
	height: 22px;
	background-color: #36955c;
	display: inline-block;
	position: relative;
}
.brand-title i::after{
	position: absolute;
	content: "";
	height: 18px;
	width: 114px;
	top: 0;
}
.brand-title i.line-l{
	transform:skew(30deg);
}
.brand-title i.line-l::after{
	right: 24px;
	transform:skew(2deg);
	background-image: -moz-linear-gradient( 180deg, rgb(91,184,128) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(91,184,128) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(91,184,128) 0%, rgba(255,255,255,0) 100%);
}
.brand-title i.line-r{
	transform:skew(-30deg);
}
.brand-title i.line-r::after{
	left: 24px;
	transform:skew(-2deg);
	background-image: -moz-linear-gradient( 0deg, rgb(91,184,128) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(91,184,128) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(91,184,128) 0%, rgba(255,255,255,0) 100%);
}
.brand-title span{
	margin: 0 51px;
	font-size: 36px;
	font-weight: 700;
	color: #333;
}
.brand-title span b{
	margin-right: 7px;
	font-size: 40px;
	color: #36955c;
}
.brand-main{
	height: 472px;
	padding: 12px 12px 12px 40px;
	background-size: 100% 100%!important;
	box-sizing: border-box;
	position: relative;
}
.brand-top{
	position: absolute;
	left: 40px;
	width: 704px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.brand-top a:nth-child(2) em{
	position: absolute;
	content: "";
	left: -52px;
	top: 50%;
	width: 1px;
	height: 28px;
	transform: translateY(-50%);
	background-color: #eee;
	opacity: .4;
}
.brand-top a{
	margin: 0 52px;
	font-size: 30px;
	color: #d9d9d9;
	display: inline-block;
	vertical-align: top;
  	cursor: pointer;
  	position: relative;
}
.brand-top a i.icon1{
	width: 44px;
	height: 46px;
	margin: 22px 11px 0 0;
	background: url(/images/brands/version/2023/brand-top-1.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
}
.brand-top a i.icon2{
	width: 38px;
	height: 40px;
	margin: 24px 11px 0 0;
	background: url(/images/brands/version/2023/brand-top-2.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
}
.brand-top a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 6px;
	width: 0%;
	transform: translateX(-50%);
	background-color: #f9d635;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.brand-top a::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 0 0;
	border-color: #F9D635 transparent transparent transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.brand-top a.focus{
	color: #f9d635;
}
.brand-top a.focus i.icon1{
	background: url(/images/brands/version/2023/brand-top-1-hover.png) no-repeat;
	background-size: 100% 100%;
}
.brand-top a.focus i.icon2{
	background: url(/images/brands/version/2023/brand-top-2-hover.png) no-repeat;
	background-size: 100% 100%;
}
.brand-top a.focus::before {
	width: 100%;
}
.brand-top a.focus::after {
	border-width: 7px 9px 0 9px;
}
.brand-bot{
	display: none;
	overflow: hidden;
}
.brand-main .switchPicMin{
	float: left;
	width: 729px;
	padding-top: 95px;
}
.brand-main .switchPicMin ul{
	width: 704px;
	overflow: hidden;
}
.brand-main .switchPicMin li{
	float: left;
	width: 25%;
	margin-top: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}
.brand-main .switchPicMin li .item{
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.brand-main .switchPicMin li .image{
	height: 100px;
}
.brand-main .switchPicMin li .image img{
	width: 100%;
	height: 100%;
}
.brand-main .switchPicMin li .hover{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0,.6);
	border: 3px solid #71b390;
	display: none;
}
.brand-main .switchPicMin li .hover a{
	height: 100%;
	display: block;
}
.brand-main .switchPicMin li .hover span{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
}
.brand-main .switchPicMin li .hover span i{
	font-size: 16px;
	color: #178048;
}
.brand-main .switchPicMin li.focus .hover{
	display: block;
}
.brand-main .switchPicMax{
	border-radius: 4px;
	overflow: hidden;
}
.brand-main .switchPicMax .item {
	padding-bottom: 66.66%;
  	height: 0;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.brand-main .switchPicMax ul {
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.switchPicMax li {
	float: left;
	position: relative;
}
.brand-main .switchPicMax .image{
	height: 378px;
	position: relative;
	display: block;
}
.brand-main .switchPicMax img{
	width: 100%;
	height: 100%;
}
.brand-main .switchPicMax .image span{
	width: 87px;
	height: 87px;
	border-radius: 50%;
	background: url(/images/brands/version/2023/play.png) no-repeat;
	background-size: 100% 100%;
}
.brand-main .switchPicMax p{
	height: 36px;
	line-height: 36px;
	padding:17px;
	font-size: 22px;
	font-weight: 700;
	background-color: #333333;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	position: relative;
}
.brand-main .switchPicMax p a:nth-child(1){
	height: 36px;
	max-width: 82%;
	color: #fff;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.brand-main .switchPicMax p a:nth-child(2) {
	position: absolute;
	right: 10px;
	font-size: 14px;
	padding: 0 10px;
	border-radius: 4px;
	color: #fff;
	background: #36955c;
}
.brand-main .switchPicMax p i{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 36px;
	width: 62px;
	font-size: 18px;
	font-style: normal;
	color: #fff;
	background-color: #36955c;
	border-radius: 4px;
	text-align: center;
}
/* 1 */
.brand-item-1 .brand-main{
	background:#f2f2f2 url(../../../../images/brands/version/2023/brands-item-01.png) no-repeat;
}
/* 2 */
.brand-item-2 .brand-main{
	background: #f2f2f2 url(../../../../images/brands/version/2023/brands-item-02.png) no-repeat;
}
.brand-item-2 .brand-title span b {
	color: #d44f4f;
}
.brand-item-2 .brand-title i {
	background-color: #d44f4f;
}
.brand-item-2 .brand-title i.line-l::after{
	background-image: -moz-linear-gradient( 180deg, rgb(225,118,117) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(225,118,117) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(225,118,117) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-2 .brand-title i.line-r::after{
	background-image: -moz-linear-gradient( 0deg, rgb(225,118,117) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(225,118,117) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(225,118,117) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-2 .brand-main .switchPicMax p a:nth-child(2) {
	background-color: #d44f4f;
}
/* 3 */
.brand-item-3 .brand-main{
	background: #f2f2f2 url(../../../../images/brands/version/2023/brands-item-03.png) no-repeat;
}
.brand-item-3 .brand-title span b {
	color: #3d77c6;
}
.brand-item-3 .brand-title i {
	background-color: #3d77c6;
}
.brand-item-3 .brand-title i.line-l::after{
	background-image: -moz-linear-gradient( 180deg, rgb(101,151,219) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(101,151,219) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(101,151,219) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-3 .brand-title i.line-r::after{
	background-image: -moz-linear-gradient( 0deg, rgb(101,151,219) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(101,151,219) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(101,151,219) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-3 .brand-main .switchPicMax p a:nth-child(2) {
	background-color: #3d77c6;
}
/* 4 */
.brand-item-4 .brand-main{
	background: #f2f2f2 url(../../../../images/brands/version/2023/brands-item-04.png) no-repeat;
}
.brand-item-4 .brand-title span b {
	color: #ee7730;
}
.brand-item-4 .brand-title i {
	background-color: #ee7730;
}
.brand-item-4 .brand-title i.line-l::after{
	background-image: -moz-linear-gradient( 180deg, rgb(245,160,109) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(245,160,109) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(245,160,109) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-4 .brand-title i.line-r::after{
	background-image: -moz-linear-gradient( 0deg, rgb(245,160,109) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(245,160,109) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(245,160,109) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-4 .brand-main .switchPicMax p a:nth-child(2) {
	background-color: #ee7730;
}
/* 5 */
.brand-item-5 .brand-main{
	background: #f2f2f2 url(../../../../images/brands/version/2023/brands-item-05.png) no-repeat;
}
.brand-item-5 .brand-title span b {
	color: #7e698d;
}
.brand-item-5 .brand-title i {
	background-color: #7e698d;
}
.brand-item-5 .brand-title i.line-l::after{
	background-image: -moz-linear-gradient( 180deg, rgb(155,134,170) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(155,134,170) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(155,134,170) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-5 .brand-title i.line-r::after{
	background-image: -moz-linear-gradient( 0deg, rgb(155,134,170) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(155,134,170) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(155,134,170) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-5 .brand-main .switchPicMax p a:nth-child(2) {
	background-color: #7e698d;
}
/* 6 */
.brand-item-6 .brand-main{
	background: #f2f2f2 url(../../../../images/brands/version/2023/brands-item-06.png) no-repeat;
}
.brand-item-6 .brand-title span b {
	color: #de5353;
}
.brand-item-6 .brand-title i {
	background-color: #de5353;
}
.brand-item-6 .brand-title i.line-l::after{
	background-image: -moz-linear-gradient( 180deg, rgb(236,112,112) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(236,112,112) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(236,112,112) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-6 .brand-title i.line-r::after{
	background-image: -moz-linear-gradient( 0deg, rgb(236,112,112) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(236,112,112) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(236,112,112) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-6 .brand-main .switchPicMax p a:nth-child(2) {
	background-color: #de5353;
}
/* 7 */
.brand-item-7 .brand-main{
	background: #f2f2f2 url(../../../../images/brands/version/2023/brands-item-07.png) no-repeat;
}
.brand-item-7 .brand-title span b {
	color: #44a171;
}
.brand-item-7 .brand-title i {
	background-color: #44a171;
}
.brand-item-7 .brand-title i.line-l::after{
	background-image: -moz-linear-gradient( 180deg, rgb(107,193,151) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(107,193,151) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(107,193,151) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-7 .brand-title i.line-r::after{
	background-image: -moz-linear-gradient( 0deg, rgb(107,193,151) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(107,193,151) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(107,193,151) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-7 .brand-main .switchPicMax p a:nth-child(2) {
	background-color: #44a171;
}
/* 8 */
.brand-item-8 .brand-main{
	background: #f2f2f2 url(../../../../images/brands/version/2023/brands-item-08.png) no-repeat;
}
.brand-item-8 .brand-title span b {
	color: #c63d82;
}
.brand-item-8 .brand-title i {
	background-color: #c63d82;
}
.brand-item-8 .brand-title i.line-l::after{
	background-image: -moz-linear-gradient( 180deg, rgb(216,97,157) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(216,97,157) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(216,97,157) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-8 .brand-title i.line-r::after{
	background-image: -moz-linear-gradient( 0deg, rgb(216,97,157) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(216,97,157) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(216,97,157) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-8 .brand-main .switchPicMax p a:nth-child(2) {
	background-color: #c63d82;
}
/* 9 */
.brand-item-9 .brand-main{
	background: #f2f2f2 url(../../../../images/brands/version/2023/brands-item-09.png) no-repeat;
}
.brand-item-9 .brand-title span b {
	color: #6266b9;
}
.brand-item-9 .brand-title i {
	background-color: #6266b9;
}
.brand-item-9 .brand-title i.line-l::after{
	background-image: -moz-linear-gradient( 180deg, rgb(130,133,207) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(130,133,207) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(130,133,207) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-9 .brand-title i.line-r::after{
	background-image: -moz-linear-gradient( 0deg, rgb(130,133,207) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(130,133,207) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(130,133,207) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-9 .brand-main .switchPicMax p a:nth-child(2) {
	background-color: #6266b9;
}
/* 10 */
.brand-item-10 .brand-main{
	background: #f2f2f2 url(../../../../images/brands/version/2023/brands-item-10.png) no-repeat;
}
.brand-item-10 .brand-title span b {
	color: #3c9388;
}
.brand-item-10 .brand-title i {
	background-color: #3c9388;
}
.brand-item-10 .brand-title i.line-l::after{
	background-image: -moz-linear-gradient( 180deg, rgb(96,179,169) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(96,179,169) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(96,179,169) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-10 .brand-title i.line-r::after{
	background-image: -moz-linear-gradient( 0deg, rgb(96,179,169) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(96,179,169) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(96,179,169) 0%, rgba(255,255,255,0) 100%);
}
.brand-item-10 .brand-main .switchPicMax p a:nth-child(2) {
	background-color: #3c9388;
}

/* footer */
.bottomMenu {
	background-color: #820000;
	margin-top: 30px;
	padding: 30px 0 25px 0;
}
.bottomMenu .item{
	margin:0 auto;
	/* overflow: hidden; */
}

.footTop {
	/* overflow: hidden; */
	height: 208px;
}
.footLeft {
	float: left;
	width: 22%;
	box-sizing: border-box;
}
.footLeft .title {
	font-size: 16px;
	color: #e0b3b3;
	margin-bottom: 10px;
}
.footLeft ul {
	float: left;
	margin-right: 60px;
	/* overflow: hidden; */
}
.footLeft .lxqq .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;
}
.footLeft .lxqq .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footLeft .lxqq a{
	position: relative;
	cursor: pointer;
}
.footLeft .lxqq a:hover .QQhover{
	display: inline-block;
}
.footLeft ul li {
	line-height: 46px;
	font-size: 16px;
	color: #e0b3b3;
}
.footLeft ul li i {
	width: 26px;
	height: 26px;
	line-height: 36px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: middle;
	background: url("/images/brands/version/2023/qq_ico.png") no-repeat center center rgba(255,255,255,.2);
	margin-left: 10px;
}
.footLeft ul li i:hover {
	background: url("/images/brands/version/2023/qq_ico.png") no-repeat center center #ff9e00;
}
.footLeft .text {
	margin-top: 10px;
	float: left;
}
.footLeft p {
	font-size: 16px;
	color: #e0b3b3;
	line-height: 30px;
}
.footLeft .lxqq {
	/* overflow: hidden; */
	height: 108px;
}
.footLeft p b {
	font-size: 16px;
	font-weight: normal;
}
.footCenter {
	float: left;
	width: 30%;
	overflow: hidden;
	border-left: 1px solid #a81c1c;
	border-right: 1px solid #a81c1c;
	box-sizing: border-box;
	padding-right: 1px;
	padding-left: 6%;
}
.footCenter ul {
	width: 45%;
	float: left;
}
.footCenter ul li {
	line-height: 40px;
	width: 100%;
	float: left;
}
.footCenter ul li a {
	color: #e0b3b3;
	font-size: 16px;
}
.footCenter .title {
	font-size: 16px;
	color: #e0b3b3;
	margin-bottom: 10px;
}
.footRight {
	width: 47%;
	float: right;
}
.footRight .title {
	font-size: 16px;
	color: #e0b3b3;
	margin-bottom: 10px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.footRight .title b {
	font-weight: normal;
}
.footRight ul{
	padding-left: 33px;
	overflow: hidden;
}
.footRight ul li {
	width: 150px;
	float: left;
	padding-left: 56px;
}
.footRight ul li .ewm {
	width: 116px;
	height: 116px;
	padding: 10px;
	border: 7px solid #329a63;
	background: #fff;
	margin: 0 auto;
}
.footRight ul li:nth-child(2) .ewm{
	border-color: #ed8312;
}
.footRight ul li:nth-child(3) .ewm{
	border-color: #3b83ee;
}
.footRight ul li .ewm img {
	width: 100%;
	height: 100%;
}
.foot {
	background-color: #820000;
	padding: 15px;
	text-align: center;
}
.foot p {
	font-size: 14px;
	line-height: 24px;
	color: #6b6b6b;
	font-family: SimSun;
}
.foot p a {
	color: #e0b3b3;
	margin: 0 5px;
	font-family: "microsoft yahei";
}
.foot p a:hover {
	color: #76a145;
}
.foot span {
	font-size: 14px;
	line-height: 24px;
	color: #e0b3b3;
	display: block;
}
.brand-main .switchPicMax .warning{
	position:absolute;
	text-align: center;
	z-index: 9999;
	padding:20px;
	background-color: #000;
	top: 0;
	right: 0px;
	bottom:0;
	left: 0;
}
.brand-main .switchPicMax .warning .item{
	padding-bottom: inherit;
	height: auto;
	border-radius: inherit;
}
.brand-main .switchPicMax .blockCenter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.brand-main .switchPicMax .warning i.nowifi{
	display: inline-block;
	width: 60px;
	height: 47px;
	background:url('https://public.mtnets.com/Images/public/nowifi.png') no-repeat;
}
.brand-main .switchPicMax .warning i.badwifi{
	display: inline-block;
    width: 62px;
    height: 50px;
    background: url('https://public.mtnets.com/images/public/badWifi.png') no-repeat;
}
.brand-main .switchPicMax .warning i.anchor{
	display: inline-block;
    width: 45px;
    height: 57px;
    background: url('https://public.mtnets.com/images/public/anchor.png') no-repeat;
}
.brand-main .switchPicMax .warning i.noplay{
	display: inline-block;
    width: 30px;
    height: 27px;
    /* margin: 150px 0 20px; */
    background: url('https://public.mtnets.com/images/public/waring.png') no-repeat;
}

.brand-main .switchPicMax .warning p{
	font-size: 14px;
	color: #fff;
	padding: 12px 0;
	height: auto;
	line-height: inherit;
	background: none;
	border-radius: inherit;
}
.warning a{
	display: inline-block;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	background-color: #a81b0c;
	border-radius: 11px;
	padding: 0 10px;
}
.rightfloat {
	width: 72px;
	background: -moz-linear-gradient( -90deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	background: -ms-linear-gradient( -90deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	border-radius: 36px;
	padding: 6px 0;
	display: none;
}
.rightfloat a {
	display: block;
	height: 80px;
	width: 72px;
	float: left;
	position: relative;
	text-align: center;
	color: #fff;
}
.rightfloat a i {
	display: inline-block;
	margin: 15px auto 10px;
	height: 26px;
	font-size: 24px;
}
.rightfloat a i {
	width: 26px;
	background-size: 100% auto !important;
}
.rightfloat a i.icon-hezuo {
	background: url(/images/exhi/version/2021/icon1.png) no-repeat;
}
.rightfloat a i.icon-qq {
	background: url(/images/exhi/version/2021/icon2.png) no-repeat;
}
.rightfloat a i.icon-phone {
	height: 27px;
	background: url(/images/exhi/version/2021/icon3.png) no-repeat;
}
.rightfloat a i.icon-yijian {
	background: url(/images/exhi/version/2021/icon4.png) no-repeat;
}
.rightfloat a i.icon-top {
	background: url(/images/exhi/version/2021/icon5.png) no-repeat;
}
.rightfloat a i.icon-dy {
	height: 28px;
  	width: 23px;
	background: url(/images/exhi/version/2021/icon-dy.png) no-repeat;
}
.rightfloat a i.icon-sph {
	background: url(/images/exhi/version/2021/icon-sph.png) no-repeat;
}
.rightfloat a:hover i {
	color: #fff;
}
.rightfloat a:hover .code {
	display: block;
}
.rightfloat a .code {
	position: absolute;
	top: 0;
	right: 70px;
	padding-right: 5px;
	width: 150px;
	height: 150px;
	display: none;
}
.rightfloat a .code img {
	width: 100%;
}
.rightfloat a p {
	font-size: 13px;
	text-align: center;
}
.rightfloat a::after {
	content: '';
	height: 1px;
	width: 52px;
	background: rgba(255,255,255,0.6);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.rightfloat a:last-child::after {
	display: none;
}

/* ---弹出框样式 */
/* app+wx */
.p-appImg,.p-wxImg{
    position: absolute;
    left: -235px;
    top: 0;
    width: 220px;
    height: 230px;
    background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvAppBgi.png) no-repeat -8px -8px;
    text-align: center;
    box-shadow: 0 2px 5px #eee;
    display: none;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.p-appImg img,.p-wxImg img{
    width: 130px;
    height: 130px;
    margin: 30px 0 20px;
}
.p-appImg p, .p-wxImg p {
	font-size: 14px !important;
	font-weight: 700;
	color: #333;
}

/* QQ */
.p-qq {
	display: block;
	width: 68px;
	float: left;
	position: relative;
}
.p-qqBox {
	position: absolute;
	left: -300px;
	top: 0;
	padding-right: 20px;
	display: none;
}
.p-qqBox1 {
	width: 290px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvQQbgi.png) #fff no-repeat;
	padding: 30px 0 55px 0;
	box-shadow: 0 2px 5px #eee;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-qqBox p {
	overflow: hidden;
	padding-left: 20px;
}
.p-qqBox i {
	float: left;
	width: 50px;
	height: 56px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightBar.png) no-repeat -190px -87px;
	margin-right: 20px;
	margin-left: 10px;
}
.p-qqBox em {
	font-size: 14px;
	color: #666;
	font-style: normal;
	line-height: 18px;
}
.p-qqBox strong {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.p-qqBox a {
	display: inline-block !important;
	height: 34px !important;
	line-height: 34px;
	width: 76px !important;
	border-radius: 18px;
	font-size: 14px;
	color: #fff;
	background-color: #fe9900;
	margin: 20px 0 0px;
	box-shadow: 0 2px 5px #e68557;
	text-align: center;
}
.p-qqBox a{
	position: relative;
	cursor: pointer;
}
.p-qqBox a .QQhover {
	 position: absolute;
	 left: -10px;
	 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;
}
.p-qqBox a .QQhover::after{
     position: absolute;
	 left: 0;
	 top: 0;
	 line-height: 20px;
	content: "QQ:";
}
.p-qqBox a:hover .QQhover{
	 display: inline-block;
}
.p-qqBox a:hover {
	background-color: #fe9900;
}
.p-qqBox a:nth-child(2n) {
	background-color: #44a531 !important;
	margin: 20px 10px 5px;
	box-shadow: 0 2px 5px #5c9950;
}

.p-qqBox span {
	/* display: block; */
	text-align: center;
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}
.p-qqBox a::after {
	display: none;
}
.p-qqBox p:nth-child(3) a{
	margin-top: 0px;
}
.rightfloat a:hover .p-appImg,.rightfloat a:hover .p-wxImg{display: block;}
.rightfloat a:hover .p-appImg p,.rightfloat a:hover .p-wxImg p {color: #333;}
.p-qq:hover .p-qqBox {display: block;}
.p-telBox {
	left: -230px;
}
.p-telBox .p-qqBox1 {
	padding: 20px 0 50px;
	width: 220px;
}
.p-telBox em b {
	color: #f60;
}
.p-telBox b {
	display: block;
	font-size: 20px;
	margin: 4px 0;
}
.p-telBox p {
	padding-left: 40px;
}
.sph-item{
	width: 505px;
	padding: 20px 0;
	border-radius: 4px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
}
.sph-Box{
	padding-right: 10px;
	left: -515px;
}
.sph-item .left{
	width: 264px;
	height: 180px;
	position: relative;
	float: left;
}
.sph-item .left p{
	display: inline-block;
  	position: absolute;
	padding: 0;
  	left: 33px;
  	top: 50%;
  	width: 20px;
  	line-height: 28px;
  	font-size: 20px;
  	color: #c27468;
  	transform: translateY(-50%);
}
.sph-item .left img{
	position: absolute;
	left: 84px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.sph-item .right{
	padding-top: 34px;
	text-align: center;
	overflow: hidden;
}
.sph-item .right b{
	height: 34px;
	line-height: 34px;
	font-size: 22px;
	color: #666;
	display: block;
	overflow: hidden;
}
.sph-item .right p{
	margin-top: 15px;
	line-height: 20px;
	font-size: 18px;
	color: #666;
	padding: 0;
}
.sph-item .right span{
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #999;
	background: none;
	position: relative;
	display: block;
}

/* media */
@media only screen and (max-width: 1024px){
    .main,.w{width:  1000px;}
    body{min-width:  1000px;}
	.Tophead li .ServiceTop {
		padding: 0 10px;
		font-size: 12px;
	}
	.Tophead li .ServiceTop i {
		margin-right: 4px;
		font-size: 12px;
	}
	#header {
		line-height: 40px;
		font-size: 12px;
	}
	.header p a {
		font-size: 12px;
	}
	.header p {
		padding-right: 145px;
	}
	.top .item {
		padding: 13px 0;
	}
	.top .topAdv {
		width: 240px;
		height: 54px;
	}
	.top .item .logo {
		height: 42px;
		margin-top: 5px;
		padding-right: 10px;
	}
	.top .item .pageName {
		line-height: 54px;
		padding-left: 12px;
	}
	.top .item .pageName h1 {
		font-size: 22px;
	}
	.search {
		margin: 11px 0 0 44px;
		width: 434px;
		height: 32px;
	}
	.searchSelect {
		width: 55px;
		height: 30px;
		margin: 1px 0 0 1px;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 16px;
		text-indent: 10px;
		margin-top: 7px;
	}
	.selectTop i {
		right: 6px;
		top: 5px;
		font-size: 8px;
	}
	.search input {
		margin-top: 1px;
		width: 303px;
		height: 30px;
		font-size: 12px;
		text-indent: 8px;
	}
	.search button {
		height: 30px;
		line-height: 30px;
		width: 74px;
		font-size: 12px;
		right: 1px;
		top: 1px;
	}
	.search button i {
		font-size: 12px;
		margin: 0 3px 0 0;
	}
	.part1 {
		padding: 17px 0 16px;
	}
	.part1 .left {
		width: 240px;
		padding: 12px 14px 14px;
	}
	.part1Title span {
		height: 22px;
		line-height: 22px;
	}
	.part1Title b {
		font-size: 15px;
	}
	.part1Title span::after {
		bottom: 2px;
		width: 55px;
		height: 6px;
	}
	.part1Title a.more {
		line-height: 22px;
		font-size: 12px;
	}
	.part1 .left li {
		margin-top: 11px;
		padding: 10px;
	}
	.part1 .left li p {
		line-height: 20px;
		height: 20px;
		font-size: 13px;
	}
	.part1 .left li span {
		margin-top: 7px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.part1 .left li span b {
		margin-right: 3px;
		font-size: 13px;
	}
	.part1 .left li::after {
		left: 10px;
		width: 20px;
		height: 2px;
	}
	.part1 .center {
		width: 508px;
		margin: 0 6px;
	}
	.part1 .center .swiper-slide p {
		padding: 10px;
	}
	.part1 .center .swiper-slide p a {
		height: 26px;
		line-height: 26px;
		font-size: 16px;
	}
	.part1 .right {
		padding: 12px 14px 9px;
	}
	.part1 .right li span {
		height: 32px;
		width: 32px;
		margin-right: 8px;
		line-height: 14px;
		font-size: 12px;
	}
	.part1 .right li span b {
		line-height: 18px;
		font-size: 12px;
	}
	.part1 .right li p {
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.part1 .right li strong {
		padding-left: 40px;
		height: 21px;
		line-height: 21px;
		font-size: 12px;
	}
	.part1 .right li strong::after {
		left: 17px;
		top: 7px;
		height: 14px;
		width: 1px;
	}
	.part1 .right li:last-child strong {
		height: 18px;
		line-height: 18px;
	}
	.part1 .right ul {
		padding-top: 6px;
	}
	.part1 .right li {
		margin-top: 7px;
	}
	.brand-title span {
		margin: 0 31px;
		font-size: 25px;
	}
	.brand-title span b {
		margin-right: 5px;
		font-size: 28px;
	}
	.brand-main {
		height: 325px;
		padding: 8px 8px 8px 26px;
	}
	.brand-top {
		left: 26px;
		width: 485px;
		height: 56px;
		line-height: 56px;
	}
	.brand-top a {
		margin: 0 34px;
		font-size: 21px;
	}
	.brand-top a i.icon1 {
		width: 30px;
		height: 32px;
		margin: 15px 6px 0 0;
	}
	.brand-top a i.icon2 {
		width: 26px;
		height: 28px;
		margin: 17px 6px 0 0;
	}
	.brand-top a::before {
		height: 4px;
	}
	.brand-top a::after {
		bottom: -4px;
		border-width: 5px 0 0 0;
	}
	.brand-top a.focus::after {
		border-width: 5px 7px 0 7px;
	}
	.brand-top a:nth-child(2) em {
		left: -34px;
		height: 20px;
	}
	.brand-main .switchPicMin {
		width: 502px;
		padding-top: 66px;
	}
	.brand-main .switchPicMin ul {
		width: 485px;
	}
	.brand-main .switchPicMin li .image {
		height: 69px;
	}
	.brand-main .switchPicMin li .hover span {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	.brand-main .switchPicMin li .hover span i {
		font-size: 12px;
	}
	.brand-main .switchPicMin li {
		margin-top: 8px;
		padding-right: 8px;
	}
	.brand-main .switchPicMax .image {
		height: 261px;
	}
	.brand-main .switchPicMax p {
		height: 26px;
		line-height: 26px;
		padding: 10px;
		font-size: 13px;
	}
	.brand-main .switchPicMax p a:nth-child(1) {
		height: 26px;
		max-width: 74%;
	}
	.brand-main .switchPicMax p i {
		line-height: 26px;
		width: 40px;
		font-size: 12px;
	}
	.brand-main .switchPicMax .image span {
		width: 60px;
		height: 60px;
	}
	.footLeft ul li {
		line-height: 30px;
		font-size: 12px;
	}
	.footLeft p {
		font-size: 12px;
		line-height: 28px;
	}
	.footLeft p b {
		font-size: 12px;
	}
	.footLeft .lxqq {
		height: 90px;
	}
	.footLeft ul {
		margin-right: 30px;
	}
	.footLeft {
		width: 22%;
	}
	.footCenter {
		width: 25%;
		padding-left: 3%;
	}
	.footCenter ul li {
		line-height: 34px;
	}
	.footCenter ul li a {
		font-size: 12px;
	}
	.footRight {
		width: 53%;
	}
	.footRight ul li {
		width: 130px;
		padding-left: 30px;
	}
	.footRight ul li .ewm {
		width: 110px;
		height: 110px;
		padding: 5px;
		border: 5px solid #329a63;
	}
	.footRight .title {
		font-size: 12px;
		margin-bottom: 10px;
		margin-bottom: 15px;
		margin-top: 6px;
	}
	.footTop {
		height: 184px;
	}
	.foot span {
		font-size: 12px;
		line-height: 20px;
	}
	.foot {
		padding: 10px;
	}


}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main,.w{width:  1138px;}
    body{min-width:  1138px;}
	.Tophead li .ServiceTop {
		padding: 0 10px;
		font-size: 12px;
	}
	.Tophead li .ServiceTop i {
		margin-right: 4px;
		font-size: 12px;
	}
	#header {
		line-height: 40px;
		font-size: 12px;
	}
	.header p a {
		font-size: 12px;
	}
	.header p {
		padding-right: 145px;
	}
	.top .topAdv {
		width: 273px;
		height: 61px;
	}
	.top .item {
		padding: 14px 0;
	}
	.top .item .logo {
		height: 47px;
		margin-top: 6px;
		padding-right: 12px;
	}
	.top .item .pageName {
		line-height: 60px;
		padding-left: 14px;
	}
	.top .item .pageName h1 {
		font-size: 25px;
	}
	.search {
		margin: 12px 0 0 50px;
		width: 494px;
		height: 38px;
	}
	.searchSelect {
		width: 62px;
		height: 34px;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 16px;
		text-indent: 12px;
		margin-top: 9px;
	}
	.selectTop i {
		right: 8px;
		top: 5px;
		font-size: 9px;
	}
	.selectBot {
		width: 64px;
		top: 34px;
	}
	.selectBot li {
		line-height: 24px;
		font-size: 12px;
		text-indent: 16px;
	}
	.search input {
		margin-top: 2px;
		width: 344px;
		height: 34px;
		font-size: 12px;
		text-indent: 10px;
	}
	.search button {
		height: 34px;
		line-height: 34px;
		width: 84px;
		font-size: 13px;
	}
	.search button i {
		font-size: 13px;
		margin: 0 4px 0 0;
	}
	.part1 {
		padding: 20px 0 18px;
	}
	.part1Title span {
		height: 24px;
		line-height: 24px;
	}
	.part1Title b {
		font-size: 17px;
	}
	.part1Title span::after {
		bottom: 3px;
		width: 63px;
		height: 8px;
	}
	.part1Title a.more {
		line-height: 24px;
		font-size: 12px;
	}
	.part1 .left {
		width: 273px;
		padding: 14px 14px 16px;
	}
	.part1 .left li {
		margin-top: 13px;
		padding: 10px;
	}
	.part1 .left li p {
		line-height: 20px;
		height: 20px;
		font-size: 13px;
	}
	.part1 .left li span b {
		margin-right: 4px;
		font-size: 13px;
	}
	.part1 .left li span {
		margin-top: 16px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.part1 .center {
		width: 578px;
		margin: 0 7px;
	}
	.part1 .center .swiper-slide p {
		padding: 15px;
	}
	.part1 .center .swiper-slide p a {
		height: 24px;
		line-height: 24px;
		font-size: 18px;
	}
	.part1 .right {
		padding: 14px 16px 10px;
	}
	.part1 .right li span {
		height: 34px;
		width: 34px;
		margin-right: 9px;
		line-height: 16px;
		font-size: 12px;
	}
	.part1 .right li span b {
		line-height: 18px;
		font-size: 13px;
	}
	.part1 .right li p {
		line-height: 17px;
		height: 34px;
		font-size: 12px;
	}
	.part1 .right li strong {
		padding-left: 44px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.part1 .right li strong::after {
		left: 16px;
		top: 10px;
		height: 14px;
		width: 1px;
	}
	.part1 .right ul {
		padding-top: 10px;
	}
	.part1 .right li {
		margin-top: 7px;
	}
	.brand-title span {
		margin: 0 36px;
		font-size: 28px;
	}
	.brand-title span b {
		font-size: 31px;
	}
	.brand-title i {
		width: 13px;
		height: 17px;
	}
	.brand-title i.line-l::after {
		right: 18px;
		transform: skew(1deg);
	}
	.brand-title i::after {
		height: 14px;
		width: 108px;
	}
	.brand-title {
		padding: 33px 0;
	}
	.brand-main {
		height: 370px;
		padding: 9px 9px 9px 29px;
	}
	.brand-main .switchPicMin {
		width: 572px;
		padding-top: 74px;
	}
	.brand-main .switchPicMin ul {
		width: 552px;
	}
	.brand-main .switchPicMin li .image {
		height: 78px;
	}
	.brand-main .switchPicMin li {
		margin-top: 10px;
		padding-right: 9px;
	}
	.brand-top {
		left: 29px;
		width: 552px;
		height: 66px;
		line-height: 66px;
	}
	.brand-top a {
		margin: 0 42px;
		font-size: 24px;
	}
	.brand-top a:nth-child(2) em {
		left: -42px;
	}
	.brand-top a i.icon1 {
		width: 35px;
		height: 36px;
		margin: 18px 8px 0 0;
	}
	.brand-top a i.icon2 {
		width: 30px;
		height: 31px;
		margin: 19px 10px 0 0;
	}
	.brand-top a::before {
		height: 4px;
	}
	.brand-top a::after {
		bottom: -4px;
	}
	.brand-top a.focus::after {
		border-width: 5px 7px 0 7px;
	}
	.brand-main .switchPicMax .image {
		height: 298px;
	}
	.brand-main .switchPicMax p {
		height: 30px;
		line-height: 30px;
		padding: 12px;
		font-size: 17px;
	}
	.brand-main .switchPicMax p a:nth-child(1) {
		height: 30px;
		max-width: 78%;
	}
	.brand-main .switchPicMax p i {
		line-height: 30px;
		width: 50px;
		font-size: 15px;
	}
	.brand-main .switchPicMax .image span {
		width: 68px;
		height: 68px;
	}
	.footLeft ul li {
		line-height: 30px;
		font-size: 12px;
	}
	.footLeft p {
		font-size: 12px;
		line-height: 28px;
	}
	.footLeft p b {
		font-size: 12px;
	}
	.footLeft .lxqq {
		height: 90px;
	}
	.footLeft ul {
		margin-right: 35px;
	}
	.footLeft {
		width: 20%;
	}
	.footCenter {
		width: 26%;
		padding-left: 3%;
	}
	.footCenter ul li {
		line-height: 34px;
	}
	.footCenter ul li a {
		font-size: 12px;
	}
	.footRight {
		width: 54%;
	}
	.footRight ul li .ewm {
		width: 94px;
		height: 94px;
		padding: 8px;
		border: 5px solid #329a63;
	}
	.footRight .title {
		font-size: 12px;
		margin-bottom: 10px;
		margin-bottom: 15px;
		margin-top: 6px;
	}
	.footTop {
		height: 184px;
	}
	.foot span {
		font-size: 12px;
		line-height: 20px;
	}
	.foot {
		padding: 10px;
	}

}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main,.w{width:  1328px;}
    body{min-width:  1328px;}
	.top .item {
		padding: 16px 0;
	}
	.top .topAdv {
		width: 319px;
		height: 71px;
	}
	.top .item .logo {
		height: 55px;
		margin-top: 7px;
		padding-right: 12px;
	}
	.top .item .pageName {
		line-height: 71px;
	}
	.top .item .pageName h1 {
		font-size: 29px;
	}
	.search {
		margin: 14px 0 0 58px;
		width: 574px;
		height: 44px;
	}
	.searchSelect {
		width: 70px;
		height: 40px;
	}
	.selectTop p {
		font-size: 13px;
		text-indent: 16px;
	}
	.selectTop i {
		font-size: 9px;
	}
	.search input {
		width: 404px;
		height: 40px;
		font-size: 13px;
		text-indent: 10px;
	}
	.search button {
		height: 40px;
		line-height: 40px;
		width: 96px;
		font-size: 14px;
	}
	.search button i {
		font-size: 14px;
	}
	.selectBot {
		width: 72px;
		top: 40px;
	}
	.selectBot li {
		line-height: 24px;
	}
	.part1 {
		padding: 23px 0 21px;
	}
	.part1 .left {
		width: 319px;
		padding: 16px 17px 18px;
	}
	.part1Title b {
		font-size: 20px;
	}
	.part1Title span {
		height: 28px;
		line-height: 28px;
	}
	.part1Title span::after {
		width: 72px;
		height: 9px;
	}
	.part1Title a.more {
		line-height: 28px;
		font-size: 13px;
	}
	.part1 .left ul {
		padding-top: 2px;
	}
	.part1 .left li {
		margin-top: 15px;
		padding: 13px;
	}
	.part1 .left li p {
		line-height: 24px;
		height: 24px;
		font-size: 15px;
	}
	.part1 .left li span {
		height: 22px;
		line-height: 22px;
		font-size: 13px;
	}
	.part1 .left li span b {
		margin-right: 7px;
		font-size: 15px;
	}
	.part1 .center {
		width: 674px;
		margin: 0 8px;
	}
	.part1 .center .swiper-slide p {
		padding: 17px;
	}
	.part1 .center .swiper-slide p a {
		height: 28px;
		line-height: 28px;
		font-size: 22px;
	}
	.part1 .right {
		padding: 16px 18px 9px;
	}
	.part1 .right li {
		margin-top: 10px;
	}
	.part1 .right li span {
		height: 40px;
		width: 40px;
		margin-right: 12px;
		line-height: 18px;
		font-size: 12px;
	}
	.part1 .right li span b {
		line-height: 22px;
		font-size: 14px;
	}
	.part1 .right ul {
		padding-top: 10px;
	}
	.part1 .right li p {
		line-height: 20px;
		height: 40px;
		font-size: 15px;
	}
	.part1 .right li strong {
		padding-left: 52px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	.part1 .right li strong::after {
		left: 20px;
		top: 11px;
		height: 18px;
		width: 1px;
	}
	.brand-title span {
		margin: 0 46px;
		font-size: 33px;
	}
	.brand-title span b {
		margin-right: 7px;
		font-size: 37px;
	}
	.brand-title i.line-l::after {
		right: 20px;
		transform: skew(1deg);
	}
	.brand-title i {
		width: 14px;
		height: 20px;
	}
	.brand-title i::after {
		height: 16px;
		width: 104px;
	}
	.brand-title {
		padding: 38px 0;
	}
	.brand-main {
		height: 432px;
		padding: 11px 11px 10px 34px;
	}
	.brand-main .switchPicMin {
		width: 668px;
		padding-top: 87px;
	}
	.brand-top {
		left: 34px;
		width: 644px;
		height: 76px;
		line-height: 76px;
	}
	.brand-top a {
		margin: 0 48px;
		font-size: 28px;
	}
	.brand-top a:nth-child(2) em{
		left: -48px;
	}
	.brand-top a i.icon1 {
		width: 40px;
		height: 42px;
		margin: 24px 10px 0 0;
	}
	.brand-top a i.icon2 {
		width: 35px;
		height: 37px;
		margin: 22px 10px 0 0;
	}
	.brand-top a::before {
		height: 4px;
	}
	.brand-main .switchPicMin ul {
		width: 644px;
	}
	.brand-main .switchPicMin li {
		margin-top: 11px;
		padding-right: 11px;
	}
	.brand-main .switchPicMin li .image {
		height: 92px;
	}
	.brand-main .switchPicMax .image {
		height: 346px;
	}
	.brand-main .switchPicMax p {
		height: 34px;
		line-height: 34px;
		padding: 15px;
		font-size: 16px;
	}
	.brand-main .switchPicMax p a:nth-child(1){
		height: 34px;
	}
	.brand-main .switchPicMax p i {
		line-height: 34px;
		width: 58px;
		font-size: 17px;
	}
	.footLeft ul {
		margin-right: 50px;
	}
	.footCenter {
		width: 28%;
		padding-left: 4%;
	}
	.footRight {
		width: 50%;
	}
	.footRight ul li {
		width: 145px;
	}


}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .main,.w{width:  1400px;}
    body{min-width:  1400px;}
	.top .item {
		padding: 17px 0;
	}
	.top .topAdv {
		width: 336px;
		height: 75px;
	}
	.top .item .logo {
		height: 58px;
		margin-top: 8px;
		padding-right: 14px;
	}
	.top .item .pageName {
		line-height: 75px;
	}
	.top .item .pageName h1 {
		font-size: 31px;
	}
	.search {
		margin: 15px 0 0 62px;
		width: 604px;
		height: 46px;
	}
	.search input {
		width: 424px;
	}
	.search button {
		width: 100px;
	}
	.part1 {
		padding: 24px 0 22px;
	}
	.part1 .left {
		width: 336px;
		padding: 18px 20px;
	}
	.part1 .center {
		width: 711px;
	}
	.part1 .right {
		padding: 17px 20px 10px;
	}
	.part1 .left li {
		padding: 13px 14px;
	}
	.part1 .right li strong {
		height: 30px;
		line-height: 30px;
	}
	.part1 .right li strong::after {
		top: 9px;
	}
	.part1 .right li {
		margin-top: 10px;
	}
	.part1 .right ul {
		padding-top: 9px;
	}
	.brand-title {
		padding: 39px 0;
	}
	.brand-main {
		height: 456px;
		padding: 11px 11px 12px 36px;
	}
	.brand-main .switchPicMin {
		width: 704px;
		padding-top: 92px;
	}
	.brand-top {
		left: 36px;
		width: 680px;
	}
	.brand-top a {
		margin: 0 50px;
		font-size: 29px;
	}
	.brand-top a:nth-child(2) em{
		left: -50px;
	}
	.brand-main .switchPicMin li .image {
		height: 98px;
	}
	.brand-main .switchPicMin ul {
		width: 680px;
	}
	.brand-main .switchPicMax .image {
		height: 365px;
	}
	.brand-main .switchPicMax p {
		padding: 16px;
	}

}
@media only screen and (min-width: 1600px){
    .main{width:  1450px;}
    body{min-width:  1450px;}
}





