@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;
}
.contact_center{
  margin: 6.25rem 0;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
.section06  {
  background: #ededed url(../img/1.png) no-repeat;
  background-size: cover;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

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

.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;
}

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

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

.pc_header .center ul>li:nth-child(3) .er-ul {
  width: 180%;
  left: -38%;
}

.country {
  top: 145%;
}

.modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 auto;
}

/* .modal-dialog table， */
.modal-dialog table tr td {
  border: 1px solid #ddd;
  padding: 15px;
}

.pc_header .center ul>li .er-ul {
  transition: 400ms ease-in-out;
  transform: scale(0);
  opacity: 0;
  top: 100%;
  background-image: #fff;
  display: block;
}

.er-ul li {
  line-height: 40px;
  width: 100%;
  display: block;
  float: none;
}

.er-ul li a {
  color: #000;
  font-size: 0.875rem;
  display: block;
  text-align: left;
  color: #fff;
  text-align: center;
}

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

.er-ul li:hover {
  background: #fff;
}

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

.all_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  display: none;
}

.all_nav .container {
  height: 100%;
}

.all_nav ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.all_nav ul li .name {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 36px;
  padding-bottom: 10px;
}

.all_nav ul li .name_a {
  font-size: 1.125rem;
  line-height: 30px;
}

.all_nav .guanbi {
  position: absolute;
  right: 0;
  top: 10%;
}

.all_nav .guanbi i {
  font-size: 1.5rem;
}

/* .index_foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
} */

.index_hzhb .swiper-container {
  padding: 40px 0 80px;
}

.index_hzhb .swiper-slide {
  border: 1px solid #ddd;
}

.index_hzhb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.index_hzhb .swiper-container .swiper-pagination-bullet-active {
  background: #004098;
}

.index_hzhb .swiper-container .swiper-pagination-bullet {
  /* background: ; */
}

.section06 {
  position: relative;
}

.solutions-card {
  display: block;
  position: relative;
  height: 316px;
  padding: 32px;
  background-size: cover;
  background-position: 0;
  overflow: hidden;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  background-size: cover;
}

.solutions-list>li {
  width: 25%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transition: .65s;
  transition: .65s;
  float: left;
  position: relative;
  cursor: default;
}

.solutions-card-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .5));
  -webkit-transition: .65s;
  transition: .65s;
}

.solutions-card-text {
  position: absolute;
  bottom: 20px;
  left: 32px;
  right: 32px;
  -webkit-transition: .65s;
  transition: .65s;
}

.solutions-card-text img {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
}

.solutions-card-title {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

.section07 {
  background: url(../img/bg7.jpg) no-repeat;
  background-size: cover;
}

.section07 .swiper-container {
  padding-bottom: 60px;
}

.solutions-card-text p {
  font-size: 14px;
  line-height: 22px;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.solutions-list>li:hover {
  width: 30% !important;
}

.solutions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solutions-list li:hover .solutions-card-text {
  margin-top: 76px;
  opacity: 0;
}

.solutions-list li:hover .solutions-card-text p {
  opacity: 1;
  -webkit-transition: .65s .1s;
  transition: .65s .1s;
}

/* .solutions-list li:hover .solutions-card-cover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5));
} */

.solutions-list>li a:hover {
  color: #fff;
}

.index_tanchu .modal-dialog {
  width: 40%;
}

.section07 .name {
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 25px;
}

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

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

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

.container-r {
  padding-right: 15rem;
}

.pc_header {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  z-index: 999;
  line-height: 5.625rem;
}

.pc_header .left img {
  width: 7.5rem;
}

.pc_header .left,
.pc_header .right {
  width: 18%;
}

.pc_header .center {
  margin: 0 auto;
  width: 70%;
}

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

.pc_header .language {
  padding: 0 .9375rem 0 1rem;
}

.pc_header .language a {
  padding: 0 8px;
  position: relative;
  display: inline-block;
}

.pc_header .language a:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
  width: 2px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
}

.pc_header .language a:hover {
  color: #004098;
}

.pc_header .center ul>li {
  float: left;
  font-size: 1rem;
  color: #FFFFFF;
  position: relative;
}

.pc_header .center>ul>li>a {
  color: #FFFFFF;
  padding: 0 1.4375rem;
  position: relative;
}

.pc_header .center ul>li>a:hover {
  color: #004098;
}

.pc_header .center ul>li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
}

.pc_header .center ul>li:last-child::before {
  display: none;
}

.pc_header .right i,
.pc_header .right a {
  color: #fff;
}

.pc_header .right a {
  color: #fff;
}

.pc_header .sousuo {
  margin-right: 1rem;
}

.pc_header .caidan {
  margin-left: 0.75rem;
  height: 5.625rem;
  position: relative;
}

.pc_header .caidan>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pc_header .container {
  padding: 0 6rem;
}

.pc_header.active .center ul>li>a,
.pc_header:hover .center ul>li>a {
  color: #2A2A2A;
  display: block;
  font-weight: 600;
}

.pc_header .center ul>li>a {
  position: relative;
}

.pc_header .center ul>li>a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #004098;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.pc_header .center>ul>li.active>a,
.pc_header .center>ul>li:hover>a {
  color: #004098;
}

.pc_header .center>ul>li.active>a::before,
.pc_header .center>ul>li:hover>a::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.pc_header.active .language a:nth-child(2)::before,
.pc_header.active .center>ul>li::before,
.pc_header:hover .language a:nth-child(2)::before,
.pc_header:hover .center>ul>li::before {
  background: #CCCCCC;
}

.pc_header.active,
.pc_header:hover {
  background: #fff;
  border-bottom: 1px solid #C1C1C1;
}

.pc_header.active a,
.pc_header:hover a,
.pc_header.active i,
.pc_header:hover i {
  color: #2A2A2A;
}

.font14 {
  font-size: .875rem;
  line-height: 1.75rem;
  color: #686868;
}

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

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

.font20 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #686868;
}

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

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

.font26 {
  font-size: 1.625rem;
  line-height: 42px;
  color: #686868;
}

.font28 {
  font-size: 1.75rem;
  line-height: 2.75rem;
  color: #686868;
}

.font30 {
  font-size: 1.875rem;
  line-height: 3.125rem;
  color: #686868;
}

.title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 4rem;
  color: #000000;
}

.en_title {
  font-size: 1.375rem;
  text-transform: uppercase;
  line-height: 2rem;
  color: #333333;
}

.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.banner .hover .banner_p2 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 1.25rem;
}

.banner .hover .banner_p1 {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 5rem;
  color: #FFFFFF;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  background-size: 1.2rem;
}

.banner .swiper-button-next {
  right: 6%;
}

.banner .swiper-button-prev {
  left: 6%;
}

.banner .swiper-pagination {
  position: absolute;
  right: 6%;
  bottom: 30px;
}

.banner .swiper-pagination-bullet,
.section07 .swiper-pagination-bullet,
.index_hzhb .swiper-pagination-bullet {
  background: #004098;
  margin: 0 8px;
  opacity: 1;
  position: relative;
}

.section07 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.index_hzhb .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.banner .swiper-pagination-bullet::before,
.section07 .swiper-pagination-bullet-active::before,
.index_hzhb .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 18px;
  height: 18px;
  border: 1px solid #004098;
  border-radius: 50%;
}

body {
  padding-top: 5.625rem;
}

.more {
  padding: 0 2.1875rem;
  line-height: 3.375rem;
  background: #004098;
  display: inline-block;
  border: 1px solid #004098;
}

.more a {
  color: #fff;
}

.more a i {
  margin-left: 5px;
}

.section01 .banner_swiper img {
  height: 100vh;
}

.section02 {
  background: #ededed url(../img/1.png) no-repeat;
  width: 100%;
  height: 100%;
}

.section02 .swiper-slide>div {
  border: 2px solid #fff;
}

.section02 .content {
  padding: .875rem 1.875rem 1.875rem;
  background: #fff;
}

.section02 .content .name {
  color: #333333;
}

.section02 .content .font16 {
  color: #939393;
}

.section02 .swiper-slide:hover>div {
  border-color: #004ca1;
  box-shadow: 0 0 14px #0000006b;
}

.section02 .swiper-slide:hover .name {
  color: #004ca1;
}

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

.section02 .more_a {
  margin-top: .625rem;
}

.section02 .pad_bot {
  padding-bottom: 6.25rem;
}

.section02 .swiper-button-next,
.section02 .swiper-button-prev {
  background-size: 1rem;
}

.section02 .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 0;
  background: url(../img/yj.png) no-repeat;
}

