﻿@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: microsoft yahei, "宋体";
	position: relative;
}/*网站字体颜色*/
.body {
	background-color: #fff;
}
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	font-family: microsoft yahei;
}
.container1{
	margin-left: auto;
	margin-right: auto;
	width: 1220px;
	font-family: microsoft yahei;
}
.container2{
	margin-left: auto;
	margin-right: auto;
	width: 1500px;
	font-family: microsoft yahei;
}
.container3{
	margin-bottom: 10px;
    padding-left: 30px;
	width: 950px;
	font-family: microsoft yahei;
    color: #3e3e3e;
    font-size: 15px;
    background-color: white;
}
/*页眉*/
.header {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.header .hdYy {
	position: absolute;
	left: 0;
	bottom: -3px;
	z-index: 999;
	width: 100%;
	height: 3px;
	background: url(../img/hdyy.png) repeat-x center;
}
/*--顶部链接导航*/
.hd_top {
	background-color: #ebebeb;
}
.hd_top .container {
	height: 25px;
	line-height: 25px;
}
.hd_top a {
	padding: 0 1px;
}
/*--页眉内容*/
.hd_cont {
	position: relative;
	height: 150px;
}
.hd_cont .hd_logo {
	position: absolute;
	left: 0;
	top: 18px;
}
.hd_cont .hd_logo dd {
	margin-top: 26px;
	margin-left: 18px;
	padding-left: 14px;
	height: 60px;
	border-left: 1px dotted #b2b2b2;
	padding-top: 10px;
}
.hd_cont .hd_logo dd h2 {
	padding:0 0 6px 5px;
}
.hd_cont .hd_logo dd p {
	font-size: 14px;
	padding-top: 10px;
}
.hd_cont .hd_logo dd span {
	margin-right: 1px;
}
.hd_cont .dh_phone {
	padding-top: 4px;
	padding-left: 50px;
	margin-top: 48px;
	background: url(../img/hdphoen_ico.png) no-repeat left center;
	font-size: 14px;
	color: #333;
}
.hd_cont .dh_phone dd {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.search {
	padding: 16px 0px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}
.search .searchBox {
	width: 312px;
}
.search .soText {
	float: left;
	width: 250px;
	height: 16px;
	line-height: 16px;
	padding: 13px 10px;
	color: #333;
	border: none;
	background: url(../img/searchtxt.png) no-repeat center;
	outline: none;
}
.search .soBtn {
	float: right;
	width: 42px;
	height: 42px;
	border: none;
	background: url(../img/searchbtn.png) no-repeat left center;
}
.search .keyWord {
	padding-left: 30px;
	width: 500px;
	height: 42px;
	overflow: hidden;
	font-size: 14px;
	background: url(../img/hot_ico.png) no-repeat left 6px;
}
.search .keyWord em {
	font-weight: bold;
	color: #ff4200;
}
.search .keyWord a {
	padding: 0 2px;
	color: #333;
	font-weight: normal;
}
/*--导航栏*/
.mainNav {
	background: url(../img/navbg.png) repeat-x center;
}
.mainNav>ul {
	height: 62px;
    padding-left: 238px;
}
.mainNav>ul>li {
	position: relative;
	float: left;
	white-space: nowrap;
	word-break: break-all;
}
.mainNav>ul>li.liH {
	background: url(../img/navli.png) repeat-x center;
}
.mainNav>ul>li>a {
	display: block;
	padding: 0 20px;
	height: 62px;
	line-height: 62px;
	font-size: 14px;
	color: #333;
	font-family: microsoft yahei;
	text-decoration: none;
}
.mainNav>ul>li>a.navHome {
	padding: 0 24px;
	background-image: none;
}
.mainNav>ul>li>a.cur, .mainNav>ul>li:hover>a {
	background: url(../img/navlih.png) repeat-x center;
	color: #fff;
}
/*.mainNav>li ul{position:absolute; top:82px; left:0px; padding-bottom:10px; display:none; width:100%; background-color:#046640;}
.mainNav>li ul li{margin:0px 10px; height:35px; line-height:35px; overflow:hidden; text-align:center; border-top:1px dashed #8bb1a2;}
.mainNav>li ul li.noBt{border-top:none;}
.mainNav>li ul li a{color:#fff; font-size:14px;}
.mainNav>li:hover ul{display:block;}*/

/*页尾*/
.fotWrap {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #3e3e3e;
}
.footer {
	position: relative;
}
.fotGy {
	padding: 0 26px;
	float: left;
	height: 190px;
	border-left: 1px dotted #656565;
}
.fotGy.fotT1 {
	padding-left: 0;
	border-left: none;
}
.fotGy dt {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.fotGy dd {
	padding-left: 12px;
	height: 30px;
	line-height: 30px;
	background: url(../img/fotgy_ico.png) no-repeat left center;
}
.fotGy dd a {
	color: #c5c5c5;
}
.footer .ewm {
	float: right;
	padding-right: 1px;
}
.footer .ewm h4 {
	margin-bottom: 1px;
}
.footer .ewm p {
	overflow: hidden;
	padding-left: 50px;

}
.footer .ewm p span {
	float: left;
	margin-right: 8px;
	width: 158px;
	text-align: center;
    padding-top: 6px;
}
.footer .ewm p em {
	margin-top: 6px;
	display: block;
	color: #fff;
        margin-left: 5px;
}
.footer .ewm p img {
}
.footer .fot_phone {
	position: absolute;
	top: 230px;
	right: 0;
	padding-top: 4px;
	padding-left: 48px;
	background: url(../img/hdphoen_ico.png) no-repeat left center;
	color: #fff;
}
.footer .fot_phone dd {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff4200;
}
.fotTxt {
	position: relative;
	top: 7px;
	color: #fff;
	line-height: 25px;
}
.fotTxt a {
	color: #fff;
}
.fotTxt span {
	margin-right: 50px;
}
.fotTxt span img {
	position: relative;
	bottom: -4px;
	margin-right: 6px;
}
