/*Created by lk on 2020/07/29.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0; overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .txt{position: absolute; width: 100%; left: 0; top: 46%; text-align: center; z-index: 2}
.banner .txt h3{font-size: 36px; letter-spacing: 1px; color: #fff; font-weight: bold; margin-bottom: 4px; transform: translateY(80px); -webkit-transform: translateY(80px); opacity: 0; transition: all ease .6s .8s; -webkit-transition: all ease .6s .8s}
.banner .txt p{font-size: 26px; color: #fff; transform: translateY(80px); -webkit-transform: translateY(80px); opacity: 0; transition: all ease .6s 1s; -webkit-transition: all ease .6s 1s;}

.banner .swiper-slide-active .txt h3{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.banner .swiper-slide-active .txt p{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}

.mark{width: 100%; height: 890px; position: relative;}


/*----content----*/
.content{position: relative; background: #fff; z-index: 3}

.title{padding-bottom: 40px; text-align: center;}
.title h6{font-size: 18px; color: #006f9d; font-weight: bold; margin-bottom: 6px; font-family: 'Montserrat-Light' }
.title h1{font-size: 24px; color: #333; font-weight: bold;}

/*----list01----*/
.list01{position: relative; padding: 120px 0}
.list01 .list01_left{width: 30%; margin-right: 10%;}
.list01 .list01_left h6{font-size: 20px; color: #006f9d; margin-bottom: 10px; font-weight: bold; font-family: 'Montserrat-Light'}
.list01 .list01_left h1{font-size: 24px; color: #181818; font-weight: bold; margin-bottom: 40px}
.list01 .list01_left p{font-size: 13px; color: #333; line-height: 26px; margin-bottom: 40px;}
.list01 .list01_left .line{display: block; width: 60px; height: 3px; background: #006f9d;}

.list01 .list01_right{width: 60%;}
.list01 .list01_right p{font-size: 14px; color: #333; line-height: 28px;}
.list01 .list01_right a{position: relative; width: 130px; padding: 8px 0; border: 1px solid #999; text-align: center; margin-top: 30px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list01 .list01_right a:before{content: ""; display: block; width: 0; height: 100%; background: #006f9d; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list01 .list01_right a h6{font-size: 13px; color: #333; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list01 .list01_right a:hover:before{width: 100%}
.list01 .list01_right a:hover h6{color: #fff;}

.list01 .list01_list{margin-top: 60px;}
.list01 .list01_list .li{padding: 0 5px; cursor: pointer}
.list01 .list01_list .li .img{width: 100%; overflow: hidden}
.list01 .list01_list .li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list01 .list01_list .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

/*----list02----*/
.list02{position: relative; background: url("../image/img02.jpg") no-repeat center fixed;}
.list02:before{content: ""; display: block; width: 42%; height: 100%; background: rgba(0,111,157,0.8); position: absolute; top: 0; left: 0;}
.list02 .list02_con{width: 30%; padding: 260px 0}
.list02 .list02_con h6{font-size: 18px; color: #fff; font-weight: bold; margin-bottom: 10px; font-family: 'Montserrat-Light' }
.list02 .list02_con h1{font-size: 24px; color: #fff; font-weight: bold; margin-bottom: 40px;}
.list02 .list02_con p{font-size: 14px; color: #fff; line-height: 26px; margin-bottom: 30px;}
.list02 .list02_con .line{display: block; width: 60px; height: 3px; background: #fff;}

/*----list03----*/
.list03{position: relative; padding: 80px 0}
.list03 .list03_con{margin-top: 40px;}
.list03 .list03_con .li{padding: 0 5px;}
.list03 .list03_con .li .img{width: 100%; overflow: hidden}
.list03 .list03_con .li .img img{width: 100%; float: none; display: block;  transition: all ease .4s; -webkit-transition: all ease .4s;}
.list03 .list03_con .li h1{font-size: 14px; color: #333; padding: 16px 0; text-align: center}
.list03 .list03_con .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

.list03 .search{width: 40%; height: 42px; margin: 30px auto 0 auto; background: #006f9d; overflow: hidden; outline: none; border: none}
.list03 .search form{outline: none; border: none; padding: 1px; box-sizing: border-box}
.list03 .search .key{width: 85%; height: 38px; line-height: 40px; padding: 0 0 0 8px; font-size: 14px; color: #999; border: none; background: #fff; outline: none; box-sizing: border-box; border-radius: 0; overflow: hidden}
.list03 .search .ss{width: 14%; height: 38px; padding: 0; line-height: 41px; outline: none; border: none; background: #006f9d; cursor: pointer}
.list03 .search .ss i{font-size: 22px; color: #fff;}


/*----list04----*/
.list04{padding: 100px 0 0 0; position: relative; background: #f0f0f0; overflow: hidden}
.list04 .list04_left{width: 45%; margin-right: 5%; padding-top: 20px;}
.list04 .list04_left .img{width: 100%; height: 220px; overflow: hidden}
.list04 .list04_left .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list04 .list04_left .txt{padding-top: 16px;}
.list04 .list04_left .txt h1{font-size: 14px; color: #333; margin-bottom: 4px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list04 .list04_left .txt h6{font-size: 12px; color: #999; margin-bottom: 20px; font-family: 'novecentowide-book' }
.list04 .list04_left .txt p{font-size: 13px; color: #666; line-height: 26px;}

.list04 .list04_right{width: 50%; padding: 20px 0; border-left: 1px solid #fff;}
.list04 .list04_right .right_li{border-bottom: 1px solid #fff; padding-left: 40px;}
.list04 .list04_right .right_li a{position: relative; display: inline-block; font-size: 13px; color: #666; padding: 14px 10px; margin-right: 10px;}
.list04 .list04_right .right_li a:before{content: ""; display: block; width: 0; height: 2px; background: #006f9d; position: absolute; bottom: 0; left: 0; margin: 0 0 -1px 8px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list04 .list04_right .right_li a.on:before{width: 58px;}
.list04 .list04_right .list{padding: 60px 0 40px 50px;}
.list04 .list04_right .list li{margin-bottom: 60px;}
.list04 .list04_right .list li .data{width: 15%; margin-right: 5%;}
.list04 .list04_right .list li .data h6{font-size: 24px; color: #333; font-family: 'Montserrat-Light'}
.list04 .list04_right .list li .txt{width: 80%;}
.list04 .list04_right .list li .txt h1{font-size: 14px; color: #181818; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list04 .list04_right .list li .txt p{font-size: 12px; color: #666; line-height: 26px;}

.list04 .list04_left:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list04 .list04_left:hover .txt h1{color: #006f9d}
.list04 .list04_right .right_li a:hover:before{width: 58px;}
.list04 .list04_right .list li:hover .txt h1{color: #006f9d}



/*----list05----*/
.list05{padding: 80px 0; border-top: 1px solid #f0f0f0; overflow: hidden}
.list05 .title{width: 18%; margin-right: 10%; text-align: left}
.list05 .title p{font-size: 13px; color: #333; line-height: 26px; margin-top: 30px;}

.list05 .list05_con{width:72%;}
.list05 .list05_con:before{content: ""; display: block; width: 60%; height: 60%; background: #006f9d; position: absolute; bottom: 0; left: 0; margin-bottom: -40px; margin-left: 30px}
.list05 .list05_con .li{padding-left: 80px;}
.list05 .list05_con .li .img{width: 100%; height: 460px; overflow: hidden}
.list05 .list05_con .li .img img{width: 100%;}

