body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,th,td,span,a,b,i,strong{margin:0; padding:0; box-sizing: border-box;}
body {font-size: 16px; line-height: 1.5; color: #333; background: #fff; }
img{border:0;display: block;max-width: 100%;}
table {border-collapse: collapse;} 
input{border: none;}
textarea{font-family: "微软雅黑";}
button{outline: none;border: none;}
a{text-decoration: none;background: none ;color: inherit;font-size: inherit;}
ul, li, ol{ list-style: none; }
:focus{ outline:none;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
.wrapper{width: 100%;padding-left: 50px;padding-right: 50px;}
.page_wrapper{width:94%;max-width:1320px; margin: 0 auto;}
.section{padding-top: 60px;padding-bottom: 60px;}
.w1200{ width:1320px; margin: 0 auto;}
.bgCover{background-repeat: no-repeat;background-position: center;background-size: cover;}
.txtEllipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.txtEllipsisTwo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}

@media screen and (max-width: 1200px){
	.wrapper{width: 100%;padding-left: 4%;padding-right: 4%;}
	.section{padding-top: 30px;padding-bottom: 30px;}
	.w1200{width: 100%;}
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
@keyframes circleRight { 0% { transform: rotate(45deg); } 50%, 100% { transform: rotate(225deg); } } 
@keyframes circleLeft { 0%, 50% { transform: rotate(45deg); } 100% { transform: rotate(225deg); } }