@charset "utf-8";

@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/ROBOTO-BOLD.TTF');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/ROBOTO-REGULAR.TTF');
}

@font-face {
    font-family: Roboto-Black;
    src: url('../fonts/ROBOTO-BLACK.TTF');
}

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

@font-face {
    font-family: OpenSans-Bold;
    src: url('../fonts/Open\ Sans/open-sans-bold.ttf~v=4.5.0.ttf');
}

@font-face {
    font-family: OpenSans-Regular;
    src: url('../fonts/Open\ Sans/Open Sans Regular.ttf');
}

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

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


html {
    font-size: 625%;
}

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

html,
body {
    max-width: 100%;
}

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: #000;
    font-family: 'Lato-Regular', Arial, Helvetica, sans-serif;
    line-height: 1.5
}

body {
    background-color: #fff;
}

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: 16px;
}

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

li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

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

a:focus {
    outline: none;
}

a {
    transition: all ease-in-out .3s;

}

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

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

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

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

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

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

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

.flex {
    display: flex;
    justify-content: center;
}

.layout {
    width: 1440px;
    margin: 0 auto;
}

@media (max-width:1440px) {
    .layout {
        width: 95%;
    }
}

/* layout */
body {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: hidden;
    background: #F8FFFB;
}

.hide {
    display: none;
}

.img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    height: 0;
}

.img>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all ease-in-out .3s;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clearfloat {
    clear: both;
}

@font-face {
    font-family: 'fontawesome';
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot");
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/Font-Awesome/fontawesome-webfont.woff2") format("woff2"), 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") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

/*--------------------------右侧客服按钮------------------------------*/
#index_scrollsidebar {
    top: 50%;
    right: 20px;
    transition: all ease-in-out 1s;
    /* visibility: hidden; */
    opacity: 1;
    position: fixed;
    /* transform: translateY(-50%);*/
    z-index: 9999 !important;
}

#index_scrollsidebar ul li {
    width: 62px;
    height: 62px;
    background-color: #369e51;
    border-radius: 10px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#index_scrollsidebar ul li .show0 {
    position: absolute;
    background-color: #369e51;
    padding: 6px;
    border-radius: 8px;
    right: 80px;
    top: 50%;
    transition: all ease-in-out .5s;
    transform: translateY(-50%);
    display: none
}

#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
    font-size: 16px;
    color: #fff;
    text-wrap: nowrap
}

#index_scrollsidebar ul li:hover .show0 {
    display: block
}

#index_scrollsidebar ul li>a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center;
}

#index_scrollsidebar ul li img {
    border: none;
    vertical-align: middle;
    max-width: 50%;
}

#index_scrollsidebar .gototop {
    background-color: #2b6b3d
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background: #369e51;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2b6b3d;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: #fff
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

@media only screen and (max-width: 1030px) {
    #index_scrollsidebar {
        display: none;
    }
}


.phone_icon {
    display: none
}

@media only screen and (max-width: 950px) {
    .phone_icon {
        display: block;
        overflow: hidden;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0;
        z-index: 999
    }

    .phone_icon li {
        float: left;
        width: 25%;
        background-color: #0e0e0e;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .phone_icon li:nth-child(2n) {
        background-color: #616161;
    }

}

.fixed {
    box-sizing: border-box;
    background-color: #fffbef;
    position: fixed !important;
    top: 0;
    left: 0;
}

.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 #009440;

}

.inquiry-pop-bd .content-wrap.form .ch_form_wrap .item_submit input {
    background-color: #009440;
}

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

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

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

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

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

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

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

#footer {
    background: #009440 !important;
}

/*-----------------------------右下角表单-----------------------------*/
.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;
    }
}

/*----------------------------右下角表单------------------------------*/

