@charset "UTF-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
@font-face {
  font-family: "Montserrat-Light";
  src: url("../font/Montserrat-Light.woff2") format("woff2"), url("../font/Montserrat-Light.woff") format("woff"), url("../font/Montserrat-Light.ttf") format("truetype"), url("../font/Montserrat-Light.eot") format("embedded-opentype"), url("../font/Montserrat-Light.svg") format("svg");
}
@font-face {
  font-family: Montserrat, Montserrat;
  src: url("../font/Montserrat.woff2") format("woff2"), url("../font/Montserrat.woff") format("woff"), url("../font/Montserrat.ttf") format("truetype"), url("../font/Montserrat.eot") format("embedded-opentype"), url("../font/Montserrat.svg") format("svg");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.woff2") format("woff2"), url("../font/Montserrat-Bold.woff") format("woff"), url("../font/Montserrat-Bold.ttf") format("truetype"), url("../font/Montserrat-Bold.eot") format("embedded-opentype"), url("../font/Montserrat-Bold.svg") format("svg");
}
@font-face {
  font-family: "Akrobat";
  src: url("../font/Akrobat.woff2") format("woff2"), url("../font/Akrobat.woff") format("woff"), url("../font/Akrobat.ttf") format("truetype"), url("../font/Akrobat.eot") format("embedded-opentype"), url("../font/Akrobat.svg") format("svg");
}
@font-face {
  font-family: "DIN-Medium-2";
  src: url("../font/DIN-Medium-2.woff2") format("woff2"), url("../font/DIN-Medium-2.woff") format("woff"), url("../font/DIN-Medium-2.ttf") format("truetype"), url("../font/DIN-Medium-2.eot") format("embedded-opentype"), url("../font/DIN-Medium-2.svg") format("svg");
}
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("../font/AlibabaPuHuiTi_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "MonumentExtended-Bold";
  src: url("../font/MonumentExtended-Bold.ttf") format("truetype");
}
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: "AlibabaPuHuiTi";
}

