@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 */
}
.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;
	float: right;
	background: #fff;
}
.search .key_text{
	height:50px;
	float:left;
	width:300px;
	overflow:hidden;
	line-height:50px;
	outline:none;
	border:none;
	/* border-bottom: 1px solid #ccc; */
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
	border-right:none;
	text-indent:15px;
	background:none;
	/* margin-right: 20px; */
	/* font-size: 16px; */
}
.search .search_btn{
	cursor:pointer;
	border:none;
	outline:none;
	float: right;
	/* position:absolute;
	right:0;
	top:0px;
	z-index: 10; */
	width:50px;
	height:50px;
	overflow:hidden;
	line-height:50px;
	text-align:center;
	font-size: 16px;
	color: #fff;
	text-indent: -9999em;
	line-height: 0;
	background: url(/web/pic/s.png) center center no-repeat;
}
.main{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	line-height:25px;
}
.content img{
	max-width:100%;
	height:auto;
}
.lan{
	width:auto;
	float: left;
	line-height: 40px;
}
.lan span{
	display:block;
	float: left;
	margin-left: 15px;
	padding-left: 30px;
}
.lan a{
	display:block;
	line-height: 40px;
}

.cn{
	background:url(../images/cn.png) left center no-repeat;
}
.de{
	background:url(../images/de.jpg) left center no-repeat;
	float:left;
}
.en{
	background:url(../images/en_fang.png) left center no-repeat;
}
/*---------------------主体开始-----------------------*/
#top_zone2{
	width:100%;
	min-width:1200px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#000;
	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:#fff;
}
.header_zone{
	width:100%;
	min-width:1200px;
	position:relative;
	z-index:99999;
	background: #fff;
}
.fixed_header_zone{
	position:fixed!important;
	left:0;
	top:0!important;
	z-index:999999;
	transition:0.6s;
	background:rgba(255,255,255,0.5);
}
.header{
	width:1200px;
	margin:0px auto 0 auto;
	height:115px;
}
.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{
	max-width: 325px;
	float: left;
	overflow: hidden;
	font-size: 21px;
	text-transform: uppercase;
}
#logo_r .shang{
	font-size:28px;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
}
#logo_r .xia{
	overflow: hidden;
	margin-top: 10px;
}
#header_l{
	float:left;
	margin-top:50px;
	font-size:16px;
}
#header_r{
	width:auto;
	float:right;
	position: relative;
}
#header_r table tr td{
	padding: 5px 0;
	line-height: 20px;
}
#header_r table tr td img{
	display: block;
	margin: 0px auto;
}
#header_shang{
	overflow:hidden;
	float: right;
}
#header_follow{
	width:auto;
	overflow:hidden;
	/* text-align: center; */
	float: left;
	margin-left: 10px;
}
#header_follow span{
	float: left;
	display: block;
	line-height: 40px;
	margin-right: 15px;
	text-transform: uppercase;
}
#header_follow a{
	margin:5px 5px 0 10px;
	display: block;
	float: left;
}
#header_follow img{
	width: 25px;
	margin-top: 2.5px;
	display: block;
}
#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:hidden;
	padding-left:45px;
	background:url(/web/pic/t.png) left center no-repeat;
	float: right;
	margin-top: 10px;
}
#top_tel_01 .shang{
	display:block;
	color: #f67e02;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
}
#top_tel_01 .xia{
	overflow:hidden;
	display: block;
	font-size: 20px;
	color: #196bcc;
	font-weight: bold;
	margin-top: 2px;
}
#top_tel_02{
	overflow:hidden;
	padding-left:65px;
	min-height: 50px;
	background:url(/web/pic/t2.png) left center no-repeat;
	float: left;
	margin-left: 455px;
}
#top_tel_02 .shang{
	display:block;
	color: #f67e02;
	overflow: hidden;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
#top_tel_02 .xia{
	overflow:hidden;
	display: block;
	font-size: 30px;
	color: #f67e02;
	font-weight: bold;
}

