/*@charset "UTF-8";*/
/* CSS Document */

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

@font-face {
    font-family: "Barlow-Bold";
    src: url('../fonts/Barlow-Bold.svg'),
    url('../fonts/Barlow-Bold.woff'),
    url('../fonts/Barlow-Bold.ttf'),
    url('../fonts/Barlow-Bold.otf');
}

.Barlow-Bold {
    font-family: "Barlow-Bold" !important
}

@font-face {
    font-family: "Barlow-Regular";
    src: url('../fonts/Barlow-Regular.svg'),
    url('../fonts/Barlow-Regular.woff'),
    url('../fonts/Barlow-Regular.ttf'),
    url('../fonts/Barlow-Regular.otf');
}

.Barlow-Regular {
    font-family: "Barlow-Regular" !important
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: "Barlow-Regular", sans-serif;
    position: relative;
    background: #fff;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    width: 100%;
}

.body-wrap {
    display: none;
}

/*默认样式*/
img {
    border: none;
    display: block;
    width: 100%;
}

div {
    display: block;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

input, select, button, textarea {
    vertical-align: middle;
    font-family: "Barlow-Regular", sans-serif;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
}

textarea {
    resize: vertical;
}

/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

/*input高亮*/
.salient-input {
    border: 1px solid #ccc;
    padding: 7px 0 7px 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.salient-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8c8c8c;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #8c8c8c;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8c8c8c;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8c8c8c;
}

.page-lable-wrap {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.page-lable-wrap a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #000;
    margin: 0 5px;
    font-size: 16px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page-lable-wrap span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #0000ff;
    background: #0000ff;
    margin: 0 5px;
    font-size: 16px;
    color: #fff;
}

.page-lable-wrap a:hover {
    border: 1px solid #0000ff;
    background: #0000ff;
    color: #fff;
}

.banner-box .swiper-slide {
    background: #fff;
}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin: 0 9px !important;
}


