
@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-display: swap
}

@font-face {
    font-family: Roboto2;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: 400;
    font-display: swap
}

/* @font-face {
    font-family: Arial;
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 400;
    font-display: swap
} */

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../fonts/ROBOTO-REGULAR.TTF") format("truetype");
    font-weight: 400;
    font-display: swap
}
@font-face {
    font-family: 'OptimaLTStd-Medium';
    src: url("../fonts/OptimaLTStd-Medium.otf") format("truetype");
    font-weight: 400;
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    outline: none;
    word-wrap: break-word;
}


body {
    --color-mains: 195, 182, 170;
    --color-main: rgb(var(--color-mains));
    /* --color-shen: #0e6617;
    --color-shen2: 14, 102, 23;
    --color-506b57: #506b57; */
    --color-default: #10221b;
    --all-pd: calc((170 / 19.2) * 1%);
    --com-aside-w: 320px;

    --commonColor: #C3B6AA;
    --bgColor: #EBE8E4;
    --navColor: #D2CBC0;
    --comColorRgb: 195, 182, 170;
    --weightColor: #887A6D;

    --color-shen: var(--weightColor);
}

html,
body {
    touch-action: manipulation;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 !important;
    height: auto !important;
    font-size: 16px;
    color: #333;
    font-family: 'OptimaLTStd-Medium';
    background: var(--bgColor) !important;
}

.com_a_left {
    width: calc(100% - var(--com-aside-w) - var(--pd))
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: unset
}

a,
img,
.nav_h5,
.swiper-button-prev,
.swiper-button-next,
.aside_common_show,
.hover,
.hover_btn,
.hover_underline,
.hover_show_all_text_,
.change-language-cont .info_p,
#aside_right ul li a::before,
#aside_right {
    transition: all .3s ease
}
a {
    color: #333; text-decoration: none;
}

a:focus {
    outline: 0
}
a:hover {
    /* color: var(--color-shen) */
    text-decoration: underline;
}

.hover2:hover {
    color: #fff !important;
    text-decoration: underline
}

.fll {
    float: left
}

.frr {
    float: right
}

img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    height: auto
}

input[type="submit"] {
    width: unset;
    height: unset;
    margin: unset
}

._layout {
    width: 100%;
    margin: 0 auto;
}

.layout_ {width: 1560px; margin: 0 auto;}
.layoutLeft{width: 100%; box-sizing: border-box; padding-right: calc((100% - 1560px) / 2);}
.layoutRight{width: 100%; box-sizing: border-box; padding-left: calc((100% - 1560px) / 2);}
.common_header.header_fixed .com_header{max-width: 1560px; padding: 0;}
@media screen and (max-width:1700px) {
    .common_header.header_fixed .com_header{width: 100%; padding: 0 70px; box-sizing: border-box;}
    .layout_{width: 100%; box-sizing: border-box; padding: 0 70px;}
    .layoutLeft{padding: 0 70px 0 0;}
    .layoutRight{padding: 0 0 0 70px;}
}
@media screen and (max-width:1024px) {
    .common_header.header_fixed .com_header{padding: 0 30px;}
    .layout_{padding: 0 30px;}
    .layoutLeft{padding: 0 30px 0 0;}
    .layoutRight{padding: 0 0 0 30px;}
}
@media screen and (max-width:980px) {
    .layout_{padding: 0 15px;}
}

.hidden {
    overflow: hidden
}

.flex_wp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.flex_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    --l-w: 300px;
    --pd: 60px
}

.flex_main.flex_main2 .lll,
.flex_main.flex_main2 .rrr {
    width: calc(50% - var(--pd) / 2)
}

.flex_main.flex_main3 .lll,
.flex_main.flex_main3 .rrr {
    width: 50%
}

.flex_main .lll,
.flex_main .rrr {
    flex-shrink: 0
}

.flex_main .lll {
    width: var(--l-w)
}

.flex_main .rrr {
    width: calc(100% - var(--l-w) - var(--pd))
}

.clearboth::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis
}

.block {
    display: block
}

.hover_show_all_text {
    position: relative
}

.title_s:hover .hover_show_all_text_ {
    opacity: 1;
    visibility: visible
}

.cap {
    text-transform: capitalize
}

.upp {
    text-transform: uppercase
}

/* img */
.pubPic{position: relative; width: 100%; height: 0; padding-bottom: 75%; overflow: hidden;}
.pubPic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

/* transition */
.hoverItem, .hoverItem::before, .hoverItem .title, .hoverItem .brief, .hoverItem .pubPic, .pubPic img, .hoverPic img .hoverItem .more, .hoverItem .item_icon, .hoverItem .order, .pubMore::before, .pubMore{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hoverItem:hover .pubPic img, .hoverPic:hover img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.hover_show_all_text_ {
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: calc(100% + 10px);
    background: #111;
    color: #fff;
    box-shadow: 1px 2px 5px 0 #666;
    padding: 15px;
    width: 60%;
    right: 0;
    line-height: 1.5em;
    max-height: 15em;
    overflow: auto
}

.bg_main {
    background: var(--color-main)
}

.a_link_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    border-radius: 50px;
    padding: 10px 30px 10px 15px;
    color: #ffffff
}

.a_link_button:hover span {
    text-decoration: underline
}

.a_link_button .more {
    display: block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    margin-right: 15px;
    background-image: url(../images/color/right.png);
    background-color: #fff;
    background-size: 40%
}

.a_link_button span {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff
}

.com_list_right {
    float: right;
    --pd: 60px;
    width: calc(100% - var(--com-aside-w) - var(--pd))
}

.com_list_warp {
    margin-top: 6.25%
}

.hover:hover,
.hover_underline:hover {
    color: var(--color-main) !important
}

.hover_underline:hover {
    text-decoration: underline
}

.hover_btn {
    cursor: pointer
}

.hover_btn:hover {
    transform: translateY(-5px)
}

input[type="submit"] {
    cursor: pointer
}

.hide {
    display: none !important
}

.tac {
    text-align: center
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: #666;
    cursor: pointer
}

::-webkit-scrollbar-button {
    display: none
}

.row_center {
    display: flex;
    align-items: center;
    justify-content: center
}

.column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.flex_warp {
    display: flex;
    flex-wrap: wrap
}

.flex_csb {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex_csa{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.x_center {
    left: 50%;
    transform: translateX(-50%)
}

.y_center {
    top: 50%;
    transform: translateY(-50%)
}

.pos_center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap
}

.com_bodys p {
    margin-top: 20px;
    line-height: 1.6em;
    font-weight: 400
}

.com_bodys p:nth-child {
    margin-top: 0
}

.com_bodys img {
    max-width: 100%
}

.com_bodys a {
    display: inline-block;
    color: var(--color-main);
    font-weight: bold
}

.com_bodys a:hover {
    text-decoration: underline
}

.com_bodys table {
    margin-top: 47px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.com_bodys table th,
.com_bodys table td {
    border: 1px solid #ccc !important;
    text-align: center
}

.com_bodys table thead tr th {
    padding: 20px 30px
}

.com_bodys table thead tr:nth-child(odd) {
    background: rgba(var(--color-mains), .5)
}

.com_bodys table thead tr:nth-child(odd) th {
    color: #fff
}

.com_bodys table tbody tr:nth-child(even) {
    background: #91abdf
}

.com_bodys table tbody tr:nth-child(even) td {
    color: #333
}

.com_bodys table tbody tr td {
    padding: 20px 30px;
    color: #787878
}

.com_faqs {
    margin-top: calc((104 / 14) * 1%)
}

.com_faqs .lists {
    margin-top: 40px
}

.com_faqs .lists .item {
    padding: 23px 45px 23px 50px
}

.com_faqs .lists .item.active {
    background: rgba(var(--comColorRgb), 0.3);
    border: 1px solid rgba(var(--comColorRgb), 0.3)
}

.com_faqs .lists .item.active .top .title {
    color: var(--color-shen)
}

.com_faqs .lists .item.active .top span {
    transform: rotate(180deg)
}

.com_faqs .lists .item .top {
    display: flex;
    justify-content: space-between;
    align-items: center; cursor: pointer;
}

.com_faqs .lists .item .top .title {
    font-size: 18px;
    font-weight: bold
}

.com_faqs .lists .item .top span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../images/color/down3.png) no-repeat center / 50% var(--color-shen);
    transition: all .3s ease;
    flex-shrink: 0
}

.com_faqs .lists .item .desc {
    margin-top: 15px;
    color: #999999;
    line-height: 30px;
    display: none
}

@media screen and (max-width:1366px) {
    .com_faqs .lists .item{padding: 20px 32px;}
}

@media screen and (max-width:980px) {
    .com_faqs .lists .item{padding: 15px 20px;}
}

.template_table {
    margin-top: 47px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.template_table th,
.template_table td {
    text-align: center;
    width: unset
}

.template_table tbody tr {
    border: 1px solid #ccc !important
}

.template_table tbody tr:nth-child(even) td {
    color: var(--color-main)
}

.template_table tbody tr td {
    border: none !important;
    padding: 20px 30px;
    color: #fff
}

.template_table tbody tr td:first-child {
    font-size: 20px
}

.hover_scale:hover img {
    transform: scale(1.02)
}

.hover_scale,
.hover_scale2 {
    overflow: hidden;
    height: 0;
    position: relative;
    padding-bottom: 1%
}

.hover_scale img,
.hover_scale2 img,
.hover_scale iframe,
.hover_scale2 iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer
}

.color {
    color: var(--color-main) !important
}

.colors {
    color: var(--color-shen) !important
}

