@charset "UTF-8";
body {
	background: #fff;
	color: #333;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	font-family: 方正兰亭黑, -apple-system, Helvetica Neue, Helvetica, sans-serif;
	width: 100%;
	overflow-x: hidden
}

blockquote,
button,
dd,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
ol,
p,
pre,
td,
textarea,
th,
ul,
xmp {
	margin: 0;
	padding: 0
}

button,
code,
input,
kbd,
pre,
samp,
select,
textarea,
tt,
xmp {
	line-height: inherit;
	font-family: inherit
}

big,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
small,
textarea {
	font-size: inherit
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	text-align: left
}

menu,
ol,
ul {
	list-style: none
}

fieldset,
img {
	border: 0;
	vertical-align: middle
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "\0020"
}

pre,
textarea,
xmp {
	overflow: auto
}

textarea {
	resize: vertical
}

button,
input,
select a,
textarea {
	outline: 0 none
}

button,
input,
select,
textarea {
	color: inherit
}

button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
	opacity: 1
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input[type=button],
input[type=file]::-webkit-file-upload-button,
input[type=reset],
input[type=search]::-webkit-search-cancel-button,
input[type=submit] {
	-webkit-appearance: none;
	appearance: none
}

mark {
	background-color: transparent
}

a,
del,
ins,
s,
u {
	text-decoration: none
}

a,
img {
	-webkit-touch-callout: none
}

a {
	color: #121313
}

.clear,
.clr {
	clear: both;
	height: 0;
	overflow: hidden
}

.clrfix {
	zoom: 1
}

.clrfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: "."
}

.g-clear:after,
.g-mod:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	content: "\0020"
}

.hide {
	display: none
}

.hidden {
	visibility: hidden
}

.g-container {
	padding-top: 110px
}

.g-wrapper {
	width: 100%;
	margin: 0 auto;
	 padding-top: 150px;
    background-color: #000;
}

header {
	background-color: #fff;
	border-bottom: 1px solid #f0f2f5;
	width: 100%
}

header nav {
	margin: 0 32px
}

header.fixed {
	position: fixed;
	z-index: 5;
	top: 0
}

header .logo {
	background: url(../images/index/nav-logo.png) no-repeat 0 0;
	width: 90px;
	height: 80px
}

header .tel {
	text-align: center;
	float: right;
	font-size: 16px;
	color: #333;
	font-weight: lighter;
	line-height: 26px;
	margin-top: 17px;
	margin-right: 30px
}

header .tel span {
	font-size: 14px;
	color: #9b9fa3;
	line-height: 24px;
	display: inline-block
}

header .tel .line {
	display: inline-block;
	width: 24px;
	height: 1px;
	background: #b6babc;
	margin-bottom: 4px
}

header .tel .line.left {
	margin-right: 8px
}

header .tel .line.right {
	margin-left: 8px
}

header .nav-item {
	float: left;
	font-size: 18px;
	color: #6b6d70;
	height: 80px;
	line-height: 80px;
	margin-right: 64px;
	text-align: center
}

header .nav-item:hover {
	color: #b88259
}

header .nav-item.active {
	color: #b88259;
	font-weight: 700
}

header .btn {
	float: right;
	margin-top: 19px
}

.footer {
	width: 100%;
	background: #1d1d1d;
	line-height: 122px;
	height: 122px;
	vertical-align: middle;
	color: #636363;
	text-align: center
}

.footer a,
.footer span {
	margin-right: 75px
}

.footer a {
	color: #636363
}

.footer a.active,
.footer a:hover {
	color: #939393
}

.footer a.social {
	margin-right: 60px;
	position: relative
}

.footer a.social .qrcode {
	position: absolute;
	left: -90px;
	top: -198px;
	display: none
}

.footer a.social img {
	opacity: .3
}

.footer a.social:hover img {
	opacity: .6
}

.footer a.social:hover .qrcode {
	display: block
}

.footer a.social:hover .qrcode img {
	opacity: 1
}

.btn {
	display: inline-block;
	width: 252px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	font-weight: 700
}

.btn-yellow {
	background: #b88259;
	color: #fff
}

.btn-yellow:hover {
	background: #c79670
}

.btn-yellow-s {
	width: 152px;
	height: 44px;
	line-height: 44px;
	font-size: 16px
}

.btn-black {
	background: hsla(0, 0%, 100%, .04);
	color: #b5b3b5
}

