@charset "utf-8";

* {
	-moz-box-sizing: border-box;
}

html {
	font-family: "微信雅黑",Arial,"Helvetica Neue",Helvetica,STHeiTi,arial,sans-serif;
	-webkit-font-smoothing: antialiased;
}

body {
	overflow: auto;
	width: 100%;
	height: auto;
	min-width: 1300px;
}

li,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: 400;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

a {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

input {
	outline: 0;
}

i {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-button:vertical {
	display: none;
}

::-webkit-scrollbar-corner,::-webkit-scrollbar-track {
	background-color: #e2e2e2;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0,0,0,.3);
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: rgba(0,0,0,.35);
}

::-webkit-scrollbar-thumb:vertical:active {
	background-color: rgba(0,0,0,.38);
}

#chooseCityTpl {
	display: none;
}

.choose-city-warp {
	z-index: 19930204;
	padding: 10px;
	width: 500px;
	height: 380px;
	border-radius: 5px;
	background-color: rgba(0,0,0,.5);
}

.choose-city {
	padding: 15px;
	width: 100%;
	height: 100%;
	background: url(../images/navbg.jpg);
	background-size: cover;
}

.choose-city-title {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 40px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.choose-city-title h3 {
	color: #373737;
	font-size: 20px;
}

.choose-city-title ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.choose-city-title ul li {
	margin: 0 5px;
	color: #373737;
	font-size: 15px;
}

.choose-city-title ul li:hover {
	color: #00ae67;
}

.choose-city-list {
	display: -webkit-flex;
	display: -ms-flex;
	padding: 10px 0;
	width: 100%;
	height: auto;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.choose-city-list li {
	width: 50%;
	height: 35px;
	line-height: 35px;
}

.choose-city-list li {
	font-size: 15px;
}

.choose-city-list li span {
	margin-right: 10px;
	color: #666;
}

.choose-city-list li a {
	margin: 0 5px;
	color: #373737;
}

.choose-city-list li a:hover {
	color: #00ae67;
}

.layui-layer-bgNone {
	border-radius: 6px!important;
	background: 0 0!important;
}

.swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

header {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #edecec;
	background: #f8f8f8;
}

header .content {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 auto;
	width: 1260px;
	line-height: 30px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

header .content * {
	color: #999;
	font-size: 12px;
}

header .content div a:hover {
	opacity: .9;
}

header .content div i {
	width: 13px;
	height: 15px;
	background: url(../images/icon.png);
	background-position: 0 0;
}

header .content ul li {
	float: left;
	margin-top: 8px;
	padding: 0 10px;
	height: 14px;
	border-left: 1px solid #848484;
	line-height: 14px;
}

header .content ul a:first-child li {
	border: none;
}

header .content ul li:hover {
	color: #221613;
}

nav {
	position: relative;
	z-index: 199302;
	width: 100%;
	height: 85px;
	border-bottom: 1px solid grey;
	background: #fff;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

nav.active {
	position: fixed;
	top: 0;
	border-bottom: 1px solid grey;
	background: #fff;
}

nav.active::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	filter: blur(0);
	-webkit-filter: blur(0);
}

nav div {
	margin: 0 auto;
	width: 1260px;
	height: inherit;
	line-height: 85px;
}

nav div>* {
	float: left;
}

nav div i {
	position: relative;
}

nav div i>img {
	vertical-align: middle;
}

nav div i>span {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	color: #5a5a5a;
	text-align: right;
	font-size: 13px;
}

nav div ul {
	margin: 0 20px 0 60px;
	height: inherit;
	line-height: 85px;
}

nav div ul li {
	float: left;
	width: 100px;
	background: 0 0;
	font-size: 15px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

nav div ul li a {
	display: block;
	text-align: center;
}

nav div ul li:hover>a {
	color: #d62c1a;
}

nav div ul li dl {
	position: relative;
	overflow: hidden;
	height: 0;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}

nav div ul li dl dd {
	padding: 0 10px 0 10px;
	height: 50px;
	border-bottom: 1px solid #edecec;
	background: #fff;
	line-height: 50px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
	overflow: hidden;
}

nav div ul li dl dd a {
	color: #666;
}

nav div ul li dl dd:hover {
	border-left: 3px solid #d62c1a;
	background: #fff;
}

nav div ul li dl dd:hover>a {
	margin-left: -3px;
	color: #d62c1a;
}

#bjDy {
	display: flex;
	width: 440px;
	height: 535px;
	border-radius: 5px;
	background-color: rgba(0,0,0,.5);
}

#bjDy div {
	position: relative;
	display: block;
	display: flex;
	margin: 0 auto;
	margin-top: 10px;
	width: 420px;
	height: 515px;
	background-color: #fff;
	background-image: url(../images/navbg.jpg);
	flex-direction: column;
	align-items: center;
}

#bjDy div h3 {
	margin-top: 39px;
	color: #373737;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
}

#bjDy div h3 span {
	color: #f33420;
	font-size: 30px;
}

#bjDy div input {
	display: flex;
	margin-top: 20px;
	padding-left: 15px;
	width: 360px;
	height: 52px;
	border: 1px solid #d6d7d4;
	border-radius: 3px;
	font-size: 18px;
}

#bjDy div a {
	display: flex;
	margin-top: 26px;
	width: 360px;
	height: 52px;
	border-radius: 3px;
	background-color: #d62c1a;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	align-items: center;
	justify-content: center;
}

#bjDy div p {
	position: relative;
	margin-top: 15px;
	margin-left: -50px;
	color: #686868;
	font-size: 12px;
}

#bjDy div img {
	position: absolute;
	right: 32px;
	bottom: 171px;
	width: 94px;
	height: 48px;
	cursor: pointer;
}

#bjDy div p i {
	position: absolute;
	top: 7px;
	left: -10px;
	display: flex;
	width: 5px;
	height: 4px;
	background-image: url(../images/img31.jpg);
}

.index-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 650px;
	background: #000;
}

.index-banner .swiper-container {
	width: 100%;
	height: 650px;
}

.index-swiper-banner {
	z-index: 2;
	overflow: hidden;
	width: 70px;
	height: 80px;
	background: 0 0;
}