.section02 .zanting,
.section02 .swiper-button-next,
.section02 .swiper-button-prev {
  width: 3.8125rem;
  background-size: contain !important;
  height: 3.8125rem;
  line-height: 3.8125rem;
}

.section02 .zanting {
  position: absolute;
  bottom: 0;
  right: 4.1rem;
  border: 1px solid #231815;
  text-align: center;
}

.section02 .zanting i {
  font-size: 1.5rem;
  color: #231815;
}

.section02 .swiper-button-prev {
  top: auto;
  bottom: 0;
  right: 8.125rem;
  left: auto;
  background: url(../img/zj.png) no-repeat;
}

.section02 .swiper-scrollbar {
  height: 2px;
  background: #333333;
  bottom: 1.875rem;
  width: 80%;
  position: absolute;
}

.section02 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #004ca1;
  height: 4px;
  position: relative;
  top: -1px;
}

.section02 .en_title {
  margin-top: 2.875rem;
}

.section02 .title,
.section07 .title {
  margin-bottom: 2rem;
}

.section03 {
  background: url(../img/3.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.section03 .right {
  width: 50%;
  float: right;
  position: relative;
  z-index: 4;
  padding-left: 6.125rem;
  margin-top: 2.875rem;
}

.section03 .right ul {
  display: flex;
  justify-content: space-between;
  margin-top: 4.375rem;
}

.section03 .right ul li .icon {
  margin: 0 auto;
  width: 7.0625rem;
  height: 7.0625rem;
  line-height: 7.0625rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.section03 .right ul li .font16 {
  padding-top: .625rem;
  color: #fff;
}

.section03 .right ul li:hover .icon {
  transform: rotateY(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.section03 .line {
  width: 1px;
  height: 3.125rem;
  background: #fff;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin: 1.25rem 0;
}

.section03 .cf {
  color: #fff;
}

.section03 .font16.cf p {
  margin-bottom: 15px;
}

.cf {
  color: #fff;
}

.section03::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 76, 161, 0.8);
  z-index: 3;
}

.section04 {
  background: #ededed url(../img/5.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section04 .left {
  width: 57%;
  padding-left: 4.1875rem;
}

.section04 .left ul {
  border-top: 2px solid #000;
}

.section04 .left ul li {
  padding: 1.55rem 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.section04 .left ul li:hover .name,
.section04 .left ul li:hover .fr i {
  color: #004098;
}

.section04 .left .fl,
.section04 .left .fr {
  width: 20%;
  line-height: 2.5rem;
}

.section04 .left .fr {
  text-align: right;
}

.section04 .left .fr i {
  font-size: 1.25rem;
}

.section04 .left .center {
  margin: 0 auto;
  width: 60%;
}

.section04 .left .data {
  color: #004098;
}

.section04 .font18 {
  color: #2A2A2A;
  line-height: 2.5rem;
}

.section04 .font16.line1 {
  color: #686868;
  line-height: 2.5rem;
}

.section04 .right {
  width: 43%;
}

.section04 .least_new .content {
  position: relative;
  margin-top: -4.375rem;
  background-color: #fff;
  width: 80%;
  padding: 1.5625rem 2.1875rem 2.1875rem;
}

.section04 .least_new .name {
  color: #231815;
}

.section04 .least_new .data {
  color: #A5A5A5;
  margin: 4px 0;
}

.section04 .least_new .data i {
  margin-right: 8px;
  font-size: 1.125rem;
}

.section04 .least_new .font16 {
  line-height: 2.0625rem;
}

.section04 .least_new .baioqian {
  width: 108px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: .875rem;
  color: #fff;
  background-color: #004098;
  position: absolute;
  top: -0.9375rem;
}

.section04 .top {
  margin-bottom: 2.8125rem;
}

.section04 .more_a {
  margin-top: .625rem;
}

.section04 .more_a:hover {
  color: #004098;
}

.section04 .more {
  border-color: #231815;
  background: transparent;
}

.section04 .more a {
  color: #231815;
}

.more_a {
  text-transform: uppercase;
}

.more_a:hover a {
  color: #004ca1;
}

.c {
  color: #004ca1;
}

footer {
  font-size: .875rem;
  line-height: 36px;
  color: #9C9C9C;
  background-color: #444444;
  padding: 3.75rem 0 4.375rem;
}

footer .fl1 {
  width: 27%;
}

footer .fl1 ul {
  margin-top: 0.9375rem;
}

footer .fl1 ul li {
  margin-bottom: 20px;
  font-size: 15px;
}

footer .fl1 ul li span {
  display: inline-block;
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  text-align: center;
  border: solid 1px #636363;
  border-radius: 50%;
  margin-right: 10px;
  color: #636363;
}

footer .fl2 {
  width: 31%;
  padding-left: 9.25rem;
}

footer .fl2 .fenxiang {
  margin-top: 0.9375rem;
}

footer .fl2 .enter_emaile {
  width: 100%;
  background: transparent;
  line-height: 3.75rem;
  height: 3.75rem;
  margin-top: 30px;
}

footer .fl2 .enter_emaile input {
  background: transparent;
  width: 100%;
  border: none;
  font-size: .875rem;
  color: #9c9c9c;
  border-bottom: 1px solid #bebebe;
}

footer .fl2 .enter_emaile button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: transparent;
  border: none;
}

footer .fl2 .enter_emaile button i {
  font-size: 1.25rem;
}

footer .fl2 .enter_emaile button:hover i {
  color: #004098;
}
.f13 li{
  font-size: 15px;
  margin-bottom: 5px;
}
footer .name {
  font-size: 1rem;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}

footer .fenxiang a {
  background: transparent !important;
  font-size: 1.125rem !important;
  color: #fff !important;
  margin: 0 !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
  float: none !important;
  display: inline-block;
  text-align: center;
  width: 2.625rem;
  height: 2.625rem !important;
  border: solid 1px #004098;
  border-radius: 50%;
  line-height: 2.625rem;
  background: #004098 !important;
}

footer .fenxiang a:hover {
  text-decoration: none;
  background: #fff !important;
  color: #004098 !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
}

footer .fl3 {
  width: 27%;
  padding-left: 7.375rem;
}

footer .fl3 li a {
  color: #9c9c9c;
  font-size: 15px;
}

footer .fl3 li a:hover {
  color: #004098;
}

footer .fr {
  margin-left: 2.5rem;
  text-align: center;
}

.beian {
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: .875rem;
  color: #9c9c9c;
  background-color: #202020;
  text-align: center;
}

.beian a {
  color: #9c9c9c;
}

.xiala_show.active {
  display: block;
}

.xiala_show {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.xiala_title {
  height: 85px;
  line-height: 85px;
  font-size: 1.125rem;
  background-color: #5b5f65;
  color: #fff;
  padding: 0 40px;
}

.xiala_show_right {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 465px;
  padding-bottom: 45px;
  background: #fff;
  display: block;
  z-index: 9999;
  overflow-y: auto;
}

.xiala_show_ul,
.xiala_last_bot {
  padding: 50px 40px;
}

/* .xiala_last_bot .weibu_fr_top  {
    display: table;
    margin: 0 auto;
} */
.xiala_show_bot {
  padding: 0 40px;
}

.xiala_show_bot li span {
  font-size: 20px;
  padding-right: 10px;
}

.xiala_show_ul li {
  float: left;
  width: 50%;
  background: #f4f4f4;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px;
}

.xiala_show_bot li {
  line-height: 35px;
}

.xiala_show_ul li .iconfont {
  font-size: 30px;
}

.xiala_show_ul li .fl {
  width: 30%;
}

.xiala_title_name {
  line-height: 30px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.xiala_show_ul li .fr {
  width: 70%;
  line-height: 45px;
  padding-left: 15px;
}

.xiala_title .fr {
  cursor: pointer;
}

.xiala_last_bot .weibu_fr_top a {
  color: #000 !important;
  border: 1px solid #000 !important;
}

.ny_ban {
  overflow: hidden;
}

.ny_ban img {
  overflow: hidden;
  width: 100%;
  transform: scale(1) rotate(0.001deg);
  animation: visualani 2.5s ease-in-out;
}

@keyframes visualani {

  0% {
    transform: scale(1.1) rotate(0.001deg);
  }

  100% {
    transform: scale(1) rotate(0.001deg);
  }

}

.ny_ban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 99;
}

.ny_ban .name {
  font-size: 3.125rem;
  margin-bottom: 30px;
  line-height: 3.75rem;
  color: #FFFFFF;
  font-weight: 600;
}

.ny_ban.in-view .name {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1.2s ease 1s;
}

.ny_ban .bread {
  color: #fff;
}

.ny_ban.in-view .bread {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1.5s ease 1s;
}

.ny_ban .bread a {
  color: #fff;
}

.ny_ban .bread a:hover {
  color: #004098;
}

.ny_erji {
  margin: 3.125rem 0 0;
}

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

.ny_erji ul li {
  margin: 0 .3125rem;
  font-size: 1rem;
  line-height: 3.4375rem;
}

.ny_erji ul li a {
  padding: 0 1.4375rem;
  color: #333333;
  position: relative;
  font-weight: 600;
}

.ny_erji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #c6cbcd;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.ny_erji ul li:hover a::before,
.ny_erji ul li.active a::before {
  background: #004ca1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.ny_erji ul li:hover a,
.ny_erji ul li.active a {
  color: #004ca1;
}

.ny_erji .line {
  width: 2px;
  height: 33px;
  background: #004ca1;
  transform: translateX(-50%);
  margin: 1.875rem 0 1.875rem 50%;
}

.ny_erji .title {
  margin-bottom: 2.8125rem;
}

.bg {
  background: #004ca1;
}

.body_pad {
  padding-top: 5.625rem;
}

.padding_bot {
  padding-bottom: 6.25rem;
}

.padding_t_b {
  padding: 7.5rem 0;
}

.pro_content .content {
  padding: 1.875rem .9375rem;
  background-color: #F5F5F5;
}

.pro_content .content .name {
  line-height: 1.875rem;
  color: #2A2A2A;
  margin-bottom: 10px;
}

.pro_content .content .text {
  line-height: 1.75rem;
  color: #686868;
  font-size: .875rem;
}

.list_shebei .col-md-4,
.list_shebei .col-md-3 {
  margin-bottom: 2.5rem;
}

.list_shebei .col-md-4>div,
.list_shebei .col-md-3>div {
  border: 1px solid #bcbcbc;
}

.list_shebei .col-md-4 .content,
.list_shebei .col-md-3 .content {
  padding: 1.5625rem 2.1875rem;
}

.list_shebei .col-md-4 .data,
.list_shebei .col-md-3 .data {
  font-size: 1rem;
  line-height: 28px;
  color: #939393;
}

.list_shebei .col-md-4 .name,
.list_shebei .col-md-3 .name {
  line-height: 2.5rem;
  color: #333333;
  font-weight: 600;
}

.list_shebei .col-md-4:hover>div,
.list_shebei .col-md-3:hover>div {
  border-color: #004ca1;
  box-shadow: 0 0 10px rgba(0, 76, 161, 0);
}

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

.list_shebei .col-md-4:hover .name,
.list_shebei .col-md-3:hover .name {
  color: #004ca1;
}

.bread_height {
  height: 3.9375rem;
  line-height: 3.9375rem;
}

.bread_height .font16 {
  line-height: 3.9375rem;
}

.bread a:hover {
  color: #004098;
}

.list_about .text {
  line-height: 1.75rem;
  color: #939393;
  width: 85%;
  margin: 0 auto;
}

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

.list_about .bot {
  margin-top: 3.75rem;
}

.list_about .bot>li {
  width: 50%;
  float: left;
}

.list_about .bot>li .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.list_about .bot>li ul {
  display: flex;
  justify-content: space-between;
  margin-top: 6.25rem;
}

.list_about .bot>li ul li .icon {
  width: 7.0625rem;
  height: 7.0625rem;
  line-height: 7.0625rem;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #fff;
}

.list_about .bot>li ul li .name {
  color: #fff;
  margin-top: 20px;
}

.list_history .left,
.list_history .right {
  width: 50%;
}

.list_history ul {
  position: relative;
  padding: 3.125rem 0;
}

.list_history ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d3d3d3;
}

.list_history li {
  margin-bottom: 3.75rem;
}

.list_history .name {
  position: relative;
  font-size: 5rem;
  line-height: 5.625rem;
  color: #004CA1;
  padding-bottom: .9375rem;
  margin-bottom: .9375rem;
}

.list_history li::before {
  content: "";
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 50%;
  height: 1px;
  background: #d3d3d3;
}

.list_history li::after {
  content: "";
  position: absolute;
  top: 5.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.0625rem;
  height: 1.0625rem;
  background: #d3d3d3;
  background: #004ca1;
}

.list_history li:nth-child(odd) {
  text-align: right;
}

.list_history li:nth-child(odd) .left {
  padding-right: 3.75rem;
}

.list_history li:nth-child(odd) .right {
  padding-left: 3.75rem;
}

.list_history li:nth-child(even) {
  text-align: right;
}

.list_history li:nth-child(even) .left {
  padding-left: 3.75rem;
  float: right;
}

.list_history li:nth-child(even) .right {
  padding-right: 3.75rem;
  float: right;
}

.list_history li:nth-child(even) .name,
.list_history li:nth-child(even) .text {
  text-align: left;
}

.list_history li:nth-child(even):before {
  right: 0;
  left: auto;
}

.list_history .text {
  color: #939393;
}

.article_pro .name {
  font-size: 1.875rem;
  line-height: 3.75rem;
  color: #333333;
  position: relative;
}

.article_pro .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 3px;
  background: #004ca1;
}

.article_pro .font16 {
  color: #939393;
  margin: 1.375rem 0 2.1875rem;
}

.article_pro .font16 .fl {
  width: 20px;
}

.article_pro .font16 .fr {
  width: calc(100% - 20px);
}

.article_pro .more {
  margin-top: 0rem;
}

.article_pro .swiper-button-next {
  background: url(../img/yj.png) no-repeat;
  background-size: contain;
  width: 58px;
  height: 58px;
  right: 10px;
  left: auto;
}

.article_pro .swiper-button-prev {
  background: url(../img/zj.png) no-repeat;
  background-size: contain;
  width: 58px;
  height: 58px;
  left: 10px;
}

.article_pro .top {
  padding-bottom: 5.75rem;
  position: relative;
}

.article_pro .top::before {
  content: "products";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16.875rem;
  background: #f2f2f2;
  text-transform: uppercase;
  font-size: 16.25rem;
  line-height: 33rem;
  color: #fff;
  text-align: right;
  font-family: "MoolBoran";
}

.article_pro .bot {
  margin-top: 4.375rem;
}

.article_pro .bot .title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 3.125rem;
}

.article_pro .bot .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 3px;
  background: #004ca1;
}

.article_pro .bot .table>tbody>tr>td,
.article_pro .bot .table>tbody>tr>th,
.article_pro .bot .table>tfoot>tr>td,
.article_pro .bot .table>tfoot>tr>th,
.article_pro .bot .table>thead>tr>td,
.article_pro .bot .table>thead>tr>th {
  padding: 20px;
}

.article_pro .bot table {
  border-color: #d1d1d1;
  color: #939393;
}

.list_pro ul li {
  border-top: 1px solid #e0e0e0;
}

.list_pro ul li>div {
  padding: 1.875rem .9375rem;
}

.list_contact .top {
  background: #f2f2f2;
  padding: 2.875rem 0 10rem;
  position: relative;
}

.list_contact .top .font16 {
  line-height: 42px;
}

.list_contact .top .font16 i {
  margin-right: 1.875rem;
}

.list_contact .top .font28 {
  line-height: 1.875rem;
  color: #2A2A2A;
  margin-bottom: 1.875rem;
}

.list_contact .top::after {
  /* background: url(../img/48.jpg) no-repeat;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: ""; */
}

.list_contact .top::before {
  content: "Contact us";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 16.875rem;
  background: #f2f2f2;
  text-transform: uppercase;
  font-size: 16.25rem;
  line-height: 33rem;
  color: #fff;
  font-family: "MoolBoran";
}

.list_contact .center {
  padding: 6.25rem 0 8.125rem;
}

.contact_four {
  background-color: #f5f5f5;
  padding: 4.125rem 0 5.5625rem;
}

.contact_four .more {
  color: #fff;
  margin-top: 1.5625rem;
  padding: 0 3rem;
}

.contact_four .futitle {
  margin: 1rem 0 2.1875rem;
}

.contact_four ul {
  margin-top: 1.875rem;
}

.contact_four ul li.w20 {
  width: 20%;
  padding: 0 0.9375rem;
  float: left;
  margin-bottom: 1.4375rem;
}

.contact_four ul li.w20 input {
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 100%;
}

.contact_four ul li.w100 {
  padding: 0 0.9375rem;
}

.contact_four ul li.w100 textarea {
  height: 164px;
  line-height: 30px;
  padding: 0.9375rem 20px;
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 100%;
}

.list_pro ul li:nth-child(odd) {
  background-color: #f2f2f2;
}

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

.list_pro ul li:hover .font20 {
  color: #004ca1;
}

.list_pro ul li:hover .number {
  color: #004ca1;
}

.list_pro ul li .number {
  font-family: MoolBoran;
  font-size: 16.25rem;
  line-height: 0.5rem;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
}

.list_pro ul li:nth-child(even) {
  background-color: #e5e5e5;
}

.list_pro ul li .right {
  padding-left: 1.875rem;
}

.list_pro ul li .data {
  color: #A5A5A5;
}

.list_pro ul li .data i {
  margin-right: 10px;
  font-size: 1.125rem;
}

.list_pro ul li .font16 {
  margin: 1.25rem 0 4rem;
}

.list_pro ul li .font20 {
  color: #2A2A2A;
  padding: 1.125rem 0 .625rem;
  position: relative;
}

.list_pro ul li .font20::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 3px;
  background: #004ca1;
  left: 0;
  bottom: 0;
}

