/*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; top: 0; right: 0; margin: 20% 0 0 0; text-align: center; z-index: 9}
.banner_text h1{font-size: 60px; color: #fff; font-weight: bold; line-height: 90px;}
.banner_text h3{font-size: 18px; color: #fff; font-family: 'Montserrat-Light'}
.banner_text a{display: block; width: 160px; margin: 40px auto 0 auto; padding: 12px 0; font-size: 14px; color: #fff; text-align: center; border: 1px solid rgba(255,255,255,.6); font-family: 'Montserrat-Light'}

.index_end{position: absolute; bottom: 0; right: 0; margin: 0 40px 160px 0; z-index: 9}
.index_end h1{font-size: 20px; color: #fff; font-family: 'DisneyEnglish-Bold'; transform: rotate(90deg); -webkit-transform: rotate(90deg)}
.index_end .line{display: block; width: 1px; height: 30px; margin: 40px 0 0 40px; background: #fff;}

.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; z-index: 2}
.title h6{font-size: 48px; color: #222; font-weight: bold; font-family: 'DisneyEnglish-Bold'}
.title h1{font-size: 26px; color: #222; margin-bottom: 10px; font-weight: bold;}

.a_link{display: block; width: 160px; height: 40px; line-height: 40px; text-align: center; margin-top: 40px; border: 1px solid #999; overflow: hidden; position: relative; 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: #ea5413; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link i{font-size: 14px; color: #333; font-style: normal; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s;  font-family: 'novecentowide-book'}
.a_link:hover:before{width: 100%;}
.a_link:hover i{color: #fff;}


/*----list01----*/
.list01{padding: 140px 0; position: relative; overflow: hidden; background: url("../image/bg01.jpg") no-repeat}
.list01 .list01_bg{display: block; width: 0; height: 100%; background: rgba(0,0,0,.4); position: absolute; top: 0; right: 0;}
.list01 .title{padding-top: 60px;}
.list01 .title h6{color: #fff;}
.list01 .title h1{color: #fff;}

.list01 .list01_left{width: 60%;}
.list01 .list01_left p{font-size: 16px; color: #fff; line-height: 2;}
.list01 .list01_left .a_link{border: 1px solid rgba(255,255,255,.4)}
.list01 .list01_left .a_link i{color: #fff;}

.list01 .list01_right{width: 37%; position: absolute; top: 0; right: 0; border-left: 1px solid rgba(255,255,255,.2)}
.list01 .list01_right .li{position: relative; padding: 70px 60px 74px 100px; cursor: pointer; border-bottom: 1px solid rgba(255,255,255,.2); transition: all .4s; -webkit-transition: all .4s}
.list01 .list01_right .li span{font-size: 46px; color: #fff; font-family: 'DisneyEnglish-Bold'; transition: all .4s; -webkit-transition: all .4s}
.list01 .list01_right .li i{font-size: 16px; color: #fff; padding-left: 10px; font-style: normal; transition: all .4s; -webkit-transition: all .4s}
.list01 .list01_right .li p{font-size: 16px; color: #fff; transition: all .4s; -webkit-transition: all .4s}
.list01 .list01_right .li .ico{width: 60px; height: 60px; position: absolute; top: 0; right: 0; margin: 80px 100px 0 0}
.list01 .list01_right .li .ico img{width: 60px;}
.list01 .list01_right .li:hover{background: rgba(0,0,0,.2);}


/*----list02----*/
.list02{position: relative; padding: 100px 0; overflow: hidden}
.list02 .title{text-align: center}

.list02 .list02_con{display: block; position: relative;}
.list02 .list02_con .li{padding: 70px 0 0 0; background: url("../image/bg02.jpg") no-repeat center; background-size: cover; transition: all .4s; -webkit-transition: all .4s}
.list02 .list02_con .li04, .list02 .list02_con .li05{background: url("../image/bg03.jpg") no-repeat center; background-size: cover}

.list02 .list02_con .li h1{font-size: 22px; color: #222; font-weight: bold; margin-bottom: 10px; padding-left: 30px; transition: all .4s; -webkit-transition: all .4s}
.list02 .list02_con .li h6{font-size: 14px; color: #878787; padding-left: 30px; transition: all .4s; -webkit-transition: all .4s}
.list02 .list02_con .li .img{margin-top: 40px;}

.list02 .list02_con .li01{width: 370px; height: 566px; margin-right: 10px;}
.list02 .list02_con .li02{width: 320px; height: 566px; margin-right: 10px; position: absolute; top: 0; left: 380px;}
.list02 .list02_con .li03{width: 276px; height: 566px; margin-right: 10px; position: absolute; top: 0; left: 710px}

.list02 .list02_con .li04{width: 430px; height: 278px; position: absolute; top: 0; left: 996px}
.list02 .list02_con .li05{width: 430px; height: 278px; position: absolute; top: 288px; left: 996px;}

.list02 .list02_con .li04 .img{position: absolute; bottom: 0; right: 0;}
.list02 .list02_con .li05 .img{position: absolute; bottom: 0; right: 0;}

.list02 .list02_con .li:hover{background: url("../image/bg04.jpg") no-repeat center; background-size: cover}
.list02 .list02_con .li04:hover, .list02 .list02_con .li05:hover{background: url("../image/bg05.jpg") no-repeat center; background-size: cover}

.list02 .list02_con .li:hover h1{color: #fff;}
.list02 .list02_con .li:hover h6{color: #fff;}


/*----list03----*/
.list03{padding: 180px 0 120px 0; background: url("../image/bg06.jpg") no-repeat top; overflow: hidden}
.list03 .title{margin-bottom: 120px;}
.list03 .title h1{color: #fff;}
.list03 .title h6{color: #fff;}

.list03 .list03_con{}

.list03 .list03_con .list03_left{width: 65%; padding: 100px 100px 70px 60px; background: url("../image/bg07.jpg") no-repeat}
.list03 .list03_con .list03_left h6{font-size: 38px; color: #fff; font-weight: bold;}
.list03 .list03_con .list03_left h1{font-size: 26px; color: #fff; font-weight: bold;}

.list03 .list03_con .list03_left .list{margin-top: 130px;}
.list03 .list03_con .list03_left .list li{width: 33.3333%; float: left; margin-bottom: 20px;}
.list03 .list03_con .list03_left .list li img{float: none; display: block;}

.list03 .list03_con .list03_right{width: 35%; padding: 190px 10px; text-align: center; background: url("../image/bg08.jpg") no-repeat}
.list03 .list03_con .list03_right .ico{width: 60px; margin: 0 auto 21px auto;}
.list03 .list03_con .list03_right .ico img{float: none; display: block}
.list03 .list03_con .list03_right h6{font-size: 38px; color: #fff; font-family: 'DisneyEnglish-Bold'}
.list03 .list03_con .list03_right h1{font-size: 26px; color: #fff; font-weight: bold;}


/*----list05----*/
.list04{padding: 100px 0; background: #f1f1f1; position: relative; overflow: hidden}

.list04 .title{width: 16%; height: 100%; background: #ea5413; position: absolute; top: 0; left: 0; padding: 80px 0 0 10%;}
.list04 .title h1{color: #fff; writing-mode: vertical-lr; letter-spacing: 6px;}
.list04 .title h6{color: #fff; writing-mode: vertical-lr; position: relative; margin: -140px 0 0 36px; letter-spacing: 4px;}
.list04 .title:before{content: "CASES"; display: block; font-size: 180px; color: rgba(255,255,255,.1); position: absolute; top: 0; left: 0; margin: 100% 0 0 -86%; transform: rotate(90deg); -webkit-transform: rotate(90deg); font-family: 'DisneyEnglish-Bold'}

.list04 .list04_con{margin-left: 8%;}
.list04 .list04_con .list04_li{margin-bottom: 40px}
.list04 .list04_con .list04_li a{display: inline-block; font-size: 16px; color: #999; margin-right: 40px; line-height: 30px; padding-left: 30px; background: url("../image/ico09.png") no-repeat;}
.list04 .list04_con .list04_list{}
.list04 .list04_con .list04_list .li{margin: 0 10px; cursor: pointer}
.list04 .list04_con .list04_list .li .img{width: 100%; overflow: hidden}
.list04 .list04_con .list04_list .li .img img{width: 100%;}
.list04 .list04_con .list04_list .li .text{padding: 20px 0; text-align: center;}
.list04 .list04_con .list04_list .li .text h1{font-size: 16px; color: #666;}

.list04 .list04_con .a_link{margin-left: 10px;}

.list04 .list04_con .list04_list .slick-prev, .list04 .list04_con .list04_list .slick-next{width: 80px; padding: 0 20px; margin-bottom: -100px}
.list04 .list04_con .list04_list .slick-prev{left: 87%; background: #fff;}
.list04 .list04_con .list04_list .slick-next{left: 93%; background: #dedede}

/*----list05----*/
.list05{position: relative; padding: 80px 0; overflow: hidden}

.list05 .list05_con{}
.list05 .list05_con .list05_left{width: 46%; margin-right: 4%;}

.list05 .list05_con .list05_left .list05_one{padding: 30px 0; margin-bottom: 20px; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede;}
.list05 .list05_con .list05_left .list05_one .data{width: 20%; text-align: center}
.list05 .list05_con .list05_left .list05_one .data h6{font-size: 42px; color: #181818; font-family: 'DisneyEnglish-Bold'}
.list05 .list05_con .list05_left .list05_one .data h6 i{display: block; font-size: 14px; color: #999; font-style: normal;}

.list05 .list05_con .list05_left .list05_one .text{width: 80%;}
.list05 .list05_con .list05_left .list05_one .text h1{font-size: 16px; color: #333; margin-bottom: 10px; transition: all .4s; -webkit-transition: all .4s}
.list05 .list05_con .list05_left .list05_one .text p{font-size: 14px; color: #999; line-height: 1.8}

.list05 .list05_con .list05_left .list05_list{}
.list05 .list05_con .list05_left .list05_list li{padding: 14px 0}
.list05 .list05_con .list05_left .list05_list li h1{font-size: 14px; color: #333; line-height: 30px; transition: all .4s; -webkit-transition: all .4s}
.list05 .list05_con .list05_left .list05_list li h6{font-size: 14px; color: #666; font-family: 'Montserrat-Light'}

.list05 .list05_con .list05_right{width: 50%;}
.list05 .list05_con .list05_right .list{margin-right: -2%;}
.list05 .list05_con .list05_right .list li{width: 48%; float: left; margin-right: 2%;}
.list05 .list05_con .list05_right .list li .img{width: 100%; height: 180px; overflow: hidden}
.list05 .list05_con .list05_right .list li .img img{width: 100%; transition: all .4s; -webkit-transition: all .4s}
.list05 .list05_con .list05_right .list li .text{padding: 20px; border: 1px solid #dedede;}
.list05 .list05_con .list05_right .list li .text h6{font-size: 14px; color: #999; margin-bottom: 20px; font-family: 'Montserrat-Light'}
.list05 .list05_con .list05_right .list li .text h1{font-size: 15px; color: #333; height: 60px; transition: all .4s; -webkit-transition: all .4s}
.list05 .list05_con .list05_right .list li .text .cr{position: relative; display: block; padding-top: 20px; margin-top: 40px; font-size: 14px; color: #666; border-top: 1px solid #dedede; font-family: 'Montserrat-Light'}
.list05 .list05_con .list05_right .list li .text .cr:before{content: ""; display: block; width: 40px; height: 30px; background: url("../image/ico11.png") no-repeat; position: absolute; top: 0; right: 0; margin: 14px 0 0 0; transition: all .4s; -webkit-transition: all .4s}

.list05 .list05_con .list05_left .list05_one:hover .text h1{color: #ea5413}
.list05 .list05_con .list05_left .list05_list li:hover h1{color: #ea5413}
.list05 .list05_con .list05_right .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list05 .list05_con .list05_right .list li:hover .text h1{color: #ea5413}
.list05 .list05_con .list05_right .list li:hover .text .cr{color: #ea5413;}
.list05 .list05_con .list05_right .list li:hover .text .cr:before{background: url("../image/ico12.png") no-repeat; margin: 14px -10px 0 0}


