@charset "utf-8";
@import url(format.css);

/* 公共样式 */
.container {
    width: 1560px;
    margin: 0 auto;
    position: relative;
}

.bg_a {
    background: #efefef;
}

/* 头部 */

.wrap_head {
    background: #fff;
    display: block;
    width: 100%;
    height: 107px;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
}

.head_con {
    display: block;
    width: 1710px;
    height: 107px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.head_con .logo {
    display: block;
    height: 74px;
    width: 388px;
    position: absolute;
    left: 0px;
    top: 33px;
}

.head_con .logo h1 {
    display: block;
    height: 74px;
    width: 388px;
    background: url('../images/icon/logo.png') no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
    background-size: 100% 100%;
}

.menu_list {
    display: block;
    height: 74px;
    position: absolute;
    right: 260px;
    top: 33px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s linear;
    transform: translate(0px, 0);
}

.menu_list .menu_item {
    display: block;
    height: 74px;
    float: left;
    margin-left: 60px;
    position: relative;
}

.menu_list .menu_item .txt {
    display: block;
    height: 74px;
    line-height: 74px;
    font-size: 16px;
    color: #707070;
    opacity: 0.95;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    position: relative;
    z-index: 2;
}

.menu_list .menu_item .txt:hover {
    opacity: 1;
}

.menu_list .menu_item .txt:after {
    display: block;
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 19px;
    left: 0px;
    background: #194ac3;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
}

.menu_list .menu_item:hover .txt:after {
    transform: scale(1, 1);
    opacity: 1;
}

.menu_list .menu_item.menu_item_lan {
    display: none;
}

.menu_list .menu_item .menu_hook {
    display: none;
    width: 100%;
    height: 445px;
    position: absolute;
    left: -36px;
    top: 0px;
    z-index: 1;
}

.area_set {
    display: flex;
    align-items: center;
    position: absolute;
    height: 21px;
    right: 0px;
    bottom: 26px;
}

.s_line {
    color: #2b2e2e;
}

.area_set .s_line {
    display: inline-block;
    font-size: 12px;
    margin: 0px 3px;
    position: relative;
    top: -2px;
    opacity: 0.7;
}

.lang_area {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #707070;
    cursor: pointer;
    padding-left: 25px;
    margin-right: 20px;
    background: url("../images/icon/s_01.png") left center no-repeat;
}

.search_area {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
    background: url("../images/icon/s_02.png") left center no-repeat;
    background-size: 20px 20px;
}

.header-seat {
    padding-bottom: 107px;
}

/* banner */
.banner-box {
    width: 100%;
    min-width: 1560px;
    height: 786px;
    background: #000000;
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 786px;
    background: #ffffff;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 786px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 786px;
}

.fullSlide .hd {
    width: 1560px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fullSlide .hd ul {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: right;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    background: rgba(0, 0, 0, 0.5);
    height: 3px;
    border-radius: 3px;
    margin: 0 7px;
    overflow: hidden;
    font-size: 0;
    position: relative;
}

.fullSlide .hd ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    display: block;
    border-radius: 3px;
}

.fullSlide .hd ul li.on::after {
    transition: transform 5s linear;
    transform: scaleX(1);
    background: #fff;
}


/*页脚*/
.wrap_footer {
    width: 100%;
    height: auto;
    background: #2f2f2f;
    position: relative;
    z-index: 1;
}

.footer_con {
    width: 1560px;
    margin: 0px auto;
    padding: 107px 0 68px;
    height: auto;
    position: relative;
}

.focus_set {
    float: left;
}

.firm_set {
    float: right;
    min-width: 64px;
    margin-left: 146px;
}

.strength_set {
    float: right;
    min-width: 64px;
    margin-left: 146px;
}

.case_set {
    float: right;
    min-width: 64px;
    margin-left: 146px;
}

.news_set {
    float: right;
    min-width: 64px;
    margin-left: 146px;
}

.goods_set {
    float: right;
    min-width: 64px;
    margin-left: 0;
}

.footer_con .tit {
    display: block;
    font-size: 16px;
    color: #5f6464;
    font-weight: bold;
    margin-bottom: 16px;
}

.footer_con ul li a {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin-bottom: 16px;
    position: relative;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer_con ul li a:hover {
    color: #ffffff;
}

.footer_con ul li a::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #ffffff;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.footer_con ul li a:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.focus_logo {
    width: 280px;
    height: 43px;
    margin: 0 auto;
}

.focus_logo img {
    width: 100%;
    height: auto;
    display: block;
}

.focus_hotline {
    padding-top: 28px;
}
.hotline_txt{font-size: 14px; color: #999999;}
.hotline_tel{font-size: 32px; color: #ffffff;font-family: 'Arial'}

.focus_code {
    width: 128px;
    height: 128px;
    margin-top: 20px;
}

.copyright {
    width: 100%;
    text-align: center;
    display: block;
    color: #999999;
    font-size: 12px;
    padding-top: 40px;
    position: relative;
}

.external_box{ width: auto; height: 30px; position: absolute; right: 0; bottom: -5px;}

.external_li {
    display: block;
    float: right;
    margin-right: 28px;
}
.external_li:first-child {
    margin-right: 0;
}
.ext_a {
    display: block;
    height: 30px;
    width: 30px;
}

.ext_a .icon {
    display: block;
    height: 30px;
    width: 30px;
    background: url(../images/icon/icon_wechat.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    transition: background 0.2s ease-in-out;
}
.wechat-btn {
    position: relative;
    z-index: 999;
}
.wechat-code {
    width: 176px;
    position: absolute;
    left: -73px;
    top: -186px;
    z-index: 2;
    display: block;
    display: none\9;
    opacity: 0;
    transition: opacity 0.2s linear;
    pointer-events: none;
}

.external_li:hover .wechat-code{
    display: block;
    opacity: 1;
  }

.ext_a .i_weibo{background:url(../images/icon/icon_weibo.png) no-repeat center; background-size: 100% 100%;}
.external_li .ext_a:hover .icon{
    background:url(../images/icon/icon_wechat_hover.png) no-repeat center; background-size: 100% 100%;
  }
  .external_li .ext_a:hover .i_weibo{
    background:url(../images/icon/icon_weibo_hover.png) no-repeat center; background-size: 100% 100%;
  }

/* 首页产品 */
.plate_a {
    width: 1560px;
    margin: 0 auto;
}

.plate_a_mian {
    padding-top: 87px;
    /*padding-bottom: 140px;*/
}

.plate_title {
    width: 100%;
    text-align: center;
    line-height: 1;
}

.plate_title_en {
    font-size: 30px;
    color: #727272;
    font-weight: bold;
}

.plate_title_cn {
    font-size: 28px;
    color: #0860de;
    font-weight: bold;
    margin-top: 19px;
    text-transform: uppercase;
}


.plate_a_set {
    width: 100%;
    height: 712px;
    margin-top: 80px;
}

.plate_a_set .bd {
    width: 100%;
    height: 575px;
    overflow: hidden;
}

.plate_a_set .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.plate_a_set .plate_a_cover {
    width: 100%;
    height: auto;
    display: block;
}

.plate_a_set .hd {
    width: 100%;
    height: 137px;
}

.plate_a_set .hd li {
    width: 260px;
    float: left;
    height: 137px;
    position: relative;
    cursor: pointer;
}

.plate_a_set .hd li .hd_in {
    width: 100%;
    height: 137px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #eaeaea;
    transition: height .2s ease;
    

}

.plate_a_set .hd li.on .hd_in {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0860de;
    transition: height .2s ease;

}

.plate_a_set .hd li.on .hd_in::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -18px;
    height: 16px;
    width: 36px;
    background: url(../images/icon/top_sj.png) no-repeat;
    background-size: 36px 16px;

}

.hd_in_call {
    padding-left: 54px;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
}

.call_info {
    display: flex;
    align-items: center;
    transition: .4s ease-in-out;
}

.plate_a_set .hd li.on .call_info {
    display: block;
    transition: .4s ease-in-out;
}

.call_icon {
    width: 43px;
    height: 43px;
}

.show_01 {
    display: block;
}

.show_02 {
    display: none;
}

.plate_a_set .hd li.on .show_01 {
    display: none;
    transition: .3s ease-in-out;
}

.plate_a_set .hd li.on .show_02 {
    display: block;
    transition: .3s ease-in-out;
}

.call_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-left: 20px;
}

.plate_a_set .hd li.on .call_title {
    margin-left: 0;
    font-size: 20px;
    color: #ffffff;
    margin-top: 18px;
}

.call_t2 {
    margin-top: 5px;
}

.call_more {
    opacity: 0;
    margin-top: 50px;
    display: none;
    transition: .2s ease-in-out;
}

.plate_a_set .hd li.on .call_more {
    display: block;
    -webkit-transition: opacity 0.4s 0.2s;
    -moz-transition: opacity 0.4s 0.2s;
    transition: opacity 0.4s 0.2s;
    opacity: 1;
}


/* 企业信息 */
.plate_b {
    width: 100%;
    height: 432px;
    background: #eaeaea;
    padding: 100px 0;
}

.plate_b_mian {
    width: 1560px;
    margin: 0 auto;
}

.b_mian_l {
    width: 720px;
    height: 432px;
    float: left;
}

.b_mian_cover {
    width: 720px;
    height: 432px;
    display: block;
}

.b_mian_r {
    width: 686px;
    height: 432px;
    float: right;
    position: relative;
}

.b_mian_r .plate_title {
    text-align: left;
}

.b_mian_info {
    padding-top: 25px;
    line-height: 28px;
    font-size: 16px;
    color: #727272;
    text-overflow: -o-ellipsis-lastline;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    /*-webkit-box-orient: vertical;*/
    /*max-height: 180px;*/
}

.more_a {
    position: absolute;
    left: 0;
    bottom: 0;
}

.more_a_link {
    display: block;
    width: 127px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #727272;
    text-indent: 12px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid #9a9a9e;
    background: url('../images/icon/jt_02.png') 82px center no-repeat;
    background-size: 26px 9px;

}

.more_a_link:hover {
    text-indent: 21px;
    background: url('../images/icon/jt_02.png') 90px center no-repeat;
    border: 2px solid #0860de;
}

/* 相关数值 */
.plate_c {
    width: 100%;
    height: 288px;
    background: #1650cc;
    position: relative;
}

.plate_c_bg {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 288px;
    overflow: hidden;
}

.plate_c_mian {
    width: 1560px;
    height: 124px;
    position: absolute;
    left: 50%;
    margin-left: -780px;
    top: 82px;
    z-index: 3;
}

.c_mian_li {
    width: 390px;
    height: 124px;
    float: left;
    text-align: center;
    position: relative;
}

.c_mian_set {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.c_mian_num {
    font-size: 62px;
    color: #ffffff;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.c_mian_name {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.c_mian_title {
    font-size: 18px;
    color: #fff;
}

.c_mian_num span {
    font-size: 54px;
}

.c_mian_li::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 124px;
    bottom: 0;
    border-right: 1px solid #ffffff;
    color: #ffffff;
}

.c_mian_li:last-child::before {
    display: none;
}

/* 公司实力 */
.plate_d {
    width: 100%;
    height: 898px;
    background: url('../images/icon/strength_bg.png') no-repeat;
    background-size: cover;
}

.plate_d_mian {
    width: 1560px;
    margin: 0 auto;
    padding-top: 87px;
}

.plate_soede {
    width: 100%;
    margin-top: 70px;
}

.plate_soede {
    width: 100%;
    height: 50px;
}

.parHd_mian ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.parHd_mian ul li {
    width: 188px;
    height: 50px;
    position: relative;
    background: #eaeaea;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #727272;
    margin: 0 5px;
    cursor: pointer;
}

.parHd_mian ul li a {
    width: 100%;
    display: block;
    color: #727272;
}

.parHd_mian ul li.on a {
    color: #ffffff;
}

.parHd_mian ul li.on {
    background: #0860de;
    color: #ffffff;
}

.parHd_mian ul li.on::after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 13px;
    height: 7px;
    background: url('../images/icon/sj_03.png');
    background-size: 13px 7px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.parBd {
    width: 100%;
    height: 550px;
    margin-top: 30px;
    overflow: hidden;

}

.parBd .inBox {
    height: 550px;
}


.parBd img {
    width: 100%;
    height: auto;
}



/* 应用案例 */
.plate_e {
    width: 100%;
    height: 916px;
    background: #ffffff;
}

.plate_e_mian {
    width: 1560px;
    margin: 0 auto;
    padding-top: 97px;
}

.swiper_set {
    width: 1447px;
    height: 632px;
    position: relative;
    overflow: hidden;
    margin: 75px auto 0;
}

.swiper_set .swiper-container {
    width: 100%;
    height: 632px;
    overflow-y: auto;
}

.swiper_set .swiper-slide {
    height: 556px;
    transition: 300ms;
    transform: scale(0.9);
}

.swiper_set .swiper-slide-active,
.swiper_set .swiper-slide-duplicate-active {
    transform: scale(1);
}

.slide_link {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
}

.slide_info {
    padding: 30px 43px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.swiper_set .swiper-slide-active .slide_info {
    background: #0860de;
}

.slide_icon {
    width: 39px;
    height: 39px;
}

.slide_icon img {
    width: 39px;
    height: 39px;
    display: block;
}

.slide_title_cn {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    margin-top: 10px;
}

.slide_title_en {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    margin-top: 8px;
}

.swiper_a .ten_banner_nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.swiper_a .ten_banner_nav .ten_main {
    padding-bottom: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ten_banner_arr span {
    cursor: pointer;
}

.swiper-pagination-bullet {
    border-radius: 0px;
    background: #cecece;
    opacity: 1;
    margin-left: 12px;
    width: 20px;
    height: 20px;
    transition: ease all 0.3s;
    border-radius: 20px;
}

.swiper-pagination-bullet-active {
    background: #0860de;
}


/* 首页新闻板块 */
.plate_f {
    width: 100%;
    height: 856px;
    background: url('../images/icon/news_bg.png') no-repeat;
    background-size: cover;
}

.plate_f_mian {
    width: 1560px;
    margin: 0 auto;
    padding-top: 95px;
}

.plate_f_mian .plate_title {
    text-align: left;
}

.plate_news {
    width: 100%;
    height: 452px;
    margin-top: 80px;
    position: relative;
}

.newsHd {
    width: 100%;
    height: 50px;
    position: absolute;
    right: 0;
    top: -140px;
}

.newsBd {
    width: 100%;
    height: 452px;
    overflow: hidden;
}

.newsHd_mian ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.newsHd_mian ul li {
    width: 188px;
    height: 50px;
    position: relative;
    background: #d5d5d5;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #727272;
    margin-left: 10px;
    cursor: pointer;
}

.newsHd_mian ul li.on {
    background: #0860de;
    color: #ffffff;
}

.newsHd_mian ul li.on::after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 13px;
    height: 7px;
    background: url('../images/icon/sj_03.png');
    background-size: 13px 7px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.bd_Box {
    width: 100%;
    height: 452px;
}

.bd_Box_l {
    float: left;
    width: 930px;
    height: 452px;
    overflow: hidden;
}

.items_li {
    width: 420px;
    height: 452px;
    background: #ffffff;
    float: left;
    margin-right: 45px;
    position: relative;
}

.items_li:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 0px;
    border-bottom: 6px solid #0059dd;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.items_li:hover:before {
    width: 100%;
}

.items_li a {
    width: 100%;
    display: block;
    height: 452px;
    position: relative;
}



.items_cover {
    width: 420px;
    height: 242px;
    overflow: hidden;
}

.items_cover_img {
    width: 420px;
    height: 242px;
    display: block;
    transition: transform 1s cubic-bezier(.5, 1, .89, 1);
}

.items_li a:hover .items_cover_img {
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.items_info {
    padding: 0 43px;
    height: 210px;
    position: relative;
}

.items_title {
    font-size: 20px;
    font-weight: bold;
    color: #727272;
    line-height: 1;
    padding-top: 38px;
}

.items_bewrite {
    font-size: 14px;
    line-height: 23px;
    color: #727272;
    margin-top: 18px;
}

.bd_Box_r {
    width: 630px;
    height: 452px;
    float: right;
    background: #ffffff;
}

.items_date {
    font-size: 14px;
    color: #727272;
    line-height: 1;
    position: absolute;
    right: 43px;
    bottom: 34px;
}

.items_list {
    width: 540px;
    margin: 0 auto;
    height: 452px;
    overflow: hidden;
}

.item_li {
    width: 100%;
    box-sizing: border-box;
    padding-right: 48px;
    height: 113px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    border-bottom: 1px solid #dfdfdf;
}

.item_li:nth-child(4) {
    border-bottom: none;
}

.item_li:after {
    content: " ";
    width: 12px;
    height: 24px;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: currentColor;
    color: rgba(0, 0, 0, 0.3);
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
}



.item_li_date {
    width: 90px;
    float: left;
    text-align: center;
    margin-right: 30px;
}

.item_li_date span {
    display: block;
}

.date_day {
    font-size: 39px;
    font-weight: bold;
    line-height: 1;
    color: #727272;
}

.date_years {
    font-size: 14px;
    color: #727272;
    line-height: 1;
    margin-top: 8px;
}

.item_li_title {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.item_li::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 1px;
    width: 0;
    border-bottom: 1px solid #0059dd;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.item_li:hover::before {
    width: 100%;
}

.item_li:hover .item_li_title {
    color: #0059dd;
}


/* 产品中心 */
.page_banner {
    width: 100%;
    height: 563px;
}

.mod-con {
    width: 100%;
    line-height: 1;
    padding-top: 205px;
    text-align: center;
}

.mod-con h3 {
    font-size: 44px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.mod-con h2 {
    font-size: 42px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 22px;
}

.mod-tab-container {
    width: 100%;
    height: 71px;
    position: relative;
    border-bottom: 1px solid #707070;
    box-sizing: border-box;
}

.mod-tab-mian {
    width: 1560px;
    margin: 0 auto;
    height: 71px;
    position: relative;
}

.mod-tab-l {
    position: absolute;
    left: 0;
    top: 0;
    width: 1250px;
}

.mod-tab-l .nav_list {
    height: 71px;
    box-sizing: border-box;
}

/* 内页导航 */

.nav_li {
    float: left;
    height: 71px;
    min-width: 110px;
    padding: 0 11px;
    position: relative;
}

.nav_li .nav_a {
    display: block;
    text-align: center;
    height: 71px;
    line-height: 71px;
    font-size: 16px;
    color: #707070;
    position: relative;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.nav_li:hover .nav_a span,
.nav_li.on .nav_a span {
    /*background:#0860de;*/
    color: white;
    font-weight: bold;
}

.nav_li.on{
    background:#0860de;
    color: white;
}

.nav_li::after {
    content: "";
    display: block;
    /*height: 3px;*/
    background: #1a6bc8;
    position: absolute;
    bottom: 0px;
    width: 0%;
    left: 7%;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.nav_li:hover::after,
.nav_li.on::after {

    width: 86%;

}

.nav_li::before {
    content: "";
    display: block;
    /*width: 1px;*/
    height: 15px;
    background: #bdbdbd;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav_li:last-child::before {
    display: none;
}

.nav_li .nav_a span {
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    display: inline-block;
    line-height: 71px;
}

.secon_list {
    display: none;
    width: 100%;
    left: 0%;
    top: 71px;
    position: absolute;
    line-height: 34px;
    padding: 20px 0;
    z-index: 99;
    background: #efefef;
}


.secon_list li {
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #707070;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    position: relative;
    cursor: pointer;
    background: #efefef;
}


.secon_list li:hover,
.secon_list li.on {
    background: #0860c4;
}

.secon_list li:hover::before {
    width: 100%;
}

.secon_list li::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #0860c4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.secon_list li a {
    display: block;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    position: relative;
    font-size: 12px;
    color: #707070;
}

.secon_list li:hover a,
.secon_list li.on a {
    color: #ffffff;
}

.nav_li .nav_a .arrowDown {
    padding-right: 20px;
}

.nav_li .nav_a .arrowDown::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 10px;
    height: 6px;
    display: block;
    background: url('../images/icon/arrow_01.png') center no-repeat;
    background: url('../images/icon/arrow_01.svg') no-repeat, none;
    background-size: 10px 6px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transform-origin: center center;
    transform: rotate(0deg);
}

.nav_li:hover .nav_a span.arrowDown::before,
.nav_li.on .nav_a span.arrowDown::before {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transform-origin: center center;
    transform: rotate(180deg);
}


/* 面包屑 */
.path_box {
    width: auto;
    float: right;
    padding: 15px 0;
}

.path_mian {
    float: right;
    line-height: 41px;

}

.path_mian i {
    display: block;
    float: left;
    color: #707070;
}

.path_li {
    display: block;
    padding: 0 5px;
    float: left;
    transition: color .3s ease;
}

.path_mian a {
    display: block;
    color: #707070;
}

.path_li:hover,
.path_li.on {
    color: #000000;
}



.catena_box {
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
}

.catena_info {
    width: 1560px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
}


.goods_box {
    width: 100%;
    height: auto;
}

.goods_mian {
    width: 1560px;
    margin: 0 auto;
    padding: 70px 0 90px;
}

.n_plate_title {
    width: 100%;
    text-align: center;
    line-height: 1;
}

.n_plate_title_en {
    font-size: 30px;
    color: #727272;
    text-transform: uppercase;
    font-weight: bold;
}

.n_plate_title_cn {
    font-size: 28px;
    color: #0860de;
    font-weight: bold;
    margin-top: 19px;
    text-transform: uppercase;
}



.goods_list {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 2px;
    margin-top: 70px;
    overflow: hidden;
}

.goods_list_set {
    width: 100%;
    position: relative;
    bottom: -2px;
}

.goods_li {
    width: 779px;
    float: left;
    height: 398px;
    background: #ffffff;
    position: relative;
    border-right: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    position: relative;
}

.goods_li:nth-child(2n+0) {
    border-right: none
}

.goods_num {
    padding: 0 18px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 20px;
    border-bottom: 2px solid #0059dd;
    font-size: 32px;
}

.mark {
    background-image: linear-gradient(130deg, #0860de 35%, #f34c9e 65%);
    background-clip: text;
    -webkit-background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: transparent;
}

.goods_info {
    width: 310px;
    height: auto;
    position: absolute;
    left: 55px;
    top: 115px;
}

.goods_title {
    font-size: 26px;
    color: #727272;
    font-weight: bold;
}

.goods_field {
    color: #727272;
    font-size: 18px;
    margin-top: 10px;
}

.goods_cover {
    width: 348px;
    height: 255px;
    position: absolute;
    right: 55px;
    top: 80px;
}

.goods_more {
    width: 90px;
    height: 29px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    left: 55px;
    bottom: 127px;
    display: block;
    line-height: 29px;
    text-indent: 16px;
    background: #0860c4 url('../images/icon/m_02.png') 62px center no-repeat;
    background-size: 12px 12px;
}


/* 荣誉资质 */
.honor_box {
    width: 1560px;
    margin: 0 auto;
    padding-top: 108px;
}

.n_honor {
    width: 1558px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.n_honor_li {
    width: 365px;
    height: 326px;
    cursor: pointer;
    float: left;
    margin-right: 30px;
    position: relative;
    border: 1px solid #acacac;
    margin-top: 60px;
    background: #ffffff;
}

.n_honor_li:nth-child(4n) {
    margin-right: 0;
}

.n_honor_cover {
    width: 347px;
    height: 256px;
    overflow: hidden;
    margin: 9px auto 0;
    position: relative;
}

.n_honor_img {
    width: 347px;
    height: 256px;
    display: block;
    transition: transform 1s cubic-bezier(.5, 1, .89, 1);
}

.n_honor_cover::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background: rgba(114, 114, 114, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.n_honor_li:hover .n_honor_cover::before {
    height: 100%;
}

.n_honor_title {
    width: 100%;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    position: absolute;
    left: 0;
    bottom: 0;
}

.n_honor_li::before {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #0860c4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.n_honor_li:hover::before {
    width: 100%;
}

.n_honor_li:hover .n_honor_title {
    color: #0860c4;
}

.n_honor_li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    opacity: 0;
}

.n_honor_li .reveal-img {
    width: 45px;
    height: 45px;
    display: block;
}


.n_honor_li:hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

/* 宣传活动 */
.activity_box {
    width: 1560px;
    margin: 0 auto;
    padding-top: 108px;
}

.activity_set {
    width: 1560px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.activity_li {
    width: 498px;
    height: 431px;
    cursor: pointer;
    float: left;
    margin-right: 30px;
    position: relative;
    border: 1px solid #acacac;
    margin-top: 60px;
    background: #ffffff;
}

.activity_li a {
    width: 100%;
    height: 431px;
    display: block;
}

.activity_li::before {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #0860c4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.activity_li:hover::before {
    width: 100%;
}

.activity_li:nth-child(3n+0) {
    margin-right: 0;
}

.activity_cover {
    width: 480px;
    height: 360px;
    margin: 9px auto 0;
    overflow: hidden;
    position: relative;
}

.activity_cover_img {
    width: 480px;
    height: 360px;
    display: block;
}

.activity_cover::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background: rgba(114, 114, 114, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.activity_li:hover .activity_cover::before {
    height: 100%;
}

.activity_title {
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.activity_li:hover .activity_title {
    color: #0860c4;
}

.activity_li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    opacity: 0;
}

.activity_li .reveal-img {
    width: 45px;
    height: 45px;
    display: block;
}


.activity_li:hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}



/* 应用案例 */
.case_box {
    width: 1560px;
    margin: 0 auto;
    padding-top: 108px;
}

.case_mian {
    width: 1560px;
    padding-bottom: 100px;
}

.case_li {
    width: 365px;
    height: 326px;
    cursor: pointer;
    float: left;
    margin-right: 30px;
    position: relative;
    border: 1px solid #acacac;
    margin-top: 60px;
    background: #ffffff;
}

.case_li:nth-child(4n) {
    margin-right: 0;
}

.case_cover {
    width: 347px;
    height: 256px;
    overflow: hidden;
    margin: 9px auto 0;
    position: relative;
}

.case_cover_img {
    width: 347px;
    height: 256px;
    display: block;
    transition: transform 1s cubic-bezier(.5, 1, .89, 1);
}

.case_li:hover .case_cover_img {
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.case_title {
    width: 100%;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    position: absolute;
    left: 0;
    bottom: 0;
}

.case_li::before {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #0860c4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.case_li:hover::before {
    width: 100%;
}

.case_li:hover .case_title {
    color: #0860c4;
}

.tips_img {
    width: 289px;
    height: 44px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* 新闻资讯 */
.news_box {
    width: 100%;
    margin: 60px auto 140px;
    background: #ffffff;
    padding-bottom: 80px;
}

.news_list {
    width: 1410px;
    margin: 0 auto;
}

.news_li {
    width: 100%;
    padding: 58px 0;
    display: block;
    height: 180px;
    border-bottom: 1px solid #7b7b7b;
    position: relative;
}

.news_li::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #0860c4;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.news_li:hover::before {
    width: 100%;
}

.news_li:last-child::before {
    width: 0;
}


.news_li:last-child {
    border-bottom: none;
}

.news_cover {
    width: 312px;
    height: 180px;
    float: right;
}

.news_cover_img {
    width: 312px;
    height: 180px;
    display: block;
}

.news_info {
    width: 1020px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.news_l {
    width: 125px;
    position: relative;
    height: 90px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.news_l::before {
    content: "";
    display: block;
    width: 2px;
    height: 90px;
    background: #afafaf;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -45px;
    z-index: 1;
}

.news_date {
    width: 90px;
    text-align: center;
}

.news_date span {
    display: block;
    line-height: 1;
}

.news_date .date_day {
    font-size: 39px;
    color: #727272;
}

.news_date .date_years {
    font-size: 14px;
    color: #727272;
    margin-top: 2px;
}

.news_link {
    width: 90px;
    height: 29px;
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 29px;
    text-indent: 16px;
    background: #727272 url('../images/icon/m_02.png') 62px center no-repeat;
    background-size: 12px 12px;
    -webkit-transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
    transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.news_li:hover .news_link {
    width: 90px;
    height: 29px;
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 29px;
    text-indent: 16px;
    background: #0860c4 url('../images/icon/m_02.png') 62px center no-repeat;
    background-size: 12px 12px;
}

.news_r {
    flex: 1;
    min-width: 0;
    height: 90px;
    margin-left: 30px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.news_title {
    font-size: 16px;
    color: #727272;
    font-weight: bold;
}

.news_li:hover .news_title {
    color: #0860c4;
}

.news_bewrite {
    font-size: 16px;
    color: #727272;
    line-height: 30px;
}


/* 联系我们 */
.us_box {
    width: 1560px;
    margin: 0 auto;
    padding-top: 108px;
    padding-bottom: 108px;
}

.us_mian {
    width: 100%;
    margin-top: 60px;
}

.us_l {
    width: 490px;
    float: left;
}

.us_map {
    width: 1060px;
    height: 570px;
    float: right;
    background: #ffffff;
}

.us_name {
    font-size: 24px;
    font-weight: bold;
    color: #727272;
}

.way_li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.way_icon {
    width: 26px;
    height: 26px;
    margin-right: 20px;
}

.way_icon_img {
    width: 26px;
    height: 26px;
}

.way_info_a {
    font-size: 16px;
    color: #727272;
    font-weight: bold;
}

.way_info_b {
    font-size: 16px;
    color: #727272;
}

.code_set {
    width: 180px;
    height: 180px;
    margin-top: 20px;
}

.code_set_img {
    width: 180px;
    height: 180px;
    display: block;
}

/* 留言 */
.message_mian {
    width: 1560px;
    margin: 0 auto;
    padding-top: 50px;
}

.message_a {
    width: 100%;
}

.message_tips {
    font-size: 16px;
    color: #0860c4;
    line-height: 1;
    margin-bottom: 10px;
}

.message_textarea {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: none;
    height: 160px;
    resize: none;
    cursor: pointer;
    outline-color: #0860c4;
    font-size: 14px;
}

.message_legend {
    font-size: 14px;
    color: #8b8b8b;
    padding: 12px 0;
}

.message_li {
    width: 588px;
    float: left;
    margin-top: 40px;
}

.message_li:nth-child(2n+0) {
    float: right;
}

.form_input {
    padding: 0 13px;
    box-sizing: border-box;
    height: 40px;
    display: block;
    border: none;
    -webkit-appearance: none;
    font-size: 14px;
    outline-color: #0860c4;
    width: 100%;
}

.but_box {
    width: 100%;
    margin-top: 80px;
}

.form_button {
    display: block;
    width: 430px;
    line-height: 42px;
    height: 42px;
    font-size: 14px;
    border: none;
    color: #ffffff;
    margin: 0 auto;
    background: #0860c4;
    cursor: pointer;
}

.form_button:active {
    box-shadow: 0px 0px 50px #0860c4 inset;
    color: #fff;
}


/* 企业简介 */
.profile_box {
    width: 1560px;
    margin: 0 auto;
    padding-top: 108px;
    padding-bottom: 190px;
}

.profile_mian {
    width: 1560px;
    margin: 60px auto 0;
}

.profile_l {
    width: 395px;
    height: 588px;
    float: left;
    background: #0860d8;
    position: relative;
}

.profile_l_cover {
    width: 461px;
    height: 583px;
    position: absolute;
    top: 35px;
    left: 45px;
    display: block;
}

.profile_r {
    width: 830px;
    height: auto;
    float: right;
    margin-right: 100px;
    padding-top: 35px;
}

.pro_title {
    font-size: 28px;
    color: #0860d8;
    line-height: 48px;
    font-weight: bold;
}


.pro_info {
    font-size: 16px;
    color: #727272;
    line-height: 42px;
    padding-top: 30px;
}


/* 应用领域 */
.area_box {
    width: 100%;
    padding-top: 108px;
    padding-bottom: 60px;
}

.area_mian {
    width: 100%;
    height: 963px;
    background: #1b346d url(../images/icon/dq_bg.png) center bottom no-repeat;
    background-size: cover;
}

.map_box {
    width: 1560px;
    height: 660px;
    position: relative;
    margin: 0 auto;
    background: url(../images/icon/map_01.png) no-repeat;
    background-size: 1560px 660px;
}

/* 经营理念 */
.idea_mian {
    width: 1560px;
    margin: 60px auto 0;
    padding: 72px 150px;
    box-sizing: border-box;
    background: #ececec;
}

.idea_l {
    width: 570px;
    height: auto;
    float: left;
}

.idea_r {
    width: 570px;
    height: auto;
    float: right;
}

.idea_l_cover {
    width: 560px;
    height: 338px;
    position: relative;
    background: #0860d8;
}

.idea_l_cover_img {
    width: 533px;
    height: 314px;
    display: block;
    position: absolute;
    top: 35px;
    left: 35px;
}

.idea_l_info {
    padding-top: 120px;
}

.idea_a {
    font-size: 50px;
    font-weight: bold;
    color: #0860d8;
    line-height: 1;
}

.idea_b {
    font-size: 32px;
    color: #0860d8;
    line-height: 1;
    margin-top: 15px;
}

.idea_c {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background: #0860d8;
    line-height: 40px;
    padding: 0px 14px;
    margin-top: 32px;
}

.idea_d {
    font-size: 18px;
    color: #727272;
    line-height: 35px;
    margin-top: 30px;
}

.idea_r_info {
    padding-bottom: 120px;
    padding-top: 35px;
}

.idea_r_cover {
    width: 560px;
    height: 338px;
    position: relative;
    background: #0860d8;
    float: right;
}

.idea_r_cover_img {
    width: 533px;
    height: 314px;
    display: block;
    position: absolute;
    bottom: 35px;
    right: 35px;
}


/* 发展历程 */
.course_box {
    width: 100%;
    margin: 0 auto;
    background: url(../images/icon/lc_bg.png) no-repeat;
    background-size: cover;
    height: 1548px;
}

.course_box .n_plate_title {
    padding-top: 108px;
}

.course_mian {
    width: 100%;
    height: 1200px;
    position: relative;
}

.course_mian_in {
    width: 1560px;
    margin: 0 auto;
    position: relative;
    height: 1200px;
}

.course_line {
    width: 100%;
    height: 400px;
    background: url(../images/icon/lc_01.png) no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -200px;
}

.course_year {
    font-size: 52px;
    font-weight: bold;
    color: #0860d8;
}

.go_li {
    padding: 0 20px;
}

.go_title {
    font-size: 16px;
    color: #707070;
    text-align: left;
}

.go_cover {
    width: 129px;
    height: 101px;
    margin: 10px auto;
}

.go_cover_img {
    width: 129px;
    height: 101px;
    display: block;
}



.course_set {
    width: 220px;
    height: 100%;
    position: relative;
}

.course_jt {
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(214, 228, 248), rgb(211, 226, 248), rgb(169, 199, 241), rgb(41, 117, 221), rgb(7, 95, 215) 60%);
}

.course_jt::before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 7px;
    left: -3px;
    top: -5px;
    background: url(../images/icon/ts_01.png) no-repeat;
    background-size: 12px 7px;
}

.course_jt::after {
    content: '';
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    left: -9px;
    bottom: -23px;
    background: url(../images/icon/dian_01.png) no-repeat;
    background-size: 23px 23px;
}



.course_jt_s {
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(214, 228, 248), rgb(211, 226, 248), rgb(169, 199, 241), rgb(41, 117, 221), rgb(7, 95, 215) 60%);
}

.course_jt_s::before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 7px;
    left: -4px;
    bottom: -5px;
    background: url(../images/icon/ts_02.png) no-repeat;
    background-size: 12px 7px;
}

.course_jt_s::after {
    content: '';
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    left: -9px;
    top: -23px;
    background: url(../images/icon/dian_01.png) no-repeat;
    background-size: 23px 23px;
}

.course_01 {
    width: 220px;
    height: 350px;
    position: absolute;
    left: -20px;
    top: 300px;
    text-align: center;
}


.course_02 {
    width: 220px;
    height: 510px;
    position: absolute;
    left: 220px;
    top: 158px;
    text-align: center;
}

.course_03 {
    width: 220px;
    height: 300px;
    position: absolute;
    left: 440px;
    top: 120px;
    text-align: center;
}

.course_04 {
    width: 220px;
    height: 295px;
    position: absolute;
    left: 660px;
    top: 220px;
    text-align: center;
}

.course_05 {
    width: 220px;
    height: 443px;
    position: absolute;
    left: 880px;
    top: 240px;
    text-align: center;
}

.course_06 {
    width: 220px;
    height: 514px;
    position: absolute;
    left: 1100px;
    top: 60px;
    text-align: center;
}

.course_07 {
    width: 220px;
    height: 504px;
    position: absolute;
    right: 0;
    top: 90px;
    text-align: center;
}


.course_08 {
    width: 220px;
    height: 342px;
    position: absolute;
    left: 50px;
    bottom: 90px;
    text-align: center;
}

.course_09 {
    width: 220px;
    height: 525px;
    position: absolute;
    left: 270px;
    bottom: 0;
    text-align: center;
}


.course_10 {
    width: 220px;
    height: 520px;
    position: absolute;
    left: 490px;
    bottom: 100px;
    text-align: center;
}

.course_11 {
    width: 220px;
    height: 500px;
    position: absolute;
    left: 710px;
    bottom: 80px;
    text-align: center;
}

.course_12 {
    width: 220px;
    height: 380px;
    position: absolute;
    left: 930px;
    bottom: 124px;
    text-align: center;
}

.course_13 {
    width: 220px;
    height: 530px;
    position: absolute;
    left: 1150px;
    bottom: 45px;
    text-align: center;
}

.course_14 {
    width: 220px;
    height: 330px;
    position: absolute;
    right: -50px;
    bottom: 140px;
    text-align: center;
}



.course_08 .course_set,
.course_09 .course_set,
.course_10 .course_set,
.course_11 .course_set,
.course_12 .course_set,
.course_13 .course_set,
.course_14 .course_set {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding-bottom: 40px;
    box-sizing: border-box;
}


/* 产品详情 */
.product_mian {
    width: 1220px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 190px;
}

.product_title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #707070;
}

.product_present {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #787878;
}

.present_l {
    width: 350px;
    height: auto;
    float: left;
}

.present_r {
    width: 720px;
    height: auto;
    float: right;
}

.present_cover {
    width: 274px;
    height: 274px;
    background-size: 100% auto;
    overflow: hidden;
    margin: 0 auto;
}

.present_field {
    width: 100%;
    text-align: center;
    padding-top: 35px;
    font-size: 16px;
    color: #707070;
}

.outline {
    width: 100%;
    margin-top: 64px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0860cb;
}

.pres_title {
    font-size: 22px;
    font-weight: bold;
    color: #0860cb;
    display: flex;
    align-items: center;
}

.pres_01 {
    width: 21px;
    height: 21px;
    display: block;
    margin-right: 10px;
}

.pres_02 {
    width: 36px;
    height: 36px;
    display: block;
    margin-right: 10px;
}

.outline_info {
    font-size: 14px;
    color: #707070;
    margin-top: 12px;
}


.det_li {
    width: 100%;
    margin-top: 20px;
}

.det_li:first-child {
    margin-top: 0;
}

.detail_info {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    color: #707070;
    line-height: 32px;
}

.detail_info img {
    max-width: 100%;
    display: block;
}


/* 现场 */
.site_box {
    padding-top: 60px;
}

.site_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #0860cb;
}

.pres_03 {
    width: 26px;
    height: 26px;
    display: block;
    margin-right: 10px;
}

.site_list {
    width: 100%;
    height: auto;
}

.site_li {
    width: 386px;
    height: 347px;
    background: #eeeeee;
    float: left;
    margin-right: 31px;
    position: relative;
    margin-top: 50px;
}

.site_li:nth-child(3n+0) {
    margin-right: 0;
}


.site_cover {
    width: 386px;
    height: 285px;
    overflow: hidden;
    position: relative;
}

.site_cover_img {
    width: 386px;
    height: 285px;
    display: block;
    transition: transform 1s cubic-bezier(.5, 1, .89, 1);
}

.site_li:hover .site_cover_img {
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.site_logo {
    width: 289px;
    height: 44px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site_txt {
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #0860cb;
    position: absolute;
    left: 0;
    bottom: 0;
}


/* 详情页 */
.page_detail{  width: 1560px; min-height: 400px; margin: 100px auto; background: #ffffff;}

.page_detail_info{ width: 1034px; margin: 0 auto;  padding: 80px 0;}
.page_con_title{ width: 100%; text-align: center; padding: 15px 0; border-bottom: 1px solid #dcdcdc; line-height: 54px;
}
.page_con_title h2{
    font-size: 30px;font-weight: bold;
}
.virtue_bix{ width: 100%; text-align: center; line-height: 40px; font-size: 14px; color: #999999;}
.virtue_date{ margin-right: 40px; padding-left: 26px; background: url(../images/icon/ny_02.png) left center no-repeat;
background-size: 17px 17px;
}
.virtue_browse{  padding-left: 30px; background: url(../images/icon/ny_01.png) left center no-repeat;
    background-size: 23px 23px;}
.detail_set_info{font-size: 16px;color: #727272;line-height: 30px; padding-top:40px; text-align: justify;}
/*.detail_set_info img{ max-width: 100%; display: block;}*/


.content-link{ width: 100%; padding-top: 60px;}
.link-li{ width: 100%; height: 34px; line-height: 34px;font-size: 14px; color: #999999;}

.link-li a{color: #333333; -moz-transition:all .25s ease-in;
    -webkit-transition:all .25s ease-in;
    -o-transition:all .25s ease-in;
    -ms-transition:all .25s ease-in;
    transition:all .25s ease-in;}
.link-li a:hover{ color: #0860cb; text-decoration:underline;}
.link-li span{ color: #333333;}
.link-li a.disable{ color: #999; cursor:not-allowed;text-decoration: none;}