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

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

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

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

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

.pb20 {
	padding-bottom: 20px;
}

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

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

body {
	min-width: 1200px;
	min-height: 100%;
	color: #333;
	font-size: 14px;
	font-family: "PingFang SC", "Source Han Sans CN", "Microsoft YaHei", "Helvetica Neue", Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #f5f5f5;
}

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

body a {
	text-decoration: none;
	color: #555;
}

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

body em {
	font-style: normal;
}

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

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


/*cql*/

.ficont {
	margin-top: 150px;
	padding: 20px;
	width: 500px;
	height: 180px;
	background-image: url(../images/bg.png);
	margin-left: auto;
	margin-right: auto;
}

.ficont .title {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	color: #f5f9f9;
	padding-top: 15px;
}

.ficont .content {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	color: #f5f9f9;
}

.ficont .button {
	margin-top: 10px;
	padding: 5px 0;
	width: 100px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #abcd03;
}

.en_con .list {
	float: left;
	width: 440px;
	/*height: 230px;*/
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #3898a9;
	padding: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.en_con .list .title {
	width: 100%;
	height: 100px;
	display: block;
}

.en_con .list .title .img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid #3898a9;
	display: block;
	float: left;
}

.en_con .list .title .img img {
	border-radius: 100%;
	width: 90px;
	padding: 5px;
}

.en_con .list .title .display {
	float: left;
	width: 300px;
	color: #03859a;
	padding: 30px 10px;
}

.en_con .list .content {
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	padding: 10px 0px;
	width: 100%;
	height: 100px;
	line-height: 150%;
	display: block;
}

.wd {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 35%;
	bottom: 400px;
	width: 580px;
	height: 180px;
	background-color: #fff;
	border-radius: 10px;
	display: none;
	clear: both;
	padding: 20px;
	z-index: 10000;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

body.wd-show #wd-container {
	display: block;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

body.wd-show #wd-dialog-mask-pc {
	display: block;
}

#wd-dialog-mask-pc {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(235, 219, 196, 0.5);
	;
	z-index: 9999;
	display: none;
}

.wd .img {
	float: left;
	width: 120px;
	height: 170px;
}

.wd .img img {
	width: 120px;
	height: 170px;
}

.wd .con {
	float: left;
	width: 400px;
	padding: 0px 20px;
}

.wd .con .title {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px #DDDDDD solid;
	line-height: 150%;
	font-size: 14px;
}

.wd .con .content {
	padding: 10px 0px;
	line-height: 150%;
}


/*简易*/

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

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

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

.w100 {
	width: 100%;
}

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

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

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


/*top*/

.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	height: 30px;
	float: left;
	width: 223px;
	background: url(logo_b.png) no-repeat;
	margin-top: 28px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .logo.b {
	background: url(logo_b.png) no-repeat;
	height: 30px;
	margin: 22px 0 0 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;
	padding-left: 100px;
}

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

.mouseon {
	background: #fff!important;
}

.mouseon .header .nav li a {
	color: #333;
}

.mouseon .header .nav li a {
	color: #333;
}

.mouseon .changge_language a {
	color: #333 !important;
}

.mouseon .search-box .submit {
	background: url(../images/wel13_1.png) no-repeat bottom;
}

.b .search-box .submit {
	background: url(../images/wel13_1.png) no-repeat bottom;
	top: 28px;
}

