@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- */
}

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

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

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

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

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

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

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

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

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

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

* {
	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: 85%;
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

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

.gray_bg {
	background-color: #f8f8f8;
}

.white_bg {
	background-color: #fff;
}

body {
	min-height: 100%;
	color: #333;
	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;
}

.clear {
	clear: both;
}


/*top*/

.i_logo {
	position: absolute;
	top: 22px;
	left: 28px;
	z-index: 88;
}

.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);
}

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

.header {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	position: relative;	
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 0 30px;
	min-width: 1200px;
}

.header .logo {
	margin-left: 25px;
	width: 423px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(logo.png);
	margin-top: 20px;
	float: left;
}

.header .logo2 {
	margin-left: 25px;
	width: 202px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(logo2.png);
	margin-top: 33px;
	float: left;
}

.header .logo.b,
.header .logo2.b {
	margin-top: 14px;
	width: 310px;
	height: 50px;
}

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

.header .nav li {
	height: 100%;
	float: left;
	margin-right: 5px;
}
.header .nav .rel li{
	position: relative;
}

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

.header .nav li a.menu_link {
	display: block;
	text-align: center;
	line-height: 90px;
	padding: 0 25px;
	height: 90px;
	font-size: 15px;
	position: relative;
	color: #000;
}

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

.header .nav li a.nav_link b {
	display: block;
	width: 0;
	height: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	bottom: 0;
	background: #c1a25f;
}

.header .nav li a.menu_link b {
	display: block;
	width: 0;
	height: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	bottom: 15px;
	background: #000;
}

.header .nav li a:hover,
.header .nav li a.on {}

.header .nav li a:hover b,
.header .nav li a.on b {
	width: 60%;
}


/*右边导航*/

.openBtn {
	display: block;
	position: fixed;
	top: 30px;
	right: 2%;
	cursor: pointer;
	z-index: 99;
}

.openBtn .lcbody {
	width: 26px;
	height: 15px;
	position: relative;
}

.openBtn .lcbody .lcitem {
	width: 100%;
	height: 1px;
	position: absolute;
	transition: transform 0.36s ease;
}

.openBtn .lcbody .top {
	top: 0;
}

.openBtn .lcbody .center {
	display: block;
	top: 49%;
}

.openBtn .lcbody .bottom {
	top: 100%;
}

.openBtn .lcbody .lcitem div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	background: #999999;
}

.openBtn .lcbody:hover .lcitem.top .rect {
	animation: move 0.4s ease-in-out 1;
}

.openBtn .lcbody:hover .lcitem.center .rect {
	animation: move 0.4s ease-in-out 0.1s 1;
}

.openBtn .lcbody:hover .lcitem.bottom .rect {
	animation: move 0.4s ease-in-out 0.2s 1;
}

@keyframes move {
	0% {
		right: 0;
	}

	40% {
		right: 0;
		width: 0;
	}

	60% {
		right: auto;
		width: 0%;
	}

	100% {
		right: auto;
		width: 100%;
	}
}

.openMenu .openBtn .lcitem.top {
	transform: rotateZ(45deg);
	top: 49%;
}

.openMenu .openBtn .lcitem.center {
	opacity: 0;
}

.openMenu .openBtn .lcitem.bottom {
	transform: rotateZ(-45deg);
	top: 49%;
}

.openMenu .navMini {
	width: 26%;
	min-width: 250px;
	transform: translate3d(0, 0, 0);
}

.navMini {
	transform: translate3d(100%, 0, 0);
}

.navMini {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	box-sizing: border-box;
	font-size: 14px;
	z-index: 10;
}

.navMini .wrapper {
	padding-top: 8vw;
	background: #fff;
	height: 100%;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

#minHcontact {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

#minHcontact p {
	text-align: center;
	height: 100%;
	font-size: 22px;
}

#minHcontact p .telNum {
	position: relative;
	font-size: 18px;
	line-height: 40px;
	color: #555;
	padding-left: 10px;
	border-left: 1px solid rgba(170, 170, 170, 0.2);
	text-align: right;
}

#minHcontact b {
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

#minHcontact p .telNum:before {
	content: "";
	speak: none;
	position: absolute;
	left: -30px;
	bottom: 0;
	display: block;
	width: 20px;
	height: 16px;
	background: url(../images/tel.jpg) no-repeat;
}

.nav_menu {
	border-top: 1px solid #000;
}

.nav_menu_box {
	height: 34vw;
	position: relative;
}

.nav_menu_box ul .navitem {
	color: #333;
	position: relative;
	text-align: center;
}

.nav_menu_box ul .navitem a {
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f0f0f0;
}

.nav_menu_box .navitem a:hover {
	background-color: #f1f1f1;
}

.fa-angle-down {
	position: absolute;
	display: block;
	top: 0;
	right: 8%;
	width: 11px;
	height: 60px;
	background: url(../images/nav_item.png) center no-repeat;
}

.nav_menu_box .navitem .subnav {
	width: 100%;
	position: static;
	height: 0;
	transition: height .36s ease;
	overflow: hidden;
}

.nav_menu_box .navitem .subnav>li a {
	color: #bbb9b9;
	position: relative;
}

.nav_menu_box .navitem .subnav li a:before {
	content: '';
	width: 12px;
	height: 1px;
	display: none;
	background: #dfdfdf;
	position: absolute;
	top: 50%;
	left: 35%;
}


.subnav_nav{
	opacity: 0;
	background: rgba(39, 39, 39, .8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	position: absolute;
	width: 160px;
	margin: 0 auto;
	top: 0;
	left: 160px;
	right: 0;
	height: 0;
	visibility:hidden;
	transition:none;
}

.header .nav li ul.subnav > li:hover .subnav_nav {
	opacity: 1;
	height: auto;
	visibility: inherit;
}

/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	background: rgba(39, 39, 39, .8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	position: absolute;
	width: 160px;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;

}


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

.header .nav li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px  10px ;
	height: 25px;
	line-height: 25px;
	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: 155px;
}

.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: #272727;
	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(search2.png);
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 25px;
}

.header .head_search i.search_bg {
	background-image: url(search2.png);
}

.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: 90px;
	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: #272727;
}

.header .head_search:hover form {
	height: 30px;
	padding: 15px 20px;
}


/*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;
}

.footer {
	line-height: 60px;
	text-align: left;
	color: #bdbdbd;
	clear: both;
	background: #353535;
	overflow: hidden;
}

.footer a {
	display: inline-block;
	float: right;
	line-height: 60px;
	color: #bdbdbd;
}

.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%;
	margin: 0 auto;
}
 */

