﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/



html{
	overflow-x:hidden;
	}





/*顶部css*/
.header_right{
	margin-top:15px;
	}
.logo{
	margin-top:5px;
	}
.cn_en{
	float:right;
	}
.cn_en a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 6px;
	background-color: #bbb;
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
.cn_en a.on{
	display:none;
	}
.cn_en a:hover{
	background-color: #e89916;	
	}
	
.top_contact{
	float:right;
	margin-left:6px;
	}
.top_contact a{
	margin-left:6px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
.top_contact a:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}


/*首页关于css*/
.index_01{
	width:1200px;
	margin:35px auto;
	padding-top:25px;
	}
.index_about{
	float:left;
	width:550px;
	position:relative;
	}
.index_about_info p{
	font-size:18px;
	color:#333;
	line-height:33px;
	padding-top:15px;
	}
.index_about p.left_top{
	font-family: "微软雅黑", "黑体";
	font-size: 90px;
	color: #666;
	position: absolute;
	left: -40px;
	top: 0px;
	font-weight: bold;
	}
.index_about p.right_bott{
	font-family: "微软雅黑", "黑体";
	font-size: 90px;
	color: #666;
	position: absolute;
	font-weight: bold;
	right: -35px;
	bottom: 55px;
	}
.index_about_more a{
	display: block;
	margin-top:35px;
	background: #999;
	width: 210px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	}
.index_about_more a:hover{
	background-color: #2e62a4;
	}

.about_img{
	float:right;
	width:600px;
	}
.about_img_con{ position: relative; overflow: hidden; width: 600px; }
.about_img_con .bigImg{
	height: 350px;
	position: relative;
	margin-bottom: 20px;
}
.about_img_con .bigImg li img{ vertical-align:middle; width:600px; height:350px;   }
.about_img_con .bigImg  h4{ font-size: 14px; font-weight: bold; line-height: 33px; height: 33px; padding-right: 30px; overflow: hidden; text-align: left; }

.about_img_con .smallScroll{
	height: 115px;
	position: relative;
	width: 600px;
}

.about_img_con .sPrev{
	float: left;
	display: block;
	width: 45px;
	height: 113px;
	text-indent: -9999px;
	left:0;
	z-index:9999;
	position:absolute;
	background-image: url(../img/about_left.jpg);
	background-repeat: no-repeat;
	filter:alpha(opacity=70); 
    -moz-opacity:0.7; 
    opacity:0.7;
}
.about_img_con .sNext{
	background-image: url(../img/about_right.jpg);
	height: 113px;
	width: 45px;
	float:right;
	display:block;
	right: 0px;
	z-index:9999;
	position:absolute;
	filter:alpha(opacity=70); 
    -moz-opacity:0.7; 
    opacity:0.7;
}
.about_img_con .sPrev:hover{ 
	filter:alpha(opacity=90); 
    -moz-opacity:0.9; 
    opacity:0.9;
}
.about_img_con .sNext:hover{ 
	filter:alpha(opacity=90); 
    -moz-opacity:0.9; 
    opacity:0.9;
}

