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;}
a:hover{color: var(--primary-color);}
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;}
:root {--primary-color: #fe0006;--vice-color: #277EEE;}
.wrapper{width: 100%;padding-left: 50px;padding-right: 50px;}
.index_wrapper{width:92%;min-width: 1200px;max-width: 1440px; margin: 0 auto;}
.page_wrapper{width:94%;max-width: 1320px; margin: 0 auto;}
.section{padding-top: 60px;padding-bottom: 60px;}
.space{padding-top: 100px !important;padding-bottom: 100px !important;}
.w1200{ width:1320px; margin: 0 auto;}
.flex{display: flex;}
.flex_between{display: flex;flex-wrap: wrap;justify-content: space-between;}
.flex_center{display: flex;justify-content: center;align-items: center;}
.relative{position: relative;}
.inline_block{display: inline-block;}
.text_right{text-align: right;}
.text_center{text-align: center;}
.pic img{width: 100%;transition: all .3s ease-out;}
.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;}
.txtEllipsisThree{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.txtEllipsisFour{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.swiper-pagination-bullet-active{background-color: var(--primary-color);}
.color_primary{color: var(--primary-color);}
.color_white{color: #fff;}
.font_bold{font-weight: bold;}
.fs34{font-size: 34px;}
.fs26{font-size: 26px;}
.fs18{font-size: 18px;}
.fs14{font-size: 14px;}
.fs12{font-size: 12px;}


@media screen and (max-width: 1500px){
	.index_wrapper{max-width: 92%;}
}

@media screen and (max-width: 1320px){
	.index_wrapper{min-width: 92%;}
	.wrapper,
	.w1200{width: 100%;padding-left: 4vw !important;padding-right: 4vw !important;}
	.section{padding-top: 30px;padding-bottom: 30px;}
	.space{padding-top: 50px !important;padding-bottom: 50px !important;}
}

.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); } }
@keyframes scrollmouse { 0% {transform: translateY(-10px);} 50% {transform: translateY(0px);}100% {transform: translateY(-10px);} }
@keyframes rotateIn {0% {stroke-dashoffset: 157px;}100% {stroke-dashoffset: 18px;} }
@keyframes cloudMove {0% {transform: translate(0);-webkit-transform: translate(0);} 100% {transform: translate(-100vw);-webkit-transform: translate(-100vw);}}