@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{
	overflow:hidden;
	float:right;
	-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:155px;
	border:1px solid #ccc;
	margin-top:10px;
}
.search .key_text{
	height:25px;
	float:left;
	width:100px;
	overflow:hidden;
	text-indent:10px;
	line-height:25px;
	outline:none;
	font-size:12px;
	background:none;
	color:#999;
	border:none;
}
.search .search_btn{
	float:right;
	cursor:pointer;
	border:none;
	outline:none;
	margin:1px 1px 0 0;
	/*
	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;
	float:left;
}
.lan span a{
	padding-left:30px;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
}
#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_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:40px;
	line-height:40px;
	background:#474747;
}
#top_l{
	width:auto;
	float:left;
	line-height:40px;
	color:#fff;
}
#top_l a{
	color:#fff;
}
#top_l i{
	margin-right:10px;
}
#top_r{
	width:auto;
	float:right;
	overflow:hidden;
}
#top_link{
	width:auto;
	float:right;
	overflow:hidden;
	margin:0px 0 0 15px;
}
#top_link span{
	margin-right:15px;
	color:#666;
}
#top_link span i{
	margin-right:10px;
}

#top_link a{
	color:#fff;
	padding:0 10px;
	border-right:1px solid #ccc;
	line-height:15px;
	height:15px;
}
#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:110px;
	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:105px;
}
.logo{
	float:left;
	margin-top:15px;
}

#header_r{
	width:auto;
	float:right;
}
#header_shang{
	width:auto;
	float:right;
	margin-top:20px;
}
#header_follow{
	width:auto;
	text-align:center;
	overflow:hidden;
	margin-top:15px;
}
#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:25px;
	overflow:hidden;
	float:right;
}
#top_tel_01 span{
	display:block;
	color:#666;
	padding-left:25px;
	background:url(../ico/tel3.png) left center no-repeat;
	background-size:22px 17px;
}
#top_tel_01 strong{
	font-size:24px;
	display:block;
	font-family:Arial;
	font-weight:normal;
	margin-top:5px;
}
#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:45px;
	border-top:1px solid #999;
}
.nav {
	width:auto;
	float:left;
}
.nav .nLi{
	float:left;
	position:relative;
	display:inline;
	z-index:999999;
	height:45px;
} 

.nav .nLi h3 {
	display:block;
	text-align:center;
}
.nav .nLi h3 a {
	display:block;
	font-size:16px;
	line-height:45px;
	font-weight:normal;
}
#header_zone .nav .nLi h3 a{
	color:#fff;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:2px;
	background:#1359CB;
	margin:15px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:60%;
	transition:0.6s;
}
.nav .sub {
	display:none;
	top:45px;
	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: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:-510px;
	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;
	text-indent:15px;
}
/*
#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;
	background:url(../images/index_title.jpg) right center no-repeat;
	line-height:35px;
}
.index_title_01 h2{
	display:block;
	float:left;
	font-size:30px;
	font-weight:normal;
}
.index_title_01 em{
	float:left;
	display:block;
	font-style:normal;
	color:#666;
	margin-left:10px;
}
/*
.index_title_01 h2{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:30px;
	font-weight:normal;
	text-transform:uppercase;
	background:#fff;
	padding:0 15px;
	line-height:45px;
	color:#de3c1c;
}
.index_title_01 p{
	display:block;
	margin-top:5px;
	color:#666;
	text-transform:uppercase;
	font-size:18px;
}*/
.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{
	display:block;
	font-size:36px;
	text-transform:uppercase;
}
.index_title_03 p{
	color:#666;
	display:block;
	margin-top:5px;
}
.index_title_03 span{
	float:right;
	display:block;
	margin-top:10px;
}
.index_title_03 span a{
	display:block;
	text-transform:uppercase;
	width:48px;
	height:48px;
	background:#919191;
	color:#fff;
	font-size:12px;
	line-height:48px;
	text-align:center;
}
/*首页名称上小字下大字*/
.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:30px;
	display:block;
	text-transform:uppercase;
	font-weight:normal;
}
.index_title_06 span.line{
	width:75px;
	display:block;
	height:2px;
	margin:15px auto 0 auto;
	background:#666;
}
.index_title_06 p{
	line-height:25px;
	color:#666;
	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:35px;
}
dl.index_cplist_03 dd{
	width:285px;
	float:left;
	overflow:hidden;
	margin-right:20px;
}
dl.index_cplist_03 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
dl.index_cplist_03 dd:hover img{
	transform:scale(1.1);
}

