*{
    margin: 0;
    padding: 0;
}
li {
    list-style-type:none;
}
a{
    color: inherit;
}
a:focus, a:hover{
    color: inherit;
    text-decoration: none;
}
body{
    font-family: PingFang SC,Microsoft YaHei;
    color: rgba(0,0,0,.85);
}
.point{
    cursor: pointer;
}
.point:hover{
    color: #3F82C4;
}
.header{
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 550px;
} 
.swiper-slide img{
    width: 100%;
}
.navMenu{
    width: 100%;
    position: fixed;
    z-index: 3;
}
.navMenuTitle{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 0 10%;
}
.logo1, .logo2{
    height: 30px;
    margin-top: -9px;
    cursor: pointer;
}
.logo2{
    display: none;
}
.navMenu .navMenuTitle .nav-title-item{
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    height: 90px;
    line-height: 90px;
}
.navActive{
    display: none;
    border-top: 1px solid #EFF2F3;
    overflow: hidden;
    box-shadow: 0px 20px 10px -20px rgb(0 0 0 / 30%);
}
.navActTitle{
    display: none;
}
/* .nav-title-item:hover + .nav-title-item:after{
    transform: scale(1,1);
    opacity: 1;
}
.nav-title-item:after{
    display: block;
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #147BD1;
    opacity: 0;
    transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01,1);
} */
.navActTitle li{
    height: 40px;
    line-height: 40px;
    color: #4D4D4D;
    cursor: pointer;
    width: 100px;
}
.navActTitle li:hover{
    color: #3F82C4;
}
.nav-yewu{
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: #F6F9FC;
    font-size: 16px;
    font-weight: bold;
}
.nav-yewu-item{
    margin-left: 40px;
    float: left;
    color: #676767;
    cursor: pointer;
}
.nav-yewu-item:hover{
    color: #2a2a2a;
    border-bottom: 3px solid #3F82C4;
}
/* .navActTitle-yewu{
    text-align: center;
} */
.nav-yewu-text{
    display: none;
}
.yewu2:hover .yewu2Active{
    display: block !important;
}
.news{
    width: 100%;
    height: 65px;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    z-index: 11;
    bottom: 0;
    color: #ffffff;
}
.newsbox{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsboxL{
    width: 50%;
    margin-left: 15%;
    display: flex;
    align-items: center;
}
.newsboxR{
    margin-right: 15%;
    word-break: keep-all;
    width: 20%;
    text-align: right;
}
.notice {
    /* width: 500px; */
    height: 35px;/*固定公告栏显示区域的高度*/
    overflow: hidden;
    margin-left: 30px;
   }
.notice ul li {
    list-style: none;
    line-height: 35px;
    /*以下为了单行显示，超出隐藏*/
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.main{
    padding: 10vh 10vw;
}
.main-item{
    position: relative;
    /* height: 235px; */
}
.img-type1, .img-type2, .img-type3, .img-type4, .img-type5,  .img-type8, .img-type9, .img-type10, .img-type11, .img-type12{
    /* height: 215px; */
    width: 100%;
}
.img-type6, .img-type7{
    width: 100%;
    /* height:460px; */
}
.text-type1, .text-type2, .text-type3, .text-type4, .text-type5, .text-type8, .text-type9, .text-type10, .text-type11, .text-type12, .text-type6, .text-type7{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    border-radius: 20px;
    overflow: hidden;
    color: #ffffff;
    top: 0;
    opacity: 0;
    display: block;
}
.main-item:hover .text-type{
    animation:mymove 1s infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.main-item:hover .title-type{
    display: none;
}
/* .text-type:hover{
    animation:mymove 1s infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
} */
@keyframes mymove
{
    from {opacity: 0;}
    to {opacity:1;}
}
.title-type{
    position: absolute;
    z-index: 2;
    color: #ffffff;
    right: 20px;
    bottom: 20px;
    font-size: 24px;
}
.text-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
}
.text-title{
    text-align: center;
    font-size: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-content{
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
}
.text-btn{
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 12px;
}
.text-btn a{
    color: rgba(255, 255, 255, 0.85);
}
.text-btn .glyphicon{
    font-weight: 100;
    font-size: 12px;
}
.footer-content{
    width: 100%;
    /* height: 72vh; */
    background-color: #1F2431;
    padding: 5vh 15%;
    color: #A39F9E;
}
.footer-list{
    display: flex;
}
.footer-list-item{
    flex: 1;
}
.footer-list-title{
    color: #E8EAEF;
    font-size: 16px;
}
.footer-item{
    margin-top: 14px;
    cursor: pointer;
}
.footer-item:hover a{
    color: #ffffff;
}
.footer-logo{
    height: 60px;
    background-color: #1B1F2A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #474A53;
}
.code-box{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.code-info{
    margin-top: 20px;
}
.newsTitle{
    font-weight: bold;
    font-size: 18px;
    border-right:1px solid #ffffff;
    word-break: keep-all;
    padding-right: 30px;
}




/** 移动端 */
.mobile-nav{
    display: none;
}
.mobile-nav-icon{
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    cursor: pointer;
}
.mobile-nav-logo{
    margin-left: 20px;
}
.logo3, .logo4{
    width: 120px;
}
.logo4, .menuLine2{
    display: none;
}
.mobile-left-menv{
    display: none;
}
.close-menv{
    font-size: 20px;
    text-align: right;
}
.left-menv-list, .left-menv-list-sec{
    color: rgba(0,0,0,.85);
    padding: 12px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-menv-list-title{
    /* font-weight: bold; */
}
.left-close, .left-open, .left-open-sec, .left-close-sec{
    width: 20px;
}
.left-close{
    display: none;
}
.left-box, .left-close-sec, .left-box-sec{
    display: none;
}
.left-box>li{
    font-size: 14px;
    color: rgba(0,0,0,.65);
    padding: 12px 0 12px 8px;
}
.left-box-sec>li{
    padding: 12px 0 12px 20px;
}
.mobile-footer{
    display: none;
    background-color: #1F2431;
    padding: 20px;
    color: #A39F9E;
}
.mobile-footer-list{
    color: #E8EAEF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;

}
.mobile-footer-info{
    margin-top: 20px;
}
.mobile-footer-close, .mobile-footer-open{
    width: 20px;
}
.mobile-footer-close, .mobile-footer-box{
    display: none;
}
.mobile-footer-box > li{
    padding: 0 12px 12px;
}
.mobile-main{
    display: none;
    margin: 30px;
}
.mobile-main-box{
    position: relative;
}
.mobile-main-title{
    position: absolute;
    color: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 18px;
    word-break: keep-all;
    width: 100%;
    text-align: center;
}
.box-wrapper{
    display: none;
}
.bodyOver{
    overflow: hidden;
}
.home-swiper-text{
    position: absolute;
    left: 50%;
    font-size: 24px;
    color: #ffffff;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    text-align: center;
    font-weight: bold;
}
.home-swiper-tex1{
    bottom: 100px;
}
.home-swiper-tex2{
    bottom: 70px;
}
.pc-swiper{
    display: block;
}
.phone-swiper{
    display: none;
}
.yewuMenv{
    margin: 0 4% 0 15%;
    display: flex;
    flex-wrap: wrap;
}
.yewuMenv li{
    word-break: keep-all;
    margin-right: 50px;
    width: auto;
}
.header-icon{
    width: 16px;
}
@media screen and (max-width: 1024px){
    .newsTitle{
        display: none;
    }
}

@media screen and (max-width: 768px){
    .phone-swiper{
        display: block;
    }
    .pc-swiper{
        display: none;
    }
    .home-swiper1{
        background:url('../images/phonebanner1.png');
        background-position: center;
        background-size: cover;
    }
    .home-swiper2{
        background:url('../images/phonebanner2.png');
        background-position: center;
        background-size: cover;
    }
    .navMenu{
        display: none;
    }
    .mobile-nav{
        width: 100%;
        position: fixed;
        z-index: 3;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-left-menv{
        display: block;
        width: 60vw;
        background-color: #ffffff;
        height: 100%;
        position: fixed;
        right: -60vw;
        top: 0;
        padding: 20px;
        z-index: 1002;
        overflow-y: auto;
    }
    .box-wrapper{
        display: block;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.5);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
    }
    .footer{
        display: none;
    }
    .mobile-footer{
        display: block;
    }
    .footer-logo{
        font-size: 12px;
        flex-direction: column;
        justify-content: space-around;
        background-color: transparent;
    }
    .footer-logo img{
        width: 60%;
    }
    .main{
        padding: 40px;
    }
    .newsboxL{
        margin-left: 20px;
        width: 60%;
    }
    .newsboxR{
        margin-right: 20px;
        width: 30%;
    }
    .notice{
        margin-left: 0;
    }
    .pc-main{
        display: none;
    }
    .mobile-main{
        display: block;
    }
    .swiper-container{
        height: 300px;
    }
    .home-swiper-text1{
        bottom: 75px;
        font-size: 20px;
    }
    .home-swiper-tex2{
        bottom: 60px;
        font-size: 20px;
    }
}