*{
    margin: 0;
    padding: 0;
    }
    ul li{
        list-style-type: none;
    }
a{
    text-decoration: none;
}
    .ui-header{
    width: 100%;
    }
    .ui-hd-top{
    width: 100%;
    background-color: #F8F8F8;
    height: 8.281vw;
    }
    .ui-hd-top-min{
    width: 72.917vw;
    margin: auto;
    display: flex;
    align-items: center;
    height: 8.281vw;
    justify-content: space-between;
    }
    .ui-hd-topl{
    display: flex;
    align-items: center;
    }
    .ui-hd-topl-img{
    width: 20.521vw;
    }
    .ui-hd-topl-line{
        width: 0.156vw;
        height: 3.958vw;
        background: #D4E1F3;
        margin-left: 1.302vw;
        margin-right: 1.042vw;
    }
    .ui-hd-topl-h{
        font-size: 2.777vw;
 font-weight: 700;
 color: #0067AF;
 line-height: 1.51vw;
 font-family: Source Han Serif CN;
    }
    .ui-hd-topr{
        height: 8.281vw;
    }
    .ui-hd-topr1{
    display: flex;
    justify-content: flex-end;
    margin-top: 0.521vw;
    }
    .ui-hd-topr1 img{
    width: 1.094vw;
    height: 0.99vw;
    display: block;
    margin-right: 0.365vw;
    margin-top: 0.208vw;
    margin-bottom: 1.458vw;
    }
    .ui-hd-topr1 a{
        font-size: 1.042vw;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #0067AF;
        line-height: 1.442vw;
    }
    .ui-hd-topr2{
    width: 19.844vw;
    height: 2.604vw;
    background-color: #E7E7E7;
    border-radius: 0.625vw;
    display: flex;
    justify-content: space-between;
    }
    .ui-hd-topr2-pt{
        font-size: 0.833vw;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #B6B6B6;
        margin-left: 0.573vw;
        width: 14.635vw;
        outline: none;
        border: none;
        background-color: #E7E7E7;
    }
    .ui-hd-topr2-p{
        font-size: 0.833vw;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        width: 4.427vw;
    height: 2.604vw;
    background: #0067AF;
    border-radius: 0vw 0.625vw 0.625vw 0vw;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .ui-nav-max{
    background-color: #0067AF;
    
    }
    .nav {
        width: 72.917vw;
        display: flex;
        align-items: center;
        margin: auto;
      }
      .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 1.42vw;
        text-decoration: none;
      }
      .nav-li:hover {
        background-color:#0C5C94;
      }
      .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.1vw;
      }
      .nav-liOne {
        position: relative;
        line-height: 2.083vw;
      }
      .nav-liOne:hover {
        background-color:#0C5C94;
      }
      .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;
        text-decoration: none;
      }
      .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;
        text-decoration: none;
      }
       /* 轮播 */
.ui-hd-lunbo {
	width: 100%;
	height: 30.729vw;
	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: 11.25vw;
  background: #333333;
  padding: 3.0vw 0;
  box-sizing: border-box;
  margin-top: 20px;
position: relative;
}
.ui-ft-p{
  font-size: 0.833vw;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
line-height: 2.083vw;
text-align: center;
}
.ui-ft-p a{
  font-size: 0.833vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.083vw;
  text-align: center;
}
a{
  text-decoration: none;
}
.gfgzh {
  position: absolute;
  right: 14%;
  top: 20px;
  width: 130px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.gzh{
  width: 120px;
  height: 120px;
  display: block;
}
.gfgzh_p{
  font-size: 16px;
  color: #fff;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}