@charset "utf-8";

/* CSS Document 
** author:新动力
** tips:CSS文件非专业勿动，编码格式为utf-8
*/
* {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

img {
	border: none;
	border: 0;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
}

a:visited {}

a:hover {
	color: #4994e5;
}

a:focus {
	outline: 0;
}

html {
	font: normal 14px/1.5 "microsoft yahei", tahoma, arial, sans-serif;
	background: #fff;
	color: #333;
}

body {
	background: #fff;
}

input,
botton,
input:focus {
	outline: none;
	text-indent: 5px;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 20px
}

h2 {
	font-size: 18px
}

h3 {
	font-size: 16px
}

h4 {
	font-size: 14px
}

/*通用调用*/
.w1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

#warper {
	max-width: 1920px;
	overflow: hidden;
}

@font-face {
	font-family: "DIN";
	src: url(../font/DIN.ttf);
	/* IE9+,可以是具体的实际链接 */
}

/* 头部 */
.head {
	position: relative;
}

.head-con {
	z-index: 1000;
	position: absolute;
	height: 120px;
	background-color: rgba(0, 159, 217, .9);
	padding: 0 40px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1920px;
}

.head-top {
	float: left;
	width: 300px;
}

.index-logo h3 {
	float: left;
	height: 70px;
	margin-top: 27px;
}

/* 导航 */
.nav {
	margin-top: 50px;
	float: right;
}

.nav ul .nLi {
	display: block;
	position: relative;
	float: left;
	height: 16px;
	line-height: 16px;
	text-align: center;
}

.nav ul .nLi h3 {
	position: relative;
	width: 100%;
	padding: 0 27px;
}

.nav .nLi h3 a {
	display: inline-block;
	height: 30px;
	color: #fff;
	font-size: 16px;
}

.nav .nLi.on h3 a {
	display: inline-block;
	height: 30px;
	color: #fff;
	border-bottom: 2px solid #fff;
}

/*导航内页*/
/* .nav-ny {
	background-color: #4a94e5;
	height: 60px;
	line-height: 60px;
}

.nav-ny ul .nLi {
	display: block;
	position: relative;
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.nav-ny ul .nLi h3 {
	width: 150px;
	text-align: center;
}

.nav-ny .nLi:first-child h3 {
	padding-left: 0;
}

.nav-ny .nLi:first-child h3:after {
	background: none;
}

.nav-ny .nLi h3 a {
	color: #fff;
	font-size: 16px;
}

.nav-ny .nLi.on h3 {
	background-color: #2d65a1;
}

.nav-ny .sub {
	display: none;
	width: 150px;
	top: 60px;
	position: absolute;
	background: #4a94e4;
	line-height: 44px;
	z-index: 100;
}

.nav-ny .sub li {
	zoom: 1;
}

.nav-ny .sub a {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.nav-ny .sub a:hover {
	font-weight: bold;
	background-color: #2d65a1;
} */


/* 焦点图 */
.banner {
	height: 880px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .bd {
	height: 880px;
	width: 100%;
	z-index: 0;
}

.banner .bd li {
	width: 100%;
	height: 880px;
	zoom: 1;
	vertical-align: middle;
	margin: 0 auto;
}


.banner .bd li .pic_a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.banner .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 35px;
	left: 0;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.banner .hd ul {
	zoom: 1;
	overflow: hidden;
}

.banner .hd ul li {
	width: 18px;
	height: 18px;
	border-radius: 14px;
	display: inline-block;
	margin: 0 6px;
	cursor: pointer;
	background: #fff none repeat scroll 0 0;
	transition: width 0.5s ease 0s, height 0.5s ease 0s, background 0.5s ease 0s, color 0.5s ease 0s;
}

.banner .hd ul .on {
	background: rgba(74, 148, 229, 0.8) none repeat scroll 0 0;
	color: #009fd9;
	height: 18px;
	width: 32px;
}

/* 路线 */
.product .title {
	margin-top: 60px;
}

.product .title h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 7px;
}

