@import url("color.css");
@import url("font-awesome.css");
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}

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 */
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* 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;
}
.pd{
	display:block;
	overflow:hidden;
	padding:15px;
	height:385px;
	border:1px solid #ccc;
}
.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
}
.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;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.search{
	width:auto;
	overflow:hidden;
	float:right;
	margin-top:15px;
	-moz-box-shadow:2px 2px 5px #ccc inset; 
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset;
	transition:0.6s;
	width:175px;
	height:28px;
	position:relative;
	background:#fff;
	border:1px solid #ccc;

}

.search .key_text{
	height:25px;
	float:left;
	width:185px;
	overflow:hidden;
	text-indent:10px;
	line-height:25px;
	outline:none;
	font-size:12px;
	background:none;
	color:#999;
	border:none;
	position:absolute;
	z-index:1;
	top:1px;
}
.search .search_btn{
	position:absolute;
	z-index:2;
	right:0;
	top:2px;
	/*float:right;
	cursor:pointer;
	border:none;
	outline:none;
	background:none;
	margin:8px 6px 0 0;
	
	width:55px;
	height:28px;
	color:#fff;
	overflow:hidden;
	line-height:28px;
	text-align:center;
	background:#a3a3a3;
	*/
}
.main{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	line-height:25px;
}
.content img{
	max-width:100%;
	height:auto;
}
.lan{
	overflow:hidden;
	width:auto;
	margin-top:10px;
	float:right;
}
.lan span a{
	padding-left:30px;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
}
.cn{
	background:url(../images/cn.png) left center no-repeat;
	float:right;
	line-height:35px;
}
.sp{
	background:url(../images/sp_fang.png) left center no-repeat;
	float:right;
	line-height:25px;
}
.en{
	background:url(../images/en.png) left center no-repeat;
	line-height:35px;
	float:left;
	margin-right:15px;
}
/*---------------------主体开始-----------------------*/
#top_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:35px;
	line-height:35px;
	background:#606060;
}
#top_l{
	width:auto;
	float:left;
	color:#fff;
}

#top_r{
	width:auto;
	float:right;
	overflow:hidden;
	color:#fff;
}
#top_r a{
	color:#fff;
}

#top_r i{
	font-size:14px;
	margin-right:10px;
}
/*
#top_r a{
	display:block;
	float:left;
	padding:0 15px;
	border-right:1px solid #ccc;
	line-height:15px;
	height:15px;
	margin:8px 0;
	font-size:13px;
}
*/
#header_zone{
	width:100%;
	position:absolute;
	z-index:9999999;
	top:0;
	left:0;
	height:100px;
	min-width:1200px;
	background:url(../images/header_zone.png);
}
.header_zone{
	width:100%;
	min-width:1200px;
	background:url(../images/header_zone.jpg) center center no-repeat;
	max-height:165px;
	overflow:hidden;
}
.header{
	width:1200px;
	margin:0px auto;
	height:100px;
}
.logo{
	float:left;
	margin-top:5px;
}

#header_r{
	width:auto;
	float:right;
}
#header_shang{
	width:auto;
	float:right;
}
#header_follow{
	width:auto;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
}
#header_follow a{
	margin:0 10px;
}
#header_follow i{
	width:25px;
	height:25px;
	background:#fff;
	font-size:16px;
	text-align:center;
	line-height:25px;
}
#header_follow a:hover i{
	background:#36A62A;
	color:#fff;
	transition:0.6s;
}
/*左侧带图标右侧上下结构电话*/
#top_tel_01{
	margin-top:20px;
	padding-left:65px;
	overflow:hidden;
	float:right;
	background:url(../ico/top_tel_04.png) left top no-repeat;
}
#top_tel_01 span{
	display:block;
	color:#666;
	font-size:12px;
}
#top_tel_01 strong{
	font-size:24px;
	display:block;
	font-family:Arial;
}
#top_tel_02{
	margin-top:20px;
	float:right;
	width:auto;
	overflow:hidden;
}
#top_tel_02 p{
	display:block;
	text-align:center;
	font-size:18px;
	color:#6e4235;
	background:url(../images/dian.jpg) center center repeat-x;
}
#top_tel_02 p span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 10px;
	background:#fff;
}
#top_tel_02 strong{
	font-size:28px;
	display:block;
	font-family:Arial;
	color:#6e4235;
	padding-left:45px;
	background:url(../images/top_tel_02.jpg) left center no-repeat;
	line-height:45px;
}

#nav_zone{
	width:100%;
	min-width:1200px;
	height:40px;
	background:#CE211A;
}
.nav {
	width:auto;
	float:left;
	margin-top:60px;
	margin-left:70px;

}
.nav .nLi{
	float:left;
	position:relative;
	display:inline;
	z-index:999999;
	height:40px;
}
.nav .on{
	background:url(../images/nav_on.png) bottom center no-repeat;
}
.nav .nLi h3 {
	display:block;
}
.nav .nLi h3 a {
	display:block;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:2px;
	background:#00A7DE;
	margin:15px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:60%;
	transition:0.6s;
}
.nav .sub {
	display:none;
	left:0;
	top:40px;
	position:absolute;
	background:#f0f0f0;
	/* Gecko browsers */
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	 
	/* Webkit browsers */
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	 
	/* W3C syntax */
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:  3px;
	z-index:9999999;
	-moz-box-shadow:0px 2px 5px #999;
	-webkit-box-shadow:0px 2px 5px #999;
	box-shadow:0px 2px 5px #999;
	/*
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	*/
}
.nav .sub li {
	zoom:1;
	height:35px;
	position:relative;
}
.nav .sub a {
	display:block;
	line-height:35px;
	border-bottom:1px dotted #ccc;
	text-align:center;
	height:35px;
	overflow:hidden;
}
.nav .dropdown-menu{
	position:absolute;
	width:200px;
	left:100%;
	top:0;
	display:none;
	background:#eee!important;
}
.nav .sub li:hover .dropdown-menu{
	display:block;
}

/*
#sub11{
	width:1200px;
	left:-595px;
	padding:10px 0;
	text-align:center;
}
#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;
}
#sub11 dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
#sub11 dl dd{
	margin-top:10px;
}
#sub11 dl a{
	text-align:left;
}
/*
#sub11 li{
	width:19%;
	float:left;
	margin:0 0.5%;
	text-align:center;
}
#sub11 li img{
	width:100%;
	height:auto;
	display:block;
	border:1px solid #fff;
}
#sub11 li span{
	display:block;
	overflow:hidden;
	
}
#sub11 li a{
	border:none;
}
*/


