﻿.banners-pc {
	clear: both;
	height: 640px;
}
.banners-pc .frame {
	height: 640px;
	background: no-repeat center center;
	background-size: cover;
}
.banners-mb {
	display: none;
	clear: both;
	height: 640px;
}
.banners-mb div {
	height: 100%;
}
.banners-mb .frame {
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}
 @media (max-width: 1024px) {
.banners-pc {
	display: none;
}
.banners-mb {
	display: block;
}
}
.main1 {
	overflow: hidden;
	margin-top: 50px;
}
.main1 .g_cw {
	border-bottom: 1px dashed #bfbfbf;
	padding-bottom: 40px;
}
.main1 .left {
	min-width: 330px;
}
.main1 .left .bt {
	background: #c26f31;
	height: 125px;
	text-align: right;
	padding: 33px 33px 0 0;
}
.main1 .left .bt .p1 {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
.main1 .left .lx {
	text-align: right;
	padding-top: 30px;
	line-height: 30px;
}
.main1 .left .lx .p1 {
	font-size: 24px;
	color: #c26f31;
}
.main1 .left .lx .p2 {
	color: #666;
}
.main1 .left .b {
	margin-top: 65px;
}
.main1 .left .b .list {
	margin-left: -12px;
	overflow: hidden;
}
.main1 .left .b .list > li {
	float: left;
	padding-left: 12px;
}
.main1 .left .b .list > li a {
	padding: 14px 50px;
	color: #fff;
	display: block;
}
.main1 .left .b .list > li .more {
	background: #2f231b;
}
.main1 .left .b .list > li .join {
	background: #c26f31;
}
.main1 .right {
	max-width: 857px;
}
.main1 .right .p1 {
	color: #888;
	line-height: 30px;
	padding: 24px 55px 0 17px;
}
 @media (max-width: 1024px) {
.main1 .g_cw {
	border-bottom: 0;
}
.main1 .left {
	float: none;
	min-width: none;
}
.main1 .left .bt {
	text-align: center;
	height: auto;
	padding: 10px 0;
}
.main1 .left .lx {
	text-align: center;
}
.main1 .left .b {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.main1 .left .b .list {
	display: inline-block;
}
.main1 .left .b .list > li a {
	display: inline-block;
}
.main1 .right {
	float: none;
	max-width: none;
}
.main1 .right .pic {
	text-align: center;
}
.main1 .right .p1 {
	padding: 24px 0 0 0;
}
}
.main2 {
background:url(../img/bag_bg.jpg) no-repeat center center;
height:1000px;
background-size:cover;
margin-top:70px;
overflow:hidden;
}
.main2 .lump {
	width: 50%;
	height: 256px;
	background: #d89219;
}
.main2 .top {
	margin-top: -256px;
	overflow: hidden;
}
.main2 .top .left .title {
	max-width: 751px;
	height: 256px;
	background: #d89219;
	color: #fff;
	padding: 37px 157px 0 17px;
}
.main2 .top .left .title .p1 {
	font-size: 18px;
	color: rgba(255,255,255,.2);
	border-top: 1px solid rgba(255,255,255,.3);
	display: inline-block;
	padding-top: 8px;
	line-height: 30px;
}
.main2 .top .left .title .p2 {
	font-size: 30px;
}
.main2 .top .left .title .p3 {
	font-size: 12px;
	line-height: 24px;
	padding-top: 17px;
}
.main2 .box {
	display: block;
	position: relative;
}
.main2 .box .pic {
}
.main2 .box .pic img {
	display: block;
}
.main2 .box .pic:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.2);
	opacity: 0;
	transition: .3s ease;
}
.main2 .box .font {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 110px;
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: .3s ease;
	margin-left: -100px;
	margin-top: -55px;
}
.main2 .box .font .s1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display: block;
}
.main2 .box .font .s2 {
	font-size: 12px;
	color: rgba(255,255,255,.6);
	display: block;
	padding: 8px 0 26px 0;
}
.main2 .box .font .gd {
	padding: 10px 23px;
	background: #c26f31;
	font-size: 12px;
	display: inline-block;
}
.main2 .box:hover .font {
	opacity: 1;
}
.main2 .box:hover .pic:before {
	opacity: 1;
}
.main2 .bottom {
	overflow: hidden;
}
.main2 .more {
	text-align: center;
	margin-top: 50px;
}
.main2 .more .btn {
	padding: 18px 45px;
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
}
 @media (max-width: 1024px) {
.main2 {
	height: auto;
}
.main2 .g_cw {
	padding: 0;
}
.main2 .lump {
	width: 100%;
}
.main2 .top .left {
	float: none;
}
.main2 .top .right {
	float: none;
}
.main2 .top .left .title {
	max-width: none;
	height: auto;
	padding: 30px 10px;
}
.main2 .bottom .left {
	float: none;
}
.main2 .bottom .right {
	float: none;
}
.main2 .box .pic {
	text-align: center;
}
.main2 .box .pic img {
	width: 100%;
}
.main2 .more {
	margin-bottom: 50px;
}
}
.product {
	margin-top: 80px;
}
.product .title {
	text-align: center;
}
.product .title .p1 {
	color: #333;
	font-size: 24px;
	padding-bottom: 10px;
}
.product .title .p2 {
	font-size: 12px;
	color: #999;
	text-align: center;
}
.product .title .p2 .line {
	border-bottom: 1px dashed #c9c9c9;
	display: inline-block;
	width: 40%;
	margin-top: 10px;
}
.main4 {
background:url(../img/store_bg.jpg) no-repeat center center;
height:674px;
margin-top:100px;
position:relative;
}
.main4 .g_cw {
}
.main4 .title {
background:url(../img/store_bt_bg.png) no-repeat center center;
background-size:contain;
height:68px;
text-align:center;
position:absolute;
left:0;
right:0;
top:-24px;
}
.main4 .title .h1 {
	line-height: 68px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display: block
}
.main4 .con {
	padding-top: 110px;
}
.main4 .con .pic {
	float: left;
}
.main4 .con .font {
	float: left;
	max-width: 440px;
	height: 470px;
	padding: 80px 16px 0 22px;
	background: #c26f31;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}
 @media (max-width: 1024px) {
.main4 {
	height: auto;
	padding-bottom: 50px;
}
.main4 .con {
	padding-top: 0;
}
.main4 .con .pic {
	float: none;
	text-align: center;
}
.main4 .con .pic img {
	display: block;
}
.main4 .con .font {
	float: none;
	max-width: none;
	height: auto;
	padding: 30px 10px 30px 10px;
}
}
.order {
	background: #92735c;
	overflow: hidden;
	height: 217px;
}
.order .left {
	padding: 40px 50px 48px 8px;
}
.order .left .p1 {
	font-size: 24px;
	color: #b69881;
}
.order .left .p2 {
	font-size: 24px;
	color: #fff;
	padding: 15px 0 12px 0;
}
.order .left .p3 {
	font-size: 12px;
	color: rgba(255,255,255,.6);
	max-width: 338px;
	line-height: 24px;
}
.order .process {
	float: right;
	border-right: 1px solid #b69881;
	height: 217px;
	overflow: hidden;
}
.order .process .list > li {
	float: left;
	width: 25%;
	height: 50%;
	padding: 22px 0 14px 0;
}
.order .process .list > li .box {
	text-align: center;
	color: #b69881;
	display: block;
}
.order .process .list > li .box .ico img {
	height: 32px;
}
.order .process .list > li .box .p1 {
	color: #fff;
}
.order .process .list > li .box .p2 {
}
.order .process .list > li .box .p2 .line {
	width: 14px;
	height: 1px;
	background: #a28874;
	display: inline-block;
	vertical-align: middle;
}
.bl {
	border-left: 1px solid #a28874;
}
.bb {
	border-bottom: 1px solid #a28874;
}
 @media (max-width: 1024px) {
.order {
	height: auto;
}
.order .g_cw {
	padding: 0;
}
.order .left {
	float: none;
	text-align: center;
}
.order .process {
	float: none;
	height: auto;
	border-top: 1px solid #b69881;
}
.order .left .p3 {
	max-width: none;
}
}
 @media (max-width: 600px) {
.order .process .list > li {
	width: 33.33%;
}
.order .process {
	border-top: 0;
}
.bl {
	border-left: 0;
}
.bb {
	border-bottom: 0;
}
}
.main5 {
	margin-top: 70px;
}
.main5 .left {
	min-width: 720px;
}
.main5 .left .tab {
	overflow: hidden;
}
.main5 .left .tab > li {
	float: left;
	width: 50%;
}
.main5 .left .tab > li .box {
	display: block;
	padding: 22px 0;
	text-align: center;
	background: red;
	color: #fff;
}
.main5 .left .tab > li .c1 {
	background: #2f231b;
}
.main5 .left .tab > li .c2 {
	background: #c26f31;
}
.main5 .left .offset {
	background: #f5f5f5;
	border: 1px solid #eaeaea;
}
.main5 .left .offset .list {
	overflow: hidden;
	margin-bottom: 28px;
}
.main5 .left .offset .list > li {
	padding: 0 26px;
}
.main5 .left .offset .list > li .box {
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #d2d2d2;
}
.main5 .left .offset .list > li .box .p1 {
	float: left;
}
.main5 .left .offset .list > li .box .time {
	float: right;
}
.main5 .left .offset .list > li .box:hover {
	color: #c26f31;
}
.main5 .right {
	max-width: 455px;
	background: #f5f5f5;
	border: 1px solid #eaeaea;
}
.main5 .right .con {
	padding: 16px 17px 35px 24px;
}
.main5 .right .con .h1 {
	border-bottom: 1px solid #eaeaea;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 16px 3px;
}
.main5 .right .con .h1 .line {
	width: 6px;
	height: 22px;
	background: #c26f31;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.main5 .right .con .p1 {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	padding: 12px 14px 30px 10px;
}
.main5 .right .con .list_inp {
	margin-left: -30px;
	margin-bottom: -28px;
}
.main5 .right .con .list_inp > li {
	float: left;
	width: 50%;
	padding-left: 30px;
	padding-bottom: 28px;
}
.main5 .right .con .list_inp > li span {
	padding-bottom: 6px;
	color: #282828;
	display: block;
	font-size: 12px;
	color: #666;
}
.main5 .right .con .input_1 {
	width: 100%;
	height: 38px;
	background: #fff;
	border: 1px solid #e0e0e0;
}
.main5 .right .con .sub {
	padding: 11px 37px;
	display: inline-block;
	background: #c26f31;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
}
 @media (max-width: 1024px) {
.main5 .left {
	float: none;
	min-width: auto;
}
.main5 .left .offset .list > li .box .p1 {
	max-width: 70%;
}
.main5 .right {
	float: none;
	max-width: none;
	margin-top: 30px;
}
}
 @media (max-width: 600px) {
.main5 .right .con .list_inp > li {
	width: 100%;
}
}