.banner-box .swiper-pagination-bullet-active {
    background: #52b3b7 !important;
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inline {
    display: inline-block;
    vertical-align: top;
}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/

/*!*滚动条两端的按钮*!*/

/*::-webkit-scrollbar-button {*/
/*}*/

/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/

/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/

/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/

/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/

/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/
.width-auto {
    padding: 0 80px;
}

.header_wrap {
    position: fixed;
    height: 80px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.header_wrap:hover {
    background: #232323;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1) !important;
}
.header_wrap .xiao_guo_liang{
    display:none;
}
.header_nav_top {
    background: #232323;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1) !important;
}

.header_nav_current {
    background: #232323;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1) !important;
}

.header_nav_logo {
    width: 150px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.header_nav_logo a {
    display: block;
}

.banner-box {
    height: 100vh;

}

.banner_img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_button {
    width: 130px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #375fd7;
    margin: 36px auto 0;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.banner_button a {
    font-size: 14px;
    line-height: 40px;
    display: block;
    position: relative;
    z-index: 2;
    color: #fff;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.banner_button:hover a {
    color: #323232;
}

.banner_button:hover {
    background: #fff;
}

.button-aylen {
    display: block;
    text-align: center;
    position: relative;
}


.banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 9;
    width: 100%;
    text-align: center;
}

.banner_p {
    color: #fff;
    font-size: 45px;
    line-height: 66px;
    text-align: center;
    font-weight: bold;
}

.banner_text .banner_span:nth-child(1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.banner_text .banner_span:nth-child(2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.banner_text .banner_span:nth-child(3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.header_box {
    font-size: 0;
}

.header_nav_button {
    vertical-align: top;
    margin-right: 30px;
    padding: 33px 0 0 0;
    cursor: pointer;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
    display: none;
}

.header_button_span {
    background: #a6a6a6;
    height: 2px;
    margin-bottom: 4px;
    display: block;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.button_span_line1 {
    width: 22px;
}

.button_span_line2 {
    width: 22px;
}

.button_span_line3 {
    width: 22px;
}

.header_nav_ul {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.header_nav_li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    line-height: 80px;
}

.header_nav_a {
    position: relative;
}

.header_nav_a:hover .header_nav_link {
    color: #375fd7;
}

.nav_current .header_nav_a .header_nav_link {
    color: #375fd7;
}

.header_nav_a .header_nav_link {
    font-family:"Barlow-Bold"!important;
    font-size: 14px;
    display: block;
    color: #a6a6a6;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.header_nav_a .header_nav_down {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    font-size: 0;
    display: none;
    padding: 20px 0;
    z-index: 999;
}

.header_nav_down .header_nav_down_ul {
    position: relative;
    display: block;
    line-height: 24px;
    height: 24px;
}

.header_nav_down .header_nav_down_ul .header_nav_down_li {
    line-height: 24px;
    display: inline-block;
    margin-right: 20px;
}

.header_nav_down .header_nav_down_ul .header_nav_down_li a {
    display: block;
    color: #323232;
    font-size: 14px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.header_nav_down .header_nav_down_ul .header_nav_down_li a:hover {
    color: #375fd8;
}

.header_nav_list {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.header_nav_list:last-child {
    text-align: right;
}

.header_list_box {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding-top: 24px;
}

.header_list_span {
    height: 32px;
    line-height: 30px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #a6a6a6;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    color: #a6a6a6;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.header_list_span:hover .header_icon_show {
    color: #fff;
}

.header_list_span:hover {
    border: 1px solid #fff;
    color: #fff;
}

.header_list_span:hover .header_icon_hide:after {
    background: #fff;
}

.header_list_span:hover .header_icon_hide:before {
    background: #fff;
}

.header_list_span:hover .header_list_en a {
    color: #fff;
}

.header_list_icon {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.header_list_en {

}

.header_list_en a {
    display: block;
    font-size: 12px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #a6a6a6;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.header_list_search {
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 0;
}


.header_search_wrap {
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.header_search_input {width: 100%;
    display: inline-block;
    vertical-align: top;
}

.header_search_input input {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 0 15px 0 5px;
    width: 100%;
}

.header_search_button {
    position: absolute;
    right: 10px;
    top: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    background: #fff;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #323232;
    cursor: pointer;
    width: 0;
    text-align: center;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.header_search_width .header_list_search {
    width: 240px;
}

.header_search_width .header_list_search .header_search_button {
    width: 50px;
}

.header_search_width .header_icon_show {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.header_search_width .header_list_icon {
    padding-left: 5px;
}

.header_search_width .header_icon_hide {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;

}

.header_search_button a {
    color: #323232;
    display: block;
}

.header_icon_show {
    font-size: 13px;
    color: #a6a6a6;
    width: 30px;
    line-height: 30px;
    height: 30px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.header_icon_hide {
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.header_icon_hide:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 7px;
    background: #a6a6a6;
    height: 2px;
    width: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.header_icon_hide:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 7px;
    background: #a6a6a6;
    height: 2px;
    width: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.icon_index_ul {
    font-size: 0;
}

.icon_index_li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 65px 80px 65px 80px;
    border-right: 1px solid #dcdcdc;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.icon_index_li:nth-child(4n+1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.icon_index_li:nth-child(4n+2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.icon_index_li:nth-child(4n+3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.icon_index_li:nth-child(4n) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.icon_index_li:hover .icon_index_svg path {
    fill: #fff;
}

.icon_index_li:hover {
    background: #375fd7;
    border-right: 1px solid #375fd7;
}

.icon_index_li:hover .icon_index_title {
    color: #fff;
}

.icon_index_li:hover .icon_index_text {
    color: #fff;
}

.icon_index_li:nth-child(4n) {
    border-right: none;
}

.icon_index_svg {
    width: 70px;

}

.icon_index_svg path {
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.icon_index_title {
    font-size: 20px;
    line-height: 26px;
    color: #232323;
    padding: 15px 0 10px 0;
    font-weight: bold;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.icon_index_text {
    font-size: 13px;
    line-height: 24px;
    height: 72px;
    color: #8c8c8c;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_index_max_wrap {
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
    padding: 120px 270px 0 270px;
    background: #f0f0f0;
}

.pro_index_max_wrap a {

    display: block;
    position: relative;
}

.pro_index_max_box {
    height: 662px;
    font-size: 0;
    position: relative;
}

.pro_index_max_left {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 100%;
}

.pro_index_max_photo {
    width: 435px;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_index_max_right {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%;
}

.pro_index_max_type {
    font-size: 15px;
    color: #375fd7;
    font-weight: bold;
}

.pro_index_max_title {
    padding: 20px 0 0 0;

}

.pro_index_max_title span {
    display: block;
    font-size: 45px;
    line-height: 58px;
    font-weight: bold;
}

.pro_index_max_text {
    font-size: 16px;
    line-height: 26px;
    color: #8c8c8c;
    padding: 50px 0 150px 0;
}

.pro_max_button {
    width: 130px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #375fd7;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_max_button .pro_img_a {
    display: block;
    line-height: 38px;
    position: relative;
    font-size: 14px;
    z-index: 2;
    color: #232323;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_max_button:hover .pro_img_a {
    color: #fff;
}

.pro_max_button:hover {
    background: #375fd7;
}

.pro_index_max_center {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 180px 0 140px;
}

.pro_index_list {

}

.pro_index_ul {
    display: block;
    position: relative;
    font-size: 0;
}

.pro_index_li {
    width: 49.5%;
    margin: 1% 1% 0 0;
    display: inline-block;
    vertical-align: top;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.pro_index_li:nth-child(2n) {
    margin: 1% 0 0 0;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.pro_index_li a {
    display: block;
    position: relative;
}

.pro_index_img {
    padding-bottom: 67.085953%;
}

.pro_index_img_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 60px 70px 90px 70px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_index_img_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_index_img_box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.pro_index_img_type {
    color: #375fd7;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
}

.pro_index_img_title {

}

.pro_index_img_title span {
    display: block;
    font-size: 45px;
    line-height: 58px;
    color: #fff;
    font-weight: bold;
}


.pro_list_button {
    width: 130px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #375fd7;
    position: absolute;
    bottom: 0;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_list_button .pro_img_a {
    display: block;
    line-height: 38px;
    position: relative;
    font-size: 14px;
    z-index: 2;
    color: #375fd7;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}


.pro_index_li:hover .pro_list_button .pro_img_a {
    color: #fff;
}

.pro_index_li:hover .button-aylen {
    color: #323232;
    background: #375fd7;
}

.pro_index_li:hover .button-aylen::before,
.pro_index_li:hover .button-aylen::after {
    top: 0;
}

.pro_index_li:hover .button-aylen::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

.pro_index_li:hover .pro_index_img_wrap:after {
    opacity: 1;
}

.news_index_box {
    padding: 120px 0 100px 0;
}

.news_back {

}

.news_index_title {
    text-align: center;
    padding: 0 0 70px 0;
}

.news_index_min {
    font-size: 15px;
    color: #375fd7;
    line-height: 30px;
    font-weight: bold;
}

.news_index_max {
    font-size: 24px;
    color: #232323;
    line-height: 60px;
}

.news_index_title_max {
    font-size: 24px;
    color: #232323;
    line-height: 60px;
}

.contact_index_title_max {
    font-size: 40px;
    color: #232323;
    line-height: 60px;
    font-weight: bold;
}

.news_index_list_wrap {
    font-size: 0;
    position: relative;
    margin-bottom: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.news_index_swiper .swiper-slide {
    padding: 0 8px;
}

.news_index_list_box {
    position: relative;
    width: 100%;
}

.news_index_button {
    width: 36px;
    height: 36px;
    line-height:36px;
    text-align:center;
    background: rgba(0, 0, 0, .21);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: rgba(255, 255, 255, .8);
    font-size: 10px;
    outline: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}


.news_index_prev {
    left: -84px;
}

.news_index_prev:before {
    position: relative;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    left: -2px;
}

.news_index_next {
    right: -84px;
}

.news_index_li_box {
    position: relative;
    width: 33.3333%;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.news_index_li_box:nth-child(3n) .news_index_li_after {
    border-right: none !important;
}

.news_index_li_box:nth-child(3n+1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.news_index_li_box:nth-child(3n+2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.news_index_li_box:nth-child(3n) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.news_index_list_wrap .news_index_li_after {
    padding: 60px 50px;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
}

.news_index_list_wrap .news_index_li_box:nth-child(1) .news_index_li_after {
    border-top: 1px solid #dcdcdc;
}

.news_index_list_wrap .news_index_li_box:nth-child(2) .news_index_li_after {
    border-top: 1px solid #dcdcdc;
}

.news_index_list_wrap .news_index_li_box:nth-child(3) .news_index_li_after {
    border-top: 1px solid #dcdcdc;
}

.news_index_list_wrap .news_index_li_box:hover .news_index_li_after {
    border-color: #375fd7;
    background: #375fd7;
}

.news_index_list_wrap .news_index_li_box:hover .news_index_li_type {
    color: #fff;
}

.news_index_list_wrap .news_index_li_box:hover .news_index_li_title a {
    color: #fff;
}

.news_index_list_wrap .news_index_li_box:hover .news_index_li_text {
    color: #fff;
}

.news_index_list_wrap .news_index_li_box:hover .news_index_li_button a .iconyf29 {
    color: #fff;
}

.news_index_list_wrap .news_index_li_box:hover .news_index_li_button a span {
    color: #fff;
}

.down_list_wrap .news_index_li_after {
    padding: 60px 50px;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
}

.down_list_wrap .news_index_li_box:nth-child(1) .news_index_li_after {
    border-top: 1px solid #dcdcdc;
}

.down_list_wrap .news_index_li_box:nth-child(2) .news_index_li_after {
    border-top: 1px solid #dcdcdc;
}

.down_list_wrap .news_index_li_box:nth-child(3) .news_index_li_after {
    border-top: 1px solid #dcdcdc;
}


.news_index_li_box:nth-child(3n):before {
    display: none;
}

.news_index_li_type {
    line-height: 24px;
    font-size: 14px;
    color: #8c8c8c;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.news_index_li_title {

}

.news_index_li_title a {
    display: block;
    line-height: 40px;
    font-size: 20px;
    color: #232323;
    font-weight: bold;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.news_index_li_text {
    line-height: 24px;
    font-size: 14px;
    color: #8c8c8c;
    height: 48px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 32px;
}

.news_index_li_button {
    line-height: 26px;
    font-size: 0;
}

.news_index_li_button a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.news_index_li_button a span {
    font-size: 14px;
    color: #232323;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.news_index_li_button a .iconyf29 {
    padding-right: 3px;
    color: #375fd7;
}


.news_max_button {
    width: 130px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #375fd7;
    margin: 0 auto;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.news_max_button .pro_img_a {
    display: block;
    line-height: 38px;
    position: relative;
    font-size: 14px;
    z-index: 2;
    color: #375fd7;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.news_max_button:hover {
    background: #375fd7;
}


.news_max_button:hover .pro_img_a {
    color: #fff;
}

.footer_box {
    background: #141414;
    font-size: 0;
}

.footer_list_right {
    width: 30%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    vertical-align: top;
}

.footer_list_left {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.footer_read_new_left {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.footer_read_new_right {
    width: 70%;
    text-align: right;
}

.footer_list_title {
    font-family:"Barlow-Bold!important";
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}

.footer_title_right {
    text-align: right;
}

.footer_list_wrap {
    padding: 40px 0 55px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_list_read {
    padding: 17px 0 0 0;
}

.footer_list_icon {
    font-size: 0;
    text-align: right;
}

.footer_list_app {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.footer_list_app a {
    position:relative;
    display: block;
    z-index:9;
    font-size: 40px;
    color: #414141;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.footer_list_app a:hover {
    color: #8c8c8c;
}

.footer_list_app a span.xiao_guo_liang{
    display:none;
    position:absolute;
    left:50%;
    top:-70px;
    width:68px;
    height:80px;
    margin-left:-34px;
}
.footer_list_app a span.xiao_guo_liang img{
    display:block;
    width:68px;
    height:68px;
}

.footer_list_li {

}

.footer_list_li a {
    font-size: 12px;
    line-height: 24px;
    color: #555555;
    display: inline-block;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.footer_list_li a:hover {
    color: #8c8c8c;
}

.footer_list_box {
    width: 240px;
    display: inline-block;
    vertical-align: top;
}


.footer_list_box:nth-child(2) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.footer_list_box:nth-child(3) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.footer_list_box:nth-child(4) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.footer_contact_read {
    font-size: 12px;
    line-height: 24px;
    color: #555555;

}

.footer_contact_read a {
    font-size: 12px;
    line-height: 24px;
    color: #555555;
}

.footer_bq_wrap {

    border-top: 1px solid #232323;
}

.footer_bq_text {
    font-size: 12px;
    line-height: 80px;
    color: #555555;
}
.footer_bq_text_wap{
    display:none;
}
.footer_bq_text a {
    color: #555555;
    margin: 0 10px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.footer_bq_text a:hover {
    color: #8c8c8c;
}

.footer_bq_logo {
    width: 100px;
    height: 80px;
    display: inline-block;
    position: relative;
}

.footer_bq_logo a {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_pd {
    padding-top: 80px;
}

.page_banner_wrap {
    position: relative;
}

.page_banner_box {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -69px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page_pro_banner_img {
    height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
}

.page_pro_banner_img img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.page_pro_banner_box {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20%;
}

.page_banner_max {
    font-size: 45px;
    color: #fff;
    line-height: 76px;
    font-weight: bold;
}

.page_banner_min {
    font-size: 14px;
    line-height: 24px;
    color: #bebebe;
    padding-top: 10px;
    width: 640px;
    display: inline-block;
}

.pro_list_box {
    background: #f5f5f5;
    padding: 0 80px 120px 80px;
}

.pro_list_show {
    padding-bottom: 115.384615384615%;
}

.pro_nav_title {
    line-height: 80px;
    font-size: 15px;
    color: #232323;
}

.pro_list_content_nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
}

.pro_list_content_item {
    width: 250px;
    margin: 0 17px;
    cursor: pointer;
    color: #000000;
    position: relative;
    z-index: 9;
}

.pro_list_content_list {
    position: absolute;
    top: 45px;
    width: 100%;
    left: 50%;
    background: #fff;
    border: 1px solid #cdcdcd;
    box-shadow: 13px 0 18px rgba(0, 0, 0, .14);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.pro_list_content_item:hover .pro_list_content_list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
}

.pro_list_active {
    opacity: 1 !important;
    pointer-events: auto !important;
    -webkit-transform: translateY(0) translateX(-50%) !important;
    transform: translateY(0) translateX(-50%) !important;
}

.pro_list_content_list a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding:8px 5px;
    color: #888888;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
    word-wrap:break-word;
}

.pro_list_content_list a:hover {
    background: #f6f6f6 !important;
}

.pro_active {
    background: #f6f6f6 !important;
}

.pro_list_content_title {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 60px;
    font-size: 13px;
}

.pro_list_content_title i {
    display: block;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.pro_list_content_title i:after {
    content: "";
    width: 8px;
    height: 2px;
    background: #292929;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pro_list_content_title i:before {
    content: "";
    width: 8px;
    height: 2px;
    background: #292929;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    left: 4px;
}

.pro_list_ul {
    font-size: 0;
    padding: 100px 0 70px 0;
}


.page_banner_new_title {
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
}

.pro_list_li {
    width: 32.666667%;
    margin: 0 1% 1% 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background:#fff;
}

.pro_list_li:nth-child(3n) {
    margin: 0 0 1% 0;
}

.pro_list_li:nth-child(3n+1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.pro_list_li:nth-child(3n+2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.pro_list_li:nth-child(3n) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.pro_list_li .pro_list_img{
    padding:6px 6px 0;
}

.pro_list_img a {
    display: block;
    position: relative;
}

.pro_list_black {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}


.pro_list_more {
    width: 130px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.pro_list_more .pro_img_a {
    display: block;
    line-height: 38px;
    position: relative;
    font-size: 14px;
    z-index: 2;
    color: #323232;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_list_li .pro_list_more {
    background: #375fd7;
}

.pro_list_img a:hover .pro_list_more .pro_img_a {
    color: #fff;
}


.pro_list_img a:hover .button-aylen {
    color: #323232;
}

.pro_list_img a:hover .button-aylen::before,
.pro_list_img a:hover .button-aylen::after {
    top: 0;
}

.pro_list_img a:hover .button-aylen::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

.pro_list_img a:hover .pro_list_black {
    opacity: 1;
}

.pro_list_title_wrap {
    padding: 14px 6px 26px;
}

.pro_list_title a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #232323;
}

.pro_list_text {
    font-size: 14px;
    line-height: 24px;
    padding:0 10px;
    color: #8c8c8c;
}

.pro_list_icon {
    background: #fff;
}

.pro_icon_ul {
    padding: 0 80px;
    font-size: 0;
}

.pro_icon_li {
    width: 33.333333333%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 110px 50px 130px;
}
@media screen and (min-width: 1201px){
    .pro_icon_ul_2 .pro_icon_li{
        margin-left:11.111111111%;
    }
    .pro_icon_ul_1 .pro_icon_li{
        display:block;
        margin:0 auto;
    }
    .pro_icon_ul_0{
        display:none;
    }
}

.pro_icon_svg {
    width: 64px;
    display:inline-block;
    vertical-align:top;
}

.pro_icon_title {
    font-size: 20px;
    color: #232323;
    line-height: 36px;
    padding: 10px 0;
    font-weight: bold;
}

.pro_icon_text {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 26px;
}

.pro_icon_li:nth-child(3n+1) .pro_icon_content {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.pro_icon_li:nth-child(3n+2) .pro_icon_content {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.pro_icon_li:nth-child(3n+3) .pro_icon_content {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.page_nav_list {
    font-size: 0;
    line-height: 48px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.page_nav_left {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.page_nav_flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.page_nav_right {
    width: 80%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: top;
}

.pro_nav_link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pro_nav_link a {
    margin-right: 25px;
    display: inline-block;
    color: #8c8c8c;
    font-size: 13px;
}

.pro_nav_link a:hover {
    color: #333333;
}

.page_nav_ul {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.page_nav_ul .page_nav_li {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.page_nav_ul .page_nav_li a {
    font-size: 14px;
    color: #323232;
    display: block;
}

.page_nav_ul .page_nav_current a {
    color: #375fd7;
}

.page_nav_title {
    font-size: 14px;
    color: #323232;
}

.page_nav_title a {
    color: #323232;
    font-size: 14px;
}

.news_list_page {
    text-align: center;
    font-size: 0;
}

.news_list_page a {
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #375fd7;
}

.news_list_page .page_prev {
    font-size: 36px;
    color: #375fd7;
}

.news_list_page .page_prev.disable{
    color: #999;
    cursor:default;
}

.news_list_page .page_next {
    font-size: 36px;
    color: #375fd7;
}

.news_list_page .page_next.disable{
    color: #999;
    cursor:default;
}

.page_num {
    margin: 0 50px;
    position: relative;
}

.page_num:after {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #96aae6;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.page_num:before {
    content: "";
    position: absolute;
    right: -24px;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #96aae6;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.news_read_box {
    background: #f5f5f5;
}

.news_title_wrap {
    padding: 70px 320px 30px 320px;
}

.news_title_box {
    font-size: 0;
}

.news_title_box span {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;;
}

.news_title_box .news_title_type {
    color: #375fd7;
    padding-right: 10px;
    position: relative;
}

.news_title_box .news_title_type:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 1px;
    background: #8c8c8c;
    height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news_title_max {
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    color: #323232;
    padding: 15px 0;
}

.news_title_label {
    line-height: 24px;
    color: #8c8c8c;
    font-size: 14px;
}

.news_bjq_wrap {
    padding: 0 320px 100px 320px;
}

.news_bjq_box {
    padding: 70px 0 100px 0;
    font-size: 14px;
    line-height: 28px;
    color: #8c8c8c;
}

.news_bjq_box p {
    font-size: 14px;
    line-height: 28px;
    color: #8c8c8c;
}

.news_bjq_box img {
    padding: 20px 0;
    display:inline-block;
    vertical-align: baseline;
    max-width:100%;
    width:auto;
}

.news_page_box {
    font-size: 0;
    position: relative;
    text-align: center;
}

.news_page_prev {
    position: absolute;
    left: 0;
    top: 0;
}

.news_page_button {
    display: inline-block;
    vertical-align: top;
}

.news_page_button a {
    line-height: 20px;
    font-size: 0;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.news_page_button a span {
    display: inline-block;
    vertical-align: top;
}

.news_page_button a .iconfont {
    color: #375fd7;
}

.news_page_button.disable a .iconfont {
    color:#999;
}

.news_page_button.disable a{
    cursor:default;
}

.news_page_next {
    position: absolute;
    right: 0;
    top: 0;
}

.news_page_prev a {
    font-size: 14px;
    color: #323232;
}

.news_page_prev.disable a,.news_page_button.news_page_prev.disable a:hover{
    color:#999;
}

.news_page_next a {
    font-size: 14px;
    color: #323232;
}

.news_page_next.disable a,.news_page_button.news_page_next.disable a:hover{
    color:#999;
}

.news_page_list a {
    font-size: 18px;
}

.news_page_button a:hover {
    color: #375fd7;
}

.news_more_box {
    background: #f5f5f5;
    padding: 0 0 20px 0;
}

.news_more_title {
    font-size: 40px;
    color: #232323;
    text-align: center;
    padding: 110px 0 70px 0;
    line-height: 60px;
    font-weight: bold;
}

.down_index_li_text {
    line-height: 24px;
    font-size: 14px;
    color: #8c8c8c;
    height: 72px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 32px;
}

.down_index_li_text span {
    display: block;
}

.page_banner_icon {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 80px;
    left: 0;
    z-index: 9;
    color: #fff;
    height: 58px;
}

.page_banner_icon .page_banner_svg {
    width: 58px;
}

.page_center_icon {
    padding-top: 40px;
}

.page_center_icon .page_banner_svg {
    width: 58px;
}

.contact_title_text {
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
    padding: 10px 0 0 0;
    display: inline-block;
}

.contact_box {
    padding: 160px 240px 240px 240px;
    background: #f5f5f5;
}

.contact_read {
    padding: 80px;
    background: #fff;
}

.contact_form_list {
    font-size: 0;
}

.contact_form_input {
    width: 48.5%;
    margin: 0 3% 40px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 132px;
}

.contact_form_content {
    position: relative;
    padding: 0 0 100px 132px;
}

.contact_form_input:nth-child(2n) {
    margin: 0 0 40px 0;
}

.contact_input_title {
    color: #8c8c8c;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 132px;
    line-height: 42px;
    border-bottom: 1px solid #375fd7;
}

.contact_input_text {
    display: block;
    width: 100%;
}

.contact_input_text input {
    width: 100%;
    line-height: 42px;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 10px;
}

.form_list_button {
    width: 130px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #375fd7;
    margin: 0 auto;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.form_list_button .pro_img_a {
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 38px;
    position: relative;
    font-size: 14px;
    z-index: 2;
    text-align: center;
    color: #375fd7;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.form_list_button:hover {
    background: #375fd7;
}

.form_list_button:hover .pro_img_a {
    color: #fff;
}

.contact_ul_box {
    padding: 0 320px 90px 320px;
    font-size: 0;
}

.contact_li_box {
    padding: 50px 190px 0 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.contact_li_box:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.contact_li_title {
    line-height: 45px;
    position: relative;
    font-size: 20px;
    color: #232323;
}

.contact_li_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #dcdcdc;
    height: 1px;
    width: 100%;
}

.contact_li_text {
    font-size: 14px;
    line-height: 24px;
    color: #737373;
    padding: 15px 0 30px 0;
}

.contact_li_text a {
    color: #737373;
}

.contact_tel_title {
    font-size: 14px;
    line-height: 24px;
    color: #737373;
}

.contact_tel_num {
    font-size: 25px;
    line-height: 44px;
    color: #000;
}

.contact_icon_li {
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
}

.contact_icon_li a {
    display: block;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
}

.contact_icon_li .iconyf31 {
    font-size: 28px;
}

.about_merit_ul {
    font-size: 0;
    position: relative;
}

.about_merit_li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 45px 20px 50px 20px;
    position: relative;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.about_merit_li:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}

.about_merit_li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #dcdcdc;
}

.about_merit_li:nth-child(4n+1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.about_merit_li:nth-child(4n+2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.about_merit_li:nth-child(4n+3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.about_merit_li:nth-child(4n) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.about_merit_li:nth-child(4n):after {
    display: none;
}

.about_merit_num {
    font-size: 65px;
    line-height: 80px;
    color: #232323;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.about_merit_title {
    font-weight: bold;
    line-height: 36px;
    font-size: 20px;
    color: #232323;
    padding: 10px 0;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.about_merit_text {
    color: #8c8c8c;
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.about_merit_li:hover {
    background: #375fd7;
}

.about_merit_li:hover .about_merit_num {
    color: #fff;
}

.about_merit_li:hover .about_merit_title {
    color: #fff;
}

.about_merit_li:hover .about_merit_text {
    color: #fff;
}

.about_box_read {
    text-align: center;
}

.about_title_wrap {
    padding: 140px 400px 140px;
}

.about_partner_title_wrap {
    padding: 120px 580px 0;
}

.about_index_title {
    text-align: center;
}

.about_read_text {
    font-size: 14px;
}

.about_box_read {
    padding: 20px 0 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
}

.about_box_read p {
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
}

.about_box_read h3 {
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
    font-weight: bold;
}

.about_partner_wrap {
    padding: 70px 0 0 0;
}

.about_partner_ul {
    font-size: 0;
    padding: 60px 300px 150px;
}

.about_partner_li {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.about_partner_li a {
    display: block;
    padding-bottom: 63.31877729257642%;
    overflow: hidden;
}

.about_partner_li a img {
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.about_partner_li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about_partner_li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #dcdcdc;
    z-index: 1;
    pointer-events: none;
}

.about_partner_li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    z-index: 1;
    pointer-events: none;
}

.about_partner_li:nth-child(1) a:after,
.about_partner_li:nth-child(2) a:after,
.about_partner_li:nth-child(3) a:after,
.about_partner_li:nth-child(4) a:after,
.about_partner_li:nth-child(5) a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    z-index: 1;
    pointer-events: none;
}

.about_partner_li:nth-child(5n) a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #dcdcdc;
    z-index: 1;
    pointer-events: none;
}

.about_partner_li:nth-child(5n+1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.about_partner_li:nth-child(5n+2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.about_partner_li:nth-child(5n+3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.about_partner_li:nth-child(5n+4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.about_partner_li:nth-child(5n) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.about_swiper_box {
    height: 558px;
    background: #fff;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.about_swiper_box .swiper-slide {
    width: 100%;
    position: relative;
    padding-left: calc(100vw / 2 + 12px);
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.about_swiper_left {
    width: calc(100vw / 2);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.about_swiper_img {
    padding-bottom: 58.49056603773585%;
}

.about_box {
    height: 100%;
}

.about_swiper_right {
    height: 100%;
    background: #375fd7;
    padding: 120px 0 0 0;
}

.about_swiper_list {
    width: 430px;
    margin: 0 0 0 110px;
    overflow: hidden;
}

.about_swiper_type {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}

.about_swiper_title {
    font-size: 40px;
    line-height: 60px;
    padding: 20px 0;
    color: #fff;
    font-weight: bold;
}

.about_swiper_text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.about_swiper_wrap {
    position: relative;
}


.about_swiper_box .swiper-slide {
    overflow: hidden;
}

.about_swiper_pagination {
    position: absolute;
    bottom: 70px;
    left: 1070px;
    z-index: 9;
    font-size: 0;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.about_swiper_pagination .about_swiper_label {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    cursor: pointer;
    line-height: 24px;
    width: 24px;
    text-align: center;
    font-size: 0;
    position: relative;
}

.about_swiper_label span {
    display: block;
}

.about_swiper_num {
    font-size: 18px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    color: #fff;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.about_swiper_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.current_tab .about_swiper_num {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.current_tab .about_swiper_icon {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.about_fadeInLeft {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.about_fadeInShow {
    opacity: 1;
}

.about_animation {
    opacity: 0;
}

.about_animation:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.about_animation:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.about_animation:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.pro_nav_button {
    display: inline-block;
    vertical-align: top;
}

.pro_nav_button a {
    display: block;
    width: 70px;
    line-height: 22px;
    border: 1px solid #8c8c8c;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    color: #8c8c8c;
}

.pro_read_max_center {
    width: 100%;
    padding: 70px 180px 0 140px;
}

.pro_max_logo {
    display: inline-block;
}


.pro_swiper_pagination {
    position: absolute;
    bottom: 70px;
    z-index: 9;
    font-size: 0;
    width: 100%;
    text-align: center;
}

.pro_swiper_pagination .pro_swiper_label {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    cursor: pointer;
    line-height: 24px;
    width: 24px;
    text-align: center;
    font-size: 0;
    position: relative;
}

.pro_swiper_label span {
    display: block;
}

.pro_swiper_num {
    font-size: 18px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    color: #375fd7;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_swiper_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.current_tab .pro_swiper_num {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.current_tab .pro_swiper_icon {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.pro_banner_img {
    width: 100%;
    padding-bottom: 43.69791666667%;
}

.pro_content_box {
    padding: 0 160px;
}

.pro_read_content_box {
    padding: 0 210px;
}

.pro_content_ul {
    padding: 120px 0 220px 0;
}

.pro_read_content_ul {
    padding: 40px 0 220px 0;
}

.pro_content_li {
    font-size: 0;
    padding: 25px 0;
    position: relative;
}

.pro_content_li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #dcdcdc;
}

.pro_content_left {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.pro_content_right {
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

.pro_content_title {
    font-size: 20px;
    color: #232323;
    line-height: 36px;
    font-weight: bold;
}

.pro_content_bjq {
    font-size: 15px;
    line-height: 26px;
    color: #8c8c8c;
}

.pro_content_bjq img {
    width: auto;
    padding: 10px 0;
    max-width: 100%;
}

.pro_color_ul {
    font-size: 0;
}

.pro_color_li {
    display: inline-block;
    vertical-align: top;
    padding: 0 120px 0 0;
    margin-bottom: 20px;
}

.pro_color_li span {
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
}

.pro_color_box {
    width: 46px;
    height: 24px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    margin: 6px 0;
}

.pro_color_box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.pro_color_text {
    font-size: 15px;
    color: #737373;
    padding: 0 0 0 18px;
}


.index_swiper_pagination {
    position: absolute;
    bottom: 50px;
    z-index: 9;
    font-size: 0;
    left: 80px;
}

.index_swiper_pagination .index_swiper_label {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    cursor: pointer;
    line-height: 24px;
    width: 24px;
    text-align: center;
    font-size: 0;
    position: relative;
}

.index_pro_pagination {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 50px;
    z-index: 9;
    font-size: 0;
}

.index_pro_pagination .index_swiper_label {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    cursor: pointer;
    line-height: 24px;
    width: 24px;
    text-align: center;
    font-size: 0;
    position: relative;
}

.index_pro_read_pagination {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 50px;
    z-index: 9;
    font-size: 0;
}

.index_pro_read_pagination .index_swiper_label {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    cursor: pointer;
    line-height: 24px;
    width: 24px;
    text-align: center;
    font-size: 0;
    position: relative;
}

.index_swiper_label span {
    display: block;
}

.index_swiper_num {
    font-size: 18px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    color: #375fd7;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.index_swiper_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    background: #87848b;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.current_tab .index_swiper_num {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.current_tab .index_swiper_icon {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.page_banner_img {
    padding-bottom: 35.4166667%;
}

/**/
.contact_float_wrap {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 58px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.contact_float_li {
    width: 54px;
    background: #375fd7;
    text-align: center;
    cursor: pointer;
    height: 60px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.contact_float_li:nth-child(1), .contact_float_li:nth-child(2){
    margin-bottom: 2px;
}

.contact_float_li a,.contact_float_li > span {
    display: block;
    position: relative;
    padding: 5px 0;
}

.contact_float_img {
    position: absolute;
    left: -68px;
    top: 0;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    width: 68px;
    display: none;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.contact_float_icon {
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.contact_float_text {
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.page_top_nav {
    display: none;
}

.page_banner_position {
    position: relative;
}

.footer_bq_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.down_list_wrap {
    font-size: 0;
    position: relative;
    margin-bottom: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.down_list_wrap .news_index_li_box {
    width: 33.3333%;

    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.down_list_wrap .news_index_li_box:hover .news_index_li_after {
    border-right: 1px solid #375fd7;
    border-top: 1px solid #375fd7;
    border-bottom: 1px solid #375fd7;
}

.down_list_wrap .news_index_li_box:hover .news_index_li_after {
    background: #375fd7;
}

.down_list_wrap .news_index_li_box:hover .news_index_li_type {
    color: #fff;
}

.down_list_wrap .news_index_li_box:hover .news_index_li_title a {
    color: #fff;
}

.down_list_wrap .news_index_li_box:hover .down_index_li_text {
    color: #fff;
}

.down_list_wrap .news_index_li_box:hover .news_index_li_button a .iconyf29 {
    color: #fff;
}

.down_list_wrap .news_index_li_box:hover .news_index_li_button a span {
    color: #fff;
}

.about_content_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
}

.about_item_box {
    width: 50%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.about_item_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
    color: #232323;
}

.about_item_text {
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
}

.about_item_content {
    width: 430px;
}

.about_item_read_left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 140px;
}

.about_item_read_right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 140px;
}

.about_content_banner {
    position: relative;
}

.about_content_read {
    position: absolute;
    top: 25%;
    left: 31.5%;
    width: 37%;
    z-index: 1;
}

.about_content_title {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}

.about_content_text {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.about_item_img {
    width: 100%;
    padding-bottom: 58.3333333%;
}

.about_content_img {
    width: 100%;
    padding-bottom: 29.16666666666667%;
}


.content_nav_current .header_button_span {
    background: #fff;
}

.content_nav_current .header_nav_a .header_nav_link {
    color: #fff;
}

.content_nav_current .header_list_span {
    border: 1px solid #fff;
    color: #fff;
}

.content_nav_current .header_list_en a {
    color: #fff;
}

.content_nav_current .header_icon_hide:before {
    background: #fff;
}

.content_nav_current .header_icon_hide:after {
    background: #fff;
}

.content_nav_current .header_icon_show {
    color: #fff;
}

.contact_dt_height {
    height: 100vh;
}

.contact_dt_wrap {
    background: #375fd7;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.contact_dt_bottom {
    position: absolute;
    bottom: 40px;
    color: #fff;
    left: 50%;
    font-size: 12px;

}

.contact_dt_bottom:before {
    display: block;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.contact_dt_box {
    width: 100%;
    padding: 0 210px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}

.contact_dt_read {
    padding-left: 160px;
    width: 61%;
}

.contact_dt_content {
    width: 85%;
}

.contact_dt_item {
    width: 39%;
}

.contact_dt_tel_title {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}


.contact_dt_tel_text {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.contact_dt_list {
    padding-top: 70px;
}

.contact_dt_list_title {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}

.contact_dt_list_line {
    height: 1px;
    background: #fff;
    margin: 10px 0 20px 0;
}

.contact_dt_list_text {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.contact_dt_list_icon .contact_dt_icon_span {
    margin-right: 25px;
}

.contact_dt_list_icon .contact_dt_icon_span a {
    display: block;
    font-size: 32px;
    line-height: 32px;
    position:relative;
    color: #fff;
}
.contact_dt_list_icon .contact_dt_icon_span a .xiao_guo_liang{
    display:none;
    position: absolute;
    left: 50%;
    top: -70px;
    width: 68px;
    height: 80px;
    margin-left: -34px;
}
.contact_dt_list_icon .contact_dt_icon_span a .xiao_guo_liang img{
    display:block;
    width:68px;
    height:68px;
}

.contact_dt_list_icon {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#allmap {
    height: 100% !important;
}

.news_index_pd {
    padding: 120px 0 170px 0;
    background: #f1f1f1;
}

.news_index_pd .news_index_list_wrap {
    padding: 0 230px;
}

.news_index_pd .news_index_list_wrap:hover .news_index_button {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.news_index_pd .news_index_li_box {
    width: 100%;
}

.news_index_pd .news_index_li_box .news_index_li_after {
    border: none !important;
}

.news_index_pd .news_index_max {
    font-size: 40px;
    color: #232323;
    line-height: 60px;
    font-weight: bold;
}

.number_index_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 100px 380px;
    background: #375fd7;
}

.number_index_item {
    width: 25%;
}

.number_index_item:nth-child(1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.number_index_item:nth-child(2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.number_index_item:nth-child(3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.number_index_item:nth-child(4) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.number_index_title {
    font-size: 65px;
    line-height: 80px;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.number_index_title span {
    font-size: 32px;
    line-height: 54px;
}

.number_index_text {
    text-align: center;
    font-weight:bold;
    color: #d8d8d8;
    font-size: 18px;
    line-height: 36px;
    margin-top: 0;
    padding:10px 0;
}


.pro_index_item_img {
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
}

.pro_read_item_img {
    padding-bottom: 43.75%;
}

.pro_index_item_read {
    padding: 0 380px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pro_index_item_title {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.pro_index_item_text {
    font-size: 18px;
    line-height: 32px;
    color: #8c8c8c;
    margin: 15px 0 50px 0;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.pro_item_max_button {
    width: 130px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #375fd7;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.pro_item_max_button .pro_img_a {
    display: block;
    line-height: 38px;
    position: relative;
    font-size: 14px;
    z-index: 2;
    color: #375fd7;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_item_max_button:hover {
    background: #375fd7;
}


.pro_item_max_button:hover .pro_img_a {
    color: #fff;
}

.swiper-animation {
    opacity: 0;
}

.pro_index_box {
    position: relative;
}


.pro_index_swiper:hover .pro_index_button {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.pro_index_button {
    width: 36px;
    height: 36px;
    background: #39393a;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    font-size: 10px;
    outline: none;
    opacity: 0;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_index_prev {
    left: 140px;
}

.pro_index_prev:before {
    position: relative;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    left: -2px;
}

.pro_index_next {
    right: 140px;
}

.pro_new_read_wrap {
    background: #f5f5f5;
}

.pro_new_read_box {
    padding: 0 160px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

.pro_new_max_img {
    width: 100%;
}

.pro_new_max_img.cover{
    padding-bottom:0;
    height:auto;
}

.pro_new_max_img.cover img{
     position: relative;
     width: 100%;
     height: auto;
     left: 0;
     top: 0;
     object-fit: cover;

}

.pro_new_read_item {
    width: 50%;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.pro_new_read_center {
    width: 100%;
}

.pro_new_read_title {
    font-size: 40px;
    line-height: 42px;
    color: #232323;
}

.pro_new_read_text {
    font-size: 15px;
    line-height: 26px;
    color: #8c8c8c;
    margin: 40px 0 80px 0;
}

.pro_new_read_img {
    width: 80%;
}

.pro_new_read_img img {
    width: auto;
    max-width: 100%;
}

.pro_new_banner_box {
    padding: 0 160px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_new_banner_swiper {
    width: 70%;
    margin: initial;
    padding-bottom: 70px;
}

.pro_new_banner_right {
    width: 29%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-content: space-between;
    align-content: space-between;
    padding-bottom: 70px;
}

.pro_new_button {
    width: 36px;
    height: 36px;
    background: rgba(57, 57, 58, .3);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    font-size: 10px;
    outline: none;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}
.pro_new_button:before {
    color: rgba(255,255,255,.6);
}
.pro_new_prev:before {
    position: relative;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.pro_new_banner_swiper .swiper-button-disabled {
    opacity: .4;
}

.pro_new_prev {
    left: 30px;
}

.pro_new_next {
    right: 30px;
}


.pro_new_banner_item {
    width: 100%;
    height: 49.2%;
}

.pro_new_item_img {
    height: 100%;
    width: 100%;
}

.pro_new_banner_img {
    padding-bottom: 85%;
}


.pro_new_pagination {
    bottom: 0 !important;
    line-height: 70px;
    text-align: left;
}


.pro_new_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 25px !important;
    margin-left: 0 !important;
    opacity: 1 !important;
    background: #dedede;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_new_pagination .swiper-pagination-bullet-active {
    background: #375fd7;
}

.pro_bjq_swiper {
    margin: 20px 0;
}

.pro_swiper_img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.pro_content_swiper_button {
    padding: 20px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_swiper_list {
    position: relative;
    background: #f4f4f4;
    -webkit-border-radius: 24px;
    overflow: hidden;
    border-radius: 24px;
}

.pro_read_swiper_pagination {
    -webkit-border-radius: 24px;
    border-radius: 24px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
}

.pro_read_swiper_pagination span {
    width: 96px;
    line-height: 48px;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
    color: #b7b7b7;
}

.pro_swiper_active {
    color: #fff !important;
}

.pro_swiper_after {
    -webkit-border-radius: 24px;
    border-radius: 24px;
    content: "";
    position: absolute;
    left: 0;
    width: 96px;
    height: 48px;
    background: #b7b7b7;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.page_pro_banner_max {
    font-size: 40px;
    line-height: 58px;
    color: #fff;
    font-weight: bold;
}

.page_pro_banner_min {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 10px;
}

.page_read_content_box {
    padding: 0 210px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

.page_read_content_wrap {
    padding-top: 20px;
    background: #f5f5f5;
}

.page_read_white_wrap {
    padding-top: 20px;
}

.page_read_content_item {
    width: 48.374905517%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding: 110px 0;
}

.page_read_content_item:nth-child(2n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.page_read_content_item:nth-child(2n) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.page_read_content_list {
    width: 48.374905517%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding-bottom: 120px;
}

.page_read_content_list:nth-child(2n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.page_read_content_list:nth-child(2n) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.page_read_content_title {
    font-size: 34px;
    line-height: 46px;
    color: #000000;
}

.page_read_content_text {
    font-size: 14px;
    line-height: 28px;
    color: #8c8c8c;
    padding-right: 120px;
    width: 100%;
}

.page_read_center {
    -webkit-justify-content: center;
    justify-content: center;
}

.page_read_list_img {
    width: 100%;
    padding-bottom: 81.25%;
}

.page_read_list_title {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    color: #737373;
    margin-top: 20px;
}

.page_read_list_text {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #737373;
}

.page_read_content_bjq img {
    padding: 10px 0;
    width: auto;
    max-width: 100%;
}

.page_pro_banner_list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.page_pro_list_box {
    padding: 0 330px 80px 330px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.page_pro_banner_item {
    width: 33.3333%;
    position: relative;
}

.page_pro_banner_item:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.page_pro_banner_item:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.page_pro_banner_item:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.page_pro_banner_item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #777777;
}

.page_pro_banner_item:nth-child(3n):after {
    display: none;
}

.page_pro_list_read {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.page_pro_item_svg {
    width: 66px;
    height: 66px;
    margin: 0 auto;
}

.page_pro_item_svg svg {
    fill: #fff;
}

.page_pro_item_title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 10px 0;
}

.page_pro_item_text {
    font-size: 13px;
    line-height: 24px;
    color: #8c8c8c;
}

.cookie_wrap {
    background: #ffffff;
    text-align: center;
    height: auto;
    padding: 20px 0 48px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.cookie_hide {
    opacity: 0;
    pointer-events: none;
    height: 0;
    padding: 0;
}

.cookie_box {
    position: relative;
}

.cookie_no {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.cookie_no:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 13px;
    width: 20px;
    height: 2px;
    transform: rotate(45deg);
    background: #030303;
}

.cookie_no:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 13px;
    width: 20px;
    height: 2px;
    transform: rotate(-45deg);
    background: #030303;
}

.cookie_button {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.cookie_button a {
    font-size: 13px;
    height: 34px;
    line-height: 30px;
    color: #2a2a2a;
    border: 2px solid #acacac;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    margin: 0 15px;
    width: 70px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}
.cookie_button a:hover {
    color: #fff;
    background: #375fd7;
    border: 2px solid #375fd7;
}
.cookie_text {
    font-size: 13px;
    line-height: 30px;
    color: #8c8c8c;
    margin-top: 10px;
}

.wap_show {
    display: none;
}

.page_header_nav {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.page_header_show {
    opacity: 1;
    pointer-events: auto;
}

.xiao_guo_liang_1_div{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.2);
    z-index:999999;
}
.xiao_guo_liang_1_div .inner{
    position:absolute;
    left:50%;
    top:50%;
    width:460px;
    height:250px;
    margin-left:-230px;
    margin-top:-125px;
    background:#fff;
    box-shadow:0 0 10px rgba(0,0,0,.8);
}
.xiao_guo_liang_1_div .colse_btn{
    position:absolute;
    right:14px;
    top:12px;
    width:16px;
    height:16px;
    cursor:pointer;
}
.xiao_guo_liang_1_div .colse_btn:before,.xiao_guo_liang_1_div .colse_btn:after{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    width:141.4%;
    margin-left:-70.7%;
    height:2px;
    margin-top:-1px;
    background:#999;
}
.xiao_guo_liang_1_div .colse_btn:before{
    -webkit-transform:rotate(-45deg) scaleY(.5);
    -moz-transform:rotate(-45deg) scaleY(.5);
    transform:rotate(-45deg) scaleY(.5);
}
.xiao_guo_liang_1_div .colse_btn:after{
    -webkit-transform:rotate(45deg) scaleY(.5);
    -moz-transform:rotate(45deg) scaleY(.5);
    transform:rotate(45deg) scaleY(.5);
}
.xiao_guo_liang_1_div .inf{
    padding:18px;
}
.xiao_guo_liang_1_div .inf_tit{
    margin-bottom:30px;
}
.xiao_guo_liang_1_div .inf_tit h3{
    font-weight:normal;
    font-size:12px;
    line-height:18px;
    color:#999;
}
.xiao_guo_liang_1_div .inf_tit h4{
     font-weight:normal;
     font-size:24px;
     line-height:30px;
     color:#999;
}
.xiao_guo_liang_1_div .inf_tit p{
    font-weight:normal;
    font-size:12px;
    line-height:18px;
    color:#999;
    padding-top:10px;
}
.xiao_guo_liang_1_div .inf_con input{
    border:none;
    border-bottom:1px solid #d2d2d2;
    background:none;
    padding:12px 0;
    width:100%;
    font-size:14px;
    color:#666;
    line-height:24px;
    -wekbit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -ms-box-sizing:content-box;
    -o-box-sizing:content-box;
    box-sizing:content-box;
}
.xiao_guo_liang_1_div .info_lay_btn{
    text-align:right;
    padding-top:30px;
}
.xiao_guo_liang_1_div .xgl_info_btn{
    display:inline-block;
    vertical-align:top;
    cursor:pointer;
    font-size:12px;
    text-align:center;
    width:150px;
    height:32px;
    line-height:32px;
    background:#375fd7;
    color:#fff;
}

.xiao_guo_liang_toarr{
    position:fixed;
    right:30px;
    bottom:50px;
    z-index:99999;
    width:40px;
    height:40px;
    cursor: pointer;
    outline:none;
    border-radius:100%;
    -wekbit-box-shadow:0 0 2px rgba(255,255,255,.15);
    box-shadow:0 0 2px rgba(255,255,255,.15);
    background:url("../images/toarr.svg") no-repeat center;
    background-size:contain;
    display:none;
}
#xiao_guo_liang_0{
    position:relative;
}
#newBridge,#nbInviteWrapper,#nbWebImLightContainer{
    display:none!important;
}