
.fullscreen_slide2::-webkit-scrollbar {width: 5px;height: 5px;background-color: #f5f5f5}
.fullscreen_slide2::-webkit-scrollbar-track {border-radius: 0;background-color: #e2e2e2}
.fullscreen_slide2::-webkit-scrollbar-thumb {border-radius: 0;background-color: #333}

.fullscreen_slide_box{height: 100vh;overflow: hidden;position: relative;z-index: 1;position: relative;}
.fullscreen_slide{height: 100vh;width: 100%;overflow: auto;box-sizing: border-box;position: absolute;top: 0;transition: top ease-in-out .7s;-ms-transition: top ease-in-out .7s;-moz-transition: top ease-in-out .7s;-webkit-transition: top ease-in-out .7s;-o-transition: top ease-in-out .7s;top: 100vh;}
.fullscreen_slide:first-child,.fullscreen_slide.on{top: 0;}
.fullscreen_slide.before{top: -100vh;}
@media screen and (max-width: 996px){
	.fullscreen_slide,.fullscreen_slide_box,.fullscreen_slide.before{height: auto;display: block;position: relative;top: 0;overflow: initial;}
}

.wrapbanner{overflow: hidden;position: relative;height: 100vh;box-sizing: border-box;}

.banner{}
.banner a{display:block;position:relative}
.banner a::before{content: '';display: block;background-image: -moz-linear-gradient( 90deg, rgb(50,59,48) 0%, rgba(50,59,48,0) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(50,59,48) 0%, rgba(50,59,48,0) 100%);background-image: -ms-linear-gradient( 90deg, rgb(50,59,48) 0%, rgba(50,59,48,0) 100%);opacity: 0.45;height: 28.6rem;position: absolute;left: 0;right: 0;bottom: 0;z-index: 2;}

.banner .gp-img{padding-bottom: 100vh;}
.banner .title{margin: 0 0;color: #fff;font-weight: bold;position: absolute;left: 10rem;bottom: 3rem;max-width: 60rem;z-index: 10;font-size: 3rem;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.banner .gp-img video,.banner .gp-img img{width:100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.banner .gp-img video{width:100%;height: auto;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
/* .banner .swiper-slide-active .gp-img{animation:scaleBig 10s linear 0s 1 both;transform-style:preserve-3d}
@-webkit-keyframes scaleBig{
	0%{transform:scale(1)}
	100%{transform:scale(1.1)}
}
@keyframes scaleBig{
	0%{transform:scale(1)}
	100%{transform:scale(1.1)}
} */

.wrapbanner .swiper_menu{font-size: 0;position: absolute;z-index: 10;right: 0;bottom: 2.8rem;left: 0;text-align: center;line-height: 2.8rem;}
.wrapbanner .swiper_menu .more{vertical-align: top;display: inline-block;color: rgb(255, 255, 255);position: relative;padding: 0 0 0 4rem;}
.wrapbanner .swiper_menu .more::before{content: '';display: block;height: 2rem;width: .1rem;background: rgba(255, 255, 255, .55);position: absolute;left: 1rem;top: 50%;transform: translateY(-50%);}
.wrapbanner .swiper_menu .more:hover{color: #fff;}

/* .wrapbanner .arrow{width: 3.6rem;height: 3.6rem;font-size: 3.3rem;color: #fff;text-align: center;line-height: 3.6rem;background: center/100% auto no-repeat;display: inline-block;vertical-align: middle;cursor: pointer;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;position: relative;}
.wrapbanner .prev{left: 0;}
.wrapbanner .next{right: 0;} */

.wrapbanner .swiper-pagination{display: inline-block;position: relative;vertical-align: top;margin: 0 1.2rem;}
.wrapbanner .swiper-pagination .swiper-pagination-bullet{width: auto;height: auto;background: transparent;opacity: 1;margin: 0 1rem;color: #fff;vertical-align: middle;}
.wrapbanner .swiper-pagination .swiper-pagination-bullet i{font-size: 2rem;display: inline-block;}
.wrapbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{color: #fff;}

.wrapbanner .swiper_menu{position: absolute;right:10rem;bottom:5rem;color: #fff;text-align: center;line-height:1;width: auto;left: auto;}
.wrapbanner .swiper_menu .swiper-pagination-bullet{margin:0 1rem;font-family:Arial;cursor: pointer;vertical-align: middle;display:inline-block;}
.wrapbanner .swiper_menu .swiper-pagination-bullet.swiper-pagination-bullet-active{font-size: 1.5em;}
.wrapbanner .swiper_menu .swiper-pagination-bullet:after{content:"";border-top:.1rem solid #fff;display: inline-block;vertical-align: middle;width:0rem;margin-left:.5rem;transition:all 0.5s ease-out 0s;}
.wrapbanner .swiper_menu .swiper-pagination-bullet.swiper-pagination-bullet-active::after{width:6rem;}

.content{padding-top: 16.2rem;background: #dce6da;}

.index_title{margin-bottom: 4.7rem;display: block;}
.index_title::after{content: '';display: block;clear: both;}
.channel_link{float: right;position: relative;z-index: 2;color: #80b63c;padding: 0 0 0 3.6rem;margin-left: -20rem;margin-top: 1.6rem;}
.channel_link::before{content: '';display: block;position: absolute;width: 2rem;border-bottom: .1rem dotted #80b63c;left: 0;bottom: 50%;}
.channel_link::after{content: '';display: block;position: absolute;width: .7rem;height: .7rem;border: 1px dotted #76b23b;left: 2rem;top: 50%;transform: translateY(-50%);/* background: #f4fbf8; */border-radius: 50%;}
.channel_link i{font-size: 2.5rem;position: absolute;top: 50%;transform: translateY(-60%);right: -3.5rem;color: #e4f2ec;padding: 0 0 .5rem;transition: all ease-in-out .5s;-ms-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-o-transition: all ease-in-out .5s;}
.channel_link i::before{mask-image: linear-gradient(to bottom, black 70%, transparent 100%);}
/* .channel_link i::after{content: '';display: block;position: absolute;bottom: 0;left: .7rem;background: #f6f8f1;border: .1rem dotted #80b63c;width: .7rem;height: .7rem;border-radius: 50%;} */
.channel_title{padding: 0 0 0;text-align: center;/*font-family: 'deng';*/}
.channel_title i{color: #e7be65;font-size: 4.2rem;padding: 0 0 0 1.5rem;}

.channel_title.w{color: #fff;}
.channel_link.w{color: #fff;}
.channel_link.w::before{border-bottom: .1rem dashed #fff;}
.channel_link.w::after{border: .1rem dotted #fff;}
.channel_link.w i{color: #86c44a;}
.channel_link.w i::after{border: .1rem dotted #fff;background-color: rgb(121, 176, 52);}

/* .channel_link:hover i{left: -1rem;} */

.channel_link i::before{transition: all ease-in-out .5s;-ms-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-o-transition: all ease-in-out .5s; transform: rotate(10deg) scale(0);transform-origin: bottom center; display: inline-block;transition-delay: .6s;}
.isView .channel_link i::before{transform: rotate(0) scale(1);}

.mode01_more{display: block;text-align: center;margin: 6rem auto 0;color: #80b63c;border: .1rem solid #76b23b;width: 15rem;line-height: 4.6rem;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.mode01_more:hover{background: #76b23b;color: #fff;}

.wrap_mode01{padding: 7.6rem 0 10rem;}
.mode01{}
/* .index_01{align-items: flex-start;} */
.mode01 .lf{width: calc(50% - 2rem);}
.mode01 .rt{width: calc(50% - 2rem);}

.index_01a{display: block;position: relative;}
.index_01a .gp-img::before{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);opacity: .55;z-index: 2;height: 41.4%;}
.index_01a .time{text-align: center;color: #e7be65;font-family: 'avanti';position: absolute;left: 3rem;bottom: 3rem;z-index: 10;}
.index_01a .info_box{margin: 0 0;color: #fff;position: absolute;bottom: 2.6rem;right: 3rem;left: calc(6.4rem + 36px);z-index: 10;padding: 0 0 0 3rem;}
.index_01a .info_box::before{content: '';display: block;width: .1rem;height: 4.7rem;background: rgba(255, 255, 255, .2);position: absolute;left: 0;top: 1rem;}
.index_01a .summary{margin: .2rem 0 0;opacity: .77;}

.index_01b{}
.index_01b ul{margin: 0 0 0 -4rem;padding: 0 0;height: 100%;}
.index_01b li{}
.index_01b .item{margin: 0 0 0 4rem;height: 100%;background: #fff;box-shadow: 0rem .5rem 1rem 0rem rgba(4, 69, 20, 0.12);position: relative;overflow: hidden;}
.index_01b .item::before{content: '';display: block;width: 12rem;height: 6.8rem;background: url(../images/mode01_bg1.png) no-repeat center/cover;position: absolute;right: 0;bottom: 0;}
.index_01b .bottom{padding: 1.7rem 2.5rem 2rem;}
.index_01b .title{margin: 0 0 .4rem;color: #333;position: relative;padding-left: 2.5rem;margin-left: -2.5rem;}
.index_01b .time{color: #80b63c;margin: .4rem 0 1rem;font-family: 'avanti';}
.index_01b .time i{padding: 0 .6rem 0 0;}
.index_01b .time i::before{color: #80b63c;}
.index_01b .summary{margin: 0 0;color: #999;position: relative;z-index: 10;}
.index_01b .item:hover{background-image: -moz-linear-gradient( -41deg, rgb(40,147,67) 0%, rgb(82,163,63) 66%, rgb(123,179,59) 100%);background-image: -webkit-linear-gradient( -41deg, rgb(40,147,67) 0%, rgb(82,163,63) 66%, rgb(123,179,59) 100%);background-image: -ms-linear-gradient( -41deg, rgb(40,147,67) 0%, rgb(82,163,63) 66%, rgb(123,179,59) 100%);box-shadow: 0px 10px 20px 0px rgba(37, 43, 44, 0.12);}
.index_01b .item:hover .title,.index_01b .item:hover .time,.index_01b .item:hover .time i::before,.index_01b .item:hover .summary{color: #fff;}
.index_01b .item:hover::before{background-image: url(../images/mode01_bg2.png);right: -2rem;bottom: -.5rem;}

/* .index_01b .title::before{content: '';display: block;} */

.index_01b .title::before{content: '';display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-left: 2px solid #299343;height: 4.4rem;}

.index_01c{padding: 4rem 0 0;}
.index_01c ul{margin: 0 0 -4rem -4rem;}
.index_01c .item{margin: 0 0 4rem 4rem;background: #fff;padding: 2.3rem 2.5rem;box-shadow: 0rem .5rem 1rem 0rem rgba(4, 69, 20, 0.12);overflow: hidden;}
.index_01c .item::before{content: '';display: block;width: 12rem;height: 6.8rem;background: url(../images/mode01_bg1.png) no-repeat center/cover;position: absolute;right: 0;bottom: 0;}
.index_01c .title{margin: 0 0 .8rem;position: relative;z-index: 10;padding-left: 2.5rem;margin-left: -2.5rem;}
.index_01c .title::before{content: '';display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-left: 2px solid #299343;height: 4.4rem;}

.index_01c .time{position: relative;z-index: 10;color: #80b63c;font-family: 'avanti';}
.index_01c .time i{padding: 0 .6rem 0 0;color: #80b63c;}
.index_01c .item:hover{background-image: -moz-linear-gradient( -41deg, rgb(40,147,67) 0%, rgb(82,163,63) 66%, rgb(123,179,59) 100%);background-image: -webkit-linear-gradient( -41deg, rgb(40,147,67) 0%, rgb(82,163,63) 66%, rgb(123,179,59) 100%);background-image: -ms-linear-gradient( -41deg, rgb(40,147,67) 0%, rgb(82,163,63) 66%, rgb(123,179,59) 100%);box-shadow: 0px 10px 20px 0px rgba(37, 43, 44, 0.12);}
.index_01c .item:hover .title,.index_01c .item:hover .time,.index_01c .item:hover .time i::before{color: #fff;}
.index_01c .item:hover::before{background-image: url(../images/mode01_bg2.png);right: -2rem;bottom: -.5rem;}

.wrap_mode02{padding: 8rem 0 10rem;background: url(../images/mode02_bg.png) no-repeat center/cover;}
.mode02{}

.index_02{overflow: hidden;margin: -0.4rem 0 0;}
.index_02 .swiper{margin: 0 -3rem 0 -4rem;padding: 1rem 0 2rem;}
.index_02 ul{margin: 0 0 -5.4rem;}
.index_02 .item{margin: 0 0 5.4rem;position: relative;padding: .1rem 3rem 2.2rem 4rem;}
.index_02 .item::before{content: '';display: block;width: .1rem;height: 100%;background: rgba(221, 224, 211, .45);position: absolute;left: 0;top: 0;}
.index_02 .time_box{float: left;width: 7.8rem;text-align: center;background: #b28850;color: #fff;padding: 1.5rem 0;font-family: 'avanti';width: calc( 4.2rem + 36px);}
.index_02 .day{margin: 0 0 .5rem;line-height: 1.1;}
.index_02 .info_box{margin: -0.3rem 0 0 calc(6.2rem + 36px);height: calc(94px + 6rem);overflow: hidden;}
.index_02 .title{margin: 0 0;color: #fff;}
.index_02 .summary{margin: 1rem 0 0;color: rgba(255, 255, 255, .77);}

.index_02 .swiper-scrollbar{height: 1rem;background: #fff;border-radius: 1rem;display: none;}
.index_02 .swiper-scrollbar-drag{background: #80b63c;border-radius: 1rem;border: .1rem solid #fff;}
.index_02 .swiper-scrollbar-drag i{display: block;position: absolute;left: 50%;transform: translateX(-50%);bottom: .2rem;color: #80b63c;font-size: 3rem;}

.wrap_mode03{padding: 8rem 0 7.5rem;position: relative;background: #fff;}
.mode03{overflow: hidden;}
.index_03{margin: 0 auto;width: 56rem;padding: 0 0 0;}
.index_03 ul{margin: 0 0;}
.index_03 .item{margin: 0 0;position: relative;}
.index_03 .gp-img{position: relative;}
.index_03 .gp-img img{position: absolute;top: 50%;transform: translateY(-50%);width: 100%;}
.index_03 .gp-img::before{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);opacity: 0.769;height: 41.2%;z-index: 2;display: none;}
.index_03 .title{margin: 1rem 0 0;position: relative;color: #333;z-index: 10;display: none;padding: 0 0 0 2rem;}
.index_03 .title::before{content: '';display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-left: 2px solid #299343;height: 4.4rem;}
.index_03 .swiper-slide-active .title,.index_03 .swiper-slide-active .item::before{display: block;}
.index_03 .item:hover .gp-img img{transform: scale(1.05) translateY(-50%);-ms-transform: scale(1.05) translateY(-50%);-moz-transform: scale(1.05) translateY(-50%);-webkit-transform: scale(1.05) translateY(-50%);-o-transform: scale(1.05) translateY(-50%);}

.index_03 .swiper-pagination{left: 0;text-align: center;width: 100%;bottom: .7rem;display: none;}
.index_03 .swiper-pagination .swiper-pagination-bullet{width: .5rem;height: .5rem;background: #76b13b;opacity: 1;border-radius: 50%;margin: 0 .6rem;position: relative;}
.index_03 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;}
.index_03 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{content: '';display: block;position: absolute;left: -0.2rem;top: -0.2rem;width: .9rem;height: .9rem;border: .1rem solid #76b13b;border-radius: 50%;}

.wrap_mode04{padding: 9.6rem 0 8.2rem;background: #f9faf5 url(../images/mode04_bg.png) no-repeat center/cover;}
.mode04{}

.wrap_index_04{overflow: hidden;position: relative;padding: 4rem 0;margin: -4rem 0;}
.index_04{position: relative;margin: 0 1.9rem;}
.index_04 ul{margin: -0.4rem 0 0 ;padding: 0 0;}
.index_04 .item{margin: 0 2rem;position: relative;padding: 2.1rem 3rem 3.3rem;overflow: hidden;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;z-index: 10;background: #fff;}
.index_04 .item::before{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: #fff url(../images/mode04_bg2.png) no-repeat right bottom/14.2rem;z-index: -1;opacity: 1;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.index_04 .img_box{width: 12rem;float: left;}
.index_04 .gp-img{border-radius: 50%;position: relative;}
.index_04 .title{margin: 1.7rem 0 2rem 14rem;position: relative;z-index: 2;}
.index_04 .info_box{clear: both;padding: 2.6rem 0 0 .9rem;position: relative;z-index: 2;}
.index_04 .info_box p{margin: 0 0 1.2rem;color: #999;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.index_04 .info_box p:last-child{margin: 0;}
.index_04 .info_box i{color: #7bb33b;display: inline-block;vertical-align: top;width: 1em;text-align: center;margin: 0 .8rem 0 0;font-size: 1.1em;}
.index_04 .ico{position: absolute;font-size: 10.2rem;color: #f2f4eb;z-index: 1;right: -0.5rem;bottom: -1rem;opacity: 0;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.index_04 .item:hover{box-shadow: 0px 15px 25px 0px rgba(70, 82, 67, 0.12);background: #fff no-repeat right bottom;}
.index_04 .item:hover .ico{opacity: 1;}
.index_04 .item:hover .title{color: #987a3a;}
.index_04 .item:hover:before{opacity: 0;}

.wrap_index_04 .arrow{width: 3.6rem;height: 5rem;background: transparent;display: block;margin: 0 0 .1rem;cursor: pointer;text-align: center;line-height: 5rem;position: absolute;top: 50%;transform: translateY(-50%);z-index: 10;font-size: 3.4rem;color: #fff;}
.wrap_index_04 .prev{left: 0rem;}
.wrap_index_04 .next{right: 0;}


.wrap_mode05{padding: 8rem 0 10rem;background: #fff;}
.mode05{}
.index_05{}
.index_05 ul{margin: 0 0;}
.index_05a .item{margin: 0 0;position: relative;}
/* .index_05a .item::before{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;height: calc(70px + 2.4rem);background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);z-index: 2;opacity: .55;} */
.index_05a .title{/*position: absolute;left: 3rem;right: 3rem;bottom: 1.6rem;z-index: 10;color: #fff;*/position: relative;margin: 1.8rem 0 0;padding: 0 0 0 2rem;}
.index_05a .title::before{content: '';display: block;position: absolute;width: .2rem;height: 4.4rem;left: 2px;top: 50%;transform: translateY(-50%);background-image: -moz-linear-gradient( 90deg, rgb(123,179,59) 0%, rgb(40,147,67) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(123,179,59) 0%, rgb(40,147,67) 100%);background-image: -ms-linear-gradient( 90deg, rgb(123,179,59) 0%, rgb(40,147,67) 100%);}


.index_05a{/*width: 48rem;width: 33.8%;*/}
.index_05a ul{margin: -0.6rem 0 -3rem -3rem;}
.index_05a .item{margin: 0 0 3rem 3rem;}

.index_05b{width: calc(100% - 48rem);width: 66.2%;}
.index_05b ul{margin: 0 0 -1rem;}
.index_05b .item{margin: 0 0 1rem 1rem;}
.index_05b .gp-img{padding-bottom: 119.56%;}

.wrap_mode06{padding: 7.4rem 0 12.3rem;background: #f6f8f1;}
.mode06{}

.index_06{}
.index_06 ul{margin: 0 0 -3rem -3rem;}
/* .index_06 li:nth-child(2n){margin-top: 4rem;} */
.index_06 .item{margin: 0 0 3rem 3rem;background: #fff url(../images/mode06_bg1.png) no-repeat right bottom/cover;padding: 0 .4rem .5rem 3.3rem;position: relative;}
.index_06 .item::before{content: '';display: block;width: .1rem;height: 0rem;background: #e7be65;position: absolute;left: 2rem;top: 0;}
.index_06 .tip{position: absolute;right: 2.4rem;top: 3rem;color: #289343;writing-mode: vertical-lr;-webkit-writing-mode: vertical-lr;-ms-writing-mode: vertical-lr;-ms-writing-mode: tb-lr;font-family: 'Microsoft YaHei','微软雅黑';}
.index_06 .top{padding: 0 0 0;height: 6.6rem;display: flex;flex-wrap: wrap;align-items: flex-end;}
.index_06 .top img{max-height: 4rem;margin-bottom: .5rem;}
.index_06 .title{margin: .2rem 6.5rem .7rem 0;color: #333;}
.index_06 .summary{margin: 0 0;color: #aaaea1;}
.index_06 .item:hover{background-image: url(../images/mode06_bg2.png);box-shadow: 0rem 1rem 2.5rem 0rem rgba(4, 58, 16, 0.12);}
.index_06 .item:hover::before{height: 10.5rem;}
.index_06 .item:hover .title,.index_06 .item:hover .summary{color: #fff;}
.index_06 .item:hover .tip{color: #fff;}
.index_06 .item:hover .top img{max-height: 70%;margin-bottom: 0;}

.index_06b{}
.index_06b ul{margin: 0 0 -3rem -3rem;padding: 0 0;}
.index_06b .item{margin: 0 0 3rem 3rem;}
.index_06b .title{margin: 1.4rem 0 .6rem;}
.index_06b .summary{margin: 0 0;color: #999;font-family: Arial;}

@media screen and (min-width:996px){

}
@media screen and (max-width:1640px){
	.index_01b .title,.index_01c .title{line-height: 1.6em;height: 3.2em;margin-bottom: 10px;}
	.index_03a .title,.index_02 .title,.index_05a .title{line-height: 1.6em;height: 3.2em;}
	.index_04 .title{line-height: 1.6em;height: 4.8em;margin-top: 4px;}
	.index_04 .info_box{padding-top: 12px;}

	.index_02 .summary{line-height: 1.6em;height: 4.8em;}
	
}
@media screen and (max-width:1280px){
	

	.index_02 .info_box{margin-top: 0;}

	.index_04 .title{margin-top: 5px;margin-bottom: 0;}


}
@media screen and (max-width: 996px){
	.wrapbanner{padding-top: 0;height: auto;}
	.banner .gp-img{padding-bottom: 48.8%}
	.banner a::before{height: 33.3%;}
	.wrapbanner .swiper_menu{bottom: 10px;right: 20px;}
	.banner .title{display: none;}

	.content{padding: 0;}

	.index_title{margin-bottom: 20px;}

	.wrap_mode01{padding: 30px 0;}

	.mode01 .lf{width: 100%;padding: 0 0 20px;}
	.mode01 .rt{width: 100%;}

	.wrap_mode02{padding: 30px 0;}

	.wrap_mode03{padding: 30px 0;}

	.wrap_mode04,.wrap_mode05,.wrap_mode06{padding: 30px 0;}

	.index_05a{width: 100%;}
	.index_05b{width: 100%;margin: 1rem 0 0 -1rem;}

	.index_06 li:nth-child(2n){margin-top: 0;}

}
@media screen and (max-width:767px){
	/* .wrapbanner .swiper_menu{bottom: 0;} */
	.banner .title{display: none;}
	
	.wrapbanner .swiper-pagination,.wrapbanner .swiper_menu .more{vertical-align: bottom;}
	.wrapbanner .swiper-pagination .swiper-pagination-bullet{font-size: 16px;margin: 0 5px;}
	.wrapbanner .swiper_menu .more{padding-left: 20px;padding-right: 0;margin-bottom: 6px;}

	.channel_link i{display: none;}

	.index_01 .index_01a .title{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
	
	/* .index_01b ul{margin-bottom: -4rem;} */
	.index_01b .item{margin-bottom: 4rem;height: auto;}
	.index_01c{padding: 0;}

	/* .index_03a li.on .item{margin-right: -2rem;padding-right: 2rem;} */
	.index_02 .swiper{padding-bottom: 20px;margin-right: -10px;}
	.index_02 .info_box{height: auto;}
	.index_02 ul{margin-bottom: -4rem;}
	.index_02 .item{padding-bottom: 0;margin-bottom: 4rem;}

/* 
	.mode03 .lf{width: 100%;}
	.mode03 .rt{width: 100%;} */


}
@media screen and (max-width:413px){
	.index_03{width: auto;}
	
}