/*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}

.banner:before{content: ""; display: block; width: 60px; height: 100%; background: #fff; position: absolute; top: 0; left: 0; z-index: 99;}
.banner:after{content: ""; display: block; width: 60px; height: 100%; background: #fff; position: absolute; top: 0; right: 0; z-index: 99;}

.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;
}

.b_text{width: 100%; position: absolute; top: 0; left: 0; text-align: center; margin-top: 24%; z-index: 9}
.b_text h1{font-size: 32px; color: #fff; margin-bottom: 10px;}
.b_text h6{font-size: 38px; color: #fff; font-weight: 100; text-transform: uppercase;}
.b_text h6 .i{font-size: 34px; padding-left: 20px; font-weight: normal}
.b_text h6 .ii{font-size: 36px; color: #00529f; font-weight: normal; padding-left: 14px; font-family: 'DisneyEnglish-Bold'}

.b_down{width: 40px; position: fixed; bottom: 0; left: 50%; margin: 0 0 40px -20px; z-index: 9}
.b_down .down{display: block; width: 40px; height: 50px; margin: 0 auto 60px auto; background: url("../image/ico01.png") no-repeat}
.b_down .down{animation: down_an 3s linear infinite; -webkit-animation: down_an 3s linear infinite; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}


@keyframes down_an {
    0%{transform: translateY(0); opacity: .8}
    50%{transform: translateY(20px); opacity: 1}
    100%{transform: translateY(0); opacity: .8}
}

@-webkit-keyframes down_an {
    0%{transform: translateY(0); opacity: .8}
    100%{transform: translateY(20px); opacity: 1}
    100%{transform: translateY(0); opacity: .8}
}


.mark{width: 100%; height: 820px; position: relative; z-index: -1}


/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{position: relative; margin-bottom: 40px; z-index: 2;}
.title h1{font-size: 26px; color: #333; font-weight: bold; margin-bottom: 8px;}
.title h6{font-size: 16px; color: #999;}

.a_link{position: relative; display: block; width: 160px; height: 42px; line-height: 42px; margin-top: 50px; border: 1px solid #999; border-radius: 50px; overflow: hidden; }
.a_link i{display: inline-block; font-size: 14px; color: #999; font-style: normal; padding-left: 50px; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s; font-family: 'novecentowide-book'}
.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;}


/*----list01----*/
.list01{position: relative; padding: 100px 0; overflow: hidden;}
.list01 .list01_left{width: 50%; padding-right: 5%}
.list01 .list01_left h1{font-size: 26px; color: #000; font-weight: bold; margin-bottom: 6px;}
.list01 .list01_left h4{font-size: 20px; color: #00529f; margin-bottom: 30px; font-family: 'novecentowide-book'}
.list01 .list01_left p{font-size: 15px; color: #333; line-height: 2;}

.list01 .list01_right{width: 50%; position: relative}
.list01 .list01_right .img{width: 100%; padding-top: 90px;}
.list01 .list01_right .img img{float: none; display: block}
.list01 .list01_right .btn_play{width: 80px; height: 80px; padding: 10px; display: block; background: url("../image/ico03.png") no-repeat; position: absolute; top: 0; left: 50%; margin: 120px 0 0 -40px; outline: none; border: none; cursor: pointer; box-sizing: border-box}

.list01 .list01_video{width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,.3); z-index: -99; opacity: 0; visibility: hidden}
.list01 .list01_video .video_con{width: 50%; margin: 12% auto 0 auto; position: relative}
.list01 .list01_video .video_con .li_video{width: 100%; height: 100%;}
.list01 .list01_video .video_con .btn_stop{width: 27px; height: 27px; position: absolute; top: 0; right: 0; margin-right: -40px; background: url("../image/close.png") no-repeat; outline: none; border: none; cursor: pointer;}

/*----list02----*/
.list02{position: relative; padding: 160px 0 120px 0; overflow: hidden; background: url("../image/bg02.jpg") no-repeat center; background-size: cover}
.list02 .title h1{color: #fff;}
.list02 .title h6{color: #fff; padding-right: 20%; line-height: 1.4;}

.list02 .list02_con{width: 960px; border-radius: 12px; overflow: hidden;}
.list02 .list02_con .slideTxtBox{width: 960px; position: relative}
.list02 .list02_con .slideTxtBox .hd{}
.list02 .list02_con .slideTxtBox .hd ul{margin-left: 30px;}
.list02 .list02_con .slideTxtBox .hd ul li{float: left; width: 140px; height: 46px; font-size: 16px; color: #fff; line-height: 46px; text-align: center; margin-right: 2px; border-top-left-radius: 12px; border-top-right-radius: 12px; cursor: pointer; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .slideTxtBox .hd ul li.on{background: #fff; color: #00529f}

.list02 .list02_con .slideTxtBox .bd{padding: 80px 60px; background: #fff; border-top-left-radius: 12px; border-top-right-radius: 12px;}
.list02 .list02_con .slideTxtBox .bd ul li .img{width: 45%;}
.list02 .list02_con .slideTxtBox .bd ul li .img img{width: 100%;}
.list02 .list02_con .slideTxtBox .bd ul li .text{width: 55%; padding-left: 5%;}
.list02 .list02_con .slideTxtBox .bd ul li .text h1{font-size: 24px; color: #000; font-weight: bold; margin-bottom: 20px;}
.list02 .list02_con .slideTxtBox .bd ul li .text h6{font-size: 14px; color: #333; line-height: 2;}

/*----list03----*/
.list03{width: 100%; padding: 100px 0; position: relative; overflow: hidden}
.list03 .title{text-align: center; margin-bottom: 60px;}

.list03 .list03_con{margin-bottom: 30px;}
.list03 .list03_con .list{}
.list03 .list03_con .list li{width: 16.6666%; float: left;  position: relative; cursor: pointer;}
.list03 .list03_con .list li:before{content: ""; display: block; width: 1px; height: 80px; background: #dedede; position: absolute; top: 0; right: 0;}
.list03 .list03_con .list li:last-child:before{display: none}
.list03 .list03_con .list li .ico{width: 60px; height: 60px; margin: 0 auto 4px auto; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list li .ico img{float: none; display: block}
.list03 .list03_con .list li h1{font-size: 14px; color: #666; text-align: center}
.list03 .list03_con .list li .ico01{background: url("../image/ico04.png") no-repeat;}
.list03 .list03_con .list li .ico02{background: url("../image/ico05.png") no-repeat;}
.list03 .list03_con .list li .ico03{background: url("../image/ico06.png") no-repeat;}
.list03 .list03_con .list li .ico04{background: url("../image/ico07.png") no-repeat;}
.list03 .list03_con .list li .ico05{background: url("../image/ico08.png") no-repeat;}
.list03 .list03_con .list li .ico06{background: url("../image/ico09.png") no-repeat;}
.list03 .list03_con .list li.on .ico01{background: url("../image/ico04-1.png") no-repeat;}
.list03 .list03_con .list li.on .ico02{background: url("../image/ico05-1.png") no-repeat;}
.list03 .list03_con .list li.on .ico03{background: url("../image/ico06-1.png") no-repeat;}
.list03 .list03_con .list li.on .ico04{background: url("../image/ico07-1.png") no-repeat;}
.list03 .list03_con .list li.on .ico05{background: url("../image/ico08-1.png") no-repeat;}
.list03 .list03_con .list li.on .ico06{background: url("../image/ico09-1.png") no-repeat;}
.list03 .list03_con .list li:hover .ico01{background: url("../image/ico04-1.png") no-repeat;}
.list03 .list03_con .list li:hover .ico02{background: url("../image/ico05-1.png") no-repeat;}
.list03 .list03_con .list li:hover .ico03{background: url("../image/ico06-1.png") no-repeat;}
.list03 .list03_con .list li:hover .ico04{background: url("../image/ico07-1.png") no-repeat;}
.list03 .list03_con .list li:hover .ico05{background: url("../image/ico08-1.png") no-repeat;}
.list03 .list03_con .list li:hover .ico06{background: url("../image/ico09-1.png") no-repeat;}

.list03 .list03_bg{width: 100%; height: 665px; position: relative}
.list03 .list03_bg .bg_b{width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; overflow: hidden; background-size: cover; background-position: center; transition: all ease 2s; -webkit-transition: all ease 2s}
.list03 .list03_bg .bg_b .text{width: 100%; height: 120px; margin: 545px 0 0 0; padding: 20px 0 0 40px; background: rgba(0,0,0,.4); z-index: 2}
.list03 .list03_bg .bg_b .text h1{font-size: 32px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.list03 .list03_bg .bg_b .text p{font-size: 14px; color: #fff;}
.list03 .list03_bg .bg_b.active{opacity: 1}

/*----list04----*/
.list04{padding: 80px 0; background: url("../image/bg09.jpg") no-repeat; position: relative; overflow: hidden}

.list04 .list04_con{}
.list04 .list04_con .list04_left{width: 50%; padding-right: 5%; position: relative}
.list04 .list04_con .list04_left .img{width: 100%; overflow: hidden}
.list04 .list04_con .list04_left .img img{width: 100%; transition: all ease-in .4s; -webkit-transition: all ease-in .4s}
.list04 .list04_con .list04_left .text{width: 100%; position: absolute; top: 0; left: 0; padding: 34% 0 0 40px;}
.list04 .list04_con .list04_left .text h6{font-size: 14px; color: #fff; margin-bottom: 16px;}
.list04 .list04_con .list04_left .text h1{font-size: 16px; color: #fff;}

.list04 .list04_con .list04_left:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}

.list04 .list04_con .list04_right{width: 50%; position: relative}
.list04 .list04_con .list04_right .a_link{position: absolute; top: 0; right: 0; background: #00529f; margin: -60px 0 0 0}
.list04 .list04_con .list04_right .a_link i{color: #fff;}
.list04 .list04_con .list04_right .list{margin-top: 30px; border-bottom: 1px solid #dedede;}
.list04 .list04_con .list04_right .list li{padding: 30px 0; border-top: 1px solid #dedede; }
.list04 .list04_con .list04_right .list li .data{width: 20%;}
.list04 .list04_con .list04_right .list li .data h6{font-size: 26px; color: #555; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_right .list li .data h6 i{display: block; font-size: 16px; color: #969696; font-style: normal;}
.list04 .list04_con .list04_right .list li .text{width: 80%;}
.list04 .list04_con .list04_right .list li .text h1{font-size: 16px; color: #6f6f6f; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_right .list li .text p{font-size: 14px; color: #a2a2a2;}

.list04 .list04_con .list04_right .list li:hover .data h6{color: #00529f}
.list04 .list04_con .list04_right .list li:hover .text h1{color: #00529f}