.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:hidden;
}
.index_title_01 h2{
	display:block;
	font-size:36px;
	text-transform:uppercase;
	/*background:url(../images/index_title.png) center center no-repeat;*/
}
.index_title_01 p{
	display:block;
	margin-top:15px;
	color:#666;
}
.index_title_02{
	text-align:center;
	overflow:hidden;
}
.index_title_02 h2{
	display:block;
	font-size:30px;
	text-transform:uppercase;
}
.index_title_02 p{
	display:block;
	margin-top:5px;
	text-transform:uppercase;
	color:#666;
	font-size:12px;
	text-align:center;
	background:url(../images/index_title_02_p.png) center center no-repeat;
}
.index_title_02 p a{
	color:#666;
}
/*左右标题名称带More*/
.index_title_03{
	overflow:hidden;
}
.index_title_03 h2{
	float:left;
	display:block;
	font-size:36px;
	text-transform:uppercase;
	color:#501d6c;
	padding-bottom:15px;
	background:url(../images/h2.png) left bottom no-repeat;
}
.index_title_03 span{
	float:right;
	display:block;
	margin-top:35px;
}
.index_title_03 span a{
	display:block;
	background:#0297EB;
	color:#fff;
	padding:8px 15px;
	text-transform:uppercase;

}
/*首页名称上小字下大字*/
.index_title_04{
	text-align:center;
	overflow:hidden;
}
.index_title_04 h2{
	font-size:30px;
	text-transform:uppercase;
	display:block;
	color:#6e4235;
}
.index_title_04 p{
	font-size:14px;
	text-transform:uppercase;
	display:block;
	color:#666;
	margin-top:8px;
}
/*首页名称英文中文横线设计的好牛逼*/
.index_title_05{
	overflow:hidden;
	text-align:center;
}
.index_title_05 h2{
	display:block;
	text-transform:uppercase;
	font-size:30px;
}
.index_title_05 a{
	color:#999;
	margin-top:10px;
	display:inline-block;
	*display:inline;
	*zoom:1;

}
.index_title_05 h3{
	display:block;
	font-size:30px;
	font-weight:normal;
}
.index_title_05 .line{
	width:30px;
	height:1px;
	display:block;
	margin:10px auto 0 auto;
}
.index_title_05 p{
	line-height:25px;
	width:60%;
	margin:10px auto 0 auto;
	color:#666;
}
/*首页栏目名称带短线*/
.index_title_06{
	overflow:hidden;
	text-align:center;
}
.index_title_06 h2{
	font-size:48px;
	display:block;
	font-weight:normal;
	text-transform:uppercase;
}
.index_title_06 span.line{
	width:135px;
	display:block;
	height:2px;
	margin:15px auto 0 auto;
	background:#ccc;
}
.index_title_06 p{
	line-height:25px;
	color:#666;
	width:70%;
	margin:10px auto 0 auto;
}
/*--首页分类带圆形遮罩--*/
#lm{
	width:1300px;
	overflow:hidden;
}
#lm li{
	position:relative;
	float:left;
	margin-right:80px;
	width:240px;
	height:290px;
	overflow:hidden;
}
#lm li img{
	width:100%;
	height:auto;
	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:262px;
	display:block;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:url(../images/lm_yuan.png) top center no-repeat;
}
#lm li h3{
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	position:absolute;
	bottom:0;
	width:100%;
	z-index:3;
}
#lm li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:4;
	left:0;
	top:0;
}
/*标题上图片下小间距产品列表*/
ul.index_cplist_01{
	width:1230px;
	margin-top:25px;
	overflow:hidden;
}
ul.index_cplist_01 li{
	width:398px;
	float:left;
	overflow:hidden;
	margin:0 2px 2px 0;
}
ul.index_cplist_01 li h3{
	display:block;
	width:100%;
	text-align:center;
	margin-top:15px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
ul.index_cplist_01 li h3 a{
	font-size:20px;
	font-weight:normal;
}
ul.index_cplist_01 li img{
	max-width:100%;
	height:auto;
	display:block;
}
/*不规则产品不带遮罩*/
ul.index_cplist_02{
	width:980px;
	height:385px;
	position:relative;
	margin:0px auto;

}
ul.index_cplist_02 li{
	overflow:hidden;
	position:absolute;
}
/*
ul.index_cplist_02 li:hover{
	-moz-box-shadow:0px 0px 5px #333333;
	-webkit-box-shadow:0px 0px 5px #333333;
	box-shadow:0px 0px 5px #333333;
	transition:0.5s;
}
*/
ul.index_cplist_02 li img{
	max-width:100%;
	height:auto;
	display:block;
}
ul.index_cplist_02 #li1{
	width:208px;
	height:164px;
	left:137px;
	top:23px;
}
ul.index_cplist_02 #li2{
	width:239px;
	height:175px;
	left:383px;
	top:13px;	
}
ul.index_cplist_02 #li3{
	width:239px;
	height:186px;
	left:620px;
	top:0;
}
ul.index_cplist_02 #li4{
	width:218px;
	height:167px;
	left:0;
	bottom:0;
}
ul.index_cplist_02 #li5{
	width:231px;
	height:165px;
	left:240px;
	bottom:0;
}
ul.index_cplist_02 #li6{
	width:208px;
	height:176px;
	left:514px;
	bottom:0;
}
ul.index_cplist_02 #li7{
	width:208px;
	height:164px;
	right:0;
	bottom:0;
}
/*首页规则产品列表：图片+标题+简介+按钮*/
dl.index_cplist_03{
	width:1300px;
	overflow:hidden;
	margin-top:20px;
}
dl.index_cplist_03 dd{
	width:340px;
	float:left;
	overflow:hidden;
	padding:0 30px;
	border-right:1px dotted #ccc;
	margin-top:20px;
}
dl.index_cplist_03 dd img{
	max-width:100%;
	height:auto;
	display:block;
}

dl.index_cplist_03 dd h3{
	display:block;
	margin-top:10px;
}
dl.index_cplist_03 dd h3 a{
	font-weight:normal;
	font-size:24px;
}
dl.index_cplist_03 dd p{
	line-height:25px;
	color:#666;
	margin-top:10px;
	display:block;
	overflow:hidden;
}
dl.index_cplist_03 dd .detail{
	width:100px;
	height:35px;
	/*border:1px solid #9b9b9b;*/
	display:block;
	color:#fff;
	text-align:center;
	line-height:35px;
	margin:20px auto 0 auto;
}
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{
	overflow:hidden;
	clear:both;
	width:1250px;
	margin-top:20px;
}
dl.index_cplist_04 dd{
	list-style-type:none;
	float:left;
	width:280px;
	overflow:Hidden;
	text-align:center;
	margin:15px 26px 0 0;
}
dl.index_cplist_04 dd img{
	width:278px;
	height:auto;
	display:block;
	border:1px solid #ccc;
}
dl.index_cplist_04 dd h3{
	display:block;
	margin-top:10px;
}
dl.index_cplist_04 dd h3 a{
	font-size:16px;
	font-weight:normal;
	line-height:25px;
	height:25px;
	overflow:hidden;
}
/*不规则产品带遮罩*/
ul.index_cplist_05{
	width:auto;
	height:453px;
	position:relative;
	margin-top:45px;
}
ul.index_cplist_05 li{
	overflow:hidden;
	position:absolute;
}

ul.index_cplist_05 li:hover{
	
}
ul.index_cplist_05 li img{
	max-width:100%;
	height:auto;
	display:block;
	z-index:1;
	position:absolute;
	left:0;
	top:0;
}