.index-swiper-banner,.index-swiper-banner>* {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.index-swiper-banner div {
	float: left;
	width: 235px;
	height: 80px;
}

.index-swiper-banner div:first-child {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 70px;
	background: #000 url(../images/icon.png) no-repeat;
	background-position: 15px -953px;
}

.index-swiper-banner .btn-hover {
	background: #fff url(../images/icon.png)!important;
	background-position: 50px -953px!important;
}

.index-swiper-banner div:last-child {
	position: absolute;
	top: 0;
	left: -70px;
	z-index: 1;
	width: 235px;
	height: 80px;
	opacity: 0;
}

.index-swiper-banner div:last-child * {
	float: left;
	width: 100%;
	height: 80px;
}

.index-swiper-banner div:last-child span {
	display: block;
	overflow: hidden;
	padding: 0 15px;
	background: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 80px;
}

.index-banner .swiper-button-prev {
	left: 0;
}

.index-banner .swiper-button-next {
	right: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.index-banner .swiper-button-next div:last-child {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.index-banner .swiper-slide {
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.index-banner .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #fff;
}

.index-banner .banner-info {
	position: absolute;
	bottom: 50px;
	left: calc(50% - 390px);
	z-index: 3;
	padding: 10px 20px 15px;
	background: rgba(0,0,0,.4);
}

.index-banner .banner-info h5 {
	margin-bottom: 5px;
	color: #fff;
}

.index-banner .banner-info input {
	margin-right: 20px;
	width: 180px;
	height: 40px;
	border: none;
}

.index-banner .banner-info input:last-child {
	margin-right: 0;
}

.index-banner .banner-info .info {
	text-indent: 10px;
}

.index-banner .banner-info .info:nth-child(2) {
	width: 340px;
}

.index-banner .banner-info input[type=button] {
	background: #d62c1a;
	color: #fff;
	vertical-align: bottom;
	cursor: pointer;
}

.product-container {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: auto;
	flex-direction: column;
}

.product-five-box {
	display: flex;
	display: -webkit-flex;
	padding-bottom: 33px;
	flex-direction: row;
	justify-content: space-between;
}

.product-five-box a {
	display: flex;
	display: -webkit-flex;
	margin-top: 35px;
	width: 232px;
	height: 90px;
	border: 1px solid #dedede;
	border-radius: 10px;
	background-color: #fff;
	background-position: left;
	background-repeat: no-repeat;
	color: #2a2a2a;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	justify-content: center;
	flex-direction: column;
}

.product-five-box a p:nth-child(1) {
	margin-left: 70px;
	font-size: 18px;
}

.product-five-box a p:nth-child(2) {
	margin-top: 3px;
	margin-left: 70px;
	font-size: 12px;
}

.product-five-box .five-box-one {
	background-image: url(../images/img1.png);
	background-position-x: 17px;
}

.product-five-box .five-box-two {
	background-image: url(../images/img2.png);
	background-position-x: 20px;
}

.product-five-box .five-box-three {
	background-image: url(../images/img3.png);
	background-position-x: 20px;
}

.product-five-box .five-box-four {
	background-image: url(../images/img4.png);
	background-position-x: 20px;
}

.product-five-box .five-box-five {
	background-image: url(../images/img5.png);
	background-position-x: 22px;
}

.product-five-box .five-box-one:hover {
	margin-top: 30px;
	-webkit-box-shadow: 0 0 10px #c9c9c9;
	-moz-box-shadow: 0 0 10px #c9c9c9;
	box-shadow: 0 0 10px #c9c9c9;
}

.product-five-box .five-box-two:hover {
	margin-top: 30px;
	-webkit-box-shadow: 0 0 10px #c9c9c9;
	-moz-box-shadow: 0 0 10px #c9c9c9;
	box-shadow: 0 0 10px #c9c9c9;
}

.product-five-box .five-box-three:hover {
	margin-top: 30px;
	-webkit-box-shadow: 0 0 10px #c9c9c9;
	-moz-box-shadow: 0 0 10px #c9c9c9;
	box-shadow: 0 0 10px #c9c9c9;
}

.product-five-box .five-box-four:hover {
	margin-top: 30px;
	-moz-box-shadow: 0 0 10px #c9c9c9;
	box-shadow: 0 0 10px #c9c9c9;
}

.product-five-box .five-box-five:hover {
	margin-top: 30px;
	-webkit-box-shadow: 0 0 10px #c9c9c9;
	-moz-box-shadow: 0 0 10px #c9c9c9;
	box-shadow: 0 0 10px #c9c9c9;
}

.product-center {
	margin: 0 auto;
	width: 1260px;
}

.subhead {
	padding: 30px 0;
	color: #393939;
	text-align: center;
}

.subhead h2 {
	font-size: 34px;
	line-height: 50px;
}

.product-content {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 auto;
	width: 1260px;
	height: 450px;
	background: #000;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.product {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 900px;
	height: 450px;
}

.product ul {
	width: 60px;
	height: 100%;
}

.product ul li {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 60px;
	height: 50%;
	background: #fff;
	color: #393939;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.product ul li.active {
	background: #c79e68;
	color: #fff;
}

.product ul li div {
	width: 30px;
}

.product ul li div i {
	margin-bottom: 15px;
	background: url(../images/icon.png);
}

.product ul li:nth-child(1) div i {
	width: 26px;
	height: 18px;
	background-position: 0 -43px;
}

.product ul li:nth-child(2) div i {
	width: 22px;
	height: 23px;
	background-position: 0 -67px;
}

.product-nivo {
	width: 840px;
	height: 450px;
}

.product-nivo img {
	width: 840px;
	height: 450px;
}

.quote {
	padding: 20px;
	width: 320px;
	height: 411px;
	background: #fafafa;
}

.quote-title {
	margin-bottom: 20px;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	background: #373737;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
}

.quote-type {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 54px;
}

.quote-type li {
	width: 50%;
	height: 100%;
	border: 1px solid #eee;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	cursor: pointer;
}

.quote-type li.active {
	border-color: #d62c1a;
	background: #d62c1a;
	color: #fff;
}

.quote-type li.active a {
	color: #fff;
}

.quote-type li i {
	margin-right: 10px;
	background: url(../images/icon.png);
	cursor: pointer;
}

.quote-type li:nth-child(1) i {
	width: 26px;
	height: 26px;
	background-position: 0 -155px;
}

.quote-type li:nth-child(2) i {
	width: 30px;
	height: 32px;
	background-position: 0 -188px;
}

.quote-input {
	width: 100%;
	height: auto;
}

.quote-input input,.quote-input select {
	margin-top: 12px;
	width: 100%;
	height: 47px;
	outline: 0;
	border: 1px solid #eee;
	border-radius: 5px;
	text-indent: 10px;
	font-size: 14px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.quote-input input:focus,.quote-input select:focus {
	border-color: #00ae66!important;
}

.quote-input .area-input {
	position: relative;
}

.quote-input .area-input i {
	position: absolute;
	top: 25px;
	right: 20px;
	color: #adadad;
}

.quote-input .quote-btn {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 8px 0 16px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.quote-input .quote-btn input {
	width: 135px;
	color: #fff;
	text-indent: 0;
	cursor: pointer;
}

.quote-input .quote-btn input:nth-child(1) {
	background: #919191;
}

.quote-input .quote-btn input:nth-child(2) {
	background: #c79e68;
}

.quote-input h6 {
	color: #686868;
}

.index-case-container {
	width: 100%;
	height: 1000px;
	background: #fff;
}

.index-case-center {
	margin: 0 auto;
	width: 1834px;
}

.index-case-content {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 736px;
}

.index-case-content>div {
	margin-right: 6px;
}

.index-case-content>div:last-child {
	margin-right: 0;
}

.index-case-content>div>div {
	position: relative;
	z-index: 2;
	padding: 4px;
	width: 100%;
}

.index-case-content>div>div:last-child {
	margin-top: 6px;
}

.index-case-content .case-left {
	width: 600px;
}

.index-case-content .case-center {
	width: 820px;
}

.index-case-content .case-right {
	margin-right: 0;
	width: 400px;
}

.index-case-content .borderTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0;
	height: 0;
	background: #c79e68;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-case-content .borderBottom {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 0;
	height: 0;
	background: #c79e68;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-case-content .case-left>div:first-child {
	height: 410px;
}

.index-case-content .case-left>div:last-child {
	height: 320px;
}

.index-case-content .case-center>div:first-child {
	height: 320px;
}

.index-case-content .case-center>div:last-child {
	height: 410px;
}

.index-case-content .case-right>div {
	margin-top: 0!important;
	height: 736px;
}

.index-case-content>div>div div {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.index-case-content>div>div div i {
	width: 62px;
	height: 62px;
	background: url(../images/icon.png);
	background-position: 0 -265px;
}

.index-case-content>div>div div h5 {
	margin-top: 10px;
	width: 100%;
	color: #fff;
}

.index-more {
	margin: 30px auto;
	width: 520px;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	color: #373737;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-more:hover {
	border-color: #d62c1a;
	border-radius: 25px;
	color: #d62c1a;
}

.jpal-show-container {
	width: 100%;
	background-color: #fff;
}

.jpal-show-container input {
	display: inline-block;
	border: 0;
	background: 0 0;
}

.jpal-show-container .jpal-banner {
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 580px;
	background-image: url(../images/img1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: center;
	align-items: center;
}

.jpal-show-container .jpal-banner .jpal-banner-show {
	z-index: 20;
	display: -webkit-flex;
	display: flex;
	width: 716px;
	height: 340px;
	background-color: rgba(255,255,255,.8);
	text-align: center;
	-webkit-flex-flow: column wrap-reverse;
	flex-flow: column wrap-reverse;
	justify-content: center;
	align-items: center;
}

.jpal-show-container .jpal-banner .jpal-banner-show .jpal-banner-title {
	color: #212121;
	font-weight: 700;
	font-size: 70px;
	font-family: 宋体;
}

.jpal-show-container .jpal-banner .jpal-banner-show .jpal-banner-title span {
	color: #f5354b;
}

.jpal-show-container .jpal-banner .jpal-banner-show .jpal-banner-intro-one {
	margin-top: 13px;
	color: #191919;
	font-weight: 700;
	font-size: 26px;
	font-family: 宋体;
}

.jpal-show-container .jpal-banner .jpal-banner-show .jpal-banner-intro-two {
	margin-top: 7px;
	color: #191919;
	font-weight: 700;
	font-size: 30px;
	font-family: 宋体;
}

.jpal-show-container .jpal-banner .jpal-banner-show .jpal-banner-intro-three {
	margin-top: 11px;
	width: 325px;
	height: 12px;
	background: url(../images/img13.png) no-repeat;
}

.jpal-show-container .jpal-banner .jpal-banner-show a {
	margin-top: 23px;
	width: 187px;
	height: 40px;
	border-radius: 10px;
	background-color: #298769;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

.jpal-show-container .jpal-banner .jpal-banner-show a:hover {
	background-color: #227258;
}

.jpal-show-container .jpal-designer {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 616px;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.jpal-show-container .jpal-designer .jpal-designer-left {
	position: relative;
	width: 45.3%;
	height: 616px;
	background-color: #c79e68;
}

.jpal-show-container .jpal-designer .jpal-designer-right {
	width: 54.7%;
	height: 616px;
	background: url(../images/showdesignerbg.jpg) no-repeat;
	background-size: cover;
}

.jpal-show-container .jpal-designer .jpal-designer-left div {
	position: absolute;
	top: 70px;
	right: 50px;
	width: 480px;
	height: 425px;
	background: url(../images/img2.jpg) no-repeat;
	background-size: cover;
}

.jpal-show-container .jpal-designer .jpal-designer-left p {
	position: absolute;
	bottom: 80px;
	left: 65%;
	color: #fff;
	font-size: 16px;
	transform: translate(-50%);
}

.jpal-designer-right .des-head-left {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-top: 70px;
	margin-left: 40px;
	width: 647px;
	height: 162px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.jpal-designer-right .des-head-left .des-show-headimg {
	width: 105px;
	height: 162px;
	border: 4px solid #c79e68;
	background-image: url(http://www.shj.cn/uploadfile/2017/05/20171105040823672.png);
	background-position: center center;
	background-size: cover;
}

.jpal-designer-right .des-head-left .des-show-info {
	position: relative;
	width: 516px;
	height: 190px;
}

.jpal-designer-right .des-head-left .des-show-info h2 {
	color: #c79e68;
	font-weight: 700;
	font-size: 36px;
}

.jpal-designer-right .des-head-left .des-show-info h3 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	color: #c79e68;
	font-size: 28px;
}

.jpal-designer-right .des-head-left .des-show-info h3 span {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-left: 10px;
	-webkit-align-items: center;
	align-items: center;
}

.jpal-designer-right .des-head-left .des-show-info h3 span i {
	margin: 0 2px;
	width: 17px;
	height: 17px;
	background: url(../images/icon.png);
	background-position: 0 -1482px;
}

.jpal-designer-right .des-head-left .des-show-info>h5 {
	margin-top: 7px;
	margin-bottom: 10px;
}

.jpal-designer-right .des-head-left .des-show-info p {
	display: -webkit-box;
	overflow: hidden;
	padding: 13px 0;
	width: 430px;
	border-top: 1px solid #000;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.jpal-designer-right .des-head-left .des-show-info>div {
	position: absolute;
	top: 13px;
	right: 0;
	width: 260px;
	height: auto;
}

.jpal-designer-right .des-head-left .des-show-info>div h5 {
	margin-right: 30px;
	text-align: right;
}

.jpal-designer-right .des-head-left .des-show-info>div h5 span {
	color: #c79e68;
	font-size: 20px;
}

.jpal-designer-right .des-head-left .des-show-info>div h5 span:last-child {
	margin-left: 20px;
}

.jpal-designer-right .des-head-left .des-show-info>div div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.jpal-designer-right .des-head-left .des-show-info>div div a {
	display: block;
	margin-top: 6px;
	width: 120px;
	height: 36px;
	border: none;
	border-radius: 18px;
	background: #f3860f;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
}

.jpal-designer-right .des-head-left .des-show-info>div div a:last-child {
	background: #3d3d3d;
}

.jpal-design-info {
	margin-left: 42px;
	width: 647px;
	height: auto;
}

.jpal-design-info h4 {
	margin-top: 32px;
	margin-bottom: 7px;
	color: #2c2c2c;
	font-weight: 700;
	font-size: 16px;
}

.jpal-design-info p {
	color: #2c2c2c;
	font-size: 14px;
	line-height: 24px;
}

.jpal-content {
	margin: 0 auto;
	width: 1240px;
}

.jpal-content .jpal-block-title {
	display: flex;
	width: 100%;
	height: 57px;
	justify-content: center;
	justify-content: center;
}

.jpal-content .jpal-block-title img {
	width: auto;
	height: 57px;
	text-align: center;
}

.jpal-content .jpal-block-cover {
	margin-top: 31px;
	width: 100%;
	height: 600px;
	background-image: url(../images/img4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.jpal-content .jpal-block-intro {
	overflow: hidden;
	margin-top: 16px;
	width: 100%;
	height: 170px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	background: url(../images/img14.jpg) no-repeat;
	background-position: center;
	background-size: center;
}

.jpal-block-intro-title {
	margin-top: 30px;
	margin-bottom: 26px;
	height: 27px;
	background-image: url(../images/img15.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.jpal-block-intro-des {
	padding: 0 130px;
	color: #000;
	text-indent: 1em;
	font-size: 16px;
	line-height: 24px;
}

.jpal-block {
	margin-top: 57px;
}

.jpal-block-intro-title-two {
	background-image: url(../images/img16.jpg);
}

.jpal-block-intro-title-three {
	background-image: url(../images/img17.jpg);
}

.jpal-block-intro-title-four {
	background-image: url(../images/img18.jpg);
}

.jpal-block-intro-title-five {
	background-image: url(../images/img19.jpg);
}

.jpal-tag {
	display: flex;
	margin-top: 80px;
	width: 100%;
	height: 9px;
	justify-content: center;
	align-items: center;
}

.jpal-tag img {
	position: relative;
	width: 11px;
	height: 9px;
	animation: jpal 1s infinite;
	-webkit-animation: jpal 1s infinite;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
}

@keyframes jpal {
	0% {
		top: -10px;
	}

	100% {
		top: 10px;
	}
}

@-webkit-keyframes jpal {
	0% {
		top: -10px;
	}

	100% {
		top: 10px;
	}
}

.jpal-content .jpal-block-intro-end {
	display: flex;
	display: -webkit-flex;
	margin-top: 36px;
	padding: 0 105px 0 90px;
	height: 130px;
	border: 1px dashed #606060;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	align-items: center;
}

.jpal-img-tou {
	width: 85px;
	height: 85px;
	border-radius: 42.5px;
	background-image: url(../images/img22.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.jpal-img-tou-des {
	padding-left: 23px;
	width: 930px;
	color: #c79e68;
	font-size: 16px;
}

.jpal-button {
	display: flex;
	display: -webkit-flex;
	margin-top: 40px;
	width: 100%;
	height: 60px;
	justify-content: center;
}

.jpal-button a {
	display: flex;
	display: -webkit-flex;
	width: 384px;
	height: 60px;
	border-radius: 9px;
	background-color: #298769;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	justify-content: center;
}

.jpal-button a:hover {
	background-color: #227258;
}

.jpal-tj {
	margin-top: 45px;
	margin-bottom: 65px;
}

.jpal-tj .jpal-tj-title {
	margin-bottom: 26px;
	color: #000;
	text-align: center;
	font-size: 16px;
}

.jpal-tj .jpal-tj-bbox {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 182px;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.jpal-tj .jpal-tj-bbox .jpal-tj-box {
	width: 295px;
	height: 100%;
}

.jpal-tj .jpal-tj-bbox .jpal-tj-box:hover .jpal-tj-box-title i {
	background-position: -15px -364px;
}

.jpal-tj .jpal-tj-bbox .jpal-tj-box:hover .jpal-tj-box-title {
	border-color: #c79e68;
	background-color: #c79e68;
	color: #fff;
}

.jpal-tj .jpal-tj-bbox .jpal-tj-box .jpal-tj-box-img {
	width: 295px;
	height: 140px;
	background-image: url(../images/img4.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.jpal-tj .jpal-tj-bbox .jpal-tj-box .jpal-tj-box-title {
	position: relative;
	display: flex;
	display: -webkit-flex;
	padding-left: 14px;
	width: 100%;
	height: 42px;
	border: 1px solid #e5e5e5;
	color: #373737;
	font-size: 12px;
	align-items: center;
}

.jpal-tj .jpal-tj-bbox .jpal-tj-box .jpal-tj-box-title i {
	position: absolute;
	top: 13px;
	right: 15px;
	display: block;
	overflow: hidden;
	width: 14px;
	height: 14px;
	background-image: url(../images/icon.png);
	background-position: 0 -364px;
	background-repeat: no-repeat;
}

.jpal-show-top {
	width: 100%;
	height: 125px;
	background-image: url(../images/img23.jpg);
}

.DyFile {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.index-houseType-container {
	width: 100%;
	height: 680px;
	background: #f7f7f7;
}

.index-houseType-container .index-houseType-center {
	overflow: hidden;
	margin: 0 auto;
	width: 1580px;
	height: auto;
}

.index-houseType-center .houseType-mores {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 auto 60px;
	width: 340px;
	height: 40px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.index-houseType-center .houseType-mores a {
	display: block;
	width: 160px;
	height: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-houseType-center .houseType-mores a:hover {
	border-color: #d62c1a;
	color: #d62c1a;
}

.index-houseType-center .index-houseType-content {
	width: 100%;
	height: 420px;
}

.index-houseType-content .house-map {
	position: relative;
	float: left;
	width: 590px;
	height: 100%;
}

.index-houseType-content .house-map .house-map-loading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 420px;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.index-houseType-content .house-map .house-map-loading i {
	margin-right: 5px;
	color: #fff;
	vertical-align: baseline;
	font-size: 22px;
}

.index-houseType-content .house-map #CompleteSiteMap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index-houseType-content .house-map img {
	width: auto!important;
	height: auto!important;
}

.index-houseType-content .houseType-lists {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-top: -20px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.index-houseType-content .houseType-lists li {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 20px;
	width: 310px;
	height: 200px;
}

.index-houseType-content .houseType-lists li img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.houseType-zoom {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}

.index-houseType-center .index-houseType-content .houseType-lists li div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px;
	width: 100%;
	height: 30px;
	background: rgba(0,0,0,.6);
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.index-houseType-center .index-houseType-content .houseType-lists li div span {
	margin-right: 30px;
}

.index-strategy-container {
	padding-bottom: 70px;
	width: 100%;
}

.index-strategy-center {
	margin: 0 auto;
	width: 1250px;
	height: auto;
}

.index-strategy-scroll {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 1250px;
	height: 391px;
}

.index-strategy-center .strategy-type {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 auto 35px;
	width: 700px;
	height: 40px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.index-strategy-center .strategy-type a {
	display: block;
	width: 160px;
	height: 100%;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	background: #d7d7d7;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-strategy-center .strategy-type a.active {
	border-color: #d62c1a;
	background: #d62c1a;
	color: #fff;
	cursor: pointer;
}

.index-strategy-content {
	position: absolute;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #f7f7f7;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.none {
	display: none;
}

.index-strategy-content ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 600px;
	height: 380px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.index-strategy-content ul li {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	overflow: hidden;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-strategy-imageDiv {
	width: 220px;
	height: 110px;
	background-position: center center;
	background-size: cover;
}

.index-strategy-info {
	margin-left: 20px;
	padding-right: 20px;
	width: 360px;
	height: 110px;
}

.index-strategy-info h4 {
	overflow: hidden;
	color: #5f5f5f;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
	line-height: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-strategy-info h5,.index-strategy-info p {
	color: #9d9d9d;
	font-size: 14px;
}

.index-strategy-info h5 {
	overflow: hidden;
	margin: 8px 0 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-strategy-info p {
	display: -webkit-box;
	overflow: hidden;
	line-height: 22px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index-strategy-left li:hover .index-strategy-info h4 {
	color: #c79e68;
}

.index-strategy-left li:hover {
	box-shadow: 0 0 20px #efefef;
}

.index-strategy-right li {
	width: 600px!important;
	height: 50px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 50px;
}

.index-strategy-right li h4 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	align-items: center;
}

.index-strategy-right li h4 strong {
	margin: 0 25px;
}

.index-strategy-right li h4 p {
	overflow: hidden;
	margin-right: 70px;
	padding-left: 10px;
	width: 391px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-strategy-right li h4 i {
	margin-left: 20px;
	width: 24px;
	height: 14px;
	background-image: url(../images/icon.png);
	background-position: 0 -1804px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-strategy-right li:hover {
	background: #c79e68;
}

.index-strategy-right li:hover h4 {
	color: #fff;
}

.index-strategy-right li:hover h4 i {
	background-position: -38px -1804px;
}

.index-reservation-content {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 72px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.index-reservation-content li {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	padding: 15px 20px;
	width: 172px;
	height: 70px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.index-reservation-content li i {
	background: url(../images/icon.png);
}

.index-reservation-content li h5 {
	width: 84px;
	color: #8a8a8a;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.index-reservation-content a:nth-child(1) li i {
	width: 36px;
	height: 34px;
	background-position: 0 -383px;
}

.index-reservation-content a:nth-child(2) li i {
	width: 34px;
	height: 34px;
	background-position: 0 -856px;
}

.index-reservation-content a:nth-child(3) li i {
	width: 28px;
	height: 33px;
	background-position: 0 -621px;
}

.index-reservation-content a:nth-child(4) li i {
	width: 35px;
	height: 33px;
	background-position: 0 -699px;
}

.index-reservation-content a:nth-child(5) li i {
	width: 30px;
	height: 33px;
	background-position: 0 -777px;
}

.index-reservation-content a:nth-child(6) li i {
	width: 34px;
	height: 34px;
	background-position: 0 -541px;
}

.index-reservation-content a:nth-child(7) li i {
	width: 32px;
	height: 35px;
	background-position: 0 -460px;
}

.index-reservation-content .active {
	border-color: #c79e68;
	box-shadow: 0 0 20px #d2b38c;
}

.index-reservation-content a:nth-child(1) .active i {
	background-position: 0 -422px;
}

.index-reservation-content a:nth-child(2) .active i {
	background-position: 0 -895px;
}

.index-reservation-content a:nth-child(3) .active i {
	background-position: 0 -659px;
}

.index-reservation-content a:nth-child(4) .active i {
	background-position: 0 -738px;
}

.index-reservation-content a:nth-child(5) .active i {
	background-position: 0 -816px;
}

.index-reservation-content a:nth-child(6) .active i {
	background-position: 0 -581px;
}

.index-reservation-content a:nth-child(7) .active i {
	background-position: 0 -500px;
}

.index-reservation-content .active h5 {
	color: #c79e68;
}

.branding-wall {
	padding: 30px 0;
	width: 100%;
	height: 180px;
	background: url(../images/productbg.jpg) center center;
}

.branding-wall ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 auto;
	width: 1250px;
	height: 120px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.branding-wall ul li {
	width: 230px;
	height: 120px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.branding-wall ul li:hover {
	margin-top: -6px;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}

footer {
	width: 100%;
	height: 220px;
	background: url(../images/footerbg.jpg) center bottom;
}

footer .footer-center {
	position: relative;
	margin: 0 auto;
	padding: 30px 25px 0;
	width: 1250px;
	height: 100%;
}

footer .footer-content {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 120px;
}

footer .footer-nav {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 470px;
}

footer .footer-nav ul {
	width: 33.33%;
}

footer .footer-nav ul li {
	margin-bottom: 10px;
}

footer .footer-nav ul li a {
	color: #9a9a9a;
	font-size: 12px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

footer .footer-nav ul li:first-child a {
	color: #fff;
	font-size: 13px;
}

footer .footer-nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .footer-code {
	padding: 0 50px 0 100px;
	width: 540px;
}

footer .footer-code ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 368px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .footer-code ul li {
	width: 100px;
	height: 130px;
}

footer .footer-code ul li div {
	padding: 5px;
	width: 100px;
	height: 100px;
	border-radius: 5px;
	background: #fff;
}

footer .footer-code ul li h6 {
	color: #9a9a9a;
	text-align: center;
	line-height: 30px;
}

footer .footer-tel {
	width: 320px;
}

footer .footer-tel img {
	float: right;
	margin-top: 13px;
	width: 256px;
	height: 88px;
}

footer .footer-blogroll {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-top: 17px;
	width: 100%;
	height: auto;
}

footer .footer-blogroll h6 {
	width: 75px;
	color: #fff;
	line-height: 30px;
}

footer .footer-blogroll ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	overflow: hidden;
	width: 100%;
}

footer .footer-blogroll ul li {
	margin-right: 10px;
}

footer .footer-blogroll ul li a {
	color: #9a9a9a;
	font-size: 12px;
	line-height: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

footer .footer-blogroll ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .footer-copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
}

footer .footer-copyright h6 {
	color: #9a9a9a;
	text-align: center;
	line-height: 55px;
}

footer .footer-copyright h6 a {
	display: inline-block;
}

footer .footer-copyright h6 a:first-child {
	margin: 0 10px;
}

footer .footer-copyright h6 a:first-child img {
	width: 83px;
	height: 30px;
	vertical-align: middle;
}

footer .footer-copyright h6 a:last-child {
	color: #9a9a9a;
}

footer .footer-copyright h6 a:last-child:hover {
	text-decoration: underline;
}

.left-fixed-nav {
	position: fixed;
	right: 5%;
	bottom: 32%;
	z-index: 10086;
	padding: 1px;
	width: 70px;
	height: auto;
	background: #dcdcdc;
}

.left-fixed-nav a {
	display: block;
	margin-top: 1px;
}

.left-fixed-nav a:first-child {
	margin-top: 0;
}

.left-fixed-nav li {
	width: 100%;
	height: 73px;
	background: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.left-fixed-nav li i {
	margin-top: 11px;
	background-image: url(../images/icon.png);
}

.left-fixed-nav li h6 {
	color: #999;
	line-height: 30px;
}

.left-fixed-nav .fixed-nav-icon1 {
	width: 32px;
	height: 32px;
	background-position: 0 -1511px;
}

.left-fixed-nav .fixed-nav-icon2 {
	width: 29px;
	height: 33px;
	background-position: 0 -1586px;
}

.left-fixed-nav .fixed-nav-icon3 {
	width: 32px;
	height: 32px;
	background-position: 0 -1664px;
}

.left-fixed-nav .fixed-nav-icon4 {
	width: 26px;
	height: 24px;
	background-position: 0 -1735px;
}

.left-fixed-nav .fixed-nav-icon5 {
	width: 35px;
	height: 32px;
	background-position: 0 -1850px;
}

.left-fixed-nav li.active {
	background: #d62c1a;
	color: #fff;
}

.left-fixed-nav li.active h6 {
	color: #fff;
}

.show-container {
	padding: 5px 0 100px;
	width: 100%;
	height: auto;
	background: #f3f3f3;
}

.show-center {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 auto;
	width: 1240px;
	height: auto;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.show-left {
	width: 920px;
	height: 100%;
	background: #fff;
}

.show-right {
	width: 300px;
	height: 100%;
}

.show-quote {
	width: 300px;
	height: auto;
}

.show-quote .quote-input .quote-btn input {
	width: 125px;
}

.show-page {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 50px;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.show-page button {
	overflow: hidden;
	overflow: hidden;
	margin: 0 15px;
	padding: 0 20px;
	width: 300px;
	height: 50px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	background: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.show-page button:hover {
	background: #008d49;
	color: #fff;
}

.background-none {
	background: 0 0!important;
}

.loading,.loading>div {
	position: relative;
}

.loading {
	display: none;
	margin-right: 10px;
	color: #8a8888;
	font-size: 0;
}

.loading>div {
	float: none;
	display: inline-block;
	border: 0 solid currentColor;
	background-color: currentColor;
}

.loading {
	width: 20px;
	height: 20px;
}

.loading>div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-animation: ball-spin 1s infinite ease-in-out;
	-moz-animation: ball-spin 1s infinite ease-in-out;
	-o-animation: ball-spin 1s infinite ease-in-out;
	animation: ball-spin 1s infinite ease-in-out;
}

.loading>div:nth-child(1) {
	top: 5%;
	left: 50%;
	-webkit-animation-delay: -1.125s;
	-moz-animation-delay: -1.125s;
	-o-animation-delay: -1.125s;
	animation-delay: -1.125s;
}

.loading>div:nth-child(2) {
	top: 18.1801948466%;
	left: 81.8198051534%;
	-webkit-animation-delay: -1.25s;
	-moz-animation-delay: -1.25s;
	-o-animation-delay: -1.25s;
	animation-delay: -1.25s;
}

.loading>div:nth-child(3) {
	top: 50%;
	left: 95%;
	-webkit-animation-delay: -1.375s;
	-moz-animation-delay: -1.375s;
	-o-animation-delay: -1.375s;
	animation-delay: -1.375s;
}

.loading>div:nth-child(4) {
	top: 81.8198051534%;
	left: 81.8198051534%;
	-webkit-animation-delay: -1.5s;
	-moz-animation-delay: -1.5s;
	-o-animation-delay: -1.5s;
	animation-delay: -1.5s;
}

.loading>div:nth-child(5) {
	top: 94.9999999966%;
	left: 50.0000000005%;
	-webkit-animation-delay: -1.625s;
	-moz-animation-delay: -1.625s;
	-o-animation-delay: -1.625s;
	animation-delay: -1.625s;
}

.loading>div:nth-child(6) {
	top: 81.8198046966%;
	left: 18.1801949248%;
	-webkit-animation-delay: -1.75s;
	-moz-animation-delay: -1.75s;
	-o-animation-delay: -1.75s;
	animation-delay: -1.75s;
}

.loading>div:nth-child(7) {
	top: 49.9999750815%;
	left: 5.0000051215%;
	-webkit-animation-delay: -1.875s;
	-moz-animation-delay: -1.875s;
	-o-animation-delay: -1.875s;
	animation-delay: -1.875s;
}

.loading>div:nth-child(8) {
	top: 18.179464974%;
	left: 18.1803700518%;
	-webkit-animation-delay: -2s;
	-moz-animation-delay: -2s;
	-o-animation-delay: -2s;
	animation-delay: -2s;
}

@-webkit-keyframes ball-spin {
	0%,100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@-moz-keyframes ball-spin {
	0%,100% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}
}

@-o-keyframes ball-spin {
	0%,100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes ball-spin {
	0%,100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}

.case-banner {
	display: block;
	width: 100%;
	height: 500px;
}

.crumbs-container {
	width: 100%;
	height: 50px;
	background: #f3f3f3;
}

.crumbs {
	margin: 0 auto;
	width: 1240px;
	height: 100%;
	font-size: 14px;
	line-height: 50px;
}

.crumbs span {
	margin: 0 5px;
}

.crumbs a {
	color: #3e3e3e;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.crumbs a.active {
	color: #c79e68;
}

.crumbs a:hover {
	color: #c79e68;
	text-decoration: underline;
}

.case-filter-container {
	width: 100%;
	height: auto;
	background: #fff;
}

.case-filter-center {
	margin: 0 auto;
	padding: 20px 0;
	width: 1240px;
	height: 100%;
}

.case-filter-center ul {
	width: 100%;
	height: auto;
}

.case-filter-center ul li {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	padding: 10px 20px 0;
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #f1f1f1;
	color: #363636;
	font-size: 14px;
}

.case-filter-center ul li span {
	display: inline-block;
	width: 120px;
	line-height: 50px;
}

.case-filter-center ul li dl {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 50px;
	-webkit-align-items: center;
	align-items: center;
}

.case-filter-center ul li dl dd {
	margin-right: 10px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.case-filter-center ul li dl dd.active {
	background: #298769;
	color: #fff;
}

.case-filter-search {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-top: 40px;
	width: 90%;
	height: 42px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.case-filter-search div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.case-filter-search>div>button {
	margin-right: 20px;
	width: 100px;
	height: 40px;
	border: 1px solid #dcdcdc;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.case-filter-search>div>button i {
	margin-left: 6px;
	vertical-align: top;
	font-size: 15px;
}

.case-filter-search>div>button.active {
	border-color: #c79e68;
	color: #c79e68;
}

.case-filter-search>div>button.active i {
	vertical-align: middle;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.case-filter-search>div div {
	width: 390px;
	height: 40px;
}

.case-filter-search>div div input {
	width: 300px;
	height: 40px;
	border: 1px solid #dcdcdc;
	text-indent: 20px;
	font-size: 14px;
}

.case-filter-search>div div button {
	width: 90px;
	height: 40px;
	border: 1px solid #c79e68;
	background: #c79e68;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.case-filter-search h4 {
	line-height: 40px;
}

.case-filter-search h4 span {
	color: #c79e68;
	font-size: 20px;
}

.case-lists-container {
	padding: 40px 0 70px;
	width: 100%;
	height: auto;
	background: #f4f4f4;
}

.case-lists-container ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 auto;
	width: 1240px;
	height: auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.case-lists-container ul a {
	display: block;
}

.case-lists-container ul li {
	margin-bottom: 40px;
	width: 610px;
	height: 480px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.case-lists-container ul li .case-headimg {
	width: 100%;
	height: 370px;
	background-position: center center;
	background-size: cover;
}

.case-lists-container ul li .case-info {
	width: 100%;
	height: 110px;
	background: #fff;
}

.case-lists-container ul li .case-info h5 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	padding: 0 40px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.case-lists-container ul li .case-info h5 span {
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case-lists-container ul li .case-info h5:first-child {
	border-bottom: 1px solid #f4f4f4;
}

.case-lists-container ul li .case-info h5 i {
	width: 18px;
	height: 18px;
	background: url(../images/icon.png);
	background-position: 0 -1057px;
}

.case-lists-container ul li .case-info h5 div img {
	margin-right: 13px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	vertical-align: middle;
}

.case-lists-container ul li .case-info h5>span:nth-child(2) {
	color: #737373;
}

.case-lists-container ul li:hover {
	box-shadow: 0 0 30px #d2d0d0;
}

.case-show-left {
	overflow: hidden;
	padding: 50px 50px 50px 0;
}

.case-show-left h2 {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
}

.case-show-left h6 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	height: 55px;
	color: #989a99;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.case-show-left>p {
	padding-left: 50px;
	text-indent: 2em;
	font-size: 14px;
	line-height: 26px;
}

.case-show-left>div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-top: 60px;
}

.case-show-left .case-show-nav {
	width: 94px;
	height: auto;
	border-right: 1px solid #d4d4d4;
}

.case-show-left .case-show-nav li {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	height: 20px;
	color: #999;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.case-show-left .case-show-nav i {
	position: absolute;
	top: 4px;
	right: -6px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #d4d4d4;
}

.case-show-left .case-show-nav li.active {
	color: #127a59;
}

.case-show-left .case-show-nav li.active i {
	top: 1px;
	right: -9px;
	width: 18px;
	height: 18px;
	background: url(../images/icon.png);
	background-position: 0 -1188px;
}

.case-show-left .case-show-content {
	padding-left: 50px;
	width: 100%;
	height: auto;
}

.case-show-left .case-show-content li {
	margin-bottom: 15px;
}

.case-show-left .case-show-content h4 {
	margin-bottom: 15px;
}

.case-show-left .case-show-content p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 26px;
}

.case-show-left .case-show-content img {
	display: block;
	margin: 10px auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

.case-show-right .case-info {
	padding: 30px 26px;
	width: 100%;
	height: auto;
	background: #fff;
}

.case-show-right .case-info-line {
	margin: 10px 0 20px;
	width: 45px;
	height: 1px;
	background: #d1d1d1;
}

.case-show-right .case-info ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-bottom: 20px;
	width: 100%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.case-show-right .case-info ul li {
	margin-bottom: 12px;
	width: 46%;
}

.case-show-right .case-info ul li:nth-child(odd) {
	width: 54%;
}

.case-show-right .case-info ul li span {
	color: #c79e68;
}

.case-show-right .case-info-designer {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.case-show-right .case-designer-img {
	width: 120px;
	height: 160px;
	background-position: center center;
	background-size: cover;
}

.case-show-right .case-designer-info {
	width: 112px;
	height: 160px;
}

.case-show-right .case-designer-info .designer-link {
	display: block;
	margin: 8px 0;
	font-size: 12px;
}

.case-show-right .case-designer-info .designer-link:hover {
	color: #c79e68;
	text-decoration: underline;
}

.case-show-right .case-designer-info h6 {
	margin-bottom: 14px;
}

.case-show-right .case-designer-info h6 span {
	color: #c79e68;
	font-size: 16px;
}

.case-show-right .case-designer-info .designer-button {
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 30px;
	border: 1px solid #dcdcdc;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.case-show-right .case-designer-info .designer-button:hover {
	border-color: #c79e68;
	box-shadow: 0 0 10px #eadbcb;
	color: #c79e68;
}

.konw-list-left {
	background: 0 0;
}

.konw-list-banner {
	width: 100%;
	height: 330px;
}

.konw-list-banner .swiper-slide {
	width: 920px;
	height: 330px;
	background-position: center center;
	background-size: cover;
}

.konw-list-banner .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #fff;
}

.konw-list-banner .swiper-button-next,.konw-list-banner .swiper-button-prev {
	width: 50px;
	height: 80px;
	background: rgba(0,0,0,.6) url(../images/icon.png);
	background-position: 7px -953px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.konw-list-banner .swiper-button-prev {
	left: -50px;
}

.konw-list-banner .swiper-button-next {
	right: -50px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.konw-list-banner:hover .swiper-button-prev {
	left: 0;
}

.konw-list-banner:hover .swiper-button-next {
	right: 0;
}

.konw-list-type {
	position: relative;
	width: 100%;
	height: 50px;
	background: #fff;
	line-height: 50px;
}

.konw-list-type ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #e8e8e8;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.konw-list-type ul a {
	display: block;
	width: 25%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.konw-list-type ul a.active {
	color: #00af64;
}

.konw-list-type ul li {
	text-align: center;
	font-size: 18px;
}

.konw-list-type div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	height: 2px;
	background: #00af64;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.konw-lists {
	margin-bottom: 40px;
	width: 100%;
	height: auto;
}

.konw-lists a {
	display: block;
}

.konw-lists li {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-bottom: 20px;
	padding: 25px;
	width: 100%;
	height: auto;
	background: #fff;
	cursor: pointer;
	-webkit-justify-content: center;
	justify-content: center;
}

.konw-lists li,.konw-lists li * {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.konw-lists li:hover {
	box-shadow: 0 5px 10px #d2d0d0;
}

.konw-lists li .konw-headimg {
	width: 300px;
	height: 200px;
	background-position: center center;
	background-size: cover;
}

.konw-lists li .konw-info {
	margin-left: 30px;
	width: 530px;
	height: 200px;
}

.konw-lists li .konw-info h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
}

.konw-lists li .konw-info h5 {
	border-bottom: 1px solid #00af64;
	color: #dcd5cd;
	line-height: 50px;
}

.konw-lists li .konw-info h5 span {
	margin-left: 10px;
	color: #00af64;
}

.konw-lists li .konw-info p {
	display: -moz-box;
	display: -webkit-box;
	overflow: hidden;
	margin: 20px 0 30px;
	font-size: 14px;
	line-height: 22px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.konw-lists li .konw-list-button {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 30px;
}

.konw-lists li .konw-list-button button {
	margin-right: 20px;
	width: 145px;
	height: 30px;
	border: 1px solid #d4d2d3;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.konw-lists li .konw-list-button button:hover {
	border-color: #00af64;
	background: #00af64;
	color: #fff;
}

.konw-lists li:hover a {
	color: #d62c1a;
}

.konw-lists li:hover p {
	color: #d62c1a;
}

.konw-show-left {
	padding: 30px 20px 50px;
	background: #fff;
}

.konw-show-left h2 {
	font-size: 26px;
}

.konw-show-left h6 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	height: 45px;
	border-bottom: 1px solid #eee;
	color: #ae9a99;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.konw-show-left .konw-content {
	padding: 30px 0 50px;
	width: 100%;
	height: auto;
	line-height: 25px;
}

.konw-show-left .konw-content img {
	display: block;
	margin: 10px auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

.hot-filter-container {
	padding: 30px 0 20px;
	width: 100%;
	height: auto;
	background: #fdfdfd;
}

.hot-filter-center {
	margin: 0 auto;
	width: 1240px;
	height: auto;
}

.hot-filter-center .hot-search {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 500px;
	height: 40px;
}

.hot-filter-center .hot-search input[type=text] {
	width: 410px;
	height: 40px;
	border: 1px solid #dcdcdc;
	text-indent: 30px;
	font-size: 14px;
}

.hot-filter-center .hot-search input[type=button] {
	width: 90px;
	height: 40px;
	border: none;
	background: #c79e68;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.hot-filter-center .hot-filter {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	padding-top: 30px;
	width: 100%;
	height: auto;
	border-top: 1px solid #f1f1f1;
	font-size: 14px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.hot-filter-center .hot-filter span {
	padding: 5px 0;
}

.hot-filter-center .hot-filter ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 1150px;
	height: auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hot-filter-center .hot-filter ul li {
	margin: 0 5px 10px;
	padding: 5px 18px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hot-filter-center .hot-filter ul li.active {
	background: #298769;
	color: #fff;
}

.hot-lists-container {
	padding: 30px 0 40px;
	width: 100%;
	height: auto;
	background: #f4f4f4;
}

.hot-lists-container ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 auto;
	width: 1240px;
	height: auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hot-lists-container ul a {
	display: block;
	margin: 0 20px 20px 0;
}

.hot-lists-container ul a:nth-child(3n) {
	margin-right: 0;
}

.hot-lists-container ul li {
	position: relative;
	overflow: hidden;
	width: 400px;
	height: 250px;
}

.hot-lists-container ul li .hot-headimg {
	width: 400px;
	height: 250px;
	background-position: center center;
	background-size: cover;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
}

.hot-lists-container ul li .hot-label {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	width: 90px;
	height: 80px;
	background: #c79e68;
}

.hot-lists-container ul li .hot-label * {
	color: #fff;
}

.hot-lists-container ul li .hot-label h5 {
	line-height: 28px;
}

.hot-lists-container ul li .hot-label h4 span {
	font-weight: 700;
	font-size: 30px;
}

.hot-lists-container ul li>h5 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(bottom,rgba(32,36,74,.8),rgba(112,105,111,.4));
	background: -o-linear-gradient(top,rgba(32,36,74,.8),rgba(112,105,111,.4));
	background: -moz-linear-gradient(top,rgba(32,36,74,.8),rgba(112,105,111,.4));
	background: linear-gradient(to top,rgba(32,36,74,.8),rgba(112,105,111,.4));
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.hot-lists-container ul li:hover .hot-headimg {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}

.hot-content-top {
	display: flex;
	margin: 35px auto;
	width: 1240px;
	height: 370px;
	flex-direction: row;
}

.hot-content-top .hot-content-top-left {
	width: 660px;
	height: 370px;
	background-image: url(../images/img30.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.hot-content-top .hot-content-top-right {
	padding-left: 32px;
	width: 580px;
}

.hot-content-top .hot-content-top-right h1 {
	color: #373737;
	font-size: 28px;
}

.hot-content-top .hot-content-top-right h3.border-top {
	display: inline-block;
	margin-top: 14px;
	padding-top: 25px;
	border-top: 2px solid #d1d1d1;
}

.hot-content-top .hot-content-top-right h3 {
	color: #666;
	font-size: 16px;
}

.hot-content-top .hot-content-top-right h3 span {
	color: #c79e68;
	font-size: 20px;
}

.hot-content-top .hot-content-top-right p {
	margin-top: 7px;
	margin-bottom: 30px;
	color: #666;
	font-size: 14px;
}

.hot-content-top .hot-content-top-right div.butt {
	margin-top: 25px;
	margin-bottom: 33px;
	width: 100%;
	height: 40px;
}

.hot-content-top .hot-content-top-right div.butt a {
	position: relative;
	float: left;
	display: block;
	margin-right: 20px;
	padding-left: 30px;
	width: 240px;
	height: 40px;
	border: 1px solid #aaa;
	color: #666;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

.hot-content-top .hot-content-top-right div.butt a i {
	position: absolute;
	top: 11px;
	display: block;
	overflow: hidden;
	width: 18px;
	height: 18px;
	background-image: url(../images/icon.png);
	background-position: -20px -1825px;
}

.hot-content-top .hot-content-top-right div.butt a:nth-child(2) i {
	position: absolute;
	top: 11px;
	display: block;
	overflow: hidden;
	width: 18px;
	height: 18px;
	background-image: url(../images/icon.png);
	background-position: -42px -1825px;
}

.hot-content-top .hot-content-top-right div.butt a:nth-child(1):hover {
	background-color: #c79e68;
	color: #fff;
}

.hot-content-top .hot-content-top-right div.butt a:nth-child(1):hover i {
	background-position: 0 -1825px;
}

.hot-content-top .hot-content-top-right div.butt a:nth-child(2):hover {
	background-color: #c79e68;
	color: #fff;
}

.hot-content-top .hot-content-top-right div.butt a:nth-child(2):hover i {
	background-position: -62px -1825px;
}

.hot-content-top .hot-content-top-right h6 {
	width: 160px;
}

.hot-content {
	width: 100%;
	background-color: #eee;
}

.hot-content .hot-content-box {
	margin: 0 auto;
	padding: 25px 0;
	width: 1240px;
}

.hot-banner-one {
	width: 100%;
	height: 440px;
}

.swiper-paginationdy span {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background-color: #bdb8b4;
	opacity: 1;
}

.swiper-paginationdy span.swiper-pagination-bullet-active {
	background-color: #fff;
}

#swiper-container1 .swiper-button-next {
	right: 0;
	width: 56px;
	height: 90px;
	background-color: rgba(0,0,0,.5);
}

#swiper-container1 .swiper-button-prev {
	left: 0;
	width: 56px;
	height: 90px;
	background-color: rgba(0,0,0,.5);
}

#swiper-container1 .swiper-button-prev:hover {
	background-color: rgba(0,0,0,1);
}

#swiper-container1 .swiper-button-next:hover {
	background-color: rgba(0,0,0,1);
}

.hot-content .hot-content-box .addy-one {
	display: flex;
	display: -webkit-flex;
	margin-top: 20px;
	width: 100%;
	height: 110px;
	background: url(../images/icon15.png);
	background-size: 310px 110px;
	background-repeat: repeat;
	flex-direction: row;
}

.hot-content .hot-content-box .addy-one a {
	display: flex;
	display: -webkit-flex;
	width: 25%;
	height: 100%;
	background-position: 50% 26%;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
	line-height: 170px;
	justify-content: center;
}

.hot-content-article {
	margin: 72px auto 0;
	width: 1240px;
}

.hot-content-article h3 {
	display: flex;
	display: -webkit-flex;
	color: #2d2d2d;
	font-weight: 700;
	font-size: 35px;
	justify-content: center;
}

.hot-content-article h3 span {
	color: #d62c1a;
}

.hot-content-article h5 {
	display: flex;
	display: -webkit-flex;
	margin-top: 11px;
	color: #555;
	font-size: 24px;
	justify-content: center;
}

.hot-content-article .hot-content-article-hxone {
	display: flex;
	display: -webkit-flex;
	margin-top: 69px;
	width: 100%;
	height: 400px;
	justify-content: space-between;
}

.hot-content-article .hot-content-article-hxone div:nth-child(1) {
	position: relative;
	width: 400px;
	height: 100%;
	background-image: url(../images/hx1.jpg);
}

.hot-content-article .hot-content-article-hxone div:nth-child(1) span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 138px;
	height: 45px;
	background-color: #c79e68;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 45px;
}

.hot-content-article .hot-content-article-hxone div:nth-child(2) {
	width: 817px;
	height: 100%;
	background-image: url(../images/hx2.jpg);
}

.hot-content-article .hot-content-article-hxtwo {
	display: flex;
	display: -webkit-flex;
	margin-top: 20px;
	width: 100%;
	justify-content: space-between;
}

.hot-content-article .hot-content-article-hxtwo div {
	width: 610px;
	height: 400px;
}

.hot-content-article .hot-content-article-hxtwo div:nth-child(1) {
	background-image: url(../images/hx3.jpg);
}

.hot-content-article .hot-content-article-hxtwo div:nth-child(2) {
	background-image: url(../images/hx4.jpg);
}

.hot-content-article .hot-content-article-des {
	display: flex;
	display: -webkit-flex;
	margin-top: 20px;
	width: 100%;
	height: 170px;
	background-color: #eef2f3;
	flex-direction: row;
	align-items: center;
}

.hot-content-article .hot-content-article-des div {
	padding-left: 75px;
	width: 600px;
}

.hot-content-article .hot-content-article-des div h6 {
	color: #000;
	font-size: 18px;
}

.hot-content-article .hot-content-article-des div p {
	margin-top: 9px;
	color: #444;
	font-size: 14px;
	line-height: 22px;
}

.addy-two {
	margin-top: 30px;
	width: 100%;
	height: 726px;
	background-image: url(../images/banner2dy.jpg);
}

.addy-three {
	position: relative;
	margin-top: 72px;
	width: 100%;
}

.addy-three h3 {
	display: flex;
	display: -webkit-flex;
	color: #2d2d2d;
	font-weight: 700;
	font-size: 35px;
	justify-content: center;
}

.addy-three h5 {
	display: flex;
	display: -webkit-flex;
	margin-top: 11px;
	color: #555;
	font-size: 24px;
	justify-content: center;
}

.addy-three .swiper-container {
	margin-top: 58px;
	width: 1198px;
	height: 240px;
}

.addy-three .swiper-container ul li img {
	width: 284px;
	height: 196px;
}

.addy-three .swiper-container ul li p {
	margin-top: 14px;
	color: #424242;
	text-align: center;
	font-size: 16px;
}

.addy-three .swiper-button-next {
	top: 240px;
	right: 300px;
}

.addy-three .swiper-button-prev {
	top: 240px;
	left: 300px;
}

.addy-four {
	margin-top: 62px;
	width: 100%;
	height: 620px;
	background-image: url(../images/bottomdy.jpg);
	background-size: cover;
}

.addy-form {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 315px;
	background-color: #b18853;
	flex-direction: column;
}

.addy-form .addy-form-box {
	display: flex;
	display: -webkit-flex;
	margin: 0 auto;
	margin-top: 36px;
	width: 1240px;
	height: 85px;
	justify-content: space-between;
}

.addy-form .addy-form-box div {
	width: 295px;
	height: 85px;
	background-image: url(../images/icon16.png);
}

.addy-form .addy-form-box div a {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 100%;
	background-position: 50% 40%;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
	line-height: 169px;
	justify-content: center;
}

.addy-form h6 {
	display: flex;
	display: -webkit-flex;
	margin: 42px auto 0;
	width: 1240px;
	color: #fff;
	font-size: 16px;
}

.addy-form h6 span {
	font-size: 18px;
}

.addy-form .dyform-box {
	display: flex;
	display: -webkit-flex;
	margin: 0 auto;
	margin-top: 19px;
	width: 1240px;
	justify-content: space-between;
}

.addy-form .dyform-box input {
	display: flex;
	display: -webkit-flex;
	padding-left: 29px;
	width: 295px;
	height: 75px;
	border: 0;
	border-radius: 21px;
	background-color: #fff;
	color: #000;
	font-size: 20px;
	justify-content: center;
}

.addy-form .dyform-box input:last-child {
	padding: 0;
	background-image: url(../images/icon9.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #000;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}

.footdy {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 530px;
	background-image: url(../images/bgbottomdy.jpg);
	flex-direction: column;
}

.footdy h3 {
	margin-top: 62px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 35px;
}

.footdy h3 span {
	color: #d62c1a;
}

.footdy h5 {
	margin-top: 6px;
	color: #ccc;
	text-align: center;
	font-size: 24px;
}

.footdy .footdy-box {
	display: flex;
	display: -webkit-flex;
	margin: 0 auto;
	margin-top: 80px;
	width: 1240px;
	height: 212px;
	flex-direction: row;
	justify-content: space-between;
}

.footdy .footdy-box div {
	width: 212px;
	height: 212px;
	border-radius: 106px;
	background-color: #fff;
	background-position: 50% 30%;
	background-repeat: no-repeat;
	color: #108c59;
	text-align: center;
	font-size: 18px;
	line-height: 280px;
}

.des-lists-container {
	padding-bottom: 60px;
	width: 100%;
	height: auto;
	background: #f4f4f4;
}

.des-lists-container ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 auto;
	margin-bottom: 40px;
	width: 1240px;
	height: auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.des-lists-container ul li {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 20px 20px 0;
	padding: 20px;
	width: 610px;
	height: 310px;
	background: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.des-lists-container ul li:nth-child(2n) {
	margin-right: 0;
}

.des-lists-container ul li .des-list-headimg {
	position: relative;
	overflow: hidden;
	width: 180px;
	height: 270px;
	background-position: center center;
	background-size: cover;
}

.des-lists-container ul li .des-list-headimg a {
	display: block;
	width: 100%;
	height: 100%;
}

.des-lists-container ul li .des-list-headimg h5 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
	line-height: 40px;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.des-lists-container ul li:hover {
	box-shadow: 0 0 20px #d2d0d0;
}

.des-lists-container ul li:hover .des-list-headimg h5 {
	opacity: 1;
}

.des-lists-container ul li .des-list-info {
	width: 370px;
	height: 270px;
}

.des-lists-container ul li .des-list-info .des-list-name {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.des-lists-container ul li .des-list-info .des-list-name * {
	color: #6f6f6f;
}

.des-lists-container ul li .des-list-info .des-list-name h5 span {
	margin-right: 10px;
	color: #000;
	font-size: 20px;
}

.des-lists-container ul li .des-list-info .des-list-name div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	align-items: center;
}

.des-lists-container ul li .des-list-info .des-list-name div i {
	margin: 0 1px;
	width: 17px;
	height: 17px;
	background: url(../images/icon.png);
	background-position: 0 -1482px;
}

.des-lists-container ul li .des-list-info .des-list-name a {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	font-size: 12px;
	-webkit-align-items: center;
	align-items: center;
}

.des-lists-container ul li .des-list-info .des-list-name a i {
	margin-left: 5px;
	width: 18px;
	height: 18px;
	background: url(../images/icon.png);
	background-position: 18px -337px;
}

.des-lists-container ul li .des-list-info .des-list-name a:hover {
	color: #ff343f;
}

.des-lists-container ul li .des-list-info .des-list-name a:hover i {
	background-position: 46px -337px;
}

.des-lists-container ul li .des-list-info p {
	display: -webkit-box;
	overflow: hidden;
	margin: 12px 0 12px;
	height: 48px;
	color: #6f6f6f;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.des-lists-container ul li .des-list-info h6 {
	margin-bottom: 10px;
}

.des-lists-container ul li .des-list-info span {
	color: #ff343f;
}

.des-lists-container ul li dl {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-top: 12px;
	width: 100%;
	height: 110px;
}

.des-lists-container ul li dl dd {
	width: 116px;
	height: 110px;
	background-position: center center;
	background-size: cover;
}

.des-show-head {
	width: 100%;
	height: 550px;
	background: url(../images/showdesignerbg.jpg) center center;
}

.des-lists-container ul li dl a {
	display: block;
	margin-left: 11px;
}

.des-lists-container ul li dl a:first-child {
	margin-left: 0;
}

.des-show-head .des-head-left {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 920px;
	height: 450px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.des-show-head .des-head-left .des-show-headimg {
	width: 280px;
	height: 440px;
	border: 5px solid #c79e68;
	background-position: center center;
	background-size: cover;
}

.des-show-head .des-head-left .des-show-info {
	position: relative;
	padding: 20px 0;
	width: 565px;
	height: 440px;
}

.des-show-head .des-head-left .des-show-info h2 {
	color: #c79e68;
	font-weight: 700;
	font-size: 36px;
}

.des-show-head .des-head-left .des-show-info h3 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	color: #c79e68;
	font-size: 28px;
}

.des-show-head .des-head-left .des-show-info h3 span {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-left: 10px;
	-webkit-align-items: center;
	align-items: center;
}

.des-show-head .des-head-left .des-show-info h3 span i {
	margin: 0 2px;
	width: 17px;
	height: 17px;
	background: url(../images/icon.png);
	background-position: 0 -1482px;
}

.des-show-head .des-head-left .des-show-info>h5 {
	margin-bottom: 20px;
}

.des-show-head .des-head-left .des-show-info p {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 10px 0;
	width: 430px;
	border-bottom: 1px solid #000;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.des-show-head .des-head-left .des-show-info>div {
	position: absolute;
	top: 45px;
	right: 0;
	width: 260px;
	height: auto;
}

.des-show-head .des-head-left .des-show-info>div h5 {
	margin-right: 30px;
	text-align: right;
}

.des-show-head .des-head-left .des-show-info>div h5 span {
	color: #c79e68;
	font-size: 20px;
}

.des-show-head .des-head-left .des-show-info>div h5 span:last-child {
	margin-left: 20px;
}

.des-show-head .des-head-left .des-show-info>div div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.des-show-head .des-head-left .des-show-info>div div a {
	display: block;
	margin-top: 6px;
	width: 120px;
	height: 36px;
	border: none;
	border-radius: 18px;
	background: #f3860f;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
}

.des-show-head .des-head-left .des-show-info>div div a:last-child {
	background: #3d3d3d;
}

.des-head-right {
	width: 300px;
	height: 100%;
	border: 1px solid #eee;
	background: #f8f8f8;
}

.des-head-right img {
	width: 100%;
	height: 120px;
}

.des-head-right input {
	margin: 15px 20px 0;
	width: 260px;
	height: 40px;
	border: 1px solid #eee;
	background: 0 0;
	text-align: center;
	font-size: 14px;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.des-head-right button {
	margin: 20px;
	margin-bottom: 16px;
	width: 260px;
	height: 40px;
	border: none;
	background: #008d49;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.des-head-right input:focus {
	background: #fff;
}

.des-show-left {
	background: 0 0;
}

.des-show-right {
	margin-top: 40px;
}

.des-show-production,.des-show-site {
	margin-top: 40px;
	padding: 30px 20px;
	width: 100%;
	height: auto;
	background: #fff;
}

.des-show-production .login-more,.des-show-site .login-more {
	width: 100%;
}

.des-show-production>h5,.des-show-site>h5 {
	border-bottom: 1px solid #eee;
	color: #aaa;
}

.des-show-production>h5 span,.des-show-site>h5 span {
	display: inline-block;
	padding-right: 6px;
	padding-bottom: 15px;
	border-bottom: 2px solid #127a59;
	color: #000;
	font-weight: 700;
	font-size: 22px;
}

.des-show-production ul,.des-show-site ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-bottom: 40px;
	width: 100%;
	height: auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.des-show-production ul a,.des-show-site ul a {
	display: block;
	margin: 30px 20px 0 0;
}

.des-show-production ul a:nth-child(3n),.des-show-site ul a:nth-child(3n) {
	margin-right: 0;
}

.des-show-production ul li,.des-show-site ul li {
	width: 280px;
	height: auto;
	background: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.des-show-production ul li .des-show-caseimg,.des-show-site ul li .des-show-caseimg {
	width: 100%;
	height: 180px;
	background-position: center center;
	background-size: cover;
}

.des-show-production ul li .des-show-caseinfo,.des-show-site ul li .des-show-caseinfo {
	width: 100%;
	height: auto;
}

.des-show-production ul li .des-show-caseinfo h5,.des-show-site ul li .des-show-caseinfo h5 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	padding: 0 10px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.des-show-production ul li .des-show-caseinfo h5:first-child,.des-show-site ul li .des-show-caseinfo h5:first-child {
	border-bottom: 1px solid #f4f4f4;
}

.des-show-production ul li .des-show-caseinfo h5 span,.des-show-site ul li .des-show-caseinfo h5 span {
	display: block;
	overflow: hidden;
	width: 230px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.des-show-production ul li .des-show-caseinfo h5 i,.des-show-site ul li .des-show-caseinfo h5 i {
	width: 18px;
	height: 18px;
	background: url(../images/icon.png);
	background-position: 0 -1057px;
}

.des-show-production ul li .des-show-caseinfo h5 div img,.des-show-site ul li .des-show-caseinfo h5 div img {
	margin-right: 13px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	vertical-align: middle;
}

.des-show-production ul li .des-show-caseinfo h5>span:nth-child(2),.des-show-site ul li .des-show-caseinfo h5>span:nth-child(2) {
	color: #737373;
}

.des-show-production ul li:hover,.des-show-site ul li:hover {
	box-shadow: 0 0 30px #d2d0d0;
}

.des-show-comment {
	margin-top: 40px;
	padding: 30px 20px;
	width: 100%;
	height: auto;
	background: #fff;
}

.des-show-comment>h5 {
	border-bottom: 1px solid #eee;
	color: #aaa;
}

.des-show-comment>h5 span {
	display: inline-block;
	padding-right: 6px;
	padding-bottom: 15px;
	border-bottom: 2px solid #127a59;
	color: #000;
	font-weight: 700;
	font-size: 22px;
}

.des-show-comment ul {
	padding: 20px 0;
	width: 100%;
	height: auto;
}

.des-show-comment ul li {
	padding: 20px 0;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eee;
}

.des-show-comment ul li .des-show-comhead {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 26px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.des-show-comment ul li .des-show-comhead>* {
	line-height: 26px;
}

.des-show-comment ul li .des-show-comhead h2 {
	font-size: 20px;
}

.des-show-comment ul li .des-show-comhead h2 span {
	margin-left: 30px;
	color: #aaa;
	font-size: 14px;
}

.des-show-comment ul li .des-show-comhead div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 620px;
	-webkit-align-items: center;
	align-items: center;
}

.des-show-comment ul li .des-show-comhead div span {
	margin-top: 3px;
	margin-left: 10px;
}

.des-show-comment ul li .des-show-comhead div i {
	margin: 0 2px;
	width: 17px;
	height: 17px;
	background: url(../images/icon.png);
	background-position: 0 -1482px;
}

i.half {
	background-position: -22px -1482px!important;
}

.des-show-comment ul li .des-show-comhead h5 {
	color: #aaa;
	font-size: 14px;
	line-height: 30px;
}

.des-show-comment ul li p {
	margin: 20px 0;
}

.des-show-comment ul li dl {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: auto;
}

.des-show-comment ul li dl dd {
	position: relative;
	overflow: hidden;
	margin-left: 20px;
	width: 760px;
	height: auto;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.des-show-comment ul li dl dd div {
	position: absolute;
	right: -40px;
	bottom: -45px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #c79e68;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.des-show-comment ul li dl dd div i {
	position: absolute;
	top: 15px;
	left: 19px;
	width: 12px;
	height: 12px;
	background: url(../images/icon.png);
	background-position: 65px -365px;
}

.des-show-comment ul li dl dd:hover div {
	opacity: 1;
}

.des-show-comment ul li dl dd:first-child {
	margin-left: 0;
}

.designer-recommend li {
	height: 70px!important;
}

.designer-recommend .designer-recommend-headimg {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-position: center center;
	background-size: cover;
}

.designer-recommend .designer-recommend-title div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 4px 0;
	-webkit-align-items: center;
	align-items: center;
}

.designer-recommend .designer-recommend-title div i {
	margin: 0 2px;
	width: 17px;
	height: 17px;
	background: url(../images/icon.png);
	background-position: 0 -1482px;
}

.designer-recommend .designer-recommend-title div span {
	margin-top: 2px;
	margin-left: 10px;
}

.designer-comment-container {
	margin: 0 auto;
	padding: 30px;
	width: 800px;
	height: auto;
}

.designer-comment-container>h3 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	border-bottom: 1px solid #e2e2e2;
	line-height: 50px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.designer-comment-info-container {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 30px 0 20px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.designer-comment-headimg {
	width: 195px;
	height: 260px;
	background-position: center center;
	background-size: cover;
}

.designer-comment-info {
	width: 510px;
	height: 260px;
}

.designer-comment-info h2 {
	color: #c79e68;
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
}

.designer-comment-info h3 {
	color: #c79e68;
	font-size: 28px;
}

.designer-comment-info h5 {
	margin-bottom: 10px;
}

.designer-comment-info h5 span {
	color: #a5a5a5;
}

.designer-comment-info div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-bottom: 15px;
}

.designer-comment-info div i {
	margin: 0 2px;
	width: 17px;
	height: 17px;
	background: url(../images/icon.png);
	background-position: 0 -1482px;
}

.designer-comment-info div span {
	margin-left: 3px;
	color: #000;
	font-size: 14px;
}

.designer-comment-info ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.designer-comment-info ul li {
	margin-left: 10px;
	padding: 6px 20px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	color: #a5a5a5;
	font-size: 14px;
}

.designer-comment-info ul li:first-child {
	margin-left: 0;
}

.designer-comment-info ul li.active {
	border-color: #d62c1a;
	background: #d62c1a;
	color: #fff;
}

.designer-comment-option {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-bottom: 30px;
	height: 41px;
}

.designer-comment-option h3 {
	line-height: 41px;
}

.designer-comment-option ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.designer-comment-option ul li {
	margin-left: 26px;
	text-align: center;
}

.designer-comment-option ul li .layui-form-select {
	margin: 0 auto;
	width: 40px;
}

.designer-comment-option ul li .layui-input {
	padding: 0;
	width: 40px;
	height: 20px;
	border: none;
	border-bottom: 1px solid #d62c1a;
	color: #d62c1a;
	text-align: center;
	text-indent: -10px;
	font-size: 14px;
}

.designer-comment-option ul li .layui-edge {
	right: 0;
	border-width: 5px;
	border-top-color: #d62c1a;
}

.designer-comment-option ul li dl {
	top: 19px;
}

.designer-comment-option ul li dd {
	padding: 0;
	line-height: 20px;
}

.designer-comment-option ul li .layui-form-selectup dl {
	top: 19px;
	bottom: auto;
}

.designer-comment-container textarea {
	padding: 16px;
	width: 100%;
	height: 150px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
	resize: none;
}

.designer-comment-upload {
	width: 100%;
	height: auto;
}

.designer-comment-upload h3,.designer-comment-upload ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.designer-comment-upload h3 {
	margin: 20px 0;
	height: 35px;
	line-height: 37px;
}

.designer-comment-upload h3 button {
	position: relative;
	display: none;
	overflow: hidden;
	margin-left: 15px;
	width: 80px;
	height: 35px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
}

#filePicker {
	position: relative;
	overflow: hidden;
	margin-left: 15px;
	width: 80px;
	height: 35px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	background: #fff;
	background-color: #ccc;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

#filePicker input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

#filePicker .webuploader-pick {
	width: 100%;
	height: 100%;
	line-height: 100%;
}

.designer-comment-upload ul li {
	margin-right: 10px;
	width: 100px;
	height: 100px;
}

.designer-comment-upload ul li img {
	width: 100%;
	height: 100%;
}

#caseImgList .file-panel {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#caseImgList li {
	position: relative;
}

#caseImgList li .file-panel .cancel {
	display: block;
	overflow: hidden;
	margin: 5px auto 1px;
	width: 24px;
	height: 24px;
	background: url(/static/admin/images/icons.png) no-repeat;
	background-position: -48px -24px;
	cursor: pointer;
}

#caseImgList li p.progress {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	width: 0;
	height: 20px;
	border-radius: 0;
	background: #5fb878;
}

#caseImgList li p.progress span {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}

.designer-submit-buttom {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	width: 80px;
	height: 35px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
}

.designer-submit-buttom:hover {
	background: #ccc;
	color: #000;
}

.user-validate {
	position: relative;
	width: 480px;
	height: 385px;
	background: url(../images/dy_phone_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#user-validate-tel {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -210px;
	padding-left: 30px;
	width: 390px;
	height: 80px;
	color: #656565;
	font-size: 21px;
}

.user-validate-button {
	position: absolute;
	top: 280px;
	width: 175px;
	height: 50px;
	border: none;
	cursor: pointer;
}

#user-validate-submit {
	left: 48px;
	background-color: #05a06f;
	color: #fff;
	font-size: 16px;
}

#user-validate-closes {
	left: 243px;
	background-color: #373737;
	color: #fff;
	font-size: 16px;
}

.user-validate-xx {
	position: absolute;
	top: 17px;
	right: 27px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.des-show-comment .login-more {
	width: 100%;
}

.exclusive-banner {
	width: 1240px;
	height: 450px;
	box-shadow: 0 10px 20px rgba(0,0,0,.4);
}

.exclusive-banner .swiper-slide {
	width: 1240px;
	height: 450px;
	background-position: center center;
	background-size: cover;
}

.exclusive-banner .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #fff;
}

.exclusive-banner .swiper-button-next,.exclusive-banner .swiper-button-prev {
	width: 50px;
	height: 80px;
	background: rgba(0,0,0,.6) url(../images/icon.png);
	background-position: 7px -953px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.exclusive-banner .swiper-button-prev {
	left: -50px;
}

.exclusive-banner .swiper-button-next {
	right: -50px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.exclusive-banner:hover .swiper-button-prev {
	left: 0;
}

.exclusive-banner:hover .swiper-button-next {
	right: 0;
}

.exclusive-left {
	margin: 15px 0 60px;
	background: 0 0;
}

.exclusive-right {
	margin-top: 95px;
}

.exclusive-left h2 {
	font-size: 24px;
	line-height: 80px;
}

.exclusive-left ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.exclusive-left ul a {
	display: block;
	margin: 0 10px 10px 0;
}

.exclusive-left ul a:nth-child(3n) {
	margin-right: 0;
}

.exclusive-left ul li {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 180px;
}

.exclusive-left ul li img {
	width: 300px;
	height: 140px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.exclusive-left ul li div {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	padding: 0 15px;
	width: 100%;
	height: 40px;
	background: #fff;
	line-height: 40px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.exclusive-left ul li div i {
	position: absolute;
	top: 14px;
	right: 15px;
	width: 12px;
	height: 12px;
	background: url(../images/icon.png);
	background-position: 0 -365px;
}

.exclusive-left ul li.active div {
	background: #c79e68;
	color: #fff;
}

.exclusive-left ul li.active img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}

.exclusive-left ul li.active div i {
	background-position: 65px -365px;
}

.site-filter-container {
	width: 100%;
	height: 190px;
	background: #fdfdfd;
}

.site-filter-center {
	margin: 0 auto;
	padding: 30px 0;
	width: 1240px;
	height: auto;
}

.site-filter-center ul {
	width: 100%;
	height: auto;
}

.site-filter-center ul li {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	padding: 10px 20px 0;
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #f1f1f1;
	color: #363636;
	font-size: 14px;
}

.site-filter-center ul li:last-child {
	border-bottom: none;
}

.site-filter-center ul li span {
	display: inline-block;
	width: 120px;
	line-height: 50px;
}

.site-filter-center ul li dl {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 50px;
	-webkit-align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.site-filter-center ul li dl dd {
	margin-right: 10px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.site-filter-center ul li dl dd.active {
	background: #298769;
	color: #fff;
}

.site-lists-container {
	padding: 40px 0 60px;
	width: 100%;
	height: auto;
	background: #f4f4f4;
}

.site-lists-container ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 auto 40px;
	width: 1240px;
	height: auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-lists-container ul li {
	margin: 0 20px 20px 0;
	padding: 20px;
	width: 610px;
	height: 300px;
	background: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.site-lists-container ul li:nth-child(2n) {
	margin-right: 0;
}

.site-lists-container ul li:hover {
	box-shadow: 0 0 20px #d2d0d0;
}

.site-list-head {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 200px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.site-list-head .site-list-headimg {
	width: 290px;
	height: 200px;
	background-position: center center;
	background-size: cover;
}

.site-list-head .site-list-headimg a {
	display: block;
	width: 100%;
	height: 100%;
}

.site-list-head .site-list-info {
	width: 260px;
	height: 200px;
}

.site-list-head .site-list-info h2 {
	line-height: 30px;
}

.site-list-head .site-list-info h2 span {
	margin: 0 10px;
}

.site-list-head .site-list-info h5 {
	margin: 10px 0;
}

.site-list-head .site-list-info p {
	display: -moz-box;
	display: -webkit-box;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.site-list-head .site-list-info button {
	margin-top: 22px;
	width: 190px;
	height: 40px;
	border: 1px solid #d1d1d1;
	background: 0 0;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.site-list-head .site-list-info button i {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	background: url(../images/icon.png);
	background-position: -62px -337px;
}

.site-list-head .site-list-info button:hover {
	border-color: #c79e68;
	color: #c79e68;
}

.site-list-head .site-list-info button:hover i {
	background-position: -114px -337px;
}

.site-list-stage {
	display: -moz-box;
	display: -webkit-box;
	margin-top: 25px;
	width: 100%;
	height: 35px;
	border-top: 1px solid #e0e0e0;
}

.site-list-stage dd {
	position: relative;
	width: 33.33%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
}

.site-list-stage dd i {
	position: absolute;
	top: -5px;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	background: #fff;
}

.site-list-stage dd.active {
	color: #c79e68;
}

.site-list-stage dd.active i {
	border-color: #c79e68;
	background: #c79e68;
}

.site-show-head {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 430px;
	box-shadow: 0 5px 10px #dedada;
}

.site-show-head .site-show-headimg {
	width: 750px;
	height: 430px;
	background-position: center center;
	background-size: cover;
}

.site-show-head .site-show-info {
	padding: 25px;
	width: 490px;
	height: 100%;
	background: #fff;
}

.site-show-head .site-show-info h1 {
	font-weight: 700;
}

.site-show-head .site-show-info h1 span {
	margin: 0 10px;
}

.site-show-head .site-show-info p {
	display: -moz-box;
	display: -webkit-box;
	overflow: hidden;
	margin: 22px 0;
	font-size: 14px;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
}

.site-show-head .site-show-info h5 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	align-items: center;
}

.site-show-head .site-show-info h5 i {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	background: url(../images/icon.png);
	background-position: 0 -1215px;
}

.site-show-head .site-show-info h5 span {
	color: #c79e68;
}

.site-show-head .site-show-info h5 a {
	margin-left: 70px;
	font-size: 14px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.site-show-head .site-show-info h5 a:hover {
	color: #c79e68;
}

.site-show-head dl {
	display: -moz-box;
	display: -webkit-box;
	margin: 25px 0 10px;
	width: 100%;
	height: 35px;
	border-top: 1px solid #e0e0e0;
}

.site-show-head dd {
	position: relative;
	width: 33.33%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
}

.site-show-head dd i {
	position: absolute;
	top: -5px;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	background: #fff;
}

.site-show-head dd.active {
	color: #c79e68;
}

.site-show-head dd.active i {
	border-color: #c79e68;
	background: #c79e68;
}

.site-show-head ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 180px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.site-show-head ul li {
	width: 140px;
	height: 100%;
}

.site-show-head ul li div {
	width: 100%;
	height: 140px;
	background-position: center center;
	background-size: cover;
}

.site-show-head ul li h6 {
	text-align: center;
	line-height: 40px;
}

.site-show-stage {
	margin: 20px 0 60px;
	width: 100%;
	height: auto;
}

.site-show-stage li {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-bottom: 40px;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 5px 10px #dedada;
}

.site-show-stage li .stage-info {
	width: 290px;
	height: 100%;
	border-right: 1px solid #f4f4f4;
}

.site-show-stage li .stage-info>div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	padding: 0 25px;
	width: 100%;
	height: 50%;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.site-show-stage li .stage-info>div:first-child {
	border-bottom: 1px solid #f4f4f4;
}

.site-show-stage li .stage-info>div:first-child i {
	width: 60px;
	height: 60px;
	background: url(../images/icon.png);
	background-position: 0 -1269px;
}

.site-show-stage li .stage-info>div:last-child i {
	width: 60px;
	height: 60px;
	background: url(../images/icon.png);
	background-position: 0 -1343px;
}

.site-show-stage li .stage-info>div div {
	width: 160px;
	height: auto;
}

.site-show-stage li .stage-info>div div h4 {
	color: #298769;
}

.site-show-stage li .stage-info>div div h5 {
	display: -moz-box;
	display: -webkit-box;
	overflow: hidden;
	color: #373737;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.site-show-stage li .stage-content {
	padding: 30px;
	width: 950px;
	height: 100%;
}

.site-show-stage li .stage-content dl {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 200px;
}

.site-show-stage li .stage-content dl dd {
	position: relative;
	overflow: hidden;
	margin-left: 30px;
	width: 200px;
	height: 200px;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.site-show-stage li .stage-content dl dd:first-child {
	margin-left: 0;
}

.site-show-stage li .stage-content dl dd div {
	position: absolute;
	right: -40px;
	bottom: -45px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #c79e68;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.site-show-stage li .stage-content dl dd div i {
	position: absolute;
	top: 15px;
	left: 19px;
	width: 12px;
	height: 12px;
	background: url(../images/icon.png);
	background-position: 65px -365px;
}

.site-show-stage li .stage-content p {
	margin-top: 20px;
	font-size: 14px;
}

.site-show-stage li .stage-content dl dd:hover div {
	opacity: 1;
}

.diary-list-left {
	background: 0 0;
}

.diary-list-type {
	position: relative;
	padding: 20px;
	width: 100%;
	height: 90px;
	background: #fff;
}

.diary-list-type ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eaeaea;
}

.diary-list-type ul a {
	display: block;
}

.diary-list-type ul li {
	width: 120px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	line-height: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.diary-list-type div {
	position: absolute;
	bottom: 19px;
	left: 20px;
	width: 120px;
	height: 2px;
	background: #298769;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.diary-list-type ul a.active li {
	color: #298769;
}

.diary-lists {
	margin-bottom: 40px;
	width: 100%;
	height: auto;
}

.diary-lists a {
	display: block;
	margin-bottom: 20px;
	padding: 25px 20px;
	background: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.diary-lists a:hover {
	box-shadow: 0 5px 10px #d2d0d0;
}

.diary-lists li {
	width: 100%;
	height: auto;
}

.diary-lists li h2 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.diary-lists li h2>* {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	align-items: center;
}

.diary-lists li h2 i {
	background-image: url(../images/icon.png);
}

.diary-lists li h2 strong i {
	margin-left: 6px;
	width: 16px;
	height: 16px;
	background-position: 0 -1415px;
}

.diary-lists li h2 strong span {
	margin-left: 20px;
	color: #868686;
	font-weight: 400;
	font-size: 14px;
}

.diary-lists li h2 div {
	font-size: 14px;
}

.diary-lists li h2 div i {
	margin-right: 6px;
	width: 20px;
	height: 15px;
	background-position: -18px -1416px;
}

.diary-lists li p {
	margin: 10px 0 35px;
	color: #868686;
	font-size: 14px;
	line-height: 26px;
}

.diary-lists li dl {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 100%;
	height: 155px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.diary-lists li dl dd {
	position: relative;
	overflow: hidden;
	width: 205px;
	height: 155px;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.diary-lists li dl dd:first-child {
	margin-left: 0;
}

.diary-lists li dl dd div {
	position: absolute;
	right: -55px;
	bottom: -45px;
	width: 120px;
	height: 80px;
	border-radius: 50%;
	background: #373737;
}

.diary-lists li dl dd div span {
	position: absolute;
	top: 10px;
	left: 22px;
	color: #fff;
}

.cases-list-container {
	width: 100%;
	height: calc(100% - 125px);
}

.cases-list-title {
	margin: 0 auto;
	padding: 30px 0;
	width: 1240px;
}

.cases-list-title>* {
	text-align: center;
}

.cases-list-title h2 {
	font-size: 38px;
}

.cases-list-title h3 {
	margin: 10px 0 15px;
	color: #3f3f3f;
}

.cases-list-title a {
	display: block;
	color: #6b6b6b;
	font-size: 18px;
}

.cases-list-recommend {
	width: 100%;
	height: 500px;
}

.cases-list-recommend .swiper-slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cases-list-recommend .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #fff;
}

.cases-list-icon {
	margin: 30px auto 0;
	width: 1240px;
}

.cases-list-icon div {
	margin: 0 auto;
	width: 15px;
	height: 22px;
	background: #fff url(../images/icon.png);
	background-position: 0 -1450px;
}

.cases-list-icon i {
	display: block;
	margin: 10px auto 0;
	width: 15px;
	height: 23px;
	background: url(../images/icon.png);
	background-position: -22px -1450px;
	animation: casesi 1s ease-in infinite;
	-webkit-animation: casesi 1s ease-in infinite;
}

.cases-list-icon i.active {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

@keyframes casesia {
	from {
		margin-top: 5px;
	}

	to {
		margin-top: 12px;
	}
}

@-webkit-keyframes casesi {
	from {
		margin-top: 5px;
	}

	to {
		margin-top: 12px;
	}
}

.cases-list-nav {
	position: fixed;
	top: 213px;
	left: 0;
	z-index: 99;
	width: 120px;
}

.cases-list-nav div {
	width: 120px;
	height: 100px;
	background: url(../images/casesNav.jpg);
}

.cases-list-nav ul {
	width: 120px;
	height: auto;
}

.cases-list-nav ul li {
	width: 100%;
	height: 40px;
	background: rgba(255,255,255,.4);
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cases-list-nav ul li:hover {
	background: #298769;
	color: #fff;
}

.login-more {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 0 auto;
	width: 1240px;
	height: 50px;
	background: #fdfdfd;
	color: #565656;
	font-size: 14px;
	cursor: pointer;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.sidebar-recommend {
	margin-top: 20px;
	padding: 22px 20px;
	width: 100%;
	height: auto;
	background: #fff;
}

.sidebar-recommend h4 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.sidebar-recommend h4 a {
	font-size: 12px;
}

.sidebar-recommend h4 a:hover {
	color: #c79e68;
	text-decoration: underline;
}

.sidebar-recommend ul {
	width: 100%;
	height: auto;
}

.sidebar-recommend ul a {
	display: block;
}

.sidebar-recommend ul li {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-top: 22px;
	width: 100%;
	height: 65px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sidebar-recommend ul li .recommend-headimg {
	width: 100px;
	height: 65px;
	background-position: center center;
	background-size: cover;
}

.sidebar-recommend ul li .recommend-title {
	display: -moz-box;
	display: -webkit-box;
	overflow: hidden;
	width: 150px;
	height: auto;
	font-size: 12px;
	line-height: 18px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sidebar-recommend ul li button {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3px 10px;
	border: none;
	background: #319d64;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sidebar-recommend ul a:hover {
	color: #000;
}

.sidebar-recommend ul a:hover button {
	background: #c79e68;
}

.bdsharebuttonbox {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.bdshare-button-style0-32 a {
	width: 26px!important;
	height: 26px!important;
	background-image: url(../images/icon.png)!important;
}

.bdshare-button-style0-32 .bds_tsina {
	background-position: -1px -1088px!important;
}

.bdshare-button-style0-32 .bds_qzone {
	background-position: -1px -1121px!important;
}

.bdshare-button-style0-32 .bds_weixin {
	background-position: -1px -1154px!important;
}

.case-lists-container ul li .case-info h5 a.buttonDy {
	width: 100px;
	height: 30px;
	border-radius: 10px;
	background-color: red;
	text-align: center;
	line-height: 30px;
}

.case-lists-container ul li .case-info h5 a.buttonDy:hover {
	background-color: #f48000;
}

.case-lists-container ul li .case-info h5 a {
	float: left;
	display: block;
}

.case-lists-container ul li .case-info h5 a.buttonDydetail {
	float: right;
	margin-top: 12px;
	margin-right: 20px;
	background-color: #127a59;
	color: #fff;
}

.case-lists-container ul li .case-info h5 a.buttonDyask {
	float: right;
	margin-top: 12px;
	background-color: #6a6a6a;
	color: #fff;
}

.konw-show-left .all_dec img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.shj_sjfgz_anli_info {
	margin-top: 20px;
	width: 100%;
	height: auto;
	border: 1px solid #eaeaea;
}

.shj_sjfgz_anli_info tr {
	width: 100%;
	height: 40px;
}

.shj_sjfgz_anli_info tr td {
	border-bottom: 1px solid #eaeaea;
	font-size: 14px;
}

.shj_sjfgz_anli_info tr td:nth-child(odd) {
	background: #f2f2f2;
}

.shj_sjfgz_anli_info tr:last-child td {
	border-bottom: none;
}

.shj_sal_p {
	margin: 25px 0;
	font-size: 14px;
	line-height: 30px;
}

.fixDy {
	margin: 0 auto;
	margin-top: 30px;
	padding: 0;
	width: 100%;
	height: 50px;
	background: #319d64;
	text-indent: 0;
	line-height: 50px;
}

.fixDy span {
	display: inline-block;
	width: 50%;
	height: 50px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.fixDy span.active {
	background: #c79e68;
}

.konw-show-left .fixDy-contents {
	position: relative;
	overflow: hidden;
}

.konw-show-left .fixDy-contents .fixDy-content {
	position: absolute;
	left: 0;
	width: 880px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.konw-show-left .fixDy-contents .fixDy-content1 {
	left: 880px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.konw-show-left .fixDy-contents .left0 {
	left: -880px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.konw-show-left .fixDy-contents .left1 {
	left: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.shj_ys {
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 1200px;
	height: 1170px;
}

.shj_ys_icon1 {
	position: absolute;
	top: 0;
	left: 20px;
	width: 83px;
	height: 42px;
	background: url(../images/yysjsicon.png);
}

.shj_ys_icon2 {
	position: absolute;
	top: -80px;
	right: 20px;
	width: 94px;
	height: 212px;
	background: url(../images/yysjsicon1.png);
}

.shj_ys_sjslists {
	position: relative;
	width: 1200px;
	height: 180px;
}

.shj_ys_sjslists>h5 {
	margin-left: 50px;
}

.shj_ys_lists_box {
	margin-top: 15px!important;
	margin-left: 50px!important;
	width: 1100px;
	height: 143px;
}

.shj_ys_lists_box .swiper-wrapper {
	width: 1100px;
	height: inherit;
}

.shj_ys_lists_box .swiper-slide {
	position: relative;
	margin-right: 16.5px;
	width: 143px;
	height: 143px;
}

.shj_ys_list {
	width: 139px;
	height: 139px;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
}

.shj_ys_list_now {
	border-color: #179c71;
}

.shj_ys_list_info {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	width: 113px;
	height: 22px;
	border-top-left-radius: 15px;
	background: #179c71;
	color: #fff;
	text-indent: 30px;
	line-height: 22px;
}

.shj_ys_gou {
	position: absolute;
	top: 4.5px;
	right: 12px;
	width: 16px;
	height: 13px;
}

.shj_ys_sjslists .swiper-button-next,.shj_ys_sjslists .swiper-button-prev {
	top: 58%;
	background: url(../images/iconDy.png);
	background-position: 0 -900px;
}

.shj_ys_sjslists .swiper-button-next {
	background-position: -35px -900px;
}

.shj_ys_content {
	margin: 30px 50px;
	width: 1100px;
	height: 670px;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
}

.shj_ys_item {
	float: left;
	padding: 28px 35px 23px;
	width: 549px;
	height: 619px;
	text-align: center;
}

.shj_ys_item>h2 {
	font-size: 28px;
}

.shj_ys_item>h6 {
	color: #8d8d8d;
}

.shj_ys_info_sjsimg {
	margin: 15px 0;
}

.shj_ys_info_sjsimg>img {
	width: 244px;
	height: 244px;
	border-radius: 8px;
}

.shj_ys_item>h5 {
	overflow: hidden;
	margin-left: 59.5px;
	width: 360px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.shj_ys_item>h3 {
	margin: 15px 0 10px;
}

.shj_ys_info_anli {
	width: 479px;
	height: 158px;
}

.shj_ys_info_anli .swiper-slide {
	position: relative;
	width: 479px;
	height: 158px;
}

.shj_ys_anli {
	margin-bottom: 10px;
	width: 145px;
	height: 130px;
	border-radius: 8px;
}

.shj_ys_info_anli .swiper-slide>a:hover {
	text-decoration: none;
}

.shj_ys_info_anli .swiper-slide:hover .shj_ys_anli_info {
	color: #ff5d64;
}

.shj_ys_scrollbar {
	position: relative;
	margin: 20px 149.5px 15px;
	width: 180px;
	height: 3px;
	background: #e1e1e1;
}

.shj_ys_scrollbar_now {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background: #159c71;
}

.shj_ys_go {
	margin-top: 20px;
	color: #8c8c8c;
	font-size: 14px;
}

.shj_ys_content_line {
	float: left;
	margin-top: 81px;
	width: 1px;
	height: 510px;
	background: #e1e1e1;
}

.shj_ys_info_box {
	margin-top: 30px;
	width: 479px;
	height: inherit;
}

.shj_ys_info_input {
	width: 395px;
	height: 38px;
	text-align: left;
	text-indent: 15px;
}

.shj_ys_jsq_item {
	margin-bottom: 20px;
}

.shj_ys_jsq_item>h5 {
	line-height: 40px;
}

.shj_ys_info_select {
	width: 80px;
	height: 38px;
	text-align: left;
	text-indent: 13px;
	line-height: 40px;
}

.shj_ys_info_input_short {
	width: 293px;
	height: 38px;
	text-align: left;
	text-indent: 15px;
}

.shj_ys_info_select_long {
	width: 117px;
	height: 38px;
	text-align: left;
	text-indent: 13px;
	line-height: 40px;
}

.shj_ys_bmbtn {
	margin: 40px 116.5px 0;
}

.shj_ys_bottom_text {
	text-align: center;
}

.shj_ys_bottom_text>span {
	color: #008d49;
}

.yuyue-from-input {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-top: 30px;
	width: 100%;
	height: 47px;
	-webkit-align-items: center;
	align-items: center;
}

.yuyue-from-input label {
	font-size: 16px;
}

.yuyue-from-input input,select {
	margin-top: 0;
	width: 313px;
}

.yuyue-form button {
	margin: 30px 0 10px;
	width: 350px;
	height: 50px;
	border: none;
	border-radius: 6px;
	background: #008d49;
	color: #fff;
	cursor: pointer;
}

.yuyue-form-type input {
	width: 96px;
}

.yuyue-form-type .layui-form-select {
	margin-right: 12px;
}

#showBigImg {
	width: 100%;
	height: 100%;
}

.shj_index_jsq_box {
	margin: 0 auto;
	width: 100%;
	height: 390px;
}

.shj_index_jsq {
	margin: 0 auto;
	width: 1220px;
	height: inherit;
}

.shj_index_jsq_title {
	margin-top: 20px;
	width: inherit;
	height: 100px;
	text-align: center;
}

.shj_index_jsq_title>h2 {
	font-size: 32px;
}

.shj_index_jsq_title_line {
	color: #75b43f;
	font-weight: 700;
}

.shj_index_jsq_content {
	float: left;
	width: inherit;
	height: 290px;
}

.shj_index_jsq_menu_box {
	float: left;
	width: 220px;
	height: 250px;
}

.shj_index_jsq_menu {
	position: relative;
	float: left;
	padding: 27px 0;
	width: 105px;
	border-radius: 7px;
	background: #f6f6f6;
	text-align: center;
	cursor: pointer;
}

.shj_index_jsq_menu_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shj_index_jsq_menu_click {
	background: #064e38;
	color: #fff;
}

.shj_index_jsq_menu_left {
	margin-left: 10px;
}

.shj_index_jsq_menu_big {
	margin-top: 10px;
	width: 220px;
}

.shj_index_jsq_menu>h5 {
	margin-top: 5px;
}

.shj_index_jsq_menu_img2 {
	display: none;
}

.shj_index_jsq_info_box {
	position: relative;
	float: left;
	margin-left: 10px;
	padding: 19px 30px 19px 0;
	width: 800px;
	height: 212px;
	font-size: 14px;
}

#shj_index_jsq_bj,#shj_index_jsq_lfyf {
	position: absolute;
	top: 19px;
	left: 45px;
}

#shj_index_jsq_lfyf {
	display: none;
}

.shj_index_jsq_item {
	width: 750px;
	height: 45px;
}

.shj_index_jsq_item>h5 {
	float: left;
	width: 60px;
	height: 30px;
	line-height: 30px;
}

.shj_index_jsq_select {
	position: relative;
	position: relative;
	float: left;
	margin-left: 20px;
	width: 150px;
	height: 30px;
	border: 1px solid #c8c8c8;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}

.shj_index_jsq_text {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 150px;
	height: 30px;
	outline: 0;
	border: 1px solid #c8c8c8;
	border-radius: 8px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}

.shj_index_jsq_select_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: inherit;
	height: inherit;
}

.shj_index_jsq_jicon {
	position: absolute;
	top: 0;
	right: 20px;
	text-align: right;
}

.shj_index_jsq_input {
	width: 495px;
	text-align: left;
	text-indent: 20px;
}

.shj_index_jsq_input:focus {
	border: 1px solid #75b43f;
}

.shj_index_jsq_radio {
	position: relative;
	float: left;
	margin-left: 20px;
	width: auto;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.shj_index_jsq_radio_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shj_index_jsq_ricon {
	float: left;
	display: block;
	margin: 7px 8px 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/iconDy.png) no-repeat;
	background-position: -30px -828px;
	cursor: pointer;
}

.shj_index_jsq_ricon_check {
	background-position: -6px -828px;
}

.shj_index_jsq_cbtn {
	background: #127a59;
	color: #fff;
	line-height: 20px;
}

.shj_index_jsq_select_list {
	position: absolute;
	position: absolute;
	top: 23px;
	top: 25px;
	left: -1px;
	left: -1px;
	z-index: 999;
	z-index: 999;
	display: none;
	padding: 7px 0;
	width: inherit;
	height: auto;
	border-right: 1px solid #75b43f;
	border-bottom: 1px solid #75b43f;
	border-left: 1px solid #75b43f;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background: #fff;
}

.shj_index_jsq_select_list li {
	height: 30px;
}

.shj_index_jsq_select_list li:hover {
	background: #f6f6f6;
}

.shj_index_jsq_city_list {
	overflow-y: scroll;
	height: 210px;
}

.shj_index_jsq_bj_box {
	position: relative;
	float: left;
	width: 160px;
	height: 250px;
}

#shj_index_jsq_bj_right,#shj_index_jsq_lf_right,#shj_index_jsq_yf_right {
	position: absolute;
	top: 5px;
	left: 0;
}

#shj_index_jsq_lf_right,#shj_index_jsq_yf_right {
	display: none;
}

.shj_index_jsq_brst {
	margin-bottom: 10px;
	padding-top: 5px;
	width: 150px;
	height: 65px;
	border-radius: 8px;
	background: #f6f6f6;
	color: #cf832f;
	text-align: center;
	font-size: 16px;
}

.shj_index_jsq_brst>h5 {
	margin-bottom: 10px;
}

.shj_index_jsq_bj_box>p {
	padding: 10px 9px 6px;
	width: 132px;
	line-height: 18px;
}

.shj_index_jsq_btn {
	margin-top: 10px;
	width: 150px;
	height: 90px;
	border: 1px solid #9fc97f;
	border-radius: 8px;
	color: #9fc97f;
	font-size: 14px;
	cursor: pointer;
}

.shj_index_jsq_rbtn {
	background: #75b43f;
	color: #fff;
}

.shj_index_jsq_info_box input[type=text] {
	cursor: text;
}

.shj_index_jsq_right_img {
	width: 150px;
	height: 212px;
	border-radius: 8px;
}

.shj_index_jsq_wdiv {
	width: inherit;
	height: 35px;
}

.shj_ys_info_input {
	width: 395px;
	height: 38px;
	text-align: left;
	text-indent: 15px;
}

.shj_sxgt_bjtc_btn {
	margin: 40px 149.5px 0;
	width: 246px;
	height: 45px;
	border: 0;
	border-radius: 8px;
	background: #008d49;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.shj_ys_info_select {
	width: 80px;
	height: 38px;
	text-align: left;
	text-indent: 13px;
	line-height: 40px;
}

.shj_ys_info_input_short {
	width: 293px;
	height: 38px;
	text-align: left;
	text-indent: 15px;
}

.shj_ys_info_select_long {
	width: 117px;
	height: 38px;
	text-align: left;
	text-indent: 13px;
	line-height: 40px;
}

.shj_sxgt_bjtc_text {
	margin-top: 15px;
	padding-left: 70px;
	width: inherit;
	color: #9f9f9f;
	text-align: center;
}

.shj_sxgt_bjtc_text>span {
	color: #f48000;
}

#swiper-containerDy-effect {
	width: 60%;
}

#arrow-left {
	position: absolute;
	top: 35%;
	left: 10px;
	z-index: 10;
	display: block;
	margin-top: -36px;
	width: 40px;
	height: 73px;
	background: url(../images/iconDy.png) no-repeat;
	background-position: -5px -1402px;
}

#arrow-right {
	position: absolute;
	top: 35%;
	right: 10px;
	z-index: 10;
	display: block;
	margin-top: -36px;
	width: 40px;
	height: 73px;
	background: url(../images/iconDy.png) no-repeat;
	background-position: -57px -1402px;
}

#swiper-containerDy-effect-nav {
	position: relative;
	margin: 50px auto 0;
	width: 560px;
	text-align: center;
}

#swiper-containerDy-effect-nav .swiper-container {
	margin-left: 35px;
	width: 430px;
	height: 82px;
}

#swiper-containerDy-effect-nav .swiper-slide {
	width: 87px;
	height: 82px;
	cursor: pointer;
}

#swiper-containerDy-effect-nav .slide6 {
	width: 82px;
}

.arrow-lefto {
	position: absolute;
	top: 84%;
	left: 10px;
	z-index: 10;
	display: block;
	margin-top: -30px;
	width: 30px;
	height: 80px;
	background: url(../images/iconDy.png) no-repeat;
	background-position: 0 -884px;
}

.arrow-righto {
	position: absolute;
	top: 84%;
	right: 10px;
	z-index: 10;
	display: block;
	margin-top: -30px;
	width: 30px;
	height: 80px;
	background: url(../images/iconDy.png) no-repeat;
	background-position: -30px -885px;
}

#swiper-containerDy-effect-nav img {
	margin: 0;
	padding: 1px;
}

#swiper-containerDy-effect-nav .active-nav img {
	padding: 0;
	border: 2px solid #008d49;
}

.effect {
	position: relative;
}

.shj_yindao_citys_box {
	padding: 25px 0;
	width: 100%;
	height: 540px;
}

.shj_yindao_citys {
	margin: 0 auto;
	width: 1220px;
	height: 530px;
	border: 4px solid #127a59;
	background: url(../images/map.png) no-repeat;
	background-position: 97% 83%;
}

.shj_yindao_citys_title {
	padding: 0 50px;
	width: 1212px;
	height: 95px;
	border-bottom: 2px solid #eee;
	line-height: 95px;
}

.shj_yindao_citys_title>h4 {
	float: left;
}

.shj_yindao_citys_title>h4>span {
	color: #f27734;
}

.shj_yindao_citys_title_bjbtn {
	float: right;
	margin-top: 20px;
	padding-top: 10px;
	width: 225px;
	height: 60px;
	border-radius: 8px;
	background: #f27734;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}

.shj_yindao_citys_title_bjbtn>span {
	font-size: 12px;
}

.shj_yindao_citys_item {
	margin-top: 20px;
	padding: 0 50px;
	width: 1212px;
	height: 28px;
	line-height: 28px;
}

.shj_yindao_citys_item>h5 {
	float: left;
	margin-right: 20px;
	font-weight: 600;
}

.shj_yindao_city {
	margin-left: 40px;
	font-size: 14px;
	line-height: 30px;
}

.shj_yindao_city_hot {
	color: #f27734;
}

.shj_yindao_citys_select {
	margin-left: 30px;
	width: 140px;
	height: 25px;
	border: 1px solid #eee;
}

.shj_yindao_citys_search {
	margin-left: 30px;
	padding: 5px 50px;
	background: #127a59;
	color: #fff;
}

.shj_yindao_citys_item_zm {
	padding: 15px 50px;
	height: 56px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.shj_yindao_citys_item_zm>h5 {
	color: #565656;
}

.shj_yindao_citys_item_zm_city {
	float: left;
	width: 410px;
	height: 28px;
	line-height: 28px;
}

.shj_yindao_citys_item_zm>ul {
	float: left;
	margin-top: 6px;
}

.shj_yindao_citys_item_zm>ul>li {
	float: left;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

.shj_yindao_citys_item_zm>ul>li:hover {
	text-decoration: underline;
}

.shj_yindao_citys_item_zm_city .shj_yindao_city:first-child {
	margin-left: 0;
}

.shj_yindao_citys_item_zm_click {
	background: #74b33e;
	color: #fff;
}

.shj_yindao_citys_item_dq {
	margin-top: 30px;
}

.shj_yindao_nav>ul>li:first-child {
	width: 205px;
}

.shj_yindao_nav>ul>li {
	width: 145px;
}

.shj_yindao_jsq_select_list {
	background: #f6f6f6;
}

.shj_yindao_jsq_select_list>li:hover {
	background: #fff;
}

.shj_index_3d_title {
	padding: 30px 0 0 0;
	width: inherit;
	height: 72px;
	border-bottom: 2px solid #e5e5e5;
}

.shj_index_3d_title>h2 {
	font-weight: 600;
}

.shj_index_3d_title>h2,.shj_index_3d_title>h5 {
	display: inline;
	color: #064e38;
}

.shj_index_3d_title>h5 {
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	font-size: 12px;
}

.shj_index_3d_title>h5>a:hover {
	color: #ff343f;
}

.shj_index_3d_title>a {
	margin-left: 30px;
}

.shj_index_3d_title>a:hover {
	color: #ff343f;
}

.shj_yindao_xgt_box {
	width: 100%;
	height: 690px;
}

.shj_yindao_xgt {
	margin: 0 auto;
	padding: 25px 0;
	width: 1220px;
	height: 620px;
}

.shj_yindao_anli_fg_click {
	background: #74b33e;
	color: #fff;
}

.shj_yindao_xgt_content {
	padding: 10px 0 20px 0;
	width: 1220px;
	height: 620px;
}

.shj_yindao_xgt_content>ul {
	margin-left: -10px;
	width: 1230px;
	height: inherit;
}

.shj_yindao_xgt_content>ul>a {
	position: relative;
	float: left;
	display: block;
	margin: 10px 0 0 10px;
	width: 325px;
	height: 280px;
}

.shj_yindao_xgt_content>ul>a:first-child {
	width: 550px;
}

.shj_yindao_xgt_content>ul>a:last-child {
	width: 550px;
}

.shj_yindao_xgt_content>ul>a>li {
	width: inherit;
	height: 280px;
}

.shj_yindao_xgt_imgbox {
	overflow: hidden;
	width: inherit;
	height: inherit;
}

.shj_yindao_xgt_imgbox>img {
	width: inherit;
	height: inherit;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
}

.shj_yindao_xgt_imgbox>img:hover {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.shj_yindao_xgt_anli_info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: inherit;
	height: 35px;
	background: rgba(0,0,0,.6);
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
}

.shj_yindao_jsq_box {
	height: 390px;
	background: url(../images/ydbjbg.jpg);
}

.shj_yindao_jsq_title {
	padding-top: 15px;
	height: 92px;
}

.shj_yindao_jsq_title>h2,.shj_yindao_jsq_title>h6 {
	color: #fff;
}

.shj_yindao_jsq_title .shj_yd_jsq_title_line {
	color: #75b43f;
	font-weight: 700;
}

.shj_yindao_jsq_menu_click {
	background: #75b43f;
	color: #fff;
}

.shj_yindao_jsq_menu_click h5 {
	color: #fff;
}

.shj_yindao_jsq_bj_box,.shj_yindao_jsq_info_box {
	background: #f6f6f6;
}

.shj_yindao_jsq_info_box {
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

.shj_yindao_jsq_bj_box {
	margin-left: -2px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.shj_yindao_jsq_brst {
	margin-bottom: 15px;
}

.shj_yindao_jsq_brst>span {
	display: block;
	width: inherit;
	height: 40px;
	background: #fff;
	line-height: 40px;
}

.shj_yindao_jsq_zbtn {
	background: 0 0;
}

.shj_yindao_jsq_rbtn {
	background: #064e38;
}

.shj_yindao_baike_box {
	width: 100%;
	height: 625px;
}

.shj_yindao_baike {
	margin: 0 auto;
	width: 1220px;
	height: inherit;
}

.shj_yindao_baike_content {
	padding: 10px 0 20px;
	width: inherit;
	height: 515px;
}

.shj_yindao_baike_content>ul>li {
	float: left;
	margin: 10px 10px 0 0;
	padding: 30px 15px;
	width: 400px;
	height: 246px;
	background: #f7f7f7;
}

.shj_yindao_baike_content>ul>li:nth-child(3),.shj_yindao_baike_content>ul>li:nth-child(6) {
	margin-right: 0;
}

.shj_yindao_baike_lists>ul>li {
	overflow: hidden;
	width: 200px;
	height: 23px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 23px;
}

.shj_index_baike_lists {
	float: left;
	margin-top: 15px;
	padding-left: 10px;
}

.shj_index_baike_block_cover {
	float: left;
	margin-top: 15px;
	width: 100px;
	height: 100px;
}

.shj_yindao_baike_cover {
	width: 155px;
	height: 140px;
}

.shj_yindao_baike_lists>ul>li {
	margin-top: 6px;
	width: 200px;
	height: 23px;
	font-size: 14px;
	line-height: 23px;
}

.shj_yindao_baike_lists>ul>li:last-child {
	margin-top: 0;
}

.shj_404_box {
	width: 100%;
	height: auto;
}

.shj_404 {
	margin: 0 auto;
	width: 1200px;
	height: auto;
}

.shj_404_top {
	position: relative;
	width: 1200px;
	height: 550px;
}

.shj_404_blank {
	position: absolute;
	top: 370px;
	left: 560px;
	padding: 6px 16px;
	background: #157a5a;
	color: #fff;
}

.special-hotpints-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.special-hotpints-wrap.active {
	cursor: crosshair;
}

.hotpints {
	position: absolute;
	border: none;
	background: 0 0;
}

.hotpints>* {
	position: absolute;
}

.hotpints .DOM {
	width: 100%;
	height: 100%;
}

.hotpints-arc {
	border-radius: 50%;
}

.hotpints .hotpints-resize {
	right: 0;
	bottom: 0;
	z-index: 99;
	display: none!important;
	width: 10px;
	height: 10px;
	background: #01aaed;
	cursor: se-resize;
}

.hotpints.active {
	border-color: #ff5722;
}

.hotpints .hotpints-flag {
	top: 0;
	right: 0;
	padding: 0 5px;
	width: auto;
	height: auto;
	background: #5fb878;
	color: #fff;
	font-size: 12px;
}

.hotpints input {
	border: none;
	background: 0 0;
	text-indent: 10px;
}

.special-alert-edit.active {
	cursor: crosshair;
}

.special-container {
	width: 100%;
	height: auto;
}

.pc-special-wrap {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: auto;
}

.pc-special-img {
	width: 100%;
	height: auto;
}

.pc-special-img>img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.pc-special-hotpints-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 100%;
}

.swiper-button-none {
	display: none;
}

.special-swiper {
	width: 100%;
	height: 100%;
}

.special-swiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.special-swiper img {
	width: 100%;
	height: 100%;
}

.special-swiper .swiper-pagination-bullet {
	width: 26px;
	height: 4px;
	border-radius: 0;
	background: #fff;
}

.swiper-menu-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.swiper-menu-wrap li {
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.special-countdown {
	text-align: center;
}

.special-bmifon {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.special-bmifon pre {
	text-align: center;
}

.special-bmNum {
	text-align: center;
}

.special-alert-wrap {
	display: none;
}

.special-alert {
	position: relative;
	width: 100%;
	height: 100%;
}

.special-alert img {
	width: 100%;
	height: 100%;
}

.special-alert-inhot {
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.pc-special-suspend {
	position: fixed;
	top: 150px;
	width: auto;
	height: auto;
}

.pc-special-suspend img {
	width: 100%;
	height: 100%;
}

.specialFormBtn {
	cursor: pointer;
}

.videoBox {
	overflow: hidden;
	width: 1200px;
	height: 680px;
	background: #000;
}

.videoBox video {
	width: 1200px;
	height: 680px;
}

.videoBox div {
	position: absolute;
	top: 0;
	right: -48px;
	width: 48px;
	height: 48px;
	background: #000;
}

.videoBox div i {
	font-size: 26px;
}

.index-vrcase-container {
	padding-bottom: 70px;
	width: 100%;
}

.index-vrcase-container .index-vrcase-center {
	display: flex;
	display: -webkit-flex;
	margin: 0 auto;
	width: 1240px;
	height: 500px;
	justify-content: space-between;
}

.index-vrcase-container .index-vrcase-center .index-vrcase-left {
	position: relative;
	width: 1060px;
	height: 100%;
	background-color: #000;
}

.index-vrcase-container .index-vrcase-center .index-vrcase-left .left-vr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
}

.index-vrcase-container .index-vrcase-center .index-vrcase-left i {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 10;
	display: block;
	width: 160px;
	height: 37px;
	background-image: url(../images/icon/360vr.png);
	background-size: cover;
}

.index-vrcase-container .index-vrcase-center .index-vrcase-left .left-des {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 60px;
	background-color: rgba(000,000,000,.6);
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
}

.index-vrcase-container .index-vrcase-center .index-vrcase-left a {
	position: relative;
	z-index: 10;
}

.index-vrcase-container .index-vrcase-center .index-vrcase-right {
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 100%;
	background-color: rgba(255,255,255,.8);
}

.index-vrcase-container .index-vrcase-center .index-vrcase-right i {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 10;
	display: block;
	width: 160px;
	height: 37px;
	background-image: url(../images/icon/360vr.png);
	background-size: cover;
}

.index-vrcase-container .index-vrcase-center .index-vrcase-right .right-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 920px;
	height: 500px;
	background-size: cover;
}

.index-vrcase-container .index-vrcase-center .index-vrcase-right .right-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 920px;
	height: 500px;
	background-size: cover;
	opacity: 0;
}

.banner {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	width: 100%;
	height: 550px;
}

.banner .bd {
	overflow: hidden;
	width: 100%;
	height: 550px;
}

.banner .bd li {
	position: relative;
	height: 680px;
}

.banner .bd li a {
	position: absolute;
	top: 0;
	left: 0;
}

.banner .bd li a,.banner .bd li a .img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 550px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .hd {
	position: absolute;
	bottom: 30px;
	width: 100%;
	height: 6px;
	text-align: center;
}

.banner .hd li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: #eee;
	text-indent: -1000000000px;
	cursor: pointer;
}

.banner .hd li.on {
	width: 20px;
	border-radius: 30px;
	border-radius: 30px;
	background: #f3cb8f;
}

.way {
	margin: 0 auto;
	width: 1200px;
	height: 120px;
}

.wayInfo {
	position: relative;
	float: left;
	width: 239px;
	height: 120px;
	border: 1px solid #ccc;
	border-radius: 16px;
	background-color: #fff;
	cursor: pointer;
}

.wayInfo:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}

.wayInfo2 {
	margin-left: 69px;
}

.outBack {
	padding-top: 40px;
	padding-bottom: 90px;
	background: url(../images/index/b2.png);
	background-size: cover;
}

.inWay {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	width: 100%;
	height: 48px;
	text-align: center;
}

.inWay div {
	display: inline-block;
	margin-left: 9px;
}

.inWay img {
	margin-top: -30px;
	margin-left: 13px;
	vertical-align: middle;
}

.inWay p {
	margin: 0;
	color: #333;
	text-align: left;
	letter-spacing: 1.1px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 18px;
	font-family: AdobeHeitiStd-Regular;
	line-height: 24px;
}

.inWay span {
	color: #999;
	letter-spacing: -1px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 14px;
	line-height: 24px;
}

.itr {
	margin: 0 auto;
	margin-top: 60px;
	width: 56.5%;
	text-align: center;
}

.itr h1 {
	margin-bottom: 25px;
	width: 100%;
	height: 30px;
	color: #333;
	letter-spacing: 1.8px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 30px;
	line-height: 24px;
}

.itr p {
	width: 100%;
	height: 46px;
	color: #999;
	letter-spacing: 1px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 16px;
	line-height: 30px;
}

.video {
	position: relative;
	margin: 0 auto;
	margin-top: 38px;
	width: 1200px;
	height: 600px;
	background-color: #ccc;
}

.alertp {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 30px;
	transform: translate(-50%,-50%);
}

.play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -44px 0 0 -44px;
	width: 88px;
	height: 88px;
}

.myVideo {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn {
	text-align: center;
}

.btn button {
	margin: 59px 0 36px 0;
	width: 122px;
	height: 31px;
	border: solid 1px #00261b;
	background-color: transparent;
	color: #000;
}

#carousel-example-generic4 {
	width: 100%;
	height: 700px;
}

#carousel-example-generic3 {
	width: 100%;
	height: 580px;
}

#carousel-example-generic3 .img {
	height: 580px;
	background-position: center;
	background-repeat: no-repeat;
}

#carousel-example-generic4 .carousel-indicators li {
	width: 40px;
	height: 4px;
	border: none;
	border-radius: 0;
	background: #fff;
}

#carousel-example-generic4 .carousel-indicators li.active {
	background-color: #f3cb8f;
}

.prdouct {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.prdouct img {
	display: inline;
	text-align: center;
}

.write {
	width: 100%;
	height: 700px;
	background-color: #7fffd4;
}

.offer {
	position: absolute;
	top: 50px;
	right: 18.75%;
	z-index: 5;
	width: 354px;
	background-color: rgba(0,0,0,.8);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.8);
}

.offerHeader {
	position: relative;
	width: 354px;
	height: 50px;
}

.offerHeader div {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin: -10px 0 0 -41px;
	width: 82px;
	height: 20px;
}

.offerHeader img {
	float: left;
}

.offerHeader p {
	float: left;
}

.offerHeader div p {
	margin: 0;
	margin-left: 6px;
	color: #fff;
}

.inLine {
	position: absolute;
	left: 0;
	width: 354px;
	height: 2px;
	background-color: #f3cb8f;
}

.choose {
	margin: 0 auto;
	width: 290px;
}

.choose1 select {
	position: relative;
	float: left;
	width: 140px;
	height: 42px;
	outline: 0;
	border-radius: 4px;
	background-color: #fff;
	color: #999;
}

.choose option {
	width: 140px;
	height: 42px;
}

.choose2 select {
	position: relative;
	right: -10px;
	float: left;
	width: 140px;
	height: 42px;
	outline: 0;
	border-radius: 4px;
	background-color: #fff;
	color: #999;
}

.area {
	margin: 0 auto;
	width: 290px;
}

.area input {
	margin-top: 19px;
	padding-left: 10px;
	width: 290px;
	height: 42px;
	outline: 0;
	border: none;
	border-radius: 4px;
	background-color: #fff;
	font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
}

::-webkit-input-placeholder {
	color: #999;
	letter-spacing: .8px;
	font-size: 14px;
}

.yzm {
	position: relative;
	margin: 0 auto;
	width: 290px;
}

.yzm input {
	margin-top: 19px;
	padding-left: 10px;
	width: 140px;
	height: 34px;
	outline: 0;
	border: none;
	border-radius: 4px;
	background-color: #fff;
}

.verify_img {
	position: absolute;
	top: 19px;
	right: 0;
}

.wBtn {
	margin-top: 22px;
	text-align: center;
}

.wBtn input {
	margin-top: 20px;
	width: 290px;
	height: 42px;
	outline: 0;
	border: none;
	border-radius: 4px;
	background-color: #f3cb8f;
	color: #fff;
	letter-spacing: 1.1px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 18px;
}

.ourOrder {
	margin: 0 auto;
	width: 290px;
}

.orderP {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 290px;
	color: #fff;
	letter-spacing: .8px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 14px;
}

.orderP img {
	margin-right: 10px;
	width: 14px;
	height: 14px;
}

.yellow {
	color: #f3cb8f;
}

.offer1 {
	position: absolute;
	top: 0;
	right: 12.75%;
	z-index: 5;
	width: 205px;
	height: 550px;
	background-color: rgba(0,0,0,.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}

@media(min-width:1685px) {
	.offer1 {
		position: absolute;
		top: 0;
		right: 16.75%;
		z-index: 5;
		width: 205px;
		height: 550px;
		background-color: rgba(0,0,0,.4);
		box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
	}
}

.offerHeader1 {
	position: relative;
	margin-top: 20px;
	width: 205px;
	height: 50px;
	font-size: 26px;
}

.offerHeader1 div {
	position: absolute;
	left: 17%;
	overflow: hidden;
	margin: 0 auto;
	width: 265px;
	text-align: center;
}

.offerHeader1 img {
	float: left;
}

.offerHeader1 p {
	float: left;
}

.offerHeader1 div p {
	margin: 0;
	margin-left: 6px;
	color: #fff;
}

.line1 {
	position: relative;
	width: 205px;
	height: 2px;
	background-color: #666;
}

.inLine1 {
	position: absolute;
	left: 0;
	width: 205px;
	height: 2px;
	background-color: #f3cb8f;
}

.choose12 {
	margin: 0 auto;
	width: 235px;
}

.area1 {
	margin: 0 auto;
	width: 165px;
}

.area1 input {
	margin-top: 19px;
	padding-left: 10px;
	width: 165px;
	height: 42px;
	outline: 0;
	border: none;
	border-radius: 4px;
	background-color: #fff;
	font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
}

::-webkit-input-placeholder {
	color: #999;
	letter-spacing: .8px;
	font-size: 14px;
}

.yzm1 {
	position: relative;
	margin: 0 auto;
	width: 235px;
}

.yzm1 input {
	margin-top: 19px;
	padding-left: 10px;
	width: 140px;
	height: 34px;
	outline: 0;
	border: none;
	border-radius: 4px;
	background-color: #fff;
}

.verify_img1 {
	position: absolute;
	top: 19px;
	right: 0;
}

.wBtn1 {
	margin-top: 22px;
	text-align: center;
}

.wBtn1 input {
	margin-top: 35px;
	width: 205px;
	height: 42px;
	outline: 0;
	border: none;
	border-radius: 4px;
	background-color: #f3cb8f;
	color: #fff;
	letter-spacing: 1.1px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 18px;
}

.ourOrder1 {
	margin: 0 auto;
	width: 235px;
}

.orderP1 {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 235px;
	color: #fff;
	letter-spacing: .8px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 14px;
}

.orderP1 img {
	margin-right: 10px;
	width: 14px;
	height: 14px;
}

.yellow1 {
	color: #f3cb8f;
}

.houqi {
	margin-top: 19px;
	padding-left: 10px;
	width: 244px;
	height: 42px;
	outline: 0;
	border-color: initial;
	border-style: none;
	border-width: initial;
	border-radius: 4px;
	border-image: initial;
	background-color: #fff;
	color: #999;
	font-family: 黑体;
}

.vr {
	background: url(../images/index/b1.png);
	background-size: cover;
}

.nowNum {
	display: flex;
	margin: 0 auto;
	padding-top: 18px;
	width: 200px;
	text-align: center;
	align-items: center;
}

.nowNum p {
	margin: 0;
	margin-left: 8px;
	color: #fff;
	text-align: center;
	letter-spacing: .8px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 14px;
}

.allNum {
	margin: 20px 0 32px 0;
	color: #fff;
	text-align: center;
	letter-spacing: .8px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 14px;
}

.yellow {
	color: #f3cb8f;
}

.case {
	margin: 30px 0 30px 0;
	text-align: center;
}

.caseList {
	overflow: hidden;
	margin: 0 auto;
	margin: 0 auto;
	width: 1500px;
}

.caseList {
	width: 100%;
	height: 600px;
}

.cDiv1,.cDiv2,.cDiv3 {
	height: 100%;
}

.cDiv2 {
	margin-left: 6px;
}

.caseList a {
	font-size: 0;
}

.inCase {
	width: 100%;
	height: 100%;
}

.hide1 {
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	border-bottom: 4px solid #f3cb8f;
	border-left: 4px solid #f3cb8f;
	transition: all .4s linear;
}

.hide2 {
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	border-top: 4px solid #f3cb8f;
	border-right: 4px solid #f3cb8f;
	transition: all .4s linear;
}

.border1:hover .hide1 {
	visibility: visible;
	width: 100%;
	height: 100%;
}

.border1:hover .hide2 {
	visibility: visible;
	width: 100%;
	height: 100%;
}

.case1 {
	position: relative;
	width: 100%;
	height: 56%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.case2 {
	position: relative;
	margin-top: 6px;
	width: 100%;
	height: 43%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.case3 {
	position: relative;
	width: 100%;
	height: 43%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.case4 {
	position: relative;
	margin-top: 6px;
	width: 100%;
	height: 56%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.case5 {
	position: relative;
	margin-left: 6px;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.case1Info {
	position: absolute;
	top: 80px;
	left: 40px;
}

.p11 {
	width: 250px;
	color: #000;
	font-size: 30px;
}

.p12 {
	margin-top: 15px;
	width: 250px;
	color: #494844;
	font-size: 20px;
}

.case2Info {
	position: absolute;
	top: 50px;
	left: 37px;
}

.p21 {
	color: #fff;
	font-weight: 200px;
	font-size: 25px;
}

.p21 span {
	margin-left: 8px;
	color: #fff;
	font-weight: 400;
}

.p22 {
	margin-top: 20px;
	font-size: 14px;
}

.case3Info {
	position: absolute;
	top: 20px;
	right: 18px;
	display: flex;
}

.p31 {
	margin-top: 50px;
	margin-right: 7px;
	width: 15px;
	color: #999;
	font-size: 15px;
}

.p32 {
	width: 32px;
	color: #fff;
	font-size: 20px;
}

.case4Info {
	position: absolute;
	top: 30px;
	left: 40px;
}

.p41 {
	color: #000;
	font-size: 25px;
}

.p42 {
	margin-top: 20px;
	color: #999;
	font-size: 16px;
}

.case5Info {
	position: absolute;
	top: 110px;
	left: 25px;
	display: flex;
}

.p51 {
	width: 25px;
	font-size: 25px;
}

.p52 {
	margin-top: 40px;
	margin-left: 16px;
	width: 16px;
	color: #999;
	font-size: 16px;
}

.lookMore p {
	margin: 0;
	margin-top: 10px;
	color: #fff;
	letter-spacing: .7px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 12px;
}

.cDiv1 {
	float: left;
	width: 33.1%;
}

.lookMore {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	border: 2px solid transparent;
	background-color: rgba(0,0,0,.2);
	transition: all .3s linear;
}

.border1:hover .lookMore {
	position: 1;
	visibility: visible;
}

.lookMore div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.lookMore div img {
	z-index: 10;
	width: 46px;
	height: 46px;
}

.cDiv2 {
	float: left;
	width: 45.355%;
}

.cDiv3 {
	float: left;
	width: 20.4%;
}

.caseBtn {
	padding: 57px 0 24px 0;
	text-align: center;
}

.caseBtn button {
	width: 122px;
	height: 31px;
	outline: 0;
	border: solid 1px #333;
	background-color: transparent;
	color: #333;
	letter-spacing: 0;
	font-weight: 400;
	font-stretch: normal;
	font-size: 14px;
}

.vrHeader {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.vrList {
	overflow: hidden;
	margin: 0 auto;
	width: 1200px;
	height: 490px;
}

.vImg {
	width: 100%;
	height: 100%;
}

.vr11 {
	position: relative;
	float: left;
	overflow: hidden;
	width: 640px;
	height: 490px;
}

.vr22 {
	float: left;
	width: 550px;
	height: 490px;
}

.vr1 {
	position: relative;
	overflow: hidden;
	margin-left: 10px;
	height: 240px;
	widows: 550px;
}

.vr2 {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 10px;
	height: 240px;
	widows: 550px;
}

.goVr {
	position: absolute;
	top: 30px;
	left: 30px;
	display: flex;
	width: 140px;
	height: 34px;
	border-radius: 6px;
	background-color: rgba(0,0,0,.4);
	align-items: center;
	justify-content: space-around;
}

.vrLogo {
	width: 45px;
	height: 22px;
}

.goVr span {
	color: #fff;
	letter-spacing: .7px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 12px;
	line-height: 24px;
}

.inRight {
	width: 6px;
	height: 8px;
}

.look:hover .vrFooter {
	bottom: 0;
}

.vrFooter {
	position: absolute;
	bottom: -58px;
	left: 0;
	width: 100%;
	height: 58px;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	line-height: 58px;
	transition: all .3s linear;
}

.vrFooter p {
	margin: 0;
	color: #fff;
}

.Design {
	position: relative;
	background: url(../images/dBack.png) no-repeat center;
	background-color: #232323;
}

.dHeader {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	background-size: cover;
	text-align: center;
}

.show {
	position: relative;
	margin: 0 auto;
	width: 1240px;
	height: 695px;
}

.show #sLeft {
	left: 30px;
	z-index: 5;
}

#sRight {
	right: 30px;
	z-index: 5;
	visibility: visible;
}

.change button {
	transition: all .2s linear;
}

.change button:hover {
	border: 1px solid #fff;
	background-color: #0b2f25;
	color: #fff;
}

.myOut {
	transition: all .3s linear;
}

.myOut:hover {
	border: 1px solid #fff;
	background-color: #c79e68;
	color: #fff;
}

.c4 {
	z-index: 5;
}

.showImg {
	position: absolute;
	top: 11px;
	left: 0;
	overflow: hidden;
	width: 790px;
	height: 502px;
	background-image: url(../images/index/d1.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.showImg:hover .showP {
	margin-bottom: 0;
}

.showP {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -70px;
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,.6);
	line-height: 70px;
	transition: all .3s linear;
}

.showP p {
	margin-left: 20px;
	color: #eee;
	letter-spacing: 3.2px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 16px;
}

.info1 {
	position: absolute;
	top: 107px;
	left: 644px;
	width: 302px;
	height: 442px;
	border: solid 4px #f3cb8f;
	background-color: rgba(49,49,49,.8);
	color: #fff;
}

.info1 p {
	margin-bottom: 20px;
	margin-left: 18px;
}

.infoP {
	width: 192px;
}

.name {
	margin-top: 65px;
	letter-spacing: 0;
	font-weight: 400;
	font-stretch: normal;
	font-size: 30px;
}

.name span {
	margin-left: 16px;
	color: #999;
	letter-spacing: 0;
	font-weight: 400;
	font-stretch: normal;
	font-size: 18px;
	line-height: 24px;
}

.outDiv {
	text-align: center;
}

.myOut {
	margin-top: 33px;
	margin-bottom: 25px;
	width: 136px;
	height: 41px;
	outline: 0;
	border: solid 1px #999;
	border-radius: 4px;
	background-color: transparent;
	color: #f3cb8f;
	text-align: center;
}

.dMan {
	position: absolute;
	top: 38px;
	left: 893px;
	overflow: hidden;
	width: 346px;
	height: 463px;
	background-size: cover;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.mySign {
	position: absolute;
	top: 520px;
	left: 40px;
	display: flex;
	align-items: center;
}

.mySign p {
	width: 49px;
	height: 49px;
	color: #999;
	text-align: center;
	letter-spacing: 3.6px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 18px;
	line-height: 30px;
}

::-webkit-scrollbar-thumb {
	border: 1px solid rgba(0,0,0,.21);
	border-radius: 5px;
	background-color: #e7e7e7;
}

.imgOn {
	border: 3px solid #f3cb8f;
}

.outS {
	overflow: hidden;
	margin-left: 25px;
	width: 459px;
	height: 125px;
}

.imgS {
	padding-bottom: 30px;
	width: 430px;
	height: 125px;
	white-space: nowrap;
	transition: all .3s linear;
}

.imgS img {
	display: inline-block;
	box-sizing: border-box;
	margin-top: 11px;
	margin-left: 20px;
	width: 130px;
	height: 100px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.ximiBlock::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: rgba(255,255,255,.8);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
}

.ximiBlock::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(0,0,0,0);
}

.ximiBlock::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #555;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
}

#carousel-example-generic1 {
	background-size: cover;
}

.signMore {
	padding-bottom: 57px;
	background-size: cover;
	text-align: center;
}

.signMore button {
	width: 160px;
	height: 51px;
	border: solid 1px #f3cb8f;
	background-color: transparent;
	color: #f3cb8f;
}

@media screen and (min-width:1400px) {
	.caseList {
		margin: 0 auto;
		width: 1500px;
	}

	.case1 {
		position: relative;
		overflow: hidden;
		width: 495px;
		height: 338px;
		background: url(../images/index/case.png);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		transition: all .3s linear;
	}

	.case2 {
		position: relative;
		overflow: hidden;
		margin-top: 6px;
		width: 495px;
		height: 256px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		transition: all .3s linear;
	}

	.case3 {
		position: relative;
		overflow: hidden;
		width: 677px;
		height: 260px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		transition: all .3s linear;
	}

	.case4 {
		position: relative;
		overflow: hidden;
		margin-top: 6px;
		width: 677px;
		height: 334px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		transition: all .3s linear;
	}

	.case5 {
		position: relative;
		overflow: hidden;
		margin-left: 3px;
		width: 318px;
		height: 600px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		transition: all .3s linear;
	}

	.sLeft {
		width: 110px;
		height: 311px;
	}

	.sRight {
		width: 110px;
		height: 311px;
	}

	.swiper-container2 .swiper-button-prev {
		top: 45%;
		left: 2.5%;
		z-index: 11;
	}

	.swiper-container2 .swiper-button-next {
		top: 45%;
		right: 2.5%;
		z-index: 11;
	}
}

.sLeft {
	position: absolute;
	top: 50%;
	left: 10.11%;
	z-index: 3;
	overflow: hidden;
	margin-top: -155.5px;
	background-position: 3% 9%;
	background-size: cover;
	box-shadow: 0 1px 142px 4px #000 inset;
}

.sRight {
	position: absolute;
	top: 50%;
	right: 10.14%;
	z-index: 3;
	overflow: hidden;
	margin-top: -155.5px;
	background-position: 40% 9%;
	background-size: cover;
	box-shadow: 0 1px 142px 4px #000 inset;
}

.imgLeft {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 3;
	display: none;
	margin-top: -21px;
	width: 23px;
	height: 42px;
}

.imgRight {
	position: absolute;
	top: 50%;
	right: 25px;
	z-index: 3;
	margin-top: -21px;
	width: 23px;
	height: 42px;
}

.outShow {
	position: relative;
	width: 100%;
	height: 695px;
}

.hiddenShow {
	position: relative;
	margin: 0 auto;
	width: 1244px;
	height: 695px;
}

.news {
	overflow: hidden;
}

.newsHeader {
	margin: 30px 0 30px 0;
	width: 100%;
	text-align: center;
}

.newsLeft img {
	width: 640px;
	height: 331px;
}

.allNew {
	overflow: hidden;
	margin: 0 auto;
	width: 1200px;
}

.newTitle {
	color: #333;
	letter-spacing: 1.1px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 18px;
}

.myContent {
	display: -webkit-box;
	overflow: hidden;
	width: 597px;
	height: 39px;
	color: #999;
	text-overflow: ellipsis;
	letter-spacing: .8px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 14px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newCon {
	padding: 11px 16px 11px 27px;
	width: 640px;
	height: 94px;
	background: #f2f2f2;
}

.newsLeft {
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

.newLeft img {
	width: 640px;
	height: 331px;
}

.newsRight {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 542px;
	height: 425px;
}

.newsLeft:hover .newCon {
	background-color: #f6d5a3;
}

.newLeft:hover {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.4);
}

.newsLeft:hover .newCon p {
	color: #fff;
}

.newNotice {
	padding: 17px 0 17px 25px;
	height: 135px;
	background-color: #f2f2f2;
	color: #333;
}

.newNotice:hover {
	background-color: #f6d5a3;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.4);
	color: #fff;
}

.nTime {
	letter-spacing: .8px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 14px;
}

.nTitle {
	letter-spacing: 1px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 16px;
}

.nContent {
	display: -webkit-box;
	overflow: hidden;
	width: 488px;
	height: 41px;
	text-overflow: ellipsis;
	letter-spacing: .8px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 14px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newNotice {
	margin-top: 10px;
}

.setMargin {
	margin-top: 0;
}

.brandHeader {
	margin: 30px 0 30px 0;
	width: 100%;
	text-align: center;
}

.brandList {
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 139px;
	width: 1230px;
}

.brandList img {
	float: left;
	margin: 10px 0 0 10px;
	width: 195px;
	height: 75px;
	border: 1px solid #848484;
}

.min {
	font-size: 12px;
}

.logo2 {
	display: flex;
	margin: 23px 0 31px 18%;
	flex-direction: column;
}

.logo2 img {
	width: 155px;
	height: 136px;
}

.logo2 a {
	margin-left: 12px;
}

.a1 {
	margin-top: 33px;
}

.callMe {
	margin-top: 15px;
	margin-left: 1.8%;
}

s .callMe li {
	color: #f3cb8f;
	list-style: none;
	font-size: 16px;
}

.callMe li {
	margin-top: 20px;
}

.mySet {
	margin-top: 0;
}

.endDiv {
	width: 100%;
	height: 40px;
	background-color: #2a2822;
	color: #999;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
}

.Column {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}

.vr_img_box {
	overflow: hidden;
}

.vr_img_left_box {
	position: relative;
	float: left;
	overflow: hidden;
	width: 640px;
	height: 490px;
}

.vr_img_left_img {
	position: relative;
	width: 640px;
	height: 490px;
}

.vr_img_right_box {
	float: right;
	width: 550px;
	height: 490px;
}

.psv-hud {
	cursor: pointer!important;
}

.vr_img_bottom {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 12px 12px 0;
	width: 550px;
	height: 240px;
}

.container-img {
	position: relative;
	width: 550px;
	height: 240px;
}

.vr_state_img {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 160px;
	height: 40px;
}

.vr_case_summery {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 21;
	width: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}

.vr_img_bottom_right {
	overflow: hidden;
	margin-right: 0;
}

.vr_link {
	display: block;
	color: #fff;
}

.vr_link span {
	padding: 0 5px;
	font-style: normal;
}

.vr_link span em {
	font-style: normal;
}

.iVRWrap .iView {
	margin-top: 20px;
}

#end {
	margin-right: 0;
}

.indextitle {
	margin: 0 auto;
	padding: 30px 0;
	width: 1200px;
	text-align: center;
}

.indextitle h2 {
	margin: 0;
	color: #efca8f;
	font-weight: 400;
	font-size: 40px;
	font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
	opacity: .5;
}

.indextitle p {
	margin: 0;
	color: #f3cb8f;
	font-size: 24px;
}

.indextitle p i {
	display: inline-block;
	margin: 0 10px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #f3cb8f;
	vertical-align: middle;
}

.indextitle img {
	display: inline-block;
	margin-bottom: 5px;
}

.indextitle em {
	display: block;
	color: #999;
	font-style: normal;
	font-size: 14px;
}

.indextitle em i {
	display: inline-block;
	margin: 0 5px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #999;
	vertical-align: middle;
}

.index-designer-container {
	margin: 0 auto;
	width: 100%;
	height: 820px;
	background: url(../images/isjsbg.jpg);
}

.index-designer-center {
	overflow: hidden;
	margin: 0 auto;
	width: 1530px;
	height: 100%;
}

.white-subhead * {
	color: #fff;
}

.index-designer-content {
	position: relative;
	margin: 0 auto;
	width: 1530px;
}

.index-designer-content .swiper-slide {
	width: 1240px;
	background: url(../images/abbgms.png) no-repeat center 22px;
}

.index-designer-content .swiper-slide .swiper-shade {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: url(../images/abbgms.png) no-repeat center;
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.index-designer-content .swiper-slide .designer-anli {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 760px;
	height: 510px;
	background-position: center center;
	background-size: cover;
}

.index-designer-content .swiper-slide .designer-anli img {
	display: block;
	width: 760px;
	height: 510px;
}

.index-designer-content .swiper-slide .designer-anli div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: linear-gradient(transparent,rgba(0,0,0,.8));
	background: -moz-linear-gradient(transparent,rgba(0,0,0,.8));
	background: -o-linear-gradient(transparent,rgba(0,0,0,.8));
	background: -webkit-linear-gradient(transparent,rgba(0,0,0,.8));
}

.index-designer-content .swiper-slide .designer-anli div p {
	padding: 20px;
	width: 520px;
	height: 100%;
	color: #cfcfcf;
	font-size: 14px;
	line-height: 25px;
}

.index-designer-content .swiper-slide .designer-info {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 650px;
	height: 450px;
}

.index-designer-content .swiper-slide .designer-info .designerImg {
	width: 280px;
	height: 450px;
	background-position: center center;
	background-size: cover;
}

.index-designer-content .swiper-slide .designer-info>div {
	padding: 20px 20px 0 60px;
	width: 370px;
	height: 100%;
	background: url(../images/stylistbg.jpg);
	background-size: cover;
	background-position-x: 5px;
}

.index-designer-content .swiper-slide .designer-info>div h2 {
	color: #f5cb8f;
	font-size: 56px;
}

.index-designer-content .swiper-slide .designer-info>div h3 {
	margin: 20px 0 10px;
	color: #fff;
	font-size: 30px;
}

.index-designer-content .swiper-slide .designer-info>div h3 span {
	color: #cfcfcf;
	font-size: 14px;
}

.index-designer-content .swiper-slide .designer-info>div h5 {
	color: #fff;
	line-height: 30px;
}

.index-designer-content .swiper-slide .designer-info>div h5:nth-child(3) {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 25px;
	padding: 0 10px;
	width: auto;
	height: 30px;
	max-width: 150px;
	min-width: 120px;
	background: #c79e68;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.index-designer-content .swiper-slide .designer-info>div h5:nth-child(5) {
	overflow: hidden;
	margin-bottom: 5px;
	color: #f5cb8f;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-designer-content .swiper-slide .designer-info>div h5 span {
	color: #f5cb8f;
}

.index-designer-content .swiper-slide .designer-info .designer-btn {
	margin-top: 20px;
	width: 150px;
	height: 48px;
	border: 1px solid #919191;
	border-radius: 5px;
	background: 0 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 48px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-designer-content .swiper-slide .designer-info .designer-btn:hover {
	background: #c79e68;
	color: #fff;
}

.index-designer-content .swiper-button-next,.index-designer-content .swiper-button-prev {
	opacity: .9;
}

.index-designer-content .swiper-button-prev {
	top: 19.5%;
	left: 0;
	width: 145px;
	height: 340px;
	background: -webkit-linear-gradient(right,rgba(255,255,255,0),rgba(000,000,000,1));
	background: -o-linear-gradient(right,rgba(255,255,255,0),rgba(000,000,000,1));
	background: -moz-linear-gradient(right,rgba(255,255,255,0),rgba(000,000,000,1));
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(000,000,000,1));
}

.index-designer-content .swiper-button-prev div {
	position: absolute;
	top: 40%;
	right: 40px;
	width: 55px;
	height: 88px;
	background-image: url(../images/pre.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.index-designer-content .swiper-button-next {
	top: 21%;
	right: 0;
	width: 145px;
	height: 340px;
	background: -webkit-linear-gradient(right,rgba(255,255,255,0),rgba(000,000,000,1));
	background: -o-linear-gradient(right,rgba(255,255,255,0),rgba(000,000,000,1));
	background: -moz-linear-gradient(right,rgba(255,255,255,0),rgba(000,000,000,1));
	background: linear-gradient(to right,rgba(000,000,000,1),rgba(255,255,255,0));
}

.index-designer-content .swiper-button-next div {
	position: absolute;
	top: 40%;
	left: 40px;
	width: 55px;
	height: 88px;
	background-image: url(../images/next.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.index-designer-content .swiper-pagination-bullets {
	left: 1015px;
	width: 370px;
}

.index-designer-content .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #fff;
}

.index-designer-content .designer-more {
	position: absolute;
	top: 0;
	right: 145px;
	z-index: 100;
	color: #fff;
	line-height: 24px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-designer-content .designer-more:hover {
	opacity: .8;
}

.index-designer-content .designer-more i {
	margin-left: 10px;
	width: 24px;
	height: 24px;
	background: url(../images/icon.png);
	background-position: 0 -334px;
}

.index-designer-content .swiper-slide.swiper-slide-active .mySign {
	display: flex;
}

.index-designer-content .swiper-slide .mySign {
	display: none;
}

.index-designer-content .swiper-slide.swiper-slide-active .showImg {
	top: 11px;
	height: 502px;
}

.index-designer-content .swiper-slide .showImg {
	top: 0;
	height: 506px;
}

.index-designer-content .swiper-slide.swiper-slide-active .dMan {
	top: 38px;
	height: 463px;
}

.index-designer-content .swiper-slide .dMan {
	top: 14px;
	height: 506px;
}

#carousel-example-generic4 .carousel-control.left {
	background: 0 0;
}

#carousel-example-generic4 .carousel-control.right {
	background: 0 0;
}

.su {
	position: relative;
	float: left;
	display: flex;
	margin-top: -42px;
	margin-right: 19px;
	margin-left: 25px;
	padding: 12px 35px 25px 35px;
	width: 360px;
	border-radius: 4px;
	background-color: #0a0a0a;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	flex-direction: column;
}

.suHeader {
	float: left;
	width: 100%;
}

.suHeader {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.suHeader p {
	margin: 0;
	color: #f3cb8f;
	letter-spacing: 0;
	font-weight: 400;
	font-stretch: normal;
	font-size: 14px;
}

.headerLine {
	width: 2px;
	height: 23px;
	background-color: #f3cb8f;
}

.userInfo {
	overflow: hidden;
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.userInfo input {
	margin-top: 15px;
	padding-left: 10px;
	width: 140px;
	height: 41px;
	outline: 0;
	border: none;
	border-radius: 4px;
	background-color: #fff;
}

::-webkit-input-placeholder {
	color: #999;
	letter-spacing: .8px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 14px;
	line-height: 24px;
}

.userPhone {
	margin-top: 10px;
}

.userPhone input {
	padding-left: 10px;
	width: 100%;
	height: 41px;
	outline: 0;
	border: none;
	border-radius: 4px;
}

.call input {
	margin-top: 20px;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	background-color: #504d4d;
	box-shadow: 0 -2px 0 gray;
	color: #f3cb8f;
	text-align: center;
	letter-spacing: 1.1px;
	font-weight: 400;
	font-stretch: normal;
	font-size: 18px;
	line-height: 40px;
	line-height: 24px;
}

.outFooter {
	width: 100%;
}

.footer {
	margin: 0 auto;
	width: 1200px;
}

footer a {
	color: #f3cb8f;
	text-decoration: none;
	font-size: 14px;
}

.min {
	font-size: 12px;
}

.logo2 {
	float: left;
	display: flex;
	margin: 23px 0 31px 0;
	flex-direction: column;
}

.logo2 img {
	width: 155px;
	height: 136px;
}

.logo2 a {
	margin-left: 12px;
}

.a1 {
	margin-top: 33px;
}

.our {
	float: left;
	margin-left: 0;
	width: 160px;
}

#main-menu li:hover {
	background-color: transparent;
}

#main-menu a:hover {
	background-color: transparent;
}

#main-menu .caret {
	display: none;
}

.our>ul {
	margin-top: 25px;
}

.our>ul>li {
	float: left;
	margin-top: 10px;
	width: 80px;
	list-style: none;
	text-align: center;
	font-size: 14px;
}

.sub {
	/* display: none; */
}

.callMe {
	float: left;
	margin-top: 25px;
	margin-left: 62px;
}

.callMe li {
	margin-top: 10px;
	width: 216px;
	color: #f3cb8f;
	list-style: none;
	font-size: 14px;
}

.mySet {
	margin-top: 0;
}

.inter {
	float: left;
	margin-top: 36px;
	width: 100px;
}

.inter img {
	width: 100px;
	height: 100px;
}

.inter a {
	display: block;
	margin-top: 9px;
	width: 100px;
	text-align: center;
}

.proTitle {
	margin-top: 80px;
	height: 48px;
	color: #333;
	text-align: center;
	letter-spacing: 0;
	font-weight: 400;
	font-weight: 700;
	font-stretch: normal;
	font-size: 48px;
}

.proP {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #999;
	text-align: center;
	letter-spacing: 0;
	font-weight: 400;
	font-stretch: normal;
	font-size: 24px;
}

.huang1 {
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	width: 1200px;
	height: 540px;
}

.huang1 img {
	width: 100%;
	height: 100%;
}

.endDiv {
	width: 100%;
	height: 40px;
	background-color: #2a2822;
	color: #999;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
}

.sideslip {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 1000;
	width: 210px;
	height: 231px;
	background: url(../images/index/zc-1.png) no-repeat center;
}

.sidenav {
	margin-top: 0;
}

.sidenav li {
	height: 34px;
	color: #333;
	list-style-type: none;
	text-align: center;
	font-size: 20px;
	line-height: 46px;
	cursor: pointer;
}

.sidenav li a {
	display: block;
	color: #333;
	font-size: 14px;
}

.sidenav li:last-child {
	height: 60px;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	display: block;
	content: "";
}

.fl {
	float: left;
	display: block;
}

.fr {
	float: right;
	display: block;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}

.quote_box {
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 1001;
	display: none;
	margin-left: -500px;
	padding: 20px 0;
	width: 1080px;
	background-color: #fff;
}

.quote_box h2 {
	text-align: center;
	font-size: #333;
	font-size: 36px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}

.quote_box i.closes {
	position: absolute;
	top: 16px;
	right: 56px;
	width: 20px;
	height: 20px;
	background-image: url(../images/index/closes.png);
	cursor: pointer;
}

.quote_box .quForm {
	margin: 20px auto;
	width: 850px;
}

.quote_box .quForm .from {
	position: relative;
	width: 370px;
}

.quote_box .quForm .from .item {
	margin-bottom: 20px;
}

.quote_box .quForm .from .item span {
	float: left;
	display: inline-block;
	width: 80px;
	height: 40px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
}

.quote_box .quForm .from .item input {
	width: 290px;
	height: 40px;
	border: 1px solid #999;
	border-radius: 5px;
	background: 0 0;
	color: #999;
	text-indent: 10px;
	font-size: 14px;
	line-height: 40px;
}

.quote_box .quForm .from .item select {
	overflow: hidden;
	padding-left: 10px;
	width: 140px;
	height: 40px;
	outline: 0;
	border: 1px solid #999;
	border-radius: 5px;
	background: url(../images/index/arrow.png) no-repeat scroll right 10px center transparent;
	color: #999;
	font-size: 14px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.quote_box .quForm .from .item select.sl {
	float: left;
}

.quote_box .quForm .from .item select.sr {
	float: right;
}

.quote_box .quForm .from .item .tl {
	margin-right: 10px;
	width: 110px;
}

.quote_box .quForm .from .ljyybtn {
	margin-left: 80px;
	width: 290px;
	height: 40px;
	background: url(../images/index/ljyybtn.png) no-repeat center;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.quote_box .quForm .from .ljyybtn input {
	display: block;
	width: 290px;
	height: 40px;
	border: none;
	background: 0 0;
}

.quote_box .quForm .from .red {
	margin-top: 10px;
	margin-left: 80px;
	width: 290px;
	color: #ff3939;
	text-align: center;
	font-size: 14px;
}

.links {
	clear: both;
	width: 100%;
}

.links .lkbd {
	overflow: hidden;
	width: 100%;
	height: 26px;
}

.links .lkbd ul {
	position: relative;
	width: 100%;
}

.links .lkbd ul li {
	display: inline-block;
	width: inherit;
	color: #f3cb8f;
	list-style-type: none;
	font-size: 12px;
	line-height: 25px;
}

.links .lkbd ul li a {
	display: inline-block;
	color: #f3cb8f;
}

.footer-calculator {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: rgba(0,0,0,.4);
}

.footer-calculator .calculator-container {
	margin: 0 auto;
	width: 100%;
}

.footer-calculator .ad-image {
	position: relative;
	height: 106px;
	background: url(../images/footer_ad.png) no-repeat center;
}

.footer-calculator .image-wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 106px;
}

#shake {
	position: absolute;
	top: 10px;
	right: 0;
	transition: .45s;
}

.footer-calculator .form-area {
	display: flex;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 1000px;
	background-color: #fff;
	justify-content: center;
	align-items: center;
}

.footer-calculator .input-section {
	width: 380px;
}

.footer-calculator .head-title {
	padding-top: 20px;
	padding-bottom: 5px;
	color: #000;
}

.footer-calculator .head-title .text-title {
	font-size: 26px;
}

.footer-calculator .head-title .tip-text {
	color: #ff3939;
	font-size: 16px;
}

.footer-calculator .red {
	color: #ff3939;
}

.input-control {
	display: flex;
	padding-top: 10px;
	align-items: center;
	justify-content: center;
}

.input-control .title {
	width: 80px;
	color: #000;
	font-size: 16px;
}

.input-control .radio-input,.input-control .select-input,.input-control .sigling-input {
	display: flex;
	flex: 1;
	align-items: center;
}

.input-control .spacer {
	flex: 1;
}

.input-control .select-input select {
	width: 122px;
	height: 36px;
	border: 1px solid #999;
	border-radius: 4px;
}

.input-control .sigling-input input {
	margin-right: 5px;
	padding: 0 10px;
	width: 100%;
	height: 36px;
	border: 1px solid #999;
	border-radius: 4px;
}

.input-control .radio-input label {
	margin-left: 20px;
}

.button-section .btn-submit {
	margin: 0 30px;
	width: 124px;
	height: 114px;
	background: url(../images/submit_button.png) no-repeat center;
	background-size: 100% 100%;
}

.result-section {
	width: 306px;
}

.result-section .result-head {
	font-size: 26px;
	line-height: 66px;
}

.result-section .result-description {
	padding: 40px 0;
	border: 1px solid #333;
	border-radius: 12px;
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
}

.friendly .tab-tit {
	height: 40px;
	border-bottom: solid 1px #edecec;
	font-size: 18px;
	line-height: 40px;
}

.friendly .tab-tit span {
	display: inline-block;
	margin-right: 25px;
	border-bottom: solid 1px transparent;
	cursor: pointer;
}

.friendly .tab-tit span.active {
	border-color: #e74c3c;
	color: #333;
}

.friendly .tab-layer .alink {
	margin-top: 20px;
	line-height: 1.6;
}

.friendly .tab-layer .alink a {
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
	width: 8.5em;
	color: #999;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.friendly .tab-layer .alink a:hover {
	color: #e74c3c;
}

.container {
	margin: 0 auto;
	width: 1200px;
}

.mt50 {
	margin-bottom: 70px!important;
}
