* {

    margin: 0;

    padding: 0;

}

.layout {
    max-width: 1400px;
    margin: 0 auto;
}

.fixed {
    position: fixed !important;
    top: 0 !important;

    left: 0 !important;

    z-index: 1000 !important;

}


a {

    text-decoration: none;

}



.head_top {

    width: 100%;

    height: 49px;

    line-height: 49px;

    background: #FE6800;

    margin: 0 auto;

    position: relative;

}



.change-language {

    display: inline-block;

    position: relative;

    text-align: left;

    vertical-align: middle;

    padding-left: 10px;

    line-height: 49px;

    float: right;

    right: 680px;



}



.change-language .change-language-title a:after {

    font-family: 'fontawesome';

    content: "";

    font-size: 12px;

    width: 11px;

    height: 7px;

    display: inline-block;

    padding-left: 2px;

    color: #9b9b9b;

    background: url(../img/down.png) no-repeat center top;

    background-size: 100%;

    margin: 0px 15px 0px 0px;

}



.language-flag a {



    border-right: 1px solid #FFFFFF;

}





#lan {

    font-family: Poppins;

    font-weight: 400;

    font-size: 14px;

    color: #FFFFFF;

    text-transform: capitalize;



    position: relative;

    display: inline-block;

    vertical-align: top;

    white-space: nowrap;

    padding: 0 3px 0 33px;

}

.w30 img {
    max-width: none !important;

}


.head_ph {

    display: inline-block;

    position: absolute;

    text-align: left;

    vertical-align: middle;

    padding-left: 10px;

    line-height: 49px;

    float: right;

    right: 495px;

}



.head_ph-title {

    width: 187px;

    height: 49px;

}



.head_ph-flag a {

    text-align: center;

    border-right: 1px solid #FFFFFF;

}



.head_ph-flag a p {

    display: inline-block;

    width: 232px;

    height: 11px;

    font-family: Poppins;

    font-weight: 400;

    font-size: 14px;

    color: #FFFFFF;

}



.head_em {

    display: inline-block;

    position: absolute;

    text-align: left;

    vertical-align: middle;

    padding-left: 10px;

    line-height: 49px;

    float: right;

    right: 196px;

}



.head_em-flag a p {

    display: inline-block;

    width: 232px;

    height: 11px;

    font-family: Poppins;

    font-weight: 400;

    font-size: 14px;

    color: #FFFFFF;

}



.head_layer {

    height: 111px;

    position: relative;

    margin: 0 auto;
    max-width: 1400px;
}



.head_layer-left {
    width: 28%;
    height: 86px;
    position: absolute;
    left: 0;
    top: 10px;
    display: flex;
}

.fixed .head_layer{
    height: 90px;
}
.fixed .head_layer-left>div{
        margin-top: 11px;
}

.fixed .head_layer-left{
    top: 0px;
}
.fixed .head_layer .nav_wrap{
    height: 90px;
    line-height: 90px;
}
.head_layer-left>div {

    width: 241px;

    height: 56px;

    margin-left: 18px;

    margin-top: 24px;

}



.head_layer-left>div>p {

    font-family: Abril Fatface;

    font-weight: 600;
    
    font-size: 18px;

    color: #000000;

    line-height: 32px;

}



.head_layer .nav_wrap {

    position: absolute;

    right: 126px;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

    width: 884px !important;

    height: 111px;

    line-height: 111px;

}



/* .search-title:active .head-search {

    display: block;

} */

.nav_wrap .head_nav {

    z-index: 2;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    flex-direction: row;

    -webkit-box-pack: center;

    justify-content: space-between;

    white-space: nowrap;

}



.nav_wrap .head_nav,

.nav_wrap .head_nav a {

    color: #000000;

    font-family: Abril Fatface;

    font-weight: 400;

    font-size: 20px;

}



.nav_wrap .head_nav>li {



    display: inline-block;

    margin: 0 3%;

    font-size: 17px;

    perspective: 1500px;

    vertical-align: middle;

    position: relative;



}