ul.index_cplist_05 li a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	transform:scale(0.8);
	background:url(../images/black.png);
	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;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
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 h3{
	margin-top:30%;
	font-size:24px;
	color:#fff;
	padding:0 10px;
	text-align:center;
	display:block;
}
ul.index_cplist_05 #li1 h3{
	margin-top:45%!important;
}
ul.index_cplist_05 #li5 h3{
	margin-top:25%!important;
}
ul.index_cplist_05 #li6 h3{
	margin-top:20%!important;
}
/*
ul.index_cplist_05 li:hover .txt dt{
	padding:10px;
	border-bottom:1px solid #ccc;
}
ul.index_cplist_05 li:hover .txt dt a{
	font-size:18px;
	color:#fff;
}
ul.index_cplist_05 li:hover .txt dl.fenlei{
	padding:10px;
	overflow:hidden;
}
ul.index_cplist_05 li:hover .txt dl.fenlei dd{
	width:150px;
	height:35px;
	background:rgba(255,255,255,0.8);
	margin:10px 0 0 0;
	border:1px solid #fff;
	text-align:center;
	line-height:35px;
}
ul.index_cplist_05 li:hover .txt dl.fenlei dd a{
	display:block;
	width:100%;
	height:100%;
}
*/
ul.index_cplist_05 #li1{
	width:416px;
	height:453px;
	left:0;
	top:0;
}
ul.index_cplist_05 #li2{
	width:250px;
	height:222px;
	left:428px;
	top:0;
}
ul.index_cplist_05 #li3{
	width:250px;
	height:222px;
	left:688px;
	top:0px;
}
ul.index_cplist_05 #li4{
	width:250px;
	height:222px;
	right:0;
	top:0;
}
ul.index_cplist_05 #li5{
	width:331px;
	height:217px;
	left:428px;
	bottom:0;
}
ul.index_cplist_05 #li6{
	width:428px;
	height:217px;
	right:0;
	bottom:0;
}
/*----首页带图片新闻-------*/
.index_tuwenlist{
	width:560px;
	float:left;
	overflow:hidden;
}
.index_tuwenlist dl{
	width:auto;
	overflow:hidden;
	margin-top:25px;
}
.index_tuwenlist dl dt{
	width:195px;
	float:left;
	text-align:center;
}
.index_tuwenlist dl dt img{
	max-width:100%;
	height:auto;
}
.index_tuwenlist dl dt .ri{
	display:block;
	color:#fff;
	font-size:40px;
	font-family:Arial;
	font-weight:bold;
	line-height:60px;
}
.index_tuwenlist dl dt .nian{
	display:block;
	color:#fff;
	font-family:Arial;
}
.index_tuwenlist dl dd{
	margin-left:215px;
}
.index_tuwenlist dl dd h3{
	display:block;
}
.index_tuwenlist dl dd h3 a{
	font-size:18px;
	font-weight:normal;
}
.index_tuwenlist dl dd p{
	margin-top:15px;
	font-size:12px;
	line-height:22px;
	color:#666;
}
.index_tuwenlist dl dd .time{
	display:block;
	margin-top:10px;
	color:#0297EB;
	font-size:12px;
	text-decoration:underline;
}
/*头条*/
dl.toutiao{
	width:auto;
	overflow:hidden;
	margin-top:13px;
}
dl.toutiao dt{
	width:140px;
	float:left;
}
dl.toutiao dt img{
	max-width:100%;
	height:auto;
	display:block;
}
dl.toutiao dd{
	margin-left:155px;
}
dl.toutiao dd h3{
	display:block;
}
dl.toutiao dd h3 a{
	color:#0271d9;
	font-size:14px;
	font-weight:normal;
}
dl.toutiao dd p{
	margin-top:10px;
	color:#666;
	line-height:22px;
	font-size:12px;
}
dl.toutiao dd .time{
	display:block;
	margin-top:10px;
	color:#a6a6a6;
	font-size:12px;
}
dl.toutiao dd .detail{
	display:block;
	margin-top:10px;
	color:#0271d9;
}
/*首页新闻列表普通*/
ul.index_newslist_01{
	width:auto;
	overflow:hidden;
}
ul.index_newslist_01 li{
	line-height:33px;
	border-bottom:1px dotted #666;
}
ul.index_newslist_01 li i{
	margin-right:10px;
	color:#0297EB;
}
ul.index_newslist_01 li span{
	float:right;
	color:#ff0000;
	font-size:12px;
}
ul.index_newslist_01 li span a{
	color:#ff0000;
}
/*首页横排3块*/
.box{
	overflow:hidden;
}
#box1{
	float:left;
	width:391px;
}
#box2{
	float:left;
	margin-left:15px;
	width:391px;
}
#box3{
	float:right;
	width:391px;

}

