@font-face {
    font-family: Arial-Bold;
    src: url('fonts/ARIALBD.TTF');
    font-display: swap;
}

@font-face {
    font-family: Chaparral Pro-Bold;
    src: url('fonts/CHAPARRALPRO-BOLD.OTF');
    font-display: swap;
}

@font-face {
    font-family: Arial-Regular;
    src: url('fonts/ARIAL.TTF');
    font-display: swap;
}

@font-face {
    font-family: DIN-Bold;
    src: url('fonts/DIN-BOLD.OTF');
    font-display: swap;
}

@font-face {
    font-family: DIN-Medium;
    src: url('fonts/DIN-MEDIUM.OTF');
    font-display: swap;
}

.flex {
    display: flex;
    align-items: center;
}

.flexStart {
    justify-content: space-between;
    display: flex;
}

.tabBox table th,
.tabBox table td,
.tabBox table {
    border: 0;
}

/* heard */

/*web header*/

.nav_wrap .head_nav:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.web_head {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 75px;
    /* background: rgba(0, 0, 0, 1); */
    z-index: 999;
   
}


.nav_wrap .nav-current>a::before {
    /* color: #f4318a !important; */
        /* border-bottom: 2px solid #fff; */
        content: '';
        display: inline-block;
        position: absolute;
            bottom: 10px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
}



.web_head.fixed-nav {
    position: fixed !important;
    left: 0 !important;
    height: 60px !important;
    top: 0 !important;
    background: rgba(0, 0, 0, 1) !important;
}

.web_head.fixed-nav .nav_wrap {
    height: 60px !important;
}

.web_head.fixed-nav .head_nav>li>a {
    line-height: 60px !important;
}

.logo,
.change-language,
.nav_wrap,
.web_head .btn--search,
.change-language {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}


.logo img {
    height: 42px;
}

.nav_wrap {
    position: relative;
    height: 75px;
}

.nav_wrap .head_nav li {
    position: relative;
    float: left;
    text-transform: capitalize;
}

.nav_wrap .head_nav li li {
    float: none;
}

.head-right {
    margin-left: 30px;
}

.nav_wrap .head_nav li a {
    position: relative;
    display: block;
    font-family: Arial-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 73px;
    padding: 0 15px;
    text-align: center;
}

.nav_wrap .head_nav li a:hover {
    /* color: #f4318a !important;s */
}

.nav_wrap .head_nav li li a {
    line-height: 1.5;
    padding: 10px 15px;
}

.nav_wrap .head_nav li ul {
    position: absolute;
    left: -50px;
    top: 49px;
    width: 250px;
    padding: 15px 0;
    z-index: 999;border-radius: 8px;
    background: rgba(0, 0, 0, .5);
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    visibility: hidden;
}

.nav_wrap .head_nav li li ul {
    top: 0;
    left: 250px;
}

.nav_wrap .head_nav li:hover>ul {
    /* transform: scale3d(1, 1, 1); */
    opacity: 1;
    visibility: visible;
}

.nav_wrap .head_nav li.nav-current>a,
.head_nav li:hover>a {}

.nav_wrap .head_nav li a b {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 5px;
}

.nav_wrap .head_nav li li a b {
    margin-top: 10px;
}

.nav_wrap .head_nav li a b:after {
    font-family: 'fontawesome';
    content: "\f107";
    font-size: 14px;
}

.nav_wrap .head_nav li li a b:after {
    content: "\f105";
}

.nav_wrap .head_nav li li a b {
    position: absolute;
    right: 10px;
    top: 0;
}

.web_head .btn--search {
    width: 30px;
    order: 1;
    height: 30px;
    background: url(img/search_btn2.png) no-repeat center center;
    cursor: pointer;
    margin-right: 25px;
}

.change-language {
    order: 2;
}



/*
  .nav_wrap:before{ content:""; position:fixed; left:0; top:0; width:0; height:4px; background:#f4318a;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 2s ease-in-out;}
  .nav_wrap.fixed-nav:before{ width:100%}*/


@media only screen and (max-width: 1450px) {
    .nav_wrap .head_nav li a {
        font-size: 16px;
        padding: 0 10px;
    }
}

@media only screen and (max-width:1200px) {
    .nav_wrap .head_nav li a {
        font-size: 16px;
        padding: 0 5px;
    }

    .web_head .btn--search {
        margin-right: 10px;
    }

    .head-right {
        margin-left: 10px;
    }

    .logo img {
        height: 17px;
    }
}

@media only screen and (max-width: 950px) {
    .container {
        padding-top: 48px;
    }

    .z10000 {
        position: relative;
        z-index: 100000;
    }

    .mobile-body-mask {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999
    }

    .mobile-ico-close {
        width: 30px;
        height: 30px;
        background: #fff url(img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        position: absolute;
        right: -35px;
        top: 0;
    }

    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999;
    }

    .lang-more {
        display: none !important
    }

    .mobile-head-items {
        position: fixed;
        top: 0;
        height: 48px;
        left: 0;
        background: #333333;
        width: 100%;
        text-align: left;
        z-index: 999;
        padding: 0 10px;
        display: flex;
        justify-content: space-between;
    }

    .mobile-head-item {
        float: left;
        line-height: 1;
        margin-left: 16px;
        /* update */
        /* width: 45px; */
    }

    .mobile-head-item.mobile-head-aside {
        float: right
    }

    .mobile-head-item .title {
        width: 100%;
        overflow: hidden;
        text-align: center;
        color: #000;
    }

    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #fff;
    }

    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015';
    }

    .mobile-head-item.mobile-head-nav .title:before {
        content: '\f0c9';
        /* font-size: 22px; */
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(img/demo/nav.png) no-repeat;
        background-size: 100% 100%;
    }

    .mobile-head-item.mobile-head-language .title:before {
        /* content: "\f1ab"; */
    }

    .mobile-head-item.mobile-head-search .title:before {
        /* content: "\f002"; */
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(img/demo/Search.png) no-repeat;
        background-size: 100% 100%;
    }

    .mobile-head-item.mobile-head-social .title:before {
        content: "\f007";
    }

    .mobile-head-item.mobile-head-aside .title:before {
        content: "\f060";
    }

    .mobile-head-item .main-content-wrap {
        background: #FFF;
        top: 0;
        display: block;
        z-index: 99999;
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: scroll;
        height: 100%;
        padding: 15px 10px;
    }

    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
    }

    .mobile-head-item .side-content-wrap {
        position: fixed;
        display: block;
        left: -70%;
        width: 70%;
        height: 100%;
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }

    .index_web_head.web_head {
        position: relative;
        background: rgba(0, 0, 0, 1);
        display: none;
    }

    .logo {
        position: relative;
        display: block;
    }

    .web_head {
        padding: 20px 10px;
        height: auto;
    }

    .web_head .nav_wrap,
    .web_head .change-language,
    .web_head .btn--search {
        display: none;
    }

    .web_head .btn--search {
        right: 0;
        top: -20px;
        margin: 0;
    }

    .head-search {
        position: relative;
        width: 90%;
        height: 35px;
        background: #000;
        margin: 0 auto;
    }

    .head-search .search-ipt {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #FFF;
        padding: 0 10px;
    }

    .head-search .search-btn {
        position: absolute;
        width: 35px;
        height: 100%;
        background: url(img/search_btn.png) no-repeat center center;
        border: none;
        right: 0;
        top: 0;
        display: block !important;
    }

    .head-search .search-attr {
        display: none;
    }

    /*nav */
    .head_nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
    }

    .head_nav>li {
        border-bottom: 1px solid #eee;
        line-height: 35px;
    }

    /* .head_nav>li:after, */
    .yourClassName b {
        position: absolute;
        right: 0;
        top: 0;
        width: 5px;
        height: 5px;
        display: inline-block;
        line-height: 35px;
    }

    .yourClassName b:after {
        content: '\f105';
        font-family: 'fontawesome';
        color: #999;
        font-size: 12px;
    }

    .head_nav>li>b {
        position: absolute;
        right: 0;
        width: 30px;
        height: 30px;
        top: 4px;
        background: #fff;
        z-index: 1;
    }

    .head_nav>li>b::before {
        content: '\f106';
        display: block;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        color: #666;
        font-family: 'fontawesome';
        transition: all 0.3s ease;
    }

    .head_nav>li>b.up_icon::before {
        transform: rotate(180deg);
    }

    .head_nav li ul {
        display: block;
        width: 100%;
    }

    .head_nav li ul li {
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        text-transform: lowercase;
        line-height: 30px;
    }

    .head_nav li ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px;
    }

    .head_nav li ul li li {
        line-height: 25px;
        font-family: 'SourceSansProLight';
    }

    .head_nav li ul li li:before {
        display: none;
    }

    /* update */
    .containerHome .index_web_head.web_head {
        top: 28px;
    }




    .logo img {
        height: 28px;
    }

    .mobile-head-search {
        order: 1;
    }

    .mobile-head-language {
        order: 2;
    }

    .mobile-head-language .title {
        display: flex;
        align-items: center;
    }



    .mobile-head-items>a:nth-child(1) {
        font-family: ArialMT;
        font-size: 12px;
        color: #000000;
    }


    .mobile-head-language .title .language-flag a:after {
        font-family: 'fontawesome';
        content: "\f107";
        font-size: 12px;
        display: inline-block;
    }

    .index_web_head.web_head {
        position: fixed;
        left: 0;
        top: 28px;
        background: rgba(18, 18, 18, .88);
    }


    /* update end */
}




/* haerd end */



/* footer start */


/*web footer*/
.web_footer {
    position: relative;
    background: #222222;
    /* margin: 100px 0 0; */
    overflow: hidden;
    padding-top: 360px;
}

.footDian {
    width: 240px;
    position: absolute;
    top: 196px;
    left: 0;
}

.foot_search {
    width: 85%;
    padding: 30px 38px 30px 50px;
    border-radius: 20px;
    margin: 0 auto;
    justify-content: space-between;
}

.company_subscribe {
    position: relative;
    display: block;
    background: #f4318a;
    text-align: center;
    padding: 40px 0;
}

.foot_search_div {
    width: 44%;
    background: #f4328840;
    border-radius: 74px 74px 74px 74px;
    padding: 14px 10px;
}

.foot_search_div input {
    flex: 1;
    border: 0;
    background: none;
}

.foot_search_btn {
    padding: 15px 45px;
    line-height: 1;
    margin: 0;
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    background: #111111;
    border-radius: 44px 44px 44px 44px;
}

.foot_se_text {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 36px;
    text-transform: capitalize;
    color: #000000;
}

.company_subscribe:before,
.company_subscribe:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 50%;
    background: #FFF;
}

.company_subscribe:after {
    left: auto;
    right: -100%
}

.company_subscribe,
.company_subscribe a {
    color: #FFF
}

.company_subscribe .title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'MontserratSemiBold';
    font-size: 26px;
    margin: 0 15px;
}

