.main{
    width: 1560px;
    margin: 0 auto;
}
body {
	line-height: 1;
}
body.f6{
    background-color: #f6f7f9;
}
svg {
	fill: currentColor;
	width: 16px;
	height: 16px;
	display: inline-block;
}
.main::after,
.part3Bot ul::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%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a{
    color: #333;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'bf35';  /* Project id 2485546 */
    src: url('//at.alicdn.com/t/font_2485546_irornnlhz.woff2?t=1622707930885') format('woff2'),
         url('//at.alicdn.com/t/font_2485546_irornnlhz.woff?t=1622707930885') format('woff'),
         url('//at.alicdn.com/t/font_2485546_irornnlhz.ttf?t=1622707930885') format('truetype');
}
.public {
	font-family: "bf35" !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');
}
.public1 {
	font-family: "Public" !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("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff2") format("woff2"), 
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff") format("woff");
}
@-webkit-keyframes shake-lr {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    10% {
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg);
    }
    80% {
      -webkit-transform: rotate(-8deg);
              transform: rotate(-8deg);
    }
    90% {
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
    }
  }
  @keyframes shake-lr {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    10% {
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg);
    }
    80% {
      -webkit-transform: rotate(-8deg);
              transform: rotate(-8deg);
    }
    90% {
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
    }
  }