.product .title h3 b {
	color: #009fd9;
}

.product .title p {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

.content {
	margin: 40px 0;
}

.content ul li {
	width: 360px;
	height: 485px;
	background-color: #f6f6f6;
	margin-right: 22.5px;
	padding: 12.5px;
	position: relative;
	float: left;
}

.content ul li:nth-child(3) {
	margin-right: 0px !important;
}

.content ul li .float {
	position: absolute;
	width: 60px;
	height: 80px;
	background-color: #009fd9;
	top: 0;
	left: 30px;
}

.content ul li .float p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.content ul li .con-1 img {
	width: 360px;
}

.content ul li .text {
	margin: 10px 0;
}

.content ul li .text h5 {
	font-size: 24px;

	color: #009fd9;
}

.content ul li .text span {
	font-size: 12px;
	color: #a4a4a4;
	text-transform: uppercase;
}

.content ul li .introduce {
	border-top: 1px dashed #a4a4a4;
	padding-top: 7px;
}

.content ul li .introduce span {
	display: block;
	width: 280px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	color: #888888;
}

.content ul li .introduce em {
	display: block;
	background: url(../img/jurassic.png) no-repeat center left;
	float: right;
	padding-left: 30px;
	color: #888888;
}

/* 四大优势 */
.four-adv {
	background: url(../img/_401728295.jpg) no-repeat center center;
	margin-top: 30px;
	padding-top: 80px;
	height: 600px;
}

.four-adv .title {
	margin-top: 30px;
}

.four-adv .title h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 7px;
	background: url(../img/Our-services.png) no-repeat center top;
	padding-top: 30px;
	padding-left: 20px;
	color: #009fd9;
}

.four-adv .title p {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

.clearfix {
	zoom: 1;
	text-align: center;
	margin-top: 40px;
}

.tBox .picBox .roll {
	position: relative;
	margin-right: 13px;
	perspective: 1000px;
	cursor: pointer;
	width: 290px;
}

.roll .box-content {
	width: 100%;
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	transform: rotateY(90deg);
	transition: all 0.50s ease-in-out 0s;
	overflow: hidden;
}

.roll .box-img {
	transform: rotateY(0);
	transition: all 0.50s ease-in-out 0s;
	width: 290px;
	height: 300px;
	background-color: #f6fdff;
}

.roll .box-img img {
	margin-top: 30px;
	width: 100px;
}

.roll .box-img h6 {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	left: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 30px;
}

.roll .box-img p {
	text-align: center;
	font-size: 14px;
	padding: 0 36px;
	line-height: 24px;
}

.roll:hover .box-img {
	transform: rotateY(-90deg);
}

.roll .box-content {
	color: #fff;
	background: url(../img/adv-v.jpg) no-repeat top left;
}

.roll .box-content img {
	margin-top: 30px;
	width: 100px;
}

.roll .box-content h6 {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	left: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 30px;
}

.roll .box-content p {
	text-align: center;
	font-size: 14px;
	padding: 0 36px;
	line-height: 24px;
}

.roll:hover .box-content {
	transform: rotateY(0);
}

/* 疗养基地 */
.contents .title {
	margin-top: 20px;
}

.contents .title h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 7px;
}

.contents .title h3 b {
	color: #009fd9;
}

