* {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: none;
  color: #326eac;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

img {
  vertical-align: top;
}

button input select {
  outline: none;
}

.xuanze {
  width: 80px;
  border: 0;
  background: none;
  outline: none;
  color: #326eac;
}

.xuanze option {
  color: black;
  font-size: 14px;
}

.container1660 {
  width: 1660px;
  max-width: 100%;
  margin: 0 auto;
}

.container1400 {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.container1400 {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.light {
  background: rgba(255, 255, 255, 0.8) !important;
}

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

.h6title .h6title-txt h6 {
  color: #222222;
  font-size: 26px;
  padding-bottom: 10px;
}

.h6title .h6title-txt h5 {
  font-size: 40px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  word-break: break-all;
}

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

.h6title .h6title-txt h5 span {
  font-weight: normal;
}

.h6title .h6title-txt em {
  display: inline-block;
  width: 55px;
  height: 3px;
  background: #326eac;
}

.h6title .h6title-txt p {
  font-size: 15px;
  color: #888;
  padding-top: 10px;
}

.h6title .h6title-btn a {
  display: inline-block;
  line-height: 57px;
  text-align: center;
  color: #555;
  width: 152px;
  height: 57px;
  background: rgba(0, 142, 210, 0);
  border: 1px solid #999999;
  border-radius: 29px;
}

.h6title .h6title-btn:hover a {
  color: #fff;
  background: #FFC700;
  border: 1px solid #fff;
}

.header {
  /*padding: 10px 0;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header .mynav-item a {
  color: #326eac !important;
}

.header .nav-item:hover .product_nav_list {
  display: block;
}

.header .nav-item .product_nav_list {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  padding-top: 35px;

  display: none;
}

.header .nav-item .product_nav_list .product_nav_list_content {
  padding: 64px 0 44px;
  /*background-color: rgba(0,28,81,0.95);*/
  background-color: white;
}

.header .nav-item .product_nav_list .product_nav_list_ul {
  display: flex;

}

.header .nav-item .product_nav_list .product_nav_list_ul>li {
  padding: 0 51px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header .nav-item .product_nav_list .overview_text {
  font-size: 20px;
  color: #000;
  margin-bottom: 27px;
}

.header .nav-item .product_nav_list .product_nav_list_ul a {
  font-size: 14px;
  color: #326eac !important;
  line-height: 36px;
}

.navbar {
  position: static;
  padding: 0 1rem;
}

.header .nav-icon ul {
  display: flex;
  align-items: center;
}

.header .nav-icon ul li {
  position: relative;
  padding: 0 20px;
}

.header .nav-icon ul li .sub_nav {
  position: absolute;
  padding-top: 16px;
  width: 92px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  display: none;
}

.header .nav-icon ul li:hover .sub_nav {
  display: block;
}

.header .nav-icon ul li .sub_nav_content {
  background-color: #fff;
  padding: 8px 0;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(169, 169, 169, 0.2);
}

.header .nav-icon ul li .sub_nav p {
  line-height: 30px;
}

.header .nav-icon ul li .sub_nav p a {
  color: #666;
}

.header .nav-icon ul li .sub_nav p:hover a {
  color: #326eac;
}

.header .nav-icon ul li i {
  font-size: 18px;
  color: #326eac;
}

.header .nav-icon ul li .user_box {
  color: #326eac;
}

.banner .swiper-container-banner .img-box {
  position: relative;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
}

.banner .swiper-pagination-bullet {
  position: relative;
  width: 9px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}

.banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.banner .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: 33px;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  right: -42px;
}

.banner .swiper-pagination-bullet-active {
  position: relative;
  background-color: #326eac;
}

.banner .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px dashed #326eac;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.banner .swiper-pagination-bullet:last-child::after {
  display: none;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 25px;
}

.banner .swiper-container-banner .img-box .img-txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner .swiper-container-banner .img-box .img-txt h3 {
  position: relative;
  padding-bottom: 75px;
  font-size: 65px;
  color: #fff;
  font-weight: bold;
}

.banner .swiper-container-banner .img-box .img-txt h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFC700;
  width: 100%;
}

.banner .swiper-container-banner .img-box .img-txt p {
  font-size: 35px;
  color: #fff;
}

.banner .swiper-container-banner .img-box .img-txt .img-btn {
  padding-top: 50px;
}

.banner .swiper-container-banner .img-box .img-txt .img-btn a {
  display: inline-block;
  text-align: center;
  line-height: 58px;
  width: 165px;
  height: 58px;
  background: #FFC700;
  border-radius: 29px;
  color: #020B12;
  font-size: 17px;
}

.banner-item .banner-img {
  position: relative;
}

.banner-item .banner-img .banner-txt {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
}

.banner-item .banner-img .banner-txt h5 {
  font-size: 65px;
  color: #fff;
}

.banner-item .banner-img .banner-txt p {
  font-size: 35px;
  color: #fff;
}

.in-pro {
  padding-top: 60px;
}

.in-pro .swiper-container-pro {
  padding-top: 50px;
  height: 880px;
}

.in-pro .swiper-container-pro .swiper-slide {
  cursor: pointer;
  height: calc((92% - 30px) / 2);
}

.in-pro .swiper-container-pro .swiper-slide .item {
  padding: 70px 45px;
  /*background: #E8EBF2;*/
  background: url("bj.jpg") no-repeat center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-size: cover !important;
}

.item a {
  color: #326eac;
}

.in-pro .swiper-container-pro .swiper-slide .item .item-txt h5 {
  font-size: 24px;
  color: #326eac;
  padding-bottom: 25px;
  font-weight: bold;
}

.in-pro .swiper-container-pro .swiper-slide .item .item-txt p {
  font-size: 15px;
  color: #808080;
  width: 216px;
  height: 48px;
  overflow: hidden;
  line-height: 1.8;
}

.in-pro .swiper-container-pro .swiper-slide .item .item-txt a {
  font-size: 15px;
  color: #555;
  display: inline-block;
  padding-top: 70px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666666;
}

.in-pro .swiper-container-pro .swiper-slide .item .item-txt a i {
  font-size: #666;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 15px;
}

.in-pro .swiper-container-pro .swiper-slide .item .item-img {
  height: 225px;
  width: 225px;
  overflow: hidden;
  transition: all 0.9s ease;
}

.in-pro .swiper-container-pro .swiper-slide .item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5%;
  width: 5px;
  height: 85px;
  background: url(../images/in-pro-icon1.png) no-repeat center;
}