.nav_wrap .head_nav>li>a>b,
.has-child1>b {

    font-family: 'fontawesome';

    content: "";

    font-size: 12px;

    width: 11px;

    height: 9px;

    display: inline-block;

    padding-left: 2px;

    color: #9b9b9b;

    background: url(../img/down.png) no-repeat center top;

    background-size: 100%;

    margin: 15px 15px 0px 10px;



}



.has-child1 {

    display: flex;

    flex-direction: row;

    align-items: center;

}



.has-child1>b {

    position: absolute;

    right: 0px;

    margin: 0px;

}



li {

    list-style: none;

}



.nav_wrap .head_nav>li.nav-current>a {

    color: #FE6800;

}



.head-search-wrap {

    float: right;



}



.search-title {

    background: url(../img/fangdajing.png);

    position: relative;

    display: block;

    width: 30px;

    height: 30px;

    background-repeat: no-repeat;

    cursor: pointer;

}



.head-search-wrap {

    margin: 46px 0 0 0px;

    position: absolute;

    display: inline-block;

    vertical-align: top;

    right: 22px;

}




.nav_wrap .head_nav li ul {

    position: absolute;

    top: calc(100% - 5px);

    padding: 10px;

    width: 300px;

    border-radius: 0 0 7px 7px;

    background-color: #fff;

    display: none;

    text-align: left;

    z-index: 999;

    box-shadow: 0 0 10px rgba(0, 0, 0, .5);



}



.nav_wrap .head_nav li:nth-child(2):hover>ul {

    display: block;

}



.nav_wrap .head_nav>li ul li {

    position: relative;

    text-align: left;

    padding: 0 20px;

}



.nav_wrap .head_nav>li li a {

    height: 40px;

    display: block;

    line-height: 1.8em;

    padding: 8px 0;

    position: relative;

    color: #0c1c31;

    overflow: hidden;



}



.banner {

    width: 100%;

    margin: 0 auto;

}



.swiper {

    width: 100%;

    height: 100%;

}



.swiper-slide {

    text-align: center;

    font-size: 18px;

    background: #fff;

    width: 100%;

    height: 849px;

    /* Center slide text vertically */

    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

}



.swiper-slide img {

    display: block;

    width: 100%;

    height: 100%;

}



.ProductDisplay {

    width: 80%;

    margin: 0 auto;

    padding-top: 101px;

    padding-bottom: 25px;

    position: relative;

}



.center {

    margin: 0 auto;

    overflow: hidden;

    width: 87%;

    position: relative;

}



.center-text {

    text-align: center;

}



.center-text span {

    width: 94px;

    height: 12px;

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #FE6800;

}



.center-text p {

    width: 100%;

    font-family: Abril Fatface;

    font-weight: 400;

    font-size: 70px;

    color: #333333;

    display: block;

}



.center-img-top {

    position: relative;

}



.center-img-top img {

    width: 100%;

    height: 100%;

}



.center-img1-tops {

    width: 221px;

    height: 114px;

    position: absolute;

    top: 193px;

    left: 52px;

}



.center-img-foot {

    text-align: center;

    margin-top: 34px;

}



.center-img {



    position: relative;

    width: 238px;

}



.center-image {

    margin: 35px auto 0px;

    position: relative;

    display: flex;

    justify-content: space-between;

}



.center-image .center-img:nth-child(2n) {



    margin-top: 60px;

}



.center-but {

    margin: 0 auto;

    margin-top: 55px;

    margin-bottom: 45px;

    width: 305px;

    height: 49px;

    background: #FE6800;

    border-radius: 28px;

    text-align: center;

    line-height: 49px;

}



.center-but>a {



    font-family: Arial;

    font-weight: normal;

    font-size: 18px;

    color: #FFFFFF;

}



.center-but>a img {

    width: 18px;

    height: 10px;

    margin-left: 5px;

}



