@import url("../caidan/css/superfish.css");
@import url("../caidan/css/superfish-vertical.css");
@import url("../caidan/css/superfish-navbar.css");
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#fff;
}
body{
	font-family:"Micro Yahei","微软雅黑",Arial;
	font-size:14px;
}

a{
	color:#000;
	text-decoration:none;
	-webkit-transition:all ease-in-out .4s; 
	-moz-transition:all ease-in-out .4s; 
	-o-transition:all ease-in-out .4s; 
	transition:all ease-in-out .4s;
}
a:hover{
	color:#000000;
	text-decoration:none;
	-webkit-transition:all ease-in-out .4s; 
	-moz-transition:all ease-in-out .4s; 
	-o-transition:all ease-in-out .4s; 
	transition:all ease-in-out .4s;
}
ul{
	list-style:none;
}
input,select,button{
	font:14px "微软雅黑",Arial,Tahoma;
	vertical-align:middle;
}
img{
	border:none;
	
}
.blank10{
	width:100%;
	height:10px;
	display:block;
	overflow:hidden;
	clear:both;
}
.blank20{
	width:100%;
	height:20px;
	display:block;
	overflow:hidden;
	clear:both;
}
.blank30{
	width:100%;
	height:30px;
	display:block;
	overflow:hidden;
	clear:both;
}
.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{
	background:#0069AA;
	border-color:#0069AA;
	color:#FFF;
	font-weight:700;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
	font-size:12px;
	color:#999;
}
.shangxiapian strong{
	font-size:14px;
	color:#000;
}
.shangxiapian li a{
	font-size:14px;
}
.shangxiapian li a:hover{
	color:#CB2525;
}

.search{
	width:275px;
	overflow:hidden;
	border:none;
	float:right;
	margin-top:9px;
}
.search .key_text{
	height:28px;
	float:left;
	width:235px;
	overflow:hidden;
	text-indent:10px;
	line-height:28px;
	color:#afafaf;
	outline:none;
	font-size:12px;
	background-color:#fff;
	border:1px solid #d6d6d6;
	border-right:none;
}
.search .search_btn{
	float:left;
	width:39px;
	height:30px;
	overflow:hidden;
}

/*---------------------主体开始-----------------------*/
.top_zone{
	width:100%;
	overflow:hidden;
	height:36px;
	line-height:35px;
	background:url(../images/top_zone.jpg) repeat-x;
}
.top_l{
	float:left;
	color:#7f7f7f;
}
.top_link{
	float:right;
	width:auto;
	overflow:hidden;
}
.top_link a{
	color:#7f7f7f;
	padding:0 10px;
	height:15px;
	line-height:15px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	border-right:1px solid #7f7f7f;
}
.top_link a:last-child{
	border:none;
	padding-right:0;
}
.header_zone{
	width:100%;
	height:120px;
	overflow:hidden;
}

.header{
	width:980px;
	margin:0px auto;
	overflow:hidden;
}
.logo{
	float:left;
	margin-top:30px;
}
.header_r{
	width:350px;
	float:right;
}
.header_shang{
	width:100%;
	overflow:hidden;
	float:right;
	margin-top:15px;
}
.header_xia{
	width:100%;
	overflow:hidden;
}
.top_tel{
	width:255px;
	height:60px;
	margin-top:30px;
	overflow:hidden;
	float:right;
	background:url(../images/top_tel.jpg) left center no-repeat;
}
.top_tel span{
	width:100%;
	display:block;
	font-size:16px;
	text-indent:55px;
	margin-top:3px;
	color:#666;
}
.top_tel strong{
	width:100%;
	display:block;
	font-size:26px;
	text-indent:55px;
	color:#E54746;
	font-family:Arial;
}
.lan{
	float:right;
	overflow:hidden;
}
.lan span a{
	padding-left:30px;
	font-size:12px;
	color:#333;
}
.cn{
	background:url(../images/cn.png) left center no-repeat;
	
}
.en{
	background:url(../images/en.png) left center no-repeat;
	margin-right:15px;
}
.nav_zone{
	width:100%;
	min-width:980px;
	height:47px;
	background:url(../images/nav_zone.jpg) repeat-x;
}
.nav{
	width:980px;
	margin:0px auto;
}

