@charset "UTF-8";
/* CSS Document */
body{
	background: #fcfcfc;
	}
.ov{
	overflow:hidden;
	height:100%;}
.k1200{
	max-width:1200px;
	margin:0 auto;
	padding:0 10px;
	}
.header{
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9991;
	box-shadow: 0 0 5px rgba(0,0,0,0.05);
}
.layout{
	padding: 90px 0 0 0;
}
.logoBox{
	float: left;
	padding: 25px 0 0 0;
}
.logo{
	width: 125px;
	height: 45px;
	display: block;
	background: url(../images/icon.png) no-repeat;
}
.menu{
	float: right;
}
.menu li{
	float: left;
}
.menu li a{
	display: block;
	line-height: 90px;
	padding: 0 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.menu li a:hover{
	color: #d95c1d;
	text-decoration: none;
}
.menu li.active a{
	background: #d95c1d;
	color: #fff;
}
.menu li.last a{
	border-left: 1px solid #efefef;
}
.banner{
	height: 500px;	
	text-align: center;
	position: relative;
}
.bg1{
	background: url(../images/bg1.jpg) no-repeat center 0;
}
.bg2{
	background: url(../images/b2.jpg) no-repeat center 0;
}
.bg3{
	background: url(../images/3.jpg) no-repeat center 0;
}
.bg2 .k1200{
	position: relative;
	height: 100%;
}
.b2-1{
	position: absolute;
	left: 13%;
	bottom: 8%;
	width: 350px;
	 
}
.b2-2{
	position: absolute;
	right: 13%;
	bottom: 8%;
	width: 500px;
	 
}
.bannerAd{
	font-size: 55px;
	color: #e15a16;
	font-weight: bold;
	position: relative;
	padding: 160px 0 70px 0;
}
.bannerAd:after{
	display: block;
	content: '';
	background: #fff;
	height: 3px;
	width: 40px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -20px;
	bottom: 35px;
}
.bannerText{
	color: #fff;
}
.logoList{
	background: #fff;
	border-bottom: 1PX solid #eee;
}
.logoListBox{
	padding: 25px 0;
	text-align: center;
	border-right: 1px solid #eee;
	display: block;
}
.logoList .swiper-container{
	border-left: 1px solid #eee;
	margin: 0 30px;
}
.logoList .swiper-container:after{
	width: 1px;
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	right:0;
	background: #eee;
	content: '';
	display: block;
	z-index: 999;
}
#logoList{
	position: relative;
}
.swiperNext{
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
.swiperPrev{
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
.swiperNext:after{
	width: 16px;
	height: 16px;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	content: '';
	display: block;
	left: 5px;
	top: 50%;
	position: absolute;
	margin: -8px 0 0 0;
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
}
.swiperPrev:after{
	width: 16px;
	height: 16px;
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
	content: '';
	display: block;
	right: 5px;
	top: 50%;
	position: absolute;
	margin: -8px 0 0 0;
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
}
.swiperNext:hover:after{
	border-left: 2px solid #d95c1d;
	border-bottom: 2px solid #d95c1d;
}
.swiperPrev:hover:after{
	border-right: 2px solid #d95c1d;
	border-top: 2px solid #d95c1d;
}
.swiperNext.swiper-button-disabled,
.swiperPrev.swiper-button-disabled{
	opacity: 0.4;
	cursor: default;
}
.swiperNext.swiper-button-disabled:hover:after{
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.swiperPrev.swiper-button-disabled:hover:after{
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
}
.homeNewsPic{
	margin: 20px 20px 0 20px;
}
.anPic{
	overflow: hidden;
	display: block;
}
.anPic img {
    backface-visibility: hidden;
    display: block;
   -webkit-transition: transform 0.7s ease 0s;
		-o-transition: transform 0.7s ease 0s;
   			transition: transform 0.7s ease 0s;
}
.anPic:hover img {
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.homeNews li{
	width: 33.3333333333%;
	float: left;
}
.homeNewsPad{
	overflow: hidden;
	background: #fff;
	display: block;
	-webkit-transition:0.2s ease-in 0s;
	   -o-transition:0.2s ease-in 0s;
		  transition:0.2s ease-in 0s;
		  border: 1px solid #eee;
}
.homeNewsPad:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.homeNews{
	padding: 50px 0 0 0;
}
.homeNews ul{
	margin: 0 0 0 -50px;
}
.homeNewsPad{
	margin: 0 0 0 50px;
}
.homeNewsMain{
	padding: 10px 20px 20px 20px;
}
.homeNewsPad h3{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding: 0;
	margin: 0;
}
.homeNewsPad h3 a{
	font-size: 16px;
	color: #333;
}
.homeNewsPad p{
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 10px 0 20px 0;
}
.snsRow{
	background: #fff;
	margin: 50px 0 0 0;
	padding: 15px;
}
.snsRow li{
	width: 46%;
	padding: 0 2%;
	float: left;
	text-align: center;
}
.footer{
	background: #333;
	text-align: center;
	color: #fff;
	margin: 50px 0 0 0;
	padding: 20px 10px;
}
.pageMain{
	padding: 90px 0;
}
.aboutLeft{
	width: 45%;
	float: left;
}
.aboutRight{
	width: 55%;
	float: left;
}
.aboutLeft .aboutPad{
	padding: 0 50px 0 0;
}
.pageNav a{
	display: inline-block;
	height: 35px;
	line-height: 30px;
	font-size: 12px;
	color: #333;
	border-bottom: 2px solid transparent;
	margin: 0 30px 0 0;
}
.pageNav a:hover{
	color: #d95c1d;
}
.pageNav a.active{
	border-bottom: 2px solid #d95c1d;
	color: #d95c1d;
}
.aboutText{
	font-size: 12px;
	color: #333;
	line-height: 250%;
	padding: 50px 0 0 0;
}
.aboutText p{
	line-height: 250%;
	text-indent: 2em;
}
.aboutPad{
	padding: 0 50px 0 0;
}
.swiperTab{
	position: relative;
	padding: 40px 0 0 110px;
}
.swiperTabNav{
	position: absolute;
	left: 0;
	top: 0;
}
.historyList{
	overflow: hidden;
}
.historyListPic{
	width: 45%;
	float: left;
}
.historyListMain{
	float: left;
	width: 55%;
}
.historyListPad{
	overflow: hidden;
	padding: 0 0 0 40px;
}
.historyListTitle{
	font-size: 24px;
	padding: 0;
	margin: 0;
}
.historyListText{
	padding: 20px 0 0 0;
	line-height: 200%;
}
.swiperTabNav li{
	cursor: pointer;
	font-size: 12px;
	line-height: 30px;
	-webkit-transition:0.2s ease-in 0s;
	   -o-transition:0.2s ease-in 0s;
		  transition:0.2s ease-in 0s; 
}
.swiperTabNav li:hover{
	color: #d95c1d;
}
.swiperTabNav li.active{
	font-size: 18px;
	color: #d95c1d;
}
.swiperTabNav{
	height: 100%;
}
.swiperTabNav ul{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sidebar{
	width: 185px;
	float: left;
}
.newsMain{
	margin: 0 0 0 285px;
}
.sidebarNav li a{
	display: block;
	line-height: 60px;
	text-align: center;
	background: #ececec;
	color: #333;
	margin: 0 0 4px 0;
}
.sidebarNav li a:hover,
.sidebarNav li.active a{
	color: #d95c1d;
}
.search{
	margin: 20px 0 0 0;
	padding: 2px 50px 2px 2px;
	background: #ececec;
	position: relative;
}
.searchInput input{
	width: 96%;
	background: #fff;
	border: none;
	height: 26px;
	line-height: 26px;
	padding: 0 2%;
}
.search a{
	display: block;
	line-height: 30px;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
.search a:hover{
	color: #d95c1d;
}
.newsList h3{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #333;
	font-size: 14px;
	margin: 10px 0;
}
.newsList li{
	width: 33.33333333333%;
	float: left;
}
.newsTime{
	color: #999999;
	font-size: 12px;
}
.newsList{
	overflow: hidden;
}
.newsList ul{
	margin: -50px 0 0 -50px;
}
.newsList li a{
	display: block;
	margin: 50px 0 0 50px;
}
.newsList li a:hover h3{
	color: #d95c1d;
}
.paging{
	padding: 40px 0 0 0;
	text-align: center;
}
.paging a{
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #cfcfcf;
	color: #333;
	line-height: 24px;
	font-size: 12px;
}
.paging a:hover{
	border: 1px solid #e15a16;
	color: #e15a16;
}
.paging a.disabled,
.paging a.disabled:hover{
	opacity: 0.4;
	cursor: default;
	color: #333;
	border: 1px solid #cfcfcf;
}

.searchRow input{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.searchRow a{
	font-size: 16px;
	line-height: 40px;
}
.searchRowBtn{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 44px !important;
	padding: 0 12px;
	background: #eee;
}
.searchRow{
	padding: 0 70px 40px 0;
	position: relative;
}
.searchRowText{
	text-align: center;
	padding: 0 0 40px 0;
}
.viewHead{
	text-align: center;
}
.viewHead h2{
	font-size: 18px;
	color: #333;
	padding: 0 0 10px 0;
	margin: 0;
}
.viewHead p{
	color: #999999;
	font-size: 12px;
}
.viewText{
	padding: 20px 0 0 0;
	line-height: 200%;
}
.viewText p{
	line-height: 200%;
}
.sonNav{
	text-align: center;
}
.sonNav li{
	display: inline-block;
}
.sonNav li a{
	display: inline-block;
	height: 35px;
	line-height: 30px;
	font-size: 12px;
	color: #333;
	border-bottom: 2px solid transparent;
	margin: 0 30px 0 0;
}
.sonNav li a:hover,
.sonNav li.active a{
	color: #e15a16;
}
.sonNav li.active a{
	border-bottom: 2px solid #e15a16;
}
.brandsList li:nth-child(8n+1){
	background: #eaeaea;
}
.brandsList li:nth-child(8n+2){
	background: #f4f4f4;
}
.brandsList li:nth-child(8n+3){
	background: #fdfdfd;
}
.brandsList li:nth-child(8n+4){
	background: #fafafa;
}
.brandsList li:nth-child(8n+5){
	background: #fafafa;
}
.brandsList li:nth-child(8n+6){
	background: #fdfdfd;
}
.brandsList li:nth-child(8n+7){
	background: #f4f4f4;
}
.brandsList li:nth-child(8n+8){
	background: #e8e8e8;
}
.brandsList{
	padding: 40px 0 0 0;
}
.brandsList ul{
	border: 1px solid rgba(255,255,255,0.8);
	border-left: none;
}
.brandsList li{
	width: 25%;
	float: left;
}
.brandsListPad{
	display: block;
	position: relative;
	text-align: center;
	height: 135px;
	border-bottom: 1px solid rgba(255,255,255,0.8);
	border-left: 1px solid rgba(255,255,255,0.8);
}
.brandsListPad:hover .brandsListText{
	opacity: 1;
	-webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.brandsListText{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
	-webkit-transition:0.3s ease-in 0s;
	   -o-transition:0.3s ease-in 0s;
		  transition:0.3s ease-in 0s; 
}
.brandsListText span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 12px;
	color: #fff;
}
.brandsListPicBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.joinMain{
	width: 75%;
	float: left;
}
.joinSidebar{
	width: 25%;
	float: left;
}
.joinMainPad{
	padding: 20px 30px;
	margin: 0 50px 0 0;
	background: #fff;
}


.joinRowSpan1{
	width: 31%;
	float: left;
}
.joinRowSpan2,
.joinRowSpan3,
.joinRowSpan4{
	width: 23%;
	float: left;
	text-align: center;
}
.joinRowPad{
	padding: 0 30px;
	
}
.joinTitle{
	border-bottom: 2px solid #dbdbdb;
}
.joinTitle .joinRowPad{
	padding: 10px 30px;
	font-weight: bold;
	font-size: 14px;
	color: #999;
}
.joinList .joinRowPad{
	padding: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 12px;
}
.joinList{
	border-bottom: 1px solid #dbdbdb;
	margin: 0;
}
.joinList dt .btn{
	background: #f8f8f8;
	border: 1px solid #dbdbdb;
	color: #666;
}
.joinList dt .btn:hover{
	background:#b61f18;
	color: #fff;
	border: 1px solid #b61f18;
}
.joinList dt.active .btn{
	background:#b61f18;
	color: #fff;
	border: 1px solid #b61f18;
}
.btn{
	display: inline-block;
	border: 1px solid #b61f18;
	line-height: 32px;
	height: 32px;
	padding: 0 20px;
	background:#d95c1d;
	color: #fff;
	cursor: pointer;
}
.btn:disabled{
	cursor: default;
	opacity: 0.5;
}
.btn:disabled:hover{
	background:#5ca0ee;
	color: #fff;
}
.btn:hover{
	background:#b61f18;
	color: #fff;
}
.joinList dd{
	display: none;
	padding: 40px 30px;
	margin: 0;
	font-size: 12px;
}
.joinList dt{
	-webkit-transition:0.2s ease-in 0s;
	   -o-transition:0.2s ease-in 0s;
		  transition:0.2s ease-in 0s;
	cursor: pointer;
}
.joinList dt.active{
	background: #fafafa;
}
.inputText{
	width: 100%;
	border: 2px solid #ededed;
	padding: 5px;
	height: 38px;
	line-height: 28px;
	box-sizing: border-box;
}
.fromRow{
	padding: 0 0 20px 0;
}
.selectBox{
	position: relative;
	border: 2px solid #ededed;
	background: #fff;
	overflow: hidden;
}
.selectBox select{
	width: 120%;
	border: none;
	height: 38px;
	padding: 5px;
	background: none;
}
.selectBox:after{
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
	border-color: #666 transparent transparent transparent;
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0 0;
}
.textarea{
	border: 2px solid #ededed;
	background: #fff;
	padding: 5px;
	resize: none;
	box-sizing: border-box;
	width: 100%;
	height: 120px;
}
.contactPage{
	background: #fff;
	padding: 50px;
}
.contactTitle{
	text-align: center;
	font-size: 18px;
	color: #d95c1d;
	margin: 0;
	padding: 0;
}
.map{
	height: 400px;
	margin: 20px 0 0 0;
	border: 1px solid #eee
}
.map img {
    max-width: initial;
}
.contactLeft{
	width: 30%;
	float: left;
}
.contactRight{
	width: 70%;
	float: left;
}
.contactPad{
	padding: 0 0 0 40px;
}
.contactRow{
	padding: 50px 0 0 0;
}
.contactText{
	font-size: 12px;
	line-height: 200%;
	padding: 20px 0 0 0;
}
.contactPicSpan{
	padding: 0 0 20px 0;
}
@media (max-width:1200px) {
	.joinMainPad{
		padding: 20px;
		margin: 0 30px 0 0;
	}
	.joinList .joinRowPad{
		padding: 20px 10px;
	}
	.joinTitle .joinRowPad{
		padding: 20px 10px;
	}
	.b2-1{
		left: 13%;
		bottom: 8%;
		width: 300px;
	}
	.b2-2{
		right: 13%;
		bottom: 8%;
		width: 420px;
	}
}
@media (max-width:1024px) {
	.menu li a{
		line-height: 80px;
		padding: 0 20px;
	}
	.logoBox{
		padding: 20px 0 0 0;
	}
	.layout{
		padding: 80px 0 0 0;
	}
	.homeNews{
		padding: 40px 0 0 0;
	}
	.homeNews ul{
		margin: 0 0 0 -20px;
	}
	.homeNewsPad{
		margin: 0 0 0 20px;
	}
	.snsRow{
		margin: 40px 0 0 0;
	}
	.footer{
		margin: 40px 0 0 0;
	}
	.pageMain{
		padding: 50px 0;
	}
	.aboutLeft .aboutPad{
		padding: 0 40px 0 0;
	}
	.aboutText{
		padding: 20px 0 0 0;
	}
	.newsMain{
		margin: 0 0 0 210px;
	}
	.newsList li a{
		margin: 20px 0 0 20px;
	}
	.newsList ul{
		margin: -20px 0 0 -20px;
	}
	.brandsList li{
		width: 33.3333333%;
	}
	 
	.brandsListPad{
		height: 100px;
		padding: 10px;
	}
	
	.b2-1{
		left: 5%;
		bottom: 8%;
		width: 300px;
	}
	.b2-2{
		right: 5%;
		bottom: 8%;
		width: 420px;
	}
}
@media (max-width:768px) {
	.layout{
		padding: 50px 0 0 0;
	}
	.header{
		height: 50px;
		
	}
	.logoBox{
		padding: 10px 0 0 0;
	}
	.logo{
		width: 36px;
		height: 30px;
		background: url(../images/icon.png) no-repeat 0 0 /260px 260px;
	}
	.navOpen{
		width: 50px;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.navOpen i{
		position:absolute;
		left:11px;
		right:11px;
		top:50%;
		height:2px;
		margin-top:-1px;
		background:#d95c1d;
		border-radius:2px;
		-webkit-transition:0.2s ease-in 0s;
	   -o-transition:0.2s ease-in 0s;
		  transition:0.2s ease-in 0s;
		}
	.navOpen:after{
		height:2px;
		display:block;
		position:absolute;
		left:11px;
		right:11px;
		border-radius:2px;
		margin-top:7px;
		content:'';
		background:#d95c1d;
		top:50%;
		-webkit-transition:0.2s ease-in 0s;
	   -o-transition:0.2s ease-in 0s;
		  transition:0.2s ease-in 0s;
		}
	.navOpen:before{
		height:2px;
		display:block;
		position:absolute;
		left:11px;
		right:11px;
		border-radius:2px;
		margin-top:-9px;
		content:'';
		background:#d95c1d;
		top:50%;
		-webkit-transition:0.2s ease-in 0s;
	   -o-transition:0.2s ease-in 0s;
		  transition:0.2s ease-in 0s;
		}
	.navOpen.active i{
		opacity:0;
		}	
		
	.navOpen.active:before{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		margin:0 0 0 0;
	}
	.navOpen.active:after{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		margin:0 0 0 0;
 	}
 	.menu{
 		position: absolute;
 		background: #fff;
 		left: 0;
 		right: 0;
 		top: 50px;
 	}
 	.menu li{
 		float: none;
 	}
 	.menu li a{
 	
 		line-height: 45px;
 	}
 	.menu{
 		display: none;
 		border-bottom: 1px solid #eee;
 	}
 	.banner{
		height: 300px;
	}
	.bg1{
		background: url(../images/bg1.jpg) no-repeat center 0 / 1200px auto;
	}
	.bg3{
		background: url(../images/3.jpg) no-repeat center 0 / auto 100%;
	}
	.bannerAd{
		font-size: 40px;
		padding: 90px 0 40px 0;
	}
	.logoListBox{
		padding: 15px 10px;
	}
	.homeNewsPic{
		margin: 10px;
	}
	.homeNewsMain{
		padding: 0 10px 10px 10px;
	}
	.homeNews{
		padding: 30px 0 0 0;
	}
	.snsRow{
		margin: 30px 0 0 0;
	}
	.footer{
		margin: 30px 0 0 0;
	}
	.pageMain{
		padding: 40px 0;
	}
	.aboutLeft{
		width: auto;
		float: none;
	}
	.aboutRight{
		width: auto;
		float: none;
		text-align: center;
		padding: 10px 0 0 0;
	}
	.aboutLeft .aboutPad{
		padding: 0;
	}
	.pageNav{
		text-align: center;
	}
	.pageNav a{
		margin: 0 10px;
	}
	.historyListPad{
		padding: 0 0 0 20px;
	}
	.swiperTab{
		position: relative;
		padding: 30px 0 0 70px;
	}
	.historyListTitle{
		font-size: 20px;
	}
	.historyListText{
		line-height: 180%;
		padding: 10px 0 0 0;
	}
	.newsList li{
		width: 50%;
	}
	.sonNav{
		line-height: 40px;
		height: 40px;
		position: relative;
		z-index: 99;
	}
	.sonNav:before{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
		z-index: 99;
	}
	.sonNav:after{
		display: block;
		width: 0;
		height: 0;
		content: '';
		position: absolute;
		border-width: 6px;
		border-style: solid;
		border-color: #E28C4A transparent  transparent  transparent;
		position: absolute;
		right: 10px;
		top: 50%;
		margin: -2px 0 0 0;
	}
	.sonNav ul{
		position: absolute;
		background: #fff;
		left: 0;
		right: 0;
		top: 0;
		border-bottom: 1px solid #d5d5d5;
	}
	.sonNav li{
		width: auto;
		float: none;
		display: none;
		padding: 0;
	}
	
	.sonNav li.active{
		display: block;
	}
	.sonNav.cut li{
		display: block;
	}
	.sonNav.cut:before{
		display: none;
	}
	.sonNav li a{
		text-align: left;
		padding: 0 10px;
		margin: 0;
		line-height: 40px !important;
		height: auto;
		border: 1px solid #d5d5d5 !important;
		border-bottom:none !important;
		font-size: 12px;
		display: block;
	}
	.joinRow li{
		width: auto;
		float: none;
		text-align: left;
		position: relative;
		padding: 0 0 0 80px;
	}
	.joinRow li:after{
		content: attr(data-title);
		position: absolute;
		left: 15px;
		top: 50%;
		margin: -10px 0 0 0;
		line-height: 20px;
		font-weight: normal;
		color: #999;
	}
	.joinRow{
		padding: 15px 0;
	}
	.joinTitle{
		display: none;
	}
	.joinList .joinRowPad{
		padding: 0 15px;
	}
	.joinRow li.joinRowSpan4{
		padding: 10px 0 0 0;
	}
	.joinRow li.joinRowSpan4:after{
		display: none;
	}
	.joinList dd{
		padding: 20px;
	}
	.joinList .btn{
		display: block;
		text-align: center;
	}
	.joinMain,
	.joinSidebar{
		width: auto;
		float: none;
	}
	.joinMainPad{
		padding: 0;
		margin: 0;
	}
	.joinMain{
		margin: 0 0 20px 0;
	}
	.contactLeft,
	.contactRight{
		width: auto;
		float: none;
		overflow: hidden;
	}
	.contactPic{
		width: 50%;
		float: left;
	}
	.contactText{
		width: 48%;
		float: right;
		padding: 0;
		line-height: 195%;
	}
	.contactPad{
		padding: 20px 0 0 0;
	}
	.contactPage{
		padding: 30px 20px;
	}
	.b2-1{
		left: 5%;
		bottom: 12%;
		width: 35%;
	}
	.b2-2{
		right: 5%;
		bottom: 12%;
		width: 50%;
	}
}	

@media (max-width:600px) {
	.logoListBox{
		padding: 10px;
	}
	.swiperNext:after{
		width: 10px;
		height: 10px;
		left: 2px;
		margin: -6px 0 0 0;
	}
	.swiperPrev:after{
		width: 10px;
		height: 10px;
		right: 2px;
		margin: -6px 0 0 0;
	}
	.logoList .swiper-container{
		margin: 0 20px;
	}
	.homeNewsPad{
		overflow: hidden;
	}
	.homeNews li{
		float: none;
		width: auto;
		padding-bottom: 20px;
	}
	.homeNews li:last-child{
		padding: 0;
	}
	.homeNewsPic{
		width: 180px;
		float: left;
	}
	.homeNewsMain{
		margin-left: 200px;
	}
	.homeNewsPad h3{
		padding: 10px 0 0 0;
	}
	.historyListPic{
		width: auto;
		float: none;
	}
	.historyListMain{
		width: auto;
		float: none;
	}
	.historyListPad{
		padding: 15px 0 0 0;
	}
	.swiperTab{
		padding: 20px 0 0 60px;
	}
	.swiperTabNav{
		position: fixed;
		left: 10px;
		top: 0;
		bottom: 0;
	}
	.sidebar{
		width: auto;
		float: none;
	}
	.newsMain{
		margin: 20px 0 0 0;
	}
	.paging{
		padding: 20px 0 0 0;
	}
	.paging .numeral{
		display: none;
	}
	.searchRow{
		padding: 0 70px 20px 0;
		position: relative;
	}
	.searchRowText{
		text-align: center;
		padding: 0 0 20px 0;
	}
	.brandsListPad{
		height: 80px;
		padding: 10px;
	}
	.map{
		height: 300px;
	}
	.contactRow{
		padding: 30px 0 0 0;
	}
}
@media (max-width:480px) {
	 .banner{		
		height: 240px;
	}
	.bg1{
		background: url(../images/bg1.jpg) no-repeat center 0 / 960px auto;
	}
	.bg3{
		background: url(../images/3.jpg) no-repeat center 0 / auto 100%;
	}
	.bannerAd{
		font-size: 32px;
		padding: 75px 0 20px 0;
	}
	.bannerAd:after{
		height: 2px;
		bottom: 10px;
	}
	.homeNewsPic{
		width: auto;
		float: none;
	}
	.homeNewsMain{
		margin-left: 0;
	}
	.homeNewsPad h3{
		padding: 0;
	}
	.homeNews{
		padding: 20px 0 0 0;
	}
	.snsRow{
		margin: 20px 0 0 0;
	}
	.snsRow li{
		width: auto;
		float: none;
		padding: 20px 0;
		border-bottom: 1px solid #eee;
	}
	.snsRow li:last-child{
		border: none;
	}
	.footer{
	font-size: 12px;
	}
	.pageMain{
		padding: 30px 0;
	}
	.brandsList{
		padding: 20px 0 0 0;
	}
	.brandsListPad{
		height: 60px;
		padding: 10px;
	}
	.contactPic{
		width: auto;
		float: none;
		text-align: center;
	}
	.contactText{
		width: auto;
		float: none;
	}
	.map{
		height: 250px;
	}
}