﻿.homebanner .swiper1 img{
    display: block;
    width: 100%;
}
.pcshow{display:block}
.homebanner .form{
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2005;
}
.homebanner .form>img{
    width: 400px;
    display: block;
    margin: 0 auto;
}
.homebanner .form p{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.homebanner .form div{
    margin-top: 20px;
    height: 34px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}
.homebanner .form div form{
    display: flex;
    height: 100%;
    justify-content: space-between;
}
.homebanner .form div img{
    width: 24px;
}
.homebanner .form div button{
    border: none;
    outline: none;
    background-color: #369ce0;
    height: 100%;
    width: 60px;
    cursor: pointer;
}
.homebanner .form div input{
    flex: 1 0 10%;
    border: none;
    outline: none;
    padding-left: 20px;
}

.hot_news{
    background-color: #e4e4e4;
    padding: 30px 0;
}
.hot_news .buttonbox{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2001;
    gap: 0 12px;
}
.hot_news .buttonbox img{
    width: 22px;
}
.swiper2{
    width: 780px;
    margin: 0 auto;
}
.swiper2 ul{
    display: flex;
}
.swiper2 ul li:nth-child(1){
    padding: 10px 5px;
    border: 1px solid #369ce0;
    font-size: 12px;
    text-align: center;
    margin-right: 24px;
    color: #666;
}
.swiper2 ul li:nth-child(1) .day{
    font-size: 24px;
    font-weight: 700;
    color: #369ce0;
    margin-bottom: 5px;
}
.swiper2 ul li:nth-child(2) .title{
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    color: #666;
    margin-bottom: 8px;
}
.swiper2 ul li:nth-child(2) img{
    width: 18px;
    margin-right: 8px;
}
.swiper2 ul li:nth-child(2) .add{
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

.wecan{
    margin: 50px 60px;
}
.wecan .wecantitle{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #666;
}
.wecan .wecansubtitle{
    font-size: 14px;
    color: #666;
}
.wecan .wecansubtitle .item{
    cursor: pointer;
    margin: 4px 20px;
}
.wecan .wecansubtitle .this{
    color: #369ce0;
}
.wecan .wecansubtitle .this::after{
    content:"";
    position: absolute;
    display: block;
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #369ce0;
}
.wecan .list{
    display: none;
    justify-content: space-between;
    gap: 0 16px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.wecan .list_this{
    display: flex;
}
.wecan .list li{
    flex: 0 0 calc(25% - 16px);
    padding: 16px;
    transition: all .5s ease;
}
.wecan .list li:hover{
    background-color: #f7f7f7;
}
.wecan .list li:hover div{
    height: 120px;
}
.wecan .list li img{
    width: 100%;
}
.wecan .list li>p{
    color: #666;
    font-size: 14px;
    font-weight: bold;
    margin-top: 16px;
}
.wecan .list li>div {
    padding: 8px 0;
    height: 0;
    overflow: hidden;
    transition: all .5s ease;
}
.wecan .list li>div p{
    color: #666;
    font-size: 14px;
    margin-top: 8px;
    /* font-weight: bold;
    margin-top: 16px; */
}
.wecan .list li>div p a:hover{
    cursor: pointer;
    color: #369ce0;
    border-bottom: 1px solid #369ce0;
}

.world>img{
    /*display: block;*/
    width: 100%;
}
.world .worldbox{
    top: 50%;
    left: 55%;
    width: 40%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 12px;
}
.world .worldtitle{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
.world .worldsubtitle{
    margin-top: 5px;
    font-size: 12px;
}
.world ul{
    display: flex;
    gap: 24px;
    margin-top: 30px;
}
.world ul li{
    font-size: 10px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    padding-top: 10px;
    margin-right: 40px;
}
.world ul li p:nth-child(1){
    font-size: 32px;
    font-weight: 700;
}
.world .button{
    margin-top: 30px;
    position: relative;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 32px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}
.button:hover {
    background-color: hsla(0, 0%, 100%, .2);
}
.world .button img{
    width: 16px;
    margin-left: 8px;
}
.world .button a{
    display: flex;
    align-items: center;
}

.news{
    margin: 50px 60px;
}
.news .newstitle{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #666;
    text-align: center;
}
.news ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    margin-top: 40px;
}
.news ul li{
    flex: 0 0 calc(25% - 16px);
    border-bottom: 1px solid #bccbc9;
    padding-bottom: 15px;
    margin-top: 16px;
}
.news ul li img{
    width:100%;
}
.news ul li .time{
    font-size: 10px;
    color: #999;
    margin-top: 15px;
}
.news ul li .title{
    font-size: 14px;
    margin-top: 15px;
    color: #666;
}
.news ul li .more{
    font-size: 10px;
    color: #999;
    margin-top: 15px;
}
.news .button{
    width: 126px;
    margin: 30px auto 0;
    position: relative;
    display: block;
    height: 32px;
    line-height: 30px;
    padding: 0 20px;
    color: #369ce0;
    border:1px solid #369ce0;
    border-radius: 32px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}
.news .button img{
    width: 16px;
    margin-left: 8px;
}
.news .button a{
    display: flex;
    align-items: center;
}
.news .button:hover {
    background-color: rgba(54, 156, 224, .2);
}

.planet>img{
    width: 100%;
    display: block;
}
.planet .planetbox{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    padding: 0 12px;
}
.planet .planetbox .planettitle{
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.planet .planetbox .planetsubtitle{
    font-size: 12px;
}

.planet .button{
    margin-top: 30px;
    position: relative;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 32px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}
.planet .button:hover {
    background-color: hsla(0, 0%, 100%, .2);
}
.planet .button img{
    width: 16px;
    margin-left: 8px;
}
.planet .button a{
    display: flex;
    align-items: center;
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .wecan .list li{
        flex: 0 0 calc(33.3% - 16px);
    }
    .news ul li{
        flex: 0 0 calc(33.3% - 16px);
    }
    .world .worldbox{
        top: 50%;
        left: 10%;
        width: 80%;
        transform: translateY(-50%);
        color: #fff;
        padding: 0 12px;
    }
}


.wapshow{ display:none }

@media (max-width: 1000px) {
    
    
    .pcshow{display:none}
    
    .homebanner .form>img{
        display: none;
    }
    .hot_news .swiper2{
        width: 96%;
        margin: 0 auto;
    }
    .wecan .list li{
        flex: 0 0 calc(50% - 16px);
    }
    .news ul li{
        flex: 0 0 calc(50% - 16px);
    }

    .world .worldbox{
        top: 50%;
        left: 10%;
        width: 80%;
        transform: translateY(-50%);
        color: #fff;
        padding: 0 12px;
    }
.pcshow{ display:none}
.wapshow{ display:block}

.world .button{ display:none}

}
@media (max-width: 500px) {
    .homebanner .form>img{
        display: none;
    }
    .hot_news .swiper2{
        width: 96%;
        margin: 0 auto;
    }
    .wecan .list li{
        flex: 0 0 calc(100%);
    }
    .news ul li{
        flex: 0 0 calc(100%);
    }
    .world .worldbox{
        top: 50%;
        left: 10%;
        width: 80%;
        transform: translateY(-50%);
        color: #fff;
        padding: 0 12px;
    }
    .wecan{
        margin: 16px 20px;
    }
    
    .news{
        margin: 16px 20px;
    }

    .bgimg{
        height: 300px;
    }

    .world .worldtitle{
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
    }
    .world .worldsubtitle{
        margin-top: 5px;
        font-size: 12px;
    }
    .world ul{
        display: flex;
        gap: 12px;
        margin-top: 12px;
    }
    .world ul li{
        font-size: 10px;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        border: 1px solid #fff;
        text-align: center;
        padding-top: 10px;
        margin-right: 0;
    }
    .world ul li p:nth-child(1){
        font-size: 24px;
        font-weight: 700;
    }

    .swiper2 ul li:nth-child(1) {
        width: 120px;
        margin-right: 12px;
    }
}
