.inside-banner img{
    display: block;
    width: 100%;
}

.inside-pos{
    height: 30px;
    line-height: 30px;
    color: #aaaaaa;
}

.inside-pos .container{
    display: flex;
    align-items: center;
}

.inside-pos a{
    color: #aaaaaa;
}

.inside-pos a:last-child{
    color: #0949c5;
}

.inside-pos .container img{
    margin-right: 5px;
}

.inside-pos .container span{
    margin: 0 5px;
}

.inside-main{
    background: #f7f8f8;
    padding: 40px 0;
}

.inside-side{
    width: 200px;
}

.inside-side a{
    display: block;
    background: #909090;
    color: #fff;
    height: 79px;
    line-height: 79px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    border: 1px solid #b0b1b1;
}

.inside-side a:last-child{
    margin-bottom: 0;
}

.inside-side a.on{
    background: #0949c5;
    border: 1px solid #5480d5;
}

.inside-content{
    padding: 50px;
    flex: 1;
    background: #fff;
    color: #666;
    line-height: 28px;
    margin-left: 15px;
}


.inside-content img{
    max-width: 100%;
    height: auto !important;
}

.inside-content-2{
    margin-left: 0;
}

.inside-content-2-title{
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 21px;
    color: #808080;
    margin-bottom: 20px;
}

.inside-content-2-title span{
    background: #f7f8f8;
    position: relative;
    z-index: 10;
    padding-right: 15px;
}

.inside-content-2-title::after{
    content: ' ';
    position: absolute;
    left: 0;
    border-bottom: 1px solid #bcbdbd;
    width: 100%;
    top: 26px;
}

.case-1-item{
    width: 187px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 18px;
    box-shadow: 0 0 10px 0 #ddd;
}

.case-1-item:nth-of-type(6n){
    margin-right: 0;
}

.case-1-item img{
    max-width: 100%;
    max-height: 100%;
}

.case-1{
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.case-2{
    justify-content: space-between;
}

.case-2-img{
    width: 790px;
}

.case-2-img img{
    width: 100%;
    display: block;
}

.case-2-text{
    width: 330px;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
}

.case-3{
    margin-top: 25px;
}

.case-3 img{
    width: 23.5%;
    margin-right: 2%;
}

.case-3 img:nth-of-type(4n){
    margin-right: 0;
}

.news-item-info-title{
    color: #4d4d4d;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-item-info-desc{
    color: #4d4d4d;
    height: 80px;
    overflow: hidden;
}

.news-item{
    display: flex;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #d1d1d1;
}

.news-item:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}

.news-item img{
    width: 390px;
    display: block;
    margin-right: 30px;
}

.news-item-info-date{
    color: rgba(77,77,77,0.3);
    text-align: right;
    margin-top: 20px;
}

.gallery-thumbs img{
    width: 100%;
    height: 120px;
    display: block;
}

.gallery-thumbs .swiper-slide{
    border-radius: 10px;
    overflow: hidden;
}

.gallery-thumbs{
    margin-bottom: 50px;
    max-width: 1080px;
}

.swiper-button-prev-thumbs{
    left: -25px;
    top: 55px;
}

.swiper-button-next-thumbs{
    right: -25px;
    top: 55px;
}

.gallery-thumbs .swiper-slide::after{
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}

.gallery-thumbs .swiper-slide-thumb-active::after{
    background: rgba(255,255,255,0);
}

.swiper-button-next-thumbs:after, .swiper-button-prev-thumbs:after{
    display: none;
}

.jy-desc{
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    margin-top: 35px;
    line-height: 24px;
}

.swiper-container-jiayuan .swiper-slide img{
    display: block;
    width: 100%;
    border-radius: 15px;
}

.join-tab a{
    flex: 1;
    max-width: 210px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ffffff;
    margin-right: 10px;
    border-radius: 5px;
    color: #3256ed;
}

.join-tab a.on{
    background: #3256ed;
    color: #fff;
}

.join-tab a:last-child{
    margin-right: 0;
}

.join-tab-content-item{
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    display: none;
    line-height: 26px;
    color: #4d4d4d;
    min-height: 240px;
}

.join-tab-content-item.on{
    display: block;
}

.join-tab-content{
    margin-top: 20px;
}

.form-1{
    margin-right: 15px;
    width: 800px;
}

.form-1 textarea{
    height: 273px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    width: 780px;
    resize: none;
    padding: 10px;
    display: block;
    margin-bottom: 15px;
}

.form-1 div{
    display: flex;
    justify-content: space-between;
}

.form-1 div input{
    width: 45%;
    height: 87px;
    color: #c3c3c3;
    padding-left: 3%;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.form-1 div input::-webkit-input-placeholder,.form-1 textarea::-webkit-input-placeholder{
    color: #c3c3c3;
}

.form-2{
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}

.form-2 img{
    display: block;
    width: 355px;
}

.form-2 button{
    background: #909090;
    height: 65px;
    width: 100%;
    margin-top: 20px;
}

.ts-btn{
    background: #3256ed;
    color: #fff;
    width: 200px;
    margin: 30px auto 0;
    display: block;
    border: none;
    border-radius: 25px;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
}