* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  font-size: 19px;
}

ul {
  list-style: none;
}

a {
  color: black;
  text-decoration: none;
}

/* header */
.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.header>.header-box2 {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  background-color: #F2F2F2;
}

.header>.header-box2>ul.tab-list {
  width: 100%;
  /* padding: 5px 40px 0; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  position: relative;
}

.header>.header-box2>ul.tab-list>li:hover {
  border-bottom: 4px solid #004A9F;
  color: #0C6FB3;
}

.header>.header-box2>ul.tab-list>li>.grid-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  display: none;
}

.header>.header-box2>ul.tab-list>li>.grid-wrap>ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 120px;
  padding: 20px;
}

.header>.header-box2>ul.tab-list>li>.grid-wrap>ul>li>a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

.header>.header-box2>ul.tab-list>li>.grid-wrap>ul>li>a>img {
  width: 47%;
  object-fit: contain;
}

.header>.header-box2>ul.tab-list>li>.grid-wrap>ul>li>a>span {
  box-sizing: border-box;
  /* border: 1px solid red; */
  display: block;
}

.header>.header-box2>ul.tab-list>li>.grid-wrap>ul>li>a:hover>span {
  color: #004A9F;
}

.header>.header-box2>ul.tab-list>li:hover>.btn>a {
  color: #004A9F;

}

.header>.header-box2>ul.tab-list>li:hover>.btn>span {
  color: #004A9F;
  transform: rotate(180deg);
}

.header>.header-box2>ul.tab-list>li>.btn {
  height: 38px;
  line-height: 38px;
  padding: 4px 0;
  box-sizing: border-box;
}

.header>.header-box2>ul.tab-list>li>.btn {
  height: 38px;
  line-height: 38px;
  padding: 4px 0;
  box-sizing: border-box;
}

.header>.header-box2>ul.tab-list>li>.btn>span {
  font-size: 12px;
  display: inline-block;
  width: 24px;
  padding-left: 5px;
  color: #BFBEBE;
}

.header>.header-box1 {
  width: 100%;
  padding: 5px 40px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F2F2F2;
}

.header>.header-box1>p.describe {
  width: 57%;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #19191a;
  padding-left: 50px;
}

.header>.header-box1>p.describe>span {
  font-weight: 500;
  font-size: 16px;
}

.header>.header-box1>a.email {
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #545454;
}

.header>.header-box1>a.email>span {
  display: inline-block;
  font-size: 18px;
  transform: translateY(2px);
}

.header>.header-box1>a.button {
  padding: 3px 30px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  background-color: #004A9F;
  border-radius: 5px;
}

