/* CSS Reset */

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

#think_page_trace_open {
    display: none;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

html {
    -webkit-text-size-adjust: none;
    width: 100%;
    max-width: 100%;
}

body {
    color: #222222;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family:arial;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
}

input,
select,
textarea {
    border-radius: 0;
    outline: none;
    font-family: "microsoft yahei", arial, "STXihei";
    border: 0;
    padding: 0;
    margin: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
}

a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

a:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

::after,
::before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
}

.MoShow {
    display: none;
}
.text-overflow{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.text-overflow-line2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-overflow-line3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-overflow-line4{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    line-height: 1;
}

p {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.hidden {
    overflow: hidden;
}

.m-header-nav {
    display: none;
}

.IBg {
    background: #031537;
}

.tra {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.tra:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    filter: scale(1.15);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.dflex {
    display: flex;
}

.jccenter {
    justify-content: center;
}

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

.notBlue {
    -moz-user-select: none;
    /* 火狐 */
    -webkit-user-select: none;
    /* webkit浏览器 */
    -ms-user-select: none;
    /* IE10 */
    -khtml-user-select: none;
    /* 早期浏览器 */
    user-select: none;
}


.ovyscroll.left {
    direction: rtl;
    overflow-y: auto;
}

.ovyscroll.left>* {
    direction: ltr;
}

.ovyscroll {
    overflow-y: auto;
    position: relative;
}

.ovyscroll::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 100px;
}

.ovyscroll::-webkit-scrollbar-thumb {
    background: #008c7c;
    border-radius: 100px;
}

.ovyscroll::-webkit-scrollbar-button {
    background: #e5e5e5;
    display: none;
    border-radius: 100px;
}

.ovyscroll::-webkit-scrollbar-corner {
    background: #e5e5e5;
    border-radius: 100px;
}

.ovyscroll::-webkit-scrollbar {
    width: 5px;
    height: 0px;
    border-radius: 100px;
}

.ovxscroll {
    overflow-x: auto;
}

.ovxscroll::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 100px;
}

.ovxscroll::-webkit-scrollbar-thumb {
    background: #008c7c;
    ;
    border-radius: 100px;
}

.ovxscroll::-webkit-scrollbar-button {
    background: #e5e5e5;
    display: none;
    border-radius: 100px;
}

.ovxscroll::-webkit-scrollbar-corner {
    background: #e5e5e5;
    border-radius: 100px;
}

.ovxscroll::-webkit-scrollbar {
    width: 0;
    height: 5px;
    border-radius: 100px;
}

.FWBolder {
    font-weight: bolder;
}

.FWBold {
    font-weight: bold;
}

.FW500 {
    font-weight: 500;
}

.j_span span{
    color: #767171;
    font-weight: 500;
}

/* 弹窗样式 Start */
.message_box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 999999999;
}

.message_box .message_box_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 999999999;
}

.message_box .message_box_content {
    width: 18%;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    text-align: left;
    overflow: hidden;
    backface-visibility: hidden;
}

.message_box .message_box_content .content_top {
    position: relative;
    padding: 15px 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message_box .message_box_content .content_top .content_top_title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    color: #303133;
}