.company_subscribe .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    height: 55px;
    line-height: 51px;
    padding: 0 135px 0 108px;
    border: 2px solid #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #212121;
    background-image: url(img/ico_contact.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 15px;
    font-size: 18px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.company_subscribe .button:hover {
    background-position: calc(100% + 32px) -35px
}

.foot_items {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.foot_items,
.foot_items a {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.foot_items a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.foot_items {
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
}

/* .foot_items li:hover a {
  color: #f4318a
} */

.foot_item {
    position: relative;
    float: left;
}

.foot_item.foot_item_info {
    width: 24%;
    padding-left: 2%;
    padding-top: 5%;
}

.foot_item.foot_item_product {
    /* width: 20%; */
    /* width: 16%; */
    width: 13%;
}

.foot_item_product li {
    /* padding-left: 25px; */
    position: relative;
}

/* .foot_item_product li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    content: '';
    width: 10px;
    height: 9px;
} */

.foot_item.foot_item_contact {
    width: 33%;
    margin-right: 0;
}

.foot_item .title {
    position: relative;
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 0 12px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.foot_item .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 4px;
    background: #FFFFFF;
}

.foot_item.foot_item_info .text {
    margin: 0 0 20px;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5em;
}

.foot_item.foot_item_info .more {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.foot_item.foot_item_info .more:after {
    font-family: 'fontawesome';
    content: "\f178";
    margin: 0 0 0 7px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.foot_item.foot_item_info .more:hover:after {
    margin: 0 0 0 14px;
}

.foot_item.foot_item_product li {
    margin: 0 0 10px;
}

.foot_item.foot_item_contact address {
    font-style: normal;
}

.foot_item.foot_item_contact address li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 15px;
}


.foot_item.foot_item_link {
    width: 12%;
}

.foot_sns {
    position: relative;
    margin: 25px 0 0;
}

.foot_sns li {
    position: relative;
    margin-right: 20px;
}


.foot_sns li:last-child {
    margin-right: 0;
}

.foot_sns li img {
    max-width: 36px;
    transition: all 0.5s ease-in-out;
}

.foot_news {
    margin-bottom: 12px;
}

.foot_news_img {
    width: 19%;
}

.foot_news_right {
    margin-left: 15px;
    flex: 1;
}

.foot_news_img div {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.foot_news_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.foot_news_tit {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.foot_news_time {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    /* margin-top: 15px; */
}

.copyright a {
    color: #FFFFFF;

}

.copyright {
    border-top: 1px solid #FFFFFF;
    position: relative;
    line-height: 30px;
    padding: 20px 0;
    text-align: center;
    font-family: Arial-Regular;
    font-size: 16px;
    color: #FFFFFF;
}

.copyright a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.foot_con {
    background: #000;
    margin-top: 15px;
}

.foot_con a,
.foot_con {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.foot_con a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.foot_con .layout {
    height: 88px;
    justify-content: space-between;
}

.foot_con_div {
    width: 32.5%;
}

.foot_con_div img {
    width: 32px;
    margin-right: 15px;
}

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

    .footDian {
        width: 154px;
        position: absolute;
        top: 241px;
        left: 0;
    }
}

@media only screen and (max-width:1200px) {
    .foot_search {
        padding: 22px 35px 22px 33px;
        width: 75%;
    }

    .foot_se_text {
        font-size: 24px;
    }

    .foot_search_div {
        width: 52%;
        padding: 10px;
    }

    .footDian {
        width: 120px;
        left: 0;
    }

    .foot_news_tit {
        font-size: 16px;

    }
}

@media only screen and (max-width: 1200px) and (min-width: 950px) {

    .foot_item.foot_item_product,
    .foot_item_contact {
        margin-left: 15px;
    }
}

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

    .foot_item.foot_item_info,
    .foot_item.foot_item_product,
    .foot_item.foot_item_contact {
        width: 100%;
        padding: 0;
        margin: 0 0 30px;
    }


}


@media only screen and (max-width: 950px) {
    .containerHome .web_footer {
        margin-top: 0;
    }

    .web_footer {
        padding-bottom: 60px;
    }

    /* footer */
    .foot_items {
        flex-wrap: wrap;

    }

    .foot_item .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .foot_item.foot_item_info .text {
        line-height: 1.5;
        margin: 25px 0;
    }

    .foot_items {
        padding-bottom: 50px;
    }
}





.sitemap-logo-boxs>.sep-container>h2>a:hover {
    color: white;
    text-decoration: underline;
}

/* #cont>ul>li>a {
    text-transform: capitalize;
}

#cont h2 {
    background: #A5040E !important;
}

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

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

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

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline
}

#footer {
    background: #A5040E !important;
} */






@charset "utf-8";

html {
    font-size: 625%;
}

@font-face {
    font-family: ArialMT;
    src: url('fonts/ArialMT.ttf');
    font-display: swap;
}

body {
    font-size: 16px;
    background: #FFF;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
    margin: 0;
    padding: 0;
}

body,
html,
input,
button,
textarea {
    font-family: Arial;
    color: #333;
    line-height: 1.5
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4,
h5 {
    font-size: 14px;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    color: #f4318a;
    text-decoration: none;
}

input[type="text"]:focus {
    outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0 15px 0;
}

a:active,
select,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

/* clear floating */
/* .layout:after, */

.clearfix:after,
.web_main:after,
.page_main:after,
/* .layout:after, */
.about_us .about_content:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearfix,
.layout,
.web_main,
.page_main,
.about_us .about_content,
.nav_wrap .head_nav {
    *zoom: 1;
}

.clear {
    clear: both;
}

/* layout */
.z9999 {
    z-index: 9999 !important;
}

.layout {
    width: 1480px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    /* min-width: 1405px; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
}

.gotop {
    position: fixed;
    text-align: center;
    right: 50px;
    bottom: 50px;
    color: #ffffff;
    background: #000;
    border-radius: 50%;
    text-align: center;
    height: 52px;
    line-height: 50px;
    width: 52px;
    z-index: 99999;
    cursor: pointer;
    font-size: 14px;
    border: 2px solid #f4318a;
    display: none;
    font-size: 13px;
}

/*.gotop:before{content: "\f0d8";color:#FFF;font: 18px/48px 'FontAwesome';}*/
.gotop:hover {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.web_head .layout {
    justify-content: space-between;
}

/* transition */
.head_nav li,
.head_nav li a,
.product_item figure,
.gotop,
.product-item .item-img img,
.product-btn-wrap a,
.change-language .change-language-title a:after,
.newsletter .button,
.mobile-head-item .middle-show-content-wrap,
.product_item figure figcaption,
.foot_item a,
.pages a,
.ad_item figure figcaption .item_more,
.item_more,
.web_head,
.foot_sns li img,
.side_product_item .add-friend,
.side_product_item .add-friend:after {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav_wrap .head_nav li ul,
.product_item .item_img a,
.product_item,
.product_item .item_img:before,
.product_item .item_img:after,
.item_more:before,
.ad_item figure figcaption .item_more:before {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.side-cate li .icon-cate:before,
.product-btn-wrap a:before,
.mobile-head-item .title:before,
.head_nav>li:after,
.yourClassName:after,
.download-item .item-button:before,
.faq-item .faq-title:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
}

/*---------------------------------
------------------------------------------------------index----------------------------------------*/


.ad_item figure figcaption .item_more,
.item_more {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #f4318a;
    border-radius: 10px;
    font-size: 12px;
    padding: 15px 20px;
    line-height: 1;
    font-family: ArialMT;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF;
    color: #FFF;
}

.ad_item figure figcaption .item_more:before,
.item_more:before {
    font-family: 'fontawesome';
    content: "\f178";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.ad_item figure figcaption .item_more:hover:before,
.item_more:hover:before {
    left: 17px;
    opacity: 1;
    visibility: visible;
}

.ad_item figure figcaption .item_more:hover,
.item_more:hover {
    padding-left: 35px;
}

.company_intr_more {
    position: absolute;
    right: 100px;
    top: 50%;
    margin: -27.5px 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 51px;
    height: 55px;
    padding: 0 60px 0 33px;
    color: #FFF;
    border: 2px solid #f4318a;
    font-family: 'MontserratSemiBold';
    text-transform: uppercase;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.company_intr_more:hover {
    padding-right: 33px;
}

.company_intr_more:after {
    font-family: 'fontawesome';
    content: "\f178";
    position: absolute;
    right: 33px;
    top: 0;
}

.company_intr_more:hover:after {
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.company_intr_more i {}

.company_intr_more i:before {}

/*company_worldwild*/
.index_title {
    position: relative;
}

.index_title .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    font-family: 'MontserratSemiBold';
    letter-spacing: .7px;
    text-transform: uppercase;
    padding: 12px 0;
}

.index_title .title span {
    color: #f4318a;
}

.index_title .title:after {
    content: "";
    background: url(img/line-dx-top.png) no-repeat top right;
    width: 39px;
    height: 14px;
    display: inline-block;
    bottom: 0;
    right: -22px;
    position: absolute;
}

.index_title .title:before {
    content: "";
    width: 118px;
    height: 108px;
    background: url(img/section-title-bg.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -59px;
    z-index: -1;
}

.layout:hover .index_title .title:after {
    right: 0;
}

.layout:hover .index_title .title:before {
    margin-left: -40px
}

.company_worldwild {
    position: relative;
    padding: 85px 0 95px;
}

.company_worldwild .layout {
    width: 1170px;
    display: table
}

.company_worldwild .left,
.company_worldwild .right {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
}

.company_worldwild .left {}

.company_worldwild .left .content {
    margin: 60px 0 0;
}

.company_worldwild .right {}

.company_worldwild .right img {}

.company_worldwild .right span {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #FFF;
    background: #f6ab00;
    border-radius: 50%;
    cursor: pointer;
}

.company_worldwild .right span:nth-child(2) {
    left: 20%;
    top: 20%;
    animation: OrangePulse 1.8s infinite;
    -webkit-animation: OrangePulse 1.8s infinite;
}

.company_worldwild .right span:nth-child(3) {
    left: 40%;
    top: 40%;
    animation: OrangePulse 2s infinite;
    -webkit-animation: OrangePulse 2s infinite;
}

.company_worldwild .right span:nth-child(4) {
    left: 70%;
    top: 12%;
    animation: OrangePulse 1.9s infinite;
    -webkit-animation: OrangePulse 1.9s infinite;
}

.company_worldwild .right span:nth-child(5) {
    left: 80%;
    top: 72%;
    animation: OrangePulse 2.1s infinite;
    -webkit-animation: OrangePulse 2.1s infinite;
}

.company_worldwild .right span:after {
    background: #000;
}

.company_worldwild .right span i {
    position: absolute;
    top: -30px;
    left: -250%;
    line-height: 22px;
    padding: 0 12px;
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    color: #FFF;
    font-size: 11px;
    opacity: 0;
    visibility: hidden;
}

.company_worldwild .right span i:after {
    content: "";
    position: absolute;
    left: 50%;
    margin: 0 0 0 -5px;
    bottom: -11px;
    width: 0;
    height: 0;
    border-top: 6px solid rgba(0, 0, 0, .8);
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    overflow: hidden;
}

.company_worldwild .right span:hover i {
    opacity: 1;
    visibility: visible;
}

/* 
/*products*/
.index_product {
    position: relative;
    padding: 110px 0 120px;
    text-align: left;
}

.more_view {
    position: relative;
    right: auto;
    top: auto;
    margin: 0;
    color: inherit;
    font-size: 16px;
    color: #f4318a;
    border: none;
}

.product_items {
    width: 100%;
    width: 102.5%;
}

.product_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    width: 33.3333%;
    margin: 0 0 0 -5px;
    padding: 45px 16px 0 0;
}



.product_item .item_img {
    position: relative;
    overflow: hidden;
    display: block;
}

.product_item .item_img:before,
.product_item .item_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 35%;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.product_item .item_img:after {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}

.product_item .item_img:hover:before,
.product_item .item_img:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.product_item .item_img img {
    position: relative;
    width: 100%;
}

.product_item .item_img:hover img {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.product_item .item_img a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.product_item .item_title {
    font-family: ArialMT;
    font-size: 20px;
    color: #333333;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    height: 38px;
    overflow: hidden;
    display: block;
}

.product_items_wrap.current .product_item .item_img {
    -webkit-animation: flipInY 1.5s linear;
    animation: flipInY 1.5s linear
}

*/

/*service_items*/
.service_items {
    position: relative;
    width: 1250px;
    margin: 0 auto;
}

.service_item {
    position: relative;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    margin: 0 0 0 -5px;
}

.service_item figure {
    position: relative;
}

.service_item figure .item_img {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
}

.service_item figure .item_img img {
    max-width: 100px;
}

.service_item figure figcaption {
    position: relative;
}

.service_item figure figcaption .item_title {
    position: relative;
    color: #f4318a;
    font-size: 28px;
}

.service_item figure figcaption .item_text {
    position: relative;
    font-family: 'MontserratSemiBold';
    font-size: 15px;
}

.service_item figure .item_img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.service_item:hover figure .item_img:first-child {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(-55px, 0);
    -webkit-transform: translate(-55px, 0);
    -ms-transform: translate(-55px, 0);
    -o-transform: translate(-55px, 0);
    transform: translate(-55px, 0)
}

.service_item figure .item_img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(-55px, 0);
    -webkit-transform: translate(-55px, 0);
    -ms-transform: translate(-55px, 0);
    -o-transform: translate(-55px, 0);
    transform: translate(-55px, 0);
}

.service_item:hover figure .item_img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*index_business*/
.index_business .index_title {
    text-align: center;
    margin: 60px 0;
    text-align: center
}

.index_business .index_title .sub_title {
    display: block;
    font-family: 'MontserratSemiBold';
    margin: 25px 0 0;
}

.index_business {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.business_left {
    position: relative;
    width: 33.33333333%;
    height: 500px;
    float: left;
    background: #212121;
    padding: 50px 30px 10px 97px;
}

.business_left:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-left: 90px solid transparent;
    left: calc(100% - 90px);
    border-top: 250px solid #fff;
    border-bottom: 250px solid #fff;
}

.business_left,
.business_left a,
.business_right,
.business_right a {
    color: #FFF;
}

.business_left .title {
    color: #f4318a;
    font-size: 20px;
    margin-bottom: 55px;
    text-transform: uppercase;
    font-family: 'MontserratSemiBold';
}

.business_left .steps {}

.business_left .steps li {
    position: relative;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.business_left .steps li i {
    position: relative;
    font-size: 24px;
    color: #f4318a;
    width: 68px;
    height: 68px;
    line-height: 64px;
    text-align: center;
    border: 2px solid #f4318a;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.business_left .steps li i:after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: calc(100% + 2px);
    width: 2px;
    height: 50px;
    background-color: #f4318a;
}

.business_left .steps li:last-child i:after {
    display: none;
}

.business_left .steps li h4 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
}

.business_left .steps li h4 span {
    display: block;
    font-size: 16px;
}

.business_middle {
    position: relative;
    width: 41.66666667%;
    height: 500px;
    float: left;
}

.business_middle:before,
.business_middle:after {
    content: "";
    position: absolute;
    left: -90px;
    top: -20px;
    background: #212121;
    width: calc(100% + 90px);
    height: 20px;
}

.business_middle:after {
    top: auto;
    bottom: -20px;
}

.business_middle .tab_content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 56px 40px 56px 30px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(0, 55px);
    -webkit-transform: translate(0, 55px);
    -ms-transform: translate(0, 55px);
    -o-transform: translate(0, 55px);
    transform: translate(0, 55px);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.business_middle .tab_content.current {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0)
}

.business_middle .tab_content .title {
    margin: 0 0 17px;
    font-size: 20px;
}

.business_middle .tab_content .content {
    color: #888;
    text-align: justify;
}

.business_middle .tab_content .content p {
    margin: 0 0 20px;
}

.business_right {
    position: relative;
    width: 25%;
    height: 500px;
    float: left;
    background: #212121;
    padding: 45px 0;
}

.business_right .events {
    position: relative;
}

.business_right .events li {
    position: relative;
    text-align: right;
    border-bottom: 1px solid #45484a;
    height: 82px;
    line-height: 82px;
    cursor: pointer;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.business_right .events li figure {
    position: relative;
}

.business_right .events li figure figcaption {
    position: relative;
    padding: 0 90px 0 0;
}

.business_right .events li figure figcaption h3 {
    position: relative;
    text-transform: uppercase;
    font-family: 'MontserratSemiBold';
    font-weight: normal;
    font-size: 16px;
}

.business_right .events li figure .item_img img {
    width: 25px;
}

.business_right .events li figure .item_img {
    position: absolute;
    right: 34px;
    top: 0;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.business_right .events li:hover figure .item_img:first-child {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(55px, 0);
    -webkit-transform: translate(55px, 0);
    -ms-transform: translate(55px, 0);
    -o-transform: translate(55px, 0);
    transform: translate(55px, 0)
}

.business_right .events li figure .item_img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(55px, 0);
    -webkit-transform: translate(55px, 0);
    -ms-transform: translate(55px, 0);
    -o-transform: translate(55px, 0);
    transform: translate(55px, 0);
}

.business_right .events li:hover figure .item_img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.business_right .events li.current,
.business_right .events li:hover {
    background: #f4318a;
}

/*page_banner*/
.page_banner {
    position: relative;
}

.page_banner img {
    width: 100%;
}

/*product_nav*/
.product_nav {
    position: relative;
    text-align: center;
    padding: 0 0 96px;
}

.product_nav ul {}

.product_nav ul li {
    display: inline-block;
    vertical-align: top;
    font-family: 'MyriadProSemibold.ttf';
    font-size: 24px;
    padding: 0 30px 30px;
}

.product_nav ul ul {
    position: absolute;
    width: 100%;
    height: 96px;
    left: 0;
    top: 50px;
    background:
        /*rgba(11,162,155,.75)*/
        #48b9b3;
    display: none;
    padding: 35px 0 0
}

.product_nav ul ul li {
    font-size: 18px;
    font-family: 'MyriadProRegular';
}

.product_nav ul ul li:before {
    content: "-";
    color: #FFF;
    margin: 0 7px 0 0;
}

.product_nav ul ul li a {
    color: #FFF;
}

.product_nav ul li {}

.product_nav li.nav-current>a {
    color: #f4318a
}

.product_nav li.nav-current>ul,
.product_nav li:hover>ul {
    display: block;
}

.list_more_view {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    line-height: 41px;
    height: 43px;
    padding: 0 36px;
    border: 1px solid #f4318a;
    border-radius: 5px;
    font-size: 17px;
    color: #f4318a;
}

.list_more_view:after {
    content: "";
    width: 29px;
    height: 11px;
    margin: 0 0 0 13px;
    background: url(img/mark02.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
}

.list_more_view:hover:after {
    margin: 0;
    width: 0
}

.items_list ul {
    width: 104.5%
}

.items_list .product_item {
    width: 33.333%
}








/*----------------------------------aside---------------------------------*/
.aside {
    width: 285px;
}

.side-tit-bar {
    position: relative;
}

.side-tit-bar .side-tit {
    position: relative;
    line-height: 52px;
    padding: 0 21px;
    border-radius: 8px 8px 0px 0px;
    font-family: DIN-Bold;
    font-weight: bold;
    font-size: 20px;
    background: #f4318a;
    color: #FFFFFF;
}

.side-widget {
    position: relative;
    margin: 0 0 94px;
}

.side-cate {
    border-top: 0;
}

.side-cate li {
    position: relative;
}

.side-cate li li {
    background: #FFFFFF;
    line-height: 40px;
}

.side-cate li ul {
    background: #FFFFFF;
}

.side-cate li ul li {
    line-height: 52px;
}

.side-cate li ul li a {
    border-bottom: 1px solid #DEDEDE;
}

.side-cate li a {
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 0 24px;
}

.side-cate>li>a {
    border-bottom: 1px solid #DEDEDE;
    font-family: DIN-Bold;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.side-cate ul {
    display: none;
    overflow: visible !important
}

.side-cate li li a {
    padding: 0 30px;
    font-family: Arial-Regular;
    font-size: 16px;
    color: #777777;
    position: relative;

}


.side-cate li li li a {
    padding: 0 66px;
}

.side-cate li .icon-cate {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 48px;
    cursor: pointer;
    color: #222;
}

.side-cate li .icon-cate.icon-cate-down:before {
    content: "\f107";
    font-weight: bold;
    transform: rotate(270deg);
    font-size: 20px;
}

.side-cate li .icon-cate.icon-cate-up:before {
    content: "\f107";
    font-weight: bold;
    font-size: 20px;
    transform: rotate(0);
}

.side-cate li.nav-current>a,
.side-cate li:hover>a,
li.show_li>a {
    color: #f4318a;
}

.side-cate li.nav-current>.icon-cate,
.side-cate li:hover>.icon-cate,
li.show_li>.icon-cate {
    color: #f4318a;
}

.side-product-items {
    position: relative;
}

.side-product-items .items_content {
    position: relative;
}

.side-product-items .items_content {}

.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    margin: 0 0 6px;
    padding: 8px;
    background: #FFF;
}

.side_product_item figure {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.side_product_item .item-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 50%;
}

.side_product_item .item-img img {
    position: relative;
    width: 100%;
}

.side_product_item figcaption {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 48%;
    padding: 10px 0 10px 15px;
}

.side_product_item figcaption .item_title {
    line-height: 1.3;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.side_product_item figcaption .item_text {
    color: #949494;
    line-height: 1.3;
}

.side_product_item .add-friend {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 39px;
    background: url(img/mark03.png) no-repeat right bottom;
    background-size: cover;
}

.side_product_item .add-friend:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    bottom: 6px;
    right: 6px;
    background: url(img/add01.png) no-repeat center center;
    ;
}

.side_product_item:hover .add-friend {
    width: 47px;
    height: 49px;
}

.side_product_item:hover .add-friend:after {
    bottom: 9px;
    right: 9px;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .25;
}

.side-product-items .btn-prev {
    top: 20px;
    background: url(img/side_product_up.png) no-repeat center center;
}

.side-product-items .btn-next {
    bottom: 20px;
    background: url(img/side_product_down.png) no-repeat center center;
}

.aside .side-bn {
    width: 100%;
    margin: 0 0 40px;
}

.aside .side-bn img {
    width: 100%
}



/*----------------------------------main---------------------------------*/
.main {
    position: relative;
    width: calc(100% - 340px);
}

.page_title {
    position: relative;
    font-family: 'MontserratSemiBold';
    ;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.page_bar {
    position: relative;
    line-height: 62px;
    height: 62px;
    margin: 50px 0;
    text-align: center;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
}

.page_bar a,
.page_bar span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 62px;
    padding: 0 5px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin: 0 0 0 8px;
    text-align: center;
}

.page_bar a.current,
.page_bar a:hover {
    color: #FFF;
    background: #f4318a;
    border-color: #f4318a
}

.side-cate li.nav-current>a {
    position: relative;
}


.side-cate>li {
    line-height: 48px;

}

@media only screen and (max-width: 1100px) {
    .aside {
        width: 270px;
    }

    .main {
        width: calc(100% - 280px);
    }
}


@media only screen and (max-width: 950px) {
    .main {
        width: 98%;
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .inquiry-form .form-btn-wrapx .form-btn-submitx {
        top: 0 !important;
    }
}

@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1450px) {
    .layout {
        width: 98%;
    }

}

@media only screen and (max-width: 1250px) {
    .service_items {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .layout {
        width: 98%;
    }

    body {
        min-width: inherit;
    }

    .product_items,
    .company_worldwild .layout {
        width: 100%;
    }

    .company_worldwild .layout {
        display: block;
    }
}

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


    .ad_items {
        display: block;
    }

    .ad_item {
        width: 48%;
        display: inline-block;
        margin: 0 0 20px;
    }

    .ad_items {
        padding: 55px 0 60px;
    }

    .ad_item figure {
        padding: 0 16px;
        text-align: center;
    }

    .ad_item figure .item_img {
        position: relative;
    }

    .ad_item figure .item_img:nth-child(2) {
        display: none;
    }

    .ad_item figure figcaption .item_title:after {
        display: none;
    }

    .index_company_intr {
        text-align: center;
    }

    .index_company_intr .company_intr_title,
    .index_company_intr .company_intr_text {
        width: 100%
    }

    .company_intr_more {
        position: relative;
        margin: 20px 0 0;
        right: auto;
        top: auto;
    }

    .company_worldwild .left,
    .company_worldwild .right {
        display: block;
        width: 100%;
    }

    .product_items {
        text-align: left;
    }

    .product_item {
        width: 33.333%;
    }

    .service_item {
        width: 48%;
        margin: 15px 0;
    }

    .business_left {
        float: none;
        width: 100%;
        height: auto;
        padding: 50px 30px;
    }

    .business_left .title {
        margin: 0 0 20px;
    }

    .business_left:after {
        display: none;
    }

    .business_left .steps li {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin: 0 20px 0 0;
    }

    .business_left .steps li i:after {
        display: none;
    }

    .business_left .steps li h4 {
        display: block;
        margin: 0;
    }

    .business_middle {
        width: 100%;
        float: none;
        height: auto;
    }

    .business_middle:before,
    .business_middle:after {
        display: none;
    }

    .business_middle .tab_content {
        padding: 30px;
    }

    .business_right {
        width: 100%;
        float: none;
        height: auto;
    }

    .business_right .events li {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
        border: none;
    }

    .business_right .events li figure .item_img {
        right: 0px;
    }

    .business_right .events li figure figcaption {
        padding: 0 40px 0 0;
    }

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

    .side-product-items .btn-prev,
    .side-product-items .btn-next {
        display: none;
    }

    .side_product_item {
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }

    .side_product_item figure {
        padding: 0 5px;
    }

    .side_product_item .item-img,
    .side_product_item figcaption {
        width: 100%;
        display: block;
        padding: 0
    }

    .side_product_item figcaption {
        padding: 10px 0;
        text-align: center;
    }

    /* main */
    .main {
        width: 98%;
        float: none;
        margin: 0 auto;
    }

    .items_list {
        width: 100%;
    }

    .product-item {
        width: 33.333%;
    }

    .product-item .item-wrap {
        margin: 8px;
    }

    /* product intro */
    .video_close {
        display: none
    }

    .image-additional li.image-item.current img {
        border: none;
    }

    .product-view {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .product-view .image-additional li img {
        width: 90%;
        margin: 0 5%;
    }

    .product-view .product-image,
    .single_product_items {
        display: none
    }

    .image-additional-wrap {
        display: block;
    }

    .product-view .image-additional {
        width: 100%;
        margin: 0;
    }

    .product-view .image-additional ul {
        width: 100%;
    }

    .product-view .image-additional li {
        width: 100%;
        margin: 0;
    }

    .product-view .image-additional li a {
        padding: 0;
    }

    .product-view .image-additional li.current img {
        border-color: inherit;
    }

    .product-view .image-additional li.single {
        display: block
    }

    /* product summary */
    .product-summary {
        position: relative;
        width: 100%;
        float: none;
    }

    .product-summary .share-this {
        float: none;
        margin: 30px 0;
    }

    .product-btn-wrap a {
        margin: 0 0 10px !important;
    }

    /* product detail  */








    .fix_slide_foot li img {
        width: auto !important;
        height: 30px !important;
    }

    .fix_slide_foot li:last-child img {
        /* height: 25px !important; */
        /* width: auto !important; */
    }
}

@media only screen and (max-width: 480px) {
    .gotop {
        display: none !important;
    }

    .ad_item {
        width: 100%;
    }

    .product_item,
    .items_list .product_item {
        width: 100%;
        padding: 12px;
    }

    .service_item {
        width: 100%;
    }

    .business_left {
        text-align: center;
    }

    .business_left .steps li {
        width: 100%;
        margin: 15px 0;
    }

    .business_middle .tab_content {
        padding: 30px 10px;
    }



    .company_subscribe .title {
        margin: 0 0 20px;
    }



    .product-view {
        width: 100%;
    }

    .side-widget {
        margin: 0 0 30px;
    }

    .side-cate li a {
        padding: 0 20px;
    }

    .side-cate li li a {
        padding: 0 30px;
    }

    .side_product_item {
        padding: 5px;
        width: 80%;
        margin: 8px 0 8px 10%;
    }

    .blog-item .item-img {
        width: 150px;
    }

    .table_wrap {
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 320px) {
    .side_product_item {
        width: 100%;
    }
}

/*-------------------------------
			font start
			----------------------------------*/
@font-face {
    font-family: 'fontawesome';
    src: url("fonts/Font-Awesome/fontawesome-webfont.eot?v=4.5.0");
    src: url("fonts/Font-Awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/Font-Awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/Font-Awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/Font-Awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*-------------------------------
			font end
			----------------------------------*/
/*-------------------------------
			swiper-slide end
			----------------------------------*/
.slider_banner {
    position: relative;
    overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -31.5px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {}

.swiper-container:hover .swiper-button-prev {
    left: 65px;
}

.swiper-container:hover .swiper-button-next {
    right: 65px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(img/prev.png) no-repeat center center;
    background-size: cover;
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(img/next.png) no-repeat center center;
    background-size: cover;
    right: 10px;
    left: auto
}

.slider_banner:hover .swiper-button-prev {
    left: 120px;
    opacity: 1;
}

.slider_banner:hover .swiper-button-next {
    right: 120px;
    opacity: 1;
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.slider_banner .swiper-pagination {
    text-align: left;
    padding-left: 256px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 60px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background: #333;
    margin: 0 5px;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #f4318a;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal {
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #f4318a;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.slider_banner .swiper-slide img {
    width: 100%;
}

.slider_banner .swiper-slide img+img {
    position: absolute;
    left: 0;
    top: 0;
}

.slider_banner .swiper-slide img {
    width: 100%;
    /* transition: 3s linear;
    transform: scale(1.08); */
}

.slider_banner .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}

/*-------------------------------
			swiper-slide end
			----------------------------------*/
/*-------------------------------
			entry-table start
			----------------------------------*/
.entry {
    padding: 15px 0;
}

.entry {
    color: #666;
}

.entry a {
    color: #0030FF;
}

.entry p {
    margin: 0;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.8;
}

.entry table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

/* .entry th,
.entry td {
  height: 30px;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
  color: #666;
  background: #fbfbfb;
  padding: 0 15px;
}

.entry th {
  font-size: 12px;
  background: #eee;
} */

.entry td p,
.entry th p,
.pd-panel .entry td p,
.pd-panel .entry th p {
    margin: 0;
    padding: 5px;
    color: #666;
    /* font-size: 12px; */
    line-height: 1.3;
}

.entry td.amts {
    color: #cb2027;
}

.entry th#cartDelete {
    text-align: center;
}

.entry .button {
    margin: 15px 10px 0 0;
    background: #dfdfdf;
    padding: 8px 15px;
    border: 0;
    cursor: pointer;
    line-height: 1.2;
    color: #777;
    font-weight: bold;
    text-transform: Capitalize;
}

.entry .button:hover {
    background: #cb2027;
    color: #fff;
}

.entry .deletecartitem {
    width: 50px;
    text-align: center;
}

.entry .deletecartitem label {
    display: none;
}

.entry .stotal td.amts {
    font-size: 18px;
    font-weight: bold;
}

.entry img.alignleft {
    float: left;
    margin: 20px 15px 0 0;
}

.entry img.alignright {
    float: right;
    margin: 20px 0 0 15px;
}

.entry img.alignleftnopad {
    float: left;
    margin-left: 0;
}

.entry img.alignrightnopad {
    float: right;
    margin-right: 0;
}

.entry img.aligncenter {
    text-align: center;
    display: block;
    margin: 20px auto 0 auto;
}

.entry img {
    max-width: 100%;
}

.cartitem a {
    color: #292929;
    font-weight: bold;
}

.inquiry-form ul li {
    background: none;
}

.entry .inquiry-form-wrap {
    margin: 20px 0 0;
}

.table_wrap {
    position: relative;
    display: block;
}

.main table,
.tabBox table,
.table_wrap table {
    position: relative;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #333;
}

.tabBox {
    max-width: 100%;
    overflow-x: auto;
}

.main table th,
.tabBox table th,
.table_wrap table th,
.table_wrap table th p,
.main table th p,
.tabBox table th p {
    height: 56px;
    border-top: 1px solid #333;
    text-align: center !important;
    line-height: 1.5 !important;
    color: #333 !important;
    background: none !important;
    font-family: DIN-Bold;
    font-size: 20px !important;
    width: 50%;
    padding: 0 15px !important;
}

.main table tr:nth-child(even) td,
.main table tr:nth-child(even) th,
.tabBox table tr:nth-child(even) td,
.tabBox table tr:nth-child(even) th,
.table_wrap table tr:nth-child(even) td,
.table_wrap table tr:nth-child(even) th {
    color: #f4318a !important;
}

.main table td,
.tabBox table td,
.table_wrap table td {
    height: 56px;
    width: 50%;
    border-top: 1px solid #333;
    text-align: left !important;
    line-height: 1.5 !important;
    font-size: 16px !important;
    color: #333;
    font-family: Arial-Regular;
    padding: 0 15px !important;
}

/* .main table td p,
.main table th p,
table td p,
table th p {
  margin: 0;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 1.3;
} */

.main table td.amts {
    color: #cb2027;
}

.main table th#cartDelete {
    text-align: center;
}

.table_wrap tr td:nth-child(1) p {
    text-align: center;
    line-height: 1.5;
    color: #333;
    font-family: DIN-Bold;
    font-size: 20px;
    padding: 0 15px;
}

.table_wrap tr td {
    border: 0;
    border-top: 1px solid #333;
}

.table_wrap table {
    border: 0;
    border-bottom: 1px solid #333;
}

.table_wrap tr td:nth-child(2) p {
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
    color: #333;
    font-family: Arial-Regular;
    padding: 0 15px;
}

.table_wrap tr:nth-child(even) td:nth-child(1) p,
.table_wrap tr:nth-child(even) td:nth-child(2) p {
    color: #f4318a !important;

}

/*-------------------------------
			entry-table end
			----------------------------------*/
/*-------------------------------
			search  end
			----------------------------------*/
.container {
    position: relative;
    height: 100vh;
}

/* html{
  overflow-x: hidden;
} */

.search-ipt {
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}

.web-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.js .web-search {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
}

.js .web-search::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.web-search .btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
    background: url(img/search_btn_close.png) no-repeat center center;
    background-size: 35% auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 100%;
    border: 3px solid #fff;
}

.js .btn--search-close {
    display: block;
}

.web-search .search-ipt {
    font-family: inherit;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #fff;
    border-bottom: 3px solid;
    font-size: 20px;
    line-height: 10px
}

.web-search .search-ipt::-webkit-input-placeholder {
    color: #fff;
}

.web-search .search-ipt::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.web-search .search-ipt:-ms-input-placeholder {
    color: #fff;
}

.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
    -webkit-appearance: none;
}

.web-search .search-ipt::-ms-clear {
    display: none;
}

.web-search .search-attr {
    font-size: 90%;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #fff;
}

.js .container {
    position: relative;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.js .main-wrap--move {
    /* -moz-transform: scale3d(0.7, 0.7, 1);
  -webkit-transform: scale3d(0.7, 0.7, 1);
  -ms-transform: scale3d(0.7, 0.7, 1);
  -o-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1); */
    height: 100vh;
}

.js .main-wrap--move .btn--search {
    pointer-events: none;
    opacity: 0;
}

.js .web-search {
    pointer-events: none;
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.js .web-search::before {
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.js .search--open::before {
    opacity: 1;
}

.web-search .btn--search-close {
    opacity: 0;
    transition: opacity 0.5s;
}

.search--open .btn--search-close {
    opacity: 1;
}

.search__suggestion,
.web-search .search-attr {
    opacity: 0;
    -moz-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -moz-transition: opacity 0.8s, transform 0.8s;
    -webkit-transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, transform 0.8s;
    -o-transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}

.search--open .search-attr {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 24px;
}

.js .web-search .search-ipt {
    -moz-transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -moz-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.js .search--open .search-ipt {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.search-btn {
    display: none !important;
}

/*-------------------------------
			search  end
			----------------------------------*/
/*-------------------------------
			scrollsidebar start
			----------------------------------*/
.scrollsidebar,
.scrollsidebar a {
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.scrollsidebar {
    position: absolute;
    z-index: 30;
    top: 150px;
    right: 0;
}

.show_btn {
    width: 38px;
    height: 192px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: url(img/custom_service/show_btn.png) no-repeat center center;
}

.side_content {
    width: 0;
    height: auto;
    overflow: hidden;
    float: left;
}

.side_content .side_list {
    width: 140px;
    overflow: hidden;
    border: 1px solid #dadada;
    border-radius: 8px;
    position: relative;
    background: #FFF;
}

.side_content .side_list .hd img {
    width: 100%;
    border-bottom: 1px solid #dadada;
}

.side_content .side_list .cont li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dadada;
    list-style: none;
    position: relative;
}

.side_content .side_list .cont li a {
    position: relative;
    display: block;
    padding: 0 0 0 43px;
    text-decoration: none;
}

.side_content .side_list .cont li a:before {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0;
    left: 10px;
    width: 25px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}

.side_content .side_list .cont li .email:before {
    background-image: url(img/custom_service/icons01.png);
}

.side_content .side_list .cont li .skype:before {
    background-image: url(img/custom_service/icons02.png);
}

.side_content .side_list .cont li .inquiry:before {
    background-image: url(img/custom_service/icons03.png);
}

.side_content .side_list .cont li .qq:before {
    background-image: url(img/custom_service/icons04.png);
}

.ww {
    margin-left: -30px;
}

.side_content .side_list .t-code {
    padding: 10px 10px 7px;
    border-bottom: 1px solid #dadada;
}

.side_content .side_list .t-code img {
    width: 100%;
}

.side_content .side_list .side_title {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}

.side_content .side_list .side_title .close_btn {
    background: url(img/custom_service/close.png) no-repeat center center;
    width: 12px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 10px;
    cursor: pointer;
}

.side_content .side_list .side_title .close_btn span {
    display: none;
}

/*-------------------------------
			scrollsidebar end
			----------------------------------*/
/*inquiry*/
.inquiry-pop-bd {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -275px;
    width: 550px;
    height: 500px;
    background: #FFF;
    box-shadow: 0 0 10px rgba(255, 255, 255, .5);
    display: none;
    z-index: 2000;
}

.inquiry-pop-bd:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}

.inquiry-pop-bd .inquiry-pop {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 22px;
    z-index: 1;
    background: #FFF;
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url(img/custom_service/fancy_close.png) no-repeat center center;
    cursor: pointer;
    z-index: 1;
}

.inquiry-form-wrap {
    position: relative;
    height: 420px;
    width: 100.5%;
}

.ad_prompt {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 40px;
    margin: -20px 0 0;
    text-align: center;
    color: #ff6f00;
    font-size: 20px;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    animation: twinkling 1s infinite ease-in-out;
    display: none;
}

@media screen and (max-width: 550px) {
    .inquiry-pop-bd {
        width: 98%;
        height: 450px;
        left: 0;
        margin: -265px 0 0 1%
    }

    .inquiry-pop-bd .inquiry-pop {
        padding: 10px;
    }

    .scrollsidebar {
        display: none;
    }
}

/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
    display: block
}

.change-language .change-language-title,
.change-language .change-language-title a {
    font-size: 10pt;
    color: #fff;
}

.change-language .change-language-title {
    padding: 10px 0;
}

.change-language .change-language-title a:after {
    font-family: 'fontawesome';
    content: "\f107";
    font-size: 12px;
    display: inline-block;
}

.change-language:hover .change-language-title a:after {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.change-language .change-language-cont {
    position: absolute;
    top: 35px;
    right: -10px;
    width: 360px;
    background: #FFF;
    padding: 20px 10px 20px 20px;
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 80vh;
}

.change-language:hover .change-language-cont {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}

.change-language .change-language-cont li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    font-size: 10pt;
    overflow: hidden;
    padding: 0 10px 0 0;
}

.change-language .change-language-cont .lang-item-hide {
    display: none !important;
}

.change-language .change-language-cont .lang-more {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
}

.language-flag span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    /* padding: 0 0 0 30px; */
    line-height: 1.2;
    overflow: hidden;
}

.change-language ::-webkit-scrollbar {
    width: 5px;
}

.change-language ::-webkit-scrollbar-track {
    background-color: #fff;
}

.change-language ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 3px;
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block
}

.language-flag .country-flag {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    background-repeat: no-repeat;
    background-image: url(img/all-m.gif);
    width: 26px;
    height: 16px;
    margin: -8px 5px 0;
}

li.language-flag a {
    position: relative;
}

.language-flag-af .country-flag {
    background-position: 0px 0 !important;
}

.language-flag-sq .country-flag {
    background-position: 0px -16px !important;
}

.language-flag-ar .country-flag {
    background-position: 0px -32px !important;
}

.language-flag-hy .country-flag {
    background-position: 0px -48px !important;
}

.language-flag-az .country-flag {
    background-position: 0px -64px !important;
}

.language-flag-eu .country-flag {
    background-position: 0px -80px !important;
}

.language-flag-be .country-flag {
    background-position: 0px -96px !important;
}

.language-flag-bg .country-flag {
    background-position: 0px -112px !important;
}

.language-flag-ca .country-flag {
    background-position: 0px -128px !important;
}

.language-flag-zh .country-flag {
    background-position: 0px -144px !important;
}

.language-flag-zh-TW .country-flag {
    background-position: 0px -160px !important;
}

.language-flag-hr .country-flag {
    background-position: 0px -176px !important;
}

.language-flag-cs .country-flag {
    background-position: 0px -192px !important;
}

.language-flag-da .country-flag {
    background-position: 0px -208px !important;
}

.language-flag-nl .country-flag {
    background-position: 0px -240px !important;
}

.language-flag-en .country-flag {
    background-position: -0px -256px !important;
}

.language-flag-et .country-flag {
    background-position: 0px -272px !important;
}

.language-flag-tl .country-flag {
    background-position: 0px -288px !important;
}

.language-flag-fi .country-flag {
    background-position: 0px -304px !important;
}

.language-flag-fr .country-flag {
    background-position: 0px -320px !important;
}

.language-flag-gl .country-flag {
    background-position: 0px -336px !important;
}

.language-flag-ka .country-flag {
    background-position: 0px -352px !important;
}

.language-flag-de .country-flag {
    background-position: 0px -368px !important;
}

.language-flag-el .country-flag {
    background-position: 0px -384px !important;
}

.language-flag-ht .country-flag {
    background-position: 0px -400px !important;
}

.language-flag-iw .country-flag {
    background-position: 0px -416px !important;
}

.language-flag-hi .country-flag,
.language-flag-te .country-flag,
.language-flag-kn .country-flag,
.language-flag-ta .country-flag,
.language-flag-gu .country-flag {
    background-position: 0px -432px !important;
}

.language-flag-hu .country-flag {
    background-position: 0px -448px !important;
}

.language-flag-is .country-flag {
    background-position: 0px -464px !important;
}

.language-flag-id .country-flag {
    background-position: 0px -480px !important;
}

.language-flag-ga .country-flag {
    background-position: 0px -496px !important;
}

.language-flag-it .country-flag {
    background-position: 0px -512px !important;
}

.language-flag-ja .country-flag {
    background-position: 0px -528px !important;
}

.language-flag-ko .country-flag {
    background-position: 0px -544px !important;
}

.language-flag-la .country-flag {
    background-position: 0px -560px !important;
}

.language-flag-lv .country-flag {
    background-position: 0px -576px !important;
}

.language-flag-lt .country-flag {
    background-position: 0px -592px !important;
}

.language-flag-mk .country-flag {
    background-position: 0px -608px !important;
}

.language-flag-ms .country-flag {
    background-position: 0px -624px !important;
}

.language-flag-mt .country-flag {
    background-position: 0px -640px !important;
}

.language-flag-no .country-flag {
    background-position: 0px -656px !important;
}

.language-flag-fa .country-flag {
    background-position: 0px -672px !important;
}

.language-flag-pl .country-flag {
    background-position: 0px -688px !important;
}

.language-flag-pt .country-flag {
    background-position: 0px -704px !important;
}

.language-flag-ro .country-flag {
    background-position: 0px -720px !important;
}

.language-flag-ru .country-flag {
    background-position: 0px -736px !important;
}

.language-flag-sr .country-flag {
    background-position: 0px -752px !important;
}

.language-flag-sk .country-flag {
    background-position: 0px -768px !important;
}

.language-flag-sl .country-flag {
    background-position: 0px -784px !important;
}

.language-flag-es .country-flag {
    background-position: 0px -800px !important;
}

.language-flag-sw .country-flag {
    background-position: 0px -816px !important;
}

.language-flag-sv .country-flag {
    background-position: 0px -832px !important;
}

.language-flag-th .country-flag {
    background-position: 0px -848px !important;
}

.language-flag-tr .country-flag {
    background-position: 0px -864px !important;
}

.language-flag-uk .country-flag {
    background-position: 0px -880px !important;
}

.language-flag-ur .country-flag {
    background-position: 0px -896px !important;
}

.language-flag-vi .country-flag {
    background-position: 0px -912px !important;
}

.language-flag-cy .country-flag {
    background-position: 0px -928px !important;
}

.language-flag-yi .country-flag {
    background-position: 0px -944px !important;
}

.language-flag-bn .country-flag {
    background-position: 0px -960px !important;
}

.language-flag-eo .country-flag {
    background-position: 0px -976px !important;
}

.language-flag.language-flag-custom-afghanistan .country-flag {
    background-position: 0px -992px !important;
}

.language-flag.language-flag-custom-albania .country-flag {
    background-position: 0px -1008px !important;
}

.language-flag.language-flag-custom-algeria .country-flag {
    background-position: 0px -1024px !important;
}

.language-flag.language-flag-custom-argentina .country-flag {
    background-position: 0px -1040px !important;
}

.language-flag.language-flag-custom-australia .country-flag {
    background-position: 0px -1056px !important;
}

.language-flag.language-flag-custom-austria .country-flag {
    background-position: 0px -1072px !important;
}

.language-flag.language-flag-custom-belgium .country-flag {
    background-position: 0px -1088px !important;
}

.language-flag.language-flag-custom-brazil .country-flag {
    background-position: 0px -1104px !important;
}

.language-flag.language-flag-custom-canada .country-flag {
    background-position: 0px -1120px !important;
}

.language-flag.language-flag-custom-chile .country-flag {
    background-position: 0px -1136px !important;
}

.language-flag.language-flag-custom-cote-d-ivoire .country-flag {
    background-position: 0px -1152px !important;
}

.language-flag.language-flag-custom-ecuador .country-flag {
    background-position: 0px -1168px !important;
}

.language-flag.language-flag-custom-egypt .country-flag {
    background-position: 0px -1184px !important;
}

.language-flag.language-flag-custom-england .country-flag {
    background-position: 0px -1200px !important;
}

.language-flag.language-flag-custom-luxembourg .country-flag {
    background-position: 0px -1216px !important;
}

.language-flag.language-flag-custom-malaysia .country-flag {
    background-position: 0px -1232px !important;
}

.language-flag.language-flag-custom-mexico .country-flag {
    background-position: 0px -1248px !important;
}

.language-flag.language-flag-custom-new-zealand .country-flag {
    background-position: 0px -1264px !important;
}

.language-flag.language-flag-custom-oman .country-flag {
    background-position: 0px -1280px !important;
}

.language-flag.language-flag-custom-qatar .country-flag {
    background-position: 0px -1296px !important;
}

.language-flag.language-flag-custom-saudi-arabia .country-flag {
    background-position: 0px -1312px !important;
}

.language-flag.language-flag-custom-singapore .country-flag {
    background-position: 0px -1328px !important;
}

.language-flag.language-flag-custom-south-africa .country-flag {
    background-position: 0px 0 !important;
}

.language-flag.language-flag-custom-switzerland .country-flag {
    background-position: 0px -1344px !important;
}

.language-flag.language-flag-custom-syria .country-flag {
    background-position: 0px -1360px !important;
}

.language-flag.language-flag-custom-united-arab-emirates .country-flag {
    background-position: 0px -1376px !important;
}

.language-flag.language-flag-custom-united-states-of-america .country-flag {
    background-position: 0px -1392px !important;
}

.language-flag-hy .country-flag {
    background-position: 0px -1408px;
}

.language-flag-bs .country-flag {
    background-position: 0px -1424px;
}

.language-flag-ceb .country-flag {
    background-position: 0px -1440px;
}

.language-flag-ny .country-flag {
    background-position: 0px -1456px;
}

.language-flag-ha .country-flag {
    background-position: 0px -1472px;
}

.language-flag-hmn .country-flag {
    background-position: 0px -1488px;
}

.language-flag-ig .country-flag {
    background-position: 0px -1504px;
}

.language-flag-jw .country-flag {
    background-position: 0px -1520px;
}

.language-flag-kk .country-flag {
    background-position: 0px -1536px;
}

.language-flag-km .country-flag {
    background-position: 0px -1552px;
}

.language-flag-lo .country-flag {
    background-position: 0px -1568px;
}

.language-flag-la .country-flag {
    background-position: 0px -1584px;
}

.language-flag-mg .country-flag {
    background-position: 0px -1600px;
}

.language-flag-ml .country-flag {
    background-position: 0px -1616px;
}

.language-flag-mi .country-flag {
    background-position: 0px -1632px;
}

.language-flag-mr .country-flag {
    background-position: 0px -1648px;
}

.language-flag-mn .country-flag {
    background-position: 0px -1664px;
}

.language-flag-my .country-flag {
    background-position: 0px -1680px;
}

.language-flag-ne .country-flag {
    background-position: 0px -1696px;
}

.language-flag-pa .country-flag {
    background-position: 0px -1712px;
}

.language-flag-st .country-flag {
    background-position: 0px -1728px;
}

.language-flag-si .country-flag {
    background-position: 0px -1744px;
}

.language-flag-so .country-flag {
    background-position: 0px -1760px;
}

.language-flag-su .country-flag {
    background-position: 0px -1776px;
}

.language-flag-tg .country-flag {
    background-position: 0px -1792px;
}

.language-flag-uz .country-flag {
    background-position: 0px -1808px;
}

.language-flag-yo .country-flag {
    background-position: 0px -1824px;
}

.language-flag-zu .country-flag {
    background-position: 0px -1840px;
}

/*-------------------------------
			language  end
			----------------------------------*/
/*-------------------------------
			animation  start
			----------------------------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeftA {
    -webkit-animation-name: fadeInLeftA;
    animation-name: fadeInLeftA
}

@-webkit-keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUpA {
    -webkit-animation-name: fadeInUpA;
    animation-name: fadeInUpA
}

@-webkit-keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        -ms-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRightA {
    -webkit-animation-name: fadeInRightA;
    animation-name: fadeInRightA
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes OrangePulse {
    from {
        background-color: rgba(210, 174, 109, .2);
        -webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
    }

    50% {
        background-color: rgba(210, 174, 109, 1);
        -webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
    }

    to {
        background-color: rgba(210, 174, 109, .2);
        -webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
    }
}



.change-language-cont li {
    width: 100%;
}

.change-language-cont {
    display: flex;
    flex-wrap: wrap;
}

.language--img {
    background: url(img/leg.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;
}


.rightBox {
    position: fixed;
    top: 40%;
    right: 5px;
    z-index: 9999;
}

.rightBox>div {
    cursor: pointer;
    width: 61.5px;
    height: 61.5px;
    background: #A5040E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.521vw;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.rightBox>div:last-child {
    background: #222222;
}


.rightBox>div>img {
    width: 40%;
    height: auto;
}

.rightBox>div:hover .showBox {
    display: block;
}

.showBox {
    position: absolute;
    background: #A5040E;
    padding: 4px;
    border-radius: 8px;
    right: 56px;
    top: 50%;
    transition: all ease-in-out .5s;
    transform: translateY(-50%);
    display: none;
}

.showBox a {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
}

.showBox img {
    width: 140px;
}


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

    .rightBox {
        display: none !important;
    }
}




.foot-btn {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.foot-btn a {
    width: 25%;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #168914;
}

.foot-btn a:nth-child(2n) {
    background: #f4318a;
}

.foot-btn img {
    width: 25px;
    margin: 0 auto;
}


.gotop {
    display: none !important;
}





#sj {
    display: none;
}

/* index phone */
@media only screen and (max-width: 950px) {
    #pc {
        display: none;
    }

    #sj {
        display: block;
    }


    .layout {
        width: 92.5%;
    }



}

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

    .foot-btn {
        display: flex;
    }
}




.container .web_footer {
    margin-top: 100px;
}

.containerHome .web_footer {
    margin-top: 0;
}

img,
a {
    transition: all .5s ease-in-out;

}

div>img:hover,
a>img:hover {
    transform: scale(1.1);
}

/*public*/
.web_main {
    position: relative;
    overflow: hidden;
}

body {
    background-color: #ffe9f5;
}

.page_main {
    /* background: #FFF; */
    /* padding: 100px 0 0; */
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.path_text_tit {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 48px;
    color: #fff;
}

.path_text_text {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    max-width: 900px;
    color: #fff;
    margin: 0 auto;
}

.path_text_btnB {
    justify-content: center;
    margin-top: 20px;
}

.path_text_btn {
    padding: 0 30px;
    font-family: DIN-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    background: #f4318a;
    height: 64px;
    justify-content: center;
    border-radius: 68px 68px 68px 68px;
}

.path_text_btn:hover {
    /* background: #053b03; */
    /* background: none; */
    color: #FFFFFF;
    background: none;
    border: 2px solid #fff;

    /* border: 1px solid #f4318a; */
}

.path_text_btn img {
    width: 48px;
    margin-right: 15px;
}

.path_text_btn2 {
    border: 2px solid #fff;
    background: none;
    margin-right: 38px;
    color: #fff;
}

.path_text_btn2:hover {
    background: #f4318a !important;
    border: 0 !important;
    color: #fff !important;
}

/*path_nav*/
.path_bar {
    position: relative;
    text-align: center;
    padding: 220px 0 450px;
    background-size: 100% 100% !important;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.path_bar .path_nav,
.path_bar .title {
    position: relative;
}

.path_bar .path_nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    flex-wrap: wrap;
    font-family: Arial-Regular;
    z-index: 1;
    font-size: 16px;
    color: #333333;
}

.path_bar li:last-child a {
    color: #f4318a;
}

.path_bar li {
    display: flex;
    align-items: center;
    vertical-align: top;
    position: relative;
    text-transform: capitalize;
}



.path_bar li:after {
    content: ">";
    display: inline-block;
    margin: 0 10px 0 10px;
    font-weight: bold;
    font-family: Arial-Regular;
    font-size: 16px;
    color: #333333;
    font-family: #333333;
}

.path_bar li:last-child:after {
    display: none;
}

.path_bar:after {
    content: '';
    display: block;
    width: 100%;
    height: 277px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url('img/other/lbannerBottom.png') no-repeat;
    background-size: cover;
}

/* .mobile-head-items {
  display: none;
} */
.mobile-head-item.mobile-head-aside {
    display: none !important;
}

.path_tit {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 50px;
    color: #FFFFFF;
}





.pubic_img {
    position: relative;
    margin-top: 120px;
    padding: 100px 0;
    background-size: 100% 100% !important;
}

/* .pubic_img:after {
  background: rgba(10, 10, 10, 0.62);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
} */

.pubic_img .layout {
    position: relative;
    z-index: 1;
}

.pubic_img_tit {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #FFFFFF;
}

.pubic_img_tet {
    margin-top: 10px;
    font-family: Arial-Regular;
    font-weight: 400;
    max-width: 872px;
    font-size: 16px;
    color: #FFFFFF;
}

.pubic_common {
    margin-top: 120px;
}

.pubic_common_tit {
    display: block;
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 64px;
    text-align: center;
    color: #333333;
}

.pubic_common_text {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

.pubic_common_div {
    position: relative;
    margin-top: 40px;
}

.pubic_common_div .pubic_common_left {
    width: 66.7%;
}

.pubic_common_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 69.4%;
}

.pubic_common_img img {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.pubic_common_right {
    width: 51.9%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pubic_common_tet_div {
    width: 100%;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #f4318a;
    backdrop-filter: blur(15.4px);
    /* transition: all .8s ease-in-out; */
      transition: transform 1.2s ease-in-out, background 0.8s ease-in-out;
}

.pubic_common_num {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 32px;
    margin-right: 25px;
    color: #333333;
    transition: all .8s ease-in-out;
}

.pubic_common_tet1 {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    transition: all .8s ease-in-out;
}

.pubic_common_tet2 {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    transition: all .8s ease-in-out;
}

.pubic_common_tet_div:hover {
    background: rgba(244, 49, 138, 0.7);
        transform: scale(1.04) !important;
        position: relative;z-index: 1;
}

.pubic_common_tet_div:hover .pubic_common_num,
.pubic_common_tet_div:hover .pubic_common_tet1,
.pubic_common_tet_div:hover .pubic_common_tet2 {
    color: #fff;
}








.title_page {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 64px;
    text-align: center;
    color: #333333;
}


.pubic_pro {
    margin-top: 120px;
    padding: 56px 50px 90px;
}

.pubic_pro_tit {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 64px;
    color: #333333;
    max-width: 424px;
    display: block;
    line-height: 1.2;
    text-align: center;
}

.pubic_pro_div {
    display: block;
}

.pubic_pro_img {
    position: relative;
    padding-bottom: 105%;
    overflow: hidden;
    border-radius: 24px 24px 0px 0px;
}

.pubic_pro_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pubic_pro_swi {
    margin-top: 50px;
}

.pubic_pro_swi_box {
    position: relative;
}

.pubic_pro_btn {
    width: 53px;
    border: 7px solid #D9D9D9;
    height: 53px;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.pubic_pro_btn:hover {
    background: #f4318a;
}

.pubic_pro_btn:after {
    content: '';
    width: 16.8px;
    height: 22.4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pubic_pro_btn_L:after {
    background: url('img/other/iconJt.png') no-repeat;
    background-size: 100% 100%;
}

.pubic_pro_btn_L {
    left: -76px;
}

.pubic_pro_btn_R:after {
    background: url('img/other/iconJt2.png') no-repeat;
    background-size: 100% 100%;
}

.pubic_pro_btn_R {
    right: -76px;
}

.pubic_pro_tet {
    background: #FFFFFF;
    border-radius: 0px 0px 24px 24px;
    padding: 15px;
}

.pubic_pro_tit2 {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.read_more {
    width: 184px;
    height: 64px;
    transition: all .5s ease-in-out;
    margin: 0 auto;
    background: url('img/other/readMore.png') no-repeat;
    background-size: 100% 100%;
}

.read_more:hover {
    transform: scale(0.9);
}


/* home_news */
.home_news {
    padding: 120px 0;
}

.home_text {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

.home_news_swi {
    margin-top: 30px;
}

.home_news_div {
    padding: 27% 10% 14%;
    background: #f4328840;
    display: block;
    border-radius: 36px 36px 0px 0px;
    position: relative;
    overflow: hidden;
}

/* .home_news_swi .swiper-slide{
	width: 31.2%;
} */

.home_news_cir {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
    justify-content: center;
}

.home_news_cir div {
    width: 34px;
    height: 34px;
    background: #f4318a;
    border-radius: 50%;
}

.home_news_tit {
    margin-top: 25%;
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    height: 160px;
    overflow: hidden;
    text-align: left;
    font-style: normal;
    max-width: 252px;
    text-transform: none;
}

.home_news_tet {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: none !important;
    margin: 4% 0;
}

.home_news_btn {
    font-family: Arial-Regular;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: none;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.home_news_img {
    width: 59.8%;
    position: absolute;
    top: -7%;
    right: -9%;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.home_news_imgD {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.home_news_imgD img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.home_news_imgD img:hover {
    transform: scale(1.1);
}

.home_news_div_act {
    background: #f4318a;
    /* padding: 13% 10% 12%; */
    padding: 25% 10% 12%;
}

.home_news_div_act .home_news_cir>div {
    background: #FFFFFF;
}

.home_news_div_act .home_news_tit {
    color: #FFFFFF;
    max-width: 239px;
}

.home_news_div_act .home_news_tet {
    display: -webkit-box !important;
    /* display: block; */
}

.home_news_div_act .home_news_btn {
    display: inline-block;
}

.home_news_div_act .home_news_tit {
    margin-top: 22.6%;
}

.home_news_div_act .home_news_img {
    opacity: 1;
}

.home_news_swi .swiper-wrapper {
    align-items: flex-end;
}

.titleIcon {
    width: 88px;
    display: block;
    margin: 0 auto 15px;
}

.home_title_a {
    text-align: center;
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    /* font-size: 64px; */
    font-size: 55px;
    color: #333333;
    line-height: 1.3;
    display: block;
}

.ftitle{
     font-family: Chaparral Pro-Bold;
    font-weight: 400;
   
    font-size: 22px;
    color: #333333;
    text-align: center;
}



body {
    overflow: inherit
}

.web_main,
.container {
    overflow: inherit
}

.container .web_main,
.listPro_big {
    overflow: inherit;
}

.aside {
    position: sticky;
    top: 127px;
    /* max-height: 600px; */
    overflow-y: inherit;
}

.page_ohter_tit {
    text-transform: uppercase;
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    margin-bottom: 30px;
}

.asideSearch {
    height: 48px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #333333;
    padding: 0 25px;
    margin-bottom: 20px;
}

.asideSearch form {
    width: 100%;
    justify-content: space-between;
}

.asideSearch .search-ipt {
    font-size: 20px;
    margin-right: 10px;
    width: 70%;
}

.asideSearch .search-btn2 {
    width: 24px;
    height: 24px;
    background: url('img/other/search.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

/* pubic_video */
.pubic_video {
    margin-top: 120px;
}

.pubic_video_swi {
    margin-top: 30px;
}



.pubic_video_swi .listVideos_div {
    display: block;
    width: 100%;
}

.pubic_video_swi .listVideos_div:nth-child(3n) {
    margin-right: 0;
}

.pubic_video_swi .listVideos_img {
    position: relative;
    padding-bottom: 72%;
    overflow: hidden;
}

.pubic_video_swi .listVideos_img>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.pubic_video_swi .listVideos_play {
    width: 71px;
    height: 71px;
    background: #f4318a;
    box-shadow: 0px 4px 4px 0px rgba(35, 114, 201, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.pubic_video_swi .listVideos_play img {
    width: 50%;
}

.pubic_video_swi .listVideos_text {
    margin-top: 12px;
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    color: #333333;
}

/* pubic_common2 */
.pubic_common2 {
    margin-top: 120px;
}

.pubic_common2_box {
    margin-top: 30px;
}

.pubic_common2_Div {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    padding: 37px 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
}

.pubic_common2_Div:last-child {
    margin-right: 0;
}

.pubic_common2_tit {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
}

.pubic_common2_tit>.cir {
    width: 24px;
    height: 24px;
    background: #f4318a;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 15px;
}

.pubic_common2_tit>div:nth-child(2) {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.pubic_common2_tet {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 2em;
    height: 6em;
    overflow: hidden;
    margin: 20px 0 40px;
}

.pubic_common2_num {
    justify-content: flex-end;
    font-weight: bold;
    font-size: 96px;
    font-family: Chaparral Pro-Bold;
    color: #333333;
    line-height: 1;
}

.pubic_common2_num>div {
    line-height: 1;
}

.pubic_common2_num>div:before {
    transform: rotate(20deg);
    content: '';
    display: inline-block;
    width: 0;
    height: 97px;
    margin-right: -15px;
    background: #333333;
    border-radius: 0px 0px 0px 0px;
    border-left: 5px solid #333333;
}

.pubic_common2_Div:hover {
    background: #f4318a;
}

.pubic_common2_Div:hover .pubic_common2_tit,
.pubic_common2_Div:hover .pubic_common2_tet,
.pubic_common2_Div:hover .pubic_common2_num {
    color: #FFF;
}

.pubic_common2_Div:hover .pubic_common2_num>div:before {
    border-left: 5px solid #FFF;
}

/* pubic_cnc */
.pubic_cnc {
    margin-top: 120px;
}

.pubic_cnc_ul {
    margin-top: 30px;
}

.pubic_cnc_li {
    margin-bottom: 40px;
}

.pubic_cnc_title {
    font-family: DIN-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.pubic_cnc_tet {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
}





.phone_footer {
    display: none;
    background: #f4318a;
    padding: 20px 0 80px;
}

.phone_footer,
.phone_footer a {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.phone_footer_tit {
    justify-content: space-between;
    text-transform: uppercase;
    height: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.phone_right {
    width: 28px;
    height: 28px;
    background: url('img/demo/phoneRight.png') no-repeat;
    background-size: 100% 100%;
}

.phone_child {
    margin-top: 20px;
    display: none;
}

.phone_child a {
    display: block;
    height: 30px;
    padding: 0 20px;
}

.phone_logo {
    max-width: 130px;
    margin: 25px 0 15px;
}

@media only screen and (max-width:1366px) {
    .titleIcon {
        width: 44px;
    }

    .pubic_common_tit,
    .title_page,
    .home_title_a,
    .page_ohter_tit,
    .pubic_pro_tit,
    .pubic_img_tit {
        font-size: 36px;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .web_footer {
        padding-top: 270px;
    }

    .pubic_pro_btn_L {
        left: -55px;
    }

    .pubic_pro_btn_R {
        right: -55px;
    }

    .page_main {
        padding-top: 50px;
    }

    .pubic_common2_tit {
        font-size: 26px;
    }

    .home_news {
        padding: 60px 0;
    }

    .path_bar {
        padding: 150px 0;
    }

    .path_bar:after {
        height: 150px;
    }

    .foot_search {
        background-size: 100% 100% !important;
    }

    .foot_search_btn {
        padding: 15px 30px;
    }

    .path_tit {
        font-size: 36px;
    }

    .path_bar .path_nav {
        bottom: 0;
    }
}

@media only screen and (max-width:1024px) {
    .nav_wrap .head_nav li a {
        padding: 0 5px;
    }
}

.mobile-head-items {
    display: none;
}

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

    .mobile-head-item .head_nav>li:nth-child(1):after,
    .mobile-head-item .head_nav>li:nth-child(2):after,
    .mobile-head-item .head_nav>li:nth-child(3):after,
    .mobile-head-item .head_nav>li:nth-child(7):after,
    .mobile-head-item .head_nav>li:nth-child(8):after {
        display: none;
    }


    .web_footer {
        display: none;
    }

    .mobile-head-items {
        display: flex;
    }

    .phone_footer {
        display: block;
    }

    .foot_sns li img {
        max-width: 24px;
    }

    .foot_sns {
        margin: 15px 0;
    }

    .copyright {
        padding: 0;
        border-top: 0;
        text-align: left;
    }

    .titleIcon {
        width: 36px;
    }

    .pubic_common_tit,
    .title_page,
    .home_title_a,
    .page_ohter_tit,
    .pubic_pro_tit,
    .pubic_img_tit,
    .path_text_tit {
        font-size: 28px;
    }

    .head_nav li a {
        text-transform: capitalize;
    }

    .path_bar {
        padding: 50px 0 135px;
        background-size: cover !important;
    }

    .path_bar:after {
        height: 155px;
    }

    .path_tit {
        font-size: 30px;
    }

    .path_bar .path_nav {
        bottom: 0px;
    }

    .page_main {
        padding-top: 30px;
    }

    .pubic_pro {
        padding: 30px 50px;
        margin-top: 30px;
    }

    .pubic_img {
        margin-top: 30px;
        padding: 50px 0;
        background-size: cover !important;
    }

    .home_news {
        padding: 50px 0;
    }

    .read_more {
        width: calc(184px * 0.5);
        height: calc(64px * 0.5);
    }

    .pubic_video {
        margin-top: 30px;
    }

    .path_text_btn {
        font-size: 16px;
        padding: 0 10px;
        height: 57px;
    }

    .path_text_btn img {
        width: 30px;
        margin-right: 5px;
    }

    .pubic_common2_Div {
        width: 100%;
        margin-bottom: 20px;
    }

    .pubic_common2_box {
        flex-wrap: wrap;
    }

    .pubic_common2_tit {
        font-size: 18px;
    }

    .pubic_common2_tit>.cir {
        width: 18px;
        height: 18px;
    }

    .pubic_cnc,
    .pubic_common2 {
        margin-top: 30px;
    }

    .page_bar {
        line-height: 30px;
    }

    .page_bar a,
    .page_bar span {
        min-width: 30px !important;
    }

    .page_bar {
        margin: 20px 0;
    }

    .pubic_common {
        margin-top: 60px;
    }

    .home_news_div {
        background: #f4318a;
        padding: 25% 10% 12%;
    }

    .home_news_tet {
        display: -webkit-box !important;
    }

    .home_news_tit {
        color: #FFFFFF;
        max-width: 239px;
    }

    .home_news_btn {
        display: inline-block;
    }

    .home_news_cir>div {
        background: #FFFFFF;
    }

    .home_news_img {
        opacity: 1;
    }

    .change-language-cont li {
        margin-bottom: 10px;
    }
}




.change-language-cont li {
    width: 100%;
}

.change-language-cont {
    display: flex;
    flex-wrap: wrap;
}

.language--img {
    background: url(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;
}


.trp-language-wrap-bottom {
    display: none !important;
}




.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    border-left: 3px solid #f4318a !important;
}

.content-wrap.form .ch_form_wrap .item_submit input {
    background: #f4318a !important;
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: none !important;
    border: 1px solid #f4318a !important;
    color: #f4318a !important;
}

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

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

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

.sitemap-content #cont a {
    color: #f4318a !important;

}

.sitemap-content #cont a:after {
    background: #f4318a !important;
}

.sitemap-content #cont a:before {
    border-top-color: #f4318a !important;
    border-right-color: #f4318a !important;
}

#footer {
    background-color: #f4318a !important;
}

#cont h2 {
    background-color: #f4318a !important;
}

.sitemap-logo-boxs {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.sitemap-content {
    margin-top: 70px !important;
}




.pages .active span {
    background-color: #f4318a !important;
}




.sitemap-content,
.privacy-main {
    padding-top: 20px !important;
}


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

.sitemap-logo-boxs h1 span {
    color: #fff !important;
}

.entry a,
.artic_content a {
    color: #f4318a !important;
}

/* 
body{
	overflow-x: hidden !important;
} */

.web_main>.flexStart {
    align-items: flex-start;
}

.h-title-new-search {
    display: none !important;
}

.search-product-detail .tab-panel-wrapqq {
    padding-top: 0 !important;
    margin-top: 40px !important;
}

.mx_tit_02 {
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: white;
    padding: 15px 10px;
    background-color: #000000;
}


.innerPro_details_title,.innerPro_details_title p,.innerPro_details_title h3 {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    font-style: normal;
    margin-bottom: 30px;
    line-height: 1;
    text-transform: uppercase;
}


@media only screen and (max-width:1806px) {
     .innerPro_details_title,.innerPro_details_title p,.innerPro_details_title h3{
        font-size: 36px;
    }
}

@media only screen and (max-width:1266px) and (min-width:950px) {
    .innerPro_details_title,.innerPro_details_title p,.innerPro_details_title h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width:950px) {
    .innerPro_details_title,.innerPro_details_title p,.innerPro_details_title h3 {
        font-size: 18px;
    }
}

.con_proImg img{
    height: 100% !important;
}



/* 新增 */

/* home_advantage */
.home_advantage{}







.home_advantage.flex , .home_advantage .flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}
 .flexSpaceBe {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
}
 .flexWrap {
    flex-wrap: wrap;
    -webkit-box-flex: wrap;
    -webkit-flex-wrap: wrap;
    -moz-box-flex: wrap;
    -ms-flex-wrap: wrap;
}
.advantage_inner{padding: 3% 0 0;}

.advantage_num{width: 26%; padding-bottom: 30px;}
.advantage_num .number{position: relative; font-size: 160px; font-family: 'DIN-Bold';  color: #0E0E0E; z-index: 0; padding: 0 0 12% 6%; line-height: 1;}
.advantage_num .number::before{position: absolute; left: 0; bottom: 0; width: 130px; height: 130px; background: #f4318a; content: ''; z-index: -1;}
.advantage_num .title{font-size: 22px; font-weight: bold; text-transform: uppercase; line-height: 1.5; margin-top: 20px;}

.advantage_ul{width: 66%;}
.advantage_ul li{width: 48.5%;    align-items: start;}
.advantage_ul li:nth-child(n+3){margin-top: 12%;}
.adv_item .adv_pic{overflow: hidden; position: relative; z-index: 0; padding: 12px 5px 0 0; margin-right: 20px;}
.adv_item .adv_pic::before{position: absolute; top: 0; right: 0; width: 45px; height: 45px; border-radius: 4px; background: #f4318a; content: ''; z-index: -1;}
.adv_item .adv_pic img{display: block; height: 80px; width: 80px;}

.adv_info{flex: 1;}
.adv_info .title{display: block; margin: 5px 0 15px; font-size: 20px; font-weight: bold; text-transform: uppercase;}
.adv_info .txt{display: block; color: #666; line-height: 1.75;  height: calc(1.75em * 2); overflow-y: auto;}

.adv_item:hover .adv_pic img{animation: swing 0.5s;}
.adv_item:hover .adv_info .title{}

.advantage_inner:nth-child(2n) .advantage_num{
    order: 2;
}

@media only screen and (max-width: 1450px) {
	.advantage_num .number{font-size: 130px;}
	.advantage_num .number::before{width: 110px; height: 110px;}
	.advantage_num .title{font-size: 30px;}
}
@media only screen and (max-width: 1350px) {
	.advantage_num .number{font-size: 100px;}
	.advantage_num .number::before{width: 90px; height: 90px;}
	.advantage_num .title{font-size: 26px;}
}
@media only screen and (max-width: 1200px) {
	.advantage_num .number{font-size: 80px; padding: 0 0 10% 6%;}
	.advantage_num .number::before{width: 65px; height: 65px;}
	.advantage_num .title{font-size: 24px;}
	.advantage_ul li:nth-child(n+3){margin-top: 6%;}
	.adv_info .title{font-size: 22px;}
}
@media only screen and (max-width: 950px) {
    .history_add{
        display: none !important;
    }
	.advantage_inner{flex-direction: column;}
	.advantage_num{width: 100%; margin-top: 15px; padding-bottom: 0;}
	.advantage_ul{width: 100%;}
	
	.advantage_num .number{font-size: 64px; padding: 0 0 15px 32px;}
	.advantage_num .number::before{width: 76px; height: 76px;}
	.advantage_num .title{font-size: 20px;}
	
	.adv_info .txt{max-height: unset;}
	.advantage_ul{flex-direction: column; padding: 0;}
	.advantage_ul li{margin: 24px 0 0; width: 100%; align-items: center;}
	.advantage_ul li:nth-child(n+3){margin-top: 24px;}
	.adv_info .title{margin: 0 0 10px; font-size: 20px;}
	
	.adv_item .adv_pic{padding: 6px 2px 0 0;}
	.adv_item .adv_pic::before{width: 28px; height: 28px;}
	.adv_item .adv_pic img{width: 52px; height: 52px;}
    .advantage_inner:nth-child(2n) .advantage_ul{
    order: 2;
}

}


.slider_banner .swiper-pagination{
    position: absolute;
    bottom: 10px;
        z-index: 1;
        padding: 0;
        max-width: 370px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-around;
}

.slider_banner .swiper-pagination-bullet{
       width: 50px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    background: rgba(51, 51, 51, 0.3);
}

.slider_banner .swiper-pagination-bullet-active{
       background: rgba(244, 49, 138, 0.3);
}








.web_head.fixed-nav{
    background: rgb(163 37 95 / 70%) !important
}
.nav_wrap .head_nav li ul {
     background: rgb(214 27 113 / 90%)!important
}


.nav_wrap .head_nav li ul li a:hover{ background: rgb(255 248 251 / 70%);
    color: #f4318a;}



    .nav_wrap .head_nav>li:nth-child(3)>ul{
         top: 34px;
    }
    .nav_wrap .head_nav>li:nth-child(4)>ul{
         top: 38px;
    }

    .tetop {
  /* width: 300px;          */
  height: 40px;       
  overflow: hidden;      background: #d00461;
  /* border: 1px solid #ccc; */
  color: #fff;
}

.saySwiper {
  height: 100%;
}

.saySwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;    font-family: Chaparral Pro-Bold;
}
@media only screen and (max-width: 950px){
.tetop{
    margin-top: 50px;
}
}
 
#index_scrollsidebar ul li .show0 {
    right: 63px !important;
}

#index_scrollsidebar ul li .sli_img img {
    
    max-width: 100%;
    width: 100%;
    
}

.sli_swiper {
    margin: 6px;
}
#index_scrollsidebar ul li .show0.sli_img{
    display: block !important; width: 200px;
   height: 0;overflow: hidden;padding: 0 !important;
}
#index_scrollsidebar ul li:hover .show0.sli_img{
     height: auto; 
}


.sli_swiper .swiper-button-next,
.sli_swiper .swiper-button-prev {
   
    width: 30px;
    height: 30px;
   
    top: 50%;
   transform: translateY(-50%);
    opacity: 1;margin-top: 0;
   
}





#index_scrollsidebar {
    top: 50%;
    right: 20px;
    transition: all ease-in-out 1s;
    /* visibility: hidden; */
    opacity: 1;
    position: fixed;
    /* transform: translateY(-50%);*/
	z-index:99999
}

#index_scrollsidebar ul li {
    width: 62px;
    height: 62px;
    background-color: #f4318a;
    border-radius: 10px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#index_scrollsidebar ul li .show0 {
    position: absolute;
    background-color: #f4318a;
    padding: 6px;
    border-radius: 8px;
    right: 80px;
    top: 50%;
    transition: all ease-in-out .5s;
    transform: translateY(-50%);
    display: none
}

#index_scrollsidebar ul li .show0, #index_scrollsidebar ul li .show0 a {
    font-size: 16px;
    color: #fff;
    text-wrap: nowrap
}

#index_scrollsidebar ul li:hover .show0 {
    display: block
}

#index_scrollsidebar ul li>a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center;
}

#index_scrollsidebar ul li img {
    border: none;
    vertical-align: middle;
    max-width: 50%;
}

#index_scrollsidebar .gototop {
    background-color: #333
}
#index_scrollsidebar .gototop .s_smooth{
	 display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center;
}
#index_scrollsidebar .gototop .s_smooth img{
    width: 23px;
}
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background: var(--conmmonSideColor-color);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--conmmonSideColor-color);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: #fff
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

@media only screen and (max-width: 1024px) {
    #index_scrollsidebar {
        display: none;
    }
}
.fix_slide_foot{display:none;background: var(--conmmonSideColor-color);position:fixed;width:100%;bottom: 0;flex-wrap: nowrap;flex-direction: row;justify-content: space-evenly;align-items: stretch;height: 50px;z-index: 111;}
.fix_slide_foot li{
   border-right:1px solid white;
   display: flex;
   width: 100%;
   align-items: center;
   justify-content: center;
   align-content: center;
}
.fix_slide_foot li:last-of-type(){border-right:none;}
.fix_slide_foot li a[title = email] img{height:30px}
.fix_slide_foot li a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.fix_slide_foot li img{
    height: 30px;
    width: auto;
}
@media only screen and (max-width: 1023px) {
	.fix_slide_foot {
		display:flex;
	}
	body{
		padding-bottom:50px
	}
}