#nav_zone{
	width:100%;
	min-width:1200px;
	height:55px;
	background: #396097;
}
.fixednav{
	position:fixed!important;
	z-index:9999999;
	top:0;
	left:0;
}
.nav {
	width: auto;
	float: left;
}
.nav .nLi{
	height:55px;
	float:left;
	position:relative;
	z-index: 9999;
	/* background: url(/web/pic/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;
	text-transform: capitalize;
	line-height: 41px;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:4px;
	margin:0px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:70%;
	transition:0.6s;
}
.nav .sub {
	display:none;
	left:0;
	top:55px;
	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;
}

.index_title_01_center:before{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	background:#fff;
}
.index_title_01_center:after{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	background:#fff;
} */
.index_title_01 h2{
	display:inline-block;
	*display:inline;
	*zoom:1;
	/* display: block; */
	position:relative;
	font-size:30px;
	background:transparent;
	padding: 0 20px;
	/* text-transform: uppercase; */
	z-index:20;
	/* font-weight: normal; */
	/* color: #ee1c24; */
}
.index_title_01 h2:before{
	content: "";
	width:20px;
	height:3px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	background:#333;
	margin-top: -1px;
}
.index_title_01 h2:after{
	content: "";
	width:20px;
	height:3px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	background:#333;
	margin-top: -1px;
}
.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(/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(/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;
	border-bottom: 1px solid #ccc;
}
.index_title_03 h2{
	display:block;
	font-size:16px;
	font-weight: normal;
	color: #fff;
	line-height: 50px;
	padding: 0 35px;
	position: relative;
	float: left;
}
.index_title_03 h2: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;
}
.index_title_03 span.more{
	display:block;
	float:right;
	margin-top: 20px;
}
.index_title_03 span.more a{
	display:block;
	/* padding: 0 10px;
	background: #B5B5B5;*/
	/* transition: 0.6s;
	color: #0981cf;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase; */
}


/*首页名称横线*/
.index_title_04{
	overflow:visible;
	text-align:center;
}
.index_title_04_center{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top:0;
	font-size: 118px;
	color: #DDDDDD;
	font-weight: bold;
	z-index: -1;
}
.index_title_04 h2{
	font-size:36px;
	display: block;
	font-weight:normal;
	text-transform: uppercase;
}
.index_title_04 p::before{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	background:#ccc;
}
.index_title_04 p:after{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	background:#ccc;
}

.index_title_04 p{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	padding:0 20px;
	margin:10px 0 0 0;
	color: #666;
	text-transform: uppercase;
	/* line-height: 25px; */
	/* font-size: 16px; */
}
.index_title_04 .line{
	width:50px;
	height:2px;
	display:block;
	margin:10px auto 0 auto;
	background:#68b720;
}
/*带缺口的标题*/
.index_title_05{
	overflow:hidden;
	float: left;
	min-height: 136px;
}
.index_title_05 h2{
	display: block;
	font-size:34px;
}
.index_title_05 p{
	display: block;
	font-size: 22px;
	margin-top: 5px;
}
/*首页栏目名称带短线*/
.index_title_06{
	overflow:visible;
	text-align: center;
}
.index_title_06 h2{
	display: block;
	font-size:48px;
	text-transform: uppercase;
	position: relative;
}

.index_title_06 p{
	display:block;
	margin:10px auto 0 auto;
	color:#666;
	overflow: hidden;
}
.
/*第一个字母变色*/
.index_title_07{
	overflow:hidden;
}
.index_title_07 h2{
	display:block;
	float:left;
	overflow:hidden;
	padding-top:10px;
	background:url(/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(/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(/web/pic/after.png) no-repeat;
	margin-left: -20px;
}
.index_title_08 h2{
	font-size: 42px;
	display: block;
	font-weight: normal;
}
.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(/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(../images/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:585px;
	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{
	font-size:16px;
	display: block;
	margin-top: 10px;
	color: #666;
}
/*首页标题浮在图片上列表*/
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(/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: 1250px;
}
ul.index_cplist_02 li{
	overflow:hidden;
	position: relative;
	float: left;
	margin-right: 17.5px;
}
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 #li4,ul.index_cplist_02 #li5{
	margin-top: 15px;
}
ul.index_cplist_02 li a{
	display: block;
	overflow: hidden;
}
ul.index_cplist_02 li:hover a{
	border-bottom: 4px solid #00d5f5;
}
ul.index_cplist_02 li .pic{
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
	border-bottom: none;
}
ul.index_cplist_02 li:hover .pic{
	border-color: #c21823;
}
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{
	width: 170px;
	overflow: hidden;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	text-align: center;
	display: flex;
	justify-content:center;
	align-items:Center;
}
ul.index_cplist_02 #li1 .txt{
	width: 100%!important;
	height: 95px;
	top:auto!important;
	bottom:0!important;
}
ul.index_cplist_02 li h3{
	display: block;
	overflow: hidden;
	font-size: 20px;
	font-weight: normal;
}
ul.index_cplist_02 li p{
	color: #666;
	display: block;
	margin-top: 10px;
}
ul.index_cplist_02 li i.fa-angle-right{
	margin-top: 10px;
	font-size: 16px;
	color: #00d5f5;
}
ul.index_cplist_02 li .detail{
	height: 50px;
	line-height:50px;
	overflow: hidden;
	display: block;
	font-size: 16px;
	border: 1px solid #ccc;
	transition: 0.6s;
}
ul.index_cplist_02 li:hover .detail{
	background: #c21823;
	border-color: #c21823;
	color: #fff;
}
/*首页规则产品列表：图片+标题+简介+按钮*/
dl.index_cplist_03{
	width:1250px;
	overflow:hidden;
}
dl.index_cplist_03 dd{
	width:280px;
	margin-top: 30px;
	margin-right: 26.666666px;
	float: left;
	position: relative;
	overflow:hidden;
}
dl.index_cplist_03 dd a{
	display: block;
	overflow: hidden;
}
dl.index_cplist_03 dd .pic{
	display:block;
	overflow:hidden;
	position: relative;
	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: rgba(0, 0, 0, 0.4);
	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;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-top: 50px;
}
dl.index_cplist_03 dd:hover h3{
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
dl.index_cplist_03 dd:hover .pic{
	border-color:#000;
}
dl.index_cplist_03 dd:hover img{

	transform:scale(1.1);
}
dl.index_cplist_03 dd .txt{
	overflow: hidden;
	padding: 15px 0;
}
dl.index_cplist_03 dd h3{
	display:block;
	overflow:hidden;
	height: 40px;
	line-height: 40px;
	background: #666666;
	color: #fff;
	font-weight:normal;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	transition: 0.6s;
}
dl.index_cplist_03 dd p{
	display:block;
	overflow:hidden;
	color:#fff;
	line-height: 25px;
	margin-top:10px;
	/* padding: 0 15px; */
	/* height: 100px; */
}
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 .jia{
	width:38px;
	height:38px;
	display:block;
	position:absolute;
	left:10px;
	top:10px;
	background: url(/web/pic/jia.png) no-repeat;
}
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:0px 20px 0px 0px;
	transition:.0.6s;
	text-align:center;
	overflow:hidden;
	position: relative;
}

dl.index_cplist_04 dd a{
	display: block;
	overflow: hidden;
}
dl.index_cplist_04 dd .ico{
	display: block;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 10;
}
dl.index_cplist_04 dd .ico img{
	display: block;
	margin: 0px auto;
}
dl.index_cplist_04 dd .txt{
	overflow: hidden;
	height: 400px;
	background: #F3F3F3;
	margin-top: 56px;
	padding: 5px;
}
dl.index_cplist_04 dd .pic{
	display:block;
	overflow:hidden;
}
dl.index_cplist_04 dd .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
dl.index_cplist_04 dd:hover .pic img{
	transform: scale(1.1);
}
dl.index_cplist_04 dd h3{
	display:block;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	padding: 0 10px;
	margin-top: 30px;
	height: 60px;
	line-height: 30px;
	display: flex;
  justify-content:center;
  align-items:Center;
}
dl.index_cplist_04 dd p{
	line-height:25px;
	color:#666;
	display:block;
	overflow:hidden;
	margin-top:20px;
	padding: 0 10px;
}

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: 1250px;
}
ul.index_cplist_05 li{
	overflow:hidden;
	text-align: center;
	position: relative;
	width: 390px;
	margin: 15px 15px 0 0;
	border: 1px solid #ccc;
	float: left;
}
ul.index_cplist_05 li:hover{
	border-color: #274674;
}
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;
	background:rgba(39,70,116,0.65);
	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: 15px;
}
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;
	border:1px solid #fff;
	padding: 0 15px;
}
ul.index_cplist_05 li a i{
	font-size:20px;
	display:block;
	margin:20% auto 0 auto;
	color: #274674;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
}
ul.index_cplist_05 li h3{
	font-size:24px;
	color:#fff;
	display:block;
	font-weight:normal;
	margin-top: 30px;
}
ul.index_cplist_05 li a .line{
	width:80%;
	height:1px;
	background:#fff;
	display:block;
	margin:10px auto 0 auto;
}
ul.index_cplist_05 li .txt{
	padding:0 30px;
	overflow:hidden;
	line-height: 30px;
	color: #fff;
	margin-top: 10%;
	font-size: 16px;
}
ul.index_cplist_05 li a p{
	color:#fff;
	line-height:25px;
	padding:0 15px;
	margin-top:15px;
	/* font-size:16px; */
}
ul.index_cplist_05 li a .jia{
	width: 42px;
	height: 42px;
	overflow: hidden;
	background: url(/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;
	border: 1px solid #fff;
}
/* ul.index_cplist_05 #li1{
	width: 300px;
	height:500px;
	left:0;
	top:0;
}
ul.index_cplist_05 #li2{
	width: 300px;
	height: 250px;
	left:300px;
	top:0;
}
ul.index_cplist_05 #li3{
	width: 300px;
	height:250px;
	left:600px;
	top:0;
}
ul.index_cplist_05 #li4{
	width: 300px;
	height:250px;
	right:0;
	top:0;
}
ul.index_cplist_05 #li5{
	width: 600px;
	height:250px;
	left:300px;
	bottom:0;
}
ul.index_cplist_05 #li6{
	width: 300px;
	height:250px;
	right:0;
	bottom:0;
} */
/*不规则产品带遮罩*/
dl.index_cplist_06{
	width:1250px;
	overflow: visible;
}
dl.index_cplist_06 dd{
	overflow:hidden;
	position: relative;
	text-align: center;
	float:left;
	/* margin-top: 20px; */
	margin-right:20px;
	width:280px;

}
dl.index_cplist_06 #dd1{
	width: 600px;
	height: 450px;
}
dl.index_cplist_06 dd:hover{
	/* -moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow:0px 0px 5px #000; */
}
dl.index_cplist_06 dd .pic{
	display:block;
	overflow: hidden;
	position: relative;
}
dl.index_cplist_06 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition: 1s;
}

dl.index_cplist_06 dd a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
}
dl.index_cplist_06 dd .txt{
	width:100%;
	height:180px;
	background:rgba(0,0,0,0.6);
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
	overflow:hidden;
	transition:0.6s;
}
dl.index_cplist_06 dd:hover .txt{
	height: 100%;
}
dl.index_cplist_06 dd .txt p{
	color:#fff;
	line-height:30px;
	padding:0 25px;
	display:block;
	overflow: hidden;
	margin-top: 15px;
}
dl.index_cplist_06 dd:hover .txt p{
	height:auto;
}
dl.index_cplist_06 dd:hover img{
	transform: scale(1.1);
}
dl.index_cplist_06 dd:hover .txt h3{
	margin-top: 150px;
	/* height: auto;
	line-height: 25px;

	padding-bottom: 15px;
	background: url(/web/pic/t.png) bottom center no-repeat;
	margin-bottom: 15px; */
}
dl.index_cplist_06 dd h3{
	font-size:16px;
	color:#fff;
	display:block;
	font-weight:normal;
	transition: 0.6s;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.5);
	left:0;
	bottom:0;
	z-index: 5;
	position: absolute;
}
dl.index_cplist_06 dd h3 span{
	width: 60px;
	background: #030303;
	float: right;
	display: block;
	height: 60px;
	text-align: center;
	text-indent: 0;
}
dl.index_cplist_06 dd h3 span i{
	width: 25px;
	height:25px;
	margin: 17.5px auto;
	background: url(/web/pic/i8.png) no-repeat;
	transition: 1s;
	display: block;
}
dl.index_cplist_06 dd:hover h3 i{
	transform: rotate(720deg);
}
dl.index_cplist_06 dd .txt .time{
	display:block;
	margin:30px auto;
	width:80px;
	height:35px;
	color:#fff;
	border:1px solid #fff;
	text-align:center;
	line-height:35px;
}

