body{
	background-color: #fff;
	margin: 0;
	font-family: "PingFang SC", Helvetica, "Microsoft YaHei", Arial, "sans-serif"!important;
}
a {
	outline: none;
}
iframe {
    margin: 0;
    padding: 0;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/*渐隐*/
.fadeOut {
  animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
/*渐显*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.w {
	width: 1500px;
}

table{border: 0px solid #fff;
border-collapse: collapse}

.productParameter table tr th{
border: 1px solid #e3e3e3 }
.productParameter table tr td{
border: 1px solid #e3e3e3 }

/*header*/
#header{ width:100%; height:36px; margin:0 auto;border-bottom: 1px solid #ddd;}
.header{  height:36px; margin:0 auto; }
.header ul{ float:left; }
.header li{ float:left; font: normal 12px/36px "\5b8b\4f53","Tahoma"; color:#333; }
.header li input{ width:90px; height:18px; float:left; border:1px solid #d7d7d7; margin:9px 5px 9px 0; }
.header li button{ width:39px; height:19px; float:left; border:0; margin:9px 3px; cursor:pointer; }
.header li a{ color:#333; padding:0 5px; }
.header p{ line-height:36px; float:right; color:#dfdfdf; margin-right:-4px; }
.header p a{ display:inline-block; color:#333; padding:0 4px; }

.header p .weixin  {
	position: relative;
	display: inline-block;
}
.header p .mobile  {
	position: relative;
	display: inline-block;
}
.header p .mobile i {width: 10px;height: 15px; display: inline-block;background: url(../../images/prodetail/mobile_ico.png) no-repeat; vertical-align: middle;margin-right: 5px}
.header p .weixin i {width: 17px;height: 15px; display: inline-block;background: url(../../images/prodetail/weixin_ico.png) no-repeat; vertical-align: middle;margin-right: 5px
}
.header li a:hover,.header p a:hover{ color:#f60; text-decoration:underline; }

/*top*/
.head{ width: 1500px; height: 37px; margin: 0px auto; }
.head span{ display: block; float: left;font-size: 12px; line-height: 37px; }
.head span a{ color: #666; margin-right: 10px;text-decoration: none;}
.head p{ display: block; float: right;font-size: 12px; line-height: 37px; color: #666; margin: 0px;}
.head p a{ color: #666; margin: 0px 8px; text-decoration: none;}
.head p a.mobile{ display: inline-block; text-indent: 18px; background: url(../../images/enterprise2018/enterprise2018.png) no-repeat 0 10px;margin-left: 5px; }
.head a:hover{ text-decoration: underline; color: #ff6600; }

#header {
	width: 100%;
	height: 36px;
	margin: 0 auto;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
}

.header {
	width: 1500px;
	height: 36px;
	margin: 0 auto;
	position: relative;
}

.header ul {
	float: left;
	margin: 0;
	list-style: none;
	border: 0px;
	padding-left: 0;
}

.header li {
	float: left;
	color: #666;
	list-style: none;
	border: 0px;
	line-height: 36px;
}

.header li a,
.header p a {
	color: #666;
	padding: 0 4px;
	text-decoration: none;
}

.header li a.login{color:#ff0000;}

.header a:hover,
.header a.mobile:hover {
	color: #f60;
}

.header input {
	width: 92px;
	height: 18px;
	float: left;
	border: 1px solid #d4d4d4;
	margin: 6px 6px 0 0;
}

.header button {
	width: 35px;
	height: 19px;
	float: left;
	background: url(../images/news2014/news.gif) no-repeat 0 0;
	margin: 6px 4px 0 2px;
}

.header p {
	line-height: 36px;
	float: right;
	padding-right: 6px;
	color: #dfdfdf;
	margin: 0;
}

.header a.mobile {
	width: 55px;
	height: 16px;
	display: block;
	float: right;
	text-indent: 18px;
	margin-top: 8px;
	line-height: 16px;
	color: #38880b;
	background: url(../images/news2014/news.gif) no-repeat -139px 0;
}
#top {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	background: #f2f2f2;
	margin-top: -4px;
}

.top {
	height: 110px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

.top .logo {
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 1;
}

.top p {
	width: 350px;
	height: 28px;
	position: absolute;
	left: 645px;
	top: 15px;
	z-index: 1;
	font: normal 14px/28px "Microsoft Yahei", "\5b8b\4f53";
	color: #e2e2e2;
}

.top p a {
	color: #333;
	padding: 0 12px;
}

.top p a:hover {
	color: #009944;
}

.top p .hot {
	font-weight: bold;
	color: #009944;
}

.top form {
	width: 568px;
	height: 33px;
	position: absolute;
	left: 645px;
	top: 45px;
	z-index: 1;
}

.top .text {
	width: 468px;
	height: 35px;
	float: left;
	border: 2px solid #009944;
	border-right: 0;
	background: #fff;
	font-size: 14px;
	text-indent: 6px;
	line-height: 29px;
	color: #999;
}

.top button {
	width: 98px;
	height: 39px;
	float: left;
	font: bold 16px/31px "Microsoft Yahei", "\5b8b\4f53";
	background: #009944;
	color: #fff;
	cursor: pointer;
	border: none;
}

/*6.21*/
.top span{ width:205px; height:45px; position:absolute; right:20px; top:40px; line-height:23px; }
.top span a{ width:78px; height:23px; float:left; margin-left:24px; color:#333; text-align:right; }
.top span a:hover{ color:#f60; }
.top span a.purchase{ background:url(/images/offer2018/Icons2015.png) no-repeat 0 -11px; }
.top span a.service{ background:url(/images/offer2018/Icons2015.png) no-repeat -1px -41px; }
.top span a.regist{ background:url(/images/offer2018/Icons2015.png) no-repeat 0 -70px; }
.top span a.submit{ background:url(/images/offer2018/Icons2015.png) no-repeat 0 -98px; }
.top span a.purchase:hover{ background:url(/images/offer2018/Icons2015.png) no-repeat 0 -128px; }
.top span a.service:hover{ background:url(/images/offer2018/Icons2015.png) no-repeat -1px -158px; }
.top span a.regist:hover{ background:url(/images/offer2018/Icons2015.png) no-repeat 0 -187px; }
.top span a.submit:hover{ background:url(/images/offer2018/Icons2015.png) no-repeat 0 -215px; }

.main {
	margin: 0 auto;
}
#location {
	width: 100%;
}
.bannerOne-adv {
	margin: 10px auto;
}
.bannerOne-adv a.advs {
    position: relative;
    display: block;
}
.bannerOne-adv a.advs img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.location {
	margin: 0 auto;
	margin: 12px auto;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	color: #666;
}
.location i.weizi {
	vertical-align: top;
	width: 13px;
	display: inline-block;
	height: 16px;
	background: url(../../images/prodetail/position.png) no-repeat;
	margin-top: 5px;
}
.location .back {
	margin-top: 2px;
	float: right;
	font-size:  14px;
	color: #ff6600;
}
.location .back i {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: top;
	background: url(../../images/prodetail/multimedia-option.png) no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: 4px;
}
.location a {
    color: #666;
    margin: 0 7px;
}
.location p {
    float: right;
}
.pro_left {
 width:40%;
 float:left;
 position: relative;
}
.pro_left .gallery-top {
 width:100%;
 height:475px;
 border:1px solid #dfdfdf;
 overflow:hidden;
 position: relative;
}


.pro_left .share {
	text-align: center;
	margin-top: 20px;
}
.pro_left .share a {
	color: #999;
	font-size: 14px;
	margin-right: 20px;
}
.pro_left .share a.comBtn {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	display: inline-block;
	width: 95px;
	height: 25px;
	background: #f5f5f5;
	border-radius: 30px;
	text-align: center;
	line-height: 25px;
	vertical-align: top;
	margin-top: 18px;
	background: url(../../images/prodetail/clicked.png) no-repeat;
}
.pro_left .share a.clicked {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	display: inline-block;
	width: 95px;
	height: 25px;
	background: #f5f5f5;
	border-radius: 30px;
	text-align: center;
	line-height: 25px;
	vertical-align: top;
	margin-top: 18px;
    color: #666;
    background: url(../../images/prodetail/clicked_active.png) no-repeat;
}
.pro_left .share .fenxiang {
	display: inline-block;
	color: #999;
	font-size: 14px;
	position: relative;
	margin-right: 20px;
	margin-top: 20px;
}
.pro_left .share .fenxiang .fenxiangDiv {
	position: absolute;
	left: -10px;
	top: 25px;
	width: 164px;
	height: 45px;
	z-index: 99;
	background: #fff;
	border-top: 3px solid #009944;
	box-shadow: 0 6px 15px #d6d6d6;
	padding: 5px 10px;
	box-sizing: border-box;
}
.pro_left .share .fenxiang .bdsharebuttonbox a {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 6px;
}
.pro_left .share .fenxiang i  {
	display: inline-block;
	color: #999;
	font-size: 14px;
	background: url(../../images/prodetail/shares_ico.png) no-repeat;
	background-size: contain;
}
.pro_left .share i {
	width: 20px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.pro_left .share .report i {
	background: url(../../images/prodetail/report_ico.png) no-repeat;
	background-size: contain;
}
.pro_left .share .collection i {
	background: url(../../images/prodetail/collection_ico.png) no-repeat;
	background-size: contain;
}

#bigPig {
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 100%;
	position: relative;
}
.pro_left .big-prev, .pro_left .big-next {
	display: none;
	position: absolute;
	top: 200px;
	width: 47px;
	height: 78px;
	background-color: rgba(0,0,0,.5);
	z-index: 9999;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	cursor: pointer;
}
.pro_left .big-prev {
	left: 0;
	background-image: url(/images/product/back.png);
}
.pro_left .big-next {
	right: 0;
	background-image: url(/images/product/next.png);
}
#bigPig li {
	width: 100%;
	display: none;
	height: 450px;
	position: relative;
	border: 1px solid #e3e3e3;
	opacity: 0;
}

#bigPig li table {
	width: 100%;
}
#bigPig li table td {
	width: 100%;
	height: 450px;
	background-color: #fff;
	overflow: hidden;
	border:none;
}
#bigPig li table td img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
}
.pro_left  .videoIco {
	width: 70px;
    height: 70px;
    background: url(/images/public/video01.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	left: 80px;
	bottom: 40px;
    z-index: 9999;
}
.pro_left  .videoItem {
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    z-index: 9999;
}
.pro_left  .videoItem a {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0px;
	right: 0px;
	z-index: 11;
	background: url("https://public.mtnets.com/images/public/video.png") no-repeat -56px 0;
}
.bigPic {
	height: 30px;
	width: 30px;
	position: absolute;
	bottom: 5px;
	right:5px;
	background: url(../images/product_show2016/big_pic.png) no-repeat;
	z-index: 9999;
	background-size: contain;
}

#smallPic {
	float: left;
	background-color: #fff;
	width: 100%;
	padding-bottom: 5px;
}
#smallPic li {
	float: left;
	width: 20%;
	height: 110px;
	border: 2px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 1px;
}
#smallPic li img {
	max-width: 100%;
	max-height: 100%;
}
#smallPic li.on {
	border: 2px solid #ff6600;
}

#smallPic li table {
	width: 100%;
	height:100%;
}
#smallPic li td {
	width: 100%;
	height:100%;
	text-align: center;
	vertical-align: middle;
}

.pro_right {
	 width:57%;
	 float:right;
}
.pro_right h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.pro_right h2 a i {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	background: url(../../images/prodetail/duibi_ico.png) no-repeat;
}
.pro_right .price3 {
    line-height: 40px;
    background: #2cb19c;
    padding: 10px 30px;
    color: #474747;
    font-weight: normal;
    font-size: 16px;
	padding: 10px 0 10px 30px;
	background: url(../../images/prodetail/price3_bg.png) no-repeat top center;
}
.pro_right .price3 i {
	width: 10%;
	text-align: left;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
}
.pro_right .price3 b {
	font-size: 30px;
	display: inline-block;
	color: #ffb401;
	width: 30%;
	vertical-align: top;
}
.pro_right .PromProMessage h2 {
	color: #fff;
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 15px 0 35px;
	font-weight: bold;
	margin-bottom: 0px;
	background: #009944 url(../../images/prodetail/sale0.png) no-repeat 15px 12px;
}
.pro_right .PromProMessage h2 span {
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 30px;
	height: 20px;
	line-height: 20px;
}
.pro_right .PromProMessage h2 {
	font-size: 18px;
}
.pro_right .PromProMessage h2 span i {
	font-style: normal;
	width: 20px;
	display: inline-block;
	height: 20px;
	text-align: center;
	margin: 0 3px;
	border-radius: 3px;
	background: #fff;
	color: #009944 ;
}
.pro_right .salePrice .PromProMessage h2.saleBef {
	color: #fff;
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 15px 0 35px;
	font-weight: bold;
	margin-bottom: 0px;
	background: #ef2730 url(../../images/prodetail/sale0.png) no-repeat 15px 12px;
}
.pro_right .salePrice .PromProMessage  h2.saleBef span {
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 30px;
	height: 20px;
	line-height: 20px;
}
.pro_right .salePrice .PromProMessage h2.saleBef span i {
	font-style: normal;
	width: 20px;
	display: inline-block;
	height: 20px;
	text-align: center;
	margin: 0 3px;
	border-radius: 3px;
	background: #fff;
	color: #ef2730;
}
.pro_right .price3 em {
	font-style: normal;
	color: #fff;
	display: inline-block;
	width: 30%;
	padding-left: 5px;
	vertical-align: top;
	box-sizing: border-box;
}


.pro_right .spec{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-left: 15px;
    position: relative;
	margin-top: 15px;
}
.pro_right .spec i{
    width: 48px;
    height: 16px;
    border: 1px solid #eee;
    border-top: 0;
    position: absolute;
    bottom: -17px;
    left: 257px;
    background: #fff url(../../../../images/public/price.png) no-repeat 18px -88px;
	cursor: pointer;
}
.pro_right .spec i.back{
    transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.pro_right .spec span{
    float: left;
    color: #999;
    line-height: 44px;
    font-family: "microsoft yahei";
    font-size: 16px;
    padding-right: 65px;
	text-indent: 15px;
}
.pro_right .spec tr{
    border-bottom: 1px solid #eeeeee;
}
.pro_right .spec tr:last-child {
    border-bottom: 0;
}
.pro_right .spec td{
    font-family: "microsoft yahei";
    font-size: 14px;
    width: 135px;
    padding: 10px 10px 10px 0;
    line-height: 20px;
    display: inline-block;
    word-break: break-all;
	border: none;
}
.pro_right .spec td.spec0{
    font-weight: bold;
}

.salePrice table {
	width: 100%;
	background: #fde5e0;
    padding: 10px 15px;
    display: block;
	box-sizing: border-box;
}
.price0 {
    width: 100%;
    background: #f5f5f5;
    border-bottom: 0;
    float: initial;
    margin: 10px 0;
    font-family: "microsoft yahei";
    padding: 5px 0;
}
.price0 table {
    width: 100%;
}
.price0 .tip {
	padding-left: 110px;
	color: #aaa;
	font-size: 12px;
	margin-top: 5px;
}
.price0 .proPrice td {
	border: none;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    padding-right: 30px;
}
.price0 .proPrice td.orig {
	text-decoration: line-through;
}
.price0 .proPrice .prTitle {
    width: 80px;
    padding-left: 30px;
    color: #999;
    padding-right: 0px;
}
.price0 .proPrice td i {
    font-style: normal;
    font-size: 16px;
}
.price0 .proPrice td.sale {
    font-size: 26px;
    color: #e54249;
    font-weight: bold;
}
.price0 .proPrice td font {
	font-size: 18px;
	vertical-align: top;
	display: inline-block;
	margin-top: 2px;
}
.salePrice table td {
	border: none;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	overflow: hidden;
}
.salePrice table td.orderM {
	margin-left: 6px;
	width: 232px;
}
.salePrice table td.saleT {
	color: #999;
	width: 90px;
}
.salePrice table td.oriPr {
    color: #666;
    text-decoration: line-through;
}
.salePrice table td.salePr {
    color: #e54249;
    font-size: 32px;
    font-weight: bold;
    width: 380px;
}
.salePrice table td.salePr i {
	font-size: 16px;
	font-style: normal;
}
.salePrice table td.gift {
    color: #fa802e;
}
.salePrice table td.salePr0 {
    color: #e54249;
    font-size: 32px;
    font-weight: bold;
	width: 240px;
}
.salePrice table td.salePr0 i {
    font-style: normal;
}
.pro_right .grey {
	background:#f5f5f5
}
.pro_right .grey em {
	color: #333;
}
.pro_right .model {
 padding-left: 30px;
 line-height:42px;
 margin-top:20px;
 color:#666;
 padding-left: 30px;
}
.pro_right .model ul {
	overflow: hidden;
}
.pro_right .model li {
	font-size: 16px;
	color: #999;
	width: 50%;
	float: left;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	padding-right: 40px;
	position: relative;
	box-sizing: border-box;
}
.pro_right .model li b {
	position: absolute;
	top: 0px;
	font-weight: normal;
	padding-right: 30px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
.pro_right .model li span {
	color: #333;
	margin-left: 20px;
	position: relative;
}
.pro_right .model li span.qiye_ico {
    height: 42px;
    line-height: 42px;
    display: inline-block;
}
.pro_right .model li span a {
	color: #333;
	text-decoration: underline;
}
.pro_right .model li span i {
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
	position: absolute;
	right: -25px;
    top: 50%;
    transform: translate(0,-50%);
}
.banneradv {
	margin: 20px auto 20px;
	width: 100%;
}
.banneradv img {
	width: 100%;
	height: auto;
}
.pro_right .model li span i.companyAuth {
	background: url(../images/prodetail/authentication.png) no-repeat 0 0;
}
.pro_right .model li span i.personAuth {
	background: url(../images/prodetail/authentication.png) no-repeat -31px 0;
}
.pro_right .model li span i.noAuth {
	background: url(../images/prodetail/authentication.png) no-repeat -62px 0;
}
.pro_right .mode1 {
	overflow: hidden;
	font-size: 16px;
	color: #999;
 	padding-left: 30px;
}
.pro_right .mode1 b {
	margin-top: 9px;
	display: block;
	width: 10%;
	float: left;
	font-weight: normal;
}
.pro_right .mode1 p {
	display: block;
	width: 90%;
	float: right;
}
.pro_right .mode1 p a {
	border: 1px solid #009944;
	display: inline-block;
	font-size: 12px;
	color: #009944;
	border-radius: 4px;
	line-height: 28px;
	padding: 0 10px;
	margin-right: 15px;
	margin-top: 9px;
}
.pro_right .mode1 p a:hover {
	background: #009944;
	color: #fff;
}
.pro_right .pro_btn {
	 margin:20px 0;
	 padding-left: 30px;
	 overflow: hidden;
}
.pro_right .pro_btn a.inquiry {
 padding:0 55px;
 margin-right:20px;
 background-color:#fb9e1d;
	font-weight: bold;
	 line-height:45px;
	 text-align:center;
	 display:block;
	 float: left;
	 border-radius:2px;
	 color:#fff;
	 font-size:17px;
	 margin-bottom: 10px;
}
.pro_right .pro_btn a.coll {
 padding:0 55px;
 margin-right:20px;
 background-color:#ce2e22;
	font-weight: bold;
	 line-height:45px;
	 text-align:center;
	 display:block;
	 float: left;
	 border-radius:2px;
	 color:#fff;
	 font-size:17px;
	 margin-bottom: 10px;
}
.pro_right .pro_btn a.tel {
	 padding: 0 46px;
	 background-color:#76a246;
	font-weight: bold;
	 line-height:45px;
	 text-align:center;
	 display:block;
	 float: left;
	 border-radius:2px;
	 color:#fff;
	 font-size:17px;
	 margin-bottom: 10px;
	 margin-right: 20px;
}
.pro_right .pro_btn a.viewOther {
	float: left;
}
.pro_right .pro_btn p{
    width: 100%;
	overflow: hidden;
    float: initial;
    padding: 0;
    color: #999;
    line-height: 24px;
    font-size: 16px;
    font-family: "microsoft yahei";
    padding: 2px 0;
}
.pro_right .pro_btn p span a {
	color: #009944;
	text-decoration: underline;
}
.pro_right .pro_btn p b{
    color: #333;
    padding-right: 30px;
    display: inline-block;
    font-family: "microsoft yahei";
}
.pro_right .pro_btn p b.person{
    padding-left: 10px;
    font-size: 18px;
}
.pro_right .pro_btn p b.phone {
    padding-left: 10px;
    font-size: 18px;
}
.pro_right .pro_btn p b.person i {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
    background: url(../../images/prodetail/social.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
}
.pro_right .pro_btn p b.phone i {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
    background: url(../../images/prodetail/vintage.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
}
.check-phone{
	display: inline-block;
	height: 26px;
}
.check-phone a{
	display: inline-block!important;
	background-color: #009944;
	color: #fff!important;
	font-size: 14px!important;
	width: 120px!important;
	text-align: center!important;
	height: 26px!important;
	line-height: 24px!important;
	margin: 0!important;
}
.pro_right .contact_me {
 margin:40px auto 20px;
 text-align:center;
 width:100%;
 border:2px solid #0872e0;
 background:#ebfff5
}
.pro_right .contact_me p {
 display:inline-block;
 font-size:16px;
 color:#333;
 line-height:45px
}
.pro_right .contact_me p a {
 color:#ff811c;
 font-size:18px;
 font-weight:bold
}
.pro_right .contact_me p i {
 background:#0872e0;
 width:32px;
 height:32px;
 display:inline-block;
 position:relative;
 top:9px;
 margin-right:10px;
 border-radius:50px;
 background:url(../../../../../../images/prodetail/blue/me.png) no-repeat center #0872e0
}
.newProL,.salesBoxL{
	width: 15%;
	float: left;
	margin-top: 12px;
}
.newProR,.salesBoxR{
	width: 85%;
	float: right;
	margin-top: 12px;
}
.listedtime, .innovation,.saletime,.saleway,.saletslogan,.originalprice,.presentprice,.instructions{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	font-weight: bold;
	text-align: justify;
	font-family: "microsoft yahei";
	text-indent: 50px;
}
.listedtime2,.innovation2,.saletime2,.saleway2,.saletslogan2,.originalprice2,.presentprice2,.instructions2{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	font-family: "microsoft yahei";
}
.listedtime{
	margin-bottom: 8px;
	background: url(../images/prodetail/timebg.png) 15px 4px no-repeat;
}
.innovation{
	background: url(../images/prodetail/timebg.png) 15px -33px no-repeat;
}
.saletime{
	background: url(../images/prodetail/timebg.png) 15px -71px no-repeat;
}
.saleway{
	background: url(../images/prodetail/timebg.png) 15px -107px no-repeat;
}
.saletslogan{
	background: url(../images/prodetail/timebg.png) 15px -144px no-repeat;
}
.originalprice{
	background: url(../images/prodetail/timebg.png) 15px -180px no-repeat;
}
.instructions{
	background: url(../images/prodetail/timebg.png) 15px -217px no-repeat;
}
.product {
	margin-bottom: 25px;
}
.information {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.informationLeft {
	width: 74%;
	float: left;
}
.information .read a.more {
	border-radius: 4px;
	display: block;
	margin: 10px auto;
	width: 160px;
	height: 35px;
	color: #333;
	font-size: 14px;
	background: #eaeaea;
	text-align: center;
	line-height: 35px;
}
.information .read a.more i {
	display: inline-block;
	width: 12px;
	height: 15px;
	background: url(../../images/prodetail/direction.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 5px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.information .read a.contmore i {
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); 	/* Opera */
}
.introductionTop {
	line-height: 55px;
	background: #f5f5f5;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
}
.introductionTop a {
	color: #333;
	padding: 0 30px;
	display: inline-block;
}
.introductionBot p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	font-weight: normal;
}
#engineering-content {
	overflow: hidden;
}
.introductionBot {
	display: none;
	font-size: 14px;
	color: #666;
	padding: 30px 10px;
}
.introductionBot1 {
	display: none;
	padding: 30px 10px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.introductionBot1 p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	font-weight: normal;
}
.introductionBot1 table {
	width: 100%;
	margin-bottom: 10px;
}
.introductionBot1 table th {
	background: #f5f5f5;
	font-size: 15px;
}
.introductionBot1 table td {
	width: 30%;
	height: 42px;
	font-size: 14px;
	padding-left: 20px;
}
.introductionBot1 table td.grey {
	width: 20%;
	background: #f5f5f5;
	text-indent: 30%;
	color: #666666;
}
.introductionTop a.focus {
	position: relative;
	color: #fff;
	background: #009944;
}
.introductionTop a.focus:after {
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #009944;
	content: "";
	position: absolute;
	bottom: -7px;
	left:50%;
	transform: translate(-50%);
}

.introductionTop1 {
	line-height: 55px;
	background: #f5f5f5;
	font-size: 18px;
	height: 55px;
	font-weight: bold;
}
.introductionTop1 a {
	color: #333;
	padding: 0 30px;
	display: inline-block;
}
.introductionBot1 p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	font-weight: normal;
}
.introductionTop1 a.focus {
	position: relative;
	color: #fff;
	background: #009944;
}
.introductionTop1 a.focus:after {
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #009944;
	content: "";
	position: absolute;
	bottom: -7px;
	left:50%;
	transform: translate(-50%);
}
.informationRight {
	width: calc(26% - 2px);
	float: left;
	box-sizing: border-box;
	padding-left: 20px;
}

.interested{
	width: 100%;
	border: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.interested h3{
	font-size: 16px;
	line-height: 44px;
	padding-left: 40px;
	background: url(../../images/Product/hot.png) no-repeat 15px -80px #f2f2f2;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}
.interested dl{
	width: 260px;
	margin: 15px auto 15px;
}
.interested dl dt{
	width: 260px;
	height: 160px;
	position: relative;
}
.interested dl dt .advs {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.interested dl dt .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;
}
.interested dl dt img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.interested dl dd{
	width: 260px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	padding: 0 9px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ddd;
	background: #f2f2f2;
	box-sizing: border-box;
}
.interested dl dd a{
	color: #333;
}
.interested dl:hover a{
	color: #fb9e1d;
}
.otherProList {
	width: 100%;
}
.otherProListTop {
	color: #333;
}
.otherProListTop h3 {
	background: #f5f5f5;
	font-size: 18px;
	line-height: 55px;
	padding-left: 20px;
	border: 1px solid #e3e3e3;
	border-bottom:none;
	position: relative;
}
.otherProListTop h3 .more {
	float: right;
	margin-right: 15px;
}
.otherProListTop h3 .more i {
	width: 5px;
	height: 19px;
	line-height: 55px;
	vertical-align: middle;
	display: inline-block;
	background: url(../../images/prodetail/more_ico.png) no-repeat;
}
.otherProListTop h3:after {
	position: absolute;
	width: 4px;
	height: 22px;
	content: "";
	left:0;
	top: 50%;
	transform: translate(0,-50%);
	background: #009944;
	border-radius: 0 2px 2px 0;
}
.otherProListTop h3 span {
	color: #009944;
}
.otherProListTop h3 a {
	color: #333;
}
.interest {
	padding: 10px 12px 20px 12px;
	border: 1px solid #e3e3e3;
	margin-bottom: 20px
}
.interest ul {
	overflow: hidden;
}
.interest ul li {
	width: 50%;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	padding: 0 8px;
	box-sizing: border-box;
}
.interest ul li p {
	background: #f5f5f5;
	border-radius: 20px;
}
.interest ul li a {
	color: #333;
	font-size: 14px;
}
.interest ul li:hover p {
	background: #009944;
}
.interest ul li:hover a {
	color: #fff;
}
.interest ul li i {
	width: 18px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../images/prodetail/yaoshi_ico.png) no-repeat;
	margin-left: 15px;
	margin-right: 5px;
}
.interest ul li:hover i {
	background: url(../../images/prodetail/yaoshihover_ico.png) no-repeat;
}
.interest1 {
	padding: 20px;
	border: 1px solid #e3e3e3;
	margin-bottom: 20px;
}
.interest1 ul {
	overflow: hidden;
}
.interest1 ul li {
	line-height: 35px;
	position: relative;
	text-indent: 20px;
	height: 35px;
	overflow: hidden;
}
.interest1 ul li:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d9b197;
	left: 0px;
	top: 40%;
	transform: translate(50%,0);
}
.interest1 ul li a {
	color: #333;
	font-size: 16px;
}
.interest1 ul li a:hover {
	color: #ff6600;
}
.interest1 ul li:hover:after {
	background: #ff6600;
}
.product_information {
	margin-top: 10px;
}
.product_information .content {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 30px 10px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}
.product_information .content table{
	width: 100%!important;
}
.product_information .more {
	border-radius: 4px;
	display: block;
	margin: 10px auto;
	width: 160px;
	height: 35px;
	color: #333;
	font-size: 14px;
	background: #eaeaea;
	text-align: center;
	line-height: 35px;
}
.product_information .more i {
	display: inline-block;
	width: 12px;
	height: 15px;
	background: url(../../images/prodetail/direction.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 5px;
}
.introTop {
	background: #f5f5f5;
	font-size: 18px;
	line-height: 55px;
	padding-left: 20px;
}
.introTop b {
	font-size: 18px;
}
.introTop b i {
	display: inline-block;
	width: 5px;
	margin-right: 10px;
	height: 18px;
	background: url(../../images/prodetail/introTop_ico.png) no-repeat;
	vertical-align: middle;
}
.introTop span {
	color: #009944;
}
.recommendTop {
	background: #f5f5f5;
	font-size: 18px;
	line-height: 55px;
	padding-left: 20px;
}
.recommendTop b {
	font-size: 18px;
}
.recommendTop b i {
	display: inline-block;
	width: 5px;
	margin-right: 10px;
	height: 18px;
	background: url(../../images/prodetail/introTop_ico.png) no-repeat;
	vertical-align: middle;
}
.recommendTop em i {
	display: inline-block;
	width: 5px;
	margin-right: 10px;
	height: 18px;
	background: url(../../images/prodetail/introTop_ico.png) no-repeat;
	vertical-align: middle;
}
.recommendTop em {
	display: inline-block;
	float: left;
	line-height: 55px;
	font-style: normal;
	margin-right: 5px;
}
.recommendTop span {
	color: #009944;
	line-height: 55px;
	display: inline-block;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	margin-right: 5px
}
.recommend {
	overflow: hidden;
	margin-bottom: 30px;
}
.recommend .first {
	width: 49%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.recommend .second {
	width: 49%;
	float: right;
	padding-left: 16px;
	box-sizing: border-box;
}
.recommend ul {
	margin-bottom: 10px;
}
.recommend ul p.sha {
	line-height: 55px;
	color: #999999;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 15px;
}
.recommend ul p b {
	padding-left: 18px;
	display: inline-block;
	width: 60%;
}
.recommend ul li {
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 18px;
	box-sizing: border-box;
}
.recommend ul li p {
	width: 60%;
	height: 30px;
	line-height: 30px;
	float: left;
	overflow: hidden;
}
.recommend ul li p a {
	color: #004eb8;
	font-size: 16px;
}
.recommend ul li p a:hover {
	color: #ff6600;
}
.recommend ul li b {
	display: inline-block;
	width: 20%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #f1043c;
	font-weight: normal;
}
.recommend ul li a.xunjia {
	display: inline-block;
	float: right;
	width: 120px;
	height: 35px;
	background: #009944;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
}
.recommend ul li a.xunjia i {
	width: 17px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../images/prodetail/xun_ico.png) no-repeat;
	margin-right: 10px;
}
.watching {
	overflow: hidden;
}
.watching ul {
	overflow: hidden;
	margin: 10px -10px;
}
.watching ul li {
	width: 14.285%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.watching ul li .item {
	border:1px solid #e3e3e3;
}
.watching ul li .item .image {
	height: 190px;
	width: 100%;
	position: relative;
}
.watching ul li .item .image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.watching ul li p {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin: 10px;
}
.watching ul li p a {
	color: #333;
}
.watching ul li p a:hover {
	color: #ff6600;
}
.used {
	margin: 0 auto;
}
.used .usedBot {
	display: none;
}
.used .usedBot ul {
	overflow: hidden;
	margin: 10px -10px;
}
.used .usedBot ul li {
	width: 16.6666%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.used .usedBot ul li .item {
	border: 1px solid #e3e3e3;
	background: #f2f2f2;
	position: relative;
}
.used .usedBot ul li .item .image {
	height: 150px;
	width: 100%;
	position: relative;
	background: #fff;
}
.used .usedBot ul li .item .image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.used .usedBot ul li p {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin: 0px 10px;
	margin-top: 5px;
}
.used .usedBot ul li p a {
	color: #333;
}
.used .usedBot ul li p a:hover {
	color: #ff6600;
}
.usedBot ul li span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
	overflow: hidden;
	margin-bottom: 5px;
}
.usedBot ul li span a {
	color: #999;
}
.usedBot ul li span a:hover {
	color: #ff6600;
}
.usedBot ul li b {
	display: block;
	width: 30px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../images/Product/hot.png) no-repeat 0 -35px;
}
.usedTitle {
	overflow: hidden;
}
.usedTitle h3 {
	width: 10%;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	background: #3d9738;
	font-weight: normal;
	float: left;
}
.usedTitle h3 a {
	color: #fff;
}
.usedTitle h3 i {
	width: 12px;
	height: 14px;
	background: url(../../images/Product/hot2.png) no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.usedTitle .usedTop {
	width: 90%;
	float: right;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.usedTitle .usedTop a {
	width: 14.285%;
	display: inline-block;
	font-size: 14px;
	line-height: 44px;
	color: #666;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #ddd;
	padding-right: 1px;
	box-sizing: border-box;
}
.usedTitle .usedTop a.focus {
	color: #fb9e1d;
}
#footer {
	width: 100%;
	margin: 50px auto 0;
	background: url(/images/product_show2016/footbg.jpg) repeat-x;
	padding-bottom: 20px;
}

.footer {
	width: 100%;
	margin: 0 auto;
	padding-top: 16px;
}

.footer span {
	width: 100%;
	height: 26px;
	float: left;
	padding: 16px 0;
	text-align: center;
	font: normal 16px/26px "Microsoft Yahei", "\5b8b\4f53";
	color: #333;
}

.footer span a {
	color: #333;
	padding: 0 10px;
}

.footer b {
	width: 100%;
	height: 21px;
	float: left;
	text-align: center;
	font: normal 12px/21px "Tahoma", "\5b8b\4f53";
	color: #888;
}

.footer strong {
	padding: 0 15px;
}
.bg{ background-color: #000;width: 100%; height: 100%;left: 0; top: 0;
            filter: alpha(opacity=40);
            opacity: 0.4;
            z-index: 9999;
            display: none;
            position: fixed!important;
            position: absolute;
            _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2:/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
            /*IE5 IE5.5*/}




.productParameter.hideParameter {
    height: 181px;
}
.productParameter {
    width: 100%;
    margin: 0 auto 0px;
    position: relative;
    overflow: hidden;
}
.parameterMore {
    position: relative;
    width: 500px;
    margin: 0px auto 35px;
	display: block;
}

.parameterMore a {
    display: block;
    position: absolute;
    border-color:#E5E5E5;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -30px;
    border-radius: 0 0 2px 2px;
    width: 60px;
    top: 2px;
    right: 11px;
    background: #fff;
    text-align: center;
	cursor: pointer;
}

.parameterMore a i {
    display: block;
    width: 14px;
    height: 25px;
    margin: -4px 0 0 25px;
    background: url(/NewShowStand/images/upDown.png) no-repeat 0 5px;
}
.parameterMore a.more i {
    display: block;
    width: 14px;
    height: 25px;
    margin: -4px 0 0 25px;
    background: url(/NewShowStand/images/upDown.png) no-repeat -19px 5px;
}
.p_wx {
	height: 1px;
	margin: 0px auto 0;
	position: relative;
	z-index: 9999;
}
.p_wx a {
	position: absolute;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	font: 12px/18px "Tahoma","Arial","Microsoft Yahei";
	padding: 6px 0px 6px 28px;
	top: -38px;
	right: 275px;
	color:#333;
}
.p_wx a i {
	width: 17px;
	height: 15px;
	display: inline-block;
	background: url(../../images/prodetail/weixin_ico.png) no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}
.TOPweixin {
	padding: 5px;
	display: none;
	position: absolute;
	border: 1px solid #d8d8d8;
	background: #fff;
	top: 0;
	right: 255px;
	z-index: 99999;
}
.TOPweixin img{
	width: 110px;
    height: 110px;
}

.rightNav {
	position: fixed;
	right: 10px;
	top: 150px;
	z-index: 9999;
}

.rightNavItem {
	width: 40px;
	position: relative;
}

.rightNavItem a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	margin: 5px 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.rightNavItem a.weixin {
	background: #fff url("/images/product/productList.png") no-repeat 8px -60px;
}

.jcTong,.weixinItem,.qqItem {
	z-index: 99999;
}
/*gotop*/
.rightNavItem a.app {
	background: #fff url("/images/product/productList.png") no-repeat -243px -62px;
}

.rightNavItem a.compare {
	background: #fff url("/images/product/compare2.png") no-repeat center;
}

.rightNavItem a.qq {
	background: #fff url("/images/product/productList.png") no-repeat -38px -60px;
}

.rightNavItem a.home {
	background: #fff url("/images/product/productList.png") no-repeat -91px -60px;
}

.rightNavItem a.suggest {
	background: #fff url("/images/product/productList.png") no-repeat -144px -60px;
}

.rightNavItem p.toTop {
	display: none;
}

.rightNavItem p.toTop a {
	background: #fff url("/images/product/productList.png") no-repeat -197px -60px;
}

.rightNavItem a.weixin:hover {
	background: #fff url("/images/product/productList.png") no-repeat 8px -98px;
}

.rightNavItem a.app:hover {
	background: #fff url("/images/product/productList.png") no-repeat -243px -98px;
}

.rightNavItem a.qq:hover {
	background: #fff url("/images/product/productList.png") no-repeat -38px -98px;
}

.rightNavItem a.home:hover {
	background: #fff url("/images/product/productList.png") no-repeat -91px -98px;
}

.rightNavItem a.suggest:hover {
	background: #fff url("/images/product/productList.png") no-repeat -144px -98px;
}

.rightNavItem p.toTop:hover a {
	background: #fff url("/images/product/productList.png") no-repeat -197px -97px;
}
.appItem {
	position: absolute;
	right: 55px;
	padding: 14px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	width: 240px;
	top: 5px;
	line-height: 18px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	display: none;
}

.appItem:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -10px;
	top: 13px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;
}

.appItem img {
	margin-top: 10px;
}

.appItem b {
	color: red;
}

.weixinItem {
	top: 112px;
}

.weixinItem img {
	margin: 0;
}

.qqItem {
	top: 164px;
}

.qqItem b{
	display: block;
	margin: 3px 0 6px 0
}
.comBox {
    position: fixed;
    top: 208px;
    display: block;
    right: 70px;
    z-index: 999;
    width: 108px;
	background-color: #fff;
	overflow: hidden;
}
.comBox h2 {
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #398901;
    font-size: 12px;
    padding: 0px 8px;
    width: 94px;
}
.comBox h2 a {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/proCompla.png) no-repeat 0 -178px;
    position: absolute;
    top: 8px;
    right: 4px;
}
.comBox p.title {
	height: 32px;
	line-height: 32px;
	color:#fff;
	background:#398901;
	font-size: 12px;
	padding: 0 8px;
	width: 92px;
}
.comBox p.title a {
    display: block;
    width: 16px;
    height: 16px;
    background: url("/images/product/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: 84px;
	padding-top: 10px;
}
.comBox ul li img {
    max-width: 85px;
	max-height: 50px;
}
.comBox ul li.add {
	height: 95px;
}
.comBox ul li.add a {
    color: #999;
    font-size: 12px;
    background: url("/images/product/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: 67px;
}
.comBox .btn a {
    display: block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    color: #fff;
	background:#398901;
    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:#398901 url("/images/product/close1.png") no-repeat center;
}
.comBox ul li.pro:hover{
	border: 1px dashed #398901;
	/* border-bottom: 0; */
}
.comBox ul li.pro:hover a.close{
	display: block;
}
.comBox ul li.pro:hover +li{
	/* border-top: 1px dashed #398901; */
}

.conPop{
    background: url(/NewShowStand/images/conPop_green.png) no-repeat 0px 0px;
    width: 412px;
    height: 222px;
    position: fixed;
    top: 50%;
    left: 40%;
    font-family: microsoft yahei;
    z-index: 99999;
}
.conPop p
{
    font-size: 26px;
    text-indent: 130px;
    margin-top: 110px;
    font-weight: bold;
}
.conPop span
{
    display: block;
    padding-left: 129px;
    padding-right: 15px;
    color: #999;
    line-height: 24px;
}
.conPop a.close{
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
}
/* 20210705 */
.getInfoBtn{float: left;width: 350px;padding: 10px 0 0 30px;}
.getInfoBtn a{display: inline-block;height: 30px;line-height: 30px;width: 102px;color: #fff;border-radius: 4px;background-image: linear-gradient(to bottom, #e8945c , #f60);font-size: 12px;text-align: center;text-decoration: none;cursor: pointer;}

.wx-tips{
    overflow: hidden;
    font-family: 'microsoft yahei';
    line-height: 20px;
    color:#666666;
    padding-left:0px;
    margin:10px 0;
}
.wx-tips p{padding-top:5px}.wx-tips p .phone{font-size:18px;color:#333 !important;line-height:24px;font-weight:700 !important}.wx-tips p .phone i{background:url("/NewShowStand/Templates/110/Images/red/indexbg.png") 0 -250px no-repeat;width:31px;height:32px;background-size:auto;vertical-align:top;margin-top:-4px}.wx-tips p a{vertical-align:top;margin-left:10px;margin-top:1px;display:inline-block;margin-right:4px}
.wx-tips i{
    width:20px;
    height:20px;
    display:inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
    background:url('https://public.mtnets.com/Images/public/waring.png') no-repeat 0 0;
    background-size: contain;
}
.wx-tips a{
    color:#ff0000;
    text-decoration: underline;
}
.wx-tips a:hover{
    color:#ff6600;
    text-decoration: none;
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {
	.w{
		width: 1240px;
	}
	#header .head {
    	width: 1240px !important;
	}
	.pro_left .videoIco {
		left: 20px;
		bottom: 40px;
	}
	.salePrice table td.salePr0 {
		font-size: 26px;
		width: 190px;
	}
	.salePrice table td.orderM {
		margin-left: 6px;
		width: 185px;
	}
	.header {
		width: 1240px;
	}
	.interest ul li {
		width: 50%;
	}
	.used .usedBot ul li {
		width: 16.66666%;
	}
	.pro_right .spec span{
		font-size: 14px;
	}
	.top form {
		left: 370px;
	}
	.top p {
		left: 370px;
	}
	.top span {
		right: 30px;
		top: 40px;
	}
	.pro_right .price3 i {
		width: 12%;
	}
	.pro_right .price3 b {
		width: 28%;
	}
	.pro_right .price3 em {
		width: 28%;
	}
	.pro_right .mode1 b {
		width: 12%;
	}
	.pro_right .mode1 p {
		width: 88%;
	}
	.pro_right h2 {
		font-size: 28px;
	}
	.pro_right .price3 {
		font-size: 15px;
	}
	.pro_right .model li {
		font-size: 15px;
	}
	.pro_right .mode1 {
		font-size: 15px;
	}
	.pro_right .pro_btn p {
		font-size: 15px;
	}
	.recommend ul li p a {
		font-size: 15px;
	}
	.interest1 ul li a {
		font-size: 15px;
	}
	.recommend ul li b {
		width: 15%;
	}
	.introductionBot p {
		font-size: 15px;
	}
	.introductionBot1 p {
		font-size: 15px;
	}
	.product_information .content {
		font-size: 15px;
	}
	.pro_right .pro_btn a.viewOther {
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.w{
		width: 1340px;
	}
	#header .head {
    	width: 1340px !important;
	}
	.header {
		width: 1340px;
	}
	.pro_left .videoIco {
		left: 40px;
		bottom: 40px;
	}
	.top span {
		position: absolute;
		right: 0px;
		top: 40px;
	}
	.salePrice table td.salePr0 {
		font-size: 28px;
		width: 210px;
	}
	.salePrice table td.orderM {
		margin-left: 6px;
		width: 205px;
	}
	.interest ul li {
		width: 50%;
	}
	.top form {
		left: 575px;
	}
	.pro_right .spec span{
		font-size: 14px;
	}
	.top p {
		left: 575px;
	}
	.pro_right .mode1 b {
		width: 11.5%;
	}
	.pro_right .mode1 p {
		width: 88.5%;
	}
	.pro_right h2 {
		font-size: 28px;
	}
	.pro_right .price3 {
		font-size: 15px;
	}
	.pro_right .model li {
		font-size: 15px;
	}
	.pro_right .mode1 {
		font-size: 15px;
	}
	.pro_right .pro_btn p {
		font-size: 15px;
	}
	.recommend ul li p a {
		font-size: 15px;
	}
	.interest1 ul li a {
		font-size: 15px;
	}
	.introductionBot p {
		font-size: 15px;
	}
	.introductionBot1 p {
		font-size: 15px;
	}
	.product_information .content {
		font-size: 15px;
	}
	.pro_right .pro_btn a.viewOther {
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.w{
		width: 1400px;
	}
	.header {
		width: 1400px;
	}
	#header .head {
    	width: 1400px !important;
	}
	.salePrice table td.salePr0 {
		width: 220px;
	}
	.salePrice table td.orderM {
		width: 214px;
	}
	.interest ul li {
		width: 50%;
	}
	.pro_right .spec span{
		font-size: 14px;
	}
	.top form {
		left: 599px;
	}
	.top p {
		left: 599px;
	}
	.pro_right .mode1 b {
		width: 11%;
	}
	.pro_right .mode1 p {
		width: 89%;
	}
	.pro_right h2 {
		font-size: 28px;
	}
	.pro_right .price3 {
		font-size: 15px;
	}
	.pro_right .model li {
		font-size: 15px;
	}
	.pro_right .mode1 {
		font-size: 15px;
	}
	.pro_right .pro_btn p {
		font-size: 15px;
	}
	.recommend ul li p a {
		font-size: 15px;
	}
	.interest1 ul li a {
		font-size: 15px;
	}
	.introductionBot p {
		font-size: 15px;
	}
	.introductionBot1 p {
		font-size: 15px;
	}
	.product_information .content {
		font-size: 15px;
	}
	.pro_right .pro_btn a.viewOther {
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	.w{
		width: 1000px;
	}
	.pro_left .videoIco {
		left: 20px;
		bottom: 40px;
	}
	.header {
		width: 100%;
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
	}
	#header .head {
    	width: 1000px !important;
	}
	#bigPig li {
		height: 400px;
	}
	#bigPig li table td {
		height: 400px;
	}
	#smallPic li {
		height: 90px;
	}
	.salePrice table td.salePr0 {
		font-size: 20px;
		width: 140px;
	}
	.salePrice table td.orderM {
	    margin-left: 4px;
    	width: 138px;
	}
	.recommend ul p b {
		width: 55%;
	}
	.interested dl {
		width: 190px;
	}
	.interested dl dt {
		width: 190px;
		height: 109px;
	}
	.interested dl dd {
		width: 190px;
	}
	.interest ul li {
		width: 100%;
	}
	.interest1 ul li a {
		font-size: 14px;
	}
	.pro_right .spec span{
		font-size: 14px;
	}
	.pro_right h2 {
		font-size: 24px;
	}
	.recommend ul li p {
		width: 55%;
	}
	.recommend ul li p a {
		font-size: 14px;
	}
	.recommend ul li b {
		font-size: 14px;
	}
	.recommend ul li a.xunjia {
		height: 30px;
		line-height: 30px;
		width: 110px;
		font-size: 14px;
	}
	.top p {
		left: 300px;
	}
	.top form {
		left: 300px;
		width: 470px;
	}
	.top .text {
		width: 368px;
	}
	.top span {
		top: 40px;
		right: 30px;
	}
	.mainTop .back {
		font-size: 14px;
	}
	.pro_right .price3 {
		line-height: 40px;
	}
	.pro_right .price3 b {
		font-size: 24px;
	}
	.foot .footNav {
		font-size: 14px;
	}
	.foot p {
		font-size: 12px;
	}
	.pro_right .model li {
		font-size: 14px;
	}
	.pro_right .model p {
		font-size: 14px;
	}
	.pro_right .pro_btn p{
		font-size: 14px;
	}
	.pro_right .mode1 p {
		width: 87%;
	}
	.pro_right .mode1 b {
		width: 13%;
	}

	.pro_right .price3 i {
		width: 13%;
		font-size: 14px;
	}
	.pro_right .price3 b {
		width: 28%;
	}
	.pro_right .price3 em {
		width: 28%;
	}
	.interest1 {
		padding: 10px 20px;
	}
	.pro_right .mode1 {
		font-size: 14px;
	}
	.pro_right .mode1 b {
		width: 14%;
	}
	.pro_right .mode1 p {
		width: 86%;
	}
	.introductionBot p {
		font-size: 14px;
	}
	.introductionBot1 p {
		font-size: 14px;
	}
	.product_information .content {
		font-size: 11px;
	}
	.pro_right .pro_btn a.inquiry {
		padding: 0 30px;
		margin-right: 10px;
	}
	.pro_right .pro_btn a.coll {
    	padding: 0 25px;
		margin-right: 10px;
	}
	.pro_right .pro_btn a.tel {
		padding: 0 46px;
		margin-right: 10px;
	}
	.pro_right .pro_btn a.viewOther {
	}
	.newProL, .salesBoxL {
		width: 20%;
	}
	.newProR, .salesBoxR {
		width: 80%;
	}
}

@media screen and (min-width: 1921px) {}
@media screen and (max-width: 1024px) {
	.w{
		width: 1000px;
	}
	.header {
		width: 1000px;
	}
	#header .head {
    	width: 1000px !important;
	}
	.salePrice table td.salePr0 {
		font-size: 20px;
		width: 140px;
	}
	.salePrice table td.orderM {
		margin-left: 4px;
		width: 138px;
	}
	.interested dl {
		width: 190px;
	}
	.recommend ul p b {
		width: 55%;
	}
	#bigPig li {
		height: 400px;
	}
	#bigPig li table td {
		height: 400px;
	}
	#smallPic li {
		height: 90px;
	}
	.interested dl dt {
		width: 190px;
		height: 109px;
	}
	.interested dl dd {
		width: 190px;
	}
	.top p {
		left: 300px;
	}
	.top form {
		left: 300px;
		width: 470px;
	}
	.top .text {
		width: 368px;
	}
	.top span {
		top: 40px;
		right: 30px;
	}
	.interest ul li {
		width: 100%;
	}
	.interest1 ul li a {
		font-size: 14px;
	}
	.pro_right .spec span{
		font-size: 14px;
	}
	.pro_right h2 {
		font-size: 24px;
	}
	.recommend ul li p {
		width: 55%;
	}
	.recommend ul li p a {
		font-size: 14px;
	}
	.recommend ul li b {
		font-size: 14px;
	}
	.recommend ul li a.xunjia {
		height: 30px;
		line-height: 30px;
		width: 110px;
		font-size: 14px;
	}
	.mainTop .back {
		font-size: 14px;
	}
	.pro_right .price3 {
		line-height: 40px;
	}
	.pro_right .price3 b {
		font-size: 24px;
	}
	.pro_right .pro_btn a.inquiry {
		padding: 0 30px;margin-right: 10px;
	}
	.pro_right .pro_btn a.coll {
		padding: 0 25px;margin-right: 10px;
	}
	.pro_right .pro_btn a.tel {
		padding: 0 56px;margin-right: 10px;
	}
	.foot .footNav {
		font-size: 14px;
	}
	.foot p {
		font-size: 12px;
	}
	.pro_right .model li {
		font-size: 14px;
	}
	.pro_right .model p {
		font-size: 14px;
	}
	.pro_right .pro_btn p{
		font-size: 14px;
	}
	.pro_right .mode1 p {
		width: 87%;
	}
	.pro_right .mode1 b {
		width: 13%;
	}
	.pro_right .price3 i {
		width: 13%;
		font-size: 14px;
	}
	.pro_right .price3 b {
		width: 28%;
	}
	.pro_right .price3 em {
		width: 28%;
	}
	.interest1 {
		padding: 10px 20px;
	}
	.pro_right .mode1 {
		font-size: 14px;
	}
	.pro_right .mode1 b {
		width: 14%;
	}
	.pro_right .mode1 p {
		width: 86%;
	}
	.introductionBot p {
		font-size: 14px;
	}
	.introductionBot1 p {
		font-size: 14px;
	}
	.product_information .content {
		font-size: 11px;
	}
	.pro_right .pro_btn a.viewOther {
	}
	.newProL, .salesBoxL {
		width: 20%;
	}
	.newProR, .salesBoxR {
		width: 80%;
	}
}
