/*公共样式 start*/
.margin20_0{
    margin: 20px 0;
}
.margin0_20 {
    margin: 0 20px;
}
.margin30_0 {
    margin: 30px 0;
}
.margin50_0 {
    margin: 50px 0;
}
.margin_b_30 {
    margin-bottom: 30px;
}
.margin_b_50 {
    margin-bottom: 50px;
}
.margin_t_50 {
    margin-top: 50px;
}
.text-center{
    text-align:center;
}
.color_c9{
    color: #c9c9c9;
}
.flex {
    display: flex;
}
.flex-ju-sp{
    display: flex;
    justify-content: space-between;
}
.flex-ju-ce{
    display: flex;
    justify-content: center;
}
/*公共样式 end*/
/* 公共头部 */
.headTop {
    background: #333333;
    width: 100%;
    height: 30px;
    line-height: 30px !important;
    color: #ffffff;
}
    .headTop > div {
        width: 1200px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
.head-Icon {
    font-size: 16px;
    line-height: 30px !important;
    margin-right: 5px;
}
.JCWeb {
    cursor: pointer;
}
.webContent {
    width: 100%;
    background: #333333;
}
.webContentMain {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}
    .webContentMain > div {
        margin-right: 80px;
    }
.webTitle {
    color: #cdcdcd;
    font-size: 16px;
}
.MainWeb {
    border-left: 4px solid #ff0000;
    padding-left: 10px;
    color: #ffffff;
}
.OtherWeb:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #ffffff;
}
.webIntroduce {
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}
.el-carousel__container {
    height: 500px !important;
}
@media screen and (max-width:1750px) {
    .el-carousel__container {
        height: 455px !important;
    }
}
@media screen and (max-width:1600px) {
    .el-carousel__container {
        height: 400px !important;
    }
}


.top {
    width: 100%;
    height: 60px;
    z-index: 11;
    top: 0;
    left: 0;
    min-width: 1200px;
    width: 100%;
}

.nav_li > a:hover {
    color: #fff;
}

.nav .actives {
    border-bottom: 3px solid #c70000;
}

.nav_icon {
    font-size: 30px !important;
}
.top_box {
    background: url('../Img/headbg.png')no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 60px;
    margin: 0 auto;
}

    .top_box:hover {
        background-color: rgba(31,33,42,1);
    }
.nav_li:hover>a {
    transform:scale(1.1);
}
/* class绑定 */
.active {
    background-color: rgba(31,33,42,1);
}

.logo {
    height: 60px;
    margin-top: -1px;
}

.logo_img {
    display: inline-block;
    width: 65px;
}

.logo_img2 {
    display: inline-block;
    width: 140px;
}

/* 一级标题 */
.nav {
    width: 880px;
    height: 100%;
    position: relative;
}

.nav_li {
    z-index: 999;
    padding: 0 18px;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    margin-top: -1px;
    cursor: pointer;
    border-bottom: 2px solid rgba(204, 80, 80, 0);
}

    .nav_li a {
        color: #fff;
        width: 100%;
        height: 100%;
        display: block;
        font-size: 16px;
    }