.list_pro ul li:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.article_article .font28 {
  color: #000;
  margin-bottom: .625rem;
}

.article_article .top {
  padding: 1.5625rem 3.125rem 2.1875rem;
  background: #F0F0F0;
  border-top: 2px solid #000;
  margin-bottom: 1.5625rem;
}

.article_article .data {
  color: #A5A5A5;
}

.article_article .data i {
  margin-right: 10px;
  font-size: 1.125rem;
}

.article_article .shangxia {
  height: 5.875rem;
  line-height: 5.875rem;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 5.3125rem;
}

.article_article .shangxia>div {
  width: 50%;
  float: left;
  font-size: 1rem;
}

.article_article .shangxia>div a {
  color: #000;
}

.article_article .shangxia .shang i {
  margin-right: 10px;
}

.article_article .shangxia .xia {
  text-align: right;
}

.article_article .shangxia .xia i {
  margin-left: 10px;
}

.article_article .shangxia>div:hover a {
  color: #1390C7;
}

.article_article .more {
  margin-top: 3.125rem;
}

.article_article .bshare-custom {
  float: right;
}

.article_article .bshare-custom,
.article_pro .bshare-custom {
  padding: 1.875rem 0;
  font-size: 1rem;
}

.article_article .bshare-custom a,
.article_pro .bshare-custom a {
  background: none;
  font-size: 1.2rem;
}