.btn-black:hover {
	background: hsla(0, 0%, 100%, .08)
}

.modal {
	position: fixed;
	z-index: 7;
	background: rgba(51, 51, 51, .86);
	width: 100%;
	top: 0;
	left: 0;
	display: none
}

.modal a.modal-close {
	background: url(../images/modal/layer_close_1.png) no-repeat 0 0;
	width: 50px;
	height: 50px;
	display: block;
	margin-left: 520px
}

.modal .modal-block {
	margin: 0 auto;
	width: 570px;
	margin-top: 40px;
	margin-bottom: 40px
}

.modal .modal-block .btn {
	width: 290px;
	height: 48px;
	line-height: 48px;
	margin-left: 140px
}

.modal .modal-inner {
	background: #fff;
	padding-bottom: 40px;
	overflow-y: auto;
	padding-top: 60px
}

.modal .modal-inner .title {
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	margin-bottom: 30px;
	background: url(../images/modal/layer_line.png) no-repeat 0 0
}

.modal .modal-inner .info {
	font-size: 16px;
	color: #6b6d70;
	margin-bottom: 56px;
	line-height: 16px;
	text-align: center
}

.modal .modal-inner .label {
	display: inline-block;
	font-size: 16px;
	color: #6b6d70;
	line-height: 40px;
	width: 116px;
	float: left
}

.modal .modal-inner .label span {
	color: #bb3825
}

.modal .modal-inner .form-block {
	margin-left: 50px;
	margin-bottom: 20px
}

.modal .modal-inner .form-block .btn {
	background: #333;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 120px;
	margin: 0 10px;
	font-weight: 400
}

.modal .modal-inner .form-block .btn.active,
.modal .modal-inner .form-block .btn:hover {
	background: #c0c5ca
}

.modal .modal-inner .input-block {
	display: inline-block
}

.modal .modal-inner .input-block p {
	color: #bb3825;
	font-size: 14px
}

.modal .modal-inner .input-block p.show {
	margin-top: 10px
}

.modal .modal-inner input,
.modal .modal-inner textarea {
	width: 322px;
	padding: 11px 14px;
	line-height: 18px;
	font-size: 16px;
	color: #333;
	background: #f6f8fa;
	border: 1px solid #cad1d6
}

.modal .modal-inner input[name=code],
.modal .modal-inner textarea[name=code] {
	width: 188px
}

.modal .modal-inner textarea {
	height: 140px;
	resize: none;
	outline: none
}

.modal.order-succ .modal-block {
	text-align: center
}

.modal.order-succ .modal-block .modal-inner {
	padding-top: 86px;
	background: url(../images/index/thumb-bg.png) repeat 0 0
}

.modal.order-succ .modal-block img {
	margin-bottom: 34px
}

.modal.order-succ .modal-block p {
	font-size: 24px;
	color: #333;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 66px
}

.modal.order-succ .modal-block .modal-info {
	width: 470px;
	background: #fff;
	margin: 0 auto;
	padding: 100px 0
}

.modal.order-succ .modal-block .modal-info p {
	font-size: 16px;
	font-weight: lighter;
	line-height: 30px;
	margin-bottom: 0
}

.modal.js-how-modal,
.modal.js-join-modal,
.modal.js-quality-modal,
.modal.js-service-modal {
	background: #fff;
	overflow-y: auto
}

.modal.js-how-modal .modal-block,
.modal.js-join-modal .modal-block,
.modal.js-quality-modal .modal-block,
.modal.js-service-modal .modal-block {
	width: 670px;
	margin: 0 auto;
	padding-bottom: 90px
}

.modal.js-how-modal .modal-close,
.modal.js-join-modal .modal-close,
.modal.js-quality-modal .modal-close,
.modal.js-service-modal .modal-close {
	background: url(../images/modal/close.png) no-repeat 0 0;
	width: 60px;
	height: 60px;
	position: fixed;
	top: 24px;
	right: 30px;
	z-index: 6
}

.modal.js-how-modal h1,
.modal.js-join-modal h1,
.modal.js-quality-modal h1,
.modal.js-service-modal h1 {
	font-size: 28px;
	line-height: 30px;
	margin-top: 70px;
	text-align: center;
	margin-bottom: 46px
}

