/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; height: 420px; margin-top: 1px;}
.banner .swiper-wrapper{overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}


/*----content------*/
.content{position: relative; margin-bottom: 40px; z-index: 9;}

.a_link{width: 120px; height: 36px; border-radius: 6px; line-height: 36px; text-align: center; background: linear-gradient(to bottom,#0e66aa 0,#043868 100%); margin: 10px 0 0 0; box-sizing: border-box; position: relative;}
.a_link i{font-size: 14px; color: #fff; font-style: normal; font-family: 'Montserrat-Light'; transition: all ease .4s; -webkit-transition: all ease .4s}

/*----list01----*/
.list01{padding: 10px 0; position: relative}
.list01 .list01_list{}
.list01 .list01_list .list{}
.list01 .list01_list .list li{width: 25%; float: left; text-align: center; padding: 10px 0; transition: all ease .2s; -webkit-transition: all ease .2s}
.list01 .list01_list .list li a{font-size: 16px; color: #fff; line-height: 2}

.list01 .list01_list .list li:nth-child(1){background: linear-gradient(#0067b1,#004081)}
.list01 .list01_list .list li:nth-child(2){background: linear-gradient(#47aa42,#3c7336)}
.list01 .list01_list .list li:nth-child(3){background: linear-gradient(#d12420,#961f09)}
.list01 .list01_list .list li:nth-child(4){background: linear-gradient(#651184,#470d5d)}

.list01 .list01_list .list li:hover{opacity: 0.8}

/*----list02----*/
.list02{position: relative; padding: 20px 0; overflow: hidden;}
.list02 .list02_con{}
.list02 .list02_con .list{margin-right: -2%;}
.list02 .list02_con .list li{float: left; width: 31.3333%; margin-right: 2%;}
.list02 .list02_con .list li h3{font-size: 26px; color: #5D6861; margin-bottom: 6px; font-family: 'dincond-medium-webfont'}
.list02 .list02_con .list li .img{width: 100%; height: 210px; margin-bottom: 10px; overflow: hidden;}
.list02 .list02_con .list li .img img{width: 100%;}
.list02 .list02_con .list li h1{font-size: 18px; color: #5D6861; margin-bottom: 10px;}
.list02 .list02_con .list li p{font-size: 14px; color: #4c5b52; line-height: 1.6}


/*----list03----*/
.list03{padding: 40px 0 0 0;}
.list03 h1 a{font-size: 26px; color: #5D6861; margin-bottom: 10px; font-family: 'dincond-medium-webfont'}
.list03 .list03_con{}

.list03 .list03_con .list{margin-right: -2%;}
.list03 .list03_con .list li{float: left; width: 14.6666%; margin-right: 2%;}
.list03 .list03_con .list li .img{width: 100%; height: 105px; margin-bottom: 10px; overflow: hidden;}
.list03 .list03_con .list li .img img{width: 100%;}
.list03 .list03_con .list li h3{font-size: 15px; color: #5D6861; margin-bottom: 10px;}
.list03 .list03_con .list li h6{font-size: 12px; color: #999; font-family: 'Montserrat-Light'}

