/* common */
.warp {
	width: 100%;
	padding: 50px 0px;
}

.warp-white {
	background-color: #ffffff;
}

.warp-gray {
	background-color: #f5f5f5;
	/* background-color:#ebebeb; */
}

.morethan {
	float: right;
	color: #828282;
	font-size: 14px;
	font-weight: normal;
}

.morethan:hover {
	transition: color .5s ease 0s;
	color: #f21f1f;
}

.newdate {
	margin-left: 30px;
	font-size: 14px;
	color: #a2a2a2;
}

/* header */
.header {
	margin-bottom: 20px;
}

.header-top {
	padding: 5px 10px;
	text-align: right;
	background-color: #f0f0f0;
}

.header-top a {
	font-size: 14px;
	color: #666666;
}

.header-body {
	/* line-height: 102px; */
	height: 102px;
	background: url(../images/header_bg.jpg) repeat-x;
	position: relative;
}

.logo {
	display: block;
	position: absolute;
	top: 13px;
	left: 30px;
}

.hottel {
	position: absolute;
	right: 100px;
	top: 20px;
}

.hottel::before {
	position: absolute;
	content: "";
	top: -2px;
	left: -74px;
	width: 64px;
	height: 64px;
	background: url(../images/hottel.png) no-repeat;
}

.hottel h2 {
	font-size: 32px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #f68950;
}

.hottel h3 {
	color: #feb52b;
}

.navigation {
	padding: 0px 40px;
	height: 48px;
	line-height: 48px;
	/* z-index: 10; */
	background: url(../images/menu_bg.jpg) repeat-x;
	
}

/* menubar */
.menu {
	max-width: 1200px;
	margin: auto;
	height: 48px;
}

.menu>ul>li {
	position: relative;
	min-width: 130px;
	text-align: center;
	float: left;
	transition: all 0.5s ease 0s;
}

.menu>ul>li>a {
	font-size: 16px;
	color: #808080;
	transition: color 0.5s ease 0s;
}

.menu>ul>li:hover {
	background-color: #3e447e;
}

.menu>ul>li:hover>a {
	color: #ffffff;
}

.menu>ul>li:hover .submenu {
	height:200px;
}

/* .menu>ul>li:hover .submenu>ul {
	
	
} */

/* sub-menu */
.submenu {
	position: relative;
	z-index: 20;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .5);
	transition: height 0.4s ease-in-out 0s;
	overflow: hidden;
}

/* .submenu>ul{
	transition: all 0.1s ease-in-out 0.2s;
}
 */
.submenu>ul>li {
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: url(../images/line.png) repeat-x bottom;
}

.submenu>ul>li>a {
	color: #424242;
}

/* banner */
.banner {
	/* margin-top: 132px; */
	overflow: hidden;
	width: 100%;
	height: 400px;
	/* background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center; */
}

.banner-text-title {
	font-size: 42px;
	color: #ffffff;
	font-weight: bolder;
}

.banner-bg-2 {
	background: url(../images/banner.jpg) no-repeat !important;
	background-size: cover;
	background-position: center center;
}

.banner-bg-3 {
	background: url(../images/banner3.jpg) no-repeat !important;
	background-size: cover;
	background-position: center center;
}

.banner-bg-1 {
	background: url(../images/banner2.jpg) no-repeat !important;
	background-size: cover;
	background-position: center center;
}

.banner-warp {
	position: relative;
}

/* index-products */
.index-products {
	padding: 30px 0px;
}

.index-products-body {
	border: 2px solid #59bae7;
}

.index-products-body-header {
	float: left;
	width: 123px;
	overflow: hidden;
}

.index-products-body-header img {
	vertical-align: bottom;
}

.index-products-body-content {
	overflow: hidden;
	padding: 15px;
	height: 228px;
}

.index-products-swiper {
	position: relative;
	height: 100%;
}

.index-product {
	background-color: #2D374B !important;
	position: relative;
}
.index-product-title{
	position: absolute;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255,255,255,.7);
	width:100%;
	bottom:0px;
}
.index-product-title img{
vertical-align: bottom;
}

/* index-about */
.index-about {
	padding: 30px 0px;

}

.index-about-main {
	/* background-color: #fff; */
}

.index-about-body {
	/* padding:15px 0px; */
}

.index-about-left {
	width: 45%;
	margin-right: 15px;
	background-color: #fff;
	padding: 15px;
}

.index-about-left-header,
.index-about-right-header,
.index-news-header {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
}

.index-about-left-header-title,
.index-about-right-header-title,
.index-news-header-title {
	font-family: "microsoft JhengHei";
	font-size: 28px;
}

.index-about-left-body {
	padding: 15px 0px;
}

.index-about-left-body p {
	line-height: 2;
	text-indent: 40px;
}