.contents .title p {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

.poster_box {
	overflow: hidden;
	margin: 30px 20px
}

.poster_box h2 {
	font-size: 30px;
	color: #015293;
	font-weight: bold;
	text-align: center;
}

.poster_box h3 {
	font-size: 16px;
	color: #015293;
	margin: 10px 0 35px;
	text-align: center;
}

.poster-main {
	position: relative;
	width: 100%;
	height: 500px !important;
	margin-left: auto;
	margin-right: auto;
}

.poster-main img {
	display: block;
	box-shadow: 0px 0px 10px #222222;
	-webkit-box-shadow: 0px 0px 10px #222222;
}

.poster-main a,
.poster-main img {
	display: block;
	width: 100%;
	height: 100%;
}

.poster-main img {}

.poster-main .poster-list {
	width: 1000px;
	height: 500px;
}

.poster-main .poster-list .poster-item {
	width: 200px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-list .poster-item .item {
	position: relative;
	width: 100%;
	height: 100%
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
	filter: opacity(.5) brightness(1);
}

.poster-main .poster-btn:hover {
	filter: opacity(1) brightness(2);
}

.poster-main .poster-prev-btn {
	left: 0;
	background: url(left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
	right: 0;
	background: url(right.png) no-repeat center center;
}

.poster-item-title {
	background: rgba(42, 42, 42, 0.8) none repeat scroll 0 0 !important;
	/*实现FF背景透明，文字不透明*/
	filter: Alpha(opacity=80);
	background: #2a2a2a;
	color: #FFF;
	width: 100%;
	height: 52px;
	line-height: 52px;
	position: absolute;
	bottom: 0;
	text-indent: 29px;
	font-size: 16px;
}

.lunbo_btn {
	height: 15px;
	width: 100%;
	margin: 0px auto;

	position: absolute;
	z-index: 3;
	text-align: center;
	bottom: 2px
}

.lunbo_btn li {
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #b4b5b7;
	border-radius: 50%;
	margin: 0px 2px;
	cursor: pointer;
}

.lunbo_btn li.poster-btn-active {
	background-color: #0b518a;
}

/* 新闻 */
.container {
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 50px;
}

.price {
	width: 1200px;
	margin: 0 auto;
}

.price h3 {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

.price .category {
	overflow: hidden;
	margin: 0 430px;
	margin-top: 10px;
}

.price .category ul li {
	display: inline-block;
	white-space: nowrap;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding: 18px 0;
}

.price .category ul li span {
	margin: 30px;
}

.price .category ul li.active {
	color: #009fd9;
}

.price .cont {
	display: none;
}

.price .cont.active {
	display: block;
}

.price .cont ul li {
	width: 285px;
	height: 320px;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
}

.price .cont ul li:nth-child(4n) {
	margin-right: 0px !important;
}

.price .cont ul li a {
	display: block;
	border-bottom: 3px solid #e1e1e1;
	padding-bottom: 20px;
	background-color: #fff;
	margin-top: 20px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}

.price .cont ul li a:hover {
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
	border-color: rgba(229, 229, 229, .73);
	border-bottom: 3px solid #009fd9;
}

.price .cont ul li a img {
	width: 275px;
	height: 200px;
}

.price .cont ul li a:hover .cont_main h3.title {
	color: #009fd9;
}

.price .cont ul li a .cont_main {
	display: table-cell;
	vertical-align: top;
	padding: 5px;
}

.price .cont ul li a .cont_main h3.title {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	float: left;
	width: 200px;
}

.price .cont ul li a .cont_main span {
	float: right;
	line-height: 50px;
	font-size: 12px;
	color: #adadad;
}

.both {
	clear: both;
}

.price .cont ul li a .cont_main p.desc {
	font-size: 14px;
	line-height: 1.5;
	color: #8d8d8d;
	height: 60px;
	margin-top: -2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 底部导航 */
.footer {
	background-color: #009fd9;
	font-family: "Microsoft Yahei"
}

.marquee-box {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.marquee {
	width: 8000%;
	height: 60px
}

.wave-list-box {
	float: left
}

.wave-list-box ul {
	float: left;
	height: 60px;
	overflow: hidden;
	zoom: 1
}

.wave-list-box ul li {
	height: 60px;
	width: 100%;
	float: left;
	line-height: 30px;
	list-style: none
}

.wave-box {
	position: relative;
	height: 60px;
	background: #fff
}

.autoWidth {
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1200px
}

.auto {
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1200px
}

.five-superiority {
	width: 100%;
	border-bottom: 1px solid #27aede;
	padding: 10px 0 20px
}

.five-superiority-list li {
	float: left;
	width: 14%;
	height: 36px;
	text-align: center;
	border-left: 1px solid #27aede
}

.five-superiority-list li:first-child {
	border-left: none
}

.five-superiority-list li a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: no-repeat 2% center;
	text-indent: 2em;
	color: #fff;
	font-size: 16px
}

.five-superiority-list li a:hover {
	color: #bfe7f5
}

.five-superiority-list li a.superiority-text {
	text-indent: 4em
}

.footer-floor1 {
	width: 100%;
	height: 170px;
	padding: 60px 0 60px
}

.foot-left {
	width: 490px;
	float: left;
	margin-right: 20px;
	color: #fff;
	text-align: left;
}

.foot-left h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
	padding-bottom: 15px;
}

.foot-left h3 span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

.foot-left p {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
}

.foot-left p span {
	text-transform: uppercase;
}

.foot-left p b {
	font-size: 22px;
	font-family: "arial narrow";
	margin-right: 10px;
}

.foot-c {
	float: left;
	width: 300px;
	color: #fff;
}

.foot-c p {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.foot-c a {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}

.footer-right {
	width: 300px;
	float: right
}

.telephone {
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #fff
}

.telephone span {
	display: inline-block;
	width: 32px;
	height: 32px;
	float: left;
	background: url(../images/phone_32px.png);
	margin-left: 16%
}

.telephone .tel-number {
	font-size: 30px;
	font-weight: 400;
	text-align: right
}

.official-plat {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	position: relative
}

.official-plat ul {
	float: right;
	margin-top: 7px
}

.official-plat ul li span {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../img/weibo.png) no-repeat 0 0;
	line-height: 32px;
	float: left;
	margin-right: 12px
}

.official-plat ul li .weibo-logo {
	background: url(../img/weibo.png) no-repeat -64px 0
}

.official-plat ul li .qq-logo {
	background: url(../img/weibo.png) no-repeat -32px 0
}

.official-plat ul li {
	height: 45px
}

.official-plat ul a {
	display: inline-block;
	height: 32px;
	width: 100%;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	font-size: 12px
}

.official-plat>p {
	display: inline-block;
	width: 132px;
	height: 132px;
	border: 1px solid #ddd;
	background-color: #fff
}

.official-plat .weixin {
	position: absolute;
	top: 0;
	left: 10px;
	background-image: url(../img/plat_qrcode.jpg);
	background-repeat: no-repeat;
	background-position: 0 0
}

.official-plat .weibo {
	position: absolute;
	top: 0;
	left: 10px;
	background-image: url(../img/plat_qrcode.jpg);
	background-repeat: no-repeat;
	background-position: -135px 0;
	display: none
}

#wx-corner {
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	top: 12px;
	right: -20px;
	z-index: 10
}

#wb-corner {
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	top: 58px;
	right: -20px;
	z-index: 10
}

/* 备案号 */
.footer-floor2 {
	width: 100%;
	border-top: 1px solid #4cc3ed;
	padding: 20px 0;
	text-align: center
}

.footer-floor2 p {
	text-align: center;
	color: #b6e2f2;
	font-size: 14px;
	line-height: 30px
}

.footer-floor2 p span {
	margin-right: 50px;
	text-transform: uppercase;
}

.footer-floor2 p span:nth-child(3n) {
	margin-right: 0;
}

.footer-floor2 a {
	color: #b6e2f2
}

.footer-floor2 a:hover {
	color: #a8d0e0;
	text-decoration: underline
}

/* 首页完成 */

/*--banner--*/
.banner1 {
	width: 100%;
	height: 400px;
	padding-top: 120px;
}

.dh {
	height: 60px;
	border-bottom: 1px solid #E0E0E0;
	line-height: 60px;
}

.about {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.jianjie {
	width: 1200px;
	height: 450px;
	margin-top: 60px;
}

.jianjie h3 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	text-align: center;
}

.jianjie .nr {
	width: 1200px;
	margin-top: 52px;
}

.jianjie .nr img {
	width: 565px;
	height: 349px;
	padding: 0px 40px 5px 0px;
}

.jianjie .nr p {
	line-height: 30px;
	color: #555;
}

.linian {
	width: 1200px;
	height: 500px;
	margin: 58px auto;
}

.linian .bt h3 {
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	color: #333;
}

.linian .xi {
	width: 1200px;
	height: 140px;
	margin-top: 47px;
}

.linian .xi li {
	width: 558px;
	height: 200px;
	border: 6px solid #f1f1f1;
	float: left;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 20px;
}

.linian .xi li dl {
	float: left;
}

.linian .xi li h3 {
	font-size: 22px;
	color: #333;
	font-weight: normal;
}

.linian .xi li p {
	color: #666;
	margin-top: 10px;
	margin-left: 5px;
}

.linian .xi li:nth-child(2n) {
	float: right;
}

.rongyu {
	width: 1200px;
	height: 330px;
	margin: 0 auto;
	margin-top: 40px;
}

.rongyu h3 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	text-align: center;
}

/* 水平滚动
------------------------------ */
.scroll_horizontal {
	position: relative;
	width: 1200px;
	height: 214px;
	margin-top: 50px;
}

.scroll_horizontal .box {
	overflow: hidden;
	position: relative;
	width: 1200px;
	height: 214px;
	margin: 0 auto;
}

.scroll_horizontal .list {
	overflow: hidden;
	width: 9999px;
}

.scroll_horizontal .list li {
	float: left;
	width: 306px;
	height: 214px;
	text-align: center;
}

.scroll_horizontal .list li img {
	width: 270px;
	height: 202px;
	border: 6px solid #ffe9d5;
}

.scroll_horizontal .plus,
.scroll_horizontal .minus {
	padding: 20px 0 0 8px;
	box-sizing: border-box;
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 80px;
	width: 28px;
	height: 67px;
	background: rgba(194, 194, 194, 0.37);
	cursor: pointer;
}

.scroll_horizontal .plus {
	left: 0px;
}

.scroll_horizontal .minus {
	right: 0px;
}

.scroll_horizontal .plus:hover,
.scroll_horizontal .minus:hover {
	background: #f60;
}

/*--合作客户--*/
.hezuo {
	width: 1200px;
	height: 250px;
	margin: 35px auto;
}

.hezuo h3 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
}