.ProductDisplay-world {

    width: 100%;

    /*height: 2249px;*/

    background: #fff7f2;

    /* opacity: 0.05; */

    margin: 200px auto 40px;

    /* position: relative; */

}


.Contactusbottom {
    padding: 0px !important;
}


.world-top {

    width: 80%;

    margin: 0 auto;

    position: relative;

    top: -159px;

    display: flex;

    flex-wrap: nowrap;

    justify-content: space-between;

}



.world-img {

    position: relative;

    width: 24%;

    /* height: 408px; */

    margin-bottom: 38px;



}

.butdiv1 {
    display: flex;
    justify-content: center;
    align-items: center;
}




.world-img .world-img-top {

    width: 100%;

}

.world-img .world-img-top>a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}


.world-img .world-img-top>a>img {

    width: 100%;

    height: 100%;

}



.world-img-text {

    margin-top: 20px;

    text-align: center;

}



.world-img-text a span {

    font-family: Arial;

    font-weight: bold;

    font-size: 18px;

    color: #333333;

    line-height: 26px;

}



.world-img-text a p {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #666666;

    line-height: 23px;

}



.head_top a:hover,
.footer a:hover,
.navbar a:hover,
.w100 a:hover,
.ProductDisplay-world a:hover,
.ProductDisplay-foot a:hover,
.footers a:hover {

    text-decoration: underline #000 !important;

}



.center-img-foot a span {

    font-family: Abril Fatface;

    font-weight: 400;

    font-size: 18px;

    color: #333333;

}



.pd {



    display: none;



}



.pd-info {



    width: 100%;

    height: 100%;

    position: absolute;

    top: 0px;

    background-color: #000;

    opacity: 0.5;

    display: flex;

    justify-content: center;

    align-items: center;

}



.pd-info img {

    position: absolute;

}



.world-center {

    width: 80%;

    margin: 0 auto;

    position: relative;

    top: -133px;

}



.world-img:hover .pd {

    display: block;

}



.world-img:hover .world-img-text a span {

    color: #FE6800;

}



.world-center-text {

    text-align: center;

}



.world-center-text a span {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #FE6800;

}



.world-center-text p {

    font-family: Abril Fatface;

    font-weight: 400;

    font-size: 70px;

    color: #333333;

}



.world-center-img {

    width: 100%;

    height: 641px;

    margin: 45px auto 0px;

    overflow: hidden;

    position: relative;

}



.world-center-img>img {

    width: 100%;

    height: 100%;

}



.pd1 {



    display: none;



}



.pd1-info {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0px;

    background-color: #000;

    opacity: 0.5;

    display: flex;

    justify-content: center;

    align-items: center;

}



.pd1-info img {

    position: absolute;

}



.world-center-img:hover .pd1 {

    display: block;

}



.world-text {

    position: relative;

    top: -80px;

    width: 80%;

    margin: 0 auto;

}



.world-text-top {

    text-align: left;

}



.world-text-top div{

    font-family: Abril Fatface;

    font-weight: 400;

    font-size: 30px;

    color: #FE6800;

}



.world-text-top>p {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #666666;

    line-height: 30px;

    margin-top: 23px;

}



.center-but1 {

    margin-top: 55px;

    margin-bottom: 45px;

    width: 189px;

    height: 49px;

    border: 1px solid #FE6800;

    border-radius: 28px;

    text-align: center;

    line-height: 49px;

}



.center-but1>a {



    font-family: Arial;

    font-weight: normal;

    font-size: 18px;

    color: #FE6800;

}



.center-but1>a img {

    width: 18px;

    height: 10px;

    margin-left: 5px;

}



.world-last {

    position: relative;

    top: -4px;

    width: 80%;

    display: flex;

    flex-wrap: nowrap;

    justify-content: space-between;

    margin: 0 auto;

}



.ProductDisplay-foot-img {

    width: 80%;

    margin: 42px auto 85px;

    display: flex;

    justify-content: space-between;

}



.ProductDisplay-foot-box {

    width: 33%;

    border: 1px solid #e9e9e9;

}