/*----首页带图片新闻-------*/
.index_tuwenlist{
	overflow:visible;
	width: 1250px;
}
.index_tuwenlist dl{
	overflow:hidden;
	width: 580px;
	height: 150px;
	position: relative;
	background: #F4F4F4;
	float: left;
	margin: 0 40px 20px 0;
	transition: 0.6s;
}
.index_tuwenlist dl:hover{
	-moz-box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
	box-shadow:0px 0px 15px #999;
}
.index_tuwenlist dl:hover h3,.index_tuwenlist dl:hover p{
	color: #fff;
}
.index_tuwenlist dl .jia{
	width: 30px;
	height: 30px;
	display: block;
	background: url(/web/pic/jia.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.index_tuwenlist dl a{
	display: block;
	overflow: hidden;
}
.index_tuwenlist dl dt{
	text-align:center;
	overflow:hidden;
	width: 150px;
	height: 150px;
	float: left;
}
.index_tuwenlist dl dt img{
	height:150px;
	width: auto;
	display:block;
	transition:0.6s;
	margin-left: -25px;
}
.index_tuwenlist dl:hover dt img{
	transform:scale(1.1);
}
.index_tuwenlist dl dd{
	overflow:hidden;
	margin-left: 175px;
	padding: 30px 40px 0 0;
}
.index_tuwenlist dl dd h3{
	display:block;
	font-size:16px;
	font-weight:normal;
	overflow: hidden;
}

.index_tuwenlist dl p{
	margin-top:10px;
	line-height:25px;
	color:#666;
	display:block;
	overflow:hidden;
}

/*头条*/
dl.toutiao{
	overflow:hidden;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
dl.toutiao a{
	display: block;
	overflow: hidden;
}
dl.toutiao dt{
	overflow:hidden;
	width: 220px;
	float: left;
}
dl.toutiao dt .pic{
	display:block;
	overflow:hidden;
}
dl.toutiao dt img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
dl.toutiao dt:hover img{
	transform:scale(1.1);
}
dl.toutiao dd{
	overflow:hidden;
	margin-left: 240px;
}
dl.toutiao dd .title{
	overflow: hidden;
	margin-top: 20px;
}
dl.toutiao dd h3{
	display:block;
	font-size:16px;
	font-weight: normal;
	float: left;
}
dl.toutiao dd p,dl.toutiao dd .xia{
	line-height:25px;
	overflow:hidden;
	display:block;
	color:#666;
	margin-top: 30px;
}
dl.toutiao dd .time{
	display:block;
	color: #666;
	float: right;
}
dl.toutiao .detail{
	display:block;
	/* line-height:35px;
	width:120px;
	text-align:center; */
	margin-top:40px;
	/* background: #fff;
	border: 1px solid #ccc; */
}
dl.toutiao dd .detail i{
	margin-left:10px;
}
/*首页新闻列表普通*/
dl.index_newslist_01{
	overflow:hidden;
	width: 850px;
}
dl.index_newslist_01 dd{
	overflow:hidden;
	line-height:70px;
	height:70px;
	overflow:hidden;
	width: 370px;
	float: left;
	margin-right: 45px;
	border-bottom:1px dashed #ccc;
	font-size: 16px;
}
dl.index_newslist_01 dd i{
	margin-right:10px;
	color: #EE1D23;
}
dl.index_newslist_01 dd span{
	float:right;
	color:#999;
	font-size: 12px;
}

/*首页横排3块*/
.box{
	overflow:hidden;
}
.box img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#box1{
	width: 262px;
	float: left;
	height:454px;
	margin-top: 110px;
	display: flex;
  justify-content:center;
  align-items:Center;
	background: url(/web/pic/a1.jpg) no-repeat;
}
#box2{
	width: 657px;
	height:454px;
	padding: 65px 35px 0 105px;
	float: left;
	margin-left: 10px;
	background: url(/web/pic/a2.jpg) no-repeat;
}
#box3{
	width: 262px;
	float: right;
	height:454px;
	margin-top: 110px;
	display: flex;
  justify-content:center;
  align-items:Center;
	background: url(/web/pic/a1.jpg) no-repeat;
}
.box .title{
	overflow: hidden;
}
.box .title h2{
	display: block;
	float: left;
	font-size: 48px;
	overflow: hidden;
}
.box .title .txt{
	overflow: hidden;
	margin-left: 20px;
	line-height: 25px;
	padding-left: 30px;
	margin-top: 10px;
}

.tbox{
	overflow:hidden;
	width: 580px;
}
.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:hidden;
	float:left;
	margin-right:30px;
	/* border: 1px solid #ccc; */
	position: relative;
	/* -moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow:0px 0px 5px #999; */
	transition: 0.6s;
}
dl.index_newslist_02 dd a{
	display: block;
	overflow: hidden;
	transition: 0.6s;
}
dl.index_newslist_02 dd:hover{

	/* background: #e01200;
	 */
	/* -moz-box-shadow: 0px 0px 5px #FE715F;
	-webkit-box-shadow: 0px 0px 5px #FE715F;
	box-shadow:0px 0px 5px #FE715F; */
	/* border-color: #396097; */
}

