@charset "utf-8";
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-pagination {
  bottom: 4.2%;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  background: #fff;
  opacity: 1;
  color: #fff;
  font-size: 0;
  border-radius: 50%;
  margin: 0 16px;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  background: transparent;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 38px;
  height: 38px;
  border: 2px solid #1376DF;
  border-radius: 50%;
  clip: rect(0, 100px, 10px, 0);
  animation: loading 8.4s infinite linear;
}
@keyframes loading {
  0% {
    transform: rotate(90deg);
    clip: rect(0, 100px, 10px, 0);
  }
  100% {
    transform: rotate(360deg);
    clip: rect(0, 100px, 100px, 0);
  }
}
.banner .banner_list {
  position: relative;
  /* Chrome, Safari, Opera */
}
.banner .banner_list .banner_list_img img {
  width: 100%;
  height: calc(100vh);
  object-fit: cover;
}
@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
  }
}
.banner .banner_list .banner_list_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  max-width: 1520px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner .banner_list .banner_list_txt .list_txt_dd {
  text-align: left;
  text-transform: uppercase;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.banner .banner_list .banner_list_txt .list_txt_dd span {
  font-size: 66px;
  line-height: 100px;
  color: #20418C;
  letter-spacing: 2px;
  font-weight: bold;
}
.banner .banner_list .banner_list_txt .list_txt_pp {
  font-size: 28px;
  color: #000000;
  line-height: 34px;
  margin-top: 14px;
}
.temp_h5 {
  color: #262626;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}
/*首页简介*/
.home_jj {
  width: 100%;
  padding: 90px 0 80px 0;
}
.home_jj .jianjie_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_jj .jianjie_con .jianjie_left {
  width: 46%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.home_jj .jianjie_con .jianjie_left .temp_h5 {
  text-align: left;
}
.home_jj .jianjie_con .jianjie_left .jj_desc {
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}
.home_jj .jianjie_con .jianjie_left .jj_desc p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #4A4A4A;
}
.home_jj .jianjie_con .jianjie_left a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  width: 184px;
  border: 1px solid #C2C2C2;
  text-decoration: none;
  font-size: 16px;
  color: #444444;
  letter-spacing: 1px;
  padding: 0 18px;
}
.home_jj .jianjie_con .jianjie_left a img {
  display: inline-block;
  width: 14px;
  height: auto;
}
.home_jj .jianjie_con .jianjie_data {
  width: 51%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.home_jj .jianjie_con .jianjie_data .data_item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
}
.home_jj .jianjie_con .jianjie_data .data_item .number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home_jj .jianjie_con .jianjie_data .data_item .number span {
  color: #20418C;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.home_jj .jianjie_con .jianjie_data .data_item .number text {
  margin-left: 6px;
  color: #262626;
  line-height: 58px;
}
.home_jj .jianjie_con .jianjie_data .data_item p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
  letter-spacing: 1px;
  margin-top: 16px;
}
/*新闻中心*/
.home_news {
  width: 100%;
  padding: 70px 0;
  background: #f1f1f1;
}
.home_news .news_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
.home_news .news_list .news_item {
  display: inline-block;
  overflow: hidden;
  width: calc((100% - 9%) / 3);
  margin: 0 4.5% 40px 0;
}
.home_news .news_list .news_item:nth-child(3n) {
  margin-right: 0;
}
.home_news .news_list .news_item .news_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.home_news .news_list .news_item .news_img img {
  display: inline-block;
  width: 100%;
  height: 280px;
}
.home_news .news_list .news_item .news_text {
  width: 100%;
  display: inline-block;
  padding: 20px 0 20px 0;
}
.home_news .news_list .news_item .news_text h5 {
  display: inline-block;
  width: 100%;
  line-height: 32px;
  height: 64px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home_news .news_list .news_item .news_text p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #ABABAB;
  margin-bottom: 10px;
}
.home_news .news_list .news_item:hover .news_text h5 {
  color: #20418C;
}
.home_news .more_box {
  width: 100%;
  text-align: center;
}
.home_news .more_box a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #444444;
}
.home_news .more_box a:hover {
  color: #20418C;
}
/*国际化*/
.home_gjh {
  width: 100%;
  padding: 90px 0;
}
.home_gjh .img {
  width: 100%;
  position: relative;
}
.home_gjh .img a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.home_gjh .img a img {
  width: 100%;
  height: auto;
}
.home_gjh .img a .txt {
  position: absolute;
  z-index: 2;
  color: #fff;
  width: 38%;
  left: auto;
  right: 8%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.home_gjh .img a .txt h2 {
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.home_gjh .img a .txt p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
/*品牌天地*/
.home_brand {
  width: 100%;
  /* background: url(../images/home/pp_bj.jpg) no-repeat; */
  background-size: cover;
  padding: 5% 0 0;
}
.home_brand .brnd_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.home_brand .brnd_ul li {
  width: 15.4%;
  display: inline-block;
  padding: 4.5% 0;
  margin-bottom: -10px;
  text-align: center;
}
.home_brand .brnd_ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
.home_brand .brnd_ul li a span {
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
}
.home_brand .brnd_ul li a span img {
  width: 100%;
  height: auto;
}
.home_brand .brnd_ul li a span img + img {
  display: none;
}
.home_brand .brnd_ul li a h2 {
  color: #3D3D3D;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.home_brand .brnd_ul li:hover {
  background: url(../images/home/pp_hover.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.home_brand .brnd_ul li:hover a span img {
  display: none;
}
.home_brand .brnd_ul li:hover a span img + img {
  display: inline-block;
}
.home_brand .brnd_ul li:hover a h2 {
  color: #fff;
}
/*企业责任*/
.home_zr {
  width: 100%;
  padding: 150px 0 90px 0;
}
.home_zr .zr_box {
  width: 100%;
  position: relative;
}
.home_zr .zr_box a {
  display: inline-block;
}
.home_zr .zr_box a img {
  width: 100%;
  height: auto;
}
.home_zr .zr_box .txt {
  z-index: 2;
  color: #fff;
  width: 40%;
  text-align: right;
  left: 1.5%;
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  top: 0;
}
.home_zr .zr_box .txt h2 {
  text-transform: uppercase;
}
.home_zr .zr_box .txt h3 {
  margin: 20px 0 14px 0;
}
@media screen and (max-width: 1440px) {
  /*banner*/
  .banner {
    height: unset;
    overflow: hidden;
  }
  .banner .banner_list .banner_list_img img {
    height: auto;
  }
  .banner .banner_list .banner_list_txt .list_txt_dd {
    font-size: 56px;
    line-height: 76px;
  }
  .banner .banner_list .banner_list_txt .list_txt_dd span {
    font-size: 62px;
    line-height: 90px;
  }
}
@media screen and (max-width: 1366px) {
  /*企业责任*/
  .home_zr {
    padding: 130px 0 80px 0;
  }
  .home_zr .zr_box .txt {
    left: 0%;
  }
}
@media screen and (max-width: 1280px) {
  /*banner*/
  .banner .banner_list .banner_list_txt .list_txt_dd span {
    font-size: 50px;
    line-height: 80px;
  }
  .banner .banner_list .banner_list_txt .list_txt_pp {
    font-size: 24px;
    line-height: 30px;
    margin-top: 12px;
  }
  /*企业责任*/
  .home_zr {
    padding: 110px 0 70px 0;
  }
  .home_zr .zr_box .txt {
    left: 0%;
    padding-left: 2%;
  }
}
@media screen and (max-width: 1024px) {
  /*banner*/
  .banner .banner_list .banner_list_txt .list_txt_dd span {
    font-size: 46px;
    line-height: 70px;
  }
  /*首页简介*/
  .home_jj .jianjie_con .jianjie_left {
    width: 46%;
  }
  .home_jj .jianjie_con .jianjie_data {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  /*banner*/
  .banner {
    height: unset;
    overflow: hidden;
  }
  .banner .swiper-pagination {
    bottom: 1rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 12px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 34px;
    height: 34px;
  }
  .banner .banner_list .banner_list_img img {
    height: auto;
  }
  .banner .banner_list .banner_list_txt {
    padding: 3.35rem 0.65rem 0 0.65rem;
    align-items: center;
    justify-content: flex-start;
  }
  .banner .banner_list .banner_list_txt .list_txt_dd {
    flex-direction: unset;
    justify-content: center;
    flex-wrap: wrap;
  }
  .banner .banner_list .banner_list_txt .list_txt_dd span {
    font-size: 1.25rem;
    line-height: 1.65rem;
    margin: 0 0.25rem;
  }
  .banner .banner_list .banner_list_txt .list_txt_pp {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  /*首页简介*/
  .home_jj {
    padding: 1.5rem 0;
  }
  .home_jj .jianjie_con {
    flex-direction: column;
  }
  .home_jj .jianjie_con .jianjie_left {
    width: 100%;
  }
  .home_jj .jianjie_con .jianjie_left .jj_desc {
    margin-top: 0.65rem;
  }
  .home_jj .jianjie_con .jianjie_left .jj_desc p {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .home_jj .jianjie_con .jianjie_left a {
    height: 2.2rem;
    width: 100%;
    border-radius: 0;
    font-size: 0.6rem;
    justify-content: center;
  }
  .home_jj .jianjie_con .jianjie_left a img {
    display: none;
  }
  .home_jj .jianjie_con .jianjie_data {
    width: 100%;
    padding-top: 0.2rem;
    flex-wrap: wrap;
  }
  .home_jj .jianjie_con .jianjie_data .data_item {
    margin-top: 1.35rem;
    width: 50%;
    padding: 0;
  }
  .home_jj .jianjie_con .jianjie_data .data_item .number text {
    margin-left: 0.15rem;
    line-height: 1rem;
  }
  .home_jj .jianjie_con .jianjie_data .data_item p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
    letter-spacing: 0;
  }
  /*新闻中心*/
  .home_news {
    padding: 1.65rem 0 1.85rem 0;
  }
  .home_news .news_list {
    width: 100%;
    margin-top: 1.25rem;
  }
  .home_news .news_list .news_item {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    margin-bottom: 0.9rem;
  }
  .home_news .news_list .news_item:nth-child(3n) {
    margin-right: 0;
  }
  .home_news .news_list .news_item .news_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .home_news .news_list .news_item .news_img img {
    display: inline-block;
    width: 100%;
    height: 200px;
  }
  .home_news .news_list .news_item .news_text {
    width: 100%;
    display: inline-block;
    padding: 0.6rem 0 0 0;
  }
  .home_news .news_list .news_item .news_text h5 {
    display: inline-block;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.3rem;
    height: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .home_news .news_list .news_item .news_text p {
    font-size: 0.55rem;
  }
  .home_news .more_box a {
    font-size: 0.6rem;
  }
  /*国际化*/
  .home_gjh {
    width: 100vw;
    padding: 0 0;
  }
  .home_gjh .safe_width {
    padding: 0;
  }
  .home_gjh .img {
    width: 100%;
    position: unset;
  }
  .home_gjh .img a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }
  .home_gjh .img a img {
    width: 100%;
    height: auto;
  }
  .home_gjh .img a .txt {
    position: unset;
    color: #fff;
    width: 100vw;
    height: unset;
    justify-content: left;
    padding: 1.3rem 1.35rem;
    background: #093682;
  }
  .home_gjh .img a .txt h2 {
    margin-bottom: 0.6rem;
  }
  .home_gjh .img a .txt p {
    font-size: 0.6rem;
    line-height: 1rem;
  }
  /*品牌天地*/
  .home_brand {
    width: 100%;
    /* background: url(../images/home/pp_bj_m.jpg) no-repeat; */
    background-size: cover;
    padding: 2rem 0 0.65rem 0;
  }
  .home_brand .brnd_ul {
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .home_brand .brnd_ul li {
    width: 50%;
    display: inline-block;
    padding: 2.2rem 0;
    margin-bottom: 0px;
    text-align: center;
  }
  .home_brand .brnd_ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
  }
  .home_brand .brnd_ul li a span {
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.4rem;
  }
  .home_brand .brnd_ul li a span img {
    width: 100%;
    height: auto;
  }
  .home_brand .brnd_ul li a span img + img {
    display: none;
  }
  .home_brand .brnd_ul li:hover {
    background: url(../images/home/pp_hover.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  /*企业责任*/
  .home_zr {
    padding: 0;
    margin-bottom: -0.25rem;
  }
  .home_zr .safe_width {
    padding: 0;
  }
  .home_zr .zr_box {
    width: 100%;
  }
  .home_zr .zr_box .txt {
    width: 100%;
    text-align: center;
    left: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  .home_zr .zr_box .txt h2 {
    text-transform: uppercase;
  }
  .home_zr .zr_box .txt h3 {
    margin: 0.65rem 0 0.35rem 0;
  }
}
