/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0;}
.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_txt{position: absolute; top: 40%; left: 14%; z-index: 9}
.banner_txt h1{font-size: 36px; color: #fff; text-shadow: 1px 1px 1px #000; font-family: 'DisneyEnglish-Bold'}
.banner_txt p{font-size: 36px; color: #fff; margin-bottom: 20px; text-shadow: 1px 1px 1px #000;}

.mark{width: 100%; height: 820px; position: relative;}


/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{padding-bottom: 60px; position: relative; text-align: center}
.title h1{font-size: 28px; color: #0b50a3; font-weight: bold; margin-bottom: 10px; font-family: 'Montserrat-Light'}
.title h1 i{font-size: 26px; font-style: normal; padding-left: 10px; color: #333;}
.title h6{font-size: 14px; color: #666;}

.a_link{width: 140px;  text-align: center; padding: 12px 0; border: 1px solid #dedede; margin-top: 40px; position: relative; overflow: hidden; font-family: 'novecentowide-book'}
.a_link i{font-size: 13px; color: #333; font-style: normal; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:before{content: ""; display: block; width: 0; height: 100%; background: #025aab; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover:before{width: 100%}
.a_link:hover i{color: #fff;}

/*----data----*/
.list_data{position: absolute; top: 0; left: 50%; padding: 20px 0 0 0; margin-top: -120px; margin-left: -683px; background: transparent}
.list_data .w1366{padding: 60px 0; box-shadow: 0 0 10px 3px rgba(0,0,0,.1); background: #fff; position: relative; z-index: 2}
.list_data .li{width: 25%; float: left; text-align: center; position: relative; z-index: 2}
.list_data .li span{font-size: 50px; color: #333; font-family: 'novecentowide-book'}
.list_data .li i{font-size: 12px; font-style: normal; color: #333; vertical-align: top; line-height: 32px; padding-left: 6px}
.list_data .li p{font-size: 12px; color: #333; line-height: 30px}

/*----list01----*/
.list01{padding: 200px 0 60px 0; background: #f4f4f4; position: relative; overflow: hidden}
.list01 .list01_con{padding-bottom: 60px;}
.list01 .list01_con .li{padding: 0 10px;}
.list01 .list01_con .li .li_con{border: 1px solid #dedede; padding: 10px; background: #fff;}
.list01 .list01_con .li .img{width: 100%; overflow: hidden}
.list01 .list01_con .li .img img{width: 100%;}
.list01 .list01_con .li .txt{padding: 30px 0; background: #fff; text-align: center;}
.list01 .list01_con .li .txt h1{font-size: 16px; color: #333; margin-bottom: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .li .txt span{display: block; width: 120px; margin: 0 auto; padding: 10px 16px; text-align: left; font-size: 13px; border: 1px solid #dedede; position: relative;  font-family: 'Montserrat-Light'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .li .txt span i{display: block; width: 40px; height: 100%; background: #dedede; position: absolute; top: 0; right: 0; text-align: center; line-height: 36px; font-style: normal; transition: all ease .4s; -webkit-transition: all ease .4s}

.list01 .list01_con .li:hover .txt h1{color: #0b50a3}
.list01 .list01_con .li:hover .txt span{background: #000; color: #fff;}
.list01 .list01_con .li:hover .txt span i{background: #0b50a3}

/*----list02----*/
.list02{position: relative; padding: 80px 0; overflow: hidden; background: url("../image/c7.jpg") no-repeat center; background-size: cover}

.list02 .list02_con{}
.list02 .list02_con .list02_left{width: 38%;}
.list02 .list02_con .list02_left .list{list-style: none}
.list02 .list02_con .list02_left .list li{width: 49%; margin-right: 1%; margin-bottom: 1%; float: left; background: #fff; cursor: pointer; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_left .list li .li_left{width: 65%; padding: 46px 0 46px 20px;}
.list02 .list02_con .list02_left .list li .li_left h1{font-size: 22px; color: #333; font-weight: bold; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_left .list li .li_left p{font-size: 14px; color: #333; font-family: 'Montserrat-Light'; transition: all ease .4s; -webkit-transition: all ease .4s}

.list02 .list02_con .list02_left .list li .li_right{width: 35%; padding: 40px 0 0 0}
.list02 .list02_con .list02_left .list li .li_right .img{width: 60px; height: 60px; position: relative}
.list02 .list02_con .list02_left .list li .li_right .img img{transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_left .list li .li_right .img .on{position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden}

.list02 .list02_con .list02_left .list li.on{background: #0b50a3}
.list02 .list02_con .list02_left .list li.on .li_left h1{color: #fff;}
.list02 .list02_con .list02_left .list li.on .li_left p{color: #fff;}
.list02 .list02_con .list02_left .list li.on .li_right .img .on{opacity: 1; visibility: visible}

.list02 .list02_con .list02_right{width: 62%; position: relative}
.list02 .list02_con .list02_right .bg_b{width: 100%; height: 424px; position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; transition: all ease .8s .1s; -webkit-transition: all ease .8s .1s}
.list02 .list02_con .list02_right .bg_b.active{opacity: 1; visibility: visible}


/*----list03----*/
.list03{padding: 100px 0;}
.list03 .list03_con{}
.list03 .list03_con .list03_left{width: 40%; margin-right: 5%;}
.list03 .list03_con .list03_left .img{width: 100%; overflow: hidden}
.list03 .list03_con .list03_left .img img{width: 100%; display: block; float: none; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list03_left .txt{background: #f0f0f0; padding: 16px 20px;}
.list03 .list03_con .list03_left .txt h1{font-size: 18px; color: #282828; margin-bottom: 10px; font-weight: bold;}
.list03 .list03_con .list03_left .txt p{font-size: 14px; color: #999; line-height: 20px; margin-bottom: 20px;}
.list03 .list03_con .list03_left .txt h6{padding-left: 10px; border-left: 2px solid #999; font-size: 14px; color: #999}

.list03 .list03_con .list03_right{width: 55%;}
.list03 .list03_con .list03_right .list{}
.list03 .list03_con .list03_right .list li{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #dedede; position: relative}
.list03 .list03_con .list03_right .list li h1{font-size: 18px; color: #282828; margin-bottom: 16px; font-weight: bold; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list03_right .list li p{font-size: 14px; color: #999; line-height: 22px; padding-right: 120px;}
.list03 .list03_con .list03_right .list li h6{font-size: 14px; color: #666; position: absolute; right: 0; bottom: 0; margin-bottom: 20px; font-family: 'novecentowide-book'}

.list03 .list03_con .list03_left:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list03 .list03_con .list03_right .list li:hover h1{color: #0b50a3; transform: translateX(10px); -webkit-transform: translateX(10px)}

/*----list04----*/
.list04{position: relative; padding-bottom: 60px; overflow: hidden; background: url("../image/c9.jpg") no-repeat top}
.list04 .list04_con{padding-top: 610px;}

.list04 .list04_con .list04_left{width: 25%; margin-right: 5%; background: #3e3e3e;}
.list04 .list04_con .list04_left .title{background: #0b50a3; padding: 43px 0; margin-top: -150px; position: relative}
.list04 .list04_con .list04_left .title:before{content: ""; display: block;  border: 16px solid; border-color: #0b50a3 transparent transparent transparent; position: absolute; bottom: 0; left: 50%; margin-bottom: -28px; margin-left: -16px;}

.list04 .list04_con .list04_left .title h1{color: #fff;}
.list04 .list04_con .list04_left .title h1 i{color: #fff;}
.list04 .list04_con .list04_left .title h6{color: #fff;}
.list04 .list04_con .list04_left .list04_tel{padding: 50px 30px;}
.list04 .list04_con .list04_left .list04_tel h1{font-size: 24px; color: #fff; font-weight: bold; margin-bottom: 40px; text-align: center}
.list04 .list04_con .list04_left .list04_tel span{display: block; font-size: 18px; color: #fff; font-weight: bold; line-height: 30px; padding-left: 80px; letter-spacing: 2px; font-family: 'novecentowide-book'}
.list04 .list04_con .list04_left .list04_tel i{display: block; position: absolute; bottom: 0; left: 0; margin: 0 0 100px 50px;}

.list04 .list04_con .list04_right{width: 70%; padding: 50px 0}
.list04 .list04_con .list04_right h1{font-size: 22px; color: #181818; font-weight: bold; margin-bottom: 20px;}
.list04 .list04_con .list04_right p{font-size: 14px; color: #333; line-height: 26px;}


/*----list05----*/
.list05{padding-bottom: 60px;}
.list05 .list{margin-right: -2%;}
.list05 .list li{float: left; width: 23%; margin-right: 2%;}
.list05 .list li .img{width: 100%; overflow: hidden}
.list05 .list li .img img{width: 100%;}











