﻿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
}
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
}
input {
	outline: none;
	border: none;
}
html {
	_overflow-y: scroll;
}
/*****！！页面通用css样式定义开始******/

html, body {
	min-width: 1000px;
	font-family: "Microsoft YaHei";
 _width: expression(document.body.clientWidth < 1000 ? "1000px": "auto");
}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
	font-family: "微软雅黑";
	/*文字字体定义 */
    font-size: 14px;
	/*文字大小定义 */
    color: #333;
	/*文字颜色定义 */
    min-width: 1000px;
	outline: none;
}
* {
	word-break: break-all;
	word-wrap: break-word
}
/* 网站超链接css通用设置 */

a {
	text-decoration: none;
}
/* 链接无下划线,有为underline */

a:link {
	color: #2c2c2c;
}
/* 未访问的链接 */

a:visited {
	color: #2c2c2c;
}
/* 已访问的链接 */

a:hover {
	color: ;
	text-decoration: none;
}
/* 鼠标在链接上 */

a:active {
	color: #2c2c2c;
}
a {
	transition: all 0.15s linear 0s;
}
/* 点击激活链接 */

p {
	line-height: 24px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hide {
	display: none
}
.show {
	display: block
}
.dib {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.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
}
.dib {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.red {
	color: red
}
/*表格样式定义 */

checkbox {
	border: 0px;
}
/*选择框样式定义 */

.input {
	border: 1px solid #ccc;
	height: 20px;
	line-height: 20px
}
ul, li {
	list-style: none
}
/*public*/

.size1 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.backcolor {
	background: #092574;
}
.color {
	color: #092574;
}

.returnTop {
	position: absolute;
	top: 10px;
	right: -50px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.container {
	width: 1200px;
	margin:0 auto
}
.w110 {
	width:1100px !important
}
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding-top: 6.5px;
	padding-bottom: 7.5px;
}
.navbar-default {
	background-color: #303842;
	height:38px
}
.navbar-default .navbar-brand {
	color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #e6e6e6;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #333333;
	background-color: #ffffff;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
	background:transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
/*  background-color: #dddddd;
*/}
.navbar-default .navbar-toggle .icon-bar {
	background-image:url(../images/navico2.png);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #404040;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #ffffff;
	color: #333333;
}
.navbar-left {
	float: left !important;
}
.navbar-right {
	float: right !important;
	margin-right: -15px;
}
 .navbar-right ~ .navbar-right {
 margin-right: 0;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.search-button {
	margin-right: 10px;
}
#header {
	background-color:#fff;
}
.header-nav {
	background-color: #fff;
	height:102px;
	width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
	
}
.header .navbar-text a {
	color:#B5B5B5;
	font-size:12px;
	line-height:22px;
	padding:0;
}
.header .navbar-text img {
	margin-right:4px;
	margin-bottom:2px;
	margin-top:0;
}
.subnav {
	padding-top:17px;
}
.subnav p {
	font-size:13px;
}
.subnav .j_hide.topMenu {
	display:block;
}
.topMenu > li {
	padding-bottom:38px;
}
.navbar-right {
	margin-left:0;
	margin-right:0;
}
.navbar-right li.j_hoverBox, .navbar-right li.lan_wrap {
	margin-left:13px;
}
.bar-item-cont {
	display:none;
	position:absolute;
	top:38px;
	right:-13px;
	z-index:1000;
	padding:13px 22px 10px 21px;
	background-color:#fff;
	-webkit-box-shadow:0px 5px 8px rgba(102, 102, 102, 0.35);
	box-shadow:0px 5px 8px rgba(102, 102, 102, 0.35);
}
.bar-item-weixin img {
	display:block;
	width:89px;
	height:89px;
	margin-bottom:9px;
	margin-right:0;
}
.bar-item-weixin span {
	display:block;
	color:#666;
	font-size:12px;
	line-height:normal;
	text-align:center;
}
.navbar-nav li.splitter {
	background:url(../images/splitter.png) no-repeat center right;
}
.navbar-left li.yewu {
	position:relative;
}
.navbar-left li.yewu a {
	background:url(../images/sub_menu.png) 89% 47% no-repeat;
}
.navbar-left .yewu.active a {
	background-image:url(../images/sub_menu1.png);
}
.navbar-left .yewu ol {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	z-index:1000;
	background-color:#fff;
	-webkit-box-shadow:0px 5px 8px rgba(102, 102, 102, 0.35);
	box-shadow:0px 5px 8px rgba(102, 102, 102, 0.35);
	padding:17px 26px;
}
.navbar-left ol li {
	border-bottom:1px solid #d7d7d7;
	float:none;
	width:58px;
	height:35px;
	line-height:35px;
}
.navbar-left ol li:last-child {
	border:none;
}
.navbar-left .yewu ol a, .navbar-left .yewu.active ol a {
	background:none;
	padding-left:0;
}
.yewu ol a:hover, .languagein a:hover, .pro_list_wrap li a:hover, .inquiry li a:hover {
	color:#f29c06;
}
.lan {
	position:relative;
	z-index:100;
}
.languagein {
	display:none;
	background-color:#fff;
	position:absolute;
	z-index:1000;
	top:10px;
	right:0;
	width:440px;
	padding:22px 36px;
	-webkit-box-shadow:0px 5px 8px rgba(102, 102, 102, 0.35);
	box-shadow:0px 5px 8px rgba(102, 102, 102, 0.35);
}
.languagein p {
	border-bottom:1px solid #d0d0d0;
	color:#666;
	font-size:14px;
	margin-bottom:20px;
}
.languagein li {
	float:none;
	height:32px;
	line-height:32px;
	padding-left:24px;
	background:url(../images/languagebg.jpg) center left no-repeat;
}
.navbar-right .languagein a {
	color:#274899;
	font-size:14px;
}
.navbar-inverse {
	margin-top:19px;
}
.navbar-inverse .navbar-nav {
	margin-top:8px;
}
.navbar-inverse .navbar-nav li.current, .navbar-inverse .navbar-nav li.active {
	border-bottom:3px solid #ff9a00;
	padding-bottom:38px;
}
.navbar-inverse .navbar-nav > li > a {
	color:#333;
	font-weight:normal;
	border-left:1px solid #c9c9c9;
	padding:0 22px;
	line-height:12px;
}
.navbar-inverse .navbar-nav li:first-child a {
	border:none;
	padding-left:30px;
}
.navbar-inverse .navbar-nav li.active a {
	color:#333;
}
.navbar-inverse .navbar-nav li.current a, .navbar-inverse .navbar-nav li.active a:hover {
	color:#FF9900;
}
.navbar-inverse .navbar-nav .pro_btn a {
	padding:0 30px;
}
.navbar-inverse li.pr0 a {
	padding-right:0;
}
.pro_list_wrap {
	background-color:#f2f2f2;
	padding-top:46px;
	padding-bottom:58px;
}
.pro_list_wrap ul {
	padding-left:0;
}
.pro_list_wrap ul li {
	line-height:14px;
	padding:14px 0;
}
.pro_list_wrap ul li .pro_list_item a {
	color:#999;
	font-size:14px;
	margin:0 10px 14px;
	line-height:14px;
	display:inline-block;
}
.pro_list_wrap ul li .pro_list_item a.active {
	color:#FF9900
}
.pro_list_wrap li span {
	color:#3671CF;
	width:80px;
	border-right:1px solid #e4e4e4;
	line-height:14px;
	margin-right:15px;
	float:left;
}
.pro_list_wrap li span>a {
	color:inherit;
}
.pro_list_wrap li span>a:hover {
	color:inherit;
}
.pro_list_wrap .pro_list_item {
	overflow:hidden;
}
.chanpin_list_wrap {
-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;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	background-color: #fff;
	padding-top:30px;
	padding-bottom:22px;
	top:139px;
}
.chanpin_list_wrap .chanpin_list {
	text-align:center;
	width:16.8%;
	float:left;
	margin:0 3px
}
.chanpin_list_wrap .chanpin_list h3 {
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size:16px;
	font-weight:bold;
}
.chanpin_list_wrap .chanpin_list a:hover h3 {
	color:;
}
.chanpin_list_wrap .chanpin_list img {
	max-width:100%
}
.chanpin_list_wrap ul {
	padding-left:0;
}
.chanpin_list_wrap ul li {
	line-height:24px;
}
.chanpin_list_wrap ul li .pro_list_item a {
	color:#999;
	font-size:14px;
	margin:0 10px 14px;
	line-height:14px;
	display:inline-block;
}
.chanpin_list_wrap ul li .pro_list_item a.active {
	color:#FF9900
}
.chanpin_list_wrap li span {
	color:#3671CF;
	width:80px;
	border-right:1px solid #e4e4e4;
	line-height:14px;
	margin-right:15px;
	float:left;
}
.chanpin_list_wrap li a {
	color:#777;
}
.chanpin_list_wrap li a:hover {
	color:;
}
.chanpin_list_wrap li span>a {
	color:inherit;
}
.chanpin_list_wrap li span>a:hover {
	color:inherit;
}
.chanpin_list_wrap .pro_list_item {
	overflow:hidden;
}
.hide {
	display:none;
}
.inquiry {
	margin-left:26px;
	position:relative;
	float:right;
}
.inquiry .inquiryCon {
	display:none;
	position:absolute;
	top:28px;
	right:-65px;
	z-index:1000;
	background:url(../images/to-inquiry.png) center 34px no-repeat;
	padding-top:41px;
}
.inquiry ul {
	background-color:#fff;
	width:139px;
	height:162px;
	padding:0 20px;
	-webkit-box-shadow:0px 5px 5px rgba(102, 102, 102, 0.35);
	box-shadow:0px 5px 5px rgba(102, 102, 102, 0.35);
}
.inquiry ul li {
	padding:10px 0;
	text-align:center;
}
.inquiry li+li {
	border-top:1px solid #e4e4e4;
}
.inquiry li p, .inquiry li a {
	color:#333;
	font-size:13px;
	line-height:24px;
}
.search_box {
	position:relative;
	float:right;
}
.search-expand {
	display:none;
	background-color:#fff;
	border:1px solid #ccc;
	position:absolute;
	top:-16px;
	right:0;
	z-index:999;
	width:740px;
	line-height:40px;
	padding:10px 13px;
	-webkit-box-shadow:0px 0px 8px rgba(102, 102, 102, 0.35);
	box-shadow:0px 0px 8px rgba(102, 102, 102, 0.35);
}
input {
	font-family:"Microsoft YaHei";
	border:none;
}
.search-expand .input {
	color:#ccc;
	width:671px;
	height:40px;
	padding:0 5px;
	margin:0;
}
.search-expand button {
	position:absolute;
	top:7px;
	right:13px;
	width:40px;
	height:40px;
	padding:0;
	background:url(../images/search1.png) #fff no-repeat 10px center;
	border:none;
}
.consult {
	width:40px;
	height:60px;
	padding:14px 8px;
}
.hotline {
	width:99px;
	height:60px;
	padding:14px 8px 14px 6px;
}
.nav_hovers {
	position:relative;
}
.nav_hovers .popup {
	position:absolute;
	top:12px;
	left:0;
	z-index:1000;
	padding-top:41px;
}
.nav_hovers ol {
	display:none;
	padding-left:0;
	background-color:#fff;
	-webkit-box-shadow:0px 5px 8px rgba(102, 102, 102, 0.35);
	box-shadow:0px 5px 8px rgba(102, 102, 102, 0.35);
	padding:17px 26px;
}
.nav_hovers ol li {
	border-top:1px solid #d7d7d7;
	width:56px;
	line-height:35px;
}
.nav_hovers li:first-child {
	border-top:none;
}
.navbar-nav li.nav_hovers li a {
	padding-left:0!important;
}
.nav_hovers ol li a:hover {
	color:#ff9900;
}
/* added by leevare 2017-8-28 15:46:48; */
.header-top .top-list>li>a {
	position:relative;
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
	color:#8994a2;
	line-height:38px
}
.header-top .top-list.right>li:last-child>a {
	padding-right:0;
}
.header-top .top-list>li>a:after {
	content:'';
	position:absolute;
	width:1px;
	height:10px;
	background-color:#596068;
	top:50%;
	margin-top:-5px;
	margin-left:15px;
}
.header-top .top-list.right>li:first-child>a:after {
	margin-left:15px;
}
.header-top .top-list>li:first-child>a:after {
	margin-left:29px;
}
.header-top .top-list>li:first-child>a {
	padding-left:28px;
	padding-right:28px;
}
.header-top .top-list>li:last-child>a:after {
	display:none;
}
.header-top .top-list>li:nth-last-child(2)>a {
padding-right: 0;
}
.header-top .top-list>li:nth-last-child(2)>a:after {
display:none;
}

.header-nav .nav-list>li {
	float:left;
	padding:0;
	position:relative;
}
.header-nav .nav-list>li>a {
	padding:0 25px;
	font-size:18px;
	position:relative;
	line-height:101px !important
}
.header-nav li.active>a, .header-nav .nav-list>li:hover>a {
	color:#092574;
}
.header-nav .nav-list>li>a.nav_on {
	padding:0 25px;
	font-size:18px;
	position:relative;
	color:#092574;
	font-weight:bold;
}
.header-nav .nav-list>li>a:after {
	content:'';
	position:absolute;
	width:1px;
	height:10px;
	background-color:#ddd;
	top:50%;
	margin-top:-5px;
	margin-left:25px;
}
.header-nav .nav-list>li:last-child>a:after {
	display:none;
}
.header-nav .header-contact {
	margin-top:28px;
no-repeat left center;
	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:#d30000;
	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 {
	border-radius:0;
	margin:0px;
	border-top:1px solid #ddd;
	min-width:auto;
	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;
	-webkit-box-shadow:0px 5px 8px rgba(102, 102, 102, 0.35);
	box-shadow:0px 5px 8px rgba(102, 102, 102, 0.35);
	padding:17px 16px;
	z-index:9999;
	position: absolute;
	background:#fff;
	top:101px;
	width:80px;
	text-align:center;
	margin-left:-5px
}
.dropdown-menu > li:not(:last-child) {
border-bottom:1px solid #d7d7d7;
}
.dropdown-menu > li>a {
	padding:5px 0;
	font-size:14px;
	line-height:35px;
}
.dropdown-menu > li>a:hover {
	background-color:transparent;
}
.dropdown-active {
	display: block\9;
	-webkit-transform:scale(1, 1);
	transform:scale(1, 1);
	opacity:1;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	/*padding: 7.5px 27px;*/
  padding: 0 27px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}
.nav > li.disabled > a {
	color: #333333;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #f29c06;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	border-color: #333333;
}
.nav .nav-divider {
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	width:auto;
}
.nav-tabs > li {
	float: left/9;
	display:inline-block;
}
.nav-tabs > li > a {
	border: #d3d6da 1px solid;
	padding:8.5px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 198px;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	margin-right: 20px;
}
.nav-tabs > li > a:hover {
	border-color:#3671CF;
	background: #3671CF;
	color:#fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color:#3671CF;
	background: #3671CF;
	color:#fff;
	cursor: default;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
.fl {
	float:left
}
.fr {
	float:right
}
/*网站底部*/
/*footer*/

.navigation{
	display: block;
    float: left;
    width: 200px;
    height: auto;
    margin-right: 160px;
	}
.navigation .title{ font-size:18px; color:#ffffff; line-height:35px}
.navigation .title span{margin-left:10px;font-size:12px; color:#9a9ea2; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.navigation .contentb{ margin-top:20px}
.navigation .contentb ul li{
	width: 56px;
    height: 38px;
    display: block;
    float: left;
    margin-right: 85px;
    border-bottom: 1px solid #7f7f7f;
    text-align: center;
	}
.navigation .contentb ul li a{line-height:38px; font-size:14px; color:#d6d8da}

.navigation .contentb ul li:nth-child(2n){ margin-right:0}


.botlx{ display:block; float:left; width:360px; height:auto;}
.botlx .title{ font-size:18px; color:#ffffff; line-height:35px}
.botlx .title span{margin-left:10px;font-size:12px; color:#9a9ea2; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.botlx .content{ margin-top:20px; font-size:14px; line-height:34px; color:#d6d8da}
.botlx .content ul li{ float:left; width:50%; height:40px; line-height:40px; font-size:14px; color:#d6d8da}
.botlx .content ul li a{line-height:40px; font-size:14px; color:#d6d8da}



.attention{ width:150px; height:auto; display:block; float:right}
.attention .title{ font-size:18px; color:#ffffff; line-height:35px}
.attention .title span{ margin-left:10px;font-size:12px; color:#9a9ea2; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.attention .content{ margin-top:20px; width:320px; height:150px; position:relative }
.attention .content .ewm{ position:absolute; right:0; top:0; width:148px; height:148px;}
.attention .content .message{ position:absolute; left:15px; top:42px; width:127px; height:35px; background:url(../images/message.jpg) 0 0 no-repeat; text-indent:50px; font-size:16px; line-height:35px; color:#fff}
.attention .content .message a{font-size:16px; line-height:35px; color:#fff}

.attention .content .hottel{ 
    position: absolute;
    left: 0;
    top: 95px;
    text-align: right;
    width: 142px;
    height: auto;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}
.attention .content .hottel p{font-size:20px; line-height:26px; color:#fff; font-family:Arial, Helvetica, sans-serif}

.bottom{ width:100%; height:66px; margin:-20px auto; background:#2a3137; text-align:center}
.bottom li{
	display: inline-block;
    height: 66px;
    line-height:66px;
    /*padding: 0 45px;*/
    margin: 0 45px;
    /*background: #2756cc;*/
    color: #95989b;
    font-size: 14px;
    /*border-radius: 25px;*/
	}
.bottom li a{line-height:66px;color: #95989b;font-size: 14px;}


/*头部代码*/
.toparea {
	width:100%;
	height:40px;
	margin:0 auto;
	background:#f9f9f9
}
.toparea ul {
	width:1200px;
	height:40px;
	margin:0 auto
}
.toparea ul li {
	float:left;
	font-size:14px;
	color:#999999;
	line-height:40px
}
.toparea ul li a {
	font-size:14px;
	color:#999999;
	line-height:40px
}
.toparea ul li span {
	margin:0 10px
}


.bannerfo{ width:100%; height:46px; padding-top:20px;}
.bannerfo ul{ width:1130px; height:46px; margin:0 auto}
.bannerfo ul li{ display:inline}
.bannerfo ul .inputbox{ width:202px; height:30px; padding:6px 0 0; overflow:hidden}
.bannerfo ul .inputbox input{ width:192px; height:30px; padding:2px 5px; border:none; background:#eae8e9; line-height:26px }
.bannerfo ul .menuser{ width:33px; height:24px;margin:6px 0px 0; padding:3px 0; background:#004ce7}
.bannerfo ul .menuser img{width:33px; height:24px}
.bannerfo ul .text{ width:950px; height:46px;}
.bannerfo ul .text,.bannerfo ul .text *{ line-height:46px;}
.bannerfo ul .text span{ font-weight:bold;}
.bannerfo ul .text a{  color:#2c2c2c}


.navbg{
	width: 100%;
    height: 90px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    z-index: 999;
	}
	
.navbg .main{ width:1300px; height:auto; margin:0 auto}	
.navbg .main .logo{
	display: block;
    float: left; margin-right:50px;
	margin-top:5px;
	}	
.navbg .main .logo img{ padding-top:10px}
	
.navbg ul{}
.navbg ul li{ float:left;position:relative;}

.navbg ul li a{
	line-height: 90px;
    font-size: 18px;
    color: #333333;
    display: block;
    padding: 0 23px;
	}
.navbg ul li a:hover{ color:#092574; line-height:90px; font-size:18px; display:block;}
.navbg ul li:hover{color:#092574; line-height:90px; font-size:18px; display:block}
.navbg ul li:hover a{ color:#092574}

.navbg ul li dl{position:absolute; left:0px; top:90px; z-index:99999;display:none; width:100%}
.navbg ul li:hover dl{ position:absolute; left:0px; top:90px; z-index:99999;display:block;}

.navbg ul li dl dt a{
	padding-left:0;
	padding-right:0;
	width:100%;
	height:42px;
	line-height:42px !important;
	color:#000 !important;
	font-size: 15px !important;
	font-weight:100;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block; float:left;
	text-align:center;
	background:#ffffff; border-bottom:1px solid #ddd}


.navbg ul li dl dt a:hover{
	background:#fff;color:#000 !important;line-height:42px !important; font-size:15px !important; font-weight:100;}

.navbg .nav_on{color:#092574; height:90px; display:block; line-height:90px; font-size:18px; font-weight:bold;}

.navbg.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1300px; z-index:999; background:#fff; margin:0;box-shadow: 3px 3px 3px rgba(0,0,0,.1);}