
.bi_blank{
    display: block;
    width: 100%;
    overflow: hidden;
}
.bi_richtext {
    font-size: 14px;
    line-height: normal;
}

.bi_richtext p {
    padding: 0 4px;
}

.bi_richtext img {
    max-width: 100% !important;
}

.bi_richtext video {
    max-width: 100% !important;
}

.bi_richtext hr {
    margin: 5px 0;
}

.bi_richtext *+h1,
.bi_richtext *+h2,
.bi_richtext *+h3,
.bi_richtext *+h4,
.bi_richtext *+h5,
.bi_richtext *+h6 {
    margin: 1.6rem 0;
}
.bi_image {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
}

.bi_image img {
    display: block;
    width: 100%;
}
.bi_banner {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.bi_banner ._silder.notfull { padding: 0px; }
.bi_banner ._silder img {
    display: none;
    width: 100%;
    position: relative;
    z-index: 3;
}

.bi_banner ._silder img:first-child{ display: block; }
.bi_banner ._dots {
    height:16px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom:20px;
    opacity: 0.8;
    text-align: center;
    z-index: 4;
}

.bi_banner ._dots span {
    display: inline-block;
    margin-left:6px;
}
.bi_banner ._dots.rectangle span {
    height:4px;
    width:16px;
}
.bi_banner ._dots.square span {
    height:10px;
    width:10px;
}
.bi_banner ._dots.round span {
    height:10px;
    width:10px;
    border-radius:10px;
}
.bi_banner ._dots.none{
    display: none !important;
}
.bi_banner .swiper-pagination-bullet{
    border-radius:unset;
}
.bi_banner .swiper-button-prev:after {
    content: '<';
    font-size: 36px;
    font-family: "宋体";
}

.bi_banner .swiper-button-next:after {
    content: '>';
    font-size: 36px;
    font-family: "宋体";
}

.bi_banner .swiper-button-next,.bi_banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.bi_banner .swiper-button-prev{
    left: 10px;
    right: auto
}

.bi_banner .swiper-button-next{
    right: 10px;
    left: auto
}

.diy-single {
    display: block;
    overflow: hidden;
}

.diy-single ul {
    display: block;
    overflow: hidden;
}

.diy-single ul li {
    display: block;
    overflow: hidden;
    list-style: none;
    box-sizing: border-box;
}

.diy-single ul li .goods_image img {
    width: 100%;
}

.diy-single ul li.display_left .goods_image {
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
    float: left;
}

.diy-single ul li.display_left .goods_info {
    width: 40%;
    float: right;
}

.diy-single ul li.display_right .goods_image {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
    float: right;
}

.diy-single ul li.display_right .goods_info {
    width: 40%;
    float: left;
}

.diy-single ul li .goods_info h2 {
    display: block;
    overflow: hidden;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.diy-single ul li .goods_info p {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.diy-single ul li .info_align_middle {
    text-align: center;
}

.diy-single ul li .info_align_middle .calc-input {
    margin: 0 auto;
}

.diy-single ul li .info_align_right {
    text-align: right;
}

.diy-single ul li .info_align_right .calc-input {
    float: right;
}

.diy-single ul li .goods_info ._price {
    display: block;
    overflow: hidden;
    line-height: 30px;
    font-size: 28px;
    margin-bottom: 28px;
}

.diy-single ul li .goods_info ._price .line-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #999;
}

.diy-single ul li .goods_info ._cart {
    display: block;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 50px;
}

.diy-single ul li .goods_info ._cart .calc-input {
    display: block;
    overflow: hidden;
    width: 200px;
    height: 50px;
    position: relative;
    text-align: center;
    border: #eee solid 1px;
}

.diy-single ul li .goods_info ._cart input {
    width: 200px;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.diy-single ul li .goods_info ._cart span {
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
    display: block;
    overflow: hidden;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.diy-single ul li .goods_info ._cart span._inc {
    left: auto;
    right: 0px !important;
}

.diy-single ul li .add_cart {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    background: #f2f2f2;
    text-align: center;
    font-size: 14px;
}

.diy-single ul li .buy_now {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #ff0000;
    font-size: 14px;
    text-align: center;
}
.diy-window .item-image img {
    width: 100%;
}

.diy-window {
    display: block;
    overflow: hidden;
    clear: both;
}

.diy-window ._head {
    display: block;
    overflow: hidden;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    height: normal;
    font-size: 18px;
}

.diy-window ._desc {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.diy-window .display {
    height: 0;
    width: 100%;
    margin: 0;
    padding-bottom: 50%;
    position: relative;
}

.diy-window ul {
    display: block;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.diy-window .xcol-2 li {
    width: 50%;
    float: left;
}

.diy-window .xcol-3 li {
    width: 33.33%;
    float: left;
}

.diy-window .xcol-4 li {
    width: 25%;
    float: left;
}

.diy-window .display img {
    width: 100%;
    height: 100%;
}

.diy-window .display .display-left {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.diy-window .display .display-right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}

.diy-window .display .display-right1 {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.diy-window .display .display-right2 {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
}

.diy-window .display .display-right2 .left {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.diy-window .display .display-right2 .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}
.bi_scroll {
    display: block;
    overflow: hidden;
    position: relative;
}

.bi_scroll .t_head {
    font-size: 40px;
    color: #363636;
    font-weight: bold;
    text-align: center;
}

.bi_scroll .t_desc {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.bi_scroll .swiper_scroll{
    display: block;
    overflow: hidden;
    position: relative;
}

.bi_scroll ul {
    display: block;
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

.bi_scroll ._mvleft {
    position: absolute;
    top: calc(50% - 24px);
    left: -5px;
    width: 30px;
    height: 48px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    text-align: center;
    cursor: pointer;
}

.bi_scroll ._mvright {
    position: absolute;
    top: calc(50% - 24px);
    right: -5px;
    width: 30px;
    height: 48px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    text-align: center;
    cursor: pointer;
}

.bi_scroll ._mvleft i,
.bi_scroll ._mvright i {
    line-height: 48px;
    font-size: 30px;
    color: #666666;
}

.bi_scroll ul li {
    display:inline-block;
    overflow: hidden;
    width: 50%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .bi_scroll ul li {
        width: 50%;
    }
}
@media (max-width: 575px) {
    .bi_scroll ul li {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .bi_scroll ul li {
        width: 25%;
    }
}

.bi_scroll ul li .item_info {
    display: block;
    overflow: hidden;
    padding: 15px;
    background: #ffffff;
}


.bi_scroll ul li .item_info .i_title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 5px;
}

.bi_scroll ul li .item_info .i_desc {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bi_scroll ul li .item_img {
    max-width: 100%;
}

.bi_scroll ul li .item_img img {
    width: 100%;
}
   .join_v1{
        display: block;
        overflow: hidden;
        height: 450px;
        box-sizing: border-box;
        padding: 30px;
        background-size: cover; 
        background-position: center; 
        border-radius: 20px; 
        margin-top: 30px;
    }
    .join_v1 ._left{
        display: block;
        overflow: hidden;
        color: #fff;
        margin-bottom: 30px;
        width: 30%;
        float: left;
    }
    .join_v1 ._right{
        display: block;
        overflow: hidden;
        width: 68%;
        color: #fff;
        font-size: 24px;
        line-height: 30px;
        padding-top: 100px;
    }
    .join_v1 ._right ul{
        display: block;
        overflow: hidden;
    }
    .join_v1 ._right ul li{
        display: block;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .join_v1 ._right ul li span{
        display: block;
        overflow: hidden;
        width: 200px;
        float: left;
    }
    .join_v1 ._right ul li p{
        display: block;
        overflow: hidden;
        float: left;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 0.5);
    }
    @media (max-width:991px) {
        .join_v1{
            margin: 20px 15px 0px 15px;
            padding: 20px;
            height: 280px;
        }
        .join_v1 ._left{
            width: 100%;
            text-align: center;
            margin-top: 10px;
            font-size: 28px;
            margin-bottom: 20px;
        }
        .join_v1 ._right ul li{
            margin-bottom: 10px;
        }
        .join_v1 ._right ul li span{
            width: 90px;
        }
        .join_v1 ._right{
            width: 100%;
            padding-top: 0px;
            font-size: 16px;
        }
    }
    .join_v2{
        display: block;
        overflow: hidden;
        height: 450px;
        box-sizing: border-box;
        padding: 30px;
        border-radius: 20px; 
        margin-top: 30px;
    }
    .join_v2 ._left{
        display: block;
        overflow: hidden;
        color: #fff;
        margin-bottom: 30px;
        width: 30%;
        float: left;
    }
    .join_v2 ._right{
        display: block;
        overflow: hidden;
        width: 68%;
        color: #fff;
        font-size: 24px;
        line-height: 30px;
        padding-top: 100px;
    }
    .join_v2 ._right ul{
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: 780px;
    }
    .join_v2 ._right ul li{
        margin-bottom: 30px;
    }
    .join_v2 ._right ul li span{
        display: block;
        overflow: hidden;
        width: 160px;
        float: left;
    }
    .join_v2 ._right ul li p{
        display: block;
        overflow: hidden;
        float: left;
        padding: 0;
        margin: 0;
    }
    @media (max-width:991px) {
        .join_v2{
            margin: 20px 15px 0px 15px;
            padding: 20px;
            height: 280px;
        }
        .join_v2 ._left{
            width: 100%;
            text-align: center;
            margin-top: 10px;
            font-size: 28px;
            margin-bottom: 20px;
        }
        .join_v2 ._right ul li{
            margin-bottom: 10px;
        }
        .join_v2 ._right ul li span{
            width: 90px;
        }
        .join_v2 ._right{
            width: 100%;
            padding-top: 0px;
            font-size: 16px;
        }
    }
   .join_v3{
        display: block;
        overflow: hidden;
        height: 450px;
        box-sizing: border-box;
        padding: 30px;
        background: url('__IMG__/join_bg3.png?v=2') #1a1ae2; 
        background-size: cover; 
        background-position: center; 
        border-radius: 20px; 
        margin-top: 30px;
    }
    .join_v3 ._left{
        display: block;
        overflow: hidden;
        color: #fff;
        margin-bottom: 30px;
        width: 30%;
        float: left;
    }
    .join_v3 ._right{
        display: block;
        overflow: hidden;
        width: 68%;
        color: #fff;
        font-size: 28px;
        line-height: 30px;
        padding-top: 100px;
    }
    .join_v3 ._right ul{
        display: block;
        overflow: hidden;
    }
    .join_v3 ._right ul li{
        display: block;
        overflow: hidden;
        margin-bottom: 30px;
        width: 25%;
        float: left;
        position: relative;
    }
    .join_v3 ._right ul li i{
        display: block;
        overflow: hidden;
        text-align: center;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: #fff;
        color: #1a1ae2;
        font-size: 30px;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 30px;
        z-index: 100;
        position: relative;
        margin: 0 auto;
    }
    .join_v3 ._right ul li::before{
        position: absolute;
        content: " ";
        height: 1px;
        width: 100%;
        top: 30px;
        left: 0px;
        z-index: 1;
        background-color: #fff;
    }
    .join_v3 ._right ul li span{
        display: block;
        overflow: hidden;
        text-align: center;
        margin: 10px 0 20px 0;
    }
    .join_v3 ._right ul li p{
        display: block;
        overflow: hidden;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 18px;
    }
    @media (max-width:991px) {
        .join_v3{
            margin: 20px 15px 0px 15px;
            padding: 20px;
            height: 280px;
        }
        .join_v3 ._left{
            width: 100%;
            text-align: center;
            margin-top: 10px;
            font-size: 28px;
            margin-bottom: 20px;
        }
        .join_v3 ._right{
            width: 100%;
            padding-top: 0px;
            font-size: 16px;
        }
        .join_v3 ._right ul li i{
            display: block;
            overflow: hidden;
            text-align: center;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background: #fff;
            color: #1a1ae2;
            font-size: 24px;
            border-radius: 20px;
        }
        .join_v3 ._right ul li::before{
            top: 20px;
        }
        .join_v3 ._right ul li span{
            display: block;
            overflow: hidden;
            text-align: center;
            margin: 5px 0 5px 0;
        }
        .join_v3 ._right ul li p{
            font-size: 12px;
            line-height: 18px;
        }
    }
   .join_v4{
        display: block;
        overflow: hidden;
        width: 100%;
        height: 750px;
        box-sizing: border-box;
        padding: 30px;
        margin-top: 30px;
    }
    .join_v4 ._title{
        display: block;
        overflow: hidden;
        color: #fff;
        margin: 50px 0;
        text-align: center;
    }
    .join_v4 ._desc{
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: 600px;
        color: #fff;
        text-align: center;
        font-size: 24px;
        line-height: 48px;
        margin: 0 auto 80px auto;
    }
    .join_v4 ._more{
        display: block;
        overflow: hidden;
        color: #fff;
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }
    .join_v4 ._foot{
        display: block;
        overflow: hidden;
        color: #fff;
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }
    @media (max-width:991px) {
        .join_v4{
            margin-top: 20px;
            height: 450px;
        }
        .join_v4 ._title{
            font-size: 28px;
            margin: 40px 0;
        }
        .join_v4 ._desc{
            font-size: 16px;
            line-height: 24px;
            margin: 0 auto 40px auto;
        }
        .join_v4 ._more{
            font-size: 16px;
            margin-bottom: 10px;
        }
        .join_v4 ._foot{
            font-size: 16px;
        }
    }
.slick_v5{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 800px;
    box-sizing: border-box;
    padding: 50px 30px;
    position: relative;
}
.slick_v5 ._title {
    margin: 0px 0 50px 0;
    text-align: center;
    left: 38%;
}
.slick_v5 ._body{ height: 100%;}
.slick_box {
	position: relative;
	height: 544px;
	z-index: 5;
}

.slick_box .bd {
	height: 100%;
}

.slick_box .slick-list {
	overflow: visible;
	height: 100%;
}

.slick_box .slick-track {
	height: 100%;
}

.slick_box .myslide {
	float: left;
	display: inline;
	height: 544px;
	position: relative;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s ease-in;
	outline: none;
}

.slick_box .myslide.slick-active {
	visibility: visible;
	opacity: 1;
}
.slick_box .slickCon {
	display: block;
	width: 200px;
	padding-left: 44px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s ease;
}

.slick_box .slickCon::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #d9d9d9;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all 0.4;
	-webkit-transition: all 0.4;
}

.slick_box .slickCon:hover::before {
	background: #1a1ae2;
}

.slick_box .slickCon::after {
	content: '';
	display: block;
	width: 1px;
	height: 120%;
	border-radius: 50%;
	background: #d9d9d9;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 7px;
}

.slick_box .myslide.slide1 .slickCon::after {
	height: 326px;
}

.slick_box .myslide.slide2 .slickCon::after {
	height: 324px;
}

.slick_box .myslide.slide3 .slickCon::after {
	height: 340px;
}

.slick_box .myslide.slide4 .slickCon::after {
	height: 372px;
}

.slick_box .myslide.slide1 .slickCon {
	top: 210px;
	left: 16.1905%;
}

.slick_box .myslide.slide2 .slickCon {
	top: 116px;
	left: 4.7619%;
}

.slick_box .myslide.slide3 .slickCon {
	top: 34px;
	left: -7.1429%;
}

.slick_box .myslide.slide4 .slickCon {
	top: 0;
	left: -13.0952%;
}

.slick_box .slickCon .text {
	padding: 0 0 26px;
}

.slick_box .slickCon .year {
	font-size: 24px;
	color: #1a1ae2;
	height: 32px;
	font-weight: bold;
}

.slick_box .slickCon .title {
	font-weight: bold;
	line-height: 28px;
}

.slick_box .slickCon .title a {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.slick_box .slickCon:hover .title a {
	color: #1a1ae2;
}

.slick_box .slickCon .info {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

 @media (max-width:991px) {
	.slick_v5{
		 padding: 20px 0px 0rem 0px;
	}
	.slick_v5 ._title {
		margin: 10px 0 20px 0;
	}
	.slick_v5 ._body {
		background-size: 800px 180px !important;
		background-position: left bottom 200px !important;
		background-repeat: no-repeat;
	}
	.slick-dots{
		bottom:-24% !important;
	}
	.prev.slick-arrow, .next.slick-arrow{
		bottom:-30% !important;
	}
 }
    .join_v6{
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        margin: 30px auto;
        max-width: 1600px;
    }
    .join_v6 ._title{
        display: block;
        overflow: hidden;
        color: #000;
        margin: 20px auto 20px auto;
        text-align: center;
    }

    .join_v6 ._lists {
        display: block;
        overflow: hidden;
        position: relative;
        margin-top: 40px;
    }
    .join_v6 ._lists li{
        cursor: pointer;
    }
    .join_v6 ._lists .__img{
        display: block;
        overflow: hidden;
        border-radius: 20px;
    }
    .join_v6 ._lists .__img img{
        display: block;
        overflow: hidden;
        transition: transform 0.3s ease;
    }
    .join_v6 ._lists .__title{
        overflow: hidden;
        position: relative;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
    }
    @media (max-width:991px) {
        .join_v6{
            width: auto;
            margin: 10px 15px 10px 15px;
        }
        .join_v6 ._title{
            margin: 10px auto 30px auto;
        }
        .join_v6 ._lists{
            margin-top: 0px;
        }
        .join_v6 ._lists .__title{
            line-height: 50px;
            font-size: 18px;
        }
        .join_v6 ._lists .__img img{
            width: 100%;
        }
    }

    @media (min-width:991px) {
        .join_v6 ._lists li:hover .__img img {
            transform: scale(1.15);
            transition: transform 0.3s ease;
        }
    }
    .type_box ul{
        display: block;
        overflow: hidden;
    }
    .type_box ul li{
        display: block;
        overflow: hidden;
        margin-bottom: 30px;
        width: 25%;
        float: left;
        position: relative;
        cursor: pointer;
    }
    .type_box ul li em{
        display: block;
        overflow: hidden;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .type_box ul li i{
        display: block;
        overflow: hidden;
        text-align: center;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background: #ddd;
        color: #000;
        font-size: 0px;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 100;
        position: relative;
        margin: 0 auto;
    }
    .type_box ul li::before{
        position: absolute;
        content: " ";
        height: 1px;
        width: 100%;
        top: 80px;
        left: 0px;
        z-index: 1;
        background-color: #ddd;
    }
    .type_box ul li b{
        display: block;
        overflow: hidden;
        text-align: center;
        width: 100px;
        height: 100px;
        box-sizing: content-box;
        background-color: #ddd;
        margin: 0 auto;
        border-radius: 50px;
    }
    .type_box ul li:hover b{
        background-color: #1a1ae2 !important;
        background-position: left bottom !important;
    }
    .type_box ul li:hover i {
        background-color: #1a1ae2 !important;
    }

    .type_box ul li span{
        display: block;
        overflow: hidden;
        text-align: center;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }
    .type_box ul li p{
        display: block;
        overflow: hidden;
        padding: 0;
        margin: 10px 0 0 0;
        text-align: center;
    }
    @media (max-width:991px) {
        .type_box{
            width: 100%;
            padding-top: 0px;
            font-size: 16px;
        }
        .type_box ul li{
            width: 50%;
        }
        .type_box ul li em{
            display: none;
        }
        .type_box ul li i{
            display: none;
        }
        .type_box ul li::before{
            display: none;
        }
        .type_box ul li b{
            background-color: #1a1ae2 !important;
            background-position: left bottom !important;
        }
        .type_box ul li span{
            display: block;
            overflow: hidden;
            text-align: center;
            margin: 5px 0 5px 0;
        }
        .type_box ul li p{
            font-size: 12px;
            line-height: 18px;
        }
    }
   .poster{
        display: block;
        overflow: hidden;
    }
    .poster ._head{
        display: block;
        overflow: hidden;
        color: #fff;
        font-size: 48px;
        margin-bottom: 30px;
    }
    .poster ._desc{
        display: block;
        overflow: hidden;
        color: #fff;
        font-size: 24px;
        line-height: 48px;
        margin-bottom: 30px;
    }
    .poster ._img{
        display: block;
        overflow: hidden;
        margin-bottom: 30px;
    }
    @media (max-width:678px) {
        .poster ._head{
            font-size: 28px;
            margin-bottom: 20px;
        }
        .poster ._desc{
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 20px;
        }
        .poster ._img{
            margin-bottom: 30px;
        }
        
    }
.poster_v1{
    display: block;
    overflow: hidden;
}
.poster_v1 ._head{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 48px;
    margin-bottom: 30px;
}
.poster_v1 ._desc{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 30px;
}
.poster_v1 ._img{
    display: block;
    overflow: hidden;
    margin-top: 50px;
}
.poster_v1 ._img img{
    width: auto;
    height: auto;
    max-width: 100%;
}
@media (max-width:678px) {
    .poster_v1 ._head{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .poster_v1 ._desc{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .poster_v1 ._img{
        margin-bottom: 30px;
    }
    
}
.poster_v2{
    display: block;
    overflow: hidden;
    padding-top: 20%;
}
.poster_v2 ._left{
    display: block;
    overflow: hidden;
    width: 40%;
    float: left;
}
.poster_v2 ._left ._logo img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.poster_v2 ._left ._head{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 48px;
    margin-bottom: 30px;
}
.poster_v2 ._left ._desc{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
}
.poster_v2 ._left ._img{
    display: block;
    overflow: hidden;
    margin-top: 50px;
}
.poster_v2 ._left ._img img{
    width: auto;
    height: auto;
    width: 100%;
    max-width: 100%;
}
.poster_v2 ._left ._btn{
    display: block;
    overflow: hidden;
    width: 200px;
    text-align: center;
    background: #1a1ae2;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    margin-bottom: 20px;
}
.poster_v2 ._left ._btn b{
    font-family: '宋体';
    font-size: 20px;
    padding-left: 10px;
}
.poster_v2 ._right{
    display: block;
    overflow: hidden;
    width: 50%;
    float: right;
}
.poster_v2 ._right ._img img{
    width: auto;
    height: auto;
    width: 100%;
    max-width: 100%;
}
@media (max-width:1920px) {
    .poster_v2{
        padding-top: 15%;
    }
}
@media (max-width:992px) {
    .poster_v2{
        padding-top: 15%;
    }
    .poster_v2 ._left{
        width: 100%;
    }
    .poster_v2 ._left ._head{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .poster_v2 ._right{
        width: 100%;
    }
}
@media (max-width:678px) {
    .poster_v2{
        padding-top: 10%;
    }
    .poster_v2 ._left ._head{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .poster_v2 ._left ._desc{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .poster_v2 ._img{
        margin-bottom: 30px;
    }
    
}
@media (max-width:575px) {
    .poster_v2{
        padding-top: 15%;
    }
    .poster_v2 ._left ._head{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .poster_v2 ._left ._desc{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        height: 168px;
    }
    .poster_v2 ._img{
        margin-bottom: 0px;
    }
    
}
.raster{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.raster ul{
    height: 100%;
}
.raster ul li{
    display: block;
    overflow: hidden;
    width: 33.33%;
    float: left;
    height: 100%;
    box-sizing: border-box;
    padding: 13% 3% 30px 3%;
    margin: 0 !important;
}
.raster ._tips{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}
.raster ._title{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}
.raster ._desc{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
}
.raster ._desc label{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
}
.raster ._desc span{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}
.raster-spanbox{
    z-index: 9999;
    left: 0;
    bottom: 135px !important;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
    display: none;
}
.raster-spanbox .swiper-pagination-bullet
{
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: #fff solid 1px;
    background: rgba(255, 255, 255, 0.0);
}
.raster-spanbox .swiper-pagination-bullet-active{
    background: rgba(255, 97, 18, 1);
}
@media (max-width:991px) {
    .raster ul li{
        padding: 20% 3% 30px 3%;
    }
    .raster-spanbox{
        display: block;
    }
}
.raster .swiper-navigation{
    position:absolute;
    display: none;
    overflow: hidden;
    width: 100%;
    z-index: 9999;
    left: 0;
    bottom: 120px;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
}
.raster .swiper-navigation .raster-next{
    float: left;
    padding-left: 3%;
}
.raster .swiper-navigation .raster-prev{
    float: right;
    padding-right: 3%;
}
@media (max-width:991px) {
    .raster ul li{
        display: flex;
        align-items: center;
        padding: 0% 3% 0px 3%;
    }
    .raster .swiper-navigation{
        display: block;
    }
}
@media (max-width:678px) {
    .raster .swiper-navigation{
        display: block;
    }
    .raster ._desc{
        line-height: 25px;
        margin-bottom: 10px;
    }
}

@media (max-width:575px) {
   .raster ul li{
        padding: 0% 3% 60px 3%;
    }
    .raster ._tips{
        font-size: 18px;
        margin-bottom: 1px;
    }
    .raster ._title{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .raster-spanbox{
        bottom: 98px !important;
    }
    .raster .swiper-navigation{
        bottom: 80px !important;
    }
    .raster .swiper-navigation .raster-prev,.raster .swiper-navigation .raster-next{
        width: 68px;
        height: auto;
    }
    .raster .swiper-navigation .raster-prev img,.raster .swiper-navigation .raster-next img{
        width: 100%;
        height: 100%;
    }
}

.slider_block{
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.slider_block ul.swiper-wrapper{
    height: 100%;
}
.slider_block ul.swiper-wrapper li{
    display: block;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    padding: 0% 0px;
    margin: 0 !important;
}
.slider_block ul.swiper-wrapper li ._left{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 28px;
    width: 38%;
    float: left;
}
.slider_block ul.swiper-wrapper li ._right{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 28px;
    width: 60%;
    float: right;
}
.slider_block ._title{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}
.slider_block ._desc{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
}
.slider_block-spanbox{
    z-index: 99999;
    left: 0;
    bottom: 140px !important;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    display: none;
    width: 100%;
}
.slider_block-spanbox .swiper-pagination-bullet
{
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: #fff solid 1px;
    background: rgba(255, 255, 255, 0.0);
    margin: 0 4px;
}
.slider_block-spanbox .swiper-pagination-bullet-active{
    background: rgba(255, 97, 18, 1);
}
@media (max-width:1600px) {
    .slider_block{
        overflow: hidden;
    }
    .slider_block ul.swiper-wrapper li {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width:992px) {
    .slider_block{
        overflow: hidden;
    }
}
@media (max-width:991px) {
    .slider_block{
        display: block;
        width: 100%;
        padding: 0 0px;
    }
    .slider_block ul.swiper-wrapper li ._left{
        display: block;
        width: 100% !important;
    }
    .slider_block ul.swiper-wrapper li ._right{
        display: block;
        width: 100% !important;
    }
    .slider_block-spanbox{
        display: block;
    }
    .slider_block ._desc{
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}
@media (max-width:575px) {
    .slider_block ._title{
        font-size: 28px;
        margin-bottom: 5px;
    }
    .slider_block ._desc {
        margin-bottom: 15px;
    }
    .slider_block-spanbox{
        bottom: 98px !important;
    }
    .slider_block-navigation{
        bottom: 80px !important;
    }
    .slider_block-navigation .slider_block-prev,.slider_block-navigation .slider_block-next{
        width: 68px;
        height: auto;
    }
}

.slider_wrap .swiper-navigation{
    position:absolute;
    display: none;
    overflow: hidden;
    width: 100%;
    z-index: 9999;
    left: 0;
    bottom: 120px;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
}
.slider_wrap .swiper-navigation .slider_block-next{
    display: block;
    overflow: hidden;
    float: left;
    padding-left: 3%;
}
.slider_wrap .swiper-navigation .slider_block-prev{
    display: block;
    overflow: hidden;
    float: right;
    padding-right: 3%;
}
@media (max-width:991px) {
    .slider_wrap .swiper-navigation{
        display: block;
    }
}

.slider_thumbs{
    position: absolute;
    z-index: 9999;
    width: 100%;
    display: block;
    overflow: hidden;
    bottom: 120px;
    left: auto;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}
.slider_thumbs .swiper-thumbs-handle{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.slider_thumbs .swiper-thumbs-handle::before{
    content: '';
    width: 100%;
    position: absolute;
    top: 5px;
    left: 0px;
    height: 1px;
    font-size: 0;
    background: #fff;
    }
.slider_thumbs ul{
    max-width: 1600px;
}
.slider_thumbs ul li{
    cursor: pointer;
}
.slider_thumbs .swiper-slide-thumb-active::after{
    content: '';
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0px;
    height: 20px;
    background: #1a1ae2;
}
@media (max-width:991px) {
    .slider_thumbs{
        display: none;
    }
}
.rower_box{
    display: block;
    overflow: hidden;
}
.focus_wrap{
    flex-wrap: wrap;
    height: 75rem;
    box-sizing: border-box;
    padding: 0px;
    position: relative;
}
.focus_wrap ul{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.focus_wrap ul li{
    width: 25%;;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    border-right: rgba(255, 255, 255, 0.3) solid 1px;
}
.focus_wrap ul li:last-child{
    border-right: rgba(255, 255, 255, 0.3) solid 0px;
}
.focus_wrap ul li span{
    display: block;
    overflow: hidden;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.focus_wrap ul li:hover span{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.focus_wrap ul li b{
    display: block;
    overflow: hidden;
    color:#fff;
    font-weight: normal;
    text-align: center;
}

.focus_wrap  .desc{
    position: absolute;
    width: 100%;
    align-self: flex-end;
    left: 0;
    bottom: 30px;
    z-index:99 ;
}

.focus_wrap  .desc::after{
    content: "";
    position: absolute;
    z-index: 100;
    width: 1px;
    height: 5vh;
    background: #fff;
    top: -10vh;
    left: calc( 50% - 1px );
}

@media (max-width:991px) {
    .focus_wrap{
        height: 150rem;
    }
    .focus_wrap ul li{
        width: 50%;
        height: 40%;
        float: left;
        display: flex;
        align-items: center;
        border-right: rgba(255, 255, 255, 0.3) solid 0px;
    }
    .focus_wrap ul li img{
       width: 48px !important;
       height: 48px !important;
    }
    .focus_wrap ul::before{
        content: "";
        position: absolute;
        z-index: 80;
        width: 1px;
        height: 150rem;
        background: rgba(255, 255, 255, 0.3);
        top: 0;
        left: calc( 50% - 1px );
    }
}
@media (max-width:576px) {
    .focus_wrap{
        height: 200rem;
    }
    .focus_wrap ul::before{
        height: 200rem;
    }
}
    .media_wrap{
        display: block;
        overflow: hidden;
        margin: 0 auto 30px auto;
    }
   .media_wrap ._content{
        display: -webkit-box;  /* 老版本 Safari, iOS, Android 浏览器 */
        display: -ms-flexbox;  /* IE10 */
        display: -webkit-flex; /* 新版 Chrome, Safari */
        display: flex;         /* 标准语法 */
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;

    }
    .media_wrap .__left{
        position: relative;
        display: block;
        overflow: hidden;
        width: 48%;
        line-height: 1.5;
        height: 100%;
    }
    .media_wrap .__left .about{
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: 300px;
        -webkit-box-orient: vertical;
    }
    .media_wrap .__left .about p{
        text-indent: 40px;
        padding: 0;
        margin: 5px auto;
    }
    .media_wrap .__left .thumb{
        display: block;
        overflow: hidden;
        height: 300px;
        transition: 0.3s;
        border-radius: 10px;
    }
    .media_wrap .__left .thumb:hover{
        transform: scale(1.02);
        border-radius: 10px;
    }
    .media_wrap .__right{
        display: block;
        overflow: hidden;
        width: 50%;
        height: 620px;
        transition: 0.3s;
        border-radius: 10px;
    }
    .media_wrap .__right img{
        height: 100%;
        transition: 0.4s;
    }
     .media_wrap .__right:hover{
        transform: scale(1.02);
        border-radius: 10px;
    }
     @media (max-width:1600px) {
        .media_wrap{
            margin: 0 20px 30px 20px;
        }
     }
    @media (max-width:991px) {
        .media_wrap ._content{
            flex-wrap: wrap;
            flex-direction:column-reverse;
        }
        .media_wrap .__left{
            width: 100%;
            margin-bottom: 0px;
        }
        .media_wrap .__left .about {
            line-height: 24px;
            height: auto;
        }
        .media_wrap .__left .about p{
            text-indent: 15px;
            margin: 0;
        }
        .media_wrap .__left .thumb{
            height: 120px;
        }
        .media_wrap .__right{
            width: 100%;
            height: 200px;
            margin-bottom: 20px;
        }
    }
    @media (max-width:575px) {

    }
.rower_v8{
    flex-wrap: wrap;
    align-items: center;
    height: 75rem;
    box-sizing: border-box;
}
.rower_v8 .flex{
    height: 100%;
}
.rower_v8 ._left{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 45%;
    height: 100%;
    line-height: 2;
    float: left;
    color: #fff;
}
.rower_v8 ._left .__title{
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.rower_v8 ._left ul{
    display: block;
    overflow: hidden;
    list-style: none;
}
.rower_v8 ._left ul li{
    display: block;
    overflow: hidden;
    list-style: none;
    margin-bottom: 30px;
    line-height: 1.8;
    border-bottom: #fff solid 1px;
}
.rower_v8 ._left ul li p{
    padding: 0;
    margin: 0;
}
.rower_v8 ._right{
    width: 50%;
    height: 100%;
    float: right;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rower_v8 ._right img{
    width: 68%;
    max-width: 100%;
}
@media (max-width:1600px) {
    .rower_v8{
        height: 90rem;
        box-sizing: border-box;
        padding: 30px 30px;
    }
}
@media (max-width:991px) {
    .rower_v8{
        height: auto;
        padding: 30px 30px;
    }
    .rower_v8 ._left{
        width: 100%;
        margin-bottom: 20px;
    }
    .rower_v8 ._right{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .rower_v8 ._right img{
        width: 68%;
    }
}
.rower_v9{
    padding: 8rem 0 42rem 0;
    color: #fff;
    justify-content: flex-end;
    align-items: flex-start;
}
.rower_v9 ._handle{
    color: #fff;
    text-align: center;
}

@media (max-width:991px) {
    @media (max-width:991px) {
        .rower_v9 img{
            width: 100%;
        }
    }
    .rower_v9 ._handle{
        width: 90%;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width:575px) {
    .rower_v9{
     padding: 25rem 0 25rem 0;
        justify-content: center;
        align-items: center;
    }
    .rower_v9 ._handle{
        width: 100%;
    }

}
.rower_v10{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 0rem 0;
}
.rower_v10 ._left{
    width: 75%;
    float: left;
}
.rower_v10 ._left img{
    display: block;
    overflow: hidden;
    width: 100%;
}
.rower_v10 ._right{
    width: 25%;
    float: right;
    margin-left: 5%;
}
.rower_v10 ._right ul{
    display: flex;
    width: 100%;
}
.rower_v10 ._right ul li{
    height: 128px;
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efdec7;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8%;
}
@media (max-width:1400px) {
    .rower_v10 ._left{
        width: 70%;
    }
    .rower_v10 ._right{
        width: 30%;
        margin-left: 5%;
    }
    .rower_v10 ._right ul li{
        height: 108px;
        width: 108px;
        margin-right: 8%;
    }
}
@media (max-width:991px) {
    .full-width.av6{
        background-position: center bottom -40rem !important;
        background-size: 100% auto!important;
    }
    .rower_v10{
        flex-wrap: wrap;
        flex-direction:column-reverse;
    }
    .rower_v10 ._right{
        width: 80%;
        text-align: center;
        margin-top: 10%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .rower_v10 ._right ul{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .rower_v10 ._right ul li{
        height: 100px;
        width: 100px;
        margin-right: 0%;
        margin: 0 20px 20px 20px;
    }
}
@media (max-width:575px) {
    .rower_v10 ._right{
        width: 80%;
    }
    .rower_v10 ._right ul{
        width: 100%;
        margin: 0 auto;
    }
    .rower_v10 ._right ul li{
        height: 78px;
        width: 78px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #efdec7;
        border-radius: 50%;
        overflow: hidden;
    }
}

.rower_v11{
    align-items: flex-start;
    padding: 22rem 0;
    color: #fff;
}
.rower_v11 ._handle{
    display: block;
    overflow: hidden;
    width: 80%;
}
.rower_v11 ul{
    display: block;
    list-style: none;
}
.rower_v11 ul li{
    float: left;
    margin-right: 5%;
}
.rower_v11 ul li span{
    padding: 20px;
    height:128px;
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: #fff solid 1px;
}
@media (max-width:991px) {
    .rower_v11 ._handle{
        width: 70%;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
    }
    .rower_v11 ul{
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .rower_v11 ul li{
        margin-left: 5%;
        margin-right: 5%;
    }
    .rower_v11 ul li span{
        height: 100px;
        width: 100px;
    }

}

@media (max-width:575px) {
    .rower_v11 ._handle{
        width: 90%;
    }
    .rower_v11 ul li span{
        height: 80px;
        width: 80px;
    }

}
.rower_v12{
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 22rem 0;
}
.rower_v12 ._right{
    padding-left: 50%;
}
.rower_v12 ._right ul{
    list-style: none;
}
.rower_v12 ._right ul li{
    float: left;
    margin-right: 10%;
}
@media (max-width:991px) {
    .full-width.av4{
        background-position: center bottom -200rem !important;
    }
    .rower_v12{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .rower_v12 ._right{
        padding-left: 20px;
        padding-bottom: 40%;
        text-align: center;
        margin: 0 auto;
    }
    .rower_v12 ._right ul{
        display: flex;
        justify-content: center;
    }
    .rower_v12 ._right ul li{
        float: none;
        margin-left: 5%;
        margin-right: 5%;
    }
    .rower_v12 ._right ul li img{
        width: 68px;
        height: 68px;
    }

}
.rower_v13{
    align-items: flex-start;
    padding: 13rem 0;
    color: #fff;
}
.rower_v13 ._handle{
    text-align: center;
    width: 50%;
}
.rower_v13 ul{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content:space-between;
}
.rower_v13 ul li{
    display: block;
    padding: 20px;
}

.rower_v13 li .circle{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    width: 128px;
    border-radius: 50%;
    margin: 0 auto;
}

.rower_v13 li label{
    display: block;
    overflow: hidden;
    margin-top: 50px;
    text-align: center; 
    font-weight: normal;
    line-height: 1.5;
}
@media (max-width:991px) {
    .rower_v13 ._handle{
        width: 90%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .rower_v13 li .circle{
        height: 100px;
        width: 100px;
    }
}

@media (max-width:575px) {
    .rower_v13 ._handle{
        width: 96%;
    }
    .rower_v13 li .circle{
        height: 80px;
        width: 80px;
    }
}
.rower_v14{
    width: 100%;
    align-items: center;
    justify-content:space-between;
    padding: 10rem 0;
}
@media (max-width:991px) {
    .rower_v14{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .rower_v14 ._left  {
        padding-bottom: 0px !important;
    }
    .rower_v14 ._right  {
        padding-top: 0px !important;
    }
}

    .pc-block {
        display: block;
    }

    .pc-block-768 {
        display: block;
    }

    .pc-block-767 {
        display: block;
    }

    .m-block {
        display: none;
    }

    .m-block-767 {
        display: none;
    }

    .m-block-768 {
        display: none;
    }
    .w1400 {
        width: 1400px;
        margin: 0 auto;
    }
    @media (max-width: 1700px) {
        .w1400 {
            width: 90%;
        }
    }

    @media (max-width: 1024px) {
        .pc-block {
            display: none !important;
        }

        .m-block {
            display: block !important;
        }
    }

    /*弹性盒样式*/


    .f-no-c-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    }


    .scrollor_box {
        padding: 3.5rem 0 3.5rem 0;
        height: 110vh;
    }
    .scrollor_box .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        background-position: center bottom;
    }
    .scrollor_box .contentbox {
        position: relative;
        z-index: 3;
    }
    .scrollor_box .ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        width: 100%;
        height: calc(670rem / 40);
    }
    .scrollor_box .ul .li {
        width: calc(530rem / 40);
        height: calc(670rem / 40);
        border: 1px solid #e7e7e7;
        border-radius: .4rem;
        background: #fff;
        box-shadow: 10px 10px 25px 2px rgba(0, 0, 0, 0.05);
        padding: 1rem;
        position: absolute;
    }
    .scrollor_box .ul .su {
        color: #cecece;
        margin-bottom: 3.35rem;
        transition: all .6s;
    }
    .scrollor_box .pc-block .uicon {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        border: 2px solid #1a1ae2;
        margin: 0 auto 1.25rem;
        transition: all .6s;
    }
    .scrollor_box .pc-block .uicon img {
        transition: all .6s;
    }
    .scrollor_box .ul .tit3 {
        transition: all .6s;
    }
    .scrollor_box .ul .li:hover {
        background: #e0e0f6;
    }
    .scrollor_box .ul .li:hover .su {
        color: #1a1ae2;
    }
    .scrollor_box .ul .li:hover .uicon {
        background: #1a1ae2;
        box-shadow: 1.5rem 1.5rem 2.5rem 0 rgba(133, 133, 223, 0.26);
    }
    .scrollor_box .ul .li:hover .uicon img {
        filter: brightness(0) invert(1);
    }
    .scrollor_box .ul .li:hover .tit3 {
        color: #1a1ae2;
    }
    .scrollor_box .ul .li:nth-child(1) {
        right: 120px;
        z-index: 8;
    }
    .scrollor_box .ul .li:nth-child(2) {
        right: 100px;
        z-index: 7;
    }
    .scrollor_box .ul .li:nth-child(3) {
        right: 80px;
        z-index: 6;
    }
    .scrollor_box .ul .li:nth-child(4) {
        right: 60px;
        z-index: 5;
    }
    .scrollor_box .ul .li:nth-child(5) {
        right: 40px;
        z-index: 4;
    }
    .scrollor_box .ul .li:nth-child(6) {
        right: 20px;
        z-index: 3;
    }
    .scrollor_box .ul .li:nth-child(7) {
        right: 0;
        z-index: 2;
    }
    .scrollor_box .ul-container {
        padding-bottom: 1.5rem;
    }
    .scrollor_box .ul-container .li {
        width: 100%;
        height: calc(670rem / 40);
        border: 1px solid #e7e7e7;
        border-radius: .4rem;
        background: #fff;
        padding: 1rem;
    }
    .scrollor_box .ul-container .su {
        color: #cecece;
        margin-bottom: 3.35rem;
        transition: all .6s;
    }
    .scrollor_box .ul-container .uicon {
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        border: 2px solid #1a1ae2;
        margin: 0 auto 3.25rem;
        transition: all .6s;
    }
    .scrollor_box .ul-container .uicon img {
        transition: all .6s;
    }
    .scrollor_box .ul-container .tit3 {
        transition: all .6s;
    }
    .scrollor_box .ul-container span.swiper-pagination-bullet-active{
        background:#1a1ae2;
    }
    .scrollor_box .ul-container .swiper-pagination {
        bottom: 0;
    }

    .rower_v15_navigation{
        position:absolute;
        display: none;
        overflow: hidden;
        width: 100%;
        z-index: 9999;
        left: 0;
        bottom: 0px;
        margin: 0 auto;
        padding-right: 0;
        text-align: center;
    }
    .rower_v15_navigation .rower_v15_next{
        float: left;
        display: block;
        overflow: hidden;
        cursor: pointer;
        width: 48px;
        height: 48px;
        border: #888 solid 1px;
        border-radius: 50%;
    }
    .rower_v15_navigation .rower_v15_prev{
        float: right;
        display: block;
        overflow: hidden;
        cursor: pointer;
        width: 48px;
        height: 48px;
        border: #888 solid 1px;
        border-radius: 50%;
    }

    @media (max-width: 1500px) {
        .scrollor_box {
            padding: 4.4rem 0;
            height: auto;
        }
        .scrollor_box .ul .li.active:nth-child(1) {
            transform: translate(calc(-90vw + calc(530rem / 40) + 80px), 0);
        }
        .scrollor_box .ul .li{
            height: calc(670rem / 40);
        }
        .scrollor_box .ul .su{
            margin-bottom: 2rem;
        }
        .scrollor_box .ul .icon{
            width:4rem;
            height:4rem;
            margin: 0 auto 2.25rem;
        }
    }
    @media (max-width: 991px) {
        .scrollor_box {
            padding: 2rem 0;
            height: auto;
        }
        .scrollor_box .ul-container{
            padding-bottom: 80px;
        }
        .scrollor_box .ul-container .tit3 {
            font-size: 18px !important;
        }
        .scrollor_box .ul-container .swiper-pagination {
            bottom: 15px;
        }
        .rower_v15_navigation{
            display: block;
        }
        .rower_v15_navigation .rower_v15_next, .rower_v15_navigation .rower_v15_prev{
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    