.modal.js-how-modal p,
.modal.js-join-modal p,
.modal.js-quality-modal p,
.modal.js-service-modal p {
	font-size: 16px;
	color: #6b6d70;
	line-height: 36px;
	margin-bottom: 12px
}

.modal.js-how-modal p.title,
.modal.js-join-modal p.title,
.modal.js-quality-modal p.title,
.modal.js-service-modal p.title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	color: #333
}

.modal.js-join-modal p {
	margin-bottom: 30px
}

.modal.js-join-modal p span {
	color: #b88259
}

.modal.js-how-modal,
.modal.js-quality-modal {
	text-align: center
}

.modal.js-how-modal h1,
.modal.js-quality-modal h1 {
	line-height: 40px;
	margin-bottom: 18px;
	margin-top: 0
}

.modal.js-how-modal img,
.modal.js-quality-modal img {
	width: 100%;
	margin-bottom: 14px
}

.modal.js-how-modal .title-line,
.modal.js-quality-modal .title-line {
	margin-top: 66px;
	margin-bottom: 20px
}

.modal.js-quality-modal .modal-block {
	width: 1250px;
	margin: 0 auto;
	padding-bottom: 90px
}

.modal.js-quality-modal h1,
.modal.js-quality-modal p {
	width: 670px;
	margin: 0 auto
}

.modal.js-quality-modal h1 {
	margin-bottom: 20px
}

.modal.js-quality-modal img {
	width: 100%
}

.modal.js-video-modal .modal-block {
	width: 900px;
	height: 506px
}

.modal.js-video-modal .modal-close {
	top: 24px;
	right: 30px;
	position: absolute
}

.modal.js-feedback-modal .modal-close {
	margin-left: 630px
}

.modal.js-feedback-modal .modal-block {
	width: 670px
}

.modal.js-feedback-modal .modal-inner {
	padding: 46px 50px 52px;
	height: 430px!important;
	overflow: hidden
}

.modal.js-feedback-modal .modal-inner .title {
	background: none
}

.modal.js-feedback-modal textarea {
	width: 540px;
	height: 204px
}

.modal.js-feedback-modal .btn {
	width: 100%;
	margin-left: 0;
	margin-top: 30px;
	margin-bottom: 42px
}

.modal.js-feedback-modal p {
	font-size: 18px;
	line-height: 18px;
	color: #333;
	font-weight: lighter;
	text-align: center
}

body,
html {
	position: relative;
	height: 100%
}

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

.slide-container {
	overflow-y: scroll
}

.side {
	display: none;
	position: fixed;
	bottom: 92px;
	right: 0;
	z-index: 7
}

.side a {
	display: block;
	text-align: center;
	margin-top: 10px;
	width: 68px;
	height: 68px;
	background: rgba(34, 34, 34, .8);
	color: #fff;
	font-size: 13px
}

.side a img {
	display: inline-block;
	margin-top: 8px
}

.side a span {
	display: block;
	line-height: 13px;
	margin-top: 5px;
	font-weight: lighter
}

.vjs-poster {
	background-size: 100%
}

.g-top-banner {
	background: url(../images/index/head-background-1.png) repeat 0 0;
	text-align: center;
	position: relative
}

.g-top-banner .col-start-center {
	position: absolute;
	bottom: 14px;
	text-align: center;
	width: 100%
}

.g-top-banner .col-start-center p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: lighter;
	color: #999;
	font-style: normal;
	letter-spacing: normal
}

.g-top-banner .col-start-center img {
	margin-bottom: 0;
	animation: c 1s infinite;
	-webkit-animation: c 1s infinite;
	-o-animation: c 1s infinite;
	-moz-animation: c 1s infinite
}

.g-top-banner .icon-menu {
	position: absolute;
	margin: 0;
	top: 30px;
	text-align: left;
	z-index: 4;
	cursor: pointer;
	left: 32px
}

.g-top-banner .header {
	text-align: left;
	background: #222;
	padding-left: 117px;
	position: absolute;
	top: -80px;
	width: 100%;
	height: 80px
}

.g-top-banner .header nav {
	width: 1250px;
	margin: 0 auto;
	position: absolute;
	transition: .6s cubic-bezier(.77, 0, .175, 1);
	-webkit-transition: .6s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: .6s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px)
}

.g-top-banner .header nav.animate {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.g-top-banner .header nav.leave {
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px)
}

