/* Reset Css */
html,
body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body,
div,
ul,
li,
ol,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
caption {
	margin: 0px;
	padding: 0px;
}

fieldset,
img {
	border: 0;
	outline: medium none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

ol,
ul {
	list-style: none;
}

address,
caption,
cite,
code,
dfn,
en,
th,
var {
	font-weight: normal;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

a {
	text-decoration: none;
	outline: medium none;
}

input,
textarea {
	outline: medium none;
}

img {
	transition: all .5s;
	-webkit-transition: all .5s;
}

/* 公共部分CSS样式 */
html,
body {
	font: 14px/1 microsoft Yahei, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFF;
}

input,
label,
textarea {
	font: 12px Microsoft Yahei;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

img {
	font-size: 12px;
	width: 100%;
	display: block;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.visible-hd {
	display: none !important;
}

.visible-lg {
	display: block !important;
}

.pc_show {
	display: block;
}

.mobileshow {
	display: none;
}

@media screen and (max-width:991px) {
	.pc_show {
		display: none;
	}

	.mobileshow {
		display: block;
	}
}

@font-face {
	font-family: 'IKEASans';
	src: url('../fonts/ikeasans.eot');
	src: url('../fonts/ikeasans.eot') format('embedded-opentype'),
		url('../fonts/ikeasans.woff') format('woff'),
		url('../fonts/ikeasans.ttf') format('truetype'),
		url('../fonts/ikeasans.svg#webfont34m5alkg') format('svg');
	font-style: normal;
	font-weight: normal;
}

@media screen and (max-width:1200px) {
	.visible-hd {
		display: block !important;
	}

	.visible-lg {
		display: none !important;
	}
}

.l {
	float: left;
}

.r {
	float: right;
}

.g-wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellip1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-line-break: auto;
	-webkit-box-orient: vertical;
}

.ellip2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-line-break: auto;
	-webkit-box-orient: vertical;
}

header {
	width: 100%;
	height: 100vh;
}

.top {
	width: 100%;
	position: fixed;
	z-index: 9;
}

.top .logo {
	position: absolute;
	top: 35px;
	left: calc(5% + 15px);
	z-index: 2;
	display: block;
	width: 129px;
}

.top .menu-buttons {
	position: absolute;
	top: 60px;
	right: calc(5% + 15px);
	z-index: 100;
}

.top .menu-buttons a {
	width: 50px;
	height: 40px;
	display: block;
	background: url(../images/menu.png) rgba(204, 160, 114, 0.8) center center no-repeat;
	position: relative;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.top .menu-buttons a:hover {
	background: url(../images/menu.png) rgba(204, 160, 114, 1) center center no-repeat;
}

.top .menu-buttons a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 60px;
	top: -60px;
	background: rgba(204, 160, 114, 0.8);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	cursor: auto;
}

.top .menu-buttons a:hover:after {
	background: rgba(204, 160, 114, 1);
}

header .totwo {
	position: absolute;
	cursor: pointer;
	bottom: 175px;
	left: 6%;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: #fff solid 1px;
	background: url(../images/arrow_b.png) no-repeat center center;
	z-index: 1;
}

header .totwo::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 175px;
	background-color: #fff;
	top: 100%;
	left: 50%;
}

@media screen and (max-width:1200px) {
	header .totwo {
		left: auto;
		right: 5%;
	}
}

@media screen and (max-width:991px) {
	.top .logo {
		left: 40px;
	}

	.top .menu-buttons {
		right: 40px;
		position: fixed;
		z-index: 100;
	}
}

.slide_footer {
	width: 1122px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 110px;
	bottom: 0px;
	background: #FFF;
	z-index: 10;
}

.slide_footer .h_about {
	position: absolute;
	width: 20%;
	left: 0px;
	height: 100%;
}

.slide_footer .h_about .cont {
	position: absolute;
	width: 85%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.slide_footer .h_about .cont h2 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	letter-spacing: 3px;
}

.slide_footer .h_about .cont h2 a {
	color: #333;
}

.slide_footer .h_about .cont ul {
	margin-top: 10px;
}

.slide_footer .h_about .cont ul li {
	display: inline-block;
	color: #9d9d9d;
	font-size: 14px;
	width: 50%;
	line-height: 24px;
	float: left
}

.slide_footer .h_about .cont ul li a {
	color: #9d9d9d;
}

.slide_footer .h_about .cont ul li a:hover {
	color: #333333;
}

.slide_footer .h_about1 {
	position: absolute;
	width: 80%;
	right: 0px;
	height: 100%;
	top: 0px;
	background: #cca072;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.slide_footer .h_about1:hover {
	height: 200%;
	top: -100%;
	background: rgb(205, 161, 115);
}

.slide_footer .h_about1 ul {
	position: absolute;
	width: 100%;
	height: 100%;
}

.slide_footer .h_about1 li {
	position: absolute;
	width: 20%;
	height: 100%;
	left:0%;
}

.slide_footer .h_about1 li .cont {
	position: absolute;
	width: 75%;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.slide_footer .h_about1 li .cont h2 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 3px;
}

.slide_footer .h_about1 li .cont h2 a {
	color: #FFF;
}

.slide_footer .h_about1 li dl {
	margin-top: 10px;
}

.slide_footer .h_about1 li dl dd {
	color: #FFF;
	font-size: 14px;
	opacity: 0;
	line-height: 20px;
}


.slide_footer .h_about1 li dl .lx {
	padding-left: 20px;
	background-position: left 7px;
	background-repeat: no-repeat;
	line-height: 25px;
}

.slide_footer .h_about1 li dl dd a.qqbtns {
	color: #7c7267;
}

.slide_footer .h_about1 li dl dd a.qqbtns:hover {
	padding-left: 10px;
}

.slide_footer .h_about1 li dl dd a.qqbtns:after {
	display: none
}


.qqbtns {
	width: 126px;
	height: 24px;
	background: #faefe3;
	border-radius: 24px;
	color: #7c7267;
	text-align: center;
	line-height: 24px;
	position: relative;
	padding-left: 10px
}

.qqbtns:before {
	width: 24px;
	height: 24px;
	background: url(../images/ico77.png) center center no-repeat #e4b584;
	border-radius: 100%;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
}

.wapqqbtns {
	height: 50px;
	background: #faefe3;
	border-radius: 50px;
	color: #7c7267;
	text-align: center;
	line-height: 50px;
	position: relative;
	padding-left: 10px
}

.wapqqbtns:before {
	width: 50px;
	height: 50px;
	background: url(../images/ico81.png) center center no-repeat #e4b584;
	border-radius: 100%;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: 60% auto;
}

.mfooter .box .cont li dl dd a.wapqqbtns {
	color: #7c7267;
	padding-left: 25px;
}

.footer .botinfo ul li .cont a.qqbtns {
	color: #7c7267;
	padding-left: 10px;
}

.menu .menu-footer .yuyue a.qqbtns {
	color: #7c7267;
	padding-left: 15px;
}




.slide_footer .h_about1 li dl dd a {
	color: #FFF;
	display: block;
	position: relative;
}

.slide_footer .h_about1 li dl dd a:hover {
	padding-left: 10px;
}

.slide_footer .h_about1 li dl .lx:hover {
	padding-left: 20px;
}

.slide_footer .h_about1 li dl dd a:after {
	background: url(../images/h_ico1.png) left center no-repeat;
	content: "";
	position: absolute;
	left: 0px;
	top: 5px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 8px;
	height: 12px;
}

.slide_footer .h_about1 li dl dd .lx:after {
	background: none;
}

.slide_footer .h_about1 li dl dd a:hover:after {
	opacity: 1;
}

.slide_footer .h_about1 li dl dd:first-child {
	opacity: 1;
}

.slide_footer .h_about1:hover li dl dd {
	opacity: 1;
	transition: all 0.5s 0.5s;
	-webkit-transition: all 0.5s 0.5s;
}

.slide_footer .h_about1 li em {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 12.5%;
	top: 35px;
	background: url(../images/tworight.png) center right no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.slide_footer .h_about1:hover li em {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.slide_footer .h_about1 li:nth-child(2) {
	left: 20%;
}

.slide_footer .h_about1 li:nth-child(3) {
	left: 40%;
	width: 30%
}

.slide_footer .h_about1 li:nth-child(4) {
	left: 70%;
	width: 30%
}

@media screen and (max-width:1680px) {
	.slide_footer {
		width: 1000px;
	}
}

@media screen and (max-width:1200px) {
	.slide_footer {
		width: 80%;
		left: 0px;
		transform: none;
		-webkit-transform: none;
	}

	.slide_footer .h_about .cont ul li {
		width: 49%;
	}
}

@media screen and (max-width:991px) {
	.slide_footer {
		display: none;
	}

	.slide_footer .h_about .cont h2 {
		font-size: 16px;
	}

	.slide_footer .h_about1 li .cont h2 {
		font-size: 16px;
	}

	.slide_footer .h_about .cont ul li {
		width: 99%;
	}
}

.menu {
	border-left-color: transparent;
	position: fixed;
	width: 100%;
	height: 100%;
	background: white;
	max-width: 320px;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	transform: translateX(100%);
	transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu.shown {
	transform: translateX(0);
}

.dropdown-backdrop {
	position: fixed;
	content: '';
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.33);
	opacity: 0;
	transition: all 300ms ease-in-out;
	visibility: hidden;
}

.menu-content {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	border-left: 1px solid #eee;
}

.menu .menu-buttons {
	position: absolute;
	top: 3%;
	right: 40px;
	z-index: 5;
	width: 40px;
}

.menu-buttons ul {
	margin: 0 -10px 0 0;
	padding: 0;
	list-style-type: none;
}

.menu-buttons ul li {
	position: relative;
	margin: 0 5px;
	float: right;
}

.menu .menu-buttons ul li.responsive-menu-toggle a {
	background: url(../images/close.png) center center no-repeat;
	background-color: transparent;
	padding-right: 0;
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
}

.menu-content .cont {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	left: 0px;
}

.menu-content .cont>ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu-content .cont>ul>li {
	margin: 20px 0;
	padding-left: 40px;
	display: block;
	position: relative;
}

.menu-content .cont>ul>li>a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0;
	border-bottom: 2px solid transparent;
	color: #333;
	position: relative;
	left: 0px;
	bottom: -5px;
}

.menu-content .cont>ul>li>a:hover {
	border-bottom: 2px solid #cca072;
}

.menu-content .cont>ul>li>ul {
	width: 170px;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: -24px;
	left: -213px;
	z-index: -1;
	text-align: right;
	margin: 0;
	padding: 24px 40px 24px 0px;
	list-style-type: none;
	border-right: 3px solid rgba(0, 0, 0, 0.5);
	transition: all 2s;
	-webkit-transition: all 2s;
	display: none;
	opacity: 0;
}

.menu-content .cont>ul>li:hover>ul {
	display: block;
	opacity: 1;
}

.menu-content .cont>ul>li>ul>li {
	display: block;
	padding: 5px 0;
	cursor: pointer;
}

.menu-content .cont>ul>li>ul>li>a {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid transparent;
	padding-left: 12px;
}

.menu-content .cont>ul>li>ul>li>a:hover {
	background: url(../images/ico1.png) left center no-repeat;
	transition: all 1s;
	-webkit-transition: all 1s;
	moz-transition: all 1s;
	o-transition: all 1s;
}

.menu .menu-footer {
	color: rgba(0, 0, 0, 0.5);
	margin-top: 5%;
	font-size: 12px;
	line-height: 2;
}

.menu .menu-footer h2 {
	padding-bottom: 10px;
	margin: 0px 40px 20px 40px;
	color: #cca072;
	font-size: 16px;
	border-bottom: 1px solid #D8D8D8;
}

.menu .menu-footer h2 a {
	color: #cca072;
}

.menu .menu-footer li {
	margin: 10px 40px;
	font-size: 12px;
	display: flex;
	overflow: hidden;
	color: #9d9d9d;
	position: relative;
}

.menu .menu-footer li a {
	color: #9d9d9d;
}

.menu .menu-footer li a:hover {
	color: #cca072;
}

.menu .menu-footer li span {
	width: 50%;
	display: block;
	float: left;
	font-size: 14px;
	position: absolute;
	left: 85px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	line-height: 22px;
}

.menu .menu-footer li span.shop {
	width: 100%;
}

.menu .menu-footer li em {
	display: block;
	font-style: normal;
}

.menu .menu-footer li .img {
	width: 70px;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.menu .menu-footer .yuyue {
	margin: 30px 40px 0px 40px;
}

.menu .menu-footer .yuyue h3 {
	display: inline-block;
	border-bottom: 1px solid #cca072;
	margin-bottom: 5px;
	padding-bottom: 4px;
}

.menu .menu-footer .yuyue h3 em {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	float: left;
}

.menu .menu-footer .yuyue h3 span {
	display: block;
	line-height: 20px;
	font-size: 15px;
	color: #cca072;
	width: 90px;
}

.menu .menu-footer .yuyue a {
	display: block;
	margin: 10px 0px;
	padding-left: 30px;
	color: #333;
	font-size: 15px;
	line-height: 20px;
}

.menu .menu-footer .yuyue a:hover {
	color: #cca072;
}

.menu .menu-footer .yuyue a.qq {
	background: url(../images/ico53.png) left center no-repeat;
}

.menu .menu-footer .yuyue a.hotline {
	background: url(../images/ico54.png) left center no-repeat;
}

.menu .menu-footer .nav_links {
	margin: 30px 40px 0px 40px;
}

.menu .menu-footer .nav_links a {
	display: block;
	margin: 10px 0px;
	padding-left: 30px;
	color: #333;
	font-size: 15px;
	line-height: 20px;
}

.menu .menu-footer .nav_links a:hover {
	color: #cca072;
}

.menu .menu-footer .nav_links a.jd {
	background: url(../images/ico55.png) left center no-repeat;
}

.menu .menu-footer .nav_links a.taobao {
	background: url(../images/ico56.png) left center no-repeat;
}

.menu .menu-footer .nav_links a.weibo {
	background: url(../images/ico57.png) left center no-repeat;
}

@media screen and (max-height:900px) {
	.menu .menu-footer li .img {
		width: 60px;
	}

	.menu .menu-footer li span {
		left: 75px;
	}

	.menu-content .cont>ul>li {
		margin: 7px 0px;
	}

	.menu-content .cont>ul>li>a {
		padding: 5px 0px;
		font-size: 14px;
	}

	.menu .menu-footer h2 {
		font-size: 14px;
	}

	.menu .menu-footer .yuyue {
		margin: 20px 40px 0px 40px;
	}

	.menu .menu-footer .nav_links {
		margin: 20px 40px 0px 40px;
	}
}

.xialaph {
	position: absolute;
	top: 20%;
	width: 80%;
	left: 10%;
}

.xialaph_active {
	right: 0px;
}

.xialaph .img_d {
	display: none;
}

.xialaph .ul2,
.xialaph .ul3 {
	display: none;
}

.xialaph h4 a {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	line-height: 80px;
}

.xialaph h4 a:hover {
	color: #ccc;
}

.xialaph h4 {
	position: relative;
}

.xialaph li:last-child h4::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*opacity: 0.1;*/
}

.xialaph h4::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*opacity: 0.1;*/
}

.xialaph h5 a {
	color: #333;
	font-size: 24px;
	line-height: 50px;
	display: block;
}

.xialaph h5 {
	position: relative;
}

.xialaph h5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/*opacity: 0.05;*/
}

.xialaph .ul2 li:last-child h5::after {
	height: 0px;
}

.xialaph h4 img {
	width: 15px;
	height: 8px;
	float: right;
	margin-top: 36px;
	cursor: pointer;
}

.xialaph h5 img {
	width: 11px;
	height: 6px;
	float: right;
	margin-top: 36px;
	cursor: pointer;
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
	display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
	display: block;
}

/*.xialaph h4.active {border-bottom: 1px solid #666;}*/

.xialaph .ul3 {
	padding-top: 12px;
	padding-bottom: 18px;
	padding-left: 15px;
	position: relative;
}

.xialaph .ul3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.xialaph li:last-child .ul3::after {
	display: none;
}

.xialaph .ul3 li a {
	color: #666;
	font-size: 14px;
	line-height: 35px;
	display: block;
}

.xialaph .ul3 li {
	padding-top: 5px;
}

.xialaph .ul3 li:first-child {
	padding-top: 0;
}

@media screen and (max-height:700px) {
	.menu-content .cont>ul>li {
		margin: 10px 0px;
	}
}

@media screen and (max-width:768px) {
	.menu {
		max-width: 50%;
	}

	.menu .menu-buttons {
		width: 80%;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	.menu-buttons ul li {
		margin: 0px;
	}

	.menu-content .cont {
		display: none;
	}

	.xialaph {
		display: block;
	}
}

.h_pro {
	width: 100%;
	height: 100vh;
}

.footpage {
	overflow: hidden;
	background-color: #fff;
	padding-top: 66px;
}

.footpage .box {
	max-width: 1120px;
	margin: auto auto 5.4vw;
}

.footitle {
	margin-bottom: 56px;
	height: 102px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.footitle .txtbox {
	position: absolute;
	top: 0px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%;
}

.footitle .txtbox .txt1,
.footitle .txtbox .txt2 {
	height: 102px;
}

.footitle2 .txtbox {
	top: -102px
}

.footitle p {
	font-size: 42px;
	margin: 0;
	padding: 5px 0;
	line-height: 1.7;
}

.footitle small {
	font-size: 18px
}

.footbut {
	width: 380px;
	height: 68px;
	border: #333 solid 1px;
	text-align: center;
	display: inline-block;
	position: relative;
	line-height: 68px;
	font-size: 26px;
	cursor: pointer;
	margin-left: 140px
}

.footbut span {
	position: relative;
	z-index: 1
}

.footbut:hover span,
.footbut.now span {
	color: #fff
}

.footbut::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #333;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.footbut:last-of-type {
	margin-left: 50px
}

.footbut:last-of-type::after {
	-webkit-transform-origin: center right;
	transform-origin: center right;
}

.footbut:hover::after,
.footbut.now::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.footpage .list {
	width: 200%;
	display: flex;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	background-color: #242424
}

.footpage2 .list {
	margin-left: -100%
}

.footpage ul {
	width: 100%
}

.footpage li {
	float: left;
	width: 33.33%;
	position: relative;
	overflow: hidden;
	line-height: 0
}

.footpage li a {
	display: block
}

.footpage li img {
	width: 100%
}

.footpage li .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	transition: all 0.4s ease-in-out;
	display: none
}

.footpage li .info {
	position: absolute;
	line-height: 36px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 1;
	width: 100%;
	height: 120px;
	background-color: #fff;
	left: 0;
	bottom: -120px;
	text-align: center
}

.footpage li .info h3 {
	margin: 10px auto 15px;
	font-size: 28px;
}

.footpage li .info span {
	display: inline-block;
	border: #333 solid 1px;
	width: 200px;
	line-height: 40px;
	position: relative;
	padding-right: 24px
}

.footpage li .info span::after {
	content: '';
	position: absolute;
	top: 50%;
	margin: -6px auto auto 14px;
	width: 8px;
	height: 12px;
	background: url(../images/ico1.png) no-repeat
}

.footpage li:hover .info,
.footpage li.now .info {
	bottom: 0
}

.footpage li:hover .bg,
.footpage li.now .bg {
	opacity: 0
}