.box h2{
	display:block;
	font-size:24px;
	color:#369400;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:normal;
}
.box .pic{
	overflow:hidden;
	margin-bottom:10px;
}
.box .pic img{
	width:100%;
	height:auto;
	display:block;
}
.box .miaoshu{
	line-height:25px;
	color:#666;
}
/*首页新闻列表带图片*/
ul.index_newslist_02{
	width:1250px;
	overflow:hidden;
	margin-top:35px;
}
ul.index_newslist_02 li{
	width:390px;
	float:left;
	margin-right:13px;
}
ul.index_newslist_02 li .pic{
	height:195px;
	overflow:hidden;
}
ul.index_newslist_02 li img{
	max-width:100%;
	height:auto;
	display:block;
}
ul.index_newslist_02 li h3{
	display:block;
	margin-top:10px;
}
ul.index_newslist_02 li h3 a{
	font-size:18px;
	font-weight:normal;
}
ul.index_newslist_02 li p{
	margin-top:10px;
	line-height:25px;
	color:#666;
}
ul.index_newslist_02 li .time{
	display:block;
	margin-top:10px;
	font-size:12px;
	width:75px;
	height:25px;
	text-align:center;
	line-height:25px;
	text-decoration:underline;
	color:#999;
}
/*首页新闻案例列表带遮罩*/
ul.index_newslist_03{
	width:auto;
	overflow:hidden;
	margin-top:35px;
}
ul.index_newslist_03 li{
	width:25%;
	overflow:hidden;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:relative;
	float:left;
	height:224px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
ul.index_newslist_03 li .ovrlyT {
    background: rgba(0, 0, 0, 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;
}
ul.index_newslist_03 li .ovrlyB {
    background: rgba(0, 0, 0, 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;
}
ul.index_newslist_03 li .buttons {
    position: absolute;
    top: 43%;
    left: 48%;
    -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;
}
ul.index_newslist_03 li .buttons .fa {
    background: rgb(256, 256, 256);
    -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%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -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;
}
ul.index_newslist_03 li:hover .ovrlyT {
    left: 0;
    top: 0;
}
ul.index_newslist_03 li:hover .ovrlyB {
    left: 0;
    top: 0;
}
ul.index_newslist_03 li:hover .buttons .fa {
    opacity: 1;
}
ul.index_newslist_03 li img{
	width:100%;
	height:auto;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
    transition:0.6s;
}
ul.index_newslist_03 li:hover img{
	transform:scale(1.1);
}
ul.index_newslist_03 li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
}
ul.index_newslist_03 li a h3{
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin-top:45%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:translateY(-50px);
	transition:0.6s;
	padding:0 15px;
}
ul.index_newslist_03 li:hover a h3{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	transform:translateY(0px);
}
/*首页日期在图片上的新闻列表*/
.index_newslist_04{
	width:1250px;
	overflow:hidden;
	margin-top:35px;
}
.index_newslist_04 li{
	list-style-type:none;
	float:left;
	width:375px;
	margin-right:35px;
}
.index_newslist_04 li span{
	display:block;
}
.index_newslist_04 li .pic{
	width:100%;
	height:300px;
	position:relative;
	overflow:hidden;
}
.index_newslist_04 li .pic img{
	max-width:100%;
	height:auto;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}
.index_newslist_04 li .pic a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
}
.index_newslist_04 li .pic .time{
	width:65px;
	height:55px;
	font-family:Arial;
	text-align:center;
	color:#fff;
	position:absolute;
	z-index:2;
	right:10px;
	bottom:0;
	background:#B0CE32;
}
.index_newslist_04 li .pic .time em{
	font-style:normal;
	display:block;
}
.index_newslist_04 li .pic .time .ri{
	font-weight:bold;
	font-size:24px;
}


.index_newslist_04 li h3{
	display:block;
	margin-top:10px;
}
.index_newslist_04 li h3 a{
	font-weight:normal;
	font-size:18px;
}
.index_newslist_04 p{
	overflow:hidden;
	display:block;
	margin-top:10px;
	line-height:22px;
	color:#666;
}
/*首页问答FAQ样式*/
dl.wenda_list{
	overflow:hidden;
	margin-top:13px;
}
dl.wenda_list dt{
	height:30px;
	line-height:30px;
	text-indent:8px;
	background:#e5e5e5;
}
dl.wenda_list dt i{
	margin-right:8px;
}
dl.wenda_list dd{
	overflow:hidden;
	padding-left:15px;
	color:#666;
	margin-top:10px;
}
dl.wenda_list dd i{
	height:50px;
	float:left;
	margin-right:8px;
	line-height:22px;
}
dl.wenda_list dd p{
	line-height:25px;
	font-size:12px;
}
/*友情链接带图片样式*/
ul.link_01{
	overflow:hidden;
	width:1201px;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
}
ul.link_01 li{
	float:left;
	width:170.3px;
	overflow:hidden;

	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
ul.link_01 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
/*仅文字链接*/
ul.link_02{
	text-align:center;
}
ul.link_02 a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 10px;
	border-right:1px solid #fff;
	line-height:15px;
	height:15px;
	overflow:hidden;
	color:#fff;
}



.lmmc{
	width:auto;
	height:60px;
	overflow:hidden;
	text-align:center;
	position:relative;
	background:url(../images/lmmc.png) top center no-repeat;
}
.lmmc span{
	position:absolute;
	right:10px;
	top:32px;
}
.lmmc span a{
	color:#fff;
}
.lmmc h2{
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:20px;
}

/*----首页独立联系我们----*/
ul.index_contact_01{
	width:auto;
	text-align:center;
	overflow:hidden;
	margin-top:40px;
}

ul.index_contact_01 li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:280px;
	margin:0 50px;
	text-align:center;
}
ul.index_contact_01 li span{
	height:90px;
	display:block;
}
ul.index_contact_01 li span img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
ul.index_contact_01 li .txt{
	height:60px;
	overflow:hidden;
	font-size:18px;
	color:#6b6b6b;
	line-height:30px;
}
/*
ul.index_contact_01 #shouji{
	background:url(../ico/shouji.png) left center no-repeat;
}
ul.index_contact_01 #fax{
	background:url(../ico/fax.png) left center no-repeat;
}
ul.index_contact_01 #email{
	background:url(../ico/youxiang.png) left center no-repeat;
}*/


.zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
}




/*-----More按钮样式大全---*/
.more_01{
	width:120px;
	height:40px;
	display:block;
	text-align:center;
	line-height:40px;
	margin:30px auto 0 auto;
	background:#B0CE32;
	color:#fff;
}


/*---首页左边分类右边产品结构--*/
#zuo{
	width:255px;
	float:left;
	overflow:hidden;
	background:#3e3e3e;
}
#zuo #zuo_title{
	overflow:hidden;
	width:100%;
	background:#B90006;
	height:60px;
	line-height:60px;
	text-align:center;
}
#zuo #zuo_title h2{
	display:block;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
}
#zuo #zuo_title h2 em{
	font-style:normal;
	font-weight:normal;
	color:#6b6b6b;
	margin-left:6px;
	font-size:12px;
}
#zuo #zuo_title p{
	color:#fff;
}
#zuo ul{
	overflow:hidden;
	background:#666;
	padding:0 10px 10px 10px;
}
#zuo ul li{
	line-height:35px;
	border-bottom:1px dashed #8d8d8d;
	text-indent:10px;
}
#zuo ul li a{
	color:#fff;
}
#zuo ul li i{
	margin-right:10px;
}
#zuo dl{
	padding:10px;
	overflow:hidden;
}
#zuo dl dt{
	display:block;
	height:30px;
	line-height:30px;
	background:#B80008;
}

#zuo dl dt i{
	color:#00AFFE;
	margin-right:8px;
}
#zuo dl dt a{
	font-size:18px;
	text-indent:20px;
	display:block;
	color:#fff;
}
#zuo dl dd{
	line-height:26px;
	text-indent:10px;
}
#zuo dl dd i{
	color:#fff;
	margin-right:10px;
}
#zuo dl dd a{
	color:#fff;
}

#zuo_biaoyu{
	width:auto;
	overflow:hidden;
	background:url(../images/zuo_biaoyu.png) top center no-repeat;
}
#zuo_biaoyu h3{
	line-height:33px;
	display:block;
	text-align:center;
	font-weight:normal;
	font-size:16px;
	color:#fff;
}
#zuo_biaoyu .pd{
	color:#fff;
	line-height:25px;
}

#you{
	width:930px;
	float:right;
	overflow:hidden;
}
#you .title{
	overflow:hidden;
	background:url(../images/you_title.jpg) center center repeat-x;
}
#you .title h2{
	display:block;
	float:left;
	padding:0 20px;
	border-left:7px solid #B80008;
	font-size:24px;
	color:#B80008;
	text-transform:uppercase;
	background:#fff;
}
#you span{
	float:right;
}
#you span a{
	display:block;
	padding-left:20px;
	color:#B80008;
	text-transform:uppercase;
	background:#fff;
	line-height:30px;
}
#you ul{
	width:965px;
	padding:18px 0;
	overflow:hidden;
}
#you ul li{
	width:225px;
	float:left;
	overflow:hidden;
	margin:10px 10px 0px 0px;
	text-align:center;
}
#you ul li img{
	width:223px;
	height:auto;
	display:block;
	border:1px solid #ccc;
}
#you ul li:hover img{
	border-color:#B80008;
}
#you ul li h3{
	display:block;
	overflow:hidden;
	height:40px;
	margin-top:10px;
}
#you ul li h3 a{
	font-size:16px;
	font-weight:normal;
	line-height:20px;
}
#you ul li .more{
	width:100px;
	height:25px;
	/*border:1px solid #9b9b9b;*/
	display:block;
	color:#fff;
	text-align:center;
	line-height:25px;
	background:#74AB08;
	-moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
	margin:0px auto;
}
/*-----底部共用-------*/
.footer_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	background:#A0B036;
	margin-top:40px;
}
.footer{
	width:1200px;
	overflow:Hidden;
	margin:35px auto 0px auto;
	padding-bottom:25px;
}
#footer_l{
	width:720px;
	float:left;
	overflow:hidden;
}