.c_btn {
    margin-top: 40px;
    padding: 18px 24px;
    background: var(--color-main);
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    border-radius: 27px 27px 27px 27px
}

.swiper-container-horizontal {
    overflow: hidden
}

.pages {
    margin-top: 5%
}

.pages ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.pages ul>li {
    margin-top: 5px
}

.pages a,
.pages li.current a,
.pages li>span {
    display: block;
    min-height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    margin: 0 0 0 8px;
    border: 1px solid var(--commonColor);
    font-size: 16px
}

.pages ul>li.active span{background: var(--commonColor); color: #fff;}
.pages a:hover{text-decoration: none;}

.pages li.prev-page a,
.pages li.next-page a {
    padding-left: 25px;
    padding-right: 25px
}

.pages a:hover,
.pages li:not(.current)>span:hover,
.pages li.current a,
.pages li.current span {
    background: var(--color-main);
    color: #fff
}

.pages li:last-child {
    display: none
}

.nav-links,
.c_pagenation {
    margin: 5% 0
}

.pages2,
.nav-links,
.c_pagenation, .pages2 .pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-links .c_pagenation{margin: 0;}

.pages2 a,
.pages2 span,
.pages2 .current {
    display: block;
    margin: 5px;
    width: 41px;
    height: 41px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.pages2 .page-numbers:not(.current, .prev, .next) {
    border: 1px solid #c5c5c5
}

.pages2 .current,
.pages2 a:hover {
    background: var(--color-main);
    color: #fff !important;
    border: 1px solid var(--color-main)
}

.pages2 .prev, .pages2 .next{font-size: 0;}
.pages2 .prev {
    background: url(../images/color/sw_left_.png) no-repeat center / cover
}

.pages2 .prev:hover {
    background: url(../images/color/sw_left_.png) no-repeat center / cover
}

.pages2 .next {
    background: url(../images/color/sw_right_.png) no-repeat center / cover
}

.pages2 .next:hover {
    background: url(../images/color/sw_right_.png) no-repeat center / cover
}

.sm_tit {
    font-size: 20px;
    color: var(--color-506b57);
    font-weight: bold
}

.pcshow {
    display: block; overflow: hidden;
}

.h5show {
    display: none
}

.com_swiper_btn_position {
    position: relative
}

.com_swiper_btn_position .swiper-button-prev,
.com_swiper_btn_position .swiper-button-next {
    width: 35px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: var(--color-main)
}

.com_swiper_btn_position .swiper-button-prev {
    background-image: url(../images/color/l.png);
    left: -55px
}

.com_swiper_btn_position .swiper-button-next {
    background-image: url(../images/color/r.png);
    right: -55px
}

.list_top {
    position: relative
}

.list_top>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    z-index: -1
}

.list_top .mark {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1
}

.list_top .pagation {
    position: relative;
    padding: calc((280 / 19.2) * 1%) var(--all-pd) calc((74 / 19.2) * 1%);
    z-index: 2
}

.list_top .pagation .title {
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
    line-height: 1;
    text-transform: capitalize
}

.list_top .pagation .pagation_list {
    margin-top: 2.5%;
    color: #fafafa;
    line-height: 2
}

.list_top .pagation .pagation_list a,
.list_top .pagation .pagation_list span {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    padding: 0 5px 0 15px
}

.list_top .pagation .pagation_list a::after,
.list_top .pagation .pagation_list span::after {
    content: ">";
    position: absolute;
    left: 0;
    top: -7px; line-height: 2;
}

.list_top .pagation .pagation_list span {
    color: var(--color-main);
    text-decoration: underline
}

.list_top .pagation .pagation_list a:hover {
    color: var(--color-main)
}

.list_top .pagation .pagation_list a:first-child {
    padding-left: 37px
}

.list_top .pagation .pagation_list a:first-child::after {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    background: url(../images/color/local.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: -4px;
    left: 0
}

.list_top .pagation .product_top_btns {
    display: none
}

.list_top .pagation .product_top_btns>div,
.list_top .pagation .product_top_btns a {
    padding: 11px 30px;
    font-family: "Bold";
    border: 1px solid #fafafa
}

.list_top .pagation .product_top_btns .down {
    color: #fefefe;
    background: var(--color-main);
    margin-right: 17px;
    line-height: 1
}

.list_top .pagation .product_top_btns .down::before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../images/products/down.png) no-repeat center;
    background-size: cover;
    margin-right: 9px
}

.list_top .pagation .product_top_btns .contactus {
    background: #fafafa;
    color: var(--color-main);
    line-height: 1
}

@media screen and (max-width:950px) {
    .list_top .pagation .pagation_list{line-height: 1.5;}
}

.jscb {
    justify-content: space-between
}

.com_form {
    width: 45.6%;
    width: 100%;
    background: url(../images/other/icon1.png) no-repeat center / cover;
    background: #666;
    padding: 10%
}

.com_form ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.com_form ul li {
    position: relative
}

.com_form ul li::before {
    content: "*";
    color: #e10000;
    position: absolute;
    left: 20px;
    top: 24px;
    display: block
}

.com_form ul li.message::before {
    top: 27px
}

.com_form .names,
.com_form .phone {
    width: calc((100% - 30px) / 2)
}

.com_form .email,
.com_form .message {
    width: 100%
}

.com_form .email,
.com_form .message {
    margin-top: 27px
}

.com_form input:not([type="submit"]),
.com_form textarea {
    width: 100%;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

.com_form input:not([type="submit"])::placeholder,
.com_form textarea::placeholder {
    color: #fff
}

.com_form input:not([type="submit"]) {
    line-height: 60px;
    padding: 0 30px
}

.com_form textarea {
    padding: 25px 30px;
    height: 243px
}

.com_form input[type="submit"] {
    padding: 11px 44px;
    background: var(--color-main);
    border-radius: 50px;
    color: #fff;
    text-align: center;
    width: unset !important;
    height: unset !important;
    margin: 0;
    margin-top: 20px
}

.com_tit_size {
    font-size: 50px;
    font-family: Avenir;
    font-weight: 400;
    color: #000000;
    line-height: 1.3em;
    max-height: 2.6em;
    overflow: hidden;
    margin-top: 10px
}

.com_related {
    padding: 0 var(--all-pd);
    margin: 4.16% 0 0;
    background: #fff;
    position: relative
}

.com_related .swiper-button-prev,
.com_related .swiper-button-next {
    width: 47px;
    height: 105px;
    background-repeat: no-repeat;
    background-size: 25%;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center;
    z-index: 9;
    background-image: url(../images/color/home_r.png)
}

.com_related .swiper-button-prev:hover,
.com_related .swiper-button-next:hover {
    background-color: var(--color-main);
    background-image: url(../images/color/home_l.png)
}

.com_related .swiper-button-prev {
    left: 0;
    transform: rotate(180deg)
}

.com_related .swiper-button-prev:hover {
    transform: rotate(0)
}

.com_related .swiper-button-next {
    right: 0
}

.com_related .swiper-button-next:hover {
    transform: rotate(180deg)
}

.com_related2 {
    margin: 4.16% 0 0
}

.com_related2 .com_related {
    margin: 0
}

.com_swiper {
    margin-top: 30px
}

.com_news_list .item {
    position: relative
}

.com_news_list .item:hover .img {
    border-color: var(--color-main)
}

.com_news_list .item:hover .title {
    color: var(--color-main)
}

.com_news_list .item time {
    position: absolute;
    top: 20px;
    left: -12px;
    z-index: 2;
    display: block;
    padding: 17px 40px 10px 37px;
    background: var(--color-main);
    font-weight: 400;
    font-size: 18px;
    color: #fff
}

.com_news_list .item .img {
    padding-bottom: 100%;
    border: 1px solid transparent
}

.com_news_list .item .title {
    margin-top: 20px;
    font-family: Avenir;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 1.3em;
    height: 3.9em
}

.com_news_list .item .desc {
    font-family: Avenir;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.3em;
    height: 3.9em
}

.list_num {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    --len: 1
}

.list_num .item {
    margin-left: var(--pd);
    margin-top: var(--mt);
    width: calc(100% / var(--len) - var(--pd) * (var(--len) - 1) / var(--len));
    display: flex;
    flex-direction: column
}

.list_num .title,
.list_num .desc {
    display: block;
    overflow: hidden;
    margin-top: 15px
}

.list_num2 {
    justify-content: space-between;
    --len: 2
}

.list_num2 .item:nth-child(-n + 2) {
    margin-top: 0
}

.list_num2 .item:nth-child(2n + 1) {
    margin-left: 0
}

.list_num3,
.list_num3_ {
    --len: 3
}

.list_num3 .item:nth-child(-n + 3),
.list_num3_ .item:nth-child(-n + 3) {
    margin-top: 0
}

.list_num3 .item:nth-child(3n + 1),
.list_num3_ .item:nth-child(3n + 1) {
    margin-left: 0
}

.list_num4 {
    --len: 4
}

.list_num4 .item:nth-child(-n + 4) {
    margin-top: 0
}

.list_num4 .item:nth-child(4n + 1) {
    margin-left: 0
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    border-left-color: var(--color-main); font-size: 16px;
}

.content-wrap.form .ch_form_wrap .item_submit input {
    background: var(--color-main);
    border: 1px solid var(--color-main)
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: #fff;
    color: var(--color-main)
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
    background: url(../images/color/fancy_close.png) no-repeat center center
}

.content-wrap .ch_form_wrap form {
    overflow: auto
}

.sitemap-logo-boxs>.sep-container>h2>a:hover {
    color: white;
    text-decoration: underline
}

#cont>ul>li>a {
    text-transform: capitalize
}

