.banner-nav{
    height: 80px;
    width: 100%;
    background-color: #f8f7f7;
}
.banner-nav .inner{
    display: flex;
    justify-content: center;
}
.banner-nav .inner a{
    width: 14%;
    display: block;
    height: 80px;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    color: #161616;
}
.banner-nav .inner a:hover, .banner-nav .inner a.active{
    background-color: #3c7de6;
    color: #fff;
    height: 85px;
}
.main .content1{
    margin-top: 100px;
}
.main .content1 .inner{
    position: relative;
}
.main .content1 .inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .content1 .inner .text{
    position: absolute;
    width: 66%;
    height: 70%;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(222, 222, 222, .7);
    z-index: 99;
}
.main .content1 .inner .text h3{
    font-size: 20px;
    line-height: 36px;
    color: #3c7de6;
    text-align: center;
    margin-top: 50px;
}
.main .content1 .inner .text p{
    font-size: 16px;
    line-height: 30px;
    color: #161616;
    text-align: center;
    margin-top: 10px;
}
/*content2*/
.content2{
    margin: 130px 0 250px;
}
.content2 .inner .container{
    display: flex;
    background-color: #eee;
}
.content2 .inner .container .img{
    width: 50%;
    overflow: hidden;
}
.content2 .inner .container>.img>img{
   width: 100%;
    height: 100%;
}
.content2 .inner .container .text{
    width: 50%;
    padding-top: 80px;
    padding-left: 70px;
}
.content2 .inner .container .text .text1>p{
    font-size: 15px;
    line-height: 27px;
    color: #444;
    padding-right: 50px;
    margin-top: 20px;
}
.content2 .inner .container .text .text2{
    margin-top: 50px;
    display: flex;
}
.content2 .inner .container .text .text2 .img{
    padding-top: 20px;
   width: 150px;
}
.content2 .inner .container .text .text2 p>span{
    display: block;
    font-size: 20px;
    line-height: 34px;
    color: #444;
}





  @media screen and (max-width: 1680px){
    .content2 .inner .container .text{
        padding-top: 30px;
    }
    .content2 .inner .container .text .text2{
        margin-top: 30px;
    }
    .content2 .inner .container .text .text2 .img{
        margin-right: 20px;
    }
  }
  @media screen and (max-width: 1440px){
    .content2 .inner .container .text .text2 p>span{
        font-size: 16px;
        line-height: 28px;
    }
    .main .content1 .inner .text{
        height: 90%;
        transition: all .5s;
    }
  }
  @media screen and (max-width: 1280px){
    .inner .interest{
        display: none;
    }
    .news-content .main-content{
        width: 100%;
    }
    .main .content1 .inner .text h3{
        margin-top: 20px;
    }
}
  @media screen and (max-width: 980px){

    .banner-nav{
        height: 60px;
    }
    .banner-nav .inner a{
        height: 60px;
        line-height: 60px;
    }
    .banner-nav .inner a:hover, .banner-nav .inner a.active{
        height: 63px;
    }
    .news-content .main-content .nav li a{
        padding: 10px 40px;
    }
    .content2 .inner .container {
        display: block;
        
    }
    .content2 .inner .container .img{
        width: 100%;
    }
    .content2 .inner .container .text{
        width: 100%;
        padding-left: 10px;
    
    }
  }
  @media screen and (max-width: 768px){
    .news-content .main-content .title{
        display: block;
    }
    .news-content .main-content .nav li a{
        padding: 0px 0px;
    }
    .news-content .main-content .title li span{
        border: none;
    }
    .main .content1 .inner img{
        display: none;
    }
    .main .content1 .inner .text{
        position: relative;
        width: 90%;
        height: 70%;
        top:50px;
        background-color:transparent; 
    }
    .content2{
        margin: 50px 0 150px;
    }
    .content2 .inner .container .text .text1>p{
        padding-right: 10px;
    }
    .content2 .inner .container .text .text2{
        padding-bottom: 30px;
    }
  }
  @media screen and (max-width: 480px){
    .main .content1 .inner .text{
        top: 120px;
    }
    .banner-nav .inner a{
        width: 40%;
    }
    .news-content .main-content .container p{
        padding: 0 10px;
    }
    .content2 .inner .container .text .text2{
        display: block;
    }
  }