.index-about-right {
	padding: 15px;
	line-height: 2;
	background-color: #fff;
	overflow: hidden;
}

.index-about-right-body {
	padding: 15px 0px;
}

.index-product-list {
	min-height: 630px;
	width: 33%;
	padding: 5px;
	background-color: #ffffff;
}

.index-product-list-body {
	min-height: 610px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0);
	transition: all 0.5s ease-in-out;
}

.index-product-list:hover .index-product-list-body {
	/* 	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .2); */
	border: 1px solid rgba(0, 0, 0, .1);

}

.index-product-list-header {
	margin-bottom: 5px;
}

.index-product-list-header img {
	vertical-align: bottom;
	width: 100%;
}

.index-product-list ul li {
	padding: 10px 10px;
	/* background: url(../images/line.png) repeat-x bottom; */
	transition: all 0.5s ease-in-out 0s;
}

.index-product-list ul li:hover {
	background-color: #59bae7;
}

.index-product-list ul li a {
	font-size: 18px;
	color: #424242;
	line-height: 2;
	/* display: block;
	width: 100%;
	height: 100%; */
	transition: all 0.5s ease-in-out 0s;
}

.index-product-list ul li a::before {
	content: '';
	background: url(../images/arrow.png) no-repeat 0px center;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	transition: all 0.2s ease-in-out 0s;
}

.index-product-list ul li:hover a {
	color: #fff;
}

.index-product-list ul li:hover a::before {
	background: url(../images/arrow.png) no-repeat -16px center;
}




/* index-news */
.index-news {
	padding: 30px 0px;
}

.index-news-body {
	padding: 30px 0px;
}

.index-newcenters-left {
	padding: 8px;
	background-color: #ffffff;
	margin-right: 15px;
}

.index-newcenters-right {
	padding: 8px;
	overflow: hidden;
	background-color: #ffffff;
	height: 336px;
}

.index-newcenters-title {
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 18px;
	text-indent: 20px;
}

.index-newcenter-body {
	padding: 10px 8px 8px 8px;
	overflow: hidden;
}

.index-newcenter-body>ul>li {
	text-indent: 20px;
	background: url(../images/arrow.png) no-repeat 0px center;
	line-height: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-newcenter-body>ul>li a {
	color: #424242;

}

.index-newcenter-body>ul>li>a:hover {
	transition: color .5s ease 0s;
	color: #f21f1f;
}

.index-newcenters-fcous {
	width: 520px;
	height: 320px;
	background-color: #2D374B;
}

/* footer */
.footer {
	overflow: hidden;
	/* margin-top: 50px; */
	position: relative;
	/*height:150px;*/
	background-color: #404040;
	/* padding: 20px 0px; */
	text-align: center;
}

.footer p {
	color: #e2e2e2;
	font-size: 14px;
	line-height: 2;
}

.footer-plate {
	margin: 0px 40px 0px 0px;
}

.footer-plate p {
	line-height: 2;
}

.footer-plate a {
	color: #a2a2a2;
	font-size: 12px;
}

.footer-plate h4 {
	color: #c2c2c2;
	font-size: 16px;
	line-height: 2;
}


.footer-body {
	margin: 30px auto;
}

.footer-body ul li {
	float: left;
	text-align: left;
	min-height: 150px;

}

.footer-body h3 {
	color: #f7f7f7;
	font-size: 16px;
	font-weight: bold;
	line-height: 5;
}

.footer-bottom {
	height: 50px;
	color: #e2e2e2;
	line-height: 50px;
	background-color: #313131;
	font-size: 14px;
}


.flink {
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	background-color: #efefef;
}

.links {
	font-size: 0px;
	margin-bottom: 15px;
	background-color: #ffffff;
	/* border: 1px solid #e2e2e2; */
	/* border-radius: 5px; */
	/* padding:10px; */
}

.links>ul>li {
	display: inline-block;
	width: 260px;
	height: 100px;
	background-color: #ccc;
	margin-left: 20px;
}

.links>ul>li:first-child {
	margin-left: 0px;
}

.copyrigt {
	position: relative;
	/*margin-top:30px;*/
	line-height: 200%;
	text-align: center;
	color: #999999;
	font-size: 14px;
}

/* swiper 自定义分页指示器样式 */
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	/* 	 transition: 300ms;
	transform: scale(0.9); */
}


.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid rgb(28, 68, 93);
}

.swiper-pagination-bullet-active {
	width: 16px;
	height: 8px;
	color: #fff;
	background: rgb(255, 255, 255);
	border-radius: 4px;
}

.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f7f7f7'%2F><%2Fsvg>");
}

.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f7f7f7'%2F%3E%3C%2Fsvg%3E");
}

