@charset "utf-8";

/*全局*/

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

.iconfont {
	font-family: "iconfont";
	font-style: normal;
}

.bgc-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}

.bg-gold {
	background: #c48a3f;
}

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

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

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

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

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

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

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

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

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

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

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

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

:focus {
	outline: none;
}

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

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

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.3s 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: 680px;
	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(0, 0, 0, 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;
	box-sizing: border-box;
	background: url(../images/headerbg.png) repeat-x;
}

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

.header .logo {
	width: 95px;
	height: 75px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(logo.png);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	margin: 6px 0 8px;
	float: left;
}

.header .logo.b {
	background-image: url(logo_b.png);
	width: 102px;
	height: 52px;
	margin-top: 8px;
}

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

.header .nav li {
	width: auto;
	height: 100%;
	float: left;
	margin-right: 20px;
	position: relative;
}

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

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

.header .nav li a.nav_link 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;
	bottom: 0;
	z-index: -1;
	background: #c48a3f;
}

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

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


/*flash*/

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

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

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

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 720px;
	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: #fff;
	cursor: default;
	width: 20px;
}


/*foot*/

.foot {
	background-color: #f8f8f8;
	position: relative;
	clear: both;
	width: 100%;
}

.foot .foot_info form {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	float: left;
	margin-top: 20px;
}

.foot .foot_info input[type="text"] {
	display: block;
	float: left;
	width: 200px;
	line-height: 35px;
	height: 35px;
	padding: 0 20px;
	text-align: left;
	background-color: #f1f1f1;
}

.foot .foot_info input[type="submit"] {
	display: block;
	float: left;
	width: 65px;
	height: 35px;
	background-image: url(../images/foot_icon.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f1f1f1;
}

.foot .foot_info {
	width: 100%;
	padding: 25px 0;
	clear: both;
	overflow: hidden;
	background: #1f1f1f;
}

.foot .foot_info ul li {
	float: left;
	padding-right: 80px;
}

.foot .foot_info ul li h3 {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
}

.foot .foot_info i {
	display: block;
	width: 22px;
	height: 1px;
	background: #ccc;
	margin: 15px 0;
}

.foot .foot_info ul {
	padding-top: 30px;
	float: left;
}

.foot .foot_info ul li a {
	display: block;
	width: 100%;
	line-height: 30px;
	color: #838383;
	font-size: 14px;
}

.foot .foot_info ul li a:hover {
	text-decoration: underline;
	color: #c48a3f;
}

.foot .foot_info img {
	display: block;
	float: left;
	padding-right: 15px;
}

.foot .foot_info p {
	display: block;
	float: left;
	color: #666;
	font-size: 14px;
	padding-top: 15px;
}

.foot .foot_info b {
	font-size: 34px;
	line-height: 45px;
	color: #c48a3f;
}

.foot .fr h3 {
	font-size: 26px;
	color: #fff;
	line-height: 80px;
}

.foot .footer {
	line-height: 50px;
	text-align: left;
	color: #999;
	clear: both;
	overflow: hidden;
	background: #181818;
}

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

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

.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: -15px;
	width: 1215px;
	min-height: 300px;
}

.web_prolist li {
	float: left;
	margin-left: 15px;
	width: 288px;
	margin-bottom: 20px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	border: 1px solid #f4f4f4;
}

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

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

.web_prolist li:hover span {
	color: #c48a3f;
}

.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: 240px;
	margin: 20px 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 #999;
	color: #666;
	display: inline;
	padding: 4px 8px;
}

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

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

.ra {
	color: #666;
}

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

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

.red {
	color: #ff0000;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

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

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

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


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

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

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

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

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


/*次导航*/

.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=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ccc48a3f, endColorstr=#ccc48a3f);
	background: rgba(255, 255, 255, .9);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 52px;
	left: 0;
}

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

.header .nav li ul.subnav li a {
	background: transparent;
	color: #333;
	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: #c48a3f;
	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;
	margin-bottom: 25px;
	margin-top: 25px;
	overflow: hidden;
	background: #fff;
	position: relative;
	height: 195px;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border-bottom: 1px solid #eee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news_show_content img {
	display: block;
	max-width: 100%;
}

.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(0, 0, 0, 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%;
}

.nav_menu ul {
	width: 1200px;
	position: relative;
	height: 45px;
	padding-bottom: 40px;
}

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

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

.nav_menu ul li:hover a em,
.nav_menu ul li a.on em {
	width: 100%;
	color: #fff;
}

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

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

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

.nav_menu .nav_links {
	float: right;
}

.nav_menu .nav_links a {
	float: left;
	padding: 0 10px;
	color: #999;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	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: #fff;
	overflow: hidden;
}

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

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


/*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(0, 0, 0, 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(0, 0, 0, 0);
	font-size: 16px;
	transition: all ease-out .3s;
}

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

.exlist li:hover .prodcut_info {
	background: rgba(0, 0, 0, .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 {
	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(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
}

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

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

.honor .honor_list li {
	float: left;
	width: 282px;
	margin-left: 24px;
	margin-bottom: 24px;
}

.honor .honor_list li .honor_img {
	width: 282px;
	height: 233px;
	overflow: hidden;
}

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

.honor .honor_list li:hover {
	border-color: #000;
}

.honor .honor_list li:hover span {
	background: #fff;
}

.honor .honor_list li span {
	display: block;
	text-align: center;
	color: #333;
	line-height: 40px;
	background: #fff;
}

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

.case .case_list li {
	float: left;
	width: 288px;
	margin-left: 16px;
	margin-bottom: 16px;
}

.case .case_list li .case_img {
	width: 288px;
	height: 245px;
	overflow: hidden;
}

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

.case .case_list li:hover span {
	background: #000;
	color: #fff;
}

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

.condition p {
	font-size: 14px;
	line-height: 35px;
}

.condition img {
	position: absolute;
	left: 0;
	bottom: -33px;
}

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

.policy ul li {
	float: left;
	width: 338px;
	background: #fff;
	margin: 0 0 20px 20px;
	padding: 40px 20px;
	text-align: center;
	transition: all .3s ease-out 0s;
	border: 1px solid #d5d5d5;
}

.policy ul li:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	background: #000;
	border-color: #000;
	color: #fff !important;
}

.policy ul li:hover p {
	color: #fff !important;
	transition: all .3s ease-out 0s;
}

.policy ul li .nums {
	font-size: 34px;
	padding-bottom: 14px;
}

.policy ul li .join_tit {
	font-size: 20px;
	position: relative;
	padding-bottom: 14px;
}

.policy ul li .join_tit:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 30px;
	height: 1px;
	background: #ccc;
	margin-left: -15px;
}

.policy ul li .subtitle {
	line-height: 22px;
	padding-top: 22px;
	min-height: 90px;
}

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

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

.news_show_time a:hover {
	text-decoration: underline;
}


/*产品列表*/

.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-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(0, 0, 0, .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: #c48a3f;
}

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

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

.pro_menu .search .search_input {
	display: block;
	float: right;
	width: 224px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	border: 1px solid #E0E0E0;
	color: #999;
	background: #fff;
	padding: 0 10px !important;
	text-align: left;
}