#cont h2,
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>a:after,
#footer {
    background: var(--color-shen) !important
}

#cont>ul>li>ul>li>a,
#cont>ul>li>ul>li.has-childs>ul>li>ul>li>a,
#cont>ul>li>ul>li>ul>li>a {
    color: var(--color-shen) !important
}

#cont>ul>li>ul>li>ul>li>a:before,
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>ul>li>a:before {
    border-top-color: var(--color-shen) !important;
    border-right-color: var(--color-shen) !important
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline
}

#cont h2 {
    background: var(--color-shen) !important;
    display: flex;
    align-items: center;
    justify-content: center
}

#footer a:hover {
    text-decoration: underline
}

.no_index {
    display: block !important
}

.yes_index {
    display: none !important
}

.common_header {
    user-select: none;
    background-color: transparent;
    z-index: 1000;
    position: relative;
    position: fixed;
    padding: 30px 0 0;
    font-family: 'OptimaLTStd-Medium';
    background: none;
    max-width: 1920px;
}

.common_header .nav-container>ul>li>a {
    color: #fff
}

.common_header .nav-container a {
    color: #333
}

.common_header .com_header {
    height: 100%; width: 92%; margin: 0 auto;
    background: rgba(0, 0, 0, 0.24);
    padding: 0 4% 0
}

.common_header .logo {
    height: 100%
}

.common_header .logo img {
    width: auto;
    max-height: 34px
}

.common_header.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 0
}

/* .common_header.header_fixed .logo img, */
.common_header.header_fixed .pc_search {
    filter: brightness(0)
}

.common_header.header_fixed .com_header {
    border-bottom: none; background: none; width: 100%;
}

.common_header.header_fixed .nav-container a {
    color: #333
}
.common_header.header_fixed .nav-container li:hover>a,
.common_header.header_fixed .nav-container>ul>li.common_active>a{color: var(--commonColor);}
.common_header.header_fixed .nav-container>ul>li{line-height: 50px;}
.common_header.header_fixed .nav-container>ul>li:hover::after, .common_header.header_fixed .nav-container>ul>li.common_active::after{
    background: var(--commonColor);
}
.common_header.header_fixed .nav-container li .nav_more{border-top-color: #333;}
.common_header.header_fixed .nav-container>ul>li:hover>.nav_more{border-top-color: var(--commonColor);}


.common_header.header_fixed .header-right .search-icon {
    border-color: var(--color-main)
}

.common_header.header_fixed .header-right .search-icon svg {
    fill: var(--color-main)
}

.common_header.header_fixed .change-language .change-language-title .language-flag>a span {
    color: #333
}

.common_header.header_fixed .change-language .change-language-title .language-flag>a::after {
    border-top-color: #333
}

.common_header .nav-container {
    display: flex;
    flex: 1; justify-content: flex-end;
}

.common_header .nav-container a {
    display: block;
    text-transform: capitalize
}

.common_header .nav-container a:hover {
    text-decoration: none
}

.common_header .nav-container ul,
.common_header .nav-container li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.common_header .nav-container>ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 2
}

.common_header .nav-container>ul>li {
    margin: 0 20px;
    line-height: 90px;
}

.common_header .nav-container>ul>li:hover::after,
.common_header .nav-container>ul>li.common_active::after {
    background: var(--navColor)
}

.common_header .nav-container>ul>li.common_active::after,
.common_header .nav-container>ul>li:hover::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px
}

.common_header .nav-container>ul>li.common_active>a {
    color: var(--navColor)
}

.common_header .nav-container>ul>li:first-child::after {
    left: 0;
    width: 100%
}

.common_header .nav-container>ul>li:hover>.nav_more {
    transform: rotate(180deg);
    border-top-color: var(--navColor)
}

.common_header .nav-container>ul>li:hover>ul {
    top: 100%
}

.common_header .nav-container>ul>li>a {
    font-size: 18px; transition: height 0s ease;
}

.common_header .nav-container>ul>li>ul {
    top: 200%;
    left: var(--pd)
}

.common_header .nav-container>ul>li>ul>li ul {
    margin-left: calc(100%)
}

.common_header .nav-container>ul>li>ul li a {
    padding: 0 10px;
    width: 100%
}

.common_header .nav-container>ul>li>ul li ul {
    top: 100%
}

.common_header .nav-container ul ul {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: all .3s ease;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
    z-index: 999;
    border-top: 3px solid var(--navColor);
    padding: 15px 0
}

.common_header .nav-container ul ul li {
    margin-top: 15px
}

.common_header .nav-container ul ul li:first-child {
    margin-top: 0
}

.common_header .nav-container ul ul a {
    line-height: 1.3
}

.common_header .nav-container li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between
}

.common_header .nav-container li:hover>a {
    color: var(--navColor);
}

.common_header .nav-container li:hover>ul {
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: -18px
}

.common_header .nav-container li:hover>ul>li .nav_more {
    transform: rotate(270deg)
}

.common_header .nav-container>ul>li.common_active>.nav_more,
.common_header .nav-container li:hover>ul>li:hover>.nav_more {
    border-top-color: var(--navColor)
}

.common_header .nav-container li .nav_more {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: transform .2s ease;
    border-radius: 3px;
    margin-left: 3px
}

.common_header .nav-container li>ul {
    min-width: 240px;
    position: absolute
}
.common_header .nav-container li>ul li a:hover{color: var(--commonColor);}

.common_header .header-right {
    display: flex;
    align-items: center; margin-left: 3%;
}

.common_header .header-right .line_div{
    height: 15px; width: 18px; padding: 0 20px 0 18px; overflow: hidden; color: #fff;
}

.common_header .header-right .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.common_header .header-right .search-icon svg {
    fill: var(--color-main)
}

.common_header .header-right .search-icon .pc_search {
    width: 23px;
    height: 23px;
    display: block;
    background: url(../images/color/header_search.png) no-repeat center;
    background-size: contain
}

.common_header .header-right .search-icon .search {
    position: absolute;
    bottom: -52px;
    right: 0;
    transition: transform .3s ease;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.common_header .header-right .search-icon .search.s_show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.common_header .header-right .search-icon .search input {
    border: 0;
    outline: none;
    line-height: 3;
    padding: 0 45px 0 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px
}

.common_header .header-right .search-icon .search span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease
}

.common_header .header-right .search-icon .search span:hover {
    transform: rotate(180deg)
}

.common_header .header-right .search-icon .search span .mobile-ico-sub {
    position: absolute;
    right: 10px;
    top: 8px
}

.common_header .header-right .search-icon .search .mobile-ico-sub {
    position: absolute;
    right: 10px;
    top: 8px
}

@media screen and (max-width: 1500px) {
    .common_header{padding-top: 20px;}
    .common_header .header-right{margin-left: 20px;}
    .common_header .logo img{max-height: 32px;}
    .common_header .com_header{width: 95%; padding: 0 30px;}
    .common_header .nav-container>ul>li{margin: 0 14px;}
}
@media screen and (max-width: 1350px) {
    .common_header .com_header{width: 95%; padding: 0 20px;}
    .common_header .header-right{margin-left: 15px;}
    .common_header .header-right .line_div{padding: 0 15px;}
    .common_header .logo img{max-height: 28px;}
    .common_header .nav-container>ul{zoom: 0.95;}
    .common_header .nav-container>ul>li{margin: 0 12px;}
    /* .common_header.header_fixed .com_header{padding: 0;} */
}
@media screen and (max-width:1200px) {
    .common_header .com_header{width: 96%; padding: 0 15px;}
    .common_header .logo img{max-height: 25px;}
    .common_header .nav-container>ul {zoom: .9}
    /* .common_header .nav-container>ul>li{margin: 0 8px;} */
}

.m_search {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: transform .3s ease;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px
}

.m_search.m_show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.m_search form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    top: 30%
}

.m_search input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    line-height: 40px;
    padding: 0 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px
}

.m_search span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease
}

.m_search span:hover {
    transform: rotate(180deg)
}

.mobile-ico-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff url(../images/mobile_close.png) center center no-repeat;
    background-size: 50% auto;
    cursor: pointer;
    right: -35px
}

.mobile-ico-sub {
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff url(../images/color/pc_search.png) center center no-repeat;
    background-size: 50% auto;
    cursor: pointer;
    display: block
}

.m_search .mobile-ico-sub {
    position: absolute;
    right: 10px
}

.language_warp .language_img,
.language_warp .language--img {
    background: url(../images/yuzhongBG.jpeg) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 6px
}

.language_warp .language-en {
    background-position: 0 -218px
}

.language_warp .language-af {
    background-position: 0 -1px
}

.language_warp .language-sq {
    background-position: 0 -940px
}

.language_warp .language-am {
    background-position: 0 -9px
}

.language_warp .language-be {
    background-position: 0 -48px
}

.language_warp .language-eu {
    background-position: 0 -252px
}

.language_warp .language-az {
    background-position: 0 -36px
}

.language_warp .language-hy {
    background-position: 0 -456px
}

.language_warp .language-ar {
    background-position: 0 -24px
}

.language_warp .language-am {
    background-position: 0 -12px
}

.language_warp .language-fy {
    background-position: 0 -300px
}

.language_warp .language-fr {
    background-position: 0 -288px
}

.language_warp .language-fi {
    background-position: 0 -276px
}

.language_warp .language-et {
    background-position: 0 -240px
}

.language_warp .language-eo {
    background-position: 0 -192px
}

.language_warp .language-en {
    background-position: 0 -216px
}

.language_warp .language-da {
    background-position: 0 -168px
}

