/* CSS Document */
header {
  width: 100%;
}

header .nav {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.35rem;
}

header .nav.blankTop {
  background: #333;
}

header .nav.blankTop ul li a {
  color: #fff;
}

header .nav .logo img {
  width: 1.46rem;
  height: 0.33rem;
}

header .nav .right_nav {
  display: flex;
  align-items: center;
}

header .nav .right_nav ul {
  margin-right: 0.41rem;
  display: flex;
  align-items: center;
}

header .nav .right_nav ul li {
  margin: 0 0.2rem;
}

header .nav .right_nav ul li a {
  height: 0.5rem;
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.5rem;
}

header .nav .right_nav ul .active a {
  border-bottom: 0.02rem solid #fff;
}

header .nav .right_nav ul li:hover a {
  border-bottom: 0.02rem solid #fff;
}

header .nav .right_nav img {
  width: 0.18rem;
  height: 0.18rem;
}

header .nav .nav1 {
  display: none;
}

header .nav .mask {
  display: none;
}

header .nav .nav_li {
  display: none;
}

header .swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

header .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .swiper-slide img {
  display: block;
  width: 100%;
  height: 9.3rem;
  object-fit: cover;
}

header .swiper-button-next:after,
header .swiper-button-prev:after {
  display: none;
}

header .swiper-button-next {
  position: absolute;
  right: 0.66rem;
  top: 50%;
  transform: translateY(-50%);
}

header .swiper-button-next img {
  width: 0.57rem;
  height: 0.57rem;
}

header .swiper-button-prev {
  position: absolute;
  left: 0.66rem;
  top: 50%;
  transform: translateY(-50%);
}

header .swiper-button-prev img {
  width: 0.57rem;
  height: 0.57rem;
}

.one {
  position: relative;
  width: 100%;
  height: 9.8rem;
}

.one img {
  width: 100%;
  height: 9.8rem;
}

.one .content {
  position: absolute;
  left: 0;
  top: 1.34rem;
  width: 100%;
  padding-left: 3.31rem;
  padding-right: 2.65rem;
}

.one .content .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.one .content .tit .t_l {
  font-family: OPPOSans;
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
}

.one .content .tit .t_r {
  width: 1.25rem;
  height: 0.32rem;
  border: 0.01rem solid #eb6022;
  display: flex;
  align-items: center;
  justify-content: center;
}

.one .content .tit .t_r a {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #010101;
}

.one .content .tit .fu {
  z-index: -1;
  position: absolute;
  left: 0;
  top: -0.05rem;
}

.one .content .tit .fu img {
  width: 4.22rem;
  height: 0.25rem;
}

.one .content .bold {
  margin-top: 0.73rem;
  width: 0.62rem;
  height: 0.02rem;
  background: #808080;
}

.one .content .wen {
  margin-top: 0.74rem;
}

.one .content .wen p {
  font-family: Microsoft YaHei;
  font-weight: normal;
  font-size: 0.18rem;
  color: #333333;
}

.box {
  background-image: url(../image/box_bg_02.jpg);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  padding-bottom: 1.65rem;
}

.box .two {
  padding: 1.77rem 0 0;
}

.box .two .tit {
  z-index: 1;
  position: relative;
  text-align: center;
  font-family: OPPOSans;
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
}

.box .two .tit .fu {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.box .two .tit .fu img {
  width: 3.51rem;
  height: 0.25rem;
}

.box .two .bold {
  margin: 0.32rem auto 0;
  width: 0.62rem;
  height: 0.02rem;
  background: #2d2d2d;
}

.box .two .bb {
  margin-top: 1.57rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box .two .bb .b_l {
  margin: 0 0.73rem;
}

.box .two .bb .b_l ul {
  margin-left: 0.4rem;
}

.box .two .bb .b_l ul li .tet {
  position: relative;
  font-family: OPPOSans;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
}

.box .two .bb .b_l ul li .tet::after {
  content: "";
  position: absolute;
  left: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/two_icon1.png);
  width: 17px;
  height: 17px;
  background-size: 100% 100%;
}

.box .two .bb .b_l ul li .tets {
  margin-top: 0.28rem;
}

.box .two .bb .b_l ul li .tets p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #808080;
}

