

.header{
    padding: 20px 0;
    background-color: #fff;
}
.header-main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header-main-logo a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main-logo a img{
    flex-shrink: 0;
    border-right: 1px solid #efefef;
    margin-right: 10px;
}
.header-main-logo a p{
    font-size: 24px;
    font-weight: bold;
    color: #6b7d87;  
}
.header-main-xq{
    display: none;
    width: 256px;
    height: 42px;
    line-height: 42px;
    padding-left: 34px;
    margin: 20px 0 0 50px;
    border: 1px solid #e6e6e6;
    background: url(../images/icon.png) no-repeat -3px -62px;
    position: relative;
    cursor: pointer;
}
.header-main-xq.on ul {
    height: 337px;
}
.header-main-xq.on:after {
    transform: rotate(180deg);
}
.header-main-xq p {
    font-size: 14px;
}
.header-main-xq ul {
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    z-index: 1001;
    position: absolute;
    width: 256px;
    height: 0;
    left: -1px;
    top: 40px;
    overflow: hidden;
    transition: all .3s linear;
}
.header-main-xq:after {
    position: absolute;
    top: 14px;
    right: 10px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #3bbcce;
    transition: all .3s linear;
}
.header-main-xq li {
    font-size: 14px;
}
.header-main-xq li:hover{
    background-color: #3bbcce;
}
.header-main-xq li a{
    padding-left: 36px;
}
.header-main-xq li:hover a{
    color: #fff;
}
.header-main-tel{
    line-height: 32px;
    padding-left: 43px;
    margin-top: 24px;
    position: relative;
}
.header-main-tel::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/header-main-xq-tel.png) no-repeat;
}
.header-main-tel p{
    font-size: 30px;
}
.w12{
    width: 1200px;
    margin: 0 auto;
}

.n1{
    background: url(../images/1.jpg) no-repeat center;
    height: 334px;
    padding-top: 130px;
}
.n1 .w12,.n2 .w12,.n4 .w12,.n5 .w12{
    display: flex;
    justify-content: space-between;
}
.n1 img,.n2 img,.n4 img,.n5 img{
    transition: all .3s;
}
.n1 img:hover,.n2 img:hover,.n4 img:hover,.n5 img:hover{
    box-shadow: 0 6px 18px rgba(0, 41, 164, .22);
    cursor: pointer;
}

.n2{
    background: url(../images/2.jpg) no-repeat center;
    height: 807px;
    padding-top: 40px;
}
.n2 img,.n4 img,.n5 img,.n6 img{
    border-radius: 12px;
}
.n4{
    background: url(../images/4.jpg) no-repeat center;
    height: 542px;
    padding-top: 150px;
}
.n5{
    background: url(../images/5.jpg) no-repeat center;
    height: 581px;
    padding-top: 120px;
}
.n6{
    background: url(../images/6.jpg) no-repeat center;
    height: 773px;
    padding-top: 150px;
}
.n6 .swiper-container1 {
    position: relative;
}
.swiper-button-prev,
.swiper-button-next{
    border-radius: 100%;
    width: 33px;
    height: 33px;
    background: #008aff;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-family: cursive;
}
.n6 .swiper-container1 .swiper-button-prev{
    left: 50px;
    top: 153px;
}
.n6 .swiper-container1 .swiper-button-next{
    right: 50px;
    top: 153px;
}
.n7{
    background: url(../images/7.jpg) no-repeat center;
    height: 595px;
    padding-top: 113px;
}
.n7 .w12{
    position: relative;
}
.n7 .swiper-slide .ls{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.n7 .swiper-slide .ls .ls-ifo{
    width: 191px;
    height: 100%;
    margin: auto;
    border-radius: 10px;
    position: absolute;
    left: 4px;
    top: 170px;
    background: rgba(0, 25, 107, .84);
    padding: 14px 10px;
    color: #fff;
    transition: all .3s;
}
.n7 .swiper-slide .ls:hover{
    cursor: pointer;
}
.n7 .swiper-slide .ls:hover .ls-ifo{
    top: 0;
}
.n7 .swiper-slide .ls .ls-ifo h3{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.n7 .swiper-slide .ls .ls-ifo span{
    font-size: 14px;
    margin: 10px 0 16px;
    display: inline-block;
}
.n7 .swiper-slide .ls .ls-ifo p{
    font-size: 12px;
}
.n7 .swiper-slide .ls img{
    display: block;
    width: 191px;
    margin: auto;
}
.n7 .w12 .swiper-button-prev{
    top: 146px;
    left: -15px;
}
.n7 .w12 .swiper-button-next{
    top: 153px;
    right: -15px;
}
.effect {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
    margin: auto;
}
.loop-wrap {
    width: 94%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.loop {
    display: flex;
    width: fit-content;
    animation-name: loop;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: var(--direction);
    animation-duration: var(--duration);
    margin-bottom: 10px;
    width: 100%;
}
.loop img{
    width: 189px;
    height: 127px;
    margin-right: 10px;
}
.loop img:last-child{
    margin-right: 0;
}
@keyframes loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}









.footer{
    background: #edeff0;
    height: 45px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer p{
    color: #666;
    font-size: 14px;
}
.footer ul{
    display: flex;
}
.footer li{
    margin-left: 20px;
}
.footer li a{
    color: #666;
    font-size: 14px;
}
.footer li.gongan{
    padding-left: 24px;
    background: url(../images/global_organization_sponsor_bottom_info_beiang.png) left center no-repeat;
}