﻿.mobile_img {
  display: none;
}

.header_top {
  width: 100%;
  height: 42px;
  background: #525357;
  padding-right: 110px;
}

.header_top ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_top ul li {
  margin-left: 50px;
  display: flex;
  align-items: center;
}

.header_top ul li a {
  font-size: 18px;
  color: #fefefe;
  font-weight: 400;
}

.header_top ul li img {
  margin: 0 10px;
}

.header_top ul li a:last-child img {
  margin-right: 0;
}

.header_top ul li:first-child {
  margin-left: 0;
}

.header_bottom .ww {
  padding: 0 50px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_bottom .ww .nav {
  height: 100%;
}

.header_bottom .ww .nav ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.header_bottom .ww .nav ul li {
  margin: 0 36px;
}

.header_bottom .ww .nav ul li a {
  font-size: 20px;
  color: #000000;
  padding: 0 10px;
  position: relative;
  display: block;
  line-height: 70px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.header_bottom .ww .nav ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  background: #E7211C;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.header_bottom .ww .nav ul li:hover a {
  font-weight: bold;
}

.header_bottom .ww .nav ul li:hover a::after {
  width: 100%;
  left: 0;
}

.header_bottom .ww .nav ul li.active a {
  font-weight: bold;
}

.header_bottom .ww .nav ul li.active a::after {
  width: 100%;
  left: 0;
}

.header_bottom .ww .bu_a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header_bottom .ww .bu_a>.nav_buy>a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header_bottom .ww .bu_a a p {
  font-size: 20px;
  margin: 0 10px 0 8px;
  color: #000000;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #808080!important;
  color: white!important;
}


.index_banner .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #B8B8BA;
  border-radius: 12px;
  background: transparent;
  opacity: 1;
}

.index_banner .swiper-container .swiper-pagination-bullet-active {
  background: #E72119;
  border-color: #E72119;
}

