* {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 18px;
	color: #5e5e5e;
	font-family: "微软雅黑";
	background: #f5f5f5;
}

a {
	color: #5E5E5E;
	text-decoration: none;
}

a.btn:hover {
	color: #fff !important;
}

i,
em {
	font-style: normal;
}

li {
	list-style: none;
}

h1 {
	font-size: 48px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 18px;
}

.cb {
	clear: both;
}

.w {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.w100 {
	width: 100%;
}

.w600 {
	width: 600px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.w500 {
	width: 500px;
}

.w295 {
	width: 295px;
}

.w370 {
	width: 370px;
}

.w660 {
	width: 660px;
}

.btn-primary {
	background: #0ac97e;
	border: 1px solid #0ac97e;
}

.btn-warning {
	background: #f08d18;
	border: 1px solid #f08d18;
}

.btn-success {
	background: #1f70ff;
	border: 1px solid #1f70ff;
}

.btn-warning.btn-outline {
	background: no-repeat;
}

.btn-warning.btn-outline:hover {
	background: #f08d18;
}

.text-primary {
	color: #04fe9c;
}

.text-warning {
	color: #f08d18;
}

.text-success {
	color: #21a1d0;
}

.w265 {
	width: 265px;
}

.border-r-xs {
	border-radius: 10px;
}

.relative {
	position: relative;
}

.box-shadow {
	box-shadow: 0 0 10px rgba(86, 96, 117, 0.3);
}

.p-t-50 {
	padding-top: 50px;
}

.m-t-50 {
	margin-top: 0px;
}

.m-t-40 {
	margin-top: 40px;
}


/**=====top======**/

.top {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
}

.top.news {
	border-bottom: 3px solid #0259ee;
}

.top .w {
	position: relative;
	padding: 20px 0px;
}

.nav li {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 15px 0px;
	margin-top: 10px;
}

.nav li a {
	display: block;
	padding: 10px 20px;
	border-radius: 25px;
}

.nav li a:hover {
	color: #0ac97e;
}

.regin_nav {
	font-family: "宋体";
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 10px;
}

.top .reigin {
	position: relative;
	padding-right: 10px;
}

.top .reigin:after {
	display: block;
	content: "";
	width: 1px;
	height: 12px;
	background: #666666;
	position: absolute;
	right: 0px;
	top: 0px;
}


/**========banner========**/

.banner {
	width: 100%;
	height: 758px;
	background: url(../images/bg1.jpg) center center;
	color: #fff;
}

.banner h1 {
	padding-top: 190px;
}

.banner p {
	padding-top: 50px;
}

.orange p {
	line-height: 30px;
	padding: 0px;
}

.blue {
	height: 466px;
	background: url(../images/bg3.jpg) center center;
}

.blue h1 {
	padding-top: 70px;
	padding-bottom: 20px;
}

.blue p {
	padding-top: 0px;
	margin-bottom: 0px;
}

.blue .btn {
	width: 175px !important;
}

.banner a {
	display: block;
	width: 305px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	font-size: 18px;
	margin: 20px auto;
}

.video_img {
	width: 480px;
	height: 250px;
	overflow: hidden;
	margin-top: 70px;
	position: relative;
}

.video_img .play_btn {
	width: 60px;
	height: 60px;
	background: #21a1d0;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	text-align: center;
	cursor: pointer;
}

.video_img .play_btn span {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 70px;
	vertical-align: middle;
}

.video_img .play_btn img {
	height: 25px;
}

.video_img .play_btn:hover {
	transform: scale(1.2);
	transition: .3s;
}


/**======title======**/

.title {
	color: #000;
	margin: 90px 0px;
}

.title strong {
	line-height: 60px;
}


/**=====map======**/

.big_map {
	position: relative;
}

.theme_blue .map_top {
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(33, 161, 208, .2);
	z-index: 111111;
	padding-top: 15px;
}
.theme_green .map_top{
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(10, 201,126, .2);
	z-index: 111111;
	padding-top: 15px;
}
.big_map #map {
	padding-top: 105px;
}

.nav-tabs > li > a {
	color: #fff;
	font-weight: normal;
}

.map_search input {
	border: none;
	height: 48px;
	font-size: 20px;
}

.map_search i {
	position: absolute;
	right: 10px;
	font-size: 20px;
	top: 30px;
	margin-top: -18px;
	color: #979797;
}

.map_main {
	width: 100%;
	height: 565px;
}

.map_main .w {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 0px;
	height: 565px;
}

.big_map .left-slide {
	margin-top: 105px;
}

.left-slide {
	height: 100%;
	width: 330px;
}

.big_map .left-slide #tab-2 span {
	color: #595959;
}

.left-slide #tab-2 span {
	display: block;
	width: 100%;
	padding: 3px 0px;
}

.left-slide #tab-2 {
	font-size: 12px;
	color: #fff;
}