/* 水平滚动
------------------------------ */
.scroll_horizontal2 {
	position: relative;
	width: 1200px;
	height: 192px;
	margin-top: 38px;
}

.scroll_horizontal2 .box {
	overflow: hidden;
	position: relative;
	width: 1200px;
	height: 192px;
	margin: 0 auto;
}

.scroll_horizontal2 .list {
	overflow: hidden;
	width: 9999px;
}

.scroll_horizontal2 .list li {
	float: left;
	width: 243px;
	text-align: center;
	text-align: center;
}

.scroll_horizontal2 .list li img {
	width: 226px;
	height: 133px;
	border: 1px solid #d3d3d3;
}

.scroll_horizontal2 .list li span {
	width: 226px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 15px;
}

.scroll_horizontal2 .plus,
.scroll_horizontal2 .minus {
	position: absolute;
	top: 46px;
	width: 14px;
	height: 41px;
	cursor: pointer;
}

.scroll_horizontal2 .plus {
	left: -30px;
	background: url(../images/zuo.gif) no-repeat;
}

.scroll_horizontal2 .minus {
	right: -30px;
	background: url(../images/you.gif) no-repeat;
}

/* 案例 */
.case {
	width: 1200px;
	height: auto;
	margin: 45px auto;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}

.case_left {
	width: 276px;
	height: auto;
	background: #eaeaea;
	border-radius: 5px;
	float: left;
	padding: 26px;
	box-sizing: border-box;
}

