@charset "utf-8";

html {
    font-size: 625%;
}

body {
    background-color: #fff;
    font-size: 14px;
}

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 {
    color: #575f65;
    font-family: Arial;
    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 {
    max-width: 100%;
    border: none;
    vertical-align: middle;
    width: 100%;
}

li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    color: #e60012;
    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 {
    padding: 0;
    border: none;
}

hr {
    margin: 15px 0 15px 0;
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
}

a:active,
select,
input,
textarea {
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

/*-------------------------------
			font start
			----------------------------------*/
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'fontawesome';
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot");
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Font-Awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/Font-Awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/Font-Awesome/fontawesome-webfont.svg#fontawesomeBold") format("svg");
    font-display: fallback;
}

@font-face {
    font-family: Arial;
    src: url('../fonts/Arial/ARIAL.TTF');
}

@font-face {
    font-family: Arial-Bold;
    src: url('../fonts/Arial/ARIALBD.TTF');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
}


/*-------------------------------
			font end
			----------------------------------*/
/* clear floating */
.clearfix:after,
.layout:after,
.sys_row:after,
.web_main:after,
.page_main:after,
.nav_wrap .head_nav:after,
.items_list ul:after,
.product_items:after,
.promote_list:after,
.cate_items ul:after,
.web_head .logo:after,
.product-intro:after,
.detail-tabs:after,
.foot_bottom:after,
.news_cell:after,
.sys_row:after,
.banner_navigate_button:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}

.clearfix,
.layout,
.sys_row,
.clearfix,
.layout,
.sys_row,
.flex_row,
.web_main,
.page_main,
.nav_wrap .head_nav,
.items_list ul,
.product_items,
.promote_list,
.cate_items ul,
.web_head .logo,
.product-intro,
.detail-tabs,
.foot_bottom,
.sys_row,
.banner_navigate_button {
    zoom: 1;
}

.clear {
    clear: both;
}

.category_tab_wrap .product_items:after {
    display: none;
}

/* layout */
body {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
}

.layout {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

@media (max-width:1200px) {
    .layout {
        width: 95%;
    }
}

.z9999 {
    z-index: 9999 !important;
}

.hide {
    display: none;
}



/*gotop*/
.gotop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 99999;
    visibility: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    background-color: #ab2b35;
    background-clip: content-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    color: #ffffff;
    text-align: center;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -ms-transform: translateY(100%);
}

.gotop:hover,
.gotop.active:hover {
    background-color: #e60012;
    color: #fff;
}

.gotop.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -ms-transform: none;
}

.gotop:before,
.gotop em {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.gotop em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    filter: alpha(opacity=0);
    -ms-transform: translateY(10px);
}

.gotop:before {
    display: block;
    content: '\f176';
    font-family: 'fontawesome';
}

.gotop:hover em {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    filter: alpha(opacity=100);
    -ms-transform: none;
}

.gotop:hover:before {
    opacity: 0;
    -webkit-transform: translateY(-15px) scale(.5);
    -o-transform: translateY(-15px) scale(.5);
    transform: translateY(-15px) scale(.5);
    -ms-transform: translateY(-15px) scale(.5);
    filter: alpha(opacity=0);
}

/* transition */
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li>a:before,
.head_nav b:after,
.product_item figure,
.gotop,
.product-item .item-img img,
.product_item .item_img img,
.product_item .item_img a,
.product_item,
.product_item .item_img a:before,
.product_item .item_img a:after,
.product_item .item_img:after,
.product-btn-wrap a,
.web_head,
.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,
.head_sns li img,
.side_product_item .add-friend,
.side_product_item .add-friend:after,
.side-product-items .btn-prev,
.side-product-items .btn-next,
.blog-item:after,
.product-button-prev,
.product-button-next,
.company_subscribe .button:after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.head_nav>li>a:before,
.head_nav>li>a:after,
.icon-cate,
.foot_txt_list li a:before,
.web_footer .button:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.company_subscribe .button .button_txt,
.company_subscribe .button .button_ico {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

figcaption,
img,
.product_item a:after,
a,
.nav_wrap .nav_btn_close,
.index_main .product_item figure,
.foot_item.foot_nav .fot_tit:before,
.foot_item.foot_nav .fot_tit:after,
.feature_product_item .feature_imgbg,
.feature_product_item .feature_imgpd img,
.goods-may-like .navigate_button_next:before,
.goods-may-like .navigate_button_prev:before,
.advantage_items .advantage_item,
.advantage_img:before,
.feature_item .img_item img,
.feature_item .feature_title,
.feature_prev,
.feature_next,
.side-cate>li>a {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

/*hover*/

/* grid */
.sys-layer {
    margin: 0 auto;
}

.sys-row {
    margin: 0 -8px;
}

.sys-col {
    float: left;
}

.sys-col-inner {
    margin: 0 8px;
}

.sys-col-md {
    float: left;
}

.sys-col-md-12 {
    width: 100%;
}

.sys-col-md-11 {
    width: 91.66666667%;
}

.sys-col-md-10 {
    width: 83.33333333%;
}

.sys-col-md-9 {
    width: 75%;
}

.sys-col-md-8 {
    width: 66.66666667%;
}

.sys-col-md-7 {
    width: 58.33333333%;
}

.sys-col-md-6 {
    width: 50%;
}

.sys-col-md-5 {
    width: 41.66666667%;
}

.sys-col-md-4 {
    width: 33.33333333%;
}

.sys-col-md-3 {
    width: 25%;
}

.sys-col-md-2 {
    width: 16.66666667%;
}

.sys-col-md-1 {
    width: 8.33333333%;
}

.sys_row {
    margin-right: -15px;
    margin-left: -15px;
}

.sys_col {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

/* float */
.sys_fl {
    float: left !important;
}

.sys_fr {
    float: right !important;
}

/* flex */
.flex_row,
.items_list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_row_nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/* button */
.sys_btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: .2em 2em .2em 1em;
    min-width: 150px;
    border: 2px solid #e60012;
    background-color: #f9f9f9;
    color: #333 !important;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -.1em;
    font-size: 22px;
    line-height: 2;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    user-select: none;
    -ms-transform: scale(1);
}

.sys_btn:hover {
    background-color: #e60012;
    color: #fff !important;
}

.sys_btn:after {
    position: absolute;
    top: 50%;
    right: 1.5em;
    margin-top: -.6em;
    content: '\f04b';
    font-size: 12px;
    font-family: 'fontawesome';
    line-height: 1.2em;
}


/* placeholder */
input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .71);
}

input:-moz-placeholder {
    color: rgba(0, 0, 0, .71);
}

input::-moz-placeholder {
    color: rgba(0, 0, 0, .71);
}

input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .71);
}

/* box-sizing */
.index_promote,
.company_subscribe .button,
.nav_wrap,
.product_item .item_img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}

/* font-family */
.search-btn,
.side-cate li .icon-cate:before,
.product-btn-wrap a:before,
.mobile-head-item .title:before,
.head_nav>li:after,
.head_nav li b:after,
.download-item .item-button:before,
.faq-item .faq-title:before {
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "fontawesome";
    speak: none;
}

.fa:before,
.btn_more:after,
.sys_btn:after,
.head-search .search-btn:before,
.swiper-button-next:before,
.swiper-button-prev:before,
.side-product-items .btn-prev:before,
.side-product-items .btn-next:before,
.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.company_subscribe .button:after {
    font-family: 'fontawesome';
}

