/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* 匠心工艺，打造精良设备 */
.hf {
  width: 100%;
  overflow: hidden;
  padding: 35px 0 50px 0;
}
.hf-title {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  color: #333;
  font-weight: bold;
}
.hf-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.hf-list>li {
  float: left;
}
.hf-list>li .hf-icon {
  width: 32px;
  float: left;
  height: 32px;
  position: relative;
  margin-right: 10px;
}
.hf-list>li .hf-box {
  display: block;
  overflow: hidden;
}
.hf-list>li .hf-box>h2 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 20px;
  color: #333;
}
.hf-list>li .hf-box .hf-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #777;
  line-height: 25px;
}

@media (max-width: 991px) {
  .hf {
    padding: 30px 0;
  }
  .hf-list>li:nth-child(1) {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .hf {
    padding: 15px 0;
  }
  .hf-title {
    line-height: 30px;
    font-size: 20px;
  }
  .hf-list {
    margin-top: 0;
  }
  .hf-list>li {
    width: 49% !important;
    margin-top: 10px;
  }
  .hf-list>li .hf-icon {
    width: 30px;
    height: 30px;
  }
  .hf-list>li .hf-box>h2 {
    line-height: 30px;
    font-size: 16px;
  }
  .hf-list>li .hf-box .hf-text {
    font-size: 12px;
    line-height: 22px;
  }
}

/* 产品展示 */
.product {
  width: 100%;
  float: left;
  background: url(../images/product-bj.jpg) no-repeat center center;
  background-size: cover;
}
.product>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-left {
  width: 230px;
  float: left;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
}
.menu-title {
  width: 100%;
  float: left;
  background: url(../images/product-title-bj.jpg) no-repeat center center;
  background-size: cover;
  margin-top: -21px;
  padding: 22px 0;
  text-align: center;
  color: #fff;
  line-height: 26px;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
}
.menu-title>span {
  display: block;
  overflow: hidden;
  line-height: 35px;
  font-weight: bold;
  font-size: 24px;
}
.menu-title::before {
  content: "";
  width: 0;
  float: left;
  height: 0;
  border-right: 21px solid #1267a8;
  border-top: 21px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: -21px;
  top: 0;
}
.menu-title::after {
  content: "";
  width: 0;
  float: left;
  height: 0;
  border-left: 21px solid #1267a8;
  border-top: 21px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  right: -21px;
  top: 0;
}
.menu-list {
  width: 100%;
  display: block;
  overflow: hidden;
  transition: initial;
  background-color: #fff;
  padding: 15px 10px;
  flex: 1;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 20px;
}
.menu-list>li>a>span {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  padding-left: 20px;
  background-image: url(../images/menu-li-icon1.png);
  background-position: left center;
  background-repeat: no-repeat;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li>a:hover,
.menu-list>li.menu-active>a {
  background-color: #0a77cb;
}
.menu-list>li>a:hover>span,
.menu-list>li.menu-active>a>span {
  background-image: url(../images/menu-li-icon2.png);
  color: #fff;
}
.product-more {
  display: block;
  overflow: hidden;
}
.product-more>a {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  background-color: #b8bec2;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.product-more>a:hover {
  background-color: #0a77cb;
  color: #fff;
}

.product-right {
  width: 934px;
  float: right;
  padding-top: 25px;
}
.product-content {
  width: 100%;
  overflow: hidden;
  display: block;
  background-color: #fff;
  padding: 55px 45px 55px 25px;
}
.product-content .product-imgs {
  width: 375px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 40px;
}
.product-content .product-imgs::before {
  content: "";
  display: block;
  padding-top: 75.2%;
}
.product-content>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  margin-top: 5px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.product-content .product-text {
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  height: 225px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.product-list {
  display: block;
  overflow: hidden;
  width: 951px;
}
.product-list>li {
  width: 300px;
  float: left;
  margin: 20px 17px 0 0;
}
.product-list>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
}
.product-list>li>a .product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-list>li>a .product-img::before {
  content: "";
  display: block;
  padding-top: 96.88716%;
}
.product-list>li>a>.product-img>h2 {
  width: 100%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  background-color: rgba(10, 119, 203, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.product-list>li>a:hover .product-img>img {
  transform: scale(1.1);
}


.product-list1 {
  display: block;
  overflow: hidden;
  width: 951px;
}
.product-list1>li {
  width: 48%;
  float: left;
  padding: 1%;
}
.product-list1>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
}
.product-list1>li>a .product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-list1>li>a .product-img::before {
  content: "";
  display: block;
  padding-top: 96.88716%;
}
.product-list1>li>a>h2 {
  width: 100%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  background-color: rgba(10, 119, 203, 0.8);
}
.product-list1>li>a:hover .product-img>video {
  transform: scale(1.1);
}

@media (max-width: 1220px) {
  .product-left {
    width: 24%;
  }
  .product-right {
    width: 74%;
    overflow: hidden;
  }
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 31.333333%;
    margin: 20px 1% 0 1%;
  }
  .product-content {
    padding: 50px 30px 50px 20px;
  }
}
@media (max-width: 991px) {
  .product-left {
    width: 29%;
  }
  .product-right {
    width: 69%;
  }
  .product-content {
    padding: 20px;
  }
  .product-content .product-imgs {
    width: 100%;
    margin: 0 0 15px 0;
    float: none;
  }
  .product-content>h1 {
    line-height: 30px;
    margin-top: 0;
    font-size: 18px;
  }
  .product-list>li>a {
    padding: 10px;
  }
  .product-list>li>a>.product-img>h2 {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .product {
    overflow: hidden;
  }
  .product-left {
    width: 100%;
    display: block;
  }
  .menu-title {
    width: calc(100% + 40px);
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    font-weight: bold;
    margin-left: -20px;
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title::before {
    display: none;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    height: auto;
  }
  .menu-list {
    display: none;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }
  .product-right {
    width: 100%;
    padding: 20px 0;
  }
  .product-content {
    padding: 15px;
  }
  .product-content .product-text {
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: initial;
    margin-top: 10px;
  }
  .product-list>li {
    width: 48%;
    margin: 10px 1% 0 1%;
  }
  .product-list>li>a {
    padding: 5px;
  }
}

/* 合作流程 */
.cooperate {
  width: 100%;
  overflow: hidden;
  background-color: #0a77cb;
  padding: 30px 0;
}
.cooperate-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 28px;
  color: #fff;
}
.cooperate-title>h1 {
  float: left;
  font-size: 20px;
  margin-right: 16px;
  font-weight: bold;
}
.cooperate-title>div {
  float: left;
  padding-left: 38px;
  background: url(../images/cooperate-dianhua.png) no-repeat left center;
  font-family: Impact;
  font-size: 25px;
}
.cooperate-title>div a{
  color: #fff;
}
.cooperate-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.cooperate-list>li {
  flex: 1;
  float: left;
  cursor: pointer;
}
.cooperate-list>li .cooperate-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
.cooperate-list>li .cooperate-box::after {
  content: "";
  width: 1px;
  float: left;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.cooperate-list>li .cooperate-box .cooperate-icon {
  width: 70px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.cooperate-list>li .cooperate-box .cooperate-icon>img:first-child {
  opacity: 1;
}
.cooperate-list>li .cooperate-box .cooperate-icon>img:last-child {
  opacity: 0;
}
.cooperate-list>li .cooperate-box .cooperate-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cooperate-list>li>h2 {
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  margin-top: 6px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.cooperate-list>li:hover .cooperate-box .cooperate-icon {
  background-color: #f3e00a;
}
.cooperate-list>li:hover .cooperate-box .cooperate-icon>img:first-child {
  opacity: 0;
}
.cooperate-list>li:hover .cooperate-box .cooperate-icon>img:last-child {
  opacity: 1;
}

@media (max-width: 767px) {
  .cooperate {
    padding: 15px 0;
  }
  .cooperate-list {
    margin-top: 0;
  }
  .cooperate-list>li {
    flex: none;
    width: 33.333333%;
    margin-top: 15px;
  }
}

/* 案例展示 */
.case {
  width: 100%;
  float: left;
  background: url(../images/case-bj.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 40px;
}
.title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.title>h1 {
  float: left;
  line-height: 34px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding: 0 42px;
  background-image: url(../images/title-left.png), url(../images/title-right.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
.title>div {
  width: 100%;
  float: left;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}
.case-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.case-nav>li {
  width: 150px;
  float: left;
  margin: 5px;
}
.case-nav>li>a {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  background: url(../images/case-li.png) no-repeat center center;
  background-size: 100% 100%;
}
.case-nav>li>a:hover {
  background: #0a77cb;
}
.case-content {
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.case-content>div {
  display: none;
}
.case-content>div:first-child {
  display: block;
}
.case-list {
  display: block;
  overflow: hidden;
  width: 1224px;
}
.case-list>li {
  width: 384px;
  float: left;
  margin: 0 24px 30px 0;
}
.case-list>li>a {
  display: block;
  overflow: hidden;
  border: 5px solid #fff;
  position: relative;
}
.case-list>li>a::before {
  content: "";
  display: block;
  padding-top: 77.922078%;
}
.case-list>li>a>h2 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: rgba(10, 119, 203, 0.7);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.case-list>li>a:hover>img {
  transform: scale(1.1);
}
.more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.more>a {
  width: 175px;
  float: left;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: relative;
  background-color: #7a848a;
  font-size: 14px;
  color: #fff;
}
.case .more {
  margin-bottom: -20px;
}
.case .more>a::before {
  content: "";
  float: left;
  width: 0;
  height: 0;
  border-right: 21px solid #7a848a;
  border-top: 0 solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: -21px;
  bottom: 0;
}
.case .more>a::after {
  content: "";
  float: left;
  width: 0;
  height: 0;
  border-left: 21px solid #7a848a;
  border-top: 0 solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -21px;
  bottom: 0;
}
.more>a:hover {
  background-color: #0a77cb;
  color: #fff;
}
.case .more>a:hover::before {
  border-right-color: #0a77cb;
}
.case .more>a:hover::after {
  border-left-color: #0a77cb;
}

@media (max-width: 1220px) {
  .case-list {
    width: 102%;
    margin-left: -1%;
  }
  .case-list>li {
    width: 31.333333%;
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .title>div {
    margin-top: 0;
  }
  .case-nav {
    margin-top: 10px;
    justify-content: space-between;
  }
  .case-nav>li {
    width: calc(50% - 5px);
    margin: 5px 0;
  }
  .case-nav>li>a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .case-content {
    margin-top: 10px;
  }
  .case-list {
    width: 102%;
    margin-left: -1%;
  }
  .case-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .case-list>li>a {
    border: 3px solid #fff;
  }
  .case-list>li>a>h2 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .more {
    margin: 10px 0 0 0;
  }
  .more>a {
    width: 120px;
    height: 30px;
    line-height: 30px;
  }
  .case .more {
    margin-bottom: 0;
  }
  .case .more>a::after,
  .case .more>a::before {
    display: none;
  }
}

/* w88手机登录官方网站 */
.about {
  width: 100%;
  overflow: hidden;
  background: url(../images/about-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 35px 0;
}
.about .title>h1 {
  background-image: url(../images/title-left-white.png), url(../images/title-right-white.png);
  color: #fff;
}
.about .title>div {
  color: #fff;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 30px;
  padding: 55px 55px 55px 40px;
}
.about-left {
  width: calc(50% - 40px);
  float: left;
  overflow: hidden;
  position: relative;
}
.about-left::before {
  content: "";
  display: block;
  padding-top: 60.3846154%;
}
.about-right {
  width: 50%;
  float: right;
  background: url(../images/about-bj2.png) no-repeat right bottom;
}
.about-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.about-right>.about-text {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  height: 150px;
  margin-top: 30px;
}
.about .more {
  justify-content: flex-start;
  margin-top: 5px;
}
.about .more>a {
  width: 165px;
}

.honor {
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 35px;
}
.honor-swiper {
  width: 100%;
}
.honor-swiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 125.9803922%;
}
.honor-swiper .swiper-slide::after {
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  background: url(../images/honor-hover.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.honor-swiper .swiper-slide>a {
  width: calc(100% - 58px);
  height: calc(100% - 56px);
  float: left;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}
.honor-swiper .swiper-slide>a:hover>img {
  transform: scale(1.1);
}
.honor-prev,
.honor-next {
  width: 50px;
  float: left;
  height: 50px;
  background-color: #b8bec2;
  border-radius: 50%;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  font-family: SimSun;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.honor-next {
  left: initial;
  right: -70px;
}
.honor-prev::before {
  content: "<";
}
.honor-next::before {
  content: ">";
}
.honor-prev:hover,
.honor-next:hover {
  background-color: #fff;
  color: #0a77cb;
}

@media (max-width: 1220px) {
  .about-content {
    padding: 40px;
  }
  .honor-prev {
    left: 0;
  }
  .honor-next {
    left: initial;
    right: 0;
  }
}
@media (max-width: 991px) {
  .about-content {
    padding: 20px;
  }
  .about-right {
    background: url(../images/about-bj2.png) no-repeat right bottom;
    background-size: 40% auto;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-content {
    padding: 15px;
    margin-top: 15px;
  }
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
  }
  .about-right>h1 {
    font-size: 18px;
    margin-top: 10px;
  }
  .about-right>.about-text {
    line-height: 24px;
    height: auto;
    margin-top: 10px;
  }
  .about .more {
    margin-top: 10px;
  }
  .about .more>a {
    width: 120px;
  }
  .honor {
    margin-top: 15px;
  }
  .honor-prev,
  .honor-next {
    width: 30px;
    height: 30px;
  }
}

/* 视频展示 */
.video {
  width: 100%;
  overflow: hidden;
  padding: 45px 0 50px 0;
  background: url(../images/video-bj.jpg) no-repeat center center;
  background-size: cover;
}
.video-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}
.video-list>li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.video-list>li>a {
  width: 50%;
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
}
.video-list>li>a::before {
  content: "";
  display: block;
  padding-top: 81.0344828%;
}
.video-list>li>a>video {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.video-list>li>a>.video-hover {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
.video-list>li>a>.video-hover .video-btn {
  width: 100%;
  overflow: hidden;
  flex: 1;
  position: relative;
}
.video-list>li>a>.video-hover>h2 {
  width: 100%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(10, 119, 203, 0.7);
}
.video-list>li:nth-child(odd)>a {
  float: right;
}
.video-list>li:first-child {
  width: 47.25%;
  height: calc(100% - 20px);
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.video-list>li:first-child>a {
  width: 100%;
  height: 100%;
}
.video .more {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .video {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .video {
    padding: 15px 0;
  }
  .video-list {
    margin-top: 10px;
  }
  .video-list>li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .video-list>li>a {
    width: 100%;
  }
  .video-list>li>a::before {
    padding-top: 100%;
  }
  .video-list>li>a>.video-hover>h2 {
    height: 40px;
    line-height: 40px;
  }
  .video-list>li:first-child {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    position: relative;
    left: 0;
    transform: translateX(0);
  }
  .video-list>li:first-child>a::before {
    padding-top: 75%;
  }
  .video .more {
    margin-top: 10px;
  }
}

/* 新闻中心 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.news-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
}
.news-nav>li {
  width: 150px;
  float: left;
  margin: 5px;
}
.news-nav>li>a {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  background: url(../images/case-li.png) no-repeat center center;
  background-size: 100% 100%;
}
.news-content {
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.news-content>div {
  display: none;
}
.news-content>div:first-child {
  display: block;
}
.news-list {
  display: block;
  overflow: hidden;
  width: 1236px;
}
.news-list>li {
  width: 376px;
  float: left;
  margin: 0 36px 40px 0;
}
.news-list>li>a {
  display: block;
  overflow: hidden;
  padding-bottom: 8px;
  border-bottom: 2px solid #0a77cb;
  background: url(../images/news-li-bj.jpg) no-repeat center center;
  background-size: cover;
}
.news-list>li>a .news-box {
  width: 100%;
  overflow: hidden;
}
.news-list>li>a .news-box .news-time {
  display: block;
  overflow: hidden;
  line-height: 12px;
  font-size: 14px;
  color: #999;
  padding: 0 3px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  font-size: 16px;
  color: #0a77cb;
  padding: 0 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
  padding: 0 3px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}
.news-list>li>a .news-img::before {
  content: "";
  display: block;
  padding-top: 48.533334%;
}
.news .more {
  margin: 0;
}

@media (max-width: 1240px) {
  .news-list {
    width: 102%;
    margin-left: -1%;
  }
  .news-list>li {
    width: 31.333333%;
    margin: 0 1% 40px 1%;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-nav {
    margin-top: 20px;
  }
  .news-content {
    margin-top: 30px;
  }
  .news-list>li {
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-nav {
    margin-top: 10px;
    justify-content: space-between;
  }
  .news-nav>li {
    width: calc(50% - 5px);
    margin: 0;
  }
  .news-nav>li>a {
    height: 40px;
    line-height: 40px;
  }
  .news-content {
    margin-top: 15px;
  }
  .news-list {
    width: 100%;
    margin: 0;
  }
  .news-list>li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .news-list>li>a {
    width: 100%;
    float: left;
    display: flex;
    padding: 0;
  }
  .news-list>li>a .news-box {
    width: 70%;
    float: left;
    padding: 10px;
  }
  .news-list>li>a .news-box .news-time {
    padding: 0;
  }
  .news-list>li>a .news-box>h1 {
    margin-top: 5px;
    padding: 0;
  }
  .news-list>li>a .news-box .news-text {
    padding: 0;
  }
  .news-list>li>a .news-img {
    width: 30%;
    float: left;
    margin-top: 0;
  }
}

/* 合作伙伴 */
.partner {
  width: 100%;
  overflow: hidden;
  background: url(../images/partner-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.partner .title>h1 {
  color: #fff;
  background-image: url(../images/title-left-white.png), url(../images/title-right-white.png);
}
.partner .title>div {
  color: #fff;
}
.partner-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.partner-swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 2px solid #e5e5e5;
  background-color: #fff;
}
.partner-swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 56.84211%;
}
.partner-swiper .swiper-slide>a:hover>img {
  transform: scale(1.1);
}
.partner .more {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .partner {
    padding: 15px 0;
  }
  .partner-swiper {
    margin-top: 15px;
  }
  .partner .more {
    margin-top: 15px;
  }
}
/* END-main */

/* w88手机登录官方网站 */
.main {
  width: 100%;
  overflow: hidden;
  background: url(../images/main-bj.jpg) no-repeat center center;
  background-size: cover;
}
.main-left {
  width: 230px;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.main-left .menu-title {
  margin: 0;
}
.main-left .menu-title::before,
.main-left .menu-title::after {
  display: none;
}
.menu-contact {
  width: 100%;
  overflow: hidden;
}
.menu-contact-title {
  display: block;
  overflow: hidden;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: url(../images/product-title-bj.jpg) no-repeat center center;
  background-size: cover;

}
.menu-contact-content {
  display: block;
  overflow: hidden;
  padding: 20px 0 50px 0;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.menu-contact-content>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.menu-contact-content>span {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 25px;
  color: #ed0707;
  font-weight: bold;
}

.main-right {
  width: 934px;
  float: right;
  padding: 20px 0;
}
.place-title {
  width: 100%;
  float: left;
  background-color: #0a77cb;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
}
.place-title>h1 {
  float: left;
  font-size: 14px;
}
.place-title>div {
  float: right;
}
.place-title>div>a {
  color: #fff;
}
.place-title>div>a:hover {
  color: #fff;
  text-decoration: underline;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 1220px) {
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .main-left {
    width: 29%;
  }
  .main-right {
    width: 69%;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main-left {
    width: 100%;
  }
  .main-left .menu-title {
    margin: 0 0 0 -20px;
  }
  .main-left .menu-title-active::after {
    content: "\f078";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    height: auto;
  }
  .main-right {
    width: 100%;
    padding: 0;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-w88手机登录官方网站 */

/* 产品中心 */
.place-content .product-list>li {
  margin: 0 17px 20px 0;
}

.product-details {
  display: block;
  overflow: hidden;
}
.product-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.product-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1220px) {
  .place-content .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .place-content .product-list>li {
    margin: 0 1% 20px 1%;
  }
}
@media (max-width: 767px) {
  .place-content .product-list>li {
    margin: 0 1% 10px 1%;
  }

  .product-details-title {
    font-size: 16px;
  }
  .product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-产品中心 */

/* 合作伙伴 */
.cooperation-list {
  display: flex;
  flex-wrap: wrap;
  width: 101%;
  margin-left: -0.5%;
}
.cooperation-list>li {
  width: 15.666666%;
  float: left;
  margin: 0 0.5% 1% 0.5%;
}
.cooperation-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 2px solid #e5e5e5;
  background-color: #fff;
}
.cooperation-list>li>a::before {
  content: "";
  display: block;
  padding-top: 56.84211%;
}
.cooperation-list>li>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .cooperation-list>li {
    width: 19%;
  }
}
@media (max-width: 991px) {
  .cooperation-list>li {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .cooperation-list>li {
    width: 32.333333%;
  }
}
/* END-合作伙伴 */

/* 新闻中心 */
.place-content .news-list {
  width: 100%;
}
.place-content .news-list>li {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0a77cb;
}
.place-content .news-list>li>a {
  padding: 0;
  border: none;
  display: flex;
}
.news-list>li>a .news-box {
  width: 70%;
  float: left;
  padding: 30px;
}
.place-content .news-list>li>a .news-img {
  width: 30%;
  float: right;
  margin: 0;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .place-content .news-list>li>a .news-box {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .place-content .news-list>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .place-content .news-list>li>a .news-box {
    padding: 10px;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contact-text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.contact-map {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contact-text {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    margin-top: 10px;
    height: 300px;
  }
}
/* END-联系我们 */