.g-top-banner .header a {
	font-size: 18px;
	font-weight: lighter;
	color: #fff;
	line-height: 80px;
	height: 80px;
	margin-right: 64px;
	display: inline-block
}

.g-top-banner .header a:hover {
	color: #c79670
}

.g-top-banner .header.animate {
	animation: a .4s;
	-moz-animation: a .4s;
	-webkit-animation: a .4s;
	-o-animation: a .4s;
	top: 0
}

.g-top-banner .header.animate nav {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.g-top-banner .header.leave {
	animation: b .4s;
	-moz-animation: b .4s;
	-webkit-animation: b .4s;
	-o-animation: b .4s;
	top: -80px
}

.g-top-banner .header.leave nav {
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px)
}

.g-top-banner img {
	margin-bottom: 118px
}

.g-top-banner p {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	letter-spacing: 6px;
	font-style: italic;
	font-weight: lighter;
	margin-bottom: 45px
}

.g-top-banner .btn {
	margin-bottom: 155px
}

.g-top-banner .btn .icon-play {
	background: url(../images/index/head-icon-play.png) no-repeat 0 0;
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -3px
}

.g-top-banner .btn-yellow {
	margin-right: 10px
}

header {
	margin-bottom: 110px
}

.first {
	padding-top: 200px
}

h2 {
	font-size: 34px;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 48px;
	line-height: 36px
}

h2.f-bold {
	font-weight: 700
}

h2.no-margin {
	margin-bottom: 0
}

.thumb-flex-box {
	margin-bottom: 100px
}

.thumb-flex-box .thumb-box {
	float: left;
	width: 416px;
	text-align: center;
	margin-top: 38px;
	background: url(../images/icon/price.png) 100% 0 no-repeat
}

.thumb-flex-box .thumb-box.last {
	background: none
}

.thumb-flex-box .thumb-box .title {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 40px
}

.thumb-flex-box .thumb-box .thumb-info p {
	display: inline-block;
	font-size: 20px;
	color: #666;
	font-weight: lighter;
	line-height: 24px
}

.thumb-flex-box .thumb-box .thumb-info .line {
	display: inline-block;
	width: 1px;
	height: 16px;
	background: #ddd;
	margin: 4px 25px
}

.thumb-flex-box .thumb-box .thumb-info .photo {
	color: #666;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px
}

.thumb-flex-box .thumb-box .thumb-info .price {
	color: #b88259;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px
}

ol.nav-bg {
	background: url(../images/index/pic-changjing.png) no-repeat 0 0;
	width: 1250px;
	height: 115px;
	margin-bottom: 120px
}

ol.nav-bg li {
	float: left;
	width: 414px;
	text-align: center;
	font-size: 28px;
	line-height: 115px;
	color: #fff;
	font-weight: 700
}

.info-wrapper {
	background: #333 url(../images/index/pic-service2.png) no-repeat 50%;
	height: 632px;
	margin-bottom: 120px
}

.title-line {
	display: block;
	height: 4px;
	width: 50px;
	margin: 42px auto 44px;
	background: #b88259
}

.carousel-wrapper p {
	font-size: 16px;
	color: #85878a;
	font-weight: lighter;
	line-height: 38px;
	margin-bottom: 29px;
	text-align: center
}

.carousel-wrapper .carousel-nav {
	margin: 0 auto; 
	padding-bottom:112px ;
	text-align: center;
	width: 780px
}

.carousel-wrapper .carousel-nav a {
	width: 72px;
	height: 25px;
	display: block;
	float: left;
	line-height: 25px;
	font-size: 14px;
	font-weight: lighter;
	border: 1px solid #d1d1d1;
	margin-right: 4px;
	text-align: center;
	
	background: #000;
    color: #fff;
    padding: 10px 17px;
    border-radius: 6px;
    border-color: #333;
    font-size: 18px;
}

.carousel-wrapper .carousel-nav a.active,
.carousel-wrapper .carousel-nav a:hover {
	    background: #cda986;
    color: #000;
    padding: 10px 17px;
    border-radius: 6px;
    border-color: #333;
    font-size: 18px;
}

.carousel-wrapper .carousel-nav a.last {
	margin: 0
}

.carousel-wrapper .carousel-image-wrapper {
	margin: 0 auto;
	margin-bottom: 52px
}

