@charset "utf-8";

/*全局*/

@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	/* IE9*/
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('font/iconfont.woff') format('woff'), /* chrome、firefox */
	url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}

@font-face {
	font-family: 'gothic';
	src: url(font/gothic.eot);
	/* IE9*/
	src: url(font/gothic.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/gothic.woff) format('woff'), /* chrome、firefox */
	url(font/gothic.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/gothic.svg#gothic) format('svg');
	/* iOS 4.1- */
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: 0 0
}

::-webkit-scrollbar-thumb {
	background-color: #e6003e;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #e6003e
}

::-webkit-scrollbar-corner {
	background-color: #e6003e
}

::-webkit-scrollbar-resizer {
	background-color: #e6003e
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.wrap {
	width: 100%;
	float: left;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.main {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

body {
	min-width: 1280px;
	min-height: 100%;
	color: #333;
	padding-top: 110px;
	font-size: 13px;
	background: #fff;
	font-family: arial, "microsoft yahei";
	-webkit-font-smoothing: antialiased;
}

.i_page {
	padding-top: 0;
}

:focus {
	outline: none;
}

body img {
	border: none;
	max-width: 100%;
}

body a {
	text-decoration: none;
	color: #555;
	line-height: 200%;
}

body ul,body ul li,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}

body input,
body textarea,
body select {
	border: none;
	outline: none;
}

img,a,div,b,em,i,li,p,h3,span {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*简易*/

.f12 {
	-webkit-font-smoothing: none;
	font-size: 12px;
}

.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.font-arial {
	font-family: arial;
}

.w100 {
	width: 100%;
}

.display100 {
	display: block;
	width: 100%;
	height: 100%;
}

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	display: table;
	content: '';
	height: 0;
}
/*top*/

.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.header_bg {
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.i_page .i_border {
	border-bottom: 1px solid rgba(255,255,255,.3);
}

.header {
	width: 1400px;
	height: 110px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	width: 266px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(logo.png);
	margin-top: 38px;
	float: left;
}

.i_page .header .logo {
	background-image: url(logo_w.png);
}

.header .logo.b,.i_page .header .logo.b {
	height: 24px;
	margin-top: 33px;
	width: 202px;
	background-image: url(logo.png);
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a.nav_link {
	display: block;
	text-align: center;
	line-height: 110px;
	padding: 0 30px;
	height: 110px;
	font-size: 15px;
	position: relative;
	color: #333;
}

.i_page .header .nav li a.nav_link {
	color: #fff;
}

.header .nav li a.b {
	height: 90px;
	line-height: 90px;
}

.i_page .header .nav li a.nav_link.b {
	color: #333;
}

.header .nav li a.nav_link b {
	display: block;
	width: 0px;
	height: 1px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -15px;
	background: #e6003e;
}
.i_page .header .nav li a.nav_link b{background: #fff;}
.i_page .header .nav li a.nav_link.b b{background: #e6003e;}
.header .nav li a:hover,.header .nav li a.on,.i_page .header .nav li a.nav_link.b:hover,.i_page .header .nav li a.nav_link.b.on{color: #e6003e;}
.i_page .header .nav li a.nav_link:hover,.i_page .header .nav li a.nav_link.on{
	color: #fff;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	width: 30px;
}
/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	background: rgba(230,0,62,.8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0,0,0,.1);
	position: absolute;
	width: 210px;
	top: 110px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
	margin-left: 0;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 135px;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: #e6003e;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}

.header .head_search {
	float: right;
	width: 50px;
	height: 100%;
	margin-left: 0px;
}

.header .head_search i {
	display: block;
	height: 100%;
	background-image: url(search.png);
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 25px;
}
.i_page .header .head_search i{background-image: url(search_icon.png);}
.i_page .header_bg .header .head_search i{background-image: url(search.png);}
.header .head_search form {
	display: block;
	position: absolute;
	right: 0;
	top: 110px;
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f003065, endColorstr=#7f003065);
	background: rgba(0,0,0,.5);
}

.header .head_search input[type="text"] {
	display: block;
	float: left;
	width: 150px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	border: 1px solid #eee;
	color: #999;
	padding: 0 10px;
	text-align: left;
}

.header .head_search input[type="submit"] {
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	background-image: url(search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #e6003e;
}

.header .head_search:hover form {
	height: 30px;
	padding: 15px 20px;
}
@media screen and (max-width:1680px) {
	.header{
		width: 1300px;
	}
	.header .nav li a.nav_link{
		padding: 0 25px;
	}
	.container {
		width: 1300px;
	}
}
@media screen and (max-width:1440px) {
	.header{
		width: 1200px;
	}
	.header .nav li a.nav_link{
		padding: 0 20px;
	}
	.container {
		width: 1200px;
	}
}
/*flash*/

#banner {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height: 800px;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.cn_pro-switch {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 800px;
	z-index: 0;
}

.cn_flexslider {
	margin: 0;
	padding: 0;
}

.cn_flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.cn_flexslider .slides li {
	width: 100%;
	display: block;
	height: 800px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 800px;
	background-position: center;
	background-repeat: no-repeat;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides li {
	width: 100%;
	display: block;
	height: 300px;
}

.flexslider .slides .img {
	width: 100%;
	display: block;
	height: 300px;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

.slides {
	height: auto;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.cn_flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.flex-viewport {
	max-height: 2333px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.cn_flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	margin-top: -45px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background: rgba(255,255,255,.6);
	border-radius: 50px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	transition: width, background 0.4s;
}

.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
	width: 20px;
}

.foot {
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #e6003e;
	height: 365px;
	position: relative;
	clear: both;
	width: 100%;
	overflow: hidden;
}

.foot .foot_top {
	padding-top: 83px;
	height: 220px;
	overflow: hidden;
}
.foot .foot_top .fl{width: 450px;text-align: center;}
.foot .foot_top .fl img{display: block;margin: 0 auto;}
.foot .foot_top .fl h3{color: #fff;font-size: 28px;padding-top: 35px;}
.foot .foot_top .fr{text-align: center;}
.foot .foot_top .fr img{display: block;border-radius: 5px;}
.foot .foot_top .fr p{color: #fff;padding-top: 20px;}
.foot .footer {
	line-height: 63px;
	text-align: left;
	color: #fff;
	clear: both;
	overflow: hidden;
}

.foot .footer a {
	display: inline-block;
	float: right;
	line-height: 63px;
	color: #fff;
}

.foot .footer a:hover {
	text-decoration: underline;
}

.web_f {
	width: 100%;
	clear: both;
	position: relative;
	height: 520px;
	background-repeat: no-repeat;
	background-position: center;
}
/*分页*/

.curr {
	border: 1px solid #666;
	color: #666;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #666;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #666;
}

a.page:visited {
	border: 1px solid #666;
	text-decoration: none;
	padding: 4px 8px;
}

.ra {
	color: #666;
}

.ra a,
.ra a:link {
	color: #666;
	text-decoration: none;
}

.ra a:hover {
	color: #666;
	text-decoration: underline;
}

.red {
	color: #ff3330;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	margin-left: 0px;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}


/*# sourceMappingURL=style.css.map */

.page {
	padding-top: 40px;
	width: 88px;
	clear: both;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.page img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv {
	float: left;
	height: 32px;
	opacity: 1;
}

.news_show_content {
	overflow: hidden;
	padding: 0 0 50px 0;
	line-height: 35px;
	color: #555;
	font-size: 13px;
}

.news_show_content img {
	display: block;
	max-width: 100%;
	padding-bottom: 15px;
	margin: 0 auto;
}

.news_show_content ul li {
	float: left;
	width: 232px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin-left: 24px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center;
}

.news_show_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_show_content ul {
	width: 774px;
	height: auto;
	margin-left: -24px;
}

.prolist_c li:hover .event_img {
	transform: scale(1.1, 1.1);
}

.event_img {
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content ul li img {
	width: 218px;
	height: 258px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content .event_bg {
	width: 1200px;
	height: 450px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	background-size: cover;
	background-position: center
}

.news_show_content .event_bg img {
	width: 1200px;
	height: 450px;
}

.news_show_content h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	padding-bottom: 20px;
	color: #666;
}

.news_show_content p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
}

.news_show_content ul li:hover img {
	transform: scale(1.1, 1.1);
}

.news_boxs {
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news ul li:hover .news_right .news_boxs {
	transform: scale(1.1, 1.1);
}

.pt-480 {
	margin-top: 460px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.pt-60 {
	padding-top: 60px;
}

.package {
	clear: both;
	padding: 50px 0;
	overflow: hidden;
}

.new_package {
	clear: both;
	padding: 60px 0 50px 0;
}

.package p {
	line-height: 2;
	color: #666;
	font-size: 14px;
}

.gray_bg {
	background-color: #f8f8f8;
}

/*底部漂浮*/

.supmenu {
	width: 180px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -113px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.supmenu .sup_tit {
	background-image: url(../images/sup_tit.png);
	height: 56px;
	background-color: #333;
	color: #fff;
	line-height: 56px;
	font-size: 14px;
	text-indent: 24px;
}

.supmenu .sup_qq {
	background-image: url(../images/sup_qq.jpg);
	height: 42px;
	line-height: 42px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_line {
	background-image: url(../images/sup_line.jpg);
	height: 40px;
	line-height: 40px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_lines {
	padding: 10px 0 15px 0;
	color: #333;
	font-size: 20px;
	text-align: center;
	background: #fff;
}

.supmenu .to_top {
	width: 40px;
	height: 40px;
	background: url(../images/to_top.png);
	float: right;
}

.sup_menu {
	box-shadow: #ccc 0px -3px 10px;
}

.package_left {
	float: left;
	width: 400px;
}

.news_show_content {
	float: right;
	width: 950px;
}

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(i_closed.png);
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	height: 500px;
}

.video_show iframe {
	width: 100%;
	height: 500px;
}

.apply_box {
	background: #fff;
	overflow: hidden;
	padding-left: 60px;
	border: 1px solid #eee;
}

.apply_box h3 {
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	color: #666;
	line-height: 90px;
}

.apply_box img {
	float: right;
}

.apply_box form {
	float: left;
	width: 538px;
}

/*用户登陆*/

.Validform_right {
	color: green;
}

.Validform_wrong {
	color: #f60;
}

.sidebar {
	width: 71px;
	height: 211px;
	position: fixed;
	bottom: 15%;
	right: 0;
	z-index: 9;
}

.sidebar ul {
}

.sidebar ul li {
	width: 71px;
	height: 67px;
	background: #eee;
	margin: 1px 0;
	cursor: pointer;
	position: relative;
}

.sidebar ul li span {
	position: absolute;
	right: 60px;
	top: 0;
	background: #e6003e;
	color: #fff;
	padding: 10px;
	width: 96px;
	opacity: 0;
	z-index: -1;
}

.sidebar ul li i {
	display: block;
	width: 71px;
	height: 67px;
	background-repeat: no-repeat;
	background-position: top;
}

.sidebar ul li span img {
	width: 96px;
}

.sidebar ul li:hover,
.sidebar ul li.sidebar_active {
	background: #e6003e;
}

.sidebar ul li:hover img {
	opacity: 1;
}

.sidebar ul li:hover span {
	right: 72px;
	opacity: 1;
	display: inline-block;
}

.sidebar ul li:hover i {
	background-position: bottom;
}

.sidebar ul li span.phone_number {
	width: 120px;
	height: 47px;
	line-height: 47px;
	text-align: center;
}

.sidebar ul li:hover span.phone_number {
	display: inline-block;
	width: 120px;
	height: 47px;
	line-height: 47px;
	text-align: center;
}

.news_show_time {
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	color: #999;
	line-height: 30px;
}

.news_show_time a {
	display: block;
	background: #000;
	color: #fff;
	padding: 5px 10px;
	clear: both;
	margin-top: 30px;
	width: 150px;
	cursor: pointer;
	text-align: center;
}

.news_show_time a:hover {
	text-decoration: underline;
}
/*次级菜单*/
.sub_menu {
	position: absolute;
	height: 0;
	overflow: hidden;
	background: rgba(255,255,255,.9);
	text-align: left;
	box-shadow: rgba(0,0,0,.1) 0px 3px 3px;
	width: 900px;
	padding: 0 50px;
	top: 80px;
	right: 0;
}

.sub_menu .fl h3 {
	font-weight: normal;
	color: #000;
	line-height: 70px;
	font-size: 24px;
	padding-top: 50px;
}

.sub_menu .fl p {
	color: #666;
	line-height: 2;
	padding-bottom: 35px;
}

.sub_menu .fl a {
	display: block;
	float: left;
	width: 138px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #d5d5d5;
	margin-right: 10px;
	color: #666;
}

.header .nav li:hover .sub_menu {
	height: 310px;
}

.header .nav li .sub_menu .fl a:hover {
	background: #444;
	color: #fff;
	border-color: #444;
}

.bot_menu {
	position: fixed;
	right: 0;
	bottom: 240px;
	z-index: 1;
	width: 180px;
	font-family: arial,"microsoft yahei";
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.bot_menu .menu_top {
	line-height: 54px;
	background: #182c45;
	color: #fff;
	padding: 0 20px 0 24px;
	height: 54px;
	overflow: hidden;
}

.bot_menu .menu_top span {
	display: block;
	float: left;
	line-height: 54px;
}

.bot_menu .menu_top img {
	display: block;
	float: right;
	margin-top: 20px;
	cursor: pointer;
}

.bot_menu .menu_top img:hover {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	;
}

.bot_menu .menu_mid {
	line-height: 45px;
	background: #f5f5f5;
	color: #333;
	padding: 0 0 0 24px;
	height: 45px;
	overflow: hidden;
}

.bot_menu .menu_mid span {
	display: block;
	float: left;
	line-height: 45px;
	font-size: 14px;
}

.bot_menu .menu_mid img {
	display: block;
	float: left;
	padding: 5px 0;
}

.bot_menu .menu_bot {
	background: #fff;
	padding: 0 0 0 24px;
	height: 84px;
}

.bot_menu .menu_bot h3 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 35px;
	padding-top: 12px;
}

.bot_menu .menu_bot h2 {
	color: #000;
	font-size: 22px;
	line-height: 1;
}

.bot_list img {
	display: block;
	position: fixed;
	z-index: 1;
	cursor: pointer;
}

.bot_list .bot_go_msg {
	right: -50px;
	bottom: 241px;
}

.bot_list .bot_go_top {
	right: 0;
	bottom: 200px;
}

.pro_search {
	padding-bottom: 40px;
}

.pro_search h3 {
	font-weight: normal;
	color: #000;
	font-size: 31px;
	padding-bottom: 30px;
	text-align: center;
}

.pro_search form {
	border: 1px solid #ddd;
	width: 460px;
	height: 50px;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.pro_search input[type="text"] {
	width: 350px;
	line-height: 50px;
	background: none;
	padding: 0 20px;
	font-size: 14px;
}

.pro_search input[type="submit"] {
	float: right;
	width: 70px;
	height: 50px;
	background: url(../images/search_img.png) center no-repeat;
	background-size: 20px;
	cursor: pointer;
}

.pro_menu {
	width: 100%;
	float: left;
	line-height: 40px;
	color: #333;
	font-size: 20px;
	margin: 0 0 20px 0;
}

.pro_menu .menu_left {
	width: 100%;
	float: left;
	color: #000;
	height: 18px;
	line-height: 1;
}

.pro_menu .menu_left i {
	display: inline-block;
	float: left;
	width: 2px;
	height: 18px;
	background: #1f1a17;
	margin-right: 15px;
}

.pro_menu .pro_sub {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.pro_menu .pro_sub li {
	text-transform: capitalize;
	font-size: 13px;
	padding: 5px 35px;
	display: block;
	float: left;
	color: #999;
	margin: 0 10px 10px 0;
	border: 1px solid #d5d5d5;
	border-radius: 25px;
	position: relative;
	line-height: 2;
}

.pro_menu .pro_sub li a.sub_link {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.pro_menu .pro_sub li:hover,.pro_menu .pro_sub li.on {
	background: #1f1a17;
	border-color: #1f1a17;
}

.pro_menu .pro_sub li:hover a,.pro_menu .pro_sub li.on a {
	color: #fff;
}

.pro_menu .pro_sub li .menu_down {
	display: none;
	padding-bottom: 0px;
	position: absolute;
	background: #000;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	left: 0;
	z-index: 99;
	top: 38px;
}

.pro_menu .pro_sub li .menu_down a.pro_menu {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	width: 130px;
	border: 0px;
	line-height: 42px;
	height: 42px;
	transform-origin: bottom;
	margin: 0;
	font-size: 12px;
	color: #fff;
}

.pro_menu .pro_sub li .menu_down a.pro_menu:hover {
	color: #fff;
	background-color: #1f1a17;
}

.pro_menu .pro_sub li:hover .menu_down {
	display: block;
}
/*产品*/
.pro_recom h3.block {
	padding-bottom: 40px;
	text-align: left;
	font-size: 21px;
	font-weight: normal;
}

.web_prolist,.pro_recom ul {
	overflow: hidden;
	width: 100%;
	min-height: 300px;
}

.web_prolist li,.pro_recom ul li {
	float: left;
	width: calc(94%/5);
	margin: 0 1.5% 2% 0;
	background: #fff;
	position: relative;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.web_prolist li:nth-child(5n),.pro_recom ul li:nth-child(5n){
	margin-right: 0;
}
.web_prolist li img,.pro_recom ul li img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.web_prolist li em,.pro_recom ul li em {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background: #1f1a17;
	width: 40px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.web_prolist li:hover,.pro_recom ul li:hover {
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
}

.web_prolist li:hover span,.pro_recom ul li:hover span {
	color: #000;
}

.web_prolist li i {
	font-style: normal;
}

.web_prolist li a,.pro_recom ul li a {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}

.web_prolist li:hover img,.pro_recom ul li:hover img {
	transform: scale(1.05, 1.05);
}

.web_prolist li span,.pro_recom ul li span {
	display: block;
	width: 100%;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #666;
}
/*产品内页*/
.pro_left {
	float: left;
	width: 526px;
	height: 526px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #d5d5d5;
}

.pro_right {
	float: right;
	width: 800px;
	overflow: hidden;
	position: relative;
}

.pro_right p {
	font-size: 16px;
	color: #000;
	line-height: 1;
}

.pro_right h2 {
	font-size: 24px;
	color: #000;
	padding-bottom: 20px;
}

.pro_right h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 45px;
}

.pro_right .right_menu {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
	margin-bottom: 20px;
}

.pro_right .right_menu span {
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	width: 90px;
	height: 35px;
	border-radius: 20px;
	border: 1px solid #d5d5d5;
	line-height: 35px;
	margin-right: 10px;
}

.pro_right .right_menu .on,.pro_right .right_menu span:hover {
	border-color: #1f1a17;
	color: #fff;
	background: #1f1a17;
}

.pro_right ul li {
	color: #666;
	line-height: 2;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 100%;
}

.pro_right .pro_video iframe {
	display: block;
	width: 500px;
	height: 280px;
}

.pro_left .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.pro_left .swiper-pagination {
	position: absolute;
}

.pro_detailed {
	padding: 40px 0;
	overflow: hidden;
	clear: both;
	width: 100%;
}

.pro_detailed h3 {
	color: #000;
	line-height: 2.5;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 21px;
	font-weight: normal;
	border-bottom: 1px solid #d5d5d5;
}

.pro_detailed .fl {
	width: 1100px;
	overflow: hidden;
}

.pro_detailed .fr {
	width: 250px;
}

.pro_detailed .fr ul li {
	padding: 10px;
	width: 228px;
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #d5d5d5;
}

.pro_detailed .fr ul li img {
	display: block;
	margin-bottom: 0;
}

.pro_detailed .fr ul li em {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	line-height: 20px;
	background: #1f1a17;
	font-style: normal;
	color: #fff;
}

.pro_detailed .fr ul li span {
	display: block;
	width: 100%;
	text-align: center;
	color: #666;
}

.pro_detailed img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
}

.pro_qrcode {
	width: 80px;
	height: 80px;
	border: 1px solid #000;
	float: left;
	background: #fff;
	margin-top: 10px;
	padding: 2px;
}

.pro_left .swiper-button-next,.pro_left .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 50px;
	margin-top: -25px;
	z-index: 10;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0;
}

.pro_left .swiper-button-next {
	right: 0;
	background-image: url(ab_next.png);
}

.pro_left .swiper-button-prev {
	left: 0;
	background-image: url(ab_prv.png);
}

.pro_left:hover .swiper-button-next,.pro_left:hover .swiper-button-prev {
	opacity: 1;
}

.pro_left .swiper-pagination {
	bottom: 15px !important;
}

.top_ad {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height: 900px;
}

.top_ad .ad_page {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 900px;
	z-index: 0;
}

.top_ad .ad_page .swiper-container,.top_ad .ad_page .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.top_ad .ad_page .swiper-wrapper a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.top_ad .ad_page .swiper-button-next,.top_ad .ad_page .swiper-button-prev {
	background: url(ad_ctr.png);
	width: 60px;
	height: 90px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.top_ad .ad_page .swiper-button-prev {
	background-position: 0 0;
	left: -60px;
}

.top_ad .ad_page .swiper-button-next {
	background-position: 0 -90px;
	right: -60px;
}

.top_ad .ad_page .swiper-container:hover .swiper-button-next,.top_ad .ad_page a:hover .swiper-button-prev {
	opacity: 1;
}

.top_ad .ad_page .swiper-container:hover .swiper-button-prev {
	left: 0;
}

.top_ad .ad_page .swiper-container:hover .swiper-button-next {
	right: 0;
}

.top_ad .ad_page .swiper-pagination {
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
}

.top_ad .ad_page .swiper-pagination .swiper-pagination-bullet {
	border-radius: 20px;
	background: #fff;
	width: 20px;
	margin-right: 10px;
	opacity: 0.6;
}

.top_ad .ad_page .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	width: 25px;
	opacity: 1;
}
@media screen and (max-width:1680px) {
	.top_ad,
	.top_ad .ad_page{
		height: 850px;
	}
	.top_ad .ad_page .swiper-wrapper a{
		background-size: cover;
	}
	.pro_left{
		width: 506px;
		height: 506px;
	}
	.pro_right{
		width: 740px;
	}
	.pro_detailed .fl{
		width: 1020px;
	}
	.pro_detailed .fr{
		width: 230px;
	}
	.pro_detailed .fr ul li{
		width: 208px;
	}
}
@media screen and (max-width:1440px) {
	.top_ad,
	.top_ad .ad_page{
		height: 800px;
	}
	.top_ad .ad_page .swiper-wrapper a{
		background-size: cover;
	}
	.pro_left{
		width: 476px;
		height: 476px;
	}
	.pro_right{
		width: 680px;
	}
	.pro_detailed .fl{
		width: 920px;
	}
}


/*新闻页面*/
.ex_news {
	min-height: 800px;
}

.ex_news ul li {
	clear: both;
	padding: 25px 0;
	overflow: hidden;
	background: #fff;
	position: relative;
	height: 200px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}

.ex_news ul li:first-of-type {
	padding-top: 0;
}

.ex_news ul li:last-of-type {
	border-bottom: 0;
}

.ex_news ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
}

.ex_news ul li .news_img {
	float: left;
	width: 300px;
	height: 200px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: 200px;
}

.ex_news ul li .news_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: cover;
}

.ex_news ul li .news_info {
	float: left;
	width: 600px;
	position: absolute;
	top: 25px;
	left: 350px;
}

.ex_news ul li .news_info h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: #666;
	font-weight: normal;
}

.ex_news ul li .news_info p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #999;
}

.ex_news ul li .news_date {
	float: right;
	text-align: right;
	width: 100px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 25px;
}

.ex_news ul li .news_date item {
	display: block;
	width: 13px;
	height: 26px;
	background: url(r_arrow.png) no-repeat center;
	position: absolute;
	bottom: -50px;
	right: 5px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .news_date font {
	font-size: 32px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	font-family: "gothic";
}

.ex_news ul li:hover a {
	color: #333;
}

.ex_news ul li:hover .news_info {
	padding-left: 20px;
}

.ex_news ul li:hover .news_date font {
	color: #333;
}

.ex_news ul li:hover .news_date item {
	bottom: 60px;
}

.ex_news ul li:hover .news_img div {
	transform: scale(1.1, 1.1);
}

.block {
	width: 100%;
	clear: both;
	position: relative;
	overflow: hidden;
	display: block;
}

.pro_left .swiper-container .swiper-button-next,.pro_left .swiper-container .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 1;
	cursor: pointer;
	background-size: 15px 44px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .6;
}

.pro_left .swiper-container .swiper-button-next {
	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'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}

.pro_left .swiper-container .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'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	left: 0;
}

.pro_left .swiper-container .swiper-button-prev:hover,.pro_left .swiper-container .swiper-button-next:hover {
	opacity: 1;
}

.video_list ul,.room_list ul {
	width: 1422px;
	margin-left: -22px;
}

.video_list ul li,.room_list ul li {
	float: left;
	width: 452px;
	margin-left: 22px;
	margin-bottom: 22px;
	cursor: pointer;
}

.video_list ul li .news_img,.room_list ul li .room_img {
	width: 100%;
	height: 300px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.video_list ul li .news_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.video_list ul li .news_img em {
	display: block;
	width: 100%;
	height: 100%;
	transform: scale(1.5,1.5);
	background-color: rgba(0,0,0,.8);
	background-image: url(../images/video_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	position: absolute;
}

.video_list ul li:hover .news_img div {
	transform: scale(1.03,1.03);
}

.video_list ul li:hover .news_img em {
	transform: scale(1,1);
	opacity: 1;
}

.video_list ul li span {
	display: block;
	background: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	border: 1px solid #d5d5d5;
	border-top: 0;
}

.room_list ul li .room_desc h3 {
	font-size: 18px;
	display: block;
	width: 100%;
}

.room_list ul li .room_desc h4 {
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	line-height: 30px;
}

.room_list ul li .room_desc span {
	float: right;
	font-weight: normal;
	display: inline-block;
}

.room_list ul li .room_desc em {
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1f1a17;
}

.room_list ul li:hover img {
	transform: scale(1.05,1.05);
}

.room_list ul li:hover em {
	width: 100%;
}

.room li {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.room li .fl {
	width: 570px;
	height: 360px;
	overflow: hidden;
}

.room li .fl div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.room li .fr {
	padding: 65px;
	background: #f5f5f5;
	width: 700px;
	height: 230px;
}

.room li .fr h3 {
	font-size: 30px;
	font-weight: normal;
	color: #000;
}

.room li .fr h4 {
	line-height: 60px;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}

.room li .fr em {
	display: inline-block;
	width: 2em;
}

.room li .fr p {
	height: 112px;
	overflow: hidden;
}

.room li .fr span {
	display: block;
	width: 150px;
	height: 45px;
	border: 1px solid #1f1a17;
	text-align: center;
	color: #1f1a17;
	border-radius: 5px;
	line-height: 45px;
}

.room li:hover .fl div {
	transform: scale(1.03,1.03);
}

.room li:hover .fr span {
	background: #1f1a17;
	color: #fff;
}

.room_show .fl {
	width: 355px;
}

.room_show .fl div {
	padding: 25px;
	background: #f5f5f5;
	clear: both;
}

.room_show .fl h3 {
	font-size: 30px;
	font-weight: normal;
	color: #000;
	line-height: 65px;
}

.room_show .fl h4 {
	line-height: 2;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}

.room_show .fl p {
	padding: 15px 0;
}

.room_show .fl a {
	display: block;
	background: #444;
	text-align: center;
	line-height: 65px;
	color: #fff;
	clear: both;
	margin-top: 20px;
	font-size: 18px;
}

.room_show .fl a:hover {
	background: #1f1a17;
}

.room_show .fr {
	width: 1020px;
}

.room_show .fr h3 {
	font-weight: normal;
	line-height: 90px;
	font-size: 20px;
}

.room_show .fr ul {
	width: 100%;
}

.room_show .fr ul li {
	float: left;
	width: calc(94%/4);
	margin: 0 0 2% 2%;
	text-align: center;
	border: 1px solid #d5d5d5;
}
.room_show .fr ul li:nth-child(4n){
	margin-right: 0;
}

@media screen and (max-width:1680px) {
	.room li .fl{
		width: 530px;
		height: 350px;
	}
	.room li .fr{
		width: 650px;
		padding: 60px;
	}
	.room li .fr h3{
		font-size: 28px;
	}
	.room li .fr h4{
		font-size: 15px;
	}
	.room li .fr p{
		font-size: 13px;
	}
	.room_show .fl{
		width: 325px;
	}
	.room_show .fl h3{
		font-size: 28px;
	}
	.room_show .fl h4{
		font-size: 15px;
	}
	.room_show .fl p{
		font-size: 13px;
	}
	.room_show .fl a{
		font-size: 17px;
		line-height: 60px;
	}
	.room_show .fr{
		width: 950px;
	}
}
@media screen and (max-width:1440px) {
	.room li .fl{
		width: 490px;
		height: 340px;
	}
	.room li .fr{
		width: 600px;
		padding: 55px;
	}
	.room li .fr h3{
		font-size: 26px;
	}
	.room li .fr h4{
		font-size: 14px;
	}
	.room li .fr p{
		font-size: 12px;
	}
	.room_show .fl{
		width: 295px;
	}
	.room_show .fl h3{
		font-size: 26px;
	}
	.room_show .fl h4{
		font-size: 14px;
	}
	.room_show .fl p{
		font-size: 12px;
	}
	.room_show .fl a{
		font-size: 16px;
		line-height: 55px;
	}
	.room_show .fr{
		width: 880px;
	}
}

.big_list {
	padding-bottom: 35px;
}

.big_list .desc h3 {
	font-size: 24px;
}

.big_list .desc p {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.big_list ul {
	width: 100%;
}

.big_list li {
	display: block;
	float: left;
	text-align: center;
	text-transform: capitalize;
	width: calc((100% - 40px)/5);
	margin: 0 10px 10px 0;
	position: relative;
	background: #fff;
}
.big_list ul li:nth-child(5n){
	margin-right: 0;
}

.big_list li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	padding: 35px 0;
}

.big_list li img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.big_list li p {
	font-size: 16px;
	display: block;
	line-height: 1.6;
}

.big_list li em {
	display: block;
	width: 0%;
	z-index: 1;
	left: 0;
	bottom: 0;
	height: 3px;
	background: #c89c81;
	position: absolute;
}

.big_list li:hover img {
	transform: rotateY(180deg);
}

.big_list li:hover em {
	width: 100%;
}

.join_msg .formitem {
	float: left;
	position: relative;
	overflow: hidden;
}

.join_msg .msg_name {
	width: 690px;
	margin-right: 20px;
	padding-bottom: 30px;
}

.join_msg .msg_mobie {
	width: 690px;
	padding-bottom: 30px;
}

.join_msg .msg_msg,.join_msg .msg_sub {
	width: 100%;
}

.join_msg .Validform_checktip {
	font-size: 12px;
	width: 100%;
	clear: both;
	position: absolute;
	bottom: 5px;
	left: 0;
	line-height: 2;
}

.join_msg input[type="submit"] {
	width: 240px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: block;
	margin: 20px auto;
	border: 1px solid #fff;
	background: none;
}

.join_msg input[type="submit"]:hover {
	background: #c69d81;
	border-color: #c69d81;
}

.join_msg input[type="text"] {
	display: block;
	float: left;
	width: 650px;
	overflow: hidden;
	color: #999;
	padding: 0 20px;
	text-align: left;
	line-height: 50px;
	background: #fff;
}

.join_msg textarea {
	display: block;
	float: left;
	padding: 20px;
	line-height: 24px;
	width: 1360px;
	height: 96px;
	background: #fff;
}

.pro_table {
	padding-bottom: 40px;
}

.pro_table a.fl {
	margin-right: 20px;
}

.pro_table a {
	padding: 20px;
	overflow: hidden;
	background: #f8f8f8;
	width: 650px;
}

.pro_table div {
	width: 100%;
	height: 285px;
	overflow: hidden;
}

.pro_table h3 {
	font-weight: normal;
	line-height: 50px;
	font-size: 24px;
	padding-top: 15px;
}

.pro_table p {
	font-size: 20px;
	line-height: 22px;
	text-transform: capitalize;
	color: #999;
}

.pro_table a:hover img {
	transform: scale(1.05,1.05);
}

.i_menu {
	background-image: url(../images/i_menu.jpg);
	height: 620px;
	padding-top: 75px;
	background-repeat: no-repeat;
	background-position: bottom center;
	
}
.i_menu ul{width: 100%; display: flex; justify-content: space-between;}
.i_menu ul li{float: left;width: 262px;height: 458px;}

.i_menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	perspective: 800px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-ms-perspective: 800px;
	-o-perspective: 800px;
}
.i_menu ul li img{display: block;margin: 0 auto;}
.i_menu ul li h3{font-weight: normal;font-size: 18px;line-height: 1;}
.i_menu ul li h4{font-weight: normal;font-size: 14px;text-transform: uppercase;line-height: 40px;}
.i_menu ul li i{display: block;margin: 0 auto;width: 20px;height: 1px;background: #fff;}
.i_menu ul li p{display: block;margin: 0 auto;width: 185px;line-height: 22px;padding-top: 30px;}
.i_menu ul li .front img{padding: 120px 0 25px 0;}
.i_menu ul li .back img{padding: 45px 0 20px 0;}
.i_menu ul li a .flip {
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transform-style: preserve-3d;
}

.i_menu ul li a .side {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.i_menu ul li a .back {
	background-repeat: no-repeat;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.i_menu ul li.i_01 a .back{background-image: url(i_01.png); background-size: 100% auto;}
.i_menu ul li.i_02 a .back{background-image: url(i_02.png); background-size: 100% auto;}
.i_menu ul li.i_03 a .back{background-image: url(i_03.png); background-size: 100% auto;}
.i_menu ul li.i_04 a .back{background-image: url(i_04.png); background-size: 100% auto;}
.i_menu ul li.i_05 a .back{background-image: url(i_05.png); background-size: 100% auto;}
.i_menu ul li a:hover .flip {
	transform: rotateY(180deg);
	(180);-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.i_join{height: 660px;background-image: url(../images/i_join.jpg);background-repeat: no-repeat;background-position: top center;}


/*首页新闻*/
.i_news {
	padding: 60px 0;
	background-image: url(../images/i_news.jpg);background-repeat: no-repeat;background-position:top center;
	background-color:#fff;
}

.i-news {
	background: #fff;
}

.i_news ul,.i-news ul {
	width: 100%;
}

.i_news ul li,.i-news ul li {
	float: left;
	width: calc(94%/4);
	margin-right: 2%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.i_news ul li:last-child,.i-news ul li:nth-child(4n){
	margin-right: 0;
}

.i_news ul li .news_img,.i-news ul li .news_img {
	width: 100%;
	height: 245px;
	overflow: hidden;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 150px;
}

.i_news ul li .news_img div,.i-news ul li .news_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.i_news ul li .news_desc,.i-news ul li .news_desc {
	padding: 30px 20px;
	background-color: #f4f4f4;
	text-align: left;
}

.i_news ul li .news_desc h3,.i-news ul li .news_desc h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	overflow: hidden;
	height: 50px;
	padding-bottom: 15px;
	display: block;
}

.i_news ul li .news_desc span,.i-news ul li .news_desc span {
	line-height: 1;
	padding-top: 15px;
	display: block;
}

.i_news ul li .news_desc p,.i-news ul li .news_desc p {
	display: block;
	height: 78px;
}

.i_news ul li:hover .news_img div,.i-news ul li:hover .news_img div {
	transform: scale(1.05,1.05);
}

.i_news ul li:hover .news_desc,.i-news ul li:hover .news_desc {
	background-color: #e6003e;
}

.i_news ul li:hover .news_desc h3,.i_news ul li:hover .news_desc p,.i_news ul li:hover .news_desc span,.i-news ul li:hover .news_desc h3,.i-news ul li:hover .news_desc p,.i-news ul li:hover .news_desc span {
	color: #fff;
}


@media screen and (max-width:1680px) {
	.i_menu{
		height: 570px;
		background-size: 1840px auto;
	}
	.i_menu ul li{
		width: 245px;
		height: 428px;
	}
	.i_menu ul li .front img{
		padding: 110px 0 20px 0;
	}
	.i_join{
		height: 630px;
		background-size: 1840px auto;
	}
	.i_news ul li .news_img,.i-news ul li .news_img {
		height: 230px;
		background-size: 140px;
	}
	.i_news ul li .news_desc h3, .i-news ul li .news_desc h3{
		font-size: 16.5px;
		height: 40px;
		margin-bottom: 10px;
	}
	.i_news ul li .news_desc p, .i-news ul li .news_desc p{
		font-size: 13px;
		line-height: 2;
		height: 68px;
	}
	.i_news ul li .news_desc span, .i-news ul li .news_desc span{
		font-size: 13px;
	}
	.package_left{
		width: 360px;
	}
	.news_show_content{
		width: 890px;
	}
}
@media screen and (max-width:1440px) {
	.i_menu{
		height: 520px;
		background-size: 1720px auto;
	}
	.i_menu ul li{
		width: 232px;
		height: 407px;
	}
	.i_menu ul li .front img{
		padding: 100px 0 15px 0;
	}
	.i_join{
		height: 590px;
		background-size: 1720px auto;
	}
	.i_news ul li .news_img,.i-news ul li .news_img {
		height: 215px;
		background-size: 120px;
	}
	.i_news ul li .news_desc h3, .i-news ul li .news_desc h3{
		font-size: 15px;
		height: 30px;
		margin-bottom: 5px;
	}
	.i_news ul li .news_desc p, .i-news ul li .news_desc p{
		font-size: 12px;
		line-height: 1.8;
		height: 58px;
	}
	.i_news ul li .news_desc span, .i-news ul li .news_desc span{
		font-size: 12px;
	}
	.package_left{
		width: 320px;
	}
	.news_show_content{
		width: 820px;
	}
}


.faq ul li {
	margin-bottom: 28px;
}

.faq ul li .news_desc {
	background-color: #f8f8f8;
}
.idea_list {
	background-image: url(../images/history_icon.png);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
}

.idea_list .idea_page i {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(history_icon.png);
	margin: 25px;
	margin-top: 57.5px;
}

.idea_list .idea_page ul {
	width: 660px;
}

.idea_list .idea_page ul li {
	float: left;
	overflow: hidden;
	width: 175px;
	height: 145px;
	margin-bottom: 10px;
	background: #000;
}

.idea_list .idea_page a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.idea_list .idea_page ul.fr li {
	float: right;
	margin-left: 10px;
}

.idea_list .idea_page ul.fl li {
	margin-right: 10px;
}

.idea_list .idea_page span {
	line-height: 25px;
	color: #000;
	font-size: 18px;
	display: block;
	width: 660px;
	margin-top: 60px;
}

.idea_list .idea_page span.fl {
	text-align: right;
}

.flow {
	position: relative;
	width: 100%;
}

.flow .swiper-button-prev,.flow .swiper-button-next {
	width: 27px;
	height: 44px;
	margin-top: -22px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .8;
}

.flow .swiper-button-prev {
	left: -40px;
	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'%23666666'%2F%3E%3C%2Fsvg%3E")
}

.flow .swiper-button-next {
	right: -40px;
	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'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E")
}

.flow .swiper-button-prev:hover,.flow .swiper-button-next:hover {
	opacity: 1;
}

.process {
	position: relative;
	width: 100%;
}

.process .swiper-button-prev,.process .swiper-button-next {
	width: 16px;
	height: 66px;
	background-color: #000;
	margin-top: -33px;
	opacity: .8;
	background-size: 8px;
	background-position: center;
	background-repeat: no-repeat;
}

.process .swiper-button-prev {
	left: 0;
	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'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.process .swiper-button-next {
	right: 0;
	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'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.process .swiper-button-prev:hover,.process .swiper-button-next:hover {
	opacity: 1;
}

.join_01 {
	height: 995px;
	background-image: url(../images/join_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.join_02 {
	background-repeat: no-repeat;
	background-position:center;
	background-image: url(../images/join_02.jpg);
	height: 920px;
	padding-top: 100px;
}
.join_02 .fl{ width: 755px;}
.join_02 .fr{height: 650px;background:#db2147;width: 525px;padding: 60px;}
.join_02 .fr .i_tit h4,.join_02 .fr .i_tit h2,.join_02 .fr .i_tit h3{color: #fff;}
.join_02 .fr .i_tit h4{padding-bottom: 20px;}
.join_02 .fr ul li{width: 175px;text-align: center;float: left;height: 140px;}
.join_02 .fr ul li img{display: block;margin: 0 auto;}
.join_02 .fr ul li h3{color: #fff;font-weight: normal;font-size: 16px;line-height: 2;padding-top: 10px;}
.join_02 .fr ul li p{font-size: 12px;line-height: 18px;color: #fff;}
.join_03 {
	background-image: url(../images/join_03.jpg);background-repeat: no-repeat;background-position:center;
	height: 755px;
}
.join_03 .package,.join_05 .package{padding-top: 0;}
.join_03 .i_tit h4,.join_03 .i_tit h3,.join_03 .i_tit h2{color: #fff;}
.join_03 .desc h3{font-weight: normal;color: #db2147;font-size: 20px;}
.join_03 .desc p{color: #db2147;padding: 20px 0 40px 0;}
.join_04 {background-color: #e9e9e9;background-image: url(../images/join_04.jpg);background-repeat: no-repeat;background-position:bottom center;padding: 50px 0 220px 0;}
.join_04 .fr span{color: #db2147;font-size: 24px;line-height: 36px;}
.join_05{background-repeat: no-repeat;background-position:top center;background-color: #fff;background-image: url(../images/join_05.jpg);}
.join_05 .flow{padding: 40px 0;}
.join_06{background-image: url(../images/join_06.jpg);background-repeat: no-repeat;background-position:bottom center;padding-bottom: 100px;}
.join_06 .desc{text-align: center;}
.join_06 .desc h3{color: #e6003e;font-size: 46px;}
.join_06 .desc h4{font-size: 31px;color: #e6003e;line-height: 80px;padding-bottom: 20px;}
.join_06 .desc span{font-size: 20px;}
.join_06 .desc h2{font-size: 56px;color: #000;line-height: 1.6;}

@media screen and (max-width:1680px) {
	.join_02 .fl{ width: 705px;}
	.join_02 .fr{height: 609px;background:#db2147;width: 485px;padding: 55px;}
	.join_02 .fr ul li{width: 161px;text-align: center;float: left;height: 125px;}
	.join_02 .fr ul li img{ width: 70px;}
	.join_02 .fr ul li h3{font-size: 15px; line-height: 1.8; padding-top: 8px;}
	.join_02 .fr ul li p{
		line-height: 16px;
	}
	.join_04 .fl{ width: 570px;}
	.join_04 .fr{ width: 580px;}
	.join_04 .fr span{
		font-size: 22px;
	}
	.join_04{
		padding-bottom: 200px;
	}
}
@media screen and (max-width:1440px) {
	.join_02 .fl{ width: 655px;}
	.join_02 .fr{height: 568px;background:#db2147;width: 465px;padding: 50px 40px;}
	.join_02 .fr ul li{width: 155px;text-align: center;float: left;height: 115px;}
	.join_02 .fr ul li img{ width: 66px;}
	.join_02 .fr ul li h3{font-size: 14px; line-height: 1.7; padding-top: 6px;}
	.join_02 .fr ul li p{
		line-height: 14px;
	}
	.join_04 .fl{ width: 550px;}
	.join_04 .fr{ width: 560px;}
	.join_04 .fr span{
		font-size: 20px;
	}
	.join_04{
		padding-bottom: 180px;
	}
}


.service {
	width: 100%;
}

.service li {
	float: left;
	margin: 0 32px 32px 0;
	width: calc((100% - 32px)/2);
}
.service li:nth-child(2n){
	margin-right: 0;
}

.service li h3 {
	font-weight: normal;
	color: #000;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.service li h4 {
	font-weight: normal;
	color: #000;
	text-transform: capitalize;
	line-height: 38px;
}

.service li p {
	height: 84px;
}

@media screen and (max-width:1680px) {
	.service li h3{
		font-size: 17px;
	}
	.service li p {
		font-size: 13px;
	}
}
@media screen and (max-width:1440px) {
	.service li h3{
		font-size: 16px;
	}
	.service li p {
		font-size: 12px;
	}
}

.ex_menu {
	text-align: center;
	background: #f8f8f8;
	padding: 50px 0;
}

.ex_menu a {
	display: inline-block;
	text-align: center;
	padding: 0 70px;
}

.ex_menu i {
	display: block;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 72px;
	height: 74px;
}

.ex_menu p {
	font-size: 14px;
	color: #666;
	padding-top: 10px;
}

.ex_menu a:hover i,.ex_menu a.on i {
	background-position: top;
}

.ex_menu a.on p {
	color: #000;
}

.i_flow .swiper1-pagination {
	text-align: center;
	padding-bottom: 50px;
}

.i_flow .swiper1-pagination span {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 150px;
	line-height: 45px;
	margin: 0 15px;
	cursor: pointer;
	background: #bfbfbf;
	height: 45px;
	opacity: 1;
	border-radius: 25px;
}

.i_flow .swiper1-pagination span:hover,.i_flow .swiper1-pagination span.swiper-pagination-bullet-active {
	background: #182c45;
}

.recom_list {
	width: 1420px;
	margin-left: -20px;
	clear: both;
	overflow: hidden;
}

.recom_list li {
	float: left;
	border: 1px solid #eee;
	text-align: center;
	width: 262px;
	margin-left: 20px;
	position: relative;
	background: #fff;
	margin-bottom: 20px;
}

.recom_list li div {
	width: 262px;
	height: 262px;
	overflow: hidden;
}

.recom_list li span {
	display: block;
	line-height: 40px;
	width: 100%;
}

.recom_list li:hover img {
	transform: scale(1.05,1.05);
}

.quality {
	padding: 60px;
	background: #fff;
}

.quality p {
	padding-bottom: 30px;
	color: #777;
	font-size: 16px;
}
.idea em,.maintain em,.i-faq em{position: absolute;left: 0;top: 0;height: 100px;width: 100%;}
.idea em,.i-faq em{background: #f8f8f8;}
.maintain em{background: #fff;}
.i-faq{position: relative;}
.skill{background: #f8f8f8;}
.skill .package{padding-bottom: 0;}
.skill ul li{width: 100%;clear: both;overflow: hidden;padding-bottom: 60px;}
.skill ul li div{float: right;width: 790px}
.skill ul li h3{padding-top:80px;color: #000;font-size: 24px;line-height: 1.3;padding-bottom: 20px;}
.flow_desc {
	padding: 0 65px 50px 40px;
	position: relative;
	width: 1295px;
	overflow: hidden;
	z-index: 1;
}

.flow_desc em {
	display: block;
	width: 100%;
	height: 500px;
	background: #e6003e;
	left: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
}

.flow_desc .fr {
	display: block;
	width: 500px;
}
.flow_desc .fr .i_tit h2,.flow_desc .fr .i_tit h3,.flow_desc .fr p{color: #fff;}
.vi_list {
	width: 1440px;
	margin-left: -40px;
}

.vi_list li {
	float: left;
	width: 248px;
	overflow: hidden;
	margin-bottom: 40px;
	margin-left: 40px;
	height: 335px;
}

.vi_list li:hover img {
	transform: scale(1.1,1.1);
}

.water_list {
	width: 1425px;
	margin-left: -25px;
	padding-top: 50px;
}

.water_list li {
	float: left;
	width: 260px;
	overflow: hidden;
	margin-bottom: 25px;
	margin-left: 25px;
	height: 350px;
	background: #fff;
	text-align: center;
}

.water_list li span {
	line-height: 1;
	font-size: 18px;
}

.water_list li p {
	line-height: 40px;
	color: #b12923;
	font-size: 18px;
}

.text-center {
	text-align: center;
}

.cer_menu {
	width: 100%;
	line-height: 35px;
	overflow: hidden;
	padding-bottom: 20px;
}

.cer_menu a {
	display: block;
}

.cer_menu .cer_link {
	float: left;
	color: #999;
}

.cer_menu .cer_link a {
	float: left;
	color: #999;
	line-height: 35px;
}

.cer_menu .cer_link i {
	display: block;
	float: left;
	padding: 0 15px;
	font-style: normal;
}

.cer_menu .cer_link a:hover {
	text-decoration: underline;
	color: #333;
}

.cer_menu span {
	display: block;
	float: right;
	width: 80px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #182c45;
	cursor: pointer;
}

.cer_top {
	clear: both;
	padding: 25px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 40px;
	border: 1px solid #eee;
}

.cer_top .fl {
	border: 1px solid #ddd;
}

.cer_top .fr {
	width: 1130px;
	text-align: left;
}

.cer_top .fr h3 {
	line-height: 1;
	font-weight: normal;
	font-size: 21px;
	padding-bottom: 15px;
}

.cer_top .fr p {
	color: #666;
	line-height: 2;
	font-size: 14px;
}
.ab_tit{text-align: center;padding-bottom: 40px;}
.ab_tit.text-left{text-align: left;}
.ab_tit h3{font-size: 50px;line-height: 1;color: #3c3c3c;font-family: "arial black";text-transform: uppercase;}
.ab_tit p{line-height: 60px;text-transform: capitalize;font-size: 24px;color: #3c3c3c;}

@media screen and (max-width:1680px) {
	.ab_tit h3{
		font-size: 46px;
	}
	.ab_tit p{
		font-size: 22px;
	}
	.skill ul li .fl{
		width: 513px;
	}
	.skill ul li div{
		width: 730px;
	}
}
@media screen and (max-width:1440px) {
	.ab_tit h3{
		font-size: 42px;
	}
	.ab_tit p{
		font-size: 20px;
	}
	.skill ul li .fl{
		width: 473px;
	}
	.skill ul li div{
		width: 680px;
	}
}

.maintain {
	background: #f8f8f8;
}

.maintain .swiper-slide {
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
	height: 450px;
}

.maintain .swiper-slide h3 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

.maintain .swiper-slide p {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.recom_page {
	height: 684px;
	z-index: 1;
	margin-bottom: 60px;
}

.recom_page .container {
	height: 654px;
}

.recom_page i {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	bottom: 30px;
	background: #f4f4f4;
	height: 545px;
}

.recom_page em {
	display: block;
	width: 430px;
	height: 350px;
	z-index: -1;
	position: absolute;
	bottom: -30px;
	background: #e6003e;
}

.recom_page a.big_img {
	width: 536px;
	height: 654px;
	overflow: hidden;
	margin: 0 30px;
	z-index: 1;
}

.recom_page a:hover img {
	transform: scale(1.05,1.05);
}

.recom_page .recom-list {
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 90px;
	width: 900px;
	height: 465px;
}

.recom_page .recom-list .big_tit {
	padding: 90px 30px 0 45px;
	overflow: hidden;
}

.recom_page .recom-list .big_tit h3 {
	font-weight: normal;
	line-height: 1;
	color: #333;
	font-size: 24px;
}

.recom_page .recom-list .big_tit p {
	text-transform: capitalize;
	line-height: 40px;
	color: #ccc;
	font-size: 16px;
}

.recom_page .recom-list .big_tit a {
	display: block;
	border: 1px solid #e6003e;
	color: #e6003e;
	width: 110px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}

.recom_page .recom-list .big_tit a:hover {
	background: #e6003e;
	color: #fff;
}

.recom_page .recom-list ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.recom_page .recom-list ul li div {
	width: 190px;
	margin: 0 auto;
	overflow: hidden;
}

.recom_page .recom-list ul li img {
	display: block;
}

.recom_page .recom-list ul li h3 {
	font-weight: normal;
	line-height: 1;
	font-size: 16px;
	color: #333;
}

.recom_page .recom-list ul li p {
	font-size: 14px;
	color: #999;
	line-height: 40px;
}

.big_0 a.big_img,.big_2 a.big_img,.big_4 a.big_img,.big_6 a.big_img,.big_8 a.big_img,.big_10 a.big_img {
	float: left;
}

.big_0 .recom-list,.big_2 .recom-list,.big_4 .recom-list,.big_6 .recom-list,.big_8 .recom-list,.big_10 .recom-list {
	right: 0;
}

.big_0 em,.big_2 em,.big_4 em,.big_6 em,.big_8 em,.big_10 em {
	left: 0;
}

.big_1 a.big_img,.big_3 a.big_img,.big_5 a.big_img,.big_7 a.big_img,.big_9 a.big_img {
	float: right;
}

.big_1 .recom-list,.big_3 .recom-list,.big_5 .recom-list,.big_7 .recom-list,.big_9 .recom-list {
	left: 30px;
}

.big_0 em,.big_2 em,.big_4 em,.big_6 em,.big_8 em,.big_10 em {
	right: 0;
}

.store {
	height: 680px;
	background-image: url(../images/store.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.store .login-form {
	float: right;
	overflow: hidden;
	border-radius: 10px;
	background: rgba(255,255,255,.9);
	margin-right: 90px;
	padding: 50px 40px;
	margin-top: 153px;
}

.store .login-form h3 {
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	line-height: 1;
}

.store .login-form p {
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	padding-bottom: 20px;
}

.store .login-form input {
	display: block;
	float: left;
	padding: 0 35px;
	line-height: 50px;
	border: 0;
	background: #fff;
	font-size: 16px;
	border-radius: 25px;
}

.store .login-form input[type="text"],.store .login-form input[type="password"] {
	width: 300px;
	margin-bottom: 15px;
}

.store .login-form input[type="button"] {
	background: #c69d81;
	text-align: center;
	color: #fff;
	width: 370px;
	padding: 0;
	margin-top: 10px;
	cursor: pointer;
}

.store .login-form .rember {
	position: absolute;
	opacity: 0;
}
.i_tit{z-index: 3;}
.i_tit h4{font-weight: normal;font-size: 20px;padding-bottom: 90px;line-height: 1;}
.i_tit h2{font-size: 50px;font-family: "arial black";line-height: 60px;text-transform: uppercase;}
.i_tit h3{font-weight: normal;font-size: 20px;line-height: 100px;padding-bottom: 15px;}
.i_tit a,.i_tit span{display: block;width: 180px;text-align: center;height: 50px;line-height: 50px;color: #555;font-size: 14px;border: 2px solid #555;border-radius: 10px;overflow: hidden;}
.i_join .i_tit h4,.i_join .i_tit h2,.i_join .i_tit h3{color: #fff;}
.i_join .i_tit span{color: #fff;border-color: #fff;}
.i_tit a:hover{background: #000;color: #fff;border-color: #000;}
.i_join:hover .i_tit span{background: #fff;color: #555;border-color: #fff;}
.i_join .i_tit,.i_pro .fr .i_tit{padding-top: 60px;}
.i_pro{background-image: url(../images/i_pro.jpg);background-repeat: no-repeat;background-position: center bottom;background-color: #f4f4f4;padding: 90px 0 100px 0;}
.i_pro .fl{width: 702px;}
.i_pro .fr{width: 565px;}
.i_pro .fl a{float: left;width: 224px;text-align: center;height: 224px;background: #fff;overflow: hidden;border-radius: 10px;margin:0 10px 10px 0;}
.i_pro .fl i{display: block;width: 90px;height: 90px;background-repeat: no-repeat;background-position: top;margin: 35px auto 15px auto;background-size: 90px;}
.i_pro .fl h3{font-weight: normal;font-size: 18px;color: #888;}
.i_pro .fl p{text-transform: capitalize;font-size: 14px;color: #888;line-height: 30px;}
.i_pro .fl a:hover{box-shadow: 0 4px 10px rgba(0, 0, 0, .1);background: #e6003e;}
.i_pro .fl a:hover i{background-position: bottom;}
.i_pro .fl a:hover h3,.i_pro .fl a:hover p{color: #fff;}
.about_01 .fl{width: 700px;}
.about_01 .about_desc h3{font-size: 36px;color: #000;padding-bottom: 45px;}
.about_01 .fr{width: 635px;height: 645px;overflow: hidden;border-radius: 10px;margin-top: 100px;}
.about_01 .swiper-container .swiper-button-prev,.about_01 .swiper-container .swiper-button-next{width: 60px;height: 74px;position: absolute;top: 50%;margin-top: -37px;background-size: 27px 44px;background-position: center;background-repeat: no-repeat;opacity: .8;background-color: #e6003e;}
.about_01 .swiper-container .swiper-button-prev{left: 0;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'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.about_01 .swiper-container .swiper-button-next{right: 0;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'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.about_01 .swiper-container .swiper-button-prev:hover,.about_01 .swiper-container .swiper-button-next:hover{opacity: 1;}
.about_02 .package,.about_03 .package{padding-top: 0;}
.about_02{background-image: url(../images/about_02.jpg);height: 1100px;background-repeat: no-repeat;background-position:center bottom;}
.about_02 ul{height: 800px;}
.about_02 ul li{text-align: center;width: 230px;float: left;position: absolute;}
.about_02 ul li h3{font-weight: normal;color: #e6003e;font-size: 20px;padding-bottom: 20px;}
.about_02 ul li p{color: #fff;line-height: 24px;height: 120px;}
.about_02 ul li span{font-size: 14px;line-height: 24px;text-transform: uppercase;color: #fff;}
.about_02 ul li.list_01{left: 5px;top: 65px;}
.about_02 ul li.list_02{left:455px;top: 65px;}
.about_02 ul li.list_03{left: 235px;top:310px;}
.about_02 ul li.list_04{left:655px;top: 320px;}
.about_03{background:#db2147;height: 735px;}
.about_03 .i_tit h3,.about_03 .i_tit h4,.about_03 .i_tit h2,.about_04 .i_tit h4{color: #fff;}
.about_03 .fl{padding-top: 65px;}
.about_03 .fr{width: 440px;padding-right: 120px;}
.about_03 .fr ul li{padding:10px 40px;background: #fff;margin-bottom: 30px;color: #333;float: left;overflow: hidden;width: 360px;border-radius: 10px;height: 90px;}
.about_03 .fr ul li h3{font-size: 30px;line-height: 60px;}
.about_04{background-image: url(../images/about_04.jpg);background-repeat: no-repeat;background-position:center top;}
.about_04 .desc h3{font-size: 30px;color: #000;}
.about_04 .desc p{padding: 25px 0 70px 0;}
.history_list{background-image: url(../images/history_icon.png);background-repeat: repeat-y;background-position: center;overflow: hidden;width: 1200px;margin: 0 auto;}
.history_page{width: 100%;clear: both;overflow: hidden;padding-bottom: 30px;}
.history_page ul{margin:0 21px;width: 543px;}
.history_page ul li{float: left;overflow: hidden;width: 175px;height: 145px;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;margin-bottom: 6px;}
.history_page ul.fr li{float: right;margin-left: 6px;}
.history_page ul.fl li{margin-right: 6px;}
.history_page i{display: block;width: 30px;height: 30px;background-image: url(history_icon.png);margin-top: 53.5px;}
.history_page div{padding: 25px;overflow: hidden;background: #f8f8f8;width: 493px;min-height: 135px;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;margin: 0 21px;}
.history_page div.fl{text-align: right;}
.history_page h3{font-size: 26px;line-height: 50px;color: #000;border-bottom: 1px solid #d5d5d5;margin-bottom: 20px;}
.history_page p{font-size: 16px;color: #333;line-height: 30px;}
.history_page ul li:hover img{transform: scale(1.03,1.03);}
.contact .top h3{font-size: 36px;}
.contact .top p{padding: 30px 0;}
.contact .mid div.fl{width: 315px;padding-left: 85px;padding-top: 95px;}
.contact .mid .fl p{font-size: 21px;color: #000;}
.contact .mid .fl h2{color: #db2147;line-height: 85px;font-size: 45px;}
.contact .mid .fr img{border: 1px solid #d5d5d5;display: block;margin-bottom: 15px;}
.contact .mid .fr{padding: 50px 50px 0 0px;}
.contact .mid{padding: 50px 0;}
.contact .bot{border: 21px solid #e5e5e5;display: block;text-align: center;width: 1358px;overflow: hidden;}
.contact .bot li{width: calc((100% - 3px)/4);float: left;padding: 50px 0;}
.contact .bot li span{line-height: 1;font-size: 14px;color: #777;text-transform: capitalize;padding:15px 0;display: block;}
.contact .bot li h2{font-weight: normal;font-size: 18px;color: #777;line-height: 28px;}
.contact .bot em{display: block;width: 1px;height: 90px;background: #ddd;float: left;margin-top: 97px;}
.brand{background-image: url(../images/brand.jpg);background-repeat: no-repeat;background-position: center bottom;}
.brand .fl{width: 600px;}
.brand .fl h3{font-size: 31px;color: #013529;padding-bottom: 35px;}
.brand .fl ul li{width: 300px;float: left;height: 185px;}
.brand .fl ul li span{display: block;width: 120px;line-height: 35px;overflow: hidden;color: #fff;font-size: 20px;text-align: center;background: #013529;border-radius: 5px;}
.brand .fl ul li p{color: #000;padding-top: 20px;}


@media screen and (max-width:1680px) {
	.i_join .i_tit, .i_pro .fr .i_tit{
		padding-top: 55px;
	}
	.i_tit h4{
		padding-bottom: 80px;
	}
	.i_tit h2{
		font-size: 46px;
		line-height: 56px;
	}
	.i_tit h3{
		font-size: 18px;
		line-height: 90px;
	}
	.i_tit a, .i_tit span{
		width: 170px;
		line-height: 47px;
		height: 47px;
		font-size: 13px;
	}
	.i_pro{
		padding: 80px 0 90px;
	}
	.i_pro .fl{
		width: 676px;
	}
	.i_pro .fr{
		width: 535px;
	}
	.i_pro .fl a{
		width: 214px;
		height: 214px;
	}
	.i_pro .fl i{
		width: 85px;
		height: 85px;
		background-size: 100% auto;
		margin: 30px auto 10px auto;
	}
	.i_pro .fl h3{
		font-size: 17px;
	}
	.i_pro .fl p{
		font-size: 13px;
	}
	.foot .foot_top .fl{
		width: 430px;
	}
	.foot .foot_top .fr{
		width: 115px;
	}
	.foot .foot_top .fr p{
		font-size: 12px;
	}
	.foot{
		height: auto;
		background-size: 1300px auto;
	}
	.foot .foot_top{
		padding-top: 73px;
		height: 202px;
	}
	.foot .footer{
		line-height: 58px;
		height: 58px;
	}
	.foot .footer a{
		line-height: 58px;
	}
	.foot .foot_top .fl img{
		width: 230px;
		height: auto;
	}
	.about_01 .fl{
		width: 670px;
	}
	.about_01 .fr{
		width: 600px;
		height: 600px;
	}
	.about_01 .about_desc h3{
		font-size: 33px;
	}
	.package p{
		font-size: 13px;
	}
	.about_02{
		height: 1025px;
		background-size: 1780px auto;
	}
	.about_02 ul li{
		width: 220px;
	}
	.about_02 ul li.list_01{
		top: 55px;
	}
	.about_02 ul li.list_02{
		top: 55px;
		left: 420px;
	}
	.about_02 ul li.list_03{
		left: 215px;
		top: 290px;
	}
	.about_02 ul li.list_04{
		left: 607px;
		top: 300px;
	}
	.about_03{
		height: 700px;
	}
	.about_03 .fl{
		width: 695px;
	}
	.about_03 .fr{
		width: 410px;
		padding-right: 100px;
	}
	.about_03 .fr ul li{
		width: 340px;
		height: 85px;
		margin-bottom: 25px;
	}
	.about_03 .fr ul li h3{
		font-size: 27px;
		line-height: 55px;
	}
	.contact .mid div.fl{
		width: 295px;
		padding-left: 75px;
		padding-top: 80px;
	}
	.contact .mid img.fl{
		width: 550px;
	}
	.contact .mid .fl p{
		font-size: 19px;
	}
	.contact .mid .fl h2{
		font-size: 42px;
		line-height: 80px;
	}
	.contact .mid .fr{
		padding: 45px 45px 0 0;
	}
	.contact .mid .fr img{
		width: 160px;
	}
	.contact .bot{
		width: 1258px;
	}
	.contact .bot li h2{
		font-size: 16px;
	}
}
@media screen and (max-width:1440px) {
	.i_join .i_tit, .i_pro .fr .i_tit{
		padding-top: 50px;
	}
	.i_tit h4{
		padding-bottom: 70px;
	}
	.i_tit h2{
		font-size: 42px;
		line-height: 52px;
	}
	.i_tit h3{
		font-size: 16px;
		line-height: 80px;
	}
	.i_tit a, .i_tit span{
		width: 160px;
		line-height: 44px;
		height: 44px;
		font-size: 12px;
	}
	.i_pro{
		padding: 75px 0 80px;
	}
	.i_pro .fl{
		width: 630px;
	}
	.i_pro .fr{
		width: 505px;
	}
	.i_pro .fl a{
		width: 200px;
		height: 200px;
	}
	.i_pro .fl i{
		width: 80px;
		height: 80px;
		background-size: 100% auto;
		margin: 25px auto 8px auto;
	}
	.i_pro .fl h3{
		font-size: 16px;
	}
	.i_pro .fl p{
		font-size: 12px;
	}
	.foot .foot_top .fl{
		width: 410px;
	}
	.foot{
		height: auto;
		background-size: 1200px auto;
	}
	.foot .foot_top{
		padding-top: 63px;
		height: 180px;
	}
	.foot .footer{
		line-height: 53px;
		height: 53px;
	}
	.foot .footer a{
		line-height: 53px;
	}
	.foot .foot_top .fl img{
		width: 220px;
		height: auto;
	}
	.about_01 .fl{
		width: 600px;
	}
	.about_01 .fr{
		width: 560px;
		height: 560px;
	}
	.about_01 .about_desc h3{
		font-size: 30px;
	}
	.package p{
		font-size: 12px;
	}
	.about_02{
		height: 925px;
		background-size: 1620px auto;
	}
	.about_02 ul li{
		width: 210px;
	}
	.about_02 ul li.list_01{
		top: 35px;
	}
	.about_02 ul li.list_02{
		top: 35px;
		left: 385px;
	}
	.about_02 ul li.list_03{
		left: 200px;
		top: 245px;
	}
	.about_02 ul li.list_04{
		left: 555px;
		top: 255px;
	}
	.about_03{
		height: 640px;
	}
	.about_03 .fl{
		width: 635px;
	}
	.about_03 .fr{
		width: 380px;
		padding-right: 80px;
	}
	.about_03 .fr ul li{
		width: 320px;
		height: 80px;
		margin-bottom: 20px;
	}
	.about_03 .fr ul li h3{
		font-size: 24px;
		line-height: 50px;
	}
	.contact .mid div.fl{
		width: 270px;
		padding-top: 70px;
		padding-left: 60px;
	}
	.contact .mid .fl p{
		font-size: 17px;
	}
	.contact .mid .fl h2{
		font-size: 39px;
		line-height: 75px;
	}
	.contact .mid img.fl{
		width: 530px;
	}
	.contact .mid .fr{
		padding: 40px 40px 0 0;
	}
	.contact .mid .fr img{
		width: 155px;
	}
	.contact .bot{
		width: 1158px;
	}
	.contact .bot li h2{
		font-size: 14px;
	}
}