.clear{
    clear: both;
}


.contact{
    width: auto;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 5%;
    float: right;
}
.contact img{
    width: auto;
    height: 100%;
    vertical-align: middle;
}

.box{
    width: 100%;
    height: auto;
    background: url("https://www.lenorte.com/zt/wx/images/bg.png");
    background-size: auto 100%;
    padding: 2.5rem 5% 0rem;
    box-sizing: border-box;
}
.box h1{
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0.5px;
}
.box h6{
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0.6rem;
    opacity: 0.85;
}
.box .player{
    width: 20rem;
    height: 20rem;
    background: url("https://www.lenorte.com/zt/wx/images/fm_bg.png");
    background-size: 100% 100%;
    border-radius: 2rem;
    box-sizing: border-box;
    margin: 3rem auto 0;
    text-align: center;
    line-height: 20rem;
}
.box .player img{
    width: 5rem;
    height: 5rem;
    vertical-align: middle;
}
.box audio{
    width: 100%;
    margin-top: 2rem;
    opacity: 0.5;
}

.describe{
    width: 90%;
    height: auto;
    margin: 20px auto 0;
    padding-bottom: 5rem;
}
.describe p{
    font-size: 1.5rem;
    text-align: justify;
    line-height: 2.5rem;
    letter-spacing: 0.5px;
    text-indent: 3rem;
}


    header{
                height:auto;
            }
            .header{
                align-items: center;
                background-color:#bbcbe5;
                border-radius:20px;
                box-shadow: 0 10px 20px 1px rgb(0 46 255 / 6%);
                box-sizing: content-box;
                display: flex;
                justify-content: space-between;
                margin: 0 auto;
                min-width: 1200px;
                transition: all .3s;
                width: 1200px;
                margin:0 auto;
                padding: 10px;
            }
            .logo{
                height:40px;
                margin: 10px 20px;
            }
            .content{
                width:1200px;
                margin:50px auto;
                overflow: hidden;
                
            }
          
            .nav1 {
                position: fixed;
                top: 140px;
                 right: 80px;
            }
            .nav1 ul li{
                margin-bottom:15px;
            }
            .nav1 img{width:75px;height:75px;border-radius: 40px;border:solid 5px white;}
            .nav1 img:hover{border:solid 5px #ccc;}
            .nav1 .img1{border:solid 5px #ccc;}
            
            .l{float:left}
            .swiper-slide .text{
                width: 400px;
                padding-top:50px; 
            }
             .swiper-slide .image{
                width: 800px;
            }
            .swiper-slide .image img{
                width: 100%;
            }
             .swiper-slide .text .img{
                width:120px;height: 120px;
                margin-bottom: 24px;
            } 
            
             .swiper-slide .text .img img{
                width:100%;
            } 


            .swiper-slide .text .h1{
             color: #323640;
    font-size: 28px;
    font-weight: 600;
    line-height: 39px;
    margin-bottom: 24px;
            } 
            
           .swiper-slide .text .text  {
                    color: #464b59;
    font-size: 16px;
    line-height: 26px;
    min-height: 140px;
    text-align: justify;
    width: 383px;
}
 .swiper-slide .text .wx{
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    height: 240px;
    justify-content: center;
    width: 200px;
    margin: 60px 50px;
}

 .swiper-slide .text .wx img{ 
    width: 150%;}    

  /* header */
header{
    height: 80px;
    background: #fff;
    box-shadow: 0 0 4px rgb(0,0,0,.1);
}
header .logo{
    width: auto;
    height: 50px;
    float: left;
    margin-top: 15px;
}
header .logo img{
    width: auto;
    height: 100%;
}
header .nav{
    width: auto;
    line-height: 80px;
    float: left;

}
header .nav li{
    font-size: 18px;
    float: left;
    margin-right: 20px;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
    letter-spacing: 1px;
}
header .nav li img{
    margin-left: 5px;
    transition: all 0.5s;
}
header .nav li a{
    color: #333;
}
header .nav li:hover>a{
    color: #4180F7;
}
header .nav li:hover img{
    transform: rotate(180deg);
}
header .nav li::before {
    content:'';
    display:block;
    width:0;
    height:3px;
    position:absolute;
    left:0;
    bottom:0px;
    background:#4180F7;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
header .nav li:hover::before {
    width: 100%;
}
header .nav li .subnav{
    width: 600px;
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    box-shadow: 0 0 4px rgb(0,0,0,.1);
    display: none;
    z-index: 999;
}
header .nav li .subnav li{
    line-height: 46px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 1px #f5f5f5 solid;
    font-size: 16px;
    padding-left: 20px;
}
header .nav li .subnav li span.t{
    font-weight: bolder;
    font-size: 18px;
    margin-right: 20px;
}

header .nav li .subnav li:hover::before{
    display: none;
}
header .nav li:hover>.subnav{
    display: block;
}
header .tel{
    font-size: 20px;
    color: #4180F7;
    font-weight: bold;
    float: right;
    line-height: 80px;
    margin-right: 30px;
}
header .login,header .regsiter{
    float: right;
    width: 60px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    margin-top: 28px;
}
header .login{
    border: 1px #4180F7 solid;
    color: #4180F7;
    margin-right: 5px;
}
header .regsiter{
    color: #fff;
    background: #4180F7;
}
.container{width: 1400px;    margin: 0 auto;}        
.icon_gf{
    float: right;
}
.icon_gf li{
    float: left;
    margin-right: 15px;
    margin-top: 32px;
    font-size: 14px;
    line-height: 14px;
    color: #333;
}