﻿@import url("color.css");
@import url("font-awesome.css");

/*---------- base ---------*/
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

body {
	font-size: 14px;
	overflow-x: hidden;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
}

hr {
	border: none;
	border-bottom: 1px solid #c8c8c8;
	display: block;
	margin-top: 10px;
}

.yuanjiao25 {
	-moz-border-radius: 25px;
	/* Gecko browsers */
	-webkit-border-radius: 25px;
	/* Webkit browsers */
	border-radius: 25px;
	/* W3C syntax */
}

.yuanjiao45 {
	-moz-border-radius: 45px;
	/* Gecko browsers */
	-webkit-border-radius: 45px;
	/* Webkit browsers */
	border-radius: 45px;
	/* W3C syntax */
}

.yuanjiao5 {
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
}

.yuanjiao10 {
	-moz-border-radius: 10px;
	/* Gecko browsers */
	-webkit-border-radius: 10px;
	/* Webkit browsers */
	border-radius: 10px;
	/* W3C syntax */
}

.yuanjiao {
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
}

.yinying {
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
}

.clear {
	width: 100%;
	clear: both;
}

.pages {
	width: 100%;
	padding: 20px 0px;
	text-align: center;
	clear: both;
	margin-top: 15px;
}

.pages li {
	list-style-type: none;
	display: inline;
}

.pages a {
	padding: 5px 10px;
	border: 1px solid #c8c8c8;
	font-weight: bold;
	margin-right: 10px;
}

.pages .current {
	font-weight: 700;
	color: #fff;
}

.shangxiapian {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dashed #c8c8c8;
}

.shangxiapian li {
	line-height: 30px;
}

.search {
	overflow: hidden;
	transition: 0.6s;
	position: relative;
	width: 387px;
	height: 55px;
	background: #FFFFFF;
	margin: 18px auto 0 auto;
}

.search .key_text {
	height: 55px;
	float: left;
	width: 330px;
	overflow: hidden;
	line-height: 55px;
	outline: none;
	border: none;
	text-indent: 10px;
	background: none;
	border-right: none;
}

.search .search_btn {
	cursor: pointer;
	border: none;
	outline: none;
	/* position: absolute;
	right: 0;
	top:0; */
	float: left;
	z-index: 10;
	width: 50px;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	font-size: 0px;
	text-indent: -99999em;
	line-height: 0;
	background: url(../image/s.png) center center no-repeat;
	/* color: #fff;
	font-size: 20px; */
}

.main {
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
}

.content {
	line-height: 25px;
}

.content img {
	max-width: 100%;
	height: auto;
}

.lan {
	width: auto;
	float: left;
	margin-right: 25px;
}

.lan span {
	display: block;
	float: left;
	margin-left: 20px;
}

.lan a {
	display: block;
	float: left;
	line-height: 30px;
	padding-left: 35px;
}

.cn {
	background: url(../image/cn.png) left center no-repeat;
}

.sp {
	background: url(../image/sp.png) left center no-repeat;
	float: left;
}

.en {
	background: url(../image/en.png) left center no-repeat;
}

/*---------------------主体开始-----------------------*/
#top_zone2 {
	width: 100%;
	min-width: 1200px;
	overflow: visible;
	height: 40px;
	line-height: 40px;
	background: #2B2B2B;
	color: #fff;
}

#top_zone2 a {
	color: #fff;
}

#top_zone2 a:hover {
	color: #fff;
}

#top_zone1 {
	width: 100%;
	min-width: 1200px;
	overflow: visible;
	height: 40px;
	line-height: 40px;
	background: #f9f9f9;
	border-bottom: 1px solid #ccc;
}

#top_l {
	width: auto;
	float: left;
	line-height: 40px;
}

#top_l a {
	/* margin-left:10px; */
}

#top_r {
	width: auto;
	float: right;
	position: relative;
	z-index: 999999;
	/* height:40px; */
}

#top_link {
	width: auto;
	float: left;
	overflow: hidden;
}

#top_link a {
	margin-left: 10px;
	line-height: 40px;
}

#top_link a i {
	font-size: 18px;
	margin-right: 10px;
}

#top_ewm {
	width: 80px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-left: 20px;
}

#top_ewm img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 0px auto;
}

#header_zone {
	width: 100%;
	min-width: 1200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	background: transparent;
}

.header_zone {
	width: 100%;
	min-width: 1200px;
	position: relative;
	z-index: 99999;
	overflow: visible;
	/* -moz-box-shadow:5px 5px 10px #999;
	-webkit-box-shadow:5px 5px 10px #999;
	box-shadow:5px 5px 10px #999; */
}

.fixed_header_zone {
	position: fixed !important;
	left: 0;
	top: 0 !important;
	z-index: 999999;
	transition: 0.6s;
	border-bottom: 1px solid #ddd;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}

.header {
	width: 1200px;
	margin: 0px auto 0 auto;
	height: 135px;
	overflow: visible;
}

.logo {
	overflow: hidden;
	float: left;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: Center;
}

.logo a {
	display: block;
	float: left;
}

.logo img {
	display: block;
	max-width: 100%;
	height: auto;
	/* margin: 0px auto; */
}

#logo_r {
	float: left;
	overflow: hidden;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #c52201;
}

#logo_r .shang {
	font-size: 22px;
	overflow: hidden;
	font-weight: bold;
	color: #c52201;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#logo_r .xia {
	overflow: hidden;
	color: #666;
	margin-top: 5px;
}

#header_l {
	float: left;
	margin-top: 50px;
	font-size: 16px;
}

#header_r {
	width: auto;
	float: right;
	position: relative;
}

#header_shang {
	overflow: hidden;
	float: right;
}

#header_follow {
	width: auto;
	overflow: hidden;
	text-align: right;
	float: right;
}

#header_follow a {
	margin-left: 15px;
}

#header_follow a img {
	vertical-align: middle;
}

#header_follow i {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	/* background: #393939!important; */
	color: #fff;
}

#header_follow i:hover {
	/* background: #AD7753!important; */
	color: #fff;
}

/*左侧带图标右侧上下结构电话*/
#top_tel_01 {
	overflow: visible;
	padding-left: 65px;
	min-height: 55px;
	float: right;
	background: url(../image/t.png) left center no-repeat;
	margin-top: 35px;
}

#top_tel_01 .shang {
	display: block;
	overflow: visible;
}

#top_tel_01 .xia {
	overflow: visible;
	display: block;
	font-size: 28px;
}

#top_tel_02 {
	overflow: hidden;
	float: left;
	margin-top: 35px;
}

#top_tel_02 .rexian {
	display: block;
	float: left;
	overflow: hidden;
	font-size: 16px;
}

#top_tel_02 .haoma {
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 10px;
	font-size: 16px;
	color: #ffb71a;
}

#nav_zone {
	width: 100%;
	min-width: 1200px;
	position: relative;
	height: 60px;
	background: #326DD5;
}

.fixednav {
	position: fixed !important;
	z-index: 9999999;
	top: 0;
	left: 0;
}

.nav {
	width: 1250px;
}

.nav .nLi {
	height: 60px;
	float: left;
	position: relative;
	z-index: 9999;
	background: url(../image/nav_li.png) right center no-repeat;
}

.nav .nLi:last-child {
	background: none;
	border-right: none;
}

.nav .nLi i {
	margin-left: 10px;
}

.nav .nLi h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 60px;
	color: #fff;
	/* text-transform: uppercase; */
}

.nav .nLi h3 .line {
	display: block;
	width: 0px;
	height: 2px;
	margin: -25px auto 0 auto;
}

.nav .nLi:hover h3 .line,
.nav .on h3 .line {
	width: 70%;
	transition: 0.6s;
}

.nav .sub {
	display: none;
	left: 0;
	top: 60px;
	width: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
}

/*
.nav .sub dl{

}
.nav .sub dl dd{
	width:220px;
	float:left;
	overflow:hidden;
}
.nav .sub dl dd p{
	display:block;
	line-height:30px;

}
.nav .sub dl dd p:hover{
	background:#E7242A;
	transition:0.6s;
}
.nav .sub dl dd p:hover i,.nav .sub dl dd p:hover a{
	color:#fff;
}
.nav .sub dl dd p i{
	margin:0 10px 0 15px;
}
.nav .sub dl dt{
	width:210px;
	float:right;
	overflow:hidden;
}
.nav .sub dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
*/
.nav .sub li {
	zoom: 1;
	height: 40px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}

.nav .sub a {
	display: block;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #fff;
}

.nav .sub a i {
	float: right;
	margin: 13px 10px 0 0;
}

.nav .dropdown-menu,
.nav .dropdown-menu ul {
	position: absolute;
	width: 200px;
	left: 100%;
	top: 0;
	display: none;
	background: rgba(0, 0, 0, 0.7);
}

.nav .sub li:hover .dropdown-menu,
.nav .sub .dropdown-menu li:hover ul {
	display: block;
}

/*
#sub11{
	width:1200px;
	padding:10px 0;
}

#sub11 dl{
	width:14.6666666%;
	float:left;
	margin:0 1%;
	overflow:hidden;
	text-align:left;
}
#sub11 dl dt{
	display:block;
	width:auto;
	overflow:hidden;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
#sub11 dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
#sub11 dl dd{
	margin-top:10px;
}
#sub11 dl a{
	text-align:left;
	text-indent:15px;
}
#sub11 p{
	display:block;
	line-height:30px!important;
	border-bottom:1px dotted #ccc;
}
*/
.nav .nLi:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.nav .nLi:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.nav .nLi:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.nav .nLi:nth-child(4) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.nav .nLi:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.nav .nLi:nth-child(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.nav .nLi:nth-child(7) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.nav .nLi:nth-child(8) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.nav .nLi:nth-child(9) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.nav .nLi:nth-child(10) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

/*-----------------头部end------------------------*/

.index_title_01 {
	overflow: visible;
	text-align: center;
}

.index_title_01_center {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	background: transparent;
	padding: 0 15px;
}

.index_title_01_center:before {
	content: "";
	width: 80px;
	height: 1px;
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	background: #999;
}

.index_title_01_center:after {
	content: "";
	width: 80px;
	height: 1px;
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	background: #999;
}

.index_title_01 h2 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/* display: block; */
	position: relative;
	font-size: 36px;
	background: transparent;
	padding: 0 20px;
	text-transform: uppercase;
	z-index: 20;
	/* font-weight: normal; */
	/* color: #ee1c24; */
}

.index_title_01 h2:before {
	content: "";
	width: 30px;
	height: 6px;
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	margin-right: 80px;
	background: #333;
	margin-top: -3px;
}

.index_title_01 h2:after {
	content: "";
	width: 30px;
	height: 6px;
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	background: #333;
	margin-top: -3px;
	margin-left: 80px;
}

.index_title_01 h3 {
	font-size: 30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	padding: 0px 20px;
	background: transparent;
	/* font-weight:normal; */
	text-transform: uppercase;
	/* margin-top:5px; */
}

.index_title_01 h3:before {
	content: "";
	width: 26px;
	height: 8px;
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -4px;
	background: url(http://www.hsxznkj.com/web/pic/before.png) no-repeat;
}

.index_title_01 h3:after {
	content: "";
	width: 26px;
	height: 8px;
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -4px;
	background: url(http://www.hsxznkj.com/web/pic/after.png) no-repeat;
}

.index_title_01 p {
	display: block;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
}

/*----首页带框中英文标题*/

.index_title_02 {
	text-align: center;
	overflow: visible;
}

.index_title_02_center {
	position: relative;
	z-index: 99;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-height: 100px;
	/* min-width: 460px; */
}

.index_title_02 h2 {
	font-size: 36px;
	text-transform: uppercase;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #3E3E3E;
	padding: 0 20px;
	color: #fff;
}

.index_title_02 h3 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	margin-top: 10px;
	font-weight: normal;
	/* background:url(/web/pic/h3.png) center center no-repeat; */
	padding: 0 60px;
}

.index_title_02_center .kuang {
	width: 100%;
	height: 75px;
	border: 1px solid #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1;
}


.index_title_02 p {
	display: block;
	margin-top: 10px;
	padding: 0 20px;
	color: #fff;
	/* text-transform: uppercase; */
	font-size: 20px;
}

.index_title_02 .more {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 20px;
	background: #8fc220;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	margin-top: 20px;
	border: 1px solid #8fc220;
	transition: 0.6s;
}

.index_title_02 .more:hover {
	background: #fff;
	color: #8fc220;
}

/*左右标题名称带More*/
.index_title_03 {
	overflow: hidden;
}

.index_title_03 h2 {
	display: block;
	font-size: 24px;
	/* font-weight: normal; */
	text-transform: uppercase;
	float: left;
}

.index_title_03 h2 i {
	margin-right: 10px;
	font-size: 18px;
	float: left;
	margin-top: 5px;
}

.index_title_03 h3 {
	display: block;
	font-size: 48px;
	line-height: 48px;
}

.index_title_03 span.more {
	display: block;
	float: right;
	transition: 0.6s;
}

.index_title_03 span.more a {
	display: block;
	/* text-transform: uppercase; */
	margin-top: 5px;
	/* font-size: 16px;
	color: #fff;
	background: #333333;
	line-height: 40px;
	padding: 0 30px; */
}

/*首页名称横线*/
.index_title_04 {
	overflow: hidden;
	text-align: center;
	position: relative;
}

.index_title_04_center {
	overflow: hidden;
	font-size: 110px;
	text-transform: uppercase;
	color: #F2F2F2;
}

.index_title_04 h2 {
	font-size: 36px;
	/* font-weight:normal; */
	display: block;
	/* color: #f3ae00; */
	text-transform: uppercase;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;

	/* display: inline-block;
	*display: inline;
	*zoom:1;
	position: relative;
	padding: 0 20px; */
}

.index_title_04 p:before {
	content: "";
	width: 1000px;
	height: 1px;
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	background: #ddd;
}

.index_title_04 p:after {
	content: "";
	width: 1000px;
	height: 1px;
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	background: #ddd;
}

.index_title_04 h3 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 25px;
	line-height: 50px;
	background: #FF671E;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	margin-top: 20px;
}

.index_title_04 p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	padding: 0 15px;
	/* display: block; */
	margin-top: 10px;
	color: #666;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 10px;
	/* line-height: 25px;*/
}

.index_title_04 .line {
	width: 50px;
	height: 2px;
	display: block;
	margin: 10px auto 0 auto;
	background: #68b720;
}

/*带缺口的标题*/
.index_title_05 {
	overflow: hidden;
	text-align: center;
}

.index_title_05 h2 {
	display: block;
	font-size: 30px;
	color: #fff;
}

.index_title_05 span.line {
	width: 110px;
	display: block;
	height: 3px;
	margin: 10px auto 0px auto;
	background: #fff;
}

