.cwztop {
	height: 65px;
	width: 100%;
	min-width: 1600px;
	z-index: 99;
	position: fixed;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(163,192,231,0.3);
	background:rgba(0,0,0,0.3);
}
.cwztop_b {
	line-height: 65px;
	height: 65px;
}
.cwztopl {
	/*width: 416px;*/
	width: 100%;
	padding: 8px;
}
.cwztopc {
	/*width: 870px;*/
	width: 100%;
	height: 100%;
}
.cwztopr {
	/*width: 142px;*/
	width: 100%;
	position: relative;
	float: left;
	padding-left: 8px;
}
.cwztopr a img {
	padding-right: 3px;
	padding-left: 3px;
}
.cwztopc ul li {
	line-height: 65px;
	float: left;
	height: 65px;
	width: 100px;
	font-size: 14px;
	position: relative;
	text-align: center;
	font-weight: bold;
}
.cwztopc ul li a {
	color: #373737;
	display: block;
	height: 65px;
	text-decoration: none;
}
.cwztopc ul li a:hover {
	color: #FFFFFF;
	background-color: #5FA069;
	transition: all 0.5s;
}
.cwztopc ul .menuhover {
	color: #FFFFFF;
	height: 65px;
	background-color: #5FA069;
}
.cwztopc ul .menuhover a {
	color: #FFFFFF;
}
.cwztopc ul .menuhover a:active {
	background-color: #FFFFFF;
}
.cwztopc .menu_line {
	width: 1px;
	font-weight: normal;
	color: #238814;
	vertical-align: middle;
}
#menu li ul {
	list-style-type: none;
	text-align: left;
	left: -9999em;
	width: 100px;
	position: absolute;
	top: 65px;
	font-weight: normal;
	display: block;
	clear: both;
	z-index: 9999999;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
}
#menu li ul li {
	display: block;
	clear: left;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
	height: 40px;
	background-image: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAF2EB;
	width: 90px;
}
#menu li ul a {
	display: block;
	width: 90px;
	text-align: center;
	padding-left: 0px;
	font-weight: normal;
	font-size: 14px;
}
#menu li ul a:link {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
#menu li ul a:visited {
	color: #666666;
	text-decoration: none;
}
#menu li ul a:hover {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	display: block;
	background-color: #EFF5F0;
	border-bottom-style: none;
	line-height: 40px;
	height: 40px;
	transition: all 0s;
}
#menu li:hover ul {
	left: 0px;
}
#menu li.sfhover ul {
	left: 0px;
}
.noimg {
	display: none;
}
.cwzbot01 {
	height: 68px;
	width: 94%;
	position: absolute;
	left: 3%;
	bottom: 90px;
}
.cwzbot01_w {
	background: rgba(30,30,30,0.7);
	height: 68px;
	width: 960px;
	border: 1px solid #000;
	border-radius:8px;
	margin: 0px auto;
}
.cwzbot01_a {
	float: left;
	height: 68px;
	width: 33.2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F8F8FC;
}
.cwzbot01_b {
	float: left;
	height: 68px;
	width: 33.3%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F8F8FC;
}
.cwzbot01_c {
	float: left;
	height: 68px;
	width: 33.2%;
}
.cwzbot_tab01 tr td {
	margin: 0px;
	padding: 0px;
}

.cwzbot_tab01img {
	height: 55px;
	width: 70px;
	padding-top: 5px;
	padding-left: 22px;
	padding-right: 22px;
}

.cwzbot_tab01bt01 {
	font-size: 26px;
	height: 32px;
	line-height: 32px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
}
.cwzbot_tab01bt02 {
	font-size: 15px;
	height:20px;
	line-height: 16px;
	font-weight: normal;
	color: #FCA316;
	margin: 0px;
	padding: 0px;
}
.cwzbot01 a {
	text-decoration: none;
}
.cwzbot01_a:hover,.cwzbot01_b:hover,.cwzbot01_c:hover {
	background:rgba(160,160,160,0.3);
}
.cwzbot02 {
	height: 36px;
	width: 100%;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	color: #FFF;
}
.cwzbot02_w {
	height: 36px;
	width: 1200px;
	margin:0 auto;
	line-height: 36px;
	font-size:16px;
}
.cwzbot02_wl {
	width: 55%;
	float:left;
	text-align:left;
}
.cwzbot02_wr {
	width: 35%;
	float:right;
	text-align:right;
}
/*弹框样式2*/
.cd-popup1 {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/*background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;*/
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index:9999;
}
.cd-popup1.is-visible1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container1 {
	position: relative;
	width:100%;
	height:320px;
	background:#FFF;
	/*border-radius: .4rem .4rem .4rem .4rem;*/
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-o-transform: translateY(-60px);
	transform: translateY(-60px);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.cd-popup-close1{
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 10;
	width: 17px;
	height: 17px;
	display: block;
	font-size: 17px;
	background-image: url(../images/cwz11.png);
	background-repeat: no-repeat;
	color: #FFF;
}
.is-visible1 .cd-popup-container1 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.cd-buttons {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.cwxssinp01 {
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	width: 700px;
	margin-top: 130px;
	border: 0px;
	border-bottom: 1px solid #C3C3C3;
	outline: none;
	float: left;
	color: #666;
}
.cwxssbut01 {
	line-height: 53px;
	height: 53px;
	width: 53px;
	margin-top: 128px;
	border: 0px;
	border-bottom: 1px solid #C3C3C3;
	outline: none;
	background-color:#FFF;
	background-image: url(../images/cwz10.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	cursor:pointer;
}
/*header*/
.header {
	width: 100%;
	height: 65px;
	position: relative;
	z-index: 100;
	margin-right: 0px;
	margin-left: auto;
}
.header .head {
	float: none;
	height: 65px;
}
.header .head .head-nav {
	float: right;
	position: relative;
	height: 65px;
	padding-right: 8px;
}

.header .head .nav {
	height: 65px;
	width: 100%;
	position: relative;
	float: left;
}
.header .head .nav li {
	float: left;
	height: 65px;
	width: 100px;
}
.header .head .nav li a {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 65px;
	padding: 0 10px;
}
.header .head .nav span {
	height: 5px;
	background: #ff8400;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*header end*/
#wxewm01nav {
	display: none;
	position: absolute;
	top: 65px;
	background-color: #FFF;
	left: -100px;
	padding: 10px;
	height: 124px;
	width: 124px;
	box-shadow: #666 0px 0px 10px;
}
.height0 {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
