@charset "gb2312";
body {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family: "Microsoft YaHei", "微软雅黑";
	background:#f3f3f3;
	line-height:26px;
	color:#a0a0a0;
}

@font-face {
font-family: 'dincond-medium-webfont';
src: url('../fonts/dincond-medium-webfont.eot');
src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff2') format('woff2'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
}

a {
	color:#a0a0a0;
	text-decoration:none;
}
a:hover {
	color:#b4935f;
	text-decoration:none;
}
dl {
	margin:0px;
	padding:0px;
}
dd {
	display: block;
	margin:0px;
	padding:0px;
	-webkit-margin-start: 5px;
}
table{
	font-size:14px;
}
/*首页*/
.header{ 
width: 100%;
	min-width: 1200px;
	background: #fff;
	position:fixed;
	z-index:99;
		background:url(../images/ttbh.jpg) no-repeat top center;
	height:80px;

}
.blur{
	filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    
    -webkit-filter: blur(2px); /* Chrome, Opera */
       -moz-filter: blur(2px);
        -ms-filter: blur(2px);    
            filter: blur(2px);
    
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2, MakeShadow=false); /* IE6~IE9 */

}


.head-top{
	width:1200px;
	margin:0 auto;
}

.head-top .logo{
	width: 160px;
	height: 80px;
	float: left;
	font-size: 20px;
}
.head-top .logo a{
	color: #fff;
	font-weight: bold;
}
.head-top .nav ul {
	float: right;
	margin-top: 10px;
	height: 70px;
}
.head-top .nav ul li{
	float: left;
	width: 80px;
	height: 70px;
	line-height: 58px;
	font-size: 14px;
	color: #323232;
	cursor: pointer;
	text-align: center;
	margin-right:20px;

}
.head-top .nav ul li a{
	color: #323232;
		width: 80px;
	height: 70px;
	display:block;
	font-weight: bold;
}
.head-top .nav ul li:hover,.nav ul li.hover{
	border-bottom:3px solid #bc7851;
	height:67px;
}
.head-top .nav ul li:hover a,.nav ul li.hover a{
	color: #bc7851;
}
.head-top .nav ul li a.ablock{
color: ##bc7851;
border-bottom:3px solid #bc7851;
height:67px;
display:block;
}

#Section-1 {
	position: relative;
}
/*#Section-1 焦点图*/
#Focu {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#Focu ul {
	height: 100%
}
#Focu ul li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center 0;
	background-repeat: no-repeat;
}
#Focu ul li a {
	width: 100%
}
#Focu ul li a .fImg1 {
	position: absolute;
	left: 50%;
	top: 233px;
	width:1200px;
	margin-left:-600px;
	height:300px;
	top:50%;
	margin-top:-150px;
	z-index: 7
}
#Focu ul li a .fImg2 {
	position: absolute;
	left: 50%;
	top: 233px;
	width:1200px;
	margin-left:-600px;
	height:402px;
	top:50%;
	margin-top:-201px;
	z-index: 7
}
#Focu ul li a .fImg3 {
	position: absolute;
	left: 50%;
	width:1200px;
	margin-left:-600px;
	height:400px;
	top:50%;
	margin-top:-200px;
	z-index: 7
}
#Focu ul li a .fImg4 {
	position: absolute;
	left: 50%;
	margin: 0 -165px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 7
}
#Focu ul li a .fImg5 {
	position: absolute;
	left: 50%;
	margin-left: -211px;
	top: 559px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 7
}
#Focu .tyeBtn {
	position: relative;
	width: 1000px;
	margin: 0 auto;

}
#Focu .tyeBtn ol {
	position: absolute;
	left: 50%;
	top: -50px;
	z-index: 7;
	margin-left: -70px;
}
#Focu .tyeBtn ol li {
	float: left;
	margin-right: 8px;
	width: 12px;
	height: 12px;
	background: #ffffff;
	cursor: pointer;
	border-radius:12px;
}
#Focu .tyeBtn ol li.active {
	background: #da2231;
}
#Section-1 .btnDown{ border:0; background:url(../images/btnBottom.png) no-repeat; width:23px; height:84px; position:absolute; left:50%; bottom:25px; margin:0 -12px; z-index:3; cursor:pointer;}

/*Animation Css3*/
#Section-1 .btnDown{
	-moz-animation: Animate 1s ease infinite;-o-animation: Animate 1s ease infinite;-ms-animation: Animate 1s ease infinite;-webkit-animation: Animate 1s ease infinite;animation: Animate 1s ease infinite;}
@-webkit-keyframes Animate{
	0% { -webkit-transform:translateY(-30px); opacity: 1; }
	50% { -webkit-transform:translateY(0px); opacity: 0.2; }
	100% { -webkit-transform:translateY(-30px); opacity: 1; }
}
.videobg{
	width:100%;
	margin:0 auto;
	background:#fff;
	overflow:hidden;
	padding:10px 0px;
}
.whcbanner{
	width:1200px;
	margin:0 auto;
}
.kjzts-left {
	width:672px;
	overflow:hidden;
	position:relative;
	height:406px;
	float:left;
}

.kjzts-left .hd1 ul {
	float:right;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
	zoom:1;
	position:absolute;
	right:70px;
	top:356px;
	cursor:pointer;
	z-index:9;
}

