.topAdv{
	width: 1180px;
	margin: 20px auto 0;
}

.top{
	width: 1180px;
	margin: 28px auto;
}
.logo{
	float: left;
}
.top h1{
	width: 111px;
	font-size: 20px;
    line-height: 30px;
    color: #333;
    height: 30px;
    padding-left: 15px;
    border-left: 1px solid #dddddd;
    margin-left: 15px;
    margin-top: 5px;
    float: left;
	padding-bottom: 15px;
	background: url(../../images/news/H1.png) 15px 30px no-repeat;
	text-align: center;
}

.search{ 
	width: 475px;
	height: 40px;
	float: left;
	margin-left: 70px;
	border: 2px solid #92af00;
	border-right:none;
	margin-top: 8px;
}
.searchSelect{
	width: 72px;
	height: 24px;
	float: left;
	border-right:1px solid #ddd;
	position: relative;
	z-index: 99999;
	margin: 8px 0;
	border-radius: 2px 0 0 2px;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-indent: 10px;
}
.searchSelectTop i{
	display: block;
	position: absolute;
	width: 9px;
	height: 5px;
	top: 10px;
	left: 50px;
	background:url(../../images/news/news.png) no-repeat 0 -63px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot{
	position: absolute;
	width: 71px;
	border:2px solid #92AF00;
	left: -2px;
	top: 34px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 12px;
	line-height: 24px;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background: #92AF00;
	color: #fff;
}
.search input{
	width: 324px;
	height: 40px;
	float: left;
	text-indent: 15px;
	font-size: 14px;
	line-height: 40px;
	color: #999;
	border:none;
	font-family: "microsoft yahei";
}
.search button{
	width: 76px;
	height: 40px;
	border:none;
	background:url(../../images/news/news.png) no-repeat 27px -75px #92AF00;
	cursor: pointer;
	outline: none;
	float: right;
}
.rightAdv{ 
	width: 200px;
	float: right;
}
.rightAdv a img{ 
	width:200px; 
	height:53px;
}
#nav{
	width: 100%;
	min-width: 1180px;
	background: #92af00;
}
.nav{
	height: 50px;
	width: 1180px;
	margin: 5px auto 0;
}
.nav ul li{
	float: left;
}
.nav ul li a{
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	padding: 13px 23px 12px;
	font-weight: bold;	
}
.nav ul li a:hover{
	color: #fff;
}
.select{
	padding: 13px 45px;
	background: #aacd06;
}
.nav ul li a:hover{
	background: #aacd06;
}

.assembly{
	margin-top: 30px;
}
.assemblyTop{
	height: 36px;
	background: #92af00;
	position: relative;
}
.assemblyTop h3{
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	padding-left: 10px;
	font-weight: normal;
}
.assemblyTop a.more{
	font-size: 14px;
	line-height: 36px;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 10px;
}
.assemblyBot{
	height: 113px;
    padding: 13px 10px;
    border: 1px solid #ddd;
    border-top: none;
}
.assemblyBot dl{
	height: 113px;
	overflow: hidden;
}
.assemblyBot dl dt{
	width: 90px;
	float: left;
}
.assemblyBot dl dd{
	width: 150px;
	float: right;
}
.assemblyBot dl dd p{
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	margin-top: 18px;
}
.assemblyBot dl dd p a{
	color: #333;
}
.assemblyBtns{
	margin-top: 15px;
}
.assemblyBtns a{
	display: inline-block;
	width: 72px;
	height: 28px;
	border: 1px solid #92af00;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	background: #92AF00;
}
.assemblyBtns a.enter{
	background: #fff;
	color: #92AF00;
}



