.banner{
    width: 100%;
    height: 10.1rem;
    overflow: hidden;
    margin-top: 1.06rem;
}
.banner .swiper{
    width: 100%;
    height: 100%;
}
.swiper-button-next{
    background: url(../images/add2.png) no-repeat center center / 100% 100%;
}
.swiper-button-prev{
    left: 0.2rem!important;
    background: url(../images/add1.png) no-repeat center center / 100% 100%;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 4.8rem!important;
    width: 0.5rem!important;
    height: 0.5rem!important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.about{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.title{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 0.55rem;
    position: relative;
}
.title .title-line{
    width: 0.06rem;
    height: 0.5rem;
    background: #415dab;
    margin-top: 0.05rem;
}
.title .title-on{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-left: 0.2rem;
}
.title-on .title-head{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    /*line-height: 0.5rem;*/
}

.title-on .title-text{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    font-weight: bold;
    color: #999999;
    line-height: 0.4rem;
    margin-top: 0.05rem;
}
.title .title-ri{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.34rem;
    text-align: right;
    position: absolute;
    top: 0.24rem;
    left: 0;
}
.title-ri a{
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
}
.about .about-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about-box .about-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.4rem;
    text-indent: 2em;
    margin-top: 0.3rem;
}
.about-box .about-ul{
    width: 100%;
    height: 2.15rem;
    display: flex;
    justify-content: space-around;
    margin-top: 0.55rem;
}
.about-ul .about-li{
    width: auto;
    height: 2.15rem;
    overflow: hidden;
}
.about-li .about-icon{
    width: 0.82rem;
    height: 0.97rem;
    margin: 0 auto;
}
.about-li .about-on{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about-on .about-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.34rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.44rem;
    margin-top: 0.3rem;
    text-align: center;
}
.about-top span{
    font-size: 0.2rem;
    font-weight: 400;
}
.about-on .about-last{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    text-align: center;
    line-height: 0.3rem;
    margin-top: 0.1rem;
}
.about-box .about-top1{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.34rem;
    text-align: right;
    margin-top: 0.3rem;
}
.about-top1 a{
    color: #666666;
}
.iconfont{
    font-size: 0.14rem!important;
}
.about-box .about-img{
    width: 100%;
    height: 3.31rem;
    margin-top: 0.18rem;
}


.list{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.1rem;
    box-sizing: border-box;
}

.list .list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.3rem;
}
.list-box .list-item{
    width: 3.6rem;
    height: 3.2rem;
    float: left;
    margin-right: 0.08rem;
    position: relative;
}
.list-item:nth-of-type(even){
    margin-right: 0;
}
.list-item:nth-of-type(n+3){
    margin-top: 0.3rem;
}
.list-item .list-on{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.list-on .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #ffffff;
    font-weight: bold;
    margin-top: 2.6rem;
}
.list-on .list-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #ffffff;
    margin-top: 0.07rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.new{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.new .new-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.1rem;
}
.new-box .new-item{
    width: 100%;
    height: 2.22rem;
    background: #f0f0f0;
    border-radius: 0.05rem;
    overflow: hidden;
    display: flex;
    margin-top: 0.4rem;
}
.new-item a{
    display: flex;
    width: 100%;
    height: 100%;
}
.new-item:last-child{
    margin-bottom: 0.6rem;
}
.new-item .new-le{
    width: 3.01rem;
    height: 2.22rem;
}
.new-item .new-ri{
    width: 4.29rem;
    height: 2.22rem;
    overflow: hidden;
    padding-left: 0.2rem;
    padding-right: 0.1rem;
    box-sizing: border-box;
    position: relative;
}
.new-ri .new-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.36rem;
    margin-top: 0.22rem;
    /*font-weight: bold;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-ri .new-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.22rem;
    color: #999999;
    line-height: 0.3rem;
    margin-top: 0.08rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.new-ri .new-time{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #999999;
    text-align: left;
    line-height: 0.3rem;
    position: absolute;
    bottom: 0.1rem;
    left: 0.2rem;
}


.zhao{
    width: 100%;
    height: 10.09rem;
    background: url(../images/zhao.jpg) no-repeat center center / 100% 100%;
    overflow: hidden;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.zhao .title-line{
    background: #ffffff;
}
.zhao .title-head{
    color: #ffffff;
}
.zhao .title-text{
    color: #ffffff;
}
.zhao .zhao-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.zhao-box .zhao-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    margin-top: 0.6rem;
}
.zhao-top .zhao-li{
    width: auto;
    height: auto;
    overflow: hidden;
}
.zhao-li .zhao-img{
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
}
.zhao-li .zhao-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.4rem;
    margin-top: 0.23rem;
}

.zhao-box .zhao-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.4rem;
    margin-top: 0.5rem;
    text-align: justify;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.zhao-box .zhao-btn{
    width: 2rem;
    height: 0.5rem;
    border: 0.01rem solid #ffffff;
    box-sizing: border-box;
    font-size: 0.25rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.5rem;
    margin: 0.5rem auto 0;
}


.contact{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.contact .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-box .con-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.6rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.con-top .con-li{
    width: 2.8rem;
    height: 1.9rem;
    position: relative;
    float: left;
    margin-right: 1.1rem;
}
.con-li:nth-of-type(n+2){
    margin-right: 0;
}
.con-li:last-child{
    width: 100%;
    margin-top: 0.15rem;
}
.con-li .con-on{
    width: 100%;
    height: 1.4rem;
    margin-top: 0.5rem;
    font-size: 0.26rem;
    color: #333333;
    text-align: center;
    line-height: 1.4rem;
    border: 0.01rem solid #eeeeee;
    box-sizing: border-box;
    padding-top: 0.16rem;
}
.con-li .con-head{
    width: 1.77rem;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 0.5rem;
    background: url(../images/contact.png) no-repeat center center / 100% 100%;
    display: flex;
}
.con-head .con-img{
    width: 0.41rem;
    height: 0.31rem;
    margin-top: 0.36rem;
    margin-left: 0.31rem;
}

.con-head .con-name{
    width: auto;
    height: 1rem;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 1rem;
    margin-left: 0.2rem;
}
.con-li:nth-of-type(2) .con-img{
    width: 0.41rem;
    height: 0.4rem;
    margin-top: 0.25rem;
}
.con-li:nth-of-type(3) .con-img{
    width: 0.34rem;
    height: 0.33rem;
    margin-top: 0.35rem;
    margin-left: 0.28rem;
}
.con-box .con-last{
    width: 100%;
    height: 3.66rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-top: 0.36rem;
    margin-bottom: 0.36rem;
}
