﻿@media (min-width:768px) and (max-width:991px) {
	img.bg-pc{
		
		display: none;
	}
	.bg-m{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		z-index: 0;
	}
	
	.in-box{
		position: relative;	
	}
	.container{
		width: 750px;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
	}
	header{
		padding: 10px 20px;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	div.logo{
		width: 144px;
		height: 60px;
	}
	div.logo img{
		display: block;
		max-width: 100%;
		padding: 0;
	}
	.btn-menu{
		display: none;
	}
	.mobile-menu{
		display: none;
	}
	.phone{
		margin-top: 20px;
	}
	.phone a{
		font-size: 24px;
		color: #fff;
		padding-left: 40px;
		background: url(../image/phone.png) no-repeat left center;
		background-size: 30px auto;
		display: block;
		line-height: 34px;
		font-weight: bold;
	}
	header ul{
		float: right;
		margin-top: 20px;
	}
	header ul li{
		float: left;
		margin-right: 12px;
		line-height: 40px;
	}
	header ul li a{
		font-size: 18px;
		color: #fff;
	}
	header ul li a:hover{
		color: #ffcc55;
	}
	header ul li.on a{
		color: #ffcc55;
	}
	.banner{
		display:none;
	}
	.banner-p {
		display: block;
		padding: 0;
		margin: 0;
	}
	.banner img,.banner-p img{
		display: block;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	.company-intro{
		padding: 60px 0;
		background: #fff;
	}
	.intro-content{
		width: 100%;
		text-align: center;
	}
	.intro-content h2{
		font-size: 22px;
		color: #282828;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.intro-content p{
		font-size: 16px;
		color: #333;
		line-height: 1.8em;
	}
	.intro-content ul{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.intro-content ul li{
		display: inline-block;
		width: 100px;
		height: 100px;
		border: 2px solid #999;
		border-radius: 10px;
		font-size: 24px;
		color: #ee0000;
		font-weight: bold;
		text-align: center;
		padding: 47px 0 7px 0;
		margin-left: 15px;
		margin-right: 15px;
	}
	.intro-content ul li:nth-child(1){
		background: url(../image/intro-img01.png) no-repeat center 7px;
		background-size: auto 40px;
	}
	.intro-content ul li:nth-child(2){
		background: url(../image/intro-img02.png) no-repeat center 7px;
		background-size: auto 40px;
	}
	.intro-content ul li:nth-child(3){
		background: url(../image/intro-img03.png) no-repeat center 7px;
		background-size: auto 40px;
	}
	.intro-content h3{
		font-size: 18px;
		color: #282828;
		font-weight: bold;
	}
	.intro-img{
		width: 100%;
		margin-top: 40px;
	}
	.intro-img img{
		display: block;
		padding: 0;
		margin: 0 auto;
		max-width: 100%;
	}
	.inbox-img img{
		display: block;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	/*透明过度条*/
	.inbox-img{
		padding: 60px 0;
	}
	.inbox-img h3{
		font-size: 24px;
		color: #fff;
		text-align: center;
		font-family: "宋体";
	}
	.inbox-img a{
		width: 200px;
		height: 60px;
		display: block;
		border: 1px solid #fff;
		text-align: center;
		line-height: 58px;
		font-size: 20px;
		color: #fff;
		margin: 30px auto 0 auto;
		font-family: "宋体";
	}
	/*首页产品*/
	.iproduct-cate{
		padding: 30px 0 60px 0;
		position: relative;
		z-index: 2;
		background: #fff;
	}
	.iproduct-cate ul li{
		width: 50%;
		float: left;
		padding-left: 30px;
		margin-top:30px;
	}
	.iproduct-cate ul li a{
		display: block;
		padding-left: 100px;
		min-height: 80px;
		padding-top: 10px;
	}
	.iproduct-cate ul li:nth-child(1) a{
		background: url(../image/iproduct-cate03.png) no-repeat left center;
		background-size:auto 80px;
	}
	.iproduct-cate ul li:nth-child(2) a{
		background: url(../image/iproduct-cate01.png) no-repeat left center;
		background-size:auto 80px;
	}
	.iproduct-cate ul li:nth-child(3) a{
		background: url(../image/iproduct-cate02.png) no-repeat left center;
		background-size:auto 80px;
	}
	.iproduct-cate ul li:nth-child(4) a{
		background: url(../image/iproduct-cate04.png) no-repeat left center;
		background-size:auto 80px;
	}
	.iproduct-cate ul li a h3{
		font-size: 24px;
		color: #000;
	}
	.iproduct-cate ul li a p{
		font-size: 16px;
		color: #666;
	}
	.iproduct-list ul{
		clear: both;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	.iproduct-list ul li{
		width: 50%;
		float: left;
		position: relative;
	}
	.iproduct-list ul li div{
		width: 100%;
		position: relative;
	}
	.iproduct-list ul li div img{
		display: block;
		max-width: 100%;
	}
	.iproduct-list ul li div p{
		width: 100%;
		height: 80px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(../image/iproduct-tt-bg.png) no-repeat center top;
		background-size: 100% 80px;
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		padding-left: 20px;
		line-height: 100px;
	}
	.iproduct-list ul li a{
		width: 100%;
		height: 100%;
		display: block;
		background: rgba(0, 0, 0, 0.6);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
		display: none;
	}
	.iproduct-list ul li a h3{
		font-size: 20px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		margin-top: 70px;
	}
	.iproduct-list ul li a span{
		display: block;
		width: 100px;
		height: 1px;
		background: #fff;
		margin: 20px auto;
	}
	.iproduct-list ul li a p{
		font-size: 18px;
		color: #fff;
		text-align: center;
	}
	/*新闻资讯*/
	.inews-box{
		padding: 60px 0;
		position: relative;
		z-index: 2;
		background: #fff;
	}
	.inews-tit{
		background: url(../image/inews-bg.png) no-repeat center 22px;
		background-size: auto 35px;
		padding-bottom: 40px;
	}
	.inews-tit h2{
		font-size: 26px;
		color: #000;
		font-weight: bold;
		text-align: center;
	}
	.inews-tit span{
		display: block;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 50px;
		height: 2px;
		background: #ee0000;
	}
	.inews-list{
		padding: 0 5px;
		clear: both;
		overflow: hidden;
	}
	.inews-list li{
		padding: 0 5px;
		float: left;
		width: 33.333%;
	}
	.inews-list li a{
		display: block;
		overflow: hidden;
	}
	.inews-list li a img{
		display: block;
		max-width: 100%;
	}
	.inews-list li div{
		margin-top: 20px;
	}
	.inews-list li div h3{
		font-size: 18px;
		color: #333;
	}
	.inews-list li div p{
		font-size: 14px;
		color: #999;
	}
	a.news-more{
		width: 90px;
		height: 35px;
		display: block;
		margin: 30px auto 0 auto;
		background: #ee0000;
		line-height: 35px;
		font-size: 16px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
	}
	a.news-more i{
		float: right;
		font-style: normal;
		font-weight: bold;
		line-height: 7px;
		margin-right: -3px;
	}
	/*底部*/
	footer{
		background: #333;
		padding-top: 40px;
		position: relative;
		z-index: 2;
	}
	.foot-left{
		width: 100%;
	}
	.foot-left ul{
		clear: both;
		overflow: hidden;
		text-align: center;
	}
	.foot-left ul li{
		display: inline-block;
		margin-right: 10px;
		margin-left: 10px;
	}
	.foot-left ul li a{
		font-size: 18px;
		color: #fff;
	}
	.foot-left ul li a:hover{
		color: #ffcc55;
	}
	.foot-left ul li a.on{
		color: #ffcc55;
	}
	.flogo{
		margin-top: 20px;
		clear: both;
		overflow: hidden;
		text-align: center;
	}
	.flogo a{
		width: 144px;
		display: inline-block;
		
	}
	.flogo img{
		display: block;
		max-width: 100%;
	}
	.flogo h3{
		height: 45px;
		line-height: 45px;
		display: inline-block;
		padding-left: 75px;
		background: url(../image/phone.png) no-repeat 20px center;
		background-size: 40px auto;
		font-size: 30px;
		color: #fff;
		font-weight: bold;
		margin-left: 20px;
		margin-top: 15px;
		border-left: 1px solid #fff;
	}
	.QR-code{
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}
	.QR-code ul li{
		display: inline-block;
		margin-left: 20px;
	}
	.QR-code ul li:first-child{
		margin-left: 0;
	}
	.QR-code ul li a{
		display: block;
		width: 105px;
	}
	.QR-code ul li a img{
		display: block;
		max-width: 100%;
	}
	.QR-code ul li p{
		font-size: 16px;
		color: #fff;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.copyright-div{
		margin-top: 15px;
		border-top: 1px solid #fff;
	}
	.copyright-div p{
		font-size: 12px;
		color: #fff;
		text-align: center;
		line-height: 40px;
	}
		.copyright-div p span {
			display: none;
		}
	.copyright-div p a{
		color: #fff;
	}
	.copyright-div p a:hover{
		text-decoration: underline;
	}
	
	/*品牌*/
	.page-img{
		width: 100%;
		overflow: hidden;
	}
	.page-img img{
		display: block;
		margin: 0;
		padding: 0;
		max-width: 100%;
	}
	.brand-title{
		margin-top: 60px;
		background: url(../image/brand-tit-bg01.png) no-repeat center bottom;
		background-size: 380px auto;
	}
	.brand-title h1{
		font-size: 28px;
		color: #333;
		font-weight: bold;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.brand-title span{
		width: 45px;
		height: 4px;
		display: block;
		background: #ee0000;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	.baand-daoyu{
		margin-top: 34px;
	}
	.baand-daoyu p{
		font-size: 16px;
		color: #333;
		text-indent: 2em;
		line-height: 30px;
		letter-spacing: 0.06em;
		padding: 0 50px;
	}
	.daoyu-dispaly{
		display: none;

	}
	.daoyu-mobile{
		display: block;
		width: 520px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.mobile-top{
		clear: both;
		overflow: hidden;
	}
	.mtop-left{
		width: 247px;
		float: left;
		overflow: hidden;
	}
	.mtop-left img{
		max-width: 100%;
	}
	.mtop-right{
		width: 250px;
		float: left;
		margin-left: 20px;
	}
	.mtop-right ul li{
		width: 250px;
		height: 230px;
		overflow: hidden;
		background: #333;
		text-align: center;
		line-height: 230px;
		font-size: 28px;
		color: #fff;
		font-weight: bold;
		
	}
	.mtop-right ul li:last-child{
		margin-top: 40px;
	}
	.mobile-bott ul{
		clear: both;
		overflow: hidden;
		margin-top: 20px;
	}
	.mobile-bott ul li{
		float: left;
		width: 250px;
		height: 230px;
		overflow: hidden;
		background: #333;
		text-align: center;
		line-height: 230px;
		font-size: 28px;
		color: #fff;
		font-weight: bold;
	}
	.mobile-bott ul li.on{
		background: #ee0000;
	}
	.mobile-bott ul li:nth-child(n+3){
		margin-top: 20px;
	}
	.mobile-bott ul li:nth-child(2n){
		margin-left: 20px;
	}
	
	.brand-box02 .brand-title{
		background: url(../image/brand-tit-bg02.png) no-repeat center bottom;
		background-size: 400px auto;
	}
	.hezuo-img{
		margin-top: 40px;
		width: 100%;
		background: url(../image/hezuo-img-bg.jpg) no-repeat center top;
		background-size: auto 100%;
		clear: both;
		overflow: hidden;
	}
	.hezuo-img img{
		max-width: 75%;
		display: block;
		float: right;
	}
	.brand-box03 .brand-title{
		background: url(../image/brand-tit-bg03.png) no-repeat center bottom;
		background-size: 335px auto;
	}
	.vision-div{
		clear: both;
		overflow: hidden;
		display: block;
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.vision-img{
		float: right;
		width: 50%;
	}
	.vision-img img{
		display: block;
		max-width: 100%;
	}
	.vision-con{
		width: 46%;
		float: left;
		padding-top: 35px;
	}
	.vision-con p{
		font-size: 26px;
		color: #333;
		letter-spacing: 0.01em;
		margin-top: 35px;
	}
	.vision-con p strong{
		color: #ee0000;
	}
	
	/*产品*/
	.pro-page-img{
		width: 100%;
		height: 460px;
		background: url(../image/products-bann-bg.jpg) no-repeat center top;
		background-size: auto 100%;
		display: block;
		clear: both;
		overflow: hidden;
	}
	.pro-page-img img{
		width: 38%;
		display: block;
		margin: 170px auto 0 auto;
	}
	.products-category{
		margin-top: 40px;
	}
	.p-cate-list{
		clear: both;
		overflow: hidden;
		margin-top: 30px;
	}
	.p-cate-list h3{
		width: 150px;
		height: 40px;
		background: #666;
		float: left;
		line-height: 40px;
	}
	.p-cate-list h3.p-h3-tit01 a{
		font-size: 18px;
		color: #fff;
		display: block;
		padding-left: 44px;
		background: url(../image/cate-img01.png) no-repeat 10px center;
	}
	.p-cate-list h3.p-h3-tit02 a{
		font-size: 18px;
		color: #fff;
		display: block;
		padding-left: 44px;
		background: url(../image/cate-img02.png) no-repeat 10px center;
	}
	.p-cate-list a.all{
		display: block;
		height: 40px;
		float: left;
		padding: 0px 20px;
		border-radius: 20px;
		background: #666;
		font-size: 16px;
		color: #fff;
		line-height: 40px;
		margin-left: 30px;
	}
	.p-cate-list a.on{
		background: #ee0000;
	}
	.p-cate-list ul{
		display: block;
		float: left;
		margin-left: 10px;
	}
	.p-cate-list ul li{
		display: inline-block;
		font-size: 16px;
		margin-left: 20px;
		line-height: 40px;
	}
	.p-cate-list ul li a{
		display: block;
		color: #666;
	}
	.p-cate-list ul li a:hover{
		color: #ee0000;
	}
	.p-cate-list ul li a.on{
		color: #ee0000;
		background:none;
	}
	
	.products-list{
		clear: both;
		overflow: hidden;
	}
	.products-list ul{
		clear: both;
		overflow: hidden;
		padding: 5px;
	}
	.products-list ul li{
		width: 350px;
		float: left;
		box-shadow: 0px 0px 5px #b8b8b8;
		margin-left: 40px;
		border-radius: 10px;
		overflow: hidden;
		margin-top: 40px;
	}
	.products-list ul li:nth-child(2n+1){
		margin-left: 0px !important;
	}
	.products-list ul li a{
		display: block;
		overflow: hidden;
	}
	.products-list ul li a img{
		max-width: 100%;
		transition: all .5s linear;
	}
	.products-list ul li:hover a img{
		transform: scale(1.15);
	}
	.products-list ul li p{
		font-size: 22px;
		color: #666;
		font-weight: bold;
		text-align: center;
		line-height: 70px;
		transition: all .5s linear;
	}
	.products-list ul li:hover p{
		color: #ee0000;
	}
	.pagelist{
		clear: both;
		overflow: hidden;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 80px;
	}
	.pagelist a{
		display: inline-block;
		padding: 2px 9px;
		border: 1px solid #666;
		color: #333;
		font-size: 14px;
		margin: 0 3px;
	}
	.pagelist a:hover{
		background: #ee0000;
		color: #fff;
		border: 1px solid #ee0000;
	}
	.pagelist a.on{
		background: #ee0000;
		color: #fff;
		border: 1px solid #ee0000;
	}
	
	/*加盟合作*/
	.join-box01 .brand-title{
		background: url(../image/join-tit01.png) no-repeat center bottom;
		background-size: 420px auto;
	}
	.join-bx-list ul{
		clear: both;
		overflow: hidden;
		padding: 5px;
	}
	.join-bx-list ul li{
		width: 350px;
		float: left;
		box-shadow: 0px 0px 5px #b8b8b8;
		margin-left: 40px;
		border-radius: 10px;
		overflow: hidden;
		margin-top: 40px;
	}
	.join-bx-list ul li:nth-child(2n+1){
		margin-left: 0px !important;
	}
	.products-list ul li a{
		display: block;
		overflow: hidden;
	}
	.join-bx-list ul li a img{
		max-width: 100%;
		transition: all .5s linear;
	}
	.join-bx-list ul li:hover a img{
		transform: scale(1.15);
	}
	.join-bx-list ul li p{
		font-size: 22px;
		color: #666;
		font-weight: bold;
		text-align: center;
		line-height: 70px;
		transition: all .5s linear;
	}
	.join-bx-list ul li:hover p{
		color: #ee0000;
	}
	.join-box02{
		height: 400px;
		background: url(../image/join-box02-bg.jpg) no-repeat center top;
		margin-top: 60px;
	}
	.join-box02 .brand-title{
		background: url(../image/join-tit02.png) no-repeat center bottom;
		background-size: 350px auto;
	}
	.join-box02 .brand-title h1{
		color: #fff;
	}
	.join-bx02-list ul{
		clear: both;
		overflow: hidden;
		margin-top: 60px;
	}
	.join-bx02-list ul li{
		float: left;
		width: 33.33%;
		padding-top: 80px;
	}
	.join-bx02-list ul li:nth-child(1){
		background: url(../image/join-bx02-img01.png) no-repeat center top;
		background-size: auto 40px;
	}
	.join-bx02-list ul li:nth-child(2){
		background: url(../image/join-bx02-img02.png) no-repeat center top;
		background-size: auto 40px;
	}
	.join-bx02-list ul li:nth-child(3){
		background: url(../image/join-bx02-img03.png) no-repeat center top;
		background-size: auto 40px;
	}
	.join-bx02-list ul li h3{
		font-size: 28px;
		color: #fff;
		text-align: center;
	}
	.join-bx02-list ul li p{
		font-size: 20px;
		color: #fff;
		text-align: center;
		margin-top: 15px;
	}
	.join-box03 .brand-title{
		background: url(../image/join-tit03.png) no-repeat center bottom;
		background-size: 260px auto;
	}
	.join-bx03-con{
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.join-bx03-con img{
		max-width: 100%;
		display: block;
		margin:0 auto;
	}
	.join-bx03-con img.join-bx03-pc {
			display: none;
		}
	
	/*新闻资讯*/
	.news-box{
		margin-top: 60px;
		clear: both;
		overflow: hidden;
	}
	.red-news-list{
		width: 100%;
		display:none;
	}
	.red-news-list ul{
		clear: both;
		overflow: hidden;
	}
	.red-news-list ul li{
		margin-bottom: 40px;
		float: left;
		width: 33.33%;
	}
	.red-news-list ul li a{
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.red-news-list ul li a img{
		display: block;
		max-width: 100%;
		transform: scale(1.1);
		transition: all .5s linear;
	}
	.red-news-list ul li:hover a img{
		transform: scale(1);
	}
	.red-news-list ul li div{
		padding:  0 10px;
	}
	.red-news-list ul li div h3{
		font-size: 18px;
		color: #333;
		margin-top: 25px;
		transition: all .5s linear;
	}
	.red-news-list ul li:hover div h3{
		color: #ee0000;
	}
	.red-news-list ul li div p{
		font-size: 16px;
		color: #999;
		margin-top: 6px;
	}
	.all-news-list{
		width: 100%;
	}
	.all-news-list ul{
		border-bottom: 1px solid #999;
	}
	.all-news-list ul li{
		border-top: 1px solid #999;
	}
	.all-news-list ul li a{
		display: block;
		padding: 0;
		color: #999;
		font-size: 16px;
	}
	.all-news-list ul li a label{
		display: block;
		margin: 15px 0;
	}
	.all-news-list ul li a h3{
		color: #333;
		margin-bottom: 15px;
		transition: all 1s linear;
	}
	.all-news-list ul li:hover a h3{
		color: #ee0000;
		font-weight: 500;
	}
	.all-news-list ul li a p{
		line-height: 1.6em;
		transition: all 1s ease-in-out;
	}
	.all-news-list ul li:hover a p{
		color: #333;
	}
	.all-news-list ul li a span{
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		transition: all .5s ease-in-out;
	}
	.all-news-list ul li:hover a span{
		color: #333;
	}
	
	
	/*联系我们*/
	.contact-box01 .container{
		margin-top: 60px;
		height: 434px;
		background: url(../image/contact-bx01-bg.png) no-repeat left top;
		background-size: 350px auto;
	}
	.contact-box01 ul{
		padding-left: 375px;
	}
	.contact-box01 ul li{
		padding-left: 60px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		color: #333;
		margin-top: 70px;
	}
	.contact-box01 ul li:nth-child(1){
		background: url(../image/contact-bx01-img01.png) no-repeat left center;
		background-size: 35px auto;
	}
	.contact-box01 ul li:nth-child(2){
		background: url(../image/contact-bx01-img02.png) no-repeat left center;
		background-size: 35px auto;
	}
	.contact-box01 ul li:nth-child(3){
		background: url(../image/contact-bx01-img03.png) no-repeat left center;
		background-size: 35px auto;
	}
	.contact-box02{
		background: #ccc;
		padding: 60px 0;
	}
	.message-left{
		width: 100%;
	}
	.message-left h1{
		font-size: 34px;
		color: #333;
		line-height: 1.8em;
	}
	.message-div{
		width: 100%;
		margin-top: 60px;
	}
	.message-input{
		width: 100%;
		background: #fff;
		margin-bottom: 30px;
		padding: 15px;
		clear: both;
		overflow: hidden;
	}
	.message-input label{
		display: block;
		float: left;
		font-size: 20px;
		color: #333;
		line-height: 40px;
		width: 95px;
		text-align: right;
	}
	.message-input input{
		display: block;
		float: left;
		width: 420px;
		height: 40px;
		border: none;
		outline: none;
		font-size: 20px;
		color: #333;
	}
	.message-input textarea{
		height: 130px;
		width: 420px;
		outline: none;
		border: none;
		font-size: 20px;
		color: #333;
		padding: 4px 0;
	}
	a.btn-submit{
		display: block;
		width: 100%;
		height: 70px;
		background: #333;
		font-size: 28px;
		color: #fff;
		text-align: center;
		line-height: 70px;
	}
	a.btn-submit:hover{
		background: #ee0000;
	}
	
	/*新闻详情页*/
	.page-title{
		margin: 60px 0;
		border-bottom: 1px dotted #ccc;
	}
	.page-title h1{
		font-size: 20px;
		color: #333;
		font-weight: bold;
		text-align: center;
		line-height: 1.8em;
	}
	.page-title p{
		font-size: 16px;
		color: #666;
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
	}
	.page-content{
		font-size: 16px;
		color: #666;
		line-height: 2em;
		margin-bottom: 40px;
		padding: 0 20px;
	}
	.page-content img{
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}
	.page-content p,.page-content span,.page-content label{
		font-size: 16px;
		color: #666;
		line-height: 2em;
		text-indent: 2em;
	}
	.article-div{
		clear: both;
		overflow: hidden;
		border-top: 1px dotted #666;
		margin-bottom: 60px;
		padding-top: 20px;
	}
	.article-div a{
		display: block;
		font-size: 16px;
		color: #666;
	}
	.article-div a:hover{
		color: #ee0000;
	}
	
	/*门店*/
	.store-box01{
		margin-top: 60px;
	}
	.store-box01 p{
		font-size: 20px;
		color: #333;
		font-weight: 500;
		font-family: "宋体";
		text-align: center;
		line-height: 2em;
	}
	.store-box01 img{
		display: block;
		max-width: 100%;
		margin: 30px auto 0 auto;
	}
	.store-list .brand-title{
		background: url(../image/store-title.png) no-repeat center bottom;
		background-size: 250px auto;
	}
	.store-list{
		text-align: center;
		margin-bottom:60px;
	}
	.store-list ul{
		clear: both;
		overflow: hidden;
		margin-bottom:30px;
	}
	.store-list ul li{
		width: 50%;
		float: left;
		margin-top: 30px;
		padding-left: 60px;
		background: url(../image/store-icon.png) no-repeat left 8px;
		background-size: 35px auto;
		text-align: left;
	}
	.store-list ul li h3{
		font-size: 22px;
		color: #333;
		line-height: 2em;
		margin-bottom: 10px;
	}
	.store-list ul li p{
		font-size: 16px;
		color: #999;
		line-height: 1.8em;
	}
	.loadmore{
		display: inline-block;
		margin: 0 auto 0 auto;
		text-align: center;
		font-size: 15px;
		color: #333;
	}
	.store-tip {
		width: 200px;
		height: 80px;
		background: rgba(0,0,0,0.5);
		position: fixed;
		left: 50%;
		top: 50%;
		margin-left: -100px;
		margin-top: -40px;
		z-index: 9999;
		display: none;
	}

		.store-tip a {
			display: block;
			position: absolute;
			right: 5px;
			top: 0px;
			font-size: 18px;
			color: #fff;
		}

		.store-tip p {
			font-size: 15px;
			color: #fff;
			line-height: 80px;
			text-align: center;
		}
	/*提交弹框*/
	.input-tip {
		width: 400px;
		height: 200px;
		background: rgba(0,0,0,0.5);
		position: fixed;
		left: 50%;
		top: 50%;
		margin-left: -200px;
		margin-top: -100px;
		z-index: 9999;
		display: none;
	}

		.input-tip h3 {
			font-size: 18px;
			color: #ee0000;
			border-bottom: 1px dotted #fff;
			padding: 15px 20px 5px 20px;
			font-weight: bold;
		}

		.input-tip p {
			font-size: 20px;
			color: #fff;
			text-align: center;
			margin: 25px 0 20px 0;
		}

		.input-tip a {
			width: 100px;
			height: 40px;
			display: block;
			margin: 0 auto;
			border: 1px solid #fff;
			font-size: 16px;
			color: #fff;
			text-align: center;
			line-height: 40px;
		}
}