body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td, img {
	margin:0;
	padding:0;
}
img {
	border:0
}
ol, ul {
	list-style:none
}
input {
	outline: none;
	border:none;
}
html {
	_overflow-y:scroll;
}
/*****！！页面通用css样式定义开始******/
html, body {
	min-width: 1200px;
	font-family: "Microsoft YaHei";
_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");
}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body {
	font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px;
	outline: none;
}
* {
	word-break: break-all;
	word-wrap:break-word
}
/* 网站超链接css通用设置 */
a {
	text-decoration: none;
} /* 链接无下划线,有为underline */
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover {
	color: #333;
	text-decoration: none;
} /* 鼠标在链接上 */
a:active {
	color: #333;
} /* 点击激活链接 */
.fl {
	float:left;
}
.fr {
	float:right;
}
.hide {
	display: none
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}/*清除浮动*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow: hidden;
}/*清除浮动*/
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
	display:block
}

.dib {
	display: inline-block;
*display: inline;
	zoom:1;
}
/*表格样式定义 */ 
checkbox {
	border: 0px;
}/*选择框样式定义 */
.input {
	border:1px solid #ccc;
	height:20px;
	line-height:20px
}
ul, li {
	list-style:none
}
.backcolor {
	background:#0651a2;
}
.center {
	margin: 0 auto;
	width: 1200px;
}
.top {
	background:url(../images/topbg.jpg) repeat-x;
	width:100%;
	height:165px;
}
.top .toptext {
	height:45px;
}
.top .toptext p {
	line-height:45px;
	color:#666666;
	font-size:14px
}
.top .logo {
}
.top .logo img {
	height: 75px;
	margin-right: 15px;
	margin-top: 23px;
}
.top .logo .navbar-left h1 {
    font-size: 36px;
    color: #0651a2;
    line-height: 45px;
    padding-top: 27px;
}
.top .logo .navbar-left span {
    font-size: 12px;
    color: #0651a2;
    line-height: 20px;
    font-family: arial;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.top .logo .navbar-left span i {
	font-size:17px;
	color:#c9c9c9;
	line-height:20px;
	letter-spacing:-1px
}
.navbar-left {
	float: left !important;
}
.toptel {
	float:right;
	width:402px;
	height:84px;
	margin-top: 26px;
}
.toptel p {
	float: right;
	background: url(../images/dg.jpg) no-repeat left bottom;
	padding-right: 25px;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	padding-left: 32px;
	padding-top: 14px;
}
.toptel div {
	float:left;
	width:382px;
	height:38px;
}
.toptel div strong {
	display:block;
	font-size:28px;
	line-height:38px;
	color:#009951;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right
}
.header-nav {
	background:#0651a2;
	width:100%
}
/* added by leevare 2017-8-28 15:46:48; */
.container2 {
	width: 1200px;
	margin:0 auto
}
.header-nav .nav-list>li {
	float:left;
	padding:0;
	position:relative;
	display:block;
	margin:0 0.1%
}
.header-nav .nav-list>li:first-child {
}
.header-nav .nav-list>li>a {
	font-size: 16px;
	position: relative;
	line-height: 60px !important;
	color: #fff;
	display: block;
	padding: 0 33px;
}
.header-nav li.active>a, .header-nav .nav-list>li:hover>a {
	color:#fff;
	background:#009951;
	display:block
}
.header-nav .nav-list>li>a.nav_on {
	font-size:16px;
	position:relative;
	color:#fff;
	background:#009951;
	display:block
}
.header-nav .header-contact {
	margin-top:28px;
	padding-left:32px;
}
.header-nav .header-contact>p {
	color:#444;
	font-size:14px;
	margin-bottom:0;
	line-height:18px;
}
.header-nav .header-contact>.fr p {
	font-size:25px;
	color:#a10000;
	line-height:30px;
	font-family:impact
}
.header-nav .header-contact>.fr p:first-child {
	font-size:12px;
	color:#999 !important;
	line-height: 14px;
	font-family:微软雅黑
}
.top-icon {
	width:12px;
	height:12px;
	position:absolute;
	margin-left:-18px;
	vertical-align:middle;
	margin-top:13px;
}
.icon-follow {
	background:url("../images/top_icons2.png") no-repeat left center;
}
.icon-global {
	background:url("../images/top_icons3.png") no-repeat left center;
}
.dropdown-menu {
	display:block;
	display: none\9;
	display: block\9\0;
	-webkit-transform:scale(1.2, 0);
	transform:scale(1.2, 0);
	opacity:0;
	-webkit-transform-origin:top;
	transform-origin:top;
-webkit-transition:all .2s ease-out;
-webkit-transition:-webkit-all .2s ease-out;
transition:-webkit-all .2s ease-out;
transition:all .2s ease-out;
transition:all .2s ease-out, -webkit-all .2s ease-out;
	z-index:99999;
	position: absolute;
	background:#fff;
	top:60px;
	width:100%;
	text-align:center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	margin-left:0;
	width:245%;
}
.dropdown-menu > li {
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
.dropdown-menu > li:last-child {
	border-bottom:1px solid #e5e5e5;
}
.dropdown-menu > li>a {
	font-size:14px;
	line-height:42px;
	display:block;
	width:100%;
transition:all .1s ease;
	color:#333
}
.dropdown-menu > li>a:hover {
	color:#009951;
	text-decoration:none
}
.dropdown-active {
	display: block\9;
	-webkit-transform:scale(1, 1);
	transform:scale(1, 1);
	opacity:1;
}
/*子页面大图*/
.nban {
	width:100%;
	height:350px;
	margin:0 auto;
	background:#dfdfdf;
}
/*footer*/
.foot {
    width: 100%;
    background: #393c41;
    padding-top: 45px;
    padding-bottom: 45px;
}
.foot .maina {
	width:1200px;
	height:85px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	border-bottom:1px solid #808080;
}
.foot .maina .botlogo {
	width:350px;
	height:85px;
	background:url(../images/bot_logo.png) 15px 0 no-repeat;
	display:block;
	float:left;
}
.foot .maina .botlink {
	display:block;
	float:left;
	height:56px;
	line-height:56px;
	font-size:14px;
	color:#dddee2;
	margin-top:29px;
}
.foot .maina .botlink a {
	line-height:56px;
	font-size:14px;
	color:#dddee2;
	margin:0 10px
}
.foot .mainb {
	width:1200px;
	height:225px;
	margin:32px auto 0;
}
.botdh {
    float: left;
    width: 480px;
    margin-right: 15px;
}
.botdh ul li {
	float: left;
    width: 40%;
    margin: 0 10% 0 0;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    color: #dddee2;
    font-size: 14px;
    border-bottom: 1px solid #808080;
}
.botdh ul li a {
	line-height:50px;
	color:#dddee2;
	font-size:14px
}
.botlx {
    width: 280px;
    float: left;
    font-size: 14px;
    line-height: 45px;
    color: #dddee2;
}
.botlx * {
	font-size:14px;
	line-height:45px;
	color:#dddee2
}
.botewm {
	width: 373px;
    float: right;
    background: url(../images/ewm.jpg) no-repeat 0 0;
}
.botewm ul {
	width:274px;
	height:auto;
	display:block;
	float:right;
	margin-top:6px
}
.botewm ul li {
	width:123px;
	height:auto;
	display:block;
	float:left;
	margin-right:28px;
	display:block;
	text-align:center
}
.botewm ul li img {
	width:112px;
	height:112px
}
.botewm ul li p {
	margin-top:6px;
	font-size:14px;
	line-height:45px;
	color:#d4d5d7
}
.footer {
	width:100%;
	height:60px;
	margin:0 auto;
	background:#292a2e
}
.footer ul {
	width:1200px;
	height:60px;
	margin:0 auto
}
.footer ul li {
	float:left;
	line-height:60px;
	font-size:14px;
	color:#6b6f72
}
.footer ul li a {
	line-height:60px;
	font-size:14px;
	color:#6b6f72
}
.textover {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
