@charset "utf-8";
/* CSS Document */
.z_index-swiper{
	height: 100vh;
    position: relative;
    overflow: hidden;
}
.z_index-swiper .swiper-slide{
	position:relative;
	width: 100%;
	height:100%;
}
.z_index-list1{
	position:relative;
	width:100%;
	height:100Vh;
	overflow:hidden
}
.z_index-list1 .swiper-slide{
	position:relative;;
	width:100%;
	height:100%;
	overflow:hidden;
}
.z_index-list1 .swiper-slide video{
    position: absolute;
    top: 0;
    left: 0;
   	margin-left:0;
    z-index: 1;
    width:100%;
}
.z_index-list1 .swiper-slide img{
	width:100%;
}
header{
	opacity: 1 !important;
}
.z_index-list1 .swiper-slide .tit-div{
	position:absolute;
	left:10.8%;
	bottom: 24.5%;
	z-index: 10;
}
.z_index-list1 .swiper-slide:nth-child(3) .tit-div{
	bottom: 55%;
}

.z_index-list1 .swiper-slide .tit-div .tit1{
	font-size: 0.32rem;
	color: #fff;
	line-height: 0.4rem;
}
.z_index-list1 .swiper-slide .tit-div .tit2{
	font-size: 0.7rem;
	color: #fff;
	line-height: 0.8rem;
	margin-top: 0.4rem;
	margin-bottom:0.4rem;
}
.z_index-list1 .swiper-slide .tit-div .tit3{
	font-size:0.28rem;
	line-height:1.6;
	color:#fff;
}
.z_index-list1 .swiper-slide .tit-div .tit3 img{
	    margin-top: -2px;
    margin-left: -4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width:0.6rem;
}
.z_index-list1 .list1-button-prev,.z_index-list1 .list1-button-next{
	width:0.54rem;
	height:0.54rem;
	border:1px solid rgba(255,255,255,.3);
	border-radius:50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	bottom:15%;
	position:absolute;
	z-index: 20;
	transition:all 0.3s ease;
}
.z_index-list1 .list1-button-prev{
	background-image: url(/ar/bocstatic/m/img/tz-img3.png);
	left:10.6%;
	background-size:.2rem auto;
}
.z_index-list1 .list1-button-next{
	background-image: url(/ar/bocstatic/m/img/tz-img1.png);
	left:calc(10.6% + 0.7rem);
	background-size:.2rem auto;
}
.z_index-list1 .list1-button-prev.swiper-button-disabled{
	opacity:.3;
}
.z_index-list1 .list1-button-next.swiper-button-disabled{
	opacity:.3;
}
.z_index-list2{
	position:relative;
	width:100%;
	height:100Vh;
	overflow:hidden;
}
.z_index-list2 img{
	width:100%;
}
.z_index-list2 img.img1{
	position:absolute;
	bottom:0;

}
.z_index-list2 .tit-div{
	position:absolute;
	top:25.3%;
	left:10.6%;
	width:80%;
	z-index:3;
}
.z_index-list2 .tit-div .tit1{
	font-size:0.65rem;
	line-height:0.75rem;
	color:#fff;
}

.z_index-list2 .tit-div .tit2{
	font-size:0.26rem;
	line-height:1.8;
	color:#fff;
	margin-top:0.45rem;
	margin-bottom:0.55rem;
}
.z_index-list2 .tit-div .tit3{
	font-size:0.28rem;
	line-height:1.6;
	color:#fff;
	display:inline-block;
}
.z_index-list2 .tit-div .tit3 img{
	    margin-top: -2px;
    margin-left: -4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width:0.6rem;
}
.z_index-list3{
	position:relative;
	width:100%;
	height:100Vh;
	overflow:hidden;
}
.z_index-list3 img{
	width:100%;
}
.z_index-list3 .tit-div{
	position:absolute;
	top:22%;
	left:10.6%;
	width:80%;
	z-index:3;
}
    
