/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0;}
.banner .swiper-wrapper{overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.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.2)}
    100%{transform: scale(1)}
}

@-webkit-keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}

.banner .banner_copy{width: 100%; height: 80px; background: url("../image/img01.png") no-repeat center; position: absolute; bottom: 0; left: 0; padding-top: 30px; z-index: 9}
.banner .banner_copy .c_left{padding-left: 20px;}
.banner .banner_copy .c_left h1{font-size: 18px; color: #fff; font-weight: bold;}
.banner .banner_copy .c_right{padding-right: 20px;}
.banner .banner_copy .c_right h1{font-size: 14px; color: #fff;}
.banner .banner_copy .c_right h1 i{font-size: 24px; color: #fff; font-style: normal; padding-left: 6px; font-family: 'DisneyEnglish-Bold'}
.banner .banner_text{width: 660px; height: 140px; position: absolute; top: 0; left: 50%; margin: 22% 0 0 -330px; z-index: 9}

.mark{width: 100%; height: 820px; position: relative;}



/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{position: relative; margin-bottom: 40px; text-align: center}
.title h1{font-size: 29px; color: #004ea2; font-weight: bold; margin-bottom: 10px; line-height: 30px;}
.title h1 i{font-size: 34px; color: #333; font-style: normal; padding-left: 4px; vertical-align: top; padding-bottom: 4px; font-family: 'DisneyEnglish-Bold'}
.title h6{font-size: 15px; color: #676767;}

.title .title_right{margin-top: 20px;}
.title .title_right a{display: inline-block; font-size: 14px; color: #666; margin-left: 20px; padding: 4px 10px; }


.a_link{width: 160px; padding: 12px 0; margin: 50px 0 0 0; text-align: center; background: transparent; border: 1px solid #999; box-sizing: border-box; border-radius: 24px; overflow: hidden; position: relative}
.a_link i{font-size: 14px; color: #999; font-style: normal; font-family: 'novecentowide-book'; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:before{content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; right: 0; background: #004ea2; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover i{color: #fff;}
.a_link:hover:before{width: 100%;}

/*----list01----*/
.list01{padding: 120px 0 80px 0; position: relative; overflow: hidden; background: #f8f8f8}
.list01 .list01_left{width: 22%; margin-right: 3%;}
.list01 .list01_left .t{background: #004ea2; padding: 36px 0; text-align: center}
.list01 .list01_left .t h1{font-size: 22px; color: #fff; font-weight: bold;}
.list01 .list01_left .t h2{font-size: 14px; color: #fff; font-family: 'Montserrat-Light';}
.list01 .list01_left .t_link{padding: 20px 20px 0 20px; border: 1px solid #dedede; border-bottom: 1px solid #f8f8f8}
.list01 .list01_left .t_link a{margin-bottom: 20px; background: #f1f1f1; font-size: 15px; color: #767676; line-height: 46px; padding-left: 20px; position: relative}
.list01 .list01_left .t_link a i{display: block; width: 20px; height: 20px; font-size: 17px; color: #fff; text-align: center; padding-left: 2px; line-height: 20px; position: absolute; top: 0; right: 0; background: #000; border-radius: 3px; margin: 14px 20px 0 0}
.list01 .list01_left .t_link a:hover{background: #004ea2; color: #fff;}
.list01 .list01_left .t_link a:hover i{background: #fff; color: #004ea2}
.list01 .list01_left .t_tel{width: 100%; height: 120px; background: url("../image/img01.jpg") no-repeat; background-size: cover}

.list01 .list01_right{width: 75%;}
.list01 .list01_right .list{margin-right: -2.3333%}
.list01 .list01_right .list li{width: 31%; float: left; margin-right: 2.3333%; margin-bottom: 20px; box-sizing: border-box}
.list01 .list01_right .list li .img{width: 100%; overflow: hidden}
.list01 .list01_right .list li .img img{width: 100%; transition: all ease .3s; -webkit-transition: all ease .3s}
.list01 .list01_right .list li .txt{padding: 14px 0; text-align: center; background: #eee;}
.list01 .list01_right .list li .txt h1{font-size: 14px; color: #2d2d2d; transition: all ease .3s; -webkit-transition: all ease .3s}
.list01 .list01_right .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list01 .list01_right .list li:hover .txt h1{color: #004ea2}
.list01 .list01_right .list li:nth-child(1){width: 97.6666%; background: #fff; padding: 30px;}
.list01 .list01_right .list li:nth-child(1) .img{width: 35%; margin-right: 3%; float: left; border: 1px solid #f0f0f0;}
.list01 .list01_right .list li:nth-child(1) .txt{width: 62%; float: left; text-align: left; background: transparent}
.list01 .list01_right .list li:nth-child(1) .txt h1{font-size: 20px; font-weight: bold; margin-bottom: 16px; padding-top: 20px;}
.list01 .list01_right .list li:nth-child(1) .txt p{font-size: 14px; color: #666; line-height: 26px;}
.list01 .list01_right .list li:nth-child(2) .txt p{display: none}
.list01 .list01_right .list li:nth-child(3) .txt p{display: none}
.list01 .list01_right .list li:nth-child(4) .txt p{display: none}
.list01 .list01_right .list li:last-child{display: none}

/*----list02----*/
.list02{position: relative; padding: 100px 0 40px 0; overflow: hidden; background: url("../image/img03.jpg") no-repeat bottom;}
.list02 .list02_con{padding-top: 60px;}
.list02 .list02_con .li{padding: 0 10px; cursor: pointer}
.list02 .list02_con .li .img{width: 100%; overflow: hidden}
.list02 .list02_con .li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .li .txt{text-align: center; padding-bottom: 60px;}
.list02 .list02_con .li .txt h1{font-size: 15px; color: #333; padding: 20px 0; background: #fff;}
.list02 .list02_con .li .txt span{display: block; width: 80px; height: 80px; background: url("../image/ico02.png") no-repeat; margin: 30px auto 0 auto}
.list02 .list02_con button{display: none; opacity: 0;}
.list02 .list02_con .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list02 .list02_con .li:hover .txt h1{color: #004ea2}

/*----list04----*/
.list04{position: relative; padding: 80px 0; background: url("../image/img11.jpg") no-repeat; overflow: hidden}
.list04 .list04_con{}
.list04 .list04_con .list{}
.list04 .list04_con .list li{width: 25%; float: left; text-align: center; border-top-left-radius: 8px; border-top-right-radius: 8px; position: relative; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li .ico_bg{position: relative; width: 100%; height: 120px; background: url("../image/ico01.png") no-repeat center; border-radius: 10px; overflow: hidden; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li h1{font-size: 18px; color: #fff; font-weight: bold; background: #919291; padding: 30px 0; transition: all ease .5s; -webkit-transition: all ease .5s}
.list04 .list04_con .list li.on{background: #004ea2}
.list04 .list04_con .list li.on h1{background: #004ea2; border-top: 1px solid #fff;}

.list04 .list04_bg{width: 100%; height: 340px; margin-bottom: 60px; margin-top: 60px;  position: relative}
.list04 .list04_bg .bg_b{width: 100%; position: absolute; opacity: 0; transition: all ease 2s; -webkit-transition: all ease 2s}
.list04 .list04_bg .bg_b .img{width: 45%; margin-right: 5%; position: relative; padding: 10px;}
.list04 .list04_bg .bg_b .img img{width: 100%; display: block; float: none; position: relative; z-index: 2}
.list04 .list04_bg .bg_b .img:before{content: ""; display: block; width: 96%; height: 92%; background: #004ea2; position: absolute; top: 0; left: 0;}

.list04 .list04_bg .bg_b .txt{width: 50%; padding-top: 50px;}
.list04 .list04_bg .bg_b .txt h1{font-size: 24px; color: #444; font-weight: bold; margin-bottom: 10px;}
.list04 .list04_bg .bg_b .txt h6{font-size: 14px; color: #414141; margin-bottom: 10px; font-family: 'novecentowide-book'}
.list04 .list04_bg .bg_b .txt .line{display: block; width: 50px; height: 2px; background: #004ea2; margin: 10px 0 20px 0}
.list04 .list04_bg .bg_b .txt p{font-size: 14px; color: #666; font-weight: 100; line-height: 30px;}
.list04 .list04_bg .bg_b .txt .d_link{display: block; width: 160px; font-size: 14px; color: #fff; text-align: center; padding: 10px 0; background: #004ea2; margin: 20px 0 0 0}
.list04 .list04_bg .bg_b.active{opacity: 1}

/*----list03----*/
.list03{padding: 100px 0; position: relative; background: url("../image/img07.jpg") no-repeat top; overflow: hidden}
.list03 .title h1{color: #fff;}
.list03 .title h1 i{color: #fff;}
.list03 .title h6{color: #fff;}
.list03 .list03_con{padding: 40px 40px 20px 40px; margin-top: 80px; border-top-right-radius: 12px; border-top-left-radius: 12px; background: #f4f4f4}
.list03 .list03_con .list03_left{width: 45%; margin-right: 4%;}
.list03 .list03_con .list03_left .img{width: 100%; overflow: hidden}
.list03 .list03_con .list03_left .img img{width: 100%;}
.list03 .list03_con .list03_right{width: 51%; padding-top: 20px;}
.list03 .list03_con .list03_right h1{font-size: 24px; color: #004ea2; margin-bottom: 20px; font-weight: bold;}
.list03 .list03_con .list03_right p{font-size: 14px; color: #666; line-height: 26px;}

.list03 .list03_list{padding: 20px 30px 40px 30px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; background: #f4f4f4}
.list03 .list03_list .li{padding: 0 10px;}
.list03 .list03_list .li img{width: 100%;}

.list03 .list03_list .slick-prev, .list03 .list03_list .slick-next{display: none; opacity: 0; visibility: hidden}


/*----list05----*/
.list05{position: relative; padding: 0 0 100px 0; background: url("../image/img11.jpg") no-repeat; overflow: hidden;}
.list05 .list05_con{}
.list05 .list05_con .list05_left{width: 53%; margin-right: 2%; position: relative}
.list05 .list05_con .list05_left .list{margin-right: -3%;}
.list05 .list05_con .list05_left .list li{width: 47%; float: left; margin-right: 3%;}
.list05 .list05_con .list05_left .list li .img{width: 100%; overflow: hidden; margin-bottom: 20px;}
.list05 .list05_con .list05_left .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_left .list li h1{font-size: 16px; color: #333; margin-bottom: 16px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_left .list li p{font-size: 14px; color: #666; line-height: 24px; margin-bottom: 20px}
.list05 .list05_con .list05_left .list li h6{ font-size: 14px; color: #666; font-family: 'novecentowide-book';}

.list05 .list05_con .list05_right{width: 45%}
.list05 .list05_con .list05_right .list{list-style: none}
.list05 .list05_con .list05_right .list li{padding: 14px; margin-bottom: 20px; border: 1px solid #dedede; box-sizing: border-box}
.list05 .list05_con .list05_right .list li .data{width: 20%; margin-right: 2%; text-align: center}
.list05 .list05_con .list05_right .list li .data h6{font-size: 42px; color: #333; font-family: 'DisneyEnglish-Bold'}
.list05 .list05_con .list05_right .list li .data p{font-size: 16px; color: #999; font-family: 'novecentowide-book'}
.list05 .list05_con .list05_right .list li .txt{width: 78%;}
.list05 .list05_con .list05_right .list li .txt h1{font-size: 15px; color: #181818; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_right .list li .txt p{font-size: 13px; color: #999; line-height: 24px}

.list05 .list05_con .list05_left .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list05 .list05_con .list05_left .list li:hover h1{color: #004ea2}
.list05 .list05_con .list05_right .list li:hover .txt h1{color: #004ea2}


