/*初始化样式*/
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.xypg-right-content{font-size: 16px;}

.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

/*主体样式*/

/* 头部 */
.head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}

.hd-show {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
}

.logo a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.logo a img {
  max-width: 100%;
}

.logo a::after {
  display: block;
  content: "";
  height: 90px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.65);
  margin-left: 20px;
}

.logo_exp {
  margin-left: 25px;
  padding-top: 10px;
}

.logo_exp h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.logo_exp h3 span {
  color: #eb3d00;
}

.logo_exp p {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}

.hd-right {
  width: 60%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.hd-nav {
  width: 92.3645%;
  height: 100%;
}

.sch-img {
  overflow: hidden;
  padding-top: 15px;
  cursor: pointer;
}

.sch-img img {
  max-width: 100%;
  height: 22px;
}

.sch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 50px;
  z-index: 9999;
  box-shadow: 0px 5px 10px 5px rgb(0 0 0 / 10%);
  display: none;
}

.sch #formsearch {
  max-width: 800px;
  margin: 0 auto;
  border-bottom: solid 1px #ddd;
  display: flex;
  flex-wrap: wrap;
}

.sch #formsearch input {
  border: none;
  background: none;
  outline: none;
  line-height: 48px;
  font-size: 16px;
}

.sch #formsearch input#keyword {
  float: left;
  padding-left: 20px;
  width: 80%;
}

.sch #formsearch input#s_btn {
  float: left;
  width: 10%;
  background: url("../images/a03f0bca0b1d0f50bd3c45fc26d36a0f53176d7b.png") no-repeat center;
}

.sch #formsearch span {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 10%;
  cursor: pointer;
}
.owl-carousel.owl-drag .owl-item,.owl-carousel .owl-stage-outer,.owl-carousel .owl-stage {
  height: 100%;
}
/* 头部语言 */
.language {
  position: relative;
  padding: 20px 0 10px 0;
  margin: 0 max(2%, 12px) 0 max(1%, 12px);
  flex-shrink: 0;
}
.language_btn {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #333333;
  transition: var(--tran-tis) ease;
  cursor: pointer;
}
.language_btn span {
  display: block;
  text-transform: uppercase;
  margin-left: 1em;
  width: 0.6em;
  height: 1em;
  background-image: url("../images/bc3bc4aef738dfaba9404c89ad6b7781e50bfd0a.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: var(--tran-tis) ease;
}
/* header.black .language_btn span {
  background-image: url("../images/18ee7a8deefe0c6be0ae208d4e306f85deef7ba2.png");
} */
.language_select {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  max-width: 80vw;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.language_select a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  padding: 0.2em 1em;
  color: #333333;
  transition: var(--tran-tis) ease;
}
.language_select a:hover {
  color: #ffffff;
  background-color: #4073b3;
}
.language_select a.current {
  color: #4073b3;
  background-color: transparent;
}

/* 导航 */
.x-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.x-menu::after,
.x-menu::before {
  display: none;
}

.x-menu > li {
  position: relative;
  width: 12%;
}

.x-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  height: 100%;
  color: #333;
  padding-top: 15px;
}

.x-menu > li > a:hover,
.x-menu > li.active > a {
  background: #4073b3;
  color: #fff;
}
.pagination>li:first-child,.pagination>li:last-child{
  display: none;
}
.x-menu > li:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 10px 0;
  opacity: 0;
   width: 190px;
  left: 50%;
  margin-left: -95px;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.x-menu > li:nth-child(3) .x-sub-menu {
  width: 190px;
  left: 50%;
  margin-left: -95px;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 0.5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

.x-menu > li:last-child {
  width: 14%;
}
.x-menu > li:last-child:before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 7px;
  left: -15px;
}

/* 头部自适应 */
@media (max-width: 1629px) {
  .logo {
    margin: 10px 0;
  }

  .x-menu > li > a {
    padding: 0;
  }

  .sch-img {
    padding-top: 0;
  }
}

@media (max-width: 1429px) {
  .logo a img {
    max-width: 180px;
  }

  .logo a::after {
    height: 80px;
    margin-left: 15px;
  }

  .logo_exp h3 {
    font-size: 22px;
  }

  .logo_exp p {
    font-size: 17px;
    margin-top: 5px;
  }

  .logo_exp {
    margin-left: 15px;
    padding-top: 5px;
  }
}

@media (max-width: 1199px) {
  .logo a img {
    max-width: 150px;
  }

  .logo a::after {
    height: 70px;
    margin-left: 10px;
  }

  .logo_exp h3 {
    font-size: 20px;
  }

  .logo_exp p {
    font-size: 16px;
  }

  .logo_exp {
    margin-left: 10px;
  }

  .x-menu > li > a {
    font-size: 14px;
  }

  .hd-right {
    width: 53%;
  }

  .sch-img img {
    max-width: 25px;
  }
}

