@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  overflow-x: hidden;
}
.fl_case {
  width: 5%;
}
.fl_case .iconfont {
  font-size: 1.25rem;
  color: #0088cc;
}
.fr_case {
  width: 95%;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_three .swiper-wrapper{
  height: auto;
}
.index_news_swiper .swiper-slide{
  height: auto;

}

.index_news_swiper ul{
  height: 100%;
}


.nesw{
  height: 100%;
}
.index_news_swiper{
  height: 470px;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.trans {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.article_ypt_qiehuan_ul strong span {
  color: #0088cc !important;
}

.article_ypt_qiehuan_ul>div {
  line-height: 30px;
}

.shangxia {
  line-height: 36px;
  padding-top: 15px;
  margin-top: 50px;
  border-top: 1px solid #ddd;
}

.er-ul {
  position: absolute;
  width: 100%;
  left: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  top: 100%;
  z-index: 999;
  background: #fff;
  padding: 15px 5px;
  opacity: 0;
}

.daohang .nav-ul>li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
}

.daohang .nav-ul>li:nth-child(2) .er-ul {
  width: 170%;
  left: -35%;
}

.daohang .nav-ul>li .er-ul {
  transition: 400ms ease-in-out;
  transform: scale(0);
  opacity: 0;
  top: 100%;
  background: rgba(255, 255, 255, 0.94);
  display: block;
}

.er-ul li {
  line-height: 2rem;
  width: 100%;
  display: block;
  float: none;
  text-align: center;
}

.er-ul li a {
  font-size: .875rem;
  line-height: 1.75rem;
  color: #5D5D5E;
  display: block;
  text-align: center;
}

.er-ul li:hover a {
  color: #e60012;
}

.er-ul li:hover a {
  color: #0858B1 !important;
}

/* @media (min-width: 768px) {
  html {
    font-size: calc(0.83333333);
  }
}

.container {
  padding: 0 22.8rem;
  width: 100%;
}

.container-l {
  padding-left: 15rem;
}

.container-r {
  padding-right: 15rem;
} */
@media (min-width: 1440px) {
  .container {
    width: 1260px;
  }
}

.c {
  color: #0070c3;
}

.bg {
  background-color: #0070c3;
}

.cf {
  color: #fff;
}

.font161 {
  font-size: 1rem;
}

.font16 {
  font-size: 1rem;
  line-height: 1.875rem;
}

.font18 {
  font-size: 1.125rem;
  line-height: 2rem;
}

.font20 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.font22 {
  font-size: 1.375rem;
  line-height: 2.375rem;
}

.font24 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.font26 {
  font-size: 1.625rem;
  line-height: 2.75rem;
}

.ms-i {
  width: 114px;
  padding: 10px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}

.ms-im1 {
  cursor: pointer;
 
}

.ms-im1:hover .ms-i {
  display: block;
}

.daohang {
  position: fixed;
  top: 0;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  line-height: 100px;
  border-bottom: 1px solid #ddd;
}

.daohang.active .logo1 img {
  width: 80%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.daohang .logo1 img {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.daohang.active {
  line-height: 4.375rem;
  border-bottom: 1px solid #eeeeee;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.daohang.active .sou {
  top: .9375rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.nav-ul {
  margin-right: 30px;
}

.nav-ul>li {
  padding: 0 30px;
  display: inline-block;
  position: relative;
}
.nav-ul>li ul  {
  width: 150%;
  left: -25%;
}
.nav-ul>li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #0088cc;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  opacity: 0;
  bottom: 10px;
}

.nav-ul>li:hover::after,
.nav-ul>li.active::after {
  opacity: 1;
  width: 50%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.nav-ul>li.active::after {
  width: 60%;
}

.nav-ul>li>a {
  color: #121313;
  font-weight: bold;
  display: block;
  font-size: 1rem;
}

.nav-ul>li>a:hover {
  color: #0088cc;
}

.nav-ul>li .ers-ul {
  position: absolute;
  background: #fff;
  display: none;
}

.nav-ul>li .ers-ul li {
  line-height: 1.875rem;
}

.dian {
  font-size: 1.75rem;
  margin-left: 15px;
  font-weight: bold;
  margin-right: 1.25rem;
}

.dian strong {
  font-weight: bold;
  color: #e0651f;
}

.sou {
  overflow: hidden;
  position: relative;
  top: 32px;
  width: 223px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: solid 1px #cecaca;
  border-radius: 5px;
}

.sou i {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}

.sou .sertext {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 37px;
  padding-left: .9375rem;
  width: 80%;
  float: left;
  border: none;
}

.sou .sertext::placeholder {
  color: #302f2f;
  opacity: 0.53;
  font-size: 1rem;
}

.sou .serbtn {
  border: none;
  height: 37px;
  line-height: 37px;
  background: transparent;
  float: left;
  width: 20%;
}

.sou .serbtn i {
  color: #343434;
}

/* .nav-rig > .fl:nth-child(1) {
  display: none;
} */
.nav-rig>span {
  display: inline-block;
  margin-left: .9375rem;
}

.nav-rig>span i {
  color: #232323;
  font-size: 1.25rem;
  font-weight: bold;
}

.nav-rig a {
  color: #747373;
  font-size: 1rem;
}

.nav-rig a:hover,
.nav-rig a.active {
  color: #0088cc;
}

.top-dao {
  background-color: #302f2f;
}

.top-dao-ul {
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.top-dao-ul li {
  float: left;
  font-size: .875rem;
  color: #ffffff;
  margin: 0 10px;
}

.top-dao-ul li img {
  margin-right: 5px;
}

.top-dao-ul li a {
  color: #fff;
}

.top-dao-ul li a:hover {
  color: #0088cc;
}

.bot-dao {
  padding: 0 3.75rem;
}

.banner .swiper-pagination-bullet,
.index_three .swiper-pagination-bullet,
.index_four_swiper .swiper-pagination-bullet,
.xinwen .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 50%;
}

.banner .swiper-pagination-bullet-active,
.index_three .swiper-pagination-bullet-active,
.index_four_swiper .swiper-pagination-bullet-active,
.xinwen .swiper-pagination-bullet-active 
 {
  background-color: #fff;
  opacity: 1;
}

.index_three .swiper-pagination-bullet,
.index_four_swiper .swiper-pagination-bullet,
.xinwen .swiper-pagination-bullet {
  background-color: #97a5a4;
}

.index_three .swiper-pagination-bullet-active,
.index_four_swiper .swiper-pagination-bullet-active,
.xinwen .swiper-pagination-bullet-active
 {
  background-color: #0070c3;
}

.banner .swiper-pagination {
  bottom: 1.875rem;
}

/* 尾部开始 */
.foot {
  padding: 0 0 0;
  background-color: #151515;
}

.foot .div-top {
  padding: 50px 0 10px;
}

.foot .cons {
  font-size: 1rem;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 27px;
}

.foot .cons a,
.foot .dian-div {
  font-size: .875rem;
  color: #a6a8aa;
}

.foot .cons a:hover {
  color: #0088cc;
}

.foot .cons .footer-rr {
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
}

.foot-ul {
  text-align: left;
}

.foot-ul>li {
  float: left;
  margin-right: 50px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.35);
}

.foot-div ul>li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

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

.foot-ul>li>p {
  font-size: 1.1rem;
  margin-bottom: 0.625rem;
}

.foot-bot {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.875rem 0 1.5625rem;
  font-size: .875rem;
  color: #a6a8aa;
}

.foot-bot a {
  color: #a6a8aa;
}

.foot-bot a:hover,
.yss a:hover {
  color: #0088cc;
  opacity: 1;
}

.foot-div .feng {
  margin-top: 25px;
}

.foot-div .feng .fengs-div {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #a6a8aa;
}

.foot-div .feng .bdsharebuttonbox a {
  background: transparent;
  width: 31px;
  height: 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 30px;
  text-align: center;
  padding: 0;
}

.foot-div .feng .bdsharebuttonbox a:nth-child(1) {
  background-color: #8bcc4c;
}

.foot-div .feng .bdsharebuttonbox a:nth-child(2) {
  background-color: #d62929;
}

.foot-div .feng .bdsharebuttonbox a:nth-child(3) {
  background-color: #0070c3;
}

.foot-bot {
  color: #a6a8aa;
}

.foot-div .feng .bdsharebuttonbox a img {
  position: absolute;
  top: 95px;
  width: 120px;
  padding: 10px;
  background-color: #fff;
  /* position: relative; */
  left: -27px;
  display: none;
}

.foot-div .feng .bdsharebuttonbox a:nth-child(1):after {
  content: "";
  position: absolute;
  top: 83px;
  left: 6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #fff;
  display: none;
}

.foot-div .feng .bdsharebuttonbox a:hover::after,
.foot-div .feng .bdsharebuttonbox a:hover img {
  display: block;
}

.foot-bot .fr {
  color: #a6a8aa;
}

.foot-bot .fr a {
  font-size: .875rem;
  color: #a6a8aa;
  display: inline-block;
  margin: 0 5px;
}

.foot-bot .fr a:hover {
  color: #0088cc;
}

.yss {
  text-align: left;
  color: #585858;
  font-size: .875rem;
  margin-top: 3.125rem;
}

.yss a {
  color: #585858;
}

/* 尾部结束 */
.futitle {
  font-size: 1.5rem;
  line-height: 36px;
  color: #000000;
  position: relative;
  padding-bottom: 10px;
}

.futitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 47px;
  height: 3px;
  background: #0070c3;
}

.title {
  font-size: 2.5rem;
  color: #000000;
  line-height: 60px;
}

.font16 {
  font-size: 1rem;
  color: #000000;
  line-height: 30px;
}

/* 首页内容 */
.index_one {
  background: url(../img/1.jpg) no-repeat;
  background-size: cover;
  padding-top: 70px;
}

.index_one .futitle {
  margin-bottom: 120px;
}

.index_one ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.index_one ul .icon {
  width: 132px;
  height: 132px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  background: #0070c3;
  border: 6px solid #fff;
}

.index_one ul .name {
  font-size: 1.125rem;
  line-height: 22px;
  color: #000000;
  padding-top: 8px;
}

.index_one ul li {
  position: absolute;
}

.index_one ul li:nth-child(4) {
  left: -50px;
  bottom: 30px;
}

.index_one ul li:nth-child(5) {
  right: -50px;
  bottom: 30px;
}

.index_one ul li:nth-child(5) a {
  width: 132px;
}

.index_one ul li:nth-child(3) {
  left: 60px;
  bottom: 43%;
}

.index_one ul li:nth-child(2) {
  right: 60px;
  bottom: 43%;
}

.index_one ul li:nth-child(1) {
  left: 21%;
  top: 0%;
}

.index_one ul li:nth-child(6) {
  right: 21%;
  top: 0%;
}

/* .index_one ul li:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
} */

/* .index_one ul li:nth-child(7) {
  right: 21%;
  top: 0%;
} */

/* .index_one ul li:nth-child(5) {
  right: 60px;
  bottom: 43%;
} */

.index_one ul li:nth-child(7) {
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
  right: auto;
}

.index_one ul li.active .icon,
.index_one ul li:hover .icon {
  background: #8bcc4c;
}

.index_one .sum {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.index_one .sum>div {
  display: none;
}

.index_one .sum>div.active {
  display: block;
}

.index_two {
  background: url(../img/2.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0 100px;
}

.index_two .futitle::before {
  left: 0;
  transform: translateX(0);
}

.index_two .futitle {
  margin-bottom: 50px;
}

.index_two .left {
  padding-right: 20px;
}

.index_two .left .content {
  background: #fff;
  border-radius: 10px;
  padding: 22px;
}

.index_two .font14 {
  padding: 15px 0;
  line-height: 26px;
  color: #000;
}

.index_two .right {
  padding-left: 20px;
}

.index_two .right ul .swiper-slide {
  margin-bottom: 34.5px;
}

.index_two .right ul .swiper-slide:last-child {
  margin-bottom: 0;
}

.index_two .right .fl {
  width: 84px;
  height: 84px;
  display: table;
}

.index_two .right .fr {
  width: 82%;
}

.index_two .right .fl .data {
  display: table-cell;
  height: 84px;
  background-color: #f6f7fb;
  color: #9A9E9E;
  vertical-align: middle;
  border-radius: .5rem;
}

.index_two .right .fl .data div {
  font-size: 1rem;
  line-height: 24px;
  color: #000000;
}

.index_two .right .fl .data p {
  font-size: 1.125rem;
  line-height: 24px;
  color: #000000;
}

.index_two .right .text {
  font-size: 1rem;
  line-height: 30px;
  color: #000;
}

.index_two .right .name {
  font-size: 1.125rem;
  color: #000000;
  line-height: 30px;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  font-weight: 600;
}

.index_two .right li:hover .name {
  color: #0070c3;
  transform: translateX(10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_two .right li:hover .data {
  background-color: #0070c3;
}

.index_two .right li:hover .data div,
.index_two .right li:hover .data p {
  color: #fff;
}



 
.index_three {
  padding: 65px 0 30px;
}

.index_three .index_three_swiper {
  margin-top: 34px;
  padding-bottom: 80px;
}

.index_three .swiper-slide .over {
  border: 1px solid #ddd;
  object-fit: cover;
}.index_three .swiper-slide .over img {
  height: 390px;
  object-fit: cover;
}

.index_three .swiper-slide:hover .over {
  border-color: #0858B1;
}

.index_three .font16 {
  padding-top: 10px;
  font-size: 1.125rem;
}

.index_three .swiper-slide:hover .font16 {
  color: #0070c3;
}

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

.more {
  height: 44px;
  color: #fff;
  line-height: 40px;
  border-radius: 10px;
  font-size: .875rem;
  background-color: #0070c3;
  display: inline-block;
  border: 1px solid #0070c3;
}

.more a {
  padding: 0 40px;
  color: #fff;
}

.more:hover {
  background: #fff;
}

.more:hover a {
  color: #0070c3;
}

.index_four {
  padding: 50px 0;
  background: #f2f2f2;
}

.index_four ul {
  margin: 65px 0 25px;
  display: flex;
  justify-content: space-between;
}

.index_four ul li .icon img {
  width: 90px;
}

.index_four ul .name {
  padding-top: 10px;
}

.index_four .swiper-slide {
  overflow: hidden;
}

.index_four .swiper-slide .over img {
  height: 220px;
  object-fit: cover;
}

.index_four .sum .hover {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 112, 195, 0.79);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_four .sum .hover>a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 20px;
}

.index_four .sum .hover>a .font18 {
  color: #fff;
}

.index_four .sum .hover>a .add_a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 1.125rem;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  margin: 15px auto 0;
}

.index_four .sum .hover>a .add_a:hover {
  background: #fff;
  color: #0070c3;
}

.index_four .sum .swiper-slide:hover .hover {
  left: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_four .index_four_swiper {
  padding-bottom: 80px;
  display: none;
}

.index_four .index_four_swiper.active {
  display: block;
}

.index_five {
  padding: 55px 0 80px;
}

.index_five .futitle {
  margin-bottom: 35px;
}

.index_five .col-md-3>div {
  background: #f2f2f2;
  padding: 48px 30px 76px;
  border-radius: 10px;
  position: relative;
}

.index_five .col-md-3>div .icon {
  width: 98px;
  height: 98px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  line-height: 98px;
  text-align: center;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_five .col-md-3>div .icon i {
  font-size: 2.25rem;
  color: #0070c3;
}

.index_five .col-md-3>div .more {
  margin: 0 auto;
}

.index_five .col-md-3>div .font16 {
  padding: 15px 0;
  font-size: 1.125rem;
}

.index_five .col-md-3>div .text {
  font-size: 1.125rem;
  line-height: 24px;
  color: #0070C3;
}

.index_five .col-md-3:hover .icon {
  transform: rotateY(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

/* 首页内容 */
.ny_ban .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.ny_ban .content .ny_title {
  font-weight: bold;
  font-size: 2.5rem;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.ny_ban .content .text {
  font-size: .875rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  display: none;
}

.ny_ban .ny_erji {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.ny_ban .ny_erji ul {
  display: flex;
  justify-content: space-between;
}

.ny_ban .ny_erji ul li {
  float: left;
  width: 100%;
  text-align: center;
  height: 3.625rem;
  line-height: 3.625rem;
  /* border-right: 2px solid #ddd; */
}

.ny_ban .ny_erji ul li a {
  background: rgba(0, 0, 0, 0.46);
  display: block;
  width: 99%;
  margin: 0 auto;
}

.ny_ban .ny_erji ul li a {
  color: #fff;
}

.ny_ban .ny_erji ul li:nth-child(odd) a {
  margin-right: 2px;
}

.ny_ban .ny_erji ul li:nth-child(even) a {
  margin-left: 2px;
}

.ny_ban .ny_erji ul li.active a,
.ny_ban .ny_erji ul li:hover a {
  background-color: #0858B1;
}

.bread {
  font-size: .875rem;
  line-height: 2.5rem;
  color: #6A6C6D;
  margin: .9375rem 0;
}

.hide_show {
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.bread a {
  color: #6A6C6D;
}

.bread a:hover {
  color: #0858B1;
}

.websit_left .top {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.websit_left .top .font18 {
  background-color: #0858B1;
}

.websit_left .top ul li {
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #e0e0e0;
  font-size: .875rem;
  color: #5D5D5E;
}

.websit_left .top ul li a {
  color: #5d5d5e;
}

.websit_left .top ul li a .iconfont {
  font-size: 0.75rem;
}

.websit_left .top ul li:last-child {
  border-bottom: none;
}

.websit_left .top ul li:hover a,
.websit_left .top ul li.active a {
  color: #0858B1;
}

.websit_left .bot ul,
.websit_left .top ul {
  padding: .3125rem 1.5625rem;
}

.websit_left .bot .font18,
.websit_left .top .font18 {
  color: #fff;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.5625rem;
}

.websit_left .bot {
  margin: 1.5625rem 0 2.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.websit_left .bot>.font18 {
  background: #666666;
}

.websit_left .bot ul li {
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

.websit_left .bot ul li .text {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #5D5D5E;
}

.websit_left .bot ul li p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #0858B1;
}

.websit_left .bot ul li:nth-child(1),
.websit_left .bot ul li:nth-child(2) {
  padding: .9375rem 0 .75rem;
}

.websit_left .bot ul li:last-child,
.websit_left .bot ul li:nth-last-child(2) {
  border-bottom: none;
}

.websit_left .more {
  background-color: #0858B1;
}

.websit_left .more a {
  color: #fff;
}

.websit_left .shouhou {
  padding: 1.8125rem 0 2.1875rem;
}

.websit_left .shouhou .ta {
  font-size: .875rem;
  line-height: 1.875rem;
  color: #5D5D5E;
}

.article_article .title::before {
  display: none;
}

.article_article .title {
  color: #414242;
}

.article_article .data {
  padding: 0 0 .9375rem 0;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 1.875rem;
}

.article_article .data,
.article_article .content {
  font-size: .875rem;
  line-height: 1.5rem;
  color: #9A9E9E;
}

.list_pro .right_pro {
  margin-bottom: 3.4375rem;
}

.list_case {
  margin-bottom: 3.4375rem;
}

.list_case .col-md-4 {
  margin-bottom: 2.1875rem;
}

.list_case .col-md-4>div {
  box-shadow: 0 0 10px #ddd;
  border: 2px solid #fff;
}

.list_case .col-md-4:hover>div {
  border-color: #0858B1;
}

.list_cpzz .font28 {
  font-size: 1.625rem;
  line-height: 30px;
  color: #0858B1;
  margin-top: 15px;
}

.list_cpzz .col-md-6>div {
  border: 1px solid #ddd;
  padding: 20px;
}

.list_about_sz {
  box-shadow: 3px 5px 6px 0px rgba(222, 221, 221, 0.43);
  border: solid 3px rgba(221, 217, 217, 0.14);
  margin-top: 60px;

}


.list_about_swiper .swiper-slide>div {
  border-radius: 2px;
  padding: 25px 0 20px;
  text-align: center;
  position: relative;

}

.list_about .list_vr {
  margin-top: 40px;
}

.list_about_swiper .swiper-slide>div::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 25px;
  background-color: #000000;
  opacity: 0.28;
  top: 58px;
}

.list_about_swiper .swiper-slide>div .iconfont {
  text-shadow: 1px 6px 3px 0px rgba(0, 0, 0, 0.16);
  color: #0858B1;
  font-size: 6rem;
}

.list_about_shuzi {
  font-size: 1rem;
  line-height: 40px;
  color: #181818;
  padding: 15px 0 0;
  color: #b5b5b5;
}

.list_about_shuzi span {
  font-size: 3.6rem;
  color: #0858B1;
  font-weight: 600;
}

.list_about_shuzi>div {
  color: #181818;
}


.list_about_swiper .swiper-slide:hover .iconfont,
.list_lx_swiper .swiper-slide:hover .iconfont {
  transform: rotateY(360deg);
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.list_about_swiper {
  padding: 57px 0 50px;

}

.list_about {
  margin-bottom: 3.4375rem;
}

.list_about .content,
.list_about .text {
  font-size: .875rem;
  line-height: 30px;
  color: #838383;
}

.list_about .text p {
  margin-bottom: 15px;
}

.list_about .text {
  margin-top: .625rem;
}

.list_about ul .col-md-6 {
  margin-bottom: 1.5625rem;
}

.list_about ul .col-md-6 .over {
  border: 4px solid #fff;
  box-shadow: 0 0 10px #ddd;
}

.list_about ul .col-md-6:hover .over {
  border-color: #0858B1;
}

.list_about ul .col-md-6:hover img {
  transform: scale(1.1);
}

.list_about ul .col-md-6 .over>img {
  cursor: default;
}

.about_pro {
  padding: 3.125rem 0 4.375rem;
}

.biaoti {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 1.6rem;
}

.biaoti span {
  width: 7.625rem;
  height: 2.375rem;
  line-height: 2.375rem;
  border-radius: .5rem .5rem 0 0;
  background: #F6F6F9;
  border: 1px solid #d6d6d6;
  font-size: 1rem;
  color: #000000;
  text-align: center;
  display: inline-block;
}

.websit_rgiht {
  padding-left: 1.5625rem;
}



.article_article .title {
  font-size: 1.8rem;
}

.font14 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5D5D5E;
}

.article_jjfa {
  margin-bottom: 5.125rem;
}

.article_jjfa .websit_rgiht {
  padding-left: 2.5rem;
}

.article_jjfa .websit_rgiht .col-md-8 {
  padding-left: 2.5rem;
}

.article_jjfa .websit_rgiht .col-md-8 .font16 {
  margin: 0.25rem 0 .5rem;
  color: #5D5D5E;
}

.article_jjfa .websit_rgiht .col-md-8 .font14 {
  color: #9A9E9E;
}

.article_jjfa .websit_rgiht .col-md-8 .more {
  margin-top: 1.25rem;
}

.article_jjfa .websit_rgiht .col-md-8 ul {
  margin-bottom: 3.125rem;
}

.article_jjfa .websit_rgiht li {
  padding: .9375rem 0;
  border-bottom: 1px solid #d3d3d3;
}

.article_jjfa .websit_rgiht li .name {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.article_jjfa .websit_rgiht li .col-md-4 {
  padding: 0;
}

.article_jjfa .websit_rgiht li .col-md-4>a {
  border: 1px solid #ddd;
}

.article_jjfa .websit_rgiht li .col-md-4>a img {
  height: 228px;
  object-fit: cover;
}

.article_jjfa .websit_rgiht li:nth-child(1) {
  padding-top: 0;
}

.article_jjfa .websit_rgiht li:hover img {
  transform: scale(1.1);
}

.article_jjfa .websit_rgiht li:hover .name {
  transform: translateX(10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  color: #0858B1;
}

.list_message {
  padding: 2.5rem 0 2.8125rem;
}

.list_message .font14 {
  color: #696A6B;
  line-height: 1.5rem;
  margin: .625rem 0 1.5625rem;
}

.list_message .font14 span {
  color: #da251d;
}

.list_message form {
  width: 60%;
  margin: 0 auto;
}

.list_message form button {
  border: none;
  background-color: #0858B1;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #0858B1;
  width: 120px;
  height: 36px;
  line-height: 36px;
}

.list_message form button:hover {
  background-color: #fff;
  color: #0858B1;
  border-radius: 10px;
}

.list_message form li {
  margin-bottom: .9375rem;
}

.list_message form li .col-md-2 {
  text-align: right;
}

.list_message form li .col-md-2 span {
  color: #da251d;
}

.list_message form li .col-md-10 {
  padding: 0;
}

.list_message form li .col-md-10 input {
  height: 2.875rem;
  line-height: 2.875rem;
  border-radius: .625rem;
  border: 1px solid #dbdcdd;
  padding: 0 .9375rem;
  width: 100%;
}

.list_message form li .col-md-10 textarea {
  height: 7.8125rem;
  line-height: 2.875rem;
  border-radius: .625rem;
  border: 1px solid #dbdcdd;
  padding: 0 .9375rem;
  width: 100%;
}

.list_message form li.yam .fr {
  border-radius: .625rem;
  border: 1px solid #dbdcdd;
  height: 2.875rem;
  line-height: 2.875rem;
  width: 16%;
  text-align: center;
}

.list_message form li.yam .fr img {
  border-radius: .625rem;
}

.list_message form li.yam input {
  width: 80%;
}

.list_contact {
  margin-bottom: 3.5625rem;
}

.list_contact .row .icon {
  width: 4.1875rem;
  height: 4.1875rem;
  line-height: 4.1875rem;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0 auto;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_contact .row .icon .iconfont {
  color: #0858B1;
  font-size: 1.625rem;
}

.list_contact .row .font16 {
  color: #5E5E5E;
  margin-top: .9375rem;
}

.list_contact .row .font14 {
  color: #5E5E5E;
  line-height: 1.5rem;
  height: 7.5rem;
}

.list_contact .row .col-md-4>div {
  background: #F6F7FA;
  border: 2px solid #ffffff;
  padding: 2rem 3.75rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.list_contact .row .col-md-4>div:hover .icon {
  transform: rotateY(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  box-shadow: 0 0 10px rgba(8, 88, 177, 0.2);
}

.list_contact .ditu {
  margin-top: 2.8125rem;
}

.zhao-top {
  background-color: #ededed;
  padding: 30px 50px;
}

.zhao-top .zhap-til1 {
  font-size: 1.3125rem;
  line-height: 47px;
  color: #000000;
}

.zhao-top .zhap-til2 {
  font-size: 1.0625rem;
  line-height: 30px;
  color: #7d7d7d;
}

.zhaos-bot {
  margin: 0 0 70px 0;
}

.zhaos-bot .ming {
  width: 25%;
  text-align: left;
  padding-left: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.zhaos-bot .renshu {
  width: 25%;
  text-align: left;
}

.zhaos-bot .xaingqs {
  width: 25%;
  text-align: left;
}

.zhaos-bot .add-dics {
  width: 25%;
  text-align: left;
}

.zhaos-bot .yunasi {
  border-radius: 50%;
  margin: auto;
  position: relative;
  width: 37px;
  height: 37px;
  margin-right: 30px;
}

.zhaos-bot .yunasi::before {
  width: 2px;
  height: 16px;
  background-color: #9b9b9b;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zhaos-bot .yunasi::after {
  width: 16px;
  height: 2px;
  background-color: #9b9b9b;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zhaos-bot .zhaopin-ul {
  text-align: center;
  font-size: 1.0625rem;
  line-height: 37px;
  color: #7d7d7d;
}

.zhaos-bot .zhaopin-ul li {
  margin: 10px 0;
}

.zhaos-bot .zhaopin-ul li .ming,
.zhaos-bot .zhaopin-ul li .renshu {
  color: #343434;
  font-size: 1rem;
  line-height: 37px;
}

.zhaos-bot .neirongxian {
  color: #343434;
  font-size: .9375rem;
  line-height: 30px;
}

.zhaos-bot .nin {
  color: #636363;
  font-weight: bold;
}

.zhaos-bot .zhaopin {
  background: #f4f4f4;
}

.zhaos-bot .zhizhe {
  text-align: left;
  display: none;
}

.zhaos-bot .neirongxian {
  padding: 0 0px 30px 0px;
}

.zhaos-bot .zhizhe {
  padding: 30px;
  border: 1px solid #777777;
}

.zhaos-bot .zhaopin-ul li>.clearfix {
  background: #fafafa;
  padding: 10px 0;
}


.zhaos-bot .hrds-zhao {
  background-color: #0858B1;
  line-height: 57px;
  color: #fff;
  font-size: 1.1875rem;
  text-align: center;
}

.zhaos-bot .sheng-a a {
  font-size: 1rem;
  color: #0858B1;
}

.zhaos-bot .sheng-a a:hover {
  color: #0858B1;
}

.zhaos-bot .zhaopin-ul li.active>.clearfix {
  background-color: #777777;
}

.zhaos-bot .zhaopin-ul li.active>.clearfix .ming,
.zhaos-bot .zhaopin-ul li.active>.clearfix .renshu,
.zhaos-bot .zhaopin-ul li.active>.clearfix .xaingqs,
.zhaos-bot .zhaopin-ul li.active>.clearfix .add-dics {
  color: #ffffff;
}

.zhaos-bot .zhaopin-ul li.active>.clearfix .yunasi::before {
  background: #ffffff;
  opacity: 0;
}

.article_yj_pro .title {
  font-size: 2rem;
}

.zhaos-bot .zhaopin-ul li.active>.clearfix .yunasi::after {
  background: #ffffff;
}

.pc_header.active {
  border-bottom: 1px solid #ddd;
}

.pro_top {
  margin-bottom: 2.5rem;
}

.list_search .over div {
  height: 230px;
  object-fit: cover;
  background-size: cover;
}

.list_search .name {
  height: 3.125rem;
  line-height: 50px;
  border: 1px solid #ddd;
  border-top: none;
}

.list_search .col-md-3 {
  margin-bottom: 1.875rem;
}

.list_search .over {
  border: 1px solid #ddd;
}

.list_search {
  padding-top: 4rem;
}

.hide_show {
  display: none;
}

.hide_show.active {
  display: block;
}




.list_article li .left {
  width: 70px;
  height: 4.1875rem;
  display: table;
  margin-top: .625rem;
}

.list_article li .left .data {
  display: table-cell;
  height: 4.1875rem;
  background-color: #f6f7fb;
  color: #9A9E9E;
  vertical-align: middle;
  border-radius: .5rem;
}

.list_article li .left .data div {
  font-size: 1.25rem;
  line-height: 24px;
}

.list_article li .left .data p {
  font-size: 14px;
  line-height: 24px;
}

.list_article li .right .text {
  font-size: .875rem;
  line-height: 1.5rem;
  color: #454646;
}

.list_article li .right .name {
  color: #1b1b1b;
  font-size: 1rem;
  line-height: 1.875rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_article li:hover .name {
  color: #0858B1;
  transform: translateX(10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_article li:hover .data {
  background-color: #0858B1;
  color: #fff;
}

body {
  padding-top: 145px;
}

.list_article {
  margin-bottom: 66px;
}

.list_article .right {
  width: 91%;
}

.list_article .name {
  font-weight: 600;
}

.list_article li {
  padding: 2.125rem 0;
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}

.list_article li:nth-child(1) {
  padding-top: 0;
}

.list_article ul {
  margin-bottom: 2.1875rem;
}

.about_pro .name,
.list_pro .right_pro .name {
  width: 100%;
  line-height: 1.625rem;
  padding: .625rem 0;
  font-size: .875rem;
  color: #5D5D5E;
  border: 1px solid #f1f1f1;
}

.about_pro .img,
.list_pro .right_pro .img {
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-bottom: none;
}

.list_pro .right_pro .col-md-4 {
  margin-bottom: 30px;
}

.index_two .swiper-slide:hover .name,
.list_pro .right_pro .swiper-slide:hover .name,
.list_pro .right_pro .col-md-4:hover .name {
  background-color: #0858B1;
  color: #fff;
}

.list_pro .right_pro .col-md-4:hover img {
  transform: scale(1.1);
}

.list_pro .right_pro .col-md-4 img {
  height: 252px;
  object-fit: cover;
}

/* 产品页详情 */
.article_yj_pro {
  margin: 0px 0 150px;
}

.article_pro_lb_bot .swiper-slide {
  border: 1px solid #eee;
}

.article_pro_lb_bot {
  margin: 35px 0;
  width: 73%;
}

.article_yj_pro_row .article_yj_pro_swiper {
  border: solid 1px #cccccc;
}

.article_pro_lb_bot .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #0088cc;
}

.article_yj_pro_row .swiper-button-next,
.article_yj_pro_row .swiper-container-rtl .swiper-button-prev {
  width: 30px;
  height: 50px;
  background-color: #d0d0d0;
  right: 0;
  background-size: 15px 30px;
  border-radius: 5px;
}

.article_yj_pro_row .swiper-button-prev.swiper-button-white,
.article_yj_pro_row .swiper-container-rtl .swiper-button-next.swiper-button-white {
  width: 30px;
  height: 50px;
  background-color: #d0d0d0;
  left: 0;
  background-size: 15px 30px;
  border-radius: 5px;
}

.article_pro_lb_bot .gallery-thumbs {
  width: 85%;
  margin: 0 auto;
}

.article_yj_pro_row .col-md-7 {
  padding-left: 65px;
}

.article_yj_pro_title {
  font-size: 1.75rem;
  line-height: 35px;
  color: #000000;
  margin-bottom: 10px;
}

.article_yj_pro_con {
  font-size: 1rem;
  line-height: 30px;
  color: #555555;
  margin-top: 15px;
}

/* .article_yj_pro_row .col-md-7 .more {
    width: 130px;
    height: 44px;
    line-height: 44px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    background-color: #0088cc;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    border: none;
    margin-top: 20px;
    border: 1px solid #0088cc;
}
.fix_ul li:hover a {
    color: #fff!important;
} */
.right_div {
  padding: 0 5px !important;
}

.article_yj_pro_row .col-md-7 .more a {
  color: #fff !important;
  font-size: 1rem;
  line-height: 44px;
}

/* .right_div div {
    height: 35px!important;
    line-height: 35px!important;
} */
.article_yj_pro_row .col-md-7 .more:hover {
  background-color: #fff;

  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  border-color: #0088cc;
}

.article_yj_pro_row .col-md-7 .more:hover a {
  color: #0088cc !important;
}

.article_yj_div2 {
  position: relative;
  margin-top: 72px;
}

.article_yj_div2_title::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/4.png);
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 220px;
  height: 40px;
  z-index: -1;
}

.article_yj_div2_title {
  font-size: 1.375rem;
  line-height: 40px;
  color: #000000;
  border-top: 1px solid #d0d0d0;
}

.articel_yj_div2_con {
  font-size: 1rem;
  line-height: 30px;
  color: #333333;
  padding: 46px 0;
}

.article_xqy_ly_img {
  background: url(../img/19.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 150px;
  padding: 35px 0 0 55%;
}

.article_yj_div2 {
  margin: 50px 0 0px;

}

.article_xqy_ly_img_title {
  font-size: 1.5rem;
  line-height: 40px;
  color: #000000;
}

.article_xqy_img_dh span:nth-child(1) {
  font-size: 2.875rem;
  line-height: 53px;
  letter-spacing: 1px;
  color: #0088cc;
  font-weight: 600;
  float: left;
}

.article_xqy_ly_p {
  font-size: 1.125rem;
  line-height: 30px;
  color: #000000;
  margin-bottom: 30px;
}

.article_ypt_swiper_cen {
  background: #eaeaea;
  border-bottom: 2px solid #0088cc;
  line-height: 50px;
  margin-top: 60px;
}

.article_ypt_swiper_cen ul {
  display: flex;
  justify-content: center;
}

.article_ypt_swiper_cen ul li {
  width: 120px;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #aaa;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  margin: 0 3px;
}

.article_ypt_swiper_bot {
  padding-top: 50px;
}

.article_ypt_swiper_cen ul li.active,
.article_ypt_swiper_cen ul li:hover {
  background-color: #0088cc;
  color: #fff;
}

.article_ypt_qiehuan_ul>div {
  display: none;
}

.article_ypt_qiehuan_ul>div.active {
  display: block;
}

.more11 {
  display: none;
}

.saoma .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 88, 177, 0.5);
  display: none;
  border-radius: 10px;
}

.saoma .hover.active {
  display: block;
}

.saoma .hover div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #fff;
}

.list_ypt {
  padding: 0 0 80px 0;
}

.list_ypt .col-md-4 {
  margin-bottom: 30px;
}

.list_ypt .col-md-4 .name {
  color: #333;
  line-height: 50px;
  padding: 10px 0;
}

.list_ypt .col-md-4 .over {
  border: 1px solid #ddd;
}

.list_ypt .col-md-4:hover .name {
  background: #0088cc;
  color: #fff;
}

.list_ypt .col-md-4:hover img {
  transform: scale(1.1);
}

.list_ypt .col-md-4:hover .over {
  border-color: #0088cc;
}

.article_yj_pro .img {
  margin: 50px 0 0;
}

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

.prolist_ul li {
  width: 31.5%;
  float: left;
  margin-left: 2.7%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 8px;
  background: #fff;
  margin-bottom: 40px;
  overflow: hidden;
}
.prolist_ul li  a.bl {
  overflow: hidden;
  transition: all .6s;
}
.prolist_ul li img {
  height: 300px;
  object-fit: contain;  transition: all .6s;
}
.prolist_ul li:hover .prolist_size a {
  color: #fff;
}
.prolist_ul li>a img {
  display: block;
  height: 320px;
  object-fit: contain;
}

.prolist_ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.219);
}

.prolist_size {
  background: #f6f6f6;
  font-size: 1.3125rem;
  text-align: center;
  padding: 20px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about_pro .title {
  margin-bottom: 40px;
}

.prolist_ul li:hover img {
  transform: scale(1.1);
}

.prolist_ul li:hover .prolist_size {
  background: #0088cc;
  color: #fff;
}

.prolist_size a {
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.prolist_ti {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 50px;
}

@media (max-width: 1700px) {
  .nav-ul>li {
    padding: 0px 15px;
  }

  .sou {
    width: 190px;
  }

  .dian {
    font-size: 1.5rem;
  }

  .daohang .logo1 img {
    width: 80%;
  }

  .title {
    font-size: 2.125rem;
  }

  .futitle {
    font-size: 1.25rem;
  }

  .title {
    font-size: 1.9rem;
  }

  .daohang .nav-ul>li:nth-child(2) .er-ul {
    width: 240%;
    left: -60%;
  }

  .daohang .nav-ul>li:nth-child(3) .er-ul {
    width: 200%;
    left: -50%;
  }

  body,
  html {
    font-size: 14px;
  }

  .article_article .title {
    font-size: 1.6rem;
  }

  .list_article li .left {
    height: 5.1875rem;
    margin-top: 0;
  }
}

@media (max-width: 1440px) {
  .list_pro .right_pro .col-md-4 img {
    height: 230px;
  }.index_three .swiper-slide .over img {
    height: 360px;
    object-fit: cover;
  }

  .list_article li .left .data,
  .list_article li .left {
    height: 5rem;
  }

  .list_article li .left {
    margin-top: .25rem;
  }

  .list_article li .left .data div {
    font-size: 18px;
  }

  .list_message .font14 {
    color: #696A6B;
    line-height: 2.2rem;
  }

  .bot-dao {
    padding: 0 2.75rem;
  }

  .index_one .sum {
    bottom: 25px;
  }

  .index_two .right ul .swiper-slide {
    margin-bottom: 38px;
  }

  .foot-ul>li {
    margin-right: 51px;
  }

  .nav-ul>li {
    padding: 0px 12px;
  }
}

@media (max-width: 1366px) {

  .article_article .data,
  .article_article .content {
    line-height: 2.25rem;
  }

  .about_pro .name,
  .list_pro .right_pro .name {
    height: 3.5rem;
    line-height: 3.5rem;
  }

  .websit_left .top ul li {
    height: 3.5rem;
    line-height: 3.5rem;
  }



  .dian {
    font-size: 1.25rem;
    margin-right: 10px;
  }

  .nav-ul>li {
    padding: 0px 9px;
  }

  .daohang {
    line-height: 75px;
  }

  .sou {
    top: 17px;
  }

  body {
    padding-top: 120px;
  }

  .article_yj_pro {
    margin: 0px 0 80px;
  }

  .article_yj_pro_row .col-md-7 {
    padding-left: 40px;
  }
}

@media (max-width: 1280px) {
  .list_contact .row .font14 {
    line-height: 2.3rem;
    height: 4.6rem;
  }

  .list_contact .row .font16 {
    margin: 1.5rem 0 0;
  }

  .list_article li .left .data,
  .list_article li .left {
    height: 6rem;
  }

  .list_article li .right .text,
  .list_article li .right .name {
    line-height: 2rem;
  }

  .swiper-pagination-bullet-active {
    background-color: #0858B1;
  }

  .list_article li .left .data,
  .list_article li .left {
    height: 4.5em;
  }

  .list_article li .right .text {
    -webkit-line-clamp: 1;
  }

  .nav-ul {
    margin-right: 10px;
  }

  .bot-dao {
    padding: 0 1.5rem;
  }

  .sou {
    width: 175px;
  }

  .article_yj_pro_row .col-md-7 {
    padding-left: 24px;
  }

  .article_pro_lb_bot .gallery-thumbs {
    width: 80%;
  }

  .article_pro_lb_bot {
    margin: 25px 0;
  }
}

@media (max-width: 1200px) {
  .list_pro .right_pro .col-md-4 img {
    height: 180px;
  }
  .index_three .swiper-slide .over img {
    height: 290px; 
  }
  .about_pro {
    padding: 3.125rem 0 0rem;
  }

  .prolist_ul li>a img {
    height: 270px;
  }

  .list_article li .right .text,
  .list_article li .right .name {
    line-height: 2.4rem;
  }

  .list_article .right {
    width: 89%;
  }

  .list_article li .left .data,
  .list_article li .left {
    height: 5rem;
  }

  .dian {
    display: none;
  }

  .ms-im1 {
    margin-right: 15px;
  }

  .index_one {
    padding-top: 50px;
  }

  .banner .swiper-pagination {
    bottom: 15px;
  }

  .index_one .sum {
    width: 28%;
  }

  .index_one ul .icon {
    width: 100px;
    height: 100px;
    line-height: 88px;
  }

  .index_one ul li:nth-child(5) a {
    width: 100px;
  }

  .index_one ul li:nth-child(5) a:nth-child(2) {
    width: 120px;
  }

  .index_one ul .icon img {
    width: 35%;
  }

  .index_one .futitle {
    margin-bottom: 100px;
  }

  .title {
    font-size: 1.8rem;
    line-height: 36px;
  }

  .futitle {
    font-size: 1.125rem;
  }

  .index_two .right .fr {
    width: 76%;
  }

  .index_two .right .name {
    margin: 0 0 0px 0;
  }

  .index_two .right ul .swiper-slide {
    margin-bottom: 35px;
  }

  .index_four ul .icon {
    width: 60%;
    margin: 0 auto;
  }

  .index_four ul {
    margin: 40px 0 25px;
  }

  .banner .swiper-pagination-bullet,
  .index_three .swiper-pagination-bullet,
  .index_four_swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .index_five .col-md-3>div .icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
  }

  .foot-ul>li {
    margin-right: 10px;
  }

  .article_jjfa .websit_rgiht li .col-md-4>a img {
    height: 175px;
  }
}

@media (max-width: 1024px) {
  .nav-ul>li {
    padding: 0px 7px;
  }
}

.phone_show {
  display: none;
}

@media (max-width: 990px) {
  .daohang {
    display: none;
  }  .index_three .swiper-slide .over img {
    height: 220px; 
  }

  .list_pro .right_pro .col-md-4 img {
    height: 313px;
  }

  .prolist_ul li>a img {
    height: 200px;
  }

  .phone {
    display: block;
  }

  body {
    padding: 61px 0 60px;
  }

  .phone_logo img {
    width: 100px;
  }

  .phone_hide {
    display: none;
  }

  .phone_show {
    display: block;
  }

  .index_one .gallery-thumbs {
    margin-top: 30px;
  }

  .index_one .gallery-thumbs .swiper-slide {
    background: #929292;
    padding: 15px 0;
  }

  .index_one .gallery-thumbs .swiper-slide-thumb-active {
    background-color: #0070c3;
  }

  .index_one {
    padding: 45px 0;
  }

  .index_one .futitle {
    margin-bottom: 50px;
  }

  .bread {
    display: none;
  }

  .ny_ban .ny_erji ul li {
    height: 36px;
    line-height: 36px;
  }

  .ny_ban .content .ny_title {
    line-height: 4rem;
  }

  .ny_ban .content .ny_title {
    line-height: 4rem;
  }

  .websit_left .bot {
    display: none;
  }

  .websit_left .top ul li {
    height: 4.5rem;
    line-height: 4.5rem;
  }

  .websit_left .top {
    margin-bottom: 1.875rem;
  }

  .websit_left .top ul li {
    width: 50%;
    float: left;
  }

  .font14 {
    line-height: 3rem;
  }

  .article_jjfa .websit_rgiht .col-md-8 .font16 {
    line-height: 3rem;
    margin-top: .625rem;
    font-size: 2.2rem;
  }

  .more {
    height: 45px;
    line-height: 45px;
  }

  .article_jjfa .websit_rgiht .row {
    margin: 0;
  }

  .list_message form li .col-md-10 input,
  .list_message form li.yam .fr {
    height: 4rem;
    line-height: 4rem;
  }

  .list_message form li {
    margin-bottom: 1.5rem;
  }

  .list_message form li .col-md-10 textarea {
    height: 10rem;
    line-height: 30px;
  }

  .list_message .font14 {
    color: #696A6B;
    line-height: 3rem;
  }

  .list_article li .left .data,
  .list_article li .left {
    height: 4.5rem;
  }

  .index_two .futitle {
    margin-bottom: 30px;
  }

  .index_two .right .fr {
    width: 85%;
  }

  .index_two .right {
    padding-left: 15px;
    margin-top: 20px;
  }

  .index_two .left {
    padding-right: 15px;
  }

  .index_two .right ul .swiper-slide {
    margin-bottom: 20px;
  }

  .index_two {
    padding: 45px 0 55px;
  }

  .index_four ul .name {
    font-size: 1rem;
  }

  .index_four ul {
    margin: 30px 0 25px;
  }

  .index_three .index_three_swiper {
    padding-bottom: 60px;
  }

  .index_five .col-md-3>div .text {
    line-height: 23px;
  }

  .index_five .col-md-3>div {
    padding: 30px 30px 40px;
  }

  .index_five .col-md-3 {
    margin-bottom: 30px;
  }

  .index_five {
    padding: 45px 0 20px;
  }

  .foot {
    display: none;
  }

  .phone_footer {
    display: block;
  }

  .websit_left,
  .article_ypt_swiper_top {
    margin-top: 45px;
  }

  .websit_left .top ul li {
    line-height: 40px;
    height: 40px;
  }

  .article_yj_pro_row .col-md-7 {
    margin-top: 30px;
  }

  .article_pro_lb_bot {
    width: 100%;
  }

  .article_ypt_swiper_bot {
    padding-top: 25px;
  }

  .article_yj_pro_title {
    font-size: 1.5rem;
    line-height: 36px;
    margin-bottom: 0;
  }

  .article_yj_pro_con {
    margin-top: 5px;
  }

  .ny_ban .content .ny_title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .ny_ban img {
    height: 200px;
    object-fit: cover;
  }

  .list_contact .row .col-md-4 {
    margin-bottom: 1.2rem;
  }

  .list_contact .row .font14 {
    height: auto;
  }

  .list_contact .ditu {
    margin-top: 1rem;
  }

  .list_contact {
    margin-bottom: 2.5rem;
  }

  .phone_logo {
    line-height: 40px;
  }

  footer .right li .fr {
    line-height: 2rem;
  }

  .websit_left .bot .font18,
  .websit_left .top .font18 {
    font-size: 1.5rem;
    height: 4rem;
    line-height: 4rem;
  }

  .websit_left .top ul li {
    width: 50%;
    float: left;
  }

  .websit_left .top ul li {
    height: 4rem;
    line-height: 4rem;
  }

  .about_pro_swiper {
    padding-bottom: 4.5rem;
  }

  .websit_left {
    margin-top: 25px;
  }

  .websit_left .top {
    border-top: 1px solid #ddd;
  }

  .websit_left .top {
    margin-bottom: 20px;
  }

  .swiper-pagination-bullet-active {
    background: #0858B1;
  }

  .about_pro {
    padding: 2rem 0 1.5em;
  }

  .biaoti span {
    width: 10rem;
    height: 3.375rem;
    line-height: 3.375rem;
  }


  .font14 {
    font-size: 14px;
    line-height: 26px;
  }


  .list_article .right {
    width: 75%;
  }

  .article_jjfa .websit_rgiht .col-md-8 {
    padding-left: 0;
  }

  .article_jjfa .websit_rgiht {
    padding-left: 15px;
  }

  .article_jjfa .websit_rgiht .col-md-8 .font16 {
    margin-top: 1rem;
    font-size: 1.6rem;
  }

  .article_jjfa .websit_rgiht .col-md-8 .more {
    height: 42px;
    line-height: 42px;
  }

  .more a,
  .more button {
    padding: 0 2rem;
  }

  .more {
    height: 40px;
    line-height: 40px;
  }

  .article_jjfa .websit_rgiht li {
    padding: 2rem 0;
  }

  .list_message .font14 {
    line-height: 2.6rem;
  }

  .list_message form {
    width: 100%;
    padding: 0 15px;
  }

  .list_message form li .col-md-2 {
    text-align: left;
    margin: 0 0 .625rem 0;
    padding: 0;
  }

  .list_message form li.yam input {
    width: 75%;
  }

  .list_message form li.yam .fr {
    width: 22%;
  }

  .about_pro .name,
  .list_pro .right_pro .name {
    height: 44px;
    line-height: 44px;
  }

  .list_pro .right_pro .col-md-4:nth-child(odd) {
    padding-right: 7.5px;
  }

  .list_pro .right_pro .col-md-4:nth-child(even) {
    padding-left: 7.5px;
  }

  .title {
    font-size: 1.6rem;
    line-height: 30px;
  }

  footer .container {
    padding: 0 15px;
  }

  .index_two,
  .index_three,
  .index_four,
  .index_five {
    padding: 25px 0;
  }

  .title {
    font-size: 24px;
    padding-bottom: 4px;
  }

  .futitle {
    font-size: 14px;
  }

  .list_article li .right .text,
  .list_article li .right .name {
    line-height: 2rem;
  }

  .list_article li .left {
    margin-top: 0;
  }

  .ny_ban .content .ny_title {
    font-size: 22px;
    line-height: 40px;
  }

  .ny_ban .content .text {
    font-size: 14px;
  }

  .bread {
    display: none;
  }

  .websit_left .bot .font18,
  .websit_left .top .font18 {
    display: none;
  }

  .websit_left .bot ul,
  .websit_left .top ul {
    padding: 0 15px;
  }

  .websit_left .top ul li:last-child {
    border-bottom: 1px solid #ddd;
  }

  .websit_left .top ul li {
    height: 42px;
    line-height: 42px;
    border: 1px solid #ddd;
    padding: 0 10px;
  }

  .websit_left .top ul {
    box-shadow: none;
    padding: 0;
  }

  .websit_left .top {
    box-shadow: none;
  }

  .websit_left .top ul li a .iconfont {
    display: none;
  }

  .websit_left .top ul li {
    border-top: none;
  }

  .websit_left .top ul li:nth-child(even) {
    border-left: none;
  }

  .websit_rgiht {
    padding-left: 15px;
  }

  .biaoti span {
    width: 110px;
    height: 44px;
    line-height: 44px;
  }

  .pro_top {
    margin-bottom: 25px;
  }



  .biaoti {
    margin-bottom: 15px;
  }



  .about_pro {
    padding: 15px 0 25px;
  }

  .beian {
    line-height: 24px;
    font-size: 12px;
    padding: 10px 0;
  }

  footer {
    padding-top: 25px;
  }

  .article_jjfa .websit_rgiht .col-md-8 .font16 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 4px;
  }

  .article_jjfa .websit_rgiht .col-md-8 {
    padding-right: 0;
  }

  .article_jjfa .websit_rgiht .col-md-8 .more {
    margin-top: 10px;
  }

  .article_jjfa .websit_rgiht li,
  .list_article li {
    padding: 15px 0;
  }

  .article_article .data {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .article_article .data,
  .article_article .content {
    line-height: 26px;
    font-size: 14px;
  }

  .list_article,
  .list_message {
    margin: 25px 0;
  }

  .list_article .right {
    padding-top: 3px;
  }

  .list_message .font14 {
    line-height: 26px;
  }

  .list_message form li .col-md-10 input,
  .list_message form li.yam .fr {
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
  }

  .list_message form li {
    margin-bottom: 10px;
  }

  .list_message form li .col-md-2 {
    margin-bottom: 2px;
  }

  .list_message form li .col-md-10 textarea {
    height: 130px;
    line-height: 30px;
    border-radius: 4px;
  }

  .list_message {
    padding: 0;
  }

  .list_message form button {
    margin-top: 15px;
  }

  .list_contact .row .col-md-4>div {
    padding: 15px 30px;
  }

  .list_contact,
  .list_about,
  .list_case {
    padding: 25px 0;
    margin-bottom: 0;
  }

  .list_contact .row .font16 {
    margin-top: 10px;
    line-height: 26px;
  }

  #dituContent {
    height: 300px !important;
  }

  footer .yqlj {
    margin: 10px 0 .9375rem;
  }

  .list_about ul .col-md-6:last-child {
    margin-bottom: 0;
  }

  .list_case .col-md-4 {
    margin-bottom: 15px;
  }

  .list_case .col-md-4:last-child {
    margin-bottom: 0;
  }

  .index_two .container>.clearfix .left::before {
    display: none;
  }

  footer,
  .beian {
    display: none;
  }

  .phone_footer {
    display: block;
  }

  body {
    padding-bottom: 60px;
  }

  .index_one {
    padding: 25px 0;
  }

  .gallery_thumbs_pr .gallery-thumbs {
    width: 80%;
    margin: 0 auto;
  }

  .gallery_thumbs_pr .swiper-button-prev {
    left: 0;
  }

  .gallery_thumbs_pr .swiper-button-prev,
  .gallery_thumbs_pr .swiper-button-next {
    background-size: 20px 20px;
    height: 85px;
    width: 8%;
    background-color: #929292;
    margin-top: 0;
    top: 0;
  }

  .gallery_thumbs_pr .swiper-button-next {
    right: 0;
  }

  .index_one .futitle {
    margin-bottom: 25px;
  }

  .gallery_thumbs_pr {
    margin-top: 25px;
  }

  .index_two .futitle {
    margin-bottom: 20px;
  }

  .index_two .right .fl {
    width: 75px;
    height: 80px;
  }

  .index_two .right .fl .data {
    height: 80px;
  }

  .index_two .right .fr {
    width: 75%;
  }

  .index_three .index_three_swiper {
    margin-top: 25px;
    padding-bottom: 45px;
  }

  .index_four ul {
    display: block;
  }

  .index_four ul li {
    width: 25%;
    float: left;
    margin-bottom: 15px;
  }

  .index_four ul {
    margin: 30px 0 0px;
  }

  .index_five .col-md-3>div {
    padding: 20px 15px 25px;
  }

  .index_five .col-md-3>div .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }

  .index_five .col-md-3>div .icon i {
    font-size: 2rem;
  }

  .index_five .col-md-3>div .font16 {
    padding: 8px 0 10px;
  }

  .index_five .col-md-3 {
    margin-bottom: 15px;
  }

  .index_five .futitle {
    margin-bottom: 20px;
  }

  .article_yj_pro_row .col-md-7 {
    margin-top: 15px;
  }

  .article_ypt_swiper_cen {
    margin-top: 40px;
  }

  .article_ypt_swiper_cen ul li {
    /* width: auto; */
    height: 42px;
    line-height: 42px;
  }

  .about_pro .name,
  .list_pro .right_pro .name {
    padding: 0 10px;
  }

  .list_pro .right_pro .col-md-4 {
    margin-bottom: 15px;
  }

  .article_yj_pro_row .col-md-7 .more a {
    line-height: 40px;
  }

  .shangxia .fr {
    float: left;
  }

  .article_yj_pro {
    margin: 0px 0 45px;
  }

  .article_yj_pro .title {
    font-size: 1.6rem;
  }

  .article_yj_pro .img {
    margin: 15px 0 0;
  }

  .article_yj_pro {
    margin: 0px 0 45px;
  }

  .list_about_sz {
    margin-top: 0;
  }

  .list_about_shuzi span {
    font-size: 2.6rem;
  }

  .list_about_swiper {
    padding: 10px 0 25px;
  }

  .list_about_sz {
    padding-bottom: 25px;
  }

  .about_pro .title {
    margin-bottom: 15px;
  }

  .prolist_ul li {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }

  .prolist_ul li>a img {
    height: auto;
  }

  .about_pro {
    padding-bottom: 0;
  }

  .prolist_size {
    font-size: 1.25rem;
    padding: 10px 0px 10px;
  }

  .shangxia .fl,
  .shangxia .fr {
    width: 100%;
  }
  .list_pro .right_pro .col-md-4 {
    padding:  0 15px !important;
    width: 100% !important;
  }
  .list_pro .right_pro .col-md-4 img {
    height: auto;
  }
  #page {
    padding: 0 15px;
  }.index_three .swiper-slide .over img {
    height: 180px;
}
}
.index_two .futitle .xinwen_swiper{padding-bottom: 60px;
 
    margin-top: 34px;
  padding-bottom: 80px;

}

 .index_news_swiper .right .swiper-pagination{
 padding-bottom: 60px;
}