#footer_title h2{
	display:block;
	font-size:36px;
	font-weight:normal;
	color:#fff;
}
#footer_title p{
	display:block;
	margin-top:10px;
	padding-left:60px;
	color:#b6b6b6;
}
#footer_lxxx{
	width:380px;
	margin-right:0px!important;
}
#footer_r{
	width:470px;
	float:right;
	overflow:hidden;
	color:#fff;
}
#footer_r p{
	display:block;
	font-size:18px;
}
#footer_r p a{
	color:#fff;
}
.footer dl{
	float:left;
	overflow:hidden;
}
.footer dl dt{
	display:block;
	font-size:18px;
	margin-bottom:15px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
}
.footer dl dt a{
	font-size:18px;
	color:#fff;
}
.footer dl dd{
	line-height:30px;
	color:#fff;
}
.footer dl dd a{
	color:#fff;
}
.footer dl dd i{
	margin-right:10px;
}
#chanpin{
	width:340px;
}
#chanpin dd{
	width:170px;
	float:left;
	overflow:hidden;
}
#footer_logo{
	width:260px;
}
#footer_logo img{
	max-width:100%;
	height:auto;
	display:block;
	margin:103px auto 0 auto;
}

dl.last{
	width:465px;
	overflow:hidden;
	padding-right:0!important;
	margin-right:0!important;
	float:right!important;
	background:none!important;
	display:block;
}
dl.last img{
	max-width:100%;
	height:auto;
	display:block;
}
#fbiaodan{
	overflow:hidden;
	margin-top:10px;
}
#ftext{
	width:100%;
	float:left;
	background:#fff;
	border:none;
	height:40px;
	overflow:hidden;
	line-height:40px;
	text-indent:10px;
	color:#999;
	font-style:italic;
}
#fbtn{
	border:none;
	background:none;
	width:120px;
	height:40px;
	line-height:40px;
	color:#fff;
	background:#222;
	text-align:center;
	margin-top:20px;
}
#ewm{
	width:120px;
	overflow:hidden;
	float:left;
}
#ewm img{
	max-width:100%;
	height:auto;
	display:block;
}
#lx_txt{
	line-height:25px;
}
#lx_txt p i{
	margin-right:10px;
}
#footer_follow{
	overflow:hidden;
	width:auto;
	margin-top:20px;
}

#footer_follow a{
	margin-right:3px;
}

#footer_follow img{
	width:40px;
	height:auto;
}
#footer_follow i{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-size:26px;
}
#footer_follow span{
	color:#fff;
	display:block;
	margin-top:10px;
}
#copy_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	background:#282C2F;
	border-top:1px solid #3b3b3b;
}
#copy{
	width:1200px;
	margin:0px auto 0 auto;
	overflow:hidden;
	line-height:25px;
	color:#fff;
	border-top:1px solid #fff;
}
/*-----在线客服--------*/
.side {
	position:fixed;
	width:45px;
	height:325px;
	right:0;
	top:200px;
	z-index:9999;
}
.side ul li {
	width:45px;
	height:45px;
	line-height:45px;
	float:left;
	position:relative;
	border-bottom:1px solid #999;
}
.side ul li .sidebox {
	position:absolute;
	width:45px;
	height:45px;
	line-height:45px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#333;
	color:#fff;
	font:14px/54px "微软雅黑";
	overflow:hidden;
}
.side ul li .sidetop {
	width:45px;
	height:45px;
	line-height:45px;
	display:inline-block;
	background:#333;
	transition:all 0.3s;
}
.side ul li img {
	float:left;
}
/*--------------内页样式----------------------*/
.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:1200px;
	overflow:hidden;
	margin:0px auto;
}
.wz span{
	color:#666;
	font-size:14px;
	float:right;
	background:url(../images/wz_ico.png) left center no-repeat;
}
.wz span a{
	color:#666;
	font-size:14px;
}
.wz h2{
	font-size:24px;
	text-transform:uppercase;
	text-indent:40px;
	background:url(../images/wz.png) left center no-repeat;
	line-height:50px;
	font-weight:normal;
}
.left_wrap{
	float:left;
	width:250px;
}
.left_wrap h2{
	width:auto;
	height:45px;
	line-height:45px;
	text-indent:20px;
	color:#fff;
	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;
}
.zlm{
	width:auto;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-top:none;
}
.zlm dl{
	overflow:hidden;
}
.zlm dl dt{
	height:40px;
	background:#f1f1f1;
	line-height:40px;
	text-indent:20px;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl dt a{
	color:#333;
}
.zlm dl dt:hover,.zlm dl #on{
	background:#fff;
}

.left_lxxx{
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:25px;
	border:1px solid #d8d8d8;
	border-top:none;
	word-break:break-all;
}
.left_lxxx a{
	color:#333;
}
.right_wrap{
	width:930px;
	overflow:Hidden;
	float:right;
}
.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:1000px;
	margin-top:20px;
}
.tulist li{
	text-align:center;
	list-style-type:none;
	float:left;
	width:295px;
	margin:0 16px 20px 0px;
	overflow:Hidden;
	border:1px solid #d8d8d8;
	background-color:#fff;
	text-align:center;
}
.tulist li img{
	width:100%;
	height:auto;
	display:block;
	border-bottom:1px solid #d8d8d8;
}
.tulist li h3{
	background-color:#d8d8d8;
}
.tulist li h3 a{
	line-height:40px;
	font-size:14px;
	color:#333;
}


.tulist_02{
	width:1000px;
}
.tulist_02 li{
	list-style-type:none;
	float:left;
	width:220px;
	margin-right:17px;
	margin-bottom:15px;
	text-align:center;
}
.tulist_02 li img{
	width:100%;
	height:auto;
}
.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;
}
ul.wzlist{
	width:auto;

}
ul.wzlist li{
	line-height:40px;
	border-bottom:1px dotted #d8d8d8;
}
ul.wzlist li i{
	margin-right:10px;
}
ul.wzlist li a{
	font-size:14px;
}
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;
}
#tabbox{ 
	overflow:hidden;
	margin-top:50px;
}
.tab_conbox{
	border: 1px solid #d1d1d1;
	border-top: none;
}
.tab_con{ 
	display:none;
	padding:10px;
	line-height:25px;
}
.tab_con img{
	max-width:100%;
	height:auto;
}
.tab_con table{
	border-collapse:collapse;
}
.tab_con table td{
	border:1px solid #d8d8d8;
	padding:5px;
}
.tabs{
	height: 47px;
	border-bottom:1px solid #d8d8d8;
	width: 100%;
}
.tabs li{
	height:46px;
	line-height:46px;
	float:left;
	margin-bottom: -1px;
	background: #f0f0f0;
	overflow: hidden;
	position: relative;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
}
.tabs li a {
	display: block;
	padding: 0 20px;
	outline: none;
	
}
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{
	width:100%;
	height:auto;
}
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;
	color:#fff;
	display:block;
	font-size:12px;
}
.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;
}