dl.index_newslist_02 dd .pic{
	display:block;
	overflow:hidden;
	height:220px;
}
dl.index_newslist_02 dd:hover .pic{
	/* border-color:#23AC38; */
}
dl.index_newslist_02 dd img{
	height:auto;
	max-width:100%;
	display:block;
	transition:0.6s;
	margin:-30px auto 0 auto;
}
dl.index_newslist_02 dd:hover img{
	transform:scale(1.1);
}
dl.index_newslist_02 dd .num{
	display: block;
	font-size: 24px;
	font-weight: bold;

}
dl.index_newslist_02 dd .txt{
	height: 155px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
dl.index_newslist_02 dd:hover .txt{
	border-color: #00D5F5;
}
dl.index_newslist_02 dd h3{
	display:block;
	font-size:20px;
	font-weight:normal;
	overflow:hidden;
	margin-top: 15px;
}
dl.index_newslist_02 dd p{
	margin-top:15px;
	line-height:25px;
	color:#666;
	overflow: hidden;
	display: block;
}
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{
	height: 5px;
	/* line-height: 31px;
	background: url(/web/pic/dd.png) no-repeat; */
	overflow: hidden;
	/* margin-top: 15px; */
}
dl.index_newslist_02 dd .time{
	display:inline-block;
	*display: inline;
	*zoom:1;
	/* display: block; */
	padding:5px 10px;
	background:#F57037;
	transition:0.6s;
	margin-top:20px;
	/* margin-bottom: 10px; */
	/* float: left; */
	color:#fff;
	/* text-decoration: underline; */
}
dl.index_newslist_02 dd .time i{
	/* margin-right:5px;
	color:#333; */
}
dl.index_newslist_02 dd .detail{
	display:block;
	/* margin: 15px auto 0 auto;
	width: 32px;
	height: auto;
	transition: 0.6s; */
	background: url(/web/pic/jiantou.png) right center no-repeat;
	height: 11px;
}
dl.index_newslist_02 dd:hover .detail{
	background: url(/web/pic/jiantou2.png) right center no-repeat;
	animation:fadeInLeft 2s infinite;
	-webkit-animation:fadeInLeft 2s infinite; /* Safari 和 Chrome */
}

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:850px;
	overflow:visible;
}
dl.index_newslist_03 dd{
	width:190px;
	margin-right: 13.3333333px;
	float:left;
	overflow:hidden;
	height:135px;
	position:relative;
	border: 4px solid #fff;
	-moz-box-shadow:0px 0px 8px #777;
	-webkit-box-shadow:0px 0px 8px #777;
	box-shadow:0px 0px 8px #777;
	/* border-right: 25px solid transparent; */
	/* border-bottom: 20px 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(2, 111, 212, 0.25);
    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(2, 111, 212, 0.25);
    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;
	/* border:1px solid #fff; */
	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:38%;
	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_04{
	width:1250px;
	overflow:visible;
}
.index_newslist_04 li{
	float:left;
	width:285px;
	overflow:hidden;
	margin-right:20px;
	-moz-box-shadow:0px 0px 5px #ddd;
	-webkit-box-shadow:0px 0px 5px #ddd;
	box-shadow:0px 0px 5px #ddd;
	background:#fff;
}
.index_newslist_04 li span{
	display:block;
}
.index_newslist_04 li .pic{
	overflow:hidden;
	display:block;
	height: 210px;
	position: relative;

}
.index_newslist_04 li img{
	max-width:100%;
	height:auto;
	display:block;
	transition: 0.6s;
}
.index_newslist_04 li:hover img{
	transform: scale(1.1);
}

.index_newslist_04 li .time{
	/* width:55px;
	height:50px; */
	font-family:Arial;
	text-align:center;
	color:#fff;
	position:absolute;
	z-index:2;
	left:0px;
	bottom:0;
	line-height: 30px;
	padding: 0 15px;
}
.index_newslist_04 #li2,.index_newslist_04 #li4{
	margin-top: 40px;
}
.index_newslist_04 #li1 .time,.index_newslist_04 #li3 .time{
	background: #33B56B;
}
.index_newslist_04 #li2 .time,.index_newslist_04 #li4 .time{
	background: #F65C1C;
}
.index_newslist_04 li .time em{
	font-style:normal;
	display:block;
}
.index_newslist_04 li .time .ri{
	font-size:30px;
	display:block;
}
.index_newslist_04 li .time .nian{
	display:block;
	font-size:12px;
}
.index_newslist_04 li .txt{
	overflow:hidden;
	padding: 15px;
}
.index_newslist_04 li h3{
	display:block;
	font-size:16px;
	font-weight:normal;
	height:50px;
	line-height:25px;
	overflow: hidden;
}
.index_newslist_04 li h3 a{

}
.index_newslist_04 li .line{
	width:75px;
	height:2px;
	display:block;
	margin:15px 0 0 0;
	background:#fff;
}
.index_newslist_04 p{
	overflow:hidden;
	display:block;
	margin-top:10px;
	line-height:22px;
	color:#666;
}
.index_newslist_04 .detail{
	display:block;
	/* margin-top:15px; */
	color:#0780CF;
	/* font-size:12px;
	text-decoration: underline; */
	/* border-bottom:1px solid #c6322d; */
	float:right;
	/* padding:5px 10px; */
}
/*首页上面图片下面带日期的新闻列表*/
.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;
}
/*---新型News样式---*/
.index_newslist_06{
	overflow: hidden;
	width: 1250px;
}
.index_newslist_06 dl{
	width: 385px;
	overflow: hidden;
	float: left;
	margin-right: 22.5px;
	height: 545px;
	position: relative;
	text-align: center;
}
.index_newslist_06 dl a{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top:0;
	z-index: 10;
	display: block;
}
.index_newslist_06 dl dt{
	width: 100%;
	height: 370px;
	overflow: hidden;
	position: relative;
}
.index_newslist_06 dl dt img{
	height: 370px;
	display: block;
	margin-left: -54px;
}
.index_newslist_06 dl dt i{
	width: 100%;
	position: absolute;
	font-size: 100px;
	color: #fff;
	text-align: center;
	line-height: 370px;
	background: rgba(0, 0, 0, 0.5);
	left:0;
	top:0;
	z-index: 1;
}
.index_newslist_06 dl dd{
	width: 80%;
	height:235px;
	position: absolute;
	background: #fff;
	overflow: hidden;
	z-index: 5;
	bottom:5px;
	left:50%;
	margin-left: -40%;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	padding: 20px;
	transition: 0.6s;
}
.index_newslist_06 dl dd .title{
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
}
.index_newslist_06 dl dd .line{
	width: 50px;
	height: 2px;
	background: #333;
	margin: 10px auto;
	display: block;
}
.index_newslist_06 dl dd .info{
	overflow: hidden;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
}
.index_newslist_06 dl dd .detail{
	display: block;
	width: 120px;
	height: 35px;
	border: 1px solid #666;
	line-height: 35px;
	text-align: center;
	margin: 20px auto 0 auto;
}
.index_newslist_06 dl:hover dd{
	background: #0299EC;
}
.index_newslist_06 dl:hover dd .title,.index_newslist_06 dl:hover dd .info,.index_newslist_06 dl:hover dd .detail{
	color: #fff;
}
.index_newslist_06 dl:hover dd .line{
	background: #fff;
}
.index_newslist_06 dl:hover dd .detail{
	border-color: #fff;
}
/*首页问答FAQ样式*/
dl.wenda_list{
	overflow:hidden;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
dl.wenda_list dt{
	background:url(/web/pic/faq.png) left center no-repeat;
	padding-left:40px;
	font-size:15px;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
dl.wenda_list dd{
	overflow:hidden;
	padding-left:40px;
	/* background:url(/web/pic/a.jpg) left 5px no-repeat;
	height:30px;
	line-height:30px; */
	margin-top:5px;
	color: #666;
	line-height: 25px;
}

/*友情链接带图片样式*/
ul.link_01{
	overflow:hidden;
	width:290px;
}
ul.link_01 li{
	float:left;
	width:130px;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:15px;
}
ul.link_01 li img{
	width:100%;
	height:auto;
	display:block;
	/* border:1px solid #ccc; */
}
/*仅文字链接*/
ul.link_02{
	text-align:left;
}
ul.link_02 a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 10px;
	border-right:1px solid #ccc;
	line-height:13px;
	height:13px;
	margin-top:6px;
}



.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(/web/pic/t.png) left center no-repeat;
}
ul.index_contact_01 #index_email{
	background:url(/web/pic/e.png) left center no-repeat;
}
ul.index_contact_01 #index_dizhi{
	background:url(/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:inline-block;
	*display:inline;
	*zoom:1; */
	display:block;
	color:#021cb9;
	position:relative;
	width:100px;
	font-size: 16px;
	line-height:35px;
	text-align:center;
	border: 2px solid #021cb9;
	float: right;
	/* background: #EFEFEF; */
	text-transform: capitalize;
	/* margin:0px auto; */
	transition: 0.6s;
}
.more_01_box{
	position: relative;
	overflow: hidden;
}
.more_01_box:before{
	content: "";
	width:100px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	left:0;
	background:#021cb9;
	z-index:20;
}
/* .more_01:after{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	background:#fff;
	z-index:20;
} */
.more_01 img{
	margin-left:20px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;

}
.more_02{
	display:block;
	line-height:55px;
	width: 170px;
	color: #fff;
	background: #274674;
	text-align: center;
	transition: 0.6s;
	font-size: 16px;
	float: right;
}
.more_02 i{
	margin-left: 10px;
}
.more_02:hover{
	color:#fff;
	background: #3C6CB5;
}
.more_02:hover i{
	color:#fff;
}
.more_03{
	display:block;
	line-height:40px;
	width:110px;
	transition:0.6s;
	text-align: center;
	background: #274674;
	color: #fff;
	font-size: 16px;
}
.more_03 i{
	margin-right: 20px;
	font-size: 18px;
	vertical-align: middle;
	margin-top: -3px;
}
.more_03:hover{
	color:#fff;
	background:#3C6CB5;
	border-color: #3C6CB5;
}
/*---首页左边分类右边产品结构--*/
#zuo{
	width:200px;
	float:left;
	overflow:hidden;
}
#zuo_title{
	overflow:hidden;
	/* background: #EE1C25;
	text-align: center;
	height:80px; */
}
#zuo_title h2{
	display:block;
	font-size:36px;
	/* text-transform:uppercase;
	color: #fff; */
	font-family: Arial Black;
}
#zuo_title p{
	display:block;
	margin-top:5px;
	font-size: 12px;
	color: #fff;
}
#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(/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: 1px solid #009EDB;
	margin-bottom: 10px;
}
#zuo dl dt{
	display:block;
	height:45px;
	line-height:45px;
	overflow:hidden;
	text-align: center;
}
#zuo dl dt.dl_on,#zuo dl dt:hover{
	background: #009EDB;
}
#zuo dl dt.dl_on a,#zuo dl dt:hover a{
	color: #fff;
}

