﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	
}
img{
border:0;}
body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;/*font-family: "微软雅黑";*/
	font-size: 12px;
	color: #999;
	background: #000;
}
a {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #da0011;
}
ul, li {
	list-style-type: none;
}
/*------ 
公用 begin 
------ */
.wrap {
	width: 100%;
	height: auto;
}
.w {
	float: left;
	width: 100%;
}
.mar {
	margin: 0 auto;
	width: 1170px;
}
/*--------- 头部 begin ---------*/	
.top {
	height: 150px;
	background: #2d2d2d;
}
.top_con {
	margin: 0 auto;
	width: 1170px;
	height: 110px;
	background: url(../images/top_line.png) no-repeat 0 bottom;
}
.top_le {
	float: left;
	width: 300px;
	height: 40px;
	margin-top: 35px;
}
.top_ri {
	float: right;
	width: auto;
	height: 40px;
	margin-top: 35px;
}
.top_flag {
	float: left;
	height: 40px;
	width: 220px;
}
.top_flag img {
	width: 27px;
	height: 19px;
}
.top_flag a {
	display: block;
	float: left;
	width: 90px;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	display: inline;
	color: #fff;
}
.top_flag a img {
	float: left;
	padding-top: 10px;
	padding-right: 5px;
}
.top_search {
	float: left;
	height: 40px;
	width: 170px;
	position: relative;
	z-index: 1;
}
.search_txt {
	width: 140px;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 8px;
	padding: 2px 25px 2px 5px;
	outline: none;
	border: 0;
	color: #888;
	background: #191d1c;
}
.search_btn {
border:0;
	width: 20px;
	height: 20px;
	outline: none;
	background: url(../images/search.jpg) no-repeat;
	position: absolute;
	right: 0;
	top: 10px;
	cursor: pointer;
}
/*-- 导航 begin --*/
.nav {
	height: 40px;
	background: #181818;
}
.nav_bar .nav_fir {
	float: left;
	width: 100%;
	height: 40px;
}
.nav_fir li {
	float: left;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.nav_fir li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
}
.nav_fir li a.active {
	color: #da0001;
}
.nav_fir li:hover span, .nav_fir li.on span {
	display: block;
}
.sub_si {
	display: none;
	position: absolute;
	left: 60px;
	top: 30px;
	width: 10px;
	height: 10px;
	background: url(../images/j_gray.png) no-repeat;
}
.nav_fir li .sub, .sub_bg {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	height: 35px;
	z-inedex: 100;
	width: auto;
}
.sub_bg {
	background: #353535;
	filter: alpha(opacity=80); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.8; /*Firefox私有，透明度50%*/
	opacity: 0.8;/*其他，透明度50%*/
}
.sub li {
	float: left;
	/*width: 80px;*/
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	background: #353535;
}
.sub li a {
	font-size: 12px;
}
.nav a:hover {
	color: #da0001;
}
/*-- 导航 end -- */

/*--------- 头部 end ---------*/
.center {
	height: auto;
	background: url(../images/main_bg1.jpg) repeat-x #000;/*background: url(../images/mainbgnew1.jpg) no-repeat center #000;*/
}
.main {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 33px;
	background: url(../images/main_bg.png) no-repeat #242424;
}
/*--------- 底部 begin ---------*/
.bottom {
	height: auto;
	background: #000;
	margin-top: 20px;
}
.bottom_top {
	height: 30px;
	border-bottom: 1px solid #3c3c3c;
}
.bottom_nav {
	height: 30px;
	line-height: 30px;
}
.bottom_nav a {
	color: #999;
}
.bottom_nav a:hover {
	color: #da0001;
}
.bottom_nav span {
	padding: 0 5px;
}
.bottom_lef {
	float: left;
	padding: 10px 0;
	width: 800px;
	line-height: 30px;
	color: #999;
	font-size: 12px;
	height: auto;
}
.bottom_lef strong {
	font-weight: bold;
	font-size: 18px;
}
.bottom_rig {
	padding: 10px 0;
	float: right;
	width: 370px;
	height: auto;
}
.bottom_rig ul {
	float: right;
}
.bottom_rig ul li {
	float: left;
	width: 72px;
	display: inline;
	height: auto;
	margin-left: 20px;
}
.bottom_rig ul li a {
	display: block;
	float: left;
	width: 72px;
	padding-left: 18px;
	height: 20px;
	line-height: 20px;
	color: #999;
	background: url(../images/qq.png) no-repeat;
}
.bottom_rig ul li a:hover {
	color: #da0001;
}.bottom_rig ul li p{font-weight:bold;}
.bottom_rig {
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}
/*--------- 底部 end ---------*/

/*------  
公用 end
 ------ */	


