/* CSS Document */
body,
div,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
ul,
dd,
form,
iframe,
input,
textarea,
select,
label,
article,
aside,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: "Montserrat", Noto Sans SC, "Hiragino Sans GB", STHeiti, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
}
html,
body {
  scroll-behavior: smooth;
}
textarea {
  resize: none;
}
img {
  max-width: 100%;
}
iframe,
img {
  border: 0;
}
ul,
ol,
li {
  list-style: none;
}
input,
select,
textarea {
  outline: 0;
  -webkit-user-modify: read-write-plaintext-only;
}
input {
  -webkit-appearance: none;
}
.responsive-table{
  width:100%;
  border-top:1px solid #ddd; 
  border-left:1px solid #ddd; 
  padding:0;
  text-align:center;
  margin:15px 0 0;
  
}
.responsive-table th{border-right:1px solid #ddd; border-bottom:1px solid #ddd;padding:0; margin:0}
.responsive-table td{border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:0; margin:0;}
.responsive-table tr:nth-child(2n+1) td{background-color: #e3e5e6;}


.MyMMP_TABLE{
  width:100%;
  border-top:1px solid #ddd; 
  border-left:1px solid #ddd; 
  padding:0;
  text-align:center;
  margin:15px 0 0;
  
}
.MyMMP_TABLE th{border-right:1px solid #ddd; border-bottom:1px solid #ddd;padding:0; margin:0; text-align:center;}
.MyMMP_TABLE th p{margin:0;}
.MyMMP_TABLE td{border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:0; margin:0;}
.MyMMP_TABLE td p{margin:0;}
.MyMMP_TABLE tr:nth-child(2n) td{background-color: #e3e5e6;}


a {
  text-decoration: none;
  color: #666;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
a:hover {
  color: #0067ca;
}
.clearfix {
  clear: both;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}
::-webkit-scrollbar-button:vertical {
  display: none;
}
::-webkit-scrollbar-track:vertical {
  background-color: black;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #bdb9b9;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #0067ca;
}
::-webkit-scrollbar-corner:vertical {
  background-color: #bdb9b9;
}
::-webkit-scrollbar-resizer:vertical {
  background-color: #bdb9b9;
}

.m {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.n {
  padding: 80px 0;
}
.nm {
  background: #f8f8f8;
}
.nm .m {
  background: #fff;
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.15);
  padding: 80px;
}

.top {
  padding: 20px;
  background: #0067ca;
}
.top .m {
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
}
.top .m .logo {
  height: 56px;
}
.top_tel {
  line-height: 1.6;
  text-align: right;
  color: #fff;
}
.top_tel p {
  font-size: 14px;
}
.top_tel span {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bolder;
}

.top_menu {
  background: linear-gradient(to bottom, #d6e8ff, #fff);
}
.top_menu > .m > ul {
  display: flex;
  justify-content: space-between;
}
.top_menu > .m > ul > li {
  font-size: 15px;
  line-height: 2;
  padding: 15px 0;
  position: relative;
}
.top_menu > .m > ul > li .fas {
  font-size: 12px;
}
.top_menu > .m > ul > li > a {
  color: #1c4f92;
  font-weight: 500;
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  white-space: nowrap;
}
.top_menu > .m > ul > li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: url(../images/line.png) no-repeat center center;
}
.top_menu > .m > ul > li ul {
  position: absolute;
  left: 50%;
  top: 120%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 30px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  min-width: 100%;
  transform: translateX(-50%);
}
.top_menu > .m > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.top_menu > .m > ul > li ul li {
  line-height: 2;
  text-align: center;
}
.top_menu > .m > ul > li ul li a {
  display: inline-block;
}
.top_menu > .m > ul > li ul li a:hover {
  color: #0067ca;
  text-decoration: underline;
}

.bannerslide {
  height: 620px;
  position: relative;
  overflow: hidden;
}
.bannerslide .swiper-wrapper {
}
.bannerslide .swiper-slide {
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  align-items: center;
}
.bannerslide .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerslide .swiper-pagination {
  bottom: 20px;
}
.bannerslide .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  opacity: 0.3;
  -webkit-transition: all 1s;
  outline: none;
}
.bannerslide .swiper-pagination-bullet-active {
  background: #f00;
  width: 50px;
  height: 4px;
  opacity: 1;
}
.bannerslide .swiper-button-next:after,
.bannerslide .swiper-button-prev:after {
  content: "";
}
.bannerslide .fa-long-arrow-alt-right,
.bannerslide .fa-long-arrow-alt-left {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  height: auto;
  outline: none;
}
.bannerslide .fa-long-arrow-alt-left {
  left: 30px;
}
.bannerslide .fa-long-arrow-alt-right {
  right: 30px;
}
.bannerslide .fa-long-arrow-alt-right:hover,
.bannerslide .fa-long-arrow-alt-left:hover {
  color: #0067ca;
}
.autoplay-progress {
  position: absolute;
  right: 30px;
  bottom: 70px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff; /*var(--swiper-theme-color)*/
}
.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #fff; /*var(--swiper-theme-color)*/
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.bannertxt {
  width: 100%;
  text-shadow: 3px 0 5px rgba(7, 7, 7, 0.75);
}
.bannertxt .m {
  transition: 1s;
  transform: translateY(50px);
  opacity: 0;
}
.swiper-slide-active .bannertxt .m {
  transform: translateY(0);
  opacity: 1;
}
.bannertxt1 .p1 {
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  line-height: 140%;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}
.bannertxt1 .p2 {
  font-size: 100px;
  line-height: 1.2;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 800;
}
.bannertxt1 .p3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  line-height: 140%;
  margin-bottom: 10px;
}
.bannertxt1 .p3 .sp1 {
  color: #4feaff;
  display: block;
}
.bannertxt1 .p3 .sp2 {
  display: block;
}
.bannertxt1 ul {
  display: flex;
  margin-top: 30px;
  width: 560px;
  justify-content: space-between;
}
.bannertxt1 ul li {
  display: flex;
}
.bannertxt1 ul li img {
  width: 28px;
  object-fit: contain;
  object-position: top;
  margin-right: 15px;
}
.bannertxt1 ul li p {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.bannertxt .bannera {
  padding: 9px 40px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  border: #fff 1px solid;
  background: transparent;
  margin-top: 50px;
}
.bannertxt .bannera .fas {
  margin-left: 10px;
}
.bannertxt .bannera:hover {
  background: #004197;
  color: #fff;
}
.bannertxt2 .p1 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  line-height: 140%;
  margin-bottom: 10px;
}
.bannertxt2 .p2 {
  font-size: 2.7vw !important;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}
.bannertxt2 .p3 {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  line-height: 140%;
  margin-bottom: 10px;
  color: #4feaff;
}
.bannertxt2 ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
.bannertxt2 ul li {
  text-align: center;
  margin-bottom: 20px;
  width: calc(100% / 6);
}
.bannertxt2 ul li img {
  height: 25px;
  margin-bottom: 5px;
}
.bannertxt2 ul li p {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.bannertxt3 .p1 {
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-top: 10px;
  line-height: 140%;
  margin-bottom: 10px;
}
.bannertxt3 .p2 {
  font-size: 2.7vw;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}
.bannertxt3 .p3 {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  line-height: 140%;
  margin-bottom: 10px;
}
.bannertxt4 .p1 {
  font-weight: 800;
  font-size: 28px;
  color: #fff;
  margin-top: 10px;
  line-height: 140%;
  margin-bottom: 10px;
}
.bannertxt4 .p2 {
  font-size: 2.7vw;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}
.bannertxt4 .p3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  line-height: 140%;
  margin-bottom: 10px;
}
.bannertxt4 ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
}
.bannertxt4 ul li {
  width: 23%;
  display: flex;
}
.bannertxt4 ul li img {
  width: 32px;
  object-fit: contain;
  margin-right: 15px;
}
.bannertxt4 ul li .p3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.bannertxt4 ul li .p4 {
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
}
.bannertxt5 .p1 {
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-top: 10px;
  line-height: 140%;
  margin-bottom: 10px;
}
.bannertxt5 .p2 {
  font-size: 2.7vw;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}
.bannertxt5 .p3 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.bannertxt5 .p3 span {
  color: #4feaff;
}
.bannertxt5 .p3 .far {
  color: #fff;
  margin: 0 5px;
}
.bannertxt6 .p1 {
  font-size: 1vw;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.bannertxt6 .p2 {
  font-size: 2.7vw;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}
.bannertxt6 .p3 {
  margin-top: 20px;
  font-size: 1vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}
.bannertxt6 .p3 span {
  font-size: 20px;
  font-weight: 600;
  color: #4feaff;
}
.bannertxt7 .p1 {
  font-size: 22px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.bannertxt7 .p2 {
  font-size: 2.7vw;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}
.bannertxt7 .p3 {
  margin-top: 20px;
  font-size: 1vw;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}
.bannertxt7 .p3 span {
  font-size: 20px;
  color: #4feaff;
}
.bannertxt8 .p1 {
  font-size: 31px;
  font-weight: 800;
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.bannertxt8 .p2 {
  font-size: 2.7vw;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}
.bannertxt8 .p3 {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.bannertxt9 .p1 {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.bannertxt9 .p2 {
  font-size: 2.7vw;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}
.bannertxt9 .d3 {
  display: flex;
  column-gap: 12px;
  padding-top: 20px;
  margin-top: 10px;
}
.bannertxt9 .d3 img {
  height: 25px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #e5e5e5;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e5e5e5;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #e5e5e5;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #e5e5e5;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #e5e5e5;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.pt1 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}
.pt2 {
  text-align: center;
  font-size: 17px;
}
.pt3 {
  text-align: center;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 50px;
  color: #333;
  line-height: 1.6;
  font-size: 15px;
}
.home_part1 {
}
.hp1 {
  display: flex;
}
.hp1l {
  width: 50%;
}
.hp1l > div {
  background: #e7f1fd;
  padding: 60px 60px;
  display: flex;
}
.hp1l > div:nth-child(2) {
  background: #f1f7ff;
}
.hp1l > div .hpt {
  width: 70%;
}
.hp1l > div .hpt p {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.hp1l > div .hpt span {
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  font-size: 15px;
}
.hp1l > div .hpi {
  width: 30%;
  height: 100px;
  object-fit: contain;
  object-position: right;
}
.hp1r {
  width: 50%;
  background: url(../images/videocop.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px;
}
.hp1r > div {
  border: rgba(255, 255, 255, 0.4) 1px solid;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.hp1r > div .p1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.hp1r > div .p2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
.hp1r > div span {
  font-size: 40px;
}
.home_part2 {
  background: #e8f3ff;
}
.home_part2 .item {
  margin-bottom: 100px;
}
.home_part2 .item:last-child {
  margin-bottom: 0;
}
.home_part2 .hp2_1 {
  display: flex;
  justify-content: space-between;
}
.home_part2 .hp2_1 .p1 {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
.home_part2 .hp2_1 div {
  display: flex;
}
.home_part2 .hp2_1 .p2 {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 4px 10px;
  border-radius: 15px;
  margin-right: 10px;
}
.home_part2 .hp2_1 .p3 {
  line-height: 28px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.home_part2 .hp2_1 .p3 .red {
  color: #ff0000;
  font-weight: bold;
  font-size: 15px;
}
.home_part2 .hp2_1 a {
  line-height: 28px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.home_part2 .hp2_2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.home_part2 .hp2_2l {
  width: 268px;
  background: url(../images/probga.jpg);
  background-size: cover;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px;
}
.home_part2 .hp2_2l_2 {
  background: url(../images/probgb.jpg);
}
.home_part2 .hp2_2l_3 {
  background: url(../images/probgc.jpg);
}
.home_part2 .hp2_2l_4 {
  background: url(../images/probgd.jpg);
}
.home_part2 .hp2_2l .p1 {
  margin-top: 40px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
}
.home_part2 .hp2_2l .p2 {
  line-height: 140%;
  color: #fff;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home_part2 .hp2_2l .p3 {
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.home_part2 .hp2_2l ul li {
  display: inline-block;
}
.home_part2 .hp2_2l ul li a {
  display: inline-block;
  color: #fff;
  border: #ccc 1px solid;
  padding: 3px 10px;
  margin-right: 5px;
  background: rgba(23, 22, 22, 0.6);
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.6;
}
.home_part2 .hp2_2l ul li a:hover {
  color: #fff;
  background: rgba(0, 103, 202, 1);
}
.home_part2 .hp2_2r {
  width: calc(100% - 288px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home_part2 .hp2_2r li {
  width: 24%;
  background: #fff;
  text-align: center;
  margin-top: 15px;
}
.home_part2 .hp2_2r li:nth-child(-n + 4) {
  margin-top: 0;
}
.home_part2 .hp2_2r li a {
  display: block;
  padding: 25px 30px;
}
.home_part2 .hp2_2r li .proimg {
  overflow: hidden;
}
.home_part2 .hp2_2r li .proimg img {
  height: 170px;
  transition: 0.2s;
}
.home_part2 .hp2_2r li:hover .proimg img {
  transform: scale(1.1);
}
.home_part2 .hp2_2r li .protxt .p1 {
  font-size: 15px;
  font-weight: 500;
  color: #6a737d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_part2 .hp2_2r li .protxt .p2 {
  line-height: 1.4;
  color: #999;
  margin-top: 10px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_part2 .hp2_2r li .protxt .p3 {
  font-size: 16px;
  margin-top: 20px;
  color: #ff0000;
}

.home_part3 {
  background: url(../images/abbg.jpg) no-repeat center center;
}
.home_part3 .pt1 {
  color: #fff;
}
.home_part3 .pt3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
}
.home_part3 ul {
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 100px;
  color: #e8f3ff;
}
.home_part3 ul li div {
  display: flex;
}
.home_part3 ul li div p {
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  font-size: 45px;
  line-height: 1.3;
}
.home_part3 ul li div > span {
  display: flex;
  align-items: center;
}
.home_part3 ul li > p {
  font-size: 15px;
}
img.imgblock {
  display: block;
  margin: 0 auto;
}
.home_part4 {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  background: #e8f3ff;
  padding: 40px 0 70px;
}
.home_part4 .m {
  display: flex;
  justify-content: space-between;
}
.home_part4 .m > div {
  width: 20%;
}
.home_part4 .m > div .p1 {
  line-height: 160%;
  margin-bottom: 12px;
  font-size: 15px;
}
.home_part4 .m > div .p2 {
  font-size: 27px;
  font-weight: 500;
}
.home_part4 .m .p3 {
  font-size: 15px;
  width: 70%;
  line-height: 1.6;
}
.home_part5 {
  border-top: rgba(0, 0, 0, 0.1) 1px solid;
}
.home_part5 .ppt {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
  font-size: 28px;
}
.hp5 {
  display: flex;
  justify-content: space-between;
}
.hp5_l {
  width: 23%;
  display: flex;
  align-items: center;
}
.hp5_l .p1 {
  padding: 18px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.hp5_l .p2 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.hp5_l ul {
  margin-top: 70px;
}
.hp5_l ul li {
  padding: 18px 30px;
  border-bottom: #ddd 1px solid;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hp5_l ul li.on {
  border-left: #0067ca 4px solid;
  background: #eff7ff;
}
.hp5_r {
  width: 73%;
  object-fit: cover;
}
.home_part6 {
  background: #e8f3ff;
}
.hp6 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hp6_l .p1 {
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  line-height: 1.2;
  font-size: 28px;
}
.hp6_l .p2 {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.hp6_r {
  display: flex;
  align-items: center;
}
.hp6_r a {
  padding: 0 20px;
  font-size: 15px;
  color: #333;
}
.home_part6 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  text-align: center;
}
.home_part6 ul li img {
  display: block;
  height: 50px;
  margin: 10px auto 30px;
}
.home_part6 ul li p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
.home_part7 {
  background: #fff;
}
.home_part7 .pt1,
.home_part7 .pt3 {
  color: #1a1a1a;
}
.home_part8 {
  background: #e8f3ff;
}
.hp8 {
  display: flex;
  justify-content: space-between;
}
.hp8_l {
  width: 56%;
}
.hp8_l1 {
  display: flex;
  justify-content: space-between;
  border-bottom: #cad3d9 1px solid;
}
.hp8_l1 ul {
  display: flex;
}
.hp8_l1 ul li {
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  background: #004bad;
  border-right: #2f74cf 1px dashed;
}
.hp8_l1 ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 36px;
}
.hp8_l1 > a {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #1a1a1a;
}
.hp8_l1 > a .fas {
  color: #80c41c;
  font-weight: 300;
}
.hp8_l2 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.hp8_l2 .img {
  overflow: hidden;
  width: calc(232 / 784 * 100%);
}
.hp8_l2 .txt {
  width: calc(500 / 784 * 100%);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.hp8_l2 .txt .p1 a {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}
.hp8_l2 .txt .p2 {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 25px;
}
.hp8_l2 .txt .d2 {
  display: flex;
}
.hp8_l2 .txt a.amore {
  border: #c6ccd3 1px solid;
  color: #566d87;
  padding: 8px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.hp8_l2 .txt a.amore:hover {
  text-decoration: underline;
}
.hp8_l2 .txt a.amore .fas {
  color: #80c41c;
  font-weight: 300;
}
.hp8_l3 {
  column-count: 2;
}
.hp8_l3 li {
  line-height: 1.8;
  list-style: disc;
  margin-left: 20px;
}
.hp8_l3 li a {
  font-size: 15px;
}
.hp8_r {
  width: 38%;
}
.hp8_r1 {
  display: flex;
  justify-content: space-between;
  border-bottom: #cad3d9 1px solid;
}
.hp8_r1 ul {
  display: flex;
}
.hp8_r1 ul li {
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  background: #004bad;
  border-right: #2f74cf 1px dashed;
}
.hp8_r1 ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 36px;
}
.hp8_r1 > a {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #1a1a1a;
}
.hp8_r1 > a .fas {
  color: #80c41c;
  font-weight: 300;
}
.hp8_r2 li {
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
}
.hp8_r2 li .p1 {
  padding-left: 27px;
  background: url(../images/q.jpg) no-repeat left 0px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
  color: #1a1a1a;
  font-size: 16px;
}
.hp8_r2 li .p2 {
  font-size: 15px;
  color: #1a1a1a;
  padding-left: 27px;
  background: url(../images/a.gif) no-repeat left 5px;
  line-height: 160%;
}
footer {
  background: #004bad;
}
.bottom {
  padding: 40px 0;
  border-bottom: rgba(255, 255, 255, 0.06) 1px solid;
}
.bottom .m {
  display: flex;
  justify-content: space-between;
}
.bottom .m .b1_l {
  width: 67%;
}
.bottom .m .b1_r {
}
.bottom .m a {
  color: #b7c5d7;
  line-height: 160%;
  font-size: 15px;
}
.bottom .m a:after {
  content: " | ";
  color: rgba(255, 255, 255, 0.1);
  padding: 0px 2px;
  font-style: normal;
}
.bottom .m a:last-child:after {
  content: "";
}
.bottom2 {
  padding: 70px 0;
}
.bottom2 .m {
  display: flex;
  justify-content: space-between;
}
.bottom2 .m > div {
  display: flex;
}
.bottom2 .m .logobottom {
  width: 90px;
}
.bottom2 .m .bcontact {
  margin-left: 50px;
  font-size: 15px;
  line-height: 1.6;
}
.bottom2 .m .bcontact .p1 {
  color: #fff;
  margin-bottom: 10px;
}
.bottom2 .m .bcontact .p2 {
  color: #b7c5d7;
}
.bottom2 .m > .d2 {
  text-align: right;
  width: calc(23% + 70px);
  padding-left: 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}
.bottom2 .m > .d2 p {
  font-size: 15px;
  color: #b7c5d7;
  line-height: 1.6;
}
.foot {
  background: #2990f2;
}
.foot .m {
  display: flex;
  justify-content: space-between;
  line-height: 60px;
  color: #fff;
  font-size: 15px;
}
.foot .m a {
  color: #fff;
}

.nbanner {
  height: 450px;
  background: url(../images/nbanner.jpg) no-repeat center center;
  color: #fff;
  display: flex;
  align-items: center;
}
.nbanner a {
  color: #fff;
}
.nbanner .p1 {
  font-size: 90px;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-weight: 500;
  line-height: 1;
}
.nbanner .ul1 {
  display: flex;
  position: relative;
  padding-left: 20px;
}
.nbanner .ul1:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.nbanner .ul1 li {
  position: relative;
  font-size: 18px;
  margin-left: 25px;
  font-weight: 500;
  padding-bottom: 10px;
}
.nbanner .ul1 li:before {
  position: absolute;
  content: "-";
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  left: calc(100% + 10px);
  display: block;
}
.nbanner .ul1 li:last-child:before {
  content: "";
}

@font-face {
  font-family: "Teko";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../font/LYjCdG7kmE0gdVBesCRgqA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.now {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.now > ul {
  display: flex;
  font-size: 16px;
}
.now > ul > li {
  border-right: 1px solid #ddd;
  transition: 0.2s;
  position: relative;
}
.now > ul > li:hover,
.now > ul > li.on {
  background: #0067ca;
}
.now > ul > li:hover a span,
.now > ul > li.on a span {
  color: #fff;
}
.now > ul > li:first-child {
  border-left: 1px solid #ddd;
}
.now > ul > li > a {
  display: block;
  display: flex;
  padding: 0 20px;
  text-decoration: none;
}
.now > ul > li > a span {
  display: block;
  line-height: 60px;
  color: #0067ca;
  transition: 0.2s;
}
.now > ul > li > a div {
  line-height: 60px;
  margin-left: 50px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.now > ul > li > a p {
  background: #ccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  transition: 0.2s;
}
.now > ul > li:hover a p,
.now > ul > li.on a p {
  color: #0067ca;
  background: #fff;
}
.now > ul > li ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 110%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.now > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.now > ul > li ul li {
  line-height: 3;
  background: #fff;
}
.now > ul > li ul li a {
  display: block;
  color: #0067ca;
  padding: 0 20px;
  transition: 0.2s;
  text-decoration: none;
}
.now > ul > li ul li a:hover {
  background: #0067ca;
  color: #fff;
}
.nowmenu {
  line-height: 80px;
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #666;
}

.about {
  padding: 120px 0;
  position: relative;
}
.about:after {
  content: "";
  position: absolute;
  width: 45%;
  height: 100%;
  background: #e8f4ff;
  right: 0px;
  top: 0px;
  z-index: -1;
}
.aboutm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutm .aboutl {
  width: calc(700 / 1600 * 100%);
  padding: 50px 0;
}
.about h2 {
  font-size: 36px;
  color: #333;
  position: relative;
  padding-bottom: 40px;
  text-transform: capitalize;
}
.about h2 b {
  position: absolute;
  left: 0px;
  top: 15px;
  font-size: 58px;
  color: #e8f4ff;
  z-index: -1;
  font-weight: bold;
  text-transform: uppercase;
}
.aboutm .aboutl p {
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.8;
  text-align: justify;
  color: #000;
}
.aboutm .aboutr {
  width: calc(800 / 1600 * 100%);
}
.aboutm .aboutr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutm2 {
  margin-top: 80px;
}
.aboutm2 .aboutl {
  width: calc(750 / 1600 * 100%);
  padding-right: 50px;
}

.culture {
  margin-top: 80px;
}
.culturem {
  position: relative;
  margin-top: 50px;
}
.cultures .swiper-wrapper {
}
.culture .swiper-slide {
  display: flex;
}
.culture .swiper-slide-active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.culture .swiper-slide .culturet {
  width: calc(600 / 1400 * 100%);
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff url(../images/cbg.png) no-repeat right bottom;
}
.culture .swiper-slide .culturet .p1 {
  font-size: 36px;
  color: #0079c2;
}
.culture .swiper-slide .culturet .p1 span {
  color: #999;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  margin-left: 10px;
}
.culture .swiper-slide .culturet .p2 {
  font-size: 22px;
  color: #333;
  margin-top: 20px;
  line-height: 1.8;
}
.culture .swiper-slide .culturei {
  width: calc(800 / 1400 * 100%);
}
.culture .swiper-slide .culturei img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cultures2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(800 / 1400 * 100%);
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: flex;
}
.cultures2 .item {
  width: calc(100% / 5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-right: 1px solid rgba(204, 204, 204, 0.5);
}
.cultures2 .item:last-child {
  border: none;
}
.cultures2 .item img {
  height: 40px;
  display: inline-block;
  transition: 0.4s;
}
.cultures2 .item:hover img {
  transform: translateY(-30px);
}
.cultures2 .item p {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

.photo {
  margin-top: 80px;
}
.photos {
  margin-top: 50px;
  overflow: hidden;
}
.photos img {
  display: block;
}

.news ul {
  display: flex;
  column-gap: 2%;
  flex-wrap: wrap;
}
.news ul li {
  width: 32%;
  margin-bottom: 2%;
}
.news ul li .news_i {
  overflow: hidden;
}
.news ul li .news_i img {
  display: block;
  transition: 0.2s;
}
.news ul li:hover .news_i img {
  transform: scale(1.1);
}
.news ul li .news_info {
  border: 1px solid #e5e5e5;
  padding: 20px 22px 26px;
}
.news ul li .news_info .p1 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 2;
}
.news ul li .news_info .p2 {
  line-height: 24px;
  color: #999;
  height: 48px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin: 5px 0 24px;
}
.news ul li .news_info .p3 {
  color: #999;
}
.newsitem {
  display: flex;
  justify-content: space-between;
}
.newsl {
  width: 64%;
}
.newsl .newstitle {
  font-size: 36px;
  color: #0067ca;
}
.newsl .newstime {
  color: #999;
  margin: 20px 0 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.newsl .newscontent {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
}
.newsl .newscontent p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.page_pn {
  padding: 40px 0;
  font-size: 16px;
}
.page_pn p {
  line-height: 2;
  padding: 4px 0;
}
.newsr {
  width: calc(34% - 100px);
}
.newsr .nrpt {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}
.newsr ul li {
  margin-bottom: 30px;
}
.newsr ul li div {
  overflow: hidden;
}
.newsr ul li div img {
  display: block;
  transition: 0.2s;
}
.newsr ul li:hover div img {
  transition: 0.2s;
}
.newsr ul li p {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 16px;
}
.download ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}
.download ul li {
  width: 32%;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  border: 2px solid #eee;
  box-sizing: border-box;
  margin-bottom: 2%;
  background: #fafafa url(../images/pdf.png) no-repeat bottom -150% right -10%;
}
.download ul li img {
  max-width: 120px;
  width: 25%;
  display: none;
}
.download ul li div {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0;
  box-sizing: border-box;
}
.download ul li div p.p1 {
  font-size: 18px;
  margin-bottom: 50px;
}
.download ul li div p.p2 {
  font-size: 16px;
  color: #0067ca;
}
.download ul li div a {
  color: #0067ca;
}
.download ul li div a:hover {
  text-decoration: underline;
}

.contact1 {
  padding: 50px;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
}
.contact1 .p1 {
  font-size: 24px;
  font-weight: bold;
  color: #0067ca;
  margin-bottom: 20px;
}
.contact1 .p2 {
  line-height: 2;
  font-size: 16px;
}
.contact1 .p2 span {
  color: #0067ca;
  width: 18px;
}
.contact1 .contact1_r {
  padding-top: 20px;
  text-align: center;
}
.contact1 .contact1_r p {
  color: #0067ca;
  font-size: 16px;
  margin-top: 20px;
}

.contact2 {
  margin-top: 50px;
  padding: 50px;
  background: #fafafa;
  display: block;
}
.contact2 .p1_2 {
  font-size: 20px;
  font-weight: normal;
}
.contact2 .account {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  margin-bottom: 2%;
}
.contact2 .account .item {
  width: 32%;
  line-height: 2;
  font-size: 16px;
  margin-bottom: 20px;
}
.contact2 .account .item span {
  color: #0067ca;
}
.map {
  width: 100%;
  height: 350px;
  margin-top: 30px;
}

.case ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}
.case ul li {
  width: 23.5%;
  margin-bottom: 2%;
  border: 1px solid #ddd;
  padding: 30px 50px;
  text-align: center;
}
.case ul li img {
  height: 120px;
  object-fit: contain;
}
.case ul li p {
  margin-top: 20px;
  font-size: 16px;
}

.video ul {
  display: flex;
  column-gap: 2%;
  flex-wrap: wrap;
}
.video ul li {
  width: 32%;
  margin-bottom: 2%;
}
.video ul li .img {
  overflow: hidden;
  position: relative;
}
.video ul li .img img {
  display: block;
  width: 1oo%;
  transition: 0.2s;
}
.video ul li:hover .img img {
  transform: scale(1.1);
}
.video ul li .img div {
  position: absolute;
  border: rgba(255, 255, 255, 0.4) 1px solid;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 36px;
}
.video ul li p a {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  background: #f1f1f1;
}
.vpt {
  font-size: 36px;
  color: #0067ca;
  font-weight: bold;
  text-align: center;
}
.videocontent {
  padding: 50px 0;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.videocontent iframe {
  display: flex;
  margin: 0 auto;
}
.product {
  display: flex;
  justify-content: space-between;
}
.prol {
}
.prol {
  width: 20%;
}
.prol .plf {
}
.sidenav {
  background: linear-gradient(135deg, #0067ca, #dedede);
  overflow: hidden;
}
.sidenav .hd {
  color: #fff;
  padding: 20px;
}
.sidenav .hd p {
  font-size: 12px;
}
.sidenav .hd strong {
  font-weight: normal;
  font-size: 24px;
}
.sidenav .bd {
  padding: 10px;
  background: #fff;
  margin: 0 6px 6px;
}
.sidenav .snul {
}
.sidenav .snul > li {
  margin-bottom: 5px;
  line-height: 35px;
}
.sidenav .snul > li > a {
  padding: 0 20px;
  color: #666;
  font-size: 15px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #f1f1f1 url(../images/ck.gif) no-repeat -16px center;
  background-size: 16px 14px;
  position: relative;
}
.sidenav .snul > li > a:after {
  position: absolute;
  content: "+";
  top: 0;
  right: 10px;
  font-size: 20px;
}
.sidenav .snul > li.on > a:after {
  content: "-";
}
.sidenav .snul > li > a:hover,
.sidenav .snul > li.on > a {
  background-color: #0067ca;
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-position: 18px center;
  box-shadow: 0 5px 10px rgba(26, 88, 166, 0.4);
  padding-left: 40px;
}
.sidenav .snul > li ul {
  padding: 10px 0;
  background: #f1f1f1;
  display: none;
  line-height: 30px;
}
.sidenav .snul > li.on ul {
  display: block;
}
.sidenav .snul > li ul li a {
  padding: 0 20px 0 40px;
}
.sidenav .snul > li ul li a:before {
  content: "- ";
}
.sidebox {
  background: #dedede;
  overflow: hidden;
  margin-top: 30px;
}
.sidebox .hd {
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.sidebox .bd {
  margin: 0 6px 6px;
  padding: 20px;
  background: #fff;
  position: relative;
}
.sidebox .bd div {
  border-bottom: 1px solid #dedede;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.sidebox .bd div:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebox .bd p {
  line-height: 1.8;
  margin-top: 10px;
}
.pror {
  width: calc(80% - 50px);
}
.pror .now2 {
  padding: 20px;
  background: #eee;
  margin-bottom: 20px;
  display: flex;
  column-gap: 10px;
  color: #666;
  font-size: 15px;
}
.pror .now2 span {
  display: flex;
  align-items: center;
}
.pror > ul {
  display: flex;
  column-gap: calc(4% / 3);
  flex-wrap: wrap;
}
.pror > ul li {
  width: 24%;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #dedede;
}
.pror > ul li a {
  display: block;
  padding: 25px 30px;
}
.pror > ul li .proimg {
  overflow: hidden;
}
.pror > ul li .proimg img {
  height: 170px;
  transition: 0.2s;
}
.pror > ul li:hover .proimg img {
  transform: scale(1.1);
}
.pror > ul li .protxt .p1 {
  font-size: 15px;
  font-weight: 500;
  color: #6a737d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pror > ul li .protxt .p2 {
  line-height: 1.4;
  color: #999;
  margin-top: 10px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pror > ul li .protxt .p3 {
  font-size: 16px;
  margin-top: 20px;
  color: #ff0000;
}
.pror .pro_info {
  background: #fff;
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.15);
  padding: 50px;
  width: 100%;
}
.promain {
  display: flex;
  justify-content: space-between;
}
.pro_img {
  width: 40%;
  border: 1px solid #dedede;
}
.pro_txt {
  width: 55%;
}
.npt {
  font-weight: bold;
  font-size: 24px;
  color: #0067ca;
}
.pro_txt .p2 {
  line-height: 1.8;
  color: #666;
  margin: 20px 0;
}
.pro_txt .p3 {
  line-height: 2;
  color: #ff0000;
  font-weight: bold;
  font-size: 16px;
}
.promain2 {
  margin-top: 50px;
}
.promain2 .proh2 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #0067ca;
  display: flex;
  column-gap: 10px;
  margin: 20px 0;
}
.promain2 .proh2:before {
  content: "";
  width: 8px;
  background: #0067ca;
}
.procontent {
  font-size: 16px;
  line-height:1.8;
}
.procontent p {
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 16px;
}
.u_np {
  margin-top: 50px;
  text-align: center;
}
.u_np li {
  display: inline-block;
  margin: 0 20px;
}
.u_np li a {
  display: inline-block;
  padding: 20px 30px;
  background: #8f8f8f;
  color: #fff;
}
.u_np li a:hover {
  background: #0067ca;
}

.otherpro {
  margin-top: 50px;
}
.otherpro .p1 {
  font-weight: bold;
  font-size: 24px;
  color: #0067ca;
  margin-bottom: 20px;
}
.otherpro ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.otherpro ul li {
  width: 24%;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #dedede;
}
.otherpro ul li a {
  display: block;
  padding: 25px 30px;
}
.otherpro ul li .proimg {
  overflow: hidden;
}
.otherpro ul li .proimg img {
  height: 170px;
  transition: 0.2s;
}
.otherpro ul li:hover .proimg img {
  transform: scale(1.1);
}
.otherpro ul li .protxt .p1 {
  font-size: 15px;
  font-weight: 500;
  color: #6a737d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.otherpro ul li .protxt .p2 {
  line-height: 1.4;
  color: #999;
  margin-top: 10px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.lg-toolbar .lg-icon {
  color: #fff !important;
}

@media (max-width: 1600px) {
}