.in-pro .swiper-container-pro .swiper-slide .item:hover::before {
  background: url(../images/in-pro-icon-on1.png) no-repeat center;
}

.in-pro .swiper-container-pro .swiper-slide .item:hover .item-txt h5,
.in-pro .swiper-container-pro .swiper-slide .item:hover .item-txt p,
.in-pro .swiper-container-pro .swiper-slide .item:hover .item-txt a {
  color: #326eac;
}

.in-pro .swiper-container-pro .swiper-slide .item:hover .item-txt a {
  border-bottom: 1px solid #326eac;
}

.in-pro .swiper-container-pro .swiper-slide .item:hover .item-img {
  transform: scale(1.09);
}

.in-pro .swiper-container-pro .swiper-pagination-bullet {
  width: 26px;
  height: 6px;
  display: inline-block;
  border-radius: 3px;
  background: #000;
  opacity: 0.2;
}

.in-pro .swiper-container-pro .swiper-pagination-bullet-active {
  opacity: 1;
  background: #326eac;
}

.in-case {
  padding-top: 68px;
  padding-bottom: 50px;
}

.in-case .swiper-container-case {
  padding-top: 39px;
  padding-bottom: 70px;
}

.in-case .swiper-container-case .swiper-slide .item {
  width: 100%;
}

.in-case .swiper-container-case .swiper-slide .item .item-img {
  position: relative;
}

.in-case .swiper-container-case .swiper-slide .item .item-img .item-txt {
  overflow: hidden;
  width: 90%;
  padding: 20px;
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
  transition: all 0.5s ease-in;
}

.in-case .swiper-container-case .swiper-slide .item .item-img .item-txt img {
  overflow: hidden;
  transition: all 0.8s ease;
}

