a:hover {
  color: #097eff;
}
.swiper-pagination-bullet-active {
  background-color: #097eff !important;
}
.top-w {
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: 40px;
}
.top-w .page {
  display: flex;
}
.top-w .rg {
  margin: 0 0 0 auto;
  display: flex;
}
.top-w .rg li {
  padding: 0 15px;
}
.top-w .rg li:last-child {
  padding-right: 0;
}
.top-w .rg li a:hover {
  text-decoration: underline;
}
.header .page {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #097eff;
  margin-right: 20px;
}
.header .head-tel p {
  font-size: 15px;
  color: #097eff;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 32px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #097eff;
}
.nav-w {
  background-color: #097eff;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1px;
}
.nav-list > li:last-child {
  margin-right: 0;
}
.nav-list > li > a {
  width: 100%;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #fff;
}
.nav-list > li > a::before,
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 4px;
  background-color: #097eff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li > a::before {
  width: 12px;
  height: 9px;
  bottom: -10px;
  opacity: 0;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.nav-list > li .erji2 {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #097eff;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li:hover > a {
  background-color: #ffbf14;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  background-color: #ffbf14;
}
/* 搜索 */
.search {
  border-bottom: 1px solid #e2e2e2;
}
.search .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #097eff;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 20px;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding: 0 25px;
  border: none;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 80px;
  height: 40px;
  color: #fff;
  background: #097eff;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #ffbf14;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 36px;
  position: relative;
}
.wz-bt p i {
  font-weight: bold;
  color: #097eff;
}
.wz-bt span {
  font-size: 18px;
  margin-top: 10px;
  color: #3e3e3e;
}
.wz-bt span::before,
.wz-bt span::after {
  content: '——';
  margin: 0 20px;
}
.char-w {
  padding: 70px 0 80px;
  background: url(../images/products_bj.jpg);
  background-size: cover;
}
.char-w .page {
  width: 1300px;
}
.char-w ul {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.char-w ul li {
  width: 280px;
  position: relative;
  transition: all 0.3s linear;
  cursor: pointer;
}
.char-w ul li .text {
  width: 100%;
  height: 75px;
  background: #097eff;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-out;
  text-align: center;
  color: #fff;
}
.char-w ul li .text img {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}
.char-w ul li .text p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.char-w ul li .text span {
  padding: 0 20px;
  margin-top: 28px;
  line-height: 26px;
  display: none;
}
.char-w ul .on {
  transform: translateY(-35px);
}
.char-w ul .on .text {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.char-w ul .on .text img {
  margin: 80px auto 0;
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(0);
}
.char-w ul .on .text span {
  display: block;
}
.pro-w {
  padding: 70px 0 80px;
}
.pro-w .pro-tabs {
  width: 1180px;
  height: 50px;
  margin: 40px auto;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.pro-w .pro-tabs ul li {
  flex: auto;
  height: 42px;
  line-height: 42px;
  margin: 4px;
  border-radius: 21px;
  text-align: center;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #097eff;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box {
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
}
.pro-w .con-box ul li {
  width: 23.5%;
  margin-right: 2%;
}
.pro-w .con-box ul li:last-child {
  margin-right: 0;
}
.pro-w .con-box ul li .pic {
  border: 1px solid #bfbfbf;
}
.pro-w .con-box ul li p {
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
.pro-w .con-box ul li span {
  width: 138px;
  font-size: 14px;
  line-height: 36px;
  background-color: #097eff;
  color: #fff;
  margin: 10px auto;
  text-align: center;
  transition: all 0.2s linear;
}
.pro-w .con-box ul li:hover img {
  transform: scale(1.1);
}
.pro-w .con-box ul li:hover span {
  background-color: #ffbf14;
}
.adv {
  padding: 78px 0 90px 0;
  background: url(../images/adv-bg.jpg);
  background-size: cover;
}
.adv .wz-bt * {
  color: #fff;
}
.adv .adv-box {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 50px;
}
.adv .adv-tab {
  z-index: 9;
}
.adv .adv-tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  position: relative;
  background: url(../images/adv-xx.png) no-repeat right center;
  cursor: pointer;
}
.adv .adv-tab li:last-child {
  background: none;
}
.adv .adv-tab li .ico {
  border-radius: 50%;
  background-color: #ffbf14;
  margin-right: 15px;
}
.adv .adv-tab li p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  opacity: 0.75;
}
.adv .adv-tab li span {
  font-size: 12px;
  color: #fff;
  opacity: 0.25;
  margin-top: 5px;
}
.adv .adv-tab .swiper-slide-thumb-active p,
.adv .adv-tab .swiper-slide-thumb-active span {
  opacity: 1;
}
.adv .adv-con {
  padding-top: 101px;
  margin-top: -101px;
}
.adv .adv-con .swiper-pagination {
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.adv .adv-con .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #ffbf14;
}
.adv .adv-con li {
  padding-bottom: 50px;
}
.adv .adv-con .text {
  width: 1025px;
  height: 148px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  background-color: #fff;
}
.adv .adv-con .text .left {
  width: 275px;
  background: url(../images/adv-lb.png);
  background-color: #ffbf14;
  display: flex;
}
.adv .adv-con .text .left p {
  font-size: 49px;
  font-weight: bold;
  color: #fff;
  font-family: Arial;
  margin: 30px 0 0 34px;
}
.adv .adv-con .text .left span {
  font-size: 28px;
  color: #fff;
  margin: 60px 0 0 40px;
}
.adv .adv-con .text .right {
  flex: 1;
  padding: 0 111px 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.adv .adv-con .text .right p {
  font-size: 23px;
}
.adv .adv-con .text .right span {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-top: 15px;
}
.adv .adv-con .text .right .more {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../images/adv-next.png);
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.adv .adv-con .text .right .more:hover {
  background: url(../images/adv-next1.png);
  background-color: #ffbf14;
}
.intr {
  padding-top: 41px;
  background: url(../images/intr-bg.jpg) no-repeat center 0px;
}
.intr .row {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
.intr .row .pic {
  width: 704px;
}
.intr .row .text {
  flex: 1;
  padding: 20px 0px 0 50px;
}
.intr .row .text p {
  font-size: 50px;
  color: #c1c1c1;
  font-weight: bold;
  font-family: Arial black;
  text-transform: uppercase;
  font-style: italic;
}
.intr .row .text span {
  font-size: 30px;
  font-weight: bold;
}
.intr .row .text span em {
  color: #097eff;
}
.intr .row .text i {
  display: block;
  font-size: 14px;
  line-height: 27px;
  color: #4f4d4d;
  margin-top: 25px;
  white-space: pre-wrap;
}
.intr .row .text .more {
  width: 190px;
  line-height: 42px;
  text-align: center;
  background-color: #097eff;
  color: #fff;
  margin-top: 25px;
}
.intr .row .text .more:hover {
  background-color: #e60013;
}
.workshop {
  margin-top: 46px;
  padding-bottom: 80px;
}
.workshop .tabs {
  display: flex;
  justify-content: center;
  position: relative;
}
.workshop .tabs > div {
  margin-right: 16px;
}
.workshop .tabs > div:last-child {
  margin-right: 0;
}
.workshop .tabs > div a {
  display: block;
  width: 140px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #d0d0d0;
}
.workshop .tabs .nep01 a {
  color: #fff;
  background: #097eff;
  position: relative;
}
.workshop .tabs::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #efefef;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -2;
}
.workshop .tabs::after {
  content: '';
  width: 322px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.workshop .case-box {
  margin-top: 34px;
  position: relative;
  padding: 0 50px;
}
.workshop .case-box .case-list {
  width: 100%;
  margin: 0 auto;
}
.workshop .case-box .case-list .tempWrap {
  width: 100% !important;
}
.workshop .case-box .case-list ul li {
  position: relative;
  width: 313px;
  margin-right: 16px;
  overflow: hidden;
}
.workshop .case-box .case-list ul li img {
  width: 100%;
  display: block;
}
.workshop .case-box .case-list ul li .title {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 0px;
  overflow: hidden;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s linear;
}
.workshop .case-box .case-list ul li:hover .title {
  height: 40px;
  transition: all 0.3s linear;
}
.workshop .case-box > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.2s linear;
}
.workshop .case-box > img:hover {
  opacity: 0.8;
  transition: all 0.2s linear;
}
.workshop .case-box .case-sPrev {
  left: 0;
}
.workshop .case-box .case-sNext {
  right: 0;
  transform: scaleX(-1) translateY(-50%);
}
.workshop .hidden {
  display: none;
}
.news-w {
  padding-bottom: 110px;
  position: relative;
}
.news-w::before,
.news-w::after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.news-w::before {
  left: 0;
  background-color: #f2f6fc;
}
.news-w::after {
  right: 0;
  background-color: #f7f9fc;
}
.news-w .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 50px;
}
.news-w .tit h2 {
  font-size: 36px;
  font-weight: bold;
}
.news-w .tit .btn {
  display: flex;
}
.news-w .tit .btn a {
  width: 155px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #097eff;
  margin-left: 10px;
  transition: all 0.2s linear;
}
.news-w .tit .btn a:hover {
  background-color: #097eff;
  color: #fff;
  transition: all 0.2s linear;
}
.news-w .tit .btn .active {
  background-color: #097eff;
  color: #fff;
}
.news-w .news-box {
  display: flex;
  justify-content: space-between;
}
.news-w .news-box > div {
  width: 45.5%;
}
.news-w .news-box .news-con li img {
  border-radius: 10px;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
.news-w .news-box .news-con li p {
  font-size: 22px;
  margin-top: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .news-con li span {
  display: block;
  font-weight: lighter;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box .news-con li a {
  display: inline;
  opacity: 0.8;
  padding-right: 30px;
  background: url(../images/news-arrow.png) no-repeat right center;
}
.news-w .news-box .news-tab {
  height: 100%;
  margin: -5px 0;
}
.news-w .news-box .news-tab ul {
  justify-content: space-between;
  position: relative;
}
.news-w .news-box .news-tab ul::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #097eff;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 17px;
}
.news-w .news-box .news-tab ul li {
  height: auto !important;
  line-height: 35px;
  padding: 5px 0;
  background-color: #f7f9fc;
  padding-left: 55px;
  position: relative;
  cursor: pointer;
}
.news-w .news-box .news-tab ul li::before {
  content: '';
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #097eff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.25;
}
.news-w .news-box .news-tab ul li::after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #097eff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.news-w .news-box .news-tab ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .news-tab ul .news-active::before {
  opacity: 1;
}
.news-w .news-box .news-tab ul .news-active::after {
  display: block;
}
.footer {
  background-color: #222222;
}
.footer * {
  color: #909090;
  font-size: 14px;
}
.footer a:hover {
  color: #fff;
}
.footer .f-con {
  padding: 60px 0 50px;
  display: flex;
  justify-content: space-between;
}
.footer .f-con .f-nav {
  width: 50%;
  display: flex;
}
.footer .f-con .f-nav ul {
  flex: 1;
}
.footer .f-con .f-nav ul h5 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 18px;
  margin-bottom: 22px;
  position: relative;
}
.footer .f-con .f-nav ul h5::after {
  content: '';
  width: 18px;
  height: 2px;
  background-color: #097eff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.footer .f-con .f-nav ul li {
  line-height: 32px;
}
.footer .f-con .f-nav ul:hover h5::after {
  width: 60px;
  transition: all 0.3s linear;
}
.footer .f-con .f-info {
  width: 50%;
  padding-left: 1.815%;
}
.footer .f-con .f-info .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../images/foot-btb.png) no-repeat right center;
}
.footer .f-con .f-info .top span {
  font-size: 40px;
  color: #097eff;
  font-weight: bold;
}
.footer .f-con .f-info .btm {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 1%;
}
.footer .f-con .f-info .btm li {
  line-height: 20px;
  margin-bottom: 16px;
  display: flex;
  white-space: nowrap;
}
.footer .f-con .f-info .btm li i {
  margin-right: 10px;
  color: #097eff;
  font-size: 20px;
}
.footer .f-con .f-info .btm li .qq {
  margin-right: 30px;
}
.footer .f-con .f-info .btm li .dz {
  white-space: normal;
}
.footer .f-con .f-info .btm .weix-pic {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.footer .f-con .f-info .btm .weix-pic p {
  width: 1rem;
  margin-right: 5px;
}
.footer .f-con .f-info .btm .weix-pic p em {
  display: block;
  transform: rotate(90deg);
}
.footer .f-con .f-info .btm .weix-pic img {
  width: 100px;
}
.copy {
  width: 100%;
  line-height: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy a {
  display: inline;
}
.copy a:hover {
  text-decoration: underline;
}
.copy .page {
  display: flex;
  justify-content: space-between;
}