.about_img_con .smallImg{
	float: left;
	display: inline;
	width: 600px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	position:absolute;
	left:0;
}
.about_img_con .smallImg ul{ height:113px;  width: 9999px; overflow: hidden; }
.about_img_con .smallImg li{
	float: left;
	width: 185px;
	cursor: pointer;
	display: inline;
	height: 113px;
	padding-right: 25px;
}
.about_img_con .smallImg img{
	border: 2px solid #fff;
	width: 185px;
	height: 109px;
	filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    opacity:0.5;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.about_img_con .smallImg .on img{ 
    border-color: #2e62a4;
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    opacity:1;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}



/*首页产品css*/
.index_02{
	padding-top:35px;
	padding-bottom:35px;
	background:#eee;
	}
.index_pro_bt{
	width: 100%;
	height: 45px;
	background-color: #2e62a4;
	}
.index_bt_cen{
	width:1200px;
	margin:0 auto;
	}
.index_bt_left{
	float:left;
	width:420px;
	}
.index_bt_left h2{
	font-size: 30px;
	line-height: 45px;
	color: #2e62a4;
	background-color: #eee;
	height: 45px;
	padding-right: 15px;
	padding-left: 15px;
	float:left;
}
.index_bt_left span{
	float: left;
	height: 45px;
	line-height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin-left:15px;
	}
.index_bt_right{
	float:right;
	width:45px;
	text-align: center;
	}
.index_bt_right a{
	line-height: 45px;
	font-size: 24px;
	color: #fff;
	display:block;
	-webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
	}
.index_bt_right a:hover{
	transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
	}

.index_pro_list{
	width: 1200px;
	padding-top: 35px;
	padding-bottom:10px;
	position: relative;
}
.index_pro_list .hd{
	height: 65px;
	line-height: 65px;
	width:140px;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	right: 0px;
	bottom: 80px;
}
.index_pro_list .hd a:hover{
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    opacity:1;
	}
.index_pro_list .hd a:hover.prevStop{
	filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    opacity:0.5;
	}
.index_pro_list .hd a:hover.nextStop{
	filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    opacity:0.5;
	}
.index_pro_list .hd .prev{
	float: left;
	display: block;
	width: 65px;
	height: 65px;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../img/page_left.png);
	background-repeat: no-repeat;
	filter:alpha(opacity=80); 
    -moz-opacity:0.8; 
    opacity:0.8;
}
.index_pro_list .hd .next{
	float: right;
	display: block;
	width: 65px;
	height: 65px;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../img/page_right.png);
	background-repeat: no-repeat;
	filter:alpha(opacity=80); 
    -moz-opacity:0.8; 
    opacity:0.8;
}
.index_pro_list .hd .prevStop{
	cursor:default;
	filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    opacity:0.5;
	 }
.index_pro_list .hd .nextStop{
	cursor:default;
	filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    opacity:0.5;
	 }
.index_pro_list .hd ul{
	float: right;
	margin: 6px 6px 0 0;
	zoom: 1;
	display: none;
}

.index_pro_list .bd{
	padding: 12px 0 0 0;
	position: relative;
}
.index_pro_list .bd ul{ overflow:hidden; zoom:1; }
.index_pro_list .bd ul li{
	float: left;
	width: 1000px;
	position: relative;
	height: 630px;
}

.index_pro_img{
	float:left;
	}
.index_pro_img a img{
	width:1000px;
	height:630px;
	}
.index_pro_info{
	position: absolute;
	width: 310px;
	height: 400px;
	right: 0px;
	top: 80px;
	background-image: url(../img/baise.png);
	background-repeat: repeat;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
	}
.index_pro_info h1 a{
	font-family: "微软雅黑", "黑体";
	font-size: 36px;
	color: #2e62a4;
	}