#zuo dl dt a{
	font-size:16px;
	color:#009EDB;
	display: block;
}
#zuo dl dd{
	padding: 10px 20px 10px 20px;
	display:none;
}
#zuo dl dd a{
	display: block;
	line-height: 35px;
}
#zuo dl dd a i{
	margin-right: 10px;
}
#you{
	width:985px;
	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:1010px;
}
#you ul li{
	width:320px;
	float:left;
	overflow:hidden;
	margin:0px 12.5px 12.5px 0;
	text-align: center;
}
#you ul li .pic{
	border:1px solid #ccc;
	display:block;
	overflow:hidden;
}
#you ul li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
#you ul li:hover .pic{
	border-color:#009EDB;
}
#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:14px;
	margin-top:10px;
}
/*-----底部共用-------*/
.footer_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	background:#313131;
	margin-top: 30px;
}
.footer{
	width:1200px;
	overflow:hidden;
	margin:0px auto 30px auto;
	color: #adadad;
}
.footer a{
	color: #adadad;
}
.footer a:hover{
	color: #fff;
}
#footer_l{
	overflow:hidden;
	float:left;
	width:400px;
	font-size: 16px;
	line-height: 30px;
}
#footer_l img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#footer_l_title{
	overflow:hidden;
	font-size: 16px;
	color: #fff;
}
#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-left: 60px;
}
#footer_r{
	overflow:hidden;
	float:right;
	width:410px;
}

.footer dl{
	float:left;
	overflow:hidden;
	/* min-height:257px;
	background:url(/web/pic/dl.png) right top no-repeat; */
}
.footer dl dt{
	display:block;
	font-size:20px;
	margin-bottom:15px;
	overflow:visible;
	text-transform:capitalize;
	position:relative;
	padding-bottom:10px;
	position: relative;
	color: #fff;
	font-weight: bold;
}
.footer dl dt:after{
	/* content: "";
	width:30px;
	height:2px;
	display:block;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	z-index:20; */
}
.footer dl dt a{
	display:block;
	color: #fff;
}
.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{

}
#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=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#footer_lxxx tr td{
	padding-bottom:10px;
}
#ewm{
	overflow:hidden;
	width: 144px;
	height: 174px;
	background: url(/web/pic/ewm.png) no-repeat;
	margin: 0px auto;
}
#ewm .shang{
	height: 143px;
	overflow: hidden;
}
#ewm .shang img{
	max-width:123px;
	height:auto;
	display:block;
	margin: 10px auto;
}
#ewm .xia{
	text-align: center;
	line-height: 32px;
}
#footer_follow{
	overflow:hidden;
	text-align: center;

}

#footer_follow a{
	margin:0px 5px 0px 5px;
}
#footer_follow img{
	width: 35px;
	height:auto;
	vertical-align: middle;
}
#footer_follow i{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	/* background:#F1F1F1; */
	/* border:1px solid #666; */
	margin-right:0px!important;
	font-size:16px;
	transition: 0.6s;
	color: #fff;
}
#footer_follow a:hover i{
	color: #fff;
}
.ali{
	background:url(../ico/ali.png) center center no-repeat;
	width:35px!important;
}

#copy_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	background: #232323;
}
#copy{
	overflow:hidden;
	color:#6c6c6c;
	width:1200px;
	padding:15px 0px 15px 0px;
	margin:0px auto;
	/* text-align: center; */
	/* border-top: 1px solid #777777; */
	/* background: url(/web/pic/copy.jpg) top center repeat-x; */
}
#copy a{
	color:#6c6c6c;
}
#copy_l{
	float: left;
	overflow: hidden;
	width: 800px;
}
#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(../images/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;
}

ul.wzlist{
	width:auto;
}
ul.wzlist li{
	line-height:40px;
	border-bottom:1px dotted #ccc;
}
ul.wzlist li i{
	margin-right:10px;
}
ul.wzlist li a{
	padding-left: 15px;
	line-height: 40px;
	display: block;
	background: url(/web/pic/i2.jpg) left center no-repeat;
}
ul.wzlist li span{
	float:right;
	margin-right:10px;
	color:#989898;
	font-size:12px;
}
.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(../ico/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(../ico/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(../ico/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;
	width: 100%;
	background:#4A4A4A;
	display: block;
	outline: none;
	margin-bottom: 15px;
}
.fcontent{
	width:100%;
	height:120px;
	border:none;
	padding:10px 10px 10px 10px;
	line-height:20px;
	overflow:hidden;
	background:#4A4A4A;
	outline: none;
	margin-bottom: 16px;
}
.fbtn{
	cursor:pointer;
	border:none;
	line-height:40px;
	text-align:center;
	outline:none;
	display: block;
	width: 160px;
	color: #fff;
	font-size: 16px;
	margin: 0px auto;
}
/*--联系我们通栏表单--*/
.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: #777; opacity:1;
		font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #777;opacity:1;
		font-size: 16px;
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder{
    color: #777;opacity:1;
		font-size: 16px;
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
    color: #777;opacity:1;
		font-size: 16px;
}
/*---------------其它碎片样式代码------------*/
#about_box{
	overflow:hidden;
	-moz-box-shadow:0px 0px 10px #ddd;
	-webkit-box-shadow:0px 0px 10px #ddd;
	box-shadow:0px 0px 10px #ddd;
}
#about_pic{
	overflow:hidden;
	width: 595px;
	float: left;
}
#about_pic img{
	max-width: 100%;
	height: auto;
	display: block;
}
#about_right{
	width:605px;
	float: right;
	overflow: hidden;
}
#about_right img{
	max-width:100%;
	height:auto;
	display:block;
}
#about_right h4{
	font-size: 24px;
	display: block;
	font-weight: normal;
	/* text-align: center; */
}
#about_title{
	overflow: hidden;
}
#about_title .shang{
	overflow: hidden;
	font-size: 42px;
	text-transform: capitalize;
}
#about_title .xia{
	overflow: hidden;
	margin-top: 35px;
	font-size: 24px;
	font-weight: bold;
}
#about_txt{
	overflow: hidden;
	padding: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
}
#about_txt h4{
	font-size: 20px;
	display: block;
	font-weight: normal;
	color: #035aaa;
}
#about_txt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:6px 0 0 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: 785px;
	float: left;
}
#news_box img{
	max-width:100%;
	height:auto;
	display:block;
}
#other_box{
	width:365px;
	float:right;
	overflow:hidden;
}
#other_box img{
	max-width:100%;
	height:auto;
	display:block;
}

/*---------我们的优势----------*/
.ys{
	overflow:hidden;
	height:1866px;
	position: relative;
	background: url(/web/pic/ys.jpg) top center no-repeat;
}
.ys_num{
	position: absolute;
	z-index: 10;
	width: 58px;
	height: 98px;
	background: url(/web/pic/num.png) no-repeat;
	left:0;
	top:0;
	text-align: center;
}
.ys_num span{
	display: inline-block;
	*display: inline;
	*zoom:1;
	font-size: 30px;
	color: #fff;
	position: relative;
	margin-top: 20px;
}
.ys_num span:after{
	content: "";
	width:100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 100%;
	left:0;
}
.ys_txt{
	overflow:hidden;
	padding-left: 85px;
	position: absolute;
	width: 620px;
}
#ys_txt1{
	top:60px;
	left:0;
	animation-name: fadeInRight;
}
#ys_txt2{
	top:585px;
	right:0;
	animation-name: fadeInRight;
}
#ys_txt3{
	top:1020px;
	left:0;
	animation-name: fadeInLeft;
}
#ys_txt4{
	bottom:60px;
	right:0;
	animation-name: fadeInRight;
}
.ys_txt dl{
	overflow:visible;
}
.ys_txt dd{
	overflow:visible;
}
.ys_txt h2{
	font-size:36px;
	display:block;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	color: #0EB5FC;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(67, 130, 235, 1)), to(rgba(12, 183, 251, 1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	padding-bottom: 10px;
}
.ys_txt h2:after{
	content: "";
	width:60px;
	height: 3px;
	background: #026FC4;
	position: absolute;
	top: 100%;
	left:0;
}
.ys_txt .ys_p{
	overflow:hidden;
	display:block;
	margin-top: 20px;
	font-size: 16px;
}
.ys_txt .ys_p tr td{
	padding: 10px 0;
	line-height: 20px;
}
.news_l{
	overflow:hidden;
	width:550px;
	height: 225px;
	position: relative;
	float: left;
}
.news_l a{
	display: block;
	overflow: hidden;
}
.news_l .pic{
	display: block;
	/* height: 215px; */
	overflow: hidden;
}
.news_l .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	margin-top: -100px;
}
.news_l:hover .pic img{
	transform:scale(1.1);
}
.news_l h3{
	width: 100%;
	height:35px;
	line-height: 35px;
	position: absolute;
	display: block;
	left:0;
	bottom:0;
	z-index: 10;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: rgba(0,0,0,0.5);
}
/* .news_l dl{
	overflow: hidden;
	margin-top: 20px;
	background: #1476fe;
	padding: 20px 10px;
}
.news_l dl dt{
	width: 65px;
	float: left;
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
	background: url(/web/pic/dt.png) center center no-repeat;
}
.news_l dl dt .ri{
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666;
}
.news_l dl dd{
	margin-left: 80px;
	overflow: hidden;
}
.news_l dl dd h3{
	display: block;
	font-weight: normal;
	font-size: 30px;
	color: #fff;
}
.news_l dl dd p{
	display: block;
	overflow: hidden;
	color: #fff;
	line-height: 25px;
	margin-top: 10px;
} */