dl.index_cplist_03 dd h3{
	display:block;
	margin-top:10px;
}
dl.index_cplist_03 dd h3 a{
	font-weight:normal;
	font-size:18px;
}
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:visible;
	clear:both;
	width:1250px;
}
dl.index_cplist_04 dd{
	list-style-type:none;
	float:left;
	width:263px;
	height:300px;
	padding:10px;
	overflow:Hidden;
	margin:15px 20px 5px 0;
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
	border:1px solid #fff;
	transition:.0.6s;
}
dl.index_cplist_04 dd img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
dl.index_cplist_04 dd:hover{
	border-color:#3293F4;
	-moz-box-shadow:0px 0px 5px #3293F4;
	-webkit-box-shadow:0px 0px 5px #3293F4;
	box-shadow:0px 0px 5px #3293F4;	
}
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;
	line-height:25px;
	height:25px;
	overflow:hidden;
}
dl.index_cplist_04 dd p{
	line-height:25px;
	color:#666;
	font-size:12px;
	margin-top:10px;
}
dl.index_cplist_04 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_cplist_04 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_cplist_04 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_cplist_04 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_cplist_04 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
dl.index_cplist_04 dd:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
dl.index_cplist_04 dd:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
dl.index_cplist_04 dd:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
dl.index_cplist_04 dd:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
dl.index_cplist_04 dd:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*不规则产品带遮罩*/
ul.index_cplist_05{
	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:1250px;
	overflow:hidden;
}
.index_tuwenlist dl{
	width:555px;
	float:left;
	background:#efefef;
	height:100px;
	overflow:hidden;
	margin-top:20px;
	margin-right:45px;
}
.index_tuwenlist dl dt{
	width:100px;
	height:100px;
	float:left;
	text-align:center;
	font-size:60px;
	font-family:Times New Roman;
	line-height:100px;
}
.index_tuwenlist dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
.index_tuwenlist dl dt .ri{
	display:block;
	color:#fff;
	font-size:40px;
	font-family:Arial;
	font-weight:bold;
	line-height:50px;
}
.index_tuwenlist dl dt .nian{
	display:block;
	color:#fff;
	font-family:Arial;
}
.index_tuwenlist dl dd{
	margin-left:100px;
	padding:10px;
}
.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:8px;
	line-height:22px;
	color:#666;
	font-size:13px;
}
.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;
	margin-top:10px;
}
ul.index_newslist_01 li{
	line-height:35px;
	border-bottom:1px dotted #ccc;
	padding-left:15px;
	background:url(../images/ico.jpg) left center no-repeat;
}
ul.index_newslist_01 li i{
	margin-right:10px;
	color:#023F98;
}
ul.index_newslist_01 li span{
	float:right;
	color:#666;
	font-size:12px;
}
ul.index_newslist_01 li span a{
	color:#666;
}
/*首页横排3块*/
.box{
	overflow:hidden;
	width:385px;
}
#box1{
	float:left;
}
#box2{
	float:left;
	margin-left:22.5px;
}
#box3{
	float:right;
}

.box .pic{
	overflow:hidden;
	margin-top:15px;
}
.box .pic img{
	width:100%;
	height:auto;
	display:block;
}

/*首页新闻列表带图片*/
ul.index_newslist_02{
	width:1250px;
	overflow:hidden;
	margin-top:30px;
}
ul.index_newslist_02 li{
	width:290px;
	float:left;
	margin-right:12.5px;
}
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;
	color:#fff;
	background:#DA251C;
	text-transform:uppercase;
}
ul.index_newslist_02 li .time a{
	color:#fff;
}
/*首页新闻案例列表带遮罩*/
dl.index_newslist_03{
	width:auto;
	overflow:hidden;
	margin-top:30px;
}
dl.index_newslist_03 dd{
	width:25%;
	overflow:hidden;
	border-right:10px solid #fff;
	position:relative;
	float:left;
	height:224px;
	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 {
    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;
}
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{
	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;
}
dl.index_newslist_03 dd:hover a h3{
	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;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}
dl.wenda_list dt{
	height:30px;
	line-height:30px;
	background:url(../images/q.jpg) left center no-repeat;
	font-size:18px;
	padding-left:30px;
}
dl.wenda_list dt i{
	margin-right:8px;
}
dl.wenda_list dd{
	overflow:hidden;
	padding-left:30px;
	background:url(../images/a.jpg) left 5px no-repeat;
	line-height:22px;
	font-size:13px;
	color:#666;
	margin-top:5.5px;
}
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:20px;
	width:1220px;
}
ul.link_01 li{
	float:left;
	width:188px;
	overflow:hidden;
	border:1px solid #ccc;
	margin-right:10px;
	margin-top:10px;
}
ul.link_01 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
/*仅文字链接*/
ul.link_02{
	
}
ul.link_02 a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 10px;
	border-right:1px solid #c0c0c0;
	line-height:15px;
	height:15px;
	overflow:hidden;
	color:#c0c0c0;

}