.index_title_05 p {
	display: block;
	font-size: 16px;
	margin-top: 20px;
	color: #fff;
}

/*首页栏目名称带短线*/
.index_title_06 {
	overflow: hidden;
	/* text-align: center; */
}

.index_title_06 h2 {
	display: block;
	font-size: 40px;
	/* text-transform: uppercase; */
	font-weight: normal;
	color: #fff;
}

.index_title_06 p {
	display: block;
	margin: 10px auto 0 auto;
	overflow: hidden;
	color: #666;
	line-height: 25px;
}

.index_title_06 span.line {
	width: 60px;
	display: block;
	height: 3px;
	margin: 10px auto 0px auto;
	background: #0085D0;
}

/*第一个字母变色*/
.index_title_07 {
	overflow: hidden;
}

.index_title_07 h2 {
	display: block;
	float: left;
	overflow: hidden;
	padding-top: 10px;
	background: url(http://www.hsxznkj.com/web/pic/index_title.jpg) left top no-repeat;
	font-size: 36px;
	text-transform: uppercase;
	color: #0091f7;
}

.index_title_07 h2:first-letter {
	color: #282828 !important;
}

.index_title_07 p {
	font-size: 16px;
	display: block;
	margin-top: 10px;
	color: #666;
	overflow: hidden;
}

/*----上面和下面带横线-----*/
.index_title_08 {
	/* text-align:center; */
	overflow: visible;
}

.index_title_08_center {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	padding-top: 5px;
}

.index_title_08_center:before {
	content: "";
	width: 100px;
	height: 6px;
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
	background: url(http://www.hsxznkj.com/web/pic/before.png) no-repeat;
	margin-right: -20px;
}

.index_title_08_center:after {
	content: "";
	width: 100px;
	height: 6px;
	display: block;
	position: absolute;
	bottom: 7px;
	left: 100%;
	background: url(http://www.hsxznkj.com/web/pic/after.png) no-repeat;
	margin-left: -20px;
}

.index_title_08 h2 {
	font-size: 18px;
	display: block;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.index_title_08 p {
	display: block;
	margin-top: 5px;
	color: #666;
}

/*梯形标题样式*/
.index_title_09 {
	overflow: hidden;
	text-align: center;
}

.index_title_09 .tixing {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 0;
	border-width: 0 37px 50px 37px;
	border-style: none solid solid;
	border-color: transparent transparent #444444;
	position: relative;
}

.index_title_09 .tixing::after {
	content: "";
	width: 21px;
	height: 14px;
	position: absolute;
	right: -37px;
	top: 50px;
	background: url(http://www.hsxznkj.com/web/pic/after.png) no-repeat;
}

.index_title_09 h2 {
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 50px;
	line-height: 50px;
}

.index_title_09 p {
	display: block;
	overflow: hidden;
	color: #666;
	margin-top: 10px;
}

/*--首页分类带圆形遮罩--*/
#lm {
	width: 1250px;
	overflow: hidden;
}

#lm li {
	position: relative;
	float: left;
	margin-right: 36px;
	overflow: hidden;
	width: 170px;
}

#lm li .pic {
	width: 170px;
	height: 184px;
	display: block;
	overflow: hidden;
}

#lm li img {
	height: auto;
	max-width: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	transition: 0.6s;
}

#lm li:hover img {
	transform: scale(1.1);
}

#lm li .zhezhao {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background: url(../image/lm_yuan.png) top center no-repeat;
}

#lm li i {
	display: block;
	font-size: 44px;
	color: #fff;
	position: absolute;
	top: 35%;
	z-index: 3;
	margin: 0px auto;
	width: 100%;
	text-align: center;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	transition: 0.6s;
}

#lm li:hover i {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#lm li h3 {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}

#lm li a {
	display: block;
	overflow: hidden;
}

/*仅有一张图片首页横排常用于广告*/
ul.index_tulist {
	width: 1250px;
	overflow: hidden;
}

ul.index_tulist li {
	width: 380px;
	float: left;
	overflow: hidden;
	transition: 0.6s;
	text-align: center;
	margin-right: 30px;
	/* -moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999; */
}

ul.index_tulist li .pic {
	display: block;
	overflow: hidden;
	/* border: 1px solid #ccc; */
}

ul.index_tulist li:hover .pic {
	/* border-color: #0073be; */
}

ul.index_tulist li img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 0 auto;
	transition: 0.6s;
}

ul.index_tulist li:hover img {
	transform: scale(1.1);
}

ul.index_tulist li h3 {
	display: block;
	font-size: 18px;
	margin-top: 15px;
	font-weight: normal;
}

ul.index_tulist li h3 a {}

ul.index_tulist li p {
	display: block;
	margin-top: 15px;
	color: #666;
	line-height: 25px;
	text-align: center;
}

/*首页标题浮在图片上列表*/
ul.index_cplist_01 {
	width: 1250px;
	overflow: hidden;
}

ul.index_cplist_01 li {
	width: 295px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 6.6666666px;
	margin-right: 6.6666666px;
}

ul.index_cplist_01 li img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}

ul.index_cplist_01 li:hover img {
	transform: scale(1.1);
}

ul.index_cplist_01 li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	transition: 0.6s;
	background: url(http://www.hsxznkj.com/web/pic/zhezhao.png) bottom center repeat-x;
}

ul.index_cplist_01 li:hover a {
	/* background: rgba(0,0,0,0.6); */
}

ul.index_cplist_01 li h3 {
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	font-size: 14px;
	color: #fff;
	/* border: 1px solid #fff; */
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
	overflow: hidden;
	padding: 0 10px;
}

/*不规则产品不带遮罩*/
ul.index_cplist_02 {
	overflow: visible;
	width: auto;
	height: 580px;
	position: relative;
}

ul.index_cplist_02 li {
	overflow: hidden;
	position: absolute;
	text-align: center;
}

ul.index_cplist_02 li:hover {
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}

ul.index_cplist_02 #li1 {
	width: 355px;
	height: 580px;
	left: 0;
	top: 0;
}

ul.index_cplist_02 #li2 {
	width: 400px;
	height: 280px;
	left: 380px;
	top: 0;
}

ul.index_cplist_02 #li3 {
	width: 400px;
	height: 280px;
	right: 0;
	top: 0;
}

ul.index_cplist_02 #li4 {
	width: 400px;
	height: 280px;
	left: 380px;
	bottom: 0;
}

ul.index_cplist_02 #li5 {
	width: 400px;
	height: 280px;
	right: 0;
	bottom: 0;
}

ul.index_cplist_02 li a {
	display: block;
	overflow: hidden;
}

ul.index_cplist_02 li .pic {
	display: block;
	overflow: hidden;
}

ul.index_cplist_02 li:hover .pic {}

ul.index_cplist_02 li img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	transition: 0.6s;
}

ul.index_cplist_02 li:hover img {
	transform: scale(1.1);
}

ul.index_cplist_02 li .txt {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 10;
	width: 100%;
	padding: 0 10px;
}

ul.index_cplist_02 li h3 {
	display: block;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
}

ul.index_cplist_02 li p {
	color: #666;
	display: block;
	margin-top: 10px;
}

ul.index_cplist_02 li .detail {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	margin: 20px auto 0 auto;
	width: 100px;
	border: 1px solid #333;
	transition: 0.6s;
}

ul.index_cplist_02 li:hover .detail {
	background: #3945b5;
	border-color: #3945b5;
	color: #fff;
}

/*首页规则产品列表：图片+标题+简介+按钮*/
dl.index_cplist_03 {
	width: 1250px;
	overflow: visible;
}

dl.index_cplist_03 dd {
	width: 380px;
	margin-top: 30px;
	margin-right: 30px;
	float: left;
	position: relative;
	overflow: visible;
	text-align: center;
}

dl.index_cplist_03 dd:hover {}

dl.index_cplist_03 dd a {
	display: block;
	overflow: visible;
}

dl.index_cplist_03 dd .pic {
	display: block;
	overflow: hidden;
	position: relative;
	/* height: 240px; */
	/* border: 1px solid #ccc; */
}

dl.index_cplist_03 dd img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	margin: 0px auto 0 auto;
}

dl.index_cplist_03 dd .zhezhao {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	/* transform:scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8); */
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	background: url(../image/link.png) center center no-repeat rgba(50, 109, 213, 0.5);
	padding: 0 20px;
	text-align: center;
}

dl.index_cplist_03 dd:hover .zhezhao {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	/* -webkit-transform: scale(1);
	transform: scale(1); */
}

dl.index_cplist_03 dd:hover .zhezhao h4 {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 70px;
	font-weight: normal;
}

dl.index_cplist_03 dd:hover .pic {
	-moz-box-shadow: 0px 0px 10px #326DD5;
	-webkit-box-shadow: 0px 0px 10px #326DD5;
	box-shadow: 0px 0px 10px #326DD5;
}

dl.index_cplist_03 dd:hover img {

	transform: scale(1.1);
}

dl.index_cplist_03 dd .txt {
	overflow: hidden;
	color: #fff;
	line-height: 30px;
	margin-top: 10px;
}

dl.index_cplist_03 dd h3 {
	display: block;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	/* height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	position: absolute;
	left:0;
	bottom:0;
	transition: 0.6s;
	color: #fff; */
}

dl.index_cplist_03 dd p {
	display: block;
	overflow: hidden;
	color: #666;
	line-height: 25px;
	/* padding: 0 15px; */
	height: 50px;
}

