/*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: relative; margin-top: 22%; margin-left: 10%; z-index: 9}
.banner .text h3{font-size: 34px; color: #fff; text-transform: uppercase; margin-bottom: 20px; font-family: 'DisneyEnglish-Bold'}
.banner .text h1{font-size: 18px; color: #fff; font-weight: bold;}
.banner .text img{display: block; float: none;}
.banner .text .line{display: block; width: 730px; height: 2px; background: #fff; margin: 20px 0 30px 0}

.index_end{position: absolute; bottom: 0; left: 0; margin: 0 0 160px 40px; 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: 500px; margin: 0 0 80px 40px; background: rgba(255,255,255,.5)}

.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: 40px; color: #181818; font-weight: bold}

.a_link{display: block; width: 160px; height: 50px; line-height: 50px; text-align: center; overflow: hidden; position: absolute; top: 0; right: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link .c_link{display: inline-block; width: 50px; height: 50px; border-radius: 100%; border: 1px solid #dedede; box-sizing: border-box; position: relative; overflow: hidden}
.a_link .c_link:before{content: ""; display: block; width: 30px; height: 30px; background: url("../image/ico14.png") no-repeat; position: absolute; top: 0; left: 0; margin: 10px 0 0 10px; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link .c_link:after{content: ""; display: block; width: 30px; height: 30px; background: url("../image/ico15.png") no-repeat; position: absolute; top: 0; left: 0; margin: 10px 0 0 10px; transform: translate(-30px,30px); -webkit-transform: translate(-30px,30px) transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link i{display: inline-block; font-size: 14px; color: #666; font-style: normal; position: relative; padding-left: 20px; top: -20px; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s;  font-family: 'novecentowide-book'}
.a_link:hover .c_link{background: #007e41}
.a_link:hover .c_link:before{transform: translate(30px,-30px); -webkit-transform: translate(30px,-30px)}
.a_link:hover .c_link:after{transform: translate(0,0); -webkit-transform: translate(0,0)}

.title .title_link{margin-top: 60px;}
.title .title_link a{display: block; font-size: 20px; color: #666; font-weight: bold; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s}
.title .title_link a.on{color: #007e41}
.title .title_link a:hover{color: #007e41}

/*----list01----*/
.list01{padding: 120px 0; position: relative; overflow: hidden; background: url("../image/bg01.jpg") no-repeat bottom;}