/* banner */
.x-banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.x-banner .banner-item {
  position: relative;
  padding-top: 50%;
  width: 100%;
  height: 100%;
}
.x-banner .banner-item video,
.x-banner .banner-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.x-banner .banner-item a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* 搜索热门 */
.keytel {
  border-bottom: solid 1px rgba(181, 181, 181, 0.39);
  padding: 25px 0;
}

.kt-show {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.kt-key {
  padding-left: 33px;
  background: url("../images/52512bf7ad40fa6ace1afff99040d863a4f7e557.png") no-repeat left center;
}

.kt-key h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  padding-top: 10px;
}

.kt-key h3 p a {
  font-size: 12px;
  color: #666;
  margin: 0 3px;
}

.kt-key h3 p a:hover {
  color: #205daa;
}

.kt-tel {
  padding-left: 50px;
  background: url("../images/7d6e97e811aadad90336e504d4924ef6380dcc26.png") no-repeat left center;
}

.kt-tel span {
  display: block;
  font-size: 14px;
  color: #333;
}

.kt-tel h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

@media (max-width: 767px) {
  .keytel {
    display: none;
  }
}

/* 产品中心 */
.product {
  overflow: hidden;
  padding: 60px 0;
}

.title {
  text-align: center;
}

.title h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.title h3 span {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin: 0 5px;
  letter-spacing: 0.15em;
}

.title h3::before {
  display: block;
  content: "";
  width: 46px;
  height: 1px;
  background-color: #205daa;
}

.title h3::after {
  display: block;
  content: "";
  width: 46px;
  height: 1px;
  background-color: #205daa;
}

.title p {
  font-size: 20px;
  color: #666;
  margin-top: 5px;
}

.pro-cfn {
  margin-top: 55px;
}

.pro-cfn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro-cfn ul::after,
.pro-cfn ul::before {
  display: none;
}

.pro-cfn ul li {
  width: 25%;
  margin-top: 15px;
  position: relative;
}

.pro-cfn ul li a {
  height: 70px;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: solid 1px rgba(220, 220, 220, 0);
  border-radius: 15px;
}

.pro-cfn ul li.cur a {
  border: solid 1px #6a6a6a;
}

.pro-cfn ul li a .pro-ico {
  overflow: hidden;
  position: absolute;
  left: 35px;
}

.pro-cfn ul li a .pro-ico img {
  width: 42px;
}