/*--------------留言表单CSS样式-------------*/
#feedback_txt{
	overflow:hidden;
	padding:10px 10px 10px 60px;
	font-size:16px;
	line-height:45px;
	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:25px;
}
.itext{
	width:400px;
	height:25px;
	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;
}
.icontent{
	width:400px;
	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:30px;
	text-align:center;
	line-height:30px;
	-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;
}
.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{
	width:715px;
	margin:30px auto 0 auto;
	overflow:hidden;
}
.fbiaodan p{
	display:block;
	margin-bottom:10px;
}
.ftext{
	height:40px;
	background:none;
	border:2px solid #fff;
	text-indent:10px;
	line-height:40px;
	color:#999;
}
.fcontent{
	width:701px;
	height:130px;
	background:none;
	border:2px solid #fff;
	padding:5px;
	line-height:20px;
	color:#999;
}
.fbtn{
	width:145px;
	height:40px;
	background:#fff;
	border:none;
	text-align:center;;
	line-height:40px;
	color:#25ade8;
	text-transform:uppercase;
	cursor:pointer;
	font-size:18px;
	margin:0px auto;
	display:block;
}
.fbtn:hover{
	background-color:#25ade8;
	color:#fff;
	transition:0.6s;
}
/*---------------其它碎片样式代码------------*/
#about_zone{
	height:514px;
	background:url(../images/about_zone.jpg) center center no-repeat;
}
#about_left{
	width:246px;
	float:left;
	overflow:hidden;
}
#about_pic{
	width:100%;
	overflow:hidden;
	margin-top:25px;
}
#about_pic img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#about_right{
	width:949px;
	float:right;
	overflow:hidden;
}
#about_right h4{
	display:block;
	font-size:24px;
	color:#b80007;
	font-weight:normal;
}
#about_title{
	overflow:hidden;
	text-align:center;
	padding-bottom:10px;
	background:url(../images/about_title.png) bottom center no-repeat;
}
#about_title h3{
	font-size:24px;
	color:#fff;
	margin-top:10px;
	font-weight:normal;
	text-transform:uppercase;
}
#about_title h2{
	font-size:48px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	display:block;
}

#about_title .line{
	width:110px;
	height:2px;
	display:block;
	margin-top:10px;
	background:#007dae;
	margin-left:92px;
}

#about_txt{
	overflow:hidden;
	line-height:30px;
	width:80%;
	text-align:center;
	margin:30px auto 0 auto;
	color:#fff;
}
#about_txt h4{
	font-size:24px;
	display:block;
	text-transform:uppercase;
	margin-bottom:20px;
}
#news_zone{
	height:423px;
	background:url(../images/news_zone.jpg) center center no-repeat;
}
#news_box{
	width:295px;
	float:left;
	margin-left:35px;
	overflow:hidden;
}
#news_pic{
	width:525px;
	float:left;
	overflow:hidden;
}
#news_pic img{
	max-width:100%;
	height:auto;
	display:block;
}
#other_box{
	width:558px;
	float:right;
	overflow:hidden;
}
#other_pic img{
	max-width:100%;
	height:auto;
}
#other_txt{
	line-height:25px;
	margin-top:5px;
}
.pro_title{
	text-align:center;
	overflow:hidden;
}
.pro_title h2{
	display:block;
	font-size:30px;
	color:#000;
}
.pro_title h2 em{
	font-style:normal;
	font-family:Impact;
	font-size:24px;
	color:#919191;
	font-weight:normal;
	text-transform:uppercase;
}
.pro_title p{
	margin-top:10px;
	color:#666;
}
#pro_more{
	overflow:hidden;
	background:url(../images/dian.jpg) center center repeat-x;
	text-align:center;
}
#pro_more a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:150px;
	height:40px;
	line-height:40px;
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
	border:1px solid #ccc;
	background:#fff;
}
#pro_more a:hover{
	background:#6e4235;
	color:#fff;
	transition:0.5s;
}
#ys_title{
	background:url(../images/ys_title_bg.jpg) top center no-repeat;
}
#ys_title_zh_cn{
	height:65px;
	background:url(../images/ys_title_zh_cn.png) center center no-repeat;
	overflow:hidden;
}
#ys_title_xia{
	text-align:center;
	display:block;
	color:#666;
	margin-top:25px;
}
#ys_title_en{
	overflow:hidden;
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	overflow:hidden;
}
#ys_tel{
	width:auto;
	float:right;
	margin:35px 30px 0 0;
}
#ys_tel span{
	color:#666;
	display:block;
	font-size:18px;
}
#ys_tel strong{
	font-size:24px;
	color:#6e4235;
	display:block;
	font-family:Arial;
}
#ys_zone{
	height:887px;
	background:url(../images/ys_zone.jpg) top center no-repeat;
	overflow:hidden;
}
.ys{
	overflow:hidden;
	clear:both;

}
.ys_pic img{
	max-width:100%;
	height:auto;
	display:block;
}
.ys_txt{
	overflow:hidden;
}
.ys_txt dt{
	width:65px;
	height:65px;
	text-align:center;
	line-height:65px;
	font-family:Arial black;
	font-size:36px;
	color:#333;
	border:2px solid #333;
	display:block;
	margin:35px auto 0 auto;
}
.ys_txt dt span{
	transform:skewX(-10deg);
	-ms-transform:skewX(-10deg); 	/* IE 9 */
	-moz-transform:skewX(-10deg); 	/* Firefox */
	-webkit-transform:skewX(-10deg); /* Safari 和 Chrome */
	-o-transform:skewX(-10deg); 	/* Opera */
	
	display:block;
}
.ys_txt dd{
	margin-left:95px;
}
.ys_txt h2{
	font-size:30px;
	font-weight:normal;
	color:#ff6d00;
	display:block;
	text-transform:uppercase;
	margin-top:30px;
}
.ys_txt h3{
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#999;
	text-transform:uppercase;
}
.ys_txt p{
	margin-top:20px;
	line-height:25px;
	overflow:hidden;
	display:block;
	word-break:break-all;
}
.ys_txt ul{
	margin-top:10px;
	overflow:hidden;
}
.ys_txt ul li{
	color:#666;
	line-height:25px;
	margin-top:8px;
	background:url(../ico/duigou2.png) left 6px no-repeat;
	padding-left:25px;
	overflow:hidden;
}
.detail{
	border:1px solid #ccc;
	margin:15px auto;
	background:#fff;
	width:150px;
	height:35px;
	display:block;
	text-align:center;
	line-height:35px;
	color:#67493F;
}

.detail:hover{
	background-color:#67493F;
	color:#fff;
	transition:0.5s;
}