.news_content{
	overflow:hidden;
}
.news_content dl{
	overflow:hidden;
	height: 110px;
	margin-top: 25px;
	background: #fff;
}
.news_content dl a{
	display: block;
	overflow: hidden;
}
.news_content dl:last-child{

}
.news_content dl dt{
	width: 220px;
	float: left;
	overflow: hidden;
	transition: 0.6s;
	/* font-size: 24px;
	font-weight: bold;
	background: url(/web/pic/dt.png) center center no-repeat; */
}
.news_content dl dt img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin-top: -25px;
}
.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;
	font-weight: bold;
	color: #009eda;
	line-height: 40px;
}
.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;
	margin-top: 5px;
	color: #009eda;
}
.news_content dl dd{
	overflow: hidden;
	margin-left: 220px;
	padding: 10px;
}
.news_content dl dd .shang{
	overflow: hidden;
}
.news_content dl dd h3{
	display:block;
	font-size:16px;
	font-weight: normal;
}
.news_content dl dd .time{
	display: block;
	margin-top: 20px;
	color: #999;
}
.news_content dl dd .jiantou{
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	bottom:0;
	background: url(/web/pic/jiantou2.png) center center no-repeat #656565;
}
.news_content dl:hover dd .jiantou{
	background: url(/web/pic/jiantou2.png) center center no-repeat #1C58AE;
	animation:fadeInLeft 2s infinite;
	-webkit-animation:fadeInLeft 2s infinite; /* Safari 和 Chrome */
}
.news_content dl dd .xia,.news_content dl dd p{
	margin-top:10px;
	overflow:hidden;
	color: #666;
	line-height: 25px;
}
.news_content dl .jia{
	display: block;
	float: right;
	margin-top: 30px;
}
.news_content dl .jia i{
	width: 30px;
	height: 30px;
	background: #2E2E2E;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
.news_content dl dd .more{
	color:#026FD4;
	/* margin-top:5px; */
	display:block;
	float: right;
}
.news_content dl dd .detail{
	/* background:#009946;
	color:#fff;
	font-size:12px;
	width:50px;
	height:20px;
	display:block;
	text-align:center;
	line-height:20px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-10px;
	letter-spacing:5px; */
	float: right;
}
.news_content dl dd .detail:hover{
	/* background-color:#000;
	border-color:#000;
	color:#fff;
	transition:0.5s; */
}
.news_content dl:hover dd .detail{
	animation:fadeOutRight 2s infinite;
	-webkit-animation:fadeOutRight 2s infinite; /* Safari 和 Chrome */
}

#link_title{
	overflow:hidden;
	float:left;
	margin-right: 10px;
	font-size: 18px;
}

.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:125px;
}
.index_ad_txt{
	overflow: hidden;
	text-align: center;
}
.index_ad_txt .dazi{
	font-size: 48px;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
}
.index_ad_txt .xiaozi{
	font-size:18px;
	color: #666;
	margin-top: 20px;
	overflow: hidden;
	line-height: 30px;
	padding: 0 70px;
}
.index_ad_txt .detail{
	display: block;
	width: 195px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin: 40px auto 0 auto;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
/*首页横排圆形图标*/
ul.yuan{
	width:auto;
	overflow:hidden;
	text-align: center;
}
ul.yuan li{
	width:33.333333%;
	/* display: inline-block;
	*display: inline;
	*zoom:1; */
	float: left;
	vertical-align: top;
	overflow:hidden;
	height: 90px;
	border-right: 1px solid #ccc;
	position: relative;
	text-align: center;
	/* margin-right: 66.666666px; */
}
ul.yuan #li3{
	border: none;
}
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(../images/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: 44px;
	color: #fff;
}
ul.yuan li h3{
	font-size:30px;
	/* line-height: 30px; */
	display:block;
	text-align:center;
	overflow:hidden;
	/* text-transform: uppercase; */
	font-weight: normal;
	/* margin-top: 15px; */
}
ul.yuan li p{
	display:block;
	overflow:hidden;
	margin-top:15px;
	/* color:#666;
	line-height: 23px; */
}
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;
	height: 450px;
	position: relative;
}
#vlist li{
	overflow:hidden;
	position: absolute;
	text-align: center;
}
#vlist li a{
	display: block;
	overflow: hidden;
}
#vlist #li1{
	width: 300px;
	height: 220px;
	top:0;
	left:0;
}
#vlist #li2{
	width: 300px;
	height: 220px;
	left:0;
	bottom:0;
}
#vlist #li3{
	width: 600px;
	height: 450px;
	right:0;
	top:0;
}
#vlist li .pic{
	display:block;
	width:100%;
	overflow:hidden;
}
#vlist li .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
#vlist li:hover .pic img{
	transform:scale(1.1);
}
#vlist li .zhezhao{
	width:100%;
	height:100%;
	position:absolute;
	background:url(/web/pic/play.png) center center no-repeat rgba(0,0,0,0.5);
	z-index:10;
	left:0;
	top:0;
}
#vlist li .pic i{
	color:#fff;
	font-size:40px;
	margin:30% auto 0 auto;
	transition:1s;
}
#vlist li:hover .pic i{
	transform:rotate(360deg);
}
#vlist li .vinfo{
	overflow: hidden;
	margin-top: 20px;
}
#vlist li h3{
	font-size:18px;
	display:block;
	font-weight:normal;
}
#vlist li p{
	line-height:20px;
	color:#666;
	margin-top:10px;
	display:block;
}

/* banner */
.banner { width: 100%; min-width:1200px;height:700px; 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:700px; position: relative; left: 50%; margin-left: -960px;}
.banner .bd li { width: 1920px; }
/*banner2*/
.bxslider{
	min-width:1200px;
}
.bxslider li{
	height:700px;
}
.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;
	margin-left: 20px;
	width: 41px;
	height: 41px;
	overflow: hidden;
	background: url(/web/pic/s.png) no-repeat;
}
#so i{
	font-size:18px;
	text-align: center;
	line-height: 70px;
}
#search_box{
	background:#f0f0f0;
	position:absolute;
	top:115px;
	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:10px;
}
#hot_l{
	width:740px;
	line-height: 50px;
	float: left;
	overflow:hidden;
}
#hot_l span{
	display:block;
	float:left;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#hot_l a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left: 15px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}
#other{
	height:39px;
	position:relative;
	cursor:pointer;
	float:right;
	margin-left: 25px;
	background: #f0f0f0;
}
#other p{
	display:block;
	line-height:39px;
	cursor:pointer;
	padding-left: 40px;
	padding-right: 10px;
	background: url(../images/lan.png) 10px 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:#333;
	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: 40px;
	float: left;
	margin-right: 10px;
	padding-left: 30px;
	background:url(/web/pic/t.png) left center no-repeat;
}

