/*#header-wrapper .nav .logout{
	background: none;
	color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
}
.animate-box{
	opacity: 0;
}
.pointer{
	cursor: pointer;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a:focus {
	outline: 0;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff;
	font-family: 'microsoft yahei';
}

a,
a:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #04be83;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul,
li,
input,
ol,
dl,
dt,
dd,
h2 {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

input,
button {
	outline: none;
}

em,
i {
	font-style: normal;
}

.clearfix {
	display: block;
	*display: inline-block;
}

.nav {
	position: relative;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: #04be83;
}

.nav .w {
	position: relative;
	float: right;
	height: 26px;
	margin-top: 12px;
	margin-right: 100px;
	color: #fff;
}

.nav a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.nav .t {
	float: left;
}

.nav .t0 {
	margin-right: 20px;
}

.nav .t2 a {
	display: block;
	width: 36px;
	height: 22px;
	overflow: hidden;
	background: url(../pic/reg-btn.fw.png) no-repeat 5px 3px;
	color: #04be83;
	text-align: center;
	padding-top: 2px;
}

.nav .t3 {
	margin: 0 10px;
}

.nav .t3 a {
	display: block;
	width: 24px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../pic/wx-btn.fw.png) no-repeat 5px 2px;
	color: #04be83;
	text-align: center;
	padding-top: 2px;
}

.nav .t4 {
	margin-right: 10px;
}

.nav .t4 a {
	display: block;
	width: 24px;
	height: 19px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../pic/wb-btn.fw.png) no-repeat 5px 1px;
	color: #04be83;
	text-align: center;
	padding-top: 2px;
}

.nav .t5 a {
	padding-right: 10px;
	background: url(../pic/arrow-down.fw.png) no-repeat right center;
}

.nav .t0 a:hover {
	border: #fff 1px solid;
	border-radius: 3px;
	padding: 3px;
}

.nav .t1 a:hover {
	color: #FFD000;
}

.nav .t2 a:hover {
	color: #FF7700;
}

.nav .navbox {
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 999;
	display: none;
}

.nav .navbox.hover {
	display: block;
}

.nav .navbox .arrow {
	width: 0;
	height: 0;
	border-width: 10px;
	border-color: transparent transparent white transparent;
	border-style: dashed dashed solid dashed;
	margin-left: 28px;
}

.nav .navbox .text {
	background: #fff;
	width: 200px;
	height: 200px;
	font-size: 24px;
	text-align: center;
	color: #2F3032;
}

.nav .navbox .text img {
	width: 100%;
	height: 100%;
}

.nav .navbox3 {
	left: 140px;
}

.nav .navbox3 .arrow {
	margin-left: 90px;
}

.nav .navbox4 {
	left: 190px;
}

.nav .navbox4 .arrow {
	margin-left: 90px;
}

.nav .navbox5 {
	left: 200px;
}

.nav .navbox5 .arrow {
	margin-left: 140px;
}

.nav .navbox5 .text {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.header {
	position: relative;
	top: 0;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
}

.header .w {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}

.header .logo {
	width: 220px;
	height: 51px;
	margin-top: 15px;
	float: left;
}

.header ul.menu {
	float: left;
	margin-left: 102px;
}

.header ul.menu li {
	float: left;
	margin: 32px 9px 0 0;
	padding: 0 12px;
	font-size: 16px;
	font-weight: bold;
	height: 43px;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.header ul.menu li a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.header ul.menu li:hover,
.header ul.menu li.hover {
	border-bottom: #04be83 5px solid;
}

.header ul.menu li:hover>a,
.header ul.menu li.hover>a {
	color: #04be83;
}

.header ul.menu li .dropdown_panel {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 210px;
	left: 0;
	top: 80px;
	box-shadow: 0 2px 10px #ccc;
	background: #fff;
	display: none;
	!*height: 0;*!
	overflow: hidden;
}

.header ul.menu li .dropdown_panel.p6 {
	!*display: none;*!
}

.header ul.menu li:hover .dropdown_panel {
	!*display: block;
	overflow: hidden;
	height: 210px;
	-webkit-transition: height .6s;
	-moz-transition: height .6s;
	-ms-transition: height .6s;
	-o-transition: height .6s;
	transition: height .6s;*!
}

.header ul.menu li .dropdown_panel .w {
	width: 1020px;
	height: 185px;
	margin: 25px auto 0;
}

.header ul.menu li .dropdown_panel .w0 {
	width: 1020px;
}

.header ul.menu li .dropdown_panel .w1 {
	width: 700px;
}

.header ul.menu li .dropdown_panel .w2 {
	width: 750px;
}

.header ul.menu li .dropdown_panel .w3 {
	width: 620px;
}

.header ul.menu li .dropdown_panel .w4 {
	width: 720px;
}

.header ul.menu li .dropdown_panel .w5 {
	width: 420px;
}

.header ul.menu li .dropdown_panel .w6 {
	width: 520px;
}

.header ul.menu li .dropdown_panel dt a {
	font-size: 15px;
	font-weight: bold;
}

.header ul.menu li .dropdown_panel dd a {
	font-size: 14px;
	font-weight: normal;
}

.header ul.menu li .dropdown_panel dd a em {
	color: #f00;
	padding: 0 2px 0 5px;
	font-weight: bold;
	font-style: normal;
}

.header ul.menu li .dropdown_panel .sliderbox {
	float: left;
	width: 300px;
	height: 140px;
	margin-left: 50px;
}

.header ul.menu li .dropdown_panel .sliderbox .left,
.header ul.menu li .dropdown_panel .sliderbox .right {
	width: 45px;
	height: 140px;
	float: left;
}

.header ul.menu li .dropdown_panel .sliderbox .ico {
	width: 21px;
	height: 37px;
	margin: 51px 0 0 12px;
	background: url(../pic/dropdown-arrow.fw.png) no-repeat 0 0;
	cursor: pointer;
}

.header ul.menu li .dropdown_panel .sliderbox .right .ico {
	background-position: -100px 0;
}

.header ul.menu li .dropdown_panel .sliderbox .pic {
	float: left;
	width: 210px;
	height: 140px;
	overflow: hidden;
}

.header ul.menu li .dropdown_panel .banner {
	float: left;
	margin-left: 50px;
}

.header ul.menu li .dropdown_panel .banner a {
	display: block;
	width: 100%;
	height: 100%;
}

.header ul.menu li .dropdown_panel dl.city {
	float: left;
	width: 550px;
	height: 44px;
	margin-bottom: 15px;
}

.header ul.menu li .dropdown_panel dl.city dt {
	height: 44px;
	line-height: 44px;
	float: left;
}

.header ul.menu li .dropdown_panel dl.city dd {
	height: 44px;
	float: left;
	position: relative;
	margin-left: 20px;
}

.header ul.menu li .dropdown_panel dl.city dd img {
	display: block;
	width: 64px;
	height: 44px;
}

.header ul.menu li .dropdown_panel dl.city dd:hover img {
	box-shadow: 1px 1px 2px #999;
}

.header ul.menu li .dropdown_panel dl.city dd a {
	display: block;
	position: absolute;
	width: 64px;
	height: 20px;
	text-align: center;
	top: 0;
	left: 0;
	padding-top: 24px;
	color: #fff;
}

.header ul.menu li .dropdown_panel dl.city dd a:hover {
	color: #04be83;
}

.header ul.menu li .dropdown_panel dl {
	float: left;
	margin: 0 50px 0 0;
}

.header ul.menu li .dropdown_panel dt {
	margin-bottom: 15px;
}

.header ul.menu li .dropdown_panel dd {
	padding: 2px 0;
}

.header ul.menu li .dropdown_panel .w2 dt {
	margin-bottom: 10px;
}

.header ul.menu li .dropdown_panel .w5 dt {
	margin-bottom: 8px;
}

.header ul.menu li .dropdown_panel .w5 dt a {
	font-weight: normal;
}

.header ul.menu li .dropdown_panel .w6 .banner {
	float: left;
	margin-left: 0px;
	margin-top: 20px;
}

.header .searchbox {
	float: left;
	margin: 18px 0 0 20px;
	width: 220px;
	height: 45px;
	background: #fff;
}

.header .searchbox .inputbox {
	float: left;
	width: 160px;
	height: 45px;
}

.header .searchbox input {
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	margin: 10px 0 0 10px;
	font-size: 12px;
	color: #666;
}

.header .searchbox .btnbox {
	float: left;
	width: 53px;
	height: 35px;
	margin-top: 5px;
	border-left: #E5E5E5 2px solid;
}

.header .searchbtn {
	width: 45px;
	height: 35px;
	border: 0;
	!*margin-top: -8px;*!
	background: url(../pic/search-btn.fw.png) no-repeat center center;
}
.header ul.menu li:last-child{
	margin-top: 24px;
}

.bread-wrapper {
	width: 100%;
	background: #e5e5e5;
}

.breadcrumb {
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 42px;
	width: 1158px;
}

.breadcrumb li {
	line-height: 42px;
	display: inline-block;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #333333;
	content: ">";
}
*/