.pro_menu .search .reset_input {
	display: block;
	float: right;
	text-align: center;
	line-height: 38px;
	height: 38px;
	border: 0 !important;
	background: #c48a3f url(../images/search_b.png) no-repeat center;
	background-size: 18px;
	color: #fff;
	width: 40px;
	cursor: pointer;
}

.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;
	margin-bottom: 5px;
}

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

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

.propage {
	display: table;
	margin: 30px auto;
	padding: 0 15px;
	line-height: 38px;
	border: solid 1px #ccc;
}

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

.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, 1);
	z-index: 99;
	display: none;
	overflow: hidden;
	padding: 60px 0;
}

.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 #ccc;
	font-size: 12px;
	color: #3C3C3C;
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.nav-sub-more:hover {
	background-color: #0054a4;
	border-color: #0054a4;
	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;
}

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

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

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

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

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

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

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

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

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

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

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

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

.changge_language a {
	float: right;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background: #c48a3f;
	border: 1px solid #c48a3f;
	display: block;
	margin-top: 24px;
	margin-left: 20px;
}

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

.changge_language a:hover {
	background: #fff;
	color: #c48a3f;
}

.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: #666 !important;
	background: #fff;
}

.menu_down a.pro_menu:hover {
	color: #fff !important;
	background-color: #c48a3f;
}

.menu_down a.ck {
	background-color: #c48a3f;
	color: #fff;
}

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

.nav_menu ul li .menu_down {
	display: none;
	padding-bottom: 0px;
	position: absolute;
	background: #fff;
	left: 0;
	z-index: 99;
	top: 45px;
	box-shadow: 0 8px 42px rgba(0, 0, 0, .2);
}

.index_pro {
	padding: 40px 0 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.index_pro:after {
	content: '';
	background: #5d4439;
	position: absolute;
	height: 600px;
	width: 100%;
	left: 0;
	right: 0;
	top: 210px;
	z-index: 0;
}

.index_pro .pro_more {
	float: left;
	width: 100%;
	height: 130px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
}

.index_pro .pro_more h3,
.index_title h3 {
	font-weight: bold;
	color: #000;
	font-size: 26px;
	letter-spacing: 6px;
	line-height: 1.5;
}

.index_pro .pro_more h4,
.index_title h4 {
	font-weight: normal;
	color: #6f6f6f;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 6px;
	margin-bottom: 8px;
}

.index_pro .pro_more p {
	color: #787878;
	line-height: 22px;
	font-size: 14px;
	padding: 30px 0;
}

.index_pro .pro_more a {
	display: block;
	width: 136px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	z-index: 1;
	position: relative;
	border: 1px solid #000;
}

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

.index_pro .pro_more a:hover {
	color: #fff;
}

.index_pro .pro_more a:hover em {
	width: 100%;
}

.index_prolist {
	float: right;
	width: 1200px;
}

.index_prolist li {
	float: left;
	position: relative;
	z-index: 1;
	padding: 0px 0;
	width: 302px;
}

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

.index_prolist li {
	text-align: center;
	position: relative;
}

.index_prolisti {
	height: 336px;
	overflow: hidden;
	position: absolute;
	top: -36px;
	left: -36px;
}

.index_prolist .pro_c h3 {
	color: #fff;
}

.index_prolist .pro_c p {
	color: #fff;
	font-size: 14px;
}

.index_prolist .pro_c .more {
	background: #000;
	width: 136px;
	height: 40px;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

.index_prolist li .gray {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transition: all .5s;
}

.index_prolist .prolist_left {
	width: 374px;
	height: 672px;
	margin-left: -74px;
}

.index_prolist .prolist_left img {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	;
	transform: none !important;
}

.index_prolist li:hover .gray {
	opacity: .7;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transition: all .5s;
}

.index_prolist li:hover .h_trans::before,
.index_prolist li:hover .h_trans::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
}

.index_prolist li .h_trans::before {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
}

.index_prolist li .h_trans::after {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-moz-transform: scale(1, 0);
}

.index_prolist li .h_trans::before,
.index_prolist li .h_trans::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transition: all .5s;
	z-index: 99;
}

.index_prolist li:hover .index_prolistc h3 {
	color: #000;
	transition: all .36s ease;
}