/* 


.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: 85px 0;
}

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

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

.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: 100%;
}

.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: #272727;
	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: #c1a25f;
}

.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 {
	float: right;
	margin-bottom: 20px;
}

.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: 450px;
	height: 50px;
	margin: 0 auto;
	display: block;
	border-radius: 30px;
	overflow: hidden;
	background: #fff;
}

.pro_search input[type="text"] {
	width: 330px;
	line-height: 50px;
	background: none;
	padding: 0 25px;
	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;
	margin: 0 0 20px 0;
}

.pro_menu .menu_left {
	float: left;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	line-height: 58px;
	margin-bottom: 20px;
}

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

.pro_menu .pro_sub {
	width: 100%;
	float: left;
}

.pro_menu .pro_sub li {
	text-transform: capitalize;
	font-size: 13px;
	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 {
	padding: 4px 30px;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	box-sizing: border-box;
}

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

.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;
	width: 100%;
	padding-bottom: 0px;
	position: absolute;
	background: rgba(39, 39, 39, .8);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	left: 0;
	z-index: 99;
	top: 36px;
	border-radius: 8px;
	overflow: hidden;
}

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

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

.pro_menu .pro_sub li:hover .menu_down {
	display: block;
}
.pro_small_list{
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
}

.pro_small_list a.on {
    font-weight: bold;
    color: #c1a25f;
}
.pro_small_list a {
    float: left;
    margin-right: 40px;
	margin-bottom: 10px;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    color: #999;
}

.pro_small_list a.on i {
    width: 100%;
}

.pro_small_list i {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    display: block;
    background-color: #c1a25f;
    transform: translateX(-50%);
    transition: all .4s;
}
.pro_small_list a:hover i {
    width: 100%;
}

/*产品*/

.pro_recom h3.block {
	padding-bottom: 40px;
	text-align: left;
	font-size: 21px;
	font-weight: normal;
}

.web_prolist,
.pro_recom ul {
	overflow: hidden;
	margin-left: -15px;
	width: calc(100% + 15px );
	min-height: 600px;
}

.web_prolist li,
.pro_recom ul li {
	float: left;
	margin-left: 15px;
	width: calc(20% - 17px );
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	border: 1px solid #ddd;
}

.web_prolist li img,
.pro_recom ul li img {
	display: block;
	margin: 0 auto;
}

.web_prolist li em,
.pro_recom ul li em {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background: #272727;
	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: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.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;
	padding: 0 2%;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*产品内页*/

.pro_left {
	float: left;
	width: 526px;
	height: 526px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #d5d5d5;
}

.pro_right {
	float: right;
	width:calc(100% - 600px);
	overflow: hidden;
	position: relative;
}

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

.pro_right h2 {
	font-size: 30px;
	color: #4b4b4b;
	padding-bottom: 20px;
	line-height: 58px;
}

.pro_right h3 {
	font-size: 18px;
	font-weight: normal;
	color: #4b4b4b;
	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: #272727;
	color: #fff;
	background: #272727;
}

.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: 300px;
	overflow: hidden;
}

.pro_detailed .fr {
	width:calc(100% - 350px);
}

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

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

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

.pro_detailed .fl 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;
}

.top_ad .ad_page {
	overflow: hidden;
	position: relative;
	width: 100%;
	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%;
	padding-bottom: 48%;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.top_ad .ad_page .swiper-button-next,
.top_ad .ad_page .swiper-button-prev {
	background-image: url(are_bg.png);
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
}

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

.top_ad .ad_page .swiper-button-next {
	background-position: -80px 0;
	right: 30px;
	opacity: 1;
}

.top_ad .ad_page .swiper-container .swiper-button-prev:hover,
.top_ad .ad_page .swiper-container .swiper-button-next:hover {
	background-color: #fff;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
	opacity: 1;
}

.swiper1-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

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

.top_ad .ad_page .swiper1-pagination .swiper-pagination-bullet {
	background: none;
	width: 40px;
	opacity: 0.5;
	height: 3px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	text-align: center;
	background: #fff;
	margin: 0 5px;
	border-radius: 0;
}

.top_ad .ad_page .swiper1-pagination .swiper-pagination-bullet-active {
	width: 40px;
	opacity: 1;
	font-size: 30px;
}


/*新闻页面*/

.ex_news {
	min-height: 400px;
}

.ex_news ul li {
	clear: both;
	padding: 25px;
	background: #fff;
	position: relative;
	height: 200px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}
.ex_news ul li:hover{
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
}



.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: #272727;
}

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

.room_list ul li:hover em {
	width: 100%;
}
.room {
	overflow: hidden;
	min-height: 550px;
}
.room li {
	float: left;
	width: 25%;
}

.room li a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	margin: 0 12px 35px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.3);
}

.room li .box-img {
	position: relative;
	padding-top: 63.69427%;
	overflow: hidden;
}

.room li .box-img img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.room li:hover .box-img img {
	opacity: .9;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.room li h3 i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: -2px;
	background-image: url(../images/tit_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.room_info {
	padding: 15px 0 10px;
	text-align: center;
}

.room_info h3 {
	font-size: 18px;
	font-weight: normal;
}

.room_info p {
	padding-top: 5px;
	font-family: 'Arial';
	color: #888;
	text-transform: capitalize;
	line-height: 1;
}


.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 #272727;
	text-align: center;
	color: #272727;
	border-radius: 5px;
	line-height: 45px;
}

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

.room li:hover .fr span {
	background: #272727;
	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: #272727;
}

.room_show .fr {
	width: 1020px;
}

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

.room_show .fr ul {
	width: 1044px;
	margin-left: -24px;
}

.room_show .fr ul li {
	float: left;
	width: 235px;
	margin: 0 0 24px 24px;
	text-align: center;
	border: 1px solid #d5d5d5;
}

.big_list {
	padding-bottom: 35px;
}

.big_list h2 {
	font-size: 20px;
	color: #595959;
	margin-bottom: 30px;
	font-weight: normal;
}

.big_list h2 span {
	font-size: 14px;
	color: #c5c5c5;
}

.big_list ul {
	width: calc(100% + 10px);
	margin-left: -10px;
}

.big_list li {
	display: block;
	float: left;
	text-align: center;
	text-transform: capitalize;
	width: calc(20% - 12px );
	border: 1px solid #d5d5d5;
	margin: 0 0 10px 10px;
	position: relative;
	background: #fff;
}

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

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

.big_list li h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	line-height: 1.6;
}

.big_list li h3 i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: -2px;
	background-image: url(../images/tit_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}


.big_list li p {
	font-size: 13px;
	display: block;
	color: #b8b9ba;
	line-height: 1.6;
}

.big_list li em {
	display: block;
	width: 0%;
	z-index: 1;
	left: 50%;
	bottom: 0;
	height: 1px;
	transform: translateX(-50%);
	background: #764b35;
	background-size: 100% 100%;
	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: calc(50% - 20px);
	margin-right: 20px;
	padding-bottom: 30px;
}

.join_msg .msg_mobie {
	width: calc(50% - 20px);
	padding-bottom: 30px;
	position: relative;
}

