#menu_netbar {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #263441;
  z-index: 20;
}
#menu_netbar .header {
  height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
#menu_netbar .header .logo img {
  width: 9.8rem;
  height: 1.4rem;
}
#menu_netbar .header .btn {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#menu_netbar .header .btn img {
  width: 0.875rem;
  height: 0.875rem;
}
#menu_netbar .content {
  padding: 0 1.45rem;
}
#menu_netbar .content a {
  display: block;
  text-align: center;
  line-height: 2.3rem;
  height: 2.3rem;
  font-size: 0.65rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#menu_netbar .service {
  padding-top: 0.5rem;
}
#menu_netbar .service p {
  font-size: 0.65rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.25rem;
}
#menu_netbar .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menu_netbar .bottom .register {
  font-size: 0.65rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
#menu_netbar .bottom .join {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  background-color: #ffffff;
  text-align: center;
  font-size: 0.65rem;
  color: #333333;
}
#header_netbar {
  height: 5.35rem;
  background: url("../images/production_netbar/header_bg.jpg") no-repeat center;
  background-size: cover;
}
#header_netbar .header_bar {
  height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
#header_netbar .header_bar .logo {
  transform: translateY(0.15rem);
}
#header_netbar .header_bar .logo img {
  width: auto;
  height: 1.4rem;
}
#header_netbar .header_bar .btn {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header_netbar .header_bar .btn img {
  width: 1.05rem;
  height: 0.7rem;
}
#header_netbar .text-box {
  height: 2.85rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
#header_netbar .text-box h3 {
  font-size: 0.5rem;
  font-weight: bold;
}
#header_netbar .text-box p {
  font-size: 0.4rem;
  margin-top: 0.25rem;
}
#banner .navbar {
  height: 2.2rem;
  display: flex;
  background-color: #293947;
}
#banner .navbar .item {
  flex: 1;
  position: relative;
  background-size: auto 1.2rem;
}
#banner .navbar .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 1.2rem;
}
#banner .navbar .item.item1::after {
  background-image: url('../images/production_netbar/banner_item_icon1.png');
}
#banner .navbar .item.item2::after {
  background-image: url('../images/production_netbar/banner_item_icon2.png');
}
#banner .navbar .item.item3::after {
  background-image: url('../images/production_netbar/banner_item_icon3.png');
}
#banner .navbar .item.item4::after {
  background-image: url('../images/production_netbar/banner_item_icon4.png');
}
#banner .navbar .item.item5::after {
  background-image: url('../images/production_netbar/banner_item_icon5.png');
}
#banner .navbar .item.item6::after {
  background-image: url('../images/production_netbar/banner_item_icon6.png');
}
#banner .navbar .item.active {
  background: linear-gradient(-45deg, #388efd, #55bafb);
}
#banner .navbar .item.active::after {
  filter: drop-shadow(0 500px 0 #fff);
  top: -500px;
}
#banner .content {
  width: 100%;
  height: 17.85rem;
  background-color: #263441;
}
#banner .content .banner-item {
  height: 17.85rem;
}
#banner .content .banner-item .title {
  color: #ffffff;
  text-align: center;
  padding-top: 26px;
  position: relative;
  z-index: 20;
}
#banner .content .banner-item .title h3 {
  font-size: 0.65rem;
  font-weight: 600;
}
#banner .content .banner-item .title p {
  font-size: 0.35rem;
  margin-top: 0.5rem;
}
#banner .content .banner-item .swiper_scrollbar_custom {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  width: 14.5rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 20;
  border-radius: 0.5rem;
}
#banner .content .banner-item .swiper_scrollbar_custom .swiper-scrollbar-drag {
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0.25rem;
  border-radius: 0.25rem;
}
#banner .content .banner-item.item1 {
  background: url("../images/production_netbar/banner1_bg.jpg") no-repeat center;
  background-size: cover;
}
#banner .content .banner-item.item1 .ad-box {
  width: 12.575rem;
  height: 12.175rem;
  position: absolute;
  left: 50%;
  bottom: 4.1rem;
  transform: translateX(-50%);
}
#banner .content .banner-item.item2 .pic_roll {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.5rem;
}
#banner .content .banner-item.item2 .pic_roll .pic {
  width: 30rem;
  height: 14.5rem;
}
#banner .content .banner-item.item3 .group {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#banner .content .banner-item.item3 .group img {
  width: 7.25rem;
  height: 4.125rem;
  margin-top: 0.75rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.3);
}
#banner .content .banner-item.item4 .pic_roll {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.5rem;
}
#banner .content .banner-item.item4 .pic_roll .pic {
  width: 22.5rem;
  height: 14.5rem;
}
#banner .content .banner-item.item5 .swiper-container {
  margin-top: 3.75rem;
  width: 100%;
}
#banner .content .banner-item.item5 .swiper-container .swiper-slide {
  width: 12.5rem;
  height: 6.975rem;
}
#banner .content .banner-item.item5 .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
#banner .content .banner-item.item6 .pic_roll {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.5rem;
}
#banner .content .banner-item.item6 .pic_roll .pic {
  width: 30rem;
  height: 14.5rem;
}
#box1 {
  padding-top: 1rem;
}
#box1 .title {
  text-align: center;
}
#box1 .title h3 {
  font-size: 0.65rem;
  color: #333333;
}
#box1 .title p {
  font-size: 0.45rem;
  color: #666666;
  margin-top: 0.5rem;
}
#box1 .nav {
  margin-top: 0.5rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