/* pages 单页 */
.pages {
	padding: 15px;
}

.pages-location {
	height: 60px;
	line-height: 60px;
	padding: 0px 40px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	color: #424242;
	position: relative;
}

.pages-location span::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 20px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/location.png) no-repeat left;
}

.pages-location a {
	color: #424242;
	font-size: 16px;
	transition: all 0.5s ease-in-out 0s;
}

.pages-location a:hover {
	color: #f21f1f;
}

.pages-nav {
	min-height: 300px;
	width: 220px;
	/* margin-right: 15px; */
	/* border: 1px solid #e2e2e2; */
	/* box-shadow: 5px 5px 5px 0px  #e9e9e9; */
}

.pages-nav-header {
padding:5px;
border-bottom: 1px solid #e2e2e2;
}

.pages-nav-body {
	/* background-color: #efefef; */
	padding-bottom: 15px;
}

.pages-nav-body>ul>li {
	line-height: 50px;
	text-indent: 50px;
	transition: all 0.5s ease-in-out 0s;
	/* background: url(../images/arrowright.png) no-repeat 220px center; */
	background: url(../images/line.png) repeat-x left bottom;
}

.pages-nav-body>ul>li::after {
	content: " ";
	width: 0px;
	margin: auto;
	height: 1px;
	display: block;
	transition: all 0.5s ease-in-out 0s;
}

.pages-nav-body>ul>li>div>a {
	color: #424242;
	font-size: 16px;
	position: relative;

}

/* .pages-nav-body>ul>li>div>a::after {
	content: " ";
	position: absolute;
	right: -80px;
	top: 3px;
	width: 20px;
	height: 20px;
	margin: auto;
	display: block;
	background: url(../images/arrowright.png) no-repeat;
	transition: all 0.5s ease-in-out 0s;
} */
.current-channel,.def-channel{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
.current-channel::after{
	content: " ";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 3px;
	height: 50px;
	margin: auto;
	display: block;
	background-color: #C79556;
	/* background: url(../images/arrowright.png) no-repeat; */
	transition: all 0.5s ease-in-out 0s;
}

.pages-nav-body>ul>li:hover {
	/* -webkit-filter: brightness(100%); */
	/* filter: brightness(100%); */
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	/* border-bottom: 1px solid #f7f7f7; */
	/* transform: scale(1.2,1.2); */
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);

}

.pages-nav-body>ul>li:hover:after {
	width: 100%;
	background-image: none;
	background-color: #3e447e;
}

.pages-nav-body>ul>li:hover a {
	color: #3e447e;
}

.pages-main {
	overflow: hidden;
	min-height: 600px;
	border-left: 1px solid #e2e2e2;
}

.pages-main-body {
	padding: 15px;
	line-height: 2;
	color: #424242;
}


/* channels 一级栏目*/


/* channel 二级栏目 */
.channel {
	padding: 15px;
}

.channel-navigation {
	width: 250px;
	min-height: 400px;
	margin-right: 15px;
	/* -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .2); */
}

.channel-main {
	overflow: hidden;
	min-height: 400px;
}

.parent-channel-title {
	position: relative;
	display: block;
	height: 60px;
	line-height: 60px;
	background-color: #3e447e;
	margin-bottom: 2px;
	/* background: url(../images/nav_bg.jpg) no-repeat left top; */
	text-indent: 40px;
}

.parent-channel-title-current {
	position: relative;
	display: block;
	height: 60px;
	line-height: 60px;
	background-color: #3e447e;
	text-indent: 40px;
}

.parent-channel-title-current>a::after {
	content: "";
	position: absolute;
	top: 1px;
	right: -40px;
	width: 22px;
	height: 22px;
	background: url(../images/yj1.png) no-repeat;
}

.parent-channels>li {
	line-height: 2;
}

.parent-channels>li>h2>a {
	color: #fff;
	font-size: 18px;
	position: relative;
}

.parent-channel-title>a::after {
	content: "";
	position: absolute;
	top: 1px;
	right: -40px;
	width: 22px;
	height: 22px;
	background: url(../images/yj.png) no-repeat;
}

.hide {
	height: 0px;
}

.sub-channels {
	background-color: #efefef;
}

.sub-channels>li {
	line-height: 40px;
	height: 40px;
	text-indent: 40px;
	background: url(../images/line.png) repeat-x bottom;
}

.sub-channels>li>h3>a {
	color: #fff;
	font-size: 16px;
	color: #424242;
}

.sub-channel-current {
	background: url(../images/arrow.png) no-repeat 200px;
}


.channel-product-list {
	line-height: normal;
}

.channel-product-list>li {
	float: left;
	/* display: inline-block; */
	width: 33%;
	overflow: hidden;
	padding: 10px;
}

