@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;
}

.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;
	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;
	width:170px;
	height:22px;
	background:#919191;
	margin:40px 0px 0 0px;
	float:right;
	/*
	-moz-box-shadow:0px 2px 5px #eee inset;
	-webkit-box-shadow:0px 2px 5px #eee inset;
	box-shadow:0px 2px 5px #eee inset;
	*/
}
.search .key_text{
	height:22px;
	float:left;
	width:120px;
	overflow:hidden;
	line-height:22px;
	outline:none;
	background:none;
	color:#666;
	border:none;
	text-indent:10px;
}
.search .search_btn{
	float:right;
	cursor:pointer;
	border:none;
	outline:none;
	/*
	width:65px;
	height:32px;
	color:#fff;
	overflow:hidden;
	line-height:32px;
	text-align:center;
	background:url(../images/search_btn_bg.jpg) repeat-x;
	font-size:16px;
	*/
}
.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-left:20px;
	float:right;
}
.lan span a{
	text-transform:uppercase;
	font-size:12px;
	padding-left:30px;
}
#header_zone .header .lan span a{
	color:#fff;
}
.cn{
	background:url(../images/cn.png) left center no-repeat;
	float:right;
	line-height:40px;
}
.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:40px;
	float:left;
	margin-right:15px;
}
/*---------------------主体开始-----------------------*/
#top_zone2{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:40px;
	line-height:40px;
	background:#000;
	color:#fff;
}
#top_zone2 a{
	color:#fff;
}
#top_zone1{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:40px;
	line-height:40px;
	background:#f0f0f0;
}
#top_l{
	width:auto;
	float:left;
	line-height:40px;
}

#top_l i{
	margin-right:10px;
}
#top_r{
	width:auto;
	float:right;
	height:30px;
	position:relative;
}
#top_link{
	width:auto;
	float:left;
	overflow:hidden;
}
#top_link a{
	/*
	padding:0 10px;
	border-right:1px solid #666;
	line-height:15px;
	height:15px;
	*/
	margin-right:10px;
	line-height:40px;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
}
/*
#top_link a:last-child{
	padding-right:0!important;
	border:none!important;
}
*/
#top_ewm{
	width:68px;
	float:right;
	margin-top:15px;
	overflow:hidden;
}
#top_ewm img{
	max-width:100%;
	height:auto;
	display:block;
}
#header_zone{
	width:100%;
	position:absolute;
	z-index:9999999;
	top:0;
	left:0;
	height:125px;
	min-width:1200px;
	background:url(../images/header_zone.png);
}
.header_zone{
	width:100%;
	min-width:1200px;
	height:100px;
	background:#232323;
	position:relative;
	padding-bottom:10px;

}
.header{
	width:1200px;
	margin:0px auto;
	height:100px;
	z-index:99999999;
	position:relative;
}
.logo{
	float:left;
}

#header_r{
	width:auto;
	float:right;
}
#header_shang{
	width:auto;
	float:right;
	margin-top:10px;
}
#header_follow{
	width:auto;
	float:right;
	overflow:hidden;
}
#header_follow a{
	margin-left:5px;
}
#header_follow i{
	width:25px;
	height:25px;
	background:#05A2E9;
	font-size:16px;
	text-align:center;
	line-height:25px;
	color:#fff;
}
#header_follow a:hover i{
	background:#36A62A;
	color:#fff;
	transition:0.6s;
}
/*左侧带图标右侧上下结构电话*/
#top_tel_01{
	margin-top:40px;
	overflow:hidden;
	float:right;
	padding-left:45px;
	background:url(../ico/top_tel_06.jpg) left center no-repeat;
}
#top_tel_01 span{
	display:block;
	color:#666;
	font-size:16px;
}
#top_tel_01 strong{
	font-size:25px;
	display:block;
	font-family:Arial;
	color:#ff0000;
}
#top_tel_02{
	margin-top:15px;
	float:right;
	width:auto;
	overflow:hidden;
	padding-left:40px;
	background:url(../ico/tel8.png) left center no-repeat;
	font-size:16px;
	color:#fff;
	line-height:30px;
}
#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:50px;
	border-top:1px solid #ccc;
}
.nav {
	width:auto;
	margin:40px 0 0 40px;
	float:left;

}
.nav .nLi{
	float:left;
	height:60px;
	position:relative;
	z-index:999999;
} 
.nav .nLi:last-child{
	background:none!important;
}
.nav .nLi h3 {
	display:block;
	text-align:center;
}
.nav .nLi h3 a {
	display:block;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:30px;
	color:#fff;
}
#header_zone .nav .nLi h3 a{
	color:#fff;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:2px;
	background:#64cc25;
	margin:0px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:100%;
	transition:0.6s;
}
.nav .sub {
	display:none;
	left:0;
	top:60px;
	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;
	
	width:450px;
	padding:15px;
	*/
}
/*
.nav #sub5,.nav #sub6,.nav #sub7{
	right:0px!important;
}
.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;

}
.nav .sub a {
	display:block;
	line-height:40px;
	text-align:center;
	height:40px;
	overflow:hidden;
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:200px;
	left:100%;
	top:0;
	display:none;
	background:#eee!important;
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}

#sub11{
	width:1200px;
	padding:10px 0;
	left:-342px;
}

#sub11 dl{
	width:18%;
	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;
	text-indent:15px;
}
#sub11 dl dd p{
	line-height:30px;
	display:block;
	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:hidden;
	text-align:center;
}
.index_title_01_center{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	padding:0 15px;
	height:35px;
}
.index_title_01_center:before{
	content: "";
	width:11px;
	height:11px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	margin-top:-5.5px;
	background:url(../images/index_title_dian.png) no-repeat;
}
.index_title_01_center:after{
	content: "";
	width:11px;
	height:11px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	margin-top:-5.5px;
	background:url(../images/index_title_dian.png) no-repeat;
}
.index_title_01 h2{
	display:block;
	font-size:24px;
	text-transform:uppercase;
	
}

.index_title_02{
	text-align:center;
	overflow:hidden;
}
.index_title_02 h2{
	display:block;
	font-size:30px;
	text-transform:capitalize;
	font-weight:normal;
}
.index_title_02 p{
	display:block;
	margin-top:20px;
	text-align:center;
	background:url(../images/dian.jpg) center center repeat-x;
}
.index_title_02 p a{
	color:#666;
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:30px;
	padding:0 20px;
	background:#fff;
	border:1px solid #ccc;
}
/*左右标题名称带More*/
.index_title_03{
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.index_title_03 h2{
	display:block;
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	margin:0;
	float:left;
	overflow:hidden;
	text-transform:uppercase;
	border:1px solid #ccc;
	border-bottom:1px solid #fff;
	padding:0 15px;
	color:#0141AB;
	margin-bottom:-1px;
}
.index_title_03 span{
	float:right;
	display:block;
	margin-top:5px;
}
.index_title_03 span a{
	display:block;
	text-transform:uppercase;
	/*
	padding:3px 10px 3px 10px;
	background:#104C88;
	color:#fff;
	*/

}
/*首页名称上小字下大字*/
.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:24px;
	display:block;
	text-transform:uppercase;
}
.index_title_06 span.line{
	width:70px;
	display:block;
	height:2px;
	margin:15px auto 0px auto;
	background:#666;
}
.index_title_06 p{
	line-height:25px;
	color:#666;
	display:block;
	width:65%;
	margin:15px auto 0 auto;
}
.index_title_06 p span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 10px;
}
/*--首页分类带圆形遮罩--*/
#lm{
	width:1250px;
	overflow:hidden;
	margin-top:30px;
}
#lm li{
	position:relative;
	float:left;
	margin-right:13px;
	overflow:hidden;
}
#lm li img{
	height:100%;
	width: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:100%;
	display:block;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
}