.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: 0 auto;
	border: 1px solid #fff;
	background: #764b35;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.join_msg input[type="submit"]:hover {
	background: #333;
	border-color: #c69d81;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.join_msg input[type="text"] {
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	color: #999;
	padding: 0 20px;
	text-align: left;
	line-height: 50px;
	background: #eee;
	box-sizing: border-box;
}

.join_msg textarea {
	display: block;
	float: left;
	padding: 20px;
	line-height: 24px;
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	background: #eee;
	margin-bottom: 20px;
}

.i_tit {
	position: relative;
	padding: 0 0 40px;
}

.i_tit h3 {
	color: #764b35;
	font-size: 28px;
	padding-bottom: 5px;
	line-height: 32px;

}

.i_tit p {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
		font-family: 'GothamExLight';
}

.more {
	color: #000;
}

.more:hover {
	color: #272727;
}

.i_box {
	width: 100%;
	background: url(../images/i_menu.jpg) no-repeat center;
	overflow: hidden;
}



.video-next,
.video-prev {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	cursor: pointer;
	opacity: 0;


}

.video-next:hover,
.video-prev:hover {
	background-color: #764b35;
}


.video-next {
	right: 0;
	background: #3b3b3b url(../images/video-next.png);
	background-position: -5px;
}

.video-prev {
	left: 0;
	background: #3b3b3b url(../images/video-prev.png);
	background-position: -5px;
}

.i_video_button {
	position: absolute;
	width: 100%;
	right: 0;
	height: 50px;
	top: 50%;
	margin-top: -25px;
}



.i_menu {
	padding-top: 50px;
	box-sizing: border-box;
	padding-bottom: 50px;
}

.i_menu .i_tit {
	text-align: left;
}

.tit_icon {
	background: url(../images/tit_icon.png) no-repeat top left;
	padding-left: 50px;
}

.i_menu .i_tit h3 {
	color: #333;
}

.i_menu .swiper-container {
	width: 100%;
}

.i_menu .swiper-slide {
	text-align: center;
	position: relative;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}

.i_menu .container {
	margin-top: 50px;
	height: 50px;
}

.i_menu .swiper-pagination {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.i_menu .swiper-pagination-bullet {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 5px;
	background: 0;
	position: relative;
	color: rgba(255, 255, 255, 0);
	transition: all 0.36s ease-out;
}

.i_menu .swiper-pagination-bullet-active,
.i_menu .swiper-pagination-bullet:hover {
	color: #333;
	opacity: 1;
}

.i_menu .swiper-pagination-bullet:hover::after,
.i_menu .swiper-pagination-bullet-active::after {
	opacity: 1 !important;
	width: 48px !important;
	height: 48px !important;
}

.i_menu .swiper-pagination-bullet:hover::before,
.i_menu .swiper-pagination-bullet-active::before {
	opacity: 0;
}

.i_menu .swiper-pagination-bullet::before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.36s ease-out;
}

.i_menu .swiper-pagination-bullet::after {
	content: "";
	width: 24px;
	height: 24px;
	border: 1px solid #bdbdbd;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.36s ease-out;
}

.i_menu .swiper-slide .pro_img {
	float: left;
	overflow: hidden;
	width: 48%;
}

.i_menu .swiper-slide .pro_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.i_menu .swiper-slide a {
	width: 100%;
}

.i_menu .swiper-slide:hover {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
}

.i_menu .swiper-slide:hover .pro_img img {
	transform: scale(1.09, 1.09);
	-moz-transform: scale(1.09, 1.09);
	-webkit-transform: scale(1.09, 1.09);
	-o-transform: scale(1.09, 1.09);
}

.i_menu .swiper-slide:hover .pro_font h3 {
	color: #764b35;
}

.i_menu .swiper-slide:hover .pro_font span {
	background: #c1a25f;
	color: #fff;
	border-color: #c1a25f;
}

.i_menu .pro_font {
	position: absolute;
	text-align: left;
	top: 50%;
	left: 54%;
	width: 35%;
	margin-top: -90px;
}

.i_menu .pro_font h3 {
	color: #333;

	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 30px;
}

.i_menu .pro_font p {
	color: #868686;
	height: 84px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.i_menu .pro_font span{
	font-size: 14px;
	border-radius: 50px;
	border: 1px solid #ccc;
	padding:15px 40px ;
}

.pro_button {
	height: 0;
	top: 31%;
	position: absolute;
	width: 100%;
	margin: 0;
	z-index: 99;
}

.i_menu .swiper-button-next,
.i_menu .swiper-button-prev {
	background-image: url(are_bg1.png);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	background-size: 110px;
}

.i_menu .swiper-button-prev {
	background-position: 4px 4px;
	left: 15.5%;
	opacity: 1;
}

.i_menu .swiper-button-next {
	background-position: -52px 4px;
	right: 15.5%;
	opacity: 1;
}

.i_menu .swiper-container .swiper-button-next:hover {
	background-color: #d3b366;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
	opacity: 1;
	background-position: -52px -52px;
}

.i_menu .swiper-container .swiper-button-prev:hover {
	background-color: #d3b366;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
	opacity: 1;
	background-position: 4px -52px;
}

.i_join {
	padding-top: 185px;
	height: 725px;
	box-sizing: border-box;
}

.i_join .fr {
	margin-top: 150px;
}

.i_join h1 {

	color: #333;
	font-size: 44px;
	line-height: 54px;
}

.i_join h2 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 1;
	margin: 20px 0 10px;
}

.i_join span {
	color: #999;
	margin-bottom: 85px;
	display: block;
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
}

.more {
	display: block;
	width: 180px;
	height: 48px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	border: 3px solid #434343;
	border-radius: 40px;
}

.more:hover {
	color: #434343;
	background: #fff;
	border-color: #fff;
}

.i_about {
	width: 100%;
	height: 621px;
	background: url(../images/i_about.jpg) center no-repeat #ededed;
}

.about_info {
	width: 47%;
	padding-top: 50px;
}

.about_info h1 {
	font-weight: normal;
	line-height: 1;
	font-size: 40px;
	color: #000;
	margin-bottom: 15px;
}

.about_info .icon-list {
	padding-top: 70px;
	font-size: 0;
	text-align: center;
}



