﻿/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button,
textarea,
option {
	font: 12px "\5b8b\4f53", Arial, Helvetica, sans-serif;
}

ul,
li,
div {
	list-style: none;
	border: 0px;
}

img {
	border: 0px;
}

.clear {
	font: 0px/0px serif;
	display: block;
	clear: both;
}

html {
	-webkit-text-size-adjust: none;
}

input {
	outline: none;
}

button {
	border: none;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
}

body:nth-of-type(1) input:focus,
textarea:focus {
	outline: none;
}

body {
	font: 12px "\5b8b\4f53", "Tahoma", "Arial", "Microsoft Yahei";
	color: #333;
	background: #fff;
	position: relative;
}


/*header*/

#header {
	width: 100%;
	height: 32px;
	margin: 0 auto;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e3e3e3;
}

.header {
	width: 1100px;
	height: 32px;
	margin: 0 auto;
	position: relative;
}

.header ul {
	float: left;
}

.header li {
	float: left;
	color: #666;
	line-height: 32px;
}

.header li a,
.header p a {
	color: #666;
	padding: 0 4px;
}

.header a:hover,
.header a.mobile:hover,
.header a.weixin: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/area2016/area.png) no-repeat 0 0;
	margin: 6px 4px 0 2px;
}

.header p {
	line-height: 32px;
	float: right;
	padding-right: 6px;
	color: #dfdfdf;
}

.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/area2016/area.png) no-repeat -139px 0;
	margin-right: 100px;
}
.weixin {
	width: 80px;
	display: block;
	float: right;
	height: 32px;
	margin-left: 9px;
	position: relative;
	color: #38880b;
}
.weixinTop {
	text-indent: 28px;
	position: absolute;

	top: 0px;
	width: 80px;
	right: 0px;
	cursor: pointer;
	line-height: 32px;
	background: url(../images/area2016/area.png) no-repeat -131px -83px;
}
.weixinBot {
	position: absolute;
	right: 10px;
	top:32px;
	left:-15px;
	z-index:999;
	display: none;

}
.weixinBot img{
	width: 106px;
	height: 99px;
}
/*.header a.weixin {
	width: 80px;
	display: block;
	float: right;
	margin-left: 9px;
	text-indent: 28px;
	line-height: 32px;
	color: #38880b;
	background: url(../images/area2016/area.png) no-repeat -131px -83px;
}*/

/*ad*/

