html {
    font-size: 100px !important
}

.pcNav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: .4s all ease;
    box-shadow: 0 0 .04rem #dfdfdf;
    background: #fff;
}

.pcNav-top {}

.pcNav-top .g_w {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: initial;
}
.pcNav-top .pcNav-l{
    width: 5.28rem;
    width: 27.5vw;
    height: 1.2rem;
}
.pcNav-top .pcNav-l a{
    width: 100%;
    height: 100%;
}
.pcNav-top .pcNav-l a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.h-nav1 {
    display: flex;
    margin-bottom: 0;
}

.h-nav1 li {
   
   padding: 0 1vw;
   display: flex;
   align-items: center;
}

.h-nav1 >li{
     height: 1.2rem;
    display: flex;
    align-items: center;
}

.h-nav1 li:first-child a:before {
    content: '';
    width: 100%;
    right: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.h-nav1>li>a:nth-last-child(1) {
    margin-right: 0
}

.h-nav1>li>a {
    position: relative;
    display: block;
    /*height: 1rem;*/
    /*line-height: 1rem;*/
    text-align: center;
    font-size: .18rem;
    color: #333333;
    transition: .4s all ease;
    height: auto;
}

.h-nav1>li>a:after {
    content: '';
    position: absolute;
    left: 50%;
    /*bottom: .04rem;*/
    top: 100%;
    transform: translateX(-50%) scale(0);
    opacity: 0;
    transition: .4s all ease;
    display: block;
    width: .24rem;
    height: .26rem;
    background: url("../images/n_about1_13.png") no-repeat;
    background-size: 100% 100%;
}

.pcNav-r {
    display: flex
}

.nav_tel {
    display: flex;
    align-items: center;
    font-size: .36rem;
    font-weight: 600;
    color: #e07405
}

.nav_tel i {
    margin-right: .1rem;
    font-size: .3rem;
    height: .3rem;
    line-height: .3rem;
    display: block
}

.nav_search {
    margin-left: .38rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.nav_search i {
    display: block;
    width: .8rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    color: #fff;
    font-size: .34rem;
    font-weight: 600
}

.nav_search input {
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(10px);
    width: 1.8rem;
    padding: 0 .2rem;
    height: .46rem;
    line-height: .46rem;
    opacity: 0;
    border: .01rem solid #525252;
    pointer-events: none;
    transition: .4s all ease;
}

.nav_search:hover input {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.pcNav_view {
    position: absolute;
    left: 0;
    top: .95rem;
    width: 100%;
    display: flex;
    align-items: self-start;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    box-shadow: 0 0 .1rem #666;
    transition: .6s all ease
}

.g_w {
    max-width: 17rem;
    margin: 0 auto;
}

.g_r {
    border-radius: .24rem;
    border-bottom-right-radius: 0;
}

.pcNav_view_l {
    width: 3rem;
}

.pcNav_view_l ul {
    padding: .1rem 0;
    height: calc(800 / 1920 * 100vw);
    overflow-y: auto;
}

.pcNav_view_l ul li {
    position: relative;
    padding: 0 .24rem 0 .44rem;
    margin-right: 0;
    transition: .4s all ease
}

.pcNav_view_l ul li a {
    display: flex;
    align-items: center;
    position: relative;
    height: .6rem;
    line-height: initial;
    color: #fff;
    font-size: .18rem;
    padding-right: .2rem;
    border-bottom: .01rem solid rgba(255, 255, 255, .04)
}

/*.pcNav_view_l ul li a i {*/
/*    font-size: .2rem;*/
/*    margin-right: .1rem;*/
/*}*/
.pcNav_view_l ul li a .tab_icon {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: .1rem;
    display: flex;
}
.pcNav_view_l ul li a .tab_icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}








.pcNav_view_l ul li:hover {
    background: rgba(255, 255, 255, .08)
}

.pcNav_view_l ul li.active {
    background: rgba(255, 255, 255, .08)
}

.pcNav_view_r {
    width: calc(100% - 3rem);
    background: #fff;
}

.pcNav_view_list {
    padding: .1rem .4rem;
    height: calc(800 / 1920 * 100vw);
    overflow-y: auto;
    display: none
}

.pcNav_view_list.active {
    display: block
}

.pcNav_view_row {
    margin-top: .3rem;
}

.pcNav_view_title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pcNav_view_title .icon {
    margin-right: .06rem;
    width: .17rem;
    height: .19rem;
    background: url("../images/n_about1_132.png") no-repeat;
    background-size: 100% 100%;
    transition: .4s all ease
}
.pcNav_view_title a{
    height: fit-content;
    display: contents;
}
.pcNav_view_title b {
    font-size: .18rem;
    color: #30335f;
    transition: .4s all ease
}

.pcNav_view_title em {
    flex-grow: 2;
    margin-left: .3rem;
    height: 1px;
    background: rgba(48, 51, 95, .1);
    display: block;
    transition: .4s all ease
}

.pcNav_view_title:after {
    content: '';
    width: .05rem;
    height: .05rem;
    background: #30335f;
    display: block;
    transition: .4s all ease
}

.pcNav_view_row ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: .1rem;
}

.pcNav_view_row ul li {
    width: 20%;
    margin: .1rem 0 0 0;
    padding: 0 .1rem 0 0
}

.pcNav_view_row ul li a {
    font-size: .16rem;
    color: #525252;
    height: auto;
    line-height: initial;
    transition: .4s all ease
}

.pcNav_view_row ul li a:hover {
    color: #e07405
}

.pcNav_view_row:hover .pcNav_view_title:after {
    background: #e07405
}

.pcNav_view_row:hover .pcNav_view_title b {
    color: #e07405
}

.pcNav_view_row:hover .pcNav_view_title em {
    background: rgba(224, 116, 5, .1)
}

.pcNav_view_row:hover .pcNav_view_title .icon {
    background: url("../images/n_about1_13.png") no-repeat;
    background-size: 100% 100%
}

.pcNav_view2 {
    padding: .5rem;
    background: #fff
}

.pcNav_view2_l {
    width: 6rem;
}

.pcNav_view2_l .g_bg {
    padding-top: 63.33%;
    background-size: 100% 100%;
}

.pcNav_view2_r {
    width: calc(100% - 6rem);
    padding-left: .7rem;
}

.pcNav_view2_title b {
    display: block;
    font-size: .18rem;
    color: #30335f;
    text-transform: uppercase
}

.pcNav_view2_title span {
    display: block;
    font-size: .4rem;
    color: #30335f;
    font-weight: 600
}

.pcNav_view2_title em {
    display: block;
    font-size: .16rem;
    color: #30335f;
    opacity: .5;
    text-transform: uppercase;
    font-style: normal;
}

.pcNav_view2 ul {
    display: flex;
    flex-wrap: wrap
}

.pcNav_view2 ul li {
    width: 30%;
    margin-right: 5%;
    margin-top: .3rem;
}

.pcNav_view2 ul li:nth-child(3n) {
    margin-right: 0
}

.pcNav_view2 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 .3rem 0 .24rem;
    height: .6rem;
    line-height: initial;
    color: #666666;
    font-size: .18rem;
    background: #eaf0fb;
    transition: .4s all ease
}