.index_prolist li:hover img {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

.index_pro ul .prolist_big {
	width: 600px;
	height: 300px;
	background: #fff;
	box-shadow: 0 -23px 40px rgba(0, 0, 0, .04);
}

.index_pro ul .prolist_smll {
	width: 300px;
	height: 600px;
	margin-bottom: 15px;
	float: right;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 23px 40px rgba(0, 0, 0, .04);
}

.index_pro ul .prolist_bottoml {
	width: 600px;
	height: 300px;
	float: left;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 23px 40px rgba(0, 0, 0, .04);
}

.index_pro ul .prolist_smll .index_prolisti {
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

.index_pro ul .prolist_bottoml .index_prolisti {
	height: 300px;
	width: 300px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	left: auto;
}

.prolist_big .index_prolistc {
	opacity: 1;
	position: inherit;
	text-align: left;
	text-align: center;
	padding-left: 300px;
	margin-top: 108px;
}

.prolist_smll .index_prolistc {
	opacity: 1;
	position: inherit;
	text-align: left;
	text-align: center;
	padding-left: 0;
	margin-top: 408px;
}

.prolist_bottoml .index_prolistc {
	opacity: 1;
	position: inherit;
	text-align: left;
	text-align: center;
	padding-left: 0;
	margin-top: 108px;
	float: left;
	width: 300px;
}

.index_prolistc h3 {
	color: #333;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 16px;
	margin-bottom: 20px;
	position: relative;
}

.index_prolistc h3:after {
	content: '';
	width: 16px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
}

.index_prolistc p {
	color: #8a8a8a !important;
	line-height: 22px;
	font-size: 14px;
	text-transform: uppercase;
}

.index_menu {
	background-image: url(../images/index_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 546px;
	position: relative;
	margin-top: 0px;
	text-align: center;
}

.index_menu b {}

.index_menu p {
	color: #fff;
	font-size: 16px;
}

.index_prolisti .more::before {
	content: '';
	width: 21px;
	height: 1px;
	line-height: 40px;
	margin-left: -10px;
	top: 0;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 50%;
	z-index: 99;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}

.index_prolisti .more::after {
	content: '';
	width: 1px;
	height: 21px;
	line-height: 40px;
	left: 50%;
	margin-top: -10px;
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 99;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}

.index_prolist li:hover .index_prolisti .more::before {
	top: 50%;
	opacity: 1;
}

.index_prolist li:hover .index_prolisti .more::after {
	top: 50%;
	opacity: 1;
}


/*首页新闻*/

.newslist {
	background: #fff;
	overflow: hidden;
	position: relative;
	padding: 40px 0;
}

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

.exnews li {
	width: 384px;
	float: left;
	margin-left: 24px;
	margin-bottom: 30px;
	position: relative;
	height: 285px;
	overflow: hidden;
	z-index: 1;
	background: #fff;
	box-shadow: 0 4px 22px rgba(0, 0, 0, .2);
}

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

.exnews li .news_img {
	width: 100%;
	height: 200px;
	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: 200px;
	overflow: hidden;
}

.exnews li .news_boxs {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center
}

.exnews li h3 {
	overflow: hidden;
	font-weight: normal;
	color: #000;
	font-size: 16px;
	position: absolute;
	left: 20px;
	top: 220px;
	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: 245px;
	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 p {
	height: 75px;
	line-height: 25px;
	color: #fff;
	position: absolute;
	width: 300px;
	left: 20px;
	top: 300px;
	z-index: 1;
	overflow: hidden;
	z-index: 2;
}

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


/*用户登陆*/

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

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

.Validform_right {
	color: green;
}

.Validform_wrong {
	color: #f60;
}


/*产品推荐*/

.recom_img {
	padding-bottom: 30px;
	float: left;
}

.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: 266px;
	margin-left: 15px;
	position: relative;
	background: #fff;
	margin-bottom: 15px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

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

.recom_list 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;
	border: 1px solid #c48a3f;
}
.recom_list li span{
    padding-top: 10px;
    overflow: hidden;
    display: block;
}
.recom_list li h3 {
	font-weight: normal;
	color: #999;
	line-height: 2;
}

.recom_list li i {
	display: block;
	width: 0;
	height: 1px;
	background: #c48a3f;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.recom_list li:hover i {
	width: 100%;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

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

.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: 650px;
	width: 410px;
	overflow: hidden;
	background: #000;
}

.big_list {
	float: left;
	width: 790px;
}

.big_list ul {
	float: left;
}

.big_list ul li {
	float: left;
	border: 1px solid #eee;
	background: #fff;
	text-align: center;
	width: 246px;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.big_list ul li a {
	padding: 12px 0;
	overflow: hidden;
	display: block;
}

.big_list ul li div {
	overflow: hidden;
	width: 230px;
	height: 230px;
	margin: 0 auto;
}

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

.big_list ul li h3 {
	font-weight: normal;
	color: #999;
	padding-top: 8px;
}

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

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

.pro_top ul {
	width: 1234px;
	padding-top: 20px;
	clear: both;
	margin-left: -34px;
}

.pro_top ul li {
	float: left;
	width: 274px;
	text-align: center;
	margin-left: 34px;
	margin-bottom: 34px;
	overflow: hidden;
}

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

.pro_top ul li h3 {
	font-weight: normal;
	font-size: 14px;
	color: #333;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	float: left;
	width: 100%;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pro_top ul li p {
	text-transform: capitalize;
	font-size: 14px;
}

.pro_top ul li:hover h3 {
	background: #c48a3f;
	color: #fff;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

.pro_top ul li .icon {
	width: 274px;
	height: 328px;
	display: -webkit-inline-box;
	background-position: top;
	text-align: center;
	background-size: 100%;
	overflow: hidden;
	float: left;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

.pro_bot a {
	display: block;
	width: 555px;
	overflow: hidden;
	padding: 14px;
	position: relative;
	background: #fff;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pro_bot a:hover {
	background: #c48a3f;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

.pro_bot a:hover img {
	transform: scale(1.03, 1.03)
}

.pro_bot a div {
	text-align: center;
	width: 555px;
	height: 282px;
	overflow: hidden;
}

.pro_bot h3 {
	line-height: 40px;
	padding-top: 10px;
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: normal;
}

.pro_bot p {
	line-height: 30px;
	text-transform: capitalize;
	font-size: 16px;
	color: #fff;
}

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

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


/*加盟流程end*/


/*悬浮窗*/

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

.sidebar ul {
	background: #242424;
}

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

.sidebar ul li span {
	position: absolute;
	right: 60px;
	top: 0;
	background: #242424;
	color: #fff;
	padding: 10px;
	width: 96px;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: -1;
}

.sidebar ul li img {
	opacity: .5;
}

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

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

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

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

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

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


/*悬浮窗end*/

.index_menu .pro_more {
	float: left;
	width: 100%;
	height: 130px;
	text-align: left;
	margin-top: 60px;
}

.index_menu .pro_more h3,
.index_title h3 {
	font-weight: bold;
	color: #000;
	font-size: 26px;
	letter-spacing: 6px;
	line-height: 1.5;
}

.index_menu .pro_more h4,
.index_title h4 {
	font-weight: normal;
	color: #6f6f6f;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 6px;
	margin-bottom: 8px;
}


/*产品推荐*/

.row {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}

.index_pronew {
	background: #f8f8f8;
}

.index_pronew ul {
	z-index: 99;
	width: 200px;
	margin: 0 auto;
	float: left;
	position: relative;
	padding-top: 20px;
}

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

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

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

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

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

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

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

.big_pro {
	width: 484px;
	float: left;
	height: 233px;
}

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

.index_vi ul {
	float: left;
	width: 489px;
	margin-left: -5px;
}

.index_vi li {
	border: 1px solid #eee;
	padding: 0 !important;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 115px !important;
}

#tab-1,
#tab-2,
#tab-3,
#tab-4,
#tab-5,
#tab-6,
#tab-7,
#tab-8 {
	width: 969px;
	float: left;
	min-height: 782px;
	margin-top: 30px;
}

.tablist {
	border-left: 1px solid #ddd;
	padding-left: 30px;
}

.tablist .pro_imgs {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}

.index_promenu_ul {
	position: relative;
}

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

.tablist .index_promenu_t h2 {
	font-weight: normal;
	font-size: 18px;
	float: left;
}

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

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

.index_promenu_ul ul {
	float: left;
	width: 984px;
	margin-left: -15px;
	min-height: 280px;
}

.index_promenu_ul a {
	padding: 0;
}

.index_promenu_ul ul li {
	float: left;
	width: 231px;
	text-align: center;
	background: #fff;
	margin-left: 15px;
	margin-bottom: 15px;
	position: relative;
	padding: 0;
}

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

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

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

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

.tablist {
	transition: all 0s;
}

.index_promenu_ul .another_img {
	width: 211px;
	height: 211px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}

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

.index_promenu_ul .another_t p {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 40px;
}

.index_promenu_ul .another_t {
	text-align: center;
	padding: 0;
}

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

.index_promenu_i img {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.index_qwdz {
	background: #f8f8f8;
	overflow: hidden;
	position: relative;
	padding: 0 0 40px 0;
}

.jion10 {
	background: url(../uploadimg/jion5.jpg) no-repeat center;
	height: 1049px;
}

.headers {
	position: fixed;
	top: 0;
	height: 30px;
	width: 100%;
	line-height: 30px;
	background: #232323;
}

.headers .alw-tel {
	float: left;
	color: #ddd;
}

.headers .alw-tel span {
	color: #ffe100;
}

.headers .entry-btn {
	float: right;
	color: #ddd;
	line-height: 30px;
}

.headers .entry-btn:hover {
	color: #ffe100;
}

.headers .entry-btn .icon-app {
	display: inline-block;
	zoom: 1;
	position: relative;
	height: 14px;
	width: 18px;
	background: url(../images/alw_icon_menu.png) no-repeat left top;
	vertical-align: sub;
	margin-right: 2px;
}

.headers .entry-btn:hover .icon-app {
	background-position: left bottom;
}

.tabs li {
	float: left;
	width: 150px;
	padding: 0px 0 16px;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.tabs a {
	display: block;
	font-size: 18px;
	text-decoration: none;
}

.tabs li:hover {}

.tabs li:hover a {
	color: #000;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.active {}

.active a {
	color: #666;
}


/*技术服务*/

.skill-page {
	background-image: url(../images/skill_02.jpg);
	width: 100%;
	clear: both;
	margin-top: 40px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}

.skill li {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 60px;
}

.skill li img {
	display: block;
	float: left;
}

.skill li div {
	float: right;
	width: 590px
}

.skill li h3 {
	padding-top: 80px;
	color: #000;
	font-size: 24px;
	line-height: 1.3;
	padding-bottom: 20px;
}

.squat li {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 60px;
}

.squat li .squat_info {
	font-size: 20px;
	line-height: 35px;
	color: #3f3f3f;
	padding: 75px 25px 0 25px;
	width: 560px;
}

.ab_img2s {
	width: 1200px;
	clear: both;
	float: left;
	position: relative;
	margin: 50px 0;
	overflow: hidden;
}

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

.ab_img2 ul {
	width: 1227px;
	margin-left: -27px;
	position: relative;
}

.ab_img2 ul li {
	width: 200px;
	margin-left: 27px;
	float: left;
	position: relative;
	border: 1px solid #fff;
	background: #fff;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ab_img2 ul li p {
	text-align: center;
	line-height: 30px;
	height: 40px;
}

.ab_img2s .pro_next:hover {
	background-color: #c48a3f;
	background-position: bottom;
}

.ab_img2s .pro_prv:hover {
	background-color: #c48a3f;
	background-position: bottom;
}

.ab_img2s .pro_prv {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	background-image: url(ab_prv.png);
	position: absolute;
	cursor: pointer;
	margin-top: -25px;
	background-color: #fff;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ab_img2s .pro_next {
	width: 50px;
	border-radius: 50%;
	margin-top: -25px;
	height: 50px;
	right: 0;
	top: 50%;
	background-image: url(ab_next.png);
	background-size: cover;
	position: absolute;
	cursor: pointer;
	background-color: #fff;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ab_img2 ul li i {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	padding: 30px;
	display: block;
	border: 1px solid #eee;
	border-radius: 50%;
}

.ab_img2 ul li h3 {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	line-height: 1;
	padding-bottom: 8px;
	padding-top: 20px;
}

.ab_img2 ul li h4 {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	color: #989898;
}

.ab_img2 ul li:hover i {
	border: 1px solid #c48a3f;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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


/*首页新闻*/

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

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

.header .head_search form {
	display: block;
	position: absolute;
	right: 0;
	top: 80px;
	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_icon.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;
}

.about_list {
	width: 1204px;
	margin-left: -4px;
	float: left;
}

.about_list li {
	float: left;
	margin-left: 4px;
}

.about_list li div {
	overflow: hidden;
	width: 297px;
	height: 202px;
}

.about_list li span {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 45px;
	color: #333;
	background: #fff;
}

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

.about_list li:hover span {
	color: #000;
}


/*招商加盟*/

.join_f,
.flow_bg,
.join_desc,
.join_advantage {
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
}

.join_f {
	background-image: url(../images/join_01.jpg);
	height: 635px;
	position: relative;
}

.join_f a {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 100%;
}
.join_tit{width: 100%;clear: both;overflow: hidden;padding-bottom: 40px; text-align: center;}
.join_tit h3{line-height: 1;font-size: 30px;color: #333;padding-bottom: 15px;}
.join_tit h4{font-weight: normal;color: #666;font-size: 18px;}
.join_tit p{line-height: 24px;font-size: 14px;color: #333;}
.join_advantage{padding: 50px 0 0 0;height: 460px;}
.join_advantage .ad_list{clear: both;width: 100%;}
.join_advantage .ad_list li{width: 20%;text-align: center;color: #333;float: left;cursor: pointer; padding-bottom: 20px;}
.join_advantage .ad_list li p{line-height: 21px;font-size: 14px;height: 42px;}
.join_advantage .ad_list li img{display: block;margin: 15px auto;}
.join_advantage .ad_list li:hover img{transform: rotateY(180deg);}

.join_object{width: 100%;overflow: hidden;height: 600px; background: url(../images/join_advantage.jpg) no-repeat center;}
.join_object .object_page{width: 400px;float: right; margin-top: 50px;}
.join_object .object_page h3{font-size: 34px;line-height: 90px;border-bottom: 1px solid #666;color: #fff;margin-bottom: 25px;}
.join_object .object_page ul li{float: left;width: 100%;padding: 15px 0; color: #fff; line-height: 26px;}
.join_object .object_page ul li h2{ padding-bottom: 10px;}


.join_flow,
.join_oem {
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #efefef;
	position: relative;
}

.join_oem {
	background: url(../images/join_04.jpg) no-repeat;
}

.join_oem .about_title h3 {
	color: #fff;
}

.join_oem .about_title h4 {
	color: #bbbbbb;
}

.join_oem .about_title div {
	float: initial;
	text-align: center;
}

.join_flow {
	padding: 50px 0 0;
	text-align: center;
	height: 560px;
	background:#333;
}

.join_flow .about_title div {
	text-align: center;
	float: initial;
}

.join_flow .join_tit h3 {
	color: #fff;
}

.join_flow .join_tit h4 {
	color: #fff;
}

.join_oem {
	padding-bottom: 50px;
	padding-top: 50px;
}

.join_flow .flow_bg {
	background-image: url(../images/join_03.jpg);
	position: absolute;
	height: 662px;
	left: 0;
	top: 0;
}

.join_flow .flow_desc {
	width: 100%;
}

.join_flow .flow_desc img,
.join_oem img {
	display: block;
	margin: 0 auto;
}

.join_oem .oem_page h3 {
	font-size: 21px;
	line-height: 36px;
	color: #fff;
}

.join_oem .oem_page p {
	padding: 20px 0;
	font-size: 14px;
	color: #cbcccc;
	line-height: 2;
}

.join_flow .flow_desc h3 {
	line-height: 175px;
	color: #fff;
	font-size: 42px;
}

.join_msg {
	overflow: hidden;
	clear: both;
	padding: 50px 0;
	background: #fff;
}

.join_msg .about_title h3 {
	color: #fff;
}

.join_msg .about_title h4 {
	color: #bbbbbb;
}

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

.join_msg textarea {
	display: block;
	float: left;
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	line-height: 20px;
	width: 1156px;
	height: 60px;
}

.join_msg input[type="submit"] {
	width: 400px;
	height: 56px;
	background: #c48a3f;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.join_desc {
	background-image: url(../images/join_02.jpg);
	height: 586px;
	position: relative;
}

.join_desc .container {
	background: #fff;
}

.join_desc .about_title {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 50px;
	margin-top: 0px;
}

.join_desc .about_title h3 {
	color: #c48a3f;
}

.join_desc .about_title h4 {
	color: #bbbbbb;
}

.join_desc .desc_page {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
	background: #fff;
	text-align: center;
}


/*产品分类列表*/

.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: 31px;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	font-family: "gothic";
}

.wrap_pro .pro_tit i {
	display: block;
	width: 15px;
	height: 3px;
	background: #c48a3f;
	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;
}

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

.wrap_pro .wrap_list li div {
	overflow: hidden;
	width: 275px;
	height: 275px;
}

.wrap_pro .wrap_list li span {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	background: #fff;
	text-align: center;
	display: block;
}

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

.i_search {
	position: relative;
	clear: both;
	background-image: url(../images/i_search.jpg);
	height: 192px;
	background-position: center;
	position: relative;
}

.i_search form {
	display: block;
	float: left;
	width: 500px;
}

.i_search p {
	line-height: 25px;
	color: #787878;
	padding: 40px 0 20px 0;
	text-align: center;
}

.i_search input {
	display: block;
	float: left;
	border-radius: 25px;
	line-height: 40px;
	height: 40px;
}

.i_search input[type="text"] {
	background: #fff;
	padding: 0 20px;
	width: 300px;
	margin-right: 10px;
}

.i_search input[type="submit"] {
	background: #C10802;
	color: #fff;
	text-align: center;
	width: 150px;
	cursor: pointer;
}

.brand_top img {
	display: block;
	padding-bottom: 40px;
}

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

.ab_img2 .pro_prv {
	width: 30px;
	height: 50px;
	background-image: url(ab_prv.png);
	cursor: pointer;
	background-position: bottom;
	background-color: #333;
	opacity: 0.8;
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
}

.ab_img2 .pro_next {
	width: 30px;
	height: 50px;
	background-image: url(ab_next.png);
	cursor: pointer;
	background-position: bottom;
	background-color: #333;
	opacity: 0.8;
	float: left;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}

.brand_left {
	width: 540px;
	float: left;
	padding-top: 100px;
}

.brand_list .brand_img {
	width: 540px;
	height: 366px;
	overflow: hidden;
	margin-bottom: 25px;
}

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

.brand_list h3 {
	line-height: 50px;
	font-weight: normal;
	font-size: 26px;
	color: #000;
	text-transform: uppercase;
}

.brand_list p {
	line-height: 25px;
	color: #434343;
	padding-bottom: 40px;
}

.brand_right {
	float: right;
	width: 540px;
}

.i_tit {
	overflow: hidden;
	clear: both;
	padding-bottom: 20px;
	text-align: left;
	position: relative;
}

.i_tit h3 {
    line-height: 40px;
    color: #333;
    font-size: 20px;
    font-weight: 100;
}

.i_tit p {
	text-transform: capitalize;
	line-height: 1;
	font-size: 14px;
	color: #c3c3c3;
}

.i_tit a {
	display: block;
	border: 1px solid #d5d5d5;
	text-align: center;
	color: #999;
	width: 100px;
	height: 30px;
	line-height: 30px;
	position: relative;
	border-radius: 20px;
	z-index: 1;
	text-transform: uppercase;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.i_tit a:hover {
	border-color: #c48a3f;
	color: #fff;
	transition: all 0.36s ease;
}

.i_tit a:hover em {
	width: 100%;
	transition: all 0.36s ease;
}

.i_tit a em {
	display: block;
	width: 0;
	height: 100%;
	background: #c48a3f;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.36s ease;
}

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

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

.i_news ul li {
	margin-left: 24px;
	overflow: hidden;
	margin-left: 24px;
	float: left;
	width: 384px;
}

.i_news ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.i_news ul li h3 {
	line-height: 1;
	padding-bottom: 15px;
	font-weight: normal;
	color: #3;
	font-size: 16px;
}

.i_news ul li p {
	line-height: 2;
	color: #777;
}

.i_news ul li .news_img {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
}

.i_news ul li .news_img span {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	height: 0;
	background-color: #c48a3f;
	bottom: 0;
	background-image: url(i_add.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_news ul li:hover span {
	height: 45px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_news ul li .news_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_news ul li .news_info {
	padding: 30px;
	background: #f3f3f3;
	border-top: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_news ul li:hover .news_img div {
	transform: scale(1.05, 1.05);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

.i_news ul li:hover {
	box-shadow: 0 8px 42px rgba(0, 0, 0, .12);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_news ul li:hover .news_info {
	background: #202020;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.i_join {
	width: 100%;
	height: 320px;
	clear: both;
	overflow: hidden;
	background: url(../images/index_joinbg.jpg) no-repeat center;
	position: relative;
}

.i_join .i_tit {
	padding-top: 50px;
	padding-bottom: 0;
}

.i_join .i_join_c {
	float: left;
	margin-left: 870px;
	margin-top: 130px;
}

.i_join .i_join_c h2 {
	color: #fff;
	font-size: 26px;
	padding-bottom: 30px;
}

.i_join .i_join_c p {
	color: #666;
	font-size: 14px;
}

.i_join_c a {
	display: block;
	border: 1px solid #d5d5d5;
	text-align: center;
	color: #999;
	width: 112px;
	height: 30px;
	line-height: 30px;
	position: relative;
	z-index: 1;
	margin-top: 25px;
	text-transform: uppercase;
	border-radius: 30px;
	overflow: hidden;
}

.i_join_c a:hover {
	border-color: #c48a3f;
	color: #fff;
}

.i_join_c a:hover em {
	width: 100%;
}

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

.mb24 {
	margin-bottom: 24px;
}

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

.vi_list li {
	float: left;
	margin-left: 16px;
	margin-bottom: 16px;
}

.vi_list li div {
	width: 288px;
	height: 210px;
	overflow: hidden;
}

.vi_list li span {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

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


/*次级菜单*/

.sub_menu {
	position: absolute;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	box-shadow: rgba(0, 0, 0, .1) 0px 3px 3px
}

.sub_pro {
	width: 500px;
	left: 50%;
	margin-left: -250px;
}

.sub_brand {
	width: 500px;
	left: 50%;
	margin-left: -330px;
}

.sub_skill {
	width: 340px;
	left: 50%;
	margin-left: -170px;
}

.sub_menu .sub_box {
	margin: 20px;
}

.sub_menu .sub_list {
	float: left;
	margin-left: 20px;
	display: block;
	line-height: 1;
	display: block;
}

.sub_menu .sub_list:nth-of-type(3n-2) {
	margin-left: 0;
}

.sub_menu .pro_img {
	width: 140px;
	height: 80px;
	overflow: hidden;
}

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

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

.sub_menu a:hover span {
	color: #c48a3f;
}

.header .nav li:hover .sub_pro,
.header .nav li:hover .sub_skill,
.header .nav li:hover .sub_brand {
	height: 138px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_menu {
	background-color: #fff;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}

.i_menu ul {
	width: 1220px;
	clear: both;
	margin-left: -20px;
}

.i_menu ul li {
	float: left;
	margin-left: 20px;
	width: 590px;
	cursor: pointer;
}

.i_menu ul li span {
	display: block;
	width: 590px;
	height: 180px;
	overflow: hidden;
}

.i_menu ul li:hover {
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
}

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

.i_menu ul li div {
	padding: 15px 35px 35px 35px;
	background: #fff;
}

.i_menu ul li h3 {
	line-height: 70px;
	font-weight: normal;
	color: #000;
	font-size: 21px;
}

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

.i_menu ul li a {
	display: block;
	border: 1px solid #d5d5d5;
	text-align: center;
	color: #999;
	width: 130px;
	height: 30px;
	line-height: 30px;
	position: relative;
	z-index: 1;
	margin-top: 25px;
	text-transform: uppercase;
	border-radius: 30px;
	overflow: hidden;
	float: left;
}

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

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

.i_menu ul li:hover a {
	border-color: #000;
	color: #fff;
}

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

.prolist_l {
	float: left;
}

.prolist_r {
	float: right;
}

.prolist_ra {
	padding-bottom: 30px;
}

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

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

.ab_tit {
	width: 100%;
	clear: both;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.bg-gold .ab_tit h3 {
	color: #fff;
}

.ab_tit h3 {
	font-size: 30px;
	font-weight: normal;
	color: #333;
	line-height: 1;
}

.ab_tit span {
	font-size: 14px;
	text-transform: capitalize;
	color: #999;
	line-height: 35px;
}

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

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

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

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

.about_img {
	padding-top: 40px;
}

.about_bg {
	background: url(../images/about_bg.jpg) no-repeat center;
	padding-bottom: 100px;
	padding-top: 50px;
}

.about_video {
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease 0s;
	float: left;
}

.about_video img {
	transition: all 0.5s ease 0s;
}

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

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

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

.about_desca {
	float: left;
	color: #666;
	width: 1200px;
}
.about_desca p{
	line-height: 26px;
	
}
.about_desca img {
	float: left;
	padding-right: 50px;
}

.desc_t {
	width: 100%;
	float: left;
	display: block;
	padding-top: 30px;
	padding-bottom:20px;
}

.about_desca h2 {
	color: #333;
	padding-bottom: 20px;
	font-size: 30px;
	margin-top: 25px;
}

.culture ul {
	width: 12246px;
	margin-left: -26px;
	clear: both;
	margin-top: 40px;
}

.culture ul li {
	float: left;
	width: 382px;
	margin-left: 26px;
	background: #fff;
}

.culture ul li div {
	width: 382px;
	height: 224px;
	overflow: hidden;
}

.culture h3 {
	line-height: 1;
	font-size: 21px;
	padding-bottom: 20px;
	color: #333;
}

.culture ul li h3 {
	padding: 10px 20px 0;
	line-height: 40px;
	font-size: 16px;
}

.culture ul li p {
	padding: 0 20px 20px;
	line-height: 1.6;
	color: #a2a2a2;
}

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

.idea_list p {
	color: #000;
	font-size: 14px;
	line-height: 30px;
	padding-top: 55px
}

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

.idea_01 .idea_info {
	width: 386px;
}

.idea_01 .idea_info p,
.idea_02 .idea_info p,
.idea_03 .idea_info p {
	padding-top: 15px;
	line-height: 24px;
	color: #6b6b6b;
}

.idea_01 .idea_info h3,
.idea_02 .idea_info h3,
.idea_03 .idea_info h3 {
	padding-top: 25px;
	font-size: 24px;
	color: #c48a3f;
}

.idea_01 {
	width: 1103px;
	float: right;
}

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

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

.idea_02 .idea_info {
	width: 472px;
}

.idea_03 .idea_info {
	width: 632px;
}

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

.idea_05 {
	float: left;
}

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

.idea-info h3 {
	line-height: 35px;
	font-size: 22px;
	color: #333;
}

.idea_list .idea-info p {
	font-size: 14px;
	color: #666;
	padding-top: 15px;
	padding-bottom: 40px;
}

.service h2 {
	font-size: 21px;
	padding-bottom: 25px;
	color: #c48a3f;
}

.service ul {
	width: 1230px;
	clear: both;
	margin-left: -30px;
	padding-top: 25px;
}

.service ul li {
	float: left;
	width: 585px;
	margin-left: 30px;
	height: 417px;
	padding-bottom: 25px;
}

.service ul li h3 {
	padding: 20px 0;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

.service ul li div {
	width: 585px;
	height: 245px;
	overflow: hidden;
}

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

.service b {
	font-size: 30px;
}

.about_menu {
	text-align: center;
	width: 100%;
	line-height: 38px;
}

.about_menu a {
	float: left;
	display: inline-block;
	line-height: 38px;
	font-size: 15px;
	color: #666;
	padding: 0 30px;
	position: relative;
	z-index: 1;
	margin-right: 10px;
}

.about_menu a:after {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 100%;
	background: #c48a3f;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.about_menu a:hover:after,
.about_menu a.on:after {
	height: 100%;
}

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

.cer h3 {
	font-size: 26px;
	line-height: 1;
	padding-bottom: 15px;
}

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

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

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

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

.cer_list li div {
	width: 160px;
	height: 160px;
	overflow: hidden;
	padding: 20px;
}

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

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

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

.cer_list li:hover {
	box-shadow: rgba(0, 0, 0, .1) 0px 4px 8px;
}

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

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


/*产品套间*/

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

.room_list ul li {
	display: block;
	width: 590px;
	height: 315px;
	overflow: hidden;
	float: left;
	margin: 0 0 20px 20px;
	text-align: center;
}

.room_list a {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 100%;
	cursor: pointer;
	position: relative;
}

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

.room_list ul li div {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	transform: scale(1.1, 1.1);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
}

.room_list i {
	display: block;
	background: url(../images/room_icon.png);
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 15px;
}

.room_list h3 {
	font-size: 20px;
	font-weight: normal;
	color: #c48a3f;
	line-height: 40px;
}

.room_list p {
	color: #bdbcbc;
	font-size: 14px;
	line-height: 1;
}

.room_list ul li:hover div {
	opacity: 1;
	transform: scale(1, 1);
}


/*套间内页*/

.brand_desc img {
	display: block;
	max-width: 100%;
}

.brand_desc h3.wow {
	font-weight: normal;
	color: #000;
	font-size: 24px;
	line-height: 2;
}

.idea .idea-page .idea-info {
	background: #fff;
	padding: 25px 35px;
	height: 190px;
}

.idea .idea-01 .idea-info {
	width: 290px;
}

.idea .idea-page .idea-info h3 {
	line-height: 45px;
	font-weight: normal;
	font-size: 30px;
}

.idea .idea-page .idea-info h4 {
	line-height: 40px;
	font-weight: normal;
	font-size: 16px;
}

.idea .idea-list .idea-info p {
	line-height: 1.6;
}

.idea .idea-01 {
	margin: 0 auto;
	width: 990px;
}

.idea .idea-02 {
	float: left;
	margin: 20px 0;
}

.idea .idea-03 {
	margin: 0 auto;
	width: 880px;
}

.idea .idea-02 .idea-info,
.idea .idea-03 .idea-info {
	width: 330px;
}

.history ul li {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}

.history ul li .fl {
	width: 260px;
}

.history ul li .fl h3 {
	line-height: 100px;
	font-size: 80px;
	color: #000;
}

.history ul li .fl p {
	font-size: 18px;
	color: #000;
	line-height: 25px;
}

.history ul li .fr {
	padding-right: 25px;
	width: 875px;
}

.history ul li .fr img {
	float: left;
}

.history ul li .fr div {
	background: #fff;
	padding: 45px;
	width: 255px;
	height: 235px;
	float: left;
}

.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%;
	transform: translate(-50%, -50%);
}

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

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


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

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

.pro_right h2 {
	font-size: 25px;
	padding-top: 30px;
	padding-bottom: 5px;
	color: #333;
}

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

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

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

.pro_detailed .fr {
	width: 250px;
}

.pro_detailed .fr ul li {
	border: 1px solid #eee;
	padding: 10px;
	width: 228px;
	position: relative;
	background: #fff;
	margin-bottom: 15px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

.pro_detailed .fr ul li img {
	display: block;
}

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

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

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

.pages_join .i_tit {
	float: right;
	text-align: right;
	width: 462px;
	margin-top: 50px;
}

.pages_join .i_tit i {
	right: 0;
}

.pages_join .i_tit p {
	padding-bottom: 20px;
	line-height: 24px;
	font-weight: bold;
}

.pages_join .i_tit span {
	padding-bottom: 20px;
	line-height: 24px;
}

.pages_join a {
	display: block;
	text-align: center;
	width: 125px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: #0168b7;
	border: 1px solid #0168b7;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-transform: uppercase;
	margin-top: 40px;
	float: right;
}

.pages_join a:hover {
	color: #fff;
	border-color: #29a7e1;
	border: 1px solid #29a7e1;
}

.pages_join a:hover em {
	width: 100%;
}

.pages_join em {
	display: block;
	width: 0;
	height: 100%;
	background: #29a7e1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.i_pro_b {
	float: left;
	width: 1200px;
}

.pro_bl {
	float: left;
	background: #fff;
	width: 849px;
}

.pro_bl .pro_bla {
	float: left;
	width: 416px;
	height: 254px;
	position: relative;
	transition: 0.36s ease;
	background-color: rgba(0, 0, 0, 0);
	transition: all .36s ease;
	overflow: hidden;
}

.pro_bl .pro_blc {
	float: left;
	width: 313px;
	padding: 60px 60px;
}

.pro_bl .pro_blc h2 {
	font-weight: normal;
	padding-bottom: 20px;
	font-size: 20px;
	position: relative;
	margin-bottom: 30px;
}

.pro_bl .pro_blc h2:after {
	clear: both;
	display: table;
	content: '';
	height: 2px;
	background: #c48a3f;
	width: 28px;
	bottom: 0;
	position: absolute;
	z-index: 99;
}

.pro_bl .pro_blc p {
	font-size: 14px;
}

.pro_br {
	float: left;
}

.pro_bla:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: 0.36s ease;
	border: 1px solid rgba(255, 255, 255, 0.30);
}

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

.pro_bl:hover .pro_bla img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	transition: all .36s ease;
}

.pro_bl:hover .pro_bla:after {
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
}

.pro_bl:hover .pro_bla .item_img_mask {
	opacity: 1;
}

.pro_bla .item_img_mask {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.2s ease 0s;
}

.pro_bla .item_icon {
	width: 56px;
	height: 56px;
	position: absolute;
	left: 50%;
	top: -80px;
	margin-left: -30px;
	margin-top: -28px;
	opacity: 0;
	transition: all 0.46s ease 0s;
	font-size: 0;
	background: #c48a3f;
	border-radius: 50%;
	z-index: 99;
}

.pro_bla .item_icon .line_top {
	width: 18px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -9px;
}

.pro_bla .item_icon .line_bottom {
	width: 1px;
	height: 18px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1px;
	margin-top: -8px;
}

.pro_bl:hover .pro_bla .item_icon {
	top: 50%;
	opacity: 1;
}

.pro_bla .item_icon:hover {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pro_bl:hover .pro_blc h2 {
	color: #c48a3f;
}

.excontact {
	padding: 70px 0;
	background: #f8f8f8;
}

.brand {
	margin-bottom: 30px;
}

.brand h3 {
	font-size: 24px;
	line-height: 1;
	color: #c48a3f;
	padding-bottom: 16px;
}

.brand img {
	display: block;
	padding: 40px 0;
}

.brand p {
	line-height: 26px;
	color: #888;
	font-size: 16px;
}

.brand span {
	display: inline-block;
	width: 200px;
}

.brand em {
	display: inline-block;
	width: 40px;
}

.brand h4 {
	font-size: 20px;
	line-height: 55px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 40px;
	font-weight: normal;
}

.i_about {
	width: 100%;
	clear: both;
	background: url(../images/about_bg.jpg) no-repeat center;
	position: relative;
	height: 453px;
	margin-bottom: 40px;
}

.i_aboutl {
	float: left;
}

.i_aboutr {
	float: right;
	width: 426px;
	margin-right: 90px;
	margin-top: 120px;
}

.i_aboutbg {
	background: url(../images/i_about.png) no-repeat;
	width: 1200px;
	height: 392px;
	position: absolute;
	bottom: -42px;
	z-index: 99;
}

.i_aboutrc {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 20px;
}

.i_aboutrb {
	padding-bottom: 20px;
}

.i_aboutrb h2 {
	font-size: 28px;
	color: #333;
	padding-top: 6px;
}

.i_aboutr a {
	display: block;
	border: 1px solid #c48a3f;
	text-align: center;
	color: #c48a3f;
	width: 124px;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 1;
	margin-top: 15px;
	text-transform: uppercase;
	overflow: hidden;
}

.i_aboutr a:hover {
	border-color: #c48a3f;
	color: #fff;
	transition: all 0.36s ease;
}

.i_aboutr a:hover em {
	width: 100%;
	transition: all 0.36s ease;
}

.i_aboutr a em {
	display: block;
	width: 0;
	height: 100%;
	background: #c48a3f;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.36s ease;
}

.details {
	display: inline-block;
	height: 25px;
	box-sizing: border-box;
	line-height: 26px;
	left: 45px;
	bottom: 42px;
	padding: 0 12px;
	border-color: #ee1c25;
	background-color: #ee1c25;
}

.pro_img {
	margin-bottom: 20px;
}

.contact_qr {
	background-image: url(../images/contact.jpg);
	width: 1200px;
	height: 450px;
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.contact h4 {
	font-size: 28px;
	line-height: 1;
	padding-bottom: 25px;
	color: #c48a3f;
}

.contact p {
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 35px;
}

.contact .contact_list {
	padding: 40px 0 15px 0;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #ddd;
}

.contact .fl {
	background-image: url(../images/contact.jpg);
	width: 1100px;
	height: 400px;
	padding: 60px 50px 0 50px;
}

.contact .fl p {
	line-height: 1.5;
	padding-top: 15px;
	color: #000;
}

.contact .contact_list li {
	float: left;
	text-align: center;
	width: 219px;
	padding: 0 40px;
}

.contact .contact_list li img {
	display: block;
	margin: 0 auto;
}

.contact .contact_list li h3 {
	line-height: 40px;
	font-weight: normal;
	font-size: 16px;
	color: #7e7e7e;
}

.contact .contact_list li h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}

.contact .contact_list em {
	float: left;
	width: 1px;
	height: 90px;
	background: #ddd;
	margin-top: 20px;
}

.idea h2,
.brand_top h3 {
	font-size: 31px;
	line-height: 1;
	padding-bottom: 40px;
}

.skill_h3 {
	line-height: 1;
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
	font-size: 26px;
	color: #333;
	padding-bottom: 20px;
}

.ab_bg {
	padding-bottom: 30px;
}


/*首页搜索*/

.header_bs .search-box {
	padding-top: 23px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header_bs .search-box .submit {
	top: 22px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.search-box {
	float: right;
	width: 15px;
	overflow: hidden;
	margin-right: 0;
	padding-top: 32px;
	transition: width 0.3s;
	position: relative;
	height: 28px;
	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: 28px;
	float: right;
	background: url(../images/wel13.png) no-repeat center;
	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;
}

.hotline {
	float: right;
	overflow: hidden;
	margin-right: 20px;
	padding-top: 40px;
	transition: width 0.3s;
	position: relative;
	height: 28px;
	display: block;
	font-size: 16px;
	line-height: 16px;
	box-sizing: initial;
}

.hotline i {
	float: left;
	padding-right: 8px;
}
.hotline span{color: #c48a3f;}
/*招聘*/
.apply .con {
  margin-top: 12px;
}
.apply .con ul {
  float: none;
}
.apply .con li {
  background: #fff;
  border: 1px solid #eee;
  float: none;
  padding: 44px 44px 16px 44px;
  margin-bottom: 8px;
  overflow: hidden;
   transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.apply .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;
}
.apply .con .tit {
  font-size: 26px;
  display: block;
  line-height: 28px;
  color: #333;
  padding-bottom: 25px;
}
.apply .con .tit span {
  font-size: 20px;
  padding-left: 10px;
  line-height: 28px;
  color: #999999;
}
.apply .con .downup {
  width: 28px;
  height: 28px;
  background: url("../images/img105.png") no-repeat;
  background-size: 100% 100%;
}
.apply .con .downup.z {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  transition: transform 0.5s;
}
.apply .con .downup.b {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari and Chrome */
  -o-transform: rotate(0deg);
  /* Opera */
  -moz-transform: rotate(0deg);
  transition: transform 0.5s;
}

.brief{display: block; width: 100%; overflow: hidden;} 
.apply .detaile {
  padding-bottom: 30px;
  display: none;
}
.apply .detaile h3 {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  font-weight: normal;
  padding-top: 23px;
}
.apply .detaile .p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.apply .detaile .imm-box {
  margin-top: 40px;
  overflow: hidden;
}
.apply .detaile .imm {
  display: block;
  float: left;
  height: 43px;
  color: #333;
  font-size: 14px;
  line-height: 43px;
  text-align: left;
}

.apply .table .box {
  width: 21.8%;
  float: left;
  padding-top: 17px;
  padding-bottom: 30px;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.apply .table .box.double {
  width: 43.6%;
}
.apply .table .box.double span {
  width: 13.3%;
}
.apply .table .box.double input {
  border: 0;
}
.apply .table .box.fourfold {
  width: 87.2%;
}
.apply .table .box.fourfold span {
  width: 6.65%;
}
.apply .table .box.fourfold textarea {
  width: 83%;
  height: 166px;
  border: 1px solid #e5e5e5;
  padding: 8px 1%;
  font-size: 14px;
  line-height: 22px;
  float: left;
}
.apply .table .box.fourfold i {
  width: 0.8%;
}
.apply .table .box.veri {
  border: 0;
}
.apply .table .box.veri input {
  width: 31.5%;
  margin-right: 3%;
}
.apply .table .veri-img {
  width: 80px;
  height: 30px;
}
.apply .table .box.submit {
  border: 0;
}
.apply .table .box.submit input {
  width: 131px;
  height: 42px;
  background: #76161b;
  color: #fff;
  font-size: 14px;
}
.apply .table .box.submit span {
  visibility: hidden;
}
.apply .table .line {
  border-bottom: 1px solid #f3f3f3;
  clear: both;
}
.apply .table span {
  float: left;
  width: 26.6%;
  font-size: 14px;
  line-height: 32px;
  text-align: right;
}
.apply .table input {
  float: left;
  width: 61.5%;
  height: 30px;
  border: 1px solid #e5e5e5;
  padding-left: 2%;
  font-size: 14px;
  line-height: 30px;
}
.apply .table i {
  float: left;
  width: 4.2%;
  color: #e83d46;
  text-align: right;
  line-height: 10px;
}
.apply .table select {
  float: left;
  width: 63.5%;
  height: 30px;
  border: 1px solid #e5e5e5;
  padding-left: 2%;
  font-size: 14px;
  line-height: 30px;
}
.skill .fl{width: 670px;}
.skill .fl h3{font-weight: normal;font-size: 30px;line-height: 98px;}
.skill .fl p{font-size: 14px;}
.skill .fl img{padding-top: 25px;}

.skilla .fl{width: 528px; padding: 30px; border: 1px solid #eee; min-height: 120px; margin-bottom: 20px;}
.skilla .fl h3{font-weight: normal;font-size:18px;line-height: 48px; color: #c48a3f;}
.skilla .fl p{font-size: 14px;}
.skilla .fl img{padding-top: 25px;}

.skilla .fr{width: 528px; padding: 30px; border: 1px solid #eee;min-height: 120px; margin-bottom: 20px;}
.skilla .fr h3{font-weight: normal;font-size:18px;line-height: 48px; color: #c48a3f;}
.skilla .fr p{font-size: 14px;}
.skilla .fr img{padding-top: 25px;}

.methods{ position:relative; margin-top: 20px; overflow: hidden; }
.methods li{width:365px;height:170px;overflow: hidden;padding:10px;margin-right: 12px;float:left;text-align: center;}
.methods li div{ width:35px;height:35px; margin:0 auto; text-align: center; line-height: 35px; font-size: 26px; border:2px solid #A97A46; color:#A97A46; }
.methods li h1{ margin-top:13px; color:#333; font:bold 18px "microsoft yahei"; }
.methods li p{ margin-top:13px; color:#666; line-height: 24px; }



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

.case_list li {
	float: left;
	margin-left: 16px;
	margin-bottom: 16px;
}

.case_list li div {
	width: 288px;
	height: 380px;
	overflow: hidden;
}

.case_list li span {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

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