.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{
	width:120px;
	height:30px;
	display:block;
	text-align:center;
	line-height:30px;
	margin:25px 0 0 0;
	color:#fff;
	background:#E7242A;
}


/*---首页左边分类右边产品结构--*/
#zuo{
	width:275px;
	height:445px;
	position:relative;
	float:left;
	overflow:hidden;
}
#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{
	overflow:hidden;
}
#zuo dl dt{
	display:block;
	height:45px;
	line-height:45px;
	background:#919191;
	padding-left:25px;
	margin-bottom:10px;

}

#zuo dl dt i{
	color:#fff;
	margin-right:15px;
}
#zuo dl dt a{
	font-size:16px;
	display:block;
	color:#fff;
}
#zuo dl dt:hover{
	background:#FB5851;
	transition:0.6s;
}
#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:900px;
	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:925px;
	overflow:hidden;
}
#you ul li{
	width:287px;
	height:220px;
	position:relative;
	float:left;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:20px;
	border:1px solid #ccc;
}
#you ul li img{
	width:100%;
	height:auto;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	transition:0.5s;
}
#you ul 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;
}
#you ul li:hover a{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#you ul li:hover img{
	transform:scale(1.1);
}
#you ul li h3{
	display:block;
	overflow:hidden;
	padding:0 10px;
	margin-top:60px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	font-size:20px;
}
#you ul li p{
	padding:10px;
	line-height:20px;
	color:#fff;
}
#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:#434343;
	margin-top:30px;
}
.footer{
	width:1200px;
	overflow:Hidden;
	margin:35px auto 0px auto;
	padding-bottom:25px;
}
#footer_l{
	width:850px;
	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:510px;
	margin-left:70px;
}
#footer_r{
	width:275px;
	float:right;
	overflow:hidden;
}

.footer dl{
	float:left;
	overflow:hidden;
}
.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;
}
#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:580px;
	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:130px;
	overflow:hidden;
	float:left;
}
#ewm img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#lx_txt{
	line-height:25px;
}
#lx_txt p i{
	margin-right:10px;
}
#footer_follow{
	overflow:hidden;
	width:auto;
	float:right;
}

#footer_follow a{
	margin-right:10px;
	float:left;
	display:block;
}

#footer_follow img{
	width:30px;
	height:auto;
}
#footer_follow i{
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background:#666;
	margin-right:0!important;
}
#footer_follow span{
	color:#fff;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
#copy_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	background:#434343;
	padding:10px 0;
	background:url(../images/copy_zone.jpg) top center repeat-x #434343;
}
#copy{
	width:1200px;
	margin:0px auto 0 auto;
	overflow:hidden;
	line-height:25px;
	color:#eee;
}
#copy_l{
	float:left;
	max-width:800px;
}
#copy a{
	color:#eee;
}
/*-----在线客服--------*/
.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:670px;
	float:left;
	overflow:hidden;
}
.fbiaodan p{
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.ftext{
	width:325px;
	height:40px;
	background:#fff;
	border:1px solid #ccc;;
	text-indent:10px;
	line-height:40px;
	color:#999;
}
.fcontent{
	width:658px;
	height:140px;
	background:none;
	border:1px solid #ccc;
	padding:5px;
	line-height:20px;
	color:#999;
	background:#fff;
}
.fbtn{
	width:130px;
	height:40px;
	background:#DADDE4;
	border:none;
	text-align:center;;
	line-height:40px;
	text-transform:uppercase;
	cursor:pointer;
	display:block;
	float:left;
	margin-right:10px;
}
.fbtn:hover{
	background-color:#E7242A;
	color:#fff;
	transition:0.6s;
}
/*---------------其它碎片样式代码------------*/
#about_zone{
	height:540px;
	background:url(../images/about_zone.jpg) center center no-repeat;
}