.backtop {
	width: 70px;
	height: 0;
	overflow: hidden;
	border-radius: 4px;
	background-color: #fff;
	background: #b2b2b2 url(../images/arrow_t.png) no-repeat center center;
	position: fixed;
	z-index: 10;
	right: 20px;
	bottom: 20px;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.backtop:hover {
	opacity: 1
}

.lastLi {
	height: auto;
}

.lastLi em {
	color: #bebebe;
	display: inline-block;
	border: #bebebe solid 1px;
	width: 216px;
	line-height: 70px;
	position: absolute;
	padding-right: 24px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	font-style: normal;
	font-size: 30px;
}

.lastLi em::after {
	content: '';
	position: absolute;
	top: 50%;
	margin: -6px auto auto 14px;
	width: 10px;
	height: 18px;
	background: url(../images/tworight.png) no-repeat;
}

.lastLi:hover {
	background-color: rgba(255, 255, 255, .3);
	transition: 0.5s
}

.lastLi:hover span {
	color: white;
	border: white solid 1px;
	transition: 0.5s
}

@media screen and (max-width:1200px) {
	.footpage .box {
		width: 100%;
		text-align: center;
	}

	.footitle p {
		font-size: 36px;
	}

	.footbut {
		width: 40%;
		margin: 0px 4%;
	}

	.footpage li .info h3 {
		font-size: 24px;
	}
}

// .h_news{padding:55px 3% 45px 3%; background:#242424;} 
.h_news .cont {
	padding: 100px;
	background: #FFF;
}

.h_news .cont .tit {
	padding: 15px 0px;
	padding-top: 0px;
	border-bottom: 1px solid #cca072;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 50px;
}

.h_news .cont .tit span {
	color: #cca072;
	font-size: 28px;
}

.h_news .cont .tit .more {
	display: block;
	width: 138px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #a8a8a8;
	border-radius: 5px;
	letter-spacing: 2px;
	padding: 0px 15px 0px 22px;
	box-sizing: border-box;
	color: #a8a8a8;
	float: right;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.h_news .cont .tit .more:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 14px;
	right: 15px;
	top: 50%;
	margin-top: -7px;
	background: url(../images/ico83.png) center center no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.h_news .cont .tit .more:hover:after {
	background: url(../images/h_ico83.png) center center no-repeat;
}

.h_news .cont .tit .more:hover {
	border: 1px solid #cca072;
	color: #cca072;
}

.h_news .cont .imglist {
	margin-right: -35px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.h_news .cont .imglist li {
	width: 33.33%;
	position: relative;
}

.h_news .cont .imglist li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 30px);
	background: #ebebeb;
	right: 35px;
	top: 30px;
}

.h_news .cont .imglist li:last-child:after {
	display: none;
}

.h_news .cont .imglist li a {
	margin-right: 35px;
	line-height: 30px;
	position: relative;
	padding-right: 35px;
}

.h_news .cont .imglist li:last-child:after a {
	padding-right: 0px;
}

.h_news .cont .imglist li a h2 {
	font-size: 20px;
	font-weight: bold;
	color: #414141;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.h_news .cont .imglist li a:hover h2 {
	color: #cca072;
}

.h_news .cont .imglist li a h3 {
	font-size: 16px;
	color: #707070;
	margin-top: 15px;
}

.h_news .cont .imglist li a .times {
	margin-top: 20px;
	color: #c1c1c1;
}

.h_news .cont .imglist li a .times .more {
	width: 50px;
	height: 15px;
	background: url(../images/ico84.png) center center no-repeat;
	border: 1px solid #d8d8d8;
	border-radius: 7.5px;
	float: right;
	margin-top: 3.5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.h_news .cont .imglist li a:hover .times .more {
	background: url(../images/h_ico84.png) center center no-repeat;
	border: 1px solid #cca072;
}

@media screen and (max-width:1400px) {
	.h_news .cont {
		padding: 50px;
	}

	.h_news .cont .tit {
		margin-bottom: 20px;
	}

	.h_news .cont .tit span {
		font-size: 24px;
	}

	.h_news .cont .imglist li a h2 {
		font-size: 16px;
	}

	.h_news .cont .imglist li a h3 {
		font-size: 14px;
	}
}

.footer {
	width: 100%;
	min-height: 398px;
	background: url(../images/footbg.jpg) top center repeat-y;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.footer .bot_nav {
	padding-left: calc(5% + 15px);
	padding-right: calc(5% + 15px);
	overflow: hidden;
	min-height: 100px;
	padding-top: 60px;
}

.footer .bot_nav dl {
	width: 12.5%;
	float: left;
}

.footer .bot_nav dl dt {
	font-size: 18px;
	margin-bottom: 25px;
	color: #FFF;
	padding-left: 20px;
	position: relative;
}

.footer .bot_nav dl dt a {
	color: #FFF;
}

.footer .bot_nav dl dt a:hover {
	color: #c9a83f;
}

.footer .bot_nav dl dt:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 15px;
	background: #c9a83f;
	left: 0px;
	top: 50%;
	margin-top: -7.5px;
}

.footer .bot_nav dl dd {
	font-size: 14px;
	line-height: 35px;
}

.footer .bot_nav dl dd a {
	display: block;
	color: #fff;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.footer .bot_nav dl dd a:hover {
	color: #c9a83f;
	padding-left: 12px;
}

.footer .bot_nav dl dd a:hover:before {
	position: absolute;
	content: ">";
	width: 10px;
	color: #c9a83f;
	left: 0px;
}

.footer .bot_nav dl ul {
	overflow: hidden;
	padding-left: 20px;
}

.footer .bot_nav dl ul li {
	width: 48%;
	float: left;
}

.footer .bot_nav dl ul li .img {
	width: 100%;
	margin-top: 10px;
}

.footer .bot_nav dl ul li .txt {
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}

.footer .bot_nav dl ul li:last-child {
	float: right;
}

.footer .bot_nav dl h3 {
	padding: 20px 0px 8px 20px;
	color: #FFF;
	line-height: 25px;
}

.footer .botinfo {
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
}

.footer .botinfo ul {
	overflow: hidden;
	display: inline-block;
}

.footer .botinfo ul li {
	width: 90px;
	float: left;
	margin-right: 35px;
}

.footer .botinfo ul li:last-child {
	margin-right: 0px;
	width: 250px;
	margin-left: 20px;
}

.footer .botinfo ul li .img {
	width: 100%;
	margin-top: 10px;
}

.footer .botinfo ul li .txt {
	color: #fff;
	line-height: 25px;
	text-align: left;
}

.footer .botinfo ul li .cont {
	margin-top: 20px;
	color: #FFF;
	text-align: left;
	line-height: 30px;
}

.footer .botinfo ul li .cont a {
	display: block;
	padding-left: 20px;
	color: #FFF;
}

.footer .botinfo ul .link-item {
	width: auto;
	float: left;
	margin-right: 0px;
}

.footer .botinfo ul .link-item a {
	margin-right: 8px;
}

.footer .copyright {
	margin-top: 30px;
	margin-left: calc(5% + 15px);
	margin-right: calc(5% + 15px);
	border-top: 1px solid rgba(120, 121, 128, 0.2);
	color: #fff;
	line-height: 30px;
	font-size: 12px;
	padding: 10px 0px;
}

@media screen and (max-width:1400px) {

	.footer .bot_nav {
		padding-left: 40px;
		padding-right: 40px;
	}

	.footer .copyright {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width:1200px) {
	.footer .bot_nav dl dt {
		font-size: 16px;
		padding-left: 10px;
	}
}

.s_cont {
	width: 100%;
}

.s_about {
	padding-top: 260px;
}

.s_about .classname {
	width: 100%;
	margin-bottom: 66px;
	overflow: hidden;
}

.s_about .classname span {
	float: right;
	width: calc((100% - 1120px) / 2 + 1120px);
	display: block;
}

.s_about .g-wrap {
	max-width: 1120px;
	overflow: hidden;
}

.s_about .cont {
	padding-left: 83px;
	font-size: 30px;
	line-height: 2;
	position: relative;
	color: #333;
	margin-bottom: 62px;
	letter-spacing: 1.2px;
}

.s_about .cont em {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	left: 0px;
	top: 0px;
	font-style: normal;
	color: #cca072;
}

.s_about .cont h2 {
	font-size: 40px;
	font-weight: bold;
	color: #cca072;
	line-height: 1.6;
	margin-bottom: 30px;
}

.s_about .cont .margin20 {
	margin-bottom: 20px;
}

.s_about .pic {
	width: 100%;
	margin-bottom: 80px;
	overflow: hidden;
}

.s_about .pic span {
	float: left;
	width: calc((100% - 1120px) / 2 + 1120px);
	display: block;
}

.s_about .info {
	width: 100%;
	margin-bottom: 80px;
	overflow: hidden;
}

.s_about .info .txtbg {
	float: right;
	width: calc((100% - 1120px) / 2 + 1120px);
	padding: 30px 0px;
	background: #f5f5f5;
	min-height: 100px;
}

.s_about .info .txtbg .txt {
	float: left;
	margin-left: 83px;
	width: 1037px;
	font-size: 20px;
	line-height: 40px;
}

.s_about .pic1 {
	width: 100%;
	overflow: hidden;
}

.s_about .pic1 img {
	display: block;
}

@media screen and (max-width:1600px) {
	.s_about {
		padding-top: 230px;
	}

	.s_about .cont {
		font-size: 24px;
	}

	.s_about .cont h2 {
		font-size: 34px;
	}

	.s_about .cont em {
		font-size: 24px;
	}

}

@media screen and (max-width:1120px) {
	.s_about .classname span {
		width: auto;
		margin: 0px 15px;
	}

	.s_about .pic span {
		width: auto;
		margin: 0px 15px;
	}

	.s_about .info .txtbg {
		width: auto;
		padding: 30px 15px;
	}

	.s_about .info .txtbg .txt {
		width: 100%;
		margin-left: 0px;
	}
}


/*
@media screen and (max-width:991px){
.s_about .cont{font-size:20px; padding-left:53px;}
.s_about .cont h2{font-size:30px;}
.s_about .cont em{font-size:20px;}
.s_about .pic{margin-bottom:60px;}
.s_about .info{margin-bottom:60px;}

}

@media screen and (max-width:640px){
.s_about{margin-top:150px; }
.s_about .classname{margin-bottom:33px;}
.s_about .cont{font-size:16px; padding-left:43px; margin-bottom:31px;}
.s_about .cont h2{font-size:24px; margin-bottom:15px;}
.s_about .info .txtbg .txt{font-size:16px;}
.s_about .pic{margin-bottom:30px;}
.s_about .info{margin-bottom:40px;}

}

@media screen and (max-width:480px){
.s_about{margin-top:100px; }
.s_about .classname{margin-bottom:18px;}
.s_about .cont{font-size:14px; padding-left:0px; margin-bottom:20px;}
.s_about .cont em{font-size:20px; display:block; position:static;}
.s_about .cont h2{font-size:18px;}
.s_about .info .txtbg{padding:20px 15px;}
.s_about .info .txtbg .txt{font-size:14px; line-height:30px;}
.s_about .pic{margin-bottom:20px;}
.s_about .info{margin-bottom:20px;}
}
*/
.s_culture_banner {
	width: 100%;
	min-height: 1064px;
	position: relative;
}

.s_culture_banner .pc_banner {
	position: absolute;
	width: 100%;
	height: 100%;
}

.s_culture_banner .banner-txt {
	position: absolute;
	width: 1120px;
	bottom: 98px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.s_culture_banner .banner-txt li {
	margin-bottom: 25px;
	font-size: 30px;
	line-height: 60px;
}

.s_culture_banner .banner-txt li span {
	display: block;
	font-size: 40px;
	color: #cca072;
	font-weight: bold;
}

.s_culture_banner .m_banner {
	position: absolute;
	width: 100%;
	height: auto;
	display: none;
}

.s_culture {
	margin-top: 114px;
	margin-bottom: 70px;
}

.s_culture .piclist {
	float: right;
	width: calc((100% - 1120px) / 2 + 1120px);
	position: relative;
}

.s_culture .piclist ul {
	width: 200%;
	overflow: hidden;
}

.s_culture .piclist ul li {
	width: 1120px;
	margin-right: 105px;
	float: left;
}

.s_culture .piclist .txt {
	position: absolute;
	line-height: 60px;
	top: -60px;
	left: -306px;
	width: 750px;
	font-family: 'IKEASans';
	color: #cca072;
	font-size: 28px;
	text-transform: uppercase;
}

.s_culture .piclist .txt .company,
.s_culture .piclist .txt .profile {
	height: 60px;
}

.s_culture .piclist .txt .company span {
	margin-right: 70px;
}

.s_culture .piclist .txt .profile span {
	margin-right: 40px;
}

.s_culture .piclist .txt .profile span:last-child,
.s_culture .piclist .txt .profile span:nth-child(6) {
	color: #FFF;
}

@media screen and (max-width:1600px) {
	.s_culture_banner {
		min-height: 850px;
	}

	.s_culture_banner .banner-txt {
		bottom: 15px;
	}

	.s_culture_banner .banner-txt li {
		line-height: 50px;
		font-size: 26px;
	}

	.s_culture_banner .banner-txt li span {
		font-size: 34px;
	}

	.s_culture {
		margin: 84px 0px 60px 0px;
	}

	.s_culture .piclist ul li {
		width: 991px;
		margin-right: 80px;
	}

	.s_culture .piclist .txt {
		left: -100px;
	}

	.s_culture .piclist .txt .company span {
		margin-right: 60px;
	}

	.s_culture .piclist .txt .profile span {
		margin-right: 30px;
	}

	.s_culture .piclist .txt .profile span:last-child,
	.s_culture .piclist .txt .profile span:nth-child(6),
	.s_culture .piclist .txt .profile span:nth-child(5),
	.s_culture .piclist .txt .profile span:nth-child(4),
	.s_culture .piclist .txt .profile span:nth-child(3) {
		color: #FFF;
	}
}

@media screen and (max-width:1366px) {
	.s_culture_banner {
		min-height: 768px;
	}

	.s_culture_banner .banner-txt li {
		line-height: 40px;
		font-size: 22px;
	}

	.s_culture_banner .banner-txt li span {
		font-size: 30px;
	}

	.s_culture .piclist .txt {
		left: 0px;
	}

	.s_culture .piclist ul li {
		width: 40%;
		margin-right: 5%
	}

	.s_culture .piclist .txt .profile span {
		color: #FFF;
	}
}

@media screen and (max-width:1200px) {
	.s_culture_banner .banner-txt {
		width: 90%;
	}

	.s_culture_banner .banner-txt li {
		line-height: 40px;
		font-size: 18px;
	}

	.s_culture_banner .banner-txt li span {
		font-size: 26px;
	}

	.s_culture .piclist {
		flost: none;
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}

	.s_culture .piclist ul li {
		width: 35%;
		margin-right: 5%
	}

	.s_culture .piclist .txt {
		font-size: 24px;
		width: auto;
		left: 15px;
	}
}

@media screen and (max-width:991px) {
	.s_culture .piclist .txt {
		font-size: 20px;
		width: auto;
		left: 15px;
	}

	.s_culture .piclist .txt .company span {
		margin-right: 50px;
	}

	.s_culture .piclist .txt .profile span {
		margin-right: 30px;
	}
}

@media screen and (max-width:768px) {
	.s_culture_banner {
		min-height: 640px;
	}

	.s_culture_banner .banner-txt li {
		line-height: 40px;
		font-size: 16px;
	}

	.s_culture_banner .banner-txt li span {
		font-size: 22px;
	}

	.s_culture {
		margin: 64px 0px 40px 0px;
	}

	.s_culture .piclist .txt {
		font-size: 20px;
		width: auto;
		left: 15px;
	}

	.s_culture .piclist .txt .company span {
		margin-right: 40px;
	}

	.s_culture .piclist .txt .profile span {
		margin-right: 20px;
	}

	.s_culture .piclist .txt {
		line-height: 40px;
		top: -40px;
	}

	.s_culture .piclist .txt .company,
	.s_culture .piclist .txt .profile {
		height: 40px;
	}
}

@media screen and (max-width:640px) {
	.s_culture_banner .banner-txt li {
		line-height: 30px;
		font-size: 14px;
	}

	.s_culture_banner .banner-txt li span {
		font-size: 18px;
	}

	.s_culture {
		margin: 54px 0px 40px 0px;
	}

	.s_culture .piclist .txt {
		font-size: 18px;
	}

	.s_culture .piclist .txt .company span {
		margin-right: 30px;
	}

	.s_culture .piclist .txt .profile span {
		margin-right: 10px;
	}

	.s_culture .piclist ul li {
		margin-right: 3%;
	}
}

@media screen and (max-width:480px) {

	.s_culture_banner {
		min-height: 600px;
	}

	.s_culture_banner .banner-txt li {
		line-height: 25px;
	}

	.s_culture_banner .banner-txt li span {
		font-size: 16px;
		line-height: 30px;
	}

	.s_culture {
		margin: 44px 0px 40px 0px;
	}

	.s_culture .piclist .txt .company span {
		margin-right: 15px;
	}

	.s_culture .piclist .txt .profile span {
		margin-right: 10px;
	}

	.s_culture .piclist .txt {
		line-height: 30px;
		top: -30px;
		left: 5px;
	}

	.s_culture .piclist .txt .company,
	.s_culture .piclist .txt .profile {
		height: 30px;
	}
}

.imglist {
	margin-top: -30px;
	margin-right: -30px;
}

.imglist li {
	float: left;
}

.imglist a {
	display: block;
	margin-top: 30px;
	margin-right: 30px;
}

.s_case {
	padding-top: 195px;
	padding-bottom: 80px;
}

.s_case .g-wrap {
	max-width: 1300px;
}

.s_case .cont {
	color: #333;
	text-align: center;
	letter-spacing: 1px;
}

.s_case .cont big {
	font-size: 42px;
	padding: 5px 0px;
	line-height: 1.7;
	display: block;
}

.s_case .cont small {
	font-size: 18px;
	line-height: 1.5;
	display: block;
}

.s_case .cont .s_nav {
	margin-top: 70px;
	margin-bottom: 88px;
	text-align: center;
}

.s_case .cont .s_nav a {
	display: inline-block;
	width: 380px;
	height: 70px;
	border: 1px solid #333333;
	position: relative;
	margin: 0px 25px;
	letter-spacing: 2px;
}

.s_case .cont .s_nav a span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 30px;
	display: block;
	width: 90%;
	z-index: 2;
}

.s_case .cont .s_nav a:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 100%;
	background: #333;
	left: 0px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.s_case .cont .s_nav a:hover:after,
.s_case .cont .s_nav a.on:after {
	width: 100%;
}

.s_case .cont .s_nav a:hover span,
.s_case .cont .s_nav a.on span {
	color: #FFF;
}

.s_case .s_casebg {
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.s_case .s_casebg .imglist {
	margin-top: 20px;
	margin-bottom: 85px;
	margin-right: -34px;
	overflow: hidden;
}

.s_case .s_casebg .imglist li {
	width: 25%;
}

.s_case .s_casebg .imglist li a {
	margin-top: 65px;
	margin-right: 34px;
}

.s_case .s_casebg .imglist li a .img {
	width: 100%;
	overflow: hidden;
}

.s_case .s_casebg .imglist li a .img img {
	transition: all 2s;
	-webkit-transition: all 2s;
}

.s_case .s_casebg .imglist li a:hover .img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.s_case .s_casebg .imglist li a .txt {
	min-height: 132px;
	position: relative;
	background: #FFF;
}

.s_case .s_casebg .imglist li a .txt .info {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 90%;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
}

.s_case .s_casebg .imglist li a .txt span {
	width: 150px;
	height: 30px;
	line-height: 26px;
	border: 1px solid #333;
	color: #333;
	font-size: 18px;
	text-align: center;
	display: block;
	margin: 8px auto 8px auto;
	transition: all 0.5s;
	transition: all 0.5s;
	box-sizing: border-box;
	position: relative;
}

.s_case .s_casebg .imglist li a:hover .txt span {
	background: #333;
	color: #FFF;
}

.s_case .s_casebg .imglist li a .txt span em {
	display: inline-block;
	width: 8px;
	height: 12px;
	margin-left: 10px;
}

.s_case .s_casebg .imglist li a .txt span em .show {
	display: block;
}

.s_case .s_casebg .imglist li a:hover .txt span em .show {
	display: none;
}

.s_case .s_casebg .imglist li a .txt span em .hidden {
	display: none;
}

.s_case .s_casebg .imglist li a:hover .txt span em .hidden {
	display: block;
}

@media screen and (max-width:1366px) {
	.s_case .cont big {
		font-size: 36px;
	}

	.s_case .cont .s_nav {
		margin-top: 3%;
		margin-bottom: 5%;
	}

	.s_case .cont .s_nav a {
		width: 300px;
		height: 60px;
		margin: 0px 15px;
	}

	.s_case .cont .s_nav a span {
		font-size: 24px;
	}

	.s_case .s_casebg .imglist li a .txt .info {
		font-size: 18px;
	}

	.s_case .s_casebg .imglist li a .txt span {
		font-size: 14px;
	}
}

@media screen and (max-width:1200px) {
	.s_case .cont big {
		font-size: 32px;
	}

	.s_case .cont .s_nav {
		margin-top: 4%;
		margin-bottom: 6%;
	}

	.s_case .cont .s_nav a {
		width: 300px;
		height: 60px;
		margin: 0px 15px;
	}

	.s_case .cont .s_nav a span {
		font-size: 20px;
	}

	.s_case .s_casebg .imglist li a .txt .info {
		font-size: 16px;
	}
}

@media screen and (max-width:991px) {
	.s_case .cont big {
		font-size: 28px;
	}

	.s_case .cont .s_nav {
		margin-top: 5%;
		margin-bottom: 7%;
	}

	.s_case .cont .s_nav a {
		width: 30%;
		height: 50px;
		margin: 0px 2%;
	}

	.s_case .cont .s_nav a span {
		font-size: 18px;
	}

	.s_case .s_casebg .imglist {
		margin-right: -20px;
		margin-bottom: 55px;
	}

	.s_case .s_casebg .imglist li {
		width: 33.33%;
	}

	.s_case .s_casebg .imglist li a {
		margin-right: 20px;
		margin-top: 35px;
	}

	.s_case .s_casebg .imglist li a .txt .info {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.s_case .cont big {
		font-size: 24px;
	}

	.s_case .cont small {
		font-size: 13px;
	}

	.s_case .cont .s_nav {
		margin-top: 6%;
		margin-bottom: 8%;
	}

	.s_case .cont .s_nav a {
		width: 35%;
		height: 50px;
		margin: 0px 2%;
	}

	.s_case .cont .s_nav a span {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	.s_case {
		padding: 135px 0px 70px 0px;
	}

	.s_case .cont big {
		font-size: 20px;
	}

	.s_case .cont .s_nav {
		margin-top: 7%;
		margin-bottom: 9%;
	}

	.s_case .cont .s_nav a {
		width: 40%;
		height: 40px;
		margin: 0px 2%;
	}

	.s_case .cont .s_nav a span {
		font-size: 16px;
	}

	.s_case .s_casebg .imglist {
		margin-right: -20px;
		margin-bottom: 45px;
	}

	.s_case .s_casebg .imglist li {
		width: 50%;
	}

	.s_case .s_casebg .imglist li a {
		margin-right: 20px;
		margin-top: 25px;
	}

	.s_case .s_casebg .imglist li a .txt {
		min-height: 122px;
	}

	.s_case .s_casebg .imglist li a .txt .info {
		font-size: 14px;
		line-height: 25px;
	}

	.s_case .s_casebg .imglist li a .txt span {
		width: 120px;
		font-size: 12px;
	}
}



.pages {
	margin-top: 65px;
	text-align: center;
	font-size: 24px;
}

.pages a {
	padding: 10px 13px;
	border: 1px solid #ececec;
	color: #333;
	margin: 0px 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pages a:hover,
.pages a.hover {
	border: 1px solid #cca072;
}

.pages span {
	margin: 0px 7px;
}

.pages a.on {
	padding: 10px 20px;
}

.pagination li {
	display: inline-block;
}

.pagination li.active a {
	border: 1px solid #cca072;
}

@media screen and (max-width:640px) {
	.pages {
		font-size: 16px;
	}

	.pages a {
		display: none;
	}

	.pages span {
		display: none;
	}

	.pages a.on {
		display: inline-block;
		padding: 10px 30px;
	}
}

@media screen and (max-width:480px) {
	.s_case {
		margin: 115px 0px 50px 0px;
	}

	.pages {
		margin-top: 45px;
	}
}

.s_order {
	padding: 260px 0px 0px 0px;
}

.s_order .g-wrap {
	max-width: 1120px;
}

.s_order .fontbg {
	max-width: 1210px;
	margin: 0px auto;
	margin-bottom: 85px;
	padding: 0px 15px;
	position: relative;
}

.s_order .fontbg .classname {
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	line-height: 1.5;
	text-align: center;
}

.s_order .fontbg .classname:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 5px;
	background: #cca072;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
}

.s_order .s_order_bg {
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.s_order .s_order_bg .cont {
	border: 1px solid #cca072;
	margin: 95px 0px 114px 0px;
	min-height: 200px;
}

.s_order .s_order_bg .cont .txt {
	margin: 60px;
	font-size: 30px;
	line-height: 2;
	letter-spacing: 1px;
}

.s_order .s_order_bg .cont .txt h2 {
	color: #cca072;
	margin-bottom: 30px;
	line-height: 1;
	display: block;
}

.s_order .s_order_bg .cont .txt .search {
	width: 100%;
	margin: 15px 0px 65px 0px;
	overflow: hidden;
}

.s_order .s_order_bg .cont .txt .search .int {
	float: left;
	width: 485px;
	border: 2px solid #333;
	background: url(../images/ico2.png) 20px center no-repeat;
}

.s_order .s_order_bg .cont .txt .search .int .mobile {
	margin-left: 55px;
}

.s_order .s_order_bg .cont .txt .search .int .mobile input {
	height: 45px;
	line-height: 45px;
	width: 100%;
	background: transparent;
	border: 0px;
	font-size: 24px;
	color: #c5c5c5;
	float: left;
}

.s_order .s_order_bg .cont .txt .search .int .mobile input::-webkit-input-placeholder {
	color: #c5c5c5;
	font-size: 24px;
}

.s_order .s_order_bg .cont .txt .search .btn {
	cursor: pointer;
	width: 345px;
	height: 49px;
	line-height: 49px;
	background: #cca072;
	float: left;
	margin-left: 38px;
	position: relative;
	text-align: center;
	font-size: 28px;
	color: #FFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_order .s_order_bg .cont .txt .search .btn a {
	color: #FFF;
}

.s_order .s_order_bg .cont .txt .search .btn:hover {
	opacity: 0.8;
}

.s_order .s_order_bg .cont .txt .search .btn em.ico1 {
	display: inline-block;
	width: 10px;
	height: 20px;
	margin-left: 5px;
}

.s_order .s_order_bg .cont .txt .search .btn em.ico2 {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: 15px;
}

.s_order .s_order_bg .cont .txt .info {
	line-height: 60px;
	color: #333;
}

.s_order .s_order_bg .cont .txt .info .margin20 {
	margin-bottom: 30px;
}

@media screen and (max-width:1200px) {
	.s_order .s_order_bg .cont .txt .search .int {
		width: 50%;
	}

	.s_order .s_order_bg .cont .txt .search .btn {
		width: 35%;
		margin-left: 5%;
	}
}

@media screen and (max-width:991px) {
	.s_order {
		padding-top: 200px;
	}

	.s_order .fontbg .classname {
		font-size: 50px;
	}

	.s_order .s_order_bg .cont .txt {
		font-size: 24px;
	}

	.s_order .s_order_bg .cont .txt .search {
		margin: 15px 0px 45px 0px;
	}

	.s_order .s_order_bg .cont .txt .search .int .mobile input {
		font-size: 20px;
	}

	.s_order .s_order_bg .cont .txt .search .int .mobile input::-webkit-input-placeholder {
		font-size: 20px;
	}

	.s_order .s_order_bg .cont .txt .search .btn {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.s_order {
		margin-top: 200px;
	}

	.s_order .fontbg .classname {
		font-size: 40px;
	}

	.s_order .fontbg .classname:after {
		width: 60px;
		margin-left: -30px;
		bottom: -15px;
	}

	.s_order .s_order_bg .cont .txt {
		font-size: 24px;
	}

	.s_order .s_order_bg .cont .txt .search .int .mobile input {
		font-size: 20px;
	}

	.s_order .s_order_bg .cont .txt .search .int .mobile input::-webkit-input-placeholder {
		font-size: 20px;
	}

	.s_order .s_order_bg .cont .txt .search .btn {
		font-size: 24px;
		width: 40%;
	}
}

@media screen and (max-width:640px) {
	.s_order {
		margin-top: 150px;
	}

	.s_order .fontbg {
		margin-bottom: 50px;
	}

	.s_order .fontbg .classname {
		font-size: 34px;
	}

	.s_order .fontbg .classname:after {
		width: 60px;
		margin-left: -30px;
		bottom: -15px;
	}

	.s_order .s_order_bg .cont {
		margin: 65px 0px 84px 0px;
	}

	.s_order .s_order_bg .cont .txt {
		font-size: 20px;
		line-height: 1.5;
		margin: 30px;
	}

	.s_order .s_order_bg .cont .txt .info {
		line-height: 40px;
	}

	.s_order .s_order_bg .cont .txt .search .int {
		width: 100%;
		box-sizing: border-box;
	}

	.s_order .s_order_bg .cont .txt .search .int .mobile input {
		font-size: 16px;
		height: 35px;
		line-height: 35px;
	}

	.s_order .s_order_bg .cont .txt .search .int .mobile input::-webkit-input-placeholder {
		font-size: 16px;
	}

	.s_order .s_order_bg .cont .txt .search .btn {
		font-size: 20px;
		width: 100%;
		margin-left: 0px;
		margin-top: 15px;
		height: 39px;
		line-height: 39px;
	}
}

@media screen and (max-width:480px) {
	.s_order {
		margin-top: 120px;
	}

	.s_order .fontbg {
		margin-bottom: 30px;
	}

	.s_order .fontbg .classname {
		font-size: 28px;
	}

	.s_order .fontbg .classname:after {
		width: 40px;
		margin-left: -20px;
		bottom: -15px;
	}

	.s_order .s_order_bg .cont {
		margin: 35px 0px 54px 0px;
	}

	.s_order .s_order_bg .cont .txt {
		font-size: 14px;
		line-height: 1.5;
		margin: 15px;
	}

	.s_order .s_order_bg .cont .txt h2 {
		margin-bottom: 15px;
		line-height: 30px;
	}

	.s_order .s_order_bg .cont .txt .info {
		line-height: 30px;
	}

	.s_order .s_order_bg .cont .txt .search .int {
		width: 100%;
		box-sizing: border-box;
	}

	.s_order .s_order_bg .cont .txt .search .int .mobile input {
		font-size: 14px;
	}

	.s_order .s_order_bg .cont .txt .search .int .mobile input::-webkit-input-placeholder {
		font-size: 14px;
	}

	.s_order .s_order_bg .cont .txt .search .btn {
		font-size: 14px;
		width: 100%;
		margin-left: 0px;
		margin-top: 15px;
	}

	.s_order .s_order_bg .cont .txt .search .btn em.ico1 {
		display: none;
	}

	.s_order .s_order_bg .cont .txt .search .btn em.ico2 {
		display: none;
	}
}

@media screen and (max-width:420px) {
	.s_order .fontbg .classname {
		font-size: 20px;
	}
}

.s_orderlist {
	padding: 260px 0px 80px 0px;
}

.s_orderlist .g-wrap {
	max-width: 1300px;
	position: relative;
}

.s_orderlist .fontbg {
	max-width: 1210px;
	margin: 0px auto;
	margin-bottom: 40px;
	padding: 0px 15px;
	position: relative;
}

.s_orderlist .fontbg .classname {
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	line-height: 1.5;
	text-align: center;
}

.s_orderlist .fontbg .classname:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 5px;
	background: #cca072;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
}

.s_orderlist .welcome {
	font-size: 30px;
	color: #cca072;
	text-align: center;
	margin-bottom: 60px;
}

.s_orderlist .tel {
	background: url(../images/ico5.png) 15px center no-repeat;
	padding: 28px 0px 28px 78px;
	margin-bottom: 53px;
	border-bottom: 3px solid #cca072;
	font-size: 26px;
	color: #333;
}

.s_orderlist .cont {
	width: 100%;
	margin-bottom: 100px;
	border-bottom: 1px solid #dbdbdb;
}

.s_orderlist .cont table {
	border-collapse: collapse;
	border: 1px solid #dbdbdb;
}

.s_orderlist .cont td {
	border-collapse: collapse;
	border: 1px solid #dbdbdb;
	padding: 23px 0px;
	font-size: 20px;
	text-align: center;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 30px;
	border-bottom: 1px solid #FFF;
}

.s_orderlist .cont td:first-child,
.s_orderlist .cont td:nth-child(8) {
	width: 5%;
}

.s_orderlist .cont td:nth-child(2),
.s_orderlist .cont td:nth-child(3),
.s_orderlist .cont td:nth-child(7) {
	width: 10%;
}

.s_orderlist .cont td:nth-child(6) {
	width: 15%;
}

.s_orderlist .cont td:nth-child(4) {
	width: 18%;
}

.s_orderlist .cont td:nth-child(5) {
	width: 27%;
}

.s_orderlist .cont tr:nth-child(odd) {
	background: #f5f5f5;
}

.s_orderlist .cont tr:first-child {
	background: #FFF;
	border-bottom: 3px solid #efefef;
}

.s_orderlist .back {
	position: absolute;
	bottom: -70px;
	right: 15px;
	width: 230px;
	height: 50px;
	line-height: 45px;
	font-size: 28px;
	display: block;
	background: url(../images/ico6.png) #cca072 70% center no-repeat;
	color: #FFF;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_orderlist .back:hover {
	opacity: 0.8;
}

@media screen and (max-width:1200px) {
	.s_orderlist .tel {
		padding: 20px 0px 20px 60px;
		font-size: 22px;
	}

	.s_orderlist .cont td {
		font-size: 16px;
	}
}


@media screen and (max-width:991px) {
	.s_orderlist {
		padding-top: 200px;
	}

	.s_orderlist .fontbg .classname {
		font-size: 50px;
	}

	.s_orderlist .s_order_bg .cont .txt {
		font-size: 24px;
	}

	.s_orderlist .welcome {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.s_orderlist .back {
		width: 180px;
		font-size: 24px;
		position: static;
		margin: 0px auto 0px auto;
	}
}

@media screen and (max-width:768px) {

	.s_orderlist .fontbg .classname {
		font-size: 40px;
	}

	.s_orderlist .fontbg .classname:after {
		width: 60px;
		margin-left: -30px;
		bottom: -15px;
	}

	.s_orderlist .tel {
		padding: 15px 0px 15px 45px;
		font-size: 24px;
		background: url(../images/ico5.png) 0px center no-repeat;
	}

	.s_orderlist .cont td {
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	.s_orderlist {
		margin-top: 120px;
	}

	.s_orderlist .fontbg {
		margin-bottom: 30px;
	}

	.s_orderlist .fontbg .classname {
		font-size: 28px;
	}

	.s_orderlist .fontbg .classname:after {
		width: 40px;
		margin-left: -20px;
		bottom: -15px;
	}

	.s_orderlist .tel {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.s_orderlist .cont {
		margin-bottom: 30px;
	}

	.s_orderlist .cont td {
		font-size: 12px;
		line-height: 20px;
	}

	.s_orderlist .cont td:nth-child(1),
	.s_orderlist .cont td:nth-child(2),
	.s_orderlist .cont td:nth-child(3),
	.s_orderlist .cont td:nth-child(6) {
		display: none;
	}

	.s_orderlist .welcome {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.s_orderlist .back {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.s_orderlist {
		margin-top: 120px;
		margin-bottom: 40px;
	}

	.s_orderlist .fontbg {
		margin-bottom: 30px;
	}

	.s_orderlist .fontbg .classname {
		font-size: 20px;
	}

	.s_orderlist .fontbg .classname:after {
		width: 40px;
		margin-left: -20px;
		bottom: -15px;
	}

	.s_orderlist .tel {
		font-size: 14px;
		line-height: 23px;
		background-size: 25px 25px;
		padding: 15px 0px 15px 30px;
	}

	.s_orderlist .pages {
		margin-top: 30px;
	}

	.s_orderlist .back {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
}

.s_process {
	padding-top: 263px;
}

.s_process .g-wrap {
	max-width: 1120px;
}

.s_process .fontbg {
	max-width: 1210px;
	margin: 0px auto;
	margin-bottom: 85px;
	padding: 0px 15px;
	position: relative;
}

.s_process .fontbg .bigname {
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	line-height: 1.5;
	text-align: center;
}

.s_process .fontbg .bigname:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 5px;
	background: #cca072;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
}

.s_process .classname {
	font-size: 60px;
	font-family: 'IKEASans';
	font-weight: bold;
	color: #efefef;
	line-height: 1;
	text-transform: uppercase;
	text-align: right;
}

.s_process .cont {
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}

.s_process .cont .info {
	width: 50%;
	float: left;
}

.s_process .cont .info h2 {
	font-size: 40px;
	color: #cca072;
	font-weight: bold;
}

.s_process .cont .info h3 {
	padding: 30px 0px;
	color: #333;
	border-bottom: 2px solid #f4f4f4;
	font-size: 30px;
	display: inline-block;
}

.s_process .cont .info .imglist {
	margin-top: 30px;
	margin-right: -70px;
	overflow: hidden;
}

.s_process .cont .info .imglist li {
	width: 33.33%;
	float: left;
}

.s_process .cont .info .imglist li .box {
	margin-top: 50px;
	margin-right: 70px;
}

.s_process .cont .info .imglist li .box em {
	display: block;
	width: 60px;
	margin: 0px auto;
}

.s_process .cont .info .imglist li .box span {
	display: block;
	color: #333;
	font-size: 30px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.s_process .cont .info .contact {
	width: 350px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	color: #FFF;
	margin-top: 80px;
	margin-bottom: 166px;
	background: #cca072;
}

.s_process .cont .info .contact a {
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_process .cont .info .contact a:hover {
	opacity: 0.8;
}

.s_process .cont .info .contact a span,
.s_process .cont .info .contact a em,
.s_process .cont .info .contact a i {
	display: inline-block;
	color: #FFF;
}

.s_process .cont .info .contact a em {
	margin-left: 5px;
	width: 10px;
	height: 20px;
}

.s_process .cont .info .contact a i {
	margin-left: 10px;
	width: 30px;
	height: 30px;
}

.s_process .cont .info .contact a i img {
	display: block;
	margin-top: 5px;
}

.s_process .cont .pic {
	width: 60%;
	position: absolute;
	right: -10%;
}

.s_process .cont1 {
	background: #f5f5f5;
	padding: 70px 0px;
}

.s_process .cont1 .txt {
	width: 350px;
	float: left;
}

.s_process .cont1 .txt h2 {
	font-size: 40px;
	font-weight: bold;
	color: #cca072;
	margin-bottom: 30px;
}

.s_process .cont1 .txt h3 {
	font-size: 30px;
	color: #333;
	margin-bottom: 34px;
}

.s_process .cont1 .txt .contact {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	color: #FFF;
	background: #cca072;
}

.s_process .cont1 .txt .contact a {
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_process .cont1 .txt .contact a:hover {
	opacity: 0.8;
}

.s_process .cont1 .txt .contact a span,
.s_process .cont1 .txt .contact a em,
.s_process .cont1 .txt .contact a i {
	display: inline-block;
	color: #FFF;
}

.s_process .cont1 .txt .contact a em {
	margin-left: 5px;
	width: 10px;
	height: 20px;
}

.s_process .cont1 .txt .contact a i {
	margin-left: 10px;
	width: 30px;
	height: 30px;
}

.s_process .cont1 .txt .contact a i img {
	display: block;
	margin-top: 5px;
}

.s_process .cont1 .box {
	width: 690px;
	float: right;
	border: 1px solid #cca072;
}

.s_process .cont1 .box .box_cont {
	margin: 20px 0px 30px 0px;
}

.s_process .cont1 .box .box_cont ul {
	overflow: hidden;
}

.s_process .cont1 .box .box_cont li {
	width: 33.33%;
	float: left;
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 1.2;
}

.s_process .cont1 .box .box_cont li span {
	font-size: 80px;
	font-family: 'IKEASans';
	display: block;
	color: #cca072;
	font-weight: bold;
	position: relative;
}

.s_process .cont1 .box .box_cont li span em {
	display: block;
	width: 12px;
	height: 18px;
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -9px;
}

.s_feedback {
	margin: 120px 0px 180px 0px;
}

.s_feedback .g-wrap {
	max-width: 1120px;
}

.s_feedback .classname {
	font-size: 30px;
	line-height: 2;
	color: #333;
	position: relative;
	padding-bottom: 15px;
}

.s_feedback .classname span {
	display: block;
	font-size: 40px;
	line-height: 1.5;
	color: #cca072;
	font-weight: bold;
}

.s_feedback .classname:after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	width: 370px;
	height: 3px;
	background: #e0e0e0;
}

.s_feedback .formlist {
	width: 77%;
}

.s_feedback .formlist .imglist {
	margin-top: 30px;
	margin-right: -125px;
}

.s_feedback .formlist .imglist li {
	width: 50%;
	float: left;
}

.s_feedback .formlist .imglist li.w100 {
	width: 100%;
}

.s_feedback .formlist .imglist li .box {
	margin-top: 60px;
	margin-right: 125px;
}

.s_feedback .formlist .imglist li .box .name {
	font-size: 30px;
	color: #333;
	padding: 10px 0px;
	line-height: 35px;
}

.s_feedback .formlist .imglist li .box .name em {
	display: block;
	width: 35px;
	float: left;
	margin-right: 20px;
}

.s_feedback .formlist .imglist li .box .name sup {
	font-size: 30px;
	color: #cca072;
	line-height: 10px;
}

.s_feedback .formlist .imglist li .box .int {
	width: 100%;
	margin-top: 10px;
	border-bottom: 2px solid #333;
}

.s_feedback .formlist .imglist li .box .int .int-box {
	margin: 5px 15px;
}

.s_feedback .formlist .imglist li .box .int .int-box input {
	background: transparent;
	border: 0px;
	width: 100%;
	height: 40px;
	font-size: 18px;
}

.s_feedback .formlist .imglist li .box .address {
	width: 100%;
	margin-top: 10px;
}

.s_feedback .formlist .imglist li .box .address .int-box {
	width: 35%;
	border: 2px solid #333;
	margin-right: 5%;
	text-align: right;
	font-size: 30px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.s_feedback .formlist .imglist li .box .address .int-box span {
	margin: 0px auto;
	display: block;
	width: 95%;
}

.s_feedback .formlist .imglist li .box .address .int-box .citylist {
	position: absolute;
	top: 47px;
	line-height: 45px;
	border: 2px solid #333;
	border-top: 0px;
	height: 200px;
	overflow-x: hidden;
	width: 100%;
	left: -2px;
	background: #FFF;
	display: none;
	z-index: 10;
}

.s_feedback .formlist .imglist li .box .address .int-box .citylist dd {
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px dashed #666;
	height: 40px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_feedback .formlist .imglist li .box .address .int-box .citylist dd:hover {
	background: #efefef;
}

.s_feedback .formlist .submit {
	width: 350px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	color: #FFF;
	background: #cca072;
	margin-top: 120px;
}

.s_feedback .formlist .submit a {
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}

.s_feedback .formlist .submit a:hover {
	opacity: 0.8;
}

.s_feedback .formlist .submit a span,
.s_feedback .submit a em,
.s_feedback .submit a i {
	display: inline-block;
	color: #FFF;
}

.s_feedback .formlist .submit a em {
	margin-left: 5px;
	width: 10px;
	height: 20px;
}

.s_feedback .formlist .submit a i {
	margin-left: 10px;
	width: 30px;
	height: 30px;
}

.s_feedback .formlist .submit a i img {
	display: block;
	margin-top: 5px;
}

.s_feedback .formlist .submit a .btn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: transparent;
	border: 0px;
}

@media screen and (max-width:1200px) {
	.s_process {
		padding-top: 200px;
	}

	.s_process .classname {
		font-size: 50px;
	}

	.s_process .cont .info h2 {
		font-size: 34px;
	}

	.s_process .cont .info h3 {
		font-size: 24px;
	}

	.s_process .cont .info .imglist li .box span {
		font-size: 24px;
	}

	.s_process .cont .info .contact {
		font-size: 22px;
		margin-top: 50px;
		margin-bottom: 126px;
	}

	.s_process .cont1 .txt {
		width: 35%;
	}

	.s_process .cont1 .txt h2 {
		font-size: 34px;
	}

	.s_process .cont1 .txt h3 {
		font-size: 24px;
	}

	.s_process .cont1 .txt .contact {
		font-size: 22px;
	}

	.s_process .cont1 .box {
		width: 60%;
	}

	.s_process .cont1 .box .box_cont li {
		font-size: 24px;
	}

	.s_process .cont1 .box .box_cont li span {
		font-size: 70px;
	}

	.s_feedback .classname {
		font-size: 24px;
	}

	.s_feedback .classname span {
		font-size: 34px;
	}

	.s_feedback .formlist .imglist li .box .name {
		font-size: 24px;
	}

	.s_feedback .formlist .imglist li .box .address .int-box {
		font-size: 24px;
	}

	.s_feedback .formlist .submit {
		font-size: 22px;
	}
}

@media screen and (max-width:991px) {
	.s_process .fontbg .bigname {
		font-size: 50px;
	}

	.s_process .classname {
		text-align: center;
	}

	.s_process .cont {
		padding-bottom: 30px;
	}

	.s_process .cont .info {
		width: 100%;
		text-align: center
	}

	.s_process .cont .info h2 {
		text-align: center;
	}

	.s_process .cont .info .contact {
		margin: 60px auto 40px auto;
	}

	.s_process .cont1 .txt {
		width: 100%;
		text-align: center;
	}

	.s_process .cont1 .txt .contact {
		width: 350px;
		margin: 0px auto;
	}

	.s_process .cont1 .box {
		width: 100%;
		margin-top: 30px;
	}

	.s_feedback .classname {
		text-align: center;
	}

	.s_feedback .classname:after {
		left: 50%;
		width: 50%;
		margin-left: -25%;
	}

	.s_feedback .formlist {
		width: 100%;
		margin: 0px auto;
	}

	.s_feedback .formlist .imglist {
		margin-right: -80px;
	}

	.s_feedback .formlist .imglist li .box {
		margin-right: 80px;
	}
}

@media screen and (max-width:640px) {
	.s_process .fontbg {
		margin-bottom: 30px;
	}

	.s_process .fontbg .bigname {
		font-size: 28px;
	}

	.s_process .fontbg .bigname:after {
		width: 40px;
		margin-left: -20px;
		bottom: -15px;
	}

	.s_process {
		margin-top: 150px;
	}

	.s_process .classname {
		font-size: 30px;
	}

	.s_process .cont .info h2 {
		font-size: 24px;
	}

	.s_process .cont .info h3 {
		font-size: 18px;
	}

	.s_process .cont .info .imglist li .box span {
		font-size: 18px;
	}

	.s_process .cont .info .contact {
		font-size: 16px;
	}

	.s_process .cont .info .contact a em img {
		margin-top: 5px;
	}

	.s_process .cont .info .contact a i img {
		margin-top: 10px;
	}

	.s_process .cont1 .txt h2 {
		font-size: 24px;
	}

	.s_process .cont1 .txt h3 {
		font-size: 18px;
	}

	.s_process .cont1 .txt .contact {
		font-size: 16px;
	}

	.s_process .cont1 .box .box_cont li {
		font-size: 18px;
	}

	.s_process .cont1 .box .box_cont li span {
		font-size: 50px;
	}

	.s_process .cont1 .txt .contact a em img {
		margin-top: 5px;
	}

	.s_process .cont1 .txt .contact a i img {
		margin-top: 10px;
	}

	.s_feedback {
		margin: 60px 0px 90px 0px;
	}

	.s_feedback .classname {
		font-size: 18px;
	}

	.s_feedback .classname span {
		font-size: 24px;
	}

	.s_feedback .formlist .imglist li {
		width: 100%;
	}

	.s_feedback .formlist .imglist li .box .name {
		font-size: 18px;
	}

	.s_feedback .formlist .imglist li .box .address .int-box {
		font-size: 18px;
	}

	.s_feedback .formlist .submit {
		margin-top: 60px;
	}

	.s_feedback .formlist .submit a em img {
		margin-top: 5px;
	}

	.s_feedback .formlist .submit a i img {
		margin-top: 10px;
	}

	.s_feedback .formlist .imglist li .box {
		margin-top: 30px;
	}
}

@media screen and (max-width:480px) {
	.s_process {
		margin-top: 120px;
	}

	.s_process .fontbg .bigname {
		font-size: 20px;
	}

	.s_process .classname {
		font-size: 24px;
		text-align: right;
	}

	.s_process .cont .info h2 {
		font-size: 20px;
	}

	.s_process .cont .info h3 {
		font-size: 16px;
		padding: 20px 0px;
	}

	.s_process .cont .info .imglist {
		margin-top: 0px;
		margin-right: -30px;
	}

	.s_process .cont .info .imglist li .box {
		margin-top: 30px;
		margin-right: 30px;
	}

	.s_process .cont .info .imglist li .box span {
		font-size: 16px;
	}

	.s_process .cont .info .contact {
		font-size: 16px;
		margin: 30px 0px 20px 0px;
		width: 100%;
	}

	.s_process .cont .info .contact a em img {
		margin-top: 5px;
	}

	.s_process .cont .info .contact a i img {
		margin-top: 10px;
	}

	.s_process .cont .pic {
		width: 100%;
		right: 0px;
	}

	.s_process .cont1 {
		padding: 40px 0px;
	}

	.s_process .cont1 .txt h2 {
		font-size: 20px;
	}

	.s_process .cont1 .txt h3 {
		font-size: 16px;
	}

	.s_process .cont1 .txt .contact {
		font-size: 16px;
		width: 100%;
	}

	.s_process .cont1 .box .box_cont li {
		font-size: 16px;
		line-height: 1.5;
	}

	.s_process .cont1 .box .box_cont li span {
		font-size: 40px;
	}

	.s_process .cont1 .txt .contact a em img {
		margin-top: 5px;
	}

	.s_process .cont1 .txt .contact a i img {
		margin-top: 10px;
	}

	.s_feedback {
		margin: 30px 0px 50px 0px;
	}

	.s_feedback .classname {
		font-size: 16px;
	}

	.s_feedback .classname span {
		font-size: 20px;
	}

	.s_feedback .formlist .imglist {
		margin-top: 0px;
	}

	.s_feedback .formlist .imglist li {
		width: 100%;
	}

	.s_feedback .formlist .imglist li .box {
		margin-top: 15px;
	}

	.s_feedback .formlist .imglist li .box .name em {
		width: 25px;
		margin-right: 10px;
	}

	.s_feedback .formlist .imglist li .box .name {
		font-size: 16px;
		line-height: 25px;
		padding: 0px;
	}

	.s_feedback .formlist .imglist li .box .name sup {
		font-size: 16px;
	}

	.s_feedback .formlist .imglist li .box .address .int-box {
		font-size: 16px;
	}

	.s_feedback .formlist .submit {
		font-size: 16px;
		margin-top: 10px;
		width: 100%;
	}

	.s_feedback .formlist .submit a em img {
		margin-top: 5px;
	}

	.s_feedback .formlist .submit a i img {
		margin-top: 10px;
	}

	.s_feedback .formlist .imglist li .box .int {
		margin-top: 0px;
	}

	.s_feedback .formlist .imglist li .box .int .int-box input {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.s_feedback .formlist .imglist li .box .address .int-box {
		height: 35px;
		line-height: 30px;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
		box-sizing: border-box;
	}

	.s_feedback .formlist .imglist li .box .address .int-box .citylist {
		top: 33px;
	}

	.s_feedback .formlist .imglist li .box .address .int-box .citylist dd {
		font-size: 16px;
	}

	.s_feedback .formlist .imglist li .box .address {
		margin-top: 20px;
	}
}

.s_download {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0px;
	z-index: 20;
	opacity: 0;
}

.s_download_show {
	background: rgba(0, 0, 0, 0.8);
	z-index: 50;
}

.s_download .cont {
	width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	min-height: 600px;
	background: #FFF;
	box-shadow: 0px 0px 15px #ccc;
	-moz-box-shadow: 0px 0px 15px #ccc;
	-ms-box-shadow: 0px 0px 15px #ccc;
	-webkit-box-shadow: 0px 0px 15px #ccc;
}

/*.s_download_show .cont:after{position:absolute; content:""; left:0px; top:0px; height:100%; width:100%; background:rgba(0,0,0,0.8); z-index:50; }*/
.s_download .cont .title {
	font-size: 30px;
	color: #cca072;
	margin-top: 5%;
	text-align: center;
}

.s_download .cont .close {
	width: 40px;
	height: 40px;
	background: url(../images/close1.png) #cca072 center center no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 100;
}

.s_download .cont .close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.s_download .cont .info {
	margin: 4% 60px;
	background: #f5f5f5;
	min-height: 200px;
	padding: 50px 75px 60px 80px;
}

.s_download .cont .info li {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}

.s_download .cont .info li .name {
	width: 100px;
	font-size: 24px;
	line-height: 30px;
	float: left;
}

.s_download .cont .info li .name em {
	display: block;
	width: 30px;
	float: left;
	margin-right: 10px;
}

.s_download .cont .info li .name sup {
	font-size: 24px;
	color: #cca072;
	line-height: 5px;
	height: 10px;
}

.s_download .cont .info li .int {
	width: 395px;
	border-bottom: 2px solid #333;
	float: left;
	margin-left: 10px;
}

.s_download .cont .info li .int input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #333;
	border: 0px;
	background: transparent;
}

.s_download .cont .info li .sendtel {
	width: 205px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	background: #cca072;
	font-size: 24px;
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
}

.s_download .cont .info li:last-child {
	margin-bottom: 0px;
}

.s_download .cont .info li:last-child .name {
	width: 100%;
	margin-bottom: 20px;
}

.s_download .cont .info li:last-child dl {
	margin-right: -15px;
	margin-top: 0px;
	overflow: hidden;
	display: block;
	width: 100%;
}

.s_download .cont .info li:last-child dl dd {
	width: 16.66%;
	float: left;
}

.s_download .cont .info li:last-child dl dd .code {
	margin-right: 15px;
	margin-top: 0px;
	border-bottom: 2px solid #333;
}

.s_download .cont .info li:last-child dl dd .code input {
	border: 0px;
	background: transparent;
	height: 40px;
	text-align: center;
	font-size: 24px;
	color: #333;
	width: 100%;
}

.s_download .cont img {
	width: auto;
	margin: 0px auto;
}

.s_download .cont .img1 {
	width: 150px;
	margin: 50px auto 0px auto;
	position: relative;
	z-index: 100;
}

.s_download .cont .img1 img {
	width: 100%;
}

.s_download .cont .txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #cca072;
	text-align: center;
	margin: 15px 0px;
	position: relative;
	z-index: 25;
}

.s_download .cont .img2 {
	position: absolute;
	bottom: 0px;
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	position: relative;
	z-index: 25;
}

.s_download .links {
	margin: 4% 60px 6% 60px;
}

.s_download .links a {
	width: 42%;
	height: 50px;
	line-height: 48px;
	background: #cca072;
	color: #FFF;
	font-size: 24px;
	display: inline-block;
	text-align: center;
	margin: 15px 3.5%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-sizing: border-box;
}

.s_download .links a.tcqq {
	width: 91.5%;
	background: #545454
}

.s_download .links a.tctel {
	width: 91.5%
}




.s_download .links a em {
	width: 10px;
	height: 20px;
	display: inline-block;
	margin-left: 15px;
}

.s_download .links a .ico {
	margin-left: 0px;
	margin-right: 15px;
	width: 20px;
	height: 20px;
}

.s_download .links a em img {
	margin-top: 3px;
}

.s_download .links a:hover {
	opacity: 0.8;
}

@media screen and (max-width:1200px) {
	.s_download .cont {
		width: 90%;
	}

	.s_download .cont .title {
		font-size: 24px;
	}

	.s_download .cont .info li .name {
		font-size: 20px;
	}

	.s_download .cont .info li .int {
		width: 50%;
	}

	.s_download .cont .info li .int input {
		font-size: 16px;
	}

	.s_download .cont .info li:last-child dl dd .code input {
		font-size: 20px;
	}

	.s_download .links a {
		font-size: 20px;
	}

	.s_download .cont .info li .sendtel {
		font-size: 20px;
		width: 30%;
	}
}

@media screen and (max-width:991px) {
	.s_download .cont .info li .int {
		width: 40%;
	}

	.s_download .links a {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {

	.s_download .cont {
		min-height: 800px;
	}

	.s_download .cont .title {
		font-size: 35px;
		margin-top: 10%;
	}

	.s_download .cont .info {
		margin: 6% 30px;
		padding: 30px 35px 40px 40px;
	}

	.s_download .cont .info li {
		margin-bottom: 50px;
	}

	.s_download .cont .info li .name {
		font-size: 30px;
		width: 100%;
		margin-bottom: 10px;
	}

	.s_download .cont .info li .int {
		width: 65%;
	}

	.s_download .cont .info li .int input {
		font-size: 30px;
		height: 50px;
		line-height: 50px;
	}

	.s_download .cont .info li:last-child dl dd .code input {
		font-size: 20px;
	}

	.s_download .links a {
		font-size: 24px;
		width: 100%;
		margin: 15px 0px;
	}

	.s_download .cont .info li .sendtel {
		font-size: 24px;
		width: 30%;
	}

	.s_download .links a em img {
		margin-top: 0px;
	}

	.s_download .cont .info li .name em img {
		width: 100%;
	}

	.s_download .links a.tcqq {
		width: 100%;
	}

	.s_download .links a.tctel {
		width: 100%
	}




}

@media screen and (max-width:640px) {
	.s_download .cont .title {
		font-size: 18px;
	}

	.s_download .cont .info {
		margin: 8% 30px;
		padding: 30px 35px 40px 40px;
	}

	.s_download .cont .info li .name {
		font-size: 14px;
	}

	.s_download .cont .info li .int input {
		font-size: 14px;
	}

	.s_download .cont .info li .sendtel {
		font-size: 14px;
	}

	.s_download .cont .info li:last-child dl dd .code input {
		font-size: 14px;
	}

	.s_download .links {
		margin: 4% 30px 0px 30px;
	}

	.s_download .links a {
		font-size: 16px;
		height: 40px;
		line-height: 38px;
		width: 100%;
		margin: 0px;
		margin-bottom: 3%;
	}

	.s_download .links a em {
		padding-top: 10px;
	}
}

@media screen and (max-width:480px) {
	.s_download .cont {
		min-height: auto;
		padding: 40px 0px;
	}

	.s_download .cont .info li .name {
		margin-bottom: 0px;
	}

	.s_download .cont .info li:last-child .name {
		margin-bottom: 0px;
	}

	.s_download .cont .info li .name em {
		width: 25px;
	}

	.s_download .cont .info {
		margin: 8% 15px;
		padding: 20px 15px 30px 15px;
	}

	.s_download .cont .info li .int {
		width: 55%;
	}

	.s_download .cont .info li .sendtel {
		font-size: 14px;
		width: 35%;
		height: 30px;
		line-height: 30px;
	}

	.s_download .cont .info li .name sup {
		font-size: 16px;
	}

	.s_download .cont .info li:last-child dl dd .code {
		margin-top: 10px;
	}

	.s_download .cont .info li:last-child dl dd .code input {
		height: 30px;
		line-height: 30px;
	}

	.s_download .links {
		margin: 4% 15px 0px 15px;
	}

	.s_download .links a {
		height: 30px;
		line-height: 28px;
	}

	.s_download .cont .close {
		width: 30px;
		height: 30px;
	}
}

.s_news {
	padding-top: 260px;
}

.s_news .g-wrap {
	max-width: 1120px;
}

.s_news .s_nav {
	font-size: 40px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #cca072;
}

.s_news .s_nav a {
	display: inline-block;
	margin-right: 100px;
	padding-bottom: 40px;
}

.s_news .s_nav a:hover,
.s_news .s_nav a.on {
	color: #cca072;
}

.s_news .s_nav a:last-child {
	margin-right: 0px;
}

.s_news ul {
	margin-bottom: 134px;
}

.s_news li {
	border-bottom: 1px solid #cca072;
	position: relative;
	min-height: 280px;
	padding: 65px 0px;
	display: flex
}

.s_news li:first-child {
	padding-top: 0px;
}

.s_news li .year {
	font-size: 340px;
	font-family: 'IKEASans';
	position: absolute;
	left: -215px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: rgba(51, 51, 51, 0.04);
	font-weight: bold;
	z-index: 1;
}

.s_news .on .year {
	right: -215px;
	left: auto;
}

.s_news li .cont {
	width: 100%;
	align-self: center;
	position: relative;
	z-index: 2;
}

.s_news li .cont a {
	font-size: 30px;
	color: #333;
	line-height: 2;
	display: block;
}

.s_news li .cont a:hover {
	color: #cca072;
}

.s_news li .cont a span {
	font-size: 28x;
	font-family: 'IKEASans';
	margin-right: 35px;
	color: #cca072;
}

.s_news .newstop {
	width: 240px;
	height: 70px;
	background: #b2b2b2;
	border-radius: 3px;
	font-size: 30px;
	line-height: 70px;
	margin: 0px auto 116px auto;
	text-align: center;
	color: #FFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}

.s_news .newstop em {
	width: 26px;
	height: 14px;
	display: inline-block;
	margin-left: 10px;
}

.s_news .newstop:hover {
	opacity: 0.8;
}

@media screen and (max-width:1580px) {
	.s_news li .year {
		left: -115px
	}

	.s_news .on .year {
		right: -115px
	}
}

@media screen and (max-width:1366px) {
	.s_news li .year {
		left: -80px
	}

	.s_news .on .year {
		right: -80px
	}
}

@media screen and (max-width:1200px) {
	.s_news {
		padding-top: 230px;
	}

	.s_news ul {
		margin-bottom: 104px;
	}

	.s_news li .year {
		left: 0px
	}

	.s_news .on .year {
		right: 0px
	}

	.s_news .s_nav {
		font-size: 30px;
	}

	.s_news .s_nav a {
		margin-right: 60px;
	}

	.s_news li .year {
		font-size: 300px;
	}

	.s_news li .cont a {
		font-size: 24px;
	}

	.s_news li .cont a span {
		font-size: 22px;
	}

	.s_news .newstop {
		font-size: 24px;
		margin-bottom: 86px;
	}
}

@media screen and (max-width:991px) {
	.s_news .s_nav {
		font-size: 24px;
	}

	.s_news li {
		min-height: 240px;
		padding: 30px 0px;
	}

	.s_news li .year {
		font-size: 220px;
	}
}

@media screen and (max-width:768px) {
	.s_news {
		margin-top: 180px;
	}

	.s_news .s_nav {
		font-size: 20px;
	}

	.s_news .s_nav a {
		padding-bottom: 25px;
	}

	.s_news ul {
		margin-bottom: 74px;
	}

	.s_news li {
		min-height: 240px;
		padding: 30px 0px;
	}

	.s_news li .year {
		font-size: 180px;
	}

	.s_news li .cont a {
		font-size: 20px;
	}

	.s_news li .cont a span {
		font-size: 18px;
	}

	.s_news .newstop {
		font-size: 20px;
		height: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width:640px) {
	.s_news {
		margin-top: 150px;
	}

	.s_news .s_nav {
		font-size: 18px;
	}

	.s_news .s_nav a {
		margin-right: 30px;
		padding-bottom: 20px;
	}

	.s_news ul {
		margin-bottom: 34px;
	}

	.s_news li {
		min-height: 150px;
		padding: 30px 0px;
	}

	.s_news li .year {
		font-size: 140px;
	}

	.s_news li .cont a {
		font-size: 16px;
	}

	.s_news li .cont a span {
		font-size: 14px;
		display: block;
	}

	.s_news li .cont a span:last-child {
		display: none;
	}

	.s_news .newstop {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	.s_news .newstop em {
		width: 20px;
		height: 10px;
	}
}

@media screen and (max-width:480px) {
	.s_news {
		margin-top: 120px;
	}

	.s_news .s_nav {
		font-size: 16px;
	}

	.s_news li {
		min-height: 120px;
		padding: 20px 0px;
	}

	.s_news li .year {
		font-size: 120px;
	}

	.s_news li .cont a {
		font-size: 14px;
	}

	.s_news .newstop {
		margin-bottom: 56px;
	}
}

.s_newsdetail {
	width: 100%;
	padding-bottom: 100px;
	padding-top: 125px;
}

.s_newsdetail .fontbg {
	max-width: 1210px;
	margin: 0px auto 60px auto;
	padding: 0px 15px;
	position: relative;
	font-size: 160px;
	font-family: 'IKEASans';
	color: #efefef;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}

.s_newsdetail .fontbg .classname {
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	line-height: 1.5;
	text-align: center;
	color: #333;
}

.s_newsdetail .fontbg .classname:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 5px;
	background: #cca072;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
}

.s_newsdetail .part1 {
	padding: 40px 0px 20px 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.s_newsdetail .part1 .cont {
	max-width: 820px;
	padding: 0px 15px;
	margin: 20px auto 0px auto;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 30px;
}

.s_newsdetail .part1 .cont .info {
	width: 95%;
	margin: 0px auto 30px auto;
	text-indent: 2em;
}

.s_newsdetail .part1 .cont .img {
	position: relative;
}

.s_newsdetail .part1 .cont .img .time {
	position: absolute;
	left: -125px;
	top: 0px;
	width: 80px;
}

.s_newsdetail .part1 .cont .img .time .cn {
	font-size: 20px;
	color: #333;
	line-height: 25px;
	margin-bottom: 25px;
	text-align: right;
	width: 90%;
}

.s_newsdetail .part1 .cont .img .time .en {
	width: 100%;
	height: 80px;
	border: 1px solid #333;
	position: relative;
}

.s_newsdetail .part1 .cont .img .time .en .num {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 90%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #4a4a4a;
}

.s_newsdetail .part1 .cont .img .time .en .num span {
	font-size: 22px;
	display: block;
	line-height: 30px;
}

.s_newsdetail .part1 .title {
	font-size: 40px;
	color: #cca072;
	text-align: center;
	letter-spacing: 1px;
}

.s_newsdetail .part2 {
	padding: 110px 0px 150px 0px;
	font-size: 18px;
	/*text-align:center;*/
	line-height: 30px;
}

.s_newsdetail .part2 .g-wrap {
	max-width: 820px;
	text-indent: 2em;
}

.s_newsdetail .part2 .imglist {
	margin-top: 30px;
	margin-right: -20px;
	overflow: hidden;
}

.s_newsdetail .part2 .imglist li {
	float: left;
	width: 25%;
}

.s_newsdetail .part2 .imglist li .img {
	margin-right: 20px;
	margin-top: 20px;
}

.s_newsdetail .part3 {
	padding: 52px 0px 70px 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 18px;
	/*text-align:center;*/
	line-height: 30px;
}

.s_newsdetail .part3 .g-wrap {
	max-width: 820px;
	text-indent: 2em;
}

.s_newsdetail .part3 .imglist {
	margin-top: 30px;
	margin-right: -24px;
	overflow: hidden;
}

.s_newsdetail .part3 .imglist li {
	float: left;
	width: 50%;
}

.s_newsdetail .part3 .imglist li .img {
	margin-right: 24px;
	margin-top: 20px;
}

.s_newsdetail .part4 {
	padding: 40px 0px 20px 0px;
	font-size: 18px;
	/*text-align:center;*/
	line-height: 30px;
}

.s_newsdetail .part4 .g-wrap {
	max-width: 820px;
	text-indent: 2em;
}

.s_newsdetail .part4 .imglist {
	margin-top: 00px;
	margin-right: -24px;
	overflow: hidden;
}

.s_newsdetail .part4 .imglist li {
	float: left;
	width: 100%;
}

.s_newsdetail .part4 .imglist li .img {
	margin-right: 24px;
	margin-top: 20px;
}

@media screen and (max-width:991px) {
	.s_newsdetail {
		padding-bottom: 130px;
	}

	.s_newsdetail .fontbg {
		font-size: 120px;
		margin: 95px 0px 80px 0px;
	}

	.s_newsdetail .fontbg .classname {
		font-size: 50px;
	}

	.s_newsdetail .part1 .title {
		font-size: 30px;
	}

	.s_newsdetail .part1 .cont .img .time {
		display: none;
	}

}

@media screen and (max-width:768px) {
	.s_newsdetail .fontbg {
		font-size: 100px;
	}

	.s_newsdetail .fontbg .classname {
		font-size: 40px;
	}

	.s_newsdetail .fontbg .classname:after {
		width: 60px;
		margin-left: -30px;
		bottom: -20px;
	}

	.s_newsdetail .part1 .title {
		font-size: 24px;
	}


}

@media screen and (max-width:640px) {
	.s_newsdetail {
		padding-bottom: 100px;
	}

	.s_newsdetail .fontbg {
		font-size: 60px;
		margin: 65px 0px 50px 0px;
	}

	.s_newsdetail .fontbg .classname {
		font-size: 30px;
	}

	.s_newsdetail .fontbg .classname:after {
		bottom: -10px;
	}

	.s_newsdetail .part1 .title {
		font-size: 20px;
	}

	.s_newsdetail .part1 .cont {
		font-size: 16px;
		line-height: 25px;
	}

	.s_newsdetail .part2 {
		font-size: 16px;
		line-height: 25px;
		padding: 60px 0px 90px 0px;
	}

	.s_newsdetail .part2 .imglist li {
		width: 50%;
	}

	.s_newsdetail .part3 {
		font-size: 16px;
		line-height: 25px;
		padding: 32px 0px 40px 0px;
	}

	.s_newsdetail .part4 {
		font-size: 16px;
		line-height: 25px;
		padding: 42px 0px 60px 0px;
	}
}

@media screen and (max-width:480px) {
	.s_newsdetail {
		padding-bottom: 70px;
	}

	.s_newsdetail .fontbg {
		font-size: 50px;
		margin: 65px 0px 50px 0px;
	}

	.s_newsdetail .fontbg .classname {
		font-size: 24px;
	}

	.s_newsdetail .fontbg .classname:after {
		bottom: -10px;
	}

	.s_newsdetail .part1 {
		padding: 32px 0px;
	}

	.s_newsdetail .part1 .cont {
		margin-top: 15px;
	}

	.s_newsdetail .part1 .title {
		font-size: 18px;
	}

	.s_newsdetail .part1 .cont {
		font-size: 14px;
		line-height: 25px;
	}

	.s_newsdetail .part2 {
		font-size: 14px;
		line-height: 25px;
		padding: 20px 0px 40px 0px;
	}

	.s_newsdetail .part2 .imglist {
		margin-top: 15px;
		margin-right: -10px;
	}

	.s_newsdetail .part2 .imglist li {
		width: 50%;
	}

	.s_newsdetail .part2 .imglist li .img {
		margin-top: 15px;
		margin-right: 10px;
	}

	.s_newsdetail .part3 {
		font-size: 14px;
		line-height: 25px;
		padding: 22px 0px 40px 0px;
	}

	.s_newsdetail .part3 .imglist {
		margin-top: 15px;
		margin-right: -10px;
	}

	.s_newsdetail .part3 .imglist li .img {
		margin-top: 15px;
		margin-right: 10px;
	}

	.s_newsdetail .part4 {
		font-size: 14px;
		line-height: 25px;
		padding: 22px 0px 40px 0px;
	}
}

.newspages {
	width: 100%;
}

.newspages .g-wrap {
	max-width: 1300px;
	overflow: hidden;
}

.newspages .prev,
.newspages .next {
	width: 50%;
}

.newspages a {
	display: block;
}

.newspages .prev .box,
.newspages .next .box {
	width: 200px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #cca072;
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #cca072;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.newspages a:hover .box {
	color: #FFF;
	background: #cca072;
}

.newspages a .box i {
	font-style: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 100;
	display: block;
}

.newspages a .box:after {
	position: absolute;
	content: "";
	background: #cca072;
	width: 0px;
	height: 100%;
	top: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: -1;
}

.newspages a:hover .box:after {
	width: 100%;
}

.newspages .prev a .box:after {
	left: 0px;
}

.newspages .next a .box:after {
	right: 0px;
}

.newspages .prev .box em,
.newspages .next .box em {
	width: 9px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.newspages .prev a .box em .img1,
.newspages .next a .box em .img1 {
	display: block;
}

.newspages .prev a:hover .box em .img1,
.newspages .next a:hover .box em .img1 {
	display: none;
}

.newspages .prev a .box em .img2,
.newspages .next a .box em .img2 {
	display: none;
}

.newspages .prev a:hover .box em .img2,
.newspages .next a:hover .box em .img2 {
	display: block;
}

.newspages .prev {
	float: left;
}

.newspages .prev .box {
	float: left;
}

.newspages .prev .box em {
	left: 26px;
}

.newspages .next {
	float: right;
}

.newspages .next .box {
	float: right;
}

.newspages .next .box em {
	right: 26px;
}

.newspages .prev a span,
.newspages .next a span {
	display: block;
	font-size: 18px;
	color: #cca072;
	float: left;
	width: 100%;
	line-height: 20px;
	padding: 15px 0px;
	line-height: 1.3;
}

.newspages .prev a:hover span,
.newspages .next a:hover span {
	color: #eac7a3;
}

.newspages .next span {
	text-align: right;
}

@media screen and (max-width:768px) {

	.newspages .prev .box,
	.newspages .next .box {
		font-size: 16px;
	}

	.newspages .prev a span,
	.newspages .next a span {
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {

	.newspages .prev,
	.newspages .next {
		width: 100%;
	}

	.newspages .prev .box,
	.newspages .next .box {
		width: 150px;
		height: 30px;
		line-height: 30px;
	}

	.newspages .prev .box {
		float: left;
	}

	.newspages .next .box {
		margin-top: 10px;
		float: left;
	}

	.newspages .next span {
		text-align: left;
	}
}

@media screen and (max-width:480px) {

	.newspages .prev .box,
	.newspages .next .box {
		font-size: 14px;
	}

}

.newsdetailtop {
	width: 70px;
	height: 70px;
	background: #b2b2b2;
	border-radius: 3px;
	position: fixed;
	right: 10px;
	bottom: 50px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.newsdetailtop:hover {
	background: #b0b0b0;
}

.newsdetailtop em {
	width: 30px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: block;
	background: url(../images/ico22.png) center/cover no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.newsdetailtop:hover em {
	background: url(../images/h_ico22.png) center/cover no-repeat;
}

@media screen and (max-width:640px) {
	.newsdetailtop {
		width: 50px;
		height: 50px;
	}

	.newsdetailtop em {
		width: 20px;
		height: 10px;
	}
}


.s_shop {
	width: 100%;
}

.s_shop .banner {
	height: 100vh;
	position: relative;
}

.s_shop .banner .cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 40px;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	width: 90%;
}

.s_shop .banner .cont small {
	color: #cca072;
	display: block;
}

.s_shop .banner .cont big {
	display: block;
	font-size: 80px;
	margin: 15px 0px;
}

.s_shop .banner .cont .contact {
	width: 350px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	color: #FFF;
	margin: 60px auto 0px auto;
	background: #cca072;
}

.s_shop .banner .cont .contact a {
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_shop .banner .cont .contact a span,
.s_shop .banner .cont .contact a em,
.s_shop .banner .cont .contact a i {
	display: inline-block;
	color: #FFF;
}

.s_shop .banner .cont .contact a em {
	margin-left: 5px;
	width: 10px;
	height: 20px;
}

.s_shop .banner .cont .contact a i {
	margin-left: 10px;
	width: 30px;
	height: 30px;
}

.s_shop .banner .cont .contact a i img {
	display: block;
	margin-top: 5px;
}

.s_shop .banner .enname {
	position: absolute;
	bottom: 30px;
	font-size: 28px;
	color: #cca072;
	font-family: 'IKEASans';
	width: 90%;
	line-height: 30px;
	text-transform: uppercase;
	left: 55%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-weight: bold;
}

.s_shop .banner .enname span {
	display: inline-block;
	width: 5%;
	margin: 0px;
	padding: 0px;
}

.s_shop .banner .enname span:last-child {
	width: auto;
}

.s_shop .banner .enname span.last {
	width: 11%;
}

@media screen and (max-width:1600px) {
	.s_shop .banner .cont {
		font-size: 34px;
	}

	.s_shop .banner .cont big {
		font-size: 72px;
	}

	.s_shop .banner .cont .contact {
		font-size: 24px;
	}

}

@media screen and (max-width:1366px) {
	.s_shop .banner .enname {
		font-size: 24px;
		left: 53%;
	}
}

@media screen and (max-width:991px) {
	.s_shop .banner .cont {
		font-size: 30px;
	}

	.s_shop .banner .cont big {
		font-size: 62px;
	}

	.s_shop .banner .cont .contact {
		font-size: 20px;
	}

	.s_shop .banner .enname {
		font-size: 20px;
	}
}

/*@media screen and (max-width:768px){
.s_shop .banner .cont{font-size:30px;}
.s_shop .banner .cont big{font-size:50px; }
.s_shop .banner .cont .contact{font-size:30px; height:70px; line-height:70px; }
.s_shop .banner .cont .contact a em img{margin-top:5px;}
.s_shop .banner .cont .contact a i img{margin-top:10px;}
.s_shop .banner .enname{font-size:18px;}
}*/

@media screen and (max-width:640px) {
	.s_shop .banner .cont {
		font-size: 20px;
	}

	.s_shop .banner .cont big {
		font-size: 32px;
		margin: 15px 0px
	}

	.s_shop .banner .cont .contact {
		font-size: 16px;
		margin-top: 30px;
	}

	.s_shop .banner .enname {
		font-size: 16px;
	}
}

@media screen and (max-width:480px) {
	.s_shop .banner .cont {
		font-size: 16px;
	}

	.s_shop .banner .cont big {
		font-size: 28px;
		margin: 15px 0px
	}

	.s_shop .banner .cont .contact {
		font-size: 14px;
		margin-top: 30px;
		width: 250px;
	}

	.s_shop .banner .enname {
		font-size: 14px;
		left: 51%;
	}

	.s_shop .banner .enname span {
		width: 4.5%;
	}
}



.s_shop .g-wrap {
	max-width: 1120px;
}

.s_shop .cont1 {
	background: #f5f5f5;
	padding: 70px 0px;
}

.s_shop .cont1 .txt {
	width: 350px;
	float: left;
}

.s_shop .cont1 .txt h2 {
	font-size: 40px;
	font-weight: bold;
	color: #cca072;
	margin-bottom: 30px;
}

.s_shop .cont1 .txt h3 {
	font-size: 30px;
	color: #333;
	margin-bottom: 34px;
}

.s_shop .cont1 .txt .contact {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	color: #FFF;
	background: #cca072;
}

.s_shop .cont1 .txt .contact a {
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_shop .cont1 .txt .contact a:hover {
	opacity: 0.8;
}

.s_shop .cont1 .txt .contact a span,
.s_shop .cont1 .txt .contact a em,
.s_shop .cont1 .txt .contact a i {
	display: inline-block;
	color: #FFF;
}

.s_shop .cont1 .txt .contact a em {
	margin-left: 5px;
	width: 10px;
	height: 20px;
}

.s_shop .cont1 .txt .contact a i {
	margin-left: 10px;
	width: 30px;
	height: 30px;
}

.s_shop .cont1 .txt .contact a i img {
	display: block;
	margin-top: 5px;
}

.s_shop .cont1 .box {
	width: 690px;
	float: right;
	border: 1px solid #cca072;
}

.s_shop .cont1 .box .box_cont {
	margin: 20px 0px 30px 0px;
}

.s_shop .cont1 .box .box_cont ul {
	overflow: hidden;
}

.s_shop .cont1 .box .box_cont li {
	width: 33.33%;
	float: left;
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 1.2;
}

.s_shop .cont1 .box .box_cont li span {
	font-size: 80px;
	font-family: 'IKEASans';
	display: block;
	color: #cca072;
	font-weight: bold;
	position: relative;
}

.s_shop .cont1 .box .box_cont li span em {
	display: block;
	width: 12px;
	height: 18px;
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -9px;
}

@media screen and (max-width:1200px) {
	.s_shop .cont1 .txt {
		width: 35%;
	}

	.s_shop .cont1 .txt h2 {
		font-size: 34px;
	}

	.s_shop .cont1 .txt h3 {
		font-size: 24px;
	}

	.s_shop .cont1 .txt .contact {
		font-size: 22px;
	}

	.s_shop .cont1 .box {
		width: 60%;
	}

	.s_shop .cont1 .box .box_cont li {
		font-size: 24px;
	}

	.s_shop .cont1 .box .box_cont li span {
		font-size: 70px;
	}
}

@media screen and (max-width:991px) {
	.s_shop .cont1 .txt {
		width: 100%;
		text-align: center;
	}

	.s_shop .cont1 .txt .contact {
		width: 350px;
		margin: 0px auto;
	}

	.s_shop .cont1 .box {
		width: 100%;
		margin-top: 30px;
	}
}

@media screen and (max-width:640px) {
	.s_shop .cont1 .txt h2 {
		font-size: 24px;
	}

	.s_shop .cont1 .txt h3 {
		font-size: 18px;
	}

	.s_shop .cont1 .txt .contact {
		font-size: 16px;
	}

	.s_shop .cont1 .box .box_cont li {
		font-size: 18px;
	}

	.s_shop .cont1 .box .box_cont li span {
		font-size: 50px;
	}

	.s_shop .cont1 .txt .contact a em img {
		margin-top: 5px;
	}

	.s_shop .cont1 .txt .contact a i img {
		margin-top: 10px;
	}
}

@media screen and (max-width:480px) {
	.s_shop .cont1 {
		padding: 40px 0px;
	}

	.s_shop .cont1 .txt h2 {
		font-size: 20px;
	}

	.s_shop .cont1 .txt h3 {
		font-size: 16px;
	}

	.s_shop .cont1 .txt .contact {
		font-size: 16px;
		width: 100%;
	}

	.s_shop .cont1 .box .box_cont li {
		font-size: 16px;
		line-height: 1.5;
	}

	.s_shop .cont1 .box .box_cont li span {
		font-size: 40px;
	}

	.s_shop .cont1 .txt .contact a em img {
		margin-top: 5px;
	}

	.s_shop .cont1 .txt .contact a i img {
		margin-top: 10px;
	}
}

.s_shop .shop_address {
	padding: 80px 0px 0px 0px;
}

.s_shop .shop_address .info {
	font-size: 30px;
	line-height: 1.5;
}

.s_shop .shop_address .info sup {
	font-size: 20px;
	height: 10px;
	color: #cca072;
}

.s_shop .shop_address .address {
	width: 100%;
	margin-top: 30px;
}

.s_shop .shop_address .address .int-box {
	width: 35%;
	border: 2px solid #333;
	margin-right: 5%;
	text-align: right;
	font-size: 30px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.s_shop .shop_address .address .int-box span {
	margin: 0px auto;
	display: block;
	width: 95%;
}

.s_shop .shop_address .address .int-box .citylist {
	position: absolute;
	top: 47px;
	line-height: 45px;
	border: 2px solid #333;
	border-top: 0px;
	height: 200px;
	overflow-x: hidden;
	width: 100%;
	left: -2px;
	background: #FFF;
	display: none;
	z-index: 10;
}

.s_shop .shop_address .address .int-box .citylist dd {
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px dashed #666;
	height: 40px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_shop .shop_address .address .int-box .citylist dd:hover {
	background: #efefef;
}

.s_shop .s_shoplist {
	margin-top: 80px;
	margin-bottom: 140px;
}

.s_shop .s_shoplist img {
	width: auto;
	display: block;
	margin: 0px auto;
}

.s_shop .s_shoplist h2 {
	font-size: 40px;
	font-weight: bold;
	color: #cca072;
}

.s_shop .s_shoplist .cont {
	border: 1px solid #cca072;
	margin-top: 45px;
	padding: 60px;
	height: 1000px;
	overflow: hidden;
}

.s_shop .s_shoplist .cont li {
	border-bottom: 1px solid #cca072;
	font-size: 30px;
	line-height: 2;
	padding-bottom: 35px;
	color: #333;
	margin-bottom: 40px;
}

.s_shop .s_shoplist .cont li dt {
	font-weight: bold;
}

.s_shop .s_shoplist .cont li dd {
	background-size: 35px 35px;
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: left 13px;
}

.s_shop .s_shoplist .cont li dd:nth-child(2) {
	background-image: url(../images/ico23.png);
}

/*.s_shop .s_shoplist .cont li dd:last-child{background-image:url(../images/ico16.png);}*/

@media screen and (max-width:1200px) {

	.s_shop .shop_address .info,
	.s_shop .shop_address .address .int-box {
		font-size: 24px;
	}

	.s_shop .s_shoplist h2 {
		font-size: 34px;
	}

	.s_shop .s_shoplist .cont li {
		font-size: 24px;
	}

	.s_shop .s_shoplist .cont li dd {
		background-size: 25px 25px;
	}
}

@media screen and (max-width:991px) {

	.s_shop .shop_address .info,
	.s_shop .shop_address .address .int-box {
		font-size: 20px;
	}

	.s_shop .s_shoplist h2 {
		font-size: 30px;
	}

	.s_shop .s_shoplist .cont li {
		font-size: 20px;
	}

	.s_shop .s_shoplist .cont li dd {
		background-position: left 8px;
	}
}

@media screen and (max-width:640px) {
	.s_shop .shop_address {
		padding-top: 40px;
	}

	.s_shop .s_shoplist {
		margin: 40px 0px 100px 0px;
	}

	.s_shop .s_shoplist .cont {
		padding: 30px;
	}

	.s_shop .shop_address .info,
	.s_shop .shop_address .address .int-box {
		font-size: 16px;
	}

	.s_shop .s_shoplist h2 {
		font-size: 24px;
	}

	.s_shop .s_shoplist .cont li {
		font-size: 16px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.s_shop .s_shoplist .cont li dd {
		background-position: left 3px;
		padding-left: 35px;
	}

	.s_shop .shop_address .address .int-box {
		width: 40%;
	}

}

@media screen and (max-width:480px) {
	.s_shop .shop_address {
		padding-top: 20px;
	}

	.s_shop .s_shoplist {
		margin: 30px 0px 60px 0px;
	}

	.s_shop .s_shoplist .cont {
		padding: 15px;
		margin-top: 30px;
	}

	.s_shop .shop_address .info,
	.s_shop .shop_address .address .int-box {
		font-size: 16px;
	}

	.s_shop .shop_address .address .int-box .citylist dd {
		font-size: 15px;
	}

	.s_shop .s_shoplist h2 {
		font-size: 20px;
	}

	.s_shop .s_shoplist .cont {
		height: 500px;
	}

	.s_shop .s_shoplist .cont li {
		font-size: 16px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.s_shop .s_shoplist .cont li dt {
		margin-bottom: 10px;
	}

	.s_shop .s_shoplist .cont li dd {
		background-position: left 3px;
		background-size: 20px 20px;
		padding-left: 35px;
	}

	.s_shop .shop_address .address .int-box {
		width: 43%;
	}
}

.s_design {
	width: 100%;
	font-size: 30px;
	line-height: 2;
}

.s_design a {
	color: #333;
}

.s_design a:hover {
	color: #cca072;
}

.s_design .g-wrap {
	max-width: 1120px;
}

.s_design h2 {
	font-size: 40px;
	font-weight: bold;
	color: #cca072;
	line-height: 1;
	margin-bottom: 35px;
}

.s_design h2 span {
	font-size: 30px;
	font-family: 'IKEASans';
	margin-right: 40px;
	display: block;
	float: left;
	line-height: 30px;
}

.s_design .part1 {
	padding: 220px 0px 100px 0px;
	background: #f5f5f5;
}

.s_design .part1 .classname {
	text-align: center;
	line-height: 1.5;
	font-size: 60px;
	letter-spacing: 1.5px;
}

.s_design .part1 .classname big {
	font-size: 120px;
	position: relative;
}

.s_design .part1 .classname big em {
	margin: 0px 15px;
	font-style: normal;
}

.s_design .part1 .classname big span {
	position: relative;
	z-index: 2;
	line-height: 1;
}

.s_design .part1 .classname big:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 30px;
	background: #e1b07e;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.s_design .part1 .classname small {
	margin-top: 15px;
	display: block;
}

.s_design .part1 .cont {
	margin-top: 68px;
}

.s_design .part1 .cont .imglist {
	margin-top: 0px;
	margin-right: -18px;
	overflow: hidden;
}

.s_design .part1 .cont .imglist li {
	width: 25%;
	float: left;
}

.s_design .part1 .cont .imglist li a {
	display: block;
	margin-top: 48px;
	margin-right: 18px;
	border: 1px solid #cca072;
	padding: 27px;
}

.s_design .part1 .cont .imglist li a .img {
	width: 100%;
	overflow: hidden;
}

.s_design .part1 .cont .imglist li a .img img {
	transition: all 2s;
	-webkit-transition: all 2s;
}

.s_design .part1 .cont .imglist li a:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.s_design .part1 .cont .imglist li a .txt {
	font-size: 20px;
	color: #333;
	margin-top: 30px;
	line-height: 1.5;
	text-align: center;
}

.s_design .part1 .cont .imglist li a:hover .txt {
	color: #cca072;
}

.s_design .part2 {
	padding: 90px 0px 100px 0px;
}

.s_design .part2 .imglist {
	margin-top: 0px;
	margin-right: -60px;
	overflow: hidden;
}

.s_design .part2 .imglist li {
	width: 33.33%;
	float: left;
}

.s_design .part2 .imglist li .box {
	padding: 45px 0px;
	border-bottom: 5px solid #e1b07e;
	margin-top: 0px;
	margin-right: 60px;
	text-align: center;
}

.s_design .part2 .imglist li .box .info {
	width: 75%;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}

.s_design .part2 .imglist li .box .info span {
	display: block;
	float: left;
	width: 115px;
}

.s_design .part2 .imglist li .box .info em {
	display: block;
	font-style: normal;
	font-size: 20px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-weight: bold;
}

.s_design .part3 {
	padding: 90px 0px 60px 0px;
	background: #f5f5f5;
}

.s_design .part3 h2 {
	margin-bottom: 50px;
}

.s_design .part3 .cont {
	border: 1px solid #cca072;
	padding: 45px;
	line-height: 30px;
}

.s_design .part3 .cont p {
	padding: 15px 0px;
}

.s_design .part3 .info {
	margin-left: 47px;
	margin-top: 30px;
	line-height: 40px;
	font-size: 20px;
}

.s_design .part3 .info sup {
	line-height: 10px;
	margin-right: 3px;
}

.s_design .part4 {
	padding: 100px 0px 95px 0px;
}

.s_design .part4 h2 {
	margin-bottom: 45px;
}

.s_design .part4 .cont {
	border: 1px solid #cca072;
	padding: 70px 45px;
}

.s_design .part4 .cont .img {
	width: 812px;
	margin-left: -512px;
	float: left;
}

.s_design .part4 .cont .txt {
	float: right;
	padding-right: 3%;
}

.s_design .part4 .cont .txt1 {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.s_design .part5 {
	padding: 80px 0px 80px 0px;
	background: #f5f5f5;
}

.s_design .part5 h2 {
	text-align: center;
}

.s_design .part5 li {
	margin-top: 53px;
	border: 1px solid #cca072;
	padding: 45px;
	list-style: none;
	position: relative;
}

.s_design .part5 li .img {
	position: absolute;
	width: 40%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: -20%;
}

.s_design .part5 li .txt {
	width: 76%;
	float: left;
}

.s_design .part5 li .txt sup {
	font-size: 16px;
	letter-spacing: 2px;
}

.s_design .part5 .on .img {
	left: -20%;
}

.s_design .part5 .on .txt {
	float: right;
}

.s_design .part5 .info {
	margin-left: 47px;
	margin-top: 30px;
	line-height: 40px;
	font-size: 20px;
}

@media screen and (max-width:1600px) {
	.s_design {
		font-size: 24px;
	}

	.s_design h2 {
		font-size: 34px;
	}

	.s_design h2 span {
		font-size: 24px;
	}

	.s_design .part1 .classname {
		font-size: 50px;
	}

	.s_design .part1 .classname big {
		font-size: 100px;
	}

	.s_design .part4 .cont .img {
		width: 710px;
		margin-left: -280px;
	}

}

@media screen and (max-width:1366px) {
	.s_design .part5 li .txt {
		width: 60%;
	}

	.s_design .part5 li .img {
		right: -60px;
	}

	.s_design .part5 .on .img {
		left: -60px;
	}
}

@media screen and (max-width:1200px) {
	.s_design .part5 li .txt {
		width: 50%;
	}

	.s_design .part5 li .img {
		right: 45px;
	}

	.s_design .part5 .on .img {
		left: 45px;
	}

	.s_design .part4 .cont .img {
		width: 45%;
		margin-left: 0px;
	}

	.s_design .part4 .cont .txt {
		width: 50%;
	}
}

@media screen and (max-width:991px) {
	.s_design {
		font-size: 20px;
	}

	.s_design h2 {
		font-size: 30px;
	}

	.s_design h2 span {
		font-size: 20px;
	}

	.s_design .part1 {
		padding: 160px 0px 70px 0px;
	}

	.s_design .part1 .classname {
		font-size: 40px;
	}

	.s_design .part1 .classname big {
		font-size: 80px;
	}

	.s_design .part1 .cont .imglist li a .txt {
		font-size: 16px;
	}

	.s_design .part1 .cont .imglist li {
		width: 33.33%;
	}

	.s_design .part2 .imglist li .box .info span {
		width: 85px;
		margin: 0px auto;
		float: none;
	}

	.s_design .part2 .imglist li .box .info em {
		font-size: 16px;
		position: static;
		display: block;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		line-height: 50px;
	}

	.s_design .part2 .imglist li .box {
		padding: 25px 0px 15px 0px;
	}

	.s_design .part4 .cont .img {
		width: 100%;
	}

	.s_design .part4 .cont .txt {
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.s_design .part1 {
		padding: 120px 0px 40px 0px;
	}

	.s_design .part1 .classname {
		font-size: 30px;
	}

	.s_design .part1 .classname big {
		font-size: 60px;
	}

	.s_design .part1 .classname big:after {
		height: 15px;
	}

	.s_design .part1 .cont {
		margin-top: 38px;
	}

	.s_design .part1 .cont .imglist li a {
		margin-top: 20px;
		padding: 15px;
	}

	.s_design .part1 .cont .imglist li a .txt {
		font-size: 14px;
		margin-top: 15px;
	}

	.s_design {
		font-size: 16px;
	}

	.s_design h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.s_design h2 span {
		font-size: 16px;
		line-height: 16px;
		margin-right: 20px;
	}

	.s_design .part2 {
		padding: 40px 0px 50px 0px;
	}

	.s_design .part2 .imglist {
		margin-right: -20px;
	}

	.s_design .part2 .imglist li .box {
		padding: 25px 0px 5px 0px;
		margin-right: 20px;
	}

	.s_design .part2 .imglist li .box .info span {
		width: 45px;
	}

	.s_design .part2 .imglist li .box .info em {
		font-size: 14px;
		line-height: 40px;
	}

	.s_design .part3 {
		padding: 40px 0px;
	}

	.s_design .part3 h2 {
		margin-bottom: 25px;
	}

	.s_design .part3 .cont {
		padding: 15px;
	}

	.s_design .part3 .cont p {
		padding: 5px 0px;
	}

	.s_design .part3 .info {
		margin-left: 0px;
		margin-top: 15px;
		font-size: 16px;
		line-height: 30px;
	}

	.s_design .part4 {
		padding: 50px 0px 45px 0px;
	}

	.s_design .part4 h2 {
		margin-bottom: 25px;
	}

	.s_design .part4 .cont {
		padding: 30px 15px;
	}

	.s_design .part5 {
		padding: 40px 0px;
	}

	.s_design .part5 li {
		margin-top: 30px;
		padding: 15px;
	}

	.s_design .part5 li .img {
		right: 15px;
		position: static;
		width: 100%;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}

	.s_design .part5 .on .img {
		left: 15px;
	}

	.s_design .part5 li .txt {
		width: 100%;
		margin-top: 15px;
	}

	.s_design .part5 .info {
		margin-top: 15px;
		font-size: 16px;
		margin-left: 0px;
		line-height: 30px;
	}
}

@media screen and (max-width:640px) {
	.s_design .part1 .classname big {
		font-size: 44px;
	}
}

@media screen and (max-width:480px) {
	.s_design {
		font-size: 14px;
	}

	.s_design h2 {
		font-size: 18px;
	}

	.s_design h2 span {
		margin-right: 10px;
	}

	.s_design .part1 .classname big {
		font-size: 36px;
	}

	.s_design .part1 .classname {
		font-size: 22px;
	}

	.s_design .part1 .classname small {
		margin-top: 5px;
	}

	.s_design .part1 .cont .imglist li {
		width: 50%;
	}

	.s_design .part2 .imglist li .box .info {
		width: 100%;
	}

	.s_design .part2 .imglist li .box .info em {
		font-size: 12px;
	}

	.s_design .part3 .info {
		font-size: 14px;
	}

	.s_design .part3 .cont {
		line-height: 25px;
	}

	.s_design .part4 .cont .txt1 {
		margin-top: 20px;
	}

	.s_design .part5 .info {
		font-size: 14px;
	}

	.s_design .part5 li {
		margin-top: 20px;
	}

	.s_design .part5 li .txt sup {
		font-size: 12px;
	}
}

.s_made .banner {
	width: 100%;
	height: 1100px;
	background: url(../images/img15.jpg) center/cover no-repeat;
	position: relative;
}

.s_made .banner .cont {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	letter-spacing: 1px;
}

.s_made .banner .cont span {
	color: #cca072;
	display: block;
}

.s_made .banner .cont big {
	display: block;
	font-size: 60px;
}

.s_made .banner .cont small {
	display: block;
	line-height: 1.7;
}

.s_made .banner .cont .enname {
	position: absolute;
	bottom: -30%;
	width: 1115px;
	height: 30px;
	line-height: 30px;
	color: #cca072;
	font-family: 'IKEASans';
	font-size: 28px;
	overflow: hidden;
	text-transform: uppercase;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.s_made .banner .cont .enname em {
	font-style: normal;
	display: block;
	float: left;
	width: 6.25%;
}

@media screen and (max-width:1600px) {
	.s_made .banner {
		height: 850px;
	}
}

@media screen and (max-width:1366px) {
	.s_made .banner .cont {
		font-size: 24px;
	}

	.s_made .banner .cont big {
		font-size: 50px;
	}
}

@media screen and (max-width:1200px) {
	.s_made .banner .cont .enname {
		width: 90%;
	}
}

@media screen and (max-width:991px) {
	.s_made .banner .cont {
		font-size: 20px;
	}

	.s_made .banner .cont big {
		font-size: 40px;
	}

	.s_made .banner .cont .enname {
		font-size: 24px;
	}

	.s_made .banner {
		height: 650px;
	}
}

@media screen and (max-width:768px) {
	.s_made .banner .cont .enname {
		font-size: 20px;
	}
}

@media screen and (max-width:640px) {

	.s_made .banner .cont big {
		font-size: 30px;
	}

	.s_made .banner {
		height: 450px;
	}
}

@media screen and (max-width:480px) {
	.s_made .banner .cont {
		font-size: 16px;
		line-height: 30px;
	}

	.s_made .banner .cont big {
		font-size: 24px;
		line-height: 50px;
	}

	.s_made .banner .cont small {
		display: none;
	}

	.s_made .banner .cont .enname {
		font-size: 14px;
	}

}


.s_made .s_imported {
	width: 80%;
	margin: -7% auto 95px auto;
	position: relative;
	z-index: 1;
}

.s_made .s_imported .title {
	font-size: 52px;
	top: 18%;
	color: #efefef;
	width: 60%;
	text-transform: uppercase;
	position: absolute;
	right: -3%;
	font-family: 'IKEASans';
	font-weight: bold;
}

.s_made .s_imported .title span {
	display: block;
	float: left;
	width: 12.5%;
	text-align: center;
}

.s_made .s_imported .title span:first-child,
.s_made .s_imported .title span:nth-child(2),
.s_made .s_imported .title span:nth-child(3) {
	color: #FFF;
}

.s_made .s_imported .imglist {
	margin-top: -30px;
	margin-right: -30px;
	overflow: hidden;
	position: relative;
}

.s_made .s_imported .imglist li {
	width: 65%;
	float: left;
}

.s_made .s_imported .imglist li:last-child {
	width: 35%;
	position: absolute;
	height: 100%;
	right: 0px;
}

.s_made .s_imported .imglist li .box {
	margin-top: 30px;
	margin-right: 30px;
}

.s_made .s_imported .imglist li:last-child .box .img {
	position: absolute;
	bottom: 0px;
}

.s_made .s_imported .imglist1 {
	margin-top: 0px;
	margin-right: -30px;
	overflow: hidden;
	width: 80%;
	float: right;
}

.s_made .s_imported .imglist1 dd {
	width: 50%;
	float: left;
}

.s_made .s_imported .imglist1 dd em {
	margin-top: 30px;
	margin-right: 30px;
	display: block;
}

@media screen and (max-width:1366px) {
	.s_made .s_imported {
		width: 90%;
	}
}

@media screen and (max-width:1200px) {
	.s_made .s_imported .title {
		font-size: 42px;
	}
}

@media screen and (max-width:991px) {
	.s_made .s_imported {
		margin: -13% auto 65px auto;
	}

	.s_made .s_imported .title {
		font-size: 32px;
		top: 5%;
		right: 0px;
		width: 100%;
	}

	.s_made .s_imported .title span {
		color: #FFF;
	}

	.s_made .s_imported .imglist li {
		width: 100%;
	}

	.s_made .s_imported .imglist li:last-child {
		width: 100%;
		position: static;
	}

	.s_made .s_imported .imglist1 {
		width: 100%;
		float: none;
	}

	.s_made .s_imported .imglist li:last-child .box .img {
		position: static;
	}

	.s_made .s_imported .imglist1 dd em {
		margin-right: 0px;
	}
}

@media screen and (max-width:640px) {
	.s_made .s_imported {
		margin: -13% auto 35px auto;
	}

	.s_made .s_imported .title {
		font-size: 28px;
	}

	.s_made .s_imported .title {
		font-size: 24px;
		top: 7%;
	}

	.s_made .s_imported .imglist1 dd em {
		margin-top: 15px;
	}

	.s_made .s_imported .imglist li .box {
		margin-top: 15px;
	}
}

@media screen and (max-width:640px) {
	.s_made .s_imported {
		margin: -18% auto 35px auto;
	}
}



.s_made .s_anzhuang {
	background: url(../images/img14.jpg) center/cover no-repeat;
	background-attachment: fixed;
	min-height: 640px;
	position: relative;
}

.s_made .s_anzhuang .cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 1260px;
	overflow: hidden;
}

.s_made .s_anzhuang .cont .title {
	font-size: 60px;
	text-align: center;
	color: #FFF;
	letter-spacing: 1.5px;
}

.s_made .s_anzhuang .cont .imglist {
	margin-top: 70px;
	margin-right: -153px;
	overflow: hidden;
}

.s_made .s_anzhuang .cont .imglist li {
	width: 25%;
}

.s_made .s_anzhuang .cont .imglist li a {
	margin-right: 153px;
	position: relative;
}

.s_made .s_anzhuang .cont .imglist li a .img {
	margin: 0px auto;
	border: 2px solid #9d9d9d;
	border-radius: 5px;
	position: relative;
}

.s_made .s_anzhuang .cont .imglist li a .img:after {
	position: absolute;
	content: "";
	width: 27px;
	height: 51px;
	background: url(../images/ico34.png) center center no-repeat;
	right: -90px;
	top: 50%;
	margin-top: -25.5px;
}

.s_made .s_anzhuang .cont .imglist li a:hover .img {
	border: 2px solid #cca072;
}

.s_made .s_anzhuang .cont .imglist li a .img .img1 {
	display: block;
}

.s_made .s_anzhuang .cont .imglist li a:hover .img .img1 {
	display: none;
}

.s_made .s_anzhuang .cont .imglist li a .img .img2 {
	display: none;
}

.s_made .s_anzhuang .cont .imglist li a:hover .img .img2 {
	display: block;
}

.s_made .s_anzhuang .cont .imglist li a .txt {
	padding: 40px 0px 0px 0px;
	font-size: 30px;
	color: #9d9d9d;
	text-align: center;
	position: relative;
}

.s_made .s_anzhuang .cont .imglist li a:hover .txt {
	color: #cca072;
}

.s_made .s_anzhuang .cont .imglist li a .txt span {
	display: block;
	line-height: 30px;
	font-size: 20px;
	margin-top: 15px;
}

.s_made .s_anzhuang .cont .imglist li a:hover .txt span {
	color: #9d9d9d;
}

.s_made .s_anzhuang .cont .imglist li a .txt em {
	display: block;
	font-style: normal;
	width: 200%;
	line-height: 30px;
	font-size: 20px;
	left: 40%;
	position: absolute;
	bottom: -40px;
}

.s_made .s_anzhuang .cont .imglist li a:hover .txt em {
	color: #9d9d9d;
}

@media screen and (max-width:1366px) {
	.s_made .s_anzhuang .cont {
		width: 90%;
	}

	.s_made .s_anzhuang .cont .title {
		font-size: 50px;
	}

	.s_made .s_anzhuang .cont .imglist li a .txt {
		font-size: 24px;
	}

	.s_made .s_anzhuang .cont .imglist li a .txt span {
		font-size: 16px;
	}

	.s_made .s_anzhuang .cont .imglist li a .txt em {
		font-size: 16px;
	}
}

@media screen and (max-width:1200px) {
	.s_made .s_anzhuang .cont .title {
		font-size: 40px;
	}

	.s_made .s_anzhuang .cont .imglist {
		margin-right: -100px;
	}

	.s_made .s_anzhuang .cont .imglist li a {
		margin-right: 100px;
	}

	.s_made .s_anzhuang .cont .imglist li a .txt {
		font-size: 20px;
	}

	.s_made .s_anzhuang .cont .imglist li a .txt span {
		font-size: 14px;
	}

	.s_made .s_anzhuang .cont .imglist li a .txt em {
		font-size: 14px;
	}

	.s_made .s_anzhuang .cont .imglist li a .img:after {
		right: -65px;
	}
}

@media screen and (max-width:991px) {
	.s_made .s_anzhuang .cont .title {
		font-size: 30px;
	}

	.s_made .s_anzhuang .cont .imglist li a .txt {
		font-size: 16px;
		padding-top: 20px;
	}

	.s_made .s_anzhuang .cont .imglist li a .txt em {
		width: 300%;
		left: 0%;
	}
}

@media screen and (max-width:768px) {

	.s_made .s_anzhuang .cont {
		width: 50%;
	}

	.s_made .s_anzhuang .cont .title {
		font-size: 24px;
	}

	.s_made .s_anzhuang .cont .imglist {
		margin-top: 40px;
	}

	.s_made .s_anzhuang .cont .imglist li {
		width: 50%;
	}

	.s_made .s_anzhuang .cont .imglist li a .txt em {
		width: 200%;
	}
}

@media screen and (max-width:640px) {
	.s_made .s_anzhuang .cont {
		width: 70%;
	}
}

@media screen and (max-width:480px) {
	.s_made .s_anzhuang {
		min-height: 540px;
	}

	.s_made .s_anzhuang .cont {
		width: 90%;
	}

	.s_made .s_anzhuang .cont .imglist {
		margin-top: 20px;
	}

	.s_made .s_anzhuang .cont .imglist li a .txt {
		font-size: 15px;
	}

	.s_made .s_anzhuang .cont .imglist li a .txt span {
		font-size: 12px;
	}

	.s_made .s_anzhuang .cont .imglist li a .txt em {
		font-size: 12px;
	}

}

.s_made .s_Agile {
	padding: 122px 0px 130px 0px;
	overflow: hidden;
}

.s_made .s_Agile .title {
	font-size: 60px;
	letter-spacing: 10px;
	text-align: center;
}

.s_made .s_Agile .entitle {
	width: 70%;
	font-size: 28px;
	color: #cca072;
	font-weight: bold;
	font-family: 'IKEASans';
	overflow: hidden;
	text-transform: uppercase;
	margin: 60px auto 105px auto;
}

.s_made .s_Agile .entitle span {
	display: block;
	float: left;
	text-align: center;
	width: 5.26%;
}

.s_made .s_Agile .piclist {
	width: 90%;
	margin-left: 10%;
}

.s_made .s_Agile .piclist .imglist {
	margin-top: -30px;
	margin-right: -45px;
	overflow: hidden;
}

.s_made .s_Agile .piclist .imglist li {
	width: 33.33%;
	float: left;
}

.s_made .s_Agile .piclist .imglist li a {
	display: block;
	margin-right: 45px;
	margin-top: 30px;
	overflow: hidden;
}

.s_made .s_Agile .piclist .imglist li a img {
	transition: all 2s;
	-webkit-transition: all 2s;
}

.s_made .s_Agile .piclist .imglist li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.s_made .s_Agile .cont {
	background: #efefef;
	min-height: 300px;
	width: 90%;
	margin: -7% auto 0px auto;
	overflow: hidden;
	padding-bottom: 85px;
}

.s_made .s_Agile .cont .info {
	margin-top: 13%;
	text-align: center;
	letter-spacing: 1.2px;
}

.s_made .s_Agile .cont .info h2 {
	font-size: 40px;
	line-height: 1.5;
	color: #cca072;
}

.s_made .s_Agile .cont .info h3 {
	font-size: 30px;
	line-height: 2;
	margin-top: 15px;
}

.s_made .g-wrap {
	max-width: 1200px;
}

.s_made .s_Agile .cont .info .imglist {
	margin-top: 0px;
	margin-right: -120px;
	overflow: hidden;
}

.s_made .s_Agile .cont .info .imglist li {
	width: 33.33%;
	float: left;
}

.s_made .s_Agile .cont .info .imglist li a {
	display: block;
	margin-top: 50px;
	margin-right: 120px;
}

.s_made .s_Agile .cont .info .imglist li a .img {
	width: 110px;
	margin: 0px auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_made .s_Agile .cont .info .imglist li a:hover .img {
	-webkit-animation: 1s .1s bounceIn both;
	animation: 1s .1s bounceIn both;
}

.s_made .s_Agile .cont .info .imglist li a .txt {
	font-size: 30px;
	line-height: 1.2;
	margin-top: 25px;
}

.s_made .s_Agile .cont .info .imglist li a .txt span {
	display: block;
	font-size: 20px;
	color: #9d9d9d;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	margin-top: 15px;
}

@media screen and (max-width:1366px) {
	.s_made .s_Agile .title {
		font-size: 50px;
	}

	.s_made .s_Agile .cont {
		width: 95%;
	}

	.s_made .s_Agile .cont .info h2 {
		font-size: 34px;
	}

	.s_made .s_Agile .cont .info h3 {
		font-size: 24px;
	}

	.s_made .s_Agile .cont .info .imglist li a .txt {
		font-size: 24px;
	}

	.s_made .s_Agile .cont .info .imglist li a .txt span {
		font-size: 18px;
	}
}

@media screen and (max-width:1200px) {
	.s_made .s_Agile {
		padding: 100px 0px 110px 0px;
	}

	.s_made .s_Agile .title {
		font-size: 40px;
	}

	.s_made .s_Agile .entitle {
		font-size: 24px;
		margin: 40px auto 75px auto;
	}

	.s_made .s_Agile .cont .info h2 {
		font-size: 30px;
	}

	.s_made .s_Agile .cont .info .imglist li a .img {
		width: 80px;
	}

	.s_made .s_Agile .cont .info h3 {
		font-size: 20px;
	}

	.s_made .s_Agile .cont .info .imglist li a .txt {
		font-size: 20px;
	}
}

@media screen and (max-width:991px) {
	.s_made .s_Agile {
		padding: 70px 0px 80px 0px;
	}

	.s_made .s_Agile .cont {
		width: 100%;
	}

	.s_made .s_Agile .piclist .imglist {
		margin-right: -15px;
		margin-top: -15px;
	}

	.s_made .s_Agile .piclist .imglist li a {
		margin-top: 15px;
		margin-right: 15px;
	}

	.s_made .s_Agile .cont .info .imglist {
		margin-right: -60px;
	}

	.s_made .s_Agile .cont .info .imglist li a {
		margin-right: 60px;
	}
}

@media screen and (max-width:768px) {
	.s_made .s_Agile .piclist {
		width: 100%;
		margin-left: 0px;
	}

	.s_made .s_Agile .title {
		font-size: 30px;
	}

	.s_made .s_Agile .entitle {
		font-size: 18px;
	}

	.s_made .s_Agile .cont .info h2 {
		font-size: 24px;
	}

	.s_made .s_Agile .cont .info h3 {
		font-size: 16px;
	}

	.s_made .s_Agile .cont .info .imglist {
		margin-right: -15px;
	}

	.s_made .s_Agile .cont .info .imglist li a {
		margin-right: 15px;
	}

	.s_made .s_Agile .cont .info .imglist li a .img {
		width: 70px;
	}

	.s_made .s_Agile .cont .info .imglist li a .txt {
		font-size: 18px;
	}

	.s_made .s_Agile .cont .info .imglist li a .txt span {
		font-size: 14px;
		margin-top: 5px;
	}
}

@media screen and (max-width:640px) {
	.s_made .s_Agile .title {
		font-size: 24px;
	}

	.s_made .s_Agile {
		padding: 30px 0px 40px 0px;
	}

	.s_made .s_Agile .entitle {
		font-size: 14px;
		width: 90%;
		margin: 20px auto 35px auto;
	}

	.s_made .s_Agile .cont .info h2 {
		font-size: 20px;
	}

	.s_made .s_Agile .cont .info h3 {
		font-size: 14px;
		width: 90%;
		margin: 15px auto;
	}

	.s_made .s_Agile .cont {
		padding-bottom: 65px;
	}
}

@media screen and (max-width:480px) {
	.s_made .s_Agile {
		padding: 30px 0px 0px 0px;
	}

	.s_made .s_Agile .cont .info h2 {
		font-size: 18px;
	}

	.s_made .s_Agile .cont .info .imglist li {
		width: 100%;
	}

	.s_made .s_Agile .cont .info .imglist li a {
		margin-top: 20px;
	}

	.s_made .s_Agile .cont .info .imglist li a .txt {
		font-size: 16px;
	}

	.s_made .s_Agile .cont {
		padding-bottom: 35px;
	}
}

.s_join {
	width: 100%;
}

.s_join .fontbg {
	max-width: 1210px;
	margin: 0px auto 0px auto;
	padding: 0px 15px;
	position: relative;
	font-size: 140px;
	font-family: 'IKEASans';
	color: #efefef;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}

.s_join .fontbg .classname {
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	line-height: 1.5;
	text-align: center;
	color: #333;
	width: 100%;
	letter-spacing: 2px;
}

.s_join .fontbg .classname:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 5px;
	background: #cca072;
	bottom: -25px;
	left: 50%;
	margin-left: -50px;
}

.s_join .banner {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.s_join .banner .cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 1200px;
	color: #FFF;
	letter-spacing: 1px;
}

.s_join .banner .cont .cnname {
	font-size: 80px;
	line-height: 1.2;
}

.s_join .banner .cont .enname {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'IKEASans';
	margin-top: 5%;
	text-transform: uppercase;
}

.s_join .s_about_join {
	min-height: 644px;
	width: 92%;
	margin: -10% auto 95px auto;
	background: url(../images/img17.jpg) center/cover no-repeat;
	position: relative;
	z-index: 2;
}

.s_join .s_about_join .cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	line-height: 2;
	font-size: 30px;
	width: 90%;
	color: #FFF;
}

.s_join .s_about_join .cont h2 {
	font-size: 60px;
	padding-bottom: 15px;
	margin-bottom: 45px;
	text-align: center;
	position: relative;
	line-height: 1;
}

.s_join .s_about_join .cont h2:after {
	width: 100px;
	height: 6px;
	background: #cca072;
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -15px;
}

.s_join .s_join_design {
	margin-bottom: 125px;
}

.s_join .s_join_design .g-wrap {
	max-width: 1000px;
}

.s_join .s_join_design .imglist {
	margin-right: -56px;
	margin-top: 10px;
	overflow: hidden;
}

.s_join .s_join_design .imglist li {
	width: 20%;
	float: left;
}

.s_join .s_join_design .imglist li a {
	display: block;
	margin-right: 56px;
	margin-top: 60px;
}

.s_join .s_join_design .imglist li a .img {
	width: 100%;
	position: relative;
	border: 2px solid #6d6d6d;
	border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow: hidden;
}

.s_join .s_join_design .imglist li a:hover .img {
	border: 2px solid #d4b089;
}

.s_join .s_join_design .imglist li a .img .img1,
.s_join .s_join_design .imglist li a .img .img2 {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_join .s_join_design .imglist li a .img .img1 {
	top: 0px;
}

.s_join .s_join_design .imglist li a:hover .img .img1 {
	top: -100%;
}

.s_join .s_join_design .imglist li a .img .img1 {
	top: 0px;
}

.s_join .s_join_design .imglist li a .img .img2 {
	top: 100%;
}

.s_join .s_join_design .imglist li a:hover .img .img2 {
	top: 0px;
}

.s_join .s_join_design .imglist li a .txt {
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin-top: 10px;
}

.s_join .banner1 {
	width: 100%;
	min-height: 775px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	margin-bottom: 80px;
}

.s_join .banner1 .cont {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 1200px;
	color: #FFF;
	letter-spacing: 1px;
}

.s_join .banner1 .cont .cnname {
	font-size: 80px;
	line-height: 1.2;
}

.s_join .banner1 .cont .scnname {
	font-size: 22px;
	line-height: 1.8;
	margin-top: 5%;
	color: rgba(255, 255, 255, 0.8);
}

.s_join .banner1 .cont .enname {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'IKEASans';
	margin-top: 5%;
	text-transform: uppercase;
}

.s_join .s_join_product {
	width: 100%;
}

.s_join .s_join_product .piclist {
	width: 90%;
	margin: 0px auto;
	margin-top: 75px;
}

.s_join .s_join_product .piclist .imglist {
	margin-top: -30px;
	margin-right: -35px;
	overflow: hidden;
}

.s_join .s_join_product .piclist .imglist li {
	width: 33.33%;
	float: left;
}

.s_join .s_join_product .piclist .imglist li a {
	display: block;
	margin-right: 35px;
	margin-top: 30px;
}

.s_join .s_join_product .piclist .cont {
	padding-top: 30px;
}

.s_join .s_join_product .piclist .cont .ico {
	width: 51px;
	margin: 0px auto;
}

.s_join .s_join_product .piclist .cont .ewm {
	width: 141px;
	margin: 27px auto;
}

.s_join .s_join_product .piclist .cont .text {
	width: 320px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	color: #333;
	font-size: 20px;
	margin: 0px auto;
	text-align: center;
	border: 1px solid #333;
}

.s_join .s_join_product .piclist .cont .text span {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.s_join .s_join_product .piclist .cont .text em {
	display: block;
	position: absolute;
	font-size: 24px;
	top: 5px;
	right: -5px;
	height: 5px;
	line-height: 5px;
	font-style: normal;
	width: 5px;
}

.s_join .s_map {
	background: #f5f5f5;
	padding: 140px 0px 125px 0px;
	margin-top: 60px;
	border-top: 1px solid #efefef;
}

.s_join .s_map .g-wrap {
	max-width: 932px;
	margin-top: 25px;
}

.s_join .banner2 {
	margin-bottom: 125px;
}

.s_join .s_global {
	width: 100%;
	margin-top: 125px;
}

.s_join .s_global .bigpic {
	min-height: 751px;
	margin-top: -5%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 3;
}

.s_join .s_global .smallpic {
	width: 100%;
	display: none;
}

.s_join .s_support {
	padding: 95px 0px 120px 0px;
}

.s_join .s_support ul {
	margin-top: 20px;
}

.s_join .s_support li {
	margin-bottom: 45px;
	position: relative;
}

.s_join .s_support li em {
	display: block;
	width: 70px;
	line-height: 40px;
	font-size: 30px;
	font-family: 'IKEASans';
	font-weight: bold;
	position: absolute;
	left: 0px;
	color: #cca072;
	font-style: normal;
}

.s_join .s_support li .cont {
	margin-left: 70px;
}

.s_join .s_support li .cont .title {
	font-size: 40px;
	font-weight: bold;
	color: #cca072;
}

.s_join .s_support li .cont dl {
	margin-top: 10px;
	margin-right: -55px;
	overflow: hidden;
}

.s_join .s_support li .cont dl dd {
	width: 16.66%;
	float: left;
}

.s_join .s_support li .cont dl dd a {
	margin-top: 30px;
	margin-right: 55px;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_join .s_support li .cont dl dd a .img {
	width: 100%;
	border: 2px solid #454545;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.s_join .s_support li .cont dl dd a .img .img1 {
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_join .s_support li .cont dl dd a:hover .img .img1 {
	top: -100%;
}

.s_join .s_support li .cont dl dd a .img .img2 {
	position: absolute;
	top: 100%;
	left: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_join .s_support li .cont dl dd a:hover .img .img2 {
	top: 0px;
}

.s_join .s_support li .cont dl dd a:hover .img {
	border: 2px solid #cca072;
}

.s_join .s_support li .cont dl dd a .txt {
	font-size: 28px;
	margin-top: 20px;
	text-align: center;
	line-height: 1.2;
}

.s_join .s_support li .cont dl dd a:hover .txt {
	color: #cca072;
}

.s_join .s_support li .cont .info {
	margin-top: 30px;
	font-size: 30px;
	line-height: 50px;
}

/*.s_join_feedback{position:absolute; top:0px; left:0px; background:rgba(243,243,243,0.9); width:100%; height:100%;}*/
.s_join_feedback {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background: rgba(244, 244, 244, 1);
	width: 100%;
	height: 180px;
	z-index: 100;
}

.s_join_feedback .cont {
	position: absolute;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	top: 12px;
	border: 1px solid #cca072;
	left: 12px;
}

.s_join_feedback .cont .close {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
	background: #c0976c;
}

.s_join_feedback .cont .close em {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_join_feedback .cont .close:hover em {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.s_join_feedback .cont h2 {
	font-size: 40px;
	color: #cca072;
	text-align: center;
	padding: 50px 0px;
	letter-spacing: 2px;
}

.s_join_feedback .cont .g-wrap {
	max-width: 1335px;
}

.s_join_feedback .cont .formlist {
	margin-top: 0px;
	margin-right: -30px;
	overflow: hidden;
}

.s_join_feedback .cont .formlist li {
	width: 19%;
	float: left;
}

.s_join_feedback .cont .formlist li.city {
	width: 24%;
}

.s_join_feedback .cont .formlist li.body {
	width: 24%;
}

.s_join_feedback .cont .formlist li.btn {
	width: 14%;
}

.s_join_feedback .cont .formlist li.btn .sub {
	width: 100%;
	height: 40px;
	background: #c8a580;
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	border: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.s_join_feedback .cont .formlist li.btn .sub:hover {
	opacity: 0.8;
}

.s_join_feedback .cont .formlist li .box {
	margin-top: 30px;
	margin-right: 30px;
}

.s_join_feedback .cont .formlist li .box .name {
	font-size: 24px;
	line-height: 30px;
	width: 40%;
	float: left;
}

.s_join_feedback .cont .formlist li.city .box .name {
	width: 48%;
}

.s_join_feedback .cont .formlist li.body .box .name {
	width: 38%;
}

.s_join_feedback .cont .formlist li .box .name em {
	display: block;
	width: 30px;
	float: left;
	margin-right: 10px;
}

.s_join_feedback .cont .formlist li .box .name sup {
	color: #cca072;
	line-height: 10px;
}

.s_join_feedback .cont .formlist li .box .int {
	width: 60%;
	border-bottom: 2px solid #333;
	float: right;
}

.s_join_feedback .cont .formlist li.city .int {
	width: 52%;
}

.s_join_feedback .cont .formlist li.body .int {
	width: 62%;
}

.s_join_feedback .cont .formlist li .box .int .int_info {
	margin: 0px 15px;
	line-height: 30px;
}

.s_join_feedback .cont .formlist li .box .int .int_info input {
	width: 100%;
	height: 30px;
	background: transparent;
	border: 0px;
	font-size: 18px;
}

.s_join_feedback .cont .lianxi {
	width: 100%;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
	font-size: 24px;
	text-align: center;
}

.s_join_feedback .cont .lianxi .freeline {
	display: inline-block
}

.s_join_feedback .cont .lianxi .freeline_24 {
	margin-left: 50px;
	display: inline-block;
}

.s_join_feedback .cont .lianxi span {
	color: #bf976c;
	font-weight: bold;
	font-family: 'IKEASans';
}

.s_join_feedback .cont .lianxi em {
	display: block;
	width: 30px;
	float: left;
	margin-right: 10px;
}

@media screen and (max-width:1600px) {
	.s_join .banner .cont .cnname {
		font-size: 70px;
	}

	.s_join .s_about_join .cont h2 {
		font-size: 50px;
	}

	.s_join .banner1 .cont .cnname {
		font-size: 70px;
	}
}

@media screen and (max-width:1366px) {
	.s_join .banner .cont {
		width: 90%;
	}

	.s_join .banner .cont .cnname {
		font-size: 60px;
	}

	.s_join .s_about_join .cont h2 {
		font-size: 40px;
	}

	.s_join .s_about_join .cont {
		font-size: 24px;
	}

	.s_join .banner1 .cont {
		width: 90%;
	}

	.s_join .banner1 .cont .cnname {
		font-size: 60px;
	}

	.s_join .fontbg {
		font-size: 130px;
	}

	.s_join .fontbg .classname {
		font-size: 50px;
	}

	.s_join .s_support li .cont .title {
		font-size: 34px;
	}

	.s_join .s_support li .cont dl dd a .txt {
		font-size: 24px;
	}

	.s_join .s_support li .cont .info {
		font-size: 24px;
	}

	.s_join_feedback .cont h2 {
		font-size: 34px;
		padding: 50px 0px;
	}

	.s_join_feedback .cont .formlist li .box .name {
		font-size: 24px;
	}

	.s_join_feedback .cont .lianxi {
		font-size: 24px;
	}
}

@media screen and (max-width:1200px) {
	.s_join .s_about_join {
		margin: -10% auto 65px auto;
	}

	.s_join .fontbg {
		font-size: 110px;
	}

	.s_join .banner2 {
		margin-bottom: 100px;
	}

	.s_join .s_global .bigpic {
		display: none;
	}

	.s_join .s_global .smallpic {
		display: block;
	}
}

@media screen and (max-width:991px) {
	.s_join .banner .cont .cnname {
		font-size: 50px;
	}

	.s_join .s_about_join {
		margin: -20% auto 65px auto;
	}

	.s_join .s_about_join .cont {
		font-size: 20px;
	}

	.s_join .s_about_join .cont h2 {
		font-size: 34px;
	}

	.s_join .fontbg {
		font-size: 100px;
	}

	.s_join .fontbg .classname {
		font-size: 40px;
	}

	.s_join .s_join_design .imglist {
		margin-right: -30px;
	}

	.s_join .s_join_design .imglist li a {
		margin-top: 30px;
		margin-right: 30px;
	}

	.s_join .s_join_design .imglist li a .txt {
		font-size: 14px;
	}

	.s_join .s_join_product .piclist {
		width: auto;
		max-width: 1200px;
		margin: 0px auto;
		padding: 0px 15px;
	}

	.s_join .s_join_product .piclist .imglist {
		margin-right: -20px;
	}

	.s_join .s_join_product .piclist .imglist li a {
		margin-right: 20px;
	}

	.s_join .s_map {
		padding: 160px 0px 74px 0px;
	}

	.s_join .banner2 {
		margin-bottom: 70px;
	}

	.s_join .s_support {
		padding: 65px 0px 90px 0px;
	}

	.s_join .s_support li .cont .title {
		font-size: 30px;
	}

	.s_join .s_support li .cont dl {
		margin-right: -30px;
	}

	.s_join .s_support li .cont dl dd a {
		margin-right: 30px;
	}

	.s_join .s_support li .cont dl dd a .txt {
		font-size: 20px;
	}

	.s_join .s_support li .cont .info {
		font-size: 20px;
		line-height: 40px;
	}

	.s_join_feedback .cont h2 {
		font-size: 30px;
	}

	.s_join_feedback .cont .formlist {
		margin-right: -20px;
	}

	.s_join_feedback .cont .formlist li .box {
		margin-right: 20px;
	}

	.s_join_feedback .cont .formlist li .box .name {
		font-size: 20px;
	}

	.s_join_feedback .cont .formlist li .box .name em {
		width: 30px;
	}

	.s_join_feedback .cont .lianxi {
		font-size: 20px;
		line-height: 30px;
	}

	.s_join_feedback .cont .lianxi em {
		width: 30px;
	}

	.s_join .banner1 .cont .cnname {
		font-size: 50px;
	}
}

@media screen and (max-width:900px) {
	.s_join_feedback .cont .formlist li {
		width: 20%;
	}

	.s_join_feedback .cont .formlist li.city {
		width: 25%;
	}

	.s_join_feedback .cont .formlist li.tel {
		width: 20%;
	}

	.s_join_feedback .cont .formlist li.body {
		width: 35%;
	}

	.s_join_feedback .cont .lianxi .freeline {
		width: 100%;
	}

	.s_join_feedback .cont .lianxi .freeline_24 {
		width: 100%;
		margin-top: 15px;
	}
}

@media screen and (max-width:768px) {
	.s_join .banner .cont .cnname {
		font-size: 40px;
	}

	.s_join .s_about_join {
		min-height: 444px;
	}

	.s_join .s_about_join .cont {
		font-size: 16px;
	}

	.s_join .s_about_join .cont h2 {
		font-size: 30px;
	}

	.s_join .fontbg {
		font-size: 70px;
	}

	.s_join .fontbg .classname {
		font-size: 30px;
	}

	.s_join .s_join_design {
		margin-bottom: 85px;
	}

	.s_join .s_join_design .imglist li {
		width: 33.33%;
	}

	.s_join .banner1 {
		min-height: 475px;
		margin-bottom: 40px;
	}

	.s_join .banner1 .cont .cnname {
		font-size: 40px;
	}

	.s_join .s_join_product .piclist {
		margin-top: 45px;
	}

	.s_join .s_map {
		margin-top: 0px;
		padding: 40px 0px 44px 0px;
	}

	.s_join .s_support li .cont dl dd {
		width: 25%;
	}

	.s_join .s_support li .cont .title {
		font-size: 24px;
	}

	.s_join .s_support li em {
		font-size: 20px;
		line-height: 24px;
	}

	.s_join .s_support li .cont {
		margin-left: 40px;
	}

	.s_join .s_support li .cont dl dd a .txt {
		font-size: 16px;
	}

	.s_join .s_support li .cont .info {
		font-size: 16px;
		line-height: 32px;
	}

	.s_join .s_support {
		padding: 45px 0px 30px 0px;
	}

	.s_join_feedback .cont h2 {
		font-size: 24px;
	}

	.s_join_feedback .cont .formlist li .box .name {
		font-size: 16px;
		line-height: 25px;
	}

	.s_join_feedback .cont .formlist li .box .int {
		margin-top: 0px;
	}

	.s_join_feedback .cont .close {
		width: 40px;
		height: 40px;
	}

	.s_join_feedback .cont .lianxi {
		font-size: 16px;
		line-height: 25px;
	}

	.s_join_feedback .cont .formlist li .box .name em {
		width: 25px;
	}

	.s_join_feedback .cont .lianxi em {
		width: 25px;
	}
}

@media screen and (max-width:640px) {
	.s_join .banner .cont .cnname {
		font-size: 30px;
	}

	.s_join .s_about_join .cont {
		font-size: 14px;
	}

	.s_join .s_about_join .cont h2 {
		font-size: 24px;
	}

	.s_join .s_about_join {
		margin: -20% auto 35px auto;
	}

	.s_join .fontbg {
		font-size: 60px;
	}

	.s_join .fontbg .classname {
		font-size: 20px;
	}

	.s_join .fontbg .classname:after {
		width: 60px;
		margin-left: -30px;
		bottom: -15px;
	}

	.s_join .s_join_design {
		margin-bottom: 45px;
	}

	.s_join .s_join_design .imglist li a .img {
		width: 70%;
		margin: 0px auto;
	}

	.s_join .banner1 .cont .cnname {
		font-size: 30px;
	}

	.s_join .s_support ul {
		margin-top: 30px;
	}

	.s_join .s_support {
		padding: 35px 0px 30px 0px;
	}

	.s_join .s_support li .cont .title {
		font-size: 20px;
	}

	.s_join .s_support li .cont dl dd a .txt {
		font-size: 14px;
	}

	.s_join .s_support li .cont .info {
		font-size: 14px;
		line-height: 30px;
	}

	.s_join_feedback .cont h2 {
		font-size: 20px;
		padding: 20px 0px 40px 0px;
	}

	.s_join_feedback .cont .formlist li {
		width: 40%;
	}

	.s_join_feedback .cont .formlist li .box {
		margin-top: 15px;
	}

	.s_join_feedback .cont .formlist li.city {
		width: 60%;
	}

	.s_join_feedback .cont .formlist li.tel {
		width: 40%;
	}

	.s_join_feedback .cont .formlist li.body {
		width: 60%;
	}

	.s_join_feedback .cont .formlist li .box .name {
		font-size: 14px;
	}

	.s_join_feedback .cont .lianxi {
		font-size: 14px;
		margin-top: 20px;
	}

	.s_join_feedback .cont .close {
		top: 15px;
		right: 15px;
	}

	.s_join_feedback .cont .lianxi .freeline_24 {
		margin-top: 7.5px;
	}
}

@media screen and (max-width:480px) {
	.s_join .s_about_join {
		margin: -30% auto 35px auto;
	}

	.s_join .banner .cont .cnname {
		text-align: center;
		line-height: 1.5;
		font-size: 24px;
	}

	.s_join .banner .cont .enname {
		font-size: 14px;
		text-align: center;
	}

	.s_join .fontbg {
		font-size: 50px;
	}

	.s_join .fontbg .classname {
		font-size: 18px;
	}

	.s_join .fontbg .classname:after {
		width: 40px;
		margin-left: -20px;
		bottom: -15px;
	}

	.s_join .s_join_design .imglist li {
		width: 50%;
	}

	.s_join .banner1 .cont .cnname {
		text-align: center;
		line-height: 1.5;
		font-size: 24px;
	}

	.s_join .banner1 .cont .enname {
		font-size: 14px;
		text-align: center;
	}

	.s_join .s_join_product .piclist .imglist {
		margin-top: -20px;
	}

	.s_join .s_join_product .piclist .imglist li {
		width: 100%;
	}

	.s_join .s_join_product .piclist .imglist li a {
		margin-top: 20px;
	}

	.s_join .s_support li {
		margin-bottom: 25px;
	}

	.s_join .s_support li .cont .title {
		font-size: 16px;
		line-height: 24px;
	}

	.s_join .s_support li em {
		font-size: 16px;
	}

	.s_join .s_support li .cont dl dd {
		width: 33.33%;
	}

	.s_join .s_support li .cont .info {
		margin-top: 15px;
	}

	.s_join_feedback .cont h2 {
		font-size: 16px;
		padding: 30px 0px 40px 0px;
	}

	.s_join_feedback .cont .formlist li .box .name em {
		width: 20px;
		margin-right: 10px;
	}

	.s_join_feedback .cont .formlist li .box .int .int_info {
		line-height: 20px;
	}

	.s_join_feedback .cont .formlist li .box .int .int_info input {
		height: 20px;
		line-height: 20px;
	}

	.s_join_feedback .cont .lianxi em {
		width: 20px;
		margin-right: 10px;
	}

	.s_join_feedback .cont .lianxi span {
		display: block;
		margin-left: 30px;
	}

	.s_join_feedback .cont .close {
		top: -10px;
		right: 5px;
	}

	.s_join .banner1 {
		min-height: 375px;
	}

	.s_join .s_support li .cont dl dd a .img {
		width: 60%;
		margin: 0px auto;
	}
}

.s_contact {
	width: 100%;
}

.s_contact .banner {
	width: 100%;
}

.s_contact .banner .img1 {
	height: 604px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

.s_contact .banner .img2 {
	display: none;
}

.s_contact .g-wrap {
	max-width: 1320px;
}

.s_contact .s_lianxi {
	padding: 75px 95px 50px 95px;
	background: #f5f5f5;
	min-height: 400px;
	margin-top: -30px;
}

.s_contact .s_lianxi h2 {
	font-size: 40px;
	font-weight: bold;
	color: #cca072;
	letter-spacing: 1.3px;
}

.s_contact .s_lianxi .cont {
	margin: 20px 0px;
	font-size: 30px;
	line-height: 60px;
}

.s_contact .s_lianxi .cont li {
	padding-left: 60px;
}

.s_contact .s_lianxi .cont li.place {
	background: url(../images/ico58.png) 10px 10px no-repeat;
}

.s_contact .s_lianxi .cont li.tel {
	background: url(../images/ico59.png) 10px center no-repeat;
}

.s_contact .s_lianxi .cont1 {
	overflow: hidden;
}

.s_contact .s_lianxi .cont1 .links {
	width: 235px;
	float: left;
	font-size: 30px;
}

.s_contact .s_lianxi .cont1 .links a {
	display: block;
	height: 50px;
	line-height: 48px;
	border: 1px solid #cca072;
	margin-bottom: 20px;
	color: #cca072;
	padding-left: 60px;
}

.s_contact .s_lianxi .cont1 .links a:hover {
	color: #ffffff;
}

.s_contact .s_lianxi .cont1 .links a.jd {
	background: url(../images/ico60.png) 10px center no-repeat;
}

.s_contact .s_lianxi .cont1 .links a.jd:hover {
	background: url(../images/h_ico60.png) #cca072 10px center no-repeat;
}

.s_contact .s_lianxi .cont1 .links a.taobao {
	background: url(../images/ico61.png) 10px center no-repeat;
}

.s_contact .s_lianxi .cont1 .links a.taobao:hover {
	background: url(../images/h_ico61.png) #cca072 10px center no-repeat;
}

.s_contact .s_lianxi .cont1 .links a.weibo {
	background: url(../images/ico62.png) 10px center no-repeat;
}

.s_contact .s_lianxi .cont1 .links a.weibo:hover {
	background: url(../images/h_ico62.png) #cca072 10px center no-repeat;
}

.s_contact .s_lianxi .cont1 .ewm {
	float: right;
	overflow: hidden;
}

.s_contact .s_lianxi .cont1 .ewm li {
	float: right;
	margin-right: 60px;
}

.s_contact .s_lianxi .cont1 .ewm li:first-child {
	margin-right: 0px;
}

.s_contact .s_lianxi .cont1 .ewm li .img {
	width: 150px;
}

.s_contact .s_lianxi .cont1 .ewm li .txt {
	font-size: 22px;
	color: #9d9d9d;
	line-height: 1.3;
	margin-top: 13px;
}

.s_contact_process {
	padding-top: 145px;
}

@media screen and (max-width:991px) {
	.s_contact .banner .img1 {
		display: none;
	}

	.s_contact .banner .img2 {
		display: block;
	}

	.s_contact .s_lianxi {
		padding: 30px;
		position: relative;
		z-index: 1;
	}

	.s_contact .s_lianxi h2 {
		font-size: 30px;
	}

	.s_contact .s_lianxi .cont {
		font-size: 20px;
		line-height: 40px;
	}

	.s_contact .s_lianxi .cont li {
		margin-bottom: 10px;
		padding-left: 50px;
	}

	.s_contact .s_lianxi .cont li.place {
		background-size: 25px 25px;
	}

	.s_contact .s_lianxi .cont li.tel {
		background-size: 25px 25px;
	}

	.s_contact .s_lianxi .cont1 .links {
		font-size: 20px;
	}

	.s_contact .s_lianxi .cont1 .links a {
		padding-left: 50px;
	}

	.s_contact .s_lianxi .cont1 .links a.jd,
	.s_contact .s_lianxi .cont1 .links a.jd:hover {
		background-size: 25px 25px;
	}

	.s_contact .s_lianxi .cont1 .links a.taobao,
	.s_contact .s_lianxi .cont1 .links a.taobao:hover {
		background-size: 25px 25px;
	}

	.s_contact .s_lianxi .cont1 .links a.weibo,
	.s_contact .s_lianxi .cont1 .links a.weibo:hover {
		background-size: 25px 25px;
	}

	.s_contact .s_lianxi .cont1 .ewm li .img {
		width: 120px;
	}

	.s_contact .s_lianxi .cont1 .ewm li .txt {
		font-size: 18px;
	}

	.s_contact_process {
		margin-top: 115px;
	}
}

@media screen and (max-width:768px) {
	.s_contact .s_lianxi .cont1 .ewm {
		width: 100%;
		margin-top: 20px;
	}

	.s_contact .s_lianxi .cont1 .ewm li {
		float: left;
		margin-right: 0px;
	}

	.s_contact .s_lianxi .cont1 .ewm li:first-child {
		margin-right: 30px;
	}

	.s_contact .s_lianxi .cont1 .links {
		width: 185px;
	}

	.s_contact_process {
		margin-top: 85px;
	}
}

@media screen and (max-width:640px) {
	.s_contact .s_lianxi {
		padding: 25px 20px;
	}

	.s_contact .s_lianxi h2 {
		font-size: 20px;
	}

	.s_contact .s_lianxi .cont {
		font-size: 16px;
		line-height: 32px;
	}

	.s_contact .s_lianxi .cont li {
		margin-bottom: 10px;
		padding-left: 35px;
	}

	.s_contact .s_lianxi .cont li.place {
		background-position: 0px 3px;
	}

	.s_contact .s_lianxi .cont li.tel {
		background-position: 0px 3px;
	}

	.s_contact .s_lianxi .cont1 .links {
		font-size: 16px;
	}

	.s_contact .s_lianxi .cont1 .links a {
		padding-left: 45px;
	}

	.s_contact .s_lianxi .cont1 .links a.jd,
	.s_contact .s_lianxi .cont1 .links a.jd:hover {
		background-position: 10px 10px;
	}

	.s_contact .s_lianxi .cont1 .links a.taobao,
	.s_contact .s_lianxi .cont1 .links a.taobao:hover {
		background-position: 10px 10px;
	}

	.s_contact .s_lianxi .cont1 .links a.weibo,
	.s_contact .s_lianxi .cont1 .links a.weibo:hover {
		background-position: 10px 10px;
	}

	.s_contact .s_lianxi .cont1 .ewm li .txt {
		font-size: 16px;
	}

	.s_contact_process {
		margin-top: 55px;
	}
}

@media screen and (max-width:480px) {
	.s_contact .s_lianxi .cont1 .ewm {
		width: 100%;
		margin-top: 10px;
	}

	.s_contact .s_lianxi .cont1 .links {
		width: 165px;
	}

	.s_contact_process {
		margin-top: 35px;
	}

	.s_contact .s_lianxi h2 {
		font-size: 18px;
	}
}


.s_404 {
	padding: 200px 0px;
	text-align: center;
}

.s_404 img {
	max-width: 100%;
	width: auto;
	display: inline-block;
}

.s_404 .txt {
	color: #b2b2b2;
	font-size: 38px;
	margin-top: 80px;
	text-align: center;
}

.s_404 .txt1 {
	color: #333;
	font-size: 20px;
	margin-top: 30px;
	text-align: center;
}

.s_404 .txt1 span,
.s_404 .txt1 a {
	color: #cca072;
}





.erduan {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.newsbtns span {
	cursor: pointer
}

.newsbtns span:first-child {
	margin-right: 40px;
}

.newsbtns span.cur {
	font-weight: bold
}

.h_news .cont .tit .newmore .more:nth-child(2) {
	display: none
}

.mh_news .cont .tit .newmore .more:nth-child(2) {
	display: none
}

.synewsboxs {
	width: 200%;
	display: flex;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.imglist {
	width: 100%;
}

.synewsboxs.cur {
	margin-left: -100%;
}

.synewsboxshezi {
	overflow: hidden
}

.mh_news .cont .imglist {
	margin-top: 0px;
}

.shang {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.caselist li .fangdapic {
	width: 200px;
}

.casetxst {
	width: calc(100% - 240px);
}

.casetxst h3 {
	font-size: 20px;
	font-weight: bold;
	color: #414141
}

.casetxst p {
	color: #707070;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	margin: 20px 0px 30px;
}

.casetxst span {
	color: #c1c1c1
}

.caselist li {
	border-bottom: 1px solid #e3e3e3;
	padding: 40px 0px;
}

.caselist li:first-child {
	padding-top: 0px;
}

.caselist {
	max-width: 1120px;
	margin: 0 auto
}

.caselist li a:hover h3 {
	color: #cca072
}

.fangdapic {
	overflow: hidden;
	position: relative
}

.fangdapic img {
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	-ms-transition: 1s all;
	width: 100%
}

a:hover .fangdapic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

li:hover .fangdapic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.fangdapic:hover>img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}



/*省略号*/
.oneline {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.twoline {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.threeline {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fourline {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}



.pagenewss {
	margin-top: 65px;
	text-align: center;
	font-size: 16px;
}

.pagenewss a {
	padding: 0px 16px;
	height: 38px;
	display: inline-block;
	line-height: 38px;
	border: 1px solid #999999;
	color: #414141;
	margin: 0px 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pagenewss a:hover {
	border: 1px solid #d6b38e;
	background: #d6b38e;
	color: #fff
}

.pagenewss a.cur {
	border: 1px solid #d6b38e;
	background: #d6b38e;
	color: #fff
}




@media screen and (max-width:1200px) {
	.caselist {
		max-width: 90%;
		margin-top: 90px;
	}
}


@media screen and (min-width:680px) {

	.casetxst h3 {
		font-size: 30px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		height: 30px;
		line-height: 30px;
	}

	.casetxst p {
		font-size: 24px;
		height: 64px;
		line-height: 34px;
	}

	.casetxst span {
		font-size: 20px;
	}

	.pagenewss a {
		height: 60px;
		font-size: 30px;
		padding: 0px 30px;
		line-height: 60px;
	}
}








.miaobao {
	font-size: 18px;
	color: #cdcdcd;
}


.miaobao a {
	color: #cdcdcd;
	text-decoration: none !important
}

.miaobao a:hover {
	color: #cca072;
}

.mbwenhua {
	margin-bottom: 30px;
}

.mbjianjie {
	margin-bottom: 25px;
}

.mbshejijia {
	margin-bottom: 25px;
}


.juzhong {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.mbzhizao {
	text-align: left
}

.mbcase {
	margin-bottom: 40px;
}

.mbcaseshow {
	max-width: 820px;
	margin: 0 auto;
	padding: 0px 15px;
	margin-bottom: 40px;
}

.mbcaseshow p {
	width: 95%;
	margin: 0 auto
}

.mbyuyue {
	margin-bottom: 40px;
}


.mbshop {
	margin-bottom: 30px;
}

.mbnews {
	position: relative;
	z-index: 99;
	margin-bottom: 20px
}

.mbjiameng {
	margin-bottom: 10px;
}

.mbdingdan {
	margin-bottom: 30px;
}

.mbjpcase {
	text-align: left
}

.mbjpcase p {
	padding-left: 25px
}


.newsshowtxt a {
	text-decoration: underline
}