
/*----banner----*/
.banner{width: 100%; position:relative;}
.banner .swiper-slide{width: 100%;}
.banner .img{width: 100%; height: auto; display: block;}
.banner .img img{width: 100%; height: auto;}



.banner .swiper-slide-active .img{animation: zoom 5s cubic-bezier(0.42,0,0.58,1); -webkit-animation: zoom 5s cubic-bezier(0.42,0,0.58,1); animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}


@keyframes zoom {
    0%{transform: scale(1.1)}
    100%{transform: scale(1)}
}
@-webkit-keyframes zoom {
    0%{transform: scale(1.1)}
    100%{transform: scale(1)}
}

.mark{width: 100%; position: relative;}


/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{padding-bottom: 60px; position: relative}
.title h1{font-size: 30px; color: #181818; font-weight: bold; margin-bottom: 4px; letter-spacing: 2px;}
.title h6{font-size: 18px; color: #999; font-family: 'novecentowide-book'}

.a_link{width: 50px; height: 50px; text-align: center; padding: 5px; border-radius: 100%; line-height: 50px; background: #c82631; margin-top: 30px; position: relative; overflow: hidden; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link i{font-size: 32px; color: #fff; font-style: normal; position: relative; z-index: 2;}
.a_link:hover{transform: rotateZ(45deg); -webkit-transform: rotateZ(45deg)}

/*----list01----*/
.list01{padding: 100px 0; position: relative; overflow: hidden}
.list01 .list01_left{width: 45%; margin-right: 5%;}
.list01 .list01_left h1{font-size: 36px; color: #181818; font-weight: bold;}
.list01 .list01_left h6{font-size: 16px; color: #dedede; font-weight: bold; margin-bottom: 30px; font-family: 'Montserrat-Light'}
.list01 .list01_left p{font-size: 15px; color: #8b969e; line-height: 28px;}

.list01 .list01_left .list01_data{margin-top: 20px;}
.list01 .list01_left .list01_data .li{width: 33.3333%; float: left; position: relative}
.list01 .list01_left .list01_data .li span{position: relative; font-size: 52px; color: #c82631; font-family: 'Impact'; z-index: 2}
.list01 .list01_left .list01_data .li p{font-size: 16px; color: #333;}
.list01 .list01_left .list01_data .li:before{content: ""; display: block; width: 60px; height: 60px; position: absolute; bottom: 0; right: 0;}


.list01 .list01_right{width: 50%;}
.list01 .list01_right .img{width: 100%; border-radius: 16px; overflow: hidden}
.list01 .list01_right .img img{width: 100%;}

/*----list02----*/
.list02{padding: 100px 0 160px 0; position: relative; background: url("../image/c2.jpg") no-repeat; background-size: cover; overflow: hidden}
.list02 .title h1{color: #fff;}
.list02 .title h6{color: #fff;}
.list02 .title .a_link{position: absolute; top: 0; right: 0; background: #fff; margin-top: 8px;}
.list02 .title .a_link i{color: #c82631}

.list02 .list02_con{}
.list02 .list02_con .list02_left{width: 100%;}


.list02 .list02_con .list02_left .list li a{display: flex; background: #fff; border-radius: 10px; text-align: center; overflow: hidden; box-sizing: border-box; cursor: pointer; transition: all ease .4s; -webkit-transition: all ease .4s;padding: 15px; height: 100px; align-items: center; justify-content: center;}
.list02 .list02_con .list02_left .list li a h1{font-size: 20px; color: #181818;}

.list02 .list02_con .list02_left .list li a:hover{background-color: rgba(200,38,49,.8);}
.list02 .list02_con .list02_left .list li a:hover h1{color: #fff; transition: all ease .4s; -webkit-transition: all ease .4s}


.list02 .list02_con .list02_right{width: 45%;}
.list02 .list02_con .list02_right .list02_li{display: none;}
.list02 .list02_con .list02_right .list02_li.active{display: block}
.list02 .list02_con .list02_right .list02_li h1{font-size: 24px; color: #fff; font-weight: bold; }
.list02 .list02_con .list02_right .list02_li h6{font-size: 18px; color: #fff; margin:5px 0 25px 0; font-family: 'Montserrat-Light'}
.list02 .list02_con .list02_right .list02_li p{font-size: 16px; color: #fff; line-height: 26px;}
.list02 .list02_con .list02_right .list02_li .p_link{width: 140px; text-align: center; padding: 10px 0; border-radius: 20px; background: #fff; margin-top: 40px; position: relative; overflow: hidden; box-sizing: border-box; }
.list02 .list02_con .list02_right .list02_li .p_link i{font-size: 14px; color: #333; font-style: normal; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_right .list02_li .p_link:before{content: ""; display: block; width: 0; height: 100%; background: #c82631; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_right .list02_li .p_link:hover i{color: #fff;}
.list02 .list02_con .list02_right .list02_li .p_link:hover:before{width: 100%;}


/*----list03----*/
.list03{position: relative; padding: 80px 0; overflow: hidden; }
.list03 .title .a_link{position: absolute; top: 0; right: 0; margin-top: 8px;}

.list03 .list03_left{width: 45%; margin-right: 5%; position: relative}
.list03 .list03_left .img{width: 100%;  border-radius: 10px; overflow: hidden;position: relative;}
.list03 .list03_left .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_left .txt{position: absolute; top: 0; left: 0; margin: 60px 0 0 40px;}
.list03 .list03_left .txt h6{font-size: 28px; color: #fff; margin-bottom: 30px; font-family: 'Montserrat-Light'}
.list03 .list03_left .txt h6 i{font-size: 18px; font-style: normal;}
.list03 .list03_left .txt h1{font-size: 16px; color: #fff; margin-bottom: 40px; line-height: 28px; padding-right: 36%;}

.list03 .list03_left .img p {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-indent: 1em;
}

.list03 .list03_right{width: 50%;}
.list03 .list03_right .list{}
.list03 .list03_right .list li{margin-top: 10px; padding-top: 10px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #dedede; position: relative}
.list03 .list03_right .list li .data{width: 15%; margin-right: 5%;}
.list03 .list03_right .list li .data h6{font-size: 32px; color: #181818; font-weight: bold; margin-bottom: 30px; font-family: 'Montserrat-Light'; transition: all ease .3s; -webkit-transition: all ease .3s}
.list03 .list03_right .list li .data h6 i{font-size: 22px; font-style: normal;}
.list03 .list03_right .list li .txt{width: 80%;}
.list03 .list03_right .list li .txt h1{font-size: 17px; color: #181818; margin-bottom: 10px; transition: all ease .3s; -webkit-transition: all ease .3s}
.list03 .list03_right .list li .txt p{font-size: 14px; color: #666; line-height: 24px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.list03 .list03_right .list li:before{content: ""; display: block; width: 0; height: 3px; background: #c82631; position: absolute; top: 0; left: 0; margin: 20px 0 0 -100px; transition: all ease .3s; -webkit-transition: all ease .3s}

.list03 .list03_left:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list03 .list03_right .list li:hover .data h6{color: #c82631}
.list03 .list03_right .list li:hover .txt h1{color: #c82631}
.list03 .list03_right .list li:hover:before{width: 70px;}

.list03 .list03_right .list li:nth-child(1){animation-delay: .5s; -webkit-animation-delay: .5s}
.list03 .list03_right .list li:nth-child(2){animation-delay: .6s; -webkit-animation-delay: .6s}
.list03 .list03_right .list li:nth-child(3){animation-delay: .7s; -webkit-animation-delay: .7s}


/*----list04----*/
.list04{padding: 120px 0; position: relative; background: url("../image/c5.jpg") no-repeat; background-size: cover; overflow: hidden}
.list04 .list04_con{}

.list04 .list04_con .list04_li{margin-bottom: 70px;}
.list04 .list04_con .list04_li .list{width: 50%;}
.list04 .list04_con .list04_li .list li{width: 20%; margin-right: 13%; float: left; position: relative; cursor: pointer}
.list04 .list04_con .list04_li .list li .ico{width: 80px; height: 80px; padding: 10px; border-radius: 100%; position: relative}
.list04 .list04_con .list04_li .list li .ico img{width: 60px; float: none; display: block;}
.list04 .list04_con .list04_li .list li .ico .ico_on{position: absolute; top: 0; left: 0; margin: 10px; opacity: 0;}
.list04 .list04_con .list04_li .list li p{font-size: 14px; color: #fff; line-height: 30px; margin-top: 10px; text-align: center}
.list04 .list04_con .list04_li .list li:before{content: ""; display: block; width: 120px; height: 1px; background: #fff; position: absolute; top: 50%; left: 0; margin: -16px 0 0 90px;}
.list04 .list04_con .list04_li .list li:nth-child(3):before{display: none}
.list04 .list04_con .list04_li .list li.on .ico{background: #fff;}
.list04 .list04_con .list04_li .list li.on .ico .ico_on{opacity: 1}

.list04 .list04_con .list04_list{position: relative; height: 420px;}
.list04 .list04_con .list04_list .list04_conn{width: 100%; height: 420px; opacity: 0; visibility: hidden; position: absolute}
.list04 .list04_con .list04_list .list04_conn.active{opacity: 1; visibility: visible}
.list04 .list04_con .list04_list .list04_conn .list04_left{width: 35%; margin-right: 5%; padding-top: 80px;}
.list04 .list04_con .list04_list .list04_conn .list04_left h1{font-size: 22px; color: #fff; font-weight: bold; }
.list04 .list04_con .list04_list .list04_conn .list04_left h6{font-size: 18px; color: #fff; margin-bottom: 40px; font-family: 'Montserrat-Light'}
.list04 .list04_con .list04_list .list04_conn .list04_left p{font-size: 14px; color: #fff; line-height: 26px;}
.list04 .list04_con .list04_list .list04_conn .list04_left .p_link{width: 140px; text-align: center; padding: 10px 0; border-radius: 20px; background: #fff; margin-top: 50px; position: relative; overflow: hidden; box-sizing: border-box; }
.list04 .list04_con .list04_list .list04_conn .list04_left .p_link i{font-size: 14px; color: #333; font-style: normal; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_list .list04_conn .list04_left .p_link:before{content: ""; display: block; width: 0; height: 100%; background: #c82631; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_list .list04_conn .list04_left .p_link:hover i{color: #fff;}
.list04 .list04_con .list04_list .list04_conn .list04_left .p_link:hover:before{width: 100%;}

.list04 .list04_con .list04_list .list04_conn .list04_right{width: 50%}
.list04 .list04_con .list04_list .list04_conn .list04_right .slick-list{border-radius: 16px;}
.list04 .list04_con .list04_list .list04_conn .list04_right .li{width: 100%; height: 450px; overflow: hidden}
.list04 .list04_con .list04_list .list04_conn .list04_right .li .img{width: 100%; overflow: hidden;}
.list04 .list04_con .list04_list .list04_conn .list04_right .li .img img{width: 100%;}