.language_warp .language-cs {
    background-position: 0 -144px
}

.language_warp .language-hr {
    background-position: 0 -420px
}

.language_warp .language-co {
    background-position: 0 -132px
}

.language_warp .language-ceb {
    background-position: 0 -108px
}

.language_warp .language-ca {
    background-position: 0 -96px
}

.language_warp .language-bg {
    background-position: 0 -448px
}

.language_warp .language-bs {
    background-position: 0 -84px
}

.language_warp .language-bn {
    background-position: 0 -72px
}

.language_warp .language-be {
    background-position: 0 -48px
}

.language_warp .language-is {
    background-position: 0 -492px
}

.language_warp .language-sm {
    background-position: 0 -972px
}

.language_warp .language-ro {
    background-position: 0 -888px
}

.language_warp .language-pa {
    background-position: 0 -840px
}

.language_warp .language-pt {
    background-position: 0 -876px
}

.language_warp .language-pl {
    background-position: 0 -852px
}

.language_warp .language-fa {
    background-position: 0 -264px
}

.language_warp .language-ps {
    background-position: 0 -264px
}

.language_warp .language-or {
    background-position: 0 -827px
}

.language_warp .language-no {
    background-position: 0 -780px
}

.language_warp .language-ne {
    background-position: 0 -792px
}

.language_warp .language-my {
    background-position: 0 -768px
}

.language_warp .language-mn {
    background-position: 0 -720px
}

.language_warp .language-mr {
    background-position: 0 -732px
}

.language_warp .language-mi {
    background-position: 0 -684px
}

.language_warp .language-mt {
    background-position: 0 -756px
}

.language_warp .language-ml {
    background-position: 0 -708px
}

.language_warp .language-ms {
    background-position: 0 -744px
}

.language_warp .language-mg {
    background-position: 0 -672px
}

.language_warp .language-mk {
    background-position: 0 -696px
}

.language_warp .language-lb {
    background-position: 0 -624px
}

.language_warp .language-lt {
    background-position: 0 -648px
}

.language_warp .language-lv {
    background-position: 0 -660px
}

.language_warp .language-la {
    background-position: 0 -613px
}

.language_warp .language-lo {
    background-position: 0 -636px
}

.language_warp .language-ky {
    background-position: 0 -600px
}

.language_warp .language-ku {
    background-position: 0 -120px
}

.language_warp .language-ko {
    background-position: 0 -588px
}

.language_warp .language-rw {
    background-position: 0 -912px
}

.language_warp .language-km {
    background-position: 0 -564px
}

.language_warp .language-kk {
    background-position: 0 -552px
}

.language_warp .language-kn {
    background-position: 0 -576px
}

.language_warp .language-jv {
    background-position: 0 -528px
}

.language_warp .language-ja {
    background-position: 0 -516px
}

.language_warp .language-it {
    background-position: 0 -504px
}

.language_warp .language-ga {
    background-position: 0 -312px
}

.language_warp .language-id {
    background-position: 0 -467px
}

.language_warp .language-ig {
    background-position: 0 -480px
}

.language_warp .language-hu {
    background-position: 0 -443px
}

.language_warp .language-hmn {
    background-position: 0 -408px
}

.language_warp .language-hi {
    background-position: 0 -397px
}

.language_warp .language-he {
    background-position: 0 -384px
}

.language_warp .language-haw {
    background-position: 0 -300px
}

.language_warp .language-ha {
    background-position: 0 -1079px
}

.language_warp .language-ht {
    background-position: 0 -432px
}

.language_warp .language-gu {
    background-position: 0 -348px
}

.language_warp .language-el {
    background-position: 0 -204px
}

.language_warp .language-de {
    background-position: 0 -180px
}

.language_warp .language-ka {
    background-position: 0 -540px
}

.language_warp .language-gl {
    background-position: 0 -336px
}

.language_warp .language-ru {
    background-position: 0 -900px
}

.language_warp .language-gd {
    background-position: 0 -324px
}

.language_warp .language-sr {
    background-position: 0 -1006px
}

.language_warp .language-st {
    background-position: 0 -1017px
}

.language_warp .language-sn {
    background-position: 0 -984px
}

.language_warp .language-sd {
    background-position: 0 -984px
}

.language_warp .language-si {
    background-position: 0 -1271px
}

.language_warp .language-sk {
    background-position: 0 -1223px
}

.language_warp .language-sl {
    background-position: 0 -960px
}

.language_warp .language-so {
    background-position: 0 -994px
}

.language_warp .language-es {
    background-position: 0 -227px
}

.language_warp .language-su {
    background-position: 0 -1031px
}

.language_warp .language-sw {
    background-position: 0 -1055px
}

.language_warp .language-sv {
    background-position: 0 -1043px
}

.language_warp .language-tl {
    background-position: 0 -1115px
}

.language_warp .language-tg {
    background-position: 0 -1091px
}

.language_warp .language-ta {
    background-position: 0 -1067px
}

.language_warp .language-tt {
    background-position: 0 -1151px
}

.language_warp .language-te {
    background-position: 0 -1079px
}

.language_warp .language-th {
    background-position: 0 -1103px
}

.language_warp .language-tr {
    background-position: 0 -1138px
}

.language_warp .language-tk {
    background-position: 0 -1115px
}

.language_warp .language-uk {
    background-position: 0 -1175px
}

.language_warp .language-ur {
    background-position: 0 -1187px
}

.language_warp .language-ug {
    background-position: 0 -1163px
}

.language_warp .language-uz {
    background-position: 0 -1175px
}

.language_warp .language-vi {
    background-position: 0 -1211px
}

.language_warp .language-cy {
    background-position: 0 -156px
}

.language_warp .language-xh {
    background-position: 0 -1223px
}

.language_warp .language-yi {
    background-position: 0 -1235px
}

.language_warp .language-yo {
    background-position: 0 -1247px
}

.language_warp .language-zu {
    background-position: 0 -1259px
}

.language_warp .language-zh {
    background-position: 0 -1282px
}

.language_warp .language-zh-TW {
    background-position: 0 -1282px
}

.change-language:hover .change-language-cont {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1)
}

.change-language:hover .change-language-title .language-flag>a::after {
    transform: rotate(180deg)
}

.change-language .change-language-title .language-flag>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

.change-language .change-language-title .language-flag>a b {
    display: none
}

.change-language .change-language-title .language-flag>a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    transition: transform .3s;
    margin-left: 10px
}

.change-language .change-language-title .language-flag>a span {
    color: #fff
}

.change-language .change-language-cont {
    position: absolute;
    top: 43px;
    transform: scale(.7);
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 460px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    justify-content: space-between;
    max-height: 60vh;
    padding: 30px
}

.change-language .change-language-cont>li {
    width: calc(100% / 2 - 5px);
    line-height: 2;
    padding: 3px;
    margin: 0;
    border-bottom: 1px solid #dedede; text-transform: capitalize;
}

.change-language .change-language-cont>li a span {
    font-size: 18px
}

.change-language .change-language-cont>li a:hover span {
    color: var(--color-main)
}

.size50,
.size50 span {
    font-family: 'OptimaLTStd-Medium';
    font-weight: 900;
    font-size: 36px;
    color: rgb(var(--color-default))
}

.size50 span {
    color: var(--color-shen);
    margin: 0 0
}

.tit35,
.tit35 span {
    font-family: 'OptimaLTStd-Medium';
    font-size: 28px;
    color: #10221b
}

.tit35 span {
    color: var(--color-shen)
}

.size60{font-weight: 600; font-size: 60px;}

.news_main{padding-bottom: 0 !important; margin-bottom: calc((100 / 19.2) * 1%);}

.footer {
    font-family: 'OptimaLTStd-Medium'; background-color: #000; margin-top: 6%;
    background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;
}
.footer .footer_bg{background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0;}
.footer .footer_bg_mobile{display: none;}
.footer .layout_ {position: relative; z-index: 1;}

.footer .footer_top {
    padding: 4% 0;
}

.footer .footer_top .size50 {
    color: #D8D2C8
}

.footer .footer_top form {
    margin: 40px auto 0;
    width: 825px;
    height: 72px;
    line-height: 72px;
    background: rgba(var(--comColorRgb), 0.36);
    border-radius: 36px 36px 36px 36px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    --submit-w: 142px
}

.footer .footer_top form .email_input {
    width: calc(100% - var(--submit-w) - 30px);
    height: 100%; background: none;
    padding: 0 30px; font-size: 16px; color: var(--commonColor);
}

.footer .footer_top form .submit_btn {
    margin-right: 30px;
    position: relative;
    width: var(--submit-w);
    height: 50px; font-size: 20px;
    background: #000;
    border-radius: 25px 25px 25px 25px;
    color: var(--commonColor);
    cursor: pointer; transition: all 0.5s ease;
}

