@charset "utf-8";
/* CSS Document */
#header_txt {
	background: #F2F2F2;
	border-bottom: 1px solid #DFDFDF;
}
.xww_header h1 {
	float: left;
	font-size: 0.95rem;
	padding: 8px 0px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif, microsoft yahei;
	display: table-cell;
	vertical-align: middle;
	padding-left: 50px;
}
.xww_header b {
	color: #F00;
}
.wechat_lang {
	float: right;
	padding-top: 5px;
	padding-right: 0.5em;
}
.lq_xww {
	float: left;
}
.lq_xww a {
	width: 19px;
	height: 19px;
	margin: 3px 5px;
	position: relative;
	display: inline-block;
 *display:inline;
 *zoom:1;
}
.lq_xww a i {
	width: 19px;
	height: 19px;
	background: url(../images/icon_xw2.png) no-repeat;
	display: inline-block;
 *display:inline;
 *zoom:1;
}
.lq_xww a .icon_lq_xww1 {
	background-position: -0.2px 0;
}
.lq_xww a .icon_lq_xww2 {
	background-position: -21px 0;
}
.lq_xww a .icon_lq_xww3 {
	background-position: -42px 0;
}
.lq_xww a:hover i {
	opacity: 0.8;
}
.lq_xww .wechat_pic {
	position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: -60px;
	top: 19px;
	width: 120px;
	padding-top: 10px;
	display: none;
}
.lq_xww a:hover .wechat_pic {
	display: block;
}
.lq_xww .wechat_pic::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -8px;
	width: 15px;
	height: 8px;
	background: url(../images/icon11.png) no-repeat center;
}
.lq_xww .wechat_pic .wechat_xww {
	background: #fff;
	box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
}


.wechat_lang .xww_lang {
	float: left;
	margin-left: 5px;
	line-height: 17px;
	font-size: 14px;
	padding: 3px 0px 0px 0px;
}
.xww_lang .lang_b {
	color: #333;
	padding: 3px 3px;
	border-radius: 10px;
	font-size: 0.95em;
	font-weight: normal;
}
.wechat_lang .xww_lang .icon_cn {
	width: 16px;
	height: 10px;
	display: inline-block;
 *display:inline;
 *zoom:1;
	margin: 0px 2px 4px 3px;
	vertical-align: middle;
	background: url(../images/cha.gif) no-repeat center;
}
.wechat_lang .xww_lang .icon_en {
	width: 16px;
	height: 10px;
	display: inline-block;
 *display:inline;
 *zoom:1;
	margin: 0px 2px 4px 3px;
	vertical-align: middle;
	background: url(../images/englsi.gif) no-repeat center;
}
.xww_lang a {
	position: relative;
	top: -3px;
}
.log_xww{
	
	
	width:45%;
	float:left;
	height:115px;
		}

.xww_logo {
	float: left;
}
.xww_gsname {
	float: left;
	padding: 15px 0px 5px 0px;
	border-bottom: 1px solid #D3E3F5;
	
	
}
.xww_gsname h1 {
	font-size: 1.6rem;
	padding: 10px 0px;
	color:#0080C0;
	letter-spacing: 3px;
}
.xww_gsname .font_s {
	font-size: 0.9rem;
	color: #939393;
	font-weight: normal;
	letter-spacing: 1px;
}
.xww_tel {
	float: right;
}
/*菜单*/
#meau_nav .active{
		color:#03F;
		font-weight:600;
		border-bottom:3px solid #F30;
		}

.xww_nav {
	
	height: 55px;
	float:right;
	width:55%;
	margin-top:52px;
}
.nav_box li {
	font-size: 1rem;
	float: left;
	line-height: 55px;
	padding:0px 22px;
}

.nav_box li{
	display: block;
	
	background: url(../images/downx.png) no-repeat right center;
	
	position: relative;
}

.nav_box li:hover{
	display: block;
	
	background: url(../images/upx.png) no-repeat right center;
	
	position: relative;
}

#meau_nav li:nth-child(1) {

 background:none;
}
.nav_box li:nth-child(2) { 
 
    background:none;
 
 
}
.nav_box li:nth-child(5) { 
 
    background:none;
 
 
}
.nav_box li:hover {
	font-size: 1rem;
	float: left;
	line-height: 55px;
	display: block;
	
}


.nav_box li a {
	color: #333;
	display: block;
	text-decoration: none;
	text-align: center;
}
.nav_box li a:hover {
	color:#F00;
}
.nav_box .sub_menu {
	display: none;
	position: absolute;
	background:#fff;
	list-style: none;
	transition-duration: 0.5s;
	padding: 0px 0px 5px 0px;
	width: 170px;
	box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
      -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-top:8px;
}

.nav_box .sub_menu::after {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -55px;
	width: 15px;
	height: 8px;
	background: url(../images/icon11.png) no-repeat center;
	
	
	
	
}

.nav_box .sub_menu:hover{
  

  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;	 
	
}


.nav_box .sub_menu li {
	float: none;
	height: 45px;
	line-height: 45px;
	padding: 0px 0px;
	border-bottom: 1px dashed #ccc;
	height: 100%;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
	
	
	
	
	
	
}
.nav_box .sub_menu li{
	
	background:none;
	
	}





.nav_box .sub_menu li a {
	font-size: 0.875em;
	text-align:left;
}
.xw_menu:hover + .sub_menu {
	display: block;
  
}
.sub_menu:hover {
	display: block;
}
/***banner***/


