.main,.w{
    width: 1430px;
    margin: 0 auto;
}
body {
	line-height: 1;
}
.main::after,.shareBox::after,.w::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: 'ybzhan';  /* Project id 1936689 */
    src: url('//at.alicdn.com/t/c/font_1936689_98bdzu2yp1s.woff2?t=1714963745246') format('woff2'),
         url('//at.alicdn.com/t/c/font_1936689_98bdzu2yp1s.woff?t=1714963745246') format('woff'),
         url('//at.alicdn.com/t/c/font_1936689_98bdzu2yp1s.ttf?t=1714963745246') format('truetype');
}
.ybzhan {
	font-family: "ybzhan" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* header */
#header {
	background: #f5f5f5;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}

.header {
	height: 40px;
	margin: 0 auto;
}

#divLogin {
	float: left;
}

#divLogin ul {
	float: left;
	/* display: inline-block; */
}

#divLogin ul li {
	margin: 0 6px;
	font-size: 14px;
	line-height: 40px;
	float: left;
}

#divLogin ul li a {
	color: #333;
}
#divLogin ul li a.login{
	color: #0a80f0;
}
#divLogin ul li:last-child {
	/* padding-left: 30px; */
}

#divLogin ul li:last-child a {
	/* color: #006cc9; */
}

#divLogin ul li a:hover {
	color: #006cc9;
}

