body {
  font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑,
    STHeiti, MingLiu;
  line-height: 2;
}
a {
  color: #333;
}
.container {
  max-width: 1400px;
  margin: auto;
}
.on {
  color: #025eda;
  position: relative;
}
.on::after {
  position: absolute;
  bottom: -76%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #025eda;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  font-size: 16px;
  box-shadow: 0 0 10px #ccc;
  z-index: 12;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.logo {
  width: 20%;
  height: auto;
}
.logo img {
  width: 100%;
  height: auto;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.banner .swiper-slide-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.nav {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 10% 0 5%;
}
.nav a:hover {
  color: #025eda;
  position: relative;
}
.nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.nav a:hover::after {
  position: absolute;
  bottom: -76%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #025eda;
}
.header {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #ddd;
  display: none;
}
.header .active_nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header .active_nav a {
  display: inline-block;
  padding: 20px 0;
  margin: 0 10px;
  font-size: 16px;
}
.header .active_nav a:hover {
  color: #025eda;
}
.header .active_nav a:hover::after {
  display: none;
}

.banner {
  margin-top: 80px;
  width: 100%;
}
.banner img {
  width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.mark_right{
    display: none;
}
.banner .swiper-slide {
  position: relative;
}
.banner .txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  color: #025eda;
}
.banner h1 {
  font-size: 32px;
  cursor: context-menu;
}
.banner p {
  font-size: 16px;
  width: 50%;
  margin: 10px 0 40px 0;
  cursor: context-menu;
}
.banner .btn {
  color: #fff;
  background: #025eda;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
}
.swiper-pagination-bullet-active {
  background: #025eda !important;
}

.products_show {
  position: relative;
  margin: 30px auto 50px;
  display: flex;
  justify-content: space-between;
}

.products_show .left {
  width: 20%;
  height: 50%;
  padding: 130px 30px 24px;
  /* padding-top: 100px; */
  background: #025eda;
  color: #fff;
  border-radius: 5px;
}
.products_show h1 {
  font-size: 24px;
  font-weight: normal;
}
.products_show h1::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin-bottom: 5px;
  background: #fff;
}
.products_show .pro_swiper {
  width: 78%;
}

.pro_swiper .swiper-slide {
  /*transition: all 0.5s;*/
  padding: 20px 30px;
  background: url("../img/pro_bg.png") no-repeat center / cover;
}
.pro_swiper .swiper-slide:hover {
  color: #fff;
  background: url("../img/pro_bghover.png") no-repeat center / cover;
}
.pro_swiper .swiper-slide a {
  transition: all 0.5s;
}
.pro_swiper .swiper-slide:hover a {
  color: #fff;
}
.pro_swiper .swiper-slide:hover .top h4,
.pro_swiper .swiper-slide:hover .top p {
  color: #fff;
}
.pro_swiper .top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}

.pro_swiper .top h4 {
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  padding-left: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro_swiper .top h4::before {
  position: absolute;
  left: 0;
  top: 25%;
  content: "";
  display: block;
  width: 3px;
  height: 18px;
  background: #333;
  margin-right: 10px;
}
.pro_swiper .top p {
  /*transition: all 0.5s;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  height: 168px;
}

.pro_swiper .swiper-slide:hover .top {
  border-bottom: 1px solid #fff;
}
.pro_swiper .swiper-slide:hover .top h4::before {
  background: #fff;
}
.pro_h {
  display: none;
}
.pro_swiper .swiper-slide:hover .prolist img {
  display: none;
}
.pro_swiper .swiper-slide:hover .prolist .pro_h {
  display: inline-block;
}
.prolist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 10px;
}
.prolist a {
  color: #666;
}

.pro_swiper .ul li {
  margin-bottom: 10px;
}
.pro_swiper .ul img {
  width: 24px;
  margin-right: 5px;
}
.pro_swiper .ul a img:nth-child(2) {
  display: none;
}
.pro_swiper .swiper-slide:hover .ul a img {
  display: none;
}
.pro_swiper .swiper-slide:hover .ul a img:nth-child(2) {
  display: inline-block;
}
.pro_swiper .ul li a {
  font-size: 14px;
  transition: 0.5s;
  display: flex;
  align-items: center;
}

.pro_swiper .ul li a:hover img {
  position: relative;
  z-index: 33;
  -webkit-filter: grayscale(1); /* Webkit */
  /* filter: drop-shadow(40px 40px #025eda); */
  /* filter:gray;  */
  opacity: 1;
}
.h1 {
  position: relative;
  text-align: center;
}
.h1 h1 {
  display: inline-block;
  font-size: 30px;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
}

.h1 h1::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #025eda;
}

.index_case {
  position: relative;
  margin: 50px auto;
  padding-bottom: 60px;
}

.index_case a {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.index_case a > img {
  width: 100%;
  transition: all 0.5s;
}

.index_case .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.4);
}
.index_case .txt .main {
  text-align: center;
}
.index_case .txt p {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}

.index_case a:hover > img {
  transform: scale(1.2);
}
/*.index_case a:hover .txt {*/
/*  background: rgba(0, 0, 0, 0.4);*/
/*}*/

.index_serve {
  padding: 50px 0;
  background: #f2f4f9;
}

.serve_main {
  margin: 30px auto 0;
  box-shadow: 0 0 10px #ddd;
  background: #f8fbfb;
}
.serve_main .ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  background: #f2f4f9;
}