#top_email{
	line-height: 40px;
	float: left;
	margin-right: 20px;
}
#top_email i{
	margin-right: 10px;
	font-size: 18px;
}
#footer_nav{
	overflow:hidden;
	float: left;
}
#footer_nav a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-right: 20px;
	font-size: 18px;
	line-height: 30px;
}
#footer_nav a:last-child{
	padding-right:0!important;
	border:none!important;
	margin-right: none!important
}
/*选项卡1*/
#slideBox1{
	overflow:visible;
}
#slideBox1 .hd{
	overflow:visible;
}
#slideBox1 .hd ul{
	width:auto;
	overflow:visible;
	/* float: left; */
	text-align: center;
}
#slideBox1 .hd ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	/* float:left; */
	cursor:pointer;
	position:relative;
	overflow:visible;
	margin:0 10px;
	height: 25px;
	/* border: 1px solid #008AE2; */
}
#slideBox1 .hd ul li a{
	/* display:inline-block;
	*display:inline;
	*zoom:1; */
	display: block;
	/* line-height:40px;
	padding: 0 30px;
	text-align:center; */
	font-size: 16px;
	/* color: #008AE2; */
	/* font-weight: bold;
	text-transform: uppercase; */
	/* display: flex;
  justify-content:center;
  align-items:Center;*/
	/* border-right: 1px solid #999; */
}
#slideBox1 .hd ul li.on{
	/* background: #008AE2;
	border-color: #008AE2;
	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:#E83030;
}
#slideBox1 .bd{
	margin:0px auto;
	overflow:visible;
}
#slideBox1 .bd ul{
	/* overflow:visible;
	width:auto; */
}
/* #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;
}
.slideBox3 .hd{
	overflow:visible;
	width:310px;
	float: left;
}
.slideBox3 .hd ul{
	overflow: visible;
}
.slideBox3 .hd ul li{
	display:block;
	cursor:pointer;
	position:relative;
	height:40px;
	margin-bottom: 3px;
	padding: 0 35px;
}
.slideBox3 .hd ul li a{
	display: block;
	line-height: 40px;
	font-size: 16px;
	padding-left: 25px;
	position: relative;
}
.slideBox3 .hd ul li a:before{
	content: "●";
	position: absolute;
	left: 0;
	top:0;
	line-height: 40px;
}

.slideBox3 .hd ul li.on{
	background: #274674;
}
.slideBox3 .hd ul li.on a{
	color:#fff;
}
.slideBox3 .bd{
	width:850px;
	float:right;
	overflow:hidden;
}
.slideBox3 .bd ul{
	overflow:hidden;
}
.slideBox3 .bd ul img{
	max-width: 100%;
	height: auto;
	display: block;
}
/*选项卡1*/
.slideBox4{
	margin:0px auto;
	overflow:hidden;
}
.slideBox4 .hd{
	overflow:visible;
	position: relative;
}
.slideBox4 .hd ul{
	text-align: center;
}
.slideBox4 .hd ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	/* float:left; */
	cursor:pointer;
	overflow:hidden;
	width: 110px;
	margin: 0 40px;
	vertical-align: top;
}
.slideBox4 .hd ul li .num{
	display: block;
	width: 75px;
	height: 75px;
	border: 1px solid #7D7D7D;
	font-size: 46px;
	color: #535353;
	line-height: 75px;
	margin: 0px auto;
}
.slideBox4 .hd ul li .title{
	font-size: 16px;
	color: #535353;
	margin-top: 10px;
	line-height: 25px;
}
.slideBox4 .hd ul li.on .title{
	color: #274674;
}
.slideBox4 .hd ul li.on .num{
	border-color: #274674;
	background: #274674;
	padding: 2px;
	color: #fff;
	line-height: 65px;
}
.slideBox4 .hd ul li.on .num .kuang{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}
.slideBox4 .bd{
	margin:0px auto;
	height: 585px;
	position: relative;
	overflow: hidden;
}
.slideBox4 .bd ul{
	overflow:hidden;
}
.slideBox4 .bd ul .pic{
	display: block;
	width: 525px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top:0;
	z-index: 10;
}
.slideBox4 .bd ul .pic img{
	max-width: 100%;
	height: auto;
	display: block;
}
.slideBox4 .bd .y_right{
	width: 710px;
	height: 530px;
	background: #fff;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	position: absolute;
	right: 5px;
	top:25px;
	z-index: 5;
}
.slideBox4 .bd ul .txt{
	overflow: hidden;
	padding: 30px 30px 0 100px;
}
.slideBox4 .bd ul .num{
	display: block;
	width: 75px;
	height: 75px;
	border: 1px solid #7D7D7D;
	font-size: 46px;
	color: #535353;
	line-height: 75px;
	text-align: center;
}
.slideBox4 .bd ul .txt .txt_title{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	line-height: 35px;
}
.slideBox4 .bd ul .txt_txt{
	overflow: hidden;
	color: #666;
	margin-top: 30px;
	line-height: 30px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.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;
	right: 40px;
	top:-100px;
	z-index: 10;
}
.slideBox4 .arrow a{
	display:block;
	width: 30px;
	height: 30px;
	cursor:pointer;
	background: #8F8F8F;
	text-align: center;
}
.slideBox4 .arrow a:hover{
	background: #274674;
}
.slideBox4 .arrow a i{
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}
.slideBox4 .arrow .prev{
	float:left;
}
.slideBox4 .arrow .next{
	float:right;
	margin-left: 15px;
}
/*--和第1种一样--*/
#slideBox5{
	overflow:hidden;
	width: 820px;
	float: left;
}
#slideBox5 .hd{
	overflow:hidden;
	height: 55px;
	border-bottom: 1px solid #ccc;
}
#slideBox5 .hd span{
	float: right;
	display: block;
	margin-top: 20px;
}
#slideBox5 .hd ul{
	width:auto;
	overflow:hidden;
	float: left;
	/* text-align: center; */
}
#slideBox5 .hd ul li{
	/* display:inline-block;
	*display:inline;
	*zoom:1; */
	float:left;
	cursor:pointer;
	position:relative;
	overflow:hidden;
}
#slideBox5 .hd ul li a{
	/* display:inline-block;
	*display:inline;
	*zoom:1; */
	display: block;
	line-height:55px;
	padding: 0 35px;
	text-align:center;
	/* font-size: 16px; */
	/* font-weight: bold;
	text-transform: uppercase; */
	/* display: flex;
  justify-content:center;
  align-items:Center;*/
	/* border-right: 1px solid #999; */
}
#slideBox5 .hd ul li.on{
	/* background: #004F92; */
	/* border-color: #e01200;
	color: #fff; */
}
#slideBox5 .hd ul li.on a{
	color: #fff;
}
#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("../images/icoLeft.gif") no-repeat;
}
.txt-left .hd .next{
	background:url("../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("../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("../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{
	background: #fff;
	overflow: hidden;
	-moz-box-shadow:2px 2px 15px #ccc;
	-webkit-box-shadow:2px 2px 15px #ccc;
	box-shadow:2px 2px 15px #ccc;
}
#shuzi_zone ul{
	overflow:hidden;
	padding: 60px 0;
}
#shuzi_zone ul li{
	float: left;
	overflow: hidden;
	width: 33.33333333%;
	height: 95px;
	border-right: 1px solid #ccc;
	text-align:center;
}
#shuzi_zone ul li .shang{
	overflow: hidden;
	font-size: 36px;
}
#shuzi_zone ul li .counter{

}
#shuzi_zone ul li .xia{
	display:block;
	overflow: hidden;
	margin-top: 15px;
	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_box{
	overflow: hidden;
	padding: 40px 0;
	background: #EFF2F9;
}
#liucheng{
	overflow:hidden;
	padding-left: 20px;
}
#liucheng li{
	width:280px;
	float:left;
	overflow:visible;
	text-align:center;
	vertical-align: top;
	position: relative;
	padding-right: 100px;
	margin-right: 50px;
}
#liucheng #li4{
	width: 180px!important;
	margin-right: 0!important;
	padding-right: 0!important;
}
#liucheng #li4:after{
	display: none!important;
}
#liucheng li:after{
	content: "";
	width: 48px;
	height: 30px;
	background: url(/web/pic/jiantou.png) no-repeat;
	position: absolute;
	right: 0;
	top:27px;
}
#liucheng li .num{
	width: 83px;
	height: 83px;
	display: block;
	background: url(/web/pic/ling.png) no-repeat;
	margin: 0px auto;
	line-height: 83px;
	font-size: 20px;
	font-weight: bold;
	color: #274674;
}
#liucheng li .pic{
	width: 60px;
	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:20px;
	color: #274674;
	font-size: 20px;
	line-height: 30px;
}

#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 5px;
	padding:0 20px;
	transition:0.6s;
}