.Tophead {
	position: relative;
	margin: 0 auto;
	z-index: 10001;
}
.headLeft {
	position: absolute;
	top: -40px;
	right: 640px;
}
.headLeft .serviceBtn {
	margin-top: 8px;
	height: 26px;
	line-height: 26px;
	width: 78px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: block;
	border-radius: 4px;
	background-color: rgb(10, 128, 240);
}
.headRight {
	float: right;
	font-size: 12px;
	line-height: 38px;
	color: #ddd;
	position: absolute;
	float: right;
	right: 0px;
	top: -38px;
	color: #dfdfdf;
}
/* 20240426 */
.headRight li {
	float: left;
	height: 40px;
	position: relative;
}
.headRight li .ServiceTop,
.headRight li .siteNav1 {
	height: 40px;
	line-height: 40px;
	padding: 0 17px;
	font-size: 14px;
	position: relative;
}
.headRight li .ServiceTop>a,
.headRight li .siteNav1>a {
	color: #333;
	display: inline-block;
  	vertical-align: top;
}
.headRight li.weixin .ServiceTop>a,
.headRight li.mobile .ServiceTop>a{
	color: #2859a5;
}
.headRight li .ServiceTop>a i,
.headRight li .siteNav1>a i {
	margin-right: 6px;
	color: #2859a5;
}
.headRight li .ServiceTop>a em,
.headRight li .siteNav1>a em{
	margin: 19px 0 0 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #666 transparent transparent transparent;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
}
.headRight li .ServiceTop .ksqg i{
	margin-top: 12px;
  	width: 85px;
  	height: 16px;
  	background: url(https://www.ybzhan.cn/images/index/version/2024/ksqg.png) no-repeat;
  	background-size: 100% 100%;
	margin-right: 0;
	display: inline-block;
	vertical-align: top;
}
.headRight li .ServiceTop::after,
.headRight li .siteNav1::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #ddd;
}
.headRight li:last-child .ServiceTop::after {
	display: none;
}
.siteNavBox1 {
	position: absolute;
	top: 38px;
	line-height: 38px;
	font-size: 14px;
	width: 100%;
	background: #fff;
	text-align: center;
	display: none;
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.siteNavBox1 a {
	color: #666;
}
.siteNavBox1 a:hover{
	color: #005bac;
}
/* 关注我们---weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 32px;
	height: 32px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #2959a7;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.weixin .hover::after{
	display: none;
}
/* end */
/* 客户端---mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9999;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 792px;
	padding: 15px 12px 20px;
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 25%;
	padding: 0 12px;
	box-sizing: border-box;
}
.ServiceBot1 .item .image{
	height: 168px;
	padding: 18px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot-img-bg.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.ServiceBot1 .item .image img{
	width: 100%;
	height: 100%;
}
.ServiceBot1 .item p{
	margin-bottom: 7px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* 客户端end */
/* top */
.top {
	margin: 16px auto;
}
.logo {
	height: 58px;
	float: left;
	margin-right: 206px;
}
.searchBox {
	width: 618px;
	float: left;
	height: 44px;
    background-color: #2b82d9;
	border-radius: 30px;
	margin-top: 14px;
}
.search {
	width: 100%;
	height: 44px;
	margin-left: 0;
}
.searchSelect{
	width: 13%;
	height: 40px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	position: relative;
	z-index: 99999;
	background: #fff;
	border-radius: 30px 0 0 30px;
}
.selectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.selectTop p{
	font-size: 14px;
	line-height: 40px;
	text-indent: 15px;
}
.selectTop i{
	display: block;
	position: absolute;
	width: 14px;
	height: 8px;
    top: 18px;
    right: 12px;
	background:url("../../../../images/products/version/2024/down.png") no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.selectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.selectBot{
	position: absolute;
    width: 100%;
    border: 2px solid #2b82d9;
    left: 0px;
    top: 42px;
    z-index: 99999;
    background: #fff;
    display: none;
}
.selectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.selectBot li:hover{
	background: #2b82d9;
	color: #fff;
}
.search input{
	width: 70%;
	height: 40px;
	float: left;
	text-indent: 15px;
	font-size: 14px;
	line-height: 40px;
	font-family: "microsoft yahei";
	color: #999;
	margin-top: 2px;
	background: #fff;
	border: none;
}
.search button{
	width: 16%;
	height: 44px;
	border:none;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 0 30px 30px 0;
    background-color: #2b82d9;
    text-align: center;
}
.search button i{
    font-size: 16px;
    margin-right: 6px;
}
.selectTop p::after {
	content: "";
	clear: both;
	position: absolute;
	width: 1px;
	height: 11px;
	background-color: #e1e1e1;
	right: 0;
	top: 15px;
}
/* location */
.location {
    height: 28px;
    line-height: 28px;
	font-size: 14px;
	color: #555;
	overflow: hidden;
	position: relative;
}
.location p {
	margin-left: -5px;
}
.location p a {
	color: #666;
	margin: 0 5px;
}
.location p a:hover {
	color: #f60;
}
.IName {
	position: absolute;
	right: 0;
	top: 0;
}
.location span {
	margin: 0 4px;
	color: #666;
}
.location span:last-child {
	margin-right: 0;
}
.location span a {
	color: #2b82d9;
}
.right-box {
	width: 270px;
	float: right;
}
/* findtop */
.findtop {
	background-color: #f6f6f6;
	margin-top: 3px;
	padding: 8px 0;
	box-sizing: border-box;
}
.findtop dl {
	border-bottom: 1px solid #e9e9e9;
	line-height: 32px;
	font-size: 14px;
	position: relative;
	min-height: 32px;
}
.findtop dl.brandBox {
	height: auto;
}
.findtop dl:last-child {
	border-bottom: 0;
}
.findtop li {
	float: left;
}
.findtop dt {
	float: left;
	font-weight: bold;
	width: 95px;
    font-size: 16px;
	text-align: left;
}
.findtop dd {
	overflow: hidden;
	padding-right: 115px;
	height: 32px;
	box-sizing: border-box;
}

.findtop dd a {
	color: #666;
}
.findtop dd a:hover {
	color: #2b82d9;
}
.otherexi li {
	margin-right: 30px;
}
.findtop .structure li {
	margin-right: 35px;
}
.findtop .layout li {
	margin-right: 40px;
}
.findtop .brandBox dd {
	max-height: 100px;
	padding-left: 16px;
	min-height: 55px;
	height: auto;
}
.findtop .brand li {
	margin-right: 23px;
	font-size: 14px;
}
.findtop a.more {
	position: absolute;
	right: 45px;
	top: 0;
	color: #666;
	cursor: pointer;
}
.findtop a.more i {
	background: url(../../../../images/products/version/2024/down.png) no-repeat;
	width: 12px;
	height: 7px;
	display: inline-block;
	margin-left: 8px;
	vertical-align: top;
	margin-top: 13px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.findtop a.focus i {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* productMain */
.productMain{
    margin-top: 30px;
}
.productMain_left{
    width: 1038px;
    float: left;
}
.productMainRight{
    width: 306px;
    float: right;
}
/* proLeft */
.proLeft{
    width: 382px;
    margin-right: 36px;
    float: left;
}
.productTopLeft {
	height: 382px;
	border: 1px solid #e6e6e6;
	position: relative;
	overflow: hidden;
}
.productTopLeft ul {
    position:absolute;
    height:100%
}
.productTopLeft ul li {
    position:relative;
    float:left;
    height:380px
}
.productTopLeft ul li>div{
    height: 100%;
    width: 380px;
    position: relative;
}
.productTopLeft ul li>div i{
	z-index: 9;
	font-size: 70px;
	color: #fff;
}
.productTopLeft .iconplays {
    position:absolute;
    color:#333;
    z-index:9;
    font-size:70px;
    bottom:0px;
    left:15px
}
.productTopLeft .videoItem {
    width:100%;
    height:100%;
    position:absolute;
    z-index:10
}
.productTopLeft .videoItem a {
    position:absolute;
    width:36px;
    height:36px;
    top:0;
    right:0;
    z-index:11;
    background:url("https://public.mtnets.com/images/public/video.png") no-repeat -56px 0
}
.productTopLeft .videoItem .Warning {
    text-align:center;
    font-size:14px;
    font-family:microsoft yahei;
    line-height:27px;
    color:#fff;
    width:100%;
    height:100%;
    background-color:#000;
    margin:0 auto
}
.productTopLeft .videoItem .Warning b {
    display:inline-block;
    width:30px;
    height:27px;
    margin:12px;
    margin:140px 0 20px 0;
    background:url("https://public.mtnets.com/images/public/waring.png") no-repeat
}
.productBotLeft {
    height:70px;
    margin-top:16px;
    position:relative;
    overflow:hidden
}
.productBotLeft ul {
    position:absolute;
    height:100%;
}
.productBotLeft ul li {
    width:78px;
    float:left;
    height:100%;
}
.productBotLeft ul li .productSmallImg {
    margin-right:8px;
    border:1px solid #e6e6e6;
    height:100%;
    position:relative
}
.productBotLeft ul li.on .productSmallImg {
    border:1px solid #428aee
}
.productTopLeft ul li img, 
.productBotLeft ul li .productSmallImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.shareBox{
    margin-top: 14px;
}
.shareBox a{
    font-size: 14px;
    color: #999;
}
.shareLeft{
    float: left;
}
.shareLeft>div{
    height: 24px;
    line-height: 24px;
    margin-right: 24px;
    font-size: 0;
    float: left;
	position: relative;
}
.shareLeft>div i{
    width: 13px;
    height: 12px;
    margin:7px 3px 0;
    background-size: 100% 100%!important;
    display: inline-block;
    vertical-align: top;
}
.shareBox .collection i{
    background: url(../../../../images/products/version/2024/shareBox-1.png) no-repeat;
}
.shareBox .fenxiang i{
    background: url(../../../../images/products/version/2024/shareBox-2.png) no-repeat;
}
.shareBox .report i{
    background: url(../../../../images/products/version/2024/shareBox-3.png) no-repeat;
}
.shareBox .evaluate i{
    background: url(../../../../images/products/version/2024/shareBox-4.png) no-repeat;
}
/* fenxiang */
.bdsharebuttonbox{
	position: absolute;
	left: -50px;
	top: 28px;
	width: 164px;
	height: 50px;
	z-index: 99;
	background: #fff;
	border-top: 3px solid #76a145;
	box-shadow: 0 6px 15px #d6d6d6;
	padding: 5px 10px;
	box-sizing: border-box;
	display: none;
}
.bdsharebuttonbox a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 6px;
}
.bdsharebuttonbox a.weixin {
	background: url('https://www.ybzhan.cn/images/PublicShareButton/buttonshareicon.png') no-repeat -140px -36px;
}
.bdsharebuttonbox a.qqim {
	background: url('https://www.ybzhan.cn/images/PublicShareButton/buttonshareicon.png') no-repeat -90px -36px;
}
.bdsharebuttonbox a.qq {
	background: url('https://www.ybzhan.cn/images/PublicShareButton/buttonshareicon.png') no-repeat 0 -36px;
}
.bdsharebuttonbox a.weibo {
	background: url('https://www.ybzhan.cn/images/PublicShareButton/buttonshareicon.png') no-repeat -45px -36px;
}
.shareRight{
    float: right;
}
.shareRight a{
    width: 56px;
    height: 24px;
    background-size: 100% 100%!important;
    display: inline-block;
    vertical-align: top;
}
.shareRight a.duibi{
    background: url(../../../../images/products/version/2024/duibi.png) no-repeat;
}
.shareRight a.clicked0{
    background: url(../../../../images/products/version/2024/duibi2.png) no-repeat;
}
.proRight{
    overflow: hidden;
}
.productName a{
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    display: block;
}
.productName a:hover{
    color: #2b82d9;
}
.productInfo{
    margin-top: 18px;
    padding: 18px 10px;
    background-color: #f5f5f5;
}
.productInfo ul{
    overflow: hidden;
}
.productInfo li{
    float: left;
    width: 50%;
	padding: 0 8px;
	line-height: 32px;
    height: 32px;
    position: relative;
	overflow: hidden;
}
.productInfo li b{
    font-size: 18px;
	display: inline-block;
	vertical-align: top;
}
.productInfo li p{
	margin: 0 10px 0 0;
	width: 48px;
    font-size: 14px;
    color: #999999;
	display: inline-block;
	vertical-align: top;
}
.productInfo li.supplierName{
	margin-top: 12px;
	width: 100%;
}
.productCont{
    padding: 20px 0;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #e6e6e6;
}
.proContent{
	line-height: 30px;
	height: 120px;
	overflow: hidden;
} 
.productCont a{
    color: #2b82d9;
    display: inline-block;
    vertical-align: top;
}
.productCont a i{
    width: 10px;
    height: 6px;
    margin: 12px 0 0 3px;
    background: url("../../../../images/products/version/2024/down-blue.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
}
.proRight .mode1{
	margin: 26px 0 0 14px;
	height: 38px;
	overflow: hidden;
}
.proRight .mode1 b {
	margin-right: 20px;
	width: 70px;
	float: left;
	line-height: 38px;
	font-size: 16px;
	color: #999;
	font-weight: normal;
}
.proRight .mode1 p {
	overflow: hidden;
}
.proRight .mode1 p a{
    border: 1px solid #0f93e3;
    display: inline-block;
    font-size: 14px;
    color: #2b82d9;
    border-radius: 4px;
    line-height: 36px;
    padding: 0 5px;
    margin-right: 12px;
    cursor: pointer;
}
.productBtn{
    margin-top: 29px;
	overflow: hidden;
}
.productBtn a{
    float: left;
    width: 196px;
    height: 44px;
    line-height: 44px;
    margin-right: 16px;
    font-size: 16px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}
.productBtn a:last-child{
    margin-right: 0;
}
.productBtn a.kfzx{
    background-color: #fe8d33;
}
.productBtn a.getInfo{
    background-color: #3e9cfa;
}
.productBtn a.inquiry{
    background-color: #f44c3f;
}
.productBot{
	margin-top: 16px;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	color: #333;
}
/* productMainRight */
.productMainRight .title{
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    font-weight: 700;
}
.productMainRight .title i{
    width: 5px;
    height: 20px;
    margin:5px 7px 0 0;
    background-color: #2b82d9;
    display: inline-block;
    vertical-align: top;
}
.productMainRight li p{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
}
.productMainRight li p i{
    margin:14px 7px 0 0;
    width: 19px;
    height: 15px;
    background: url(../../../../images/products/version/2024/productMainRight-01.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
}
.productMainRight li p a:hover{
    color: #2b82d9;
}
.productMainRight li .item{
    display: none;
}
.productMainRight li .item .image{
    height: 172px;
}
.productMainRight li .item .image img{
    width: 100%;
    height: 100%;
}
.productMainRight li .item .text{
    padding: 12px;
    background-color: #2b82d9;
}
.productMainRight li .item .text span{
    line-height: 24px;
	max-height: 48px;
    font-size: 16px;
    display: block;
	overflow: hidden;
}
.productMainRight li .item span a{
    color: #fff;
}
.productMainRight li .item span a:hover{
    text-decoration: underline;
}
.productMainRight li.active .item{
    display: block;
}
/* part1 */
.partTitle{
	border-bottom: 1px solid #dddddd;
}
.partTitle span{
	height: 48px;
	line-height: 36px;
	padding-bottom: 12px;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.partTitle span i{
	width: 32px;
	height: 36px;
	background-size: 100% 100%!important;
	margin-right: 6px;
	display: inline-block;
	vertical-align: top;
}
.partTitle span::after{
	height: 3px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -1px;
	background-color: #2b82d9;
}
.partTitle .more{
	line-height: 36px;
	font-size: 14px;
	float: right;
}
.partTitle .more:hover{
	color: #2b82d9;
}
.part1 .partTitle span i{
	background: url(../../../../images/products/version/2024/part1-title.png) no-repeat;
}
.part2 .partTitle span i{
	background: url(../../../../images/products/version/2024/part2-title.png) no-repeat;
}
.part1{
	margin-top: 23px;
}
.part1Bot{
	overflow: hidden;
}
.part1Bot ul{
	width: calc(100% + 14px);
	overflow: hidden;
}
.part1Bot li{
	margin-top: 14px;
	width: 50%;
	float: left;
}
.part1Bot .item{
	padding: 17px;
	margin-right: 14px;
	border: 1px solid #e6e6e6;
	overflow: hidden;
}
.part1Bot .item:hover{
	border-color: #2b82d9;
}
.part1Bot .image{
	width: 140px;
	margin-right: 18px;
	float: left;
}
.part1Bot .image a{
	height: 0;
	padding-bottom: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.part1Bot .image img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.part1Bot .text{
	overflow: hidden;
}
.part1Bot .text>p{
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
}
.part1Bot .text p a:hover{
	color: #2b82d9;
}
.part1Bot .text .label{
	margin-top: 13px;
}
.part1Bot .text .label span{
	margin-left: 16px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	font-size: 14px;
	color: #4071a1;
	background-color: #f5f5f5;
	display: inline-block;
	vertical-align: top;
}
.part1Bot .text .label span:first-child{
	margin: 0;
}
.part1Bot .text .supplier{
	margin-top: 8px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #af6918;
	overflow: hidden;
}
.part1Bot .text .supplier span{
	margin-right: 8px;
	float: left;
}
.part1Bot .text .supplier span i{
	width: 11px;
	height: 14px;
	margin: 2px 4px 0 0;
	background: url(../../../../images/products/version/2024/part1-icon01.png) no-repeat;
	display: inline-block;
	vertical-align: top;
}
.part1Bot .text .supplier p{
	overflow: hidden;
}
.part1Bot .text .content{
	margin-top: 10px;
	line-height: 20px;
	height: 40px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* part2 */
.part2{
	margin-top: 24px;
}
.part2Bot{
	 overflow: hidden;
}
.part2Bot ul{
	width: calc(100% + 40px);
	overflow: hidden;
}
.part2Bot li{
	width: 50%;
	float: left;
}
.part2Bot li .item{
	padding: 22px 0;
	margin-right: 40px;
	border-top: 1px solid #e6e6e6;
}
.part2Bot li:nth-child(1) .item,
.part2Bot li:nth-child(2) .item{
	border: 0;
}
.part2Bot li p{
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
}
.part2Bot li p a:hover{
	color: #2b82d9;
}
.part2Bot li span{
	margin-top: 12px;
	height: 36px;
	line-height: 18px;
	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;
}
.part2Bot li .itemBot{
	margin-top: 16px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	overflow: hidden;
}
.part2Bot li .comName{
	color: #af6918;
	float: left;
}
.part2Bot li .comName i{
	width: 32px;
	height: 32px;
	margin-right: 8px;
	border: 1px solid #dedede;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	overflow: hidden;
}
.part2Bot li .comName i img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.part2Bot li .comName a{
	color: #af6918;
}
.part2Bot li .time{
	color: #999;
	float: right;
}
.part2Bot li .time i{
	font-size: 14px;
	margin-right: 5px;
}
/* footer */
.foot {
	margin-top: 12px;
	background: #282828;
	width: 100%;
	padding: 30px 0 20px;
}
.foot1 {
	margin: 0 auto;
}
.footLeft {
	width: 650px;
	float: left;
}
.footLeft ul {
	margin: 20px 0;
	overflow: hidden;
}
.footLeft ul li img {
	height: 35px;
	margin: 0 5px;
	float: left;
}
.footLeft ul li {
	float: left;
	margin-right: 15px;
	background: #f8f8f8;
	border: 1px solid #cacaca;
	padding: 5px 0;
	padding-left: 0;
	line-height: 1.5;
}
.footLeft ul li:last-child {
	margin-right: 0;
}
.footLeft ul li b {
	margin-right: 5px;
	width: 60px;
	display: inline-block;
	font-weight: normal;
}
.footLeft ul li b a {
	color: #666;
}
.footLeft p {
	color: #666;
	height: 24px;
	line-height: 24px;
}
.footLeft p a {
	color: #666;
}
.footLeft p span {
	margin-right: 50px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
}
.footNav {
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
}
.footNav a {
	color: #dcdcdc;
	line-height: 36px;
	margin-right: 63px;
	display: inline-block;
}
.footRight {
	float: left;
	width: 300px;
	padding-left: 50px;
	box-sizing: border-box;
	padding-right: 20px;
}
.footRight ul {
	float: left;
}
.footRight ul.ul2 {
	float: right;
}
.footRight ul li {
	line-height: 36px;
	font-size: 14px;
	color: #dcdcdc;
}
.footRight ul li a {
	color: #dcdcdc;
	position: relative;
	cursor: pointer;
}
.footRight ul li a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255, 255, 255, .9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	resize: none;
	overflow: hidden;
}
.footRight ul li a .QQhover::after {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footRight ul li a:hover .QQhover {
	display: inline-block;
}
.footRight ul li i {
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	background: url(https://www.ybzhan.cn/images/index420/qq-ico.png) no-repeat;
	background-size: contain;
	margin-top: 5px;
}
.footRight p {
	font-size: 14px;
	color: #dcdcdc;
	line-height: 30px;
}
.footRight p b {
	font-size: 16px;
}
.ybw {
	width: 100%;
	font-size: 14px;
	color: #dcdcdc;
	line-height: 30px;
	height: 30px;
}
.ybw a {
	color: #dcdcdc;
}
.ybw span {
	color: #dcdcdc;
}
.lxqq {
	height: 108px;
	margin-bottom: 10px;
}
.footRight .title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight-r .title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight .title i {
	width: 14px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(https://www.ybzhan.cn/images/index420/foot_ico.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}
.footRight-r {
	overflow: hidden;
	padding-left: 120px;
	box-sizing: border-box;
}
.footRight-r .title i {
	width: 14px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(https://www.ybzhan.cn/images/index420/foot_ico.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}
.footRight-r ul li {
	float: left;
	margin-right: 30px;
}
.footRight-r ul li:last-child {
	margin-right: 0;
}
.footRight-r ul li .image {
	width: 132px;
	height: 132px;
	padding: 6px;
	box-sizing: border-box;
	background: #535353;
}
.footRight-r ul li p {
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.footer {
	text-align: center;
	color: #dcdcdc;
	font-size: 14px;
	line-height: 25px;
	background: #222;
	padding: 10px 0;
}
.footer a {
	color: #dcdcdc;
}
/* right-bar */
.right-bar {
	position: fixed;
	top: 90px;
    right: 10px;
	z-index: 999;
}
.right-bar ul {
	margin-top: 10px;
	box-shadow: 0px 10px 20px 0px rgba(40, 40, 40, 0.12);
	background-color: #4385f5;
	width: 58px;
	border-radius: 4px;
}
.right-bar li {
	cursor: pointer;
	position: relative;
}
.right-bar li .bar-top {
	border-bottom: 1px solid #eee;
	padding: 12px 0;
	text-align: center;
	line-height: 16px;
}
.right-bar li .bar-top b {
	color: #fff;
	display: block;
	padding: 2px 15px;
}
.right-bar li .bar-top i {
	display: block;
	font-size: 20px;
	margin-bottom: 7px;
}
.right-bar li .bar-top a {
	color: #fff;
	display: block;
}
.right-bar li .bar-top a:hover {
	color: #4385f5;
}
.right-bar li.notext .bar-top i {
	margin: 0;
}
.right-bar li.notext .bar-top {
	padding: 15px 0;
	border-bottom: 0;
}
.right-bar li:hover .bar-top {
	background-color: #f60;
}
.right-bar li:hover .bar-top a,.right-bar li:hover .bar-top b {
	color: #fff;
	transition: all;
}
.right-bar li:last-of-type .bar-top {
	border-bottom: 0;
}
.right-bar .code-item {
	position: absolute;
	right: 70px;
	bottom: 0;
	top: auto;
	box-sizing: border-box;
	width: 360px;
	border: 4px solid #4385f5;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding: 20px 10px;
}
.right-bar .child-bot.code-item {
	width: auto;
	white-space: nowrap;
}
.right-bar .code-item .item {
	width: 166px;
	display: inline-block !important;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
    float: none;
}
.right-bar .code-item .wx-img{
	width: 126px;
	height: 126px;
	position: relative;
}
.right-bar .code-item .wx-img img{
	position: absolute;
	width: 142px;
	height: 142px;
	left: -8px;
	top: -8px;
	max-width: none;
	max-height: none;
}
.right-bar .code-item .item b {
	margin-top: 10px;
	display: block;
}
.right-bar .code-item .item p {
	margin-top: 10px;
	color: #999;
}
.child-bot {
	display: none;
}
.right-bar li::after {
	position: absolute;
	content: "";
	left: -20px;
	width: 20px;
	height: 100%;
	top: 0;
}
.right-bar li:hover .child-bot,.left-bar li:hover .child-bot {
	display: block;
}
.right-bar .contact-item {
	position: absolute;
	right: 70px;
	top: 0;
	box-sizing: border-box;
	width: 320px;
	border: 4px solid #4385f5;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding: 18px 16px 16px;
}
.right-bar .contact-item dl{
	padding-left: 88px;
	overflow: hidden;
	position: relative;
}
.right-bar .contact-item i{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 2px;
	width: 68px;
	height: 82px;
	background:url(https://www.chem17.com/images/technology/version/2022/service-left.png) no-repeat;
}
.right-bar .contact-item dt{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.right-bar .contact-item dd{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	overflow: hidden;
    white-space: nowrap;
}
.right-bar .contact-item dd b{
	display: inline-block;
	width: 18px;
	height: 21px;
	margin: 1px 0 0 11px;
	background: url(https://www.chem17.com/images/technology/version/2022/service-qq.png) no-repeat;
	vertical-align: top;
}
/* comBox */
.comBox {
    position: fixed;
    top: 110px;
    display: block;
    right: 70px;
    z-index: 999;
    width: 108px;
	overflow: hidden;
}
.comBox p.title {
	height: 32px;
	line-height: 32px;
	color:#fff;
	background:#2b82d9;
	font-size: 12px;
	padding: 0 8px;
	width: 106px;
}
.comBox p.title a {
    display: block;
    width: 16px;
    height: 16px;
    background: url("https://www.ybzhan.cn/images/products/version/2022/close1.png") no-repeat center;
    position: absolute;
    top: 8px;
    right: 8px;
}
.comBox ul li {
    width: 106px;
    border: 1px solid #e4e4e4;
    border-bottom-color: rgb(228, 228, 228);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 1px;
    text-align: center;
    position: relative;
	height: 95px;
	padding-top: 10px;
	background-color: #fff;
}
.comBox ul li img {
    max-width: 85px;
	max-height: 50px;
	margin-top: -3px;
}
.comBox ul li.add {
	height: 95px;
}
.comBox ul li.add a {
    color: #999;
    font-size: 12px;
    background: url("https://www.ybzhan.cn/images/products/version/2022/add.png") no-repeat center;
    padding-top: 58px;
    position: absolute;
    top: 5px;
    left: 30px;
}
.comBox ul li p a {
    color: #333;
	text-align: left;
	padding: 0px 10px;
	display: block;
}
.comBox ul li p {
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
}
.comBox .btn {
    border: 1px solid #e4e4e4;
    height: 78px;
}
.comBox .btn a {
    display: block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    color: #fff;
	background:#2b82d9;
    text-align: center;
    margin: 0 auto 6px auto;
    border-radius: 2px;
}
.comBox .btn a.empty {
	background-color: #a9a9a9;
}
.comBox ul li a.close{
	display: none;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -1px;
	right: -1px;
	background:#2b82d9 url("https://www.ybzhan.cn/images/products/version/2022/close1.png") no-repeat center;
}
.comBox ul li.pro:hover{
	border: 1px dashed #2b82d9;
	/* border-bottom: 0; */
}
.comBox ul li.pro:hover a.close{
	display: block;
}

/* media */
@media only screen and (max-width: 1400px){
    .main,.w{width:  1180px;}
    body{min-width:  1180px;}
	.top {
		margin: 13px auto;
	}
	.logo {
		height: 49px;
		margin-right: 174px;
	}
	.searchBox {
		width: 522px;
		height: 38px;
		margin-top: 11px;
	}
	.search {
		height: 38px;
	}
	.searchSelect {
		width: 13%;
		height: 34px;
	}
	.selectTop p {
		font-size: 13px;
		line-height: 34px;
		text-indent: 12px;
	}
	.selectTop i {
		top: 16px;
		right: 9px;
	}
	.selectBot {
		top: 34px;
	}
	.search input {
		height: 34px;
		text-indent: 12px;
		font-size: 13px;
		line-height: 34px;
	}
	.selectTop p::after {
		top: 12px;
	}
	.search button {
		width: 16%;
		height: 38px;
		font-size: 14px;
		line-height: 38px;
	}
	.search button i {
		font-size: 13px;
		margin-right: 5px;
	}
	.location {
		font-size: 13px;
	}
	.findtop {
		margin-top: 2px;
		padding: 5px 0;
	}
	.findtop dl {
		line-height: 30px;
		font-size: 13px;
		min-height: 30px;
	}
	.findtop dt {
		width: 90px;
		font-size: 15px;
	}
	.findtop dd {
		padding-right: 110px;
		height: 30px;
	}
	.otherexi li {
		margin-right: 24px;
	}
	.findtop a.more {
		right: 40px;
	}
	.productMain {
		margin-top: 25px;
	}
	.productMain_left {
		width: 876px;
	}
	.proLeft {
		width: 323px;
		margin-right: 30px;
	}
	.productTopLeft {
		height: 323px;
	}
	.productTopLeft ul li {
		height: 321px;
	}
	.productTopLeft ul li > div {
		width: 321px;
	}
	.productBotLeft {
		height: 60px;
		margin-top: 12px;
	}
	.productBotLeft ul li {
		width: 67px;
	}
	.productBotLeft ul li .productSmallImg {
		margin-right: 7px;
	}
	.shareBox {
		margin-top: 12px;
	}
	.shareLeft > div {
		height: 20px;
		line-height: 20px;
		margin-right: 14px;
	}
	.shareBox a {
		font-size: 13px;
	}
	.shareLeft > div i {
		margin: 5px 3px 0;
	}
	.shareRight a {
		width: 47px;
		height: 20px;
	}
	.productName a {
		font-size: 22px;
		line-height: 26px;
		height: 26px;
	}
	.productInfo {
		margin-top: 15px;
		padding: 12px 7px;
	}
	.productInfo li b {
		font-size: 15px;
		line-height: 24px;
		height: 24px;
	}
	.productInfo li p {
		margin-top: 6px;
		font-size: 12px;
	}
	.productCont {
		padding: 16px 0;
		font-size: 12px;
	}
	.proContent {
		line-height: 26px;
		height: 104px;
	}
	.productCont a i {
		width: 8px;
		height: 5px;
		margin: 9px 0 0 3px;
	}
	.productBtn {
		margin-top: 24px;
	}
	.productBtn a {
		width: 165px;
		height: 36px;
		line-height: 36px;
		margin-right: 13px;
		font-size: 14px;
	}
	.proRight .mode1 {
		margin-left: 12px;
		margin-top: 20px;
		height: 32px;
	}
	.proRight .mode1 b {
		line-height: 32px;
	}
	.proRight .mode1 p a {
		line-height: 30px;
		margin-right: 10px;
	}
	.productBot {
		margin-top: 11px;
		font-size: 15px;
		height: 26px;
		line-height: 26px;
	}
	.productMainRight {
		width: 258px;
	}
	.productMainRight .title {
		height: 24px;
		line-height: 24px;
		font-size: 18px;
	}
	.productMainRight .title i {
		width: 4px;
		height: 16px;
		margin: 5px 5px 0 0;
	}
	.productMainRight li .item .image {
		height: 146px;
	}
	.productMainRight li .item .text {
		padding: 10px;
	}
	.productMainRight li .item .text span {
		line-height: 20px;
		max-height: 40px;
		font-size: 13px;
	}
	.productMainRight li p {
		height: 31px;
		line-height: 31px;
		font-size: 13px;
	}
	.productMainRight li p i {
		margin: 11px 4px 0 0;
		width: 14px;
		height: 10px;
	}
	.part1 {
		margin-top: 19px;
	}
	.partTitle span {
		height: 42px;
		line-height: 30px;
		padding-bottom: 12px;
		font-size: 19px;
	}
	.partTitle span i {
		width: 28px;
		height: 30px;
		margin-right: 4px;
	}
	.partTitle .more {
		line-height: 30px;
		font-size: 12px;
	}
	.part1Bot ul {
		width: calc(100% + 12px);
	}
	.part1Bot li {
		margin-top: 12px;
	}
	.part1Bot .item {
		padding: 14px;
		margin-right: 12px;
	}
	.part1Bot .image {
		width: 118px;
		margin-right: 15px;
	}
	.part1Bot .text > p {
		height: 18px;
		line-height: 18px;
		font-size: 15px;
	}
	.part1Bot .text .label {
		margin-top: 10px;
	}
	.part1Bot .text .label span {
		margin-left: 8px;
		height: 22px;
		line-height: 22px;
		padding: 0 6px;
		font-size: 12px;
	}
	.part1Bot .text .supplier {
		margin-top: 6px;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.part1Bot .text .supplier span i {
		margin: 0px 4px 0 0;
	}
	.part1Bot .text .content {
		line-height: 18px;
		height: 36px;
		font-size: 12px;
	}
	.part2 {
		margin-top: 18px;
	}
	.part2Bot ul {
		width: calc(100% + 30px);
	}
	.part2Bot li .item {
		padding: 18px 0;
		margin-right: 30px;
	}
	.part2Bot li p {
		height: 22px;
		line-height: 22px;
		font-size: 15px;
	}
	.part2Bot li span {
		height: 32px;
		line-height: 16px;
		font-size: 13px;
	}
	.part2Bot li .itemBot {
		margin-top: 12px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	.part2Bot li .comName i {
		width: 30px;
		height: 30px;
		margin-right: 6px;
	}
	.part2Bot li .time i {
		font-size: 12px;
		margin-right: 4px;
	}
	.footLeft {
		width: 560px;
	}
	.footNav {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.footRight-r {
		padding-left: 40px;
	}
	.footNav a {
		margin-right: 40px;
		line-height: 30px;
	}
	.footLeft ul li {
		margin-right: 5px;
		line-height: 1.2;
	}
	.footLeft ul li img {
		height: 28px;
		margin: 0 3px;
	}
	.footLeft ul li b {
		margin-right: 5px;
		width: 60px;
	}
	.footRight .title,.footRight-r .title {
		font-size: 18px;
	}
	.footRight ul li {
		line-height: 32px;
		font-size: 12px;
	}
	.footRight ul li i {
		width: 18px;
		height: 20px;
		margin-top: 6px;
	}
	.footRight p b {
		font-size: 14px;
	}
	.lxqq {
		height: 98px;
	}
	.ybw {
		font-size: 12px;
		line-height: 24px;
		height: 24px;
	}
	.footRight {
		padding-left: 44px;
		padding-right: 30px;
		width: 260px;
	}
	.footRight-r ul li .image {
		width: 100px;
		height: 100px;
	}
	.footRight-r ul li p {
		font-size: 12px;
	}
	.footer {
		font-size: 12px;
	}
	.foot {
		padding: 24px 0 14px;
	}


}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .main,.w{width:  1290px;}
    body{min-width:  1290px;}
	.productMain {
		margin-top: 26px;
	}
	.productMain_left {
		width: 956px;
	}
	.proLeft {
		width: 353px;
		margin-right: 33px;
	}
	.productTopLeft {
		height: 353px;
	}
	.productTopLeft ul li {
		height: 351px;
	}
	.productTopLeft ul li > div {
		width: 351px;
	}
	.productBotLeft {
		height: 64px;
		margin-top: 15px;
	}
	.productBotLeft ul li {
		width: 72px;
		height: 100%;
	}
	.shareLeft > div {
		margin-right: 18px;
	}
	.productName a {
		font-size: 24px;
	}
	.productInfo {
		margin-top: 15px;
		padding: 15px 8px;
	}
	.productInfo li::after {
		height: 40px;
	}
	.productInfo li b {
		font-size: 17px;
	}
	.productInfo li p {
		font-size: 13px;
	}
	.productCont {
		padding: 16px 0;
		line-height: 24px;
		font-size: 13px;
	}
	.proContent {
		line-height: 28px;
		height: 112px;
	}
	.productBtn {
		margin-top: 27px;
	}
	.productBtn a {
		width: 180px;
		height: 40px;
		line-height: 40px;
		margin-right: 14px;
		font-size: 15px;
	}
	.productBot {
		margin-top: 13px;
		font-size: 15px;
		height: 28px;
		line-height: 28px;
	}
	.productMainRight {
		width: 282px;
	}
	.productMainRight li .item .image {
		height: 158px;
	}
	.productMainRight li .item .text {
		padding: 11px;
	}
	.productMainRight li .item .text span {
		line-height: 22px;
		max-height: 44px;
		font-size: 15px;
	}
	.productMainRight li p {
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.productMainRight li p i {
		margin: 12px 6px 0 0;
		width: 17px;
		height: 14px;
	}
	.part1 {
		margin-top: 21px;
	}
	.partTitle span {
		height: 44px;
		line-height: 32px;
		padding-bottom: 12px;
		font-size: 20px;
	}
	.partTitle .more {
		line-height: 32px;
		font-size: 13px;
	}
	.part1Bot .item {
		padding: 16px;
	}
	.part1Bot .image {
		width: 129px;
		margin-right: 16px;
	}
	.part1Bot .text > p {
		height: 22px;
		line-height: 22px;
		font-size: 17px;
	}
	.part1Bot .text .label {
		margin-top: 12px;
	}
	.part1Bot .text .label span {
		margin-left: 12px;
		height: 24px;
		line-height: 24px;
		padding: 0 8px;
		font-size: 13px;
	}
	.part1Bot .text .supplier {
		margin-top: 6px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.part1Bot .text .content {
		line-height: 18px;
		height: 36px;
		font-size: 13px;
	}
	.part2 {
		margin-top: 22px;
	}
	.part2Bot li .item {
		padding: 20px 0;
		margin-right: 32px;
	}
	.part2Bot ul {
		width: calc(100% + 32px);
	}
	.part2Bot li p {
		height: 24px;
		line-height: 24px;
		font-size: 17px;
	}
	.part2Bot li span {
		margin-top: 10px;
		height: 32px;
		line-height: 16px;
		font-size: 13px;
	}
	.part2Bot li .itemBot {
		margin-top: 14px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	.part2Bot li .comName i {
		width: 30px;
		height: 30px;
		margin-right: 6px;
	}
	.part2Bot li .time i {
		font-size: 13px;
		margin-right: 5px;
	}
	.footRight-r {
		padding-left: 26px;
	}
	.footNav a {
		margin-right: 50px;
	}
	.footRight {
		padding-left: 0;
		padding-right: 30px;
		width: 260px;
	}


}
@media only screen and (min-width: 1600px){
    .main,.w{width:  1430px;}
    body{min-width:  1430px;}
}