#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;
	position:absolute;
	top:55%;
	width:100%;
	z-index:3;
	color:#fff;
}
#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:15px;
	overflow:hidden;
}
ul.index_cplist_01 li{
	width:285px;
	height:309px;
	position:relative;
	float:left;
	overflow:hidden;
	margin:15px 20px 0px 0;
}
ul.index_cplist_01 li img{
	max-width:100%;
	height:auto;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	transition:0.6s;
}
ul.index_cplist_01 li:hover img{
	transform:scale(1.1);
}
ul.index_cplist_01 li h3{
	display:block;
	text-align:center;
	font-size:16px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	width:100%;
	line-height:30px;
	color:#fff;
	font-weight:normal;
	overflow:hidden;
	background:url(../images/black.png);
}
ul.index_cplist_01 li h3 a{
	font-size:16px;
	font-weight:normal;
}

/*不规则产品不带遮罩*/
ul.index_cplist_02{
	height:755px;
	position:relative;
}
ul.index_cplist_02 li{
	overflow:hidden;
	position:absolute;
	/*
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	*/
}
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:318px;
	height:501px;
	left:0px;
	top:0px;
}
ul.index_cplist_02 #li2{
	width:504px;
	height:240px;
	left:338px;
	top:0px;	
}
ul.index_cplist_02 #li3{
	width:340px;
	height:240px;
	right:0;
	top:0;
}
ul.index_cplist_02 #li4{
	width:504px;
	height:240px;
	left:338px;
	top:260px;
}
ul.index_cplist_02 #li5{
	width:340px;
	height:240px;
	right:0;
	top:260px;
}
ul.index_cplist_02 #li6{
	width:479px;
	height:240px;
	left:0;
	bottom:0;
}
ul.index_cplist_02 #li7{
	width:323px;
	height:240px;
	left:495px;
	bottom:0;
}
ul.index_cplist_02 #li8{
	width:370px;
	height:240px;
	right:0;
	bottom:0;
}
/*首页规则产品列表：图片+标题+简介+按钮*/
dl.index_cplist_03{
	width:auto;
	overflow:hidden;
}
dl.index_cplist_03 dd{
	width:330px;
	padding:0 35px;
	float:left;
	overflow:hidden;
	text-align:center;
}
dl.index_cplist_03 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin:0px auto;
}
dl.index_cplist_03 dd:hover img{
	
}