.footer {
	background-color:#242a37;
	padding:40px 0;
    
   }
   .footer .foot {
	margin:0 auto;
	overflow:hidden;
	width: 1180px;
   }
   .footer .foot h2 {
	color:#999;
	font-size:18px;
	height:30px;
	font-weight:bold
   }
   .footer .foot h2 b {
	border-bottom:3px solid #5A7648;
	height:30px;
	display:inline-block
   }
   .footer .foot .foot-nav {
	width:460px;
	float:left
   }
   .footer .foot .foot-nav p {
	font-size:14px;
	color:#999;
	line-height:30px
   }
   .footer .foot .foot-nav p a {
	color:#999
   }
   .footer .foot .foot-nav p a:hover {
	color:#f90
   }
   .footer .foot .foot-nav p a img {
	margin-left:8px
   }
   .footer .foot .foot-nav .foot-img {
	overflow:hidden;
	width:calc(100% + 20px);
	background:url("https://webinar.zyzhan.com/images/copyright.png") no-repeat 0 0;
	background-size:auto 100%;
	margin-top:12px
   }
   .footer .foot .foot-nav .foot-img li {
	width:84px;
	height:33px;
	float:left;
	margin-right:9px;
	width: 33px;
   }
   .footer .foot .foot-nav .foot-img li a {
	display:block;
	height:33px;
	color:#333;
	border-radius:3px;
	overflow:hidden
   }
   .footer .foot .foot-txt {
	overflow:hidden;
	padding:15px 0 0 0
   }
   .footer .foot .foot-txt li {
	width:14%;
	float:left;
	font-size:14px;
	line-height:30px;
	height:30px;
	overflow:hidden
   }
   .footer .foot .foot-txt li a {
	color:#999
   }
   .footer .foot .foot-txt li a:hover {
	color:#5a7648
   }
   .footer .foot .hot-line {
	width:360px;
	height:260px;
	padding-top:10px;
	float:left;
	margin-left:35px;
	color:#999
   }
   .footer .foot .hot-line>b {
	display:block;
	font-size:30px;
	color:#fff;
	margin-top:20px
   }
   .footer .foot .hot-line span {
	display:block;
	font-size:14px;
	line-height:36px
   }
   .footer .foot .hot-line p {
	font-size:14px;
	line-height:28px;
	color: #999;
   }
   .footer .foot .hot-line p em{
    font-style: normal;
    font-size: 14px;
   line-height: 28px;
   width: 155px;
 display: inline-block;
 margin-right: 5px;
   }
   .footer .foot .hot-line p span{
   font-size: 14px;
   line-height: 28px;
    display: inline-block;
   }
   
   .footer .foot .hot-line p a {
	display:inline-block;
	width:18px;
	height:21px;
	vertical-align:top;
	margin-top:3px;
	background:url("http://www.chem17.com/images/Index/2019/main.png") no-repeat 100% -223px
   }
   .footer .foot .qr-code {
	float:right;
	padding-top:10px
   }
   .footer .foot .qr-code ul {
	margin-top:28px
   }
   .footer .foot .qr-code ul li {
	float:left;
	padding:0 0 0 20px
   }
   .footer .foot .qr-code ul li:first-of-type {
	padding-left:0
   }
   .footer .foot .qr-code ul li span {
	display:block;
	width: 100px;
	height:110px;
	background-color:#fff;
	border:8px solid #fff
   }
   .footer .foot .qr-code ul li span img {
	width:100%;
	height:100%
   }
   .footer .foot .qr-code ul li p {
	text-align:center;
	font-size:14px;
	color:#999;
	margin-top:16px
   }
   .copyright {
	color:#999;
	padding:15px 0;
	text-align:center;
	background-color:#1b1f29;
	font-size:14px
   }
   .copyright a {
	color:#999
   }
   .copyright a:hover {
	color:#ff6600
   }


.backHome {
	width: 58px;
	position: relative;
}
.backHome a.index,
.backHome a.guest,
.backHome a.price,
.backHome a.rightWx,
.backHome a.back,
.backHome .qq {
	width: 58px;
	height: 21px;
	display: block;
	float: left;
	text-align: center;
	font: normal 11px "Microsoft Yahei", "simhei";
	color: #fff!important;
	padding: 37px 0px 0 0px;
	margin: 2px 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(../../images/brands/brand2019/rightBarBg.png) no-repeat 0 0 #92af00;
	text-decoration: none;
	cursor: pointer;
}

