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: #26903A;--vice-color: #26903A;--swiper-theme-color: #26903A;}
.wrapper{width: 100%;padding-left: 50px;padding-right: 50px;}
.index_wrapper{width:94%;max-width:1600px; margin: 0 auto;}
.page_wrapper{width:94%;max-width:1320px; margin: 0 auto;}
.section{padding-top: 60px;padding-bottom: 60px;}
.w1200{ width:1320px; margin: 0 auto;}
.flex{display: flex;}
.flex_between{display: flex;flex-wrap: wrap;justify-content: space-between;}
.flex_center{display: flex;flex-wrap: wrap;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;}

@media screen and (max-width: 1320px){
	.index_wrapper,
	.wrapper,
	.w1200{width: 100%;padding-left: 4vw !important;padding-right: 4vw !important;}
	.section{padding-top: 30px;padding-bottom: 30px;}
}

.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;} }