.slider {
	position: relative;
	top: 0;
	width: 100%;
	min-width: 1345px;
	max-width: 1920px;

	min-height: 539.4px;
	max-height: 770px;
	margin: 0 auto;

	background-color: #f5f5f5;
}
.slider img{
	width: 100%;
}

.slider #searchBoxWrap{
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height:162px;
	background-color: rgba(0, 0, 0, .42);

}
.slider #searchBoxWrap .searchBox{
	width:493px;
	height:78px;
	position: absolute;
	top:0;
	left:0;
	bottom: 0;
	right:0;
	margin:auto;
}
.slider #searchBoxWrap .searchBox .box-t{
	width: 442px;
	height:38px;
	margin: 0 auto;
	margin-left: 43px;
}
.slider #searchBoxWrap .searchBox .box-t ul li{
	float: left;
	width:110.5px;
	height:24px;
	font-size: 18px;
	line-height:24px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.slider #searchBoxWrap .searchBox .box-t ul li:nth-child(1){
	background: url("../pic/index/011.png") no-repeat left center;
}
.slider #searchBoxWrap .searchBox .box-t ul li:nth-child(1):hover{
	background: url("../pic/index/011.png") no-repeat left center!important;
}
.searchBoxWrap-li1-default{
	background: url("../pic/index/01.png") no-repeat left center!important;
}
.searchBoxWrap-li1-hover{
	background: url("../pic/index/011.png") no-repeat left center!important;
}