.header>.header-box {
  width: 100%;
  height: 3.75rem;
  padding: 5px 40px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header>.header-box>.logo2 {
  display: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.header>.header-box>.logo2>img {
  height: 60%;
  object-fit: contain;
  transform: translateY(-10%);
}

.header>.header-box>.logo2>.search>span {
  font-size: 1.1rem;
  color: gray;
}

.header>.header-box>.logo2>.tab-btn>span {
  font-size: 1.1rem;
  color: gray;
}

.header>.header-box>.logo2>.tab-btn>span.hide {
  display: none;
}

.header>.header-box>.logo2>ul.link-list {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all ease .5s;
  padding: 0 20px 70px;
  box-sizing: border-box;
}

.header>.header-box>.logo2>ul.active {
  transform: translateX(0);
}

.header>.header-box>.logo2>ul.link-list>li.active {}

.header>.header-box>.logo2>ul.link-list>li>.btn {
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #999;
  color: #1c1c1c;
  font-family: Arial;
  font-size: 14px;
}

.header>.header-box>.logo2>ul.link-list>li>.btn>span {
  transform: rotate(0deg);
  transition: all ease .5s;
  color: #1c1c1c;
  font-family: Arial;
  font-size: 14px;
}

.header>.header-box>.logo2>ul.link-list>li.active>.btn>span {
  transform: rotate(180deg);
}

.header>.header-box>.logo2>ul.link-list>li>ul {
  display: none;
}

.header>.header-box>.logo2>ul.link-list>li>ul>li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid gray;
  padding: 0 40px;
  box-sizing: border-box;
}

.header>.header-box>.logo2>ul.link-list>li>ul>li>a {
  display: block;
  color: #1c1c1c;
  font-family: Arial;
  font-size: 14px;
}

.header>.header-box>.logo2>ul.link-list>li>a {
  color: #fff !important;
}

/* left */
.header>.header-box>.left {
  display: flex;
  align-items: center;
  height: 100%;
}

.header>.header-box>.left>.logo {
  height: 80%;
  padding-right: 24px;
}

.header>.header-box>.left>.logo>img {
  height: 100%;
  object-fit: contain;
}

.header>.header-box>.left>ul.tab {
  display: flex;
  align-items: center;
  height: 100%;
}

.header>.header-box>.left>ul.tab>li {
  height: 100%;
  padding: 4px 24px;
  box-sizing: border-box;
  display: table;
}

.header>.header-box>.left>ul.tab>li>a {
  display: table-cell;
  /* color: #0C6FB3; */
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.header>.header-box>.left>ul.tab>li:hover,
.header>.header-box>.left>ul.tab>li.active {
  border-bottom: 4px solid #004A9F;
}

.header>.header-box>.left>ul.tab>li:hover>a,
.header>.header-box>.left>ul.tab>li.active>a {
  color: #0C6FB3;
}

.header>.header-box>.input-wrap {
  box-sizing: border-box;
  border: 1px solid gray;
  border-radius: 5px;
  width: 15.3125rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.header>.header-box>.input-wrap>input {
  height: 2.25rem;
  flex-grow: 1;
  outline: none;
  border: none;
}

.header>.header-box>.input-wrap>span {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: block;
  color: gray;
  font-size: 1.1rem;
}

/* footer */
.footer {
  width: 100%;
  background-color: #004A9F;
  padding: 0 140px;
  box-sizing: border-box;
}

.footer>.footer-box2 {
  width: 100%;
  text-align: center;
  padding-bottom: 12px;
}

.footer>.footer-box2>a {
  font-size: 12px;
  color: #fff;
}

.footer>ul.footer-box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 35px;
  flex-wrap: wrap;
}

.footer>ul.footer-box1>li {
  width: 25%;
}

.footer>ul.footer-box1>li>a>span {
  color: #fff;
  font-size: 30px;
}

.footer>.footer-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  flex-wrap: wrap;
}

.footer>.footer-box>ul.item {
  width: 33.3%;
  color: #fff;
  padding-bottom: 10px;
}

.footer>.footer-box>ul.item>li {
  font-size: 15px;
  line-height: 28px;
  display: flex;
}

.footer>.footer-box>ul.item>li>span.iconfont {
  padding-right: 8px;
}

.footer>.footer-box>ul.item>li.title>span.icon-arrow-down {
  padding-left: 8px;
}

.footer>.footer-box>ul.item>li.title {
  font-size: 24px;
  line-height: 45px;
}

.footer>.footer-box>ul.item>li>a {
  color: #fff;
  font-size: 15px;
}

/* content */
.content {
  width: 100%;
  padding-top: 27px;
}

.first_content {
  padding-top: 0;
}

.content>.index-banner {
  width: 100%;
  position: relative;
}

.content>.index-banner>img {
  width: 100%;
  object-fit: contain;
}

.content>.index-banner>.text-box {
  position: absolute;
  left: 11vw;
  top: 4vw;
}

.content>.index-banner>.text-box>.title {
  font-size: 3vw;
  color: #fff;
  margin-bottom: 18px;
}

.content>.index-banner>.text-box>a.btn {
  font-size: 12.2167px;
  color: #fff;
  background-color: #004A9F;
  border-radius: 20px;
  line-height: 20.6156px;
  padding: 10px 27px;
  transition: all ease .5s;
}

.content>.index-banner>.text-box>a.btn:hover {
  background-color: #05395b;
}

.content>.index-box1 {
  width: 1180px;
  margin: 60px auto 68px;
  text-align: center;
}

.content>.index-box1>.title {
  padding: 20px 0;
  font-size: 42px;
  font-family: Arial Black;
}

.content>.index-box1>.describe {
  padding: 20px 0;
  font-family: Comfortaa;
  font-size: 20px;
  line-height: 2;
}

.content>.index-box1>a.btn {
  display: inline-block;
  margin: 20px auto;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #004A9F;
  color: #fff;
  font-size: 18px;
  transition: all ease .5s;
}

.content>.index-box1>a.btn:hover {
  background-color: #004A9F;
}

.content>.index-box2 {
  width: 1180px;
  margin: 0 auto;
  padding: 20px 10px 60px;
  box-sizing: border-box;
}

.content>.index-box2>h2 {
  text-align: center;
}

.content>.index-box2>h2>a {
  font-family: Arial Black;
  font-size: 26px;
  font-weight: 400;
}

.content>.index-box2>.swiper-box,
.content>.index-box2>.swiper-box2,
.content>.index-box2>.swiper-box3 {
  box-sizing: border-box;
  width: 100%;
  /* border: 1px solid red; */
  margin-top: 20px;
  padding: 0px 60px 120px;
  position: relative;
}

.content>.index-box2>.swiper-box>.mySwiper1,
.content>.index-box2>.swiper-box>.mySwiper2,
.content>.index-box2>.swiper-box2>.mySwiper3 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

.content>.index-box2>.swiper-box>.swiper-pagination,
.content>.index-box2>.swiper-box2>.swiper-pagination,
.content>.index-box2>.swiper-box3>.swiper-pagination {
  position: absolute;
  bottom: 75px;
}

.content>.index-box2>.swiper-box>.swiper-button-prev,
.content>.index-box2>.swiper-box2>.swiper-button-prev,
.content>.index-box2>.swiper-box3>.swiper-button-prev {
  --swiper-navigation-size: 18px;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  z-index: 999;
  box-sizing: border-box;
  color: white;
  background-color: #004A9F;
  border-radius: 50%;
}

.content>.index-box2>.swiper-box>.swiper-button-next,
.content>.index-box2>.swiper-box2>.swiper-button-next,
.content>.index-box2>.swiper-box3>.swiper-button-next {
  --swiper-navigation-size: 18px;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  left: 100%;
  z-index: 999;
  box-sizing: border-box;
  color: white;
  background-color: #004A9F;
  border-radius: 50%;
}

.content>.index-box2>.swiper-box>.mySwiper1 .swiper-slide,
.content>.index-box2>.swiper-box2>.mySwiper2 .swiper-slide,
.content>.index-box2>.swiper-box3>.mySwiper3 .swiper-slide {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  /* background-color: #0C6FB3; */
}

.content>.index-box2>.swiper-box>.mySwiper1 .swiper-slide>.item,
.content>.index-box2>.swiper-box2>.mySwiper2 .swiper-slide>.item,
.content>.index-box2>.swiper-box3>.mySwiper3 .swiper-slide>.item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.content>.index-box2>.swiper-box>.mySwiper1 .swiper-slide>.item::after,
.content>.index-box2>.swiper-box2>.mySwiper2 .swiper-slide>.item::after,
.content>.index-box2>.swiper-box3>.mySwiper3 .swiper-slide>.item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.8));
}

.content>.index-box2>.swiper-box>.mySwiper1 .swiper-slide>.item>img,
.content>.index-box2>.swiper-box2>.mySwiper2 .swiper-slide>.item>img,
.content>.index-box2>.swiper-box3>.mySwiper3 .swiper-slide>.item>img {
  width: 100%;
  object-fit: contain;
  transition: all ease .5s;
}

.content>.index-box2>.swiper-box>.mySwiper1 .swiper-slide:hover>.item>img,
.content>.index-box2>.swiper-box2>.mySwiper2 .swiper-slide:hover>.item>img,
.content>.index-box2>.swiper-box3>.mySwiper3 .swiper-slide:hover>.item>img {
  scale: 1.2;
}