.ProductDisplay-foot-bi {

    width: 100%;

    height: 297px;

    position: relative;

    overflow: hidden;

}



.ProductDisplay-foot-bi>a img {

    width: 100%;

    height: 100%;

}



.foot-bi {

    width: 100%;

    height: 45px;

    line-height: 45px;

    background-color: #333333;

    position: absolute;

    bottom: 0px;

    opacity: 0.8;

    text-align: center;

}



.foot-bi a span {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #FFFFFF;

    line-height: 29px;

}



.ProductDisplay-foot-te {

    margin-top: 30px;

    margin-bottom: 36px;

    position: relative;
    padding: 0px 44px;

}



.ProductDisplay-foot-te a span {

    display: block;

    width: 100%;

    height: 48px;

    margin: 0 auto;

    font-family: Arial;

    font-weight: 400;

    font-size: 22px;

    color: #000000;
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; 
    text-overflow: ellipsis; 
    word-break: break-word;
}



.ProductDisplay-foot-te a p {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #666666;

    line-height: 28px !important;

    height: 84px;

    width: 100%;

    margin: 24px auto 0px;

display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; 
    text-overflow: ellipsis; 
    word-break: break-word;
}



.ProductDisplay-foot-line {

    width: 95%;

    height: 9.2px;

    background-color: #333333;

    position: absolute;

    bottom: -39px;

    left: 50%;

    transform: translateX(-50%);

}



.ProductDisplay-foot-box:hover .foot-bi {

    background-color: #FE6800;

}



.ProductDisplay-foot-box:hover .ProductDisplay-foot-te a span {

    color: #FE6800;

}



.ProductDisplay-foot-box:hover .ProductDisplay-foot-line {

    background-color: #FE6800;

}

.center-but2 {
    margin-top: 20px;
}


.footer {

    width: 100%;

    /* height: 454px; */

    background: #FFF3EA;

    margin: 0 auto;

}



.footer-container {

    width: 1401px;

    margin: 0 auto;

    padding-top: 60px;

    box-sizing: border-box;

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-direction: column;

}



.flex-clone {

    display: flex;

    justify-content: space-between;

    width: 100%;

    padding: 10px;



}



.w25 {

    width: 25% !important;

}



.w15 {

    width: 15% !important;

    z-index: 10;
}



.w30 {

    width: 23% !important;

}



.w11 div {

    font-family: Abril Fatface;

    font-weight: 400;

    font-size: 24px;

    color: #FE6800;

    line-height: 32px;

}



.w45 div {

    font-family: Abril Fatface;

    font-weight: 400;

    font-size: 30px;

    color: #333333;

}



.w12 div {

    margin-bottom: 10px;

}



.w12 div a,
.w12 div {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #666666;

}



.w25 {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #666666;

    line-height: 28px;

}



.w12 div img {

    margin-right: 10px;

}



.footer-down {

    display: flex;

    position: relative;

    width: 100%;

    margin: 0px auto 106px;
    align-items: center;
}



.footer-down-ri {

    display: flex;

    width: 203px;

    justify-content: space-between;

    position: absolute;

    right: 105px;

}



.center-but2 {


    width: 189px;

    height: 49px;

    border: 1px solid #FE6800;

    border-radius: 28px;

    text-align: center;

    line-height: 49px;

}



.center-but2 a {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #FE6800;

    line-height: 24px;

}



.w100 {

    width: 100%;

}



.mar {

    padding: 14px 0px;
    background-color: #fff;


}



.footer-text {

    width: 100%;

    height: 30px;

    line-height: 30px;

    margin: 0 auto;

    text-align: center;

}



.footer-text a {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #333333;

}



.selector {

    position: fixed;

    top: 26%;

    right: 10px;

    z-index: 999;

}



.selector>div {

    width: 62px;

    height: 62px;

    background: #777777;

    border-radius: 10px;

    margin-bottom: 10px;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}



.selector>div:hover {

    background-color: #FE6800;

}



