﻿@charset "utf-8";
/* CSS Document */

input.normalInput { width:326px; height:52px; line-height:52px; font-size:16px; color:#bfbfbf; border:1px solid #999; padding:0 0 0 5px; }
input.normalBotton { width:auto; height:40px; line-height:40px; font-size:14px; color:#fff; text-align:center; border:none; background:#ff3737; display:block; margin:0 auto; padding:0 10px; }

/*编辑器的默认样式*/
.content { line-height:180%; font-size:1em; font-weight:normal; }
.content pre { line-height:180%; border:none; padding:0 0 0 2em; }
.content blockquote { line-height:180%; border:none; padding:0 0 0 2em; }
.content p { max-width:100%; line-height:180%; font-size:1em; font-weight:normal; }
.content img { max-width:100%; height:auto; }
.content h1 { line-height:180%; font-size:3em; font-weight:bold; }
.content h2 { line-height:180%; font-size:2em; font-weight:bold; }
.content h3 { line-height:180%; font-size:1.5em; font-weight:bold; }
.content h4 { line-height:180%; font-size:1.2em; font-weight:bold; }
.content ul { font-size:1em; font-weight:normal; padding-left:20px; }
.content ol { font-size:1em; font-weight:normal; padding-left:20px; }
.content dl { font-size:1em; font-weight:normal; padding-left:20px; }
.content u { font-size:1em; text-decoration:underline; font-weight:normal; }
.content i { font-size:1em; font-style:italic; font-weight:normal; }
.content strong { font-size:1em; font-weight:bold; }
.content b { font-size:1em; font-weight:bold; }
.content table { max-width:100%; font-size:1em; padding:0 20px; }
.content table p { max-width:auto; width:auto; height:auto; }
.content iframe { width:100%; display:block; margin:20px auto; padding:0 20px; }

header{width:1200px;height:100px;margin:0 auto;}
.logo{width:60%;height:100px;position:relative;}
.logo img{max-width:100%;,max-height:100px;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:99999;}
.language{width:auto;height:31px;text-align:right;margin-top:35px;}
.language a{width:auto;height:31px;line-height:31px;font-size:14px;color:#fff;text-align:center;background:#11A73B;display:inline-block;margin-left:5px;padding:0 10px;}
.language a:hover{background:#0065C4;transition:ease-in-out 0.7s;}
.language a.current{background:#0065C4;}

menu{width:100%;height:54px;background:#11a73b;}
ul.menuMain{width:1200px;height:54px;margin:0 auto;}
ul.menuMain li{width:auto;height:54px;display:inline-block;float:left;position:relative;}
ul.menuMain li a{width:123px;height:54px;line-height:54px;font-size:16px;color:#fff;text-align:center;display:block;padding:0 5px;}
ul.menuMain li.current{background:#0065c4;}
ul.menuMain li:hover{background:#0065c4;transition:ease-in-out 0.7s;}

.hiddenMenu{
	width:100%;
	height:auto;
	position:absolute;
	top:54px;
	background:#0065c4;
	z-index:999999;
	display:none;
}

.hiddenMenu a{
	width:190px;
	height:54px;
	line-height:54px;
	font-size:16px;
	color:#fff;
	text-align:center;
	display:block;
	padding:0 5px;
}

.hiddenMenu a:hover{
	background:#11a73b;
	transition:ease-in-out 0.7s;
}

ul.menuMain li:hover .hiddenMenu{
	display:block;
	transition:ease-in-out 0.7s;
}


.indexAbout{
	width:1200px;
	height:auto;
	margin:50px auto 60px;
}

.indexAboutLeft{
	width:381px;
	height:253px;
	position:relative;
	overflow:hidden;
}

.indexAboutLeft img{
	width:381px;
	height:253px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.indexAboutLeft a:hover img{
	width:400px;
	height:266px;
	transition:ease-in-out 0.7s;
}

.indexAboutLeft span{
	width:80px;
	height:55px;
	line-height:55px;
	font-size:18px;
	color:#fff;
	text-align:center;
	background:#11A73B;
	display:block;
	position:absolute;
	left:10px;
	top:0;
}

.indexAboutLeft p{
	width:96%;
	height:49px;
	line-height:49px;
	font-size:20px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	background:rgba(17,167,59,0.7);
	display:block;
	padding:0 2%;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}

.indexAboutLeft a:hover p{
	background:rgba(17,167,59,1);
	transition:ease-in-out 0.7s;
}

.indexAboutRight{
	width:747px;
	height:auto;
}

ul.indexAboutRightTitle{
	width:100%;
	height:auto;
	list-style:none;
}

ul.indexAboutRightTitle li{
	width:120px;
	height:45px;
	line-height:45px;
	font-size:18px;
	color:#fff;
	text-align:center;
	background:#656565;
	display:block;
	float:left;
	margin-right:10px;
	cursor:pointer;
}

ul.indexAboutRightTitle li:hover{
	background:#11A73B;
	transition:ease-in-out 0.7s;
}

ul.indexAboutRightTitle li.current{
	background:#11A73B;
}

ul.indexAboutRightContent{
	width:100%;
	height:auto;
	list-style:none;
	margin-top:30px;
}

ul.indexAboutRightContent li{
	width:100%;
	height:0;
	list-style:none;
	overflow:hidden;
}

ul.indexAboutRightContent li.current{
	height:auto;
}

ul.indexAboutRightContent li:nth-child(1){
	height:auto;
}

ul.indexAboutRightContent li dl{
	width:100%;
	height:auto;
	list-style:none;
}

ul.indexAboutRightContent li dl dt{
	width:220px;
	height:146px;
	border:1px solid #bfd8f0;
	display:inline-block;
	float:left;
	position:relative;
	overflow:hidden;
}

ul.indexAboutRightContent li dl dt img{
	width:220px;
	height:146px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

ul.indexAboutRightContent li a:hover dl dt img{
	width:240px;
	height:159px;
	transition:ease-in-out 0.7s;	
}

.swiper-container10 .swiper-wrapper .swiper-slide a img{
	width:220px;
	height:146px;
}

ul.indexAboutRightContent li dl dd{
	width:499px;
	height:146px;
	display:inline-block;
	float:right;
}

ul.indexAboutRightContent li dl dd h4{
	width:100%;
	height:46px;
	line-height:46px;
	font-size:30px;
	color:#333;
	font-weight:bold;
	overflow:hidden;
}

ul.indexAboutRightContent li dl dd p{
	width:100%;
	height:100px;
	line-height:25px;
	font-size:14px;
	color:#595959;
	overflow:hidden;
}

ul.indexAboutRightContent li a:hover dl dd h4{
	color:#0065c3;
	transition:ease-in-out 0.7s;
}

ul.indexAboutRightContent li a:hover dl dd p{
	color:#0065c3;
	transition:ease-in-out 0.7s;
}

footer{
	width:100%;
	height:auto;
	padding:50px 0;
	background:#3f3f3f;
}

.footerMain{
	width:1200px;
	min-height:100px;
	height:auto;
	margin:0 auto;
}

.footerMain p{
	width:1200px;
	height:auto;
	line-height:140%;
	font-size:14px;
	color:#8c8c8c;
	/*text-align:center;*/
	padding:5px 0;
}

.footerMain p a{
	font-size:14px;
	color:#8c8c8c;
	display:inline-block;
	margin:0 10px;
}

.footerMain p a:hover{
	color:#00adf3;
}

.indexProducts{
	width:100%;
	height:auto;
	background:#ebf1f5;
	padding:30px 0;
}

.indexProductsTitle{
	width:1200px;
	height:50px;
	line-height:50px;
	font-size:30px;
	color:#333;
	font-weight:bold;
	margin:0 auto 20px;
}

ul.indexProductsList{
	width:1200px;
	height:auto;
	list-style:none;
	margin:0 auto;
}

ul.indexProductsList li{
	width:228px;
	height:349px;
	list-style:none;
	display:inline-block;
	float:left;
	position:relative;
	margin-right:15px;
}

ul.indexProductsList li.mr0{
	margin-right:0;
}

.indexProductsLiImg{
	width:100%;
	height:229px;
	overflow:hidden;
}

.indexProductsLiImg img{
	width:100%;
	height:229px;
}

.indexProductsLiContent{
	width:100%;
	height:60px;
	background:#fff;
	padding:30px 0;
}

.indexProductsLiContent p{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#333;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}

.indexProcductsLiHiddenContent{
	width:208px;
	height:309px;
	background:#0065c3;
	padding:10px 10px 19px;
	overflow:hidden;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	opacity:0;
}

ul.indexProductsList li:hover .indexProcductsLiHiddenContent{
	opacity:1;
	transition:ease-in-out 0.7s;
}

.indexProcductsLiHiddenContent p{
	width:208px;
	height:auto;
	line-height:25px;
	font-size:14px;
	color:#fff;
}

.indexNews{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}

.indexNewsLeft{
	width:543px;
	height:auto;
}

.indexNewsLeftTitle{
	width:543px;
	height:53px;
	line-height:53px;
	font-size:30px;
	color:#333;
	font-weight:bold;
}

ul.indexNewsLeftList{
	width:543px;
	height:300px;
	list-style:none;
	margin-top:20px;
}

ul.indexNewsLeftList li{
	width:543px;
	height:30px;
	list-style:none;
	overflow:hidden;/*update20180531*/
}

ul.indexNewsLeftList li a{
	width:543px;
	height:30px;
	display:block;
}

ul.indexNewsLeftList li a em{
	width:103px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#8c8c8c;
	font-style:normal;
	display:block;
	float:left;
}

ul.indexNewsLeftList li a span{
	width:420px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#8c8c8c;
	display:block;
	float:right;
}

ul.indexNewsLeftList li a:hover em{
	color:#0061af;
	transition:ease-in-out 0.7s;
}

ul.indexNewsLeftList li a:hover span{
	color:#0061af;
	transition:ease-in-out 0.7s;
}

.indexNewsRight{
	width:580px;
	height:auto;
}

.indexNewsRightTitle{
	width:543px;
	height:53px;
	line-height:53px;
	font-size:30px;
	color:#333;
	font-weight:bold;
}

.indexNewsRightLi{
	width:270px;
	height:342px;
	overflow:hidden;
}

.indexNewsRightLi img{
	width:270px;
	height:160px;
	overflow:hidden;
}

.indexNewsRightLi h4{
	width:270px;
	height:28px;
	line-height:28px;
	font-size:20px;
	color:#333;
	font-weight:bold;
	overflow:hidden;
	margin:12px 0 6px;
}

.indexNewsRightLi p{
	width:270px;
	height:80px;
	line-height:20px;
	font-size:14px;
	color:#989898;
	overflow:hidden;
}

.indexNewsRightLi a{
	width:148px;
	height:44px;
	line-height:44px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#0061af;
	overflow:hidden;
	display:block;
	margin-top:12px;
}

.indexNewsRightLi a:hover{
	width:148px;
	height:44px;
	line-height:44px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#66a0cf;
	overflow:hidden;
	display:block;
	margin-top:12px;
	transition:ease-in-out 0.7s;
}

.industryInformation{
	width:1200px;
	height:auto;
	margin:30px auto;
}

ul.industryInformationList{
	width:1200px;
	height:auto;
	list-style:none;
	margin-top:20px;
}

ul.industryInformationList li{
	width:545px;
	height:165px;
	border-bottom:1px solid #e4e4e4;
	list-style:none;
	margin-bottom:30px;
}

ul.industryInformationList li dl{
	width:545px;
	height:101px;
	list-style:none;
}

ul.industryInformationList li dl dt{
	width:101px;
	height:101px;
	border-radius:50%;
	background:#ebf1f5;
	display:inline-block;
	float:left;
}

ul.industryInformationList li dl dt h4{
	width:101px;
	height:51px;
	line-height:51px;
	font-size:30px;
	color:#555;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
}

ul.industryInformationList li dl dt p{
	width:101px;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#555;
	text-align:center;
	overflow:hidden;
}

ul.industryInformationList li dl dd{
	width:428px;
	height:101px;
	display:inline-block;
	float:right;
}

ul.industryInformationList li dl dd h4{
	width:428px;
	height:25px;
	line-height:25px;
	font-size:16px;
	color:#333;
	overflow:hidden;
}

ul.industryInformationList li dl dd p{
	width:428px;
	height:75px;
	line-height:25px;
	font-size:14px;
	color:#333;
	overflow:hidden;
}

.industryInformationMore{
	width:100%;
	height:30px;
	text-align:right;
	margin-top:13px;
}

.industryInformationMore a{
	width:101px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#333333;
	text-align:center;
	border-radius:20px;
	background:#ebf1f5;
	display:inline-block;
}

.industryInformationMore a:hover{
	background:#bfefff;
	transition:ease-in-out 0.7s;
}

.footerLink{
	width:1200px;
	height:auto;
	border-bottom:1px solid #565656;
	margin:0 auto 20px;
	padding:20px 0;
}

.footerLink span{
	width:auto;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#a5a5a5;
	display:inline-block;
	margin-right:10px;
}

.footerLink a{
	width:auto;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#a5a5a5;
	display:inline-block;
	margin-right:10px;
}

.footerLink a:hover{
	color:#0061af;
	transition:ease-in-out 0.7s;
}

.indexProductsLeft{
	width:590px;
	height:auto;
}

ul.indexProductsLeftTitle{
	width:590px;
	height:50px;
	list-style:none;
	margin-top:10px;
}

ul.indexProductsLeftTitle li{
	width:132px;
	height:39px;
	line-height:39px;
	color:#333;
	text-align:center;
	border:1px solid #A7A7A7;
	list-style:none;
	float:left;
	margin:0 0 0 15px;
	cursor:pointer;
}
ul.indexProductsLeftTitle li:first-child { margin-left:0;}

ul.indexProductsLeftTitle li a{
	width:132px;
	height:39px;
	line-height:39px;
	font-size:16px;
	color:#333;
	display:block;
}

ul.indexProductsLeftTitle li:hover{
	color:#fff;
	border:1px solid #11A73B;
	background:#11A73B;
	transition:ease-in-out 0.7s;
}

ul.indexProductsLeftTitle li:hover a{
	color:#fff;
}

ul.indexProductsLeftTitle li.current{
	color:#fff;
	border:1px solid #11A73B;
	background:#11A73B;
	transition:ease-in-out 0.7s;
}

ul.indexProductsLeftList{
	width:590px;
	height:auto;
	list-style:none;
}

/*ul.indexProductsLeftList li{
	width:590px;
	height:auto;
	display:none;
	list-style:none;
}*/

ul.indexProductsLeftList li{
	width:590px;
	height:0;/*update20180531*/
	list-style:none;
	overflow:hidden;
}

ul.indexProductsLeftList li.current{
	height:auto;/*update20180531*/
	display:block;
}

.indexProductsLeftLi{
	width:286px;
	height:auto;
}

.indexProductsLeftLiImg{
	width:274px;
	height:202px;
	border:1px solid #cdcdcd;
	margin-top:13px;
	padding:6px;
	position:relative;
}

.indexProductsLeftLiImg img{
	width:274px;
	height:202px;
}

img.indexProductsLeftLiImgIcon{
	width:0px;
	height:0px;
	position:absolute;
	left:50%;
	bottom:-25px;
	margin-left:-25px;
}

.indexProductsLeftTitle1{
	width:286px;
	height:50px;
	line-height:25px;
	font-size:14px;
	color:#333333;
	text-align:center;
	overflow:hidden;
	margin-top:30px;
}

ul.indexProductsLeftList li .indexProductsLeftLi a:hover .indexProductsLeftTitle1{
	color:#11A73B;
	transition:ease-in-out 0.7s;
}

.indexAboutUs{
	width:100%;
	height:auto;
	background:#F5F5F5;
	padding:20px 0;
}

.indexAboutUsMain{
	width:1200px;
	height:auto;
	margin:0 auto;
}

.indexAboutUsRight{
	width:543px;
	height:auto;
}

dl.indexAboutUsLi{
	width:543px;
	height:auto;
	border-bottom:1px solid #D8D8D8;
	margin-top:20px;
	padding-bottom:20px;
}

dl.indexAboutUsLi dt{
	width:98px;
	height:98px;
	background:#fff;
	display:inline-block;
	float:left;
}

dl.indexAboutUsLi dt h4{
	width:98px;
	height:48px;
	line-height:48px;
	font-size:46px;
	color:#5A5A5A;
	text-align:center;
	margin-top:10px;
}

dl.indexAboutUsLi dt p{
	width:98px;
	height:25px;
	line-height:25px;
	font-size:16px;
	color:#5A5A5A;
	text-align:center;
}

dl.indexAboutUsLi dd{
	width:422px;
	height:100px;
	display:inline-block;
	float:right;
	overflow:hidden;
}

dl.indexAboutUsLi dd h4{
	width:422px;
	height:auto;
	line-height:25px;
	font-size:18px;
	color:#333;
}

dl.indexAboutUsLi dd p{
	width:422px;
	height:auto;
	line-height:25px;
	font-size:16px;
	color:#333;
}

dl.indexAboutUsLi dd h4{
	width:422px;
	height:auto;
	line-height:25px;
	font-size:18px;
	color:#333;
}

a:hover dl.indexAboutUsLi dd h4{
	color:#11A73B;
	transition:ease-in-out 0.7s;
}
a:hover dl.indexAboutUsLi dd p{
	color:#11A73B;
	transition:ease-in-out 0.7s;
}

a:hover dl.indexAboutUsLi dt h4{
	color:#11A73B;
	transition:ease-in-out 0.7s;
}
a:hover dl.indexAboutUsLi dt p{
	color:#11A73B;
	transition:ease-in-out 0.7s;
}

dl.rightCode{
	width:100px;
	height:auto;
	position:fixed;
	right:2%;
	top:20%;
	z-index:999999999;
}

dl.rightCode dt{
	width:100px;
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#000;
	text-align:right;
	font-family:arial;
	cursor:pointer;
}

dl.rightCode dd{
	width:96px;
	height:auto;
	background:#fff;
	padding:5px;
}

dl.rightCode dd img{
	width:92px;
	height:92px;
	border:2px solid #2a2a2a;
}

dl.rightCode dd p{
	width:96px;
	height:auto;
	line-height:20px;
	font-size:14px;
	color:#333;
	text-align:center;
	margin-top:5px;
}

.indexAboutUsLeft{
	width:590px;
	height:auto;
}

ul.indexAboutUsLeftTitle{
	width:590px;
	height:auto;
	/*text-align:center;*/
	list-style:none;
	margin-top:10px;
}

ul.indexAboutUsLeftTitle li{
	width:112px;
	height:39px;
	line-height:39px;
	color:#333;
	text-align:center;
	border:1px solid #A7A7A7;
	list-style:none;
	display:inline-block;
	margin:0 5px;
	cursor:pointer;
}

ul.indexAboutUsLeftTitle li a{
	width:112px;
	height:39px;
	line-height:39px;
	font-size:16px;
	color:#333;
	display:block;
}

ul.indexAboutUsLeftTitle li:hover{
	color:#fff;
	border:1px solid #11A73B;
	background:#11A73B;
	transition:ease-in-out 0.7s;
}

ul.indexAboutUsLeftTitle li:hover a{
	color:#fff;
}

ul.indexAboutUsLeftTitle li.current{
	color:#fff;
	border:1px solid #11A73B;
	background:#11A73B;
	transition:ease-in-out 0.7s;
}

.indexAboutUsLeftList{
	width:590px;
	height:auto;
	list-style:none;
}

.indexAboutUsLeftLi{
	width:590px;
	height:400px;
	list-style:none;
	display:none;
}

.indexAboutUsLeftList .current{
	display:block;
}

.ban{ width:580px; height:375px; position:relative; overflow:hidden;margin:40px auto 0 auto;}
.ban2{ width:580px; height:278px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0; list-style:none;}
.ban2 ul li{ width:580px; height:278px; list-style:none; position:relative; }
.ban2 ul li p{
	width:580px; 
	height:50px; 
	line-height:50px; 
	font-size:25px; 
	color:#fff; 
	text-align:center; 
	background:rgba(17,167,59,0.7);
	list-style:none; 
	position:absolute;
	bottom:0;
}
.prev{ float:left; cursor:pointer;}
.min_pic{ width:580px; padding-top:10px; }
.num{ width:510px; height:82px; float:left; overflow:hidden; position:relative; }
.num ul{ position:absolute; left:0; top:0; list-style:none;}
.num ul li{ width:110px; height:80px; margin-right:16px; padding:1px; list-style:none;}
.num ul li.on{ border:1px solid #11A73B; padding:0;}
.prev_btn1{ width:16px; text-align:center; height:18px; margin-top:31px; margin-right:23px; cursor:pointer; float:left;}
.next_btn1{  width:16px; text-align:center; height:18px; margin-top:31px;cursor:pointer;float:right;}

.channelBanner{
	width:100%;
	height:auto;
	margin:0 auto;
}

.channelBanner img{
	width:100%;
	height:auto;
}

.channelMain{
	width:1200px;
	height:auto;
	margin:20px auto 100px;
}

.channelLeft{
	width:266px;
	height:auto;
	background:url(../images/about_left_title.jpg) no-repeat;
	padding-top:40px;
}

.channelLeftTitle{
	width:240px;
	height:auto;
	margin-left:18px;
	padding-bottom:30px;
}

.channelLeftTitleLeft{
	width:auto;
	height:auto;
	line-height:60px;
	font-size:58px;
	color:#11a63b;
	font-weight:bold;
	display:inline-block;
	float:left;
}

.channelLeftTitleRight{
	width:auto;
	height:auto;
	display:inline-block;
	float:left;
	margin-left:8px;
	padding-top:5px;
}

.channelLeftTitleRight p{
	width:auto;
	height:auto;
	line-height:140%;
	font-size:17px;
	color:#7f7f7f;
}

.channelLeftTitleRight h4{
	width:auto;
	height:auto;
	line-height:140%;
	font-size:20px;
	color:#333;
	font-weight:bold;
}

ul.channelLeftMenu{
	width:240px;
	height:auto;
	list-style:none;
	margin-left:18px;
}

ul.channelLeftMenu li{
	min-height:26px;
	border-bottom:1px dotted #737373;
	list-style:none;
	padding:10px 0px;
	display:block;
}

ul.channelLeftMenu li a{
	width:198px;
	height:26px;
	line-height:26px;
	font-size:18px;
	color:#737373;
	border-left:4px solid #737373;
	display:block;
	padding:0px 16px;
}

ul.channelLeftMenu li div a {
    width: 198px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #737373;
    border-left: 4px solid #737373;
    display: block;
    padding: 0px 16px;

}

ul.channelLeftMenu li:hover,ul.channelLeftMenu li.current{
	border-bottom:1px dotted #11a73b;
	background:#11a73b;
	transition:ease-in-out 0.7s;
}

ul.channelLeftMenu li:hover a,ul.channelLeftMenu li.current a{
	color:#fff;
	border-left:4px solid #11a73b;
}
ul.channelLeftMenu li.current{ padding:0px; }
ul.channelLeftMenu li.current a{ padding:10px 16px; }
ul.channelLeftMenu li div { background-color:#FFF; }
ul.channelLeftMenu li:hover div a,ul.channelLeftMenu li.current div a { color:#737373; border-bottom:1px dotted #737373; padding:10px 16px; border-left-color:#FFF; }
ul.channelLeftMenu li:hover div a:hover,ul.channelLeftMenu li.current div a:hover, ul.channelLeftMenu li div a.current { color:#11a73b; }

.channelRight{
	width:899px;
	height:auto;
	padding-top:43px;
}

.channelRightBreadCrumbs{
	width:868px;
	height:61px;
	line-height:61px;
	font-size:14px;
	color:#5b5b5b;
	text-align:right;
	background:#f7f7f7;
	padding-right:31px;
}

.channelRightBreadCrumbs a{
	width:auto;
	height:61px;
	line-height:61px;
	font-size:14px;
	color:#5b5b5b;
	display:inline-block;
}

.channelRightBreadCrumbs a.channelRightBreadCrumbsHome{
	background:url(../images/bg_channel_right_menu.png) left center no-repeat;
	background-size:auto 18px;
	padding-left:30px;
}

.channelRightBreadCrumbs a:hover{
	color:#11a73b;
}

.channelRightBreadCrumbs span{
	width:auto;
	height:61px;
	line-height:61px;
	font-size:18px;
	color:#5b5b5b;
	display:inline-block;
	float:right;
}

.channelRightContent{
	width:899px;
	height:auto;
}

.channelRightContentTitle{
	width:899px;
	height:71px;
	position:relative;
	margin-top:36px;
}

.channelRightContentTitleEn{
	width:899px;
	height:71px;
	line-height:71px;
	font-size:65px;
	color:#f4f4f4;
	font-weight:bold;
	text-align:center;
	display:block;
	margin:0 auto;
}

.channelRightContentTitleCn{
	width:899px;
	height:71px;
	line-height:71px;
	font-size:30px;
	color:#333;
	font-weight:bold;
	text-align:center;
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.channelRightContentMain{
	width:100%;
	height:auto;
	color:#5b5b5b;
	margin-top:40px;
}

ul.aboutImagesList{
	width:100%;
	height:auto;
	list-style:none;
}

ul.aboutImagesList li{
	width:29%;
	height:147px;
	list-style:none;
	display:inline-block;
	float:left;
	margin:40px 2% 0;
}

ul.aboutImagesList li img{
	width:100%;
	height:147px;
}

ul.cultrueList{
	width:899px;
	height:auto;
	list-style:none;
	margin-top:45px;
}

ul.cultrueList li{
	width:899px;
	height:auto;
	border-bottom:1px solid #e4e4e4;
	list-style:none;
	padding:28px 0 8px;
}

ul.cultrueList li h4.cultrueLiTitle{
	width:883px;
	height:auto;
	line-height:140%;
	font-size:18px;
	color:#333;
	border-left:3px solid #f39700;
	margin-bottom:14px;
	padding-left:13px;
}

ul.cultrueList li p.cultrueLiContent{
	width:883px;
	height:auto;
	line-height:140%;
	font-size:24px;
	color:#333;
	padding-left:16px;
}

ul.cultrueList li:hover{
	border-bottom:1px solid #f39700;
	transition:ease-in-out 0.7s;
}
ul.cultrueList li a:hover h4.cultrueLiTitle{
	color:#f39700;
	transition:ease-in-out 0.7s;
}

ul.cultrueList li a:hover p.cultrueLiContent{
	color:#f39700;
	transition:ease-in-out 0.7s;
}

ul.shopFrontList{
	width:899px;
	height:auto;
	list-style:none;
	margin-top:45px;
}

ul.shopFrontList li{
	width:278px;
	height:auto;
	list-style:none;
	display:inline-block;
	float:left;
	margin:0 10px;
}

.shopFrontLiImg{
	width:272px;
	height:145px;
	border:1px solid #eaeaea;
	position:relative;
}

.shopFrontLiImg1{
	width:272px;
	height:202px;
	border:1px solid #eaeaea;
	position:relative;
}


.shopFrontLiImg img{
	max-width:276px;
	max-height:145px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.magazineList .magazineLiImg img{
	width:245px;
	height:308px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.magazineLiImg{
	width:278px;
	height:310px;
	border:1px solid #eaeaea;
	position:relative;
	text-align:center;
}

.shopFrontLiTitle, .magazineLiTitle{
	height:35px;
	line-height:35px;
	font-size:18px;
	color:#5b5b5b;
	text-align:center;
	margin:20px auto 35px;
	overflow:hidden;
}

ul.shopFrontList li a:hover .shopFrontLiTitle{
	color:#11a73b;
	transition:ease-in-out 0.7s;
}


.page_turner{
	width:100%;
	height:auto;
	text-align:center;
	display:block;
	margin-top:100px;
}

.page_turner a.page_btn{
	width:auto;
	height:36px;
	line-height:36px;
	font-size:20px;
	color:#4c4c4c;
	text-align:center;
	background:#e5e5e5;
	margin:0 5px;
	padding:0 15px;
	display:inline-block;
}

.page_turner a:hover,.page_turner .page_cur{
	width:auto;
	height:36px;
	line-height:36px;
	font-size:20px;
	color:#fff;
	text-align:center;
	background:#11a73b;
	margin:0 5px;
	padding:0 15px;
	display:inline-block;
	transition:ease-in-out 0.7s;
}

.skillList{
	width:899px;
	height:auto;
	margin-top:45px;
}

.skillList a{
	width:899px;
	height:auto;
	display:block;
	border-bottom:1px dotted #e6e6e6;
	padding:10px 0;
}

.skillList a:hover{
	border-bottom:1px dotted #11a73b;
	transition:ease-in-out 0.7s;
}

.skillList a span{
	width:680px;
	height:auto;
	line-height:140%;
	font-size:16px;
	color:#333;
	background:url(../images/bg_skill_dot.jpg) left center no-repeat;
	padding-left:20px;
	display:inline-block;
	float:left;
}

.skillList a em{
	width:199px;
	height:auto;
	line-height:140%;
	font-size:16px;
	color:#333;
	font-style:normal;
	text-align:right;
	display:inline-block;
	float:right;
}

.skillList a:hover span{
	color:#11a73b;
	transition:ease-in-out 0.7s;
}

.skillList a:hover em{
	color:#11a73b;
	transition:ease-in-out 0.7s;
}

.guestbookMain{
	width:719px;
	height:auto;
	background:#f7f7f7;
	margin-top:45px;
	padding:45px 90px;
}

.guestbookLi{
	width:340px;
	height:auto;
}

.guestbookLi p{
	width:340px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#333;
	font-weight:bold;
}

.guestbookLi input{
	width:335px;
	height:45px;
	line-height:45px;
	font-size:16px;
	color:#333;
	border:1px solid #b9b9b9;
	border-radius:15px;
	background:#fff;
	padding-left:5px;
}

.guestbookLiLong{
	width:719px;
	height:auto;
}

.guestbookLiLong p{
	width:719px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#333;
	font-weight:bold;
}

.guestbookLiLong input{
	width:719px;
	height:45px;
	line-height:45px;
	font-size:16px;
	color:#333;
	border:1px solid #b9b9b9;
	background:#fff;
	border-radius:15px;
	padding-left:5px;
}

.guestbookLiLong textarea{
	width:709px;
	height:135px;
	line-height:25px;
	font-size:16px;
	color:#333;
	border:1px solid #b9b9b9;
	border-radius:15px;
	background:#fff;
	padding:5px;
}

.guestbookLiLong button{
	width:250px;
	height:48px;
	line-height:48px;
	font-size:24px;
	color:#fff;
	text-align:center;
	border:none;
	border-radius:15px;
	background:#11a73b;
	display:block;
	margin:50px auto 0;
	cursor:pointer;
}

.hbMap{
	width:873px;
	height:617px;
	background:url(../images/hb_map.jpg) no-repeat;
	margin:45px auto 0;
	position:relative;
}

.henanMap{
	width:718px;
	height:692px;
	background:url(../images/henan_map.jpg) no-repeat;
	margin:auto 0;
	position:relative;
}

.mapDot{
	width:18px;
	height:32px;
	display:block;
	position:absolute;
}

.redDot{
	background:url(../images/red_map_dot.png) no-repeat;
}

.grayDot{
	background:url(../images/gray_map_dot.png) no-repeat;
}

.blueDot1{
	background:url(../images/blue_map_dot.png) no-repeat;
}

.blueDot2{
	background:url(../images/blue2_map_dot.png) no-repeat;
}

.blueDot3{
	background:url(../images/blue3_map_dot.png) no-repeat;
}

.blueDot4{
	background:url(../images/blue4_map_dot.png) no-repeat;
}

.blueDot5{
	background:url(../images/blue5_map_dot.png) no-repeat;
}

.brownDot{
	background:url(../images/brown_map_dot.png) no-repeat;
}

.greenDot{
	background:url(../images/green_map_dot.png) no-repeat;
}

.pinkDot{
	background:url(../images/pink_map_dot.png) no-repeat;
}

.purpleDot{
	background:url(../images/purple_map_dot.png) no-repeat;
}

.yellowDot{
	background:url(../images/yellow_map_dot.png) no-repeat;
}

.yellowDot2{
	background:url(../images/yellow2_map_dot.png) no-repeat;
}

.mapContent{
	width:54px;
	height:30px;
	display:inline-block;
	margin-top:22px;
	position:absolute;
}

.henancontent{
	width:65px;
	height:30px;
	display:inline-block;
	margin-top:22px;
	position:absolute;
}

.mapContentLeft{
	background:url(../images/bubble_left.png) no-repeat;
}

.mapContentRight{
	background:url(../images/bubble_right.png) no-repeat;
}

.henancontent{
	background:url(../images/bubble_right2.png) no-repeat;
}

.mapContent a{
	width:54px;
	height:17px;
	line-height:17px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	display:block;
	padding:7px 0 6px;
}
.henancontent a{
	width:65px;
	height:17px;
	line-height:17px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	display:block;
	padding:7px 0 6px;
}

.redContentLeft a,.redContentRight a{
	color:#f05542;
}

.grayContentLeft a,.grayContentRight a{
	color:#6b6c6c;
}

.yellowContentLeft a,.yellowContentRight a{
	color:#d08d28;
}

.greenContentLeft a,.greenContentRight a{
	color:#84c441;
}

.pinkContentLeft a,.pinkContentRight a{
	color:#f69986;
}

.blueContentLeft a,.blueContentRight a{
	color:#5b5498;
}

.yellow2ContentLeft a,.yellow2ContentRight a{
	color:#e9e439;
}

.blue4ContentLeft a,.blue4ContentRight a{
	color:#25aBa6;
}

.blue2ContentLeft a,.blue2ContentRight a{
	color:#223c97;
}

.blue3ContentLeft a,.blue3ContentRight a{
	color:#374f89;
}

.blue5ContentLeft a,.blue5ContentRight a{
	color:#81b6dd;
}

.purpleContentLeft a,.purpleContentRight a{
	color:#c94b9B;
}

.brownContentLeft a,.brownContentRight a{
	color:#6e4219;
}

.mapDetail{
	width:250px;
	height:220px;
	background:url(../images/map_detail.png) no-repeat;
	display:none;
	position:absolute;
	z-index:99999;
}

.mapDetailImg{
	width:200px;
	height:120px;
	margin:5px auto 20px;
}

.mapDetailImg img{
	width:200px;
	height:120px;
	margin:10px auto;
}

.mapDetail p{
	width:200px;
	height:20px;
	line-height:20px;
	font-size:14px;
	color:#333;
	text-align:center;
	margin:0 auto;
}

.mapDetail h4{
	width:200px;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	text-align:center;
	margin:0 auto 0;
}

.xiangyang{
	position:absolute;
	top:121px;
	left:276px;
	opacity:0;
}

.zaoyang{
	position:absolute;
	top:121px;
	left:276px;
	opacity:0;
}

.yicheng{
	position:absolute;
	top:121px;
	left:276px;
	opacity:0;
}

.suizhou{
	position:absolute;
	top:144px;
	left:478px;
	opacity:0;
}


.guangshui{
	position:absolute;
	top:144px;
	left:478px;
	opacity:0;
}

.yingcheng{
	position:absolute;
	top:206px;
	left:539px;
	opacity:0;
}

.yunmeng{
	position:absolute;
	top:206px;
	left:539px;
	opacity:0;
}

.anlu{
	position:absolute;
	top:206px;
	left:539px;
	opacity:0;
}

.wuhan{
	position:absolute;
	top:269px;
	left:582px;
	opacity:0;
}

.zhongxiang{
	position:absolute;
	top:244px;
	left:393px;
	opacity:0;
}

.shayang{
	position:absolute;
	top:244px;
	left:393px;
	opacity:0;
}


.macheng{
	position:absolute;
	top:231px;
	left:655px;
	opacity:0;
}

.huangmei{
	position:absolute;
	top:231px;
	left:655px;
	opacity:0;
}

.qichun{
	position:absolute;
	top:231px;
	left:655px;
	opacity:0;
}


.xishui{
	position:absolute;
	top:231px;
	left:655px;
	opacity:0;
}



.ezhou{
	position:absolute;
	top:357px;
	left:668px;
	opacity:0;
}

.yangxin{
	position:absolute;
	top:396px;
	left:671px;
	opacity:0;
}

.xianning{
	position:absolute;
	top:406px;
	left:566px;
	opacity:0;
}

.tongshan{
	position:absolute;
	top:406px;
	left:566px;
	opacity:0;
}

.xiantao{
	position:absolute;
	top:376px;
	left:501px;
	opacity:0;
}

.qianjiang{
	position:absolute;
	top:365px;
	left:455px;
	opacity:0;
}

.shishou{
	position:absolute;
	top:365px;
	left:327px;
	opacity:0;
}

.jianli{
	position:absolute;
	top:365px;
	left:327px;
	opacity:0;
}

.tianmen{
	position:absolute;
	top:327px;
	left:469px;
	opacity:0;
}

.henan{
	position:absolute;
	top:398px;
	left:315px;
	opacity:0;
}

.xiping{
	position:absolute;
	top:398px;
	left:315px;
	opacity:0;
}

.guangshan{
	position:absolute;
	top:509px;
	left:388px;
	opacity:0;
}

.xixian{
	position:absolute;
	top:509px;
	left:388px;
	opacity:0;
}


.dengzhou{
	position:absolute;
	top:371px;
	left:82px;
	opacity:0;
}

.xinye{
	position:absolute;
	top:371px;
	left:82px;
	opacity:0;
}


.xiangyangDot{
	top:165px;left:399px;
}
.xiangyangcontent{
	top:165px;left:349px;
}
.xiangyangDetail{
	bottom:435px;left:249px;
}

.yichengDot{
	top:200px;left:424px;
}
.yichengcontent{
	top:200px;left:374px;
}
.yichengDetail{
	bottom:395px;left:289px;
}

.zaoyangDot{
	top:175px;left:449px;
}
.zaoyangcontent{
	top:175px;left:464px;
}
.zaoyangDetail{
	bottom:425px;left:369px;
}

.suizhouDot{
	top:195px;left:529px;
}
.suizhoucontent{
	top:205px;left:479px;
}
.suizhouDetail{
	bottom:400px;left:384px;
}

.suizhouDot{
	top:195px;left:529px;
}
.suizhoucontent{
	top:205px;left:479px;
}
.suizhouDetail{
	bottom:400px;left:384px;
}

.guangshuiDot{
	top:205px;left:559px;
}
.guangshuicontent{
	top:210px;left:574px;
}
.guangshuiDetail{
	bottom:390px;left:484px;
}

.guangshuiDot{
	top:205px;left:559px;
}
.guangshuicontent{
	top:210px;left:574px;
}
.guangshuiDetail{
	bottom:390px;left:484px;
}

.anluDot{
	top:245px;left:549px;
}
.anlucontent{
	top:245px;left:499px;
}
.anluDetail{
	bottom:355px;left:404px;
}

.yunmengDot{
	top:265px;left:569px;
}
.yunmengcontent{
	top:260px;left:584px;
}
.yunmengDetail{
	bottom:330px;left:484px;
}

.yingchengDot{
	top:285px;left:559px;
}
.yingchengcontent{
	top:290px;left:574px;
}
.yingchengDetail{
	bottom:310px;left:484px;
}

.machengDot{
	top:245px;left:709px;
}
.machengcontent{
	top:245px;left:659px;
}
.machengDetail{
	bottom:350px;left:564px;
}

.xishuiDot{
	top:325px;left:749px;
}
.xishuicontent{
	top:325px;left:699px;
}
.xishuiDetail{
	bottom:275px;left:604px;
}

.qichunDot{
	top:355px;left:769px;
}
.qichuncontent{
	top:355px;left:719px;
}
.qichunDetail{
	bottom:245px;left:624px;
}

.huangmeiDot{
	top:365px;left:794px;
}
.huangmeicontent{
	top:365px;left:809px;
}
.huangmeiDetail{
	bottom:235px;left:719px;
}

.wuhanDot{
	top:335px;left:614px;
}
.wuhancontent{
	top:335px;left:629px;
}
.wuhanDetail{
	bottom:260px;left:539px;
}

.zhongxiangDot{
	top:270px;left:455px;
}
.zhongxiangcontent{
	top:270px;left:405px;
}
.zhongxiangDetail{
	bottom:325px;left:309px;
}

.shayangDot{
	top:320px;left:450px;
}
.shayangcontent{
	top:320px;left:395px;
}
.shayangDetail{
	bottom:280px;left:304px;
}

.tianmenDot{
	top:320px;left:520px;
}
.tianmencontent{
	top:320px;left:535px;
}
.tianmenDetail{
	bottom:280px;left:444px;
}

.qianjiangDot{
	top:360px;left:470px;
}
.qianjiangcontent{
	top:360px;left:420px;
}
.qianjiangDetail{
	bottom:235px;left:324px;
}

.xiantaoDot{
	top:370px;left:550px;
}
.xiantaocontent{
	top:370px;left:565px;
}
.xiantaoDetail{
	bottom:225px;left:474px;
}

.shishouDot{
	top:420px;left:450px;
}
.shishoucontent{
	top:420px;left:400px;
}
.shishouDetail{
	bottom:175px;left:304px;
}

.jianliDot{
	top:415px;left:480px;
}
.jianlicontent{
	top:415px;left:492px;
}
.jianliDetail{
	bottom:185px;left:400px;
}

.xianningDot{
	top:425px;left:630px;
}
.xianningcontent{
	top:425px;left:582px;
}
.xianningDetail{
	bottom:170px;left:490px;
}

.tongshanDot{
	top:445px;left:670px;
}
.tongshancontent{
	top:455px;left:622px;
}
.tongshanDetail{
	bottom:145px;left:530px;
}

.yangxinDot{
	top:425px;left:750px;
}
.yangxincontent{
	top:425px;left:702px;
}
.yangxinDetail{
	bottom:170px;left:605px;
}

.ezhouDot{
	top:355px;left:690px;
}
.ezhoucontent{
	top:365px;left:642px;
}
.ezhouDetail{
	bottom:230px;left:555px;
}

.xipingDot{
	top:387px;left:395px;
}
.xipingcontent{
	top:388px;left:415px;
}
.xipingDetail{
	bottom:290px;left:325px;
}

.henanDot{
	top:447px;left:405px;
}
.henancontent{
	top:448px;left:425px;
}
.henancontent a{
	font-size:10px;
}
.henanDetail{
	bottom:228px;left:335px;
}

.xixianDot{
	left:500px;top:507px;
}
.xixiancontent{
	left:515px;top:508px;
}
.xixianDetail{
	left:425px;bottom:168px;
}

.guangshanDot{
	left:490px;top:567px;
}
.guangshancontent{
	left:505px;top:568px;
}
.guangshanDetail{
	left:415px;bottom:108px;
}

.dengzhouDot{
	left:200px;top:470px;
}
.dengzhoucontent{
	left:145px;top:470px;
}
.dengzhouDetail{
	left:50px;bottom:205px;
}

.xinyeDot{
	left:250px;top:490px;
}
.xinyecontent{
	left:265px;top:495px;
}
.xinyeDetail{
	left:175px;bottom:180px;
}

.hbmapHover{
	opacity:1;
	transition:ease-in-out 1.1s;
}

.hbNetsList{
	width:899px;
	height:auto;
	margin-top:60px;
}

.hbNetsList p{
	width:434px;
	height:35px;
	line-height:35px;
	background:url(../images/bg_gps.png) left center no-repeat;
	display:inline-block;
	float:left;
	padding-left:15px;
}

.hbNetsList p a{
	font-size:14px;
	color:#414141;
}

span.redFont{
	color:#f05542;
}

span.grayFont{
	color:#6b6c6c;
}

span.yellowFont{
	color:#d08d28;
}

span.greenFont{
	color:#84c441;
}

span.pinkFont{
	color:#f69986;
}

span.blueFont{
	color:#5b5498;
}

span.yellow2Font{
	color:#e9e439;
}

span.blue4Font{
	color:#25aBa6;
}

span.blue2Font{
	color:#223c97;
}

span.blue3Font{
	color:#374f89;
}

span.blue5Font{
	color:#81b6dd;
}

span.purpleFont{
	color:#c94b9B;
}

span.brownFont{
	color:#6e4219;
}



/*首页*/

.indexAboutUsLeft {
	position: relative;
}

.indexAboutUsRight {
	position: relative;
}


.indexProductsLeft{
    position: relative;
}

.indexNewsLeft{
	
	  position: relative;
}
#more{
	color: #333;
	font-size: 14px;
	top:18px;
	right:10px;
	position: absolute;
}
#more a{ color:#666; }


/*update20180601*/
.guangdongMap{
	width:880px;
	height:668px;
	background:url(../images/guangdong_map.jpg) no-repeat;
	margin:45px auto 0;
	position:relative;
}

.guangzhoucontent{
	width:65px;
	height:30px;
	display:inline-block;
	margin-top:22px;
	position:absolute;
	background:url(../images/bubble_right2.png) no-repeat;
}

.guangzhoucontent a{
	width:65px;
	height:17px;
	line-height:17px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	display:block;
	padding:7px 0 6px;
}

.taiping{
	position:absolute;
	top:95px;
	left:286px;
	opacity:0;
}

.hanguang{
	position:absolute;
	top:95px;
	left:286px;
	opacity:0;
}

.dasha{
	position:absolute;
	top:184px;
	left:232px;
	opacity:0;
}

.guangzhou{
	position:absolute;
	top:229px;
	left:387px;
	opacity:0;
}

.daze{
	position:absolute;
	top:347px;
	left:289px;
	opacity:0;
}

.zhaiwu{
	position:absolute;
	top:347px;
	left:289px;
	opacity:0;
}

.gaozhou{
	position:absolute;
	top:364px;
	left:120px;
	opacity:0;
}

.xinyi{
	position:absolute;
	top:364px;
	left:120px;
	opacity:0;
}


.luoding{
	position:absolute;
	top:294px;
	left:200px;
	opacity:0;
}

.guangzhouDot{
	left:420px;top:270px;
}
.guangzhoucontent{
	left:435px;top:275px;
}
.guangzhouDetail{
	left:345px;bottom:370px;
}

.jingkouDot{
	left:345px;top:245px;
}
.jingkoucontent{
	left:290px;top:245px;
}
.jingkouDetail{
	left:195px;bottom:405px;
}

.gaozhouDot{
	left:145px;top:425px;
}
.gaozhoucontent{
	left:160px;top:425px;
}
.gaozhouDetail{
	left:70px;bottom:225px;
}

.xinyiDot{
	left:175px;top:375px;
}
.xinyicontent{
	left:190px;top:375px;
}
.xinyiDetail{
	left:90px;bottom:275px;
}

.luodingDot{
	left:245px;top:325px;
}
.luodingcontent{
	left:260px;top:325px;
}
.luodingDetail{
	left:170px;bottom:325px;
}

.dashaDot{
	left:350px;top:275px;
}
.dashacontent{
	left:365px;top:275px;
}
.dashaDetail{
	left:270px;bottom:375px;
}

.hanguangDot{
	left:390px;top:180px;
}
.hanguangcontent{
	left:405px;top:180px;
}
.hanguangDetail{
	left:310px;bottom:465px;
}

.taipingDot{
	left:360px;top:225px;
}
.taipingcontent{
	left:375px;top:220px;
}
.taipingDetail{
	left:280px;bottom:425px;
}

.zhaiwuDot{
	left:340px;top:355px;
}
.zhaiwucontent{
	left:290px;top:355px;
}
.zhaiwuDetail{
	left:200px;bottom:295px;
}

.dazeDot{
	left:370px;top:365px;
}
.dazecontent{
	left:385px;top:370px;
}
.dazeDetail{
	left:295px;bottom:275px;
}
/*update20180601*/



.hbmapHover{
	opacity:1;
	transition:ease-in-out 1.1s;
}

.hbNetsList{
	width:899px;
	height:auto;
	margin-top:60px;
}

.hbNetsList p{
	width:434px;
	height:35px;
	line-height:35px;
	background:url(../images/bg_gps.png) left center no-repeat;
	display:inline-block;
	float:left;
	padding-left:15px;
}

.hbNetsList p a{
	font-size:14px;
	color:#414141;
}

span.redFont{
	color:#f05542;
}

span.grayFont{
	color:#6b6c6c;
}

span.yellowFont{
	color:#d08d28;
}

span.greenFont{
	color:#84c441;
}

span.pinkFont{
	color:#f69986;
}

span.blueFont{
	color:#5b5498;
}

span.yellow2Font{
	color:#e9e439;
}

span.blue4Font{
	color:#25aBa6;
}

span.blue2Font{
	color:#223c97;
}

span.blue3Font{
	color:#374f89;
}

span.blue5Font{
	color:#81b6dd;
}

span.purpleFont{
	color:#c94b9B;
}

span.brownFont{
	color:#6e4219;
}