.message_box .message_box_content .content_top .content_top_close {
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message_box .message_box_content .content_top .content_top_close .top_close_li {
    width: 1px;
    height: 13px;
    border-radius: 100px;
    background-color: #909399;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transition: background-color .45s ease;
    -moz-transition: background-color .45s ease;
    transition: background-color .45s ease;
}

.message_box .message_box_content .content_top .content_top_close .top_close_left {
    transform: rotate(45deg);
}

.message_box .message_box_content .content_top .content_top_close .top_close_right {
    transform: rotate(315deg);
}

.message_box .message_box_content .content_top .content_top_close:hover .top_close_li {
    background: #ec7700;
}

.message_box .message_box_content .content_center {
    padding: 13px 15px;
}

.message_box .message_box_content .content_center p {
    color: #606266;
    font-size: 14px;
}

.message_box .message_box_content .content_center input {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #606266;
    border-radius: 4px;
    color: #606266;
}

.message_box .message_box_content .content_center input:focus {
    border-color: #3a8ee6;
}

.message_box .message_box_content .content_bottom {
    padding: 10px 15px 15px 15px;
    text-align: right;
}

.message_box .message_box_content .content_bottom .content_bottom_btns {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #008c7c;
    border: 1px solid #008c7c;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 9px 17px;
    font-size: 13px;
    border-radius: 4px;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
}

.message_box .message_box_content .content_bottom .content_bottom_btns:hover {
    border-color: #ec7700;
    background-color: #ec7700;
}

.pcpopup .message_box_content .content_bottom .content_bottom_btns.no {
    margin-right: 12px;
}

.pcpopup .message_box_content .content_bottom .content_bottom_btns.no {
    border-color: #c1c1c1;
    background-color: #c1c1c1;
    color: #ffffff;
}

.pcpopup .message_box_content .content_bottom .content_bottom_btns.no:hover {
    border-color: #aaaaaa;
    background-color: #aaaaaa;
}

.prompts .message_box_content .content_top .content_top_title {
    font-size: 17px;
}

.prompts .message_box_content .content_center {
    padding: 8px 15px;
}

.message_box .message_box_bg.on {
    opacity: 1;
}

@media screen and (max-width:3820px) {
    .message_box .message_box_content {
        width: 17%;
    }
}

@media screen and (max-width:2490px) {
    .message_box .message_box_content {
        width: 18%;
    }
}

@media screen and (max-width:1920px) {
    .message_box .message_box_content {
        width: 20%;
    }

    .message_box .message_box_content .content_bottom .content_bottom_btns {
        padding: 8px 15px;
        font-size: 12px;
    }
}

@media screen and (max-width:1740px) {
    .message_box .message_box_content {
        width: 21%;
    }
}

@media screen and (max-width:1680px) {
    .message_box .message_box_content {
        width: 22%;
    }
}

@media screen and (max-width:1560px) {
    .message_box .message_box_content {
        width: 23%;
    }
}

@media screen and (max-width:1440px) {
    .message_box .message_box_content {
        width: 25%;
    }
}

@media screen and (max-width:1366px) {
    .message_box .message_box_content {
        width: 27%;
    }
}

@media screen and (max-width:1280px) {
    .message_box .message_box_content {
        width: 28%;
    }
}

@media screen and (max-width:1240px) {
    .message_box .message_box_content {
        width: 29%;
    }
}

@media screen and (max-width:1024px) {
    .message_box .message_box_content {
        width: 30%;
    }
}

@media screen and (max-width:980px) {
    .message_box .message_box_content {
        width: 38%;
    }
}

@media screen and (max-width:800px) {
    .message_box .message_box_content {
        width: 80%;
        border-radius: 5px;
    }

    .message_box .message_box_content .content_top {
        padding: 12px 12px 10px;
    }

    .message_box .message_box_content .content_center {
        padding: 8px 12px;
    }

    .message_box .message_box_content .content_center {
        padding: 7px 12px;
    }

    .message_box .message_box_content .content_bottom {
        padding: 10px 12px 12px 12px;
    }

    .message_box .message_box_content .content_bottom .content_bottom_btns {
        padding: 6px 12px;
        font-size: 12px;
        border-radius: 5px;
    }
}

/* 弹窗样式 End */


.page {
    width: 100%;
    margin-top: 60px;
}

.layui-laypage {
    display: flex;
    font-size: 14px;
    color: #333;
    align-items: center;
    justify-content: center;
}

.layui-laypage .layui-laypage-disabled {
    margin: 0 7px;
    border-radius: 100px;
    border: 1px solid #dadada;
}

.layui-laypage .layui-laypage-count {
    margin-right: 7px;
    padding: 0 11px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    color: #999;
    background-color: #f9f9f9;
    border: 1px solid #dadada;
    display: none;
    border-radius: 100px;
}

.layui-laypage a {
    width: 48px;
    height: 48px;
    color: #999;
    font-size: 14px;
    color: #999;
    border: 1px solid #dadada;
    text-align: center;
    margin: 0 7px;
    font-family: Arial;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.layui-laypage-curr {
    width: 48px;
    height: 48px;
    font-size: 14px;
    border-radius: 100px;
    color: #999;
    text-align: center;
    margin: 0 7px;
    font-family: Arial;
    position: relative;
    font-weight: 100;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.layui-laypage-curr em,
.layui-laypage-disabled em {
    font-style: inherit;
    font-family: Arial;
    border-radius: 100px;
}

.layui-laypage-curr em:last-child {
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 100;
    background-color: #078e81;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layui-laypage i {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999;
    font-weight: 100;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    background-color: #f9f9f9;
}

.layui-laypage .layui-laypage-disabled:hover {
    color: #999;
    background-color: #f9f9f9;
}

.layui-laypage a:hover {
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    background-color: #078e81;
    border-color: #078e81;
}

.layui-laypage a:hover i {
    background-color: #078e81;
    border-color: #078e81;
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.layui-laypage-limits,
.layui-laypage-skip {
    display: none;
}



.search {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1250;
}

.search .search_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search .search_bg .search_content {
    width: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    filter: scale(0);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    opacity: 1;
}

.search .search_bg.on .search_content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    opacity: 1;
}

.search .search_content .search_content_top {
    position: relative;
}

.search .search_content .search_content_top .search_close {
    position: absolute;
    right: 0;
    top: -50px;
    color: #fff;
    font-size: 30px;
}

.search .search_content .search_content_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
}

.search .search_content input[type="search"] {
    width: 80%;
    background: inherit;
    height: 80px;
    font-size: 16px;
    color: #333;
    padding: 0px 20px;
    z-index: 1;
    position: relative;
    background: #fff;
    border: 0px;
}

.search .search_content input[type="submit"] {
    width: 20%;
    height: 80px;
    font-size: 16px;
    z-index: 1;
    position: relative;
    color: #111;
    cursor: pointer;
    color: #fff;
    background: #1438a1;
    border: 0px;
}



/* 头部 */
.pc_all .pc_all_content {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.pc_all * {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.pc_all *:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.Header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 19920111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 56px;
    transition:all .5s;
}
.Header.active{
    background: #fff;
}
.Header.active .Header_left .Header_left_nav .left_nav_list .nav_list_title{
    color:#333;
}

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

.Header .Header_left .Header_left_menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 40px;
}

.Header .Header_left .Header_left_menu span {
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.Header.active .Header_left .Header_left_menu span{
    color:#333;
}
.Header .Header_left .Header_left_menu span img {
    height: 16px;
}
.head_search .sbtn{ font-size: 20px; cursor:pointer;}
.head_search .sbtn:hover{ color:#008c7c;}
.top_search{ position: fixed; width:100%; top: 95px; left:0; padding:40px 0; background:rgba(0,0,0,.6); display:none;}
.top_search .s_form{ width: 100%;}
.top_search .s_form .inp{ width: calc(100% - 200px); margin-right:auto; background: none; line-height: 43px; border-bottom: 1px solid #fff; padding-left:10px; color:#fff;}
.Header .Header_left .head_search .sbtn{ color: #fff;}
.Header .Header_left .Header_left_Global {
    margin-left: 37px;
    color: #fff;
    position: relative;
}
.Header.active .Header_left .head_search .sbtn{ color: #333;}
.Header .Header_left .Header_left_Global span {
    margin-right: 10px;
}

.Header .Header_left .Header_left_Global span img {
    height: 18px;
}

.Header .Header_left .Header_left_Global .left_menu_ri i {
    margin-left: 6px;
}

.Header .Header_left .Header_left_Global .btn_Global_down {
    position: absolute;
    top: 100%;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    display: none;
}

.Header .Header_left .Header_left_Global:hover .btn_Global_down {
    display: block;
}

.Header .Header_left .Header_left_Global .btn_Global_down:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, .5);
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.Header .Header_left .Header_left_Global .btn_Global_down .Global_down_padding {
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
    overflow: hidden;
}

.Header .Header_left .Header_left_Global .btn_Global_down a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 38px;
    text-align: center;
}

.Header .Header_left .Header_left_Global .btn_Global_down a:hover {
    background: #009073;
}
.Header.active .Header_left .Header_left_Global{
    color:#333;
}


.Header .Header_left .Header_left_nav {
    display: flex;
    align-items: center;
    margin-left: 70px;
}

.Header .Header_left .Header_left_nav .left_nav_list {
    margin-right: 35px;
}

.Header .Header_left .Header_left_nav .left_nav_list:last-child {
    margin-right: 0px;
}

.Header .Header_left .Header_left_nav .left_nav_list .nav_list_title {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 100px;
}

.Header .Header_left .Header_left_nav .left_nav_list:hover .nav_list_title {
    background: #008c7c;
}

.Header .Header_left .Header_left_nav .left_nav_list.active .nav_list_title {
    background: #008c7c;
    color:#fff;
}
.Header.active .Header_left .Header_left_nav .left_nav_list:hover .nav_list_title{
    color:#fff;
}

.Header .Header_logo {
    display: flex;
}

.Header .Header_logo img {
    height: 43px;
}
.Header .Header_logo img.img1{
    display: block;
}
.Header .Header_logo img.img2{
    display: none;
}
.Header.active .Header_logo img.img1{
    display: none;
}
.Header.active .Header_logo img.img2{
    display: block;
}


.Dropdown {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff url(../images/bn61.png) no-repeat;
    background-position: left bottom;
    background-size: 100%;
    z-index: 199201111;
    overflow: hidden;
    transition: all 0.45s ease 0s;
    -webkit-transform: all 0.15s ease 0s;
}

.Dropdown .Dropdown_nav {
    padding: 138px 0 217px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 60px;
}

.Dropdown .close_btn {
    position: absolute;
    top: 38px;
    right: 56px;
    cursor: pointer;
    z-index: 999;
}

.Dropdown .Dropdown_nav .Dropdown_nav_list {
    flex:1;
}
.Dropdown .Dropdown_nav .Dropdown_nav_list:first-child{
    display: none;
}

.Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_top {
    width: 100%;
    padding-bottom: 22px;
    border-bottom: 1px solid #dadada;
    height: 100px;
}

.Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_top .list_top_title {
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}

.Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_top .list_top_p {
    width: 100%;
    line-height: 1.5;
}

.Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_bottom {
    width: 100%;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
}

.Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_bottom a {
    display: block;
    margin-bottom: 15px;
    line-height: 1.5;
}

.Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_bottom a:last-child {
    margin-bottom: 0;
}

.Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_bottom a:hover {
    color: #fd8c1e;
}

.Dropdown.on {
    height: 100vh;
}

/*
.Dropdown .Dropdown_nav::after{content: ""; display: inline-block; background: url(../images/bn59.png) no-repeat; background-size: 100%; position: absolute; width: 90%; height: 172px; left: 50%; top: 58%; transform: translateX(-50%) translateY(-50%);}
*/

@media screen and (max-width:3800px) {
    .Dropdown.on {
        height: 100vh;
    }
}

@media screen and (max-width:2520px) {
    .Dropdown.on {
        height: 100vh;
    }
}

@media screen and (max-width:1650px) {
    .Dropdown .Dropdown_nav .Dropdown_nav_list {
        width: calc(19% - 80px);
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_top {
        height: 100px;
    }
}

@media screen and (max-width:1550px) {
    .Dropdown .Dropdown_nav .Dropdown_nav_list {
        width: calc(19% - 70px);
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_top {
        padding-bottom: 20px;
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_top .list_top_title {
        margin-bottom: 14px;
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_bottom {
        padding-top: 32px;
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_bottom a {
        margin-bottom: 26px;
    }

    .Dropdown.on {
        height: 100vh;
    }
}

@media screen and (max-width:1450px) {
    .Dropdown .Dropdown_nav {
        padding: 120px 0 200px 0;
    }

    .Dropdown .close_btn {
        top: 30px;
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list {
        width: calc(19% - 50px);
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_top .list_top_p {
        line-height: 1.2;
        min-height: 38px;
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_bottom {
        padding-top: 26px;
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_bottom a {
        margin-bottom: 20px;
    }

    .Dropdown.on {
        height: 100vh;
    }
}

@media screen and (max-width:1360px) {
    .Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_top {
        height: 80px;
    }

}

@media screen and (max-width:1280px) {
    .Dropdown .Dropdown_nav {
        padding: 90px 0 180px 0;
    }

    .Dropdown .close_btn {
        top: 30px;
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list {
        width: calc(19% - 30px);
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_top .list_top_p {
        font-size: 12px;
        min-height: 35px;
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_bottom {
        padding-top: 24px;
    }

    .Dropdown .Dropdown_nav .Dropdown_nav_list .nav_list_bottom a {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .Dropdown.on {
        height: 100vh;
    }
}

@media screen and (max-width:1024px) {
    .Dropdown {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .Dropdown {
        display: none;
    }
}




.Btn {
    display: flex;
    align-items: center;
    border-radius: 100px;
    position: relative;
    height: 50px;
    border: 1px solid #dadada;
}

.Btn * {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.Btn *:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.Btn span {
    color: #666666;
    padding-right: 70px;
    padding-left: 28px;
    position: relative;
    right: 0;
}

.Btn b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #008c7c;
    position: absolute;
    left: calc(100% - 48px);
    margin-right: -1px;
}

.Btn b img {
    height: 17px;
}

.Btn:hover {
    background: #008c7c;
    border: 1px solid rgba(0, 0, 0, 0);
}

.Btn:hover span {
    right: -50px;
    color: #fff;
}

.Btn:hover b {
    left: -1px;
    transform: rotate(360deg);
    background: #fd8c1e;
}

.Btn.color {
    background: #008c7c;
    border: 1px solid rgba(0, 0, 0, 0);
}

.Btn.color span {
    color: #fff;
}

.Btn.color b {
    background: #fd8c1e;
}

.Btn.color2 span {
    color: #fff;
}




/* 首页 */
.banner {
    overflow: hidden;
    height: 85vh;
    position: relative;
}

.banner .banner_list {
    position: relative;
}

.banner .banner_list .banner_list_img {
    display: flex;
    overflow: hidden;
}

.banner .banner_list .banner_list_img img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
    -webkit-animation: bs2 80s linear infinite;
    animation: bs2 80s linear infinite;
}

.banner .banner_list .banner_list_po {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.banner .banner_list .banner_list_po .list_po_dd {
    color: #fff;
    display: flex;
    flex-direction: column;
    display: none;
    font-weight: bolder;
    letter-spacing: 0.05em;
    line-height: 1.3;
    max-width: 70%;
    text-transform: uppercase;
}

.banner .banner_list.swiper-slide-active .banner_list_po .list_po_dd {
    display: flex;
}

.banner .banner_list .banner_list_po .list_po_dd span {
    color: #ec7700;
}

.banner .banner_list .banner_list_po .list_po_dd .po_dd_r {
    margin-left: 34px;
}

.banner .banner_list .banner_list_po .list_po_dt {
    color: #fff;
    letter-spacing: 0.17em;
    display: none;
    line-height: 1.5;
}

.banner .banner_list .banner_list_po .po_dt_img img {
    max-width: 900px;
    width: 50vw;
}

.banner .banner_list.swiper-slide-active .banner_list_po .list_po_dt {
    display: flex;
}

.banner .banner_list .banner_list_po .list_po_btn {
    margin-top: 60px;
    display: none;
}

.banner .banner_list.swiper-slide-active .banner_list_po .list_po_btn {
    display: flex;
}

.banner .banner_list .banner_list_po .list_po_icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.banner .banner_list.swiper-slide-active .banner_list_po .list_po_icon {
    display: flex;
}

.banner .banner_list.swiper-slide-active .banner_list_po .list_po_icon img {
    width: 39px;
}

.banner .banner_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.banner .banner_bottom .swiper-pagination {
    position: relative;
}

.banner .banner_bottom .swiper-pagination span {
    width: 35px;
    margin-right: 6px;
    border-radius: 0;
    height: 4px;
    background: rgba(255, 255, 255, .3);
    opacity: 1;
    transform: skewX(-30deg);
}

.banner .banner_bottom .swiper-pagination span.swiper-pagination-bullet-active {
    background: #ec7700;
}

.banner .banner_bottom .banner_bottom_right {
    height: 84px;
    border-radius: 0px 1010px 0px 0px;
    display: flex;
    align-items: center;
    padding-right: 110px;
    width: 66%;
    position: relative;
    background: #fff;
}

.banner .banner_bottom .banner_bottom_right::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    width: 50vw;
    height: 100%;
    left: -50vw;
    background: #fff;
    position: absolute;
    top: 0;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list:hover .right_list_title {
    color: #008c7c;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_icon {
    color: #008c7c;
    display: flex;
    align-items: center;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_icon img {
    height: 17px;
    margin-right: 11px;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_title {
    width: calc(100% - 140px);
    overflow: hidden;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_title * {
    -webkit-transition: auto;
    -moz-transition: auto;
    transition: auto;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_title *:hover {
    -webkit-transition: auto;
    -moz-transition: auto;
    transition: auto;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_title .infoList {
    display: flex;
    position: relative;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_title .infoList li {
    list-style: none;
    margin-right: 20px;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_title .infoList li:last-child {
    margin-right: 0px;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_title .infoList a {
    white-space: nowrap;
    color: #666666;
    list-style: none;
    display: inline-block;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_title .infoList a:hover {
    color: #008c7c;
}

.banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_title .infoList a span {
    margin-right: 20px;
}

@keyframes bs2 {
    0% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        filter: scale(1.05);
        filter: transform;
    }

    8.3333333333% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        filter: scale(1.1);
        filter: transform;
    }

    16.6666666666% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        filter: scale(1.15);
        filter: transform;
    }

    25% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        filter: scale(1.2);
        filter: transform;
    }

    33.3333333333% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        filter: scale(1.15);
        filter: transform;
    }

    41.6666666667% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        filter: scale(1.1);
        filter: transform;
    }

    50% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        filter: scale(1.05);
        filter: transform;
    }

    58.3333333333% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        filter: scale(1.1);
        filter: transform;
    }

    66.6666666667% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        filter: scale(1.15);
        filter: transform;
    }

    75% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        filter: scale(1.2);
        filter: transform;
    }

    83.333333333% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        filter: scale(1.15);
        filter: transform;
    }

    91.666666666% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        filter: scale(1.1);
        filter: transform;
    }

    100% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        filter: scale(1.05);
        filter: transform;
    }
}

.banner .banner_bottom .banner_bottom_Scroll {
    position: absolute;
    right: -235px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bolder;
    cursor: pointer;
}

.banner .banner_bottom .banner_bottom_Scroll img {
    height: 28px;
    margin-right: 12px;
    margin-left: 40px;
}

.banner .banner_bottom .banner_bottom_Scroll .bottom_Scroll_icon {
    width: 160px;
    height: 1px;
    background: #fff;
    display: flex;
    align-items: center;
}

.banner .banner_bottom .banner_bottom_Scroll .bottom_Scroll_icon span {
    width: 50%;
    height: 1px;
    display: inline-block;
    background: #fd8c1e;
}

.banner .banner_dots {
    position: absolute;
    right: 60px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.banner .banner_dots .swiper-pagination {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 14px;
    position: relative;
    margin-bottom: 28px;
}

.banner .banner_dots .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 12px 0px;
}

.banner .banner_dots .swiper-pagination span.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    opacity: 1;
}

.banner .banner_dots .banner-prev,
.banner .banner_dots .banner-next {
    transform: rotate(90deg);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.banner .banner_dots .banner-next {
    margin-top: 10px;
}

.banner .banner_dots span {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    transform: rotate(90deg);
}


.pagination{
    justify-content: center;
}
.pagination li{
    width: 48px;
    height: 48px;
    font-size: 18px;
    border-radius: 100px;
    color: #999;
    text-align: center;
    margin: 0 7px;
    font-family: cursive;
    position: relative;
    font-weight: 100;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.pagination li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pagination li.active,.pagination li a:hover{
    color: #fff;
    background-color: #078e81;
}
.pagination li.active a{
    color:#fff;
}
.pagination li.first,.pagination li.last{
    display: none;
}

.Title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.Title .Title_t {
    margin-bottom: 8px;
    color: #000;
    line-height: 1.1;
}

.Title .Title_dl {
    font-weight: bolder;
    color: #666;
}

.Title .Title_dd {
    color: #fd8c1e;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.Title .Title_dd span {
    border-radius: 100%;
    background: #fd8c1e;
}

.Title .Title_dd span.Title_dd_icon1 {
    width: 4px;
    height: 4px;
    margin-left: 10px;
}

.Title .Title_dd span.Title_dd_icon2 {
    width: 6px;
    height: 6px;
    margin: 0px 3px;
}

.Title .Title_dd span.Title_dd_icon3 {
    width: 8px;
    height: 8px;
}

.Title .Title_dt {
    color: #008c7c;
    font-weight: bolder;
    line-height: 1.2;
}

.Title .Title_p {
    color: #6e6e6e;
    line-height: 1.2;
}


.Title2 .Title_t {
    line-height: 1;
    margin-bottom: 0px;
}

.Title2 .Title_dd {
    margin: 15px 0px 7px 0;
}

.Title2 .Title_dt {
    line-height: 1.2;
}

.padding60 {
    padding: 50px 0px;
}

.padding110 {
    padding: 110px 0px;
}

.paddingTop110 {
    padding-top: 110px;
}

.paddingtop172 {
    padding-top: 172px;
}

.paddingbottom0 {
    padding-bottom: 0 !important;
}

.HAbout .HAbout_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.HAbout .HAbout_top .HAbout_top_left {
    width: 46%;
}

.HAbout .HAbout_top .HAbout_top_left.w100 {
    width: 100%;
}

.HAbout .HAbout_top .HAbout_top_left .top_left_txt {
    margin-bottom: 65px;
}

.HAbout .HAbout_top .HAbout_top_left .top_left_txt p {
    margin-bottom: 25px;
    color: #666666;
}

.HAbout .HAbout_top .HAbout_top_left .top_left_txt p:last-child {
    margin-bottom: 0;
}

.HAbout .HAbout_top .HAbout_top_right {
    width: 47%;
    display: flex;
    justify-content: flex-end;
}

.HAbout .HAbout_top .HAbout_top_right .top_right_img {
    display: flex;
    position: relative;
}

.HAbout .HAbout_top .HAbout_top_right .top_right_img img {
    max-width: 100%;
}

.HAbout .HAbout_top .HAbout_top_right .top_right_img .right_img_bg {
    position: relative;
    z-index: 2;
}

.HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon1 {
    width: 209px;
    height: 267px;
    border-radius: 30px;
    border: 1px solid #999999;
    position: absolute;
    left: 0;
    top: 29.5%;
    overflow: hidden;
    white-space: nowrap;
}

.HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon1 img {
    width: 800px;
    max-width: 800px;
    position: relative;
    left: -300px;
    animation: moveRight 20s linear infinite;
    margin-right: -412px;
}

.HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon2 {
    width: 310px;
    height: 395px;
    border-radius: 30px;
    border: 1px solid #999999;
    position: absolute;
    left: 30.8%;
    top: 21%;
    overflow: hidden;
    white-space: nowrap;
}

.HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon2 img {
    width: 800px;
    max-width: 800px;
    position: relative;
    left: -200px;
    animation: moveRight 30s linear infinite;
    margin-right: -200px;
    top: 70px;
}

.j_btn_video{
    display: flex;
    align-items: center;
}
.j_btn_video .ABrand_left_img{
    flex:1;
    min-width: 0;
    padding-left: 50px;
    position: relative;
}
.j_btn_video .ABrand_left_img .left_img_bg{
    overflow: hidden;
    position: relative;
    line-height: 0;
}
.j_btn_video .ABrand_left_img .left_img_bg img{
    width: 100%;
    position: relative;
    z-index: 2;
}
.j_btn_video .ABrand_left_img .left_img_bg video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.j_btn_video .ABrand_left_img .paly_btn{
    width:30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate3d(-50%,0,0);
    z-index: 9;
}
.j_btn_video .ABrand_left_img .paly_btn img{
    width: 30%;
    height: auto;
}


@keyframes moveRight {
    0% {
        transform: translateX(0);
        /* 初始位置，向右 */
    }

    50% {
        transform: translateX(-100%);
        /* 最终位置，向右 */
    }

    100% {
        transform: translateX(0%);
        /* 最终位置，向右 */
    }
}

.HAbout .HAbout_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    background-color: #008c7c;
}

.HAbout .HAbout_bottom .HAbout_bottom_video {
    width: 440px;
    height: 189px;
    border-radius: 100px;
    position: relative;
    box-shadow: 0 0 20px 4px #00a99663;
}

.HAbout .HAbout_bottom .HAbout_bottom_video img {
    width: 100%;
    height: 189px;
    border-radius: 100px;
    object-fit: cover;
}

.HAbout .HAbout_bottom .HAbout_bottom_video span {
    position: absolute;
    left: 0;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    width: 65px;
    height: 65px;
}

.HAbout .HAbout_bottom .HAbout_bottom_video span img {
    width: auto;
    height: auto;
    position: absolute;
}

.HAbout .HAbout_bottom .HAbout_bottom_video span img:last-child {
    height: 23px;
}

.HAbout .HAbout_bottom .HAbout_bottom_video span img:first-child {
    animation: movetransform 10s linear infinite;
}

.HAbout .HAbout_bottom .HAbout_bottom_video::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 12px solid rgb(249 249 249);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* box-shadow: inset 0 0 20px 0 #fd8c1e; */
}

.HAbout .HAbout_bottom .HAbout_bottom_video::after {
    content: "";
    display: inline-block;
    width: 68%;
    height: 68%;
    border: 15px solid rgb(255 255 255 / 50%);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: none;
}


@keyframes movetransform {
    0% {
        transform: rotate(0);
        /* 初始位置，向右 */
    }

    100% {
        transform: rotate(360deg);
        /* 最终位置，向右 */
    }
}

.HAbout .HAbout_bottom .HAbout_bottom_content {
    display: flex;
    height: 189px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


.HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list {
    position: relative;
}

.HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 66px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list:last-child:before {
    display: none;
}

.HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list .content_list_dd {
    color: #fd8c1e;
    font-weight: bold;
}

.HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list .content_list_dd i {
    font-style: normal;
}

.HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list .content_list_dt {
    color: #fff;
    margin-top: 16px;
}


.HSolution {
    background: #f9f9f9;
}

.HSolution .HSolution_content {
    display: flex;
}

.HSolution .HSolution_content .HSolution_content_list {
    width: calc(25% + 177px);
    position: relative;
    overflow: hidden;
    background: #0d6b60;
}

.HSolution .HSolution_content .HSolution_content_list:nth-child(1) {
    z-index: 4;
    margin-left: -177px;
}

.HSolution .HSolution_content .HSolution_content_list:nth-child(2) {
    z-index: 3;
}

.HSolution .HSolution_content .HSolution_content_list:nth-child(3) {
    z-index: 2;
}

.HSolution .HSolution_content .HSolution_content_list:nth-child(4) {
    z-index: 1;
}

.HSolution .HSolution_content .HSolution_content_list.clip {
    -webkit-clip-path: ellipse(100% 100% at 0% 50%);
    transform: translateX(0%);
    margin-right: -177px;
}

.HSolution .HSolution_content .HSolution_content_list::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(17, 29, 53, 0), rgba(17, 29, 53, .4));
    z-index: 2;
}

.HSolution .HSolution_content .HSolution_content_list:hover {
    width: 60%;
}

.HSolution .HSolution_content .HSolution_content_list .content_list_img {
    display: flex;
}

.HSolution .HSolution_content .HSolution_content_list .content_list_img img {
    width: 100%;
    height: 820px;
    object-fit: cover;
}

.HSolution .HSolution_content .HSolution_content_list .content_list_title {
    position: absolute;
    bottom: 53px;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 3;
}

.HSolution .HSolution_content .HSolution_content_list .content_list_po {
    position: absolute;
    top: 0;
    left: 55%;
    transform: translateX(-50%);
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    opacity: 0;
    z-index: 5;
}

.HSolution .HSolution_content .HSolution_content_list .content_list_po .list_po_title {
    color: #fff;
}

.HSolution .HSolution_content .HSolution_content_list .content_list_po .list_po_txt {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 40px;
}

.HSolution .HSolution_content .HSolution_content_list .content_list_po .list_po_btn {
    color: #fff;
}

.HSolution .HSolution_content .HSolution_content_list:hover .content_list_po {
    opacity: 1;
}

.HSolution .HSolution_content .HSolution_content_list:hover .content_list_title {
    opacity: 0;
}

.HSolution .HSolution_content .HSolution_content_list:hover .content_list_img img {
    opacity: .1;
}


.HPROJECT {
    background: url(../images/bg7.jpg) no-repeat 50%/cover;
    padding-top: 50px;
    padding-bottom: 100px;
}

.HPROJECT .HAbout_top {
    align-items: flex-start;
}

.HPROJECT .HAbout_top .HAbout_top_left {
    padding-top: 155px;
}

.HPROJECT .HAbout_top .h--800 {
    height: 44vw;
    max-height: 800px;
}


.map-switcher-wrapper .card--info .func_globe_popup_box_txt p {
    text-align: left;
}

.map-switcher-wrapper .card--info .func_globe_popup_box_txt p a {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


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

.HNews .HNews_content .HNews_content_left {
    width: 30%;
    border-radius: 16px;
    overflow: hidden;
    background: #f7f7f7;
}

.HNews .HNews_content .HNews_content_left .content_left_img {
    display: flex;
}

.HNews .HNews_content .HNews_content_left .content_left_img img {
    width: 100%;
}

.HNews .HNews_content .HNews_content_left .content_left_txt {
    background: #f7f7f7;
    border-radius: 0px;
    display: inline-block;
    padding: 55px 25px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_tag {
    color: #fd8c1e;
}

.HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_title {
    color: #111111;
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_time .txt_time_left {
    color: #999999;
}

.HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_time .txt_time_right img {
    height: 18px;
}

.HNews .HNews_content .HNews_content_right {
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
}

.HNews .HNews_content .HNews_content_right .content_left_txt {
    width: 48.5%;
    border-radius: 16px;
}

.HNews .HNews_content .HNews_content_right .content_left_txt.w100 {
    width: 100%;
    margin-bottom: 3%;
    padding: 37px 25px;
}

.HNews .HNews_content .HNews_content_left .content_left_txt.w100 .left_txt_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0;
}

.HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_p {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 52px;
}

.HNews .HNews_content .HNews_content_left .content_left_txt:hover {
    background: #008c7c;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.HNews .HNews_content .HNews_content_left .content_left_txt:hover .left_txt_title {
    color: #fff;
}

.HNews .HNews_content .HNews_content_left .content_left_txt:hover .left_txt_time .txt_time_left {
    color: #fff;
}

.HNews .HNews_content .HNews_content_left .content_left_txt:hover .left_txt_p {
    color: #fff;
}


.Footer {
    background: #222222;
}

.Footer .Footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 70px;
    position: relative;
    z-index: 9;
}

.Footer .Footer_top .Footer_top_logo img {
    height: 56px;
}

.Footer .Footer_top .Footer_top_nav {
    display: flex;
}

.Footer .Footer_top .Footer_top_nav a {
    color: #fff;
    margin-right: 70px;
    text-transform: uppercase;
}

.Footer .Footer_top .Footer_top_nav a:last-child {
    margin-right: 0;
}

.Footer .Footer_content .Footer_content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Footer .Footer_content .Footer_content_top .content_top_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 22%;
}

.Footer .Footer_content .Footer_content_top .content_top_left .top_left_list {
    width: 46%;
}

.Footer .Footer_content .Footer_content_top .content_top_left .top_left_list .left_list_dd img {
    width: 100%;
}

.Footer .Footer_content .Footer_content_top .content_top_left .top_left_list .left_list_dt {
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
}

.Footer .Footer_content .Footer_content_top .content_top_right {
    display: flex;
    align-items: flex-start;
    flex:1;
    min-width: 0;
    padding: 0 0 0 10%;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_list {
    width: 100%;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_list .right_list_icon img {
    height: 21px;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_list .right_list_title {
    color: #fff;
    margin: 25px 0px;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_list .right_list_phone {
    color: #fff;
    line-height: 1.2;
}
.follow_list{display: flex;align-items:center;}

.follow_list span{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 12px;
}
.follow_list a svg{ fill:#111; height:14px; width:14px;transition:all .4s;}
.follow_list a{display: block;margin-right:8px;width:22px;height:22px;border-radius: 50%;border:1px solid #ccc;transition:all .4s;}
.follow_list a i{display:flex;justify-content:center;align-items:center;width: 100%;height:100%;}
.follow_list a.icon_pinterest{ background:#e60023;}
.follow_list a.icon_instagram{ background: linear-gradient( to top right,#fdbd50,#e63d7f,#68428e); color: #fff;}

.follow_list a.icon_google{ background: #db4437; color: #fff;border-color:#db4437;}
.follow_list a.icon_facebook{ background: #4267b2; color: #fff;border-color:#4267b2}
.follow_list a.icon_instagram1,.follow_list a.icon_instagram{ background: linear-gradient( to top right,#fdbd50,#e63d7f,#68428e); color: #fff;border-color:linear-gradient( to top right,#fdbd50,#e63d7f,#68428e);}
.follow_list a.icon_linkedin{ background: #0e76a8; color: #fff;border-color:#0e76a8;}
.follow_list a.icon_twitter{ background: #1da1f2; color: #fff;border-color:#1da1f2;}
.follow_list a.icon_youtube{ background: #ff0000; color: #fff;border-color:#ff0000;}
.follow_list a svg{
    fill:#fff;
}
.follow_list a:hover{
    opacity: .8;
    transform: scale(1.2);
}



.Footer .Footer_content .Footer_content_top .content_top_right .top_right_address {
    position: relative;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .banner_list {}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .banner_list .banner_list_name {
    color: #fff;
    line-height: 1.2;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .banner_list .banner_list_company {
    color: #fff;
    margin: 22px 0;
    display: flex;
    align-items: center;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .banner_list .banner_list_company img {
    height: 21px;
    margin-right: 10px;
    line-height: 1.2;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .banner_list .banner_list_address {
    color: #fff;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .swiper-button-li {
    color: white;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .swiper-button-li:after {
    color: white;
    font-size: 26px;
    display: none;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .swiper-button-prev {
    left: -40px;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .swiper-button-next {
    right: -40px;
}

.Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .swiper-wrapper {
    align-items: center;
}


.Footer .Footer_content_bottom {
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px;
}

.Footer .Footer_content_bottom a {
    color: #666666;
}

.Footer .Footer_content_bottom .content_bottom_left a {
    margin-left: 12px;
}

.Footer .Footer_content_bottom a:hover {
    color: #fff;
}

.ClickTop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008c7c;
    cursor: pointer;
    z-index: 22;
}

.ClickTop img {
    height: 22px;
}


.content_list_video {
    display: none;
}

.content_list_video.on {
    display: block;
}

.content_list_video .list_video_bg {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
}

.content_list_video .list_video_content {
    width: 50%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 121;
    text-align: center;
}

.content_list_video .list_video_content .video_content_close {
    cursor: pointer;
    position: fixed;
    right: 0;
    top: -35px;
}

.content_list_video .list_video_content .video_content_close span {
    color: #fff;
    font-size: 25px;
}

.content_list_video .list_video_content iframe {
    width: 100%;
    height: 450px;
}

.content_list_video .list_video_content video {
    width: 100%;
    max-width: 92%;
}



/* j_top_menu_wrap */

.j_top_menu_wrap{
    background-color: #008c7c;
}
.j_top_menu{
    display: flex;
    align-items: center;
}
.j_top_menu .item{
    flex:1;
}
.j_top_menu .item a{
    color:#fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 10px;
    margin: 0 10px;
    justify-content: center;
}
.j_top_menu .item.on a{
    background-color: #fd8c1e;
}
.j_solution_menu .item a{
    flex-direction: column;
    padding:25px 15px;
    height: auto;
    position: relative;
}
.j_solution_menu .item a:after{
    content:'';
    display: block;
    position: absolute;
    right: 0;
    top: 45px;
    height: 70px;
    background: #ffffff30;
    width: 1px;
}
.j_solution_menu .item .tit{
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
    height:57px;
    overflow: hidden;
    margin-top: 8px;
}

.DBanner {
    width: 100%;
    position: relative;
}

.DBanner .DBannerImg {
    width: 100%;
    display: flex;
    height: 80vh;
}

.DBanner .DBannerImg img {
    width: 100%;
    height: 100%; object-fit: cover;
}

.DBanner .DBannertxt {
    max-width: 1600px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.DBanner .DBannertxt .DBannertxt_dd {
    width: 100%;
    justify-content: center;
    margin-bottom: 8px;
    padding-bottom: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
}

.DBanner .DBannertxt .DBannertxt_dd::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fd8c1e;
    position: absolute;
    bottom: 0;
}

.DBanner .DBannertxt .DBannertxt_dt {
    max-width: 50%;
    color: #fff;
    font-weight: 300;
}

.j_pos_wrap{
    margin-top: 12px;
}
.j_pos span{
    margin-right: 5px;
}
.j_pos a:hover{
    color:#008c7c;
}

.j_nobanner_pos_wrap{
    background: #ecf0f0;
    margin-top: 89px;
}
.j_nobanner_pos_wrap .j_pos {
    height: 55px;
    display: flex;
    align-items: center;
}

.DBanner .DBanner_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.DBanner .DBanner_bottom .banner_bottom_box {
    height: 84px;
    border-radius: 0px 1010px 0px 0px;
    display: flex;
    align-items: center;
    padding-right: 110px;
    width: auto;
    min-width: 64%;
    position: relative;
    background: #fff;
}

.DBanner .DBanner_bottom .banner_bottom_box::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: -1;
    width: 50vw;
    height: 100%;
    background: #fff;
}

.DBanner .DBanner_bottom .DBanner_bottom_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 30px;
}

.DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background: #eaeaea;
    white-space: nowrap;
}

.DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list a {
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    user-select: none;
}

.DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list.on a {
    color: #fd8c1e;
}

.DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list:last-child::after {
    display: none;
    height: 0;
}

.SDBanner {}

.SDBanner .DBanner_bottom .DBanner_bottom_nav {
    overflow-x: auto;
    padding-bottom: 15px;
}

.SDBanner .DBanner_bottom .DBanner_bottom_nav::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

.SDBanner .DBanner_bottom .DBanner_bottom_nav::-webkit-scrollbar-thumb {
    background: #fd8c1e;
    border-radius: 100px;
}

.SDBanner .DBanner_bottom .DBanner_bottom_nav::-webkit-scrollbar-button {
    background-color: #ffffff;
}

.SDBanner .DBanner_bottom .DBanner_bottom_nav::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

.SDBanner .DBanner_bottom .DBanner_bottom_nav::-webkit-scrollbar {
    width: 100%;
    height: 5px;
    border-radius: 100px;
}


.DBanner .DBanner_bottom .DBanner_bottom_Scroll {
    position: absolute;
    right: -235px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bolder;
    cursor: pointer;
}

.DBanner .DBanner_bottom .DBanner_bottom_Scroll img {
    height: 28px;
    margin-right: 12px;
    margin-left: 40px;
}

.DBanner .DBanner_bottom .DBanner_bottom_Scroll .bottom_Scroll_icon {
    width: 160px;
    height: 1px;
    background: #fff;
    display: flex;
    align-items: center;
}

.DBanner .DBanner_bottom .DBanner_bottom_Scroll .bottom_Scroll_icon span {
    width: 50%;
    height: 1px;
    display: inline-block;
    background: #fd8c1e;
}




.ABrand {
    width: 100%;
}

.ABrand .pc_all_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ABrand .pc_all_content .ABrand_left {
    width: 48%;
}

.ABrand .pc_all_content .ABrand_left .ABrand_left_img {
    width: 100%;
    margin-top: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ABrand .pc_all_content .ABrand_left .ABrand_left_img .left_img_bg {
    overflow: hidden;
    position: relative;
    line-height: 0;
}

.ABrand .pc_all_content .ABrand_left .ABrand_left_img .left_img_bg img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.ABrand .pc_all_content .ABrand_left .ABrand_left_img .left_img_bg video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ABrand .pc_all_content .ABrand_left .ABrand_left_img .paly_btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 9;
}

.ABrand .pc_all_content .ABrand_left .ABrand_left_img .paly_btn img {
    width: 40%;
    height: auto;
}

.ABrand .pc_all_content .ABrand_right {
    width: 48%;
}

.ABrand .pc_all_content .ABrand_right p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.ABrand .pc_all_content .ABrand_right p.on {
    color: #008c7c;
    font-weight: bold;
}






.APartners {
    width: 100%;
    background: #f9f9f9
}

.APartners .APartners_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 76px;
}

.APartners .APartners_top .Title {
    margin-bottom: 0;
    width: 48%;
}

.APartners .APartners_top .APartners_top_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 48%;
    justify-content: flex-end;
}

.APartners .APartners_top .APartners_top_nav .top_nav_li {
    margin-right: 10px;
    padding: 14px 26px;
    border-radius: 100px;
    cursor: pointer
}

.APartners .APartners_top .APartners_top_nav .top_nav_li.on {
    background: #008c7c;
    color: white
}

.APartners .APartners_content {
    width: 100%;
    margin-top: 76px;
}

.APartners .APartners_content .APartners_content_list {
    position: relative;
    padding-bottom: 40px;
}

.APartners .APartners_content .APartners_content_list .swiper-container {
    height: 440px;
}

.APartners .APartners_content .APartners_content_list .swiper-container .banner_list {
    height: calc((100% - 60px) / 3) !important;
}

.APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img {
    height: 125px;
    border-radius: 15px;
    box-shadow: 0px 11px 10px 0 rgb(12 34 31 / 8%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

.APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img img {
    max-width: 90%;
    max-height: 90%;
}

.APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img:nth-child(6n) {
    margin: 0 0 40px 0;
}

.APartners .APartners_content .APartners_content_list .swiper-pagination {
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.APartners .APartners_content .APartners_content_list .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background-color: #dadada;
    opacity: 1;
}

.APartners .APartners_content .APartners_content_list .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #fd8c1e;
}





.AHonors {}

.AHonors .AHonors_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.AHonors .AHonors_top .Title {
    margin-bottom: 0;
}

.AHonors .AHonors_top .AHonors_top_nav {}

.AHonors .AHonors_top .AHonors_top_nav .top_nav_top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.AHonors .AHonors_top .AHonors_top_nav .top_nav_top .nav_top_list {
    margin-right: 10px;
    padding: 14px 26px;
    border-radius: 100px;
    cursor: pointer
}

.AHonors .AHonors_top .AHonors_top_nav .top_nav_top .nav_top_list.on {
    background: #008c7c;
    color: white
}

.AHonors .AHonors_top .AHonors_top_nav .top_nav_bottom {
    margin-top: 30px;
    position: relative;
}

.AHonors .AHonors_top .AHonors_top_nav .top_nav_bottom .nav_bottom_list {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.AHonors .AHonors_top .AHonors_top_nav .top_nav_bottom .nav_bottom_list .bottom_list_li {
    width: auto;
    text-align: center;
    padding: 0 10px 15px 10px;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}

.AHonors .AHonors_top .AHonors_top_nav .top_nav_bottom .nav_bottom_list .bottom_list_li.on::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #008c7c;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.AHonors .AHonors_top .AHonors_top_nav .top_nav_bottom .nav_bottom_list.yes::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.AHonors .AHonors_content {
    margin-top: 75px;
}

.AHonors .AHonors_content .AHonors_content_box {}

.AHonors .AHonors_content .AHonors_content_box .content_box_list {
    position: relative;
}

.AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container {
    
}

/*.AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list {*/
/*    width: calc(100% / 4)!important;*/
/*    margin: 0 13px;*/
/*}*/

.AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
    height: 466px;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    overflow: hidden;
}

.AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img img {}

.AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img:nth-child(4n) {
    margin: 0 0 40px 0;
}

.AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-pagination {
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}

.AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background-color: #dadada;
    opacity: 1;
}

.AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #fd8c1e;
}



.AHonors .AHonors_content .MCapability .content_box_list {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.AHonors .AHonors_content .MCapability .content_box_list .MCapability_list {
    width: 16.8%;
    margin-bottom: 40px;
    position: relative;
}

.AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(2) {
    padding-bottom: 60px;
}

.AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(3) {
    padding-bottom: 112px;
}

.AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(4) {
    padding-bottom: 82px;
}

.AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(5) {
    padding-bottom: 50px;
}

.AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_top {
    margin-bottom: 8px;
    padding-left: 25px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_top::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #fd8c1e;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_bottom {
    min-height: 75px;
    padding: 5px 0 3px 25px;
    color: #666;
    position: relative;
}

.AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_bottom::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #dadada;
    position: absolute;
    left: 7px;
    top: 0;
}

.AHonors .AHonors_content .MCapability .MCapability_bg {
    width: 100%;
}

.AHonors .AHonors_content .MCapability .MCapability_bg img {
    width: 100%;
}





.ACBusiness {
    background: url(../images/bg20.jpg) no-repeat 50%/cover;
}

.ACBusiness .ACBusiness_top {}

.ACBusiness .ACBusiness_content {
    width: 100%;
    margin-top: 25px;
}

.ACBusiness .ACBusiness_content img {}








.AEIndustry {
    line-height: 0;
    margin: 0;
    position: relative;
}

.AEIndustry .AEIndustry_top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_info {
    width: 48%;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_switch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 10;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_switch .top_switch_li {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    border-radius: 100px;
    position: relative;
    transition: all .35s;
    -webkit-transition: all .35s;
    user-select: none;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_switch .top_switch_li:first-child {
    margin-right: 20px;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_switch .top_switch_li img {
    width: 17px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity .35s;
    -webkit-transition: opacity .35s;
    user-select: none;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_switch .top_switch_li img:first-child {
    opacity: 1;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_switch .top_switch_li img:last-child {
    opacity: 0;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_switch .top_switch_li:hover {
    background: #078e81;
    cursor: pointer;
    border-color: #078e81;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_switch .top_switch_li:hover img:first-child {
    opacity: 0;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_switch .top_switch_li:hover img:last-child {
    opacity: 1;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_swiper {
    width: 50%;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list {
    height: 800px;
    border-left: 1px solid #dadada;
    margin-left: 3px;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list .banner_list_title {
    margin-bottom: 20px;
    padding: 0 30px;
    position: relative;
    color: #078e81;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list .banner_list_title::after {
    content: "";
    width: 6px;
    height: 30px;
    background-color: #078e81;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list .banner_list_info {
    padding: 0 30px;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list .banner_list_info p {}

.AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list:nth-child(odd) {
    padding-top: 110px;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list:nth-child(even) {
    padding-top: 280px;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list:nth-child(even) .banner_list_title {
    color: #fd8c1e !important;
}

.AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list:nth-child(even) .banner_list_title::after {
    background-color: #fd8c1e;
}

.AEIndustry .AEIndustry_content {
    width: 100%;
    line-height: 0;
    margin-top: -450px;
    position: relative;
    z-index: 9;
}

.AEIndustry .AEIndustry_content img {
    width: 100%;
    line-height: 0;
    margin-bottom: -220px !important;
}







.PCBFSystem .pc_all_content {}

.PCBFSystem .picList {
    -webkit-transition: auto;
    -moz-transition: auto;
    transition: auto;
    display: flex;
}

.PCBFSystem .picList:hover {
    -webkit-transition: auto;
    -moz-transition: auto;
    transition: auto;
}

.PCBFSystem .PCBFSystem_top {
    position: relative;
    overflow: hidden;
}

.PCBFSystem .PCBFSystem_bottom {
    margin-top: 20px;
}

.PCBFSystem .PCBFSystem_title {
    padding-left: 15px;
    position: relative;
    font-weight: bold;
}

.PCBFSystem .PCBFSystem_title::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fd8c1e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
}

.PCBFSystem .PCBFSystem_content {
    margin-top: 30px;
    position: relative;
}

.PCBFSystem .PCBFSystem_swiper {
    padding-bottom: 50px;
}

.PCBFSystem .PCBFSystem_swiper .banner_list {
    width: 295px !important;
    margin-right: 25px;
}

.PCBFSystem .PCBFSystem_swiper .banner_list .banner_list_img {
    width: 100%;
    height: 130px;
    border-radius: 15px;
    box-shadow: 0px 11px 10px 0 rgb(12 34 31 / 8%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
}

.PCBFSystem .PCBFSystem_swiper .banner_list .banner_list_img img {
    max-width: 90%;
    max-height: 90%;
    mix-blend-mode: multiply;
}

.PCBFSystem .PCBFSystem_swiper .banner_list .banner_list_txt {
    margin-top: 20px;
    text-align: center;
    line-height: 1.6;
    color: #666;
}

.PCBFSystem .PCBFSystem_swiper .swiper-pagination {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.PCBFSystem .PCBFSystem_swiper .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background-color: #dadada;
    opacity: 1;
}

.PCBFSystem .PCBFSystem_swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #fd8c1e;
}

.PCBFSystem .PCBFSystem_bottom .PCBFSystem_content {
    display: flex;
    align-items: flex-start;
}

.PCBFSystem .PCBFSystem_content .PCBFSystem_content_list {
    width: calc(16.6666% - 20px);
    margin-right: 20px;
}

.PCBFSystem .PCBFSystem_content .PCBFSystem_content_list .content_list_thumb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PCBFSystem .PCBFSystem_content .PCBFSystem_content_list .content_list_thumb img {
    border-radius: 100%;
}

.PCBFSystem .PCBFSystem_content .PCBFSystem_content_list .content_list_txt {
    margin-top: 20px;
    text-align: center;
}







.CFPSystem {}

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

.CFPSystem .CFPSystem_swiper {
    width: 47.7%;
}
.CFPSystem .CFPSystem_swiper .banner_list {}

.CFPSystem .CFPSystem_swiper .banner_list .banner_list_img {
    width: 100%;
}

.CFPSystem .CFPSystem_swiper .banner_list .banner_list_img img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    border-radius: 20px;
}

.CFPSystem .CFPSystem_swiper .swiper-button-li {
    height: 70px;
    width: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6c6e6f;
    z-index: 9;
    transition: background-color .35s;
    -webkit-transition: background-color .35s;
}

.CFPSystem .CFPSystem_swiper .swiper-button-li img {
    position: relative;
}

.CFPSystem .CFPSystem_swiper .swiper-button-li::after {
    display: none;
}

.CFPSystem .CFPSystem_swiper .swiper-button-prev {
    left: -40px;
}

.CFPSystem .CFPSystem_swiper .swiper-button-prev img {
    left: 16px;
    right: auto;
}

.CFPSystem .CFPSystem_swiper .swiper-button-next {
    right: -40px;
}

.CFPSystem .CFPSystem_swiper .swiper-button-next img {
    left: auto;
    right: 16px;
}

.CFPSystem .CFPSystem_swiper .swiper-button-li:hover {
    background-color: #e38932;
}

.CFPSystem .CFPSystem_list {
    width: 47.7%;
}

.CFPSystem .CFPSystem_list .Title {
    margin-bottom: 40px;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_info {
    margin-bottom: 50px;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_info p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_info p:last-child {
    margin-bottom: 0;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_message {
    margin-bottom: 35px;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_message form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_message input {
    width: 32%;
    line-height: 45px;
    color: #222;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 0px 14px;
    margin-bottom: 15px;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_message textarea {
    width: 100%;
    line-height: 1.5;
    padding: 14px;
    color: #222;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    resize: none;
    margin-bottom: 15px;
    height: 150px;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_message input[type="submit"] {
    border: 0px;
    background: #008c7c;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_message .verfy_code {
    width: 100%;
    line-height: 38px;
    display: flex;
    align-items: center;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_message .verfy_code input {
    width: 31%;
    padding: 0px 10px;
    margin-bottom: 0;
    margin-right: 15px;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_message .verfy_code img {
    width: auto;
    height: 38px;
}

.CFPSystem .CFPSystem_list_swiper {
    width: 100%;
    margin-top: 20px;
}
.padding70{
    padding: 70px 0;
}
.j_btn_wrap{
    width: 215px;
    margin-bottom: 50px;
}
.j_btn_wrap .Btn span{
    padding-left: 15px;
    padding-right: 60px;
}
.CFPSystem .CFPSystem_list_swiper .banner_list {
    cursor: pointer;
}

.CFPSystem .CFPSystem_list_swiper .banner_list .banner_list_img {
    width: 100%;
    position: relative;
}

.CFPSystem .CFPSystem_list_swiper .banner_list .banner_list_img img {
    width: 100%;
    height: 112px;
}
.CFPSystem .CFPSystem_list_swiper .CFPSystem_swiper_bottom  .banner_list .banner_list_img img{
    border-radius: 0;
    display: block;
}
.CFPSystem .CFPSystem_list_swiper .CFPSystem_swiper_bottom  .banner_list .banner_list_img{
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;;
}
.CFPSystem .CFPSystem_list_swiper .CFPSystem_swiper_bottom .swiper-slide-active.banner_list .banner_list_img{
    border-color: #008c7c;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_file {
    width: 100%;
    margin-bottom: 55px;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_file .Title {
    margin-bottom: 20px;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_file .list_file_box {
    width: 100%;
}
.j_faq.News_content{
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}
.j_con{
    line-height: 1.5;
}
.CFPSystem .CFPSystem_list .CFPSystem_list_file .list_file_box .file_box_link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #666666;
    margin-bottom: 15px;
}
.CFPSystem .CFPSystem_list .CFPSystem_list_file .list_file_box .file_box_link:hover{
    color:#008c7c;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_file .list_file_box .file_box_link img {
    width: auto;
    height: 12px;
    margin-right: 8px;
}

.CFPSystem .CFPSystem_list .CFPSystem_list_file .list_file_box .file_box_link:last-child {
    margin-bottom: 0;
}

.j_bg1{
    background-color: #f7f7f7;
}
.j_tit_box1{
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.j_faq_list{
    width: 60%;
    margin:auto;
}
.j_faq_list .item .item_tit{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bbbbbb;
    padding: 18px 0;
    cursor: pointer;
}
.j_faq_list .item .item_tit .tit{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    flex:1;
    padding-right: 20px;
    min-width: 0;
}
.j_faq_list .item .item_tit .tit::before{
    content:'';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fd8c1e;
    position: absolute;
    left: 0;
    top: 10px;
}
.j_faq_list .item.on .item_tit .tit{
    color:#008c7c;
}
.j_faq_list .item .item_tit .ico .iconjian{
    display: none;
}
.j_faq_list .item.on .item_tit .ico .iconjia{
    display: none;
}
.j_faq_list .item.on .item_tit .ico .iconjian{
    display: block;
}
.j_faq_list .item .item_con{
    display: none;
    transition:all .5s;
}
.j_faq_list .item .item_con .desc{
    padding: 15px;
    line-height: 1.6;
    background-color: #fff;
}
.j_faq_list .item.on .item_con{
    display: block;
}



.BJAdvantage {
    width: 100%;
    padding-bottom: 80px;
    position: relative;
}

.BJAdvantage .pc_all_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.BJAdvantage .BJAdvantage_left {
    width: 43%;
}

.BJAdvantage .BJAdvantage_left .BJAdvantage_left_title {}

.BJAdvantage .BJAdvantage_left .BJAdvantage_left_info {
    color: #666;
    line-height: 1.2;
    margin-bottom: 50px;
    margin-top: 30px;
}

.BJAdvantage .BJAdvantage_right {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.BJAdvantage .BJAdvantage_right img {
    max-width: 100%;
}




/*
.SAdvantage{width: 100%;background: #f7f7f7;position: relative;}
.SAdvantage .pc_all_content{display: flex;align-items: center;position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}
.SAdvantage .SAdvantage_left{width: 50%;}
.SAdvantage .SAdvantage_left .SAdvantage_left_title{margin-bottom: 30px;}
.SAdvantage .SAdvantage_left .SAdvantage_left_info2{ color:#666; line-height: 1.2; margin-bottom: 50px; margin-top: 30px;}
.SAdvantage .SAdvantage_left .SAdvantage_left_info p{margin-bottom: 20px;color: #666;position: relative;line-height: 1.2;padding-left: 20px;}
.SAdvantage .SAdvantage_left .SAdvantage_left_info p::after{content: "";width: 7px;height: 7px;position: absolute;left: 0;top: 8px;background-color: #e38932;border-radius: 100px;}
.SAdvantage .SAdvantage_right{width: 100%;padding-right: 30px;display: flex;align-items: center;justify-content: flex-end;}
.SAdvantage .SAdvantage_right img{width: calc(50% - 30px);}

.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li{width: 100%;margin-bottom:40px; }
.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li .info_li_dd{color: #333;}
.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li .info_li_dd.nocolor{color: #666;line-height: 1.5;}
.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li .info_li_dt{margin-top:20px; padding-left: 0;}
.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li .info_li_dt p{padding-left: 0px;margin-bottom: 10px;font-size: inherit; line-height: inherit;}
.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li .info_li_dt p:last-child{margin-bottom: 0;}
.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li .info_li_dt p::after{display:none;}
.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li:last-child{margin-bottom: 0;}



.SCAdvantage{width: 100%;padding-top: 80px;background: #f7f7f7;position: relative;}
.SCAdvantage .SCAdvantage_content{}
.SCAdvantage .SCAdvantage_content .SCAdvantage_content_title{margin-bottom: 20px;}
.SCAdvantage .SCAdvantage_content .SCAdvantage_content_entitle{margin-bottom: 20px;}
.SCAdvantage .SCAdvantage_content .SCAdvantage_content_info{}
.SCAdvantage .SCAdvantage_content .SCAdvantage_content_info p{}
*/




.SAdvantage {
    width: 100%;
    background: #f7f7f7;
    position: relative;
}


.SAdvantage .SAdvantage_left {
    width: 50%;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_title {
    margin-bottom: 30px;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info2 {
    color: #666;
    line-height: 1.5;
    margin-bottom: 50px;
    margin-top: 30px;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info {
    max-height: 400px;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info p {
    margin-bottom: 20px;
    color: #666;
    position: relative;
    line-height: 1.5;
    padding-left: 20px;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info p::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #e38932;
    border-radius: 100px;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info p:last-child {
    margin-bottom: 0;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li {
    width: 100%;
    margin-bottom: 40px;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li .info_li_dd {
    color: #333;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li .info_li_dd.nocolor {
    color: #666;
    line-height: 1.5;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li .info_li_dt {
    margin-top: 20px;
    padding-left: 0;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li .info_li_dt p {
    padding-left: 0px;
    margin-bottom: 10px;
    font-size: inherit;
    line-height: inherit;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li .info_li_dt p:last-child {
    margin-bottom: 0;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li .info_li_dt p::after {
    display: none;
}

.SAdvantage .SAdvantage_left .SAdvantage_left_info .left_info_li:last-child {
    margin-bottom: 0;
}



.SAdvantage .SAdvantage_right {
    width: 100%;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.SAdvantage .SAdvantage_right .SAdvantage_right_box {
    width: calc(50% - 30px);
    text-align: center;
}





.SCAdvantage {
    width: 100%;
    padding-top: 80px;
    background: #f7f7f7;
    position: relative;
}

.SCAdvantage .SCAdvantage_content {}

.SCAdvantage .SCAdvantage_content .SCAdvantage_content_title {
    margin-bottom: 20px;
}

.SCAdvantage .SCAdvantage_content .SCAdvantage_content_entitle {
    margin-bottom: 20px;
}

.SCAdvantage .SCAdvantage_content .SCAdvantage_content_info {}

.SCAdvantage .SCAdvantage_content .SCAdvantage_content_info p {}








/*.SAScenarios{}
.SAScenarios .SAScenarios_top{margin-bottom: 50px;}
.SAScenarios .SAScenarios_bottom{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list{width: 48.5%;position: relative;border-radius: 15px;overflow: hidden; margin-right: 20px;}
.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list:last-child{ margin-right: 0px;}
.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_thumb{width: 100%;height: 430px;position: relative;overflow: hidden;}
.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_thumb img{width: 100%;height: 100%; object-fit:cover;}
.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_thumb .backimg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;}
.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_info{width: 100%;padding: 45px;display: flex;align-items: center;position: absolute;left: 0;bottom: 0;z-index: 3;}
.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_info img{margin-right: 15px;}
.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_info .list_info_txt{color: #fff;}
.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list:hover .bottom_list_thumb img{transform: scale(1.2);}
*/



.SAScenarios {}

.SAScenarios .SAScenarios_top {
    margin-bottom: 50px;
}

.SAScenarios .SAScenarios_bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list {
    width: 49%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_thumb {
    width: 100%;
    height: 430px;
    position: relative;
    overflow: hidden;
}

.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_thumb .backimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_info {
    width: 100%;
    padding: 45px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_info img {
    margin-right: 15px;
}

.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_info .list_info_txt {
    color: #fff;
}

.SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list:hover .bottom_list_thumb img {
    transform: scale(1.2);
}



.TConcept {
    padding: 110px 0 0 0;
}

.TConcept .pc_all_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TConcept .TConcept_thumb {
    width: 47.2%;
}

.TConcept .TConcept_thumb img {}

.TConcept .TConcept_list {
    width: 47.2%;
}

.TConcept .TConcept_list .TConcept_list_info {}

.TConcept .TConcept_list .TConcept_list_info p {
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: inherit;
    font-size: inherit;
    position: relative;
}

.TConcept .TConcept_list .TConcept_list_info p::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #e38932;
    border-radius: 100px;
}








.TStaff {}

.TStaff .pc_all_content {}

.TStaff .TStaff_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TStaff .TStaff_top .Title {
    margin-bottom: 0;
}

.TStaff .TStaff_top .TStaff_top_switch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.TStaff .TStaff_top .TStaff_top_switch .top_switch_li {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    border-radius: 100px;
    position: relative;
    transition: all .35s;
    -webkit-transition: all .35s;
    user-select: none;
}

.TStaff .TStaff_top .TStaff_top_switch .top_switch_li:first-child {
    margin-right: 20px;
}

.TStaff .TStaff_top .TStaff_top_switch .top_switch_li img {
    width: 17px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity .35s;
    -webkit-transition: opacity .35s;
    user-select: none;
}

.TStaff .TStaff_top .TStaff_top_switch .top_switch_li img:first-child {
    opacity: 1;
}

.TStaff .TStaff_top .TStaff_top_switch .top_switch_li img:last-child {
    opacity: 0;
}

.TStaff .TStaff_top .TStaff_top_switch .top_switch_li:hover {
    background: #078e81;
    cursor: pointer;
    border-color: #078e81;
}

.TStaff .TStaff_top .TStaff_top_switch .top_switch_li:hover img:first-child {
    opacity: 0;
}

.TStaff .TStaff_top .TStaff_top_switch .top_switch_li:hover img:last-child {
    opacity: 1;
}

.TStaff .TStaff_swiper {
    width: 100%;
    margin-top: 76px;
}

.TStaff .TStaff_swiper .banner_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 680px;
}

.TStaff .TStaff_swiper .banner_list .banner_list_li {
    position: relative;
    cursor: pointer;
    border-radius: 7px;
    overflow: hidden;
}

.TStaff .TStaff_swiper .banner_list .banner_list_left {
    width: calc(48.2% - 3px);
    max-height: 100%;
    border-radius: 7px;
    overflow: hidden;
}

.TStaff .TStaff_swiper .banner_list .banner_list_left img {
    width: 100%;
    cursor: pointer;
}

.TStaff .TStaff_swiper .banner_list .banner_list_right {
    width: calc(51.8% - 3px);
    max-height: 100%;
}

.TStaff .TStaff_swiper .banner_list .banner_list_right .list_right_top {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TStaff .TStaff_swiper .banner_list .banner_list_right .list_right_top .right_top_li {
    width: calc(50% - 3px);
    border-radius: 7px;
    overflow: hidden;
}

.TStaff .TStaff_swiper .banner_list .banner_list_right .list_right_top .right_top_li img {
    width: 100%;
}

.TStaff .TStaff_swiper .banner_list .banner_list_right .list_right_bottom {
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
}

.TStaff .TStaff_swiper .banner_list .banner_list_right .list_right_bottom img {
    width: 100%;
    cursor: pointer;
}

.TStaff .TStaff_swiper .banner_list .banner_list_li .right_bottom_list {
    width: 100%;
    height: 100%;
    padding: 45px;
    background: url(../images/bn44.png) no-repeat 50%/cover;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    transition: opacity .35s ease;
}

.TStaff .TStaff_swiper .banner_list_li .right_bottom_list .bottom_list_left {
    display: none;
    z-index: 0;
    opacity: 0;
}

.TStaff .TStaff_swiper .banner_list_li .right_bottom_list .bottom_list_left .list_left_time {
    color: #fff;
    margin-bottom: 10px;
}

.TStaff .TStaff_swiper .banner_list_li .right_bottom_list .bottom_list_left .list_left_title {
    color: #fff;
}

.TStaff .TStaff_swiper .banner_list_li .right_bottom_list .bottom_list_icon {}

.TStaff .TStaff_swiper .banner_list_li .right_bottom_list .bottom_list_icon img {
    width: 20px;
    height: auto;
    cursor: default;
}

.TStaff .TStaff_swiper .banner_list_li:hover .right_bottom_list {
    z-index: 3;
    opacity: 1;
}


/* j_solution_list */

.j_solution_list{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.j_solution_list .item_w{
    width: 33.333%;
    padding: 10px;
    cursor: pointer;
}
.j_solution_list .item_w:first-child{
    width: 66.666%;
}
.j_solution_list .item{
    position: relative;
    overflow: hidden;
}
.j_solution_list .item,.j_solution_list .item .item_img{
    height: 100%;
}
.j_solution_list .item .item_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.j_solution_list .item .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 100px 40px 20px;
    background-image: linear-gradient(to top,#03302b80,transparent);
}
.j_solution_list .item .item_con .tit{
    font-weight: bold;
    text-transform: uppercase;
    color:#fff;
}
.j_solution_list .item .item_con .ico{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 50px;
    height: 50px;;
}
.j_solution_list .item .item_con .ico::before{
    width: 100px;
    height: 100px;
    display: block;
    content:'';
    border-radius: 50%;
    background-color: #008c7c;
    position: absolute;
    right: -50px;
    bottom: -50px;
    z-index:-1;
}
.j_solution_list .item .item_con .ico img{
    width:16px;
    margin: 22px 0 0 22px;
}
.j_solution_list .item .item_img img{
    display: block;
}
.j_solution_list .item .hover_con{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    background-color: rgba(0,140,124,.9);
    z-index:3;
    padding: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition:all .5s;
}
.j_solution_list .item .hover_con .tit{
    color:#fff;
    font-weight: bold;
    text-align: center;
}
.j_solution_list .item .hover_con .con{
    margin:20px 0;
    color:#fff;
    text-align: center;
    line-height: 1.4;
}
.j_solution_list .item .hover_con .btn{
    background-color: transparent;
}
.j_solution_list .item .hover_con .Btn b{
    background-color: #fd8c1e;
}
.j_solution_list .item:hover .hover_con{
    bottom: 0;
}
.j_solution_list .item .hover_con .Btn:hover{
    background: #fff;
}
.j_solution_list .item .hover_con .Btn span{
    padding: 0 70px 0 15px;
}
.j_solution_list .item .hover_con .Btn:hover span{
    color:#008c7c;
}
.j_solution_list .item .hover_con .Btn:hover b{
    background-color: #fd8c1e;
}

.TSRecruitment {}

.TSRecruitment .Title {
    margin-bottom: 0;
}

.TSRecruitment .TSRecruitment_content {
    width: 100%;
    margin-top: 76px;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list {
    border-bottom: 1px solid #e6e6e6;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list.on {
    background: #f5f5f5;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top {
    width: 100%;
    padding: 30px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li {}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.name {
    width: 28%;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.number {
    width: 20%;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.address {
    width: 20%;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.time {
    width: 27%;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.operate {
    width: 6%;
    text-align: right;
    cursor: pointer;
}

.TSRecruitment .TSRecruitment_content .content_list_first .content_list_top .list_top_li.operate {
    padding-right: 5px;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom {
    width: 100%;
    padding: 50px 80px;
    border-top: 1px solid #e6e6e6;
    display: none;
    transition: none;
    -webkit-transition: none;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_box .bottom_box_list {
    width: 100%;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_box .box_list_left {
    width: 50%;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_box .box_list_right {
    width: 40%;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_box .bottom_box_list .box_list_title {
    font-weight: bold;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_box .bottom_box_list .box_list_info {
    width: 100%;
    margin-top: 30px;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_box .bottom_box_list .box_list_info p {
    line-height: inherit;
    font-size: inherit;
    margin-bottom: 13px;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_btn {
    margin-top: 50px;
}

.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_btn a {
    padding: 15px 32px;
    background: #fd8c1e;
    color: white;
    border-radius: 5px;
    display: inline-block;
}
.TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_btn a:hover{
    background: #008c7c;
}

.TSRecruitment .TSRecruitment_content .content_list_first .list_top_li {
    color: #fff;
}

.TSRecruitment .TSRecruitment_content .content_list_first {
    background: #008c7c !important;
}







.News {}

.News .News_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.News .News_top .Title {
    margin-bottom: 0;
}

.News .News_top .News_top_search {
    width: 65%;
}

.News .News_top .News_top_search .top_search_form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.News .News_top .News_top_search .search_form_li {
    display: flex;
    align-items: center;
    width: 49%;
    position: relative;
}

.News .News_top .News_top_search .search_form_li.year {}

.News .News_top .News_top_search .search_form_li.searchs {}

.News .News_top .News_top_search .search_form_li select {
    width: 100%;
    padding: 0 20px;
    height: 52px;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
    color: #727373;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/bn45.png) no-repeat right center;
    background-position-x: 95%;
}

.News .News_top .News_top_search .search_form_li select option {
    color: #727373;
}

.News .News_top .News_top_search .search_form_li input[type="search"] {
    width: 90%;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    font-size: 16px;
    color: #727373;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.News .News_top .News_top_search .search_form_li input[type="submit"] {
    width: 26%;
    height: 52px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #008c7c url(../images/bn50.png) no-repeat 23% 52%;
    justify-content: center;
    border-radius: 100px;
    padding-left: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.News .News_top .News_top_search .search_form_li input[type="search"]::-moz-input-placeholder {
    /* Internet Explorer 10+ */
    color: #727373;
    font-size: 16px;
}

.News .News_top .News_top_search .search_form_li input[type="search"]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #727373;
    font-size: 16px;
}

.News .News_content {
    width: 100%;
    margin-top: 76px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.News .News_content .News_content_list {
    width: calc(33.333% - 20px);
    margin: 0 28px 28px 0;
    border-radius: 15px;
    overflow: hidden;
}

.News .News_content .News_content_list:nth-child(3n) {
    margin: 0 0 28px 0;
}

.News .News_content .News_content_list .content_list_thumb {
    width: 100%;
    height: 319px;
    padding: 0;
    margin: 0;
    display: flex;
    overflow: hidden;
    transition: transform 0.35s ease 0s;
    -webkit-transform: transform 0.35s ease 0s;
}

.News .News_content .News_content_list .content_list_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.News .News_content .News_content_list .content_list_info {
    width: 100%;
    padding: 50px 30px;
    transition: background-color .35s;
    -webkit-transition: background-color .35s;
    background: #f7f7f7;
}

.News .News_content .News_content_list .content_list_info .list_info_name {
    color: #fd8c1e;
    font-weight: bold;
}

.News .News_content .News_content_list .content_list_info .list_info_title {
    width: 100%;
    margin: 20px 0 45px 0;
    min-height: 60px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.News .News_content .News_content_list .content_list_info .list_info_time {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.News .News_content .News_content_list .content_list_info .list_info_time .info_time_txt {
    color: #999999;
}

.News .News_content .News_content_list .content_list_info .list_info_time .info_time_icon {}

.News .News_content .News_content_list .content_list_info .list_info_time .info_time_icon img {}

.News .News_content .News_content_list:hover .content_list_info {
    background: #008c7c;
}

.News .News_content .News_content_list:hover .content_list_thumb img {
    transform: scale(1.2);
}

.News .News_content .News_content_list:hover .content_list_info .list_info_title {
    color: #fff;
}

.News .News_content .News_content_list:hover .content_list_info .list_info_time .info_time_txt {
    color: #fff;
}

.JNews .News_content .News_content_list .content_list_thumb {
    height: auto;
}



.Crumbs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: -60px;
}

.Crumbs img {
    margin-right: 5px;
}

.Crumbs a {
    display: inline-block;
}

.Crumbs i {
    margin: 0 5px;
    font-size: 18px !important;
}

.Crumbs a.on {
    color: #078e81;
}

.NDetails {
    width: 100%;
    background: #f9f9f9;
}

.NDetails .pc_all_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.NDetails .Details_left {
    width: 1194px;
    padding: 35px;
    background: white;
}

.NDetails .Details_left .Details_left_top {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.NDetails .Details_left .Details_left_top .left_top_title {
    margin-bottom: 25px;
    line-height: 1.4;
    color: #333333;
}

.NDetails .Details_left .Details_left_top .left_top_info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.NDetails .Details_left .Details_left_top .left_top_info .top_info_li {
    color: #666666;
}

.NDetails .Details_left .Details_left_top .left_top_info span {
    margin: 0 15px;
    color: #666666;
}

.NDetails .Details_left .Details_left_content {
    width: 100%;
}

.NDetails .Details_left .Details_left_content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
}

.NDetails .Details_left .Details_left_bottom {
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.NDetails .Details_left .Details_left_bottom .left_bottom_left {
    width: 80%;
}

.NDetails .Details_left .Details_left_bottom .left_bottom_left .bottom_left_li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.NDetails .Details_left .Details_left_bottom .left_bottom_left .bottom_left_li:first-child {
    margin-bottom: 16px;
}

.NDetails .Details_left .Details_left_bottom .left_bottom_left .bottom_left_li .left_li_txt {
    color: #333333;
}

.NDetails .Details_left .Details_left_bottom .left_bottom_left .bottom_left_li a {
    width: calc(100% - 66px);
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.NDetails .Details_left .Details_left_bottom .left_bottom_left .bottom_left_li:hover * {
    color: #078e81;
}

.NDetails .Details_left .Details_left_bottom .left_bottom_right {
    padding: 13px 22px;
    color: #fff;
    background: #078e81;
    border-radius: 100px;
}

.NDetails .Details_right {
    width: calc(100% - 1228px);
    display: flex;
    flex-direction: column;
}

.NDetails .Details_right .Details_right_top {
    width: 100%;
    padding: 20px;
    background: #078e81;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.NDetails .Details_right .Details_right_top img {
    margin-right: 12px;
}

.NDetails .Details_right .Details_right_top .right_top_txt {
    color: white;
}

.NDetails .Details_right .Details_right_bottom {
    width: 100%;
    padding: 0 20px;
    background: white;
}

.NDetails .Details_right .Details_right_bottom .right_bottom_list {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
}

.NDetails .Details_right .Details_right_bottom .right_bottom_list .bottom_list_title {
    color: #070707;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.NDetails .Details_right .Details_right_bottom .right_bottom_list .bottom_list_time {
    margin: 8px 0;
    color: #999999;
}

.NDetails .Details_right .Details_right_bottom .right_bottom_list .bottom_list_desc {
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.NDetails .Details_right .Details_right_bottom .right_bottom_list:hover .bottom_list_title {
    color: #078e81;
}

/* page_news_detail */

.page_news_detail_wrap{
    margin-top: 30px;
}

.page_news_detail{
    display: flex;
    padding: 60px 0;
}
.page_news_detail .flex-center{
    display: flex;
    align-items: center;
}
.page_news_detail_hd {
    flex:1;
    min-width: 0;
}
.page_news_detail_hd .Title{
    flex-direction: column;
    align-items: flex-start;
}
.page_news_detail_hd .columnname {
    color:#fff;
    height: 36px;
    background: var(--theme-color);
    border-radius: 100px;
    padding: 0 20px;
    display: inline-block;
    line-height: 36px;
}
.page_news_detail_hd h1 {
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 0;
}
.page_news_detail_hd .info {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.page_news_detail_hd .info .time {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.page_news_detail_hd .info .time i {
    margin-right: 6px;
    font-size:18px;
}

.page_news_detail_hd .content {
    padding:35px 0 20px;
    min-height: 20vh;
    font-size:18px;
    line-height: 1.4;
}

.page_lastest_news_list{
    width: 35%;
    padding-left: 5%;
}


.return_page_history{
    padding-top: 30px;
}
.go_history a{
    display: block;
    height: 50px;
    padding: 0 30px;
    border: 1px solid #ddd;
    border-radius: 100px;
    color:#008c7c;
}
.go_history a i{
    margin-left: 15px;
    font-weight: bold;
}
.go_history a:hover{
    background: #008c7c;
    border-color: #008c7c;
    color:#fff;
}
.return_page{
    flex:1;
    min-width: 0;
    padding-right: 30px;
}
.return_page p{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.return_page p a{
    color:#008c7c;
    font-weight: bold;
    font-size: 16px;
}
.return_page p a:hover{
    color:#fd8c1e;
}
.page_lastest_news_list .j_tit{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.page_lastest_news_list .item{
    padding: 30px;
    background: #f7f7f7;
    display: block;
    border-radius: 20px;
    margin-bottom: 30px;
}
.page_lastest_news_list .item .columnname{
    color:#fd8c1e;
}
.page_lastest_news_list .item .tit{
    line-height: 1.3;
    margin: 12px 0 25px;
    font-weight: bold;
}
.page_lastest_news_list .item .time_ico .time{
    color:#666;
    flex:1;
}
.page_lastest_news_list .item .time_ico .ico i{
    transform: rotate(45deg);
    color:#fd8c1e;
    font-weight: bold;
}
.page_lastest_news_list .item:hover .tit{
    color:#008c7c;
}
.page_lastest_news_list .item:hover{
    box-shadow: 0 5px 15px #00000020;
}


.page_lastest_app_list{
    width: 30%;
}
.page_lastest_app_list .item{
    padding: 0;
    overflow: hidden;
}
.page_lastest_app_list .item .tit{
    padding: 20px;
    margin: 0;
    text-align: center;
}


@media screen and (max-width:1860px) {
    .SDBanner .DBanner_bottom .DBanner_bottom_nav {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .SDBanner .DBanner_bottom .DBanner_bottom_nav::-webkit-scrollbar-track {
        background-color: #e5e5e5;
    }

    .SDBanner .DBanner_bottom .DBanner_bottom_nav::-webkit-scrollbar-thumb {
        background: #fd8c1e;
        border-radius: 100px;
    }

    .SDBanner .DBanner_bottom .DBanner_bottom_nav::-webkit-scrollbar-button {
        background-color: #ffffff;
    }

    .SDBanner .DBanner_bottom .DBanner_bottom_nav::-webkit-scrollbar-corner {
        background-color: #ffffff;
    }

    .SDBanner .DBanner_bottom .DBanner_bottom_nav::-webkit-scrollbar {
        width: 100%;
        height: 3px;
        border-radius: 100px;
    }

    .Header .Header_left .Header_left_nav .left_nav_list {
        margin-right: 25px;
    }
}




@media screen and (max-width:1650px) {
    .Header .Header_logo img {
        height: 40px;
    }

    .Header .Header_left .Header_left_nav .left_nav_list {
        margin-right: 20px;
    }

    .Header .Header_left .Header_left_nav .left_nav_list .nav_list_title {
        padding: 7px 15px;
    }

    .Header .Header_left .Header_left_nav {
        margin-left: 60px;
    }

    .banner .banner_list.swiper-slide-active .banner_list_po .list_po_btn {
        margin-top: 55px;
    }

    .banner .banner_bottom .banner_bottom_Scroll .bottom_Scroll_icon span {
        width: 45%;
    }

    .banner .banner_bottom .banner_bottom_right {
        width: 53%;
        padding-right: 100px;
        height: 80px;
    }

    .banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_icon img {
        height: 22px;
    }

    .banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_title {
        width: calc(100% - 130px);
    }

    .HAbout .HAbout_top .HAbout_top_left .top_left_txt {
        margin-bottom: 60px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon1 {
        width: 200px;
        height: 255px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon2 {
        width: 296px;
        height: 379px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list::before {
        right: -40px;
    }

    /*
    .HAbout .HAbout_bottom .HAbout_bottom_video{ width: 169px; height: 169px;}
    .HAbout .HAbout_bottom .HAbout_bottom_content,.HAbout .HAbout_bottom .HAbout_bottom_video img{ height: 169px;}
     HAbout .HAbout_bottom .HAbout_bottom_content{ width: calc(100% - 190px);}
    */

    .HSolution .HSolution_content .HSolution_content_list .content_list_img img {
        height: 750px;
    }

    .HSolution .HSolution_content .HSolution_content_list .content_list_po {
        width: 57%;
        left: 57%;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt {
        padding: 50px 25px;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_title {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .HNews .HNews_content .HNews_content_right .content_left_txt.w100 {
        padding: 32px 25px;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_p {
        margin-top: 25px;
        margin-bottom: 48px;
    }

    .ClickTop {
        width: 65px;
        height: 65px;
        right: 35px;
        bottom: 35px;
    }

    .ClickTop img {
        height: 20px;
    }

    .Footer .Footer_top .Footer_top_logo img {
        height: 53px;
    }

    .Footer .Footer_top .Footer_top_nav a {
        margin-right: 60px;
    }


    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list {
        padding: 0 25px;
    }


    .News .News_content .News_content_list .content_list_info {
        padding: 40px 25px;
    }

    .News .News_content .News_content_list .content_list_thumb {
        height: 270px;
    }


    .AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list:nth-child(odd) {
        padding-top: 100px;
    }

    .AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list:nth-child(even) {
        padding-top: 270px;
    }





    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
        height: 446px;
    }



}

@media screen and (max-width:1550px) {
    .Header .Header_logo img {
        height: 37px;
    }

    .Header .Header_left .Header_left_nav .left_nav_list .nav_list_title {
        padding: 6px 14px;
    }

    .Header .Header_left .Header_left_nav {
        margin-left: 50px;
    }

    .banner .banner_list.swiper-slide-active .banner_list_po .list_po_btn {
        margin-top: 50px;
    }

    .banner .banner_bottom .banner_bottom_right {
        width: 56%;
        padding-right: 90px;
        height: 75px;
    }

    .banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_icon img {
        height: 20px;
    }

    .banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_title {
        width: calc(100% - 130px);
    }

    .HAbout .HAbout_top .HAbout_top_left .top_left_txt {
        margin-bottom: 55px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon1 {
        width: 187px;
        height: 239px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon2 {
        width: 276px;
        height: 354px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list::before {
        right: -30px;
    }

    /*
    .HAbout .HAbout_bottom .HAbout_bottom_video{ width: 159px; height: 159px;}
    .HAbout .HAbout_bottom .HAbout_bottom_content,.HAbout .HAbout_bottom .HAbout_bottom_video img{ height: 159px;}
    .HAbout .HAbout_bottom .HAbout_bottom_content{ width: calc(100% - 170px);}
    */

    .HSolution .HSolution_content .HSolution_content_list .content_list_img img {
        height: 700px;
    }

    .HSolution .HSolution_content .HSolution_content_list .content_list_po {
        width: 54%;
        left: 60%;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt {
        padding: 40px 22px;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_title {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .HNews .HNews_content .HNews_content_right .content_left_txt.w100 {
        padding: 32px 25px;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_p {
        margin-top: 22px;
        margin-bottom: 40px;
    }

    .ClickTop {
        width: 60px;
        height: 60px;
        right: 30px;
        bottom: 30px;
    }

    .ClickTop img {
        height: 18px;
    }

    .Footer .Footer_top .Footer_top_logo img {
        height: 50px;
    }

    .Footer .Footer_top .Footer_top_nav a {
        margin-right: 50px;
    }




    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list {
        padding: 0 17px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list a {
        font-size: 13px;
    }

    .DBanner .DBanner_bottom .banner_bottom_box {
        width: 78%;
    }



    .APartners .APartners_top .APartners_top_nav .top_nav_li {
        margin-right: 8px;
        padding: 12px 24px;
        white-space: nowrap;
    }

    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img {
        height: 85px;
    }

    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img:nth-child(6n) {
        margin: 0 0 15px 0;
    }

    .AHonors .AHonors_content {
        margin-top: 25px;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
        height: 416px;
        padding: 18px;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-pagination {
        bottom: -30px;
    }



    .SCAdvantage {
        padding-top: 70px;
    }



    .News .News_content .News_content_list .content_list_info {
        padding: 30px 20px;
    }

    .News .News_content .News_content_list .content_list_info .list_info_title {
        margin: 20px 0 35px 0;
    }

    .News .News_content .News_content_list .content_list_thumb {
        height: 270px;
    }



    .News .News_top .News_top_search .search_form_li select {
        width: 95%;
        padding: 0 20px;
        height: 45px;
        background-position-x: 95%;
    }

    .News .News_top .News_top_search .search_form_li input[type="search"] {
        width: 100%;
        height: 45px;
        display: flex;
        align-items: center;
        padding: 0px 20px;
        font-size: 14px;
        border-radius: 100px;
    }

    .News .News_top .News_top_search .search_form_li input[type="submit"] {
        width: 28%;
        height: 45px;
        font-size: 14px;
        background: #008c7c url(../images/bn50.png) no-repeat 25% 52%;
        padding-left: 22px;
    }

    .News .News_top .News_top_search .search_form_li input[type="search"]::-moz-input-placeholder {
        font-size: 14px;
    }

    .News .News_top .News_top_search .search_form_li input[type="search"]::-webkit-input-placeholder {
        font-size: 14px;
    }



    .AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list:nth-child(odd) {
        padding-top: 90px;
    }

    .AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list:nth-child(even) {
        padding-top: 250px;
    }


    /*
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img{width: calc(20% - 21px); height: 115px;margin: 0 26px 26px 0;border-radius: 12px;}
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img:nth-child(5n){margin:0 0 26px 0;}
    */



    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
        height: 436px;
    }

    .CFPSystem .CFPSystem_swiper .banner_list .banner_list_img img {
        height: 425px;
    }

    .CFPSystem .CFPSystem_list_swiper .banner_list .banner_list_img img {
        height: 96px;
    }





    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list {
        width: 17.5%;
        margin-bottom: 30px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(2) {
        padding-bottom: 55px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(3) {
        padding-bottom: 106px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(4) {
        padding-bottom: 77px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(5) {
        padding-bottom: 45px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_top {
        margin-bottom: 8px;
        padding-left: 22px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_top::before {
        width: 12px;
        height: 12px;
        border: 3px solid #fd8c1e;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_bottom {
        min-height: 75px;
        padding: 5px 0 3px 22px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_bottom::after {
        left: 5px;
    }


    .NDetails .Details_left {
        width: 74%;
    }

    .NDetails .Details_right {
        width: 24%;
    }


}

@media screen and (max-width:1450px) {
    .Header .Header_logo img {
        height: 34px;
    }

    .Header .Header_left .Header_left_nav .left_nav_list .nav_list_title {
        padding: 5px 13px;
    }

    .Header .Header_left .Header_left_nav {
        margin-left: 40px;
    }

    .banner .banner_list.swiper-slide-active .banner_list_po .list_po_btn {
        margin-top: 45px;
    }

    .banner .banner_bottom .banner_bottom_right {
        width: 60%;
        padding-right: 80px;
    }

    .banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_icon img {
        height: 18px;
    }

    .HAbout .HAbout_top .HAbout_top_left .top_left_txt {
        margin-bottom: 50px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon1 {
        width: 173px;
        height: 221px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon2 {
        width: 257px;
        height: 328px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list::before {
        right: -25px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_video {
        width: 350px;
        height: 150px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content,
    .HAbout .HAbout_bottom .HAbout_bottom_video img {
        height: 149px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content {
        width: calc(100% - 380px);
    }

    .HAbout .HAbout_bottom .HAbout_bottom_video span {
        width: 55px;
        height: 55px;
    }

    .HSolution .HSolution_content .HSolution_content_list .content_list_img img {
        height: 650px;
    }

    .HSolution .HSolution_content .HSolution_content_list .content_list_po {
        width: 51%;
        left: 62%;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt {
        padding: 30px 20px;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_title {
        margin-top: 18px;
        margin-bottom: 30px;
    }

    .HNews .HNews_content .HNews_content_right .content_left_txt.w100 {
        padding: 30px 22px;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_p {
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .ClickTop {
        width: 55px;
        height: 55px;
        right: 25px;
        bottom: 25px;
    }

    .ClickTop img {
        height: 17px;
    }

    .Footer .Footer_top .Footer_top_logo img {
        height: 47px;
    }

    .Footer .Footer_top .Footer_top_nav a {
        margin-right: 40px;
    }



    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
        height: 370px;
        padding: 16px;
    }

    .PCBFSystem .PCBFSystem_swiper .banner_list .banner_list_img {
        height: 100px;
    }

    .CFPSystem .CFPSystem_swiper .banner_list .banner_list_img img {
        height: 339px;
    }

    .CFPSystem .CFPSystem_list_swiper .banner_list .banner_list_img img {
        height: 75px;
    }


    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.name {
        width: 25%;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.time {
        width: 22%;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.operate {
        width: 7%;
    }


    .News .News_content .News_content_list .content_list_thumb {
        height: 190px;
    }

    .SAdvantage .SAdvantage_right {
        padding-right: 0px;
    }


    .AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list:nth-child(odd) {
        padding-top: 80px;
    }

    .AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list:nth-child(even) {
        padding-top: 230px;
    }



    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
        height: 390px;
        margin: 0 28px 28px 0;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img:nth-child(4n) {
        margin: 0 0 28px 0;
    }

    .DBanner .DBanner_bottom .banner_bottom_box {
        height: 80px;
    }


}

@media screen and (max-width:1430px) {
    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
        height: 360px;
    }

    .NDetails .Details_left {
        width: 72%;
    }

    .NDetails .Details_right {
        width: 26%;
    }

    .Header .Header_left .Header_left_nav .left_nav_list {
        margin-right: 14px;
    }
}

@media screen and (max-width:1380px) {
    .Header .Header_left .Header_left_nav .left_nav_list {
        margin-right: 10px;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
        height: 322px;
    }

    .CFPSystem .CFPSystem_swiper .banner_list .banner_list_img img {
        height: 385px;
    }

    .CFPSystem .CFPSystem_list_swiper .banner_list .banner_list_img img {
        height: 70px;
    }



    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list {
        width: 18%;
        margin-bottom: 30px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(2) {
        padding-bottom: 50px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(3) {
        padding-bottom: 100px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(4) {
        padding-bottom: 72px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(5) {
        padding-bottom: 40px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_top {
        margin-bottom: 8px;
        padding-left: 20px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_top::before {
        width: 10px;
        height: 10px;
        border: 3px solid #fd8c1e;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_bottom {
        min-height: 75px;
        padding: 5px 0 3px 20px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_bottom::after {
        left: 5px;
    }



    .DBanner .DBanner_bottom .banner_bottom_box {
        height: 75px;
    }

    .banner .banner_list .banner_list_po .po_dt_img img {
        width: 350px;
    }
}

@media screen and (max-width:1366px) {
    .Header .Header_logo img {
        height: 31px;
    }

    .Header .Header_left .Header_left_nav .left_nav_list .nav_list_title {
        padding: 4px 12px;
    }

    .Header .Header_left .Header_left_nav {
        margin-left: 30px;
    }

    .banner .banner_list.swiper-slide-active .banner_list_po .list_po_btn {
        margin-top: 40px;
    }

    .banner .banner_bottom .banner_bottom_right {
        width: 63%;
        padding-right: 70px;
    }

    .banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_icon img {
        height: 16px;
    }

    .HAbout .HAbout_top .HAbout_top_left .top_left_txt {
        margin-bottom: 45px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon1 {
        width: 160px;
        height: 205px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon2 {
        width: 236px;
        height: 303px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list::before {
        right: -20px;
    }

    .HSolution .HSolution_content .HSolution_content_list .content_list_img img {
        height: 600px;
    }

    .HSolution .HSolution_content .HSolution_content_list .content_list_po {
        width: 48%;
        left: 64%;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt {
        padding: 25px 18px;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_title {
        margin-top: 15px;
        margin-bottom: 26px;
    }

    .HNews .HNews_content .HNews_content_right .content_left_txt.w100 {
        padding: 26px 20px;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_p {
        margin-top: 16px;
        margin-bottom: 30px;
    }

    .ClickTop {
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 20px;
    }

    .ClickTop img {
        height: 16px;
    }

    .Footer .Footer_top .Footer_top_logo img {
        height: 44px;
    }

    .Footer .Footer_top .Footer_top_nav a {
        margin-right: 30px;
    }


    .DBanner .DBanner_bottom .banner_bottom_box {
        width: 80%;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_Scroll {
        right: -167px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_Scroll img {
        height: 28px;
        margin-right: 12px;
        margin-left: 14px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_Scroll .bottom_Scroll_icon {
        width: 100px;
    }


    .HPROJECT .HAbout_top .HAbout_top_left {
        padding-top: 80px;
    }


    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
        height: 322px;
        margin: 0px 25px 25px 0;
    }

    .PCBFSystem .PCBFSystem_swiper .banner_list .banner_list_img {
        height: 92px;
    }

    .SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_thumb {
        height: 299px;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.operate {
        width: 12%;
    }

    .News .News_content .News_content_list .content_list_thumb {
        height: 180px;
    }



    .CFPSystem .CFPSystem_list .Title {
        margin-bottom: 30px;
    }

    .CFPSystem .CFPSystem_list .CFPSystem_list_info {
        margin-bottom: 40px;
    }

    .CFPSystem .CFPSystem_swiper .banner_list .banner_list_img img {
        height: 340px;
    }

    .CFPSystem .CFPSystem_list_swiper .banner_list .banner_list_img img {
        height: 75px;
    }


    .SAdvantage {
        padding: 60px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .SAdvantage .pc_all_content {
        position: relative;
        left: 0;
        top: 5;
        transform: none;
        width: 49%;
    }

    .SAdvantage .SAdvantage_left {
        width: 100%;
        padding-left: 10%;
    }

    .SAdvantage .SAdvantage_left .SAdvantage_left_title {
        margin-bottom: 30px;
    }

    .SAdvantage .SAdvantage_left .SAdvantage_left_info p {
        margin-bottom: 15px;
    }

    .SAdvantage .SAdvantage_right {
        width: 49%;
    }

    .SAdvantage .SAdvantage_right img {
        width: 100%;
    }


    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img {
        height: 100px;
        border-radius: 12px;
    }

    /*
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img{width: calc(25% - 15px); height:100px;margin: 0 20px 20px 0;border-radius: 12px;}
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img:nth-child(5n){margin: 0 20px 20px 0;}
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img:nth-child(6n){margin: 0 20px 20px 0;}
    */
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img:nth-child(6n) {
        margin: 0 0 15px 0;
    }

    .APartners .APartners_content .APartners_content_list .swiper-pagination {
        bottom: 5px;
    }


    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
        margin: 0 23px 23px 0;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img:nth-child(4n) {
        margin: 0 23px 23px 0;
    }

    .DBanner .DBanner_bottom .banner_bottom_box {
        height: 70px;
    }

}

@media screen and (max-width:1280px) {
    .Header .Header_left .Header_left_nav .left_nav_list {
        margin-right: 0px;
    }

    .Header .Header_logo img {
        height: 29px;
    }

    .Header .Header_left .Header_left_nav .left_nav_list {
        margin-right: 15px;
    }

    .banner .banner_list.swiper-slide-active .banner_list_po .list_po_btn {
        margin-top: 35px;
    }

    .banner .banner_bottom .banner_bottom_right {
        width: 66%;
        padding-right: 60px;
    }

    .banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_icon img {
        height: 14px;
    }

    .HAbout .HAbout_top .HAbout_top_left .top_left_txt {
        margin-bottom: 40px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon1 {
        width: 143px;
        height: 182px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon2 {
        width: 211px;
        height: 270px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list::before {
        right: -15px;
    }

    .HNews .HNews_content .HNews_content_right .content_left_txt .left_txt_title {
        -webkit-line-clamp: 1;
    }

    .HSolution .HSolution_content .HSolution_content_list .content_list_img img {
        height: 550px;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {}

    .News .News_content .News_content_list .content_list_thumb {
        height: 184px;
    }

    .CFPSystem .CFPSystem_list .Title {
        margin-bottom: 25px;
    }

    .CFPSystem .CFPSystem_list .CFPSystem_list_info {
        margin-bottom: 35px;
    }


    .CFPSystem .CFPSystem_swiper .banner_list .banner_list_img img {
        height: 320px;
    }

    .CFPSystem .CFPSystem_list_swiper .banner_list .banner_list_img img {
        height: 70px;
    }


    .APartners .APartners_top .Title {
        margin-right: 30px;
    }

    .APartners .APartners_top .APartners_top_nav .top_nav_li {
        margin-right: 0px;
    }

    .DBanner .DBanner_bottom .banner_bottom_box {
        width: 86%;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_Scroll .bottom_Scroll_icon {
        width: 50px;
    }

    .Footer .Footer_content .Footer_content_top .content_top_left .top_left_list .left_list_dt {
        font-size: 12px;
    }

    .HAbout .HAbout_bottom {
        margin-bottom: -65px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list .content_list_dd,
    .HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list .content_list_dd i {
        font-size: 26px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content {
        padding-left: 40px;
        height: 120px;
        width: calc(100% - 290px);
    }

    .HAbout .HAbout_bottom .HAbout_bottom_video {
        width: 270px;
        height: 120px;
    }

}

@media screen and (max-width:1200px) {
    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon1 {
        width: 136px;
        height: 177px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon2 {
        width: 201px;
        height: 260px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list::before {
        display: none;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content {
        padding-left: 30px;
    }

    .Footer .Footer_content_bottom {
        padding: 25px 0px;
        display: block;
        text-align: center;
    }

    .Footer .Footer_content_bottom .content_bottom_left,
    .Footer .Footer_content_bottom .content_bottom_right {
        line-height: 1.2;
    }

    .News .News_content .News_content_list .content_list_thumb {
        height: 170px;
    }


    .CFPSystem .CFPSystem_swiper .banner_list .banner_list_img img {
        height: 280px;
    }

    .CFPSystem .CFPSystem_list_swiper .banner_list .banner_list_img img {
        height: 55px;
    }


    .SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_thumb {
        height: 250px;
    }

    .APartners .APartners_top .APartners_top_nav .top_nav_li {
        padding: 12px 20px;
    }


    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {}

    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list {
        padding: 0 17px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_Scroll .bottom_Scroll_icon {
        display: none;
    }

    .DBanner .DBanner_bottom .banner_bottom_box {
        width: 90%;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_Scroll {
        right: -125px;
    }

    .Footer .Footer_content .Footer_content_top .content_top_left .top_left_list .left_list_dt {
        font-size: 11px;
    }

    .Header .Header_left .Header_left_nav .left_nav_list {
        margin-right: 5px;
    }
}

@media screen and (max-width:1150px) {
    .DBanner .DBanner_bottom .DBanner_bottom_Scroll {
        display: none;
    }

    .DBanner .DBanner_bottom .banner_bottom_box {
        width: 100%;
        padding-right: 0px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav {
        width: 92%;
    }
}

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

    /*ipad-y*/
    .HPROJECT .HAbout_top {
        display: block;
    }

    .HPROJECT .HAbout_top .HAbout_top_left,
    .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .HPROJECT .HAbout_top .HAbout_top_left {
        padding-top: 0;
    }

    .Footer .Footer_top {
        margin-bottom: 60px;
    }

    .Footer .Footer_top .Footer_top_logo {
        display: flex;
    }

    .Footer .Footer_top .Footer_top_logo img {
        height: 40px;
    }

    .News .News_content .News_content_list .content_list_thumb {
        height: 165px;
    }

    .SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_thumb {
        height: 220px;
    }

    .APartners .APartners_top .APartners_top_nav .top_nav_li {
        padding: 11px 18px;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {}


    .ABrand .pc_all_content {
        flex-direction: column;
    }

    .ABrand .pc_all_content .ABrand_left {
        width: 100%;
    }

    .ABrand .pc_all_content .ABrand_left .Title {
        margin-bottom: 40px;
    }

    .ABrand .pc_all_content .ABrand_left .ABrand_left_img {
        margin-top: 0px;
    }

    .ABrand .pc_all_content .ABrand_right {
        width: 100%;
        margin-top: 40px;
    }

    .ABrand .pc_all_content .ABrand_right p:last-child {
        margin-bottom: 0;
    }

    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img {
        height: 90px;
        border-radius: 12px;
    }

    /*
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img{width: calc(33.3333% - 12px); height: 90px;margin: 0 17px 17px 0;border-radius: 12px;}
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img:nth-child(5n){margin: 0 17px 17px 0;}
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img:nth-child(6n){margin: 0 17px 17px 0;}
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img:nth-child(4n){margin: 0 17px 17px 0;}
    */
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img:nth-child(6n) {
        margin: 0 0 13px 0;
    }


    .APartners .APartners_content .APartners_content_list .swiper-pagination {
        bottom: -5px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list {
        padding: 0 15px;
    }

    .DBanner .DBanner_bottom .banner_bottom_box {
        border-radius: 0px 50px 0px 0px;
        padding-right: 30px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list {
        padding: 0;
        width: auto;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list {
        font-size: 12px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list::after {
        display: none;
    }

    .Footer .Footer_content .Footer_content_top .content_top_left .top_left_list .left_list_dt {
        font-size: 10px;
    }
}

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

    /*ipad-x*/
    .News .News_content .News_content_list .content_list_thumb {
        height: 151px;
    }

    .CFPSystem .CFPSystem_list .Title {
        margin-bottom: 15px;
    }

    .CFPSystem .CFPSystem_list .CFPSystem_list_info {
        margin-bottom: 20px;
    }

    .CFPSystem .CFPSystem_swiper .banner_list .banner_list_img img {
        height: 260px;
    }

    .CFPSystem .CFPSystem_list_swiper .banner_list .banner_list_img img {
        height: 50px;
    }

    .SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_thumb {
        height: 193px;
    }

    .APartners .APartners_top .APartners_top_nav .top_nav_li {
        padding: 10px 16px;
    }

    .SAdvantage .SAdvantage_left {
        padding-left: 8%;
    }

    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img {
        height: 85px;
    }

    .DBanner .DBanner_bottom {
        position: relative;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
        height: 320px;
    }

    .News .News_content .News_content_list .content_list_thumb {
        height: 136px;
    }

    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img {
        height: 75px;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
        height: 270px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list a {
        font-size: 16px;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        padding: 10px;
        display: inline-block;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list.on a {
        color: #fff;
        border: 1px solid #fd8c1e;
        background: #fd8c1e;
    }

    .DBanner .DBanner_bottom .banner_bottom_box {
        height: auto;
        padding-top: 25px;
        padding-right: 0px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

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

    /*iphone*/
    .banner .banner_list.swiper-slide-active .banner_list_po .list_po_dd,
    .banner .banner_list.swiper-slide-active .banner_list_po .list_po_dt {
        font-size: 24px;
    }

    .banner .banner_bottom .banner_bottom_Scroll {
        display: none;
    }

    .banner .banner_bottom .banner_bottom_right .bottom_right_list {
        flex-wrap: wrap;
    }

    .banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_title,
    .banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_icon {
        width: 100%;
    }

    .banner .banner_bottom .banner_bottom_right .bottom_right_list .right_list_icon {
        margin-bottom: 10px;
    }

    .banner .banner_dots {
        right: 20px;
        top: 85%;
    }

    .banner .banner_dots .banner-prev,
    .banner .banner_dots .banner-next {
        font-size: 14px;
    }

    .banner .banner_dots .swiper-pagination span {
        width: 6px;
        height: 6px;
        margin: 8px 0px;
    }

    .banner .banner_dots .swiper-pagination span.swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
    }

    .banner .banner_bottom .banner_bottom_right {
        width: 80%;
    }

    .banner .banner_list .banner_list_po .po_dt_img img {
        width: 200px;
    }

    .HAbout .HAbout_top {
        flex-wrap: wrap;
    }

    .HAbout .HAbout_top .HAbout_top_left,
    .HAbout .HAbout_top .HAbout_top_right {
        width: 100%;
    }

    .HAbout .HAbout_top .HAbout_top_right {
        margin-top: 35px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon1 {
        width: 25vw;
        height: 32.5vw;
        border-radius: 10px;
        border: 1px solid #ededed;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon1 img {
        top: 20px;
        width: 500px;
        max-width: 500px;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon2 {
        width: 38vw;
        height: 50vw;
        border-radius: 10px;
        border: 1px solid #ededed;
    }

    .HAbout .HAbout_top .HAbout_top_right .top_right_img .top_right_icon2 img {
        top: 0;
        width: 500px;
        max-width: 500px;
    }

    .HAbout .HAbout_bottom {
        margin-bottom: 0;
        display: block;
    }
    .j_solution_list .item_w,.j_solution_list .item_w:first-child{
        width: 100%;
    }
    .HAbout .HAbout_bottom .HAbout_bottom_video {
        width: 160px;
        height: 160px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_video img {
        height: 160px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_video span img:first-child {
        width: 60px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content {
        height: auto;
        flex-wrap: wrap;
        padding: 0px;
        border-radius: 0;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 10px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list {
        width: 48%;
        padding: 0px 22px;
        text-align: center;
        margin-bottom: 15px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list .content_list_dd {
        font-size: 30px;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content::before {
        display: none;
    }

    .HAbout .HAbout_bottom .HAbout_bottom_content .bottom_content_list .content_list_dt {
        line-height: 1.2;
    }

    .paddingtop172 {
        padding-top: 45px;
    }

    .HSolution .HSolution_content {
        flex-wrap: wrap;
        padding: 0px 4%;
    }

    .HSolution .HSolution_content .HSolution_content_list {
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
    }

    .HSolution .HSolution_content .HSolution_content_list.clip {
        width: 100%;
        margin-right: 0;
        -webkit-clip-path: none;
        margin-bottom: 25px;
    }

    .HSolution .HSolution_content .HSolution_content_list:nth-child(1) {
        margin-left: 0;
    }

    .HSolution .HSolution_content .HSolution_content_list .content_list_img img {
        height: 300px;
    }

    .HSolution .HSolution_content .HSolution_content_list .content_list_title {
        bottom: 28px;
    }

    .HSolution .HSolution_content .HSolution_content_list .content_list_po {
        left: 50%;
        width: 80%;
    }

    .HPROJECT {
        padding-bottom: 45px;
    }

    .HPROJECT .HAbout_top .HAbout_top_left {
        padding-top: 0;
    }

    .HNews .HNews_content {
        flex-wrap: wrap;
    }

    .HNews .HNews_content .HNews_content_left,
    .HNews .HNews_content .HNews_content_left .content_left_txt {
        width: 100%;
    }

    .HNews .HNews_content .HNews_content_right {
        width: 100%;
    }

    .HNews .HNews_content .HNews_content_right .content_left_txt.w100 {
        margin-bottom: 0;
    }

    .HNews .HNews_content .HNews_content_right .content_left_txt {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .HNews .HNews_content .HNews_content_left .content_left_txt .left_txt_p {
        margin: 20px 0px;
    }

    .Footer {
        position: relative;
        z-index: 20;
    }

    .Footer .Footer_top {
        flex-wrap: wrap;
        display: block;
        padding: 45px 0px;
        padding-bottom: 20px;
        margin-bottom: 35px;
    }

    .Footer .Footer_top .Footer_top_logo {
        text-align: center;
        display: flex;
        margin-bottom: 36px;
        justify-content: center;
    }

    .Footer .Footer_top .Footer_top_logo img {
        height: 45px;
    }

    .Footer .Footer_top .Footer_top_nav {
        display: flex;
        flex-wrap: wrap;
    }

    .Footer .Footer_top .Footer_top_nav a {
        display: inline-block;
        width: 33.333%;
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .Footer .Footer_content .Footer_content_top {
        flex-wrap: wrap;
    }

    .Footer .Footer_content .Footer_content_top .content_top_left {
        width: 100%;
    }

    .Footer .Footer_content .Footer_content_top .content_top_right {
        width: 100%;
        flex-wrap: wrap;
    }

    .Footer .Footer_content .Footer_content_top .content_top_right .top_right_list {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, .1);
        padding: 20px;
        margin-top: 22px;
    }

    .Footer .Footer_content .Footer_content_top .content_top_right .top_right_list .right_list_title {
        margin: 12px 0px;
    }

    .Footer .Footer_content .Footer_content_top .content_top_right .top_right_address {
        border: none;
        padding: 0 35px;
    }

    .Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .banner_list .banner_list_company {
        margin: 10px 0;
    }

    .Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .swiper-button-prev {
        left: 0;
    }

    .Footer .Footer_content .Footer_content_top .content_top_right .top_right_address .swiper-button-next {
        right: 0;
    }

    .Footer .Footer_content_bottom {
        padding: 25px 0px;
        text-align: center;
        display: inline-block;
    }

    .Footer .Footer_content_bottom .content_bottom_left {
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .ClickTop {
        width: 38px;
        height: 38px;
    }

    .ClickTop img {
        height: 12px;
    }




    .DBanner {
        margin-top: 62px;
        ;
    }

    .DBanner .DBannerImg img {
        height: 235px;
    }

    .DBanner .DBannertxt {
        max-width: 90%;
    }

    .DBanner .DBannertxt .DBannertxt_dd {
        max-width: 100%;
        margin-bottom: 8px;
        padding-bottom: 18px;
        font-size: 28px;
    }

    .DBanner .DBannertxt .DBannertxt_dd::after {
        width: 40px;
    }

    .DBanner .DBannertxt .DBannertxt_dt {
        max-width: 100%;
    }

    .DBanner .DBanner_bottom .banner_bottom_box {
        width: 100%;
        height: auto;
        padding: 20px 20px 12px 0;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav {
        overflow-x: auto;
        width: 95%;
        padding-bottom: 10px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list {
        padding: 0;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list a {
        white-space: nowrap;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_nav .bottom_nav_list::after {
        display: none;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_Scroll {
        position: absolute;
        right: -167px;
        display: none;
        align-items: center;
        color: #fff;
        font-weight: bolder;
        cursor: pointer;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_Scroll img {
        height: 28px;
        margin-right: 12px;
        margin-left: 14px;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_Scroll .bottom_Scroll_icon {
        width: 100px;
        height: 1px;
        background: #fff;
        display: flex;
        align-items: center;
    }

    .DBanner .DBanner_bottom .DBanner_bottom_Scroll .bottom_Scroll_icon span {
        width: 50%;
        height: 1px;
        display: inline-block;
        background: #fd8c1e;
    }

    .swiper-pagination span {
        width: 7px !important;
        height: 7px !important;
        margin: 0 4px !important;
    }



    .ABrand .pc_all_content {
        flex-direction: column;
    }

    .ABrand .pc_all_content .ABrand_left {
        width: 100%;
    }

    .ABrand .pc_all_content .ABrand_left .Title {
        margin-bottom: 30px;
    }

    .ABrand .pc_all_content .ABrand_left .ABrand_left_img {
        margin-top: 0px;
    }

    .ABrand .pc_all_content .ABrand_right {
        width: 100%;
        margin-top: 30px;
    }

    .ABrand .pc_all_content .ABrand_right p:last-child {
        margin-bottom: 0;
    }

    .ABrand .pc_all_content .ABrand_left .ABrand_left_img .paly_btn {
        width: 45px;
        height: 45px;
    }



    .APartners .APartners_top {
        align-items: flex-start;
        flex-direction: column;
    }

    .APartners .APartners_top .Title {
        margin-bottom: 25px;
        margin-right: 0px;
    }

    .APartners .APartners_top .APartners_top_nav {
        width: 100%;
        overflow: auto;
        padding-bottom: 15px;
    }

    .APartners .APartners_top .APartners_top_nav .top_nav_li {
        white-space: nowrap;
        margin-right: 5px;
        padding: 12px 22px;
    }

    .APartners .APartners_content {
        margin-top: 25px;
    }
    .APartners .APartners_top{
        margin-bottom: 0;
    }
    .APartners .APartners_content .APartners_content_list .swiper-container{
        height: 230px;
    }
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list{
        height: calc((100% - 30px) / 3) !important;
    }
    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img {
        height: 65px;
        border-radius: 12px;
    }

    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img:nth-child(3n) {
        margin: 0 0 17px 0;
    }

    .APartners .APartners_content .APartners_content_list .swiper-container .banner_list .banner_list_img:nth-child(6n) {
        margin: 0 0 17px 0;
    }

    .APartners .APartners_content .APartners_content_list .swiper-pagination {
        bottom: -20px;
    }



    .AHonors .AHonors_top {
        align-items: flex-start;
        flex-direction: column;
    }

    .AHonors .AHonors_top .Title {
        margin-bottom: 25px;
    }

    .AHonors .AHonors_top .AHonors_top_nav {
        width: 100%;
    }

    .AHonors .AHonors_top .AHonors_top_nav .top_nav_top {
        width: 100%;
        overflow: auto;
        align-items: center;
        justify-content: center;
    }

    .AHonors .AHonors_top .AHonors_top_nav .top_nav_top .nav_top_list {
        white-space: nowrap;
        margin-right: 5px;
        padding: 12px 22px;
    }

    .AHonors .AHonors_top .AHonors_top_nav .top_nav_bottom {
        width: 100%;
        margin-top: 25px;
    }

    .AHonors .AHonors_top .AHonors_top_nav .top_nav_bottom .nav_bottom_list {
        justify-content: center;
    }

    .AHonors .AHonors_top .AHonors_top_nav .top_nav_bottom .nav_bottom_list .bottom_list_li {
        width: 49%;
        text-align: center;
        color: #222222;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list {
        align-items: flex-start;
        justify-content: space-between;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img {
        height: 150px;
        padding:5px;
        margin: 0 0 15px 0;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img:nth-child(4n) {
        margin: 0 0 15px 0;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-container .banner_list .banner_list_img:nth-child(-n+2) {
        margin: 0 0 15px 0;
    }

    .AHonors .AHonors_content .AHonors_content_box .content_box_list .swiper-pagination {
        bottom: -18px;
    }
    .APartners .APartners_top .APartners_top_nav{
        justify-content: flex-start;
    }
    
    .AHonors .AHonors_content .MCapability .content_box_list {
        margin-bottom: 15px;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list {
        width: 100%;
        margin-bottom: 20px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(2) {
        padding-bottom: 0px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(3) {
        padding-bottom: 0;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(4) {
        padding-bottom: 0;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:nth-child(5) {
        padding-bottom: 0;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_top {
        margin-bottom: 8px;
        padding-left: 20px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_top::before {
        width: 12px;
        height: 12px;
        border: 3px solid #fd8c1e;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_bottom {
        min-height: auto;
        padding: 5px 0 3px 20px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list .MCapability_list_bottom::after {
        left: 5px;
    }

    .AHonors .AHonors_content .MCapability .content_box_list .MCapability_list:last-child {
        margin-bottom: 0;
    }



    .AEIndustry .AEIndustry_content img {
        margin-bottom: 0 !important;
    }

    .AEIndustry .AEIndustry_top {
        flex-direction: column;
    }

    .AEIndustry .AEIndustry_top .AEIndustry_top_info {
        width: 100%;
    }

    .AEIndustry .AEIndustry_top .AEIndustry_top_info .Title {
        margin-bottom: 20px;
    }

    .AEIndustry .AEIndustry_top .AEIndustry_top_switch {
        justify-content: flex-end;
    }

    .AEIndustry .AEIndustry_top .AEIndustry_top_swiper {
        width: 100%;
    }

    .AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list {
        height: 650px;
    }

    .AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list:nth-child(odd) {
        padding-top: 30px;
    }

    .AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list:nth-child(even) {
        padding-top: 30px;
    }

    .AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list .banner_list_title::after {
        width: 4px;
        left: -2px;
    }

    .AEIndustry .AEIndustry_top .AEIndustry_top_swiper .banner_list {
        margin-left: 1px;
    }



    .PDBanner {}

    .DBanner .DBannertxt {
        max-width: 90%;
    }

    .PDBanner .DBanner_bottom .banner_bottom_box {
        padding: 20px 20px 10px 0;
    }

    .PDBanner .DBanner_bottom .DBanner_bottom_nav {
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }


    .PCBFSystem .Title {
        margin-bottom: 25px;
    }

    .PCBFSystem .PCBFSystem_content {
        margin-top: 25px;
    }

    .PCBFSystem .PCBFSystem_swiper {
        padding-bottom: 20px;
    }

    .PCBFSystem .PCBFSystem_swiper .banner_list .banner_list_img {
        height: 90px;
    }

    .PCBFSystem .PCBFSystem_bottom {
        margin-top: 25px;
    }

    .PCBFSystem .PCBFSystem_bottom .PCBFSystem_content {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .PCBFSystem .PCBFSystem_content .PCBFSystem_content_list {
        margin: 0 15px 17px 0;
        width: calc(33.333% - 10px);
    }

    .PCBFSystem .PCBFSystem_content .PCBFSystem_content_list:nth-child(3n) {
        margin: 0 0 17px 0;
    }




    .SDBanner .DBanner_bottom .banner_bottom_box {
        padding: 0;
    }

    .SDBanner .DBanner_bottom .DBanner_bottom_nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 0;
        padding-top: 22px;
    }

    .return_page_history{
        flex-direction: column;
    }
    .page_news_detail .flex-center{
        align-items: flex-start;
    }
    .go_history a.flex-center{
        align-items: center;
    }
    .CFPSystem .pc_all_content {
        flex-direction: column;
    }
    .page_news_detail_hd .content{
        font-size: 16px;
    }
    .CFPSystem .CFPSystem_swiper {
        width: 100%;
        margin-top: 20px;
    }
    .j_solution_menu .item a{
        padding: 15px;
    }

    .CFPSystem .CFPSystem_list {
        width: 100%;
        margin-top: 11px;
        display: flex;
        flex-direction: column-reverse;
    }

    .CFPSystem .CFPSystem_swiper .banner_list .banner_list_img img {
        height: 246px;
    }

    .CFPSystem .CFPSystem_list_swiper {
        margin-top: 15px;
    }

    .CFPSystem .CFPSystem_list_swiper .banner_list .banner_list_img img {
        height: 76px;
    }

    .CFPSystem .CFPSystem_list .CFPSystem_list_box {
        width: 100%;
    }
    .j_btn_wrap{
        margin: 30px 0;
    }
    .CFPSystem .CFPSystem_list .Title {
        margin-bottom: 15px;
    }

    .CFPSystem .CFPSystem_list .CFPSystem_list_info {
        margin-bottom: 0;
    }

    .CFPSystem .CFPSystem_list .CFPSystem_list_file {
        margin-bottom: 0;
    }




    .BJAdvantage {
        padding: 0 0 40px 0;
    }

    .BJAdvantage .pc_all_content {
        flex-direction: column;
    }

    .BJAdvantage .BJAdvantage_left {
        width: 100%;
    }

    .BJAdvantage .BJAdvantage_left .BJAdvantage_left_title {
        font-size: 18px;
    }

    .BJAdvantage .BJAdvantage_left .BJAdvantage_left_info {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .BJAdvantage .BJAdvantage_right {
        width: 100%;
        justify-content: center;
    }





    .SAdvantage {
        padding: 40px 0 20px 0;
        flex-direction: column;
    }

    .SAdvantage .pc_all_content {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }

    .SAdvantage .SAdvantage_left {
        width: 100%;
        padding-left: 0%;
    }

    .SAdvantage .SAdvantage_left .SAdvantage_left_title {
        margin-bottom: 20px;
    }

    .SAdvantage .SAdvantage_right {
        width: 100%;
        padding: 0;
    }

    .SAdvantage .SAdvantage_left .SAdvantage_left_info p {
        margin-bottom: 12px;
        padding-left: 15px;
        line-height: 1.6;
    }

    .SAdvantage .SAdvantage_left .SAdvantage_left_info p::after {
        width: 5px;
        height: 5px;
    }



    .SCAdvantage {
        padding-top: 25px;
    }

    .SCAdvantage .SCAdvantage_content .SCAdvantage_content_title {
        margin-bottom: 15px;
    }

    .SCAdvantage .SCAdvantage_content .SCAdvantage_content_entitle {
        margin-bottom: 15px;
    }




    .SAScenarios .SAScenarios_top {
        margin-bottom: 20px;
    }

    .SAScenarios .SAScenarios_bottom {
        flex-direction: column;
        justify-content: center;
    }

    .SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list {
        width: 100%;
        margin-bottom: 15px;
    }

    .SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list:last-child {
        margin-bottom: 0;
    }

    .SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_thumb {
        height: 214px;
    }

    .SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_info {
        padding: 20px;
    }

    .SAScenarios .SAScenarios_bottom .SAScenarios_bottom_list .bottom_list_info .list_info_txt {
        line-height: 1.2;
    }




    .TConcept .pc_all_content {
        flex-direction: column;
        justify-content: center;
    }

    .TConcept .TConcept_thumb {
        width: 100%;
    }

    .TConcept .TConcept_list {
        width: 100%;
        margin-top: 25px;
    }

    .TConcept .TConcept_list .Title {
        margin-bottom: 20px;
    }

    .TConcept .TConcept_list .TConcept_list_info p {
        margin-bottom: 10px;
    }



    .TStaff {
        padding: 0 !important;
    }

    .TStaff .TStaff_top .Title {
        margin-bottom: 0;
    }

    .TStaff .TStaff_top .TStaff_top_switch .top_switch_li {
        width: 45px;
        height: 45px;
    }

    .TStaff .TStaff_top .TStaff_top_switch .top_switch_li img {
        width: 15px;
        height: auto;
    }

    .TStaff .TStaff_top .TStaff_top_switch .top_switch_li:first-child {
        margin-right: 10px;
    }

    .TStaff .TStaff_swiper {
        margin-top: 25px;
    }

    .TStaff .TStaff_swiper .banner_list {
        flex-direction: column;
        max-height: auto;
    }

    .TStaff .TStaff_swiper .banner_list .banner_list_left {
        width: 100%;
    }

    .TStaff .TStaff_swiper .banner_list .banner_list_right {
        width: 100%;
        margin-top: 5px;
    }

    .TStaff .TStaff_swiper .banner_list .banner_list_right .list_right_bottom .right_bottom_list {
        padding: 15px;
    }

    .TStaff .TStaff_swiper .banner_list .banner_list_li .right_bottom_list {
        padding: 15px;
    }





    .TSRecruitment .TSRecruitment_content {
        margin-top: 25px;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top {
        padding: 17px 15px;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li {
        font-size: 13px;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.name {
        width: 29%;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.number {
        width: 19%;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.address {
        width: 17%;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.time {
        width: 18%;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_top .list_top_li.operate {
        width: 17%;
    }

    .TSRecruitment .TSRecruitment_content .content_list_first .content_list_top .list_top_li.operate {
        padding-right: 2px;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom {
        padding: 20px 15px;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_box {
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_box .bottom_box_list {
        width: 100%;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_box .bottom_box_list:first-child {
        margin-bottom: 15px;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_box .bottom_box_list .box_list_info {
        margin-top: 15px;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_box .bottom_box_list .box_list_info p {
        margin-bottom: 8px;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_btn {
        margin-top: 15px;
    }

    .TSRecruitment .TSRecruitment_content .TSRecruitment_content_list .content_list_bottom .list_bottom_btn a {
        padding: 13px 23px;
        font-size: 13px;
    }






    .News .News_top {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .News .Title {
        margin-bottom: 20px;
    }

    .News .News_top .News_top_search {
        width: 100%;
        margin-top: 20px;
    }

    .News .News_top .News_top_search .search_form_li.year {
        width: 27%;
        margin-right: 0;
    }

    .News .News_top .News_top_search .search_form_li select {
        height: 40px;
        background-position-x: 88%;
        font-size: 14px
    }

    .News .News_top .News_top_search .search_form_li.searchs {
        width: 70%;
    }

    .News .News_top .News_top_search .search_form_li input[type="search"] {
        height: 40px;
        font-size: 14px;
    }

    .News .News_top .News_top_search .search_form_li input[type="submit"] {
        height: 40px;
        font-size: 14px;
        width: 36%;
        padding-left: 20px;
        background: #008c7c url(../images/bn50.png) no-repeat 23% 52%;
    }

    .News .News_top .News_top_search .search_form_li input[type="search"]::-moz-input-placeholder {
        font-size: 14px;
    }

    .News .News_top .News_top_search .search_form_li input[type="search"]::-webkit-input-placeholder {
        font-size: 14px;
    }

    .News .News_top .News_top_search .search_form_li input[type="submit"]::-moz-input-placeholder {
        font-size: 14px;
    }

    .News .News_top .News_top_search .search_form_li input[type="submit"]::-webkit-input-placeholder {
        font-size: 14px;
    }

    .News .News_content {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .News .News_content .News_content_list {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .News .News_content .News_content_list:nth-child(3n) {
        margin: 0 0 20px 0;
    }

    .News .News_content .News_content_list .content_list_thumb {
        height: 160px;
    }

    .JNews .News_content .News_content_list .content_list_thumb {
        height: auto;
    }

    .News .News_content .News_content_list .content_list_info {
        padding: 20px 17px;
    }

    .News .News_content .News_content_list .content_list_info .list_info_title {
        margin: 15px 0 25px 0;
        min-height: 58px;
    }

    .News .News_content .News_content_list:last-child {
        margin-bottom: 0;
    }


    .CFPSystem .CFPSystem_list .CFPSystem_list_message {
        margin-bottom: 0;
        margin-top: 25px;
    }

    .CFPSystem .CFPSystem_list .CFPSystem_list_message input {
        width: 100%;
    }




    .Crumbs {
        top: -25px;
    }

    .Crumbs img {
        margin-right: 5px;
        width: auto;
        height: 15px;
        object-fit: cover;
    }

    .Crumbs i {
        margin: 0 5px;
        font-size: 14px !important;
    }

    .NDetails {
        padding: 80px 0px 40px 0;
    }

    .NDetails .pc_all_content {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .NDetails .Details_left {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }

    .NDetails .Details_left .Details_left_top {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .NDetails .Details_left .Details_left_top .left_top_title {
        margin-bottom: 20px;
    }

    .NDetails .Details_left .Details_left_top .left_top_info {
        flex-wrap: wrap;
    }

    .NDetails .Details_left .Details_left_top .left_top_info * {
        line-height: 1.5;
    }

    .NDetails .Details_left .Details_left_bottom {
        padding-top: 20px;
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }

    .NDetails .Details_left .Details_left_bottom .left_bottom_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .NDetails .Details_right {
        width: 100%;
    }



}




.FloatingBox {
    width: 255px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.FloatingBox .FloatingBox_title {
    background: #008c7c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0px 20px;
}

.FloatingBox .FloatingBox_title .FloatingBox_title_dd {
    color: #fff;
}

.FloatingBox .FloatingBox_title .FloatingBox_title_close {
    border: 2px solid rgba(255, 255, 255, 0);
    display: flex;
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FloatingBox.active .FloatingBox_title .FloatingBox_title_close {
    border: 2px solid rgba(255, 255, 255, 1);
}

.FloatingBox .FloatingBox_title .FloatingBox_title_close span {
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #fff;
}

.FloatingBox.active .FloatingBox_title .FloatingBox_title_close span {
    opacity: 0;
}

.FloatingBox .FloatingBox_form {
    background: #fff;
    padding: 10px;
}

.FloatingBox.active .FloatingBox_form {
    display: none;
}

.FloatingBox .FloatingBox_form input {
    width: 100%;
    line-height: 38px;
    color: #222;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 0px 14px;
    margin-bottom: 15px;
}

.FloatingBox .FloatingBox_form textarea {
    width: 100%;
    line-height: 1.2;
    padding: 14px;
    color: #222;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    resize: none;
    margin-bottom: 15px;
}

.FloatingBox .FloatingBox_form input[type="submit"] {
    border: 0px;
    background: #008c7c;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
}

.FloatingBox .FloatingBox_form .verfy_code {
    width: 100%;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.FloatingBox .FloatingBox_form .verfy_code input {
    width: 31%;
    padding: 0px 10px;
    margin-bottom: 0;
}

.FloatingBox .FloatingBox_form .verfy_code img {
    width: 65%;
    height: 38px;
}



.floatingBox2 {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 28;
    display: none;
}

.floatingBox2 .floatingBox_top {
    display: inline-block;
    width: 55px;
    padding: 20px 0px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    background: #008c7c;
}

.floatingBox2 .floatingBox_top .floatingBox_top_dd img {
    width: 25px;
    margin-bottom: 13px;
}

.floatingBox2 .floatingBox_top .floatingBox_top_dt {
    line-height: 17px;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: 12px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list .bottom_list_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    position: relative;
    z-index: 2;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list .bottom_list_down {
    position: absolute;
    width: 330px;
    right: 0px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    top: 0;
    background: #008c7c;
    color: #fff;
    display: none;
    padding-right: 40px;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list:hover .bottom_list_down {
    display: flex;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list .bottom_list_title span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list .bottom_list_title span img {
    height: 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list .bottom_list_title span img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list:last-child .bottom_list_title span img {
    height: 15px;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list:hover {
    background: #008c7c;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list:hover .bottom_list_title span img {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list:hover .bottom_list_title span img:last-child {
    opacity: 1;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list .bottom_list_down2 {
    width: 120px;
    right: 65px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list .bottom_list_down2 img {
    width: 100%;
}

.floatingBox2 .floatingBox_bottom .floatingBox_bottom_list:hover .bottom_list_down2 {
    display: flex;
}


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

    .pc_all .pc_all_content,
    .banner .banner_list_po,
    .DBanner .DBanner_po {
        max-width: 1500px;
    }

    .DBanner .DBannertxt {
        max-width: 1500px;
    }

    .layui-laypage {
        margin-top: 58px;
    }

    .Btn {
        height: 45px;
    }

    .Btn span {
        padding-right: 65px;
        padding-left: 25px;
    }

    .Btn b {
        width: 45px;
        height: 45px;
        left: calc(100% - 44px);
    }

    .Btn b img {
        height: 15px;
    }

    .Title {
        margin-bottom: 35px;
    }

    .padding110 {
        padding: 100px 0px;
    }

    .paddingTop110 {
        padding-top: 100px;
    }

    .padding160 {
        padding: 140px 0px;
    }

    .padding70 {
        padding: 60px 0px;
    }

    .padding90 {
        padding: 80px 0px;
    }


    .PCBFSystem .PCBFSystem_swiper .banner_list {
        width: 280px !important;
        margin-right: 20px;
    }
}


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

    .pc_all .pc_all_content,
    .banner .banner_list_po,
    .DBanner .DBanner_po {
        max-width: 1400px;
    }

    .DBanner .DBannertxt {
        max-width: 1400px;
    }

    .layui-laypage {
        margin-top: 48px;
    }

    .Btn {
        height: 43px;
    }

    .Btn span {
        padding-right: 62px;
        padding-left: 22px;
    }

    .Btn b {
        width: 43px;
        height: 43px;
        left: calc(100% - 42px);
    }

    .Btn b img {
        height: 14px;
    }


    .padding110 {
        padding: 90px 0px;
    }

    .paddingTop110 {
        padding-top: 90px;
    }

    .padding160 {
        padding: 120px 0px;
    }

    .padding70 {
        padding: 50px 0px;
    }

    .padding90 {
        padding: 70px 0px;
    }

    .PCBFSystem .PCBFSystem_swiper .banner_list {
        width: 260px !important;
        margin-right: 20px;
    }
}


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

    .pc_all .pc_all_content,
    .banner .banner_list_po,
    .DBanner .DBanner_po {
        max-width: 1300px;
    }

    .DBanner .DBannertxt {
        max-width: 1300px;
    }

    .layui-laypage {
        margin-top: 38px;
    }

    .Btn {
        height: 40px;
    }

    .Btn span {
        padding-right: 58px;
        padding-left: 20px;
    }

    .Btn b {
        width: 40px;
        height: 40px;
        left: calc(100% - 39px);
    }

    .Btn b img {
        height: 13px;
    }


    .padding110 {
        padding: 80px 0px;
    }

    .paddingTop110 {
        padding-top: 80px;
    }

    .padding160 {
        padding: 100px 0px;
    }

    .padding90 {
        padding: 60px 0px;
    }

    .PCBFSystem .PCBFSystem_swiper .banner_list {
        width: 240px !important;
        margin-right: 20px;
    }
}

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

    .pc_all .pc_all_content,
    .banner .banner_list_po,
    .DBanner .DBanner_po {
        max-width: 1200px;
    }

    .DBanner .DBannertxt {
        max-width: 1200px;
    }

    .Btn {
        height: 40px;
    }

    .Btn span {
        padding-right: 55px;
        padding-left: 18px;
    }

    .Btn b {
        width: 40px;
        height: 40px;
        left: calc(100% - 39px);
    }

    .Btn b img {
        height: 12px;
    }


    .padding110 {
        padding: 70px 0px;
    }

    .padding160 {
        padding: 80px 0px;
    }


    .PCBFSystem .PCBFSystem_swiper .banner_list {
        width: 220px !important;
        margin-right: 20px;
    }
}

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

    .pc_all .pc_all_content,
    .banner .banner_list_po,
    .DBanner .DBanner_po {
        max-width: 1100px;
    }

    .DBanner .DBannertxt {
        max-width: 1100px;
    }


    .PCBFSystem .PCBFSystem_swiper .banner_list {
        width: 200px !important;
        margin-right: 20px;
    }
}

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

    .pc_all .pc_all_content,
    .banner .banner_list_po,
    .DBanner .DBanner_po {
        max-width: 1024px;
    }

    .DBanner .DBannertxt {
        max-width: 1024px;
    }

    .PCBFSystem .PCBFSystem_swiper .banner_list {
        width: 190px !important;
        margin-right: 15px;
    }
}

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

    /*ipad-y*/
    .Header,
    .HeaderNav {
        display: none;
    }

    .pc_all .pc_all_content,
    .banner .banner_list_po,
    .DBanner .DBanner_po {
        max-width: 90%;
    }

    .DBanner .DBannertxt {
        max-width: 90%;
    }

    /* 手机导航 */
    .m-header-nav * {
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        transition: all 0s ease;
    }

    .m-header-nav-height {
        display: block;
    }

    .m-header-nav {
        display: block;
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%;
        transition: all ease 0.45s;
        background: #fff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    }

    .m-header-nav .sp_header {
        position: relative;
        top: 0;
        z-index: 10000;
        padding: 0% 4%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 62px;
    }

    .m-header-nav .sp_btn {
        display: flex;
        position: absolute;
        right: 100px;
        top: 50%;
        transform: translateY(-50%);
    }

    .m-header-nav .sp_btn .sp_btn_list {
        margin-right: 15px;
        position: relative;
    }

    .m-header-nav .sp_btn .sp_btn_list:last-child {
        margin-right: 0px;
    }

    .m-header-nav .sp_btn .sp_btn_list .btn_list_title {
        display: flex;
        align-items: center;
        color: #333;
        position: relative;
        justify-content: center;
    }

    .m-header-nav .sp_btn .sp_btn_list .btn_list_title img {
        height: 21px;
    }

    .m-header-nav .sp_btn .sp_btn_list .btn_list_title img:last-child {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .m-header-nav.on .sp_btn .sp_btn_list .btn_list_title img {
        opacity: 0;
    }

    .m-header-nav.on .sp_btn .sp_btn_list .btn_list_title img:last-child {
        opacity: 1;
    }

    .m-header-nav.in .sp_btn .sp_btn_list .btn_list_title img {
        opacity: 0;
    }

    .m-header-nav.in .sp_btn .sp_btn_list .btn_list_title img:last-child {
        opacity: 1;
    }

    .m-header-nav .sp_btn .sp_btn_list .btn_list_down {
        position: absolute;
        width: 100px;
        top: 40px;
        left: 50%;
        background: #fff;
        transform: translateX(-50%);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        display: none;
    }

    .m-header-nav .sp_btn .sp_btn_list .btn_list_down a {
        font-size: 14px;
        display: inline-block;
        width: 100%;
        text-align: center;
        line-height: 31px;
    }

    .m-header-nav .sp_logo {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .m-header-nav .sp_logo a {
        display: flex;
        position: relative;
        align-items: center;
    }

    .m-header-nav .sp_logo img {
        margin: auto;
        transition: all ease 0.45s;
        height: 28px;
    }

    .m-header-nav .sp_logo img:last-child {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .m-header-nav .sp_login {
        position: absolute;
        right: 75px;
    }

    .m-header-nav .sp_login img {
        height: 24px;
    }

    .m-header-nav .sp_nav {
        width: 26px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 14px;
        z-index: 900;
        top: 0px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }

    .m-header-nav .sp_nav span {
        display: block;
        background: #000;
        width: 26px;
        height: 2px;
        position: absolute;
        left: 0;
        transition: all ease 0.45s;
    }

    .m-header-nav .sp_nav span:nth-of-type(1) {
        top: 0px;
        width: 18px;
    }

    .m-header-nav .sp_nav span:nth-of-type(2) {
        top: 6px;
    }

    .m-header-nav .sp_nav span:nth-of-type(3) {
        top: 13px;
    }

    .m-header-nav .sp_nav_se {
        top: -5px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }

    .m-header-nav .sp_nav_se span:nth-of-type(1) {
        top: 11px;
        transform: rotate(45deg);
        width: 26px;
    }

    .m-header-nav .sp_nav_se span:nth-of-type(2) {
        width: 0;
        transition: none;
    }

    .m-header-nav .sp_nav_se span:nth-of-type(3) {
        top: 11px;
        transform: rotate(-45deg);
    }

    .m-header-nav .sjj_nav {
        display: none;
        position: fixed;
        z-index: 9;
        background: white;
        width: 100%;
        height: calc(100% - 62px);
        font-size: .95rem;
        ;
        line-height: 2.7rem;
        top: 62px;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.45s;
        border-top: 1px solid #dcdcdc;
    }

    .m-header-nav .nav_show {
        display: block;
    }

    .m-header-nav .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .m-header-nav .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 100px)
    }

    .m-header-nav .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 93px;
        overflow: hidden;
        line-height: 40px;
    }

    .m-header-nav .sjj_nav>ul>li:first-child .language a {
        width: 50%;
        float: left;
        border-left: 1px #ededed solid;
        text-align: center;
        color: #999;
    }

    .m-header-nav .sjj_nav ul li i {
        position: absolute;
        top: 0px;
        right: 0px;
        border-left: 1px #ededed solid;
        height: 53px;
        padding: 0px 15.5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .m-header-nav .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.45s
    }

    .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }

    .m-header-nav .sjj_nav ul li {
        border-top: 1px #ededed solid;
        padding-left: 1.1rem;
        position: relative;
        line-height: 2.6rem;
        list-style: none;
    }

    .m-header-nav .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ededed solid;
    }

    .m-header-nav .sjj_nav ul li ul {
        display: none
    }

    .m-header-nav .sjj_nav ul li a {
        color: #666;
        width: 100%;
        display: block;
        font-size: 16px;
        padding: 18px 0;
    }

    .m-header-nav .sjj_nav ul li ul li a {
        color: #666;
        display: block;
        text-align: left;
    }

    .m-header-nav .sjj_nav ul li i svg {
        width: .9rem;
        height: 2.6rem;
        fill: #cbcbcb;
    }

    .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #000;
    }

    .m-header-nav .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }

    .m-header-nav.on {
        background: #008c7c;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    }

    .m-header-nav.in {
        background: #008c7c;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    }

    .m-header-nav.on .sp_nav span {
        background: #fff;
        transition: all ease 0.45s;
    }

    .m-header-nav.on .sp_logo img {
        opacity: 0;
        transition: all ease 0.45s;
    }

    .m-header-nav.on .sp_logo img:last-child {
        opacity: 1;
    }

    .m-header-nav.in .sp_nav span {
        background: #fff;
        transition: all ease 0.45s;
    }

    .m-header-nav.in .sp_logo img {
        opacity: 0;
        transition: all ease 0.45s;
    }

    .m-header-nav.in .sp_logo img:last-child {
        opacity: 1;
    }

    .page {
        margin-top: 40px;
    }
    .j_nobanner_pos_wrap{
        margin-top: 62px;
    }
    .page_news_detail{
        padding: 30px 0;
    }
    .go_history a{
        height: 40px;
        padding: 0 20px;
    }
    .page_lastest_news_list{
        display: none;
    }
    .j_top_menu{
        overflow-x: auto;
        align-items: flex-start;
    }
    .j_top_menu .item{
        flex: none;
    }
    .j_top_menu .item .ico img{
        width: 50px;
    }
    .j_solution_menu .item .tit{
        height: auto;
    }
    .layui-laypage {
        margin-top: 0;
    }

    .layui-laypage i {
        width: 100%;
        height: 100%;
    }

    .layui-laypage-curr em:last-child {
        width: 40px;
        height: 40px;
    }

    .layui-laypage a {
        font-size: 14px;
        height: 40px;
        margin: 0 6px;
        width: 40px;
    }

    .layui-laypage-curr {
        font-size: 14px;
        height: 40px;
        margin: 0 6px;
        width: 40px;
    }

    .layui-laypage-disabled {
        font-size: 14px;
        height: 40px;
        margin: 0 6px;
        width: 40px;
    }

    .padding110 {
        padding: 60px 0px;
    }

    .paddingTop110 {
        padding-top: 60px;
    }

}

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

    /*ipad-x*/
    img {
        max-width: 100%;
    }

    .padding110 {
        padding: 50px 0px;
    }

    .paddingTop110 {
        padding-top: 50px;
    }
}

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

    /*iphone*/
    .PcShow {
        display: none;
    }

    .MoShow {
        display: block;
    }

    .padding110 {
        padding: 40px 0px;
    }

    .paddingTop110 {
        padding-top: 40px;
    }

    .Title .Title_dd {
        margin-bottom: 8px;
    }

    .Title .dflex {
        margin-top: 25px;
    }

    .m-header-nav .sp_btn {
        right: 60px;
    }

    .Title .Title_dt,
    .Title .Title_p {
        font-size: 20px;
    }

    .padding160 {
        padding: 40px 0px;
    }

    .padding70 {
        padding: 40px 0px;
    }

    .padding90 {
        padding: 40px 0px;
    }

    .DBanner img {
        height: 220px;
        object-fit: cover;
    }

    .Footer .Footer_content .Footer_content_left .content_left_nav {
        justify-content: space-between;
        display: flex;
    }

    .Footer .Footer_content .Footer_content_left .content_left_nav a {
        margin-right: 0;
    }

    .content_list_video .list_video_content {
        width: 100%;
    }

    .content_list_video .list_video_bg {
        z-index: 1120;
    }

    .content_list_video .list_video_content {
        z-index: 1121;
    }

    .search .search_bg .search_content {
        width: 90%;
    }

    .search .search_content input[type="search"],
    .search .search_content input[type="submit"] {
        height: 55px;
        font-size: 14px;
    }

    .HAbout .HAbout_top .HAbout_top_left .Title {
        margin-bottom: 20px;
    }



    .floatingBox2 {
        right: 15px;
    }

    .floatingBox2 .floatingBox_bottom .floatingBox_bottom_list {
        width: 45px;
        height: 45px;
    }

    .floatingBox2 .floatingBox_bottom .floatingBox_bottom_list .bottom_list_title {
        height: 45px;
    }

    .floatingBox2 .floatingBox_bottom .floatingBox_bottom_list .bottom_list_title span img {
        height: 18px;
    }

    .FloatingBox {
        display: none;
    }

    .banner {
        height: 310px;
        margin-top: 62px;
    }

    .banner .banner_list.swiper-slide-active .banner_list_po .list_po_dd,
    .banner .banner_list.swiper-slide-active .banner_list_po .list_po_dt {
        font-size: 16px;
        line-height: 1.3;
    }

    .banner .banner_list .banner_list_img img {
        height: 230px;
    }

    .banner .banner_bottom .banner_bottom_right {
        border-radius: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .HAbout {
        padding-top: 10px;
    }

    .Btn {
        height: 33px;
    }

    .Btn span {
        padding-right: 40px;
    }

    .Btn b {
        width: 33px;
        height: 33px;
        left: calc(100% - 31px);
    }

    .Title .Title_dt {
        font-size: 19px;
    }

    .Title .Title_p {
        font-size: 16px;
    }

    .HAbout .HAbout_top .HAbout_top_left .top_left_txt p {
        margin-bottom: 10px;
    }

    .banner .banner_list.swiper-slide-active .banner_list_po .list_po_btn {
        margin-top: 24px;
    }

    .HAbout .HAbout_top .HAbout_top_left .top_left_txt {
        margin-bottom: 20px;
    }

    .banner .banner_dots {
        display: none;
    }

}


.msg_tanchuang{ position: fixed; width: 100%; height: 100%; left: 0; top: 0; display:none; z-index:1000;}
.tc_bg{ position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,.4);}
.tc_box{ position: absolute; width: 1000px; border-radius: 24px; padding: 40px 55px; left:50%; top:50%; background:#fff; transform:translate(-50%,-50%);}
.tc_box .popb48{ text-align: center; margin-bottom: 40px; display:block; font-size:36px; color:#008c7c; font-weight:bold;}
.tc_box .close{ position: absolute; right: 30px; top: 30px; font-size: 38px; cursor:pointer; transition:1s ease;}
.tc_box .close:hover{ color:#008c7c; transform:rotate(180deg);}
.lx_msg .formbox{ margin-bottom: 28px;}
.lx_msg .formbox.fl{ width: 49%; margin-right: 2%;float:left;}
.lx_msg .formbox.fl:nth-child(2n){ margin-right:0;}
.lx_msg .formbox input,.lx_msg .formbox textarea{ width: 100%; padding: 15px 20px; border-radius: 8px; border: 1px solid #e5e5e5; font-size: 16px; margin-top:16px;}
.lx_msg .exp{ width: 50%; font-size: 16px; line-height: 24px; margin: 0 auto 0 8px;}
.lx_msg i{ font-size: 18px;}
.lx_msg .sub{ width: 250px;  margin:0 auto;line-height: 30px; color: #fff; text-align: center; background: #008c7c; text-transform:uppercase; cursor:pointer; border-radius:27px; transition:.3s ease;font-weight: bold; display:block;}
.lx_msg .sub i{ font-size: 18px; margin-left: 15px;}
.lx_msg .sub:hover{ box-shadow:0 0 10px rgba(0,140,124);}
input::placeholder{ opacity:0.4;}
input:focus::placeholder{ opacity:0;}
textarea::placeholder{ opacity:0.4;}
textarea:focus::placeholder{ opacity:0;}

@media (max-width: 1281px){
   .tc_box{ width: 800px;}
}
@media (max-width: 450px){
   .tc_box{ width: 94%;}
   .tc_box{ padding: 25px 20px; border-radius: 20px;}
   .tc_box .popb48{ font-size: 22px;}
   .lx_msg .formbox.fl{ width: 100%; margin-bottom:18px;}
   .lx_msg .formbox input, .lx_msg .formbox textarea{ padding: 10px 15px;}
   .tc_box .close{ top: 15px; right: 15px;}
}


