

/* 背景
主色 #e60012
.section{
    background-size: 100% 100%;
} */


.section2{
    background: url("../imgs/bgc-02.jpg") no-repeat;
    background-size: 100% 100%;
}
.section4{
    background: url(../imgs/sec4_bg.jpg) no-repeat center;
    background-size: 100% 100%;

}



#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: #fff;
}

#swiper1{
    width: 100%;
}


/*第一版*/
.box-01{
    width: 100%;
    height: 100%;
    position: relative;
}
.bgc-01{
    background: url("../imgs/bg01.jpg") no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.bgc-021{
    background: url("../imgs/bg02.jpg") no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.bgc-03{
    background: url("../imgs/bg03.jpg") no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.header{
    width: 100%;
    height: 120px;
    background: rgba(0,0,0,0.3);
    position:fixed;
    top: 0;
    left:0;
    z-index:999;
}
.log-1{
    float: left;
    margin-top: 30px;
}
.log-1 img{
    width:200px;
}



.log-1 a{
    display: inline-block;
    width: 236px;
    height: 66px;
}
.obj_container>.nav
{
    height: 120px;
    padding-top: 45px;
    float: right;

}
.nav-list{
    height: 24px;

    float: left;

}
.nav-list li{
    padding: 0 1.5vw;
    float: left;
    text-align: center;
}

.nav-list li:hover dd{
    display: block;
}
.nav-list li dd{
    display: none;
    margin-bottom: 5px;
}
.nav-list li dl{
    padding-top: 10px;
}
.nav-list li dd a{
    font-size:14px;
}
.nav-list li dt{
    font-weight: normal;
    margin-bottom: 10px;
}


.nav-list a:hover{
    color: red;
}
.nav-list a{
    font-size: 18px;
    color: #ffffff;
}
.search{
    width: 44px;
    height: 23px;
    display: inline-block;
    float: left;

}
.menu{
    width: 55px;
    height: 55px;
    float: left;
    margin-top: 35px;
    cursor: pointer;
}
.wenan-l {
    margin-left: 10vw;
    margin-top: 35vh;
}
 .swiper-pagination-bullet{
    width: 40px;
    height: 10px;
    background-color: #ffffff;
    margin: 5px 14px;
    border-radius:0;
}


/*第二版*/

.bgc-02{
    width: 100%;

    position: relative;
}
.ju{
    width: 23px;
    height: 400px;
    position: absolute;
    right: 115px;
    top: 160px;
}
.hr{
    height: 159px;
    border: 2px solid red;
    position: absolute;
    top: 0;
    right: 127px;
}
.inner-tex{
    width: 850px;
    margin:0 auto;
    text-align: center;

}
.tex-head{
    font-size: 43px;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 10px;
}
.eng{
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 65px;
}
.tex-inner{
    color: #ffffff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;

}
.tex-inner p{
    text-align: left;
}
.more{
    width: 200px;
    height: 55px;
    border: 1px solid #ffffff;
    line-height: 55px;
    display: inline-block;
    margin-top: 5vh;
}
.rember{
    font-size: 22px;
    text-align: center;

}
.more a{
    color: #ffffff;
}
.more:hover a{
    color: #e52027;
}
.more:hover{
    border:1px solid #e52027;
}







/*第三版*/
.box-03{
    width: 100%;
    height: 100%;
    position: relative;
}
.box-03 .content-l{
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
    padding-left: 7vw;
}
.content-l-t{
    position: absolute;
    top: 17vh;
}
.juxing{
    height: 160px;
    border-right: 3px solid red;
    display: inline-block;
    position: absolute;
    top: -160px;
    left: 12px;
}
.cz {
    position: absolute;
    top: 6vh;
    left: 8vw;
    width:28vw;
}
.content-l-text-1{
    font-size: 23px;
    color: #333333;
    margin-top: 10vh;
}
.ju-3{
    width: 50px;
    border: 1px solid red;
    display: inline-block;
    margin-top: 20px;
}
.content-all{
    line-height: 27px;
    color:#333333;
    margin: 5vh 5vw 0 0 ;
    /*text-align: center;*/
}
.more-2{
    width: 190px;
    height: 50px;
    border: 1px solid #333333;
    line-height: 50px;
    cursor: pointer;
    margin-top: 3vh;
}
.rember-2{
    font-size: 22px;
    color: #333333;
    text-align: center;
}
.rember-2 a{
    display: block;
    width: 100%;
    height: 100%;
    color:#000;
}
.more-2:hover{
    border-color: red;
}
.more-2:hover .rember-2 a{
    color: red;
}

.content-r{
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
}
.content-l-b{
    height: 50%;
    width: 100%;
}
.content-l-b img{
    width: 100%;
    height: 50vh;
}

.content-l-rb{
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content-l-rb img {
    width:49%;
    height: 49vh;
    margin-top: 1vh;
}

/*第四版*/

.bgc-04{
    width: 100%;
    height: 100%;
    position: relative;
}
.more-l{
    width: 200px;
    height: 60px;
    border: 1px solid #ffffff;
    line-height: 60px;
    position: absolute;
    bottom: 90px;
    left: 19%;
    text-align: center;

}
.text-p{
    color: #ffffff;
    font-size: 23px;

}
.more-l a{
    text-decoration: none;
    font-size: 23px;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
}
.more-l:hover{
    border-color:red;
}
.more-l:hover a{
    color:red;
}
.inner-r{
    height: 100%;
    width: 50%;
    background:rgba(0,0,0,.6);
    float: right;
    position: relative;
    padding-left:3vw;
    padding-right:3vw;
    padding-top: 150px;
}
.inner-r .text{
    font-size: 23px;
    color: #ffffff;
    /*margin-left: 55px;*/
}
 .sml-l{
     width: 50px;
     border-bottom: 3px solid red;
     margin:2vh 0 5vh;
}
 .sml-r{
     height: 90px;
     border-right: 3px solid red;
     position: absolute;
     top: 0;
     right: 135px;
 }
.inner-r img{
    position: absolute;
    top: 90px;
    right: 126px;
}
.text-all{

}
.text-all>a>div{
    transition:all .8s;
}
.text-all>a>div:hover{
    transform:translatey(-10px);
}
.text-all a:hover{
    color: #000
}
.text-b-1,
.text-b-2,
.text-b-3
{
    width: 100%;
    height: 21vh;
    background-color: #e5e5e5;
    position: relative;
    display: flex;
    justify-content:space-between;
    margin-bottom: 2vh;

}
.text-b-11,
.text-b-22,
.text-b-33{
    width: 26%;
    height: 80%;
    background-color: #cccccc;
    position: absolute;
    top: 10%;
    left: 5%;
}
.text-b-11 img{
    width: 100%;
    height: 100%;
    position: unset;
}
.text-b-2{
    margin: 20px auto;
}
.text-box{
    width: 60%;
    position: absolute;
    right: 50px;
    top: 2vh;
}
.text-b-p-1{
    line-height: 24px;
    margin-top: 2vh;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.text-box h3{
    font-size:22px;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    box-orient: vertical;
    line-clamp: 2;
}

/*第五部分*/
.sec5_main{
    width: 100%;
    height: 100%;
    padding-top: 120px;
    position:relative;
}
.bot-box2 {
    position:absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.bot-box1{
    width: 100%;
    overflow: hidden;
}
 .bot-box1 .left{
    background: url("../imgs/bt-l.jpg") no-repeat;
    width: 50%;
    height: 45vh;
    float: left;
    position: relative;
    background-size: 100% 100%;
    text-align: center;

}
.bot-box1 .right{
    background: url("../imgs/bt-r.jpg") no-repeat;
    width: 50%;
    height: 45vh;
    float: left;
    position: relative;
    background-size: 100% 100%;
    text-align: center;

}
.left-z{
    width: 350px;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: inline-block;
    text-align: center;

}
.left-z img,
.right-z img{
    text-align: center;

}
.right-z{
    width: 350px;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: inline-block;
    text-align: center;

}
.p-1,
.p-3{
    width: 350px;
    border-bottom: 4px solid #ffffff;
}
.p-1{
    padding: 5vh 0;
}
.p-2,
.p-4{
    color: #ffffff;
    padding-top: 5vh;
}
.p-2{
    font-size: 28px;
    padding: 4vh 0;
}
.p-4{
    font-size: 16px;
}
/*最底部*/
.bot-b{
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: #000;

}
.bot-b p{
    display: inline-block;
     color: #fff;
}
.bgc-img-b{
    background: url("../imgs/bgc-bot.jpg") no-repeat  bottom center ;
    height: 100%;
}
.bgc-black{
    height: 35vh;
    background: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: space-around;
    padding-top: 5vh;
}
.bgc-black.bgc-black_index{
    display: flex;
    justify-content: space-between;
}
.bot-l h3{
    font-size:28px;
    color: #fff;
    margin-bottom: 3vh;
}
.bot-l p{
    font-size:16px;
    color: #fff;
    line-height: 32px;
}
.bot-m{
    text-align: center;
    font-size:20px;
    color: #fff;
}
.bot-m h4{
    margin-bottom: 5vh;
}
.bot-m .img2{
    margin-left: 8vw;
}
.bot-r{
    display: flex;
    align-content: space-around;
    height:150px;
}
.news-b{
    padding-right: 2vw;
    padding-left: 2vw;
    color: #fff;
    border-right:1px solid #fff;
    height:auto;
}
.news-b:last-child{
    border-right:0px;
}
.fw-b{
    padding-right: 2vw;
    padding-left: 2vw;
    color: #fff;
    border-right:1px solid #fff;
    height:auto;
}
.look-b{
    margin-left: 2vw;
    color: #fff;
    height:auto;
}
.bot-r span{
    display: block;
    margin-bottom: 1vh;
}
.bot-r span.news{
    margin-bottom: 2vh;
}
.bot-r span.news a{
    display: block;
    font-size:20px;
    font-weight: 700;
    color: #fff;
}
.bot-r span a{
    color: #fff;
}
.bot-r span a:hover{
    color: red;
}

.inner_banner{
    width: 100%;
    height: 55vh;
    text-align: center;
    padding-top: 25vh;

}
.lpky_banner{
     background: url(../imgs/lpky_banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.lpzz_banner{
     background: url(../imgs/lpzz_banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.wlps_banner{
     background: url(../imgs/wlps_banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.lpzg_banner{
     background: url(../imgs/lpzg_banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.join_banner{
     background: url(../imgs/join_banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.contact_banner{
     background: url(../imgs/contact_banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.serve_banner{
     background: url(../imgs/serve_banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.follow_banner{
     background: url(../imgs/follow_banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.news_banner{
     background: url(../imgs/news_banner.jpg) no-repeat;
    background-size: 100% 100%;
}

.inner_body{
    padding: 10vh 0;
    background: url(../imgs/lpky_bg.jpg);
    background-size: 100% 100%;
}
.wlps_body{
    padding: 10vh 0;
    background: url(../imgs/wlps_bg.jpg);
    background-size: 100% 100%;
}
.join_body{
    padding: 18vh 0;
    background: url(../imgs/join_bg.jpg);
    background-size: 100% 100%;
}
.layout_body{
    padding: 18vh 0;
    background: url(../imgs/layout_bg.jpg);
    background-size: 100% 100%;
}
.join_body img{
    width: 100%;
	object-fit: contain;
}
.contact_body{
    padding: 18vh 0;
    background: url(../imgs/contact_bg.jpg);
    background-size: 100% 100%;
}

.lpzz_body{
    padding: 18vh 0;
    background: url(../imgs/lpzz_bg.jpg);
    background-size: 100% 100%;
}

.serve_body{
    padding: 18vh 0;
    background: url(../imgs/serve_center_bg.jpg);
    background-size: 100% 100%;
}

.lpzz_body .lpzz_img{
    width: 100%;
    display: flex;
    justify-content:space-around;
    flex-wrap:wrap;
    text-align: center;
}
.lpzz_body .lpzz_img img{
    margin-bottom: 30px;
    max-width:100%;
}
.contact_left{
    width: 50%;
    float: left;
    padding-right:5%;
}
.contact_left h3{
    font-size:24px;
    margin-bottom: 30px;
}
.contact_left p{
    font-size:16px;
    line-height: 32px;
}
.contact_right{
    float: left;
    width: 50%;
}
.contact_right .map_con{
    width:80%;
    height:350px;
    padding:20px;
    background: #fff;
}
.contact_right .map_con #map{
    width: 100%;
    height: 100%;
}


.lpky_main{
    width: 100%;
}
.lpky_main img{
    float: left;
    margin-right: 5vw;
}
.lpky_main .inner_tit{

}
.lpky_main .inner_tit h3{
    font-size:30px;
    margin-bottom: 8vh;
}
/* .lpky_main .inner_tit i{
    display: block;
    width: 40px;
    height: 4px;
    background: #e52027;
} */
.lpky_main  p{
    font-size:16px;
    line-height: 32px;
    margin-bottom: 2vh;
}

.wlps_main{
}
.wlps_main img:first-child{
    width:52%;
    height:auto;
    float: left;

}
.wlps_main img:last-child{
    width:38%;
    height:auto;
    float: right;

}
.inner_nav{
    width:100%;
    height:80px;
    background: #e52027;
    text-align: center;
}
.inner_nav .obj_container{
    text-align: center;

}
.inner_nav ul{
    height: 100%;
    display: inline-block;
}
.inner_nav ul li{
    float: left;
    margin-right: 3vw;
    height: 100%;
    line-height: 75px;

}
.inner_nav ul li a{
    color: #b9b9b9;
    font-size:20px;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.inner_nav ul li:hover,.inner_nav ul li.active{
    border-bottom: 3px solid #fff;
}
.inner_nav ul li:hover a,.inner_nav ul li.active a{
    color: #fff;
}

.left_nav{
    width:20%;
    float: left;

}
.nav_header{
    width: 100%;
    height:180px;
    /* background: #e52027; */
    text-align: center;
    /* padding-top: 40px; */
}
.nav_header img{
    width: 100%;
    height:100%;
}
.nav_body{
    background: #fff;
}
.nav_body ul{
    padding: 10px;
}
.nav_body ul li{
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}
.nav_body ul li:last-child{
    border-bottom: 0px;
}
.nav_body ul li a{
    background: #fff;
}
.nav_body ul li a span{
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(../imgs/arrow1.png);
    margin-right: 10px;
}

.nav_body ul li a:hover{
    color: #e52027;
}
.nav_body ul li a:hover span{
    background: url(../imgs/arrow2.png);
}
.products_body{
    width: 75%;
    margin-left: 5%;
    float: left;
}
.ulObj{
    width: 100%;
}
.ulObj li{
    width: 22%;
    margin-right: 3%;
    float: left;
     margin-bottom: 5vh;

}
.ulObj li:nth-child(4n+1){
    clear: both;
}
.ulObj li a{
    display: block;
    width: 100%;
    height: 100%;

}
.ulObj li a img{
    width: 100%;

}
.ulObj li a span{
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;

    font-size:16px;

}

.bot-box2.inner_footer{
    position:static;
}

.layout_main{
    width: 100%;
    display: flex;
    justify-content:space-around;
}
.serve_main{
    width: 100%;
}
.serve_main img{
    float: left;
    width:30vw;
    margin-right: 5vw;
}
.serve_main p{
    font-size:16px;
    line-height: 32px;
    padding-right:5vw;
}

.serve_body .obj_container{
    width: 100%;
    display: flex;
    justify-content:space-between;
}
.serve_body .serve_left p{
    font-size:16px;
    line-height: 32px;
}
.serve_body .serve_right img{
    width:35vw;
    max-width:600px;
}

/* 投诉建议 */
.your_show{ float:left; width:100%;}
.cboy_1{ float:left; width:100%; padding:20px 0 0 0;}
.cboy_2{ float:left; width:100%; padding:14px 0 15px 0;}
.cboy_2 label{ color:#888888; font-size:14px; line-height:24px; font-weight:normal;}
.cboy_3{ float:left; width:100%;}
.cboy_4{ float:left; width:100%; padding:20px 0 0 0;}
.cboy_5{ float:left; width:100%; padding:34px 0 0 0; color:#888888; line-height:24px;}
.xing_pf_box{ float:left; width:90%; position:relative; font-weight:normal;}
.xing_pf_box .pf_xing{ position:absolute; left:20px; top:0; z-index:70; color:#888888; font-size:14px; line-height:42px;}
.xing_pf_box .pf_xing.fontsize{ font-size:12px;}
.xing_pf_box .pf_xing .b_xing{ color:#9f0027; font-weight:normal;}
.xing_pf_box2{float:left; width:100%;  }

.dom_1{ float:left; width:90%; height:42px; border:0; padding:0; margin:0; background:#fff; padding:0 0 0 20px; color:#888888; font-size:14px; line-height:42px;}
.tr_1{ float:right; width:49.1%;}
.tl_2{ float:left; width:32%; margin:0 2% 0 0;}
.tl_2:nth-child(3){ margin-right:0;}
.dom_2{ float:left; width:95%; height:230px; border:0; padding:10px 20px; margin:0; background:#fff;  color:#888888; font-size:14px; line-height:24px;}
.btn_dom{ display:table; margin:0 auto; width:280px;}
.btn_dom_son{ display:inline-block; width:120px; height:42px; margin:0 10px;float: left;}
.dom_3{ float:left; width:100%; height:42px; border:0; margin:0; background:#c2bcaf;  color:#ffffff; font-size:14px; line-height:42px; -webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out; }
.dom_3.hover,
.dom_3:hover{ background:#e52027;}
.tl_1{ float:left; width:49.1%;}
.cboy_1 .xing_pf_box{width: 100%;}

.news_main{
    width: 100%;
}
.news_main ul{
    width: 100%;
    display: flex;
    justify-content:space-around;
    flex-wrap:wrap;
    align-self: flex-start;
}
.news_main ul li{
    width:23%;
    background: #fff;
    padding:8px;
    margin-bottom: 30px;
}
.news_main ul li .img_box{
    width: 100%;
    overflow:hidden
}
.news_main ul li .img_box img{
    width: 100%;
    transition:all .8s;
}
.news_main ul li .img_box img:hover{
    transform:scale(1.1);
}
.news_main ul li .news_con{
    width: 100%;
    margin-top: 10px;
}
.news_main ul li .news_con .news_time{
    font-size:12px;
    margin:5px 0;
    text-align: left;
}
.news_main ul li .news_con .news_title{
    font-size: 18px;
    padding: 5px 0 10px 0;
}
.news_main ul li .news_con p{
    font-size:14px;
    text-align: left;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.news_main ul li .news_con span{
    float: right;
}
.news_inner{
    width: 100%;
    text-align: center;
}
.news_inner h3{
    font-size:24px;
    margin-bottom: 50px;
}

.news_inner p{
    font-size:16px;
    margin-bottom: 10px;
    text-align: left;
}
.news_inner_time{
    float: right;
    margin-top: 30px;
    text-align: center;
}
.news_inner_time span{
    display: block;
    margin-top: 10px;
}

.c_meau.index_c{ position:fixed;  left:0%; bottom:50%;transform:translateY( 50%) }
.c_meau.index_c img{
    width: 95px;
    height: 95px;
}
.c_meau{ width:125px; height:380px; position:fixed;  left:40px; bottom:15%; display:none;}
.c_meau .fl{ width:125px;}
.c_meau .fl h4{ width:100%; height:61px; background:url(../imgs/c_meau_4.png) no-repeat; color:#fff; font-size:16px; line-height:28px; text-align:center; padding:8px 0; font-weight:bold;}
.c_meau .fl_o{ background:#fff; margin:-16px 0; padding:10px 0 0 0;}
.c_meau .fl_o_o{ color:#7d7d7d; font-size:14px; }
.c_meau .fl_o_o { padding-bottom:10px; border-bottom:1px solid #e5e5e5; width:108px; text-align:center; margin:auto auto 7px auto;}
.c_meau .fl_o_o dd{ line-height:14px;}
.c_meau .fr_o{ margin:90px 0 60px 0;}
.c_meau .fr_t{ margin-left:8px; cursor:pointer;}
.c_meau{ height:auto; display:block;}
.c_meau .fl_o_o dd{ line-height:22px;}
.c_meau .fl_o{ margin:-16px 0 -11px 0;}
.c_meau .fr_o {margin: 90px 0 168px 0;}

@media screen and (max-width: 1300px){
        .nav-list li {
        padding: 0px 1vw;
        float: left;
        text-align: center;
    }
}
@media screen and (max-width: 1100px){
        .nav-list li {
        padding: 0px .5vw;
        float: left;
        text-align: center;
    }
        .nav-list a {
        font-size: 16px;
        color: #ffffff;
    }
        .log-1 a {
        display: inline-block;
        width:auto;
        height: 66px;
    }
}

@media screen and (max-width:768px){

    .c_meau.index_c{ display: none;}


    .bgc-01{
        background: url("../imgs/bg01.jpg") no-repeat center;
        background-size: auto 100% ;
    }
    .bgc-021{
        background: url("../imgs/bg02.jpg") no-repeat center;
        background-size: auto 100% ;
    }
    .bgc-03{
        background: url("../imgs/bg03.jpg") no-repeat center;
        background-size: auto 100% ;
    }
        .header{
            height: 60px;
        }
        .log-1 {
        float: left;
        margin-top: 10px;
        margin-left: 8px;
    }
        .log-1 img {
        width: 150px;
    }
        .obj_container>.nav {
        display: none;
    }
        .wenan-l{
            margin-left: 5px;
        }
        .wenan-l img{
        width: 98%;
        }
        .ju{
            display: none;
        }
        .hr{
            display: none;
        }
        .inner-tex {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
        .tex-head {
        font-size: 24px;
        color: #ffffff;
        margin-bottom: 10px;
        letter-spacing: 3px;
    }
        .eng {
        color: #ffffff;
        font-size: 12px;
        margin-bottom: 10px;
    }
        .tex-inner p {
        text-align: left;
        font-size:14px;
        line-height: 24px;
        padding: 0 8px;
    }
        .more {
        width: 150px;
        height: 40px;
        border: 1px solid #ffffff;
        line-height: 40px;
        display: inline-block;
        margin-top: 5vh;
    }
        .rember {
        font-size: 18px;
        text-align: center;
    }
        .juxing{
            display: none;
        }
        .logo-t>img:first-child{
            display: none;
        }

        .box-03 .content-l {
        display: none;
    }
        .content-r {
        width: 100%;
        height: 100%;
    }
        .inner-r{
            width: 100%;
        }
        .inner-r>img{
            display: none;
        }
        .sml-r{
            display: none;
        }
        .inner-r{
            padding-top: 80px;
        }
        .text-box h3 {
        font-size: 14px;
        line-height: 20px;
    }
        .text-b-p-1{
            font-size:12px;
        }
        .text-box {
        width: 60%;
        position: absolute;
        right: 15px;
        top: 2vh;
    }
        .text-b-1, .text-b-2, .text-b-3 {
        width: 100%;
        height: 19vh;
        }
        .more-l{
            display: none;
        }
        .sec5_main {
        padding-top: 60px;
    }
    .left-z{
        width: 100%;
    }
    .right-z{
        width: 100%;
    }
    .p-1, .p-3{
        width: 100%;
    }
    .p-2, .p-4 {
        color: #ffffff;
        padding-top: 3vh;
        font-size:14px;
    }
    .p-4 {
        padding: 3vh 20px;
    }
    .bot-r{
        display: none;
    }
    .bot-l h3 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 1vh;
    }
    .bot-l p {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
    }
    .bot-m h4 {
        margin-bottom: 1vh;
    }
    .bgc-black{
        padding: 10px;
    }
    .bot-m .img2{
        margin-left: 0;
    }



    /*m-header*/
    .m_header{
                position:fixed;
                top: 0;
                right: 0;
                z-index: 1000000000;
                width: 100%;
                height:70px;
                }
                .navbar{
                    padding:0;
                    min-height:0;
                }

                .navbar-toggle{
                margin-top:10px;
                }
                .navbar-toggle span{
                display: block;
                width: 60%;
                height: 5px;
                background:#fff;
                }
                .navbar-collapse{
                    background:rgba(0,0,0,.7);
                    color:#fff;
                }
                .obj_nav {
                    margin-bottom: 0;
                    border: none;
                    /*固定导航样式*/
                    z-index: 999999;
                    background: #fff;
                    border-radius: 0;
                    position: fixed;
                    width: 100%;
                    right:0;
                    top:60px;
                }
                .navbar-toggle{
                    position: absolute;
                    top:8px;
                    right:0;
                    z-index: 9999999;
                    background:rgb(200,0,0);
                }
                .obj_nav .obj_icon_logo{
                    font-size: 50px;
                    color: #0d56a7;
                    vertical-align: middle;
                }
                .obj_nav .obj_icon_name{
                    font-size: 36px;
                    color: #333;
                    vertical-align: middle;
                }

                .obj_nav .navbar-brand {
                    color: #777;
                    height: 80px;
                    line-height: 50px;
                }
                .obj_nav .navbar-brand:hover,
                .obj_nav .navbar-brand:focus {
                    color: #5e5e5e;
                    background-color: transparent;
                }
                .obj_nav .navbar-text {
                    color: #777;
                }
                .obj_nav .navbar-nav > li > a {
                    color: #fff;
                    height: 50px;
                    line-height: 35px;
                    text-align: center;

                }
                .obj_nav .navbar-nav > li > a:hover,
                .obj_nav .navbar-nav > li > a:focus {
                    color: #777;
                    background-color: transparent;
                    /*border-bottom: 3px solid #0d56a7;*/
                }
                .obj_nav .navbar-nav > .active > a,
                .obj_nav .navbar-nav > .active > a:hover,
                .obj_nav .navbar-nav > .active > a:focus {
                    color: #555;
                    border-bottom: 3px solid #0d56a7;
                }
                .obj_nav .navbar-nav > .disabled > a,
                .obj_nav .navbar-nav > .disabled > a:hover,
                .obj_nav .navbar-nav > .disabled > a:focus {
                    color: #ccc;
                    background-color: transparent;
                }
                .obj_nav .navbar-toggle {
                    border-color: #ddd;
                    margin-top: 10px;
                }
                .obj_nav .navbar-toggle:hover,
                .obj_nav .navbar-toggle:focus {
                    background-color: #ddd;
                }
                .obj_nav .navbar-toggle .icon-bar {
                    background-color: #888;
                }
                .obj_nav .navbar-collapse,
                .obj_nav .navbar-form {
                    border-color: #e7e7e7;
                    border:none;
                }
                .obj_nav .navbar-nav > .open > a,
                .obj_nav .navbar-nav > .open > a:hover,
                .obj_nav .navbar-nav > .open > a:focus {
                    color: #555;
                    background-color: #e7e7e7;
                }

                .header .navbar-toggle {
                position: absolute;
                top: 2px;
                right: 0;
                width: 45px;
                height: 35px;
                z-index: 9999999;
                }

                .header button span{
                    transition:all .3s linear;
                    position: absolute;
                }


                .header button span:first-child{
                    position: absolute;
                        top: 9px;
                    left: 10px;
                }
                .header button span:nth-child(2){
                    position: absolute;
                    top: 12px;
                    left: 10px;
                }
                .header button  span:last-child{
                    position: absolute;
                    top: 18px;
                    left: 10px;
                }



                .header button.active span:first-child{
                    position: absolute;
                        top: 16px;
                    left: 10px;
                    transform: rotate(45deg);
                }
                .header button.active span:nth-child(2){
                    opacity: 0;
                }
                .header button.active  span:last-child{
                    position: absolute;
                    top: 12px;
                    left: 10px;
                    transform: rotate(-45deg);
                }

        .section4{
            background-size: auto 100% ;
        }

        .inner_banner {
        width: 100%;
        height: 35vh;
        text-align: center;
        padding-top: 15vh;
    }
        .inner_banner img{
        width:150px;
        }
        .inner_body{
            padding:10px;
        }
        .lpky_main img{
            width: 100%;
            display: none;
        }
        .lpky_main .inner_tit h3 {
        font-size: 24px;
        margin-bottom: 2vh;
        text-align: center;

    }
    .lpky_main p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 2vh;
        text-indent:2em;
    }

    .inner_nav{
        height: 60px;
    }
        .inner_nav ul li {
        float: left;
        margin-right: 3vw;
        height: 100%;
        line-height: 54px;
    }
    .inner_nav ul li a {
        color: #b9b9b9;
        font-size: 16px;
        display: inline-block;
        height: 100%;
        width: 100%;
    }
    .news_main ul li {
        width: 48%;
        background: #fff;
        padding: 5px;
        margin-bottom: 15px;
    }
    .news_main ul li .news_con p{
        font-size:12px;
    }
    .news_inner h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .news_inner p {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: left;
    }
    .news_inner img{
        max-width: 100%;
        height: auto;
    }
    .news_inner_time {
        float: right;
        margin-top: 20px;
        text-align: center;
    }
    .serve_body .obj_container{
        display: block;
    }
    .serve_body .serve_right img{
        width: 100%;
    }
    .serve_left{
        width: 100%;
    }

    .serve_body .serve_left p{
        font-size:14px;
        margin-bottom: 30px;
    }
    .wlps_main img:last-child{
        width: 100%;
    }
    .wlps_main img:first-child{
        width: 100%;
        margin-bottom: 20px;
    }
    .left_nav {
        width: 100%;
        float: left;
    }
    .products_body{
        padding-left: 0;
        float: left;
        margin-top: 20px;

    }
    .ulObj {
        width: 100%;
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;

    }
    .nav_body ul li{
        width: 50%;
        float: left;

    }
    .nav_body ul{
        overflow: hidden;

    }
    .nav_header {
        width: 100%;
        height: 130px;
        background: #e52027;
        text-align: center;
        padding-top: 10px;
    }
    .ulObj li {
        width: 49%;
        margin-right: 0%;
        float: left;
        margin-bottom: 3vh;
    }
    .products_body{
        height:auto;
    }
    .ulObj li a span {
        display: block;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
    }

    .contact_left {
        width: 100%;
        float: left;
        padding-right: 0%;
    }
    .contact_left h3 {
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;

    }
    .contact_left p {
        font-size: 14px;
        line-height: 24px;
    }
    .contact_right {
        float: left;
        width: 100%;
    }
    .contact_right .map_con {
        width: 100%;
        height: 260px;
        padding: 5px;
        background: #fff;
        margin-top: 20px;
    }
}


.bot-b p a,
.bot-b p a:hover{
    color: #fff;
}
.dede_pages{
    clear: both;
}
.pagelist li{
    border: 1px solid #333;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
}