#zs_title_box{
	overflow:hidden;
	background:url(../images/zs_title.jpg) center center repeat-x;
}
#zs_title{
	width:275px;
	background:#fff;
	margin:0px auto;
	overflow:hidden;
	padding: 0 10px;
}
#zs_title h2{
	font-size:30px;
	color:#000;
	text-transform:uppercase;
}
#zs_title h2 em{
	font-style:normal;
	font-family:Impact;
	font-size:24px;
	color:#919191;
	font-weight:normal;
	text-transform:uppercase;	
}

#news_title{
	text-align:center;
}
#news_title h2{
	font-size:30px;
	color:#000;
}
#tabbox2{ 
	width:100%; 
	overflow:hidden;
	margin-top:25px;
}
#tabbox2 .tab_conbox{
	border:none;
}
#tabbox2 .tab_con{ 
	display:none;
	padding:0px;
	font-size: 14px; 
	line-height:25px;
}

#tabbox2 .tabs2{
	text-align:center;
	border:none;
	width:100%;
}
#tabbox2 .tabs2 li{
	height:35px;
	line-height:35px;
	background: #fff;
	font-size:18px;
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:1px solid #ccc;
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
	margin:0 5px;

}
#tabbox2 .tabs2 li a {
	display: block;
	padding: 0 40px;
	outline: none;
}

.news_l{
	width:585px;
	float:left;
	overflow:hidden;
}
.news_l dl{
	overflow:hidden;
}
.news_l dl dt{
	width:100%;
	height:280px;
	position:relative;
	overflow:hidden;
}
.news_l dl dt img{
	position:absolute;
	width:100%;
	height:auto;
	left:0;
	top:50%;
	margin-top:-220px;
}
.news_l dl dd{
	overflow:hidden;
}
.news_l dl dd h2{
	display:block;
	margin-top:10px;
	font-size:18px;
	font-weight:normal;
}
.news_l dl dd p{
	line-height:25px;
	display:block;
	color:#666;
	font-size:13px;
	margin-top:5px;
}
.news_content{
	width:600px;
	float:right;
	overflow:hidden;
}
.news_content dl{
	width:auto;
	overflow:hidden;
	margin-bottom:20px;
	background:#f6f6f6;
}
.news_content dl dt{
	width:110px;
	height:110px;
	display:block;
	background:#ebebeb;
	text-align:center;
	float:left;
	overflow:hidden;
}
.news_content dl dt span{
	display:block;
}
.news_content dl dt .ri{
	font-size:40px;
	font-weight:bold;
	line-height:85px;
	color:#999;
}
.news_content dl dt .nian{
	line-height:25px;
	background:#bbb;
	color:#fff;
}
.news_content dl dd{
	margin-left:120px;
	padding-right:10px;
}
.news_content dl dd h2{
	display:block;
	margin-top:10px;
}
.news_content dl dd h2 a{
	font-size:18px;
	font-weight:normal;
	color:#000;
}
.news_content dl dd p{
	font-size:12px;
	color:#666;
	line-height:25px;
	margin-top:10px;
}
#link_zone{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	padding:15px 0;
	border-top:1px solid #767676;
}
#link_zone span{
	color:#fff;
	float:left;
	margin-top:5px;
}
#link_title{
	width:auto;
	float:left;
	padding-right:10px;
	text-align:center;
	border-right:1px solid #333;
}
#link_title span{
	text-transform:uppercase;
	color:#333;
	display:block;
}
#link_title h2{
	font-weight:normal;
	color:#333;
	font-size:30px;
	display:block;
}
#index_ad{
	height:102px;
	overflow:hidden;
	background:url(../images/index_ad.jpg) center center no-repeat;
}
#index_ad_txt{
	margin-top:65px;
	font-size:20px;
	line-height:35px;
	width:750px;
	float:right;
}
#index_ad_txt .line{
	width:135px;
	display:block;
	height:2px;
	background:#333;
}
#hot_l{
	width:225px;
	overflow:hidden;
	float:left;
}
#hot_r{
	margin-left:230px;
}

/*-----------下载样式------------*/
.downlist_title{
	width:100%;
	overflow:hidden;
	height:50px;
	background-color:#f1f1f1;
	line-height:50px;
	font-weight:bold;
	color:#000;
	font-size:14px;
}
.downlist_title a:hover{
	color:#CB2525;
}
.downlist{
	line-height:45px;
	border-bottom:1px solid #d1d1d1;
	overflow:hidden;
	height:45px;
}
.downlist:hover{
	background-color:#009944;
	color:#fff;
}
.downlist:hover a{
	color:#fff;
}
.down_title{
	width:50%;
	text-indent:20px;
	float:left;
	display:block;
}
.down_geshi{
	width:20%;
	float:left;
	display:block;

}
.down_size{
	width:20%;
	float:right;
	display:block;
}
#case_title{
	font-size:36px;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/case_title.png) center center no-repeat;
}

/*首页横排圆形图标*/
ul.yuan{
	width:1300px;
	overflow:hidden;
	margin-top:35px;
}
ul.yuan li{
	width:325px;
	float:left;
	margin-right:105px;
	overflow:hidden;
}
ul.yuan li img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0px auto;
}
ul.yuan li h3{
	font-size:24px;
	display:block;
	margin-top:15px;
	color:#fff;
}
ul.yuan li h3 a{
	color:#fff;
}
ul.yuan li p{
	display:block;
	color:#fff;
	line-height:25px;
	margin-top:10px;
	overflow:hidden;
}
#why_zone{
	height:507px;
	background:url(../images/why_zone.jpg) center center no-repeat;
	margin-top:30px;
}
#honor_box{
	width:225px;
	float:right;
	overflow:hidden;
}
#v_zone{
	height:510px;
	margin-top:35px;
	background:url(../images/v.jpg) center center no-repeat;
}

#index_zlm{
	width:200px;
	overflow:hidden;
	height:527px;
	padding:0 10px;
	background:url(../images/index_lm.png) top center no-repeat;
	float:left;
}
#index_zlm h2{
	display:block;
	margin-top:50px;
	color:#fff;
	font-size:21px;
	text-transform:uppercase;
	padding-left:55px;
}
#index_zlm ul{
	margin-top:10px;
	border-top:1px solid #74DFFF;
	overflow:hidden;
}

#index_zlm ul li{
	line-height:30px;
	border-bottom:1px dotted #fff;
	color:#fff;
}
#index_zlm ul li i{
	margin:0 15px 0 5px;
}
#index_zlm ul li a{
	color:#fff;
}



#down_box{
	width:575px;
	overflow:hidden;
	float:right;
}
#app_zone{
	height:660px;
	margin-top:30px;
	background:url(../images/app_zone.jpg) center center no-repeat;
}
#app_title{
	width:640px;
	top:80px;
	right:0px;
	position:absolute;
	color:#fff;
}
#app_title h2{
	font-size:30px;
	text-transform:uppercase;
	display:block;
	margin-bottom:10px;
}
#app_title p{
	line-height:25px;
}
#app_list li{
	width:250px;
	height:210px;
	overflow:hidden;
	position:absolute;
}
#app_list li a{
	background:url(../images/black.png);
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	transform:scale(0);
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	transition:0.6s;
}
#app_list li a h4{
	padding:0 10px;
	color:#fff;
	font-weight:normal;
	line-height:25px;
	margin-top:20%;
}
#app_list li img{
	width:auto;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