/*滚动新版可以循环*/
.scroll{
	width:auto;
	overflow:visible;
}
.scroll .item1{
	overflow:hidden;
	transition:0.6s;
	text-align: center;
}
.scroll .item1 .pic{
	display:block;
	overflow:hidden;
	position:relative;
}
.scroll .item1 img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto 0 auto;
	transition:0.6s;
	/* border:1px solid #ccc; */
}
.scroll .item1:hover img{
	/* border-color:#007FC4; */
	/* transform:scale(1.1); */
}
.scroll .item1 .txt{
	height: 90px;
}
.scroll .item1 h3{
	display:block;
	font-size:14px;
	overflow:hidden;
	font-weight:normal;
	margin-top: 10px;
}
.scroll .item1 .line{
	width: 50px;
	height: 2px;
	display: block;
	margin: 15px auto 0 auto;
	background: #D97F1F;
}
.scroll .item1:hover .line{
	background: #fff;
}
.scroll .item1 p{
	display:block;
	overflow:hidden;
	color:#666;
	margin-top:10px;
	line-height: 25px;
}
.scroll .item1 .detail{
	/* display:inline-block;
	*display:inline;
	*zoom:1;
	padding:5px 10px;
	border:1px solid #666; */
	display:block;
	margin-top:10px;
	color:#999;
	transition:0.6s;
}
.scroll .item1:hover .detail{
	/* background:#01A7E1;
	border-color:#01A7E1;
	color:#fff; */
}
/*--------标题浮动在图片上-------*/
.scroll .item2{
	overflow: hidden;
	position: relative;
}
.scroll .item2 .pic{
	display: block;
	overflow: hidden;
	/* border: 1px solid #ddd; */
}
.scroll .item2 img{
	max-width:100%;
	height:auto;
	display:block;
	transition: 0.6s;
}
.scroll .item2:hover img{
	transform: scale(1.1);
}
.scroll .item2 a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
.scroll .item2 .txt{
	height: 160px;
	overflow: hidden;
	background: url(/web/pic/txt.png) no-repeat;
	transition: 0.6s;
	width: 100%;
	position: absolute;
	left:0;
	bottom:0;
	z-index: 2;
	padding: 60px 40px 0 40px;
}
.scroll .item2:hover .txt{
	background: url(/web/pic/txt2.png) no-repeat;
}
.scroll .item2 .txt h4{
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.scroll .item2 .txt .xia{
	overflow: hidden;
	margin-top: 10px;
	line-height: 30px;
	color: #fff;
}
.scroll .item2:hover .txt .detail{
	transform: rotate(360deg);
}
.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;
	font-size:14px;
	/* text-transform: uppercase; */
	line-height:35px;
	font-weight: normal;
	text-align: center;
}

/*-----普通的样式-----*/
.scroll .item3{
	overflow:visible;
	transition:0.6s;
	text-align: center;
	position: relative;
}
.scroll .item3 a{
	display: block;
	overflow: hidden;
}
.scroll .item3 .pic{
	display:block;
	overflow:hidden;
	border: 1px solid #ccc;
}

.scroll .item3 img{
	max-width: 100%;
	height: auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}

.scroll .item3 h3{
	display:block;
	font-size:14px;
	overflow:hidden;
	margin-top: 15px;
	font-weight: normal;
}
.scroll .item3 p{
	display:block;
	overflow:hidden;
	color:#666;
	margin-top:10px;
}
.scroll .item3 p i{
	margin-left: 10px;
}
.scroll .item3 .detail{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:200px;
	height:40px;
	line-height: 40px;
	background:#666666;
	/* display: block; */
	/* text-transform: uppercase; */
	margin-top:15px;
	color:#fff;
	/* float: right; */
}
.scroll .item3:hover .detail{
	background:#00D5F5;
	border-color:#00D5F5;
	color:#fff;
}
/*---鼠标经过遮罩层---*/
.scroll .item4{
	overflow:hidden;
	position:relative;
	text-align: center;
}
.scroll .item4:hover{

}
.scroll .item4 img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.scroll .item4:hover img{
	transform:scale(1.1);
}
.scroll .item4 a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	background:rgba(0,0,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 a{
	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:25% auto 0 auto;
	background:#fff;
}
.scroll .item4 a h3{
	font-size:18px;
	color:#fff;
	display:block;
	margin-top: 20px;
	font-weight:normal;
	line-height: 30px;
}
.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;
	padding-bottom: 22px;
}
.scroll .item5 .item5_box{
	height: 350px;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	border: 1px solid #ccc;
	background: #FFF;
	position: relative;
}
.scroll .item5:hover .item5_box{
	border-color: #42A527;
	-moz-box-shadow:0px 0px 5px #42A527;
	-webkit-box-shadow:0px 0px 5px #42A527;
	box-shadow:0px 0px 5px #42A527;
}
.scroll .item5 a{
	display: block;
	overflow: visible;
}
.scroll .item5 .pic{
	display: block;
	overflow: hidden;
}
.scroll .item5 .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.scroll .item5:hover .pic img{
	transform: scale(1.1);
}
.scroll .item5 .txt{
	overflow: hidden;
	padding: 0 15px;
}
.scroll .item5 .txt h3{
	display: block;
	font-size: 16px;
	margin-top: 15px;
}
.scroll .item5 .txt p{
	color: #666;
	line-height:25px;
	margin-top: 10px;
	height: 50px;
	display: block;
	overflow: hidden;
}
.scroll .item5 .jia{
	position: absolute;
	right: 15px;
	bottom:-15px;
	overflow: visible;
	z-index: 10;
	transition: 0.6s;
}
.scroll .item5:hover .jia{
	transform: translateX(200px);
}
.scroll .item5 .jia .fa-plus{
	width: 30px;
	height: 30px;
	background: #fff;
	color: #666;
	border: 3px solid #82B62E;
	text-align: center;
	line-height: 27px;
	overflow: hidden;
}
.scroll .item5 .detail{
	width: 140px;
	height: 40px;
	left: 50%;
	margin-left: -70px;
	bottom: -20px;
	background: #82B62E;
	position: absolute;
	color: #fff;
	line-height: 40px;
	text-indent: 40px;
	transition:0.6s;
	transform: translateX(-300px);
}
.scroll .item5:hover .detail{
	transform: translateX(0px);
}
.scroll .item5 .detail .fa-plus{
	width: 30px;
	height: 30px;
	background: #fff;
	color: #666;
	border: 3px solid #fff;
	text-align: center;
	line-height: 27px;
	overflow: hidden;
	text-indent: 0;
	float: right;
	margin: 5px;
}

.scroll .owl-prev,.scroll .owl-next{
	position:absolute;
	width:35px;
	height:35px;
	border:2px solid #ccc;
	-moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius:100%;
	text-align:center;
	z-index:20;
	background: #fff;
	top:50%;
	font-size: 22px;
	margin-top: -17.5px;
}
.scroll .owl-prev .fa,.scroll .owl-next .fa{
	line-height: 32px;
}
.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;
}
#scroll2 .owl-prev{
	left:-20px;
}
#scroll2 .owl-next{
	right:-20px;
}
#scroll1{
	padding: 20px;
	-moz-box-shadow:0px 0px 10px #999;
	-webkit-box-shadow:0px 0px 10px #999;
	box-shadow:0px 0px 10px #999;
}
.scroll .owl-dots{
	display: block;
	width: 100%;
	text-align: center;
	position:absolute;
	bottom:10px;
}
.scroll .owl-dots .owl-dot{
	width:12px;
	height:12px;
	-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 5px;
	background:#DADADA;
}
.scroll .owl-dots .owl-dot.active{
	background-color:#0EB5FC;
}
/*相关产品*/
#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);
}
/*临时*/
.jianbian,.index_tuwenlist dl:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0bb6fb+0,4382eb+100 */
	background: #0bb6fb; /* Old browsers */
	background: -moz-linear-gradient(top,  #0bb6fb 0%, #4382eb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0bb6fb 0%,#4382eb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0bb6fb 0%,#4382eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb6fb', endColorstr='#4382eb',GradientType=0 ); /* IE6-9 */

}
#footer_shang{
	overflow: hidden;
	padding: 25px 0;
	background: url(/web/pic/footer_shang.jpg) bottom center repeat-x;
}
.jianbian2{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0bb6fb+0,4382eb+100 */
background: #0bb6fb; /* Old browsers */
background: -moz-linear-gradient(left,  #0bb6fb 0%, #4382eb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0bb6fb 0%,#4382eb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0bb6fb 0%,#4382eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb6fb', endColorstr='#4382eb',GradientType=1 ); /* IE6-9 */

}
#footer_shang_btn{
	float: right;
	overflow: hidden;
}
#footer_shang_btn a{
	display: block;
	line-height: 30px;
	color: #fff;
	padding: 0 30px;
}
#footer_shang_btn a i{
	margin-right: 10px;
}