.navbar {

    position: sticky;

    top: 0px;

    left: 0px;

    width: 100%;

    background-color: #FFF;

    color: white;

    text-align: center;

    z-index: 999;

}



.selector1 {

    position: fixed;

    bottom: 5%;

    right: 10px;

    z-index: 999;

}



.selector1-text {

    display: flex;

    width: 231px;

    height: 38px;

    line-height: 38px;

    background: #FE6800;

    border-radius: 10px 10px 0px 0px;

    justify-content: space-around;

}



.selector1-text p {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #FFFFFF;

}



.selector1-text div {

    width: 10px;

    height: 6px;



}



.selector1-text div img {

    width: 100%;

    height: 100%;

}



.selector1-text:hover .selector1-text-img {

    transform: rotate(180deg);

}



.selector1-inof {

    display: none;

}



.selector1-in {

    display: flex;

    flex-direction: column;

    width: 231px;

    height: 307px;

    background: #FFFFFF;

    border: 1px solid #FFE6D4;

}



.selector1-in input {

    width: 204px;

    height: 32px;

    margin: 10px auto;

}



.selector1-in textarea {

    margin: 0 auto;

    resize: none;

    height: 103px;

    width: 204px;

}



.selector1-in button {

    width: 204px;

    margin: 10px auto;

    height: 32px;

    background: #FE6800;

    border: none;

    font-family: Arial;

    font-weight: 400;

    font-size: 14px;

    color: #FFFFFF;

    line-height: 26px;

}



.mobile-head-items {

    display: none;

}



.world-lasts1 {

    display: none;

}



.footers {

    display: none;

}



.selector3 {

    display: none;

}



.selector3-foot {

    display: flex;

    width: 100%;

    background-color: #fe7f26;

    position: fixed;

    bottom: 0px;

    z-index: 1000;

}



