/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; overflow: hidden; position: fixed}
.banner .swiper-slide{width: 100%; height: 100%; overflow: hidden}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}


.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
}

.banner .text{width: 100%; position: absolute; bottom: 0; left: 0; margin: 0 0 16% 0; text-align: center; z-index: 9}
.banner .text h1{font-size: 98px; color: #fff; font-weight: bold;  font-family: 'DisneyEnglish-Bold'}
.banner .text h4{font-size: 24px; color: #fff; text-transform: uppercase; font-family: 'DisneyEnglish-Bold'}

.b_down{width: 40px; position: fixed; bottom: 0; left: 50%; margin: 0 0 20px -20px; z-index: 9}
.b_down .down{display: block; width: 40px; height: 50px; margin: 0 auto 60px auto; background: url("../image/ico04.png") no-repeat}
.b_down .down{animation: down_an 3s linear infinite; -webkit-animation: down_an 3s linear infinite; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}

@keyframes down_an {
    0%{transform: translateY(0); opacity: .8}
    50%{transform: translateY(20px); opacity: 1}
    100%{transform: translateY(0); opacity: .8}
}

@-webkit-keyframes down_an {
    0%{transform: translateY(0); opacity: .8}
    100%{transform: translateY(20px); opacity: 1}
    100%{transform: translateY(0); opacity: .8}
}

.mark{width: 100%; height: 820px; position: relative; z-index: -1}


/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{position: relative; margin-bottom: 60px; text-align: center; z-index: 2;}
.title h1{font-size: 48px; color: #181818; font-weight: bold; margin-bottom: 20px; font-family: 'DisneyEnglish-Bold'}
.title h4{font-size: 16px; color: #6b6b6b; padding: 0 5%; line-height: 2}

.a_link{position: relative; display: block; width: 170px; height: 42px; line-height: 42px; margin-top: 60px; border-radius: 6px; overflow: hidden; z-index: 2}
.a_link i{display: inline-block; font-size: 14px; color: #666; font-style: normal; padding-left: 0; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a_link i:before{content: ""; display: block; border: 8px solid; border-color: transparent transparent transparent  #999; border-radius: 3px; position: absolute; top: 0; right: 0; margin: 12px -30px 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a_link:before{content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: #c7000b; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover:before{width: 100%;}
.a_link:hover i{color: #fff; padding-left: 40px;}
.a_link:hover i:before{border-color: transparent transparent transparent #fff}

/*----list01----*/
.list01{position: relative; padding: 100px 0; overflow: hidden;}

.list01 .list01_con{}
.list01 .list01_con .li_ll{display: flex; margin-bottom: 20px;}
.list01 .list01_con .li_ll .li_i{position: relative; width: 49.5%; padding: 100px 0 210px 60px; border-radius: 6px; background-image: linear-gradient(to top left , #d9d8d8, #f4f4f4); transition: all ease .6s; -webkit-transition: all ease .6s}
.list01 .list01_con .li_ll .li_i:nth-child(1){margin-right: 1%;}
.list01 .list01_con .li_ll .li_i h1{font-size: 24px; color: #333; font-weight: bold; font-family: 'DisneyEnglish-Bold'}
.list01 .list01_con .li_ll .li_i .li_a{margin-top: 20px; position: relative; z-index: 2}
.list01 .list01_con .li_ll .li_i .li_a a{position: relative; display: inline-block; font-size: 13px; color: #666; padding: 4px 2px; margin-right: 4px; text-decoration: underline; text-underline-offset: 4px;}
.list01 .list01_con .li_ll .li_i .li_a a:before{content: ""; display: block; width: 1px; height: 18px; background: #666; position: absolute; top: 0; right: 0; margin: 8px -4px 0 0}
.list01 .list01_con .li_ll .li_i .li_a a:last-child:before{display: none}
.list01 .list01_con .li_ll .li_i .li_a a:hover{color: #c7000b}
.list01 .list01_con .li_ll .li_i .li_img{width: 100%; height: 100%; position: absolute; top: 0; right: 0; background-repeat: no-repeat; background-position: bottom right;}
.list01 .list01_con .li_ll .li_i:hover{background-image: linear-gradient(to top left , #fedade, #f0eff4);}
/*.list01 .list01_con .li_ll .li_i:hover .a_link:before{width: 100%;}*/
/*.list01 .list01_con .li_ll .li_i:hover .a_link i{color: #fff; padding-left: 40px;}*/
/*.list01 .list01_con .li_ll .li_i:hover .a_link i:before{border-color: transparent transparent transparent #fff}*/

.list01 .list01_con .li_lr{display: flex;}
.list01 .list01_con .li_lr .li_i{position: relative; width: 32.5%; padding: 100px 0 340px 60px; border-radius: 6px; background-image: linear-gradient(to top left , #d9d8d8, #f4f4f4); transition: all ease .6s; -webkit-transition: all ease .6s}
.list01 .list01_con .li_lr .li_i:nth-child(1){margin-right: 1.3333%}
.list01 .list01_con .li_lr .li_i:nth-child(2){margin-right: 1.3333%}

.list01 .list01_con .li_lr .li_i.li_n{padding: 0; background-image: none;}
.list01 .list01_con .li_lr .li_i h1{font-size: 24px; color: #333; font-weight: bold; font-family: 'DisneyEnglish-Bold'}
.list01 .list01_con .li_lr .li_i .li_a{margin-top: 20px; position: relative; z-index: 2}
.list01 .list01_con .li_lr .li_i .li_a a{position: relative; display: inline-block; font-size: 13px; color: #666; padding: 4px 2px; margin-right: 4px; text-decoration: underline; text-underline-offset: 4px;}
.list01 .list01_con .li_lr .li_i .li_a a:before{content: ""; display: block; width: 1px; height: 18px; background: #666; position: absolute; top: 0; right: 0; margin: 8px -4px 0 0}
.list01 .list01_con .li_lr .li_i .li_a a:last-child:before{display: none}
.list01 .list01_con .li_lr .li_i .li_a a:hover{color: #c7000b}
.list01 .list01_con .li_lr .li_i h4{font-size: 13px; color: #666; margin-top: 20px; line-height: 2}
.list01 .list01_con .li_lr .li_i .li_img{width: 100%; height: 100%; position: absolute; top: 0; right: 0; background-repeat: no-repeat; background-position: center 80%;}
.list01 .list01_con .li_lr .li_h:hover{background-image: linear-gradient(to top left , #fedade, #f0eff4);}
.list01 .list01_con .li_lr .li_h:hover .a_link:before{width: 100%;}
.list01 .list01_con .li_lr .li_h:hover .a_link i{color: #fff; padding-left: 20px;}
.list01 .list01_con .li_lr .li_h:hover .a_link i:before{border-color: transparent transparent transparent #fff}

.list01 .list01_con .li_lr .li_i .li_t{position: relative; padding: 100px 0 80px 60px; background-image: linear-gradient(to top left , #d9d8d8, #f4f4f4); border-radius: 6px;}
.list01 .list01_con .li_lr .li_i .li_t .li_img{_background-position: 150% bottom}
.list01 .list01_con .li_lr .li_i .li_t:nth-child(1){margin-bottom: 20px;}
.list01 .list01_con .li_lr .li_i .li_t:hover{background-image: linear-gradient(to top left , #fedade, #f0eff4);}
.list01 .list01_con .li_lr .li_i .li_t:hover .a_link:before{width: 100%;}
.list01 .list01_con .li_lr .li_i .li_t:hover .a_link i{color: #fff; padding-left: 20px;}
.list01 .list01_con .li_lr .li_i .li_t:hover .a_link i:before{border-color: transparent transparent transparent #fff}