.ny_banner{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:-1;
}
.ny_banner img{
	position:relative;
	left:50%;
	margin-left:-960px;/*这个数值是图片宽带的一半*/
}
.wz_zone{
	width:100%;
	height:50px;
	line-height:50px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#C5C5BE,direction=120,strength=4);
    /*兼容ie*/
    -moz-box-shadow: 2px 2px 10px #C5C5BE;
    /*兼容firefox*/
    -webkit-box-shadow: 2px 2px 10px #C5C5BE;
    /*兼容safari或chrome*/
    box-shadow:2px 2px 10px #C5C5BE;
    /*兼容opera或ie9*/
	margin-bottom:3px;
	background-color:#fff;
}
.wz{
	width:980px;
	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;
	color:#0069AA;
	text-transform:uppercase;
	text-indent:40px;
	background:url(../images/wz.png) left center no-repeat;
}
/*----------后来加的子栏目样式--------*/
.menulist{
	width:100%;
	min-width:1125px;
	border-bottom:#e1e1e1 1px solid;
	background-color:#f1f1f1;

}
.menulist ul {
	width:95%;
	margin:0px auto;
	text-align:center;
}
.menulist ul li {
	display:inline-block;
	*display:inline;
	zoom:1;
	text-align:center;
	border-right:1px solid #e1e1e1;
	height:100px;
	line-height:100px;
	background-color:#f9f9f9;
}
.menulist ul li:first-child{
	border-left:1px solid #e1e1e1;
}
.menulist ul li .menua {
	display:block;
	color:#666;
	font-size:18px;
	padding: 0 2em;
}
.menulist ul li:hover .menua,.menulist ul #sel01 .menua {
	background-color:#0069AA;
	color:#fff;
}
.main{
	width:980px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	font-size:16px;
	color:#333;
	line-height:35px;
	padding:1em 0;
}
.content img{
	max-width:100%;
}
.grey_zone{
	width:100%;
	overflow:hidden;
	padding:1.5em 0;
	background-color:#f1f1f1;
	margin:1em 0;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.ny_title{
	text-align:center;
	font-size:28px;
	text-transform:uppercase;
	line-height:70px;
	font-family:Times New Roman;
}

.ny_h1{
	font-size:30px;
	text-align:center;
	padding:30px 0;
	text-transform:uppercase;
	background:url(../images/line.jpg) bottom center no-repeat;
	margin-bottom:1em;
}
.wzinfo{
	text-align:center;
}
.tulist400{
	width:auto;
}
.tulist400 li{
	list-style-type:none;
	float:left;
	width:24%;
	margin:1em 0.5%;
	text-align:center;
}
.tulist400 li img{
	width:100%;
	height:auto;
}
.tulist400 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
}


.tulist240{
	width:1000px;
}
.tulist240 li{
	list-style-type:none;
	float:left;
	width:190px;
	text-align:center;
	margin-right:10px;
}
.tulist240 li img{
	width:100%;
	height:auto;
}
.tulist240 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
}
.ny_main{
	width:100%;
	max-width:980px;
	overflow:hidden;
	margin:2em auto;
}
.left_wrap{
	float:left;
	width:250px;
	overflow:hidden;
}
.left_wrap h2{
	width:auto;
	height:45px;
	line-height:45px;
	background-color:#0069AA;
	border-bottom:1px solid #666;
	/* Gecko browsers */
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	/* Webkit browsers */
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	/* W3C syntax */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-indent:20px;
	color:#fff;
	font-size:16px;
	font-weight:normal;
}
.left_lxxx{
	padding:10px;
	font-size:12px;
	color:#666;
	line-height:25px;
	border:1px solid #d8d8d8;
	border-top:none;
	margin-bottom:5px;
	word-break:break-all;
}
.left_lxxx a{
	color:#666;
}
.right_wrap{
	width:710px;
	overflow:Hidden;
	float:right;
	background-color:#fff;
}
.right_title{
	padding-bottom:10px;
	border-bottom:1px solid #d1d1d1;	
}
.right_title h2{
	font-size:26px;
	color:#0069AA;
	text-indent:15px;
}
.tulist{
	overflow:hidden;
	clear:both;
	width:750px;
}
.tulist li{
	text-align:center;
	list-style-type:none;
	float:left;
	width:225px;
	margin:0 13px 30px 0px;
	overflow:Hidden;
	border:1px solid #e1e1e1;
	background-color:#fff;
	text-align:center;
}
.tulist li:hover{
	border:1px solid #0069AA;
}
.tulist li img{
	width:225px;
	height:auto;
	display:block;
	border-bottom:1px solid #e1e1e1;
}
.tulist li h3{
	background-color:#e1e1e1;
}
.tulist li h3 a{
	line-height:40px;
	font-size:14px;
	color:#333;
}
.tulist li:hover h3{
	background-color:#0069AA;
}
.tulist li:hover h3 a{
	color:#fff;
}