.content>.index-box2>.swiper-box>.mySwiper1 .swiper-slide>.item>.text,
.content>.index-box2>.swiper-box2>.mySwiper2 .swiper-slide>.item>.text,
.content>.index-box2>.swiper-box3>.mySwiper3 .swiper-slide>.item>.text {
  position: absolute;
  width: 50%;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.content>.index-box2>.swiper-box>.mySwiper1 .swiper-slide>.item>.text>p.title,
.content>.index-box2>.swiper-box2>.mySwiper2 .swiper-slide>.item>.text>p.title,
.content>.index-box2>.swiper-box3>.mySwiper3 .swiper-slide>.item>.text>p.title {
  font-weight: 600;
  margin-bottom: 32px;
}

.content>.index-box2>.swiper-box>.mySwiper1 .swiper-slide>.item>.text>a,
.content>.index-box2>.swiper-box2>.mySwiper2 .swiper-slide>.item>.text>a,
.content>.index-box2>.swiper-box3>.mySwiper3 .swiper-slide>.item>.text>a {
  color: #fff;
  font-size: 10px;
  background-color: #004A9F;
  border-radius: 20px;
  padding: 10px 15px;
}

.content>.index-box2>.swiper-box>.swiper-pagination .swiper-pagination-bullet,
.content>.index-box2>.swiper-box2>.swiper-pagination .swiper-pagination-bullet,
.content>.index-box2>.swiper-box3>.swiper-pagination .swiper-pagination-bullet {
  background-color: #004A9F;
  opacity: 0.4;
  scale: 1.5;
  margin: 0 8px;
}

.content>.index-box2>.swiper-box>.swiper-pagination .swiper-pagination-bullet-active,
.content>.index-box2>.swiper-box2>.swiper-pagination .swiper-pagination-bullet-active,
.content>.index-box2>.swiper-box3>.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  scale: 1.88;
}

/* index-box3 */
.content>.index-box3 {
  width: 100%;
  background-color: #F0F0F0;
  margin: 0 auto;
  padding: 0px 40px;
  box-sizing: border-box;
}

.content>.index-box3>.title {
  text-align: center;
  font-family: Comfortaa;
  font-size: 16px;
  color: #0C6FB3;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 55px;
}

.content>.index-box3>h2 {
  text-align: center;
  margin-bottom: 30px;
}

.content>.index-box3>h2>a {
  font-family: Arial Black;
  font-size: 26px;
  font-weight: 400;
}

.content>.index-box3>.swiper-box4 {
  box-sizing: border-box;
  width: 1180px;
  /* border: 1px solid red; */
  /* margin-top: 20px; */
  padding: 0px 70px 60px;
  margin: 0 auto;
  position: relative;
}

.content>.index-box3>.swiper-box4>.mySwiper4 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

.content>.index-box3>.swiper-box4>.swiper-pagination {
  position: absolute;
  bottom: 20px;
}

.content>.index-box3>.swiper-box4>.swiper-button-prev {
  --swiper-navigation-size: 18px;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  z-index: 999;
  box-sizing: border-box;
  color: white;
  background-color: #004A9F;
  border-radius: 50%;
}

.content>.index-box3>.swiper-box4>.swiper-button-next {
  --swiper-navigation-size: 18px;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  left: 100%;
  z-index: 999;
  box-sizing: border-box;
  color: white;
  background-color: #004A9F;
  border-radius: 50%;
}

.content>.index-box3>.swiper-box4>.mySwiper4 .swiper-slide {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.content>.index-box3>.swiper-box4>.mySwiper4 .swiper-slide>.item {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.content>.index-box3>.swiper-box4>.mySwiper4 .swiper-slide>.item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  border-radius: 5px;
}

.content>.index-box3>.swiper-box4>.mySwiper4 .swiper-slide>.item>img {
  width: 100%;
  object-fit: contain;
  transition: all ease .5s;
  border-radius: 5px;
}

.content>.index-box3>.swiper-box4>.mySwiper4 .swiper-slide:hover>.item>img {
  scale: 1.2;
}

.content>.index-box3>.swiper-box4>.mySwiper4 .swiper-slide>.item>.text {
  position: absolute;
  width: 50%;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.content>.index-box3>.swiper-box4>.mySwiper4 .swiper-slide>.item>.text>p.title {
  font-weight: 600;
  margin-bottom: 32px;
}

.content>.index-box3>.swiper-box4>.mySwiper4 .swiper-slide>.item>.text>a {
  color: #fff;
  font-size: 10px;
  background-color: #004A9F;
  border-radius: 20px;
  padding: 10px 15px;
}

.content>.index-box3>.swiper-box4>.swiper-pagination .swiper-pagination-bullet {
  background-color: #004A9F;
  opacity: 0.4;
  scale: 1.5;
  margin: 0 8px;
}

.content>.index-box3>.swiper-box4>.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  scale: 1.88;
}

/* index-box4 */
.content>.index-box4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 59px 0 27px;
  flex-wrap: wrap;
}

.content>.index-box4>.right {
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  text-align: left;
}

.content>.index-box4>.left {
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  text-align: right;
}

.content>.index-box4>.left>a {
  font-family: Calibri;
  font-size: 18px;
  font-weight: 600;
}

.content>.index-box4>.right>a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: Comfortaa;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  border-radius: 50px;
  background-color: #004A9F;
}

.content>.index-box4>.right>a:hover {
  background-color: #004A9F;
}

/* index-box5 */
.content>.index-box5 {
  display: flex;
  padding: 26px 0 10px;
  flex-wrap: wrap;
  width: 1180px;
  margin: 0 auto;
}

.content>.index-box5>.left,
.content>.index-box5>.right {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.content>.index-box5>.left>.title,
.content>.index-box5>.right>.title {
  font-family: Arial Black;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 17px;
}

.content>.index-box5>.left>.describe {
  margin-bottom: 90px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  font-family: Comfortaa;
}

.content>.index-box5>.left>a.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: Comfortaa;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  border-radius: 50px;
  background-color: #004A9F;
}

.content>.index-box5>.left>a.btn:hover {
  background-color: #004A9F;
}