#app_list li:hover a{
	transform:scale(1);
}
#app_list #li1{
	left:250px;
	top:0;
}
#app_list #li2{
	left:0px;
	top:210px;
}
#app_list #li3{
	left:250px;
	top:210px;
}
#app_list #li4{
	left:500px;
	top:210px;
}
#app_list #li5{
	left:750px;
	top:210px;
}
#app_list #li6{
	left:500px;
	top:420px;
}
#support{
	width:890px;
	float:left;
	overflow:hidden;
}
#support li{
	width:230px;
	float:left;
	margin-right:60px;
}
#support li a{
	color:#fff;
}
#support li i{
	width:110px;
	height:110px;
	display:block;
	border:1px solid #fff;
	font-size:60px;
	text-align:center;
	line-height:110px;
	margin:0px auto;
}
#support li h3{
	display:block;
	text-transform:uppercase;
	text-align:center;
	font-size:24px;
	margin-top:20px;
}
#support li p{
	margin-top:10px;
	height:44px;
	line-height:22px;
	overflow:hidden;
	display:block;
}
/*
#contact{
	width:925px;
	float:right;
	overflow:hidden;
}
#contact h2{
	display:block;
	line-height:60px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:30px;
	text-transform:uppercase;
	background:url(../ico/tel4.png) left center no-repeat;
	padding-left:55px;
	height:50px;
	margin-top:15px;
}
*/
#index_contact{
	width:620px;
	float:right;
	overflow:hidden;
	margin-top:50px;
}
#index_contact h2{
	display:block;
	font-size:30px;
	text-transform:uppercase;
}
#index_contact .line{
	width:95px;
	display:block;
	height:1px;
	margin-top:5px;
	background:#333;
}
#index_contact_txt{
	line-height:30px;
	width:715px;
	margin:30px auto 0 auto;
	color:#fff;
	font-size:18px;
	overflow:hidden;
	text-align:center;
}
#index_video{
	width:425px;
	height:359px;
	float:right;
	overflow:hidden;
	margin-top:60px;
	background:url(../images/v.png) top center no-repeat;
}

#contact_zone{
	min-height:513px;
	background:url(../images/contact_zone.jpg) bottom center no-repeat;
}
#licheng{
	height:543px;
	background:url(../images/zhong.jpg) center center no-repeat;
	overflow:hidden;
	margin-top:45px;
}
#licheng .shang{
	width:228px;
	height:249px;
	background:url(../images/shang.png) no-repeat;
	overflow:hidden;
	float:left;
}
#licheng .shang span{
	display:block;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	text-indent:25px;
	line-height:70px;
}
#licheng .shang p{
	display:block;
	color:#666;
	line-height:25px;
	padding:0 15px;
	margin-top:50px;
	font-size:16px;
}
#shang2,#shang3,#shang4{
	margin-left:48px;
}
#licheng .xia{
	width:228px;
	height:247px;
	background:url(../images/xia.png) no-repeat;
	overflow:hidden;
	float:left;
}
#licheng .xia span{
	display:block;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	text-indent:25px;
	line-height:70px;
}
#licheng .xia p{
	display:block;
	color:#666;
	line-height:25px;
	padding:0 15px;
	margin-top:35px;
	font-size:16px;
	height:140px;
	overflow:hidden;
}
#xia1{
	margin-left:80px;
}
#xia2,#xia3,#xia4{
	margin-left:55px;
}
.index_h3{
	display:block;
	font-size:18px;
	color:#1676d2;
	margin-bottom:20px;
	font-weight:normal;
}
.index_more{
	display:block;
	float:right;
	color:#1676d2;
}
#ex{
	width:530px;
	overflow:hidden;
	float:right;
}
#ex dl{
	width:auto;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
#ex dl dt{
	width:185px;
	float:left;
	overflow:hidden;
}
#ex dl dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#ex dl dd{
	margin-left:225px;
	line-height:22px;
	font-size:13px;
}
#footer_biaoyu{
	text-align:center;
	font-size:24px;
	color:#fff;
	font-style:italic;
}

#logo_r{
	float:left;
	width:760px;
	overflow:hidden;
	margin-left:40px;
	
}
#logo_r h1{
	font-size:30px;
	display:block;
	margin-top:35px;
	text-transform:uppercase;
}
#logo_r i{
	margin-right:10px;
}
#vlist{
	width:1250px;
	overflow:hidden;
	margin-top:35px;
}
#vlist li{
	width:590px;
	float:left;
	margin-right:25px;
	overflow:hidden;
}
#vlist li .pic{
	display:block;
	width:590px;
	height:380px;
}
#vlist li .pic a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	background:url(../images/v.png) center center no-repeat;
}
#vlist li h3{
	font-weight:normal;
	display:block;
	margin-top:10px;
	font-size:18px;
}
#vlist li p{
	line-height:25px;
	color:#666;
	margin-top:10px;
	display:block;
}
/* banner */
.banner { width: 100%; height: 615px; overflow: hidden; position: relative; text-align: center; }
.banner:hover .ctrl { width: 1200px; margin-left: -600px; opacity: 1; filter: alpha(opacity = 100); }
.banner .bd { height: 615px; position: relative; left: 50%; margin-left: -960px; }
.banner .bd li { width: 1920px; }
.banner .hd { width: 100%; position: absolute; bottom: 20px; height: 12px; text-align: center; }
.banner .hd ul { height: 12px; overflow: hidden; }
.banner .hd li { width: 12px; height: 12px; border-radius: 50%; background: #fff; display: inline-block; *display: inline; *zoom: 1; overflow: hidden; text-indent: -99px; cursor: pointer; margin-left: 8px; box-shadow: inset 1px 1px 2px #666; }
.banner .hd .on { background: #304195; }
.banner .ctrl { position: absolute; top: 210px; left: 50%; width: 1400px; margin-left: -700px; opacity: 0; filter: alpha(opacity = 0); transition: 0.3s; }
.banner .ctrl a { position: absolute; background: url(../images/ctrl.png) no-repeat; width: 26px; height: 47px; opacity: 0.4; filter: alpha(opacity = 0.4); }
.banner .ctrl a:hover { opacity: 1; filter: alpha(opacity = 100); }
.banner .ctrl .prev { left: -39px; }
.banner .ctrl .next { right: -39px; background-position: -26px 0; }
.banner .box_clone { position: absolute; }

.idx4-list{width:auto; overflow:hidden;}
.idx4-list ul{width:1300px;}
.idx4-list ul li{width:370px; float:left; margin-right:50px; margin-top:50px;}
.icon-top{}
.icon-top img{width:90px; height:90px; display:block;margin:0px auto;transition:0.6s;}
.icon-top img:hover{transform:scale(1.1);}
.icton-title{ text-align:center; color:#44c6ff; font-size:18px; height:42px; line-height:42px;margin-top:10px;}
.icon-intro{ color:#6c6c6c; font-size:14px; line-height:26px; height:104px; overflow:hidden;margin-top:10px;}