dl.index_cplist_03 dd .dd_xia {
	overflow: hidden;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

dl.index_cplist_03 dd .dd_xia i {
	float: right;
}

dl.index_cplist_03 dd .time {
	display: block;
	color: #0081cd;
	text-align: center;
	margin-top: 10px;
	text-decoration: underline;
}

dl.index_cplist_03 dd .line {
	width: 70px;
	height: 2px;
	display: block;
	margin-top: 20px;
	background: #23AC38;
}

dl.index_cplist_03 dd .detail {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/* background:#6d1f37;
	color:#fff; */
	text-align: center;
	line-height: 35px;
	padding: 0 20px;
	border: 1px solid #ccc;
	/* margin-top:20px; */
}

dl.index_cplist_03 dd:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

dl.index_cplist_03 dd:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

dl.index_cplist_03 dd:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

dl.index_cplist_03 dd:nth-child(4) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

dl.index_cplist_03 dd:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

dl.index_cplist_03 dd:nth-child(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

dl.index_cplist_03 dd:nth-child(7) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

dl.index_cplist_03 dd:nth-child(8) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

dl.index_cplist_03 dd:nth-child(9) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

dl.index_cplist_03 dd:nth-child(10) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

/*首页规则产品列表图片上标题下*/
dl.index_cplist_04 {
	width: 1250px;
	overflow: visible;
}

dl.index_cplist_04 dd {
	list-style-type: none;
	float: left;
	width: 285px;
	margin: 30px 20px 0px 0px;
	transition: .0.6s;
	/* -moz-box-shadow:0px 0px 5px #ddd;
	-webkit-box-shadow:0px 0px 5px #ddd;
	box-shadow:0px 0px 5px #ddd;*/
	border: 1px solid #ccc;
	text-align: center;
	overflow: hidden;
	background: #fff;
}

dl.index_cplist_04 dd a {
	display: block;
	overflow: hidden;
}

dl.index_cplist_04 dd .pic {
	display: block;
	overflow: hidden;
	/* border:1px solid #ccc; */
	transition: 0.5s;
	position: relative;

}

dl.index_cplist_04 dd .pic .zhezhao {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(http://www.hsxznkj.com/web/pic/jia.png) center center no-repeat rgba(9, 115, 205, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.6s;
	display: flex;
	justify-content: center;
	align-items: Center;
}

dl.index_cplist_04 dd:hover .pic .zhezhao {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*
dl.index_cplist_04 dd .pic .zhezhao .more{
	width: 57px;
	height: 57px;
	display: block;
	background: url(/web/pic/m.png) no-repeat;
}
dl.index_cplist_04 dd:hover .zhezhao .more{
	animation:rotateIn 1s infinite;
	-webkit-animation:rotateIn 1s infinite;
} */
dl.index_cplist_04 dd img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	/*

	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
	*/
}

/* dl.index_cplist_04 dd .tu2{
	margin-top:-169px;
}
dl.index_cplist_04 dd .tu2,dl.index_cplist_04 dd:hover .tu1{
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transition:0.6s;
}
dl.index_cplist_04 dd:hover .tu2{
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
} */
dl.index_cplist_04 dd:hover {
	border-color: #0A72CB;
	/* -moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc; */
}

dl.index_cplist_04 dd:hover .pic {
	border-color: #1D2089;
}

dl.index_cplist_04 dd:hover img {
	transform: scale(1.1);
}

dl.index_cplist_04 dd .txt {
	overflow: hidden;
	padding: 15px 15px 0 15px;
	/* z-index: 10;
	height:155px;
	background: #fff;
	border-top: 1px solid #EBEBEB; */
}

dl.index_cplist_04 dd h3 {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-top: 1px solid #ccc;
}

dl.index_cplist_04 dd:hover h3 {
	/* background: #FF8500;
	color: #fff; */
	border-color: #0A72CB;
}

dl.index_cplist_04 dd h3 i {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	border: 1px solid #ccc;
	color: #ccc;
	text-align: center;
	line-height: 18px;
}

dl.index_cplist_04 dd:hover h3 i {
	background: #0555ea;
	color: #fff;
	border-color: #0555ea;
}

dl.index_cplist_04 dd p {
	line-height: 25px;
	color: #666;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}

dl.index_cplist_04 dd .detail {
	display: block;
	margin: 20px auto 0 auto;
	width: 100px;
	line-height: 30px;
	/* padding:0 20px;
	background: #A7A7A7;
	color: #fff;*/
	/* text-transform: uppercase; */
	/* display:inline-block;
	*display:inline;
	*zoom:1;*/
	border: 1px solid #666;
	text-align: center;
	transition: 0.6s;
}

dl.index_cplist_04 dd:hover .detail {
	background: #6F4936;
	color: #fff;
	border-color: #6F4936;
}

dl.index_cplist_04 dd:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

dl.index_cplist_04 dd:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

dl.index_cplist_04 dd:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

dl.index_cplist_04 dd:nth-child(4) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

dl.index_cplist_04 dd:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

dl.index_cplist_04 dd:nth-child(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

dl.index_cplist_04 dd:nth-child(7) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

dl.index_cplist_04 dd:nth-child(8) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

dl.index_cplist_04 dd:nth-child(9) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

dl.index_cplist_04 dd:nth-child(10) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

/*不规则产品带遮罩*/
ul.index_cplist_05 {
	overflow: hidden;
	width: 920px;
}

ul.index_cplist_05 li {
	overflow: hidden;
	text-align: center;
	position: relative;
	float: left;
	width: 435px;
	margin: 0px 15px 15px 0;
}

ul.index_cplist_05 li img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}

ul.index_cplist_05 li:hover img {
	transform: scale(1.1);
}

ul.index_cplist_05 li a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	transition: 0.6s;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	padding: 25px;
}

ul.index_cplist_05 li:hover a {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

ul.index_cplist_05 li a .kuang {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(253, 188, 77, 0.7);
	padding: 0 25px;
	overflow: hidden;
	/* display: flex;
  justify-content:center;
  align-items:Center; */
}

ul.index_cplist_05 li a i {
	font-size: 26px;
	display: block;
	color: #fff;
	margin-top: 30%;
}

ul.index_cplist_05 li .num {
	display: block;
	font-size: 64px;
	color: #fff;
	-moz-text-shadow: 2px 2px 5px #000;
	-webkit-text-shadow: 2px 2px 5px #000;
	text-shadow: 2px 2px 5px #000;
	margin-top: 15%;
	position: relative;
	text-align: left;
	padding-left: 85px;
}

ul.index_cplist_05 li .num::before {
	content: "";
	width: 65px;
	height: 6px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

ul.index_cplist_05 li h3 {
	font-size: 20px;
	display: block;
	margin-top: 40px;
	font-weight: normal;
	color: #fff;

}

ul.index_cplist_05 li a .line {
	width: 40px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 15px auto 0 auto;
}

ul.index_cplist_05 li .txt {
	/* padding:0 30px; */
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
}

ul.index_cplist_05 li a p {
	color: #fff;
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px solid #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-bottom: 75px;
	background: url(../image/link.png) bottom center no-repeat;
}

ul.index_cplist_05 li a .jia {
	width: 42px;
	height: 42px;
	overflow: hidden;
	background: url(http://www.hsxznkj.com/web/pic/jia.png) no-repeat;
	display: block;
	margin: 20px auto 0 auto;
}

ul.index_cplist_05 li a .detail {
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 20px auto 0 auto;
	color: #fff;
	background: #23BDB1;
}

/* ul.index_cplist_05 #li1{
	width: 585px;
	height: 600px;
	left:0;
	top:0;
}
ul.index_cplist_05 #li2{
	width: 295px;
	height: 295px;
	left:600px;
	top:0;
}
ul.index_cplist_05 #li3{
	width: 295px;
	height: 295px;
	right:0;
	top:0;
}
ul.index_cplist_05 #li4{
	width: 600px;
	height: 295px;
	right:0;
	bottom:0;
}
ul.index_cplist_05 #li5{
	left:600px;
	bottom:0;
}
ul.index_cplist_05 #li6{
	right:0;
	bottom:0;
}
ul.index_cplist_05 #li7{
	right:0;
	top:0;
	background: #EBEBEB;
}
ul.index_cplist_05 #li8{
	left:0;
	bottom:0;
	background:url(/web/pic/jiantou.jpg) left bottom no-repeat #EBEBEB;
} */
/*不规则产品带遮罩*/
dl.index_cplist_06 {
	width: 1250px;
	overflow: hidden;
}

dl.index_cplist_06 dd {
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 385px;
	height: 253px;
	float: left;
	margin-right: 22.5px;
}

dl.index_cplist_06 #dd1 {
	height: 530px;
}

dl.index_cplist_06 #dd4,
dl.index_cplist_06 #dd5 {
	margin-top: 22.5px;
}

dl.index_cplist_06 dd img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 1s;
}

dl.index_cplist_06 #dd1 img {
	width: 760px !important;
	height: 530px !important;
}

dl.index_cplist_06 dd:hover img {
	transform: scale(1.1);
}

dl.index_cplist_06 dd a {
	display: block;
	overflow: hidden;
}

dl.index_cplist_06 dd .txt {
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	overflow: hidden;
	transition: 0.6s;
}

dl.index_cplist_06 dd:hover .txt {
	height: 145px;
}

dl.index_cplist_06 dd h3 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	display: block;
	transition: 0.6s;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	background: rgba(23, 116, 178, 0.7);
}

dl.index_cplist_06 dd h3 i {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #1773B2;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

dl.index_cplist_06 dd .txt .line {
	width: 35px;
	height: 4px;
	display: block;
	margin: 30px auto 0 auto;
	background: #fff;
	transition: 0.6s;
}

dl.index_cplist_06 dd:hover .txt .line {
	display: none;
}

dl.index_cplist_06 dd .txt p {
	color: #fff;
	line-height: 25px;
	padding: 0 20px;
	display: none;
	overflow: hidden;
	text-align: left;
	transition: 0.6s;
}

dl.index_cplist_06 dd:hover .txt p {
	display: block;
}

dl.index_cplist_06 dd .txt .detail {
	display: block;
	margin: 20px auto;
	width: 80px;
	height: 30px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	display: none;
	transition: 0.6s;
}

dl.index_cplist_06 dd:hover .txt .detail {
	display: block;
}

dl.index_cplist_06 dd:hover .pic {
	transform: scale(1.1);
}


/*----首页带图片新闻-------*/
.index_tuwenlist {
	overflow: hidden;
	width: 1300px;
}

.index_tuwenlist dl {
	overflow: hidden;
	width: 265px;
	float: left;
	margin-right: 46.66666666px;
}

.index_tuwenlist dl a {
	display: block;
	overflow: hidden;
}

.index_tuwenlist dl dt {
	overflow: hidden;
	width: 90px;
	float: left;
}

.index_tuwenlist dl dt img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}

.index_tuwenlist dl:hover dt img {
	transform: scale(1.1);
}

.index_tuwenlist dl dt .ri {
	display: block;
	color: #000;
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	margin-top: 10px;

}

.index_tuwenlist dl dt .nian {
	display: block;
	color: #666;
	font-family: Arial;
	margin-top: 5px;
}

.index_tuwenlist dl dd {
	overflow: hidden;
	margin-left: 100px;
}

.index_tuwenlist dl dd .num {
	float: left;
	padding: 20px 10px 10px 10px;
	border-bottom: 2px solid #c21823;
	font-size: 60px;
	font-weight: bold;
}

.index_tuwenlist dl dd h3,
.index_tuwenlist dl dd .shang {
	display: block;
	font-size: 18px;
	overflow: hidden;
	font-weight: normal;
	color: #fff;
	margin-top: 20px;
}

.index_tuwenlist dl dd .line {
	width: 25px;
	height: 2px;
	display: block;
	margin: 10px auto 0 auto;
	background: #0161AE;
}

.index_tuwenlist dl p,
.index_tuwenlist dl dd .xia {
	margin-top: 5px;
	/* line-height:25px; */
	color: #fff;
	display: block;
	overflow: hidden;
	font-size: 16px;
}

.index_tuwenlist dl dd .time {
	/* margin-top:10px; */
	display: block;
	color: #999;
	/* font-size:12px; */
}

.index_tuwenlist dl .detail {
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #AD7753;
	margin-top: 20px;
	transition: 0.6s;
	color: #fff;
}

.index_tuwenlist dl dd .detail:hover {
	background: #000;
	border-color: #000;
	color: #fff;
	transition: 0.5s;
}

/*头条*/
dl.toutiao {
	overflow: hidden;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}

dl.toutiao a {
	display: block;
	overflow: hidden;
}

dl.toutiao dt {
	overflow: hidden;
	width: 470px;
	height: 315px;
	float: right;
}

dl.toutiao dt .pic {
	display: block;
	overflow: hidden;
}

dl.toutiao dt img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	margin-top: -22.5px;
}

dl.toutiao dt:hover img {
	transform: scale(1.1);
}

dl.toutiao dd {
	overflow: hidden;
	width: 685px;
	float: left;
	padding-left: 15px;
}

dl.toutiao dd .shang {
	overflow: hidden;
}

dl.toutiao dd h3 {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 45px;
}

dl.toutiao dd .line {
	width: 85px;
	height: 3px;
	margin-top: 10px;
	display: block;
	background: #3945b5;
}

dl.toutiao dd p {
	line-height: 30px;
	overflow: hidden;
	display: block;
	color: #666;
	margin-top: 20px;
}

dl.toutiao dd .xia {
	overflow: hidden;
	display: block;
	margin-top: 15px;
}

dl.toutiao dd .time {
	display: block;
	color: #fff;
	margin-top: 20px;
}

dl.toutiao .detail {
	display: block;
	color: #fff;
	margin-top: 30px;
	text-decoration: underline;
	/* float: right; */
	/* line-height:30px;
	width:70px;
	text-align:center;
	border: 1px solid #033071;
	transition: 0.6s; */
}

dl.toutiao:hover .detail {
	/* background: #033071;
	color: #fff; */
}

dl.toutiao dd .detail i {
	margin-left: 10px;
}

/*首页新闻列表普通*/
dl.index_newslist_01 {
	overflow: visible;
	width: 600px;
	float: right;
	padding: 5px;
}

dl.index_newslist_01 dd {
	overflow: hidden;
	line-height: 57px;
	overflow: hidden;
	height: 57px;
	font-size: 16px;
	padding: 0 15px;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	margin-bottom: 15px;
}

dl.index_newslist_01 dd:hover {
	-moz-box-shadow: 0px 0px 5px #c52201;
	-webkit-box-shadow: 0px 0px 5px #c52201;
	box-shadow: 0px 0px 5px #c52201;
}

dl.index_newslist_01 dd a {
	display: block;
	background: url(http://www.hsxznkj.com/web/pic/jia.png) right center no-repeat;
}

dl.index_newslist_01 dd .detail {
	display: block;
	float: right;
	font-size: 16px;
	text-decoration: underline;
}

dl.index_newslist_01 dd .time {
	display: block;
	float: left;
	font-size: 18px;
	color: #40b88a;
	margin-right: 10px;
}

dl.index_newslist_01 dd i {
	margin-right: 10px;
	color: #3BA6D0;
}

dl.index_newslist_01 dd span {
	float: right;
	color: #999;
}

/*首页横排3块*/
.box {
	overflow: visible;
	width: 385px;
	float: left;
	margin-right: 22.5px
}

#box3 {
	float: right !important;
	margin-right: 0 !important;
}

.box img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

.tbox {
	overflow: hidden;
	width: 585px;
}

.tbox img {
	/* max-width: 100%;
	height: auto;
	display:block;
	margin:0px auto; */
}

.tbox_pd {
	padding: 20px 10px;
	height: 345px;
	overflow: hidden;
	border: 1px solid #B5B5B5;
	border-top: none;
	border-bottom-width: 2px;
}

/*首页新闻列表带图片*/
dl.index_newslist_02 {
	width: 1250px;
	overflow: visible;
}

dl.index_newslist_02 dd {
	width: 380px;
	overflow: visible;
	float: left;
	margin-right: 30px;
	position: relative;
	transition: 0.6s;
	background: #F7F7F9;
}

dl.index_newslist_02 dd a {
	display: block;
	overflow: hidden;
	transition: 0.6s;
}

dl.index_newslist_02 dd .pic {
	display: block;
	overflow: hidden;
	height: 255px;
	position: relative;
}

dl.index_newslist_02 dd .pic .time {
	width: 65px;
	height: 65px;
	display: block;
	background: #CF001C;
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-align: center;
	color: #fff;
}

dl.index_newslist_02 dd .pic .ri {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-bottom: 1px solid #fff;
	margin-top: 5px;
}

dl.index_newslist_02 dd .pic .nian {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

dl.index_newslist_02 dd img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	margin-top: -15px;
}

dl.index_newslist_02 dd:hover img {
	transform: scale(1.1);
}

dl.index_newslist_02 dd .txt {
	height: 220px;
	overflow: hidden;
	padding: 0 10px;
	transition: 0.6s;
}

dl.index_newslist_02 dd:hover .txt {
	/* border-color: #40B88A;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	background: #fff; */
}

dl.index_newslist_02 dd h3 {
	display: -webkit-box;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	margin-top: 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

dl.index_newslist_02 dd p {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	line-height: 25px;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

dl.index_newslist_02 dd .detail {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	transition: 0.5s;
	border: 1px solid #ccc;
}

dl.index_newslist_02 dd:hover .detail {
	background: #326DD5;
	border-color: #326DD5;
	color: #fff;
}

dl.index_newslist_02 dd .line {
	width: 50px;
	height: 2px;
	display: block;
	margin: 20px auto 0 auto;
	background: #009EDB;
}

dl.index_newslist_02 dd .dd_footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	color: #999;
}

dl.index_newslist_02 dd .time {
	display: block;
	margin-top: 10px;
	color: #999;
}

dl.index_newslist_02 dd .dd_footer i {
	float: right;
	font-size: 22px;
}

dl.index_newslist_02 dd:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

dl.index_newslist_02 dd:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

dl.index_newslist_02 dd:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

dl.index_newslist_02 dd:nth-child(4) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

dl.index_newslist_02 dd:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

/*首页新闻案例列表带遮罩*/
dl.index_newslist_03 {
	width: auto;
	overflow: hidden;
}

dl.index_newslist_03 dd {
	width: 25%;
	float: left;
	overflow: hidden;
	height: 225px;
	position: relative;
	/* border: 5px solid #f6f6f6;
	-moz-box-shadow:0px 0px 5px #777;
	-webkit-box-shadow:0px 0px 5px #777;
	box-shadow:0px 0px 5px #777;
	margin-bottom: 5px; */
	/* border-right: 30px solid transparent;
	border-top: 30px solid transparent; */
}

dl.index_newslist_03 dd .title {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
}

dl.index_newslist_03 dd .ovrlyT {
	background: rgba(0, 0, 0, 0.35);
	height: 100%;
	left: 100%;
	position: absolute;
	top: -100%;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2;
}

dl.index_newslist_03 dd .ovrlyB {
	background: rgba(0, 0, 0, 0.35);
	height: 100%;
	left: -100%;
	position: absolute;
	top: 100%;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 3;
}

dl.index_newslist_03 dd .buttons {
	position: absolute;
	top: 35%;
	left: 49%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 4;
}

dl.index_newslist_03 dd .buttons .fa {
	/* -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; */
	display: inline-block;
	line-height: 35px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	width: 35px;
	height: 35px;
	-webkit-transition: all 0.2s 0.3s;
	-moz-transition: all 0.2s 0.3s;
	-o-transition: all 0.2s 0.3s;
	transition: all 0.2s 0.3s;
	opacity: 0;
	background: #F4AE00;
	color: #fff;
}

dl.index_newslist_03 dd:hover .ovrlyT {
	left: 0;
	top: 0;
}

dl.index_newslist_03 dd:hover .ovrlyB {
	left: 0;
	top: 0;
}

dl.index_newslist_03 dd:hover .buttons .fa {
	opacity: 1;
}

dl.index_newslist_03 dd img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	transition: 0.6s;
}