/*flex_row*/
.flex_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex {
    display: flex;
    justify-content: center;
}




@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    40% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    80% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    40% {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    60% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    80% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    to {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}






.fixed {
    background-color: #191919;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------------------------
                询盘表单  start
    ----------------------------------------------*/
.inquiry-pop-bd .content-wrap.form .ch_form_wrap ul input,
.inquiry-pop-bd .content-wrap.form .ch_form_wrap ul textarea {
    border-left: 3px solid #CF6B0A;

}

.inquiry-pop-bd .content-wrap.form .ch_form_wrap .item_submit input {
    background-color: #CF6B0A;
}

.sitemap-logo-boxs>.sep-container>h2>a:hover {
    color: white;
    text-decoration: underline;
}

#cont>ul>li>a {
    /* text-transform: capitalize; */
}

#cont ul li{font-family: Arial;}
#footer .cont{font-family: Arial;}

#cont h2 {
    background: #CF6B0A !important;
}

#cont>ul>li>ul>li>a {
    color: #CF6B0A !important;
}

#cont>ul>li>ul>li>ul>li>a {
    color: #CF6B0A !important;
}

#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: #CF6B0A !important;
    border-right-color: #CF6B0A !important;
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline
}

#footer {
    background: #CF6B0A !important;
}

/*------------------------
                询盘表单  end
    ----------------------------------------------*/
/*-----------------------------右下角表单-----------------------------*/
.c-chat-button {
    background: #fff;
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.1);
    padding: 13px 12px;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    bottom: 46px;
    right: 55px;
    border-radius: 30px;
}

.c-chat-button svg {}

.c_chat_form {
    padding: 48px 35px;
    background: #fff;
    min-width: 360px;
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 25px;
    left: 25px;
    bottom: 18px;
    z-index: 9999;
    padding-top: 16px;
    transition: all ease-in-out .3s;
    /* display: none; */
    display: block;
    border-radius: 10px;
    padding-bottom: 10px;
}

.c_chat_form .l {
    float: left
}

.c_chat_form .r {
    float: right
}

.c_chat_form .t_top {
    color: #293593;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.c_chat_form .t_top::after {
    content: '\f106';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    font-family: fontawesome;
    font-size: 16px;
    color: #293593;
    transform: translateY(-50%);
    transition: all ease-in-out .5s;
}

.c_chat_form .t_top .t_close {
    width: 23px;
    display: block;
    float: right;
}


.c_chat_form .item {
    margin-bottom: 20px;
    clear: both;
}

.c_chat_form .item_half {
    width: 49%;
    clear: inherit;
}

.c_chat_form .item input,
.c_chat_form .item textarea {
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 100%;
}


.c_chat_form .item .b_btn {
    -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
    padding: 0;
    color: #293593;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    cursor: pointer;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    height: 40px;
    text-align: center;
}

.c_chat_form .item .b_btn:hover {
    background: #293593;
    color: #fff;
}

.form-active .t_top::after {
    transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 768px) {
    .c_chat_form {
        left: auto;
        right: 10px;
        bottom: -407px;
    }
}

/*----------------------------右下角表单 end------------------------------*/


/*==============web_head=================*/
.web_head {
    position: relative;
    z-index: 999;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    background-color: #FFF;
}

.web_head .header_layout {
    position: relative;
    width: 1660px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
}

.fixed .header_layout {
    margin-top: 0;
}

@media (max-width:1660px) {
    .web_head .header_layout {
        width: 95%;
        /* padding: 20px 0; */
    }
}