.carousel-wrapper .carousel-image-wrapper,
.carousel-wrapper .carousel-image-wrapper .carousel-image-block {
	width: 1250px;
	height: 500px;
	overflow: hidden;
	position: relative
}

.carousel-wrapper .carousel-image-wrapper a {
	position: absolute;
	display: none;
	transition: all .3s ease-out;
	left: 0;
	top: 0
}

.carousel-wrapper .carousel-image-wrapper a img {
	width: 750px;
	height: 500px;
	float: left;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray
}

.carousel-wrapper .carousel-image-wrapper a:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-filter: none;
	filter: none
}

.carousel-wrapper .carousel-image-wrapper a.p3 {
	display: block;
	left: 0;
	top: 0;
	z-index: 3;
	width: 750px;
	height: 500px;
	-webkit-transform: translate3d(250px, 0, 0) scale(1);
	transform: translate3d(250px, 0, 0) scale(1)
}

.carousel-wrapper .carousel-image-wrapper a.p3 img {
	width: 750px;
	height: 500px;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-filter: none;
	filter: none
}

.carousel-wrapper .carousel-image-wrapper a.p2 {
	display: block;
	z-index: 2;
	-webkit-transform: translate3d(-18px, 0, 0) scale(.81);
	transform: translate3d(-18px, 0, 0) scale(.81)
}


.carousel-wrapper .carousel-image-wrapper a.p4 {
	display: block;
	z-index: 2;
	-webkit-transform: translate3d(520px, 0, 0) scale(.81);
	transform: translate3d(520px, 0, 0) scale(.81)
}


.carousel-wrapper .carousel-image-wrapper a.p1 {
	display: block;
	z-index: 1;
	-webkit-transform: translate3d(-190px, 0, 0) scale(.49);
	transform: translate3d(-190px, 0, 0) scale(.49)
}


.carousel-wrapper .carousel-image-wrapper a.p1.prev {
	-webkit-transform: translate3d(-190px, 0, 0) scale(.49);
	transform: translate3d(-190px, 0, 0) scale(.49)
}

.carousel-wrapper .carousel-image-wrapper a.p1.next,
.carousel-wrapper .carousel-image-wrapper a.p5 {
	-webkit-transform: translate3d(690px, 0, 0) scale(.49);
	transform: translate3d(690px, 0, 0) scale(.49)
}

.carousel-wrapper .carousel-image-wrapper a.p5 {
	display: block;
	z-index: 1
}


.carousel-wrapper .carousel-image-wrapper a.p6 {
	-webkit-transform: translate3d(896px, 0, 0) scale(.81);
	transform: translate3d(896px, 0, 0) scale(.81)
}

.carousel-wrapper .carousel-image-wrapper a.p7 {
	-webkit-transform: translate3d(1120px, 0, 0) scale(.81);
	transform: translate3d(1120px, 0, 0) scale(.81)
}

.thumb-wrapper {
	position: relative;
	height: 800px
}

.thumb-block {
	display: block;
	position: absolute
}

.thumb-block img {
	width: 417px;
	position: absolute;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray
}

.thumb-block .thumb-text {
	position: absolute;
	background: url(../images/index/thumb-bg.png) repeat 0 0;
	width: 367px;
	height: 400px;
	padding-left: 50px
}

.thumb-block .thumb-text p {
	font-size: 18px;
	color: #444;
	line-height: 20px;
	margin-bottom: 11px
}

.thumb-block .thumb-text .title {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	line-height: 52px;
	margin-top: 53px;
	margin-bottom: 0
}

.thumb-block .thumb-text span {
	width: 30px;
	height: 1px;
	display: block;
	background: #666;
	margin-top: 23px;
	margin-bottom: 26px
}

.thumb-block .icon-thumb-arrow {
	position: absolute;
	z-index: 1
}

.thumb-block.thumb-block-1 {
	width: 417px;
	height: 800px;
	left: 0;
	top: 0
}

.thumb-block.thumb-block-1 img {
	left: 0;
	top: 0
}

.thumb-block.thumb-block-1 .thumb-text {
	left: 0;
	top: 400px
}

.thumb-block.thumb-block-1 .icon-thumb-arrow {
	left: 51px;
	top: 376px
}

.thumb-block.thumb-block-1:hover .icon-thumb-arrow {
	background-image: url(../images/icon/thumb-arrow-hover.png)
}

