/*手机头部*/
.mc_header{
    display: none;
    height: 61px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}
.mc_header_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.mc_logo{
    line-height: 50px;
    max-width: calc(100% - 100px);
    text-align: center;
}
.mc_logo a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.mc_logo img{
    width: auto;
    max-width: 100%;
    max-height: 30px;
}
.mc_nav{
    width: 30px;
    height: 20px;
    position: relative;
    overflow: hidden;
}
.mc_nav span{
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.mc_nav span:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.mc_nav span:nth-child(2){
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.mc_nav span:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.mc_nav.click span:nth-child(1){
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mc_nav.click span:nth-child(2){
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.mc_nav.click span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mc_sousuo{
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-image: url(../images/img/sh_ico.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
}


.mc_nav_con{
    background: #000;
    padding: 20px;
    display: none;
    position: fixed;
    top: 61px;
    left: 0;
    z-index: 99999;
    width: 100%;
}
.mc_nav_con ul{
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 100px);
}
.mc_nav_con ul>li{
    position: relative;
    border-bottom: 1px solid #2b2b2b;
}
.mc_nav_con ul>li>a{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 50px;
    display: block;
}
.mc_nav_con ul>li>span{
    width: 35px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99;
    background-position: -30px -240px;
} 
.mc_nav_con ul>li>span.click{
    background-position: -30px -265px;
}
.mc_nav_erji{
    background: #1E1E1E;
    display: none;
}
.mc_nav_erji .mc_nav_erji_li{
    border-top: 1px dashed #2b2b2b;
}
.mc_nav_erji .mc_nav_erji_li:last-child{
    border-top: 0px dashed #2b2b2b;
}
.mc_nav_sanji_li{
    padding-left: 15px;
    padding-right: 15px;
}
.mc_nav_siji_li{
    padding-left: 15px;
    padding-right: 15px;
}
.mc_nav_wuji_li{
    padding-left: 15px;
    padding-right: 15px;
}
.mc_nav_erji a{
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    display: block;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mc_sousuo_con{
    background: #002fa7;
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0;
    z-index: 999;
    font-size: 0;
    display: none;
}
.mc_sousuo_con_shuru{
    font-size: 16px;
    height: 40px;
    height: 40px;
    color: #fff;
    background: none;
    width: calc(100% - 50px);
    padding: 0 20px!important;
    border: 0;
    border-right: 1px solid #fff;
    outline: none;
}
.mc_sousuo_con_shuru:focus{
    border-right-color: #fff!important;
}
.mc_sousuo_con_shuru::-webkit-input-placeholder{
    color: #fff;
}
.mc_sousuo_con_tijiao{
    width: 50px;
    height: 40px;
    background: none!important;
    border: 0!important;
    background: url(../images/img/nav_sousuo.png) no-repeat center!important;
}

@media(max-width:991px){
    .pc_header{
        display: none;
    }
    .x-top2{
        display: none;
    }
    .mc_header{
        display: block;
    }
}



.fleex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.max1400{
    max-width: 1500px;
    padding: 0 50px;
    margin: 0 auto;
}
@media(max-width:1280px){
   .max1400{
        padding: 0 30px;
    } 
}
@media(max-width:991px){
   .max1400{
        padding: 0 15px;
    } 
}
/*pc头部*/
.pc_header{
    height: 90px;
    line-height: 90px;
    background: #fff;
}
.pc_logo{
    width: 15%;
}
.pc_logo img{
    max-width: 100%;
}
.pc_logo_nav{
    /*width: 75%;*/
    width: 100%;
}

.tdhw{
    width:25px;
}
.sow{
    position: relative;
    margin-top: 35px;
    height: 24px;
    padding-left: 20px;
    border-left: 1px solid rgba(102,102,102,0.3);
}
.ssky{
    width: 24px;
	height: 24px;
    background: url(../images/img/tdh.png) no-repeat right center;
    
}

.so img {
    max-width: 56%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 55px;
    width: 350px;
    z-index: 999;
    background: #002fa7;
}

.ss input {
    outline: none;
    line-height: 45px;
    width: 36px;
    background: none;
    border:0;
    background: #002fa7;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.28);
    float: left;
}
.ss #s_btn{
    background: url(../images/img/sousuo.png) no-repeat center;
}
.ss #keyword {
    padding-left:13px;
    line-height: 45px;
    width:calc(100% - 36px);
    background: none;
    border:0;
    outline: none;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: rgba(255, 255, 255,1) !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: rgba(255, 255, 255, 1);
}
@media(max-width:1200px){
    .pc_logo_nav{
        /*width: 80%;*/
        width: 100%;
    }
}
/*通用标题*/
.index_titles_fl h3{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #212529;
    font-weight: bold;
}
.index_titles_fl h4{
    font-size: 16px;
    line-height: 2;
    color: #4a4a4a;
}
.index_titles_fr a{
    font-size: 16px;
    line-height: 2;
    color: #002fa7;
    display: inline-block;
    padding:5px 1rem;
    border: 1px solid #002fa7;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.index_titles_fr a:hover{
    background: #002fa7;
    color: #fff;
}
@media(max-width:1200px){
    .index_titles_fl h3{
        font-size: 24px;
    }
    .index_titles_fr a{
        padding: 5px 15px;
    }
}
/*banner下图文*/
.index_con1{
    /*background:url(../images/img/index_b1.jpg) no-repeat center;*/
    background: #002fa7;
    background-size: cover;
}
.index_con1 ul{
    display: flex;
    flex-wrap: wrap;
}
.index_con1 li{
    width: 33.333%;
    border-left: 1px solid rgba(255,255,255,.2);
    padding: 4%;
}
.index_con1 li:nth-child(3n){
    border-right: 1px solid rgba(255,255,255,.2);
}
.index_con1 li .img{
    text-align: center;
    line-height: 80px;
}
.index_con1 li .wz .wz1{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_con1 li .wz .wz2{
    font-size: 15px;
    line-height: 2;
    color: rgba(255,255,255,.5);
    text-align:  center;
}
@media(max-width:1024px){
    .index_con1 li .wz .wz1{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .index_con1 li{
        padding:25px 20px;
    }
}

@media(max-width:768px){
    .index_con1 li{
        width: 100%;
        border-left: 0px solid rgba(255,255,255,.2);
        border-right: 0px solid rgba(255,255,255,.2)!important;
        border-bottom: 1px solid rgba(255,255,255,.2);
        padding: 20px;
    }
    .index_con1 li:last-child{
        border-bottom: 0;
    }
}

/*关于我们*/
.index_con2{
    padding: 3% 0;
}
.index_con2_ft h3{
    font-size: 24px;
    line-height: 2;
    color: #202020;
    text-align: center;
    font-weight: bold;
}
.index_con2_ft h4{
    max-width: 960px;
    font-size: 16px;
    margin: 0 auto;
    line-height: 2;
    color: #202020;
    text-align: center;
    margin-top: 20px;
}
.index_con2_fb{
    margin-top: 3%;
}
.index_con2_fb h3{
    max-width: 960px;
    margin: 0 auto;
    font-size: 20px;
    color: #002fa7;
    font-weight: bold;
    line-height: 2;
    position: relative;
    text-align: center;
    padding-top: 1%;
}
.index_con2_fb h3 .span1{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 120px;
    line-height: 1;
    color: #002fa7;
}
.index_con2_fb h3 .span2{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 120px;
    line-height: 1;
    color: #002fa7;
}
@media(max-width:991px){
    .index_con2{
        padding: 30px 0;
    }
    .index_con2_fb h3{
        font-size: 18px;
    }
    .index_con2_fb h3 .span2{
        font-size: 70px;
    }
    .index_con2_fb h3 .span1{
        font-size: 70px;
    }
}
@media(max-width:768px){
    .index_con2_fb h3{
        font-size: 16px;
        padding: 0 70px;
    }
}
@media(max-width:468px){
    .index_con2_ft h3{
        font-size: 20px;
    }
    .index_con2_ft h4{
        margin-top: 10px;
        font-size: 14px;
    }
    .index_con2_fb h3{
        padding: 0;
    }
    .index_con2_fb h3 .span2{
        font-size: 40px;
        display: none;
    }
    .index_con2_fb h3 .span1{
        font-size: 40px;
        display: none;
    }
}
/*产品中心*/
.index_cpzx{
    padding: 5% 0;
    background: url(../images/img/pro_bg.jpg) no-repeat top center;
    background-size: 100% auto;
}
.index_cpzx_ft{
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}
.index_cpzx_ft:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom:0;
    width: 40px;
    height: 1px;
    background: #002fa7;
    transform: translateX(-50%);
}
.index_cpzx_ft h3{
    font-size: 2.2rem;
    color: #202020;
    line-height: 1.8;
    font-weight: bold;
}
.index_cpzx_ft h4{
    font-size: 1.2rem;
    color: #666;
    line-height: 1.5;
}
.index_cpzx_fb{
    background: #fff;
    padding: 28px 3% 34px;
}
.index_cpzx_fb h3{
    font-size: 1.2rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
}
.index_cpzx_fb h3 b{
    font-size: 1.7rem;
    font-size: 34px;
    font-style: italic;
    color: #002fa7;
}
.index_cpzx_fb ul{
    display: flex;
    flex-wrap: wrap;
}
.index_cpzx_fb ul li{
    width: 32%;
    margin-right: 2%;
}
.index_cpzx_fb ul li:nth-child(3n){
    margin-right: 0;
}
.index_cpzx_fb ul li .img{
    border: 1px solid #ddd;
    overflow: hidden;
}
.index_cpzx_fb ul li .img img{
    width: 100%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.index_cpzx_fb ul li .wz{
    padding-top: 26px;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_cpzx_fb ul li:hover .img img{
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.index_cpzx_fb ul li:hover .wz {
    color: #002fa7;
}
@media(max-width:1200px){
    .index_cpzx_fb h3{
        font-size: 18px;
    }
    .index_cpzx_fb h3 b{
        font-size: 22px;
    }
}
@media(max-width:991px){
    .index_cpzx_ft h3{
        font-size: 24px;
    }
    .index_cpzx_ft h4{
        font-size: 16px;
    }
    .index_cpzx_fb{
        padding: 20px;
    }
    .index_cpzx_fb ul li .wz{
        padding-top: 15px;
    }
}
@media(max-width:768px){
    .index_cpzx{
        padding: 25px 0;
    }
    .index_cpzx_fb ul li{
        width: 49%;
    }
    .index_cpzx_fb ul li:nth-child(2n){
        margin-right: 0;
    }
    .index_cpzx_fb ul li:nth-child(3){
        display: none;
    }
}
@media(max-width:768px){
    .index_cpzx_fb ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
/*横图*/
.index_hengtu{
    padding: 4% 0;
}
.index_hengtu .index_hengtu_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*background: url(../images/img/pic.jpg) no-repeat center;*/
    background: #002fa7;
    background-size: cover;
    padding: 3% 5%;
}
.index_hengtu_fl h3{
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
}
.index_hengtu_fl h3 span{
    font-weight: bold;
}
.index_hengtu_fl h4{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    background: rgba(255,255,255,.1);
    padding: 5px 20px;
    border-radius: 15px 15px 15px 0;
    vertical-align: top;
    margin-top: 15px;
}
.index_hengtu_fl h4 span{
    font-size: 1.5rem;
    font-style: italic;
    font-weight: bold;
}
.index_hengtu_fl h5{
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
}
.index_hengtu_fl h5{
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
}
.index_hengtu_fl h5 .span1{
    font-size: 2.4rem;
}
.index_hengtu_fl h5 .span2{
    font-weight: bold;
}
.index_hengtu_fr{
    max-width: 136px;
    text-align: center;
}
.index_hengtu_fr img{
    max-width: 100%;
}
.index_hengtu_fr h3{
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    background: rgba(255,255,255,.1);
}

@media(max-width:991px){
    .index_hengtu_fl h3{
        font-size: 22px;
    }
    .index_hengtu_fl h4{
        font-size: 18px;
    }
    .index_hengtu_fl h4 span{
        font-size: 24px;
    }
    .index_hengtu_fl h5{
        font-size: 22px;
    }
    .index_hengtu_fl h5 .span1{
        font-size: 32px;
    }
}
@media(max-width:768px){
    .index_hengtu{
        padding: 30px 0;
    }
    .index_hengtu .index_hengtu_con{
        padding: 20px;
    }
    .index_hengtu_fl{
        width: 100%;
    }
}
@media(max-width:468px){
    .index_hengtu_fl h3{
        font-size: 18px;
    }
    .index_hengtu_fl h4{
        font-size: 16px;
    }
    .index_hengtu_fl h4 span{
        font-size: 20px;
    }
    .index_hengtu_fl h5{
        font-size: 18px;
    }
    .index_hengtu_fl h5 .span1{
        font-size: 26px;
    }
}

/*新闻*/
.index_xinwen{
    padding: 3% 0;
}
.index_xinwen_fb{
    margin-top: 3%;
}
.index_xinwen_fb_fl{
    width: 60%;
}
.index_xinwen_fb_fl_ft{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index_xinwen_fb_fl_ft ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_xinwen_fb_fl_ft ul li:nth-child(1){
    margin-right: 2rem;
}
.index_xinwen_fb_fl_ft ul li a{
    font-size: 1.2rem;
    line-height: 1.5;
    color: #666;
}
.index_xinwen_fb_fl_ft ul li.on a{
    color: #202020;
}
.xwgengduo{
    font-size: 14px;
    color: #002fa7;
}

.index_xinwen_fb_fl_fb{
    margin-top: 20px;
}
.index_xinwen_fb_fl_fb_nn_ww{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.index_xinwen_fb_fl_fb_fl{
    width: 46%;
    position: relative;
}
.index_xinwen_fb_fl_fb_fl img{
    width: 100%;
}
.index_xinwen_fb_fl_fb_fl .wz{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}
.index_xinwen_fb_fl_fb_fl .wz .wz_fl h3{
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
}
.index_xinwen_fb_fl_fb_fl .wz .wz_fl h4{
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
}
.index_xinwen_fb_fl_fb_fl .wz .wz_fr{
    width: calc(100% - 90px);
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,.5);
}
.index_xinwen_fb_fl_fb_fl .wz .wz_fr h3{
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,.4);
    margin-bottom: 16px;
}
.index_xinwen_fb_fl_fb_fl .wz .wz_fr h4{
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_xinwen_fb_fl_fb_fr{
    width: 50%;
}
.index_xinwen_fb_fl_fb_fr li{
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
}
.index_xinwen_fb_fl_fb_fr li h3{
    line-height: 20px;
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;\
}
.index_xinwen_fb_fl_fb_fr li h3 span{
    font-size: 12px;
    line-height: 20px;
    color: #666;
    vertical-align: top;
    margin-left: 10px;
    padding-left: 12px;
    border-left: 1px solid #e5e5e5;
}
.index_xinwen_fb_fl_fb_fr li h4{
    line-height: 1;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_xinwen_fb_fl_fb_fr li h5{
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 2;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: none;
}
.index_xinwen_fb_fl_fb_fr li.on h5{
    display: -webkit-box;
}
.index_xinwen_fb_fr{
    width: 35%;
}
.index_xinwen_fb_fr_fb{
    margin-top: 20px;
}
.index_xinwen_fb_fr_fb li{
    padding: 15px 0;
}
.index_xinwen_fb_fr_fb li .img{
    display: none;
}
.index_xinwen_fb_fr_fb li h3{
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.index_xinwen_fb_fr_fb li.on h3{
    padding: 15px 0;
}
.index_xinwen_fb_fr_fb li h4{
    font-size: 14px;
    color: #999;
    line-height: 2;
    margin-bottom: 22px;
}
.index_xinwen_fb_fr_fb li h5{
    font-size: 20px;
    line-height: 1;
    color: #333;
}
.index_xinwen_fb_fr_fb li.on .img{
    display: block;
}
.index_xinwen_fb_fr_fb li.on .img img{
    width: 100%;
}
.index_xinwen_fb_fr_fb li.on h3 span{
    display: none;
}
.index_xinwen_fb_fr_fb li.on h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_xinwen_fb_fr_fb li.on h5{
    display: block;
}
.index_xinwen_fb_fr_fb li h4{
    display: none;
}
.index_xinwen_fb_fr_fb li h5{
    display: none;
}
@media(max-width:1200px){
    .index_xinwen_fb_fl_ft ul li a{
        font-size: 18px;
    }
    .index_xinwen_fb_fl_fb_fl .wz .wz_fr h3{
        margin-bottom: 5px;
    }
    .index_xinwen_fb_fl_fb_fl .wz .wz_fr h4{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .index_xinwen_fb_fl{
        width: 100%;
    }
    .index_xinwen_fb_fr{
        width: 100%;
        margin-top: 20px;
    }
    .index_xinwen_fb_fr_fb li.on .img{
        display: none!important;
    }
    .index_xinwen_fb_fr_fb li h3 span{
        display: none!important;
    }
    .index_xinwen_fb_fr_fb li h4{
        display: block!important;
    }
    .index_xinwen_fb_fr_fb li h5{
        display: block!important;
    }
}
@media(max-width:768px){
    .index_xinwen{
        padding: 25px 0;
    }
    .index_xinwen_fb{
        margin-top: 25px;
    }
    .index_xinwen_fb_fl_fb_fl{
        width: 100%;
    }
    .index_xinwen_fb_fl_ft ul li:nth-child(1){
        margin-right: 20px;
    }
    .index_xinwen_fb_fl_fb_fr li h5{
        display: block!important;
    }
    .index_xinwen_fb_fl_fb_fr{
        width: 100%;
    }
}
/*实力厂家*/
.index_slcj{
    background: #f2f2f2;
    padding: 3% 0;
}
.index_yyly{
    margin-top: 3%;
}
.index_yyly ul{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.index_yyly li{
    width: 23.875%;
    margin-right: 1.5%;
    float: left;
    position: relative;
}
.index_yyly li .img{
    overflow: hidden;
}
.index_yyly li img{
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index_yyly li:hover .img img{
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.index_yyly li .wz{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    padding: 10px;
    background: rgba(0,47,167,.5);
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_yyly li:hover .wz{
    background: rgba(0,47,167,.8);
}
.index_yyly li:nth-child(4n){
    margin-right: 0;
}
@media(max-width:768px){
    .index_slcj{
        padding: 25px 0;
    }
    .index_yyly li{
        width: 49%;
        margin: 1% 0;
        margin-right: 2%;
    }
    .index_yyly li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width:468px){
    .index_yyly{
        margin-top: 15PX;
    }
    .index_yyly li{
        width: 100%;
        margin: 5px 0;
    }
    .index_yyly li .wz{
        padding: 5px;
        font-size: 16px;
    }
}

/*底部*/
/*.footer_tongyong{*/
/*    padding: 4% 0;*/
/*    background: url(../images/img/f_bg.jpg) no-repeat center;*/
/*    background-size: cover;*/
/*}*/
/*.footer_tongyong .max1400{*/
/*    overflow: hidden;*/
/*}*/
/*.footer_tongyong_fl{*/
/*    width: 40%;*/
/*    float: left;*/
/*}*/
/*.footer_tongyong_fl_fc{*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*    line-height: 2;*/
/*    margin: 30px 0;*/
/*}*/
/*.footer_tongyong_fl_fb{*/
/*    padding-left: 48px;*/
/*    font-size: 30px;*/
/*    color: #002fa7;*/
/*    font-weight: bold;*/
/*    position: relative;*/
/*}*/
/*.footer_tongyong_fl_fb:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    background-color: #002fa7;*/
/*    border-radius: 50%;*/
/*    background-image: url(../images/img/f_tel.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/
/*.footer_tongyong_fr{*/
/*    width: 55%;*/
/*    float: right;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: flex-end;*/
/*}*/
/*.footer_tongyong_fr_fl{*/
/*    width: 50%;*/
/*    float: left;*/
/*    margin-right: 5%;*/
/*}*/
/*.footer_tongyong_fr_fl ul{*/
/*    overflow: hidden;*/
/*}*/
/*.footer_tongyong_fr_fl li{*/
/*    width:50%;*/
/*    float: left;*/
/*}*/
/*.footer_tongyong_fr_fl li h3{*/
/*    font-size: 22px;*/
/*    color: #bbb;*/
/*    line-height: 1.5;*/
/*    display: block;*/
/*}*/

/*.footer_tongyong_fr_fl li h3 span{*/
/*    display: block;*/
/*    font-size: 16px;*/
/*    color: #333;*/
/*    line-height: 1.5;*/
/*}*/
/*.footer_tongyong_fr_flc{*/
/*    margin-top: 20px;*/
/*}*/
/*.footer_tongyong_fr_flc a{*/
/*    display: block;*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*    line-height: 34px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/
/*.footer_tongyong_fr_flc a:hover{*/
/*    color:#333;*/
/*}*/
/*.footer_tongyong_fr_fr{*/
/*    width:200px;*/
/*    float: right;*/
/*    background: #002fa7;*/
/*    padding: 50px 0;*/
/*}*/
/*.footer_tongyong_fr_fr h3{*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*    line-height: 30px;*/
/*    text-align: center;*/
/*}*/
/*.footer_tongyong_fr_fr .img{*/
/*    width: 108px;*/
/*    margin: 0 auto;*/
/*    margin-top: 20px;*/
/*}*/
/*.footer_tongyong_fr_fr h4{*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    line-height: 34px;*/
/*    padding: 5px 0;*/
/*    text-align: center;*/
/*}*/

/*@media(max-width:991px){*/
/*    .footer_tongyong{*/
/*        padding: 35px 0;*/
/*    }*/
/*    .footer_tongyong_fr_fl{*/
/*        display: none;*/
/*    }*/
/*    .footer_tongyong_fl{*/
/*        width: calc(100% - 250px);*/
/*    }*/
/*    .footer_tongyong_fr{*/
/*        width: 250px;*/
/*    }*/
/*}*/
/*@media(max-width:768px){*/
/*    .footer_tongyong_fl{*/
/*        width: 100%;*/
/*    }*/
/*    .footer_tongyong_fr{*/
/*        width: 200px;*/
/*        float: left;*/
/*        margin-top: 25px;*/
/*    }*/
/*}*/
/*@media(max-width:468px){*/
/*    .footer_tongyong_fr{*/
/*        width: 100%;*/
/*    }*/
/*    .footer_tongyong_fr_fr{*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*底部*/
.footer_tongyong{
    padding: 3% 0 0;
    background: #222;
}
.footer_tongyong_ft{
    overflow: hidden;
}
.footer_tongyong_ft_fl {
    width: 65%;
}
.footer_tongyong_ft_fl ul{
    overflow: hidden;
}
.footer_tongyong_ft_fl li{
    width: 25%;
    padding-right: 10px;
}
.footer_tongyong_ft_fl li h3{
    font-size: 18px;
    color: #fff;
    line-height: 2;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}
.footer_tongyong_ft_fl li h3:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 3px;
    background: #fff;
}
.foot_nav_erji{
    margin-top: 15px;
}
.footer_tongyong_ft_fl li a{
    display: block;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.footer_tongyong_ft_fr {
    overflow: hidden;
    max-width: 30%;
}
.footer_tongyong_ft_fr h3{
    font-size: 18px;
    color: #fff;
    line-height: 2;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}
.footer_tongyong_ft_fr h3:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 3px;
    background: #fff;
}
.footer_tongyong_ft_fr_fc{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin: 10px 0;
}
.footer_tongyong_ft_fr_fb{
    float: left;
}
.footer_tongyong_ft_fr_fb img{
    max-width: 110px;
}
.footer_tongyong_ft_fr_fb h4{
     font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

.footer_tongyong_fb{
    border-top: 1px solid rgba(255,255,255,.5);
    margin-top: 20px;
    padding: 15px 0;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.footer_tongyong_fb a{
    color: #fff;
}
@media(max-width:991px){
    .footer_tongyong{
        padding: 30px 0 0;
    }
    .footer_tongyong_ft_fl{
        display: none;
    }
    .footer_tongyong_ft_fr{
       max-width: 100%;
       float: none;
    }
}


/**/
/**/
.index_cpzx_fb_fc{
    text-align: justify;
    margin-bottom: 15px;
    font-size: 0;
}
.index_cpzx_fb_fc_li{
    display: inline-block;
    line-height: 28px;
    border-radius: 4px;
    background: #f2f2f2;
    font-size: 14px;
    color: #585858;
    margin: 10px 0;
    padding: 0 12px;
    margin-right: 8px;
}
.index_cpzx_fb_fc_li a{
    color: #585858;
    display: block;
}
.index_cpzx_fb_fc_li.on{
    background: #002fa7;
}
.index_cpzx_fb_fc_li:hover{
    background: #002fa7;
}
.index_cpzx_fb_fc_li:hover a{
    color: #fff;
    background: #002fa7;
}
.index_cpzx_fb_fc_li.on a{
    color: #fff;
    background: #002fa7;
}
@media(max-width:468px){
    .index_cpzx_fb_fc_li{
        width: 49%;
        margin-right: 2%;
        text-align: center;
        padding: 0 5px;
    }
    .index_cpzx_fb_fc_li a{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index_cpzx_fb_fc_li:nth-child(2n){
        margin-right: 0;
    }
}


/*产品表单*/
.nycpzx_biaodan{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: none;
}
.nycpzx_biaodan_ww{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 500px;
    padding: 30px;
    background: #fff;
}
.nycpzx_biaodan_biaoti{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    color: #333;
    text-align: center;
}
.nycpzx_biaodan ul{
    margin-top: 3%;
}
.nycpzx_biaodan li{
    overflow: hidden;
    margin: 20px 0;
}
.nycpzx_biaodan li h3{
    font-size: 16px;
    line-height: 35px;
    color: #333;
    font-weight: normal;
    float: left;
}
.nycpzx_biaodan li input{
    float: right;
    width: calc(100% - 80px);
    border: 1px solid #666;
    font-size: 16px;
    line-height: 35px;
    color: #333;
    padding:0 15px;
    outline: none;
}
.nycpzx_biaodan li input{
    
}
.nycpzx_biaodan_tijiao_ww input{
    display: block;
    width: 100px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    padding: 5px 0;
    color: #333;
    border: 0;
    margin: 0 auto;
}
.nycpzx_biaodan li input:-webkit-autofill {
    -webkit-text-fill-color: #333!important;
    transition: background-color 5000s ease-in-out 0s;
}
.nycpzx_biaodan li input::placeholder {
    color:#333;
}


.nycpzx_biaodan_ww_cuowu{
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 20px;
    overflow: hidden;
}

.nycpzx_biaodan_ww_cuowu span{
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.nycpzx_biaodan_ww_cuowu span:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.nycpzx_biaodan_ww_cuowu span:nth-child(2){
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.nycpzx_biaodan_ww_cuowu span:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.nycpzx_biaodan_ww_cuowu.click span:nth-child(1){
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nycpzx_biaodan_ww_cuowu.click span:nth-child(2){
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.nycpzx_biaodan_ww_cuowu.click span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
















