@media screen and (max-width: 1360px) {

    body .header {

        width: 100vw;

        padding: 0;

        min-width: unset;

       overflow: inherit;

        position: fixed;

        top: 0;

        z-index: 5;
    }
		
		body .jd100zn{margin-top: 120px;}


    body .seize-header {

        display: block;

    }

    body .header-top {

        width: 100%;
    
        height: 3rem;
    
        background-color: rgba(0, 0, 0, 0.6);
    
        display: flex;
    
        padding: 0 1rem;
    
        box-sizing: border-box;
    
        justify-content: space-between;
    
    }
    
    
    
    body .header-top-left {
    
        display: none;
    
    }
    
    
    
    body .slogan {
    
        color: #ffffff;
    
        font-size: 14px;
    
        /* background-color: #444444; */
    
        line-height: 40px;
    
        text-align: center;
    
    
        float: left;
        display: none;
    }
    
    
    
    body .shares {
    
        color: #ffffff;
    
        font-size: 14px;
    
        line-height: 40px;
    
        text-align: center;
    
        padding: 0 40px;
    
        float: right;
        display: none;
    
    }
    
    
    
    body .shares span {
    
        margin-left: 15px;
    
        color: #ea6636;
    
    }
    
    
    
    body .header-top-right {
    
        margin: 0 0;
    
        display: flex;
    
        float: unset;

        width: 100%;

        justify-content: space-around;
    
    }
    
    
    
    body .header-top-right a {
    
        border-right: 2px solid #d6d6d6;
    
        padding: 0 .5rem;
    
        color: #ffffff;
    
        font-size: 1rem;
    
        height: unset;
    
        margin: auto 0;
    
        line-height: unset;
    
        cursor: pointer;
    
    }

    body .header-top-right a:last-child{
        border-right: none;
    }
    
    
    
    body  .header-top-right a:hover {
    
        color: #37a8e0;
    
        transition: all .3s;
    
    }
    
    
    
    body .header-top-right div:last-child {
    
        border: none;
    
    }



    body .header-bottom {

        width: 100%;

        height: 4.5rem;

        background-color: #fff;

        display: flex;

        justify-content: space-between;

        align-items: center;

        padding: 0 1rem;

        box-sizing: border-box;

    }



  

  body .header-bottom-content {

      

        position: fixed;

        width: 100%;

        height: 100vh;

        top: 7.5rem;

        right: 0;

        background-color: rgba(255, 255, 255, .9);
       opacity: 0;

        visibility: hidden; 
     

        padding: 5rem 0;

        box-sizing: border-box;

        display: flex; 

        flex-direction: column;

        transform: translateX(100%);

        transition: cubic-bezier(0.215,.61,.355,1) .45s;

       -webkit-overflow-scrolling: none;

        -webkit-overflow-scrolling: unset;

        z-index: 9999;

    }

    body .header-bottom-content a {

        line-height: 4rem;

        font-size: 1.5rem;

        color: #0084ce;

        text-align: center;

        margin: 0;

    }



    body .header-bottom-right {

        display: none;

    }



    body .header-bottom-left {

        width: 6rem;

    }



    body .header-bottom-phone-nav {

        display: block;

    }

}

body{
    -webkit-overflow-scrolling: unset !important;
}


.header {

    width: 100vw;
   overflow: auto;

}



.seize-header {

    height: 4.5rem;

    display: none;

}





.header-top {

    width: 100%;

    height: 40px;

    background-color:#666666;

    display: flex;

    padding: 0 46px;

    box-sizing: border-box;

    justify-content: space-between;

}



.header-top-left {

    display: flex;

    float: left;

}



.slogan {

    color: #ffffff;

    font-size: 14px;

    /* background-color: #444444; */

    line-height: 40px;

    text-align: center;


    float: left;
}



.shares {

    color: #ffffff;

    font-size: 14px;

    line-height: 40px;

    text-align: center;

    padding: 0 40px;

    float: right;

}



.shares span {

    margin-left: 15px;

    color: #ea6636;

}



.header-top-right {

    margin: 0 0;

    display: flex;

    float: right;

}



.header-top-right a {

    border-right: 2px solid #d6d6d6;

    padding: 0 14px;

    color: #ffffff;

    font-size: 14px;

    height: 12px;

    margin: auto 0;

    line-height: 12px;

    cursor: pointer;

}



.header-top-right a:hover {

    color: #37a8e0;

    transition: all .3s;

}



.header-top-right div:last-child {

    border: none;

}



.header-bottom {

    width: 100%;

    height: 75px;

    background-color: #fff;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 46px;

    box-sizing: border-box;

}



.header-bottom-phone-nav {

    width: 2rem;

    height: 1.5rem;

    position: relative;

    display: none;

}



.header-bottom-phone-nav span {

    position: absolute;

    width: 100%;

    height: 3px;

    background-color: #0084ce;

    left: 0;

    transition: all .2s;

}



.header-bottom-phone-nav span:first-child {

    top: 0;

}



.header-bottom-phone-nav span:nth-child(2) {

    top: 0;

    bottom: 0;

    margin: auto 0;

}



.header-bottom-phone-nav span:last-child {

    bottom: 0;

}





.header-bottom-left {

    width: 120px;

    float: left;


}



.header-bottom-left img {

    width: 100%;

    display: block;

    margin: auto 0;

}



.header-bottom-content {

    display: flex;
    margin: 0 auto;

}



.header-bottom-content a {

    color: #000000;

    font-size: 18px;

    margin: 0 26px;

    cursor: pointer;

    transition: all .3s;

    line-height: 75px;

}



.header-bottom-content a:hover {

    color: #0084ce;

}



.header-bottom-content div:first-child {

    margin-left: 0;

}



.header-bottom-content div:last-child {

    margin-right: 0;

}



.header-bottom-right {

    display: flex;

    cursor: pointer;

    float: right;
    /* margin: auto 46px; */

    /* margin-right: 46px; */

}



.header-bottom-right span:first-child {

    font-size: 24px;

    color: #666;

    margin: auto 0;

}



.header-bottom-right span:last-child {

    font-size: 12px;

    color: #666;

    margin: auto 0;

}



.header-bottom-right div {

    margin: auto 8px;

    color: #666666;

    font-size: 14px;

}

@media screen and (min-width:1000px) {
    /* CSS 代码 */
    body .header-bottom-phone-nav{
        display: none;
    }
}
.option-selects{
    border:0;
    background: transparent;
    width: 100px;
    height: 30px;
    font-size: 18px;
}

@media screen and (max-width: 980px) {
	.banner{height: 45vw; margin-top: 120px;}
	body .header-top{padding: 0 5px;}
	body .header-top-left{display: flex;}
	body .shares{display: flex; align-items: center; line-height: normal; justify-content: space-between; padding: 0;}
	body .header-top-right{display: flex; align-items: center; width: auto;}
	body .header-top-right a:last-child{font-size: 14px;}
}