.pro-cfn ul li a h3 {
  font-size: 18px;
  color: #333;
  margin-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pro-cfn ul li.cur a h3 {
  color: #205daa;
}

.pro-show {
  margin-top: 60px;
  position: relative;
}

.pro-show .pro-list {
  display: none;
}

.pro-list ul li a {
  display: block;
}

.pro-list ul li a .pro-img {
  border: solid 1px #dadada;
  overflow: hidden;
}

.pro-list ul li a .pro-img img {
  max-width: 100%;
}

.pro-list ul li a h3 {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  background-color: #e5e5e5;
  transition: all 0.3s ease;
  display: -webkit-box;
  /*将对象转为弹性盒模型展示*/
  -webkit-box-orient: vertical;
  /*设置弹性盒模型子元素的排列方式*/
  -webkit-line-clamp: 1;
  /*限制文本行数*/
  overflow: hidden;
  /*超出隐藏*/
}

.pro-list ul li a:hover h3 {
  background-color: #205daa;
  color: #fff;
}

/* .pro-show .swiper-button-lock{
  display: block;
} */
.pro-show .swiper-button-next,
.pro-show .swiper-button-prev {
  position: absolute;
  width: 45px;
  height: 45px;
  z-index: 999999;
  outline: none;
}

.pro-show .swiper-button-next::after,
.pro-show .swiper-button-prev::after {
  display: none;
}

.pro-show .swiper-button-next {
  background: url("../images/f6df6a110f7e9ef07d5c3eeaf46d3dac120877f1.png") no-repeat center;
  left: -60px;
  right: unset;
}

.pro-show .swiper-button-next:hover {
  background: url("../images/67d73842961a06636377fb57bd1ed5a4f8856a20.png") no-repeat center;
}

.pro-show .swiper-button-prev {
  background: url(../images/e14f7f738332ef9c0d979e35ad735df4af387634.png) no-repeat center;
  right: -60px;
  left: unset;
}

.pro-show .swiper-button-prev:hover {
  background: url("../images/d1483c3c93500e042aab31590ece999d869e4b0e.png") no-repeat center;
}

/* 产品自适应 */
@media (max-width: 1629px) {
  .pro-cfn ul li a {
    padding: 0 25px;
  }
}

@media (max-width: 1429px) {
  .title h3 span {
    font-size: 36px;
  }

  .title p {
    font-size: 18px;
  }

  .pro-cfn ul li a .pro-ico img {
    max-width: 30px;
  }

  .pro-cfn ul li a h3 {
    font-size: 16px;
  }

  .pro-cfn ul li a {
    height: 55px;
  }

  .pro-cfn {
    margin-top: 40px;
  }

  .pro-show {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .title h3 span {
    font-size: 32px;
  }

  .title p {
    font-size: 16px;
  }

  .pro-cfn ul li a .pro-ico img {
    max-width: 25px;
  }

  .pro-cfn ul li a {
    padding: 0 10px;
  }

  .pro-cfn ul li a h3 {
    font-size: 14px;
  }

  .pro-list ul li a h3 {
    font-size: 14px;
    display: -webkit-box;
    /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;
    /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 1;
    /*限制文本行数*/
    overflow: hidden;
    /*超出隐藏*/
  }

  .pro-cfn {
    margin-top: 30px;
  }

  .pro-show {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .product {
    padding: 40px 0;
  }

  .title h3 span {
    font-size: 28px;
  }

  .pro-cfn ul li a .pro-ico {
    display: none;
  }

  .pro-cfn ul li a {
    height: 40px;
  }
}

@media (max-width: 768px) {
  .pro-show .swiper-button-next,
  .pro-show .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 425px) {
  .pro-cfn ul li {
    width: 50%;
  }

  .pro-cfn ul li a {
    padding: 0;
    border-radius: unset;
  }

  .pro-cfn ul li.cur a {
    border: none;
    background-color: #205daa;
  }

  .pro-cfn ul li.cur a h3 {
    color: #fff;
  }

  .pro-cfn {
    border: solid 1px #dcdcdc;
  }

  .pro-cfn ul li:nth-child(-n + 6) {
    border-bottom: solid 1px #dcdcdc;
  }

  .pro-cfn ul li:nth-child(2n + 1) {
    border-right: solid 1px #dcdcdc;
  }
}


/* 快速导航 */
.quick_nav {
  padding: 60px 0;
}
.quick_nav a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft YaHei", Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}
.quick_nav .roll_product a:hover {
  color: #fff;
  border-color: #205daa;
  background: none;
}

.nav-show {
  margin-top: 40px;
}

.nei2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nei2 .cp {
  width: 151px;
  background-repeat: no-repeat;
  background-position: right top;
}

.nei3 .cp {
}

.nei4 .cp {
}

.nei2 .cp .cp-titile {
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-left: 11px; */
  /* padding-bottom: 20px; */
}

.nei2 .cp1 {
  width: calc(100% - 151px);
  background: #f0f8fe;
}

.nei3 .cp1 {
  background: #f4fafe;
}

.nei2 .cp1 .roll1 {
  position: relative;
  margin: 35px 0;
}

.l_btn1,
.r_btn1,
.l_btn2,
.r_btn2,
.l_btn3,
.r_btn3 {
  position: absolute;
  bottom: -33px;
  cursor: pointer;
}

.l_btn1,
.l_btn2,
.l_btn3 {
  right: 60px;
}

.r_btn1,
.r_btn2,
.r_btn3 {
  right: 24px;
}

#demo_1,
#demo_2,
#demo_3 {
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
}

#indemo_1 {
  float: left;
  width: 800%;
}

#demo1_1,
#demo1_2,
#demo1_3 {
  float: left;
}

#demo2_1,
#demo2_2,
#demo2_3 {
  float: left;
}

.product_list3 li {
  float: left;
  margin: 0 10px;
}

.product_list3 li .cp-img {
  overflow: hidden;
  width: 150px;
}

.product_list3 li .cp-img img {
  max-width: 100%;
}

.product_list3 li h3 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-top: 5px;
  color: #333;
}