.article_article .bshare-custom a:hover,
.article_pro .bshare-custom a:hover {
  text-decoration: none;
  color: #E21A22;
}

.pro_two {
  padding: 3.3125rem 0 3.75rem;
}

.pro_two ul {
  border-bottom: 1px solid #E6EAEF;
}

.pro_two ul li {
  float: left;
  padding: 0 2.25rem;
  margin-right: 0.9375rem;
  line-height: 70px;
  color: #231815;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

.pro_two ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #004098;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.pro_two ul li.active::before,
.pro_two ul li:hover::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.pro_two #miao1 {
  margin-top: 3.75rem;
}

.pro_title {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 60px;
  color: #000000;
  margin-bottom: 2.1875rem;
}

.tlcp {
  padding: 4.375rem 0;
  background-color: #F3F3F3;
}

.tlcp .swiper-button-prev,
.about_four_swiper .swiper-button-prev {
  left: -50px;
}

.tlcp .swiper-button-next,
.about_four_swiper .swiper-button-next {
  right: -50px;
}

.tlcp .swiper-button-prev,
.about_four_swiper .swiper-button-prev,
.tlcp .swiper-button-next,
.about_four_swiper .swiper-button-next {
  background-size: 30px 30px;
  opacity: 0.3;
}

.about_one::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/21-80.jpg) no-repeat;
  width: 50%;
  height: 43.75rem;
  background-size: cover;
  z-index: 1;
}

.about_one {
  margin-top: 7.5rem;
  position: relative;
  padding-bottom: 76px;
}

.about_one .left {
  width: 50%;
  padding-right: 45px;
}

.about_one .text {
  margin-top: 35px;
}

.about_one .en_title {
  margin-top: 1.125rem;
}

.ny_title {
  font-size: 2.75rem;
  line-height: 3.125rem;
  font-weight: 600;
}

.en_title {
  font-size: .875rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #FF0707;
}

.about_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
}

.about_two {
  padding: 5.875rem 0;
  position: relative;
}

.about_two ul {
  position: relative;
  z-index: 4;
}

.about_two ul li>div {
  background: #fff;
}

.about_two ul li>div .font16 {
  color: #686868;
}

.about_two ul li>div .font16::before {
  background: #686868;
}

.about_two ul li>div .font20 {
  color: #004098;
}

.about_three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #F5F5F5;
}

.about_three {
  position: relative;
}

.about_three .right {
  padding: 1.875rem 0 0 4.375rem;
}

.about_three ul {
  margin-top: 1.875rem;
}

.about_three ul li {
  font-size: 1rem;
  line-height: 4.375rem;
  text-transform: uppercase;
  color: #686868;
  position: relative;
  padding-left: 1.75rem;
}

.about_three ul li span {
  color: #000;
  font-size: 1.125rem;
}

.about_three ul li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #004098;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.about_four {
  padding: 5rem 0;
}

.about_four .about_four_swiper {
  margin-top: 2.375rem;
}

.about_four .about_four_swiper .swiper-slide>div:nth-child(1) {
  border: 1px solid #AAAAAA;
  padding: 1.5625rem .8125rem;
}

.about_four .about_four_swiper .font16 {
  padding-top: 20px;
  color: #686868;
}

.about_four .about_four_swiper .swiper-slide:hover .font16 {
  color: #004098;
}

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

.gongyi_one {
  padding: 6.5625rem 0 5.9375rem;
}

.gongyi_one .row {
  margin-top: 3.4375rem;
}

.gongyi_one .col-md-6 {
  margin-bottom: 2.25rem;
}

.gongyi_one .number {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 3.75rem;
  color: #004098;
  padding: 2.1875rem 0 .9375rem;
}

.gongyi_one .left:nth-child(1) {
  padding-right: 2.5rem;
}

.gongyi_one .right:nth-child(4) {
  padding-left: 2.5rem;
}

.gongyi_one .bor {
  border: 1px solid #aaaaaa;
}

.gongyi_two {
  background-color: #f5f5f5;
  padding: 6.875rem 0;
}

.gongyi_two .font28 {
  padding-bottom: .9375rem;
  color: #2A2A2A;
}

.gongyi_three {
  background: url(../img/27.jpg) no-repeat;
  padding: 7.5rem 0;
  width: 100%;
  background-size: cover;
}

.gongyi_three .right {
  width: 50%;
  padding: 3.125rem 4rem;
  background: #fff;
}

.gongyi_three .right .font28 {
  margin-bottom: 0.9375rem;
  color: #000000;
}

.gongyi_four {
  padding: 6.5rem 0;
}

.gongyi_four .font28 {
  margin-bottom: 1.5625rem;
  color: #2A2A2A;
}

.gongyi_four .font16 {
  color: #686868;
  margin-top: 1.125rem;
}

.gongyi_four ul li {
  float: left;
  padding: 0 .9375rem;
  width: 20%;
  margin: 0 0 1.875rem 0;
}

.gongyi_four ul li>div {
  padding: 0 0.9375rem;
  padding: 2.8125rem .9375rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.gongyi_five {
  padding: 7.5rem 0;
  background: #f5f5f5;
}

.gongyi_five .gongyi_five_swiper {
  padding: 30px;
  position: relative;
}

.gongyi_five .gongyi_five_swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #fff;
}

.gongyi_five .font28 {
  color: #2A2A2A;
  margin: .9375rem 0;
}

.gongyi_five .font16 span {
  color: #e60012;
}

.gongyi_five .right {
  padding-left: 1.875rem;
}

.gongyi_five .swiper-pagination {
  bottom: 3.25rem;
  left: 52%;
}

.gongyi_five .swiper-pagination-bullet {
  background: #b7b7b7;
  width: .75rem;
  height: .75rem;
  margin: 0 .375rem;
}

.gongyi_five .swiper-pagination-bullet-active {
  background-color: #e60012;
}

.gongyi_five .swiper-button-next,
.gongyi_five .swiper-button-prev {
  right: 0;
  left: auto;
  bottom: 2.5rem;
  top: auto;
  transform: translateY(0);
  background-size: 20px 20px;
  margin-top: 0;
}