dl.index_cplist_03 dd h3{
	display:block;
	margin-top:120px;
}
dl.index_cplist_03 dd h3 a{
	font-weight:normal;
	font-size:36px;
	color:#fff;
}
dl.index_cplist_03 dd p{
	height:75px;
	line-height:25px;
	color:#fff;
	margin-top:20px;
	display:block;
	overflow:hidden;
	text-align:left;
}
dl.index_cplist_03 dd .time{
	display:block;
	margin-top:10px;
	color:#999;
	text-decoration:underline;
	font-size:12px;
}
dl.index_cplist_03 dd .detail{
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:1px solid #fff;
	color:#fff;
	text-align:center;
	line-height:35px;
	padding:0 20px;
	margin-top:110px;
}
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:visible;
	clear:both;
	width:1250px;
	margin-top:10px;
}
dl.index_cplist_04 dd{
	list-style-type:none;
	float:left;
	width:285px;
	overflow:Hidden;
	margin:30px 20px 0px 0px;
	transition:.0.6s;
	text-align:center;
}
dl.index_cplist_04 dd img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
dl.index_cplist_04 dd img:hover{
	transform:scale(1.1);
}
dl.index_cplist_04 dd h3{
	display:block;
	margin-top:10px;
}
dl.index_cplist_04 dd h3 a{
	font-size:16px;
	font-weight:normal;
	overflow:hidden;
}
dl.index_cplist_04 dd p{
	display:block;
	margin-top:5px;
	line-height:25px;
}
dl.index_cplist_04 dd .line{
	display:block;
	margin-top:10px;
	width:80px;
	height:2px;
	background:#333;
}
dl.index_cplist_04 dd .detail{
	display:block;
	font-size:12px;
	margin-top:10px;
	color:#E70012;
	text-decoration:underline;
}
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{
	width:auto;
	height:564px;
	position:relative;
	margin-top:35px;
}
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:34px;
	color:#fff;
	padding:0 10px;
	text-align:center;
	display:block;
}
ul.index_cplist_05 #li1 h3{
	margin-top:45%!important;
}
ul.index_cplist_05 #li4 h3{
	margin-top:15%!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:390px;
	height:564px;
	left:0;
	top:0;
}
ul.index_cplist_05 #li2{
	width:424px;
	height:274px;
	left:413px;
	top:0;
}
ul.index_cplist_05 #li3{
	width:345px;
	height:274px;
	right:0;
	top:0px;
}
ul.index_cplist_05 #li4{
	width:788px;
	height:274px;
	right:0;
	bottom: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:auto;
	overflow:hidden;
	margin-top:10px;
}
.index_tuwenlist dl{
	margin-top:20px;
	overflow:hidden;
}
.index_tuwenlist dl dt{
	width:180px;
	float:left;
	text-align:center;
}
.index_tuwenlist dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
.index_tuwenlist dl dt .ri{
	display:block;
	color:#fff;
	font-size:36px;
	font-family:Arial;
	line-height:50px;
}
.index_tuwenlist dl dt .nian{
	display:block;
	color:#fff;
	font-family:Arial;
}
.index_tuwenlist dl dd{
	width:385px;
	float:right;
	overflow:hidden;
}
.index_tuwenlist dl dd h3{
	display:block;
}
.index_tuwenlist dl dd h3 a{
	font-size:16px;
	font-weight:normal;

}
.index_tuwenlist dl dd .line{
	width:60px;
	height:2px;
	display:block;
	margin-top:10px;
	background:#666;
}
.index_tuwenlist dl dd p{
	margin-top:10px;
	line-height:25px;
	color:#666;
}
.index_tuwenlist dl dd .detail{
	display:block;
	margin-top:10px;
	color:#fff;
	background:#2A3890;
	font-size:12px;
	padding:5px 10px;
	float:left;
}
/*头条*/
dl.toutiao{
	width:auto;
	overflow:hidden;
}
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{
	font-size:16px;
	font-weight:normal;
}
dl.toutiao dd p{
	margin-top:5px;
	color:#666;
	line-height:22px;
	font-size:13px;
}
dl.toutiao dd .time{
	display:block;
	margin-top:10px;
	color:#a6a6a6;
	font-size:12px;
}
dl.toutiao dd .detail{
	display:block;
	margin-top:5px;
	color:#f36400;
	font-size:12px;
}
/*首页新闻列表普通*/
dl.index_newslist_01{
	width:auto;
	overflow:hidden;
}
dl.index_newslist_01 dd{
	line-height:35px;
	border-bottom:1px solid #ccc;
}
dl.index_newslist_01 dd i{
	margin-right:10px;
	color:#0141AB;
}
dl.index_newslist_01 dd span{
	float:right;
	color:#666;
	font-size:12px;
}
dl.index_newslist_01 dd span a{
	color:#599fe3;
}
/*首页横排3块*/
.box{
	overflow:hidden;
}
#box1{
	float:left;
	width:450px;
}
#box2{
	float:left;
	margin-left:25px;
	width:300px;
}
#box3{
	float:right;
	width:400px;
}


