.top-box {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 100;
}
a{ text-decoration:none}
a:hover,a:focus{ text-decoration:none}
.p5-part a{
  color: #FFFFFF;
}


.top-box .left-part {
  width: 15%;
  height: 25px;
  margin-left: 5%;
  cursor: pointer;
}
.top-box .right-part {
  margin-right: 6%;
}
.top-box .right-part ul.parent-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-box .right-part ul.parent-part li {
  height: 70px;
  line-height: 70px;
  position: relative;
}
.top-box .right-part ul.parent-part li a {
  color: #fff;
  font-size: 18px;
}
.top-box .right-part ul.parent-part li:hover .sub-part1 {
  display: block;
}
.top-box .right-part ul.parent-part li:hover .sub-part2 {
  display: block;
}
.top-box .right-part ul.parent-part li.active > a {
  color: #EC8F27;
}
.top-box .right-part ul.sub-part1 {
  background-color: rgba(0, 0, 0, 0.55);
  width: 336px;
  height: 170px;
  position: absolute;
  top: 70px;
  z-index: 9999;
  display: none;
}
.top-box .right-part ul.sub-part1 li {
  width: 112px;
  height: 65px;
  line-height: 65px;
  float: left;
  margin: 10px 28px 0 28px;
  text-align: center;
  border-bottom: 1px solid #888888;
}
.top-box .right-part ul.sub-part1 li .f1 {
  font-size: 12px;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  margin: 4px 0;
  display: block;
}
.top-box .right-part ul.sub-part1 li .f2 {
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #B3B3B3;
  display: block;
}
.top-box .right-part ul.sub-part2 {
  background-color: rgba(0, 0, 0, 0.55);
  width: 75px;
  position: absolute;
  top: 70px;
  z-index: 9999;
  display: none;
  text-align: center;
}
.top-box .right-part ul.sub-part2 li {
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 3px 0;
}
.top-box .right-part ul.sub-part2 li a {
  display: block;
  font-size: 12px;
}
.top-box .right-part .hvr-underline-from-center {
  overflow: inherit;
}
.top-box .right-part .hvr-underline-from-center::before {
  background: #EC8F27;
}
.top-box .new-logo {
  display: none;
  height: 60px;
}
.top-box .new-logo img {
  width: 100%;
  height: 100%;
}
.top-box .res-menu {
  display: none;
  position: relative;
}
.top-box .res-menu .img {
  width: 35px;
  height: 35px;
  margin-left: 20px;
}
.top-box .res-menu .img img {
  width: 100%;
  height: 100%;
}
.mobile-nav {
  width: 200px;
  height: 100%;
  background: #1a1b1c;
  position: absolute;
  top: 0;
  z-index: 200;
  display: none;
}
.mobile-nav .firstFloor {
  height: 100%;
  min-height: 800px;
  padding-top: 70px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile-nav .firstFloor li {
  text-align: left;
  border-top: 1px solid #313233;
  min-height: 45px;
  position: relative;
}
.mobile-nav .firstFloor li a {
  color: #999;
  display: block;
  padding: 0 20px;
  line-height: 45px;
  align-items: center;
  display: flex;
}
.mobile-nav .firstFloor li .img-add {
  width: 15px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 15px;
}
.mobile-nav .firstFloor li .img-add img {
  width: 100%;
  height: 100%;
}
.mobile-nav .firstFloor .circle {
  width: 8px;
  height: 8px;
  border: #474747 1px solid;
  background-color: #2C2C2C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 15px;
  display: block;
}
.mobile-nav .firstFloor .sub-part2 {
  display: none;
}
.mobile-nav .firstFloor .sub-part2 li {
  padding-left: 35px ;
}
.mobile-nav .mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.mobile-nav .clone {
  position: absolute;
  left: 160px;
  top: 10px;
  width: 25px;
  height: 25px;
  z-index: 200;
}
.mobile-nav .clone img {
  width: 100%;
  height: 100%;
}
.banner-box {
  width: 100%;
  margin-top: -70px;
  min-height: 350px;
}
.banner-box .swiper-slide {
  min-height: 350px;
  width: 100%;
}
.banner-box .tips-part {
  width: 45%;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 12%;
  background-color: #0264B1;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  margin-top: 50px;
}
.banner-box .tips-part a {
  color: #fff;
  font-size: 18px;
}
.bottom-box {
  background-color: #111111;
  width: 100%;
  padding: 3% 0 0% 3% ;
}
.bottom-box .cont {
  margin: 0 auto;
  width: 100%;
}
.bottom-box .cont .f1 {
  display: flex;
  align-items: center;
  margin: 4% 0;
}
.bottom-box .cont .f1 .img-l {
  margin-right: 9%;
}
.bottom-box .cont .f1 .text-r .name {
  color: #FFFFFF;
  font-size: 18px;
  margin: 4% 0;
}
.bottom-box .cont .f1 .text-r .des {
  font-size: 15px;
  color: #C7C7C7;
}
.bottom-box .cont .f1 .text-r .des span {
  color: #EC8F27;
}
.bottom-box .cont .f2 {
  display: flex;
  margin: 30px 0 20px 0;
}
.bottom-box .cont .f2 a {
  font-size: 12px;
  color: #fff;
  margin-right: 0%;
}
.bottom-box .cont .f2 a span {
  color: #EC8F27;
  padding: 0 15px;
}
.bottom-box .cont .tit {
  font-size: 18px;
  color: #fff;
  margin-top: 5%;
}
.bottom-box .cont .f5 {
  color: #8F8F8F;
  font-size: 15px;
  margin-top: 10%;
}
.bottom-box .cont .f5 p {
  margin: 2% 0;
}

.bottom-box .cont .f5 p:nth-child(even) {
  margin-bottom: 5%;
}
.bottom-box .cont .f6 {
  text-align: right;
  padding-right: 20%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.bottom-box .cont .f6 img {
  padding: 0 2%;
  cursor: pointer;
}
.bottom-box .cont .pl5 {
  padding-left: 5%;
}
.bottom-box .cont .record {
  color: #8F8F8F;
  text-align: center;
  border-top: 1px solid #979797;
  padding: 2% 0;
  margin-top: 2%;
}
.title-box {
  width: 50%;
  margin: 3% auto;
  text-align: center;
}
.title-box h3 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.title-box span {
  color: #666666;
  font-size: 14px;
  text-transform: Uppercase;
}
.m-top-cbbfixed {
  position: fixed;
  right: 20px;
  transition: bottom ease 0.3s;
  bottom: 60px;
  z-index: 9999;
  cursor: pointer;
  display: none;
}
.m-top-weixin {
  background: #333 !important;
  margin-top: 1px;
}
.m-top-weixin:hover div {
  display: block;
  opacity: 1;
  transform: scale(1);
}
.m-top-cbbtn {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #0B95B6;
}
.m-top-go {
  text-align: center;
  font-size: 14px;
  color: #fff;
  height: 50px !important;
  transition: background-color ease 0.3s;
  margin-top: 1px;
}
.m-top-cbbtn {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #0B95B6;
}
.m-top-goicon {
  float: left;
  margin: 14px 0 0 9px;
  width: 23px;
  height: 12px;
  background: url(../images/side-icon02.png);
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.m-top-weixin-icon {
  float: left;
  margin: 12px 0 0 11px;
  width: 18px;
  height: 18px;
  background: url(../images/side-icon01.png);
}
.m-top-weixin div {
  background: url(../images/newserweima.jpg);
  background-size: 100% 100%;
  width: 194px;
  height: 199px;
  position: absolute;
  left: -194px;
  top: -115px;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 100% 70%;
  -webkit-transform-origin: 100% 70%;
  transition: transform ease 0.3s, opacity ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
@media (max-width: 992px) {
  .top-box .left-part {
    display: none;
  }
  .top-box .right-part {
    width: 0%;
  }
  .top-box .right-part ul.parent-part {
    display: none ;
  }
  .top-box .res-menu {
    display: block;
  }
  .top-box .new-logo {
    display: block;
  }
  .mobile-nav {
    display: none;
  }
}
@media (min-width: 576px) {
  .bottom-box .text-pl {
    padding-left: 5%;
  }
  .title-box h3 {
    font-size: 24px;
  }
  .title-box span {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .bottom-box .cont {
    max-width: 720px;
  }
  .title-box h3 {
    font-size: 32px;
  }
  .title-box span {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .banner-box .tips-part {
    width: 140px;
  }
  .banner-box .tips-part a {
    font-size: 27px;
  }
  .top-box .right-part {
    width: 60%;
  }
  .bottom-box .cont {
    max-width: 690px;
  }
}
@media (min-width: 1200px) {
  .top-box .right-part {
    width: 45%;
  }
  .bottom-box {
    padding: 3% 0 0% 0% ;
  }
  .bottom-box .cont {
    max-width: 1250px;
  }
  .bottom-box .cont .tit {
    margin-top: 15%;
  }
  .bottom-box .text-pl {
    padding-left: 1%;
  }
}
