.pro_header {
    position: relative;
    width: 100%;
    height: 92vh;
    background: url("http://gd-static-image.oss-cn-hangzhou.aliyuncs.com/pro.png") no-repeat;
    background-size: cover;
}

#pro_textbox {
    z-index: 12;
    position: absolute;
    text-align: right;
    top: 29%;
    right: 20%;
}

#dz_dingwei {
    height: 1px;
    width: 1px;
}

.level_nav1 {
    margin-top: 38px;
}

.pro_line {
    margin-top: 20px;
    height: 2px;
    width: 120px;
    position: relative;
    margin-left: 67%;
    background-color: #fff;
}

.pro_side_text {
    font-family: "CAI978";
    font-size: 110px;
    color: #fff;
}

.pro_side_pro {
    display: inline-block;
    color: #fff;
    font-size: 36px;
    margin-left: 10px;
    font-family: "MaoKenWangFengYaSong";
}

.pro_side_new {
    display: block;
    color: #fff;
    font-size: 36px;
    padding-right: 10px;
    font-family: "Noto Sans SC";
}

#pro_lyear {
    display: none;
    position: relative;
}


/* main */

#pro_main {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 20px;
}

#pro_main_box {
    display: block;
    width: 100%;
    position: relative;
}

.level_nav1 li {
    /* height: 48px; */
    box-sizing: border-box;
    padding: 5px 30px;
    line-height: 20px;
    display: inline-block;
    margin: 0 22px;
    font-size: 20px;
    font-family: "Noto Sans SC";
    color: rgb(88, 88, 88);
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.level_nav1 li:hover {
    cursor: pointer;
    border: 1px solid rgb(207, 152, 105)
}

.level_nav2>ul {
    display: none;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: rgb(207, 152, 105) !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid rgb(207, 152, 105) !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this::before,
.layui-tab-brief>.layui-tab-title .layui-this::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid rgb(207, 152, 105);
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -5px;
}

#gc_tags {
    border-bottom-style: none !important;
    text-align: center;
    max-width: 1000px;
    margin: 60px auto;
}

#gc_tags li {
    padding: 0 0 !important;
    margin: 0 40px;
    font-family: "Noto Sans SC";
    font-size: 18px;
    color: rgb(65, 65, 65);
}

#gc_tag_main {
    position: relative;
    height: auto;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
}

.tag_ul {
    text-align: left;
    margin-top: 30px;
}

.tag_ul li {
    overflow: hidden;
    width: 47%;
    display: inline-block;
    margin: 0 1%;
    padding: 0 0.5%;
    box-sizing: border-box;
}

.tag_ul li::after {
    display: block;
    clear: both;
    content: "";
}

.tag_list_imgb {
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 425px;
    margin: 0 auto;
}

.tag_list_imgb img:hover {
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.tag_list_imgb img {
    transition: all 0.7s ease;
    width: 100%;
}

.tag_list_text {
    height: 44px;
    line-height: 44px;
    margin: 12px 0;
    text-align: center;
    font-family: "Noto Sans SC";
    font-size: 17px;
    color: rgb(110, 110, 110);
    margin-bottom: 30px;
}

.pro_img {
    width: 85%;
    margin: 0 auto;
}

.layui-tab-item {
    display: block !important;
}

.proMsg {
    width: 75px;
    margin-left: 78%;
}

@media screen and (max-width:1400px) {
    #pro_main {
        width: 80%;
    }
    .showList {
        width: 94%;
    }
    .showImg {
        width: 96%;
    }
    .level_nav1 li {
        margin: 0 11px;
    }
    .dz_footer .dz_f_box #footer_right {
        width: 41%;
    }
    .dz_footer .dz_f_box {
        width: 100%;
        justify-content: center;
    }
    .dz_footer .dz_f_box #footer_cen {
        width: 25%;
    }
    #nav1_tag {
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media screen and (max-width:765px) {
    .pro_header {
        height: 37.7vh;
    }
    #nav1_tag {
        overflow-x: auto;
        white-space: nowrap;
    }
    .tag_list_text {
        height: 24px;
        line-height: 24px;
        margin: 5px 0;
        margin-bottom: 14px;
        font-size: 14px;
    }
    .tag_ul li {
        margin: 5px 1%;
        box-shadow: 2px 2px 3px rgba(244, 244, 244, 0.7);
    }
    .layui-tab-content {
        padding: 0;
    }
    #nav1_tag::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .level_nav1 li {
        border-radius: 0;
        padding: 5px 20px;
        line-height: 18px;
        margin: 0px;
        font-size: 16px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .from_win {
        display: none;
    }
    .pro_side_text {
        font-size: 24px;
    }
    .pro_side_new {
        font-size: 12px;
    }
    .pro_line {
        margin-top: 5px;
        width: 25px;
        margin-left: 62%;
    }
    .proMsg {
        width: 25px;
        margin-left: 62%;
    }
    #pro_textbox {
        top: 38%;
        right: 5%;
    }
    .tag_ul {
        margin-top: 0;
    }
    .layui-tab {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width:375px) {
    .level_nav1 {
        margin-top: 30px;
    }
}

@media screen and (max-width:330px) {
    .level_nav1 {
        margin-top: 25px;
    }
}