.selector3-foot div {

    width: 25%;

    height: 60px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.selector3-foot div:nth-child(2) {

    background-color: #FE6800;



}



.selector3-foot div:nth-child(4) {

    background-color: #FE6800;



}



.web-search {

    position: relative;

    display: none;

    width: 100%;

    height: 110px;

    /* top: 111px; */

    border-bottom: 1px solid rgb(204, 204, 204);


    margin: auto;

    z-index: 175;

    overflow: hidden;

    background-color: #fff;

}



.search--open::before {

    transform: scale(1, 1);

    opacity: 1;

}



.search--open .btn--search-close {

    opacity: 1;

    transition: transform 0.3sease 0s;

    animation: 1sease 0s 1 normal none running bounceInA;

}



.web-search .btn--search-close {

    font-size: 1.8em;

    border-radius: 50%;

    position: absolute;

    top: 50%;

    margin-top: -18px;

    right: 1.25em;

    background-image: url("../img/search_btn_close.png");

    background-position: center center;

    background-repeat: no-repeat;

    background-size: auto 35%;

    background-color: rgb(153, 153, 153);

    width: 36px;

    height: 36px;

    line-height: 36px;

    cursor: pointer;

    transition: transform 0.3s ease 0s;

}







.web-search .btn--search-close:hover {

    background-color: #D0101B;

    transform: rotate(90deg);

}



.web-search .search-ipt {

    font-family: inherit;

    display: inline-block;

    box-sizing: border-box;

    width: 75%;

    padding: 0.05em 0px;

    color: rgb(51, 51, 51);

    border-bottom: 3px solid rgb(51, 51, 51);

    font-size: 20px;

    line-height: 50px;

}







.web-search .search-ipt::-webkit-input-placeholder {

    color: rgb(51, 51, 51);

}







.web-search .search-ipt::-webkit-search-cancel-button,

.web-search .search-ipt::-webkit-search-decoration {

    appearance: none;

}



.search--open .search-btn {

    display: none !important;

}



.web-search .search-attr {

    font-size: 90%;

    display: block;

    width: 75%;

    margin: 0px auto;

    padding: 0.5em 0px 0px;

    text-align: right;

    color: rgb(153, 153, 153);

}



.web-search .search-attr {

    opacity: 0;

    transform: translate3d(-10%, 0px, 0px);

    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;

}







.search--open .search-attr {

    opacity: 1;

    transform: translate3d(0px, 0px, 0px);

    font-size: 14px;

}



.web-search .search-ipt,

.web-search .search-attr {

    transition-delay: 0.4s;

}



.web-search .search-attr {

    padding-bottom: 0px;

}



.search-ipt {

    border: 0px;

    background: transparent;

    border-radius: 0px;

    appearance: none;

}



.search-ipt:focus {

    border: none;

    outline: none;

}



.search--open .search-ipt {

    transform: scale3d(1, 1, 1);

    opacity: 1;

    transition-duration: 0.4s;

    margin-top: 20px;

}



.web-search22 {

    display: none;

}



.mobile-head-items {

    position: sticky;

    top: 0;

    width: 100%;

    height: 90px;

    text-align: left;

    z-index: 100;

}



.bj-flex {

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: space-around;

    align-items: center;

}



.mobile-head-search {

    width: 35%;

    display: flex;

    flex-wrap: nowrap;

    justify-content: space-between;

}



.selector3 {

    display: block;

}



.phone-navew {

    display: none;

}



.phone-navew1 {

    display: none;

}



.phone-navew,

.phone-navew1 {

    position: fixed;

    left: 0px;

    width: 86%;

    height: 100%;

    background: #FFF;

    top: 0;

    z-index: 99999;

}



.phone-navew .nav_wrap {

    margin-left: 10px;

}



.phone-navew .nav_wrap li {

    border-bottom: 1px solid #f6f6f6;



}



.ans:hover {

    text-decoration: none;

}



.uulie {

    display: none;

}



.mobile-ico-close {

    width: 30px;

    height: 30px;

    background: #000 url(../img/search_btn_close.png) center center no-repeat;

    background-size: 50% auto;

    position: absolute;

    right: -54px;

    top: 12px;

    cursor: pointer;

}

.change-language-title .language-flag span{
    color: #fff !important;
}

.web-search .search-ipt {

    margin-right: 44px;



}



.footers {

    display: block;

    width: 100%;

    background: #FFF3EA;


}

.foot_nav_wrap {
    position: relative;
    top: 53px;
}

.footers-area {

    width: 95%;

    margin: 0 auto;

}



.footers-area-title {

    position: relative;

    top: 44px;



}



.footers-area-title>p {

    font-family: Abril Fatface;

    font-weight: 400;

    font-size: 24px;

    color: #FE6800;

    line-height: 32px;

}



.footers-area-title>span {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #666666;

    line-height: 28px;

    margin-top: 30px;

    display: block;

}



.selector3 {

    display: none;

}



.footers {

    display: none;

}

.footer-down-ri1 {



    display: flex;

    width: 57%;

    position: relative;

    margin-top: 41px;

    flex-direction: row;

    align-items: center;

    justify-content: space-evenly;

    padding-bottom: 10px;

}



.footer-texts,

.footer-texts a {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #333333;

    line-height: 26px;

}

.footer-down-ri1>div,
.footer-down-ri>div {

    width: 22px;

    height: 22px;

    display: flex;

    justify-content: center;

    align-items: center;

}

.world-lasts {

    top: -49px !important;

}

.has-child1:hover .eruli {

    display: block;

}

.eruli {

    display: none;

    left: 260px;

}



.image-container:hover {

    /* 悬停状态：放大图片 */

    transform: scale(1.1);
    /* 放大到原来的1.2倍 */

    overflow: hidden;

}

.swiper-slide {

    overflow: hidden;

}

.selector-list-box1 {
    padding: 15px 15px;
    display: none;
    position: absolute;
    right: 104%;
    top: -40px;
    background-color: #fe6800;
}

.list-boxxxx1:hover .selector-list-box1 {
    display: block;
}

.selector-list-box1>img {
    max-width: 120px;
    max-height: 120px;
}

.selector-list-box2 {
    padding: 15px 15px;
    width: 171px;
    display: none;
    position: absolute;
    right: 104%;
    top: 6px;
    background-color: #fe6800;
}

.list-boxxxx2:hover .selector-list-box2 {
    display: block;
}

.selector-list-box2>img {
    max-width: 120px;
    max-height: 120px;

}

#cont>ul>li>ul>li>a {
    color: #FE6800 !important;
}