/*--------- banner begin ---------*/
.banner {
	height: 450px;
}
.bannerpro {
	height: 350px;
}
.full_banner {
	width: 100%;
	position: relative;
	height: 450px;
	background: #000;
	overflow: hidden;
}
.pro_banner {
	width: 100%;
	position: relative;
	height: 350px;
	background: #000;
	overflow: hidden;
}
.full_banner .bd, .pro_banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.full_banner .bd ul, .pro_banner .bd ul {
	width: 100% !important;
}
.full_banner .bd li {
	width: 100% !important;
	float: left;
	height: 450px;
	overflow: hidden;
	text-align: center;
}
.pro_banner .bd li {
	width: 100% !important;
	float: left;
	height: 350px;
	overflow: hidden;
	text-align: center;
}
.full_banner .bd li a {
	display: block;
	height: 450px;
}
.pro_banner .bd li a {
	display: block;
	height: 350px;
}
.full_banner .hd, .pro_banner .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.full_banner .hd ul, .pro_banner .hd ul {
	text-align: center;
	padding-top: 5px;
}
.full_banner .hd ul li, .pro_banner .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 11px;
	height: 11px;
	margin: 5px;
	background: url(../images/focusbg.png) -28px 0;
	overflow: hidden;
	line-height: 9999px;
}
.full_banner .hd ul .on, .pro_banner .hd ul .on {
	background-position: 0px 0px;
}
/*--------- banner end ---------*/

/*--------- 首页中间内容区 begin ---------*/
.main_top {
	float: left;
	width: 1150px;
	height: auto;
	padding: 30px 10px;
	background: url(../images/line_bg.png) no-repeat 10px 81px;
}
.w370 {
	float: left;
	width: 370px;
	height: auto;
}
.main_top h1, .main_case h1 {
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: normal;
	background: url(../images/title_bg.png) no-repeat 56px 4px;
	padding-bottom: 20px;
}
.main_top h1 b, .main_case h1 b, .content_left h1 b {
	float: left;
	display: block;
	line-height: 30px;
	color: #da0001;
	font-weight: normal;
}
.main_top h1 a, .main_case h1 a {
	float: right;
	color: #999;
	font-size: 12px;
}
.main_top h1 a:hover, .main_case h1 a:hover {
	color: #da0001;
}
.main_top h1 span, .main_case h1 span, .content_left h1 span {
	color: #999;
	font-size: 14px;
	padding-left: 6px;
}
.main_news/*, .main_pro */{
	display: inline;
	margin-right: 20px;
}
.main_top .main_media h1 {
	background: url(../images/title_bg.png) no-repeat 70px 4px;
}
.main_news_l {
	float: left;
	width: 100%;
}
.main_news_l.h149 {
	height: 149px;
}
.main_news_l.h129 {
	height: 129px;
}
.main_news_l h3 {
	font-size: 14px;
	color: #999;
	width: 345px;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	background: url(../images/j_red.png) no-repeat 5px 11px;
}
.main_news_l ul {
	float: left;
	width: 100%;
	height: auto;
}
.main_news_l ul li {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #3c3c3c;
}
.main_news_l ul li a {
	display: block;
	width: 350px;
	height: 30px;
	padding-left: 20px;
	color: #999;
	font-size: 12px;
	background: url(../images/y_gray.png) no-repeat;
	background-position: 5px 12px;
	overflow: hidden;
}
.main_news_l ul li a span {
	float: right;
	padding-left: 5px;
}
.main_news_l ul li a:hover {
	color: #da0001;
	background-position: 5px -20px;
}
/*-- 首页产品展示 --*/

.pro-banner {
	float: left;
	width: 368px;
	height: 276px;
	border: 1px solid #3c3c3c;
	position: relative;
	overflow: hidden;
}
.pro-banner-btn {
	display: none;
}
.pro-banner-btn a {
	display: block;
	line-height: 40px;
	position: absolute;
	top: 120px;
	width: 40px;
	height: 40px;
	background-color: #000;
	opacity: 0.3;
filter:alpha(opacity=30) color:rgb(255, 255, 255);
	overflow: hidden;
	z-index: 4;
}
.prevBtn {
	left: 5px;
}
.nextBtn {
	right: 5px;
}
.pro-banner-img {
	font-size: 0;
*word-spacing:-1px;/* IE6、7 */
	letter-spacing: -3px;
	position: relative;
}
.pro-banner-img li {
	display: inline-block;
*display:inline;
*zoom:1;/* IE6、7 */
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 12px;
	position: relative;
	z-index: 1;
}
.pro-banner-img li span {
	display: block;
	width: 368px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	text-align: center;
	font-size: 14px;
	color: #dce5ea;
}
.pro-banner-img li .pro_bg {
	width: 368px;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}