.content>.index-box5>.right>form {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content>.index-box5>.right>form>.input-wrap {
  width: fit-content;
  height: 40px;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /* border: 1px solid red; */
}

.content>.index-box5>.right>form>.textarea-wrap {
  width: fit-content;
  height: 60px;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /* border: 1px solid red; */
}

.content>.index-box5>.right>form>.input-wrap>input {
  width: 230px;
  height: 30px;
  line-height: 30px;
  padding: 4px 5px;
  box-sizing: border-box;
}

.content>.index-box5>.right>form>.textarea-wrap>textarea {
  width: 230px;
  height: 60px;
  line-height: 20px;
  padding: 4px 5px;
  box-sizing: border-box;
}

.content>.index-box5>.right>form>.input-wrap>span.name {
  height: 30px;
  line-height: 30px;
  margin: 4px 5px;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-110%);
}

.content>.index-box5>.right>form>.textarea-wrap>span.name {
  height: 60px;
  line-height: 60px;
  margin: 4px 5px;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-110%);
}

.content>.index-box5>.right>form>.input-wrap>span.tip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: red;
  font-size: 16px;
}

.content>.index-box5>.right>form>.textarea-wrap>span.tip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: red;
  font-size: 16px;
}

.content>.index-box5>.right>form>button {
  width: 143px;
  height: 34px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #004A9F;
  border: 1px solid #004A9F;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

/* about */
.content>.about-box1 {
  width: 1180px;
  margin: 60px auto 68px;
  text-align: left;
}

.content>.about-box1>.title {
  padding: 20px 0;
  font-size: 42px;
  font-family: Arial Black;
}

.content>.about-box1>.describe {
  padding: 20px 0;
  font-family: Comfortaa;
  font-size: 20px;
  line-height: 2;
}

.content>.about-box1>a.btn {
  display: inline-block;
  margin: 20px auto;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #004A9F;
  color: #fff;
  font-size: 18px;
  transition: all ease .5s;
}

.content>.about-box1>a.btn:hover {
  background-color: #004A9F;
}

.content>.about-title {
  background-color: #F0F0F0;
}

.content>.about-title>.title {
  padding: 50px 0px 20px;
  width: 1180px;
  font-family: Arial Black;
  font-size: 32px;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
}

.content>.about-title>.title>span {
  font-family: Arial Black;
  font-size: 32px;
  color: #000;
  font-weight: 600;
}

.content>ul.figure {
  width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
  /* border: 1px solid red; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content>ul.figure>li {
  width: 32.25%;
  box-sizing: border-box;
  /* border: 1px solid red; */
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all ease-in-out .5s;
}

.content>ul.figure>li:hover {
  box-shadow: 0 0 10px 5px #E6E6E6;
}

.content>ul.figure>li>.num-wrap {
  position: relative;
  margin-top: 50px;
}

.content>ul.figure>li>.num-wrap>span.num {
  font-family: Calibri;
  font-size: 50px;
  color: #004A9F;
}

.content>ul.figure>li>.num-wrap>span.jia {
  font-family: Calibri;
  font-size: 30.2px;
  color: #555555;
  position: absolute;
  top: -15px;
  right: -15px;
}

.content>ul.figure>li>.describe {
  font-family: Comfortaa;
  font-size: 26px;
  line-height: 1.2;
  color: #555;
  letter-spacing: 0;
}

.content>ul.figure>li>.yellow-dash {
  width: 20px;
  height: 5px;
  background: #EF7E00;
  border-radius: 100px;
  margin-top: 14px;
  margin-bottom: 33px;
}

.content>ul.figure>li>img {
  margin-bottom: 30px;
}

.content>.about-title2 {
  background-color: #fff;
}

.content>.about-title2>.title {
  padding: 50px 0px 20px;
  width: 1180px;
  font-family: Arial Black;
  font-size: 32px;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
}

.content>.about-title2>.title>span {
  font-family: Arial Black;
  font-size: 32px;
  color: #000;
  font-weight: 600;
}

.content>.about-title3 {
  background-color: #fff;
}

.content>.about-title3>.title {
  padding: 40px 0px 70px;
  width: 1180px;
  font-family: Arial Black;
  font-size: 32px;
  color: #004A9F;
  font-weight: 400;
  margin: 0 auto;
}

.content>.about-link {
  background-color: #fff;
}

.content>.about-link>.link-wrap {
  padding: 23px 0px 17px;
  width: 1180px;
  margin: 0 auto;

}

.content>.about-link>.link-wrap>.describe {
  font-size: 18px;
  font-family: Comfortaa;
}

.content>.about-link>.link-wrap>.describe>Span {
  font-size: 18px;
  font-family: Comfortaa;
  margin-right: 5px;
}

.content>.about-link>.link-wrap>.link>a {
  text-decoration: underline;
  font-size: 18px;
  font-family: Comfortaa;
  font-weight: 0;
}

.content>.about-title4 {
  background-color: #fff;
}

.content>.about-title4>.title {
  padding: 50px 0px 40px;
  width: 1180px;
  font-family: Arial Black;
  font-size: 32px;
  font-weight: 600;
  margin: 0 auto;
}

.content>.about-title4>.title>span {
  font-family: Arial Black;
  font-size: 32px;
  font-weight: 600;
}

.content>.about-title4>.describe {
  padding-bottom: 10px;
  width: 1180px;
  font-family: Comfortaa;
  font-weight: 0;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 auto;

}

.content>.about-title4>.describe2 {
  padding-bottom: 15px;
  width: 1180px;
  font-family: Comfortaa;
  font-weight: 0;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 auto;
}

.content>.about-title4>.title2 {
  padding: 50px 0px 20px;
  width: 1180px;
  font-family: Arial Black;
  font-size: 32px;
  font-weight: 600;
  margin: 0 auto;
}

.content>.about-title4>.title2>span {
  font-family: Arial Black;
  font-size: 32px;
  font-weight: 600;
  margin: 0 auto;
}

.content>.about-title4>ul.describe3 {
  list-style: initial;
  padding: 33px 0px 26px;
  width: 1180px;
  line-height: 30px;
  margin: 0 auto;
}

.content>.about-title4>ul.describe3>li {
  font-family: Comfortaa;
  font-size: 18px;
  font-weight: 0;
  line-height: 1.2;
}

.content>.about-title5 {
  /* width: 100%; */
  height: 799px;
  background-color: #fff;
  position: relative;
}

.content>.about-title5::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 251px;
  background-color: #F0F0F0;
  z-index: 1;
}

