@font-face {
    font-family: 'foodjx';  /* project id 1884361 */
    src: url('//at.alicdn.com/t/font_1884361_pxp95zjo0ha.eot');
    src: url('//at.alicdn.com/t/font_1884361_pxp95zjo0ha.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1884361_pxp95zjo0ha.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1884361_pxp95zjo0ha.woff') format('woff'),
    url('//at.alicdn.com/t/font_1884361_pxp95zjo0ha.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1884361_pxp95zjo0ha.svg#foodjx') format('svg');
}
.iconfont{
    font-family:"foodjx" !important;
    font-size:14px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.title--big {
	text-align: center;
	font-size: 16px;
	color: #00895c;
	font-weight: bold;
	position: relative;
	margin-top: 30px;
}
.title--big::before {
	content: "";
	clear: both;
	position: absolute;
	width: 440px;
	height: 3px;
	background: url(../../../images/index/lefti.png) no-repeat;
	background-size: 100% 100%;
	top: 42px;
	left: 0;
}
.title--big::after {
	content: "";
	clear: both;
	position: absolute;
	width: 440px;
	height: 3px;
	background: url(../../../images/index/righti.png) no-repeat;
	background-size: 100% 100%;
	top: 42px;
	right: 0;
}
.title--big i {
	font-size: 15px;
	vertical-align: top;
	margin-top: 35px;
	display: inline-block;
}
.title--big > div {
	display: inline-block;
	padding: 0 35px;
}
.title--big b {
	display: block;
	font-size: 36px;
}
.title--big b a {
	color: #00895c;
}
.title--big span {
	display: block;
	color: #c9c9c8;
	margin-top: 10px;
}
.Center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gold-company{
	margin:15px auto 0;
	overflow: hidden;
}
.gold-company li{
	width: 20%;
	float: left;
}
.gold-company li a {
	display: block;
	margin: 15px;
	color: #333;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 6px;
	padding: 10px 0;
}
.gold-company li a span{
	display: block;
	position:relative;
}
.gold-company li a .image {
	height: 90px;
	background: none;
}
.gold-company li a .txt b{
	font-size: 14px;
	padding: 0 12px;
	display: inline-block;
	background-color: #fff;
	position:relative;
	z-index: 9;
}
.gold-company li a .txt::after{
	content:'';
	width: 90%;
	height: 1px;
	background-color: #ddd;
	position:absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
}
.gold-company li a:hover{
	border:2px solid #00895c;
}
.image {
	background-image: url("/images/Index/2019/image.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.bannerAdv {
	width: 1200px;
	margin: 0px auto 0;
}

.bannerAdv ul {
	width: 1220px;
	display: inline;
	float: left;
	margin: 0px 0 0 -10px;
}

.bannerAdv ul li {
	display: block;
	float: left;
	padding: 20px 10px 0 10px;
	position: relative;
}

.bannerAdv ul li a,
.bannerAdv ul li embed {
	float: left;
}

.advs {
	position: relative;
	display: block;
}

.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;
}

.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.imgCenter {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.imgCenter img {
	vertical-align: middle;
}

a {
	outline: none;
}

html, body {
	height: 100%;
}

body {
	min-width: 1200px;
	font-family: "microsoft yahei";
	color: #333;
	background: #fff;
	position: relative;
}

.header {
	height: 36px;
	background-color: #f9f9f9;
}

.head {
	width: 1200px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
}

.head span {
	float: left;
	color: #aaaaaa;
}

.head span a {
	color: #666;
	margin-right: 20px;
}

.head p {
	float: right;
	padding-right: 166px;
	color: #5d5b56;
}

.head p a {
	color: #666;
	margin: 0 8px;
}
.head a:hover{
	color: #ff6600;
}

.headerBot {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.headerBot p {
	position: absolute;
	right: 0;
	top: -36px;
	line-height: 36px;
	color: #5d5b56;
}

.headerBot p a {
	color: #aaaaaa;
	margin: 0 8px;
	display: inline-block;
	text-indent: 26px;
	background: url(/images/product/bg.png) 0 -24px no-repeat;
}

.headerBot p a.mobile {
	text-indent: 20px;
	background: url(/images/offer_bg.png) 2px 12px no-repeat;
}

.weixin {
	position: absolute;
	top: 0px;
	right: 70px;
	z-index: 9;
	display: none;
	width: 90px;
}
.QQ{
	width: 90px;
	position: absolute;
	top: 0px;
	right: -10px;
	z-index: 9;
	display: none;
}
.bannerTxt{
	width: 1200px;
	margin:16px auto 0;
	font-size: 12px;
	color: #999;
	font-style:  italic;
}
.bannerTxt b{
	font-size: 14px;
	color: #333;
	font-style: normal;
}
.bannerTxt a{
	font-size: 14px;
	color: #333;
	margin: 0 6px;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
}
.bannerTxt a:hover{
	color: #ff6600
}
.sponsor{
	width: 1198px;
	height: 75px;
	border:1px solid #eeeeee;
	margin:18px auto 0;
	overflow: hidden;
}
.sponsor a.advs{
	float: right;
}
.sponsor img{
	display: block;
}

.banner-adv {
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
  }
  .banner-adv ul{
	 overflow: hidden;
	 margin-left: -10px;
   margin-right: -10px;
   margin-top: 20px;
  }
  .banner-adv ul li{
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
  }
  .banner-adv .two li{
	width: 50%;
	
  }
  .banner-adv .five li{
	width: 20%;
	
  }
  .banner-adv ul li .adv-item {
	position: relative;
	display: block;
	width: 100%;
  }
  .banner-adv ul li .adv-item img {
	height: 100%;
	width: 100%;
  }
  .banner-adv ul li .adv-item 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;
  }

.top {
	width: 1200px;
	margin: 26px auto 0;
	padding-bottom: 20px;
	position: relative;
}

.logo {
	float: left;
	margin: 3px 47px 0 0;
}

.search {
	width: 576px;
	height: 36px;
	float: left;
	border: 2px solid #e6e6e6;
	position: relative;
	border-radius: 18px;
}

.searchSelect {
	width: 82px;
	height: 36px;
	position: relative;
	float: left;
}

.selectTop {
	position: relative;
	cursor: pointer;
}

.selectTop p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-indent: 16px;
	border-right: 2px solid #e6e6e6;
	margin-top: 9px;
}

.selectTop i {
	position: absolute;
	width: 13px;
	height: 7px;
	right: 14px;
	top: 7px;
	background: url("/images/Index/2019/main.png") no-repeat 100% -60px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.selectTop.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search button {
	position: absolute;
	right: -2px;
	top: -2px;
	height: 40px;
	background-color: #00895c;
	border-radius: 20px;
	color: #ffffff;
	width: 80px;
	font-size: 14px;
	font-weight: bold;
	border: none;
	font-family: "microsoft yahei";
	cursor: pointer;
}

.search input {
	width: 416px;
	height: 20px;
	float: left;
	margin-top: 8px;
	border: none;
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #999999;
	text-indent: 40px;
	background: url("/images/Index/2019/main.png") no-repeat -90px -77px;
}

.selectBot {
	position: absolute;
	width: 82px;
	background-color: #ffffff;
	top: 36px;
	left: 0;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #00895c;
	border-left: 2px solid #00895c;
	border-right: 2px solid #00895c;
	color: #fff;
	cursor: pointer;
}

.topAdv {
	float: right;
}

.keyWords {
	position: absolute;
	left: 310px;
	bottom: 22px;
	text-indent: 26px;
	line-height: 18px;
	background: url("/images/Index/2019/main.png") no-repeat -99px -105px;
}

.keyWords a {
	color: #333;
	margin: 0 7px;
}
.keyWords a:hover{
	color: #ff6600;
}
.menu{
	height: 50px;
	background-color: #00895c;
}
.menu ul{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.menu ul li{
	width: 20%;
	height: 100%;
	float: left;

}
.menu ul li a{
	color: #fff;
	display: block;
	position: relative;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
}
.menu ul li.focus a,.menu ul li a:hover{
	background-color: #29b688;
}
.menu ul li a b{
	width: 0;
	position: absolute;
	height: 4px;
	left: 0;
	top: 0;
	background-color: #ffb81c;
}
.menu ul li.focus a b,.menu ul li a:hover b{
	width: 100%;
}
.main{
	width: 1200px;
	margin:20px auto 0;
}
.topLeftAdv{
	width: 305px;
	float: left;
	height: 468px;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
}
.topLeftAdv ul{
	overflow: hidden;
	position: absolute;
}
.topLeftAdv ul li{
	float: left;
	width: 285px;
	margin-right: 20px;
	display: none;
	position:relative;
}
.topLeftAdv ul li a.advAll{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 9;
	background:url("https://public.mtnets/Images/public/blank.png");
}
.topLeftAdvTitle{
	height: 60px;
	text-align: center;
	padding: 10px 20px 0 20px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
	color: #fff;
	background: #00895c url("/images/channel/2019/subweb.png") no-repeat 0 -157px;
}
.topLeftAdv ul li.second .topLeftAdvTitle{
	background-color: #00895c;
;
}
.topLeftAdv ul li.three .topLeftAdvTitle{
	background-color: #00895c;
}
.topLeftAdvTitle h2{
	font-size: 22px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.topLeftAdvTitle p{
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.topLeftAdvImg{
	border-left: 1px solid #00895c;
	border-right: 1px solid #00895c;
	padding:14px;
	text-align: center;
}
.topLeftAdv ul li.second .topLeftAdvImg{
	border-left: 1px solid #00895c;
	border-right: 1px solid #00895c;
}
.topLeftAdv ul li.three .topLeftAdvImg{
	border-left: 1px solid #00895c;
	border-right: 1px solid #00895c;
}
.topLeftAdvImg img{
	width: 100%;
	height: 183px;
	display: block;
}
.topLeftAdvImg p{
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}
.topLeftAdvImg p a{
	color: #333;
}
.saleLine{
	height: 48px;
	background-color: #00895c;
	position: relative;
	color: #fff;
	overflow: hidden;
	text-align: center;
	line-height: 48px;
}
.topLeftAdv ul li.second .saleLine{
	background-color: #00895c;
}
.topLeftAdv ul li.three .saleLine{
	background-color: #009d81;
}
.saleLine b{
	width: 90px;
	font-size: 16px;
	float: left;
	text-align: left;
	text-indent: 16px;
	background-color: #fa9300;
}
.topLeftAdv ul li.second .saleLine b{
	background-color: #fa9300;
}
.topLeftAdv ul li.three .saleLine b{
	background-color: #40b174;
}
.saleLine p{
	font-size: 20px;
	font-family: "Montserrat";
	overflow: hidden;
	font-weight: 700;
}
.saleLine i{
	position: absolute;
	width:0;
    height:0;
	top: 0;
	left: 90px;
    border-top:24px solid transparent;
    border-bottom:24px solid transparent;
    border-left:12px solid #fa9300;
}
.topLeftAdv ul li.second .saleLine i{
	border-left:12px solid #fa9300;
}
.topLeftAdv ul li.three .saleLine i{
	border-left:12px solid #40b174;
}
.topLeftAdvTxt{
	border:1px solid #40b174;
	border-top: none;
	padding:12px 30px;
	height: 112px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.topLeftAdv ul li.second .topLeftAdvTxt{
	border:1px solid #00895c;
}
.topLeftAdv ul li.three .topLeftAdvTxt{
	border:1px solid #40b174;
}
.topLeftAdvTxt span{
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	display: block;
}
.topLeftAdvTxt span a{
	color: #333;
}
.topLeftAdvTxt p{
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	color: #999;
}
.topLeftAdvTxt p b{
	font-weight: normal;
	color: #333;
}
.topLeftAdv ul li a:hover{
	color: #ff6600;
}
.topLeftAdv .carousel-indicators{
	position: absolute;
	width: 285px;
	text-align: center;
	left: 0;
	bottom:18px;
	z-index: 10;
}
.topLeftAdv .carousel-indicators p a{
	display: inline-block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	text-indent: -999px;
	border-radius: 50%;
	background-color: #cccccc;
	margin: 0 5px;
	cursor: pointer;
}
.topLeftAdv .carousel-indicators p a.focus{
	background-color: #ff6600;
}
.today{
	width: 505px;
    float: left;
    padding: 0 20px;
}
.todayTitle{
	height: 29px;
	margin:21px 0 12px 0;
	background:url("/images/channel/2019/subweb.png") no-repeat 0 -470px;
}
.today p{
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-weight: bold;
}
.today p i{
	display: inline-block;
	width: 19px;
	height: 18px;
	vertical-align: top;
	margin: 16px 10px 0 0;
	background: url("/images/Index/2019/main.png") no-repeat -101px -137px;
}
.today p a{
	color: #000;
}
.today p a:hover{
	color: #00895c;
}
.today ul{
	padding: 0 0 0 15px;
}
.today ul li{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	overflow: hidden;
	padding-left: 15px;
	position: relative;
}
.today ul li::before {
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #cccccc;
    border-radius: 50%;
    left: 0px;
    top: 17px;
    content: "";
}
.today ul li a{
	color: #666666;
	display: inline-block;
	position: relative;
}
.today ul li a:hover{
	color: #00895c;
}
.today ul li:hover:before{
	background-color: #00895c;
}
.today ul li a:after{
	width: 0;
	height: 1px;
	background-color: #00895c;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.today ul li:hover a:after{
	width: 100%;
}
.application{
	width:310px;
	float:right;
}
.appTitle {
	height: 29px;
	margin-top: 21px;
	background: url("/images/channel/2019/subweb.png") no-repeat 0 -424px;
}
.application p{
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	padding: 0 28px 0 17px;
	margin-top: 18px;
	background:url("/images/channel/2019/subweb.png") no-repeat 100% -83px;
}
.application p a{
	color: #000;
}
.application p a:hover,.application span a:hover{
	color: #ff6600;
}
.application p:before{
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #ff6600;
	border-radius: 50%;
	content:"";
	left: 0;
	top: 16px;
}
.application span{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin-top: 17px;
	border:1px solid #00895c;
	border-radius: 2px;
	display: block;
	text-align: center;
}
.application span a{
	color: #000;
}
.application span:hover{
	border-color: #ff6600;
}
.application ul{
	padding: 5px 0 0 0px;
}
.application ul li{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	overflow: hidden;
	padding-left: 15px;
	position: relative;
}
.application ul li::before {
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #cccccc;
    border-radius: 50%;
    left: 0px;
    top: 19px;
    content: "";
}
.application ul li a{
	color: #666666;
	display: inline-block;
	position: relative;
}
.application ul li a:hover{
	color: #00895c;
}
.application ul li:hover:before{
	background-color: #00895c;
}
.application ul li a:after{
	width: 0;
	height: 1px;
	background-color: #00895c;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.application ul li:hover a:after{
	width: 100%;
}
.product{
	width: 890px;
	float: left;
	margin-top: 20px;
}
.productTitle{
	height: 46px;
	background:url("/images/channel/2019/subweb.png") no-repeat 0 -571px;
}
.productTitle.newProduct{
	height: 42px;
	margin-top: 30px;
	background:url("/images/channel/2019/subweb.png") no-repeat 0 -646px;
}
.productTitle.company{
	height: 39px;
	background:url("/images/channel/2019/subweb.png") no-repeat 0 -710px;
	position: relative;
	padding-bottom: 10px;
}
.productTitle.company img{
	position: absolute;
	left:48px;
	top:13px;
}
.productTitle a.more{
	position: absolute;
	right: 30px;
	top: -2px;
	line-height: 44px;
	font-size: 14px;
	color: #999;
}
.listName{
	margin-top: 26px;
	font-size: 16px;
	font-weight: bold;
}
.listName a{
	color: #000;
}
.listName a:hover{
	color: #ff6600;
}
.productList{
	position: relative;
	padding-bottom:20px;
}
.productList ul{
	overflow: hidden;
	height: auto;
}
.productList ul.hidden{
	height: 104px;
}
.productList ul li{
	width: 170px;
	float: left;
	margin-top: 20px;
}
.productList ul li a{
	display: block;
	width: 138px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	overflow: hidden;
	border:1px solid #d8d8d8;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #333;
}
.productList ul li a:hover{
	border:1px solid #00895c;
	background-color: #00895c;
	color: #fff;
}
.productList .open{
	position: absolute;
	bottom:-10px;
	right: 70px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	padding-right: 21px;
	display: none;
	background:url("/images/channel/2019/subweb.png") no-repeat 100% -377px;
}
.supplie{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding-left: 26px;
	background:url("/images/channel/2019/subweb.png") no-repeat -564px -137px;
}
.supplie a{
	color: #333;
	margin-right: 10px;
}
.supplie b,.supplie a:hover{
	color: #fd9900;
}
.newProductList {
	width: 860px;
	float: left;
}

.newProductList ul {
	overflow: hidden;
}

.newProductList ul li {
	padding: 20px 20px 0 0;
	float: left;
	width: 266px;
	text-align: center;
}

.newProductList ul li .itemImg {
	width: 266px;
	height: 163px;
	*display: block;
	*font-size: 143px;
	*font-family: Arial;
}

.newProductList ul li span {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

.newProductList ul li p {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
}

.newProductList ul li p a {
	color: #666;
}

.newProductList ul li span a {
	color: #333;
}

.newProductList ul li .btn {
	margin-top: 10px;
}

.newProductList ul li a:hover {
	color: #ff6600;
}

.newProductList ul li .btn a {
	display: inline-block;
	margin: 0 5px;
	height: 28px;
	width: 58px;
	line-height: 28px;
	border: 1px solid #00895c;
	color: #00895c;
	border-radius: 2px;
}

.newProductList ul li .btn a.apply {
	background-color: #00895c;
	width: 66px;
	color: #fff;
}

.newProductList ul li .btn a:hover {
	background-color: #00895c;
	color: #fff;
}
.business0{
	margin-top: 310px;
}
.business{
	width: 310px;
	float: right;
	margin-top: 20px;
}
.businessTitle{
	height: 44px;
	position: relative;
	margin-bottom: 10px;
	background:url("/images/channel/2019/subweb.png") no-repeat -537px -192px;
}
.businessTitle.tender{
	margin-top: 24px;
	margin-bottom: 10px;
	background:url("/images/channel/2019/subweb.png") no-repeat -537px -255px;
}
.businessTitle.interview{
	background:url("/images/channel/2019/subweb.png") no-repeat -537px -314px;
}
.businessTitle h2{
	font-size: 30px;
	color: #333;
	line-height: 44px;
	font-weight: 400;
	text-indent: 57px;
}
.businessTitle h2 a{
	color: #333;
}
.businessTitle .more{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 44px;
	font-size: 14px;
	color: #999;
}
.latest a.more{
	position: absolute;
	right: 0;
	top: -5px;
	line-height: 44px;
	font-size: 14px;
	color: #999;
}

.business-item {
	border: 1px solid #e6e6e6;
	margin-top: 12px;
	padding: 12px;
	box-sizing: border-box;
}
.business-top{
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.business-top a.images{
	display: block;
	height: 0;
	padding-bottom: 56.5%;
	overflow: hidden;
	position: relative;
}
.business-top a.images img{
	max-height: none;
	width: 100%;
}
.business-top a.images i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 54px;
	color: #fff;
}
.business-top p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.business-top p a {
	color: #333;
}
.business-top p a:hover{
	color: #00895c;
}
.business-item ul {
	margin-top: 14px;
}
.business-item li {
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.business-item li a {
	color: #333;
}
.business-item li a:hover {
	color: #00895c;
}



.buy {
	padding-top: 5px;
	padding-bottom: 20px;
}

.buy li {
	height: 22px;
	line-height: 22px;
	margin-top: 16px;
	position: relative;
	padding-left: 50px;
	background: url("/images/Index/2019/main.png") no-repeat -90px -376px;
}

.buy li p {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-family: "Montserrat";
}

.buy li img {
	position: absolute;
	right: 80px;
	top: 2px;
}

.buy li a {
	color: #333;
	display: block;
	height: 22px;
	overflow: hidden;
	font-size: 14px;
}

.buy.tenderList li {
	background-position: -90px -412px;
}

.buy.purchaser li a, .buy.tender li a {
	width: 200px;
}
.business a:hover{
	color: #ff6600;
}

.memberBot {
	overflow: hidden;
	margin-top: 7px;
}

.memberBot li {
	float: left;
	width: 276px;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	font-size: 14px;
	padding-right: 20px;
}

.memberBot li a {
	color: #333;
}
.memberBot li a:hover{
	color: #ff6600;
}
.interviewList{

}
.interviewList li{
	height: 170px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-top: 20px;
}
.interviewList li img{
	width: 100%;
	height: 100%;
	display: block;
}
.interviewList li b{
	position: absolute;
	width: 100%;
	height: 46px;
	left: 0;
	bottom:0;
	z-index: 1;
	background-color: #000000;
	filter: alpha(opacity:40);
	opacity: 0.4;
}
.interviewList li p {
    width: 270px;
    height: 46px;
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 0;
    font-size: 14px;
    line-height: 46px;
    overflow: hidden;
}
.interviewList li p a{
	color: #fff;
}
.interviewList li .play{
	position: absolute;
	z-index: 3;
	width: 32px;
	height: 32px;
	background-color: #6f6f6f;
	border-radius: 50%;
	border:4px solid #fff;
	left: 20px;
	bottom:60px;
}
.interviewList li .play i{
	width: 14px;
	height: 17px;
	display: block;
	margin:8px 0 0 11px;
	background: url("/images/channel/2019/subweb.png") no-repeat 0px -34px;
}
.interviewList li:hover img{
	-ms-transform: scale(1.20);
	transform: scale(1.20);
}
.interviewList li:hover .play{
	width: 62px;
	height: 62px;
	left: 120px;
	bottom: 70px;
}
.interviewList li:hover .play i{
	width: 28px;
	height: 33px;
	margin:15px 0 0 22px;
	background: url("/images/channel/2019/subweb.png") no-repeat 0px -82px;
}
.latest{
	font-size: 24px;
	font-weight: bold;
	position: relative;
}
.latest b{
	position: absolute;
	right: 60px;
	top: 18px;
	width: 1000px;
	height: 1px;
	background-color: #dddddd;
}
.latestProduct{
	width: 1220px;
	overflow: hidden;
}
.latestProduct li{
	padding: 20px 20px 0 0;
	float: left;
	width: 224px;
	text-align: center;
}
.latestProduct li .itemImg {
	width: 266px;
	height: 180px;
	*display: block;
	*font-size: 157px;
	*font-family: Arial;
}
.latestProduct li b{
	display: block;
	font-size: 24px;
	font-family: "Montserrat";
	color: #ff6600;
	padding:10px 0 0 0;
	font-weight: 400;
}
.latestProduct li span{
	display: block;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.latestProduct li span a{
	color: #00895c;
}
.latestProduct li p{
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.latestProduct li p a{
	color: #999999;
}
.latestProduct li a:hover{
	color: #ff6600;
}

.linkTop {
	height: 40px;
	position: relative;
}

.linkTop p {
	position: absolute;
	font-weight: bold;
}

.linkTop p a {
	display: inline-block;
	width: 168px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #333333;
	position: relative;
}

.linkTop a.apply {
	position: absolute;
	right: 0;
	top: 2px;
	height: 34px;
	border: 1px solid #00895c;
	line-height: 34px;
	text-align: center;
	width: 118px;
	color: #00895c;
	font-size: 15px;
	border-radius: 2px;
}

.linkTop a.apply:hover {
	color: #fff;
	background-color: #00895c;
}

.linkTop a.more {
	position: absolute;
	right: 140px;
	top: 0px;
	line-height: 40px;
	color: #999;
	font-size: 15px;
}

.linkTop b {
	position: absolute;
	width: 770px;
	height: 1px;
	background-color: #ddd;
	top: 20px;
	left: 143px;
}

.linkBot {
	margin-top: 10px;
	line-height: 30px;
	margin-left: -10px;
	color: #999;
	word-break: break-all;
}

.linkBot a {
	color: #666;
	margin: 0 10px;
	display: inline-block;
}
.linkBot a:hover{
	color: #ff6600;
}

.police{
	text-align: left;
	color: #888888;
	margin-top: 12px;
	line-height: 20px;
}

.police img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.police a {
	color: #888888;
}
.hot-line {
	width: 240px;
	height: 256px;
	padding-top: 10px;
	float: left;
	margin-left: 46px;
	color: #999;
}
.hot-line i{
	font-size: 66px;

}
.hot-line p{
	font-size: 14px;
	line-height: 28px;
}
.hot-line p a{
	display: inline-block;
	width: 18px;
	height: 21px;
	vertical-align: top;
	margin-top: 3px;
	background: url("https://www.chem17.com/images/Index/2019/main.png") no-repeat 100% -223px;
}
.hot-line span {
	display: block;
	font-size: 13px;
	line-height: 36px;
}
.hot-line > b {
	display: block;
	font-size: 30px;
	color: #fff;
	margin-top: 20px;
}
.qr-code {
	float: right;
	padding-top: 10px;
}
.qr-code li{
	float: left;
	padding: 0 0 0 40px;
}

.qr-code h2 {
	padding-left: 40px;
}
.qr-code ul {
	margin-top: 28px;
}
.qr-code li span {
	display: block;
	width: 144px;
	height: 144px;
	background-color: #fff;
}
.qr-code li span img{
	width: 100%;
	height: 100%;
}
.qr-code li p {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 16px;
}

.gotoTop{
	position: fixed;
	bottom:150px;
	right: 10px;
	display: none;
}
.gotoTop a{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border:2px solid #00895c;
	display: block;
	text-align: center;
}
.gotoTop a i{
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-top: 13px;
	background: url("/images/Index/2019/main.png") no-repeat 0px -495px;
}
.gotoTop a:hover{
	background-color: #00895c;
}
.gotoTop a:hover i{
	background: url("/images/Index/2019/main.png") no-repeat 0px -529px;
}

.innovation{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.1);
	display: none;
}
.innovationMain{
	width: 600px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.innovationTitle{
	height: 50px;
	background-color: #dddddd;
	padding: 0 24px;
	font-size: 16px;
	line-height: 50px;
	color: #000;
	position: relative;
}
.innovationTitle h2 {
    font-size: 16px;
    font-weight: normal;
}
.innovationTitle a.innovationClose{
	position: absolute;
	right: 23px;
	top: 17px;
	width: 16px;
	height: 16px;
	background: url("/images/Index/2019/main.png") no-repeat 0px -253px;
}
.innovationItem{
	padding:24px;
}
.innovationImg{
	text-align: center;
	position: relative;
	height: 90px;
}
.innovationImg p{
	position: absolute;
	width: 125px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 54px;
	z-index: 9;
	left: 213px;
	top: 0;
	background: #fff url("/images/Index/2019/main.png") no-repeat -24px -245px;
}
.innovationImg span{
	width: 326px;
	height: 1px;
	background-color: #ddd;
	overflow: hidden;
	position: absolute;
	z-index: 8;
	bottom:22px;
	left: 113px;
}

.innovationTxt{
	font-size: 14px;
	line-height: 24px;
}
.busiAadv{
	float: right;
	padding-top: 30px;
}
.buy li p i {
    font-style: normal;
    padding: 0 10px;
	color: #ff6600;
	font-family: "microsoft yahei";
}
.businessTitle.interview h2{
	font-size: 22px;
}
.copyright a{
	color: #888;
}


/* 20220419 */
.w{
	width: 1200px!important;
	margin: 0 auto;
}
.update {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.update a {
	width: 10%;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #666;
	background: #e8e7e7;
	border-radius: 3px;
}

.update a:hover {
    background: #00895c;
	color: #fff;
}

/* 新的底部样式 */
#footer {
	width: 100%;
	/* min-width: 1200px; */
	margin: 15px auto 0;
	border-top: 1px solid #e8e8e8;
	background: #333333;
	padding: 12px 0;
}
#footer .w{
	 width: 1200px;
  }
.foot {
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #999;
  margin: 0 auto;
}
.foot a {
	color: #999;
}
.foot a:hover {
	color: #00895c;
}
.footer-content {
	text-align: left;

	border-bottom: 1px solid #424241;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.guide{

	width: 350px;
	float: left;
}
.guide span{
	font-size: 18px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.guide p{
	float: left;
	margin-right: 20px;
}
.guide p a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.guide.last {
	width: auto;
	overflow: hidden;
	float: none;
}
.zyAPP {
	width: 90px;
	text-align: center;
	margin: 3px 4px;
	display: inline-block;
	vertical-align: top;
}
.zyAPP:first-of-type {
    margin-left: 0;
}
.zyAPP b{
	font-size: 14px;
	line-height: 30px;
	color: #999;
	font-weight: normal;
}
.WechatTop{
	font-size: 14px;
    line-height: 30px;
    color: #999;
}
.guide {
	width: 360px;
	position: relative;
}
.guide p {
	width: 160px;
}
.foot span {
	font-size: 16px;
	color: #fff;
	display: block;
	margin: 0 0 15px;
}
.foot i {
	font-style: normal;
	color: #00895c;
}
.foot ul {
	display: inline-block;
	margin-top: 10px;
}
.foot li {
	float: left;
  margin-right: 20px;
}
.foot li em{
  font-style: normal;

}
.foot li b{
  font-weight: normal;
 margin-bottom: 7px;
 display: block;
}
.foot li a {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	/* background: #cecece url(../../../images/index/QQ.png) no-repeat center; */
	margin-left: 8px;
	margin-right: 4px;
	vertical-align: top;
}
.bottom {
	padding-top: 20px;
	text-align: center;
	background-color: #333;
}
.bottom p a {
	margin-right: 12px;
}
.bottom span {
	margin-top: 15px;
	display: inline-block;
}
.bottom span img {
	margin-right: 5px;
}
.bottom span a {
	font-size: 12px;
	color: #999;
}
#footer img{
	max-width: 100%;
	max-height: 100%;
}

.rightBar {
	position: fixed;
	left: calc((100% - 1585px)/2);
	top: 272px;
	z-index: 99998;
	background-color: #fff;
	line-height: 24px;
}
.rightBar a {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #e9e8ed;
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 5px 15px;
	box-sizing: border-box;
	margin-bottom: 1px;
	position: relative;
}
.rightBar a.focus {
	background-color: #00875c;
	color: #fff;
}
.rightBar a.focus::after {
	content: "";
	clear: both;
	position: absolute;
	width: 14px;
	height: 20px;
	background: url(../../../images/index/focus.png) no-repeat;
	left: -25px;
	top: 20px;
}
.rightBar a:last-child.focus {
	background-color: #e9e8ed;
	color: #333;
}
.rightBar a:last-child.focus::after {
	display: none;
}
.leftAdv{
	position: fixed;
	top: 252px;
	display: block;
	left: 0px;
	z-index: 99999;
}
.leftAdv li,#rightAdv li{
	position: relative;
}
.advs{
	position: relative;
	display: block;
}
.advs i{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.advs img{
	display: block;
}
.rightAdv{
	position: fixed;
	top: 160px;
	display: block;
	right: 0px;
	text-align: right;
	z-index: 9997;
}
.closeLeftAdv i{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../../Images/guanbi.png) no-repeat;
	background-size: 100% 100%;
}
.newProductList .xun {
	height: 34px;
	line-height: 34px;
	margin-top: 8px;
}
.newProductList .xun .more {
	display: inline-block;
	margin: 0 5px;
	height: 28px;
	width: 58px;
	line-height: 28px;
	border: 1px solid #00895c;
	color: #fff;
	border-radius: 2px;
	background-color: #00895c;
}
.newProductList .xun .more:hover{
	background-color: #fff;
	color: #00895c;
}
.brand{
	background-color: #fff;
	margin: 15px auto 0;
	width: 1180px;
	font-family: "Microsoft Yahei";
}
.public-tab {
	position: relative;
	text-align: center;
	font-size: 0;
}
.public-tab p a {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	color: #999999;
	text-align: center;
	font-weight: bold;
	padding: 0 30px 25px;
	position: relative;
	line-height: 28px;
}
.public-tab p a span {
	content: '';
	position: absolute;
	width: 0;
	height: 4px;
	left: 26px;
	bottom: 0;
	background: url(../../../../Images/index-child/Version/2021/tab_bottom.png) no-repeat;
}
.public-tab p a::after {
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	height: 20px;
	width: 1px;
	background-color: #e1e1e1;
}
.public-tab p a:last-of-type::after {
	width: 0;
}
.public-tab p a.focus {
	color: #333;
	font-size: 28px;
}
.public-tab p a.focus span {
	width: 120px;
}
.public-tab p a.focus b {
	color: #458826;
}
.public-tab p a:nth-child(2){
	border:none;
}
.public-tab p a:first-of-type {
	padding-left: 4px;
}
.public-tab p a:first-of-type span  {
	left: 0;
}
.public-tab p a:last-child {
	padding-right: 0;
}
.brands-tab p {
	display: inline-block;
}
.brands-tab img {
	vertical-align: top;
	margin-top: 15px;
	width: 50px;
}
.brands-tab p a {
	font-size: 28px;
	padding: 20px 19px !important;
}
.brands-tab p a span {
	left: 26px !important;
}
.news-tab {
	text-align: left;
}
.brands-bot {
	margin-top: 5px;
	overflow: hidden;
	display: block;
}
.brands-bot ul {
	width: calc(100% + 7px);
	padding-left: 1px;
	padding-bottom: 1px;
}
.brands-bot li {
	float: left;
	width: 16.65%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	height: 110px;
	margin: 0px 0px -1px -1px;
}
.brands-bot li .item {
	position: relative;
	width: 100%;
	height: 100%;
}
.brands-bot li .item p {
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #458826;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	font-size: 14px;
}
.brands-bot li .item img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.brands-bot li .item a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	border: 2px solid #458826;
}
.brands-bot li:hover a {
	box-sizing: border-box;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.brands-bot li:hover p {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