.gongyi_five .swiper-button-prev {
  right: 2.1875rem;
}

.gongyi_six {
  padding: 7.4375rem 0;
}

.gongyi_six .gongyi_six_swipewr {
  padding-bottom: 50px;
}

.gongyi_six .swiper-slide>div:nth-child(1) {
  border: 1px solid #aaaaaa;
  padding: 2.1875rem 0;
  text-align: center;
}

.gongyi_six .font16 {
  margin: 1.25rem 0;
  color: #000;
}

.gongyi_six .swiper-pagination-bullet {
  background: #b7b7b7;
  width: .75rem;
  height: .75rem;
}

.gongyi_six .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .5625rem;
}

.gongyi_six .swiper-pagination-bullet-active {
  background-color: #e60012;
}

.list_article .list_article_top .col-md-6:nth-child(1) {
  padding-right: 1.5625rem;
}

.list_article .list_article_top .col-md-6:nth-child(2) {
  padding-left: 1.5625rem;
}

.list_article .list_article_top .data {
  margin-top: .9375rem;
}

.list_article .data {
  line-height: 2.0625rem;
  color: #9B9B9B;
}

.list_article .data i {
  margin-right: 5px;
}

.list_article .name {
  color: #231815;
  line-height: 3.125rem;
}

.list_article .text {
  color: #939393;
}

.list_article .more_a {
  margin-top: 1.875rem;
}

.list_article .swiper-pagination {
  left: 55%;
  transform: translateX(-50%);
  bottom: 30px;
}

.list_article .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

.list_article .swiper-pagination-bullet-active {
  background: #004ca1;
}

.list_article .top {
  padding: 17px;
  border: 1px solid #e2e2e2;
}

.list_article .bot {
  margin-top: 3.375rem;
  border-top: 2px solid #000;
}

.list_article .bot li:nth-child(1) {
  background: #f8f8f8;
}

.list_article .bot li:nth-child(1) .font16::before {
  display: none;
}

.list_article .bot li:hover .font16 {
  color: #004ca1;
}

.list_article .bot li {
  margin: 0;
  height: 4.0625rem;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 2.5rem;
}

.list_article .bot li .font16 {
  line-height: 4.0625rem;
  color: #000;
  position: relative;
  padding-left: 20px;
}

.list_article .bot li .font16::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background: #004ca1;
  border-radius: 50%;
}

.list_article .bot li .data {
  font-weight: normal;
  line-height: 4.0625rem;
  color: #9B9B9B;
}

.more:hover {
  background: #fff;
}

button.more:hover {
  color: #004098;
}

.more:hover a {
  color: #004098;
}

.recruit_one {
  padding: 7.8125rem 0;
}

.recruit_one .font16 {
  padding: 1.25rem 0 5.9375rem;
}

.recruit_two {
  padding: 4.6875rem 0 3.125rem;
  background: #f5f5f5;
}

.recruit_two .row {
  margin-top: 1.5625rem;
}

.recruit_two .row .col-md-3 {
  margin-bottom: 2.125rem;
}

.recruit_two .row .col-md-3 img {
  display: inline-block;
}

.recruit_two .row .col-md-3>div {
  padding: 3.125rem 1.5rem 2.5rem;
  background: #fff;
}

.recruit_two .row .col-md-3>div .font20 {
  color: #004098;
  font-weight: 600;
  padding: .9375rem 0 .625rem;
}

.recruit_two .row .col-md-3:hover img {
  transform: rotateY(360deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.recruit_three {
  padding: 4.25rem 0 8.125rem;
}

.recruit_three ul {
  margin-top: 1.375rem;
}

.recruit_three ul li {
  margin-bottom: 1.25rem;
}

.recruit_three ul li .clearfix {
  line-height: 4.0625rem;
  height: 4.0625rem;
  background: #e5e5e5;
  font-size: 1.25rem;
  color: #000000;
  padding: 0 4.375rem;
}

.recruit_three ul li .clearfix>div {
  float: left;
  width: 15%;
}

.recruit_three ul li .clearfix>div:nth-child(1) {
  width: 25%;
}

.recruit_three ul li .content {
  padding: 2.25rem 4.375rem;
  border: 1px solid #e5e5e5;
  display: none;
}

.recruit_three ul li .text {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.recruit_three ul li.active .clearfix {
  background-color: #004098;
  color: #fff;
}

.recruit_three ul li.active .content {
  display: block;
}

.recruit_three ul .more {
  margin-top: 2.5rem;
}

.recruit_three .font18 {
  color: #000;
  font-weight: 600;
}

.contact_one {
  padding: 6.875rem 0 3.75rem;
}

.contact_one .icon {
  border: 2px solid #004098;
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}

.contact_one .icon i {
  color: #004098;
  font-size: 1.875rem;
}

.contact_one .contact_one_swiper {
  margin-top: 1.875rem;
}

.contact_one .font16 {
  margin-top: .9375rem;
}

.contact_three {
  padding: 4.0625rem 0 5.3125rem;
}

.contact_three .row {
  margin-top: 2rem;
}

.contact_three .right {
  padding-left: 2.5rem;
}

.contact_three .right ul {
  margin-top: 1.25rem;
}

.contact_three .right ul li {
  float: left;
  width: 50%;
  margin-bottom: 1.25rem;
}

.contact_three .right ul li .font18 {
  color: #004098;
  font-weight: 600;
}

.contact_three .font28 {
  color: #2a2a2a;
  margin-top: 1.25rem;
}

.contact_four {
  background-color: #f5f5f5;
  padding: 4.125rem 0 5.5625rem;
}

.contact_four ul {
  margin-top: 1.875rem;
}

.contact_four ul li.w20 {
  width: 25%;
  padding: 0 0.9375rem;
  float: left;
  margin-bottom: 1.4375rem;
}

.contact_four ul li.w20 input {
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 100%;
}

.contact_four ul li.w100 {
  padding: 0 0.9375rem;
}

.contact_four ul li.w100 textarea {
  height: 164px;
  line-height: 30px;
  padding: 0.9375rem 20px;
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 100%;
}

.list_hzhb .col-md-2 {
  margin-bottom: 20px;
}

.list_hzhb .col-md-2>div {
  border: 1px solid #ddd;
}

.scrool {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  text-align: center;
  cursor: pointer;
}

.scrool>div {
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.scrool img {
  width: 32px;
  animation: scrool 2s infinite;
}

.scrool>div:nth-child(2) {
  position: relative;
}

@keyframes scrool {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0);
  }
}

.scrool>div:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.scrool>div:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 60px;
  background: #fff;
}

.list_search {
  padding-top: 60px;
}

.list_search img {
  height: 240px;
  object-fit: contain;
}

.list_shebei_video .modal-dialog {
  width: 60%;
}

@media (max-width: 1920px) {
  .section02 .left .more {
    margin: 2.625rem 0 6rem 0;
  }

  .section02 .left>div {
    padding: 3rem 0 6.2rem 0;
  }

  .section04 ul li:nth-child(3) {
    top: -320px;
  }

  .section04 .title,
  .section04 .futitle {
    width: 37%;
  }

  .section04 .futitle {
    margin: 1.5625rem 0 2.6875rem;
    font-size: 1rem;
  }
}

@media (max-width: 1600px) {
  .ny_ban .name {
    font-size: 2.8rem;
    margin-bottom: 5px;
  }

  .article_article {
    padding: 6rem 0 8rem;
  }

  footer .fl3 {
    width: 27%;
    padding-left: 7.375rem;
  }

  .section02 .left>div {
    padding: 3.8rem 0 6.2rem 0;
  }

  .title {
    font-weight: bold;
    font-size: 3rem;
    line-height: 4rem;
  }

  .section02 .section01_swiper .hover {
    padding: 35px 30px;
  }

  .section04 ul li>div,
  .about_two ul li>div {
    padding: 2rem 0;
  }

  .section04 .more_a {
    line-height: 2.5rem;
    font-size: 1rem;
    margin-top: 0;
  }

  .section03 .right ul li .icon img {
    width: 3.5rem;
  }

  .section04 ul li>div,
  .about_two ul li>div {
    padding: 0rem 0;
  }

  .section04 .left ul li {
    padding: 1.38rem 0;
  }

  .list_about .bot>li ul li .icon img {
    width: 40px;
  }
}

@media (max-width: 1440px) {
  .section02 .left>div {
    padding: 3.8rem 0 5.6rem 0;
  }

  .solutions-card {
    height: 270px;
  }

  .ny_erji ul li {
    font-size: 16px;
  }

  .ny_erji ul li a {
    line-height: 40px;
    padding-bottom: 6px !important;
  }

  .list_article .name {
    font-size: 18px;
    line-height: 38px;
  }

  .font16 {
    font-size: 14px;
    line-height: 28px;
  }

  .list_article .bot li {
    padding: 10px 20px;
    height: auto;
  }

  .list_pro ul li .font20 {
    font-size: 20px;
    line-height: 50px;
    padding-top: 0;
  }

  .list_pro ul li .font16 {
    margin: 15px 0;
  }
}

@media (max-width: 1366px) {
  .banner .hover .banner_p1 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 4rem;
  }
  .list_shebei_video .modal-dialog {
    width: 50%;
}
  .section04 .left ul li {
    padding: 1.56rem 0;
  }

  footer .fl1 {
    width: 30%;
  }

  .pro_title {
    margin-bottom: 1rem;
  }

  .pro_two #miao1 {
    margin-top: 2.75rem;
  }

  .ny_erji ul li a {
    padding: 0 3rem;
  }

  footer .fl3 {
    width: 19%;
    padding-left: 6.375rem;
  }

  .recruit_one .font16 {
    padding: 1.25rem 0 3rem;
  }

  .section03 .line {
    height: 2.125rem;
    margin: 1rem 0;
  }

  .section03 .right ul {
    margin-top: 2rem;
  }

  .section03 .font16.cf p {
    margin-bottom: 0px;
  }

  footer .fl2 {
    padding-left: 6.25rem;
    width: 27%;
  }

  footer .fl3 {
    width: 24%;
    padding-left: 2.5rem;
  }

  .scrool img {
    width: 20px;
  }

  .scrool>div:nth-child(2)::before {
    top: 55%;
  }

  .scrool>div:nth-child(2)::after {
    bottom: -60px;
    height: 46px;
  }
}