.thumb-block.thumb-block-2 {
	width: 800px;
	height: 417px;
	left: 417px;
	top: 0
}

.thumb-block.thumb-block-2 img {
	left: 417px;
	top: 0
}

.thumb-block.thumb-block-2 .thumb-text {
	left: 0;
	top: 0;
	text-align: right;
	padding-right: 50px;
	padding-left: 0
}

.thumb-block.thumb-block-2 .thumb-text .title {
	text-align: right;
	margin-left: 0
}

.thumb-block.thumb-block-2 .thumb-text span {
	margin-left: 337px
}

.thumb-block.thumb-block-2 .icon-thumb-arrow {
	background-image: url(../images/icon/thumb-arrow-1.png);
	left: 405px;
	top: 80px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.thumb-block.thumb-block-2:hover .icon-thumb-arrow {
	background-image: url(../images/icon/thumb-arrow-hover.png)
}

.thumb-block.thumb-block-3 {
	width: 800px;
	height: 417px;
	left: 417px;
	top: 400px
}

.thumb-block.thumb-block-3 img {
	left: 0;
	top: 0
}

.thumb-block.thumb-block-3 .thumb-text {
	left: 417px;
	top: 0
}

.thumb-block.thumb-block-3 .icon-thumb-arrow {
	background-image: url(../images/icon/thumb-arrow-1.png);
	left: 382px;
	top: 182px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.thumb-block.thumb-block-3:hover .icon-thumb-arrow {
	background-image: url(../images/icon/thumb-arrow-hover.png)
}

.thumb-block:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-filter: none;
	filter: none
}

.thumb-block:hover .thumb-text {
	background: #b88259
}

.thumb-block:hover .thumb-text p {
	color: #fff
}

.thumb-block:hover .thumb-text span {
	background: #fff
}

.icon-thumb-arrow {
	display: inline-block;
	background-image: url(../images/icon/thumb-arrow.png);
	width: 48px;
	height: 24px
}

.icon-thumb-arrow:hover {
	background-image: url(../images/icon/thumb-arrow-hover.png)
}

.thumb-flex-wrapper {
	min-width: 1250px;
	overflow: hidden
}

.thumb-flex {
	min-width: 1375px;
	margin-top: 138px;
	margin-bottom: 100px
}

.thumb-flex-block .thumb-flex-text {
	width: 450px;
	float: right
}

.thumb-flex-block .thumb-flex-text .title {
	font-size: 40px;
	font-weight: 700;
	line-height: 42px;
	margin-top: 39px;
	margin-bottom: 26px
}

.thumb-flex-block .thumb-flex-text .info {
	font-size: 24px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 33px
}

.thumb-flex-block .thumb-flex-text span {
	width: 50px;
	height: 4px;
	background: #b88259;
	margin-bottom: 30px;
	display: block
}

.thumb-flex-block .thumb-flex-text .details {
	font-size: 16px;
	font-weight: lighter;
	color: #6d6d70;
	line-height: 36px;
	margin-bottom: 24px
}

.thumb-flex-block .thumb-flex-text a {
	display: block;
	width: 236px;
	height: 40px;
	font-size: 18px;
	font-weight: lighter;
	line-height: 40px;
	color: #fff;
	background: #333;
	text-align: center
}

.thumb-flex-block img {
	width: 925px;
	float: right
}

.thumb-flex-block.col-left .thumb-flex-text,
.thumb-flex-block.col-left img {
	float: left
}

.thumb-flex-block.col-left .thumb-flex-text {
	text-align: right
}

.thumb-flex-block.col-left .thumb-flex-text .title {
	margin-top: 72px
}

.thumb-flex-block.col-left .thumb-flex-text span {
	margin-left: 400px
}

.thumb-flex-block.col-left .thumb-flex-text a {
	width: 160px;
	margin-left: 290px
}

.thumb-flex-block.col-right {
	margin-bottom: 100px
}

.help-wrapper {
	background: url(../images/index/thumb-bg.png) repeat 0 0;
	padding-top: 112px;
	padding-bottom: 88px
}

.help-wrapper .info {
	font-size: 16px;
	color: #85878a;
	font-weight: lighter;
	line-height: 38px;
	margin-bottom: 67px;
	text-align: center
}

.help-wrapper li {
	text-align: center;
	width: 309px;
	display: inline-block;
	position: relative
}

.help-wrapper li img {
	width: 222px
}

.help-wrapper li p {
	font-size: 22px;
	font-weight: 700;
	margin-top: 31px;
	line-height: 24px;
	margin-bottom: 100px
}

.help-wrapper li span {
	color: #b88259;
	font-size: 24px
}

.help-wrapper li .triangle {
	width: 16px;
	height: 16px;
	position: absolute;
	right: -17px;
	top: 258px
}

.help-wrapper a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #6d6d70;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	font-weight: lighter;
	background: #fff
}