.box .two .bb .b_l img {
  margin-top: 0.94rem;
  width: 5.64rem;
  height: 3.12rem;
}

.box .two .bb .b_r {
  position: relative;
  margin: 0 0.73rem;
}

.box .two .bb .b_r img {
  width: 7.9rem;
  height: 6.92rem;
}

.box .two .bb .b_r .f_pic {
  position: absolute;
  right: 0.8rem;
  top: -1.6rem;
}

.box .two .bb .b_r .f_pic img {
  width: 2.45rem;
  height: 2.63rem;
}

.box .three {
  padding-top: 2.51rem;
}

.box .three .tit {
  z-index: 1;
  position: relative;
  text-align: center;
  font-family: OPPOSans;
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
}

.box .three .tit .fu {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.box .three .tit .fu img {
  width: 3.47rem;
  height: 0.23rem;
}

.box .three .bold {
  margin: 0.32rem auto 0;
  width: 0.62rem;
  height: 0.02rem;
  background: #2d2d2d;
}

.box .three ul {
  margin-top: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box .three ul li {
  position: relative;
  margin: 0 0.21rem;
}

.box .three ul li a img {
  width: 4.71rem;
  height: 3.54rem;
}

.box .three ul li a .kks .kk {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.91rem;
  background: #eb6124;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box .three ul li a .kks .kk .k1 {
  font-family: OPPOSans;
  font-weight: normal;
  font-size: 0.3rem;
  color: #ffffff;
}

.box .three ul li a .kks .kk .k2 {
  font-family: OPPOSans;
  font-weight: normal;
  font-size: 0.14rem;
  color: #ffffff;
}

.box .three ul li:hover a .kks .kk {
  background: #666;
}

.box .four {
  padding-top: 2.42rem;
}

.box .four .tit {
  z-index: 1;
  position: relative;
  text-align: center;
  font-family: OPPOSans;
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
}

.box .four .tit .fu {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.box .four .tit .fu img {
  width: 4.56rem;
  height: 0.25rem;
}

.box .four .bold {
  margin: 0.32rem auto 0;
  width: 0.62rem;
  height: 0.02rem;
  background: #2d2d2d;
}

.box .four .pic img:nth-child(1) {
  display: block;
  margin: 0.73rem auto 0;
  width: 14.8rem;
  height: 5.91rem;
}

.box .four .pic img:nth-child(2) {
  display: none;
}

footer {
  background: url(../image/footer_bg_06.jpg);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  padding: 1.1rem 0 1.19rem;
}

footer .tit {
  z-index: 1;
  position: relative;
  text-align: center;
  font-family: OPPOSans;
  font-weight: bold;
  font-size: 0.4rem;
  color: #ffffff;
}

footer .tit .fu {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

footer .tit .fu img {
  width: 4.95rem;
  height: 0.25rem;
}

footer .bold {
  margin: 0.32rem auto 0;
  width: 0.62rem;
  height: 0.02rem;
  background: #808080;
}

footer .rwm img {
  margin: 0.85rem auto 0;
  width: 1.52rem;
  height: 1.52rem;
}

footer .rwm p {
  margin-top: 0.19rem;
  text-align: center;
  font-family: OPPOSans;
  font-weight: normal;
  font-size: 0.15rem;
  color: #ffffff;
}

footer .xz {
  margin-top: 0.91rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .xz .x_l {
  margin: 0 0.38rem;
  width: 2.43rem;
  height: 0.63rem;
  border-radius: 0.31rem;
  border: 0.01rem solid #ffffff;
}

footer .xz .x_l a {
  height: 0.63rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .xz .x_l a img {
  width: 0.25rem;
  height: 0.3rem;
}

footer .xz .x_l a p {
  margin-left: 0.07rem;
  font-family: OPPOSans;
  font-weight: normal;
  font-size: 0.2rem;
  color: #ffffff;
}

footer .xz .x_r {
  margin: 0 0.38rem;
  width: 2.43rem;
  height: 0.63rem;
  border-radius: 0.31rem;
  border: 0.01rem solid #ffffff;
}

footer .xz .x_r a {
  height: 0.63rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .xz .x_r a img {
  width: 0.29rem;
  height: 0.31rem;
}

footer .xz .x_r a p {
  margin-left: 0.07rem;
  font-family: OPPOSans;
  font-weight: normal;
  font-size: 0.2rem;
  color: #ffffff;
}

.bottom {
  width: 100%;
  height: 0.92rem;
  background: #575757;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #b0b0b0;
  text-align: center;
  line-height: 0.92rem;
}
.bottom a{
	color: #ebebeb;
}

@media screen and (max-width: 800px) {
  header {
    width: 100%;
  }
  header .nav {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
  }
  header .nav.blankTop {
    background: #333;
  }
  header .nav.blankTop ul li a {
    color: #fff;
  }
  header .nav .logo img {
    width: 1.46rem;
    height: 0.33rem;
  }
  header .nav .right_nav {
    display: none;
    align-items: center;
  }
  header .nav .right_nav ul {
    margin-right: 0.41rem;
    display: flex;
    align-items: center;
  }
  header .nav .right_nav ul li {
    margin: 0 0.2rem;
  }
  header .nav .right_nav ul li a {
    height: 0.5rem;
    display: block;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 0.5rem;
  }
  header .nav .right_nav ul .active a {
    border-bottom: 0.02rem solid #fff;
  }
  header .nav .right_nav img {
    width: 0.18rem;
    height: 0.18rem;
  }
  header .nav .nav1 {
    display: block;
  }
  header .nav .nav1 img {
    height: 0.5rem;
  }
  header .nav .mask {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 70;
    display: none;
  }
  header .nav .nav_li {
    display: block;
    width: 2.72rem;
    position: absolute;
    background-color: #f3f3f3;
    right: -3.72rem;
    height: 100vh;
    top: 0;
    z-index: 99;
    display: none;
  }
  header .nav .nav_li ul {
    display: inherit;
  }
  header .nav .nav_li ul li {
    border-bottom: 0.01rem solid #999999;
    margin-left: 0;
  }
  header .nav .nav_li ul li .link {
    padding-left: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1rem;
    text-align: center;
    font-size: 0.35rem;
    font-weight: bold;
    color: #000000;
    opacity: 0.8;
  }
  header .nav .nav_li ul li .link img {
    margin-left: 0.1rem;
    width: 0.2rem;
    height: 0.15rem;
    transition: all 0.4s ease;
    transform: rotate(-180deg);
  }
  header .nav .nav_li ul li .submenu {
    display: none;
  }
  header .nav .nav_li ul li .submenu li {
    margin-left: 0;
  }
  header .nav .nav_li ul li .submenu li a {
    display: block;
    line-height: 1rem;
    text-align: center;
    font-size: 0.3rem;
    font-weight: 400;
    color: #999999;
  }
  header .nav .nav_li ul li a {
    display: block;
    line-height: 1rem;
    text-align: center;
    font-size: 0.35rem;
    font-weight: bold;
    color: #000000;
    opacity: 0.8;
  }
  header .nav .nav_li ul li.open .link img {
    transform: rotate(0deg);
  }
  header .swiper {
    position: relative;
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  header .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .swiper-slide img {
    display: block;
    width: 100%;
    height: 4rem;
    object-fit: cover;
  }
  header .swiper-button-next:after,
  header .swiper-button-prev:after {
    display: none;
  }
  header .swiper-button-next {
    position: absolute;
    right: 0.15rem;
    top: 60%;
    transform: translateY(-50%);
  }
  header .swiper-button-next img {
    width: 0.57rem;
    height: 0.57rem;
  }
  header .swiper-button-prev {
    position: absolute;
    left: 0.15rem;
    top: 60%;
    transform: translateY(-50%);
  }
  header .swiper-button-prev img {
    width: 0.57rem;
    height: 0.57rem;
  }
  .one {
    position: relative;
    width: 100%;
    height: 5rem;
  }
  .one img {
    width: 100%;
    height: 5rem;
  }
  .one .content {
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .one .content .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .one .content .tit .t_l {
    font-family: OPPOSans;
    font-weight: bold;
    font-size: 0.4rem;
    color: #000000;
  }
  .one .content .tit .t_r {
    width: 1.25rem;
    height: 0.32rem;
    border: 0.01rem solid #eb6022;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .one .content .tit .t_r a {
    display: block;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #010101;
  }
  .one .content .tit .fu {
    z-index: -1;
    position: absolute;
    left: 0;
    top: -0.05rem;
  }
  .one .content .tit .fu img {
    width: 4.22rem;
    height: 0.25rem;
  }
  .one .content .bold {
    margin-top: 0.3rem;
    width: 0.62rem;
    height: 0.02rem;
    background: #808080;
  }
  .one .content .wen {
    margin-top: 0.3rem;
  }
  .one .content .wen p {
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 0.23rem;
    color: #000;
    text-shadow:
        -1px -1px 0 #fff, 
         1px -1px 0 #fff,
        -1px 1px 0 #fff,
         1px 1px 0 #fff;
  }
  .box {
    background-image: url(../image/box_bg_02.jpg);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    padding: 0 0.2rem 1.65rem;
  }
  .box .two {
    padding: 0.5rem 0 0;
  }
  .box .two .tit {
    z-index: 1;
    position: relative;
    text-align: center;
    font-family: OPPOSans;
    font-weight: bold;
    font-size: 0.4rem;
    color: #000000;
  }
  .box .two .tit .fu {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .box .two .tit .fu img {
    width: 3.51rem;
    height: 0.25rem;
  }
  .box .two .bold {
    margin: 0.32rem auto 0;
    width: 0.62rem;
    height: 0.02rem;
    background: #2d2d2d;
  }
  .box .two .bb {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box .two .bb .b_l {
    margin: 0 0.73rem;
  }
  .box .two .bb .b_l ul {
    margin-left: 0.4rem;
  }
  .box .two .bb .b_l ul li .tet {
    position: relative;
    font-family: OPPOSans;
    font-weight: bold;
    font-size: 0.23rem;
    color: #000000;
  }
  .box .two .bb .b_l ul li .tet::after {
    content: "";
    position: absolute;
    left: -0.3rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/two_icon1.png);
    width: 0.17rem;
    height: 0.17rem;
    background-size: 100% 100%;
  }
  .box .two .bb .b_l ul li .tets {
    margin-top: 0.28rem;
  }
  .box .two .bb .b_l ul li .tets p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.23rem;
    color: #808080;
  }
  .box .two .bb .b_l img {
    margin-top: 0.94rem;
    width: 5.64rem;
    height: 3.12rem;
  }
  .box .two .bb .b_r {
    display: none;
    position: relative;
    margin: 0.5rem 0rem 0;
  }
  .box .two .bb .b_r img {
    width: 100%;
    height: 6.92rem;
  }
  .box .two .bb .b_r .f_pic {
    position: absolute;
    right: 0.8rem;
    top: -1.6rem;
  }
  .box .two .bb .b_r .f_pic img {
    width: 2.45rem;
    height: 2.63rem;
  }
  .box .three {
    padding-top: 0.5rem;
  }
  .box .three .tit {
    z-index: 1;
    position: relative;
    text-align: center;
    font-family: OPPOSans;
    font-weight: bold;
    font-size: 0.4rem;
    color: #000000;
  }
  .box .three .tit .fu {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .box .three .tit .fu img {
    width: 3.47rem;
    height: 0.23rem;
  }
  .box .three .bold {
    margin: 0.32rem auto 0;
    width: 0.62rem;
    height: 0.02rem;
    background: #2d2d2d;
  }
  .box .three ul {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box .three ul li {
    position: relative;
    margin: 0.25rem 0.21rem;
  }
  .box .three ul li a img {
    width: 7rem;
    height: 5rem;
  }
  .box .three ul li a .kks .kk {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.91rem;
    background: #eb6124;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .box .three ul li a .kks .kk .k1 {
    font-family: OPPOSans;
    font-weight: normal;
    font-size: 0.3rem;
    color: #ffffff;
  }
  .box .three ul li a .kks .kk .k2 {
    font-family: OPPOSans;
    font-weight: normal;
    font-size: 0.14rem;
    color: #ffffff;
  }
  .box .three ul li:hover a .kks .kk {
    background: #666;
  }
  .box .four {
    padding-top: 0.5rem;
  }
  .box .four .tit {
    z-index: 1;
    position: relative;
    text-align: center;
    font-family: OPPOSans;
    font-weight: bold;
    font-size: 0.4rem;
    color: #000000;
  }
  .box .four .tit .fu {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .box .four .tit .fu img {
    width: 4.56rem;
    height: 0.25rem;
  }
  .box .four .bold {
    margin: 0.32rem auto 0;
    width: 0.62rem;
    height: 0.02rem;
    background: #2d2d2d;
  }
  .box .four .pic img:nth-child(1) {
    display: none;
  }
  .box .four .pic img:nth-child(2) {
    display: block;
    margin: 0.73rem auto 0;
    width: 100%;
    height: 11rem;
  }
  footer {
    background: url(../image/footer_bg_06.jpg);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    padding: 1.1rem 0 1.19rem;
  }
  footer .tit {
    z-index: 1;
    position: relative;
    text-align: center;
    font-family: OPPOSans;
    font-weight: bold;
    font-size: 0.4rem;
    color: #ffffff;
  }
  footer .tit .fu {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  footer .tit .fu img {
    width: 4.95rem;
    height: 0.25rem;
  }
  footer .bold {
    margin: 0.32rem auto 0;
    width: 0.62rem;
    height: 0.02rem;
    background: #808080;
  }
  footer .rwm img {
    margin: 0.85rem auto 0;
    width: 1.52rem;
    height: 1.52rem;
  }
  footer .rwm p {
    margin-top: 0.19rem;
    text-align: center;
    font-family: OPPOSans;
    font-weight: normal;
    font-size: 0.15rem;
    color: #ffffff;
  }
  footer .xz {
    margin-top: 0.91rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .xz .x_l {
    margin: 0 0.38rem;
    width: 2.43rem;
    height: 0.63rem;
    border-radius: 0.31rem;
    border: 0.01rem solid #ffffff;
  }
  footer .xz .x_l a {
    height: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .xz .x_l a img {
    width: 0.25rem;
    height: 0.3rem;
  }
  footer .xz .x_l a p {
    margin-left: 0.07rem;
    font-family: OPPOSans;
    font-weight: normal;
    font-size: 0.2rem;
    color: #ffffff;
  }
  footer .xz .x_r {
    margin: 0 0.38rem;
    width: 2.43rem;
    height: 0.63rem;
    border-radius: 0.31rem;
    border: 0.01rem solid #ffffff;
  }
  footer .xz .x_r a {
    height: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .xz .x_r a img {
    width: 0.29rem;
    height: 0.31rem;
  }
  footer .xz .x_r a p {
    margin-left: 0.07rem;
    font-family: OPPOSans;
    font-weight: normal;
    font-size: 0.2rem;
    color: #ffffff;
  }
  .bottom {
    padding: 0.15rem 0.4rem 0;
    width: 100%;
    height: 1rem;
    background: #575757;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #b0b0b0;
    text-align: center;
    line-height: 0.35rem;
  }
}
