@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

.fix_ul li .iconfont {
  color: #858585;
  display: block;
  font-size: 2rem;
}

.fix_ul li:last-child {
  display: none;
}

.fix_ul li:hover .right_div {
  right: 4.375rem;
}

.right_div {
  right: 40px;
  min-width: 8.75rem;
  min-height: 4.375rem;
  line-height: 4.375rem;
}

.right_div img {
  width: 100%;
}

.fix_ul li {
  width: 4.375rem;
  height: 4.375rem;
  text-align: center;
  line-height: 4.375rem;
  padding: 0;
  background: #fff;
  border: 1px solid #DEE2E7;
}

.fix_ul li:nth-child(even) {
  background: #EAEAEA;
}

.fix_ul li:last-child {
  border-bottom: 1px solid #fff;
}

.fix_ul li:hover {
  background: #00327D;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_left {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}

.flex_right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

.flex_left1 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

tr td {
  text-align: center;
  vertical-align: middle !important;
}

@font-face {
  src: url(../fonts/Montserrat-Regular-8.otf);
  font-family: "Montserrat";
}

/* 禁止缩放表单 */
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;
}

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

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

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

header .bot .right>ul>li:nth-child(5) .er-ul,
header .bot .right>ul>li:nth-child(6) .er-ul {
  width: 200%;
  left: -50%;

}

.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;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: .875rem;
}

.er-ul>li:hover a {
  color: #00327D;
}

.er-ul>li:nth-child(1) {
  padding-top: .625rem;
}

.er-ul>li:last-child {
  padding-bottom: .625rem;
}

header .bot .right>ul>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

.bg {
  background: #00327D;
}

.logo_phone img {
  width: 7.5rem;
}

.c {
  color: #00327D;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 12px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 12px;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

.container {
  padding: 0 14.8125rem;
  width: 100%;
  max-width: 100%;
}

/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}

.sjj_nav a {
  letter-spacing: -0.2px;
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
  width: 0;
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}

.nav_show {
  top: 0;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #E50012;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li i {
  position: absolute;
  top: 10px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;

}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav .bot>li {
  margin-left: 15px;
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 50px;
  font-size: 14px;
}

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

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li a {
  color: #666;
  width: calc(100% - 35px);
  display: inline-block;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
  position: relative;
  top: -10px;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #02419A;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.p0 {
  padding: 0 !important;
}

.sjj_nav ul.bot>li:nth-child(2) {
  border-top: none;
}

.sjj_nav .top .fl img {
  height: 40px;
  width: 150px;
}

.sjj_nav .bot {
  margin-top: 60px;
}

.sjj_nav .top .icon-guanbi {
  font-size: 24px;
}

@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .phone_weibu {
    display: block;
  }
}

header .top {
  line-height: 3.125rem;
  color: #fff;
  background: #00327D;
}

header .top .iconfont {
  margin-left: 1.5625rem;
  font-size: 1rem;
}

header .top a {
  color: #fff;
}

header .bot {
  line-height: 6.25rem;
}

header .bot .logo img {
  height: 3rem;
}

header .bot .right>ul>li.active>a,
header .bot .right>ul li:hover>a {
  color: #00327D;
}

header .bot .right>ul>li {
  float: left;
  padding: 0 1rem;
  position: relative;
  font-size: 1rem;
  color: #494949;
}

header .bot .right>ul>li>a {
  padding: 0 .25rem;
  position: relative;
  color: #494949;
  font-weight: 600;
}

header .bot .right>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  height: 3px;
  background: #00327D;
}

header .bot .right>ul>li:last-child:before {
  display: none;
}

header .bot .right>ul>li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: .75rem;
  background: rgba(0, 0, 0, 0.2);
}

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

header.active .bot {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 .625rem #ddd;
}

.banner .swiper-pagination {
  position: absolute;
  bottom: 20%;
  left: 14.8125rem;
  width: auto;
}

.banner .swiper-pagination-bullet {
  background: #00327D;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  width: 1.6875rem;
  border-radius: 10px;
}

.title {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 3.3125rem;
  color: #040000;
}

.title span {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #00327D;
  width: 2.6875rem;
}

.index_one {
  padding: 5.5rem 0 2.375rem;
}

.index_one ul {
  margin: 2.5rem -1.5625rem 0;
  flex-wrap: wrap;
}

.index_one ul li {
  padding: 0 1.5625rem;
  width: 33.33%;
  float: left;
  margin-bottom: 3.125rem;
}

.index_one ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
}

.index_one ul li .img img {
  max-width: 80%;
}