.comment {
	width: 100%;
	background: #444 url(../images/index/co-bg.jpg) no-repeat 50%;
	padding-top: 122px;
	height: 778px
}

.comment .icon-quote {
	display: block;
	margin: 0 auto
}

.comment .comment-text {
	height: 324px;
	width: 1072px;
	text-align: center;
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	margin: 0 auto;
	line-height: 70px;
	display: table
}

.comment .comment-text p {
	display: table-cell;
	vertical-align: middle
}

.comment .comment-user {
	margin-bottom: 100px
}

.comment .comment-user .comment-block {
	width: 834px;
	overflow: hidden
}

.comment .comment-user ul {
	width: 4000px
}

.comment .comment-user li {
	float: left
}

.comment .comment-user .user-block {
	display: inline-block;
	float: left;
	margin-top: 48px;
	margin-right: 216px
}

.comment .comment-user .user-block .avatar {
	background: hsla(0, 0%, 100%, .2);
	border-radius: 50%;
	padding: 10px;
	width: 84px;
	height: 84px
}

.comment .comment-user .user-block .avatar img {
	display: inline-block;
	border-radius: 50%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
	width: 84px;
	height: 84px
}

.comment .comment-user .user-block .user-name {
	font-size: 15px;
	font-weight: 700;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c9c9c9;
	text-align: center
}

.comment .comment-user .user-block .user-pro {
	font-size: 12px;
	font-weight: lighter;
	line-height: 12px;
	color: #999;
	text-align: center
}

.comment .comment-user .user-block .js-comment {
	display: none
}

.comment .comment-user .user-block.active {
	margin-top: 0
}

.comment .comment-user .user-block.active .avatar {
	width: 142px;
	height: 142px
}

.comment .comment-user .user-block.active .avatar img {
	width: 142px;
	height: 142px;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-filter: none;
	filter: none
}

.comment .comment-user .user-block.active .user-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	margin-top: 23px;
	margin-bottom: 17px;
	color: #fff;
	text-align: center
}

.comment .comment-user .user-block.active .user-pro {
	font-size: 18px;
	font-weight: lighter;
	line-height: 20px;
	color: #d1d1d1;
	text-align: center
}

.comment .icon-arrow-left,
.comment .icon-arrow-right {
	margin-top: 75px
}

.comment .comment-block,
.comment .icon-arrow-left,
.comment .icon-arrow-right {
	float: left
}

.icon-arrow-left {
	background: url(../images/icon/icon-left-normal.png) no-repeat 0 0;
	display: inline-block;
	width: 67px;
	height: 67px;
	margin-right: 141px
}

.icon-arrow-left:hover {
	background: url(../images/icon/icon-left-hover.png) no-repeat 0 0
}

.icon-arrow-right {
	background: url(../images/icon/icon-right-normal.png) no-repeat 0 0;
	display: inline-block;
	width: 67px;
	height: 67px;
	margin-left: 141px
}

.icon-arrow-right:hover {
	background: url(../images/icon/icon-right-hover.png) no-repeat 0 0
}

.brands-wrapper {
	text-align: center;
	margin-top: 130px
}

.brands-wrapper,
.company-wrapper {
	margin-bottom: 120px
}

.company-wrapper a {
	display: inline-block;
	width: 309px;
	text-align: center;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray
}

.company-wrapper a:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-filter: none;
	filter: none
}

@keyframes a {
	0% {
		top: -80px
	}
	to {
		top: 0
	}
}

@-webkit-keyframes a {
	0% {
		top: -80px
	}
	to {
		top: 0
	}
}

@keyframes b {
	0% {
		top: 0
	}
	to {
		top: -80px
	}
}

@-webkit-keyframes b {
	0% {
		top: 0
	}
	to {
		top: -80px
	}
}

@keyframes c {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	to {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0
	}
}

@-webkit-keyframes c {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	to {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0
	}
}


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