@media (max-width: 1280px) {
  .pc_header .language {
    padding: 0 .9375rem 0 3rem;
  }

  .section03 ul li {
    padding: 3.125rem 1.875rem 2.5rem;
  }

  .section02 .left>div {
    padding: 2.8rem 0 3rem 0;
  }

  .section03 ul li .icon,
  .section04 ul li .icon,
  .about_two ul li .icon {
    width: 45px;
    height: 45px;
  }

  .section04 .least_new .content {
    padding: 25px;
  }

  .section04 .left ul li {
    padding: 1.1rem 0;
  }

  footer .fl1 {
    width: 29%;
  }

  footer .fl3 {
    width: 16%;
    padding-left: 5rem;
  }

  footer .fl2 {
    padding-left: 4.25rem;
  }

  footer .container {
    padding: 0 6rem;
  }

  .font28 {
    font-size: 2.5rem;
  }

  .pro_two ul li {
    line-height: 44px;
  }

  .gongyi_five .gongyi_five_swiper {
    padding: 15px;
  }

  .gongyi_five .font28 {
    font-size: 1.8rem;
    margin-top: 0;
  }

  .gongyi_five .gongyi_five_swiper::before {
    height: 87%;
  }

  .gongyi_five .swiper-pagination {
    bottom: 1.25rem;
  }

  .gongyi_five .swiper-button-next,
  .gongyi_five .swiper-button-prev {
    bottom: 0.5rem;
  }

  .gongyi_five {
    padding: 5.5rem 0;
  }

  .gongyi_two {
    padding: 4.5rem 0;
  }

  .gongyi_four ul li {
    padding: 0 .75rem;
  }

  .gongyi_four {
    padding: 5rem 0;
  }

  .gongyi_four ul li>div {
    padding: 1.8rem .75rem;
  }

  .gongyi_one {
    padding: 4.5rem 0 4.5rem;
  }

  .gongyi_one .right:nth-child(4) {
    padding-left: 0;
  }

  .gongyi_one .left:nth-child(1) {
    padding-right: 0;
    padding-left: 0;
  }

  .gongyi_one .number {
    padding: 0.1875rem 0 .9375rem;
  }

  .gongyi_one .col-md-6 {
    margin-bottom: 1.25rem;
  }

  .about_three ul li {
    line-height: 3.375rem;
  }

  .about_one .text {
    margin-top: 20px;
  }

  .pc_header .center ul>li>a {
    padding: 0 10px;
  }

  .article_pro .font16 {
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0;
  }

  .article_pro .swiper-button-next {
    width: 50px;
    height: 50px;
  }

  .article_pro .swiper-button-prev {
    width: 50px;
    height: 50px;
  }

  .article_pro .swiper-button-next,
  .article_pro .swiper-button-prev {
    margin-top: 30px;
  }

  .article_pro .more {
    margin-top: 0;
  }

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

  .list_article .font16 {
    line-height: 24px;
  }

  .list_article .list_article_top .col-md-6:nth-child(2) {
    padding-left: 16px;
  }

  .list_pro ul li .font20 {
    font-size: 18px;
    line-height: 44px;
  }

  .list_pro ul li .font16 {
    margin: 10px 0;
  }

  .list_pro ul li .number {
    font-size: 13rem;
  }

  .list_pro ul li .font16 {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 1100px) {
  .section03 .right {
    width: 100%;
    padding-left: 0;
  }

  .section03::before {
    width: 100%;
  }

  .section03 ul li {
    padding: 0rem 1.875rem;
  }

  .section04 .least_new .name {
    font-size: 16px;
    line-height: 30px;
  }

  .section04 .least_new .font16 {
    line-height: 30px;
    font-size: 14px;
  }

  .section04 .least_new .content {
    padding: 10px 15px;
  }

  .section04 .left ul li {
    padding: 1.55rem 0;
  }
  footer .fl3 {
    width: 24%;
  }
  footer .fr img {
    width: 100px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0 8rem;
  }

  .section02 .padding_left {
    padding-left: 8rem;
  }

  .font18 {
    font-size: 16px;
    line-height: 30px;
  }

  .section02 .content .font16 {
    font-size: 14px;
    line-height: 24px;
  }

  .section02 .left .font16 {
    margin-top: 1rem;
  }

  .section02 .en_title {
    margin-top: 0;
  }

  .en_title {
    font-size: 12px;
  }

  .section02 .section01_swiper .hover {
    padding: 20px 15px;
  }

  .section02 .title {
    font-size: 26px;
    line-height: 38px;
  }

  .section02 .left>div {
    padding: 1.5rem 0 2rem 0;
  }

  .section02 .swiper-scrollbar {
    left: 0;
    width: 85%;
  }

  .section02 .left .more {
    margin: 3.2rem 0 4rem 0;
  }

  .section02 {
    padding: 3.75rem 0;
  }

  .section03 ul {
    padding: 0px 4rem;
  }

  .section03 .bg,
  .section04 .bg {
    height: auto;
  }

  .section03 .bg>div,
  .section04 .bg>div {
    position: static;
    transform: translateY(0);
    padding: 3.75rem 0;
  }

  .section03 .futitle {
    margin: 1rem 0 2rem 0;
  }

  .section04 .title,
  .section04 .futitle {
    width: 44%;
  }

  .section04 .least_new .baioqian {
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
  }

  .section04 .left ul li {
    padding: 0.4rem 0;
  }

  .section04 {
    padding: 3.75rem 0;
  }

  .pc_header .center ul>li>a {
    padding: 0 1.6rem;
  }

  .section01 .banner_swiper img {
    height: auto;
  }

  .section02 .padding_left {
    padding-left: 15px;
  }

  .section02 .left .font16 {
    margin-top: 0rem;
  }

  .banner .hover .banner_p1 {
    font-size: 2rem;
    line-height: 3.75rem;
  }

  .banner .hover .banner_p2 {
    margin-top: 0;
  }

  footer,
  .beian {
    display: none;
  }

  .pc_header .container {
    padding: 0 3rem;
  }

  .gongyi_three .right {
    width: 66%;
  }

  .gongyi_five .gongyi_five_swiper::before {
    height: 96%;
  }

  .gongyi_five .swiper-pagination {
    bottom: 0rem;
  }

  .gongyi_five .swiper-button-next,
  .gongyi_five .swiper-button-prev {
    display: none;
  }

  .gongyi_five .gongyi_five_swiper {
    padding-bottom: 5rem;
  }

  .gongyi_five .font28 {
    font-size: 2.5rem;
    margin-top: 15px;
  }

  .gongyi_six {
    padding: 5.5rem 0;
  }

  .gongyi_one .row {
    margin-top: 1rem;
  }

  .about_three .right {
    padding: 1.5rem 15px 0 15px;
  }

  .about_one .left {
    width: 100%;
    padding-right: 0;
  }

  .recruit_one {
    padding: 5.5rem 0;
  }

  .pc_header {
    display: none;
  }

  .phone {
    display: block;
  }

  #phone_nav .iconfont {
    font-size: 22px;
    line-height: 45px;
  }

  .phone_logo img {
    width: 80px;
  }

  body {
    padding-top: 66px;
  }

  .section03 .cf.font16 {
    font-size: 14px;
    line-height: 26px;
  }

  .section03 .right {
    width: 100%;
    padding-left: 0;
  }

  .section03::before {
    width: 100%;
  }

  .section03 .right ul {
    margin-top: 30px;
  }

  .section03 ul li {
    padding: 0;
  }

  .section03 {
    padding: 25px 0 45px;
  }

  .section04 .left ul li {
    padding: 15px 0;
  }

  .section04 .least_new .name {
    font-size: 16px;
    line-height: 30px;
  }

  .section04 .least_new .font16 {
    font-size: 14px;
    line-height: 26px;
  }

  .phone_footer {
    display: block;
  }

  .phone_footer {
    display: block;
  }

  .phone_footer_ul li {
    width: 25%;
    float: left;
    text-align: center;
    height: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.37);
  }

  .phone_footer {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
  }

  .phone_footer_ul li .iconfont {
    font-size: 20px;
    padding-top: 7px;
  }

  .phone_footer_ul li a {
    color: #fff !important;
  }

  body {
    padding-bottom: 60px;
  }

  .article_pro .swiper-button-next {
    right: 15px;
    margin-top: 0;
    transform: translateY(-50%);
  }

  .article_pro .swiper-button-prev {
    right: auto;
    left: 15px;
    margin-top: 0;
    transform: translateY(-50%);
  }

  .article_pro .more {
    margin-top: 0;
  }

  .index_hzhb {
    padding: 45px 0;
  }

  .index_hzhb .swiper-container {
    padding: 20px 0 55px;
  }

  body {
    padding-bottom: 60px;
  }

  .index_hzhb {
    position: static;
    transform: translateY(0);
  }


}