body {
  background: #fff;
  overflow-x: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

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

/*滚动条样式*/
.mCSB_scrollTools {
  width: 0.2rem;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #1D2088;
  width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(3, 107, 214, 0.1);
  opacity: 1;
}

.mCSB_inside .mCSB_container {
  margin-right: 2rem;
}

/*输入框placeholder*/
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

.w {
  width: 100%;
  margin: 0 auto;
  padding: 0 16rem;
  position: relative;
}

.menu_close {
  display: none;
}

.index_swiper .swiper-pagination-index {
  right: auto;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.index_swiper .swiper-pagination-index.color .swiper-pagination-bullet {
  background: #000;
}
.index_swiper .swiper-pagination-index .swiper-pagination-bullet {
  width: 3rem;
  height: 0.2rem;
  background: #FFFFFF;
  margin: 3rem 0;
  opacity: 1;
  border-radius: 0;
}
.index_swiper .swiper-pagination-index .swiper-pagination-bullet-active {
  width: 6rem;
}

/*导航*/
header {
  position: fixed;
  top: 1.2rem;
  left: 0;
  z-index: 100;
  width: 100%;
  color: #fff;
  height: 8.2rem;
  padding: 0 10rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s;
}
header.absolute {
  position: absolute;
}
header.color {
  color: #000;
}
header.color .logo {
  background: url(../img/logo_color.png) no-repeat center center;
}
header.color .header_right .search_icon,
header.color .header_right .lan_icon {
  background: rgba(0, 0, 0, 0.1);
}
header.color .nav_list li a:after, header.color .nav_list li:after {
  background: #000;
}
header .logo {
  width: 17.4rem;
  height: 8.2rem;
  background: url(../img/logo.png) no-repeat center center;
  background-size: contain !important;
}
header .header_right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header_right .menu,
header .header_right .lan_icon,
header .header_right .search_icon {
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
header .header_right .menu i,
header .header_right .lan_icon i,
header .header_right .search_icon i {
  font-size: 2rem;
}
header .header_right .menu img {
  width: 100%;
  height: 100%;
}
header .header_right .search_icon,
header .header_right .lan_icon {
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
header .header_right .search_area:hover .search_icon {
  color: #000;
  background: #fff;
}
header .header_right .lan_area:hover .lan_icon {
  color: #000;
  background: #fff;
}
header .header_right .lan_area:hover .lan_list a {
  color: #000;
}
header .nav_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .nav_list li {
  transition: all 0.4s;
  margin: 0 3rem;
  position: relative;
}
header .nav_list li:last-child {
  margin-right: 0;
}
header .nav_list li.on > a:after, header .nav_list li:hover > a:after {
  opacity: 1;
}
header .nav_list li:last-of-type:after {
  display: none;
}
header .nav_list li:after {
  content: "";
  display: block;
  position: absolute;
  right: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
}
header .nav_list li > a {
  font-size: 1.8rem;
  line-height: 6rem;
  position: relative;
}
header .nav_list li > a:after {
  width: 1rem;
  height: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.4s;
}

.search_area {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8rem;
  margin-right: 5rem;
}
.search_area .search_model {
  -webkit-transform: scaleY(0) translateX(-50%);
  -moz-transform: scaleY(0) translateX(-50%);
  -ms-transform: scaleY(0) translateX(-50%);
  -o-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: -webkit-calc(100% + 0.05rem);
  top: -moz-calc(100% + 0.05rem);
  top: calc(100% + 0.05rem);
  left: 50%;
}
.search_area:hover .search_model {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateX(-50%);
  -moz-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
  -o-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}
.search_area .search_box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20rem;
  height: 4rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 0.25rem 0.5rem 0.25rem 1.25rem;
}
.search_area .search_box .search_ipt {
  width: -webkit-calc(100% - 6rem);
  width: -moz-calc(100% - 6rem);
  width: calc(100% - 6rem);
  line-height: 2.5rem;
}
.search_area .search_box .submit {
  width: 5rem;
  height: 3rem;
  background: #1D2088;
  border-radius: 1.25rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}
.search_area .search_box .submit i {
  font-size: 0.9rem;
  margin-right: 0.5rem;
}

.lan_area {
  position: relative;
  margin-right: 5rem;
}
.lan_area .lan_list {
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform-origin: top;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 2rem 0 1.5rem;
  background: #fff;
  border-radius: 0 0 2.5rem 2.5rem;
}
.lan_area .lan_list a {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  opacity: 0.5;
}
.lan_area .lan_list a:hover {
  opacity: 1;
}
.lan_area:hover .lan_list {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.full_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 86rem;
  height: 100%;
  background: url(../img/full_menu_bg.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 101;
  padding: 3.5rem 10rem;
  transition: all 0.3s;
}
.full_menu.open {
  right: 0;
}
.full_menu .top_action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 8rem;
}
.full_menu .top_action .menu,
.full_menu .top_action .lan_icon,
.full_menu .top_action .search_icon {
  width: 5rem;
  height: 5rem;
  background: #ced1dc;
  border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.full_menu .top_action .menu i,
.full_menu .top_action .lan_icon i,
.full_menu .top_action .search_icon i {
  font-size: 2rem;
}
.full_menu .top_action .menu {
  background: #1D2088;
  color: #fff;
}
.full_menu .top_action .lan_area .lan_list {
  background: #ced1dc;
}
.full_menu .nav_list {
  height: calc(100% - 8rem);
  overflow-y: auto;
  padding-top: 5rem;
}
.full_menu .nav_list::-webkit-scrollbar {
  display: none; /* Chrome/Safari/Edge */
}
.full_menu .nav_list li {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 4.5rem;
}
.full_menu .nav_list li > a {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  transition: 0.3s;
}
.full_menu .nav_list li > a:hover {
  color: #1D2088;
}
.full_menu .nav_list li dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.full_menu .nav_list li dl dd a {
  line-height: 3rem;
  margin-left: 4rem;
  position: relative;
  transition: 0.3s;
}
.full_menu .nav_list li dl dd a:hover {
  color: #1D2088;
}
.full_menu .nav_list li dl dd a:before {
  content: "";
  display: block;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #000;
}
.full_menu .nav_list li dl dd:first-of-type a:before {
  display: none;
}

.left_search {
  position: fixed;
  bottom: 20rem;
  right: 5rem;
  z-index: 100;
}
.left_search img {
  width: 11.5rem;
}

.scroll {
  position: fixed;
  bottom: 3rem;
  right: 4.5rem;
  z-index: 100;
  width: 1.4rem;
  height: 16.2rem;
  background: url(../img/scroll.png) no-repeat center center;
  background-size: 100% 100% !important;
}
.scroll.color {
  background: url(../img/scroll_color.png) no-repeat center center;
}

/*页码*/
.page {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.page a,
.page span {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  line-height: 6rem;
  text-align: center;
  margin: 0 1rem;
}
.page a:hover, .page a.current {
  background: #fff;
  color: #1D2088;
}
.page .prev,
.page .next {
  background: transparent;
  color: #1D2088;
}

.read_more1 {
  transition: all 0.4s;
  background: #1D2088;
  width: 18rem;
  height: 6rem;
  background: #1D2088;
  border-radius: 3rem 3rem 3rem 3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.read_more1 i {
  margin-left: 2rem;
  font-size: 2rem;
}
.read_more1:hover {
  box-shadow: 0 0 1rem #1D2088;
}

.read_more2 {
  width: 18rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 3rem 3rem 3rem 3rem;
  transition: all 0.4s;
}
.read_more2 i {
  margin-left: 2rem;
  font-size: 2rem;
  transition: all 0.4s;
}
.read_more2:hover {
  background: #1D2088;
  color: #fff;
  justify-content: center;
}

.index_title {
  margin-bottom: 5rem;
}
.index_title .en_title {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  font-size: 4.8rem;
  color: #1D2088;
  opacity: 0.2;
  text-transform: uppercase;
  white-space: pre;
}
.index_title .title {
  font-size: 4rem;
  position: relative;
  padding-left: 3.3rem;
  font-weight: bold;
}
.index_title .title:before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1rem solid transparent;
  border-left: 1.4rem solid #1D2088;
}
.index_title .tip {
  margin-bottom: 5rem;
}

.prev1,
.next1 {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin: 0;
}
.prev1:hover,
.next1:hover {
  color: #1D2088;
}

.prev2,
.next2 {
  width: 6rem;
  height: 6rem;
  background: #FFFFFF;
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  color: #1D2088;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0 0 0 2rem;
  transition: 0.4s;
  border-radius: 50%;
}
.prev2 i,
.next2 i {
  font-size: 2.4rem;
}
.prev2:hover,
.next2:hover {
  background: #1D2088;
  color: #fff;
}

.prev3,
.next3 {
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  color: #1D2088;
  border: 0.1rem solid #1D2088;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0 0 0 2rem;
  transition: 0.4s;
}
.prev3 i,
.next3 i {
  font-size: 2.4rem;
}
.prev3:hover,
.next3:hover {
  background: #1D2088;
  color: #fff;
}

.prev4,
.next4 {
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  color: #1D2088;
  border: 0.1rem solid #1D2088;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.prev4 i,
.next4 i {
  font-size: 2.4rem;
}
.prev4:hover,
.next4:hover {
  background: #1D2088;
  color: #fff;
}

.prev4 {
  left: -8rem;
}

.next4 {
  right: -8rem;
}

/*首页----------------------------------------------------------------------------------------------*/
.sec {
  padding: 9rem 0;
}

.sec_footer {
  height: auto !important;
}

.sec1 {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec1 .banner_swiper li.swiper-slide-active .banner {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.sec1 .banner_swiper li a {
  width: 100%;
}
.sec1 .banner_swiper li .banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 4s;
  -moz-transition: all 4s;
  -o-transition: all 4s;
  transition: all 4s;
}
.sec1 .banner_action {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 10%;
  width: 80%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec1 .banner_action .banner_font {
  font-size: 4.8rem;
  color: #FFFFFF;
  line-height: 6rem;
  text-align: center;
  margin-bottom: 7rem;
}
.sec1 .banner_action .banner_swiper_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.sec1 .banner_action .banner_swiper_btn .swiper-pagination-banner {
  position: static;
  color: #fff;
  font-size: 1.8rem;
}
.sec1 .banner_action .banner_swiper_btn .swiper-button-prev-banner,
.sec1 .banner_action .banner_swiper_btn .swiper-button-next-banner {
  position: static;
}

.action_btns {
  position: absolute;
  right: 16rem;
  bottom: 10rem;
  z-index: 10;
  display: flex;
  align-items: center;
}

.sec2 {
  background: url(../img/sec2_bg.png) no-repeat center center;
  background-size: cover;
  padding: 12rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec2 .pro_swiper {
  width: 80rem;
  height: 80rem;
  overflow: visible;
}
.sec2 .pro_swiper .swiper-pagination-pro {
  position: static;
  z-index: 10;
}
.sec2 .pro_swiper li img {
  border-radius: 50%;
  object-fit: cover;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1rem solid #FFFFFF;
  transition: transform 0.8s;
  transform: scale(0.2);
  position: relative;
}
.sec2 .pro_swiper li .info_con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.01);
  opacity: 0;
  width: 30rem;
  height: 30rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  transition: transform 0.8s;
}
.sec2 .pro_swiper li .info_con .pro_title {
  text-align: center;
}
.sec2 .pro_swiper li .info_con .pro_title .title {
  font-size: 3rem;
  line-height: 3.6rem;
}
.sec2 .pro_swiper li .info_con .pro_title .en_title {
  text-transform: uppercase;
  line-height: 3.6rem;
}
.sec2 .pro_swiper li .read_more1 {
  position: absolute;
  left: 50%;
  bottom: -3rem;
  transform: translateX(-50%);
  opacity: 0;
}
.sec2 .pro_swiper li.swiper-slide-active img {
  transform: scale(1);
}
.sec2 .pro_swiper li.swiper-slide-active .info_con {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.sec2 .pro_swiper li.swiper-slide-active .read_more1 {
  opacity: 1;
}
.sec2 .pro_swiper li.swiper-slide-prev img {
  left: 15rem;
}
.sec2 .pro_swiper li.swiper-slide-next img {
  right: 15rem;
}

.sec3 {
  position: relative;
}
.sec3 .sec3_top {
  width: 100%;
  height: 50%;
  background: url(../img/sec3_top_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.sec3 .sec3_top .video_icon {
  position: absolute;
  bottom: 6rem;
  right: 16rem;
}
.sec3 .sec3_top .video_icon img {
  width: 14rem;
  height: 14rem;
}
.sec3 .sec3_bot {
  width: 100%;
  height: 50%;
}
.sec3 .sec3_bot .w {
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.sec3 .sec3_bot .left .company_name {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-bottom: 5rem;
}
.sec3 .sec3_bot .right {
  width: 60%;
}
.sec3 .sec3_bot .number_list {
  padding: 4rem 0;
  justify-content: space-between;
}
.sec3 .sec3_bot .number_list li .name {
  font-size: 2.39rem;
  line-height: 3.6rem;
  margin-bottom: 1rem;
  display: block;
}
.sec3 .sec3_bot .number_list li .name strong {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
}
.sec3 .sec3_bot .number_list li .tip {
  color: #999999;
  line-height: 3.6rem;
}

.sec4 {
  position: relative;
  background: url(../img/sec4_bg.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 5rem;
}
.sec4 .sec4_title {
  position: absolute;
  right: 16rem;
  top: 16rem;
}
.sec4 .sec4_title .index_title {
  margin-bottom: 2rem;
}
.sec4 .action_btns {
  bottom: 14rem;
}
.sec4 .news_swiper_con {
  height: auto;
  margin-left: 16rem;
  width: 100%;
}
.sec4 .index_news_list {
  display: flex;
  align-items: center;
}
.sec4 .index_news_list li {
  position: relative;
}
.sec4 .index_news_list li.swiper-slide-active:before,
.sec4 .index_news_list li.swiper-slide-active .time,
.sec4 .index_news_list li.swiper-slide-active .title,
.sec4 .index_news_list li.swiper-slide-active .read_more2 {
  opacity: 1;
}
.sec4 .index_news_list li:before {
  width: 85%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 2rem 2rem 2rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
.sec4 .index_news_list li a {
  width: 100%;
  padding: 5rem 0 5rem 5rem;
  position: relative;
  z-index: 1;
}
.sec4 .index_news_list li .time {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  margin-bottom: 2rem;
  opacity: 0;
  transition: all 0.3s;
}
.sec4 .index_news_list li .title {
  width: 78%;
  font-size: 2.4rem;
  line-height: 3rem;
  height: 6rem;
  margin-bottom: 4rem;
  opacity: 0;
  transition: all 0.3s;
}
.sec4 .index_news_list li .img_con {
  width: 100%;
  height: 36rem;
  border-radius: 2rem 2rem 2rem 2rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
.sec4 .index_news_list li .img_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec4 .index_news_list li .read_more2 {
  opacity: 0;
}
.sec4 .shopping_action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 16rem;
  padding-top: 5rem;
}
.sec4 .shopping_action .swiper-button-prev-shopping,
.sec4 .shopping_action .swiper-button-next-shopping {
  border-color: #1D2088;
  color: #1D2088;
}
.sec4 .shopping_action .swiper-button-prev-shopping:hover,
.sec4 .shopping_action .swiper-button-next-shopping:hover {
  background: #1D2088;
  color: #fff;
}
.sec4 .shopping_action .swiper-pagination-shopping {
  position: static;
  width: calc(100% - 14rem);
  height: 0.2rem;
  background: rgba(3, 104, 217, 0.1);
}
.sec4 .shopping_action .swiper-pagination-shopping .swiper-pagination-progressbar-fill {
  background: #1D2088;
}

/*底部*/
footer {
  background: #000000;
  color: #FFFFFF;
  position: relative;
}
footer .go_top {
  position: absolute;
  right: 16rem;
  top: 5rem;
  z-index: 10;
}
footer .go_top img {
  width: 4.6rem;
  height: 3.8rem;
}
footer .footer_top {
  justify-content: space-between;
  padding-top: 8rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
footer .footer_top .footer_left {
  padding-bottom: 4rem;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.1);
}
footer .footer_top .footer_left .logo_con {
  align-items: center;
  margin-bottom: 10rem;
}
footer .footer_top .footer_left .logo_con .logo {
  margin-right: 8rem;
}
footer .footer_top .footer_left .logo_con .logo img {
  width: 13.8rem;
  height: 6.6rem;
  object-fit: contain;
}
footer .footer_top .footer_left .logo_con .company_name {
  font-size: 2rem;
  color: #EEEEEE;
  line-height: 3rem;
}
footer .footer_top .footer_left .nav_list {
  padding-top: 4rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  align-items: center;
}
footer .footer_top .footer_left .nav_list li {
  margin-right: 5rem;
  line-height: 3rem;
}
footer .footer_top .footer_center .title {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-bottom: 3rem;
}
footer .footer_top .footer_center .info p {
  opacity: 0.4;
  line-height: 3.6rem;
}
footer .footer_top .footer_right {
  padding-top: 5rem;
}
footer .footer_top .footer_right .ewm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer_top .footer_right .ewm img {
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
}
footer .footer_top .footer_right .ewm span {
  line-height: 3.6rem;
}
footer .copy_right {
  height: 8rem;
  position: relative;
  align-items: center;
}
footer .copy_right .gongbei_icon {
  position: relative;
  top: -0.1rem;
  margin-right: 0.3rem;
}
footer .copy_right span,
footer .copy_right a {
  margin: 0 0.5rem;
  opacity: 0.3;
}

main {
  background: #F2F4F7;
}

.inner {
  position: relative;
  background-size: 100% auto !important;
}
.inner .flex {
  align-items: center;
}
.inner .count_list {
  align-items: center;
}
.inner .count_list li {
  flex: 1;
}
.inner .count_list li .name {
  line-height: 3.6rem;
  display: block;
  margin-bottom: 3rem;
}
.inner .count_list li .count {
  font-size: 2.4rem;
  color: #1D2088;
  line-height: 3.59rem;
}
.inner .count_list li .count strong {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  font-size: 7.2rem;
}
.inner .count_list li .count i {
  font-size: 7.2rem;
}
.inner .left {
  width: 40%;
}
.inner .left .company_name {
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 3rem;
}
.inner .left .info {
  max-height: 24rem;
  margin-bottom: 6rem;
}
.inner .right {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner .right img {
  width: 26rem;
  height: 8rem;
}

.about_inner {
  padding: 20rem 0 10rem;
  background: url(../img/inner_about.png) top center no-repeat;
  background-size: cover !important;
}

.about2 {
  background: url(../img/about2_bg.png) no-repeat center center;
  background-size: cover;
}
.about2 .about2_con {
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 13rem 0;
}
.about2 .about2_con .left_menu {
  margin-left: 20%;
}
.about2 .about2_con .left_menu li {
  font-size: 3.6rem;
  color: #FFFFFF;
  line-height: 7.2rem;
  opacity: 0.5;
  display: flex;
  align-items: center;
}
.about2 .about2_con .left_menu li .icon {
  opacity: 0;
  width: 4rem;
  height: 4rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 2rem;
}
.about2 .about2_con .left_menu li .icon i {
  color: #1D2088;
  font-size: 2rem;
}
.about2 .about2_con .left_menu li:hover, .about2 .about2_con .left_menu li.active {
  opacity: 1;
}
.about2 .about2_con .left_menu li:hover .icon, .about2 .about2_con .left_menu li.active .icon {
  opacity: 1;
}
.about2 .about2_con .right_content {
  width: 50rem;
  margin-right: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about2 .about2_con .right_content .content-item {
  display: none;
  font-size: 3rem;
  color: #FFFFFF;
  line-height: 5rem;
}
.about2 .about2_con .right_content .content-item.active {
  display: block;
}

.about3 {
  background: url(../img/about3_bg.png) no-repeat center center;
  background-size: cover;
}
.about3 .deve_list {
  justify-content: space-between;
}
.about3 .deve_list li {
  width: 31%;
  background: #FFFFFF;
  border-radius: 2rem 2rem 2rem 2rem;
  padding: 4rem;
}
.about3 .deve_list li .left_title {
  color: #1D2088;
  font-weight: 600;
}
.about3 .deve_list li .left_title .title {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.about3 .deve_list li .left_title .en_title {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.about3 .deve_list li .deve_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.about3 .deve_list li .deve_title img {
  width: 14rem;
  height: 14rem;
}
.about3 .deve_list li .info {
  color: #666666;
  margin-bottom: 5rem;
}

.about4 {
  background: url(../img/about4_bg.png) no-repeat center center;
  background-size: cover;
}
.about4 .about4_con {
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
.about4 .about4_con .left {
  width: 18%;
}
.about4 .about4_con .left .honor_lit_swiper {
  height: 30rem;
}
.about4 .about4_con .left .honor_lit_list li {
  cursor: pointer;
  line-height: 6rem;
  height: 6rem !important;
}
.about4 .about4_con .left .honor_lit_list li.swiper-slide-thumb-active .year {
  opacity: 1;
}
.about4 .about4_con .left .honor_lit_list li .year {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  font-size: 2rem;
  opacity: 0.2;
}
.about4 .about4_con .right {
  width: 82%;
  position: relative;
}
.about4 .about4_con .right .honor_action {
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: flex-end;
}
.about4 .about4_con .right .honor_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about4 .about4_con .right .honor_list li .info_con {
  width: calc(100% - 70rem);
}
.about4 .about4_con .right .honor_list li .info_con .year {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  font-size: 6rem;
}
.about4 .about4_con .right .honor_list li .img_con {
  width: 64rem;
  height: 64rem;
  padding: 2rem;
  position: relative;
}
.about4 .about4_con .right .honor_list li .img_con .develop_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: circlemove 10s ease infinite normal;
  -o-animation: circlemove 10s ease infinite normal;
  -moz-animation: circlemove 10s ease infinite normal;
  animation: circlemove 10s ease infinite normal;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.about4 .about4_con .right .honor_list li .img_con .develop_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.inner_title .title {
  font-size: 1.8rem;
  color: #1D2088;
  margin-bottom: 2rem;
}
.inner_title .tip {
  font-weight: 600;
  font-size: 4rem;
  line-height: 6rem;
}

.pro_inner {
  background: url(../img/inner_pro.png) top center no-repeat;
  padding: 27rem 0 8rem;
}
.pro_inner .flex {
  align-items: flex-start;
  justify-content: space-between;
}
.pro_inner .left {
  width: auto;
}
.pro_inner .right {
  width: auto;
  display: flex;
  justify-content: flex-end;
}
.pro_inner .right .count_list {
  flex-direction: column;
  align-items: self-start;
}
.pro_inner .right .count_list li {
  margin-bottom: 8rem;
}

.filters .filter-section {
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 2.3rem;
}
.filters .filter-title {
  font-size: 2.4rem;
  line-height: 6rem;
  white-space: pre;
}
.filters .filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.8rem;
}
.filters .filter-options a {
  width: 16rem;
  height: 6rem;
  background: #FFFFFF;
  border-radius: 3rem 3rem 3rem 3rem;
  font-size: 2rem;
  color: #1D2088;
  line-height: 6rem;
  text-align: center;
}
.filters .filter-options a.active {
  background: #1D2088;
  color: #fff;
}

.product {
  padding: 5rem 0;
}

.product_list {
  flex-wrap: wrap;
}
.product_list li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
  background: #FFFFFF;
  border-radius: 2rem 2rem 2rem 2rem;
}
.product_list li:nth-of-type(3n) {
  margin-right: 0;
}
.product_list li:hover .more {
  opacity: 1;
}
.product_list li a {
  width: 100%;
}
.product_list li .img_con {
  width: 100%;
  position: relative;
}
.product_list li .img_con .more {
  width: 6rem;
  height: 6rem;
  background: #1D2088;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -3rem;
  right: 3rem;
  opacity: 0;
  transition: all 0.4s;
}
.product_list li .img_con .more i {
  font-size: 2rem;
}
.product_list li .img_con img {
  width: 100%;
  height: 36rem;
  object-fit: cover;
  border-radius: 2rem 2rem 2rem 2rem;
}
.product_list li .info_con {
  padding: 2rem 3rem;
}
.product_list li .info_con .title {
  font-size: 2.4rem;
  line-height: 3rem;
}
.product_list li .info_con .info {
  color: #666666;
}

.pro_inner_content .flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pro_inner_content .crumbs {
  display: flex;
  color: #7D7D7D;
  line-height: 3rem;
  align-items: center;
  margin-bottom: 2rem;
}
.pro_inner_content .title {
  font-size: 4rem;
  line-height: 6rem;
  text-align: center;
}
.pro_inner_content .tip {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 8rem;
  text-align: center;
}
.pro_inner_content .tip p {
  text-align: center;
}
.pro_inner_content .tip p .lit_title {
  color: #1D2088;
}
.pro_inner_content .number_list {
  justify-content: space-around;
  width: 100%;
  margin-bottom: 6rem;
}
.pro_inner_content .number_list li {
  text-align: center;
}
.pro_inner_content .number_list li .count {
  color: #1D2088;
  font-size: 2.4rem;
}
.pro_inner_content .number_list li .count strong {
  font-size: 6rem;
  font-family: MonumentExtended-Bold;
}
.pro_inner_content .number_list li .name {
  display: block;
  text-align: center;
}
.pro_inner_content .download_btn {
  width: 16rem;
  height: 6rem;
  background: #1D2088;
  border-radius: 3rem 3rem 3rem 3rem;
  line-height: 6rem;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}

.product_content {
  padding: 5rem 0 10rem;
}
.product_content .part {
  margin-bottom: 10rem;
}
.product_content .part:last-of-type {
  margin-bottom: 0;
}
.product_content .part .table_box table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.product_content .part .table_box thead {
  background: #1D2088;
  color: #fff;
}
.product_content .part .table_box thead th {
  border: 0.1rem solid #fff;
}
.product_content .part .table_box tbody tr:nth-child(even) {
  background-color: rgba(29, 32, 136, 0.1);
}
.product_content .part .table_box th, .product_content .part .table_box td {
  padding: 2rem 0.8rem;
  text-align: center;
}
.product_content .part .table_box .table_tip {
  color: #999999;
}

.chara_list {
  gap: 2.7rem;
  padding-top: 7rem;
}
.chara_list li {
  flex: 1;
  background: #FFFFFF;
  border-radius: 2rem 2rem 2rem 2rem;
  padding: 11rem 5rem 5rem;
  position: relative;
}
.chara_list li .icon {
  width: 14rem;
  height: 14rem;
  background: #1D2088;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
}
.chara_list li .icon img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.chara_list li .title {
  font-size: 2rem;
  text-align: center;
}

.app_list {
  gap: 2.7rem;
}
.app_list li {
  flex: 1;
  position: relative;
}
.app_list li .img_con {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 1.5rem;
}
.app_list li .img_con img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.app_list li .title {
  font-size: 2rem;
  text-align: center;
}

.other_list {
  gap: 5rem;
}
.other_list li {
  width: 33%;
  background: #FFFFFF;
  border-radius: 2rem 2rem 2rem 2rem;
}
.other_list li .info_con {
  padding: 0 5rem 5rem;
}

.center_inner {
  background: url(../img/inner_center.png) no-repeat top center;
  padding: 27rem 0 5rem;
}

.target_links a {
  width: 16rem;
  height: 6rem;
  background: #FFFFFF;
  border-radius: 3rem 3rem 3rem 3rem;
  line-height: 6rem;
  text-align: center;
  font-size: 2.4rem;
  color: #1D2088;
  transition: all 0.4s;
  margin-right: 5rem;
}
.target_links a.active, .target_links a:hover {
  background: #1D2088;
  color: #fff;
}

.center_sec {
  padding: 5rem 0;
}

.center1 {
  padding-left: 16rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.center1 .left {
  width: 45%;
}
.center1 .left .info_con p {
  line-height: 3rem;
  font-size: 1.8rem;
  padding: 3rem;
  border-radius: 5rem;
  background: #fff;
  margin-bottom: 1rem;
}
.center1 .right {
  width: 50%;
  position: relative;
}
.center1 .right .img_swiper_btn {
  position: absolute;
  bottom: -3rem;
  right: 16rem;
  z-index: 2;
}
.center1 .img_swiper li img {
  width: 100%;
  height: 55rem;
  border-radius: 27.5rem 0rem 0rem 27.5rem;
}

.patent_swiper_con .patent_action_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5rem;
}
.patent_swiper_con .patent_action_btns .swiper-pagination-patent {
  position: static;
  width: auto;
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  font-size: 2.4rem;
}
.patent_swiper_con .patent_action_btns .swiper-pagination-patent .swiper-pagination-current {
  color: #1D2088;
}
.patent_swiper_con .patent_action_btns .patent_swiper_btn {
  display: flex;
}
.patent_swiper_con .patent_action_btns .line {
  width: calc(100% - 30rem);
  height: 0.1rem;
  background: #1D2088;
  opacity: 0.1;
}

.patent_swiper li {
  height: 54rem;
  padding: 1.6rem 1.8rem;
  background: #FFFFFF;
  border-radius: 2rem 2rem 2rem 2rem;
  overflow: hidden;
}
.patent_swiper li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.patent_swiper li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.company_inner {
  background: url(../img/inner_qua.png) no-repeat top center;
}

.quali_list {
  flex-wrap: wrap;
}
.quali_list li {
  width: 23.75%;
  margin-right: 1.66%;
  margin-bottom: 1.66%;
  padding: 2.5rem 4rem;
  background: #FFFFFF;
  border-radius: 2rem 2rem 2rem 2rem;
  overflow: hidden;
}
.quali_list li:nth-of-type(4n) {
  margin-right: 0;
}
.quali_list li a {
  width: 100%;
  height: 42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.quali_list li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quali_list li .name {
  font-size: 1.8rem;
  line-height: 3rem;
}

.news_inner {
  padding: 20rem 0 10rem;
  background: url(../img/inner_new.png) no-repeat top center;
}
.news_inner .news_title {
  align-items: center;
  justify-content: space-between;
}
.news_inner .news_title .news_swiper_btn {
  display: flex;
}

.top_news_swiper {
  margin-bottom: 8rem;
}
.top_news_swiper .swiper-pagination-top-news {
  width: auto;
  bottom: 3rem;
  right: 5rem;
  left: auto;
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  font-size: 2.4rem;
  color: #999;
}
.top_news_swiper .swiper-pagination-top-news .swiper-pagination-current {
  color: #1D2088;
}
.top_news_swiper li {
  background: #FFFFFF;
  border-radius: 2rem 2rem 2rem 2rem;
  overflow: hidden;
}
.top_news_swiper li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_news_swiper li .img_con {
  width: 48%;
  height: 46rem;
  overflow: hidden;
}
.top_news_swiper li .img_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_news_swiper li .info_con {
  width: 52%;
  padding: 0 8rem;
}
.top_news_swiper li .info_con .time {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  margin-bottom: 3rem;
}
.top_news_swiper li .info_con .title {
  font-size: 3rem;
  line-height: 3.6rem;
  height: 7.2rem;
  margin-bottom: 3rem;
}
.top_news_swiper li .info_con .info {
  color: #666666;
  line-height: 2.4rem;
  height: 4.8rem;
  margin-bottom: 6rem;
}
.top_news_swiper li .info_con .read_more2 {
  opacity: 0;
}

.news_list {
  flex-wrap: wrap;
}
.news_list li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
  background: #FFFFFF;
  border-radius: 2rem 2rem 2rem 2rem;
}
.news_list li:nth-of-type(3n) {
  margin-right: 0;
}
.news_list li:hover .info_con .more {
  opacity: 1;
}
.news_list li a {
  width: 100%;
}
.news_list li .img_con {
  width: 100%;
  height: 30rem;
  overflow: hidden;
  border-radius: 2rem 2rem 2rem 2rem;
}
.news_list li .img_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list li .info_con {
  position: relative;
  padding: 4rem;
}
.news_list li .info_con .time {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  margin-bottom: 3rem;
}
.news_list li .info_con .title {
  font-size: 2.4rem;
  line-height: 3rem;
  height: 6rem;
}
.news_list li .info_con .more {
  width: 6rem;
  height: 6rem;
  background: #1D2088;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -3rem;
  right: 3rem;
  opacity: 0;
  transition: all 0.4s;
}
.news_list li .info_con .more i {
  font-size: 2rem;
}

.new_page {
  justify-content: space-between;
}
.new_page .page_left {
  width: 66.25%;
}
.new_page .page_left .crumbs {
  display: flex;
  align-items: center;
  margin-bottom: 2.8rem;
}
.new_page .page_left .detail {
  background: #FFFFFF;
  border-radius: 2rem 2rem 2rem 2rem;
  padding: 5rem;
  margin-bottom: 4rem;
}
.new_page .page_left .detail .title {
  font-size: 3.6rem;
  line-height: 4.8rem;
  margin-bottom: 2rem;
}
.new_page .page_left .detail .time {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  margin-bottom: 2rem;
}
.new_page .page_left .detail .page_info {
  color: #666;
}
.new_page .page_left .page_btn {
  margin-bottom: 2rem;
  width: 100%;
  height: 14rem;
  background: #FFFFFF;
  border-radius: 2rem 2rem 2rem 2rem;
  display: flex;
  align-items: center;
  padding: 0 4rem;
  color: #1D2088;
  line-height: 3.6rem;
}
.new_page .page_left .page_btn span {
  font-family: MonumentExtended-Bold;
  margin-right: 4.5rem;
  white-space: pre;
}
.new_page .page_left .page_btn .title {
  font-size: 1.8rem;
}
.new_page aside {
  width: calc(33.75% - 4rem);
}
.new_page aside .aside_title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.new_page aside .news_list li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 3rem;
}

.join_inner {
  padding: 27rem 0 10rem;
  background: url(../img/inner_join.png) no-repeat top center;
}
.join_inner .inner_title {
  margin-bottom: 35rem;
}

.join_list {
  flex-wrap: wrap;
}
.join_list li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
  position: relative;
}
.join_list li:nth-of-type(3n) {
  margin-right: 0;
}
.join_list li:hover .title {
  background: rgb(29, 32, 136);
  color: #fff;
}
.join_list li:hover .more {
  opacity: 1;
}
.join_list li .title {
  width: 75%;
  height: 8.4rem;
  border-radius: 4rem 20rem 0 0;
  background: rgba(29, 32, 136, 0.1);
  margin-bottom: -2rem;
  font-size: 2.4rem;
  color: #1D2088;
  transition: all 0.4s;
  padding: 2rem 2rem 0 2rem;
}
.join_list li .info_con {
  z-index: 2;
  position: relative;
  padding: 3rem 2.7rem;
  background: #FFFFFF;
  border-radius: 2rem 2rem 2rem 2rem;
}
.join_list li .info_con p {
  line-height: 4rem;
}
.join_list li .more {
  width: 6rem;
  height: 6rem;
  background: #1D2088;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -3rem;
  right: 3rem;
  opacity: 0;
  transition: all 0.4s;
  z-index: 2;
}
.join_list li .more i {
  font-size: 2rem;
}

.model_mark {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  bottom: 100%;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.model_mark.open {
  bottom: 0;
}
.model_mark .model_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  max-height: 85%;
  background: #FFFFFF;
  border-radius: 2rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.model_mark .model_content .close {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  font-size: 3.5rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  color: #fff;
  cursor: pointer;
}
.model_mark .model_content .top_title {
  height: 10rem;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #666;
}
.model_mark .model_content .top_title .title {
  font-size: 2.39rem;
  line-height: 3.6rem;
  margin-right: 5rem;
}
.model_mark .model_content .top_title .tip {
  color: #666;
}
.model_mark .model_content .top_title .tip p {
  margin-right: 4rem;
}
.model_mark .model_content .join_info {
  padding: 4rem;
  max-height: 60rem;
}
.model_mark .model_content .join_info .part {
  margin-bottom: 2rem;
  position: relative;
  color: #666;
}
.model_mark .model_content .join_info .part .lit_title {
  line-height: 3rem;
  display: block;
  color: #000;
}
.model_mark .model_content .join_info .mail_to {
  line-height: 3rem;
  color: #1D2088;
}
.model_mark .model_content .join_info .mail_to a {
  font-size: 1.8rem;
  font-family: MonumentExtended-Bold;
}

.sale_inner {
  position: relative;
  padding: 20rem 0 5rem;
}
.sale_inner .sale_map {
  position: relative;
}
.sale_inner .sale_map .map_box {
  width: 100%;
}
.sale_inner .sale_map .map_box img {
  width: 100%;
}
.sale_inner .sale_map .hover_btn {
  position: absolute;
  width: 15rem;
  height: 15rem;
}
.sale_inner .sale_map .hover_btn.hover_emea {
  left: 4%;
  top: 25%;
}
.sale_inner .sale_map .hover_btn.hover_apac {
  left: 35%;
  top: 32%;
}
.sale_inner .sale_map .hover_btn.hover_amer {
  left: 72%;
  top: 32%;
}
.sale_inner .sale_map .hover_btn:hover {
  display: block;
}
.sale_inner .sale_map .hover_btn .title {
  display: none;
}
.sale_inner .sale_map .hover_btn ul {
  position: absolute;
  width: 32.6rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4rem 4rem 4rem 4rem;
  padding: 4rem;
  top: 50%;
  left: 100%;
  color: #fff;
  display: none;
}
.sale_inner .sale_map .hover_btn ul:before {
  content: "";
  position: absolute;
  top: 5rem;
  right: 100%;
  display: block;
  width: 0;
  height: 0;
  border: 2rem solid transparent;
  border-right: 2rem solid rgba(0, 0, 0, 0.8);
}
.sale_inner .sale_map .hover_btn ul li {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  line-height: 4rem;
}
.sale_inner .sale_map .hover_btn ul li:last-child {
  margin-bottom: 0;
}
.sale_inner .sale_map .hover_btn ul li .tip {
  padding-left: 1.8rem;
}

.about_links {
  position: fixed;
  top: 50%;
  right: 4rem;
  z-index: 10;
}
.about_links a {
  font-size: 1.8rem;
  color: #1D2088;
  line-height: 6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2.4rem;
}
.about_links a.active span {
  opacity: 1;
}
.about_links a.active:before {
  opacity: 1;
}
.about_links a span {
  opacity: 0;
}
.about_links a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background: #1D2088;
  opacity: 0.2;
  border-radius: 50%;
  transform: translateY(-50%);
}

/*1920*/
/*搜索结果页*/
.sec_search {
  padding-top: 20rem;
}
.sec_search .search_box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8rem;
}
.sec_search .search_box .search_ipt {
  border: 0.2rem solid rgba(0, 49, 115, 0.1);
  padding: 1.8rem;
  width: 50rem;
  border-radius: 15rem;
  margin-right: 1rem;
  font-size: 2rem;
}
.sec_search .search_box .submit {
  background: #1D2088;
  color: #fff;
  padding: 1.8rem;
  width: 15rem;
  font-size: 1.8rem;
  border-radius: 15rem;
}
.sec_search .search_list {
  border-top: 0.1rem solid rgba(0, 49, 115, 0.1);
}
.sec_search .search_list li {
  border-bottom: 0.1rem solid rgba(0, 49, 115, 0.1);
  position: relative;
}
.sec_search .search_list li:after {
  width: 0;
  height: 0.2rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1D2088;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.sec_search .search_list li a {
  padding: 2rem 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec_search .search_list li .title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sec_search .search_list li .time {
  color: #999;
  font-family: DIN-Medium-2;
  font-weight: bold;
}
.sec_search .search_list li:hover .title {
  color: #1D2088;
}
.sec_search .search_list li:hover:after {
  width: 100%;
}

/*视频弹窗*/
.video_mark {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  bottom: 100%;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.video_mark.open {
  bottom: 0;
}
.video_mark .video_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 70%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video_mark .video_box video {
  max-width: 100%;
  max-height: 100%;
}
.video_mark .video_box .close {
  position: absolute;
  top: -5rem;
  left: 50%;
  font-size: 3rem;
  transform: translateX(-50%);
  z-index: 100;
  color: #fff;
  cursor: pointer;
}

@-webkit-keyframes circlemove {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  95% {
    opacity: 0.9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circlemove {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  95% {
    opacity: 0.9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circlemove {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  95% {
    opacity: 0.9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circlemove {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  95% {
    opacity: 0.9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1366px) {
  .lan_area {
    margin-right: 2rem;
  }
  .search_area {
    margin-right: 2rem;
  }
  header .logo {
    width: 11.4rem;
    height: 6.2rem;
  }
  header .nav_list li {
    margin: 0 2.5rem;
  }
  header .nav_list li:after {
    right: -2.5rem;
  }
}
@media screen and (max-width: 1280px) {
  header .nav_list li {
    margin: 0 2rem;
  }
  header .nav_list li:after {
    right: -2rem;
  }
}
@media screen and (max-width: 1080px) {
  .w {
    padding: 0 2rem;
    margin: 0;
    width: 100%;
  }
  .video_mark .video_box {
    width: 90%;
    height: 50%;
  }
  .search_box .search_ipt {
    width: 28rem;
  }
  .search_box .submit {
    width: 12rem;
  }
  .full_menu {
    right: -200%;
    width: 100%;
    height: 100%;
    background: url(../img/full_menu_bg.png) no-repeat center right;
    background-size: 140% 100%;
    padding: 2.5rem 2rem;
    transition: all 0.3s;
  }
  header .nav_list {
    display: none;
  }
  header .logo {
    width: 12rem;
    height: 6rem;
  }
  header {
    height: 6rem;
    padding: 0 1.5rem;
  }
  .lan_area {
    margin-right: 2rem;
  }
  .full_menu nav_list li dl dd a {
    font-size: 1.8rem;
  }
  .sec1 .banner_action .banner_font {
    font-size: 3.2rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
  .left_search img {
    width: 7.5rem;
  }
  .left_search {
    bottom: 25rem;
    right: 2rem;
  }
  .sec2 .pro_swiper {
    width: 56rem;
    height: 56rem;
  }
  .sec2 .pro_swiper li .info_con {
    width: 23rem;
    height: 23rem;
  }
  .action_btns {
    right: 2rem;
    bottom: 15rem;
  }
  .sec3 .sec3_top .video_icon img {
    width: 10rem;
    height: 10rem;
  }
  .sec3 .sec3_top {
    height: 25%;
  }
  .sec3 .sec3_top .video_icon {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
  }
  .sec3 .sec3_bot {
    width: 100%;
    height: 75%;
  }
  .sec3 .sec3_bot .w {
    flex-direction: column;
    justify-content: center;
  }
  .sec3 .sec3_bot .left,
  .sec3 .sec3_bot .right {
    width: 100%;
  }
  .index_swiper .swiper-pagination-index {
    display: none;
  }
  .sec4 .news_swiper_con {
    margin-left: 2rem;
    width: 140%;
  }
  .sec4 .index_news_list li .img_con {
    height: 24rem;
  }
  .sec4 .sec4_title {
    right: auto;
    left: 2rem;
    top: 14rem;
  }
  .read_more1 {
    width: 15rem;
    height: 5rem;
  }
  .sec4 .index_news_list li:before {
    width: 90%;
  }
  footer .footer_top .footer_left .nav_list {
    display: none;
  }
  footer .footer_top .footer_left .logo_con,
  footer .footer_top {
    flex-wrap: wrap;
  }
  footer .footer_top .footer_left .logo_con {
    margin-bottom: 5rem;
  }
  footer .footer_top .footer_left .logo_con .logo {
    margin-bottom: 3rem;
  }
  footer .go_top {
    right: 2rem;
  }
  footer .footer_top .footer_right {
    width: 100%;
  }
  .scroll {
    bottom: 2rem;
    right: 2rem;
    width: 1rem;
    height: 12rem;
  }
  .index_title .en_title {
    font-size: 3.2rem;
    margin-bottom: 0.5rem;
  }
  .index_title .title {
    font-size: 3rem;
    padding-left: 2.2rem;
  }
  .index_title .title:before {
    border: 0.7rem solid transparent;
    border-left: 1rem solid #1D2088;
  }
  .about_inner {
    background-size: cover !important;
  }
  .pro_inner,
  .about_inner {
    padding: 15rem 0 5rem;
  }
  .inner .flex {
    flex-wrap: wrap;
  }
  .index_title {
    margin-bottom: 3rem;
  }
  .inner .left,
  .inner .right {
    width: 100%;
  }
  .inner .left .company_name {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .inner .count_list li .count strong {
    font-size: 5.2rem;
  }
  .inner .count_list li .count i {
    font-size: 5.2rem;
  }
  .inner .count_list li .name {
    margin-bottom: 2rem;
  }
  .inner .right {
    width: 100%;
    padding-top: 4rem;
    justify-content: flex-start;
  }
  .inner .right img {
    width: 20rem;
    height: 6rem;
  }
  .about2 .about2_con {
    padding: 10rem 0;
  }
  .about2 .about2_con .left_menu {
    margin-left: 2rem;
  }
  .about2 .about2_con .left_menu li {
    font-size: 2rem;
    line-height: 5rem;
  }
  .about2 .about2_con .right_content {
    width: 25rem;
    margin-right: 2rem;
  }
  .about2 .about2_con .right_content .content-item {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .about3 .deve_list {
    flex-wrap: wrap;
  }
  .about3 .deve_list li {
    width: 100%;
    padding: 4rem;
    margin-bottom: 3rem;
  }
  .about3 .deve_list li .deve_title img {
    width: 10rem;
    height: 10rem;
  }
  .about3 .deve_list li .deve_title {
    margin-bottom: 4rem;
  }
  .about4 .about4_con .left {
    display: none;
  }
  .about4 .about4_con .right {
    width: 100%;
  }
  .about4 .about4_con .right .honor_list li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about4 .about4_con .right .honor_list li .info_con {
    width: 100%;
    margin-bottom: 4rem;
  }
  .about4 .about4_con .right .honor_list li .info_con .year {
    font-size: 4rem;
  }
  .about4 .about4_con .right .honor_list li .img_con {
    width: 36rem;
    height: 36rem;
    padding: 1rem;
  }
  .about4 .about4_con {
    padding: 5rem 0;
  }
  .inner_title .tip {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .pro_inner .right .count_list li {
    margin-bottom: 3rem;
  }
  .filters .filter-options a {
    width: 12rem;
    height: 4.2rem;
    font-size: 1.6rem;
    line-height: 4.2rem;
  }
  .filters .filter-title {
    font-size: 2rem;
    line-height: 4.2rem;
  }
  .filters .filter-section {
    margin-bottom: 2rem;
    gap: 2rem;
  }
  .filters .filter-options {
    gap: 1rem;
  }
  .product_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .product_list li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .product_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .product_list li .img_con img {
    height: 18rem;
  }
  .product_list li .info_con {
    padding: 1.5rem 2rem;
  }
  .product_list li .info_con .title {
    font-size: 2rem;
  }
  .product {
    padding: 2rem 0;
  }
  .pro_inner_content .title {
    font-size: 3rem;
    line-height: 5rem;
  }
  .pro_inner_content .number_list li .count strong {
    font-size: 3rem;
  }
  .pro_inner_content .number_list li .count {
    font-size: 2rem;
  }
  .pro_inner_content .tip {
    margin-bottom: 5rem;
  }
  .chara_list {
    gap: 2rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .chara_list li {
    width: 48%;
    flex: none;
    padding: 9rem 2rem 2rem;
    margin-bottom: 5rem;
  }
  .chara_list li .icon {
    width: 10rem;
    height: 10rem;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .chara_list li .icon img {
    width: 4rem;
    height: 4rem;
  }
  .app_list {
    gap: 2rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .app_list li {
    width: 48%;
    flex: none;
    margin-bottom: 2rem;
  }
  .product_content .part .table_box {
    width: 100%;
    overflow-x: auto;
  }
  .product_content {
    padding: 0 0 5rem;
  }
  .other_list {
    flex-wrap: wrap;
    gap: 3rem;
  }
  .other_list li {
    width: 100%;
  }
  .other_list li .info_con {
    padding: 0 3rem 3rem;
  }
  .product_content .part {
    margin-bottom: 5rem;
  }
  footer .footer_top .footer_left {
    padding-bottom: 0;
  }
  .target_links a {
    width: 12rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    margin-right: 2rem;
  }
  .center1 {
    padding-left: 2rem;
    width: 100%;
    flex-wrap: wrap;
  }
  .center1 .left,
  .center1 .right {
    width: 100%;
  }
  .center1 .left {
    padding-right: 2rem;
    margin-bottom: 3rem;
  }
  .center1 .img_swiper li img {
    height: 40rem;
  }
  .center1 .right .img_swiper_btn {
    right: 2rem;
    bottom: -2.5rem;
  }
  .patent_swiper li {
    height: 32rem;
    padding: 1rem;
  }
  .patent_swiper_con .patent_action_btns {
    padding-top: 2rem;
  }
  .patent_swiper_con .patent_action_btns .swiper-pagination-patent {
    font-size: 2rem;
  }
  .prev2, .next2 {
    width: 5rem;
    height: 5rem;
    margin: 0 0 0 1rem;
  }
  .patent_swiper_con .patent_action_btns .line {
    width: calc(100% - 22rem);
  }
  .quali_list li {
    width: 48%;
    margin-right: 4%;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
  }
  .quali_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .quali_list li a {
    height: 20rem;
    margin-bottom: 2rem;
  }
  .company {
    padding: 0 0 5rem;
  }
  .top_news_swiper li a {
    flex-wrap: wrap;
  }
  .top_news_swiper li .img_con {
    width: 100%;
    height: 28rem;
  }
  .top_news_swiper li .info_con {
    width: 100%;
    padding: 3rem;
  }
  .top_news_swiper li .info_con .time {
    margin-bottom: 2rem;
  }
  .top_news_swiper li .info_con .title {
    font-size: 2rem;
    line-height: 3rem;
    height: 6rem;
    margin-bottom: 2rem;
  }
  .top_news_swiper li .info_con .info {
    margin-bottom: 3rem;
  }
  .top_news_swiper .swiper-pagination-top-news {
    bottom: 2rem;
    right: 2rem;
    font-size: 2rem;
  }
  .news_list li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 3rem;
  }
  .news_list li .img_con {
    height: 26rem;
  }
  .news_list li .info_con {
    padding: 3rem;
  }
  .news_list li .info_con .time {
    margin-bottom: 2rem;
  }
  .news_list li .info_con .title {
    font-size: 2rem;
  }
  .news_inner {
    padding: 15rem 0 5rem;
  }
  .new_page {
    flex-wrap: wrap;
  }
  .new_page .page_left {
    width: 100%;
  }
  .new_page .page_left .detail {
    padding: 3rem;
    margin-bottom: 3rem;
  }
  .new_page .page_left .detail .title {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .new_page .page_left .page_btn {
    margin-bottom: 1rem;
    height: auto;
    padding: 2rem;
  }
  .new_page aside {
    width: 100%;
    padding-top: 5rem;
  }
  .join_inner {
    padding: 15rem 0 5rem;
  }
  .join_inner .inner_title {
    margin-bottom: 8rem;
  }
  .join_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .model_mark .model_content {
    width: 95%;
    height: auto;
  }
  .model_mark .model_content .top_title {
    height: auto;
    padding: 2rem;
    flex-wrap: wrap;
  }
  .model_mark .model_content .top_title .title {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .model_mark .model_content .top_title .tip {
    width: 100%;
    flex-wrap: wrap;
  }
  .model_mark .model_content .top_title .tip p {
    margin-right: 2rem;
  }
  .model_mark .model_content .join_info {
    padding: 2rem;
    max-height: 70rem;
  }
  .sec {
    padding: 5rem 0;
  }
  .sale_inner .sale_map .hover_btn {
    position: static;
    width: 100%;
    height: auto;
  }
  .sale_inner .sale_map .hover_btn .title {
    display: block;
  }
  .sale_inner .sale_map .hover_btn ul {
    display: block;
    position: static;
    border-radius: 2rem;
    width: 100%;
    margin-bottom: 2rem;
    padding: 3rem;
  }
  .sale_inner .sale_map .hover_btn ul li {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .sale_inner .sale_map .hover_btn ul:before {
    display: none;
  }
  .about_links {
    right: 2rem;
  }
}
/*移动端*/

/*# sourceMappingURL=CSS.css.map */
