﻿@charset "utf-8";

.product-on {
    border-bottom: 2px solid #0097F0;
    color: #0097F0 !important;
}

.product-wrap {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.product-titlebox {
    width: 100%;
    float: left;
}

.product-titlebox ul li {
    width: 12.5%;
    float: left;
    height: 75px;
    line-height: 75px;
    background: #0D468D;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #333;
}

.product-titlebox ul li:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #093264;
    position: absolute;
    right: 0px;
    top: 0px;
}

.p-title-on {
    background: #0097F1 !important;
}

.product-title {
    width: 100%;
    float: left;
    font-size: 26px;
    margin: 45px 0px 30px 0px;
}

.product-box {
    width: 28%;
    float: left;
    height: 108px;
    background: #F5F5F5;
    font-size: 15px;
    padding: 0px 2%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.product-box:nth-child(3n) {
    margin-right: 0px;
}

.product-icon {
    width: 50px;
    height: 50px;
    float: left;
    background: #0097F1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 29px;
}

.product-tbox {
    display: block;
    margin-left: 60px;
    margin-top: 30px;
    height: 60px;
    overflow-y: auto;
    overflow-x: hidden;
}

.product-text1 {
    width: 100%;
    float: left;
    font-weight: 600;
    line-height: 20px;
}

.product-text2 {
    width: 100%;
    float: left;
    margin-top: 4px;
    line-height: 16px;
}

.product-phone {
    width: 100%;
    height: 520px;
    float: left;
    position: relative;
}

.product-swiper {
    width: 100%;
    height: 520px;
    float: left;
}

.arrow3-left {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -30px;
    z-index: 3;
    background: rgb(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
}

.arrow3-right {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -30px;
    z-index: 3;
    background: rgb(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
}

.information-title {
    width: 100%;
    float: left;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 25px;
}

.information-text {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 10px;
}

.information-box {
    width: 94%;
    padding: 3%;
    float: left;
    background: #F5F5F5;
    margin-top: 20px;
}

.information-text2 {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top: 5px;
}

.information-text3 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top: 5px;
}

.new-text-font {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.new-text-font p a {
    color: #666666;
}

/**/
.manage-wrap {
    width: 100%;
    float: left;
    height: 205px;
    margin-top: 50px;
    overflow: hidden;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    /* Firefox 4 */
    -webkit-transition: all 0.5s linear;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s linear;
}

.manage-titlebox {
    width: 94%;
    height: 124px;
    line-height: 124px;
    background: #0D468D;
    float: left;
    font-size: 28px;
    color: #fff;
    padding: 0px 3%;
}

.manage-icon {
    float: right;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -moz-transform: rotate(360deg);
    /* Firefox */
    -webkit-transform: rotate(360deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(360deg);
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    /* Firefox 4 */
    -webkit-transition: all 0.5s linear;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s linear;
}

.my-animat {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

.manage-menu-box {
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
}

.manage-menu {
    width: 21%;
    float: left;
    line-height: 80px;
    background: #0D468D;
    position: relative;
    height: 80px;
    color: #fff;
    padding: 0px 2%;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.manage-menu:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    z-index: 2;
}

.add-icon {
    float: right;
    color: #507AAD;
    font-size: 18px;
}

.manage-box {
    width: 15%;
    float: left;
    margin-right: 2%;
    /*margin-top: 25px;*/
    cursor: pointer;
}

.manage-box:nth-child(6n) {
    margin-right: 0px;
}

.manage-img {
    width: 100%;
    height: 175px;
    float: left;
    object-fit: cover;
}

.manage-text {
    width: 94%;
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0px 3%;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

.product-btn {
    width: 140px;
    height: 50px;
    background: #0097F1;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 1px solid #0097F1;
    font-size: 14px;
    color: #fff;
}

/**/

.layer-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 88;
}

.close-btn {
    width: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    cursor: pointer;
}

.honors-showimg {
    width: 92%;
    height: 65%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 650px;
    padding: 20px;
    box-sizing: border-box;
}

.honors-showbox {
    max-height: 76%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.honors-showbox img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.honors-img3 {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-height: 450px;
    object-fit: cover;
}

.menu-on {
    background: #0097F1 !important;
}

.menu-on span {
    color: #fff;
}

@media only screen and (max-width: 1270px) {
    .information-text2 {
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .manage-box {
        width: 23.5%;
    }

    .manage-box:nth-child(6n) {
        margin-right: 2%;
    }

    .manage-box:nth-child(4n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 900px) {
    .product-titlebox ul li {
        width: 33.3%;
        border-bottom: 1px solid #093264;
    }

    .product-box {
        width: 44%;
        margin-right: 2%;
    }

    .product-box:nth-child(3n) {
        margin-right: 2%;
    }

    .product-box:nth-child(2n) {
        margin-right: 0px;
    }

    .manage-menu {
        width: 46%;
    }
}

/* 手机等小屏幕手持设备 */
@media screen and (min-width: 320px) and (max-width: 480px) {
    .product-titlebox ul li {
        width: 50%;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }

    .product-box {
        width: 96%;
        margin-right: 0px !important;
    }

    /*.product-web{display: none;}*/
    .product-phone {
        display: block;
    }

    .information-box {
        width: 90%;
    }

    .manage-wrap {
        height: 106px;
    }

    .manage-titlebox {
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }

    .manage-icon {
        font-size: 20px;
    }

    .manage-menu {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .add-icon {
        font-size: 14px;
    }

    .layer-content {
        width: 94%;
        left: 3%;
    }

    .manage-box {
        width: 49%;
    }

    .manage-box:nth-child(n) {
        margin-right: 2% !important;
    }

    .manage-box:nth-child(2n) {
        margin-right: 0px !important;
    }

    .honors-showimg{
        height: 92%;
    }
}