.backHome a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.backHome .index {
	background: url(../../images/brands/brand2019/rightBarBg.png) no-repeat 0 -4px #92af00;
}
.backHome .cooperation {
	background: url(../../images/brands/brand2019/rightBarBg.png) no-repeat 0 -57px #92af00;
}

.backHome a.price {
	background: url(../../images/brands/brand2019/rightBarBg.png) no-repeat 0px -57px #92af00;
}

.backHome a.rightWx {
	background: url(../../images/brands/brand2019/rightBarBg.png) no-repeat 3px -228px #92af00;
}
.backHome a.guest{
	background: url(../../images/brands/brand2019/rightBarBg.png) no-repeat 2px -115px #92af00;
}
.backHome a.back{
	background: url(../../images/brands/brand2019/rightBarBg.png) no-repeat 2px 0px #92af00;
}
.backHome img {
	position: absolute;
	right: 60px;
	top: 45px;
	max-width: 100px;
	max-height: 100px;
	display: none;
}
.toTop {
	width: 58px;
	height: 58px;
	position: fixed;
	_position: absolute;
	top: 389px;
	_top: expression(eval(document.documentElement.scrollTop+527));
	display: none;
	font: normal 11px "Microsoft Yahei", "simhei";
}

.toTop a,
.toTop a:hover {
	display: block;
	width: 58px;
	height: 19px;
	padding: 35px 0px 0 0px;
	background: url(../../images/brands/brand2019/rightBarBg.png) no-repeat 2px -170px #92af00;
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: #fff!important;
	text-decoration: none;
	text-align: center;
}

.toTop a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#goTop {
	position: fixed;
	_position: absolute;
	top: 201px;
	display: block;
	right: 10px;
	z-index: 99999;
}
*html,
* html body {
	background-attachment: fixed;
}

*html #goTop {
	position: absolute;
	right: expression(eval(document.documentElement.scrollLeft+10));
	top: expression(eval(document.documentElement.scrollTop+145));
}

