*{
    margin: 0;
    padding: 0;
  }
.header{
    width: 100%;
    margin: auto;
    max-width: 1290px;
    height: 45vh;
    padding:80px 50px;
    border-image: linear-gradient(to right, #fff 0%, #e5e5e5 50%, #fff 100%) 2 2 2 2; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.headerbox{
    background-color: #2365C8;
    background-image: url(../image/brand/banner.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 80%;
}

.headerlittle{
    margin-top:20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
.headertitle{
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.headerremake{
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.dolet{
    width: 100%;
    margin: auto;
    max-width: 1290px;
    padding:80px 50px;
    padding-top: 0;
    padding-bottom: 120px;
}
.dolettitle{
    margin-top: 80px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 15px;
    color: #9098ab;
}
.one{
    /* margin-top: 30px; */
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}
.onetitle {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.onetitle::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 30px;
    left: 0;
    background-color: #8d94a5;
}
.onelogo{
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.onecolor{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}
.onecoitem{
    flex-grow: 1;
    height: auto;
    font-size: 12px;
    color: #fff;
    padding: 8px;
    text-align: right;
}
.onecoitem:nth-child(1){
    background-color: #3895fc;
}
.onecoitem:nth-child(2){
    background-color: #2d7de2;
}
.onecoitem:nth-child(3){
    background-color: #2365c8;
}
.onecoitem:nth-child(4){
    background-color: #464646;
}
.onecoitem:nth-child(5){
    background-color: #8d94a5;
}
.onecoitem:nth-child(6){
    background-color: #f2f4f6;
    color: #333;
}
.itemtitle{
    font-size: 20px;
    padding: 20px;
    background-color: #8D94A5;
    /* background: linear-gradient(to right,#73b5fa,#0070ff); */
    /* background-image: url(../image/brand/ping32biaozhi.svg); */
    background-size: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.twotitle{
    margin-top: 30px;
    font-size: 15px;
    color: #9098ab;
}
.twologoitembox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.twologoitem{
    width: 100%;
    padding:80px 30px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}
.twologoitem1{
    padding: 40px 30px;
    background-color: #f7f9fc;
}
.twologoitem4{
    background-color: #0aacfb;
    width: 380px;
    height: 200px;
}
.twologoitem2{
    background-color: #1b7cff;
    width: 380px;
    height: 200px;
}
.twologoitem3{
    background-color: #00255f;
    width: 380px;
    height: 200px;

}
.twologoitem img{
    width: 62%;
}
.twologoitem1 img,.twologoitem5 img{
    width: 35%;
}
.twologoitem5{
    padding: 40px 30px;
}
.doletmaxtitle{
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
    font-weight: 600;
    /* text-align: center; */
    margin-top: 120px;
}
.doletmaxtitle1{
    margin-bottom: 14px;
    font-size: 17px;
    margin-top: 30px;
}
.doletmaxtitle2{
    margin-bottom: 40px;
}
.doletmaxreamek{
    font-size: 15px;
    color: #9098ab;
    /* text-align: center; */
    line-height: 28px;
    margin-bottom: 30px;
}
.doletmaxreamek1{
    font-size: 15px;
    color: #9098ab;
    /* text-align: center; */
    line-height: 28px;
}
.doletationtext{
    font-size: 15px;
    color: #9098ab;
    line-height: 28px;
}
.doletation{
    padding: 16px 12px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-top: 30px;
}
.doletationimg img{
    width: 20px;
    margin-right: 10px;
}
.dolettitlemart{
    margin-top: 30px;
}
.dolettextimg{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 120px;
    padding:0 6px;
    height: 40px;
    border-radius: 32px;
    bottom: -40px;
    right: 20px;
    transition: all 0.3s; /* 通过名字链接，名字，时间*/
    transition-timing-function: linear;/* 匀速执行 */
    cursor: pointer;
}
.dolettextimg2{
    right: 160px;
}
.twologoimg1{
    display: block;
    transition: all 0.3s; /* 通过名字链接，名字，时间*/
    transition-timing-function: linear;/* 匀速执行 */
}
.twologoimg2{
    display: none;
    transition: all 0.3s; /* 通过名字链接，名字，时间*/
    transition-timing-function: linear;/* 匀速执行 */
}
.twologoitem:hover{
   background-color: #f7f9fc;
}
.twologoitem5:hover{
    background-color: #fff;
 }
.twologoitem:hover .twologoimg2{
    display: block;
}
.twologoitem:hover .twologoimg1{
    display: none;
}
.twologoitem:hover .dolettextimg{
    bottom: 20px;
}
.onelogo:hover .dolettextimg{
    bottom: 20px;
}
.dolettextimg:hover .dolettitledow{
    color: #3895fc;
}
.dolettextimg img{
    width: 15px;
    margin-right: 10px;
}
.dolettextleimg img{
    width: 0;
}
.aass{
    padding-right: 10px;
}
.bbss{
    padding-left: 10px;
}
.doletation1{
    margin-top: 120px;
}
@media only screen and (max-width: 992px) {
.header,.dolet{
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
}
.headerbox {
    background-size: 250%;
}
.headertitle{
    font-size: 36px;
}
.headerremake br{
    display: none;
}
.onecolor{
    width: 100%;
    flex-wrap: wrap;
}
.onecoitem{
    width: 100%;
    font-size: 12px;
    overflow-wrap: break-word;
    padding-left: 3px;
}
.twologoitem,.twocoitem{
    width: 100%;
}
.one{
    /* display: block; */
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.dolet{
padding-bottom: 30px;
padding-top: 40px;
}
.twologoitem{
    padding:80px 30px;
    margin-top: 20px;
}
.doletmaxreamek{
    margin-bottom: 20px;
}

.dolettitlemart,.doletmaxtitle{
    margin-top: 20px;
}
.ping,.two{
    margin-bottom: 60px;
}
.doletmaxtitle2,.itemtitle,.onelogo{
    margin-bottom: 20px;
}
.aass{
    padding-right: 15px;
}
.bbss{
    padding-left: 15px;
}
.doletation{
    margin-bottom: 40px;
}
.doletation1{
    margin-top: 0;
}
}