@charset "UTF-8";

@media (max-width: 768px) {
}
html {
    font-size: 100px;
}
@font-face {
    font-family: "hmos_r";
    src: url(../fonts/harmonyos_sans_sc_regular.ttf);
}
@font-face {
    font-family: "hmos_b";
    src: url(../fonts/harmonyos_sans_sc_bold.ttf);
}
@font-face {
    font-family: "hmos_m";
    src: url(../fonts/harmonyos_sans_sc_medium.ttf);
}
@font-face {
    font-family: "hmos_l";
    src: url(../fonts/harmonyos_sans_sc_light.ttf);
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/Gilroy-Medium-2.otf);
}
* {
    font-family: "hmos_r";
}
 @keyframes hideShow {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/*app-头部*/

.ss2 {
    float: right;
    width: 420px;
    height: 48px;
    border: 2px solid #bebcba;
    border-radius: 48px;
    margin-top: 47px;
    padding: 0 25px;
    position: absolute;
    right: 22%;
    top: -25px;
    display: none;
}
.ss3 {
    width: 90%;
    display: block;
    position: static;
    float: none;
    margin: 0 auto;
}
.ss2:hover {
    border: 2px solid #6eb92c;
}
.ss2 input {
    width: 90%;
    height: 100%;
    border: none;
    background: none;
    font-size: 0.14rem;
    color: #333;
    font-family: "regular";
}
.ss2 button {
    float: right;
    width: 10%;
    height: 100%;
    border: none;
    background: none;
    /* background-image: url(../images/img2.png); */

    background-repeat: no-repeat;
    background-position: center;
}
.ss2 button img {
    width: 18px;
    height: 18px;
}
.header-app {
    background: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.6rem;
    z-index: 1000;
    -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.header-app.open-menu {
    height: 100%;
    background: #fff;
    -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.navbar-app {
    position: relative;
    -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
    height: 0.6rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-app .logo {
    float: left;
    height: 0.6rem;
    vertical-align: middle;
    padding: 0.08rem 0.1rem;
}
.header-app .logo img {
    width: 2rem;
}
.navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 0.22rem 0.15rem;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}
.navbar-togger .icon_bar {
    width: 0.24rem;
    height: 0.02rem;
    background-color: #000;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-togger .icon_bar:nth-of-type(2) {
    margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}
.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}
.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}
.nav-menu {
    position: absolute;
    top: 0.6rem;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 0.2rem 0.15rem;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}
.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.nav-list li {
    opacity: 0;
    pointer-events: none;
}
.nav-list li.open {
    border-bottom: none;
}
.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-0.44rem);
    -ms-transform: translateY(-0.44rem);
    transform: translateY(-0.44rem);
    transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}
.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}
.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-0.4rem);
    -ms-transform: translateY(-0.4rem);
    transform: translateY(-0.4rem);
    transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}
.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}
.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-0.36rem);
    -ms-transform: translateY(-0.36rem);
    transform: translateY(-0.36rem);
    transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}
.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}
.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-0.32rem);
    -ms-transform: translateY(-0.32rem);
    transform: translateY(-0.32rem);
    transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}
.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}
.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-0.28rem);
    -ms-transform: translateY(-0.28rem);
    transform: translateY(-0.28rem);
    transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}
.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}
.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-0.24rem);
    -ms-transform: translateY(-0.24rem);
    transform: translateY(-0.24rem);
    transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}
.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}
.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-0.2rem);
    -ms-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
    transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}
.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-0.16rem);
    -ms-transform: translateY(-0.16rem);
    transform: translateY(-0.16rem);
    transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}