.pro-banner i {
	background: url(../images/h_btn.png) no-repeat;
	width: 15px;
	height: 23px;
	cursor: pointer;
	margin: 8px 0 0 12px;
	display: block;
}
.pro-banner .nextBtn i {
	background-position: 0px -24px;
}
.pro-banner .prevBtn i {
	background-position: 0px 0px;
}
/*-- 首页产品展示 end --*/
/*-- 首页宣传片 --*/
.media {
	float: left;
	width: 388px;
	height: 276px;
	border: 1px solid #3c3c3c;
}
#zhezhao {
	background-color: #000;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.find_dt {
	color: #ac945b;
	width: 0px;
	height: 0px;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
.find_dt h2 {
	height: 14px;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	padding-left: 20px;
	line-height: 14px;
	color: #777777;
}
.find_dt h2 span.close {
	display: block;
	width: 44px;
	height: 14px;
	position: absolute;
	right: 8px;
	top: 5px;
	background: url(../images/btn_close1.png) no-repeat;
	cursor: pointer;
}
.find_dt_con {
	float: left;
	width: 680px;
	height: auto;
	padding-left: 40px;
	padding-right: 40px;
	font-family: DIN;
	color: #333;
	text-align: justify;
}
/*-- 首页宣传片 end --*/
/*-- 首页案例展示 --*/
.main_bot {
	float: left;
	width: 1150px;
	height: auto;
	padding: 0 10px;
}
.main_case_box {
	float: left;
	position: relative;
	width: 1150px;
	height: auto;
	padding-bottom: 20px;
}
#arrLeft, #arrRight {
	position: absolute;
	cursor: pointer;
}
#arrLeft {
	left: 0;
	top: 77px;
}
#arrRight {
	right: 0;
	top: 77px;
}
#scrollbox {
	overflow: hidden;
	height: 191px;
	margin: 0 auto;
}
.main_case_list li {
	float: left;
	width: 252px;
	height: 189px;
	border: 1px solid #3c3c3c;
	position: relative;
	z-index: 1;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}
.main_case_list li img {
	width: 252px;
	height: 189px;
}
.main_case_list li span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 252px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #e6f0f0;
	z-index: 99;
	overflow: hidden;
}
.main_case_list li .cas_bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 252px;
	height: 30px;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}
/*-- 首页案例展示 end --*/
/*--------- 首页中间内容区 end ---------*/

/*--------- 内页中间内容区 begin ---------*/

/*------ 
公用 begin 
------ */
.adbanner {
	height: 350px;
}
.adbanner_img {
	margin: 0 auto;
	width: 100%;
	height: 350px;
}
.content {
	float: left;
	width: 1130px;
	height: auto;
	padding: 20px;
}
.content_left {
	float: left;
	width: 218px;
	height: auto;
	border: 1px solid #343434;
	background: #1b1919;
}
.content_left h1 {
	width: 208px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: normal;
	background: url(../images/title_bg.png) no-repeat 66px 14px;
	padding: 10px 0  10px 10px;
}
.content_left h1.en {
	background: none;
width:198px;
padding:10px 0 10px 20px;
}
.left_nav {
	float: left;
	width: 178px;
	height: auto;
	padding: 0 20px 20px;
}
.left_nav li {
	float: left;
	width: 178px;
	height: auto;
	margin-bottom: 5px;
}
.left_nav li a {
	display: block;
	width: 163px;
	height: 28px;
	border-left: 5px solid #242224;
	padding-left: 10px;
	line-height: 28px;
	color: #999;
	background: #242224;
	font-size: 12px;
}
.left_nav li a:hover, .left_nav li a.on {
	color: #da0001;
	background: #000;	border-left: 5px solid #000;
}
.left_nav li a span {
	float: right;
	width: 15px;
	height: 15px;
	background: url(../images/arr.png) no-repeat;
	background-position: 0 0px;
	padding-right: 10px;
	margin-top: 7px;
}
.left_nav li a.on span {
	background-position: 0 -18px;
}
.left_nav_sec {
	float: left;
	width: 173px;
	padding-left: 5px;
	height: auto;
}
.left_nav_sec dd {
	float: left;
	width: 173px;
	/*height:24px;*/
	height: auto;
	border-top: 1px solid #343434
}
.left_nav_sec dd a {
	display: block;
	width: 163px;
	padding-left: 10px;
	/*height:24px;*/
	height: auto;
	line-height: 24px;
	color: #999;
	border-left: none;
	background: #000;
}
.content_right {
	float: left;
	width: 888px;
	height: auto;
	min-height: 338px;
	height: auto !important;
	_height: 338px;
	margin-left: 20px;
	display: inline;
	border: 1px solid #343434;
	background: #1b1919;
}
.content_con {
	float: left;
	width: 848px;
	height: auto;
	padding: 0 20px 20px;
}
.con_location {
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-top: 10px;
	text-align: right;
	font-size: 12px;
	color: #999;
	background: url(../images/loca.png) repeat-x bottom;
}
.con_location a {
	color: #999;
}
.con_location a:hover, .con_location span {
	color: #da0001;
}
.con_main {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.con_main p {
	font-size: 13px;
	line-height: 24px;
	text-align: justify;
}
.pagelist {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.pagelist a {
	margin: 0 4px;
	display: inline;
	padding: 2px 6px;
	height: 14px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	cursor: pointer;
	border: 1px solid #1b1919;
}
.pagelist a:hover {
	color: #da0001;
	background: #000;
}
.cpb {
	margin: 0px 4px;
	display: inline;
	padding: 2px 6px;
	height: 14px;
	font-size: 12px;
	line-height: 20px;
	color: #da0001;
	background: #000;
	font-weight: normal;
}
/*------ 
公用 end 
------ */

/*-- honor begin --*/
.honor_list {
	float: left;
	width: 100%;
	height: auto;
}
.honor_list li {
	float: left;
	width: 168px;
	height: auto;
	padding: 0 22px 20px;
}
.honor_list li a, .image_container {
	display: block;
	width: 168px;
	height: 202px;
	padding-bottom: 20px;
	/*background: url(../images/img_bg.png) no-repeat center 180px;*/
}
.honor_list li a img {
	width: 166px;
	height: 220px;
	border: 1px solid #343434;
}
.honor_list li span {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}
#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#mbOverlay.mbOverlayFF {
	background: transparent url(80.png) repeat;
}
#mbOverlay.mbOverlayIE {
	position: absolute;
}
#mbCenter {
	height: 557px;
	position: absolute;
	z-index: 9999;
	left: 50%;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70);
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70);
}
#mbCenter.mbLoading {
	background: #fff url(../images/WhiteLoading.gif) no-repeat center;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#mbImage {
	left: 0;
	top: 0;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}