.web_head .btn--search {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


.web_head .btn--search:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url(../img/search.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




/*nav_wrap*/



.web_head .logo img {
    width: auto;
    max-height: 100px;
    min-width: 160px;
}

.fixed.web_head .logo img {
    max-height: 70px;
}

.web_head .logo .sj-logo {
    display: none;
}

.mobile-head-items {
    display: none;
}

.web_head .change-language {
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding-left: 25px;
}

.web_head .change-language:before {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 0;
    bottom: 30%;
    width: 1px;
    height: 16px;
    background: #BCBCBC;

}

.web_head .change-language-title {
    position: relative;
}

.change-language-title.medium-title a {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
}

.web_head .change-language .change-language-cont {
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

/*nav*/
.web_head .nav_wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    -webkit-display: flex;
    flex: auto;
    -webkit-flex: auto;
    align-items: center;
    -webkit-align-items: center;
}

.web_head .nav_wrap .head_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* 
@media (max-width:1100px) {
    .web_head .nav_wrap .head_nav {
        margin-left: 10%;
    }
} */

.mobile-operate-box {
    display: none;
}

.head_nav li,
.head_nav li a {
    letter-spacing: -.5px;
    color: #665e5e;
    font-size: 15px;
    font-weight: normal;
}

.head_nav>li {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}

@media (max-width:1400px) {
    .head_nav>li {
        padding: 0 10px;
    }
}

@media (max-width:1300px) {
    .head_nav>li {
        padding: 0 5px;
    }
}

.head_nav>li.has-child a {
    padding-right: 20px;
}

.head_nav>li>a {
    position: relative;
    display: inline-block;
    font-family: 'Arial';
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    padding: 10px 0;
    white-space: nowrap;
    text-transform: capitalize;

    white-space: nowrap;
}

@media (max-width:1400px) {
    .head_nav>li>a {
        padding: 10px;
    }

}

@media (max-width:1300px) {
    .head_nav>li>a {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .head_nav>li>a {
        padding: 20px 5px;
        font-size: 16px;
    }

    .head_nav>li {
        padding: 0 5px;
    }

    .fixed .head_nav>li {
        padding: 0 5px;
    }
}

.head_nav li a b {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.head_nav li a b:before {
    content: '\f0d7';
    font-family: 'fontawesome';
    color: #999999;
}

.head_nav li ul {
    position: absolute;
    left: 20px;
    display: block;
    width: 230px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    opacity: 0;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.head_nav li ul::before {
    content: '';
    position: absolute;
    left: 0;
    width: 230px;
    height: 2px;
    background: linear-gradient(to right, #CC661B 2%, #EDB32D);
    z-index: 999;
}

.head_nav>li ul li {
    position: relative;
    line-height: 37px;
    border-bottom: 1px solid #d4d4d4;
    transition: all 0.3s ease-out;

}

.head_nav>li ul li a {
    position: relative;
    display: block;
    color: #333;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 10px;
}

.head_nav>li.nav-current ul li a {
    color: #333;
}

.head_nav>li ul li.nav-current a {
    color: #FFFFFF;
    background-color: #E7780D;
    border: none;
}
.head_nav>li.nav-current ul li.nav-current a {
    color: #FFFFFF;
    background-color: #E7780D;
    border: none;
}

.head_nav>li.nav-current ul li.nav-current a {
    color: #FFFFFF;
    background-color: #E7780D;
}

.head_nav>li>ul li a:hover {
    color: #FFFFFF;
    background-color: #E7780D;
}

.head_nav>li ul li a b:before {
    content: '\f105';
}

.head_nav li ul ul {
    top: 0px;
    left: 100%;
    margin-left: 2px;
    border-radius: 3px;
}

.head_nav li.menu_show>ul {
    display: block;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.head_nav>li>a:after {
    content: '';
    position: absolute;
    /* 应用动画 */
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #D06D1B, #EBAE2B);
}

.head_nav li.nav-current>a:after {
    content: '';
    position: absolute;
    /* 应用动画 */
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #D06D1B, #EBAE2B);

}

.head_nav>li>a:hover:after {
    width: 100%;

}

.head_nav li.nav-current>a {
    color: #CF6B0A;
}



.head_nav>li>a:hover {
    color: #CF6B0A;
}

.head_nav>li>a:hover b {
    -webkit-transform: rotateX(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%)rotate(180deg);
}

.operate-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.operate-box .head_phone {
    margin-right: 25px;
}

.operate-box .head_phone b {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #CF6B0A;
    background-image: url(../img/phone.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    padding: 15px;
    margin-right: 10px;
}

.operate-box .head_phone p {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: center;
}

.operate-box .head_phone a {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    line-height: 28px;
}

.operate-box .head_phone a:hover {
    text-decoration: underline;
}

/*-------------------------------
			language  start
			----------------------------------*/
/*-------------------------------
			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;
    display: flex;
    flex-direction: column;
}



.change-language .change-language-title a:after {
    display: inline-block;
    padding-left: 2px;
    content: "\f107";
    color: #333333;
    font-size: 18px;
    font-family: 'fontawesome';
}

.change-language:hover .change-language-title a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.change-language .change-language-cont {
    position: absolute;
    top: 67px;
    right: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    overflow-y: scroll;
    padding: 20px 10px 20px 20px;
    width: 360px;
    max-height: 80vh;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #FFF;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale3d(0.9, 0.9, 1);
    -ms-transition: all 0.3s ease-in-out;
}

.change-language:hover .change-language-cont {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.change-language .change-language-cont li {
    display: inline-block;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 10px 0 0;
    width: 100%;
    vertical-align: top;
    font-size: 10pt;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.change-language .change-language-cont li a:hover {
    color: #e60012;
}

.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;
    line-height: 30px;
    cursor: pointer;
}

.change-language .change-language-cont .more-active {
    font-size: 20px;
}

.change-language .change-language-title .language-flag span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    zoom: 1;
    padding-left: 10px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.language-flag span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    zoom: 1;
    padding-left: 10px;
    font-family: 'Arial-Regulars';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.change-language ::-webkit-scrollbar {
    width: 5px;
}

.change-language ::-webkit-scrollbar-track {
    background-color: #fff;
}

.change-language ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .3);
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block;
}

.change-language-title .language-flag .language--img {
    display: inline-block;
    width: 21px;
    height: 21px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: none;
}



.web_head .change-language-title .language-flag .language--img:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    /* background-image: url(../img/language.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

li.language-flag a {
    position: relative;
}

.language-flag-af .country-flag {
    background-position: 0 0 !important;
}

.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;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
}

.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;
}

/*-------------------------------
                        language  end
                        ----------------------------------*/

/*-------------------------------
			search  start
			----------------------------------*/
.container {
    min-height: 100vh;
}

.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;
    visibility: hidden;
}

.web-search .btn--search-close {
    display: inline-block;
    font-size: 1.8em;
    border-radius: 50%;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
    background-image: url(../img/search_btn_close.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 35%;
    background-size: auto 35%;
    background-color: #ccc;
    width: 42px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.web-search .btn--search-close:hover {
    background-color: #CF6B0A;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.js .btn--search-close {
    display: block;
}

.web-search .search-ipt {
    font-family: inherit;
    line-height: 1em;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #333;
    border-bottom: 3px solid;
    font-size: 20px;
}

.web-search .search-ipt::-webkit-input-placeholder {
    color: #333;
    font-weight: bold;
}

.web-search .search-ipt::-moz-placeholder {
    opacity: 1;
    color: #333;
    font-weight: bold;
}

.web-search .search-ipt:-ms-input-placeholder {
    color: #333;
    font-weight: bold;
}

.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: #333;
}

.js .container {
    position: relative;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.js .main-wrap--move {
    height: 100vh;
}

.js .web-search {
    pointer-events: none;
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.web-search .btn--search-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.search--open .btn--search-close {
    opacity: 1;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-animation: bounceInA 1s ease;
    -o-animation: bounceInA 1s ease;
    animation: bounceInA 1s ease;
}

.search__suggestion,
.web-search .search-attr {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 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: 20px;
}

.js .web-search .search-ipt {
    font-size: 60px;
    font-weight: bold;
    border-bottom-width: 1px;
    padding: 15px 0;
    -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;
    opacity: 0;
    text-transform: uppercase;
}

.js .web-search .search-ipt,
.web-search .search-attr {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.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);
    opacity: 1;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.js .search--open .search-btn {
    display: none !important;
}

.web-search .search-attr {
    padding-bottom: 0;
}

.js .web-search {
    width: 70%;
    height: 240px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0;
    margin: auto;
    border-radius: 8px;
    z-index: 100001;
}

.js .web-search::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.98);
    background-color: #fff;
    -webkit-transform: translateY(-30%) scale(1, 0);
    -ms-transform: translateY(-30%) scale(1, 0);
    -o-transform: translateY(-30%) scale(1, 0);
    transform: translateY(-30%) scale(1, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.js .search--open::before {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.main-wrap--move:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
}

/*-------------------------------
                        search  end
                        ----------------------------------*/
/*-----------------------------------------
           分隔符 start
    ----------------------------------*/
.delimiter img {
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -177.5px;
    width: 355px;
    height: 20px;
}

/*-----------------------------------------
           分隔符 end
    ----------------------------------*/

/*------------------------------------
                        web_foot start
-------------------------------------------------*/
/*web footer*/
.web_footer {
    position: relative;
    padding-top: 45px;
}

.foot_top {
    position: absolute;
    top: -100px;
    width: 100%;
    background: linear-gradient(to right, #CC661B 2%, #EDB32D);
    box-shadow: 0px 11px 15px 1px rgba(0, 0, 0, 0.27);
    z-index: 100;
}

.foot_top .top_wrap {
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
}

.foot_top .foot_info {
    justify-content: space-between;
    align-items: center;
}

.foot_email {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;

}

.foot_email,
.foot_email a {
    font-family: 'Arial';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.foot_email span {
    font-family: 'Arial';
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.foot_email a:hover {
    text-decoration: underline;
}

.foot_email b {
    display: inline-block;
    content: '';
    width: 32px;
    height: 24px;
    background-image: url(../img/foot_email.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.foot_phone {
    display: flex;
    align-items: center;
    justify-content: center;

}

.foot_phone,
.foot_phone a {
    font-family: 'Arial';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.foot_phone span {
    font-family: 'Arial';
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    text-decoration: none !important;
}

.foot_phone a:hover {
    text-decoration: underline;
}

.foot_phone b {
    display: inline-block;
    content: '';
    width: 34px;
    height: 33px;
    background-image: url(../img/foot_phone.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.foot_input form {
    position: relative;
}

.foot_input .Newsletter {
    height: 45px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 18px;
}
.foot_input .submit_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 0;
    background-image: url(../img/foot_send.png);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    color: transparent;
}

.foot_input .Newsletter::placeholder {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.foot_media li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 7px;
    background: #FFFFFF;
    margin-left: 15px;
    transition: all 0.5s ease;
}

.foot_media li:hover {
    background-color: rgba(256, 256, 256, .8);
    animation: swing 0.5s
}

.foot_media li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 1200px) {
	.foot_top .top_wrap{padding: 30px;}
    .foot_email, .foot_phone{margin-right: 26px;}
}


.foot_bottom {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 100px;
    margin-top: -50px;
    background: #313131;
    z-index: 99;
    display: block;
}


.foot_wrap {
    justify-content: flex-start;
    padding-top: 40px;
}

.foot_item_info .foot_logo {
    margin-bottom: 30px;
    display: inline-block;
}

.foot_item_info .foot_logo img {
    max-width: 110px;
}

.foot_item_info .text {
    font-family: 'Arial';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.foot_bottom a {
    font-family: 'Arial';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.foot_bottom a:hover {
    text-decoration: underline;
    color: #E7780D;
}

.foot_bottom>li:hover a {
    text-decoration: underline;
}

.foot_item {
    position: relative;
    float: left;
}

.foot_item.foot_item_info {
    width: 30%;
}

.foot_item.foot_item_project {
    width: 25%;
    margin-right: 20px;
}

.foot_item.foot_item_link {
    width: 16%;
    margin-left: 55px;

}

.foot_item.foot_item_map {
    width: 30%;
    margin-right: 0;
}

.foot_item.foot_item_map img {
    max-width: 100%; display: block;
}

.foot_item.foot_item_map .map_div{position: relative;}

.point, .point::before, .point::after {
	position: absolute; width: 6px; height: 6px; border-radius: 50%; content: '';
}

@keyframes scale {
	0% {
		transform: scale(1); opacity: .9;
	}
	100% {
		transform: scale(5); opacity: 0;
	}
}

@keyframes scale2 {
	0% {
		transform: scale(1); opacity: .9;
	}
	100% {
		transform: scale(10); opacity: 0;
	}
}

.point, .point::before, .point::after {
	background: #E7780D; cursor: pointer;
}
.point:hover::before {
	animation: scale 2s infinite;
}
.point:hover::after {
	animation: scale2 2s infinite;
}
.point p {
	font-family: 'MyriadPro-Regular'; font-weight: 400; font-size: 16px;
	color: #E7780D; padding-top: 8px; line-height: 26px; position: absolute;
	left: 50%; transform: translateX(-50%); opacity: 0;
	transition: all 0.3s ease-in-out; white-space: nowrap; cursor: pointer;
	pointer-events: none;
    border: 1px solid #aaa;
    background: rgba(255, 255, 255, 0.75);
    z-index: 100;
    padding: 0px 10px 2px;
    border-radius: 3px;
    margin-top: 8px;
}
.point:hover p {opacity: 1; pointer-events: auto;}

.foot_item .title {
    position: relative;
    font-family: 'Arial-Bold';
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.foot_item.foot_item_project ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.foot_item.foot_item_project ul li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.foot_item.foot_item_project ul li::before {
    content: '●';
    position: absolute;
    top: 5px;
    left: 0;
    font-family: 'Arial';
    font-weight: normal;
    font-size: 14px;
    color: #D57012;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.foot_item.foot_item_project ul li a {
    margin-left: 5px;
}

.foot_item.foot_item_link ul li {
    margin-bottom: 10px;
}


.copyright,
.copyright a {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 34px;
}

.copyright {
    position: relative;
    padding: 0 0 15px 0;
    background: #313131;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: right;
    border-top: 1px solid #414141;
}

.copyright .copyright_wrap {
    padding-top: 20px;
    width: 100%;
    justify-content: flex-start;
}

.copyright a:hover {
    text-decoration: underline;
    color: #D57012;
}



/*------------------------------------
                        web_foot end
-------------------------------------------------*/

.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(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        -ms-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        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, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        -ms-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        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(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        -ms-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRightA {
    -webkit-animation-name: fadeInRightA;
    animation-name: fadeInRightA
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes OrangePulse {
    0% {
        background-color: rgba(210, 174, 109, .2);
        -webkit-box-shadow: 0 0 10px #d2ae6d
    }

    50% {
        background-color: #d2ae6d;
        -webkit-box-shadow: 0 0 10px #d2ae6d
    }

    to {
        background-color: rgba(210, 174, 109, .2);
        -webkit-box-shadow: 0 0 10px #d2ae6d
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    40% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    80% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    40% {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    60% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    80% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    to {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-20%)
    }

    50% {
        -webkit-transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(-10%)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes jump {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-20%)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-10%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceInA {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceInA {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceInA {
    -webkit-animation-name: bounceInA;
    animation-name: bounceInA;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        -ms-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDownA {
    -webkit-animation-name: fadeInDownA;
    animation-name: fadeInDownA
}

@keyframes fadeInA {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeInA {
    -webkit-animation-name: fadeInA;
    animation-name: fadeInA
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes zoomInDown {
    0% {
        height: 0;
        opacity: 0
    }

    to {
        height: 100%;
        opacity: 1
    }
}

@keyframes zoomInDown {
    0% {
        height: 0;
        opacity: 0
    }

    to {
        height: 100%;
        opacity: 1
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInA {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInA {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6)
    }

    50% {
        opacity: 1
    }
}


/*---------------------------------------------------
                                path bar
----------------------------------------------------------*/


.lbanner-pp {
    position: relative;
}


.lbanner-pp .layout {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lbanner-pp .title {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 96px;
    color: #FFFFFF;
    line-height: 113px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 2%;
}

.lbanner-pp .lbanner-text {
    width: 100%;
}

.lbanner-pp .lbanner-img {
    width: 35%;
    position: absolute;
    right: 0;
    top: -90px;
}

.lbanner-pp .lbanner-img .img {
    padding-top: 84%;
}

.lbanner-pp .lbanner-text .title {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 70px;
    color: #CF6B0A;
    line-height: 87px;
    text-transform: none;
    text-align: left;
    text-transform: capitalize;
}

.lbanner-pp .lbanner-text .title span {
    color: #CF6B0A;
}

.lbanner-pp .lbanner-text .detail {
    height: 100px;
    overflow-y: auto;
    width: 84%;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}

.lbanner-pp .lbanner-text .lbanner_btn {
    margin-top: 43px;
}

.lbanner-pp .lbanner-text .lbanner_btn a {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 62px;
    padding: 0 40px;
    background-color: #CF6B0A;
    border-radius: 30px;
}

.lbanner-pp .lbanner-text .lbanner_btn a:hover {
    opacity: .5;
}

.lbanner-pp ul li a {
    color: #fff;
}

.lbanner-pp ul li:last-child a {
    color: #CF6B0A;
}



.lbanner-pp .path_bar ul {
    display: flex;
    flex-wrap: wrap;
}

.lbanner-pp .path_bar ul li {
    display: inline-block;
}



.lbanner-pp .path_bar ul li a {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 43px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.lbanner-pp .path_bar ul li::after {
    content: '>';
    color: #999999;
    font-size: 14px;
    margin: 0 8px;
}

.lbanner-pp .path_bar ul li:last-child:after {
    display: none;
}

.lbanner-pp .path_bar ul li:first-child a {
    color: #333333;
}

.lbanner-pp .path_bar ul li:hover a {
    text-decoration: underline;
}

.lbanner-pp .path_bar {
    margin-top: 2%;
    padding-top: 0;
}

.lbanner-pp.products-lbanner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.lbanner-pp.products-lbanner::after {
    content: '';
    display: inline-block;
    width: 50%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.lbanner-pp.products-lbanner .layout {
    position: relative;
    z-index: 20;
}

.lbanner-pp .lbanner-text .lbanner_btn a img {
    margin-right: 16px;
}

.lbanner-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 35px;
}

.lbanner_btn1 {
    margin-right: 38px;
    background: #CF6B0A;
}

.lbanner_btn1 a {
    display: inline-block;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
}

.lbanner_btn1 b {
    display: inline-block;
    background-image: url(../img/other/download.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.lbanner_btn2 {
    margin-right: 38px;
    background-color: #000000;
}

.lbanner_btn2 a {
    display: inline-block;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
}


@media (max-width:1100px) {

    .lbanner_btn2 a,
    .lbanner_btn1 a {
        padding: 10px;
    }
}

.lbanner_btn2 b {
    display: inline-block;
    background-image: url(../img/other/video-start.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 10px;
}


.path_bar ul li::after {
    content: '>';
    color: #333;
    font-size: 14px;
    margin: 0 8px;
}

.ibanner {
    position: relative;
    z-index: 99999;
    background-color: #000000;
    padding-top: 15%;
    padding-bottom: 0;
    margin-bottom: 5%;
}


.ibanner .layout .title {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.ibanner .path_bar ul {
    /*position: absolute;left: 0;bottom: 14px;*/
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}

.ibanner .path_bar ul li {
    display: inline-block;
}

.ibanner .path_bar ul li a {
    font-family: 'OpenSans-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.ibanner .path_bar ul li::after {
    content: '>';
    color: #333333;
    font-size: 14px;
    margin: 0 8px;
}

.ibanner .path_bar ul li:last-child:after {
    display: none;
}

.ibanner .path_bar ul li:last-child a {
    color: #CF6B0A;
}

.ibanner .path_bar {
    margin-top: 28%;
    padding-top: 0;
}

.path_bar ul li::after {
    content: '>';
    color: #333;
    font-size: 14px;
    margin: 0 8px;
}

/*---------------------------------------------------
                                path bar end
----------------------------------------------------------*/

/*----------------------------------aside---------------------------------*/
.main_wrap {
    justify-content: space-between;
}

.aside-box {
    width: 300px;
}

.side-tit-bar {
    position: relative;
    margin-bottom: 10%;
}

.side-tit-bar .side-tit {
    position: relative;
    padding: 16px 0;
}

.side-tit-bar .side-tit,
.side-tit-bar .side-tit a {
    position: relative;
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 24px;
    color: #CF6B0A;
    line-height: 40px;
    text-transform: none;
    text-align: left;
}

.side-tit-bar .side-tit:after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 8%;
    bottom: 0;
    width: 49px;
    height: 3px;
    background: #CF6B0A;
}

.side-tit-bar .side-tit .txt-impt {
    color: #da9d67;
    font-weight: bold;
}

.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}


.side-cate>li {
    padding: 10px 0;
    position: relative;
    line-height: 38px;
    font-size: .16rem;
}

.side-cate>li.active>a {
    color: #CF6B0A;
    text-decoration: underline;
}



.side-cate ul {
    display: none;
}

.side-cate li a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: .3rem;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    text-transform: none;
}

.side-cate li .icon-cate {
    display: inline-block;
    position: absolute;
    right: .1rem;
    top: .15rem;
    font-size: .11rem;
    cursor: pointer;
    line-height: .38rem;
    border-radius: 0;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.side-cate li .icon-cate.icon-cate:before {
    display: inline-block;
    font-family: "fontawesome";
    content: '\f105';
    font-size: 26px;
    color: #333333;
}

.side-cate li.li_active .icon-cate.icon-cate:before {
    color: #CF6B0A;
}

.side-cate li .icon-cate.icon-cate-up {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-cate li li {
    padding: 5px 0;
    padding-left: 20px;
}

.side-cate li li a {
    padding-right: 0;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 34px;
}

.side-cate li.active>.icon-cate {
    color: #000;
}

.side-cate li li.active>a {
    color: #CF6B0A !important;
    text-decoration: underline;
}



.side-cate li.nav-current>a,
.side-cate li>a:hover,
li.show_li>a {
    color: #CF6B0A;
    text-decoration: underline;
}

.side-cate li li.nav-current>.icon-cate,
.side-cate li li>.icon-cate:hover,
li.show_li>.icon-cate {
    color: #000;
}

.side-product-items {
    position: relative;
    padding: .5rem 0;
}

.side-product-items .items_content {
    position: relative;
}

.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.side_product_item figure {
    position: relative;
    display: table;
    width: 100%;
    height: .95rem;
    overflow: hidden;
}

.side_product_item .item-img,
.side_product_item figcaption {
    display: table-cell;
}

.side_product_item .item-img {
    width: .72rem;
    vertical-align: middle;
}

.side_product_item .item-img img {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #e3e3e3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.side_product_item figcaption {
    vertical-align: middle;
}

.side_product_item figcaption a {
    display: inline-block;
    line-height: .2rem;
    max-height: .4rem;
    overflow: hidden;
    padding-left: .15rem;
}

.side_product_item:hover .item-img {
    border-color: #CF6B0A;
}

.side_product_item .item-img:hover+figcaption a {
    color: #da9d67;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .2;
    filter: alpha(opacity=20);
}

.side-product-items .btn-prev {
    top: .2rem;
    background: url(img/side_product_up.png) no-repeat center center;
}

.side-product-items .btn-next {
    bottom: .2rem;
    background: url(img/side_product_down.png) no-repeat center center;
}

.side-product-items .disabled {
    display: block;
    opacity: .1;
    filter: alpha(opacity=1);
    cursor: default;
}

.side-product-items .btn-prev:not(.disabled):hover,
.side-product-items .btn-next:not(.disabled):hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

.aside .side-bn {
    max-width: 100%;
    margin: 0 0 25px 0;
}

.aside .side-bn img {
    max-width: 100%
}

.main {
    position: relative;
    width: calc(100% - 320px);
}

/*------------------------
                aside start
    ----------------------------------------------*/

/*------------------------
                page_bar start
    ----------------------------------------------*/
.page_bar {
    margin-top: 20px;
}

.page_bar ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_bar ul li {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1%;
    border-radius: 50%;
}.pages .active{
         background-color: #79b14c;
}
.pages .active span {
   background-color: none !important;
}

.page_bar ul li.next_btn {
    width: 72px;
    height: 35px;
    border: none;
    border-radius: unset;
    position: relative;
}

.page_bar ul li.next_btn::before {
    content: '';
    width: 14px;
    height: 20px;
    background-image: url(../img/page_next.png);
    background-repeat: no-repeat;
    background-size: 80%;
    margin-right: 5px;
}

.page_bar ul li.next_btn:hover a {
    color: #FFFFFF;
}

.page_bar ul li.prev_btn {
    width: 110px;
    height: 35px;
    border: none;
    border-radius: unset;
}

.page_bar ul li.prev_btn:after {
    content: '';
    width: 14px;
    height: 20px;
    background-image: url(../img/page_prev.png);
    background-repeat: no-repeat;
    background-size: 80%;
    margin-left: 5px;
}

.page_bar ul li.prev_btn:hover a {
    color: #FFFFFF;
}

.page_bar ul li.prev_btn:hover,
.page_bar ul li.next_btn:hover {
    background-color: transparent;

}

.page_bar ul li.prev_btn:hover a,
.page_bar ul li.next_btn:hover a {
    color: #000;
}

.page_bar ul li.page_icon {
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
}

.page_bar ul li a {
    display: inline-block;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

.page_bar ul li a:hover {
    text-decoration: underline;
}

.page_bar ul li .ellipsis {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    color: #000;
}

.page_bar ul li .ellipsis::before {
    content: '\f141';
    font-family: 'fontawesome';
}



.page_bar ul li:hover {
    background: #E7780D;

}

.page_bar ul li:hover b {
    font-size: 30px;
    color: rgba(256, 256, 256, 0.9);
}

.page_bar ul li.ellipsis_icon:hover b {
    font-size: 16px;
}

.page_bar ul li.page_icon:hover a {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.page_bar ul li.page_icon:hover b {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.page_bar ul li.current {
    /* 深绿色 */
    background: #E7780D;
}

.page_bar ul li.current a {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.page_bar ul li.current>span {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: rgba(256, 256, 256, 0.9);
    line-height: 22px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: transparent !important;
}

/*------------------------
                page_bar end
    ----------------------------------------------*/


/*------------------------
                common form start
    ----------------------------------------------*/
.common_form {
    margin-top: 5%;
}

.common_form .form_wrap {
    background: #F7F7F7;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 25px 25px 25px 25px;
    padding: 70px;
}

.common_form .form_wrap .form_title {
    font-family: 'Arial-Bold';
    font-weight: normal;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.common_form .form_wrap .form_info {
    font-family: 'Arial';
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 10px 0;
}

.common_form .form_wrap .input_top {
    width: 100%;
    justify-content: space-between;
}

.common_form .form_wrap .input_top li {
    width: 31%;
}

.common_form .form_wrap form input {
    width: 100%;
    padding: 10px 15px;
    background: #FFFFFF;
    border: none;
    font-family: 'Arial';
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}

.common_form .form_wrap form textarea {
    width: 100%;
    padding: 10px 15px;
    background: #FFFFFF;
    border: none;
    font-family: 'Arial';
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
    height: 130px;
}

.common_form .form_wrap form input::placeholder {
    font-family: 'Arial';
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.common_form .form_wrap form textarea::placeholder {
    font-family: 'Arial';
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.common_form .form_wrap form input[type='submit'] {
    background: #E7780D;
    border: 2px solid #E7780D;
    border-radius: 23px 23px 23px 23px;
    padding: 8px 20px;
    max-width: 176px;
    height: 45px;
    font-family: 'Arial';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.common_form .form_wrap form input[type='submit']:hover {
    background-color: transparent;
    color: #E7780D;
}

.other_companies {
    margin-top: 5%;
}

.other_companies .companies_tit {
    font-family: 'Arial-Bold';
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.other_companies .companies_tit:hover a {
    color: #333;
    text-decoration: underline;
}

.other_companies .companies_wrap {
    margin-top: 20px;
    padding-bottom: 40px;
}

.other_companies .companies_list {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}


.other_companies .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #333333;
    opacity: 0.76;
}
.other_companies .swiper-pagination-bullet-active {
    background: #CF6B0A !important;
}

.other_companies .companies_list .companies_item {
    width: 24%;
    margin-right: 30px;
    padding: 20px;
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
    position: relative;
}

.other_companies .companies_list .companies_item:last-child {
    margin-right: 0;
}

.other_companies .companies_list .companies_item .companies_img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 80%;
}

.other_companies .companies_list .companies_item .company_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    background: transparent;
}

.other_companies .companies_list .companies_item .img_mask {
    width: 100%;
    height: 55%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to bottom, transparent 5%, rgba(207, 107, 10, .5));
    transform: translateY(100%);
    transition: all 0.5s ease;
}

.other_companies .companies_list .companies_item .img_mask ul {
    width: 100%;
    margin-bottom: 10%;
}

.other_companies .companies_list .companies_item .img_mask ul li {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FFFFFF;
    padding: 5px;
    margin-right: 10px;

}

.other_companies .companies_list .companies_item .img_mask ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.other_companies .companies_list .companies_item .img_mask ul li img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}

.other_companies .companies_list .companies_item:hover .img_mask {
    transform: translateY(0);
}

.other_companies .companies_list .companies_item .img_mask ul li:hover {
    background-color: rgba(256, 256, 256, .5);
}

.other_companies .companies_list .companies_item .img_mask ul li:hover img {
    animation: swing 0.5s
}

.related_projects {
    margin-top: 5%;
}


.related_projects .projects_tit {
    font-family: 'Arial-Bold';
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.related_projects .projects_tit:hover a {
    color: #333;
    text-decoration: underline;
}

.related_projects .projects_wrap {
    margin-top: 20px;
}

.related_projects .projects_list {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.related_projects .projects_item {
    width: 32%;
    margin-right: 30px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.related_projects .projects_item:last-child {
    margin-right: 0;
}

.related_projects .projects_item .projects_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.related_projects .projects_item .projects_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.related_projects .projects_item .projects_title {
    font-family: 'Arial';
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    height: 54px;
    overflow: hidden;
}
.related_projects .swiper{
    width: 100%;
    padding-bottom: 50px; padding-bottom: 0;
}
.related_projects .swiper-pagination{display: none;}
.related_projects .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #333333;
    opacity: 0.76;
}
.related_projects .swiper-pagination-bullet-active {
    background: #CF6B0A !important;
}
.related_projects .projects_item:hover .projects_title a {
    text-decoration: underline;
    color: #CC661B;
}

.related_projects .projects_item:hover .projects_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}
.related_project-next, .related_project-prev{width: 36px; height: 48px; background: #CF6B0A; top: 34.5% !important; display: none;}
.related_project-next{right: 0 !important;}
.related_project-prev{left: 0 !important;}
.related_project-next::after, .related_project-prev::after{font-size: 18px !important; color: #fff;}

.related_news {
    margin-top: 5%;
    margin-bottom: 10%;
}

.related_news .news_tit {
    font-family: 'Arial-Bold';
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.related_news .news_tit:hover a {
    color: #333;
    text-decoration: underline;
}

.related_news .swiper{
    width: 100%;
    padding-bottom: 50px;
}
.related_news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #333333;
    opacity: 0.76;
}
.related_news .swiper-pagination-bullet-active {
    background: #CF6B0A !important;
}
.related_news .news_wrap {
    margin-top: 20px;
}

.related_news .news_list {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.related_news .news_item {
    width: 24%;
    margin-right: 30px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.related_news .news_item:last-child {
    margin-right: 0;
}

.related_news .news_item .news_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}

.related_news .news_item .news_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.related_news .news_title {
    font-family: 'Arial';
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin: 15px 0; height: 80px; overflow: hidden;
}

.related_news .news_title a {
    display: inline-block;
    width: 100%;
    font-family: 'Arial';
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    max-height: 80px;
    overflow: hidden;
}

.related_news .news_item:hover .news_title a {
    text-decoration: underline;
    color: #CC661B;
}

.related_news .news_item:hover .news_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

.related_news .news_item .news_data {
    font-family: 'Arial';
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*------------------------
                common form end
    ----------------------------------------------*/
.kefu_btn, .kefu_btn .open_btn, .kefu{
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.kefu_box{position: fixed; right: 0; top: 30%; z-index: 9999;}
.kefu {
    width: 222px;
    height: 347px; height: 394px;
    position: absolute;
    top: 0;
    right: -222px;
    z-index: 99999;
}
.kefu_box .kefu_btn{
    width: 36px; height: 48px; background: #CC661B; opacity: 0.8; border-radius: 5px 0 0 5px; cursor: pointer; position: absolute; right: 0;
    top: 173px; z-index: 100000;
}
.kefu_btn .open_btn{
    width: 36px; height: 48px; font-size: 24px; text-align: center; line-height: 48px; color: #fff; font-family: 'fontawesome';
}
.kefu_btn .open_btn::before{content: '\f100';}
.kefu_btn .close_btn{transform: rotate(180deg);}
.kefu_btn:hover{opacity: 1;}

.close_btn{transform: rotate(180deg);}

.kefu .kefu_img{
    background: url(../img/kefu.jpg) no-repeat center/100% 100%; border-radius: 22px; height: 100%; background-size: cover;
}
.kefu .kefu_img video{
    width: 100%;
    height: 100%;
    border-radius: 22px;
}
.kefu .kefu_input {
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.kefu_input .Newsletter {
    width: 183px;
    height: 35px;
    padding: 5px 10px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    background: rgba(256, 256, 256, .2);
}
@keyframes jump {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); } /* 放大1.2倍 */
}
.kefu_input{
 animation: jump 1s infinite; /* 1秒周期，无限次重复 */
}
.kefu_input .submit_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    width: 35px;
    height: 35px;
    margin-right: 0;
    background-image: url(../img/foot_send.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 0 16px 16px 0;
    margin: 0;
}

.kefu_input .Newsletter::placeholder {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}














/*-----------------------------mobile--------------------------------*/


/* 针对 950px 及以下宽度的媒体查询 */
@media only screen and (max-width: 950px) {
    .kefu_box, .kefu {
        /* display: none;  */
    }
    .kefu_box .kefu_btn{top: 82px; right: 0; width: 30px; height: 46px;}
    .kefu_btn .open_btn{width: 30px; height: 46px; line-height: 46px;}
    .kefu{
        width: 134px; height: 214px;
    }
    .kefu .kefu_input{left: 5px; bottom: 5px; right: 5px;}
    .kefu_input .Newsletter{width: 100%; height: 30px; font-size: 16px; padding: 5px 8px;}
    .kefu_input .submit_btn{height: 30px; width: 30px;}

    .container {
        width: 100%;
    }

    .z10000 {
        position: relative;
        z-index: 100000;
    }

    /*------------------------
                web_head start
    ----------------------------------------------*/
    .mobile-body-mask {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
    }

    .mobile-ico-close {
        position: absolute;
        top: 0;
        right: -35px;
        width: 30px;
        height: 30px;
        background: #fff url(../img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        cursor: pointer;
    }

    .mobile-operate-box {
        display: block;
    }

    .sub-content {
        position: relative;
        right: auto;
        z-index: 99999;
        display: block;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .lang-more {
        display: none !important;
    }

    .web_head .change-language {
        background: transparent;
        border: none;
    }

    .web_head .header_layout {
        width: 95%;
        padding: 15px 0;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: transparent;
        border: none;
    }

    .fixed.web_head .header_layout {
        padding: 0;
    }

    .web_head .logo .pc-logo {
        display: none;
    }

    .web_head .logo .sj-logo {
        display: block;
    }

    .web_head .logo img {
        max-width: 100px !important;
        max-height: 60px !important;
        min-width: unset;
    }

    .mobile-head-items {
        z-index: 999;
        display: block;
        visibility: visible;
        /* 调整宽度为自动 */
        height: 100%;
        line-height: 30px;
        margin-left: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .mobile-head-item {
        width: 30px;
        display: flex;
        align-items: center;
        margin-left: 50px;
    }

    .mobile-head-item.mobile-head-aside {
        float: right;
    }

    .mobile-head-item .title {
        overflow: hidden;
        width: 30px;
        height: 30px;
        color: #FFF;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        display: flex;
        align-items: center;
    }

    .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: '';
        display: inline-block;
        width: 100%;
        height: 30px;
        background-image: url(../img/m-nav.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .mobile-head-item.mobile-head-language .change-language {
        position: relative;
    }

    .mobile-head-item.mobile-head-language .change-language-title {
        position: relative;
    }

    .mobile-head-item.mobile-head-language .change-language-title.medium-title a {
        font-family: 'Arial';
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        display: flex;
        align-items: center;
    }

    .mobile-head-item.mobile-head-language .change-language-title.medium-title .language-flag span {
        color: #FFF;
    }

    .mobile-head-item.mobile-head-language .change-language .change-language-cont {
        border-radius: 3px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    }

    .mobile-head-item.mobile-head-search .title {
        display: inline-block;
        width: 30px;
        height: 30px;
    }

    .mobile-head-item.mobile-head-search .title:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 30px;
        background-image: url(../img/m-search.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .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 {
        top: 0;
        z-index: 99999;
        display: block;
        background: #FFF;
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: auto;
        padding: 15px 10px;
        height: 100%;
        background-color: #fff;
    }

    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
    }

    .mobile-head-item .side-content-wrap {
        position: fixed;
        left: -70%;
        display: block;
        width: 70%;
        height: 100%;
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        visibility: hidden;
        padding: 20px 0;
        width: 100%;
        height: auto;
        opacity: 0;
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }





    .head_top {
        position: relative;
        display: block;
    }

    .head_top .operate-box .head_phone b {
        width: 20px;
        height: 20px;
    }


    .web_head .nav_wrap {
        display: none;
    }

    .web_head .operate-box {
        display: none;
    }

    .head_top .operate-box {
        display: flex;
        justify-content: flex-start;
    }

    .nav_wra .logo img {
        height: 100px;
    }

    .web_head .head-search {
        display: block;
    }

    .head-search {
        position: relative;
        width: 90%;
        height: 35px;
        margin: 0 auto;
    }

    .head-search .search-ipt {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #000;
        padding: 0 10px;
        border-bottom: 1px solid black;
    }

    .head-search .search-btn {
        position: absolute;
        width: 35px;
        height: 100%;
        background: url(../img/search.png) no-repeat center center;
        -webkit-background-size: auto 16px;
        background-size: auto 16px;
        border: none;
        right: 0;
        top: 0;
        display: block !important;
    }

    .head-search .search-attr {
        display: none;
    }

    /* header */

    .web_head {
        position: relative;
        top: 0;
        margin-bottom: 0;
        text-align: center;
    }

    /*nav */
    .head_nav {
        width: 100%;
        display: block;
    }

    .head_nav>li {
        display: block;
        border-bottom: 1px solid #dcdcdc;
        padding: 0;
    }

    .head_nav>li:nth-last-child(2),
    .head_nav>li:nth-last-child(3) {
        display: block;
    }

    .head_nav>li>a {
        position: relative;
        text-transform: uppercase;
        font-size: 14px;
    }

    .head_nav li {
        padding-left: 28px;
    }

    .head_nav li,
    .head_nav li a {
        color: #111;
    }

    .head_nav li.has-child {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 28px;
    }

    .head_nav li.has-child>a {
        padding-right: 0;
    }

    .head_nav li.has-child>ul {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        margin-left: 0;
        padding: 0 0 0 10px;
        width: 100%;
        background-color: transparent;
        border-top: unset;
        box-shadow: unset;
        opacity: 1;
        -webkit-transform: unset;
        transform: unset;
    }

    .head_nav li a {
        display: block;
        line-height: 33px;
        text-align: left;
        padding: 0;
    }

    .head_nav li.nav-current a {
        background-color: transparent;
        color: #CF6B0A;
        border: none;
    }

    .head_nav li a:hover {
        color: #CF6B0A;
        background-color: transparent;
        border: none;
    }

    .head_nav li em {
        display: block;
        overflow: hidden;
    }

    .head_nav>li ul li {
        font-size: 14px;
        padding: 0;
        border-bottom: 1px dashed #c1c1c1;
    }

    .head_nav li li li {
        font-size: 12px;
    }

    .head_nav>li ul li a {
        color: #555 !important;
        line-height: 28px;
    }

    .head_nav>li.has-child a {
        padding-right: 0;
    }

    .head_nav li.has-child a b {
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 15px;
        height: 15px;
        border: 1px solid #111;
        border-radius: 2px;
        line-height: 15px;
        z-index: 999;
    }

    .head_nav li.has-child a b:before,
    .head_nav li.has-child a b:after {
        position: absolute;
        top: 50%;
        left: 3px;
        display: block;
        margin-top: -.5px;
        width: 9px;
        height: 1px;
        background-color: #111;
        content: '';
    }

    .head_nav li.has-child a b:after {
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

    .head_nav li,
    .head_nav li.has-child {
        padding-left: 0;
        padding: 0;
    }

    .head_nav>li ul li:last-child {
        border-bottom: none;
    }

    .head_nav li.active>a>b:after {
        display: none;
    }

    .head_nav>li>a:hover b {
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .head_nav li li.has-child a b {
        width: 12px;
        height: 12px;
        line-height: 12px;
    }

    .head_nav li li.has-child a b:before,
    .head_nav li li.has-child a b:after {
        width: 6px;
    }

    .head_nav li.nav-current>a b:before,
    .head_nav li.nav-current>a b:after {
        background: #e60012;
    }

    .web_head .nav_wrap {
        display: none;
    }

    .head_nav li.nav-current>a:after,
    .head_nav li>a:after {
        display: none;
    }

    .head_nav li.nav-current,
    .head_nav li.nav-current>a b {
        border-color: unset;
    }

    .head_nav li ul::before {
        width: 0;
    }

    /*------------------------
                web_head end
    ----------------------------------------------*/

    /*------------------------
                web_foot  start
    ----------------------------------------------*/
    .web_foot {
        height: auto;
    }

    .foot_top .top_wrap {
        padding: 30px 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .foot_info {
        margin-bottom: 20px;
    }

    .foot_email {
        font-size: 15px;
        margin-right: 20px; position: relative;
    }

    .foot_email b {
        width: 22px; margin-right: 8px; position: absolute; left: 0; top: 2px;
    }
    .foot_email span{padding-left: 30px;}

    .foot_phone {
        font-size: 15px; position: relative;
    }

    .foot_phone b {
        width: 22px;
        height: 22px; margin-right: 8px; position: absolute; left: 0; top: 4px;
    }
    .foot_phone span{padding-left: 30px;}

    .foot_input {
        width: 100%;
        margin-bottom: 20px;
    }

    .foot_media .media_list {
        justify-content: flex-start;
    }

    .foot_media li {
        margin-left: 0;
        margin-right: 15px;
    }

    .foot_input .Newsletter {
        width: 100%;
    }

    .foot_phone,
    .foot_phone a {
        white-space: nowrap;
    }

    .foot_item.foot_item_info {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .foot_item.foot_item_project {
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
    }

    .containerHome .web_footer {
        margin-top: 0;
    }



    .foot_item.foot_item_link {
        width: 100%;
        margin: 0 0 20px;
    }




    /* footer */
    .foot_bottom {
        padding-top: 190px;

    }

    .foot_item_info .foot_logo {
        margin-bottom: 0;
    }


    .foot_item.foot_item_info .text {
        line-height: 1.5;
        margin: 25px 0;
    }

    .foot_bottom {
        padding-bottom: 3%;
    }

    .foot_wrap {
        flex-direction: column;
    }

    .foot_item_link {
        width: 100%;
    }

    .foot_bottom a {
        line-height: 2;
    }

    .foot_item.foot_item_map {
        width: 100%;
    }

    .foot_bottom .info_more {
        margin-top: 20px;
    }

    .copyright {
        color: #FFFFFF;
        text-align: left;
        border-top: 1px solid #414141;
    }

    .copyright a {
        color: #FFFFFF;
        text-align: center;
    }

    .copyright .copyright_wrap {
        border: none;
        flex-direction: column;
        align-items: center;
    }

    .mobile_wrap {

        display: block !important;
    }

    .web_foot .web_foot_wrap {
        padding-top: 5%;
    }

    .web_foot .foot_wrap {
        display: none;
    }

    .foot_item_link {
        width: 100%;
    }

    /*------------------------
                web_foot  end
    ----------------------------------------------*/
    /*------------------------
                aside  start
    ----------------------------------------------*/
    .aside-box {
        display: none;
    }

    .main {
        width: 100%;
    }

    /*------------------------
                aside  end
    ----------------------------------------------*/
    /*------------------------
                path_bar  start
    ----------------------------------------------*/
    .lbanner-pp {
        margin-top: 0;
        padding-top: 0;
    }

    .lbanner-pp .layout {
        flex-direction: column;
    }

    .lbanner-pp .lbanner-text .detail {
        height: auto;
        overflow: visible;
    }

    .lbanner-box {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .lbanner_btn1 {
        margin-bottom: 5%;
    }

    .lbanner_btn1,
    .lbanner_btn2 {
        width: 100%;
        margin-right: 0;
    }

    .lbanner-pp .lbanner-img {
        display: none;
    }

    .lbanner-pp .lbanner-text {
        width: 100%;
    }

    .lbanner-pp .lbanner-text .title {
        font-size: 30px;
    }

    .lbanner-pp .lbanner-text .lbanner_btn {
        margin-top: 20px;
    }

    .lbanner-pp .lbanner-text .lbanner_btn a {
        font-size: 16px;
        padding: 0 30px;
        line-height: 40px;
    }

    .lbanner-pp .path_bar ul li a {
        line-height: 26px;
    }

    /*------------------------
                path bar  end
    ----------------------------------------------*/
    .common_form {
        margin-top: 8%;
    }

    .related_projects {
        margin-top: 8%;
    }
    .related_project-next, .related_project-prev{display: block;}
    .related_projects .swiper-pagination{display: none;}
    .related_projects .swiper{padding-bottom: 0;}
    .related_projects .projects_item .projects_title{height: auto;}

    .related_news {
        margin-top: 8%;
    }

    .common_form .form_wrap {
        padding: 30px 20px;
    }

    .common_form .form_wrap .input_top {
        flex-direction: column;
    }

    .common_form .form_wrap .input_top li {
        width: 100%;
    }


    .other_companies .companies_list .companies_item {
        width: 100%;
    }

    .other_companies .companies_list .companies_item .companies_img {
        padding-bottom: 73%;
    }

    .related_projects .projects_list {
        /* flex-direction: column; */
    }

    .related_projects .projects_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .related_news .news_list {
        flex-direction: column;
    }

    .related_news .news_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}