﻿/* 通用 */
.w-con{
    width: 1520px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.container{
    width: 1520px;
}

/*@media (max-width: 1600px) {*/
/*    .w-con{*/
/*        width: 1280px;*/
/*    }*/
/*    .container{*/
/*        width: 1280px;*/
/*    }*/
/*}*/
@media (max-width: 1400px) {
    .w-con{
        width: 100%;
    }
    .container{
        width: 100%;
    }
}
@media (max-width:768px) {
    .w-con{
        width: 100%;
    }
    .container{
        width: 100%;
    }
}

/* 头部 */

.x-top2 {
    background: #007dcc;width: 100%;position: fixed;top: 0;left: 0;z-index: 99999;
    padding:0px 0;
    width: 100%;
    left:0;
    top:0;
    z-index: 9999999;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background: #000000;
}
.x-top2 .flex{
    align-items: center;
}
.x-top2 .dlogo {
    width: 20%;
    height: 80px;
    line-height: 80px;
    margin-left: 0px;
    margin: 10px 0;
}
.x-top2 .dlogo img{
    width: 100%;
}

.x-top2 .nnav {
    width: 70%;
    margin: 10px 0 0 0;
}
.nav_right_box{
    width: 100px;
    position: relative;
    right: 0;
}
.nav_right_box img{
    float: left;
    width: 30px;
    height: 30px;
}
.nav_right_box span{
    float: left;
    color: #ffffff;
    border: 1px solid #fff;
    width: 76px;
    line-height: 32px;
    text-align: center;
    font-size: 1.3rem;
}

.nav_right_box:hover .x-sub-menu-r {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.nav_right_box .x-sub-menu-r {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -35%;
    top: 48px;
    background: rgba(59, 59, 59, 0.8);
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.nav_right_box .x-sub-menu-r > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding: .5em;
    border-bottom: 1px solid #454545;
}

.nav_right_box .x-sub-menu-r:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent rgba(59, 59, 59, 0.8) transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}

.page-banner{
    margin-top: 103px;
}
.n-contact{
    color:#fff;
    font-size: 20px;
    font-family: arial;
    width: auto !important;
    margin-top: 4px;
    white-space:nowrap;
}

@media (max-width: 1600px) {
    .x-top2 .nnav{
        width: 67%;
    }
    .x-top2 .dlogo{
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .x-top2 .nnav{
        width: 67%;
    }
}


/*banner*/
/*.x-banner .owl-carousel .banner-item a img, .x-product-list li .img img{*/
/*    height: 100vh;*/
/*}*/


.gonext{
    position: absolute;
    width: 110px;
    bottom:62px;
    left:50%;
    margin-left:-55px;
    color:#fff;
    font-size: 14px;
    line-height: 2;
    z-index: 99;
    padding-bottom: 35px;
    text-align: center;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
}
.gonext a{
    color:#fff;
    display: block;
}
.gonext:after{
    position: absolute;
    width: 60px;
    height: 60px;
    content: "";
    left:50%;
    margin-left:-30px;
    bottom:0;
    background: url(../images/264b199f61ae349e71ec2261f53cf3c18963225d.png) no-repeat;
    
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.pb_imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.pb_imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

/* 首页产品中心 */
.w_index_pro_index{
    width: 100%;
    float: left;
    background: url(/template/default/resource/images/index_pro_bg.png);
    padding: 80px 0;
}
.w_index_pro_index .pub_tit_box{
    overflow: hidden;
    float: left;
    width: 100%;
    text-align: center;
}
.w_index_pro_index .pub_tit_box .tit {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    color: #ffffff;
}
.w_index_pro_index .pub_tit_box .titsub {
    color: #f1f1f1;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
}
.w_index_pro_index .w_content_list{
    overflow: hidden;
    float: left;
    width: 100%;
    text-align: center;
}
.w_index_pro_index .w_content_list .item{
    float: left;
    width: 30%;
    margin: 80px 1%;
    cursor: pointer;
}
.w_index_pro_index .w_content_list .item .img_box{
    float: left;
    width: 90%;
    margin: 0px 5%;
}
.w_index_pro_index .w_content_list .item img{
    float: left;
    width: 100%;
}

.w_index_pro_index .w_content_list .item .tit {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.w_index_pro_index .w_content_list .item .titsub {
    float: left;
    width: 100%;
    color: #f1f1f1;
    font-size: 14px;
    line-height: 1.8;
    text-transform: uppercase;
    text-align: center;
}
.w_index_pro_index .w_content_list .item .ljgd {
    float: left;
    margin-left: 35%;
    width: 30%;
    color: #ffffff;
    line-height: 3;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 10px;
}
.w_index_pro_index .w_content_list .item:hover .tit{
    color: #0066CC;
}
.w_index_pro_index .w_content_list .item:hover .titsub{
    color: #0066CC;
}
.w_index_pro_index .w_content_list .item:hover .ljgd{
    color: #FFFFFF;
    background-color: #0066CC;
    border:0px;
}

/* 公司简介 */
.w-about{
    width: 100%;
    float: left;
    background: #001115;
    background-size: cover;
    background: url(/template/default/resource/images/index_about_bg.png);
    padding: 80px 0px;
    box-sizing: border-box;
}
.index_about_left_box{
    float: left;
    width: 45%;
    margin-right: 30px;
}
.index_about_left_box .tit {
    float: left;
    width: 100%;
    font-size:  3vw;
    line-height: 1.5;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}
.index_about_left_box .titsub {
    float: left;
    width: 100%;
    font-size: 1.3vw;
    line-height: 2;
    color: #ffffff;
    text-align: left;
}
.index_about_left_box .content {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    margin-top: 30px;
}
.index_about_left_box .link_box{
    margin-top: 30px;
    float: left;
    width: 100%;
}
.index_about_left_box .link_box .item{
    float: left;
    width: 100%;
    padding: 5.1% 0;
    border-bottom: 1px solid #333333;
    cursor: pointer;
}
.index_about_left_box .link_box .item .tit1{
    float: left;
    color: #ffffff;
    font-size: 14px;
    margin-top: 7px;
}
.index_about_left_box .link_box .item:hover .tit{
    color: #1e7bf3;
}
.index_about_left_box .link_box .item .item_right_box{
    float: right;
    margin-top: 0px;
    margin-right: 40px;
}
.index_about_left_box .link_box .item .item_right_box .noton{
    display: block;
}
.index_about_left_box .link_box .item .item_right_box .on{
    display: none;
}
.index_about_left_box .link_box .item:hover .item_right_box .noton{
    display: none;
}
.index_about_left_box .link_box .item:hover .item_right_box .on{
    display: block;
}


.index_about_right_box{
    float: right;
    width: 50%;
    max-height: 643px;
    overflow: hidden;
}
.index_about_right_box img{
    float: left;
    width: 100%;
}

.aboutbox{
    overflow: hidden;
}
.about-up{
  color:#fff;  
  text-align: center;

}

/*解决方案*/
.jiejuefangan{
    width: 100%;
    float: left;
    background: #001115;
    background: url(/template/default/resource/images/index_jiejueff_bg.png);
    padding: 0px 0;
}
.index_jiejueff_left_box{
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-top: 50px;
}
.index_jiejueff_left_box .tit {
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}
.index_jiejueff_left_box .titsub {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 2;
    color: #ffffff;
    text-align: left;
}
.index_jiejueff_left_box .more {
    float: left;
    width: 180px;
    color: #ffffff;
    line-height: 3.6;
    text-align: center;
    margin-top: 60px;
    border-radius: 30px;
    background-color: #3e494c;
    cursor: pointer;
}
.index_jiejueff_left_box .more:hover {
    background-color: #0066CC;
    color: #FFFFFF;
}

.index_jiejueff_right_box{
    float: right;
    width: 45%;
}
.index_jiejueff_right_box .link_box{
    float: left;
    width: 100%;
}
.index_jiejueff_right_box .link_box .item{
    float: left;
    width: 100%;
    height: 22rem;
    background-color: rgba(111, 111, 111, 0.2);
    color: #fff;
    cursor: pointer;
}
.index_jiejueff_right_box .link_box .item .item_left_box{
    float: left;
    width: 70%;
}
.index_jiejueff_right_box .link_box .item .item_left_box .tit{
    float: left;
    width: 100%;
    font-size: 2rem;
    margin-top: 5rem;
    margin-left: 2rem;
    color: #FFFFFF;
}
.index_jiejueff_right_box .link_box .item .item_left_box .titsub{
    float: left;
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-left: 2rem;
    color: #a0a0a0;
}
.index_jiejueff_right_box .link_box .item .item_right_box{
    float: right;
    margin-top: 7rem;
    margin-right: 2rem;
}
.index_jiejueff_right_box .link_box .item .item_right_box .noton{
    display: block;
}
.index_jiejueff_right_box .link_box .item .item_right_box .on{
    display: none;
}

.index_jiejueff_right_box .link_box .item:hover{
    background-color: rgba(255, 255, 255, 1);
    color: #0486fd;
}
.index_jiejueff_right_box .link_box .item:hover .item_left_box .tit{
    color: #0486fd;
    font-weight: bold;
}
.index_jiejueff_right_box .link_box .item:hover .item_left_box .titsub{
    color: #a0a0a0;
}
.index_jiejueff_right_box .link_box .item:hover .item_right_box .noton{
    display: none;
}
.index_jiejueff_right_box .link_box .item:hover .item_right_box .on{
    display: block;
}

/*新闻中心*/
.index_newsdongtai_box{
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
    background: url(/template/default/resource/images/index_news_bg.png);
}
.index_newsdongtai_box .tit {
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 2;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.index_newsdongtai_box .content_box{
    float: left;
    width: 100%;
    overflow: hidden;
}
.index_newsdongtai_box .content_box .hd{
    float: left;
    width: 100%;
    padding: 0px 10px 0 10px;
    border-bottom: 1px solid #666;
}
.index_newsdongtai_box .content_box .hd ul{
    width: 200px;
    margin: 0px auto 0 auto;
}

.index_newsdongtai_box .content_box .hd .hdLi1{
    float: left;
    width: 88px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
    border-bottom: 3px solid #000;
    margin: 0 5px;
}
.index_newsdongtai_box .content_box .hd .hdLi1 a{
    color: #ffffff;
}
.index_newsdongtai_box .content_box .hd .on{
    border-bottom: 3px solid #017def;
}
.index_newsdongtai_box .content_box .bd{
    float: left;
    width: 100%;
    padding: 10px 0px 10px 15px;
    margin-top: 50px;
}
.index_newsdongtai_box .content_box .bd .ulleftbox{
    float: left;
    width: 49%;
    height: 431px;
    overflow: hidden;
}

/*banner*/
.index_newsdongtai_box .content_box .bd .ulleftbox .x-banner .owl-carousel .banner-item a img{
    width: 100%;
}
.index_newsdongtai_box .content_box .bd ul{
    float: right;
    width: 48%;
    margin-left: 40px;
    margin-bottom: -2px;
}
.index_newsdongtai_box .content_box .bd li{
    float: left;
    width: 100%;
    background-color: #fff;
    height: 10rem;
    margin-bottom: 10px;
    color: #333333;
}
.index_newsdongtai_box .content_box .bd li:hover{
    background-color: #017def;
}
.index_newsdongtai_box .content_box .bd .title_box{
    float: left;
    width: 500px;
    margin-top: 0.8rem;
}
.index_newsdongtai_box .content_box .bd .title_box h3{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    margin: 16px 0px 5px 0px;
}
.index_newsdongtai_box .content_box .bd .title_box .desc{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
    margin: 0px 0px;
}
.index_newsdongtai_box .content_box .bd .date{
    float: left;
    font-size: 15px;
    line-height: 55px;
    color: #333333;
    margin: 19px 30px 10px 20px;
    border-right: 1px solid #e0e0e0;
}
.index_newsdongtai_box .content_box .bd .date .date_day{
    float: left;
    width: 100%;
    line-height: 38px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.index_newsdongtai_box .content_box .bd .date .date_yearmonth{
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.index_newsdongtai_box .content_box .bd li:hover h3{
    color: #fff;
}
.index_newsdongtai_box .content_box .bd li:hover .date{
    color: #fff;
}
.index_newsdongtai_box .content_box .bd li:hover .date_day{
    color: #fff;
}
.index_newsdongtai_box .content_box .bd li:hover  .desc{
    color: #fff;
}


/*合作伙伴*/
.hezuohuoban_box{
    float: left;
    width: 100%;
    padding: 45px 0;
    background: url(/template/default/resource/images/index_hezuohuoban_bg.png);
}
.hezuohuoban_box .top_left_box{
    float: left;
    width: 15%;
}
.hezuohuoban_box .top_left_box .tit{
    float: left;
    font-size: 2.4vw;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 0.3vw;
}
.hezuohuoban_box .top_right_box{
    float: right;
    width: 80%;
}
.hezuohuoban_box .top_right_box a{
    float: right;
    width: 20%;
    margin: 10px 15px;
    border:2px solid #121a20;
}
.hezuohuoban_box .top_right_box a:nth-of-type(1){
    margin: 10px 0px 10px 20px;
}
.hezuohuoban_box .top_right_box a:hover{
    border:2px solid #054aad;
}
.hezuohuoban_box .top_right_box a img{
    float: left;
    width: 100%;
    height: 5.3vw;
}
.hezuohuoban_box .bottom_box{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 26px;
    padding: 30px 0 0 0;
    color:#FFFFFF;
    border-top: 1px solid #2a2a2a;
    margin-top: 20px;
}



/*动画*/
.animated .index_about_f,.animated .xn_c_index_63_topbox,.animated .index_cnt_m_abxf_t{animation: fadeInDown 1s 0.2s both ease;}
.animated .index_cnt_m_about_cnt,.animated .xn_c_index_63_slide,.animated .index_cnt_m_abxf_cnt{animation: fadeInDown 1s .8s both ease;}
.animated .about_lvb,.animated .xn_c_index_63_control,.animated .ab_xjlb{animation: fadeInDown 1s 1.4s both ease;}
.index_cnt_m_about{width:1200px;position: relative;height: 990px;overflow: hidden;}
.index_about_f{position:relative; width:100%; }
.index_cnt_m_about_t{width:100%; height:84px;text-align: center;margin-bottom: 78px;margin-top: 100px;position: relative;}
.i_about_t1{ display: block;width: 100%;height: 52px;line-height: 52px;overflow: hidden;color: #122a88;font-size: 40px;font-weight: bold;}
.i_about_t2{ float:left; margin:0 5px;display: none; }
.i_about_t3{ display: block;width: 100%;height: 32px;line-height: 32px;overflow: hidden;color: #202020;font-size: 20px;text-transform: uppercase;}
.index_cnt_m_about_cnt{width:930px;margin: 0 auto; position: relative;}
.i_about_img{width:300px; height:100px; padding-bottom:10px;display: none;}
.i_about_cnt{height:182px; display:block; word-break: break-all; overflow:hidden; font-size:14px; color:#888; line-height:26px;text-align: justify;}
.index_cnt_m_about_more{width:930px;margin: 0 auto;position: relative; }
.index_cnt_m_about_more a{line-height: 26px;text-transform: uppercase; height:26px;color:#888;font-size: 12px; display: block;margin-top: 10px;}
.index_cnt_m_about_more a:hover{color:#007dcc; }
.about_lvb{width: 1088px;margin: 104px auto 0;position: relative;}
.about_lvb li{float: left;margin:0 29px;width: 214px;height: 214px;overflow: hidden;position: relative;}
.abo_xf_01{background:url(/template/default/assets/jsv1/abo_xf_01.png?d=20170314092841758) no-repeat;}
.abo_xf_02{background:url(/template/default/assets/jsv1/abo_xf_02.png?d=20170314092841758) no-repeat;}
.abo_xf_03{background:url(/template/default/assets/jsv1/abo_xf_03.png?d=20170314092841758) no-repeat;}
.abo_xf_04{background:url(/template/default/assets/jsv1/abo_xf_04.png?d=20170314092841758) no-repeat;}
.abo_xf_zi01{width: 146px;text-align: center;height: 50px;line-height: 50px;overflow: hidden;font-size: 30px;color:#fff;margin: 42px auto 0;}
.abo_xf_zi02{width: 146px;text-align: center;height: 24px;line-height: 24px;overflow: hidden;font-size: 14px;color:#fff;margin: 0px auto;}
.abo_xf_zi01 i{font-size: 18px;}
.about_lvb li:hover{cursor: pointer; animation:arrowmove .3s linear infinite alternate;-moz-animation:arrowmove .3s linear infinite alternate;-webkit-animation:arrowmove .3s linear infinite alternate;-o-animation:arrowmove .3s linear infinite alternate; }
@keyframes arrowmove{0%{top:-5px}100%{top:8px}}
@-moz-keyframes arrowmove{0%{top:-5px}100%{top:8px}}
@-webkit-keyframes arrowmove{0%{top:-5px}100%{top:8px}}
@-o-keyframes arrowmove{0%{top:-5px}100%{top:8px}}

.xn_c_index_63_wrap{width:1200px;margin:-160px auto 0 auto;position:relative;}
.xn_c_index_63_topbox{width: 620px;overflow: hidden;height: 70px;line-height: 70px;margin-bottom: 24px;position: relative;}
.xn_c_index_63_news_t2,.xn_c_index_63_news_more{display: none;}
.xn_c_index_63_news_t1{float: left;color: #122a88;font-size: 40px;font-weight: bold;}
.xn_c_index_63_news_t3{font-size: 20px;color: #202020;float: left;text-transform: uppercase;line-height: 82px;padding-left: 6px;}
.xn_c_index_63_wbox{width:620px;overflow:hidden;height: 280px;}
.xn_c_index_63_slide{width:90000px;overflow: hidden;position: relative;}
.xn_c_index_63_list{width:620px;float:left;height:258px;position:relative;}
.xn_c_index_63_img{width:400px;height:300px;display: none;}
.xn_c_index_63_img img{width:400px;height:300px;}
.xn_c_index_63_content{width:620px;overflow:hidden;height:258px;}
.xn_c_index_63_title{height:30px;line-height:30px;width: 100%;}
.xn_c_index_63_title a{display: block;width: 620px;height: 30px;line-height: 30px;color: #444;font-size: 16px;font-weight: bold;white-space: nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;
    -moz-binding:url('ellipsis.xml#ellipsis');}
.xn_c_index_63_time{height:22px;line-height:22px;margin-bottom: 6px;padding-left: 24px;background:url(/template/default/assets/images/old/xn_c_index_63_time.png?d=20170314092841758) left center no-repeat;font-size: 12px;color: #949494;}
.xn_c_index_63_time span{float: left;}
.xn_c_index_63_coent{width: 620px;line-height: 24px;height: 120px;overflow: hidden;font-size: 12px;color: #666;}
.xn_c_index_63_more{height: 24px;line-height: 24px;margin-top: 14px;}
.xn_c_index_63_more a{color: #666;font-size: 12px;text-transform: uppercase;}
.xn_c_index_63_more a:hover{color: #ffae00;}
.xn_c_index_63_control{width:100px;position: absolute;left: 0;}
.xn_c_index_63_leftButton{width:22px;float:left;height:22px;font-size:0px;text-align:center;cursor:pointer;background:url(/template/default/assets/images/old/xn_c_index_63_leftButton.png?d=20170314092841758) no-repeat;}
.xn_c_index_63_leftButton:hover{background:url(/template/default/assets/images/old/xn_c_index_63_leftButton01.png?d=20170314092841758) no-repeat;}
.xn_c_index_63_rightButton{width:30px;float:left;height:30px;font-size:14px;text-align:center;cursor:pointer;background:url(/template/default/assets/images/old/xn_c_index_63_rightButton.png?d=20170314092841758) no-repeat;margin-left: 10px;}
.xn_c_index_63_rightButton:hover{background:url(/template/default/assets/images/old/xn_c_index_63_rightButton01.png?d=20170314092841758) no-repeat;}

.index_cnt_m_abxf{width:1200px;position: relative;height: 990px;overflow: hidden;}
.index_abxf_f{position:relative; width:100%; }
.index_cnt_m_abxf_t{width:100%; height:62px;text-align: center;margin-top: 125px;}
.i_abxf_t1{ display: block;height: 62px;line-height: 62px;overflow: hidden;color: #122a88;font-size: 40px;font-weight: bold;float: left;}
.i_abxf_t2{ float:left; margin:0 5px;display: none; }
.i_abxf_t3{ display: block;float: left; height: 62px;line-height: 80px;overflow: hidden;color: #202020;font-size: 20px;text-transform: uppercase;}
.index_cnt_m_abxf_cnt{width:580px;}
.i_abxf_t4{width: 100%;height: 40px;line-height: 40px;color: #202020;font-size: 16px;font-weight: bold;overflow: hidden;margin-bottom: 6px;}
.i_abxf_img{width:300px; height:100px; padding-bottom:10px;display: none;}
.i_abxf_cnt{height:66px; display:block; word-break: break-all; overflow:hidden; font-size:14px; color:#202020; line-height:22px;text-align: justify;}
.index_cnt_m_abxf_more{width:1000px;}
.index_cnt_m_abxf_more a{line-height: 26px;text-transform: uppercase; height:26px;color:#202020;font-size: 12px; display: block;margin-top: 10px;}
.index_cnt_m_abxf_more a:hover{color:#007dcc; }
.ab_xjlb{width: 580px;position: relative;}
.ab_xjlb01{width: 130px;height: 130px;overflow: hidden;position: relative;margin-top: 4px;}
.ab_xjlb02{width: 46px;height: 46px;overflow: hidden;position: absolute;top: 130px;left: 100px;}
.ab_xjlb03{width: 71px;height: 71px;overflow: hidden;position: absolute;top: 62px;left: 155px;}
.ab_xjlb04{width: 129px;height: 129px;overflow: hidden;position: absolute;top: -5px;left: 284px;}
.ab_xjlb li{-webkit-transition: -webkit-transform 1s;}
.ab_xjlb li:hover{cursor: pointer;
    transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@media (max-width: 992px) {
    .xn_c_index_63_wrap{
        margin: 0px 4% 0 4%;
        width: 100%;
    }
    .xn_c_index_63_title a {
        display: block;
        width: 80vw;
    }
    .xn_c_index_63_wbox {
        width: 90vw;
        overflow: hidden;
        height: 280px;
        padding-right: 4%;
    }
    .xn_c_index_63_list {
        width: 90vw;
    }
    .xn_c_index_63_content {
        width: 90vw;
    }
    .xn_c_index_63_coent {
        width: 100%;
    }
}




.index_cnt{width:100%; background:#fff;overflow: hidden;position: relative;}
.index_cnt_m{width:100%; position:relative; margin:0 auto; overflow: hidden;}
.index_dip01,.index_dip02,.index_dip03,.index_dip04{font-family:"微软雅黑"; position: relative; width: 100%;height: 990px;}
.index_dip01{background: url(/template/default/assets/images/index_about01.jpg?d=20170314092841758) top center no-repeat;}
.index_dip02{background: url(/template/default/assets/images/index_about02.jpg?d=20170314092841758) top center no-repeat;}
.index_dip03{background: url(/template/default/assets/images/index_about03.jpg?d=20170314092841758) top center no-repeat;}
.dip_top{width: 1200px;position: relative;margin: 0 auto;height: 1000px;overflow: hidden;}

.xn_f_21_wrap{width:1200px;height:124px;margin:0px auto;overflow: hidden;position: relative;}
.xn_f_21_topbox{overflow: hidden;margin-top: 15px;}
.xn_f_21_news_t1{float: left;height: 30px;line-height: 30px;font-weight: bold;font-size: 20px;color: #fff;}
.xn_f_21_news_t3{float: left;height: 30px;line-height: 34px;padding-left: 5px;font-size: 14px;color: #fff;font-weight: bold;text-transform: uppercase;}
.xn_f_21_news_more{display: block;clear: both;width: 40px;height: 2px;background: #fff;margin-bottom: 14px;}
.xn_f_21_xhbox{float:left;height:13px;overflow:hidden;text-align:center;font-size: 14px;padding-left: 13px;border-left: 1px solid #fff;margin-right: 13px;margin-bottom: 10px;line-height: 13px;}
.xn_f_21_xhbox a{color: #fff;}
.xn_f_21_xhbox a:hover{color: #ffae00;}
.xn_f_21_topbox+.xn_f_21_xhbox{border-left: none;padding-left: 0;}

.foot_tel{float: left;height: 40px;line-height: 40px;font-size: 14px; color:#fff; }
.foot_add{float: left;margin: 0 12px;}
.foot_phone{float: left;margin-right: 12px;}
.foot_fax{float: left;}
.foot_zip{display: none; }
.foot_dhxf{width: 890px;height: 56px;overflow: hidden;}
.foot_dhxf_name{width: 100%;height: 22px;line-height: 22px;overflow: hidden;font-size: 14px;color: #fff;font-weight: bold;}
.ffoot_dhxf_ba{width: 100%;height: 34px;line-height: 34px;overflow:hidden;color: #fff;font-weight: bold;font-size: 30px;}


.foot{ width:100%; position:relative; font-size:12px;overflow: hidden; height:auto;color: #ffffff;background: #000000;padding: 0 1.5rem; }
.index_body .foot,.index_body.foot_c{height: 314px;}
.foot_c{position:relative; width:1520px; height: auto; margin:auto; overflow: hidden;}
.foot_c .line2{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin: 70px 0 0 0;
    text-align: center;
}
.foot_c .line2 .left_box{
    float: left;
    width: 388px;
}
.foot_c .line2 .left_box{
    float: left;
    width: 388px;
}
.foot_c .line2 .left_box .logo{
    float: left;
}
.foot_c .line2 .left_box .content{
    float: left;
}
.foot_c .line2 .left_box .content .tit{
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin-top: 30px;
}
.foot_c .line2 .left_box .content .tel{
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: left;
}
.foot_c .line2 .left_box .content .email{
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: left;
}
.foot_c .line2 .left_box .content .address{
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.foot_c .line2 .right_box{
    float: left;
    width: 1100px;
    margin-left: 30px;
}
.foot_c .line2 .right_box .nav_box{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom:1px solid #2a2a2a;
}
.foot_c .line2 .right_box .nav_box a{
    float: left;
    margin: 10px 0px;
    color: #fff;
    font-size: 16px;
    width: 136px;
}
.foot_c .line2 .right_box .nav_content_box{
    float: left;
    width: 100%;
    margin-top: 5px;
}
.foot_c .line2 .right_box .nav_content_box .item{
    float: left;
    width: 136px;
}
.foot_c .line2 .right_box .nav_content_box .item a{
    float: left;
    width: 100%;
    color: #bdbdbd;
    font-size: 13px;
    overflow: hidden;
    height: 26px;
}

.foot_c .line3{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 10px 0 0 0;
    border-top: 1px solid #212121;
    padding: 20px 0 20px 0;
}
.foot_c .line3 a{
    color: #ffffff;
}

@media (max-width: 992px) {
    .foot_btg{
        margin-top: 0px;
    }
    #i-main .foot_btg{
        margin-top: -587px;
    }
    .foot{
        padding: 5px 4%;
        height: auto;
    }
    .foot_c{
        width: 100%;
        height: auto;
    }
    .xn_f_21_wrap {
        width: 100%
    }
    .foot_matr,.foot_mas{
        display: none;
    }
    .foot_copy{
        float: left;
        width: 100%;
        height: auto;
    }
    .foot_copy_name{
        float: left;
        width: 100%;
        display: block;
    }
    .foot_copy_ba{
        float: left;
        width: 100%;
    }
    .i_abxf_cnt{
        height: 136px;
    }
    .ab_xjlb{
        display: none;
    }
    .foot_tel{
        height: auto;
    }
    .foot_add{
        margin-left: 0;
    }
}

.video{
    position: relative;
}

.video a{
    display: inline-block;
    position: relative;
    z-index: 9;
}
.video .img{
   background: #dc0000;
    padding:22px 24px;
    border-radius: 50%;
    position: relative;
    z-index:9;
}
.video a:before {
    content: '';
    background: rgba(255, 255, 255, .7);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kuosan 2.2s linear 0.1s infinite;
}
.video a:after {
    content: '';
    background: rgba(255, 255, 255, .7);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kuosan 2.2s linear 1.2s infinite;
}
@keyframes kuosan {
    0% {
        width: 66px;
        height: 66px;
        opacity: 1;
    }
    50% {
        width: 90px;
        height: 90px;
        opacity: 1;
    }
    100%{
        width: 120px;
        height: 120px;
        opacity: 0;
    }
}
.power{
    margin-top:8vh;
    background: rgba(0,0,0,.18);
    padding:3vh 0 4vh;
}
.active .power{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration:1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.num-list{
    color:#fff;
    font-size: 0;
    
}
.num-list li{
    width: 195px;
}

.num-list .number {
    font-family: arial;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.num-list .number span{
    font-size: 88px;
    line-height: 1;
     color:#fff;
     background-image:-webkit-linear-gradient(bottom,#b1bbbd,#f7f7f7,#b1bbbd); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
    position: relative;
    display: inline-block;
    text-stroke: 2px #fff;
    -webkit-text-stroke: 2px #fff;
}

.num-list .number em{
    position: absolute;
    right:-30px;
    top:0;
    font-size: 40px;
    line-height: 1;
}
.num-list p{
    color:#fff;
    font-size: 17px;
    padding-left:48px;
    line-height: 2.2;
    margin-top:5px;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .about-up .tit{
        font-size: 40px;
    }
    .about-up .content{
        font: 400 16px/32px "Microsoft Yahei";
        padding: 5vh 0;
    }
    .num-list p{
        padding-left: 40px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .about-up .content{
        padding: 3vh 4%;
        overflow: hidden;
        display: none;
    }
    .about-up .content_mobile{
        padding: 3vh 4%;
        overflow: hidden;
        display: block;
    }
    .w-about{
        padding: 6vh 0;
    }
    .power{
        margin-top: 0;
    }
    .num-list li{
        width: 50%;
        margin-bottom: 10px;
    }
    .about_lvb{
        display: none;
    }
}

@media (max-width: 768px) {
    .num-list p{
        font-size: 14px;
        background-size: 22px auto !important;
        line-height: 1.5;
    }
    .num-list .number span{
        font-size: 60px;
    }
}

/* 产品 */
.x-pro{
    background: url(../images/index_about02.jpg) no-repeat center;
}
.w-pro-tt-l{
    background: url(../images/794e848ff1aa06cab8af9a4466247d506665aaa5.png) no-repeat left center;
    padding-top: 52px;
}
.w-pro-tt-l h3{
    color: #d50c19;
    font: 600 44px/66px "Microsoft yahei";
    padding-left: 80px;
}
.w-pro-tt-l h4{
    color: #d3d3d3;
    font: 600 30px/40px "Microsoft yahei";
    text-transform: uppercase;
    padding-left: 30px;
    font-style: italic;
}
.w-pro-tt-l h4 span{
    color: #d50c19;   
}
.w-pro-tt-r{
    padding-top: 50px;
    width: 66%;
}
.w-pro-tt-r p{
    color: #444444;
    font: 400 18px/36px "Microsoft yahei";
}
.x-pro .owl-carousel{
    margin-top:6.6vh;
}
.active.x-pro .owl-carousel {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.pro-item a{
    display: block;
    /* background: -webkit-gradient(linear, left bottom, left top, from(#888888), to(#888888));
   background: -webkit-linear-gradient(bottom, #d3d5d5, #888888);
   background: linear-gradient(to top, #d3d5d5, #eaeae8); */
   border-radius: 20px;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
   position: relative;
   background-color: #888888;
}
.pro-item .text{
    position: relative;
    padding-top: 15px;
    color: #ffffff;
    font: 400 20px/80px "Microsoft yahei";
    text-align: center;
}
.pro-item .text .imgico{
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    padding: 7px;
    background-color: #d50c19;
    border-radius: 30px;
    overflow: hidden;
    border: 4px solid #d2d9df;
}
.pro-item .text .imgico img{
    width: 40px;
    height: 40px;
}
.pro-item:hover a{
    background-color: #db0000;
}
.pro-item:hover .text .imgico{
    background-color: #939393;
}
.x-pro .owl-carousel .owl-nav .owl-prev {
    left: 21%;
    background: url(../images/984ca1452e9d918c3856cac1d3f17e4d198c3f5f.png) no-repeat center #fff;
}
.x-pro .owl-carousel .owl-nav .owl-prev:hover{
    background: url(../images/aa64c7b19ddc25d026cc44da56adec21d775fe44.png) no-repeat center #dc0000;
}
.x-pro .owl-carousel .owl-nav .owl-next {
    right:21%;
    background: url(../images/96ade47af2b75cb9b31d5b396c2144cad90f9b97.png) no-repeat center #fff;
}
.x-pro .owl-carousel .owl-nav .owl-next:hover{
    background: url(../images/30ba1ce4a40ac7f015abf13d8915bc577deb0a91.png) no-repeat center #dc0000;
}
.x-pro .owl-carousel .owl-nav button.owl-prev, .x-pro .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;

}

.x-pro .owl-carousel .owl-nav button.owl-prev:hover, .x-pro .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}

.x-pro .owl-carousel .owl-nav .icon-font:after{
    display: none;
}
.x-pro .more{
    text-align: center;
    margin-top:8.8vh;
    font-size: 0;
}
.active.x-pro .more {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.2s;
    -webkit-animation-delay:1.2s;
}
.x-pro .more a{
    display: inline-block;
    width: 200px;
    background: #dc0000;
    font-size: 16px;
    line-height: 54px;
    border-radius: 28px;
    color:#fff;
    vertical-align: top;
    border:1px solid transparent;
    position: relative;
    overflow: hidden;
}
.x-pro .more a.mpo:hover{
    background: #f10303;
}
.x-pro .more a.mpo:before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}
@-webkit-keyframes wave{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }
    to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}
@keyframes wave{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }
    to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}
.x-pro .more .consle{
    margin-left:1.4vw;
    border:1px solid #dc0000;
    background: none;
    color:#dc0000;
}
.x-pro .news_foot_img_box{
    width: 100%;
    display: none;
}
/*.x-pro .news_foot_img_box img{*/
/*    width: 100%;*/
/*}*/

@media (max-width: 992px) {
    .x-pro{
        padding: 4vh 0 6vh 0;
        background: none;
        width: 100%;
        overflow: hidden;
    }
}

/*优势*/
.w-ys{
    position: relative;
    height: 100vh;
    background: url(../images/index_about03.jpg) no-repeat center;
}
.w-ys-tt{
    position: absolute;
    top: 24vh;
    z-index: 9;
    color: #ffffff;
    font: 600 44px/60px "Microsoft yahei";
    text-align: center;
    left: 0;
    width: 100%;
}
.active .w-ys-tt{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.active .w-ys-txt{
    /* animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s; */
}
.w-ys-list{
    position: relative;
    z-index: 0;
    height: 100vh;
}
.w-ys-list li{
    position: relative;
    width: 25%;
    overflow: hidden;
    height: 100%;
}
.w-ys-list li img{
    width: 100%;
    height: 100%;
}
.w-ys-list li .w-ys-txt{
    display: block;
    position: absolute;
    z-index: 99;
    top: 38vh;
    width: 100%;
    left: 0;
    padding: 52px;
    text-align: center;
    transition: all 0.8s;
}
.w-ys-list li .w-ys-txt img{
    width: 88px;
    height: 88px;
}
.w-ys-list li .w-ys-txt h3{
    color: #ffffff;
    font: 600 26px/66px "Microsoft yahei";
    margin-bottom: 10px;
}
.w-ys-list li .w-ys-txt h4{
    color: #efefef;
    font: 400 17px/30px "Microsoft yahei";
}
.w-ys-list li .w-ys-txt:hover{
    transition: all 0.8s;
    transform: translateY(-20px);
}

@media (max-width: 992px) {
    .w-ys{
        padding: 0vh 4%;
        height: auto;
    }
    .w-ys-tt{
        position: relative;
        top: 0;
        color: #d50c19;
        font: 600 30px/60px "Microsoft yahei";
        margin-bottom: 3vh;
    }
    .w-ys-list{
        height: auto;
    }
    .w-ys-list li{
        width: 50%;
    }
    .w-ys-list li .w-ys-txt{
        position: relative;
        top: 0;
        padding: 20px;
    }
    .w-ys-list li .w-ys-txt h4{
        font: 400 16px/30px "Microsoft yahei";
    }
    .index_cnt_m_abxf{
        width: 100%;
    }
    .dip_top{
        width: 100%;
    }
    .index_cnt_m_abxf_cnt{
        width: 100%;
    }
}

@media (max-width: 500px) {
    .w-ys-list li{
        width: 100%;
    }
    .w-ys-tt{
        font: 600 25px/60px "Microsoft yahei";
    }
    .w-ys-list li .w-ys-txt h3{
        font: 600 22px/52px "Microsoft yahei";
        margin-bottom: 0;
    }
}

/* 服务 */
.w-service{
    position: relative;
}
.w-service-l{
    width: 41.8%;
}
.active .w-service-l{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.w-service-l .w-pro-tt-l{
    background: url(../images/7a2bdbfecd2e1ab98225d2c94bac011c91cac8ae.png) no-repeat left center;
    padding-top: 33px;
    padding-bottom: 10px;
}
.w-service-l .w-pro-tt-l h3{
    color: #000000;
}
.w-service-l .w-pro-tt-l h4{
    line-height: 30px;
    padding-left: 80px;
}
.w-service-text{
    margin-top: 7vh;
    margin-bottom: 9vh;
}
.w-service-text p{
    color: #333;
    font: 400 18px/34px "Microsoft yahei";
}
.w-service-phone-img{
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: rgba(213, 12, 25, .3);
    padding: 35px;
    border-radius: 50px;
}
.w-service-phone-img img{
    position: relative;
    z-index: 99;
}
.w-service-phone-img::before{
    content: "";
    display: block;
    position: absolute;
    border-radius: 40px;
    z-index: 1;
    left: 11px;
    top: 11px;
    width: 78px;
    height: 78px;
    background-color: rgba(213, 12, 25, .3);
}
.w-service-phone-img::after{
    content: "";
    display: block;
    position: absolute;
    border-radius: 30px;
    z-index: 1;
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    background-color: #d50c19;
}
.w-service-phone-wz{
    float: left;
    padding-left: 20px;
    padding-top: 17px;
}
.w-service-phone-wz h5{
    color: #333333;
    font: 400 18px/36px "Microsoft yahei";
}
.w-service-phone-wz h6{
    color: #d50c19;
    font: 600 32px/38px "Microsoft yahei";
    margin-top: 0;
    margin-bottom: 0;
}
.w-service-r{
    position: absolute;
    right: 86px;
    top: 17vh;
}
.w-service-r .img{
    position: relative;
}
.w-service-r .img img{
    width: 900px;
    height: 660px;
}
@media (max-width: 1700px) {
    .w-service-l{
        width: calc(100% - 920px);
    }
}
@media (max-width: 1600px) {
    .w-service-l{
        width: calc(100% - 800px);
    }
    .w-service-r .img img{
        width: 770px;
        height: 565px;
    }
}
@media (max-width: 1400px) {
    .w-service-l{
        width: calc(100% - 850px);
    }
}


@media (max-width: 992px) {
    .w-pro-tt-l{
        padding-top: 0;
        background-image: none;
        width: 100%;
    }
    .w-pro-tt-l h3{
        padding-left: 0;
        font: 600 30px/52px "Microsoft yahei";
    }
    .w-pro-tt-l h4{
        padding-left: 0;
        font: 600 22px/30px "Microsoft yahei";
    }
    .w-pro-tt-r{
        padding-top: 3vh;
        width: 100%;
    }
    .w-pro-tt-r p{
        font: 400 16px/32px "Microsoft yahei";
    }
    .x-pro .more{
        margin-top: 3vh;
    }
    .x-pro .more a{
        width: 160px;
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .w-service{
        padding: 6vh 0;
    }
    .w-service-l{
        width: 100%;
    }
    .w-service-l .w-pro-tt-l{
        background-image: none;
        padding-top: 0;
    }
    .w-service-l .w-pro-tt-l h4{
        padding-left: 0;
    }
    .w-service-text{
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    .w-service-text p{
        font: 400 16px/30px "Microsoft yahei";
    }
    .w-service-r{
        position: relative;
        right: 0;
        top: 0;
    }
    .w-service-r .img img{
        max-width: 100%;
        height: auto;
    }
    .w-service-phone-img{
        width: 80px;
        height: 80px;
        padding: 25px;
    }
    .w-service-phone-img::before{
        width: 70px;
        height: 70px;
        left: 5px;
        top: 5px;
    }
    .w-service-phone-img::after{
        width: 60px;
        height: 60px;   
        left: 10px;
        top: 10px;    
    }
    .w-service-phone-wz{
        padding-top: 0;
    }
    .w-service-phone-wz h6{
        font: 600 28px/38px "Microsoft yahei";
    }
}

/*新闻*/
.w-news{
    background: url(../images/9045c90a200c1f659596208bc1ebac4e19ea693c.jpg) no-repeat 0 0 #f4f4f4;
}
.active .w-news-list{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.w-news .w-pro-tt-l{
    background: url(../images/3682ada9a81ce5462c376b82615e7a6ad87d1252.png) no-repeat left center;
}
.w-news .w-pro-tt-l h3{
    padding-left: 110px;
    color: #333;
}
.w-news .w-pro-tt-l h4{
    padding-left: 110px;
}
.w-news-p{
    color: #000000;
    font: 600 22px/40px "Microsoft yahei";
    margin-top: 4vh;
    margin-bottom: 4vh;
}
.w-news-l{
    width: 30%;
}

.w-news-tab{
    padding-left: 4vh;
}

.w-news-tab li a{
    color: #444444;
    font: 400 18px/38px "Microsoft yahei";
}
.w-news-tab li:hover a{
    color: #d50c19;
}
a.w-news-more{
    margin-top: 5.2vh;
    width: 160px;
    display: block;
    text-align: center;
    background-color: #d50c19;
    color: #ffffff;
    font: 400 18px/44px "Microsoft yahei";
    border-radius: 22px;
}

.w-news-list{
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 66.5%;
    margin-right: -2%;
}
.w-news-list li{
    width: 33%;
    padding-left: 2%;
    padding-right: 2%;
    border-left: 1px solid #cecece;
    height: 100vh;
    padding-top: 16vh;
}

.w-news-list li h3{
    position: relative;
    color: #333333;
    font: 600 22px/38px "Microsoft yahei";
    padding-bottom: 25px;
    margin-bottom: 15px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.w-news-list li h3::after{
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d50c19;
}
.w-news-list li .img{
    position: relative;
    overflow: hidden;
}
.w-news-list li .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.w-news-list li .date{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d50c19;
    width: 76px;
    height: 76px;
    padding: 10px 6px;
    color: #ffffff;
    font: 400 16px/28px "Microsoft yahei";
}
.w-news-list li .date span{
    display: block;
    font: 400 30px/32px "Microsoft yahei";    
    text-align: center;
}
.w-news-list li .wz{
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";
    margin-bottom: 6vh;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.w-news-list li:last-child .wz{
    padding-right: 15px;
}
.w-news-list li .more{
    color: #444444;
    font: 400 16px/32px "Microsoft yahei";
    margin-top: 4vh;
    background: url(../images/802603254a1270c7b5faf5b2ebd621fac10bf745.png) no-repeat 75px center;
}
.w-news-list li:hover h3{
    color: #d50c19;
}
.w-news-list li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.w-news-list li:hover .more{
    color: #d50c19;
    background: url(../images/c322d8546703b19034ab8408aa3c9e87b487dacd.png) no-repeat 75px center;
}
.ttz{
    display: none;
}
.w-news-l .more{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    margin-top: 5vh;
}
.w-news-l .more a{
    display: inline-block;
    width: 166px;
    background: #dc0000;
    font-size: 16px;
    line-height: 44px;
    border-radius: 28px;
    color: #fff;
    vertical-align: top;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.w-news-l .more a.mpo:before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}


@media (max-width: 992px) {
    .w-news{
        position: relative;
        padding: 6vh 0;
    }
    .w-news-l{
        width: 100%;
        margin-bottom: 3vh;
    }
    .w-news-p{
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    .w-news-tab{
        padding-left: 0;
        display: flex;
        justify-content: center;
    }
    .w-news-tab li{
        width: 30%;
    }
    .w-news-list{
        position: relative;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .w-news-list li{
        height: auto;
        padding-top: 3vh;
        border-left: none;
    }
}

@media (max-width: 768px) {
    .w-news .w-pro-tt-l{
        background-image: none;
    }
    .w-news .w-pro-tt-l h3{
        padding-left: 0;
    }
    .w-news .w-pro-tt-l h4{
        padding-left: 0;
    }
    .w-news-tab li{
        width: 30%;
    }
    .w-news-list li{
        width: 100%;
    }
}

/*底部*/
.w-foot1{
    width: 41%;
}

.foot-nav-a{
    color: #ffffff;
    font: 600 20px/38px "Microsoft yahei";
}
.w-foot2{
    width: 340px;
}
.w-layout-contact{
    margin-top: 1.43em;
}
.w-layout-contact h5{
    color: #999999;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 6px;
}
.w-layout-contact p{
    color: #999999;
    font-size: 15px;
    line-height: 2;   
}
.w-lcontact-p h3{
    color: #999999;
    font-size: 15px;
    line-height: 2;   
}

.w-ewm{
    width: 300px;
}
.w-ewm li{
    width: 136px;
}
.w-ewm li .img{
    padding: 8px;
    background-color: rgba(255, 255, 255, .1);
}
.w-ewm li .img img{
    max-width: 100%;
}
.w-ewm li h3{
    text-align: center;
    color: #999999;
    margin-top: 10px;
    font: 400 14px/28px "Microsoft yahei";
}
.w-link-con{
    margin-top: 3vh;
}
.w-link-con span{
    color: #999999;
    font: 400 14px/28px "Microsoft yahei";
}
.w-link-con a{
    color: #999999;
    font: 400 14px/28px "Microsoft yahei";   
}
.w-link-con a:hover{
    color: #999999;
    font: 400 14px/28px "Microsoft yahei";      
}
.w-service-r .img .round {
    position: absolute;
    width: 12px;
    height: 12px;
    margin-right: -6px;
    margin-bottom: -6px;
    left: 69.2%;
    top: 55.8%;
}

.w-service-r .img .round span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d50c19;
    border-radius: 50%;
    z-index: 9;
}

.w-service-r .img .round span:after {
    position: absolute;
    width: 4px;
    height: 4px;
    content: "";
    left: 50%;
    margin-left: -2px;
    top: 50%;
    margin-top: -2px;
    background: #fff;
    border-radius: 50%;
}
.w-service-r .img .round .pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #d50c19;
    /*! box-shadow:1px 1px 20px #b90000;*/
    -webkit-animation: warn 3s ease-out 1.5s;
    -moz-animation: warn 3s ease-out 1.5s;
    animation: warn 3s ease-out 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: scale(0);
}
.w-service-r .img .round .pulse1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #d50c19;
    /*! box-shadow:1px 1px 20px #b90000;*/
    -webkit-animation: warn 3s ease-out;
    -moz-animation: warn 3s ease-out;
    animation: warn 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: scale(0);
}
@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}



/*手机底部*/
@media (max-width:768px){
 .db{display:block!important;}
}

@media (max-width:1021px){
    .index_about_left_box{
        width: 100%;
    }
    .index_about_right_box{
        display: none;
    }
    .foot_c .line2 .right_box{
        display: none;
    }
}
@media (max-width:1520px){
    .index_newsdongtai_box .content_box .bd .date{
        display: none;
    }
    .index_newsdongtai_box .content_box .bd .title_box{
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }
    .index_newsdongtai_box .content_box .bd .ulleftbox{
        display: none;
    }
    .index_newsdongtai_box .content_box .bd ul{
        float: left;
        width: 90%;
        margin: 10px 5%;
    }
}
    @media (max-width:1238px){
        .index_about_left_box{
            width: 100%;
            padding: 0 5%;
            box-sizing: border-box;
        }
        .index_about_right_box{
            display: none;
        }
    }

@media (max-width:768px){
    .page-banner{
        margin-top: 0px;
    }
    .w_index_pro_index{
        padding: 20px 0;
    }
    .w_index_pro_index .pub_tit_box .tit{
        font-size: 20px;
    }
    .w_index_pro_index .pub_tit_box .titsub{
        font-size: 14px;
    }
    .w_index_pro_index .w_content_list .item{
        float: left;
        width: 100%;
        margin: 20px 0px;
        cursor: pointer;
    }
    .w_index_pro_index .w_content_list .item .img_box{
        width: 100%;
        margin: 10px 10px;
        height: auto;
    }
    .w_index_pro_index .w_content_list .item img{
        width: 80%;
        margin-left: 7%;
    }
    .w_index_pro_index .w_content_list .item .ljgd{
        margin-left: 35%;
        width: 30%;
    }
    .index_about_left_box{
        width: 100%;
        box-sizing: border-box;
        padding: 0 3%;
    }
    .index_about_left_box .tit{
        font-size: 20px;
        text-align: center;
    }
    .index_about_left_box .titsub{
        font-size: 15px;
        text-align: center;
    }
    .index_about_left_box .content{
        font-size: 12px;
    }
    .index_about_right_box img{
        display: none;
    }
    .index_about_left_box .link_box .item{
        padding: 20px 0;
    }
    .jiejuefangan{
        padding:15px 0;
    }
    .index_jiejueff_left_box{
        width: 100%;
        box-sizing: border-box;
        padding: 0 3%;
    }
    .index_jiejueff_left_box .tit{
        font-size: 20px;
        text-align: center;
    }
    .index_jiejueff_left_box .titsub{
        font-size: 15px;
        text-align: center;
    }
    .index_jiejueff_right_box{
        display: none;
    }
    .index_jiejueff_left_box .more{
        margin-left: 25%;
        width: 50%;
    }
    .index_newsdongtai_box .content_box .bd{
        margin-top: 0px;
        padding: 10px 15px 10px 15px;
    }
    .index_newsdongtai_box .content_box .bd .ulleftbox{
        display: none;
    }
    .index_newsdongtai_box .content_box .bd ul{
        width: 100%;
        margin: 10px 0%;
    }
    .index_newsdongtai_box .content_box .bd li{
        height: auto;
        padding: 0px 3%;
    }
    .index_newsdongtai_box .content_box .bd .date{
        display: none;
    }
    .index_newsdongtai_box .content_box .bd .title_box{
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .index_newsdongtai_box .content_box .bd .title_box h3{
        font-size: 14px;
        margin: 5px 0px 5px 0px;
    }
    .index_newsdongtai_box .content_box .bd .title_box .desc{
        font-size: 12px;
        height: auto;
    }
    .hezuohuoban_box{
        display: none;
    }
    .foot_c .line2 .right_box{
        display: none;
    }
}


.dbb{height:50px;}

/* 页脚 */
.footer2 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #007dcc;
}

.footer2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer2 ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;padding:10px 0;
  font-size: 0;
}

.footer2 ul li.active {
  background: #da251c;
}

.footer2 ul li a {
  display: block;color:#fff;
}

.footer2 ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer2 ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;color:#fff;
}


      .footer2 li .icon-home{ background: url(../images/s1.png) no-repeat;width:20px;height:20px;}
      .footer2 li .icon-home2{ background: url(../images/s2.png) no-repeat;width:20px;height:20px;}
      .footer2 li .icon-phone{ background: url(../images/s3.png) no-repeat;width:20px;height:20px;}
      .footer2 li .icon-contact{ background: url(../images/s4.png) no-repeat;width:20px;height:20px;}

.footer2 li .icon-phone:before{font-size:0;}

.footer2 ul li a{border-left:1px solid #e7cdce;}