/*---------产品详情页ＣＳＳ样式---------*/
.pro_main{
	width:auto;
	overflow:hidden;
}
.pro_main h1{
	width:100%;
	height:70px;
	line-height:70px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	overflow:hidden;

}
.pro_left{
	width:355px;
	float:left;
}
.pro_right{
	width:340px;
	float:right;
	overflow:hidden;
	font-size:16px;
	color:#666;
	line-height:30px;
}
.pro_right h2{
	font-size:24px;
	color:#0069AA;
	padding-bottom:5px;
	border-bottom:1px dashed #0069AA;
}
.pro_info{
	margin-top:10px;
}
.pro_info strong{
	color:#0069AA;
	display:block;
	font-size:14px;
}
.pro_detail{
	overflow:hidden;
	margin-top:20px;
	line-height:25px;
	color:#333;
	font-size:14px;
}
.ding_btn{
	padding:10px 60px;
	display:inline-block;
	float:left;
	margin:20px auto;
	background-color:#000000;
	color:#fff;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.ding_btn:hover{
	background-color:#666;
	color:#fff;
}
.lanmu{
	width:auto;
	border-bottom:1px solid #000000;
}
.lanmu h2{
	padding:0 20px;
	display:inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
	height:45px;
	line-height:45px;
	background-color:#000000;
	/* Gecko browsers */
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	/* Webkit browsers */
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	/* W3C syntax */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color:#fff;
	font-size:16px;
	font-weight:normal;
}

.lanmu span{
	float:right;
	padding-right:5px;
	margin-top:25px;
}
.lanmu span a{
	color:#666;
	font-size:14px;
	font-style:italic;
	font-family:Verdana;
}
.lanmu span a:hover{
	color:#000000;
}
#tabbox{ 
	width:auto; 
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
}
.tab_conbox{
	border: 1px solid #d1d1d1;
	border-top: none;
	overflow:hidden;
}
.tab_con{ 
	display:none;
}
.tab_con img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 2;
}

.tabs{
	height: 52px;
	border-bottom:1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	width: 100%;
}
.tabs li{
	height:51px;
	line-height:51px;
	float:left;
	margin-bottom: -1px;
	background: #f0f0f0;
	overflow: hidden;
	position: relative;
	margin-right:10px;
}
.tabs li a {
	display: block;
	padding: 0 20px;
	outline: none;
}
.tabs li a:hover {
	background: #0069AA;
	color:#fff;
}	
.tabs .thistab a{
	color:#fff;
}
.tabs .thistab,.tabs .thistab a:hover{
	background: #0069AA;
	color:#fff;
}

.tab_con {
	overflow:hidden;
	font-size: 14px;
	line-height:25px;
	padding:20px;
}


dl.tuwenlist{
	width:100%;
	max-width:1125px;
	margin:10px auto;
	padding-bottom:10px;
	overflow:Hidden;
	border-bottom:1px dashed #e1e1e1;
}
dl.tuwenlist dt{
	float:left;
	width:30%;
}
dl.tuwenlist dt img{
	width:100%;
	max-width:400px;
	height:auto;
}
dl.tuwenlist dd{
	width:68%;
	float:right;
}
dl.tuwenlist dd h2{
	font-size:24px;
	margin-bottom:10px;
}
dl.tuwenlist dd h2 a{
	color:#000;
}
dl.tuwenlist dd h2 a:hover{
	color:#0069AA;
}
dl.tuwenlist dd .info{
	font-size:16px;
	line-height:30px;
	color:#666;
}
dl.tuwenlist dd span{
	margin-top:10px;
	float:right;
}
dl.tuwenlist dd span a{
	padding:10px 20px;
	background-color:#666;
	text-align:center;
	color:#fff;
	display:inline-block;
	*display:inline;
	zoom:1;
}
dl.tuwenlist dd span a:hover{
	background-color:#0069AA;
}

