

/*----banner----*/
.banner{width: 100%; position: fixed;}
.banner .img{width: 100%; height: 100%; background-size: cover; background-position: center}
.mark{width: 100%; position: relative;}

/*----content----*/
.content{position: relative; background: #fff; z-index: 2}

.title{position: relative; margin-bottom: 60px; text-align: center;}
.title h1{font-size: 32px; color: #333333; font-weight: bold;}

.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: 140px; padding: 10px 0; margin: 50px 0 0 0; text-align: center; background: transparent; border: 1px solid #999; box-sizing: border-box; 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: 100%; height: 0; position: absolute; top: 0; left: 0; background: #004898; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover i{color: #fff;}
.a_link:hover:before{height: 100%;}

/*----list01----*/
.list01{position: relative;}
.list01 .list01_con{width: 100%; position: relative;}

.list01 .list01_con .list{list-style: none}
.list01 .list01_con .list li{width: 25%; float: left; position: relative; overflow: hidden}
.list01 .list01_con .list li .img{width: 100%; overflow: hidden}
.list01 .list01_con .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list01 .list01_con .list li .mark{width: 100%; height: 100%; background: rgba(0,72,152,0); position: absolute; left: 0; top: 0; text-align: center; padding: 20% 100px 0 100px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list01 .list01_con .list li .mark:before{content: ""; display: block; width: 92%; height: 86%; border: 1px solid #fff; position: absolute; left: 0; top: 0; margin: 5% 0 0 4%; transform: scale(0.6); -webkit-transform: scale(0.6); opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list01 .list01_con .list li .mark .line{display: block; width: 30px; height: 1px; background: #fff; margin: 20px auto; transform: translateY(40px); -webkit-transform: translateY(40px); transition: all ease .4s; -webkit-transition: all ease .4s;}
.list01 .list01_con .list li .mark h1{font-size: 24px; color: #fff; font-weight: bold; transform: translateY(40px); -webkit-transform: translateY(40px); transition: all ease .4s; -webkit-transition: all ease .4s;}
.list01 .list01_con .list li .mark p{font-size: 14px; color: #fff; line-height: 1.6; transform: translateY(40px); -webkit-transform: translateY(40px); opacity: 0; transition: all ease .4s .1s; -webkit-transition: all ease .4s .1s;}
.list01 .list01_con .list li .mark .more{display: block; font-size: 14px; color: #fff; margin: 20px auto 0 auto; font-family: 'novecentowide-book'; transform: translateY(40px); -webkit-transform: translateY(40px); opacity: 0; transition: all ease .4s .2s; -webkit-transition: all ease .4s .2s;}
.list01 .list01_con .list li .mark .line_top{height: 3px;}
.list01 .list01_con .list li .mark .line_end{opacity: 0;}

.list01 .list01_con .list li:hover .img img{transform: scale(1.05); -webkit-transform: scale(1.05)}
.list01 .list01_con .list li:hover .mark{background: rgba(0,72,152,.7);}
.list01 .list01_con .list li:hover .mark:before{transform: scale(1); -webkit-transform: scale(1); opacity: 1}
.list01 .list01_con .list li:hover .mark .line_top{height: 1px; transform: translateY(0); -webkit-transform: translateY(0);}
.list01 .list01_con .list li:hover .mark .line_end{height: 1px; transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.list01 .list01_con .list li:hover .mark h1{transform: translateY(0); -webkit-transform: translateY(0);}
.list01 .list01_con .list li:hover .mark p{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.list01 .list01_con .list li:hover .mark .more{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}

/*----list02----*/
.list02{padding: 100px 0 60px 0; background: #f0f0f0; overflow: hidden}
.list02 .list02_con{text-align: center}
.list02 .list02_con h1{font-size: 32px; color: #333333; font-weight: bold; margin-bottom: 30px;}
.list02 .list02_con h3{font-size: 28px; color: #444444; font-weight: bold; margin-bottom: 50px;}
.list02 .list02_con p{font-size: 14px; color: #616161; line-height: 2;}
.list02 .list02_con .a_link{margin: 50px auto 0 auto}

.list02 .list02_data{width: 100%; margin-top: 80px; padding: 0 10%;}
.list02 .list02_data .li{width: 33.3333%; float: left; margin-bottom: 20px; text-align: center}
.list02 .list02_data .li span{font-size: 56px; color: #004898; font-family: 'DisneyEnglish-Bold'}
.list02 .list02_data .li i{font-size: 14px; color: #939393; padding-left: 8px; font-style: normal; vertical-align: top}
.list02 .list02_data .li p{font-size: 14px; color: #939393; line-height: 22px}

/*----list03----*/
.list03{overflow: hidden}
.list03 .img{width: 100%;}
.list03 .img img{width: 100%; float: none; display: block;}


/*----list04----*/
.list04{position: relative; }
.list04 .list04_con{width: 92%; margin: 0 auto; padding: 80px 0}
.list04 .list04_con .list{list-style: none; margin-right: -2%}
.list04 .list04_con .list li{width: 23%; float: left; margin-right: 2%; margin-bottom: 2%; position: relative;}
.list04 .list04_con .list li .img{width: 100%; overflow: hidden}
.list04 .list04_con .list li .img img{width: 100%; transition: all ease .3s; -webkit-transition: all ease .3s}
.list04 .list04_con .list li .txt{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 30% 10%; background: rgba(0,72,152,0); text-align: center; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li .txt h3{font-size: 18px; color: #fff; opacity: 0; transform: translateY(20px); -webkit-transform: translateY(20px); transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li .txt span{display: block; width: 0; height: 1px; margin: 10px auto; background: rgba(255,255,255,.6); transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li .txt p{font-size: 14px; color: #e0e0e0; font-family: 'novecentowide-book'; opacity: 0; transform: translateY(-20px); -webkit-transform: translateY(-20px); transition: all ease .4s; -webkit-transition: all ease .4s}

.list04 .list04_con .list li:hover .img img{transform: scale(1.06); -webkit-transform: scale(1.06)}
.list04 .list04_con .list li:hover .txt{background: rgba(0,72,152,.7)}
.list04 .list04_con .list li:hover .txt h3{opacity: 1; transform: translateY(0); -webkit-transform: translateY(0)}
.list04 .list04_con .list li:hover .txt p{opacity: 1; transform: translateY(0); -webkit-transform: translateY(0)}
.list04 .list04_con .list li:hover .txt span{width: 100%}

.list04 .list04_con .list li:nth-child(1){animation-delay: .6s; -webkit-animation-delay: .6s}
.list04 .list04_con .list li:nth-child(2){animation-delay: .7s; -webkit-animation-delay: .7s}
.list04 .list04_con .list li:nth-child(3){animation-delay: .8s; -webkit-animation-delay: .8s}
.list04 .list04_con .list li:nth-child(4){animation-delay: .9s; -webkit-animation-delay: .9s}
.list04 .list04_con .list li:nth-child(5){animation-delay: 1s; -webkit-animation-delay: 1s}
.list04 .list04_con .list li:nth-child(6){animation-delay: 1.1s; -webkit-animation-delay: 1.1s}
.list04 .list04_con .list li:nth-child(7){animation-delay: 1.2s; -webkit-animation-delay: 1.2s}
.list04 .list04_con .list li:nth-child(8){animation-delay: 1.3s; -webkit-animation-delay: 1.3s}


/*----list05-----*/
.list05{position: relative; overflow: hidden}
.list05 .list05_con{padding: 80px 0 60px 0; background: #f0f0f0}

.list05 .list05_con .title{padding: 10px 0 0 0; position: absolute; top: 0; left: 0}
.list05 .list05_con .title img{float: none}
.list05 .list05_con .title h3{font-size: 18px; color: #333; font-weight: bold; margin-top: 10px}

.list05 .list05_con .list05_left{margin-left: 25%; }
.list05 .list05_con .list05_left .list{list-style: none; width: 280px;}
.list05 .list05_con .list05_left .list li{width: 100%; padding: 20px 40px; margin-bottom: 10px; line-height: 24px; position: relative; cursor: pointer}
.list05 .list05_con .list05_left .list li:before{content: ""; display: block; width: 0; height: 100%; background: #004898; position: absolute; left: 0; top: 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.list05 .list05_con .list05_left .list li span{display: block; width: 44px; height: 33px; background: url("../image/icon.png") no-repeat 0 0; position: absolute; left: 0; top: 0; margin: 16px 0 0 40px; transition: all ease-in .4s; -webkit-transition: all ease-in .4s}
.list05 .list05_con .list05_left .list li:nth-child(2) span{background: url("../image/icon.png") no-repeat 0 -66px}
.list05 .list05_con .list05_left .list li:nth-child(3) span{background: url("../image/icon.png") no-repeat 0 -132px}
.list05 .list05_con .list05_left .list li:nth-child(4) span{background: url("../image/icon.png") no-repeat 0 -198px}
.list05 .list05_con .list05_left .list li:nth-child(5) span{background: url("../image/icon.png") no-repeat 0 -264px}
.list05 .list05_con .list05_left .list li i{display: inline-block; width: 50px; height: 1px; background: #999; margin-left: 64px; margin-bottom: 4px; position: relative; z-index: 2; transition: all ease .3s; -webkit-transition: all ease .3s}
.list05 .list05_con .list05_left .list li b{display: inline-block; margin-left: 20px; font-size: 13px; color: #666; font-style: normal; font-weight: normal; position: relative; z-index: 2; transition: all ease .3s; -webkit-transition: all ease .3s}

.list05 .list05_con .list05_right{width: 50%; position: absolute; top: 0; left: 0; margin-left: 50%;}
.list05 .list05_con .list05_right .li_bg{position: absolute; top: 0; left: 0; display: none}
.list05 .list05_con .list05_right .li_bg .img{width: 100%; height: 100%}
.list05 .list05_con .list05_right .li_bg .img img{width: 100%}

.list05 .list05_con .list05_left .list li:hover:before{width: 100%}
.list05 .list05_con .list05_left .list li:hover span{background: url("../image/icon.png") no-repeat 0 -33px}
.list05 .list05_con .list05_left .list li:nth-child(2):hover span{background: url("../image/icon.png") no-repeat 0 -99px}
.list05 .list05_con .list05_left .list li:nth-child(3):hover span{background: url("../image/icon.png") no-repeat 0 -165px}
.list05 .list05_con .list05_left .list li:nth-child(4):hover span{background: url("../image/icon.png") no-repeat 0 -231px}
.list05 .list05_con .list05_left .list li:nth-child(5):hover span{background: url("../image/icon.png") no-repeat 0 -297px}
.list05 .list05_con .list05_left .list li:hover i{background: #fff}
.list05 .list05_con .list05_left .list li:hover b{color: #fff}

.list05 .list05_con .list05_left .list li.on:before{width: 100%;}
.list05 .list05_con .list05_left .list li.on span{background: url("../image/icon.png") no-repeat 0 -33px}
.list05 .list05_con .list05_left .list li:nth-child(2).on span{background: url("../image/icon.png") no-repeat 0 -99px}
.list05 .list05_con .list05_left .list li:nth-child(3).on span{background: url("../image/icon.png") no-repeat 0 -165px}
.list05 .list05_con .list05_left .list li:nth-child(4).on span{background: url("../image/icon.png") no-repeat 0 -231px}
.list05 .list05_con .list05_left .list li:nth-child(5).on span{background: url("../image/icon.png") no-repeat 0 -297px}
.list05 .list05_con .list05_left .list li.on i{background: #fff;}
.list05 .list05_con .list05_left .list li.on b{color: #fff;}

.list05 .list05_con .list05_right .li_bg.active{display: block;}

/*----list06----*/
.list06{position: relative; padding: 80px 0 120px 0; overflow: hidden;}
.list06 .list06_con{}
.list06 .list06_con .list06_left{width: 40%; margin-right: 5%; position: relative}
.list06 .list06_con .list06_left .img{width: 100%; overflow: hidden;}
.list06 .list06_con .list06_left .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list06 .list06_con .list06_left .txt{width: 100%; height: 140px; padding: 20px 30px; background: #f0f0f0}
.list06 .list06_con .list06_left .txt h1{font-size: 16px; color: #333; margin-bottom: 10px;}
.list06 .list06_con .list06_left .txt p{font-size: 14px; color: #666; line-height: 26px;}
.list06 .list06_con .list06_left .txt span{display: block; width: 120px; padding: 12px 0; background: #004898; font-size: 28px; color: #fff; text-align: center; font-family: 'DisneyEnglish-Bold'; position: absolute; bottom: 0; right: 0; margin-bottom: 140px;}

.list06 .list06_con .list06_right{width: 55%;}
.list06 .list06_con .list06_right .list{margin-right: -2%; margin-bottom: 50px;}
.list06 .list06_con .list06_right .list li{width: 48%; margin-right: 2%; float: left; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list06 .list06_con .list06_right .list li .img{width: 100%; overflow: hidden;}
.list06 .list06_con .list06_right .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list06 .list06_con .list06_right .list li h1{font-size: 14px; color: #333; padding-top: 20px;}

.list06 .list06_con .list06_right .list_t{}
.list06 .list06_con .list06_right .list_t li{box-sizing: border-box; border-top: 1px solid #dedede; padding-top: 20px; margin-top: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list06 .list06_con .list06_right .list_t li h1{font-size: 14px; color: #333;}
.list06 .list06_con .list06_right .list_t li h6{ font-size: 14px; color: #666; font-family: 'novecentowide-book';}

.list06 .list06_con .list06_left:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.list06 .list06_con .list06_right .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.list06 .list06_con .list06_right .list_t li:hover h1{color: #004898}


