/*登录，注册*/
.login_reg {
    display: flex;
    align-items: center;
    height: 100%;
}

    .login_reg span, .login_reg label, .login_reg a {
        display: block;
        padding: 2px 11px;
        margin: 0 5px;
        cursor: pointer;
        text-align: center;
        color: white;
        border: 1px solid white;
        border-radius: 500px;
        white-space: nowrap;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .login_reg span:hover, .login_reg a:hover {
            background-color: #cf0000;
            border: 1px solid #cf0000;
        }
/*登录，注册弹窗*/
.alert {
    position: fixed !important;
    left: 50%;
    margin-left: -100px;
    transform: translateX(-50%);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 200px;
    border: 2px solid #FFF !important;
    color: #fff !important;
    background-color: #2e96c3!important;
}

.close-po-btn {
    position: absolute;
    right: 16px;
    top: 16px;
}

.login_reg_content {
    width: 800px !important;
    border-radius: 30px !important;
    background-image: linear-gradient(to right, #d53609, #fff) !important;
    overflow: hidden;
}

.login_reg_nav {
    width: 100%; /*800px*/
    display: flex;
}

    .login_reg_nav > img {
        width: 50%;
        height: 500px;
    }

.login_reg_right {
    width: 50%;
    letter-spacing: 5px;
    font-size: 13px;
    background-color: white;
}

.login_reg_body {
    width: 280px;
    display: flex;
    flex-direction: column;
}

.login_reg_title {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

    .login_reg_title span {
        display: inline-block;
        width: 50%;
        box-sizing: border-box;
        color: #666666;
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        position: relative;
    }

.login_title {
    text-align: left;
    border-right: 1px solid #999999;
}

.register_title {
    text-align: right;
    border-left: 1px solid #999999;
}

.login_reg_active {
    color: #c70000 !important;
}

    .login_reg_active::after {
        content: "";
        width: 88px;
        position: absolute;
        bottom: -15px;
        border-radius: 5px;
        display: block;
        height: 5px;
        background-color: #c70000;
    }

.login_title::after {
    left: 0;
}

.register_title::after {
    right: 5px;
}

.login_reg_center {
    display: flex;
    flex-direction: column;
}

    .login_reg_center input {
        margin: 10px 0;
        font-size: 13px;
    }

.login_body input {
    width: 100%;
    padding: 18px 0 18px 35px;
}

.login_body i {
    position: absolute;
    top: 23px;
    left: 15px;
    font-size: 15px;
}

.login_body span {
    letter-spacing: 2px;
    color: #666666;
    font-size: 13px;
    display: block;
    width: 70px;
    margin: 10px 0;
}

.forget:hover {
    color: #c70000;
}

.reg_input_box {
    width: 100%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    font-weight: 600;
    box-sizing: border-box;
}

    .reg_input_box label {
        width: 35px;
        margin: 0 !important;
    }

    .reg_input_box input {
        width: calc(100% - 40px);
        padding: .375rem .4rem !important;
    }

.login_reg_body .login_reg_btn {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: white;
    background-color: #c70000;
    border: 0;
    border-radius: 5px;
    margin: 0;
}

    .login_reg_body .login_reg_btn:active {
        outline: none !important;
        border-color: transparent !important;
        box-shadow: none !important;
    }
.forgetReturn {
    border: 0 !important;
    font-size: 12px !important;
    width: auto !important;
    position: absolute !important;
    right: 0;
    bottom: -5px;
}
.clear {
    clear: both;
}

.clear-after::after {
    content: "";
    clear: both;
}

.pointer {
    cursor: pointer;
}
/* top 一级 content */
.nav_short_head {
    padding: 3px 0;
}

.nav_box {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    margin-top: 90px;
    background: rgba(31,33,42,.95);
    z-index: 99;
}

.nav_content_box {
    width: 1250px;
    margin: 0 auto;
    color: #fff;
}

.nav-title-hover:hover {
    color: #c70000 !important;
}

.nav_content_box a {
    color: #ffffff;
}

.nav_short_head a:hover {
    color: red;
}

/* 在线服务 */
.jiaoyufuwu {
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
}

    .jiaoyufuwu > div {
        width: 30%;
    }

        .jiaoyufuwu > div > .u-f-ajc {
            padding-bottom: 10px;
            border-bottom: 2px solid #AFABAB;
        }

.yunfuwu {
    padding: 10px 0px;
}

.nav_short_head a {
    font-size: 14px;
    color: #AFABAB;
}

.jiaoyufuwu a {
    font-size: 12px;
    margin: 10px 0 !important;
}

    .jiaoyufuwu a:hover {
        color: #FF0000
    }

.nav_font {
    font-size: 16px;
}

.carousel {
    z-index: 9;
}

/* 示范案例 */
.shifananli {
    padding: 20px 40px;
    flex-direction: column;
}

    .shifananli > div {
        width: 100%;
    }

    .shifananli > .shifananli-top {
        display: flex;
        justify-content: space-between;
    }

        .shifananli > .shifananli-top div {
            width: 30% !important;
        }

.jiaoyu_liebiao .u-f-tf {
    padding: 5px 10px;
}

.shijian {
    padding-bottom: 30px;
    border-bottom: 2px solid #AFABAB;
}

.jiaoyu_liebiao {
    padding: 10px 0 10px;
}

    .jiaoyu_liebiao ul {
        padding-bottom: 30px !important;
    }
/* 竞赛 */
.jingsai {
    width: 30%;
    padding: 20px 40px 20px;
    margin: auto;
}

    .jingsai > div:first-child {
        font-size: 30px;
    }

    .jingsai > div:last-child {
        font-size: 16px;
    }

/* 产教融合 */
.chanjiaoronghe {
    padding: 20px 40px;
}

    .chanjiaoronghe svg {
        width: 30px;
        height: 44.67px;
    }

    .chanjiaoronghe > div {
        width: 30%;
    }

        .chanjiaoronghe > div > div:first-child {
            font-size: 30px;
        }

        .chanjiaoronghe > div > div:last-child {
            font-size: 16px;
        }
.nav-title-Img {
    display: block;
    width: 35px;
    height: 35px;
    margin: 6px auto 5px;
}
.RZDK {
    background: url('../Img/icon/RLZY.png')no-repeat;
    background-size: 100% 100%;
}
.nav-title-hover:hover .RZDK {
    background: url('../Img/icon/r_RLZY.png')no-repeat;
    background-size: 100% 100%;
}
.CXCY {
    background: url('../Img/icon/CXCY.png')no-repeat;
    background-size: 100% 100%;
}
.nav-title-hover:hover .CXCY {
    background: url('../Img/icon/r_CXCY.png')no-repeat;
    background-size: 100% 100%;
}
.LTJY {
    background: url('../Img/icon/LTJY.png')no-repeat;
    background-size: 100% 100%;
}
.nav-title-hover:hover .LTJY {
    background: url('../Img/icon/r_LTJY.png')no-repeat;
    background-size: 100% 100%;
}
.SZHSYJC {
    background: url('../Img/icon/SZHSYJC.png')no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    margin: 1px auto 5px;
}

.nav-title-hover:hover .SZHSYJC {
    background: url('../Img/icon/r_SZHSYJC.png')no-repeat;
    background-size: 100% 100%;
}
.SBGS {
    background: url('../Img/icon/SB.png')no-repeat;
    background-size: 100% 100%;
}
.nav-title-hover:hover .SBGS {
    background: url('../Img/icon/r_SB.png')no-repeat;
    background-size: 100% 100%;
}
/* 精创动态 */
.dontai {
    padding: 20px 40px;
}

    .dontai > div {
        width: 30%;
    }

        .dontai > div > div:first-child {
            font-size: 30px;
        }

        .dontai > div > div:last-child {
            font-size: 16px;
        }

/* 关于精创 */
.guanyu {
    padding: 20px 40px;
}

    .guanyu > div {
        width: 30%;
    }

        .guanyu > div > div:first-child {
            font-size: 30px;
        }

        .guanyu > div > div:last-child {
            font-size: 16px;
        }

/* 底部 */
.bottom {
    width: 100%;
    height: auto;
    color: white;
    background: #262626;
    padding: 30px 0;
    box-sizing: border-box;
    font-size: 12px;
}

    .bottom .bottom-box {
        min-width: 1200px;
        max-width: 1600px;
        width: 100%;
        height: 100%;
    }

    .bottom .bottom-left {
        width: auto;
        height: 100%;
        margin: 0 20px;
        box-sizing: border-box;
    }

    .bottom .bottom-center {
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 2%;
        box-sizing: border-box;
        position: relative;
    }

    .bottom .bottom-right {
        width: auto;
        margin: 0 44px 0 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    .bottom .border_after:after {
        content: "";
        display: block;
        height: 100%;
        width: 1.5px;
        background-color: #454545;
        position: absolute;
        top: 0;
        right: 0;
    }
    .bottom .border_before:before {
        content: "";
        display: block;
        height: 100%;
        width: 1.5px;
        background-color: #454545;
        position: absolute;
        top: 0;
        left: 0;
    }
    .bottom-center .connection_mode{
        margin-right: 20px;
    }
        .bottom-center .connection_mode:last-child {
            margin-right: 0px;
        }
    .bottom .connection_mode a {
        color: white;
    }

        /*.bottom .connection_mode a:hover {
            color: var(--themeColor);
        }*/

    .bottom .connection_mode div {
        flex: 1;
    }

    .bottom .connection_mode p, .bottom-center .connection_mode a {
        display: block;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
.bottom .connection_mode h5 a {
    color: #878787;
    cursor:default;
}
    .bottom .phone-email {
        margin-bottom: 10px;
        justify-content: flex-start;
    }

    .bottom .email {
        padding: 0px 0px 0px 20px;
        margin-left: 40px;
    }

    .bottom .phone {
        padding: 0px 20px 0px 0px;
    }

.letter-span {
    letter-spacing: 8px;
}

.bottom .address p {
    padding: 10px 0;
    line-height: 12px;
}

.bottom .phone-email span {
    line-height: 30px;
}

.bottom .phone-email img {
    margin-top: 8px;
    margin-right: 14px;
}

.gzh {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.bottom-copyright {
    font-size: 12px;
    letter-spacing: 0.2rem;
    color: white;
    background: #000000;
    line-height: 45px;
}
#footer {
    line-height: 30px;
    width: 100%;
    background: #333333;
    padding: 30px 0 20px;
    color: #dbdbdb;
    font-size: 14px;
}

    #footer .footTitle {
        font-size: 20px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    #footer ul li {
        margin-bottom: 5px;
    }

    #footer ul .headphone {
        height: 36px;
        width: 50px;
    }

    #footer .ul-one {
        border-right: 1px solid rgba(255,255,255,0.2);
        padding-right: 60px;
    }

        #footer .ul-one li {
            margin-bottom: 4px;
        }

    #footer ul li img {
        margin-right: 5px;
        width: 20px;
        position: relative;
        top: 3px;
    }

    #footer ul li span {
        font-weight: 400;
        font-size: 18px;
    }

    #footer a {
        color: #dbdbdb;
        font-size: 14px;
        text-decoration: none;
    }

        #footer a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

        #footer a span {
            font-size: 12px;
        }

