#mid {
	width: 260px;
	height: 92px;
	top: 50%;
	left: 50%;
	margin-left: -130px;
	display: block;
}

.midbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 210px;
	height: 130px;
}

.midcon {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 130px;
	background: #fff;
}

#side {
	position: relative;
	width: 80px;
	height: 180px;
	display: block;
	overflow: hidden;
}

#side_left {
	position: fixed;
	left: 0;
	bottom: 50px;
	width: 80px;
	height: 40px;
	display: block;
	overflow: hidden;
}

#side_r_top {
	position: fixed;
	right: 0;
	top: 90px;
	width: 30px;
	height: 95px;
	display: block;
	overflow: hidden;
}

.xqq {
	position: absolute;
	bottom: 10px;
	left: 12px;
}

.xqq img {
	border: none;
}

* {
	padding: 0;
	margin: 0
}

ol,
ul,
li {
	list-style: none
}

img {
	border: none
}

a:link,
a:visited,
a:hover {
	text-decoration: none;
}

.chat_tel {
	position: fixed;
	left: 1px;
	width: 28px;
	height: 126;
	_position: fixed;
}

#chat_tel_main {
	width: 28px;
	height: 126px;
	margin: 0px;
}

#guDing {
	width: 100%;
	margin: 0 auto;
	height: auto;
	position: fixed;
	bottom: 0px;
	font-size: 16px;
	background: #fff;
	z-index: 999;
}

#guDing #gudLeft {
	width: 40%;
	padding-top: 7px;
	float: left;
}

#guDing #gudLeft ul {
	width: 100%;
}

#guDing #gudLeft ul li {
	width: 33%;
	float: left;
}

#guDing #gudLeft ul li .pink {
	font-size: 14px;
	color: #666;
	margin-top: 3%;
}

#guDing #gudRight {
	width: 100%;
	line-height: 50px;
	float: right;
}

#guDing #gudRight ul {
	width: 100%;
}

#guDing #gudRight ul .four {
	background: #ff9600;
}

#guDing #gudRight ul li {
	width: 50%;
	float: left;
	text-align: center;
}

#guDing #gudLeft,
#guDing .gudRight {
	float: left;
	font-size: 1em;
	text-align: center;
}

#guDing #gudLeft ul li a,
#guDing #gudRight ul li a {
	color: #fff;
	text-decoration: none;
}
#guDing #gudRight ul .three {
	background: #dd2726;
}
#guDing #gudRight ul .five {
	background: #266fdd;
}


/*PC导航*/
.header .headerNav {
	height: 75px; 
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
	position: fixed;
    width: 100%;
    /*top: 38px;*/
    left: 0;
    right: 0;	
}
.header .headerNav .headerNavWrap{
	max-width: 1200px;
	margin: 0 auto;
	min-height: 10px;
	overflow: hidden;
}

.headerNavWrap .headerLogo{
	width: 128px;
	height: 36px;
	padding-top: 19px;
}
 
.headerNavWrap .headerLogo>a,.headerNavWrap .headerLogo img {
	display: block;
	height: 100%;
}

@media (min-width: 320px) and (max-width: 768px){
.headerNavList {
    display: none;
}
}


.headerNavWrap .headerNavList{ 
	padding-top: 19px;
}

.headerNavWrap .headerNavList li {
	float: left;
	position: relative;
	line-height: 36px; 
	margin-left: 15px;
	text-align: center;
	padding: 0 10px; 
}

.headerNavWrap .headerNavList li a{
	color: #333;
	font-size: 16px;
	width: 100%;
    height: 100%;
    display: block;
}

.headerNavWrap .headerNavList li:hover{
	border-bottom: 3px solid #13bbaa;
}

.headerNavWrap .headerNavList li:hover a{
	color: #13bbaa;
}

.headerNavWrap .headerNavList .hover{	
	border-bottom: 3px solid #13bbaa;
}

.headerNavWrap .headerNavList .hover a{
	color: #13bbaa;
}

.headerMoNav{
	display: none;
	min-height: 10px;
	overflow: hidden;
	background: #1ccbba;
	border-bottom: 1px solid #f0f0f0; 
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.headerMoNavWrap{
	padding: 0 2%;
	margin: 0 auto;
	
	height: 60px; 
}

.headerMoNavWrap .headerMoLogo{
	width: 128px;
	height: 36px;
	padding-top: 12px;  
}
 
.headerMoNavWrap .headerMoLogo>a,.headerMoNavWrap .headerMoLogo img {
	display: block;
	height: 100%;
}

.headerMoNavWrap .headerMoMenu{
	position: relative;
	height: 60px; 
	width: 100px;
}

.headerMoSubMenu{
	width: 96%;
	background: #fff;
	min-height: 10px;
	overflow: auto;
	padding: 0 2%;
	display: none;
}

.headerMoSubMenu .headerMosubMenuList{
	width: 100%;
	padding: 10px 0;
}

.headerMoSubMenu .headerMosubMenuList li{
	width: 25%;
	line-height: 40px;
	text-align: center;
	float: left;
}

.headerMoSubMenu .headerMosubMenuList li a{
	color: #333;
	font-size: 14px;
}

.headerMosubNav{
	line-height: 40px;
	background: #d4d4d4;
	font-size: 14px;	
	text-align: center; 
}

.headerMosubNav a{
	display: inline-block;
	width: 15%;
	color: #333;
}

.headerMosubNav .en{
	width: 40%;
}

.headerMoBlckTop{
	color: #999;
	font-size: 14px;
	line-height: 50px;
	text-align: center; 
}

.menu_h {
	display: block;
	background: none;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	border: none;
	width: 35px;
	height: 30px;
	padding: 0;
	outline: none;
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 2000;
}

.menu_h::before,.menu_h::after,.menu_h span {
	background: #fff;
	border-radius: 2px;
}

.menu_h::before,.menu_h::after {
	content: '';
	position: absolute;
	height: 4px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}

.menu_h span {
	position: absolute;
	width: 100%;
	height: 4px;
	top: 50%;
	left: 0;
	overflow: hidden;
	text-indent: 200%;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.menu_h::before {
	-webkit-transform: translate3d(0, -12px, 0);
	transform: translate3d(0, -12px, 0);
}

.menu_h::after {
	-webkit-transform: translate3d(0, 12px, 0);
	transform: translate3d(0, 12px, 0);
}

.menu-open .menu_h span {
	opacity: 0;
}
.menu-open .menu_h::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.menu-open .menu_h::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

