/* 公共头部样式 */
body {
    color: #000;
    background-color: #ffffff;
    font-size: 16px;
    font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
    margin: 0 auto;
    padding: 0;
    line-height: 1.5;
    max-width: 768px;
/*    text-transform: uppercase;*/
    min-width: 320px;
    position: relative;
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}
img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
}
table {
    border-collapse: collapse;
}

button, input, select, textarea {
    font-size: 100%;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

address, cite, dfn, em, var {
    font-style: normal;
}

input:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0s;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    display: block;
    width: 0px;
    height: 0px;
    overflow: hidden;
    content: '';
}
.layout{
    padding: 0 4%;
    margin: 0 auto;
    box-sizing: border-box;
}
/* 头部样式 */
.top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   align-items: center;
   height: 80px;
   position: fixed;
   top:0;
   left:0;
   width: 100%;
   z-index: 99999;
   background: #fff;

}

.top_left img{
    height: 60px;
}
.top_left a,.top_right a{
    width: 100%;
    height: 100%;
    display: block;
}
.top_right img{
   height: 55px;
}
.mobile-nav-box{
    position: fixed;
    overflow-y: scroll;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: white;
    z-index: 999999;
}
.mobile_nav_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 4% 0;
    align-items: center;
}
.mobile_nav_topl{
      width: 44%;
}
.mobile_nav_topl img{
    object-fit: cover;
}
.mobile_nav_topr{
     width: 13%;
}
.mobile-menu-nav{
    color:#252525;
    border-top: 1px solid rgb(223, 223, 223);
}
.second_nav_lsit li{
    color: white;
    line-height: 50px;
    transition: 1s;
    align-items: center;
   color:black;

}
.second_nav_lsit li p:hover{
    background: #004099;
    color: white;
}
.second_nav_lsit li p{
    border-bottom: 1px  solid rgb(223, 223, 223);
    padding-left: 20px;
    transition: 1s;
}
.second_nav_lsit li p a{
    display: block;
    width: 100%;
    height: 100%;
}
.second_nav_lsit li dl dd:hover{
    background: #004099;
    color: white;
}
.second_nav_lsit li dl dd{
    border-bottom: 1px  solid rgb(223, 223, 223);
    padding-left: 20px;
    font-size: 14px;
    transition: 1s;
    color: #252525;
}
.second_nav_lsit li dl dd a{
    width: 100%;
    height: 100%;
    display: block;
}
.second_nav_lsit li i {
    float: right;
    padding-right: 20px;
    line-height: 50px;
    transition: 1s;
}
.nav_li_act .active_i{
    transform: rotateX(180deg);
}
.mobile_nav_bottom{
    width:53%;
    margin-top: 5%;
    padding-left: 20px;
}
.mobile_nav_bottom figure figcaption{
    text-align: center;
}
.swiper-pagination-bullet{
    background: rgb(255, 255, 255);
    opacity: 0.9;
}
.swiper-pagination-bullet-active{
    background: #004099 !important;
}
.search{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #e8e8e8;
    position: relative;
}
.search input{
    width: 100%;
    font-size: 14px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    border:none;
    background: white;
    padding-left: 10px;
}
.search button{
    background: none;
    border: none;
    position: absolute;
    right: 6%;
    top: 19px;
}
.in_box1{
    margin-top: 20px;
}
.in_box1_a{
    text-align: center;
    padding-bottom: 10px;
}
.in_box1_a h5{
    font-size: 16px;
    font-weight: normal;
    color: #bfbfbf;
}
.in_box1_a p{
    font-size: 20px;
    color: #004099; 
}
.in_box1_b{
    margin-top: 4%;
    position: relative;
}
.banner{
    margin-top: 80px;
}
.banner_box2 ul li{
    border: 1px solid rgb(211, 211, 211);
    width: 100%;
}
.box_a{
    position: relative;
    padding: 50% 0;
    overflow: hidden;
    height: 100%;

}
.box_a img{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
    
}
.box_b{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    
}
.box_bl{
    color: #004099;
}
.box_bl h5{
    font-size: 16px;
    font-weight: normal;
}
.box_br span{
    background: #004099;
    color: white;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
}
.in_box1_b .swiper-pagination-bullets{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom:18px;
}
.in_box1_b .swiper-pagination{
     position: relative;
}
.in_box1_b .swiper-pagination-bullet {
    background: rgb(255, 255, 255);
   
    opacity: 0.9;
    border: 1px solid #004099;
    margin-right: 10px;
    width: 10px;
    height: 10px;
}
.in_box2{
    margin-top: 3%;
    padding-top: 4%;
    background: #eeeeee;
    padding-bottom: 4%;
}
.in_box2_b ul {
    margin-top:4%;
}
.in_box2_b ul li{
    float: left;
    margin-right: 9px;
    border-radius: 5px;
    padding: 4px 8px;
    margin-bottom: 10px;
    transition: 1s;
}
.in_box2_b ul li:nth-child(2){
    margin-right: 0px;
}
.in_box2_b ul li:hover{
     background: #004099;
    border-radius: 5px;
    color: white;
}
.in_box2_b ul .in_box2_act{
    background: #004099;
    color: white;
}
.in_box2_c{
    overflow: hidden;
    position: relative;
}
.in_box2_c .swiper-box2{
    max-width: 1300px;
   overflow: unset !important;
}
.swiper-box2-ul li{
    position: relative;
    transition: 1s;
}
.swiper-box2-ul li .in_box2_ca{
    position: relative;
    padding: 43% 0;
    overflow: hidden;
    height: auto;
}
.swiper-box2-ul li:hover .in_box2_ca img{
    transform: scale(1.1);
}
.swiper-box2-ul li .in_box2_ca img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}
.swiper-box2-ul li .in_box2_cb{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    z-index: 111;
    left:3%;
    bottom: 2%;
    width: 94%;
    background: rgba(41, 41, 41, 0.246);
    padding: 10px 5px;
    transition: 1s;
}
.swiper-box2-ul li .in_box2_cb .in_box2_cb1{
    color: #fdfffe;
     width: 70%;
}
.swiper-box2-ul li .in_box2_cb .in_box2_cb1 h5{
    font-size: 16px;
    font-weight: normal;
}
.swiper-box2-ul li .in_box2_cb .in_box2_cb1 p{
    font-size: 14px;
}
.swiper-box2-ul li .in_box2_cb .in_box2_cb2{
    display: block;
    border: 1px solid white;
    width: 30%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: white;
    font-size: 12px;
}
.in_box2_swiper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4%;
}
.in_box2_swiper i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #004099;
    font-size: 16px;
    color: #004099;
    outline: none;
    margin-right: 10px;
}
.in_box2_swiper .swiper-button-disabled{
    background: #004099;
    color: white;
}
.in_box3{
    text-align: center;
    background: #dcdcdc;
    padding-bottom: 40px;
}
.in_box3_a{
    font-size: 24px;
    padding-top: 10%;
}
.in_box3_a p{
    position: relative;
    color: #004099;
}
.in_box3_a p::before{
    position: absolute;
    content: '';
    display: block;
    right: 43.5%;
    top: -28%;
    z-index: 111;
    width: 52px;
    height: 2px;
    color: #004099;
    background: #004099;
}
.in_box3_b .view {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 24% 0;
    overflow: hidden;
    margin-top: 3%;
}
.in_box3_b .view  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.in_box3_bb{
    position: relative;
}
.in_box3_bb .preview{
    margin-top:4%;
}
.in_box3_bb .preview ul li{
    position: relative;
    overflow: unset !important;
    padding-top: 25px;
    cursor: pointer;
}
.in_box3_bb .preview ul li figure div{
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 50% 0;
}
.in_box3_bb .preview ul li figure div img{
     position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in_box3_bb .preview ul li figure figcaption{
    padding: 5px 0;
}
.in_box3_bb .swiper-prev-box3{
    cursor: pointer;
    position: absolute;
    left: 15%;
    top: 0;
    z-index: 111;
    width: 50px;
    height: 100%;
    background: url(../img/box3_left.png) no-repeat center center;
    outline: none;
}
.in_box3_bb .swiper-next-box3{
    cursor: pointer;
    position: absolute;
    right:15%;
    top: 0;
    z-index: 111;
    width: 50px;
    height: 100%;
    background: url(../img/box3_right.png) no-repeat center center;
    outline: none;
}
.in_box3_bb .preview .swiper-slide-active figure div{
        border: 1px solid #004099;
}
.in_box3_bb .preview .swiper-slide-active::before{
    content: '';
    display: block;
    z-index: -1;
    width: 20px;
    height: 20px;
    background: #004099;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 45%;
    transform: rotateZ(45deg);
}
.in_box4_a{
    background: url(../img/yazhoou-bg.jpg) no-repeat center center;
    text-align: center;
    padding: 4% 0 0 0;
}
.in_box4_a h5{
    font-size: 16px;
    font-weight: normal;
    color: white;
}
.in_box4_a p{
    font-size: 20px;
    color: white;
    margin-bottom: 3%;
}
.in_box4_a span{background: #fff;padding: 4% 2%;font-size: 14px;color: #343434;text-align: justify;line-height: 1.7em;display: block;width: 92%;margin: 0 4%;}
.in_box4_b ul li{
    position: relative;
}
.in_box4_b ul li:nth-child(1) figure div{
    position: relative;
    padding: 43% 0;
    height: 100%;
}
.in_box4_b ul li figure div{
    position: relative;
    padding: 20% 0;
    height: 100%;
}
.in_box4_b ul li figure div img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in_box4_b ul li figure figcaption{
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;

}
.in_box5{
    margin:6% 0;
}
.in_box5_b ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3% 0;
}
.in_box5_b ul li{
    margin: 0 8px;
    border-radius: 10px;
    line-height: 32px;
    transition: 1s;
    position: relative;
}
.in_box5_b ul li a{
    display: block;
    padding: 0 20px;
    
}
.in_box5_b ul li:hover{
     background: #004099;
      color: white;
    }
.in_box5_b ul .in_box5_act{
    background: #004099;
    color: white;
}


.in_box5_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.in_box5_cl{
    width: 100%;
    position: relative;

}
.in_box5_cl figure div{
    position: relative;
    padding: 50% 0;
    overflow: hidden;
    height: auto;
}
.in_box5_cl figure div img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}
.in_box5_cl:hover figure div img{
      transform: scale(1.1);
      
}
.in_box5_cl figure figcaption{
    position: absolute;
    height:30px;
    transition: 1s;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 30px;
    bottom:0;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.651);
    color: white;
}
.in_box5_cl:hover figure figcaption{
    color: #004099;
    background: rgba(0, 0, 0, 0.459);
}
.in_box5_cr{
    width:100%;
    margin-top: 20px;
}
.in_box5_cr ul li{
    border-bottom: 1px solid rgb(218, 218, 218);
    padding-bottom: 15px;
    margin-top: 15px;
}
.in_box5_cr ul li:nth-child(1){
    margin-top: 0px;
}
.in_box5_cr ul li:nth-last-child(1){
    border-bottom:none;
}
.in_box5_cr ul li:hover .in_box5_cra{
     background: #004099;
}
.in_box5_cr ul li:hover .in_box5_crb h5{
    color: #004099;
}
.in_box5_cr ul li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.in_box5_cra{
    width: 21%;
    background: #c9c9c9;
    text-align: center;
    color: white;
    padding: 5% 0;
    transition: 1s;
}
.in_box5_cra p{
    font-size: 14px;
}
.in_box5_cra p span{
    display: block;
    font-size: 36px;
    height: 44px;
    line-height: 44px;
}
.in_box5_crb{
    width: 78%;
    padding: 5px 0;
}
.in_box5_crb h5{
    font-size: 16px;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.in_box5_crb p{
    font-size: 14px;
    color: #797979;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.footer{
    background: #272727;
    color: #bebebe;
    padding: 20px 10px;
}
.cru ul{
    padding:10px 0;
}
.cru ul li{ 
    float: left;
    font-size: 14px;
    margin-right: 5px;
}
/* 分导航样式 */
.p-more{width: 100%;display: flex;justify-content: center;align-items: center;margin-top: 3%;}
.p-more a{width: 100px;height: 30px;line-height: 30px;text-align: center;font-size: 16px;color: #fff;background: #004099;border-radius: 20px;display: block;}
.pro_nav1{background-color: #F0F0F0;padding: 8px 3%;border-bottom: 1px solid rgb(168, 168, 168);}
.pro_nav1 ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.pro_nav1 ul li i{transition: 0.6s;margin-left: 9px;width: 13px;height: 8px;display: inline-block;line-height: 8px;}
.pro_nav1 ul li .active{ transform: rotate(180deg);}
.pro_nav1 ul li:hover{color:#004099; }
.pro_nav2 ul li{float: left;}
.pro_nav2{background-color: #F0F0F0;border-bottom: 1px solid rgb(255, 255, 255);padding: 10px;}
.pro_nav2 ul li{margin-right: 20px;padding: 5px 0}
.pro_nav2 ul li a{transition: 0.6s;text-align: left;color: #555555;display: inline-block;}
.pro_nav2 ul li a:hover{color:#004099;; }
.pro_nav3{text-align: center;/*background-color: #F0F0F0;*/padding-top: 20px;padding-bottom: 30px;}
.pro_nav3 form{max-width: 500px;margin: 0 auto;padding: 0 10%;}
.pro_nav3 .pro-name{background: #fff;color: #919191;width: 100%;height: 30px;border: 1px solid #CCCCCC;vertical-align: top;}
.pro_nav3 input{background: #fff;color: #919191;width: 100%;height: 40px;border: 1px solid #CCCCCC;margin-top: 10px;padding: 0px 5px;box-sizing: border-box;font-size: 14px;}
.pro_nav3 button{background:#004099;color: hsl(0, 0%, 100%);width:100%;height: 40px;border: 1px solid #CCCCCC;margin-top: 10px;font-size: 14px;outline: none;}
.pro_box1{
    background: #f7f7f7;
    padding-bottom:5%;
}
.pro_box1>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.pro_box1>ul{
    padding-top: 4%;
}
.pro_box1>ul li{
    width: 48%;
    background: white;
    margin-bottom:20px;
}
.pro_box1>ul li figure div{
    position: relative;
    padding: 50% 0;
    overflow: hidden;
    height: auto;
}
.pro_box1>ul li figure div img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro_box1>ul li figure figcaption{
    padding: 20px 0;
}
.pro_box1>ul li figure figcaption h5{
    font-size: 16px;
    font-weight: normal;
}
.pro_box1>ul li figure figcaption p{
    font-size: 14px;
    margin-bottom: 5px;
}
.pro_box1>ul li figure figcaption span{
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    border-radius: 5px;
    transition: 1s;
    background: #004099;
}
.fenye{
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

}
.fenye ul {
    display: flex;
}
.fenye ul li {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    border: 1px solid #004099;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004099;
    transition: .3s;
    border-radius: 5px;
}
.fenye ul li:hover{
      background: #004099;
    color: white;
}
.fenye ul .fenye-n{
    background: #004099;
    color: white;
}
.fenye ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fenye span{
    font-size: 14px;
    margin-left: 8px;
}
.fenye select {
    width: 50px;
    border: 1px solid #004099;
    height: 25px;
    outline: none;
    border-radius: 5px;
}
.plt_box1{
    margin-top: 3%;
}
.view_list_aa{
    position: relative;
}
.view-big ul li{
    position: relative;
}
.view-big ul li .sw_img{
    position: relative;
    padding: 50% 0;
    width: 100%;
    height: auto;
}
.view-big ul li .sw_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.view-big ul li p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(10, 10, 10, 0.459);
    color: white;
    padding:10px 0;
}
.view_list_aa .swiper-prev,.view_list_aa .swiper-next{
    position: absolute;
    z-index: 11;
    color: white;
    font-size: 60px;
    top: 45%;
    outline: none;
    font-weight: normal;
}
.view_list_aa .swiper-prev{
    left:3%;
}

.view_list_aa .swiper-next{
    right:3%;
}
.view-small{
    margin-top: 20px !important;
}
.view-small ul li{
    position: relative;
    height: auto;
    padding:12% 0;
    overflow: hidden;
}
.view-small ul li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.view-small ul .swiper-slide-active{
    border: 1px solid #004099;
}
.plt_box2{
    margin-top: 10px;
    background: #f7f7f7;
    padding-bottom: 20px;
}
.plt_box2 h5{
    font-size: 18px;
    color: #004099;
    line-height: 60px;
    border-bottom: 1px solid rgb(173, 173, 173);
}
.plt_box2_a{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.plt_box2_a ul li{
    margin-top: 10px;
}
.plt_box2_a figure{
    margin-top: 10px;
    font-size: 14px;
}
.plt_box2_b{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.plt_box2_b a{
    display: block;
    width:49%;
    height: 40px;
    border: 1px solid #797979;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background: white;
}
.plt_box2_b a i{
    padding: 0 10px;
}
.plt_box3{
    margin-top: 10px;
}
.plt_box3 h5{
    font-size: 18px;
}
.plt_box3 p{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.plt_box4 {
    margin-bottom: 30px;
}
.plt_box4 h5{
    font-size: 18px;
    color: #004099;
    line-height: 60px;
}
.plt_box4_a ul li{
    border: 1px solid #c2c2c2;
}
.plt_box4_a ul li figure div{
    position: relative;
    padding: 45% 0;
    overflow: hidden;
    height: auto;
}
.plt_box4_a ul li figure div img{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.plt_box4_a ul li figure figcaption{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* 新闻列表页面样式 */
.new_box1{
    padding-bottom: 6%;
    background: #f7f7f7;
}
.new_box1>ul{
    padding-top: 5%;
}
.new_box1>ul li{
    margin-bottom: 5%;
    background: white;
    padding:10px;

}
.new_box1>ul li a{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;

}
.new_box1_left{
    width: 100%;
    padding: 37% 0;
    height: auto;
    overflow: hidden;
    position: relative;
}
.new_box1_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    position: absolute;
    transition: 1s;
}
.new_box1_right{
    width: 100%;
}
.new_box1_right h5{
    font-size: 16px;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    background: url(../img/duobianxing.png) no-repeat center left;
    line-height: 50px;
    border-bottom: 1px solid rgb(150, 150, 150);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.new_box1_right p{
    margin-top: 18px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
} 
.new_box1_right .more_list{
    display: block;
    width: 90px;
    background: #004099;
    margin-top: 10px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-size: 14px;
    transition: 1s;
}
/* 新闻列表详情 */
.nlt_box1{
    margin-top:6%;
}
.nlt_box1_a{
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
}
.nlt_box1_a h5{
    font-size: 16px;
    color: #3a3a3a;
    line-height: 20px;
    margin-bottom: 2%;
    font-weight: normal;
}
.nlt_box1_a>p{
    font-size: 14px;
    color: #3a3a3a;
    line-height: 20px;
    font-weight: normal;
    border-bottom: 1px solid rgb(202, 202, 202);
    padding-bottom: 20px;
}
.nlt_box1_a .plt_box2_ar{
    text-align: center;
    display: inline-flex;
    margin-top: 10px;
}
.nlt_box1_b{
    text-align: center;
    margin-top: 4%;
    margin-bottom: 6%;
     font-size: 14px;
}

.nlt_box1_b img{
    margin-bottom: 10px;
    height: auto !important;  
    max-width: 100% !important; 
    width: 100% !important;
}
.nlt_box1_b p{
    line-height: 35px;
}
.nlt_box1_c{
    border-top: 1px solid #DDDDDD;
    padding-top: 15px;
    font-size: 14px;
    text-align: left;
}

.nlt_box1_c p{
    margin-top: 5px;
    transition: 1s;
}
/* 关于亚洲之星 */
.about_box1{
    background: #f7f7f7;
    padding-bottom: 5%;
}
.abou_box1_a{
   padding-top:6%;
}
.abou_box1_a h5{
    font-size: 24px;
    font-weight:normal;
}
.abou_box1_a p{
    color: #646464;
}
.about_box1_b p{
    margin-top: 3%;
    line-height: 28px;
    color: #282828;
}
.about_box1_c{
    margin-top: 3%;
}
.about_box1_c img{
     width: 100%;
    height: 100%;
    object-fit: cover;
 
}
.about_box1_c img:nth-child(2){
    margin-right: 0;
}
.about_box2{
    background: url(../img/abou_bg.jpg) no-repeat left top;
    background-size: 100% 100%;
    padding-bottom: 3%;
}
.about_box2_a{
    padding: 5% 0;
    text-align: center;
}
.about_box2_a p{
    font-size: 24px;
    position: relative;
    color:#004099;
}
.about_box2_a p::before{
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #004099;
    margin: 0 auto;
    position: absolute;
    bottom: -6px;
    right: 47.5%;
  
}
.about_box2_b ul{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}
.about_box2_b ul li{
    background: white;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_box2_b ul li figure{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about_box2_b ul li figure figcaption{
    padding:0 20px;
    width: 100%;
}
.about_box2_b ul li figure figcaption h5{
    font-size:18px;
    font-weight: normal;
    padding:4% 0;
}
.about_box2_b ul li figure figcaption p{
    color: #6d6d6d;
      transition: 1s;
    font-size: 14px;
    margin-bottom: 10px;
}
.about_box2_b ul li figure div{
    width:100%;
    position: relative;
    padding: 32% 0;
    overflow: hidden;
    height: auto;
}
.about_box2_b ul li figure div img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}
.about_box3{
    margin-bottom:6%;
}
.about_box3_b ul{
    margin:3% 0;
}
.about_box3_b ul li{
    border: 1px solid rgb(195, 195, 195);
    padding: 1%;
    text-align: center;
}
.about_box3_b ul li:nth-of-type(3n+3){
    margin-right: 0px;
}
.about_box3_b ul li figure div{
    position: relative;
    overflow: hidden;
    padding: 40% 0;
    height: auto;
}
.about_box3_b ul li figure div img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}
.about_box3_b ul li figure figcaption{
    padding-top: 10px;
    color: #004099;
}
/* 加盟流程 */
.join_box1{
    background: url(../img/ab-img.jpg)no-repeat;
    padding: 5% 0;
    width: 100%;
    height: 100%;
    background-size: cover;

}
.join_box1_a{
    text-align: center;
}
.join_box1_a h5{
    font-size: 22px;
    color:  #fff;
    font-weight: normal;
}
.join_box1_a p{
    font-size: 16px;
    color: #fff;
}
.join_box1_b ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.join_box1_b ul li{
    width: 49%;
    background: #fff;
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    transition: 1s;
}

.join_box1_b ul li span{
    display: block;
    font-size: 30px;
    color: #004099;
    transition: 1s;
}
.join_box1_b ul li h5{
    font-weight: bold;
    font-size: 16px;
   padding-bottom: 10px;
}
.join_box1_b ul li p{
    transition: 1s;
    font-size: 14px;
    color: #5e5e5e;
    text-align: left;
}
.join_box2{
    padding-top: 5%;
}
.join_box2 .join_box1_a h5{
    color: #004099;
}
.join_box2 .join_box1_a p{
    color: #b3b3b3;
}
.join_box2_b ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
    position: relative;
}

.join_box2_b ul li{
    width:33.3%;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}
.join_box2_b ul li:hover{
    color: #004099;
}
.join_box2_b ul li figure div img{
   height: 80px;
}
.join_box2_b ul li figure figcaption p{
    font-size: 14px;
    padding: 0 5px;
}
.join_box2_b ul li figure figcaption span{
    display: block;
    width: 25px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    z-index: 100;
}
.join_box2_b ul li::before{
    content: '';
    display: block;
    width:100%;
    height:1px;
    background: #cecece;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    right: 0px;
    z-index: -1;
}
.join_box2_b ul li:hover img{
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    -moz-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
    transition: -webkit-transform 1s ease-in-out;
    transition: -moz-transform 1s ease-in-out;
    transition: transform 1.5s ease-in-out;
}
.join_box3{
    background-size: cover;
    background:url(../img/join3-bg.jpg)no-repeat center center;
    padding: 5% 0;
    width: 100%;
    height: 100%;

}
.join_box1_b{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:5%;

}
.join_box1_b input{
    width: 49%;
    height:50px;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.join_box1_b .in_big{
    width: 100%;
}
.join_box1_b .in_tex{
    width: 100%;
    height: 200px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 15px;
    outline: none;
}
.join_box4{
    margin-top: 5%;
    margin-bottom: 5%;
}
.join_box4 .join_box1_a h5{
    color: #004099;
}
.join_box4 .join_box1_a p{
    color: #d1d1d1;
}
.join_box4_b ul{
    margin-top: 3%;
    margin-bottom: 3%;
}
.join_box4_b ul li{

    background: #004099;
    color: white;
    
}

.join_box4_b ul li figure div{
    position: relative;
    padding: 38% 0;
    overflow: hidden;
    height: auto;
}
.join_box4_b ul li figure div img{
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s;
}

.join_box4_b ul li figure figcaption{
    padding: 0 20px;
}
.join_box4_b ul li figure figcaption h5{
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.join_box4_b ul li figure figcaption p{
    font-size: 14px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}
.join_box4_b ul li figure figcaption span{
    background: url(../img/jiantou.png) no-repeat 96% center;
    display: block;
    font-size: 14px;
    margin: 15px 0;
    transition: 1s;
}

.join_box4_b ul li:hover figure figcaption span{
    background: url(../img/jiantou.png) no-repeat right center;
}
.ver_code {
    position: relative;
    border-bottom: 0 !important;
}


.ver_code > p {
    position: absolute;
    color: #3a3a3a;
    font-size: 14px;
    left: 100px;
    z-index: 11;
    top:30px;
}

.ver_code .code-box {
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    margin-top: 20px;
    width: 242px;
    height: 40px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    background: rgb(233, 233, 233);
    border: 0;
    border-radius: 5px;
    outline: none;
    
}

.ver_code .code-box p{
    margin-top: 0 !important;
    color: #fff !important;
    display: block;
    position: absolute;
    left: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    z-index: 111;
    
}
.ver_code .code-box span{
    margin-top: 0 !important;
    color: #fff !important;
    display: block;
    position: absolute;
    left: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}
.ver_code .code-box span {
    width: 40px;
    font-family: "宋体";
    font-size: 16px;
    cursor: pointer;
    background:  #c0c0c0
}
.form_btn input{
    width: 100px;
    height: 38px;
    margin-top: 20px;
    outline: none;
    margin-right: 10px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}
.form_btn .form_reset{
    background: #004099;
    color: white;
}
/* 在线留言 */
.leave_box1{
   padding-top: 3%;
   padding-bottom: 2%;
}
.leave_box1 p{
    font-size: 22px;
    color: #004099;
}
.leave_box2{
    margin-bottom: 8%;
}
.leave_box2_a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.leave_box2_a input{
    width:100%;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    outline: none;
    border: none;
    background: #e5e5e5;
    margin-bottom: 2%;

}
.leave_box2_a textarea{
    width: 100%;
    height: 100px;
    outline: none;
    border: none;
    background: #e5e5e5;
    padding-left: 10px;
    font-size: 14px;
    padding-top: 10px;
}
.con_box1{
    margin-top: 20px;
    margin-bottom: 20px;
}
.con_box1 figure{
    margin-top: 20px;
    text-align: center;
}
/* 经销商专区登录 */
.jingxiao_box1{
    margin-top: 3%;
    text-align: center;
    margin-bottom: 5%;
}
.jingxiao_box1 h4{
    font-size: 24px;
    font-weight: normal;
    position: relative;
}
.jingxiao_box1 h4::before{
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #004099;
    margin: 0 auto;
    position: absolute;
    bottom: -6px;
    right:45%;
  
}
.jingxiao_box2{
    text-align: center;
    max-width:414px;
    margin: 0 auto;
    margin-bottom: 8%;
}
.jingxiao_box2 input{
    width: 320px;
    height: 44px;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 2%;
}
.jingxiao_box2 button{
    width: 320px;
    cursor: pointer;
    outline: none;
    margin-top: 1%;
    background: #a1a0a0;
    height:34px;
    color: white;
    line-height: 34px;
    border: none;
    transition: 1s;
}
.jingxiao_box2 button:hover{
    background:#004099;
}
/* 经销商专区 */
.zhuqu_box1{
    margin-bottom: 8%;
}
.zhuqu_box1>ul li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.zhuqu_box1>ul{
    padding-top: 2%;
}
.zhuqu_box1>ul li{
    padding: 15px;
    background: #eeeeee;
    margin-bottom: 30px;
}
.zhuqu_box1_left{
    width: 46%;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 17% 0;

}
.zhuqu_box1 ul li:hover .zhuqu_box1_right .down{
     background: #004099;
    padding: 2px 0;
    color: white;
}
.zhuqu_box1_left img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}
.zhuqu_box1_right{
    width: 50%;
}
.zhuqu_box1_right h5{
    font-size: 16px;
    font-weight: normal;
    margin: 2% 0;
}
.zhuqu_box1_right p{
    font-size: 14px;

}
.zhuqu_box1_right time{
    font-size: 14px;
    line-height:40px;
}
.zhuqu_box1_right p span{
    display: inline-block;
}
.zhuqu_box1_right .down{
    display: block;
    width: 80px;
    background: #004099;
    color: white;
    padding: 2px 0;
    text-align: center;
    transition: 1s;
    font-size: 14px;
}
.join_box4 .swiper-pagination{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.join_box4 .swiper-pagination-bullet{
    border: 1px solid #004099;
    margin-right: 10px;
}
.join_box4 .swiper-pagination-bullet-active{
    border: none;
}

@media screen and (max-width:414px) {
.in_box2_b ul li{font-size: 14px;}
.in_box3_bb .preview ul li figure figcaption{font-size: 14px;}
.in_box3_a p{font-size: 18px}
.in_box4_a p{font-size: 18px}
.in_box5_b ul li a{font-size: 14px;}
.in_box1_a p{font-size: 18px}
.in_box5_b ul li a{padding: 0 10px;}
.in_box5_b ul li{margin: 0;}
.in_box5_cra p span{font-size: 28px;}
.in_box5_cra{width: 32%;}
.in_box5_crb{width: 64%;}
.footer p{font-size: 14px;}
.pro_box1 ul li figure figcaption{padding: 10px 0;}
.pro_box1 ul li figure figcaption span{font-size: 12px;}
.view_list_aa .swiper-prev, .view_list_aa .swiper-next{top: 37%;}
.plt_box2 h5{line-height: 35px}
.plt_box4_a ul li figure figcaption{font-size: 12px;}
.new_box1_right h5{line-height: 38px;}
.new_box1_right p{margin-top: 12px;}
.abou_box1_a h5{font-size: 20px;}
.about_box2_a p{font-size: 20px;}
.about_box2_a p::before{ right: 40.5%;}
.about_box1_b p{font-size: 14px;}
.join_box1_b ul li span{font-size: 24px;}
.join_box1_b ul li h5{font-size: 14px;}
.join_box1_b ul li p{font-size: 12px;}
.join_box1_b input{width: 100%;height: 40px;}
.join_box1_b .in_tex{height: 100px;}
.join_box4_b ul li figure figcaption h5{margin: 8px 0}
.join_box4_b ul li figure figcaption{padding: 0 5px}
.leave_box1 p{font-size: 18px}
.con_box1{font-size: 14px;}
.jingxiao_box2 input{width: 280px;height: 38px;}
.jingxiao_box2 button{width: 280px;}
.jingxiao_box1 h4::before{right: 40%;}
.jingxiao_box1 h4{font-size: 20px}
.zhuqu_box1_left{padding: 22% 0;}
.plt_box2_b a{width: 100%;margin-bottom: 10px;}
}

.m_nav{margin-top: 0.3rem; padding: 0 0.313rem;}
.m_nav li{transition: 0.6s; float: left; margin-bottom: 0.1rem; width: 33.3333%; font-size: 14px; color: #7b7b7b; padding: 0 0.07rem; text-align: center;}
.m_nav li a{display: block; width: 100%; font-size: 14px; padding: 0.15rem 0; border: 1px solid transparent; background: #eeeeee; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.m_nav li.active a{color: #fff; background: #004099;}


.piafu_sj{
    background: #000;
    height: 60px;
    line-height: 60px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}

.piafu_sj a{
    color: #fff;
    display: inline-block;
    width: 49%;
    text-align: center;
    line-height: 40px
}