dl.index_newslist_03 dd:hover img {
	transform: scale(1.1);
}

dl.index_newslist_03 dd a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

dl.index_newslist_03 dd a .kuang {
	display: block;
	overflow: hidden;
	height: 100%;
	border: 1px solid #fff;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

dl.index_newslist_03 dd:hover a .kuang {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

dl.index_newslist_03 dd a h3,
dl.index_newslist_03 dd a p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-top: 45%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: translateY(-50px);
	transition: 0.6s;
	padding: 0 15px;
}

dl.index_newslist_03 dd:hover a h3,
dl.index_newslist_03 dd:hover a p {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: translateY(0px);
}

dl.index_newslist_03 dd:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

dl.index_newslist_03 dd:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

dl.index_newslist_03 dd:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

dl.index_newslist_03 dd:nth-child(4) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

dl.index_newslist_03 dd:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

dl.index_newslist_03 dd:nth-child(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

dl.index_newslist_03 dd:nth-child(7) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

dl.index_newslist_03 dd:nth-child(8) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

dl.index_newslist_03 dd:nth-child(9) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

dl.index_newslist_03 dd:nth-child(10) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

/*首页上面图片下面带日期的新闻列表*/
.index_newslist_05 {
	width: 1250px;
	overflow: hidden;
}

.index_newslist_05 dl {
	overflow: hidden;
	width: 375px;
	float: left;
	margin-right: 37.5px;
}

.index_newslist_05 dl a {
	display: block;
	overflow: hidden;
}

.index_newslist_05 dl .pic {
	display: block;
	overflow: hidden;
}

.index_newslist_05 dl .pic img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}

.index_newslist_05 dl:hover img {
	transform: scale(1.1);
}

.index_newslist_05 dl:hover dt {
	background: #0081c2;
	border-color: #0081c2;
}

.index_newslist_05 dl:hover dt span.ri,
.index_newslist_05 dl:hover dt span.nian {
	color: #fff;
}

.index_newslist_05 dl dt {
	width: 85px;
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	overflow: hidden;
	float: left;
	transition: 0.6s;
}

.index_newslist_05 dl dt span {
	display: block;
	width: 100%;
	overflow: hidden;
}

.index_newslist_05 dl dt span.ri {
	font-size: 35px;
	font-weight: bold;
	margin-top: 10px;
}

.index_newslist_05 dl dt span.nian {
	color: #666;
}

.index_newslist_05 dl dd {
	margin-left: 100px;
	overflow: hidden;
}

.index_newslist_05 dl dd h3 {
	display: block;
	font-weight: normal;
	font-size: 18px;
}

.index_newslist_05 dl dd p {
	display: block;
	margin-top: 5px;
	overflow: hidden;
	line-height: 25px;
}

/*首页问答FAQ样式*/
dl.wenda_list {
	overflow: hidden;
}

dl.wenda_list dt {
	background: url(../image/q.jpg) left center no-repeat;
	padding-left: 35px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 12px;
}

dl.wenda_list dd {
	overflow: hidden;
	padding-left: 35px;
	background: url(../image/a.jpg) left 5px no-repeat;
	margin-top: 10px;
	color: #666;
	line-height: 25px;
}

/*友情链接带图片样式*/
ul.link_01 {
	overflow: hidden;
	padding: 17px;
}

ul.link_01 li {
	float: left;
	width: 180px;
	overflow: hidden;
	margin: 7px;
}

ul.link_01 li img {
	width: 100%;
	height: auto;
	display: block;
	/* border:1px solid #ccc; */
}

/*仅文字链接*/
ul.link_02 {
	/* display: inline-block;
	*display: inline;
	*zoom:1; */
	padding-top: 15px;
}

ul.link_02 a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 15px 0 0;
	margin-right: 15px;
	border-right: 1px solid #ccc;
	line-height: 13px;
	margin-top: 10px;
	color: #fff;
}



.lmmc {
	width: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.lmmc h2 {
	font-size: 26px;
	font-weight: normal;
	float: left;
	display: block;
}

/*----首页独立联系我们----*/
ul.index_contact_01 {
	overflow: hidden;
	/* text-align: center; */
	width: 430px;
	float: right;
}

ul.index_contact_01 li {
	overflow: hidden;
	padding-left: 95px;
	color: #fff;
	line-height: 40px;
	font-size: 22px;
}

ul.index_contact_01 li a {
	color: #fff;
}

ul.index_contact_01 li .txt {
	overflow: visible;
	height: 75px;
	line-height: 25px;
	display: flex;
	justify-content: center;
	align-items: Center;
}

/* ul.index_contact_01 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
ul.index_contact_01 li h4{
	display:block;
	margin-top:15px;
	font-size:18px;
	font-weight:normal;
	color:#666;
}

ul.index_contact_01 li .txt:after{
	content: "";
	width:145px;
	height:1px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	background:#999;
	z-index:20;
} */

ul.index_contact_01 #index_tel {
	background: url(../image/t.png) left center no-repeat;
}

ul.index_contact_01 #index_email {
	background: url(http://www.hsxznkj.com/web/pic/e.png) left center no-repeat;
}

ul.index_contact_01 #index_dizhi {
	background: url(http://www.hsxznkj.com/web/pic/a.png) top center no-repeat;
}

/* ul.index_contact_01 #whatsapp{
	background:url(../ico/whatsapp.png) left center no-repeat;
}
ul.index_contact_01 #footer_add{
	background:url(/web/pic/add.png) left center no-repeat;
} */
.zone {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}




/*-----More按钮样式大全---*/
.more_01 {
	display: block;
	font-size: 16px;
	float: left;
	border: 1px solid #ccc;
	padding: 0 30px;
	line-height: 50px;
	transition: 0.6s;
}

.more_02 {
	display: block;
	line-height: 40px;
	width: 130px;
	transition: 0.6s;
	text-align: center;
	background: #0A72CB;
	/* margin: 0px auto; */
	/* border: 1px solid #666; */
	/* text-transform: uppercase; */
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.more_02 i {
	margin-left: 10px;
}

.more_02:hover {
	color: #fff;
	/* background-color: #EE2365;
	border-color: #EE2365; */
}

.more_02:hover i {
	color: #fff;
}

.more_03 {
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	/* float: left; */
	line-height: 70px;
	width: 275px;
	line-height: 70px;
	display: block;
	margin: 0px auto;
	/* transition:0.6s; */
	border: 1px solid #ccc;
	font-size: 18px;
	padding-left: 55px;
	background: url(../image/jiantou.png) 178px center no-repeat;
}

.more_03 i {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: #FF8500;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	/* vertical-align: middle; */
	margin-left: 30px;
}

.more_03:hover {
	color: #326DD5;
	background-color: #fff;
	border-color: #326DD5;
}

/*---首页左边分类右边产品结构--*/
#zuo {
	width: 295px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #2CAE41;
}

#zuo_title {
	overflow: hidden;
	background: #C62302;
	height: 85px;
}

#zuo_title h2 {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 85px;
	/* text-transform: uppercase; */
	font-weight: normal;
	text-align: center;
}

#zuo_title p {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	color: #BFCEE3;
}

#zuo ul {
	overflow: hidden;
}

#zuo ul li {
	border: 1px solid #fff;
	height: 45px;
	overflow: hidden;
}

#zuo ul li:hover {
	border-color: #0a7dff;
}

#zuo ul li a {
	display: block;
	line-height: 45px;
	transition: 0.6s;
	/* font-size: 18px;
	color: #fff;
	padding-left: 60px;
	background: url(http://www.hsxznkj.com/web/pic/quan.png) 20px center no-repeat; */
}

#zuo ul li:hover a {
	color: #0a7dff;
	font-weight: bold;
	text-indent: 15px;
}


#zuo dl {
	overflow: hidden;
	border-left: 1px solid #2CAE41;
	border-right: 1px solid #2CAE41;
}

#zuo dl dt {
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-top: 1px solid #2CAE41;
	border-bottom: 1px solid #2CAE41;
	margin-top: -1px;
}

#zuo dl dt#zuo_on a,
#zuo dl dt:hover a {
	color: #2CAE41;
}

#zuo dl dt a {
	font-size: 16px;
	display: block;
	padding-left: 50px;
	color: #2CAE41;
	background: url(http://www.hsxznkj.com/web/pic/jia.png) 20px center no-repeat;
}

#zuo dl dt.open a {
	background: url(http://www.hsxznkj.com/web/pic/jian.png) 20px center no-repeat !important;
}

#zuo dl dd {
	padding: 0px 20px;
	display: none;
}

#zuo dl dd a {
	display: block;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
	padding-left: 40px;
}

#you {
	width: 885px;
	overflow: hidden;
	float: right;
}

/*#you #you_title{
	overflow:hidden;
	background:#EDEDED;
}

#you #you_title:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	top: 100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-top-color: #2F96D0;
	left: 50%;
	margin-left:-10px;
}

#you #you_title h2{
	display:block;
	float:left;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	line-height:50px;
	padding: 0 25px;
	background: #035aaa;
}
#you #you_title span{
	float:right;
	margin-right:10px;
	display:block;
}
#you #you_title span a{
	display:block;
	line-height: 50px;
	color: #666;
}*/
#you ul {
	overflow: hidden;
	width: 950px;
}

#you ul li {
	width: 280px;
	float: left;
	overflow: hidden;
	margin: 0px 22.5px 20px 0;
	text-align: center;
	position: relative;
	border: 1px solid #ccc;
}

#you ul li .pic {
	display: block;
	overflow: hidden;
}

#you ul li img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}

#you ul li:hover {
	border-color: #da3d14;
}

#you ul li:hover img {
	transform: scale(1.1);
}

#you ul li h3 {
	display: block;
	overflow: hidden;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}

#you ul li:hover h3 {
	background: rgba(218, 61, 20, 0.7);
}

/*-----底部共用-------*/
.footer_zone {
	width: 100%;
	overflow: hidden;
	min-width: 1200px;
	background: #303644;
}

.footer {
	width: 1200px;
	overflow: hidden;
	margin: 40px auto 30px auto;
	position: relative;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff;
}

#footer_l {
	overflow: hidden;
	float: left;
	width: 410px;
}

#footer_l_title {
	overflow: hidden;
	font-size: 50px;
	/* text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
	padding-left: 45px; */
}

#footer_l_title h2 {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

#footer_l_title h3 {
	display: block;
	font-size: 36px;
	font-weight: normal;
	float: left;
	margin-left: 5px;
	text-transform: uppercase;
	color: #545454;
}

#footer_m {
	float: left;
	overflow: hidden;
	width: 220px;
	margin-right: 0 !important
}

#footer_r {
	overflow: hidden;
	float: right;
	width: 435px;
	margin-right: 0 !important
}

#chanpin {
	width: 390px;
	margin-right: 0 !important;
}

#footer_r dd {
	width: 50%;
	float: left;
	overflow: hidden;
}

.footer dl {
	float: left;
	overflow: hidden;
	/* min-height:170px;
	background:url(/web/pic/dl.png) right top no-repeat; */
}

.footer dl dt {
	display: block;
	/* font-size:18px; */
	margin-bottom: 25px;
	overflow: visible;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	position: relative;
	/* font-weight: bold; */
}

.footer dl dt:after {
	/* content: "";
	width:80px;
	height:1px;
	display:block;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	z-index:20; */
}

.footer dl dt a {
	display: block;
}

.footer dl dt img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 10px 18px;
}

.footer dd {
	line-height: 30px;
}

.footer dl dd a {
	display: block;
}

#chanpin dd a {}

.footer dl dd i {
	margin-right: 10px;
}

dl.last {
	width: auto;
	overflow: visible;
	margin-right: 0 !important;
	float: right !important;
	padding-right: 0 !important;
	background: none !important;
	border: none;
}

dl.last a {}

#footer_lxxx {
	overflow: hidden;
}

#footer_lxxx img {
	max-width: 25px;
	height: auto;
	display: block;
}

.footer_zone #footer_lxxx img {
	/* filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; */
}

#footer_lxxx tr td {
	padding-bottom: 10px;
}

#ewm {
	overflow: hidden;
	width: 120px;
	height: 148px;
	background: url(../image/ewm.png) no-repeat;
	margin: 0px auto;
	text-align: center;
}

#ewm .shang {
	height: 115px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: Center;
}

#ewm img {
	max-width: 100%;
	height: auto;
	display: block;
	/* margin:0px auto 10px auto; */
}

#ewm .xia {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 16px;
}

#footer_follow {
	overflow: hidden;
	text-align: center;
}

#footer_follow a {
	margin: 0px 5px 0px 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#footer_follow img {
	width: 35px;
	height: auto;
	vertical-align: middle;
}

#footer_follow i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	/* background:#1C2C3B!important; */
	/* border:1px solid #fff; */
	margin-right: 0px !important;
	font-size: 16px;
	transition: 0.6s;
	color: #fff;
}

#footer_follow a:hover i {
	color: #fff;
	/* background: #23BDB1!important; */
}

.ali {
	background: url(../image/ali.png) center center no-repeat;
	width: 35px !important;
}

#footer_follow span {
	font-size: 18px;
	text-transform: uppercase;
	/* font-weight: bold; */
	line-height: 35px;
	margin-right: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

#copy_zone {
	width: 100%;
	overflow: hidden;
	min-width: 1200px;
	/* border-top: 1px solid #666; */
	background: #272B36;
}

#copy {
	overflow: hidden;
	width: 1200px;
	padding: 15px 0px 15px 0px;
	margin: 0px auto;
	color: #626a7e;
	/* text-align: center; */
	/* border-top: 1px solid #777777; */
	/* background: url(/web/pic/copy.jpg) top center repeat-x; */
}

#copy a {
	color: #626a7e;
}

#copy_l {
	float: left;
	overflow: hidden;
}

#copy_r {
	float: right;
	overflow: hidden;
}