.index_one ul li>div {
  background: -moz-linear-gradient(0% 50% 0deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  background: -webkit-linear-gradient(0deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e6e5ea), color-stop(0.5, #f8f8f8), color-stop(1, #e0e1e3));
  background: -o-linear-gradient(0deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  background: -ms-linear-gradient(0deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E5EA', endColorstr='#E0E1E3' ,GradientType=0)";
  background: linear-gradient(90deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E5EA', endColorstr='#E0E1E3', GradientType=1);
  height: 27.8125rem;
  position: relative;
}

.index_one ul li>div .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2.5rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  width: 100%;
}

.index_one ul li>div .hover .name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #040000;
}

.index_one ul li>div .hover .more_a {
  opacity: 0;
}

.index_one ul li>div .hover .text {
  margin: .625rem 0;
}

.index_one ul li>div .more_a {
  overflow: hidden;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_one ul li:hover>div {
  box-shadow: 0 0 .625rem #ddd;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_one ul li:hover .more_a {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  opacity: 1 !important;
}

.index_one ul li:hover .hover {
  bottom: 2rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_one ul li:nth-child(1),
.index_one ul li:nth-child(4),
.index_one ul li:nth-child(5) {
  width: 66.66%;
}

.index_one ul li:nth-child(1) .img,
.index_one ul li:nth-child(4) .img,
.index_one ul li:nth-child(5) .img {
  text-align: right;
  padding-right: 10.625rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

.index_one ul li:nth-child(1) .img img,
.index_one ul li:nth-child(4) .img img,
.index_one ul li:nth-child(5) .img img {
  height: 70%;
}

.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #727272;
}

.more_a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #00327D;
  font-weight: 600;
}

.more_a img {
  margin-left: .3125rem;
  display: inline-block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.more_a:hover {
  color: #00327D;
}

.more_a:hover img {
  transform: translateX(10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_two .name,
.list_news .name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
}

.index_two .text,
.list_news .text {
  line-height: 1.875rem;
}

.index_two .data,
.list_news .data {
  margin: .3125rem 0;
}

.index_two {
  padding: 0 0 6.875rem;
}

.index_two .content {
  padding: 1.875rem 2.125rem;
}

.index_two .col-md-4 {
  padding: 0 1.5625rem;
}

.index_two .col-md-4>div {
  background: #F8F8F8;
}

.index_two .col-md-4 ul li:hover .name {
  color: #00327D;
}

.index_two .col-md-4 ul li:hover::before {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  width: 100%;
}

.index_two .col-md-4 ul li {
  border-bottom: 1px solid #DDDDDD;
  padding: 1.8rem 1.875rem 1.1rem;
  position: relative;
}

.index_two .col-md-4 ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #00327D;
  z-index: 9;
}

.index_two .col-md-4 ul li:last-child {
  border-bottom: none;
}

.index_two .col-md-4:nth-child(1):hover>div,
.index_two .col-md-4:nth-child(2):hover>div {
  box-shadow: 0 0 .625rem #ddd;
}

.index_two .col-md-4:nth-child(1):hover>div img,
.index_two .col-md-4:nth-child(2):hover>div img {
  transform: scale(1.1);
}

.index_two .col-md-4:nth-child(1):hover>div .name,
.index_two .col-md-4:nth-child(2):hover>div .name {
  color: #00327D;
}

.index_two .row {
  margin: 2.5rem -1.5625rem 2.1875rem;
}

.data {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #AAAAAA;
  font-family: "Montserrat";
}

.data .iconfont {
  font-size: 1rem;
  position: relative;
  top: 1px;
}

.list_news .bot .social-share {
  display: inline-block;
}

.list_news .bot .social-share .social-share-icon {
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  font-size: .875rem;
  color: #AAAAAA;
}

.list_news .bot .social-share .social-share-icon:hover {
  color: #00327D;
  background: transparent;
}

.list_news .bot .social-share .icon-wechat:before {
  display: none;
}

.more {
  line-height: 2.8125rem;
  padding: 0 3.125rem;
  border-radius: 1.875rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  font-size: .875rem;
  color: #FFFFFF;
  display: inline-block;
  background: #00327D;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.more::before {
  content: "";
  border-radius: 1.875rem;
  background: #000;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.more:hover::before {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  left: 0;
}

.more:hover {
  color: #fff;
}

.serbtn {
  background: #00327D;
}

.searchbox {
  border-top-color: #00327D;
  top: 3.125rem;
  z-index: 9999;
  padding: 1.875rem 0;
}

header .top .iconfont.ds {
  cursor: pointer;
}

footer {
  background: #2D2D2D;
  padding: 4.0625rem 0 2.8125rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.1);
}

footer .name {
  font-weight: bold;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  margin-bottom: .625rem;
}

footer a:hover {
  font-weight: bold;
}

footer .text {
  color: #EAEAEA;
  font-size: 0.875rem;
}

footer .left {
  width: 12%;
}

footer .left:nth-child(1) {
  width: 25%;
}

footer .left:nth-child(1) .text {
  width: 50%;
  float: left;
}

footer .center {
  width: 27%;
}

footer .center ul li {
  display: flex;
  align-items: center;
  margin-bottom: .625rem;
}

footer .center ul li .icon {
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  text-align: center;
}

footer .center ul li .icon .iconfont {
  font-size: 1rem;
  color: #fff;
}

footer .center ul li .text {
  width: calc(100% - 2.875rem);
  padding-left: .9375rem;
}

footer .center ul li:last-child {
  margin-bottom: 0;
}

footer .right {
  width: 12%;
}

footer .right .ewm {
  display: inline-block;
}

.list_message .input input,
.list_message .input select {
  width: 100%;
  height: 2.75rem;
  line-height: 2.625rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0 .625rem;
  font-size: 1rem;
  color: #424245;
}

.list_message .input textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: .625rem .625rem;
  font-size: 1rem;
  color: #424245;
  border-radius: 5px;
  height: 8rem;
}

.list_message .input {
  margin-bottom: .625rem;
}

.list_message .input .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #424245;
  padding-bottom: .3125rem;
}

.list_message .input .name span {
  color: red;
}

.list_message .title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.3125rem;
}

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

.list_message .more {
  border: none;
}

.beian {
  background: #2D2D2D;
  padding: 1.125rem 0;
}

.beian .text {
  color: #fff;
}

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

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

.nyban .icon {
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 50%;
  margin-top: 1.5625rem;
  background: #00327D;
  line-height: 3.3125rem;
  text-align: center;
  overflow: hidden;
}

.nyban .icon .iconfont {
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  animation: tiaodong 2s linear infinite;
}

@keyframes tiaodong {
  0% {
    transform: translateY(-1.5rem);
  }

  100% {
    transform: translateY(2.5rem);
  }
}

.bread {
  border-bottom: 1px solid #eaeaea;
  line-height: 4.5625rem;
}

.bread .right {
  font-size: .875rem;
  color: #686868;
}

.bread .right a,
.bread .right .text {
  color: #686868;
}

.bread .right span:last-child {
  display: none;
}

.bread .left ul li {
  float: left;
  position: relative;
  font-size: 1rem;
}

.bread .left ul li a {
  padding: 0 2.5rem;
  position: relative;
  color: #494949;
}

.bread .left ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: .875rem;
  background: #eaeaea;
}

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