.position{
	width: 1180px;
	margin: 0 auto;
	height: 20px;
	padding: 20px 0;
	background: url("/images/brands/posit.png") no-repeat 0 21px;
}
.position p{
	font-size: 14px;
	line-height: 20px;
	padding-left: 18px;
}
.position p a{
	color: #333;
	margin: 0 5px;
}
.position p a:hover{
	color: #92AF00;
}
.position i{
	font-size: 20px;
	line-height: 20px;
	color: #92af00;
	vertical-align: middle;
	margin-right: 5px;
}
.top h1 {
	background: none;
	font-size: 24px;
	margin-top: 20px;
    padding-bottom: 5px;
}
.main{
	background-color: #f1f1f1;
}
.main .content{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.main .mainLeft{
	float: left;
	width: 880px;
}
.main .mainRight{
	float: right;
	width: 280px;
	background-color: white;
}
.mainLeft .info{
	background-color: white;
	margin-bottom: 20px;
}
.mainLeft .info h2{
	color: #9bb526;
	font-size: 18px;
	border-bottom: 1px solid #dddddd;
	height: 42px;
}
.mainLeft .info h2 b{
	display: inline-block;
	width: 112px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	border-bottom: 2px solid #9bb526;
	font-weight: normal;
}
.mainLeft .info .cont{
	padding: 20px;
	position: relative;
}
.mainLeft .info .cont .proImg{
	width: 160px;
	height: 110px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.mainLeft .info .cont .proImg img{
	width: 160px;
}
.mainLeft .info .cont img{
	
}
.mainLeft .info .cont .conR {
    position: absolute;
    top: 20px;
    left: 200px;
}
.mainLeft .info dt{
	display: inline-block;
	color: #666;
	font-size: 16px;
	padding-bottom: 10px;
}
.mainLeft .info dd{
	display: inline-block;
	font-size: 16px;
	padding-right: 150px;
	padding-bottom: 10px;
}
.mainLeft .info a.pro,.compa,.consult{
	width: 170px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	background-color: #ff6600;
	text-align: center;
	color: white;
	font-size: 14px;
	margin-top: 10px;
}
.mainLeft .info a.consult{
	background-color: #61bb42;
}
.mainLeft .intro{
	background-color: white;
	margin-bottom: 20px;
}
.mainLeft .intro h2{
	width: 880px;
	font-size: 18px;
	border-bottom: 1px solid #dddddd;
	height: 42px;
	vertical-align: middle;
	display: table-cell;
}
.mainLeft .intro h2 b{
	width: 112px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-left: 5px solid #9bb526;
	font-weight: normal;
	padding-left: 15px;
}
.mainLeft .intro  p{
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
}
.mainLeft .company{
	background-color: white;
	margin-bottom: 20px;
}
.mainLeft .company h2{
	width: 880px;
	font-size: 18px;
	border-bottom: 1px solid #dddddd;
	height: 42px;
	vertical-align: middle;
	display: table-cell;
}
.mainLeft .company h2 b{
	width: 112px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-left: 5px solid #9bb526;
	font-weight: normal;
	padding-left: 15px;
}
.mainLeft .company  p{
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
}
.mainLeft .show{
	background-color: white;
}
.mainLeft .show h2{
	width: 880px;
	font-size: 18px;
	border-bottom: 1px solid #dddddd;
	height: 42px;
	vertical-align: middle;
	display: table-cell;
}
.mainLeft .show h2 b{
	width: 112px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-left: 5px solid #9bb526;
	font-weight: normal;
	padding-left: 15px;
}
.mainLeft .show ul{
	overflow: hidden;
	padding: 20px 33px 10px;
}
.mainLeft .show ul li{
	float: left;
}
.mainLeft .show ul li img{
	width: 150px;
	height: 140px;
	margin: 5px 0;
}
.mainLeft .show ul li p{
	width: 150px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
}
.mainLeft .show ul b{
	width: 1px;
    display: block;
    height: 55px;
    background-color: #dddddd;
    margin: 0 35px;
	float: left;
	margin-top: 43px;
}
.mainLeft .message{
	background-color: white;
	padding-bottom: 10px;
	position: relative;
}
.mainLeft .message h2{
	width: 880px;
	font-size: 18px;
	border-bottom: 1px solid #dddddd;
	height: 42px;
	vertical-align: middle;
	display: table-cell;
	background-color: #f1f1f1;
}
.mainLeft .message h2 b{
	width: 112px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-left: 5px solid #9bb526;
	font-weight: normal;
	padding-left: 15px;
}
.mainLeft .message dl{
	overflow: hidden;
	margin:  34px 34px 30px;
	border: 1px solid #ddd;
	border-bottom: none;
	font-size: 14px;
}
.mainLeft .message dl dt{
	float: left;
	width: 209px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #f5f5f5;
	text-align: center;
}
.mainLeft .message dl dt em{
	color: red;
	padding: 0 10px;
}
.mainLeft .message dl dd {
	border-bottom: 1px solid #ddd;
	float: left;
}
.mainLeft .message dl dd input{
	height: 42px;
	line-height: 42px;
	border: none;
	width: 570px;
	padding: 0 10px 0 20px;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #333;
}
.mainLeft .message .btn{
	text-align: center;
	margin-bottom: 20px;
}
.mainLeft .message button{
	width: 150px;
	height: 40px;
	border: none;
	background-color: #ff6600;
	font-size: 16px;
	color: white;
	font-family: "microsoft yahei";
}
.mainRight .classify{
	background-color: white;
	margin-bottom: 10px;
	padding: 13px 20px;
}
.mainRight .classify .title{
	position: relative;
	border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
}
.mainRight .classify .title h2{
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	border-left: 5px solid #92af00;
	padding-left: 10px;
	font-weight: normal;
}
.mainRight .classify .title h2 b{
	color: #92af00;
	font-weight: normal;
}
.mainRight .classify .title a{
	position: absolute;
	top: 0;
	right: 0;
	color: #a1a1a1;
	display: block;
	height: 16px;
	line-height: 16px;
}
.mainRight .sch {
    height: 40px;
    border-right: none;
    margin: 10px 0;
}
.mainRight .sch input {
    width: 162px;
    height: 38px;
    float: left;
    text-indent: 15px;
    font-size: 14px;
    line-height: 40px;
    color: #999;
	font-family: "microsoft yahei";
	border: 1px solid #ddd;
}
.mainRight .sch button {
    width: 76px;
    height: 40px;
    border: none;
    background: url(http://www.zyzhan.com/images/news/news.png) no-repeat 27px -75px #92AF00;
    cursor: pointer;
    outline: none;
    float: right;
}
.mainRight .classify p{
	width: 260px;
	margin-left: -10px;
}
.mainRight .classify p a {
    display: inline-block;
    width: 110px;
    background-color: #eeeeee;
    height: 35px;
    text-align: center;
	line-height: 35px;
	margin: 5px 10px;
	color: #999999;
}
.mainRight .classify p a.focus{
	color: white;
	background-color: #92af00;
}
.mainRight .classify p a:hover{
	color: white;
	background-color: #92af00;
}
.mainRight .latest{
	background-color: white;
	margin-bottom: 10px;
	padding: 13px 20px;
}
.mainRight .latest .title{
	position: relative;
	border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
}
.mainRight .latest .title h2{
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	border-left: 5px solid #92af00;
	padding-left: 10px;
	font-weight: normal;
}
.mainRight .latest .title h2 b{
	color: #92af00;
	font-weight: normal;
}
.mainRight .latest .title a{
	position: absolute;
	top: 0;
	right: 0;
	color: #a1a1a1;
	display: block;
	height: 16px;
	line-height: 16px;
}
.mainRight .latest ul{
	width: 280px;
	overflow: hidden;
}
.mainRight .latest ul li{
	float: left;
	border: 1px solid #ddd;
    margin: 10px 20px 0 0;
}
.mainRight .latest .newPro{
	width: 110px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.mainRight .latest .newPro img{
	max-width: 110px;
	max-height: 80px;
}
.mainRight .trends{
	background-color: white;
	padding: 13px 20px;
}
.mainRight .trends .title{
	position: relative;
	border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
}
.mainRight .trends .title h2{
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	border-left: 5px solid #92af00;
	padding-left: 10px;
	font-weight: normal;
}
.mainRight .trends .title h2 b{
	color: #92af00;
	font-weight: normal;
}
.mainRight .trends .title a{
	position: absolute;
	top: 0;
	right: 0;
	color: #a1a1a1;
	display: block;
	height: 16px;
	line-height: 16px;
}
.mainRight .trends ul li{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
.mainRight .trends ul li:hover a{
	color: #92af00;
}
.mainRight .trends ul li b{
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #92af00;
	border-radius: 2px;
}
.mainRight .trends ul li a{
	color: #666;
	padding-left: 15px;
}
/* .foot{ width:1180px; margin:0 auto; text-align:center; color:#686161; padding-bottom:30px;}
.foot span{ width:1178px; height:43px; float:left; line-height:43px; background-color:#92af00; color:#fff;font-family: "\5b8b\4f53";font}
.foot span a{ padding:0 6px; color:#fff;}
.foot span a:hover{ color:#f60; text-decoration:underline;}
.foot p.web{ width:1180px; float:left; padding:15px 0; color:#686161; font-size:14px;}
.foot p.web a{ color:#00ab00;}
.foot p.web a:hover{ color:#f60; text-decoration:underline;}
.foot p{ font:normal 12px/26px "Tahoma", "\5b8b\4f53";}
.foot strong{ padding:0 25px 0 0;}
.foot b{ padding:0 1px;}
.foot b img{ vertical-align:middle;} */
.leftApp{
	position: fixed;
	left: 20px;
	bottom: 150px;
}
.message .check{
	width: 80px;
	height: 22px;
	position: absolute;
	bottom: 110px;
	right: 100px;
}