/*--------------内页样式----------------------*/
.ny_banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.ny_banner img {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.wz_zone {
	width: 100%;
	min-width: 1200px;
	height: 50px;
	line-height: 50px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#C5C5BE, direction=120, strength=4);
	-moz-box-shadow: 2px 2px 10px #C5C5BE;
	-webkit-box-shadow: 2px 2px 10px #C5C5BE;
	box-shadow: 2px 2px 10px #C5C5BE;
	margin-bottom: 3px;
	background-color: #fff;
}

.wz {
	width: auto;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.wz_zone .wz span {
	margin-top: 0 !important;
}

.wz span {
	color: #666;
	font-size: 14px;
	float: right;
	margin-top: 5px;
}

.wz span a {
	color: #666;
	font-size: 14px;
}

.wz h2 {
	font-size: 20px;
	text-transform: uppercase;
	text-indent: 30px;
	background: url(../image/wz.png) left center no-repeat;
	font-weight: normal;
	display: block;
	float: left;
}

.left_wrap {
	float: left;
	width: 250px;
}

.left_wrap h2 {
	width: auto;
	height: 45px;
	line-height: 45px;
	text-indent: 20px;
	font-size: 18px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight: normal;
	color: #fff;
}

.zlm {
	width: auto;
	background: #fff;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

.zlm dl {
	overflow: visible;
}

.zlm dl dt {
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	border-bottom: 1px solid #d8d8d8;
	cursor: pointer;
	overflow: hidden;
}

.zlm dl dt a {
	display: block;
	float: left;
}

.zlm dl dt a span.yuanjiao {
	margin-right: 10px;
	display: none;
	width: 7px;
	height: 7px;
	border: 1px solid #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.zlm dl dt i.fa-angle-down {
	float: right;
	margin: 14px 10px 0 0;
	font-size: 16px;
	cursor: pointer;
}

.zlm dl dt:hover,
.zlm dl #zlm_on,
.zlm dl .zlm_on {
	background: #fff;
}

.zlm dl .sanji {
	display: none;
	border-bottom: 1px solid #d8d8d8;
}

.zlm dl .sanji li {
	height: 35px;
	line-height: 35px;
	position: relative;
	text-indent: 30px;
}

.zlm dl .sanji li a {
	display: block;
}

.zlm dl .sanji li i {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.zlm dl .dropdown-menu {
	position: absolute;
	left: 100%;
	top: 0;
	background: #f0f0f0;
	width: 200px;
	display: none;
}

.zlm dl .sanji li:hover .dropdown-menu {
	display: block;
}

.left_lxxx {
	padding: 10px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	border: 1px solid #d8d8d8;
	border-top: none;
	word-break: break-all;
	background: #fff;
}

.left_lxxx a {
	color: #333;
}

.right_wrap {
	width: 930px;
	overflow: Hidden;
	float: right;
	background: #fff;
}

.right_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
}

.right_title h2 {
	font-size: 26px;
	font-weight: normal;
}

.tulist {
	overflow: hidden;
	clear: both;
	width: 100%;
}

.tulist li {
	list-style-type: none;
	float: left;
	width: 33.3333333%;
	margin-top: 20px;
	padding-right: 15px;
	overflow: Hidden;
	text-align: center;
}

.tulist li .pic {
	display: block;
	border: 1px solid #ccc;
	overflow: hidden;
}

.tulist li img {
	width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}

.tulist li:hover img {
	transform: scale(1.1);
}

.tulist li h3 {
	background-color: #f9f9f9;
	height: 40px;
	overflow: hidden;
}

.tulist li h3 a {
	line-height: 40px;
	font-size: 14px;
	color: #333;
}


.tulist_02 {
	width: 100%;
	overflow: hidden;
}

.tulist_02 li {
	list-style-type: none;
	float: left;
	width: 25%;
	border-right: 15px solid #fff;
	margin-bottom: 15px;
	text-align: center;
}

.tulist_02 li img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	transition: 0.6s;
}

.tulist_02 li:hover img {
	transform: scale(1.1);
}

.tulist_02 li h3 {
	font-size: 14px;
	font-weight: normal;
	display: block;
	line-height: 30px;
}

.tulist_03 {
	width: 1250px;
	overflow: hidden;
}

.tulist_03 li {
	list-style-type: none;
	float: left;
	width: 399px;
	margin-right: 1px;
	text-align: center;
}

.tulist_03 li img {
	width: 100%;
	height: auto;
	display: block;
}

.tulist_03 li h3 {
	font-size: 18px;
	font-weight: normal;
	display: block;
	line-height: 60px;
	color: #fff;
	background: #656565;
}

.tulist_03 li h3 a {
	color: #fff;
}

.list-cont ul li {
	position: relative;
	height: 220px;
	padding: 20px 180px 20px 345px;
	margin-bottom: 30px;
	background-color: #fff;
}

.list-cont ul li .pic {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 290px;
	height: 220px;
}

.list-cont ul li .text {
	position: relative;
	height: 220px;
}

.list-cont ul li .text h2 {
	font-size: 22px;
	line-height: 45px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-cont ul li .text p {
	font-size: 16px;
}

.list-cont ul li .text .more {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d2d2d2;
}

.list-cont ul li .date {
	position: absolute;
	top: 25px;
	right: 0;
	width: 154px;
	height: 130px;
	padding-top: 80px;
	border-left: 1px solid #dcdcdc;
	text-align: center;
}

.list-cont ul li .date .day {
	font-size: 40px;
	line-height: 40px;
}

.list-cont ul li .date .years {
	font-size: 14px;
}

.tuwenlist2 {
	overflow: hidden;
	clear: both;
	width: 100%;
}

.tuwenlist2 li {
	list-style-type: none;
	float: left;
	width: 385px;
	height: 470px;
	margin-top: 20px;
	margin-right: 20px;
	overflow: Hidden;
	background: #f9f9f9;
	padding: 10px;
	border: 1px solid #ccc;
}

.tuwenlist2 li img {
	width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}

.tuwenlist2 li:hover img {
	transform: scale(1.1);
}

.tuwenlist2 li h3 {
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.tuwenlist2 li h3 a {
	font-size: 16px;
}

.tuwenlist2 li p {
	color: #666;
	display: block;
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	line-height: 25px;
}

dl.wzlist {
	width: auto;
	margin-top: 10px;
}

dl.wzlist dd {
	line-height: 40px;
	/* border-bottom:1px dotted #ccc; */
}

dl.wzlist dd i {
	margin-right: 10px;
}

dl.wzlist dd a {
	line-height: 40px;
	display: block;
	font-size: 16px;
	/* background: url(/web/pic/i2.jpg) left center no-repeat; */
}

dl.wzlist dd span {
	float: right;
	margin-right: 10px;
	color: #989898;
}

.pro_main {
	margin-top: 20px;
	overflow: hidden;
}

.pro_left {
	width: 455px;
	float: left;
}

.pro_right {
	width: 450px;
	float: right;
	overflow: hidden;
	line-height: 25px;
}

.pro_right h2 {
	font-size: 22px;
	padding-bottom: 10px;
	display: block;
	font-weight: normal;
}

.pro_info {
	margin-top: 10px;
	overflow: hidden;
	line-height: 25px;
}

dl.tuwenlist {
	width: 100%;
	margin: 10px auto;
	padding-bottom: 10px;
	overflow: Hidden;
	border-bottom: 1px dashed #e1e1e1;
}

dl.tuwenlist dt {
	float: left;
	width: 220px;
	overflow: hidden;
}

dl.tuwenlist dt img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	transition: 0.6s;
}

dl.tuwenlist:hover dt img {
	transform: scale(1.1);
}

dl.tuwenlist dd {
	margin-left: 240px;
}

dl.tuwenlist dd h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

dl.tuwenlist dd .info {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

dl.tuwenlist dd span {
	margin-top: 10px;
	float: right;
}

dl.tuwenlist dd span a {
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	font-size: 12px;
	color: #fff;
}

.ny_h1 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-top: 20px;
}

.wzinfo {
	width: 100%;
	text-align: center;
	color: #999;
	margin-top: 20px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.wzinfo .time {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 20px;
	padding-left: 25px;
	background: url(../image/time.png) left center no-repeat;
}

.wzinfo .click {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 20px;
	padding-left: 25px;
	margin-left: 50px;
	background: url(../image/click.png) left center no-repeat;
}

/*----------下载表格----------*/
.biaoge {
	width: 100%;
	border-collapse: collapse;
}

.biaoge tr td,
.biaoge tr th {
	border: #ccc solid 1px;
	padding: 10px 0 10px 15px;
}

.biaoge tr th,
.biaoge .down_b {
	background: #fff;
}

.biaoge .fa-caret-right {
	margin-right: 10px;
}

.biaoge .fa-cloud-download {
	font-size: 30px;
	margin: 0px auto;
	display: block;
	text-align: center;
	margin-left: -15px;
}

/*--------------留言表单CSS样式-------------*/
#feedback_txt {
	overflow: hidden;
	padding: 10px 10px 10px 60px;
	font-size: 16px;
	line-height: 25px;
	background: url(../image/feedback.png) 10px center no-repeat #f1f1f1;
	min-height: 50px;
	margin-top: 15px;
}

#biaodan {
	width: auto;
	overflow: hidden;
	margin: 20px 0 20px 0;
}

#biaodan p {
	display: block;
	margin-top: 15px;
	overflow: hidden;
	clear: both;
}

#biaodan p label {
	width: 80px;
	float: left;
	text-align: right;
	overflow: hidden;
	margin-right: 5px;
	line-height: 38px;
}

.itext {
	width: 550px;
	height: 38px;
	border: 1px solid #c8c8c8;
	line-height: 38px;
	text-indent: 10px;
	display: block;
	float: left;
	overflow: hidden;
	color: #666;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
	-moz-box-shadow: 2px 2px 5px #ddd inset;
	-webkit-box-shadow: 2px 2px 5px #ddd inset;
	box-shadow: 2px 2px 5px #ddd inset;
	background: #fff;
}

.icontent {
	width: 550px;
	height: 85px;
	border: 1px solid #c8c8c8;
	line-height: 25px;
	text-indent: 10px;
	display: block;
	float: left;
	overflow: hidden;
	color: #666;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
	-moz-box-shadow: 2px 2px 5px #ddd inset;
	-webkit-box-shadow: 2px 2px 5px #ddd inset;
	box-shadow: 2px 2px 5px #ddd inset;
	background: #fff;
}

.ibtn {
	width: 100px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
	border: none;
	outline: none;
	cursor: pointer;
	margin: 5px 20px 5px 5px;
	color: #fff;
}

.ibtn:hover {
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
	transition: 0.6s;
}

/*底部表单*/
.fbiaodan {
	overflow: hidden;
}

.fbiaodan .fitem {
	display: block;
	float: left;
	overflow: hidden;
}

.fbiaodan label {
	width: 75px;
	float: left;
	line-height: 45px;
	text-align: right;
	padding-right: 10px;
}

.ftext {
	height: 40px;
	text-indent: 10px;
	line-height: 40px;
	border: none;
	overflow: hidden;
	background: #4D5466;
	display: block;
	outline: none;
	width: 100%;
}

.fcontent {
	width: 100%;
	height: 110px;
	border: none;
	padding: 10px;
	line-height: 25px;
	overflow: hidden;
	background: #4D5466;
	outline: none;
	border: none;
}

.fbtn {
	cursor: pointer;
	border: none;
	background: #326DD5;
	line-height: 35px;
	text-align: center;
	outline: none;
	text-transform: uppercase;
	display: block;
	width: 125px;
	margin: 0px auto;
	color: #fff;
	/* float: left; */
	/* padding: 0 50px; */
	font-size: 16px;
}

.fbtn:hover {
	color: #fff;
	/* background: #000!important;
	border-color: #000!important; */
}

.reset_btn {
	background: #999999 !important;
	margin-left: 50px;
}

/*--联系我们通栏表单--*/
.cbiaodan {
	overflow: hidden;
	/* display: inline-block;
	*display: inline;
	*zoom:1; */
	background: #D2DCE5;
}

.cbiaodan p {
	display: block;
	float: left;
	width: 385px;
	padding: 5px 0;
	background: #fff;
	-moz-border-radius: 10px;
	/* Gecko browsers */
	-webkit-border-radius: 10px;
	/* Webkit browsers */
	border-radius: 10px;
	/* W3C syntax */
	overflow: hidden;
	position: relative;
}

.cbiaodan p i {
	width: 40px;
	height: 40px;
	float: right;
	border-left: 1px solid #ddd;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #999;
	position: absolute;
	right: 0;
	top: 5px;
}

.ctext {
	height: 40px;
	text-indent: 10px;
	line-height: 40px;
	border: none;
	width: 100%;
	/* margin-bottom: 15px; */
	overflow: hidden;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
	background: none;
}

.ccontent {
	width: 100%;
	height: 110px;
	border: none;
	padding: 10px 10px 10px 10px;
	line-height: 20px;
	overflow: hidden;
	background: none;
	outline: none;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
}

.cbtn {
	cursor: pointer;
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	border: none;
	background: #819355;
	line-height: 40px;
	text-align: center;
	float: right;
	padding: 0 15px;
	text-transform: uppercase;
	color: #fff;
	/* margin-top: 10px; */
	/* font-size: 16px; */
	display: block;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	opacity: 1;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

/*---------------其它碎片样式代码------------*/
#about_box {
	overflow: hidden;
	background: #fff;
	position: relative;
}

#about_left {
	width: 600px;
	overflow: hidden;
	float: left;
}

#about_pic {
	overflow: hidden;
	width: 585px;
	float: right;
}

#about_pic img,
#about_left img {
	max-width: 100%;
	height: auto;
	display: block;
	/* margin: 0px auto; */
	/* float: right; */
}

#about_right {
	width: 435px;
	float: right;
	overflow: hidden;
}

#about_right img {
	max-width: 100%;
	height: auto;
	display: block;
}

#about_title {
	overflow: hidden;
	padding-bottom: 40px;
	background: url(http://www.hsxznkj.com/web/pic/yun.png) 320px bottom no-repeat;
}

#about_title .shang {
	overflow: hidden;
	font-size: 26px;
	font-weight: bold;
}

#about_title .xia {
	overflow: hidden;
	margin-top: 5px;
	font-size: 16px;
	color: #666;
}

#about_title .line {
	width: 70px;
	height: 2px;
	display: block;
	margin-top: 10px;
	background: #004098;
}

#about_txt {
	overflow: hidden;
	line-height: 35px;
	font-size: 16px;

}

#about_right h4 {
	font-size: 20px;
	display: block;
	font-weight: normal;
	margin: 20px 0;
}

#about_more {
	display: block;
	width: 85px;
	height: 30px;
	background: #024e8e;
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	transition: 0.6s;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#about_more:hover {
	background: #F57D02;
}

#news_box {
	overflow: hidden;
	width: 670px;
	float: left;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	padding: 20px;
}

#news_box img {
	max-width: 100%;
	height: auto;
	display: block;
}

#other_box {
	overflow: hidden;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	margin-bottom: -135px;
	margin-top: 50px;
	position: relative;
	z-index: 99;
}

#other_box img {
	max-width: 100%;
	height: auto;
	display: block;
}

/*---------我们的优势----------*/
.ys {
	overflow: hidden;
	margin-top: 40px;
}