.about_info .icon-list .icon {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.about_info .icon-list .h4 {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	padding-top: 30px;
	padding-bottom: 8px;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

.about_info .icon-list li:hover .icon {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.about_info .icon-list li:hover .h4 {
	color: #764b35;
}




.about_info ul li {
	display: inline-block;
	width: 150px;
	text-align: center;
}

.about_info ul li:last-child {
	margin-right: 0;
}


.about_info .about_more {
	color: #555;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 10px 40px;
    margin-top: 50px;
    float: left;
    margin-left: 66px;
}

.about_info .about_more:hover {
	color: #fff;
	background: #c1a25f;
	border-color: #c1a25f;
}


/*首页新闻*/

.i_news {
	padding: 60px 0 85px;
	overflow: hidden;
	background-color: #f8f8f8;
}

.i_news ul {
	width:100%;
}

.i_news li {
	float: left;
	margin-right: 122px;
    width: calc((100% - 122px)/2);
	position: relative;
}
.i_news li:nth-child(2n) {
    margin-right: 0;
}
.news_img {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.news_img div {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-size: cover;
	background-position: center;
}

.news_desc {
	padding-top: 40px;
	overflow: hidden;
}


.news_desc .news_c {
	float: left;
	width: 70%;
	padding-left: 50px;
	box-sizing: border-box;
}

.news_desc .news_time {
	float: left;
	background: #333;
	color: #fff;
	min-width: 60px;
	font-family: 'GothamExLight';
	padding: 20px 24px;
}

.news_desc .news_time span,
.news_desc .news_time p {
	color: #fff;
}

.news_desc .news_time span {
	display: block;
	font-size: 22px;
}

.news_desc .news_c h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 20px;
}

.news_desc .news_c p {
	color: #999;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	margin-bottom: 35px;
	overflow: hidden;
}

.news_desc .news_c i {
	display: block;
	width: 38px;
	height: 2px;
	background: #0e0509;
}


.i_news li:hover .news_desc::before {
	opacity: 1;
	width: 48px;
}


.i_news li:hover .news_desc .news_c {
	padding-left: 60px;

}

.i_news li:hover .news_desc .news_time {
	background: #764b35;
}



.news_desc::before {
	border-top: 1px solid #764b35;
	width: 0px;
	position: absolute;
	left: 75px;
	z-index: 3;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	top: 54px;
}

.news_desc::before {
	content: "";
	display: inline-block;
	height: auto;
	vertical-align: middle;
}







.i_news .swiper-slide:hover .news_img div,
.faq ul li:hover .news_img div {
	transform: scale(1.05, 1.05);
}

.i_news .swiper-slide:hover .news_desc i,
.faq ul li:hover .news_desc i {
	width: 525px;
}

.news-next,
.news-prev,
.skill-next,
.skill-prev {
	position: absolute;
	top: 252px;
	width: 30px;
	height: 40px;
	cursor: pointer;
}

.news-next {
	right: -50px;
	background: url(../images/news-next.png);
}

.news-prev {
	left: -50px;
	background: url(../images/news-prev.png);
}

.skill-next {
	right: -50px;
	background: url(../images/skill-next.png);
}

.skill-prev {
	left: -50px;
	background: url(../images/skill-prev.png);
}


.join_01 {
	width: 100%;
	height: 1087px;
	background: url(../images/join_01.jpg) center no-repeat;
}

.join_01 p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}

.join_01 h3 {
	line-height: 64px;
	font-size: 40px;
	font-weight:bold;
	color: #fff;
}
.join_kitchen {
	width: 100%;
	background: url(../images/join_kitchen.jpg) top center no-repeat;
	padding-top: 280px;
	padding-bottom: 150px;
}

.join_kitchen_c li{
	background: #fff;
	float: left;
	width: calc((100% - 40px)/3);
	padding:60px 50px;
	min-height: 330px;
	box-sizing: border-box;
	box-shadow: 0 4px 30px 0px rgba(0, 0, 0, 0.1);
	margin-top: -30px;
	margin-right: 20px;
	border-radius: 10px;
}
.join_kitchen_c li h2{
	line-height: 36px;
	font-size: 24px;
	margin-bottom: 15px;
	color: #764b35;
	
}
.join_kitchen_c li p{
	line-height: 30px;
	font-size: 16px;
}

.join_kitchen_c li:nth-child(3n) {
    margin-right: 0;
}


.join_02 {
	width: 100%;
	padding-top: 150px;
	background: url(../images/join_02.jpg) top center no-repeat;
}

.join_02 .container {
	box-sizing: border-box;
}

.join_02 ul {
	width: 100%;
	background: url(../images/join_02_img.png) top center no-repeat;
	background-size: 100%;
}

.join_02 ul ol {
	text-align: center;
}

.join_title {
	padding: 40px 0 50px;
	margin-bottom: 20px;
}

.join_title h3 {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	line-height: 35px;
}

.join_title p {
	color: #afafaf;
	font-size: 28px;
	line-height: 25px;
}
.join_02 ul .fl {
		width: 350px;
		padding-top: 20px;
}
.join_02 ul .fr {
		width: 350px;
		padding-top: 20px;
}
.join_02 ul li {
	float: left;
	margin: 0 0;
	margin-bottom: 98px;
}
.join_02 .margin-b{
	margin-bottom: 76px;
}
.join_02 ul li h3 {
	color: #333;
	font-size: 20px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 13px;
}

.join_02 ul li p {
	color: #777;
	height: 84px;
	line-height: 28px;
}

.join_03 {
	width: 100%;
	height: 1126px;
	background: url(../images/join_03.jpg) center no-repeat;
}

.join_03 ul {
	margin-bottom: 80px;
}

.join_03 ul li {
	float: left;
	margin-right: 20px;
}

.join_03 ul li:last-child {
	margin-right: 0;
}

.join_03 .agency p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
	line-height: 30px;
}

.join_03 .agency {
	padding-bottom: 90px;
	border-bottom: 1px solid #494949;
}

.join_04 {
	width: 100%;
	padding: 70px 0 ;
	box-sizing: border-box;
	background: url(../images/join_04.jpg) center no-repeat;
}

.join_04 ul {
}

.join_04 ul li {
	float: left;
	width: 284px;
	text-align: center;
	padding: 0 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.join_04 ul li h3 {
	line-height: 36px;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 16px;
}

.join_04 ul li p {
	color: #777;
	font-size: 14px;
	line-height: 26px;
}

.join_05 {
	width: 100%;
	padding: 70px 0;
	background: #f5f5f5;
}
.join_05_bg{
	height: 572px;
	width: calc(100% - 700px);
	float: left;
	background: #f3f2f0 url(../images/join_05.jpg) center no-repeat;
}
.join_05 .fr {
	width: 650px;
	padding-top: 90px;
}

.join_info h3 {
	color: #333;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 12px;
}

.join_info p {
	color: #828282;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 26px;
}

.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;
}

.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: #272727;
	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;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.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;
}

.recom_page {
	height: 604px;
	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;
	height: 545px;
}

.recom_page a.big_img {
	width: 470px;
	height: 550px;
	overflow: hidden;
	z-index: 1;
}

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

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

.recom_page .recom-list .big_tit {
	padding: 90px 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 #272727;
	color: #272727;
	width: 110px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}

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

.recom_page .recom-list ul li {
	width: 217px;
	height: 266px;
	float: left;
	text-align: center;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-right: 10px;
}

.recom_page .recom-list ul li:last-child {
	margin-right: 0;
}

.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 {
	float: right;
}

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

.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 {
	float: left;
}

