.slides {
	text-align: center;
}

.flex-container a:active, .flexslider a:active {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/

.flexslider {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFF;
}

.flexslider .slides>li {
	display: none;
	width: 100%;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
	text-align: center;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.box {
	width: 1300px;
	margin: 0 auto;
}

.flexslider .slides li span {
	font-size: 21px;
	line-height: 80px;
	height: 80px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/

.flexslider {
	background: #fff;
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides>li {
	position: relative;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
	zoom: 1;
	position: relative;
}

/* Caption style */

/* IE rgba() hack */

.flex-caption {
	background: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}

.flex-caption {
	width: 96%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	font-size: 14px;
	line-height: 18px;
}

/* Direction Nav */

.flex-direction-nav li a {
	width: 50px;
	height: 50px;
	margin: -13px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: opacity 1s;
	background-color: rgba(255, 255, 255, 0.4);
}

.flex-direction-nav li a.next {
	right: 5px;
	background-position: 0px center;
	background-image: url(../images/hover_right.png);
	background-repeat: no-repeat;
	transition: opacity 1s;
}

.flex-direction-nav li a.prev {
	left: 5px;
	background-position: 0 0;
	background-image: url(../images/hover_left.png);
	background-repeat: no-repeat;
	transition: opacity 1s;
}

.flexslider:hover a.next {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.flexslider:hover a.prev {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	overflow: hidden;
	height: 0px;
}

.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {
	width: 13px;
	height: 13px;
	display: block;
	background: url(../images/bg_control_nav.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}

.flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: '', sans-serif;
}

td, th, caption {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ol, ul, li {
	list-style: none;
}

input, textarea, select, button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
}

/* css common */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

html {
	overflow-x: hidden;
}

body {
	padding-top: 94px;
}

.clear {
	clear: both;
}

a:hover {
	text-decoration: none;
}

.wrap {
	width: 1680px;
	margin: 0 auto;
}

.m_box {
	width: 90%;
	margin: 0 auto;
}

/* CSS RESET*/

.header {
	width: 100%;
	height: 94px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	background: #fff;
	padding-top: 6px;
	background: url(../images/84.jpg) no-repeat center top #fff;
	border-bottom: 1px solid #ccc;
}

.header .logo {
	float: left;
	height: 94px;
}

.header .logo img {
	display: block;
	margin-top: 10px;
	vertical-align: bottom;
}

.header .nav {
	float: left;
	height: 94px;
	margin-left: 75px;
}

.header .nav>ul>li {
	float: left;
	width: 150px;
	padding-top: 30px;
	text-align: center;
	height: 64px;
	border-right: 1px solid #f4f4f4;
}

.nav_two {
	display: none;
}

.nav_two li {
	width: 150px;
	height: 70px;
	background: #f2f2f2;
}

.nav_two li a {
	display: block;
	width: 150px;
	height: 70px;
	line-height: 70px;
	color: #333;
	text-align: center;
}

.nav_two .a1 {
	border-bottom: 1px solid #ccc;
}

.header .nav ul li a {
	font-size: 20px;
	color: #000;
}

.header .nav ul li span {
	display: block;
	font-size: 14px;
	color: #cacaca;
}

.header .nav ul .active {
	background: url(../images/nav_ban.jpg) no-repeat center center;
}

.header .nav>ul>.active>a {
	color: #fff;
}

.header .nav ul .active span {
	color: #fff;
}

.event {
	float: right;
	height: 94px;
}

.event .a {
	display: block;
	float: left;
	margin-right: 15px;
	width: 30px;
	height: 30px;
	background: url(../images/serch.png) no-repeat center center;
	margin-top: 30px;
}

.event input {
	display: block;
	margin-top: 30px;
	width: 160px;
	height: 30px;
	background: #41a5d8;
	border: none;
	border-radius: 15px;
	padding-left: 20px;
	margin-right: 20px;
	color: #FFF;
}

.event .a1 {
	width: 160px;
	line-height: 30px;
	background: #40a4d8;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}

.trend {
	width: 1920px;
	position: relative;
	left: 50%;
	height: 640px;
	margin-left: -960px;
	background: url(../images/7.jpg) no-repeat center center;
}

.trend .trend_left {
	float: left;
	margin-top: 80px;
	width: 550px;
	background: url(../images/shu.png) no-repeat 118px center;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
}

.trend .trend_left .trend_pic {
	margin-left: 120px;
}

.trend .trend_left .trend_pic img {
	display: block;
}

.trend .trend_left .trend_main {
	margin-top: 40px;
}

.trend .trend_left .trend_main .data {
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 20px;
	background: url(../images/11.jpg) no-repeat right center;
}

.trend .trend_left .trend_main .data h2 {
	font-size: 28px;
	color: #fff;
	line-height: 40px;
}

.trend .trend_left .trend_main .data span {
	font-size: 14px;
	color: #fff;
}

.trend .trend_left .trend_main .trend_text {
	float: left;
	width: 410px;
	margin-left: 20px;
}

.trend .trend_left .trend_main .trend_text h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.trend .trend_left .trend_main .trend_text h3 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding-bottom: 20px;
	background: url(../images/9.jpg) no-repeat left bottom;
}

.trend .trend_left .trend_main .trend_text a {
	color: #fff;
	display: block;
	text-align: center;
	width: 150px;
	margin-top: 15px;
	font-size: 20px;
}

.trend .trend_right {
	float: right;
	width: 520px;
	height: 420px;
	overflow-y: scroll;
	margin-top: 100px;
	background: url(../images/shu.png) no-repeat 118px center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.trend .trend_right .trend_list {
	margin-bottom: 20px;
	display: block;
}

.trend .trend_right .trend_list:hover .data {
	background: url(../images/11.jpg) no-repeat right center;
}

.trend .trend_right .trend_list:hover h3 {
	background: url(../images/10.jpg) no-repeat left bottom;
}

.trend .trend_right .data {
	width: 100px;
	padding-right: 20px;
	float: left;
	text-align: right;
}

.trend .trend_right .data h2 {
	font-size: 28px;
	color: #fff;
	line-height: 40px;
}

.trend .trend_right .data span {
	font-size: 14px;
	color: #fff;
}

.trend .trend_right .trend_text {
	float: left;
	margin-left: 20px;
	width: 360px;
}

.trend .trend_right .trend_text h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.trend .trend_right .trend_text h3 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding-bottom: 20px;
	background: url(../images/12.jpg) no-repeat left bottom;
}

@media screen and (max-width: 1680px) {
	.wrap {
		width: 1200px;
		margin: 0 auto;
	}
	.box {
		width: 1200px;
		margin: 0 auto;
	}
	.idea_main div h2 {
		font-size: 16px;
	}
	.idea_main div span {
		font-size: 24px;
	}
	.banner2 .text span {
		float: right;
	}
	/* index*/
	.header .nav ul li {
		width: 130px;
	}
	.serve .serve_main .serve_left {
		width: 600px;
	}
	.serve .serve_main .serve_left .serve_text {
		width: 500px;
	}
	.header .nav_two li a {
		width: 130px;
	}
	.event {
		display: none;
	}
	.serve .serve_main .serve_left .serve_con>div .icon {
		width: 65px;
		height: 65px;
	}
	.serve .serve_main .serve_left .serve_con>.active .icon {
		background-size: 100% 100%;
	}
	.serve .serve_main .serve_left .serve_con>div .text h2 {
		font-size: 18px;
	}
	.serve .serve_main .serve_left .serve_con>div {
		margin-right: 0;
	}
	/* spa*/
	/* about*/
	.brand_main .brand_text div {
		width: 350px;
		font-size: 18px;
	}
	.idea .idea_main div span {
		font-size: 24px;
	}
	.idea .idea_main div h2 {
		font-size: 16px;
		width: 240px;
	}
	.idea_main .div5 {
		top: 20px;
	}
	.idea_main .div7 {
		top: 360px;
	}
	.idea_main .div1 {
		top: -90px;
	}
}

@media screen and (max-width: 1200px) {
	#m_top {
		display: block;
	}
	.trend .trend_right {
		overflow-y: initial;
		height: auto;
	}
	.life .life_list .text {
		height: 90%;
	}
	.spa .spa_main .spa_left .text h3 {
		font-size: 14px;
	}
	.care_main .care_text h3 {
		font-size: 14px;
		line-height: 25px;
	}
	.spa .spa_main .spa_right .text h3 {
		font-size: 14px;
	}
	.bar .bar_btn .active .a1 {
		background: url(../images/3.jpg) no-repeat center center;
		background-size: 100% auto;
	}
	.spa_text .spa_list {
		height: auto;
	}
	.spa .spa_main .spa_right {
		width: 100%;
	}
	.spa .spa_main .spa_right .text {
		width: 90%;
		padding: 5%;
	}
	.spa .spa_main .spa_right .pic_box {
		width: 100%;
	}
	.header {
		display: none;
	}
	#top {
		display: block;
	}
	#m_banner {
		display: block;
	}
	.box {
		width: 90%;
		margin: 0 auto;
	}
	.bar {
		width: 100%;
	}
	.bar .bar_btn div {
		width: 50%;
		margin-left: 0;
	}
	.bar .bar_btn div a {
		width: 80%;
		margin: 0 auto;
		background-size: 100% 100%;
	}
	.bar .bar_btn {
		margin-left: 0;
	}
	.bar_main h2 {
		font-size: 14px;
		line-height: 30px;
	}
	.product {
		display: none;
	}
	#m_pro_slide {
		display: block;
	}
	#m_pro_slide1 {
		display: block;
	}
	#m_pro_slide2 {
		display: block;
	}
	.serve {
		display: none;
	}
	.trend .trend_left {
		width: 100%;
		padding-bottom: 0;
		background: none;
	}
	.trend .trend_left .trend_pic {
		width: 100%;
		margin-left: 0;
	}
	.trend .trend_left .trend_pic img {
		display: block;
		width: 100%;
	}
	.trend {
		width: 100%;
		left: 0;
		margin-left: 0;
		height: auto;
		background-size: auto 100%;
	}
	.trend .trend_right {
		width: 100%;
		background: none;
		margin-top: 0;
	}
	.trend .trend_left .trend_main .data {
		width: 100px;
	}
	.trend .trend_right .data {
		width: 20%;
	}
	.trend .trend_left .trend_main .trend_text {
		width: 65%;
	}
	.trend .trend_right .trend_text {
		width: 65%;
	}
	.hezuo {
		display: none;
	}
	#m_serve {
		display: block;
	}
	/* .foot{
		display: none;
	} */
	.wrap {
		width: 90%;
		margin: 0 auto;
	}
	.brand {
		padding-top: 20px;
		height: auto;
		background-size: 100% 100%;
	}
	.brand .brand_main {
		margin-top: 20px;
		width: 100%;
	}
	.brand_main .pic_box {
		position: inherit;
		width: 100%;
		margin-top: 20px;
		left: 0;
	}
	.brand_main .pic_box img {
		width: 100%;
	}
	.brand_main .brand_text {
		width: 90%;
		margin: 0 auto;
		height: auto;
		padding: 10% 5%;
	}
	.brand_main .brand_text div {
		width: 100%;
	}
	.idea {
		display: none;
	}
	#m_idea {
		display: block;
	}
	.team {
		padding-top: 20px;
	}
	.team_top {
		height: auto;
		padding-bottom: 20px;
	}
	.team_top .team_tle {
		width: 70%;
		background-size: 100% 100%;
		left: 0;
		margin-left: 0;
		margin: 0 auto;
		position: relative;
		top: -115px;
	}
	.team_top .text {
		width: 80%;
		position: relative;
		top: -50px;
	}
	.team_main {
		height: auto;
		background-size: 100% 100%;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.team_main .team_list {
		margin-bottom: 30px;
		width: 90%;
		height: auto;
		padding: 5%;
	}
	.team_main .team_list h2 {
		font-size: 16px;
	}
	.team_main .team_list div {
		font-size: 14px;
		line-height: 25px;
	}
	body {
		padding: 0;
	}
}