.ys_num {
	width: 58px;
	min-height: 225px;
	background: url(http://www.hsxznkj.com/web/pic/n.png) top center no-repeat;
	overflow: hidden;
	text-align: center;
	padding-top: 15px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	height: 100%;
	float: left;
	margin-right: 30px;
}

#ys_num1 {
	left: 465px;
	top: 5px;
}

#ys_num2 {
	left: 465px;
	top: 290px;
}

#ys_num3 {
	left: 650px;
	top: 455px;
}

#ys_num4 {
	left: 650px;
	top: 755px;
}

#ys_num5 {
	left: 465px;
	top: 890px;
}

#ys_num6 {
	left: 465px;
	top: 1180px;
}

.ys_num span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-bottom: 3px;
	border-bottom: 2px solid #fff;
}

.ys_pic {
	overflow: hidden;
	width: 960px;
	position: absolute;
}

.ys_pic img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

#ys_pic1 {
	left: -360px;
	top: 0;
	animation-name: fadeInLeft;
}

#ys_pic2 {
	right: -360px;
	bottom: 0;
	animation-name: fadeInRight;
}

.ys_txt {
	overflow: hidden;
	width: 570px;
	position: absolute;
}

#ys_txt1 {
	right: 0;
	top: 65px;
	animation-name: fadeInRight;
}

#ys_txt2 {
	top: 285px;
	right: 0;
	animation-name: fadeInRight;
}

#ys_txt3 {
	left: 0;
	top: 590px;
	animation-name: fadeInLeft;
}

#ys_txt4 {
	left: 0;
	top: 800px;
	animation-name: fadeInLeft;
}

#ys_txt1 dl,
#ys_txt2 dl {
	float: right;
}

#ys_txt3 dl,
#ys_txt4 dl {
	float: left;
}

#ys_txt1 .ys_p,
#ys_txt2 .ys_p {
	text-align: right;
}

.ys_txt dl {
	overflow: visible;
	width: 235px;
	border-bottom: 1px solid #ccc;
}

.ys_txt dt {
	overflow: visible;
	padding-bottom: 10px;
	position: relative;
	float: left;
	height: 45px;
}

.ys_txt dt:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #3AA5CF;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.ys_txt dt span {
	display: block;
	font-size: 50px;
	line-height: 50px;
	color: #D8D8D8;
	height: 40px;
	overflow: hidden;
}

.ys_txt dd {
	overflow: hidden;
	float: left;
	margin-left: 15px;
}

.ys_txt h2 {
	font-size: 30px;
	display: block;
	position: relative;
	float: left;
	color: #ff8500;
	font-style: italic;
}

.ys_txt h3 {
	font-size: 20px;
	display: block;
	color: #999;
	font-weight: normal;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}

.ys_txt .ys_p {
	overflow: hidden;
	display: block;
	font-size: 18px;
	line-height: 35px;
}

/* .ys_txt ul{
	overflow:hidden;
	padding-left: 75px;
}
.ys_txt ul li{
	line-height:30px;
	padding-left:15px;
	background:url(/web/pic/i.png) left 11px no-repeat;
	margin-top: 10px;
} */
.news_l {
	overflow: hidden;
	width: 535px;
	height: 525px;
	float: left;
	background: #F8F8F8;
	padding: 48px 85px 0 85px;
}

.news_l a {
	display: block;
	overflow: hidden;
}

.news_l .pic {
	display: block;
	overflow: hidden;
	height: 165px;
	margin-top: 35px;
}

.news_l .pic img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	margin-top: -55px;
}

.news_l h3 {
	display: block;
	font-size: 18px;
	margin-top: 25px;
	font-weight: normal;
	color: #0A72CB;
}

.news_l p {
	display: block;
	overflow: hidden;
	margin-top: 25px;
	line-height: 30px;
	color: #666;
	padding-left: 20px;
	border-left: 1px solid #0A72CB;
}

.news_l:hover .pic img {
	transform: scale(1.1);
}

.news_l .time {
	display: block;
	color: #666;
	font-size: 18px;
}

.news_l .detail {
	display: block;
	margin-top: 35px;
}

/* .news_l dl{
	overflow: hidden;
	margin-top: 20px;
}
.news_l dl dt{
	width: 65px;
	float: left;
	overflow: hidden;
	color: #888888;
	text-align: center;
	padding-top: 15px;
}
.news_l dl dt .nian{
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;

}
.news_l dl dd{
	margin-left: 80px;
	overflow: hidden;
}

.news_l dl dd p{
	display: block;
	overflow: hidden;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
} */




.news_content {
	overflow: hidden;
}

.news_content dl {
	overflow: hidden;
	padding: 10px 0;
	border: 1px solid #ddd;
	margin-top: 30px;
}

/* .news_content dl:last-child{
	margin-bottom: 0!important;
	border: none;
	padding-bottom: 0!important;
} */
.news_content dl:hover {
	border-color: #F4AE00;
}

.news_content dl a {
	display: block;
	overflow: hidden;
}

.news_content dl dt {
	float: left;
	overflow: hidden;
	transition: 0.6s;
}

.news_content dl dt.time {
	padding: 0 20px;
	overflow: hidden;
}

.news_content dl dt.pic {
	width: 155px;
	display: block;
	float: left;
	overflow: hidden;
}

.news_content dl dt img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}

.news_content dl:hover dt {
	/* background: #FF6E01; */
}

.news_content dl:hover dt span {
	/* color: #fff; */
}

.news_content dl:hover dt img {
	transform: scale(1.1);
}

.news_content dl dt span {
	display: block;
}

.news_content dl dt .ri {
	display: block;
	font-size: 36px;
	line-height: 36px;
	margin-top: 30px;
}

.news_content dl dt .ri:after {
	/* content: ' ';
	height: 1px;
	top: 100%;
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left:-25px;
	background:#fff; */
}

.news_content dl dt .nian {
	display: block;
	font-size: 16px;
	color: #666;
	margin-top: 5px;
	/*
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc; */
}

.news_content dl dd {
	overflow: hidden;
	width: 750px;
	float: left;
	margin-left: 20px;
}

.news_content dl dd .shang {
	overflow: hidden;
}

.news_content dl dd h3 {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
}

.news_content dl dd .time {
	display: block;
	color: #999;
	margin-top: 20px;
}

.news_content dl dt .jiantou {
	display: block;
	margin-top: 45px;
}

.news_content dl:hover dt .jiantou {
	animation: fadeInLeft 2s infinite;
	-webkit-animation: fadeInLeft 2s infinite;
	/* Safari 和 Chrome */
}

.news_content dl dd .xia,
.news_content dl dd p {
	overflow: hidden;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
	transition: 0.6s;
}

.news_content dl:hover .nian,
.news_content dl:hover p {
	color: #F4AE00;
}

.news_content dl dd .jia {
	display: block;
	float: right;
	margin-top: 10px;
}

.news_content dl .more {
	margin-left: 40px;
	display: block;
	float: left;
}

.news_content dl .detail {
	padding: 0 20px;
	line-height: 35px;
	color: #F4AE00;
	border: 1px solid #F4AE00;
	display: block;
	font-size: 16px;
	margin-top: 40px;
}

.news_content dl:hover .detail {
	background-color: #F4AE00;
	border-color: #F4AE00;
	color: #fff;
	transition: 0.5s;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
}

.news_content dl:hover dd .detail {
	/* animation:fadeOutRight 2s infinite;
	-webkit-animation:fadeOutRight 2s infinite; */
}

#link_title {
	overflow: hidden;
	float: left;
	font-size: 16px;
	margin-right: 15px;
	/* font-weight: bold; */
	color: #fff;
	line-height: 21px;
}

.index_ad {
	overflow: hidden;
	position: relative;
}

.index_ad img {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	/* max-width:100%;
	height:auto;
	display:block; */
}

#index_ad_box {
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 205px;
}

.index_ad_txt {
	overflow: hidden;
}

.index_ad_txt .dazi {
	font-size: 32px;
	overflow: hidden;
	font-weight: bold;
	margin-top: 78px;
	color: #fff;
}

.index_ad_txt .line {
	width: 50px;
	height: 2px;
	display: block;
	margin-top: 15px;
	background: #CF001C;
}

.index_ad_txt .xiaozi {
	font-size: 18px;
	color: #fff;
	margin-top: 5px;
	overflow: hidden;
}

.index_ad_txt .jiantou {
	width: 23px;
	height: 57px;
	overflow: hidden;
	background: url(../image/jiantou.png) no-repeat;
	margin: 75px 0 0 90px;
}

.index_ad_txt .detail {
	display: block;
	width: 190px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-top: 60px;
	border: 1px solid #666;
}

.index_ad_txt .detail:hover {
	background: #00D5F5;
	border-color: #00D5F5;
}

/*首页横排圆形图标*/
ul.yuan {
	width: auto;
	overflow: hidden;
	margin-top: 40px;
	background: url(http://www.hsxznkj.com/web/pic/pk.png) center 50px no-repeat;
}

ul.yuan li {
	/* width:32%;
	padding: 0 3%;
	display: inline-block;
	*display: inline;
	*zoom:1; */
	float: left;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	text-align: center;
}

ul.yuan li .pic {
	display: block;
	overflow: hidden;
	margin: 0px auto;
	transition: 1s;
	position: relative;
	/* width: 170px;
	height: 170px;
	background: #252525; */
}

ul.yuan li img {
	display: block;
	max-width: 100%;
	height: auto;
	transition: 1s;
	margin: 0px auto;
}

ul.yuan li:hover .pic {
	/* background: #AB1842; */
	/* transform: rotate(360deg); */
}

ul.yuan li:hover img {
	/* transform:scale(1.1); */
	/* transform: rotate(360deg); */
}

ul.yuan li .zhezhao {
	display: block;
	position: absolute;
	z-index: 3;
	background: url(../image/lm_yuan.png) no-repeat;
	width: 100%;
	height: 225px;
	left: 0;
	top: 0;
}

ul.yuan li:hover .zhezhao {}

ul.yuan li .shuzi {
	display: block;
	font-size: 70px;
	color: #BCC2D8;
	font-weight: bold;
}

ul.yuan li h3 {
	font-size: 16px;
	/* line-height: 25px; */
	display: block;
	text-align: center;
	overflow: hidden;
	/* text-transform: uppercase; */
	font-weight: normal;
	margin-top: 20px;
}

ul.yuan li p {
	display: block;
	overflow: hidden;
	margin-top: 15px;
	color: #666;
	line-height: 25px;
}

ul.yuan li p i {
	margin-left: 15px;
}

ul.yuan li span.line {
	width: 50px;
	display: block;
	height: 2px;
	margin: 10px auto 0px auto;
	background: #FEB15F;
}

ul.yuan li .miaoshu {
	display: block;
	overflow: hidden;
	line-height: 25px;
	margin-top: 15px;
	color: #666;
}

ul.yuan li .more {
	display: block;
	margin-top: 20px;
	color: #BD201B;
}

#vlist {
	overflow: hidden;
	width: 1260px;
}

#vlist li {
	overflow: hidden;
	text-align: center;
	width: 575px;
	float: left;
	margin: 40px 50px 0 0;
}

#vlist li a {
	display: block;
	overflow: hidden;
}

#vlist li .pic {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 300px;
}

#vlist li .pic img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	margin-top: -65px;
}

#vlist li:hover .pic img {
	transform: scale(1.1);
}

#vlist li .zhezhao {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	left: 0;
	top: 0;
}

#vlist li .pic i {
	color: #FFC600;
	font-size: 60px;
	margin: 20% auto 0 auto;
	transition: 1s;
	display: none;
}

#vlist li:hover .pic i {
	display: block;
}

#vlist li .vinfo {
	overflow: hidden;
	margin-top: 20px;
}

#vlist li h3 {
	font-size: 16px;
	display: block;
	font-weight: normal;
	margin-top: 15px;
	color: #fff;
}

#vlist li p {
	line-height: 20px;
	color: #666;
	margin-top: 10px;
	display: block;
}

/* banner */
.banner {
	width: 100%;
	min-width: 1200px;
	height: 680px;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #fff !important;
}

.banner:hover .ctrl {
	width: 1200px;
	margin-left: -600px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.banner .bd {
	height: 680px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.banner .bd li {
	width: 1920px;
}

/*banner2*/
.bxslider {
	min-width: 1200px;
}

.bxslider li {
	height: 680px;
}

.bxslider li a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.maplist dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.maplist dl dt {
	display: block;
	line-height: 30px;
	background: #f0f0f0;
	font-size: 18px;
	text-indent: 25px;
}

.maplist dl dd {
	margin-top: 20px;
	padding-left: 30px;
}

.maplist dl dd a {
	margin-right: 30px;
}

.index_lm {
	overflow: visible;
}

.index_lm li {
	float: left;
	width: 20%;
	overflow: visible;
	/* background: #fff;
	padding-bottom: 30px;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc; */
	text-align: center;
	transition: 0.6s;
}

.index_lm li:hover {
	background: #F39F00;
	-moz-box-shadow: 0px 0px 5px #7D5200;
	-webkit-box-shadow: 0px 0px 5px #7D5200;
	box-shadow: 0px 0px 5px #7D5200;
}

.index_lm li a {
	display: block;
	overflow: hidden;
	height: 160px;
}

.index_lm li h3 {
	display: block;
	/* text-transform:uppercase; */
	font-size: 16px;
	font-weight: normal;
	margin-top: 15px;
	color: #fff;
}

.index_lm li:hover h3 {}

.index_lm li img {
	display: block;
	max-width: 35px;
	height: auto;
	margin: 45px auto 0 auto;
}

#so {
	display: block;
	cursor: pointer;
	float: right;
	width: 90px;
	height: 110px;
	background: url(../image/s.png) center center no-repeat;
	position: relative;
}

#so::before {
	content: "";
	width: 1px;
	height: 32px;
	display: block;
	background: #FEBC4E;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
}

#so i {
	font-size: 20px;
	text-align: center;
	line-height: 65px;
	color: #fff;
}

#search_box {
	background: #f0f0f0;
	position: absolute;
	top: 110px;
	right: 0px;
	z-index: 99999;
	padding: 10px;
	display: none;
	border: 1px solid #ccc;
}

#search_box:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	bottom: 100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-bottom-color: #f0f0f0;
	right: 40px;
}

#hot_l {
	width: 735px;
	float: left;
	overflow: hidden;
	margin-top: 25px;
}

#hot_l #hot {
	display: block;
	/* float:left; */
	font-size: 16px;
}

#hot_l a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 20px 0 0;
	/* margin-right: 12px;
	border-right:1px solid #ccc; */
	line-height: 14px;
	height: 14px;
	color: #666;
}