.kjzts-left .hd1 ul li {
	float:left;
	width:12px;
	height:12px;
	overflow:hidden;
	margin-right:9px;
	text-indent:-999px;
	cursor:pointer;
	background:#fff;
}
.kjzts-left .hd1 ul li.on {
	background:#bc7851;
}
.kjzts-left .bd1 {
	margin:0px 0px 0px 0px;
	height:406px;
	overflow:hidden;
	
}
.kjzts-left .bd1 .pic  img {
	width:672px;
	height:406px;
	
}
.kjzts-left .bd1 ul {
	overflow:hidden;
	zoom:1;
}
.nav-rt{
	position: absolute;
	width: 50%;
	height: 80px;
	top: 32px;
	right: 0;
	/*margin-left: 480px;*/
	background: url(../images/bg-nav2.png) repeat-x;
	z-index: 998;
}

.kb_login a{
float:right;
	width:103px;
	height:30px;
    border: 1px solid #bc7851;
    color: #bc7851;
    border-radius: 3px;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	text-transform: uppercase;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
  margin-top:25px;
}
.kb_login a:hover{
	background:#da2231;
	color:#fff;
	border: 1px solid #da2231;
}
.kb_shiyong a{
      float:right;
		width:103px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	background:#bc7851;
    border-radius: 3px;
	color:#fff;
	text-transform: uppercase;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
 margin-left:8px;
 margin-top:25px;
}

.kb_shiyong a:hover{
	background:#da2231;
	color:#fff;
}