.list01 .list01_con{text-align: center}
.list01 .list01_con img{display: block; float: none; margin: 0 auto 30px auto}
.list01 .list01_con h3{font-size: 40px; color: #054b89; font-weight: bold; margin-bottom: 30px;}
.list01 .list01_con p{font-size: 14px; color: #333; line-height: 2;}

.list01 .list01_con .list01_data{width: 100%; margin-top: 80px; padding: 0 10%;}
.list01 .list01_con .list01_data .li{width: 25%; float: left; margin-bottom: 20px; text-align: center}
.list01 .list01_con .list01_data .li span{font-size: 66px; color: #004898; font-family: 'novecentowide-book'}
.list01 .list01_con .list01_data .li i{font-size: 14px; color: #939393; padding-left: 8px; font-style: normal; vertical-align: top}
.list01 .list01_con .list01_data .li p{font-size: 14px; color: #939393; line-height: 22px}

/*----list02----*/
.list02{position: relative; overflow: hidden}
.list02 .list02_con{display: flex}
.list02 .list02_con .li{width: 28%; position: relative;  transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .li:before{content: ""; display: block; width: 100%; height: 100%; background: rgba(5,75,137,.5); position: absolute; top: 0; left: 0;}
.list02 .list02_con .li .li_bg{width: 100%; height: 800px; background-position: center; background-size: cover}
.list02 .list02_con .li .li_text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 50% 20% 0 20%}
.list02 .list02_con .li .li_text img{float: none; display: block; margin-bottom: 20px;}
.list02 .list02_con .li .li_text h1{font-size: 36px; color: #fff; font-weight: bold; margin-bottom: 20px;}
.list02 .list02_con .li .li_text h6{font-size: 16px; color: #fff; line-height: 2; opacity: 0; visibility: hidden}

.list02 .list02_con .li.on{width: 44%}
.list02 .list02_con .li.on:before{background: rgba(5,75,137,.9);}
.list02 .list02_con .li.on .li_text{padding: 30% 20% 0 20%}
.list02 .list02_con .li.on .li_text h6{opacity: 1; visibility: visible}


/*----list03----*/
.list03{padding: 80px 0 180px 0; overflow: hidden}
.list03 .title{text-align: center}

.list03 .list03_con{}
.list03 .list03_con .list03_left{width: 36%;}
.list03 .list03_con .list03_left .list{list-style: none}
.list03 .list03_con .list03_left .list li{width: 50%; height: 202px; padding: 50px 20px; float: left; background: #f2f4f7; border-bottom: 1px solid #dedede; border-right: 1px solid #dedede; cursor: pointer; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list03_left .list li:nth-child(5), .list03 .list03_con .list03_left .list li:nth-child(6){border-bottom: none}

.list03 .list03_con .list03_left .list li .img{width: 50px; height: 50px; position: relative}
.list03 .list03_con .list03_left .list li .img img{display: block; float: none; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list03_left .list li .img .on{position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden}
.list03 .list03_con .list03_left .list li h6{font-size: 14px; color: #333; margin-bottom: 10px; font-family: 'Montserrat-Light'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list03_left .list li h1{font-size: 20px; color: #333; font-weight: bold; transition: all ease .4s; -webkit-transition: all ease .4s}

.list03 .list03_con .list03_left .list li.on{background: #054b89}
.list03 .list03_con .list03_left .list li.on h1{color: #fff;}
.list03 .list03_con .list03_left .list li.on h6{color: #fff;}
.list03 .list03_con .list03_left .list li.on .img .on{opacity: 1; visibility: visible}

.list03 .list03_con .list03_right{width: 64%; height: 606px; position: relative; overflow: hidden}
.list03 .list03_con .list03_right .bg_b{width: 100%; height: 610px; position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; transition: all ease .8s .1s; -webkit-transition: all ease .8s .1s}
.list03 .list03_con .list03_right .bg_b.active{opacity: 1; visibility: visible}

.list03 .list03_list{margin-top: 40px; position: relative}
.list03 .list03_list:before{content: ""; display: block; width: 86%; height: 3px; background: #999; position: absolute; bottom: 0; right: 0; margin-bottom: -90px;}
.list03 .list03_list .list03_li{}
.list03 .list03_list .list03_li .li{margin: 0 10px;}
.list03 .list03_list .list03_li .li .img{width: 100%; overflow: hidden}
.list03 .list03_list .list03_li .li .img img{width: 100%;}
.list03 .list03_list .list03_li .li .text{padding: 10px 0; text-align: center}
.list03 .list03_list .list03_li .li .text h1{font-size: 16px; color: #333;}

.list03 .list03_list .list03_li .slick-prev, .list03 .list03_list .list03_li .slick-next{width: 60px; height: 60px; padding: 10px; margin-bottom: -150px; border: 1px solid #dedede; border-radius: 100%;}
.list03 .list03_list .list03_li .slick-prev{left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_list .list03_li .slick-next{left: 6%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_list .list03_li .slick-prev:before{background: url("../image/ico09.png") no-repeat center}
.list03 .list03_list .list03_li .slick-prev:hover{background: #054b89}
.list03 .list03_list .list03_li .slick-prev:hover:before{background: url("../image/ico10.png") no-repeat center}
.list03 .list03_list .list03_li .slick-next:before{background: url("../image/ico07.png") no-repeat center}
.list03 .list03_list .list03_li .slick-next:hover{background: #054b89}
.list03 .list03_list .list03_li .slick-next:hover:before{background: url("../image/ico08.png") no-repeat center}

/*----list05----*/
.list04{width: 100%; padding: 100px 0 0 0; position: relative; background: #eef4f9 url("../image/bg11.jpg") no-repeat bottom; overflow: hidden}
.list04 .title{margin-bottom: 0}

.list04 .list04_con{height: 440px; }

.list04 .list04_con .list04_text{width: 30%; margin-left: 42%; padding-left: 10px; position: relative}
.list04 .list04_con .list04_text:before{content: ""; display: block; width: 1px; height: 168%; background: #054b89; position: absolute; top: 0; left: 0; margin: 20px 0 0 -14px;}
.list04 .list04_con .list04_text h1{font-size: 24px; color: #181818; font-weight: bold; margin-bottom: 20px; position: relative}
.list04 .list04_con .list04_text h1:before{content: ""; display: block; width: 8px; height: 8px; border: 2px solid #054b89; border-radius: 100%; position: absolute; top: 0; left: 0; margin: 10px 0 0 -30px;}
.list04 .list04_con .list04_text p{font-size: 14px; color: #666; line-height: 2}


/*----list05----*/
.list05{position: relative; padding: 80px 0; overflow: hidden}
.list05:before{content: ""; display: block; width: 100%; height: 1px; background: #dedede; position: absolute; top: 0; left: 0; margin-top: 192px;}

.list05 .list05_con{overflow: hidden}
.list05 .list05_con .list{}
.list05 .list05_con .list li{float: left; width: 33.3333%; padding: 60px 30px 30px 30px; box-sizing: border-box; border-right: 1px solid #dedede; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li h6{font-size: 18px; color: #054b89; margin-bottom: 20px; padding-left: 24px;  background: url("../image/ico06.png") no-repeat 0 2px; font-family: 'Montserrat-Light'}
.list05 .list05_con .list li h1{font-size: 24px; height: 60px; color: #181818; margin-bottom: 40px;}
.list05 .list05_con .list li .cr{display: block; width: 50px; height: 50px; margin-bottom: 50px; border: 1px solid #054b89; border-radius: 100%; background: url("../image/ico07.png") no-repeat center;  transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li .img{width: 100%; height: 240px; margin-bottom: 40px; overflow: hidden}
.list05 .list05_con .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li .line{display: block; width: 100%; height: 1px; background: #dedede; transition: all ease .4s; -webkit-transition: all ease .4s}

.list05 .list05_con .list li:hover{box-shadow: 0 0 10px 3px #dedede;}
.list05 .list05_con .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list05 .list05_con .list li:hover .cr{background: #054b89 url("../image/ico08.png") no-repeat center}
.list05 .list05_con .list li:hover .line{background: #054b89}

.list05 .list05_con .list li:last-child{border-right: none}

.list05 .list05_con .list li:nth-child(1){animation-delay: .7s; -webkit-animation-delay: .7s}
.list05 .list05_con .list li:nth-child(2){animation-delay: .8s; -webkit-animation-delay: .8s}
.list05 .list05_con .list li:nth-child(3){animation-delay: .9s; -webkit-animation-delay: .9s}


