
*, *:before, *:after {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
}
html {
	overflow-x: hidden;
}
body {
	font-size: 14px;
	color: #ededed;
	line-height: normal;
	font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	padding-top: 100px;
	background: #2b2b2b url(/zwstyle/image/bj.png) center top repeat;
}
a {
	color: #ededed;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, i {
	font-style: normal;
}
img {
	vertical-align: middle;
}
input, select, textarea {
	font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
	font-size: 14px;
}
textarea {
	overflow: auto;
}
input:focus, textarea:focus, button:focus, select:focus {
	outline: 0;
}
input::-ms-clear {
 display: none;
}
input[type="text"], input[type="button"], input[type="submit"], textarea {
	-webkit-appearance: none;
}
.clearfix, .clear:after, .container:after {
	width: 100%;
	clear: both;
	line-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '.';
}
.container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
}
.container2 {
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 10px;
}

.shengming {
    margin: 20px auto;
    overflow: hidden;
    color: #666;
    padding: 20px;
    line-height: 26px;
    position: relative;
    min-height: 50px;
    clear: both;
    background: #fafafa;
}

/* header */
header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background: #1e1e1e;
	z-index: 999;
}
header > .container {
	padding: 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 100px;
	transition: all 0.3s;
}
header > .container:after {
	display: none;
}
header .logo img {
	height: 40px;
	width: auto;
}
header .line {
	height: 46px;
	width: 1px;
	margin: 0 20px;
	background: #82b6cb;
}
header .logo_text {
	line-height: 1;
}
header .logo_text em {
	display: block;
	overflow: hidden;
	font-size: 20px;
	padding: 8px 0 0 0;
	font-weight: bold;
}
header nav {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
header nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
header nav ul li {
	margin: 0 8px;
	position: relative;
}
header nav ul li > a {
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 0 12px;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
}
header nav ul li > a em, footer em {
	padding-left: 5px;
}
header nav ul li .iconfont {
	display: none;
}
header nav ul li .sub {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	min-width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	white-space: nowrap;
}
header nav ul li .sub a {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	display: block;
	overflow: hidden;
	line-height: 34px;
	padding: 0 12px;
}
header nav ul li .sub a:hover {
	background: #8b968d;
}
header nav ul li:hover > a {
	background: #5e6970;
	color: #fff;
}
header nav ul li.on > a {
	background: #5e6970;
	color: #fff;
}
header .search {
	position: relative;
}
header .search > i {
	background: #f9f9f9;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #c7c7c7;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 24px;
	transition: all 0.3s;
}
header .search .box {
	position: absolute;
	right: 0px;
	top: 0;
	width: 180px;
	display: none;
}
header .search .box input {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	height: 40px;
	border: 0;
	background: #fff;
	padding: 0 10px;
}
header .search .box button {
	border: 0;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 20px;
	cursor: pointer;
}
header .search:hover .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
header .navbut {
	display: none;
}
header.cur > .container {
	height: 70px;
}
header.cur .logo {
	margin: 0;
}
/* footer */
footer {
	background: #80989b;
	color: #fff;
	font-size: 13px;
}
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
	color: #fff;
}
footer .box {
	padding: 40px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer .box .nav dt {
	font-size: 16px;
	padding: 0 0 10px 0;
	font-weight: bold;
}
footer .box .nav dt em {
	padding-right: 5px;
}
footer .box .nav dd {
	line-height: 2;
	opacity: 0.8;
}
footer .box .ewm li {
	float: left;
	text-align: center;
	margin-left: 20px;
	width: 120px;
}
footer .box .ewm li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #627477;
}
footer .box .ewm li:first-child {
	margin-left: 0;
}
footer .link {
	overflow: hidden;
}
footer .link .bt {
	color: #fff;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
footer .link .bt em {
	padding-right: 5px;
}
footer .link a {
	margin-right: 20px;
	opacity: 0.8;
	line-height: 24px;
}
footer .copy {
	padding: 30px 0;
	text-align: center;
	overflow: hidden;
	line-height: 2;
}
/* float_backtop */
.float_backtop {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #7e8a80;
	cursor: pointer;
	z-index: 99;
	color: #fff;
	transition: all 0.3s;
	font-size: 24px;
}
.float_backtop:hover {
	background: #657067;
}
/* banner */
.banner {
	position: relative;
	overflow: hidden;
}
.banner .big a {
	display: block;
	overflow: hidden;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	height: 500px;
}
.banner .big a img {
	width: 100%;
	height: auto;
	display: none;
}
.banner .small {
	position: absolute;
	left: 0%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	bottom: 30px;
	right: 0px;
	z-index: 8;
}
.banner .small .swiper-slide {
	width: auto;
	padding: 0 10px;
}
.banner .small .swiper-slide img {
	height: 76px;
	width: auto;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 3px;
}
.banner .small .swiper-slide-thumb-active img {
	background: #fff;
}
.banner .banner-next, .banner .banner-prev {
	position: absolute;
	top: 50%;
	height: 80px;
	transform: translateY(-50%);
	color: #fff;
	z-index: 5;
	transition: all 0.3s;
	cursor: pointer;
	outline: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 44px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 30px;
	opacity: 0;
}
.banner .banner-next:hover, .banner .banner-prev:hover {
	background-color: rgba(139, 150, 141, 0.8);
}
.banner .banner-next {
	right: 10%;
}
.banner .banner-prev {
	left: 10%;
}
.banner:hover .banner-next, .banner:hover .banner-prev {
	opacity: 1;
}
/* nbanner */
.nbanner {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.nbanner img {
	width: 100%;
	height: auto;
}
/* box_index */
.box_index {
	padding: 0 0 60px 0;
	overflow: hidden;
}
.box_index .in_tit {
	border-bottom: 1px solid #5b5b5b;
	height: 50px;
	line-height: 40px;
	padding: 0 10px;
	overflow: hidden;
}
.box_index .in_tit img {
	height: 26px;
	width: auto;
	float: left;
	margin: 8px 0 0 0;
}
.box_index .in_tit span {
	font-size: 24px;
	padding: 0 5px 0 10px;
}
.box_index .in_tit em {
	font-size: 16px;
}
.box_index .in_tit a {
	float: right;
	color: #adadad;
}
.box_index .in_tit a:hover {
	color: #fff;
}
.box_index .box_tit {
	text-align: center;
	overflow: hidden;
	padding: 0 0 40px 0;
}
.box_index .box_tit span {
	display: block;
	overflow: hidden;
	font-size: 30px;
	color: #fff;
	padding: 0 0 5px 0;
}
.box_index .box_tit em {
	color: #777;
}
.box_index > .container > * {
	margin-top: 60px;
}
/* box_case */
.box_case .xun {
	position: relative;
	overflow: hidden;
	padding: 0 80px;
}
.box_case .xun .swiper-slide a {
	display: block;
	overflow: hidden;
	position: relative;
}
.box_case .xun .swiper-slide img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.box_case .xun .swiper-slide .fd {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	color: #fff;
	background-color: rgba(139, 150, 141, 0.7);
	padding: 10px 15px;
}
.box_case .xun .swiper-slide .fd span {
	font-size: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0 2px 0;
}
.box_case .xun .swiper-slide .fd p {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box_case .xun .swiper-slide:hover img {
	transform: scale(1.1);
}
.box_case .xun .case-next, .box_case .xun .case-prev {
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	font-size: 30px;
	color: #8b968d;
	outline: 0;
	transition: all 0.3s;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.box_case .xun .case-next:hover, .box_case .xun .case-prev:hover {
	background: #8b968d;
	color: #fff;
}
.box_case .xun .case-next {
	right: 0px;
}
.box_case .xun .case-prev {
	left: 0px;
}
.box_case .more {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 30px 0 0 0;
}
.box_case .more a {
	color: #adadad;
	padding: 5px 10px;
}
.box_case .more a:hover {
	background: #8b968d;
	color: #fff;
}
.box_case .more span {
	padding: 0 20px;
}
/* box_videoin */
.box_videoin {
	background: #515151;
	padding: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.box_videoin ul {
	width: 878px;
}
.box_videoin ul .js_video_play {
	height: 100%;
	background: #000;
	position: relative;
	overflow: hidden;
}
.box_videoin ul .js_video_play:hover img {
	opacity: 1;
	transform: scale(1.1);
}
.box_videoin ul img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	opacity: 0.5;
}
.box_videoin ul .iconfont {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 100px;
	cursor: pointer;
	transition: all 0.3s;
}
.box_videoin ul video {
	float: left;
}
.box_videoin dl {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-left: 15px;
}
.box_videoin dl dt {
	text-align: center;
	line-height: 63px;
	background: #8b968d;
}
.box_videoin dl dt a {
	display: block;
	overflow: hidden;
	background: #3f3f3f;
}
.box_videoin dl dt a:hover {
	color: #8b968d;
}
.box_videoin dl dd {
	border-bottom: 1px solid #5b5b5b;
	line-height: 57px;
	padding: 0 0 0 115px;
	background: url(/zwstyle/image/icon_video.png) 70px center no-repeat;
	cursor: pointer;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box_videoin dl dd.on {
	background-color: #454545;
}
/* box_news */
.box_news {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.box_news .pic {
	width: 610px;
}
.box_news .pic a {
	display: block;
	overflow: hidden;
	position: relative;
}
.box_news .pic img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.box_news .pic span {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	text-align: right;
	padding: 0 15px;
	line-height: 50px;
	background-color: rgba(139, 150, 141, 0.9);
	color: #fff;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box_news .pic a:hover img {
	transform: scale(1.1);
}
.box_news .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-left: 30px;
}
.box_news .box ul li {
	border-bottom: 1px solid #3c3c3c;
}
.box_news .box ul li a {
	display: block;
	overflow: hidden;
	padding: 13px 5px;
}
.box_news .box ul li .bt {
	position: relative;
	overflow: hidden;
	line-height: 20px;
	line-height: 1.5;
	padding: 0 0 4px 0;
}
.box_news .box ul li .bt span {
	font-size: 18px;
	padding: 0 10px 0 0;
}
.box_news .box ul li .bt em {
	color: #888;
}
.box_news .box ul li .text {
	color: #888;
	position: relative;
	overflow: hidden;
	padding: 0 0 0 30px;
	line-height: 20px;
	height: 40px;
}
.box_news .box ul li .text:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "\e63c";
	font-family: "iconfont" !important;
	color: #4c4c4c;
	font-size: 20px;
}
.box_news .box ul li:hover a {
	background-color: rgba(249, 249, 249, 0.1);
}
/* box_wenda */
.box_wenda {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.box_wenda .pic {
	width: 610px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.box_wenda .pic img {
	width: 100%;
	height: 100%;
}
.box_wenda .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-right: 30px;
}
.box_wenda .box dl dt {
	border-bottom: 1px solid #3c3c3c;
}
.box_wenda .box dl dt a {
	display: block;
	overflow: hidden;
	padding: 10px 0 22px 0;
}
.box_wenda .box dl dt .bt {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-size: 18px;
	line-height: 50px;
	padding: 0 20px;
}
.box_wenda .box dl dt .bt .hot {
	background: url(/zwstyle/image/icon_hot.png) no-repeat;
	display: inline-block;
	width: 38px;
	height: 31px;
	background-size: 100% 100%;
	position: relative;
	top: 8px;
}
.box_wenda .box dl dt .bt:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 3px;
	height: 3px;
	background: #8b968d;
	transform: translateY(-50%);
}
.box_wenda .box dl dt .text {
	color: #888;
	position: relative;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	padding: 0 0 0 30px;
	margin: 5px 20px 0 20px;
}
.box_wenda .box dl dt .text:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "\e63c";
	font-family: "iconfont" !important;
	color: #4c4c4c;
	font-size: 20px;
}
.box_wenda .box dl dt a:hover {
	background-color: rgba(249, 249, 249, 0.1);
}
.box_wenda .box dl dd {
	border-bottom: 1px solid #3c3c3c;
}
.box_wenda .box dl dd a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-size: 18px;
	line-height: 60px;
	padding: 0 20px;
}
.box_wenda .box dl dd a:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}
.box_wenda .box dl dd a:hover {
	background-color: rgba(249, 249, 249, 0.1);
}
/* list_pro */
.list_pro {
	overflow: hidden;
	margin: -15px;
}
.list_pro li {
	width: 25%;
	padding: 15px;
	overflow: hidden;
	float: left;
}
.list_pro li a {
	display: block;
	overflow: hidden;
}
.list_pro li .pic {
	position: relative;
	overflow: hidden;
}
.list_pro li .pic:after, .list_pro li .pic:before {
	position: absolute;
	transition: all 0.3s;
	content: "";
	z-index: 5;
	width: 0;
	height: 0;
	border: 2px solid #8b968d;
	opacity: 0;
}
.list_pro li .pic:after {
	left: 0;
	top: 0;
	border-right: 0;
	border-bottom: 0;
}
.list_pro li .pic:before {
	right: 0;
	bottom: 0;
	border-top: 0;
	border-left: 0;
}
.list_pro li .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.list_pro li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 1;
	padding: 15px 0 0 0;
}
.list_pro li:hover .pic:after, .list_pro li:hover .pic:before {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.list_pro li:hover .pic img {
	transform: scale(1.1);
}
/* box_main */
.box_main {
	padding: 40px 0 50px 0;
	overflow: hidden;
}
.box_main .backtop {
	border-top: 1px solid #434343;
	margin-top: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.box_main .backtop a {
	background: url(/zwstyle/image/icon_topback.png) center top no-repeat;
	display: block;
	overflow: hidden;
	padding: 40px 0 0 0;
	margin: 15px 0 0 0;
}
/* list_case */
.list_case {
	margin: -10px;
	overflow: hidden;
}
.list_case li {
	width: 50%;
	float: left;
	padding: 10px;
}
.list_case li a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #333;
	position: relative;
}
.list_case li .pic {
	width: 60%;
	overflow: hidden;
	position: relative;
}
.list_case li .pic:before {
	content: "";
	position: absolute;
	right: 0px;
	z-index: 1;
	top: 10%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #333;
	border-bottom: 10px solid transparent;
}
.list_case li .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.list_case li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 15px;
	overflow: hidden;
	line-height: 1.5;
}
.list_case li .box span {
	font-size: 16px;
	padding: 0 0 8px 0;
	display: block;
	overflow: hidden;
}
.list_case li .box p {
	color: #888;
}
.list_case li em {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 10px 15px;
	transition: all 0.3s;
}
.list_case li em:hover {
	background: #8b968d;
	color: #fff;
}
.list_case li:hover a {
	box-shadow: 0 0 10px #111;
}
.list_case li:hover .pic img {
	transform: scale(1.1);
}
/* view_news */
.view_news {
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 40px;
	background: #f2f2f2;
	color: #333;
}
.view_news .tit {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.view_news .tit h1 {
	font-size: 28px;
	color: #333;
}
.view_news .tit span {
	font-size: 28px;
}
.view_news a {
	color: #333;
}
.view_news .tit ul {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.view_news .tit ul li {
	float: left;
	font-size: 12px;
	color: #999;
	margin-left: 15px;
}
.view_news .tit ul li:first-child {
	margin-left: 0;
}
.view_news .body, .container .body {
	text-align: justify;
	color: #333;
	line-height: 1.8;
}
.view_news .body img, .container .body img {
	max-width: 100%;
	height: auto;
	padding: 10px 0;
}
/* list_proer */
.list_proer {
	overflow: hidden;
	margin: -10px;
}
.list_proer li {
	width: 25%;
	float: left;
	padding: 10px;
}
.list_proer li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.list_proer li img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.list_proer li .fd {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	color: #fff;
	background-color: rgba(139, 150, 141, 0.7);
	padding: 15px;
}
.list_proer li .fd span {
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0 5px 0;
}
.list_proer li .fd .text {
	font-size: 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	color: #f2f2f2;
}
.list_proer li .fd .text .iconfont {
	margin-right: 5px;
}
.list_proer li:hover img {
	transform: scale(1.1);
}
/* shaixuan */
.shaixuan {
	overflow: hidden;
	padding: 0 0 30px 0;
}
.shaixuan dl {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 1.8;
	padding: 2px 0;
}
.shaixuan dl dt {
	font-weight: bold;
}
.shaixuan dl dd {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.shaixuan dl dd a {
	margin-right: 15px;
	display: block;
	overflow: hidden;
	float: left;
	color: #777;
}
.shaixuan dl dd a.on {
	color: #8b968d;
}
/* box_contact */
.box_contact {
	color: #666;
	overflow: hidden;
}
.box_contact .top {
	background: none;
	text-align: center;
	overflow: hidden;
	padding: 30px 20px;
	border: 1px solid #999;
}
.box_contact .top .tit {
	overflow: hidden;
}
.box_contact .top .tit span {
	display: block;
	overflow: hidden;
	font-size: 30px;
	color: #fff;
	padding: 0 0 5px 0;
}
.box_contact .top .tit em {
	color: #fff;
}
.box_contact .top .text {
	line-height: 1.8;
	overflow: hidden;
	padding: 10px 0 0 0;
	font-size: 18px;
	color: #fff;
}
.box_contact .erxun {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 0;
}
.box_contact .erxun li {
	width: 49.3%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 40px 20px;
	font-size: 18px;
	line-height: 1.8;
	border: 1px solid #999;
	color: #fff;
}
.box_contact .erxun li .big {
	font-size: 22px;
}
.box_contact .erxun li a {
	color: #fff;
}
.box_contact .erxun li span {
	color: #fff;
	font-weight: bold;
}
.box_contact .sanxun {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.box_contact .sanxun li {
	width: 32.5%;
	padding: 30px;
	border: 1px solid #999;
}
.box_contact .sanxun li .tit {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 1.8;
}
.box_contact .sanxun li .text {
	padding: 5px 0 15px 0;
	line-height: 1.8;
	color: #fff;
}
.box_contact .sanxun li .map {
	width: 100%;
	height: 200px;
	font-size: 12px;
	line-height: 24px;
}
.box_contact .sanxun li .map h4 {
	color: #3b4b56;
	border-bottom: 1px solid #eee;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-size: 16px;
}

/* box_map */
.box_map {
	overflow: hidden;
	margin: 30px 0 0 0;
	border: 1px solid #aaa;
}
.box_map #bdmap {
	width: 100%;
	height: 540px;
}
.box_map #bdmap .anchorBL {
	display: none;
}
/* 分页 */
.arcpages {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 30px 0 0 0;
	width: 100%;
	overflow: hidden;
}
.arcpages li {
	float: left;
	border: 1px solid #999;
	margin: 0 3px;
	line-height: 30px;
	border-radius: 3px;
}
.arcpages li a {
	padding: 0 12px;
	display: block;
	overflow: hidden;
	color: #666;
	background: #fff;
}
.arcpages li a:hover {
	background: #8b968d;
	color: #fff;
}
.arcpages li.pageinfo {
	padding: 0 12px;
	cursor: default;
}
.arcpages li.thisclass a {
	background: #8b968d;
	color: #fff;
}
/* list_news */
.list_news {
	margin: -15px 0;
	overflow: hidden;
}
.list_news li {
	padding: 15px 0;
}
.list_news li a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.list_news li .date {
	background: #333;
	width: 180px;
	height: 180px;
	text-align: center;
	font-size: 18px;
}
.list_news li .date em {
	display: block;
	overflow: hidden;
	padding: 35px 0 0 0;
}
.list_news li .date span {
	font-size: 80px;
}
.list_news li .pic {
	margin: 0 20px;
	width: 300px;
	height: 180px;
	overflow: hidden;
}
.list_news li .pic img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.list_news li .pic img:hover {
	transform: scale(1.1);
}
.list_news li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.list_news li .box .bt {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-size: 18px;
	line-height: 55px;
	padding: 0 0 0 15px;
}
.list_news li .box .bt .hot {
	background: url(/zwstyle/image/icon_hot.png) no-repeat;
	display: inline-block;
	width: 38px;
	height: 31px;
	background-size: 100% 100%;
	position: relative;
	bottom: 0px;
}
.list_news li .box .bt:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #8b968d;
	transform: translateY(-50%);
}
.list_news li .box .text {
	color: #888;
	position: relative;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding: 0 0 0 30px;
	margin: 10px 0 25px 0;
}
.list_news li .box .text:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "\e63c";
	font-family: "iconfont" !important;
	color: #444;
	font-size: 20px;
}
.list_news li .box .more {
	border-top: 1px solid #444;
	text-align: right;
	overflow: hidden;
	font-size: 12px;
	color: #888;
	padding: 15px 0 0 0;
}
/* about_info */
.about_info {
	overflow: hidden;
	margin: -15px 0;
}
.about_info li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 0;
}
.about_info li .pic {
	width: 42%;
}
.about_info li .pic img {
	width: 100%;
	height: auto;
}
.about_info li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 50px;
}
.about_info li .bt {
	font-size: 30px;
	padding: 0 0 15px 0;
}
.about_info li .text {
	color: #777;
	font-size: 16px;
	line-height: 2;
}
.about_info li:nth-child(even) {
	flex-direction: row-reverse;
}
.about_info li:nth-child(even) .box {
	padding: 0 50px 0 0;
}
/* about_licheng */
.about_licheng {
	padding: 30px 0 0 0;
	overflow: hidden;
}
.about_licheng ul {
	position: relative;
	padding: 60px 0;
}
.about_licheng ul:before {
	content: "";
	width: 80px;
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 0px;
	box-shadow: 0 0 10px #ccc;
	transform: translateX(-50%);
}
.about_licheng ul li {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 30px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 0 0 0 50%;
}
.about_licheng ul li .tit {
	width: 130px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	background: #8b968d;
	font-size: 30px;
	position: relative;
	margin: 0 0 0 40px;
}
.about_licheng ul li .tit:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0px;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-left: 30px solid #8b968d;
	border-bottom: 40px solid transparent;
}
.about_licheng ul li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 50px;
	font-size: 16px;
	line-height: 1.8;
}
.about_licheng ul li:first-child {
	margin-top: 0;
}
.about_licheng ul li:nth-child(odd) {
	flex-direction: row-reverse;
	padding: 0 50% 0 0;
}
.about_licheng ul li:nth-child(odd) .tit {
	margin: 0 40px 0 0;
}
.about_licheng ul li:nth-child(odd) .tit:before {
	left: auto;
	right: 100%;
	border-left: 0;
	border-right: 30px solid #8b968d;
}
.about_licheng ul li:nth-child(odd) .box {
	padding: 0 50px 0 0;
	text-align: right;
}
.about_licheng ul li.on .tit {
	width: 180px;
	font-size: 40px;
	background: #ee8e28;
}
.about_licheng ul li.on .tit:before {
	border-left-color: #ee8e28;
	border-right-color: #ee8e28;
}
.about_licheng ul li.on .box {
	font-size: 20px;
	font-weight: bold;
}
.about_licheng .text {
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
}
.about_licheng .info {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.about_licheng .info span {
	text-align: center;
	background: #ee8e29;
	color: #fff;
	font-size: 30px;
	border-radius: 10px;
	padding: 10px 20px;
}
/* main_cate */
.main_cate {
	margin: -10px -15px;
	overflow: hidden;
	padding: 0 0 25px 0;
}
.main_cate li {
	float: left;
	padding: 10px 15px;
}
.main_cate li a {
	display: block;
	overflow: hidden;
	border: 1px solid #555;
	padding: 0 25px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 18px;
}
.main_cate li:hover a, .main_cate li.on a {
	background: #8b968d;
	color: #fff;
}
/* main_line */
.main_line {
	height: 1px;
	width: 100%;
	overflow: hidden;
	background: #444;
	margin: 40px 0;
}
/* main_tit */
.main_tit {
	width: 100%;
	overflow: hidden;
	padding: 0 0 25px 0;
}
.main_tit .more {
	float: right;
}
.main_tit span {
	display: block;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.main_tit em {
	color: #adadad;
	font-size: 16px;
}
/* box_gsgk */
.box_gsgk {
	border: 1px solid #444;
	overflow: hidden;
	padding: 25px 30px;
	margin: 0 0 30px 0;
}
.box_gsgk .main_tit {
	padding: 0 0 10px 0;
}
.box_gsgk .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.box_gsgk .box ul {
	width: 49%;
}
.box_gsgk .box ul li {
	border-bottom: 1px solid #333;
	line-height: 1.8;
	padding: 10px 0;
}
/* list_rongyu */
.list_rongyu {
	overflow: hidden;
	margin: -15px;
}
.list_rongyu li {
	width: 25%;
	float: left;
	padding: 15px;
	text-align: center;
}
.list_rongyu li a {
	display: block;
	overflow: hidden;
}
.list_rongyu li .pic {
	overflow: hidden;
}
.list_rongyu li .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.list_rongyu li .pic img:hover {
	transform: scale(1.1);
}
.list_rongyu li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 0 0 0;
}
.list_rongyu.si li {
	width: 25%;
}
/* list_video */
.list_video {
	margin: -15px;
	overflow: hidden;
}
.list_video li {
	width: 33.333333333333%;
	padding: 15px;
	float: left;
	text-align: center;
}
.list_video li .box {
	overflow: hidden;
	position: relative;
	background: #000;
}
.list_video li .box img {
	width: 100%;
	height: auto;
}
.list_video li .box .iconfont {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 100px;
	cursor: pointer;
	transition: all 0.3s;
}
.list_video li .box .iconfont:hover {
	transform: scale(1.1);
}
.list_video li .box video {
	float: left;
}
.list_video li span {
	color: #777;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 0 0 0;
}
.list_video li:nth-child(3n+1) {
	clear: both;
}
/* box_video */
.box_video {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 0 40px 0;
}
.box_video .video {
	width: 55%;
	overflow: hidden;
	position: relative;
	background: #000;
}
.box_video .video img {
	width: 100%;
	height: auto;
}
.box_video .video .iconfont {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 100px;
	cursor: pointer;
	transition: all 0.3s;
}
.box_video .video .iconfont:hover {
	transform: scale(1.1);
}
.box_video .video video {
	float: left;
}
.box_video .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 20px 0 20px 40px;
	position: relative;
	padding: 0 0 50px 0;
}
.box_video .box .tit {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 15px 0;
}
.box_video .box .text {
	font-size: 16px;
	line-height: 1.8;
	color: #999;
}
.box_video .box .param {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	color: #777;
}
.box_video .box .param .play {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.box_video .box .param .play .iconfont {
	font-size: 24px;
	margin-right: 5px;
}
.box_video .box .param .bdsharebuttonbox a {
	background: none;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 14px;
	color: #fff;
}
.box_video .box .param .bdsharebuttonbox a .iconfont {
	margin-right: 5px;
	font-size: 18px;
}
.box_video .box .param .bdsharebuttonbox a:first-child {
	margin: 0;
}
/* view_pro */
.view_pro {
	overflow: hidden;
}
.view_pro .main_tit {
	border-bottom: 1px solid #5a5a5a;
	margin: 30px 0 20px 0;
	padding: 0 0 15px 0;
}
.view_pro .main_tit span {
	font-weight: normal;
	font-size: 16px;
	padding: 0 0 2px 0;
}
.view_pro .main_tit em {
	font-size: 14px;
}
.view_pro .b_tit {
	border-bottom: 1px solid #5a5a5a;
	font-size: 20px;
	text-align: center;
	padding: 0 0 18px 0;
	margin-bottom: 25px;
	overflow: hidden;
}
.view_pro .flex_main {
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.view_pro .flex_main .main_tit {
	border-bottom: 0;
	margin: 0;
	padding: 0 0 20px 0;
}
.view_pro .flex_main .left {
	width: 48%;
}
.view_pro .flex_main .ppic {
	overflow: hidden;
	padding: 20px 50px;
	border: 1px solid #5a5a5a;
}
.view_pro .flex_main .ppic .probanbig {
	overflow: hidden;
}
.view_pro .flex_main .ppic .probanbig img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
.view_pro .flex_main .ppic .probansmall {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	padding: 0 50px;
}
.view_pro .flex_main .ppic .probansmall .swiper-slide {
	width: 33.3333333333%;
	cursor: pointer;
	padding: 0 5px;
}
.view_pro .flex_main .ppic .probansmall .swiper-slide img {
	width: 100%;
	height: auto;
	border: 1px solid #d4d4d4;
	padding: 1px;
	opacity: 0.8;
}
.view_pro .flex_main .ppic .probansmall .active-nav img {
	border: 1px solid #8b968d;
	opacity: 1;
}
.view_pro .flex_main .ppic .probansmall .arrow-left, .view_pro .flex_main .ppic .probansmall .arrow-right {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	font-size: 35px;
	cursor: pointer;
	color: #666;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.view_pro .flex_main .ppic .probansmall .arrow-left:hover, .view_pro .flex_main .ppic .probansmall .arrow-right:hover {
	color: #8b968d;
}
.view_pro .flex_main .ppic .probansmall .arrow-left {
	left: -8px;
}
.view_pro .flex_main .ppic .probansmall .arrow-right {
	right: -8px;
}
.view_pro .flex_main .video {
	width: 48%;
	float: left;
}
.view_pro .flex_main .video .js_video_play {
	overflow: hidden;
	position: relative;
	background: #000;
}
.view_pro .flex_main .video .js_video_play img {
	max-width: 100%;
	height: auto;
	opacity: 0.5;
	transition: all 0.3s;
}
.view_pro .flex_main .video .js_video_play .iconfont {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 100px;
	cursor: pointer;
	transition: all 0.3s;
}
.view_pro .flex_main .video .js_video_play video {
	float: left;
}
.view_pro .flex_main .video .js_video_play:hover img {
	opacity: 1;
	transform: scale(1.1);
}
.view_pro .vwcs {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.view_pro .vwcs ul {
	width: 49%;
	margin: -5px 0;
	overflow: hidden;
}
.view_pro .vwcs ul li {
	line-height: 1.8;
	padding: 5px 0;
}
.view_pro .vwcs ul li .text {
	color: #888;
}
.view_pro .body {
	line-height: 2;
	overflow: hidden;
	color: #888;
}
.view_pro .body img {
	max-width: 100%;
	height: auto;
	padding: 10px 0;
}
/* tan_box */
#tan_box {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}
.tan_box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.tan_box .box {
	position: relative;
	background: #fff url(/zwstyle/image/loading.gif) center center no-repeat;
	padding: 10px;
	box-shadow: 0 0 15px #ccc;
	border-radius: 5px 0 5px 5px;
}
.tan_box .box img {
	max-height: 100%;
	max-width: 100%;
}
.tan_box .box video, .tan_box .box iframe {
	width: 1000px;
	height: auto;
	float: left;
	display: block;
	overflow: hidden;
}
.tan_box .box iframe {
	height: 560px;
}
.tan_box .close {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: -36px;
	background: #fff;
	cursor: pointer;
	box-shadow: 0 0 5px #ccc;
	transition: all 0.3s;
	border-radius: 5px 5px 0 0;
}
.tan_box .close .iconfont {
	display: inline-block;
	transition: all 0.3s;
}
.tan_box .close:hover {
	background: #8b968d;
}
.tan_box .close:hover .iconfont {
	transform: rotate(360deg);
	color: #fff;
}
/* tan_pic */
.tan_pic {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 80px;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.85);
}
.tan_pic .swiper-container {
	width: 100%;
	height: 100%;
}
.tan_pic .swiper-container .swiper-slide {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.tan_pic .swiper-container .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}
.tan_pic .close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 36px;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s;
	background: #000;
}
.tan_pic .close:hover {
	background: #8b968d;
}
.tan_pic .swiper-pagination-bullets {
	width: 100%;
	z-index: 5;
	left: 0px;
}
.tan_pic .swiper-pagination-bullet {
	width: 35px;
	height: 7px;
	background: #e0e0e0;
	border-radius: 4px;
	opacity: 1;
	margin: 0 10px;
	outline: none;
}
.tan_pic .swiper-pagination-bullet-active {
	background: #8b968d;
}
.tan_pic .swiper-button-next, .tan_pic .swiper-button-prev {
	top: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-top: -40px;
	background: none;
	font-size: 60px;
	z-index: 5;
	opacity: 1;
	outline: none;
	color: #fff;
	transition: all 0.3s;
}
.tan_pic .swiper-button-next:hover, .tan_pic .swiper-button-prev:hover {
	color: #8b968d;
}
.tan_pic .swiper-button-disabled {
	opacity: 0.2;
}
.tan_pic .swiper-button-next {
	right: 0px;
}
.tan_pic .swiper-button-prev {
	left: 0px;
}
/* box_search */
.box_search {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #4c4c4c;
	border-radius: 100px;
	border: 1px solid #5b5b5b;
	max-width: 1080px;
	margin: 0 auto 40px auto;
}
.box_search input {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 0 0 40px;
	font-size: 18px;
	height: 60px;
	border: 0;
	background: none;
	color: #fff;
}
.box_search button {
	padding: 0 40px;
	height: 60px;
	border: 0;
	background: none;
	color: #e0e0e0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 18px;
}
.box_search button .iconfont {
	font-size: 24px;
	margin-right: 10px;
	font-weight: bold;
}
.webwz {
	padding: 0 0 15px;
	text-align: right;
}
.view_news .xgnew .tit2 {
	border-bottom: 2px solid #999;
	height: 32px;
	font-size: 18px;
	margin: 15px 0 8px;
	color: #333;
}
.view_news .xgnew .tit2 span {
	float: left;
	height: 32px;
	border-bottom: 2px solid #333;
	padding: 0 10px;
}
.brandbg {
	width: 1200px;
	height: 530px;
	background: url(/zwstyle/image/brandbg.jpg) no-repeat;
	position: relative;
	margin:25px auto 0;
	
}
.brandbg a {
	display: block;
	width: 395px;
	height: 530px;
	position: absolute;
	text-indent: -9999px; cursor:pointer;
}
.brandbg .wlcom {
	left: 0;
	top: 0;
}
.brandbg .wlcomcn {
	left: 400px;
	top: 0;
}
.brandbg .wlcn {
	left: 810px;
	top: 0;
}

.web_body_html {
	margin: 20px 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.8;
	clear: both
}
.web_body_html a {
	color: #0e9ce4
}
.web_body_html ul, .web_body_html ol {
	list-style-type: disc;
	margin-left: 20px
}
.web_body_html ul li, .web_body_html ol li {
	list-style: inherit;
	list-style-type: inherit;
	padding: 1px 0
}
.web_body_html em {
	background: #85BB43;
	color: #fff;
	border-radius: 100px;
	display: inline-block;
	padding: 0 9px;
	margin: 2px 5px 2px 0;
	font-style: normal
}
.web_body_html h2 {
	border-left: 5px solid #85BB43;
	font-size: 22px !important;
	line-height: 1.2 !important;
	margin: 15px 0 10px 0 !important;
	padding: 0 0 0 15px !important;
	color: #000 !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.web_body_html h2:after {
	content: "";
	width: 0;
	margin-left: 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: #eee
}
.web_body_html h3 {
	border-left: 5px solid #0e9ce4;
	font-size: 18px !important;
	line-height: 1.2 !important;
	margin: 15px 0 10px 8px !important;
	padding: 0 0 0 15px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.web_body_html h3:after {
	content: "";
	width: 0;
	margin-left: 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: #efefef
}
.web_body_html img {
	max-width: 100% !important;
	height: auto !important;
	margin: 10px 0
}
.web_body_html table {
	border: 1px solid #ddd;
	width: 100%;
	margin: 10px 0
}
.web_body_html table th, .web_body_html table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: left
}
.web_body_html table th {
	background: #6aa84f;
	color: #fff
}
.web_body_html>*:first-child {
	margin-top: 0 !important
}