@media (max-width: 1199px) {
  .nei2 .cp1 .roll1 {
    margin: 30px 0;
  }

  .nei2 .cp .cp-titile {
    padding-bottom: 0;
    padding-left: 0;
  }

  .nei2 .cp {
    width: 141px;
  }

  .product_list3 li .cp-img {
    width: 120px;
  }

  .nei2 .cp1 {
    width: calc(100% - 141px);
  }

  .l_btn1,
  .r_btn1,
  .l_btn2,
  .r_btn2,
  .l_btn3,
  .r_btn3 {
    bottom: -29px;
  }

  .nei2 .cp .cp-titile {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .quick_nav {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
}

/* 解决方案 */
.case {
  padding: 85px 0;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: cover; */
}

.case-cfn {
  margin-top: 30px;
}

.case-cfn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-cfn ul::after,
.case-cfn ul::before {
  display: none;
}

.case-cfn ul li {
  padding: 0 30px;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  color: #333;
  border: solid 1px rgba(0, 0, 0, 0);
  border-radius: 19px;
  cursor: pointer;
}

.case-cfn ul li.cur {
  border: solid 1px #c9c9c9;
  color: #205daa;
}

.case-list {
  margin-top: 40px;
  position: relative;
}

.case-list .list li {
  display: none;
}

.case-show {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-left {
  width: 50%;
  padding-right: 30px;
  padding-top: 10px;
}

.case-img {
  width: 50%;
  overflow: hidden;
}

.case-img img {
  width: 100%;
}

.case-left h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.case-left .case-text {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin: 40px 0px;
}

.case-warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding-right: 60px;
  padding-bottom: 35px;
  display: flex;
  align-items: flex-end;
}

.case-warp ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-warp ul::after,
.case-warp ul::before {
  display: none;
}

.case-warp ul li {
  width: 22.433%;
  overflow: hidden;
}

.case-warp ul li img {
  max-width: 100%;
}
/* 解决方案自适应 */
@media (max-width: 1629px) {
  .case-cfn ul li {
    padding: 0 25px;
  }

  .case-warp {
    padding-bottom: 15px;
  }
}

@media (max-width: 1429px) {
  .case {
    padding: 60px 0;
  }

  .case-cfn ul li {
    font-size: 18px;
    padding: 0 20px;
  }

  .case-left .case-text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
  }

  .case-warp {
    padding-bottom: 0;
  }

  .case-left h3 {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .case-cfn ul li {
    font-size: 16px;
    padding: 0 15px;
    border-radius: 12px;
    line-height: 36px;
  }

  .case-left {
    padding-top: 0;
  }

  .case-left .case-text {
    line-height: 24px;
    margin-top: 10px;
  }

  .case-list {
    margin-top: 30px;
  }
}

/* .case-list .list2{
  display: none;
} */
@media (max-width: 991px) {
  .case {
    padding: 40px 0;
  }

  /* .case-list .list2{
    display: block;
  }
  .case-list .list1{
    display: none;
  } */
  .case-cfn ul li {
    padding: 0 8px;
    font-size: 14px;
    line-height: 32px;
  }

  .case-cfn {
    margin-top: 20px;
  }

  .case-show {
    display: block;
  }

  .case-warp {
    position: unset;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .case-left {
    width: 100%;
    padding-right: 0;
  }

  .case-img {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 425px) {
  .case-cfn ul li {
    padding: 0;
    width: 33.3333%;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    border-radius: unset;
  }

  .case-cfn ul li:nth-child(3),
  .case-cfn ul li:nth-child(6),
  .case-cfn ul li:nth-child(9) {
    border-right: none;
  }

  .case-cfn ul li:nth-child(7),
  .case-cfn ul li:nth-child(8),
  .case-cfn ul li:nth-child(9) {
    border-bottom: none;
  }

  .case-cfn ul li.cur {
    border: none;
    background-color: #205daa;
    color: #fff;
  }

  .title h3::after,
  .title h3::before {
    display: none;
  }

  .case-left h3 {
    font-size: 20px;
  }
}


/* 关于我们 */
.about {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 110px;
}

.abt-show {
  text-align: center;
  margin: 0 auto;
  max-width: 1275px;
}

.abt-show h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 6px;
}

.abt-show span {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}

.abt-text {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  margin-top: 30px;
  /* letter-spacing: 2px; */
}

.abt-show a {
  display: block;
  margin: 0 auto;
  width: 110px;
  line-height: 30px;
  border: solid 1px #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 60px;
  transition: all 0.3s ease;
}

.abt-show a:hover {
  border: solid 1px #205daa;
  background-color: #205daa;
}

.abt-list {
  display: none;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 80px;
}

.abt-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.abt-list ul::after,
.abt-list ul::before {
  display: none;
}

.abt-list ul li {
}

.abt-list ul li .abt-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.abt-list ul li .abt-con .text {
  position: relative;
}

.abt-list ul li .abt-con .text p {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.abt-list ul li .abt-con .text span {
  position: absolute;
  font-size: 14px;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: -30px;
  background-color: #eb3d00;
  border-radius: 50%;
}

.abt-list ul li h3 {
  font-size: 24px;
  color: #fff;
  margin-top: 5px;
}

/* 关于我们自适应 */

@media (max-width: 1429px) {
  .abt-show h3 {
    font-size: 36px;
  }  
  .abt-show span {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .about {
    padding: 60px 0;
  }

  .abt-show h3 {
    font-size: 32px;
  }
  .abt-show span {
    font-size: 16px;
  }

  .abt-show a {
    margin-top: 40px;
  }

  .abt-list ul li .abt-con .text p {
    font-size: 28px;
  }

  .abt-list ul li h3 {
    font-size: 22px;
  }

  .abt-list {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 40px 0;
  }
  .abt-show h3 {
    font-size: 28px;
  }
  .abt-text {
    font-size: 14px;
    line-height: 26px;
  }

  .abt-list {
    margin-top: 40px;
  }
}

.xypg-detail-con table {
  width: 100% !important;
}

@media (max-width: 425px) {
  .abt-list ul li .abt-con .text p {
    font-size: 24px;
  }

  .abt-list ul li .abt-con .text span {
    width: 22px;
    height: 22px;
    font-size: 12px;
    right: -25px;
  }

  .abt-list ul li h3 {
    font-size: 16px;
    margin-top: 0;
  }
}


/* 文化 */
.companyculture {
  margin-top: 140px;
  margin-bottom: 40px;
}

.culture {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.culture li {
  text-align: center;
  cursor: pointer;
  width: 17%;
}

.culture .cul-ico {
  display: inline-block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 5%);
  transition: all 0.3s ease;
}

.culture .cul-ico .ico {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.culture .cul-ico .ico img {
  max-width: 100%;
}

.culture li h3 {
  font-size: 18px;
  color: #333;
  margin-top: 25px;
  transition: all 0.3s ease;
}

.culture li p {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}

.culture li:hover .cul-ico {
  background-color: #205daa;
}

.culture li:hover .cul-ico .ico {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.culture li:hover .cul-ico .ico img {
  filter: brightness(0);
  -webkit-filter: brightness(0);
}

.culture li:hover h3 {
  font-weight: bold;
  color: #3a539a;
}

@media (max-width: 990px) {
  .companyculture {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .culture li {
    margin-top: 20px;
  }

  .culture {
    justify-content: space-around;
  }

  .culture li {
    width: 30%;
  }
}

@media (max-width: 550px) {
  .companyculture {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .culture .cul-ico {
    width: 95px;
    height: 95px;
  }

  .culture li h3 {
    font-size: 15px;
  }

  .culture li p {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 15px;
  }
}

/* 优势 */
.ys {
  padding-top: 75px;
  padding-bottom: 95px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.ys-warp {
  position: relative;
  margin-top: 45px;
}

.ys-list ul li {
  display: none;
}

.ys-show {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ys-img {
  overflow: hidden;
  width: 50%;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 5%);
}

.ys-img img {
  max-width: 100%;
}

.ys-right {
  width: 50%;
  padding-left: 30px;
  padding-top: 10px;
}

.ys-right p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}

.ys-right p::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5f73ad;
  margin-right: 6px;
}

.ys-right a {
  position: relative;
  z-index: 999;
  display: block;
  width: 148px;
  line-height: 41px;
  border: solid 1px #c9c9c9;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 35px;
  transition: all 0.3s ease;
}

.ys-right a:hover {
  background-color: #205daa;
  border: solid 1px #205daa;
  color: #fff;
}

.ys-cfn {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  padding-left: 30px;
  z-index: 99;
}

.ys-cfn ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ys-cfn ul::after,
.ys-cfn ul::before {
  display: none;
}

.ys-cfn ul li {
  text-align: center;
  cursor: pointer;
}

.ys-cfn ul li .ys-ico {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 5%);
  transition: all 0.3s ease;
}

.ys-cfn ul li.cur .ys-ico {
  background-color: #205daa;
}

.ys-cfn ul li .ys-ico .ico {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ys-cfn ul li.cur .ys-ico .ico {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.ys-cfn ul li .ys-ico .ico img {
  max-width: 100%;
}

.ys-cfn ul li.cur .ys-ico .ico img {
  filter: brightness(0);
  -webkit-filter: brightness(0);
}

.ys-cfn ul li h3 {
  font-size: 18px;
  color: #333;
  margin-top: 25px;
  transition: all 0.3s ease;
}

.ys-cfn ul li.cur h3 {
  font-weight: bold;
  color: #3a539a;
}

/* 优势自适应 */
@media (max-width: 1629px) {
  .ys-cfn ul li .ys-ico {
    width: 110px;
    height: 110px;
    margin: 0 auto;
  }

  .ys-cfn ul li .ys-ico .ico img {
    max-width: 50px;
  }

  .ys-right {
    padding-top: 0;
  }

  .ys-right a {
    margin-top: 20px;
  }
}

@media (max-width: 1429px) {
  .ys {
    padding: 60px 0;
    background-size: cover;
  }

  .ys-right p {
    line-height: 28px;
    font-size: 14px;
  }

  .ys-cfn ul li .ys-ico {
    width: 100px;
    height: 100px;
  }

  .ys-cfn ul li h3 {
    margin-top: 10px;
    font-size: 17px;
  }

  .ys-cfn ul li .ys-ico .ico img {
    max-width: 40px;
  }
}

@media (max-width: 1199px) {
  .ys-warp {
    margin-top: 40px;
  }

  .ys-cfn ul li .ys-ico {
    width: 80px;
    height: 80px;
  }

  .ys-cfn ul li h3 {
    font-size: 15px;
  }

  .ys-right a {
    margin-top: 10px;
    width: 120px;
    line-height: 30px;
    font-size: 12px;
  }

  .ys-right p::before {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 991px) {
  .ys {
    padding: 40px 0;
  }

  .ys-cfn {
    position: unset;
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .ys-warp {
    margin-top: 30px;
  }

  .ys-right a {
    margin-top: 20px;
  }

  .ys-right {
    padding-left: 20px;
  }
}

@media (max-width: 425px) {
  .ys-show {
    display: block;
  }

  .ys-img {
    width: 100%;
  }

  .ys-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .ys-cfn ul li h3 {
    font-size: 13px;
  }

  .ys-cfn {
    margin-top: 20px;
  }

  .ys-right a {
    margin-top: 10px;
  }
}

@media (max-width: 320px) {
  .ys-cfn ul li {
    width: 50%;
  }

  .ys-cfn ul li:nth-child(-n + 2) {
    margin-bottom: 15px;
  }
}

/* 新闻中心 */
.news {
  padding-top: 90px;
  padding-bottom: 115px;
  background-repeat: no-repeat;
  background-position: center;
}

.new-show {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.new-left {
  width: 50%;
}

.new-left ul li a {
  display: block;
}

.new-left ul li a .new-img {
  overflow: hidden;
}

.new-left ul li a .new-img img {
  width: 100%;
}

.new-left ul li a .new-text {
  background-color: #205daa;
  padding: 18px 45px 16px 35px;
  color: #fff;
}

.new-left ul li a .new-text .new-tit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

.new-left ul li a .new-text .new-tit h3 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
}

.new-left ul li a .new-text .new-tit span {
  display: block;
  font-size: 14px;
  flex-shrink: 0;
}

.new-left ul li a .new-text p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.new-right {
  width: 47.1875%;
}

.new-list li:nth-child(-n + 2) {
  margin-bottom: 10px;
}

.new-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #eeeeee;
}

.new-list li a .new-time {
  position: relative;
  width: 150px;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #acacac;
  transition: all 0.3s ease;
}

.new-list li a .new-time::after {
  position: absolute;
  right: 0;
  display: block;
  content: "";
  height: 133px;
  width: 1px;
  background-color: #d5d5d5;
  transition: all 0.3s ease;
}

.new-list li a:hover .new-time::after {
  background: none;
}

.new-list li a:hover .new-time {
  background-color: #205daa;
  color: #fff;
}

.new-list li a .new-time h3 {
  font-size: 42px;
  font-weight: bold;
}

.new-list li a .new-time span {
  display: block;
  font-size: 24px;
}

.new-list li a .new-text {
  width: calc(100% - 150px);
  padding-left: 30px;
  padding-right: 50px;
}

.new-list li a .new-text h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.new-list li a .new-text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 10px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* 新闻中心自适应 */
@media (max-width: 1629px) {
  .new-list li a .new-time {
    height: 143px;
  }

  .new-list li a .new-time::after {
    height: 115px;
  }
}

@media (max-width: 1429px) {
  .news {
    padding: 60px 0;
  }

  .new-left ul li a .new-text .new-tit {
    display: block;
  }

  .new-left ul li a .new-text .new-tit span {
    margin-top: 15px;
  }

  .new-list li a .new-time h3 {
    font-size: 38px;
  }

  .new-list li a .new-time span {
    font-size: 22px;
  }

  .new-list li a .new-text {
    padding: 0 20px;
    width: calc(100% - 130px);
  }

  .new-list li a .new-text h3 {
    font-size: 17px;
  }

  .new-list li a .new-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .new-list li a .new-time {
    height: 134px;
    width: 130px;
  }
}

@media (max-width: 1199px) {
  .new-left ul li a .new-text {
    padding: 20px 30px;
  }

  .new-left ul li a .new-text .new-tit h3 {
    font-size: 17px;
  }

  .new-left ul li a .new-text p {
    font-size: 14px;
    line-height: 26px;
  }

  .new-left ul li a .new-text .new-tit span {
    margin-top: 10px;
  }

  .new-list li a .new-time h3 {
    font-size: 32px;
  }

  .new-list li a .new-time span {
    font-size: 18px;
  }

  .new-list li a .new-text h3 {
    display: -webkit-box;
    /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;
    /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 1;
    /*限制文本行数*/
    overflow: hidden;
    /*超出隐藏*/
  }

  .new-list li a .new-time {
    width: 110px;
    height: 115px;
  }

  .new-list li a .new-text {
    width: calc(100% - 110px);
  }

  .new-list li a .new-text p {
    display: -webkit-box;
    /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;
    /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 2;
    /*限制文本行数*/
    overflow: hidden;
    /*超出隐藏*/
  }

  .new-list li a .new-time::after {
    height: 85px;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 40px 0;
  }

  .new-show {
    display: block;
    margin-top: 30px;
  }

  .new-left {
    width: 100%;
  }

  .new-right {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 425px) {
  .new-left ul li a .new-text {
    padding: 15px;
  }

  .new-list li a .new-time span {
    font-size: 16px;
  }

  .new-list li a .new-time h3 {
    font-size: 26px;
  }

  .new-list li a .new-time {
    width: 85px;
    height: 90px;
  }

  .new-list li a .new-time::after {
    height: 60px;
  }

  .new-list li a .new-text {
    width: calc(100% - 85px);
    padding: 0 15px;
  }

  .new-list li a .new-text p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
}


/* 底部 */
.foot {
  background-repeat: no-repeat;
  background-position: center;
  border-top: solid 12px #205ca6;
  background-size: cover;
}

.foot-top {
  padding-top: 55px;
  padding-bottom: 105px;
}

.ft-show {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ft-left {
  width: 65.3125%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ft-logo {
  width: 20.7655%;
}

.logo-img {
  overflow: hidden;
}

.logo-img img {
  max-width: 100%;
}

.ft-ewm {
  overflow: hidden;
  /* padding-left: 20px; */
  margin-top: 30px;
  width: 150px;
}

.ft-ewm img {
  max-width: 100%;
}

.ft-list {
  width: 69.3779%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ft-cfn h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.ft-cfn ul li a {
  display: block;
  font-size: 16px;
  color: hwb(0 100% 0% / 0.74);
  line-height: 30px;
}

.ft-cfn ul li a:hover {
  color: #fff;
}

.ft-right {
  width: 366px;
}

.ft-right h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.ft-meg {
  margin-top: 15px;
}

.ft-meg #x-form {
  width: 100%;
}

.ft-meg #x-form .inq-con {
  margin-top: 6px;
}

.ft-meg #x-form .inq-con:nth-child(1) {
  margin-top: 0;
}

.ft-meg #x-form .inq-con input {
  display: block;
  width: 100%;
  background-color: rgba(220, 220, 220, 0.46);
  border: none;
  outline: none;
  font-size: 14px;
  color: #ffffff;
  line-height: 42px;
  padding-left: 15px;
}
.ft-meg input::-webkit-input-placeholder ,.ft-meg textarea::-webkit-input-placeholder{
  color: #c1c1c1;
}
.ft-meg #x-form .inq-con textarea {
  display: block;
  width: 100%;
  background-color: #808386;
  border: none;
  outline: none;
  font-size: 14px;
  color: #c1c1c1;
  height: 61px;
  padding-left: 15px;
  padding-top: 10px;
}

.ft-meg #x-form .code-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.ft-meg #x-form .code-group .inq-code {
  position: relative;
  width: 210px;
}

.ft-meg #x-form .code-group::before,
.ft-meg #x-form .code-group::after {
  display: none;
}

.ft-meg #x-form .code-group .inq-code input {
  background-color: #818487;
  border: none;
  outline: none;
  line-height: 42px;
  padding-left: 15px;
  font-size: 14px;
  color: #c1c1c1;
  width: 100%;
}

.ft-meg #x-form .code-group .inq-code span {
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -13px;
}

.ft-meg #x-form .code-group .inq-code span img {
  width: 92px;
  cursor: pointer;
}

.ft-meg #x-form .code-group .inq-sub {
  width: 130px;
}

.ft-meg #x-form .code-group .inq-sub input {
  width: 100%;
  background-color: #205daa;
  text-align: center;
  color: #f4f4f4;
  font-size: 14px;
  line-height: 42px;
  border: none;
  outline: none;
}

.foot-down {
  border-top: solid 1px rgba(255, 255, 255, 0.23);
  font-size: 14px;
  color: #c1c1c1;
  padding: 21px 0;
}

.foot-down a {
  font-size: 14px;
  color: #c1c1c1;
}

.foot-down a:hover {
  color: #fff;
}

.copy {
  float: left;
}
.copy img,
.copyright img {
  display: inline-block;
  margin-right: 0.3em;
  max-height: 1.5em;
  max-width: 1.5em;
  object-fit: contain;
}
.reg {
  float: right;
}



/* 底部自适应 */
@media (max-width: 1429px) {
  .ft-right {
    width: 300px;
  }

  .ft-meg #x-form .code-group .inq-code {
    width: 185px;
  }

  .ft-meg #x-form .code-group .inq-sub {
    width: 100px;
  }

  .ft-ewm img {
    max-width: 100px;
  }

  .ft-cfn h3 {
    font-size: 17px;
  }

  .ft-cfn ul li a {
    font-size: 14px;
  }

  .foot-top {
    padding: 60px 0;
  }
}