#cont>ul>li>ul>li>ul>li>a {
    color: #FE6800 !important;
}

#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: #FE6800 !important;
    border-right-color: #b90007 !important;
}

.sitemap-logo-boxs h2 {
    background: #FE6800 !important;
}

#footer {
    background: #FE6800 !important;
        bottom: 0px;
    position: absolute;
}

.urlll>li a {
    font-family: Arial !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #666666 !important;
    line-height: 40px !important;
    padding: 7px 0px !important;
}

.inquiry-pop-bd {
    display: none;
}


.sep-container h2 i {
    height: 100% !important;
}

.change-language-cont li {
    width: 100%;
    position: relative;
}
.language-flag span{
        position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
        font-family: WorkSans-Regular;
        color: #000 !important;
}
.change-language-cont {
    display: flex;
    flex-wrap: wrap;
    
    max-height: 500px;
    overflow: auto;
}

.change-language .change-language-cont {
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    width: 460px !important;
}

.language--img {
    background: url(/common/img/yuzhongBG.jpg)no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 6px;
}

.language-en {
    background-position: 0 -218px;
}

.language-af {
    background-position: 0 -1px;
}

.language-sq {
    background-position: 0 -940px;
}

.language-am {
    background-position: 0 -9px;
}

.language-be {
    background-position: 0 -48px;
}

.language-eu {
    background-position: 0 -252px;
}

.language-az {
    background-position: 0 -36px;
}

.language-hy {
    background-position: 0 -456px;
}

.language-ar {
    background-position: 0 -24px;
}

.language-am {
    background-position: 0 -12px;
}

.language-fy {
    background-position: 0px -300px;
}

.language-fr {
    background-position: 0px -288px;
}

.language-fi {
    background-position: 0px -276px;
}

.language-et {
    background-position: 0px -240px;
}

.language-eo {
    background-position: 0px -192px;
}

.language-en {
    background-position: 0 -216px;
}

.language-da {
    background-position: 0px -168px;
}

.language-cs {
    background-position: 0px -144px;
}

.language-hr {
    background-position: 0px -420px;
}

.language-co {
    background-position: 0px -132px;
}

.language-ceb {
    background-position: 0px -108px;
}

.language-ca {
    background-position: 0px -96px;
}

.language-bg {
    background-position: 0 -448px;
}

.language-bs {
    background-position: 0 -84px;
}

.language-bn {
    background-position: 0 -72px;
}

.language-be {
    background-position: 0 -48px;
}

.language-is {
    background-position: 0px -492px;
}

.language-sm {
    background-position: 0px -972px;
}

.language-ro {
    background-position: 0px -888px;
}

.language-pa {
    background-position: 0px -840px;
}

.language-pt {
    background-position: 0px -876px;
}

.language-pl {
    background-position: 0px -852px;
}

.language-fa {
    background-position: 0px -264px;
}

.language-ps {
    background-position: 0px -264px;
}

.language-or {
    background-position: 0px -827px;
}

.language-no {
    background-position: 0px -780px;
}

.language-ne {
    background-position: 0px -792px;
}

.language-my {
    background-position: 0px -768px;
}

.language-mn {
    background-position: 0px -720px;
}

.language-mr {
    background-position: 0px -732px;
}

.language-mi {
    background-position: 0px -684px;
}

.language-mt {
    background-position: 0px -756px;
}

.language-ml {
    background-position: 0px -708px;
}

.language-ms {
    background-position: 0px -744px;
}

.language-mg {
    background-position: 0px -672px;
}