.in-case .swiper-container-case .swiper-slide .item .item-img .item-txt h5 {
  font-size: 22px;
  color: #fff;
  padding-top: 34px;
  padding-bottom: 21px;
}

.in-case .swiper-container-case .swiper-slide .item .item-img .item-txt p {
  font-size: 14px;
  color: #fff;
  padding-bottom: 40px;
}

.in-case .swiper-container-case .swiper-slide .item .item-img .item-txt i {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  transition: all 1.01s ease;
}

.in-case .swiper-container-case .swiper-slide .item:hover .item-txt {
  width: 90%;
  padding: 20px;
  background: #326eac;
  transform: translate(-50%, -13%);
}

.in-case .swiper-container-case .swiper-slide .item:hover .item-txt i {
  transform: rotate(360deg);
}

.in-case .swiper-container-case .swiper-slide .item:hover .item-txt img {
  transform: scale(1.2);
}

.in-case .swiper-container-case .swiper-pagination-bullet {
  width: 26px;
  height: 6px;
  display: inline-block;
  border-radius: 3px;
  background: #000;
  opacity: 0.2;
}

.in-case .swiper-container-case .swiper-pagination-bullet-active {
  opacity: 1;
  background: #326eac;
}

.in-about {
  margin-bottom: 200px;
  z-index: 99;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}

.in-about .list {
  position: relative;
  z-index: 99;
  padding-top: 50px;
}

.in-about .list ul {
  display: flex;
}

.in-about .list ul li {
  width: 19%;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.in-about .list ul li .list-img {
  position: relative;
}

.in-about .list ul li .list-img>img {
  width: 100%;
  height: 100%;
}

.in-about .list ul li .list-img .box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in-about .list ul li .list-img .box h5 {
  font-size: 46px;
  color: #333;
  padding-top: 40px;
  padding-bottom: 25px;
}

.in-about .list ul li .list-img .box p {
  font-size: 15px;
  color: #555;
}

.in-about .list ul li .list-img .img {
  transition: all 0.7s ease-in;
}

.in-about .list ul li .list-img .hide1 {
  display: none;
}

.in-about .list ul li:hover .list-img .show1 {
  display: none;
}

.in-about .list ul li:hover .list-img .hide1 {
  display: block;
  margin: 0 auto;
}

.in-about .list ul li:hover .list-img .box h5 {
  color: #fff;
}

.in-about .list ul li:hover .list-img .box p {
  color: #fff;
}

.in-about .list ul li:hover .list-img .img {
  transform: rotate(360deg);
}

.in-about .in-about-img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: 1;
}