/*首页新闻列表带图片*/
ul.index_newslist_02,dl.index_newslist_02{
	width:1250px;
	overflow:hidden;
	margin-top:35px;
}
ul.index_newslist_02 li,dl.index_newslist_02 dd{
	width:380px;
	overflow:hidden;
	float:left;
	margin-right:30px;
}
ul.index_newslist_02 li .pic,dl.index_newslist_02 dd .pic{
	height:195px;
	overflow:hidden;
}
ul.index_newslist_02 li img,dl.index_newslist_02 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
ul.index_newslist_02 li:hover img,dl.index_newslist_02 dd:hover img{
	transform:scale(1.1);
}
ul.index_newslist_02 li h3,dl.index_newslist_02 dd h3{
	display:block;
	margin-top:15px;
}
ul.index_newslist_02 li h3 a,dl.index_newslist_02 dd h3 a{
	font-size:18px;
	font-weight:normal;
}
ul.index_newslist_02 li p,dl.index_newslist_02 dd p{
	margin-top:10px;
	line-height:25px;
	color:#666;
}
ul.index_newslist_02 li .time,dl.index_newslist_02 dd .time{
	display:block;
	margin-top:15px;
	width:95px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:#fff;
	background:#E03A00;
	text-transform:uppercase;
	font-size:12px;
}
ul.index_newslist_02 li .time a,dl.index_newslist_02 dd .time a{
	color:#fff;
}
ul.index_newslist_02 li .detail,dl.index_newslist_02 dd .detail{
	display:none;
	margin-top:15px;
	color:#0092dc;
	text-decoration:underline;
}

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:570px;
	overflow:hidden;
}
dl.index_newslist_03 dd{
	width:33.3333333%;
	overflow:hidden;
	position:relative;
	float:left;
	height:143px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
dl.index_newslist_03 dd .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;
}
dl.index_newslist_03 dd .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;
}
dl.index_newslist_03 dd .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;
}
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%;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 26px;
    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;
}
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;
}
dl.index_newslist_03 dd a h3,dl.index_newslist_03 dd a p{
	text-align:center;
	color:#fff;
	font-size:18px;
	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: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;
	width:265px;
	float:left;
	padding-right:20px;
	margin-right:20px;
	height:105px;
	border-right:1px dotted #ccc;
}
dl.wenda_list dt{
	line-height:30px;
	background:url(../images/q.png) left center no-repeat;
	padding-left:30px;
	font-size:16px;
}
dl.wenda_list dt i{
	margin-right:8px;
}
dl.wenda_list dd{
	overflow:hidden;
	padding-left:30px;
	background:url(../images/a.png) left 5px no-repeat;
	line-height:22px;
	font-size:13px;
	color:#ee7300;
	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;
	margin-top:30px;
	width:1250px;
}
ul.link_01 li{
	float:left;
	width:153px;
	overflow:hidden;
	margin-right:20px;
}
ul.link_01 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
/*仅文字链接*/
ul.link_02{
	float:left;
}
ul.link_02 a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 6px;
	border-right:1px solid #fff;
	line-height:15px;
	height:15px;
	overflow:hidden;
	margin-top:8px;
	color:#fff;
}



.lmmc{
	width:auto;
	overflow:hidden;
	padding-bottom:5px;
	border-bottom:2px solid #8BCA24;
	line-height:25px;
}
.lmmc span{
	float:right;
}
.lmmc span a{
	font-size:12px;
	color:#999;
}
.lmmc h2{
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	float:left;
	display:block;
	color:#57b82d;
}
.lmmc em{
	font-style:normal;
	float:left;
	margin-left:5px;
	font-size:12px;
	color:#a3a3a3;
	text-transform:uppercase;
}
/*----首页独立联系我们----*/
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{
	display:block;
	line-height:45px;
	width:130px;
	margin:50px auto 0 auto;
	text-align:center;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
}
.more_02{
	position:absolute;
	width:175px;
	height:40px;
	line-height:40px;
	background:#1b1b1b;
	border:1px solid #fff;
	color:#fff;
	font-size:18px;
	text-align:center;
	bottom:-20px;
	left:50%;
	margin-left:-88px;
}
.more_03{
	display:block;
	padding:0 15px;
	line-height:50px;
	margin-top:25px;
	background:#E03A00;
	color:#fff;
	font-size:18px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.more_03:hover{
	background:#fff;
	color:#E03A00;	
}
/*---首页左边分类右边产品结构--*/
#zuo{
	width:205px;
	float:left;
	overflow:hidden;
	background:#fff;
	padding:10px;
}
#zuo #zuo_title{
	overflow:hidden;
	width:100%;
	height:67px;
	background:#3E78A6;
}
#zuo #zuo_title h2{
	display:block;
	color:#fff;
	font-size:30px;
	font-weight:normal;
	margin-top:15px;
	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{
	display:block;
	margin-top:8px;
	color:#fff;
	padding-left:10px;
	font-size:24px;
	text-transform:uppercase;
}
#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{
	overflow:hidden;
	margin-top:10px;
}
#zuo dl dt{
	display:block;
	height:25px;
	line-height:25px;
	background:#3E78A6;
	overflow:hidden;
	text-indent:20px;
	margin-bottom:5px;
}

#zuo dl dt i{
	color:#fff;
	margin:0 10px 0 30px;
	font-weight:bold;
	font-size:18px;
}
#zuo dl dt a{
	color:#fff;
	display:block;
}

#zuo dl dd{
	line-height:25px;
	text-indent:10px;
}
#zuo dl dd i{
	color:#3E78A6;
	margin-right:10px;
}
#zuo dl dd a{
	
}

#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;
}
#zuo_lx{
	width:auto;
	height:183px;
	overflow:hidden;
	background:url(../images/zuo_lxxx.jpg) no-repeat;
	border:2px solid #D4D4D6;
	margin-top:20px;
}
#zuo_lx span{
	display:block;
	margin:18px 0 0 70px;
	font-size:18px;
}
#zuo_lx strong{
	display:block;
	margin:0 0 0 70px;
	font-size:24px;
	color:#da1c13;
}


#you{
	width:950px;
	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:985px;
	overflow:hidden;
}
#you ul li{
	width:225px;
	float:left;
	overflow:hidden;
	margin-right:16px;
	margin-bottom:20px;
}
#you ul li img{
	width:223px;
	height:auto;
	display:block;
	border:1px solid #ccc;
	transition:0.5s;
}