.bread .left ul li.active a,
.bread .left ul li:hover a {
  color: #00327D;
}

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

.p90120 {
  padding: 5.625rem 0 7.5rem;
}

.list_parent ul li {
  margin-bottom: 1.5625rem;
  width: 20%;
  padding: 0 .75rem;
}

.list_parent ul li>div {
  border: 1px solid rgba(20, 77, 138, 0.15);
}

.list_parent ul li:hover>div {
  border: 1px solid #144d8a;
  box-shadow: 0 0 .625rem #ddd;
}

.list_parent ul {
  margin: 0 -0.75rem;
  justify-content: left;
}

.list_case .row {
  margin: 0 -1.375rem;
}

.list_case .row li {
  padding: 0 1.375rem;
  margin-bottom: 2.5rem;
}

.list_case .row li img {
  width: 100%;
}

.list_case .row li:hover .name {
  color: #00327D;
}

.list_case .row li:hover>div {
  box-shadow: 0 0 .625rem #ddd;
}

.list_case .row .name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  padding: 1.875rem 1.375rem;
  background: #f2f3f7;
}

.nysanji {
  border-bottom: 1px solid #eaeaea;
  line-height: 1.875rem;
  padding: 1.25rem 0;
}

.nysanji li {
  float: left;
}

.nysanji li a {
  font-size: 1rem;
  color: #898989;
  padding: 0 1.25rem;
  position: relative;
}

.nysanji li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: .9375rem;
  background: #898989;
  right: 0;
}

.nysanji li:nth-child(1) a {
  padding-left: 0;
}

.nysanji li:hover a,
.nysanji li.active a {
  color: #00327D;
}

.nysanji li:last-child a::before {
  display: none;
}

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

.show_case .left .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000000;
}

.show_case .left .center {
  margin: .8125rem 0 1.375rem;
}

.show_case .left .center .data {
  font-weight: normal;
}

.show_case .left .text {
  border-top: 1px solid #eaeaea;
  padding-top: 2.1875rem;
  line-height: 2.0625rem;
  color: #494949;
}

.show_case .right {
  padding-left: 0;
}

.show_case .right ul li {
  background: #f2f3f7;
  margin-bottom: 1.5625rem;
  padding: 1.4375rem 2.0625rem 2.125rem;
}

.show_case .right ul li.fy {
  padding: 0
}

.show_case .right ul li .bianj {
  padding: 1.4375rem 2.0625rem 2.125rem;
}

.show_case .right ul li .name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: .625rem;
}

.show_case .right ul li .text {
  line-height: 1.875rem;
  font-size: 1.125rem;
  color: #494949;
}

.show_case .right ul li .data {
  font-weight: normal;
}

.show_case .right .fenxiang a {
  width: 2.9375rem !important;
  height: 2.9375rem;
  border-radius: 50%;
  line-height: 2.9375rem;
  text-align: center;
  border: 1px solid #999999;
  color: #999999 !important;
}

.show_case .right .fenxiang a:hover {
  color: #fff !important;
}

.show_case .right .more {
  width: 100%;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-top: 1.4375rem;
  line-height: 2.9375rem;
}

.show_case .right .more::before {
  border-radius: 0;
}

.about_pro {
  padding: 5rem 0;
  background: #f2f3f7;
}

.about_pro .swiper-container {
  padding: 1.25rem 0 3.125rem;
}

.about_pro .swiper-pagination-bullet-active {
  background: #00327D;
}

.squera_pro>div {
  border: 1px solid #e2e2e2;
  padding: 2.25rem 1.875rem 2.8125rem;
  background: #fff;
}

.squera_pro .img {
  margin: 3.125rem 0 2.1875rem;
}

.squera_pro .name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #040000;
}

.squera_pro .more,
.squera_pro .more::before {
  border-radius: 0;
}

.squera_pro .more::before {
  background: #00327D;
}

.squera_pro .more {
  border: 1px solid #e2e2e2;
  background: transparent;
  color: #6b6b6b;
  font-size: 1rem;
}