.index_banner .swiper-button-prev {
  left: 60px;
  opacity: 0.2!important;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.index_banner .swiper-button-prev::after {
  font-size: 56px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.index_banner .swiper-button-prev:hover {
  opacity: 1!important;
}

.index_banner .swiper-button-prev:hover::after {
  color: #E72119;
}

.index_banner .swiper-button-next {
  right: 60px;
  opacity: 0.2!important;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.index_banner .swiper-pagination {
  bottom: 30px!important;
}

.index_banner .swiper-button-next::after {
  font-size: 56px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.index_banner .swiper-button-next:hover {
  opacity: 1!important;
}

.index_banner .swiper-button-next:hover::after {
  color: #E72119;
}

.w1560 {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
}

.protj_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.protj_list ul li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.protj_list ul li figcaption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 9;
}

.protj_list ul li figcaption p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.protj_list ul li figcaption b {
  display: block;
  width: 220px;
  height: 4px;
  background: #fff;
  margin-top: 5px;
  position: relative;
  display:none;
}

.protj_list ul li figcaption b::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #E7211C;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  display:none;
}

.protj_list ul li:nth-child(2) {
  margin-right: 0;
}

.protj_list ul li:last-child {
  margin-right: 0;
}

.protj_list ul li:nth-child(3), .protj_list ul li:nth-child(5) {
  width: calc((((100% - 20px) / 2) - 20px) / 2);
}

.protj_list ul li:hover figcaption b::after {
  width: 100%;
}

.module_page1 {
  padding:70px 0;
}

.index-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #13212a;
  margin-bottom: 30px;
}

.module_page2 {
  height: 835px;
  display: flex;
  align-items: center;
}

.module_page2 .right {
  width: 50%;
}

.module_page2 .left {
  width: 50%;
  height: 100%;
  padding: 100px 0 65px 0;
  background: url(http://www.sczuboo.com/main/images/module_page2.jpg) center bottom no-repeat #ECEDF2;
}

.module_page2 .right {
  position: relative;
}

.module_page2 .right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module_page2 .right .btn_play {
  position: absolute;
  z-index: 3;
  padding: 56px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

.module_page2 .right .btn_play:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.module_page2 .right .btn_play img {
  transform: 1s all;
}

#g5video {
  z-index: 100;
}

.videopop {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.videopop .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.videopop .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videopop .wrap .con {
  width: 80%;
  max-height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.videopop .wrap .close {
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-size: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(http://www.sczuboo.com/main/images/close_btn.png);
  position: absolute;
  right: 16px;
  top: 20px;
  z-index: 1000;
}

.videopop .wrap video {
  display: block;
  width: 100%;
  max-height: 80%;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0 !important;
}

.footer {
  background: #525357;
  padding: 100px 70px 0 70px;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid #757578;
  padding-left: 40px;
  padding-right: 40px;
}

.footer_top .footer_nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer_top .footer_nav ul li {
  margin-right: 120px;
}

.footer_top .footer_nav ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 2.2;
  display: block;
  opacity: 0.4;
  transition: ease-in-out 0.3s;
}

.footer_top .footer_nav ul li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer_top .footer_nav ul li a:hover {
  opacity: 1;
}

.footer_top .footer_nav ul li:last-child {
  margin-right: 0;
}

.footer_top .footer_con p.phone {
  font-size: 30px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 2.4px;
}

.footer_top .footer_con p.em {
  text-align: right;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 1px;
}

.footer_top .footer_con p.em span {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.4;
}

.footer_top .footer_con p.em a {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.4;
  transition: ease-in-out 0.3s;
}

.footer_top .footer_con p.em a:hover {
  opacity: 1;
}

.footer_top .footer_con .erm {
  margin-top: 15px;
  text-align: right;
}

.footer_top .footer_con .top {
  margin-top: 40px;
}

.footer_top .footer_con .top a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
  transition: ease-in-out 0.3s;
}

.footer_top .footer_con .top a img {
  margin-left: 10px;
}

.footer_top .footer_con .top:hover a {
  opacity: 1;
}

.footer_bottom {
  padding: 0 40px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_bottom p {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.4;
}

.footer_bottom p a {
  font-size: 14px;
  color: #ffffff;
}

.footer_bottom a {
  font-size: 14px;
  color: #ffffff;
}

.news_list {
  padding-left: 70px;
  padding-right: 18%;
  width: 100%;
}

.news_list ul li {
  margin-bottom: 72px;
}

.news_list ul li .fir {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_list ul li .fir p.tit {
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news_list ul li .fir p.time {
  font-size: 16px;
  color: #b2b2b2;
}

.news_list ul li p.info {
  font-size: 16px;
  color: #808080;
  line-height: 24px;
  font-weight: 400;
  margin-top: 23px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list ul li .b {
  display: block;
  width: 100%;
  height: 0;
  margin-top: 24px;
  border-bottom: 1px solid #CCCCCC;
}

.news_list ul li a.more {
  width: 355px;
  height: 45px;
  background: #2B2E33;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 36px;
  margin-top: 50px;
  position: relative;
}

.news_list ul li a.more span {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 2px;
  position: relative;
  z-index: 9;
}

.news_list ul li a.more img {
  position: relative;
  z-index: 9;
}

.news_list ul li a.more::after {
  content: '';
  position: absolute;
  z-index: 3;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #E72119;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.news_list ul li a.more:hover::after {
  width: 100%;
}

.newsnav_list {
  padding-left: 70px;
}

.newsnav_list ul {
  display: flex;
  align-items: center;
}

.newsnav_list ul li {
  margin-right: 20px;
  width: 190px;
  height: 45px;
  border: 1px solid #757578;
  text-align: center;
  position: relative;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.newsnav_list ul li a {
  display: block;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  opacity: 0.5;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
  z-index: 10;
}

.newsnav_list ul li::after {
  content: '';
  position: absolute;
  z-index: 3;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #E72119;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.newsnav_list ul li:hover::after {
  width: 100%;
}

.newsnav_list ul li:hover {
  border-color: #E7221A;
}

.newsnav_list ul li:hover a {
  color: #fff;
  opacity: 1;
}

.inside_banner {
  position: relative;
}

.inside_banner aside.wz {
  position: absolute;
  left: 288px;
  top: 50%;
  transform: translateY(-50%);
}

.inside_banner aside.wz h3 {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 6px;
}

.inside_banner aside.wz p {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 6;
  margin-top: 30px;
}

.inside_banner figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4);
}

.inside_banner figcaption .login {
  position: absolute;
  width: 340px;
  height: 260px;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  background: #fff;
}

.inside_banner figcaption .login h3 {
  width: 100%;
  padding-left: 40px;
  height: 72px;
  line-height: 72px;
  background: #606367;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}

.inside_banner figcaption .login aside {
  height: calc(100% - 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
}

.inside_banner figcaption .login aside input.text {
  width: 100%;
  height: 46px;
  background: #F2F4F7;
  border-radius: 23px;
  padding-left: 25px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #333;
}

.inside_banner figcaption .login aside input.text::-webkit-input-placeholder {
  font-size: 18px;
  color: #b2b2b2;
}

.inside_banner figcaption .login aside input.button {
  width: 100%;
  height: 52px;
  border-radius: 26px;
  overflow: hidden;
  background: #E61F19;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.dealer_page {
  background: #F7F9FA;
  padding: 60px 0 100px 0;
}

.w1420 {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

.del_nav {
  margin-bottom: 65px;
}

.del_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.del_nav ul li {
  margin: 0 30px;
}

.del_nav ul li a {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  position: relative;
}

.del_nav ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  left: 50%;
  bottom: -12px;
  background: #E72319;
  z-index: 1;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.del_nav ul li:hover a::after {
  left: 0;
  width: 100%;
}

.del_nav ul li.active a::after {
  left: 0;
  width: 100%;
}

.sj_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sj_list ul li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 30px;
  height: 365px;
  background: #fff;
}

.sj_list ul li a {
  display: flex;
  height: 100%;
  padding: 0 30px 0 50px;
  align-items: center;
  justify-content: space-between;
}

.sj_list ul li a .left {
  max-width: 320px;
}

.sj_list ul li a .left p.tite {
  font-size: 32px;
  font-weight: bold;
  color: #010101;
  letter-spacing: 2px;
}

.sj_list ul li a .left p.info {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 400;
  margin-top: 27px;
}

.sj_list ul li a .left span.more {
  display: block;
  width: 130px;
  height: 48px;
  border-radius: 5px;
  background: #383A3C;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #fefefe;
  margin-top: 70px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sj_list ul li a .right {
  opacity: 0.6;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sj_list ul li:nth-child(2n) {
  margin-right: 0;
}

.sj_list ul li:hover a .left span.more {
  background: #E72319;
}

.sj_list ul li:hover a .right {
  opacity: 1;
}

.control {
  margin-top: 50px;
}

.control ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.control ul li {
  background: #fff;
  margin: 0 10px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.control ul li a {
  display: block;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  font-size: 14px;
  font-weight: bold;
  color: #bababa;
  border: 1px solid #E5E5E5;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.control ul li:first-child a {
  width: 70px;
  background: url(http://www.sczuboo.com/main/images/left.png) center no-repeat;
}

.control ul li:last-child a {
  width: 70px;
  background: url(http://www.sczuboo.com/main/images/right.png) center no-repeat;
}

.control ul li:hover {
  background: #E72319;
}

.control ul li:hover a {
  color: #fff;
}

.control ul li.active {
  background: #E72319;
}

.control ul li.active a {
  color: #fff;
}

.control ul li:first-child:hover a {
  width: 70px;
  background: url(http://www.sczuboo.com/main/images/left_h.png) center no-repeat;
}

.control ul li:last-child:hover a {
  width: 70px;
  background: url(http://www.sczuboo.com/main/images/right_h.png) center no-repeat;
}

.w1540 {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}

.video_list ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.video_list ul li {
  background: #fff;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}

.video_list ul li figure {
  position: relative;
}

.video_list ul li figure .play {
  position: absolute;
  width: 68px;
  height: 68px;
  background: url(http://www.sczuboo.com/main/images/play2.png) center no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.video_list ul li figure:hover .play {
  background: url(http://www.sczuboo.com/main/images/play3.png) center no-repeat;
  transform: translate(-50%, -50%) scale(1.1);
}

.video_list ul li figcaption {
  padding: 0 30px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.video_list ul li figcaption .left p.tit {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}

.video_list ul li figcaption .left p.time {
  font-size: 14px;
  color: #808080;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1;
}

.video_list ul li figcaption .right a.more {
  display: block;
  width: 140px;
  height: 52px;
  border-radius: 5px;
  background: #383A3C;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 18px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.video_list ul li figcaption .right a.more:hover {
  background: #E72319;
}

.video_list ul li .biaoti {
  padding-top: 10px;
}

.video_list ul li .biaoti p.tit {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.video_list ul li .biaoti aside {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.video_list ul li .biaoti aside span {
  display: block;
}

.video_list ul li .biaoti aside span:first-child {
  width: 86px;
  height: 23px;
  border-radius: 2px;
  background: #F7F8F9;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  color: #808080;
  margin-right: 10px;
}

.video_list ul li .biaoti aside span:last-child {
  width: 45px;
  height: 23px;
  border-radius: 2px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-size: 14px;
  background: #E62519;
}

.video_list ul li:nth-child(3n) {
  margin-right: 0;
}

.w1450 {
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
}

.zl_list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.zl_list ul li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff;
  padding: 50px 0 50px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.zl_list ul li figcaption {
  margin-left: 50px;
}

.zl_list ul li figcaption p.tit {
  font-size: 32px;
  font-weight: bold;
  color: #010101;
}

.zl_list ul li figcaption p.time {
  font-size: 18px;
  color: #808080;
  font-weight: 400;
  margin-top: 28px;
}

.zl_list ul li figcaption a.more {
  display: block;
  width: 130px;
  height: 48px;
  border-radius: 5px;
  background: #383A3C;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  margin-top: 95px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.zl_list ul li figcaption a.more:hover {
  background: #E72319;
}

.zl_list ul li:nth-child(2n) {
  margin-right: 0;
}

.news_list2 ul li {
  padding: 60px 0;
  padding-right: 40px;
  border-bottom: 1px solid #E0E0E0;
}

.news_list2 ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_list2 ul li a figure {
  min-width: 472px;
  margin-right: 40px;
  overflow: hidden;
}

.news_list2 ul li a figure img {
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.news_list2 ul li a figcaption p.tit {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  transform: translateX(-15px);
  margin-bottom: 25px;
}

.news_list2 ul li a figcaption p.info {
  font-size: 16px;
  color: #999999;
  line-height: 36px;
}

.news_list2 ul li a figcaption p.time {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #808080;
  margin-top: 95px;
  line-height: 1;
}

.news_list2 ul li a figcaption p.time img {
  margin-right: 8px;
}

.news_list2 ul li:hover a figure img {
  transform: scale(1.15);
}

.act_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.act_list ul li {
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
  margin-bottom: 60px;
}

.act_list ul li figcaption .time {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.act_list ul li figcaption .time h3 {
  font-size: 36px;
  font-weight: 800;
  color: #e72319;
  line-height: 1;
}

.act_list ul li figcaption .time p {
  font-size: 14px;
  line-height: 16px;
  color: #808080;
  margin: 0 10px;
}

.act_list ul li figcaption .time b {
  display: block;
  width: 30px;
  height: 1px;
  background: #E61C1A;
}

.act_list ul li figcaption p.info {
  font-size: 18px;
  color: #000000;
  letter-spacing: -1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.act_list ul li figure {
  overflow: hidden;
}

.act_list ul li figure img {
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.act_list ul li:nth-child(3n) {
  margin-right: 0;
}

.act_list ul li:hover figure img {
  transform: scale(1.15);
}

.news_page {
  background: #fff;
}

.w1580 {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
}

.news_navgitv {
  width: 100%;
  background: #F7F7F7;
  height: 52px;
}

.news_navgitv .w1580 {
  height: 100%;
}

.news_navgitv .w1580 p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-size: 16px;
  color: #808080;
}

.news_navgitv .w1580 p a {
  font-size: 16px;
  color: #808080;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.news_navgitv .w1580 p a:hover {
  color: #DF001F;
}

.news_navgitv .w1580 p span {
  display: block;
  margin: 0 15px 0 25px;
}

.news_navgitv .w1580 p a:last-child {
  pointer-events: inherit;
}

.news_dea {
  padding: 90px 0 100px 0;
}

.news_dea .w1580 {
  padding: 0 120px;
}

.news_dea .news_title {
  text-align: center;
}

.news_dea .news_title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}

.news_dea .news_title p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.news_dea .news_title p span {
  display: block;
  font-size: 18px;
  color: #999999;
  margin: 0 30px;
}

.news_dea .news_info {
  text-align: left;
  margin-top: 60px;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}

.news_dea .news_info span {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 72px;
  display: block;
  margin-top: 20px;
}

.news_dea .news_info img {
  text-align: center;
}

.news_dea .news_share {
  margin: 70px 0 50px 0;
}

.news_dea .news_share ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_dea .news_share ul li {
  margin: 0 25px;
}

.news_dea .news_share ul li a {
  display: block;
  width: 32px;
  height: 26px;
  background: url(http://www.sczuboo.com/main/images/news_icon1.jpg) center no-repeat;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.news_dea .news_share ul li:hover a {
  background: url(http://www.sczuboo.com/main/images/news_icon1h.jpg) center no-repeat;
}

.news_dea .news_share ul li:nth-child(2) a {
  background: url(http://www.sczuboo.com/main/images/news_icon2.jpg) center no-repeat;
}

.news_dea .news_share ul li:nth-child(2):hover a {
  background: url(http://www.sczuboo.com/main/images/news_icon2h.jpg) center no-repeat;
}

.news_dea .news_share ul li:last-child a {
  background: url(http://www.sczuboo.com/main/images/news_icon3.jpg) center no-repeat;
}

.news_dea .news_share ul li:last-child:hover a {
  background: url(http://www.sczuboo.com/main/images/news_icon3h.jpg) center no-repeat;
}

.news_control {
  width: 100%;
  height: 63px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

.news_control ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.news_control ul li a {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.news_control ul li a p.pc_p {
  font-size: 20px;
  color: #000;
}

.news_control ul li span {
  display: block;
  width: 36px;
  height: 10px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.news_control ul li:first-child span {
  background: url(http://www.sczuboo.com/main/images/left3.jpg) center no-repeat;
  margin-right: 30px;
}

.news_control ul li:first-child:hover span {
  background: url(http://www.sczuboo.com/main/images/left3h.jpg) center no-repeat;
}

.news_control ul li:first-child:hover a p.pc_p {
  color: #E61F1A;
}

.news_control ul li:last-child span {
  background: url(http://www.sczuboo.com/main/images/right4.jpg) center no-repeat;
  margin-left: 30px;
}

.news_control ul li:last-child:hover span {
  background: url(http://www.sczuboo.com/main/images/right3h.jpg) center no-repeat;
}

.news_control ul li:last-child:hover a p.pc_p {
  color: #E61F1A;
}

.news_control ul li:nth-child(2) span {
  width: 22px;
  height: 22px;
  background: url(http://www.sczuboo.com/main/images/list_icon.jpg) center no-repeat;
}

.news_control ul li:nth-child(2):hover span {
  background: url(http://www.sczuboo.com/main/images/list_iconh.jpg) center no-repeat;
}

.service_page {
  padding-bottom: 80px;
}

.service_page .servive_list1 {
  padding: 60px 0 30px 0;
  border-bottom: 1px solid #E5E5E5;
}

.service_page .servive_list1 ul {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.service_page .servive_list1 ul li {
  height: 100%;
  margin-right: 150px;
  position: relative;
}

.service_page .servive_list1 ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.service_page .servive_list1 ul li span {
  width: 69px;
  height: 62px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: url(http://www.sczuboo.com/main/images/ser_icon1.jpg) center no-repeat;
}

.service_page .servive_list1 ul li p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.service_page .servive_list1 ul li::after {
  content: '';
  position: absolute;
  width: 39px;
  height: 20px;
  background: url(http://www.sczuboo.com/main/images/sanjiao.jpg) center no-repeat;
  left: 0;
  bottom: -31px;
  z-index: 9;
  transform: translateX(-50%);
  opacity: 0;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.service_page .servive_list1 ul li:nth-child(2) {
  padding: 0 200px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  margin: 0;
}

.service_page .servive_list1 ul li:nth-child(2) span {
  background: url(http://www.sczuboo.com/main/images/ser_icon2.jpg) center no-repeat;
}

.service_page .servive_list1 ul li:last-child {
  margin-left: 150px;
  margin-right: 0;
}

.service_page .servive_list1 ul li:last-child span {
  height: 63px;
  background: url(http://www.sczuboo.com/main/images/ser_icon3.jpg) center no-repeat;
}

.service_page .servive_list1 ul li.active span {
  background: url(http://www.sczuboo.com/main/images/ser_icon2h.jpg) center no-repeat;
}

.service_page .servive_list1 ul li:nth-child(2).active span {
  background: url(http://www.sczuboo.com/main/images/ser_icon2h-02.jpg) center no-repeat;
}

.service_page .servive_list1 ul li:last-child.active span {
  background: url(http://www.sczuboo.com/main/images/ser_icon2h-03.jpg) center no-repeat;
}

.service_page .servive_list1 ul li.active::after {
  left: 50%;
  opacity: 1;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.ser_tit {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 70px;
}

.ser_tit h3 {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
}

.ser_tit p {
  font-size: 16px;
  color: #333333;
  margin-top: 12px;
}

.ser_list2 {
  height: 282px;
  width: 100%;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 0;
}

.ser_list2 ul {
  display: flex;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ser_list2 ul li {
  width: 33.33%;
  display: flex;
  align-items: center;
}

.ser_list2 ul li .r {
  margin-left: 20px;
}

.ser_list2 ul li .r h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
}

.ser_list2 ul li .r p {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  margin-top: 10px;
}

.contact_lsit ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact_lsit ul li {
  width: calc((100% - 45px) / 2);
  margin-right: 45px;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}

.contact_lsit ul li img {
  width: 100%;
  object-fit: cover;
}

.contact_lsit ul li figcaption {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}

.contact_lsit ul li figcaption h3 {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
}

.contact_lsit ul li figcaption p {
  font-size: 18px;
  color: #808080;
  line-height: 1.6;
  margin-top: 10px;
}

.contact_lsit ul li:nth-child(2n) {
  margin-right: 0;
}

.ser_table {
  width: 100%;
}

.ser_table table {
  width: 100%;
  margin-bottom: 30px;
}

.ser_table table tr th {
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #F4F5F7;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.ser_table table tr td {
  height: 72px;
  line-height: 72px;
  background: #fff;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 300;
  color: #808080;
}

.ser_table table tr td:first-child {
  width: 80px;
  padding-left: 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #9fa0a0;
}

.w1340 {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

.product_page {
  padding: 40px 0 80px 0;
}

.product_list {
  margin-top: 60px;
}

.product_list ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product_list ul li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  overflow: hidden;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product_list ul li figure {
  padding: 5.5% 12%;
}

.product_list ul li span {
  display: block;
  margin: 40px auto;
  width: 220px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: transparent;
  color: #000;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #000000;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product_list ul li figcaption {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 30px;
  text-align: center;
}

.product_list ul li figcaption h3 {
  font-size: 20px;
  color: #333333;
  margin-top: 10px;
}

.product_list ul li figcaption p {
  font-size: 14px;
  color: #808080;
  line-height: 1;
  margin-top: 10px;
}

.product_list ul li:nth-child(3n) {
  margin-right: 0;
}

.product_list ul li:hover {
  box-shadow: 0px 0px 20px rgba(125, 125, 125, 0.25);
}

.product_list ul li:hover span {
  color: #fff;
  border-color: #E72319;
  background: #E72319;
}

.w1460 {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}

.productdea_page {
  padding: 120px 0 160px 0;
}

.productdea_page .w1460 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pro_swiper {
  width: 785px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 75px;
  background: url(http://www.sczuboo.com/main/images/logo_big.png) center top no-repeat #fff;
}

.pro_swiper .gallery-top {
  width: 100%;
  height: auto;
}

.pro_swiper .gallery-top .swiper-wrapper {
  width: 100%;
  height: auto;
}

.pro_swiper .gallery-top .swiper-slide {
  text-align: center;
}

.pro_swiper .gallery-top .swiper-slide img {
  object-fit: cover;
}

.pro_swiper .swiper-button-prev:after {
  font-size: 25px;
}

.pro_swiper .swiper-button-next:after {
  font-size: 25px;
}

.pro_swiper .gallery-thumbs {
  width: 100%;
  height: auto;
  padding: 5px 0;
}

.pro_swiper .gallery-thumbs .swiper-wrapper {
  width: 100%;
  height: auto;
  justify-content: center;
}

.pro_swiper .gallery-thumbs .swiper-slide {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}

.pro_swiper .gallery-thumbs .swiper-slide-thumb-active {
  box-shadow: 0px 0px 5px #999;
}

.pro_info {
  width: 560px;
  margin-top: 47px;
  overflow: hidden;
}

.pro_info .pro_name {
  font-size: 36px;
  font-weight: 800;
  color: #000000;
  line-height: 1;
}

.pro_info p.tt {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  width: 100%;
  padding-bottom: 12px;
  line-height: 1;
  border-bottom: 2px solid #000000;
  margin-top: 55px;
}

.pro_info .list {
  margin-top: 25px;
}

.pro_info .list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.pro_info .list ul li {
  width: 33.33%;
  font-size: 14px;
  line-height: 2.2;
  color: #808080;
}

.pro_info .list ul li:nth-child(3n+1) {
  width: 43.75%;
}

.pro_info .list ul li:nth-child(3n) {
  width: 17.85%;
}

.pro_info a {
  display: block;
  width: 220px;
  height: 45px;
  background: #D71414;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  margin-top: 72px;
}

.pro_info a img {
  margin-right: 10px;
}

.product_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_nav ul li {
  padding: 0 36px;
  border-right: 2px solid #F5F5F5;
}

.product_nav ul li a {
  font-size: 20px;
  color: #b2b2b2;
  display: block;
  padding: 0 20px;
  line-height: 32px;
  position: relative;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product_nav ul li a::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 3px;
  background: #E72319;
  bottom: -15px;
  left: 50%;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product_nav ul li:hover a {
  color: #000;
}

.product_nav ul li:hover a::after {
  width: 100%;
  left: 0;
}

.product_nav ul li.active a {
  color: #000;
}

.product_nav ul li.active a::after {
  width: 100%;
  left: 0;
}

.product_nav ul li:last-child {
  border-right: none;
}

.about_page1 {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(http://www.sczuboo.com/main/images/earth.jpg) center 160px no-repeat #fff;
}

.about_page1 .left {
  max-width: 825px;
  margin-left: 180px;
}

.about_page1 .left h3 {
  font-size: 42px;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 40px;
}

.about_page1 .left p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  max-width: 87%;
}

.about_page1 .num_list {
  width: 100%;
  margin-top: 45px;
}

.about_page1 .num_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.about_page1 .num_list ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.about_page1 .num_list ul li .l h3 {
  font-size: 48px;
  font-weight: 800;
  color: #e7201a;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}

.about_page1 .num_list ul li .l p {
  font-size: 14px;
  color: #999999;
  text-align: center;
  max-width: 100%;
  margin-top: 5px;
}

.about_page1 .num_list ul li .r {
  writing-mode: tb-rl;
  text-transform: uppercase;
  font-size: 14px;
  color: #e7201a;
  margin-top: 7px;
}

.about_tit {
  text-align: center;
  font-size: 42px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 55px;
}

.about_page2 {
  padding: 90px 0 100px 0;
  background: #F7F8FA;
}

.about_page2 .about_swiper {
  height: auto;
  position: relative;
}

.about_page2 .about_swiper .swiper-wrapper {
  height: auto;
}

.about_page2 .about_swiper figcaption img {
  margin: 20px 0;
}

.about_page2 .about_swiper figcaption p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}

.about_page2 .about_swiper .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: #CCCCCC;
  border-radius: 4px;
  top: auto;
  left: auto;
  right: 5%;
  bottom: 110px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.about_page2 .about_swiper .swiper-button-prev::after {
  font-size: 16px;
}

.about_page2 .about_swiper .swiper-button-prev:hover {
  background: #E7201A;
}

.about_page2 .about_swiper .swiper-button-next {
  width: 38px;
  height: 38px;
  background: #CCCCCC;
  border-radius: 4px;
  right: 0;
  top: auto;
  bottom: 110px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.about_page2 .about_swiper .swiper-button-next::after {
  font-size: 16px;
}

.about_page2 .about_swiper .swiper-button-next:hover {
  background: #E7201A;
}

.about_page5 {
  padding: 100px 0;
  background: url(http://www.sczuboo.com/main/images/about_page5.jpg) center no-repeat;
  background-size: cover;
}

.about_page5 .honor_swiper {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  margin-bottom: 110px;
}

.about_page5 .honor_swiper .swiper-wrapper {
  height: auto;
}

.about_page5 .honor_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  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;
  transition: 300ms;
  transform: scale(0.85);
  height: auto;
}

.about_page5 .honor_swiper .swiper-slide-active, .about_page5 .honor_swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}

.about_page5 .honor_swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #CCCCCC;
  border-radius: 4px;
  top: auto;
  left: 42%;
  bottom: -115px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.about_page5 .honor_swiper .swiper-button-prev::after {
  font-size: 20px;
}

.about_page5 .honor_swiper .swiper-button-prev:hover {
  background: #E7201A;
}

.about_page5 .honor_swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #CCCCCC;
  border-radius: 4px;
  right: 42%;
  top: auto;
  bottom: -115px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.about_page5 .honor_swiper .swiper-button-next::after {
  font-size: 20px;
}

.about_page5 .honor_swiper .swiper-button-next:hover {
  background: #E7201A;
}

.about_page4 {
  width: 100%;
  height: 875px;
  padding-top: 85px;
  background: url(http://www.sczuboo.com/main/images/about_page4.jpg) center no-repeat #0B0C11;
  position: relative;
}

.about_page4 .r_mod {
  width: 640px;
  height: 220px;
  background: url(http://www.sczuboo.com/main/images/yuan_r.png) left center no-repeat;
  left: 58%;
  position: absolute;
  top: 50%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}

.about_page4 .r_mod h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.about_page4 .r_mod p {
  color: #fff;
  font-size: 16px;
  opacity: 0.6;
  margin-top: 10px;
  line-height: 1.8;
}

.about_page4 .l_mod {
  width: 640px;
  height: 220px;
  background: url(http://www.sczuboo.com/main/images/yuan_l.png) right center no-repeat;
  right: 58%;
  position: absolute;
  top: 40%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}

.about_page4 .l_mod h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}

.about_page4 .l_mod p {
  color: #fff;
  font-size: 16px;
  opacity: 0.6;
  margin-top: 10px;
  line-height: 1.8;
  text-align: right;
}

.about_apge3 {
  padding: 90px 0 170px 0;
  background: url(http://www.sczuboo.com/main/images/dd.jpg) center 390px repeat-x;
}

.info_swiper {
  margin-top: 100px;
  padding: 0 80px;
  position: relative;
}

.info_swiper .swiper-container {
  height: auto;
}

.info_swiper .swiper-wrapper {
  height: auto;
}

.info_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  width: fit-content;
}

.info_swiper .swiper-slide .l {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 8px solid rgba(231, 32, 26, 0.1);
  overflow: hidden;
  margin-right: 40px;
}

.info_swiper .swiper-slide .l h3 {
  background: #E7201A;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

.info_swiper .swiper-slide .r {
  /* width: calc(100% - 125px); */
  width: 300px;
  height: 305px;
  position: relative;
}

.info_swiper .swiper-slide .yy {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 5px solid rgba(231, 32, 26, 0.1);
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.info_swiper .swiper-slide .yy .yyson {
  display: block;
  background: #E7201A;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-right: 40px;
}

.info_swiper .swiper-slide p {
  position: absolute;
  font-size: 16px;
  top: 0;
}

.info_swiper .swiper-slide p span {
  display: block;
  font-size: 20px;
  color: #e7201a;
  font-weight: 500;
  margin-bottom: 10px;
}

.info_swiper .swiper-slide .r:nth-child(2n) p {
  top: auto;
  bottom: 0;
}

.info_swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: -40px;
  top: 50%;
  background: url(http://www.sczuboo.com/main/images/prev.png) no-repeat;
  box-shadow: 0px 0px 32px rgba(93, 93, 93, 0.14);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.info_swiper .swiper-button-prev:hover {
  background: url(http://www.sczuboo.com/main/images/prev_h.png) no-repeat;
}

.info_swiper .swiper-button-prev::after {
  display: none;
}

.info_swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: -40px;
  top: 50%;
  background: url(http://www.sczuboo.com/main/images/next.png) no-repeat;
  box-shadow: 0px 0px 32px rgba(93, 93, 93, 0.14);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.info_swiper .swiper-button-next::after {
  display: none;
}

.info_swiper .swiper-button-next:hover {
  background: url(http://www.sczuboo.com/main/images/next_h.png) no-repeat;
}

.header_bottom .ww .nav ul li:hover .donw_page a {
  font-weight: normal;
}

.header_bottom .ww .nav ul li .donw_page {
  position: relative;
  position: absolute;
  left: 0;
  top: 112px;
  z-index: 9;
  background: #fff;
  height: 375px;
  width: 100%;
  display: none;
}

.header_bottom .ww .nav ul li .donw_page dl {
  display: flex;
  align-items: center;
}

.header_bottom .ww .nav ul li .donw_page dl dd {
  margin-right: 45px;
}

.header_bottom .ww .nav ul li .donw_page dl dd:last-child {
  margin-right: 0;
}

.header_bottom .ww .nav ul li .donw_page a {
  width: auto;
  font-size: 18px;
  color: #999999;
  padding: 0;
  position: inherit;
  line-height: 1;
}

.header_bottom .ww .nav ul li .donw_page a::after {
  display: none;
}

.header_bottom .ww .nav ul li .donw_page .product_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-left: 100px;
}

.header_bottom .ww .nav ul li .donw_page .product_nav dd.active a {
  color: #010101;
  font-weight: 500;
  font-size: 20px;
}

.header_bottom .ww .nav ul li .donw_page dl dd {
  position: relative;
}

.header_bottom .ww .nav ul li .donw_page dl dd::after {
  content: '';
  width: 17px;
  height: 10px;
  background: url(http://www.sczuboo.com/main/images/down2.jpg) center no-repeat;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  z-index: 9;
  position: absolute;
  display: none;
}

.header_bottom .ww .nav ul li .donw_page .product_nav dd.active::after {
  display: block;
}

.header_bottom .ww .nav ul li .donw_page .product_nav dd:hover a {
  color: #000;
  font-weight: 500;
}

.header_bottom .ww .nav ul li .donw_page .product_nav .r a {
  display: flex;
  width: 120px;
  height: 31px;
  border-radius: 16px;
  border: solid 1px #7f7f7f;
  justify-content: center;
  align-items: center;
}

.header_bottom .ww .nav ul li .donw_page .product_nav .r a p {
  color: #808080;
  font-size: 16px;
  padding-left: 4px;
}

.header_bottom .ww .nav ul li .donw_page .product_nav .r a img {
  width: 100%;
  padding-bottom: 3px;
}

.header_bottom .ww .nav ul li .donw_page .product_nav .r a .img2 {
  display: none;
}

.header_bottom .ww .nav ul li .donw_page .product_nav .r a:hover {
  border: solid 1px #d60027;
}

.header_bottom .ww .nav ul li .donw_page .product_nav .r a:hover p {
  color: #d60027;
}

.header_bottom .ww .nav ul li .donw_page .product_nav .r a:hover img {
  display: none;
}

.header_bottom .ww .nav ul li .donw_page .product_nav .r a:hover .img2 {
  display: block;
}

.product_swiper {
  padding: 0 100px;
  margin-top: 25px;
  position: relative;
}

.product_swiper .swiper_mod {
  display: none;
}

.product_swiper .swiper_mod img {
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product_swiper .swiper_mod .swiper-slide:hover img {
  transform: scale(1.1);
}

.product_swiper .swiper_mod p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #000000;
}

.product_swiper .swiper_mod.active {
  display: block;
}

.mobile_p {
  display: none;
}

.footer_top .footer_con .share {
  display: none;
}

.mobile_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  height: 60px;
}

.mobile_header .logo {
  width: 120px;
}

.mobile_header .r {
  width: 41%;
}

.mobile_header .r .buy {
  margin-right: 5%;
  position: relative;
}

.mobile_header .r .buy a {
  display: flex;
  align-items: center;
}

.mobile_header .r .buy a img {
  width: 20px;
}

.mobile_header .r .buy a img:last-child {
  width: 12px;
}

.mobile_header .r .buy a p {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 4px;
}

.dropdown-menu {
  position: absolute;
  top: 97%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  font-size: 16px;
  left: -18%;
  width: 199px;
  height: auto;
}

#nav_buy>ul>li:nth-child(odd) {
  height: 60px;
}

.nav_buy {
  height: 70px;
  position: relative;
  display: none;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

#online .divider {
  margin: 0!important;
}

#nav_buy>ul>li:nth-child(5) {
  height: 170px;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

#online a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding: 8px 36px;
}

#program img {
  width: 126px;
  height: 126px;
  display: block;
  margin: 0 auto;
}

#tianmao img, #jingdong img {
  width: 39px!important;
  height: 39px!important;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

.menu.m {
  position: relative;
  width: 28px;
  height: 26px;
  z-index: 11;
  cursor: pointer;
  display: none;
}

body.open .menu.m span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.open .menu.m span:nth-child(2) {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

body.open .menu.m span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu.m span {
  position: absolute;
  width: 100%;
  display: block;
  height: 2px;
  background: #000;
  left: 0;
  top: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  z-index: 11;
  border-radius: 2em;
}

.menu.m_o span {
  background: #fff;
}

.menu.m span:nth-child(2) {
  top: 10px;
}

.menu.m span:nth-child(3) {
  top: 21px;
}

.m_nav {
  display: none;
}

.mobile_header {
  display: none;
}

.header_bottom .ww .nav ul li .donw_page {
  box-shadow: 0px 0px 8px #e5e5e5;
}

#play {
  height: 120px;
  width: 120px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  border: 0;
  outline: none;
}

.wave.ripple {
  color: white;
  position: absolute;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.wave {
  position: absolute;
  text-align: center;
  line-height: 100px;
  font-size: 28px;
  z-index: 999;
}

.wave.ripple .circle {
  position: absolute;
  width: 300px;
  height: 300px;
  left: -75%;
  bottom: -26%;
  transform: translateX(-50%);
  border: 6px solid #fff;
  border-radius: 50%;
  opacity: 0;
}

.wave.ripple .circle:first-child {
  animation: circle-opacity 2s infinite;
  -webkit-animation: circle-opacity 2s infinite;
}

.wave.ripple .circle:nth-child(2) {
  animation: circle-opacity 2s infinite;
  -webkit-animation: circle-opacity 2s infinite;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.wave.ripple .circle:nth-child(3) {
  animation: circle-opacity 2s infinite;
  -webkit-animation: circle-opacity 2s infinite;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

#play-inner {
  height: 120px;
  width: 120px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  background-color: rgba(255, 255, 255, 0.6);
}

#trangle {
  display: inline-block;
  height: 0px;
  width: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 25px solid transparent;
  border-left: 28px solid rgba(231, 33, 25, 1);
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -15px;
  margin-left: -12.5px;
}

@-webkit-keyframes circle-opacity {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes circle-opacity {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}

.search_container {
  width: 870px;
  height: 250px;
  margin: 0 auto;
  position: fixed;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background-color: #fff;
  padding: 80px 0;
  display: none;
}

.search_container input {
  position: relative;
  border-bottom: 1px solid #3a434a;
  padding-bottom: 20px;
  padding-left: 70px;
  font-size: 20px;
  color: #3a434a;
  width: 670px;
  margin: 0 auto;
  display: block;
  font-weight: 400;
  line-height: 30px;
}

.search_container #searchBtn {
  background: url(http://www.sczuboo.com/main/images/search_btn.png) no-repeat center center;
  background-size: 25px 25px;
  display: block;
  width: 60px;
  height: 40px;
  position: absolute;
  top: 72px;
  left: 105px;
}

.search_container .search_close {
  background: url(http://www.sczuboo.com/main/images/search_close.png) no-repeat center center;
  background-size: 15px 15px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
}

.search_container .search_list {
  position: absolute;
  top: 160px;
  left: 105px;
}

.search_container .search_list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.search_container .search_list ul li {
  margin-right: 20px;
}

.search_container .search_list ul li a {
  font-size: 14px;
  color: #b2b2b2;
  transition: 0.5s;
}

.search_container .search_list ul li a:hover {
  color: #FBA81E;
}

.search_container .search_list ul li:first-child {
  margin-right: 10px;
}

.search_container .search_list ul li:first-child a {
  color: #4c4c4c;
}

.w670 {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
}

.search_btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  margin-top: 6px;
  background: url(http://www.sczuboo.com/main/images/search.png) no-repeat;
  background-size: contain;
  margin: 0 20px;
}

.search_btn:hover{
  background: url(http://www.sczuboo.com/main/images/search-h.png) no-repeat;
  background-size: contain;
}

.header_bottom .ww .nav ul li .donw_page .product_swiper a{
  padding: 8%;
}
.header_top ul li{
	position:relative;
}
.header_top ul li div .dropdown-menu{
	padding:0;
	width:240px;
}
.header_top ul li div .dropdown-menu a{
	display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	padding:0px;
}
.header_top ul li div .dropdown-menu a img{
	margin:0 auto;
}

.dropdown-menu>dd>a:focus, .dropdown-menu>dd>a:hover {
    background-color: #808080!important;
    color: white!important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #808080!important;
    color: white!important;
}