/*@charset "UTF-8";*/
/* CSS Document */
/*html5*/

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
}

@font-face {
    font-family: "Barlow-Medium";
    src: url('../fonts/Barlow-Medium.svg'),
    url('../fonts/Barlow-Medium.woff'),
    url('../fonts/Barlow-Medium.ttf'),
    url('../fonts/Barlow-Medium.otf');
}

.Barlow-Medium {
    font-family: "Barlow-Medium" !important
}

@font-face {
    font-family: "Barlow-Light";
    src: url('../fonts/Barlow-Light.svg'),
    url('../fonts/Barlow-Light.woff'),
    url('../fonts/Barlow-Light.ttf'),
    url('../fonts/Barlow-Light.otf');
}

.Barlow-Light {
    font-family: "Barlow-Light" !important
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, 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: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
}

i {
    font-style: normal;
}

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-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin: 0 9px !important;
}

.swiper-animation {
    opacity: 0;
}

.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 {
    position: relative;
    padding: 0 80px;
}

.header_wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.header_nav_top {
    background: #141414 !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1) !important;
}

.header_current {
   /* position: relative;*/
    position: fixed;
    background: #141414 !important;
    -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_lang{
    display:none;
}

.header_pd_top{
    padding-top:79px;
}

@media screen and (min-width:1200px){
    .software_banner_wrap.header_pd_top{
        padding-top:0;
    }
}
.header_box {
    height: 79px;
    text-align: center;
    position: relative;
    padding: 0 80px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.header_box:hover {
    background: #141414;
}

.header_logo {
    display: inline-block;
    position: absolute;
    left: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_logo a {
    display: block;
    width: 137px;
    height: 32px;
    overflow: hidden;
}

.header_logo a img {
    position: relative;
    top: -32px;
}

.header_nav_wrap {
    display: inline-block;
}

.header_nav_box {
    font-size: 0;
}

.header_nav_li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    z-index:99;
}
.header_oInner{
    position:absolute;
    top:100%;
    left:50%;
    width:160px;
    margin-left:-80px;
    margin-top:-2px;
    padding-top:2px;
    display:none;
}
.header_oInner .inner{
    padding:18px 0;
    background:#fff;
    border-radius:0 0 6px 6px;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
}
.header_oInner a{
    display:block;
    font-size:15px;
    line-height:38px;
    color:#999;
    text-align:center;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}
.header_oInner a,.header_oInner a:hover{
    text-decoration:none;
}
.header_oInner .nav_hover,.header_oInner a:hover{
    color:#19c3c8;
}

.header_nav_li .header_nav_a_link {
    font-size: 15px;
    color: #fff;
    line-height: 79px;
    position: relative;
    display: block;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.header_nav_li:after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #19c3c8;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.header_nav_li .header_nav_a_link:hover {
    color: #19c3c8;
}

.header_nav_li:hover:after {
    width: 10px !important;
}

.nav_hover .header_nav_a_link {
    color: #19c3c8;
}

.nav_hover:after {
    width: 10px !important;
}


.header_language {
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav_down_wrap {
    width: 100vw;
    position: relative;
    left: 0;
}


.header_nav_down {
    position: fixed;
    background: #fff;
    width: 100%;
    display: none;
}

.banner-box {
    height: 100vh;
}

.index_banner_pagination {
    position: absolute;
    z-index: 9;
    left: 96px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner_pagination_label {
    cursor: pointer;
    display: block;
    font-size: 0;
    margin-bottom: 20px;
}

.banner_pagination_label:last-child {
    margin-bottom: 0;
}

.banner_label_span {
    display: inline-block;
}

.banner_label_icon {
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}


.current_full .banner_label_icon {
    width: 8px;
    height: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #19c3c8;
}

.header_pro_title {
    display: inline-block;
    font-size: 14px;
    color: #8c8c8c;
    vertical-align: top;
    text-align: left;
    line-height: 28px;
    width: 156px;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.header_pro_title:after {
    content: "";
    height: 2px;
    width: 0;
    background: #19c3c8;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.header_pro_title a {
    font-size: 14px;
    color: #8c8c8c;
    vertical-align: top;
    text-align: left;
    line-height: 28px;
    display: block;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
    pointer-events: auto;
}

.header_pro_list {
    height: 100%;
    display: none;
    vertical-align: top;
    text-align: left;
    border-left: 1px solid #d9d9da;
    border-right: 1px solid #d9d9da;
}

.header_index_show {
    display: inline-block !important;
    position: absolute;
    top: 0;
}


.header_nav_current {
    display: block;
}

.header_box_position {
    position: relative;
    pointer-events: none;
    padding: 23px 0;
}

.header_pro_link .header_pro_img {
    display: none;
}

.header_pro_link .header_pro_text {
    display: none;
    width: 142px;
}

.header_pro_link .header_pro_text a {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 28px;
    display: block;
    padding-left: 20px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.header_img_list {
    display: inline-block;
    position: fixed;
    top: 79px;
    left: 300px;
    width: 213px;
    height: 213px;
    z-index: 9;
}

.header_pro_img {
    position: relative;
    display: none;
}

.header_pro_img a {
    display: block;
    padding-bottom: 100%;
    z-index: 9;
    cursor: pointer;
    pointer-events: auto;
}

.header_pro_li {
    font-size: 0;
}

.current_index_text a {
    color: #19c3c8 !important;
}

.current_index_after {
    color: #19c3c8 !important;
}

.current_index_after a {
    color: #19c3c8 !important;
}

.current_index_after:after {
    width: 10px;
}

.header_nav_four .header_box_position {
    width: 468px;
    font-size: 0;
}

.header_nav_four .header_four_ul {
    width: 156px;
    display: inline-block;
    vertical-align: top;
}

.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_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 9;
    text-align: center;
}

.banner_p {
    color: #fff;
    font-size: 45px;
    line-height: 66px;
    text-align: center;
    font-weight: bold;
}

.banner_min {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 15px;
}

.banner_button {
    width: 130px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    margin: 36px auto 0;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.banner_button a {
    display: block;
    position: relative;
    z-index: 2;
    color: #323232;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.button-aylen {
    line-height: 40px;
    display: block;
    text-align: center;
    position: relative;
}

.banner_button:hover {
    background: #19c3c8;
}

.button-aylen:hover a {
    color: #fff;
}

.pro_index_box {
    font-size: 0;
}

.pro_index_li {
    width: 25%;
    display: inline-block;
    position: relative;
}

.pro_index_li:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.pro_index_li:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.pro_index_li:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.pro_index_li:nth-child(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.pro_index_img {
    position: relative;
    padding-bottom: 150%;
}

.pro_index_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(25, 195, 200, .75);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.pro_index_li:hover .pro_index_img:after {
    opacity: 1;
}

.pro_index_text {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
}

.pro_index_min {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.pro_index_max {
    font-size: 24px;
    color: #fff;
    padding: 15px 0 0 0;
}

.pro_index_li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 0;
    height: 4px;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.pro_index_li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 4px;
    height: 0;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.pro_index_li:hover:after {
    width: 40px;
}

.pro_index_li:hover:before {
    height: 40px;

}


.header_language {
    font-size: 0;
}

.language_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}

.language_span {
    position: relative;
}

.language_span:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}

.language_span a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-right: 30px;
    line-height: 18px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.language_span a:hover {
    color: #19c3c8;
}

.language_span:last-child:after {
    display: none;
}

.language_span:last-child a {
    margin-right: 0;
}

.header_search_wrap {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    line-height: 24px;
}

.header_search_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    width: 24px;
    position: relative;
    text-align: center;
}

.search_input_wrap {
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.header_search_current .search_input_wrap {
    width: 210px;
}

.header_search_current .header_search_icon .header_search_show {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.header_search_current .header_search_icon .header_search_hide {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.search_input_box {
    display: block;
    font-size: 0;
    padding-right: 70px;
    width: 100%;
    position: relative;
}

.search_input_text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.search_input_text input {
    font-size: 14px;
    height: 24px;
    width: 100%;
    line-height: 24px;
    color: #fff;
    padding: 0 5px;
    margin-right: 10px;
}

.search_input_button {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    width: 60px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.search_input_button:hover {
    background: #fff;
    color: #323232;
}

.header_search_icon .header_search_show {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}


.header_search_icon .header_search_show:before {
    position: relative;
    top: 1px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.header_search_icon .header_search_hide {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.header_search_icon .header_search_hide:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: -15% 50% 0;
    -webkit-transform-origin: -15% 50% 0;
}

.header_search_icon .header_search_hide:before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 0;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: -15% 50% 0;
    -webkit-transform-origin: -15% 50% 0;
}

.about_index_box {
    text-align: center;
    /*padding: 80px 0 40px;*/
    background: #f5f5f5;
}

.about_index_box .swiper-slide .width-to{
    padding:80px 0 40px;
}

.about_index_box .swiper-container-horizontal > .swiper-pagination-bullets{
    position:absolute;
    left:0;
    z-index:9;
    width:100%;
    bottom:50px;
}

.about_index_box .swiper-slide1{
    background:#141414;
}

.about_index_min {
    font-weight: bold;
    color: #19c3c8;
    font-size: 35px;
    line-height: 46px;
    padding: 10px 0 0 0;
}

.about_index_max {
    color: #323232;
    font-size: 30px;
    line-height: 40px;
}

.swiper-slide1 .about_index_max{
    color:#fff;
}

.about_index_text {
    line-height: 28px;
    color: #8c8c8c;
    font-size: 14px;
    padding: 45px 0 80px 0;
}

.about_button {
    width: 130px;
    height: 40px;
    line-height:40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #323232;
    margin: 0 auto 0;
    font-size: 14px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
    color:#fff;
    cursor:pointer;
}

.about_button a {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.button-aylen:hover {
    background: #19c3c8;
}

.button-aylen:hover a:hover {
    color: #fff;
}

.solution_index_ul {
    font-size: 0;
    padding: 0 80px;
}

.solution_index_li {
    display: inline-block;
    vertical-align: top;
    width: 33.33333333%;
    text-align: center;
    padding: 65px 0 80px 0;
}

.solution_index_li:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.solution_index_li:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.solution_index_li:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.solution_index_svg {
    width: 75px;
    height: 75px;
}

.solution_index_title {
    color: #323232;
    font-size: 22px;
    margin: 30px 0 0 0;
}

.swiper-slide1 .solution_index_title{
    color:#fff;
}

.solution_index_pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #8c8c8c;
    opacity: 1;
    margin: 0 7px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);

}

.solution_index_pagination .swiper-pagination-bullet-active {
    background: #19c3c8;
    width: 20px;

}

.solution_index_read {
    color: #8c8c8c;
    line-height: 26px;
    height: 104px;
    overflow: hidden;
    font-size: 14px;
    padding:0 40px;
    margin: 20px 0;
}

.swiper-slide1 .solution_index_read{
    color:#c9c9c9;
}

.news_index_wrap{
    background:#f5f5f5;
    padding:30px 80px 86px;
}

.news_index_wrap_title{
    font-size:30px;
    line-height:60px;
    color:#0b0b0a;
    text-align:center;
    margin-bottom:45px;
    padding:0 40px;
}

.news_index_box{
    position:relative;
}

.news_index_ul {
    font-size: 0;
}

.news_index_nav {
    padding-top:40px;
}






.news_index_page_button {
    position:absolute;
    top:-webkit-calc(50% - 90px);
    top:calc(50% - 90px);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width: 38px;
    height: 38px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    border: 1px solid #acacac;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.news_index_page_prev{
    left:-60px;
    right:auto;
}

.news_index_page_next{
    right:-60px;
    left:auto;
}

.news_index_page_prev:after {
    content: "";
    position: absolute;
    left: 13px;
    top: 15px;
    background: #acacac;
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.news_index_page_prev:before {
    content: "";
    position: absolute;
    left: 13px;
    bottom: 15px;
    background: #acacac;
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.news_index_page_next:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 15px;
    background: #acacac;
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.news_index_page_next:before {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 15px;
    background: #acacac;
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.news_index_page_button:hover {
    border-color: #2fc8cc;
    background: #2fc8cc;
}

.news_index_page_button:hover:after,
.news_index_page_button:hover:before {
    background: #fff;
}

.news_index_width .news_index_li {
    width: 50% !important;
}

.news_index_li {
    width: 100%;
    display: inline-block;
    position: relative;
}

.news_index_li:nth-child(2n+1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.news_index_li:nth-child(2n) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.news_index_img {
    position: relative;
}

.news_index_img:after {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 0;
    height: 4px;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.news_index_content {
   padding-top:40px;
}

.news_content_datetime{
    font-size:14px;
    line-height:30px;
    color:#6d6d6b;
}

.news_content_title {
    font-size: 25px;
    line-height: 40px;
    height: 80px;
    color: #0b0b0a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_content_title a{
    color:inherit;
}

.news_content_button a {
    display: block;
    font-size: 13px;
    color: #fff;
    width: 156px;
    line-height: 51px;
    border: 1px solid rgba(255, 255, 255, .32);
    text-align: center;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    margin-top: 25px;
    pointer-events: auto;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.news_content_button a:hover {
    border: 1px solid #19c3c8;
    background: #19c3c8;
    color: #fff;
}

.news_index_img:before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    height: 0;
    width: 4px;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.news_index_img a:after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(25, 195, 220, .75);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.news_index_img:hover:after {
    width: 40px;
}

.news_index_img:hover:before {
    height: 40px;
}

.news_index_img:hover a:after {
    opacity: 1;
}

.news_index_img a {
    display: block;
    padding-bottom: 54.16666666666667%;
}

.news_index_read {
    padding: 35px 0 105px 0;
}

.news_index_left {
    width: 58.33333333%;
    display: inline-block;
    vertical-align: top;
}

.news_index_right {
    width: 41.66666667%;
    display: inline-block;
    vertical-align: top;
}

.news_index_title {
    padding-right: 40px;
}

.news_index_title a {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.news_index_title a:hover {
    color: #19c3c8;
}

.news_index_type {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
}

.news_index_time {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
}

.news_index_more {
    margin: 15px 0;
}

.news_index_more a {
    display: inline-block;
    font-size: 14px;
    color: #323232;
    line-height: 28px;
    padding: 0 16px 0 0;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.news_index_more:hover a {
    color: #19c3c8;
}

.news_index_more:hover a:after {
    right: -5px;
}

.news_index_more:hover a:before {
    right: -5px;
}

.news_index_more a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    height: 2px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #19c3c8;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.news_index_more a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 2px;
    width: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #19c3c8;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.footer_box {
    background: #141414;
}

.footer_top {
    line-height: 60px;
    font-size: 0;
    border-bottom: 1px solid #232323;
}

.foot_link_title {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #5a5a5a;
}

.footer_link_ul {
    display: inline-block;
    vertical-align: top;
}

.footer_link_li {
    display: inline-block;
    vertical-align: top;
}

.footer_link_li a {
    font-size: 14px;
    color: #5a5a5a;
    display: inline-block;
    margin-right: 20px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.footer_link_li a:hover {
    color: #999;
}

.footer_nav_box {
    font-size: 0;
}

.footer_nav_left {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 60%;
}

.footer_nav_right {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 40%;
    text-align: right;
}

.footer_nav_list {
    display: inline-block;
    width: 170px;
    vertical-align: top;
    padding: 60px 20px 60px 0;
}

.footer_nav_list:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.footer_nav_list:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.footer_nav_list:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.footer_nav_list:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.footer_nav_list:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.footer_nav_list:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.footer_title {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 24px;
    padding-bottom: 10px;
}

.footer_nav_ul {
    height: 144px;
    overflow: auto;
    position: relative;
    width: 100%;
}

.footer_nav_scroll {
    position: relative;
    width: 90px;
}

.footer_nav_scroll:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #262626;
    position: absolute;
    right: 0;
    top: 0;
}

/* 设置滚动条的样式 */
.footer_nav_scroll .footer_nav_ul::-webkit-scrollbar {
    width: 1px;
    background: none;
}

/* 滚动槽 */
.footer_nav_scroll .footer_nav_ul::-webkit-scrollbar-track {
    width: 1px;
}

/* 滚动条滑块 */
.footer_nav_scroll .footer_nav_ul::-webkit-scrollbar-thumb {
    width: 1px;
    background: #545454;
}

.footer_nav_ul .footer_li {
    display: block;
}

.footer_nav_ul .footer_li a {
    font-size: 12px;
    color: #5a5a5a;
    line-height: 24px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.footer_nav_ul .footer_li a:hover {
    color: #999;
}

.footer_nav_icon {
    display: inline-block;
    padding: 30px 0 0 0;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.footer_icon_li {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.footer_icon_li a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #414141;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.footer_icon_li a.icon1 {
    font-size: 18px;
    font-weight: bold;
}

.footer_icon_li a.icon1:before {
    position: relative;
    top: 2px;
}

.footer_icon_li a:hover {
    color: #999;
}

.footer_icon_li_wx_wrap, .footer_icon_li_wx_wrap > a{
    position:relative;
    z-index:98;
    overflow:visible;
}

.footer_icon_li_wx_code{
    position:absolute;
    left:50%;
    top:16px;
    width:100px;
    height:100px;
    padding-top:20px;
    margin-left:-50px;
}
.footer_icon_li_wx_code img{
    display:block;
    width:100%;

}

.footer_bottom {
    background: #0f0f0f;
}

.footer_bq_box {
    font-size: 0;
    line-height: 60px;
}

.footer_bq_left {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #5a5a5a;
}

.footer_bq_left a {
    margin-left: 10px;
}

.footer_bq_left a, .footer_bq_right a {
    display: inline-block;
    color: #5a5a5a;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.footer_bq_left a:hover, .footer_bq_right a:hover {
    color: #999;
}

.footer_bq_right {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #5a5a5a;
    text-align: right;
}

.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;
}

.pro_detailed_nav {
    position:fixed;
    top:80px;
    left:0;
    width:100%;
    z-index:999;
    background: #ffffff;
    font-size: 0;
}

.detailed_nav_left {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.detailed_nav_index {
    font-size: 14px;
    color: #323232;
    line-height: 46px;
}

.detailed_nav_index a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #323232;

}

.detailed_nav_index a:hover {
    color: #19c3c8;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.detailed_nav_index .icona31 {
    font-size: 20px;
    margin: 0 10px 0 0;
}

.detailed_nav_right {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.pro_detailed_read {
    background: #e4e4e4;

}

.pro_detailed_list {
    font-size: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: calc(100vh - 126px);
}

.pro_detailed_span {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.pro_detailed_photo {
    width: 100%;
    margin: 0 auto;
}

.pro_detailed_position {
    padding: 0 80px 0 240px;

}

.pro_detailed_min_title {
    font-size: 14px;
    color: #19c3c8;
    line-height: 24px;
}

.pro_detailed_max_title {
    font-size: 35px;
    color: #323232;
    line-height: 50px;
    font-weight: bold;
}

.pro_detailed_max_text {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 26px;
    padding: 20px 0 0 0;
}

.pro_detailed_max_button {
    width: 120px;
    height: 40px;
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 120px;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.pro_detailed_max_button a {
    font-size: 0;
    display: block;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 2;
}

.pro_detailed_max_button a span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #323232;
    font-weight: bold;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.pro_detailed_max_button a .icona29 {
    font-size: 23px;
    padding-left: 10px;
    font-weight: normal;
}

.pro_detailed_max_button:hover a span {
    color: #fff;
}

.pro_detailed_img {
    padding-bottom: 100%;
}


.pro_detailed_pagination {
    position: absolute;
    z-index: 9;
    left: 96px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pro_detailed_label {
    cursor: pointer;
    display: block;
    font-size: 0;
    margin-bottom: 20px;
}

.pro_detailed_label:last-child {
    margin-bottom: 0;
}

.pro_detailed_div {
    display: inline-block;
    vertical-align: top;
}

.pro_detailed_icon {
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.pro_detailed_text {
    margin-left: 10px;
    font-size: 14px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.current_full .pro_detailed_icon {
    width: 8px;
    height: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #19c3c8;
}

.current_full .pro_detailed_text {
    line-height: 20px;
    opacity: 1;
}

.pro_detailed_slide {
    padding-bottom: 43.75%;
}

.pro_list_swiper_wrap {
    padding: 0 160px;
}

.pro_list_swiper {
    padding: 0 0 180px 0;
}

.pro_title_box {
    font-size: 35px;
    color: #323232;
    text-align: center;
    line-height: 60px;
    padding-bottom: 60px;
    font-weight: bold;
}

.pro_read_tab {
    font-size: 0;
}

.pro_read_li {
    position: relative;
    line-height: 50px;
}

.pro_read_li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}

.pro_read_li:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}

.pro_read_list {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
}

.pro_read_list:first-child {
    margin-right: 3%;
}

.pro_read_content {
    font-size: 0;
}

.pro_content_title {
    display: inline-block;
    vertical-align: top;
    width: 28.57%;
    font-size: 15px;
    color: #323232;
    font-weight: bold;
}

.pro_content_text {
    display: inline-block;
    vertical-align: top;
    width: 71.43%;
    font-size: 14px;
    color: #8c8c8c;
}


.pro_read_swiper {
    width: 86.111111%;
    display: inline-block;
    vertical-align: top;
}

.pro_read_title {
    font-size: 15px;
    color: #323232;
    line-height: 50px;
    position: relative;
    font-weight: bold;
}

.pro_read_title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}

.pro_read_title:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}

.pro_read_swiper .swiper-slide {
    display: inline-block !important;
    vertical-align: top !important;
}

.pro_read_span {
    line-height: 50px;
    position: relative;
}

.pro_read_span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}

.pro_read_span:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}

.pro_read_title_wrap {
    width: 13.888889%;
    display: inline-block;
    vertical-align: top;
    padding-top: 180px;
    position: relative;
}

.pro_read_title_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}

.pro_head_img_box {
    width: 180px;
}

.pro_read_img {
    display: block;
    padding-bottom: 100%;
}

.pro_read_text {
    font-size: 14px;
    color: #8c8c8c;
}

.pro_image_list {
    font-size: 0;
}

.pro_image_li {
    width: 23.5%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 2% 0;
}

.pro_image_li:nth-child(4n) {
    margin: 0 0 2% 0;
}

.pro_list_pagination {
    padding: 100px 0 20px 0;
    text-align: center;
    font-size: 0;
}

.pro_list_pagination span {
    display: inline-block;
    font-size: 14px;
    color: #8c8c8c;
    font-weight: bold;
    padding: 0 15px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.pro_list_pagination span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background: #8c8c8c;
}

.pro_list_pagination span:last-child:after {
    display: none;
}

.current_tab {
    color: #19c3c8 !important;
}

.software_banner_box {
    position: relative;
}

.software_banner_img {
    padding-bottom: 33.3333%;
}

.skill_banner_img {
    padding-bottom: 37.5%;
}

.software_banner_read {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.software_banner_text {
    position: absolute;
    width: 100%;
    padding: 0 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.software_banner_max {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 32px;
}

.software_banner_min {
    font-size: 13px;
    line-height: 26px;
    color: #fff;
}
@media screen and (min-width:1201px){
    .accessories_icon_box_list{
        width:80%;
        margin:0 auto;
    }
}
.software_icon_box {
    font-size: 0;
    padding: 0 300px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.parts_icon_li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    position: relative;
}

.parts_icon_li a {
    padding: 52px 0 58px 0;
    display: block;
}

.parts_icon_li {
    width: 25% !important;
}

.software_icon_li:after,
.parts_icon_li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #19c3c8;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.software_icon_li:nth-child(1),
.parts_icon_li:nth-child(1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.software_icon_li:nth-child(2),
.parts_icon_li:nth-child(2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.software_icon_li:nth-child(3),
.parts_icon_li:nth-child(3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.software_icon_li:nth-child(4),
.parts_icon_li:nth-child(4) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.software_icon_li:nth-child(5),
.parts_icon_li:nth-child(5) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.software_icon_title {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 28px;
    padding: 8px 0 0 0;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.skill_item_img {
    width: 100%;
    padding-bottom: 69.6875%;
}

.software_icon_svg path {
    fill: #8c8c8c !important;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}
.software_icon_svg_sep path,.software_icon_svg_sep line{
    fill:none!important;
    stroke:#8c8c8c!important;
    stroke-width:2px;
}

.software_icon_li:hover:after,
.parts_icon_li:hover:after {
    width: 100%;
}

.software_icon_li:hover .software_icon_svg .path,
.parts_icon_li:hover .software_icon_svg .path {
    fill: #323232 !important;
}

.software_icon_li:hover .software_icon_title,
.parts_icon_li:hover .software_icon_title {
    color: #323232 !important;
}

.software_icon_li:hover .software_icon_svg .software_icon_color,
.parts_icon_li:hover .software_icon_svg .software_icon_color,.software_icon_li.hover .software_icon_svg .software_icon_color,.parts_icon_li.hover .software_icon_svg .software_icon_color {
    fill: #2bb8bb !important;
}

.software_icon_li:hover .software_icon_svg_sep .software_icon_color,.software_icon_li.hover .software_icon_svg_sep .software_icon_color{
    fill:none!important;
    stroke: #2bb8bb !important;
}


.software_content_box {
    position: relative;
    width: 100%;
    padding: 140px 460px;
    text-align: center;
}

.software_content_max {
    font-weight: bold;
    font-size: 35px;
    color: #323232;
    line-height: 46px;
}

.software_content_min {
    font-size: 14px;
    line-height: 26px;
    color: #8c8c8c;
    padding: 30px 0 80px 0;
}


.software_icon_li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    position: relative;
}

.software_icon_li a {
    display: block;
    padding: 52px 0 58px 0;
}

.software_icon_li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #19c3c8;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.parts_content_wrap {
    background: #f5f5f5;
    padding-bottom: 100px;
}

.parts_content_box {
    padding: 80px 160px;
    font-size: 0;
}

.parts_content_li {
    width: 49%;
    margin: 0 2% 2% 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 35px;
    background: #fff;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.parts_content_li:nth-child(2n) {
    margin: 0 0 2% 0;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.parts_content_left {
    display: inline-block;
    vertical-align: top;
    width: 46%;
}

.parts_image_box {
    width: 210px;
    margin: 0 auto;
}

.parts_content_img {
    padding-bottom: 100%;
}

.parts_content_right {
    display: inline-block;
    vertical-align: top;
    width: 54%;
    padding: 36px 0;
}

.parts_content_title {
    font-size: 20px;
    color: #323232;
    line-height: 40px;
    font-weight: bold;
}

.parts_content_text {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
}

.parts_content_button {
    padding-top: 50px;
}

.parts_content_button a {
    display: inline-block;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    position:relative;
}


.parts_content_button .parts_tel_divs{
    position:absolute;
    right:0;
    top:100%;
    margin-top:10px;
    white-space: nowrap;
    font-size:15px;
    line-height:28px;
    background:#19c3c8;
    color:#fff;
    padding:3px 10px;
    opacity:0;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);

}

.parts_content_button a:hover span {
    color: #19c3c8 !important;
}

@media screen and (min-width:1200px){
    .parts_content_button a:after{
        content:'';
        position:absolute;
        left:0;
        top:20px;
        width:100%;
        height:20px;
    }
    .parts_content_button a:hover .parts_tel_divs{
        opacity:1;
    }
}


.parts_content_button a span {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.parts_content_button a span:nth-child(1) {
    font-size: 14px;
    color: #323232;
    padding-right: 10px;
}

.parts_content_button a .icona4 {
    font-size: 24px;
    color: #2dc8cd;
}

.parts_list_page {
    text-align: center;
    line-height: 26px;

}

.parts_list_page a {
    position: relative;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.parts_list_page .page_num {
    font-size: 15px;
    font-weight: bold;
    color: #8c8c8c;
}

.parts_list_page .page_num:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #19c3c8;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.parts_list_page .page_num:hover:after {
    width: 40%;
}

.parts_list_page a:hover {
    color: #19c3c8;
}

.parts_list_page a:hover:after {
    background: #19c3c8;
}

.parts_list_page a:hover:before {
    background: #19c3c8;
}

.parts_list_page .current {
    color: #19c3c8;
}

.parts_list_page .current:after {
    width: 40%;
}

.page_prev:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #8c8c8c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 9px;
    left: 6px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.page_prev:before {
    content: "";
    width: 10px;
    height: 2px;
    background: #8c8c8c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 9px;
    left: 6px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.page_next:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #8c8c8c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    left: 6px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.page_next:before {
    content: "";
    width: 10px;
    height: 2px;
    background: #8c8c8c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 9px;
    left: 6px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.pro_link_box {
    width: 56px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    line-height: 26px;
}

.pro_link_box a {
    display: block;
    font-size: 14px;
    text-align: center;
}

.pro_current {
    color: #19c3c8;
}

.pro_contact {
    background: #8c8c8c;
    color: #fff;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}


.news_link_box {
    width: 56px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 10px 20px;
    line-height: 26px;
}

.news_link_box a {
    display: block;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.news_current {
    color: #19c3c8;
}

.news_link_box a:hover {
    color: #19c3c8;
}

.news_list_box {
    background: #f5f5f5;
    padding: 90px 0 25px;
    position: relative;
}

.news_list_title {
    font-size: 40px;
    line-height:78px;
    color: #323232;
    font-weight: bold;
    text-align: center;
    padding: 0 0 12px;
    border-bottom:1px solid #d2d2d2;
    margin-bottom:98px;
}

.news_ditem_wrap{
    padding-bottom:80px;

}

.news_ditem{
    margin-bottom:10px;
    background:#fff;
    padding:38px 40px 60px;

}
.news_xgl_img .cover{
    display:block;
    padding-bottom:57.7%;
}

@media screen and (min-width:1201px){
    .width-auto-wrap .width-auto{
        padding:0;
        width:1200px;
        margin:0 auto;
    }
    .news_ditem:after{
        content:'';
        display:block;
        clear:both;
        height:0;
        overflow:hidden;
    }
    .news_xgl_img{
        float:left;
        width:46.428%;
    }
    .news_xgl_content{
        overflow:hidden;
        padding-right:45px;
        padding-left:70px;

    }

}


.news_xgl_list{
    padding-top:10px;
}

.news_xgl_content_datetime{
    font-size:13px;
    line-height:25px;
    margin-bottom:8px;
    color:#8f9093;
}

.news_xgl_content_title{
    margin-bottom:8px;
    font-size:18px;
    line-height:30px;
    -webkit-transition:color .3s cubic-bezier(.34, .34, .27, .91);
    transition:color .3s cubic-bezier(.34, .34, .27, .91);
}

.news_xgl_content_title a{
    color:#000;
    -webkit-transition:color .3s cubic-bezier(.34, .34, .27, .91);
    transition:color .3s cubic-bezier(.34, .34, .27, .91);
}

.news_xgl_content_title a:hover{
    color:#1ac3c8;
}

.news_xgl_content_content{
    font-size:13px;
    line-height:2;
    color:#5c5e62;
    margin-bottom:32px;
}

.news_readMore{
    display:inline-block;
    vertical-align:top;
    font-size:13px;
    line-height:35px;
    color:#5c5e62;
    border-bottom:1px solid #1ac3c8;
    -webkit-transition:color .3s cubic-bezier(.34, .34, .27, .91);
    transition:color .3s cubic-bezier(.34, .34, .27, .91);
}

.news_readMore:hover{
    color:#1ac3c8;
}

.news_ditem_tit{
    font-size:30px;
    line-height:56px;
    color:#959595;
    margin-bottom:20px;
}

.news_title_box {
    font-size: 0;
    padding-top: 110px;
}

.news_title_box span {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;;
}

.news_title_box .news_title_type {
    color: #19c3c8;
    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_read_content {
    padding: 46px 0 30px 0;
    position: relative;
}

.news_title_wrap {
    padding: 0 320px;
}

.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;
}

.news_bjq_box p {
    font-size: 14px;
    line-height: 28px;
    color: #8c8c8c;
}

.news_bjq_box img {
    margin: 20px auto;
    display:block;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
}

.news_bjq_box h1 {
    font-size: 24px;
    font-weight: bold;
    color: #8c8c8c;
    line-height: 38px;
}

.news_bjq_box h2 {
    font-size: 20px;
    font-weight: bold;
    color: #8c8c8c;
    line-height: 32px;
}

.news_bjq_box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #8c8c8c;
    line-height: 28px;
}

.news_page_box {
    font-size: 0;
    position: relative;
    text-align: center;
}

.news_page_button {
    display: inline-block;
    vertical-align: top;
}

.news_page_button a {
    line-height: 20px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.news_page_prev {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
}

.news_page_button a:hover {
    color: #19c3c8;
}

.news_page_prev:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 1px;
    background: #19c3c8;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.news_page_prev:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 8px;
    height: 1px;
    background: #19c3c8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.news_page_next {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 15px;
}

.news_page_next:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 8px;
    height: 1px;
    background: #19c3c8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.news_page_next:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 8px;
    height: 1px;
    background: #19c3c8;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.news_page_prev a {
    font-size: 14px;
    color: #323232;
}

.news_page_next a {
    font-size: 14px;
    color: #323232;
}

.news_page_list a {
    font-size: 18px;
}


.about_banner_wrap .pro_detailed_nav {
    position: absolute;
    top: 79px;
    width: 100%;
    z-index: 1;
}

.about_text_wrap {
    background: #f5f5f5;
    padding: 90px 0 150px 0;
}

.about_text_box {
    padding: 0 480px;
    text-align: center;
}

.about_text_min {
    font-size: 14px;
    color: #19c3c8;
    line-height: 24px;
}

.about_text_max {
    font-size: 35px;
    color: #323232;
    line-height: 46px;
    font-weight: bold;
}

.about_text_read {
    font-size: 14px;
    line-height: 26px;
    color: #8c8c8c;
    padding: 30px 0 80px 0;
}

.about_size_wrap {
    position: relative;
}

.about_size_box {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 500px 0 500px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}

.about_size_li {
    width: 50%;
    text-align: center;
}

.about_size_li:first-child {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.about_size_li:last-child {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.about_number_wrap{
    position:relative;
}

.about_number_read {
    font-size: 60px;
    color: #fff;
}

.about_size_title {
    font-size: 22px;
    color: #fff;
    line-height: 44px;
    padding-top: 30px;
}

.about_size_text {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.about_number_box {
    width: 153px;
    height: 153px;
    line-height: 153px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.about_number_svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.about_icon_box {
    font-size: 0;
}

.about_icon_li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    background: #19c3c8;
    color: #fff;
    padding: 100px 20px 160px 20px;
    text-align: center;
}

.about_icon_li:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.about_icon_li:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.about_icon_li:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.about_icon_li:nth-child(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.about_icon_li:nth-child(2n) {
    background: #232323;
}

.about_icon_span {
    font-size: 61px;
}

.about_icon_title {
    font-size: 22px;
    line-height: 36px;
    padding: 20px 0 10px 0;
}

.about_icon_text {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
}

.about_honor_wrap {
    background: #f5f5f5;
}

.about_honor_box {
    position: relative;

}

.about_honor_img {
    padding-bottom: 52.2916667%;
}

.about_honor_title {
    font-size: 35px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.about_honor_pd {
    padding: 0 40px;
}

.about_honor_icon {
    padding: 0 120px;
    position: relative;
}

.about_honor_ul {
    background: #fff;
    font-size: 0;
    position: relative;
}

.about_honor_li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 40px 0;
    text-align: center;
}

.about_honor_swiper .swiper-slide {
    cursor: pointer;
}

.about_honor_swiper .swiper-slide:nth-child(3n+1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.about_honor_swiper .swiper-slide:nth-child(3n+2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.about_honor_swiper .swiper-slide:nth-child(3n) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}


.swiper-slide-active .about_honor_li .about_honor_number {
    color: #19c3c8 !important;
}


.about_honor_border {
    padding: 20px 0 50px 0;
    border-right: 1px solid #e1e1e1;
}

.about_honor_li:nth-child(3n) .about_honor_border {
    border-right: none;
}

.about_honor_number {
    font-size: 50px;
    line-height: 60px;
    color: #323232;
    padding-bottom: 10px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.about_honor_text {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    color: #8c8c8c;
}

.about_honor_en {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.contact_content_form {
    text-align: center;
    padding: 110px 0 0 0;
}

.contact_title {
    font-size: 35px;
    color: #323232;
    line-height: 50px;
}

.contact_text {
    font-size: 14px;
    line-height: 26px;
    color: #8c8c8c;
    padding-top: 10px;
}

.contact_form_list {
    width: 62%;
    display: inline-block;
    font-size: 0;
    padding: 70px 0;
}

.contact_form_left {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
}

.contact_form_right {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.contact_input {
    padding-bottom: 10px;
}

.contact_input input {
    height: 50px;
    line-height: 48px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 100%;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    color: #323232;
    padding: 0 25px;
    display: block;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-appearance: none;
    appearance: none;
}

.contact_form_right textarea {
    height: 230px;
    line-height: 28px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    width: 100%;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    color: #323232;
    padding: 10px 10px;
    display: block;
    resize: none;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-appearance: none;
    appearance: none;
}

.contact_form_wrap {
    padding-bottom: 120px;
    background: #f5f5f5;
}

.contact_icon_wrap {
    background: #fff;
    padding: 100px 0 120px 0;
}

.contact_icon_box {
    font-size: 0;
    padding: 0 260px;
}

.contact_icon_li {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    margin-bottom:120px;
}

#contact_icon_li_wx,#contact_icon_li_addr{
    cursor:pointer;
}

.contact_icon_li:nth-child(3n+1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.contact_icon_li:nth-child(3n+2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.contact_icon_li:nth-child(3n) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.contact_icon_li:nth-child(3n) {
    border-right: none;
}
.contact_icon_li:nth-child(4),.contact_icon_li:nth-child(5),.contact_icon_li:nth-child(6){
    margin-bottom:0;
}

.contact_icon_li_wx_overlay,.contact_icon_li_addr_overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    background:rgba(0,0,0,.3);
    overflow:hidden;
    display:none;
}
.contact_icon_li_wx_inner{
    position:absolute;
    top:50%;
    left:50%;
    width:200px;
    height:200px;
    margin-left:-100px;
    margin-top:-100px;
    background:#fff;
    border-radius:5px;
    display:flex;
    flex-flow:row nowrap;
    justify-content: center;
    align-content:center;
}

.contact_icon_li_wx_inner img{
    display:block;
    width:180px;
    height:180px;
    margin:10px auto;
}
.contact_icon_li_addr_inner{
    position:absolute;
    left:50%;
    top:50%;
    background:#fff;
}
.contact_icon_li_addr_inner .dituContent{
    position:relative;
    overflow:hidden;
}
.contact-close-btn{
    position:absolute;
    cursor:pointer;
    right:8px;
    top:8px;
    width:11px;
    height:11px;
}
.contact-close-btn:before,.contact-close-btn:after{
    content:'';
    position:absolute;
    background:#aaa;
    left:50%;
    top:5px;
    width:141.4%;
    margin-left:-70.7%;
    height:1px;
}
.contact-close-btn:before{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.contact-close-btn:after{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
@media screen and (min-width:1200px){
    .contact_icon_li_addr_inner {
        width: 890px;
        height: 490px;
        margin-left:-445px;
        margin-top:-245px;
    }
    .contact_icon_li_addr_inner .dituContent{
        margin:30px auto auto;
        width:850px;
        height:440px;
    }
}
@media screen and (max-width:1200px){
    .contact_icon_li_addr_inner {
        width:90vw;
        height:50vw;
        margin-left:-45vw;
        margin-top:-25vw;
    }
    .contact_icon_li_addr_inner .dituContent{
        margin:20px auto auto;
        width:-webkit-calc(100% - 20px);
        width:calc(100% - 20px);
        height:-webkit-calc(100% - 30px);
        height:calc(100% - 30px);
    }
}

.contact_icon_title {
    font-size: 18px;
    line-height: 32px;
    font-weight:bold;
    color: #323232;

}

.contact_icon_text {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #8c8c8c;
    padding-top: 2px;
}

.contact_icon_text a {
    color: #8c8c8c;
}

.contact_icon_span {
    height: 56px;
    margin-bottom:16px;
    position: relative;
}

.contact_icon_svg {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.contact_icon_li:nth-child(1) .contact_icon_svg {
    width: 52px;
}
.contact_icon_li:nth-child(2) .contact_icon_svg {
    width: 62px;
}
.contact_icon_li:nth-child(3) .contact_icon_svg {
    width: 82px;
}
.contact_icon_li:nth-child(4) .contact_icon_svg {
     width: 66px;
 }
.contact_icon_li:nth-child(5) .contact_icon_svg {
    width: 68px;
}
.contact_icon_li:nth-child(6) .contact_icon_svg {
    width: 60px;
}

.service_box {
    background: #f5f5f5;
}

.service_ul {
    font-size: 0;
    padding: 120px 160px 180px 160px;
}

.service_li {
    width: 49.5%;
    margin: 0 1% 1% 0;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: center;
    padding: 70px 0 80px 0;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.service_li:nth-child(2n) {
    margin: 0 0 1% 0;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.service_icon {
    width: 81px;
    display: inline-block;
}

.service_title {
    font-size: 22px;
    color: #323232;
    line-height: 32px;
    padding: 32px 0 10px 0;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.service_text {
    font-size: 14px;
    line-height: 26px;
    color: #8c8c8c;
}

.service_text a {
    font-size: 14px;
    line-height: 26px;
    color: #8c8c8c;
}

.service_li .service_svg path {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.service_li:hover .service_svg path {
    fill: #19c3c8 !important;

}

.service_li:hover .service_title {
    color: #19c3c8;
}

.down_box {
    background: #f5f5f5;
    padding: 60px 160px 80px 160px;
}

.down_ul {
    font-size: 0;
    padding-bottom: 70px;
}

.down_li {
    width: 32.333333%;
    margin: 0 1.5% 1.5% 0;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.down_li:nth-child(3n) {
    margin: 0 0 1.5% 0;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.down_li:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.down_li:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.down_left {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.down_right {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 10px;
}

.down_width {
    width: 100%;
    display: block;
}

.down_img {
    width: 100%;
    padding-bottom: 68.08510638297872%;
}

.down_title {
    font-size: 20px;
    color: #323232;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    margin: 6px 0;

}

.down_text {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
}

.down_button {
    padding-top: 20px;
}

.down_button a {

    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    line-height: 24px;
    font-size: 14px;
}

.down_button a span {
    display: inline-block;
}

.down_button a span:nth-child(1) {

    color: #323232;
    padding-right: 10px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.down_button a .icona6 {
    font-size: 24px;
    color: #2dc8cd;
}

.down_button a:hover span:nth-child(1) {
    color: #19c3c8;
}

.faq_content_box {
    font-size: 0;
    position: relative;
    padding: 100px 200px;
}

.faq_content_left {
    display: inline-block;
    vertical-align: top;
    padding-right: 330px;
    width: 50%;
    text-align: center;
}

.faq_content_center {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.faq_content_right {
    display: inline-block;
    vertical-align: top;
    padding-left: 330px;
    width: 50%;
    text-align: center;
}

.faq_img_box {
    display: inline-block;
    font-size: 0;
}

.faq_content_list {
    padding: 5px 0;
}

.faq_content_title {
    font-size: 16px;
    color: #19c3c8;
    line-height: 34px;
    font-weight: bold;
}

.faq_content_text {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 32px;
}

.faq_list_box {
    padding: 0 260px 80px 260px;
    background: #f5f5f5;
}

.faq_content_banner {
    position: relative;
    width: 100%;
}

.faq_content_img {
    padding-bottom: 25%;
}

.faq_banner_title {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

.faq_index_li {
    width: 49%;
    margin: 0 2% 0 0;
    display: inline-block;
}

.faq_index_li:nth-child(2n) {
    margin: 0;
}

.faq_index_li:nth-child(2n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.faq_index_li:nth-child(2n) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.faq_index_read {
    padding: 35px 0 35px 0;
}

.faq_index_ul {
    font-size: 0;
    padding: 60px 0;
}

.faq_index_a {
    padding-bottom: 57.14285714285714% !important;
}

.faq_read_box {
    padding: 80px 320px 20px 320px;
}

.faq_read_title {
    font-size: 35px;
    font-weight: bold;
    color: #323232;
    padding: 0 0 20px 0;
    line-height: 50px;
}

.faq_read_ul {
    font-size: 0;
}

.faq_read_li {
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
}

.faq_read_left {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.faq_read_right {
    width: 20%;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
}

.faq_read_button a {
    display: inline-block;
}

.faq_read_button a span {
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.faq_read_button a .icona6 {
    font-size: 18px;
    padding-left: 10px;
    color: #19c3c8;
}

.faq_read_button a:hover span {
    color: #19c3c8;
}

.faq_read_bjq {
    padding: 40px 320px 180px 320px;
    background: #f5f5f5;
}

.faq_read_bjq p {
    font-size: 14px;
    line-height: 28px;
    color: #8c8c8c;
}

.faq_read_bjq img {
    padding: 20px 0;
}

.faq_read_bjq h1 {
    font-size: 24px;
    font-weight: bold;
    color: #8c8c8c;
    line-height: 38px;
}

.faq_read_bjq h2 {
    font-size: 20px;
    font-weight: bold;
    color: #8c8c8c;
    line-height: 32px;
}

.faq_read_bjq h3 {
    font-size: 16px;
    font-weight: bold;
    color: #8c8c8c;
    line-height: 28px;
}

.video_button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 9;

}

.video_button a {
    color: #fff;
    font-size: 62px;
}

.header_nav_button {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 32px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    display: none;
}

.header_nav_button .button_icon {
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
    transform-origin: 15% 50% 0;
    -webkit-transform-origin: 15% 50% 0;
}


.wap_nav_wrap {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
    background: #f5f5f5;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.wap_nav_show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.wap_nav_box {
    background: #f5f5f5;
}

.sliding-menu {
    overflow: hidden;
    position: relative;
}

.sliding-menu ul {
    float: left;
    margin: 0;
}

.sliding-menu li {
    list-style: none;
    margin: 0;
    background: #000;
}

.sliding-menu a {
    display: block;
    padding: 12px;
}

.sliding-menu a:hover {
    color: #FFF;
}

.sliding-menu a.nav:before {
    float: right;
    position: relative;
    top: 2px;
    margin-left: 12px;
    content: "\e757";
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sliding-menu a.back {
    background: #141414;
    color: #FFF;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.sliding-menu a.back:before {
    content: "\e742";
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    margin-right: 12px;
}


.body_nav_menu {
    position:relative;
    background: #7F8C8D;
}

.body_nav_menu a {
    color: #FFF;
    width: 100vw;

}

.body_nav_menu .header_nav_button{
    position:absolute;
    top:12px;
    right:12px;
}

.body_nav_menu .item_home a{
    width:-webkit-calc(100vw - 60px);
    width:calc(100vw - 60px);
}

.offSetRight {
    right: 0;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}


.software_banner_video {
    padding-bottom: 37.5%;
    position: relative;
    overflow:hidden;
}

.software_banner_video video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.pro_detailed_box {
    padding-top: 46px;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.pro_fixed {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #ffffff;
    height: 46px;
    line-height: 46px;
}

.nav_fixed {
    position: fixed;

    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05) !important;
}

.pro_fixed.nav_fixed {
    position:absolute;
}


/**/
.contact_float_wrap {
    position: fixed;
    right: 2px;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.contact_float_li {
    width: 60px;
    background: #19c3c8;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    height: 68px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .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 .iconyf30:before {
    font-size: 32px;
}

.contact_float_li a,.contact_float_li > span {
    display: block;
    position: relative;
}

.contact_float_img {
    position: absolute;
    left: -100px;
    top: 0;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    width: 100px;
    display: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.contact_float_icon {
    line-height: 46px;
    color: #fff;
    font-size: 38px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.contact_float_icon.iconjiqiren{
    font-size:34px;
    position:relative;
    top:4px;
}

.contact_float_text {
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.banner_wrap {
    position: relative;
}

.banner_icon_bottom {
    height: 24px;
    width: 24px;
    position: absolute;
    margin-left: -12px;
    bottom: 55px;
    left: 50%;
    color: #fff;
    z-index: 19;
    -webkit-animation: iconTop 2s infinite ease-in-out both normal;
    animation: iconTop 2s infinite ease-in-out both normal;
}

@-webkit-keyframes iconTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes iconTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.banner_icon_bottom a {
    display: block;
    height: 100%;
    position: relative;
}

.banner_icon_bottom a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 10px;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner_icon_bottom a:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 10px;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.cookie_wrap {
    background: #2fc8cc;
    text-align: center;
    height: 110px;
    padding: 20px 0 28px;
    -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: #fff;
}

.cookie_no:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 13px;
    width: 20px;
    height: 2px;
    transform: rotate(-45deg);
    background: #fff;
}

.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: #fff;
    border: 2px solid #fff;
    -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: #2fc8cc;
    background: #fff;
    border: 2px solid #fff;
}

.cookie_text {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}

.footer_icon_read {
    color: #535353;
    font-size: 12px;
    line-height: 20px;
    padding-top: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.footer_icon_read a {
    color: #535353;
    font-size: 12px;
    margin: 0 10px;
    line-height: 12px;
    position: relative;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.footer_icon_read a:hover {
    color: #999;
}

.footer_icon_read a:last-child {
    margin: 0 0 0 10px;
}

.footer_icon_read a:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #535353;
}

.footer_icon_read a:last-child:after {
    display: none;
}


.footer_bq_box {
    background: #0c0c0c;

}

.footer_bq_read {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 64px;
}

.footer_bq_link {
    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;
    width: 70%;
}

.footer_link_title {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 20px;
}

.footer_link_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;
}

.footer_link_list a {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 20px;
    margin-right: 15px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.footer_link_list a:hover {
    color: #999;
}

.footer_bq_text {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 20px;
    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;
}

.footer_bq_text a {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 20px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.footer_bq_text a:hover {
    color: #999;
}

.pro_banner_wrap {
    height: 100vh;
    position: relative;
}

.pro_list_banner {
    height: 100%;
}

.pro_banner_read {
    position: absolute;
    width: 100%;
    left: 0;
    top: 18%;
    text-align: center;
}

.pro_banner_title {
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    font-weight: bold;
}

.about_banner_title {
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    text-transform: uppercase;
}

.pro_banner_text {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 15px;
}

.pro_icon_ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 60px 320px;
}

.pro_icon_li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 33.3333%;
}

.pro_icon_li:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.pro_icon_li:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.pro_icon_li:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.pro_icon_read {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.pro_icon_svg {
    height: 100px;
    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;
    margin-bottom: 40px;
}

.pro_icon_svg svg,.pro_icon_svg img {
    width: 83px;
}

.pro_icon_title {
    font-size: 14px;
    line-height: 24px;
    color: #161616;
}

.pro_icon_text {
    font-size: 13px;
    line-height: 24px;
    color: #818181;
}

.pro_new_read_img {
    height: 100vh;
}

.pro_new_read_content {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 29%;
    z-index: 9;
}

.pro_new_read_label {
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.pro_new_read_title {
    font-size: 60px;
    line-height: 84px;
    color: #ffffff;
    margin: 5px 0;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.pro_new_read_text {
    font-size: 14px;
    line-height: 28px;
    color: #6c6c6c;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.pro_new_read_button {
    padding-top: 100px;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.pro_new_read_button a {
    display: block;
    position: relative;
    z-index: 999;
    line-height: 34px;
    width: 120px;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);

}

.pro_new_read_button a:hover {
    color: #fff;
    background: #19c3c8;
    border: 1px solid #19c3c8;
}

.pro_new_read_swiper .swiper-slide {
    background: #fff;
}

.pro_new_read_pagination {
    position: absolute;
    bottom: 64px !important;
    width: 100%;
    text-align: center;
    z-index: 9;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_new_read_pagination .swiper-pagination-bullet {
    margin: 0 9px !important;
    opacity: 1;
    background: #878688;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_new_read_pagination .swiper-pagination-bullet-active {
    background: #19c3c8;
}

.pro_new_read_box {
    height: 100%;
}

.pro_new_but {
    position: absolute;
    top: 50%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    color: #fff;
    outline: none;
    cursor: pointer;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.pro_new_prev {
    left: 12.5%;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    pointer-events: none;
}

.pro_new_next {
    right: 12.5%;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    pointer-events: none;
}

.pro_new_read_swiper:hover .pro_new_prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.pro_new_read_swiper:hover .pro_new_next {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.software_content_box1 {
    background: #f8f8f8;
}

.software_content_text {
    padding: 90px 460px;
    text-align: center;
}

.software_content_page {
    font-size: 14px;
    line-height: 26px;
    color: #8c8c8c;
    text-align: center;
}

.software_content_title {
    font-size: 25px;
    line-height: 40px;
    color: #8c8c8c;
}

.software_content_read {
    text-align: center;
    padding: 60px 0 120px 0;
}

.software_content_bjq {
    margin-top: 80px;
}

.software_content_bjq img {
    width: auto;
    margin: 0 auto;
    max-width: 80%;
}

.software_flex_read {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.software_flex_item {
    width: 50%;
    background: #19c3c8;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.software_flex_content {
    width: 55%;
    margin-left: 45%;
}

.software_flex_title {
    font-size: 25px;
    line-height: 40px;
    color: #fff;
}

.software_flex_text {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    margin-top: 30px;
}

.software_flex_img {
    width: 100%;
    padding-bottom: 69.895833333%;
}

.software_content_box4 .software_content_title {
    margin-bottom: 30px;
}

.software_content_box5 {
    background: #f8f8f8;
}

.software_swiper_content {
    width: 59.375%;
    margin: 0 auto;
    padding: 100px 0 60px 0;

}

.software_swiper_tab {
    padding: 0 160px;
    position: relative;
}

.software_swiper_shadow {
    box-shadow: 0 42px 49px rgba(0, 0, 0, .21);
}

.software_swiper_img {
    padding-bottom: 60.784313%;
}

.software_button {
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #b5b5b5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 19px;
    border-radius: 19px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.software_prev {
    left: 0;
}

.software_prev:after {
    content: "";
    width: 9px;
    height: 2px;
    position: absolute;
    left: 13px;
    top: 14px;
    background: #b5b5b5;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.software_prev:before {
    content: "";
    width: 9px;
    height: 2px;
    position: absolute;
    left: 13px;
    bottom: 14px;
    background: #b5b5b5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.software_next {
    right: 0;
}

.software_next:after {
    content: "";
    width: 9px;
    height: 2px;
    position: absolute;
    right: 13px;
    top: 14px;
    background: #b5b5b5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.software_next:before {
    content: "";
    width: 9px;
    height: 2px;
    position: absolute;
    right: 13px;
    bottom: 14px;
    background: #b5b5b5;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.software_button:hover {
    border-color: #19c3c8;
    background: #19c3c8;
}

.software_button:hover:after,
.software_button:hover:before {
    background: #fff;
}

.software_swiper_pagination {
    margin-top: 80px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.software_swiper_pagination .swiper-pagination-bullet {
    margin: 0 4px !important;
    opacity: 1;
    background: #a7a7a7;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.software_swiper_pagination .swiper-pagination-bullet-active {
    background: #19c3c8;
}

.faq_banner_img {
    padding-bottom: 25%;
}

.faq_composite_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;
}

.faq_box_item {
    width: 33.3333%;
}

.faq_box_item a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 40px 80px;
    position: relative;
    overflow: hidden;
}

.faq_box_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 9;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.faq_box_item a:hover .faq_box_img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.faq_box_item:nth-child(2n+1) {
    background: #f2f2f2;
}

.faq_box_item:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.faq_box_item:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.faq_box_item:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.faq_box_svg {
    width: 100%;
    height: 100px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 100px;
}

.faq_box_svg svg,.faq_box_svg img {
    width: 80px;
}

.faq_box_title {
    font-size: 18px;
    line-height: 36px;
    color: #3a3a3a;
}

.faq_box_text {
    font-size: 13px;
    line-height: 26px;
    color: #7d7d7d;
    margin: 10px 0 50px 0;
}

.faq_box_icon {
    width: 64px;
    height: 15px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.faq_box_icon:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 10px;
    height: 1px;
    background: #9f9f9f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq_box_icon:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 10px;
    height: 1px;
    background: #9f9f9f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.faq_box_line {
    width: 100%;
    height: 1px;
    background: #9f9f9f;
}

.faq_banner_box {
    position: relative;
}

.faq_banner_banner {
    height: 100vh;
}

.faq_new_banner_title {
    font-size: 40px;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 17%;
    text-align: center;
}

.faq_new_banner_number {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    width: 63%;
    left: 18.5%;
    position: absolute;
    bottom: 120px;
}

.faq_number_item {
    width: 33.3333%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    border-right: 1px solid #fff;
}

.faq_number_item:nth-child(3n) {
    border: none;
}

.faq_number_read {

}

.faq_number_title {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
}

.faq_number_title i {
    font-style: normal;
}

.faq_number_text {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-top: 10px;
}

.faq_new_box1 {
    padding: 80px 0;
}

.faq_list_read {
    text-align: center;
}

.faq_new_title {
    font-size: 40px;
    line-height: 75px;
    color: #393c41;
}

.faq_new_text {
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}

.faq_new_img {
    padding-bottom: 44.94791667%;
}

.faq_list_wrap {
    background: #f5f5f5;
    padding: 60px 0 0 0;
}

.faq_new_list_title {
    font-size: 40px;
    line-height: 52px;
    color: #000;
    text-align: center;
}

.faq_content_icon {
    padding: 80px 0;
}

.faq_icon_ul {
    padding: 70px 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}

.faq_icon_item {
    width: 33.3333%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.faq_icon_item:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.faq_icon_item:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.faq_icon_item:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.faq_icon_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.faq_icon_svg {
    height: 100px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.faq_icon_svg svg,.faq_icon_svg img {
    width: 90px;
}

.faq_icon_read {
    padding-left: 30px;
}

.faq_icon_title {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}

.faq_icon_text {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #000000;

}


.skill_icon_li {
    display: inline-block;
    vertical-align: top;
    width: 12.5%;
    text-align: center;
    padding: 32px 0 28px;
    position: relative;
    cursor: pointer;
}

.skill_icon_li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #19c3c8;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}

.skill_icon_li:nth-child(1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.skill_icon_li:nth-child(2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.skill_icon_li:nth-child(3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.skill_icon_li:nth-child(4) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.skill_icon_li:nth-child(5) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.skill_icon_li:nth-child(6) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.skill_icon_li:nth-child(7) {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

.skill_icon_li:nth-child(8) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}


.skill_icon_li .skill_icon_svg .software_icon_color {
    fill: none;
    stroke-width: 3px;
    stroke: #8c8c8c !important;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.skill_icon_li .skill_icon_svg .software_icon_black {
    fill: none;
    stroke-width: 3px;
    stroke: #8c8c8c !important;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

/*.skill_icon_li:hover:after {*/
/*    width: 100%;*/
/*}*/
/*.skill_icon_li:hover .skill_icon_svg .software_icon_black {*/
/*    stroke: #323232 !important;*/
/*}*/

/*.skill_icon_li:hover .skill_icon_svg .software_icon_color {*/
/*    stroke: #19c3c8 !important;*/
/*}*/

.skill_active:after {
    width: 100%;
}

.skill_active .skill_icon_svg .software_icon_black {
    stroke: #323232 !important;
}

.skill_active .skill_icon_svg .software_icon_color {
    stroke: #19c3c8 !important;
}
.skill_icon_wrap_skill .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23636363'%2F%3E%3C%2Fsvg%3E");
    left:15px;
}
.skill_icon_wrap_skill .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23636363'%2F%3E%3C%2Fsvg%3E");
    right:15px;
}
.skill_icon_wrap_skill .swiper-button-next,.skill_icon_wrap_skill .swiper-button-prev{
    width:13px;
    height:22px;
    margin-top:-11px;
    background-size:13px 22px;
}
.skill_icon_svg {
    height: 65px;
    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;
}

.skill_icon_svg svg {
    width: 56px;
}

.skill_icon_wrap,.swiper-button-prev-wrap,.swiper-button-next-wrap{
    background: #f3f3f3;
}
@media screen and (min-width:1201px){

    .skill_content_swiper .swiper-wrapper{
        margin-bottom:-1px;
    }
    
}

.skill_content_item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;

    position: relative;
}

.skill_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;
}

.skill_item_read {
    width: 100%;
    padding: 0 110px 0 320px;
}

.skill_item_title {
    font-size: 25px;
    line-height: 40px;
    color: #6e706e;
    margin-bottom: 25px;
}

.skill_item_text {
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    color: #6e706e;
}


.skill_swiper_pagination {
    position: absolute;
    bottom: 36px;
    z-index: 9;
    font-size: 0;
    left: 36px;
}

.skill_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;
}

.skill_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;
}

.skill_swiper_pagination .index_swiper_label span {
    display: block;
}

.skill_swiper_pagination .index_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);
}

.skill_swiper_pagination .index_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);
}

.skill_swiper_pagination .current_tab .index_swiper_num {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.skill_swiper_pagination .current_tab .index_swiper_icon {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.skill_content_img {
    width: 100%;
    padding-bottom: 35.3125%;
}

.skill_pros_box {
    width: 56.25%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.skill_pros_item {
    width: 46.66667%;
    background: #fff;
    padding: 20px 36px;
}

.skill_pros_item:nth-child(2n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.skill_pros_item:nth-child(2n) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.skill_pros_title {
    font-size: 25px;
    line-height: 40px;
    color: #6e706e;

}

.skill_pros_line {
    background: #777777;
    height: 1px;
    width: 100%;
    margin: 15px 0;
}

.skill_pros_text {
    font-size: 14px;
    line-height: 30px;
    color: #6e706e;
}

.skill_banner_text {
    width: 27%;
    position: absolute;
    left: 36.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.skill_item_position:nth-child(2n) .skill_item_read {
    padding: 0 320px 0 110px;
}

.skill_color_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.skill_color_text {
    font-size: 14px;
    line-height: 28px;
    color: #6e706e;
}

.skill_color_text strong {
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    color: #6e706e;
}

.skill_color_icon {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 13px;
}

.skill_color_red {
    background: #ff0e0e;
}

.skill_color_yellow {
    background: #ffd66a;
}

.skill_color_green {
    background: #0eff0e;
}

.skill_button_wrap {
    background: #06baf9;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 120px 20%;
}

.skill_button_item {
    width: 25%;
    margin: 0 8%;
    text-align: center;
}

.skill_button_item:nth-child(2n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.skill_button_item:nth-child(2n) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.skill_button_img {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 30px;
}

.skill_button_title {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
}

.skill_button_text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.skill_foot_icon {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 140px 320px;
}

.skill_foot_item {
    width: 33.3333%;
    text-align: center;
}

.skill_foot_item:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.skill_foot_item:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.skill_foot_item:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.skill_foot_svg {
    height: 110px;
    text-align: center;
    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: center;
    align-items: center;
}

.skill_foot_svg svg,.skill_foot_svg img{
    width: 100px;
}

.skill_foot_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #6e706e;
    margin: 20px 0 5px 0;
}

.skill_foot_text {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #6e706e;
}

.about_new_text_box {
    padding: 80px 0;
    text-align: center;
}

.about_new_text_title {
    font-size: 28px;
    line-height: 36px;
    color: #19c3c8;
}

.about_new_content {
    display: none;
    padding: 120px 300px;
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    text-align: center;
    background: #f5f5f5;
    overflow: hidden;
}

.about_new_content_read {
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.about_new_text_read {
    font-size: 24px;
    line-height: 48px;
    color: #606060;
    margin: 30px 0 80px;
    padding: 0 300px;
}

.about_new_text_height {
    height: 60px;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}


.about_new_text_button {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.about_new_text_icon {
    width: 30px;
    height: 30px;
    background:none;
    border:2px solid #7e7e7e;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.about_new_text_icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 15px;
    height: 2px;
    background: #7e7e7e;
}

.about_new_button_text {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 32px;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.about_new_text_icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    height: 15px;
    width: 2px;
    background: #7e7e7e;
}

.about_animate {
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
}

.about_close_animate {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about_text_opacity {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.about_auto {
    height: 0;
}

.about_size_back {
    padding-bottom: 41.66667%;
}

.about_wap_wrap {
    padding: 70px 0 30px 0;
}

.about_wap_title {
    font-size: 28px;
    line-height: 48px;
    color: #19c3c8;
    text-align: center;
    margin-bottom: 20px;
}

.about_wap_box {
    position: relative;
}

.about_wap_img {
    width: 86.402753%;
    margin: 0 auto;
}
.about_wap_img img {
    pointer-events: none;
}
.about_honor_list {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 16%;
}

.about_foot_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding: 100px 0;
}

.about_foot_item {
    width: 25%;
    text-align: center;
    border-right: 1px solid #cbcbcb;
}

.about_foot_item:nth-child(4n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.about_foot_item:nth-child(4n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.about_foot_item:nth-child(4n+3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.about_foot_item:nth-child(4n) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    border-right: none;
}

.about_foot_svg {
    height: 100px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.about_foot_item:nth-child(1) .about_foot_svg svg,.about_foot_item:nth-child(1) .about_foot_svg img {
    width: 54px;
}

.about_foot_svg svg,.about_foot_svg img {
    width: 64px;
    margin: 0 auto;
}

.about_foot_title {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 5px;
}

.about_foot_text {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #8c8c8c;
    margin-bottom: 20px;
}

.about_honor_button {
    width: 42px;
    height: 78px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
}

.about_honor_prev {
    left: 39px;
}

.about_honor_prev:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -5px;
    width: 50px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.about_honor_prev:before {
    content: "";
    position: absolute;
    bottom: 22px;
    left: -5px;
    width: 50px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about_honor_next {
    right: 39px;
}

.about_honor_next:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -5px;
    width: 50px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about_honor_next:before {
    content: "";
    position: absolute;
    bottom: 22px;
    right: -5px;
    width: 50px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.about_wap_layle {
    width: 1.8%;
    position: absolute;
    display: flex;
    white-space: nowrap;
}

.about_wap_after {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.about_wap_layle svg {
    width: 100%;
    position: relative;
    z-index: 1;
}


.about_wap_layle1 {
    left: 20.6%;
    top: 37%;
}

.about_wap_layle2 {
    left: 23.2%;
    top: 34.5%;
}

.about_wap_layle3 {
    left: 27.2%;
    top: 37.4%;
}

.about_wap_layle4 {
    left: 29.7%;
    top: 40.2%;
}


.about_wap_layle5 {
    left: 60.5%;
    top: 52.4%;
}

.about_wap_layle6 {
    left: 76.7%;
    top: 39.5%;
    width: 2.9%;
}

.about_wap_layle7 {
    left: 73%;
    top: 58%;
}

.about_wap_layle8 {
    left: 75.5%;
    top: 61%;
}

.about_wap_layle9 {
    left: 75%;
    top: 65.5%;
}

.about_wap_text {
    background: #19c3c8;
    position: absolute;
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.about_wap_after:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 195, 200, .3);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    pointer-events: none;
}

.about_wap_layle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 195, 200, .3);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    pointer-events: none;
}

.about_wap_layle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 195, 200, .3);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    pointer-events: none;
}

.about_wap_layle:after {
    -webkit-animation: after_scale 2.4s linear 0s infinite normal both;
    animation: after_scale 2.4s linear 0s infinite normal both;
}

.about_wap_after:after {
    -webkit-animation: after_scale 2.4s linear 0.6s infinite normal both;
    animation: after_scale 2.4s linear 0.6s infinite normal both;
}

.about_wap_layle:before {
    -webkit-animation: after_scale 2.4s linear 1.5s infinite normal both;
    animation: after_scale 2.4s linear 1.5s infinite normal both;
}

@-webkit-keyframes after_scale {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }
    25% {
        transform: scale3d(1.5, 1.5, 1);
        opacity: 0.6;
    }
    50% {
        transform: scale3d(2.2, 2.2, 1);
        opacity: .3;
    }
    75% {
        transform: scale3d(3, 3, 1);
        opacity: 0;
    }
    100% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }
}

@keyframes after_scale {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }
    25% {
        transform: scale3d(1.5, 1.5, 1);
        opacity: 0.6;
    }
    50% {
        transform: scale3d(2.2, 2.2, 1);
        opacity: .3;
    }
    75% {
        transform: scale3d(3, 3, 1);
        opacity: 0;
    }
    100% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }
}

.about_wap_layle:hover .about_wap_text {
    opacity: 1;
    pointer-events: auto;
}

.about_wap_list {
    width: 50%;
    display: inline-block;
}

.about_wap_layle1 .about_wap_text {
    left: -450%;
    top: -250%;
}

.about_wap_layle2 .about_wap_text {
    left: 200%;
    top: -300%;
}

.about_wap_layle3 .about_wap_text {
    left: -500%;
    top: 250%;
}

.about_wap_layle4 .about_wap_text {
    left: 300%;
    top: -40%;

}

.about_wap_layle5 .about_wap_text {
    left: -500%;
    top: 0;
}

.about_wap_layle6 .about_wap_text {
    left: -300%;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.about_wap_layle7 .about_wap_text {
    top: 150%;
    left: -500%;

}

.about_wap_layle8 .about_wap_text {
    top: -200%;
    left: 300%;
}

.about_wap_layle9 .about_wap_text {
    top: 250%;
    left: 0;
}

.about_Overlay_info{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    z-index:99999;
    display:none;
}
html.isFixed,body.isFixed{
    height:100%;
    overflow:hidden;
}
.about_Overlay_info.isFixed{
    overflow:scroll;
    overflow-x:hidden;
}
.about_Overlay_info .inner{
    position:relative;
    background:#fff;
    width:980px;
    min-height:80vh;
    margin:10vh auto;
}
@media only screen and (max-width: 1068px){
    .about_Overlay_info .inner {
        width: 692px;
    }
}
@media only screen and (max-width: 734px){
    .about_Overlay_info .inner {
        width: 87.5%;
    }
}
.about_Overlay_info .info{
    padding:60px 50px;
}
.about_Overlay_info .close-btn{
    margin:0 auto 50px;
    position:relative;
    width:30px;
    height:30px;
    border-radius: 100%;
    border:2px solid #7d7d7d;
    cursor:pointer;

}
.about_Overlay_info .close-btn:before,.about_Overlay_info .close-btn:after{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    width:20px;
    height:2px;
    background:#7d7d7d;
    margin-top:-1px;
    margin-left:-10px;
}
.about_Overlay_info .close-btn:before{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.about_Overlay_info .close-btn:after{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.about_Overlay_info .overlay_tit{
    font-size:32px;
    line-height:48px;
    color:#000;
    padding-bottom:36px;
    border-bottom:1px solid #aaa;
    margin-bottom:36px;
}
.about_Overlay_info .overlay_tit svg{
    display:inline-block;
    vertical-align:middle;
    margin-right:18px;
    width:48px;
}
.about_Overlay_info .overlay_con{
    font-size:13px;
    line-height:30px;
    color:#707070;

}

.service_item_title {
    font-size: 35px;
    line-height: 40px;
    color: #19c3c8;
    margin-bottom: 10px;
}

.service_item_text {
    font-size: 14px;
    line-height: 28px;
    color: #6e706e;
    max-height: 112px;
    overflow: hidden;
}

.service_button_wrap {
    padding: 160px 0;
    background: #f7f7f7;
}

.service_button_text {
    font-size: 35px;
    line-height: 45px;
    color: #19c3c8;
    text-align: center;
}

.service_button_box {
    padding-top: 50px;
}

.service_button_box a {
    margin: 0 auto;
    display: block;
    width: 130px;
    text-align: center;
    line-height: 40px;
    background: #19c3c8;
    color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
}

.job_content_wrap {
    padding: 90px 0 120px 0;
}

.job_list_box {
    padding-bottom: 80px;
}

.job_content_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;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0 360px;
}

.job_content_left {
    width: 23%;
    background: #f6f6f6;
    padding: 25px 10px 0 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.job_content_right {
    width: 74%;
}

.job_content_search {
    width: 100%;
    margin-bottom: 32px;
}

.job_search_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;
    border: 1px solid #d0d1d2;
    line-height: 38px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    background: #fff;

}

.job_search_title {
    font-size: 12px;
    line-height: 26px;
    color: #3c3c3c;
}

.job_search_input {
    width: 100%;
    padding-right: 48px;
}

.job_search_input input {
    line-height: 38px;
    display: block;
    width: 100%;
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #3c3c3c;
}

.job_search_icon {
    width: 48px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.job_search_select {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #d0d1d2;
    line-height: 38px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    background: #fff;
}

.job_search_select:after {
    content: "";
    position: absolute;
    right: 15px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3c3c3c;
    pointer-events: none;
}

.job_search_select select {
    height: 38px;
    line-height: 38px;
    display: block;
    width: 100%;
    padding: 0 30px 0 15px;
    font-size: 14px;
    color: #3c3c3c;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.job_search_select select option {
    line-height: 38px;
    height: 38px;
}

.job_list_title {
    line-height: 60px;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    background: #f6f6f6;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    border-bottom: 1px solid #d0d1d2;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.job_list_li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    line-height: 70px;
    border-bottom: 1px solid #d0d1d2;
    text-align: center;
    font-size: 14px;
    color: #000000;
    -webkit-transition: .3s cubic-bezier(.34, .34, .27, .91);
    transition: .3s cubic-bezier(.34, .34, .27, .91);
}

.job_list_li a:hover {
    background: #fafafa;
}

.job_label1 {
    width: 32%;
    text-align: left;
    padding: 0 10px 0 25px;
}

.job_label2 {
    width: 22%;
    padding: 0 5px;
}

.job_label3 {
    width: 22%;
    padding: 0 5px;
}

.job_label4 {
    width: 22%;
    padding: 0 5px;
}

.job_page_top {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #d0d1d2;
}

.job_page_title {
    font-size: 36px;
    color: #3c3c3c;
    line-height: 52px;
    padding: 15px 0;
}

.job_read_button a {
    width: 130px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
    background: #19c3c8;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.job_page_list {
    padding: 25px 0;
    width: 100%;
    border-bottom: 1px solid #d0d1d2;
}

.job_page_li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
    width: 100%;
    line-height: 36px;
}

.job_li_title {
    width: 65px;
    font-size: 14px;
    line-height: 24px;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    color: #3c3c3c;
}

.job_li_text {
    font-size: 14px;
    width: 100%;
    color: #3c3c3c;
    padding-left: 60px;
    line-height: 24px;
}

.job_page_wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding: 50px 0;
}

.job_page_bjq {
    width: 65%;

}

.job_page_back {
    width: 35%;
    text-align: right;
}

.job_page_bjq h3 {
    font-size: 20px;
    line-height: 38px;
    font-weight: normal;
    padding-bottom: 15px;
}

.job_page_bjq p {
    font-size: 14px;
    line-height: 28px;
    color: #3c3c3c;
}

.job_page_back {
    font-size: 50px;
    line-height: 50px;
    color: #c7c7c7;
    letter-spacing: -3px;
}

.job_list_button a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #19c3c8;
}

.skill_icon_list_svg {
    height: 74px;
    margin: 0 auto;
}

.skill_icon_list_svg svg,.skill_icon_list_svg img {
    height: 100%;
}
.skill_icon_list_svg20 img{
    width:auto;
}

.skill_icon_list_svg svg .default_color {
    fill: none;
    stroke-width: 3px;
    stroke: #727272;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.skill_icon_list_svg svg .current_color {
    fill: none;
    stroke-width: 3px;
    stroke: #727272;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.skill_icon_list_svg svg .shi_color {
    fill: #727272;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.skill_icon_item:hover .default_color,.skill_icon_item_hover svg .default_color {
    stroke: #323232;
}

.skill_icon_item:hover .current_color,.skill_icon_item_hover svg .current_color{
    stroke: #19c3c8;
}

.skill_icon_item:hover .shi_color ,.skill_icon_item_hover svg .shi_color{
    fill: #19c3c8;
}

.skill_icon_box {
    padding: 0 20px;
}

.skill_icon_item {
    background: #f6f6f6;
    padding: 80px 60px;
    text-align: center;
}

.skill_icon_list_title {
    font-size: 25px;
    line-height: 40px;
    color: #000000;
    margin-top: 32px;
}

.skill_icon_list_text {
    margin-top:22px;
    font-size: 13px;
    line-height: 30px;
    color: #b5b5b5;
}

.skill3_content_box {
    padding: 60px 0;
    width:66.66667%;
    margin:0 auto;

}
.skill3_content_box .item .info-wrap{
    width:50%;
    position:relative;
}
.skill3_content_box .item .info{
    width:63%;
    height:auto;
}
.skill3_content_box .item .img-wrap{
    width:50%;
}
.skill3_content_box .img-in{
    position:relative;
    width:100%;
    height:0;
    padding-bottom:85.9375%;
}
.skill3_content_box .item-odd .info-wrap{
    float:left;
}
.skill3_content_box .item-odd .img-wrap{
    float:left;
}
.skill3_content_box .item-even .info-wrap{
    float:right;
}
.skill3_content_box .item-even .img-wrap{
    float:right;
}


@media screen and ( min-width: 1900px){
    .skill3_content_box {
        width:1280px;
    }
    .skill3_content_box .info-wrap{
        padding-left:80px;
    }
    .skill3_content_box .item .info{
        width:360px;
    }


}

.skill_icon_list {
    padding: 0 100px;
    position: relative;
}

.skill_icon_list_line {
    width: 33px;
    height: 1px;
    background: #19c3c8;
    margin: 20px auto;
}


.icon_page_button {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    border: 1px solid #acacac;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.icon_page_button.swiper-button-disabled {
    opacity: .3;
}

.icon_prev {
    left: 31px;
}

.icon_next {
    right: 31px;
}

.icon_prev:after {
    content: "";
    position: absolute;
    left: 13px;
    top: 15px;
    background: #acacac;
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.icon_prev:before {
    content: "";
    position: absolute;
    left: 13px;
    bottom: 15px;
    background: #acacac;
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}


.icon_next:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 15px;
    background: #acacac;
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.icon_next:before {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 15px;
    background: #acacac;
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.icon_page_button:hover {
    border-color: #2fc8cc;
    background: #2fc8cc;
}

.icon_page_button:hover:after,
.icon_page_button:hover:before {
    background: #fff;
}

.icon_swiper_pagination {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
}

.icon_swiper_pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #a7a7a7;
    margin: 0 4px !important;
}

.icon_swiper_pagination .swiper-pagination-bullet-active {
    background: #19c3c8;
}

.news_index_more_button {
    padding-bottom: 80px;
}

.news_index_more_button a {
    width: 194px;
    line-height: 52px;
    -webkit-border-radius: 27px;
    margin: 0 auto;
    border-radius: 27px;
    border: 1px solid #c2c2c2;
    text-align: center;
    color: #6d6d6b;
    font-size: 13px;
    display: block;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.news_index_more_button a:hover {
    color: #fff;
    border: 1px solid #19c3c8;
    background: #19c3c8;
}


.problem_list {
    padding: 0 420px;
}

.problem_li_box {
    padding-bottom: 60px;
}

.problem_read_box {
    width: 100%;
}

.problem_button_box a {
    display: block;
    width: 90px;
    line-height: 32px;
    background: #19c3c8;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.problem_title_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 26px;
}

.problem_title_icon {
    padding-right: 15px;
}

.problem_title_icon span {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #19c3c8;
    color: #fff;
    font-size: 14px;
}

.problem_title_read {

    padding-right: 130px;
}
.problem_title_read a {
    font-size: 15px;
    line-height: 20px;
    color: #323232;
}
.problem_text_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 40px;
    border-bottom: 1px solid #959595;
}

.problem_text_icon {
    padding-right: 15px;
}

.problem_text_icon span {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #959595;
    color: #fff;
    font-size: 14px;
}

.problem_text_read {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #959595;
}

.problem_time_box {
    font-size: 13px;
    color: #959595;
    line-height: 52px;
}
@media screen and (min-width:1201px){
    .news_index_box_pc{
        display:block;
    }
    .news_index_box_wap{
        display:none;
    }

}

.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:14px;
    text-align:center;
    width:100px;
    height:28px;
    line-height:28px;
    background:#19c3c8;
    color:#fff;
}
.swiper_about_height {
    height: 100%;
}

.xiao_guo_liang_toarr{
    position:fixed;
    right:30px;
    bottom:50px;
    z-index:99999;
    width:40px;
    height:40px;
    cursor: pointer;
    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;
    width:100%;
    height:100%;
}
.xiao_guo_liang{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2147483647;
    background:rgba(0,0,0,0.5);
}
.xiao_guo_liang .inner-inner{
    display:flex;
    justify-content: center;
    align-items: center;
}
.xiao_guo_liang .inner{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    background:#fff;
}
.xiao_guo_liang video{
    max-width:100%;
    max-height:100%;
}
.xiao_guo_liang .close{
    position:absolute;
    right:4px;
    top:4px;
    width:16px;
    height:16px;
    cursor:pointer;
}
.xiao_guo_liang .close:before,.xiao_guo_liang .close:after{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    width:141.4%;
    height:2px;
    background:#000;
}
.xiao_guo_liang .close:before{
    -webkit-transform:translate(-50%,-50%) rotate(-45deg);
    -moz-transform:translate(-50%,-50%) rotate(-45deg);
    -ms-transform:translate(-50%,-50%) rotate(-45deg);
    -o-transform:translate(-50%,-50%) rotate(-45deg);
    transform:translate(-50%,-50%) rotate(-45deg);
}
.xiao_guo_liang .close:after{
    -webkit-transform:translate(-50%,-50%) rotate(45deg);
    -moz-transform:translate(-50%,-50%) rotate(45deg);
    -ms-transform:translate(-50%,-50%) rotate(45deg);
    -o-transform:translate(-50%,-50%) rotate(45deg);
    transform:translate(-50%,-50%) rotate(45deg);
}
@media screen and (min-width:1200px){
    .xiao_guo_liang .inner{
        width:1200px;
        padding:30px;
    }
}
@media screen and (max-width:1200px){
    .xiao_guo_liang .inner{
        width:90vw;
        padding:8px;
    }
    .xiao_guo_liang .close{
        top:-20px;
    }
    .xiao_guo_liang .close:before,.xiao_guo_liang .close:after{
        background:#fff;
    }
}