.big_0 em,
.big_2 em,
.big_4 em,
.big_6 em,
.big_8 em,
.big_10 em {
	right: 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);
}

.ban {
	width: 100%;
	height: 592px;
	background-repeat: no-repeat;
	background-position: center;
}

.about_01 {
	width: 100%;
	background: #fff;
}

.about_01 .fl {
	width: 47%;
}

.about_01 .fr {
	padding-top: 0px;
}

.about_desc {
	padding: 55px 0;
	border-bottom: 1px solid #d7d6d7;
	margin-bottom: 50px;
}

.about_desc p {
	line-height: 32px;
}

.about_list {
	float: left;
	margin-top: 25px;
	width: 100%;
}

.about_list li {
	float: left;
	width: calc((100% - 40px)/5);
	margin-right: 10px;
	overflow: hidden;
}

.about_list li:last-child {
	margin-right: 0;
}

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

.about_list li img {
	vertical-align: bottom;
}

.about_02 {
	width: 100%;
	background: #f5f5f5;
}

.about_02 .fr {
	width: 675px;
	padding-top: 45px;
}

.concept {
	padding-top: 30px;
}

.concept h4 {
	color: #000;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 15px;
}

.concept p {
	color: #000;
	line-height: 26px;
}

.concept ul {
	padding: 40px 0;
}

.concept ul li {
	float: left;
	margin-right: 35px;
}

.concept ul li img {
	display: block;
	margin: 0 auto;
}

.concept_list ul{width: 100%;}

.concept_list ul li .concept_listc {
	padding: 20px;
	background: #fff;
}

.concept_list ul li {
	float: left;
	width: 458px;
	width: calc((100% - 20px)/3);
	margin: 0 10px 25px 0;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}

.concept_list ul li:nth-child(3n) {
	margin-right: 0;
}

.concept_list ul li h3 {
	font-weight: normal;
	line-height: 1;
	font-size: 20px;
	color: #454545;
	margin-bottom: 10px;
}

.concept_list ul li p {
	line-height: 28px;
	color: #6b6b6b;
}
.concept_list ul li:hover img{
	    transform: scale(1.05, 1.05);
}
.concept_list ul li img{
	width: 100%;
    display: block;
}




.about_03 {
	width: 100%;
	height: 690px;
	background: url(../images/about_03_bg.jpg) center no-repeat;
}

.about_03 .fr {
	padding-top: 145px;
	width: 500px;
	float: left;
}

.about_03 .fr .i_tit h3 {
	color: #333;
}

.about_03_con p {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.about_03_con i {
	width: 20px;
	display: block;
	height: 2px;
	background: #764b35;
	margin-bottom: 30px;
}

.about_03_con span {
	display: block;
	color: #7a7b7b;
	line-height: 26px;
	margin-bottom: 100px;
}

.service {
	width: 100%;
	padding-bottom: 65px;
	background: #e5e5e5;
}

.service_font {
	width: 100%;
	height: 753px;
	background: url(../images/service_bg.jpg) center no-repeat;
}

.service_font ul {
	float: right;
	width: 745px;
	padding-top: 60px;
}

.service_font ul li {
	position: relative;
	height: 175px;
	padding-left: 155px;
}

.service_font ul li i {
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #272727;
	position: absolute;
	top: 0;
	left: 0;
}

.service_font ul li h4 {
	font-weight: normal;
	line-height: 1;
	font-size: 18px;
	color: #000;
	margin-bottom: 18px;
}

.service_font ul li p {
	line-height: 30px;
	color: #8a898a;
}

.faq ul li {
	float: left;
	width: calc((100% - 50px)/2);
	margin-right: 30px;
	margin-bottom: 50px;
}

.faq ul li:nth-child(2n) {
	margin-right: 0;
}

.faq ul li .news_desc span,
.faq ul li .news_desc h3 {
	color: #000;
}

.contact {
	width: 100%;

}
.contact ul {margin-top: 50px;}
.contact ul li {
	float: left;
	box-sizing: border-box;
}

.contact ul li:nth-child(1) {
	width: 36%;
	border-right: 1px solid #dcdcdc;
}

.contact ul li:nth-child(2) {
	width: 35%;
	padding-top: 20px;
	box-sizing: border-box;
	padding-left: 8%;
	border-right: 1px solid #dcdcdc;
}

.contact ul li:nth-child(3) {
	width: 20%;float: right;

}

.contact ul li h2 {
	color: #000;
	font-size: 40px;
	line-height: 60px;
	font-weight: normal;
}

.contact ul li h3 {
	line-height: 1;
	font-size: 27px;
	font-weight: normal;
	color: #764b35;
	margin-bottom: 30px;
}

.contact ul li p {
	color: #707070;
	line-height: 26px;
	font-size: 14px;
}

.contact ul li img {
	display: block;
	width: 100px;
	margin: 0 auto;
}

.contact ul li span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #000;
	line-height: 2;
}
.contact img{width: 100%;}
.con_tit {
	padding: 50px 0;
}

.con_tit h2 {
	color: #555;
	font-size: 26px;
	line-height: 1;
	font-weight: normal;
}

.con_tit h2 span {
	color: #bbb;
	font-size: 18px;
}

.msg form {
	display: block;
	width: 100%;
	padding: 40px 0 0;
	overflow: hidden;
}

.msg .fl {
	width: 40%;
}
.msg .fr {
	width: 58%;
}
.msg .formitem {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 15px;
}

.msg .fl input {
	display: block;
	border: 0;
	background: #f5f5f5;
	padding: 0 20px;
	width: 100%;
	line-height: 48px;
	box-sizing: border-box;
}

.msg .fl em {
	position: absolute;
	left: 0;
	bottom: 0;
}

.msg .fr textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	line-height: 24px;
	height: 172px;
	background: #f5f5f5;
	border: 0;
}

.msg input[type="submit"] {
	display: block;
	width: 200px;
	height: 48px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 35px;
	color: #5d5d5d;
	font-size: 15px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #5d5d5d;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.msg input[type="submit"]:hover {
	background: #c1a25f;
	color: #fff;
	border: 3px solid #c1a25f;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}

.skill {
	background: url(../images/skill_bg.jpg) top no-repeat;
	background-color: #202123;
}

.skill .i_tit h3 {
	color: #fff;
}

.skill_01 ul li {
	padding: 18px;
	background: #353535;
	overflow: hidden;
	margin-bottom: 30px;
}

.skill_01_font {
	padding-top: 135px;
	width: 500px;
	padding: 135px 72px 0;
	box-sizing: border-box;
}

.skill_01_font h3 {
	font-size: 32px;
	line-height: 54px;
	color: #fff;
}

.skill_01_font p {
	font-size: 16px;
	line-height: 32px;
	color: #858585;
}

.skill_02 ul li {
	float: left;
	width: 329px;
	margin-right: 28px;
}

.skill_02 ul li:last-child {
	margin-right: 0;
}

.skill_02 ul li div {
	width: 329px;
	height: 270px;
	padding: 28px;
	background: #151515;
	box-sizing: border-box;
}

.skill_02 ul li div h3 {
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	font-weight: normal;
}

.skill_02 ul li div p {
	color: #919191;
	line-height: 24px;
}

.maintain ul li {
	background: #353535;
	padding: 50px;
	margin-bottom: 18px;
	transition: all .3s ease-out 0s;
	position: relative;
}

.maintain li:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.maintain li h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	padding-bottom: 15px;
}