#other {
	height: 39px;
	position: relative;
	cursor: pointer;
	float: right;
	margin-left: 35px;
	background: #f0f0f0;
}

#other p {
	display: block;
	line-height: 39px;
	/* margin-top: 30px; */
	cursor: pointer;
	padding: 0 15px 0 45px;
	background: url(../image/lan.png) 15px center no-repeat;
}

#other p i {
	font-size: 18px;
}

#other p .fa-dribbble {
	margin-right: 10px;
}

#other p .fa-angle-down {
	margin-left: 10px;
}

#other ul {
	position: absolute;
	right: 0;
	top: 39px;
	width: 100%;
	display: none;
	background: #666;
	z-index: 9999999;
}

#other ul li {
	line-height: 40px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

#other ul li a {
	color: #fff;
	display: block;
	transition: 0.6s;
}

#other:hover ul {
	display: block;
}

/*首页产品循环*/
.index_pro {
	margin-top: 40px;
	overflow: hidden;
}

.index_pro ul {
	width: 1250px;
	overflow: hidden;
}

.index_pro ul li {
	width: 285px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-right: 20px;
}

.index_pro ul li img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	border: 1px solid #ccc;
}

.index_pro ul li:hover img {
	border-color: #0000FE;
}

.index_pro ul li h3 {
	display: block;
	margin-top: 10px;
}

.index_pro ul li h3 a {
	font-weight: normal;
	font-size: 14px;
}


#top_tel {
	overflow: hidden;
	line-height: 33px;
	padding-left: 50px;
	background: url(../image/t.png) left center no-repeat;
	font-size: 24px;
	font-weight: bold;
	color: #c9132b;
	font-style: italic;
}

#top_email {
	padding-left: 40px;
	background: url(http://www.hsxznkj.com/web/pic/e.png) left center no-repeat;
	line-height: 30px;
	float: left;
	margin-top: 30px;
	margin-right: 135px;
}

#footer_nav {
	overflow: hidden;
}

#footer_nav a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/* padding:0 50px; */
	line-height: 13px;
	/* text-transform: uppercase; */
	/* border-right:1px solid #fff; */
	font-size: 18px;
}

#footer_nav a:last-child {
	padding-right: 0 !important;
	border: none !important;
	margin-right: none !important;
	background: none !important;
}

/*选项卡1*/
#slideBox1 {
	overflow: visible;
}

#slideBox1 .hd {
	overflow: hidden;
}

#slideBox1 .hd ul {
	overflow: hidden;
	text-align: center;
}

#slideBox1 .hd ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/* float:left; */
	cursor: pointer;
	position: relative;
	overflow: visible;
	margin: 0 15px;
	border: 1px solid #ccc;
}

#slideBox1 .hd ul li a {
	/* display:inline-block;
	*display:inline;
	*zoom:1; */
	display: block;
	padding: 0 30px;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	/* font-weight: bold;
	text-transform: uppercase; */
}

#slideBox1 .hd ul li.on {
	background: #326DD5;
	border-color: #326DD5;
	color: #fff;
}

#slideBox1 .hd ul li.on a {
	color: #fff;
}

#slideBox1 .hd ul li.on:after {
	/* border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	bottom:0;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 50%;
	margin-left:-10px;
	border-top-color:#0080EB; */
}

#slideBox1 .bd {
	overflow: visible;
}

#slideBox1 .bd ul {
	overflow: visible;
}

/* #slideBox1 .bd ul img{
	max-width:100%;
	height:auto;
	display:block;
} */
/*选项卡2*/

.slideBox2 {
	margin-top: 50px;
	overflow: hidden;
}

.slideBox2 .hd {}

.slideBox2 .hd ul {
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #ccc;
}

.slideBox2 .hd ul li {
	font-size: 18px;
	float: left;
	height: 45px;
	line-height: 45px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff;
	padding: 0 20px;
	cursor: pointer;
}

.slideBox2 .hd ul li a {
	display: block;
}

.slideBox2 .bd {
	border: 1px solid #ccc;
}

.slideBox2 .bd ul {
	padding: 10px;
	overflow: hidden;
}

/*选项卡3*/
.slideBox3 {
	overflow: hidden;
	position: relative;
}

.slideBox3 .hd {
	overflow: hidden;
	width: 305px;
	float: left;
	background: #F4AE00;
}

.slideBox3 .hd ul {
	overflow: hidden;
	padding: 0 30px;
}

.slideBox3 .hd ul li {
	display: block;
	cursor: pointer;
	position: relative;
	height: 65px;
	overflow: hidden;
	border-bottom: 1px dashed #F6C54C;
}

.slideBox3 .hd ul li a {
	display: block;
	line-height: 65px;
	font-size: 16px;
	color: #fff;
	padding-left: 40px;
}

.slideBox3 .hd ul li.on {
	/* background:#FF8500;
	color: #fff; */
}

.slideBox3 .hd ul li.on a {
	/* color:#fff; */
}

.slideBox3 .hd ul li.on:after {
	/* border: solid transparent;
	content: ' ';
	height: 0;
	top:50%;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 100%;
	margin-top:-10px;
	border-left-color:#EA3500; */
}

.slideBox3 .bd {
	width: 880px;
	float: right;
	overflow: hidden;
	padding-top: 70px;
}

.slideBox3 .bd ul {
	overflow: hidden;
}

.slideBox3 .bd ul img {
	max-width: 100%;
	height: auto;
	display: block;
}

.slideBox3 .bd ul li:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.slideBox3 .bd ul li:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.slideBox3 .bd ul li:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.slideBox3 .bd ul li:nth-child(4) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.slideBox3 .bd ul li:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.slideBox3 .bd ul li:nth-child(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

/*选项卡1*/
.slideBox4 {
	overflow: hidden;
}

.slideBox4 .hd {
	overflow: hidden;
}

.slideBox4 .hd ul {
	overflow: hidden;
	background: url(http://www.hsxznkj.com/web/pic/xian.jpg) center 14px repeat-x;
}

.slideBox4 .hd ul li {
	float: left;
	width: 25%;
	overflow: hidden;
	padding-top: 55px;
	background: url(http://www.hsxznkj.com/web/pic/quan.png) top center no-repeat;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}

.slideBox4 .hd ul li.on {
	background: url(http://www.hsxznkj.com/web/pic/quan2.png) top center no-repeat;
	color: #c52201;
}

.slideBox4 .bd {
	overflow: hidden;
}

.slideBox4 .bd ul {
	overflow: hidden;
	padding: 20px;
	border: 1px solid #ccc;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox4 .pageState {
	position: absolute;
	z-index: 10;
	left: 80px;
	bottom: 80px;
	font-size: 24px;
	color: #D3DCE3;
}

.slideBox4 .pageState span {
	font-size: 48px;
}

.slideBox4 .arrow {
	position: absolute;
	left: 65px;
	bottom: 40px;
	z-index: 10;
}

.slideBox4 .arrow a {
	display: block;
	width: 49px;
	height: 26px;
	cursor: pointer;
}

.slideBox4 .arrow .prev {
	float: left;
	background: url(http://www.hsxznkj.com/web/pic/left.png) no-repeat;
}

.slideBox4 .arrow .next {
	float: right;
	margin-left: 15px;
	background: url(http://www.hsxznkj.com/web/pic/right.png) no-repeat;
}

/*--和第1种一样--*/
#slideBox5 {
	overflow: hidden;
}

#slideBox5 .hd {
	overflow: hidden;
}

#slideBox5 .hd ul {
	width: auto;
	overflow: hidden;
	text-align: center;
}

#slideBox5 .hd ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/* float:left; */
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin: 0 25px;
}

#slideBox5 .hd ul li a {
	/* display:inline-block;
	*display:inline;
	*zoom:1; */
	display: block;
	/* padding: 0 20px 10px 20px; */
	font-size: 16px;
}

#slideBox5 .hd ul li.on {
	/* background: #056CB7; */
	/* border-color: #000; */
	/* color: #fff; */
}

#slideBox5 .hd ul li.on a {
	color: #ff8500;
}

#slideBox5 .hd ul li.on:after {
	/* border: solid transparent;
	content: ' ';
	height: 0;
	bottom:0;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 50%;
	margin-left:-10px;
	border-bottom-color:#fff; */

}

#slideBox5 .bd {
	margin: 0px auto;
	overflow: visible;
}

#slideBox5 .bd ul {
	/* overflow:visible;
	width:auto; */
}

#slideBox5 .bd ul img {
	/* max-width:100%;
	height:auto;
	display:block; */
}

/*文字左右滚动*/
.txt-left {
	width: 995px;
	position: relative;
	float: left;
	margin-left: 20px;
}

.txt-left .hd {
	overflow: hidden;
	float: left;
	width: 25px;
	margin-right: 20px;
	display: none;
}

.txt-left .hd .prev,
.txt-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	background: url("http://www.hsxznkj.com/web/template/themes/default/skins/images/icoLeft.gif") no-repeat;
}

.txt-left .hd .next {
	background: url("http://www.hsxznkj.com/web/template/themes/default/skins/images/icoRight.gif") no-repeat;
	margin-left: 10px;
}

.txt-left .bd .tempWrap {
	width: 900px !important;
}

/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txt-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.txt-left .bd ul li {
	margin-right: 20px;
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: left;
	_display: inline;
	width: auto !important;
}

/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txt-left .bd ul li span {
	color: #999;
	margin-left: 10px;
}

/* 图片向左滚动*/
.picMarquee-left {
	width: auto !important;
	overflow: hidden;
}

.picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	display: none;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("http://www.hsxznkj.com/web/template/themes/default/skins/images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
	background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left .bd {
	overflow: hidden;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	width: 245px !important;
	float: left;
	_display: inline;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
	border: 1px solid #ccc;
	padding: 5px;
}

.picMarquee-left .bd ul li img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	transition: 0.6s;
}

.picMarquee-left .bd ul li:hover img {
	transform: scale(1.1);
}

.picMarquee-left .bd ul li a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	background: rgba(0, 137, 225, 0.5);
	transition: 0.6s;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	padding: 10px;
	text-align: center;
}

.picMarquee-left .bd ul li:hover a {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.picMarquee-left .bd ul li a i {
	font-size: 26px;
	display: block;
	margin: 20% auto 0 auto;
	color: #fff !important;
}

.picMarquee-left .bd ul li a h3 {
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: normal;
	margin-top: 10%;
	padding: 0 10px;
}

/* 本例子css */
.picMarquee-top {
	margin: 0 auto;
	width: 390px;
	overflow: hidden;
	position: relative;
}

.picMarquee-top .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	display: none;
}

.picMarquee-top .hd .prev,
.picMarquee-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("http://www.hsxznkj.com/web/template/themes/default/skins/images/arrow.png") 0 -100px no-repeat;
}

.picMarquee-top .hd .next {
	background-position: 0 -140px;
}

.picMarquee-top .hd .prevStop {
	background-position: -60px -100px;
}

.picMarquee-top .hd .nextStop {
	background-position: -60px -140px;
}

.picMarquee-top .bd {}

.picMarquee-top .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-top .bd ul li {
	zoom: 1;
	margin-top: 20px;
}

.picMarquee-top .bd ul li .pic {
	text-align: center;
	height: 130px;
	overflow: hidden;
}

.picMarquee-top .bd ul li .pic img {
	width: 100%;
	height: auto;
	display: block;
	margin-top: -80px;
}

.picMarquee-top .bd ul li .title {
	overflow: hidden;
	padding-top: 15px;
}


/*---平行四边形-----*/

.pingxing {
	/* display:inline-block;
	*display: inline;
	*zoom:1;
	padding: 0px 20px; */
	display: block;
	float: left;
	overflow: hidden;
	background: #F48221;
	transform: skew(-40deg);
	height: 65px;
	width: 100%;
}

/*－－－六边形---
<div class="boxF" id="cp($step /)">
	<div class="boxS">
		<div class="boxT" style="background-image: url(($picurl /));">
			<a href="($theurl /)" title="($titles /)">
			<div class="overlay">
				<div class="name transition3">($title /)</div>
			</div>
			</a>
		</div>
	</div>
</div>
*/
.boxF,
.boxS,
.boxT,
.overlay {
	/*如果要尖朝上则把数字改为200x250即可，记得背景要换成正方形的图片才能铺满*/
	/*如果要平顶朝上则把数字改为213x185即可，记得背景要换成正方形的图片才能铺满*/
	/*小数除以大数需要＝0.8*/
	width: 215px;
	height: 172px;
	overflow: hidden;
}

.boxF,
.boxS {
	/*如果要尖朝上则把数字改为200x250即可，记得背景要换成正方形的图片才能铺满*/
	/*如果要平顶朝上则把数字改为213x185即可，记得背景要换成正方形的图片才能铺满*/
	width: 215px;
	height: 172px;
	visibility: hidden;
}

.boxF {
	/*需要不规则排列绝对定位需要将此处改为position:absolute然后和其它元素一样定位即可*/
	position: absolute;
	transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}

.boxS {
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}

.boxT {

	/* background: no-repeat 50% center;
	background-size: 125% auto; */
	background-size: cover;
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	visibility: visible;
}

.overlay {
	transition: all 550ms ease-in-out 0s;
	/* display: none; */
	position: relative;
}

.overlay:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.boxT:hover .overlay {
	display: block;
}

.overlay .name {
	display: inline-block;
	position: absolute;
	top: 65px;
	left: 0;
	font-size: 32px;
	text-align: center;
	color: #009fe8;
	width: 100%;
}

/*----菱形------
<li id="li1">
	<a href="#">
		<img src="/web/pic/1.jpg" alt="">
		<span class="kuang"><h4>标题</h4></span>
	</a>
</li>
*/
#lingxing {
	width: 100%;
	overflow: hidden;
	height: 325px;
	position: relative;
}

#lingxing li {
	position: absolute;
	width: 220px;
	height: 220px;
	overflow: hidden;
}

#lingxing li .kuang {
	display: block;
	width: 152.5px;
	height: 152.5px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 1s;
}

#lingxing li:hover .kuang {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#lingxing li a {
	display: block;
	width: 152.5px;
	height: 152.5px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	z-index: 10;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 31px;
	left: 31px;
	border: 2px solid #ccc;
}

#lingxing li img {
	max-width: 100%;
	height: auto;
	display: block;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#lingxing li h4 {
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	z-index: 5;
	left: 50%;
	bottom: 60px;
	width: 120px;
	text-align: center;
	margin-left: -60px;
	word-break: break-word;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);

	color: #fff;
}

#lingxing #li1 {
	left: 1px;
	top: 1px;
}

#lingxing #li2 {
	left: 216px;
	top: 1px;
}