.index_pro_info h1 p{
	background-color: #2e62a4;
	height: 8px;
	width: 110px;
	margin-top:15px;
	margin-bottom:15px;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.index_pro_info h1:hover p{
	width:100%;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
	
.index_pro_info h3 a{
	font-family: "微软雅黑", "黑体";
	font-size: 24px;
	color: #333;
	margin-bottom:10px;
	display:block;
	overflow:hidden;
	height:35px;
	}
.index_pro_info h3 a:hover{
	color: #2e62a4;
	}
.index_pro_info span{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	height: 215px;
	display:block;
	}


/*新闻css*/
.index_03{
	margin-top:25px;
	}
.index_03 .index_bt_left h2{
	color: #2e62a4;
	background-color: #fff;
	padding-left:0px;
}
.index_03 .index_bt_left span{
	color: #666;
	margin:0;
	}
.index_03 .index_bt_right a{
	line-height: 45px;
	font-size: 24px;
	color: #fff;
	display: block;
	-webkit-transition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	background-color: #eba839;
	}
.index_03 .index_bt_right a:hover{
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	background-color: #2e62a4;
	}

.index_news{
	width: 100%;
	background-image: url(../img/index_news_bj.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 275px;
	margin-top:10px;
	}
	
.index_news_list{
	width: 1200px;
	height: 175px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 35px;
}
.index_news_list .prev,.index_news_list .next{
	position: absolute;
	z-index: 0;
	cursor: pointer;
	display: none;
}

.index_news_list .scrollWrap{width:1200px;padding-top:15px;overflow:hidden;position:absolute;}
.index_news_list dl{
	float: left;
	width: 600px;
	height:175px;
	margin-right:60px;
	text-align: center;
	position: relative;
	filter:alpha(opacity=80); 
    -moz-opacity:0.8; 
    opacity:0.8;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_news_list dl:hover{
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    opacity:1;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.index_news_list dl span{
	display: block;
	width: 95px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	color: #2e62a4;
	background-color: #fff;
	text-align: center;
}
.index_news_list dl dt{
	text-align:left;
	margin-top:10px;
	margin-bottom:20px;
	}
.index_news_list dl dt a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width:540px;
	display:block;
	}
.index_news_list dl dd{
	text-align:left;
	margin-bottom:20px;
	}
.index_news_list dl dd a{
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	display: block;
	overflow: hidden;
	height: 42px;
	width:540px;
	}
.index_news_list dl p{
	text-align:left;
	}
.index_news_list dl p a img{
	width:28px;
	height:28px;
	}
.index_news_list dl p a:hover img{
	background:none;
	border:none;
	}


/*首页友情链接*/
.index_04{
	width: 100%;
	height: 65px;
	background: #eee;
	padding-top: 25px;
	padding-bottom: 25px;
	}
.index_link{
	width:1200px;
	margin:0 auto;
	}
.index_link_list{ position:relative;  }
.index_link_list .hd{
	top:30%;
	position: absolute;
	width:100%;
}
.index_link_list .hd .prev{
	display: block;
	width: 20px;
	height: 35px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../img/link_left.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -35px;
	filter:alpha(opacity=80); 
    -moz-opacity:0.8; 
    opacity:0.8;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_link_list .hd .next{
	display: block;
	width: 20px;
	height: 35px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../img/link_right.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: -35px;
	filter:alpha(opacity=80); 
    -moz-opacity:0.8; 
    opacity:0.8;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_link_list .hd a:hover{
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    opacity:1;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}

.index_link_list .bd{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow:hidden;
}
.index_link_list .bd ul{ overflow:hidden; zoom:1; }
.index_link_list .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;  }

.index_link_list .bd ul li a{
	text-align:center;
	display:block;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.index_link_list .bd ul li a img{
	height:65px;
	width:auto;
	overflow:hidden;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.index_link_list .bd ul li a:hover img{
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	z-index:999;
	}


/*底部css*/
.footer_01{
	height:220px;
	padding-top:50px;
	padding-bottom:25px;
	background:#3d3c42;
	}
.footer_jz{
	width:1200px;
	margin:0 auto;
	}
.footer_logo{
	float:left;
	}
.footer_nav{
	float:left;
	width:150px;
	margin-left:45px;
	margin-right:55px;
	}
.footer_lx{
	float:left;
	width:300px;
	}
.footer_dingyue{
	float:right;
	}

.footer_nav h2{
	font-size: 20px;
	line-height: 36px;
	color: #eee;
	margin-bottom:15px;
	}
.footer_nav li{
	float:left;
	width:50%;
	margin-bottom:5px;
	}
.footer_nav li a{
	font-size:14px;
	color:#aaa;
	line-height:24px;
	}
.footer_nav li a:hover{
	color:#fff;
	}

.footer_lx h2{
	font-size: 20px;
	line-height: 36px;
	color: #eee;
	margin-bottom:15px;
	}
.footer_lx p{
	color:#aaa;
	font-size:14px;
	line-height:24px;
	margin-bottom:5px;
	}

.footer_dingyue h2{
	font-size: 20px;
	line-height: 36px;
	color: #eee;
	margin-bottom:15px;
	}
.footer_dingyue p{
	color:#aaa;
	font-size:14px;
	margin-bottom:10px;
	}
.dingyue{
	background-image: url(../img/dingyue_bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 350px;
	margin-bottom:25px;
	}
.dingyue input{
	border: none;
	line-height: 43px;
	height: 43px;
	padding-left: 10px;
	font-family: "微软雅黑", "黑体";
	}
.dingyue a{
	height:45px;
	width:40px;
	}

.footer_fx .bshare-custom a {
	width: 41px;
	height: 41px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.footer_fx .bshare-custom a:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	
.footer_fx .bshare-custom .bshare-sinaminiblog {
	background-image: url(../img/fx_01.png);
}
.footer_fx .bshare-custom .bshare-qqmb {
	background-image: url(../img/fx_02.png);
}
.footer_fx .bshare-custom .bshare-weixin {
	background-image: url(../img/fx_03.png);
}
.footer_fx .bshare-custom .bshare-qzone {
	background-image: url(../img/fx_04.png);
}
.footer_fx .bshare-custom .bshare-douban {
	background-image: url(../img/fx_05.png);
}
.footer_fx .bshare-custom .bshare-more.more-style-addthis {
	background-image: url(../img/fx_06.png);
	padding:0 !important;
}



.footer_02{
	background:#323237;
	height:70px;
	line-height:70px;
	text-align:center;
	}
.banquan p{
	display:inline-block;
	color:#aaa;
	margin-right:5px;
	}
.banquan a{
	color:#aaa;
	}
.banquan a:hover{
	color:#fff;
	}



/*内页css*/
.nye_main{
	width:1200px;
	margin: 35px auto;
	position:relative;
	}
.fix-div {
    position: fixed;
    top: 0px;
    _position: fixed;
    z-index: 999;
	margin-top:0px !important;
	background:#fff;
}

.main_left{
	margin-top:35px;
	}
	
.public_2col{
	width:1200px;
	margin:30px auto;
	}
.public_1col{
	width:1200px;
	margin:30px auto;
	}

.fix-div .nye_nav_lxwm{
	display:none;
	}
.nye_nav_lxwm{
	position: relative;
	width: 180px;
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,.14);
	box-shadow: 0px 0px 10px #ddd;
	background: #fff;
	border: 5px #ddd solid;
	margin-top: 0px;
	margin-top: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	}
.nye_nav_lxwm h1{
	background-image: url(../img/nav_lxfs.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
	color: #2e62a4;
	padding-top: 30px;
	text-indent: 15px;
	background-size:cover;
	}

.nye_nav_lxwm div{
	width: 180px;
	text-align: center;
	}
.nye_nav_lxwm div p{
	font-size: 14px;
	color: #333;
	padding-top: 15px;
	}
.nye_nav_lxwm div h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #2e62a4;
	font-style: italic;
	margin-bottom:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-bottom:10px;
	}
.nye_nav_lxwm div a{
	color: #fff;
	background-color: #eba839;
	font-size: 14px;
	font-family: "微软雅黑", "黑体";
	text-align: center;
	display: block;
	line-height: 35px;
	height: 35px;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}
.nye_nav_lxwm div a:hover{
	text-decoration: none;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	background-color: #2e62a4;
	}
	
	
/*资质荣誉*/
.honor li{
	float: left;
	width: 276px;
	height:auto;
	padding: 10px;
	border: 2px solid #ddd;
	margin-right:-2px;
	margin-bottom:-2px;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.honor li a{
	width:100%;
	height:276px;
	display:block;
	margin-bottom:10px;
	overflow:hidden;
	text-align:center;
	}
.honor li a img{
	width:auto;
	max-width:100%;
	height:276px;
	border:none;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.honor li:hover a img{
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	z-index:999;
	}

.honor li p{
	line-height:36px;
	font-size:14px;
	text-align:center;
	}
.honor li:hover p{
	color:#2e62a4;
	}


/*产品css*/
.products_list li{
	float:left;
	width:280px;
	height:280px;
	position:relative;
	margin-right:20px;
	margin-bottom:20px;
	border:3px #ddd solid;
	overflow:hidden;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
    }
.products_list li .pro_con{
	position: absolute;
	bottom: -230px;
	height: 280px;
	padding-top:0px;
	width:100%;
	z-index:99;
	background-image: url(../img/heise.png);
	background-repeat: repeat;
	text-align:center;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.products_list li .pro_con h3{
	font-size: 16px;
	line-height: 50px;
	font-weight: normal;
	color: #fff;
	margin-bottom:10px;
	}
.products_list li .pro_con a{
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	color: #fff;
	background-color: #eba839;
	font-size:12px;
	}
.products_list li .pro_con a:hover{
	background-color: #2e62a4;
	}

.products_list li:hover .pro_con{
	bottom: 0px;
	height: 180px;
	padding-top:100px;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}

.products_list li .pro_img img{
	width:280px;
	height:280px;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.products_list li:hover .pro_img img{
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	z-index:9;
	}


/* 产品详情页*/
.products_detail h2{
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
	margin-bottom:35px;
	margin-top:30px;
	}
.focusBox {
	position: relative;
	width: 900px;
	height: 567px;
	overflow: hidden;
	margin-bottom: 30px !important;
}
.focusBox .pic01{
	position: relative;
	z-index: 0;
	text-align: center;
}
.focusBox .pic01 a{
       text-align: center;
       display: block;
}
.focusBox .pic01 img {
	width: auto;
	height: 567px;
	max-width:100%;
}
.focusBox .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }
.focusBox .hd li{
	display: inline-block;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	*line-height: 20px;
	*display:inline;
	*height:0px;
	*padding-left:4px;
	*padding-top:0px;
	*padding-bottom:0px;
	margin-left: 5px;
	border-radius:50%;
	filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    opacity:0.5;
}
.focusBox .hd .on{ 
	background: #fff;
	border:solid 2px #00306c;
	color: #fff;
	width:11px;
	height:11px;
	filter:alpha(opacity=90); 
    -moz-opacity:0.9; 
    opacity:0.9;
 }

.focusBox .prev,
.focusBox .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
	background-image: url(../img/pro_ui.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.focusBox .prev { left: 0; }
.focusBox .next { background-position: 0 -90px; right: 0; }
.focusBox .prev:hover,
.focusBox .next:hover { filter:alpha(opacity=90) !important;opacity:0.9 !important;  }

.pro_deta_info{
	padding-bottom: 15px;
	margin-bottom:20px;
	}


.return_list{
	margin-bottom:35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-bottom:20px;
	}

.return_list a{
	display:block;
	width:150px;
	height:45px;
	line-height:45px;
	text-align:center;
	background:#eba839;
	margin:0 auto;
	color:#fff;
	font-size:14px;
	}
.return_list a:hover{
	background:#2e62a4;
	}


/*新闻css*/
.news_list li{
	float:left;
	width:255px;
	margin-right:7px;
	padding:15px;
	background:#eee;
	margin-bottom:20px;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	margin-left:7px;
	}
.news_img{
	margin-bottom:10px;
	}
.news_img a{
	width:255px;
	height:150px;
	display:block;
	overflow:hidden;
	text-align:center;
	background:#fff;
	}
.news_img img{
	width:auto;
	height:150px;
	max-width:100%;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.news_list li:hover .news_img img{
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	z-index:9;
	}
	
.news_txt h2 a{
	font-size: 18px;
	line-height: 36px;
	color: #222;
	display:block;
	overflow:hidden;
	height:36px;
	margin-bottom:5px;
	}
.news_txt h2 a:hover{
	color:#2e62a4;
	}
.news_txt span{
	font-size:14px;
	line-height:22px;
	color:#666;
	height:70px;
	overflow:hidden;
	margin-bottom:10px;
	display:block;
	}
.news_txt p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #aaa;
	}

.news_list li:hover{
	box-shadow: 0px 0px 10px #888;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.news_list li:hover p a{
	color:#2e62a4;
	}


/*友情链接*/
.zxProHead{float: left;padding:9px 15px 0 0;width: 57px;height: 83px;background-color: #333;line-height: 20px;text-align: right;color: #fff;}

.zxProBox{
	float: left;
	display: inline;
	border: 3px solid #ddd;
	margin-right:-3px;
	margin-bottom:-3px;
}
.zxProBox .zxProCon .sTit{
	text-align:center;
	padding:10px;
	width:276px;
	height:64px;
	display:block;
	}
.zxProBox .zxProCon img{
	height:64px;
	width:auto;
	max-width:100%;
	}
.zxProCon{
	width: 296px;
	height: 84px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.zxProConHov{
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 84px;
	display: none;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	background-image: url(../img/heise.png);
	background-repeat: repeat;
	font-weight: bold;
}
.zxProConHov:hover{text-decoration: none;color: #fff;}


/*网站地图*/
.map li h3 a{
	font-size: 18px;
	line-height:36px;
	}

.map li ul{
	margin-top:10px;
	}
.map li ul li a{
	font-size:14px;
	line-height:24px;
	}


/*联系*/
.contact{
	text-align:center;
	margin-bottom:50px;
	}
.contact h3{
	font-family: "微软雅黑", "黑体";
	font-size: 24px;
	line-height: 40px;
	color: #2e62a4;
	margin-top: 35px;
	margin-bottom: 10px;
	}
.contact .tel{
    font-size: 24px;
    line-height: 34px;
    color: #8d8d8d;
	margin-bottom:15px;
}
.contact p.erweima{
	font-family: "微软雅黑", "黑体";
	font-size: 18px;
	line-height: 20px;
	color:#888;
	}

.messages{
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ddd;
	}

.messages ul{
	width:460px;
	margin:0 auto;
	}
.messages ul li{
	margin-bottom:15px;
	}
.messages ul li span{
	float: left;
	width: 80px;
	line-height: 45px;
	height: 45px;
	font-size: 14px;
	font-weight: normal;
	}
.messages ul li .code img{
	width:120px;
	height:47px;
	}


/*浮动客服*/
#floatDivBoxs{
	width: 170px;
	background: #fff;
	position: fixed;
	right: 0px;
	z-index: 999;
	bottom: 55px;
}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}
#floatDivBoxs .floatDqq li{
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 0 50px;
}
#floatDivBoxs .floatDqq li a{
	display:block;
	line-height:45px;
	height:45px;
	color:#666;
	}
#floatDivBoxs .floatDqq li a:hover{
	color:#2e62a4;
	}
#floatDivBoxs .floatDqq li a img{
	vertical-align: middle;
	margin-right:5px;
	width:20px;
	height:auto;
	}
#floatDivBoxs .floatDtxt{
	font-size: 14px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height:12px;
}
#floatDivBoxs .floatDtel{
	padding: 0 0 15px 10px;
	font-size: 28px;
	font-weight: bold;
	line-height: 24px;
	color: #2e62a4;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{
	width: 100%;
	height: 20px;
	box-shadow: -2px 0 3px rgba(0,0,0,0.25);
	background-image: url(../img/online_botbg.jpg);
	background-repeat: no-repeat;
}
.floatShadow{
	background: #fff;
	border: 2px solid #ddd;
}

#rightArrow{
	width: 50px;
	height: 45px;
	position: fixed;
	right: 170px;
	z-index: 999;
	background-image: url(../img/online_arrow.jpg);
	background-repeat: no-repeat;
	bottom: 394px;
}
#rightArrow a{display:block;height:45px;}


.floatShadow img{
	width:120px;
	height:auto;
	}

#dituContent{
height:500px !important;
}










