@charset "utf-8";
.mm-slideout {
	-webkit-transition: -webkit-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
}
.mm-page {
	box-sizing: border-box;
	position: relative;
}
.home_div {
	background: url(../images/home_bg.jpg) no-repeat center top;
	padding: 70px 0 80px;
}
.container {
	width: 1230px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.animate .animated, .animated {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.home_tit .y {
	margin-left: -43px;
	color: #888888;
	font-size: 18px;
	text-transform: uppercase;
}
.home_tit .t {
	color: #057082;
	font-size: 20px;
}
.home_tit .t span {
	display: inline-block;
	margin-right: 6px;
	color: #FF770F;
	font-family: fantasy;
	font-size: 45px;
	text-transform: uppercase;
}
.t {
	color: #057082;
	font-size: 20px;
}
.t span {
	display: inline-block;
	margin-right: 6px;
	color: #FF770F;
	font-family: fantasy;
	font-size: 45px;
	text-transform: uppercase;
}
.home_div .home_cast_text .bottom_t h3 {
	font-weight: normal;
	color: #222222;
	font-size: 21px;
	position: relative;
}
.home_div .home_cast_text .bottom_t h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15%;
	height: 2px;
	background: #F2581A;
}
.home_div .home_cast_text .bottom_t .t {
	margin-top: 15px;
	color: #666666;
	font-size: 15px;
	line-height: 25px;
	height: 200px;
	overflow: hidden;
}
.home_div .home_cast_text .bottom_t .more {
	display: inline-block;
	color: #057082;
	font-size: 16px;
	font-family: arial;
	line-height: 34px;
	padding-right: 35px;
	background: url(../images/more_icon.png) no-repeat right center;
	margin-top:7px;
	float: right;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.home_div .home_cast_text {
	float: left;
	width: 47.5%;
}
.home_div .home_csae_img {
	width: 47.5%;
	float: right;
}
.readmore:hover, .more:hover {
	-webkit-transform: translateX(30%);
	-moz-transform: translateX(30%);
	-ms-transform: translateX(30%);
	-o-transform: translateX(30%);
	transform: translateX(30%);
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.readmore:hover, .more:hover {
	-webkit-transform: translateX(30%);
	-moz-transform: translateX(30%);
	-ms-transform: translateX(30%);
	-o-transform: translateX(30%);
	transform: translateX(30%);
}
.home_csae_img img, .readmore, .home_text_con li, .more, .text_c img, .img img, .left img, .right li img {
 -webkit-transition: all .8s;
 -moz-transition: all .8s;
 -ms-transition: all .8s;
 -o-transition: all .8s;
 transition: all .8s;
}
.newsbox {
	margin: 80px auto;
}
.newsbox .newl {
	width: 100%;
}
.newsbox .newl h1 {
	float: left;
	font-family: fantasy;
	color: #4f77fc;
	font-size: 45px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: normal;
}
.newsbox .newl h2 {
	float: left;
	margin-left: 10px;
	color: #4f77fc;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}
.newsbox .newl .n01 {
	margin-bottom:20px;
	float: left;
	width: 100%;
}
.newsbox .newl .n01 a {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	transition: 0.3s;
}
.newsbox .newl .n01 a:hover {
	color: #4f77fc;
}
.newsbox .newl .n01 p {
	font-size: 14px;
	color: #777;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
.newsbox .newl .m02 {
	margin:0 auto;
	display: flex;
	justify-content:center;
	align-items:center;
	width: 164px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #FF770F;
	font-size: 16px;
	color: #FF770F;
	margin-top: 30px;
	transition: 0.3s;
	border-radius: 5px;
}
.newsbox .newl .m02:hover {
	background: #057082;
	border: 1px solid #057082;
	color: #fff;
}
.newsbox .newr {
	float: right;
	width: 59%;
}
.newsbox .newr li {
	width: 100%;
	margin-bottom: 10px;
}
.newsbox .newr li a {
	display: block;
	padding: 12px 30px;
	background: #f9f9f9;
	transition: 0.3s;
	border-radius: 5px;
}
/*.newsbox .newr li span {
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #4f77fc;
	margin-right: 20px;
	transition: 0.3s;
	margin-top: 12px;
}
*/.newsbox .newr li h3 {
	float: left;
	font-size: 16px;
	color: #444;
	transition: 0.3s;
	width: calc(100% - 120px);/*width: calc(100% - 150px);*/
}
.newsbox .newr li p {
	float: left;
	/*margin-left:26px;*/
	margin-top: 3px;
	color: #888888;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	transition: 0.3s;
	width: calc(100% - 120px);
}
.newsbox .newr li h4 {
	float: right;
	font-size: 14px;
	width: 100px;
	text-align: right;
	color: #666;
	transition: 0.3s;
	margin-top: 9px;
	font-weight:400;
}
.newsbox .newr li:hover a {
	background: #057082;
}
.newsbox .newr li:hover span {
	background: #fff;
}
.newsbox .newr li:hover h3, .newsbox .newr li:hover p, .newsbox .newr li:hover h4 {
	color: #fff;
}
.w16 {
	width: 1200px;
	margin: auto
}
.newsbox {
	padding: 0px;
}
.s {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.cl:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.row {
	text-align:center;
}
.lnav {
	background: #fff;
	border-bottom: 1px solid #eee;
}
.lnav ul {
	text-align: center;
}
.lnav ul li {
	display: inline-block;
}
.lnav ul li a {
	display: block;
	padding: 15px 20px;
	font-size: 16px;
	color: #333;
	border-bottom: 3px solid #fff;
	transition: 0.3s;
}
.lnav ul li.a a, .lnav ul li:hover a {
	border-color: #FF770F;
	color: #057082;
}
.lnav ul li {
 *display: block;
}
.lnav ul li span {
	display: none;
}
.center {
	overflow: hidden;
}
.center, .centers {
	width: 1200px;
	margin: 0 auto;
}
.travel-de {
	margin-bottom: 38px;
	padding: 0 29px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 3px #f3f4f4;
}
.travel-de .title {
	padding: 44px 0 30px 0;
	border-bottom: 1px solid #eee;
}
.travel-de h1 {
	font-size: 28px;
	color: #31424e;
	margin: 0;
	font-weight: normal;
}
.travel-de .writer {
	margin-top: 23px;
	font-size: 12px;
	color: #999;
}
.travel-de .writer span {
	display: inline-block;
	margin: 0 17px;
}
.travel-de .content {
	padding-top: 28px;
	padding-bottom: 28px;
}
.travel-de .content a {
	color: #0073b6;
	text-decoration: underline;
}
.travel-de .content, .travel-de .content p {
	font-size: 15px;
	color: #666;
}
.travel-de .content img {
	max-width: 100%;
}
.fy-page {
	padding: 27px 0;
	overflow: hidden;
	border-top: 1px solid #eee;
}
.fy-page a {
	width: 45%;
	line-height: 36px;
	color: #999;
	overflow: hidden;
}
.travel-ta {
	width: 302px;
	padding: 19px 20px;
	box-shadow: 0 0 3px #f3f4f4;
	overflow: hidden;
	background: #fff;
}
.travel-ta .title {
	font-size: 16px;
	color: #666;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.travel-ta .title span {
	display: block;
	font-size: 12px;
	color: #999;
}
.travel-ta .title span i {
	display: inline-block;
	width: 17px;
	height: 16px;
	margin-right: 9px;
	vertical-align: middle;
	background-position: -264px 0;
}
.travel-de h1 {
	font-size: 28px;
	color: #31424e;
	margin: 0;
	font-weight: normal;
}
.travel-de .writer {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.text-center {
	text-align: center;
}
.page {
	width: 100%;
	background:#fafafa;
	overflow: hidden;
	padding-top:36px;
	padding-bottom:76px;
}
.page ul {
	text-align: center;
}
.page li {
	display: inline-block;
}
.page a {
	padding: 4px 10px;
	background: #fff;
	border: 1px #eee solid;
	display: block;
	margin: 0 2px;
}
.page li.active a, .page li:hover a {
	color: #fff;
	background: #FF770F;
}
.page li.page-first a, .page li.disabled a {
	background: #eee;
	color: #555;
	pointer-events: none;
}
.fanhui {
	padding: 27px 0;
	width:100%;
	margin:0 auto;
	text-align:center;
	border-top: 1px dotted #eee;
}
.fanhuimore {
	text-align:center;
	width:100px;
	display: inline-block;
	background: #FF770F;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
	border-radius: 4px;
	padding: 0 20px;
}
/* 返回顶部 */
.go-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 46px;
	z-index: 999;
}
.go-top a {
	display: block;
	width: 46px;
	height: 46px;
	margin-bottom: 10px;
	background-image: url(../images/go-top.png?);
}
.go-top a:last-child {
	margin-bottom: 0;
}
.go-top .go {
	background-position: 0 -150px;
}
.go-top .go:hover {
	background-position: 0 -250px;
}
.go-top .feedback {
	background-position: 0 -100px;
}
.go-top .feedback:hover {
	background-position: 0 -300px;
}
.go-top .uc-2vm {
	background-position: 0 0;
}
.go-top .uc-2vm:hover {
	background-position: 0 -350px;
}
.go-top .uc-2vm-pop {
	position: absolute;
	right: 60px;
	top: -100px;
	width: 240px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, .1);
	background: #fff;
}
.go-top .uc-2vm-pop .title-2wm {
	font-size: 14px;
	margin: 10px 20px;
}
.go-top .uc-2vm-pop .logo-2wm-box {
	position: relative;
}
table {
border: 1px #000 solid;
margin:0 auto;
}
tr {
border: 1px #000 solid;
}
td {
border: 1px #000 solid;
}