.z_index-list3 .tit-div .svgimg{
	width:100%;
	height:auto;
	margin-bottom:0.7rem;
	position:relative;
}
.z_index-list3 .tit-div .svgimg .bgimg{
	width:100%;
}
.z_index-list3 .tit-div .svgimg .bgimg img{
	width:5.6rem;
}
.z_index-list3 .tit-div .svgimg .svgbox{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.z_index-list3 .tit-div .svgimg .svgbox img{
	position:absolute;
	width:5.6rem;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:1;
	display:none;
}
.z_index-list3 .tit-div .svgimg .svgbox img.cur{
	display:block;
}


.z_index-list3 .tit-div .svgtit1{
	position:absolute;
	left: 22%;
    top: 42%;
    z-index:2;
    opacity:0;
    -webkit-transition: opacity .5s 1s;
    -o-transition: opacity .5s 1s;
    transition: opacity .5s 1s;
}
.z_index-list3 .tit-div .svgtit2{
	position:absolute;
	left: 59%;
    top: 42%;
    z-index:2;
    opacity:0;
    -webkit-transition: opacity .5s 2s;
    -o-transition: opacity .5s 2s;
    transition: opacity .5s 2s;
}
.z_index-list3 .tit-div .ybg{
	width:.82rem;
	height:2.1rem;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	z-index:4;
	opacity:0;
	-webkit-transition: all .5s 3s;
	-o-transition: all .5s 3s;
	transition: all .5s 3s;
}

.z_index-list3 .tit-div .ybg img{
	max-width:100%;
}
.z_index-list3 .tit-div .ybg span{
	display:block;
	width:.26rem;
	line-height:1.2;
	position:absolute;
}

.anmin1{
	fill: none;
	stroke:#15a665;
	stroke-width: 2px;
	stroke-dashoffset:530;
	opacity: .6;
	transform: rotate(270deg);
    -webkit-transform-origin: 29% 49.5%;
    -moz-transform-origin:29% 49.5%;
}
.anmin2{
	fill: none;
	stroke:#15a665;
	stroke-width: 2px;
	stroke-dashoffset:530;
	opacity: .6;
	transform: rotate(90deg);
    -webkit-transform-origin: 70.5% 50%;
    -moz-transform-origin:70.5% 50%;
}

.zsection3.active .tit-div .svgimg .anmin1{
 -webkit-animation: dash1 1.5s 0s cubic-bezier(0.99, 0.01, 0.62, 0.94) forwards;
          animation: dash1 1.5s 0s cubic-bezier(0.99, 0.01, 0.62, 0.94) forwards
}
.zsection3.active .tit-div .svgimg .anmin2{
 -webkit-animation: dash1 1.5s .8s  cubic-bezier(0.38, 0.84, 0.62, 0.94) forwards;
          animation: dash1 1.5s .8s  cubic-bezier(0.38, 0.84, 0.62, 0.94) forwards
}
.zsection3.swiper-slide-active .tit-div .ybg{
	opacity:1;
}
.zsection3.active .tit-div .svgtit1{
	opacity:1;
}
.zsection3.active .tit-div .svgtit2{
	opacity:1;
}

.z_index-list .index-swiper-wrapper{
	-webkit-transition-timing-function:cubic-bezier(0.4, 0.61, 0.33, 0.92);
    transition-timing-function:cubic-bezier(0.4, 0.61, 0.33, 0.92);
    will-change: transform;
}
.z_index-list .index-section{
	width:100%;
	overflow: hidden;
}
.index-section .full{
	position:absolute;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	overflow: hidden;
	z-index:1;
}
.index-section [data-swiper-parallay]{
	-webkit-transition-timing-function:cubic-bezier(0.4, 0.61, 0.33, 0.92);
    transition-timing-function:cubic-bezier(0.4, 0.61, 0.33, 0.92);
    will-change: transform;
}
.slide_transition {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.index-section .full .bg-img{
	width:100vw;
	height:100vh;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	transform: translate3d(0, 0, 0);
}
.index-section .trans_alpha{
	/*opacity:0;*/
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.z_index-swiper .index-section{
	height:100vh;
}
.footer-top .content-box .content-right .img1{
	width:.45rem;
}
.index-footer .footer-bot{
	padding: 0 5% .7rem !important;
}
.z_index-swiper .last-siwper .footer-top{
	padding-top:1.6rem !important;
}
.z_index-swiper .last-siwper .footer-top .content-box .content-right span{
	margin-bottom:.2rem !important;
}
.footer .content-box .content-right{
	margin-top:.7rem !important;
}
.z_index-swiper .last-siwper .footer-top{
	padding-top: 13% !important;
	margin-bottom:10% !important;
}

@keyframes dash1 {
   from {
        stroke-dashoffset:-510;
    }
    to {
        stroke-dashoffset:0;
    }
}
@-webkit-keyframes dash1 {
   from {
	    stroke-dashoffset: -510;
	}
	to {
	    stroke-dashoffset:0;
	}
}


.z_index-list3 .tit-div .svgimg svg{
   width:100%;
   height:100%;
}
.z_index-list3 .tit-div .tit1{
	font-size:0.65rem;
	line-height:0.75rem;
	color:#fff;
}

.z_index-list3 .tit-div .tit2{
	font-size:0.26rem;
	line-height:1.8;
	color:#fff;
	margin-top:0.5rem;
	margin-bottom:0.7rem;
}
.z_index-list3 .tit-div .tit3{
	font-size:0.28rem;
	line-height:1.6;
	color:#fff;
}
.z_index-list3 .tit-div .tit3 img{
	    margin-top: -2px;
    margin-left: -4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width:0.6rem;
}
.z_index-list4{
	position:relative;
	width:100%;
	height:100Vh;
	overflow:hidden;
}
.z_index-list4 img{
	width:100%;
}
.z_index-list4 .tit-div{
	position:absolute;
	width:80%;
	top:15.8%;
	left:10.6%;
	z-index:3;
}
.z_index-list4 .tit-div .tit1{
	font-size:0.65rem;
	line-height:1.2;
	color:#fff;
}
.z_index-list4 .tit-div .tit1 span{
	color:#008c3e
}
.z_index-list4 .tit-div .tit2{
	font-size:0.26rem;
	line-height:1.6;
	color:#fff;
	margin-top:0.6rem;
	margin-bottom:0.4rem;
}
.z_index-list4 .tit-div .tit3{
	font-size:0.28rem;
	line-height:1.6;
	color:#fff;
}
.z_index-list4 .tit-div .tit3 img{
	    margin-top: -2px;
    margin-left: -4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width:0.6rem;
}
.z_index-swiper .swiper-slide.page5{
	background-color:#f2f9f7
}
.z_index-list5{
	position:relative;
	width:100%;
		height:55.5Vh;
	overflow:hidden;
}
.z_index-list5 .list5-img-swiper{
	position:relative;
	overflow:hidden;
	width:100%;
    height:100%;
}
.z_index-list5 .list5-img-swiper .swiper-slide{
	position:relative;
	width:100%;
	height:100%;
	opacity:0;
	transition:all 0.3s ease;
}
.z_index-list5 .list5-img-swiper .swiper-slide-active{
	opacity:1
}
.z_index-list5 .list5-img-swiper .swiper-slide img{
	width:100%;
}
.z_index-list5 .list5-img-swiper .tit-div{
	position:absolute;
	top:22%;
	width:80%;
	left:10.6%;
	z-index:3;
}
.z_index-list5 .list5-img-swiper .tit-div .tit1{
	font-size:0.65rem;
	line-height:1.2;
    color: #000;
    height: calc(0.65rem * 2.4);
    overflow: hidden;
	color:#000
}
.z_index-list5 .list5-img-swiper .tit-div .tit1 span{
	color:#059637
}
.z_index-list5 .list5-img-swiper .tit-div .tit2{
	margin-top: 0.6rem;
	margin-bottom:0.5rem;
	font-size:0.3rem;
	color:#000;
	line-height:1.6;
	height: calc(0.9rem * 1.6);
	overflow:hidden;
}
.z_index-list5 .list5-img-swiper .tit-div .tit2 span{
	font-size:0.24rem;
}
.z_index-list5 .list5-img-swiper .tit-div .tit3{
	    font-size: 0.28rem;
    line-height: 1.6;
    color: #059637;
}
.z_index-list5 .list5-img-swiper .tit-div .tit3 img{
	margin-top: -2px;
    margin-left: -4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 0.6rem;
}
.z_index-list5 .list5-pagination{
	position:absolute;
	bottom:10%;
	left:10.6%;
	z-index:10;
	line-height:1;
	font-size:0;
	text-align: left;
}
.z_index-list5 .list5-pagination span{
	width:6px;
	height:6px;
	display: inline-block;
	margin-left: 0.08rem;
	border-radius: 50%;
	background-color: #bbbbbb;
}
.z_index-list5 .list5-pagination span.swiper-pagination-bullet-active{
	background-color:#059637
}
.z_index-swiper .swiper-slide.page5 .list5-ul .img{
	overflow:hidden;
}
.z_index-swiper .swiper-slide.page5 .list5-ul .img img{
	width:100%;
}
.z_index-swiper .swiper-slide.page5 .list5-ul .imgtext{
	padding: 0.26rem 0.5rem 0.9rem;
}
.z_index-swiper .swiper-slide.page5 .list5-ul .imgtext .year{
	font-size:0.24rem;
	color:#393939;
	line-height:0.3rem;
	opacity:0.44;
}
.z_index-swiper .swiper-slide.page5 .list5-ul .imgtext .tit-p{
	font-size:0.34rem;
	color:#393939;
	margin-top: 0.2rem;
	line-height:1.6;
}
.z_index-mian{
	position:relative;
	height:100vh;
	width:100%;
	overflow:hidden;
}

.z_index-mian .swiper-wrapper .swiper-slide{
	height:auto;
}
.z_index-swiper .last-siwper .footer{
	opacity:1
}
.z_index-swiper .last-siwper .footer-top .footer-right{
	display:block;
}
.z_index-swiper .last-siwper  .footer-top .ulbox{
	display:none
}
.z_index-swiper .last-siwper .footer-top .tit5{
	display:none
}
.z_index-swiper .last-siwper .footer-top .content-box .content-left{
	display:none
}
.z_index-swiper .last-siwper .footer-top{
	padding-top: 10vh
}
.z_index-swiper .last-siwper .footer-top .tit2{
	font-size:0.7rem;
}
.z_index-swiper .last-siwper .footer-top .tit3{
	font-size:0.5rem;
}
.footer-top .footer-right{
	width:100%;
}
.z_index-swiper .last-siwper .footer .content-box .content-right{
	display:flex;
	width:100%;
}
.z_index-swiper .last-siwper .footer-top .content-box .content-right span{
	width: 100%;
    display: block;
    margin-bottom: 0.4rem;
}
.z_index-swiper .last-siwper .footer-top .content-box .content-right .li{
float: left
}
.z_index-swiper .last-siwper .footer{
	-webkit-box-pack: start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: unset;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.video-hide{
	display:none
}

.page5 .z_index-mian .swiper-scrollbar-drag{
	transition-duration: 300ms !important;
    transition-timing-function: ease-out;
}
.page5 .z_index-mian .swiper-wrapper{
	transition-duration: 300ms !important;
    transition-timing-function: ease-out;
}









.imbanner{
	height:5.5rem;
}
.imbanner .swiper-slide{
	width:100%;
	position:relative;
	overflow: hidden;
}
.imbanner .slide-inner{
	width:100%;
	height:5.5rem;
	background-size:cover;
	background-position:50% 50%;
}
.imbanner .swiper-button-prev,.imbanner .swiper-button-next{
	background:none;
	height:30px;
	height:30px;
	margin-top:-15px;
}
.imbanner .swiper-button-prev svg,.imbanner .swiper-button-next  svg{
	fill:#fff;
	width:30px;
	height:30px;
}
.imbanner .text{
	position:absolute;
	left:10.6%;
	bottom:29.5%;
	z-index:2;
}
.imbanner .text.on{
	bottom: .9rem;
	width: 100%;
	left: 0;
	text-align: center;
}
.imbanner .text.on .more{
	margin: 0 auto;
}
.imbanner .more{
	width:1.96rem;
	height:30px;
	line-height:30px;
	border-radius:30px;
	background:#fff;
	text-align:center;
	color:#008d41;
	display: block;
	margin-top:.25rem;
}
.imbanner .swiper-button-prev{
	transform:rotate(-180deg);
	left:2%;

    right: auto !important;
}
.imbanner .swiper-button-next{
	right:2%;
}
.imbanner .swiper-pagination{
	padding-left:10.6%;
	text-align:left;
}
.imbanner .swiper-pagination span{
	position:relative;
	width:16px;
	height:16px;
	margin:0;
	background:none;
}
.imbanner .swiper-pagination span:before{
	content:"";
	position: absolute;
	width:4px;
	height:4px;
	left:50%;
	top:50%;
	margin-left:-2px;
	margin-top:-2px;
	background:#fff;
	border-radius:50%;
}

.imbanner .swiper-pagination .ui-loop{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-8px;
	margin-top:-8px;
	width:16px;
	height:16px;
	z-index:2;
	opacity:0;
	transition: all .3s;
}

.imbanner .swiper-pagination svg{
	width:16px;
	height:16px;
	position:absolute;
	left:0;
	top:0;
	transition: all .3s;
}
.imbanner .swiper-pagination .path-loop {
	width:16px;
	height:16px;
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 3px;
	opacity:0;
	transition: opacity .3s 1s;
}   
.imbanner .swiper-pagination .path-loop-bg {
	fill: none;
	width:16px;
	height:16px;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 3px;
	opacity: 0.2;
}
.imbanner .swiper-pagination span.swiper-pagination-bullet-active .ui-loop{
	opacity:1;
}
.imbanner .swiper-pagination span.swiper-pagination-bullet-active .path-loop{
	opacity:1;
}

.i-list1{
	background:#fff;
	padding:.5rem 4%;
	position:relative;
}
.i-list1 .formbox{
	height:.85rem;
	position:relative;
}
.i-list1 .formbox .input2{
	width:100%;
	height:.85rem;
	border-radius:.85rem;
	color:#a8a8a8;
	padding:0 1rem 0 1.17rem;
	border:none;
	background:#f2f2f2;
	transition: all .3s;
}
.i-list1 .formbox .input1{
	position:absolute;
	border:none;
	background:url("/ar/bocstatic/m/img/mindex/img7.png") no-repeat center center;
	top:50%;
	width:20px;
	height:20px;
	left:.5rem;
	z-index:2;
	margin-top:-10px;
	background-size:16px auto;
	transition: all .3s;
}
.i-list1 .formbox.active .input2{
	padding:0 1.68rem 0 1rem;
}
.i-list1 .formbox.active .input1{
	left:.5rem;
}
.i-list1 .tit3{
	text-align:center;
	margin-top:5px;
}
.i-list1 .li{
	margin-top:.25rem;
	/*width:25%;*/
	width:50%;
	color:#666;
}
.i-list1 .li .icom{
	width:1rem;
	display:block;
	margin:0 auto;
}

.i-list2{
	padding:15px 4%;
	background:#f2f2f2;
}
.i-list2 .tit2{
	text-align:center;
	color:#444;
}
.i-list2 .ulbox {
	margin-top:.4rem;
}
.i-list2 .ulbox .li {
    width: 48%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4%;
    margin-left:4%;
}
.i-list2 .ulbox .li:nth-child(2n){
	margin-left:0;
}
.i-list2 .ulbox .li .tip {
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    border-radius: 3px;
    z-index: 1;
    top: .2rem;
    left: .2rem;
}
.i-list2 .ulbox .li .img {
    margin: .8rem auto 0;
    width: 85%;
    height:3.5rem;
    text-align: center;
}
.i-list2 .ulbox .li .img img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.i-list2 .ulbox .li .text {
    padding: .3rem 0 !important;
}
.i-list2 .ulbox .li .tit2 {
    color: #999;
    text-align: center;
    padding: 0 .2rem;
    margin-bottom: .3rem;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.i-list2 .ulbox .li .tit3 {
    color: #393939;
    padding: 0 .2rem;
    margin-bottom: .1rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.i-list2 .ulbox .li a {
    display: block;
}
.i-list2 .ulbox .li .bot{
	position:relative;
}
.i-list2 .ulbox .li .bot a{
	display:flex;
}
.i-list2 .ulbox .li .bot .detail-btn, .i-list2 .ulbox .li .bot .buy-btn {
    width: 50%;
    color: #00722d;
    cursor: pointer;
}
.i-list2 .ulbox .li .bot .buy-btn svg{
	width:20px;
	height:20px;
	fill:#00722d;
}
.i-list2 .ulbox .li .bot img {
    margin-left: .15rem;
    width: .35rem;
}
.i-list2 .ulbox .li .bot .line{
	width:1px;
	height:15px;
	position:absolute;
	left:50%;
	border-right:1px dashed #e2e2e2;
}
.tip.red {
    background: #e30920;
}
.i-list2 .more{
	width:100%;
	height:40px;
	line-height:40px;
	border-radius:40px;
	display:block;
	text-align:center;
	background:#008d41;
	color:#fff;
}


.i-list3{
	padding:15px 4%;
	background:#fff;
}
.i-list3 .tit2{
	text-align:center;
	color:#444;
}
.i-list3 .tipimg1{
	border-radius:8px;
	overflow: hidden;
	padding:.5rem;
	background-size:cover;
	background-position:50% 50%;
	margin-top:.4rem;
}
.i-list3 .tipimg1 .tit4{
	color:#88f1ad;
	line-height:1.2;
	margin-bottom:.3rem;
}
.i-list3 .tipimg1 .href1{
	width:85px;
	height:30px;
	line-height:30px;
	border-radius:30px;
	background:#fff;
	text-align:center;
	color:#008d41;
	margin-left:10px;
	box-sizing: content-box;
}
.i-list3 .tipimg1 .href2{
	width:85px;
	height:30px;
	line-height:30px;
	border:1px solid #fff;
	border-radius:30px;
	text-align:center;
	color:#fff;
	box-sizing: content-box;
}
.i-list3 .tipbox{
	width:100%;
	margin-top:.3rem;
}
.i-list3 .tipbox .li{
	width:100%;
	background:#f2f7f1;
	border-radius:5px;
	padding:.5rem 0;
}
.i-list3 .tipbox .li .tit4{
	text-align:center;
	margin-bottom:.3rem;
}
.i-list3 .tipbox .li .href1{
	width:100px;
	height:30px;
	line-height:30px;
	border-radius:30px;
	background:#008d41;
	text-align:center;
	color:#fff;
	display:block;
	margin:0 auto .2rem;
	box-sizing: content-box;
}
.i-list3 .tipbox .li img{
	width:100%;
}
.i-list3 .ulbox{
	margin-top:.45rem;
}
.i-list3 .ulbox .li{
	width:25%;
}
.i-list3 .ulbox .li .icon{
	height:1rem;
	display:block;
	margin:0 auto;
}
.i-list3 .ulbox .li .p{
	text-align:center;
	color:#666;
	margin-top:5px;
}

.i-list4{
	padding:15px 4%;
	background:#f2f2f2;
}
.i-list4 .tit2{
	text-align:center;
	color:#444;
}
.i-list4 .tip-about{
	margin-top:.3rem;
	border-radius:5px;
	padding:.45rem .35rem 1.2rem;
	background-size:cover;
	background-position:50% 50%;
	margin-bottom:.4rem;
}
.i-list4 .tip-about .tit3{
	text-align:center;
	margin-bottom:.15rem;
}
.i-list4 .tip-about .p{
	color:#88f1ad;
	line-height:2;
	margin-bottom:.2rem;
}
.i-list4 .tip-about .href1{
	width:85px;
	height:30px;
	line-height:30px;
	border-radius:30px;
	background:#fff;
	text-align:center;
	color:#008d41;
	display:block;
	margin:0 auto;
	box-sizing: content-box;
}


.i-list4 .tip-about2{
	margin-top:.3rem;
	border-radius:5px;
	padding:1.2rem .35rem;
	background-size:cover;
	background-position:50% 50%;
	margin-bottom:.4rem;
}
.i-list4 .tip-about2 .tit3{
	text-align:center;
	margin-bottom:.25rem;
}

.i-list4 .tip-about2 .href1{
	width:85px;
	height:30px;
	line-height:30px;
	border-radius:30px;
	background:#fff;
	text-align:center;
	color:#008d41;
	display:block;
	margin:0 auto;
	box-sizing: content-box;
}
.i-list5{
	padding:15px 4%;
	background:#fff;
}
.i-list5 .tit2{
	text-align:center;
	color:#444;
}
.i-list5 .ulbox{
	margin-top:.25rem;
	    align-items: stretch;
}
.i-list5 .ulbox .li{
	width:48%;
	margin-bottom:4%;
	margin-left:4%;
	border-radius:8px;
	overflow: hidden;
	background:#f2f7f1;
}
.i-list5 .ulbox .li .img{
	width:100%;
	height:3.5rem;
	overflow: hidden;
}
.i-list5 .ulbox .li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.i-list5 .ulbox .li:nth-child(2n){
	margin-left:0;
}
.i-list5 .ulbox .li .text{
	padding:13px;
	color:#444;
}
.i-list5 .ulbox .li .text .tit3{
	margin-bottom:.2rem;
}
.i-list5 .ulbox .li .time{
	color:#888;
}
.i-list5 .more{
	width:100%;
	height:40px;
	line-height:40px;
	border-radius:40px;
	display:block;
	text-align:center;
	background:#008d41;
	color:#fff;
}
.footer .content-box .content-right{
    margin-top:0 !important;
    width:100%;
}

.imbanner .more{
    width:auto;
    display:inline-block;
    padding:0 .5rem;
}

.search__related .search__suggestion{

	width:100% !important;;
	padding:0 !important;;
	margin-bottom:.35rem !important;
}
<!--0.00018692016601562-->