.maintain li p {
	color: #999;
	line-height: 30px;
}

.skill_04 {
	width: 100%;
}

.skill_04 .news_desc h3 {
	color: #fff;
}

.skill_04 .news_desc i {
	background: #fff;
}

.skill_04 a:hover .news_desc i {
	width: 525px;
}

.skill_04 a:hover .news_img div {
	transform: scale(1.05, 1.05);
}

.product_top {
	padding-top: 80px;
	background: #eae6e0;
}

.i_pro {
	padding: 80px 0;
}

.i_pro .pro_img {
	overflow: hidden;
}

.i_pro .pro_img img {
	width: 100%;
	vertical-align: bottom;
}

.i_pro .pro_info {
	position: relative;
	padding: 25px 30px;
}

.i_pro .pro_info h3 {
	color: #606060;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}

.i_pro .pro_info p {
	font-size: 14px;
	color: #d3d3d3;
	line-height: 26px;
}

.i_pro .pro_info:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #764b35;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.i_pro .swiper-slide {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.i_pro .swiper-slide:hover {
	box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.14);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_pro .swiper-container:hover .i_video_button .video-next,
.i_pro .swiper-container:hover .i_video_button .video-prev {
	opacity: 1;
}


.i_pro .swiper-slide a:hover img {
	transform: scale(1.05, 1.05);
}

.i_pro .swiper-slide a:hover .pro_info:after {
	width: 100%;
}

.i_foot {
	padding: 80px 0 50px;
	overflow: hidden;
}



.product-home-hd {
	overflow: hidden;
}

.product-home-hd .box-wrap {
	float: left;
	width: 50%;
}

.product-home-hd .box {
	display: block;
	overflow: hidden;
	margin: 0 5px 12px;
	padding: 20px 0 20px 20px;
	background-color: #fff;
}

.product-home-hd .left {
	float: left;
	width: 50%;
}

.product-home-hd .box-img {
	position: relative;
	padding-top: 79.78723%;
	overflow: hidden;
}

.product-home-hd .box-img img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-home-hd .box-info {
	overflow: hidden;
	padding: 80px 50px 0;
}

.product-home-hd .cn {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-bottom: 20px;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	text-align: left;
}

.product-home-hd .p {
	text-align: justify;
	font-size: 13px;
	line-height: 26px;
	color: #888;
display: -webkit-inline-box;
}

.product-home-title {
	padding-bottom: 45px;
	text-align: center;
}

.product-home-title .title {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}