.slider #searchBoxWrap .searchBox .box-t ul li:nth-child(2){
	background: url("../pic/index/02.png") no-repeat left center;
}
.slider #searchBoxWrap .searchBox .box-t ul li:nth-child(2):hover{
	background: url("../pic/index/022.png") no-repeat left center!important;
}
.searchBoxWrap-li2-default{
	background: url("../pic/index/02.png") no-repeat left center!important;
}
.searchBoxWrap-li2-hover{
	background: url("../pic/index/022.png") no-repeat left center!important;
}
.slider #searchBoxWrap .searchBox .box-t ul li:nth-child(3){
	background: url("../pic/index/03.png") no-repeat left center;
}
.slider #searchBoxWrap .searchBox .box-t ul li:nth-child(3):hover{
	background: url("../pic/index/033.png") no-repeat left center!important;
}
.searchBoxWrap-li3-default{
	background: url("../pic/index/03.png") no-repeat left center!important;
}
.searchBoxWrap-li3-hover{
	background: url("../pic/index/033.png") no-repeat left center!important;
}
.slider #searchBoxWrap .searchBox .box-t ul li:nth-child(4){
	background: url("../pic/index/04.png") no-repeat left center;
}
.slider #searchBoxWrap .searchBox .box-t ul li:nth-child(4):hover{
	background: url("../pic/index/044.png") no-repeat left center!important;
}
.searchBoxWrap-li4-default{
	background: url("../pic/index/04.png") no-repeat left center!important;
}
.searchBoxWrap-li4-hover{
	background: url("../pic/index/044.png") no-repeat left center!important;
}

.slider #searchBoxWrap .searchBox .box-b .searchWord{
	width:396px;
	height:38px;
	float: left;
	border:0;
	background: #fff;
	font-size: 18px;
	line-height:38px;
	text-indent: 12px;

}
.slider #searchBoxWrap .searchBox .box-b .searchBtn{
	float: left;
	width:97px;
	height:38px;
	border:0;
	background: #04be83;
	color: #fff;
	font-size: 18px;
	line-height:38px;
}

.slider .left,
.slider .right {
	width: 180px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.slider .right {
	left: inherit;
	right: 0;
}

.slider .ico {
	position: absolute;
	width: 38px;
	height: 66px;
	top: 40%;
	left: 71px;
	z-index: 2;
	background: url(../pic/slider-arrow.fw.png) no-repeat 0 0;
	cursor: pointer;
}

.slider .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background: -webkit-gradient(linear, 0 0, right 0, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.slider .right .mask {
	background: -webkit-gradient(linear, 0 0, right 0, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
}

.slider .left:hover .mask,
.slider .right:hover .mask {
	opacity: 1;
}

.slider .right .ico {
	background-position: -62px 0;
}

.slider .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slider .pic .swiper-slide img{
	width:100%;
	display: block;
}

.slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 170px;
}

.swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 100%;
	background: #f5f5f5;
	opacity: .8;
	box-shadow: 1px 1px 3px #000;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #04be83;
}

.slider .radius {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -115px;
	width: 210px;
	height: 20px;
	padding-left: 20px;
}

.slider .radius .c {
	float: left;
	width: 9px;
	height: 9px;
	margin: 5px 20px 0 0;
	border-radius: 5px;
	background: #f5f5f5;
	box-shadow: 1px 1px 3px #000;
	cursor: pointer;
}

.slider .radius .c.hover {
	background: #04be83;
}

#activityBox{
	width: 1100px;
	height:110px;
	margin:20px auto 20px;

}
#activityBox .box-l{
	float: left;
	width:740px;
	height:100%;
	overflow: hidden;
}
#activityBox .box-l .mainIMG{
	display: block;
	width:100%;
}
#activityBox .box-r{
	float: right;
	width:350px;
	height:100%;
	overflow: hidden;
}
#activityBox .box-r .activityBoxSwiper .swiper-slide a{
	display: block;
}
#activityBox .box-r .activityBoxSwiper img{
	display: block;
	width:100%;
}
#activityBox .box-r .activityBoxSwiper .swiper-pagination-bullets{
	bottom: 3px;
}

.index h2 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	margin: 60px 0 0;
}

.index h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 30px 0 40px;
}

.tssx {
	height: 864px;
}

.tssx .w {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

.tssx h2 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	margin: 79px 0 56px;
}

.tssx h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 30px 0 65px;
}

.tssx .map {
	float: left;
	position: relative;
	width: 407px;
	height: 677px;
	margin-left: 53px;
	background: #fff url(../pic/map.fw.png) no-repeat 0 0;
	cursor: pointer;
}



.tssx .map .t {
	position: absolute;
	width: 1px;
	height: 1px;
	background: #f00;
	z-index: 999;
}

