@charset "utf-8";

body{ color:#333; font:12px/14px "Microsoft yahei", arial; }
a { color:#333; text-decoration:none; }
a:hover { color:#bf0008; text-decoration:none; }

/*非常用特殊样式*/
.yahei {
	font-family:"Microsoft yahei";
}
.songti {
	font-family:"SimSun";
}
.textOverHide {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pointer {
	cursor:pointer;
}
.block1200 {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.block1100 {
	width:1100px;
	overflow:hidden;
	margin:0 auto;
}
.block1000 {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}
.block998 {
	width:998px;
	overflow:hidden;
	margin:0 auto;
}
.block100 {
	width:100%;
	overflow:hidden;
}
.block50 {
	width:50%;
	overflow:hidden;
}
.block25 {
	width:25%;
	overflow:hidden;
}
.height100 {
	height:100%;
}
.positionR {
	position:relative;
}
.positionA {
	position:absolute;
}
.positionF {
	position:fixed;
}
/*非常用特殊样式*/

#warp {
	  margin: 0 auto;
    min-width: 1200px;
    overflow: hidden;
    width: 100%;
}

#header, #footer {
	width:100%;
}

/*头部开始*/

.top {
	width:100%;
	height:36px;
	font:normal 12px/36px "SimSun";
	background:#bf0008;
}
.top_list {
	height:100%;
}
.top strong{
	color: #FFFFFF;
}
.top_list span{
	color: #FFFFFF;
	padding: 0 11px;
}
.top_list a:link, .top_list a:visited { color:#fff; }
.top_list a:hover { color:#ff0; }
.logoimg{
	width:100%;
	overflow: hidden;
	background-image: url("Img/Common/yiny.jpg");
	background-position: center bottom; background-repeat: no-repeat;
	background-color: #f7f7f7;
	padding: 28px 0;
}
.logo img{
	width:212px;
	height:99px;
	overflow: hidden;
}
.logomain {
	overflow:hidden;
}
.logotext{
	width:275px;
	padding-left: 50px;
	overflow: hidden;
	margin-left:24px;
	padding-bottom: 24px;
	padding-top: 34px;
	background: url("Img/Common/yin.jpg") left top no-repeat;
}
.logotext strong{
	color: #333333;
	font-size:1.5rem;
	overflow: hidden;
	display: block;
	line-height: 1.9rem;
	letter-spacing: 0.1rem;
}
.logotext p{
	color:#333333;
	font-size:1rem;
	overflow: hidden;
	display: block;
	line-height: 1.8rem;
}
.logotext em{
	color: #666;
	font-size:.7rem;
	overflow: hidden;
	display: block;
	line-height: 1.1rem;
	margin-top:3px;
	text-transform: uppercase;
	font-family: monospace;
}
.topyun{margin-top:43px; font-size:1.3rem; color:#000; margin-left:60px;}
.topyun a{color:#000; font-weight:bold; border:1px solid #000; padding:10px 20px 10px 20px;}
.toptelnum{
	float: right;
	width:395px;
	overflow: hidden;
}
.toptelnum h3{
	float: left;
	overflow: hidden;
	margin-top:20px;
}
.toptelnum h3 small{
	font-size: 1.6rem;
    overflow: hidden;
    display: block;
    line-height: 1.9rem;
	color:#bf0008;
	font-family:"微软雅黑";
	font-weight:bold;
	/*background: url("Img/Common/call.jpg") center left no-repeat;*/
}
.toptelnum h3 strong{
	color: #000;
	font-size:1.2rem;
	line-height: 28px;
	display: block;
	font-weight:bold;
}
.toptelnum div{
	float: right;
	overflow: hidden;
	width: 82px;
	border: solid 1px #e5e5e5;
	padding: 6px;
}
.toptelnum div img{ width:82px; height:82px;}
/*导航栏*/
.navigation {
	/*overflow: hidden;*/
	margin:20px auto 0;
	display: table;
	width:100%;
}
.nav {
	height: 100%;
	text-align: center;
	width: 1200px;
	display: table;
	margin: 0 auto;
}
 .nav_left{
	 width: 1200px;
	 float: left;
	 display: table;
	 /*overflow: hidden;*/
}

.nav_left .nav_btn {
	position: relative;
	float: left;
	width:120px;
	
	text-align:center;
	line-height: 30px;
	margin-left: 13px;
	font-size:16px;
}
.nav_left .nav_btn .nav_btna{
	border-left: dashed 1px #5f4c40;
	color: #333333;
	display: block;
	height: 14px;
	line-height: 14px;
	margin: 8px 0;
}

.nav_btn:first-child .nav_btna{
	border: none;
}
.nav_btn:hover{
	border-radius: 10px;
	
	background-position: 93px  center;
	background-repeat: no-repeat;
	background-color: #bf0008;
}
.nav_btn:hover .nav_btna{
	border: 0;
	color: #fff;
}
.nav_btn:hover .nav_hide{
	display: block;
}

/*隐藏*/
.nav_btn .nav_hide {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 30px;
	z-index: 999999;
}

.nav_hide li {
	
	width: 100%;
	cursor: pointer;
	line-height: 45px;
	border-bottom: 1px solid #555252;
	background: rgba(106,106,105,.3);
	color: #ffffff;

	
}
.nav_hide li a{ display:block; width: 100%;}

.nav_hide li a{
	color: #ffffff;
}
.nav_hide li:last-child{
	border-bottom: none;
}
.nav_hide li:hover{
	background: #bf0008;
}


.nav_right{
	width:1080px;
	overflow: hidden;
	float: left;
}
.nav_right li{
	width:108px;
	height:100%;
	float:left;
	padding: 7px 0;
	text-align: center;
	border-radius: 10px;
}
.nav_right li a {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	border-left: dashed 1px #5f4c40;
}
.nav_right li:first-child a{
	border-left:none;
}
.nav_right li a:link, .nav_right li a:visited { color:#333333; }
.nav_right li:hover { background:#bf0008; }
.nav_right li:hover a{
	color: #FFFFFF;
}


.nav  .nav_left .cur{
	border-radius: 10px;


	background-position: 93px  center;
	background-repeat: no-repeat;
	background-color: #bf0008;
}


  .cur .nav_btna:link,  .cur .nav_btna:visited  {
	color: #FFFFFF;
}


/*导航栏*/

/*banner开始*/
.banner {
	width:100%;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:24px auto 0;
	z-index: 100;
}
.banner ul {
	width:100000000000px;
	height:100%;
	position:absolute;
	left:0; top:0;
}
.banner li {
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.banner li a {
	width:100%;
	height:100%;
	display:block;
}
.banner li img {
	position:absolute;
	top:0;
}
.banner .bannerLodding {
	width:150px;
	height:30px;
	position:absolute;
	left:50%; top:50%;
	margin:-15px 0 0 -50px;
	color:#000;
	text-align:center;
	font:normal 12px/30px "SimSun";
}
.banner .bannerLodding img {
	vertical-align:top;
	margin:0 10px 0 0;
}
.banner span {
	width:50px;
	height:60px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top:-30px;
}
.banner span.bannerPrev {
	left:50%;
	margin-left:-500px;
}
.banner span.bannerNext {
	right:50%;
	margin-right:-500px;
}
.banner .ban_ico {
	height:10px;
	text-align:center;
	position:absolute;
	left:50%; bottom:100px;
}
.banner .ban_ico i {
	width:14px;
	height:14px;
	border-radius:50%;
	display:inline-block;
	margin:0 10px;
	cursor:pointer;
	background:#fff;
}
.banner .ban_ico i.active {
	background:#bf0008;
}
/*banner结束*/

/*banner下*/
.banner_hint {
	height:80px;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	/*background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
	position: relative;
	margin-top:-80px;
	z-index: 998;
}
.banner_keywd a {
	margin:0 10px;
	font-size:16px;
	line-height: 80px;
}
.banner_keywd strong{
	font-size:16px;
	font-weight:bold;
	line-height: 80px;
	color: #FFFFFF;
}
.banner_keywd a:link, .banner_keywd a:visited { color:#fff; }
.banner_keywd a:hover { color:#bf0008; }
.banner_search {
	width:316px;
	height:38px;
	margin-top:21px;

}
.banner_search .textInput {
	width:240px;
	height:38px;
	line-height: 38px;
	padding-left: 8px;
	color:#666666;
}
.banner_search .submitInput {
	width:65px;
	height:38px;
	color:#fff;
	line-height: 38px;
	cursor:pointer;
	float: left;
	font-size:16px;
	background: #bf0008;
	overflow: hidden;
}
/*banner下*/
/*头部结束*/


/*底部开始*/
.foot_youqing {
	width: 100%;
	height:78px;
	line-height: 78px;
	background:#c4181f;
}
.foot_youqing .you{
	margin-right: -65px;
	overflow: hidden;
}
.foot_youqing a {
	float: left;
	display:inline-block;
	color: #ffd1b8;
	font-size: 13px;
	margin-right: 65px;
}
.foot_youqing a:last-child{
	width: 29px;
	height: 18px;
	margin-top: 30px;
	background: url(Img/Common/yj.png) center no-repeat;
}
.foot_youqing a:hover{
	text-decoration: underline;
}
.foot_nav{
	width: 100%;
	height: 390px;
	background: url("Img/Common/footbg.jpg") center top no-repeat;
}
.dilogo_left{
	float: left;
	letter-spacing: 1px;
}
.dilogo_left img{
	margin-top: 15px;
	margin-bottom: 28px;
}
.dilogo_left .bu{
	color: #bcbcbb;
}
.dilogo_left p{
	font-size: 13px;
	line-height: 13px;
	color: #939393;
	margin-bottom: 18px;
}
.dilogo_left p a{color: #939393;}
.dilogo_left p span{
	padding-left: 25px;
}
.dilogo_left .did{
	font-size: 30px;
	line-height: 30px;
	margin-top: 28px;
	color: #fff;
	padding-left:30px;
	background: url(Img/Common/did.png) left center no-repeat;
}
.dilogo_left .did span{width:280px; height:30px; display:block; text-align:left; font-size:20px; font-family:"微软雅黑"; font-weight:bold;}
.dilogo_zhong{
	width: 330px;
	float: left;
	margin-top: 98px;
	margin-left: 98px;
	letter-spacing: 1px;
	overflow: hidden;
}
.dilogo_zhong h2{
	font-size: 22px;
	color: #949393;
	line-height: 30px;
}
.dilogo_zhong h3{
	font-size: 16px;
	color: #bcbbbb;
	line-height: 20px;
	margin-bottom: 34px;
}
.foot_nav ul li{
	margin-right: 45px;
	text-align: center;
	float: left;
	font-size: 14px;
	margin-bottom: 26px;
}
.foot_nav ul li a{
	color: #bbbbbb;
}
.foot_nav ul li a:hover{
	text-decoration: underline;
}
.dilogo_right{
	width: 200px;
	height: 368px;
	text-align: center;
	background: url(Img/Common/diid.jpg) center no-repeat;
	float: right;
}
.dilogo_right img{
	margin: 25px 0 0;
}
.dilogo_right p{
	font-size: 13px;
	color: #fff;
	margin-top: 10px;
}
/*底部结束*/