#mbBottom {
	min-height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}
#mbTitle {
	display: inline;
	color: #666;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}
#mbNumber {
	background: url(../images/mbNumber_bg.gif) no-repeat center;
	display: inline;
	color: #C00;
	line-height: 26px;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: center;
	width: 65px;
	height: 26px;
}
#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}
#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}
#mbPrevLink {
	width: 32px;
	height: 100px;
	background: transparent url(../images/CustomBlackPrevious.gif) no-repeat center;
	position: absolute;
	top: 38%;
	left: -32px;
}
#mbNextLink {
	width: 32px;
	height: 100px;
	background: transparent url(../images/CustomBlackNext.gif) no-repeat center;
	position: absolute;
	top: 38%;
	right: -32px;
}
#mbCloseLink {
	width: 24px;
	background: transparent url(../images/CustomBlackClose.gif) no-repeat center;
	position: absolute;
	top: 10px;
	right: 10px;
}
#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}
.layout_default {
	/*	float: left;
	margin: 5px*/
	float: left;
	width: 168px;
	height: auto;
	padding: 0px 22px 20px;
}
.mod_gallerylist {
	float: left;
	width: 100%;
	height: auto;
}
.meta {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}
.image_container img {
	width: 168px;
	height: 202px;
	/*border: 1px solid #1B1919;*/
}
.meta a {
	color: #999;
	text-decoration: none
}
/*-- honor end --*/
/*-- news begin --*/
.news_list{
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
/*搜索结果*/
.search_list{
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px; border-top:1px solid #343434; padding-top:10px;}
.search_list dt{ float:left; text-align:right;width:138px; padding-right:20px; height:auto; line-height:30px; font-size:14px;}
.search_list dd{ float:right; width:690px; height:152px; border-bottom:1px dashed #343434; padding-bottom:10px;padding-top:10px;}
.search_list dd a:hover img{ border:1px solid #da0001; color:#da0001;}
.search_list_lef{
	float: left;
	width: 202px;
	height: 152px;
	height: auto;
	padding-right: 20px;}
.search_list_lef img{
	width: 200px;
	height: 150px;
	border: 1px solid #343434;}
.search_list_rig{ float:left; width:468px; height:152px;}

.searchTitle{ float:left; width:100%; height:30px; line-height:30px; font-size:14px; padding-top:10px; padding-bottom:10px;}
.searchTitle b{ color:#DA0001; padding:0 5px;}

.news_list li{
	float: left;
	width: 100%;
	height: 152px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px dashed #343434;
}
.news_list li .news_list_lef{
	float: left;
	width: 202px;
	height: 152px;
	height: auto;
	padding-right: 20px;
}

.news_list li .news_list_lef img {
	width: 200px;
	height: 150px;
	border: 1px solid #343434;
}
.news_list li:hover img {
	border: 1px solid #da0001;
}
.news_list li:hover a {
	color: #da0001;
}
.news_list li .news_list_rig {
	float: left;
	width: 626px;
	height: 152px;
}
.news_list li .news_list_rig h3 {
	font-size: 14px;
	color: #999;
	height: 30px;
	line-height: 30px;
	padding-bottom: 10px;
}
.news_list li .news_list_rig h3 span {
	float: right;
	font-weight: normal;
	font-size: 14px;
}
.news_list li .news_list_rig p.news_list_des {
	line-height: 24px;
	width: 100%;
	height: 72px;
	overflow: hidden;
}
.news_list li .news_list_rig p.news_list_mor {
	width: 100%;
	height: 20px;
	padding-top: 20px;
	line-height: 20px;
}
.news_list li .news_list_rig p.news_list_mor a {
	color: #da0001;
}
.news_detail_title {
	float: left;
	width: 100%;
	height: 70px;
	border-bottom: 1px dashed #343434;
}
.title_big {
	float: left;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
.title_small {
	font-size: 12px;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
}
.news_detail_con {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 20px;
	border-bottom: 1px solid #343434;
}
.news_detail_back {
	float: left;
	width: 100%;
	height: 30px;
	text-align: right;
	padding-top: 20px;
}
.news_detail_back a {
	font-size: 12px;
	line-height: 30px;
	background: url(../images/n_back1.png) no-repeat;
	padding-top: 2px;
	padding-left: 6px;
}
.news_detail_back a:hover {
	color: #da0001;
	background: url(../images/n_back2.png) no-repeat;
}
.news_detail_bot {
	float: left;
	width: 100%;
	height: 48px;
	padding-top: 10px;
}
.news_detail_lef {
	float: left;
	width: 700px;
	height: 48px;
	line-height: 24px;
}
.news_detail_rig {
	float: left;
	width: 148px;
	height: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
/*-- news end --*/

/*-- products begin --*/
.products_list {
	float: left;
	width: 840px;
	padding: 10px 4px;
	height: auto;
}
.products_list li {
	float: left;
	width: 254px;
	height: 221px;
	padding: 10px 13px;
	text-align: center;
}
.products_list li a:hover img {
	border: 1px solid #da0001;
}
.products_list li img {
	width: 252px;
	height: 189px;
	border: 1px solid #343434;
}
.products_list li span {
	display: block;
	float: left;
	width: 254px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}
.products_detail {
	float: left;
	width: 100%;
	height: auto;
}
.pro_title {
	float: left;
	width: 828px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #999;
	padding-left: 20px;
}
.pro_detail_img {
	float: left;
	width: 100%;
	height: auto;
}
/* changeBox_a1 */
.changeBox_a1 {
	float: left;
	width: 722px;
	height: 302px;
	/*padding:2px;*/
	position: relative;
	padding-left: 63px;
	padding-right: 63px;
}
.changeBox_a1 .a_bigImg {
	position: absolute;
	top: 0px;
	left: 63px;
	display: none;
	border: 1px solid #343434;
}
.a_last, .a_next {
	position: absolute;
	top: 132px;
	width: 25px;
	height: 36px;
	text-indent: -999em;
	overflow: hidden;
}
.a_last {
	left: 10px;
	background: url(../images/case_pre.png) no-repeat;
}
.a_next {
	right: 10px;
	background: url(../images/case_next.png) no-repeat;
}
.pro_detail_con {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.pro_detail_con .p_title1 {
	float: left;
	width: 828px;
	height: 30px;
	padding-left: 20px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
font-weight:bold;
	background: #3e3c3f;/*background: #242224;*/
}
.pro_detail_con .p_des1 {
	float: left;
	width: 808px;
	height: auto;
	padding: 20px;
}
/*-- products end --*/


/*projects*/
.pro_center {
	height: 200px;
}
.project_des {
	width: 1170px;
	height: 166px;
	margin: 0 auto;
	padding-bottom: 14px;
	background: url(../images/line_bg.png) no-repeat 0 -105px;
}
.project_des_title {
	float: left;
	width: 100%;
	height: 48px;
	margin-top: 40px;
	position:relative;
	padding-bottom: 20px;
	
}
.project_des_title h1 {
font-size: 18px;
color: #DA0001;
line-height: 20px;
position: absolute;
left: 70px;
top: 30px
}
.project_des_title h3{
	font-size: 80px;
position: absolute;
left: -5px;
top: -16px;
font-weight: normal;
}
.project_des_con {
	float: left;
	width: 100%;
	height: 48px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.project_des_con p.pLef {
	float: left;
	width: 1000px;
	height: 48px;
	table-layout: left;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.project_des_con p.pRig {
	float: left;
	width: 170px;
	height: auto;
	line-height: 18px;
	text-align: right;
	padding-top: 30px;
}
.project_des_con p.pRig a {
	color: #da0001;
	font-size: 12px;
}
.project_des_title h2 {
font-size: 14px;
line-height: 18px;
color: #999;
position: absolute;
left: 16px;
top: 50px
}
.project_img {
	float: left;
	width: 100%;
	height: 470px;
	padding-top: 20px;
}
#d_tab29 ul, #d_tab29 li {
	margin: 0;
	padding: 0;
	list-style: none
}
#d_tab29 img {
	border: 0;
	vertical-align: top
}
#d_tab29 {
	position: relative;
	height: 450px;
	text-align: left;
}
#d_tab29 .d_img {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 100%
}
#d_tab29 .d_img li {
	position: absolute;
	display: none;
	z-index: 0;border: 10px solid rgba(220,229,234,1)
	/*border: 10px solid rgba(220,229,234,0.8);*/
}
/*#d_tab29 .d_img li img{width:100%}*/
	
 
#d_tab29 .d_img li .d_box {
	width: 100%;
	position: relative;
}
#d_tab29 .d_img li .d_box img {
	width: 100%;
}
#d_tab29 .d_img li .d_box .d_des {
	padding-left: 3%;
	padding-right: 3%;
/*	padding-bottom: 1%;*/
	width: 94%;
	/*height: 90px;*/
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
#d_tab29 .d_img li .d_box .d_des h4 {
	margin: 0;
	font-size: 14px;
	color: #da0001;
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align:center;
}
#d_tab29 .d_img li .d_box .d_des h4 a {
	line-height: 30px;
	font-size: 14px;
}
#d_tab29 .d_img li .d_box .d_des_bg {
/*	padding-bottom: 1%;*/
	width: 100%;
	/*height: 90px;*/
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 1;
}
#d_tab29 .d_img li .d_box .d_des p {
	width: 100%;
	height: 40px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	overflow: hidden;
}
#d_tab29 .d_img li .d_box .d_des a {
	display: block;
	width: 100%;
	height: 20px;
	font-size: 12px;
	color: #da0001;
	line-height: 20px;
}
#d_tab29 .d_img li.d_pos1 {
	display: block;
	width: 400px;
	left: 0%;
	top: 60px;
	z-index: 1;/*border: 10px solid rgba(220,229,234,0.8);*/
}
#d_tab29 .d_img li.d_pos2 {
	display: block;
	width: 450px;
	left: 10%;
	top: 40px;
	z-index: 2;/*border: 10px solid rgba(220,229,234,0.8);*/
}
#d_tab29 .d_img li.d_pos3 {
	display: block;
	width: 500px;
	left: 25%;
	top: 20px;
	z-index: 3;/*border: 10px solid rgba(220,229,234,0.8);*/
}
#d_tab29 .d_img li.d_pos4 {
	display: block;
	width: 450px;
	right: 10%;
	top: 40px;
	z-index: 2;/*border: 10px solid rgba(220,229,234,0.8);*/
}
#d_tab29 .d_img li.d_pos5 {
	display: block;
	width: 400px;
	right: 0%;
	top: 60px;
	z-index: 1;/*border: 10px solid rgba(220,229,234,0.8);*/
}
#d_tab29 .d_menu {
	position: absolute;
	bottom: 0px;
	width: 100%;;
	text-align: center;