p {
	margin:0px;
	padding:0px;
}
.gs_news {
	background:url(../images/gs_news.jpg) no-repeat top center;
	height:689px;
	overflow:hidden;
}
.kqweb {
	width:134px;
	float:right;
	padding-top:33px;
}
.kqweb a {
	float:left;
	width:134px;
	height:32px;
	background:#b92e33;
	border-radius:30px;
	color:#fff;
	line-height:32px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
}
.kqweb a:hover {
	float:left;
	background:#7d7d7d;
	width:134px;
	height:32px;
	border-radius:30px;
	color:#FFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.kqwebts {
	width:111px;
	float:left;
	float:right;
	margin-left:10px;
}
.kqwebts a {
	float:left;
	background:#6a6a6a;
	width:111px;
	height:24px;
	border-radius:6px;
	color:#FFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.more {
	width:111px;
	float:left;
	margin-top:6px;
}
.more a {
	float:left;
	border:1px solid #016887;
	width:120px;
	height:30px;
	line-height:30px;
	color:#016887;
	text-align:center;
	font-size:14px;
	font-weight:bold;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
}
.more a:hover {
	float:left;
	background:#016887;
	width:120px;
	height:30px;
	color:#FFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.morepr {
	width:111px;
	float:left;
	margin-top:43px;
	margin-left:30px;
}
.morepr a {
	float:left;
	border:1px solid #ffffff;
	width:90px;
	height:26px;
	line-height:26px;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
}
.morepr a:hover {
	float:left;
	background:#ffffff;
	width:90px;
	height:26px;
	color:#016887;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.sjzs {
	width:180px;
	float:left;
	margin-top:43px;
	margin-left:80px;
}
.sjzs a {
	float:left;
	border:1px solid #ffffff;
	width:175px;
	height:43px;
	line-height:43px;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	font-weight:bold;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
}
.sjzs a:hover {
	float:left;
	background:#ffffff;
	width:175px;
	height:43px;
	color:#016887;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.gbyy {
	width:110px;
	float:left;
	margin-top:13px;
	margin-right:10px;
}
.gbyy a {
	float:left;
	border:1px solid #ffffff;
	width:105px;
	height:27px;
	line-height:27px;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
}
.gbyy a:hover {
	float:left;
	background:#ffffff;
	width:105px;
	height:27px;
	color:#016887;
	text-align:center;
	font-weight:bold;
}
.sjzsny {
	width:180px;
	float:left;
	margin-top:36px;
	margin-left:83px;
}
.sjzsny a {
	float:left;
	border:1px solid #ffffff;
	width:150px;
	height:38px;
	line-height:38px;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	font-weight:bold;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
}
.sjzsny a:hover {
	float:left;
	background:#ffffff;
	width:150px;
	height:38px;
	color:#016887;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

.flashny {
	width:100%;
	overflow:hidden;
}
.blank80{
	height:80px;
	clear:both;
	overflow:hidden;
}
.flashny img{
	width:100%;
	height:auto;
}

.flashbg{
	position: absolute;
	width: 100%;
	text-align:center;
	left: 0px;
	top:641px;
	background:url(../images/probg.png) no-repeat top center;
	height: 47px;
	overflow: hidden;
	z-index: 99;
	}
.picnumeric li {
	display: block;
	float: left;
}
.picnumeric a {
	background:url(../images/a.png) no-repeat;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 13px;
	margin-right: 2px;
	padding: 0 10px;
	text-indent: -9999px;
}
.picnumeric .current a {
	background:url(../images/hover.png) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.slides_control li {
	background-position: center top;
	background-repeat: no-repeat;
	height: 688px;
	overflow: hidden;
	width:100%;
}
.slides_control {
	width: 100% !important;
}

form {
	margin:0px;
	padding:0px;
}
img {
	border:0;
}
div {
	margin:0px;
	padding:0px;
}
ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
li {
	list-style:none;
	margin:0px;
	padding:0px;
}
.blank50 {
	height:50px;
	overflow:hidden;
	clear:both;
}
.blank100 {
	height:100px;
	overflow:hidden;
	clear:both;
}
.blank70 {
	height:70px;
	overflow:hidden;
	clear:both;
}
input {
	border:1px inset #ccc;
}
textarea {
	border:1px inset #ccc;
}
p {
	margin:0px;
	padding:0px 0px 15px 0px;
}
.duanlue {
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
}
.footbg {
	background:#323232;
	width:100%;
	clear:both;
	color:#929292;
	padding:20px 0px 30px 0px;
	overflow:hidden;
}
.whcbg{
	width:100%;
	height:620px;
	clear:both;
	overflow:hidden;
	position:relative;
}
.whc_r{
	float:left;
	width:472px;
	margin-left:26px;
	padding-top:20px;
}
.whc_title{
	font-size:32px;
	border-bottom:1px solid #ebebeb;
	height:80px;
	line-height:80px;
}
.whc_titlets{
	font-size:32px;
	border-bottom:1px solid #ebebeb;
	height:30px;
	clear:both;
}
.clear{
	clear:both;
	width:472px;
	padding-top:20px;
}
.dizhi{
	width:300px;
	float:left;
}

.weixin{
	width:145px;
	float:right;
	text-align:center;
	color:#fff;
	line-height:32px;
}
	
.foot {
	width:1200px;
	margin:0 auto;
	clear:both;
	color:#ffffff;
	font-size:14px;
	padding-top:22px;
}
.foot_l {
	float:left;
	width:920px;
	text-align:left;
}
.foot_l1 {
	float:left;
	text-align:left;
	background: url(../images/add.png) no-repeat 0px 10px;
	padding-left: 43px;
	height:60px;
	line-height:60px;
}
.foot_l2 {
	float:left;
	text-align:left;
	background: url(../images/tel.png) no-repeat 0px 10px;
	padding-left: 43px;
	height:60px;
	line-height:60px;
	margin-left:200px;
}
.foot_r {
	float:right;
	width:160px;
	text-align:left;

}
.foot_l2 span {
	font-size: 30px;
	font-family: 'dincond-medium-webfont';
	font-weight: 1000;
	color: #fff;
}
.dibutt{
	width:920px;
	border-top:2px solid #666;
	padding-top:28px;
	clear:both;
	height:30px;
}
.foot_l a{
	color:#afafaf;
}
.foot_l a:hover{
	color:#fff;
}
.banquana{
	color:#7d7d7d;
	border-top:1px solid #cecece;
	padding-top:22px;
}
.project_con {
	width:1100px;
	margin:0 auto;
	padding-top:52px;
}
.project_conl {
	width:420px;
	float:left;
}
.project_conr {
	width:660px;
	float:right;
}
.xmjs {
	color:#016887;
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
	height:30px;
	line-height:30px;
}
.biaoyu {
	border-bottom:1px solid #016887;
	color:#565656;
	height:40px;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	margin-bottom:15px;
}
.jianjie {
	font-size:14px;
	line-height:30px;
	color:#797979;
}
.pro_news {
	width:100%;
	background:url(../images/linxiwan_23.gif) #f6f6f6 repeat-x;
	height:300px;
	clear:both;
	padding-top:50px;
}
.pro_content {
	width:1100px;
	margin:0 auto;
}
.pro_newsl {
	float:left;
	width:216px;
	height:245px;
	background:#016887;
}
.pro_xmdt {
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	border-bottom:1px solid #FFF;
	height:36px;
	line-height:36px;
	width:140px;
	margin:80px 0px 20px 32px;
}
.xwpro {
	width:507px;
	height:245px;
	float:left;
	background:#FFF;
}
.byj {
	width:470px;
	clear:both;
	margin:0 auto;
	padding-top:30px;
	font-size:14px;
}
.byj_l {
	width:120px;
	float:left;
	text-align:left;
}
.byj_r {
	width:346px;
	float:right;
}
.newslist {
	width:470px;
	clear:both;
	padding-top:15px;
	margin:0 auto;
}
.demo {
	clear:both;
	height:28px;
	width:510px;
	overflow:hidden;
	margin:0 auto;
}
.demo_l {
	width:320px;
	float:left;
	height:28px;
}
.demo_r {
	width:70px;
	float:right;
	color:#808080;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.demo_l a {
	padding-left:10px;
	color:#858585;
}
.demo_l a:hover {
	text-decoration:underline;
	color:#c3262d;
}
.shijing_r {
	width:355px;
	height:245px;
	float:right;
}
.huxing {
	width:355px;
	position:relative;
}
.hx {
	background:url(../images/blank.png);
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
	width:355px;
	height:120px;
}
.huxingny {
	width:320px;
	position:relative;
}
.hxny {
	background:url(../images/blank.png);
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
	width:320px;
	height:108px;
}
.blank5 {
	height:5px;
	overflow:hidden;
	clear:both;
}
.nyflash {
	width:100%;
	height:333px;
	background-position:top center;
}
.nyl {
	width:710px;
	float:left;
	padding:28px;
	background:#FFF;
	overflow:hidden;
	font-size:14px;
	line-height:28px;
}
.nylts {
	width:760px;
	float:left;
	overflow:hidden;
	font-size:14px;
	line-height:28px;
}
.nyr {
	width:320px;
	float:right;
}
.bgne {
	background:#f6f6f6;
	width:100%;
	overflow:hidden;
}
.tel {
	width:280px;
	height:135px;
	background:#626262;
	overflow:hidden;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:20px 20px;
}
/*项目*/
.mod18{width:1000px;height:800px;margin:0 auto;position:relative;overflow: hidden;}
.mod18 .btn{position:absolute;width:6px;height:84px;top:700px;cursor:pointer;z-index:99;}
.mod18 .prev{left:20px;background:url(../../images/left_bt.jpg) no-repeat;}
.mod18 #prevTop,.mod18 #nextTop{top:290px;width:46px;height:48px;}
.mod18 #prevTop{background:url(../../images/prevBtnTop.png) 0 0 no-repeat;left:-52px;}
.mod18 #nextTop{background:url(../../images/nextBtnTop.png) 0 0 no-repeat;right:-52px;}
.mod18 .next{right:10px;background:url(../../images/right_bt.jpg) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}

.mod18 .picBox1{height:666px;position:relative;overflow:hidden;width:1000px; margin:0 auto; text-align:center}
.mod18 .picBox1 ul{height:666px;position:absolute;}
.mod18 .picBox1 li{width:1000px;height:666px;}
.mod18 .picBox1 li img{height:666px;}
.Box_list{ width:1000px; background:#cfcfcf;margin-top:15px;}
.mod18 .listBox1{width:910px;height:84px;margin:0 auto;position:relative;padding:20px 0 20px 0px;overflow:hidden;}
.mod18 .listBox1 ul{height:84px;position:absolute;}
.mod18 .listBox1 li{width:130px;height:84px;cursor:pointer;position:relative;text-align: center;}
.mod18 .listBox1 li i{display:none;}
.mod18 .listBox1 li a{display:block;width:110px;height:73px;}
.mod18 .listBox1 li img{width:110px;height:73px; border:4px solid #eaeaea}
.mod18 .listBox1 .on img{width:110px;height:73px;border:4px solid #c3262d;}
.mod18 .listBox1 .on i{display:block;}
.hxnyts {
	background:#FFF;
	width:720px;
	overflow:hidden;
	padding:20px;
	margin-bottom:20px;
}
.hxnyts_l {
	width:240px;
	text-align:center;
	float:left;
}
.hxnyts_r {
	width:470px;
	text-align:left;
	float:right;
}
.zt {
	width:760px;
	height:120px;
	border-bottom:1px solid #d4d4d4;
	margin-bottom:20px;
	overflow:hidden;
	font-size:12px;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.zt_l {
	float:left;
	width:160px;
	height:149px;
	text-align:center;
}
.zt_l img {
}
.zt_r {
	float:left;
	width:580px;
	margin-left:15px;
}
.ll {
	padding-top:6px;
}
.team_jj {
	clear:both;
	line-height:21px;
}
.kjz a {
	font-weight:bold;
	font-size:14px;
	padding-top:6px;
}
.kjz_jj a {
	color:#5e5e5e;
}
.kjz_jj a:hover {
	text-decoration:underline;
	color:#b92e33;
}
.probg {
	background:url(../images/hr_05.gif) no-repeat;
	width:159px;
	height:102px;
	padding:0px 10px 20px 0px;
}
.go-back {
	height: 42px;
	padding-top:5px;
	text-align: center;
	width:70px;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.go-back a {
	display: inline-block;
	width:67px;
	height:21px;
	line-height:21px;
	border: 1px solid #006e8a;
	color: #fff;
	font-size: 12px;
	color:#006e8a;
	text-transform: uppercase;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
	font-weight:bold;
}
.go-back a:hover {
	background: #006e8a;
	color: #fff;
}
.fsj {
	float:left;
	width:360px;
}
.fsjr {
	float:right;
	width:80px;
	font-weight:bold;
}
.byj_rts {
	width:1000px;
	float:left;
	line-height:18px;
}
.news_title {
	color:#363636;
	font-family:"微软雅黑", "黑体";
	text-align:left;
	font-weight:bold;
	font-size:28px;
	line-height:80px;
	height:80px;
	text-align:center;
}
.xian {
	border-bottom:1px dotted #ccc;
	height:36px;
	margin-top:2px;
	font-size:14px;
	text-align:center;
}
.prev {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
.box {
	padding-top:20px;
	clear:both;
	padding-bottom:40px;
}
.box img {
	max-width:1000px;
}
.xgxw {
	color:#b92e33;
	font-weight:bold;
	font-size:16px;
}
.back {
	text-align:right;
	margin-top:20px;
	padding-right:20px;
}
.time {
	text-align:center;
}
.hit {
	color:#959595;
}
.blank13 {
	height:13px;
	overflow:hidden;
	clear:both;
}
.xw {
	border-bottom:1px solid #e4e4e4;
	height:40px;
	line-height:40px;
	width:1000px;
	overflow:hidden;
}
.xw_no {
	float:left;
	width:40px;
}
.xw_l {
	width:800px;
	float:left;
}
.xw_l a:hover {
	text-decoration:underline;
	color:#b92e33;
}
.xw_m {
	width:50px;
	float:left;
}
.xw_a {
	width:60px;
	float:left;
	text-align:center;
}
.xw_r {
	width:100px;
	float:right;
	text-align:right;
}
.prev {
	color:#145e34;
	font-family:Arial, Helvetica, sans-serif;
}
.xmweb {
	text-align:left;
	margin:0 auto;
	width:145px;
}
.xmweb a {
	display:inline-block;
	margin-top:20px;
	width:145px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	background: #bc7851;
	text-transform: uppercase;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
	margin-right:5px;
	font-weight:bold;
	border-radius: 5px;
}
.xmweb a:hover {
	background:#58595b;
	color:#FFF;
}
.rightnav {
	position:absolute;
	top:200px;
	right:10px;
	width:280px;
	height:280px;
	background:url(../images/hotbg.png);
	z-index:88;
	padding:35px;
	color:#FFF;
	font-size:14px;
}

.weixin_l {
	width:180px;
	float:left;
}
.weixin_r {
	width:80px;
	float:right;
	font-weight:bold;
	padding-top:70px;
	font-size:14px;
}
.xmxwbg {
	margin:0 auto;
	width:1200px;
		clear:both;
		-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
background: #fff;
}
.slideGroup{ width:1160px;  text-align:left; height:430px;  }
.slideGroup  .parHd .xmtk{
	position:absolute; 
	left:10px; 
	height:26px;
	line-height:26px;
	top:20px;
	border-left:4px solid  #bc7851;
	font-size:26px;
	text-align:center;
	padding-left:16px;
	color:#3f3f3f;
}
		.slideGroup .parHd{ height:47px; line-height:47px; padding:0 20px; position:relative;  }
		.slideGroup .parHd ul{ float:left; position:absolute; right:30px; height:47px; top:10px;   }
		.slideGroup .parHd ul li{ float:left; height:47px;  line-height:47px; overflow:hidden; font-weight:bold; margin-left:40px; cursor:pointer; text-align:center; color:#323232;  }
		.slideGroup .parHd ul li.on{ border-bottom:3px solid #bc7851; color:#bc7851; }
		.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:50px 0 10px 42px; position:relative;   }


		.slideGroup .sPrev {
	display:block;
	cursor:pointer;
	position:absolute;
	width:52px;
	height:60px;
	top:160px;
	left:0px;
	background:url(../images/project_23.gif) no-repeat;
}
.slideGroup .sNext {
	background:url(../images/project_26.gif) no-repeat;
	position:absolute;
	right:0px;
	top:160px;
	cursor:pointer;
	width:36px;
	height:60px;
}

		.slideGroup .parBd ul{ overflow:hidden; zoom:1; padding-top:20px; overflow: hidden;   }
		.slideGroup .parBd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.slideGroup .parBd ul li .pic{ text-align:center; }
		.slideGroup .parBd ul li .pic img{ width:341px; height:254px; display:block;  padding:2px;}
		.slideGroup .parBd ul li .title{ line-height:40px; height:40px;  }


.xmxw {
	/* [disabled]width:1160px; */
	margin: 0 auto;
	height: 326px;
	padding: 30px 20px;
	overflow: hidden;
	width:1200px;
}
.xmxw_l {
	width:421px;
	float:left;
}
.xmxw_l .titlets {
	font-size: 23px;
	font-weight: bold;
	color: #525252;
	height: 80px;
	line-height: 80px;
}
.xmxw_m {
	width:294px;
	float:left;
	text-align:right;
	padding-top:56px;
}

.xmxw_r {
	width:256px;
	height:188px;
	float:right;
}
.vidbg {
	position:relative;
	width:256px;
	height:188px;
}
.vid {
	position:absolute;
	left:0px;
	top:0px;
	z-index:999;
	width:256px;
	height:188px;
}
.xmxwtsbg{
	width:100%;
	background:#f7f7f7;
	overflow:hidden;
}
.right_top{
	width:1000px;
	clear:both;
	height:57px;
	line-height:57px;
	margin:0 auto;
	border-bottom:1px solid #e6e6e6;
	
}
.qyjs {
	float:left;
	font-size:24px;
	height:21px;
	line-height:21px;
	border-left:4px solid  #bc7851;
	font-size:22px;
	text-align:left;
	padding-left:13px;
	color:#3f3f3f;
	margin-top:18px;
}

.position {
	float:right;
	text-align:right;
	width:400px;
	color:#6a6a6a;
}
.dh {
	color:#bc7851;
	font-weight:bold;
}

.xmxwts {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	padding:10px 35px 50px 35px;
	clear:both;
		-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
background: #fff;
}
.jsw_title {
	font-size:40px;
	color:#8b8b8b;
	text-align:center;
	height:110px;
	line-height:110px;
	width:400px;
	margin:0 auto;
	clear:both;
}
.voidtile{
	height:40px;
	line-height:40px;
	padding-bottom:30px;
	font-size:22px;
	font-weight:bold;
}
.jsw_title span{
	font-size:20px;
	color:#585858;
	font-weight:400;
	text-transform : uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.mm_news {
	width:505px;
	height:100px;
	padding:5px;
	float:left;
	background:#FFF;
	margin-left:26px;
	margin-top:22px;
}
.mm_newsl {
	float:left;
	width:137px;
	text-align:right;
}
.mm_newsr {
	float:right;
	width:356px;
	font-size:14px;
	padding-top:10px;
}
.tta {
	font-size:14px;
	color:#777777;
	font-weight:bold;
	height:30px;
	font-weight:bold;
	line-height:30px;
}
.box-tips {
	margin-left:440px;
}
.box-tips a {
	float: left;
	margin-top: 40px;
	color: #c40d23;
	width: 221px;
	height: 54px;
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	border: 3px solid #d0d0d0;
	color: #8a8a8a;
	border-radius: 50px;
	text-transform: uppercase;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
}
.box-tips a:hover {
	float: left;
	margin-top: 40px;
	color: #c40d23;
	width: 221px;
	height: 54px;
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	border: 3px solid #a8836b;
	color: #8a8a8a;
	border-radius: 50px;
	text-transform: uppercase;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
}
/* 项目图片滚动 */
	.kjzxt-left {
	width:1030px;
	overflow:hidden;
	position:relative;
	background:#FFF;
	border-bottom:5px solid #e7ebf3;
	height:170px;
}
.kjzxt-left .hd1 ul {
	float:right;
	overflow:hidden;
	zoom:1;
	zoom:1;
	position:absolute;
	left:260px;
	top:132px;
	cursor:pointer;
	z-index:1000;
}
.kjzxt-left .hd1 ul li {
	float:left;
	width:11px;
	height:11px;
	overflow:hidden;
	margin-right:11px;
	text-indent:-999px;
	cursor:pointer;
	background:url(../images/news_05.gif) no-repeat;
}
.kjzxt-left .hd1 ul li.on {
	background:url(../images/news_03.gif) no-repeat;
}
.kjzxt-left .bd1 {
	padding:5px 0px;
	margin:0px 0px 0px 0px;
	height:170px;
	overflow:hidden;
}
.timea {
	font-size:34px;
	padding:20px 0px 5px 0px;
	font-weight:bold;
}
.kjzxt-left .bd1 ul {
	overflow:hidden;
	zoom:1;
}
.newscj {
	width:1030px;
	height:170px;
	overflow:hidden;
	clear:both;
}
.newscj_l {
	float:left;
	width:240px;
}
.newscj_r {
	float:right;
	width:780px;
	padding-top:12px;
}
.kjzts {
	color:#b92e33;
	font-weight:bold;
	font-size:16px;
}
.team_jj {
	padding-top:10px;
}
.team_jj a {
	font-size:14px;
	color:#818181;
	line-height:23px;
	padding-top:5px;
}
.team_jj a:hover {
	text-decoration:underline;
	color:#926446;
}
.news {
	width:1030px;
	height:108px;
	margin-bottom:15px;
	background:#ffffff;
	border-bottom:1px solid #e2e7f0;
}
.news a {
	width:1030px;
	height:97px;
	display:block;
	-webkit-transition:background-color 400ms;
	transition:background-color 400ms;
}
.news a:hover {
	color:#4a4a4a;
}
.news_jj {
	padding-top:7px;
}
.news a:hover .news_jj {
	color:#b92e33;
}
.news a:hover .kjz16 {
	color:#926446;
}
.news_l {
	float:right;
	width:910px;
	line-height:21px;
	padding-top:14px;
	font-size:14px;
}
.news_r {
	float:left;
	width:104px;
	text-align:center;
	color:#fff;
	padding-left:0px;
	font-size:14px;
	height:87px;
	background:url(../images/news_07.png) no-repeat
}
/*fy*/
.pageWrapper {FONT-SIZE: 14px; BACKGROUND: #F7F7F7; WIDTH:100%;}
.pgbtn A {	DISPLAY: block; COLOR: #666; LINE-HEIGHT: 32px;FONT-FAMILY: verdana; TEXT-DECORATION: none}
.pagnum  a{MARGIN-left:5px; WIDTH: 38px; height:32px; BORDER:#dddddd 1px solid;s}
.pagnum A:hover {WIDTH: 38px;border:1px solid #b31a21;text-align:center;color:#FFFFFF;background:#c3262d;}
.pagnumts  a{MARGIN-left:5px; WIDTH: 62px; height:32px; background:#efefef;border:1px solid #dddddd;}
.pagnumts A:hover {WIDTH: 62px;border:1px solid #b31a21;text-align:center;color:#FFFFFF;background:#c3262d;}
a.currentpg {font-weight:bold;border:1px solid #b31a21;text-align:center;color:#FFFFFF;background:#c3262d;}

.pagek { height:25px; padding:40px 0px 40px 0px; clear:both; text-align:center; margin:0 auto;}
.pages {MARGIN: 1px 0px 1px 0px; FLOAT:right;TEXT-ALIGN: center;height:25px;}
.pagetb {MARGIN: 0px auto}
.pregro {WIDTH: 10px; PADDING-TOP: 2px; HEIGHT:10px}
.nxtgro {WIDTH: 10px; PADDING-TOP: 2px; HEIGHT:10px}
.pregro {DISPLAY: inline; FLOAT: left; MARGIN: 1px 0px 1px 5px;text-align:center;}
.nxtgro {DISPLAY: inline; FLOAT: right; MARGIN: 2px 5px 2px 0px;text-align:center;}
.pages li{ float:left;}
.kjz16 {
	font-size:16px;
	color:#494949;
}
/* 项目图片滚动 */
		.project-left {
	width:1200px;
	overflow:hidden;
	position:relative;
	height:385px;
	padding-top:40px;
	margin: 0 auto;
}
.project-left .hd .prev {
	display:block;
	cursor:pointer;
	position:absolute;
	width:52px;
	height:60px;
	top:199px;
	left:0px;
	background:url(../images/cb01.gif) no-repeat;
}
.project-left .hd .next {
	background:url(../images/cb02.gif) no-repeat;
	position:absolute;
	right:0px;
	top:199px;
	cursor:pointer;
	width:52px;
	height:60px;
}

.project-left .hd .prevStop {
	background-position:-60px 0;
}
.project-left .hd .nextStop {
	background-position:-60px -50px;
}
.project-left .hd ul {
	float:right;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
	zoom:1;
}
.project-left .hd ul li {
	float:left;
	width:9px;
	height:9px;
	overflow:hidden;
	margin-right:5px;
	text-indent:-999px;
	cursor:pointer;
	background:url("images/icoCircle.gif") 0 -9px no-repeat;
}
.project-left .hd ul li.on {
	background-position:0 0;
}
.project-left .bd {
	padding:10px;
	margin:10px 20px 0px 46px;
}
.project-left .bd ul {
	overflow:hidden;
	zoom:1;
}
.project-left .bd ul li {
	margin:0 8px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	width:346px;
	height:260px;
}
.project-left .bd ul li .pic {
	text-align:center;
}
.project-left .bd ul li .pic img {
	width:346px;
	height:260px;
	display:block;
}
.project-left .bd ul li .pic a:hover img {
	border-color:#999;
}
.project-left .bd ul li .title {
	line-height:23px;
	height:23px;
	font-size:14px;
	padding-top:5px;

}
.mapbg{
	background: #f0f0f0;
	height: 537px;
	width: 100%;
	padding-top: 40px;
}
.pd-mapbtn {
    margin-top: -80px;
    margin-bottom: 20px;
    padding-top: 90px;
    color: #262833;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/map.png) center top no-repeat;
    display: inline-block;
    position: relative;
    z-index: 9;
	width: 100%;
	height: 44px;
}
.ditu{
	width: 1200px;
	margin: 0 auto;
}

.news_ticheer li{

	float:left;
	overflow: hidden;
}
.news_ticheer li a{
	float:left;
	width:346px;
	height:260px;
	overflow: hidden;
		transition: all 500ms ease-in 0ms;
		text-align:center;
		font-size:16px;
		color:#818181;
		line-height:26px;
		margin-left:40px;
		margin-bottom:45px;
}
.news_ticheer li a img{
	width:346px;
	height:260px;
	transition:1s all; -webkit-transition:1s all;
}
.news_ticheer li a:hover img
{ transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}

.news_ticheer li a:hover{
	float:left;
width:346px;
	height:260px;
}
.dizhiaa{
	background:url(../images/dz01.png) no-repeat;
	padding-left:46px;
	width:70px;
	float:left;
	height:40px;
	line-height:37px;
}
.dizhibb{
	width:200px;
	float:left;
	padding-top:5px;
}
.dizhicc{
	background:url(../images/dh01.png) no-repeat;
	padding-left:46px;
	width:70px;
	float:left;
	height:40px;
	line-height:37px;
}
.dizhidd{
	width:200px;
	float:left;
	color:#515151;
	padding-top:5px;
	font-family: 'dincond-medium-webfont';
	color:#fff;
	font-size:32px;
}
/*项目*/
.mod18 {
	width:1000px;
	height:800px;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}
.mod18 .btn {
	position:absolute;
	width:6px;
	height:84px;
	top:700px;
	cursor:pointer;
	z-index:99;
}
.mod18 .prev {
	left:20px;
	background:url(../images/p01.png) #c79f63 no-repeat center center;
	width:6px;
	height:84px;
	border-radius: 3px;
}
.mod18 #prevTop, .mod18 #nextTop {
	top:290px;
	width:46px;
	height:48px;
}
.mod18 #prevTop {
	background:url(../images/prevBtnTop.png) 0 0 no-repeat;
	left:-52px;
}
.mod18 #nextTop {
	background:url(../images/nextBtnTop.png) 0 0 no-repeat;
	right:-52px;
}
.mod18 .next {
	right:10px;
	background:url(../images/p02.png) #c79f63 no-repeat center center;
	width:6px;
	height:84px;
	border-radius: 3px;
}
.mod18 li {
	float:left;
}
.mod18 .cf li {
	position:relative;
	color:#fff;
}
.mod18 .picBox1 {
	height:666px;
	position:relative;
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	text-align:center
}
.mod18 .picBox1 ul {
	height:666px;
	position:absolute;
}
.mod18 .picBox1 li {
	width:1000px;
	height:666px;
}
.mod18 .picBox1 li img {
	height:666px;
}
.Box_list {
	width:1000px;
	background:#cfcfcf;
	margin-top:15px;
}
.mod18 .listBox1 {
	width:910px;
	height:84px;
	margin:0 auto;
	position:relative;
	padding:20px 0 20px 10px;
	overflow:hidden;
}
.mod18 .listBox1 ul {
	height:84px;
	position:absolute;
}
.mod18 .listBox1 li {
	width:130px;
	height:84px;
	cursor:pointer;
	position:relative;
	text-align: center;
}
.mod18 .listBox1 li i {
	display:none;
}
.mod18 .listBox1 li a {
	display:block;
	width:110px;
	height:73px;
}
.mod18 .listBox1 li img {
	width:110px;
	height:73px;
	border:4px solid #eaeaea
}
.mod18 .listBox1 .on img {
	width:110px;
	height:73px;
	border:4px solid #c79f63;
}
.mod18 .listBox1 .on i {
	display:block;
}
.xmjianjie{
	float:left;
	width:716px;
}
.xmnews{
	float:right;
	width:420px;
}

.xmnews_title{
	height:21px;
	line-height:21px;
	border-left:4px solid  #bc7851;
	font-size:22px;
	text-align:left;
	padding-left:13px;
	color:#3f3f3f;
}

.xy01{
	background:url(../images/bbc.gif) repeat-y;
}
.xylist{
	background:url(../images/bba.gif) no-repeat 0px 5px;
	padding-left:23px;
	margin-top:19px;
}
.xylist01 a{
	color:#333333;
}
.xylist02{
	padding-top:5px;
}
.xylist02 a{
	color:#999999;
	line-height:21px;
}
.kb_xx{
	position:relative;
	width:264px;
	height:190px;
	margin-left:30px;
}
.videoaa{
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
}
#menu_dh {
float: left; 
position: relative; 
left: 50%; 
}
#menu_dh li {
	float:left;
	margin-left:31px;
	position: relative;/* 只能用相对不能用绝对 */ 
    left: -50%;/* 或者right: 50%; */ 
}
#menu_dh li a {
	float:left;
	color:#bc7851;
	width:158px;
	height:36px;
	font-size:14px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
	border:1px solid #bc7851;
		text-transform: uppercase;
 transition: all .5s;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
 
}
#menu_dh li a:hover {
	float:left;
	color:#fff;
	width:158px;
	height:36px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
	background:#bc7851;
}
#menu_dh li a.nomal {
	float:left;
	color:#fff;
		width:158px;
	height:36px;
		font-size:14px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
background:#bc7851;
}

/* 项目图片滚动 */
	.bwx-left {
	width:410px;
	overflow:hidden;
	position:relative;
	float:left;
background:#f8f2ed;
	height:460px;
}
.bwx-left .hd1 .title {
    height: 40px;
	background:url(../images/blankt.png) repeat-x;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	position:absolute;
	width:350px;
	top:191px;
	left:0px;
	z-index:99;
}
.bwx-left .hd1 ul {
	float:right;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
	zoom:1;
	position:absolute;
	left:20px;
	top:220px;
	cursor:pointer;
	z-index:1000;
	width:420px;

}
.bwx-left .hd1 ul li {
	float:left;
	overflow:hidden;
	margin-right:9px;
	cursor:pointer;
	height:7px;
	line-height:22px;
	width:15px;
	color:#000;
	text-align:center;
	background:#ccc;
	border-radius: 5px;
	text-indent:999px;
}
.bwx-left .hd1 ul li.on {
	background:#c2774f;;
	color:#FFF;
	width:23px;
	height:7px;
}
.bwx-left .bd1 {
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.bwx-left .bd1 ul {
	overflow:hidden;
	zoom:1;
}
.tlnews_l {
	float: left;
	width: 517px;
	display: block;
	height: 420px;
}
.tlnews_lts {
	float: left;
	width: 410px;
	display: block;
}
.tlnews_lts img{
	width:100%;
}

.tlnews_l a:hover {
	-moz-box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	box-shadow: 1px 0 10px rgba(0,0,0,0.2)
}
.tlnewsa{
	clear:both;
	width:100%;
}
.tlnewsa_l{
	font-size:16px;
	color:#000;
	width:420px;
	padding-top:19px;
	float:left;
}
.tlnewsa_r01{
	font-size:22px;
	color:#000;
	width:100px;
	font-family: 'dincond-medium-webfont';
	height:40px;
	line-height:40px;
	clear:both;
}
.tlnewsa_r{
	color:#999;
	width:100px;
	background:#f2e4dc;
	text-align:center;
	height:130px;
	display:block;
	line-height:130px;
	font-family: 'dincond-medium-webfont';
	font-size:22px;
	float:right;
}
.clear{
	clear:both;
	padding-top:16px;
}
.clear01{
	clear:both;
	padding-top:4px;
	font-size:14px;
	color:#858585;
}
.tlnews_r{
	width:570px;
	float:right;
}
.listnews {
	clear:both;
	width: 550px;
	padding:0px 0px 0px 20px;
	display: block;
	height:130px;
	transition: box-shadow linear .3s;
-o-transition: box-shadow linear .3s;
-ms-transition: box-shadow linear .3s;
-moz-transition: box-shadow linear .3s;
-webkit-transition: box-shadow linear .3s;
background:#f8f2ed;
margin-bottom:15px;
}

.listnews:hover {
	-moz-box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	background:#fff;
}
		