.footer .footer_top form .submit_btn::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/send.png) no-repeat center / cover;
    margin-left: 10px
}
.footer .footer_top form .submit_btn:hover{background: var(--commonColor); color: #fff;}
.footer .footer_top form .submit_btn:hover::after{background-image: url(../images/send_w.png);}

.footer .footer_top form .submit_btn input {
    color: #ffffff;
    width: 100%;
    height: 100%
}

.footer .footer_top .lists {
    --pd: calc((120 / 14) * 1%);
    margin-top: 4%;
    justify-content: space-between;
}


.footer .footer_top .lists>.item{width: auto; max-width: 220px; padding: 0; background: none; margin: 0;}
.footer .footer_top .lists>.item.item2_cen{width: 36%; max-width: 560px;}
.footer .footer_top .lists>.item:last-child{width: 26%; max-width: 400px;}

.footer .footer_top .lists>.item:first-child {
    /* display: flex;
    flex-direction: row;
    justify-content: space-between */
}

.footer .footer_top .lists>.item.item2_cen .title img {
    display: block; margin: 0 auto; max-height: 33px;
}

.footer .footer_top .lists>.item:last-child {
    text-align: left
}
.footer .footer_top .lists>.item .item2{width: 49%;}
.footer .footer_top .lists>.item .item2:last-child{width: 48%;}
.footer .footer_top .lists>.item a,
.footer .footer_top .lists>.item .title{text-transform: capitalize;}

.footer .footer_top .lists>.item a,
.footer .footer_top .lists>.item .title,
.footer .footer_top .lists>.item .des,
.footer .footer_top .lists>.item .address {
    color: var(--commonColor);
    line-height: 26px; font-size: 14px;
}

.footer .footer_top .lists>.item li{padding: 2px 0;}
.footer .footer_top .lists>.item a{line-height: 24px;}

.footer .footer_top .lists>.item .phone,
.footer .footer_top .lists>.item .email {
    color: var(--commonColor); line-height: 30px; font-size: 14px; margin-top: 5px;
}
.footer .footer_top .lists>.item .email a{text-transform: none;}

.footer .footer_top .lists>.item li {
    text-align: left
}

.footer .footer_top .lists>.item .title {
    font-size: 22px;
    margin: 0 0 15px; color: var(--commonColor); text-align: left;
}

.footer .footer_top .lists>.item .links {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.footer .footer_top .lists>.item .links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--commonColor);
    margin: 8px
}

.footer .footer_top .lists>.item .links a img{height: 20px; width: auto;}

.footer .footer_top .lists>.item .links a:hover{background: #887A6D;}
.footer .footer_top .lists>.item .links a:hover img{animation: swing 0.5s;}

.footer .footer_bot {
    color: var(--commonColor); font-size: 14px;
    border-top: 1px solid var(--navColor);
    padding: 20px 0;
    text-align: center
}
.footer .footer_bot .layout_{border-top: 1px solid var(--commonColor);}

.footer .footer_bot a {
    color: var(--commonColor); font-size: 14px;
    margin: 0 5px
}

.footer .footer_top .lists>.item a:hover,
.footer .footer_bot a:hover{text-decoration: underline;}

@media screen and (max-width:1300px) {
    .size50, .size50 span{font-size: 34px;}
    .size60{font-size: 42px;}
}
@media screen and (max-width:1200px) {
    .size50, .size50 span{font-size: 32px;}
    .size60{font-size: 36px;}
    .footer .footer_top{zoom: 0.9;}
}
@media screen and (max-width:980px) {
    .size50, .size50 span{font-size: 26px;}
    .size60{font-size: 26px;}
    .footer .footer_top{zoom: 1;}
    .footer .footer_bg_mobile{display: block;}
    .footer .footer_bg_pc{display: none;}
}

#aside_right {
    position: fixed;
    right: -90px;
    z-index: 999; top: 50%; transform: translateY(-50%);
}

#aside_right ul li {
    position: relative
}

#aside_right ul li:hover>a::before,
#aside_right ul li.go_active>a::before {
    transform: scale(2)
}

#aside_right ul li:hover .aside_common_show,
#aside_right ul li.go_active .aside_common_show {
    opacity: 1;
    visibility: visible
}

#aside_right ul li:not(:first-child) {
    margin-top: 4px
}

#aside_right ul li>a {
    width: 58px;
    height: 58px;
    background: var(--commonColor);
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#aside_right ul li>a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--commonColor);
    border-radius: 50%;
    transform: scale(0)
}
#aside_right ul li.go_active>a::before,
#aside_right ul li.go_active>a{
    background: #333;
}

#aside_right ul li>a>img {
    max-width: 40%;
    object-fit: cover;
    position: absolute
}

#aside_right ul li .aside_common_show {
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background: var(--commonColor);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#aside_right ul li .aside_common_show.aside_img_show {
    width: 150px;
    height: 150px
}

#aside_right ul li .aside_common_show.aside_img_show img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#aside_right ul li .aside_common_show.aside_txt_show {
    color: #fff
}

#aside_right ul li .aside_common_show.aside_txt_show a {
    color: #fff;
    white-space: nowrap
}

.phone_icon {
    display: none;
    position: absolute;
    top: 999999px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--commonColor);
    align-items: center;
    z-index: 999
}

.phone_icon li {
    flex: 1;
    height: var(--footer-m-h)
}

.phone_icon li:nth-child(odd) {
    background: rgba(255, 255, 255, 0.15);
}

.phone_icon li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.phone_icon li a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    transform: scale(.7)
}



#index_scrollsidebar {
    top: 45%;
    right: 2px;
    transition: all ease-in-out 1s;
    /* visibility: hidden; */
    opacity: 1;
    position: fixed;
    /* transform: translateY(-50%);*/
    z-index: 99999
}

#index_scrollsidebar ul li {
    width: 58px;
    height: 58px;
    background-color: var(--commonColor);
    border-radius: 0;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#index_scrollsidebar ul li .show0 {
    position: absolute;
    background-color: var(--commonColor);
    padding: 6px;
    border-radius: 8px;
    right: 80px;
    top: 50%;
    transition: all ease-in-out .5s;
    transform: translateY(-50%);
    display: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#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: 56px;
    align-items: center;
    justify-content: center;
}

#index_scrollsidebar ul li img {
    border: none;
    vertical-align: middle;
    max-width: 50%;
}

#index_scrollsidebar .gototop {
    background-color: #333;
}

#index_scrollsidebar .gototop .s_smooth {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center;
}

#index_scrollsidebar .gototop .s_smooth img {
    width: 23px;
    width: auto;
}

