*{
    padding: 0;
    margin: 0;
    }
    .ui-header{
    width: 100%;
    overflow: hidden;
    }
    .ui-hd-top{
    width: 100%;
    height: 6.875vw;
    background-color: #ffffff;
    }
    .ui-hd-top-min{
    width: 73.9583vw;
    margin: auto;
    display: flex;
    justify-content:space-between;
    }
    .ui-hd-top-img{
        /*width: 16.4063vw;*/
        /* height: 7.6852vh; */
       width: 23.49vw;
       height: 5.365vw;
        display: block;
        /*margin-top: 1.25vw;*/
     margin-top: 0.75vw;
    }
    .ui-hd-topr{
    margin-top: 1.852vh;
    }
    .ui-hd-topr1{
    display: flex;
    margin-bottom: 0.926vh;
    margin-left: 11.5vw;
    }
    .ui-hd-topr1-img{
    width: 0.8854vw;
    height: 0.885vw;
    display: block;
    margin-right: 0.2083vw;
    }
    .ui-hd-topr1-p{
        font-size: 0.7292vw;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #000000;
    }
    .ui-hd-topr2{
        width: 15.625vw;
        height: 2.083vw;
        background: rgba(51,51,51,0.05);
        border: 1px solid #E8E8E8;
        border-radius: 0.417vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ui-hd-topr2-pt{
        height: 2.083vw;
        outline: none;
        border: none;
        background-color: transparent;
        margin-left: 0.5vw;
        width: 11.5vw;
        font-size: 0.729vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #707070;
    }
    .ui-hd-topr2r{
    width: 3.125vw;
    height: 2.778vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #E8E8E8;
    }
    .ui-hd-topr2r-img{
    width: 1.146vw;
    /* height: 2.037vh; */
    display: block;
    }
.w-nav{
    width: 100%;
    height: 3.125vw;
    background-color: #005B94;
}
    .w1{
        width: 73.958vw;
        height: 3.125vw;
        margin: 0 auto;
    }   
/* 导航栏 */
.nav{
    width: 100%;
    display: flex;
    align-items: center;   
}
.nav-li{
    position: relative;
    line-height: 3.125vw;
}
.nav-lia{
    font-size: 0.938vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 3.125vw;
    display: block;
    padding: 0 2.802vw;
}
.nav-li:hover{
    background-color: #499DE6;
}
.nav-li:hover .nav-lia{
    color: #fff;
}
.nav-li:hover .navOne{
    display: block;
}
.navOne{
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    background-color: #f9f9f9;
    z-index: 10;
    top: 3.13vw;
}
.nav-liOne{
    position: relative;
    line-height: 2.083vw;
}
.nav-liOne:hover {
    background-color: #499DE6;
}
.nav-liOne:hover .nav-liaOne{
    color: #fff;
}
.nav-liaOne{
    font-size: 0.938vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    line-height: 2.083vw;
    display: block;
    text-align: center;
}
.nav-liOne:hover .navTwo{
    display: block;
}
.navTwo{
    display: none;
    min-width: 9.326vw;
    top: 0;
    position: absolute;
    left: 9.326vw;
    background-color: #f9f9f9;
}
.nav-liTwo{
    position: relative;
    line-height: 2.083vw;
}
.nav-liTwo:hover {
    background-color: #499DE6;
}
.nav-liTwo:hover .nav-liaTwo{
    color: #fff;
}
.nav-liaTwo{
    font-size: 0.938vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    line-height: 2.083vw;
    display: block;
    text-align: center;
}
    .ui-hd-bt {
        width: 100%;
        height: 3.125vw;
        background: #005B94;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    
    .ui-hd-bt-ul {
        width: 73.958vw;
        display: flex;
        margin: auto;
    }
    
    .ui-hd-bt-li {
        width: 9.219vw;
        height: 3.125vw;
        font-size: 0.938vw;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        cursor: pointer;
    }
    /* .ui-hd-bt-li:last-child::after {
        content: "";
        width: 1px;
        height: 30px;
        background-color: #008FCF;
        position: absolute;
        right: 0;
    } */
    
    /* .ui-hd-bt-li::after {
        content: "";
        width: 1px;
        height: 30px;
        background-color: #FFFFFF;
        position: absolute;
        right: 0;
    } */
    
    .ui-hd-bt-li:hover {
        background: #499DE6;
    }
    
    .ui-hd-bt-li-a {
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
        text-decoration: none;
    }
    
    /* 下拉菜单样式 */
    .dropbtn {
        background-color: #005B94;
        font-size: 0.938vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
        text-decoration: none;
        border: none;
        cursor: pointer;
        width: 9.219vw;
        height: 3.125vw;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    
    .dropdown {
        position: relative;
        display: inline-block;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 9.219vw;
    }
    
    .dropdown-content a {
        color: black;
        text-decoration: none;
        display: block;
        width: 9.219vw;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.938vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
        text-decoration: none;
    }
    
    .dropdown-content a:hover {
        background-color: #499DE6;
        color: #FFFFFF;
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .dropdown1 {
        position: relative;
        display: inline-block;
    }
    .dropdown-content1 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 9.219vw;
        left: 9.219vw;
    top: 0px;
    }
    
    .dropdown-content1 a {
        color: black;
        text-decoration: none;
        display: block;
        width: 9.219vw;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.938vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
        text-decoration: none;
    }
    
    .dropdown-content1 a:hover {
        background-color: #499DE6;
        color: #FFFFFF;
    }
    
    .dropdown1:hover .dropdown-content1 {
        display: block;
    }
    
    .dropdown:hover .dropbtn {
        background-color: #499DE6;
    }
    .dropdown1:hover .dropbtn1 {
        background-color: #499DE6;
    }
    .dropbtn1 {
        font-size: 0.938vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
        text-decoration: none;
        border: none;
        cursor: pointer;
        width: 9.219vw;
        height: 5.556vh;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    .dropdown-content1 a {
        color: black;
        text-decoration: none;
        display: block;
        width: 9.219vw;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.938vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
        text-decoration: none;
    }
    
    .dropdown-content1 a:hover {
        background-color: #499DE6;
        color: #FFFFFF;
    }
    /* 轮播 */
.ui-hd-lunbo {
	width: 100%;
	height: 29.167vw;
	position: relative;
	z-index: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;

}

.swiper-slide {
	text-align: center;
	font-size: 0.938vw;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide-a {
	width: 100%;
	height: 100%;
	display: block;
}

.swiper-slide-img {
	width: 100%;
	height: 100%;
	display: block;
}
.ui-footer{
    width: 100%;
    height: 6.25vw;
    background-color: #0F79C5;
    padding: 1.4vw 0;
    box-sizing: border-box;
    }
    .ui-ft-p{
        font-size: 0.729vw;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #F6F6F6;
        line-height: 1.563vw;
        text-align: center;
    }