.content>.about-title5>.title-wrap {
  padding: 20px 0px 10px;
  width: 1180px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

.content>.about-title5>.form-wrap {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* border: 1px solid red; */
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 128px;
  z-index: 10;
  box-shadow: 0 0 10px 5px #e6e6e6;
}

.content>.about-title5>.form-wrap>.left {
  width: 413px;
  height: 648px;
  overflow: hidden;
}

.content>.about-title5>.form-wrap>.left>img {
  display: block;
  height: 100%;
  object-fit: corver;
  object-position: -500px;
}

.content>.about-title5>.form-wrap>.right {
  width: 61.9%;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

.content>.about-title5>.form-wrap>.right>.title {
  font-size: 40px;
  padding: 30px 15px 66px;
  box-sizing: border-box;
  font-family: Comfortaa;
}

.content>.about-title5>.form-wrap>.right>form {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

.content>.about-title5>.form-wrap>.right>form>.item {
  width: 50%;
  box-sizing: border-box;
  /* border: 1px solid red; */
  padding: 15px;
}

.content>.about-title5>.form-wrap>.right>form>.item>.name {
  height: 28px;
  line-height: 14px;
  font-size: 14px;
}

.content>.about-title5>.form-wrap>.right>form>.item>input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #F3F3F3;
  border: none;
}

.content>.about-title5>.form-wrap>.right>form>.item>textarea {
  width: calc(100% - 30px);
  line-height: 50px;
  height: 50px;
  background: #f3f3f3;
  border: none;
  padding: 0 15px;
}

.content>.about-title5>.form-wrap>.right>form>.item>button {
  width: 100%;
  line-height: 50px;
  height: 50px;
  background: #004A9F;
  text-align: center;
  border: none;
  transition: background .5s;
  cursor: pointer;
  color: #fff;
}

.content>.about-title5>.form-wrap>.right>form>.item>button:hover {
  background-color: #05395b;
}

/*  */
.content>.about-title5>.title-wrap>.title1 {
  font-family: Arial Black;
  font-size: 14px;
  font-weight: 600;
}

.content>.about-title5>.title-wrap>.title2 {
  margin-bottom: 30px;
  font-family: Arial Black;
  font-size: 32px;
  font-weight: 600;
}

.content>.about-title5>.title-wrap>.title2>span {
  font-family: Arial Black;
  font-size: 32px;
  font-weight: 600;
}

.content>.about-title6 {
  background-color: #f0f0f0;
  margin-top: 90px;
}

.content>.about-title6>.title {
  width: 1180px;
  margin: 0 auto;
  padding: 51px 0 30px;
  font-family: Arial Black;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.content>.about-title7 {
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.content>.about-title7>.left {
  width: 38%;
  /* padding-right: 68px; */
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
}

.content>.about-title7>.left>.title {
  font-family: Arial Black;
  height: 68px;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
  color: #1d1d1d;
  letter-spacing: -0.025em;
}

.content>.about-title7>.left>.title2 {
  font-family: Open Sans;
  font-style: 16px;
  line-height: 1.5;
  font-weight: 0;
  margin-top: 20px;
}

.content>.about-title7>.left>.links>a {
  font-size: 10px;
  color: #555555;
  font-family: Open Sans;
  line-height: 1.5;
}

.content>.about-title7>.right {
  width: 50%;
  padding-top: 96px;
  padding-left: 144px;
}

.content>.about-title7>.right>img {
  width: 100%;
  object-fit: contain;
}

.content>.about-pictures {
  width: 100%;
}

.content>.about-pictures>ul.grid-wrap {
  width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px 270px 270px 270px;
  grid-template-rows: 220px 220px 220px;
  grid-template-areas: 'a b c c'
    'd e c c'
    'f e g h'
  ;
  gap: 30px;
}

.content>.about-pictures>ul.grid-wrap>li:nth-child(1) {
  grid-area: a;
}

.content>.about-pictures>ul.grid-wrap>li {
  overflow: hidden;
}

.content>.about-pictures>ul.grid-wrap>li>.img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all ease .5s;
}

.content>.about-pictures>ul.grid-wrap>li>.img-wrap:hover {
  transform: translateY(-100px);
}

.content>.about-pictures>ul.grid-wrap>li>.img-wrap>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content>.about-pictures>ul.grid-wrap>li>.img-wrap>.text {
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  background-color: #f0f0f0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
}

.content>.about-pictures>ul.grid-wrap>li:nth-child(2) {
  grid-area: b;
}

.content>.about-pictures>ul.grid-wrap>li:nth-child(3) {
  grid-area: c;
}

.content>.about-pictures>ul.grid-wrap>li:nth-child(4) {
  grid-area: d;
}

.content>.about-pictures>ul.grid-wrap>li:nth-child(5) {
  grid-area: e;
}

.content>.about-pictures>ul.grid-wrap>li:nth-child(6) {
  grid-area: f;
}

.content>.about-pictures>ul.grid-wrap>li:nth-child(7) {
  grid-area: g;
}

.content>.about-pictures>ul.grid-wrap>li:nth-child(8) {
  grid-area: h;
}

.content>.about-card>.card {
  width: 1200px;
  position: relative;
  margin: 85px auto;
  padding: 58px 100px;
  font-size: 13px;
  font-family: Comfortaa;
  box-shadow: 0 0 10px 5px #e6e6e6;
  box-sizing: border-box;
  /* border: 1px solid red;*/

}

.content>.about-card>.card>img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.content>.about-card>.card>.title {
  font-size: 30px;
  font-family: Arial Black;
  text-align: center;
  margin-bottom: 16px;
}

.content>.about-card>.card>.describe {
  font-size: 14px;
  font-family: Comfortaa;
  text-align: left;
  line-height: 35px;
}

.content>.about-title8 {
  background-color: #fff;
}

.content>.about-title8>.title {
  text-align: center;
  padding: 95px 0;
  font-size: 28px;
  font-family: Arial Black;
}

.content>.about-title8>.flex-wrap {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content>.about-title8>.flex-wrap>.item {
  width: 49.6%;
}

.content>.about-title8>.flex-wrap>.item>a.img-wrap {
  display: block;
  position: relative;
  margin-bottom: 60px;
}

.content>.about-title8>.flex-wrap>.item>a.img-wrap>img {
  width: 100%;
  object-fit: contain;
}

.content>.about-title8>.flex-wrap>.item>a.img-wrap>.title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 43px;
  font-family: Arial Black;
}

.content>.about-title8>.flex-wrap>.item>.describe {
  font-family: Comfortaa;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.content>.about-title8>.flex-wrap>.item>.link-wrap {
  text-align: center;
  margin-top: 33px;
}

.content>.about-title8>.flex-wrap>.item>.link-wrap>a {
  display: inline-block;
  padding-bottom: 2px;
  font-family: Comfortaa;
  font-size: 18px;
  color: #004A9F;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2em;
  border-bottom: 2px solid #004A9F;
}

.content>.about-title8>.flex-wrap>.item>.link-wrap>a:hover {
  border-bottom: 0px solid #004A9F;
}

.content>.p-banner {
  width: 1180px;
  margin: 0 auto;
  padding-top: 20px;
}

.content>.p-banner>a {
  display: block;
}

.content>.p-banner>a>img {
  width: 100%;
  object-fit: contain;
}

.content>.product-box {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content>.product-box>.left {
  width: 280px;
  padding: 10px 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

.content>.product-box>.left>.tab {
  width: 100%;
}

.content>.product-box>.left>.tab .btn>span {
  transition: all ease .5s;
  cursor: pointer;
}

.content>.product-box>.left>.tab .btn>span.active {
  transform: rotate(180deg);
}

.content>.product-box>.left>.tab>.btn>span.iconfont {
  display: none;
}

.content>.product-box>.left>.tab>.btn {
  display: flex;
  justify-content: space-between;
  background-color: #004A9F;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
  padding-right: 30px;
  box-sizing: border-box;
}

.content>.product-box>.left>.tab>ul.link-list {
  font-size: 12px;
  /* display: none; */
  /* list-style: initial; */
}

.content>.product-box>.left>.tab>ul.link-list>li {
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  line-height: 30px;
  /* border: 1px solid red; */
}

.content>.product-box>.left>.tab>ul.link-list>li>.btn:hover {
  background-color: #F0F0F0;
}

.content>.product-box>.left>.tab>ul.link-list>li>.btn:hover>a {
  color: #004A9F !important;
}

.content>.product-box>.left>.tab>ul.link-list>li:hover>a {
  color: #004A9F;
}

.content>.product-box>.left>.tab>ul.link-list>li>.btn {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  padding: 0 30px 0 16px;
}

.content>.product-box>.left>.tab>ul.link-list>li>ul.link-list {
  padding-left: 30px;
  display: none;
  /* list-style: initial; */
}

.content>.product-box>.left>.tab>ul.link-list>li>ul.link-list>li {
  line-height: 30px;
}

.content>.product-box>.left>.tab>ul.link-list>li>ul.link-list>li>.btn {
  line-height: 30px;
  display: flex;
  padding: 0 30px 0 10px;
  justify-content: space-between;
}

.content>.product-box>.left>.tab>ul.link-list>li>ul.link-list>li>ul.link-list {
  display: none;
  list-style: initial;
  padding-left: 30px;
  box-sizing: border-box;
}

.content>.product-box>.left>.tab>ul.link-list>li>ul.link-list>li>ul.link-list>li {
  box-sizing: border-box;
  line-height: 30px;
}

.content>.product-box>.left>.tab>ul.link-list>li>a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 16px;
}

.content>.product-box>.left>.tab>ul.link-list a:hover {
  color: #004A9F;
}

.content>.product-box>.right {
  width: 880px;
  padding: 10px 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

.content>.product-box>.right>.table-box {
  width: 100%;
}

.content>.product-box>.right>.table-box>table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-spacing: 0;
  border-collapse: collapse;
}

.content>.product-box>.right>.table-box>table tr th {
  box-sizing: border-box;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  padding: 8px;
  color: white;
  background-color: #004A9F;
  text-align: left;
  font-weight: bold;
  font-family: Arial Black;

}

.content>.product-box>.right>.table-box>table tr td {
  box-sizing: border-box;
  border: 1px solid #eee;
  letter-spacing: 0;
  line-height: 1.4em;
  text-align: center;
  margin-left: 12px;
  padding: 7px
}

.content>.product-box>.right>.table-box>table tr td a {
  box-sizing: border-box;
  font-size: 14px;
  font-family: Comfortaa;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.content>.product-box>.right>.table-box>table tr td a>img {
  width: 60px;
  height: 82px;
  object-fit: cover;

}

.content>.product-box>.right>.table-box>ul.page {
  display: flex;
  margin: 20px 0;
  justify-content: space-around;
}

.content>.product-box>.right>.table-box>ul.page>li>a {
  display: inline-block;
  text-align: center;
  line-height: 28px;
  min-width: 28px;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #898989;
  margin-right: 5px;
  color: #898989;
}

.content>.product-box>.right>.table-box>ul.page>li>a:hover {
  border: 1px solid #004A9F;
  color: #004A9F;
}

.content>.product-box>.right>.table-box>ul.page>li>a.more {
  border: none;
  pointer-events: none;
}

.content>.product-box>.right>.table-box>ul.page>li.active>a {
  color: #fff;
  background-color: #004A9F;
  pointer-events: none;
}

/* news */
.content>ul.news-wrap>li {
  width: 1160px;
  padding: 10px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all ease .5s;
}

.content>ul.news-wrap>li:hover {
  background-color: #004A9F;
  color: #fff;
}

.content>ul.news-wrap>li>.left {
  width: 388px;
}

.content>ul.news-wrap>li>.left>a {
  display: block;
  width: 100%;
}

.content>ul.news-wrap>li:hover>.left>a {
  box-sizing: border-box;
  border: 1px solid #fff;
}

.content>ul.news-wrap>li>.left>a>img {
  width: 100%;
  object-fit: contain;
}

.content>ul.news-wrap>li>.right {
  width: 640px;
  padding-top: 18px;
  box-sizing: border-box;
}

.content>ul.news-wrap>li>.right>a:hover {
  text-decoration: underline;
}

.content>ul.news-wrap>li>.right>a.title1 {
  display: block;
}

.content>ul.news-wrap>li>.right>a.title2 {
  display: block;
  font-size: 24px;
}

.content>ul.news-wrap>li:hover>.right>a.title1 {
  color: #fff;
}

.content>ul.news-wrap>li:hover>.right>a.title2 {
  color: #fff;
}

.content>ul.news-wrap>li>.right>.describe {
  height: 72px;
  font-size: 14px;
  line-height: 24px;
  margin: 12px 0 25px;
}

.content>ul.news-wrap>li>.right>a.btn {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 5px 15px;
  font-family: Comfortaa;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5em;
}

.content>ul.news-wrap>li:hover>.right>a.btn {
  color: #fff;
}

.content>ul.news-page {
  width: 1160px;
  margin: 30px auto 60px;
  display: flex;
  justify-content: center;
}

.content>ul.news-page>li {}

.content>ul.news-page>li>a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #989898;
  color: #989898;
  font-family: Comfortaa;
  font-size: 14px;
  letter-spacing: 0;
  margin-left: 15px;
}

.content>ul.news-page>li>a.active {
  color: #fff;
  background-color: #004A9F;
  pointer-events: none;
}

.content>ul.news-page>li>a:hover {
  border: 1px solid blue;
  color: blue;
}

.content>ul.news-page>li>span {
  letter-spacing: 0;
  line-height: 1.7em;
  text-align: left;
  font-size: 14px;
  color: #333;
}

.content>ul.news-page>li.arr-wrap {
  margin-left: 5px;
}

.content>ul.news-page>li.input-wrap {
  margin-left: 10px;
}

.content>ul.news-page>li.input-wrap>input {
  margin: 0 5px;
  width: 31.6px;
  height: 31.6px;
  outline: none;
  border: 1px solid #898989;
  padding-left: 15px;
  box-sizing: border-box;
}

.content>ul.news-page>li.go-wrap {
  margin-left: 5px;
}

.content>.news-title {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
}

.content>.news-title>.left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content>.news-title>.left>.title1 {
  color: #004A9F;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 6.67px;
  opacity: 0.5;
  font-family: Calibri;
}

.content>.news-title>.left>.title2 {
  color: #000;
  padding: 0px 20px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-family: Calibri;
}

.content>.news-title>.right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content>.news-title>.right>a.more {
  font-size: 20px;
  white-space: nowrap;
  color: #004A9F;
}

.content>ul.news-grid {
  width: 1160px;
  margin: 0 auto;
  padding: 24px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  grid-template-rows: 260px 260px;
  grid-template-areas:
    'a b c'
    'a d c';
}

.content>ul.news-grid>li:nth-child(1) {
  grid-area: a;
  position: relative;
}

.content>ul.news-grid>li {
  position: relative;
  /* overflow: hidden; */
}

.content>ul.news-grid>li>.img-box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease .3s;
}

.content>ul.news-grid>li>.img-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.content>ul.news-grid>li:hover>.img-box {
  scale: 1.1;
  z-index: 19;
}

.content>ul.news-grid>li>.img-box>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content>ul.news-grid>li>.text-box {
  box-sizing: border-box;
  position: absolute;
  top: 99px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.content>ul.news-grid>li>.text-box>.title {
  color: #fff;
  font-size: 17.42px;
  font-family: Comfortaa;
  letter-spacing: 0;
  padding-bottom: 20px;
  word-break: break-word;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-100%);
  transition: all ease 0.5s;
}

.content>ul.news-grid>li:hover>.text-box>.title {
  top: 0;
  transform: translateY(0%);
}

.content>ul.news-grid>li>.text-box>a.more {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all ease .5s;
  text-decoration: underline;
}

.content>ul.news-grid>li:hover>.text-box>a.more {
  transform: translateY(0);
}

.content>ul.news-grid>li:nth-child(2) {
  grid-area: b;
}

.content>ul.news-grid>li:nth-child(3) {
  grid-area: c;
}

.content>ul.news-grid>li:nth-child(4) {
  grid-area: d;
}

.content>.input-wrap>.input-box {
  width: 1180px;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.content>.input-wrap>.input-box>input {
  display: block;
  width: 100%;
  height: 33px;
  border-radius: 20px;
  outline: none;
  text-indent: 12px;
  border: 1px solid #eee;
}

.content>.input-wrap>.input-box>span.iconfont {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  background-color: #004A9F;
}

.content>.news-tabbar {
  width: 1180px;
  margin: 0 auto;
  padding-top: 12px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.content>.news-tabbar>.item {
  float: left;
  font-size: 16px;
  padding: 0 20px;
  color: #6c6e74;
  background-color: #e1e2e4;
  height: 42px;
  line-height: 42px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  cursor: pointer;
}

.content>.news-title>.left,
.content>.news-tabbar>.active {
  color: #fff !important;
  background-color: #004A9F !important;
  border-radius: 7px;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.content>.ul-box {
  width: 1180px;
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 20px;
  box-sizing: border-box;
}

.content>.ul-box>ul.news-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content>.ul-box>ul.news-items>li {
  width: 30%;
  margin-bottom: 15px;
}

.content>.ul-box>ul.news-items>li>a.img-box {
  display: block;
  width: 100%;
  position: relative;
}

.content>.ul-box>ul.news-items>li>a.img-box>img {
  width: 100%;
  object-fit: contain;
}

.content>.ul-box>ul.news-items>li>a.img-box>.icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}

.content>.ul-box>ul.news-items>li>a.img-box:hover>.icon {
  display: flex;
}

.content>.ul-box>ul.news-items>li>a.img-box>.icon>span {
  font-size: 90px;
  color: rgba(0, 0, 0, 0.5);
}

.content>.ul-box>ul.news-items>li>.title {
  font-size: 90px;
  color: rgba(0, 0, 0, 0.5);
}

.content>.ul-box>ul.news-items>li>.title>a {
  font-family: Comfortaa;
  font-size: 14px;
  color: #545454;
  letter-spacing: 0;
  line-height: 1.7em;
  text-align: left;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 5px 0;
}

.content>.ul-box>ul.news-items>li>.title>a:hover {
  color: #e80012;
}

.content>.ul-box>ul.news-items>li>.time,
.content>.ul-box>ul.news-items>li>.time>span {
  font-size: 12px;
  color: #545454;
  letter-spacing: 0;
  line-height: 1.7em;
}

.content>.ul-box>ul.news-items>li>.describe {
  font-size: 14px;
  color: #545454;
  letter-spacing: 0;
  height: 3em;
  line-height: 1.7em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content>.ul-box>.more {
  display: block;
  color: #004A9F;
  font-family: Comfortaa;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.7em;
  text-align: left;
}

.content>.ul-box>.more:hover>a {
  color: #e80012;
}

/*  */
@media screen and (max-width:1024px) {

  .header>.header-box>.left,
  .header>.header-box>.input-wrap,
  .header>.header-box1,
  .header>.header-box2 {
    display: none;
  }

  .first_content {
    padding-top: 52px;
  }

  .content>.input-wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .content>.input-wrap>.input-box {
    width: 100%;
  }

  .content>.news-title {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .content>.news-title>.left {
    width: 100%;
  }

  .content>.news-title>.right {
    width: 100%;
  }

  .content>.news-title>.left {
    width: 100%;
  }

  .content>ul.news-page {
    width: 100%;
    margin: 30px auto 60px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .content>ul.news-wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .content>ul.news-wrap>li {
    width: 100%;
  }

  .content>ul.news-wrap>li>.left {
    width: 100%;
  }

  .content>ul.news-wrap>li>.right {
    width: 100%;
  }

  .content>.product-box>.left>.tab>.btn>span.iconfont {
    display: block;
  }

  .content>.product-box>.left {
    width: 100%;
  }

  .content>.product-box>.right {
    width: 100%;
  }

  .content>.product-box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .content>.p-banner {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .content>.about-pictures>ul.grid-wrap>li {
    padding-bottom: 70px;
    box-sizing: border-box;
  }

  .content>.about-pictures>ul.grid-wrap>li>.img-wrap>.text {
    height: 70px;
  }

  .content>.about-pictures>ul.grid-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(8, 340px);
    grid-template-areas: 'a'
      'b'
      'c'
      'd'
      'e'
      'f'
      'g'
      'h'
    ;
    gap: 30px;
  }

  .content>.about-card {
    padding: 0 20px;
    box-sizing: border-box;

  }

  .content>.about-card>.card {
    width: 100%;
    padding: 50px 20px;
  }

  .content>.about-card>.card {
    width: 100%;
    padding: 50px 20px;
  }

  .content>.about-title8>.flex-wrap>.item>.link-wrap {
    margin-bottom: 60px;
  }

  .content>.about-title8>.flex-wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .content>.about-title8>.flex-wrap>.item {
    width: 100%;
  }

  .content>.about-title7>.right {
    width: 100%;
  }

  .content>.about-title7>.left {
    width: 100%;
    padding: 0 20px;
  }

  .content>.about-title5>.form-wrap>.left {
    display: none;
  }

  .content>.about-title5>.form-wrap>.right>form>.item {
    width: 100%;
    padding: 15px 0px;
  }

  .content>.about-title5>.form-wrap>.right {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    /* border: 1px solid red; */
  }

  .content>.about-title5>.form-wrap {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    left: 0px;
    right: 0px;
  }

  .content>.about-title4>ul.describe3 {
    padding-left: 40px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .content>.about-title5>.title-wrap {
    left: 0px;
    right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .content>.about-title6>.title {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 400px;
  }

  .content>.about-title7,
  .content>.about-title4>.title2,
  .content>.about-title4>.title,
  .content>.about-title4>.describe,
  .content>.about-title4>.describe2,
  .content>.about-title>.title,
  .content>.about-title3>.title,
  .content>.about-link>.link-wrap,
  .content>.about-title2>.title {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .content>ul.figure {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content>ul.figure>li {
    width: 100%;
  }

  .content>.about-box1 {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .content>.index-box5 {
    padding: 0;
    width: 100%;
  }

  .content>.index-box5>.left,
  .content>.index-box5>.right {
    width: 100%;
  }

  .content>.index-box5>.right {
    margin-top: 27px;
  }

  .content>.index-box4>.left,
  .content>.index-box4>.right {
    padding: 10px 20px;
    width: 100%;
    text-align: center;
  }

  .content>.index-box2>.swiper-box>.swiper-button-prev,
  .content>.index-box2>.swiper-box>.swiper-button-next {
    display: none;
  }

  .content>.index-box2>.swiper-box2>.swiper-button-prev,
  .content>.index-box2>.swiper-box2>.swiper-button-next {
    display: none;
  }

  .content>.index-box2>.swiper-box3>.swiper-button-prev,
  .content>.index-box2>.swiper-box3>.swiper-button-next {
    display: none;
  }

  .content>.index-box3>.swiper-box4>.swiper-button-prev,
  .content>.index-box3>.swiper-box4>.swiper-button-next {
    display: none;
  }

  .content>.index-box2 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .content>.index-box3 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .content>.index-box2>.swiper-box,
  .content>.index-box2>.swiper-box2,
  .content>.index-box2>.swiper-box3 {
    padding: 130px 0;
  }

  .content>.index-box3>.swiper-box4 {
    width: 100%;
    padding: 0px 0px 130px;
  }

  .content>.index-box2>.swiper-box>.mySwiper1 .swiper-slide,
  .content>.index-box2>.swiper-box2>.mySwiper2 .swiper-slide,
  .content>.index-box2>.swiper-box3>.mySwiper3 .swiper-slide,
  .content>.index-box3>.swiper-box4>.mySwiper4 .swiper-slide {
    width: 100%;
    padding: 0;
  }

  .content {
    padding-top: 70px;
  }

  .content>.index-banner>.text-box>a.btn {
    display: none;
  }

  .content>.index-box1 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .footer {
    padding: 0 20px;
  }

  .footer>.footer-box>ul.item {
    width: 100%;
  }

  .footer>ul.footer-box1>li {
    width: 100%;
    margin-bottom: 10px;
  }

  .header {
    background-color: white;
  }

  .header>.header-box {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .header>.header-box>.logo2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}