/*-----------------------------path_bar----------------------------------------*/
.path_bar {
    padding: 150px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.path_bar .layout {
    width: auto;
}

.path_hr hr {
    position: relative;
    left: 0;
}

.path_title {
    width: 70%;
    color: #FFFFFF;
    font-family: 'Exo';
    font-size: 60px;
    font-weight: 700;
    line-height: -1px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.path_bar ul {
    text-align: center;
    padding: 0 10px;
}

.path_bar ul li {
    display: inline-block;
}

.path_bar ul li a {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
}

.path_bar ul li::after {
    content: '>';
    color: #fff;
    font-size: 14px;
    margin: 0 8px;
}

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

.path_bar ul li:last-child a {
    color: #0DABFF;
}

.path_bar hr {
    width: 50px;
    height: 4px;
    /* 浅绿色 */
    background: #0DABFF;
    text-align: center;
}

.path_bar .path_content {
    width: 50%;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.path_bar .path_content p a {
    color: rgb(255, 255, 255);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

/*-----------------------------path_bar----------------------------------------*/

/*==============web_head=================*/
.web_head {
    position: relative;
    z-index: 9999;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}

.web_head .header_layout {
    position: relative;
    padding: 20px 0;
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
}

.fixed .header_layout {
    padding: 0;
}

@media (max-width:1440px) {
    .web_head .header_layout {
        width: 95%;
    }
}

.web_head .btn--search {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 38px;
}

.web_head .btn--search:after,
.web_head .btn--search:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(../img/Vector.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;
}

.web_head .btn--search:after {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.6) translateY(60%);
    -ms-transform: scale(.6) translateY(60%);
    -o-transform: scale(.6) translateY(60%);
    transform: scale(.6) translateY(60%);
}

.web_head .btn--search:hover:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: .6;
    filter: alpha(opacity=60);
}

.web_head .btn--search:hover:before {
    opacity: 0;
    -webkit-transform: scale(.6) translateY(-60%);
    -ms-transform: scale(.6) translateY(-60%);
    -o-transform: scale(.6) translateY(-60%);
    transform: scale(.6) translateY(-60%);
}

/*nav_wrap*/

.web_head .logo {
    padding: 10px 0;
}

.web_head .logo img {
    width: auto;
    max-height: 86px;
}

.mobile-head-items {
    display: none;
}

.web_head .change-language {
    position: relative;
    white-space: nowrap;
    margin-left: 20px;
}

.web_head .change-language-title {
    position: relative;
}

.change-language-title.medium-title a {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    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 {
    position: relative;
}

.mobile-operate-box {
    display: none;
}

.head_nav li,
.head_nav li a {
    position: relative;
    letter-spacing: -.5px;
    color: #665e5e;
    font-size: 15px;
    font-weight: normal;
}

.head_nav>li {
    position: relative;
    display: inline-block;
    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-blog';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    padding: 25px 20px;
    border-top: 3px solid #FFF;
}

.fixed .head_nav>li>a {
    padding: 10px 20px;
}

@media (max-width:1440px) {
    .head_nav>li>a {
        padding: 25px 10px;
    }
    .fixed .head_nav>li>a {
        padding: 10px 15px;
    }
}

@media (max-width:1300px) {
    .head_nav>li>a {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .head_nav>li>a {
        padding: 25px 5px;
        font-size: 16px;
    }

    .fixed .head_nav>li>a{
        padding: 10px 13px;
        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: '\f107';
    font-family: 'fontawesome';
}
@media (max-width:1200px) {
    .head_nav li a b:before{
        margin-left: 5px;
    }
}
.head_nav li ul {
    position: absolute;
    left: 20px;
    display: block;
    width: 250px;
    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 li {
    position: relative;
    line-height: 37px;
    border-bottom: 1px solid #d4d4d4;
    
}

.head_nav>li ul li a {
    position: relative;
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 10px;
}

.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.nav-current>a:after,
.head_nav li>a:after {
    content: "";
    color: #58BB6C;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: center;
    -WEBKIT-transform-origin: center;
    transition: all ease-in-out .35s;
}

.head_nav li a:hover {
    background-color: #c5eee5;
    border-top: 3px solid #333;
    color: #333;
}
/* .nav_wrap .head_nav li a:hover::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 3px;
    background: #665e5e;
} */
.head_nav li.nav-current>a {
    background-color: #c5eee5;
    border-top: 3px solid #333;
    color: #333;
}

.head_nav li.nav-current>a:after,
.head_nav li:hover>a:after {
    width: 100%;
    color: #58BB6C;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.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: flex-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";
    font-size: 24px;
    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: 36px;
    right: 0;
    z-index: 999;
    display: flex;
    visibility: hidden;
    overflow-y: auto;
    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;
}

.language-flag span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    zoom: 1;
    padding-left: 10px;
    font-family: 'Arial-Regular';
    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;
}

/* .language-flag .language--img {
    display: inline-block;
    width: 18px;
    height: 15px;
    background-image: url(../img/lan_bg.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    zoom: 1;
} */

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

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

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

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

.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: #009440;
    -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
                        ----------------------------------*/
/*------------------------------------
                        web_foot start
-------------------------------------------------*/

.web_foot .index_foot_wrap {
    padding: 30px 0;
    box-sizing: border-box;
    background: #0E0E0E;
}

.web_foot .foot_wrap {

    justify-content: space-between;
}

.web_foot .foot_introduct {
    width: 59%;
}

.web_foot .foot_introduct .foot_info {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}

.web_foot .foot_introduct .foot_contact ul {
    margin-top: 12px;
}

.web_foot .foot_introduct .foot_contact ul li {
    margin-bottom: 25px;
}
.web_foot .foot_introduct .foot_contact ul .item-address:hover a{
    color: #FFFFFF;
}

.web_foot .foot_introduct .foot_contact ul li a,.web_foot .foot_introduct .foot_contact ul li>div {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.web_foot .foot_introduct .foot_contact ul li a:hover {
    color: #009440;
}
.web_foot .foot_introduct .foot_contact ul li.item-address b {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url(../img/index/foot_address.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.web_foot .foot_introduct .foot_contact ul li.item-phone b {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url(../img/index/foot_phone.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.web_foot .foot_introduct .foot_contact ul li.item-email b {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url(../img/index/foot_email.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.web_foot .foot_introduct .foot_contact ul li.contact-item span,.web_foot .foot_introduct .foot_contact ul li.contact-item>div>div{
    width: calc(100% - 65px);
}

.web_foot .foot_links {
    width: 70%;
    padding-top: 105px;
}

.web_foot .foot_links ul {
    justify-content: space-around;
}

.web_foot .links-item .item-title {
    display: inline-block;
    position: relative;
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.web_foot .foot_search {
    padding-top: 105px;
}

.web_foot .links-item .item-title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 45px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;

}

.web_foot .foot_links ul>li {
    margin-bottom: 15px;
}

.web_foot .foot_links a {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.web_foot .foot_links ul li li:hover a {
    color: #009440;
    text-decoration: underline;
}

.web_foot .foot_search {
    width: 35%;
}

.web_foot .foot_search .link-search form {
    width: 100%;
    background: #FFFFFF;
    border-radius: 3px;
}

.web_foot .foot_search .link-search form input {
    margin: 0 !important;
    height: 41px;
    border: none;
    background-color: transparent;
}

.web_foot .foot_search .link-search form input:first-child {
    width: calc(100% - 98px);
    padding-left: 15px;
    font-size: 20px;
}

.web_foot .foot_search .link-search form input:last-child {
    width: 98px;
    background-color: #009440;
    border-radius: 0px 3px 3px 0px;
}

.web_foot .foot_search .link-search form input:last-child {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.web_foot .foot_search .link-search .item-icons {
    margin-top: 30px;
}

.web_foot .foot_search .link-search .item-icons ul {
    justify-content: flex-start;
}

.web_foot .foot_search .link-search .item-icons ul li {
    width: 36px;
    height: 36px;
    margin-right: 15px;
}

.web_foot .foot_search .link-search .item-icons ul li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.web_foot .foot_search .link-search .item-icons ul li:hover img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.web_foot .copyrights {
    padding: 25px 0 10px 0;
    background-color: #F8FFFB;
}

.web_foot .copyrights .copy-wrap {
    justify-content: space-between;
    align-items: center;
}

.copyright-info {
    font-family: '';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.copyright-info a {
    font-family: '';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.copyright-info a:hover {
    color: #009440;
    text-decoration: underline;
}

.web_foot .copyrights .copy-wrap .copyright-gotop {
    align-items: center;
    cursor: pointer;
}

.web_foot .copyrights .copy-wrap .copyright-gotop b {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url(../img/demo/gotop.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 15px;
}

/*------------------------------------
                        web_foot end
-------------------------------------------------*/

@media screen and (max-width: 667px) {
    .sitemap-content {
        padding-top: 110px !important;
    }
}


/*-----------------------------mobile--------------------------------*/

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

    /* 针对 950px 及以下宽度的媒体查询 */
    @media only screen and (max-width: 950px) {
        .container {
            width: 100%;
        }

    }

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

    .web_head .logo img {
        max-width: 55px;
    }

    .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 .header_layout {
        padding: 0 2.5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* 垂直居中对齐 */
    }

    .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: 15px;
    }

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

    .mobile-head-item .title {
        overflow: hidden;
        width: 100%;
        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-language .title:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 30px;
        background-image: url(../img/demo/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;
    }

    .mobile-head-item.mobile-head-nav .title:before {

        content: '';
        display: inline-block;
        width: 100%;
        height: 30px;
        background-image: url(../img/demo/nav.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;
    }

    .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: #333333;
        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 .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/demo/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;
    }

    .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;
    }







    .web_head .nav_wrap {
        display: none;
    }

    .nav_wrap .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: #FFF;
        padding: 0 10px;
        border-bottom: 1px solid black;
    }

    .head-search .search-btn {
        position: absolute;
        width: 35px;
        height: 100%;
        background: url(../img/Vector.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: static;
        margin-bottom: 0;
        text-align: center;
    }

    /*nav */
    .head_nav {
        width: 100%;
    }

    .fixed .head_nav>li{
        padding: 0;
    }
    .head_nav>li {
        display: block;
        border-bottom: 1px solid #dcdcdc;
        padding: 0;
    }

    .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%;
        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: #009440;
        border: none;
    }

    .head_nav li a:hover {
        color: #009440;
        background-color: transparent;
        border: none !important;
    }
    .head_nav>li>a{
        border: none !important;
    }
    .head_nav li a:hover:after{
        width: 0;
        height: 0;
        border: none;
        display: none !important;
    }
    .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;
        line-height: 28px;
    }

    .head_nav>li.has-child a {
        padding-right: 0;
    }
    .head_nav li a b:before{
        margin-left: 0 !important;
    }
    .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: #009440;
    }

    .web_head .nav_wrap {
        display: none;
    }

    .head_nav li.nav-current>a:after,
    .head_nav li>a:after {
        display: none !important;
        opacity: 0 !important;
    }
.head_nav li.nav-current>a:hover:after,
    .head_nav li>a:hover:after{
          display: none !important;
        opacity: 0 !important;
    }
    .head_nav li.nav-current,
    .head_nav li.nav-current>a b {
        border-color: unset;
    }
    .web_foot {
        padding-bottom: 60px;
    }
    .web_foot .foot_wrap {
        flex-direction: column;
    }

    .web_foot .foot_introduct {
        width: 100%;
    }

    .web_foot .foot_links {
        width: 100%;
        padding-top: 30px;
        border-top: 2px solid rgba(256, 256, 256, 0.7);
    }

    .web_foot .foot_links ul {
        justify-content: space-between;
    }

    .web_foot .foot_search {
        width: 100%;
        padding-top: 30px;
        border-top: 2px solid rgba(256, 256, 256, 0.7);
    }

    .web_foot .copyrights .copy-wrap .copyright-gotop {
        display: none;
    }

    .web_foot .copyrights {
        background: #0E0E0E;
        padding: 0;

    }

    .web_foot .copyrights .copy-wrap {
        border-top: 2px solid rgba(256, 256, 256, 0.7);
        padding: 25px 0 10px 0;
    }
.web_foot .links-item .item-title{
    margin-bottom: 20px;
}
    .copyright-info {
        color: #FFF;
    }

    .copyright-info a {
        color: #FFF;
    }
}




.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;}
.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;}


.inquiry-pop-bd .content-wrap.form .ch_form_wrap .item_submit input:hover{
    background: #2b6b3d;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        opacity: 1
    }
}

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

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

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

@-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)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@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)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.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%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes jump {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-20%)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceInA {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceInA {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 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, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

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

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

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

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

@keyframes fadeInA {
    0% {
        opacity: 0
    }

    100% {
        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
}