.header .nav li a {
	display: block;
	padding: 0 22px;
	text-align: center;
	line-height: 80px;
	height: 80px;
	font-size: 15px;
	position: relative;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a.b {
	height: 70px;
	line-height: 70px;
	width: auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	color: #000;
}

.header .nav li a b {
	display: block;
	width: 100%;
	height: 0%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}

.header .nav li a font {
	z-index: 1;
}

.header .nav li a:hover {
	color: #00734c;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	height: 100%;
}

.header .lang {
	width: auto;
	position: absolute;
	right: 0;
	top: 34px;
}

.header .lang.b {
	top: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .lang li {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.header .lang li a {
	color: #000;
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	border: 1px #000 solid;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
}

.header .lang li a:hover,
.header .lang li a.on {
	background: #000;
	color: #fff;
}

.header .nav li .down {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -185px;
	background: #fff;
	box-shadow: 0px 3px 5px #888;
	padding: 0 30px;
	transition: all 0.3s;
	filter: alpha(opacity=0);
	/* IE */
	-moz-opacity: 0;
	/* 老版Mozilla */
	-khtml-opacity: 0;
	/* 老版Safari */
	opacity: 0;
	z-index: -1;
	top: -480px;
}

.header .nav li .down ol {
	width: 340px;
	margin-left: -30px;
	height: auto;
	float: left;
	padding-bottom: 10px;
}

.header .nav li .down ol li {
	width: 140px;
	margin-left: 30px;
	padding-top: 20px;
	cursor: pointer;
	float: left;
	text-align: center;
}

.header .nav li .down ol li span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.header .nav li .down ol li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: left;
	font-size: 13px;
}

.header .nav li .down ol li a:hover {
	text-decoration: underline;
	background: none;
	color: #000;
}

.header .nav li:hover .down {
	filter: alpha(opacity=10000);
	/* IE */
	-moz-opacity: 100;
	/* 老版Mozilla */
	-khtml-opacity: 100;
	/* 老版Safari */
	opacity: 100;
	top: 70px;
}

.b .header .nav li:hover .down {
	top: 60px;
}


/*flash*/

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

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

.cn_pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 906px;
	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: 906px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 906px;
	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: 2000px;
	-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: rgba(255, 255, 255, .9);
	cursor: default;
	width: 20px;
}

.web_f {
	width: 100%;
	height: 525px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.web_nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #000 solid;
	color: #666;
	margin: 40px 0;
	position: relative;
}

.web_nav li {
	float: left;
	min-width: 110px;
	text-align: center;
	height: 50px;
	cursor: pointer;
	padding: 0 15px;
}

.web_nav li:hover,
.web_nav li.on {
	color: #fff;
	background: #000;
}

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

.web_nav li a {
	display: block;
	width: auto;
	height: 100%;
	color: #000;
	line-height: 50px;
}

.web_nav span {
	position: absolute;
	right: 0;
	color: #999;
	line-height: 50px;
	top: 0px;
}


/*产品*/

.web_prolist {
	overflow: hidden;
	margin-left: -20px;
	width: 1220px;
	min-height: 300px;
}

.web_prolist li {
	float: left;
	margin-left: 20px;
	width: 283px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
	position: relative;
	border: 1px solid #eee;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

.web_prolist li:hover {
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

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

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

.web_prolist li img {
	display: block;
	width: 280px;
	margin: 0 auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.web_prolist li span {
	display: block;
	width: 100%;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #666;
}


/*分页*/

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

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

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

.ra {
	color: #000;
}

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

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

.red {
	color: #ff0000;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-top: 30px;
	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;
}


/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c81e62129, endColorstr=#c8e62129);
	background: rgba(230, 0, 18, .8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(235, 219, 196, .1);
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 71px;
	left: 0;
}

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

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

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

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

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

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

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


/*新闻页面*/

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

.ex_news ul {
	overflow: hidden;
}

.ex_news ul li {
	clear: both;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background: #fff;
	position: relative;
	height: 195px;
	margin-bottom: 30px;
	cursor: pointer;
}

.ex_news ul li:last-child {
	margin-bottom: 0px;
}

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

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

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

.ex_news ul li .ex_news_info h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 18px;
	display: block;
	width: 100%;
	font-weight: normal;
	padding-bottom: 15px;
	color: 666;
}

.ex_news ul li .ex_news_info p {
	height: 50px;
	line-height: 25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
	color: #999;
	font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news_show_content h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	padding-top: 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);
}

.ser_c {
	line-height: 36px;
	font-size: 14px;
	margin-bottom: 40px;
}

.maintain {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 40px;
}

.maintain li {
	background: #fff;
	padding: 40px;
	margin-bottom: 20px;
	border: 1px solid #d5d5d5;
	transition: all .3s ease-out 0s;
	position: relative;
}

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

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

.maintain p,
.quality p {
	padding-bottom: 20px;
	color: #777;
	line-height: 35px;
}

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

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


/*weini*/

.nav_menu {
	clear: both;
	width: 100%;
	line-height: 35px;
	height: 35px;
	margin-bottom: 20px;
}

.nav_menu ul {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.nav_menu ul li {
	float: left;
	position: relative;
	margin-right: 20px;
}

.nav_menu ul li a {
	display: block;
	float: left;
	padding: 0 20px;
	color: #444444;
	font-size: 14px;
	line-height: 35px;
	z-index: 1;
	position: relative;
}

.nav_menu ul li:hover em,
.nav_menu ul li a.on em {
	height: 100%;
}

.nav_menu ul li a em {
	display: block;
	z-index: -1;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
}

.nav_menu ul li a.on,
.nav_menu ul li:hover a {
	color: #fff;
}

.nav_menu .nav_links {
	float: right;
}

.nav_menu .nav_links a {
	float: left;
	padding: 0 10px;
	color: #999;
	display: inline-block;
	height: 60px;
	line-height: 50px;
	max-width: 310px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

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

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

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

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

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

.package p,
.pro_package p {
	color: #666;
	line-height: 2;
}


/*made*/

.made {
	padding: 60px 0;
	background: #f9f9f9;
	position: relative;
}

.made .made_title {
	text-align: center;
	line-height: 1;
	margin: 0;
	animation-delay: 0.1s;
}

.made .made_title h2 {
	font-size: 28px;
	font-weight: normal;
	color: #444444;
}

.made .made_title p a {
	margin-top: 20px;
	float: left;
}

.made .made_title .exlist {
	margin-top: 30px;
}

.made .made_title .exlist li {
	float: left;
	position: relative;
	height: 403px;
	overflow: hidden;
}

.right20 {
	margin-right: 20px;
	margin-bottom: 20px
}

.exlist a .prodcut_info {
	width: 100%;
	height: 100%;
	background: rgba(235, 219, 196, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
}

.exlist a .prodcut_info div {
	position: relative;
	top: 50%;
	margin-top: -15px;
}

.exlist a .prodcut_info p.prodcut_title {
	margin-top: 10px;
	color: rgba(235, 219, 196, 0);
	font-size: 16px;
	transition: all ease-out .3s;
}

.exlist a .prodcut_info p.prodcut_text {
	margin-top: 10px;
	color: rgba(235, 219, 196, 0);
	font-size: 12px;
	transition: all ease-out .3s;
}

.exlist li:hover .prodcut_info {
	background: rgba(235, 219, 196, .8);
}

.exlist li:hover .prodcut_info p.prodcut_title {
	margin-top: 0px;
	color: #fff;
	font-size: 16px;
}

.exlist li:hover .prodcut_info p.prodcut_text {
	margin-top: 0px;
	color: #b7b7b7;
}

.exlist li::after {
	content: '';
	width: 28px;
	height: 28px;
	background: url(../images/jt1.png);
	margin-left: -14px;
	margin-top: 0px;
	position: absolute;
	top: 0%;
	left: 50%;
	z-index: 10;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}

.exlist li:hover::after {
	margin-top: 30px;
	top: 52%;
	opacity: 1;
}

.exlist a .prodcut_info p {
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

.exlist li:hover img {
	transform: scale(1.2, 1.2);
}

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

.bgShow {
	background-repeat: no-repeat;
	background-size: auto;
}

.container_t {
	margin-top: 50px;
	width: 100%;
	text-align: center;
}

.container_t h2 {
	font-family: helvetica;
	color: #454545;
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
}

.container_t p {
	font-size: 24px;
	color: #5f5f5f;
}

.product_menu {
	clear: both;
	width: 100%;
	border-bottom: 0px solid #a5251c;
	overflow: hidden;
	line-height: 40px;
	margin: 40px 0 0 0;
}

.product_menu ul {
	float: left;
}

.product_menu ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

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

.product_menu ul li a {
	display: block;
	float: left;
	padding: 0 16px;
	color: #444444;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	line-height: 40px;
	border: 1px solid #b9b9b9;
	background: #fff;
}

.product_menu ul li a.on {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.product_menu ul li a:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}


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

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

.list-box a.list-item {
	padding: 0 15px 0 16px;
	color: #666;
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	border-right: 1px solid #ccc;
	display: inline-block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: pointer;
}

.list-box a:hover {
	color: #8a211d;
}

.pro_type {
	width: 100%;
	padding-left: 3%;
	min-width: 1200px;
	padding-bottom: 60px;
	overflow: hidden;
	position: ;
}

.pro_type ul li {
	width: 23%;
	height: auto;
	background: none;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	float: left;
	position: relative;
}

.pro_type ul li a.list_item {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.type_img {
	overflow: hidden;
}

.typeshow .type_img img {
	height: auto;
	overflow: hidden;
	float: none;
	width: 100%;
	height: auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pro_type ul li a:hover img {
	transform: scale(1.08, 1.08);
}

.pro_type ul li a .pro_info {
	width: 100%;
	height: 100%;
	background: rgba(235, 219, 196, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
	font-family: "microsoft yahei";
}

.pro_type ul li a .pro_info {
	opacity: 0;
}

.pro_type ul li a:hover .pro_info {
	opacity: 1;
}

.pro_type ul li a .pro_info div {
	height: 100%;
	background: rgba(138, 33, 29, 0.8);
	top: 0px;
	margin-top: 0px;
	position: relative;
}

.pro_type ul li a .pro_info:after {
	content: '';
	display: block;
	border: 1px solid rgba(255, 255, 255, .5);
	position: absolute;
	top: 0px;
	left: -1px;
	margin: 2%;
	width: 96%;
	height: 96%;
}

.pro_type ul li a .pro_info .pro_tit {
	padding: 40% 50px 0;
	text-align: center;
	transform: scale(1.4, 1.4);
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	width: auto;
	transition: all ease-out .3s;
}

.pro_type ul li a .pro_info p {
	color: #fff;
	text-align: center;
}

.pro_type ul li:hover a .pro_info .pro_tit {
	transform: scale(1, 1);
}

.pro_type ul li a .pro_info .sub_tit {
	font-family: "Helvetica";
	text-align: center;
	margin-top: 5px;
	transform: scale(1.4, 1.4);
	color: #fff;
	padding: 0 50px;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all ease-out .3s;
	width: auto;
}

.pro_type ul li:hover a .pro_info .sub_tit {
	transform: scale(1, 1);
}

.pro_type ul li a .pro_info .description {
	text-align: center;
	transform: scale(1.4, 1.4);
	color: #fff;
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 70%;
	padding: 0 20px;
}

.pro_type ul li a .pro_info .description {
	text-align: center;
	margin: 5% auto;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.pro_type ul li:hover a .pro_info .description {
	transform: scale(1, 1);
}

.pro_type ul li a .pro_info div:after {
	content: '';
	width: 160px;
	height: 37px;
	display: block;
	position: absolute;
	top: 65%;
	left: 50%;
	margin-left: -81px;
	background: transparent url(../images/icon.png) no-repeat 70px 9px;
	transition: all 0.3s ease-out 0s;
	margin-top: -10px;
	border: 1px solid rgba(255, 255, 255, .5);
	transform: scale(1.4, 1.4);
}

.pro_type ul li:hover a .pro_info div:after {
	transform: scale(1, 1);
}

.container_bg {
	background: #fbfbfb;
}

.swiper-container {
	width: 385px;
	height: 300px;
	float: left;
	margin: 0 100px !important;
}

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


/*产品列表*/

.list_box {
	overflow: hidden;
	padding: 80px 0 60px 0;
	border-bottom: 1px solid #d5d5d5;
}

.list_box:first-of-type {
	padding-top: 0;
}

.list_box:last-of-type {
	border-bottom: 0;
}

.list_box .list_box_left {
	float: left;
	width: 372px;
}

.list_box .list_box_left h3 {
	text-transform: uppercase;
	color: #000;
	font-family: arial;
	font-size: 20px;
	padding-top: 70px;
}

.list_box .list_box_left h4 {
	font-size: 18px;
	font-weight: normal;
	color: #585858;
	line-height: 40px;
}

.list_box .list_box_right,
.list_box .new_right {
	float: left;
	width: 828px;
}

.list_box .new_right ul li {
	float: left;
	margin-left: 20px;
	width: 256px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}

.list_box .new_right ul li:hover {
	box-shadow: 0 6px 10px rgba(235, 219, 196, .1);
}

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

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

.list_box .new_right ul li img {
	display: block;
	width: 200px;
	margin: 30px auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.list_box .new_right ul li:hover span {
	color: #000;
}

.list_box .new_right ul li span {
	display: block;
	width: 100%;
	padding: 10px 0;
	line-height: 25px;
	color: #666;
	text-align: center;
	font-size: 14px;
}

.list_box .list_box_right ul li {
	width: 256px;
	height: 185px;
	background-image: url(logo.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-left: 18px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #eee;
}

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

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

.list_box_right ul li:hover span {
	bottom: 0;
}

.list_box_right ul li span {
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
	left: 0;
	bottom: -100px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	background: rgba(32, 118, 172, 0.9);
}

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

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

.pro_menu .menu_left {
	width: 900px;
	float: left;
	color: #00734c;
}

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

.pro_menu .search {
	float: right;
	width: 280px;
	margin-top: 10px;
}

.pro_menu .search .search_input {
	display: block;
	float: right;
	width: 200px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #00734c;
	color: #999;
	padding: 0 10px;
	text-align: left;
}

.pro_menu .search .reset_input {
	display: block;
	float: right;
	text-align: center;
	line-height: 42px;
	height: 42px;
	color: #fff;
	width: 42px;
	cursor: pointer;
	background: #00734c url(../images/wel13.png) no-repeat center;
}

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

.pro_menu .pro_sub a {
	font-size: 14px;
	padding: 0 15px;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	line-height: 14px;
}

.pro_menu .pro_sub a:last-of-type {
	border-right: 0;
}

.pro_menu .pro_sub a:hover {
	color: #000;
}

.propage {
	display: table;
	margin: 30px auto;
	border: solid 1px #00734c;
	background: #00734c;
}

.noneDone {
	padding: 0 40px;
	line-height: 42px;
	color: #fff;
}

.propage a {
	padding: 0 40px;
	line-height: 42px;
	color: #fff;
}

.propage a:hover img {
	padding-left: 25px;
}

.propage img {
	vertical-align: middle;
	padding-left: 8px;
}

.preview {
	width: 535px;
	float: left;
}


/* smallImg */

.smallImg {
	position: relative;
	height: 115px;
	margin-top: 25px;
	width: 535px;
	overflow: hidden;
	float: left;
}

.scrollbutton {
	width: 14px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	float: left;
	cursor: pointer;
	top: 50%;
	margin-top: -25px;
}

.scrollbutton.smallImgUp,
.scrollbutton.smallImgUp.disabled {
	background: url(../images/d_08.png) no-repeat;
	left: 0;
}

.scrollbutton.smallImgDown,
.scrollbutton.smallImgDown.disabled {
	background: url(../images/d_09.png) no-repeat;
	right: 0;
}

#imageMenu {
	height: 115px;
	width: 535px;
	margin-left: 0;
	float: left;
}

#imageMenu li {
	height: 115px;
	width: 115px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-left: 25px;
}

#imageMenu li:first-of-type {
	margin-left: 0;
}

#imageMenu li img {
	width: 113px;
	height: 113px;
	cursor: pointer;
	border: 1px solid #eee;
}

#imageMenu li#onlickImg img,
#imageMenu li:hover img {
	border: 1px solid #8cb79b;
}


/* bigImg */

.bigImg {
	position: relative;
	float: left;
	width: 533px;
	height: 533px;
	overflow: hidden;
	border: 1px solid #eee;
}

.bigImg #midimg {
	width: 400px;
	height: 400px;
	margin: 67.5px auto;
	display: block;
}

.bigImg #winSelector {
	width: 235px;
	height: 210px;
}

#winSelector {
	position: absolute;
	cursor: crosshair;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
	background-color: #000;
	border: 1px solid #fff;
}


/* bigView */

#bigView {
	position: absolute;
	border: 1px solid #959595;
	overflow: hidden;
	z-index: 999;
}

#bigView img {
	position: absolute;
}


/*header_menu*/

.sub-menu.show {
	opacity: 1;
	top: 142px;
	visibility: inherit;
}

.header_bk .topdown {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
	width: 100%;
	position: absolute;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 99;
	display: none;
	overflow: hidden;
	padding: 30px 0;
	border-top: 1px solid #eee;
	transition: none !important;
}

.header_bk .topdown .head_left {
	float: left;
	width: 245px;
}

.nav-sub-title {
	padding-bottom: 22px;
	position: relative;
	margin-bottom: 25px;
}

.nav-sub-title .cn {
	font-size: 22px;
	color: #333;
	line-height: 34px;
}

.nav-sub-title .en {
	font-size: 12px;
	color: #666;
	line-height: 22px;
	text-transform: uppercase;
}

.nav-sub-title .line {
	position: absolute;
	width: 40px;
	background-color: #000;
	overflow: hidden;
	height: 1px;
	bottom: 0;
	left: 0;
}

.nav-sub-p {
	margin-bottom: 45px;
	font-size: 13px;
	color: #616161;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.nav-sub-more {
	display: block;
	width: 148px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border: 1px solid #000000;
	font-size: 12px;
	color: #3C3C3C;
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.nav-sub-more:hover {
	background-color: #000000;
	color: #FFF;
}

.header_bk .topdown ul {
	float: right;
	width: 880px;
}

.header_bk .topdown ul li {
	display: block;
	float: left;
	width: 391px;
	border-left: 1px solid #E2E2E2;
	height: 100px;
}

.header_bk .topdown ul .padding_top {
	padding: 0 0 32px 48px;
}

.header_bk .topdown ul .padding_bot {
	padding: 32px 0 0 48px;
}

.header_bk .topdown ul .border_top {
	border-bottom: 1px solid #E2E2E2;
}

.header_bk .topdown ul .head_img {
	float: left;
	width: 174px;
	height: 100px;
	overflow: hidden;
}

.header_bk .topdown ul li .t {
	position: relative;
	float: left;
	width: 145px;
	margin-left: 50px;
	line-height: 100px;
	font-size: 14px;
	color: #000;
}

.header_bk .topdown ul li b {
	position: absolute;
	display: block;
	width: 10px;
	height: 100px;
	top: 0;
	right: 0;
	background-image: url(nav_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: 0.6s ease all;
	transition: 0.6s ease all;
}

.header_bk .topdown ul li:hover b {
	right: 15px;
}

.header_bk .topdown ul li.left {
	opacity: 1;
	left: 0;
}

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

.header_bk .topdown ul li a span {
	display: block;
	width: 100%;
	text-align: left;
	color: #555;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.header_bk .topdown ul li:hover .t {
	color: #000;
}

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

#head_d li p {
	width: 165px;
	height: 118px;
	overflow: hidden;
}

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


/*底部漂浮*/

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

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

.supmenu .sup_lines {
	padding: 10px 0 15px 0;
	color: #000;
	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;
}

.header_bk .topdown ul li a.pro_list_img {
	display: block;
	width: 165px;
	height: 118px;
	overflow: hidden;
}

.header_bk .topdown ul .pro_list span {
	display: block;
	width: 100%;
	text-align: left;
	color: #555;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.pro_list a.nav_small {
	font-size: 12px;
	color: #999;
}

.pro_list a.nav_small:hover {
	color: #000;
	text-decoration: underline;
}

.pro_right {
	float: right;
	width: 600px;
	overflow: hidden;
	position: relative;
	min-height: 522px;
}

.pro_right h2 {
	font-size: 25px;
	line-height: 50px;
}

.pro_right p {
	border-bottom: 1px solid #d5d5d5;
	font-size: 14px;
	color: #000;
	line-height: 40px;
}

.pro_right h3 {
	display: block;
	width: 100%;
	height: 40px;
	text-align: left;
	color: #333;
	float: left;
	line-height: 40px;
	border-bottom: 1px solid #d5d5d5;
	font-weight: normal;
	font-size: 18px;
	margin: 15px 0;
}

.pro_right .pro_intro {
	width: 100%;
	clear: both;
	min-height: 100px;
}

.pro_right .pro_intro li {
	color: #999999;
	line-height: 26px;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 50%;
}

.pro_right .pro_infor2,
.pro_right .pro_infor2 {
	width: 100%;
	clear: both;
}

.pro_right .pro_infor2 li,
.pro_right .pro_infor2 li {
	color: #999999;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 100%;
}

.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: 24px;
	font-weight: normal;
	border-bottom: 1px solid #d5d5d5;
}

.pro_detailed .fl {
	width: 1200px;
}

.pro_detailed .fr {
	width: 250px;
}

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

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

.pro_detailed .fr ul li em {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background: #00734c;
	width: 40px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-radius: 0px 12px 12px 0px;
	z-index: 9;
}

.pro_detailed .fr ul li span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 40px;
	background: #fff;
	color: #666;
}

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

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

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

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

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

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

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

.video_show {
	width: 1000px;
	height: 720px;
	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,
.video_show video{
	width: 100%;
	height: 500px;
}

.changge_language a {
	float: right;
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 100%;
	display: block;
	margin-top: 26px;
	margin-left: 8px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.changge_language a.a_scroll {
	color: #000;
	border-color: #000;
}

.changge_language a:hover {}

.pro_qrcode {
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: 0;
	right: 0;
}

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

.menu_down a:hover i {
	opacity: 1;
}

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

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

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

.menu_down a.pro_menu:hover {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: #fff;
	background-color: #333;
}

.menu_down a.ck {
	background-color: #333;
	color: #fff;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.menu_down a.ck i {
	opacity: 1;
}

.nav_menu ul li .menu_down {
	display: none;
	padding-bottom: 0px;
	position: absolute;
	background: #666;
	left: 0;
	z-index: 99;
	top: 70px;
}


/*首页新闻*/

.i_news {
	width: 100%;
	clear: both;
	background: #fff;
	overflow: hidden;
	padding: 50px 0 0 0;
	position: relative;
}

.i_news .news_left {
	float: right;
	width: 560px;
}

.i_news .news_left .left_img {
	overflow: hidden;
	width: 560px;
	height: 185px;
}

.i_news .news_left .left_img div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.i_news .news_left:hover .left_img div {
	transform: scale(1.03, 1.03);
}

.i_news .news_left:hover h3,
.i_news .news_right ul li:hover h3 {
	color: #000;
}

.i_news a h3 {
	width: 100%;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.i_news .news_left h3,
.i_news .news_right ul li h3 {
	line-height: 60px;
	color: #333;
	font-size: 18px;
}

.i_news .news_left h2 {
	padding-bottom: 25px;
}

.i_news .news_left h2,
.i_news .news_right ul li h2 {
	line-height: 1;
	font-size: 24px;
	color: #898989;
	font-weight: normal;
}

.i_news .news_left p,
.i_news .news_right ul li p {
	line-height: 2;
	color: #7b7b7b;
}

.i_news .news_right ul li p {
	width: 470px;
}

.i_news .news_left p {
	width: 500px;
}

.i_news .news_right {
	float: left;
	width: 570px;
}

.i_news .news_right ul li {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 30px;
	margin-bottom: 82px;
}

.i_news .news_left a.news_more {
	width: 200px;
	height: 45px;
	display: block;
	text-align: center;
	color: #666;
	line-height: 45px;
	text-transform: uppercase;
	margin-top: 25px;
	z-index: 1;
	position: relative;
	border: 1px solid #d5d5d5;
}

.i_news .news_left a.news_more em {
	display: block;
	width: 0;
	height: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}

.i_news .news_left a.news_more:hover {
	color: #fff;
	border-color: #000;
}

.i_news .news_left a.news_more:hover em {
	width: 100%;
}


/*用户登陆*/

.containers {
	width: 100%;
	margin: 0 auto;
	margin-top: 555px;
	background: #f8f8f8;
	overflow: hidden;
	position: relative;
}

.apply {
	clear: both;
	width: 840px;
	min-height: 300px;
	padding-top: 40px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.apply .apply_sub {
	width: 200px;
	background: #252766;
	color: #fff;
	height: 45px;
	text-align: center;
	border: 1px solid #252766;
	margin: 0 auto;
	float: none;
	line-height: 45px;
	padding: 0;
}

.formitem {
	min-height: 56px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
	right: 0;
	float: left;
}

.formitem:after {
	content: '';
	display: table;
	clear: both;
}

.formitem > .label {
	width: 100px;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: #eee;
	color: #666;
}

.formitem > .container {
	width: 420px;
	min-height: 56px;
	overflow: hidden;
}

.formitem > .notice {
	width: 100%;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}

.formitem > .container input {
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding: 0 10px !important;
}

.formitem > .container input:hover,
.formitem > .container textarea:hover {
	border: 1px solid #b5b5b5 !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formitem > .container input:focus,
.formitem > .container textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #696969;
	border-color: #2076ac !important;
	background-color: #fff;
	outline: 0
}

.formitem > .container input[type="text"] {
	width: 400px;
	height: 56px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #eee;
	border-radius: 2px;
}

.formitem > .container input[type="password"] {
	width: 400px;
	height: 56px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0 10px;
	border-radius: 2px;
}

.formitem > .container textarea {
	width: 400px;
	height: 80px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0 18px;
	resize: none;
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formitem > input[type="submit"] {
	width: 400px;
	height: 56px;
	background: #00734c;
	color: #fff;
	font-family: "microsoft yahei", arial;
	font-size: 16px;
	cursor: pointer;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
}

.formitem > input[type="submit"]:hover {
	background: #00734c;
}

.Validform_checktip {
	margin-left: 0px;
	font-size: 13px;
	width: 100%;
	float: left;
	height: 17px;
	padding-top: 6px;
}

.Validform_right {
	color: #44b549;
}

.Validform_wrong {
	color: #2076ac;
}

.i_list {
	background: #fff;
	position: relative;
	padding: 40px 0;
}

.aut {
	clear: both;
}

.aut li {
	padding: 20px 30px;
	border-bottom: 1px solid #eee;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	margin-top: 15px;
}

.aut li .aut_img {
	float: left;
	width: 204px;
	height: 124px;
	border: 1px solid #eee;
	overflow: hidden;
}

.aut li:hover .aut_imgs {
	transform: scale(1.05, 1.05);
}

.aut li .aut_imgs {
	width: 204px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.aut li .aut_info {
	float: right;
	width: 880px;
	color: #666;
}

.aut li .aut_info h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
}

.aut li .aut_info p {
	line-height: 20px;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
}

.aut li .aut_info em {
	display: block;
	padding-top: 30px;
}

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

.aut li:hover {
	background: #eee;
}

.aut li:hover .aut_info {
	color: #000;
}

.qua_img {
	width: 205px;
	height: 125px;
	float: left;
}

.qua_info {
	width: 960px;
	float: right;
	line-height: 30px;
	color: #666;
	padding-top: 20px;
}

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

.aut_top {
	padding: 20px;
	border-bottom: 1px solid #eee;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 15px;
}

.aut_top .aut_img {
	float: left;
	width: 204px;
	height: 124px;
	border: 1px solid #eee;
	overflow: hidden;
}

.aut_top .aut_imgs {
	width: 204px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.aut_top .aut_info {
	float: right;
	width: 950px;
	color: #666;
}

.aut_top .aut_info h3,
.qua h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
}

.aut_top .aut_info p {
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

.qua h3 {
	text-transform: uppercase;
	font-size: 22px;
	padding: 15px 0;
	color: #000;
	font-weight: normal;
}

.web_pro {
	width: 1220px;
	margin-left: -20px;
}

.web_pro li {
	float: left;
	width: 224px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.web_pro li .pro_img {
	width: 224px;
	height: 224px;
	overflow: hidden;
	position: relative;
}

.index_tit {
	text-align: center;
	padding-bottom: 30px;
	overflow: hidden;
	width: 100%;
}

.index_tit i {
	display: block;
	width: 15px;
	height: 3px;
	background: #e6345c;
	margin: 15px auto;
}

.index_tit p {
	line-height: 1;
	color: #666;
	font-size: 18px;
}

.service img {
	display: block;
	margin-bottom: 40px;
}

.service .bot_phone {
	border-top: 1px solid #d5d5d5;
	line-height: 80px;
	overflow: hidden;
	margin-top: 40px;
	font-size: 14px;
	color: #787878;
}

.service .bot_phone b {
	display: inline-block;
	font-family: arial;
	font-size: 32px;
	color: #000000;
}

.case_list {
	width: 1215px;
	margin-left: -15px;
}

.case_list li {
	float: left;
	width: 228px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.case_list li .case_img {
	width: 228px;
	height: 228px;
	overflow: hidden;
}

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

.case_list li span {
	display: block;
	text-align: center;
	color: #666;
	line-height: 40px;
	width: 100%;
}

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

.apply_box input[type="text"] {
	border: 1px solid #eee;
	background: #fff;
	padding: 15px 20px;
	width: 406px;
}

.apply_box textarea {
	border: 1px solid #eee;
	background: #fff;
	padding: 15px 20px;
	width: 406px;
	height: 80px;
}


/*产品分类列表*/

.wrap_pro {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.wrap_pro .pro_tit {
	float: left;
	width: 255px;
}

.wrap_pro .pro_tit h3 {
	font-size: 36px;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 50px;
}

.wrap_pro .pro_tit i {
	display: block;
	width: 15px;
	height: 3px;
	background: #e6345c;
	margin: 15px 0;
}

.wrap_pro .pro_tit p {
	line-height: 35px;
	color: #666;
	font-size: 18px;
}

.wrap_pro .wrap_list {
	float: right;
	width: 945px;
	overflow: hidden;
	padding-top: 50px;
}

.wrap_pro .wrap_list li {
	width: 300px;
	margin-left: 15px;
	position: relative;
	text-align: center;
	background: none;
	height: 300px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}

.wrap_pro .wrap_list li .ipro_img {
	overflow: hidden;
	width: 300px;
	height: 225px;
}

.wrap_pro .wrap_list li h3 {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	line-height: 40px;
	padding-top: 5px;
}

.wrap_pro .wrap_list .ipro_info {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: 225px;
}

.wrap_pro .wrap_list li:hover h3 {
	color: #fff;
	padding-top: 15px;
}

.wrap_pro .wrap_list li:hover span {
	padding-top: 0;
}

.wrap_pro .wrap_list li:hover em {
	width: 100%;
}

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

.wrap_pro .wrap_list li:hover .ipro_info {
	background: #000;
	top: 200px;
}

.wrap_pro .wrap_list .ipro_info em {
	display: block;
	width: 0;
	height: 4px;
	background: #e6345c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.wrap_pro .wrap_list .ipro_info span {
	text-transform: uppercase;
	color: #ddd;
	font-size: 14px;
	padding-top: 100px;
	display: block;
	margin-top: 0;
}

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

.header .head_search i {
	display: block;
	height: 100%;
	background-image: url(search_icon.png);
	width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
}

.header .head_search form {
	display: block;
	position: absolute;
	right: 0;
	top: 70px;
	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=#7f000000, endColorstr=#7f000000);
	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.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #000;
}

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

.video_list {
	width: 1216px;
	margin-left: -16px;
}

.school_list {
	width: 1224px;
	margin-left: -24px;
}

.school_list li {
	float: left;
	width: 384px;
	margin-left: 24px;
	margin-bottom: 24px;
	background: #fff;
}

.school_list li span {
	display: block;
	text-align: center;
	color: #666;
	line-height: 40px;
}

.video_list li {
	float: left;
	width: 388px;
	margin-left: 16px;
	margin-bottom: 16px;
	position: relative;
}

.video_list li span {
	display: block;
	text-align: center;
	color: #333;
	line-height: 40px;
	background: #fff;
	position: relative;
	z-index: 99;
}

.video_list li .mask {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: url(http://shanghailima.com/static/web/css/../img/mask.png) repeat;
	transition: all 0.5s ease 0s;
}

.video_list li:hover .mask {
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}

.video_list li b {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background: url(http://shanghailima.com/static/web/css/../img/syvi.png) no-repeat center;
	background-size: cover;
	z-index: 999;
}

.video_list li .ex_news_img {
	width: 388px;
	height: 245px;
	overflow: hidden;
}

.video_list li .img_box {
	width: 388px;
	height: 245px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.school_list li .ex_news_img {
	width: 384px;
	height: 250px;
	overflow: hidden;
}

.school_list li .img_box {
	width: 384px;
	height: 250px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.video_list li,
.video_list li .img_box,
.video_list li .ex_news_img,
.school_list li,
.school_list li .img_box,
.school_list li .ex_news_img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.video_list li:hover .img_box,
.school_list li:hover .img_box {
	transform: scale(1.1, 1.1);
}

.school_list li:hover span {
	color: #575755;
}

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

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

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

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

.video_show {
	width: 1000px;
	height: 720px;
	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;
}

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

.map h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 40px 0;
}

.map iframe {
	height: 500px;
	clear: both;
	display: block;
	width: 1200px;
	border: none;
}

.jobs {
	padding-bottom: 130px;
}

.jobs .search {
	background: #fff;
	padding-top: 89px;
	padding-bottom: 10%;
	margin-top: 45px;
}

.jobs .search h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
}

.jobs .search h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	margin-top: 26px;
	color: #000;
}

.jobs .search .box {
	width: 65%;
	margin: 40px auto 0;
}

.jobs .search .keywords,
.jobs .search .job,
.jobs .search .company {
	margin-right: 1%;
	background: none;
	border: 1px solid #cbcbcc;
	height: 42px;
	font-size: 12px;
	color: #999999;
	line-height: 42px;
}

.jobs .search .keywords {
	width: 26%;
	padding-left: 0.5%;
}

.jobs .search .job,
.jobs .search .company {
	width: 27%;
}

.jobs .search .submit1 {
	width: 14%;
	color: #fff;
	background: #76161b;
	border: 0;
	border: 1px solid #76161b;
	height: 42px;
}

.jobs .con {
	margin-top: 12px;
}

.jobs .con ul {
	float: none;
}

.jobs .con li {
	background: #fff;
	border: 1px solid #eee;
	float: none;
	padding: 44px 44px 16px 44px;
	margin-bottom: 8px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: pointer;
}

.jobs .con li:hover {
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.jobs .con .tit {
	font-size: 21px;
	line-height: 28px;
	color: #333;
	padding-bottom: 25px;
}

.jobs .con .tit span {
	font-size: 16px;
	padding-left: 10px;
	line-height: 28px;
	color: #999999;
}

.jobs .con .downup {
	width: 28px;
	height: 28px;
	background: url("http://www.ruans-group.com/static/web/css/../img/img105.jpg") no-repeat;
	background-size: 100% 100%;
}

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

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

.jobs .detaile {
	padding-bottom: 30px;
	display: none;
	transition: all 0.0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

.jobs .detaile .p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.jobs .detaile .imm-box {
	margin-top: 48px;
}

.jobs .detaile .imm {
	display: block;
	width: 131px;
	height: 43px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 43px;
	text-align: center;
}

.jobs .detaile .imm:hover {
	background: #76161b;
	transition: all 0.5s;
}

.jobs .table .box {
	width: 21.8%;
	float: left;
	padding-top: 17px;
	padding-bottom: 30px;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.jobs .table .box.double {
	width: 43.6%;
}

.jobs .table .box.double span {
	width: 13.3%;
}

.jobs .table .box.double input {
	border: 0;
}

.jobs .table .box.fourfold {
	width: 87.2%;
}

.jobs .table .box.fourfold span {
	width: 6.65%;
}

.jobs .table .box.fourfold textarea {
	width: 83%;
	height: 166px;
	border: 1px solid #e5e5e5;
	padding: 8px 1%;
	font-size: 14px;
	line-height: 22px;
	float: left;
}

.jobs .table .box.fourfold i {
	width: 0.8%;
}

.jobs .table .box.veri {
	border: 0;
}

.jobs .table .box.veri input {
	width: 31.5%;
	margin-right: 3%;
}

.jobs .table .veri-img {
	width: 80px;
	height: 30px;
}

.jobs .table .box.submit {
	border: 0;
}

.jobs .table .box.submit input {
	width: 131px;
	height: 42px;
	background: #76161b;
	color: #fff;
	font-size: 14px;
}

.jobs .table .box.submit span {
	visibility: hidden;
}

.jobs .table .line {
	border-bottom: 1px solid #f3f3f3;
	clear: both;
}

.jobs .table span {
	float: left;
	width: 26.6%;
	font-size: 14px;
	line-height: 32px;
	text-align: right;
}

.jobs .table input {
	float: left;
	width: 61.5%;
	height: 30px;
	border: 1px solid #e5e5e5;
	padding-left: 2%;
	font-size: 14px;
	line-height: 30px;
}

.jobs .table i {
	float: left;
	width: 4.2%;
	color: #e83d46;
	text-align: right;
	line-height: 10px;
}

.jobs .table select {
	float: left;
	width: 63.5%;
	height: 30px;
	border: 1px solid #e5e5e5;
	padding-left: 2%;
	font-size: 14px;
	line-height: 30px;
}

.f-cb {
	zoom: 1;
}

.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}

.recom_list {
	width: 1215px;
	margin-left: -15px;
	clear: both;
	overflow: hidden;
}

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

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

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

.recom_list li h3 {
	font-weight: normal;
	color: #999;
	line-height: 2;
}

.recom_list li i {
	display: block;
	width: 0;
	height: 1px;
	background: #000;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.recom_list li:hover i {
	width: 100%;
}

.recom_list li em {
	display: block;
	background: #e62129;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	z-index: 1;
}

.big_0,
.big_2,
.big_4,
.big_6,
.big_8,
.big_10 {
	background: #f8f8f8;
}

.big_tit {
	font-size: 26px;
	line-height: 26px;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}

.big_tit a {
	display: inline-block;
	float: right;
	color: #666;
	line-height: 26px;
	font-size: 14px;
}

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

.big_img {
	float: left;
	display: block;
	height: 551px;
	width: 471px;
	overflow: hidden;
	background: #000;
	margin-top: 15px;
}

.big_img:hover img {
	transform: scale(1.03, 1.03);
}

.big_list ul {
	width: 729px;
	float: left;
}

.big_list ul li {
	float: left;
	border: 1px solid #eee;
	background: #fff;
	text-align: center;
	width: 226px;
	position: relative;
	margin-left: 15px;
	margin-top: 15px;
}

.big_list ul li div {
	overflow: hidden;
	width: 226px;
	height: 226px;
}

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

.big_list ul li h3 {
	font-weight: normal;
	line-height: 45px;
	color: #999;
}

.big_list ul li p {
	color: #666;
	line-height: 40px;
}

.big_list ul li em {
	display: block;
	background: #00734c;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	z-index: 1;
}


/*滚动图*/

.ab_img2s {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

.ab_img2 {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	position: relative;
	overflow: hidden;
}

.ab_img2 ul {
	width: 1200px;
	position: relative;
}

.ab_img2 li {
	float: left;
	position: relative;
}

.ab_img2 .pro_next:hover,
.ab_img2 .pro_prv:hover {
	background-color: #000;
}

.ab_img2 li:hover img {
	transform: scale(1.06);
	-moz-transform: scale(1.06, 1.06);
	-webkit-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06);
}

.ab_img2 .pro_prv {
	width: 28px;
	height: 40px;
	background-image: url(ab_prv.png);
	cursor: pointer;
	background-position: bottom;
	background-color: #000;
	opacity: 0.8;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}

.ab_img2 .pro_next {
	width: 28px;
	height: 40px;
	background-image: url(ab_next.png);
	cursor: pointer;
	background-position: bottom;
	background-color: #000;
	opacity: 0.8;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	float: left;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}

.ab_img2s .pro_next:hover,
.ab_img2s .pro_prv:hover {
	background-color: #00734c;
	background-position: bottom;
}

.ab_img2 li:hover img {
	transform: scale(1.06);
	-moz-transform: scale(1.06, 1.06);
	-webkit-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06);
}

.ab_img2s .pro_prv {
	width: 28px;
	height: 40px;
	background-image: url(ab_prv.png);
	cursor: pointer;
	background-position: top;
	opacity: 0.8;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	float: left;
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -20px;
}

.ab_img2s .pro_next {
	width: 28px;
	height: 40px;
	background-image: url(ab_next.png);
	cursor: pointer;
	background-position: top;
	opacity: 0.8;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	float: left;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -20px;
}

.culture h3 {
	font-size: 24px;
	line-height: 1;
	padding-bottom: 25px;
}

.culture ul {
	width: 1224px;
	margin-left: -24px;
	padding-top: 25px;
}

.culture ul li {
	float: left;
	cursor: pointer;
	width: 384px;
	margin-left: 24px;
}

.culture ul li div {
	width: 384px;
	height: 190px;
	overflow: hidden;
}

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

.culture ul li h3 {
	font-weight: normal;
	line-height: 55px;
	color: #333;
	padding-bottom: 0;
	font-size: 16px;
}

.culture ul li:hover h3 {
	color: #000;
}

.ab_img_h3 {
	padding: 40px 0 20px 0;
	border-bottom: 1px solid #d5d5d5;
	font-size: 24px;
	line-height: 1;
	font-weight: normal;
	clear: both;
	margin-bottom: 40px;
}


/*首页新闻*/

.newslist {
	background: #fff;
	overflow: hidden;
	position: relative;
	padding: 50px 0;
	width: 100%;
	clear: both;
}

.exnews {
	width: 1224px;
	margin-left: -24px;
	clear: both;
}

.exnews li {
	width: 384px;
	float: left;
	margin-left: 24px;
	margin-bottom: 30px;
	position: relative;
	height: 250px;
	overflow: hidden;
	z-index: 1;
	background: #fff;
}

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

.exnews li .news_img {
	width: 100%;
	height: 165px;
	position: relative;
	overflow: hidden;
}

.exnews li:hover .news_bg {
	height: 100%;
}

.exnews li .news_bg {
	width: 100%;
	height: 0;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.exnews li .news_box {
	width: 100%;
	height: 165px;
	overflow: hidden;
}

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

.exnews li h3 {
	overflow: hidden;
	font-weight: normal;
	color: #000;
	font-size: 16px;
	position: absolute;
	left: 20px;
	top: 185px;
	width: 300px;
	z-index: 2;
	height: 26px;
}

.exnews li:hover h3 {
	color: #fff;
	top: 45px;
	height: 52px;
}

.exnews li:hover span {
	color: #fff;
}

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

.exnews li:hover p {
	top: 105px;
}

.exnews li:hover .news_boxs {
	transform: scale(1.1, 1.1);
}

.exnews li span {
	color: #7d7d7a;
	font-size: 12px;
	position: absolute;
	left: 20px;
	top: 210px;
	z-index: 1;
}

.exnews li i {
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(../images/index_icon.png);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
	bottom: 25px;
	z-index: 2;
}

.exnews li .news_info {
	border: 1px solid #eee;
	overflow: hidden;
	border-top: 0;
	height: 84px;
}

.exnews li p {
	height: 75px;
	line-height: 25px;
	color: #fff;
	position: absolute;
	width: 300px;
	left: 20px;
	top: 300px;
	z-index: 1;
	overflow: hidden;
	z-index: 2;
}

.i_selected {
	width: 100%;
	clear: both;
	position: relative;
	background: url(../uploadimg/selectedbg.jpg) no-repeat;
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 50px;
	background-attachment: fixed;
	background-position: initial;
	background-size: cover;
}

.selected_l {
	float: left;
	overflow: hidden;
	position: relative;
	width: 556px;
	height: 456px;
	margin-right: 20px;
}

.selected_m {
	float: left;
	width: 272px;
	display: block;
	position: relative;
}

.selected_m .selected_mt {
	margin-bottom: 24px;
}

.selected_mt,
.selected_mb {
	position: relative;
	height: 216px;
	overflow: hidden;
}

.selected_r {
	float: right;
	position: relative;
}

.toggle-mask * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.toggle-mask .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	background: rgba(0, 115, 76, .6);
	color: #fff;
	text-align: left;
	padding: 15px 20px;
}

.toggle-mask .mask h5 {
	font-size: 14px;
}

.toggle-mask .mask span {
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
}

.clearfix {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -9px;
}

.clearfix a {
	color: #fff;
}

.i_pro {
	width: 100%;
	clear: both;
	position: relative;
	background: url(../uploadimg/i_probg.jpg) no-repeat;
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 50px;
	background-attachment: fixed;
	background-position: initial;
	background-size: cover;
}

.i_pro .ipro_top {
	width: 100%;
	height: 515px;
	overflow: hidden;
}

.i_pro .ipro_top a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_pro .ipro_top div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_pro .ipro_bot ul {
	width: 1201.2px;
	margin-left: -1.2px;
	clear: both;
}

.i_pro .ipro_bot ul li {
	width: 199px;
	text-align: center;
	line-height: 30px;
	background: #fff;
	margin-left: 1.2px;
	float: left;
	font-size: 14px;
	padding: 10px 0;
	cursor: pointer;
	min-height: 105px;
}

.i_pro .ipro_bot p {
	color: #666;
}

.i_pro .ipro_bot i {
	display: block;
	margin: 8px auto 0;
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: top;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_pro .ipro_bot ul li:hover,
.i_pro .ipro_bot ul li.on {
	background: #00734c;
}

.i_pro .ipro_bot ul li:hover p,
.i_pro .ipro_bot ul li.on p {
	color: #fff;
}

.i_pro .ipro_bot ul li:hover i,
.i_pro .ipro_bot ul li.on i {
	background-position: bottom;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_tit {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
}

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

.news_tit .i_tit h3 {
	line-height: 1;
	font-size: 32px;
	color: #00734c;
}

.news_tit .i_tit p {
	line-height: 2;
	color: #000;
	text-transform: capitalize;
}

.news_tit a {
	display: block;
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 54px;
}

.news_tit a:hover {
	color: #000;
}

.foot {
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}

.foot .foot_m {
	padding: 35px 0;
	overflow: hidden;
}

.foot .foot_left {
	float: left;
}

.foot .foot_left li {
	float: left;
	margin-right: 120px;
}

.foot .foot_left p {
	line-height: 26px;
}

.foot .foot_left h2 {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	line-height: 60px;
}

.foot .footer {
	border-top: 1px solid #d5d5d5;
	line-height: 40px;
	text-align: left;
	color: #666;
	clear: both;
}

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

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

.foot .foot_mid {
	float: right;
	text-align: right;
}

.foot .foot_mid .mid_bot {
	overflow: hidden;
	padding-bottom: 18px;
	text-align: left;
	padding-left: 20px;
}

.foot .foot_mid h3 {
	font-size: 25px;
	line-height: 45px;
	padding-bottom: 15px;
}

.foot .foot_mid p {
	font-size: 14px;
}

.foot .foot_mid span {
	font-size: 16px;
}

.foot .foot_mid b {
	font-size: 28px;
}

.foot .foot_right {
	width: 100px;
	float: right;
	text-align: center;
	line-height: 30px;
	padding-left: 20px;
}

.foot .foot_right img {
	display: block;
	margin: 0 auto;
}

.about_tit {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
	text-align: center;
}

.about_tit h3 {
	font-weight: normal;
	line-height: 60px;
	font-size: 31px;
	color: #000;
}

.about_tit p {
	line-height: 1;
	text-transform: uppercase;
	font-size: 18px;
	color: #bbbbbb;
}

.about_title {
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}

.about_title b {
	display: block;
	float: left;
	font-size: 80px;
	color: #000;
	line-height: 1;
	padding-right: 20px;
}

.about_title div {
	float: left;
}

.about_title h3 {
	font-size: 22px;
	color: #333;
	font-weight: normal;
	line-height: 45px;
}

.about_title h4 {
	font-size: 22px;
	color: #666;
	font-weight: normal;
	text-transform: capitalize;
}

.about_desc {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.about_desc .about_left {
	float: left;
	width: 360px;
}

.about_desc .about_right {
	float: right;
	width: 1200px;
}

.about_desc .about_right h3 {
	line-height: 90px;
	font-size: 32px;
}

.idea {
	background-color: #fff;
}

.idea_page .idea_info {
	background: #fff;
	padding: 25px;
	height: 190px;
}

.idea_01 .idea_info {
	width: 230px;
}

.idea_page .idea_info h3 {
	line-height: 45px;
	font-weight: normal;
	font-size: 30px;
}

.idea_page .idea_info h4 {
	line-height: 40px;
	font-weight: normal;
	font-size: 16px;
}

.idea_01 {
	margin: 0 auto;
	width: 910px;
}

.idea_02 {
	float: left;
	margin: 20px 10px 20px 0;
}

.idea_03 {
	float: left;
	margin: 20px 0 20px 10px;
}

.idea_02 .idea_info {
	width: 200px;
}

.idea_03 .idea_info {
	width: 195px;
}

.idea_04 {
	float: left;
	margin-right: 20px;
	margin-left: 80px;
}

.idea_05 {
	float: left;
}

.idea_04 .idea_info,
.idea_05 .idea_info {
	width: 210px;
}

.honor {}

.honor .prolist_top {
	width: 1215.5px;
	position: relative;
	margin-left: -15.5px;
	overflow: hidden;
}

.honor .prolist_top li {
	width: 140px;
	height: 95px;
	overflow: hidden;
	margin-left: 15.5px;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

.honor .prolist_top p {
	padding-bottom: 40px;
	font-size: 14px;
	color: #6a6a6a;
}

.honor {}

.honor .honor_list {
	width: 1216px;
	position: relative;
	margin-left: -16px;
}

.honor .honor_list li {
	width: 288px;
	height: 210px;
	overflow: hidden;
	margin-left: 16px;
}

.honor p {
	padding-bottom: 40px;
	font-size: 14px;
	color: #6a6a6a;
}

.honor em {
	display: inline-block;
	width: 30px;
}

.honor .honor_desc {
	width: 600px;
	clear: both;
	padding-bottom: 40px;
	overflow: hidden;
}

.honor .honor_desc li {
	float: left;
	width: 300px;
	line-height: 35px;
	color: #666;
}

.honor .honor_desc li i {
	font-size: 35px;
	line-height: 35px;
	font-style: normal;
	display: inline-block;
	float: left;
	padding-right: 15px;
}

.history {}

.history .package {
	padding-bottom: 0;
}

.history_left {
	float: left;
	padding-left: 50px;
	width: 350px;
}

.history_left h2 {
	line-height: 60px;
	font-size: 36px;
	color: #000;
}

.history_left h3 {
	line-height: 1;
	font-size: 20px;
	color: #000;
	font-weight: normal;
}

.history_left p {
	padding-top: 20px;
}

.history_right {
	float: right;
	width: 650px;
	background-image: url(../images/history.png);
	background-repeat: repeat-y;
}

.history_right ul {
	padding: 30px 0;
	overflow: hidden;
}

.history_right ul li {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.history_right ul li p,
.history_right ul li img {
	padding-bottom: 25px;
}

.history_right ul li i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/history_icon.png);
	float: left;
}

.history_right ul li div {
	float: left;
	padding-left: 10px;
}

.history_right ul li h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	color: #000;
	padding-bottom: 10px;
}

.history_right ul li p {
	font-size: 14px;
}

.contact .contact_left {
	float: left;
	width: 1200px;
	margin-top: 25px;
	margin-bottom: 40px;
}

.contact .contact_left h3 {
	font-size: 30px;
	line-height: 65px;
}

.contact .contact_left i {
	display: block;
	width: 100%;
	border-bottom: 1px dashed #d5d5d5;
	margin: 50px 0;
}

.contact .contact_left .contact_desc {
	font-size: 16px;
	color: #333;
}

.contact .contact_left .contact_desc b {
	font-size: 35px;
}

.skill_01 {
	background-image: url(../images/skill_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	clear: both;
}

.skill_01 .skill_text {
	width: 350px;
}

.skill_01 .skill_text h3 {
	font-size: 22px;
	line-height: 40px;
	color: #000;
}

.skill_01 .skill_text i {
	display: inline-block;
	float: left;
	font-size: 35px;
	line-height: 40px;
	width: 25px;
}

.skill_01 .skill_text p {
	padding-left: 25px;
	font-size: 14px;
	color: #333;
	padding-bottom: 20px;
}

.skill_02 {
	clear: both;
	position: relative;
	background: #f8f8f8;
}

.skill_02 img {
	display: block;
	margin: 0 auto;
}

.skill_03 {
	background-image: url(../images/skill_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	clear: both;
}

.skill_03 .skill_desc {
	display: block;
	width: 700px;
	font-size: 14px;
	color: #000;
	line-height: 36px;
	padding-top: 50px;
}

.skill_04 {
	background-image: url(../images/skill_04.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	clear: both;
	height: 640px;
	padding-top: 100px;
}

.skill_04 .about_title b {
	float: right;
	padding-left: 20px;
	padding-right: 0;
}

.skill_04 .about_title div {
	float: right;
	text-align: right;
}

.skill_04 .skill_page {
	float: right;
	text-align: right;
	width: 600px;
}

.skill_04 .skill_page h2 {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1;
}

.skill_04 .skill_page h3 {
	line-height: 55px;
	font-size: 25px;
	font-weight: normal;
}

.skill_04 .skill_page p {
	line-height: 36px;
}

.flow {
	background-image: url(../images/flow_icon.png);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
}

.flow .fadeInDown {
	padding-bottom: 30px;
	overflow: hidden;
}

.flow span {
	width: 565px;
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	margin-top: 51.5px;
}

.flow span.fl {
	text-align: right;
}

.flow span.fr {
	text-align: left;
}

.flow i {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/history_icon.png);
	margin: 0 23px;
	margin-top: 53.5px;
}

.flow ul {
	width: 565px;
}

.flow ul.fl li {
	float: left;
	margin-right: 10px;
}

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

.flow ul li {
	float: left;
	overflow: hidden;
	width: 175px;
	height: 131px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}

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

.pro_title {
	text-align: center;
	padding: 40px 0 40PX;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 80px;
}

.pro_title h3 {
	color: #000;
	line-height: 50px;
	font-size: 32px;
	font-weight: normal;
}

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

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

.pro_bot {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.pro_top .fl,
.pro_top .fr {
	padding: 20px;
	background: #fff;
	overflow: hidden;
	width: 550px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pro_top .top_img {
	float: left;
	overflow: hidden;
	width: 298px;
	height: 260px;
}

.pro_top .top_info {
	float: right;
	width: 205px;
}

.pro_top .top_info h3 {
	font-weight: normal;
	line-height: 70px;
	padding-top: 30px;
	font-size: 21px;
}

.pro_top .fl:hover img,
.pro_top .fr:hover img {
	transform: scale(1.05, 1.05);
}

.pro_bot ul {
	width: 1212.5px;
	padding-top: 20px;
	clear: both;
	margin-left: -12.5px;
}

.pro_bot ul li {
	float: left;
	width: 230px;
	text-align: center;
	margin-left: 12.5px;
	margin-bottom: 12.5px;
	overflow: hidden;
	background: #fff;
	height: 208px;
}

.pro_bot ul li img {
	display: block;
	margin: 0 auto;
	padding: 50px 0 20px 0;
}

.pro_bot ul li h3 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

.pro_bot ul li p {
	text-transform: capitalize;
	font-size: 16px;
}

.pro_bot ul li:hover,
.pro_top .fl:hover,
.pro_top .fr:hover,
.cer_list li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pro_bg {
	background-color: #f4f4f4;
	background-image: url(../images/pro_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.pro_white {
	background-color: #fff;
	padding: 50px 0 0;
}

.pro_left {
	float: left;
	width: 520px;
	height: 520px;
	border: 1px solid #eee;
	overflow: hidden;
	position: relative;
}

.pro_left ul li {
	float: left;
	width: 520px;
	position: relative;
}

.pro_left ul li:hover img {
	transform: scale(1.03, 1.03);
}


/*btns*/

.btns {
	position: absolute;
	height: 50px;
	width: 14px;
	background-position: top;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	top: 50%;
	margin-top: -7px;
	cursor: pointer;
}

.pro_left #next {
	right: 0px;
	background-image: url(../images/d_09.png);
}

.pro_left #previous {
	left: 0px;
	background-image: url(../images/d_08.png);
}

#counter {
	top: 30px;
	right: 35px;
	width: auto;
	position: absolute;
}

#slider-wrap.active #next {
	right: 0px;
}

#slider-wrap.active #previous {
	left: 0px;
}

.pro_left .container {
	height: 520px;
}


/*bar*/

#pagination-wrap {
	position: absolute;
	text-align: center;
	bottom: 20px;
	left: 50%;
	margin-left: -27px;
}

#pagination-wrap ul {
	width: 100%;
}

#pagination-wrap ul li {
	margin: 0 4px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	float: left;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f00000, endColorstr=#7f000000);
	background-color: rgba(0, 0, 0, .1);
}

#pagination-wrap ul li.active {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e5000000, endColorstr=#e500000);
	background-color: rgba(0, 0, 0, .6);
}


/*ANIMATION*/

#slider-wrap ul,
#pagination-wrap ul li {
	-webkit-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
	-moz-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
	-o-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
	-ms-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
	transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}

#slider-wrap {
	width: 100%;
	height: 520px;
	position: relative;
	overflow: hidden;
}

#wrapper {
	width: 100%;
	height: 520px;
	position: relative;
}

#slider-wrap ul#slider {
	width: 100%;
	height: 520px;
	position: absolute;
	top: 0;
	left: 0;
}

.cer h4 {
	font-size: 18px;
	line-height: 2;
}

.cer p {
	padding-bottom: 30px;
	color: #666;
	font-size: 14px;
	line-height: 2;
}

ul.cer_list {
	width: 1250px;
	margin-left: -50px;
	clear: both;
}

ul.cer_list h3 {
	font-size: 26px;
	font-weight: normal;
	line-height: 100px;
	padding-left: 50px;
}

ul.cer_list li {
	width: 200px;
	height: 200px;
	position: relative;
	background: #fff;
	float: left;
	margin-left: 50px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 50px;
	box-shadow: rgba(0, 0, 0, .1) 0px 4px 8px;
}

ul.cer_list li div {
	width: 200px;
	height: 200px;
	overflow: hidden;
}

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

ul.cer_list li span {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	bottom: -50px;
	line-height: 40px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
}

ul.cer_list li:hover span {
	bottom: 0;
}

.room_menu {
	width: 100%;
	line-height: 35px;
	overflow: hidden;
}

.room_menu a {
	display: block;
}

.room_menu .room_link {
	float: left;
	color: #999;
}

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

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

.room_menu .room_link a:hover {
	text-decoration: underline;
	color: #333;
}

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

.room_menu span:hover {
	background: #000;
}

.room_top {
	clear: both;
	padding: 25px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 40px;
}

.room_top .fl {
	border: 1px solid #eee;
}

.room_top .fr {
	width: 800px;
	text-align: left;
}

.room_top .fr h3 {
	line-height: 2;
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 15px;
}

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

.jxs {
	width: 100%;
	height: 820px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.jxs .jxs_main {
	margin: 0 auto;
	height: 100%;
	width: 1200px;
	position: relative;
}

.site-assistant {
	width: 77px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000
}

.site-assistant .assistant-switch {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 77px;
	height: 78px;
	z-index: 1;
	overflow: hidden;
}

.site-assistant ul {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	z-index: 5;
	display: none;
}

.site-assistant ul li {
	font-size: .5em;
	text-align: center;
	padding: 1em .5em;
	position: relative;
	background: rgba(255, 255, 255, .8);
	margin-bottom: 1px;
}

.site-assistant ul li a {
	display: block;
	text-decoration: none;
	padding-bottom: .5em;
	color: #000;
	position: relative;
	z-index: 1
}

.site-assistant ul li a img {
	margin-bottom: .8em
}

.site-assistant ul li:last-child a {
	border-bottom-style: none
}

.site-assistant ul li .assistant-banner-pop {
	position: absolute;
	right: 80px;
	top: 0;
	width: 202px;
	text-align: left;
	display: none;
	z-index: 2
}

.site-assistant ul li .assistant-banner-pop a {
	display: block;
	width: 200px;
	padding: 0;
	border-style: none;
	overflow: hidden;
	background: #fff;
}

.site-assistant ul li .assistant-banner-pop a img {
	float: left;
	display: block;
	margin: 0
}

.site-assistant ul li .assistant-banner-pop a:nth-child(n+2) {
	margin-top: 3px
}

.site-assistant ul li .assistant-wechat-pop {
	position: absolute;
	right: 80px;
	top: -5px;
	width: 77px;
	z-index: 2;
	display: none;
	-moz-opacity: 1;
	opacity: 1
}

.site-assistant ul li .assistant-wechat-pop a {
	float: left;
	width: 77px;
	padding: 0;
	border-style: none;
	overflow: hidden;
	line-height: 5px;
	vertical-align: middle;
	margin-bottom: .5em
}

.site-assistant ul li .assistant-wechat-pop a img {
	float: left;
	display: block
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.sidebar_news_l {
	float: left;
	width: 200px;
}

.sidebar_news_l .sidebar_news_i {
	width: 90px;
	height: 70px;
	float: right;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sidebar_news_l .sidebar_news_c {
	font-size: 13px;
	font-weight: 700;
	float: left;
	width: 94px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-left: 10px;
	padding-top: 10px;
}

.go-top {
	position: fixed;
	width: 41px;
	height: 41px;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.hidden {
	display: none!important;
}

.pro_list {
	float: left;
	padding-right: 60px;
}

.pro_listi {
	width: 120px;
	height: 90px;
	padding-bottom: 6px;
}

.pro_listl {
	line-height: 28px;
}

.i_olzn {
	width: 100%;
	height: 858px;
	clear: both;
	position: relative;
	background: #fff url(../uploadimg/i_olzn.jpg) no-repeat center;
	overflow: hidden;
}

.i_olznt {
	position: absolute;
	color: #fff;
	top: -190px;
	right: 50px;
	margin-top: 50%;
	z-index: 999;
}

.i_olznt h2 {
	font-size: 34px;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}

.i_olznt h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 30px;
	height: 1px;
	left: 0;
}

.i_olznt h3 {
	font-weight: normal;
	font-size: 30px;
}

.i_olznt p {
	font-size: 18px;
	padding-bottom: 40px;
}

.i_olznt a {
	width: 160px;
	font-size: 14px;
	color: #fff;
	background: #00734c;
	float: left;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.i_olznt a:hover {
	background: #005e3e;
}

.selected_more {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	display: block;
	float: left;
}

.selected_more a {
	width: 200px;
	float: left;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #666;
	position: relative;
	left: 50%;
	margin-left: -100px;
}

.selected_more a:hover {
	background: #00734c;
	color: #fff;
	border: 1px solid #00734c;
}

.i_room {
	width: 100%;
	height: 730px;
	clear: both;
	position: relative;
	background: #fff url(../uploadimg/room.jpg) no-repeat center;
	overflow: hidden;
}

.i_roomt {
	position: absolute;
	top: 310px;
	left: 50%;
	z-index: 999;
	width: 320px;
	padding: 50px 0;
	margin-left: -160px;
	background: #fff;
	text-align: center;
}

.i_roomt h2 {
	font-size: 34px;
	font-weight: 700;
	padding-bottom: 0px;
	position: relative;
	color: #00734c;
}

.i_roomt p {
	font-size: 14px;
	padding-bottom: 30px;
	color: #888888;
}

.i_roomt i {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	background-image: url(../images/icon_more.png);
}

.i_roomt:hover i {
	transform: rotate(180deg);
}


/*套间场景*/

.room li {
	float: left;
	background: #fff;
	margin-bottom: 40px;
	width: 100%;
}

.room li a {
	overflow: hidden;
	height: 390px;
	float: left;
}

.room li a:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

.room li img {
	width: 600px;
}

.room_titel {
	float: left;
	padding: 100px 100px;
}

.room_img {
	width: 600px;
	height: 390px;
	overflow: hidden;
	float: left;
}

.room_tite {
	float: left;
	width: 600px;
}

.room_titel h2 {
	font-weight: normal;
	font-size: 24px;
	position: relative;
	padding-bottom: 20px;
	color: #333;
}

.room_titel h2:after {
	content: '';
	background: #00734c;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	bottom: 0;
}

.room_titel p {
	font-weight: normal;
	font-size: 13px;
	color: #818181;
	margin-top: 40px;
	line-height: 22px;
}

.room_titel span {
	font-family: 'Helvetica';
	padding-left: 10px;
	font-size: 22px;
	text-transform: uppercase;
}

.room_titer {
	padding-top: 40px;
	overflow: hidden;
	width: 95px;
	height: 95px;
}

.room_list0 .room_tite,
.room_list2 .room_tite,
.room_list4 .room_tite {
	float: right;
}

.room_list1 .room_img {
	float: right;
}

.next-page {
	position: absolute;
	margin-left: -35px;
	left: 50%;
	bottom: 30px;
	border: 1px solid rgba(255, 255, 255, 1);
	width: 40px;
	height: 40px;
	border-radius: 100%;
	z-index: 99;
	overflow: hidden;
}

.next-page span {
	font-size: 30px;
	animation: nextPage 1.5s linear infinite;
	-webkit-animation: nextPage 1.5s linear infinite;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-down:before {
	content: '';
	background: url(../images/down_arrow.png) no-repeat center;
	background-size: 34px;
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
	float: left;
	border: 0px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
}

@keyframes nextPage {
	0% {
		top: -55px
	}
	100% {
		top: 30px;
	}
}

.room_menu {
	position: relative;
	float: left;
}

.room_menu .menu_tite {
	width: 1200px;
	position: relative;
	top: 0px;
	padding-top: 50px;
	overflow: hidden;
	float: left;
	text-align: center;
}

.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: #333;
	overflow: hidden;
	position: relative;
}

.room_menu .menu_tite p {
	font-weight: normal;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 25px;
	color: #878787;
	overflow: hidden;
	text-transform: uppercase;
}

.room_menu .menu_tite h3 i {
	background: #00734c;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
}

.menu_f {
	height: 41px;
	color: #666;
	text-align: center;
	position: relative;
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 0;
}

.menu_f .details {
	transition: all 0.5s;
	position: relative;
	text-indent: 0px;
	line-height: 41px;
	display: block;
	padding-left: 22px;
	background: url(../images/path.png) left center no-repeat;
	background-size: 6px;
	color: #333;
	vertical-align: middle;
	font-size: 14px;
}

.menu_f .details:hover {
	color: #00734c;
	transition: all 0.5s;
}

.room_menu ul {
	margin-left: 30px;
	width: 190px;
	float: left;
	z-index: 9;
	position: relative;
	text-align: left;
}

.room_menu ul li {
	height: auto;
	position: relative;
	float: none;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding-left: 15px;
	margin-right: 16px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul li a {
	border: 0px;
	background: none;
	color: #666;
	font-size: 14px;
	position: relative;
	padding: 0;
	line-height: 40px;
	height: 40px;
	transition: 0.3s;
	transform-origin: bottom;
	margin-right: 4px;
	margin-bottom: 5px;
}

.room_menu ul li a:before {
	content: '';
	width: 190px;
	background-color: #b41227;
	height: 42px;
	background: transparent;
	left: -16px;
	position: absolute;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

.room_menu ul li:hover {
	background-color: #eee;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

.room_menu ul li:last-child {
	border-bottom: none;
}

.room_menu ul .on {
	padding-left: 20px;
}

.room_menu ul .on {
	background-color: #eee;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul .on a {
	color: #333;
	margin-bottom: 4px;
}

.room_menu ul li:hover .menu_down {
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul .on .menu_down {
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.glyphicon-chevron-down:before {
	content: '';
	background: url(../images/down_arrow.png) no-repeat center;
	background-size: 34px;
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
	float: left;
	border: 0px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
}


/*套间场景*/


/*全屏图片切换*/

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

.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, 0);
	outline: none;
	border: none;
	width: 33px;
	height: 33px;
	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;
}

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

.slick-dots li.slick-active,
.i_nslick .slick-dots li.slick-active {
	overflow: hidden;
	background: #00734c;
}

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

.news_dslick .slick-dots {
	bottom: -28px;
}

.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: 36px auto 70px;
}

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

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

.news_dslick .img {
	padding: 0 18px;
	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;
}

body {
	overflow-x: hidden;
}


/*全屏图片切换*/

.selected_bg {
	background-color: #f4f4f4;
	background-image: url(../images/selected_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	padding-top: 180px;
	padding-bottom: 200px;
}

.selected_left {
	position: relative;
	text-align: left;
	padding-left: 60%;
}

.selected_right {
	position: relative;
	text-align: right;
	padding-right: 67%;
}

.selected_img {
	position: absolute;
	top: 0;
	z-index: 2;
}

.selected_rank {
	display: inline-block;
	padding-bottom: 20px;
}

.selected_rank h2 {
	font-size: 62px;
	line-height: 1;
}

.selected_rank small {
	font-size: 14px;
}

.selected_info {
	padding-top: 80px;
}

.selected_c {}

.selected_c h2 {
	font-size: 30px;
	padding-bottom: 10px;
}

.selected_c p {
	font-size: 16px;
	padding-bottom: 26px;
	line-height: 26px;
	color: #888888;
}

.selected_c a {
	border: 1px solid #000;
	padding: 10px 40px;
	display: inline-block;
	width: 60px;
	text-align: center;
	background: #fff;
}

.selected_c h2 span {
	font-weight: 300;
}
.color-blue .selected_c a:hover{ background: #3b73b2;}
.color-brown .selected_c a:hover{ background: #caa977;}
.color-skyblue .selected_c a:hover{ background: #00a7b5;}
.color-purple .selected_c a:hover{ background: #606eb2;}


.color-green .selected_rank h2,
.color-green .selected_rank small,
.color-green .selected_c h2,
.color-green .selected_c a {
	color: #00734c;
	border-color: #00734c;
}

.color-blue .selected_rank h2,
.color-blue .selected_rank small,
.color-blue .selected_c h2,
.color-blue .selected_c a {
	color: #3b73b2;
	border-color: #3b73b2;
}

.color-brown .selected_rank h2,
.color-brown .selected_rank small,
.color-brown .selected_c h2,
.color-brown .selected_c a {
	color: #caa977;
	border-color: #caa977;
}

.color-skyblue .selected_rank h2,
.color-skyblue .selected_rank small,
.color-skyblue .selected_c h2,
.color-skyblue .selected_c a {
	color: #00a7b5;
	border-color: #00a7b5;
}

.color-purple .selected_rank h2,
.color-purple .selected_rank small,
.color-purple .selected_c h2,
.color-purple .selected_c a {
	color: #606eb2;
	border-color: #606eb2;
}

.selected_c a:hover {
	background: #00734c;
	color: #fff;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.selected11_1,
.selected11_2,
.selected11_3 {
	position: relative;
}

.selected11_1 p,
.selected11_2 p,
.selected11_3 p {
	text-align: center;
	padding-top: 10px;
}

.selected11_2 {
	left: 300px;
	top: 34px;
}

.selected11_1 {
	left: 160px;
}

.selected11_3 {
	top: -100px;
}

.selected12_1,
.selected12_2 {
	position: relative;
}

.selected12_1 p,
.selected12_2 p {
	text-align: center;
	padding-top: 10px;
}

.selected12_1 {
	left: 50px;
}

.selected12_2 {
	top: 40px;
	right: 66px;
}

.selected13_1,
.selected13_2,
.selected13_3 {
	position: relative;
}

.selected13_1 p,
.selected13_2 p,
.selected13_3 p {
	text-align: center;
	padding-top: 10px;
}

.selected13_2 {
	left: 0;
	top: 34px;
}

.selected13_1 {
	left: 160px;
}

.selected13_3 {
	top: -100px;
	left: 240px;
}

.intelligence_01 {
	background: #f3f3f3;
	text-align: center;
	padding: 50px 0;
	overflow: hidden;
}

.intelligence_02 {
	background: #fff;
	text-align: center;
	padding: 50px 0;
	overflow: hidden;
}

.intelligence_03 {
	background: #fff;
	text-align: center;
	padding: 50px 0;
	overflow: hidden;
}

.intelligence_04 {
	padding: 50px 0;
	overflow: hidden;
}

.intelligence_02 ul {
	width: 1220px;
	margin-left: -20px;
}

.intelligence_02 li {
	float: left;
	width: 384px;
	border: 1px solid #eee;
	margin-left: 20px;
	margin-bottom: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.intelligence_02 li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.intelligence_tit {
	text-align: center;
}

.intelligence_tit h2 {
	font-size: 30px;
	padding-bottom: 14px;
	font-weight: normal;
}

.intelligence_tit p {
	font-size: 14px;
	color: #666;
	padding-bottom: 40px;
}

.intelligence_01 ul li {
	float: left;
	margin-right: 50px;
}

.intelligence_01 ul li p {
	padding-bottom: 0;
	padding-top: 5px;
}

.intelligence_04 li {
	background: #fff;
	overflow: hidden;
	height: 500px;
}

.intelligence_04 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.intelligence_04 .intelligence_l h2 {
	font-size: 30px;
	padding-bottom: 16px;
}

.intelligence_04 .intelligence_l h2 span {
	font-weight: 300;
}

.intelligence_04 .intelligence_l p {
	font-size: 14px;
	padding-bottom: 16px;
	line-height: 24px;
	color: #666;
	padding-bottom: 30px;
}

.intelligence_l {
	width: 600px;
	text-align: left;
	float: left;
	padding: 110px 80px;
}

.intelligence_r {
	width: 600px;
	float: right;
}

.project_l {
	width: 495px;
	position: relative;
	float: left;
}

.project_lb {
	width: 495px;
	position: relative;
}

.project_lt {
	height: 520px;
	overflow: hidden;
	padding-bottom: 30px;
}

.project_lc {
	position: absolute;
	right: 80px;
	top: 60px;
}

.project_lc p {
	padding-bottom: 14px;
	text-transform: uppercase;
}

.project_r {
	float: left;
	width: 492px;
	padding-left: 60px;
	padding-top: 70px;
}

.project_rt h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

.project_rt p {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 90px;
}

.project_b {
	background: #fff;
}

.project_list {
	width: 1230px;
	margin-left: -30px;
	float: left;
}

.report {
	background: #fff;
	text-align: center;
}

.report .project_img {
	background: #F3F3F3;
}

.report .project_img img {
	height: 100%;
}

.project_list li {
	float: left;
	width: 380px;
	overflow: hidden;
	margin-left: 30px;
	margin-bottom: 30px;
}

.project_list .project_img {
	width: 380px;
	height: 270px;
}

.project_list p {
	text-align: center;
	padding: 10px 0;
}

.contact_a {
	background: #fff;
	width: 100%;
	float: left;
}

.con_way {
	clear: both;
	overflow: hidden;
	padding: 40px 0;
	border: 1px solid #eee;
}

.con_way li {
	float: left;
	text-align: center;
}

.con_way li i {
	display: block;
	width: 50px;
	margin: 0 auto;
	height: 50px;
	background: #fff url(../images/contact_icon.png);
	background-repeat: no-repeat;
}

.con_way li h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #999;
	font-weight: normal;
	padding-bottom: 12px;
	padding-top: 15px;
}

.con_way li p {
	font-size: 18px;
	padding-bottom: 0;
	color: #333;
	font-family: arial, "microsoft yahei";
}

.con_way .way_01 {
	width: 398px;
	border-right: 1px solid #eee;
}

.con_way .way_02 {
	width: 398px;
	border-right: 1px solid #eee;
}

.con_way .way_03 {
	width: 400px;
}

.con_way .way_01 i {
	background-position: 0px 0px;
}

.con_way .way_02 i {
	background-position: 0px -52px;
}

.con_way .way_03 i {
	background-position: 0px -110px;
}

.search-box {
	float: right;
	width: 15px;
	overflow: hidden;
	margin-left: 26px;
	padding-top: 32px;
	transition: width 0.3s;
	position: relative;
	height: 15px;
	box-sizing: initial;
}

.search-box.on {
	width: 180px;
}

.search-box.on .text {
	display: block;
}

.search-box-btn {
	width: 15px;
	height: 15px;
	background: url(../images/wel13.png) no-repeat center;
	float: right;
	position: relative;
	top: 34px;
	right: 0;
}

.search-box-btn.on {
	background: url(../images/clo01.png) no-repeat center;
}

.search-box .text {
	width: 82%;
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	background: none;
	border: none;
	display: none;
	border-bottom: 1px solid #ccc;
}

.search-box .submit {
	width: 15px;
	height: 15px;
	float: right;
	background: url(../images/wel13.png) no-repeat top;
	border: none;
	position: absolute;
	right: 0;
	top: 32px;
	padding: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

header.one .search-box .submit {
	background: url(../images/wel13_h.png) no-repeat center;
}

.search-two {
	display: none;
}

.search-one {
	display: block;
}


/*招商加盟*/

.join_f,
.join_advantage,
.join_flow,
.join_jxs,
.join_news {
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.join_apply {
	clear: both;
}

.join_f {
	background-image: url(../images/join_f.jpg);
	height: 818px;
	position: relative;
}

.join_1_t {
	position: absolute;
	left: 540px;
	top: 140px;
}

.join_ask {
	background: #f8f8f8;
	padding: 50px 0;
	overflow: hidden;
}

.join_advantage {
	background: #fff;
	padding: 50px 0;
}

.join_flow {
	height: 735px;
	background: url(../images/flow_bg.jpg);
	background-attachment: fixed;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}

.join_news {
	padding: 50px 0;
	background: #333;
}

.join_advantage .join_title h2,
.join_jxs .join_title h2,
.join_ask .join_title h2,
.join_brand .join_title h2 {
	color: #333;
}

.join_advantage .join_title p,
.join_brand .join_title p,
.join_ask .join_title p {
	text-align: center;
	font-size: 16px;
	color: #666;
}

.join_ask form {
	display: block;
	width: 100%;
	padding-top: 50px;
}

.join_ask .formitem {
	width: 390px;
	float: left;
	margin-right: 15px;
}

.join_ask input[type="text"] {
	width: 358px;
	display: block;
	float: left;
	border: 1px solid #eee;
	padding: 25px 15px;
}

.join_ask input[type="submit"] {
	cursor: pointer;
}

.join_jxs {
	background: #fff;
	overflow: hidden;
	padding: 50px 0 0;
}

.join_title {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
	text-align: center;
}

.join_title h3 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 1;
}

.join_title h2 {
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 60px;
}

.join_title p {
	text-align: center;
	line-height: 26px;
	color: #fff;
}

.join_advantage ul li {
	float: left;
	width: 372px;
	color: #fff;
	margin-left: 42px;
	margin-bottom: 42px;
}

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

.join_advantage ul li h3 {
	line-height: 40px;
	padding-top: 10px;
	font-size: 20px;
	color: #333;
}

.join_advantage ul li p {
	line-height: 24px;
	color: #666;
}

.join_advantage ul {
	width: 1242px;
	margin-left: -42px;
}

.join_advantage ul li .join_img {
	width: 372px;
	height: 260px;
	overflow: hidden;
}

.join_flow img {
	display: block;
	margin: 40px auto;
}

.join_apply .apply_pages {
	padding: 60px;
	color: #333;
	background: #fff;
	margin-top: -60px;
}

.join_apply h2 {
	color: #333;
}

.join_apply .apply_pages h3 {
	line-height: 65px;
	font-size: 24px;
}

.join_apply .apply_pages p {
	line-height: 30px;
	font-size: 15px;
	color: #8c8c8c;
}

.join_apply .apply_pages a {
	display: block;
	width: 230px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	background: #e53f46;
	font-size: 21px;
	margin-top: 60px;
	border-radius: 4px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.join_apply .apply_pages a:hover {
	background: #00734c;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.join_news {
	padding: 50px 0;
	background: #333;
	height: 500px;
}

.join_pattern {
	padding: 80px 0;
	overflow: hidden;
}

.pattern_l {
	float: left;
	margin-left: 30px;
}

.pattern_r {
	float: right;
	width: 460px;
	margin-right: 60px;
}

.pattern_r h2 {
	padding-bottom: 30px;
	font-size: 30px;
}

.pattern_r p {
	padding-bottom: 40px;
	font-size: 16px;
	line-height: 26px;
}

.join_brand {
	padding: 80px 0;
	overflow: hidden;
}

.skill_bg li {
	background: #fff;
	overflow: hidden;
	height: 380px;
}

.skill_bg * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.skill_bg .intelligence_l h2 {
	font-size: 30px;
	padding-bottom: 16px;
}

.skill_bg .intelligence_l h2 span {
	font-weight: 300;
}

.skill_bg .intelligence_l p {
	font-size: 14px;
	padding-bottom: 16px;
	line-height: 24px;
	color: #666;
	padding-bottom: 30px;
}

.intelligence_l {
	width: 600px;
	text-align: left;
	float: left;
	padding: 110px 80px;
}

.intelligence_r {
	width: 600px;
	float: right;
}

.intelligence_l img {
	float: left;
	padding-bottom: 65px;
	padding-right: 20px;
}


/*产品内页*/

.pro_show .big_img {
	float: left;
	width: 500px;
	height: 500px;
	overflow: hidden;
	border: 1px solid #eee;
}

.pro_show .big_img:hover img {
	transform: scale(1.02, 1.02);
}

.pro_show .pro_info {
	float: right;
	width: 650px;
}

.pro_show .pro_info .info_menu {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 15px;
}

.pro_show .pro_info .info_menu li {
	float: left;
	width: 80px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border: 1px solid #d5d5d5;
	color: #999;
	background: #fff;
	cursor: pointer;
	border-radius: 20px;
	margin-right: 15px;
}

.pro_show .pro_info .info_menu li:hover,
.pro_show .pro_info .info_menu .on {
	background: #00734c;
	color: #fff;
	border-color: #00734c;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.intro_01 li,
.intro_02 li {
	display: block;
	width: 100%;
	line-height: 30px;
	text-align: left;
	color: #666;
}

.intro_01 li b,
.intro_02 li b {
	font-size: 15px;
	padding-right: 10px;
}

.intro_03 {
	width: 570px;
	margin-left: -20px;
}

.intro_03 li {
	width: 262px;
	height: 262px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}

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

.skill_link {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.skill_link h3 {
	font-weight: normal;
	padding: 10px 0;
	border: 1px solid #d5d5d5;
	border-left: 0;
	border-right: 0;
	margin: 10px 0;
}

.skill_link div {
	display: block;
	float: left;
	margin-right: 20px;
	width: 84px;
	text-align: center;
	padding-bottom: 20px;
}

.skill_link div img {
	width: 50px;
}

.intro_04 li {
	float: left;
	width: 420px;
	margin-bottom: 16px;
	position: relative;
}

.intro_04 li .ex_news_img {
	width: 420px;
	height: 240px;
	overflow: hidden;
}

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

.intro_04 li b {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background: url(http://shanghailima.com/static/web/css/../img/syvi.png) no-repeat center;
	background-size: cover;
	z-index: 999;
}

.intro_04 li .mask {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: url(http://shanghailima.com/static/web/css/../img/mask.png) repeat;
	transition: all 0.5s ease 0s;
}

.intro_04 li:hover .mask {
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}

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

.pro_ewm {
	width: 100px;
	height: 100px;
	float: right;
	text-align: center;
	background-size: 100%;
}


/*匠心智造*/

.jxzz_02 .join_title h2,
.jxzz_03 .join_title h2,
.jxzz_04 .join_title h2,
.jxzz_05 .join_title h2 {
	color: #ddc079;
}

.jxzz_f {
	background-image: url(../images/jxzz_f.jpg);
	height: 804px;
	position: relative;
}

.jxzz_01 {
	text-align: center;
	color: #fff;
	background: #0f1632;
	padding: 60px 60px;
}

.jxzz_01 h2 {
	padding-bottom: 20px;
	font-size: 30px;
	color: #ddc079;
}

.jxzz_01 p {
	line-height: 28px;
}

.jxzz_02 {
	padding-top: 50px;
	overflow: hidden;
	position: relative;
}

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

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

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

.jxzz_video {
	float: left;
	width: 1200px;
	margin-bottom: 16px;
	position: relative;
}

.jxzz_video .ex_news_img {
	width: 1200px;
	height: 578px;
	overflow: hidden;
}

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

.jxzz_video b {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	background: url(../images/video.png) no-repeat center;
	background-size: cover;
	z-index: 999;
}

.jxzz_video .mask {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: url(http://shanghailima.com/static/web/css/../img/mask.png) repeat;
	transition: all 0.5s ease 0s;
}

.jxzz_video:hover .mask {
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}

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

.jxzz_04 .cn_flexslider .slides li,
.jxzz_04 .cn_flexslider .slides .img,
.jxzz_04 .cn_pro-switch,
.jxzz_04 #banner {
	height: 686px;
}