@media (max-width: 1199px) {
  .ft-left {
    width: 60%;
  }

  .ft-ewm img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .foot {
    background-size: cover;
  }

  .ft-show {
    display: block;
  }

  .ft-left {
    width: 100%;
  }

  .ft-right {
    width: 100%;
    margin-top: 40px;
  }
  .ft_region,
  .ft_prs,
  .ft_link {
    display: none;
  }
}

.md-foot {
  display: none;
}

@media (max-width: 767px) {
  .x-banner .owl-carousel .banner-item a  img,.owl-carousel .owl-item img {
    height: 100vh !important;
    object-fit: cover;
  }
  .foot {
    display: none;
  }

  .footer {
    display: none;
  }

  .md-foot {
    display: block;
    background: #1b1b1b;
  }

  .fd-cfn {
    border-bottom: solid 1px #ccc;
    margin-top: 10px;
  }

  .fd-cfn h3 {
    font-size: 16px;
    color: #fff;
    line-height: 2.5;
  }

  .fd-cfn h3 span {
    padding-right: 10px;
  }

  .fd-cfn .fd-name {
    display: none;
    padding-left: 13px;
  }

  .fd-cfn .fd-name a {
    display: block;
    line-height: 2;
    color: #fff;
    opacity: 0.8;
  }

  .fd-ly .copyright {
    color: #fff;
    opacity: 0.8;
    padding: 15px 15px;
    line-height: 1.5;
    text-align: center;
    float: none;
  }

  .fd-ly .copyright a {
    color: #fff;
    opacity: 0.8;
  }
}





