*{
    margin: 0 ;
    padding: 0;
}

html{
    overflow-x: hidden;
}
body{
    letter-spacing: 2px;
  /* font-family: Georgia, 'Times New Roman', Times, serif; */
}
.w{
    width: 1400px;
    margin: 0 auto;
    
}
a{
    text-decoration: none;
}
.top {
    width: 100%;
    background-color: #2778FF;
    color: #ffff;
}
.top_left img{
transform: translate(0,30px);
}
.topContent {
    display: flex;
}

.top_right {
    width: 100px;
}

.topText {
    font-weight: 600;
    font-size: 30px;

}

.top_right ul {
    width: 630px;
    line-height: 100px;
    display: flex;
    justify-content: space-around;
}
.top_right ul li {
    list-style: none;
}
.top_right ul li a {
    color: #ffff;
    padding-bottom: 10px;
    /* border: 1px solid red; */

}
.swiper-container {
    width: 100%;
   
    background-color: #2778FF;
   
}
.swiper-container div{
    margin: 0 auto;
    width: 1800px;


}
.swiper-container img{
    width: 100%;
    height: 400px;
}
.bottom_color{
    border-bottom: 2px solid #fff;
}
.bottom{
    width: 100%;
    margin-top: 100px ;
    background-color: #F3F3F3;
    font-size: 14px;
}
.bottomOne{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}
.bottom_center p{
    line-height: 40px;
}
.bottom_text{
    color: #888888;
}
.bottom_right p{
    transform: translate(-5px,0);
}
.bottom_center img,.bottom_right img{
    width: 19px;
    transform: translate(-5px,5px);
}
.helph2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 600;
}