.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}
.cate-item {
    position: relative;
}
.cate-item a {
    font-family: "regular";
    font-size: 0.16rem;
    line-height: 0.48rem;
    margin-right: 0.6rem;
    display: block;
    color: #333;
}
.nav-list li.active .cate-item a,  .nav-list li.open .cate-item .category-a {
    color: #0382da;
}
.category-cont a:last-child {
    border: none;
}
.category-cont a.active {
    color: #0382da;
}
.category-tig {
    font-size: 0.14rem;
    color: #888;
    text-align: right;
    line-height: 0.48rem;
    width: 0.5rem;
    height: 0.48rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.category-tig::before,  .category-tig::after {
    content: '';
    background: #888;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.category-tig::before {
    width: 0.16rem;
    height: 0.02rem;
    right: 0;
    margin-top: -0.01rem;
}
.category-tig::after {
    width: 0.02rem;
    height: 0.16rem;
    margin-top: -0.08rem;
    right: 0.07rem;
}
.nav-list li.open .category-tig::after {
    opacity: 0;
}
.nav-list li.open .category-tig::before {
    background: #00aeef;
}
.category-cont {
    display: none;
}
.nav-list li.open .category-cont {
    display: block;
    border-bottom: 0.01rem solid rgba(133, 131, 131, 0.5) !important;
    border-top: 0.01rem solid rgba(133, 131, 131, 0.5) !important;
}
.category-pad {
    padding: 0 0.15rem;
}
.category-cont a {
    font-family: "regular";
    font-size: 0.14rem;
    line-height: 0.4rem;
    display: block;
    color: #333;
}
.category-cont a:last-child {
    border-bottom: none !important;
}
.category-pad a.on {
    color: #e51c24;
}
.lan-box-app {
    padding: 0.2rem 0;
    text-align: center;
}
.lan-box-app a {
    font-size: 0.14rem;
    color: #333;
    display: inline-block;
    padding: 0 0.1rem;
    position: relative;
}
.lan-box-app a:after {
    content: '';
    width: 0.01rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.05rem;
}
.lan-box-app a:hover,  .lan-box-app a.on {
    color: #00aeef;
}
.lan-box-app a:last-child:after {
    display: none;
}
/* header */

.header {
    z-index: 1000;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 140px;
    background: #fff;
    transition: all 0.5s;
}
.header-top {
    line-height: 40px;
    background-color: #0f0f0f;
}
.header-top .lef {
    float: left;
    font-size: 14px;
    color: #666666;
}
.header-top .rig {
    float: right;
    font-size: 14px;
    color: #666666;
}
.header-top .rig .div1 {
    display: inline-block;
    vertical-align: middle;
}
.header-top .rig a {
    font-size: 14px;
    color: #999999;
}
.header-top .rig .a1 {
    margin-right: 30px;
    position: relative;
    padding-right: 20px;
}
.language-list.show {
    opacity: 1;
    visibility: visible;
}
.header-top .rig .a1::after {
    content: '';
    width: 1px;
    height: 13px;
    background-color: #999999;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}
.header-top .rig .a1:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header-top .rig .a1:last-child::after {
    content: none;
}
.header-top .rig a:last-child {
    margin-right: 0;
}
.language {
    float: right;
    position: relative;
}
.language-text {
    text-align: center;
    width: 102px;
    display: block;
    color: #333;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-down {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.language-list {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    padding: 0px 0;
    -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.language-list a {
    width: 100px;
    display: block;
    padding: 0px 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-rig .div3 p {
    padding-left: 50px;
}
.header-bottom {
    height: 100px;
}
.header2 {
    top: -208px !important;
}
.header_lef .logo {
    padding-top: 27px;
    float: left;
    position: relative;
}
.header_lef .logo .ig {
    width: 200px;
    display: inline-block;
}
.header_lef .logo img {
    width: 100%;
    vertical-align: bottom;
}
.header_lef .logo .div1 {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.header_lef .logo .div1::before {
    content: '';
    width: 1px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 4%;
    background-color: #bcbcbc;
    transform: translateY(-50%);
}
.header_lef .logo .div1 p {
    font-size: 21px;
    color: #000;
}
.header_center {
    float: left;
    margin-left: 100px;
}
.category-item {
    float: left;
    padding: 0 20px;
    position: relative;
}
.category-item:last-child {
    padding-right: 0;
}
.category-a {
    font-size: 18px;
    line-height: 100px;
    padding: 0 0;
    display: block;
    position: relative;
    color: #000;
}
.category-item.active .category-a {
    color: #e40013;
}
.category-item:hover a {
    color: #e40013;
}
.category-a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #e40013;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.category-item.active .category-a::after,  .category-item:hover .category-a::after {
    width: 100%;
    opacity: 1;
}
.header-rig {
    padding-top: 40px;
    float: left;
}
.header-rig div {
    float: left;
    margin-left: 43px;
}
.header-rig .div1 {
    font-size: 20px;
    color: #b3b3b3;
}
.header-rig .div1 a {
    font-size: 20px;
    color: #999999;
    font-family: 'din';
}
.header-rig .div1 a:hover {
    color: #e40013;
}
.header-rig .div3 {
    font-size: 20px;
    color: #e40013;
    font-family: 'din';
    position: relative;
    transform: translateY(-13px);
}
.header-rig .div3::before {
    content: '';
    width: 38px;
    height: 38px;
    background: url(../images/head1.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.sousuo {
    width: 500px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    border-bottom: 1px solid #333;
    transition: all 0.5s;
    transition-duration: 0.5s;
}
.sousuo input {
    width: 420px;
    height: 60px;
    border: none;
    float: left;
    font-size: 16px;
    color: #333;
    opacity: 0.8;
}
.sousuo button {
    width: 80px;
    height: 60px;
    border: none;
    float: right;
    background: none;
    font-size: 18px;
    color: #333;
    opacity: 0.8;
}

/* 改变搜索框默认字体颜色 */

.sousuo input:-moz-placeholder,  .ss2 input:-moz-placeholder {
 color: #333;
 opacity: 0.8;
}
 .sousuo input:-ms-input-placeholder,  .ss2 input:-ms-input-placeholder {
 color: #333;
 opacity: 0.8;
}
 .sousuo input::-webkit-input-placeholder,  .ss2 input::-webkit-input-placeholder {
 color: #333;
 opacity: 0.8;
}
.sousuo .gb {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    transition: all 0.5s;
    cursor: pointer;
}
.hide1 {
    transform: scale(0) !important;
    opacity: 0;
    transition: 0.6s ease-in-out;
    transition-duration: 0.5s;
}
.show1 {
    z-index: 8;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.header-in {
    transition-duration: 0.5s;
}
.footer-zong {
    width: 100%;
    background-color: #f5f5f5;
}
.footer-zong .foot-top .lef {
    width: 86%;
    float: left;
    border-right: 2px solid #e6e6e6;
    padding-bottom: 40px;
}
.footer-zong .lef .top {
    padding: 40px 0;
    border-bottom: 2px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
}
.footer-zong .lef .top .div1 {
    float: left;
    display: flex;
    align-items: center;
    flex: 1;
}
.footer-zong .lef .top .div1 .logo {
    width: 205px;
    display: inline-block;
}
.footer-zong .lef .top .div1 .logo img {
    width: 100%;
    vertical-align: bottom;
}
.footer-zong .lef .top .div1 .p1 {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    transform: unset;
    margin-left: 30px;
}
.footer-zong .lef .top .div2 {
    float: right;
    flex: 1;
}
.footer-zong .lef .top .div2 .logo {
    width: 146px;
    display: inline-block;
    margin-right: 20px;
}
.footer-zong .lef .top .div2 .logo img {
    width: 100%;
    vertical-align: bottom;
}
.footer-zong .lef .top .div2 .p1 {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    letter-spacing: 1px;
}
.footer-zong .lef .bottom {
    padding-top: 35px;
}
.footer-zong .lef .bottom .tree {
    float: left;
    margin-left: 93px;
    width: 12.5%;
    margin-left: 0;
    padding-right: 5px;
}
.footer-zong .lef .bottom .tree:nth-child(1) {
    margin-left: 0;
}
.footer-zong .lef .bottom .tree .head {
    display: block;
    font-size: 16px;
    color: #333333;
    position: relative;
}
.footer-zong .lef .bottom .tree .head::after {
    content: '';
    width: 19px;
    height: 2px;
    background-color: #e40013;
    position: absolute;
    left: 0;
    bottom: -100%;
    transform: translateY(10px);
}
.footer-zong .lef .bottom .tree .a {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.footer-zong .lef .bottom .tree .a:nth-child(2) {
    margin-top: 60px;
}
.footer-zong .lef .bottom .div2 {
    float: right;
    margin-top: 25px;
    padding-right: 40px;
}
.footer-zong .lef .bottom .div2 span {
    color: #666666;
    font-size: 14px;
}
.footer-zong .lef .bottom .div2 a {
    color: #666666;
    font-size: 14px;
    margin-left: 25px;
}
.footer-zong .lef .bottom .div2 a:nth-child(2) {
    margin-left: 0;
}
.footer-zong .rig {
    width: 14%;
    float: right;
    padding-left: 20px;
}
.footer-zong .rig .p {
    margin-top: 30px;
    font-size: 22px;
    color: #333333;
    position: relative;
}
.footer-zong .rig .p::after {
    content: '';
    width: 19px;
    height: 2px;
    background-color: #e40013;
    position: absolute;
    left: 0;
    bottom: -70%;
}
.footer-zong .rig .div1 {
    margin-top: 70px;
}
.footer-zong .rig .div1 .p1 {
    font-size: 16px;
    color: #999;
}
.footer-zong .rig .div2 {
    margin-top: 50px;
}
.footer-zong .rig .div2 .p1 {
    font-size: 16px;
    color: #999;
}
.footer-zong .rig .div2 .p2 {
    font-size: 20px;
    color: #999;
    font-family: 'din';
}
.footer-zong .rig .div3 {
    margin-top: 50px;
}
.footer-zong .rig .div3 .imgcon {
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url(../images/f2.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    transition: 0.5s all;
}
.footer-zong .rig .div3 .imgcon:hover {
    background: url(../images/f2r.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon:nth-child(2):hover {
    background: url(../images/f3r.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon:nth-child(3):hover {
    background: url(../images/f4r.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon:nth-child(4):hover {
    background: url(../images/f5r.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon:nth-child(2) {
    background: url(../images/f3.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon:nth-child(3) {
    background: url(../images/f4.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon:nth-child(4) {
    background: url(../images/f5.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon {
    margin-left: 10px;
}
.footer-zong .rig .div3 .imgcon:nth-child(1) {
    margin-left: 0;
}
.footer-zong .rig .div4 {
    margin-top: 25px;
}
.footer-zong .rig .div4 div {
    width: 46%;
    margin-left: 4%;
    display: inline-block;
}
.footer-zong .rig .div4 div:nth-child(1) {
    margin-left: 0;
}
.footer-zong .rig .div4 div img {
    width: 100%;
}
.foot-bottom {
    background-color: #e8e8e8;
    line-height: 60px;
}
.foot-bottom .lef {
    font-size: 14px;
    color: #666666;
    float: left;
}
.foot-bottom .rig {
    float: right;
}
.foot-bottom .rig a {
    font-size: 14px;
    color: #666666;
    margin-right: 25px;
}
.foot-bottom .rig a:last-child {
    margin-right: 0;
}
.footer-zong a {
    transition: 0.5s all;
}
.footer-zong a:hover {
    color: #e40013 !important;
}
.foot-bottom .div2 {
    display: none;
}
.foot-bottom .div2 span {
    color: #666666;
    font-size: 14px;
}
.foot-bottom .div2 a {
    color: #666666;
    font-size: 14px;
    margin-left: 25px;
}

@media (max-width: 1680px) {
.footer-zong .lef .bottom .tree {
    margin-left: 0;
}
.category-item {
    padding: 0 10px;
}
.category-a {
    font-size: 14px;
}
.header_lef .logo .div1 p {
    font-size: 16px;
}
.header_lef .logo .ig {
    width: 150px;
}
.header-rig .div1 a {
    font-size: 16px;
}
.header-rig .ss img {
    width: 16px;
}
.header-rig .div3 {
    font-size: 16px;
}
.header-rig .div1 {
    font-size: 14px;
}
}

@media (max-width: 1459px) {
.header-rig .div1 a {
    font-size: 14px;
}
.header-rig div {
    margin-left: 20px;
}
.header-rig .div3 {
    display: none;
}
.header_center {
    margin-left: 40px;
}
.footer-zong .lef .top .div1 .logo {
    width: 150px;
}
.footer-zong .lef .top .div1 .p1 {
    font-size: 15px;
    margin-left: 20px;
}
.footer-zong .lef .top .div2 .logo {
    width: 110px;
    margin-right: 10px;
}
.footer-zong .lef .top .div2 .p1 {
    font-size: 12px;
    letter-spacing: 1px;
}
.footer-zong .lef .top {
    padding: 30px 0;
}
.footer-zong .lef .bottom .tree .a {
    font-size: 13px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.footer-zong .lef .bottom .tree {
    margin-left: 0;
    width: 12.5%;
    padding-right: 5px;
}
.footer-zong .lef .bottom .tree .head {
    font-size: 15px;
}
.footer-zong .lef .bottom .div2 a {
    font-size: 12px;
    margin-left: 16px;
}
.footer-zong .lef .bottom .div2 span {
    font-size: 12px;
}
.footer-zong .rig .p {
    font-size: 16px;
}
.footer-zong .rig .div2 .p2 {
    font-size: 18px;
}
.footer-zong .rig .div1 .p1 {
    font-size: 14px;
}
.footer-zong .rig .div3 .imgcon {
    width: 18px;
    height: 18px;
}
.footer-zong .rig .div4 div {
    width: 47%;
    margin-left: 0;
}
.foot-bottom .rig a {
    margin-right: 18px;
}
}

@media (max-width: 1459px) and (max-width: 1366px) {
.footer-zong .lef .bottom .tree .head {
    font-size: 12px;
}
}

@media (max-width: 1259px) {
.header-rig div {
    margin-left: 13px;
}
.category-item {
    padding: 0 5px;
}
.header_center {
    margin-left: 10px;
}
.footer-zong .rig {
    padding-left: 10px;
}
.footer-zong .lef .bottom .tree {
    margin-left: 0;
}
.footer-zong .lef .top .div2 {
    float: left;
    margin-top: 20px;
}
.footer-zong .rig .div3 .imgcon {
    margin-left: 5px;
}
.foot-bottom .rig a {
    margin-right: 5px;
}
}

@media (max-width: 768px) {
.foot-bottom .div2 {
    display: block;
}
.foot-top {
    display: none;
}
.header {
    display: none;
}
.header-app {
    display: block;
}
.header-app .logo {
    padding: 0rem 0.2rem;
    display: flex;
    align-items: center;
}
.foot-bottom .rig {
    width: auto;
    padding-left: 0;
}
}

@media (max-width: 768px) {
.foot-bottom .rig .div a {
    width: 21px;
    height: 21px;
    margin-left: 5px !important;
}
.foot-bottom .lef {
    line-height: 21px;
    text-align: center;
}
.foot-bottom .rig {
    float: none;
    display: table;
    margin: 0 auto;
}
}

@media (min-width: 501px) and (max-width: 768px) {
.footer-zong .foot-container .div1 {
    display: flex;
    flex-direction: column;
}
.foot-bottom .rig {
    line-height: 20px;
    margin-top: 0.1rem;
    margin-bottom: 0.05rem;
}
.foot-bottom .lef {
    font-size: 0.14rem;
    line-height: 1.7;
}
.foot-bottom .rig a {
    font-size: 0.14rem;
}
.foot-bottom .div2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.foot-bottom .div2 a {
    font-size: 0.14rem;
}
.foot-bottom .div2 span {
    font-size: 0.14rem;
}
.footer-zong .foot-container {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
}

@media (max-width: 500px) {
.foot-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
}
.foot-bottom .div2 a {
    margin-left: 5px;
}
.foot-bottom {
    line-height: 25px;
}
}
/* 全通网印新版头部开始 */

/*头部样式2*/

.not-fixed .qtwy-header-pc {
    background: #fff;
}
.not-fixed .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    color: #666;
}
.not-fixed .qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 .img {
    display: none;
}
.not-fixed .qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 .img_a {
    display: block;
}
.qtwy-header .div1 .img {
    max-height: 52px;
}
.qtwy-header .div1 .img_a {
    max-height: 52px;
}
.qtwy-header-pc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    background: transparent;
    transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header {
    display: flex;
    justify-content: space-between;
    padding-left: 3.125vw;
    height: 80px;
    align-items: center;
    margin: 0 auto;
    transition: all 0.5s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header {
    height: 80px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_logo {
    height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_logo .a {
    display: flex;
    height: 100%;
    align-items: center;
}
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 {
    display: flex;
    align-items: center;
    height: 0.54rem;
}

/*

.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 .img {

  width: 2.95rem;

}

*/

@media (max-width: 1680px) {
}

@media (max-width: 1024px) {
}
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 .img_a {
    display: none;/*width: 2.95rem;*/

}
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    color: #fff;
    margin-left: 0.55rem;
}

@media (max-width: 2048px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    font-size: 21.33333333px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    font-size: 20px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    font-size: 17.5px;
}
}

@media (max-width: 1459px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    font-size: 15.19791667px;
}
}

@media (max-width: 1366px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    font-size: 14.22916667px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    font-size: 13.33333333px;
}
}

@media (max-width: 1259px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    font-size: 13.11458333px;
}
}

@media (min-width: 992px) and (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    font-size: 10.66666667px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    font-size: 10.32291667px;
}
}

@media (min-width: 1024px) and (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    font-size: 17.5px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    font-size: 13.11458333px;
}
}

@media (max-width: 1366px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 span {
    display: none;
}
}
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 {
    display: flex;
    flex-direction: column;
    margin-left: 0.15rem;
    height: 0.54rem;
}
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 .span {
    line-height: 1;
    font-family: '黑体';
}

@media (max-width: 1460px) {
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 .span {
    font-size: 12px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 .span1 {
    margin-top: 0.05rem;
}
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 .span2 {
    margin-top: 0.09rem;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox {
    display: flex;
    align-items: center;
    height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav {
    height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul {
    display: flex;
    height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li {
    height: 100%;
    padding-right: 2.5vw;
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li {
    margin-right: 2.2vw;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-family: 'hmos_r';
}

@media (min-width: 2050px) {
}

@media (min-width: 2050px) and (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    font-size: 24px;
}
}

@media (min-width: 2050px) and (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    font-size: 18px;
}
}

@media (min-width: 2050px) and (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    font-size: 15.75px;
}
}

@media (min-width: 2050px) and (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    font-size: 13.5px;
}
}

@media (min-width: 2050px) and (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    font-size: 12px;
}
}

@media (min-width: 2050px) and (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    font-size: 9.6px;
}
}

@media (min-width: 2050px) and (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    font-size: 17px;
}
}

@media (min-width: 2050px) and (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    font-size: 16px;
    line-height: 26px;
}
}

@media (min-width: 2050px) and (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    font-size: 14px;
    line-height: 24px;
}
}

@media (max-width: 1480px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    font-size: 15px;
}
}

@media (max-width: 1366px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    font-size: 14px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
    font-size: 14px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first {
    position: absolute;
    top: 80px;
    background: #f7f7f7;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: none;
    height: 17.5vw;
    width: 100%;
    left: 0;
    animation: hideShow 0.5s;
    padding: 0px 10%;
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first {
    top: 60px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 {
    background: #fff;
    width: 25%;
    height: 100%;
    overflow-y: auto;
    padding-top: 0vw;/*padding: 2.34vw 0 2.34vw 2.86vw;*/

  /*padding-top: 1.34vw;*/

  /*定义滚动条的轨道颜色、内阴影及圆角*/

  /*定义滑块颜色、内阴影及圆角*/

}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1::-webkit-scrollbar {
 width: 2px;
/*对垂直流动条有效*/

}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px #ededed;
 background-color: #ededed;
 border-radius: 3px;
}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1::-webkit-scrollbar-thumb {
 border-radius: 7px;
 -webkit-box-shadow: inset 0 0 6px #0d357d;
 background-color: #0d357d;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a {
    height: 3.125vw;
    width: 100%;
    min-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    transition: all 0.5s;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a {
    font-size: 26.66666667px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a {
    font-size: 20px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a {
    font-size: 17.5px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a {
    font-size: 15px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a {
    font-size: 13.33333333px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a {
    font-size: 10.66666667px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a {
    font-size: 19px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a {
    font-size: 17px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a {
    font-size: 16px;
    line-height: 26px;
}
}

@media (max-width: 768px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a {
    font-size: 14px;
    line-height: 24px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a {
    font-size: 16px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a span {
    position: relative;
    padding-left: 4.5vw;
    padding-right: 0vw;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a span {
    font-size: 14px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a span {
    padding-left: 2.86vw;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a span::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #b16536;
    left: 4px;
    transition: all 0.5s;
    opacity: 0;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a img {
    position: absolute;
    top: 50%;
    right: 1.5625vw;
    transform: translateY(-50%);
    display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a:hover,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a.on {
    background: #0d357d;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a:hover span,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a.on span {
    color: #fff;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a:hover span::before,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a.on span::before {
    opacity: 1;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a:hover img,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul1 li a.on img {
    display: block;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 {
    padding: 2.6vw 0 2.34vw 0;
    padding-top: 1.55vw;
    width: 19%;
    background: #f7f7f7;
    position: relative;
    height: 17.5vw;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 {
    display: none;
    position: relative;
    padding-left: 1.563vw;
    padding-right: 0;/*定义滚动条的轨道颜色、内阴影及圆角*/

  /*定义滑块颜色、内阴影及圆角*/

}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #e4e4e4;
    right: 0;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 {
    overflow-y: auto;
    height: 14.531vw;
    padding-right: 1.56vw;/*定义滚动条的轨道颜色、内阴影及圆角*/

  /*定义滑块颜色、内阴影及圆角*/

}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3::-webkit-scrollbar {
 width: 2px;
/*对垂直流动条有效*/

}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px #ededed;
 background-color: #ededed;
 border-radius: 3px;
}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3::-webkit-scrollbar-thumb {
 border-radius: 7px;
 -webkit-box-shadow: inset 0 0 6px #0d357d;
 background-color: #0d357d;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a {
    height: 2.865vw;
    min-height: 40px;
    padding-left: 1.04vw;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 0.416vw;
    height: 0.416vw;
    min-width: 5px;
    min-height: 5px;
    background: #999;
    transition: all 0.5s;
    left: 0;
    border-radius: 1000px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a span {
    position: relative;
    color: #666;
    transition: all 0.5s;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a span {
    font-size: 24px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a span {
    font-size: 18px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a span {
    font-size: 15.75px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a span {
    font-size: 13.5px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a span {
    font-size: 12px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a span {
    font-size: 9.6px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a span {
    font-size: 17px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a span {
    font-size: 16px;
    line-height: 26px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a span {
    font-size: 14px;
    line-height: 24px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a i {
    position: absolute;
    top: 50%;
    right: 0;
    color: #c8c8c8;
    font-size: 20px;
    transition: all 0.5s;
    transform: rotate(-45deg) translate(7px, -7px);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a:hover,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a.on {
    border-color: #b16536;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a:hover::before,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a.on::before {
    background: #b16536;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a:hover span,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a.on span {
    color: #b16536;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a:hover i,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a.on i {
    transform: translateY(-50%);
    color: #b16536;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 {
    width: 155%;
    padding: 2.6vw 1.563vw 2.34vw 1.563vw;
    position: absolute;
    left: 100%;
    top: 0;
    padding-top: 0;
    display: none;/*定义滚动条的轨道颜色、内阴影及圆角*/

  /*定义滑块颜色、内阴影及圆角*/

}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 {
    overflow-y: auto;
    height: 14.531vw;
    display: none;
    display: block;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 {
    width: 44.14%;
    margin-right: 11.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    color: #666;
    position: relative;
    padding-left: 0.78vw;
    padding-top: 1.042vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    transition: all 0.5s;
    height: auto;
    min-height: auto;
    border-bottom: 0;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    font-size: 21.33333333px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    font-size: 16px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    font-size: 12px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    font-size: 10.66666667px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    font-size: 8.53333333px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    font-size: 14px;
}
}

@media (max-width: 1366px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    font-size: 14px;
}
}

@media (min-width: 1259px) and (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    font-size: 14px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    font-size: 14px;
}
}

@media (max-width: 991px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    font-size: 14px;
}
}

@media (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    padding-top: 0.8vw;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a {
    padding-top: 1vw;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a:hover,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a.on {
    color: #b16536;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a:hover span,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a.on span {
    border-bottom: 1px solid #b16536;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a:hover::before,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a.on::before {
    background: #b16536;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a span {
    font-size: 21.33333333px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a span {
    font-size: 16px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a span {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a span {
    font-size: 12px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a span {
    font-size: 10.66666667px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a span {
    font-size: 8.53333333px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a span {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a span {
    font-size: 14px;
}
}

@media (max-width: 1366px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a span {
    font-size: 14px;
}
}

@media (min-width: 1259px) and (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a span {
    font-size: 14px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a span {
    font-size: 14px;
}
}

@media (max-width: 991px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a span {
    font-size: 14px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a::before {
    position: absolute;
    content: '';
    top: 75%;
    transform: translateY(-50%);
    width: 0.416vw;
    height: 0.416vw;
    min-width: 5px;
    min-height: 5px;
    background: #999;
    transition: all 0.5s;
    left: 0;
    border-radius: 1000px;
}

@media (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5 a::before {
    top: 66%;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4 .ul5 .li5:nth-of-type(2n+2) {
    margin-right: 0;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4:nth-of-type(1) {
    display: block;
}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4::-webkit-scrollbar {
 width: 2px;
/*对垂直流动条有效*/

}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px #ededed;
 background-color: #ededed;
 border-radius: 3px;
}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 .ul4 .li4::-webkit-scrollbar-thumb {
 border-radius: 7px;
 -webkit-box-shadow: inset 0 0 6px #0d357d;
 background-color: #0d357d;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3:nth-of-type(1) .ul4 {
    display: block;
}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3::-webkit-scrollbar {
 width: 2px;
/*对垂直流动条有效*/

}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px #ededed;
 background-color: #ededed;
 border-radius: 3px;
}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3::-webkit-scrollbar-thumb {
 border-radius: 7px;
 -webkit-box-shadow: inset 0 0 6px #0d357d;
 background-color: #0d357d;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2:nth-of-type(1) {
    display: block;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro {
    padding: 1.92vw 0 2.6vw;
    position: absolute;
    right: 9.8vw;
    width: 16.6%;
    background: #f7f7f7;
}

@media (min-width: 1025px) and (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro {
    padding-right: 60px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro {
    padding-right: 30px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a div {
    border: 1px solid #e9e9e9;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
    background: #fff;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a div > .img,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a div img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a div img {
    padding: 2.08vw;
    transition: all 0.5s;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: 'hmos_r';
    position: relative;
    padding: 0 13px;
    color: #1e2026;
    transition: all 0.5s;
    margin-top: 1.04vw;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span {
    font-size: 24px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span {
    font-size: 18px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span {
    font-size: 15.75px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span {
    font-size: 13.5px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span {
    font-size: 12px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span {
    font-size: 9.6px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span {
    font-size: 17px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span {
    font-size: 16px;
    line-height: 26px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span {
    font-size: 14px;
    line-height: 24px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span {
    font-size: 14px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span::before {
    position: absolute;
    content: '';
    height: 85%;
    top: 50%;
    width: 3px;
    background: #0d357d;
    left: 0;
    transform: translateY(-50%);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a span::after {
    position: absolute;
    content: '';
    height: 75%;
    top: 0;
    width: 3px;
    background: #b16536;
    left: 0;
    transform: translateY(-50%);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_pro a:hover span {
    color: #0d357d;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first.active {
    display: block;
    animation: hideShow 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second {
    position: absolute;
    top: 80px;
    background: #f7f7f7;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: none;
    height: 17.5vw;
    width: 100%;
    left: 0;
    animation: hideShow 0.5s;
    padding: 0px 10%;
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second {
    top: 60px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 {
    background: #fff;
    width: 25%;
    height: 100%;
    overflow-y: auto;
    padding-top: 0px;
    padding: 0vw;/*定义滚动条的轨道颜色、内阴影及圆角*/

  /*定义滑块颜色、内阴影及圆角*/

}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1::-webkit-scrollbar {
 width: 2px;
/*对垂直流动条有效*/

}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px #ededed;
 background-color: #ededed;
 border-radius: 3px;
}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1::-webkit-scrollbar-thumb {
 border-radius: 7px;
 -webkit-box-shadow: inset 0 0 6px #0d357d;
 background-color: #0d357d;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a {
    height: 2.604vw;
    width: 100%;
    min-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    transition: all 0.5s;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a {
    font-size: 26.66666667px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a {
    font-size: 20px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a {
    font-size: 17.5px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a {
    font-size: 15px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a {
    font-size: 13.33333333px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a {
    font-size: 10.66666667px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a {
    font-size: 19px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a {
    font-size: 17px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a {
    font-size: 16px;
    line-height: 26px;
}
}

@media (max-width: 768px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a {
    font-size: 14px;
    line-height: 24px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a {
    font-size: 15px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a span {
    position: relative;
    padding-left: 4.5vw;
    padding-right: 0vw;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a span {
    font-size: 15px;
}
}

@media (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a span {
    font-size: 14px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a span::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #b16536;
    left: 4px;
    transition: all 0.5s;
    opacity: 0;
    display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a img {
    position: absolute;
    top: 50%;
    right: 1.5625vw;
    transform: translateY(-50%);
    display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a:hover,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a.on {
    background: #0d357d;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a:hover span,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a.on span {
    color: #fff;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a:hover span::before,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a.on span::before {
    opacity: 1;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a:hover img,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul1 li a.on img {
    display: block;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 {
    width: 75%;
    padding: 2.64vw 3.9vw;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li {
    display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box {
    display: flex;
    justify-content: space-between;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l {
    width: 44%;
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_con {
    max-height: 115px;
    overflow-y: auto;/*定义滚动条的轨道颜色、内阴影及圆角*/

    /*定义滑块颜色、内阴影及圆角*/

}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_con::-webkit-scrollbar {
 width: 2px;
/*对垂直流动条有效*/

}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_con::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px #ededed;
 background-color: #ededed;
 border-radius: 3px;
}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_con::-webkit-scrollbar-thumb {
 border-radius: 7px;
 -webkit-box-shadow: inset 0 0 6px #0d357d;
 background-color: #0d357d;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    color: #1e2026;
    margin-bottom: 1.00vw;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    font-size: 26.66666667px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    font-size: 20px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    font-size: 17.5px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    font-size: 15px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    font-size: 13.33333333px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    font-size: 10.66666667px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    font-size: 19px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    font-size: 17px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    font-size: 16px;
    line-height: 26px;
}
}

@media (max-width: 768px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    font-size: 14px;
    line-height: 24px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    font-size: 15px;
}
}

@media (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l h2 {
    font-size: 14px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    color: #666;
    font-family: 'hmos_l';
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 21.33333333px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 16px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 12px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 10.66666667px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 8.53333333px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (max-width: 1366px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (min-width: 1259px) and (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (max-width: 991px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (min-width: 2050px) {
}

@media (min-width: 2050px) and (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 21.33333333px;
}
}

@media (min-width: 2050px) and (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 16px;
}
}

@media (min-width: 2050px) and (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (min-width: 2050px) and (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 12px;
}
}

@media (min-width: 2050px) and (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 10.66666667px;
}
}

@media (min-width: 2050px) and (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 8.53333333px;
}
}

@media (min-width: 2050px) and (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (min-width: 2050px) and (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (min-width: 2050px) and (max-width: 1366px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (min-width: 2050px) and (min-width: 1259px) and (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (min-width: 2050px) and (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (min-width: 2050px) and (max-width: 991px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
}

@media (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l p,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l span {
    font-size: 13px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn {
    width: 7.29vw;
    height: 2.34vw;
    min-height: 35px;
    min-width: 110px;
    border-radius: 1000px;
    border: 1px solid #c0c7cf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    margin-top: 2.6vw;
    justify-content: space-between;
    padding: 0 1.04vw;
}

@media (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn {
    margin-top: 1.2vw;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    color: #767676;
    font-family: 'hmos_l';
}

@media (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 21.33333333px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 16px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 12px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 10.66666667px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 8.53333333px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 14px;
}
}

@media (max-width: 1366px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 14px;
}
}

@media (min-width: 1259px) and (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 14px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 14px;
}
}

@media (max-width: 991px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 12px;
}
}

@media (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn span {
    font-size: 12px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_l .hh_btn i {
    color: #c0c7cf;
    font-size: 20px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_r {
    position: relative;
    width: 39.105%;
    height: 0;
    padding-bottom: 23.7%;
    overflow: hidden;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_r > .img,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_r img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li .hh_box .div_r img {
    transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2 li:nth-of-type(1) {
    display: block;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2:hover .hh_box .div_l .hh_btn {
    background: #b16536;
    border-color: #b16536;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2:hover .hh_box .div_l .hh_btn span {
    color: #fff;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .ul2:hover .hh_box .div_r img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s;
    margin-right: 1.5625vw;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .one_a::before {
    content: unset !important;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng::before {
    content: unset;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .syb {
    font-size: 20px;
    color: #666;
    font-family: 'din';
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .img_a {
    display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .one_a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    font-size: 18px;
    font-family: 'din';
    font-size: 20px;
    color: #fff;
    position: relative;
    height: 40px;
}

@media (max-width: 1459px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .one_a {
    font-size: 16px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .one_a {
    font-size: 14px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .one_a img {
    position: relative;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .one_a p {
    font-size: 16px;
    opacity: 0;
    height: 40px;
    position: absolute;
    right: 17px;
    line-height: 40px;
    width: 0;
    background-color: #fff;
    transition: 0.4s all;
    border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    overflow: hidden;
    padding: 0 20px 0 10px;
    z-index: 4;
    text-align: center;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .one_a:hover p {
    opacity: 1;
    right: 18px;
    width: 260px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .one_a::before {
    content: ' ';
    position: absolute;
    width: 0%;
    height: 3px;
    background: #e40013;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .on {
    color: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox {
    display: none;
    position: absolute;
    top: 1.19rem;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #999;
    width: 130px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a {
    display: flex;
    padding: 0.15rem 0.2rem;
    background: rgba(255, 255, 255, 0.55);
    justify-content: center;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .img {
    margin-right: 0.15rem;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    color: #333;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    font-size: 21.33333333px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    font-size: 16px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    font-size: 12px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    font-size: 10.66666667px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    font-size: 8.53333333px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    font-size: 14px;
}
}

@media (max-width: 1366px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    font-size: 14px;
}
}

@media (min-width: 1259px) and (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    font-size: 14px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    font-size: 14px;
}
}

@media (max-width: 991px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .enBox .a .span {
    font-size: 14px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng:hover .enBox {
    display: block;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng:hover::before {
    content: unset;
    position: absolute;
    width: 40px;
    height: 3px;
    background: #0382da;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .xqz_navMore {
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2.083vw;
    padding-right: 1.82vw;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .xqz_navMore .hh_img_a {
    display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li.one_style_first:hover .two_style_first {
    display: flex;
    animation: hideShow 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li.one_style_second:hover .two_style_second {
    display: flex;
    animation: hideShow 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li:hover .one_a,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li.on .one_a {
    position: relative;
    transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li:hover .one_a::before,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li.on .one_a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff !important;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng:hover .one_a:hover {
    border-bottom: 0;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .lng .one_a:hover {
    color: #0382da;
    border-bottom: 0;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_search {
    padding: 0 0.3rem 0 0.2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_search .img_a {
    display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue {
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue {
    display: none;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .img_a {
    display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first {
    position: absolute;
    top: 1rem;
    width: 100%;
    min-height: auto;
    left: 0;
    transition: all 0.5s;
    background: #f7f7f7;
    display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w {
    width: 16rem;
    margin: 0 auto;
}

@media (max-width: 768px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 0.35rem 0 0.35rem 0;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li {
    width: 15%;
    margin-right: 1.875%;
    cursor: pointer;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a {
    width: 100%;
    display: inline-block;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 58.33%;
    overflow: hidden;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p1 > .img,  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p1 img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p1 .two_img {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 {
/*定义滚动条的轨道颜色、内阴影及圆角*/

  /*定义滑块颜色、内阴影及圆角*/

}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t {
    padding: 0.15rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dedede;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-weight: bold;
    color: #333;
    flex: 1;
    display: flex;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 0.1rem;
    transition: all 0.5s;
    line-height: 1;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 24px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 18px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 15.75px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 13.5px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 12px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 9.6px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 17px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 16px;
    line-height: 26px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 14px;
    line-height: 24px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .icon {
    width: 0.22rem;
    height: 0.22rem;
    position: relative;
    background: #dcdcdc;
    border-radius: 1000px;
    transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .icon::before {
    content: '';
    position: absolute;
    background: url('../images/img353.png') no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 6px;
    height: 10px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .scrollY {
    height: 2.15rem;
    overflow-y: auto;
    font-size: 16px;
    color: #666;
}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .scrollY::-webkit-scrollbar {
 width: 2px;
/*对垂直流动条有效*/

}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .scrollY::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px #ededed;
 background-color: #ededed;
 border-radius: 3px;
}
 .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .scrollY::-webkit-scrollbar-thumb {
 border-radius: 7px;
 -webkit-box-shadow: inset 0 0 6px #e40013;
 background-color: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li {
    width: 100%;
    margin-top: 0.12rem;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    color: #666;
    transition: all 0.5s;
    line-height: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 0.1rem;
    flex: 1;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 21.33333333px;
}
}

@media (max-width: 1920px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 16px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 12px;
}
}

@media (max-width: 1280px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 10.66666667px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 8.53333333px;
}
}

@media (max-width: 1680px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 14px;
}
}

@media (max-width: 1366px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 14px;
}
}

@media (min-width: 1259px) and (max-width: 1290px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 14px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 14px;
}
}

@media (max-width: 991px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 14px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .icon {
    width: 0.22rem;
    height: 0.22rem;
    position: relative;
    transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .icon::before {
    content: '';
    position: absolute;
    background: url('../images/img353.png') no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 6px;
    height: 10px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li:nth-of-type(1) {
    margin-top: 0.17rem;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li:nth-child(6n+6) {
    margin-right: 0;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li:hover .two_a .two_p1 .two_img {
    transform: scale(1.05);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li:hover .two_a .two_p2 .two_p2_t .title {
    color: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li:hover .two_a .two_p2 .two_p2_t .icon {
    background: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li:hover .two_a .two_p2 .two_p2_t .icon::before {
    background: url('../images/img354.png') no-repeat;
    background-size: 100% 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li:hover .two_a .two_p2 .two_p2_ul .two_p2_li:hover .title {
    color: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .two_style_first .hh_w .two_ul .two_li:hover .two_a .two_p2 .two_p2_ul .two_p2_li:hover .icon::before {
    background: url('../images/img355.png') no-repeat;
    background-size: 100% 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .d_a {
    width: 100%;
    padding: 0.1rem 0.25rem;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1366px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .d_a {
    font-size: 16px;
}
}

@media (max-width: 1024px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .d_a {
    font-size: 14px;
}
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_head_yuyue .d_a span {
    margin-right: 5px;
}
.qtwy-header-pc .qtwy-header.active .qtwy_navBox .qtwy_nav .one_ul .xqz_navMore {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.qtwy-header-pc .qtwy-header.active {
    background: #fff;
    border-color: #eee;
}
.qtwy-header-pc .qtwy-header.active #xqz_navMore .hh_img {
    display: none;
}
.qtwy-header-pc .qtwy-header.active #xqz_navMore .hh_img_a {
    display: block;
}
.qtwy-header-pc .qtwy-header.active .qtwy_logo .a .div1 .img {
    display: none;
}
.qtwy-header-pc .qtwy-header.active .qtwy_logo .a .div1 .img_a {
    display: block;
}
.qtwy-header-pc .qtwy-header.active .qtwy_search .img {
    display: none;
}
.qtwy-header-pc .qtwy-header.active .qtwy_search .img_a {
    display: block;
}
.qtwy-header-pc .qtwy-header.active .qtwy_navBox .qtwy_nav .one_ul .one_li:hover .one_a::before,  .qtwy-header-pc .qtwy-header.active .qtwy_navBox .qtwy_nav .one_ul .one_li.on .one_a::before {
    bottom: -1px;
    background: #b16536 !important;
}
.qtwy-header-pc .qtwy-header.active .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a,  .qtwy-header-pc .qtwy-header.active .qtwy_logo .a .div1 span,  .qtwy-header-pc .qtwy-header.active .qtwy_navBox .qtwy_nav .one_ul .lng a,  .qtwy-header-pc .qtwy-header.active .qtwy_navBox .qtwy_head_yuyue .d_a span {
    color: #333;
}
.qtwy-header-pc .qtwy-header.active .qtwy_navBox .qtwy_nav .one_ul .lng .img {
    display: none;
}
.qtwy-header-pc .qtwy-header.active .qtwy_navBox .qtwy_nav .one_ul .lng .img_a {
    display: block;
}
.qtwy-header-pc .qtwy-header.active .qtwy_navBox .qtwy_head_yuyue .d_a {
    background: #eaeaea;
}
.qtwy-header-pc .qtwy-header.active .qtwy_navBox .qtwy_head_yuyue .d_a .img {
    display: none;
}
.qtwy-header-pc .qtwy-header.active .qtwy_navBox .qtwy_head_yuyue .d_a .img_a {
    display: block;
}
.qtwy-header-pc .qtwy-header.active .qtwy_navBox .qtwy_nav .one_ul .one_li:hover .one_a::before {
    background: #0382da;
}
.qtwy-header-pc .qtwy-header.boxShadow {
    box-shadow: 0px 0px 10px 0px #a3a3a333;
}
.qtwy-header-pc.proDetail {
    background: #fff;
}
.qtwy-header-pc.proDetail * {
    color: #333 !important;
}
.qtwy-header-pc.proDetail .qtwy-header .qtwy_navBox .qtwy_head_yuyue .d_a {
    background: #eaeaea;
}
.qtwy-header-pc.scroll {
    top: -80px;
}

@media (max-width: 1440px) {
.qtwy-header-pc.scroll {
    top: -60px;
}
}
.qtwy-header-pc.scroll .qtwy-header.active {
    box-shadow: unset;
}

@media (max-width: 1440px) {
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .ul2 .li2 .ul3 .li3 a span {
    font-size: 14px;
}
}
.qtwy-header.active .qtwy_navBox .qtwy_nav .one_ul .lng .one_a:hover span,  .qtwy-header.active .qtwy_navBox .qtwy_nav .one_ul .lng .one_a:hover p {
    background: #b16536;
    color: #fff;
}
/* 全通网印新版头部结束 */

.qtwy_bread {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}
.qtwy_bread .hh_w {
    width: 14.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
.qtwy_bread .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
}

@media (max-width: 768px) {
.qtwy_bread .hh_w {
    display: -webkit-box;
    overflow-x: scroll;
}
}
.qtwy_bread .hh_w .div {
    height: 100%;
}

@media (max-width: 768px) {
.qtwy_bread .hh_w .div {
    margin-right: 0.2rem;
}
}
.qtwy_bread .hh_w .div .a {
    padding: 0.31rem 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666;
    font-family: 'hmos_r';
    position: relative;
    line-height: 1;
}

@media (max-width: 768px) {
.qtwy_bread .hh_w .div .a {
    font-size: 0.18rem;
    padding: 0.1rem 0;
}
}
.qtwy_bread .hh_w .div .a::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #e20001;
    bottom: 0;
    left: 0%;
    transition: all 0.5s;
}
.qtwy_bread .hh_w .div .a:hover,  .qtwy_bread .hh_w .div .a.on {
    color: #e20001;
}
.qtwy_bread .hh_w .div .a:hover::before,  .qtwy_bread .hh_w .div .a.on::before {
    content: '';
    width: 100%;
}
.qtwy_bread2 {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}
.qtwy_bread2 .hh_w {
    width: 14.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
.qtwy_bread2 .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
}

@media (max-width: 768px) {
.qtwy_bread2 .hh_w {
    display: -webkit-box;
    overflow-x: scroll;
}
}
.qtwy_bread2 .hh_w .div {
    height: 100%;
}

@media (max-width: 768px) {
.qtwy_bread2 .hh_w .div {
    margin-right: 0.25rem;
}
}
.qtwy_bread2 .hh_w .div .a {
    padding: 0.31rem 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666;
    font-family: 'hmos_r';
    position: relative;
    line-height: 1;
}

@media (max-width: 768px) {
.qtwy_bread2 .hh_w .div .a {
    font-size: 0.18rem;
    padding: 0.1rem 0;
}
}
.qtwy_bread2 .hh_w .div .a::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #e20001;
    bottom: 0;
    left: 0%;
    transition: all 0.5s;
}
.qtwy_bread2 .hh_w .div .a:hover,  .qtwy_bread2 .hh_w .div .a.on {
    color: #e20001;
}
.qtwy_bread2 .hh_w .div .a:hover::before,  .qtwy_bread2 .hh_w .div .a.on::before {
    content: '';
    width: 100%;
}
.qtwy_bread2 .hh_w .div2 {
    margin: 0 1.7rem;
}

@media (max-width: 768px) {
.qtwy_bread2 .hh_w .div2 {
    margin: 0 0.2rem 0 0;
}
}
.kefu_win {
    top: 50%;
    position: fixed;
    right: 5px;
    z-index: 999;
}
.kefu_win .kefu_bUl {
    background: #80807f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 70px;
}
.kefu_win .kefu_bUl .kefu_bLi {
    height: 70px;
    width: 100%;
    cursor: pointer;
}
.kefu_win .kefu_bUl .kefu_bLi .a {
    display: flex;
    width: 100%;
    height: 100%;
}
.kefu_win .kefu_bUl .kefu_bLi .a .icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kefu_win .kefu_bUl .kefu_bLi .a .icon .img_a {
    display: none;
}
.kefu_win .kefu_bUl .kefu_bLi .win {
    position: absolute;
    right: -5rem;
    transition: all 0.5s;
    top: 0;
    padding: 0.15rem;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    z-index: -1;
}
.kefu_win .kefu_bUl .kefu_bLi .win p {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kefu_win .kefu_bUl .kefu_bLi:hover {
    background: #d9000f;
}
.kefu_win .kefu_bUl .kefu_bLi:hover .a .icon .img {
    display: none;
}
.kefu_win .kefu_bUl .kefu_bLi:hover .a .icon .img_a {
    display: block;
}
.kefu_win .kefu_bUl .kefu_bLi:hover .win {
    right: 85px;
}
.kefu_win .backTop {
    height: 70px;
    width: 100%;
    cursor: pointer;
    background: #80807f;
    border-radius: 5px;
    margin-top: 5px;
}
.kefu_win .backTop .a {
    display: flex;
    width: 100%;
    height: 100%;
}
.kefu_win .backTop .a .icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kefu_win .backTop .a .icon .img_a {
    display: none;
}
.kefu_win .backTop:hover {
    background: #d9000f;
}
.kefu_win .backTop:hover .a .icon .img {
    display: none;
}
.kefu_win .backTop:hover .a .icon .img_a {
    display: block;
}
/* 搜索 */

.lbotal {
    position: absolute;
    right: 9%;
    top: 50%;
    transform: translateY(-50%);
    height: 0.5rem;
    width: 9rem;
    border: 1px solid #666;
    border-radius: 0.25rem;
    background: transparent;
    display: none;
}
.lbotal .c2 {
    float: left;
    width: 0.6rem;
    height: 0.48rem;
    border: none;
    cursor: pointer;
    background: url('../images/search.png') no-repeat center center;
    background-size: 0.2rem;
    opacity: 0;
    transform: translateX(0.5rem);
    transition: all 0.5s ease;
}
.lbotal.on .c2 {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease;
}
.lbotal .c1 {
    float: left;
    width: 7.2rem;
    border: none;
    height: 0.48rem;
    padding: 0 0.1rem 0 0;
    font-size: 0.16rem;
    opacity: 0;
    transform: translateX(80%);
    transition: all 0.5s ease;
}
.lbotal.on .c1 {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.8s ease;
}
.lbotal > .bgcl {
    float: left;
    height: 0.48rem;
    width: 0.58rem;
    position: absolute;
    right: 0.1rem;
    z-index: 2;
    background: url('../images/icon_search_close.png') no-repeat center center;
    background-size: 0.18rem;
}

@media (max-width: 991px) {
.lbotal {
    right: 18%;
}
}
/*app-头部*/

.app_ss {
    width: 90%;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #333;
    display: block;
    position: static;
    float: none;
    margin: 0 auto;
    padding: 0 25px;
    margin-top: 5px;
}
.app_ss:hover {
    border: 2px solid #4a69ca;
}
.app_ss input {
    width: 90%;
    height: 100%;
    border: none;
    background: none;
    font-size: 14px;
    color: #333;
}
 .app_ss input:-moz-placeholder {
 color: #fff;
}
 .app_ss input:-ms-input-placeholder {
 color: #fff;
}
 .app_ss input::-webkit-input-placeholder {
 color: #fff;
}
.app_ss button {
    float: right;
    width: 10%;
    height: 100%;
    border: none;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
}
.app_ss button img {
    width: 18px;
    height: 18px;
}
.navbar-togger .icon_bar:nth-of-type(2) {
    margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}
.nav-menu {
    position: absolute;
    /* top: 60px; */

    top: 0.6rem;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
    background: #f4f4f4;
}
.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.nav-list li {
    border-bottom: 1px solid #333;
    opacity: 0;
    pointer-events: none;
}
.nav-list li.open {
    border-bottom: none;
}
.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}
.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}
.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}
.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}
.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}
.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}
.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}
.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}
.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}
.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}
.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}
.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}
.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}
.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}
.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}
.cate-item {
    position: relative;
}
.cate-item a {
    font-size: 16px;
    line-height: 48px;
    /* margin-right: 60px; */

    display: block;
    color: #333;
}
.nav-list li.active .cate-item a,  .nav-list li.open .cate-item a {
    color: #0382da;
}
.category-cont a:last-child {
    border: none;
}
.category-cont a.active {
    color: #0382da;
}
.category-tig,  .P_tig_two,  .P_tig_three {
    font-size: 14px;
    color: #0382da;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
/* wap端二级+三级下拉样式--开始 */

.category-tig::before,  .category-tig::after,  .P_tig_two::before,  .P_tig_two::after,  .P_tig_three::before,  .P_tig_three::after {
    content: '';
    background: #333;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.category-tig::before,  .P_tig_two::before,  .P_tig_three::before {
    width: 16px;
    height: 2px;
    right: 0;
    margin-top: -1px;
}
.category-tig::after,  .P_tig_two::after,  .P_tig_three::after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    right: 7px;
}
.cate-item.open .P_tig_two::after,  .P_tig_two.open::after,  .P_tig_three.open::after {
    opacity: 0;
}
.cate-item.open .P_tig_two::before,  .P_tig_two.open::before,  .P_tig_three.open::before {
    background: #0382da;
}
.category-cont-two .cate-item {
    border-top: 1px solid rgba(133, 131, 131, 0.5);
}
.category-cont-two .cate-item:nth-of-type(1) {
    border-top: 0;
}
.category-cont-two,  .category-cont-three {
    display: none;
}
.category-cont-three {
    padding: 0 15px;
}
.category-cont-three .cate-item {
    position: relative;
}
/* wap端二级+三级+四级下拉样式--结束 */

.nav-list li.open .category-tig::after {
    opacity: 0;
}
.nav-list li.open .category-tig::before {
    background: #0382da;
}
.category-cont {
    display: none;
}
.nav-list li.open .category-cont {
    display: block;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}
.category-pad {
    padding: 0 15px;
}
.category-cont a {
    font-size: 14px;
    line-height: 40px;
    display: block;
    color: #333;
}
.category-pad a.on {
    color: #0382da;
}
.category-two-a,  .category-three-a,  .category-four-a {
    color: #333 !important;
}
.category-two-a.on,  .category-three-a.on {
    color: #0382da !important;
}
.lan-box-app {
    padding: 20px 0;
    text-align: center;
}
.lan-box-app a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.lan-box-app a:after {
    content: '';
    width: 1px;
    height: 10px;
    background: #0382da;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
.lan-box-app a:hover,  .lan-box-app a.on {
    color: #0382da;
}
.lan-box-app a:last-child:after {
    display: none;
}
.foot .ftBox {
    background: #0382da;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}
.foot .hh_w {
    width: 16rem;
    margin: 0 auto;
}

@media (max-width: 768px) {
.foot .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
}
.foot .hh_w .f_logo {
    padding: 0.4rem 0;
}
.foot .hh_w .f_logo .img {
    width: 3.53rem;
}
.foot .hh_w .f_info {
    border-bottom: 1px solid #1d8fde;
    padding: 1.1rem 0 0.65rem 0;
    display: flex;
}
.foot .hh_w .f_info .f_link {
    width: 74%;
}
.foot .hh_w .f_info .f_link .ul {
    width: 100%;
    display: flex;
}
.foot .hh_w .f_info .f_link .ul .li {
    padding-left: 0.2rem;
    width: 20%;
}
.foot .hh_w .f_info .f_link .ul .li .div1 {
    color: #fff;
    padding-bottom: 0.2rem;
    position: relative;
}

@media (max-width: 2048px) {
.foot .hh_w .f_info .f_link .ul .li .div1 {
    font-size: 23.46666667px;
}
}

@media (max-width: 1920px) {
.foot .hh_w .f_info .f_link .ul .li .div1 {
    font-size: 22px;
}
}

@media (max-width: 1680px) {
.foot .hh_w .f_info .f_link .ul .li .div1 {
    font-size: 19.25px;
}
}

@media (max-width: 1459px) {
.foot .hh_w .f_info .f_link .ul .li .div1 {
    font-size: 16.71770833px;
}
}

@media (max-width: 1366px) {
.foot .hh_w .f_info .f_link .ul .li .div1 {
    font-size: 15.65208333px;
}
}

@media (max-width: 1280px) {
.foot .hh_w .f_info .f_link .ul .li .div1 {
    font-size: 14.66666667px;
}
}

@media (max-width: 1259px) {
.foot .hh_w .f_info .f_link .ul .li .div1 {
    font-size: 14.42604167px;
}
}

@media (min-width: 992px) and (max-width: 1024px) {
.foot .hh_w .f_info .f_link .ul .li .div1 {
    font-size: 11.73333333px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.foot .hh_w .f_info .f_link .ul .li .div1 {
    font-size: 11.35520833px;
}
}

@media (min-width: 1024px) and (max-width: 1680px) {
.foot .hh_w .f_info .f_link .ul .li .div1 {
    font-size: 19.25px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.foot .hh_w .f_info .f_link .ul .li .div1 {
    font-size: 14.42604167px;
}
}
.foot .hh_w .f_info .f_link .ul .li .div1::before {
    content: '';
    background: #fff;
    width: 3px;
    height: 40%;
    border-radius: 1000px;
    position: absolute;
    top: 5px;
    left: -0.2rem;
}
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul {
    display: flex;
    flex-direction: column;
}
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li {
    margin-top: 0.2rem;
    line-height: 1;
    width: 100%;
}
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    color: rgba(255, 255, 255, 0.7);
    transform: all 0.5s;
    font-family: 'hmos_r';
}

@media (max-width: 2048px) {
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    font-size: 17.06666667px;
}
}

@media (max-width: 1920px) {
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    font-size: 16px;
}
}

@media (max-width: 1680px) {
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    font-size: 14px;
}
}

@media (max-width: 1459px) {
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    font-size: 12.15833333px;
}
}

@media (max-width: 1366px) {
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    font-size: 11.38333333px;
}
}

@media (max-width: 1280px) {
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    font-size: 10.66666667px;
}
}

@media (max-width: 1259px) {
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    font-size: 10.49166667px;
}
}

@media (min-width: 992px) and (max-width: 1024px) {
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    font-size: 8.53333333px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    font-size: 8.25833333px;
}
}

@media (min-width: 1024px) and (max-width: 1680px) {
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    font-size: 14px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    font-size: 10.49166667px;
}
}

@media (max-width: 768px) {
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a {
    font-size: 0.16rem;
}
}
.foot .hh_w .f_info .f_link .ul .li .div2 .div2_ul .div2_li .a:hover {
    color: #fff;
}
.foot .hh_w .f_info .f_tel {
    width: 22.4%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.foot .hh_w .f_info .f_tel .div1 {
    margin-right: 40px;
}
.foot .hh_w .f_info .f_tel .div1 .tel_title {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
    margin-top: 15px;
}
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-family: 'din';
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 53.33333333px;
}
}

@media (max-width: 1920px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 40px;
}
}

@media (max-width: 1680px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 35px;
}
}

@media (max-width: 1440px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 30px;
}
}

@media (max-width: 1280px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 26.66666667px;
}
}

@media (max-width: 1024px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 21.33333333px;
}
}

@media (max-width: 1680px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 34px;
}
}

@media (max-width: 1440px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 26px;
}
}

@media (max-width: 1366px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 26px;
}
}

@media (min-width: 1259px) and (max-width: 1290px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 22px;
}
}

@media (max-width: 1024px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 20px;
}
}

@media (max-width: 991px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 20px;
}
}

@media (max-width: 1280px) {
.foot .hh_w .f_info .f_tel .div1 .tel {
    font-size: 22px;
}
}
.foot .hh_w .f_info .f_tel .div2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.25rem;
    align-items: center;
}
.foot .hh_w .f_info .f_tel .div2 .p1 {
    width: 1.35rem;
    height: 1.35rem;
    margin-right: 0.3rem;
}
.foot .hh_w .f_info .f_tel .div2 .p1 img {
    width: 100%;
    height: 100%;
}
.foot .hh_w .f_info .f_tel .div2 .p2 * {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-family: 'hmos_r';
}
.foot .hh_w .f_addrs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot .hh_w .f_addrs .div1 {
    flex: 1;
    margin-top: 0.4rem;
    margin-bottom: 0.95rem;
}
.foot .hh_w .f_addrs .div2 {
    margin-top: 0.4rem;
    margin-bottom: 0.95rem;
    flex: 1;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}
.foot .hh_w .f_addrs .div2 .aBox {
    margin-left: 0.35rem;
}
.foot .hh_w .f_addrs .span,  .foot .hh_w .f_addrs .a {
    color: #fff;
    font-size: 16px;
    font-family: 'hmos_r';
}
/* 底部 */

footer {
    background: #232323;
}
.ft-t {
    font-size: 0.2rem;
    margin-bottom: 0.45rem;
    color: #fff;
    position: relative;
}
.ft-t::before {
    content: '';
    width: 0.06rem;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -0.54rem;
    transform: translate(-50%, -50%);
}

@media (max-width: 1680px) {
.ft-t::before {
    left: -0.5rem;
}
}
.ft-lef {
    background: #232323;
}
.ft-rig {
    background: #f3f4f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}
.ft-a a {
    color: #838383;
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
}
.ft-a a:hover {
    color: #fff;
}

@media (max-width: 1680px) {
.ft-a a {
    font-size: 0.18rem;
}
}
.ft-1 {
    width: 8.335vw;
    border-top: 0.1rem solid #328cee;
    display: flex;
    flex-direction: column;
}
.ft-1 .ft-1-1 {
    flex: 1;
}
.ft-1 .ft-1-2 {
    padding: 0.56rem 0;
    font-size: 0.16rem;
    color: #838383;
    border-top: 1px solid #393939;
}

@media (max-width: 1280px) {
.ft-1 .ft-1-2 {
    padding: 0.57rem 0;
}
}

@media (max-width: 1024px) {
.ft-1 .ft-1-2 {
    padding: 0.6rem 0;
}
}

@media (max-width: 991px) {
.ft-1 .ft-1-2 {
    padding: 0.61rem 0;
}
}
.ft-nav {
    /* padding-left: 8.335vw; */

    border-top: 0.1rem solid #328cee;
}
.ft-bq {
    padding: 0.45rem 0;
    font-size: 0.16rem;
    color: #838383;
    border-top: 1px solid #393939;
}
.ft-li {
    border-left: 1px solid #393939;
    padding-top: 0.85rem;
    padding-bottom: 0.55rem;
    padding-left: 2.604vw;
}
.ft-pb2 p:nth-of-type(2) {
    width: 20.66vw;
}
.ft-p1,  .ft-pb2 p {
    font-size: 0.18rem;
    color: #a9a9a9;
    text-align: left;
}
.ft-p2 {
    font-size: 0.36rem;
    color: #fff;
    /* margin-right: 1.83vw; */

    margin-top: 0.2rem;
    margin-bottom: 0.35rem;
}
.ft-pb1 {
    border-bottom: 1px solid #393939;
}
.ft-pbox {
    padding-right: 8.335vw;
    border-top: 0.1rem solid #6f6f6f;
}
.ft-pb2 {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-direction: column;
}
.ft-pb2 .p2 {
    line-height: 30px;
}
.ft-pb2 a {
    color: #a9a9a9;
    font-size: 0.16rem;
}
.ft-pb2 a:hover {
    color: #fff;
    font-size: 0.16rem;
}
.banquan {
    display: none;
}
/* 底部 */

footer {
    padding-bottom: 0rem;
}
.ft-1 {
    display: none !important;
}
.ft-lef {
    display: none !important;
}
footer > div {
    width: 89.33vw;
    margin: 0 auto;
}

@media (max-width: 768px) {
footer > div {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
}
.ft-pbox {
    border-top: 0;
    padding-right: 0;
}
.ft-pb1 {
    justify-content: center;
    align-items: flex-start;
    padding: 0.2rem 0;
}
.ft-pb2 {
    padding: 0.1rem 0 0.3rem 0;
    display: flex;
    flex-direction: column;
}
.ft-pb1 .ft-p1,  .ft-pb2 p {
    font-size: 0.14rem;
}
.ft-p2 {
    margin: 0;
    font-size: 0.18rem;
}
.ft-pbox {
    background: #232323;
}
.ft-pb2 .addr {
    display: flex;
}
.ft-pb2 p:nth-of-type(1) {
    display: flex;
    flex-direction: column;
}
.ft-pb2 p:nth-of-type(1) img {
    width: 0.15rem;
    margin-right: 0.1rem;
    margin-top: 0.04rem;
}
.ft-pb2 p:nth-of-type(2) {
    width: 100%;
    text-align: left;
    line-height: 1.5;
}
.ft-pb2 .p2 {
    font-size: 0.14rem;
    margin-left: 0.06rem;
}
.banquan {
    display: block;
    flex-direction: column;
    width: 100%;
    font-size: 0.12rem;
    margin-top: 0.19rem;
}
.hhtips {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banquan p,  .hhtips a {
    text-align: left;
    font-size: 0.14rem;
}
.hhtips a {
    font-size: 0.12rem;
}
.hhtips .p1 {
    display: flex;
    flex: 2;
    align-items: flex-start;
    font-size: 0.12rem;
}
.hhtips .p2 {
    flex: 1;
    margin-left: 0;
}
.hhtips .p2 a {
    font-size: 0.12rem;
}

@media (max-width: 768px) {
.hhtips {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ft-pb2 p:nth-of-type(2) {
    text-align: center;
}
.hhtips .p1 {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
}
}
.site_map {
    position: relative;
}
.site_map::before {
    position: absolute;
    content: '';
    height: 75%;
    width: 2px;
    background: rgba(255, 255, 255, 0.2);
    right: -0.275rem;
    top: 60%;
    transform: translateY(-50%);
}
/* 搜索 */

.lbotal {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    height: 0.5rem;
    width: 9rem;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    background: #fff;
    display: none;
}
.lbotal .c2 {
    float: left;
    width: 0.6rem;
    height: 0.48rem;
    border: none;
    cursor: pointer;
    background: url('../images/icon40.png') no-repeat center center;
    background-size: 0.2rem;
    opacity: 0;
    transform: translateX(0.5rem);
    transition: all 0.5s ease;
}
.lbotal.on .c2 {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease;
}
.lbotal .c1 {
    float: left;
    width: 7.2rem;
    border: none;
    height: 0.48rem;
    padding: 0 0.1rem;
    font-size: 0.16rem;
    opacity: 0;
    transform: translateX(80%);
    transition: all 0.5s ease;
}
.lbotal.on .c1 {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.8s ease;
}
.lbotal > .bgcl {
    float: left;
    height: 0.48rem;
    width: 0.58rem;
    position: absolute;
    right: 0.1rem;
    z-index: 2;
    background: url('../images/icon_search_close.png') no-repeat center center;
    background-size: 0.18rem;
}

@media (max-width: 991px) {
.lbotal {
    right: 18%;
}
}
.xqz_foot_22371041 {
    background: #111;
}
.xqz_foot_22371041 .ft_border {
    width: 100%;
    height: 8px;
    display: flex;
}
.xqz_foot_22371041 .hh_w {
    width: 14.4rem;
    margin: 0 auto;
}

@media (max-width: 768px) {
.xqz_foot_22371041 .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
}
.xqz_foot_22371041 .hh_w .ft_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.302vw;
    padding-bottom: 1.302vw;
    border-bottom: 1px solid #aaac;
}
.xqz_foot_22371041 .hh_w .ft_nav .div_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.xqz_foot_22371041 .hh_w .ft_nav .div_l img {
    width: 294px;
    width: 13vw;
    min-width: 175px;
}
.xqz_foot_22371041 .hh_w .ft_nav .div_r {
    display: flex;
    align-items: center;
}
.xqz_foot_22371041 .hh_w .ft_nav .div_r a {
    margin-left: 45px;
    font-size: 18px;
    font-family: 'hmos_r';
    color: #fffc;
    transition: all 0.5s;
    white-space: nowrap;
}

@media (min-width: 2048px) {
}

@media (min-width: 2048px) and (min-width: 2048px) and (max-width: 2560px) {
.xqz_foot_22371041 .hh_w .ft_nav .div_r a {
    font-size: 24px;
}
}

@media (min-width: 2048px) and (max-width: 1920px) {
.xqz_foot_22371041 .hh_w .ft_nav .div_r a {
    font-size: 18px;
}
}

@media (min-width: 2048px) and (max-width: 1680px) {
.xqz_foot_22371041 .hh_w .ft_nav .div_r a {
    font-size: 15.75px;
}
}

@media (min-width: 2048px) and (max-width: 1440px) {
.xqz_foot_22371041 .hh_w .ft_nav .div_r a {
    font-size: 13.5px;
}
}

@media (min-width: 2048px) and (max-width: 1280px) {
.xqz_foot_22371041 .hh_w .ft_nav .div_r a {
    font-size: 12px;
}
}

@media (min-width: 2048px) and (max-width: 1024px) {
.xqz_foot_22371041 .hh_w .ft_nav .div_r a {
    font-size: 9.6px;
}
}

@media (min-width: 2048px) and (max-width: 1680px) {
.xqz_foot_22371041 .hh_w .ft_nav .div_r a {
    font-size: 17px;
}
}

@media (min-width: 2048px) and (max-width: 1440px) {
.xqz_foot_22371041 .hh_w .ft_nav .div_r a {
    font-size: 16px;
    line-height: 26px;
}
}

@media (min-width: 2048px) and (max-width: 1024px) {
.xqz_foot_22371041 .hh_w .ft_nav .div_r a {
    font-size: 14px;
    line-height: 24px;
}
}
.xqz_foot_22371041 .hh_w .ft_nav .div_r a:hover {
    color: #b16536;
}
.xqz_foot_22371041 .hh_w .ft_nav .div_r a:nth-of-type(1) {
    margin-left: 0;
}
.xqz_foot_22371041 .hh_w .ft_content {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.xqz_foot_22371041 .hh_w .ft_content .div_l .div1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.xqz_foot_22371041 .hh_w .ft_content .div_l .div1 .hh_li {
    cursor: pointer;
    width: 2.083vw;
    height: 2.083vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c8cbd4;
    margin-right: 15px;
}
.xqz_foot_22371041 .hh_w .ft_content .div_l .div1 .hh_li .img,  .xqz_foot_22371041 .hh_w .ft_content .div_l .div1 .hh_li .img_a {
    width: 60%;
}
.xqz_foot_22371041 .hh_w .ft_content .div_l .div1 .hh_li .img_a {
    display: none;
}
.xqz_foot_22371041 .hh_w .ft_content .div_l .div1 .hh_li .hh_code {
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    left: 150px;
    width: 60px;
    left: 0;
    width: 5.208vw;
    top: 140%;
    min-width: 80px;
}
.xqz_foot_22371041 .hh_w .ft_content .div_l .div1 .hh_li .hh_qq {
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #c8cbd4;
    border-radius: 10px;
    width: auto;
    background: #fff;
    color: #666;
}
.xqz_foot_22371041 .hh_w .ft_content .div_l .div1 .hh_li:hover .img {
    display: none;
}
.xqz_foot_22371041 .hh_w .ft_content .div_l .div1 .hh_li:hover .img_a {
    display: block;
}
.xqz_foot_22371041 .hh_w .ft_content .div_l .div1 .hh_li:hover .hh_code {
    opacity: 1;
}
.xqz_foot_22371041 .hh_w .ft_content .div_l .div2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.xqz_foot_22371041 .hh_w .ft_content .div_l .div2 img {
    width: 15px;
    height: 17px;
}
.xqz_foot_22371041 .hh_w .ft_content .div_l .div2 span {
    margin-left: 10px;
    color: #fffc;
    font-size: 18px;
}

@media (min-width: 2048px) {
}

@media (min-width: 2048px) and (min-width: 2048px) and (max-width: 2560px) {
.xqz_foot_22371041 .hh_w .ft_content .div_l .div2 span {
    font-size: 24px;
}
}

@media (min-width: 2048px) and (max-width: 1920px) {
.xqz_foot_22371041 .hh_w .ft_content .div_l .div2 span {
    font-size: 18px;
}
}

@media (min-width: 2048px) and (max-width: 1680px) {
.xqz_foot_22371041 .hh_w .ft_content .div_l .div2 span {
    font-size: 15.75px;
}
}

@media (min-width: 2048px) and (max-width: 1440px) {
.xqz_foot_22371041 .hh_w .ft_content .div_l .div2 span {
    font-size: 13.5px;
}
}

@media (min-width: 2048px) and (max-width: 1280px) {
.xqz_foot_22371041 .hh_w .ft_content .div_l .div2 span {
    font-size: 12px;
}
}

@media (min-width: 2048px) and (max-width: 1024px) {
.xqz_foot_22371041 .hh_w .ft_content .div_l .div2 span {
    font-size: 9.6px;
}
}

@media (min-width: 2048px) and (max-width: 1680px) {
.xqz_foot_22371041 .hh_w .ft_content .div_l .div2 span {
    font-size: 17px;
}
}

@media (min-width: 2048px) and (max-width: 1440px) {
.xqz_foot_22371041 .hh_w .ft_content .div_l .div2 span {
    font-size: 16px;
    line-height: 26px;
}
}

@media (min-width: 2048px) and (max-width: 1024px) {
.xqz_foot_22371041 .hh_w .ft_content .div_l .div2 span {
    font-size: 14px;
    line-height: 24px;
}
}
.xqz_foot_22371041 .hh_w .ft_content .div_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    color: #fffc;
    font-size: 16px;
    font-family: 'hmos_l';
    margin-left: 10px;
}

@media (min-width: 2048px) {
}

@media (min-width: 2048px) and (min-width: 2048px) and (max-width: 2560px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    font-size: 21.33333333px;
}
}

@media (min-width: 2048px) and (max-width: 1920px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    font-size: 16px;
}
}

@media (min-width: 2048px) and (max-width: 1680px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    font-size: 14px;
}
}

@media (min-width: 2048px) and (max-width: 1440px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    font-size: 12px;
}
}

@media (min-width: 2048px) and (max-width: 1280px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    font-size: 10.66666667px;
}
}

@media (min-width: 2048px) and (max-width: 1024px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    font-size: 8.53333333px;
}
}

@media (min-width: 2048px) and (max-width: 1680px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    font-size: 14px;
}
}

@media (min-width: 2048px) and (max-width: 1440px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    font-size: 14px;
}
}

@media (min-width: 2048px) and (max-width: 1366px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    font-size: 14px;
}
}

@media (min-width: 2048px) and (min-width: 1259px) and (max-width: 1290px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    font-size: 14px;
}
}

@media (min-width: 2048px) and (max-width: 1024px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    font-size: 14px;
}
}

@media (min-width: 2048px) and (max-width: 991px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div1 span {
    font-size: 14px;
}
}
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div2 {
    font-family: 'gilroy';
    color: #fffc;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 20px;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div2 {
    font-size: 40px;
}
}

@media (max-width: 1920px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div2 {
    font-size: 30px;
}
}

@media (max-width: 1680px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div2 {
    font-size: 26.25px;
}
}

@media (max-width: 1440px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div2 {
    font-size: 22.5px;
}
}

@media (max-width: 1280px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div2 {
    font-size: 20px;
}
}

@media (max-width: 1024px) {
.xqz_foot_22371041 .hh_w .ft_content .div_r .hh_lil .div2 {
    font-size: 16px;
}
}
.xqz_foot_22371041 .hh_w .ft_links {
    margin-top: 0.9115vw;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.xqz_foot_22371041 .hh_w .ft_links * {
    color: #999;
    transition: all 0.5s;
    font-size: 14px;
    font-family: 'hmos_l';
}

@media (min-width: 2048px) {
}

@media (min-width: 2048px) and (min-width: 2048px) and (max-width: 2560px) {
.xqz_foot_22371041 .hh_w .ft_links * {
    font-size: 18.66666667px;
}
}

@media (min-width: 2048px) and (max-width: 1920px) {
.xqz_foot_22371041 .hh_w .ft_links * {
    font-size: 14px;
}
}

@media (min-width: 2048px) and (max-width: 1680px) {
.xqz_foot_22371041 .hh_w .ft_links * {
    font-size: 12.25px;
}
}

@media (min-width: 2048px) and (max-width: 1440px) {
.xqz_foot_22371041 .hh_w .ft_links * {
    font-size: 10.5px;
}
}

@media (min-width: 2048px) and (max-width: 1280px) {
.xqz_foot_22371041 .hh_w .ft_links * {
    font-size: 9.33333333px;
}
}

@media (min-width: 2048px) and (max-width: 1024px) {
.xqz_foot_22371041 .hh_w .ft_links * {
    font-size: 7.46666667px;
}
}
.xqz_foot_22371041 .hh_w .ft_links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 35px;
}
.xqz_foot_22371041 .hh_w .ft_links a:hover {
    color: #b16536;
}
.xqz_foot_22371041 .ft_info {
    background: #000;
}
.xqz_foot_22371041 .ft_info .hh_w {
    width: 14.4rem;
    margin: 0 auto;
    padding-top: 1.04vw;
    padding-bottom: 1.04vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
.xqz_foot_22371041 .ft_info .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
}
.xqz_foot_22371041 .ft_info .hh_w .div_l {
    font-size: 14px;
    color: #fff9;
    font-family: 'hmos_l';
    margin-right: 40px;
}

@media (min-width: 2048px) {
}

@media (min-width: 2048px) and (min-width: 2048px) and (max-width: 2560px) {
.xqz_foot_22371041 .ft_info .hh_w .div_l {
    font-size: 18.66666667px;
}
}

@media (min-width: 2048px) and (max-width: 1920px) {
.xqz_foot_22371041 .ft_info .hh_w .div_l {
    font-size: 14px;
}
}

@media (min-width: 2048px) and (max-width: 1680px) {
.xqz_foot_22371041 .ft_info .hh_w .div_l {
    font-size: 12.25px;
}
}

@media (min-width: 2048px) and (max-width: 1440px) {
.xqz_foot_22371041 .ft_info .hh_w .div_l {
    font-size: 10.5px;
}
}

@media (min-width: 2048px) and (max-width: 1280px) {
.xqz_foot_22371041 .ft_info .hh_w .div_l {
    font-size: 9.33333333px;
}
}

@media (min-width: 2048px) and (max-width: 1024px) {
.xqz_foot_22371041 .ft_info .hh_w .div_l {
    font-size: 7.46666667px;
}
}
.xqz_foot_22371041 .ft_info .hh_w .div_l a {
    color: inherit;
    font-family: inherit;
}
.xqz_foot_22371041 .ft_info .hh_w .div_r {
    font-size: 14px;
    color: #fffc;
    font-family: 'hmos_l';
}

@media (min-width: 2048px) {
}

@media (min-width: 2048px) and (min-width: 2048px) and (max-width: 2560px) {
.xqz_foot_22371041 .ft_info .hh_w .div_r {
    font-size: 18.66666667px;
}
}

@media (min-width: 2048px) and (max-width: 1920px) {
.xqz_foot_22371041 .ft_info .hh_w .div_r {
    font-size: 14px;
}
}

@media (min-width: 2048px) and (max-width: 1680px) {
.xqz_foot_22371041 .ft_info .hh_w .div_r {
    font-size: 12.25px;
}
}

@media (min-width: 2048px) and (max-width: 1440px) {
.xqz_foot_22371041 .ft_info .hh_w .div_r {
    font-size: 10.5px;
}
}

@media (min-width: 2048px) and (max-width: 1280px) {
.xqz_foot_22371041 .ft_info .hh_w .div_r {
    font-size: 9.33333333px;
}
}

@media (min-width: 2048px) and (max-width: 1024px) {
.xqz_foot_22371041 .ft_info .hh_w .div_r {
    font-size: 7.46666667px;
}
}
.xqz_foot_22371041 .ft_info .hh_w .div_r span {
    margin-left: 20px;
}
.xqz_foot_22371041 .ft_info .hh_w .div_r .hh_syb {
    margin-left: 10px;
    margin-right: 10px;
}
.xqz_foot_22371041 .ft_info .hh_w .div_r a,  .xqz_foot_22371041 .ft_info .hh_w .div_r span {
    color: inherit;
    font-family: inherit;
}

@media (max-width: 1366px) {
.xqz_foot_22371041 .hh_w .ft_nav .div_r a {
    font-size: 16px;
    margin-left: 35px;
}
}

@media (max-width: 1280px) {
.xqz_foot_22371041 .hh_w .ft_nav .div_r a {
    font-size: 14px;
    margin-left: 25px;
}
}
/* 底部 */

footer {
    background: #232323;
}
.ft-t {
    font-size: 0.2rem;
    margin-bottom: 0.45rem;
    color: #fff;
    position: relative;
}
.ft-t::before {
    content: '';
    width: 0.06rem;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -0.54rem;
    transform: translate(-50%, -50%);
}

@media (max-width: 1680px) {
.ft-t::before {
    left: -0.5rem;
}
}
.ft-lef {
    background: #232323;
}
.ft-rig {
    background: #1e1e1e;
}
.ft-a a {
    color: #838383;
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
}
.ft-a a:hover {
    color: #fff;
}

@media (max-width: 1680px) {
.ft-a a {
    font-size: 0.18rem;
}
}
.ft-1 {
    width: 8.335vw;
    border-top: 0.1rem solid #328cee;
    display: flex;
    flex-direction: column;
}
.ft-1 .ft-1-1 {
    flex: 1;
}
.ft-1 .ft-1-2 {
    padding: 0.56rem 0;
    font-size: 0.16rem;
    color: #838383;
    border-top: 1px solid #393939;
}

@media (max-width: 1280px) {
.ft-1 .ft-1-2 {
    padding: 0.57rem 0;
}
}

@media (max-width: 1024px) {
.ft-1 .ft-1-2 {
    padding: 0.6rem 0;
}
}

@media (max-width: 991px) {
.ft-1 .ft-1-2 {
    padding: 0.61rem 0;
}
}
.ft-nav {
    /* padding-left: 8.335vw; */

    border-top: 0.1rem solid #328cee;
}
.ft-bq {
    padding: 0.45rem 0;
    font-size: 0.16rem;
    color: #838383;
    border-top: 1px solid #393939;
}
.ft-li {
    border-left: 1px solid #393939;
    padding-top: 0.85rem;
    padding-bottom: 0.55rem;
    padding-left: 2.604vw;
}
.ft-pb2 p:nth-of-type(2) {
    width: 20.66vw;
}
.ft-p1,  .ft-pb2 p {
    font-size: 0.18rem;
    color: #999;
    text-align: left;
}
.ft-p2 {
    font-size: 0.36rem;
    color: #fff;
    /* margin-right: 1.83vw; */

    margin-top: 0.2rem;
    margin-bottom: 0.35rem;
}
.ft-pb1 {
    border-bottom: 1px solid #393939;
}
.ft-pbox {
    padding-right: 8.335vw;
    border-top: 0.1rem solid #6f6f6f;
}
.ft-pb2 {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-direction: column;
}
.ft-pb2 .p2 {
    line-height: 30px;
}
.ft-pb2 a {
    color: #999;
    font-size: 0.16rem;
}
.ft-pb2 a:hover {
    color: #fff;
    font-size: 0.16rem;
}
.banquan {
    display: none;
}
/* 底部 */

footer {
    padding-bottom: 0rem;
}
.ft-1 {
    display: none !important;
}
.ft-lef {
    display: none !important;
}
footer > div {
    width: 89.33vw;
    margin: 0 auto;
}

@media (max-width: 768px) {
footer > div {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
}
.ft-pbox {
    border-top: 0;
    padding-right: 0;
}
.ft-pb1 {
    justify-content: center;
    align-items: flex-start;
    padding: 0.2rem 0;
}
.ft-pb2 {
    padding: 0.1rem 0 0.3rem 0;
    display: flex;
    flex-direction: column;
}
.ft-pb1 .ft-p1,  .ft-pb2 p {
    font-size: 0.14rem;
}
.ft-p2 {
    margin: 0;
    font-size: 0.18rem;
}
.ft-pbox {
    background: #f3f4f7;
}
.ft-pb2 .addr {
    display: flex;
}
.ft-pb2 p:nth-of-type(1) {
    display: flex;
    flex-direction: column;
}
.ft-pb2 p:nth-of-type(1) img {
    width: 0.15rem;
    margin-right: 0.1rem;
    margin-top: 0.04rem;
}
.ft-pb2 p:nth-of-type(2) {
    width: 100%;
    text-align: left;
    line-height: 1.5;
}
.ft-pb2 .p2 {
    font-size: 0.14rem;
    margin-left: 0.06rem;
}
.banquan {
    display: block;
    flex-direction: column;
    width: 100%;
    font-size: 0.12rem;
    margin-top: 0.19rem;
}
.hhtips {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banquan p,  .hhtips a {
    text-align: left;
    font-size: 0.14rem;
}
.hhtips a {
    font-size: 0.12rem;
}
.hhtips .p1 {
    display: flex;
    flex: 2;
    align-items: flex-start;
    font-size: 0.12rem;
}
.hhtips .p2 {
    flex: 1;
    margin-left: 0;
}
.hhtips .p2 a {
    font-size: 0.12rem;
}

@media (max-width: 768px) {
.hhtips {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ft-pb2 p:nth-of-type(2) {
    text-align: center;
}
.hhtips .p1 {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
}
}
.site_map {
    position: relative;
}
.site_map::before {
    position: absolute;
    content: '';
    height: 75%;
    width: 2px;
    background: rgba(255, 255, 255, 0.2);
    right: -0.275rem;
    top: 60%;
    transform: translateY(-50%);
}
.pt {
    padding-top: 1.2rem;
}

@media (max-width: 768px) {
.pt {
    padding-top: 0.6rem;
}
}
.w1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 1560px) {
.w1440 {
    max-width: 100%;
    padding: 0 60px;
}
}

@media (max-width: 1024px) {
.w1440 {
    padding: 0 30px;
}
}

@media (max-width: 991px) {
.w1440 {
    padding: 0 20px;
}
}
.xqz_moreNav_0331 {
    background-size: cover;
    background-position: center center;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: -200%;
    transition: all 0.5s;
}
.xqz_moreNav_0331 .zkmn_top {
    height: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
}
.xqz_moreNav_0331 .zkmn_top .zkmn_lg {
    padding-left: 3.125vw;
}
.xqz_moreNav_0331 .zkmn_top .xqz_navMore {
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2.083vw;
    padding-right: 1.82vw;
    height: 100%;
}
.xqz_moreNav_0331 .hh_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: calc(100vh - 0.9rem);
    align-items: center;
}
.xqz_moreNav_0331 .hh_w .hh_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.xqz_moreNav_0331 .hh_w .div_l {
    width: 58.33%;
}
.xqz_moreNav_0331 .hh_w .div_l * {
    color: #fff;
}
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-family: 'hmos_l';
    padding-bottom: 2.08vw;
    position: relative;
    margin-bottom: 2.6vw;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-size: 53.33333333px;
}
}

@media (max-width: 1920px) {
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-size: 40px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-size: 35px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-size: 30px;
}
}

@media (max-width: 1280px) {
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-size: 26.66666667px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-size: 21.33333333px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-size: 34px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-size: 26px;
}
}

@media (max-width: 1366px) {
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-size: 26px;
}
}

@media (min-width: 1259px) and (max-width: 1290px) {
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-size: 22px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-size: 20px;
}
}

@media (max-width: 991px) {
.xqz_moreNav_0331 .hh_w .div_l h2 {
    font-size: 20px;
}
}
.xqz_moreNav_0331 .hh_w .div_l h2::before,  .xqz_moreNav_0331 .hh_w .div_l h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 9.375vw;
    min-width: 110px;
    height: 1px;
    background: #fff;
    left: 0;
    z-index: 2;
}
.xqz_moreNav_0331 .hh_w .div_l h2::after {
    width: 100%;
    min-width: 100%;
    background: #999;
    z-index: 1;
    left: 0;
}
.xqz_moreNav_0331 .hh_w .div_l h2 span {
    font-family: 'hmos_b';
}
.xqz_moreNav_0331 .hh_w .div_l ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-bottom: 1px solid #999;
}
.xqz_moreNav_0331 .hh_w .div_l ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.04vw;
}
.xqz_moreNav_0331 .hh_w .div_l ul li .hh_t1 {
    width: 34%;
}
.xqz_moreNav_0331 .hh_w .div_l ul li .hh_t1 .div1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

@media (min-width: 2048px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .hh_t1 .div1 img {
    width: 20px;
    margin-right: 10px;
}
}
.xqz_moreNav_0331 .hh_w .div_l ul li .hh_t2 {
    width: 60%;
}
.xqz_moreNav_0331 .hh_w .div_l ul li .hh_t2 .div1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.xqz_moreNav_0331 .hh_w .div_l ul li .hh_t2 .div1 img {
    margin-right: 5px;
}

@media (min-width: 2048px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .hh_t2 .div1 img {
    width: 20px;
    margin-right: 10px;
}
}
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-family: 'hmos_l';
}

@media (min-width: 2048px) and (max-width: 2560px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 21.33333333px;
}
}

@media (max-width: 1920px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 16px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 12px;
}
}

@media (max-width: 1280px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 10.66666667px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 8.53333333px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 14px;
}
}

@media (max-width: 1366px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 14px;
}
}

@media (min-width: 1259px) and (max-width: 1290px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 14px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 14px;
}
}

@media (max-width: 991px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 14px;
}
}
.xqz_moreNav_0331 .hh_w .div_l ul li .div2 {
    font-family: 'hmos_m';
    margin-top: 5px;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .div2 {
    font-size: 26.66666667px;
}
}

@media (max-width: 1920px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .div2 {
    font-size: 20px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .div2 {
    font-size: 17.5px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .div2 {
    font-size: 15px;
}
}

@media (max-width: 1280px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .div2 {
    font-size: 13.33333333px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .div2 {
    font-size: 10.66666667px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .div2 {
    font-size: 19px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .div2 {
    font-size: 17px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .div2 {
    font-size: 16px;
    line-height: 26px;
}
}

@media (max-width: 768px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .div2 {
    font-size: 14px;
    line-height: 24px;
}
}
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #3c4b8a;
}

@media (min-width: 2048) {
}

@media (min-width: 2048) and (min-width: 2048px) and (max-width: 2560px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-webkit-input-placeholder {
 font-size: 26.66666667px;
}
}

@media (min-width: 2048) and (max-width: 1920px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-webkit-input-placeholder {
 font-size: 20px;
}
}

@media (min-width: 2048) and (max-width: 1680px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-webkit-input-placeholder {
 font-size: 17.5px;
}
}

@media (min-width: 2048) and (max-width: 1440px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-webkit-input-placeholder {
 font-size: 15px;
}
}

@media (min-width: 2048) and (max-width: 1280px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-webkit-input-placeholder {
 font-size: 13.33333333px;
}
}

@media (min-width: 2048) and (max-width: 1024px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-webkit-input-placeholder {
 font-size: 10.66666667px;
}
}

@media (min-width: 2048) and (max-width: 1680px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-webkit-input-placeholder {
 font-size: 19px;
}
}

@media (min-width: 2048) and (max-width: 1440px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-webkit-input-placeholder {
 font-size: 17px;
}
}

@media (min-width: 2048) and (max-width: 1024px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-webkit-input-placeholder {
 font-size: 16px;
 line-height: 26px;
}
}

@media (min-width: 2048) and (max-width: 768px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-webkit-input-placeholder {
 font-size: 14px;
 line-height: 24px;
}
}
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-moz-placeholder {

  /* Firefox 19+ */

  color: #3c4b8a;
}

@media (min-width: 2048) {
}

@media (min-width: 2048) and (min-width: 2048px) and (max-width: 2560px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-moz-placeholder {
 font-size: 26.66666667px;
}
}

@media (min-width: 2048) and (max-width: 1920px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-moz-placeholder {
 font-size: 20px;
}
}

@media (min-width: 2048) and (max-width: 1680px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-moz-placeholder {
 font-size: 17.5px;
}
}

@media (min-width: 2048) and (max-width: 1440px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-moz-placeholder {
 font-size: 15px;
}
}

@media (min-width: 2048) and (max-width: 1280px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-moz-placeholder {
 font-size: 13.33333333px;
}
}

@media (min-width: 2048) and (max-width: 1024px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-moz-placeholder {
 font-size: 10.66666667px;
}
}

@media (min-width: 2048) and (max-width: 1680px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-moz-placeholder {
 font-size: 19px;
}
}

@media (min-width: 2048) and (max-width: 1440px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-moz-placeholder {
 font-size: 17px;
}
}

@media (min-width: 2048) and (max-width: 1024px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-moz-placeholder {
 font-size: 16px;
 line-height: 26px;
}
}

@media (min-width: 2048) and (max-width: 768px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input::-moz-placeholder {
 font-size: 14px;
 line-height: 24px;
}
}
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-ms-input-placeholder {

  /* IE 10+ */

  color: #3c4b8a;
}

@media (min-width: 2048) {
}

@media (min-width: 2048) and (min-width: 2048px) and (max-width: 2560px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-ms-input-placeholder {
 font-size: 26.66666667px;
}
}

@media (min-width: 2048) and (max-width: 1920px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-ms-input-placeholder {
 font-size: 20px;
}
}

@media (min-width: 2048) and (max-width: 1680px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-ms-input-placeholder {
 font-size: 17.5px;
}
}

@media (min-width: 2048) and (max-width: 1440px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-ms-input-placeholder {
 font-size: 15px;
}
}

@media (min-width: 2048) and (max-width: 1280px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-ms-input-placeholder {
 font-size: 13.33333333px;
}
}

@media (min-width: 2048) and (max-width: 1024px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-ms-input-placeholder {
 font-size: 10.66666667px;
}
}

@media (min-width: 2048) and (max-width: 1680px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-ms-input-placeholder {
 font-size: 19px;
}
}

@media (min-width: 2048) and (max-width: 1440px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-ms-input-placeholder {
 font-size: 17px;
}
}

@media (min-width: 2048) and (max-width: 1024px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-ms-input-placeholder {
 font-size: 16px;
 line-height: 26px;
}
}

@media (min-width: 2048) and (max-width: 768px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-ms-input-placeholder {
 font-size: 14px;
 line-height: 24px;
}
}
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-moz-placeholder {

  /* Firefox 18- */

  color: #3c4b8a;
}

@media (min-width: 2048) {
}

@media (min-width: 2048) and (min-width: 2048px) and (max-width: 2560px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-moz-placeholder {
 font-size: 26.66666667px;
}
}

@media (min-width: 2048) and (max-width: 1920px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-moz-placeholder {
 font-size: 20px;
}
}

@media (min-width: 2048) and (max-width: 1680px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-moz-placeholder {
 font-size: 17.5px;
}
}

@media (min-width: 2048) and (max-width: 1440px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-moz-placeholder {
 font-size: 15px;
}
}

@media (min-width: 2048) and (max-width: 1280px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-moz-placeholder {
 font-size: 13.33333333px;
}
}

@media (min-width: 2048) and (max-width: 1024px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-moz-placeholder {
 font-size: 10.66666667px;
}
}

@media (min-width: 2048) and (max-width: 1680px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-moz-placeholder {
 font-size: 19px;
}
}

@media (min-width: 2048) and (max-width: 1440px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-moz-placeholder {
 font-size: 17px;
}
}

@media (min-width: 2048) and (max-width: 1024px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-moz-placeholder {
 font-size: 16px;
 line-height: 26px;
}
}

@media (min-width: 2048) and (max-width: 768px) {
 .xqz_moreNav_0331 .hh_w .div_l .xqz_form input:-moz-placeholder {
 font-size: 14px;
 line-height: 24px;
}
}
.xqz_moreNav_0331 .hh_w .div_l .xqz_form h3 {
    font-family: 'hmos_m';
    margin-top: 2.6vw;
    margin-bottom: 1.56vw;
    padding-bottom: 0;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form h3 {
    font-size: 26.66666667px;
}
}

@media (max-width: 1920px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form h3 {
    font-size: 20px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form h3 {
    font-size: 17.5px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form h3 {
    font-size: 15px;
}
}

@media (max-width: 1280px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form h3 {
    font-size: 13.33333333px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form h3 {
    font-size: 10.66666667px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form h3 {
    font-size: 19px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form h3 {
    font-size: 17px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form h3 {
    font-size: 16px;
    line-height: 26px;
}
}

@media (max-width: 768px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form h3 {
    font-size: 14px;
    line-height: 24px;
}
}
.xqz_moreNav_0331 .hh_w .div_l .xqz_form h3::before {
    content: unset;
}
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div1,  .xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div1 input,  .xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 input {
    border: 1px solid #49558c;
    padding: 0 1.56vw;
    height: 3.125vw;
    min-height: 40px;
    width: 49.5%;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div1 input,  .xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 input {
    font-size: 18.66666667px;
}
}

@media (max-width: 1920px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div1 input,  .xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 input {
    font-size: 14px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div1 input,  .xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 input {
    font-size: 12.25px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div1 input,  .xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 input {
    font-size: 10.5px;
}
}

@media (max-width: 1280px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div1 input,  .xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 input {
    font-size: 9.33333333px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div1 input,  .xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 input {
    font-size: 7.46666667px;
}
}
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div1 {
    margin-bottom: 10px;
}
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 input {
    width: 82.14%;
}
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    flex: 1;
    display: flex;
    background: #fff;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: 'hmos_m';
    color: #1e2026;
    height: 3.125vw;
    min-height: 40px;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    font-size: 21.33333333px;
}
}

@media (max-width: 1920px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    font-size: 16px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    font-size: 12px;
}
}

@media (max-width: 1280px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    font-size: 10.66666667px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    font-size: 8.53333333px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    font-size: 14px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    font-size: 14px;
}
}

@media (max-width: 1366px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    font-size: 14px;
}
}

@media (min-width: 1259px) and (max-width: 1290px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    font-size: 14px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    font-size: 14px;
}
}

@media (max-width: 991px) {
.xqz_moreNav_0331 .hh_w .div_l .xqz_form .div2 button {
    font-size: 14px;
}
}
.xqz_moreNav_0331 .hh_w .div_r {
    width: 33.33%;
    padding: 0 1.56vw;
}
.xqz_moreNav_0331 .hh_w .div_r h2 {
    color: #fff;
    font-family: 'hmos_m';
    padding-bottom: 2.08vw;
    position: relative;
    margin-bottom: 2.6vw;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.xqz_moreNav_0331 .hh_w .div_r h2 {
    font-size: 53.33333333px;
}
}

@media (max-width: 1920px) {
.xqz_moreNav_0331 .hh_w .div_r h2 {
    font-size: 40px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_r h2 {
    font-size: 35px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_r h2 {
    font-size: 30px;
}
}

@media (max-width: 1280px) {
.xqz_moreNav_0331 .hh_w .div_r h2 {
    font-size: 26.66666667px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_r h2 {
    font-size: 21.33333333px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_r h2 {
    font-size: 34px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_r h2 {
    font-size: 26px;
}
}

@media (max-width: 1366px) {
.xqz_moreNav_0331 .hh_w .div_r h2 {
    font-size: 26px;
}
}

@media (min-width: 1259px) and (max-width: 1290px) {
.xqz_moreNav_0331 .hh_w .div_r h2 {
    font-size: 22px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_r h2 {
    font-size: 20px;
}
}

@media (max-width: 991px) {
.xqz_moreNav_0331 .hh_w .div_r h2 {
    font-size: 20px;
}
}
.xqz_moreNav_0331 .hh_w .div_r h2::before,  .xqz_moreNav_0331 .hh_w .div_r h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 5.2vw;
    min-width: 110px;
    height: 1px;
    background: #fff;
    left: 0;
    z-index: 2;
}
.xqz_moreNav_0331 .hh_w .div_r h2::after {
    width: 100%;
    min-width: 100%;
    background: #999;
    z-index: 1;
    left: 0;
}
.xqz_moreNav_0331 .hh_w .div_r ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.xqz_moreNav_0331 .hh_w .div_r ul li {
    width: 44%;
    margin-right: 6%;
    margin-bottom: 2.6vw;
}
.xqz_moreNav_0331 .hh_w .div_r ul li a {
    color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    font-family: 'hmos_m';
    position: relative;
    transition: all 0.5s;
}

@media (min-width: 2048px) and (max-width: 2560px) {
.xqz_moreNav_0331 .hh_w .div_r ul li a {
    font-size: 32px;
}
}

@media (max-width: 1920px) {
.xqz_moreNav_0331 .hh_w .div_r ul li a {
    font-size: 24px;
}
}

@media (max-width: 1680px) {
.xqz_moreNav_0331 .hh_w .div_r ul li a {
    font-size: 21px;
}
}

@media (max-width: 1440px) {
.xqz_moreNav_0331 .hh_w .div_r ul li a {
    font-size: 18px;
}
}

@media (max-width: 1280px) {
.xqz_moreNav_0331 .hh_w .div_r ul li a {
    font-size: 16px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_r ul li a {
    font-size: 12.8px;
}
}
.xqz_moreNav_0331 .hh_w .div_r ul li a span {
    position: relative;
}
.xqz_moreNav_0331 .hh_w .div_r ul li a span::before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 12px;
    background: #ccc;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}
.xqz_moreNav_0331 .hh_w .div_r ul li a:hover {
    color: #fff;
}
.xqz_moreNav_0331 .hh_w .div_r ul li a:hover span::before {
    opacity: 1;
}
.xqz_moreNav_0331 .hh_w .div_r ul li.on a {
    color: #fff;
}
.xqz_moreNav_0331 .hh_w .div_r ul li.on a span::before {
    opacity: 1;
}
.xqz_moreNav_0331 .hh_w .div_r ul li:nth-of-type(2n+2) {
    margin-right: 0;
}
.xqz_moreNav_0331.active {
    top: 0;
}

@media (min-width: 2048px) {
.xqz_moreNav_0331 .hh_w .div_l ul li .div2 {
    margin-top: 10px;
}
}

@media (max-width: 1024px) {
.xqz_moreNav_0331 .hh_w .div_l ul li span {
    font-size: 14px;
}
}
.ft_win {
    padding: 2.08vw 0;
    background: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    border: 1px solid #e2e2e2;
    border-right: 0;
}

@media (min-width: 2048px) {
.ft_win {
    width: 65px;
}
}
.ft_win li {
    width: 100%;
    height: 2.86vw;
    min-height: 40px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ft_win li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (min-width: 2048px) {
.ft_win li a .hh_img,  .ft_win li a .hh_img_a {
    width: 30px;
}
}
.ft_win li .hh_img_a {
    display: none;
}
.ft_win li .hh_tel {
    position: absolute;
    right: 45px;
    border-radius: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    height: 55px;
    align-items: center;
    padding-right: 1.56vw;
    padding-left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #e2e2e2;
    display: none;
}

@media (min-width: 2048px) {
.ft_win li .hh_tel {
    right: 70px;
}
}
.ft_win li .hh_tel .hh_i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
}
.ft_win li .hh_tel div {
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    background: #b16536;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #d2d5e2;
    margin-right: 18px;
}
.ft_win li .hh_tel p {
    white-space: nowrap;
    color: #b16536;
    font-family: 'hmos_m';
}

@media (min-width: 2048px) and (max-width: 2560px) {
.ft_win li .hh_tel p {
    font-size: 29.33333333px;
}
}

@media (max-width: 1920px) {
.ft_win li .hh_tel p {
    font-size: 22px;
}
}

@media (max-width: 1680px) {
.ft_win li .hh_tel p {
    font-size: 19.25px;
}
}

@media (max-width: 1440px) {
.ft_win li .hh_tel p {
    font-size: 16.5px;
}
}

@media (max-width: 1280px) {
.ft_win li .hh_tel p {
    font-size: 14.66666667px;
}
}

@media (max-width: 1024px) {
.ft_win li .hh_tel p {
    font-size: 11.73333333px;
}
}

@media (max-width: 1680px) {
.ft_win li .hh_tel p {
    font-size: 18px;
}
}

@media (max-width: 1440px) {
.ft_win li .hh_tel p {
    font-size: 16px;
}
}

@media (max-width: 1366px) {
.ft_win li .hh_tel p {
    font-size: 16px;
}
}

@media (min-width: 1259px) and (max-width: 1290px) {
.ft_win li .hh_tel p {
    font-size: 16px;
}
}

@media (max-width: 1024px) {
.ft_win li .hh_tel p {
    font-size: 16px;
}
}

@media (max-width: 991px) {
.ft_win li .hh_tel p {
    font-size: 16px;
}
}

@media (max-width: 1440px) {
.ft_win li .hh_tel p {
    font-size: 16.5px;
}
}

@media (max-width: 1280px) {
.ft_win li .hh_tel p {
    font-size: 14.66666667px;
}
}

@media (max-width: 1024px) {
.ft_win li .hh_tel p {
    font-size: 11.73333333px;
}
}

@media (min-width: 2500px) {
.ft_win li .hh_tel p {
    font-size: 22px;
}
}
.ft_win li .hh_wx {
    position: absolute;
    right: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    height: 55px;
    align-items: center;
    width: 6.25vw;
    height: 6.25vw;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #e2e2e2;
    display: none;
    border-radius: 5px;
}

@media (min-width: 2048px) {
.ft_win li .hh_wx {
    right: 75px;
}
}
.ft_win li .hh_wx div {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft_win li .hh_wx div img {
    border-radius: 5px;
    width: 100%;
}
.ft_win li .hh_wx .hh_i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
}
.ft_win li:hover .hh_tel,  .ft_win li:hover .hh_wx {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft_win li:hover .hh_img {
    display: none;
}
.ft_win li:hover .hh_img_a {
    display: block;
}
.ft_win li:nth-of-type(1) {
    margin-top: 0;
}

/*# sourceMappingURL=./nav.css.map */
