.tabber {
    position: relative;
    flex: 1;
}

.quan {
    width: 5px;
    height: 5px;
    margin: 0 5px 0 0;
}

* {
    margin: 0;
    padding: 0;
}

.tabber1 {
    cursor: pointer;
}

.addressNew {
    cursor: pointer;
}

.tabber-content {
    width: 600px;
    justify-content: space-evenly;
    /* width: 750px; */
    display: flex;
    /* justify-content: space-between; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box {
    cursor: pointer;
    width: 105px;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    /* color: #6D7792; */
    position: relative;
}

.child {
    color: #7D88A7;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.children {
    cursor: pointer;
    display: none;
    /* display: block; */
    transition: all 1s;
    position: absolute;
    left: 0;
    text-align: center;
    width: inherit;
    background-color: #fff;
    line-height: 40px;
    z-index: 1;
    border-top: 2px #1CF2FF solid;
}

.nav {
    height: 70px;
    line-height: 70px;
    color: #FFFFFF;
}

.product_box {
    margin-left: -50px;
    width: 780px;
    height: 400px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
}

.logoImg_pro {
    margin-left: 5px;
    width: 30px;
    height: 30px;
}

.title_pro {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C3E5C;
}

.display_pro {
    width: 750px;
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(153, 153, 153, 0.4);
}

.displayS {
    display: flex;
}

.displaySP {
    display: flex;
    align-items: center;
}

.one_proImg {
    width: 20px;
    height: 20px;
}

.one_proTitle {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* color: #1174EE; */
    color: #2C3E5C;
    margin-left: 5px;
}

.one_proTitleDian {
    margin-left: 5px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C3E5C;
}

.one_pro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.one_proImgDian {
    width: 5px;
    height: 5px;
}

.two_proSP {
    margin-left: 10px;
}

.two_pro,
.three_pro,
.four_pro,
.five_pro {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 50px;
}

.solve_pro {
    margin-left: -50px;
    width: 400px;
    height: 400px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
}

.name_pro {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-left: -20px;
}

.sconeImg {
    width: 149px;
    display: block;
    height: 149px;

}

.footer_box {
    display: flex;
    justify-content: center;
    /* padding: 30px 0 0 0; */
    align-items: center;
}

.footer_box1 {
    display: flex;
    justify-content: center;
}

.footerDiv {
    margin: 0 auto;
    width: 1200px;
    height: 340px;
    background-color: #091633;
}

.footer_flex {
    display: flex;
    justify-content: space-between;
}

.footer_logo {
    /* width: 320px; */
    text-align: center;
}

.footer_two_name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.footer_two_nameType {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D88A7;
}

.footer_logo_style {
    line-height: 40px;
    text-align: left;
    /* padding: 0 0 0 100px; */
}

.footer_leftImg {
    width: 20px;
    height: 18x;
}

.Zfooter {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #071024;
}

.Zfooter .ZfooterTitle {
    font-size: 16px;
    color: #6D7792;

}

.logoTitle {
    text-align: left;
    width: 295px;
    height: 133px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D88A7;
    line-height: 24px;
}

.logoImg {
    width: 179px;
    height: 73px;
    display: inline-block;
}

.contentBox {
    z-index: 99;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5000);
}

.classList,
.header,
.navigation,
.Zfooter,
.main,
.recommend,
.introduDiv,
.footer {
    width: 1200px;
    /*版心*/
    margin: 0 auto;
    /*块级元素水平居中*/
    text-align: center;
}

.navigation {
    text-align: left;
    width: 1200px;
    height: 50px;
    display: flex;
    align-items: center;
}


.navigation>img {
    background-color: #fff;
}

.addressNew {
    background-color: #fff;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding: 0 0 0 9px;
}

.addressColor {
    background-color: #fff;
    color: #1174EE;
}

.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.header .logoImg {
    width: 179px;
    height: 73px;
    display: inline-block;
}

.phoneImg {
    margin: 11px 8px 0 10px;
    width: 32px;
    height: 32px;
}

.hotPhone {
    text-align: left;
    display: inline-block;
}

.hotPhoneName {
    display: block;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-style: italic;
    color: #909090;
}

.hotPhoneNumber {
    display: block;
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-style: italic;
    color: #1174EE;
}