#banner {
    margin-bottom: 16px;
    height: 350px;
    width: 100%;
}
#banner.bg {
    /* background-image: radial-gradient(ellipse at 45% 60%,#e7eef8 0,#e7eef8 40%,#98afce 100%); */
    /* background-image: url(/static/images/home/banner_bg.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#banner>img {
    height: 350px;
    width: 100%;
}
#banner .container {
    position: relative;
    color: #fff;
    z-index: 1;
}
#banner .container::after {
    content: '';
    /* background-image: url(/static/images/home/banner_icon.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 600px;
    height: 350px;
    position: absolute;
    right: -80px;
    top: 0;
    z-index: -1;
}
#banner .container h1 {
    width: 600px;
    margin-top: 50px;
    line-height: 100px;
    letter-spacing: 5px;
    font-weight: bold;
}
#banner .container p {
    width: 600px;
    line-height: 25px;
    letter-spacing: 2px;
}
#index-wrap1{
    width: 1170px;
    /* height: 420px; */
    margin:0 auto;
    margin-bottom: 20px;
    text-shadow: 1px 1px #fff;
}
#index-wrap1 h1{
    color: #1F438D;
    margin: 50px 0;
}
.main-left .icon {
    display: flex;
    justify-content:space-around;
}
.main-left .icon img {
    width: 30%;
    padding-right: 30px;
}
.main-left .list-box{
    display: flex;
    /* text-align: center; */
    justify-content:space-around;
}
.main-left .list-item{
    /* flex: 1; */
    width: 30%;
}
.main-left .list-item ul{
    display: block;
    padding-inline-start: 20px;
}
.main-left .list-item:first-child ul {
    padding-inline-start: 50px;
}
.main-left .list-item:last-child ul {
    padding-inline-start: 10px;
}
.main-left .list-item ul li h2{
    text-align: left;
    font-size: 25px;
    font-weight: bold;
}
.main-left .list-item ul li.li-item{
    line-height: 28px;
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 1px;
}
.main-left .list-item ul li.li-item .list-head{
    height: 6px;
    width: 6px;
    background: #555;
    margin-right: 10px;
    border-radius: 100%;
}
.main-right{
    border-left: 1px solid #1F438D;
    /* height: 420px; */
    padding-right: 0;
    margin-top: 30px;
}
.main-right .right-wrap{
    /* background: #dbe4ec; */
    height: 100%;
    margin-left: 20px;
}
.right-wrap .logo{
    display: block;
}
.right-wrap .logo img {
    height: 70px;
    margin-bottom: 30px;
}
.right-wrap p.mb30 {
    margin-bottom: 30px;
}
.right-wrap .chat-img{
    color: #1F438D;
    margin: 0;
    margin-top: 30px;
}
.right-wrap .chat-img img{
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-left: -10px;
}
.right-wrap a{
    color: #2868a6;
}
#index-wrap2{
    width: 1170px;
    margin: 50px auto 38px;
    text-shadow: 1px 1px #fff;
}
#index-wrap2 .list-box{
    display: flex;
    text-align: left
}
#index-wrap2 .title{
    /* font-weight: 400; */
    /* font-size: 24px; */
    line-height: 100px;
}
#index-wrap2 .move-wrap{
    position: relative;
    width: 1170px;
    height: 262px;
    overflow: hidden;
}
#index-wrap2 .move-item{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    white-space: nowrap;
}
#index-wrap2 .move-item a{
    background-position: center;
    background-size: cover;
    display: inline-block;
    height: 262px;
    width: 265px;
    float: left;
    margin: 0 15px;
    color:#fff;
    position: relative;
}
#index-wrap2 .move-item a:last-child{
    margin-right: 0;
}
#index-wrap2 .slider-prev, #index-wrap2 .slider-next {
    width: 30px;
    height: 30px;
    background-color: #ced0cf;
    color: #fefefe;
    cursor: pointer;
    border: none;
    border-radius: 15px;
    z-index: 99;
    position: absolute;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 49px;
    top: 0;
    font-size: 19px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#index-wrap2 .slider-prev{
    left: -50px;
}
#index-wrap2 .slider-next {
    right: -50px;
}
.move-item img{
    width: 100%;
    height: 100%;
}
.item-text-wrap{
    opacity: .95;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 9px;
    /*background: #003278;*/
    background: #1F438D;
    width: 100%;
    color: #fefefe;
    text-shadow: none;
    font-family: roboto,helvetica neue,'helvetica, arial',noto sans jp,'sans-serif';
    word-wrap: break-word;
    word-break: break-all;
}
.item-text-wrap .name{
    color: #fefefe;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.item-text-wrap .info{
    max-height: 0;
    transition: max-height .5s ease-in-out;
    overflow: hidden;
    white-space: normal;
}
.move-item a:hover .info{
    max-height: 1000px;
}