body{
    border-top: 10px solid rgb(0,77,156
    );
}
.topName{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
}
.topName_left span:first-child{
    font-size: 34px;
    font-weight: bold;
    line-height: 60px;
    display: block;
    color: rgb(0,0,0);
}
.topName_left span:last-child{
    font-size: 13px;
    display: block;
    color: rgb(0,0,0);
    text-indent: 4px;
}
.topName_right .login{
    font-size: 20px;
    color: rgb(51,51,51);
    margin-top: 14px;
    text-align: right;
}
.topName_right .login span:not(:nth-child(2)){
    cursor: pointer;
}
.topName_right .login span:nth-child(2){
    padding: 0 11px;
}
.hotline{
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 16px;
    color: rgb(51,51,51);
    margin-top: 8px;
}
.hotline img{
    width: 18px;
    height: 20px;
    margin-right: 12px;
}
.hotline span span{
    color: rgb(2,96,192);
    font-size: 16px;
}
.swiper-container {
    min-width: 1200px;
    height: 855px;
}
.swiper-container>.swiper-slide {
    min-width: 1200px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 855px;
}

.imgItem{
	width: 100%;
	height: 100%;
	display: block;
	transform: scale(1.2);
	
}
.ani-slide{
    transition: all 3s;
    animation: changeBiger 3s ease-in-out 1s 1 forwards;
}
@keyframes changeBiger {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.swiper-pagination-bullet{
    background: rgb(255,255,255)!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active {
    background-color: rgb(2,96,192)!important;
}
.list{
    width: 1200px;
    height: 162px;
    position: absolute;
    bottom: 80px;
    left: calc(50% - 600px);
    z-index: 10;
    display: flex;
    justify-content: space-between;
}
.bali{
    width: 138px;
    height: 111px;
    padding-top: 27px;
    border-radius: 50%;
    background: rgba(255,255,255,.6);
    box-shadow: 0 0 9px 4px rgba(51,51,51,0.2);

    cursor: pointer;
    overflow: hidden;
}
.bali>img{
    width: 48px;
    height: 54px;
    display: block;
    margin: auto;
}
.bali>span{
    width: 100%;
    font-size: 20px;
    color: rgb(51,51,51);
    display: block;
    text-align: center;
    margin-top: 14px;
}
.side{
    width: 88px;
    position: fixed;
    right: 0;
    top: calc(50% - 146px);
    z-index: 11;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.side li{
    margin-bottom: 2px;
}
.user{
    width: 88px;
    height: 65px;
    padding-top: 20px;
    background: rgba(0,0,0,.8);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.user>img{
    width: 31px;
    height: 27px;
}
.user>span{
    width: 100%;
    font-size: 14px;
    color: rgb(255,255,255);
    display: block;
    text-align: center;
}
.pack{
    width: 88px;
    height: 34px;
    background: rgb(2,96,192);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: rgb(255,255,255);
    cursor: pointer;
}
.pack>img{
    width: 14px;
    height: 14px;
    margin-left: 8px;
}
.bottom{
    width:100%;
    height: 206px;
    background: rgb(18,29,59);
    padding-top: 30px;
}
.bot_con{
    width: 746px;
    margin: auto;
}
.link{
    font-size: 16px;
    color: rgb(255,255,255);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link>span:first-child{
    margin-right: 48px;
}
.logo{
    display: flex;
    justify-content: left;
}
.logo_left>img{
    width: 52px;
    height: 63px;
    margin-top: 54px;
}
.logo_right{
    width: 700px;
    margin: 43px auto 30px;
}

.copyright{
    width: 480px;
    padding: 0 135px;
    font-size: 14px;
    color: rgb(155,157,159);
    display: flex;
    justify-content: left;
    line-height: 28px;
    margin-top: 10px;
}
.copyright>span:first-child{
    margin-right: 16px;
}
.copyright:nth-child(1)>span:nth-child(2){
    margin-left: 40px;
}
.copyright>span:nth-child(3){
    margin-left: 40px;
}

.login,.sign{
    cursor: pointer;
    position: relative;
}

.topName_right_css{
    height: 38px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(2,96,192,.2);
    border-radius: 19px;
    font-size: 16px;
    color: rgb(0,77,156);
}
.topName_right_css>span>img{
    width: 23px;
    height: 23px;
    margin-right: 12px;
}
.topName_right_css>span>span:nth-child(3){
    margin: 0 10px;
}

.tip_box{
    width: 65px;
    padding: 10px 20px;
    background: rgb(229,239,249);
    position: absolute;
    left: -38px;
    top: 40px;
    border-radius: 4px;
    box-shadow: 0 9px 20px 0 rgba(167,167,167,0.2);
    font-size: 16px;
    color: rgb(51,51,51);
    display: none;
    line-height: 36px;
    z-index: 1000;
}
.tip_box:after{
    content: '';
    position: absolute;
    top: -10px;
    left: 42%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(229,239,249);
    transform: rotate(180deg);
}
.tip_box span{
    display: block;
    line-height: 32px;
    color: rgb(51,51,51);
}
.tip_box span:hover{
    color: rgb(0,77,156);
}

.code{
    position: absolute;
    top: calc(50% - 70px);
    left: -160px;
    display: none;
    width: 130px;
    height: 130px;
    background: white;
    box-shadow: 0 0 9px 2px rgba(0,0,0,0.08);
    z-index: 9999999;
    padding: 10px;
    text-align: center;
}
.code:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 150px;
    border-top: 10px solid transparent;
    border-left: 10px solid white;
    border-bottom: 10px solid transparent;
}
.code img{
    width: 100%;
}

.side2{
    width: 38px;
    position: fixed;
    right: 0;
    top: calc(50% - 146px);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}
.side2 li{
    width: 38px;
    height: 40px;
    background: rgba(0,0,0,.8);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 2px;
    position: relative;
}
.side2>li>a>img{
    width: 22px;
}
.side2 p{
    width: 86px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.5);
    text-align: center;
    color: rgb(255,255,255);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 40px;
    display: none;
}

.open{
    width: 38px;
    height: 40px;
    background: rgb(2,96,192);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.open>img{
    width: 20px;
    transform: rotate(-90deg);
}
.side li:nth-child(4),.side2 li:nth-child(4){
    position: relative;
}