.case_left h3 {
	font-size: 22px;
	color: #333;
	font-weight: normal;
}

.case_left ul {
	margin-top: 23px;
}

.case_left ul li {
	height: 46px;
	background: #f5f5f5;
	border-radius: 5px;
	line-height: 46px;
	margin-bottom: 10px;
}

.case_left ul li p {
	color: #666;
	display: inline-block;
	padding-left: 20px;
}

.case_left ul li span {
	font-size: 13px;
	color: #666;
	float: right;
	padding-right: 20px;
}

.case_left ul li:hover {
	background: #009fd9;
}

.case_left ul li:hover p {
	color: #fff;
}

.case_left ul li:hover span {
	color: #fff;
}

.case_right {
	width: 896px;
	height: auto;
	float: right;
}

.case_right .bt {
	margin-top: 20px;
}

.case_right .bt h3 {
	font-size: 23px;
	color: #333;
	font-weight: normal;
}

.fxui-tab-nav2 {
	margin-top: 25px;
	overflow: hidden;
}

.fxui-tab-nav2 li {
	width: 280px;
	height: 260px;
	background: #fff;
	border-radius: 3px;
	float: left;
	margin-right: 28px;
	margin-bottom: 6px;
}

.fxui-tab-nav2 li:nth-child(3n) {
	margin-right: 0px;
}

