/* header */
.header {
    width: 100%;
    height: 72px;
    text-align: left;
    z-index: 99999;
    opacity: 0;
    animation: fade_out 0.4s .5s;
    -webkit-animation: fade_out 0.4s .5s;
    animation-fill-mode: forwards;
}

.header-black .search-box input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.75);
}
.indban { padding-top:72px;}
.indban .swiper-slide img{ width:100%;}
@keyframes fade_out {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade_out {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.header a:hover {
    color: #2386EE;
    text-decoration: none;
}

.header-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.header-container::before {
    content: unset
}

.header-container::after {
    content: unset
}

.logo-box {
    display: inline-block;
    margin-right: 10px;
}

.nav-item {
    padding: 0 13px; 
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.mobile-nav-content {
    display: none;
}

.shop-column {
    display: flex;
    font-size: 16px;
    color: #061828;
    text-align: end;
}

.shop-search-box {
    display: inline-block;
    background-color: #d6dbe0;
}

.search-icon-pc {
    width: 16px;
    height: 16px;
}

.language-box {
    background-color: #e0e3e8;
}

.language-left {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.language-right {
    display: inline-block;
}

.loginbar-box {
    width: 109px;
}

.loginbar-login,
.loginbar-register {
    display: inline-block;
}

.pc-nav-unfold {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    color: #061828;
    background-color: #f7f7f7;
    z-index: 9;
}

.pc-nav-unfold a {
    color: #061828;
}

.unfold-display {
    display: none;
    margin: 40px 0;
}

.unfold-main {
    position: relative;
}

.nav-unfold-item {
    position: absolute;
}

.nav-unfold-title {
    width: 150px;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e4;
}

.nav-unfold-ul {
    padding-top: 20px;
    width: auto;
    list-style: none;
}

.nav-unfold-list {
    margin-bottom: 20px;
}

.unfold-list-text {
    font-size: 14px;
}

.unfold-list-img {
    margin-bottom: 0px;
}

.nav-icon-hot {
    height: 15px;
    margin-left: 5px;
    vertical-align: text-bottom;
}


.unfold-main:nth-child(4) div.nav-unfold-item{ display:none;}
.unfold-main:nth-child(5) div.nav-unfold-item{ display:none;}

@media (min-width: 751px) {
    .logo {
        height: 72px;
    }

   /* .logo2 {
        display: none;
    }*/

    .nav {
        line-height: 55px;
        font-size: 14px;
        padding: 0px 0;
        color: #fff;
    }

    .header {
        position: absolute;
        top: 0;
        /*height: auto;*/
        background-color: #fff;
        font-weight: bold;

    }

    .header-pc .nav-item {
        color: #ffffff ;
    }

    .nav-now {
        color: #fff!important; background:#2386EE !important;
    }

    .shop-column {
        padding: 20px 0;
        display: flex;
        line-height: 50px;
        font-size: 14px;
        color: #c8ccd5;
        text-align: end;
    }

    .shop-search-box {
        display: inline-block;
        padding: 0 10px;
        background-color: rgba(0, 0, 0, 0);
    }
    /* 搜索框 */
    .search-box{
        width: 351px;
        height: 40px;
        line-height: 40px;
        position: relative;
        right: -130px;
        display: none;
    }
    .search-box input{
        width: 100%;
        height: 100%;
        border: 1px solid rgba(255, 255, 255, 0.34);
        border-radius: 2px;
        padding-left: 25px;
        outline: none;
        font-size: 14px;
        color: #fff;
        background: rgba(0, 0, 0, 0);
    }
    .search-box.search-box-black input{
        border: 1px solid rgba(0, 0, 0, 0.34);
        color: rgb(6, 24, 40);
    }
    .search-box.search-box-black input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.75);
    }
    .search-box.search-box-black input:-moz-placeholder {/* Firefox 18- */
        color: rgba(0, 0, 0, 0.75);
    }
    .search-box.search-box-black input::-moz-placeholder{/* Firefox 19+ */
        color: rgba(0, 0, 0, 0.75);
    }
    .search-box.search-box-black input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.75);
    }

    .search-box input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.75);
    }
    .search-box input:-moz-placeholder {/* Firefox 18- */
        color: rgba(255, 255, 255, 0.75);
    }
    .search-box input::-moz-placeholder{/* Firefox 19+ */
        color: rgba(255, 255, 255, 0.75);
    }
    .search-box input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.75);
    }
    .search-box .btn-close{
        font-size: 16px;
        color: #fff;
        position: absolute;
        left: 361px;
    }
    .search-box.search-box-black .btn-close{
        color: rgba(0, 0, 0, 0.5);
    }
    .open-search{
        position: absolute;
        left: 320px;
    }
    /* end */

    .search-icon-pc {
        width: 14px;
        height: 14px;
    }

    .search-icon-pc2 {
        display: none;
    }

    .language-box {
        width: auto;
        background-color: rgba(0, 0, 0, 0);
        position: relative;
    }
    .language-box:hover .language-right {
        display: block;
    }
    .language-left {
        margin: 0 10px;
        color: #1c6a7b;
        cursor: pointer;
    }
    .language-left i {
        width: 6px;
        height: 4px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(../fonts/header-select.svg);
        background-size: 100% 100%;
        margin-left: 5px;
    }
    .language-left i.black-img {
        background-image: url(../fonts/header-select-black.svg);
        background-size: 100% 100%;
    }
    .language-right {
        display: none;
        cursor: default;
        background: #ffffff;
        position: absolute;
        width: 110%;
        top: 48px;
        right: 0;
        color: #061828;
        font-size: 14px;
        text-align: center;
        padding: 8px 0;
        box-shadow: 0 0 6px 0 rgba(174,186,208,.27);
    }
    .language-right span {
        display: block;
        line-height: 25px;
        position: relative;
    }
    .language-right > span {
        color: #2386EE;
    }
    .language-right > span:before {
        content: '';
        display: block;
        position: absolute;
        width: 3px;
        height: 16px;
        top: 4px;
        left: 0;
        background: #2386EE;
    }
    .language-right a:hover span:before {
        content: '';
        display: block;
        position: absolute;
        width: 3px;
        height: 16px;
        top: 4px;
        left: 0;
        background: #2386EE;
    }

    .loginbar-box {
        width: auto;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius:2px;
        color: #fff;
        height: 40px;
        line-height: 40px;
        margin: 5px 0 5px 10px;
    }

    .loginbar-box a {
        color: inherit;
    }

    .loginbar-box.scroll {
        border: 1px solid rgba(0, 0, 0, 0.24);
        color: #061828;
    }

    .loginbar-login,
    .loginbar-register {
        display: inline-block;
        padding: 0 10px;
    }

    .features-box {
        display: none;
    }

    .user-avatar {
        display: none;
        color: #fff;
    }
    .user-avatar.scroll {
        color: #061828;
    }

    .user-avatar-img {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        margin: 5px 10px 5px 0;
        cursor: pointer;
    }

    .user-logout {
        cursor: pointer;
    }
}