.serve_main .ul a {
  display: block;
  width: 50%;
  font-size: 18px;
  text-align: center;
  padding: 14px 0;
  transition: all 0.5s;
}
.serve_main .ul .active {
  background: #025eda;
  color: #fff;
}
.serve_main .ul a:hover {
  background: #025eda;
  color: #fff;
}
.serve_main ul {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.serve_main li {
  transition: all 0.5s;
  width: 49%;
  margin: 20px 0;
  margin-right: 2%;
  box-shadow: 0 0 10px #ddd;
  padding: 20px 30px;
  border-radius: 10px;
  border-top: 2px solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serve_main li:nth-child(2n) {
  margin-right: 0;
}
.serve_main li .left {
  width: 18%;
  color: #025eda;
  text-align: center;
  font-size: 20px;
}
.serve_main li .left p {
  margin-top: 10px;
}

.serve_main li .right {
  width: 70%;
}
.serve_main li .right a {
  position: relative;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cecece;
  transition: all 0.5s;
}
.serve_main li .right a::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 35%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #545454;
  border-radius: 50%;
}
.serve_main li .right img {
  width: 20px;
  transition: all 0.5s;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.serve_main .line {
  width: 1px;
  height: 90%;
  background: #cecece;
}
.serve_main li .right a:hover p {
  transition: all 0.5s;
}

.serve_main ul li:hover {
  border-top: 2px solid #025eda;
}
.serve_main li .right a:hover::before {
  background: #025eda;
}
.serve_main li .right a:hover {
  border-bottom: 1px solid #025eda;
}
.serve_main li .right a:hover p {
  color: #025eda;
}

.serve_main li .right a:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.serve_main li .btn {
  margin-top: 5px;
}

.serve_main li .btn a {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #025eda;
  border-radius: 5px;
  display: inline-block;
  color: #025eda;
}
.serve_main li .btn a::before {
  display: none;
}
.index_news {
  padding: 50px 0;
}
.index_ul {
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_ul li {
  margin: 0 10px;
  padding: 0 20px;
  color: #025eda;
  font-size: 20px;
  border: 1px solid #025eda;
  border-radius: 5px;
  transition: all 0.5s;
}
.index_ul .new_on {
  background: #025eda;
}
.index_ul .new_on a {
  color: #fff;
}
.index_ul li:hover {
  color: #fff;
  background: #025eda;
  cursor: pointer;
}
.indexnews {
  position: relative;
}

.indexnews .img {
  overflow: hidden;
  width: 100%;
  height: 230px;
}
.indexnews .img img {
  width: 100%;
  transition: all 0.5s;
}
.indexnews .txt {
  padding: 20px;
}
.indexnews .txt h4 {
  height: 72px;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  transition: all 0.5s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.indexnews .txt p {
  font-size: 16px;
  transition: all 0.5s;
  height: 96px;
  color: #898989;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.indexnews .swiper-slide {
  box-shadow: 0 0 10px #ddd;
  background: #fff;
  transition: all 0.5s;
}
.indexnews .swiper-slide:hover .img img {
  transform: scale(1.2);
}
.indexnews .swiper-slide:hover .txt h4,
.indexnews .swiper-slide:hover .txt p,
.indexnews .swiper-slide:hover .last {
  color: #025eda;
}
.indexnews .swiper-slide:hover .last img {
  filter: none;
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  opacity: 1;
}
.indexnews .swiper-slide:hover {
  transform: translateY(-15px);
}
.last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #898989;
  transition: all 0.5s;
  margin-top: 10px;
}
.last img {
  width: 20px;
  transition: all 0.5s;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: 1;
}
.indexnews .swiper-container {
  padding: 30px 0 !important;
}

.indexnews .pagination,
.ca_pagination {
  left: 50%;
  transform: translateX(-50%) !important;
}
.ca_pagination {
  bottom: -30px;
}

.indexnews .swiper-pagination-bullet,
.ca_pagination .swiper-pagination-bullet {
  width: 26px;
  height: 4px;
  margin: 0 5px;
  border-radius: 0%;
  background: #000;
  opacity: 0.2;
}
.indexnews .swiper-pagination-bullet-active,
.ca_pagination .swiper-pagination-bullet-active {
  background: #025eda;
  opacity: 0.8;
}
footer {
  margin-top: 50px;
  background: url("../img/footer.png") no-repeat center / cover;
}
footer .foot_nav {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 40px;
}
.foot_nav .first {
  width: 20%;
}
.foot_nav .first .logo {
  width: 60%;
  height: auto;
  margin-bottom: 20px;
}

.foot_nav .first .way {
  color: #bebebe;
  display: flex;
  margin: 10px 0;
  font-size: 16px;
}
.foot_nav .first .way img {
  width: 10%;
  height: 22px;
  margin-right: 16px;
  transform: translateY(8px);
}

footer .ul {
  width: 60%;
  padding: 0 1%;
  display: flex;
  justify-content: space-around;
  border-left: 1px solid #6d706f;
  border-right: 1px solid #6d706f;
}
footer .ul dt {
  position: relative;
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
footer .ul dt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
}
footer .ul dd a {
  font-size: 16px;
  color: #bebebe;
}
.foot_icp {
  border-top: 1px solid #333333;
  padding: 5px 0;
  text-align: center;
  color: #979a99;
}
.foot_icp a {
  color: #979a99;
}

footer .first {
  width: 25%;
}

footer .last {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: initial;
  width: 16%;
}
footer .last .img {
  position: relative;
  margin-bottom: 10px;
}
footer .last .img img {
  width: 38px;
  height: 38px;
}
footer .last .img .wx {
  display: none;
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 100px;
  height: 100px;
  filter: none;
}
footer .last .link {
  width: 100%;
  border: 1px solid #6d706f;
  margin-bottom: 10px;
}
footer .last .link img {
  width: 20px;
  height: 20px;
}

footer .last .link .t {
  padding: 4px 8px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .last .link .txt {
  display: none;
  padding: 4px 10px;
}

footer .last .link .txt a {
  display: block;
  border-top: 1px solid #6d706f;
  padding: 5px;
  color: #555;
}

.main_content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main_content .left {
  width: 25%;
  box-shadow: 0 0 10px #ddd;
  background: #fff;
  padding: 20px 26px;
}
.main_content .left dl .txt {
  display: none;
}

.main_content .h {
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  color: #323232;
}
.main_content dl {
  width: 100%;
}
.main_content dt,
.main_content dd {
  position: relative;
  border-top: 1px solid #f1f1f1;
  padding: 5px 0;
  padding-left: 20px;
  font-size: 18px;
}
.main_content dd {
  padding-left: 30px;
}
.main_content .left a {
  display: block;
  color: #666666;
  transition: all 0.5s;
}
.main_content dt::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #666;
  border-bottom: 5px solid transparent;
  transition: all 0.5s;
}
.main_content .pro_on a {
  color: #025eda;
}
.main_content .pro_on::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #025eda;
}
.main_content .pro_active a {
  color: #025eda;
}
.main_content .right {
  width: 70%;
}
.main_content .right .top {
  border-bottom: 1px solid #b5b5b5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9a9a9a;
  font-size: 14px;
  margin-bottom: 40px;
}
.main_content .right .top .bread {
  display: flex;
  align-items: center;
}
.main_content .right .top h4 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.main_content .right .ul {
  display: flex;
  flex-wrap: wrap;
}
.main_content .right .ul li {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  border: 1px solid #025eda;
  transition: all 0.5s;
  border-radius: 5px;
  background: url("../img/left_bg.png") no-repeat center / cover;
  padding: 20px 30px;
}
.main_content .right li:nth-child(2n) {
  margin-right: 0;
}

.main_content .right li::before {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 98%;
  height: 3px;
  background: transparent;
  transition: all 0.5s;
}
.main_content .right li h5 {
  transition: all 0.5s;
  margin-bottom: 10px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.main_content .right li p {
  transition: all 0.5s;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main_content .right .btn {
  text-align: right;
  margin-top: 10px;
}
.main_content .right .btn span {
  padding: 5px 10px;
  background: #025eda;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.main_content .right li:hover::before {
  background: #025eda;
}
.main_content .right li:hover h5,
.main_content .right li:hover p {
  color: #025eda;
}
.page {
  margin: auto;
  border-top: 1px solid #b5b5b5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page a {
  transition: all 0.5s;
  width: 30px;
  height: 30px;
  border: 1px solid #bfbfbf;
  color: #676865;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 5px;
}
.page .page-num-current {
  background: #025eda;
  color: #fff;
}
.page .total {
  width: 60px;
  height: 30px;
  border: 1px solid #bfbfbf;
  color: #676865;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page a:hover {
  background: #025eda;
  color: #fff;
}
.articles {
  margin: 10px 0;
  padding: 20px 0;
  border-top: 1px solid #bfbfbf;
}
.articles a {
  /* display: block; */
  color: #676865;
  font-size: 14px;
  transition: all 0.5s;
}
.articles a:hover {
  color: #025eda;
}
.pro_abot {
  background: #f6fbfc;
  padding: 20px 40px;
  margin-bottom: 40px;
}
.pro_abot h2 {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.pro_abot h2::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background: #025eda;
}
.pro_abot p,
.pro_abot div {
  margin-bottom: 20px;
}
.application_situation div,
.pro_abot p,
.pro_abot div {
  font-size: 16px;
}
.application_situation img{
    max-width: 100% !important;
}
.pro_Certificate {
  margin-top: 40px;
}
.right .pro_Certificate li,
.main_content .pro_Certificate li:nth-child(2n) {
  overflow: hidden;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
  background: url("../img/pro_bg2.png") no-repeat center / cover;
  border-radius: 5px;
}
.right .pro_Certificate li:nth-child(3n) {
  margin-right: 0;
}
.pro_Certificate {
  display: flex;
  flex-wrap: wrap;
}
.right .pro_Certificate li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all 0.5s;
  transform: translateY(40%);
}
.right .pro_Certificate li a h5 {
  position: relative;
  text-align: center;
  font-size: 18px;
  padding-bottom: 10px;
}
.right .pro_Certificate li a h5::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  background: #025eda;
  width: 30px;
  height: 2px;
}
.main_content .right .pro_Certificate p,
.main_content .right .pro_Certificate .p {
  -webkit-line-clamp: inherit;
  opacity: 0;
  transition: all 0.5s;
  margin: 0;
}
.right .pro_Certificate li a p {
  font-size: 14px;
  color: #fff !important;
  text-align: center;
}

.main_content .right .pro_Certificate li:hover a {
  background: rgba(0, 0, 0, 0.4);
  transform: translateX(0%);
}
.main_content .right .pro_Certificate li:hover a h5,
.main_content .right .pro_Certificate li:hover a p {
  color: #fff;
  opacity: 1;
}
.Advantage {
  background: #f6fbfc;
  padding: 30px;
  margin: 20px 0;
}
.Advantage ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.Advantage ul li {
  width: calc((100% / 6) - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.Advantage ul li:nth-child(6n) {
  margin-right: 0;
}
.main_content .h1 h1 {
  font-size: 20px;
}
.Advantage ul li p {
  margin-top: 5px;
}
.Advantage ul li:hover p,
.application_scenario li:hover p,
.case li:hover h5,
.case li:hover p {
  color: #333 !important;
}

.application_scenario {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.application_scenario li {
  width: calc((100% / 4) - 20px);
  /* margin-right: 20px; */
  margin-bottom: 20px;
  padding: 50px 0;
  background: #f6fbfc;
}
.application_scenario li:nth-child(4n) {
  margin-right: 0;
}
.application_scenario li p {
  margin-top: 10px;
}

.relative_solution {
  margin-bottom: 50px;
  background: #f6fbfc;
  padding: 40px;
}
.relative_solution ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.relative_solution ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  padding: 20px 30px;
  box-shadow: 0 0 10px #ddd;
  border-radius: 10px;
  background: url("../img/right_bg.png") no-repeat center / cover;
  font-size: 14px;
}
.relative_solution ul li:nth-child(2n) {
  margin-right: 0;
}
.relative_solution ul li a {
  transition: all 0.5s;
}
.relative_solution ul li:hover a {
  color: #025eda;
}
.case li {
  margin-bottom: 30px;
}
.case li a {
  display: flex;
  justify-content: space-between;
}
.case li a .img {
  width: 35%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
.case li a .img img {
  width: 100%;
  transition: all 0.5s;
}
.case li a .txt {
  width: 65%;
  padding: 20px 30px;
  margin-top: 20px;
  background: #fff;
  border-radius: 0 10px 10px 0;
}
.case .txt .btn {
  text-align: left;
}
.case li:hover .img img {
  transform: scale(1.2);
}
.case li:hover .txt .btn {
  color: #025eda;
}

.main_content .content img {
  max-width: 100%;
}

.main_content .jishu {
  margin-bottom: 40px;
}
.application_situation {
  margin: 30px 0;
  padding: 40px;
  background: url("../img/ditu_bg.png") no-repeat center / cover;
}

.application_situation .h1 {
  margin-bottom: 30px;
}
.case_show {
  margin: 30px 0 50px;
}
.case_show ul {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
.case_show ul li {
  width: 100%;
  margin-right: 40px !important;
}
.case_show ul li:last-child {
  margin-right: 0 !important;
}
.case_show ul li img {
  width: 100%;
}
.process {
  display: flex;
  justify-content: space-between;
}
.process .box {
  padding: 30px;
  width: 47%;
  border: 1px solid #025eda;
  border-radius: 10px;
  background: url("../img/kekao.png") no-repeat center / cover;
}

.process .box:last-child {
  background: url("../img/zhang.png") no-repeat center / cover;
}

.process .box h4 {
  font-size: 18px;
}
.process .box h4::after {
  margin: 10px 0 20px;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #333;
}
.process .box p {
  color: #999999;
  font-size: 14px;
}
.pro_serve {
  display: flex;
}
.pro_serve li {
  width: calc((100% / 6) - 20px);
  margin-right: 20px !important;
  border-radius: 10px;
  background: url("../img/top_bg.png") no-repeat center / cover;
}

.pro_serve li:last-child {
  margin-right: 0 !important;
}
.pro_serve li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 4px;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  /* overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; */
}
.serve {
  display: flex;
  flex-wrap: wrap;
}
.serve li,
.main_content .serve li:nth-child(2n) {
  padding: 30px;
  width: calc((100% / 3) - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: url("../img/case_bg.png") no-repeat center / cover;
}

.main_content .serve li .btn {
  text-align: left;
}
.serve li:nth-child(3n) {
  margin-right: 0;
}
.serve li:hover .btn {
  color: #025eda;
}

.problem li {
  border-radius: 10px;
  background: #fafafa;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.main_content .problem_r {
  padding: 40px;
  padding-bottom: 3px;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
}
.problem li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
}
.problem li .q_img {
  width: 40px;
  margin-right: 10px;
}
.problem li p {
  width: 100%;
  font-size: 16px;
}
.problem li .q_img img:last-child {
  display: none;
}

.problem li:hover {
  background: #025eda;
}
.problem li:hover .q_img img:last-child {
  display: inline-block;
}

.problem li:hover .q_img img:first-child {
  display: none;
}

.problem li:hover p {
  color: #fff !important;
}
.q_content {
  margin-bottom: 20px;
}

.notice {
  display: flex;
  flex-wrap: wrap;
}
.notice a,
.notice_detail .box {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3%;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px #ddd;
  color: #545454;
  transition: all 0.5s;
}
.notice_detail .box{
  width: 42%;
}

.notice a:nth-child(2n) {
  margin-right: 0;
}

.notice a img,
.notice_detail .box img {
  width: 79px;
}
.notice a .txt,
.notice_detail .box .txt {
  width: 70%;
  margin-left: 4%;
}
.notice a h4,
.notice_detail .box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all 0.5s;
  text-align: left;
  padding: 0;
}
.notice_detail .box a {
  font-size: 14px;
  transition: all 0.5s;
}
.notice a p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.notice a:hover,
.notice_detail .box:hover {
  background: url("../img/xuzhi_bg.png") no-repeat center / cover;
}
.notice a:hover h4,
.notice a:hover p,
.notice_detail .box a:hover {
  color: #025eda;
}

.business {
  display: flex;
  flex-wrap: wrap;
}
.business a {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3%;
  padding: 10px 20px;
  background: url("../img/right_bg1.png") no-repeat center / cover;
  box-shadow: 0 0 10px #ddd;
  border-radius: 10px;
}
.business a:nth-child(2n) {
  margin-right: 0;
}
.business a h4 {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
  transition: all 0.5s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.business a p {
  color: #555555;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.business a .txt {
  width: 70%;
}
.business a:hover {
  background: url("../img/right_hover1.png") no-repeat center / cover;
}
.business a:hover h4,
.business a:hover p {
  color: #fff;
}

.news a {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 8px 0;
  height: 216px;
}
.news a::after {
  position: absolute;
  top: -2px;
  right: 0;
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: all 0.5s;
}
.news .img {
  position: relative;
  z-index: 2;
  /* width: 25%; */
  width: 42%;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.news .img img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
}

.news .txt {
  width: 72%;
  padding: 0 10px;
  border-bottom: 1px solid #b5b5b5;
}
.news .time {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555555;
  transition: all 0.5s;
  margin-bottom: 5px;
}
.news .time img {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  transition: all 0.5s;
}
.news .txt h4 {
  transition: all 0.5s;
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .txt p {
  transition: all 0.5s;
  font-size: 14px;
  color: #555555;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news a:hover .txt {
  border-bottom: 1px solid transparent;
}
.news a:hover .img img {
  transform: scale(1.2);
}
.news a:hover::after {
  border: 2px solid #025eda;
}
.news a:hover h4,
.news a:hover p,
.news a:hover .time {
  color: #025eda;
}
.news a:hover .time img {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.new_detail {
  margin-top: 50px;
  background: #fff;
  box-shadow: 0 0 10px #b5b5b5;
  padding: 40px;
}
.new_detail h4 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #b5b5b5;
}
.new_detail .type {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #b5b5b5;
}
.new_detail .detail {
  margin-bottom: 30px;
}
.new_detail .detail img {
  max-width: 100%;
}
.introduce {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.introduce .img {
  width: 45%;
}
.introduce .img img {
  width: 100%;
}
.introduce .txt {
  margin-top: 40px;
  width: 52%;
  height: 300px;
  overflow-y: scroll;
}
/* 滚轮 */
.introduce .txt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.introduce .txt::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #065fda;
}
.introduce .txt::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: transparent;
}
.introduce::after {
  z-index: -1;
  position: absolute;
  top: 5%;
  right: 1px;
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  border: 1px solid #065fdc;
}

.license {
  width: 95%;
  margin: 80px auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.license .img {
  width: 50%;
}
.license .img img {
  width: 100%;
}
.license .txt {
  width: 48%;
  background: #fff;
  box-shadow: 5px 5px 5px #f0f0f0;
  border-radius: 0px 10px 10px 0;
  padding: 30px 20px;
}
.license .txt h4 {
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.license .txt h4::before {
  position: absolute;
  top: 30%;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 45%;
  background: #025eda;
}
.license .txt p {
  font-size: 14px;
}

.ca {
  background: url("../img/tuce.png") no-repeat center / cover;
  border-radius: 10px;
  padding: 30px 40px;
}
.ca_swiper {
  position: relative;
  margin: 40px;
}
.ca_swiper .swiper-slide .img {
  border-radius: 10px;
  height: 165px;
  overflow: hidden;
}
.ca_swiper .swiper-slide .img img {
  transition: all 0.5s;
  width: 100%;
}
.ca_swiper .swiper-slide:hover .img img {
  transform: scale(1.2);
}
.ca_swiper .swiper-slide p {
  margin: 10px auto;
  text-align: center;
  font-size: 14px;
}
.honor_tab {
  margin-bottom: 50px;
}
.honor_tab a {
  transition: all 0.5s;
  padding: 10px 30px;
  margin-right: 40px;
  border: 1px solid #545454;
  border-radius: 5px;
  font-size: 16px;
}
.honor_tab .tab_on {
  color: #025eda;
  border: 1px solid #025eda;
}
.honor_tab a:hover {
  color: #025eda;
  border: 1px solid #025eda;
}
.honor_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.honor_list li,
.right .honor_list li:nth-child(2n) {
  width: 31.33%;
  margin-right: 2.5%;
  margin-bottom: 4%;
}
.right .honor_list li:nth-child(3n) {
  margin-right: 0;
}
.honor_list li .txt {
  transition: all 0.5s;
  background: #cee3fd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  min-height: 70px;
}
.honor_list li .txt p {
  font-size: 14px;
  transition: all 0.5s;
  color: #333;
}
.honor_list li .img {
  transition: all 0.5s;
  padding: 20px;
  border: 1px solid #cee3fd;
  overflow: hidden;
  width: 100%;
  height: 214px;
}
.honor_list li .img img {
  transition: all 0.5s;
  width: 100%;
}
.honor_list li:hover .img {
  border: 1px solid #025eda;
}
.honor_list li:hover .img img {
  transform: scale(1.2);
}
.honor_list li:hover .txt {
  background: #025eda;
}
.honor_list li:hover .txt p {
  color: #fff;
}
.contact .title,
.cooperate .title {
  text-align: center;
  margin-bottom: 30px;
}
.contact .title h4,
.cooperate .title h4 {
  font-size: 20px;
}
.contact .title p,
.cooperate .title p {
  font-size: 16px;
  color: #555;
}
.cooperate .title h4 {
  color: #fff;
}
.cooperate .title p {
  color: #fff;
}
.contact ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contact ul li {
  width: 33.33%;
  padding: 10px 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.contact ul li:nth-child(2) {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}
.contact ul li .img {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  border: 2px solid #666;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.contact ul li .img img {
  width: 80px;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  transition: all 0.5s;
}

.contact ul li .img span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.contact ul li p {
  font-size: 14px;
  -webkit-line-clamp: 7 !important;
}
.contact ul li:hover .img {
  border: 2px solid #025eda;
}
.contact ul li:hover .img img {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: none;
}
.contact ul li:hover .img span {
  color: #025eda;
}
.cooperate {
  margin: 70px auto;
  padding: 40px;
  border-radius: 10px;
  background: url("../img/hezuo.png") no-repeat center / cover;
}

.cooperate .ul {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.cooperate .ul .li {
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cooperate .ul .li p {
  color: #fff;
  font-size: 14px;
}
.cooperate .ul .li img {
  width: 50px;
  margin-bottom: 10px;
}
.cooperate .ul .li img:nth-child(2) {
  display: none;
}
.cooperate .ul .li .img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: transparent;
  transition: all 0.5s;
}
.cooperate .ul .li:hover img {
  display: none;
}
.cooperate .ul .li:hover img:nth-child(2) {
  display: inline-block;
}
.cooperate .ul .li:hover .img {
  background: #fff;
}

.address {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.address .contact_way {
  width: 40%;
}
.address .contact_way div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.address .contact_way div .img {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.address .contact_way div .img img {
  width: 30px;
  height: 30px;
}
.address .contact_way div p {
  width: 70%;
  margin-left: 5%;
  font-size: 16px;
}
.recruitment {
  padding: 30px;
  background: url("../img/bg_jiaru.png") no-repeat center / cover;
  border-radius: 10px;
}
.recruitment h4 {
  font-size: 24px;
}
.recruitment h4::after {
  margin: 5px 0;
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #333;
}
.recruitment p {
  color: #555;
  font-size: 18px;
}
.recruitment .ipt {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.recruitment .ipt input {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  margin-right: 20px;
}
.recruitment .ipt .search {
  padding: 3px 30px;
  border-radius: 5px;
  background: #025eda;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.recruitment ul {
  display: flex;
  flex-wrap: wrap;
}
.recruitment ul li,
.recruitment ul li:nth-child(2n){
  margin-right: 40px !important;
}
.recruitment ul a {
  color: #555;
  font-size: 14px;
}
.recruitment ul .choose {
  color: #025eda;
  border-bottom: 1px solid #025eda;
}
.recruitment .more {
  display: inline-block;
  color: #555;
  font-size: 14px;
  margin-top: 40px;
}
.society {
  text-align: right;
  margin: 50px auto;
  background: url("../img/shehui.png") no-repeat center / cover;
}
.society .society_main {
  width: 100%;
  text-align: right;
  color: #fff;
}

.society .society_main h4 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.society .society_main h4::after {
  position: absolute;
  right: 0;
  background: #fff;
}
.society .society_main p,
.society .society_main .more {
  color: #fff;
}
.society .society_main .ipt {
  width: 50%;
  margin-left: 50%;
  display: flex;
  justify-content: space-between;
}
.society .society_main .ipt select {
  width: 120px;
  height: 38px;
  border-radius: 5px;
}

.treatment .p {
  font-size: 14px;
  text-align: center;
  margin: 20px;
}
.treatment_Certificate li,
.treatment_Certificate li:nth-child(3) {
  width: 23.25% !important;
  margin-right: 2% !important;
}

.treatment_Certificate li:last-child {
  margin-right: 0 !important;
}
.main_content .right .treatment_Certificate li a h5,
.main_content .right .treatment_Certificate li a p,
.main_content .right .treatment_Certificate li a .p {
  text-align: center;
}

.right .treatment_Certificate li a h5::after {
  background: transparent;
}

.main_content .right .treatment_Certificate li:hover a h5::after {
  background: #025eda;
}
.right .treatment_Certificate li a h5 {
  color: #fff;
}
.main_content .right .treatment_Certificate li:hover a {
  background: rgba(28, 28, 28, 0.2);
}
.main_content .right .treatment_Certificate li:hover a .p {
  opacity: 1;
}
.right .treatment_Certificate li a {
  transform: translateY(35%);
}

.right .treatment_Certificate li:nth-child(1) {
  background: url("../img/jiben.png") no-repeat center / cover;
}
.right .treatment_Certificate li:nth-child(2) {
  background: url("../img/bingfen.png") no-repeat center / cover;
}
.right .treatment_Certificate li:nth-child(3) {
  background: url("../img/butie.png") no-repeat center / cover;
}
.right .treatment_Certificate li:nth-child(4) {
  background: url("../img/guanhuai.png") no-repeat center / cover;
}

.Process {
  margin-bottom: 30px;
}

.Process h4::before {
  position: absolute;
  left: 0;
  top: 30%;
  content: "";
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #025eda;
}
.Process h4 {
  position: relative;
  padding-left: 10px;
  font-size: 22px;
  margin-bottom: 30px;
}
.Process .img img {
  max-width: 100%;
}
.campus {
  min-height: 800px;
}
.campus h4 {
  font-size: 24px;
}
.campus h4::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #555;
  margin: 4px 4px;
}
.campus p {
  font-size: 16px;
}
.campus .ipt {
  display: flex;
}
.campus .ipt select {
  width: 120px;
  height: 30px;
  border-radius: 5px;
  margin-right: 20px;
  border: 1px solid #ddd;
}
.campus .ipt input {
  padding: 0 10px;
  width: 160px;
  height: 30px;
  border-radius: 5px;
  margin-right: 20px;
  border: 1px solid #ddd;
}

.campus .ipt .search {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background: #025eda;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.campus .job_type {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 40px auto;
}
.campus .job_type li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  padding: 20px;
  box-shadow: 0 0 10px #ddd;
  background: #fff;
  border-radius: 10px;
}
.campus .job_type img {
  width: 18px;
  height: 18px;
}
.campus .job_type li:nth-child(2n) {
  margin-right: 0;
}
.campus .job_type .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.campus .job_type .tit span {
  font-size: 14px;
}
.campus .job_type .tit img:nth-child(2) {
  display: none;
}
.campus .job_type li h4 {
  font-size: 20px;
}
.campus .job_type li h4::after {
  display: none;
}
.campus .job_type .txt {
  margin-top: 10px;
  display: none;
}
.campus .job_type .txt h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.campus .job_type .txt .mail {
  padding-top: 30px;
  border-top: 2px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.campus .job_type .mail span {
  font-size: 14px;
  color: #555;
}
.campus .job_type .mail p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 10px;
  border: 1px solid #025eda;
  border-radius: 50px;
}
.campus .job_type .mail p span {
  margin-right: 5px;
  color: #025eda;
}
.campus .job_type .p {
  margin: 10px 0 20px;
}
.campus .job_type .p p{
  overflow: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit;
}
.mnav {
  display: none;
}
.question {
  display: none;
}
.question .main {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.question .left {
  width: 48%;
}
.question .left .li img {
  display: block;
}
.question .left .li img:last-child {
  display: none;
}

.question .right {
  display: none;
  width: 48%;
  border: 1px solid #025eda;
  border-radius: 10px;
  padding: 20px 30px;
}
.question .right a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 14px;
}
.question .right a:hover {
  border-bottom: 1px solid #025eda;
  color: #025eda;
}

.question .left .li {
  position: relative;
  z-index: 2;
  background-color: #cecece;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.question .left .li::before {
  position: absolute;
  right: -15px;
  top: 30%;
  content: "";
  display: block;
  border-top: 10px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 10px solid transparent;
  transition: all 0.5s;
}
.question .left .li span {
  position: relative;
  padding-left: 10px;
}
.question .left .li span::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #555;
  transition: all 0.5s;
}
.question .left .li:hover {
  color: #fff;
  background: #025eda;
}
.question .left .li:hover span {
  color: #fff;
}
.question .left .li:hover span::before {
  background: #fff;
}
.question .left .li:hover::before {
  border-left: 30px solid #025eda;
}
.question .left .li:hover img {
  display: none;
}
.question .left .li:hover img:last-child {
  display: inline-block;
}
.question .left .on_serve {
  color: #fff;
  background: #025eda;
}
.question .left .on_serve img {
  display: none;
}
.question .left .on_serve img:last-child {
  display: inline-block;
}
.question .left .on_serve span::before {
  background: #fff;
}
.question .left .on_serve:hover span {
  color: #fff;
}
.question .left .on_serve::before {
  border-left: 30px solid #025eda;
}

.link_hover {
  background-color: #025eda;
  border-radius: 10px;
  padding: 10px 5px;
  position: fixed;
  top: 74%;
  right: 0;
  transform: translate(-10%, 50%);
  /*transform: translate(81%, -60%);*/
  transition: all .5s;
  z-index: 1000;
  /* height: 350px; */
}
.hover_link {
  /*opacity: 0;*/
  transition: all .2s;
}
.hover_link li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.hover_link li .txt {
  display: none;
  align-items: center;
  position: absolute;
  top: 0;
  left: -16%;
  transform: translate(-102%, 0);
  background: #fff;
  font-size: 14px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  width: 170px;
  height: 100%;
  border-radius: 20px;
  padding-left: 20px;
}
.hover_link li .txt span {
  color: #333;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  margin-top: 5px !important;
}
.hover_link li .txt span p {
  padding: 0;
  color: #555;
  height: 15px;
}
.hover_link li p {
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  /*padding: 5px 0;*/
  line-height: 1.5;
  margin-bottom: 5px ;
  
}
.hover_link li p::after {
  content: "";
  display: block;
  text-align: center;
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin: 10px auto;
}
.nav_list .main {
  border-right: 1px solid #ddd;
  padding: 20px;
}
.nav_list .main:last-child {
  border-right: 0;
}

.nav_list .main .li a {
  font-size: 16px;
}
.nav_list .main a {
  padding: 0;
}
.nav_list .main .dt {
  padding-left: 5px;
}
.nav_list .main .dt a::before {
  position: absolute;
  left: 0;
  top: 45%;
  content: "";
  display: block;
  background: #676865;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.nav_list .main .dt a {
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.nav_list .main .dt a:hover {
  color: #025eda;
}
.nav_list .main .dd a {
  font-size: 13px;
  color: #666;
  display: inline;
  margin: 0;
}
.nav_list .main .dd a::after {
  content: "/";
  display: inline;
  color: #666;
  margin: 0 2px;
}
.nav_list .main .dd a:last-child:after,
.nav_list .main .dd a:last-child:hover:after {
  display: none;
}
.nav_list .main .dd a:hover {
  color: #025eda;
}
.nav_list .main .dd a:hover:after {
  content: "/";
  display: inline;
  color: #666;
  width: 0;
  height: 0;
  position: initial;
  background: 0;
}
.nav_list .main .dd {
  margin-bottom: 10px;
  padding: 0 20px;
}

@media screen and (min-width: 1500px) {
  .container {
    width: 1400px;
  }
}

@media screen and (max-width: 1450px) {
  .container {
    max-width: 1200px !important;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 95%;
    min-width: initial;
    max-width: initial;
  }
  .header,
  .header .active_nav {
    display: none;
  }
  .nav li a {
    display: block;
  }
  .foot_nav .first .way img {
    width: 22px;
  }
  footer .foot_nav {
    display: flex;
  }

  header .container .line,
  .hover_link {
    display: none;
  }
  .news .img img{
    width: 100%;
    margin-bottom: 20px;
  }
  .logo {
    width: 40%;
    /*height: 70%;*/
  }
  .nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    /* background: rgba(0, 0, 0, 0.6); */
    background: rgba(36, 36, 36, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0;
    padding: 20px;
    display: none;
  }
  .nav li {
    margin-bottom: 20px;
  }
  .nav a {
    color: #fff;
  }
  .on::after {
    display: none;
  }
  .mnav {
    display: block;
  }
  .mnav img {
    width: 50px;
    height: 50px;
  }
  .banner .my_swiper {
    width: 100%;
  }
  .banner p {
    display: none;
  }
  .banner h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .banner img {
    width: 100%;
    /* height: 150px; */
  }
  .banner .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }
  .products_show {
    flex-wrap: wrap;
  }
  .products_show .left,
  .products_show .pro_swiper {
    width: 100%;
  }
  .products_show .left {
    margin-bottom: 10px;
  }
  .banner .txt {
    display: none;
  }
  .pro_next {
    bottom: -5%;
  }
  .pro_prev {
    bottom: -5%;
  }
  .h1 h1 {
    font-size: 20px;
  }
  .swiper-scrollbar {
    width: 70% !important;
  }
  .serve_main li {
    flex-direction: column;
  }
  .serve_main li .left {
    width: 100%;
    font-size: 16px;
  }
  .serve_main li .left img {
    width: 40px;
    height: 40px;
  }
  .serve_main .line {
    width: 100%;
    height: 1px;
  }
  .serve_main li .right {
    width: 100%;
    font-size: 14px;
  }
  .serve_main li .right a p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .index_ul li {
    font-size: 16px;
    padding: 0 10px;
  }

  .index_ul {
    margin: 30px auto 10px;
  }
  footer .foot_nav {
    flex-wrap: wrap;
  }
  footer .ul {
    display: none;
  }
  .foot_nav .first {
    width: 100%;
  }
  footer .last {
    width: 100%;
  }
  .foot_nav .first .logo {
    width: 40%;
  }
  .main_content .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main_content {
    flex-wrap: wrap;
  }
  .main_content .right {
    width: 100%;
  }
  .main_content .h {
    font-size: 18px;
  }
  .main_content dt,
  .main_content dd {
    font-size: 16px;
  }

  .main_content .right .top h4 {
    width: 100%;
    font-size: 18px;
  }
  .main_content .right .top .bread a {
    font-size: 12px;
  }
  .main_content .right .ul li {
    padding: 10px;
  }
  .main_content .right .top {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .pro_abot {
    padding: 20px;
    margin-bottom: 20px;
  }
  .right .pro_Certificate  li,
  .main_content .pro_Certificate  li:nth-child(2n),
  .right .pro_Certificate li:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
  }
  .main_content .Certificate li:nth-child(2n) {
    margin-right: 0;
  }
  .Advantage ul li {
    width: calc((100% / 3) - 0px);
    margin-right: 0;
  }
  .application_scenario {
    margin: 20px auto;
  }
  .application_scenario li {
    width: calc((100% / 4));
    padding: 25px 0;
  }
  .relative_solution {
    margin-bottom: 30px;
    background: #f6fbfc;
    padding: 10px;
  }
  .serve li,
  .main_content .serve li:nth-child(2n),
  .main_content .serve li:nth-child(3n) {
    width: calc((100% / 2) - 10px);
    padding: 10px;
    margin-right: 20px;
  }
  .main_content .serve li:nth-child(2n) {
    margin-right: 0;
  }
  .main_content .problem_r {
    padding: 20px;
  }
  .notice a img {
    display: none;
  }
  .notice a h4 {
    font-size: 16px;
  }
  .news a,
  .new_detail .type,
  .introduce {
    flex-wrap: wrap;
  }
  .news a{
    height: auto;
  }
  .news .img {
    width: 100%;
  }
  .news .txt {
    width: 100%;
  }
  .news .txt p{
    -webkit-line-clamp: 2;
  }
  .news a::after{
    display: none;
  }
  .new_detail h4 {
    font-size: 18px;
  }
  .business a .txt {
    width: 100%;
  }
  .business a h4 {
    font-size: 15px;
  }
  .q_content div {
    font-size: 14px;
  }
  .introduce .img,
  .introduce .txt,
  .license .txt,
  .cooperate .ul {
    width: 100%;
  }
  .introduce::after {
    display: none;
  }
  .license {
    margin: 20px auto;
    flex-wrap: wrap;
  }
  .license .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .honor_list li,
  .right .honor_list li:nth-child(2n),
  .right .honor_list li:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
  }
  .right .honor_list li:nth-child(2n) {
    margin-right: 0;
  }
  .contact ul {
    flex-wrap: wrap;
  }
  .contact ul li .img {
    width: 150px;
    height: 150px;
  }
  .contact ul li {
    width: 100%;
  }
  .contact ul li:nth-child(2) {
    border: 2px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
  }
  .address {
    flex-wrap: wrap;
  }
  iframe {
    width: 100% !important;
  }
  .address .contact_way {
    width: 100%;
    margin-top: 20px;
  }
  .recruitment {
    padding: 10px;
  }

  .society .society_main {
    width: 100%;
    margin: 0;
  }
  .recruitment .ipt .search {
    padding: 5px;
  }
  .treatment_Certificate li,
  .treatment_Certificate li:nth-child(3) {
    width: 48% !important;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .application_situation div,
  .pro_abot p,
  .pro_abot div {
    font-size: 16px;
  }
  .campus .ipt select{
    width: 90px;
  }
  .campus .ipt input{
    display: none;
  }
  .campus .job_type li h4{
    font-size: 15px;
  }
  .campus .job_type .tit{
    font-size: 13px;
  }
  .campus {
    min-height: 300px;
  }
}