display:none;
}
#d_tab29 .d_menu li {
	display: inline-block;
	zoom: 1;
*display:inline;
	background: url(../images/focusbg.png)no-repeat -28px 0;
	width: 11px;
	height: 11px;
	cursor: pointer;
	margin-right: 5px;
}
#d_tab29 .d_menu li.d_select {
	background: url(../images/focusbg.png) no-repeat 0 0
}
#d_tab29 .d_next {
	position: absolute;
	left: 50%;
	margin-left: 510px;
	top: 200px;
	z-index: 10;
	cursor: pointer
}
#d_tab29 .d_prev {
	position: absolute;
	left: 50%;
	margin-left: -535px;
	top: 200px;
	z-index: 10;
	cursor: pointer
}
/*projects_list*/
.projects_list {
	float: left;
	width: 840px;
	padding: 10px 4px;
	height: auto;
}
.projects_list li {
	float: left;
	width: 254px;
	height: 191px;
	padding: 10px 13px 0px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.projects_list li a:hover img {
	border: 1px solid #da0001;
}
.projects_list li img {
	width: 252px;
	height: 189px;
	border: 1px solid #343434;
}
.projects_list li span {
	display: block;
	position: absolute;
	left: 14px;
	bottom: 1px;
	float: left;
	width: 252px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	z-index: 555;
}
.projects_list li .proj_bg {
	position: absolute;
	left: 14px;
	bottom: 1px;
	width: 252px;
	height: 30px;
	background: none repeat scroll 0% 0% #000;
	opacity: 0.6;
	z-index: 2;
}
/*projects_list end*/
/*projects_detail begin*/
.proj_title {
	float: left;
	width: 828px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #999;
font-weight：bold;
	padding-left: 20px;
}
.proj_title strong{ color:#fff;border:1px solid #666; border-radius:5px;-webkit-border-radius:5px; -moz-border-radius:5px; padding:5px 10px}
.projects_imglist {
	float: left;
	width: 808px;
	height: auto;
	padding: 10px 20px 0;
}
/*----- gallery begin -----*/
.mod18 {
	width: 808px;
	height: 504px;
	margin: 0;
	position: relative;
	float: left;
	zoom: 1; /*margin-left:50px;*/
	display: inline;
}
.mod18 .btn {
	position: absolute;
	width: 25px;
	height: 90px;
	top: 414px;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}
.mod18 .prev {

	left: 0;
	background: url(../images/btn1_left.jpg) no-repeat 0px 0px;
}
.mod18 #prevTop, .mod18 #nextTop {
	top: 178px;
	width: 46px;
	height: 48px;
	overflow: hidden;
}
.mod18 #prevTop {
	background: url(../images/BtnTop.png) 0 -50px no-repeat;
}
.mod18 #nextTop {
	right: 0; 
	background: url(../images/BtnTop.png) 0 0 no-repeat;
}
.mod18 .next { 
	right: 0px;
	background: url(../images/btn1_right.jpg) no-repeat 0 0px;
}
.mod18 li {
	float: left;
}
.mod18 .cf li {
	position: relative;
	color: #fff;
}
/*.mod18 .cf a{display:block;width:808px;height:450px;position:absolute;color:#fff; text-align:center;}
*/
.mod18 .picBox {
	height: 404px;
	position: relative;
	overflow: hidden;
}
.mod18 .picBox ul {
	height: 404px;
	position: absolute;
}
.mod18 .picBox li {
	width: 808px;
	height: 404px;
}
.mod18 .listBox {

	width:823px;/*width: 752px;*/
	height: 90px;
	margin: 0 auto;
	position: relative;
	padding: 10px 0 0px;
	overflow: hidden;margin-left: -15px;
}
.mod18 .listBox ul {
	height: 90px;
	position: absolute;
}
.mod18 .listBox li {
	width: 180px;
	height: 90px;
	cursor: pointer;
	position: relative;
	padding: 0 15px;
}
.mod18 .listBox li i {
	display: none;
}
.mod18 .listBox li img {
	width: 180px;
	height: 90px;
}
.mod18 .listBox .on img {
	width: 176px;
	height: 86px;
/*	border: 2px solid #da0001;*/

border:2px solid rgba(250,250,250,0.6);
}
.mod18 .listBox .on i {
	display: block;
}
/*----- gallery end -----*/
.proj_con {
	float: left;
	width: 808px;
	height: auto;
	padding: 20px;
}
/*projects_detail end*/
/*---- project end ----*/

