@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, ul, li, p, input, button, textarea, menu, dd, dl, dt, table, tr, td, span, select, option {
	padding: 0;
	margin: 0;
	font-family: "Segoe UI", "SegoeUI", "Microsoft YaHei", "微软雅黑", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-size: 14px;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
	font-weight: normal
}
sup, sub {
	font-size: 83%;
}
a, button {
	cursor: pointer;
}
a, a:hover {
	text-decoration: none;
}
.clearfix {
	clear: both;


}
input, select {
	outline: medium;
	border: none;
	list-style-type: none;
}
input, textarea {
	background: none;
	border: 0px;
}
input {
	outline: none;
	border: none;
	box-shadow: none;
}
h3 {
	font-size: 14px;
}
button {
	border: none;
	cursor: pointer;
	font-size: 12px;
	background-color: transparent;
}
select {
	border-width: 1px;
	_zoom: 1;
	border-style: solid;
	padding-top: 2px;
	font-size: 12px;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}

.mt20 {
	margin: 20px auto !important;
}
.public_width {
	width: 1180px;
	margin: 0 auto;
}
/* 导航 */
.logo {
	float: left;
}
.header {
	width: 100%;
	background: #ffffff;
	padding: 15px 0;
	box-shadow: 0 0px 3px #a1a1a1;
	-webkit-box-shadow: 0 0px 3px #a1a1a1;
	-moz-box-shadow: 0 0px 3px #a1a1a1;
	-o-box-shadow: 0 0px 3px #a1a1a1;
}
#nav-1 .nav {
	display: flex;
	float: right;
}
#nav-1 .nav li a {
	position: relative;
	padding: 0.6em 25px;
	font-size: 16px;
	border: none;
	color: #000000;
	display: inline-block;
	text-decoration: none;
	z-index: 3;
}
#nav-1 .slide1, #nav-1 .slide2 {
	position: absolute;
	display: inline-block;
	height: 3em;
	border-radius: 10em;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1.05);
}
#nav-1 .nav .slide1 {
	background-color: #2ab76f;
	z-index: 2;
}
#nav-1 .nav .slide2 {
	opacity: 0;
	background: #fff;
	border: 1px solid #2ab76f;
	z-index: 1;
}
.squeeze {
	transition: all 1.5s;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

/* 轮播图 */
.swiper-container {
	width: 100%;
}
.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	width: 100%;
}
.swiper-img {
	width: 100%;
	position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
}
#swiper1 .swiper-pagination-bullet {
	width: 40px;
	height: 6px;
	border-radius: 20px;
}
#swiper1 .swiper-pagination-bullet-active {
	background: #ffffff;
}
.banner_box {
	position: relative;
}

/* banner搜索 */
.search_box {
	position: absolute;
	bottom: 240px;
	right: 50%;
	height: 52px;
	margin-right: -300px;
	z-index: 99999;
	width: 600px;
	border:3px solid rgb(51 51 51 / 51%);
	border-radius: 4px;
}
.input_box {
	float: left;
	width: 500px;
	line-height: 52px;
	background: #ffffff;
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
}
.button_box {
	float: left;
	width: 70px;
	height: 52px;
	background: #ff7000 url(../images/search.png) no-repeat center;
	background-size: 50%;
	cursor: pointer;
}

/* 品牌墙 */
.title_box {
	width: 650px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
}
.title_box h2 {
	font-size: 24px;
	color: #444444;
	font-weight: bold;
	position: relative;
}
.title_box h2::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 40px;
	right: 48%;
	width: 30px;
	height: 4px;
	border-radius: 4px;
	background: #2ab76f;
}
.business_list {
	margin-top: 20px;
}
.con-two {
	width: 265px;
	height: 198px;
	float: left;
	position: relative;
	cursor: pointer;
	background: #ffffff;
	margin: 0 15px 15px 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1);
	text-align: center
}
.con-two:before, .con-two:after {
	position: absolute;
	content: "";
	bottom: 12px;
	left: 15px;
	top: 80%;
	width: 45%;
	background: #dcdddd;
	z-index: -1;
	-webkit-box-shadow: 0 20px 15px #dcdddd;
	-moz-box-shadow: 0 20px 15px #dcdddd;
	box-shadow: 0 20px 15px #dcdddd;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
.con-two:after {
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	transform: rotate(6deg);
	right: 15px;
	left: auto;
}
.txt-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 118px;
	padding-top: 80px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	display: none;
}
.btn_chek {
	background: #ff7000;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px;
}
.more_btn {
	text-align: center;
	margin-top: 25px;
	padding-bottom: 30px;
}
.more_btn a {
	display: inline-block;
	border: 1px solid #dedede;
	color: #666666;
	font-size: 14px;
	padding: 10px 20px;
}
.more_btn a:hover {
	color: #ffffff;
	background: #2ab76f;
}

