﻿.main{
    width: 1200px;
    margin: 0 auto;
}
/* header */
#header {
	width: 100%;
	height: 35px;
	background: #f5f5f5;
	margin: 0 auto;
}	
.header {
	width: 1200px;
	margin: 0 auto;
	height: 35px;
}	
.header ul {
	color: #666;
}			
.header ul li {
	float: left;
	line-height: 35px;
	margin-right: 25px;
}		
.header ul li a {
	color: #666;
}	
.header ul li a:hover {
	color: #ff6600;
}	
.header p a:hover {
	color: #ff6600;
}	
.header p {
	line-height: 35px;
	color: #666;
	float: right;
	margin-right: 64px;
}	
.header p a {
	color: #666;
	margin: 0 5px;
	display: inline-block;
}
/* mobilewx */
.mobilewx {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 99999;
}

.mobileTop {
	position: absolute;
	padding: 0 0 0 28px;
	top: -40px;
	right: 0px;
	cursor: pointer;
	line-height: 38px;
	background: url(../images/noticeList/version/2021/iconPhone.png) 9px 10px no-repeat;
}
.mobileTop a{
	color: #5b7749;
}

.mobileBot {
	position: absolute;
	right: 0px;
	top: -1px;
	display: none;
	border: 1px solid #d1d1d1;
}
.mobileBot img{
	width: 90px;
}
/* top */
.top{
	height: 122px;
	box-shadow: 0 4px 5px -3px #eee;  
}
.top .logo{
	float: left;
	height: 70px;
	margin-top: 22px;
}
.top .logo a{
	float: left;
    position: relative;
    height: 70px;
    width: 250px;
}
.top .logo a img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 225px;
}
.top .logo a i{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 28px;
	width: 1px;
	background-color: #e5e5e5;
}
.top .logo span{
	display: inline-block;
	margin:13px 0 0 30px;
}
.top .search{
	float: right;
	height: 44px;
	margin-top: 35px;
}
.top .search input{
	float: left;
	height: 40px;
	line-height: 40px;
	width: 440px;
	border:2px solid #5b7749;
	border-right: 0;
	text-indent: 16px;
	font-size: 12px;
	color: #999;
}
.top .search button{
	height: 44px;
	line-height: 44px;
	width: 100px;
	background-color: #5b7749;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border: 0;

}
/* container */
.container{
	padding: 30px 0 40px;
	background-color: #eee;
}
.container table{
	width: 100%;
	position: relative;
}
.container table .tableTop{
	background-color: #a8bee3!important;
	box-shadow: none !important;
}
.container table .tableTop th{
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.container table{
	height: 50px;
}
.container table tr{
	position: relative;
}
.container table tr:nth-child(2n){
	background-color: #fff;
}
.container table tr:nth-child(2n+1){
	background-color: #f5f9fe;
}
.container table tr:hover{
	background-color: #f5f9fe;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.container table td{
	padding: 13px 10px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: 0;
}
.container table td span{
	/* display: block; */
	/* height: 50px; */
	overflow: hidden;
}
.container table td a{
	/* display: block; */
	/* height: 50px; */
	overflow: hidden;
	color: #4280e7;
}
.container table td a:hover{
	color: #f60;
}
.container table td i{
	font-style: normal;
	color: #f00000;
}
.container table td em{
	font-style: normal;
	color: #999;
}
/* page */
.pages {
	margin-top: 30px;
	text-align: center;
}

.pages a {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	background-color: #fafafa;
}
.pages a.on,.pages a:hover {
	background-color: #5b7749;
	color: #fff;
	border-color: #5b7749;
}
.pages a.prev {
	background: #fafafa url(https://www.chem17.com/images/product/version/2021/page.png) 14px center no-repeat;
}
.pages a.lt {
	background: #fafafa url(https://www.chem17.com/images/product/version/2021/page.png) -285px center no-repeat;
}
.pages a.ft {
	background: #fafafa url(https://www.chem17.com/images/product/version/2021/back_2.png) center no-repeat;
}
.pages a.next {
	background: #fafafa url(https://www.chem17.com/images/product/version/2021/next_1.png) center no-repeat;
}
.pages .jump {
	font-size: 14px;
	line-height: 40px;
	margin-left: 6px;
}
.pages .jump input {
	width: 45px;
	height: 40px;
	box-sizing: border-box;
	border: 0;
	border: 1px solid #ddd;
	vertical-align: top;
	margin: 0 10px;
	text-align: center;
}
.pages .jump button {
	width: 55px;
	height: 40px;
	border: 0;
	background-color: #5b7749;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
}
/* footer */
.update{
	width: 1180px;
	margin: 10px auto 0;
	text-align: center;
}
.update p{
	width: 1178px;
	height: 37px;
	float: left;
	border: 1px solid #dedede;
	border-bottom: 0;
	font-size: 14px;
	line-height: 37px;
	color: #4f4f4f;
	text-indent: 16px;
	font-family: "\5b8b\4f53";
}
.update p b{
	font-weight: normal;
	color: #5b7648;
}
.update p a{
	color: #333333;
	margin: 0px 6px 0 8px;
}
.update p a:hover{
	color: #ff6600;
	text-decoration: underline;
}
.divbot{
	width: 1180px;
	height: 4px;
	float: left;
	overflow: hidden;
	background: url(../../images/index/index2019/divbot.jpg) repeat;
}
.footer {
	background-color:#242a37;
	padding:40px 0;
	margin-top: 20px;
  
   }
   .footer .foot {
	margin:0 auto;
	overflow:hidden;
	width: 1400px;
   }
   .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:550px;
	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
   }
   .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:365px;
	height:260px;
	padding-top:10px;
	float:left;
	margin-left:60px;
	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:13px;
	line-height:36px
   }
   .footer .foot .hot-line p {
	font-size:14px;
	line-height:28px
   }
   .footer .foot .hot-line p em{
    font-style: normal;
    font-size: 14px;
   line-height: 28px;
   width: 160px;
 display: inline-block;
   }
   .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 40px
   }
   .footer .foot .qr-code ul li:first-of-type {
	padding-left:0
   }
   .footer .foot .qr-code ul li span {
	display:block;
	width:114px;
	height:114px;
	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
   }