.fxui-tab-nav2 li div {
	width: 280px;
	height: 194px;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.fxui-tab-nav2 li img {
	width: 280px;
	height: 194px;
	transition: all 0.5s;
}

.fxui-tab-nav2 li:hover img {
	transform: scale(1.1);
}

.fxui-tab-nav2 li dl {
	width: 278px;
	height: 50px;
	background: #f3f3f3;
	transition: all 0.5s;
	padding: 0 21px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
}

.fxui-tab-nav2 li dl p {
	font-size: 15px;
	color: #333;
	text-align: center;
	margin-top: 0px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fxui-tab-nav2 li dl dt {
	float: right;
	line-height: 25px;
	color: #666;
	margin-top: 10px;
	transition: all 0.5s;
	overflow: hidden;
}

.fxui-tab-nav2 li:hover dl {
	background: #009fd9;
}

.fxui-tab-nav2 li:hover dl p {
	color: #fff;
}

.fxui-tab-nav2 li:hover dl dt {
	color: #fff;
}


.kefu {
	width: 100%;
	height: 510px;
	background: url(../images/case.jpg) no-repeat center;
	overflow: hidden;
}

.kefu_con {
	width: 680px;
	height: 400px;
	margin: 30px auto;
	box-sizing: border-box;
	float: left;
}

.kefu img {
	width: 450px;
	height: 300px;
	float: right;
	margin-top: 55px;
}

.kefu_con h3 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
}

.kefu_con i {
	width: 65px;
	height: 3px;
	background: #009fd9;
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
}

.kefu_con p {
	line-height: 28px;
	color: #666;
	width: 690px;
	margin-top: 5px;
}

.kefu_con a {
	width: 190px;
	height: 48px;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	line-height: 48px;
	display: block;
	margin-top: 40px;
}

.kefu_con a:hover {
	background: #009fd9;
	color: #fff;
	border: 1px solid #009fd9;
}

.fenye {
	width: 530px;
	height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

/*.fenye a {*/
/*	padding: 8px 16px;*/
/*	border: 1px solid #d5d5d5;*/
/*	margin: 0 2px;*/
/*}*/

/*.fenye a:hover {*/
/*	background: #333;*/
/*	color: #fff;*/
/*}*/

/* 联系我们 */
.path1 {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	margin-top: 35px;
}

.path1 h3 {
	font-size: 25px;
	color: #333;
	font-weight: normal;
	margin-bottom: 15px;
}

.path1 i {
	font-style: normal;
	color: #666;
	display: block;
	margin-bottom: 15px;
}

.path1 p {
	color: #666;
	line-height: 35px;
	font-size: 16px;
}

.ditu {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	background: #ccc;
}

.liuyan {
	width: 1200px;
	height: 460px;
	margin: 35px auto;
}

.liuyan .bt {
	width: 1200px;
	height: 40px;
	box-sizing: border-box;
	margin-bottom: 35px;
}

.liuyan .bt h3 {
	width: 116px;
	height: 40px;
	font-size: 25px;
	text-align: center;
	line-height: 30px;
	color: #333;
	font-weight: normal;
}

.liuyan .nr {
	width: 550px;
	height: 46px;
	float: left;
	margin-bottom: 28px;
}

.liuyan .nr span {
	font-size: 15px;
	color: #666;
	width: 70px;
	height: 46px;
	line-height: 46px;
	display: block;
	float: left;
}

.liuyan .nr input {
	width: 476px;
	height: 46px;
	border: 1px solid #ccc;
	float: right;
	padding: 0 10px;
	color: #666;
	line-height: 46px;
	box-sizing: border-box;
}

.liuyan .nr:nth-child(3),
.liuyan .nr:nth-child(5) {
	float: right;
}

.liuyan .nr p {
	width: 103px;
	height: 46px;
	float: left;
	margin-left: 5px;
}

.liuyan .nr:nth-child(5) input {
	width: 200px;
	float: left;
	margin-left: 5px;
}

.liuyan .nr textarea {
	width: 1130px;
	height: 125px;
	border: 1px solid #ccc;
	float: right;
	padding: 10px;
	color: #666;
	float: right;
	box-sizing: border-box;
}

.liuyan .nr:nth-child(6) {
	width: 1200px;
	height: 125px;
}

.tijiao {
	width: 166px;
	height: 48px;
	background: #009fd9;
	float: left;
	margin-left: 70px;
}

.tijiao input {
	width: 166px;
	height: 48px;
	background: none;
	border: none;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}

.chongzhi {
	width: 166px;
	height: 48px;
	background: #999;
	float: left;
	margin-left: 35px;
}

.chongzhi input {
	width: 166px;
	height: 48px;
	background: none;
	border: none;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}

/* 新闻中心*/
.news {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 37px auto;
}

.news_right {
	width: 900px;
	height: auto;
	float: right;
}

.news_right .bt {
	font-size: 20px;
	color: #333;
	height: 58px;
	line-height: 45px;
}

.news_right .ul {
	width: 966px;
	padding-bottom: 15px;
}

.news_right ul a li {
	width: 966px;
	height: 168px;
	background: #f4f4f4;
	transition: all 0.5s;
	margin-bottom: 25px;
}

.news_right ul a li img {
	width: 275px;
	height: 155px;
	float: left;
	margin: 7px;
}

.news_right ul a li .txt {
	width: 620px;
	float: right;
	margin-right: 20px;
	margin-top: 25px;
}

.news_right ul a li .txt h3 {
	transition: all 0.5s;
	position: relative;
	font-weight: normal;
	width: 490px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 17px;
	color: #333;
}

.news_right ul a li .txt p {
	line-height: 26px;
	width: 550px;
	height: 52px;
	color: #666;
	margin: 10px 0;
	overflow: hidden;
}

.news_right ul a li .txt span {
	color: #999;
}

.news_right ul a li:hover {
	background: #e2e2e2;
}

.news_right ul a li i {
	width: 0px;
	height: 2px;
	background: #ff7a03;
	display: block;
	float: left;
	transition: all 0.5s;
	margin-top: 15px;
}

.news_right ul a li:hover i {
	width: 30px;
	margin-right: 15px;
}
/* 新闻内页 */

.xinwen_ny {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	padding-bottom: 40px;
	overflow: hidden;
}

.xinwen_ny .bt {
	width: 900px;
	height: 180px;
	float: right;
}
/* 路线tit */
.xinwen_ny .cs {
	width: 900px;
	height: 50px;
	float: right;
}
.xinwen_ny .cs h3 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 路线titend */
.xinwen_ny .bt h3 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xinwen_ny .bt .xin {
	width: 586px;
	height: 30px;
	margin: 0 auto;
	margin-top: 2px;
}

.xinwen_ny .bt .xin span {
	width: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #999;
	float: left;
	margin-left: 140px;
}

.xinwen_ny .bt .xin p {
	width: 180px;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 15px;
	float: left;
}

.xinwen_ny .zy {
	width: 100%;
	height: 90px;
	background: #ececec;
	margin-top: 20px;
	padding: 20px;
	box-sizing: border-box;
}

.xinwen_ny .zy p span {
	color: #009fd9;
}

.xinwen_ny .zy p {
	color: #999;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	display: inline-block;
}

.xinwen_ny .nr {
	width: 900px;
	line-height: 33px;
	color: #333;
	padding-bottom: 40px;
	padding-top: 35px;
	border-bottom: 1px solid #d5d5d5;
	float: right;
	font-size: 16px;
}

.xinwen_ny .s {
	width: 1200px;
	height: 60px;
	margin-top: 35px;
}

.xinwen_ny .s .kai {
	width: 50%;
	height: 60px;
	float: left;
	padding: 15px 20px;
	background: #f4f4f4;
	box-sizing: border-box;
}

.xinwen_ny .s .kai i {
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	height: 30px;
	transition: .36s ease;
	margin-top: 8px;
}

.xinwen_ny .s .prev i {
	background: url(../img/prev1.png) no-repeat;
}

.xinwen_ny .s .next i {
	background: url(../img/next1.png) no-repeat;
}

.xinwen_ny .s .next {
	text-align: right;
}

.xinwen_ny .s .kai span {
	width: 1px;
	height: 20px;
	background: #eaeaea;
	display: inline-block;
	margin: 0 20px;
}

.xinwen_ny .s .kai p {
	display: inline-block;
	height: 40px;
	line-height: 30px;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.xinwen_ny .s .kai:hover {
	background: #009fd9;
}

.xinwen_ny .s .kai:hover p {
	color: #fff;
}

.xinwen_ny .s .prev:hover i {
	background: url(../img/prev2.png) no-repeat;
}

.xinwen_ny .s .next:hover i {
	background: url(../img/next2.png) no-repeat;
}



.tuijian {
	width: 1200px;
	height: auto;
	margin: 50px auto;
}

.tuijian .bt {
	height: 35px;
}

.tuijian .lx h5 {
	font-size: 26px;
	color: #333;
	font-weight: normal;
}

.fxui-tab-nav {
	margin-top: 45px;
}

.fxui-tab-nav li {
	width: 380px;
	height: 305px;
	float: left;
	margin-right: 30px;
	margin-bottom: 29px;
}

.fxui-tab-nav li:nth-child(3),
.fxui-tab-nav li:nth-child(6) {
	margin-right: 0px;
}

.fxui-tab-nav li div {
	width: 380px;
	height: 258px;
	overflow: hidden;
}

.fxui-tab-nav li img {
	width: 380px;
	height: 258px;
	transition: all 0.5s;
}

.fxui-tab-nav li:hover img {
	transform: scale(1.1);
}

.fxui-tab-nav li dl {
	height: 50px;
	background: #fff;
	transition: all 0.5s;
	padding: 0 25px;
	box-sizing: border-box;
}

.fxui-tab-nav li dl p {
	font-size: 15px;
	color: #666;
	line-height: 48px;
	float: left;
}

.fxui-tab-nav li dl .more {
	width: 60px;
	height: 48px;
	float: right;
	font-size: 16px;
	color: #666;
	margin-top: 15px;
	transition: all 0.5s;
}

.fxui-tab-nav li:hover dl {
	background: #009fd9;
}

.fxui-tab-nav li:hover dl p {
	color: #fff;
}

.fxui-tab-nav li:hover dl .more {
	color: #fff;
}
/* 疗养路线 */
.page{ margin: 0 auto;padding-top:40px;}
.pagination li a,.pagination li span{ display: block; float: left; border:1px solid #ae0e00; padding: 5px 12px; color: #333; margin: 0 2px;}
.pagination .active span{background:#ae0e00;color:#fff;border:1px solid #ae0e00;padding: 5px 13px;}

.pagination{ display:table; margin:0 auto;}
.pagination li{ display:table-cell;}
.pagination li a:hover,.page .active a{ background:#ae0e00; color:#fff;}
.disabled span{padding: 5px 13px !important;}