@media (max-width: 990px) {
  .recruit_one .col-md-6:nth-child(1) {
    margin-bottom: 1.5625rem;
  }

  .recruit_one .font16 {
    padding: 1.25rem 0;
  }

  .contact_one {
    padding: 5.5rem 0;
  }

  .contact_one .icon {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }

  .article_pro .name {
    margin-top: 15px;
  }

  .scrool,
  .banner .swiper-pagination,
  .article_pro .top::before {
    display: none;
  }

  .list_shebei_video .modal-dialog {
    width: 98%;
  }

  .list_shebei .col-md-4 .content,
  .list_shebei .col-md-3 .content {
    padding: 1rem;
  }

  .list_shebei .col-md-4,
  .list_shebei .col-md-3 {
    margin-bottom: 15px;
  }

}

@media (max-width: 767px) {
  .phone_logo img {
    width: 70px;
  }

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

  .container {
    padding: 0 15px;
  }

  .pc_header.active,
  .pc_header:hover {
    display: none;
  }

  .section02 .left {
    width: 100%;
  }

  .section02 .padding_left {
    padding: 0 15px;
  }

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

  .section02 .right {
    width: 100%;
  }

  .section02 .left .font16 {
    margin-top: 0;
    line-height: 2rem;
  }

  .banner .hover .banner_p1 {
    font-size: 1.6rem;
  }

  .section02 {
    padding: 1.5625rem 0;
  }

  .section02 .left>div {
    padding: 15px 0;
  }

  .section02 .left .more {
    margin: 1.25rem 0 0;
  }

  .section02 .left {
    margin-bottom: 1.25rem;
  }

  .more {
    line-height: 2.5rem;
  }

  .section02 .swiper-scrollbar {
    width: 80%;
    left: 10%;
    bottom: 22px;
  }

  .section02 .swiper-button-next {
    left: auto;
    right: 0;
  }

  .section02 .swiper-button-next,
  .section02 .swiper-button-prev {
    bottom: 15px;
  }

  .section01_swiper {
    padding-bottom: 45px;
  }

  .font28 {
    font-size: 1.5rem;
  }

  .section02 .section01_swiper .number {
    font-size: 2.5rem;
  }

  .section03 .bg>div,
  .section04 .bg>div {
    padding: 1.5625rem 0;
  }

  .section03 .futitle {
    margin: .625rem 0 .9375rem;
  }

  .section03 ul {
    padding: 0;
  }

  .section03 ul li {
    padding: 2rem 2rem 1.5rem;
  }

  .section04 .futitle {
    margin: .25rem 0 .9375rem;
  }

  .section04 ul li {
    width: 50%;
  }

  .section04 ul li>div {
    padding: 10px 0;
  }

  .section04 ul li .number span,
  .about_two ul li .number span {
    font-size: 2.5rem;
  }

  .section04 ul li .number,
  .about_two ul li .number {
    margin-top: 5px;
  }

  .section04 {
    padding: 1.5625rem 0;
  }

  .section04 .more_a {
    line-height: 2rem;
    margin-bottom: .625rem;
  }

  .section04 .left,
  .section04 .right {
    width: 100%;
  }

  .section04 .right {
    padding-left: 0;
    margin-top: 15px;
  }

  .section04 .left .data {
    display: none;
  }

  .section04 .left .center {
    width: 100%;
  }

  .section04 .least_new .content {
    width: 90%;
  }

  .article_article .top .right {
    display: none;
  }

  .ny_ban .name {
    font-size: 1.8rem;
    margin-bottom: 0px;
  }

  .ny_erji ul,
  .ny_erji .line {
    display: none;
  }

  .ny_erji {
    margin-top: 0;
    padding-top: 25px;
  }

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

  .article_article {
    padding: 1.8rem 0;
  }

  .article_article .top {
    padding: .9375rem;
  }

  .article_article .top .left .font28 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }

  .article_article .shangxia {
    margin-top: 2.3125rem;
  }

  .article_article .shangxia>div {
    width: 100%;
    float: none;
  }

  .article_article .shangxia {
    height: auto;
    line-height: 3.875rem;
  }

  .article_article .shangxia .xia {
    text-align: left;
  }

  .article_article .more {
    margin-top: 2rem;
  }

  .body_pad {
    padding-top: 61px;
  }

  .pro_title {
    font-size: 1.5rem;
  }

  .pro_two {
    padding: 2rem 0 2rem;
  }

  .pro_two #miao1 {
    margin-top: 1rem;
  }

  .pro_title {
    line-height: 2.5rem;
  }

  .tlcp .swiper-button-next,
  .about_four_swiper .swiper-button-next {
    right: 0;
  }

  .tlcp .swiper-button-prev,
  .about_four_swiper .swiper-button-prev {
    left: 0;
  }

  .tlcp {
    padding: 2rem 0;
  }

  .gongyi_one {
    padding: 4.5rem 15px 4.5rem;
  }

  .ny_ban img {
    height: 200px;
    object-fit: cover;
  }

  .ny_title {
    font-size: 1.8rem;
  }

  .gongyi_one {
    padding: 1.5625rem 15px;
  }

  .gongyi_one .number {
    font-size: 2.5rem;
    padding-bottom: 5px;
    line-height: 36px;
  }

  .gongyi_two .font28 {
    font-size: 1.5rem;
  }

  .gongyi_two {
    padding: 1.5625rem 0;
  }

  .gongyi_three .right {
    width: 100%;
    padding: 2rem 2rem;
  }

  .gongyi_three {
    padding: 3rem 0;
  }

  .gongyi_four,
  .gongyi_five,
  .gongyi_six,
  .about_four,
  .padding_t_b,
  .recruit_one,
  .recruit_two,
  .recruit_three,
  .contact_one,
  .contact_three,
  .contact_four {
    padding: 2.1875rem 0;
  }

  .contact_four ul li.w20 input {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
  }

  .contact_three .right ul li:nth-child(odd) {
    padding-right: 15px;
  }

  .contact_four ul li.w20 {
    margin-bottom: 15px;
  }

  .contact_three .right ul li:nth-child(even) {
    padding-left: 15px;
  }

  .contact_four ul li.w20 {
    width: 50%;
  }

  .contact_three .row {
    margin-top: 1rem;
  }

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

  .recruit_three ul li .clearfix {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .recruit_three ul li .clearfix>div:last-child,
  .recruit_three ul li .clearfix>div:nth-last-child(3) {
    display: none;
  }

  .recruit_three ul li .clearfix>div {
    text-align: center;
    width: 25%;
  }

  .recruit_three ul li .content {
    padding: 1.5625rem .9375rem;
  }

  .recruit_three ul li .text {
    padding-bottom: 1.5rem;
  }

  .recruit_three ul .more {
    margin-top: 1.5rem;
  }

  .gongyi_four ul li {
    padding: 0 .5rem;
    width: 50%;
    margin: 0 0 15px 0;
  }

  .gongyi_five .font28 {
    font-size: 1.6rem;
  }

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

  .gongyi_five .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }

  .about_one::before {
    position: static;
  }

  .about_one {
    margin-top: 1.5625rem;
    padding-bottom: 25px;
  }

  .about_one .en_title {
    margin-top: 0;
  }

  .about_one .text {
    margin-top: 10px;
  }

  .about_two {
    padding: 1.5625rem 0;
  }

  .about_two ul li:nth-child(odd) {
    padding-right: 5px;
    margin-bottom: 15px;
  }

  .about_two ul li:nth-child(even) {
    padding-left: 5px;
    margin-bottom: 15px;
  }

  .about_three::before {
    height: 64%;
  }

  .about_four .about_four_swiper .swiper-slide>div:nth-child(1) {
    padding: 5px;
  }

  .about_four .about_four_swiper .font16 {
    padding-top: 8px;
  }

  .list_pro .col-md-4 {
    margin-bottom: 1.5rem;
  }

  .recruit_one .font16 {
    padding: 0.75rem 0;
  }

  .recruit_two .row .col-md-3>div {
    padding: 2rem 1rem 2rem;
  }

  .recruit_two .row .col-md-3 img {
    width: 50px;
  }

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

  .recruit_two .row .col-md-3:nth-child(odd) {
    padding: 0 7.5px 0 15px;
  }

  .recruit_two .row .col-md-3:nth-child(even) {
    padding: 0 15px 0 7.5px;
  }

  .contact_one_swiper {
    padding-bottom: 45px;
  }

  .contact_one_swiper .swiper-pagination-bullet-active {
    background-color: #004098;
  }

}