#about_left{
	width:490px;
	float:left;
	overflow:hidden;
}
#about_pic{
	width:500px;
	overflow:hidden;
	float:left;
}
#about_pic img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#about_right{
	width:665px;
	float:right;
	overflow:hidden;
}
#about_right h4{
	display:block;
	font-size:30px;
	color:#3393f5;
	font-weight:normal;
}
#about_title{
	overflow:hidden;
	text-align:center;
}
#about_title h3{
	font-size:14px;
	color:#e6002d;
	margin-top:10px;
	font-weight:normal;
	text-transform:uppercase;
	background:url(../images/about_title.png) center center no-repeat;
}
#about_title h2{
	font-size:30px;
	color:#e6002d;
	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;
	margin-top:10px;
}
#about_more{
	line-height:35px;
	display:block;
	padding-left:40px;
	background:url(../ico/jia.png) left center no-repeat;
	color:#0e6ac1;
	margin-top:10px;
}
#news_zone{
	height:423px;
	background:url(../images/news_zone.jpg) center center no-repeat;
}
#news_box{
	width:575px;
	overflow:hidden;
	float:left;
}
#news_pic{
	width:525px;
	float:left;
	overflow:hidden;
}
#news_pic img{
	max-width:100%;
	height:auto;
	display:block;
}
#other_box{
	width:575px;
	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{
	text-align:center;
	overflow:hidden;
	background:url(../images/index_title.jpg) center center repeat-x;
}
.pro_title h2{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:24px;
	background:#fff;
	padding:0 10px;
	font-weight:normal;
	text-transform:uppercase;
}
.pro_title h2 em{
	font-style:normal;
	font-size:16px;
	color:#666;
	font-weight:normal;
	text-transform:uppercase;
	margin-left:5px;

}
.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{
	padding-top:220px;
	background:url(../images/ys_zone.jpg) top center no-repeat;
	overflow:hidden;
}
.ys{
	overflow:hidden;
	clear:both;
	width:1250px;
}
.ys_pic img{
	max-width:100%;
	height:auto;
	display:block;
}
.ys_txt{
	overflow:hidden;
	width:595px;
	height:195px;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.ys_txt dt{
	width:275px;
	height:195px;
	text-align:center;
	background:#4161AA;
	color:#fff;
	font-family:Arial black;
	display:block;
	overflow:hidden;
}
.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{
	width:300px;
	padding:10px;
	overflow:hidden;
}
.ys_txt h2{
	font-size:20px;
	font-weight:normal;
	display:block;
	text-transform:uppercase;
	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:30px;
	overflow:hidden;
	display:block;
	word-break:break-all;
	font-size:16px;
}
.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,#tabbox3{ 
	width:100%; 
	overflow:hidden;
	margin-top:25px;
}
#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,#tabbox3 .tabs3{
	text-align:center;
	border:none;
	width:100%;
}
#tabbox2 .tabs2 li,#tabbox3 .tabs3 li{
	height:30px;
	line-height:30px;
	font-size:14px;
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:1px solid #ccc;

	/*
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius:25px;
	*/
	margin:0 8px;
	overflow:hidden;

}
#tabbox2 .tabs2 li a,#tabbox3 .tabs3 li a{
	display: block;
	text-align:center;
	outline: none;
	padding:0 15px;
}

.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:25px 10px;
	background:#4A4A4A;
}
#link_zone span{
	float:left;
	display:block;
	line-height:15px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
#link_title{
	width:110px;
	height:80px;
	background:#DF3C1D;
	float:left;
	text-align:center;
	line-height:80px;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#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:620px;
	overflow:hidden;
	background:url(../images/index_ad.jpg) center center no-repeat;
	background-attachment:fixed;
}
#index_ad_txt{
	width:860px;
	background:url(../images/index_ad_txt.png) left top no-repeat;
	padding:35px 0 0 25px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:30px;
	line-height:35px;
	min-height:155px;
}
#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{
	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:auto;
	overflow:hidden;
	text-align:center;
}
ul.yuan li{
	width:144px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 20px;
	overflow:hidden;
}
ul.yuan li .pic{
	border:2px solid #fff;
	display:block;
	width:140px;
	height:140px;
}
ul.yuan li img{
	display:block;
	max-width:100%;
	height:auto;
	margin:45px auto 0 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:20px;
	overflow:hidden;
	font-size:18px;
}
#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: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;
}
.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: 490px; overflow: hidden; position: relative; text-align: center; }
.banner:hover .ctrl { width: 1200px; margin-left: -600px; opacity: 1; filter: alpha(opacity = 100); }
.banner .bd { height: 490px; 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; }

.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{
	position:absolute;
	left:0;
	bottom:0;
}
#zuo_so h3{
	font-size:16px;
	font-weight:normal;
	color:#666;
	display:block;
}
.zuo_search{
	overflow:hidden;
	margin-top:10px;
	-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:273px;
	height:40px;
	border:1px solid #ccc;
}

.zuo_search .zuo_key_text{
	height:40px;
	float:left;
	width:220px;
	overflow:hidden;
	text-indent:10px;
	line-height:40px;
	outline:none;
	font-size:12px;
	background:none;
	color:#999;
	border:none;
}
.zuo_search .zuo_search_btn{
	float:right;
	margin:3px 5px 0 0;
	cursor:pointer;
	border:none;
	outline:none;
	/*
	width:70px;
	height:30px;
	color:#fff;
	overflow:hidden;
	line-height:30px;
	text-align:center;
	background:#1359CB;
	*/
}

#partner{
	margin-top:30px;
}
#partner h3{
	display:block;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:15px;
	font-weight:normal;
}