﻿@font-face {
	font-family:fzzqh;
	src: url();
}
@font-face {
	font-family:AVENIR-ROMAN;
	src: url();
}
body{
	
  font-family:fzzqh !important;
	color: #212121;
}

p,h5,a,span,input,textarea,h1,i{
	font-family:fzzqh;
}
.auto {
    margin: 0 auto;
    width: 1260px;
}
.dbnav{ width:100%; height:130px; background-color:rgba(110,110,110,0.5); position:absolute; top:0;  z-index:9999;}
.dblogo{ margin-top:22px; float:left;margin-left: -294px;}
.navul{ float:left; margin-left:15px;}
.navul ul li{ float:left; height:130px; line-height:130px;}
.navul ul li a{ font-size:18px; color:#f1deb1; padding:0px 16px; margin-left:2px;position:relative; }
.ew{ display:block; color:#ADACAB;}
.ch{ display: none; color:#ADACAB;}

.navul ul li:hover .ch{ display:block;}
.navul ul li:hover .ew{ display:none;}
.scntit{ float:right;}
.dbtitcn{ float:left; margin-top:52px;margin-right:15px;}
.dbtitcn a{ font-size:17px; color:#E3E3E3;}
.dbcn{ float:left;margin-top:52px; margin-right:15px; position:relative;}
.dbcn a.asdstt{ font-size:17px; color:#E3E3E3; display:block;background: url(404.png) no-repeat 39px 4px; padding-right:23px;}

.suosuot{ position:relative; float:left;}
.suosuot .keyName{ border:3px #C1C1C1 solid; width:160px; height:30px; background:none; color:#fff; line-height:30px; margin-top:52px; text-indent:5px;border-radius: 1px;margin-right: -170px;}
.suosuot .keyBtn{ border: none; width: 20px; height: 100%; cursor: default; padding: 0 5px; background: url(../image/sst.png) no-repeat center; position: absolute; right: 5px; top: 25px; cursor:pointer; }


.sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:199991;width:100%; display: none;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#c9141e;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:199990;background:#eee;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}



::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
	background: #212121;
	color: #fff;
}
::selection {
	background: #212121;
	color: #fff;
}
body.hideShow{
  overflow: hidden;
}
.load{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
}
.load_logo{
  width:6%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.load::before{
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) 1.2s .3s;	
  transition: all cubic-bezier(.18,1,.21,1) 1.2s .3s;
}
.load::after{
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) 1.2s .3s;	
  transition: all cubic-bezier(.18,1,.21,1) 1.2s .3s;
}

body.hideShow .load::before, body.hideShow .load::after{
  height: 50%;
}
body.hideShow .load_logo{
  opacity:1;
  -moz-opacity:1; 
  -khtml-opacity:1;
  -webkit-opacity:1;
  filter:alpha(opacity=100);  
}



.logo{
	position: fixed;
	top: 3%;
	left: 3%;
	z-index: 99;
  width: 140px;
}
.logo img{
  display: block;
  width: 100%;
}

.menu-btn {
	display: none;
	position: fixed;
	top: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
	z-index: 99;
	background: #313131;
}

.menu-btn .menu-btn__inner {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
text-align: center;
width: 30px;
height: 20px;
cursor: pointer
}

.menu-btn .menu-btn__inner:before {
content: '菜单';
position: absolute;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
left: -50px;
width: 40px;
height: 20px;
line-height: 20px;
text-align: right;
letter-spacing: 2px;
font-size: 11px;
color: #888;
-webkit-transition: all .5s ease;
transition: all .5s ease;
visibility: hidden;
opacity: 0;
}

.menu-btn .menu-btn__inner:hover:before {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
visibility: visible;
opacity: 1;
}

.menu-btn .menu-btn__inner .menu-btn--bar1,
.menu-btn .menu-btn__inner .menu-btn--bar2 {
position: absolute;
top: 0;
width: 15px;
height: 2px;
display: block;
background: #fff;
-webkit-transition: all .3s ease;
transition: all .3s ease
}

.menu-btn .menu-btn__inner .menu-btn--bar1:before,
.menu-btn .menu-btn__inner .menu-btn--bar1:after,
.menu-btn .menu-btn__inner .menu-btn--bar2:before,
.menu-btn .menu-btn__inner .menu-btn--bar2:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 15px;
	height: 2px;
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.menu-btn .menu-btn__inner .menu-btn--bar1:after,
.menu-btn .menu-btn__inner .menu-btn--bar2:after {
	top: 18px
}

.menu-btn .menu-btn__inner .menu-btn--bar1 {
	left: 0
}

.menu-btn .menu-btn__inner .menu-btn--bar2 {
	right: 0
}

.menu-btn .menu-btn__inner:hover .menu-btn--bar1 {
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px)
}

.menu-btn .menu-btn__inner:hover .menu-btn--bar2 {
	-webkit-transform: translateX(3px);
	transform: translateX(3px)
}

.menu-btn .menu-btn__inner:hover .menu-btn--bar1,
.menu-btn .menu-btn__inner:hover .menu-btn--bar2,
.menu-btn .menu-btn__inner:hover .menu-btn--bar1:after,
.menu-btn .menu-btn__inner:hover .menu-btn--bar1:before,
.menu-btn .menu-btn__inner:hover .menu-btn--bar2:after,
.menu-btn .menu-btn__inner:hover .menu-btn--bar2:before {
	background: #888
}

.menu-btn.is-prepend {
	z-index: 6;
	background:none;
}

.menu-btn.is-prepend .menu-btn__inner {
	-webkit-animation: btn-height 1s ease forwards;
	animation: btn-height 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner:before {
	content: '关闭';
	color: #fff;
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.menu-btn.is-prepend .menu-btn__inner:hover:before {
	color: #888
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1 {
	-webkit-transform: none;
	transform: none;
	-webkit-animation: bar1-top 1s ease forwards;
	animation: bar1-top 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1:before {
	-webkit-animation: bar1-mid 1s ease forwards;
	animation: bar1-mid 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1:after {
	-webkit-animation: bar1-bot 1s ease forwards;
	animation: bar1-bot 1s ease forwards
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1 {
	-webkit-transform: none;
	transform: none;
	-webkit-animation: bar1-top 1s ease forwards;
	animation: bar1-top 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1:before {
	-webkit-animation: bar1-mid 1s ease forwards;
	animation: bar1-mid 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1:after {
	-webkit-animation: bar1-bot 1s ease forwards;
	animation: bar1-bot 1s ease forwards
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2 {
	-webkit-transform: none;
	transform: none;
	-webkit-animation: bar2-top 1s ease forwards;
	animation: bar2-top 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2:before {
	-webkit-animation: bar2-mid 1s ease forwards;
	animation: bar2-mid 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2:after {
	-webkit-animation: bar2-bot 1s ease forwards;
	animation: bar2-bot 1s ease forwards
}

@-webkit-keyframes btn-height {
	0% {
		height: 20px
	}
	50% {
		height: 30px
	}
	100% {
		height: 30px
	}
}

@keyframes btn-height {
	0% {
		height: 20px
	}
	50% {
		height: 30px
	}
	100% {
		height: 30px
	}
}
@-webkit-keyframes bar1-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
		width: 15px
	}
	50% {
		-webkit-transform: translate3d(0, 14px, 0) rotate(0);
		transform: translate3d(0, 14px, 0) rotate(0);
		width: 15px
	}
	75% {
		-webkit-transform: translate3d(0, 14px, 0) rotate(0);
		transform: translate3d(0, 14px, 0) rotate(0);
		width: 30px
	}
	100% {
		-webkit-transform: translate3d(0, 14px, 0) rotate(45deg);
		transform: translate3d(0, 14px, 0) rotate(45deg);
		width: 30px
	}
}
@keyframes bar1-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
		width: 15px
	}
	50% {
		-webkit-transform: translate3d(0, 14px, 0) rotate(0);
		transform: translate3d(0, 14px, 0) rotate(0);
		width: 15px
	}
	75% {
		-webkit-transform: translate3d(0, 14px, 0) rotate(0);
		transform: translate3d(0, 14px, 0) rotate(0);
		width: 30px
	}
	100% {
		-webkit-transform: translate3d(0, 14px, 0) rotate(45deg);
		transform: translate3d(0, 14px, 0) rotate(45deg);
		width: 30px
	}
}

@-webkit-keyframes bar1-mid {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
		width: 15px
	}
	50% {
		-webkit-transform: translate3d(0, -9px, 0) rotate(0);
		transform: translate3d(0, -9px, 0) rotate(0);
		width: 15px
	}
	75% {
		-webkit-transform: translate3d(0, -9px, 0) rotate(0);
		transform: translate3d(0, -9px, 0) rotate(0);
		width: 15px
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}
@keyframes bar1-mid {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
		width: 15px
	}
	50% {
		-webkit-transform: translate3d(0, -9px, 0) rotate(0);
		transform: translate3d(0, -9px, 0) rotate(0);
		width: 15px
	}
	75% {
		-webkit-transform: translate3d(0, -9px, 0) rotate(0);
		transform: translate3d(0, -9px, 0) rotate(0);
		width: 15px
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}
@-webkit-keyframes bar1-bot {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
		width: 15px
	}
	50% {
		-webkit-transform: translate3d(0, -18px, 0) rotate(0);
		transform: translate3d(0, -18px, 0) rotate(0);
		width: 15px
	}
	75% {
		-webkit-transform: translate3d(0, -18px, 0) rotate(0);
		transform: translate3d(0, -18px, 0) rotate(0);
		width: 15px
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}

@keyframes bar1-bot {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
		width: 15px
	}
	50% {
		-webkit-transform: translate3d(0, -18px, 0) rotate(0);
		transform: translate3d(0, -18px, 0) rotate(0);
		width: 15px
	}
	75% {
		-webkit-transform: translate3d(0, -18px, 0) rotate(0);
		transform: translate3d(0, -18px, 0) rotate(0);
		width: 15px
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}
@-webkit-keyframes bar2-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
		width: 15px
	}
	50% {
		-webkit-transform: translate3d(0, 14px, 0) rotate(0);
		transform: translate3d(0, 14px, 0) rotate(0);
		width: 15px
	}
	75% {
		-webkit-transform: translate3d(0, 14px, 0) rotate(0);
		transform: translate3d(0, 14px, 0) rotate(0);
		width: 30px
	}
	100% {
		-webkit-transform: translate3d(0, 14px, 0) rotate(-45deg);
		transform: translate3d(0, 14px, 0) rotate(-45deg);
		width: 30px
	}
}
@keyframes bar2-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
		width: 15px
	}
	50% {
		-webkit-transform: translate3d(0, 14px, 0) rotate(0);
		transform: translate3d(0, 14px, 0) rotate(0);
		width: 15px
	}
	75% {
		-webkit-transform: translate3d(0, 14px, 0) rotate(0);
		transform: translate3d(0, 14px, 0) rotate(0);
		width: 30px
	}
	100% {
		-webkit-transform: translate3d(0, 14px, 0) rotate(-45deg);
		transform: translate3d(0, 14px, 0) rotate(-45deg);
		width: 30px
	}
}

@-webkit-keyframes bar2-mid {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
		width: 15px
	}
	50% {
		-webkit-transform: translate3d(0, -9px, 0) rotate(0);
		transform: translate3d(0, -9px, 0) rotate(0);
		width: 15px
	}
	75% {
		-webkit-transform: translate3d(0, -9px, 0) rotate(0);
		transform: translate3d(0, -9px, 0) rotate(0);
		width: 15px
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}
@keyframes bar2-mid {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
		width: 15px
	}
	50% {
		-webkit-transform: translate3d(0, -9px, 0) rotate(0);
		transform: translate3d(0, -9px, 0) rotate(0);
		width: 15px
	}
	75% {
		-webkit-transform: translate3d(0, -9px, 0) rotate(0);
		transform: translate3d(0, -9px, 0) rotate(0);
		width: 15px
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}
@-webkit-keyframes bar2-bot {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
		width: 15px
	}
	50% {
		-webkit-transform: translate3d(0, -18px, 0) rotate(0);
		transform: translate3d(0, -18px, 0) rotate(0);
		width: 15px
	}
	75% {
		-webkit-transform: translate3d(0, -18px, 0) rotate(0);
		transform: translate3d(0, -18px, 0) rotate(0);
		width: 15px
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}

@keyframes bar2-bot {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0);
		width: 15px
	}
	50% {
		-webkit-transform: translate3d(0, -18px, 0) rotate(0);
		transform: translate3d(0, -18px, 0) rotate(0);
		width: 15px
	}
	75% {
		-webkit-transform: translate3d(0, -18px, 0) rotate(0);
		transform: translate3d(0, -18px, 0) rotate(0);
		width: 15px
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}

.modalNav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.86);
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	visibility: hidden;
	opacity: 0;
	z-index: 5
}

.modalNav.is-fadeIn {
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}

.modalNav.is-fadeOut {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	visibility: hidden;
	opacity: 0;
}

.modalNav .modal__inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 100%;
	cursor: auto
}

.modalNav .modal__inner .modal__list {
	height: 100%
}

.modalNav .modal__inner .modal__list:after {
	content: "";
	clear: both;
	display: block
}

.modalNav .modal__inner .modal__list li {
	float: left;
	display: block;
	box-sizing: border-box;
	width: 25%;
	height: 40%;
	border-bottom: 1px solid #3a393b
}

.modalNav .modal__inner .modal__list li:nth-child(4n+2) {
	border-left: 1px solid #3a393b;
	border-right: 1px solid #3a393b
}

.modalNav .modal__inner .modal__list li:nth-child(4n) {
	border-left: 1px solid #3a393b
}

.modalNav .modal__inner .modal__list li .li_menu {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px
}


.modalNav .modal__inner .modal__list li .li_menu span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 20px;
	margin: auto;
	line-height: 20px;
  font-size: 15px;
  color: #fff;
}

.modalNav .modal__inner .modal__list li.cur .li_menu {
	pointer-events: none;
	background: #000
}

.modalNav .modal__inner .modal__sns {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	width: 165px;
	margin: auto
}

.modal__list li .li_menu .js-modal-i{position: absolute;top: 0;bottom: 20%;left: 0;right: 0;display: block;margin: auto;height:20px;line-height:20px;}
.modal__list li .li_menu .js-modal-i p{font-size:14px; color: #e1e1e1;}
.modal__list li .li_menu .js-modal-i i{font-size:12px;color:#b5b5b5;display:block; font-style:normal}
.modal__list li .li_menu .js-modal-i em{display:inline-block;color:#b5b5b5; font-style:normal}
.modalNav .modal__inner .modal__list li .li_menu .js-modal-i{display:none;}
.modalNav .modal__inner .modal__list li .li_menu .js-modal-i i{-webkit-transition: all .5s ease;transition: all .5s ease;text-transform: uppercase;letter-spacing: 5px}
.modalNav .modal__inner .modal__list li .li_menu .js-modal-i i:hover{letter-spacing: 8px;}
.modalNav .modal__inner .modal__list li .li_menu:hover .js-modal-i{display:block}
.modalNav .modal__inner .modal__list li .li_menu:hover .js-modal-span{display:none;}
.modalNav .modal__inner .modal__list li:nth-child(5),.modalNav .modal__inner .modal__list li:nth-child(6),.modalNav .modal__inner .modal__list li:nth-child(7),.modalNav .modal__inner .modal__list li:nth-child(8){
	height: 35%
}


.modal__sm{position:relative;left:0;bottom:15%;right:0;text-align:center;margin:auto;}
.modal__sm ul{overflow: hidden;position: absolute;top: -30px;left: 0;right: 0;margin: auto;}
.modal__sm ul li{width:123px;display: inline-block;border-right:1px solid #bcbcbc;font-size:14px;}
.modal__sm ul li .li_menu{color:#bcbcbc;display:block;}
.modal__sm ul li:last-child{
  border-right: none;
}
.modal__sm ul li._left{border:none;}
.modal__sm p{color:#bcbcbc;font-size:14px;}
.modal__sm ul li a {
    color: #bcbcbc;
    display: block;
}
	



.footer{
	background: #212121;
	width:108%;
	margin-left:-154px;
}
.footer_ul{
	width: 63%;
	margin:  0 auto;
	padding: 50px 0;
}
.footer_ul li{
	padding: 0 25px;
	width: 14%;
	float: left;
	text-align: center;
}
.footer_ul li a{
	color: #fff;
	font-size: 12px;
}
.footer_ul li a p{
	color: #fff;

}
.footer_ul li a span{
	display: none;
	color: #fff;
}
.footer_txt {
	border-top: 4px solid #292929;
}
.footer_txt  p{
	text-align: center;
    margin-top: 20px;
    color: #444;
    font-size: 12px;
		margin-bottom: 0;
		text-transform: uppercase;
    padding-bottom: 10px;
}
.icons__inner {
	vertical-align: middle;
	float: none;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 0 10px;
  background-size: 100% 100% !important;
}
.icons__inner.inner1{background:url(404.png) no-repeat -22px -6px;}
.icons__inner.inner2{background:url(404.png) no-repeat -58px -6px;}
.icons__inner.inner3{background:url(404.png) no-repeat -99px -6px;}
.icons__inner.inner1:hover{background:url(404.png) no-repeat -22px -47px;}
.icons__inner.inner2:hover{background:url(404.png) no-repeat -58px -47px;;}
.icons__inner.inner3:hover{background:url(404.png) no-repeat -99px -47px;;}
.inner2 {
	position: relative;
}
.icons__inner.inner2 img{
	display: none;
	position: absolute;
  top: -110px;
  width: 100px;
  left: -35px;
}
.icons__inner.inner2:hover img{
	  display: block;
    
}


.banner{
	position: relative;
	width: 100%;
  height: 100%;
  background: url(../image/banner.jpg) center no-repeat;
  background-size: cover !important;
}
.banner_img{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_text{
	position: absolute;
	left: 50%;
	top: 50%;
	
	text-align: center;
  z-index: 99;

	-webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.banner_text h5{
  font-size: 46px;
  margin: 0;
 
}
.banner_text p{
	font-size: 76px;
  margin: 0;
  margin: 6% 0 6% 0;
  white-space:nowrap;
  
  font-family: AVENIR-ROMAN;     
}
.banner_text a{
  display: inline-block;
  color: ##7d7d7d;
  text-align: center;
  font-size: 24px;
  width: 278px;
  padding: 4% 0;
  text-align: center;
  letter-spacing: 1px;
  font-family: AVENIR-ROMAN;
  border: 1px solid ##7d7d7d;
  
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.banner_text a:hover{
	border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.swiper_btn_left, .swiper_btn_right{
  position: absolute;
  top: 50%;
  z-index: 99999;
  cursor: pointer;
}
.swiper_btn_left{
  left: 20px;
}
.swiper_btn_right{
  right: 20px;
}




.index_about1{
	position: relative;
	width: 100%;
	height: 100%;
}
.index_abimg{
	width: 50%;
	float: left;
	position: relative;
	background: url(404.png) center no-repeat;
	background-size: cover !important;
	height: 100%;
}
.index_abtxt{
	width: 50%;
	float: left;
	position: relative;
	height: 100%;
	background-color: #f3f5f9;
}
.bradn_txt{
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	text-align: center;
	-webkit-transform:  translateY(-50%);
  transform:  translateY(-50%);
	color: #333;

}
.bradn_txt h5{
	font-size: 30px;
  margin: 0;
  font-weight: 600;
  color: #212121;
  letter-spacing: 2px;
  font-family: AVENIR-ROMAN; 
}
.bradn_txt p{
  font-size: 16px;
	width: 70%;
	margin: 10% auto 12% auto;
	line-height: 2;
  text-align: center;
  color: #212121;
}
.bradn_txt a{
  width: 179px;
	display: inline-block;
  color: #fff;
  background: #212121;
  font-size: 20px;
  padding: 2% 0;
  text-align: center;
  letter-spacing: 2px;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
  font-family: AVENIR-ROMAN; 
}
.bradn_txt a:hover{
	background:#212121;
	color:#FFF;
}

.index_news1{
	width: 100%;
	height: 100%;
  background: #fff;
	padding: 0 20px;
}
.index1_title{
  padding: 4% 0;
}
 .index1_title h5{
	font-size: 30px;
	color: #212121;
	margin: 0;
	text-align: center;
  letter-spacing: 2px;
  margin-bottom: 1%;
  font-family: AVENIR-ROMAN; 
}
.index1_title .line{
	width: 60px;
	height: 3px;
	background: #212121;
  margin: 0 auto;
} 
.news_one .img{
  overflow: hidden;
}
.news_one .img img{
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.news_one:hover .img img{
  -webkit-transform:scale(1.05);
  transform:scale(1.05);
}
.news_one .text{
  background: #fff;
  padding: 10px;
}
.news_one .text b{
	font-size: 16px;
	color: #212121;
  font-weight: normal;
}
.news_one .text h5{
  margin: 5% 0 2% 0;
	font-size: 16px;
	color: #333;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news_one .arrow{
	position: relative;
	font-family: AVENIR-ROMAN; 
}
.news_one .arrow span{
  font-size: 14px;
  color: #212121;
}
.index_more {
	margin-top: 3%;
  text-align: center;
  font-family: AVENIR-ROMAN; 
}
.index_more a{
  width: 322px;
  display: inline-block;
  color: #212121;
  background: #fff;
  border: 1px solid #212121;
  font-size: 14px;
  padding: .5% 0;
  text-align: center;
  letter-spacing: 0px;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_more a:hover{
	background:#212121;
	color:#FFF;
}


.index_store{
	background: url(404.png) center no-repeat;
	background-size: cover !important;
	position: relative; 
	width: 100%;
	height: 100%;
}
.st_text{
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 51%;
  padding: 1.5% 7%;
  background: rgba(89, 89, 89, .56);
	-webkit-transform:  translateY(-50%) translateX(-50%) !important;
  transform:  translateY(-50%) translateX(-50%) !important;
  font-family: AVENIR-ROMAN; 
}
.st_text h5{
	font-size: 36px;
  color: #fff;
  text-align: center;
  margin: 0;
  font-weight: 600;
  margin-bottom: 15%;
  letter-spacing: 3px;
}
.st_text P{
  font-size: 14px;
  width: 300PX;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10%;
  line-height: 1.6;
}
.index_store a{
	color: #fff;
	display: inline-block;
	font-size: 20px;
	text-align: center;
  padding: 3% 10%;
	background: #212121;
  letter-spacing: 1px;
}

.index_foot{
  width: 100%;
  padding: 12px 40px;
  background: #fff;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
}
.index_foot p{
  font-size: 12px;
  color: #212121;
  margin: 0;
  position: relative;
}
.index_foot p span{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #212121;
}




.index_contact{
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
.index_contact_box{
  width: 60%;
  position: absolute;
  bottom: 24%;
  right: 20%;
  padding-left: 24%;
}
.index_contact_bg{
  width: 100%;
  height: 100%;
  background: url(404.png) center no-repeat;
  background-size: cover !important;
}
.index_contact_left{
  background: rgba(0, 0, 0, .5);
  padding: 3% 6%;
  float: left;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index_contact_left h5{
  font-size: 36px;
  color: #fff;
  margin: 0;
  margin-bottom: 5%;
  white-space:nowrap;
  font-family: AVENIR-ROMAN; 
}
.index_contact_left p{
  font-size: 18px;
  color: #fff;
  margin-bottom: 8%;
  white-space:nowrap
}
.index_contact_left p:last-child{
  margin-bottom: 0;
}
.index_contact_right{
  width: 100%;
  padding: 2%;
  padding-left: 8%;
  padding-bottom: 0;
  float: left; 
}
.index_contact_right p{
  margin-bottom: 4%;
}
.index_contact_right p span{
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.index_contact_right p span b{
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -60px;
  display: none;
}
.index_input{
  margin-bottom: 2%;
}
.index_input input{
  font-size: 14px;
  color: #fff;
  background: rgba(125, 125, 125, .7);
  border: none;
  float: left;
  width: 100%;
  line-height: 40px;
  padding:  0 10px;
}
.index_input1 input{
  width: 49%;
}
.index_input1 input:last-child{
  margin-left: 2%;
}
.index_textarea textarea{
  font-size: 14px;
  color: #fff;
  background: rgba(125, 125, 125, .7);
  border: none;
  width: 100%;
  line-height: 25px;
  padding: 5px 10px;
  min-height: 120px;
  margin-bottom: 2%;
}
.index_input input::-webkit-input-placeholder, .index_textarea textarea::-webkit-input-placeholder { 
  color: #fff; 
} 
.index_input input:-moz-placeholder, .index_textarea textarea:-moz-placeholder{ 
  color: #fff; 
} 
.index_input input::-moz-placeholder, .index_textarea textarea::-moz-placeholder{ 
  color: #fff; 
} 
.index_input input:-ms-input-placeholder, .index_textarea textarea:-ms-input-placeholder{ 
  color: #fff; 
}
.input_btn{
  width: 30%;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  background: rgba(125, 125, 125, .7);
  padding: 0 30px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
  font-family: fzzqh;
}
.input_btn:hover{
  background: rgba(33, 33, 33, 1);
}










.inslid_banner{
	position: relative;
}
.inslid_title{
	position: absolute;
	top: 40%;
	left: 50%;
	text-align: center;
 -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
		color: #ffffff;
}
.inslid_title h1{
	font-size: 50px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: AVENIR-ROMAN;
}
.inslid_title p{
	color: #ffffff;
	margin: 0;
	font-size: 24px;
	letter-spacing: 1px;
}
.brand_wid{
	 margin: 6% 8%;
}
.brand_one,.brand_two{
	position: relative;
	margin-bottom: 6%;
}
.brand_one_img{
	width: 70%;
  float: left;
  height:525px;
  overflow:hidden;
  transition:all 0.5s;
}
.brand_one_img:hover img{ transform:scale(1.1,1.1); transition:all 0.5s;}
.brand_one_text{
	background: #fff;
  text-align: left;
  padding: 3% 2%;
	position: absolute;
	left: 73%;
	top: 74%;
	width: 35%;
}
.brand_one_text h1{
	font-size: 36px;
	color: #333;
	margin: 0 0 10px 0;
	font-family: AVENIR-ROMAN;
}
.brand_one_text i{
	color: #333;
  display: block;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 25px;
}
.brand_one_text p{
	font-size: 14px;
  color: #666;
	line-height: 26px;
	margin: 0;
}

.brand_two_left,.brand_two_right{
	width: 50%;
    float: left;
	
}
.brand_two_img{
	position: relative;
	height:497px;
	overflow:hidden;
	transition:all 0.5s;
}
.brand_two_img:hover img{transform:scale(1.1,1.1); transition:all 0.5s;}
.brand_two_text {
	background: #fff;
	padding: 1%;
	width: 75%;
	margin: 0 auto;
	margin-top: -7%;
	z-index: 4;
	position: relative;
}
.brand_two_text h5{
	font-size: 36px;
	color: #333;
	margin:  0 0 10px 0;
	text-align: center;
	text-transform : uppercase;
	    font-family: AVENIR-ROMAN;
}
.brand_two_text i{
	display: block;
	text-align: center;
	color: #333;
	margin-bottom: 25px;
  font-style: normal;
  font-size: 18px;
}
.brand_two_text p{
	color: #666;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}
.brand_two_right .brand_two_text{
	margin-top: 0%;
}
.brand_title{
	margin-bottom: 30px;
}
.brand_title h5{
	color: #333;
	font-size: 36px;
	margin:  0 0 15px 0;
	text-transform: uppercase;
	font-family: AVENIR-ROMAN;
}
.brand_title  span{
	font-size: 16px;
	color: #333;
	margin-left: 345px;
}
.comdiv_img{
	width: 85%;
}
.comdiv_img img{
	transition: all 1s cubic-bezier(0.215,0.61,0.355,1) 0s;
	margin-left: 10px;
}
.comdiv_img:hover img{
	transform: scale(1.2, 1.2);
}
.brand_com{
	position: relative;
	
}
.brand_Right_div{
	background: #fff;
	text-align: left;
	padding: 0% 3% 0% 3%;
	position: absolute;
	top: 81%;
	left: 58%;
	z-index: 4;
	width: 36%;
}

.brand_com_text h1{
	color: #333;
	font-size: 18px;
	margin: 0;
}
.brand_com_text h2{
	font-size: 14px;
	color: #999;
	margin: 10px 0 25px 0;
	text-transform:uppercase;
	font-family: AVENIR-ROMAN;
}
.brand_com_text h5{
	font-style: italic;
}
.brand_com_text h5,.brand_com_text p{
	font-size: 14px;
	color: #333;
	margin: 0;
	line-height: 26px;
}
.brand_com_text{
	padding-bottom: 7%;
}
.about_swipbtn{
	z-index: 999;
	background: transparent;
	top: auto;
	bottom: -10%;

}
.about_swipbtn img{
	transition: all 1s cubic-bezier(0.215,0.61,0.355,1) 0s;
}
.about_swipbtn:hover img{
	transform: scale(1.5, 1);
}
.brand_Right_div .swiper-button-next{
	right: auto;
	left: 15%;
}
.about_his{
  margin-top: 11%;
}
.about_his_box{
  padding-left: 20%;
  position: relative;
}
.about_his_list{
  padding-left: 12.5%;
  position: relative;
}
.about_his_list_img{
  width: 100%;
  transition:all 0.5s;
}
.about_his_list_img:hover img{ transform:scale(1.1,1.1); transition:all 0.5s;}
.about_his_list_txt{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  padding: 3% 2%;
  border: #F8F8FF 1px solid;
  box-shadow: 0 0 5px rgb(248 248 255);
  -webkit-box-shadow: 0 0 5px rgb(248 248 255);
  -moz-box-shadow: 0 0 5px rgba(248, 248, 255, 1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about_his_list_txt h5{
  margin: 0;
  font-size: 24px;
  color: #212121;
  margin-bottom: 6%;
}
.about_his_list_txt p{
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 6%;
}
.about_his_list_txt span{
  font-size: 12px;
  color: #666;
}
.about_his_box>h5{
  font-size: 18px;
  color: #212121;
  position: absolute;
  top: 0;
  left: 0;
}
.about_his_box>h5 span{
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 6%;
  font-family: AVENIR-ROMAN;
}
.about_his_box ul{
  position: absolute;
  top: 20%;
  left: 0;
  height: 75%;
  overflow-y: scroll;
}
.about_his_box ul::-webkit-scrollbar{
  width: 0;
}
.about_his_box ul li{
  margin: 3% 0;
}
.about_his_box ul li span{
  display: inline-block;
  color: #121212;
  font-size: 14px;
  position: relative;
  line-height: 2;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.about_his_box ul li.active span{
  padding: 0 25px;
}
.about_his_box ul li span::before{
  content: '';
  width: 0px;
  height: 1px;
  background-color: #121212;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.about_his_box ul li span::after{
  content: '';
  width: 0px;
  height: 1px;
  background-color: #121212;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.about_his_box ul li.active span::before, .about_his_box ul li.active span::after{
  width: 8px;
}




.news1_cot_txt{
	width: 50%;
	float: left;
	padding: 3%;
}
.news1_cot_iamges{
	width: 50%;
	float: left;
}
.news1_cot {
	overflow: hidden;
	margin: 6%;
}
.news1_cot_date {
	margin-bottom: 3%;
}
.news1_cot_txt h5 {
	font-size: 24px;
	color: #080808;
	margin: 0 0 10px 0;
}
.news1_cot_txt i {
	font-size: 15px;
	color: #afafaf;
	display: block;
	margin-bottom: 15px;
}
.news1_cot_txt p {
	font-size: 14px;
	color: #666;
	margin-bottom: 25px;
}
.news_more{
	width: 145px;
	height: 34px;
	line-height: 32px;
	display: block;
	text-align: center;
	border: 1px solid #d4d4d4;
	color: #666;
	font-size: 14px;
	font-family: AVENIR-ROMAN;
}
.news_more:hover{
	background: #363636;
    color: #fff;
}



.product_all{
	margin-top: 130px;
}
.product_list{
	position: relative;
}
.product_list .line{
	position: absolute;
  width: 92%;
  left: 4%;
  height: 94%;
  top: 3%;
  border: 1px solid #fff;
	z-index: 2;
	opacity:0;
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
		-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
		transition: all cubic-bezier(.18,1,.21,1) .9s;
	
}
.product_list .bg{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity:0;
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
		-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
		transition: all cubic-bezier(.18,1,.21,1) .9s;
	
}
.product_list_title p{
	color: #ffffff;
	margin: 0;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom:5px;
	display: inline-block;


}
.product_list_title{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	z-index: 12;
	opacity:0;
	-moz-opacity:0; 
	-khtml-opacity:0;
	-webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.product_list:hover .bg{
  opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=1);
}
.product_list:hover .line{
  opacity:1;
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=1);
}

.product_list:hover .product_list_title{
	opacity:1;
	-moz-opacity:1; 
	-khtml-opacity:1;
	-webkit-opacity:1;
	filter:alpha(opacity=1);
}
.swiper_btn{
	background: transparent;
	z-index: 99999;
	cursor: pointer;
  
}
.swiper_btn i{
	  color: #494949;
    font-size: 60px;
    font-weight: 100;
}
.swiper_btn i:hover{
	color: #000;
}

.product_show{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, .7);
}
.product_show_list{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product_show_con{
  width: 70%;
  position: absolute;
  top: 5%;
  left: 15%;
}
.product_show_close{
  position: absolute;
  left: 50%;
  bottom: 5%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product_show_prev{
  position: absolute;
  left: 2%;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product_show_next{
  position: absolute;
  right: 2%;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}





.vedio_list{
	padding: 5% 0;
	width: 70%;
	margin: 0 auto;
}
.vedio_list_on{
	margin:0 0 5% 0 ;
}
.vedio_list_on h1{
	text-align: center;
	margin: 0 0 5% 0;
	font-size: 26px;
	letter-spacing: 1px;
	color: #333;
}


.ping_d_text{
	width: 38%;
	float: left;
	padding: 0 4%;
	color: #333;
	padding-top: 5%;
}
.ping_d_img{
	width: 62%;
	float: left;
	overflow: hidden;
}

.ping_d_img img{
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.ping_d_img:hover img{
  -webkit-transform:scale(1.05);
  transform:scale(1.05);
}
.large{
	background: #f5f5f5;
	padding: 5% 0;
}
.ping_d{
	background: #fff;
	overflow: hidden;
    width: 85%;
    margin: 0 auto;
}
.large_date{
	font-size: 14px;
	font-style: normal;
}
.large_title{
	font-size: 30px;
}
.large_text{
	font-size: 12px;
  line-height: 24px;
	margin-bottom: 25px;
}
.ping_d_text2,.ping_d_img2{
	width: 100%;
	float: none;
}
.ping_d2{
	background: transparent;
}
.ping_d2_on{
	width: 48%;
	float: left;
}
.ping_d_text2{
	background: #ffffff;
	padding-bottom: 5%;
}
.ping_d2_on:nth-child(1){
	margin-right: 4%;
}
.ping_d {
	margin-bottom: 25px;
}



.join_cot{
	margin: 4% 3%;
	padding:5% 3%;
	background: url(404.png) no-repeat;
	background-size: cover !important;
	padding-bottom: 0;
}
.brand_join{

    margin: 4% 8%;

}
.join_cot_bg{
  background: #fff;
	padding: 3% 5% 0 5%;
}
.join_inform .info{
	margin-bottom: 25px;
}
.join_inp{
	width: 32%;
    margin-right: 2%;
		float: left;
		border: 1px solid #b1b1b1;
		height: 42px;
		line-height: 40px;
		text-indent: 1em;
}
.join_inp:nth-child(3){
	margin-right: 0;
}
.join_inform .message{
	width: 100%;
	border: 1px solid #b1b1b1;
	text-indent: 1em;
	padding: 10px 0;
	height: 140px;
  line-height: 40px;
}
.tijiao{
	display: block;
	width: 32%;
  height: 56px;
  line-height: 56px;
	margin: 0 auto;
	text-align: center;
	background: #616161;
	color: #fff;
	font-size: 14px;
  margin-top: 40px;
	cursor: pointer;
}
.tijiao:hover{
	background: #a0a0a0;

}
.join_cot_text{
	text-align: center;
	margin-bottom: 5%;
	color: #333;
	
}
.join_cot_text h1{
	margin: 0 0 10px 0;
	font-size: 36px;
	font-family: AVENIR-ROMAN;
}
.join_cot_text p{
	font-size: 14px;;
}
.join_ban .inslid_title h1{
	font-size: 55px;
}
.join_ban .inslid_title p{
 font-size: 18px;
}



.stars{
	width: 70%;
	margin: 0 auto;
	position: relative;
	padding: 5% 0;
}
.stars_left,.stars_right{
	width: 48%;
	margin:0 1%;
	float: left;
}
.stars_item{

}
.stars_item_text p {
	color: #000;
	font-size: 14px;
	margin: 20px 0;
	line-height: 26px;
}


.life {
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
}
.life_cot{
	width: 70%;
	margin: 0 auto;
}
.life_cot_left,.life_cot_right{
	width: 46%;
	float: left;
	margin: 0 2%;
	margin-bottom: 3%;
}
.life_item{
	
}
.life_item_text{
	margin: 20px 0;
}
.life_item_text h5{
	font-size: 36px;
	color: #232323;
	margin: 0 0 10px 0;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.life_item_text p{
 font-size: 14px;
 line-height: 26px;
 color: #333333;
 margin: 0;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 height: 52px;
}



.store_box{
  margin: 4%;
}
.store_banner{
  position: relative;
}
.store_banner h5{
  font-size: 45px;
  font-family:AVENIR-ROMAN;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.store_sec1>h5{
  font-size: 45px;
  font-family:AVENIR-ROMAN;
  color: #212121;
  margin: 0;
  margin-bottom: 4%;
  text-align: center;
}
.store_sec1_box{
  padding-right: 30%;
  position: relative;
}
.store_sec1_select{
  width: 20%;
  position: absolute;
  right: 5%;
  top: 8%;
}
.store_sec1_select h5{
  font-size: 26px;
  color: #212121;
  margin: 0;
  margin-bottom: 6%;
}
.store_sec1_select select{
  width: 100%;
  height: 36px;
}
.store_sec1_select select option{
  font-size: 12px;
}
.store_sec1_txt{
  width: 20%;
  position: absolute;
  right: 5%;
  bottom: 8%;
}
.store_sec1_txt p{
  font-size: 18px;
  color: #212121;
  margin: 0;
  margin-top: 6%;
}
.store_sec2{
  margin-top: 5%;
}


.store_list{
	position: relative;
}
.store_list_text{
	position: absolute;
	width: 60%;
	left: 20%;
	text-align: center;
	top: 50% ;
	-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index: 4;
	color: #ffffff;
}
.store_list_text h1{
	font-size: 48px;
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0;
	font-family: AVENIR-ROMAN;
}
.store_list_text p{
	font-size: 18px;
  color: #dbdbdb;
  text-align: center;
	margin-bottom: 25px;
}
.store_list_text a{
	border: 1px solid #ffffff;
	background: #fff;
	color: #574545;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	text-align: center;
	width: 182px;
	height: 46px;
	line-height: 46px;
}
.store_list_text a:hover{
	border: 1px solid #393939;
	background: #393939;
	color: #FFF;
}



.contact {
	margin-top: 95px;
	overflow: hidden;
}
.index_map{
	width: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
}
.index_contant .text h5 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	margin-bottom: 5%;
	font-family: AVENIR-ROMAN;
}
.index_contant .text p {
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin: 0;
	letter-spacing: 1px;
}
.input_mess input{
	height: 42px;
	margin-bottom: 15px;
	color: #fff;
	border: 1px solid #b1b1b1;
  text-indent: 1em;
	background: transparent;
  height: 40px;
}
.in2{
	width: 49%;
}
.input_mess input.name {
	float: left;
}
.input_mess input.tel {
	float: right;
}
.input_mess input.email, .input_mess textarea {
	width: 100%;
}
.input_mess textarea {
	height: 90px;
	line-height: 24px;
	padding: 10px 0 0 10px;
	background: transparent;
}
.input_mess a {
	display: block;
	width: 212px;
	height: 42px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
  margin-top: 5%;
	background-color: transparent;
	border: 1px solid #a9a9a9;
}
.input_mess a:hover{
	background: #616161;

}
.index_contant{
	float: left;
  width: 50%;
  background: url(../image/lianxi-left.png) no-repeat;
	padding: 4% 5%;
}
.addres_top{
	margin-top: 3%;
}
.addres_top h4{
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #fff;
	letter-spacing: 1px
}
.input_mess{
	margin-top: 5%;
}
.contact {
	position: relative;
}



.map_store{
	overflow: hidden;
	position: relative;
}
.map_store_left{
	position: absolute;
  left: 3%;
  width: 28%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 12% 3%;
  padding-left: 0;
	z-index: 4;
}
.map_store_left {
	color: #333;
}
.map_store_left h1{
	font-size: 48px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: AVENIR-ROMAN;
}
.map_store_left span{
	display: block;
	font-size: 16px;
	color: #333;
	

}
.map_store_left p{
	font-size: 14px;
	color: #333;
	margin-top: 30px;
}
.map_store_left h5{
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 15px;
	font-size: 14px;
  margin: 0;
}
.map_store_right{
	position: absolute;
	left: 28%;
	top: 0;
	width: 72%;
	height: 100%;
}
.map_store_left ul li{
  border-top: 1px dashed #d0d0d0;
  font-size: 12px;
  cursor: pointer;
  color: #515151;line-height: 40px;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.map_store_left ul li:first-child{
  border-top: none;
}
.map_store_left ul li:hover{
  background: #eee;
}
.map_select{
  margin-bottom: 20px;
}
.map_select select{
  width: 100%;
  height: 36px;
}
.map_select select option{
  font-size: 12px;
}
.form-inline .form-group{
  float: left;
  width: 49%;
  margin-bottom: 15px;
}
.form-inline .form-group:last-child{
  margin-left: 2%;
}
.form-inline .form-group .form-control{
  width: 100%;
  font-size: 12px;
  border: 1px solid #333;
}



.newsDetail{
	overflow: hidden;
    background: #f7f7f7;
	
}
.newsDetail_width{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 5%;
}

.detail_title{
	text-align: center;
	margin: 5% auto;
	border-bottom: 1px dotted #afafaf;
	padding-bottom: 4%;
}
.detail_title h5{
	color: #080808;
	font-size: 30px;
	margin:  0 0 10px 0;
	letter-spacing: 2px;
}
.detail_title span{
	color: #afafaf;
	display: block;
	font-size: 12px;
}
.detail_more_left{
	float: left;
}
.detail_more_left a{
	display: block;
	color: #000;
	line-height: 24px;
}
.detail_more_left a:hover{
	color: #b8b8b8;
}
.detail_more_right{
	float: right;
}
.detail_more_right  .news_more{
	font-family: fzzqh;
}
.detail_cont {
	text-align: center;
}
.detail_cont p{
	line-height: 24px;
	font-size: 14px;
	text-align: left;
}
.detail_cont img{
	max-width: 100%;
	
  margin: 0 auto;
  display: block;
}
.detail_cont{
	border-bottom: 1px dotted #afafaf;
	padding-bottom: 4%;
}
.detail_more {
	margin-top: 15px;
}




.zhaopin {
    overflow: hidden;
    background: url(404.png) no-repeat;
    background-size: cover !important;
}
.zhaopin_top_txt{
	width: 50%;
    margin: 8% auto;
    text-align: center;
    position: relative;
    top:30%;
}

.zhaopin_top_txt  h5{
	    color: #fff;
	    font-family: AVENIR-ROMAN;
	    font-size:40px;
}
.zhaopin_top_txt  h5 i{
    font-family: "fzzqh";
    font-size:14px;
   color: #fff;
}
.zhaopin_top_txt p {
    font-size: 12px;
    color: #979797;
}
.zhaopin_data{
	padding: 8% 5%;
    border: 1px solid #666;
    cursor: pointer;
}
.zhaopin_msg{
	    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 10%;
}
.zhaopin_data h5{
	color: #fff;
    font-size: 32px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px
}
.zhaopin_data p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
    height: 40px
}
.zhaopin_data  img{
	width: 30%;
    transition: all 0.8s cubic-bezier(0.1,0.61,0.355,1) 0s;
     margin-bottom: 15px;
}
.zhaopin_data:hover {
background: #fff;
    border: 1px solid #fff;
}
.zhaopin_data:hover h5{
	    color: #2e2e2e;
}

.zhaopin_pagin{
	    width: 100%;
	    bottom: 8%;
}

.zhaopin_pagin span{
	width: 52px;
    height: 4px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #bebebe;
    margin: 0 10px;
}
.zhaopin_pagin .swiper-pagination-bullet-active{
    background: #bebebe;
}

.zhaopin_show{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  display: none;
}

.zhaopin_mb{
	width: 70%;
  position: absolute;
  top: 50%;
  left: 15%;
  background: #fff;
  z-index: 111;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.more_p{
	height: 227px;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 20px;
}
.more_p::-webkit-scrollbar{
  width: 0;
}
.zhaopin_mb_list{
  display: none;
}
.chp_mb_img_right p {
	color: #666;
  font-size: 12px;
  margin-bottom: 10px;
}
.chp_mb_img_right p i{
	display: inline-block;
    font-weight: normal;
    margin-right: 3%;
    font-size: 14px;
    color: #666;
}
.chp_mb_img_right h5{
	font-size: 32px;
    color: #2E2E2E;
    margin: 0 0 10px 0
}
.chp_mb_img_left{
	 width: 25%;
	 float: left;
}
.chp_mb_img_right{
	width: 75%;
  padding: 32px 5%;
  float: right;
}
.zhaopin_mb_close{
	width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 999;
}
.shenqing{
	color: #bb1d1d;
	font-size: 13px
}
.shenqing img{
	margin-right:10px;
}
.zhaopin_mb_close span{
    font-size: 32px;
	color: #bb1d1d;


}


.pagination{
  width: 100%;
  text-align: center;
  display: flex !important;
  justify-content: center;
  margin-top: 40px !important;
}
.pagination > li > a, .pagination > li > span{
  color: #212121 !important;
}
.pagination > .active > span, .pagination > .active > a{
  color: #fff !important;
  background-color: #212121 !important;
  border-color: #212121 !important;
}


@media (min-width: 970px){
  .banner_text h5{
    font-size: 40px;
  }
  .banner_text p{
    font-size: 70px;
  }
  .banner_text a{
    font-size: 24px;
  }
  .bradn_txt h5{
    font-size: 24px;
  }
  .bradn_txt p{
    font-size: 14px;
  }
  .bradn_txt a{
    font-size: 14px;
  }
  .index1_title h5{
    font-size: 24px;
  }
  .index1_title .line{
    width: 60px;
  }
  .news_one .text b{
    font-size: 12px;
  }
  .news_one .text h5{
    font-size: 14px;
  }
  .index_more a{
    font-size: 14px;
  }
  .st_text h5{
    font-size: 30px;
  }
  .index_store a{
    font-size: 14px;
  }
  .index_contant .text h5{
    font-size: 24px;
  }
  .index_contant .text p{
    font-size: 14px;
  }
  .logo{
    width: 140px;
  }
  .index_contact_left h5{
    font-size: 30px;
  }
  .index_contact_left p{
    font-size: 14px;
  }

  
  .store_banner h5{
    font-size: 30px;
  }
  .store_sec1>h5{
    font-size: 30px;
  }
  .store_sec1_select h5{
    font-size: 20px;
  }
  .store_sec1_txt p{
    font-size: 14px;
  }
  .inslid_title h1 {
    font-size: 30px;
  }
  .brand_one_text h1 {
    font-size: 22px;
  }
  .brand_two_text h5 {
    font-size: 20px;
	}
	.brand_title h5 {
    font-size: 20px;
  }
  .life_item_text h5 {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
  }
  .store_list_text h1 {
    font-size: 22px;
  }
  .join_cot_text h1 {
    font-size: 20px;
  }
  .store_list_text p {
    font-size: 12px;
  }
  .join_ban .inslid_title h1 {
    font-size: 30px;
  }
  .join_ban .inslid_title p {
    font-size: 14px;
  }
  .inslid_title p {
    font-size: 16px;
  }
  .brand_one_text p {
    font-size: 12px;
    line-height: 22px;
  }
  .brand_two_text p {
    font-size: 12px;
    line-height: 22px;
  }
  .brand_two_text {
    width: 80%;
  }
  .brand_com_text h5, .brand_com_text p {
    font-size: 12px;
    line-height: 22px;
  }
  .vedio_list_on h1 {
    font-size: 20px;
  }
  .news1_cot_txt h5 {
    font-size: 18px;
  }
  .product_list_title p {
    font-size: 18px;
  }
	.map_store_left h1 {
		font-size: 30px;
  }
  .zhaopin_top_txt h5{
    font-size: 34px;
  }
  .zhaopin_data h5{
    font-size: 26px;
  }
  .chp_mb_img_right h5{
    font-size: 26px;
  }
  
}
@media (min-width: 1370px){
    .banner_text h5 {
        font-size: 150px;
        color: #000;
        text-shadow: #0000008c 8px 4px 5px;
    }
    .banner_text p {
        font-size: 50px;
        color: #000;
    }
    .banner_text a {
        font-size: 30px;
        color: #000;
    }
  .bradn_txt h5{
    font-size: 26px;
  }
  .bradn_txt p{
    font-size: 12px;
  }
  .bradn_txt a{
    font-size: 16px;
  }
  .index1_title h5{
    font-size: 26px;
  }
  .index1_title .line{
    width: 60px;
  }
  .news_one .text b{
    font-size: 12px;
  }
  .news_one .text h5{
    font-size: 14px;
  }
  .index_more a{
    font-size: 14px;
  }
  .st_text h5{
    font-size: 32px;
  }
  .index_store a{
    font-size: 16px;
  }
  .index_contant .text h5{
    font-size: 26px;
  }
  .index_contant .text p{
    font-size: 12px;
  }
  .logo{
    width: 140px;
  }
  .index_contact_left h5{
    font-size: 32px;
  }
  .index_contact_left p{
    font-size: 14px;
  }

  
  .store_banner h5{
    font-size: 35px;
  }
  .store_sec1>h5{
    font-size: 35px;
  }
  .store_sec1_select h5{
    font-size: 22px;
  }
  .store_sec1_txt p{
    font-size: 14px;
  }
  .inslid_title h1 {
    font-size: 35px;
  }
  .brand_one_text h1 {
    font-size: 24px;
  }
  .brand_two_text h5 {
    font-size: 24px;
	}
	.brand_title h5 {
    font-size: 24px;
  }
  .life_item_text h5 {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
  }
  .store_list_text h1 {
    font-size: 30px;
  }
  .join_cot_text h1 {
    font-size: 24px;
  }
  .store_list_text p {
    font-size: 14px;
  }
  .join_ban .inslid_title h1 {
    font-size: 35px;
  }
  .join_ban .inslid_title p {
    font-size: 14px;
  }
  .inslid_title p {
    font-size: 18px;
  }
  .brand_one_text p {
    font-size: 12px;
    line-height: 22px;
  }
  .brand_two_text p {
    font-size: 12px;
    line-height: 22px;
  }
  .brand_two_text {
    width: 80%;
	margin-left: 10px;
  }
  .brand_com_text h5, .brand_com_text p {
    font-size: 12px;
    line-height: 22px;
  }
  .vedio_list_on h1 {
    font-size: 22px;
  }
  .news1_cot_txt h5 {
    font-size: 20px;
  }
  .product_list_title p {
    font-size: 20px;
  }
	.map_store_left h1 {
		font-size: 35px;
  }
  .zhaopin_top_txt h5{
    font-size: 36px;
  }
  .zhaopin_data h5{
    font-size: 28px;
  }
  .chp_mb_img_right h5{
    font-size: 28px;
  }
  
}
@media (min-width: 1570px){
  .banner_text h5{
    font-size: 44px;
  }
  .banner_text p{
    font-size: 74px;
  }
  .banner_text a{
    font-size: 24px;
  }
  .bradn_txt h5{
    font-size: 28px;
  }
  .bradn_txt p{
    font-size: 16px;
  }
  .bradn_txt a{
    font-size: 18px;
  }
  .index1_title h5{
    font-size: 28px;
  }
  .index1_title .line{
    width: 60px;
  }
  .news_one .text b{
    font-size: 14px;
  }
  .news_one .text h5{
    font-size: 16px;
  }
  .index_more a{
    font-size: 16px;
  }
  .st_text h5{
    font-size: 34px;
  }
  .index_store a{
    font-size: 18px;
  }
  .index_contant .text h5{
    font-size: 28px;
  }
  .index_contant .text p{
    font-size: 14px;
  }
  .logo{
    width: 140px;
  }
  .index_contact_left h5{
    font-size: 34px;
  }
  .index_contact_left p{
    font-size: 16px;
  }

  
  .store_banner h5{
    font-size: 40px;
  }
  .store_sec1>h5{
    font-size: 40px;
  }
  .store_sec1_select h5{
    font-size: 24px;
  }
  .store_sec1_txt p{
    font-size: 16px;
  }
  .inslid_title h1 {
    font-size: 40px;
  }
  .brand_one_text h1 {
    font-size: 28px;
   }
   .brand_two_text h5 {
    font-size: 28px;
	}
	.brand_title h5 {
    font-size: 28px;
  }
  .life_item_text h5 {
    font-size: 26px;
    height: 30px;
    line-height: 30px;
  }
  .store_list_text h1 {
    font-size: 35px;
  }
  .join_cot_text h1 {
    font-size: 28px;
  }
  .store_list_text p {
    font-size: 16px;
  }
  .join_ban .inslid_title h1 {
    font-size: 40px;
  }
  .join_ban .inslid_title p {
    font-size: 16px;
  }
  .inslid_title p {
    font-size: 20px;
  }
  .vedio_list_on h1 {
    font-size: 22px;
  }
  .news1_cot_txt h5 {
    font-size: 22px;
  }
	.map_store_left h1 {
		font-size: 40px;
  }
  .zhaopin_top_txt h5{
    font-size: 38px;
  }
  .zhaopin_data h5{
    font-size: 30px;
  }
  .chp_mb_img_right h5{
    font-size: 30px;
  }
  
}
@media (min-width: 1770px){
    .banner_text h5 {
        font-size: 150px;
        color: #000;
        letter-spacing: 10px;
        text-shadow: #0000008c 8px 4px 5px;
    }
    .banner_text p {
        font-size: 50px;
        color: #000;
    }
    .banner_text a {
        font-size: 30px;
        color: #000;
    }
  .bradn_txt h5{
    font-size: 30px;
  }
  .bradn_txt p{
    font-size: 16px;
  }
  .bradn_txt a{
    font-size: 20px;
  }
  .index1_title h5{
    font-size: 30px;
  }
  .index1_title .line{
    width: 60px;
  }
  .news_one .text b{
    font-size: 16px;
  }
  .news_one .text h5{
    font-size: 16px;
  }
  .index_more a{
    font-size: 16px;
  }
  .st_text h5{
    font-size: 36px;
  }
  .index_store a{
    font-size: 20px;
  }
  .index_contant .text h5{
    font-size: 30px;
  }
  .index_contant .text p{
    font-size: 16px;
  }
  .logo{
    width: 140px;
	display: none;
  }
  .index_contact_left h5{
    font-size: 36px;
  }
  .index_contact_left p{
    font-size: 18px;
  }

  
  .store_banner h5{
    font-size: 45px;
  }
  .store_sec1>h5{
    font-size: 45px;
  }
  .store_sec1_select h5{
    font-size: 26px;
  }
  .store_sec1_txt p{
    font-size: 18px;
  }
  .inslid_title h1 {
    font-size: 45px;
  }
  .brand_one_text h1 {
    font-size: 32px;
   }
  .brand_two_text h5 {
    font-size: 32px;
	}
	.brand_title h5 {
    font-size: 32px;
	text-align: center;
  }
  .life_item_text h5 {
    font-size: 30px;
    height: 35px;
    line-height: 35px;
  }
  .store_list_text h1 {
    font-size: 40px;
  }
  .join_cot_text h1 {
    font-size: 32px;
  }
  .join_ban .inslid_title h1 {
    font-size: 45px;
  }
	.map_store_left h1 {
		font-size: 45px;
  }
  .zhaopin_top_txt h5{
    font-size: 40px;
  }
  .zhaopin_data h5{
    font-size: 32px;
  }
  .chp_mb_img_right h5{
    font-size: 32px;
  }
  

}




@media (max-width: 768px){

}




.animateHide{
	-webkit-transform: translateY(100px);
  transform: translateY(100px);
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;		
	transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;
}
.animateHide1{
	-webkit-transform: translateX(-120px);
  transform: translateX(-120px);
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;		
	transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;
}
.animateHide2{
	-webkit-transform: translateX(120px);
  transform: translateX(120px);
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;		
	transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;
}
.animateHide.d0{
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.animateHide.d1{
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.animateHide.d2{
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.animateHide.d3{
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.animateHide.d4{
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.animateHide.d5{
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.animateHide.d6{
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.animateHide.d7{
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.animateHide.d8{
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.animateHide.d9{
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
.animateShow{
	-webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
	opacity:1;
  -moz-opacity:1; 
  -khtml-opacity:1;
  -webkit-opacity:1;
	filter:alpha(opacity=100);
}



@media (max-width: 768px){

 
 html{
	overflow-x:hidden;
	}
	.warp {
    position: relative;
  }

#jPanelMenu-menu {
	background:#035cac;
	display: block;
	
	overflow:hidden;
	-webkit-overflow-scrolling: touch;
	z-index:9999999999999;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
.jPanelMenu {
	height:100% !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
.xpnav {
	width:100%;
	height:60px;
	text-align:center;
	position:fixed;
	left:0;
	top:0;
	background:#fff;
	z-index: 11111;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
}
.xpnav-btn {
	width:30px;
	height:40px;
	position:absolute;
	top:8px;
	left:5%;
	cursor:pointer;
}
.xpnav-btn>span {
	display:block;
	width:70%;
	height:2px;
	background:#000;
	margin:5px auto;
}
.xpnav-btn>span:nth-child(1) {
 margin-top:12px;
}

#jPanelMenu-menu>ul {
	border-bottom: 1px solid #035cac;
	border-top: 1px solid #035cac;
	display:none;
	padding:0;margin:0
}

#jPanelMenu-menu li a {
	width:100%;
	background: #000;
	font-weight: 500;
	display: block;
	padding: 0.5em 5%;
	border-top: 1px solid #666;
	text-decoration: none;
	
	color: #fff;
	font-size:14px;
	font-family:"";
}
#jPanelMenu-menu li a:hover {
	color: #035cac;
}
#jPanelMenu-menu li ul a {
	width:100%;
	background: #000;
	font-weight:500;
	display: block;
	padding: 0.2em 2%;
	border:none;
	text-decoration: none;
	color: #eee;
	font-size:12px;
	font-family:"";
}
#jPanelMenu-menu>ul>li>ul {
	display:none;
	padding:0;
	margin-left:30px;
}
#jPanelMenu-menu ul li ul li {
	line-height:30px;
	
}

.xpnav img{
  height: 40px;
  margin-top: 10px;
  vertical-align: middle;
}

.phone_nav_box{
	position:fixed;
	left:-200px;
	width:200px;
	top:0;
	height:100%;
	background:#333;
	z-index:999;
	padding-left: 0;
	}
.phone_nav_box>ul{
	height:100%;
	background:#333;
	position:relative;
	z-index:99;
    padding: 0;
	line-height:30px;
	margin-top:20px;
	
	}
.phone_nav_box>ul li{
	
	padding-left:20px;
	}
.phone_nav_box>ul li.last{border: none;padding-top: 15px;}
.phone_nav_box ul li a{
	color: rgba(255, 255, 255, 0.8);
	

	}
.phone_nav_box>ul li.last a{
	border:1px solid rgba(220,220,220,.5); display: inline-block;
	margin-right: 10px;
	line-height: 35px;
	color: rgba(255,255,255,0.5);
	padding: 0 15px;
	border-radius: 5px;
}
.phone_nav_box>ul>li>a,.phone_nav_box>ul>li div{
	color: rgba(255, 255, 255, 0.8);
	line-height:45px;
	font-size:14px;


	}
  
.nav_ti>li{
	border-bottom:1px solid #4a4a4a;
	}

  .phone_nav_box ul li ul {
    display: none;
    padding: 0 5px 5px;
}
.nav_ti div img {
  float: right;
  font-size: 22px;
  margin-right: 15px;
  margin-top: 17px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
	

	.phone_foot{
    background: #212121;
    padding: 15px 10px;
  }
  .phone_foot p{
    margin: 0;
    color: #fff;
    text-align: center;
  }
  
  .inslid_banner{
    margin-top: 0;
  }
  .brand_wid {
    margin: 30px 15px;
  }
  .brand_one_img {
    width: 100%;
    float: none;
}
  .brand_two_left, .brand_two_right {
    width: 100%;
  }
  .brand_two_text h5 {
    font-size: 20px;
}
.brand_two_text p {
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}
.brand_two_text i {
  margin-bottom: 15px;
  font-style: normal;
  font-size: 18px;
}
.brand_two_text {
  padding: 15px 10px;
    width: 90%;
    margin-top: 0%;
    margin: 0 auto;
    margin-top: -20px;
}
.brand_two_right .brand_two_text {
  margin-top: -25px;
}
.brand_one_text h1 {
  font-size: 20px;
  margin: 0px 0 10px 0;
}
.brand_one_text p {
  font-size: 12px;
  line-height: 20px;
}
.brand_one_text {
  text-align: left;
  padding: 15px 10px;
  position: relative;
  left: 0;
  top: 0;
  width: 96%;
  margin: 0 auto;
  margin-top: -20px;
}
.brand_one, .brand_two {
  margin-bottom: 20px;
}
.brand_title h5 {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.brand_title span {
  font-size: 14px;
}
.brand_com_text h5, .brand_com_text p {
  font-size: 12px;
  line-height: 20px;
}
.comdiv_img {
  width: 100%;
}
.brand_Right_div {
  padding: 30px 0px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.brand_com_text h2 {
  font-size: 14px;
  margin: 6px 0 10px 0;
}
.brand_com_text {
  padding-bottom: 60px;
}
.about_swipbtn {

  bottom: 0;
}
.about_his_list {
  padding-left: 0;
}
.about_his_box {
  padding-left: 0%;
}
.about_his_list_txt {
  width: 90%;
  top: 0%;
  left: 5%;
  padding: 15px 10px;
  position: relative;
  transform: translateY(0%);
  margin-top: -25px;
}
.about_his_box>h5 {
  font-size: 18px;
  position: relative;
}
.about_his_box>h5 span {
  margin-top: 10px;
}
.about_his_box ul {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  overflow-y: scroll;
}
.about_his_box ul li {
  display: inline-block;
  margin: 5px 0;
}
.about_his {
  margin-top: 0;
}


.brand_join {
  margin: 30px 15px;
}
.join_cot_text h1 {
  font-size: 20px;
}

.join_inp {
  width: 100%;
  margin-right: 0;
  height: 32px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 12px;
}
.join_inform .info {
  margin-bottom: 0px;
}
.join_inform .message {
  width: 100%;
  border: 1px solid #b1b1b1;
  text-indent: 1em;
  padding: 5px;
  height: 100px;
  line-height: 30px;
}
.tijiao {
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-top: 10px;
}
.join_cot_bg {
  padding: 30px 15px
}
.join_cot {
  margin: 30px 0;
  padding: 30px 15px;
}



.news1_cot_txt {
  width: 100%;
  padding: 10px 0;
}
.news1_cot_txt h5 {
  font-size: 20px;
  margin: 0 0 5px 0;
}
.news1_cot_txt i {
  font-size: 14px;
  margin-bottom: 10px;
}
.news1_cot_iamges {
  width: 100%;
  float: left;
}
.news1_cot_txt p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 20px;
}
.newsDetail_width {
  width: 100%;
  padding: 30px 15px;
}
.detail_title {
  margin: 50px 0 0 0;
  padding-bottom: 10px;
}
.detail_title h5 {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.stars {
  width: 100%;
  padding: 30px 15px;
}
.stars_left, .stars_right {
  width: 100%;
  margin: 0;
  float: left;
}
.stars_item_text p {
  font-size: 12px;
  margin: 10px 0;
  line-height: 20px;
}


.vedio_list {
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
}
.vedio_list_on h1 {
  margin: 0 0 10px 0;
  font-size: 20px;
}


.ping_d {
  width: 100%;
  margin: 0 auto;
  padding: 0 ;
  margin-bottom: 15px;
}
.large {
  background: #f5f5f5;
  padding: 30px 15px;
}

.ping_d_text {
  width: 100%;
  padding: 10px;
}
.large_title {
  font-size: 16px;
}
.large_text {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
}
.ping_d_img {
  width: 100%;
  overflow: hidden;
}
.ping_d2_on {
  width: 100%;
}
.ping_d2_on:nth-child(1) {
  margin-right: 0;
  margin-bottom: 15px;
}


.zhaopin_top_txt p {
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
.zhaopin_top_txt {
  width: 100%;
  margin: 30px auto;
  position: relative;
  top: 0;
}
.zhaopin_top_txt h5 {
  font-size: 20px;
}
.zhaopin {
  margin-top: 70px;
}
.zhaopin_pagin {
  width: 100%;
  bottom: 5%;
}
.zhaopin_msg {
  width: 100%;
  padding: 0 15px;
  padding-bottom: 70px;
}
.zhaopin_pagin span {
  width: 16px;
  margin: 0 5px;
}
.zhaopin_data h5 {
  font-size: 20px;
  color: #333;
}
.zhaopin_data{
  background: #fff;
  border: 1px solid #fff;
}
.zhaopin_mb {
  width: 90%;
  top: 50%;
  left: 5%;
}
.chp_mb_img_right h5 {
  font-size: 20px;
}
.chp_mb_img_right {
  width: 100%;
  padding: 30px 15px;
  float: none;
}


.index_map {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  height: auto;
}
.index_contant {
  float: none;
  width: 100%;
  padding: 30px 15px;
  background: #ffffff;
}
.index_contant .text h5 {
  font-size: 20px;
  color: #333;
  margin: 0;
  margin-bottom: 10px;

}
.contact {
  margin-top: 70px;
}
.index_contant .text p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
}
.in2 {
  width: 100%;
}
.input_mess input {
  margin-bottom: 10px;
  height: 32px;
  line-height: 30px;
}
.input_mess textarea {
  height: 80px;
  line-height: 20px;
  padding: 10px 0 0 10px;
}
.input_mess a {
  width: 60px;
  height: 30px;
  line-height: 32px;
  margin-top: 15px;
  background: #333;

}
.index_contant .text p {
  font-size: 12px;
  letter-spacing: 0px;
  color: #333;
}
.addres_top h4 {

  color: #333;
}



.store_banner{
  margin-top: 70px;
}
.map_store_left {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 16px;
  margin-top: 70px;

}
.search-box .map_store_left {
  padding: 30px 16px;
  margin-top: 0px;
}
.map_store_right {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 334px;
}
.map_store_left h1 {
  font-size: 20px;
  margin: 0 0 5px 0;
 
}
.store_sec1>h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.map_store_left p {
  font-size: 14px;
  margin-top: 10px;
}
.store_sec1_box {
  padding-right: 0;
}
.store_sec1_txt {
  width: 100%;
  position: relative;
  right: 0;
  bottom: 0;
}
.store_sec1_select {
  width: 100%;
  position: relative;
  right: 0;
  top: 0;
}
.store_sec1_select h5 {
  font-size: 16px;
  margin-top: 15px;
}
.store_sec1_txt p {
  font-size: 14px;
  margin-top: 6px;
}


.product_all {
  margin-top: 0px;
}
.phone_swip {
  background-color: #ffffff;
}
.swiper_btn_left, .swiper_btn_right{
  position: absolute;
  top: 50%;
  z-index: 99999;
}
.swiper_btn_left{
  left: 20px;
  width: 20px;
  height: 20px;
  background-image: url(404.png)!important;
  background-repeat: no-repeat;
}
.swiper_btn_right{
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(404.png) !important;
  background-repeat: no-repeat;
}


.st_text {
  left: 50%;
  top: 50%;
  padding: 30px 15px;
  width: 90%;
}
.st_text h5 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.index_store a {
  font-size: 16px;
  padding: 6px 15px;
}
    .banner_text h5 {
        font-size: 80px;
        letter-spacing: 2px;
        color: #000;
        text-shadow: #0000008c 8px 4px 5px;
    }
    .banner_text p {
        font-size: 30px;
        margin: 0;
        letter-spacing: 1px;
        margin: 10px 0 20px 0;
        color: #000;
    }
    .banner_text a {
        font-size: 20px;
        padding: 6px 10px;
        letter-spacing: 1px;
        color: #000;
    }
.index_abimg {
  width: 100%;
  top: 60px;
  height: 50%;
}
.bradn_txt h5 {
  font-size: 20px;

  letter-spacing: 1px;
}
.bradn_txt p {
  font-size: 12px;
  width: 100%;
  margin: 20px 0;
  padding: 0 5%;
}
.bradn_txt a {
  font-size: 14px;
  padding: 5px 10px;
 
}
.index_abtxt {
  width: 100%;
  height: 50%;
}
.index_contact_box {
    width: 90%;
    position: absolute;
    bottom: auto;
    right: 5%;
    padding-left: 0;
    top: 50%;
    transform: translateY(-50%);

}
.index_contact_left h5 {
  font-size: 20px;
  margin-bottom: 10px;

}
.index_contact_left p {
  font-size: 14px;
  margin-bottom: 5px;
}
.index_contact_left {
  padding: 20px 10px;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}

.index_contact_right {
  width: 100%;
  padding: 2%;
  padding-left: 0;
  padding-bottom: 0;
  float: left;
}
.index_textarea textarea {
  font-size: 12px;
 

  line-height: 25px;
  padding: 5px 10px;
  min-height: 80px;
  margin-bottom: 10px;
}
.index_input input {
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
}
.index_contact_right p {
  margin-bottom: 10px;
  background: rgba(0, 0, 0, .5);
  padding: 5px 0px;
}
.phone_button_right{
  width: 22px;
  height: 30px;
  background: url(404.png);
}
.phone_button_left{
  width: 22px;
  height: 30px;
  background: url(404.png);
}
.index1_title {
  padding: 30px 0;
  margin-top: 70px;
}
.index1_title h5 {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}


.banner {
 
  background: url(404.png) center no-repeat;
  background-size: cover !important;
}

.logo{
  width: 110px;
  top: 2%;
  left: 6%;
}
.menu-btn {
  top: 15px;
  right: 15px;
  height: 42px;
  width: 46px;
}
.modalNav .modal__inner .modal__list li:nth-child(5), .modalNav .modal__inner .modal__list li:nth-child(6), .modalNav .modal__inner .modal__list li:nth-child(7), .modalNav .modal__inner .modal__list li:nth-child(8){
  height: 9%;
}
.modalNav .modal__inner .modal__list li{
  width: 100%;
  height: 9%;
  padding: 10px 0;
}
.modalNav .modal__inner .modal__list li .li_menu span{
  position: relative;
  width: 100%;
}
.modal__list li .li_menu .js-modal-i{
  height: auto !important;
  position: relative;
}
.modalNav .modal__inner .modal__list li .li_menu{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.modalNav .modal__inner .modal__list li .li_menu .js-modal-i{
  width: 100%;
}
.modalNav .modal__inner .modal__sns{
  bottom: 3%;
}
.modal__sm{
  bottom: 9%;
}
.modalNav .modal__inner .modal__list li .li_menu:hover .js-modal-i{display:none}
.modalNav .modal__inner .modal__list li .li_menu:hover .js-modal-span{display:block}

.product_list_title{
  width: 60%;
  left: 20%;
  padding: 5% 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  top: 75%;
  
}
.product_list_title p{
  color: #212121;
  border-bottom: 1px solid #212121;
}
.st_text p{
  width: 240px;
}

.inslid_title h1{
  font-size: 20px;
}
.inslid_title p{
  font-size: 18px;
}
html, body{
  overflow:inherit;
  overflow-x: hidden;
}
.section{
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index_contact{
  padding-bottom: 0;
}
.phone_foot{
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.index_news1{
  padding: 0 15px 30px 15px;
}
.index1_title{
  margin-top: 0;
}
}
.conn{ width: 100%; max-width: 1200px; margin: 0 auto;}
.pichight{ height: 130px;}
@media (max-width: 768px){
	.dbnav{ display: none}
	.sp_header{ display: block;}
	.nv{height: 50px;}
	.pichight{display: none;}
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	