.pcNav_view2 ul li .icon {
    margin-right: .04rem;
    width: .28rem;
    height: .3rem;
    background: url("../images/icon4.png") no-repeat;
    background-size: 100% 100%;
    transition: .4s all ease
}

.pcNav_view2 ul li .iconfont {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
}

.pcNav_view2 ul li:hover a {
    background-image: linear-gradient(to right, #f9c40c, #e17626);
    color: #fff
}

.pcNav_view2 ul li:hover .icon {
    background: url("../images/icon5.png") no-repeat;
    background-size: 100% 100%
}

.h-nav1>li:hover .pcNav_view {
    opacity: 1;
    transform: translateY(-2px);
    pointer-events: auto;
}

.h-nav1>li:hover>a {
    color: #e07405
}

.h-nav1>li:hover>a:after {
    transform: translateX(-50%) scale(1);
    opacity: 1
}

.h-nav1>li.active>a {
    color: #e07405
}

.h-nav1>li.active>a:after {
    transform: translateX(-50%) scale(1);
    opacity: 1
}

.g_gradient2 {
    background-image: linear-gradient(#303360, #243e91, #43c5ec)
}

.g_r18 {
    border-radius: .18rem;
    border-bottom-right-radius: 0;
}
.g_gradient1 {
  background-image: linear-gradient(#f9c40c, #e17626);
}
.nav_tel img{
    object-fit: contain;
    
}


@media only screen and (max-width: 1024px) {
.pcNav{
    display: none;
}


    
}