@media (max-width: 750px) {
    .header {
        position: fixed;
        height: auto;
        margin-top: 0;
    }

    .header-container {
        justify-content: space-between;
        height: auto;
        padding: 0.1rem 0.3rem;
    }

    .logo {
        width: 1.6rem;
        /* height: 0.58rem; */
    }

    .search-icon {
        width: 0.44rem;
        height: 0.43rem;
        margin-right: 0.28rem;
        /* display: none !important; */
    }

    .user-icon {
        width: 0.49rem;
        height: 0.49rem;
        margin-right: 0.28rem;
    }

    .menu-icon {
        width: 0.44rem;
        height: 0.38rem;
    }

    /* 移动端导航 */
    .mobile-nav-content {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 3;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .mobile-nav-box {
        background-color: #ededed;
        width: 80%;
        height: 100%;
        margin-left: 20%;
        padding-bottom: 1rem;
        overflow-y: auto;
    }

    .mobile-nav-item {
        font-size: 0.32rem;
        line-height: 0.88rem;
        color: #061828;
        text-decoration: none;
        border-bottom: 1px solid #dedee1;
    }

    .mobile-nav-title {
        font-size: 0.32rem !important;
    }

    .mobile-nav-title {
        display: inline-block;
        width: auto;
        padding-left: 0.29rem;
        color: #061828;
    }

    .mobile-nav-arrow {
        width: 0.45rem;
        height: 0.34rem;
        margin-right: 0.29rem;
    }

    .mobile-nav-item ul {
        display: none;
        margin-bottom: 0;
        padding-left: 0.29rem;
        padding-right: 0.29rem;
        background-color: #f7f7f7;
    }

    .mobile-nav-item li {
        list-style: none;
        font-size: 0.28rem;
        color: #061828;
    }

    .mobile-nav,
    .mobile-subnav-title-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }

    .mobile-subnav-item {
        border-bottom: 1px solid #e0e0e4;
    }

    .mobile-subnav-item:last-child {
        border-bottom: 0;
    }

    .mobile-subnav-title {
        display: inline-block;
        width: auto;
        font-size: 0.3rem;
        color: #061828;
    }

    .mobile-subnav-arrow {
        width: 0.45rem;
        height: 0.34rem;
        opacity: 0.7;
    }

    .mobile-lv3nav {
        padding-left: 0.49rem;
    }

    .mobile-nav-close {
        padding: 0 0.29rem;
        text-align: right;
        font-size: 0.6rem;
        color: #2385ed;
    }

    .mobile-nav-btn {
        padding: 0.1rem 0.29rem 0 0.29rem;
    }

    .mobile-nav-btn div {
        display: inline-block;
        width: 2.57rem;
        height: 0.62rem;
        line-height: 0.62rem;
        font-size: 0.32rem !important;
        text-align: center;
        vertical-align: middle;
    }

    .mobile-nav-login {
        background: rgba(35, 133, 237, 1);
        color: #ffffff;
        margin-right: 0.24rem;
    }

    .mobile-nav-register {
        border: 1px solid rgba(35, 133, 237, 1);
        color: #2386ee;
    }

    .mobile-nav-search {
        position: relative;
        margin-top: 0.3rem;
        padding-left: 0.29rem;
        padding-right: 0.29rem;
        font-size: 0.24rem;
        color: #404d59;
        display: none;
    }

    .mobile-nav-search-input {
        width: 100%;
        height: 0.62rem;
        line-height: 0.62rem;
        border: 1px solid #bdbec7;
        background-color: transparent;
        padding-left: 0.3rem;
        padding-right: 0.5rem;
    }

    .mobile-nav-search-icon {
        position: absolute;
        width: 0.28rem;
        height: 0.27rem;
        right: 0.5rem;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

}

.Arrow180 {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

/* PC端header样式 */
.header-pc {
    position: absolute;
    top: 0;
    background: none !important;
}


.header-pc .header-container .nav .nav-item {
    color: #fff;
}

.header-pc .shop-search-box {
    width: auto;
    background: none !important;
}

.header-pc .language-box {
    width: auto;
    padding: 0 20px;
    color: #fff;
    background: none !important;
    font-size: 14px;
}

.header-pc .language-box .language-left {
    margin-right: 0;
}

.header-pc .loginbar-box {
    border: 1px solid rgba(255,255,255,0.5);
    background: none !important;
    font-size: 14px;
}
/* PC端header样式结束 */

.font-hover .nav-item,
.font-hover.language-left {
    color: #061828;
}


/*
    适配优化
    by JonnyOu
*/
.nav-icon-hot {
    display: none;
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .header-container {
        justify-content: space-around;
    }
    .nav-item {
        padding: 0 5px;
    }
    .search-box {
        right: -45px;
    }
}

.nav-icon-left-arrows,.nav-icon-left-arrows-black  {
    position: absolute;
    left: -15px;
    top: 37px;
    display: none;
    z-index: 2;
    cursor: pointer;
}

.nav-icon-right-arrows,.nav-icon-right-arrows-black  {
    position: absolute;
    right: -15px;
    top: 37px;
    display: none;
    z-index: 2;
    cursor: pointer;
}


@media screen and (min-width:812px) and (max-width:1023px) {
    .nav-head {
        position: relative;
    }
    .header-container {
        justify-content: space-around;
    }
    .search-box {
        right: -20px;
    }
    .nav {
        width: 385px;
        position: relative;
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;

    }
    .nav::-webkit-scrollbar {
        display: none;
    }
    .nav-item {
        padding: 0 4px;
    }
}


.dpqnav-unfold-item{ overflow:hidden; }

.dpqnav-unfold-item ul li a{ width:20%; float:left; display:block; position:relative; padding-left:20px ; font-size:15px;}
.dpqnav-unfold-item ul li a:before{ content:"▲"; transform:rotate(90deg); position:absolute; left:0px;top:5px; width:15px; height:15px; color:#666;
-ms-transform:rotate(90deg); 
-moz-transform:rotate(90deg); 
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);}

.dpqnav-unfold-item ul li a:hover:before{ color:#2386EE }





.side{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:10000;;border-bottom:0}
.side ul li{width:78px;height:78px;float:left;position:relative;color:#fff;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer; border-radius:6px; margin-bottom:5px;background:#3399ff}
.side ul li a{color:#fff}
.side ul li:hover{background:#3399ff;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 30px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../images/ios01.png)}
.side ul li i.bgs2{background-image:url(../images/ios02.png)}
.side ul li i.bgs3{background-image:url(../images/ios03.png)}

.side ul li i.bgs6{background-image:url(../images/ios03.png)}

.side ul li:hover i.bgs1{background-image:url(../images/ios01.png)}
.side ul li:hover i.bgs2{background-image:url(../images/ios02.png)}
.side ul li:hover i.bgs6{background-image:url(../images/icon33.png)}


.side ul li.sideetel:hover .telBox{display:block}
.side ul li.sideewm:hover .ewBox{display:block}
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}


.side ul li.sideewm .ewBox{    width: 130px;
    display: none;
    color: #fff;
    text-align: center;

    position: absolute;
    left: -131px;
    top: -101px;
    background-repeat: no-repeat;
    background-position: center center;

}

.side ul li.sideetel .telBox{width:240px;height:78px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:0;background:#3399ff}
.side ul li.sideetel .telBox dd{display:block;height:100px;overflow:hidden;padding-left:82px;line-height:20px;font-size:18px;padding-top:14px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:11px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../images/right_pic8.png) 28px center no-repeat;background-color:#0a8ada}
.side ul li.sideetel .telBox dd.bgs2{background:url(../images/icon11.png) 28px 19px no-repeat;background-size:15%}
.side ul li.sideewm .ewBox img{width:100%}





.dpq_main{width: 786px;
    margin: 0px auto;
}


