/* CSS reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}*/
* {
	margin: 0;
	padding: 0;
	font-family: "寰蒋闆呴粦";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

input,
button {
	border: none;
	font-family: '寰蒋闆呴粦';
}

button {
	background-color: transparent;
	cursor: pointer;
}

input:focus {
	box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
}

input,
button:focus {
	outline: none;
}

input,
textarea,
select {
	border: 0;
	-webkit-appearance: none;
	border-radius: 0;
}


/* 瀹氫綅  娴姩*/
.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

.fl {
	float: left;
	display: block;
}

/* 鍙慨澶岻E6涓弻鍊嶈竟璺漛ug */
.fr {
	float: right;
	display: block;
}

.cb {
	clear: both;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.zoom {
	zoom: 1;
}

.none {
	display: none;
}

/*
@鍔熻兘锛氬叏灞�css瀹氫箟
*/

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

/*鍘婚櫎input鐨勯粯璁ゆ牱寮�  number鐨勭澶�*/
/*鍦╟hrome涓嬶細*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

.search input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
	text-align: right;
}

.search input:-moz-placeholder {
	color: #999;
	font-size: 14px;
	text-align: right;
}

.search input::-moz-placeholder{
	color: #999;
	font-size: 14px;
	text-align: right;
}

.search input:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
	text-align: right;
}

/*Firefox涓嬶細*/
input[type="number"] {
	-moz-appearance: textfield;
}
.row::after{content: '.';display: block;height: 0;clear: both;visibility: hidden;}
.container{width: 1200px;margin: 0 auto;box-sizing: border-box;}
.container::after{content: '.';display: block;height: 0;clear: both;visibility: hidden;}
.imgBox img{display: block;width: 100%;height: 100%;}





/* .bannerBox{width: 1200px;margin: 0 auto;} */
.banner-box .banner{width: 100%;/* height: 300px; */ max-width: 100%;margin: 0 auto;overflow: hidden;position: relative;margin-top: 20px}
.banner-box .banner ul{position: absolute;width:78.5%;/* height: 300px; */left: 50%;transform: translateX(-50%);}
.banner-box .banner li {width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;z-index: 1;transform: scale(0.85);transition: transform 0.4s;}
.banner-box .banner li a{display: block;width:100%;height: 100%;}
.banner-box .banner li a img{width: 100%;}
.banner-box .banner li.on{transform: scale(1);}
.banner-btn{z-index: 20;position: relative;height: 100%;}
.banner-btn-prev,.banner-btn-next{display: block;width: 11%;height:100%;position: absolute;}
.banner-btn-prev{left:0;bottom: 0;top: 0;}
.banner-btn-next{right:0;}


@media only screen and (max-width: 900px) {
	/* .bannerBox .banner{height: 200px;}
	.bannerBox .banner ul{height: 200px;} */
}