.footer {
    width: 1200px;
    margin: auto;
}

.footer-top {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    margin-top: -35px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.footerBottom {
    background: #000000;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size:14px;
}
.footerBottom a {
    color: #ffffff;
    margin-right:5px;
}
.footerBottom a:hover {
    text-decoration: underline!important;
}


a.decoration {
    color: #909090;
}

    a.decoration:hover {
        color: #C70000;
    }

.white-nowrap {
    white-space: nowrap;
}

.items-center {
    display: flex;
    align-items: center;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input {
    outline: 0;
    -webkit-transition: border-color .3s cubic-bezier(.65,.05,.35,.5);
    transition: border-color .3s cubic-bezier(.65,.05,.35,.5);
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 2px;
    padding-right: 30px;
}

.input_search {
    width: 100%;
    position: relative;
    background-color: white !important;
}

    .input_search .input {
        padding-left: 40px;
    }

    .input_search img {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

/*个人信息 start*/
.UserInfo_nav {
    width: 100%;
    border: var(--border);
    padding: 30px;
    box-sizing: border-box;
}

.UserInfo_title {
    margin-left: 20px;
    color: var(--themeColor);
    font-size: 25px;
}

.UserInfo_li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px;
    border: var(--border);
    margin: 20px 0;
    border-radius: 40px;
}

.UserInfo_btns {
    display: flex;
    justify-content: space-between;
    width: 320px;
}

    .UserInfo_btns .button {
        cursor: pointer;
        margin-left: 20px;
        /*height: 50px;*/
        line-height: 35px;
        width: 130px;
        border-radius: 5px;
        padding: .375rem .75rem;
        text-align: center;
    }
    .UserInfo_btns .sm_btn {
        padding: .175rem .4rem;
    }

.service_status {
    width: 80px;
    padding: 5px 10px;
    text-align: center;
    box-sizing: border-box;
}
.tab_button {
    border-radius: 5px;
    margin: 0 10px;
    padding: 5px 10px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.black_bg {
    color: white;
    background-color: black;
}

.green_bg {
    color: white;
    background-color: #009a09;
}

.blue_bg {
    color: white;
    background-color: #007ff9;
}

.oragge_bg {
    color: white;
    background-color: #ffa100;
}

.noList {
    box-shadow: 0 0 0 0 !important;
    font-size: 25px;
    font-weight: bold;
    width: 100% !important;
    height: 150px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .noList:hover {
        border: 0 !important;
        transform: translate3d(0, 0, 0) !important;
    }
.companyInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #c9c9c9;
}
    .companyInfo:hover{
        background: #e9e9e9;
    }
    .company_btn {
        display: inline-block;
        cursor: pointer;
        margin: 0 10px;
        border-radius: 5px;
        padding: 5px 10px;
        text-align: center;
        box-sizing: border-box;
        cursor: pointer;
    }
/*个人信息 end*/
/*技能竞赛 start*/
.Hrss_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}

.Hrss_content_list {
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #fd6969;
    border-radius: 10px;
    margin: 20px 0;
    box-sizing: border-box;
}

.Hrss_content_chanege {
    color: white;
    background: -moz-linear-gradient(top, #fd6969 0%, #b80000 100%);
    background: -webkit-linear-gradient(top, #fd6969 0%, #b80000 100%);
    background: -o-linear-gradient(top, #fd6969 0%, #b80000 100%);
    background: -ms-linear-gradient(top, #fd6969 0%, #b80000 100%);
    background: linear-gradient(to bottom, #fd6969 0%, #b80000 100%);
    cursor:pointer;
}

.Hrss_content_icon {
    width: 50%;
    margin: 20px 60px;
}

.Hrss_content span {
    display: block;
    margin: 0 10px;
}
    .Hrss_content span.pointer:hover {
       color:red;
       text-decoration:underline;
    }
.Hrss_content_title {
    text-align: center;
    margin-bottom: 30px;
    line-height: 25px;
}

.Hrss_content_unit {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 20px;
}

.Hrss_noList {
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
}

.Skill_left {
    width: 35%;
    height: 100%;
    color: white;
    letter-spacing: 5px;
    line-height: 25px;
    position: relative;
    background-color: #d33c3c;
    padding: 60px 40px;
    box-sizing: border-box;
}

.Skill_left_title {
    font-size: 20px;
    margin-bottom: 60px;
    padding: 15px 0;
    border-bottom: 1px solid white;
}

.Skill_left_li {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin: 25px 0;
    position: relative;
    cursor: pointer;
}

    .Skill_left_li img {
        width: 30px;
        position: absolute;
        top: 3px;
        right: -60px;
    }

.Skill_left_bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.Skill_right {
    width: 65%;
    height: 100%;
}
/*技能竞赛 end*/
/*轮播图 start*/
.parents {
    overflow: hidden;
}

    .parents .wrap {
        transition: all 1.2s;
    }

        .parents .wrap li {
            float: left;
        }

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.parents img {
    width: 100%;
    height:500px;
}
@media screen and (max-width:1750px) {
    .parents img {
        height: 455px;
    }
}

@media screen and (max-width:1600px) {
    .parents img {
        height: 400px;
    }
}

.parents .contain {
    position: relative;
}

.parents p {
    position: absolute;
    display: inline-block;
    right: 0;
    color: #fff;
    bottom: 0;
    background-color: rgba(28, 44, 60, 0.41);
    padding: 0px 10px;
}

.parents .number {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

    .parents .number li {
        background: #fff;
        padding: 2px 8px;
        margin-right: 4px;
        cursor: pointer;
        font-weight: bold;
        color: var(--themeColor);
        border: 2px solid transparent;
    }

        .parents .number li.active {
            background: #c70000;
            font-weight: bold;
            color: white;
            border: 2px solid #fff;
        }
/*轮播图 end*/
/*在线服务 start*/
.server_top_div {
    width: 100%;
    position: relative;
    background-color: #2e96c3;
    color: white;
}
    .server_top_div>img{
        width: 100%;
    }
    .server_top_div > div {
        position: absolute;
        top: 0;
        left: 50px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
.server_top_explain{
    display: flex;
    flex-direction: column;
    line-height: 25px;
}
.server_div1, .server_div5 {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
    .server_div1 > div, .server_div5 > div {
        width: 48%;
        box-shadow: var(--boxShadow);
        padding: 30px 0 30px 80px;
        box-sizing: border-box;
    }
.server_div1 > div > span {
    display: block;
}
.server_div2{
    display: flex;
    flex-direction: column;
}
    .server_div2 > div {
        width: 100%;
        border-radius: 1000px;
        padding: 30px 0;
        text-align: center;
        color: white;
        background-color: #a53639;
        margin: 20px 0;
    }
.server_div3{
    display: flex;
    justify-content: space-between;
}
    .server_div3 > div, .server_div5 > div {
        width: 30%;
        padding: 30px;
        background-color: white;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 14px;
        line-height: 30px;
    }

    .server_div3 img, .server_div5 img {
        width: 30%;
        margin: 30px 0;
    }
.server_div5 > div {
    width: 48% !important;
}
/*在线服务 end*/
.product_classification {
    width: 350px;
    text-align: center;
    line-height: 40px;
}

.product_classification > div a:hover{
    color:red;
}
.new_search {
    display: block;
    float: left;
    width: 50px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #23b7e5;
}