#lingxing #li3 {
	left: 432px;
	top: 1px;
}

#lingxing #li4 {
	left: 648px;
	top: 1px;
}

#lingxing #li5 {
	left: 864px;
	top: 1px;
}

#lingxing #li6 {
	left: 108px;
	top: 108px;
}

#lingxing #li7 {
	left: 324px;
	top: 108px;
}

#lingxing #li8 {
	left: 540px;
	top: 108px;
}

#lingxing #li9 {
	left: 756px;
	top: 108px;
}

#lingxing #li10 {
	left: 972px;
	top: 108px;
}

#shuzi_zone {
	overflow: visible;
	width: auto;
	position: relative;
	border: 1px solid #ddd;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}

#shuzi_zone ul {
	overflow: hidden;
	padding: 55px 0;
}

#shuzi_zone ul li {
	float: left;
	overflow: visible;
	width: 25%;
	border-right: 1px solid #ccc;
	padding: 0 45px;
	text-align: center;
	vertical-align: top;
}

#shuzi_zone ul li:last-child {
	border: none;
}

#shuzi_zone ul li .shang {
	overflow: visible;
	font-size: 36px;
}

#shuzi_zone ul li .counter {
	font-size: 46px;
}

#shuzi_zone ul li .line {
	width: 35px;
	height: 2px;
	display: block;
	margin: 0px auto 0 auto;
	background: #C52201;
}

#shuzi_zone ul li .xia {
	display: block;
	overflow: hidden;
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
	color: #666;
}

/* 本例子css */
.txtMarquee-top {
	overflow: visible;
	position: relative;
}

.txtMarquee-top .hd {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -90px;
	display: none;
}

.txtMarquee-top .hd i {
	line-height: 35px;
}

.txtMarquee-top .hd .prev,
.txtMarquee-top .hd .next {
	display: block;
	width: 35px;
	height: 35px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.txtMarquee-top .hd .prev {
	background: #DFDFDF;
}

.txtMarquee-top .hd .next {
	background: #028CD7;
}

.txtMarquee-top .bd {}

.txtMarquee-top .infoList li {
	overflow: hidden;
}

#index_fenlei {
	overflow: hidden;
}

#index_fenlei dl {
	overflow: hidden;
	float: left;
	width: 400px;
	height: 170px;
	padding: 0 15px;
}

#index_fenlei dl:nth-child(even) {
	background: #F9F7F8;
}

#index_fenlei dl dt {
	height: 170px;
	float: left;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: Center;
	width: 120px;
}

#index_fenlei dl dd {
	margin-left: 130px;
	height: 170px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: Center;
	font-size: 24px
}

#liucheng {
	width: 1350px;
	overflow: hidden;
}

#liucheng li {
	width: 200px;
	float: left;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	margin-right: 50px;
}

#liucheng li .pic {
	display: block;
	margin: 0px auto;
}

#liucheng li .pic img {
	display: block;
	margin: 0px auto;
}

#liucheng li h5 {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin-top: 20px;
}

#liucheng li .txt {
	display: block;
	margin-top: 10px;
	color: #fff;
	line-height: 25px;
}

#ny_zlm_zone {
	background: #f9f9f9;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.ny_zlm {
	overflow: hidden;
	text-align: center;
}

.ny_zlm a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 40px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 15px;
	padding: 0 20px;
	transition: 0.6s;
}

/*滚动新版可以循环*/
.scroll {
	width: auto;
	overflow: visible;
}

.scroll .item1 {
	overflow: hidden;
}

.scroll .item1 a {
	display: block;
	overflow: hidden;
}

.scroll .item1 .pic {
	display: block;
	overflow: hidden;
}

.scroll .item1 img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 0 auto;
	transition: 0.6s;
	/* border:1px solid #ccc; */
}

.scroll .item1 .txt {
	overflow: hidden;
	height: 125px;
	padding: 0 15px;
	transition: 0.6s;
	background: #fff;
}

.scroll .item1 h3 {
	display: block;
	margin-top: 25px;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}

.scroll .item1 .line {
	width: 20px;
	height: 2px;
	display: block;
	margin: 20px auto 0 auto;
	background: #FFB81B;
}

.scroll .item1 p {
	display: block;
	overflow: hidden;
	color: #666;
	margin-top: 30px;
	line-height: 30px;
	font-size: 16px;
	/* padding: 0 20px; */
}

.scroll .item1 .detail {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	transition: 0.5s;
	background: #3E3E3E;
	margin-top: 20px;
	color: #fff;
}

.scroll .item1:hover h3 {
	color: #fff;
}

.scroll .item1:hover .detail {
	background: #FFB81B;
	border-color: #FFB81B;
	color: #fff;
}

/*--------标题浮动在图片上-------*/
.scroll .item2 {
	overflow: hidden;
	position: relative;
	height: 350px;
}

.scroll .item2 .pic {
	display: block;
	overflow: hidden;
}

.scroll .item2 img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	margin-top: -50px;
}

.scroll .item2:hover img {
	transform: scale(1.1);
}

.scroll .item2 a {
	display: block;
	overflow: hidden;
}

.scroll .item2 .txt {
	height: 130px;
	overflow: hidden;
	background: #1D2089;
	padding: 15px;
}

.scroll .item2 .txt h4 {
	display: block;
	font-size: 24px;
	color: #fff;
}

.scroll .item2 .txt .xia {
	overflow: hidden;
	margin-top: 10px;
	line-height: 25px;
	color: #fff;
}

.scroll .item2 .detail {
	width: 125px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 5px;
	background: #1D2089;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	color: #fff;
	margin-left: -62.5px;
}

.scroll .item2 h3 {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 5;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 0 10px;
	line-height: 35px;
	font-weight: normal;
	text-align: center;
}

/*-----普通的样式-----*/
.scroll .item3 {
	overflow: hidden;
	transition: 0.6s;
	text-align: center;
}

.scroll .item3:hover {
	border-color: #ff6600;
	/* -moz-box-shadow:0px 0px 10px #EE2365;
	-webkit-box-shadow:0px 0px 10px #EE2365;
	box-shadow:0px 0px 10px #EE2365; */
}

.scroll .item3 a {
	display: block;
	overflow: hidden;
}

.scroll .item3 .pic {
	display: block;
	overflow: hidden;
	/* border: 1px solid #ccc; */
}

.scroll .item3:hover .pic {
	/* -moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc; */
	border-color: #CF001C;
}

.scroll .item3 img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	transition: 0.6s;
}

.scroll .item3:hover img {
	/* transform:scale(1.1); */
}

.scroll .item3 .txt {
	overflow: hidden;
	padding: 0 20px;
	height: 205px;
}

.scroll .item3 h3 {
	display: block;
	font-size: 16px;
	overflow: hidden;
	font-weight: normal;
	margin-top: 15px;
}

.scroll .item3 .line {
	width: 100px;
	height: 1px;
	display: block;
	background: #999;
	margin: 15px auto 0 auto;
}

.scroll .item3 p {
	display: block;
	overflow: hidden;
	color: #666;
	margin-top: 15px;
	line-height: 25px;
}

.scroll .item3 .detail {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/* float: left; */
	line-height: 30px;
	padding-left: 20px;
	transition: 0.6s;
	border: 1px solid #3BA6D0;
	color: #3BA6D0;
	margin: 30px auto 30px auto;
}

.scroll .item3 .detail i {
	width: 25px;
	height: 25px;
	margin-right: 2.5px;
	background: #3BA6D0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	/* vertical-align: middle; */
	margin-left: 20px;
}

.scroll .item3:hover .detail {
	/* background:#ff6600; */
	border-color: #ff6600;
	color: #ff6600;
}

.scroll .item3:hover .detail i {
	background: #ff6600;
}

/*---鼠标经过遮罩层---*/
.scroll .item4 {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.scroll .item4:hover .pic {
	border-color: #056CB7;
}

.scroll .item4 a {
	display: block;
	overflow: hidden;
}

.scroll .item4 .pic {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
}

.scroll .item4 img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}

.scroll .item4:hover img {
	/* transform:scale(1.1); */
}

.scroll .item4 .zhezhao {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	background: rgba(243, 174, 0, 0.7);
	transition: 0.6s;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	padding: 10px;
}

.scroll .item4:hover .zhezhao {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.scroll .item4 a .kuang {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #fff;
	padding: 0 15px;
}

.scroll .item4 a i {
	font-size: 16px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	display: block;
	margin: 20% auto 0 auto;
	background: #fff;
}

.scroll .item4 .zhezhao h4 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-top: 80px;
	padding-bottom: 50px;
	background: url(../image/s.png) bottom center no-repeat;
}

.scroll .item4 a h3 {
	font-size: 16px;
	display: block;
	margin-top: 25px;
	font-weight: normal;
	color: #fff;
}

.scroll .item4 .time {
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	color: #fff;
	background: #027000;
}

.scroll .item4 .time span {
	display: block;
}

.scroll .item4 .time .ri {
	font-size: 36px;
	font-weight: bold;
	margin-top: 8px;
}

/*第5种*/
.scroll .item5 {
	overflow: hidden;
	text-align: center;
}

.scroll .item5 a {
	display: block;
	overflow: hidden;
}

.scroll .item5 h3 {
	display: block;
	font-size: 24px;
	font-weight: normal;
}

.scroll .item5 .pic {
	display: block;
	overflow: hidden;
	margin-top: 40px;
}

.scroll .item5 .pic img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	border: 5px solid #fff;
}

.scroll .item5:hover .pic img {
	transform: scale(1.1);
}

.scroll .owl-prev,
.scroll .owl-next {
	position: absolute;
	width: 35px;
	height: 35px;
	border: 1px solid #ccc;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	z-index: 20;
	margin-top: -17.5px;
	top: 50%;
	font-size: 22px;
	transition: 0.6s;
}

.scroll .owl-prev .fa,
.scroll .owl-next .fa {
	line-height: 33px;
}

.scroll .owl-prev .fa {
	text-indent: -2px;
}

.scroll .owl-next .fa {
	text-indent: 2px;
}

.scroll .owl-prev:hover .fa,
.scroll .owl-next:hover .fa {
	color: #fff;
}

.scroll .owl-prev {
	left: -50px;
}

.scroll .owl-next {
	right: -50px;
}

.news_scroll .owl-prev {
	left: 0 !important;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.news_scroll .owl-next {
	right: 0 !important;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.news_l .owl-dots {
	margin-top: 30px !important;
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: right !important;
}

.scroll .owl-dots {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.scroll .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 15px;
	background: #fff;
}

.scroll .owl-dots .owl-dot.active {
	background-color: #ff6600;
}

/*相关产品*/
#xgcp {
	width: auto;
	padding: 0 35px;
}

#xgcp .item {
	text-align: center;
	overflow: hidden;
}

#xgcp .item img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

#xgcp .item h3 {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
}

#xgcp .owl-prev,
#xgcp .owl-next {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
	background: #c2c2c2;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	text-align: center;

}

#xgcp .owl-prev:hover .fa,
#xgcp .owl-next:hover .fa {
	color: #fff;
}

#xgcp .owl-prev .fa,
#xgcp .owl-next .fa {
	color: #fff;
	line-height: 25px;
	font-size: 18px !important;
}

#xgcp .owl-prev {
	left: 0px;
}

#xgcp .owl-next {
	right: 0px;
}

/*问答伸缩*/
#faqlist {
	overflow: hidden;
}

#faqlist dl {
	overflow: hidden;
	margin-bottom: 20px;
}

#faqlist dl dt {
	height: 50px;
	line-height: 50px;
	display: block;
	background: #f0f0f0;
	padding-left: 20px;
	cursor: pointer;
}

#faqlist i {
	float: left;
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	line-height: 25px;
	text-align: center;
	font-size: 18px;
	margin-top: 12.5px;
	transition: 0.6s;
}

#faqlist em {
	float: left;
	margin-left: 15px;
	font-style: normal;
	font-size: 18px;
}

#faqlist h4 {
	font-size: 18px;
	font-weight: normal;
	margin-left: 5px;
}

#faqlist dd {
	padding: 20px 25px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	border-top: none;
	line-height: 25px;
	display: none;
}

#faqlist dl dt:hover,
#faqlist dl dt.open {
	color: #1B4785;
}

#faqlist dl dt.open i {
	color: #1B4785;
	transform: rotate(90deg);
}

/*临时*/
#so_box {
	width: 423px;
	height: 188px;
	background: url(../image/search_box.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: -85px;
}

#so_box #txt1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 25px;
	overflow: hidden;
	padding-left: 155px;
}

#so_box #btn1 {
	overflow: hidden;
	margin-top: 15px;
	padding-left: 200px;
}

#so_box #btn1 a {
	display: block;
	overflow: hidden;
	float: left;
	padding: 0 30px;
	background: #303644;
	line-height: 40px;
	color: #fff;
}

#so_box #btn1 a:hover {
	color: #fff;
}

.index_title_03 h2 em {
	font-style: normal;
}

dl.wenda_list .time {
	overflow: hidden;
	width: 115px;
	height: 115px;
	float: left;
	background: #F4F4F4;
	text-align: center;
	padding: 0 10px;
}

dl.wenda_list .time .ri {
	display: block;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
	font-size: 30px;
	font-weight: bold;
	color: #666;
}

dl.wenda_list .time .nian {
	line-height: 55px;
	display: block;
	overflow: hidden;
	font-size: 20px;
	color: #999;
}

.wenda_you {
	margin-left: 125px;
	overflow: hidden;
}

#index_txt1 {
	position: absolute;
	font-size: 18px;
	left: 20px;
	top: 120px;
	overflow: hidden;
}

#index_txt2 {
	font-size: 32px;
	color: #fff;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 135px;
	width: 367px;
	height: 83px;
	background: url(../image/t2.png) no-repeat;
	line-height: 77px;
	padding-left: 80px;
}

.index_txt {
	overflow: hidden;
	font-size: 16px;
	position: absolute;
}

.footer dl dt .p1 {
	font-size: 20px;
	overflow: hidden;
	display: block;
	text-transform: uppercase;
}

.footer dl dt .p2 {
	display: block;
	overflow: hidden;
	font-size: 18px;
	margin-top: 10px;
}

.footer {
	font-size: 16px;
}

/*分页*/
#pagelist {
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 20px;
	overflow: hidden
}

#pagelist span {
	padding: 5px 8px;
	background: #dddede;
	color: #bababa;
	margin: 0 2px;
	border: 1px solid #ccc;
}

#pagelist a {
	background: #fff;
	padding: 5px 8px;
	color: #333;
	margin: 0 2px;
	border: 1px solid #eee;
	display: inline;
}

#pagelist .active {
	background: #326DD5;
	color: #fff;
}