.mainbottom {
    min-width: 1600px;
    height: auto;
}

.onone {
    width: 1400px;
    height: 115px;
    border: 1px solid #e6e6e6;
    margin-top: 50px;
}

.onone div {
    height: 57px;
    width: 1320px;
    display: flex;
}

.onone .oneline {
    border-bottom: 1px solid #e6e6e6;
}

.onone .oneline a {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #4D4D4D;
    line-height: 27px;
}
.onone .oneline a.active  {
    color: #3B1789;
    font-weight: 600;
}
.onone .twoline a {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #4D4D4D;
    line-height: 27px;
}
.onone .twoline a.active  {
    color: #3B1789;
    font-weight: 600;
}

.onone div span {
    display: block;
    width: 90px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 58px;
}

.onone div ul {
    width: 730px;
    display: flex;
    margin-left: 50px;
}

.onone .oneline ul {
    width: 900px;
}

.onone li {
    height: 57px;
    line-height: 57px;
    border: none;
    font-size: 18px;
    margin: 0px 23px;
}

.onone li:hover {
    color: #3b1789;
    border: none;
    background: none;
}

.listbox {
    width: 1400px;
    height: auto;
    /* display: flex;
    flex-wrap: wrap; */
}

.listbox div {
    display: inline-block;
    width: 448px;
    height: 375px;
    background: #f7f8fa;
    margin-top: 60px;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 20px;
}
.listbox div:nth-child(3n){
    margin-right: 0px;
}

.listbox div img {
    width: 448px;
    height: 286px;
}

.listbox div h5 {
    font-size: 18px;
    padding: 32px;
}

/* 分页 */
.pagination,
.pagination .page {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
}

.pagination .page {
    width: 486px;
    height: 185px;
    margin: 0;
}

.pagination .prev,
.pagination .next {
    width: 75px;
    height: 45px;
    border-radius: 25px;
    margin: 10px;
    cursor: pointer;
    background: #f0f0f0;
    text-align: center;
    line-height: 45px;
    font-size: 10px;
}

.pagination .first,
.pagination .last,
.pagination .page p {
    text-align: center;
    line-height: 45px;
    border-radius: 45px;
    width: 40px;
    height: 45px;
    padding: 4px 8px;
    margin: 0 7px;
    cursor: pointer;
}

.pagination .page span {
    margin: 0 20px;
}

.pagination .page p.on {
    background: #3b1789;
    color: #fff;
    width: 26px;
    height: 35px;
    line-height: 36px;
}

.pagination .total {
    margin: 0 6px;
}

.pagination input[type=tel] {
    border: 1px solid #3b1789;
    height: 30px;
    width: 40px;
    text-align: center;
}

.pagination input[type=button] {
    border: 1px solid #3b1789;
    height: 45px;
    width: 45px;
    text-align: center;
    background-color: #3b1789;
    color: #fff;
    margin: 0 6px;
    cursor: pointer;
}

.pagination select {
    width: 75px;
    height: 45px;
    border: 1px solid #3b1789;
}

/* .pagebox{
    width: 486px;
    height: 185px;
}
.pagination{
    margin-top: 60px;
} */
.zp-xinxi {
    /*max-width: 1920px;*/
    width: 100%;
    min-width: 1400px;
    height: auto;
    background: #f6f7f8;
    overflow: hidden;
}

.zp-xinxi>div {
    margin-bottom: 30px;
    width: 1200px;
    height: auto;
    background: #fff;
}

.xinxione #show {
    position: relative;
    width: 1200px;
    height: 195px;
    background: #fff;
    margin-top: 60px;
    margin-bottom: 20px;

}

.xinxione.active #show::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    border-bottom: 1px solid #F2F2F2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.zp-xinxi h1 {
    padding: 60px;
    padding-bottom: 30px;
    display: flex;
}

@keyframes rotate360 {
    100% {
        transform: rotate(-180deg);
    }
}

.rotate360 {
    animation: rotate360 .5s ease-out 0s;
}

.zp-xinxi h1 .down {
    width: 18px;
    height: 11px;
    transition: 0.2s;
    transform-origin: center;
}

.zp-xinxi h1 .jiantou {
    width: 18px;
    height: 11px;
    margin-top: 10px;
    transform: rotateZ(180deg);
    margin-right: 68px;
    cursor: pointer;
}