/* 侧面导航修改 */
.xypg-left-nav ul.rrxypg-left-subnav {
  position: absolute;
  z-index: 999;
  left: 304px;
  top: 0;
  width: 290px;
  display: none !important;
  padding: 0;

  /* padding: 10px 20px; */
  background: #f5f6f6;
  /* border-bottom: 2px solid #3a78c1; */
}

.xypg-left-nav>li:hover ul.rrxypg-left-subnav {
  display: block !important;
}

.xypg-left-nav ul.rrxypg-left-subnav li {
  /* background: #1f64b5; */
  border-top: none;
  border-bottom: 1px solid #dddddd;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.xypg-left-nav ul.rrxypg-left-subnav li a {
  font-weight: normal;
  font-size: 16px;
  line-height: 2.4;
  color: #666;
  padding: 0;
  
}

.xypg-left-nav ul.rrxypg-left-subnav li:hover {
  background: #1f64b5
}


.xypg-left-nav ul.rrxypg-left-subnav li:hover a {
  color: #fff;
}
.xypg-left-nav ul.rrxypg-left-subnav ul {
  display: none !important;
}

.nei2  .cp {
  background-image: url(../images/46cf48e26bd927a8785bc784d87517eacd0034e3.png);
  background-size: 180%  130%;
  background-position-x: -69px;
  background-position-y: -10px;
}
.nei2.nei3  .cp {
  background-image: url(../images/5a4c7ffe8e909a84315ddaf9e95ee5e2583f239a.png) ;
}
.nei2.nei4  .cp {
  background-image: url(../images/f9d60dfad81e5bad1ef5f7a6f6e4ec1430f03155.png) ;
}

.casepartner a {
  padding: 10px 20px;
  background-color: #1f64b5;
  color: #fff;
  text-align: center;
}


@media (max-width:767px) {
  .language {
    position: absolute;
    right: 38px;
    top: 0;
    z-index: 999;
    padding-top: 15px;
  }
  .language_btn {
    color: #ffffff;
    font-weight: bold;
  }
  .language_btn span {
    margin-left: 5px;
    color: #ffffff;
    font-weight: bold;
    background-image: url(../images/xypg-job-jt2.png);
    background-size: 15px;
  }
.pro-cfn ul li {margin-top: 0px;}
.ys-cfn ul li {margin-bottom: 20px;}
}