.inquiry_txt{
	padding:15px;
	background-color:#f1f1f1;
	width:95%;
	margin:20px auto;
	font-size:14px;
	line-height:25px;
}
.biaodan{
	width:auto;
	overflow:hidden;
}
.biaodan p{
	display:block;
	margin:10px 0px;
	padding-left:50px;
}
.biaodan p label{
	width:150px;
	text-align:right;
	float:left;
	display:block;
	margin-right:10px;
	line-height:25px;
}
.biaodan p input{
	height:25px;
	line-height:25px;
	border:1px solid #d1d1d1;
	background:none;
	outline:none;
	width:350px;
	text-indent:10px;
}
.biaodan #content{
	width:330px;
	height:80px;
	border:1px solid #d1d1d1;
	background:none;
	outline:none;
	line-height:25px;
	padding:10px;
}
.biaodan #address{
	width:352px;
	border:1px solid #d1d1d1;
	background:none;
	outline:none;
}
.btn{
	padding-left:200px;
	margin-top:30px;
}
.btn input{
	padding:10px 30px;
	display:block;
	border:none;
	background-color:#ccc;
	float:left;
	margin-right:20px;
	cursor:pointer;
}
.btn input:hover{
	background-color:#0069AA;
	color:#fff;
}

/*----------------FAQ列表---------------*/
.faqs {
	
}
.faqs dt {
	font-weight:bold;
	background:url(../images/q.gif) 0 4px no-repeat;
	padding-left:30px;
	position:relative;
	line-height:30px;
	font-size:16px;
	margin:10px 0;
}
.faqs dt:hover {
	cursor:pointer
}
.faqs dd {
	background:url(../images/a.gif) 0 2px no-repeat;
	padding:15px 15px 15px 30px;
	position:relative;
	color:#333;
	background-color:#f1f1f1;
}
.faqs .hover {
	color:#0069AA;
}

/*-----------下载样式------------*/
.downlist_title{
	width:100%;
	overflow:hidden;
	height:50px;
	background-color:#f1f1f1;
	line-height:50px;
	font-weight:bold;
	color:#000;
	font-size:14px;
}
.downlist_title a:hover{
	color:#CB2525;
}
.downlist{
	line-height:45px;
	border-bottom:1px solid #d1d1d1;
	overflow:hidden;
	height:45px;
}
.downlist:hover{
	background-color:#0069AA;
	color:#fff;
}
.downlist:hover a{
	color:#fff;
}
.down_title{
	width:50%;
	text-indent:20px;
	float:left;
	display:block;
}
.down_geshi{
	width:20%;
	float:left;
	display:block;

}
.down_size{
	width:20%;
	float:right;
	display:block;
}

