@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
input,textarea {
	outline: none;
}
a{ 
	text-decoration:none;
	color:#666;
	transition: all 0.3s;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
}
a:hover{
	text-decoration: none;
	color: #e05717;
}
body{
	font-size:14px;
	font-family:"微软雅黑";
	color:#e05717;
	line-height:26px;
	overflow-x: hidden;
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
/*头部*/
header{	
	position: relative;
	z-index: 30;
	height: 80px;
	width: 100%;
	background: #fff;
}
.container {
	padding: 0;
}
.logo{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.logo img{
	display: block;
}
.top-phone {
	position: absolute;
	left: 28px;
	top: 27px;
	line-height: 24px;
	height: 24px;
	background: url(../images/phone_icon.png) no-repeat left center;
	padding-left: 35px;
}
.top-right {
	position: absolute;
	height: 32px;
	overflow: hidden;
	right: 35px;
	top: 24px;
}
.shop-a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding-right: 40px;
	background: url(../images/shop_icon.png) no-repeat right center;
	margin-right: 24px;
	float: left;
}
@media only screen and (max-width:1199px ) {
	.shop-a.on {
		display: none;
	}
}
.search-box{
	height: 32px;
	width: 32px;
	border:1px solid #333;
	position: relative;
	float: left;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
}
.search_on .search-box{
	border: 1px solid #1b1b1b;
}
.search-tijiao{
	background: url(../images/search_icon.png) no-repeat center;
	height: 30px;
	width: 30px;
	border:none;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top:0px;
}
.search-icon{
	height: 30px;
	width: 30px;
	border:none;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top:0px;
	cursor: pointer;
}
.search-text{
	border: none;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 36px;
	top:5px;
	width: 230px;
	background: none;
	color: #333;
}
.search-cha{
	background: url(../images/search_cha.png) no-repeat center;
	display: block;
	position: absolute;
	height: 12px;
	width: 12px;
	cursor: pointer;
	top:9px;
	left:273px;
}

.nav{
	width: 100%;
	height: 44px;
	background: #737070;
	text-align: center;
	font-size: 0;
	z-index: 10;
	position: relative;
}
.nav>li{
	display: inline-block;
	position: relative;
	margin: 0 25px;
}
.nav>li>a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 17px 0 0;
	font-size: 14px;
	color:#fff !important;
	position: relative;
	text-align: left;
}
.nav>li>a:after {
	content: "";
	display: block;
	background: url(../images/nav_icon.png) no-repeat;
	width: 7px;
	height: 4px;
	position: absolute;
	right: 0;
	top: 20px;
}
.nav>li.no-sub>a {
	padding-right: 0;
}
.nav>li.no-sub>a:after {
	display: none;
}
.nav>li:hover>a{
	background: none;
	color: #28b8bc;
}
.nav>li.active>a{
	background: none;
	color: #28b8bc;
}
.nav-dl {
	position: absolute;
	top: 44px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 189px;
	background: #fff;
	padding: 0 11px;
	z-index: 20;
	display: none;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.nav-dl dd {
	border-bottom: 1px solid #f3f3f3;
}
.nav-dl dd a {
	display: block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #666;
}
.nav-dl dd a:hover {
	color: #e05717;
}
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #fff;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #333;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}

#mobileMenu .menu li>a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 45px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
#mobileMenu .menu li>a::after {
	content: "";
	display: block;
	background: url(../images/arrow_icon.png) no-repeat;
	width: 16px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#mobileMenu .menu li.no-sub>a::after {
	display: none;
}

.phone-number {
	color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
    padding-left: 25px;
}
/*#mobileMenu .menu li>a:hover{
	background-color: #28b8bc;
    text-decoration: none;
    color:#fff;
}*/
#mobileMenu .menu li.active>a {
	background-color: #e05717;
    text-decoration: none;
    color:#fff;
}
#mobileMenu .menu li.on>a {
	background-color: #e05717;
	color: #fff;
}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg);
}
.mobile_search{
	border-bottom: 1px solid #e6e6e6;
}
.sub-dl {
	display: none;
}
.sub-dl dd a {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	display: block;
}
.search_box1{
	display: block;
	border-radius: 3px;
	height: 30px;
	padding: 4px 0px 4px 7px;
	background: #fff;
	border: 1px solid #ddd;
	position: relative;
	margin: 7px 25px;
}
.search_tijiao1{
	background: url(../images/search_icon.png) no-repeat;
	height: 20px;
	width: 20px;
	border:none;
	cursor: pointer;
	position: absolute;
	right: 7px;
	top:5px;
}
.search_text1{
	border: none;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 10px;
	top:4px;
	width: 145px;
}

#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}

@media only screen and (max-width:991px ) {
	header{
		height: 70px;
	}
	.top-phone,
	.top-right {
		display: none;
	}
	.nav{
		display: none;
	}
	#navToggle{
		display: block;
	}
	.logo {
		height: 30px;
		left: 15px;
		top: 20px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.logo img {
		height: 30px;
	}
	.container {
		padding: 0 15px;
	}
}
@media only screen and (max-width:767px ) {
	.logo {
		height: 25px;
		top: 22.5px;
	}
	.logo img {
		height: 25px;
	}
}


/*banner*/

#banner .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
	border: 1px solid #fff;
	opacity: 1;
	background: none;
}
#banner .swiper-pagination-bullet-active {
	background: #e05717;
	border: 1px solid #e05717;
}
#banner .swiper-slide img {
    width: 100%;
    display: block;
    min-height: 200px;
}
#banner .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

/*产品分类展示*/
.prolist-wrap {
	width: 100%;
	background: #FAFAFA;
	border-bottom: 1px solid #E0E0E0;
}
.prolist-ul li {
	width: 25%;
	float: left;
	border-right: 1px solid #E0E0E0;
}
.prolist-ul li:last-child {
	border-right: none;
}
.prolist-a {
	display: block;
	height: 170px;
	padding-top: 16px;
	text-align: center;
}
.prolist-img {
	height: 70px;
	position: relative;
}
.prolist-img img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.prolist-a h3 {
	line-height: 30px;
	font-size: 18px;
	color: #1a1a1a;
}
.prolist-a p {
	line-height: 30px;
	font-size: 14px;
	color: #e05717;
}
.prolist-a:hover .prolist-img img {
	-webkit-transform: translate(-50%,-60%);
	-moz-transform: translate(-50%,-60%);
	-ms-transform: translate(-50%,-60%);
	-o-transform: translate(-50%,-60%);
	transform: translate(-50%,-60%);
}
@media only screen and (max-width:767px ) {
	.prolist-ul li {
		border: none;
	}
	.prolist-ul {
		padding: 0;
	}
	.prolist-img img {
		
	}
	.prolist-a h3 {
		font-size: 16px;
	}
	.prolist-a {
		display: block;
		height: 145px;
		padding-top: 10px;
		text-align: center;
	}
	.prolist-img {
		height: 60px;
	}
	.prolist-a p {
		line-height: 24px;
	}
}