.Tophead {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.Tophead a.mobile {
	width: 55px;
	height: 16px;
	display: block;
	float: right;
	text-indent: 18px;
	margin-top: 8px;
	line-height: 16px;
	color: #38880b;
	background: url(../images/area2016/area.png) no-repeat -139px 0;
}
.Tophead .weixin {
	position: absolute;
	top: -36px;
	right: 0;
}
.TopheadBtn{
    position: relative;
     width: 1100px;
     margin: 0 auto;
}
.TopheadBtn a {
	position: absolute;
	top: -32px;
	right: 630px;
	font-size: 14px;
	margin-top: 1px;
	width: 94px;
	height: 18px;
	background: url(https://www.jc35.com/images/index/version/2024/TopheadBtn.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.bannerAdv {
	width: 1100px;
	margin: 5px auto 0;
	overflow: hidden;
	position: relative;
	z-index: 6;
}

.bannerAdv ul {
	width: 1110px;
	display: inline;
	float: left;
	margin: 0px 0 0 -5px;
}

.bannerAdv ul li {
	display: block;
	float: left;
	padding: 10px 5px 0 5px;
	position: relative;
}
.bannerAdv ul li {
	display: block;
	float: left;
	padding: 10px 5px 0 5px;
	position: relative;
}
.bannerAdv img {float: left;}
.bannerAdv ul li embed {
	float: left;
}

.top {
	width: 1100px;
	margin: 0px auto 0;
	position: relative;
	height: 94px;
	z-index: 99;
}

.top .logo {
	position: absolute;
	top: 20px;
	left: 0;
}

.search {
	width: 420px;
	height: 38px;
	position: absolute;
	left: 233px;
	top: 20px;
	border: 1px solid #c1c1c1;
	border-right: none;
}

.top .text {
	width: 333px;
	height: 38px;
	display: block;
	position: absolute;
	top: 21px;
	left: 320px;
	line-height: 38px;
	border: none;
	background-color: #ffffff;
	color: #8a8a8a;
	text-indent: 13px;
	font-size: 14px;
}

.top button {
	width: 70px;
	height: 40px;
	display: block;
	position: absolute;
	top: 20px;
	left: 653px;
	background: url(../images/area2016/area.png) no-repeat 0 -20px;
	cursor: pointer;
	z-index: 77;
}
.selectbox-wrapper {
	width: 84px;
	border: 1px solid #c1c1c1;
	border-top: 0;
	background: #ffffff;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 233px;
	z-index: 9999;
}

.selectbox-wrapper ul li.selected,
.selectbox-wrapper ul li.current {
	background: #38880b;
	color: #fff;
}

.selectbox-wrapper ul li {
	padding-bottom: 3px;
	width: 84px;
	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
	padding-top: 3px;
	/* text-indent: 20px; */
	text-align: center;
}

.selectbox {
	width: 85px;
	height: 36px;
	border: 0;
	border-right: 1px solid #d4d4d4;
	display: block;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	position: absolute;
	top: 22px;
	left: 234px;
	cursor: pointer;
	background: #fff url(../images/area2016/area.png) no-repeat -75px -20px;
	z-index: 77;
	text-align: center;
	padding-right: 10px;
	box-sizing: border-box;
}

.top span {
	background: url(../images/area2016/area.png) -138px -119px no-repeat;
	line-height: 40px;
	height: 40px;
	width: 350px;
	overflow: hidden;
	position: absolute;
	text-indent: 26px;
	left: 745px;
	top: 20px;
}

.top span a {
	color: #555555;
}

.top span a:hover {
	color: #FF6600;
}

.top p {
	position: absolute;
	line-height: 32px;
	top: 60px;
	left: 233px;
	height: 32px;
}

.top p font {
	background: url(../images/area2016/area.png) 0 -124px no-repeat;
	color: #da0c0c;
	padding: 10px 0 10px 22px;
	font-size: 12px;
}

.top p a {
	color: #666666;
	margin-right: 7px;
}

.top p a:hover {
	color: #FF6600;
}

.nav {
	width: 1100px;
	margin: 0 auto;
}

.nav a {
	height: 40px;
	width: 96px;
	border-left: #d7e7ce 1px solid;
	float: left;
	display: block;
	text-align: center;
	background-color: #38880b;
	color: #fff;
	font: bold 14px/40px "microsoft yahei";
}

.nav a.home {
	background-color: #ff6c00;
	width: 130px;
	border-left: 0;
}

.nav a:hover {
	text-decoration: underline;
	background-color: #ff6c00;
}

.sub {
	width: 1098px;
	margin: 0 auto;
	border: 1px solid #e6e6e6;
}

.sub span {
	font: bold 14px/38px "microsoft yahei";
	color: #38880b;
	width: 104px;
	text-align: right;
	float: left;
}

.sub p {}

.sub p {
	margin-left: -9px;
	color: #cfcfcf;
	line-height: 38px;
	float: left;
}

.sub p a {
	color: #333;
	margin: 0 9px;
}

.sub p a:hover {
	color: #FF6600;
}

.moreSub {
	float: left;
	z-index:22;
}

.moreSub .moreSubTop {
	background: url(../images/area2016/area.png) -88px -428px no-repeat;
	line-height: 38px;
	width: 80px;
	float: left;
	margin-left: 9px;
	height: 38px;
}

.moreBox a {
	color: #333;
	font-size: 12px;
	margin: 3px 0 0 10px;
	display: inline-block;
	width: 70px;
}

.moreBox a:hover {
	color: #FF6600;
}

.main {
	width: 1100px;
	margin: 10px auto 0;
}

.mainLeft {
	width: 304px;
	float: left;
}

.imgNews {
	border: 1px solid #ebebeb;
	padding: 0 11px;
	background-color: #f5f5f5;
}

.imgNews h3 {
	font: normal 17px/44px "microsoft yahei";
}

.imgNews h3 a {
	color: #333;
}

.imgNews img {
	width: 280px;
	height: 80px;
}

.imgNews p {
	padding: 11px 0;
	line-height: 18px;
	color: #666;
	height: 54px;
}

.imgNews p a {
	color: #FF6600;
}

.businessTop {
	width: 304px;
	background-color: #d4d4d4;
	position: relative;
}

.buyTop {
	border-top: 2px solid #38880B;
}

.supplyTop {
	border-top: 2px solid #04a6e3;
}

.businessTop h3 {
	color: #fff;
	width: 73px;
	height: 40px;
}

.buyTop h3 {
	background-color: #38880b;
}

.supplyTop h3 {
	background-color: #04a6e3;
}

.businessTop h3 b {
	font: normal 30px/38px "microsoft yahei";
	float: left;
	text-indent: 10px;
}

.businessTop h3 font {
	float: left;
	text-indent: 4px;
	font: normal 18px/32px "microsoft yahei";
	padding-bottom: 6px;
}

.businessTop span {
	font: normal 14px/38px "microsoft yahei";
	display: block;
	position: absolute;
	left: 88px;
	top: 0;
	text-indent: 25px;
}

.buyTop span {
	background: url(../images/area2016/area.png) -138px -285px no-repeat;
}

.supplyTop span {
	background: url(../images/area2016/area.png) 0 -291px no-repeat;
}

.businessTop span a {
	color: #333333;
}

.businessTop a.more {
	color: #666666;
	font-family: "microsoft yahei";
	line-height: 38px;
	position: absolute;
	top: 0;
	right: 10px;
}

.business dl {
	padding-left: 10px;
	width: 292px;
	border: 1px solid #ebebeb;
	border-bottom: 0;
	background-color: #f5f5f5;
	float: left;
	padding-top: 7px;
}

.buy {
	margin-top: 16px;
}

.buy dl {
	height: 159px;
}

.supply dl {
	height: 155px;
	border-bottom: 1px solid #ebebeb;
}

.business dl dt {
	float: left;
	font: normal 14px/26px "microsoft yahei";
	height: 26px;
	width: 248px;
	text-indent: 14px;
	overflow: hidden;
	background: url(../images/area2016/area.png) -148px -177px no-repeat;
}

.business dl dt a {
	color: #333333;
}

.business dl dd {
	float: left;
	width: 36px;
	line-height: 26px;
	text-align: center;
	color: #666;
}

.business dl a:hover {
	color: #FF6600;
}

.news {
	height: 635px;
	overflow: hidden;
	margin-left: 20px;
	width: 456px;
	float: left;
}

.newsTop {
	border-bottom: 2px solid #38880b;
	border-top: 1px solid #ebebeb;
	height: 42px;
	position: relative;
}

.newsTop h3 {
	position: absolute;
	top: -1px;
}

.newsTop h3 a {
	font: normal 18px/43px "microsoft yahei";
	color: #333333;
	display: block;
	float: left;
	text-align: center;
	width: 114px;
}

.newsTop h3 a.focus {
	background-color: #38880B;
	color: #fff;
	font-weight: bold;
}

.newsBot {}

.newsBot h3 {
	width: 456px;
	margin-top: 7px;
	font: normal 22px/48px "microsoft yahei";
	text-align: center;
	overflow: hidden;
	height: 48px;
}

.newsBot h3 a {
	color: #ff6600;
}

.newsBot p {
	height: 71px;
	color: #888888;
	width: 456px;
	overflow: hidden;
	line-height: 24px;
}

.newsBot p a {
	color: #FF6600;
}

.newsBot ul li {
	height: 120px;
	border-bottom: #e1e1e1 1px solid;
}

.newsBot ul li img {
	width: 133px;
	height: 80px;
	float: left;
	margin-top: 20px;
}

.newsBot ul li strong {
	font: bold 14px/26px "microsoft yahei";
	margin-top: 18px;
	width: 312px;
	height: 26px;
	overflow: hidden;
	float: right;
}

.newsBot ul li strong a {
	color: #333333;
}

.newsBot ul li strong a:hover {
	color: #FF6600;
}

.newsBot ul li span {
	width: 312px;
	float: right;
	height: 52px;
	overflow: hidden;
	display: block;
	font: normal 14px/26px "microsoft yahei";
	color: #555555;
}

.brand {
	width: 298px;
	float: right;
	border: 1px solid #ebebeb;
}

.brandTop {
	border-bottom: 1px solid #EBEBEB;
}

.brandTop h3 {
	font: normal 22px/43px "microsoft yahei";
	text-indent: 8px;
}

.brandTop h3 font {
	color: #38880b;
	font: normal 22px/43px "microsoft yahei";
}

.brandTop h3 a {
	color: #333;
}

.brand ul {
	margin-top: 15px;
}

.brand ul li {
	padding: 0 10px;
}

.brand ul li img {
	width: 248px;
	height: 60px;
}

.brand ul li a.advImg {
	display: block;
	width: 248px;
	height: 60px;
	padding: 11px 15px;
	background-color: #ebebeb;
}

.brand ul li p {
	text-align: center;
	font: normal 14px/33px "microsoft yahei";
}

.brand ul li p a {
	color: #333333;
}

.brand ul li p a:hover {
	color: #FF6600;
}

.title {
	width: 100%;
	height: 41px;
	position: relative;
	background-color: #ebebeb;
}

.title h3 {
	font: normal 17px/41px "microsoft yahei";
	margin-left: 10px;
	background: url(../images/area2016/area.png) -123px -478px no-repeat;
	text-indent: 38px;
}

.title h3.title-h3 {
	background: url(../images/area2016/area.png) -123px -519px no-repeat;
}

.title h3.hot {
	background: url(../images/area2016/area.png) -123px -567px no-repeat;
}

.title a.more {
	position: absolute;
	right: 37px;
	color: #666666;
	font-family: "microsoft yahei";
	line-height: 41px;
	top: 0;
}

.brand-list {
	width: 1100px;
	overflow: hidden;
}

.brand-list ul {
	float: left;
	border-right: 1px solid #EBEBEB;
}

.brand-list ul li {
	width: 136px;
	float: left;
	height: 88px;
	border-left: 1px solid #ebebeb;
	text-align: center;
	border-bottom: 1px solid #EBEBEB;
	overflow: hidden;
}
.brand-list ul li:hover {
    width: 135px;
	height:87px;
    border: 1px solid #93d57b;
}

.brand-list ul li img {
	width: 130px;
	margin-top: 13px;
}

.area-classify {
	float: left;
	width: 1098px;
	border: 1px solid #ebebeb;
	border-top: 0;
}

.area-classify dl {
	margin-left: 22px;
	margin-top: 18px;
}

.area-classify dl dt {
	float: left;
	width: 80px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 15px;
	text-indent: 10px;
	background: url(../images/area2016/area.png) 0 -478px no-repeat;
	height: 24px;
}

.area-classify dl dd {
	float: left;
	padding-left: 5px;
	width: 991px;
	margin-bottom: 15px;
	line-height: 24px;
	color: #999;
	font-size: 14px;
}

.area-classify dl dd a {
	margin: 0 10px;
	color: #333;
}

.area-classify dl dd a.more {
	color: #045c2c;
}

.area-classify dl dd a:hover {
	color: #FF6600;
}

.classifyTop {
	height: 48px;
	padding-top: 10px;
	margin-top: 10px;
	width: 1098px;
	float: left;
	border: 1px solid #ebebeb;
	font: normal 16px/40px "microsoft yahei";
}

.classifyTop a {
	color: #333333;
	padding-bottom: 6px;
	width: 120px;
	display: inline-block;
	text-align: center;
	height: 40px;
	margin: 0 1px;
}

.classifyTop a.focus {
	color: #fff;
	background: url(../images/area2016/area.png) 0 -340px no-repeat;
}

.classifyBot {
	display: none;
	width: 1098px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	overflow: hidden;
	height: 239px;
}

.classifyBot ul {
	width: 1110px;
}

.classifyBot ul li {
	float: left;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	width: 179px;
	height: 218px;
	padding: 10px 20px;
}

.classifyBot ul li table td {
	width: 178px;
	height: 126px;
	text-align: center;
	vertical-align: middle;
}

.classifyBot ul li p {
	font: normal 14px/20px "microsoft yahei";
	margin-top: 6px;
	text-align: center;
	width: 178px;
	overflow: hidden;
}

.classifyBot ul li p a {
	color: #333333;
}

.classifyBot ul li p a:hover {
	color: #FF6600;
}

.classifyBot ul li span {
	font-family: "microsoft yahei";
	line-height: 20px;
	height: 20px;
	width: 178px;
	display: block;
	text-align: center;
}

.classifyBot ul li span font {
	color: #ff6600;
	font-size: 16px;
	line-height: 20px;
}

.classifyBot ul li strong {
	font: bold 12px/20px "microsoft yahei";
	text-align: center;
	width: 178px;
	display: block;
}

.classifyBot ul li strong a {
	color: #888888;
}

.classifyBot ul li strong a:hover {
	color: #FF6600;
}

.video {
	float: left;
}

.video h3 {
	padding-top: 73px;
	float: left;
	text-align: center;
	background-color: #6c6c6c;
	width: 50px;
	height: 227px;
	font: normal 24px/24px "microsoft yahei";
}

.video h3 a {
	color: #fff;
}

.video p {
	float: left;
	position: relative;
}

.video p img {
	width: 466px;
	height: 300px;
}

.video p b {
	width: 466px;
	display: block;
	position: absolute;
	height: 35px;
	top: 265px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	left: 0;
	background-color: #38880b;
}

.video p a.videoImg {
	width: 466px;
	height: 300px;
	background: url(../images/area2016/video.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.video p a.videoText {
	position: absolute;
	top: 265px;
	left: 0;
	z-index: 99;
	text-indent: 12px;
	width: 466px;
	display: block;
	overflow: hidden;
	color: #fff;
	font: normal 16px/35px "microsoft yahei";
}

.video ul {
	float: left;
	margin-left: 10px;
	height: 300px;
	overflow: hidden;
	background: url(../images/area2016/vidoeBg.jpg) 0 145px no-repeat;
}

.video ul li {
	margin-bottom: 27px;
	position: relative;
}

.video ul li img {
	width: 213px;
	height: 136px;
}

.video ul li a.videoImg {
	width: 213px;
	height: 136px;
	background: url(../images/area2016/videoSmall.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.video ul li a.videoText {
	position: absolute;
	top: 101px;
	height: 35px;
	left: 0;
	z-index: 99;
	overflow: hidden;
	width: 213px;
	display: block;
	text-align: center;
	color: #fff;
	font: normal 14px/35px "microsoft yahei";
}

.video ul li b {
	width: 213px;
	display: block;
	position: absolute;
	height: 35px;
	top: 101px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	left: 0;
	background-color: #38880b;
}

.interview {
	float: right;
	width: 350px;
}

.interview h3 {
	padding-top: 73px;
	float: left;
	text-align: center;
	background-color: #4db1d2;
	width: 50px;
	height: 228px;
	font: normal 24px/24px "microsoft yahei";
}

.interview h3 a {
	color: #fff;
}
.interview ul{
	border-top:1px solid #ebebeb;
}
.interview ul li{
	width:298px;
	float:left;
	height: 99px;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.interview ul li img{
	width:119px;
	height:80px;
	margin-left:10px;
	float:left;
	margin-top:9px;
}
.interview ul li span{
	font:normal 14px/21px "Microsoft Yahei";
	margin-top:15px;
	float:left;
	height:42px;
	overflow:hidden;
	margin-left:9px;
	width:160px;
}
.interview ul li span a{
	color:#333;
}
.interview ul li span a:hover{
	color: #ff6600;
}
.interview ul li p{
	float:left;
	margin-left:9px;
	width:160px;
	margin-top:5px;
	text-indent: 18px;
	background: url(../images/area2016/time-icon.png) 0 4px no-repeat;
	font-family:"Microsoft Yahei";
	line-height:20px;
	color:#666;
}
.interview ul li p b{
	font-weight:normal;
	color:#999;

}
.newsBox {
	width: 1100px;
	margin: 20px auto 0;
	overflow: hidden;
}

.newsBox ul.newsBoxUl {
	width: 1133px;
}

.box {
	width: 341px;
	float: left;
	margin-right: 33px;
}

.box h3 {
	padding-top: 60px;
	float: left;
	text-align: center;
	width: 50px;
	height: 240px;
	font: normal 24px/24px "microsoft yahei";
}

.technology {
	background: url(../images/area2016/box.png) 13px 200px no-repeat #38880b;
}

.operation {
	background: url(../images/area2016/box.png) 13px 200px no-repeat #04a6e3;
}

.analysis {
	background: url(../images/area2016/box.png) 13px 200px no-repeat #f27120;
}

.box h3 a {
	color: #fff;
}

.boxImg {
	margin-left: 11px;
	margin-top: 15px;
	height: 93px;
	border-bottom: 1px dashed #cfdfc6;
	float: left;
	width: 280px;
}

.boxImg img {
	margin-left: 3px;
	width: 137px;
	float: left;
	height: 78px;
}

.boxImg p {
	float: left;
	width: 128px;
	height: 54px;
	margin-top: 8px;
	margin-left: 12px;
	overflow: hidden;
	font: bold 14px/18px "microsoft yahei";
}

.boxImg p a {
	color: #333333;
}

.boxImg p a:hover {
	color: #38880b;
}

.box ul {
	float: left;
	padding-top: 10px;
	margin-left: 12px;
}

.box ul li {
	font: normal 14px/28px "microsoft yahei";
	text-indent: 12px;
	background: url(../images/area2016/area.png) 0 -415px no-repeat;
}

.box ul li a {
	color: #333333;
}

.box ul li a:hover {
	color: #FF6600;
}

.vip {
	margin: 20px auto 0;
	width: 1100px;
}

.vipLeftTitle {
	width: 738px;
	height: 38px;
	float: left;
	border: 1px solid #dbdee1;
	border-top: 2px solid #38880c;
	position: relative;
	background-color: #f5f5f5;
}

.vipLeftTitle h3 {
	height: 40px;
	text-indent: 24px;
	font: normal 18px/38px "Microsoft Yahei";
}

.vipLeftTitle h3 a {
	color: #333;
}

.vipLeftTitle a.more {
	width: 120px;
	height: 20px;
	display: block;
	position: absolute;
	right: 12px;
	top: 9px;
	background: url(../images/area2016/more.png);
	no-repeat 0 -191px;
}

.vipLeft {
	float: left;
	width: 740px;
}

.vipLeftList {
	width: 738px;
	float: left;
	border: 1px solid #e6e6e6;
	border-top: 0;
	padding-bottom: 16px;
}

.vipLeftList ul {
	width: 808px;
	float: left;
	padding-top: 16px;
}

.vipLeftList ul li {
	width: 220px;
	height: 30px;
	float: left;
	font: normal 14px/30px "\5b8b\4f53";
	padding-left: 22px;
	text-indent: 13px;
	overflow: hidden;
	background: url(../images/area2016/area.png) -125px -214px no-repeat;
}

.vipLeftList ul li a {
	color: #333;
}

.vipLeftList ul li a:hover {
	color: #f60;
}

.vipRight {
	width: 352px;
	float: right;
}

.vipRightTitle {
	width: 351px;
	height: 40px;
	float: left;
	border-right: 1px solid #e6e6e6;
	background-color: #f5f5f5;
}

.vipRightTitle h3 {
	float: left;
	font: normal 18px/37px "Microsoft Yahei";
	text-align: center;
}

.vipRightTitle h3 a {
	width: 174px;
	height: 37px;
	float: left;
	border: 1px solid #e6e6e6;
	border-right: 0;
	border-top: 2px solid #e6e6e6;
	color: #333;
}

.vipRightTitle h3 a.focus {
	width: 175px;
	border-top: 2px solid #38880b;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #38880d;
}

.vipRightTitle h3 a b {
	font-weight: normal;
}

.vipRightTitle h3 a.focus b {
	color: #38880b;
}

.vipRightList {
	width: 350px;
	float: left;
	border: 1px solid #e6e6e6;
	border-top: 0;
	padding-bottom: 17px;
}

.vipRightList ul {
	width: 350px;
	float: left;
	padding-top: 16px;
}

.vipRightList ul li {
	width: 340px;
	height: 30px;
	float: left;
	font: normal 14px/30px "\5b8b\4f53";
	text-indent: 25px;
	overflow: hidden;
	background: url(../images/area2016/area.png) -138px -52px no-repeat;
}

.vipRightList ul li a {
	color: #333;
}

.vipRightList ul li a:hover {
	color: #f60;
}

.links {
	width: 1098px;
	margin: 20px auto 0;
	border: 1px solid #e2e5e7;
}

.linksLeft {
	width: 114px;
	height: 95px;
	float: left;
	border-top: 1px solid #fff;
	display: inline-block;
	background-color: #efefef;
}

.linksLeft span {
	width: 114px;
	height: 35px;
	float: left;
	margin-top: 10px;
	text-indent: 21px;
	font: normal 14px/39px "\5b8b\4f53";
	color: #333;
}

.linksLeft a.apply {
	width: 90px;
	height: 25px;
	float: left;
	/* margin-top: 10px; */
	margin-left: 12px;
	background:url(../images/area2016/link.png) no-repeat 0 0px;
}

.linksRight {
	width: 983px;
	height: 95px;
	float: left;
	overflow: hidden;
}

.linksRight ul {
	width: 983px;
	padding-top: 20px;
	float: left;
}

.linksRight ul li {

	height: 25px;
	float: left;
	text-indent: 12px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
}

.linksRight ul li a {
	color: #5c5c5c;
}

.linksRight ul li a:hover {
	color: #f60;
}
.footer {
	width: 1100px;
	margin: 15px auto 0;
	padding-bottom: 20px;
	border-top: 1px solid #c7c7c7;
	color: #666;
	text-align: center;
}

.footer span {
	width: 1100px;
	height: 26px;
	float: left;
	font: normal 12px/26px "\5b8b\4f53", "Tahoma";
	margin-top: 12px;
	color: #999;
}

.footer span a {
	padding: 0 6px;
	color: #666;
}

.footer span a:hover {
	color: #f60;
}

.footer p,
.footer b {
	width: 1100px;
	height: 26px;
	float: left;
	line-height: 26px;
}

.footer b {
	font: normal 12px/26px "Tahoma", "\5b8b\4f53";
}

.footer i {
	margin-right: 20px;
}

.footer img {
	vertical-align: middle;
}
.productList,.product-classify {
	width: 80px;
	position: absolute;
	left: -636px;
	top: 0;
}
.broadcast {
	width: 1178px;
	margin: 0 auto;
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	border-top: 0;
	padding: 6px 0 7px 0;
}

.broadcast dl {
	width: 1178px;
	height: 27px;
	float: left;
	line-height: 27px;
	color: #bfbfbf;
}

.broadcast dl dt {
	width: 92px;
	height: 27px;
	float: left;
	font: bold 14px/26px "Microsoft Yahei", "simhei";
	text-indent: 14px;
}

.broadcast dl dt a {
	color: #38880b;
}

.broadcast dl dd {
	width: 1086px;
	height: 27px;
	float: left;
	overflow: hidden;
}

.broadcast dl dd a {
	color: #4e4e4e;
}

.broadcast dl dd a:hover {
	color: #38880b;
}

.broadcast dl.fresh dt {
	width: 90px;
	background: url(../images/index2014/index2014.png) no-repeat -51px -402px;
}

.broadcast dl.fresh dd {
	width: 1088px;
}

.broadcast dl.fresh dd a {
	padding: 0 11px 0 18px;
	background: url(../images/index2014/index2014.png) no-repeat -127px -29px;
}

.broadcast dl.sub dd p {
	width: 1000px;
	height: 27px;
	float: left;
	overflow: hidden;
}

.broadcast dl.sub dd p a {
	padding: 0 8px;
}

.broadcast dl.sub dd span {
	float: left;
	text-indent: 10px;
}
/*goTop*/


.backHome {
	width: 54px;
}
.backHome a.goTopBtn {
	width: 38px;
	height: 46px;
	display: block;
	float: left;
	background: #38880b;
	text-align: center;
	font: normal 14px/20px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 8px 8px 0 8px;
	margin: 2px 0;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.backHome a.goTopBtn:hover {
	background: #38880b;
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.backHome a.guest,
.backHome a.guest:hover {
	background: url(../images/channel.png) no-repeat 0 -180px;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.backHome a.guest:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.backHome .weixin2{
	position: relative;
	width: 38px;
	height: 46px;
	display: block;
	float: left;
	background: #38880b;
	text-align: center;
	font: normal 14px/20px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 8px 8px 0 8px;
	margin: 2px 0;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.backHome .weixinBot2{
	position:absolute;
	left: -246px;
	top:0;
}
.backHome .weixinBot2 img{
	width: 240px;
	height: 140px;
}
.backHome .weixin2:hover{
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.backHome .qq{
	position: relative;
	width: 38px;
	height: 46px;

	float: left;
	background: #38880b;
	text-align: center;
	font: normal 14px/20px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 8px 8px 0 8px;
	margin: 2px 0;
	opacity: 0.6;
	filter: Alpha(Opacity=60);

}
.backHome .qq,
.backHome .qq:hover {
	background: url(../images/channel.png) -1px -234px no-repeat;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.backHome .qq:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.backHome .weixin2,
.backHome .weixin2:hover {
	background: url(../images/channel.png) no-repeat -55px -234px;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.backHome .weixin2:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.backHome .qq:hover .qqconsult{
	display: block;
}
  .qqconsult{
	display: none;
	position: absolute;
	left: -170px;
	top:-30px;
	width: 160px;
	padding-right: 10px;
	z-index: 9999;

}
.qqBox{
	width: 140px;
	height: 124px;
	background-color: #fff;
	border: #87b76c 10px solid;
}
.qqBox h3{
	width: 138px;
	background-color: #38880b;
	border:#fff 1px solid;
	height: 28px;
}
.qqBox h3{
	font:16px/28px "microsoft yahei";
}
.qqBox p{
	margin-left: 8px;
}
.qqBox p span{
	margin-top: 10px;
	float: left;
	line-height: 16px;
	color: #333333;
	margin-right: 12px;
	font-family: "microsoft yahei";
}
.qqBox p a{
	margin-top: 10px;
	display: block;
	float: left;
	cursor: pointer;
	border: none;
	height: 16px;
	line-height: 16px;
	width: 68px;
	color: #fff;
	font-family: "microsoft yahei";
}
.qqBox p a.btn1{
	background-color: #38880b;

}
.qqBox p a.btn2{
	background-color: #f26522;

}

.toTop {
	width: 54px;
	height: 54px;
	position: fixed;
	_position: absolute;
	top: 448px;
	_top: expression(eval(document.documentElement.scrollTop+318));
	display: none;

}
.toTop a,
.toTop a:hover {
	display: block;
	width: 54px;
	height: 54px;
	background: url(../images/channel.png) no-repeat -54px -180px;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.toTop a:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.exhiDate{ background: #fb972c; color: #fff; }
.CalendarCon a.exhiDate{ background: #fb972c; color: #fff; }
#goTop {
	position: fixed;
	_position: absolute;
	top: 210px;
	display: block;
	right: 10px;
	z-index: 999;
}
*html,
* html body {
	background-attachment: fixed;
}
#productNav {
	display: block;
	_top: expression(eval(document.documentElement.scrollTop+212));
	top: 212px;
}
*html #goTop {
	position: absolute;

	right: expression(eval(document.documentElement.scrollLeft+10));
	top: expression(eval(document.documentElement.scrollTop+142));
}
/* 20221116底部+qq */
.footer p a{
    position: relative;
}
.footer .QQhover {
	position: absolute;
	left: 0px;
	bottom: 16px;
	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: 110px;
	z-index: 9;
	outline: none;
	text-align: center;
	resize: none;
}
.footer p a:hover .QQhover{
	display: inline-block;
}
.qqBox p a{
    position: relative;
}
.qqBox .QQhover {
	position: absolute;
	left: 0px;
	bottom: 16px;
	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: 110px;
	z-index: 9;
	outline: none;
	text-align: center;
	resize: none;
}
.qqBox p a:hover .QQhover{
	display: inline-block;
}
/* 20240828 */
@font-face {
	font-family: 'iconfont';
	src: url('https://www.jc35.com/font/index/2024/iconfont/iconfont.ttf') format('truetype');
}
.jc35 {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.product-classify h2 {
	height: 34px;
	line-height: 34px;
	text-indent: 5px;
	color: #ffffff;
	font: normal 14px/34px "microsoft yahei";
	background: -moz-linear-gradient( 0deg, rgb(0,153,77) 0%, rgb(86,171,17) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(0,153,77) 0%, rgb(86,171,17) 100%);
	background: -ms-linear-gradient( 0deg, rgb(0,153,77) 0%, rgb(86,171,17) 100%);
}
.product-classify h2 i{
	width: 14px;
	height: 14px;
	margin-top: 12px;
	background: url("/images/list_bg.png") 0 0 no-repeat;
	display: inline-block;
	vertical-align: top;
}
.product-classify h2 a {color: #ffffff;}
.product-classify .class-a{
	height: 29px;
	line-height: 29px;
	text-indent: 5px;
	width: 80px;
	background-color: #fafafa;
	border-bottom: #e6e6e6 1px dashed;
}
.product-classify .class-a a {
	color: #333;
	text-decoration: none;
}
.product-classify .class-b {
	height: 470px;
	width: 1106px;
	padding: 26px 26px;
	padding-right: 0;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	box-sizing: border-box;
	display:none;
}
.product-classify .class-b .class-right {
	float: right;
	padding: 0 34px;
	width: 338px;
	box-sizing: border-box;
	overflow: hidden;
}
.product-classify .class-b .class-right-ul {
	overflow: hidden;
	margin-top: -24px;
	margin-right: -18px;
}
.product-classify .class-b .class-right-li {
	float: left;
	width: 50%;
}
.product-classify .class-b .class-right-li .item {
	margin-right: 18px;
	margin-top: 24px;
	text-align: center;
}
.product-classify .class-b .class-right-li .image {
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	border: 1px solid #ddd;
	position: relative;
}
.product-classify .class-b .class-right-li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product-classify .class-b .swiper-slide a:hover {
	border-color: #00994D;
}
.advs {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.advs img {
	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;
}
.product-classify .class-b .class-right-li p {
	font-size: 13px;
	margin-top: 9px;
	line-height: 15px;
	height: 15px;
	overflow: hidden;
}
.product-classify .class-b .class-right-li p a {
	color: #333;
}
.product-classify .class-b .class-right-li .item:hover p a {
	color: #00994D;
}
.product-classify .class-b .class-left {
	overflow: hidden;
}
.product-classify .class-b .class-left .pro-type {
	height: 245px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-left: -20px;
}
.product-classify .class-b .class-left .pro-type .item {
	margin-top: 25px;
	padding-left: 20px;
	width: 50%;
	box-sizing: border-box;
	float: left;
}
.product-classify .class-b .class-left .pro-type .item:nth-child(2n+1) {
	clear: both;
}
.product-classify .class-b .class-left .pro-type .item:nth-child(-n+2) {
	margin-top: 0;
}
.product-classify .class-b .class-left .pro-type::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.product-classify .class-b .class-left .pro-type::-webkit-scrollbar {
	width: 5px;
	height: 80px;
	border-radius: 5px;
}
.product-classify .class-b .class-left .pro-type::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(191, 191, 191, 0.5);
	width: 5px;
	height: 80px;
}
.product-classify .class-b .class-left .pro-type .label {
	font-size: 15px;
	font-weight: bold;
}
.product-classify .class-b .class-left .pro-type .label a {
	color: #333;
}
.product-classify .class-b .class-left .pro-type .label a:hover {
	color: #00994D;
}
.product-classify .class-b .class-left .pro-type .label i {
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 4px;
	vertical-align: top;
	font-weight: normal;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.product-classify .class-b .class-left .pro-type .text-list {
	margin-top: 6px;
}
.product-classify .class-b .class-left .pro-type .text-list p {
	font-size: 0;
}
.product-classify .class-b .class-left .pro-type .text-list p a {
	font-size: 13px;
	margin-right: 12px;
	margin-top: 7px;
	color: #333;
	display: inline-block;
}
.product-classify .class-b .model {
	margin-top: 10px;
}
.model .swiper {
	margin-top: 14px;
}
.product-classify .class-b .model .sub-title {
	position: relative;
	overflow: hidden;
}
.product-classify .class-b .model .sub-title .title-left {
	float: left;
	font-size: 14px;
	position: relative;
}
.product-classify .class-b .model .sub-title .title-left b {
	position: relative;
	z-index: 2;
	margin-top: 2px;
	display: inline-block;
}
.product-classify .class-b .model .sub-title .title-left::after {
	content: "";
	position: absolute;
	bottom: -4px;
	width: 100%;
	left: 0;
	height: 8px;
	background-image: -moz-linear-gradient( 0deg, rgb(0,153,77) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,153,77) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,153,77) 0%, rgba(255,255,255,0) 100%);
}
.product-classify .class-b .model .sub-title .title-right {
	float: right;
	font-size: 0;
}
.product-classify .class-b .model-search {
	display: inline-block;
	height: 28px;
	border-radius: 17px;
	width: 211px;
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	vertical-align: top;
}
.product-classify .class-b .model-search input {
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 0;
	border: 0;
}
.product-classify .class-b .model-search button {
	position: absolute;
	right: 12px;
	top: 0;
	height: 100%;
	background: transparent;
	border: 0;
	color: #999;
	cursor: text;
}
.product-classify .class-b .model-search button i {
	font-size: 14px;
}
.product-classify .class-b .page-box {
	display: inline-block;
	margin-left: 20px;
	margin-top: 9px;
}
.product-classify .class-b .swiper-button-next, .product-classify .class-b .swiper-button-prev {
	position: static;
	width: auto;
	height: auto;
	margin-top: 0;
	cursor: pointer;
	background: none !important;
	display: inline-block;
}
.product-classify .class-b .swiper-button-prev i {
	font-size: 12px;
	color: #666;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.product-classify .class-b .swiper-button-next i {
	font-size: 12px;
	color: #666;
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.product-classify .class-b .swiper-pagination {
	position: static;
	width: auto !important;
	display: inline-block;
	font-size: 12px;
	margin: -2px 8px;
	font-family: "Microsoft YaHei";
	vertical-align: top;
}
.product-classify .class-b .model-btn {
	margin-top: 10px;
	overflow: hidden;
}
.product-classify .class-b .model-btn .model-btn-left {
	float: left;
	font-size: 0;
}
.product-classify .class-b .model-btn .model-btn-left a {
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	padding: 0 12px;
	margin-right: 8px;
	display: inline-block;
	color: #999;
	background-color: #f0f0f0;
}
.product-classify .class-b .model-btn .model-btn-left a.active {
	background-color: #00994D;
	color: #fff;
}
.product-classify .class-b .model-btn .BrandsLetter {
	float: right;
}
.BrandsLetter li {
	float: left;
	font-family: "Microsoft YaHei";
	margin-top: 9px;
	font-size: 12px;
	margin-left: 10px;
}
.BrandsLetter li a {
	color: #333;
}
.model .swiper .swiper-slide {
	font-size: 0;
	width: calc(100% + 10px);
	padding-bottom: 2px;
}
.model .swiper .swiper-slide b {
	width: 14.28%;
	display: inline-block;
}
.model .swiper .swiper-slide a {
	margin-right: 10px;
	margin-top: 7px;
	border: 1px solid #dddddd;
	display: block;
	height: 39px;
	box-sizing: border-box;
	position: relative;
}
.model .swiper .swiper-slide b span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 13px;
	font-weight: normal;
	color: #333;
	width: 100%;
	text-align: center;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	padding: 0 7px;
	word-wrap: break-word;
	word-break: break-all;
}
.product-classify li.hover .class-a {
	background-color: #f0f0f0;
}
.product-classify li.hover .class-b {
	display: block;
}


