.m .dropdown > a{
    background: url(../images/more.0b3c6314.svg) no-repeat right 10px;
}
.footerslogen{
    overflow: hidden;
    margin-top: 50px;
}
.footerslogenL{
    float: left;
    width: 50%;
}
.footerslogenL img{
    width: 100%;
    height: 400px;
}
.footerslogenR{
    float: right;
    width: 50%;
    position: relative;
}
.footerslogenR img{
    width: 100%;
    height: 400px;
}
.footerslogenRcon{
    position: absolute;
    top: 20%;
    width: 70%;
    left: 10%;
}
.footerslogenRcon h2{
    font-size: 33px;
}
.footerslogenRcon p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin: 18px 0;
}
.footerslogenRcon a{
    background: #000;
    color: #fff !important;
    padding: 15px 22px;
    margin-top: 12px;
    display: inline-block;
    text-decoration: none;
}
.footerslogenRcon a:hover{
    background: #2bb39b;
}
.banner{

    overflow: hidden;

    position: relative;
}
.banner img{
    width: 100%;
}
.bannercon{

    width: 1340px;

    margin: 0 auto;

    margin-top: 0;

    position: absolute;

    z-index: 10;

    top: 20%;

    left: 10%;
}
.bannercon h2{

    font-size: 58px;

    font-weight: 700;

    color: #fff;
}
.bannercon p{

    font-size: 24px;

    color: #fff;

    margin-top: 40px;

    border: 3px solid #fff;

    display: inline-block;

    padding: 10px 25px;

    border-radius: 30px;
}
.bannercon a{

    width: 180px;

    height: 56px;

    background: #2878FF;

    border-radius: 4px 4px 4px 4px;

    display: block;

    margin-top: 60px;

    font-size: 20px;

    color: #fff;

    text-align: center;

    line-height: 56px;

    text-decoration: none;
}
.ti-line {
    background: url("../images/line.png") no-repeat;
    width: 100%;
    height: 10px;
}
.pagetit{

    width: 153px;

    margin: 40px auto;
}
.titline{

    background: #2bb39b;

    width: 50px;

    height: 5px;

    margin: 0 auto 15px !important;
}
.pagetit h2{

    text-align: center;

    font-weight: 700;
}
.pagetit h3{text-align: center;font-size: 18px;color: #6d6d6d;}

.cmain{

    width: 1320px;

    margin: 0 auto;
}

.texing{

    display: flex;

    justify-content: space-around;

    margin: 40px auto;
}
.texing a{

    /* flex: 1; */

    width: 23%;
    overflow: hidden;
}
.texing a img{

    width: 100%;
}
.texing a p{font-size: 18px;text-align: center;}

.about{

    background: #fff;

    overflow: hidden;
}
.about1{
display: flex;
    /*width: 1440px;*/

    margin: 0 auto;

    overflow: hidden;
}
.about1L{

    /*width: 720px;*/

    /*float: left;*/

    font-size: 20px;

    line-height: 37px;

    margin-top: 19px;
}
.about1L .pagetit{
    margin: 0 40px 40px 0;
}
.about1L p{
text-indent: 2rem;
    margin-bottom: 46px;
}
.about1L p span{

    font-size: 40px;

    color: #2878FF;
}
.about1R{

    /*float: right;*/

    /*width: 652px;*/
}
.about1R img{

    /*width: 100%;*/
}
.down{margin: 60px auto;}
.down img{
    margin-right:10px
}
.down a{
    font-size: 16px;
    color: #000;
    /* text-decoration: underline !important; */
    text-decoration: none;
    padding-bottom: 16px;
    display: inline-block;
    line-height: 5px;
    border-bottom: 1px solid #000;
}
.honormore{

    text-align: right;
}
.honormore a{

    color: #000;

    text-decoration: none;
}
.honor{

    overflow: hidden;
}
.honor a{

    width: 23%;

    float: left;

    margin: 1%;

    overflow: hidden;
}
.honor a img{

    width: 100%;

    transition: 300ms;
}
.honor a:hover img{
    transform: scale(1.1);
}
.news{

    overflow: hidden;
}
.newsL{

    float: left;

    width: 878px;
}
.newsL a{

    border: 1px solid #666;

    float: left;

    width: 419px;

    margin: 1%;

    color: #666;

    text-decoration: none;

    padding: 20px;

    height: 257px;
}
.newsL a:hover{
    background: #2bb39b;
    color: #fff;
    border:1px solid #2bb39b ;
}
.newsL a p{

    margin: 0;

    font-size: 14px;
}
.newsL a h2{

    font-size: 19px;

    margin-top: 11px;
}
.newsL a h3{

    font-size: 14px;

    line-height: 23px;
}
.newsR{

    float: right;

    width: 437px;
}
.newsR > img{

    width: 100%;

    height: 281px;

    margin-top: 2%;
}
.newR2{

    display: flex;

    justify-content: space-between;

    margin: 20px 0;
}
.newR2 a{

    overflow: hidden;
}
.newR2 a img{

    transition: 300ms;

}
.newR2 a:hover img{
    transform: scale(1.1);
}
@media (max-width: 768px) {
    .footerslogen{
        overflow: hidden;
        margin-top: 50px;
    }
    .footerslogenL{
        float: left;
        width: 100%;
    }
    .footerslogenL img{
        width: 100%;
        height: auto;
    }
    .footerslogenR{
        float: right;
        width: 100%;
        position: relative;
    }
    .footerslogenR img{
        width: 100%;
        height: 443px;
    }
    .footerslogenRcon{
        position: absolute;
        top: 12%;
        width: 79%;
        left: 10%;
    }
    .footerslogenRcon h2{
        font-size: 33px;
    }
    .footerslogenRcon p{
        font-size: 16px;
        color: #000;
        line-height: 30px;
        margin: 18px 0;
    }
    .footerslogenRcon a{
        background: #000;
        color: #fff !important;
        padding: 15px 22px;
        margin-top: 12px;
        display: inline-block;
        text-decoration: none;
    }

    .banner{

        overflow: hidden;

        position: relative;
    }
    .banner img{
        width: auto;
        height: 300px;
    }
    .bannercon{

        width: 1340px;

        margin: 0 auto;

        margin-top: 0;

        position: absolute;

        z-index: 10;

        top: 23%;

        left: 10%;

    }
    .bannercon h2{

        font-size: 24px;

        font-weight: 700;

        color: #fff;

    }
    .bannercon p{

        font-size: 14px;

        color: #fff;

        margin-top: 40px;

        border: 3px solid #fff;

        display: inline-block;

        padding: 10px 25px;

        border-radius: 30px;

    }
    .bannercon a{

        width: 180px;

        height: 56px;

        background: #2878FF;

        border-radius: 4px 4px 4px 4px;

        display: block;

        margin-top: 60px;

        font-size: 20px;

        color: #fff;

        text-align: center;

        line-height: 56px;

        text-decoration: none;
    }
    .ti-line {
        background: url("../images/line.png") no-repeat;
        width: 100%;
        height: 10px;
    }
    .pagetit{

        width: 153px;

        margin: 40px auto;
    }
    .titline{

        background: #2bb39b;

        width: 50px;

        height: 5px;

        margin: 0 auto 15px !important;
    }
    .pagetit h2{

        text-align: center;

        font-weight: 700;
    }
    .pagetit h3{text-align: center;font-size: 18px;color: #6d6d6d;}

    .cmain{

        width: 83%;

        margin: 0 auto;

    }

    .texing{

        display: flex;

        justify-content: space-around;

        margin: 40px auto;

        flex-wrap: wrap;

        width: 92%;

    }
    .texing a{

        /* flex: 1; */

        width: 48%;

    }
    .texing a img{

        width: 100%;
    }
    .texing a p{font-size: 18px;text-align: center;}
    .about{

        background: #fff;

        overflow: hidden;
    }
    .about1{

        width: 91%;

        margin: 0 auto;

        overflow: hidden;

    }
    .about1L{

        width: 100%;

        float: left;

        font-size: 20px;

        line-height: 37px;

        margin-top: 19px;

    }
    .about1L p{

        margin-bottom: 46px;
    }
    .about1L p span{

        font-size: 40px;

        color: #2878FF;
    }
    .about1R{

        float: right;

        width: 100%;

        margin-top: 40px;

    }
    .about1R img{

        width: 100%;
    }
    .down{margin: 0px auto;}
    .down img{
        margin-right:10px
    }
    .down a{
        font-size: 16px;
        color: #000;
        /* text-decoration: underline !important; */
        text-decoration: none;
        padding-bottom: 16px;
        display: inline-block;
        line-height: 5px;
        border-bottom: 1px solid #000;
    }
    .honormore{

        text-align: right;

        margin-bottom: 30px;

    }
    .honormore a{

    }
    .honor{

        overflow: hidden;

        display: flex;

        flex-wrap: wrap;

        width: 91%;

        margin: 0 auto;

    }
    .honor a{

        width: 48%;

        float: left;

        margin: 1%;

        overflow: hidden;

    }
    .honor a img{

        width: 100%;

        transition: 300ms;
    }
    .news{

        overflow: hidden;

        width: 91%;

    }
    .newsL{

        float: left;

        width: 99%;

    }
    .newsL a{

        border: 1px solid #666;

        float: left;

        width: 100%;

        margin: 1%;

        color: #666;

        text-decoration: none;

        padding: 20px;

        height: 257px;

    }
    .newsL a p{

        margin: 0;

        font-size: 14px;
    }
    .newsL a h2{

        font-size: 19px;

        margin-top: 11px;
    }
    .newsL a h3{

        font-size: 14px;

        line-height: 23px;
    }
    .newsR{

        float: right;

        width: 100%;

    }
    .newsR > img{

        width: 100%;

        height: 281px;

        margin-top: 2%;
    }
    .newR2{

        display: flex;

        justify-content: space-between;

        margin: 20px 0;
    }
    .newR2 a{

        overflow: hidden;
    }
    .newR2 a img{

        transition: 300ms;
    }
}

.litpic {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.litpic img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.litpic:hover {
  transform: scale(1.05);
}