/* m__*/

.m_slide {
	display: none;
}

.m_foot {
	display: none;
}

.m_parner {
	display: none;
}

.map1 {
	height: 600px;
}

.rad .rad_list div {
	display: inline-block;
	margin-right: 40px;
}

.top {
	width: 100%;
	display: none;
}

.top .fl {
	width: 30%;
	display: block;
}

.top .fl img {
	display: block;
	width: 100%;
}

.top .fr {
	width: 10%;
	display: block;
}

.top .fr img {
	display: block;
	width: 100%;
}

.m_banner {
	display: none;
	width: 100%;
}

.m_banner img {
	width: 100%;
	display: block;
}

.slides li {
	width: 100%;
}

.slides li img {
	display: block;
	width: 100%;
}

.m_pro {
	width: 100%;
	margin-top: 15px;
	display: none;
}

.m_tle {
	width: 100%;
	text-align: center;
}

.m_tle h2 {
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.m_tle h3 {
	font-size: 14px;
	color: #666;
}

.m_serve {
	display: none;
}

.m_pro_slide {
	display: none;
	margin-top: 20px;
}

.m_pro_slide h2 {
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #298ec4;
}

.m_serve_btn {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.m_serve_btn a {
	display: inline-block;
	width: 48%;
	margin-right: 3%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 40px;
	font-size: 15px;
	cursor: pointer;
}

.m_serve_btn .active {
	background: #48a8d1;
	color: #fff;
}

.m_serve_main {
	width: 100%;
	margin-top: 20px;
}

.m_serve_main .text {
	width: 90%;
	background: #48a8d1;
	border-radius: 0 30px 0 0;
	padding: 5%;
}

.m_serve_main .heart_box {
	width: 100%;
	padding-bottom: 20px;
}

.m_serve_main .heart_box img {
	display: block;
	width: 100%;
}

.m_serve_main .text h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff
}

.m_serve_main .text h3 {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.m_serve_main .text h4 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.m_serve_main .text div {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.m_serve_main .text a {
	display: block;
	width: 30%;
	line-height: 35px;
	border-radius: 10px;
	border: 1px solid #ccc;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.m_serve_main .btn {
	width: 100%;
}

.m_serve_main .btn a {
	width: 33%;
	float: left;
	display: block;
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
}

.m_serve_main .btn a div {
	width: 100%;
	background-size: 100% 100%;
	height: 100px;
}

.m_serve_main .btn a .a1 {
	background: url(../images/1.png) no-repeat center center;
}

.m_serve_main .btn .active .a1 {
	background: url(../images/101.png) no-repeat center center;
}

.m_serve_main .btn a .a2 {
	background: url(../images/2.png) no-repeat center center;
}

.m_serve_main .btn .active .a2 {
	background: url(../images/102.png) no-repeat center center;
}

.m_serve_main .btn a .a3 {
	background: url(../images/3.png) no-repeat center center;
}

.m_serve_main .btn .active .a3 {
	background: url(../images/103.png) no-repeat center center;
}

.m_serve_main .btn a .a4 {
	background: url(../images/4.png) no-repeat center center;
}

.m_serve_main .btn .active .a4 {
	background: url(../images/105.png) no-repeat center center;
}

.m_serve_main .btn a .a5 {
	background: url(../images/5.png) no-repeat center center;
}

.m_serve_main .btn .active .a5 {
	background: url(../images/105.png) no-repeat center center;
}

.m_serve_main .btn a .a6 {
	background: url(../images/6.png) no-repeat center center;
}

.m_serve_main .btn .active .a6 {
	background: url(../images/106.png) no-repeat center center;
}

.m_serve_main .pic_box {
	width: 100%;
}

.m_serve_main .pic_box img {
	display: block;
	width: 100%;
}

.join .title {
	display: none;
}

.m_parner {
	width: 100%;
}

.m_parner .pic_box {
	width: 45%;
	margin-bottom: 15px;
	margin-right: 4%;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	height: 60px;
	overflow: hidden;
}

.m_parner .pic_box img {
	width: 100%;
}

.m_parner .m_tle {
	margin-bottom: 20px;
}

.m_foot {
	width: 100%;
	text-align: center;
	background: #3a3c3d;
	padding: 5% 0;
}

.m_foot h2 {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.m_foot h3 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.m_foot h3 a {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.m_nav {
	width: 100%;
	text-align: center;
	background: #36abd6;
	position: absolute;
	left: 0;
	z-index: 10000;
	display: none;
}

.m_nav li a {
	display: block;
	width: 100%;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
}

.m_nav_two li {
	width: 98%;
	padding-left: 2%;
	background: #80b42a;
}

.m_nav_two li a {
	font-size: 14px;
}

.m_idea {
	width: 100%;
	padding-top: 20px;
	display: none;
}

.m_idea_main {
	width: 100%;
	margin-top: 30px;
}

.m_idea_main .m_idea_list {
	width: 90%;
	margin-bottom: 20px;
	background: #36abd6;
	padding: 5% 5%;
}

.m_serve .m_idea_main .m_idea_list {
	background: #36abd6;
}

.m_idea_main .m_idea_list span {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
}

.m_idea_main .m_idea_list h2 {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

.m_long {
	width: 100%;
	padding-top: 20px;
	display: none;
}

.m_long .m_long_main {
	margin-top: 30px;
}

.m_long .m_long_main .pic_box {
	width: 100%;
}

.m_long .m_long_main .pic_box img {
	width: 100%;
}

.m_long .m_long_main .text {
	width: 80%;
	padding: 10%;
	background: #1b9cdd;
}

.m_long .m_long_main .text div {
	width: 90%;
	padding: 5%;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

.m_hea {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	display: none;
}

.zy {
	width: 100%;
}

.zynr {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	text-align: center
}

.zynr h1 {
	text-align: center;
	font-size: 30px;
	margin-top: 100px;
	font-weight: bold;
	color: #1e2b50;
}

.zynr p {
	font-size: 22px;
	line-height: 40px
}

.cp .content {
	width: 100%;
	margin: 50px auto;
}

.cp .content .slideTxtBox .hd {
	width: 65%;
	overflow: hidden;
	margin: 0 auto;
	float: none;
	position: relative;
}

.cp .content .slideTxtBox .hd .case-tel {
	margin-top: 205px;
	background: #227bd1;
	padding: 8% 2%;
}

@media (max-width: 1200px) {
	.cp .content .slideTxtBox .hd .case-tel {
		display: none;
	}
}

.cp .content .slideTxtBox .hd .case-tel .txt {
	color: #fafafa;
	padding-left: 45px;
	background: url("../images/case-tel_03.jpg") no-repeat left center;
}

.cp .content .slideTxtBox .hd .case-tel .txt p {
	font-size: 1.6rem;
}

.cp .content .slideTxtBox .hd .case-tel .txt h5 {
	font-size: 2.2rem;
	margin-bottom: 0;
}

.cp .content .slideTxtBox .hd ul li {
	line-height: 50px;
	float: left;
	display: inline-block;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-right: 2%;
	cursor: pointer;
	text-align: center;
	font-size: 1.2rem;
	color: #8c8787;
	background: #fff;
}

.cp .content .slideTxtBox .hd ul li:nth-child(1) {
	padding-left: 50px;
	padding-right: 50px;
}

.cp .content .slideTxtBox .hd ul li.on {
	color: #1e2b50;
	font-weight: bold;
}

.cp .content .slideTxtBox .bd {
	float: none;
	width: 100%;
	margin-top: 50px;
}

.cp .content .slideTxtBox .bd li {
	width: 33.3333%;
	float: left;
	position: relative;
}

.cp .content .slideTxtBox .bd li:hover .img img {
	transform: scale(1.03);
}

.cp .content .slideTxtBox .bd li .img {
	overflow: hidden;
	width: 100%;
}

.cp .content .slideTxtBox .bd li .img img {
	transition: 0.3s;
	width: 100%;
}

.cp .content .slideTxtBox .bd li .txt {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.cp .content .slideTxtBox .bd li .txt p {
	font-size: 1.4rem;
	color: #fff;
	margin-top: 100px;
	transition: all .5s;
}

.cp .content .slideTxtBox .bd li .txt span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 2px;
	height: 80px;
	background: #b0b3a4;
	margin-bottom: 20px;
	margin-top: 20px;
}

.cp .content .slideTxtBox .bd li .txt img {
	margin-top: 10px;
	display: block;
	margin: 0 auto;
	transition: all .5s;
}

.cp .content .slideTxtBox .bd li:hover .txt {
	background: rgba(83, 196, 120, 0.6);
}

.cp .content .slideTxtBox .bd li:hover .txt img {
	margin-top: 30px;
}

.cp .content .slideTxtBox .bd li:hover .txt p {
	margin-top: 50px;
}

.aly {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.aly h1 {
	text-align: center;
	font-size: 30px;
	margin-top: 100px;
	font-weight: bold;
	color: #1e2b50;
}

.aly p {
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 30px;
}

.aly ul li {
	float: left;
	width: 25%;
	overflow: hidden;
	position: relative;
}

.aly ul li img {
	width: 100%;
	display: block;
	transition: all 0.6s;
}

.aly ul li:hover img {
	transform: scale(1.1);
}

.aly ul li .txt {
	position: absolute;
	left: 5%;
	top: 5%;
	text-align: left
}

.aly ul li .txt h2 {
	color: #fff;
	font-size: 23px;
	margin-bottom: 15px;
}

.aly ul li .txt span {
	color: #c8cacf;
	font-size: 15px
}

.about {
	width: 100%;
	overflow: hidden;
}

.aboutnr {
	max-width: 1600px;
	margin: 50px auto;
	width: 100%;
}

.aboutnr h1 {
	color: #202c50;
	font-size: 31px;
	font-weight: bold
}

.aboutnr .s1 {
	display: inline-block
}

.aboutnr .s1:before {
	content: '';
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 50px;
	height: 2px;
	line-height: 2px;
	background: #61c22a;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.aboutnr .nr {
	width: 100%;
	background: url(../images/about.jpg)no-repeat bottom;
	overflow: hidden;
}

.aboutnr .nr .left {
	float: left;
	width: 45%;
}

.aboutnr .nr .right {
	float: right;
	width: 50%;
}

.aboutnr .nr .left p {
	font-size: 18px;
	line-height: 30px;
}

.aboutnr .nr .left p:nth-child(2) {
	margin-top: 30px;
	margin-bottom: 30px;
}

.aboutnr .nr .left .bottom {
	margin-top: 50px;
}

.aboutnr .nr .left .bottom div {
	float: left;
	width: 30%;
}

.aboutnr .nr .left .bottom div span {
	display: block;
}

.aboutnr .nr .left .bottom div span b {
	color: #4d9a3c;
	font-size: 50px;
	font-family: "Impact"
}

.aboutnr .nr .left .bottom .div3 {
	float: right;
}

.aboutnr .nr .left .bottom div span:nth-child(1) {
	font-size: 30px
}

.foot {
	width: 100%;
	background: url(../images/foot.jpg)no-repeat top;
	overflow: hidden;
}

.foot .nr {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.foot .nr .tit {
	border-bottom: 1px solid #ccc;
	padding-top: 30px;
	overflow: hidden;
}

.foot .nr .tit .left {
	float: left;
}

.foot .nr .tit .right {
	float: right;
	width: 70%;
}

.foot .nr .tit .right a {
	color: #e1e8ec;
	font-size: 17px;
	margin-right: 50px;
}

.foot .nr .boot {
	overflow: hidden;
	margin-top: 50px;
}

.foot .nr .boot .div1 {
	width: 30%;
	float: left;
}

.foot .nr .boot .div1 img {
	float: left;
	margin-top: 30px;
}

.foot .nr .boot .div1 .yx {
	margin-left: 20px;
	float: left;
}

.foot .nr .tit .right .ma {
	margin-top: 60px;
}

.foot .nr .boot .div1 .yx p {
	color: #4d9a3c;
	font-size: 27px;
	line-height: 55px
}

.foot .nr .boot .div1 .yx span {
	color: #919697;
	font-size: 24px
}

.foot .nr .boot .div2 {
	float: right;
}

.foot .nr .boot .div1 .moo {
	color: #8b8885;
	font-size: 14px;
	margin-top: 30px;
	display: block;
}

.foot .nr .boot .div1 .moo-1 {
	overflow: hidden;
}

.foot .nr .tit .right a:hover {
	color: #4d9a3c;
}

.banner_about {
	width: 100%;
}

.banner_about img {
	width: 100%;
	display: block;
}

.con_title {
	height: 80px;
	background: #fff;
}

.con_titlecon {
	width: 1200px;
	margin: auto;
}

.con_titlecon ul {
	border-right: 1px solid #f1f1f1;
}

.con_titlecon ul li {
	height: 75px;
	text-align: center;
	font-size: 16px;
	line-height: 80px;
	float: left;
	width: 238px;
	border-left: 1px solid #f1f1f1;
	border-top: 5px solid #fff;
	border-right: 1px solid #f1f1f1;
}

.con_now {
	border-top: 5px solid #0b3190 !important;
}

.con_titlecon ul li a {
	color: #666;
}

.con_now a {
	color: #0b3190 !important;
}

.khmain {
	background: #f9f9f9;
}

.w {
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
}

.container {
	padding: 50px;
	background: #fff;
	margin: 80px 0px;
	overflow: hidden;
}

.con_titlecon ul li:hover dl {
	z-index: 100;
	position: absolute;
	background: #fff;
	margin-top: -5px;
	width: 238px;
	display: block
}

.con_titlecon ul li dl dt:hover {
	background: #0b3190
}

.con_titlecon ul li dl dt:hover a {
	color: #fff
}

.con_titlecon ul li:hover {
	border-top: 5px solid #0b3190;
}

.con_titlecon ul li:hover a {
	color: #0b3190;
}

.news_list {
	padding: 50px;
	background: #fff;
	margin: 80px 0px;
	overflow: hidden;
}

.news_list ul li {
	line-height: 24px;
	color: #999;
	width: 1100px;
	height: 170px;
}

.news_list ul li img {
	float: left;
	margin-right: 40px
}

.news_list ul li:hover {
	background: #fafafa;
	color: #068b56
}

.news_list ul li:hover h3 {
	color: #0b3190
}

.news_list ul li h3 {
	font-size: 18px;
	font-family: microsoft yahei;
	display: block;
	line-height: 40px;
	color: #444;
	line-height: 50px;
	font-weight: normal
}

.news_list ul li em {
	color: #999;
	font-family: verdana;
	display: block;
	font-style: normal;
	font-size: 14px
}

.news_list ul li p {
	color: #777;
	font-size: 14px;
	line-height: 28px
}

.artshow {
	padding: 50px;
	background: #fff;
	margin: 80px 0px;
	overflow: hidden;
}

.artshow .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	padding: 15px 0;
	font-family: microsoft yahei;
	color: #666;
	text-align: center;
}

.artshow .info {
	text-align: center;
	font-family: microsoft yahei;
	color: #999;
	padding: 0 0 15px 0;
	font-size: 12px;
}

.con_con p {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 65px;
}

.con_con {
	background: url(../images/contactbg.jpg) no-repeat center;
	float: right;
	width: 390px;
	margin-left: 30px;
	height: 450px;
}

.map11 {
	background: url(../images/mapbg.png) no-repeat center;
	height: 450px;
}

.map11 div {
	padding: 22px;
}

.con_titlecon .moui li {
	width: 170px;
}

.title01 {
	width: 100%;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 20px;
}

.title01 b {
	display: block;
	font-size: 28px;
	color: #005bac;
	height: 30px;
	line-height: 30px;
}

.title01 span {
	display: block;
	font-size: 40px;
	font-family: 'btb';
	line-height: 70px;
	color: #eee;
	text-transform: uppercase;
}
.list{max-width: 1600px;margin: 0 auto;width: 100%;}
.col-lg-4 {
	width: 30%;
	padding: 0 1%;
	margin-top: 50px;
	float: left;
	position: relative;
}

.list .item a {
	display: block;
	position: relative;
	padding-bottom: 20px;
}

.list .item a .txt {
	width: 80%;
	height: 90px;
	padding: 0 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -45%;
	z-index: 10;
	-webkit-box-shadow: 1px 1px 95px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 95px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 95px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

 .list .item a .txt_inner {
	width: 100%;
	height: 100%;
	display: table
}

 .list .item a .txt_inner .des {
	display: table-cell;
	vertical-align: middle
}

.list .item a .txt_inner .des b {
	display: block;
	font-size: 16px;
	color: #005bac;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.list .item a .txt_inner .des p {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #222;
	height: 60px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1440px) {
		.list .item a .txt_inner .des p {
		height: 90px
	}
}

.list .item a:hover .img img {
	-webkit-transform: scale(1.07, 1.07);
	-moz-transform: scale(1.07, 1.07);
	-o-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07)
}

 .list .item a:hover .txt {
	height: 120px;
	background: #005bac
}

 .list .item a:hover .txt_inner .des b {
	color: #fff
}

 .list .item a:hover .txt_inner .des p {
	color: #fff
}

.case_d_w {
	padding-top: 100px;
	padding-bottom: 100px
}
.list .item a .img img {
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
 .list .item a .img {
    overflow: hidden;
}
.cont_c .wrap{width: 100%;}
.cont_c .wrap .mktitle {
    padding: 54px 0 63px 0;
}
.cont_c .wrap .table {
    padding-bottom: 35px;
  }
  .cont_c .wrap .table input,
  .cont_c .wrap .table textarea {
    display: block;
    outline: none;
    border: solid 1px #ebebeb;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fcfcfc;
  }
  .cont_c .wrap .table .inpbox {
    margin-bottom: 3.3333%;
  }
  .cont_c .wrap .table .inpbox input {
    display: block;
    width: 22.5%;
    float: left;
    margin-right: 3.3333%;
    padding: 0 20px;
    height: 46px;
  }
  .cont_c .wrap .table .inpbox input:last-child {
    margin-right: 0;
  }
  .cont_c .wrap .table textarea {
    height: 140px;
    resize: none;
    width: 100%;
    margin-bottom: 40px;
    padding: 18px 20px;
  }
  .cont_c .wrap .table .moreBtnBox {
    text-align: center;
  }
  .moreBtn {
    padding: 15px 0;
    padding-left: 20px;
    padding-right: 20px;
    background: #4d9a3c;
    border: solid 1px #ebebeb;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
.moreBtn button {
    background: none;
    cursor: pointer;
    color: #fff;
    border: 0;
    position: relative;
}
.yellow {padding: 7px 0; margin: 4px; text-align: center; font-size:14px; float:none}
.yellow B{ padding:0 4px; font-size:12px}
.yellow a,.yellow a:link {border: #ddd 1px solid; margin: 3px; padding: 3px 7px; text-decoration: none; font-size:14px; color:#666}
.yellow a:hover {border: #61c22a 1px solid;background: #61c22a; color: #fff; text-decoration:none}
.yellow span.current {border: #61c22a 1px solid; font-weight: bold; margin: 3px; color: #fff; padding: 3px 7px;background: #61c22a; font-size:14px}
.yellow span.disabled {border: #ddd 1px solid; padding: 3px 7px; margin: 3px; color: #aaa; font-size:14px }
.yellow span:hover{background: #61c22a;color: #fff}
@media screen and (max-width: 760px) {
	.cp .content .slideTxtBox .hd{width: 100%;}
	.cp .content .slideTxtBox .hd ul li:nth-child(1){padding-left: 0;padding-right: 0;}
	.cp .content .slideTxtBox .hd ul li{width: 50%;margin-right: 0;padding-left: 0;padding-right: 0;}
	.cp .content .slideTxtBox .bd li .txt{display: none;}
	.cp .content{margin: 0 auto;}
	.aly h1{margin-top: 20px;font-size: 18px}
	.zynr h1{font-size: 18px}
	.zynr p{font-size: 14px}
	.aly p{font-size: 14px}
	.aly ul li{width: 50%;}
	.aly ul li .txt h2{font-size: 16px}
	.aly ul li .txt span{font-size: 12px}
	.aboutnr h1{font-size: 18px}
	.aboutnr .nr .right{display: none;}
	.aboutnr .nr .left{width: 95%;display: block;margin: 0 auto;float: none;}
	.aboutnr .nr .left .bottom{margin-top: 0;}
	.aboutnr .nr .left .bottom div span b{font-size: 20px}
	.foot .nr .tit .right .ma{margin-top: 0;}
	.foot .nr .boot{display: none;}
	.con_titlecon{width: 100%;}
	.w{width: 100%;}
	.w .container img{width: 100% !important;display: block;height: auto !important;}
	.con_title{height: auto;}
	.title01{padding-top: 20px;}
	.list{padding: 0;}
	.col-lg-4{width: 48%;margin-top: 25px;}
	.list .item a .txt{padding: 0 8px;height: 17px;text-align: center;}
	.yellow span.disabled{display: block;}
	.title01 b{font-size: 18px}
	.title01 span{font-size: 20px;line-height: 30px}
	.con_titlecon ul li{width: 49%;}
	.news_list{padding: 5px;margin: 0 auto;}
	.news_list ul li{width: 100%;height: auto;}
	.news_list ul li img{width: 100%;margin-right: 0;}
	.artshow{padding: 5px;margin: 0 auto;}
	.container{padding: 5px;margin: 0 auto;}
	.map11{display: none;}
	.con_con{height: 200px;}
	.con_con p{padding-top: 15px;}
	.cont_c .wrap .table .inpbox input{width: 100%;}
	.cont_c .wrap .table .moreBtnBox{width: 100px;}
}
