/* 页面头 */
.common_tab {
	margin: 0 auto;
}
.common_tab .common_tab_a{
	padding: 20px 0;

}
.common_tab a {
	font-size: 14px;
	display: inline-block;
	padding-right: 5px;
	color: #646466;
}
.common_tab span {
	margin: 0 5px;
	color: #ccc;
}
.common_tab a:hover {
	color: #222;
}
.common_tab .common_tab_title {
	font-size: 12px;
	color: #19191a;
	font-weight: bold;
	line-height: 34px;
}
.common_tab_body {
	padding-bottom: 1px;
}
.common_tab_banner {
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.common_tab_banner .swiper-slide img {
	width: 1200px;
}
.common_tab_banner .swiper-pagination-bullet {
	background: #e5e5e5;
	height: 3px;
	width: 44px;
	border-radius: 0;
	opacity: 1;
}
.common_tab_banner .swiper-pagination-bullet-active {
	background: #999;
}
.common_tab_banner .swiper-button-next,.common_tab_banner .swiper-button-prev{margin-top:-15px;font-size:18px;color:#fff;line-height:30px!important;width:30px;height:30px;border-radius:50%;transition:all .3s;box-sizing:border-box;background-color:rgba(0,0,0,.2);text-align:center;background-image:none;
	opacity:0!important;}
.common_tab_banner .swiper-button-next{right: 10;}
.common_tab_banner .swiper-button-prev{left: 10;}
.common_tab_banner:hover .swiper-button-next,.common_tab_banner:hover .swiper-button-prev{opacity:1!important}
.common_tab_banner:hover .swiper-button-next,.common_tab_banner:hover .swiper-button-prev{opacity:1!important}
.common_tab_banner:hover .swiper-button-next.swiper-button-disabled,.common_tab_banner:hover .swiper-button-prev.swiper-button-disabled{opacity:.35!important}
.common_tab_banner .swiper-button-next:hover{background-color:rgba(0,0,0,.4);border:none}
.common_tab_banner .swiper-button-prev:hover{background-color:rgba(0,0,0,.4);border:none}
/* 页面头 */

/* input 样式 */
input,select,option{vertical-align:middle;border-radius:0px;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none; border: none;}

input[type="text"],input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance: none;appearance: none;border-radius: 0;outline: none;}  

input[type=number] {
	-moz-appearance: textfield;
	}
	input[type=number]::-webkit-inner-spin-button,
	input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	}
	h1,h2,h3,h4,h5,h6,strong,B{
    font-size: inherit;
    font-weight: inherit;
    display: inherit;
}
input[type=checkbox] {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	width: 18px;
	height: 18px;
	border: none;
	border-radius: 0;
	padding: 0;
	line-height: 1;
	background: none;
	background-color: rgba(0,0,0,0);
	outline: none;
	position: relative;
	vertical-align: middle;
	font-size: 18px;
}

input[type="checkbox" i] {
	background-color: initial;
	cursor: default;
	appearance: checkbox;
	box-sizing: border-box;
	margin: 3px 3px 3px 4px;
	padding: initial;
	border: initial;
}

.clear_30{height: 30px; clear: both; width:100%;}
