.home_swiper{height: 100vh;overflow: hidden;position: relative;z-index: 1;}
.home_swiper .home_swiper_box{position: relative;transition: all ease-in-out .7s;-ms-transition: all ease-in-out .7s;-moz-transition: all ease-in-out .7s;-webkit-transition: all ease-in-out .7s;-o-transition: all ease-in-out .7s;top: 0;}
.home_swiper.not_first_screen .home_swiper_box{/*transform: translateY(-100vh);*/ top: -100vh;}
/* .home_swiper > .swiper-wrapper{transition: transform 0.7s cubic-bezier(0.5,0,0.2,1) 0s;} */
.wrapbanner,.home_slide{height: 100vh;overflow: hidden;box-sizing: border-box;position: relative;}
.home_slide{/*padding-top: 10rem;*/overflow: auto;padding-top: 14.6rem;}
.content{box-sizing: border-box;}
.content footer{max-width: initial;}
@media screen and (max-width: 996px){
	.home_swiper.not_first_screen .home_swiper_box{/*transform: translateY(0);*/top: 0;}
	.home_swiper,.home_swiper > .swiper-wrapper,.wrapbanner, .home_slide{height: auto;display: block;}
	.home_slide{padding-top: 0;}
}

.side_menu{position: fixed;right: -18rem;top: 23.7rem;width: 12rem;z-index: 9999;top: 60%;transform: translateY(-50%);}
.side_list{background: url(../images/side_bg.png) center/100% 100% no-repeat;padding: 4.4rem 1.2rem;position: relative;z-index: 8;margin-top: -8rem;color: #fff;text-align: center;line-height: 3.6rem;box-sizing: border-box;box-sizing: border-box;height: 42.5rem;}
.side_list .item{position: relative;cursor: pointer;display: block;color: #683D31;font-weight: bold;margin: 0 0 .7rem;}
.side_list .bottom{border-top: .1rem solid rgba(0, 0, 0, .1);padding: 2.7rem 0 0;text-align: center;margin: 2.1rem 0 0;}
.side_list .btn{display: inline-block;width: 3rem;height: 3rem;position: relative;margin: 0 .4rem;}
.side_list .btn i{font-size: 3rem;line-height: 3rem;color: #683D31;}
.side_list .hover_box{position: absolute;right: 6rem;bottom: -5rem;width: 15rem;background: #E3CAAF;padding: 1rem .3rem;line-height: 2.2rem;border-radius: 2rem;display: none;}
.side_list .btn:hover .hover_box{display: block;}
.side_list .hover_box .item{margin: 0 0 1.6rem;}
.side_list .hover_box .item:last-child{margin: 0;}

/* .side_list .btn2{margin: .8rem auto 0;width: 6.4rem;height: 2.4rem;background: #fff;border-radius: .6rem .6rem 0 0;color: #a3151a;} */
/* .side_list .btn2 i{font-size: 2rem;} */

/* .side_menu,.side_menu *{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;} */

.side_menu.on{right: 1rem;}

@media screen and (max-width: 996px){
	.side_menu{display: none;}
}

.wrapbanner{background: url(../images/wrapbanner.png) center/cover;overflow: hidden;padding: 14rem 5rem 0;}
.banner{overflow: hidden;}
.banner a{display:block;position:relative;}
/* .banner a::before{content: '';display: block;width: 100%;height: 29%;position: absolute;top: 0;left: 0;background: -webkit-linear-gradient(top , rgba(0,0,0,1), rgba(0,0,0,0));background: -o-linear-gradient(bottom , rgba(0,0,0,1), rgba(0,0,0,0));background: -moz-linear-gradient(bottom , rgba(0,0,0,1), rgba(0,0,0,0));background: linear-gradient(to bottom , rgba(0,0,0,1), rgba(0,0,0,0));z-index: 2;opacity: .7;}
.banner a::after{content: '';display: block;width: 100%;height: 35.7%;position: absolute;bottom: 0;left: 0;background: -webkit-linear-gradient(top, rgba(0,0,0,0) , rgba(0,0,0,1));background: -o-linear-gradient(bottom, rgba(0,0,0,0) , rgba(0,0,0,1));background: -moz-linear-gradient(bottom, rgba(0,0,0,0) , rgba(0,0,0,1));background: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,0,0,1));opacity: .35;}
.banner .title{color:#fff;white-space:nowrap;line-height:1.2em;bottom: -5rem;z-index: 2;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;}
.banner .swiper-slide-active .title{bottom: 3.8rem;} */
.banner .gp-img{display:block;overflow:hidden;position:relative;background-size: cover !important;padding-bottom: calc(100vh - 19rem);height: 0;}
.banner .gp-img video,.banner .gp-img img{width:100%;height: 100%;position: absolute;left: 0;top: 0;}
.banner .gp-img img{min-width: 100%;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 7s 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{text-align: center;font-size: 0;height: 13.5rem;width: 66.9rem;background: url(../images/banner_page.png) no-repeat top center;margin: 0 auto;box-sizing: border-box;position: relative;background-size: 100% auto;}
.wrapbanner .arrow{width: 3.6rem;height: 3.6rem;background: center no-repeat #d6c9a5;display: inline-block;vertical-align: top;cursor: pointer;border-radius: 50%;position: absolute;top: 1.2rem;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;}
.wrapbanner .prev{left: 5.6rem;}
.wrapbanner .next{right: 5.6rem;}
.wrapbanner .arrow:hover{background-color: #fff;}

.wrapbanner .swiper-pagination{left: 0;text-align: center;width: 100%;bottom: 8.2rem;height: 5.7rem;}
.wrapbanner .swiper-pagination .swiper-pagination-bullet{width: 5.4rem;height: 5.7rem;opacity: 1;border-radius: 0;margin: 0 1rem;vertical-align: top;background: url(../images/banner_dot.png) center/cover no-repeat;line-height: 5.7rem;color: #E3CAAF;font-weight: bold;position: relative;bottom: 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;font-size: 2rem;}
.wrapbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{bottom: 2rem;}

.index_title{margin-bottom: 3rem;display: block;margin-left: 5rem;}
.index_title::after{content: '';display: block;clear: both;}
.index_title .channel_link{float: right;position: relative;z-index: 2;color: #683D31;margin: 3.7rem -1.4rem 0 0;}
.index_title .channel_link .d{display: inline-block;width: .8rem;height: .8rem;border: .1rem solid #683D31;background: #F1EAE7;vertical-align: middle;margin: -0.2rem 1.7rem  0;position: relative;transform: rotate(45deg);}
.index_title .channel_link .d::before{content: '';display: block;display: block;width: .4rem;height: .4rem;background: #683D31;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);}
.index_title .channel_title{padding: 0 0 0 9rem;color: #333;font-weight: bold;position: relative;}
.index_title .channel_title .t{position: relative;writing-mode: vertical-lr;-webkit-writing-mode: vertical-lr;-ms-writing-mode: vertical-lr;color: rgba(104, 61, 49,.5);position: absolute;left: 0;bottom: 0;font-size: 3rem;padding: 0 0 0rem 2.3rem;white-space: nowrap;letter-spacing: .4rem;}
.index_title .channel_title .t::before{content: '';display: block;position: absolute;left: 1rem;bottom: 0;height: 20rem;border-right: .1rem dashed #683D31;}
.index_title .channel_title .t .dot{border: .1rem solid #683D31;border-radius: 50%;width: 1.8rem;height: 1.8rem;position: absolute;left: 0;bottom: 0;background: #F1EAE7;z-index: 2;}
.index_title .channel_title .t .dot::before{content: '';display: block;width: 1.2rem;height: 1.2rem;background: #683D31;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);border-radius: 50%;}
.index_title .channel_title .en{color: rgba(0, 0, 0, .4);font-weight: normal;text-transform: uppercase;}

.index_title.w .t{color: rgba(241, 234, 231, .5);}
.index_title.w .channel_title .t::before{border-right: .1rem dashed #F1EAE7;}
.index_title.w .channel_title .t .dot{background: #683D31;border: .1rem solid #F1EAE7;}
.index_title.w .channel_title .t .dot::before{background: #F1EAE7;}
.index_title.w .channel_title{color: #fff;}
.index_title.w .channel_title .en{color: rgba(241, 234, 231, .4);}
.index_title.w .channel_link{color: #F1EAE7;}
.index_title.w .channel_link .d{border-color: #F1EAE7;background: #683D31;}
.index_title.w .channel_link .d::before{background: #F1EAE7;}

.wrap_mode01{padding: 5.9rem 0 6rem;background: url(../images/mode01_bg.jpg) center bottom/cover;overflow: hidden;}
.mode01{}

.index_01a{overflow: hidden;position: relative;margin: 0 0 3rem;}
.index_01a ul{margin: 0 0;padding: 0 0;}
.index_01a .item{margin: 0 0;padding: 0 0 0 .1rem;}
.index_01a .img_box{width: 80rem;float: left;}
.index_01a .info_box{margin: 0 0 0 85rem;padding: 2.9rem 0 0;}
.index_01a .time{display: inline-block;line-height: 4.3rem;padding: 0 3rem;background: url(../images/mode01_time.png) center/100% 100% no-repeat;color: #fff;font-weight: bold;}
.index_01a .title{margin: 3rem 0 2.8rem;color: #683D31;font-weight: bold;}
.index_01a .info{margin: 0 0;color: #333;padding: 3rem 0 0;border-top: .1rem solid rgba(0, 0, 0, .1);}
.index_01a .swiper_menu{position: absolute;left: 85rem;bottom: 7.9rem;}
.index_01a .swiper-pagination{color: #683D31;font-weight: bold;position: relative;display: inline-block;vertical-align: top;line-height: 4.9rem;margin: 0 1.5rem 0 0;bottom: 0;width: auto;}
.index_01a .swiper_box{overflow: hidden;}
.index_01a .swiper_menu{text-align: center;font-size: 0;}
.index_01a .arrow{width: 5rem;height: 5rem;background: center no-repeat #E3CAAF;display: inline-block;vertical-align: top;margin: 0 1.5rem;cursor: pointer;position: relative;z-index: 2;border-radius: 50%;}
.index_01a .arrow i{line-height: 5rem;text-align: centere;color: #fff;font-size: 4rem;}
.index_01a .prev{left: 0rem;}
.index_01a .next{right: 0rem;}
.index_01a .arrow:hover{background-color: #683D31;}

.index_01b{}
.index_01b ul{margin: 0 .9rem -4rem -5.5rem;}
.index_01b .item{margin: 0 0 4rem 5.5rem;position: relative;border: .1rem solid #683D31;padding: 1.9rem 0;background: #FFFAF7;}
.index_01b .item::before{content: '';display: block;position: absolute;left: 1rem;top: 1rem;width: 100%;height: 100%;background: transparent;z-index: -1;border: .1rem solid #683D31;}
.index_01b .img_box{width: 16rem;}
.index_01b .info_box{padding: 0 2rem;width: calc(100% - 20rem );}
.index_01b .time{color: #683D31;font-weight: bold;}
.index_01b .title{margin: .8rem 0 0;font-weight: bold;}
.index_01b .item:hover::before{background: #683D31;}

.wrap_mode02{padding: 4.7rem 0 5.1rem;overflow: hidden;background: url(../images/mode02_bg.jpg) center/cover;}
.mode02{}
.index_02{}
.index_02 ul{margin: 0 0 -3rem -4.5rem;}
.index_02 .item{margin: 0 0 3rem 4.5rem;position: relative;padding: 0 0 0 7.2rem;}
.index_02 .item::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: 0;width: 2rem;border-left: .1rem solid #F1EAE7;border-top: .1rem solid #F1EAE7;}
.index_02 .time{color: #F1EAE7;font-weight: bold;position: absolute;left: 3rem;writing-mode: vertical-lr;-webkit-writing-mode: vertical-lr;-ms-writing-mode: vertical-lr;}
.index_02 .box{padding: 3rem 3rem 2rem;background: #F1EAE7;}
.index_02 .box::before{content: '';display: block;width: 4rem;height: .4rem;background: #683D31;margin: 0 0 1rem;}
.index_02 .title{margin: 0 0;font-weight: bold;}
.index_02 .iconfont{text-align: right;color: #683D31;font-size: 4rem;display: block;line-height: 4rem;margin: .9rem 0 0;}
.index_02 .item:hover .box{background: #E3CAAF;}
.index_02 .item:hover .title{color: #683D31;}

.wrap_mode03{padding: 4.7rem 0;background: url(../images/mode03_bg.jpg);overflow: hidden;}
.mode03{}

.wrap_index_03{position: relative;padding: 0 9rem;}
.wrap_index_03 .swiper-scrollbar{position: absolute;right: 2.1rem;width: 29.6rem;height: .4rem;bottom: 15.2rem;background: rgba(104, 61, 49, .2);transform: rotate(90deg);transform-origin: right center;border: .2rem solid transparent;}
.wrap_index_03 .swiper-scrollbar-drag{background: #683D31;border-radius: 10rem;}
.wrap_index_03 .swiper_menu{position: absolute;width: 5rem;right: 0;bottom: -1.8rem;}
.wrap_index_03 .arrow{width: 5rem;height: 5rem;background: center no-repeat #E3CAAF;display: block;margin: 0 0 2rem;cursor: pointer;position: relative;z-index: 2;border-radius: 50%;text-align: center;}
.wrap_index_03 .arrow i{line-height: 5rem;color: #fff;font-size: 4rem;}
.wrap_index_03 .prev{left: 0rem;}
.wrap_index_03 .next{right: 0rem;}
.wrap_index_03 .arrow:hover{background-color: #683D31;}

.index_03{overflow: hidden;}
.index_03 ul{margin: 0 0;}
.index_03 .item{margin: 0 0;padding: 0 6rem;position: relative;}
.index_03 .item::before{content: '';display: block;position: absolute;left: 0;top: 5rem;bottom: 5rem;border-right: .1rem dashed #683D31;}
.index_03 .swiper-slide-active .item::before{border-right: none;}
.index_03 .img_box{margin: 0 auto 3.5rem;width: 14.8rem;height: 14.8rem;border: .1rem solid #683D31;border-radius: 50%;padding: 1rem;}
.index_03 .gp-img{padding-bottom: 100%;border-radius: 50%;}
.index_03 .info_box{display: flex;align-items: stretch;justify-content: space-between;}
.index_03 .title{margin: 0 0;width: 2.4rem;line-height: 1em;writing-mode: vertical-lr;-webkit-writing-mode: vertical-lr;-ms-writing-mode: vertical-lr;letter-spacing: .2rem;}
.index_03 .title::after{content: '';display: inline-block;width: .1rem;background: #683D31;height: 5rem;margin: 1rem 0 0 0;}
.index_03 .info{margin: 0 0;width: 7.8rem;height: 25.2rem;writing-mode: vertical-lr;-webkit-writing-mode: vertical-lr;-ms-writing-mode: vertical-lr;color: #333;}
.index_03 .tip_box{width: 7.8rem;color: #683D31;}
.index_03 .tip{float: left;writing-mode: vertical-lr;-webkit-writing-mode: vertical-lr;-ms-writing-mode: vertical-lr;padding: 0 0 2rem;}

.wrap_mode04{padding: 4.7rem 0 5rem;overflow: hidden;background: url(../images/mode04_bg.jpg);}
.mode04{}

.wrap_index_04{position: relative;padding: 0 12rem 0 5rem;}
.wrap_index_04 .swiper-scrollbar{position: absolute;right: 2.1rem;width: 29.6rem;height: .4rem;bottom: 15.2rem;background: rgba(104, 61, 49, .2);transform: rotate(90deg);transform-origin: right center;border: .2rem solid transparent;height: auto;}
.wrap_index_04 .swiper-scrollbar-drag{background: #683D31;border-radius: 10rem;height: .4rem;}
.wrap_index_04 .swiper_menu{position: absolute;width: 5rem;right: 0;bottom: 0;}
.wrap_index_04 .arrow{width: 5rem;height: 5rem;background: center no-repeat #E3CAAF;display: block;margin: 0 0 2rem;cursor: pointer;position: relative;z-index: 2;border-radius: 50%;text-align: center;}
.wrap_index_04 .arrow i{line-height: 5rem;color: #fff;font-size: 4rem;}
.wrap_index_04 .prev{left: 0rem;}
.wrap_index_04 .next{right: 0rem;}
.wrap_index_04 .arrow:hover{background-color: #683D31;}

.index_04{overflow: hidden;}
.index_04 ul{margin: 0 0;}
.index_04 .box{margin: 0 0;display: flex;justify-content: space-between;}
.index_04 .item{width: 15rem;box-sizing: border-box;overflow: hidden;display: flex;align-items: stretch;justify-content: space-between;}
.index_04 .item.on{width: calc(100% - 66rem);}
.index_04 .left{width: 15rem;height: 49rem;position: relative;text-align: center;color: #333;flex-shrink: 0;}
.index_04 .left::before{content: '';display: block;position: absolute;left: 0;right: 0;top: 4rem;bottom: 0;border: .1rem solid #683D31;z-index: -1;}
.index_04 .left::after{content: '';display: block;width: 4.1rem;height: 4.5rem;background: url(../images/mode04_ico.png) center/cover;position: absolute;bottom: 3rem;left: 50%;transform: translateX(-50%);}
.index_04 .tip{margin: 0 auto 3.4rem;width: 8rem;height: 8rem;background: #E3CAAF;color: #fff;text-align: center;line-height: 8rem;font-weight: bold;}
.index_04 .title,.index_04 .vice_title{display: inline-block;writing-mode: vertical-lr;-webkit-writing-mode: vertical-lr;-ms-writing-mode: vertical-lr;margin: 0 .5rem;vertical-align: top;max-height: 28rem;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;letter-spacing: .6rem;}
.index_04 .title{font-weight: bold;letter-spacing: .4rem;}
/* .index_04 .vice_title{display: inline-block;writing-mode: vertical-lr;-webkit-writing-mode: vertical-lr;-ms-writing-mode: vertical-lr;margin: 0 1rem;vertical-align: top;} */
.index_04 .right{width: calc(100% - 19rem);padding: 4rem 0 0;color: #333;}
.index_04 .gp-img{margin: 3rem 0 0;}
.index_04 .item.on .tip{background: #683D31;}
.index_04 .item.on .left::before{background: url(../images/mode04_bg2.jpg) left bottom/cover no-repeat;border: .1rem solid transparent;}

.wrap_mode05{padding: 4.8rem 0;background: url(../images/mode05_bg.jpg) center bottom/cover;overflow: hidden;}
.mode05{}

.index_05{margin: 0 3rem;padding: 0 0 6rem;overflow: hidden;}
.index_05 ul{margin: 0 0;}
.index_05 .item{margin: 0 4rem;height: 36.1rem;background: transparent url(../images/mode05_bg2.png) center/100% 100%;padding: 5rem 5rem 0;}
.index_05 .title{margin: 0 0 2rem;text-align: center;font-weight: bold;}
.index_05 .info{margin: 0 0 3rem;color: #333;}
.index_05 .item:hover{background-color: #683D31;}
.index_05 .item:hover .title{color: #E3CAAF;}
.index_05 .item:hover .info{color: #fff;}
.index_05 .swiper-pagination{bottom: .6rem;}
.index_05 .swiper-pagination .swiper-pagination-bullet{width: 1.6rem;height: 1.6rem;background: #F1EAE7;opacity: .3;border-radius: 0;margin: 0 2rem;border: .2rem solid #683D31;transform: rotate(45deg);}
.index_05 .swiper-pagination .swiper-pagination-bullet::before{content: '';display: block;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);width: .8rem;height: .8rem;background: #683D31;}
.index_05 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;}

.wrap_mode06{padding: 4.8rem 0;background: url(../images/mode06_bg.jpg) center bottom/cover no-repeat;overflow: hidden;}
.mode06{}

.index_06{ padding: 0 0 6rem;overflow: hidden;margin: 0 -2.3rem 0 -2.2rem;}
.index_06 ul{margin: 0;}
.index_06 .item{margin: 0 2.3rem 0 2.2rem;padding: .7rem;background: url(../images/mode06_bg1.png) center/100% 100% no-repeat;}
.index_06 .img_box{position: relative;-webkit-mask: url(../images/mode06_mask.png);mask: url(../images/mode06_mask.png);-webkit-mask-size: 100% 100%;mask-size: 100% 100%;}
.index_06 .gp-img{padding-bottom: 55%;}
.index_06 .video{position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);width: 5.8rem;height: 5.8rem;border: .1rem solid #fff;background: rgba(255, 255, 255, .3);border-radius: 50%;z-index: 2;line-height: 5.8rem;text-align: center;}
.index_06 .video i{color: #fff;font-size: 2.4rem;}
.index_06 .swiper-pagination{bottom: .6rem;}
.index_06 .swiper-pagination .swiper-pagination-bullet{width: 1.6rem;height: 1.6rem;background: #F1EAE7;opacity: .3;border-radius: 0;margin: 0 2rem;border: .2rem solid #683D31;transform: rotate(45deg);}
.index_06 .swiper-pagination .swiper-pagination-bullet::before{content: '';display: block;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);width: .8rem;height: .8rem;background: #683D31;}
.index_06 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;}

.index_06 .item:hover{background-image: url(../images/mode06_bg2.png);}

@media screen and (min-width: 996px){
	.index_01b .item::before,.index_01a .arrow,.index_02 .box,.index_02 .title,.wrap_index_03 .arrow,.index_04 .right,.index_04 .item,.index_04 .tip,.index_05 .item,.index_05 .info,.index_05 .title,.index_06 .item{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;}
}
@media screen and (max-width: 996px){
	.wrapbanner{padding: 0;}
	.wrapbanner .arrow,.banner a::before{display: none;}
	.wrapbanner .swiper_menu{background: transparent;width: auto;height: auto;padding: 10px 0 0;}
	.wrapbanner .swiper-pagination{bottom: 10px;}
	.banner a{padding-top: 0;}
	.banner .gp-img{padding-bottom: 41.2%;height: 0;}
	.banner .swiper-slide-active .title{bottom: 20px;}

	.index_title{margin-left: 0;}

	.index_01a .img_box{width: 100%;float: none;}
	.index_01a .info_box{margin: 0;padding: 10px 0 40px;}
	.index_01a .title{margin: 8px 0;}
	.index_01a .swiper_menu{left: auto;right: 0;bottom: -10px;}
	.index_01a .info{padding: 10px 0 0;}

	.wrap_index_03{padding-left: 0;}
	.index_03 .item{padding: 0 20px;}
	.index_03 .title{line-height: 1.5em;width: auto;}
	.index_03 .info{width: 4.5em;line-height: 1.5em;height: 200px;}
	.index_03 .tip_box{height: 200px;overflow: hidden;}

	.wrap_index_04{padding-left: 0;}
	.index_04 .box{display: block;}
	.index_04 .item,.index_04 .item.on{width: auto;flex-wrap: wrap;display: block;margin: 0 0 20px;}
	/* .index_04 .item{} */
	.index_04 .left{width: auto;height: auto;padding: 16px 20px 16px 60px;}
	.index_04 .tip{position: absolute;left: 0;top: 50%;transform: translateY(-50%);margin: 0;}
	.index_04 .title, .index_04 .vice_title{display: block;writing-mode: horizontal-tb;-webkit-writing-mode: horizontal-tb;-ms-writing-mode: horizontal-tb;max-height: 100%;white-space: normal;text-overflow: initial;overflow: initial;text-align: left;}
	.index_04 .left::after{display: none;}
	.index_04 .right{width: 100%;display: none;}
	.index_04 .left::before{left: 20px;top: 0;}
	.index_04 .item.on .left::before{background: #E9DDCF;}
	.index_04 .item.on .right{display: block;}

	.index_05{margin: 0;}
	.index_05 .item{margin: 0 20px 20px;height: 300px;}


}
@media screen and (max-width:767px){
	.index_title .channel_title .en{font-size: 12px;}
	.index_title .channel_link .d{display: none;}
	
	.index_03 .info_box{justify-content: center;}
	.index_03 .info{margin: 0 14px;}

	.wrap_index_04{padding-right: 35px;}
	.index_04 .title{letter-spacing: 0;}

	.index_05 .item{height: auto;padding-bottom: 30px;margin: 0 5px;}

	.index_05{padding: 0;}
	.index_05 .swiper-pagination{display: none;}



}
@media screen and (max-width:413px){




}