@media (max-width: 767px) {
  .section02 .content {
    padding: 10px;
  }

  .section02 .swiper-button-next,
  .section02 .swiper-button-prev,
  .section02 .zanting {
    display: none;
  }

  .section02 .pad_bot {
    padding-bottom: 0;
  }

  .section02 .swiper-scrollbar {
    width: 100%;
    left: 0;
  }

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

  .section03 .right {
    margin-top: 0;
  }

  .section03 .line {
    margin: 10px 0;
    height: 20px;
  }

  .section03 .right ul {
    margin-top: 0;
  }

  .section03 .right ul li .icon,
  .list_about .bot>li ul li .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .section03 .right ul li .icon img {
    width: 2.5rem;
  }

  .section03 ul li {
    padding: 20px 10px;
  }

  .more {
    padding: 0 15px;
  }

  .section04 .least_new .content {
    width: 100%;
    margin-top: 0;
    padding: 15px;
  }

  .section04 .left,
  .section04 .right {
    padding-left: 0;
    margin-top: 20px;
  }

  .section04 .left ul li {
    width: 100%;
  }

  .section04 ul li>div {
    padding: 0;
  }

  body {
    padding-top: 61px;
  }

  .ny_erji .title {
    display: block;
  }

  .article_pro .top::before {
    font-size: 12rem;
  }

  .article_pro .name {
    margin-top: 15px;
  }

  .article_pro .more {
    margin-top: 5px;
  }

  .article_pro .swiper-button-next,
  .article_pro .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .article_pro .name {
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 10px;
  }

  .article_pro .top::before {
    font-size: 8rem;
  }

  .article_pro .top {
    padding-bottom: 0;
  }

  .article_pro .bot {
    margin-top: 25px;
  }

  .article_pro .bot .title {
    margin-bottom: 15px;
  }

  .article_pro .bot .table>tbody>tr>td,
  .article_pro .bot .table>tbody>tr>th,
  .article_pro .bot .table>tfoot>tr>td,
  .article_pro .bot .table>tfoot>tr>th,
  .article_pro .bot .table>thead>tr>td,
  .article_pro .bot .table>thead>tr>th {
    padding: 15px;
  }

  .padding_bot {
    padding-bottom: 25px;
  }

  .list_about .text {
    width: 100%;
  }

  .ny_erji .title {
    margin-bottom: 8px;
  }

  .list_about .bot {
    margin-top: 25px;
  }

  .list_about .bot>li {
    width: 100%;
    float: none;
  }

  .list_about .bot>li ul {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }

  .list_about .bot>li ul li {
    width: 33.3%;
    float: left;
  }

  .list_about .bot>li ul li .name {
    width: 75%;
    margin: 8px auto 0;
    line-height: 22px;
  }

  .list_article .bot li .col-md-3 {
    display: none;
  }

  .list_article .bot li .font16 {
    line-height: 34px;
  }

  .list_article .bot li {
    padding: 10px 0;
  }

  .list_article .swiper-pagination {
    left: 50%;
    bottom: -40px;
  }

  .list_article .list_article_top .col-md-6:nth-child(1) {
    padding-right: 15px;
  }

  .list_article .more_a {
    margin-top: 10px;
  }

  .list_article .top {
    margin-bottom: 65px;
  }

  .list_article .bot li:nth-child(1) .font16 {
    padding-left: 0;
    font-size: 20px;
  }

  .list_article .font16.line3 {
    -webkit-line-clamp: 2;
    font-size: 12px;
  }

  .list_contact .top::after {
    width: 100%;
    display: none;
  }

  .list_contact .top .font28 {
    margin-bottom: 15px;
  }

  .list_contact .top::before {
    width: 100%;
    height: 16.875rem;
    font-size: 6rem;
  }

  .list_contact .top {
    padding: 25px 0 60px;
    background: url(../img/48.jpg) no-repeat;
  }

  .list_contact .center {
    padding: 25px 0;
  }

  .list_contact .top .font16 {
    line-height: 36px;
    color: #fff;
  }

  .list_contact .top .font16 i {
    margin-right: 10px;
  }

  .list_contact .top::before {
    background: transparent;
  }

  .list_contact .top .font28 {
    color: #fff;
  }

  .contact_four .futitle {
    margin: 10px 0 15px;
  }

  .contact_four .more {
    margin-top: 15px;
  }

  .list_history .name {
    font-size: 36px;
    line-height: 40px;
  }

  .list_history .left,
  .list_history .right {
    width: 100%;
  }

  .list_history ul::before {
    display: none;
  }

  .list_history li:nth-child(odd) .left {
    padding-right: 0;
  }

  .list_history li::after {
    top: 45px;
    left: 22px;
  }

  .list_history li:nth-child(odd) {
    text-align: left;
  }

  .list_history li::before {
    top: 53px;
    width: 100%;
  }

  .list_history ul {
    padding-top: 15px;
  }

  .list_history li:nth-child(odd) .right {
    padding: 15px 0 0;
  }

  .list_history li:nth-child(even) .left {
    padding-left: 0;
  }

  .list_history li:nth-child(even) .right {
    padding: 15px 0 0;
  }

  .list_history li {
    margin-bottom: 20px;
  }

  .list_pro .container {
    padding: 0;
  }

  .list_pro ul li .right {
    padding-left: 15px;
  }

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

  .list_pro ul li .number {
    font-size: 10rem;
  }

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

  .list_shebei .col-md-4 .content {
    padding: 15px;
  }

  .ny_ban .bread {
    display: none;
  }

  .list_hzhb .col-md-2 {
    margin-bottom: 10px;
  }

  .list_history ul {
    padding-bottom: 0;
  }

  .index_hzhb {
    padding: 25px 0;
  }

  .solutions-list {
    display: block;
  }

  .solutions-list>li {
    width: 50%;
    margin-bottom: 15px;
  }

  .solutions-list>li:hover {
    width: 50% !important;
  }

  .solutions-card {
    height: 155px;
    padding: 10px;
  }

  .solutions-card-text {
    left: 10px;
    bottom: 10px;
    width: 86%;
  }

  .section07 .swiper-container {
    padding-bottom: 40px;
  }

  .section07 {
    padding: 25px 0;
  }

  .solutions-list>li:nth-child(odd) {
    padding-left: 0px;
  }

  .solutions-list>li:nth-child(even) {
    padding-right: 0px;
  }

  .index_tanchu .modal-dialog {
    width: 94%;
  }.contact_center{
    margin:25px 0;
  }
}