.squera_pro .more:hover {
  color: #fff !important;
}

.squera_pro .text {
  color: #6B6B6B;
  margin-bottom: 1.25rem;
}

.squera_pro .text span {
  font-weight: 600;
  color: #000;
}

.squera_pro .more {
  width: calc(50% - 0.7rem);
  padding: 0;
  text-align: center;
}

.squera_pro .more:nth-last-child(2) {
  margin-right: .5625rem;
}

/* .squera_pro .more:nth-last-child(1) {
  margin-left: .5625rem;
} */

.squera_pro:hover .name {
  color: #00327D;
}

.list_hyyy ul li {
  margin-bottom: 2.5rem;
  width: 100%;
}

.list_hyyy ul li .left,
.list_hyyy ul li .right {
  width: 50%;
}

.pager {
  text-align: center;
}

.pagination {
  display: inline-block;

}

.pagination li {
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0 !important;
  text-align: center;
  border: 1px solid #ddd;
  display: inline-block;
  margin: 0 3px 0 !important;
}

.pagination li.active,
.pagination li:hover {
  border-color: #00327D !important;
  color: #fff !important;
  background: #00327D !important;
  box-shadow: inherit !important;
}
.pagination li.disabled:hover {
  border: 1px solid #ddd !important; 
  background: #F2F3F7 !important;
  color: #000 !important;
}

.pagination li a {
  display: block;
}

.pagination li:hover a {
  color: #fff;
}

.list_hyyy ul li .left {
  padding-right: 1.375rem;
}

.list_hyyy ul li .right {
  padding-left: 1.375rem;
}

.list_hyyy ul li .name {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 3.3125rem;
  color: #040000;
  position: relative;
  padding-bottom: .625rem;
}

.list_hyyy ul li .text {
  margin: 1.5625rem 0 1.875rem;
  text-align: justify;
}

.list_hyyy ul li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 2.6875rem;
  height: 3px;
  background: #00327D;
}

.list_hyyy ul li:nth-child(even) .right {
  order: 1;
  padding-right: 1.375rem;
  padding-left: 0;
}

.list_hyyy ul li:nth-child(even) .left {
  order: 2;
  padding-right: 0;
  padding-left: 1.375rem;
}

.list_pro .squera_pro {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  margin-bottom: 1.875rem;
}