.tssx .map .point,
.tssx .map .xa,
.tssx .map .xy,
.tssx .map .bj,
.tssx .map .wn,
.tssx .map .sl,
.tssx .map .tc,
.tssx .map .ya,
.tssx .map .yl,
.tssx .map .hz,
.tssx .map .ak {
	position: absolute;
	background: url(../pic/map.fw.png) no-repeat 0 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.tssx .map .point {
	background-position: -410px 0;
	left: 259px;
	top: 443px;
	width: 20px;
	height: 28px;
	opacity: 1;
	z-index: 2;
}

.tssx .map.xa .point {
	left: 259px;
	top: 443px;
}

.tssx .map.xy .point {
	left: 202px;
	top: 381px;
}

.tssx .map.bj .point {
	left: 122px;
	top: 408px;
}

.tssx .map.wn .point {
	left: 312px;
	top: 360px;
}

.tssx .map.sl .point {
	left: 323px;
	top: 468px;
}

.tssx .map.tc .point {
	left: 253px;
	top: 343px;
}

.tssx .map.ya .point {
	left: 264px;
	top: 252px;
}

.tssx .map.yl .point {
	left: 296px;
	top: 96px;
}

.tssx .map.hz .point {
	left: 88px;
	top: 528px;
}

.tssx .map.ak .point {
	left: 211px;
	top: 570px;
}

.tssx .map .xa {
	left: 160px;
	top: 417px;
	width: 154px;
	height: 88px;
	background-position: -440px 0;
}

.tssx .map .xy {
	left: 163px;
	top: 349px;
	width: 106px;
	height: 112px;
	background-position: -440px -235px;
}

.tssx .map .bj {
	left: 66px;
	top: 384px;
	width: 122px;
	height: 127px;
	background-position: -440px -100px;
}

.tssx .map .wn {
	left: 257px;
	top: 322px;
	width: 111px;
	height: 136px;
	background-position: -420px -540px;
}

.tssx .map .sl {
	left: 228px;
	top: 442px;
	width: 177px;
	height: 112px;
	background-position: -630px -350px;
}

.tssx .map .tc {
	left: 228px;
	top: 345px;
	width: 62px;
	height: 63px;
	background-position: -745px -478px;
}

.tssx .map .ya {
	left: 166px;
	top: 182px;
	width: 198px;
	height: 180px;
	background-position: -410px -353px;
}

.tssx .map .yl {
	left: 138px;
	top: 2px;
	width: 268px;
	height: 236px;
	background-position: -550px -560px;
}

.tssx .map .hz {
	left: 2px;
	top: 491px;
	width: 202px;
	height: 147px;
	background-position: -600px -200px;
}

.tssx .map .ak {
	left: 188px;
	top: 494px;
	width: 157px;
	height: 182px;
	background-position: -630px 0;
}

.tssx .map.xa .xa {
	opacity: 1;
}

.tssx .map.xy .xy {
	opacity: 1;
}

.tssx .map.bj .bj {
	opacity: 1;
}

.tssx .map.wn .wn {
	opacity: 1;
}

.tssx .map.sl .sl {
	opacity: 1;
}

.tssx .map.tc .tc {
	opacity: 1;
}

.tssx .map.ya .ya {
	opacity: 1;
}

.tssx .map.yl .yl {
	opacity: 1;
}

.tssx .map.hz .hz {
	opacity: 1;
}

.tssx .map.ak .ak {
	opacity: 1;
}

.tssx .w1 {
	float: left;
	margin-left: 15px;
	width: 690px;
	height: 677px;
}

.tssx .w1 .tabbox {
	width: 570px;
	height: 130px;
	margin: 30px auto 50px;
	border-top: #04BE83 2px solid;
	background: #f8f8f8;
	box-shadow: 0 0 2px #666;
}

.tssx .w1 .tabbox ul {
	width: 450px;
	height: 100px;
	margin: 24px 0 0 70px;
	padding: 0;
}

.tssx .w1 .tabbox li {
	float: left;
	display: block;
	width: 80px;
	height: 30px;
	margin: 0 30px 18px 0;
	border: #959595 1px solid;
	text-align: center;
	line-height: 30px;
	color: #959595;
	font-size: 18px;
}

.tssx .w1 .tabbox li.hover {
	border-color: #04be83;
	background: #04be83;
	color: #fff;
}

.tssx .w1 .tabbox li a {
	color: #959595;
}

.tssx .w1 .tabbox li.hover a {
	color: #fff;
}

.tssx .w1 .tabbox li:hover {
	border-color: #04be83;
}


/*.tssx .w1 .tabbox li:hover a{*/


/*color: #04be83;*/


/*}*/

.tssx .w1 .sliderbox {
	position: relative;
	width: 670px;
	height: 370px;
	margin: 0 auto;
}

.tssx .w1 .sliderbox .left,
.tssx .w1 .sliderbox .right {
	width: 50px;
	height: 370px;
}

.tssx .w1 .sliderbox .left {
	float: left;
}

.tssx .w1 .sliderbox .right {
	float: right;
}

.tssx .w1 .sliderbox .ico {
	width: 24px;
	height: 44px;
	margin: 140px 0 0 13px;
	background: url(../pic/tssx-slider-arrow.fw.png) no-repeat 0 0;
	cursor: pointer;
}

.tssx .w1 .sliderbox .right .ico {
	background-position: -76px -44px;
}

.tssx .w1 .sliderbox .right .ico:hover {
	background-position: -76px 0;
}

.tssx .w1 .sliderbox .left.unhover .ico {
	background-position: 0 -44px;
}

.tssx .w1 .sliderbox .left.unhover .ico:hover {
	background-position: 0 0;
}

.tssx .w1 .sliderbox .right.unhover .ico {
	background-position: -76px -44px;
}

.tssx .w1 .sliderbox .tablist {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 570px;
	height: 370px;
	overflow: hidden;
}

.tssx .w1 .sliderbox .tablist ul {
	width: 600px;
	height: 404px;
}

.tssx .w1 .sliderbox .tablist ul li {
	float: left;
	width: 166px;
	height: 162px;
	margin: 0 28px 40px 4px;
	position: relative;
}

.tssx .w1 .sliderbox .tablist ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.tssx .w1 .sliderbox .tablist ul li a:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, .13);
}