.product-home-title .icon {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	width: 40px;
	height: 40px;
	background-image: url(../images/tit_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.product-home-title .cn {
	text-align: left;
	font-weight: bold;
	font-size: 27px;
	color: #764b35;
}

.product-home-title .en {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: normal;
}

.product-home-hd .cn i {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	vertical-align: -5px;
	background-image: url(../images/tit_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.product-home-hd .box:hover .box-img img {
	opacity: 0.9;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.product-home-hd .box:hover .cn {
	color: #764b35;
}


/*全屏图片切换*/

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
}

.slick-list {
	z-index: 0;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	outline: none;
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	background-color: rgba(0, 0, 0, .5);
	outline: none;
	border: none;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -16.5px;
	text-indent: 100px;
	overflow: hidden;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}
.news_dslick:hover .slick-prev,.news_dslick:hover .slick-next {
    opacity: 1;
}
.slick-next:hover,.slick-prev:hover{
    background-color: #764b35;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
}

.slick-next{
	right: 50px;
    background-image: url(../images/skill-next.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
	background-size: 30px;
	background-position: 5px;
		opacity: 0;
	
}
.slick-prev{
	    background-image: url(../images/skill-prev.png);
	    width: 40px;
	    height: 40px;
	    background-repeat: no-repeat;
	    cursor: pointer;
	    border-radius: 50%;
	    overflow: hidden;
		background-size: 30px;
		background-position: 5px;
		left: 50px;
		opacity: 0;
}
.slick-dots {
	height: 10px;
	line-height: 1;
	position: absolute;
	width: 100%;
	bottom: 20px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
}

.slick-dots li {
	display: inline-block !important;
	vertical-align: top;
	border-radius: 10px;
	cursor: pointer;
	width: 10px;
	overflow: hidden;
	height: 10px;
	background: #d4d4d4;
	box-sizing: border-box;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 6.5px;
}

.slick-dots li button {
	background: none;
	border: none;
	outline: none;
	font-size: 0;
}
#qb_collection_img_mask{ display: none!important;}
.slick-dots li.slick-active,
.i_nslick .slick-dots li.slick-active {
	overflow: hidden;
	background: #c1a25f;
}

.news_dslick .slick-slide {
	cursor: pointer;
	opacity: .3;
}

.news_dslick .slick-dots {}

.news_dslick .slick-slide {
	cursor: pointer;
	opacity: .3;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

.news_dslick .slick-center,
.news_dslick .slick-slide:hover {
	opacity: 1;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

.news_dslick .slick-center {
	cursor: default;
}

.news_dslick {
	margin: 90px auto 0;
	
}

.slick-track:after {
	clear: both;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.news_dslick .img {
	padding: 0 0;
	box-sizing: border-box;
}

.slick-initialized .slick-slide {
	display: block;
}

.news_dslick .slick-center {
	cursor: default;
}

.news_dslick .slick-center,
.news_dslick .slick-slide:hover {
	opacity: 1;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}




/*全屏图片切换end*/

.room_menu {
	position: relative;
	background: #f4f4f4;
	overflow: hidden;
	padding: 100px 0;
}

.room_menu .menu_tite {
	width: 800px;
	position: relative;
	overflow: hidden;
	float: left;

}

.room_menu .menu_tite h3 {
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 14px;
	margin-top: 0px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	letter-spacing: 1px;
	color: #764b35;
	overflow: hidden;
	position: relative;
}

.room_menu .menu_tite p {
	font-weight: normal;
	font-size: 14px;

	color: #878787;
	line-height: 28px;

}

.room_menu .menu_tite h3 i {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	vertical-align: -5px;
	background-image: url(../images/tit_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.room_product {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}

.room_product .menu_tite {
	width: 800px;
	position: relative;
	overflow: hidden;
	float: left;

}

.room_product .menu_tite h3 {
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 14px;
	margin-top: 0px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	letter-spacing: 1px;
	color: #764b35;
	overflow: hidden;
	position: relative;
}


.room_product .menu_tite h3 i {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	vertical-align: -5px;
	background-image: url(../images/tit_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.room_product ul {
	overflow: hidden;
	margin-left: -15px;
	width: calc(100% + 15px);
	min-height: 300px;
}

.room_product ul li {
	float: left;
	margin-left: 15px;
	width: calc(33.333% - 15px);
	margin-bottom: 25px;
	background: #fff;
	position: relative;
}

.room_product ul li img {
	display: block;
	margin: 0 auto;
	height: 330px;
}



.room_product ul li:hover {
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.room_product ul li:hover span {
	color: #fff;
	background: #764b35;
}

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

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

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

.room_product ul li span {
	display: block;
	width: 100%;
	line-height: 50px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	background: rgba(0,0,0,.2);
	bottom: 0;
}












.room_join {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
	background: #f4f4f4;
}

.room_join .menu_tite {
	width: 800px;
	position: relative;
	overflow: hidden;
	float: left;

}

.room_join .menu_tite h3 {
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 14px;
	margin-top: 0px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	letter-spacing: 1px;
	color: #764b35;
	overflow: hidden;
	position: relative;
}
.room_join .menu_tite h3 span{
	font-size: 14px;
	display: block;
	margin-left: 33px;
	color: #888888;
	margin-top: 10px;
}

.room_join .menu_tite h3 i {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	vertical-align: -5px;
	background-image: url(../images/tit_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.room_join .msg .fl{width: calc(100% - 200px);}
.room_join .msg .fl input{
	background: #fff;
	width: 100%;
}

.room_join .msg .formitem{ width:calc((100% - 30px)/3); margin-right: 10px;}
.room_join .msg .formitem:last-child{margin-right:0}

.room_join .msg .msg_sub{width: 200px; margin-right: 0;}
.room_join .msg input[type="submit"]{
	border-radius: 0;
	border: 0;
	background: #c1a25f;
	color: #fff;
}

@media all and (max-width:1640px) {
	.join_02 ul li {

	    margin-bottom:67px;
	}
	.join_02 .margin-b{
		margin-bottom: 55px;
	}
}
@media all and (max-width:1440px) {
	.join_02 ul li {

	    margin-bottom:60px;
	}
	.join_02 .margin-b{
		margin-bottom: 45px;
	}
}



/*产品下拉*/
.header_bg .list{
	top: 80px;
}

.list {
	position: absolute;
	top: 91px;
	left: 0;
	padding-top: 1px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .2);
	z-index: -1;
	display: none;
}

.list .content_warp {
    box-sizing: border-box;
    position: relative;
    height: 100%;
	max-width: 1230px;
	    margin: 0 auto;
	    padding: 0 15px;
}

.header .nav li:hover .list {
    display: block;
}

.list .list_content {
    padding-top: 9px;
}

.list .list_content {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 100%;
    padding-top: 4px;
    margin-left: 92px;
    box-sizing: border-box;
    position: relative;
}

 .list .nav_third_content {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    box-sizing: border-box;
}




.index_pronew {
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 30px 50px;
	overflow: hidden;
}

.index_pronew .horizontal {
	z-index: 99;
	width: 160px;
	margin: 0 auto;
	float: left;
	position: relative;
	padding-top: 20px;
}
.index_pronew .horizontal li{
	width: 100%;
}
.index_pronew .horizontal li a.b{
	line-height: 50px;
}

.index_promenu {
	clear: both;
	width: 100%;
	line-height: 40px;
	height: 40px;
	margin-bottom: 30px;
}

.index_promenu ul li {
	float: left;
	width: 150px;
	padding: 10px 0 30px;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.index_promenu ul li a.on,
.index_promenu ul li a:hover {
	color: #333;
}

.index_promenu ul li .menu_down {
	display: none;
	padding-bottom: 0px;
	position: absolute;
	left: 0;
	z-index: 99;
	top: 146px;
	padding-top: 30px;
	background: #fff;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
}

.index_promenu ul li:hover {
	margin-top: -10px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.index_promenu ul li:hover .menu_down {
	display: block;
}

.index_left {
	float: left;
	width: 484px;
}


#tab-1,
#tab-2,
#tab-3,
#tab-4,
#tab-5,
#tab-6,
#tab-7,
#tab-8,
#tab-9,
#tab-10,
#tab-11,
#tab-12{
	float: left;
}

.tablist {
	border-left: 1px solid #eee;
	padding-left: 40px;
	width: calc(60% - 160px);
	padding-top: 30px;
	box-sizing: border-box;
}

.index_promenu_ul {
	margin-top: 30px;
	position: relative;
}

.tablist .index_promenu_t {
	position: relative;
	line-height: 1;
	width: 100%;
	
}

.tablist .index_promenu_t h2 {
	font-size: 16px;
	float: left;
	color: #764b35;
}

.tablist .index_promenu_t .more {
	float: right;
	font-family: 'brandontext-regular';
	font-size: 14px;
	color: #333;
}

.tablist .index_promenu_t .more:hover {
	color: #bca47c;
}

.index_promenu_ul ul {
	float: left;
	width: 100%;
	min-height: 280px;
}

.index_promenu_ul a {
	padding: 0;
	height: auto !important;
	line-height: inherit!important;
	display: block;
}

.index_promenu_ul ul li {
	float: left;
	width: 24%;
	text-align: left;
	background: #fff;
	margin-bottom: 10px;
	position: relative;
	padding: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


.index_promenu_ul ul li:last-child {
	margin-right: 0;
}

.index_promenu_ul ul li img {
	margin-top: 0px;
	transition: all 0.6s;
	width: 100%;
}

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


.index_promenu_ul .another_t h4 {
	font-size: 14px;
	color: #969696;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 20px;
}

.index_promenu_ul .another_t p {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	font-family: 'brandontext-regular';
	line-height: 40px;
}

.index_promenu_ul .another_t p:hover{
	    color: #764b35;
}

.index_promenu_i {
	width: 30px;
	height: 30px;
	float: left;
	padding-top: 8px;
	padding-right: 20px;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.index_promenu_i img {
	width: 100%;
	transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}

.active .index_promenu_i img{
	position: relative;
	 left: -32px;
	 border-right: 32px solid transparent;/*必不可少*/
	-webkit-filter: drop-shadow(32px 0 0 #764b35);
	filter: drop-shadow(32px 0 0 #764b35);
	
}


.index_promenu_t {
	line-height: 1;
	font-size: 14px;
	float: left;
	line-height: 50px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: #000;
}
.active .index_promenu_t{
	color: #764b35;
}


.horizontal li:hover .index_promenu_i{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding-left: 5px;
}

.index_left_t {
	line-height: 1;
	font-size: 20px;
	padding: 20px 0;
	width: 100%;
	float: left;
}

.index_promenu_ul .more {
	float: right;
	padding-right: 20px;
}

.index_promenu_small {
	float: left;
	padding-left: 20px;
}

.index_promenu_small a {
	padding-right: 20px;
}

.nav_links a {
	float: left;
	padding: 0 10px;
	color: #999;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nav_links i {
	float: left;
	color: #999;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.product_nav {
	background: #eee;
	overflow: hidden;
}


.nav_img{
	float: right;
	padding-top: 30px;
	width: 35%;
}
.nav_img div{
	width: 49%;
	margin-left: 1%;
	float: left;
	text-align: center;	
}

.nav_img div h2{
	font-weight: normal;
	margin-top: 10px;
	font-size: 18px;
	
}
.header .nav .nav_img a.b{
	line-height: inherit;
}




.ex_news {
	clear: both;
	width: 100%;
}

.ex_news ul {
}

.ex_news ul li {
	clear: both;
	margin-bottom: 25px;
	margin-top: 25px;
	overflow: hidden;
	background: #fff;
	position: relative;
	height: 262px;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border-bottom: 1px solid #eee;
}

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

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

.ex_news ul li .ex_news_img {
	float: left;
	width: 400px;
	height: 262px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.ex_news ul li .img_box {
	width: 400px;
	height: 262px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: cover;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .ex_news_info {
	float: left;
	width: 600px;
	position: absolute;
	top: 60px;
	left: 480px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

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

.ex_news ul li .ex_news_info span {
	padding-top: 30px;
	display: block;
	color: #999;
	font-size: 16px;
}



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

.ex_news ul li .ex_news_date item {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/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 .ex_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: #000;
}

.ex_news ul li:hover .ex_news_info {
	padding-left: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li:hover .ex_news_date font {
	color: #000;
}

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

.ex_news ul li:hover .img_box {
	transform: scale(1.1, 1.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}




@media (max-width: 1400px){
	.index_promenu_ul ul li{
		width: 24%;
	}
	
	.index_pronew{
		padding: 30px 50px;
	}
	
	
	.tablist {
	    width: calc(64% - 160px);
	}
	
	.header .nav li a.nav_link{
		padding: 0 5px;
	}
	
	.header .logo{
		width: 360px;
	}
	
}




.apply .con {
	margin-top: 12px;
	min-height: 600px;
}


.apply .con  div{
	transition:none
}

.apply .con li {
	background: #fff;
	border: 1px solid #eee;
	float: none;
	padding: 44px 44px 16px 44px;
	margin-bottom: 8px;
	overflow: hidden;
}

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

.apply .con .tit {
	font-size: 26px;
	line-height: 28px;
	color: #333;
	display: block;
	padding-bottom: 25px;
}

.apply .con .tit span {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	border-radius: 50px;
	height: 30px;
	margin-right: 20px;
	float: left;
	color: #fff;
	background-color: #858585;
}

.apply .con .on span {
	background-color: #db261d;
	color: #333;
}

.apply .con .downup {
	width: 28px;
	height: 28px;
	background: url("../css/add.png") no-repeat;
	background-size: 100% 100%;
}

.apply .con .downup.z {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Safari and Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	-moz-transform: rotate(45deg);
	transition: transform 0.5s;
}

.apply .con .downup.b {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-webkit-transform: rotate(0deg);
	/* Safari and Chrome */
	-o-transform: rotate(0deg);
	/* Opera */
	-moz-transform: rotate(0deg);
	transition: transform 0.5s;
}

.apply .detaile {
	padding-bottom: 30px;
	display: none;
	width: 100%;
}

.apply .detaile h3 {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	font-weight: normal;
	padding-top: 23px;
}

.apply .detaile .p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.store-about {
	    width: 100%;
	    padding: 70px 0;
	background: #ebe8e3;
}

.store-about .swiper-container {
	padding: 15px;
}

.store-about .swiper-slide a {
	padding: 20px;
	background: #fff;
	overflow: hidden;
	display: block;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
}

.store-about .swiper-slide a p {
	font-size: 20px;
	text-align: center;
	padding: 20px 0 10px;
}

.store-about .swiper-slide .store-img {
	overflow: hidden;
}

.store-about .swiper-slide .store-img img {
	width: 100%;
}

.store-about .swiper-slide .store-img img:hover {
	transform: scale(1.05, 1.05);
}



.pro-next,
.pro-prev,
.news-next,
.news-prev,
.work-prev,
.work-next,
.endor-prev,
.endor-next,
.faq-prev,
.faq-next,
.video-prev,
.video-next{
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-image: url(ad_ctrs.png);
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	cursor: pointer;
}

.pro-next,
.endor-next,
.faq-next,
.video-next{
	margin-left: 10px;
	background-position: 0 -60px;
}

.news-next,
.news-prev,
.work-prev,
.work-next,
.endor-prev,
.endor-next,
.faq-prev,
.faq-next,
.video-prev,
.video-next{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 99;
}

.news-prev,
.work-prev,
.endor-prev,
.faq-prev,
.video-prev{
	left: -80px;
}

.news-next,
.work-next,
.endor-next,
.faq-next,
.video-next{
	right: -80px;
	background-position: -60px 0px;
}

.pro-prev:hover,
.news-prev:hover,
.work-prev:hover,
.endor-prev:hover,
.faq-prev:hover,
.video-prev:hover{
	background-color: #19325b;
	background-position: 0px -60px;
}

.pro-next:hover,
.news-next:hover,
.work-next:hover,
.endor-next:hover,
.faq-next:hover,
.video-next:hover{
	background-color: #19325b;
	background-position: -60px -60px;
}




@media screen and (max-width:1440px) {

	.pro-next,
	.pro-prev,
	.news-next,
	.news-prev,
	.work-next,
	.work-prev,
	.endor-prev,
	.endor-next,
	.faq-prev,
	.faq-next,
	.video-prev,
	.video-next{
		width: 50px;
		height: 50px;
	}

	.pro-next,
	.news-next,
	.work-next,
	.endor-next,
	.faq-next,
	.video-next{
		    background-position: -65px -5px;
	}


	.news-prev,
	.work-prev,
	.endor-prev,
	.faq-prev,
	.video-prev{
		left: -50px;
		 background-position: -5px -5px;
	}

	.news-next,
	.work-next,
	.endor-next,
	.faq-next,
	.video-next{
		right: -50px;
	}
	
	
	
	.pro-next:hover,
	.news-next:hover,
	.work-next:hover,
	.endor-next:hover,
	.faq-next:hover,
	.video-next:hover{
		background-color: #19325b;
		background-position: -65px -65px;
	}
	
	.pro-prev:hover,
	.news-prev:hover,
	.work-prev:hover,
	.endor-prev:hover,
	.faq-prev:hover,
	.video-prev:hover{
		background-color: #19325b;
		background-position: -5px -65px;
	}
	
}