/* 产品列表 */
.product_box {
	background: #f5f5f5;
}
.product_list li {
	width: 21%;
	float: left;
	background: #ffffff;
	position: relative;
	cursor: pointer;
	margin: 1%;
	padding: 1%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1);
}
.product_list li:before, .product_list li:after {
	position: absolute;
	content: "";
	bottom: 12px;
	left: 15px;
	top: 80%;
	width: 45%;
	background: #dcdddd;
	z-index: -1;
	-webkit-box-shadow: 0 20px 15px #dcdddd;
	-moz-box-shadow: 0 20px 15px #dcdddd;
	box-shadow: 0 20px 15px #dcdddd;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
.product_list li:after {
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	transform: rotate(6deg);
	right: 15px;
	left: auto;
}
.product_list li img {
	width: 100%;
}
.text_box h2 {
	font-size: 16px;
	color: #333333;
}
.text_box h3 {
	font-size: 18px;
	color: #ff7000;
	padding: 5px 0;
}
.text_box h3 span {
	font-size: 14px;
}
.text_box02 .span01_left {
	display: block;
	float: left;
	font-size: 10px;
}
.text_box02 .span01_right {
	width: 60%;
	text-align: right;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: right;
	font-size: 10px;
}
.text_box03 .span_left {
	display: block;
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	float: left;
	font-size: 10px;
}
.text_box03 .span_right {
	display: block;
	width: 40%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: right;
	font-size: 10px;
}
.text_box02, .text_box03 {
	color: #666666;
	margin-bottom: 5px;
}
.shop_list {
	border-top: 1px solid #ededed;
	padding-top: 10px;
	margin-top: 10px;
}
.shop_list dd {
	float: left;
	font-size: 10px;
	margin-right: 2%;
}
.list01 a {
	display: inline-block;
	color: #348de9;
	border: 1px solid #348de9;
	border-radius: 15px;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.list01 a:hover {
	background: #348de9;
	color: #ffffff;
}
.list02 a {
	display: inline-block;
	color: #27d17a;
	border: 1px solid #27d17a;
	border-radius: 15px;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.list02 a:hover {
	background: #27d17a;
	color: #ffffff;
}
.list03 a {
	display: inline-block;
	color: #ff7000;
	border: 1px solid #ff7000;
	border-radius: 15px;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.list03 a:hover {
	background: #ff7000;
	color: #ffffff;
}

/* footer */
.footer {
	width: 100%;
	background: #1a1717;
	padding: 20px 0;
}
.footer h2 {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
}
.footer h2 i {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url("../images/jc.png") no-repeat center;
	margin-right: 4px;
}
/* tab */
.currency_tab {
	float: left;
	width: 180px;
}
.currency_tab li a {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.currency_box {
	float: right;
	width: 938px;
	border-left: 1px solid #dad6d6;
	padding: 20px;
	margin-left: 20px;
}
.tab-active a {
	color: #27d17a !important;
	background-color: #ededed;
}
/* 分页 */
.pagination {
	text-align: center;
	margin-top: 30px;
}
.pagination a {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	text-decoration: none;
	color: #666666;
}
.pagination a:hover {
	border-color: #27d17a;
	color: #ffffff;
	background: #27d17a;
}

/* 二级banner */
.second_img {
	background: url(../images/s_banner01.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 200px;
}
.search_find {
	float: right;
}
.search_find .search {
	width: 150px;
	height: 40px;
	float: left;
	line-height: 40px;
	background: #f3f3f3;
	padding-left: 10px;
	color: #8f949c;
	font-size: 12px;
}
.search_find .find {
	float: left;
	height: 40px;
	width: 40px;
	background: #27d17a url(../images/search.png) no-repeat center;
	background-size: 50%;
	cursor: pointer;
}

/* 放大镜 */
#showbox { background:#eee;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { width:400px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}


.detail_left{ float: left;}
.detail_right{ float: right; padding-left: 20px; width: 760px;}
.detail_right h2{ font-size: 20px; color: #333333;}
.suggest_box {margin-top: 20px;}
.suggest_box td{padding: 12px 15px; border-right:1px solid #ffffff ;border-bottom:1px solid #ffffff ;}
.suggest_td01{background-color: #e8e8e8; color: #666; text-align: center;}
.suggest_td02{background-color: #dddddd; color: #000;}
.detail_right h3{ font-size: 14px; color: rgb(207, 45, 45);margin-top: 10px;}
.buy01{ display:inline-block; padding:15px 30px; color: #33cb7c; background-color: #bcf2d6; border: 1px solid  #33cb7c; font-size: 16px; margin-top: 20px;}
.buy02{ color: #ff7000;background-color: #fbcda8; border: 1px solid  #ff7000; margin-left: 20px;}

/* 详情页tab */
.tab{margin-top: 30px;padding:20px; border: 1px solid #ededed;}
.tab .ul{  clear:both; overflow:hidden; border-bottom:2px solid #ff7000;}
.tab .ul li{ float:left;height:40px;line-height:40px; margin-right:15px; text-align:center;}
.tab .ul li a{ display:block; padding:0 15px; color:#333333;}
.taba{ background:#ff7000; font-size:16px;}
.taba a{color:#ffffff !important;}
.tabza{ background:#f2f2f2;font-size:16px}

.sy_axx{ padding: 20px 20px 0 20px;}
.sy_axx img{ width: 100%;}

.company_text{ margin-bottom: 10px;}
.company_text h2{ font-size: 16px; color: #333333;width: 100%;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.company_text02 dd{margin-bottom: 5px; font-size: 14px; color: #666666;}
.company_text02 dd span{ color: #333; margin-left: 4px;}

.compony_left{ width:400px; height: 310px;}
.compony_left img{ width: 100%;}

/*品牌墙*/
.step-content {
    padding: 80px 0;
    box-sizing: border-box;
    background: #fff;
}

.step-header h2 {
    font-weight: normal;
    text-align: center;
    font-size: 38px;
    color: #353535;
    z-index: 50;
}
.step-layout {
    width: 1180px;
    position: relative;
    margin: 0 auto
}

.step-layout-list {
    text-align: center;
    padding: 60px 0 0;
}

.step-layout-item {
    float: left;
    vertical-align: top;
    width: 25%;
    position: relative;
}

.step-layout-item img {
    vertical-align: top;
    display: inline-block;
    background-color: transparent;
}

.step-layout-item h4 {
    font-size: 24px;
    margin: 20px 0 5px;
    font-weight: normal;
}

.step-layout-item p {
    font-size: 14px;
    height: 45px;
    color: #888;
}

.step-layout .step-layout-list .step-layout-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 60px;
    right: -10px;
    display: block;
    width: 20px;
    height: 28px;
    background: url(../images/sapp-store-arror.png) no-repeat;
}

.free-go{ margin-top:40px;}
.free-go a {
    display: block;
    width: 300px;
    line-height: 60px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #FF7000;
    border-radius: 40px;
    box-shadow: 0 4px 10px #efa973;
    text-align:center;
}
/*.flow{
    display: inline-block;
    border: 1px solid #27d17a;
    color:#27d17a;
    padding: 5px 15px;
    margin-top: 10px;
    border-radius: 4px;
}

.flow:hover{
	background: #27d17a;
	color: #ffffff;
}*/