@media only screen and (max-width: 1024px) {
	#index_scrollsidebar {display: none;}
}
.fix_slide_foot {
	display: none;background: var(--commonColor);position: fixed;
	width: 100%;bottom: 0;flex-wrap: nowrap;flex-direction: row;
	justify-content: space-evenly;align-items: stretch;height: 55px;z-index: 111;
}
.fix_slide_foot li {
	/* border-right: 1px solid white; */ align-content: center;
	display: flex;width: 100%;align-items: center;justify-content: center;
}
.fix_slide_foot li:nth-child(odd){background: rgba(255, 255, 255, 0.15);}
.fix_slide_foot li:last-of-type() {border-right: none;}
.fix_slide_foot li a[title=email] img {height: 30px;}
.fix_slide_foot li a {
	display: flex;width: 100%;align-items: center;justify-content: center;
	align-content: center;
}
.fix_slide_foot li img {height: 30px;width: auto;}
.show0 img {width: 120px;margin: 0 auto 10px;display: block;max-width: unset !important;}
.show0 img:last-child {margin-bottom: 0;}
@media only screen and (max-width: 1024px) {
	#index_scrollsidebar{display: none;}
}
@media only screen and (max-width: 1023px) {
	.fix_slide_foot {display: flex;}
	.footer {padding-bottom: 55px;}
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0;}
.swiper-pagination-bullet{width: 16px; height: 16px; background: rgba(255, 255, 255, 0.3); margin: 0 6px; opacity: 1;}
.swiper-pagination-bullet-active{background: #1F1F1F;}

@media screen and (max-width: 1300px) {
    .swiper-pagination-bullet{width: 14px; height: 14px;}
}

/* 关于我们 - 左图右文 */
.content_wrap{display: flex; justify-content: space-between; align-items: center; margin-top: 20px;}
.content_wrap1{flex-direction: row-reverse;}
.content_wrap .con_left{width: 48%;}
.content_wrap .con_left .pic{position: relative; width: 100%;overflow: hidden;}
.content_wrap .con_left .pic img{display: block; width: 100%; height: auto; transition: all 0.45s ease;}
.content_wrap .con_left:hover .pic img{transform: scale(1.08);}
.content_wrap .con_right{width: 48%;}
.content_wrap .con_right .title{font-size: 22px; line-height: 1.25;}
.content_wrap .con_right .title p{font-size: inherit !important;}
.content_wrap .con_right .brief{font-size: 16px; line-height: 26px; margin-top: 14px;}

@media only screen and (max-width: 980px) {
    .content_wrap{flex-direction: column;}
    .content_wrap .con_left{width: 100%; order: 1;}
    .content_wrap .con_right{width: 100%; order: 2; margin-top: 15px;}
}


/* 产品详情 左文右图 */
.pro_title{font-size: 28px; line-height: 1.4; margin-top: 6px; color: #000; font-family: 'OptimaLTStd-Medium';}

.content_img_txt{display: flex; justify-content: space-between; align-items: center; margin-top: 2%;}
.content_img_txt .content_img{width: 46%; order: 1;}
.content_img_txt .content_img .pic{padding-bottom: 60%;}
.content_img_txt .content_info{width: 50%; order: 2;}
.content_img_txt .content_info .s_title{font-size: 18px; text-transform: uppercase; color: #555;}
.content_img_txt .content_info .title{font-size: 28px; line-height: 1.4; margin-top: 6px; color: #000;}
.content_img_txt .content_info .brief{font-size: 16px; line-height: 26px; color: #666; margin-top: 20px;}

.content_txt_img .content_img{order: 3;}

.content_table_img{display: flex; justify-content: space-between; align-items: center; margin-top: 2%;}
.content_table_img .content_table{width: 63%;}
.content_table table{border-spacing: 0; border-collapse: collapse; width: 100%; font-family: Arial; width: 100%; display: table; table-layout:auto; white-space: normal;}
.content_table tr td, .content_table tr th{border: 2px solid #666; line-height: 1.4; padding: 16px 10px; text-align: left; font-size: 16px; color: #333;}
.content_table tr td:first-child{color: #000; font-size: 18px; font-weight: bold;}

.content_table_img .content_img{width: 34%;}
.content_table_img .content_img .pic{padding-bottom: 60%;}

@media only screen and (max-width: 1400px) {
    .pro_title{font-size: 24px;}

    .content_img_txt .content_info .title{font-size: 24px;}
    .content_img_txt .content_info .s_title{font-size: 17px;}
    .content_img_txt .content_img .pic{padding-bottom: 65%;}
}
@media only screen and (max-width: 980px) {
    .pro_title{font-size: 22px;}

    .content_img_txt{flex-direction: column; margin-top: 24px;}
    .content_img_txt .content_img{width: 100%; order: 1;}
    .content_img_txt .content_info{width: 100%; order: 4; margin-top: 20px;}
    .content_img_txt .content_img .pic{padding-bottom: 60%;}
    .content_img_txt .content_info .s_title{font-size: 16px;}
    .content_img_txt .content_info .title{font-size: 22px;}       
    .content_img_txt .content_info .brief{margin-top: 15px;}     
    
    .content_table_img{flex-direction: column-reverse; margin-top: 24px;}
    .content_table_img .content_table{width: 100%;}
    .content_table table{display: block; table-layout: fixed;}
    .content_table_img .content_img{width: 100%; margin-bottom: 20px;}
}



.flc {
    display: flex;
    align-items: center
}

.com_aside {
    width: var(--com-aside-w);
    position: sticky;
    background: rgba(var(--comColorRgb), 0.3);
    border-radius: 10px 10px 10px 10px;
    padding: 0 30px 36px
}

.com_aside .aside_item {
    margin-top: 32px
}

.com_aside .aside_item:last-child>ul {
    border-bottom: none;
    padding-bottom: 0
}

.com_aside .aside_item .tit {
    font-size: 24px;
    color: var(--color-shen)
}

.com_aside .aside_item .link.active span {
    transform: rotate(90deg)
}

.com_aside .aside_item .link span {
    width: 10px;
    height: 10px;
    display: block;
    background: url(../images/color/icon2.png) no-repeat center;
    background-size: contain;
    transition: all .3s ease;
    cursor: pointer;
    display: none
}

.com_aside .aside_item li.active>.link a {
    color: var(--color-main)
}

.com_aside .aside_item>ul {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000
}

.com_aside .aside_item>ul>li:not(:first-child) {
    margin-top: 14px
}

.com_aside .aside_item>ul>li>a {
    color: #333;
    font-size: 18px;
}

.com_aside .aside_item>ul>li>.link a {
    font-size: 16px;
    color: #333;
}

.com_aside .aside_item>ul>li ul {
    display: none;
    padding: 10px 0
}
.com_aside .aside_item>ul>li.active>ul{display: block;}

.com_aside .aside_item>ul>li ul ul {
    padding-left: 25px
}

.com_aside .aside_item>ul>li ul li {
    line-height: 1.5;
    margin-top: 8px;
    padding-left: 20px
}
.com_aside .aside_item>ul>li ul li.active>a{color: var(--commonColor);}

.com_aside .aside_item>ul>li ul a {
    color: #666666
}

.com_aside .aside_item>ul>li ul a:hover {
    color: var(--color-main)
}

.rec_pro,
.list_pro {
    margin-top: calc((100 / 19.2) * 1%); overflow: hidden;
}

.rec_pro .swiper_main,
.list_pro .swiper_main {
    margin-top: calc((40 / 15.6) * 1%)
}

.rec_pro .swiper_main{position: relative;}
.rec_pro .swiper_main .common-next,
.rec_pro .swiper_main .common-prev{display: none;}

.rec_pro .item,
.list_pro .item {
    background: rgba(243, 243, 243, 0.1);
    padding: 38px
}

.rec_pro_swiper .swiper-wrapper{height: auto !important; align-items: unset;}

.rec_pro_swiper .swiper-wrapper .swiper-slide{height: auto; width: calc((100% - 60px) / 6); margin-right: 12px;}

.rec_pro .item{background: #f3f3f3; padding: 0; border-radius: 10px; overflow: hidden;}

.rec_pro .item:hover,
.list_pro .item:hover {
    background: #f3f3f3
}

.rec_pro .item .img,
.list_pro .item .img {
    padding-bottom: 100%
}

.rec_pro .item .img img,
.list_pro .item .img img {
    object-fit: cover
}

.rec_pro .item .title,
.list_pro .item .title {
    font-size: 14px;
    color: #666;
    line-height: 1.25;
    display: block;
    margin-top: 20px;
    text-align: left
}

.rec_pro .item .title{margin: 16px 0; padding: 0 12px;}

.rec_news .msdes {
    margin-top: 20px
}

.rec_news .rec_news_swiper {
    margin-top: 3%
}

.rec_news .rec_news_swiper .swiper-slide{height: 100%; display: flex; flex-direction: column; justify-content: space-between;}

.rec_news_js_relatednews .swiper-slide{width: calc((100% - 100px) / 6); margin-right: 20px;}
.rec_news_js_video .swiper-slide{width: calc((100% - 100px) / 6); margin-right: 20px;}

.rec_news .rec_news_swiper .img {
    padding-bottom: 100%; border-radius: 20px;
}

.rec_news .rec_news_swiper .time {
    font-size: 14px;
    color: var(--color-506b57);
    margin-top: 22px
}

.rec_news .rec_news_swiper .title {
    font-size: 14px;
    margin-top: 16px;
    display: block;
    flex: 1;
}

.rec_news .rec_news_swiper .desc {
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
    line-height: 30px
}

.rec_news .rec_news_swiper .more {
    font-size: 14px;
    color: #666;
    display: inline-flex;
    margin-top: 20px
}

.rec_news .rec_news_js_finex .img {
    padding-bottom: calc((491 / 4.45) * 1%); padding-bottom: 100%;
}

.rec_news .rec_news_js_video .img .play,
.rec_news .rec_news_js_finex .img .play {
    width: 62px;
    height: 62px;
    background: url(../images/color/play.png) no-repeat center / 26% rgba(51, 51, 51, 0.7);
    z-index: 9;
    position: absolute;
    border-radius: 50%
}

.rec_news .rec_news_js_video .img .play{width: 52px; height: 52px;}

.rec_news_related {
    overflow: hidden;
    margin: calc((100 / 19.2) * 1%) 0 calc((110 / 19.2) * 1%)
}

.rec_video_style {
    background: rgba(var(--comColorRgb), 0.3);
    padding: calc((122 / 19.2) * 1%) 0 calc((94 / 19.2) * 1%);
    border-radius: 10px 10px 10px 10px;
    margin-top: calc((100 / 19.2) * 1%);
    overflow: hidden;
}

@media screen and (max-width:1200px) {
    .rec_pro .item .title{font-size: 18px;}
    .rec_pro_swiper .swiper-wrapper .swiper-slide{width: calc((100% - 36px) / 4);}
}
@media screen and (max-width:950px) {
    .list_num .item{padding: 20px;}
    .rec_pro .item .title{font-size: 18px; margin: 16px 0;}
    .rec_pro_swiper .swiper-wrapper .swiper-slide{width: 100%; margin-right: 16px;}

    .rec_news_js_relatednews .swiper-slide{width: 100%; margin-right: 15px;}
    .rec_news_js_video .swiper-slide{width: 100%; margin-right: 15px;}

    .rec_pro .swiper_main .common-next,
    .rec_pro .swiper_main .common-prev{display: block;
        width: 24px;
        height: 40px;
        background-size: 18px auto;
        background-color: #fff;
        border-radius: 2px;
    }
    .rec_pro .swiper_main .common-prev{left: -13px; background-image: url(../images/prev_1.png);}
    .rec_pro .swiper_main .common-next{right: -13px; background-image: url(../images/next_1.png);}
}

/* page_line */
.page_line{margin-top: 4.5%; border-top: 1px solid var(--commonColor); height: 1px; overflow: hidden;}
@media screen and (max-width:980px) {
    .page_line{margin-top: 30px;}
}

.prne {
    margin-top: 50px;
    display: flex;
    flex-direction: column
}

.prne>div {
    display: flex;
    align-items: center
}

.prne>div:hover {
    color: var(--color-shen)
}

.prne>div:hover span,
.prne>div:hover .txt,
.prne>div:hover .url {
    color: var(--color-shen)
}

.prne>div span {
    margin-right: 34px;
    font-size: 20px;
    color: #666;
    text-transform: uppercase;
    display: block;
    width: 70px; white-space: nowrap;
}
.prne>div a{flex: 1;}

.prne .next {
    margin-top: 30px
}

.fix_slide_foot li a img {
    height: 30px;
    width: auto !important
}

.fix_slide_foot li a[title=email] img{
    height: 28px;
}

.com_team {
    margin-top: calc((110 / 19.2) * 1%)
}

.com_team .team_main {
    --l-w: calc((686 / 15.6) * 1%);
    --pd: calc((113 / 15.6) * 1%)
}

.com_team .team_main .lll .size50 {
    color: var(--color-default)
}

.com_team .team_main .lll .size50 span {
    color: var(--color-shen)
}

.com_team .team_main .lll .desc {
    margin-top: 34px
}

.com_team .team_main .lll .desc p {
    font-size: 18px;
    color: #666666;
    line-height: 30px
}

.com_team .team_main .rrr {
    padding-bottom: calc((484 / 14) * 1%)
}

.com_saying {
    background: rgba(16, 34, 27, 0.1);
    padding: calc((110 / 19.2) * 1%) 0 calc((95 / 19.2) * 1%) 0;
    overflow: hidden;
    --say-pd: calc((305 / 19.2) * 1%)
}

.com_saying .say_swiper {
    padding: 65px var(--say-pd) 0;
    overflow: unset;
    position: relative
}

.com_saying .say_swiper .swiper-slide {
    padding: 0 130px
}

.com_saying .say_swiper .sw-prev,
.com_saying .say_swiper .sw-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 9
}

.com_saying .say_swiper .sw-prev {
    left: var(--say-pd);
    background-image: url(../images/color/say_l.png)
}

.com_saying .say_swiper .sw-next {
    right: var(--say-pd);
    background-image: url(../images/color/say_r.png)
}

.com_saying .say_swiper .sw-pag {
    margin-top: 60px
}

.com_saying .say_swiper .sw-pag .swiper-pagination-bullet {
    margin: 0 14px;
    width: 14px;
    height: 14px;
    background: #96969e;
    opacity: 1
}

.com_saying .say_swiper .sw-pag .swiper-pagination-bullet-active {
    background: var(--color-main)
}

.com_saying .say_swiper .top .img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    padding: 0;
    margin-right: 24px
}

.com_saying .say_swiper .top .info .name {
    font-size: 24px;
    color: var(--color-default)
}

.com_saying .say_swiper .top .job {
    font-size: 18px;
    color: #798190;
    margin-top: 17px
}

.com_saying .say_swiper .des {
    font-size: 18px;
    color: #797979;
    line-height: 30px;
    margin-top: 17px
}

.com_lks {
    margin-top: calc((92 / 19.2) * 1%);
    background: rgba(16, 34, 27, 0.1);
    padding: calc((76 / 19.2) * 1%) calc((50 / 19.2) * 1%)
}

.com_lks .swiper-wrapper {
    align-items: center
}

.com_lks .img {
    height: auto;
    padding: 0
}

.com_lks .img img {
    position: relative;
    object-fit: contain
}

.com_tips {
    margin-top: calc((127 / 19.2) * 1%)
}

.com_tips .tip_swiper {
    margin-top: 53px; position: relative;
}
.com_tips .tip_swiper .swiper-wrapper{align-items: unset;}
.com_tips .tip_swiper .swiper-slide{height: auto; display: flex; flex-direction: column; width: calc((100% - 66px) / 4); margin-right: 22px;}
.com_tips .tip_swiper .tip-pagination{display: none;}

.com_tips .tip_swiper .img {
    padding-bottom: calc((342 / 3.31) * 1%)
}

.com_tips .tip_swiper .title {
    font-size: 18px;
    color: #fff;
    padding: 20px 15px;
    background: var(--color-default);
    line-height: 26px; flex: 1;
}

.com_tips .tip_swiper .item:hover .title {
    background: var(--color-shen)
}

.c_top_info {
    margin-top: calc((90 / 19.2) * 1%)
}

.c_top_info .desc {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px
}


@media screen and (max-width:1366px) {
    .com_tips .tip_swiper{padding-bottom: 42px;}
    .com_tips .tip_swiper .tip-pagination{display: block; bottom: 0;}
    .tip-pagination .swiper-pagination-bullet{width: 14px; height: 14px; background: var(--commonColor); opacity: 0.8;}
    .tip-pagination .swiper-pagination-bullet-active{background: #1F1F1F;}
    .com_tips .tip_swiper .swiper-slide{width: calc((100% - 44px) / 3);}

}
@media screen and (max-width:980px) {
    .com_tips .tip_swiper .swiper-slide{width: 100%;}
}

.c_bot_info{font-size: 16px; color: #666; line-height: 30px;}

.home_go_to_cam {
    padding: calc((132 / 19.2) * 1%) 0 0;
    background: rgba(16, 34, 27, 0.1)
}

.home_go_to_cam .size50 {
    color: var(--color-default);
    margin-top: 20px
}

.home_go_to_cam .size50 span {
    color: var(--color-shen)
}

.home_go_to_cam .lists {
    --pd: 15px;
    --mt: 80px;
    margin-top: 100px
}

.home_go_to_cam .lists .item {
    background: #dadbdb;
    padding: 0 15px 60px;
    border-radius: 10px 10px 10px 10px
}

.home_go_to_cam .lists .item:hover {
    background: var(--color-main)
}

.home_go_to_cam .lists .item:hover .tit,
.home_go_to_cam .lists .item:hover .des {
    color: #fff
}

.home_go_to_cam .lists .item .head {
    width: 90px;
    height: 90px;
    margin-top: -45px
}

.home_go_to_cam .lists .item .tit {
    font-size: 20px;
    margin-top: 20px;
    font-family: Poppins;
    transition: all .3s ease
}

.home_go_to_cam .lists .item .des {
    color: #666;
    margin-top: 10px;
    transition: all .3s ease
}

@media screen and (max-width:1660px) {
    body {
        --all-pd: 5%
    }

    .pages {
        margin-top: 3%
    }

    .list_top .pagation .title {
        font-size: 34px
    }
}

@media screen and (max-width:1366px) {
    body {
        --all-pd: 2%;
        --com-aside-w: 300px;
    }

    .com_aside{padding: 0 20px 25px;}

    .com_aside .aside_item {
        margin-top: 23px
    }

    .com_aside .aside_item .tit {
        font-size: 20px
    }

    .com_aside .aside_item>ul {
        margin-top: 10px;
        padding-bottom: 20px
    }

    .com_aside .aside_item>ul>li:not(:first-child) {
        margin-top: 10px
    }

    .com_aside .aside_item>ul>li ul li {
        margin-top: 15px
    }

    .sm_tit {
        font-size: 18px
    }

    .list_top .pagation .title {
        font-size: 24px
    }

    .list_top .pagation .pagation_list a {
        font-size: 16px
    }

    .list_num3,
    .list_num4 {
        --len: 2
    }

    .list_num3 .item,
    .list_num4 .item {
        margin-left: var(--pd) !important;
        margin-top: var(--mt) !important
    }

    .list_num3 .item:nth-child(2n + 1),
    .list_num4 .item:nth-child(2n + 1) {
        margin-left: 0 !important
    }

    .list_num3 .item:nth-child(-n + 2),
    .list_num4 .item:nth-child(-n + 2) {
        margin-top: 0 !important
    }
}


@media screen and (max-width:1024px) {
    #aside_right {
        display: none
    }

    body {
        padding-bottom: 0 !important
    }
}

@media screen and (max-width:1000px) {
    .com_aside {
        display: none
    }

    .com_list_right {
        width: 100%
    }
}

@media screen and (max-width:980px) {
    body {
        --all-pd: 15px;
        --footer-m-h: 55px;
        --header-m-h: 60px;
        padding-bottom: var(--footer-m-h)
    }

    .rec_news .rec_news_swiper {
        margin-top: 15px
    }

    .tit35,
    .tit35 span {
        font-size: 26px
    }

    .com_team .team_main .rrr {
        padding-bottom: 70%
    }

    .com_saying {
        padding: 60px var(--all-pd) 30px
    }

    .com_saying .say_swiper {
        overflow: hidden;
        padding: 30px 0 0
    }

    .com_saying .say_swiper .swiper-slide {
        padding: 0
    }

    .com_saying .say_swiper .sw-next {
        right: 0
    }

    .com_saying .say_swiper .sw-prev {
        left: 0
    }

    .com_a_left {
        width: 100%
    }

    .list_top .pagation {
        padding: 150px var(--all-pd) 30px
    }

    .c_top_info,
    .com_tips,
    .rec_pro,
    .list_pro,
    .com_team {
        margin-top: 30px
    }

    .com_tips .tip_swiper {
        margin-top: 30px
    }

    .home_go_to_cam {
        padding: 70px 0 49px
    }

    .home_go_to_cam .lists {
        margin-top: 75px
    }

    .home_go_to_cam .lists .item .tit {
        font-size: 24px
    }

    .home_go_to_cam .lists .item .des {
        line-height: 30px
    }

    .rec_news .rec_news_swiper .time {
        margin-top: 16px
    }

    .rec_news .rec_news_swiper .title {
        margin-top: 12px; font-size: 20px;
    }

    .rec_news .rec_news_swiper .desc {
        display: none
    }

    .rec_news .rec_news_swiper .more {
        margin-top: 18px
    }

    .rec_news_related {
        margin: 30px 0 35px
    }

    .mobile-ico-close {
        top: 0px;
        left: 3000%;
        right: unset
    }

    .h5_show .mobile-ico-close {
        left: 65%
    }

    .h5show .mobile-ico-close {
        left: unset;
        right: 0;
        bottom: -30px
    }

    .m_search .mobile-ico-close {
        top: unset
    }

    .wow {
        animation: none !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .sitemap-content {
        padding: 80px 0 10px !important
    }

    .com_tit_size {
        font-size: 28px
    }

    .flex_main .lll,
    .flex_main.flex_main2 .lll,
    .flex_main.flex_main3 .lll,
    .flex_main .rrr,
    .flex_main.flex_main2 .rrr,
    .flex_main.flex_main3 .rrr {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .flex_main .rrr,
    .flex_main.flex_main2 .rrr,
    .flex_main.flex_main3 .rrr {
        margin-top: 30px
    }

    .template_table {
        table-layout: unset;
        margin-top: 20px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border: 0
    }

    .list_num2,
    .list_num3,
    .list_num3_,
    .list_num4 {
        --len: 1;
    }

    .list_num2 .item,
    .list_num3 .item,
    .list_num3_ .item,
    .list_num4 .item {
        width: 100% !important; margin-left: 0 !important;
    }

    .list_num2 .item:nth-child(-n + 2),
    .list_num3 .item:nth-child(-n + 2),
    .list_num4 .item:nth-child(-n + 2),
    .list_num2 .item:nth-child(-n + 3),
    .list_num3 .item:nth-child(-n + 3),
    .list_num3_ .item:nth-child(-n + 3),
    .list_num4 .item:nth-child(-n + 3) {
        margin: 0 !important;
        margin-top: var(--mt) !important
    }

    .list_num2 .item:first-child,
    .list_num3 .item:first-child,
    .list_num4 .item:first-child {
        margin-top: 0 !important
    }

    .a_link_button .more {
        width: 30px;
        height: 30px
    }

    .a_link_button span {
        font-size: 16px
    }

    .pcshow {
        display: none
    }

    .h5show {
        display: block
    }

    .list_top .pagation .pagation_list a {
        padding: 0 5px 0 30px
    }

    .container .common_header{
        padding: 15px 0; background: #fff !important;
    }
    .common_header.header_fixed {
        padding: 15px 15px
    }

    .common_header.header_fixed .com_header {
        padding: 0
    }

    .common_header.header_fixed .nav_m_left .lang span {
        color: #333
    }

    .common_header.header_fixed .nav_m_left .lang span:last-child {
        filter: brightness(0)
    }

    .container .common_header .nav_m_right .search_m,
    .container .common_header .nav_m_right .language_m,
    .container .common_header .nav_m_right .nav_type_m,
    .common_header.header_fixed .nav_m_right .search_m,
    .common_header.header_fixed .nav_m_right .language_m,
    .common_header.header_fixed .nav_m_right .nav_type_m {
        filter: brightness(0)
    }

    .common_header {
        display: flex;
        align-items: flex-end;
        height: auto;
        justify-content: space-between;
        flex-direction: column; padding-top: 20px; top: 0; height: 56px;
    }

    .common_header #head_nav {
        justify-content: unset
    }

    .common_header .com_header {
        padding: 0 15px; width: 100%; background: none;
        border: none
    }

    .common_header>.layout_ {
        width: 100%
    }

    .common_header.transparent {
        background-color: transparent;
        box-shadow: unset
    }

    .common_header .logo {
        padding: 0; height: auto;
        display: block !important
    }

    .common_header .logo img {
        max-width: 300px;
        max-height: 20px;
    }

    .common_header #head_nav,
    .common_header #headerRight {
        opacity: 0;
        visibility: hidden
    }

    .common_header .nav_h5 {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
        overflow: hidden
    }

    .common_header .nav_h5.h5_show {
        z-index: 999
    }

    .common_header .nav_h5.h5_show>ul {
        transform: translateX(0)
    }

    .common_header .nav_h5.h5_show#head_nav,
    .common_header .nav_h5.h5_show#headerRight {
        opacity: 1;
        visibility: visible
    }

    .common_header .nav_h5 li {
        position: relative
    }

    .common_header .nav_h5 li .nav_more {
        position: absolute;
        right: 0;
        top: 18px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .common_header .nav_h5 li .nav_more::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 5px solid #ccc;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        margin-left: 8px;
        transition: transform .2s ease;
        transform: rotate(270deg)
    }

    .common_header .nav_h5 li .nav_more.rotate::after {
        transform: rotate(360deg)
    }

    .common_header .nav_h5 li ul {
        display: none
    }

    .common_header .nav_h5>ul {
        width: 65%;
        height: 100vh;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 15px 10px;
        transform: translateX(-100%);
        transition: transform .3s ease
    }

    .common_header .nav_h5>ul>li {
        line-height: 40px;
        border-bottom: 1px solid #eee
    }

    .common_header .nav_h5>ul>li.common_active>a {
        color: var(--color-main)
    }

    .common_header .nav_h5>ul>li>ul{padding-bottom:10px}

    .common_header .nav_h5>ul>li>ul,
    .common_header .nav_h5>ul>li ul ul {
        padding-left: 20px
    }

    .common_header .nav_h5>ul>li ul .nav_more {
        top: 13px
    }

    .common_header .nav_h5>ul>li>ul>li {
        position: relative;
        line-height: 30px
    }

    .common_header .nav_h5>ul>li>ul>li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: -9px;
        top: 13px
    }

    .common_header .nav_h5 a {
        text-transform: capitalize
    }

    .common_header .header-right {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease; margin-left: 0;
    }

    .common_header .header-right.h5_show {
        z-index: 999
    }

    .common_header .header-right.h5_show#head_nav,
    .common_header .header-right.h5_show#headerRight {
        opacity: 1;
        visibility: visible
    }

    .common_header .header-right.h5_show .change-language {
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }

    .common_header .header-right .change-language {
        position: absolute;
        width: 65%;
        left: 0;
        top: 0;
        height: 100vh;
        padding: 0;
        background: #fff;
        transform: translateX(-100%);
        transition: all .3s ease
    }

    .common_header .header-right .change-language .change-language-title {
        display: none
    }

    .common_header .header-right .change-language .change-language-cont {
        position: unset;
        transform: scale(1);
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        box-shadow: none;
        max-height: 100vh;
        overflow-y: auto;
        padding: 15px
    }

    .common_header .header-right .change-language .change-language-cont li {
        width: 100%;
        line-height: 2; text-transform: capitalize;
    }

    .common_header .header-right .search-icon {
        display: none
    }

    .common_header .nav_m_left {
        display: flex;
        margin: 16px 0
    }

    .common_header .nav_m_left .lang {
        margin-right: 28px
    }

    .common_header .nav_m_left .lang span {
        font-size: 18px;
        color: #ffffff
    }

    .common_header .nav_m_left .lang span:last-child {
        width: 11px;
        height: 7px;
        display: block;
        background: url(../images/color/arrow_down.png) no-repeat center / cover;
        margin-left: 8px
    }

    .common_header .nav_m_right {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: relative
    }

    .common_header .nav_m_right .language_m,
    .common_header .nav_m_right .search_m,
    .common_header .nav_m_right .nav_type_m {
        width: 26px;
        height: 26px;
        background-position: center;
        display: block;
        background-size: 20px auto;
        background-repeat: no-repeat;
        position: relative
    }

    .common_header .nav_m_right .language_m {
        background-image: url(../images/color/language.png); margin: 0 16px;
    }

    .common_header .nav_m_right .search_m {
        background-image: url(../images/color/search.png)
    }

    .common_header .nav_m_right .nav_type_m {
        background-image: url(../images/color/nav_m.png)
    }

    .phone_icon {
        display: flex;
        position: fixed;
        top: unset
    }

    .footer {
        padding-bottom: 55px
    }

    .footer .footer_top {
        padding: 36px 0 24px; text-align: left;
    }
    .footer .footer_top .size60{text-align: left;}

    .footer .footer_top form {
        width: 100%;
        margin-top: 20px;
        height: 60px;
        line-height: 60px
    }
    .footer .footer_top form .email_input{width: calc(100% - var(--submit-w) - 16px); padding: 0 18px 0 24px;}

    .footer .footer_top form .submit_btn {
        width: auto;
        padding: 0 20px;
        height: 40px;
        border-radius: 40px;
        margin-right: 12px; font-size: 18px;
    }
    .footer .footer_top form .submit_btn::after{width: 20px; height: 20px;}

    .footer .footer_top .lists {
        margin-top: 40px
    }

    .list_num .item{order: 2;}
    .list_num .item2_cen{order: 1;}
    .footer .footer_top .lists>.item{margin-top: 24px !important;}
    .footer .footer_top .lists>.item.item2_cen{margin-top: 0;}
    .footer .footer_top .lists>.item.item2_cen .title img{margin: 0;}

    .footer .footer_top .lists>.item:first-child {
        justify-content: unset
    }

    .footer .footer_top .lists>.item:first-child .item2 {
        width: 50%;
        text-align: left
    }

    .footer .footer_top .lists>.item:first-child .item2 .title {
        margin-bottom: 15px;
        font-size: 20px
    }

    .footer .footer_top .lists>.item.item2_cen .title {
        margin: 0 0 15px
    }

    .footer .footer_top .lists>.item .links {
        margin: 18px 0 0; justify-content: flex-start;
    }
    .footer .footer_top .lists>.item .links a:first-child{margin-left: 0;}

    .footer .footer_top .lists>.item .title {
        margin-bottom: 10px; font-weight: 600;
    }

    .footer .footer_bot {
        line-height: 30px; padding: 20px 0;
    }
}


@-webkit-keyframes fadeInLeftA{0%{opacity: 0;-webkit-transform: translate3d(-50px,0,0);transform: translate3d(-50px,0,0)}to{opacity: 1;-webkit-transform: none;transform: none}}
@keyframes fadeInLeftA {0%{opacity: 0;-webkit-transform: translate3d(-50px,0,0);-ms-transform: translate3d(-50px,0,0);transform: translate3d(-50px,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,50px,0);transform: translate3d(0,50px,0)}to{opacity: 1;-webkit-transform: none;transform: none}}
@keyframes fadeInUpA{0%{opacity: 0;-webkit-transform: translate3d(0,50px,0);-ms-transform: translate3d(0,50px,0);transform: translate3d(0,50px,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(50px,0,0);transform:translate3d(50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInRightA{0%{opacity:0;-webkit-transform:translate3d(50px,0,0);-ms-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}to{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInRightA{-webkit-animation-name:fadeInRightA;animation-name:fadeInRightA}

@-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}