.pro_title{
	display:block;
	overflow:hidden;
	text-align:center;
	margin:35px 0 30px 0;
	font-size:36px;
	color:#003f95;
	text-transform:uppercase;
	background:url(../images/pro_title.png) center center no-repeat;
	text-indent:20px;
}
.pro_title span{
	color:#000;
}
ul.index_cplist{
	overflow:hidden;
	clear:both;
	width:1180px;
}
ul.index_cplist li{
	text-align:center;
	list-style-type:none;
	float:left;
	width:350px;
	height:260px;
	overflow:Hidden;
	border:1px solid #cbcbcb;
	text-align:center;
	margin-right:26px;
	margin-bottom:26px;
	position:relative;
}
ul.index_cplist li:hover{
	border:1px solid #0069AA;
}
ul.index_cplist li img{
	width:350px;
	height:260px;
	display:block;
	position:absolute;
	z-index:-1;
}
ul.index_cplist li h3{
	width:100%;
	height:35px;
	line-height:35px;
	background-color:#000;
	background:rgba(0,0,0,0.5);
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position:absolute;
	bottom:0;
}
ul.index_cplist li h3 a{
	font-size:14px;
	color:#fff;
}
ul.index_cplist li:hover h3{
	background-color:#0069AA;
	background:rgba(1,63,150,0.8);
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
ul.index_cplist li:hover h3 a{
	color:#fff;
}

.index_app_zone{
	width:100%;
	overflow:hidden;
	padding:2em 0;
	background-color:#32373B;
}
.app_title{
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom:30px;
	font-size:36px;
	color:#fff;
}

.index_news_zone{
	width:100%;
	overflow:hidden;
	background:url(../images/index_news_bg.jpg) center center no-repeat;
	min-height:382px;
}
.news_title{
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom:50px;
	font-size:36px;
	color:#fff;	
	margin-top:60px;
}
dl.index_news_list{
	width:32%;
	float:left;
	margin-right:1%;
	overflow:hidden;
}
dl.index_news_list dt{
	float:left;
	width:30%;
}
dl.index_news_list dt img{
	width:100px;
	height:100px;
	border:3px solid #fff;
	-moz-border-radius: 100px;      /* Gecko browsers */
    -webkit-border-radius: 100px;   /* Webkit browsers */
    border-radius:100px;            /* W3C syntax */
}
dl.index_news_list dd{
	float:right;
	overflow:hidden;
	width:65%;
}
dl.index_news_list dd h2 a{
	font-size:24px;
	color:#fff;
	font-weight:normal;
}
dl.index_news_list dd .info2{
	font-size:14px;
	color:#fff;
}
.wd{
	width:980px;
	overflow:hidden;
	margin:0px auto;
}

/*------footer-------*/
.footer_zone{
	width:100%;
	overflow:hidden;
	min-width:980px;
	background:url(../images/footer_zone.jpg);
}
.footer{
	width:980px;
	overflow:Hidden;
	margin:45px auto 10px auto;
}
dl.footer_logo{
	width:300px;
	float:left;
	overflow:hidden;
	margin-top:20px;
}

dl.footer_lxxx{
	width:350px;
	font-size:12px;
	line-height:25px;
	color:#fff;
	float:left;
	overflow:hidden;
}
dl.footer_lxxx a{
	color:#fff;
}
dl.footer_follow{
	width:150px;
	overflow:hidden;
	margin-top:70px;
	float:left;
	margin-left:50px;
}
dl.footer_follow strong{
	display:block;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	line-height:25px;
}
dl.footer_ewm{
	width:120px;
	float:right;
	margin-top:15px;
}
dl.footer_ewm img{
	width:120px;
	height:auto;
}


.btn_more{
	display:block;
	width:auto;
	height:40px;
	border:1px solid #cacaca;
	text-align:center;
	line-height:40px;
}
.btn_more a{
	text-transform:uppercase;
	padding-right:30px;
	display:inline-block;
	background:url(../images/btn_more.jpg) right center no-repeat;
	*display:inline;
	*zoom:1;
}
.btn_more:hover{
	border:1px solid #0069AA;
}
.btn_more:hover a{
	color:#0069AA;
}

.jiange{
	width:100%;
	overflow:hidden;
	height:23px;
	background:url(../images/jiange.jpg) center center no-repeat;
} 

.index_zone05{
	width:1115px;
	margin:30px auto 0 auto;
	overflow:hidden;
}
.index_zone05_left{
	width:435px;
	overflow:hidden;
	float:left;
}

.index_zone05_right{
	width:660px;
	overflow:hidden;
	float:right;
	font-size:14px;
	color:#676767;
	line-height:25px;
}
.index_zone05_right h2{
	font-size:30px;
	color:#000;
	display:block;
	margin-bottom:8px;
	text-transform:uppercase;
}
.index_zone05_right h2 span{
	color:#003f95;
}
.index_zone05_right h3{
	line-height:30px;
	color:#7b7b7b;
}
.index_zone05_right p{
	margin-top:15px;
	font-size:16px;
	color:#676767;
}

.about_btn{
	padding:5px 20px;
	color:#fff;
	font-size:14px;
	margin-top:20px;
	display:inline-block;
	background-color:#003f95;
}

dl.case01{
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#E7E7E7;
}
dl.case01 dt{
	width:435px;
	float:left;
	overflow:Hidden;
}
dl.case01 dt img{
	width:100%;
	height:auto;
}
dl.case01 dd{
	width:600px;
	padding:20px 30px 0 0;
	float:right;
	overflow:hidden;
}
dl.case01 dd h2{
	display:block;
	margin-bottom:30px;
}
dl.case01 dd h2 a{
	color:#353535;
	font-size:18px;
	font-weight:normal;
}
dl.case01 dd .info{
	color:#5f5f5f;
	line-height:30px;
}
dl.case02{
	width:545px;
	float:left;
	overflow:hidden;
	position:relative;
	height:380px;
}
dl.case02 dt{
	position:absolute;
	z-index:-1;
}
dl.case02 dt img{
	width:100%;
	height:auto;
}
dl.case02 dd{
	height:35px;
	width:100%;
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
	background-color:#000;
	background:rgba(0,0,0,0.5);
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
dl.case02 h2{
	text-align:right;
	color:#fff;
	line-height:35px;
	
}
dl.case02 h2 a{
	color:#fff;
	font-weight:normal;
	padding-right:30px;
}
.case_r{
	width:545px;
	overflow:hidden;
	float:right;
}
.case_r dl{
	width:auto;
	margin-bottom:30px;
	overflow:hidden;
}
.case_r dl dt{
	width:230px;
	float:left;
	overflow:Hidden;
}
.case_r dl dt img{
	width:100%;
	height:auto;
}
.case_r dl dd{
	width:295px;
	float:right;
	overflow:hidden;
}
.case_r dl dd h2{
	display:block;
	margin-bottom:10px;
}
.case_r dl dd h2 a{
	color:#353535;
	font-size:18px;
	font-weight:normal;
}
.case_r dl dd .info{
	color:#5f5f5f;
	line-height:25px;
}
.btn_2{
	width:134px;
	height:30px;
	display:block;
	background:url(../images/btn_2.jpg) right center no-repeat;
	text-indent:15px;
	line-height:30px;
	color:#fff;
	margin-top:10px;	
}
.btn_2:hover{
	background:url(../images/btn_all.jpg) no-repeat;
	color:#fff;
}

.btn_all{
	width:134px;
	height:30px;
	display:block;
	background:url(../images/btn_all.jpg) no-repeat;
	text-indent:15px;
	line-height:30px;
	color:#fff;
	margin-top:30px;
}
.btn_all:hover{
	color:#fff;
}

.tbox{
	width:355px;
	float:left;
	overflow:hidden;
	margin-right:22px;
}
.tbox h2{
	font-size:24px;
	color:#003f95;
	text-transform:uppercase;
	display:block;
	margin-bottom:15px;
}
.tbox img{
	width:100%;
	height:auto;
}
.tbox .text{
	margin-top:5px;
	line-height:25px;
	color:#6f6f6f;
}

.so_zone{
	width:100%;
	height:45px;
	overflow:hidden;
	min-width:1000px;
	background-color:#f4f4f4;
	border-bottom:1px solid #e1e1e1;
}

.so_left{
	float:left;
	line-height:45px;
	
}
.so_left a{
	font-size:12px;
	color:#565656;
	padding:0 10px;
	border-right:1px solid #565656;
}
.so_left span{
	float:left;
	color:#333;
	font-size:14px;
	font-weight:bold;
}

.index_fenlei{
	width:230px;
	border:1px solid #d6d6d6;
	float:left;
}
.index_fenlei h2{
	width:auto;

}
.index_fenlei ul{
	width:auto;
	padding:0 8px;
}
.index_fenlei ul li{
	width:auto;
	line-height:35px;
	border-bottom:1px dotted #696969;
	padding-bottom:10px;
}
.index_fenlei ul li ul{
	width:auto;
	padding:0;
}
.index_fenlei ul li a{
	width:100%;
	display:block;
	color:#0069aa;
	font-size:16px;
	text-indent:25px;
	background:url(../images/sanjiao.jpg) 10px center no-repeat;
}
.index_fenlei ul li ul li{
	width:auto;
	height:25px;
	line-height:25px;
	background:url(../images/jiantou.jpg) 10px center no-repeat;
	border:none;
	padding:0;
}
.index_fenlei ul li ul li a{
	color:#333;
	font-size:13px;
	text-indent:20px;
	background-image:none;
}
.index_prolist{
	width:735px;
	float:right;
	overflow:hidden;
	border:1px solid #d6d6d6;
}
.index_prolist_lmmc{
	width:100%;
	height:42px;
	background:url(../images/index_prolist.jpg) repeat-x;
}

.index_prolist_lmmc span{
	float:right;
	margin-right:15px;
	display:block;
}
.index_prolist_lmmc span a{
	font-size:12px;
	color:#fff;
	font-weight:normal;
	line-height:42px;
}
.index_prolist_lmmc h2{
	background:url(../images/index_prolist_h2.jpg) left center no-repeat;
	float:left;
	font-size:18px;
	color:#fff;
	line-height:42px;
	font-weight:normal;
	padding-left:40px;
}
.index_prolist_lmmc h3{
	font-weight:normal;
	line-height:42px;
	color:#f1f1f1;
	font-size:16px;
	float:left;
	margin-left:15px;
}



.index_prolist ul{
	width:770px;
}
.index_prolist ul li{
	list-style-type:none;
	float:left;
	text-align:center;
	width:220px;
	margin:20px 8px 30px 14px;
}
.index_prolist ul li img{
	width:100%;
	height:auto;
	border:1px solid #ddd;
}
.index_prolist ul li h3{
	line-height:30px;
}
.index_prolist ul li h3 a{
	font-size:13px;
	font-weight:normal;
	color:#333;
}

.zone1{
	width:100%;
	min-width:1000px;
	height:149px;
	background:url(../images/zone01.jpg) center center no-repeat;
}
.zone2{
	width:100%;
	min-width:1000px;
	height:385px;
	background:url(../images/zone02.jpg) center center no-repeat;
}
.zone3{
	width:100%;
	min-width:1000px;
	height:342px;
	background:url(../images/zone03.jpg) center center no-repeat;
}
.zone4{
	width:100%;
	min-width:1000px;
	height:390px;
	background:url(../images/zone04.jpg) center center no-repeat;
}
.zone5{
	width:100%;
	min-width:1000px;
	height:345px;
	background:url(../images/zone05.jpg) center center no-repeat;
}
.zone6{
	width:100%;
	min-width:1000px;
	height:119px;
	background:url(../images/zone06.jpg) center center no-repeat;
}

.about{
	width:730px;
	overflow:hidden;
	float:left;
}
.about_l{
	width:275px;
	overflow:hidden;
	float:left;
}
.about_l img{
	padding:2px;
	border:1px solid #ccc;
}
.about_r{
	width:440px;
	float:right;
	overflow:hidden;
	font-size:12px;
	color:#565656;
	line-height:23px;
}
.about_r strong{
	color:#000;
	font-size:18px;
}
.honor{
	width:205px;
	float:right;
	overflow:hidden;
}
.honor img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}

.lmmc{
	width:auto;
	overflow:hidden;
	display:block;
	height:45px;
	line-height:45px;
	margin-bottom:12px;
	background:url(../images/lmmc.jpg) left bottom no-repeat;
}
.lmmc h2{
	font-size:24px;
	color:#0069aa;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
}
.lmmc h2 i{
	font-size:18px;
	color:#aaa;
	font-weight:normal;
	font-style:normal;
	margin-left:15px;
}
.lmmc span{
	float:right;
	display:block;
	margin-top:5px;
}
.lmmc span a{
	font-size:12px;
	color:#555;
}

.about_title{
	text-align:center;
	height:90px;
	background:url(../images/line1.jpg) center center no-repeat;
}
.about_title h2{
	font-size:30px;
	color:#026BA5;
	text-transform:uppercase;
}
.about_title h3{
	color:#555;
	font-size:18px;
	display:block;
	font-weight:normal;
	margin-top:10px;
}

.about_title2{
	text-align:center;
	height:90px;
	background:url(../images/line2.jpg) center center no-repeat;
}
.about_title2 h2{
	font-size:30px;
	color:#026BA5;
	text-transform:uppercase;
}
.about_title2 h2 i{
	font-weight:normal;
	color:#666;
	font-size:24px;
	font-style:normal;
	margin-left:15px;
}
.about_title2 h3{
	color:#555;
	font-size:18px;
	display:block;
	font-weight:normal;
	margin-top:10px;
}
ul.index_link_list{
	width:1000px;
}
ul.index_link_list li{
	list-style-type:none;
	float:left;
	width:176px;
	text-align:center;
	margin:0 24px 10px 0;
}
ul.index_link_list li img{
	width:176px;
	height:71px;
	border:1px solid #e1e1e1;
}



.news_box{
	width:600px;
	overflow:hidden;
	float:left;

}
.faq_box{
	width:332px;
	overflow:hidden;
	float:right;
}


dl.index_newslist{
	width:auto;
	overflow:hidden;
}
dl.index_newslist dt{
	float:left;

}
dl.index_newslist dt img{
	width:183px;
	height:auto;

}
dl.index_newslist dd{
	width:400px;
	overflow:hidden;
	float:right;
}
dl.index_newslist dd h2{
	margin-bottom:10px;
	display:block;
}
dl.index_newslist dd h2 a{
	font-weight:normal;
	font-size:14px;
	color:#000;
}
dl.index_newslist dd h2 a:hover{
	color:#026BA5;
}

dl.index_newslist dd .info2{
	font-size:14px;
	color:#4d4d4d;
	line-height:20px;
	margin:0;
}
dl.index_newslist dd .time{
	color:#797979;
	display:block;
	line-height:30px;
	margin-top:10px;

}

ul.indexnews{
	width:auto;
	margin-top:30px;
}
ul.indexnews li{
	list-style-type:none;
	width:278px;
	height:35px;
	background-color:#f4f4f4;
	line-height:35px;
	margin-bottom:15px;
	overflow:Hidden;
}
ul.indexnews li span{
	display:block;
	float:left;
	width:43px;
	height:35px;
	background-color:#999;
	font-size:30px;
	font-family:impact;
	font-weight:bold;
	line-height:35px;
	text-align:center;
	color:#fff;

}
ul.indexnews li a{
	margin-left:10px;
	color:#666;
	
}


.wdlist{
	width:auto;
	overflow:hidden;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px dashed #d1d1d1;
}
.wdlist dt{
	background:url(../images/wen.jpg) left center no-repeat;
	margin-bottom:7px;
	padding-left:40px;
	line-height:30px;

}
.wdlist dt a{
	font-weight:bold;
	color:#000;
	font-size:14px;
}
.wdlist dt a:hover{
	color:#42B93B;
}
.wdlist dd{
	padding-left:40px;
	background:url(../images/da.jpg) left top no-repeat;
	line-height:25px;
	color:#666;
}

.flink a{
	color:#7f7f7f;
	padding:0 10px;
	height:15px;
	line-height:15px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-top:5px;
	border-right:1px solid #7f7f7f;
}
.flink a:last-child{
	border:none;
	padding-right:0;
}

.grey_zone2{
	width:100%;
	overflow:hidden;
	padding:1.5em 0;
	background-color:#f1f1f1;
	border-top:1px solid #E7E7E7;
	margin-top:30px;
}

/*-------后来修改的--------*/
.index_fenlei_lmmc{
	width:230px;
	height:62px;
	overflow:hidden;
	background:url(../images/pro_fenlei.jpg) no-repeat;
}
.index_fenlei_lmmc h2{
	font-weight:normal;
	color:#fff;
	text-indent:40px;
	font-size:18px;
	margin-top:10px;

}
.index_fenlei_lmmc h3{
	font-weight:normal;
	color:#f1f1f1;
	text-indent:40px;
	font-size:12px;
	text-transform:uppercase;
}

.wenzi{
	
}
.wenzi .dazi{
	width:100%;
	font-size:24px;
	color:#000;
	font-weight:bold;
}
.wenzi .dazi span{
	font-size:30px;
	color:#0167A7;
	font-weight:bold;
}
.wenzi .xiaozi{
	color:#666;
	font-size:14px;
	width:100%;
	line-height:30px;
}
.wenzi ul{
	width:100%;
}
.wenzi ul li{
	margin-top:10px;
	list-style-type:none;
	color:#000;
	line-height:25px;
	padding-left:15px;
	font-size:15px;
	background:url(../images/wenzi_ico.jpg) left 8px no-repeat;
}
#wenzi01{
	width:505px;
	overflow:hidden;
	margin-top:160px;
}
#wenzi02{
	width:475px;
	overflow:hidden;
	margin-top:120px;
	float:right;
}
#wenzi03{
	width:470px;
	overflow:hidden;
	margin-top:149px;
}
#wenzi04{
	width:459px;
	overflow:hidden;
	margin-top:113px;
	float:right;
}