#box1 .nav .item {
  height: 1.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
#box1 .nav .item .icon {
  width: 0.5rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 0.45rem;
}
#box1 .nav .item .text {
  font-size: 0.45rem;
  color: #666666;
  margin-left: 0.125rem;
}
#box1 .nav .item.item1 .icon {
  background-image: url("../images/production_netbar/box1_icon1.png");
}
#box1 .nav .item.item2 .icon {
  background-image: url("../images/production_netbar/box1_icon2.png");
}
#box1 .nav .item.item3 .icon {
  background-image: url("../images/production_netbar/box1_icon3.png");
}
#box1 .nav .item.item4 .icon {
  background-image: url("../images/production_netbar/box1_icon4.png");
}
#box1 .nav .item.item5 .icon {
  background-image: url("../images/production_netbar/box1_icon5.png");
}
#box1 .nav .item.active {
  border-bottom-color: #12a0f8;
}
#box1 .nav .item.active .icon {
  position: relative;
  filter: drop-shadow(2000px 0 0 #12a0f8);
  left: -2000px;
}
#box1 .nav .item.active .text {
  color: #12a0f8;
}
#box1 .content {
  margin-top: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#box1 .content img {
  display: none;
  width: 100%;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
#box2 {
  background-color: #263441;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
#box2 .title {
  text-align: center;
  color: #ffffff;
}
#box2 .title h3 {
  font-size: 0.65rem;
  font-weight: 600;
}
#box2 .title p {
  font-size: 0.4rem;
  margin-top: 0.25rem;
  line-height: 1.5;
}
@keyframes ani-float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(0.15rem);
  }
}
@keyframes ani1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes ani2 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani3 {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
#box2 .content {
  height: 13.5rem;
  margin-top: 1rem;
}
#box2 .content .swiper-slide {
  height: 13.5rem;
}
#box2 .content .swiper-slide .btn {
  position: absolute;
  left: 50%;
  margin-left: -0.525rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: ani-float 0.75s infinite alternate ease-in-out;
}
#box2 .content .swiper-slide .btn img {
  width: 0.35rem;
  height: 0.2rem;
}
#box2 .content .swiper-slide .btn img.icon1 {
  animation: ani1 1s infinite;
}
#box2 .content .swiper-slide .btn img.icon2 {
  animation: ani2 1s infinite;
}
#box2 .content .swiper-slide .btn img.icon3 {
  animation: ani3 1s infinite;
}
#box2 .content .swiper-slide.item1 {
  background: url("../images/production_netbar/box2_pic1.png") no-repeat center top;
  background-size: auto 13.125rem;
}
#box2 .content .swiper-slide.item1 .btn {
  bottom: 0.5rem;
}
#box2 .content .swiper-slide.item2 {
  background: url("../images/production_netbar/box2_pic2.png") no-repeat center 0.125rem;
  background-size: auto 13.125rem;
}
#box2 .content .swiper-slide.item2 .btn {
  top: 0.375rem;
  margin-left: -0.4rem;
}
#box3 {
  padding-top: 1.125rem;
}
#box3 .title {
  text-align: center;
}
#box3 .title h3 {
  font-size: 0.65rem;
  color: #333333;
  font-weight: 600;
}
#box3 .title p {
  font-size: 0.4rem;
  color: #666666;
  line-height: 1.5;
  margin-top: 0.25rem;
}
#box3 .content {
  margin-top: 0.625rem;
}
#box3 .content .item {
  height: 16.95rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 1.125rem;
}
#box3 .content .item .tit {
  text-align: center;
}
#box3 .content .item .tit img {
  width: 3.5rem;
  height: 3.5rem;
}
#box3 .content .item .tit p {
  font-size: 0.6rem;
  color: #ffffff;
  font-weight: 600;
  margin-top: 0.25rem;
}
#box3 .content .item .list-group {
  padding-left: 2rem;
  margin-top: 0.5rem;
}
#box3 .content .item .list-group .list-item {
  height: 1.05rem;
  margin-top: 0.45rem;
  padding-left: 1.45rem;
  background: url("../images/production_netbar/box3_icon_item.png") no-repeat left center;
  background-size: 1.05rem 1.05rem;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 1.05rem;
}
#box3 .content .item.item1 {
  background-image: url("../images/production_netbar/box3_bg1.jpg");
}
#box3 .content .item.item2 {
  background-image: url("../images/production_netbar/box3_bg2.jpg");
}
#box4 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
#box4 .title {
  text-align: center;
}
#box4 .title h3 {
  font-size: 0.65rem;
  color: #333333;
  font-weight: 600;
}
#box4 .title p {
  font-size: 0.4rem;
  color: #666666;
  line-height: 1.5;
  margin-top: 0.25rem;
}
#box4 .content .row1 {
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0.75rem;
}
#box4 .content .row1 .item {
  width: 6.5rem;
}
#box4 .content .row1 .item .icon {
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}
#box4 .content .row1 .item .remark {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
#box4 .content .row1 .item .remark .line {
  height: 1px;
  flex: 1;
}
#box4 .content .row1 .item .remark .text {
  font-size: 0.55rem;
  font-weight: 600;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