.channel-product-list-title {
	display: block;
	position: absolute;
	bottom: -80px;
	opacity: 0;
	width: 100%;
	left: 0px;
	background-color: rgba(102, 102, 102, .8);
	padding: 10px 0px;
	transition: all 0.3s ease 0s;
}

.channel-product-list>li:hover .channel-product-list-thumbnail {
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, .2);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .2);
}

.channel-product-list>li:hover .channel-product-list-title {
	bottom: 0px;
	opacity: 1;
}

.channel-product-list-thumbnail {
	display: block;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	margin: auto;
	position: relative;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	transition: all .5s ease-in-out 0s;
	padding: 5px;
}

.channel-product-list-thumbnail img {
	vertical-align: middle;
	width: 100%;
}

.channel-product-list-title>h3 {
	font-size: 16px;
	color: #ffffff;
	line-height: 2;
	text-indent: 20px;
	font-weight: bold;
}

.channel-product-list-title>p {
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	text-indent: 20px;
}

/* contents 内容列表*/
.contents-body {
	padding-bottom: 15px;
}

.contents-body>ul>li {
	text-indent: 20px;
	background: url(../images/arrowright.png) no-repeat left center;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.contents-body>ul>li>a {
	color: #424242;
}

.contents-body>ul>li>a:hover {
	transition: color .5s ease 0s;
	color: #f21f1f;
}

.contents-paginator {
	background: url(../images/line.png) repeat-x top;
	padding: 15px;
}

/* content */
.content-header {
	line-height: 60px;
	height: 60px;
	padding-left: 30px;
	border-bottom: 1px solid #f5f5f5;
	text-align: center;
	font-size: 26px;
}

.content-header h2 {
	font-size: 26px;
	font-family: "微软雅黑";
	line-height: 4;
	color: #191919;

}

.content-main {
	padding: 30px 15px 15px 15px;
	line-height: 2;
	font-size: 16px;
}

.content-body {
	line-height: 2;
	padding: 30px 0px;

}

.content-body img {
	text-align: center;
}

.content-navigation {
	margin: 15px auto;
	padding: 15px 0px;
	border-top: 1px solid rgb(221, 221, 221);
	line-height: 2;
}

.content-navigation a {
	color: #191919;
	transition: all 0.5s ease-in-out 0s;

}

.content-navigation a:hover {
	color: #f21f1f;
}


/* article 内容*/


/* paginator 内容列表导航风格*/
.page_wrap {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}

.paginator {
	float: right;
	height: 25px;
	overflow: hidden;
}

.paginator,
.paginator input,
.paginator button {
	font-family: Tahoma, "宋体";
	font-size: 12px;
}

.paginator a,
.paginator span {
	float: left;
	height: 23px;
	margin: 0 5px 0 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 23px;
	background: #fff;
}

.paginator a {
	color: #085C9B;
}

.paginator b {
	font-family: "宋体";
	margin: 3px;
	font-weight: 300;
}

.paginator a:link,
.paginator a:visited,
.paginator a:hover,
.paginator a:active {
	text-decoration: none;
}

.paginator .page-start,
.paginator a,
.paginator .page-end {
	padding: 0 8px;
	border: 1px solid #D3D3D3;
	background: #ffffff;
}

.paginator .page-start {
	border-color: #d9d9d9;
	color: #d9d9d9;
}

.paginator .page-end {
	border-color: #d9d9d9;
	color: #d9d9d9;
}

.paginator .page-this,
.paginator .page-break {
	padding: 0 3px;
}

.paginator .page-break {
	border: 1px solid #fff;
}

.paginator .page-this {
	border: 1px solid #D3D3D3;
	background-color: #E9E9E9;
	color: #D4105A;
	padding: 0px 8px;
	font-weight: bold;
}

.paginator .page-skip {
	height: 22px;
	line-height: 22px;
	padding: 0 3px;
	margin: 0;
	background: none;
}

.paginator .page-skip input {
	width: 26px;
	*width: 23px;
	height: 19px;
	line-height: 19px;
	border: 1px #D3D3D3 solid;
	font-size: 12px;
	margin: -1px 6px 0px 6px;
	#margin-top: 1px;
	_margin-top: 0px;
	padding: 0px 0px 0px 2px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
}

.paginator .page-skip button {
	font-size: 12px;
	padding: 0 5px 5px 5px;
	_padding: 0 5px 0 5px;
	width: auto;
	_width: 0;
	height: 22px;
	*height: 23px;
	*line-height: 20px;
	_height: 16px;
	_line-height: 16px;
	margin-left: 10px;
	*margin-top: -1px;
	overflow: visible;
	vertical-align: top;
}

.paginator a:hover {
	border: 1px solid #A6A6A6;
	color: #868688;
}