/* .container div */
.container .tableShows h2{
	line-height: 60px;
	background-color: #8e9589;
}
.container .tableShows h2 span{
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color:#fff;
}
.container .tableShows h2 span:nth-child(1),.container .textShows p span:nth-child(1){
	width: 23%;
}
.container .tableShows h2 span:nth-child(2),.container .textShows p span:nth-child(2){
	width: 29%;
}
.container .tableShows h2 span:nth-child(3),.container .tableShows h2 span:nth-child(4),.container .textShows p span:nth-child(3),.container .textShows p span:nth-child(4){
	width: 15%;
}
.container .tableShows h2 span:nth-child(5),.container .textShows p span:nth-child(5){
	width: 18%;
}
.container .textShows{
	position: relative;
}
.container .textShows p{
	padding: 13px 0;
	position: relative;
	overflow: hidden;
}
.container .textShows p:hover{
	background-color: #f5f9fe;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.container .textShows p span{
	float: left;
	padding: 0 10px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
}
.container .textShows p:nth-child(2n+1){
	background-color: #fff;
}
.container .textShows p:nth-child(2n){
	background-color: #f5f9fe;
}
.container .textShows p span a{
	color: #5b7749;
}
.container .textShows p span i{
	font-style: normal;
	color: #f00000;
	cursor: pointer;
	position: relative;
}
.container .textShows p span em{
	font-style: normal;
	color: #999;
}
.promptInfoBg {
	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 1001;
	display: none;
}
.promptInfo{
	position: fixed;
	top: 250px;
	left: 50%;
	margin-left: -290px!important;
	width: 580px;
	height: auto;
	z-index: 1002;
	border-radius: 4px;
	overflow: hidden;
	display: none;
}
.promptInfo_title {
	height: 50px;
	position: relative;
	background-color: #5b7749;
	padding: 0 20px;
}
.promptInfo_title h4 {
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}
.promptInfo_title .close {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}
.promptInfo_text{
	padding: 25px 30px 40px;
	background-color: #fff;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}