/*jobs begin*/
.jobs_table {
	float: left;
	width: 808px;
	height: auto;
	padding: 0 20px;
}
.jobs_table table {
	width: 800px;
	border: 0;
	padding-bottom: 20px;
}
.jobs_table table tr.j_title {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #000;
	font-size: 14px;
	text-align: center;
}
.jobs_table table tr.j_title td {
	border-left: 1px solid #343434;
}
.jobs_table table tr.j_title td.j_name {
	border-left: 1px solid #000;
}
.jobs_table table tr.j_job {
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.jobs_table table tr.j_job td {
	border-bottom: 1px solid #343434;
	line-height: 30px;
}
.jobs_table table tr.j_job td a {
	font-size: 12px;
	color: #999;
}
.jobs_table table tr.j_job td a:hover {
	color: #da0001;
}
.jobs_detail_top {
	float: left;
	width: 848px;
	height: 95px;
	border-bottom: 1px dashed #343434;
}
.job_detail_name {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-bottom: 5px;
}
.job_detail_jb {
	float: left;
	width: 848px;
	height: auto;
}
.job_detail_xx {
	float: left;
	width: 260px;
	text-align: left;
	line-height: 30px;
	font-size: 12px;
	height: 60px;
}
.job_detail_xx b {
	display: block;
	float: left;
	width: 70px;
	padding-right: 10px;
}
.job_detail_xx.en b {
	width: 80px;
}
.job_detail_mid {
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #343434;
	padding-bottom: 10px;
}
.job_detail_sm {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.job_detail_smLef {
	float: left;
	width:70px;
	line-height: 24px;
	height: auto;
}
.job_detail_smLef.en {
	width: 90px;
}
.job_detail_smRig {
	float: left;
	width: 768px;
	height: auto;
	padding-left: 10px;
	line-height: 24px;
}
.job_detail_smRig.en {
	width: 748px;
}
.jobs_detail_bot {
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding-top: 10px;
}
.jobs_detail_bot a {
	display: block;
	float: left;
	width: 78px;
	height: 28px;
	line-height: 28px;
	padding-left: 28px;
	text-align: center;
	background: url(../images/j_btn.png) no-repeat;
	color: #999;
}
.jobs_detail_bot a:hover {
	color: #da0001;
}
/*jobs end*/
/*service faq*/
.faq_list {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.faq_list li {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed #343434;
	height: 90px;
}
.faq_list li .faq_list_lef {
	float: left;
	width: 90px;
	height: 90px;
	padding-right: 20px;
}
.faq_list li .faq_list_lef img {
	width: 90px;
	height: 90px;
}
.faq_list li .faq_list_rig {
	float: left;
	width: 738px;
	height: 90px;
}
.faq_list li .faq_list_rig h3 {
	font-size: 14px;
	color: #999;
	height: 30px;
	line-height: 30px;
	padding-bottom: 10px;
}
.faq_list li .faq_list_rig h3 span {
	float: right;
	font-weight: normal;
	font-size: 14px;
}
.faq_list li .faq_list_rig p.faq_list_des {
	line-height: 24px;
	width: 100%;
	height: 72px;
	overflow: hidden;
}
.faq_list li .faq_list_rig p.faq_list_des a {
	color: #da0001;
	padding-left: 5px;
}
/* service faq end*/

/*feedback begin*/
.feedback {
	float: left;
	width: 808px;
	padding: 20px;
}
.feedback_form {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #343434
}
.f_tx {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-bottom: 10px;
}
.f_to, .f_mi {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.f_to {
	height: 26px;
}
.f_mi {
	height: auto;
}
.f_bo {
	float: left;
	height: 30px;
	padding-left: 150px;
	padding-bottom: 10px;
}
.f_to span, .f_mi span {
	color: #da0001;
	padding-left: 10px;
}
.f_to label, .f_mi label {
	float: left;
	width: 140px;
	height: 26px;
	line-height: 26px;
	padding-right: 10px;
	text-align: right;
}
.f_to input {
	float: left;
	width: 180px;
	outline: none;
	padding: 2px 5px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	background: #131111;
	border: 1px solid #999;
}
.f_mi textarea {
	float: left;
	width: 320px;
	height: 120px;
	padding: 2px 5px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	background: #131111;
	border: 1px solid #999;
}
.f_to label b, .f_mi label b {
	font-weight: normal;
	color: #da0001;
}
.f_bo input {
	outline: none;
	float: left;
	width: 80px;
	height: 24px;
	background: #131111;
	border: 1px solid #999;
	color: #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline;
	margin-right: 20px;
	cursor: pointer;
}
.f_message {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.mes_top {
	float: left;
	width: 807px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px dashed #999;
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}
.mes_top span {
	float: left;
	width: 258px;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
	padding-left: 10px;
	border-left: 1px solid #999;
}
.mes_bot {
	float: left;
	width: 806px;
	height: auto;
	padding: 10px 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}
.mes_bot_mes {
	float: left;
	width: 100%;
	height: auto;
}
.mes_bot_t {
	float: left;
	width: 100px;
	height: auto;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
}
.mes_bot_c {
	float: left;
	width: 566px;
	height: auto;
	line-height: 20px;
}
/* feedback end*/
.link_list {
	float: left;
	width: 840px;
	padding: 0 4px;
	height: auto;
}
.link_list li {
	float: left;
	width: 150px;
	height: auto;
	padding: 0 9px 20px;
}
.link_list li img {
	width: 150px;
	height: 60px;
}
.link_list li span {
	float: left;
	width: 150px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}
.site_con {
	float: left;
	width: 100%;
	height: auto;
}
.site_title {
	float: left;
	width: 828px;
	height: 30px;
	padding-left: 20px;
	line-height: 30px;
	font-size: 14px;
	background: url(../images/y_gray.png) no-repeat;
	background-position: 5px -20px;
	color: #da0001;
}
.site_link {
	float: left;
	width: 808px;
	height: auto;
	padding-left: 20px;
	border-bottom: 1px dashed #343434;
}
.site_link li {
	float: left;
	width: 101px;
	text-align: left;
	height: 24px;
	line-height: 24px;
	padding-bottom: 10px;
}
.site_link li a {
	color: #999;
}
.site_link li a:hover {
	color: #da0001;
}
/*--------- 内页中间内容区 end ---------*/
.load_list{
	float:left;
width:100%;
	height:auto;padding-bottom:20px;
	}
.load_list li{float: left;
	width:828px;
	padding:0 10px;
border-bottom: 1px dashed #343434;
line-height:40px;
height:40px;}.load_list.en li  a.load_a{	background:url(../images/load.png) no-repeat 40px 10px;}
.load_list.en li  a:hover{	background:url(../images/load.png) no-repeat 40px -30px;}
.load_list li a.load_a{
	float:right;
	padding-right:30px;
	background:url(../images/load.png) no-repeat 30px 10px;}
.load_list li a:hover{
	background:url(../images/load.png) no-repeat 30px -30px;}