.zp-xinxi h1 .jiantou.on {
    width: 18px;
    height: 11px;
    margin-top: 10px;
    transform: rotateZ(0deg);
    margin-right: 68px;
}

.zp-xinxi h1 .jiantou {
    width: 18px;
    height: 11px;
    margin-top: 10px;
    margin-right: 68px;
}

.zp-xinxi h1 span {
    display: block;
    width: 76px;
    height: 32px;
    background: #f9b73b;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 7px;
    text-align: center;
    line-height: 32px;
    font-weight: 300;
}

.zp-xinxi .x-box {
    margin-left: 50px;
    width: 460px;
    height: 20px;
    display: flex;
    margin-top: 0;
}

.x-box img {
    width: 24px;
    height: 24px;
    padding: 0 10px;
}

.x-box h6 {
    display: block;
    width: 110px;
    color: #888;
    margin-right: 41px;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #888888;
    line-height: 24px;
}

.xinxione #slide {
    width: 1200px;
    height: 705px;
    background: #fff;
}

.xinxione #slide h2 {
    font-size: 22px;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 35px;
}

.xinxione #slide p {
    font-size: 16px;
    color: #888;
    line-height: 36px;
    padding-left: 60px;
}

.xinxione #slidetwo {
    width: 1200px;
    height: 705px;
    background: #fff;
}

.xinxione #slidetwo h2 {
    font-size: 22px;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 35px;
}

.xinxione #slidetwo p {
    font-size: 16px;
    color: #888;
    line-height: 36px;
    padding-left: 60px;
}

/* 合作伙伴 */
.f-bottom {
    width: 100%;
    min-width: 1400px;
    height: 532px;
    background: url(../images/dalishang.png) no-repeat;
    color: #fff;
    overflow: hidden;
        background-size: cover;
}

.f-bottom h1 {
    font-size: 36px;
    text-align: center;
    margin-top: 100px;
    font-weight: 400;
    margin-bottom: 80px;
}

.f-bottom p {
    width: 1200px;
    display: flex;
}

.f-bottom p span {
    display: block;
    width: 380px;
    margin-left: 19px;
    padding-right: 300px;
    margin-bottom: 16px;
}

.f-bottom form {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.f-bottom input {
    width: 368px;
    height: 60px;
    background: none;
    border: 1px solid #808080;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 16px;
    outline: none;
    margin-right: 20px;
    margin: 0 auto;
    color: #fff;
}
.f-bottom input.wrong{
    border: 1px solid #808080;
}
.f-bottom  .bc {
    position: absolute;
    bottom: 94px;
    font-size: 11px;
    left: 414px;
    color: #e01616;
}
.f-bottom input.wrong {
    color: #e01616;
    border: 1px solid #e01616;
}
.f-bottom input::placeholder {
    color: #ccc;
}

.f-bottom input:nth-child(3n) {
    margin-right: 0px;
}

.f-bottom form .submit {
    margin-top: 60px;
    background: #f9b73b;
    color: #fff;
    cursor: pointer;
}

.partners .partners_box {
    width: 1200px;
    padding: 100px 0 50px 0;
    background: #FAFBFC;
}

.partners_box h1 {
    font-size: 40px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 60px;
    text-align: center;
}

.partners {
    background: #FAFBFC;
}

.partners_warpper {
    margin-top: 90px;
}

.partners_warpper .item {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 12%;
}

.partners_warpper .item:nth-child(3n) {
    margin-right: 0;
}

.partners_warpper .item .img {
    width: 70px;
}

.partners_warpper .item .tit {
    margin: 37px 0 24px 0;
    font-size: 28px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
}

.partners_warpper .item p {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.provide {
    padding: 100px 0;
}

.provide_box {
    max-width: 1200px;
    margin: 0 auto;
}

.provide_box h1 {
    font-size: 40px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 60px;
    text-align: center;
}

.provide_warpper {
    display: flex;
    margin-top: 50px;
}

.provide_warpper .item {
    width: 380px;
    height: 228px;
    background: #FAF6F0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    box-sizing: border-box;
}

.provide_warpper p {
    font-size: 28px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
    margin-bottom: 12px;
    overflow: hidden;
}

.provide_warpper span {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
}
@media screen and (max-width: 1400px){
    
    .listbox.caselist{
        width: 1300px!important;
    }

  }