.left-slide #tab-2 b {
	font-size: 16px;
}

.big_map .left-slide-m {
	background: #fff;
	height: 70%;
	padding-bottom: 20px;
	overflow: hidden;
}

.left-slide-m {
	position: absolute;
	width: 305px;
	height: 100%;
	padding: 10px;
	left: 0px;
	background-color: rgba(0, 0, 0, .6);
	overflow: hidden;
}

.left-slide-bar {
	position: absolute;
	left: 305px;
	top: 50%;
	margin-top: -25px;
	width: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(0, 0, 0, .6);
	cursor: pointer;
}

.left-slide-bar i {
	color: #fff;
}

.big_map .left-slide .nav.nav-tabs {
	border-bottom: 1px solid #c9c9c9 !important;
}

.map .left-slide .nav.nav-tabs {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

.map .left-slide .nav.nav-tabs li {
	display: block;
	width: 50%;
	text-align: center;
	float: left;
	margin-left: 0px;
	height: 35px;
	line-height: 35px;
	padding: 0px;
	margin-bottom: 10px;
}

.map .left-slide .nav.nav-tabs li a {
	display: block;
	height: 35px !important;
	line-height: 35px !important;
	padding: 0px;
	border-radius: 10px;
}

.theme_blue .big_map .left-slide .nav.nav-tabs li a {
	color: #21a1d0;
}
.theme_green .big_map .left-slide .nav.nav-tabs li a {
	color: #0ac97e;
}
.theme_blue .big_map .left-slide .nav.nav-tabs li.active a,
.theme_blue .big_map .left-slide .nav.nav-tabs li:hover a {
	border: none;
	background: #21a1d0;
	color: #fff !important;
}
.theme_green .big_map .left-slide .nav.nav-tabs li.active a,
.theme_green .big_map .left-slide .nav.nav-tabs li:hover a {
	border: none;
	background: #0ac97e;
	color: #fff !important;
}
.map .left-slide .tabs-container .panel-body {
	background: none;
	border: none;
	padding: 20px 0px;
	height: 400px;
}

.big_map .left-slide .tabs-container .panel-body {
	height: 320px;
}

.map .left-slide .tabs-container .panel-body li {
	display: block;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
	font-size: 14px;
}

.big_map .left-slide .tabs-container .panel-body li {
	border: 1px solid #c9c9c9;
}

.map_intro {
	position: absolute;
	width: 420px;
	height: 280px;
	padding: 20px;
	top: 50%;
	margin-top: -140px;
	background: #fff;
	left: 400px;
}

.map_intro .intro_h a {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	top: -10px;
	right: -10px;
	background: #fff;
	color: #979797;
}

.map_intro .tabs-container .panel-body {
	padding: 0px;
	border: none;
	padding-top: 15px;
}

.map_intro .nav li {
	margin: 0px;
	border: none !important;
	padding: 0px !important;
}

.map_intro .nav li a {
	font-size: 14px;
	display: block;
	font-weight: normal;
	border: none !important;
	margin: 0px !important;
	color: #979797;
}

.map_intro .nav li.active a,
.map_intro .nav li:hover a {
	border: none !important;
	color: #454646 !important;
	background: #dfdfdf !important;
	border-radius: 0px !important;
	margin: 0px !important;
	font-weight: normal;
}

.map_intro .tabs-container .panel-body span {
	font-size: 16px;
	display: block;
	width: 100%;
	height: 27px;
	line-height: 27px;
}

.map_intro .tabs-container .panel-body span i {
	color: #8e8e8e;
}

.map_plus_btn button {
	width: 150px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: 800px;
}


/**======foot=======**/

.foot {
	background: #2a2d30;
}

.foot.gray-bg {
	background: #eee;
}

.foot .w {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.foot li {
	display: block;
	width: 70px;
	float: left;
	margin-right: 60px;
	height: auto;
	overflow: hidden;
	color: #fff;
}

.foot li h2 {
	font-size: 16px;
}

.foot li a {
	display: block;
	margin-top: 15px;
	color: #fff;
	font-size: 12px;
}

.foot.gray-bg h2,
.foot.gray-bg a {
	color: #848484;
}

.foot.gray-bg dd {
	color: #777;
}

.foot_code li {
	display: block;
	width: auto;
}

.foot p {
	display: block;
	width: 100%;
	background: #424549;
	padding: 15px 0px;
	text-align: center;
	color: #fff;
	margin: 0px;
	font-size: 12px;
}

.foot.s2 {
	background: #fff;
}

.foot h2 {
	font-weight: bold !important;
}

.foot.s2 h2 {
	color: #333333;
}

.foot.s2 a {
	color: #777777;
}

.foot.s2 .w {
	border-bottom: 1px solid #dfdfdf;
}

.foot_code dd {
	font-size: 14px;
}