.in-news .list {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.in-news .list .left {
  width: 50%;
}

.in-news .list .left .box .box-img {
  overflow: hidden;
}

.in-news .list .left .box .box-img img {
  transition: all 0.9s ease-in-out;
}

.in-news .list .left .box .box-text .box-title {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.in-news .list .left .box .box-text .box-title h5 {
  font-size: 36px;
  color: #333333;
}

.in-news .list .left .box .box-text .box-title span {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.in-news .list .left .box .box-text .box-title a {
  display: inline-block;
}

.in-news .list .left .box .box-text .box-title a i {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}

.in-news .list .left .box .box-text h6 {
  font-size: 20px;
  color: #326eac;
  padding-bottom: 15px;
  font-weight: bold;
}

.box-text a h5 {
  font-size: 0.8rem;
}

.in-news .list .left .box .box-text p {
  font-size: 15px;
  color: #666;
  line-height: 33px;
}

.in-news .list .left .box .box-text a div {
  margin-bottom: 0 !important;
}

.in-news .list .left:hover .box .box-img img {
  transform: scale(1.09);
}

.in-news .list .left:hover .box .box-text .box-title h5,
.in-news .list .left:hover .box .box-text .box-title span,
.in-news .list .left:hover .box .box-text .box-title i {
  color: #326eac !important;
}

.in-news .list .left:hover .box .box-text h6 {
  color: #326eac !important;
}

.in-news .list {
  display: flex;
  justify-content: space-between;
}

.in-news .list ul {
  width: 48%;
}

.in-news .list ul li {
  padding-bottom: 22px;
}

.in-news .list ul li .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.in-news .list ul li .box-img img {
  transition: all 0.9s ease-in-out;
}

.in-news .list ul li .box-text {
  width: 100%;
}

.in-news .list ul li .box-text .box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.in-news .list ul li .box-text .box-title h5 {
  font-size: 36px;
  color: #333333;
}

.in-news .list ul li .box-text .box-title span {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}

.in-news .list ul li .box-text .box-title a {
  display: inline-block;
}

.in-news .list ul li .box-text .box-title a i {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}

.in-news .list ul li .box-text h6 {
  font-size: 20px;
  color: #326eac;
  font-weight: bold;
  padding: 20px 0;
}

.in-news .list ul li .box-text p {
  font-size: 15px;
  color: #666;
  /*height: 44px;*/
  overflow: hidden;
  line-height: 25px;
}

.in-news .list ul li .box-img {
  width: 40%;
  /*border: 1px solid  red;*/
  overflow: hidden;
}

.in-news .list ul li .box-img img {
  max-width: 90%;
}

.in-news .list ul li:hover .box-img img {
  transform: scale(1.09);
}

.in-news .list ul li:hover .box-text .box-title h5,
.in-news .list ul li:hover .box-text .box-title span,
.in-news .list ul li:hover .box-text .box-title i {
  color: #326eac !important;
}

.in-news .list ul li:hover .box-text h6 {
  color: #326eac !important;
}

footer {
  border-top: 5px solid #056B7C;
  background: #326eac;

  /*#326eac*/
  /*#001F59*/
}

footer .list {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}

footer .list .left {
  width: 50%;
}

footer .list .left .left-ul {
  display: flex;
  justify-content: space-between;
}

footer .list .left .left-ul li {
  color: #fff;
}

footer .list .left .left-ul li ul {
  padding-top: 10px;
}

footer .list .left .left-ul li ul li {
  padding-top: 10px;
}

footer .list .left .left-ul li ul li a {
  font-size: 13px;
  color: #fff;
  /*8692A8*/
}

footer .list .right {
  width: 38%;
  display: flex;
  justify-content: space-between;
}

footer .list .right .txt h6 {
  color: #FFFFFF;
}

footer .list .right .txt p {
  color: #fff;
  font-size: 13px;
  padding-bottom: 15px;
  /*8793A9*/
}

footer .list .right .txt .address {
  padding-top: 28px;
  display: flex;
}

footer .list .right .txt .address p {
  color: #fff;
  font-size: 13px;
}

footer .list .right .txt .address div span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-bottom: 15px;
}

footer .list .right .ewm {
  text-align: center;
}

footer .list .right .ewm p {
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 15px;
}

footer .Links {
  padding-top: 40px;
  padding-bottom: 20px;
  /*border-bottom: 1px solid #0E2C62;*/
}

footer .Links ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .Links ul li {
  padding-right: 25px;
}

footer .Links ul li a {
  font-size: 14px;
  color: #fff;
}

footer .Links ul li:first-child {
  padding: 0;
}

footer .copyright {
  padding-top: 15px;
  padding-bottom: 9px;
  text-align: center;
}

footer .copyright a {
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
}

.con_ul {
  cursor: pointer;
  display: none;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.con_ul li {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #6666;
}

.con_ul li .title {
  color: #fff;
  padding-right: 20px;
  background-image: url(../images/down.png);
  background-position: 100% 0px;
  background-repeat: no-repeat;
}

.con_ul li .title.act {
  padding-right: 20px;
  background-image: url(../images/up.png);
  background-position: 100% 0px;
  background-repeat: no-repeat;
}

.con {
  display: none;
  margin: 10px 0;
}

.con_ul li a {
  color: #8793A9;
  font-size: 14px;
}

.con ul li {
  padding: 10px !important;
  border-bottom: none;
}

.search-li {
  position: relative;
}

.search_con {
  display: inline-block;
}

.search_input {
  width: 300px;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  border: 1px solid #e5e5e5;
  height: 42px !important;
}

.search_input input {
  width: 100%;
  height: 40px;
  outline: 0;
  border: 0;
  padding-left: 20px;
}

.search_input .icon-sousuo {
  color: #000 !important;
}

.search_input button {
  width: 50px;
  height: 40px;
  border: 0;
  outline: 0;
}



.proXiugai {
  width: 100%;
  /*margin-top: 30px;*/
}

.proXinOne {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.proGaiOne {
  max-width: 900px;
  max-height: 450px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.proGaiTow {
  max-width: 470px;
  max-height: 450px;
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 20px;
  overflow: hidden;
}

.proGaiThr {
  max-width: 686px;
  max-height: 450px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fudongde {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#00000000, #000000);
  display: flex;
  justify-content: Center;
  align-items: flex-end;
  transition: all .5s;
}

.fudongde:hover {
  background: #00000055;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fudongde:hover .fudongzi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fudongzi {
  width: 90%;
  height: 160px;
  color: white;
}

.fontS23 {
  font-size: 23px;
  margin-top: 23px;
}

.fontS15 {
  font-size: 15px;
  margin-top: 17px;
}


@media (max-width: 1085px) {
  .cpbox {
    width: 100%;
  }

  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff !important;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    outline: 0;
  }

  .left-ul {
    display: none !important;
  }

  .navbar {
    background: rgba(255, 255, 255, 0);
  }

  .light {
    background: rgba(255, 255, 255, 1) !important;
  }

  .header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .nav-item {
    text-align: center;
    /*padding: 10px 0;*/
    /*border-bottom: solid 1px #666;*/
  }

  .header .nav-icon ul {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    /*padding-bottom: 50px;*/
  }

  .con_ul {
    display: block !important;
  }

  footer .list {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    flex-wrap: wrap;
  }

  footer .list .left {
    width: 100%;
  }

  footer .list .right {
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .qitadea {
    width: 0 !important;
    overflow: hidden;
    display: none !important;
  }

  .qitadeaShow {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .header .nav-item .product_nav_list {
    display: none !important;
  }

  .fudongzi {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .con_ul li a {
    color: white;
  }

  .page a.pages,
  .page a.current {
    display: none;
  }
}

@media (max-width: 768px) {

  .banner .swiper-container-horizontal>.swiper-pagination-bullets,
  .banner .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }

  .in-pro .swiper-container-pro .swiper-slide .item {
    flex-wrap: wrap;
  }

  .in-pro .swiper-container-pro .swiper-slide .item .item-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .in-pro .swiper-container-pro .swiper-slide .item .item-img img {
    max-width: 50%;
  }

  .in-about .list ul li .list-img .img img {
    width: 30px;
  }

  .fontS23 {
    font-size: 14px;
    margin-top: 23px;
  }

  .fontS15 {
    font-size: 14px;
    margin-top: 17px;
  }

  .proXinOne div {
    height: 300px !important;
  }

  footer .Links ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

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

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

  .container1400 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }

  .h6title-btn {
    margin-top: 30px;
  }

  .item-subimg {
    width: 100% !important;
  }

  .in-about .list ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .in-about .list ul li {
    margin-bottom: 20px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 47%;
  }

  .in-about .in-about-img {
    display: none;
  }

  .in-about {
    margin-bottom: 0px;
    z-index: 99;
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .h6title-txt {
    width: 100%;
  }

  .in-news .list .left {
    width: 100%;
  }

  .in-news .list {
    flex-wrap: wrap;
  }

  .in-news .list .right {
    width: 100%;
  }

  .in-news .list .right ul li .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .in-news .list .right ul li .box .box-text {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .in-news .list .right ul li .box .box-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .in-news .list .right ul li .box .box-img img {
    width: 50%;
  }

  .box-img {
    width: 100%;
    overflow: hidden;
  }

  .box-img img {
    width: 100%;
  }

  .banner .swiper-container-banner .img-box .img-txt .img-btn {
    padding-top: 25px;
  }

  .banner .swiper-container-banner .img-box .img-txt h3 {
    position: relative;
    padding-bottom: 30px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
  }

  .banner .swiper-container-banner .img-box .img-txt p {
    font-size: 16px;
    color: #fff;
  }

  .banner .swiper-container-banner .img-box .img-txt .img-btn a {
    display: inline-block;
    text-align: center;
    line-height: 47px;
    width: 141px;
    height: 47px;
    background: #FFC700;
    border-radius: 29px;
    color: #020B12;
    font-size: 14px;
  }

  .in-pro .swiper-container-pro .swiper-slide {
    cursor: pointer;
    height: calc((100% - 30px) / 2);
  }

  .h6title .h6title-btn a {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #555;
    width: 117px;
    height: 40px;
    background: rgba(0, 142, 210, 0);
    border: 1px solid #999999;
    border-radius: 29px;
    font-size: 14px;
  }

  .swiper-container-banner .swiper-button-next:after,
  .swiper-container-banner .swiper-button-prev:after {
    content: none;
  }
}

@media (max-width: 500px) {
  .in-about .list ul li {
    width: 50%;
    justify-content: center;
  }
}

.navbar-light .navbar-nav .nav-link {
  font-weight: bold;
}

table.cptb {
  width: 100%;
}

table.cptb th {
  background-color: #c0cde1;
  height: 40px;
  width: 170px;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  color: #326eac
}

.cp {
  width: 100%;
  overflow-x: auto;
  height: auto;
}

.cpbox {
  overflow-x: scroll;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 1680px;
  margin: 0 auto;
}

.cpbox .cp_left {
  float: left;
  width: 200px;
  margin-top: 40px;
}

.cpbox .cp_right {
  float: right;
  width: 1460px;
  overflow-x: auto;
}

.page {
  display: table;
  height: 30px;
  font-size: 12px;
  width: auto;
  overflow: hidden;
  line-height: 30px;
  margin: 40px auto 20px;
  text-align: center
}

.page a {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #326eac;
  margin: 0 5px;
  color: #326eac;
  display: inline-block
}

.page a:hover,
.page .current {
  border: 1px solid #326eac;
  background: #326eac;
  color: #fff;
}

.page .firstPage,
.page .lastPage {
  display: inline-block;
  width: 40px;
}

.page .total,
.page .nowpage {
  width: 80px;
}

.page .prePage,
.page .nextPage {
  width: 60px;
}

.catename {
  text-align: center;
  border-bottom: 2px solid #999;
}

.catename .txt {
  font-weight: bold;
  line-height: 40px;
  display: inline-block;
  color: #326eac !important;
  position: relative;
}

.catename .txt::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #326eac;
  left: 0;
  bottom: -2px;
}

table.cptb td {
  height: 44px;
  line-height: 44px;
  text-align: center;
}

/*奇数*/
tr.hang:nth-child(odd) {
  background-color: #f3f3f3;
}

/*偶数*/
tr.hang:nth-child(even) {
  background-color: #fff;
}


.cp_left p.sub,
.cp_left a.sub {
  height: 50px;
  color: #326eac;
  display: block;
  font-weight: bold;
  line-height: 50px;
  background-color: #f5f5f5;
  border-top: 2px solid #999;
  box-sizing: content-box;
  text-indent: 5px;
}

.cp_left>ul>li>ul {
  height: auto;
}

.cp_left>ul>li>ul>li {
  height: 30px;
  line-height: 30px;
}

.cp_left>ul>li>ul>li a {
  color: #666;
  text-indent: 20px;
  font-size: 13px;
  display: block;
}

.cp_left>ul>li>ul>li a:hover,
.cp_left>ul>li>ul>li.active a {
  color: #326eac;
  font-weight: bold;
  background-color: #c0cde1;
}

.nav_location {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 60px;
}

.attrlist {
  vertical-align: top
}

table.cptb .attrlist td {
  height: 200px;
  overflow-y: auto;
}

.attrtable td,
.attrtable th {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box
}

.attrtable td:last-child,
.attrtable th:last-child {
  border-right: 0;
}

.attrlist p {
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  text-align: left;
}

.attrlist p label {
  padding-left: 10px;
}

.attrtable .hang {
  font-size: 13px;
}