/*==================================================全局==========================================================================*/
@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
html {
	overflow: hidden;
	overflow-y: auto;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #666;
}/* 未访问的链接 */
a:visited {
	color: #666;
}/* 已访问的链接 */
a:hover {
	color: #152d79;
}/* 鼠标在链接上 */
a:active {
	color: #666;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family: "microsoft yahei";
	font-size: 12px;
	color: #979998;
	background: url(../images/xwdt_bg1.jpg) no-repeat;
    background-repeat: repeat;
	
}
select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer
}
.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}
.h15 {
	clear: both;
	height: 15px;
	overflow: hidden;
}
.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.h25 {
	clear: both;
	height: 25px;
	overflow: hidden;
}
.h30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}
.h35 {
	clear: both;
	height: 35px;
	overflow: hidden;
}
.h40 {
	clear: both;
	height: 40px;
	overflow: hidden;
}
.h45 {
	clear: both;
	height: 45px;
	overflow: hidden;
}
.h50 {
	clear: both;
	height: 50px;
	overflow:hidden;
}
.h55 {
	clear: both;
	height: 55px;
	overflow: hidden;
}
.h60 {
	clear: both;
	height: 60px;
	overflow: hidden;
}
.h70 {
	clear: both;
	height: 70px;
	overflow: hidden;
}
.h80 {
	clear: both;
	height: 80px;
	overflow: hidden;
}
.h85 {
	clear: both;
	height: 85px;
	overflow: hidden;
}
.clear {
	clear: both;
	overflow: hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
a.indMore{
	display: block;
	width: 103px;
	height: 39px;
	line-height: 39px;
	padding-left: 30px;
	margin: 0 auto;
	background: #731111;
	margin-top: 30px;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 34px;
	border-radius: 5px;
}
a.indMore:hover{
	background: #d0a33c;
	color:#fff;
	border-color:#d0a33c;
}
/*^
 * 框架
 * @created 2015.1.9
 * @return
 */	
.wrap {
	width: 1200px;
	clear: both;
	margin: 0 auto;
}
.cont{
	overflow: hidden;
}
.bc_fff{
	
}
.bc_pic{
	background-image: url(../images/pic.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.minH_350{
	min-height:350px;
	height:auto !important;
	height:350px;
}
/*===========================头部begin===========================*/
.top_wel {
	height: 40px;
	line-height: 40px;
	clear: both;
	overflow: hidden;
	background: #5f0808;
	border-bottom: 1px solid #e1e0e0;
	color: #fff;
	margin-bottom: 85px
}
.topshare {
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
}
.topshare a {
	margin: 11px 6px 6px 0 !important;
	height: 20px !important;
	width: 10px;
	padding-left: 12px !important;
}
.topshare .a_weixin {
	background-image: url(../images/topshare.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.topshare .a_tsina {
	background: url(../images/topshare.png) no-repeat -30px top;
}
.topshare .a_tqq {
	background: url(../images/topshare.png) no-repeat -56px top;
}
.topshare .a_qzone {
	background: url(../images/topshare.png) no-repeat -81px top;
}
.top {
	width: 100%;
	clear: both;
	height: 85px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999;
	background: url(../images/hd_bg1.jpg) no-repeat;
	background-size: cover;
}
/*logo*/
.logo {
	width: 360px;
	height: 60px;
	overflow: hidden;
	padding: 13px 0px 0px 20px;
}
.logo a {
	display: block;
}
.logo img {
	height: 60px;
	display: block;
}
/*导航*/
.menu {
	height: 90px;
	position: relative;
}
.menu .menuDl {
	position: relative;
	width: 100%;
	z-index: 9
}
.menu dd {
	float: left;
	width:190px;
	height: 86px;
	display: inline;
	position: relative;
	cursor: pointer;
	z-index:22;
}
.menu dd span {
	display:block;
	height: 86px;
	overflow: hidden;
}
.menu dd span a {
	display: block;
	font-size: 22px;
	font-weight: bold;
	height: 81px;
	line-height: 81px;
	color: #731111;
	text-align:center;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.menu dd.hover span a {
	color: #78674e;
	font-weight: bold;
	border-bottom:5px solid #dbb105;
}
.menu dd .div {
	position: absolute;
	top: 85px;
	left: -1px;
	width:116px;
	background: #ffffff url(../images/menuico2.png) no-repeat center top;;
	z-index: 99;
	padding-top:25px;
	padding-bottom:15px;
	display: none;
}
.menu dd .div a {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	display: block;
	text-align: center
}
.menu dd .div a:hover {
	color: #152d79;
}
.menu a:hover {
	border-bottom:5px solid #731111;
}
.ddLineBox{
	width:100%;
	height: 90px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-1px;
	}
.ddLine{
	width:115px;
	height: 90px;
	background: url(../images/menuBg.jpg) no-repeat right top;
	display:inline;
	float:left;
	position:relative;
	left:1px;
	}
/*banner开始*/
.banner{
	width: 100%;
	overflow:hidden;
	position: relative;
	z-index: 1;
}
.banner .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:20px;
	left:0px;
	text-align: center;
	z-index: 9;
}
.banner .hd ul {
	display: inline-block;
	overflow: hidden;
}
.banner .hd ul li {
	cursor:pointer;
	float: left;
	display:inline;
	zoom:1;
	width: 25px;
	height: 0px;
	border-bottom:4px solid #e6e8cf;
	padding-top: 2px;
	cursor: pointer;
	text-indent: 99em;
	margin: 0px 5px;
}
.banner .hd ul li.on {
	background: #D0A43B;
	border-color: #D0A43B;
}
.banner .bd{ position:relative; z-index:5;overflow:hidden;height: 471px;}
.banner .bd dd{
	overflow:hidden;
	zoom:1;
	width: 100%; 
	vertical-align:middle;
	height: 471px;
	position: relative;
}
.banner .bd dd:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0px;
	top:0px;

	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#20000000',endColorstr = '#20000000');
}
.banner .bd dd .bigImg{
	display:block; 
	width:100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 4s linear;
	-o-transition: all 4s linear;
	transition: all 4s linear;
	z-index: 1;
}
.banner .bd dd.active .bigImg{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.banSmallImg{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	z-index: 3;
}
.banSmallImg.hover{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=1);
}
.banSmallImg img{
	display: block;
}
.banner .checkBox{
	height: 38px;
	overflow: hidden;
	width: 1200px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -600px;
	margin-top: -19px;
	z-index: 2;
}
.banner .bt{
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.banner:hover .bt{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.banner .prev{
	background: url(../images/bt.png) no-repeat center left;
	float: left;
	text-align: right;
}

/*.banner .prev:hover{
	background: url(../images/bt.png) no-repeat center left;
}
*/
.banner .next{
	background: url(../images/bt.png) no-repeat center right;
	float: right;
}
/*.banner .next:hover{
	background: url(../images/bt.png) no-repeat center right;
}*/
/*banner结束*/
/*---------------------------footer--------------------------------*/
.about .pic{
	width: 580px;
	height: 360px;
	overflow: hidden;
	background: #d0b883;
}
.about .pic img{
	display: block;
	width: 580px;
	height: 360px;
	
}
.about .divR{
	overflow: hidden;
}
.about .divR .divT{
	clear: both;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-weight: bold;
	font-size: 20px;
}
.about .divR .divT a{color:#666666;font-size: 16px;}
.about .divR .divT a:hover{color:#009944}
.about .divR .txt{
	clear: both;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #888888;
	margin-left: 20px;
	width: 600px;
	text-align:justify;
}
.about .divR .txt p {
    text-indent: 2em;
    }
.about .divT2{
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #666666;
	color: #FFCC00;
	font-size: 16px;
}
/*
* 第一通栏 begin
*/
.indTitBox{
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	text-align: center;
}
.indTitBox em{
	display: block;
	width: 18px;
	height: 4px;
	overflow: hidden;
	background: #d0b883;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top:0px;
}
.xwdt-c-t {
    width: 100%;
    /* height: 105px; */
    border-bottom: 1px solid #cccccc;
}
.indTitCh{
	height: 50px;
	width: 200px;
	line-height: 50px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 28px;
	color:#731111;
	font-weight: bold;
	border-bottom: 2px solid #731111;
}
.indTitCh2{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 28px;
	color:#fff;
	font-weight: bold;
}
.indTitEn{
	display: block;
	overflow: hidden;
	font-size: 12px;
	color:#999;
}
.indTabBox{
	overflow: hidden;
	text-align: center;
}
.indTab_dl{
	display: inline-block;
	overflow: hidden;
}
.indTab_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0px 5px;
}
.indTab_dl dd a{
	display: block;
	width: 133px;
	height: 38px;
	overflow: hidden;
	font-size: 18px;
	color:#333;
	border:1px solid #e1e1e1;
	text-align: center;
	line-height: 38px;
}
.indTab_dl dd.hover a{
	background: #d0a33c;
	border-color:#d0a33c;
	color: #fff;
	font-weight: bold;
}

.ind1stL{
	width: 590px;
	overflow: hidden;
	background: #f6f6f6;
}
.ind1stLSlide{
	overflow: hidden;
	position: relative;
}
.ind1stLSlide .bd{
	height: 360px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ind1st_dl{
	overflow: hidden;
}
.ind1st_dl dd{
	width: 590px;
	height: 360px;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
}
.ind1st_dl dd a{
	display: block;
	overflow: hidden;
}
.ind1st_dl dd a img{
	display: block;
	width: 590px;
	height: 360px;
}
.ind1stSlideTit{
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	position: absolute;
	left: 0px;
	bottom:0px;
	z-index: 2;
	background: #b07d54;
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000');
}
.ind1stSlideTit span{
	display: block;
	margin: 0px 60px;
	font-size: 18px;
	color:#fff;
	text-align: center;
}
.ind1stLSlide .bt{
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.ind1stLSlide .prev{
	position: absolute;
	left: 0px;
	bottom:0px;
	z-index: 3;
	background: url(../images/ind1stSlideBt.png) no-repeat left top;
}
.ind1stLSlide .next{
	position: absolute;
	right: 0px;
	bottom:0px;
	z-index: 3;
	background: url(../images/ind1stSlideBt.png) no-repeat right top;
}
.ind1stDeta{
	padding: 20px 20px 15px 20px;
	overflow: hidden;
}
.ind1stR{
	width: 590px;
	overflow: hidden;
}
.ind1stR_dl{
	display: none;
	height: 475px;
	overflow: hidden;
}
.ind1stR_dl dd{
	overflow: hidden;
	padding-bottom: 0px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
}
.listTime2{
	width: 105px;
	height: 96px;
	margin-bottom: 20px;
	overflow: hidden;
	
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.listTime2 span{
	display: block;
	overflow: hidden;
	font-size: 32px;
	color:#666;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #e2d8cf;
}
.listTime2 i{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #b29884;
	line-height: 57px;
}
.ind1stRDeta{
	overflow: hidden;
	padding: 14px 15px 14px 25px;
}
.ind1stRDeta a{
	font-size: 18px;
	color:#333;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind1stR_dl dd:hover{
	background: #f8f8f8;
}
.ind1stR_dl dd:hover a{
	color:#78674e;
}
.ind1stR_dl dd:hover .listTime2{
	background: #d0a33c;
}
.ind1stR_dl dd:hover .listTime2 span,
.ind1stR_dl dd:hover .listTime2 i{
	color:#fff;
}

/*
* 第二通栏 begin
*/
.ind2ndSlide{
	*overflow: hidden;
	_overflow: hidden;
	position: relative;
}
.ind2ndSlide .bd{
	height: 260px;
	overflow: hidden;
	width: 1200px;
}
.ind2nd_dl{
	overflow: hidden;
	margin: 0px -10px !important;
}
.ind2nd_dl dd{
	overflow: hidden;
	width: 20%;
	float: left;
	display: inline;
	padding:10px 0px;
}
.ind2nd_dl dd .list_a{
	display: block;
	margin: 0px 10px;
	background: #fff;
	position: relative;
	top:0px;
	transition:all 0.5s linear;
}

.ind2ndDeta{
	overflow: hidden;
	background: #fff;
	transition: all 0.3s linear
}
.ind2ndName{
	overflow: hidden;
	font-size: 18px;
	color:#333;
	height: 50px;
	line-height: 50px;
	margin:0px 20px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	text-align: center;
}
.list_a:hover .ind2ndName{
	color:#78674e;
}
.ind2nd_dl dd .list_a:hover{
	box-shadow:0px 3px 7px rgba(210,210,210,0.5);
	position: relative;
	top:-10px;
}
.ind2ndSlide .bt{
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	overflow: hidden;
	-webkit-transition: transform 0.3s linear,opacity 0.3s linear;
	-o-transition: transform 0.3s linear,opacity 0.3s linear;
	transition: transform 0.3s linear,opacity 0.3s linear;
}
.ind2ndSlide .prev{
	position: absolute;
	left: 0px;
	top:85px;
	background: #D0A43B url(../images/btGray.png) no-repeat left top;
}
/*.ind2ndSlide .prev:hover{
	background: url(../images/bt.png) no-repeat left bottom;
}*/
.ind2ndSlide .next{
	position: absolute;
	right: 0px;
	top: 85px;
	background: #D0A43B url(../images/btGray.png) no-repeat right top;
}
/*.ind2ndSlide .next:hover{
	background: url(../images/ind2ndBt.png) no-repeat right bottom;
}*/

/*
* 第三通栏 begin
*/
.ind3ndSlide{
	*overflow: hidden;
	_overflow: hidden;
	position: relative;
}
.ind3ndSlide .bd{
	height: 305px;
	overflow: hidden;
	width: 1200px;
}
.ind3nd_dl{
	overflow: hidden;
	margin: 0px -10px !important;
}
.ind3nd_dl dd{
	overflow: hidden;
	width: 33%;
	float: left;
	display: inline;
	padding:10px 0px;
}
.ind3nd_dl dd .list_a{
	display: block;
	margin: 0px 10px;
	background: #fff;
	position: relative;
	top:0px;
	transition:all 0.5s linear;
}

.ind3ndDeta{
	overflow: hidden;
	background: #fff;
	transition: all 0.3s linear
}
.ind3ndName{
	overflow: hidden;
	font-size: 18px;
	color:#333;
	height: 50px;
	line-height: 50px;
	margin:0px 20px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	text-align: center;
}
.list_a:hover .ind3ndName{
	color:#78674e;
}
.ind3nd_dl dd .list_a:hover{
	box-shadow:0px 3px 7px rgba(210,210,210,0.5);
	position: relative;
	top:-10px;
}
.ind3ndSlide .bt{
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	overflow: hidden;
	-webkit-transition: transform 0.3s linear,opacity 0.3s linear;
	-o-transition: transform 0.3s linear,opacity 0.3s linear;
	transition: transform 0.3s linear,opacity 0.3s linear;
}
.ind3ndSlide .prev{
	position: absolute;
	left: 0px;
	top:110px;
	background: url(../images/banzjt.png) no-repeat left top;
}
/*.ind3ndSlide .prev:hover{
	background: url(../images/bt.png) no-repeat left bottom;
}*/
.ind3ndSlide .next{
	position: absolute;
	right: 0px;
	top: 110px;
	background: url(../images/banyjt.png) no-repeat right top;
}
/*.ind3ndSlide .next:hover{
	background: url(../images/ind2ndBt.png) no-repeat right bottom;
}*/
.foot1 {
	padding: 20px 0;
	background: #79191a;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.foot1 dl dd {
	float: left;
	display: inline;
	overflow: hidden;
	width: 80px;
	padding-right: 55px;
}
.foot1 dl dd span {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #d7d8d9;
	display: block;
	font-weight:bold;
	text-align: left;
}
.foot1 dl dd a {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #9b9ea0;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.foot1 dl dd a:hover {
	color: #fff;
}
.foot_ewm {
	width: 100px;
	overflow: hidden;
	margin-left: 90px;
}
.foot_ewm span {
	font-size: 14px;
	color: #a7a7a7;
	line-height: 40px;
	height: 40px;
	display: block;
	text-align: center;
}
.foot_ewm .ewmbox {
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.foot_ewm .ewmbox img {
	height: 100px;
	width: 100px;
}
.foot_ewm em {
	font-size: 14px;
	color: #898989;
	line-height: 30px;
	height: 30px;
	display: block;
	text-align: center;
}
.container_header .title {
    text-align: left;
    float: left;
    margin-right: 10px;
	font-size: 24px; 
	line-height: 30px; 
	color: #e0c9c9;
}
.contactlist{ padding-top: 50px; }
.contactinfo { float: left; }
.container_header .subtitle {
    text-align: left;
    line-height: 38px;
}
.contactinfo .contact_name { font-size: 16px; line-height: 24px; margin-bottom: 25px; font-weight: 100; color: #e0c9c9; }

.contactinfo p { width: 400px; padding-right: 40px; font-size: 13px; height: 28px; line-height: 28px; color: #e0c9c9; }
.ff_social { padding-top: 40px; }

.ff_social a { width: 30px; height: 30px; display: block; font-size: 16px; text-align: center; line-height: 28px; border-radius: 15px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; color: #B3B3B3; background: rgba(255, 0, 0, 0); margin-right: 20px; }

#mcontact .ff_social a:hover { color: #fff; background: #5c5c5c; }
.addECode {
    float: right;
    padding-top: 10px;
    margin-right: -200px;
    padding-left: 10px;
}

.addECode .code1,
.addECode .code2 {
    float: left;
    width: 150px;
    margin-right: 200px;
    text-align: center;
}
img { max-width: 100%; }
.indTab_dl{
	display: inline-block;
	overflow: hidden;
}
/*二级导航*/
.subMenu_dl{
	display: inline-block;
	overflow: hidden;
}
.subMenu_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0px 5px;
}
.subMenu_dl dd a{
	display: block;
	width: 133px;
	height: 38px;
	overflow: hidden;
	font-size: 18px;
	color:#333;
	border:1px solid #e1e1e1;
	text-align: center;
	line-height: 38px;
}
.subMenu_dl dd a{
	display: block;
	width: 133px;
	height: 38px;
	overflow: hidden;
	font-size: 18px;
	color:#333;
	border:1px solid #e1e1e1;
	text-align: center;
	line-height: 38px;
}
.subMenu_dl dd.hover a{
	background: #d0a33c;
	border-color:#d0a33c;
	color: #fff;
	font-weight: bold;
}

.subMenu_dl dd a:hover{
	background: #d0a33c;
	border-color:#d0a33c;
	color: #fff;
	font-weight: bold;
}
/*foot2*/
.foot2 {
	padding: 15px 0;
	background: #5f0808;
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 20px;
	border-top:1px solid #2b4053;
}
.foot2 .divleft {
	height: 47px;
	overflow: hidden;
	color: #e0c9c9;
	line-height: 23px;
	background: url(../images/flogo.png) no-repeat left center;
	padding-left: 50px;
}
.foot2 .divright {
	height: 47px;
	overflow: hidden;
	line-height: 23px;
	text-align: right
}
.foot2 .divright a {
	color: #999999;
}
.foot2 .divright a:visited {
	color: #999999;
}
.foot2 .divright a:hover {
	color: #152d79;
}
.foot2 .divright a:active {
	color: #999999;
}
/*---------------------------content--------------------------------*/
/*图片放大效果*/
.imghover {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.imghover:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*列表页*/
.subBanner{
	overflow: hidden;
}
.subBanner_a{
	display: block;
	height: 300px;
	overflow: hidden;
	position: relative;
}
/*
* 图文 begin
*/
.list_a{display: block;overflow: hidden;position: relative;}
.listName{line-height: 25px;font-size:18px;color:#8a4d34;overflow:hidden;}
.listTime{
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	font-size:13px;
	color:#666;
	padding-left: 20px;
	background-image: url(../images/time.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.listIntr{    
    font-size: 14px;
    color: #8d8d8d;
    overflow : hidden;
    text-overflow: ellipsis;
}
.textImg_dl{
	margin: 0px -6px;
	overflow: visible;
}
.textImg_dl dd{
	width: 33%;
	margin-bottom: 12px;
	overflow: visible;
	float:left;

}
.textImg_dl dd .imgDiv{
	padding-top: 60.666667%%;
}
.textImg_dl dd .list_a{
	height:320px;
	overflow:hidden;
	margin:0px 6px;
	padding:15px;
	background: #fff;
	-webkit-transition: box-shadow 0.3s linear;
	-o-transition: box-shadow 0.3s linear;
	transition: box-shadow 0.3s linear;
}
.textImg_dl dd .list_a:hover{
	background: #fff;
	-webkit-box-shadow: 0px 5px 12px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 12px rgba(0,0,0,0.15);
}
.textImg_dl dd .listName{padding:10px 0 !important;}

.img_a{
	display: block;
	overflow: hidden;
}
.imgDiv{
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-top: 60.666667%;
}
.imgDiv img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
}
/*^
 * 内容页
 */	
.articleBox{line-height:35px;color: #666;font-size:14px;}
.articleBox img{max-width:100%;}
.articleFoot{border-top:1px solid #e4e4ee;overflow: hidden;padding: 15px 0px;}
.articleBack{display: block;width: 90px;height: 35px;overflow: hidden;text-align: center;line-height: 35px;font-size: 14px;color:#848484;background: #eee;}
.articleMov{width:890px;overflow:hidden;margin:0 auto;}
.mapBox{clear:both;width:1200px;height:500px;overflow:hidden;}
.articleHead{overflow: hidden;margin-bottom:30px;}
.articleTitle{
	clear: both;
	text-align: center;
	line-height: 35px;
	font-size:24px;
	color:#666;
	font-family:"microsoft yahei";
	padding:30px 0 0 0;
}
.articleTime{
	display: block;
	clear: both;
	overflow: hidden;
	text-align: center;
	color: #666;
	font-size:12px;
	line-height:20px;
	padding:20px 340px 20px 450px;
	border-bottom: 1px dotted #d8d8d8;
}
.artTimeIcon{
	padding-left: 18px;
	background: url(../images/time.png) no-repeat left center;
	background-size: 12px 12px;
}
.lookNum{
	padding-left: 18px;
	background: url(../images/look.png) no-repeat left center;
	margin-left: 40px;
}
.jiathis_style span{
	color:#666;
	font-family: "microsoft YaHei";
}

.pageUp{clear:both;text-align:center;line-height: 30px;font-size: 14px;color:#999;border-top:1px dotted #bdbdbd;padding:10px 0 0 0;overflow:hidden;}
.pageUp a{font-size: 14px;color:#666;}
.pageUp p{clear: both;}
.pageUp a:hover{color:#b91226;}
.pageUp a.hover{color:#b91226;}

/*
* subNav begin
*/
.subNav{
	height:50px;
	position:relative;
	background:#EFE5DC;
}
/*
* location
*/
.location{
    height: 50px;
    border-bottom: 1px solid #e3e3e3;
    position:relative;
    background: #ececec;
}
.locaCont{
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color:#333;
	padding-left: 20px;
	background: url(../images/location.png) no-repeat left center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
.locaCont a{
	font-size: 14px;
	color:#333;
}
.locaCont a:last-child{
	color:#cf331b;
}
.locaCont a:hover{
	color:#cf331b;
}
.locaStyle1 .locaCont{
	margin-top: 40px;
}
.locaStyle1 .locationMenu{
	display: block;
}
/*
* 产品频道页
*/
.productType_dl{
	overflow: hidden;
}
.productType_dl dd{
	clear: both;
	overflow: hidden;
}
.productType_dl dd .list_a{
	padding: 40px 0px;
}
.proTypeTxt{
	width: 750px;
	overflow: hidden;
	padding: 16px 0px;
}
.proTypeName{
	font-size:22px;
	color:#78674e;
	overflow: hidden;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.proTypeIntr{
	overflow: hidden;
	font-size:15px;
	color:#666;
	line-height: 32px;
	padding:30px 0px 30px;
}
.proTypeMore{
	width: 176px;
	height: 46px;
	overflow: hidden;
	text-align: center;
	line-height: 46px;
	font-size:14px;
	color:#000;
	border:1px solid #e1e1e1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background:#fff;
}
.proTypeImg{
	width: 400px;
	overflow: hidden;
}
.proTypeImg .imgDiv{
	padding-top: 76%;
}
.productType_dl dd.style1{
	background: #f5f5f5;
}
.productType_dl dd.style1 .proTypeTxt{
	float: right;
}
.productType_dl dd.style1 .proTypeImg{
	float: left;
}
.list_a:hover .proTypeName{
	color:#d0a33c;
}
.productType_dl dd .img_a:hover .proTypeMore{
	color:#fff;
	background-color: #d0a33c;
}
.productType_dl dd .list_a:hover .proTypeMore{
	color:#fff;
	border:1px solid #d0a33c;
	background-color: #d0a33c;
	}
/*=======================foucs begin===================*/
.focus {
	width:385px;
	height:295px;
	overflow: hidden;
	position: relative;
}
.focus .hd {
	overflow: hidden;
	position: absolute;
	right: 8px;
	bottom: 15px;
	z-index: 2;
	height: 10px;
}
.focus .hd ul {
	overflow: hidden;
	zoom: 1;
	float: right;
}
.focus .hd ul li {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	line-height: 100px;
	border-radius: 10px;
	text-align: center;
	background: #999999;
	cursor: pointer;
	color: #c8201a;
}
.focus .hd ul li.on {
	background: #669900;
}
.focus .bd {
	position: relative;
	height: 100%;
	z-index: 1;
}
.focus .bd li {
	zoom: 1;
	vertical-align: middle;
	width:385px;
	height:295px;
}
.focus .bd li a {
	display: block;
	width:385px;
	height:295px;
	position: relative;
}
.focus .bd img {
	width:385px;
	height:295px;
	display: block;
}
.focus .textbg {
	position: absolute;
	bottom: 0px;
	height: 40px;
	background: url(../images/mc.png) repeat left top;
	width: 100%;
	z-index: 1;
	color: #fff;
	line-height: 40px;
	padding-left: 10px;
}


.footer {
	width: 100%;
	background: url(../images/ft_bg1.jpg) repeat;
	min-height: 240px;
	overflow: hidden
}

.one {
	height: 192px;
	width: 1200px;
	margin: 0 auto;
}

.one .dblogo {
	line-height: 192px;
	float: left;
	width: 44%;
	padding-top: 62px;
}

.one .dblogo img {
	vertical-align: middle;
	max-width: 100%
}

.one .lxfs {
	line-height: 24px;
	color: #e0c9c9;
	font-size: 14px;
	margin-left: 40px;
	width: 28.6%;
	float: left;
	padding-top: 42px
}

.one .lxfs h2 {
	height: 20px;
	font-size: 17px;
	font-weight: 700;
	padding-bottom: 18px;
	border-bottom: 1px solid #e0c9c9;
	background: url(../images/lxfs.jpg) no-repeat left 4px;
	padding-left: 14px;
	margin-bottom: 12px;
	color: #e0c9c9;
	letter-spacing: 1px
}

.one .lxfs p {
	line-height: 30px
}

.one .ewm {
	float: right;
	margin-top: 33px
}

.one .ewm img {
	float: right;
	max-width: 100%
}


.two .bq p {
	text-align: center;
	color: #a5a3a3;
	line-height: 46px;
	height: 46px;
	font-size: 12px;
	background: #5f0808;
}

.two .bq p img {
	vertical-align: middle
}