﻿a {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
input, textarea {
	-webkit-appearance: none;
}
.disN {
	display: none;
}
.disB {
	display: block;
}

/** banner **/
.index_slideBox {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.index_slideBox .hd {
	width: 100%;
	z-index: 1;
}
.index_slideBox .prev {
	position: absolute;
	left: 2rem;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	/*font-size: 0;*/
	border-radius: 50%;
	line-height: 80px;
	background-color: rgba(0,0,0,0.2);
	cursor: pointer;
	color: #fff;
	transition: all 0.2s linear 0s;
	background:url(../img/jt_left.png) no-repeat;
	background-size:cover;
}
.index_slideBox .next {
	position: absolute;
	right: 2rem;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	/*font-size: 0;*/
	border-radius: 50%;
	line-height: 80px;
	background-color: rgba(0,0,0,0.2);
	cursor: pointer;
	color: #fff;
	transition: all 0.2s linear 0s;
	background:url(../img/jt_right.png) no-repeat;
	background-size:cover;
}
.index_slideBox .prev:hover, .index_slideBox .next:hover {
	background-color: rgba(0,0,0,0.7);
}
.index_slideBox .bd {
	position: relative;
	z-index: 0;
}
.index_slideBox .bd li {
	position: relative;
}
.index_slideBox .bd li img {
	width: 100%;
	height: auto;
}
.index_slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#index_slideBox_phone {
	display: none;
}


/** 适应不同屏幕 **/
@media only screen and (max-width: 1024px) {
/** index.php（首页） **/
.index_slideBox .prev, .index_slideBox .next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	line-height: 60px;
}
.index_slideBox .prev, .index_slideBox .next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	line-height: 60px;
}
}

@media only screen and (max-width: 480px) {
/** index.php（首页） **/
#index_slideBox {
	display: none;
}
#index_slideBox_phone {
	display: block;
}
.index_slideBox .prev, .index_slideBox .next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	line-height: 40px;
	font-size: 2rem;
}
.index_slideBox .prev, .index_slideBox .next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	line-height: 40px;
	font-size: 2rem;
}
}
