@media screen and (max-width: 1080px) {
    #right {
        display: none;
    }
}

@-webkit-keyframes move_right {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes move_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes move_right1 {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes move_right1 {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes move_left {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(-140px);
    }
}

@keyframes move_left {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(-140px);
    }
}

@-webkit-keyframes move_left1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(-150px);
    }
}

@keyframes move_left1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(-150px);
    }
}
@-webkit-keyframes move_left_l {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(-175px);
    }
}

@keyframes move_left_l {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(-175px);
    }
}









/* 动画绑定 */
.move_right {
    -webkit-animation-name: move_right;
    animation-name: move_right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.move_left {
    -webkit-animation-name: move_left;
    animation-name: move_left;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.move_left_l {
    -webkit-animation-name: move_left_l;
    animation-name: move_left_l;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}



.move_right1 {
    -webkit-animation-name: move_right1;
    animation-name: move_right1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.move_left1 {
    -webkit-animation-name: move_left1;
    animation-name: move_left1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.float-media-list li {
    display: inline-block;
    zoom: 1;
    text-align: center;
}

.float-media-list {
    padding-left: 0;
    width: 36px;
}

#right {
    background-image: url(../images/background01.png);
    background-repeat: no-repeat;
    background-color: white;
    background-position-x: 5%;
    background-size: 30% 100%;
}

.float_box.hold-close {
    width: 40px;
    overflow: unset;
}

.float_box {
    z-index: 100;
    width: 185px;
    /* padding: 5px; */
    overflow: hidden;
    position: fixed;
    top: 50%;
     margin-top: -280px;
    right: 7px;
    background: #FFF;
    font-size: 12px;
}

.mousein>span>a {
    font-family: auto;
    width: unset;
    color: #ffffff;
}

#right {
    background: linear-gradient(to right, #5b7492 50%, #5b7492 50%);
    background-repeat: no-repeat;
    background-color: white;
    background-position-x: 5%;
    background-size: 30% 100%;
    display: inline-block;
    float: right;
    right: 0;
    height: 100%;
    width: 12px;
    position: fixed;
    z-index: 10000000;
}

.float-media-list a {
    background: unset;
}

.floatright {
    border: unset !important;
    box-shadow: unset !important;
    top: 50%;
    /* right: 2px; */
    height: 550px;
    display: flex;
    align-items: center;
}

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

.top_bar .top_r .list_link .link_list {
    font-size: 14px;
}

.top_bar .top_r .list_link a {
    font-size: 14px;
}

.top_bar .top_r .list_link.hover .link_list {
    font-size: 14px;
}

.user_box_pc .border-triangle-bottom {
    position: absolute;
    top: 44px;
    left: -30PX;
    z-index: 999;
}

.top_bar .top_r .list_link a.link_list {
    padding: 0px 10px 0px 10px;
}

.icon-accountsetting:before {
    display: inline-block;
    overflow: hidden;
}

.icon-cart:before {
    display: inline-block;
    overflow: hidden;
}

.fold_title {
    font-family: "Arial";
}

.fold_click_title {
    font-family: "Arial";
}

.float_top span {
    font-family: "Arial";
}

.float_bottom span {
    font-family: "Arial";
}

.menu ul::after {
    display: block;
    content: '';
    clear: both;
}

.float-media-list li a {
    text-decoration: none !important;
}

.righticon {
    color: #ffffff;
    background-color: black;
    font-size: 20px;
    margin-left: 1px !important;
    display: unset !important;
    /* display: inline-block;
height: 20px; */
}

.float-media-list {
    /* overflow: hidden */
}

.float-media-list li {
    width: 36px;
    height: 36px;
    background-color: black;
    border-radius: 5px;
    line-height: 36px;
    margin: 2.5px 0;
    /* overflow: hidden; */
    position: relative;
}

.floatright.hold-close {
    width: 30px;
    background-color: unset;
}

.floatright.hold-close .float_bottom a {
    color: #f3f3f3;
    padding: unset;
    height: 36px;
    background-color: #5b7492;
    line-height: 36px;
    margin: 1px 0;
    display: inline-block;
    width: 36px;
}

.floatright.hold-close .float_bottom {
    margin-bottom: 39px;
}

.mousein>span,
.mouseinone>span {
    display: inline-block;
    width: 110px;
    height: 36px;
    /* margin-top: -32px; */
    /* position: relative; */
    position: fixed;
    /* background-color: #2f73c6; */
    z-index: -1;
    /* padding-left: 8px; */
    color: #ffffff;
    text-align: center;
    border-radius: 5px 0 0 5px;
    /* margin-left: -64px;*/
    box-shadow: 0 0 6px rgba(20,53,86,0.15);
}
.idwhatsapp span{
    width:110px
}



/* .borderlimit2{
    border-radius: 5px !important;
} */


.backgroundr {
    background-color: white !important;
    /* z-index: -1; */
}

.right60 {
    display: none !important;
}

.borderlimit {
    border-radius: 0 5px 5px 0 !important;
}

.tri {
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    /* border-right: 6px solid red; */
    border-bottom: 4px solid transparent;
    position: absolute;
    left: -5.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.trishow{
    display: block;
}


/* .right60 {
right: 95px;
}

.right115 {
right: 115px;
} */

.mousein {
    width: 36px;
    height: 36px;
}

blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: "iconfont1"; /* Project id 2571504 */
    src: url('../fonts/new_slide3.iconfont.woff2') format('woff2'),
    url('../../iconfont/new_slide3.iconfont.woff') format('woff'),
    url('../fonts/new_slide3.iconfont.ttf') format('truetype');
}

.iconfont1 {
    font-family: "iconfont1" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin-fill:before {
    content: "\e890";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-instagram:before {
    content: "\e904";
}

.icon-whatsapp:before {
    content: "\ea07";
}

.icon-jiantou1:before {
    content: "\e759";
}

.icon-gouwuche1:before {
    content: "\e635";
}

.icon-bianzu:before {
    content: "\e633";
}

.icon-arrow-up:before {
    content: "\e600";
}

.icon-arrow-left:before {
    content: "\f015";
}

.icon-arrow-right:before {
    content: "\f016";
}

.icon-email:before {
    content: "\f017";
}

.icon-tixingtishi-:before {
    content: "\f018";
}

.icon-search:before {
    content: "\f019";
}

.icon-a-home1:before {
    content: "\f020";
}

.icon-cart-Empty:before {
    content: "\f021";
}

.icon-skype1:before {
    content: "\f022";
}

.icon-jiaoseguanli:before {
    content: "\f001";
}

.icon-gouwuche1-copy:before {
    content: "\f002";
}

.icon-denglu-2:before {
    content: "\f003";
}

.icon-gouwuche:before {
    content: "\f004";
}

.icon-skype:before {
    content: "\f006";
}

.icon-Facebook:before {
    content: "\f007";
}

.icon-youxiang:before {
    content: "\f008";
}

.floatright .icon-youxiang:before {
    content: "\f008" !important;
}

.icon-jiantou:before {
    content: "\f009";
}

.icon-youtube:before {
    content: "\f010";
}

.icon-whats-app:before {
    content: "\f011";
}

.icon-entypopinterest:before {
    content: "\f012";
}

.icon-ins:before {
    content: "\f013";
}

.icon-twitter:before {
    content: "\f014";
}





.float-media-list a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 32px;
    height: 32px;
    background: url(../images/media.png) 0 0 no-repeat;
}