#box4 .content .row1 .item.item1 .icon {
  background: url("../images/production_netbar/box4_l_icon1.png") no-repeat center #fff;
  background-size: 2.2rem 2.3rem;
}
#box4 .content .row1 .item.item1 .remark .line {
  background-color: #01acbe;
}
#box4 .content .row1 .item.item1 .remark .text {
  color: #01acbe;
}
#box4 .content .row1 .item.item2 .icon {
  background: url("../images/production_netbar/box4_l_icon2.png") no-repeat center #fff;
  background-size: 3.1rem 1.45rem;
}
#box4 .content .row1 .item.item2 .remark .line {
  background-color: #e2aa1f;
}
#box4 .content .row1 .item.item2 .remark .text {
  color: #e2aa1f;
}
#box4 .content .row2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#box4 .content .row2 .item {
  text-align: center;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 1rem;
}
#box4 .content .row2 .item .icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#box4 .content .row2 .item .icon img {
  width: 2rem;
  height: auto;
}
#box4 .content .row2 .item p {
  font-size: 0.4rem;
  color: #666666;
  margin-top: 0.375rem;
}
#box5 {
  background: url("../images/production_netbar/box5_bg.jpg") no-repeat center top #293643;
  background-size: 100% auto;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
#box5 .title {
  color: #ffffff;
  text-align: center;
}
#box5 .title h3 {
  font-size: 0.65rem;
  font-weight: 600;
}
#box5 .title p {
  font-size: 0.4rem;
  margin-top: 0.375rem;
}
#box5 .content {
  padding-left: 4rem;
  margin-top: 10rem;
}
#box5 .content .panel {
  padding-top: 0.75rem;
}
#box5 .content .panel h4 {
  font-size: 0.6rem;
  font-weight: 600;
  color: #ffffff;
}
#box5 .content .panel .item {
  height: 1.05rem;
  margin-top: 0.45rem;
  padding-left: 1.45rem;
  background: url("../images/production_netbar/box3_icon_item.png") no-repeat left center;
  background-size: 1.05rem 1.05rem;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 1.05rem;
}
#box6 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  background-color: #fafafa;
}
#box6 .title {
  text-align: center;
}
#box6 .title h3 {
  font-size: 0.65rem;
  color: #333333;
}
#box6 .title p {
  font-size: 0.4rem;
  color: #666666;
  margin-top: 0.25rem;
}
#box6 .content {
  margin-top: 0.5rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
#box6 .content table {
  background-color: #ffffff;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.35rem;
  margin-bottom: 0.225rem;
}
#box6 .content table th {
  border: 1px solid #eaeaea;
  height: 1.05rem;
  color: #666666;
  font-weight: normal;
}
#box6 .content table th.hot {
  color: #ed776e;
}
#box6 .content table tr td {
  width: 33.33%;
  height: 1.05rem;
  border: 1px solid #eaeaea;
  text-align: center;
  color: #3e3a39;
}
#box6 .content table tr td.hot {
  color: #3e3a39;
}
#box6 .content table tr td.hot::before {
  content: '';
  margin-right: 0.125rem;
  display: inline-block;
  background: url("../images/production_netbar/box6_icon_star.png") no-repeat center;
  background-size: cover;
  width: 0.3rem;
  height: 0.3rem;
  transform: translateY(0.025rem);
}
#box7 {
  height: 7.5rem;
  background: url("../images/production_staff/box5_bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.65rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
#box8 {
  padding: 20px 10px;
}
#box8 h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
#box8 .map {
  width: 100%;
  height: auto;
}
#box9 {
  height: 5.575rem;
  background: url("../images/production_staff/box7_bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#box9 h3 {
  font-size: 1rem;
  color: #ffffff;
}
#box9 p {
  font-size: 0.65rem;
  color: #ffffff;
  margin-top: 0.25rem;
  line-height: 1.3;
}
/*# sourceMappingURL=production_netbar.css.map */