.list_pro .squera_pro>div {
  background: -moz-linear-gradient(0.77% 0.59% -59.32deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  background: -webkit-linear-gradient(-59.32deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  background: -webkit-gradient(linear, 0.77% 0.59%, 100.11% 100.29%, color-stop(0, #e6e5ea), color-stop(0.5, #f8f8f8), color-stop(1, #e0e1e3));
  background: -o-linear-gradient(-59.32deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  background: -ms-linear-gradient(-59.32deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E5EA', endColorstr='#E0E1E3' ,GradientType=0)";
  background: linear-gradient(149.32deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E5EA', endColorstr='#E0E1E3', GradientType=1);
}

.list_pro .squera_pro:hover>div {
  box-shadow: 0 0 .625rem #ddd;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_pro .more {
  background: #fff;
}

.list_about.list_hyyy ul li {
  align-items: flex-start;
}

.list_about.list_hyyy .right {
  padding: 1.25rem 1.375rem 0 0;
}

.list_about.list_hyyy .left {
  padding: 0 0 0 1.375rem;
}

.list_about.list_hyyy ul li:nth-child(even) .right {
  order: 2;
  padding: 1.25rem 0 0 1.375rem;
}

.list_about.list_hyyy ul li:nth-child(even) .left {
  order: 1;
  padding: 0 1.375rem 0 0;
}

.list_about.list_hyyy ul li .text .text {
  margin: 0 0 2.1875rem 0;
}

.list_about.list_hyyy ul li .text .name_name {
  font-weight: bold;
  font-size: 1rem;
  line-height: 2.0625rem;
  color: #00327D;
}

.bread .right2 ul li {
  float: left;
  font-size: 1rem;
  color: #000000;
}

.bread .right2 ul li:last-child {
  display: inline-block;
  margin-left: 1.875rem;
}

.bread .right2 ul li:last-child a {
  color: #fff !important;
  line-height: 1.875rem;
  padding: 0 1.5rem;
  background: #00327D;
  border-radius: 20px;
  display: inline-block;
}

.bread .right2 ul li:last-child:hover a {
  background: #000;
}

.bread_pro {
  border-top: 1px solid #eaeaea;
}

.show_pro {
  padding: 6.875rem 0;
  background: -moz-linear-gradient(-0.17% 1.3% -19.45deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  background: -webkit-linear-gradient(-19.45deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  background: -webkit-gradient(linear, -0.17% 1.3%, 100.46% 98.99%, color-stop(0, #e6e5ea), color-stop(0.5, #f8f8f8), color-stop(1, #e0e1e3));
  background: -o-linear-gradient(-19.45deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  background: -ms-linear-gradient(-19.45deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E5EA', endColorstr='#E0E1E3' ,GradientType=0)";
  background: linear-gradient(109.45deg, #e6e5ea 0%, #f8f8f8 50%, #e0e1e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E5EA', endColorstr='#E0E1E3', GradientType=1);
}

.show_pro .title {
  margin-bottom: 1.5625rem;
}

.show_pro .left {
  width: 50%;
  padding: 1.875rem 0 0 7.5rem;
}

.show_pro .right {
  width: 50%;
  padding-right: 7.5rem;
}

.show_pro .flex {
  align-items: flex-start;
}

.show_pro_two {
  padding: 6.25rem 0;
}

.show_pro_two .icon {
  margin-bottom: .9375rem;
}

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

.show_pro_two ul li {
  width: 33.3%;
  border-right: 1px solid rgba(33, 36, 38, 0.2);
}

.show_pro_two ul li img {
  display: inline-block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.show_pro_two ul li:hover img {
  transform: rotate(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.show_pro_three {
  background: #f1f1f2;
  padding: 5.625rem 0;
}

.table td,
.table th {
  border: 1px solid #dee2e6;
}

.show_pro_three table {
  margin-top: 3rem;
  border: 1px solid #d8d8d8;
}

.pro_ulli {
  line-height: 4.625rem;
  border-bottom: 1px solid #eee;
}

.pro_ulli.active {
  position: fixed;
  top: 6.25rem;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.pro_ulli ul li {
  margin-right: 3.4375rem;
  font-size: 1.125rem;
  position: relative;
  color: #474747;
  float: left;
  cursor: pointer;
}

.pro_ulli ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f08300;
  transition: all .5s;
}

.pro_ulli ul li:hover::before,
.pro_ulli ul li.active::before {
  transition: all .5s;
  width: 100%;
}

.show_new_one .left {
  width: 50%;
}

.pt150 {
  padding-top: 9.375rem;
}

.pb150 {
  padding-bottom: 9.375rem;
}

.show_new_one .right {
  width: 50%;
  padding-left: 1.5625rem;
}

.show_new_one .flex {
  align-items: center;
  padding: 1.875rem 1.5625rem;
  background-color: #f6f6f6;
  border-radius: 10px;
  height: 100%;
}

.show_new_one .name {
  font-size: 1.5rem;
  line-height: 2.3125rem;
  color: #333333;
}

.show_new_one .text p {
  position: relative;
  padding-left: .75rem;
}

.show_new_one .col-md-4 {
  margin-bottom: 1.875rem;
}

.title.title1 {
  font-size: 3.75rem;
}

.show_new_one .text p::before {
  content: "";
  position: absolute;
  top: .8rem;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7d7d7d;
}

.show_new_two .list:nth-child(even) .left {
  order: 2;
}

.show_new_two .list:nth-child(even) .right {
  order: 1;
}

.show_new_two .list .flex {
  padding: 0 8.75rem;
}

.show_new_two .list .flex .left,
.show_new_two .list .flex .right {
  max-width: 50%;
  width: 50%;
}

.show_new_two .list .flex .left img,
.show_new_two .list .flex .right img {
  width: 100%;
}

.show_new_two .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.show_new_two .flex {
  align-items: center;
}

.show_new_two .name {
  font-size: 2.4rem;
  line-height: 3.125rem;
  width: 100%;
  color: #00327d;
}

.show_new_two .text {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #060708;
  margin-top: 1.25rem;
  width: 100%;
}

.show_new_three .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 2.1875rem;
}

.show_new_three .name {
  font-size: 3rem;
  line-height: 3.125rem;
  color: #ffffff;
  width: 100%;
  position: absolute;
  top: 2.8125rem;
  left: 0;
  width: 100%;
}

.show_new_three .text {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #ffffff;
  position: absolute;
  bottom: 2.8125rem;
  left: 0;
  width: 100%;
  padding: 0 2.1875rem;
}

.show_new_five .text {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #ffffff;
}

.show_new_five .col-md-4 {
  padding: 0 4.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.30);
  text-align: center;
  display: flex;
  align-items: center;
}

.show_new_five .row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.show_new_five .col-md-4:last-child {
  border-right: none;
}

table tr:nth-child(1) {
  font-weight: 600;
  color: #060708;
  font-weight: normal;
}

#phone_nav span,
.seaarch_phone span {
  font-size: 24px;
}

table tr {
  /* background: rgba(0, 50, 125, 0.6); */
  color: #000;
}

.list_case.show_pro_three {
  padding-bottom: 3.75rem;
  background: #fff;
}

.qiehuan ul {
  justify-content: center;
}

.qiehuan {
  margin-top: 3.75rem;
}

.qiehuan ul li {
  padding: 0 1.875rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-bottom: .625rem;
  position: relative;
  cursor: pointer;
}

.pro_sum>div {
  display: none;
}

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

.qiehuan ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00327D;
  transition: all .5s;
}

.qiehuan ul li.active::before,
.qiehuan ul li:hover::before {
  width: 100%;
  transition: all .5s;
}

.qiehuan ul li.active,
.qiehuan ul li:hover {
  color: #00327D;
}

.list_download ul li {
  margin-bottom: 1.875rem;
  background-color: #f2f3f7;
  padding: 1.5625rem 1.875rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_download ul li .name {
  font-size: 1rem;
  line-height: 2.875rem;
  color: #000000;
  max-width: 60%;
  font-weight: 600;
}

.list_download ul li .text {
  font-size: .875rem;
  line-height: 2.875rem;
  color: #5E5E5E;
}

.list_download ul li .more,
.list_download ul li .more::before {
  border-radius: 0;
}

.list_download ul li .more {
  padding: 0 1.375rem;
}

.list_download ul li:hover {
  box-shadow: 0 0 .625rem #ddd;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news .data {
  font-weight: normal;
  font-size: .875rem;
  margin-top: .625rem;
}

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

.list_news .top .col-md-9>div {
  background: #F2F3F7;
  padding: 1.5625rem;
}

.list_news .top .col-md-9 .data {
  margin: 0;
}

.list_news .top .col-md-9 .left {
  width: 38%;
}

.list_news .top .col-md-9 .right {
  width: 62%;
  padding-left: 2.0625rem;
}

.list_news .top .col-md-9 .swiper-pagination {
  position: absolute;
  bottom: 1.25rem;
  left: calc(38% + 2.0625rem);
  right: auto;
  width: auto;
}

.list_news .top .col-md-9 .swiper-pagination-bullet {
  background: #777777;
  opacity: 1;
}

.list_news .top .col-md-9 .swiper-pagination-bullet-active {
  background: #00327D;
}

.list_news .top .col-md-9>div:hover {
  box-shadow: 0 0 .625rem #ddd;
}

.list_news .top .col-md-3>div {
  background: #F2F3F7;
  padding: 2.38rem 1.5625rem;
}

.list_news .top .col-md-3 .name_name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: .9375rem;
  color: #000000;
}

.list_news .top .col-md-3 select,
.list_news .top .col-md-3 input {
  width: 100%;
  height: 2.9375rem;
  line-height: 2.9375rem;
  padding: 0 1.25rem;
  border: none;
  margin-bottom: 1rem;
  color: #777777;
  font-size: .875rem;
  background-color: #fff !important;
}

.list_news .top .col-md-3 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../img/jt.png") no-repeat;
  background-size: 2.9375rem 2.9375rem;
  background-position-x: 100%;
  background-position-y: center;
}

.list_news .top .col-md-3 button {
  width: 100%;
  height: 2.9375rem;
  line-height: 2.9375rem;
  border: none;
  background: #00327D;
  color: #fff;
  font-size: .875rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.list_news .top .col-md-3 button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  z-index: -1;
}

.list_news .top .col-md-3 button:hover::before {
  left: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news .bot ul li {
  background: #F2F3F7;
  padding: 1.5625rem;
  margin-bottom: 1.875rem;
}
.list_news .bot ul li  img {
  height: 12.75rem;
  object-fit: cover;
}

.list_news .bot ul li:hover {
  box-shadow: 0 0 .625rem #ddd;
}

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

.list_news .bot ul li:hover .name {
  color: #00327D;
}

.list_tech .wenda {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background: #00327D;
  line-height: 2.125rem;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
  margin-right: 1.25rem;
  text-align: center;
}

.list_tech .top {
  background: #F2F3F7;
  height: 6.25rem;
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
}

.list_tech .top .iconfont {
  font-size: 2rem;
}

.list_tech .top .fl:nth-child(2) {
  width: calc(100% - 2.125rem - 2.125rem - 1.25rem);
  font-size: 1rem;
}

.list_tech .bot {
  display: none;
  border-bottom: 1px solid #E2E2E2;
  padding: 2.1875rem 2.5rem;
}

.list_tech .bot>div {
  display: flex;
  align-items: center;
}

.list_tech .bot .wenda {
  color: #9AA0B5;
  background: #D8DBE5;
}

.list_tech .bot .fl:nth-child(2) {
  width: calc(100% - 2.125rem - 1.25rem);
  font-size: 1rem;
}

.list_tech ul li {
  margin-bottom: 1.6875rem;
}

.list_tech ul li .iconfont {
  display: inline-block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_tech ul li.active .iconfont {
  transform: rotate(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_contact .text {
  color: #494949;
  font-size: 1rem;
  line-height: 2.0625rem;
}

.list_contact .mt35 .icon {
  margin-bottom: .9375rem;
}

.list_contact .mt35 .text {
  line-height: 1.875rem;
  color: #434343;
}

.list_contact .mt35 .col-md-3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.1);
}

.list_contact .mt35 .col-md-3:last-child:before {
  display: none;
}

.list_contact .mt35 .col-md-3>div {
  padding: 0 1.25rem;
}

.list_contact .mt35 .text a {
  color: #00327D;
}

.list_contact .mt35 .text a img {
  position: relative;
  top: -2px;
}

.list_contact .ditu {
  margin: 1.875rem 0;
}

.list_contact .bot {
  margin: 0 -1.5625rem;
}

.list_contact .bot .name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
}

.list_contact .bot .text {
  margin: .5rem 0 .9375rem;
  color: #000000;
}

.list_contact .bot .col-md-4 {
  padding: 0 1.5625rem;
}

.list_contact .bot .col-md-4>div {
  background: #F2F3F7;
  padding: 4.0625rem 1.25rem;
}

.list_contact .bot .col-md-4 .more {
  background: transparent;
  border: 1px solid #00327D;
}

.list_contact .bot .col-md-4 .more a {
  color: #00327D;
}

.list_contact .bot .col-md-4 .more:hover::before {
  background: #00327D;
}

.list_contact .bot .col-md-4 .more:hover a {
  color: #fff !important;
}

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

.flex_center {
  display: flex;
  align-items: center;
}

@media (max-width: 1440px) {
  html {
    font-size: calc(100vw / 105);
  }

  .container {
    padding: 0 8rem;
  }

  .index_two .col-md-4 ul li {
    padding: 1.8rem 1.875rem 1.05rem;
  }

  .list_news .top .col-md-3>div {
    padding: 2.3rem 1.5625rem;
  }

  .show_new_two .list .flex {
    padding: 0 0;
  }

  .show_new_two .name {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .show_new_two .text {
    font-size: 1.375rem;
    line-height: 2rem;
  }

  .title.title1 {
    font-size: 2.75rem;
  }

  .show_new_three .mt80 {
    margin-top: 3.125rem;
  }

  .content_box .list>img {
    height: 500px;
    object-fit: cover;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: calc(1vw);
  }

  .container {
    padding: 0 5rem;
  }
}

@media (max-width: 1024px) {
  header .bot .logo img {
    height: 4.26rem;
  }
}

@media (max-width: 990px) {
  header {
    display: none;
  }

  .phone_logo img {
    width: 150px;
    height: 40px;
  }

  .show_new_one .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .banner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.25rem;
  }

  html {
    font-size: 14px;
  }

  .title {
    font-size: 26px;
  }

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

  .index_one ul {
    margin: 25px -10px 0;
  }

  .index_one ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .index_one ul li:nth-child(1) .img,
  .index_one ul li:nth-child(4) .img,
  .index_one ul li:nth-child(5) .img {
    padding-right: 4.625rem;
  }

  .index_two .col-md-4 {
    padding: 0 10px;
  }

  .index_two .row {
    margin: 25px -10px;
  }

  .index_two .col-md-4 ul li {
    padding: 14.5px 15px 8px;
  }

  .index_two {
    padding: 0 0 45px;
  }

  body {
    padding-bottom: 0;
  }

  footer {
    display: none;
  }

  .phone_weibu {
    display: block;
  }

  .nyban .title,
  .list_hyyy ul li .name {
    font-size: 26px;
  }

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

  .list_about.list_hyyy ul li {
    flex-wrap: wrap;
  }

  .list_about.list_hyyy ul li>div {
    width: 100%;
    padding: 0 !important;
  }

  .p90120 {
    padding: 45px 0;
  }

  .list_about.list_hyyy ul li:nth-child(even) .right {
    order: 1;
  }

  .nysanji,
  .bread {
    display: none;
  }

  .list_download ul li .name {
    width: 100%;
    max-width: 100%;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .list_download ul li {
    padding: 15px;
    margin-bottom: 15px;
  }

  .list_hyyy ul li {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .list_hyyy ul li>div {
    width: 100% !important;
    padding: 0 !important;
  }

  .list_hyyy ul li:nth-child(even) .left {
    order: 1;
  }

  .list_hyyy ul li .right {
    margin-top: 10px;
  }

  .list_news .top .col-md-9,
  .list_news .top .col-md-3 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }

  .list_news .top .col-md-3 {
    margin-top: 15px;
  }

  .list_news .top {
    margin-bottom: 15px;
  }

  .list_news .bot .col-md-3 {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
  }

  .list_news .bot .col-md-9 {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }

  .list_pro .squera_pro {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .show_pro .flex {
    flex-wrap: wrap;
  }

  .show_pro .flex>div {
    width: 100%;
  }

  .show_pro .left {
    padding: 0;
  }

  .show_pro .flex .right {
    margin-top: 15px;
    padding-right: 0;
  }

  .show_pro .title {
    margin-bottom: 5px;
  }

  .show_pro_two,
  .show_pro_three {
    padding: 45px 0;
  }

  .show_pro_two ul li img {
    width: 70px;
  }

  .phone_weibu .mobMenu>li:nth-child(1)>a::before,
  .phone_weibu .mobMenu>li:nth-child(2)>a::before,
  .phone_weibu .mobMenu>li:nth-child(3)>a::before,
  .phone_weibu .mobMenu>li:nth-child(4)>a::before,
  .phone_weibu .mobMenu>li:nth-child(5)>a::before,
  .phone_weibu .mobMenu>li:nth-child(1)>a::after,
  .phone_weibu .mobMenu>li:nth-child(2)>a::after,
  .phone_weibu .mobMenu>li:nth-child(3)>a::after,
  .phone_weibu .mobMenu>li:nth-child(4)>a::after,
  .phone_weibu .mobMenu>li:nth-child(5)>a::after {
    display: none;
  }

  .phone_weibu .mobMenu>li:last-child {
    border-bottom: none;
  }


  .show_new_two .flex {
    flex-wrap: wrap;
  }

  .show_new_two .name {
    font-size: 26px;
    line-height: 30px;
  }

  .show_new_two .list:nth-child(even) .left {
    order: 1;
  }


  .show_new_two .list:nth-child(even) .left {
    width: 40%;
  }

  .show_new_two .list:nth-child(even) .right {
    width: 60%;
  }

  .show_new_three .text {
    font-size: 16px;
    bottom: 15px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .social-share .icon-wechat .wechat-qrcode {
    left: -15px !important;
  }

  .social-share .icon-wechat .wechat-qrcode:after {
    left: 32px !important;
    transform: translateX(0) !important;
  }

  .list_news .social-share .icon-wechat .wechat-qrcode {
    left: auto;
    right: 0;
  }

  .show_pro_two ul li {
    width: 100%;
    border: none;
    padding-bottom: 15px;
  }

  .show_pro_two ul {
    display: block;
  }

  .beian .text {
    font-size: 12px;
    line-height: 24px;
  }

  .list_case.show_pro_three {
    padding-bottom: 15px;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .show_pro_three table {
    margin-top: 15px;
  }

  .show_pro_two,
  .show_pro_three {
    padding: 25px 0;
  }

  .show_pro_two ul li img {
    width: 50px;
  }

  .index_one {
    padding: 25px 0 5px;
  }

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

  .index_one ul li {
    width: 100% !important;
  }

  .index_one ul li:nth-child(1) .img,
  .index_one ul li:nth-child(4) .img,
  .index_one ul li:nth-child(5) .img {
    padding-right: 0;
    text-align: center;
    justify-content: center;
    height: 70%;
  }

  .index_one ul li:nth-child(1) .img img,
  .index_one ul li:nth-child(4) .img img,
  .index_one ul li:nth-child(5) .img img {
    height: 70%;
  }

  .index_one ul li>div .hover .more_a {
    opacity: 1;
  }

  .index_one ul li .hover {
    bottom: 15px !important;
  }

  .index_one ul li>div .hover {
    padding: 0 15px;
  }

  .index_two .row {
    margin: 15px -15px;
  }

  .index_two .col-md-4 {
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .index_two .content {
    padding: 15px;
  }

  .index_two {
    padding: 0 0 25px;
  }

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

  .nyban .title,
  .list_hyyy ul li .name {
    font-size: 22px;
    line-height: 34px;
  }

  .bread {
    display: none;
  }

  .nyban .icon {
    display: none;
  }

  .p90120 {
    padding: 25px 0;
  }

  .list_hyyy ul li .text {
    margin: 15px 0;
  }

  .list_about.list_hyyy ul li .text .text {
    margin: 0 0 15px 0;
  }

  .list_about.list_hyyy ul li {
    margin-bottom: 15px;
  }

  .list_about.list_hyyy ul li:last-child {
    margin-bottom: 0;
  }

  .list_case .row .name {
    font-size: 16px;
    padding: 15px;
  }

  .list_case .row {
    margin: 0 -15px;
  }

  .list_case .row li {
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .list_news .bot .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .list_news .bot .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .list_news .top .col-md-9 .left {
    width: 100%;
  }

  .list_news .top .col-md-9 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .list_news .top .col-md-9>div,
  .list_news .top .col-md-3>div,
  .list_news .bot ul li {
    padding: 15px;
  }

  .list_news .bot ul li {
    margin-bottom: 15px;
  }

  .list_news .swiper-container {
    padding-bottom: 25px;
  }

  .list_news .swiper-pagination {
    bottom: 0;
  }

  .list_news .top .col-md-9 .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .list_parent ul li {
    width: 33.3%;
    padding: 0 5px;
    margin-bottom: 15px;
  }

  .list_parent ul {
    margin: 0 -5px;
  }

  .list_pro .squera_pro {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .list_pro .squera_pro>div {
    padding: 15px;
  }

  .list_tech .top {
    padding: 0 15px;
  }

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

  .show_case .left .text {
    padding-top: 15px;
    line-height: 1.875rem;
  }

  .show_case .left .center {
    margin: 0.8125rem 0 15px;
  }

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

  .show_case .left .text {
    text-align: justify;
  }

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

  .show_case .right ul li {
    margin-bottom: 15px;
    padding: 15px;
  }

  .about_pro {
    padding: 25px 0;
  }

  .squera_pro>div {
    padding: 15px;
  }

  .list_contact .title {
    margin-bottom: 10px;
  }

  .list_contact .mt35 .col-md-3>div {
    padding: 0;
  }

  .list_contact .mt35 .col-md-3 {
    margin-bottom: 20px;
  }

  .list_contact .mt35 .col-md-3::before {
    display: none;
  }

  .list_contact .ditu {
    margin: 15px 0;
  }

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

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

  .list_contact .bot .col-md-4>div {
    background: #F2F3F7;
    padding: 15px;
  }

  .show_new_two .list .flex .left,
  .show_new_two .list .flex .right {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .pro_ulli {
    line-height: 45px;
  }

  .pro_ulli ul li {
    margin-right: 1.4375rem;
    font-size: 14px;
  }

  .mt80 {
    margin-top: 15px;
  }

  .show_new_two .name {
    font-size: 20px;
    line-height: 24px;
  }

  .show_new_two .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }

  .pb80 {
    padding-bottom: 30px;
  }

  .title.title1 {
    font-size: 26px;
    line-height: 35px;
  }

  .show_new_three .mt80 {
    margin-top: 15px;
  }

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

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

  .pt80 {
    padding-top: 30px;
  }

  .mt60 {
    margin-top: 15px;
  }

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

  .show_new_three .name {
    font-size: 2rem;
    line-height: 2.125rem;
  }

  .show_new_five .col-md-4 {
    padding: 0 15px;
  }

  .show_new_five .text {
    font-size: 14px;
    line-height: 30px;
  }

  .mt90 {
    margin-top: 15px;
  }

  .show_new_one .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .show_new_one .left {
    width: 35%;
  }

  .show_new_one .right {
    width: 65%;
  }
}