#you ul li:hover img{
	transform:scale(1.1);
}
#you ul li h3{
	display:block;
	overflow:hidden;
	margin-top:10px;
	text-align:center;
	font-weight:normal;
}
#you ul li p{
	padding:10px;
	line-height:20px;
	color:#fff;
}
#you ul li h3 a{
	font-size:14px;
	font-weight:normal;
}
#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;
	padding-bottom:20px;
	background:#252525;
	margin-top:40px;
}
.footer{
	width:1200px;
	overflow:Hidden;
	margin:10px auto 0px auto;
	padding:30px 0 20px 0px;
}
#footer_l{
	width:680px;
	float:left;
	overflow:hidden;
}
#footer_m{
	width:320px;
	margin-left:40px;
}
#footer_m img{
	max-width:100%;
	height:auto;
	display:block;
}
#footer_r{
	width:395px;
	float:right;
	overflow:hidden;
}
.footer dl{
	float:left;
	overflow:hidden;
	min-height:195px;
	background:url(../images/dl.png) right top no-repeat;
}
.footer dl dt{
	display:block;
	font-size:18px;
	margin-bottom:15px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}
.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;
}
dl.last{
	width:195px;
	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{
	width:395px;
	overflow:hidden;
}
#ftext{
	width:270px;
	background:#fff;
	border:1px solid #5c5c5c;
	height:35px;
	overflow:hidden;
	line-height:35px;
	text-indent:40px;
	color:#999;
	background:url(../images/ftext.jpg) 10px center no-repeat #fff;
}
#fbtn{
	border:none;
	background:none;
	display:block;
	width:123px;
	height:37px;
	line-height:37px;
	float:right;
	color:#fff;
	background:#333;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
}

#ewm{
	width:165px;
	overflow:hidden;
	text-align:center;
	float:left;
}
#ewm img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto 5px auto;
}
#lx_txt{
	line-height:25px;
}
#lx_txt p i{
	margin-right:10px;
}
#footer_follow{
	overflow:hidden;
	width:auto;
}

#footer_follow a{
	margin-right:15px;
	float:left;
	display:block;
}
#footer_follow img{
	width:45px;
	height:auto;
}
#footer_follow i{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#252525;
	font-size:26px;
	background:#8a8a8a;
	margin-right:0!important;
}
#footer_follow a:hover i{
	color:#fff;
}
#footer_follow span{
	color:#fff;
	display:block;
	float:left;
	font-size:18px;
	line-height:30px;
	margin-right:10px;
}
#copy_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	background:#393939;
}
#copy{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	line-height:25px;
	padding:10px 0;
	color:#6f6f6f;
	text-align:center;
}
#copy a{
	color:#6f6f6f;
}
#copy_l{
	float:left;
	max-width:800px;
}

/*-----在线客服--------*/
.side {
	position:fixed;
	width:45px;
	height:325px;
	right:0;
	top:400px;
	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;
	color:#333;
}
.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:20px auto;
	padding-bottom:20px;
	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;
	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;
	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{
	width:auto;
	overflow:hidden;
}
.ftext{
	width:267px;
	height:35px;
	border:none;
	text-indent:10px;
	line-height:35px;
	padding-left:38px;
	color:#999;
	margin-top:10px;
}
.fbiaodan #username{
	background:url(../images/username.png) left center no-repeat #fff;
}
.fbiaodan #telephone{
	background:url(../images/phone.png) left center no-repeat #fff;
}
.fbiaodan #email{
	background:url(../images/email.png) left center no-repeat #fff;
}

.fcontent{
	width:295px;
	height:75px;
	background:#fff;
	border:none;
	padding:5px;
	line-height:20px;
	color:#999;
}
.fbtn{
	width:80px;
	height:40px;
	border:2px solid #fff;
	text-align:center;;
	line-height:30px;
	cursor:pointer;
	display:block;
	float:right;
	color:#fff;
	background:none;
}
.fbtn:hover{
	background-color:#fff;
	color:#e60000;
	transition:0.6s;
}
/*---------------其它碎片样式代码------------*/
#about_zone{
	background:url(../images/about_zone.jpg) top center no-repeat;
	height:520px;
}
#about_box{
	width:599px;
	float:left;
	overflow:hidden;
}
#about_left{
	width:510px;
	float:left;
	overflow:hidden;
}
#about_zlm{
	margin-top:15px;
	overflow:hidden;
	text-align:center;
}
#about_zlm a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:5px 20px;
	margin:0 10px;
	border:1px solid #fff;
	color:#fff;
}
#about_pic{
	width:599px;
	height:339px;
	overflow:hidden;
	position:relative;
}
#about_pic img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#about_pic h3{
	display:block;
	width:100%;
	position:absolute;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#fff;
	text-align:center;
	left:0;
	bottom:0;
	z-index:3;
	font-weight:normal;
	background:url(../images/black.png);
}
#about_right{
	width:710px;
	float:right;
	overflow:hidden;
}
#about_right img{
	max-width:100%;
	height:auto;
	display:block;	
}
#about_right h4{
	display:block;
	font-size:24px;
	font-weight:normal;
	color:#2a388f;
	margin-top:15px;
}
#about_title{
	overflow:hidden;
	float:left;
	width:213px;
	height:176px;
	background:#3c3c3c;
}
#about_title h2{
	font-size:30px;
	text-transform:uppercase;
	display:block;
	font-weight:normal;
	color:#cecece;
	margin:38px 0 0 25px;
}

#about_title h3{
	font-size:40px;
	color:#fff;
	display:block;
	margin:10px 0 0 25px;
	text-transform:uppercase;
	font-weight:normal;
}
#about_title p{
	color:#666;
	display:block;
	font-size:24px;
}
#about_title .line{
	width:70px;
	height:2px;
	display:block;
	margin:15px auto 0 auto;
	background:#fff;
}