/* header */
.iframe {
	height: 37px;
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.header{
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}
#divLogin{
    color: #666666;
	float: left;
}
#divLogin ul {
	float: left;
}
#divLogin ul li {
    margin-right: 28px;
	line-height: 36px;
	float: left;
}
#divLogin ul li a{
	color: #666666;
}
#divLogin ul li.login1,
#divLogin ul li:last-child {
    margin-right: 0;
}
#divLogin ul li.login1 a{
	color: #008af5;
}
#divLogin ul li a.ksqg{
    margin-top: 9px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
}
#divLogin ul li a.ksqg i{
    width: 104px;
    height: 15px;
    background: url(https://www.a-bm.cn/images/index/version/2025/ksqg.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
}
.divService {
	float: right;
}
.divService a{
	line-height: 36px;
    padding-right: 20px;
	color: #666;
    display: inline-block;
}
.divService a:hover {
	color: #008af5;
}
.divService a.mobile{
    color: #008af5;
}
.divService a i {
    margin: 10.5px 2px 0 0;
	font-size: 14px;
	vertical-align: top;
    display: inline-block;
    line-height: normal;
}
.divService a:last-child {
	padding-right: 0;
}
/* Tophead */
/* .Tophead{
    margin: 0 auto;
    position: relative; 
}
.Tophead a.ksqg{
    position: absolute;
} */
/* top */
.top {
	padding: 32px 0 26px;
}
.logo {
	float: left;
    height: 56px;
	margin:4px 0 0 30px;
}
.searchBox {
    margin-left: 62px;
	width: 925px;
	float: left;
	position: relative;
}
.searchBox .form {
	width: 100%;
	height: 46px;
    padding: 2px;
	border: 2px solid #008af5;
    background: #fff;
	border-radius: 6px;
}
.searchBox .form .select{
	width: 8.7%;
	height: 100%;
	position: relative;
	float: left;
}
.searchBox .form .select .select-top p {
    font-size: 14px;
    line-height: 38px;
    text-indent: 16px;
    color: #666;
    cursor: pointer;
	position: relative;
}
.searchBox .form .select .select-top i {
    top: 11px;
    font-size: 20px;
	display: inline-block;
	position: absolute;
	right: 0;
}
.searchBox .form .select .select-top.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.search {
	width: 100%;
	height: 38px;
}
.searchBox input {
    height: 38px;
	width: 81.3%;
	float: left;
	border: none;
	outline: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 5px;
}
.searchBox button {
	width: 10%;
	float: right;
	height: 38px;
	line-height: 38px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
	background-color:#008af5;
}
.searchBox button i {
    margin-right: 6px;
    font-size: 16px;
	vertical-align: top;
    display: inline-block;
}
.searchBox ul {
	display: block;
	position: absolute;
	z-index: 9999;
	width: 100%;
	border: 2px solid #008af5;
	display: block;
	top: 40px;
	left: -2px;
	padding: 5px 0;
	background: #fff;
	display: none;
}
.searchBox ul li {
	display: block;
	font: normal 14px/22px microsoft yahei;
	color: #333;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
}
.searchBox ul li:hover {
	background: #008af5;
	color: #fff;
}
.searchBox .hot {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	color: #666;
	width: 100%;
	overflow: hidden;
}
.searchBox .hot i {
	font-size: 14px;
	margin-right: 2px;
}
.searchBox .hot a {
	color: #666;
	margin:0 8px;
}
.searchBox .hot a:hover {
	color: #008af5;
}
.searchBox .hot b {
	color:#ff5858;
}
.release-btn {
    margin-top: 4px;
	float: right;
}
.release-btn a {
	display: inline-block;
    margin-right: 15px;
	width: 118px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background-color:#ff742d;
}
.release-btn a i {
	margin-right: 4px;
    font-size: 18px;
}
.release-btn a:last-child {
    margin-right:0;
	background-color:#ff8e08;
}
/* part1 */
.part1{
    padding: 0 0 18px 18px;
    border-radius: 6px;
    background-color: #fff;
}
.part1 .product-classify{
	margin-top: 18px;
    width: 280px;
    border-radius: 6px;
    float: left;
}
.product-classify ul{
	padding-bottom: 1px;
    position: relative;
}
.product-classify ul li {
	padding: 0 16px 0 22px;
    background: #f6f7f9;
}
.part1 .product-classify ul li:first-child{
    border-radius: 6px 6px 0 0;
}
.product-classify ul li:last-child {
    border-radius: 0 0 6px 6px;
}
.product-classify ul li .class-a{
    padding: 16px 0;
	border-bottom: 1px solid #e6e6e6;
}
.product-classify ul li:last-child .class-a{
    border-bottom: 0;
}
.product-classify ul li .class-a b {
    width: 27px;
    height: 27px;
    margin:3px 16px 0 0;
	float: left;
}
.product-classify ul li .class-a svg{
	width: 26px;
    height: 26px;
}
.product-classify ul li .class-a:hover svg {
	-webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.product-classify ul li .class-a:hover svg use{
	color: #008af5;
}
.product-classify ul li .class-a .text {
	overflow: hidden;
}
.product-classify ul li .class-a .text p {
    height: 20px;
    line-height: 20px;
	font-size: 16px;
    overflow: hidden;
}
.product-classify ul li .class-a .text p a {
	color: #333;
}
.product-classify ul li .class-a .text span {
	display: block;
	margin-top: 7px;
	height: 36px;
	font-size: 0;
}
.product-classify ul li .class-a .text span a{
	color: #999;
	margin-right: 13px;
	line-height: 18px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.product-classify ul li .class-a .text span a:hover {
	color: #008af5;
}
.product-classify ul li .class-b {
	height: 100%;
	width: 946px;
	left:280px;
	padding: 15px 20px 0px 15px;
	top: 0;
    background: #fff;
    border: 1px solid #008af5;
    position: absolute;
	z-index: 99;
	display: none;
	overflow-y: auto;
}
.class-txt {
	overflow: hidden;
}
.class-txt .item {
	margin-bottom: 15px;
}
.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;
}

.class-b .item span a {
	color: #333;
}
.class-b .item span a.more{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.class-b .item span a.more:hover{
	color: #008af5;
}
.class-txt .item .class-c {
	height: 35px;
	line-height: 24px;
    padding-bottom: 8px;
    font-size: 16px;
	margin-bottom: 10px;
    font-weight: 700;
	border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.class-txt .item .class-c b {
	position: relative;
	padding-left: 12px;
}
.class-txt .item .class-c b::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	background: #008af5;
	border-radius: 3px;
}
.class-txt .item .class-c a {
	color: #333;
}
.class-txt .item .class-c a:hover {
	color: #008af5;
}
.class-txt .item .class-c .more {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	color: #333;
	font-size: 14px;
}
.class-b .item p {
	font-size: 14px;
	margin-top: 8px;
	line-height: 24px;
	margin-left: -13px;
}
.class-b .item p a {
	color: #666;
	display: inline-block;
	width: 13.5%;
	height: 24px;
	padding: 0 13px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.class-b .item p a::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 14px;
	width: 1px;
	background-color: #666;
}
.class-b .item p a:hover {
	color: #008af5;
}
.class-b .item span a:hover {
	color: #008af5;
}
.class-adv {
	overflow: hidden;
	margin-top: 26px;
	padding-bottom: 26px;
}
.class-adv .item {
	width: 410px;
	height: 150px;
    margin-right: 42px;
    border-radius: 6px;
	background: #f7f7f7;
	float:left;
}
.class-adv .item .image {
	width: 150px;
	height: 150px;
    margin-right: 18px;
    border-radius: 6px;
	float: left;
    overflow: hidden;
}
.class-adv .item .image img {
	width: 100%;
	height: 100%;
}
.class-adv .item .text {
	overflow: hidden;
}
.class-adv .item .text b {
	font-size: 16px;
	display: block;
	margin-top: 22px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.class-adv .item .text b a{
	color: #333;
}
.class-adv .item .text b a:hover{
	color: #008af5;
}
.class-adv .item .text span {
	background: #e3eff5;
	color: #008af5;
	font-size: 14px;
	display: inline-block;
	padding: 5px;
	margin-top: 14px;
}
.class-adv .item .text p {
	height: 40px;
	line-height: 20px;
	color: #999;
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
}
.product-classify ul li.hover {
	border-bottom: none;
	background: #f4f4f4;
	-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;
}
.product-classify ul li.hover .class-b {
	display: block;
}
.product-classify ul li.hover .class-a b i {
	color: #008af5;
}
.product-classify ul li.hover .class-a .text p a{
	color: #008af5;
}
.part1 .news{
    width: 928px;
    margin: 18px 18px 0;
    float: left;
}
.part1 .nav{
	padding: 0 18px;
	font-size: 0;
	border-radius: 6px;
	background-color: #f6f7f9;
}
.part1 .nav a{
	height: 54px;
	line-height: 54px;
	margin: 0 34px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	display: inline-block;
	position: relative;
}
.part1 .nav a::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background-color: #008af5;
	content: "";
	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
}
.part1 .nav a:hover,.part1 .nav a.focus{
	color: #008af5;
}
.part1 .nav a:hover::after,.part1 .nav a.focus::after{
	width: 100%;
}
.part1 .banner{
	margin-top: 18px;
	border-radius: 6px;
	overflow: hidden;
}
.part1 .banner .swiper-slide .image{
	height: 0;
	padding-bottom: 43.91%;
	overflow: hidden;
	position: relative;
}
.part1 .banner .swiper-slide .image img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.part1 .login{
	width: 298px;
    float: right;
}
.login iframe {
	height: 80px;
}
.user{
	height: 80px;
	padding: 15px 20px 15px 16px;
	position: relative;
}
.user::after{
	position: absolute;
	content: "";
	left: -14px;
	top: -8px;
	right: 0;
	bottom: 0;
	background: url(../../../../images/index/version/2025/login-topBg.jpg) no-repeat;
	background-size: 100% 100%;
}
.user b{
	width: 50px;
	height: 50px;
	margin-right: 8px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 1;
}
.user .text{
	max-width: 130px;
	position: relative;
	z-index: 1;
	float: left;
}
.user .text p{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.user .text span{
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #999;
	display: block;
	overflow: hidden;
}
.user .sign{
	margin-top: 18px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: right;
}
.user .sign a{
	font-size: 14px;
	color: #008af5;
}
.loginItem{
	margin: 18px 18px 0 0;
}
.part1 .login .help {
	overflow: hidden;
}
.part1 .login .help .item{
	margin-left: 11px;
	padding: 14px 0 16px;
	width: 86px;
	border-radius: 6px;
	background-color: #f6f7f9;
	text-align: center;
	float: left;
	position: relative;
}
.part1 .login .help .item:first-child{
	margin-left: 0;
}
.part1 .login .help .item b {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto 12px;
	background: url('../../../../Images/index/Version/2025/help1.png') center center no-repeat;
}
.part1 .login .help .item:nth-child(2) b {
	background: url('../../../../Images/index/Version/2025/help2.png') center center no-repeat;
}
.part1 .login .help .item:nth-child(3) b {
	background: url('../../../../Images/index/Version/2025/help3.png') center center no-repeat;
}
.part1 .login .help .item:nth-child(1) b,
.part1 .login .help .item:nth-child(2) b,
.part1 .login .help .item:nth-child(3) b{
	background-size: contain;
}
.part1 .login .help .item:hover b{
	-webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.part1 .login .help .item p{
	font-size: 14px;
}
.part1 .login-bot {
	margin-top: 11px;
	padding: 18px 18px 24px 18px;
	background: url(../../../../images/index/version/2025/login-bot.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.part1 .login-title{
	height: 38px;
	line-height: 20px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e6e6e6;
}
.part1 .login-title b{
	padding-left: 10px;
	font-size: 16px;
	color: #333;
	position: relative;
	display: inline-block;
}
.part1 .login-title b::after{
	position: absolute;
	left: 0;
	top: 3px;
	content: '';
	width: 4px;
	height: 16px;
	background: #008af5;
	border-radius: 2px;
}
.part1 .login-title .login-more {
	float: right;
	position: relative;
}
.login-title .more {
	color: #999;
	font-size: 14px;
	float: right;
}
.part1 .login-title .more:hover {
	color: #008af5;
}
.part1 .login-bot ul {
	margin-top: 7px;
	overflow: hidden;
}
.part1 .login-bot ul li {
	width: 50%;
	float: left;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	position: relative;
}
.part1 .login-bot ul li a{
	color: #333;
}
.part1 .login-bot ul li a:hover {
	color: #008af5;
}
.part1 .login-bot ul li:nth-child(1n) {
	padding-right: 25px;
}
.part1 .login-bot ul li:nth-child(2n) {
	padding-left: 10px;
	padding-right: 15px;
}
.part1 .login-bot ul li:nth-child(2n) i{
	right: 0px;
}
.part1 .login-bot ul li i {
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 12px;
	color: #bababa;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.part1 .login-bot ul li:hover i {
	color: #008af5;
	-webkit-animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
	        animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
}
@-webkit-keyframes slide-in-left {
	0% {
	  -webkit-transform: translateX(-10px)translateY(-50%)  rotate(-90deg);
			  transform: translateX(-10px) translateY(-50%) rotate(-90deg);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0) translateY(-50%) rotate(-90deg);
			  transform: translateX(0) translateY(-50%) rotate(-90deg);
	  opacity: 1;
	}
  }
  @keyframes slide-in-left {
	0% {
	  -webkit-transform: translateX(-10px) translateY(-50%) rotate(-90deg);
			  transform: translateX(-10px) translateY(-50%) rotate(-90deg);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0) translateY(-50%) rotate(-90deg);
			  transform: translateX(0) translateY(-50%) rotate(-90deg);
	  opacity: 1;
	}
  }
/* bannerAdv */
.bannerAdv {
	margin: 0 auto;
}
.bannerAdv ul {
	width: calc(100% + 10px);
	display: inline;
	float: left;
	margin: 0px 0 0 -5px;
}
.bannerAdv ul li {
	display: block;
	float: left;
	position: relative;
}
.bannerAdv ul li .adv-item{
	margin: 18px 5px 0 5px;
	position: relative;
}
.bannerAdv ul.one li{
	width: 100%;
}
.bannerAdv ul.two li{
	width: 50%;
}
.bannerAdv ul.three li{
	width: 33.33%;
}
.bannerAdv ul.four li{
	width: 25%;
}
.bannerAdv ul.five li{
	width: 20%;
}
.bannerAdv ul.six li{
	width: 16.66%;
}
.bannerAdv ul li img{
	border-radius: 6px;
}
/* part2 */
.mt18{
	margin-top: 18px;
}
.part2{
	padding: 23px 18px 26px;
	border-radius: 6px;
	background:#fff url('../../../../Images/index/Version/2025/part2.png')no-repeat;
	background-size: 100% auto;
}
.partTitle {
	height: 36px;
	position: relative;
}
.partTitle b {
	height: 36px;
	line-height: 36px;
	font-size: 25px;
	color: #333;
	display: inline-block;
}
.partTitle b a {
	color: #333;
}
.partTitle b i {
	margin:3px 10px 0 0;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	line-height: normal;
}
.partTitle b i img{
	vertical-align: top;
}
.partTitle .titleRight {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 6px;
	background-color: #f6f7f9;
	overflow: hidden;
}
.partTitle .titleRight a {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	padding: 0 18px;
	position: relative;
	color: #333;
	float: left;
}
.partTitle .titleRight a::after{
	width: 1px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ddd;
	content: "";
}
.partTitle .titleRight a::before{
	width: 7px;
	height: 7px;
	top: 10px;
	right: 16px;
	position: absolute;
	content: "";
	background-color: rgb(124, 198, 255);
}
.partTitle .titleRight a:last-child:after{
	display: none;
}
.partTitle .titleRight a span{
	position: relative;
	z-index: 1;
}
.partTitle .titleRight a svg {
	width: 16px;
	height: 16px;
	margin: 11px 4px 0 0;
	vertical-align: top;
}
.partTitle .titleRight a:hover {
	color: #008af5;
}
.partTitle .titleRight a:hover svg {
	-webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.partTitle p{
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 0;
}
.partTitle p a{
	margin: 0 20px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #999;
	transition: none;
	display: inline-block;
	position: relative;
}
.partTitle p a:last-child{
	margin-right: 0;
}
.partTitle p a::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 7px;
	border-radius:8px;
	background-image: -moz-linear-gradient( 0deg, rgb(244,90,90) 0%, rgb(255,198,109) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(244,90,90) 0%, rgb(255,198,109) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(244,90,90) 0%, rgb(255,198,109) 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;
  	text-decoration: none;
}
.partTitle p a::before{
	position: absolute;
	content: "";
	bottom: 7px;
	right: -7px;
	width: 0;
	height: 7px;
	border-radius:8px;
	background-image: -moz-linear-gradient( 180deg, rgb(255,212,96) 0%, rgb(255,139,54) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(255,212,96) 0%, rgb(255,139,54) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(255,212,96) 0%, rgb(255,139,54) 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;
  	text-decoration: none;
}
.partTitle p a span{
	position: relative;
	z-index: 1;
}
.partTitle p a.focus{
	font-size: 18px;
	font-weight: 700;
	color: #333;
}
.partTitle p a.focus::after,
.partTitle p a.focus::before{
	width: 98%;
}
.part2Bot{
	margin-top: 19px;
	overflow: hidden;
}
.newsAdv{
	width: 286px;
	margin-right: 24px;
	float: left;
}
.newsAdv .item {
	height: 120px;
	margin-bottom: 18px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}
.newsAdv .item .item-inner {
	width: 100%;
    height: 100%;
    position: relative;
    /* -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; */
}
.newsAdv .item .item-img {
	height: 100%;
	/* backface-visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; */
}
.newsAdv .item .item-img img {
	width: 100%;
    display: block;
    position: relative;
}
.newsAdv .item .item-content {
	position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	background: url('../../../../Images/index/Version/2025/newsAdv.png') no-repeat;
	background-size: 100% 100%;
	padding: 0 4px;
}
.newsAdv .item:last-child {
	margin-bottom: 0;
}
.newsAdv .item a {
	width: 100%;
	height: 100%;
}
.newsAdv .item img {
	width: 100%;
	height: 100%;
}
.newsAdv .item .item-content b {
	display: block;
	font-size: 18px;
	color: #fff;
	margin: 15px 0 0 0;
	position: relative;
}
.newsAdv .item .item-content b::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 255px;
	height: 1px;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.5), rgba(255,255,255,0.1));
    background: -o-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.5), rgba(255,255,255,0.1));
    background: linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.5), rgba(255,255,255,0.1));
}
.newsAdv .item .item-content p:nth-of-type(1) {
	margin-top: 30px;
}
.newsAdv .item .item-content p {
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
	overflow: hidden;
}
/* .item-inner:hover > div.item-img{
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
	transform:rotateX(180deg);
} */
.item-inner > div img{
	max-width:100%;
	display:block;
	position:relative;
}
/* .item-inner:hover .item-content{
	opacity:1;
	-webkit-transform:rotateX(0);
	-moz-transform:rotateX(0);
	transform:rotateX(0);
} */
.newsText{
	width: 904px;
	margin-right: 30px;
	float: left;
}
.newsBot{
	overflow: hidden;
}
.newsBot p{
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	overflow: hidden;
}
.newsBot p a{
	color: #df1717;
}
.newsBot p a:hover{
	color: #008af5;
}
.newsBot ul{
	overflow: hidden;
}
.newsBot li{
	margin-top: 19px;
	width: 50%;
	float: left;
}
.newsBot li:nth-child(2n){
	padding-left: 11px;
}
.newsBot li:nth-child(2n+1){
	padding-right: 11px;
}
.newsBot li a{
	height: 20px;
	line-height: 20px;
	padding-left: 22px;
	font-size: 16px;
	color: #333;
	display: block;
	position: relative;
	overflow: hidden;
}
.newsBot li i{
	width: 4px;
	height: 4px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.newsBot:nth-child(2){
	margin-top: 22px;
}
.newsBot li:hover i{
	background-color: #008af5;
}
.newsBot li:hover a{
	color: #008af5;
}
.newsImg{
	width: 280px;
	float: right;
}
.newsImg li{
	margin-top: 18px;
	position: relative;
}
.newsImg li:nth-child(1){
	margin-top: 0;
}
.newsImg .image{
	height: 0;
	padding-bottom: 67.5%;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.newsImg .image img{
	width: 100%;
	height: 100%;
	position: absolute;
}
.newsImg li p{
	padding: 66px 7px 8px;
	border-radius: 0 0 6px 6px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
}
.newsImg li p a{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	display: block;
	overflow: hidden;
}
.newsImg li p:hover a{
	color: #008af5;
}
.part2Brand{
	margin-top: 15px;
}
.brandTop p{
	padding-bottom: 5px;
	overflow: hidden;
}
.brandTop a{
	height: 30px;
	line-height: 30px;
	padding: 0 11px;
	font-size: 16px;
	margin-right: 9px;
	border-radius: 4px;
	color: #333;
	position: relative;
	float: left;
	cursor: pointer;
}
.brandTop a::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 0 6px;
	border-color: #008af5 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	content: "";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.brandTop a:last-child::after{
	display: none;
}
.brandTop a.focus,.brandTop a:hover{
	background-color: #008af5;
	color: #fff;
}
.brandTop a.focus::after,.brandTop a:hover::after{
	border-width: 5px 6px 0 6px;
}
.brandBot{
	display: none;
	overflow: hidden;
}
.brandBot ul{
	margin-left: -11px;
	overflow: hidden;
}
.brandBot li{
	margin-top: 10px;
	padding-left: 11px;
	width: 12.5%;
	float: left;
}
.brandBot li a{
	height: 100px;
	border-radius: 6px;
	border: 1px solid #dddddd;
	display: block;
	position: relative;
	overflow: hidden;
}
/* part3 */
.part3{
	padding: 20px 15px 23px;
	border-radius: 6px;
	background: url('../../../../Images/index/Version/2025/part3Bg.png')no-repeat;
	background-size: 100% 100%;
}
.part3 .part3Top{
	margin: 0 11px;
	text-align: center;
}
.part3 .part3Top span,
.part5 .part5Top span{
	margin: 0 57px;
	height: 46px;
	line-height: 46px;
	font-size: 36px;
	color: #fff;
	font-family: "阿里妈妈数黑体 Bold";
	display: inline-block;
}
.part3 .part3Top img,
.part5 .part5Top img{
	margin-top: 5px;
	height: 45px;
	vertical-align: top;
}
.part3 .part3Tab{
	margin: 10px 11px 0;
	height: 40px;
	text-align: center;
	position: relative;
}
.part3 .part3Tab::after{
	position: absolute;
	left: 7px;
	right: 7px;
	top: 0;
	bottom: 0;
	content: "";
	border-radius: 6px;
	transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg); 
	background: rgba(255,255,255,0.3);
}
.part3 .part3Tab p{
	font-size:0;
	position: relative;
	z-index: 1;
}
.part3 .part3Tab p a{
	padding: 0 37px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	transition:none;
}
.part3 .part3Tab p a i{
	width: 9px;
	height: 8px;
	margin-top: 16px;
	background: url('../../../../Images/index/Version/2025/part3Tab1.png')no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.part3 .part3Tab p a::after{
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	content: "";
	border-radius: 6px;
	transform:translateX(-50%) skew(-25deg, 0deg);
	-ms-transform:translateX(-50%) skew(-25deg, 0deg);
	-webkit-transform:translateX(-50%)  skew(-25deg, 0deg);
	-moz-transform:translateX(-50%)  skew(-25deg, 0deg);
	-o-transform:translateX(-50%) skew(-25deg, 0deg); 
	background-image: -moz-linear-gradient( 0deg, rgb(255,239,164) 0%, rgb(255,255,255) 37%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,239,164) 0%, rgb(255,255,255) 37%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,239,164) 0%, rgb(255,255,255) 37%);
	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
	width: 0;
}
.part3 .part3Tab p a b{
	margin: 0 10px;
	position: relative;
	z-index: 1;
}
.part3 .part3Tab p a.focus{
	font-size: 18px;
	color: #f86633;
}
.part3 .part3Tab p a.focus i{
	opacity: 1;
}
.part3 .part3Tab p a.focus::after{
	width: 100%;
}
.part3Bot{
	display: none;
}
.part3Bot ul {
	padding: 14px 0 5px;
}
.part3Bot ul li {
	width: 25%;
	float: left;
	padding: 0 11px;
}
.part3Bot ul li .item {
	padding: 20px;
	box-shadow: 5px 5px 0px #ff7316;
	border-radius: 6px;
	background: #fff;
}
.part3Bot ul li .item-top span{
	width: 138px;
	height: 48px;
	display: block;
	float: left;
	position: relative;
}
.part3Bot ul li .item-top span::after {
	content: '';
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 38px;
	background: #ddd;
}
.part3Bot ul li .item-top b {
	overflow: hidden;
	font-size: 24px;
	line-height: 48px;
	height: 48px;
	display: block;
	padding-left: 22px;
	margin-left: 22px;
	overflow: hidden;
}
.part3Bot ul li .item-top b a {
	color: #333;
}
.part3Bot ul li .item-top b a:hover{
	color: #008af5;
}
.part3Bot ul li .item-bot {
	margin-top: 8px;
	overflow: hidden;
}
.part3Bot ul li .item-bot p{
	font-size: 14px;
	margin-top: 10px;
	padding-left: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	position: relative;
}
.part3Bot ul li .item-bot p::after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ff7316;
	transform: translateY(-50%);
}
.part3Bot ul li .item-bot p a{
	color: #333;
}
.part3Bot ul li .item-bot p a:hover{
	color: #008af5;
}
/* part4 */
.mt26{
	margin-top: 26px;
}
.part4,
.part6{
	padding: 19px 26px 26px;
	border-radius: 6px;
	background:#fff url('../../../../Images/index/Version/2025/part4.png')no-repeat;
	background-size: 100% auto;
}
.part4 .left,
.part6 .left{
	margin-top: 6px;
	width: 1108px;
	float: left;
}
.part4 .partTitle b i {
	margin:7px 10px 0 0;
	height: 27px;
}
.part4Bot{
	overflow: hidden;
	display: none;
}
.part4Bot ul{
	margin-top: 3px;
	margin-left: -22px;
	overflow: hidden;
}
.part4Bot li{
	margin-top: 20px;
	padding-left: 22px;
	width: 20%;
	float: left;
}
.part4Bot li .image{
	display: block;
	padding-bottom: 100%;
	height: 0;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.part4Bot li b{
	margin-top: 13px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	display: block;
	overflow: hidden;
}
.part4Bot li b a{
	color: #333;
}
.part4Bot li b a:hover{
	color: #008af5;
}
.part4Bot li p{
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #d12b2b;
}
.part4Bot li p span{
	font-size: 18px;
}
.part4 .right,
.part6 .right{
	width: 374px;
	float: right;
}
.inquiryTitle {
	height: 54px;
	line-height: 54px;
	padding: 0 22px;
	position: relative;
	border-radius: 6px 6px 0 0;
	background-image: -moz-linear-gradient( 0deg, rgb(239,58,58) 0%, rgb(255,84,44) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(239,58,58) 0%, rgb(255,84,44) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(239,58,58) 0%, rgb(255,84,44) 100%);
}
.inquiryTitle b {
	font-size: 19px;
	color: #fff;
}
.inquiryNav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 22px;
	line-height:normal;
}
.inquiryNav a {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	margin-left: 22px;
	color: #fff;
	text-align: center;
	display: inline-block;
	position: relative;
}
.inquiryNav a::after{
	height: 2px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	background-color: #fff;
	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
}
.inquiryNav a:first-child{
	margin: 0;
}
.inquiryNav a.focus {
	font-weight: 700;
}
.inquiryNav a.focus::after{
	width: 100%;
}
.inquiryList {
	display: none;
}
.inquiryList ul {
	padding: 0 20px 24px;
	border: 1px solid #e7e7e7;
	border-top: 0;
	overflow: hidden;
}
.inquiryList ul li{
	margin-top: 20px;
	line-height: 22px;
	height: 22px;
	font-size: 16px;
	padding: 0 78px 0 0;
	overflow: hidden;
	position: relative;
}
.inquiryList ul li em {
	margin-right: 5px;
	padding: 0 7px;
	line-height: 22px;
	font-size: 14px;
	font-style: normal;
	background: #fff2e9;
	color: #f96d25;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
}
.inquiryList ul li span {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inquiryList ul li span i {
	color: #ff3918;
	font-style: normal;
}
.inquiryList ul li a{
	color: #333;
}
.inquiryList ul li a:hover{
	color: #008af5;
}
.inquiryList ul .more {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #d7eaf4;
	border-radius: 2px;
	border: 1px solid #9ccce5;
	text-align: center;
	font-size: 16px;
	color: #008af5;
	font-weight: bold;
	margin-top: 25px;
}
.inquiryList2 ul li{
	padding: 0 46px 0 0;
}
/* part5 */
.part5{
	padding: 20px 0 23px;
	border-radius: 6px;
	background: url('../../../../Images/index/Version/2025/part5.png')no-repeat;
	background-size: 100% 100%;
}
.part5 .part5Top {
	margin: 0 26px;
}
.part5Bot{
	padding: 0 15px;
	position: relative;
}
.part5Bot .swiper-container{
	overflow: hidden;
}
.part5Bot .swiper-button-next,
.part5Bot .swiper-button-prev{
	background: none;
	width: auto;
	height: auto;
	background: rgba(0,138,245,0.5);
	color: #fff;
	border-radius: 50%;
}
.part5Bot .swiper-button-next{
	right: 5px;
}
.part5Bot .swiper-button-prev{
	left: 5px;
}
.part5Bot .swiper-button-next svg,
.part5Bot .swiper-button-prev svg{
	width: 46px;
	height: 46px;
}
.part5Bot ul {
	padding: 14px 0 5px;
}
.part5Bot ul li {
	width: 25%;
	float: left;
	padding: 0 11px;
}
.part5Bot ul li .item {
	box-shadow: 5px 5px 0px #63abff;
	border-radius: 6px;
	background: #fff;
}
.part5Bot li .itemTitle{
	padding: 0 18px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.part5Bot li .itemTitle b{
	height: 52px;
	line-height: 52px;
	padding-left: 11px;
	font-size: 18px;
	color: #333;
	display: inline-block;
	position: relative;
}
.part5Bot li .itemTitle b::after{
	width: 3px;
	height: 16px;
	background-color: #0295e2;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}
.part5Bot li:nth-child(2) .itemTitle b::after{
	background-color: #f06060;
}
.part5Bot li:nth-child(3) .itemTitle b::after{
	background-color: #00994d;
}
.part5Bot li:nth-child(4) .itemTitle b::after{
	background-color: #ffa800;
}
.part5Bot li .itemTitle a.more{
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}
.part5Bot li .itemTitle a.more:hover{
	color: #008af5;
}
.part5Bot li .itemBot{
	padding: 0 18px 18px;
}
.part5Bot li .itemBot p{
	margin-top: 12px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
}
.part5Bot li .itemBot p a{
	color: #333;
}
.part5Bot li .itemBot p a:hover{
	color: #008af5;
}
/* part6 */
.part6{
	background:#fff url('../../../../Images/index/Version/2025/part6.png')no-repeat;
	background-size: 100% auto;
}
.part6 .partTitle b i {
	margin:7px 10px 0 0;
	height: 26px;
}
.part6 .partTitle .titleRight a::before {
	background-color: rgb(105, 199, 134);
}
.part6 .partTitle .titleRight a i{
	width: 18px;
	height: 18px;
	margin: 10px 4px 0 0;
	background: url('../../../../Images/index/Version/2025/part6title2.png') center center no-repeat;
	display: inline-block;
	vertical-align: top;
}
.part6 .partTitle .titleRight a:nth-child(2) i{
	background: url('../../../../Images/index/Version/2025/part6title3.png') center center no-repeat;
}
.part6 .partTitle .titleRight a:nth-child(3) i{
	background: url('../../../../Images/index/Version/2025/part6title4.png') center center no-repeat;
}
.part6 .partTitle .titleRight a:hover i{
	background: url('../../../../Images/index/Version/2025/part6titlefocus2.png') center center no-repeat;
}
.part6 .partTitle .titleRight a:nth-child(2):hover i{
	background: url('../../../../Images/index/Version/2025/part6titlefocus3.png') center center no-repeat;
}
.part6 .partTitle .titleRight a:nth-child(3):hover i{
	background: url('../../../../Images/index/Version/2025/part6titlefocus4.png') center center no-repeat;
}
.part6 .partTitle .titleRight a:hover {
	color: #23a14a;
}
.part6 .rightTitle {
	height: 54px;
	line-height: 54px;
	padding: 0 22px;
	position: relative;
	border-radius: 6px 6px 0 0;
	background-image: -moz-linear-gradient( 0deg, rgb(35,161,74) 0%, rgb(39,175,55) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(35,161,74) 0%, rgb(39,175,55) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(35,161,74) 0%, rgb(39,175,55) 100%);
}
.part6 .rightTitle b {
	font-size: 19px;
	color: #fff;
}
.part6 .rightTitle a.more{
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}
/* part6Bot */
.part6 .part6Bot{
	overflow: hidden;
}
.part6 .partImg{
	width: 420px;
	float: left;
}
.part6 .partBigImg{
	margin-top: 20px;
	position: relative;
}
.part6 .partBigImg .image{
	height: 0;
	padding-bottom: 56.19%;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	display: block;
}
.part6 .partBigImg .image img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.part6 .partBigImg span{
	padding: 66px 7px 8px;
	border-radius: 0 0 6px 6px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
}
.part6 .partBigImg span a{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	display: block;
	overflow: hidden;
}
.part6 .partBigImg span a:hover{
	color: #23a14a;
}
.part6 .partImg .text{
	margin: 14px 0 18px;
}
.part6 .partImg p{
	height: 34px;
	line-height: 34px;
	padding-left: 13px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
.part6 .partImg p i{
	width: 4px;
	height: 4px;
	background-color: #23a14a;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.part6 .partImg p a{
	color: #333;
}
.part6 .partImg p a:hover{
	color: #23a14a;
}
.part6 .partImg ul{
	overflow: hidden;
}
.part6 .partImg li{
	width: calc(50% - 7px);
	float: left;
}
.part6 .partImg li:nth-child(2){
	float: right;
}
.part6 .partImg li .image{
	height: 0;
	padding-bottom: 56.157%;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.part6 .partImg li .image img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.part6 .partImg li span{
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	display: block;
	overflow: hidden;
}
.part6 .partImg li span a{
	color: #333;
}
.part6 .partImg li span a:hover{
	color: #23a14a;
}
.part6 .partText{
	width: calc(100% - 420px - 26px);
	float: right;
}
.part6 .partText .exhi-top {
	margin-top: 20px;
	padding: 20px 26px;
	background: #f6f7f9;
	text-align: center;
	position: relative;
}
.part6 .partText .exhi-top mark{
	width: 68px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../../../../Images/index/Version/2025/exhi-top1.png') no-repeat;
	background-size: contain;
}
.part6 .partText .exhi-top b {
	padding: 0 32px;
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	text-align: center;
}
.part6 .partText .exhi-top b a {
	font-weight: normal;
	color: #333;
}
.part6 .partText .exhi-top b a:hover{
	color: #23a14a;
}
.part6 .partText .exhi-top p {
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.part6 .partText .exhi-top p span {
	margin-right: 22px;
}
.part6 .partText .exhi-top p span:nth-of-type(3) {
	margin-right: 0;
}
.part6 .partText .exhi-top p i {
	line-height: normal;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	font-size: 14px;
	margin-right: 4px;
}
.part6 .partText .exhi-item {
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.part6 .partText .exhi-item .item{
	overflow: hidden;
	margin-bottom: 16px;
}
.part6 .partText .exhi-item .item .time {
	width: 62px;
	height: 58px;
	margin-right: 10px;
	font-size: 14px;
	border-radius: 4px;
	float: left;
}
.part6 .partText .exhi-item .item:last-child {
	margin-bottom: 0;
}
.part6 .partText .exhi-item .item .time b {
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	display: block;
	background: #23a14a;
	overflow: hidden;
}
.part6 .partText .exhi-item .item .time p {
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #23a14a;
	background-color: #f6f7f9;
	overflow: hidden;
}
.part6 .partText .exhi-item .item .text {
	overflow: hidden;
}
.part6 .partText .exhi-item .item .text p {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
}
.part6 .partText .exhi-item .item .text span {
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.part6 .partText .exhi-item .item .text p a {
	color: #333;
}
.part6 .partText .exhi-item .item .text p a:hover {
	color: #23a14a;
}
.part6 .partText .part6Bot .partText ul {
	margin-top: 12px;
}
.part6Bot .partText ul li {
	font-size: 16px;
	line-height: 37px;
	height: 37px;
	overflow: hidden;
	position: relative;
	padding-right: 80px;
}
.part6Bot .partText ul li span {
	font-size: 14px;
	color: #23a14a;
	margin-right: 10px;
}
.part6Bot .partText ul li a {
	color: #333;
	border-left: 1px solid #e6e6e6;
	padding-left: 10px;
}
.part6Bot .partText ul li em {
	font-style: normal;
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.part6Bot .partText ul li a:hover {
	color: #23a14a;
}

/* rightItem */
.part6 .rightItem {
	padding: 11px 20px 14px;
	border: 1px solid #e7e7e7;
	border-top: 0;
	overflow: hidden;
}
.part6 .rightItem .top-img{
	padding-bottom: 9px;
	border-bottom: 1px solid #e6e6e6;
}
.part6 .rightItem .top-img .image a{
	height: 0;
	padding-bottom: 56.325%;
	border-radius: 6px;
	display: block;
	overflow: hidden;
	position: relative;
}
.part6 .rightItem .top-img .image img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.part6 .rightItem .top-img p{
	margin-top: 13px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
}
.part6 .rightItem .top-img p em{
	height: 24px;
	line-height: 24px;
	padding: 0 6px;
	margin-right: 4px;
	font-size: 13px;
	border-radius: 4px;
	background-color: #23a14a;
	color: #fff;
	font-style: normal;
	display: inline-block;
}
.part6 .rightItem .top-img p a{
	color: #333;
}
.part6 .rightItem .top-img p:hover a{
	color: #23a14a;
}
.part6 .rightItem .top-img span{
	margin-top: 12px;
	max-height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.part6 .rightItem li{
	margin-top: 15px;
}
.part6 .rightItem li p{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
}
.part6 .rightItem li p a{
	color: #333;
}
.part6 .rightItem li p a:hover{
	color: #23a14a;
}
.part6 .rightItem li span{
	margin-top: 9px;
	line-height: 18px;
	height: 18px;
	font-size: 14px;
	color: #666;
	display: block;
	overflow: hidden;
}
/* part7 */
.part7{
	padding: 26px;
	border-radius: 6px;
	background:#fff url('../../../../Images/index/Version/2025/part7.png')no-repeat;
	background-size: 100% auto;
}
.part7 li{
	margin-top: 26px;
	width: 16.666%;
	float: left;
}
.part7 li .image{
	border: 1px solid transparent;
}
.part7 li .image a{
	height: 0;
	padding-bottom: 31.075%;
	position: relative;
	overflow: hidden;
	display: block;
}
.part7 li .image:hover{
	border: 1px solid rgb(249, 242, 202);
	box-shadow: 0px 0px 15px 0px rgb(249, 242, 202);
}
/* footer */
.footer {
	margin: 0 auto;
	background-color: #212324;
	margin-top: 40px;
}
/* link */
.links {
	background-color: #212324;
	overflow: hidden;
	padding: 30px 0 24px;
}
.main+.links{
	margin-top: 40px;
}
.links+.footer{
	margin-top: 0!important;
}
.links .left {
	float: left;
	text-align: center;
	color: #008af5;
	font-size: 18px;
	margin-right: 30px;
}
.links .left b {
	padding: 0 16px;
	background: url(../../../../images/index/version/2025/link.png) no-repeat;
	background-size: contain;
	height: 18px;
	line-height: 18px;
	display: inline-block;
}
.links .left .join-link {
	font-size: 15px;
	color: #cacaca;
	display: block;
	margin-top: 10px;
}
.links .left .join-link svg {
	width: 13px;
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
}
.links .left .join-link:hover {
	color: #fff;
}
.links .right {
	overflow: hidden;
}
.links .right p {
	font-size: 0;
	margin-top: -13px;
	margin-right: -22px;
}
.links .right p a {
	display: inline-block;
	font-size: 15px;
	margin-right: 22px;
	color: #888;
	margin-top: 13px;
}
.links .right p a:hover {
	color: #008af5;
}
/* footer */
.footer .item {
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #3a3a3a;
}
.footer .item .footer-code {
	float: right;
	width: 400px;
	border-left: 1px solid #444444;
	margin-top: 27px;
}
.footer .item .footer-code li {
	float: left;
	padding-left: 44px;
}
.footer .item .footer-code li .code {
	width: 140px;
	height: 140px;
	border: 2px solid #008af5;
	padding: 10px;
	background-color: #fff;
}
.footer .item .footer-code li p {
	text-align: center;
	font-size: 14px;
	color: #e2e2e2;
	margin-top: 16px;
}
.footer .item .left {
	margin-top: 20px;
	overflow: hidden;
	padding-right: 44px;
}
.footer .item .left p {
	font-size: 15px;
	line-height: 32px;
	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: #008af5;
}
.footer .item .left p:nth-child(2) img{
	margin: -1px 0px 0 10px;
  	vertical-align: top;
}
.footer .item .left p:nth-child(2) a{
	margin-right: 8px;
	padding-right: 8px
}
.footer .item .left p:nth-child(2) em{
	font-style: normal;
}
.footer .item .left span {
	font-size: 15px;
	line-height: 32px;
	color: #838383;
}
.footer .item .left span em {
	font-style: normal;
	margin-right: 12px;
}
.footer .item .left span img {
	margin: 7px 5px 0 10px;
	vertical-align: top;
}
.copyright {
	font-size: 14px;
	line-height: 22px;
	color: #838383;
	border-top: 1px solid #444444;
	margin-top: 10px;
	padding: 10px 0;
	display: inline-block;
}
.copyright img {
	margin: 1px 8px 0 0px;
	vertical-align: top;
}
ul.footImg {
	width: 810px;
	height: 48px;
	margin-bottom: 24px;
	overflow: hidden;
	background: url("../../../../images/index/version/2025/copyright.png") no-repeat 0 0;
}
ul.footImg li {
	width: 135px;
	float: left;
}
ul.footImg li a {
	width: 125px;
	height: 48px;
	display: block;
}

/* media */
@media only screen and (max-width: 1024px){
    .main{width:  1000px;}
    body{min-width:  1000px;}
	.top {
		padding: 20px 0 16px;
	}
	.logo {
		height: 40px;
		margin: 3px 0 0 18px;
	}
	.searchBox {
		margin-left: 40px;
		width: 576px;
	}
	.searchBox .form {
		height: 34px;
	}
	.searchBox .form .select {
		width: 10%;
	}
	.searchBox .form .select .select-top p {
		line-height: 26px;
		text-indent: 4px;
		font-size: 12px;
	}
	.searchBox .form .select .select-top i {
		top: 6px;
		font-size: 15px;
	}
	.searchBox ul {
		top: 28px;
	}
	.searchBox ul li {
		font: normal 12px/22px microsoft yahei;
		line-height: 22px;
	}
	.searchBox input {
		height: 26px;
		font-size: 12px;
		width: 80%;
	}
	.searchBox button {
		height: 26px;
		line-height: 26px;
		font-size: 13px;
	}
	.searchBox button i {
		margin-right: 3px;
		font-size: 13px;
	}
	.searchBox .hot {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
	}
	.searchBox .hot a {
		margin: 0 4px;
	}
	.searchBox .hot i {
		font-size: 12px;
		margin-right: 2px;
	}
	.release-btn {
		margin-top: 3px;
	}
	.release-btn a {
		margin-right: 10px;
		width: 76px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.release-btn a i {
		margin-right: 3px;
		font-size: 12px;
	}
	.part1 {
		padding: 0 0 10px 10px;
	}
	.part1 .product-classify {
		margin-top: 10px;
		width: 180px;
	}
	.product-classify ul {
		padding-bottom: 1px;
	}
	.product-classify ul li {
		padding: 0 6px 0 8px;
	}
	.product-classify ul li .class-a {
		padding: 6px 0 5px;
	}
	.product-classify ul li .class-a b {
		width: 16px;
		height: 16px;
		margin: 2px 4px 0 0;
	}
	.product-classify ul li .class-a svg {
		width: 16px;
		height: 16px;
	}
	.product-classify ul li .class-a .text p {
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.product-classify ul li .class-a .text span {
		margin-top: 2px;
		height: 28px;
	}
	.product-classify ul li .class-a .text span a{
		font-size: 12px;
		line-height: 14px;
		margin-right: 3px;
	}
	.product-classify ul li .class-b {
		width: 576px;
		left: 180px;
		padding: 6px 8px 0 6px;
	}
	.class-txt .item .class-c {
		height: 21px;
		line-height: 18px;
		padding-bottom: 2px;
		font-size: 13px;
		margin-bottom: 5px;
	}
	.class-txt .item .class-c .more {
		font-size: 12px;
	}
	.class-b .item span {
		font-size: 14px;
	}
	.class-txt .item {
		margin-bottom: 10px;
	}
	.class-b .item p {
		line-height: 18px;
		margin-left: -1px;
		font-size: 12px;
	}
	.class-b .item p a {
		height: 18px;
		padding: 0 1px;
	}
	.class-adv .item {
		width: 266px;
		height: 98px;
		margin-right: 14px;
	}
	.class-adv .item .image {
		width: 98px;
		height: 98px;
		margin-right: 8px;
	}
	.class-adv .item .text b {
		font-size: 13px;
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
	}
	.class-adv .item .text span {
		font-size: 12px;
		padding: 3px;
		margin-top: 8px;
	}
	.class-adv .item .text p {
		height: 32px;
		line-height: 16px;
		font-size: 12px;
		margin-top: 4px;
	}
	.class-adv {
		margin-top: 9px;
		padding-bottom: 9px;
	}
	.part1 .news {
		width: 566px;
		margin: 10px 10px 0;
	}
	.part1 .nav {
		padding: 0 10px;
	}
	.part1 .nav a {
		height: 32px;
		line-height: 32px;
		margin: 0 18px;
		font-size: 14px;
		padding: 0 6px;
	}
	.part1 .banner {
		margin-top: 10px;
	}
	.part1 .login {
		width: 224px;
	}
	.login iframe {
		height: 46px;
	}
	.loginItem {
		margin: 8px 4px 0 0;
	}
	.part1 .login .help .item {
		margin-left: 6px;
		padding: 6px 0 6px;
		width: 69px;
	}
	.part1 .login .help .item b {
		width: 16px;
		height: 16px;
		margin: 0 auto 6px;
	}
	.part1 .login .help .item p {
		font-size: 12px;
	}
	.part1 .login-bot {
		margin-top: 6px;
		padding: 8px 8px 6px 8px;
	}
	.part1 .login-title {
		height: 25px;
		padding-bottom: 6px;
		line-height: 18px;
	}
	.part1 .login-title b {
		font-size: 13px;
	}
	.part1 .login-title b::after {
		top: 3px;
		width: 3px;
		height: 12px;
	}
	.login-title .more {
		font-size: 12px;
	}
	.part1 .login-bot ul li {
		font-size: 12px;
		line-height: 25px;
		height: 25px;
	}
	.part1 .login-bot ul li:nth-child(1n) {
		padding-right: 16px;
	}
	.part1 .login-bot ul li:nth-child(2n) {
		padding-left: 4px;
		padding-right: 12px;
	}
	.part1 .login-bot ul li i {
		right: 7px;
		font-size: 10px;
	}
	.part1 .login-bot ul {
		margin-top: 6px;
	}
	.bannerAdv ul {
		width: calc(100% + 6px);
		margin: 0px 0 0 -3px;
	}
	.bannerAdv ul li .adv-item {
		margin: 8px 3px 0 3px;
	}
	.mt18 {
		margin-top: 10px;
	}
	.part2 {
		padding: 14px 11px 16px;
	}
	.partTitle {
		height: 26px;
	}
	.partTitle b {
		height: 26px;
		line-height: 26px;
		font-size: 18px;
	}
	.partTitle b i {
		margin: 3px 6px 0 0;
		height: 20px;
	}
	.partTitle .titleRight a {
		height: 26px;
		line-height: 26px;
		font-size: 13px;
		padding: 0 10px;
	}
	.partTitle .titleRight a::before {
		width: 4px;
		height: 4px;
		top: 5px;
		right: 10px;
	}
	.partTitle .titleRight a::after {
		height: 10px;
	}
	.partTitle .titleRight a svg {
		width: 12px;
		height: 12px;
		margin: 7px 3px 0 0;
	}
	.partTitle p a {
		margin: 0 14px;
		height: 22px;
		line-height: 22px;
		font-size: 13px;
	}
	.partTitle p a::before {
		bottom: 4px;
		right: -4px;
		height: 4px;
	}
	.partTitle p a::after {
		height: 4px;
	}
	.partTitle p a.focus {
		font-size: 15px;
	}
	.part2Bot {
		margin-top: 12px;
	}
	.newsAdv {
		width: 184px;
		margin-right: 16px;
	}
	.newsAdv .item {
		height: 77px;
		margin-bottom: 11px;
	}
	.newsAdv .item .item-content b {
		font-size: 13px;
		margin: 8px 0 0 0;
	}
	.newsAdv .item .item-content b::after {
		bottom: -8px;
		width: 170px;
		height: 1px;
	}
	.newsAdv .item .item-content p {
		height: 14px;
		line-height: 14px;
		font-size: 12px;
		margin-top: 4px;
	}
	.newsAdv .item .item-content p:nth-of-type(1) {
		margin-top: 13px;
	}
	.newsText {
		width: 584px;
		margin-right: 14px;
	}
	.newsImg{
		width: 180px;
	}
	.newsBot p {
		height: 24px;
		line-height: 24px;
		font-size: 16px;
	}
	.newsBot li {
		margin-top: 8px;
	}
	.newsBot li:nth-child(2n){
		padding-left: 5px;
	}
	.newsBot li:nth-child(2n+1){
		padding-right: 5px;
	}
	.newsBot li a {
		height: 16px;
		line-height: 16px;
		padding-left: 12px;
		font-size: 13px;
	}
	.newsBot:nth-child(2) {
		margin-top: 13px;
	}
	.newsImg li {
		margin-top: 10px;
	}
	.newsImg li p,
	.part6 .partBigImg span {
		padding: 46px 6px 6px;
		border-radius: 0 0 6px 6px;
	}
	.newsImg li p a,
	.part6 .partBigImg span a {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.part2Brand {
		margin-top: 8px;
	}
	.brandTop p {
		padding-bottom: 3px;
	}
	.brandTop a {
		height: 22px;
		line-height: 22px;
		padding: 0 6px;
		font-size: 12px;
		margin-right: 5px;
	}
	.brandTop a::after {
		bottom: -3px;
	}
	.brandBot ul {
		margin-left: -5px;
	}
	.brandBot li {
		margin-top: 5px;
		padding-left: 5px;
	}
	.brandBot li a {
		height: 64px;
	}
	.part3 {
		padding: 14px 12px 18px;
	}
	.part3 .part3Top {
		margin: 0 10px;
	}
	.part3 .part3Top span, .part5 .part5Top span {
		margin: 0 31px;
		height: 30px;
		line-height: 30px;
		font-size: 22px;
	}
	.part3 .part3Top img, .part5 .part5Top img {
		margin-top: 3px;
		height: 29px;
	}
	.part3 .part3Tab {
		margin: 6px 6px 0;
		height: 26px;
	}
	.part3 .part3Tab p a {
		padding: 0 14px;
		line-height: 26px;
		font-size: 12px;
	}
	.part3 .part3Tab p a.focus {
		font-size: 13px;
	}
	.part3 .part3Tab p a i {
		width: 8px;
		height: 7px;
		margin-top: 10px;
	}
	.part3Bot ul {
		padding: 6px 0 3px;
	}
	.part3Bot ul li {
		padding: 0 5px;
	}
	.part3Bot ul li .item {
		padding: 10px;
		box-shadow: 3px 3px 0px #ff7316;
	}
	.part3Bot ul li .item-top span {
		width: 97px;
		height: 34px;
	}
	.part3Bot ul li .item-top b {
		font-size: 15px;
		line-height: 34px;
		height: 34px;
		padding-left: 10px;
		margin-left: 10px;
	}
	.part3Bot ul li .item-top span::after {
		height: 22px;
	}
	.part3Bot ul li .item-bot p {
		font-size: 12px;
		margin-top: 4px;
		padding-left: 8px;
		line-height: 18px;
		height: 18px;
	}
	.mt26 {
		margin-top: 16px;
	}
	.part4 .partTitle b i {
		margin: 4px 6px 0 0;
		height: 20px;
	}
	.part4, .part6 {
		padding: 12px 16px 16px;
	}
	.part4 .left, .part6 .left {
		margin-top: 6px;
		width: 710px;
	}
	.part4 .right, .part6 .right {
		width: 240px;	
	}
	.part4Bot ul {
		margin-top: 1px;
		margin-left: -12px;
	}
	.part4Bot li {
		margin-top: 12px;
		padding-left: 12px;
	}
	.part4Bot li b {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.part4Bot li p {
		margin-top: 6px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.part4Bot li p span {
		font-size: 15px;
	}
	.inquiryTitle {
		height: 34px;
		line-height: 34px;
		padding: 0 12px;
	}
	.inquiryTitle b {
		font-size: 13px;
	}
	.inquiryNav {
		right: 12px;
	}
	.inquiryNav a {
		height: 24px;
		line-height: 24px;
		font-size: 13px;
		margin-left: 14px;
	}
	.inquiryList ul {
		padding: 0 8px 10px;
	}
	.inquiryList ul li {
		margin-top: 8px;
		line-height: 20px;
		height: 20px;
		font-size: 12px;
		padding: 0 56px 0 0;
	}
	.inquiryList ul li em {
		margin-right: 4px;
		padding: 0 5px;
		line-height: 20px;
		font-size: 12px;
	}
	.inquiryList ul li span {
		font-size: 12px;
	}
	.inquiryList2 ul li {
		padding: 0 36px 0 0;
	}
	.part5 {
		padding: 12px 0 14px;
	}
	.part5 .part5Top {
		margin: 0 14px;
	}
	.part5Bot ul {
		padding: 6px 0 3px;
	}
	.part5Bot {
		padding: 0 8px;
	}
	.part5Bot ul li {
		padding: 0 6px;
	}
	.part5Bot ul li .item {
		box-shadow: 3px 3px 0px #63abff;
	}
	.part5Bot li .itemTitle {
		padding: 0 12px;
	}
	.part5Bot li .itemTitle b {
		height: 34px;
		line-height: 34px;
		padding-left: 8px;
		font-size: 14px;
	}
	.part5Bot li .itemTitle b::after {
		height: 12px;
		width: 2px;
		top: 53%;
	}
	.part5Bot li .itemTitle a.more {
		font-size: 12px;
	}
	.part5Bot li .itemBot {
		padding: 0 12px 12px;
	}
	.part5Bot li .itemBot p {
		margin-top: 5px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.part5Bot .swiper-button-next svg, .part5Bot .swiper-button-prev svg {
		width: 32px;
		height: 32px;
	}
	.part6 .partImg {
		width: 269px;
	}
	.part6 .partBigImg {
		margin-top: 12px;
	}
	.part6 .partImg .text {
		margin: 5px 0 6px;
	}
	.part6 .partImg p {
		height: 28px;
		line-height: 28px;
		padding-left: 10px;
		font-size: 12px;
	}
	.part6 .partImg li{
		width: calc(50% - 5px);
	}
	.part6 .partImg li span {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.part6 .partText {
		width: calc(100% - 269px - 17px);
	}
	.part6 .partText .exhi-top {
		margin-top: 12px;
		padding: 10px 12px;
	}
	.part6 .partText .exhi-top mark {
		width: 43px;
		height: 19px;
	}
	.part6 .partText .exhi-top p {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.part6 .partText .exhi-top b {
		padding: 0 16px;
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}
	.part6 .partText .exhi-item {
		padding: 7px 0;
	}
	.part6 .partText .exhi-item .item .time b {
		height: 22px;
		line-height: 22px;
	}
	.part6 .partText .exhi-item .item .time p {
		height: 18px;
		line-height: 18px;
	}
	.part6 .partText .exhi-item .item .time {
		width: 48px;
		height: 40px;
		margin-right: 4px;
		font-size: 12px;
	}
	.part6 .partText .exhi-item .item .text p {
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.part6 .partText .exhi-item .item .text span {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.part6 .partText .exhi-item .item {
		margin-bottom: 10px;
	}
	.part6Bot .partText ul li {
		font-size: 12px;
		line-height: 24px;
		height: 24px;
		padding-right: 44px;
	}
	.part6Bot .partText ul li em {
		font-size: 12px;
	}
	.part6Bot .partText ul li span {
		font-size: 12px;
		margin-right: 6px;
	}
	.part6 .rightTitle {
		height: 34px;
		line-height: 34px;
		padding: 0 12px;
	}
	.part6 .rightTitle b {
		font-size: 13px;
	}
	.part6 .rightTitle a.more {
		font-size: 12px;
		right: 12px;
	}
	.part6 .rightItem {
		padding: 4px 8px 6px;
	}
	.part6 .rightItem .top-img p {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.part6 .rightItem .top-img p em {
		height: 18px;
		line-height: 18px;
		padding: 0 3px;
		margin-right: 4px;
		font-size: 12px;
	}
	.part6 .rightItem .top-img span {
		margin-top: 4px;
		max-height: 32px;
		line-height: 16px;
		font-size: 12px;
	}
	.part6 .rightItem li p {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.part6 .rightItem li span {
		margin-top: 2px;
		line-height: 16px;
		height: 16px;
		font-size: 12px;
	}
	.part6 .rightItem li {
		margin-top: 5px;
	}
	.part6 .partTitle b i {
		margin: 4px 6px 0 0;
		height: 19px;
	}
	.part7 {
		padding: 12px;
	}
	.part7 li {
		margin-top: 10px;
	}
	.links {
		padding: 22px 0 18px;
	}
	.footer {
		margin-top: 36px;
	}
	.links {
		padding: 28px 0 22px;
	}
	.links .left {
		font-size: 15px;
		margin-right: 18px;
	}
	.links .left b {
		padding: 0 12px;
		height: 16px;
		line-height: 16px;
	}
	.links .left .join-link {
		font-size: 12px;
	}
	.links .left .join-link {
		font-size: 12px;
		margin-top: 5px;
	}
	.footer .item .left {
		margin-top: 12px;
		padding-right: 30px;
	}
	.links .left .join-link svg {
		width: 10px;
		height: 12px;
	}
	.links .right p a {
		font-size: 12px;
		margin-right: 13px;
		margin-top: 11px;
	}
	.links .right p {
		margin-top: -11px;
		margin-right: -13px;
	}
	.footer .item .left p, .footer .item .left span {
		font-size: 12px;
		line-height: 22px;
	}
	.copyright {
		font-size: 13px;
	}
	.footer .item .footer-code {
		width: 276px;
		margin-top: 27px;
	}
	.footer .item .footer-code li {
		padding-left: 26px;
	}
    .footer {
		margin-top: 25px;
	}
	.footer .item .footer-code li .code {
		width: 96px;
		height: 96px;
		padding: 4px;
	}
	.footer .item .footer-code li p {
		font-size: 12px;
		margin-top: 12px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 28px;
	}

	.footer .item .left span img {
		margin: 6px 5px 0 8px;
		width: 14px;
	}
	.copyright {
		font-size: 12px;
	}
	ul.footImg {
		height: 32px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 90px;
	}
	ul.footImg li a {
		width: 80px;
		height: 32px;
	}
	.footer .item .left p:nth-child(2) img{
		height: 16px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main{width:  1138px;}
    body{min-width:  1138px;}
	.top {
		padding: 24px 0 20px;
	}
	.logo {
		height: 41px;
		margin: 3px 0 0 22px;
	}
	.searchBox {
		margin-left: 45px;
		width: 676px;
	}
	.searchBox .form {
		height: 34px;
	}
	.searchBox .form .select .select-top p {
		line-height: 26px;
		text-indent: 4px;
		font-size: 12px;
	}
	.searchBox .form .select .select-top i {
		top: 6px;
		font-size: 15px;
	}
	.searchBox ul {
		top: 28px;
	}
	.searchBox ul li {
		font: normal 12px/22px microsoft yahei;
		line-height: 22px;
	}
	.searchBox input {
		height: 26px;
		font-size: 12px;
	}
	.searchBox button {
		height: 26px;
		line-height: 26px;
		font-size: 13px;
	}
	.searchBox button i {
		margin-right: 3px;
		font-size: 14px;
	}
	.searchBox .hot {
		font-size: 12px;
		height: 24px;
		line-height: 24px;
	}
	.searchBox .hot a {
		margin: 0 5px;
	}
	.release-btn {
		margin-top: 3px;
	}
	.release-btn a {
		margin-right: 10px;
		width: 86px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}
	.release-btn a i {
		margin-right: 3px;
		font-size: 14px;
	}
	.part1 {
		padding: 0 0 12px 12px;
	}
	.part1 .product-classify {
		margin-top: 12px;
		width: 184px;
	}
	.product-classify ul {
		padding-bottom: 0;
	}
	.product-classify ul li {
		padding: 0 8px 0 10px;
	}
	.product-classify ul li .class-a {
		padding: 8px 0;
	}
	.product-classify ul li .class-a b {
		width: 18px;
		height: 18px;
		margin: 2px 6px 0 0;
	}
	.product-classify ul li .class-a svg {
		width: 18px;
		height: 18px;
	}
	.product-classify ul li .class-a .text p {
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.product-classify ul li .class-a .text span {
		margin-top: 5px;
		max-height: 32px;
	}
	.product-classify ul li .class-a .text span a{
		font-size: 12px;
		line-height: 16px;
		margin-right: 5px;
	}
	.product-classify ul li .class-b {
		width: 690px;
		left: 184px;
		padding: 10px 12px 0 10px;
	}
	.class-txt .item .class-c {
		height: 27px;
		line-height: 22px;
		padding-bottom: 4px;
		font-size: 14px;
	}
	.class-txt .item .class-c .more {
		font-size: 12px;
	}
	.class-b .item span {
		font-size: 14px;
	}
	.class-b .item p {
		line-height: 18px;
		margin-left: -4px;
		font-size: 12px;
	}
	.class-b .item p a {
		height: 18px;
		padding: 0 4px;
	}
	.class-adv .item {
		width: 311px;
		height: 110px;
		margin-right: 22px;
	}
	.class-adv .item .image {
		width: 110px;
		height: 110px;
		margin-right: 12px;
	}
	.class-adv .item .text b {
		font-size: 14px;
		margin-top: 10px;
		height: 18px;
		line-height: 18px;
	}
	.class-adv .item .text span {
		font-size: 12px;
		padding: 5px;
		margin-top: 10px;
	}
	.class-adv .item .text p {
		height: 32px;
		line-height: 16px;
		font-size: 12px;
		margin-top: 8px;
	}
	.class-adv {
		margin-top: 15px;
		padding-bottom: 14px;
	}

	.part1 .news {
		width: 678px;
		margin: 12px 12px 0;
	}
	.part1 .nav {
		padding: 0 12px;
	}
	.part1 .nav a {
		height: 40px;
		line-height: 40px;
		margin: 0 21px;
		font-size: 15px;
	}
	.part1 .banner {
		margin-top: 12px;
	}
	.part1 .login {
		width: 240px;
	}
	.login iframe {
		height: 52px;
	}
	.loginItem {
		margin: 10px 5px 0 0;
	}
	.part1 .login .help .item {
		margin-left: 8px;
		padding: 8px 0 8px;
		width: 73px;
	}
	.part1 .login .help .item b {
		width: 20px;
		height: 20px;
		margin: 0 auto 8px;
	}
	.part1 .login .help .item p {
		font-size: 12px;
	}
	.part1 .login-bot {
		margin-top: 8px;
		padding: 12px 12px 14px 12px;
	}
	.part1 .login-title {
		height: 29px;
		padding-bottom: 10px;
		line-height: 18px;
	}
	.part1 .login-title b {
		font-size: 14px;
	}
	.part1 .login-title b::after {
		top: 3px;
		width: 3px;
		height: 12px;
	}
	.login-title .more {
		font-size: 12px;
	}
	.part1 .login-bot ul li {
		font-size: 13px;
		line-height: 29px;
		height: 29px;
	}
	.part1 .login-bot ul li:nth-child(1n) {
		padding-right: 18px;
	}
	.part1 .login-bot ul li:nth-child(2n) {
		padding-left: 5px;
		padding-right: 13px;
	}
	.part1 .login-bot ul li i {
		right: 7px;
		font-size: 10px;
	}
	.part1 .login-bot ul {
		margin-top: 6px;
	}
	.bannerAdv ul {
		width: calc(100% + 8px);
		margin: 0px 0 0 -4px;
	}
	.bannerAdv ul li .adv-item {
		margin: 12px 4px 0 4px;
	}
	.mt18 {
		margin-top: 12px;
	}
	.part2 {
		padding: 16px 13px 20px;
	}
	.partTitle {
		height: 26px;
	}
	.partTitle b {
		height: 26px;
		line-height: 26px;
		font-size: 18px;
	}
	.partTitle b i {
		margin: 3px 6px 0 0;
		height: 20px;
	}
	.partTitle .titleRight a {
		height: 26px;
		line-height: 26px;
		font-size: 13px;
		padding: 0 10px;
	}
	.partTitle .titleRight a::before {
		width: 4px;
		height: 4px;
		top: 5px;
		right: 10px;
	}
	.partTitle .titleRight a::after {
		height: 10px;
	}
	.partTitle .titleRight a svg {
		width: 12px;
		height: 12px;
		margin: 7px 3px 0 0;
	}
	.partTitle p a {
		margin: 0 14px;
		height: 22px;
		line-height: 22px;
		font-size: 13px;
	}
	.partTitle p a::before {
		bottom: 4px;
		right: -4px;
		height: 4px;
	}
	.partTitle p a::after {
		height: 4px;
	}
	.partTitle p a.focus {
		font-size: 15px;
	}
	.part2Bot {
		margin-top: 14px;
	}
	.newsAdv {
		width: 209px;
		margin-right: 18px;
	}
	.newsAdv .item {
		height: 88px;
		margin-bottom: 12px;
	}
	.newsAdv .item .item-content b {
		font-size: 14px;
		margin: 6px 0 0 0;
	}
	.newsAdv .item .item-content b::after {
		bottom: -10px;
		width: 190px;
		height: 1px;
	}
	.newsAdv .item .item-content p {
		height: 14px;
		line-height: 14px;
		font-size: 12px;
		margin-top: 6px;
	}
	.newsAdv .item .item-content p:nth-of-type(1) {
		margin-top: 18px;
	}
	.newsText {
		width: 665px;
		margin-right: 16px;
	}
	.newsImg{
		width: 204px;
	}
	.newsBot p {
		height: 24px;
		line-height: 24px;
		font-size: 17px;
	}
	.newsBot li {
		margin-top: 12px;
	}
	.newsBot li:nth-child(2n){
		padding-left: 7px;
	}
	.newsBot li:nth-child(2n+1){
		padding-right: 7px;
	}
	.newsBot li a {
		height: 16px;
		line-height: 16px;
		padding-left: 14px;
		font-size: 14px;
	}
	.newsBot:nth-child(2) {
		margin-top: 16px;
	}
	.newsImg li {
		margin-top: 12px;
	}
	.newsImg li p,
	.part6 .partBigImg span {
		padding: 46px 6px 6px;
		border-radius: 0 0 6px 6px;
	}
	.newsImg li p a,
	.part6 .partBigImg span a {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.part2Brand {
		margin-top: 10px;
	}
	.brandTop p {
		padding-bottom: 3px;
	}
	.brandTop a {
		height: 24px;
		line-height: 24px;
		padding: 0 8px;
		font-size: 13px;
		margin-right: 7px;
	}
	.brandTop a::after {
		bottom: -3px;
	}
	.brandBot ul {
		margin-left: -7px;
	}
	.brandBot li {
		margin-top: 6px;
		padding-left: 7px;
	}
	.brandBot li a {
		height: 74px;
	}
	.part3 {
		padding: 14px 12px 18px;
	}
	.part3 .part3Top span, .part5 .part5Top span {
		margin: 0 42px;
		height: 34px;
		line-height: 34px;
		font-size: 26px;
	}
	.part3 .part3Top img, .part5 .part5Top img {
		margin-top: 4px;
		height: 32px;
	}
	.part3 .part3Tab {
		margin: 8px 15px 0;
		height: 30px;
	}
	.part3 .part3Tab p a {
		padding: 0 22px;
		line-height: 30px;
		font-size: 13px;
	}
	.part3 .part3Tab p a.focus {
		font-size: 14px;
	}
	.part3 .part3Tab p a i {
		width: 8px;
		height: 7px;
		margin-top: 12px;
	}
	.part3Bot ul {
		padding: 9px 0 3px;
	}
	.part3Bot ul li {
		padding: 0 6px;
	}
	.part3Bot ul li .item {
		padding: 12px;
		box-shadow: 3px 3px 0px #ff7316;
	}
	.part3Bot ul li .item-top span {
		width: 109px;
		height: 38px;
	}
	.part3Bot ul li .item-top b {
		font-size: 17px;
		line-height: 38px;
		height: 38px;
		padding-left: 14px;
		margin-left: 14px;
	}
	.part3Bot ul li .item-top span::after {
		height: 26px;
	}
	.part3Bot ul li .item-bot p {
		font-size: 12px;
		margin-top: 6px;
		padding-left: 10px;
		line-height: 18px;
		height: 18px;
	}
	.mt26 {
		margin-top: 18px;
	}
	.part4 .partTitle b i {
		margin: 4px 6px 0 0;
		height: 20px;
	}
	.part4, .part6 {
		padding: 14px 18px 18px;
	}
	.part4 .left, .part6 .left {
		margin-top: 6px;
		width: 810px;
	}
	.part4 .right, .part6 .right {
		width: 273px;	
	}
	.part4Bot ul {
		margin-top: 1px;
		margin-left: -14px;
	}
	.part4Bot li {
		margin-top: 14px;
		padding-left: 14px;
	}
	.part4Bot li b {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.part4Bot li p {
		margin-top: 6px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.part4Bot li p span {
		font-size: 15px;
	}
	.inquiryTitle {
		height: 40px;
		line-height: 40px;
		padding: 0 14px;
	}
	.inquiryTitle b {
		font-size: 14px;
	}
	.inquiryNav {
		right: 14px;
	}
	.inquiryNav a {
		height: 24px;
		line-height: 24px;
		font-size: 13px;
		margin-left: 14px;
	}
	.inquiryList ul {
		padding: 0 13px 16px;
	}
	.inquiryList ul li {
		margin-top: 11px;
		line-height: 20px;
		height: 20px;
		font-size: 13px;
		padding: 0 58px 0 0;
	}
	.inquiryList ul li em {
		margin-right: 4px;
		padding: 0 5px;
		line-height: 20px;
		font-size: 12px;
	}
	.inquiryList ul li span {
		font-size: 12px;
	}
	.inquiryList2 ul li {
		padding: 0 36px 0 0;
	}
	.part5 .part5Top {
		margin: 0 18px;
	}
	.part5Bot ul {
		padding: 9px 0 3px;
	}
	.part5Bot {
		padding: 0 10px;
	}
	.part5Bot ul li {
		padding: 0 8px;
	}
	.part5Bot ul li .item {
		box-shadow: 3px 3px 0px #63abff;
	}
	.part5Bot li .itemTitle {
		padding: 0 14px;
	}
	.part5Bot li .itemTitle b {
		height: 38px;
		line-height: 38px;
		padding-left: 8px;
		font-size: 15px;
	}
	.part5Bot li .itemTitle b::after {
		height: 12px;
		top: 53%;
	}
	.part5Bot li .itemTitle a.more {
		font-size: 12px;
	}
	.part5Bot li .itemBot {
		padding: 0 12px 12px;
	}
	.part5Bot li .itemBot p {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part5Bot .swiper-button-next svg, .part5Bot .swiper-button-prev svg {
		width: 36px;
		height: 36px;
	}
	.part6 .partImg {
		width: 306px;
	}
	.part6 .partBigImg {
		margin-top: 15px;
	}
	.part6 .partImg .text {
		margin: 8px 0 10px;
	}
	.part6 .partImg p {
		height: 28px;
		line-height: 28px;
		padding-left: 11px;
		font-size: 13px;
	}
	.part6 .partImg li{
		width: calc(50% - 5px);
	}
	.part6 .partImg li span {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part6 .partText {
		width: calc(100% - 306px - 19px);
	}
	.part6 .partText .exhi-top {
		margin-top: 15px;
		padding: 12px 16px;
	}
	.part6 .partText .exhi-top mark {
		width: 50px;
		height: 22px;
	}
	.part6 .partText .exhi-top p {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part6 .partText .exhi-top b {
		padding: 0 22px;
		font-size: 16px;
		height: 22px;
		line-height: 22px;
	}
	.part6 .partText .exhi-item {
		padding: 9px 0;
	}
	.part6 .partText .exhi-item .item .time b {
		height: 26px;
		line-height: 26px;
	}
	.part6 .partText .exhi-item .item .time p {
		height: 22px;
		line-height: 22px;
	}
	.part6 .partText .exhi-item .item .time {
		width: 52px;
		height: 48px;
		margin-right: 6px;
		font-size: 12px;
	}
	.part6 .partText .exhi-item .item .text p {
		height: 26px;
		line-height: 26px;
		font-size: 13px;
	}
	.part6 .partText .exhi-item .item .text span {
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.part6 .partText .exhi-item .item {
		margin-bottom: 10px;
	}
	.part6Bot .partText ul li {
		font-size: 13px;
		line-height: 26px;
		height: 26px;
		padding-right: 50px;
	}
	.part6Bot .partText ul li em {
		font-size: 12px;
	}
	.part6Bot .partText ul li span {
		font-size: 12px;
		margin-right: 6px;
	}
	.part6 .rightTitle {
		height: 40px;
		line-height: 40px;
		padding: 0 14px;
	}
	.part6 .rightTitle b {
		font-size: 14px;
	}
	.part6 .rightTitle a.more {
		font-size: 12px;
		right: 14px;
	}
	.part6 .rightItem {
		padding: 6px 14px 8px;
	}
	.part6 .rightItem .top-img p {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part6 .rightItem .top-img p em {
		height: 18px;
		line-height: 18px;
		padding: 0 4px;
		margin-right: 4px;
		font-size: 12px;
	}
	.part6 .rightItem .top-img span {
		margin-top: 4px;
		max-height: 32px;
		line-height: 16px;
		font-size: 12px;
	}
	.part6 .rightItem li p {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part6 .rightItem li span {
		margin-top: 5px;
		line-height: 16px;
		height: 16px;
		font-size: 12px;
	}
	.part6 .rightItem li {
		margin-top: 7px;
	}
	.part6 .partTitle b i {
		margin: 4px 6px 0 0;
		height: 19px;
	}
	.part7 {
		padding: 16px;
	}
	.part7 li {
		margin-top: 14px;
	}
	.links {
		padding: 22px 0 18px;
	}
	.footer {
		margin-top: 36px;
	}
	.links {
		padding: 28px 0 22px;
	}
	.links .left {
		font-size: 15px;
		margin-right: 18px;
	}
	.links .left b {
		padding: 0 12px;
		height: 16px;
		line-height: 16px;
	}
	.links .left .join-link {
		font-size: 12px;
	}
	.links .left .join-link {
		font-size: 14px;
		margin-top: 5px;
	}
	.footer .item .left {
		margin-top: 12px;
		padding-right: 30px;
	}
	.links .left .join-link svg {
		width: 10px;
		height: 12px;
	}
	.links .right p a {
		font-size: 12px;
		margin-right: 13px;
		margin-top: 11px;
	}
	.links .right p {
		margin-top: -11px;
		margin-right: -13px;
	}
	.footer .item .left p,.footer .item .left span {
		font-size: 14px;
		line-height: 28px;
	}
	.copyright {
		font-size: 13px;
	}
	.footer .item .footer-code {
		width: 340px;
		margin-top: 27px;
	}
	.footer .item .footer-code li .code {
		width: 116px;
		height: 116px;
		padding: 3px;
	}

	.footer .item .footer-code li .code {
		width: 106px;
		height: 106px;
		padding: 8px;
	}
	.footer .item .footer-code li p {
		font-size: 12px;
		margin-top: 12px;
	}
	.footer .item .footer-code {
		width: 340px;
		margin-top: 22px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 24px;
	}

	.footer .item .left span img {
		margin: 6px 5px 0 8px;
		width: 14px;
	}
	.copyright {
		font-size: 12px;
	}
	ul.footImg {
		height: 32px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 90px;
	}
	ul.footImg li a {
		width: 80px;
		height: 32px;
	}
	.footer .item .left p:nth-child(2) img{
		height: 16px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main{width:  1328px;}
    body{min-width:  1328px;}
	.top {
		padding: 26px 0 22px;
	}
	.logo {
		height: 47px;
		margin: 4px 0 0 25px;
	}
	.searchBox {
		margin-left: 52px;
		width: 788px;
	}
	.searchBox .form {
		height: 40px;
	}
	.searchBox .form .select .select-top p {
		line-height: 32px;
		text-indent: 6px;
	}
	.searchBox .form .select .select-top i {
		top: 9px;
		font-size: 17px;
	}
	.searchBox ul {
		top: 34px;
	}
	.searchBox ul li {
		font: normal 13px/22px microsoft yahei;
		line-height: 24px;
	}
	.searchBox input {
		height: 32px;
		font-size: 13px;
	}
	.searchBox button {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.searchBox button i {
		margin-right: 5px;
		font-size: 15px;
	}
	.searchBox .hot {
		font-size: 12px;
		height: 28px;
		line-height: 28px;
	}
	.searchBox .hot a {
		margin: 0 6px;
	}
	.release-btn a {
		margin-right: 10px;
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.release-btn a i {
		margin-right: 4px;
		font-size: 15px;
	}
	.part1 {
		padding: 0 0 14px 14px;
	}
	.part1 .product-classify {
		margin-top: 14px;
		width: 238px;
	}
	.product-classify ul {
		padding:1px 0 2px;
	}
	.product-classify ul li {
		padding: 0 12px 0 14px;
	}
	.product-classify ul li .class-a {
		padding: 11px 0;
	}
	.product-classify ul li .class-a b {
		width: 22px;
		height: 22px;
		margin: 3px 10px 0 0;
	}
	.product-classify ul li .class-a svg {
		width: 22px;
		height: 22px;
	}
	.product-classify ul li .class-a .text p {
		height: 16px;
		line-height: 16px;
		font-size: 14px;
	}
	.product-classify ul li .class-a .text span {
		margin-top: 5px;
	}
	.product-classify ul li .class-a .text span a{
		font-size: 13px;
		margin-right: 6px;
	}
	.product-classify ul li .class-b {
		width: 794px;
		left: 238px;
		padding: 12px 14px 0 12px;
	}
	.class-txt .item .class-c {
		height: 31px;
		line-height: 24px;
		padding-bottom: 6px;
		font-size: 14px;
	}
	.class-txt .item .class-c .more {
		font-size: 12px;
	}
	.class-b .item p {
		line-height: 22px;
		margin-left: -10px;
		font-size: 13px;
	}
	.class-b .item p a {
		height: 22px;
		padding: 0 10px;
	}
	.class-adv .item {
		width: 350px;
		height: 128px;
		margin-right: 30px;
	}
	.class-adv .item .image {
		width: 128px;
		height: 128px;
		margin-right: 14px;
	}
	.class-adv .item .text b {
		font-size: 15px;
		margin-top: 18px;
		height: 18px;
		line-height: 18px;
	}
	.class-adv .item .text span {
		font-size: 13px;
		padding: 4px;
		margin-top: 12px;
	}
	.class-adv .item .text p {
		height: 36px;
		line-height: 18px;
		font-size: 13px;
		margin-top: 9px;
	}
	.class-adv {
		margin-top: 18px;
		padding-bottom: 18px;
	}
	.part1 .news {
		width: 780px;
		margin: 14px 14px 0;
	}
	.part1 .nav {
		padding: 0 14px;
	}
	.part1 .nav a {
		height: 46px;
		line-height: 46px;
		margin: 0 27px;
		font-size: 16px;
	}
	.part1 .banner {
		margin-top: 14px;
	}
	.part1 .login {
		width: 268px;
	}
	.login iframe {
		height: 72px;
	}
	.loginItem {
		margin: 14px 14px 0 0;
	}
	.part1 .login .help .item {
		margin-left: 10px;
		padding: 11px 0 11px;
		width: 77px;
	}
	.part1 .login .help .item b {
		width: 24px;
		height: 24px;
	}
	.part1 .login-bot {
		margin-top: 10px;
		padding: 14px 14px 16px 14px;
	}
	.part1 .login-title {
		height: 31px;
		padding-bottom: 12px;
		line-height: 18px;
	}
	.part1 .login-title b {
		font-size: 15px;
	}
	.part1 .login-title b::after {
		top: 3px;
		width: 3px;
		height: 14px;
	}
	.part1 .login-bot ul li {
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}
	.part1 .login-bot ul li:nth-child(1n) {
		padding-right: 22px;
	}
	.part1 .login-bot ul li:nth-child(2n) {
		padding-left: 7px;
		padding-right: 15px;
	}
	.part1 .login-bot ul {
		margin-top: 6px;
	}
	.bannerAdv ul {
		width: calc(100% + 8px);
		margin: 0px 0 0 -4px;
	}
	.bannerAdv ul li .adv-item {
		margin: 14px 4px 0 4px;
	}
	.mt18 {
		margin-top: 14px;
	}
	.part2 {
		padding: 18px 15px 22px;
	}
	.partTitle {
		height: 32px;
	}
	.partTitle b {
		height: 32px;
		line-height: 32px;
		font-size: 21px;
	}
	.partTitle b i {
		margin: 4px 6px 0 0;
		height: 25px;
	}
	.partTitle .titleRight a {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		padding: 0 12px;
	}
	.partTitle .titleRight a::before {
		width: 5px;
		height: 5px;
		top: 6px;
		right: 12px;
	}
	.partTitle .titleRight a::after {
		height: 12px;
	}
	.partTitle .titleRight a svg {
		width: 14px;
		height: 14px;
		margin: 9px 4px 0 0;
	}
	.partTitle p a {
		margin: 0 16px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}
	.partTitle p a::before {
		bottom: 5px;
		right: -5px;
		height: 5px;
	}
	.partTitle p a::after {
		height: 5px;
	}
	.partTitle p a.focus {
		font-size: 16px;
	}
	.part2Bot {
		margin-top: 16px;
	}
	.newsAdv {
		width: 244px;
		margin-right: 21px;
	}
	.newsAdv .item {
		height: 102px;
		margin-bottom: 15px;
	}
	.newsAdv .item .item-content b {
		font-size: 15px;
		margin: 10px 0 0 0;
	}
	.newsAdv .item .item-content b::after {
		bottom: -12px;
		width: 220px;
		height: 1px;
	}
	.newsAdv .item .item-content p {
		height: 14px;
		line-height: 14px;
		font-size: 13px;
		margin-top: 8px;
	}
	.newsAdv .item .item-content p:nth-of-type(1) {
		margin-top: 22px;
	}
	.newsText {
		width: 770px;
		margin-right: 24px;
	}
	.newsImg{
		width: 239px;
	}
	.newsBot p {
		height: 26px;
		line-height: 26px;
		font-size: 19px;
	}
	.newsBot li {
		margin-top: 15px;
	}
	.newsBot li:nth-child(2n){
		padding-left: 9px;
	}
	.newsBot li:nth-child(2n+1){
		padding-right: 9px;
	}
	.newsBot li a {
		height: 18px;
		line-height: 18px;
		padding-left: 16px;
		font-size: 15px;
	}
	.newsBot:nth-child(2) {
		margin-top: 20px;
	}
	.newsImg li {
		margin-top: 14px;
	}
	.newsImg li p,
	.part6 .partBigImg span {
		padding: 56px 6px 6px;
		border-radius: 0 0 6px 6px;
	}
	.newsImg li p a,
	.part6 .partBigImg span a {
		height: 22px;
		line-height: 22px;
		font-size: 14px;
	}
	.part2Brand {
		margin-top: 12px;
	}
	.brandTop p {
		padding-bottom: 4px;
	}
	.brandTop a {
		height: 26px;
		line-height: 26px;
		padding: 0 9px;
		font-size: 14px;
		margin-right: 9px;
	}
	.brandTop a::after {
		bottom: -4px;
	}
	.brandBot ul {
		margin-left: -9px;
	}
	.brandBot li {
		margin-top: 8px;
		padding-left: 9px;
	}
	.brandBot li a {
		height: 86px;
	}
	.part3 {
		padding: 16px 14px 20px;
	}
	.part3 .part3Top span, .part5 .part5Top span {
		margin: 0 48px;
		height: 38px;
		line-height: 38px;
		font-size: 30px;
	}
	.part3 .part3Top img, .part5 .part5Top img {
		margin-top: 5px;
		height: 38px;
	}
	.part3 .part3Tab {
		margin: 9px 13px 0;
		height: 34px;
	}
	.part3 .part3Tab p a {
		padding: 0 27px;
		line-height: 34px;
		font-size: 14px;
	}
	.part3 .part3Tab p a.focus {
		font-size: 15px;
	}
	.part3 .part3Tab p a i {
		width: 8px;
		height: 7px;
		margin-top: 14px;
	}
	.part3Bot ul {
		padding: 11px 0 4px;
	}
	.part3Bot ul li {
		padding: 0 8px;
	}
	.part3Bot ul li .item {
		padding: 14px;
		box-shadow: 4px 4px 0px #ff7316;
	}
	.part3Bot ul li .item-top span {
		width: 126px;
		height: 44px;
	}
	.part3Bot ul li .item-top b {
		font-size: 20px;
		line-height: 44px;
		height: 44px;
		padding-left: 18px;
		margin-left: 18px;
	}
	.part3Bot ul li .item-top span::after {
		height: 32px;
	}
	.part3Bot ul li .item-bot p {
		font-size: 13px;
		margin-top: 8px;
		padding-left: 12px;
		line-height: 18px;
		height: 18px;
	}
	.mt26 {
		margin-top: 20px;
	}

	.part4 .partTitle b i {
		margin: 7px 8px 0 0;
		height: 23px;
	}
	.part4, .part6 {
		padding: 18px 22px 22px;
	}
	.part4 .left, .part6 .left {
		margin-top: 2px;
		width: 944px;
	}
	.part4 .right, .part6 .right {
		width: 319px;	
	}
	.part4Bot ul {
		margin-top: 3px;
		margin-left: -18px;
	}
	.part4Bot li {
		margin-top: 16px;
		padding-left: 18px;
	}
	.part4Bot li b {
		margin-top: 10px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.part4Bot li p {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part4Bot li p span {
		font-size: 16px;
	}
	.inquiryTitle {
		height: 46px;
		line-height: 46px;
		padding: 0 18px;;
	}
	.inquiryTitle b {
		font-size: 16px;
	}
	.inquiryNav {
		right: 18px;
	}
	.inquiryNav a {
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		margin-left: 18px;
	}
	.inquiryList ul {
		padding: 0 17px 22px;
	}
	.inquiryList ul li {
		margin-top: 15px;
		line-height: 20px;
		height: 20px;
		font-size: 14px;
		padding: 0 68px 0 0;
	}
	.inquiryList ul li em {
		margin-right: 5px;
		padding: 0 6px;
		line-height: 18px;
		font-size: 12px;
	}
	.inquiryList ul li span {
		font-size: 12px;
	}
	.inquiryList2 ul li {
		padding: 0 36px 0 0;
	}
	.part5 .part5Top {
		margin: 0 22px;
	}
	.part5Bot ul {
		padding: 11px 0 4px;
	}
	.part5Bot {
		padding: 0 13px;
	}
	.part5Bot ul li {
		padding: 0 9px;
	}
	.part5Bot ul li .item {
		box-shadow: 4px 4px 0px #63abff;
	}
	.part5Bot li .itemTitle {
		padding: 0 14px;
	}
	.part5Bot li .itemTitle b {
		height: 44px;
		line-height: 44px;
		padding-left: 9px;
		font-size: 16px;
	}
	.part5Bot li .itemTitle b::after {
		height: 13px;
		top: 53%;
	}
	.part5Bot li .itemTitle a.more {
		font-size: 12px;
	}
	.part5Bot li .itemBot {
		padding: 0 14px 14px;
	}
	.part5Bot li .itemBot p {
		margin-top: 11px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.part5Bot .swiper-button-next svg, .part5Bot .swiper-button-prev svg {
		width: 40px;
		height: 40px;
	}
	.part6 .partImg {
		width: 357px;
	}
	.part6 .partBigImg {
		margin-top: 18px;
	}
	.part6 .partImg .text {
		margin: 10px 0 14px;
	}
	.part6 .partImg p {
		height: 28px;
		line-height: 28px;
		padding-left: 11px;
		font-size: 14px;
	}
	.part6 .partImg li{
		width: calc(50% - 5px);
	}
	.part6 .partImg li span {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.part6 .partText {
		width: calc(100% - 357px - 23px);
	}
	.part6 .partText .exhi-top {
		margin-top: 18px;
		padding: 16px 20px;
	}
	.part6 .partText .exhi-top mark {
		width: 58px;
		height: 26px;
	}
	.part6 .partText .exhi-top p {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part6 .partText .exhi-top b {
		padding: 0 24px;
		font-size: 19px;
		height: 28px;
		line-height: 28px;
	}
	.part6 .partText .exhi-item {
		padding: 12px 0;
	}

	.part6 .partText .exhi-item .item .time b {
		height: 27px;
		line-height: 27px;
	}
	.part6 .partText .exhi-item .item .time p {
		height: 23px;
		line-height: 23px;
	}
	.part6 .partText .exhi-item .item .time {
		width: 53px;
		height: 50px;
		margin-right: 7px;
		font-size: 13px;
	}
	.part6 .partText .exhi-item .item .text p {
		height: 27px;
		line-height: 27px;
		font-size: 14px;
	}
	.part6 .partText .exhi-item .item .text span {
		height: 23px;
		line-height: 23px;
		font-size: 13px;
	}
	.part6 .partText .exhi-item .item {
		margin-bottom: 12px;
	}
	.part6Bot .partText ul li {
		font-size: 14px;
		line-height: 31px;
		height: 31px;
		padding-right: 60px;
	}
	.part6Bot .partText ul li em {
		font-size: 13px;
	}
	.part6Bot .partText ul li span {
		font-size: 13px;
		margin-right: 8px;
	}
	.part6 .rightTitle {
		height: 46px;
		line-height: 46px;
		padding: 0 18px;
	}
	.part6 .rightTitle b {
		font-size: 16px;
	}
	.part6 .rightTitle a.more {
		font-size: 12px;
		right: 18px;
	}
	.part6 .rightItem {
		padding: 9px 17px 12px;
	}
	.part6 .rightItem .top-img p {
		margin-top: 10px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.part6 .rightItem .top-img p em {
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		margin-right: 4px;
		font-size: 13px;
	}
	.part6 .rightItem .top-img span {
		margin-top: 5px;
		max-height: 34px;
		line-height: 17px;
		font-size: 13px;
	}
	.part6 .rightItem li p {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.part6 .rightItem li {
		margin-top: 7px;
	}
	.part6 .partTitle b i {
		margin: 6px 8px 0 0;
		height: 22px;
	}
	.part7 {
		padding: 20px;
	}
	.part7 li {
		margin-top: 18px;
	}
	.footer {
		margin-top: 36px;
	}
	.links {
		padding: 28px 0 22px;
	}
	.links .left {
		font-size: 17px;
		margin-right: 26px;
	}
	.links .left .join-link {
		font-size: 14px;
	}
	.links .left .join-link svg {
		width: 12px;
	}
	.links .right p a {
		font-size: 14px;
		margin-right: 21px;
		margin-top: 13px;
	}
	.footer .item .left p,.footer .item .left span {
		font-size: 14px;
		line-height: 28px;
	}
	.copyright {
		font-size: 13px;
	}
	.footer .item .footer-code {
		width: 340px;
		margin-top: 27px;
	}
	.footer .item .footer-code li .code {
		width: 116px;
		height: 116px;
		padding: 3px;
	}
	.footer .item .left p:nth-child(2) img{
		height: 16px;
	}


}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .main{width:  1400px;}
    body{min-width:  1400px;}
	.top {
		padding: 30px 0 24px;
	}
	.logo {
		height: 50px;
		margin: 4px 0 0 27px;
	}
	.searchBox {
		margin-left: 54px;
		width: 832px;
	}
	.searchBox .form {
		height: 42px;
	}
	.searchBox .form .select .select-top p {
		line-height: 34px;
		text-indent: 7px;
	}
	.searchBox .form .select .select-top i {
		top: 9px;
		font-size: 17px;
	}
	.searchBox ul {
		top: 36px;
	}
	.searchBox input {
		height: 34px;
	}
	.searchBox button {
		height: 34px;
		line-height: 34px;
		font-size: 15px;
	}
	.searchBox button i {
		margin-right: 5px;
		font-size: 15px;
	}
	.release-btn a {
		margin-right: 12px;
		width: 106px;
		height: 34px;
		line-height: 34px;
		font-size: 15px;
	}
	.release-btn a i {
		margin-right: 4px;
		font-size: 16px;
	}
	.part1 {
		padding: 0 0 16px 16px;
	}
	.part1 .product-classify {
		margin-top: 16px;
		width: 252px;
	}
	.product-classify ul li {
		padding: 0 14px 0 18px;
	}
	.product-classify ul li .class-a {
		padding: 14px 0;
	}
	.product-classify ul li .class-a b {
		width: 25px;
		height: 25px;
		margin: 1px 14px 0 0;
	}
	.product-classify ul li .class-a svg {
		width: 25px;
		height: 25px;
	}
	.product-classify ul li .class-a .text p {
		height: 18px;
		line-height: 18px;
	}
	.product-classify ul li .class-a .text span{
		height: 32px;
	}
	.product-classify ul li .class-a .text span a{
		font-size: 14px;
		line-height: 16px;
		margin-right: 8px;
	}
	.product-classify ul li .class-b {
		width: 848px;
		left: 252px;
	}
	.class-txt .item .class-c {
		height: 33px;
		line-height: 22px;
		padding-bottom: 8px;
		font-size: 15px;
	}
	.class-txt .item .class-c .more {
		font-size: 13px;
	}
	.class-adv .item {
		width: 366px;
		height: 136px;
		margin-right: 36px;
	}
	.class-adv .item .image {
		width: 136px;
		height: 136px;
		margin-right: 16px;
	}
	.class-adv {
		margin-top: 22px;
		padding-bottom: 22px;
	}
	.part1 .news {
		width: 832px;
		margin: 16px 16px 0;
	}
	.part1 .nav {
		padding: 0 16px;
	}
	.part1 .nav a {
		height: 48px;
		line-height: 48px;
		margin: 0 30px;
		font-size: 17px;
	}
	.part1 .banner {
		margin-top: 16px;
	}
	.part1 .login {
		width: 268px;
	}
	.login iframe {
		height: 72px;
	}
	.loginItem {
		margin: 16px 16px 0 0;
	}
	.part1 .login .help .item {
		margin-left: 10px;
		padding: 13px 0 13px;
		width: 77px;
	}
	.part1 .login .help .item b {
		width: 26px;
		height: 26px;
		margin: 0 auto 11px;
	}
	.part1 .login-bot {
		margin-top: 10px;
		padding: 16px 16px 22px 16px;
	}
	.part1 .login-title {
		height: 35px;
		padding-bottom: 14px;
	}
	.part1 .login-title b {
		font-size: 15px;
	}
	.part1 .login-title b::after {
		top: 3px;
		width: 3px;
		height: 14px;
	}
	.part1 .login-bot ul li {
		width: 50%;
		float: left;
		font-size: 14px;
		line-height: 32px;
		height: 32px;
		overflow: hidden;
		position: relative;
	}
	.part1 .login-bot ul li:nth-child(1n) {
		padding-right: 22px;
	}
	.part1 .login-bot ul li:nth-child(2n) {
		padding-left: 7px;
		padding-right: 15px;
	}
	.part1 .login-bot ul {
		margin-top: 6px;
	}
	.mt18 {
		margin-top: 16px;
	}
	.part2 {
		padding: 20px 16px 24px;
	}
	.partTitle {
		height: 34px;
	}
	.partTitle b {
		height: 34px;
		line-height: 34px;
		font-size: 23px;
	}
	.partTitle b i {
		margin: 4px 8px 0 0;
		height: 27px;
	}
	.partTitle .titleRight a {
		height: 34px;
		line-height: 34px;
		font-size: 15px;
		padding: 0 16px;
	}
	.partTitle .titleRight a::before {
		width: 6px;
		height: 6px;
		top: 8px;
		right: 14px;
	}
	.partTitle .titleRight a::after {
		height: 14px;
	}
	.partTitle .titleRight a svg {
		width: 15px;
		height: 15px;
		margin: 10px 4px 0 0;
	}
	.partTitle p a {
		margin: 0 18px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}
	.partTitle p a::before {
		bottom: 6px;
		right: -6px;
		height: 6px;
	}
	.partTitle p a::after {
		height: 6px;
	}
	.partTitle p a.focus {
		font-size: 17px;
	}
	.part2Bot {
		margin-top: 16px;
	}
	.newsAdv {
		width: 257px;
		margin-right: 22px;
	}
	.newsAdv .item {
		height: 108px;
		margin-bottom: 16px;
	}
	.newsAdv .item .item-content b {
		font-size: 17px;
		margin: 10px 0 0 0;
	}
	.newsAdv .item .item-content p {
		height: 14px;
		line-height: 14px;
		font-size: 13px;
		margin-top: 10px;
	}
	.newsAdv .item .item-content p:nth-of-type(1) {
		margin-top: 24px;
	}
	.newsText {
		width: 810px;
		margin-right: 28px;
	}
	.newsImg{
		width: 251px;
	}
	.newsBot p {
		height: 28px;
		line-height: 28px;
		font-size: 20px;
	}
	.newsBot li:nth-child(2n){
		padding-left: 10px;
	}
	.newsBot li:nth-child(2n+1){
		padding-right: 10px;
	}
	.newsBot li a {
		height: 18px;
		line-height: 18px;
		padding-left: 20px;
		font-size: 15px;
	}
	.newsBot li {
		margin-top: 17px;
	}
	.newsBot:nth-child(2) {
		margin-top: 20px;
	}
	.newsImg li {
		margin-top: 16px;
	}
	.newsImg li p {
		padding: 56px 7px 8px;
		border-radius: 0 0 6px 6px;
	}
	.newsImg li p a {
		height: 24px;
		line-height: 24px;
		font-size: 15px;
	}
	.part2Brand {
		margin-top: 13px;
	}
	.brandTop a {
		height: 28px;
		line-height: 28px;
		padding: 0 10px;
		font-size: 14px;
		margin-right: 8px;
	}
	.brandBot ul {
		margin-left: -10px;
	}
	.brandBot li {
		margin-top: 9px;
		padding-left: 10px;
	}
	.brandBot li a {
		height: 90px;
	}
	.part3 {
		padding: 18px 13px 20px;
	}
	.part3 .part3Top {
		margin: 0 10px;
	}
	.part3 .part3Top span, .part5 .part5Top span {
		margin: 0 50px;
		height: 40px;
		line-height: 40px;
		font-size: 32px;
	}
	.part3 .part3Top img, .part5 .part5Top img {
		height: 40px;
	}
	.part3 .part3Tab {
		margin: 9px 15px 0;
		height: 36px;
	}
	.part3 .part3Tab p a {
		padding: 0 29px;
		line-height: 36px;
		font-size: 15px;
	}
	.part3 .part3Tab p a.focus {
		font-size: 17px;
	}
	.part3 .part3Tab p a i {
		margin-top: 15px;
	}
	.part3Bot ul {
		padding: 13px 0 4px;
	}
	.part3Bot ul li {
		padding: 0 10px;
	}
	.part3Bot ul li .item {
		padding: 18px;
		box-shadow: 4px 4px 0px #ff7316;
	}
	.part3Bot ul li .item-top span {
		width: 132px;
		height: 46px;
	}
	.part3Bot ul li .item-top b {
		font-size: 22px;
		line-height: 46px;
		height: 46px;
		padding-left: 20px;
		margin-left: 20px;
	}
	.part3Bot ul li .item-bot p {
		font-size: 13px;
		margin-top: 7px;
	}
	.part3Bot ul li .item-bot {
		margin-top: 4px;
	}
	.mt26 {
		margin-top: 22px;
	}
	.part4, .part6 {
		padding: 17px 22px 22px;
	}
	.part4 .left, .part6 .left {
		margin-top: 6px;
		width: 996px;
	}
	.part4 .partTitle b i {
		margin: 5px 9px 0 0;
		height: 26px;
	}
	.part4Bot li {
		margin-top: 18px;
		padding-left: 20px;
	}
	.part4Bot ul {
		margin-top: 3px;
		margin-left: -20px;
	}
	.part4Bot li b {
		margin-top: 10px;
		font-size: 15px;
	}
	.part4Bot li p {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part4Bot li p span {
		font-size: 17px;
	}
	.part4 .right, .part6 .right {
		width: 336px;
	}
	.inquiryTitle {
		height: 49px;
		line-height: 49px;
		padding: 0 19px;
	}
	.inquiryTitle b {
		font-size: 18px;
	}
	.inquiryNav {
		right: 20px;
	}
	.inquiryNav a {
		height: 32px;
		line-height: 32px;
		font-size: 15px;
		margin-left: 20px;
	}
	.inquiryList ul {
		padding: 0 18px 20px;
	}
	.inquiryList ul li {
		margin-top: 18px;
		line-height: 20px;
		height: 20px;
		font-size: 15px;
		padding: 0 70px 0 0;
	}
	.inquiryList2 ul li {
		padding: 0 40px 0 0;
	}
	.inquiryList ul li em {
		margin-right: 5px;
		padding: 0 6px;
		line-height: 20px;
		font-size: 13px;
	}
	.inquiryList ul li span {
		font-size: 13px;
	}
	.part5 .part5Top {
		margin: 0 23px;
	}
	.part5Bot {
		padding: 0 13px;
		position: relative;
	}
	.part5Bot ul li {
		padding: 0 10px;
	}
	.part5Bot ul li .item {
		box-shadow: 4px 4px 0px #63abff;
	}
	.part5Bot ul {
		padding: 13px 0 4px;
	}
	.part5Bot li .itemTitle b {
		height: 46px;
		line-height: 46px;
		padding-left: 10px;
		font-size: 17px;
	}
	.part5Bot li .itemTitle a.more {
		font-size: 13px;
		right: 16px;
	}
	.part5Bot li .itemTitle {
		padding: 0 16px;
	}
	.part5Bot li .itemBot {
		padding: 0 16px 16px;
	}
	.part5Bot li .itemBot p {
		margin-top: 10px;
		height: 22px;
		line-height: 22px;
		font-size: 15px;
	}
	.part5Bot li .itemTitle b::after {
		height: 14px;
		top: 53%;
	}
	.part6 .partImg {
		width: 377px;
	}
	.part6 .partBigImg {
		margin-top: 18px;
	}
	.part6 .partBigImg span {
		padding: 58px 7px 8px;
	}
	.part6 .partBigImg span a {
		height: 24px;
		line-height: 24px;
		font-size: 15px;
	}
	.part6 .partImg .text {
		margin: 12px 0 16px;
	}
	.part6 .partImg p {
		height: 32px;
		line-height: 32px;
		padding-left: 12px;
		font-size: 15px;
	}
	.part6 .partImg li {
		width: calc(50% - 6px);
	}
	.part6 .partImg li span {
		margin-top: 8px;
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}
	.part6 .partText {
		width: calc(100% - 377px - 24px);
	}
	.part6 .partText .exhi-top {
		margin-top: 18px;
		padding: 18px 22px;
	}
	.part6 .partText .exhi-top mark {
		width: 61px;
		height: 27px;
	}
	.part6 .partText .exhi-top b {
		padding: 0 30px;
		font-size: 20px;
		height: 28px;
		line-height: 28px;
	}
	.part6 .partText .exhi-top p {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part6 .partText .exhi-top p i {
		font-size: 13px;
	}
	.part6 .partText .exhi-item .item .time b {
		height: 27px;
		line-height: 27px;
	}
	.part6 .partText .exhi-item .item .time p {
		height: 25px;
		line-height: 25px;
	}
	.part6 .partText .exhi-item .item .time {
		width: 58px;
		height: 52px;
		margin-right: 8px;
		font-size: 13px;
	}
	.part6 .partText .exhi-item .item .text p {
		height: 27px;
		line-height: 27px;
		font-size: 15px;
	}
	.part6 .partText .exhi-item .item .text span {
		height: 25px;
		line-height: 25px;
		font-size: 13px;
	}
	.part6 .partText .exhi-item .item {
		margin-bottom: 15px;
	}
	.part6Bot .partText ul li {
		font-size: 15px;
		line-height: 33px;
		height: 33px;
		padding-right: 70px;
	}
	.part6Bot .partText ul li span {
		font-size: 13px;
	}
	.part6Bot .partText ul li em {
		font-size: 13px;
	}
	.part6 .rightTitle {
		height: 49px;
		line-height: 49px;
		padding: 0 19px;
	}
	.part6 .rightTitle a.more {
		font-size: 13px;
		right: 19px;
	}
	.part6 .rightItem {
		padding: 9px 18px 12px;
	}
	.part6 .rightItem .top-img {
		padding-bottom: 7px;
	}
	.part6 .rightItem .top-img p {
		margin-top: 11px;
		height: 22px;
		line-height: 22px;
		font-size: 15px;
	}
	.part6 .rightItem .top-img p em {
		height: 22px;
		line-height: 22px;
		padding: 0 5px;
		margin-right: 4px;
		font-size: 13px;
	}
	.part6 .rightItem .top-img span {
		margin-top: 10px;
		max-height: 36px;
		line-height: 18px;
		font-size: 13px;
	}
	.part6 .rightItem li {
		margin-top: 12px;
	}
	.part6 .rightItem li p {
		font-size: 15px;
	}
	.part6 .rightItem li span {
		margin-top: 5px;
		line-height: 18px;
		height: 18px;
		font-size: 13px;
	}
	.part7 {
		padding: 22px;
	}
	.part7 li {
		margin-top: 22px;
	}
	.footer {
		margin-top: 36px;
	}
	.links {
		padding: 28px 0 22px;
	}
	.links .left {
		font-size: 17px;
		margin-right: 26px;
	}
	.links .left .join-link {
		font-size: 15px;
	}
	.links .left .join-link svg {
		width: 12px;
	}
	.links .right p a {
		font-size: 15px;
		margin-right: 21px;
		margin-top: 13px;
	}
	.footer .item .left p,.footer .item .left span {
		font-size: 15px;
		line-height: 28px;
	}
	.copyright {
		font-size: 14px;
	}


}
@media only screen and (min-width: 1600px){
    .main{width:  1560px;}
    body{min-width:  1560px;}
}
@media screen and (max-width: 400px) {
	body {
		min-width: 100%;
	}
}
/* 1440 1366 */
@media screen and (max-width: 268px) {
	.user::after {
		left: -12px;
		top: -8px;
	}
	.user b {
		width: 46px;
		height: 46px;
		margin-right: 6px;
	}
	.user {
		height: 72px;
		padding: 11px 14px 11px 10px;
	}
	.user .text p {
		height: 28px;
		line-height: 28px;
		font-size: 15px;
	}
	.user .sign a {
		font-size: 12px;
	}
	.user .text {
		max-width: 120px;
	}
}
/* 1180 */
@media screen and (max-width: 240px) {
	.user::after {
		left: -12px;
		top: -6px;
	}
	.user b {
		width: 36px;
		height: 36px;
		margin-right: 4px;
	}
	.user {
		height: 52px;
		padding: 8px 10px 8px 8px;
	}
	.user .text p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.user .sign {
		margin-top: 13px;
	}
	.user .sign a {
		font-size: 12px;
	}
	.user .text {
		max-width: 120px;
	}
}
/* 1024 */
@media screen and (max-width: 224px) {
	.user::after {
		left: -10px;
		top: -4px;
	}
	.user b {
		width: 30px;
		height: 30px;
		margin-right: 3px;
	}
	.user {
		height: 46px;
		padding: 5px 6px 5px 4px;
	}
	.user .text p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.user .sign {
		margin-top: 13px;
	}
	.user .sign a {
		font-size: 12px;
	}
	.user .text {
		max-width: 120px;
	}
	.user .text span {
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
}
/* 春节 */
.newYearBgi{
	padding-top: 80px;
	background: url(../../../../images/index/version/2026/1920-1560.jpg) no-repeat 0 0;
	background-size: 100% auto;
}
.newYearBgi .newYear{
	width: 1580px;
	margin: 0 auto;
	background-color: #f6f7f9;
	overflow: hidden;
}
.newYearBgi .top,.newYearBgi .bannerAdv,.newYearBgi .part1,.newYearBgi .part2,.newYearBgi .part3{
	margin: 0 10px;
}
.newYearBgi .mt18 {
	margin-top: 18px;
}
.newYearBgi .top{
	margin-top: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px){
	.newYearBgi{
		padding-top: 75px;
		background: url(../../../../images/index/version/2026/1600-1560.jpg) no-repeat 0 0;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1580px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
	.newYearBgi{
		padding-top: 68px;
		background: url(../../../../images/index/version/2026/1440-1400.jpg) no-repeat 0 0;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1420px;
	}
	.newYearBgi .main{
		width: 1420px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
	.newYearBgi{
		padding-top: 60px;
		background: url(../../../../images/index/version/2026/1366-1328.jpg) no-repeat 0 0;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1348px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
	.newYearBgi{
		padding-top: 54px;
		background: url(../../../../images/index/version/2026/1178-1138.jpg) no-repeat 0 0;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1158px;
	}
}
@media only screen and (max-width: 1024px){
	.newYearBgi{
		padding-top: 52px;
		background: url(../../../../images/index/version/2026/1024-1000.jpg) no-repeat 0 0;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1020px;
	}
}