.language-mk {
    background-position: 0px -696px;
}

.language-lb {
    background-position: 0px -624px;
}

.language-lt {
    background-position: 0px -648px;
}

.language-lv {
    background-position: 0px -660px;
}

.language-la {
    background-position: 0px -613px;
}

.language-lo {
    background-position: 0px -636px;
}

.language-ky {
    background-position: 0px -600px;
}

.language-ku {
    background-position: 0px -120px;
}

.language-ko {
    background-position: 0px -588px;
}

.language-rw {
    background-position: 0px -912px;
}

.language-km {
    background-position: 0px -564px;
}

.language-kk {
    background-position: 0px -552px;
}

.language-kn {
    background-position: 0px -576px;
}

.language-jv {
    background-position: 0px -528px;
}

.language-ja {
    background-position: 0px -516px;
}

.language-it {
    background-position: 0px -504px;
}

.language-ga {
    background-position: 0px -312px;
}

.language-id {
    background-position: 0px -467px;
}

.language-ig {
    background-position: 0px -480px;
}

.language-hu {
    background-position: 0px -443px;
}

.language-hmn {
    background-position: 0px -408px;
}

.language-hi {
    background-position: 0px -397px;
}

.language-he {
    background-position: 0px -384px;
}

.language-haw {
    background-position: 0px -300px;
}

.language-ha {
    background-position: 0px -1079px;
}

.language-ht {
    background-position: 0px -432px;
}

.language-gu {
    background-position: 0px -348px;
}

.language-el {
    background-position: 0px -204px;
}

.language-de {
    background-position: 0px -180px;
}

.language-ka {
    background-position: 0px -540px;
}

.language-gl {
    background-position: 0px -336px;
}

.language-ru {
    background-position: 0px -900px;
}

.language-gd {
    background-position: 0px -324px;
}

.language-sr {
    background-position: 0px -1006px;
}

.language-st {
    background-position: 0px -1017px;
}

.language-sn {
    background-position: 0px -984px;
}

.language-sd {
    background-position: 0px -984px;
}

.language-si {
    background-position: 0px -1271px;
}

.language-sk {
    background-position: 0px -1223px;
}

.language-sl {
    background-position: 0px -960px;
}

.language-so {
    background-position: 0px -994px;
}

.language-es {
    background-position: 0px -227px;
}

.language-su {
    background-position: 0px -1031px;
}

.language-sw {
    background-position: 0px -1055px;
}

.language-sv {
    background-position: 0px -1043px;
}

.language-tl {
    background-position: 0px -1115px;
}

.language-tg {
    background-position: 0px -1091px;
}

.language-ta {
    background-position: 0px -1067px;
}

.language-tt {
    background-position: 0px -1151px;
}

.language-te {
    background-position: 0px -1079px;
}

.language-th {
    background-position: 0px -1103px;
}

.language-tr {
    background-position: 0px -1138px;
}

.language-tk {
    background-position: 0px -1115px;
}

.language-uk {
    background-position: 0px -1175px;
}

.language-ur {
    background-position: 0px -1187px;
}

.language-ug {
    background-position: 0px -1163px;
}

.language-uz {
    background-position: 0px -1175px;
}

.language-vi {
    background-position: 0px -1211px;
}

.language-cy {
    background-position: 0px -156px;
}

.language-xh {
    background-position: 0px -1223px;
}

.language-yi {
    background-position: 0px -1235px;
}

.language-yo {
    background-position: 0px -1247px;
}

.language-zu {
    background-position: 0px -1259px;
}

.language-zh {
    background-position: 0px -1282px;
}

.language-zh-TW {
    background-position: 0px -1282px;
}

.change-empty{
    display: none !important;
}

.selector1{
    display: none !important;
}
.sort_box2p a:hover>p{
    color: #FE6800;
}
.sort_box1 a:hover{
     color: #FE6800;
     text-decoration: underline;
}

.change-language:hover>.change-language-cont{
    display: block !important;
}