#about_txt{
	overflow:hidden;
	line-height:25px;
	width:375px;
	float:right;
}
#about_txt img{
	display:block;
	max-width:100%;
	height:auto;
	margin-top:10px;
}
#about_more{
	line-height:35px;
	display:block;
	padding-left:20px;
	background:url(../images/about_more.png) left center no-repeat;
	color:#599fe3;
	margin-top:15px;
}
#news_zone{
	height:423px;
	background:url(../images/news_zone.jpg) center center no-repeat;
}
#news_box{
	width:585px;
	overflow:hidden;
	float:right;
}
#news_pic{
	width:555px;
	float:left;
	overflow:hidden;
}
#news_pic img{
	max-width:100%;
	height:auto;
	display:block;
}
#other_box{
	width:410px;
	float:right;
	overflow:hidden;
}
#news_box .more_01,#other_box .more_01{
	background:#868686;
	float:right;
}
#other_pic img{
	max-width:100%;
	height:auto;
}
#other_txt{
	line-height:25px;
	margin-top:5px;
}
.pro_title{
	overflow:hidden;
}
.pro_title h2{
	display:block;
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
}
.pro_title p{
	display:block;
	width:100%;
	height:20px;
	overflow:hidden;
	background:url(../images/dian.jpg) center center repeat-x;
}
.pro_title p span{
	display:block;
	padding-right:10px;
	color:#666;
	text-transform:uppercase;
	background:#fff;
	float:left;
	line-height:20px;
}

#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_en{
	width:279px;
	height:266px;
	float:left;
	overflow:hidden;
	background:url(../images/ys_title_en.jpg) left center no-repeat;
}
#ys_title_cn{
	width:279px;
	height:266px;
	float:left;
	background:url(../images/ys_title_en.jpg) left 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{
	background:url(../images/ys_zone.jpg) top center no-repeat #ebebeb;
	overflow:hidden;
	padding-bottom:40px;
}

.ys{
	overflow:hidden;
	clear:both;
	width:1250px;
}
.ys_pic img{
	max-width:100%;
	height:auto;
	display:block;
}
.ys_txt{
	overflow:hidden;
	width:410px;
	float:left;
	margin-left:35px;
}
.ys_txt dt{
	width:50px;
	display:block;
	float:left;
	/*
	height:45px;
	text-align:center;
	background:url(../ico/dunpai_bai.png) no-repeat;
	font-family:Arial;
	display:block;
	font-size:24px;
	color:#e60012;
	overflow:hidden;
	line-height:45px;
	font-weight:bold;
	*/
}
.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 */
	font-size:54px;
	display:block;
	margin-top:22px;
}
.ys_txt i{
	width:80px;
	height:80px;
	display:block;
	margin:0px auto 0 auto;
	border:2px solid #fff;
}
.ys_txt #i1{
	background:url(../images/ys01.png) center center no-repeat;
}
.ys_txt #i2{
	background:url(../images/ys02.png) center center no-repeat;
}
.ys_txt #i3{
	background:url(../images/ys03.png) center center no-repeat;
}
.ys_txt #i4{
	background:url(../images/ys04.png) center center no-repeat;
}
.ys_txt #i5{
	background:url(../images/ys05.png) center center no-repeat;
}
.ys_txt #i6{
	background:url(../images/ys06.png) center center no-repeat;
}
.ys_a{
	background:#e8e8e8;
}
.ys_b{
	background:#f7f7f7;
}
.ys_a dt,.ys_b dd{
	float:left;
}
.ys_a dd,.ys_b dt{
	float:right;
}

.ys_txt dd{
	overflow:hidden;
	width:345px;
	float:right;
}
.ys_txt h2{
	font-size:20px;
	font-weight:normal;
	display:block;
	margin-top:10px;
}
.ys_txt h3{
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#999;
	text-transform:uppercase;
}
.ys_txt p{
	margin-top:10px;
	line-height:25px;
	overflow:hidden;
	display:block;
}
.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;
}

#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,#tabbox3{  
	overflow:hidden;
}
#tabbox2 .tab_conbox,#tabbox3 .tab_conbox{
	border:none;
}
#tabbox2 .tab_con,#tabbox3 .tab_con{ 
	display:none;
	padding:0px;
	font-size: 14px; 
	line-height:25px;
}

#tabbox2 .tabs2{
	text-align:center;
	width:100%;
}
#tabbox3 .tabs3{
	text-align:center;
	overflow:hidden;
	width:100%;
}
#tabbox2 .tabs2 .yuanjiao25{
	background:#0085D0;
	color:#fff;
	padding:5px 15px;
	margin-top:8px;
}

