/*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;
}

.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 h1{font-size: 36px; color: #444; font-family: 'Montserrat-Light'}

.a_link{position: relative; display: block; width: 160px; height: 42px; line-height: 42px; margin-top: 60px; border: 1px solid #dedede; border-radius: 50px; overflow: hidden; }
.a_link i{display: inline-block; font-size: 14px; color: #666; font-style: normal; padding-left: 40px; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s; font-family: 'novecentowide-book'}
.a_link i:before{content: ""; display: block; border: 8px solid; border-color: transparent transparent transparent #999; position: absolute; top: 0; right: 0; margin: 13px -30px 0 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: #bc0404; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover:before{width: 100%;}
.a_link:hover i{color: #fff;}
.a_link:hover i:before{border-color: transparent transparent transparent #fff}


/*----list01----*/
.list01{position: relative; overflow: hidden;}
.list01 .list{}
.list01 .list li{width: 33.3333%; float: left; padding: 44px 0 44px 100px; box-sizing: border-box; position: relative; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list li:before{content: ""; display: block; width: 1px; height: 100%; position: absolute; top: 0; right: 0; background: #f0f0f0;}
.list01 .list li:after{content: ""; display: block; width: 170px; height: 170px; position: absolute; bottom: 0; right: 0; background: url("../image/ico03.png") no-repeat; margin: 0 -30px -50px 0}
.list01 .list li .ico{width: 50px; height: 50px; margin-right: 10px; background: url("../image/ico01.png") no-repeat; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list li .text h1{font-size: 18px; color: #333; font-weight: bold; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list li .text h3{font-size: 14px; color: #888; font-family: 'Montserrat-Light'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list li:hover{background: #bc0404}
.list01 .list li:hover .ico{background: url("../image/ico02.png") no-repeat}
.list01 .list li:hover .text h1{color: #fff;}
.list01 .list li:hover .text h3{color: #fff;}

/*----list02----*/
.list02{padding: 100px 0; position: relative; overflow: hidden; background: #f4f4f4;}
.list02 .list02_left{width: 50%; padding: 6.5% 5%; background: #fff;}
.list02 .list02_left h1{display: inline-block; font-size: 36px; color: #444; position: relative}
.list02 .list02_left h1:before{content: ""; display: block; width: 50px; height: 50px; position: absolute; top: 0; right: 0; background: url("../image/ico04.png") no-repeat; margin: 0 -60px 0 0}
.list02 .list02_left h2{font-size: 36px; color: #444; margin-bottom: 32px; font-family: 'Montserrat-Light'}
.list02 .list02_left p{font-size: 15px; color: #444; line-height: 2;}
.list02 .list02_right{width: 50%;}
.list02 .list02_right .img{width: 100%; overflow: hidden}
.list02 .list02_right .img img{width: 100%;}

/*----list03----*/
.list03{padding: 80px 0; overflow: hidden}
.list03 .title{text-align: center}

.list03 .list03_con{width: 92%; margin: 0 auto}
.list03 .list03_con .list{margin-right: -1%;}
.list03 .list03_con .list li{width: 24%; float: left; margin-right: 1%; margin-bottom: 20px; position: relative}
.list03 .list03_con .list li .img{width: 100%; overflow: hidden}
.list03 .list03_con .list li .img img{width: 100%;}
.list03 .list03_con .list li .text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0); transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list li .text h6{font-size: 14px; color: #fff; text-align: center; padding-top: 30%; font-family: 'Montserrat-Light'; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list li .text:before{content: ""; display: block; width: 90%; height: 1px; background: #fff; position: absolute; top: 0; left: 0; margin: 0 0 0 5%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list li .text:after{content: ""; display: block; width: 90%; height: 1px; background: #fff; position: absolute; bottom: 0; left: 0; margin: 0 0 0 5%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list li:hover .text{background: rgba(0,0,0,.5);}
.list03 .list03_con .list li:hover .text h6{opacity: 1}
.list03 .list03_con .list li:hover .text:before{margin: 20px 0 0 5%;}
.list03 .list03_con .list li:hover .text:after{margin: 0 0 20px 5%;}

.list03 .list03_con .list li:nth-child(1){animation-delay: .6s; -webkit-animation-delay: .6s}
.list03 .list03_con .list li:nth-child(2){animation-delay: .7s; -webkit-animation-delay: .7s}
.list03 .list03_con .list li:nth-child(3){animation-delay: .8s; -webkit-animation-delay: .8s}
.list03 .list03_con .list li:nth-child(4){animation-delay: .9s; -webkit-animation-delay: .9s}
.list03 .list03_con .list li:nth-child(5){animation-delay: 1s; -webkit-animation-delay: 1s}
.list03 .list03_con .list li:nth-child(6){animation-delay: 1.1s; -webkit-animation-delay: 1.1s}
.list03 .list03_con .list li:nth-child(7){animation-delay: 1.2s; -webkit-animation-delay: 1.2s}
.list03 .list03_con .list li:nth-child(8){animation-delay: 1.3s; -webkit-animation-delay: 1.3s}


/*----list05----*/
.list04{width: 100%; padding: 80px 0; position: relative; background: url("../image/bg02.jpg") no-repeat center; overflow: hidden}
.list04 .list04_con{}
.list04 .list04_con .list04_left{width: 45%; padding-top: 100px;}
.list04 .list04_con .list04_left .title h1{color: #fff; margin-bottom: 40px;}
.list04 .list04_con .list04_left .title p{font-size: 16px; color: #fff; padding-right: 180px; line-height: 2;}
.list04 .list04_con .list04_left .list04_li{margin-top: 100px; padding-left: 5px; position: relative}
.list04 .list04_con .list04_left .list04_li a{display: inline-block; padding: 0 10px; margin-right: 60px; position: relative}
.list04 .list04_con .list04_left .list04_li a .ico{width: 50px; height: 50px; margin: 0 auto 10px auto; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_left .list04_li a .ico img{float: none; display: block; width: 100%;}
.list04 .list04_con .list04_left .list04_li a .text{text-align: center}
.list04 .list04_con .list04_left .list04_li a .text h1{font-size: 16px; color: #fff;}
.list04 .list04_con .list04_left .list04_li:before{content: ""; display: block; width: 60%; height: 2px; background: #fff; position: absolute; bottom: 0; left: 0; margin-bottom: -30px;}
.list04 .list04_con .list04_left .list04_li a:before{content: ""; display: block; width: 90%; height: 2px; background: #bc0404; position: absolute; bottom: 0; left: 0; margin-left: 5%; margin-bottom: -30px; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_left .list04_li a:hover:before{opacity: 1}

.list04 .list04_con .list04_left .list04_li a:hover .ico{transform: rotateY(360deg); -webkit-transform: rotateY(360deg)}

.list04 .list04_con .list04_right{width: 55%;}
.list04 .list04_con .list04_right .li{float: left; position: relative}
.list04 .list04_con .list04_right .li .img{width: 100%; overflow: hidden}
.list04 .list04_con .list04_right .li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_right .li .text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 40px 0 0 40px;}
.list04 .list04_con .list04_right .li .text h1{font-size: 20px; color: #fff; font-weight: bold}
.list04 .list04_con .list04_right .li:nth-child(1){width: 100%; margin-bottom: 14px;}
.list04 .list04_con .list04_right .li:nth-child(2){width: 49%; margin-right: 2%;}
.list04 .list04_con .list04_right .li:nth-child(3){width: 49%;}

.list04 .list04_con .list04_right .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

/*----list05----*/
.list05{position: relative; padding: 80px 0; overflow: hidden}
.list05 .list05_con{}
.list05 .list05_con .list05_left{width: 40%; padding-top: 40px;}
.list05 .list05_con .list05_left .list{}
.list05 .list05_con .list05_left .list li{padding-bottom: 18px; margin-bottom: 18px;}
.list05 .list05_con .list05_left .list li h6{float: left; font-size: 14px; color: #666; padding-right: 40px; font-family: 'Montserrat-Light'}
.list05 .list05_con .list05_left .list li h1{float: left; font-size: 14px; color: #333;}

.list05 .list05_con .list05_right{width: 60%; padding: 50px; background: #eff3f6;}
.list05 .list05_con .list05_right h4{font-size: 24px; color: #333; margin-bottom: 20px;}
.list05 .list05_con .list05_right .list05_li{}
.list05 .list05_con .list05_right .list05_li .li{width: 100%; position: relative}
.list05 .list05_con .list05_right .list05_li .li .img{width: 100%; overflow: hidden}
.list05 .list05_con .list05_right .list05_li .li .img img{width: 100%;}
.list05 .list05_con .list05_right .list05_li .li .text{width: 100%; height: 100px; position: absolute; bottom: 0; left: 0; padding: 20px 40px; background: rgba(0,0,0,.5)}
.list05 .list05_con .list05_right .list05_li .li .text h6{font-size: 14px; color: #fff; margin-bottom: 10px; font-family: 'Montserrat-Light'}
.list05 .list05_con .list05_right .list05_li .li .text h1{font-size: 20px; color: #fff;}


.list05 .list05_con .list05_right .list05_li .slick-prev, .list05 .list05_con .list05_right .list05_li .slick-next{width: 60px; padding: 0 10px; top: 0; margin-top: -40px; border: 1px solid #dedede; border-radius: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_right .list05_li .slick-prev{left: 90%; }
.list05 .list05_con .list05_right .list05_li .slick-next:before{width: auto; height: auto; background: none; position: absolute; top: 0; left: 0; margin: 11px 0 0 16px; border: 8px solid; border-color: transparent #dedede transparent transparent; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_right .list05_li .slick-prev:before{width: auto; height: auto; background: none; position: absolute; top: 0; left: 0; margin: 11px 0 0 26px; border: 8px solid; border-color: transparent transparent transparent #dedede; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_right .list05_li .slick-prev:hover{border: 1px solid #999;}
.list05 .list05_con .list05_right .list05_li .slick-next:hover{border: 1px solid #999;}
.list05 .list05_con .list05_right .list05_li .slick-next:hover:before{border-color: transparent #999 transparent transparent}
.list05 .list05_con .list05_right .list05_li .slick-prev:hover:before{border-color: transparent transparent transparent #999}