/*科技*/
.science {
	max-width: 1170px;
	width: 100%;
	margin: 54px auto 76px;
}
.science-title {
	text-align: center;
	margin-bottom: 70px;
}
.science-title h3 {
	line-height: 70px;
	margin-bottom: 15px;
	font-size: 48px;
	color: #1a1a1a;
}
.science-title h4 {
	line-height: 35px;
	font-size: 18px;
	color: #e05717;
}
.science-list {
	display: block;
	float: left;
	width: calc(50% - 9px);
}
.science-list:last-child {
	float: right;
}
.science-img {
	overflow: hidden;
	width: 100%;
}
.science-img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.science-list:hover .science-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.science-bottom {
	padding: 40px 15px 35px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	background: #fff;
}
.science-bottom h3 {
	line-height: 34px;
	font-size: 24px;
	color: #1a1a1a;
	letter-spacing: 2px;
}
.science-bottom h4 {
	line-height: 24px;
	color: #999;
	font-size: 14px;
	margin-bottom: 10px;
}
.science-bottom p {
	line-height: 24px;
	color: #e05717;
}
@media only screen and (max-width:991px ) {
	.science {
		width: 750px;
		padding: 0 15px;
		margin: 45px auto;
	}
	.science-title h3 {
		font-size: 30px;
		line-height: 50px;
		margin-bottom: 0;
	}
	.science-title {
		margin-bottom: 35px;
	}
	.science-bottom {
		padding: 25px 15px;
	}
}
@media only screen and (max-width:767px ) {
	.science {
		width: 100%;
		margin: 30px auto;
	}
	.science-title {
		margin-bottom: 20px;
	}
	.science-title h3 {
		font-size: 22px;
		line-height: 40px;
		margin-bottom: 0;
	}
	.science-title h4 {
		font-size: 16px;
	}
	.science-bottom {
		padding: 15px;
	}
	.science-bottom h3 {
		font-size: 20px;
		letter-spacing: 0;
	}
	.science-bottom h4 {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width:450px ) {
	.science-list {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.science-list:last-child {
		float: none;
	}
	.science {
		margin: 30px auto 15px;
	}
}

/*无烟厨房*/
.kitchen {
	width: 100%;
}
.kitchen>img{
	display: block;
	width: 100%;
}
/*.kitchen .container {
	padding: 200px 0 320px;
}
.kitchen .container h4 {
	margin-bottom: 25px;
}
.kitchen .container h4 img {
	display: block;
}
.kitchen .container h3 {
	line-height: 65px;
	font-size: 48px;
	color: #111111;
}
.kitchen .container p {
	line-height: 50px;
	font-size: 24px;
	color: #333;
}
.kitchen-a {
	display: block;
	margin-top: 75px;
	width: 210px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #252525;
	border-radius: 24px;
	color: #333 ;
}
.kitchen-a:hover {
	border: 1px solid #e05717;
}
@media only screen and (max-width:1199px ) {
	.kitchen .container {
		padding: 150px 0 250px;
	}
}
@media only screen and (max-width:991px ) {
	.kitchen .container {
		padding: 120px 0 150px;
	}
}
@media only screen and (max-width:767px ) {
	.kitchen .container {
		padding: 50px 15px 65px;
	}
	.kitchen .container h3 {
		line-height: 50px;
		font-size: 35px;
	}
	.kitchen .container p {
		line-height: 40px;
		font-size: 18px;
	}
	.kitchen .container h4 {
		margin-bottom: 15px;
	}
	.kitchen-a {
		display: block;
		margin-top: 15px;
		width: 120px;
		height: 35px;
		line-height: 33px;
		text-align: center;
		border: 1px solid #252525;
		border-radius: 20px;
		color: #333;
	}
}*/

/*快捷导航*/
.quick {
	margin: 70px auto;
}
.quick-title {
	text-align: center;
	margin-bottom: 65px;
}
.quick-title h3 {
	line-height: 55px;
	margin-bottom: 20px;
	font-size: 36px;
	color: #333;
	letter-spacing: 2px;
}
.quick-title h4 {
	line-height: 35px;
	font-size: 16px;
	color: #666;
}
.quick-ul {
	overflow: hidden;
}
.quick-ul li {
	float: left;
	width: calc((100% / 3) - 30px);
	margin: 0 15px;
}
.quick-a {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 380px;
}
.quick-img {
	width: 100%;
	overflow: hidden;
}
.quick-img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.quick-a:hover .quick-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.quick-a p {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin-top: 10px;
	color: #e05717;
	font-size: 0;
}
.quick-a p img {
	vertical-align: middle;
	margin-right: 15px;
}
.quick-a p span {
	vertical-align: middle;
	font-size: 16px;
}
@media only screen and (max-width:991px ) {
	.quick {
		margin: 45px auto;
	}
	.quick-title {
		margin-bottom: 35px;
	}
	.quick-title h3 {
	    line-height: 45px;
	    margin-bottom: 10px;
	    font-size: 25px;
	    letter-spacing: 0;
	}
	.quick-title h4 {
		line-height: 30px;
	}
}
@media only screen and (max-width:767px ) {
	.quick {
		margin: 30px auto 15px;
	}
	.quick-title h3 {
		font-size: 22px;
		margin-bottom: 0;
		line-height: 40px;
	}
	.quick-title h4 {
		line-height: 25px;
		font-size: 14px;
	}
	.quick-ul li {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 15px;
	}
	.quick-a p {
		margin-top: 5px;
	}
	.quick-title {
		margin-bottom: 20px;
	}
}

/*底部内容*/
.bottom-wrap {
	width: 100%;
	background: #141414;
}
.bottom {
	padding: 20px 0 65px;
	position: relative;
}
.totop {
	display: block;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	width: 85px;
	background: url(../images/totop_icon.png) no-repeat right center;
	font-size: 16px;
	color: #666 !important;
}
.bottom-box {
	overflow: hidden;
	margin: 15px 0 20px;
}
.bottom-logo {
	float: left;
}
.bottom-logo img {
	display: block;
}
.qq-a {
	display: block;
	float: right;
	width: 130px;
	height: 32px;
	line-height: 32px;
	background: url(../images/qq_icon.png) no-repeat 17px center #838383;
	padding-left: 52px;
	font-size: 14px;
	color: #1f1f1f !important;
	border-radius: 16px;
}
.bottom-ul {
	overflow: hidden;
	font-size: 0;
	text-align: justify;
}
.bottom-ul:after {
	content:"";
	width:100%;
	display:inline-block;
}
.bottom-ul li {
	display: inline-block;
	vertical-align: top;
}
.bottom-dl dt {
	overflow: hidden;
	margin-bottom: 25px;
}
.bottom-dl dt a {
	line-height: 40px;
	font-size: 16px;
	color: #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	float: left;
	display: block;
}
.bottom-dl dt a:hover {
	color: #fff;
}
.bottom-dl dd {
	width: 100%;
}
.bottom-dl dd a {
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.bottom-dl dd a:hover {
	color: #fff;
}
.bottom-ewm {
	position: absolute;
	text-align: center;
	right: 0;
	bottom: 70px;
}
.bottom-ewm img {
	display: block;
}
.bottom-ewm p {
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
@media only screen and (max-width:767px ) {
	.bottom-ul {
		display: none;
	}
	.qq-a {
		display: none;
	}
	.bottom-box {
		float: left;
		width: 50%;
		margin-top: 40px;
	}
	.bottom-logo {
		float: right;
		display: block;
	}
	.bottom-logo img {
		width: 100%;
		max-width: 258px;
		display: block;
	}
	.bottom-ewm {
		width: 50%;
		float: left;
		position: relative;
		left: 0;
		bottom: auto;
	}
	.bottom-ewm img {
		margin: 0 auto;
	}
	.bottom {
		padding: 10px 15px 30px;
		
	}
	.totop {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:450px ) {
	.bottom-box {
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.bottom-logo {
		margin: 0 auto;
		float: none;
		width: 258px;
	}
	.bottom-ewm {
		width: 100%;
		float: none;
	}
	.bottom {
		padding-bottom: 15px;
	}
}

/*底部版权*/
footer {
	width: 100%;
	overflow: hidden;
	background: #2e2e2e;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	padding: 15px 0;
}
footer span:first-child {
	float: left;
}
footer span:last-child {
	float: right;
}
footer span img {
	margin: 0 15px;
}
@media only screen and (max-width:767px ) {
	footer span:first-child {
		float: none;
	}
	footer span:last-child {
		float: none;
	}
	footer span {
		display: block;
		text-align: center;
	}
	footer {
		padding: 10px 0;
	}
}

/*内页样式*/
.inside-banner{
	width: 100%;
}
.inside-banner img{
	display: block;
	width: 100%;
	min-height: 150px;
}
@media only screen and (max-width:500px ) {
	.inside-banner {
		height: 198px;
		position: relative;
	}
	.inside-banner img {
		height: 198px;
		width: auto;
		position: absolute;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.sub-nav-wrap {
	width: 100%;
	background: #fff;
}
.sub-nav {
	overflow: hidden;
	font-size: 0;
	/*border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;*/
	text-align: center;
}
.sub-nav li {
	display: inline-block;
    width: 20%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-left: -1px;
}
.sub-nav li a {
	display: block;
	width: 100%;
	height: 92px;
	line-height: 92px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.sub-nav li a:hover ,
.sub-nav li a:focus {
	color: #fff;
	background: #e05717;
}
@media only screen and (max-width:991px ) {
	.sub-nav li a {
		height: 72px;
		line-height: 72px;
	}
}
@media only screen and (max-width:767px ) {
	.sub-nav li a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.sub-nav-wrap .container {
		padding: 0;
	}
}
@media only screen and (max-width:450px ) {
	.sub-nav li {
		width: 33.33%;
		border: 1px solid #eee;
		margin-left: -1px;
		margin-top: -1px;
	}
	.sub-nav li a {
		height: 40px;
		line-height: 40px;
	}
	.sub-nav {
		border: none;
	}
}

/*品牌介绍*/
.introduce {
	margin: 60px auto 70px;
	width: 100%;
}
.introduce-slogan {
	margin-bottom: 45px;
	width: 100%;
}
.introduce-slogan img {
	display: block;
	margin: 0 auto;
}
.introduce-title {
	position: relative;
	text-align: center;
}
.introduce-title span {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 30px;
	color: #e05717;
	background: #fff;
	padding: 0 60px;
	position: relative;
	z-index: 10;
}
.introduce-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #eee;
}
.intrduce-content {
	width: 970px;
	text-align: center;
	margin: 30px auto 0;
	line-height: 30px;
	font-size: 16px;
	color: #999;
}
.intrduce-content h4 {
	overflow: hidden;
	margin: 20px 0;
}
.intrduce-content h4 span {
	display: block;
	float: left;
	text-align: center;
	width: 33.33% !important;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.video-wrap {
	width: 100%;
	background: #cdc9c5;
}
.video-wrap .container {
	background: url(../images/video_bg.png) no-repeat center;
	height: 463px;
	position: relative;
}
.video-a {
	display: block;
	width: 192px;
	height: 44px;
	background: url(../images/video_icon.png) no-repeat left center #fff;
	border-radius: 22px;
	line-height: 44px;
	font-size: 14px;
	color: #000;
	padding-left: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media only screen and (max-width:991px ) {
	.intrduce-content {
		width: 750px;
		font-size: 14px;
		line-height: 24px;
	}
	.intrduce-content h4 {
		margin: 15px 0;
	}
	.introduce {
		margin: 45px auto;
	}
	.introduce-slogan {
		margin-bottom: 30px;
	}
	.introduce-title span {
		font-size: 25px;
		padding: 0 30px;
	}
}
@media only screen and (max-width:767px ) {
	.intrduce-content {
		width: 100%;
		padding: 0 15px;
		margin-top: 15px;
	}
	.introduce {
		margin: 30px auto;
	}
	.introduce-slogan {
		display: none;
	}
	.introduce-title span {
		font-size: 22px;
		line-height: 40px;
		height: 40px;
	}
	.introduce-title:after {
		display: none;
	}
	.video-wrap .container {
		background: url(../images/video_bg.png) no-repeat center;
		background-size: auto 80%;
		height: 300px;
		position: relative;
	}
}
@media only screen and (max-width:450px ) {
	.video-wrap .container {
		background: url(../images/video_bg.png) no-repeat center;
		background-size: auto 80%;
		height: 240px;
	}
}

/*总裁寄语*/
.send-word-wrap {
	width: 100%;
	background: url(../images/send_word.jpg) repeat center top;
	position: relative;
	padding: 55px 0 60px;
}
.send-word-pen {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.send-word-pen img {
	display: block;
	height: 100%;
}
.send-word {
	position: relative;
	z-index: 3;
	width: 970px;
	margin: 0 auto
}
.send-word-title {
	line-height: 45px;
	text-align: center;
	font-size: 30px;
	color: #e05717;
	margin-bottom: 20px;
}
.send-word>h3 {
	line-height: 30px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-bottom: 30px;
}
.send-word-content {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.send-word>h4 {
	margin-top: 50px;
	line-height: 40px;
	text-align: right;
	font-size: 24px;
	color: #666;
}
@media only screen and (max-width:991px ) {
	.send-word {
		width: 750px;
	}
	.send-word-pen {
		display: none;
	}
	.send-word-wrap {
		padding: 45px 0;
	}
	.send-word-title {
		font-size: 25px;
	}
	.send-word>h3 {
		margin-bottom: 20px;
	}
	.send-word>h4 {
		margin-top: 30px;
		font-size: 20px;
		line-height: 30px;
	}
}
@media only screen and (max-width:767px ) {
	.send-word {
		width: 100%;
		padding: 0 15px;
	}
	.send-word-wrap {
		padding: 30px 0;
	}
	.send-word-title {
		font-size: 22px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.send-word>h3 {
		margin-bottom: 10px;
	}
	.send-word>h4 {
		margin-top: 10px;
		font-size: 18px;
		line-height: 30px;
	}
	.send-word-content {
		line-height: 24px;
	}
}

/*企业文化*/
.culture {
	margin: 50px auto 40px;
}
.culture-title {
	text-align: center;
	margin-bottom: 70px;
}
.culture-title h3 {
	line-height: 50px;
	font-size: 30px;
	color: #e05717;
}
.culture-title h4 {
	line-height: 45px;
	font-size: 16px;
	color: #969696;
}
.culture-ul {
	position: relative;
	text-align: justify;
	font-size: 0;
	line-height: 0;
}
.culture-ul:after {
	content: "";
	width: 100%;
	display: inline-block;
}
.culture-ul li {
	display: inline-block;
	background: #fff;
	width: calc((100% - 120px) / 3);
	margin-bottom: 53px;
	cursor: pointer;
	padding: 15px;
	text-align: center;
	border: 1px solid #E8E8E8;
	height: 263px;
	vertical-align: top;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
}
.culture-ul li:hover,
.culture-ul li:focus {
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.culture-img {
	height: 80px;
	margin-top: 10px;
	position: relative;
}
.culture-img img {
	display: block;
	position: absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.culture-ul li>h3 {
	line-height: 40px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #1a1a1a;
}
.culture-ul li>p {
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #969696;
	max-height: 78px;
	overflow: hidden;
}
.culture-box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: calc(100% - 30px);
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666;
}
.culture-ul li.culture-center-li{
	border: none;
}
.culture-ul li.culture-center-li:hover,
.culture-ul li.culture-center-li:focus {
	box-shadow: none;
}
.culture-box h4 {
	line-height: 32px;
	font-weight: bold;
}
.culture-box p {
	line-height: 30px;
}
.culture-line {
	width: 28px;
	height: 4px;
	background: #e05717;
	margin: 25px auto;
}
.culture-ul>span {
	display: block;
	width: 60px;
	height: 53px;
	position: absolute;
	top: 263px;
}
.culture-ul>span:nth-of-type(1) {
	left: calc((100% - 120px) / 3);
	background: url(../images/triangle_img1.png) no-repeat;
	background-size: 100% 100%; 
}
.culture-ul>span:nth-of-type(2) {
	right: calc((100% - 120px) / 3);
	background: url(../images/triangle_img2.png) no-repeat;
	background-size: 100% 100%; 
}
@media only screen and (max-width:991px ) {
	.culture {
		margin: 35px auto;
	}
	.culture-title {
		margin-bottom: 30px;
	}
	.culture-title h3 {
		font-size: 25px;
		line-height: 40px;
	}
	.culture-title h4 {
		line-height: 35px;
	}
	.culture-img {
		height: 60px;
		margin-top: 0;
	}
	.culture-ul li {
		height: 210px;
	}
	.culture-ul li>h3 {
		line-height: 35px;
		margin-bottom: 5px;
		font-size: 20px;
	}
	.culture-ul li>p {
		font-size: 14px;
	}
	.culture-ul>span {
		top: 210px;
	}
	.culture-box h4 {
		line-height: 24px;
	}
	.culture-box p {
		line-height: 24px;
		font-size: 14px;
	}
	.culture-line {
		margin: 15px auto;
	}
}
@media only screen and (max-width:767px ) {
	.culture-ul>span {
		display: none;
	}
	.culture-ul li {
		margin-bottom: 15px;
		width: calc((100% - 30px) / 3);
	}
	.culture {
		margin: 30px auto 15px;	
	}
	.culture-title h3 {
		font-size: 22px;
		line-height: 35px;
	}
	.culture-title {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:510px ) {
	.culture-ul li {
		width: calc((100% - 15px) / 2);
	}
	.culture-ul li.culture-center-li {
		border: 1px solid #E8E8E8;
	}
	.culture-ul li.culture-center-li:hover,
	.culture-ul li.culture-center-li:focus {
		box-shadow: 0 0 15px rgba(0,0,0,.1);
	}
	.culture-box h4 {
		font-weight: normal;
		color: #1a1a1a;
	}
}
@media only screen and (max-width:450px ) {
	.culture-ul {
		text-align: center;
	}
	.culture-ul li {
		width: 100%;
		max-width: 320px;
	}
}

/*资质荣誉*/
.honor-wrap {
	width: 100%;
	background: #f8f8f8;
	padding: 50px 0 65px;
}
.about-title {
	line-height: 45px;
	text-align: center;
	font-size: 30px;
	color: #e05717;
	margin-bottom: 45px;
}
.honor-ul {
	font-size: 0;
	line-height: 0;
	text-align: justify;
}
.honor-ul:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.honor-ul li {
	display: inline-block;
	height: 138px;
	width: calc((100% - 120px) / 3);
	margin-bottom: 33px;
}
.honor-a {
	display: block;
	padding: 0 30px;
	overflow: hidden;
	background: #fff;
	position: relative;
	height: 138px;
}
.honor-left {
	float: left;
	padding-top: 30px;
	max-width: calc(100% - 108px);
}
.honor-left h4 {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 20px;
	color: #333;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.honor-left img {
	display: block;
}
.honor-img {
	height: 138px;
	float: right;
	width: 100%;
	border: 1px solid #e3e3e3;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 30px;
}
.honor-img img {
	display: block;
	float: right;
	width: auto;
	height: 100%;
}
.honor-hover {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background: url(../images/honor_jia.png) no-repeat center rgba(0,0,0,.3);
}
.honor-a:hover .honor-hover,
.honor-a:focus .honor-hover {
	opacity: 1;
}
.honor-a:hover .honor-left h4,
.honor-a:focus .honor-left h4 {
	color: #e05717;
}
.honor-more {
	display: block;
	margin: 25px auto 0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: url(../images/open_icon.png) no-repeat right center;
	font-size: 14px;
	color: #969696;
}
@media only screen and (max-width:1199px ) {
	.honor-left h4 {
		font-size: 18px;
	}
}
@media only screen and (max-width:991px ) {
	.honor-ul li {
		width: calc((100% - 30px) / 3);
		margin-bottom: 15px;
	}
	.honor-a {
		padding-right: 0;
		padding-left: 15px;
	}
	.honor-wrap {
		padding: 35px 0;
	}
	.about-title {
		font-size: 25px;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width:767px ) {
	.honor-ul li {
		width: calc((100% - 15px) / 2);
		margin-bottom: 15px;
	}
	.honor-left h4 {
		font-size: 16px;
	}
	.honor-more {
		margin-top: 15px;
	}
	.honor-wrap {
		padding: 25px 0;
	}
	.about-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:450px ) {
	.honor-ul li {
		width: 100%;
		margin-bottom: 15px;
		max-width: 350px;
	}
	.honor-ul {
		text-align: center;
	}
}

/*招贤纳士*/
.recruit {
	margin: 70px auto 60px;
}
.recruit-ul li {
	margin-bottom: 20px;
}
.recruit-ul li>h4 {
	height: 50px;
	line-height: 50px;
	padding: 0 44px;
	font-size: 16px;
	color: #000000;
	background: url(../images/join_icon1.png) no-repeat calc(100% - 42px) #f7f7f7;
}
.recruit-box {
	padding: 20px 44px;
	display: none;
}
.recruit-content {
	line-height: 30px;
	color: #333;
}
.red {
	color: #e05717 !important;
}
.recruit-a {
	margin-top: 30px;
	display: block;
	width: 123px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	background: #e05717;
}
.recruit-ul li.on>h4 {
	background: url(../images/join_icon2.png) no-repeat calc(100% - 42px) #f7f7f7;
}
@media only screen and (max-width:991px ) {
	.recruit {
		margin: 45px auto 25px;
	}
}
@media only screen and (max-width:767px ) {
	.recruit {
		margin: 30px auto 10px;
	}
	.recruit-ul li>h4 {
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
		background: url(../images/join_icon1.png) no-repeat calc(100% - 20px) #f7f7f7;
	}
	.recruit-ul li.on>h4 {
		background: url(../images/join_icon2.png) no-repeat calc(100% - 20px) #f7f7f7;
	}
	.recruit-box {
		padding: 15px;
	}
	.recruit-content {
		line-height: 24px;
	}
	.recruit-a {
		margin-top: 15px;
	}
}
.contact-bottom {
	width: 100%;
	border-top: 1px solid #eaeaea;
}
.contact-bottom .container {
	padding: 55px 0;
	background: url(../images/bottom_phone.png) no-repeat right center;
}
.contact-bottom .container a {
	height: 57px;
	line-height: 57px;
	font-size: 20px;
	color: #333;
}
@media only screen and (max-width:991px ) {
	.contact-bottom .container {
		padding: 30px 0;
	}
}
@media only screen and (max-width:767px ) {
	.contact-bottom .container {
		margin:0 15px;
		padding: 15px 0;
		background: url(../images/bottom_phone.png) no-repeat right center;
		background-size: auto 45px;
		overflow: hidden;
	}
	.contact-bottom .container a {
		font-size: 16px;
		height: 45px;
		line-height: 45px;
	}
}
@media only screen and (max-width:450px ) {
	.contact-bottom .container a {
		font-size: 15px;
	}
}

/*产品分类滚动*/
.pro-scroll {
	width: 100%;
	overflow: hidden;
}
.pro-scroll .item {
	
}
.proscroll-a {
	display: block;
	width: 100%;
	position: relative;
}
.proscroll-a>img {
	display: block;
	width: 100%;
}
.pro-black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.black-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.black-content h3 {
	line-height: 60px;
	font-size: 40px;
	color: #fff;
	margin-bottom: 20px;
}
.black-content h4 {
	width: 150px;
	height: 46px;
	border-radius: 23px;
	text-align: center;
	border: 1px solid #fff;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	line-height: 44px;
}
.scroll-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10;
	padding: 0 10px;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.proscroll-a:hover .scroll-hover,
.proscroll-a:focus .scroll-hover {
	opacity: 1;
}
.scroll-hover img {
	display: block;
	width: 100%;
}
.scroll-hover h4 {
	line-height: 45px;
	font-size: 32px;
	color: #333333;
	margin: 40px 30px 20px;
}
.scroll-hover p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin: 0 30px 25px;
}
.scroll-hover span {
	font-size: 14px;
	color: #e05717;
	margin-left: 30px;
}
@media only screen and (max-width:1599px ) {
	.scroll-hover h4 {
		line-height: 35px;
		font-size: 25px;
		color: #333333;
		margin: 20px auto 10px;
	}
	.scroll-hover p {
		font-size: 16px;
		line-height: 24px;
		max-height: 72px;
		overflow: hidden;
		color: #333;
		margin: 0 0 10px;
	}
	.scroll-hover span {
		font-size: 14px;
		color: #e05717;
		margin-left: 0;
	}
}
@media only screen and (max-width:1199px ) {
	.scroll-hover h4 {
		line-height: 30px;
		font-size: 22px;
		margin: 10px 0;
	}
	.scroll-hover p {
		font-size: 14px;
		line-height: 24px;
		max-height: 48px;
		overflow: hidden;
		margin-bottom: 0;
	}
	.scroll-hover span {
		font-size: 14px;
		color: #e05717;
		margin-left: 0;
	}
	.black-content h3 {
		line-height: 40px;
		font-size: 22px;
		color: #fff;
		margin-bottom: 10px;
	}
	.black-content h4 {
		width: 120px;
		height: 36px;
		border-radius: 18px;
		text-align: center;
		border: 1px solid #fff;
		margin: 0 auto;
		font-size: 14px;
		color: #fff;
		line-height: 34px;
	}
}
@media only screen and (max-width:480px ) {
	.scroll-hover p {
		max-height: 72px;
	}
}

/*面包屑 产品筛选*/
.top-box-wrap {
	border-bottom: 1px solid #dfdfdf;
}
.top-box-wrap .container {
	padding: 50px 0;
	overflow: hidden;
	font-size: 16px;
}
.crumbs {
	float: left;
	line-height: 51px;
	color: #666;
}
.pro-search {
	float: right;
}
.search-select {
	margin-right: 59px;
	display: block;
	width: 288px;
	height: 51px;
	line-height: 29px;
	padding: 10px;
	border: 1px solid #D2D2D2;
	background: #fff;
	color: #333;
	float: left;
}
.search-input {
	display: block;
	float: left;
	height: 51px;
	width: 427px;
	border: 1px solid #D2D2D2;
	background: #fff;
}
.search-input input[type="text"] {
	display: block;
	float: left;
	height: 49px;
	width: calc(100% - 65px);
	line-height: 29px;
	border: none;
	background: none;
	padding: 10px;
	color: #333;
}
.search-input input[type="submit"] {
	display: block;
	float: left;
	width: 65px;
	height: 49px;
	border: none;
	background: url(../images/search_icon_red.png) no-repeat center;
}
@media only screen and (max-width:1199px ) {
	.search-select {
		margin-right: 30px;
	}
	.search-input {
		width: 350px;
	}
}
@media only screen and (max-width:991px ) {
	.top-box-wrap {
		border-top: 1px solid #ddd;
	}
	.top-box-wrap .container {
		padding: 20px 0;
		font-size: 14px;
	}
	.crumbs {
		line-height: 41px;
	}
	.search-select {
		width: 230px;
		height: 41px;
		line-height: 19px;
		padding: 10px;
	}
	.search-input {
		height: 41px;
		width: 250px;
	}
	.search-input input[type="text"] {
		height: 39px;
		line-height: 19px;
	}
	.search-input input[type="submit"] {
		height: 39px;
	}
}
@media only screen and (max-width:767px ) {
	.crumbs {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.top-box-wrap .container {
		padding: 15px 30px;
	}
	.pro-search {
		float: none;
		width: 100%;
	}
	.top-box-wrap {
		border-bottom: none;
	}
	.search-input,
	.search-select  {
		width: 212px;
	}
	.search-select {
		margin-right: 10px;
	}
}
@media only screen and (max-width:500px ) {
	.search-select {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
	}
	.search-input {
		width: 100%;
	}
	.top-box-wrap .container {
		padding: 15px ;
	}
}
@media only screen and (max-width:449px ) {
	.col-xss-12 {
		width: 100%;
	}
}
/*产品列表*/
.main {
	margin: 60px auto 100px;
}
.pro-ul {
	overflow: hidden;
}
.pro-ul li {
	margin-bottom: 55px;
}
.pro-a {
	display: block;
}
.pro-img {
	display: block;
	overflow: hidden;
}
.pro-img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pro-a:hover .pro-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pro-name {
	margin-top: 24px;
}
.pro-name h3 {
	line-height: 30px;
	font-size: 16px;
	color: #333;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-name h4 {
	line-height: 26px;
	font-size: 14px;
	color: #969696;
	font-weight: normal;
}
.pro-a:hover .pro-name h3 {
	color: #e05717;
}
.more-a {
	display: block;
	margin: 30px auto 0;
	width: 275px;
	height: 49px;
	line-height: 47px;
	border: 1px solid #202020;
	text-align: center;
	color: #202020;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.more-a:hover {
	border: 1px solid #e05717;
	color: #e05717;
}

@media only screen and (max-width:991px ) {
	.main {
		margin: 45px auto;
	}
	.pro-ul li {
		margin-bottom: 30px;
	}
	.pro-name {
		margin-top: 10px;
	}
	.more-a {
		margin-top: 10px;
		width: 220px;
	}
}
@media only screen and (max-width:767px ) {
	.main {
		margin: 30px auto;
	}
	.pro-name h3 {
		font-size: 14px;
	}
	.pro-ul li {
	    margin-bottom: 20px;
	}
	.more-a {
		margin: 10px auto 0;
		width: 150px;
		height: 40px;
		line-height: 38px;
	}
}
@media only screen and (max-width:449px ) {
	.pro-ul li {
		padding: 0;
	}
	.pro-name {
		margin-top: 5px;
	}
}

/*产品内页*/
.products-wrap {
	background: #f2f2f2;
	width: 100%;
	padding: 80px 0 130px;
}
.pro-inside {
	overflow: hidden;
}
.pro-inside-scroll {
	width: 50% !important;
	float: left;
	position: relative;
	padding: 0 45px;
}
.pro-inside-scroll .item img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 460px;
	/*min-width: 320px;*/
}
.pro-inside-scroll .owl-prev {
	cursor: pointer;
	background: url(../images/pro_jt_left.jpg) no-repeat;
	width: 39px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
	overflow: hidden;
}
.pro-inside-scroll .owl-next {
	cursor: pointer;
	background: url(../images/pro_jt_right.jpg) no-repeat;
	width: 39px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
	overflow: hidden;
}
.pro-inside-right {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.inside-content {
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
}
.inside-content h3 {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	font-size: 26px;
	color: #000;
}
.inside-content h4 {
	line-height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #969696;
}
.inside-nr {
	margin: 50px auto 0;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	padding-bottom: 20px;
}
.inside-content a {
	display: block;
	margin-top: 15px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	
}
.custom-a {
	font-size: 14px;
	color: #666 !important;
	border: 1px solid #d2d2d2;
	padding-left: 25px;
	background: url(../images/chat_icon.png) no-repeat calc(50% - 40px) center #fff;
}
.back-a {
	background: #202020;
	border: 1px solid #202020;
	font-size: 14px;
	color: #fff !important;
}
@media only screen and (max-width:1199px) {
	.inside-content h3 {
		font-size: 23px;
		margin-bottom: 0;
	}
	.inside-nr {
		margin: 20px auto 0;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.inside-content a {
		display: block;
		margin-top: 15px;
		height: 50px;
		line-height: 48px;
		text-align: center;
		
	}
}
@media only screen and (max-width:991px ) {
	.products-wrap .container {
		padding: 0;
	}
	.inside-content h3 {
		font-size: 20px;
	}
	.inside-content h4 {
		font-size: 16px;
	}
	.inside-nr {
		margin: 10px auto 0;
		line-height: 24px;
		font-size: 14px;
		padding-bottom: 0;
	}
	.inside-content a {
		display: block;
		margin-top: 15px;
		height: 50px;
		line-height: 48px;
		text-align: center;
		
	}
	.products-wrap {
		padding: 45px 0;
	}
}
@media only screen and (max-width:767px ) {
	.pro-inside-scroll {
		width: 100% !important;
		float: none;
		max-width: 400px;
		margin: 0 auto ;
	}
	.pro-inside-right {
		width: 100%;
		float: none;
	}
	.products-wrap {
		padding: 15px 0 30px;
	}
	.products-wrap .container {
		padding: 0 15px;
	}
	.inside-content h3 {
		font-size: 18px;
		line-height: 30px;
		height: 30px;
	}
	.inside-content a {
		height: 40px;
		line-height: 38px;
		width: 180px;
		font-size: 14px;
	}
	.pro-inside-right {
		padding: 0;
	}
}
.pro-describe {
	margin: 50px auto 60px;
	text-align: center;
}
.pro-describe h4 {
	line-height: 50px;
	font-size: 24px;
	color: #000;
	text-decoration: underline;
	margin-bottom: 30px;
}
.describe-content {
	line-height: 32px;
	font-size: 14px;
	color: #666666;
}
@media only screen and (max-width:991px ) {
	.pro-describe {
		margin: 45px auto;
	}
	.pro-describe h4 {
		line-height: 40px;
		font-size: 22px;
		color: #000;
		text-decoration: underline;
		margin-bottom: 20px;
	}
	.describe-content img{
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.pro-describe {
		margin: 30px auto;
	}
	.pro-describe h4 {
		margin-bottom: 10px;
	}
	.describe-content {
		line-height: 24px;
	}
}

/*核心技术*/
.technology-ul {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-align: justify;
}
.technology-ul:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.technology-ul li {
	display: inline-block;
	width: calc(50% - 30px);
	max-width: 516px;
	margin-bottom: 10px;
}
.technology-a {
	display: block;
	width: 100%;
}
.technology-img {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.technology-img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.technology-a:hover .technology-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.technology-bottom {
	margin-top: 10px;
}
.technology-bottom h4 {
	border-bottom: 1px solid #dadada;
	font-size: 0;
	height: 71px;
	line-height: 70px;
}
.technology-bottom h4 span {
	display: inline-block;
	height: 71px;
	line-height: 70px;
	border-bottom: 1px solid #e05717;
	margin-bottom: -1px;
}
.technology-bottom h4 span img {
	vertical-align: middle;
}
.technology-bottom h4 em {
	font-size: 18px;
	font-style: normal;
	color: #333;
	padding-left: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 70px;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 62px);
}
.technology-content {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin-top: 10px;
}
@media only screen and (max-width:991px ) {
	.technology-bottom {
		margin-top: 0;
	}
	.technology-bottom h4 {
		height: 51px;
		line-height: 50px;
	}
	.technology-bottom h4 span {
		height: 51px;
		line-height: 50px;
	}
	.technology-bottom h4 em {
		font-size: 16px;
		height: 50px;
		width: calc(100% - 42px);
	}
	.technology-bottom h4 span img {
		width: 40px;
	}
	.technology-content {
		line-height: 24px;
		font-size: 14px;
		height: 72px;
		overflow: hidden;
	}
}
@media only screen and (max-width:767px ) {
	.technology-ul li {
		width: calc(50% - 15px);
	}
}
@media only screen and (max-width:499px ) {
	.technology-ul li {
		width: 100%;
		margin-bottom: 15px;
		display: block;
	}
	.technology-ul {
		text-align: left;
	}
	.technology-ul:after {
		display: none;
	}
	.technology-content {
		height: auto;
		margin-bottom: 0;
	}
}

/*公司新闻*/
.main-wrap {
	overflow: hidden;
	width: 100%;
	background: #f7f7f7;
}
.first-news {
	overflow: hidden;
	background: #fff;
	margin-bottom: 60px;
}
.first-news-img {
	width: 65%;
	float: left;
}
.first-news-img a {
	display: block;
	overflow: hidden;
}
.first-news-img a img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.first-news-img a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.first-news-right {
	float: left;
	width: 35%;
	padding: 50px 25px 0;
}
.first-news-right h3 {
	overflow: hidden;
	max-height: 60px;
	line-height: 30px;
}
.first-news-right h3 a {
	font-size: 16px;
	color: #333;
}
.first-news-right h3 a:hover {
	color: #e05717;
}
.first-news-right h4 {
	margin: 40px 0 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.first-news-content {
	color: #999;
	line-height: 26px;
	max-height: 104px;
	overflow: hidden;
	margin-bottom: 30px;
}
.first-news-more {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #e05717;
	color: #fff !important;
}
@media only screen and (max-width:991px ) {
	.first-news {
		margin-bottom: 40px;
	}
	.first-news-right {
		padding: 15px;
	}
	.first-news-right h3 {
		line-height: 24px;
		max-height: 48px;
	}
	.first-news-right h3 a {
		display: block;
	}
	.first-news-right h4 {
		margin: 10px 0;
	}
	.first-news-content {
		margin-bottom: 15px;
		line-height: 24px;
		max-height: 96px;
	}
}
@media only screen and (max-width:767px ) {
	.first-news-img {
		width: 100%;
		float: none;
	}
	.first-news-right {
		float: none;
		width: 100%;
	}
	.first-news {
		margin-bottom: 20px;
	}
}
.news-ul li {
	background: #fff;
	padding: 33px 37px;
	overflow: hidden;
	margin-bottom: 25px;
}
.news-img {
	float: left;
	width: 350px;
	height: 235px;
}
.news-img a {
	display: block;
	overflow: hidden;
}
.news-img a img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.news-img a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.news-right {
	float: right;
	width: calc(100% - 375px);
	height: 235px;
	position: relative;
}
.news-right h4 {
	line-height: 24px;
	font-size: 14px;
	color: #999;
}
.news-right h3 {
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
}
.news-right h3 a {
	display: block;
	font-size: 16px;
	color: #333333;
}
.news-right-content {
	margin-top: 15px;
	line-height: 26px;
	color: #666;
	max-height: 130px;
	overflow: hidden;
}
.news-more {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	color: #e05717;
}
@media only screen and (max-width:991px ) {
	.news-ul li {
		padding: 15px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:670px ) {
	.news-img {
		width: 100%;
		float: none;
		height: auto;
		margin-bottom: 15px;
	}
	.news-right {
		float: none;
		width: 100%;
		height: auto;
	}
	.news-right-content {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.news-more {
		position: relative;
		left: 0;
		bottom: auto;
	}
}

/*分页*/
.page-box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
}
.page-box a{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0px 12px;
	color: #666;
	margin:0px 3.5px;
	background: #fff;
}
.page-box a.on{
	color:#fff;
	background:#e05717;
}
@media (max-width: 991px) {
	.page-box{
		margin-top: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.page-box{
		height: 25px;
	}
	.page-box a{
		height: 25px;
		line-height: 25px;
		padding: 0px 8px;
	}
}

.news-title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;	
	color:#111;
}
.news-content{
	/*margin: 20px 0px;*/
	min-height: 200px;
}
@media only screen and (max-width:767px ) {
	.news-content img {
		width: 100%;
	}
}
.inside-page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
}

.news-inside {
	background: #fff;
	padding: 55px 50px 45px;
}
.news-inside-title {
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
}
.news-inside-title h3 {
	line-height: 45px;
	margin-top: 10px;
	height: 45px;
	overflow: hidden;
	font-size: 22px;
	color: #333333;
}
.news-inside-title h4 {
	line-height: 35px;
	font-size: 16px;
	color: #999;
}
.news-inside-content {
	color: #333;
}
.news-page {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	padding: 35px;
	position: relative;
	margin-top: 70px;
}
.news-page:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
	background: #e6e6e6;
}
.news-page a {
	display: block;
	width: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.news-page a span {
	font-size: 16px;
	color: #333;
	float: left;
	padding: 0 22px;
	display: block;
	background: url(../images/page_jt_left.png) no-repeat left center;
}
.news-page a em {
	font-size: 14px;
	color: #999;
	font-style: normal;
	float: left;
	display: block;
	max-width: calc(100% - 105px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-page a:hover em {
	color: #e05717;
}
.news-page a:nth-child(2) span,
.news-page a:nth-child(2) em {
	float: right;
}
.news-page a:nth-child(2) span {
	background: url(../images/page_jt_right.png) no-repeat right center;
}
.page-prev {
	
}
.page-next {
	
}
@media only screen and (max-width:991px ) {
	.news-inside {
		padding: 20px;
	}
	.news-inside-title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.news-inside-title h3 {
		line-height: 40px;
		margin-top: 0;
		height: 40px;
	}
	.news-inside-title h4 {
		line-height: 30px;
	}
	.news-page {
		margin-top: 20px;
		padding: 15px;
	}
}
@media only screen and (max-width:767px ) {
	.news-inside {
		margin: 0;
	}
	.news-inside-title h3 {
		font-size: 18px;
		line-height: 30px;
		height: auto;
		max-height: 60px;
		overflow: hidden;
	}
	.news-inside-title h4 {
		font-size: 14px;
	}
	.news-inside-title {
		padding-bottom: 5px;
	}
	.news-page {
		border: none;
		padding: 0;
	}
	.news-page:after {
		display: none;
	}
	.news-page a {
		display: block;
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.news-page a span {
		background: none;
		padding: 0 22px 0 0;
	}
	.news-page a:nth-child(2) span {
		background: none;
		float: left;
	}
	.news-page a:nth-child(2) em {
		float: left;
	}
	.news-page a em {
		max-width: calc(100% - 85px);
	}
}

/*加盟流程*/
.process {
	margin: 50px auto 75px;
}
.join-title {
	text-align: center;
	line-height: 45px;
	margin-bottom: 45px;
	font-size: 30px;
	color: #333;
}
.process-srcoll {
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}
.process-srcoll .item {
	padding: 0 15px;
}
.item-content {
	padding-top: 5px;
	width: 100%;
	max-width: 154px;
	overflow: hidden;
	margin: 0 auto;
}
.item-content img {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.item-content:hover img {
	top: -5px;
}
.item-content p {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-top: 30px;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
}
.process-srcoll .owl-pagination {
	display: block;
	text-align: center;
	margin-top: 60px;
	font-size: 0;
}
.process-srcoll .owl-pagination .owl-page {
	height: 14px;
	width: 14px;
	border-radius: 50%;
	border: 3px solid #fff;
	display: inline-block;
	background: #DAC1A2;
	margin: 0 10px;
}
.process-srcoll .owl-pagination .owl-page.active {
	border: none;
}
.process-srcoll .owl-prev {
	position: absolute;
	background: url(../images/process_left.png) no-repeat;
	background-size: 100% 100%;
	height: 54px;
	width: 54px;
	right: 50%;
	margin-right: 250px;
	bottom: 0;
	overflow: hidden;
	text-indent: -9999px;
}
.process-srcoll .owl-next {
	position: absolute;
	background: url(../images/process_right.png) no-repeat;
	background-size: 100% 100%;
	height: 54px;
	width: 54px;
	left: 50%;
	margin-left: 250px;
	bottom: 0;
	overflow: hidden;
	text-indent: -9999px;
}

@media only screen and (max-width:991px ) {
	.process {
		margin: 45px auto;
	}
	.join-title {
		font-size: 25px;
		line-height: 40px;
		margin-bottom: 25px;
	}
	.item-content {
		max-width: 140px;
	}
	.item-content p {
		margin-top: 10px;
		font-size: 16px;
	}
	.process-srcoll .owl-pagination {
		margin-top: 40px;
	}
}
@media only screen and (max-width:767px ) {
	.process {
		margin: 30px auto;
	}
	.join-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.process-srcoll .owl-prev {
		height: 40px;
		width: 40px;
		bottom: 10px;
		margin-right: 150px;
	}
	.process-srcoll .owl-next {
		height: 40px;
		width: 40px;
		bottom: 10px;
		margin-left: 150px;
	}
	.process-srcoll .owl-pagination .owl-page {
		margin: 0 5px;
	}
}
@media only screen and (max-width:499px ) {
	.process-srcoll .owl-prev ,
	.process-srcoll .owl-next {
		display: none;
	}
}

/*加盟条件*/
.condition-wrap {
	width: 100%;
	background: #F7F7F7;
	padding: 60px 0 30px;
}
.condition-ul li {
	float: left;
	width: calc(50% - 60px);
	background: #fff;
	height: 267px;
	border-top: 10px solid #DAC1A2;
	margin-bottom: 60px;
	font-size: 16px;
	color: #333;
	line-height: 36px;
	padding: 40px 45px 0 200px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.condition-ul li:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.condition-ul li:nth-child(even) {
	float: right;
}
.condition-ul li:nth-child(1) {
	background: url(../images/condition_icon1.png) no-repeat 45px 55px #fff;
}
.condition-ul li:nth-child(2) {
	background: url(../images/condition_icon2.png) no-repeat 45px 55px #fff;
}
.condition-ul li:nth-child(3) {
	background: url(../images/condition_icon3.png) no-repeat 45px 55px #fff;
}
.condition-ul li:nth-child(4) {
	background: url(../images/condition_icon4.png) no-repeat 45px 55px #fff;
}
@media only screen and (max-width:1199px ) {
	.condition-ul li {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}
	
}
@media only screen and (max-width:991px ) {
	.condition-wrap {
		padding: 45px 0 30px;
	}
	.condition-ul li {
		padding: 20px 20px 0 100px; 
	}
	.condition-ul li:nth-child(1) {
		background: url(../images/condition_icon1.png) no-repeat 15px 30px #fff;
	}
	.condition-ul li:nth-child(2) {
		background: url(../images/condition_icon2.png) no-repeat 15px 30px #fff;
	}
	.condition-ul li:nth-child(3) {
		background: url(../images/condition_icon3.png) no-repeat 15px 30px #fff;
	}
	.condition-ul li:nth-child(4) {
		background: url(../images/condition_icon4.png) no-repeat 15px 30px #fff;
	}
}
@media only screen and (max-width:767px ) {
	.condition-ul li {
		font-size: 14px;
		line-height: 24px;
		height: 180px;
	}
	.condition-wrap {
		padding: 30px 0 15px;
	}
}
@media only screen and (max-width:620px ) {
	.condition-ul li {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
		float: none;
		height: auto;
		min-height: 120px;
		border-top: 5px solid #DAC1A2;
		padding-bottom: 15px;
	}
	.condition-ul li:nth-child(even) {
		float: none;
	}
}

/*加盟支持*/
.support-wrap {
	width: 100%;
	background: url(../images/support_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 60px 0;
}
.support .join-title {
	color: #fff;
}
.support-ul {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 50px 15px;
}
.support-ul li {
	border-bottom: 1px dashed #e5e5e5;
	padding: 15px 0;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}
.support-ul li:last-child {
	border: none;
}
.support-ul li h4 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.support-ul li p {
	line-height: 30px;
	font-size: 16px;
	color: #969696;
}

@media only screen and (max-width:991px ) {
	.support-wrap {
		padding: 45px 0;
	}
	.support-ul {
		padding: 15px;
	}
}
@media only screen and (max-width:767px ) {
	.support-wrap {
		background: none;
		padding: 30px 0;
	}
	.support .join-title {
		color: #333;
	}
	.support-ul {
		padding: 0;
		box-shadow: none;
	}
	.support-ul li {
		padding: 10px 0;
	}
	.support-ul li h4 {
		font-size: 16px;
	}
	.support-ul li p {
		line-height: 24px;
		font-size: 14px;
	}
}

/*终端门店*/
.shop-wrap {
	width: 100%;
	background: #F7F7F7;
	padding: 60px 0 70px;
}
.shop-ul {
	overflow: hidden;
}
.shop-ul li {
	padding: 0 18px;
	margin-bottom: 36px;
}
.shop-list {
	display: block;
	overflow: hidden;
	border-radius: 4px;
	max-width: 375px;
	margin: 0 auto;
}
.shop-list img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.shop-list:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
@media only screen and (max-width:991px ) {
	.shop-wrap {
		padding: 45px 0;
	}
	.shop-ul li {
		padding: 0 10px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.shop-wrap {
		padding: 0 0 30px;
		background: none;
	}
}
@media only screen and (max-width:449px ) {
	.shop-ul li {
		padding: 0;
	}
}

/*加盟申请*/
.apply {
	margin: 40px auto 60px;
}
.form-box {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}
.form-ul li {
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
}
.form-ul li.half-li {
	width: calc(50% - 30px);
	float: left;
}
.form-ul li.half-li:nth-of-type(2) {
	float: right;
}
.form-ul li h4 {
	line-height: 40px;
	font-size: 16px;
	color: #111;
}
.form-ul li input[type=text] {
	display: block;
	height: 48px;
	border: 1px solid #e7e7e7;
	padding: 10px 18px;
	line-height: 28px;
	width: 100%;
	background: #fff;
}
.form-ul li select {
	float: left;
	display: block;
	height: 48px;
	border: 1px solid #e7e7e7;
	width: calc((100% - 60px) / 3);
	padding-left: 18px;
	margin-right: 30px;
}
.form-ul li select:last-child {
	margin-right: 0;
}
.daili-span {
	margin-top: 10px;
	margin-right: 70px;
	color: #111;
}
.daili-span input[type=radio] {
	margin-left: 20px;
	margin-right: 10px;
}
.form-ul li textarea {
	height: 173px;
	padding: 10px 18px;
	width: 100%;
	resize: none;
	overflow-y: auto;
	border: 1px solid #e7e7e7;
}
.form-ul li input.yzm-input {
	width: 165px;
	margin-right: 25px;
	float: left;
}
.yzm-span {
	vertical-align: middle;
	line-height: 48px;
	display: block;
	float: left;
	margin-right: 65px;
}

.form-ul li input[type=submit] {
	display: block;
	height: 38px;
	line-height: 38px;
	margin-top: 5px;
	text-align: center;
	border-radius: 19px;
	border: none;
	width: 125px;
	color: #fff;
	background: #e05717;
}
@media only screen and (max-width:767px ) {
	.form-ul li h4 {
		line-height: 30px;
		font-size: 14px;
	}
	.form-ul li {
		margin-bottom: 15px
	}
	.form-ul li input[type=text] {
		height: 38px;
		line-height: 18px;
	}
	.form-ul li select {
		height: 38px;
	}
	.yzm-span {
		line-height: 38px;
		margin-right: 25px;
	}
	.form-ul li input[type=submit] {
		margin-top: 0;
	}
	.daili-span {
		margin-right: 30px;
	}
	.daili-span input[type=radio] {
		margin-left: 10px;
		margin-right: 5px;
	}
	.apply {
		margin: 10px auto 30px;
	}
}
@media only screen and (max-width:550px ) {
	.form-ul li.half-li {
		width: 100%;
		float: none;
	}
	.form-ul li.half-li:nth-of-type(2) {
		float: none;
	}
	.form-ul li select {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.form-ul li select:last-child {
		margin-bottom: 0;
	}
	.daili-span {
		margin-right: 0;
		display: block;
		width: 100%;
		margin-top: 0;
	}
	.form-ul li input[type=submit] {
		display: block;
		float: none;
	}
	.yzm-span {
		margin-right: 0;
		width: calc(100% - 170px);
		margin-bottom: 15px;
	}
	.form-ul li input.yzm-input {
		width: 135px;
	}
}

/*服务政策*/
.service-title {
	text-align: center;
	margin-bottom: 20px;
}
.service-title h3 {
	line-height: 45px;
	margin-bottom: 15px;
	font-size: 30px;
	color: #333;
}
.service-title p {
	font-size: 16px;
	color: #999;
}
.guarantee {
	background: #fff;
	text-align: center;
	padding: 30px 15px 40px;
	margin-bottom: 25px;
}
.guarantee h4 {
	line-height: 40px;
	font-size: 20px;
	color: #e05717;
	margin-bottom: 5px;
}
.guarantee p {
	font-size: 16px;
	color: #999;
}
@media only screen and (max-width:991px ) {
	.service-title h3 {
		font-size: 25px;
		line-height: 40px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width:767px ) {
	.service-title h3 {
		font-size: 22px;
	}
	.service-title p {
		font-size: 14px;
	}
	.guarantee {
		padding: 15px;
		margin-bottom: 20px;
	}
	.guarantee h4 {
		line-height: 30px;
		margin-bottom: 0;
		font-size: 18px;
	}
	.guarantee p {
		font-size: 14px;
	}
}
.replacement {
	background: #fff;
	padding: 25px 0 0;
	margin-bottom: 100px;
}
.replacement h4 {
	line-height: 40px;
	font-size: 20px;
	color: #e05717;
	margin-bottom: 50px;
	text-align: center;
}
.rep-ul {
	overflow: hidden;
	width: 100%;
	max-width: 835px;
	margin: 0 auto;
}
.rep-ul li {
	float: left;
	width: 50%;
	overflow: hidden;
	margin-bottom: 30px;
}
.rep-ul li span {
	display: block;
	height: 70px;
	width: 70px;
	float: left;
	border-radius: 50%;
	border: 1px solid #b8b8b8;
	line-height: 68px;
	text-align: center;
	font-size: 30px;
	color: #333;
	margin-right: 45px;
}
.rep-box {
	float: left;
	width: calc(100% - 130px);
	max-width: 260px;
	font-size: 16px;
	color: #999;
}
.thj-title {
	padding-top: 20px;
	border-top: 1px dashed #dcdcdc; 
	max-width: 835px;
	margin: 0 auto 20px;
	text-align: center;
}
.thj-box {
	overflow: hidden;
	max-width: 835px;
	margin: 0 auto;
	width: 100%;
}
.thj-img {
	float: left;
	width: 50%;
}
.thj-img img {
	display: block;
	width: 100%;
	max-width: 358px;
	margin: 0 auto;
}
.thj-ul {
	float: left;
	width: 50%;
	padding:30px 0 0 30px;
}
.thj-ul li {
	margin-bottom: 35px;
	overflow: hidden;
}
.thj-ul li span {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 55px;
	font-size: 40px;
	color: #666;
	font-weight: bold;
}
.thj-content {
	line-height: 20px;
	font-size: 16px;
	color: #666;
	float: left;
	width: calc(100% - 55px);
	max-width: 295px;
}
@media only screen and (max-width:991px ) {
	.replacement {
		margin-bottom: 30px;
	}
	.replacement h4 {
		margin-bottom: 30px;
	}
	.rep-ul {
		padding: 0 15px;
	}
	.rep-ul li span {
		margin-right: 20px;
	}
	.rep-box {
		width: calc(100% - 110px);
		font-size: 14px;
	}
	.thj-title {
		padding-top: 5px;
		margin-bottom: 20px;
	}
	.thj-box {
		padding: 0 15px;
	}
	.thj-content {
		font-size: 14px;
	}
}
@media only screen and (max-width:767px ) {
	.replacement {
		padding-top: 15px;
	}
	.replacement h4 {
		margin-bottom: 15px;
	}
	.rep-ul li {
		margin-bottom: 15px;
	}
	.rep-ul li span {
		width: 45px;
		height: 45px;
		line-height: 43px;
		font-size: 20px;
	}
	.rep-box {
	    width: calc(100% - 80px);
	    line-height: 24px;
	}
	.thj-ul {
		padding-top: 0;
	}
	.thj-ul li {
		margin-bottom: 20px;
	}
	.thj-img {
		display: none;
	}
	.thj-ul {
		width: 100%;
		float: none;
		max-width: 450px;
		margin: 0 auto;
		padding-left: 0;
	}
	.thj-content {
		max-width: none;
	    width: calc(100% - 40px);
	}
	.thj-ul li span {
		font-size: 30px;
		width: 40px;
	}
}
@media only screen and (max-width:499px ) {
	.rep-ul li {
		width: 100%;
		float: none;
	}
	.rep-box {
		max-width: none;
	}
}

/*承诺*/
.promise-ul {
	overflow: hidden;
	background: #fff;
}
.promise-ul li {
	overflow: hidden;
}
.promise-img {
	float: left;
	width: 50%;
}
.promise-img img {
	display: block;
	width: 100%;
}
.promise-box {
	float: left;
	width: 50%;
	padding: 55px 55px 0;
}
.promise-box h4 {
	font-size: 30px;
	color: #e05717;
	line-height: 40px;
	margin-bottom: 30px;
}
.promise-content {
	line-height: 36px;
	font-size: 16px;
	color: #999;
}
.promise-ul li:nth-child(even) .promise-img,
.promise-ul li:nth-child(even) .promise-box {
	float: right;
}
@media only screen and (max-width:1199px ) {
	.promise-box h4 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.promise-content {
		line-height: 30px;
	}
	.promise-box {
		padding: 30px 25px 0;
	}
}
@media only screen and (max-width:991px ) {
	.promise-ul {
		max-width: 600px;
		margin: 0 auto;
	}
	.promise-img {
		width: 100%;
		float: none;
	}
	.promise-box {
		width: 100%;
		float: none;
	}
	.promise-ul li:nth-child(even) .promise-img,
	.promise-ul li:nth-child(even) .promise-box {
		float: none;
	}
	.promise-box {
		padding: 15px;
	}
	.promise-ul li {
		margin-bottom: 20px;
		background: #fff;
	}
	.promise-ul li:last-child {
		margin-bottom: 0;
	}
	.promise-ul {
		background: none;
	}
	.promise-box h4 {
		font-size: 22px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width:767px ) {
	.replacement h4 {
		font-size: 18px;
	}
	.promise-box h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.promise-content {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
	}
}

/*常见问题*/
.faq-left {
	float: left;
	width: 224px;
}
.faq-left a {
	display: block;
	height: 52px;
	line-height: 50px;
	border-bottom: 2px solid #e05717;
	position: relative;
	text-align: center;
	font-size: 18px;
	background: url(../images/faq_jt.png) no-repeat right center;
}
.faq-left a img {
	left: 0;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq-right {
	float: right;
	width: calc(100% - 286px);
}
.faq-img {
	overflow: hidden;
	border-radius: 4px;
}
.faq-img img {
	display: block;
	width: 100%;
}
.faq-ul {
	margin-top: 35px;
}
.faq-ul li {
	overflow: hidden;
}
.faq-ul li h4  {
	height: 51px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #efefef;
	padding-left: 32px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	background: url(../images/faq_jia.png) no-repeat left center;
}
.faq-content {
	color: #999;
	line-height: 32px;
	padding: 15px 0;
	display: none;
}
.faq-ul li.active h4 {
	background: url(../images/faq_jian.png) no-repeat left center;
}
@media only screen and (max-width:991px ) {
	.faq-left {
		display: none;
	}
	.faq-right {
		float: none;
		width: 100%;
	}
	.faq-ul {
		margin-top: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.faq-content {
		padding: 10px 0;
		line-height: 24px;
	}
	.faq-ul li h4 {
		font-size: 14px;
	}
}

.contact {
	margin: 55px auto 70px;
}
.contact-title {
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	color: #333;
	margin-bottom: 55px;
}
.contact-ul {
	overflow: hidden;
	margin-bottom: 85px;
}
.contact-ul li {
	float: left;
	width: 33.33%;
	border-right: 1px solid #e5e5e5;
	padding-top: 50px;
	text-align: center;
}
.contact-ul li h4 {
	line-height: 26px;
	margin-bottom: 15px;
}
.contact-ul li p {
	line-height: 35px;
	font-size: 30px;
	color: #e05717;
}
.contact-ul li:last-child {
	border: none;
}
.contact-ul li:nth-child(1) {
	background: url(../images/contact_icon1.png) no-repeat center top;
}
.contact-ul li:nth-child(2) {
	background: url(../images/contact_icon2.png) no-repeat center top;
}
.contact-ul li:nth-child(3) {
	background: url(../images/contact_icon3.png) no-repeat center top;
}
.contact-map {
	border: 1px solid #e8e8e8;
	overflow: hidden;
	max-width: 1004px;
	margin: 0 auto;
	width: 100%;
}
.map {
	float: left;
	width: 50%;
}
.map img {
	display: block;
	width: 100%;
}
.map-box {
	float: left;
	width: 50%;
	padding: 35px 60px 0;
}
.map-box h4 {
	line-height: 35px;
	margin-bottom: 25px;
	font-size: 20px;
	color: #333;
}
.map-content {
	line-height: 30px;
	font-size: 16px;
	color: #999;
	margin-bottom: 10px;
}
.map-a {
	display: block;
	width: 160px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	background: #e05717;
}
@media only screen and (max-width:1199px ) {
	.contact-ul li p {
		font-size: 25px;
	}
}
@media only screen and (max-width:991px ) {
	.contact-title {
		margin-bottom: 30px;
		font-size: 25px;
	}
	.contact-ul li p {
		font-size: 20px;
	}
	.contact-ul li h4 {
		margin-bottom: 5px;
	}
	.map-box {
		padding: 15px;
	}
	.map-box h4 {
		margin-bottom: 10px;
	}
	.map-content {
		font-size: 14px;
		line-height: 24px;
	}
	.contact {
		margin: 45px auto;
	}
	.contact-ul {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width:767px ) {
	.contact {
		margin:30px auto;
	}
	.contact-ul {
		margin-bottom: 20px;
	}
	.contact-ul li {
		width: 100%;
		float: none;
		padding-top: 40px;
		margin-bottom: 15px;
		border: none;
	}
	.contact-ul li h4 {
		line-height: 24px;
		font-size: 16px;
		margin-bottom: 0;
	}
	.contact-ul li p {
		line-height: 24px;
		font-size: 18px;
	}
	.map {
		width: 100%;
		float: none;
	}
	.map-box {
		width: 100%;
		float: none;
	}
	.map-box h4 {
		font-size: 18px;
		margin-bottom: 0;
	}
}

/*留言反馈*/
.feedback-wrap {
	background: #f7f7f7;
	padding: 30px 0 50px;
}
.feedback-title {
	line-height: 40px;
	font-size: 20px;
	color: #e05717;
	padding-left: 22px;
	background: url(../images/feedback_line.png) no-repeat left center;
	margin-bottom: 30px;
}
@media only screen and (max-width:767px ) {
	.feedback-title {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 20px;
		padding: 10px 0 10px 22px;
	}
	.feedback-wrap {
		padding: 20px 0 30px;
	}
}
.pop-video {
	width: 600px;
}
.pop-video video {
	width: 100%;
	display: block;
}
.pop-video img {
	display: block;
	width: 100%;
}
.layui-layer {
	width: 90% !important;
	max-width: 600px !important;
}
.layui-layer-photos {
	width: auto !important;
	max-width: none !important;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