#tabbox2 .tabs2 li{
	height:30px;
	line-height:30px;
	font-size:16px;
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:1px solid #FE9600;
	margin:0 5px;
}
#tabbox3 .tabs3 li{
	height:35px;
	line-height:35px;
	font-size:16px;
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:1px solid #ccc;
	margin:0 5px;
}
#tabbox2 .tabs2 li a{
	display: block;
	text-align:center;
	outline: none;
	padding:0 25px;
	color:#FE9600;
}
#tabbox3 .tabs3 li a{
	display: block;
	text-align:center;
	outline: none;
	padding:0 25px;
}
.news_l{
	overflow:hidden;
}
.news_l dl{
	overflow:hidden;
	width:585px;
}
.news_l dl dt{
	width:100%;
	height:277px;
	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:15px;
	font-size:24px;
}
.news_l dl dd p{
	line-height:25px;
	display:block;
	color:#666;
	margin-top:10px;
}
.news_content{
	width:auto;
	overflow:hidden;
	margin-top:10px;
}
.news_content dl{
	margin-top:15px;
	overflow:hidden;
	width:auto;
	border:1px solid #fff;
	padding:10px;
}
.news_content dl:hover{
	border-color:#ccc;
	-moz-box-shadow:0px 2px 5px #eee inset;
	-webkit-box-shadow:0px 2px 5px #eee inset;
	box-shadow:0px 2px 5px #eee inset;
}
.news_content dl dt{
	width:100px;
	height:95px;
	background:#104C8A;
	display:block;
	float:left;
	overflow:hidden;
	text-align:center;
}
.news_content dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
.news_content dl dt span{
	display:block;
}
.news_content dl dt .ri{
	font-size:40px;
	font-weight:bold;
	line-height:65px;
	color:#fff;
}
.news_content dl dt .nian{
	line-height:25px;
	color:#fff;
	font-size:18px;
}
.news_content dl dd{
	
}
.news_content dl dd h3{
	display:block;
}
.news_content dl dd h3 a{
	font-size:16px;
	font-weight:normal;
}
.news_content dl dd p{
	color:#666;
	line-height:20px;
	margin-top:10px;
	overflow:hidden;
}
.news_content dl dd .time{
	display:block;
	margin-top:10px;
	color:#6DC743;
	font-size:12px;
}
.news_content dl dd .detail{
	border:1px solid #0141AB;
	background:#0141AB;
	color:#fff;
	margin-top:3px;
	font-size:12px;
	width:70px;
	height:20px;
	display:block;
	text-align:center;
	line-height:20px;
}

.news_content dl dd .detail:hover{
	background-color:#0141AB;
	border-color:#0141AB;
	color:#fff;
	transition:0.5s;
}
#link_zone{
	width:100%;
	min-width:1200px;
	margin:0px auto;
	overflow:hidden;
	background:#000;
	padding:10px 0;
	height:25px;
}
#link_zone span{
	float:left;
	display:block;
	line-height:25px;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	margin-left:10px;
}
#link_zone span i{
	margin-left:10px;
}
#link_title{
	float:left;
	width:125px;
	height:32px;
	background:url(../images/link_02.png) no-repeat;
	line-height:32px;
	text-align:center;
	text-indent:-10px;
}
#link_title i{
	margin-left:10px;
	font-size:18px;
	color:#EF7301;
}
#link_title span{
	text-transform:uppercase;
	color:#333;
	display:block;
}
#link_title h2{
	font-weight:normal;
	font-size:18px;
	text-transform:capitalize;
	color:#fff;
	line-height:30px;
}
#index_ad{
	height:234px;
	overflow:hidden;
	background:url(../images/index_ad.jpg) center center no-repeat;
}
#index_ad_txt{
	line-height:35px;
	margin-top:35px;

}

#index_ad_txt .line{
	width:135px;
	display:block;
	height:2px;
	background:#333;
}
#index_ad2{
	height:575px;
	overflow:hidden;
	margin-top:40px;
	background:url(../images/index_ad2.jpg) center center no-repeat;
	background-attachment:fixed;
}
#hot_l{
	width:auto;
	max-width:790px;
	overflow:hidden;
	float:left;
	color:#fff;
}
/*-----------下载样式------------*/
.downlist_title{
	width:100%;
	overflow:hidden;
	height:50px;
	background-color:#f1f1f1;
	line-height:50px;
	font-weight:bold;
	color:#000;
	font-size:14px;
}
.downlist{
	line-height:45px;
	border-bottom:1px solid #d1d1d1;
	overflow:hidden;
	height:45px;
}
.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:40px;
}
ul.yuan li{
	width:240px;
	float:left;
	margin:0px 80px 0 0;
	overflow:hidden;
}
ul.yuan li .pic{
	display:block;
	width:240px;
	height:262px;
	position:relative;
	overflow:hidden;
}
ul.yuan li img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0px auto 0 auto;
	transition:1s;
	position:absolute;
	z-index:1;
}
ul.yuan li .zhezhao{
	display:block;
	position:absolute;
	z-index:3;
	background:url(../images/lm_yuan.png) no-repeat;
	width:240px;
	height:262px;
}
ul.yuan li:hover img{
	transform:rotate(360deg);
}
ul.yuan li h3{
	font-size:18px;
	display:block;
	margin-top:15px;
	font-weight:normal;
	text-align:center;
}
ul.yuan li h3 a{
	
}
ul.yuan li p{
	display:block;
	line-height:25px;
	margin-top:10px;
	overflow:hidden;
	color:#666;
}
#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;
}


#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;
}

#index_contact{
	width:495px;
	float:right;
	overflow:hidden;
}
#index_contact p{
	display:block;
	margin-bottom:20px;
	overflow:hidden;
	font-size:16px;
	line-height:25px;
}
#index_contact i{
	margin-right:15px;
}
#index_contact .line{
	width:95px;
	display:block;
	height:1px;
	margin-top:5px;
	background:#333;
}
#index_contact_txt{
	line-height:30px;
	overflow:hidden;
	font-size:16px;
}
#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:530px;
	background:url(../images/contact_zone.jpg) center 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;
}
#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:25px;
}
#vlist li{
	width:385px;
	float:left;
	margin-right:22.5px;
	overflow:hidden;
	height:160px;
	position:relative;
}
#vlist li img{
	position:absolute;
	z-index:1;
	max-width:100%;
	height:auto;
	display:block;
	margin-top:-60px;
}
#vlist li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:5;
}
#vlist li h3{
	display:block;
	color:#fff;
	text-align:center;
	font-weight:normal;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:url(../images/black.png);
	line-height:30px;
	z-index:4;
}