.tssx .w1 .sliderbox .tablist ul li .picbox {
	height: 100px;
	position: relative;
}

.tssx .w1 .sliderbox .tablist ul li .picbox .bookBtn{
	position: absolute;
	left:0;
	top:-6px;
	width:42px;
	height: 20px;
	font-size: 14px;
	line-height:20px;
	border-radius: 0 10px 10px 0;
	background: #ffcc00;
	text-indent: 13px;
}

.tssx .w1 .sliderbox .tablist ul li .picbox img {
	width: 166px;
	height: 100px;
	/*background: url(../pic/loading.png) center #f5f5f5 no-repeat!important;*/
}

.tssx .w1 .sliderbox .tablist ul li .picbox em {
	position: absolute;
	color: #fff;
	line-height: 22px;
	background: url(../pic/shaw-bg.png) repeat;
	top: 0;
	left: 0;
	padding: 0 9px;
	z-index: 2;
	font-style: normal;
	font-size: 12px;
}

.tssx .w1 .sliderbox .tablist ul li .picbox .mengimg {
	width: 100%;
	height: 100%;
	background: url(../pic/mengimg.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 9;
}

.tssx .w1 .sliderbox .tablist ul li:hover .picbox .mengimg {
	display: block;
}

.tssx .w1 .sliderbox .tablist ul li .detailbox {
	height: 42px;
}

.tssx .w1 .sliderbox .tablist ul li .detailbox p {
	margin: 0;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	/*text-align: center;*/
	/*demon*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tssx .w1 .sliderbox .tablist ul li .detailbox .txt {
	height: 26px;
	line-height: 26px;
	/*text-align: center;*/
}

.tssx .w1 .sliderbox .tablist ul li .detailbox .txt .star-wrapper {
	height: 16px;
	width: 93px;
	display: inline-block;
}

.tssx .w1 .sliderbox .tablist ul li .detailbox .txt .score {
	color: #959595;
	display: inline-block;
	vertical-align: text-top;
	line-height: 16px;
	font-size: 12px;
	margin-left: 10px;
}

.tssx .w1 .sliderbox .tablist ul li a:hover {
	color: #000;
}

.tssx .w1 .more {
	width: 300px;
	height: 70px;
	margin: 20px auto 0;
	line-height: 70px;
	background: #04be83;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 3px;
	cursor: pointer;
}

.lyzx {
	padding-top: 60px;
	box-sizing: border-box;
	height: 549px;
	background: #F5F5F5;
}

.lyzx .w {
	width: 1100px;
	margin: 0 auto;
}

.lyzx h2 {
	margin-top: 0;
	padding-top: 60px;
}

.lyzx .leftbox {
	float: left;
	width: 540px;
	height: 408px;
}

.lyzx .rightbox {
	float: left;
	margin-left: 20px;
	width: 540px;
	height: 428px;
	background: #00f;
	background: url(../pic/lyzx-rightbox-bg.fw.png) no-repeat center bottom;
}

.lyzx .title {
	width: 538px;
	height: 42px;
	line-height: 42px;
	border-bottom: #04BE83 3px solid;
	overflow: hidden;
}

.lyzx .title h4 {
	float: left;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

.lyzx .title span {
	float: right;
	line-height: 50px;
	color: #959595;
}

.lyzx .bigitem {
	position: relative;
	float: left;
	width: 400px;
	height: 348px;
	margin: 10px 5px 5px 5px;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.lyzx .bigitem .picbox {
	position: relative;
	width: 400px;
	height: 250px;
	overflow: hidden;
}

.lyzx .bigitem .picbox img {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	position: absolute;
}

.lyzx .bigitem .detailbox {
	height: 98px;
	border: #EEEAEA 1px solid;
	background: #fff;
	border-top: 0;
}

.lyzx .bigitem .detailbox p {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #4a4a4a;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 20px;
	text-align: left;
	padding-top: 16px;
}

.lyzx .bigitem .detailbox .txt {
	height: 28px;
	line-height: 28px;
	margin-top: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #959595;
	margin: 0 20px;
	text-align: left;
}

.lyzx .bigitem:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, .6);
}

.lyzx .bigitem:hover img {
	opacity: 0.8;
	transform: scale(1.1, 1.1);
}

.lyzx .sidebox {
	position: relative;
	float: left;
	width: 125px;
	height: 340px;
	margin: 10px 0 0 0;
}

.lyzx .sidebox ul {
	height: 340px;
}

.lyzx .sidebox ul li {
	cursor: pointer;
	overflow: hidden;
	width: 126px;
	height: 80px;
	padding: 1px;
	border: #fff 1px solid;
	margin-bottom: 5px;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.lyzx .sidebox ul li.hover,
.lyzx .sidebox ul li:hover {
	border: #04BE83 1px solid;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .6);
}

.lyzx .sidebox ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.lyzx .sidebox ul li a img {}

.lyzx .newsbox {
	width: 537px;
	height: 348px;
	overflow: hidden;
	margin-top: 10px;
	background: #fff;
	border: #EEEAEA 1px solid;
}

.lyzx .newsbox h4 {
	margin: 30px 0 5px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #4a4a4a;
	padding-right: 29px;
	/*demon*/
	padding-left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lyzx .newsbox p {
	margin: 0;
	padding: 0 20px;
	text-align: left;
	/*demon*/
	padding-left: 30px;
	padding-right: 43px;
}

.lyzx .newsbox ul {
	margin-top: 32px;
}

.lyzx .newsbox ul li {
	padding: 0 30px;
	line-height: 32px;
}
.lyzx .newsbox ul li a{
	display: block;
	overflow: hidden;
}

.lyzx .newsbox ul li .c1 {
	float: left;
	width: 89px;
	font-weight: bold;
	color: #333;
}

.lyzx .newsbox ul li .c2 {
	float: left;
	width: 296px;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.lyzx .newsbox ul li .c3 {
	float: left;
	width: 90px;
	font-size: 14px;
	color: #959595;
}

.sxsy {
	height: 700px;
}

.sxsy .w {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}

.sxsy .tablist {
	width: 1200px;
}

.sxsy .tablist .item {
	float: left;
	width: 370px;
	height: 407px;
	margin-right: 25px;
	background: url(../pic/sxsy-listbg.fw.png) no-repeat 0 bottom;
}

.sxsy .tablist .item .box {
	width: 368px;
	height: 384px;
	border: #DFDFDF 1px solid;
	border-radius: 5px;
}

.sxsy .tablist .item .box h4 {
	font-size: 28px;
	font-weight: bold;
	margin: 40px 0;
	text-align: center;
}

.sxsy .tablist .item .box ul {
	margin-left: 25px;
}

.sxsy .tablist .item .box ul li {
	float: left;
	width: 99px;
	height: 98px;
	margin: 0 12px 15px 0;
	background: #DFDFDF;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.sxsy .tablist .item .box ul li:hover {
	opacity: 0.7;
}

.sxqj {
	height: 866px;
	background: #03be83;
}

.sxqj .w {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}

.sxqj h2 {
	margin-top: 0;
	padding-top: 74px;
	margin-bottom: 40px;
	color: #fff;
}

.sxqj h3 {
	color: #fff;
}

.sxqj .tablist {
	width: 1030px;
	height: 370px;
	margin: 30px auto 50px;
}

.sxqj .tablist .item {
	overflow: hidden;
	position: relative;
	float: left;
	width: 250px;
	height: 180px;
	/*background: #DFDFDF;*/
	margin: 0 5px 5px 0;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.sxqj .tablist .item.big {
	width: 505px;
	height: 365px;
}

.sxqj .tablist .item .flag {
	position: absolute;
	top: 0;
	left: 0;
	width: 99px;
	height: 40px;
	background: url(../pic/sxqj-flag.fw.png) no-repeat 0 0;
	z-index: 2;
}

.sxqj .tablist .item .flagFont {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 82px;
	height: 40px;
	margin: 0;
	margin-top: 7px;
	background: #FFCD00;
	z-index: 2;
	font: 17px/40px "microsoft yahei";
	text-indent: 5px;
}
.sxqj .tablist .item .jianBianBg{
	position: absolute;
	width:100%;
	height:34px;
	/*background: #000000;*/
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
	bottom: 0;
	z-index: 1;
}
.sxqj .tablist .item img{
	height:100%;
	width:100%;
}

.sxqj .tablist .item .flagFont::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #FFCD00;
	border-left-color: #FFCD00;
	border-bottom-color: #FFCD00;
	position: absolute;
	left: 62px;
	top: 0;
	z-index: -5;
}

.sxqj .tablist .item .img {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
}

.sxqj .tablist .item .txt {
	position: absolute;
	/*bottom: 0;*/
	left: 50%;
	top:0;
	/*right:0;*/
	/*margin:auto;*/
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	z-index: 2;
	/*margin-top: 71px;*/
	opacity: 0;
	transition: .5s;
	transform: rotate(90deg);
}

.sxqj .tablist .item:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, .6);
}
.sxqj .tablist .item:hover .flagFont{
	color: #000;
}

/*.sxqj .tablist .item img:hover {
	opacity: 0.8;
}*/

.sxqj .more {
	width: 380px;
	height: 85px;
	margin: 5px auto;
	border: #fff 2px solid;
	line-height: 85px;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 3px;
	cursor: pointer;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.sxqj .more:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
}

.sxqj .more a {
	color: #fff;
}

.sxqj-pic {
	text-align: center;
	display: flex;
	display: -ms-flexbox;
	width: 780px;
	margin-left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}

.sxqj-pic .pic-item {
	cursor: pointer;
	flex: 1;
	-ms-flex: 1;
	font-size: 20px;
}
.sxqj-pic .pic-item:nth-child(1) .ico{
	width:59px;
	height:59px;
	background: url("../pic/index/index-720.png") no-repeat center;
	background-size: 100% auto;
	margin:0 auto;
	margin-bottom: 5px;
}
.sxqj-pic .pic-item:nth-child(1):hover .ico{
	background: url("../pic/index/index-720.png") no-repeat center!important;
}
.sxqj-pic .pic-item:nth-child(1):hover div{
	color: #fff!important;
}
.sxqj-pic .pic-item:nth-child(2) .ico{
	width:59px;
	height:59px;
	background: url("../pic/index/index-audio.png") no-repeat center;
	background-size: 100% auto;
	margin:0 auto;
	margin-bottom: 5px;
}
.sxqj-pic .pic-item:nth-child(2):hover .ico{
	background: url("../pic/index/index-audio-white.png") no-repeat center!important;
}
.sxqj-pic .pic-item:nth-child(2):hover div{
	color: #fff!important;
}

.sxqj-pic .pic-item:nth-child(3) .ico{
	width:59px;
	height:59px;
	background: url("../pic/index/index-pic.png") no-repeat center;
	background-size: 100% auto;
	margin:0 auto;
	margin-bottom: 5px;
}
.sxqj-pic .pic-item:nth-child(3):hover .ico{
	background: url("../pic/index/index-pic-white.png") no-repeat center!important;
}
.sxqj-pic .pic-item:nth-child(3):hover div{
	color: #fff!important;
}
.sxqj-pic .pic-item:nth-child(1) div{
	color: #fff;
}

.jcxc {
	height: 1215px;
	background: #F5F5F5;
}

.jcxc2 {
	background: #ffffff;
	height: auto !important;
}

.jcxc .w {
	width: 1350px;
	margin: 0 auto;
	overflow: hidden;
}

.jcxc h2 {
	margin-top: 0;
	padding-top: 88px;
	padding-bottom: 15px;
	color: #000;
}

.jcxc h3 {
	color: #000;
}

.jcxc .sliderbox {
	position: relative;
	width: 1310px;
	margin: 0 auto;
}

.jcxc .sliderbox .left,
.jcxc .sliderbox .right {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 420px;
}

.jcxc .sliderbox .right {
	left: inherit;
	right: 0;
}

.jcxc .sliderbox .ico {
	width: 24px;
	height: 44px;
	margin: 220px 0 0 13px;
	background: url(../pic/tssx-slider-arrow.fw.png) no-repeat 0 0;
	cursor: pointer;
}

.jcxc .sliderbox .right .ico {
	background-position: -76px 0;
}

.jcxc .sliderbox .left.unhover .ico {
	background-position: 0 -44px;
}

.jcxc .sliderbox .right.unhover .ico {
	background-position: -76px -44px;
}

.jcxc .box {
	width: 1210px;
	height: 680px;
	margin: 50px auto;
}

.jcxc .tabtitle {
	width: 1200px;
	height: 60px;
	margin-bottom: 20px;
}

.jcxc .tabtitle2 {
	width: 838px !important;
	height: 67px !important;
}

.jcxc .tabtitle2 ul {
	padding-left: 0 !important;
	border-bottom: 1px solid #ececec !important;
	background-color: #fff;
}

.jcxc .tabtitle ul {
	width: 100%;
	padding-left: 4px;
	display: flex;
}

.left-up .jcxc .tabtitle2 ul li {
	flex: 0 0 139.5px!important;
}

.jcxc .tabtitle ul li {
	flex: 1;
	position: relative;
	float: left;
	height: 49px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #959595;
	border: 1px solid #dcd9cb;
	border-bottom: #959595 1px solid;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.jcxc2 .tabtitle2 ul li {
	height: 36px;
	line-height: 36px;
}

.jcxc .tabtitle ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}

.jcxc2 .tabtitle2 ul li a {
	background: #f4f3f0;
	color: #959595;
	font-weight: bolder;
	font-size: 15px;
}

.jcxc .tabtitle ul li .arrow {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-width: 8px;
	border-color: #04be83 transparent transparent transparent;
	border-style: dashed dashed solid dashed;
	display: none;
	margin: auto;
}

.jcxc2 .tabtitle2 ul li .arrow {
	top: 37px;
}

.jcxc .tabtitle ul li:hover,
.jcxc .tabtitle ul li.hover {
	height: 47px;
	line-height: 47px;
	border-bottom: #04be83 3px solid !important;
}

.jcxc2 .tabtitle2 ul li:hover,
.jcxc2 .tabtitle2 ul li.hover {
	height: 34px;
	line-height: 36px;
	border-bottom: #04be83 3px solid !important;
}

.jcxc .tabtitle ul li:hover a,
.jcxc .tabtitle ul li.hover a {
	color: #04be83;
}

.jcxc .tabtitle ul li.hover .arrow {
	display: block;
}

.jcxc .tablist {
	width: 1230px;
	height: 100%;
	margin-left: 13px;
}

.jcxc .tablist .item {
	position: relative;
	float: left;
	width: 270px;
	height: 270px;
	margin: 5px 25px 50px 5px;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.jcxc .tablist .item .picbox {
	position: relative;
	width: 270px;
	height: 168px;
	overflow: hidden;
	background: #666;
}

.jcxc .tablist .item .picbox img {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.jcxc .tablist .item .detailbox {
	height: 100px;
	background: #fff;
	border: #EEEAEA 1px solid;
	border-top: 0;
}

.jcxc .tablist .item .detailbox p {
	font-size: 15px;
	height: 50px;
	line-height: 56px;
	text-align: left;
	margin: 0 10px;
	border-bottom: #EEEAEA 1px solid;
}

.jcxc .tablist .item .detailbox .txt {
	height: 28px;
	line-height: 28px;
	margin-top: 6px;
	text-align: center;
	font-size: 12px;
	color: #666;
}

.jcxc .tablist .item .detailbox .txt .c1 {
	float: left;
	width: 78px;
	border-right: #EEEAEA 1px solid;
}

.jcxc .tablist .item .detailbox .txt .c2 {
	float: left;
	width: 90px;
	border-right: #EEEAEA 1px solid;
}

.jcxc .tablist .item .detailbox .txt .c3 {
	float: left;
	width: 98px;
}

.jcxc .tablist .item:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, .6);
}

.jcxc .tablist .item:hover img {
	opacity: 0.8;
	transform: scale(1.1, 1.1);
}

.jcxc .radius {
	margin: auto;
	width: 420px;
	height: 20px;
	padding-left: 20px;
	text-align: center;
}

.jcxc .radius .c {
	float: left;
	width: 50px;
	height: 10px;
	margin: 5px 20px 0 0;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.jcxc .radius .c.hover,
.jcxc .radius .c:hover {
	background: #04be83;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}

.jcxc .more {
	width: 380px;
	height: 85px;
	margin: 140px auto;
	background: #04be83;
	line-height: 85px;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 3px;
	cursor: pointer;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.jcxc .more:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
}

.jcxc .more a {
	color: #fff;
}

.lxtc {
	height: 985px;
	background: #fff;
}

.lxtc .w {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}

.lxtc h2 {
	margin-top: 0;
	padding-top: 60px;
	padding-bottom: 13px;
	color: #000;
}

.lxtc h3 {
	color: #000;
}

.lxtc .box {
	width: 1030px;
	height: 640px;
	margin: 30px auto 50px;
	overflow: hidden;
}

.lxtc .tablist {
	width: 1065px;
	height: 710px;
}

.lxtc .tablist .item {
	position: relative;
	float: left;
	width: 310px;
	height: 290px;
	margin: 5px 40px 45px 5px;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.lxtc .tablist .item .picbox {
	position: relative;
	width: 310px;
	height: 185px;
	overflow: hidden;
	background: #666;
}

.lxtc .tablist .item .picbox .ico {
	position: absolute;
	top: 50%;
	left: 110%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	z-index: 2;
	background: url(../pic/lxtc/xiecheng.fw.png) no-repeat 0 0;
	transition: .5s;
}

.lxtc .tablist .item .picbox .ico.xiecheng {
	background: url(../pic/lxtc/xiecheng.fw.png) no-repeat 0 0;
}

.lxtc .tablist .item .picbox .ico.qunar {
	background: url(../pic/lxtc/qunar.fw.png) no-repeat 0 0;
}

.lxtc .tablist .item .picbox .ico.lvmama {
	background: url(../pic/lxtc/lvmama.fw.png) no-repeat 0 0;
}

.lxtc .tablist .item .picbox img {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.lxtc .tablist .item .picbox .txt {
	position: absolute;
	bottom: 30px;
	left: -100%;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	z-index: 2;
	transition: .5s;
}

.lxtc .tablist .item .detailbox {
	height: 105px;
	border: #EEEAEA 1px solid;
	border-top: 0;
}

.lxtc .tablist .item .detailbox p {
	margin: 0;
	font-size: 18px;
	height: 70px;
	line-height: 35px;
	text-align: left;
	padding: 0 10px;
}

.lxtc .tablist .item .detailbox .txt {
	height: 35px;
	line-height: 35px;
	text-align: right;
	font-size: 16px;
	padding-right: 10px;
	color: #666;
}

.lxtc .tablist .item .detailbox .txt em i {
	color: #ff5346;
	font-size: 22px;
	font-family: Arial;
	margin-right: 2px;
}

.lxtc .tablist .item:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, .6);
}

.lxtc .tablist .item:hover img {
	/*opacity: 0.8;*/
	transform: scale(1.2, 1.2);
}

.lxtc .more {
	width: 380px;
	height: 85px;
	margin: 5px auto;
	background: #04be83;
	line-height: 85px;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 3px;
	cursor: pointer;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.lxtc .more:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
}

.lxtc .more a {
	color: #fff;
}

.kslj {
	height: 230px;
	background: #f5f5f5;
}

.kslj .w {
	width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
}

.kslj .pic {
	/*width: 1050px;*/
	height: 130px;
	/*margin: 0 auto;*/
	/*background: url(../pic/kslj.png) no-repeat 0 0;*/
}

.hzhb {
	height: 610px;
	background: #03be83;
}

.hzhb .w {
	width: 1180px;
	margin: 0 auto;
}

.hzhb h2 {
	padding-top: 95px;
	margin: 0;
	margin-bottom: 55px;
	color: #fff;
}

.hzhb .pic {

}
/*
.footer {
	height: 405px;
	background: #F5F5F5;
}

.footerwrapper {
	height: 90px;
	width: 1200px;
	margin: auto;
	padding-top: 124px;
	font-size: 0;
}

.footerwrapper>div {
	display: inline-block;
	vertical-align: top;
}

.footerone {
	margin-left: 90px;
	margin-right: 125px;
}

.footertwo {
	margin-right: 47px;
}

.footerthree {
	margin-right: 76px;
}

.footerwrapper .title {
	font-size: 22px;
	font-weight: bolder;
	margin-bottom: 26px;
}

.footerwrapper .detailList {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 14px;
	color: #424141;
	letter-spacing: 1.4px;
}

.footerthree :last-child {
	margin-bottom: 0;
}

.footerimg {
	vertical-align: bottom !important;
}*/