/*
#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%; min-width:1200px;height: 595px; 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: 595px; position: relative; left: 50%; margin-left: -960px;}
.banner .bd li { width: 1920px; }

.maplist dl{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.maplist dl dt{
	display:block;
	line-height:30px;
	background:#f0f0f0;
	border-left:5px solid #004299;
	font-size:18px;
	text-indent:25px;
}
.maplist dl dd{
	margin-top:20px;
	padding-left:30px;
}
.maplist dl dd a{
	margin-right:30px;
}

#zuo_so{
	margin-top:25px;
}
#zuo_so h3{
	font-size:16px;
	font-weight:normal;
	display:block;
}
.index_search{
	width:940px;
	height:57px;
	overflow:hidden;
	background:#0072CB;
	margin:0px auto;
}

.index_search .index_key_text{
	height:53px;
	float:left;
	margin:2px 0 0 2px;
	width:760px;
	overflow:hidden;
	text-indent:20px;
	line-height:53px;
	outline:none;
	font-size:14px;
	background:#fff;
	color:#999;
	border:none;
}
.index_search .index_search_btn{
	float:right;
	cursor:pointer;
	border:none;
	outline:none;
	width:160px;
	height:57px;
	color:#fff;
	overflow:hidden;
	line-height:57px;
	background:url(../images/zuo_search_bg.png) right center no-repeat;
	font-size:16px;
	margin-right:10px;
	text-transform:uppercase;
}

#partner{
	margin-top:30px;
}
#partner h3{
	display:block;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:15px;
	font-weight:normal;
}

.donghua{
	height:80px!important;
	-webkit-animation-delay: 5s;
    animation-delay: 5s;

}


.index_lm{
	text-align:center;
	overflow:hidden;
	margin-top:10px;
}
.index_lm a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:5px 10px;
	border:1px solid #fff;
	color:#fff;
	margin:0 3px;
}
.index_lm a:hover{
	background:#000;
	color:#fff;
	border-color:#000;
	transition:0.6s;
}
#so{
	float:right;
	line-height:30px;
	font-size:16px;
	padding-left:10px;
	border-left:1px solid #ccc;
	cursor:pointer;
}
#search_box{
	background:#f0f0f0;
	overflow:hidden;
	position:absolute;
	top:45px;
	right:0;
	z-index:99999;
	width:250px;
	padding:10px 0;
	display:none;
}
#so_zone{
	background:url(../images/nav_zone.png);
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	z-index:99999;
	width:100%;
	min-width:1200px;
	padding:2em 0;
}

#so_zone #hot_l span{
	display:block;
	line-height:60px;
	float:left;
	font-size:18px;
	color:#fff;
	margin-left:20px;
}
#so_zone #hot_l a{
	line-height:60px;
	color:#fff;
}


#job_box{
	width:535px;
	overflow:hidden;
	float:left;
	padding-left:10px;
}
#job_box table{
	border:none;
	width:100%;
}
#job_box table th{
	border:none;
	padding:5px 0;
	line-height:40px;
	border-bottom:1px solid #ccc;	
	background:#e9e9e9;
	text-indent:15px;
}
#job_box table td{
	border:none;
	padding:5px 0;
	line-height:30px;
	border-bottom:1px solid #ccc;
}
#job_box table td i{
	color:#3BACFC;
	margin-right:10px;
}

#other{
	clear:both;
	margin-top:10px;
	height:30px;
	position:relative;
	cursor:pointer;

}
#other p{
	display:block;
	line-height:30px;
	cursor:pointer;
	border:1px solid #ccc;
	text-align:center;
}
#other ul{
	position:absolute;
	right:0;
	top:30px;
	width:100%;
	display:none;
	border:1px solid #62A4D8;
	background:#f0f0f0;
	z-index:9999999;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
#other ul li{
	line-height:30px;
	text-align:center;
	border-bottom:1px solid #ccc;
}
#other ul li:hover{
	background:#fff;
	transition:0.5s;
}


/*首页产品循环*/
.index_prolist{
	margin-top:30px;
	overflow:hidden;
}
.index_prolist_title{
	width:240px;
	height:218px;
	overflow:hidden;
	float:left;
	background:url(../images/index_prolist_title.png) no-repeat;
}
.index_prolist_title h2{
	text-align:center;
	line-height:210px;
	font-size:36px;
	display:block;
}
.index_prolist ul{
	margin-left:237px;
}
.index_prolist ul li{
	width:230px;
	float:left;
	overflow:hidden;
	text-align:center;
	margin-left:10px;
	margin-top:10px;
}
.index_prolist ul li img{
	max-width:100%;
	height:auto;
	display:block;
}
.index_prolist ul li h3{
	display:block;
	margin-top:10px;
}
.index_prolist ul li h3 a{
	font-weight:normal;
	font-size:14px;
}


#footer_contact_title{
	float:left;
	overflow:hidden;
}
#footer_contact_title h2{
	font-size:30px;
	color:#fff;
	display:block;
}
#footer_contact_title p{
	display:block;
	color:#666;
}

#pinpai_zone{
	background:url(../images/pinpai_zone.jpg) center center repeat-y;
	padding:65px 0;
}

.gotofeedback{
	width:60px;
	height:143px;
	background:#ff0000;
	text-align:center;
	display:block;
	float:left;
}
.gotofeedback i{
	font-size:36px;
	color:#fff;
	margin-top:50px;
}
@media print {
#top_zone2, .header_zone, .ny_banner, .wz_zone, .footer_zone
{
display: none !important;
}
}