.w1800 {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w1614 {
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.52rem;
  padding-right: 1.52rem;
  width: 100%;
}
.indexHead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
}
.indexHead::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: -webkit-calc(99%);
  width: calc(100% - 1rem);
  -webkit-box-shadow: 0px 1px 1px #eee;
  box-shadow: 0px 1px 1px #eee;
  z-index: -1;
}
.indexHead .box {
  padding-left: 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.indexHead .box .boxLeft > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.indexHead .box .boxLeft .logo a {
  display: block;
}
.indexHead .box .boxLeft .logo a img {
  height: 54px;
}
.indexHead .box .boxLeft .china {
  margin-left: 0.7rem;
  cursor: pointer;
  position: relative;
}
.indexHead .box .boxLeft .china > p {
  font-size: 16px;
  line-height: 54px;
  font-weight: bold;
}
.indexHead .box .boxLeft .china > p span {
  color: #1a5f9d;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}
.indexHead .box .boxLeft .china .on span {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.indexHead .box .boxLeft .china ul {
  position: absolute;
  top: 0.77rem;
  left: -0.27rem;
  width: 1rem;
  background: #fff;
  -webkit-box-shadow: 0px 5px 16px #ddd;
  box-shadow: 0px 5px 16px #ddd;
  z-index: 2;
  display: none;
}
.indexHead .box .boxLeft .china ul li {
  border-bottom: 1px solid #ddd;
}
.indexHead .box .boxLeft .china ul li a {
  display: block;
  text-align: center;
  line-height: 0.4rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.indexHead .box .boxLeft .china ul li a:hover {
  background: #1a5f9d;
  color: #fff;
}
.indexHead .box .boxCenter ul li {
  padding: 0 0.32rem;
}
.indexHead .box .boxCenter ul li > a {
  display: block;
  line-height: 1rem;
  color: #666;
  font-weight: bold;
  font-size: 16px;
}
.indexHead .box .boxCenter ul li:hover > a {
  color: #000;
}
.indexHead .box .boxCenter ul li:hover .indexNavSelect {
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 101% 0%, 101% 101%, 0% 101%);
  clip-path: polygon(0 0, 101% 0%, 101% 101%, 0% 101%);
}
.indexHead .box .boxCenter ul .active a {
  color: #000;
}
.indexHead .box .boxCenter .search {
  padding: 0 0.5rem;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.indexHead .box .boxCenter .search > span img {
  width: 18px;
}
.indexHead .box .boxCenter .search > span .img2 {
  display: none;
}
.indexHead .box .boxCenter .search .active .img1 {
  display: none;
}
.indexHead .box .boxCenter .search .active .img2 {
  display: inline-block;
}
.indexHead .box .boxCenter .search .searchBox {
  position: absolute;
  right: 1rem;
  top: 0;
  height: 100%;
  background: #fff;
  width: 55vw;
  z-index: 10;
  display: none;
}
.indexHead .box .boxCenter .search .searchBox form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.indexHead .box .boxCenter .search .searchBox .box_ {
  width: 75%;
  border-bottom: 1px solid #ddd;
}
.indexHead .box .boxCenter .search .searchBox .box_ .left {
  width: 70%;
  padding-left: 18px;
}
.indexHead .box .boxCenter .search .searchBox .box_ .left input {
  display: block;
  width: 100%;
  height: 45px;
  border: 0;
  font-size: 16px;
}
.indexHead .box .boxCenter .search .searchBox .box_ .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.indexHead .box .boxCenter .search .searchBox .box_ .right input {
  display: none;
  height: 0.45rem;
}
.indexHead .box .boxCenter .menu {
  width: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1rem;
  aspect-ratio: 1/1;
  background: #1a5f9d;
  cursor: pointer;
}
.indexHead .box .boxCenter .menu p {
  margin: auto;
}
.indexHead .box .boxCenter .menu p span {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 8px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.indexHead .box .boxCenter .menu p img {
  margin: auto;
}
.indexHead .box .boxCenter .menu p .img2 {
  display: none;
}
.indexHead .box .boxCenter .menu .active span {
  margin: -2px 0;
}
.indexHead .box .boxCenter .menu .active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.indexHead .box .boxCenter .menu .active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.indexHead .box .boxCenter .menu .active .img1 {
  display: none;
}
.indexHead .box .boxCenter .menu .active .img2 {
  display: inline-block;
}
.indexNavSelect {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0%, 0% 0%);
  clip-path: polygon(0 0, 100% 0%, 100% 0%, 0% 0%);
  z-index: -1;
}
.indexNavSelect .item .boxLeft {
  background: #1a5f9d;
  opacity: 0.8;
  width: 42%;
}
.indexNavSelect .item .boxRight {
  width: 58%;
  background: #fff;
  padding: 1.4rem 0;
  position: relative;
}
.indexNavSelect .item .boxRight > p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4.3rem;
  color: #f8f8f8;
  font-size: 2.8rem;
  font-family: 'gilroy_bold';
  white-space: nowrap;
  
}
.indexNavSelect .item .boxRight .left {
  font-size: 0.54rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 42%;
  padding-left: 1.2rem;
  position: relative;
  line-height: 0.8rem;
}
.indexNavSelect .item .boxRight .right {
  line-height: 0.4rem;
  width: 58%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.indexNavSelect .item .boxRight .right p {
  width: 100%;
}
.indexNavSelect .item .boxRight .right a {
  font-size: 16px;
  color: #999;
  margin-right: 0.18rem;
  white-space: nowrap;
}
.indexNavSelect .item .boxRight .right a:hover {
  color: #1a5f9d;
}
.indexNavSelect .item .boxRight .right .active {
  color: #1a5f9d;
}
.indexNavPc {
  position: fixed;
  top: 0;
  height: -webkit-calc(100vh);
  height: calc(100vh);
  width: 100%;
  padding-top: 1rem;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.8rem;
  background-color: #fff;
  z-index: 6;
  display: none;
}
.indexNavPc .box {
  height: 100%;
}
.indexNavPc .box .boxLeft {
  width: 75%;
}
.indexNavPc .box .boxLeft .boxTop .item {
  width: 33.333%;
  padding: 0.6rem 0;
}
.indexNavPc .box .boxLeft .boxTop .item:nth-child(1) {
  border-bottom: 1px solid #eee;
}
.indexNavPc .box .boxLeft .boxTop .item:nth-child(2) {
  border-bottom: 1px solid #eee;
}
.indexNavPc .box .boxLeft .boxTop .item:nth-child(3) {
  border-bottom: 1px solid #eee;
}
.indexNavPc .box .boxLeft .boxTop .item h5 {
  margin-bottom: 0.4rem;
  font-size: 0.2rem;
}
.indexNavPc .box .boxLeft .boxTop .item h5 a {
  font-size: 0.2rem;
  color: #000;
}
.indexNavPc .box .boxLeft .boxTop .item p {
  line-height: 0.3rem;
}
.indexNavPc .box .boxLeft .boxTop .item p a {
  font-size: 0.16rem;
  color: #666;
}
.indexNavPc .box .boxLeft .boxTop .item p a:hover {
  color: #1a5f9d;
}
.indexNavPc .box .boxLeft .boxBot {
  margin-top: 0.96rem;
}
.indexNavPc .box .boxLeft .boxBot p {
  font-size: 0.14rem;
  color: #999;
  line-height: 0.3rem;
}
.indexNavPc .box .boxLeft .boxBot p a {
  color: #999;
}
.indexNavPc .box .boxLeft .boxBot p a:hover {
  color: #000;
}
.indexNavPc .box .boxRight {
  width: 25%;
  padding-right: 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.74rem;
  background: #f7f7f7;
}
.indexNavPc .box .boxRight .top {
  margin-top: 0.8rem;
}
.indexNavPc .box .boxRight .top p {
  font-size: 0.18rem;
  color: #000;
  margin-bottom: 14px;
}
.indexNavPc .box .boxRight .top p a {
  color: #000;
}
.indexNavPc .box .boxRight .bottom {
  margin-top: 0.35rem;
}
.indexNavPc .box .boxRight .bottom a {
  border: 0;
  margin: 0;
}
.indexNavPc .box .boxRight .bottom a::before {
  display: none;
}
.indexNavPc .box .boxRight .bottom a:nth-child(1) {
  background: url(../images/weibo.png) no-repeat 50% 50%;
}
.indexNavPc .box .boxRight .bottom a:nth-child(2) {
  background: url(../images/weixin.png) no-repeat 50% 50%;
}
.indexNavPc .box .boxRight .bottom a:nth-child(3) {
  background: url(../images/qq.png) no-repeat 50% 50%;
}
.indexNavPc .box .boxRight .boxT {
  position: relative;
  width: 1.8rem;
  margin-top: 2.8rem;
}
.indexNavPc .box .boxRight .boxT div {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.25rem;
  cursor: pointer;
}
.indexNavPc .box .boxRight .boxT div a {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.48rem;
  display: inline-block;
}
.indexNavPc .box .boxRight .boxT div span {
  font-size: 0.16rem;
  color: #999;
  display: inline-block;
  width: 0.4rem;
  line-height: 0.2rem;
  margin-top: 0.15rem;
  height: 0.2rem;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.indexNavPc .box .boxRight .boxT ul {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  z-index: 1;
  display: none;
  -webkit-box-shadow: 0px -1px 12px #ddd;
  box-shadow: 0px -1px 12px #ddd;
}
.indexNavPc .box .boxRight .boxT ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.indexNavPc .box .boxRight .boxT ul li a {
  color: #666;
  line-height: 0.45rem;
  font-size: 14px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.25rem;
}
.indexNavPc .box .boxRight .boxT ul li:hover a {
  color: #1a5f9d;
}
.indexNavPc .box .boxRight .boxB {
  margin-top: 0.45rem;
}
.indexNavPc .box .boxRight .boxB img {
  width: 1.3rem;
}
.indexBanner {
  position: relative;
}
.indexBanner .box {
  position: relative;
}
.indexBanner .box .swiper-slide {
  position: relative;
}
.indexBanner .box .swiper-slide > img {
  height: -webkit-calc(99vh);
  height: calc(100vh - 1rem);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.indexBanner .box .swiper-slide .phone {
  display: none;
}
.indexBanner .box .swiper-slide .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.indexBanner .box .swiper-slide .main .mainBox {
  position: relative;
}
.indexBanner .box .swiper-slide .main .mainBox .top h5 {
  font-size: 0.66rem;
  color: #000;
}
.indexBanner .box .swiper-slide .main .mainBox .bot {
  margin-top: 0.3rem;
}
.indexBanner .box .swiper-slide .main .mainBox .bot p {
  font-size: 0.22rem;
  color: #000;
  font-family: 'gilroy_regular';
}
.indexBanner .box .swiper-slide .main .mainBox .link {
  margin-top: 0.9rem;
}
.indexBanner .box .swiper-slide .main .mainBox .link a {
  display: inline-block;
}
.indexBanner .box .swiper-slide .main .mainBox .link div p {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #1a5f9d;
}
.indexBanner .box .swiper-slide .main .mainBox .link div span {
  font-size: 16px;
  color: #000;
  line-height: 0.55rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  left: -0.32rem;
}
.indexBanner .box .swiper-slide .main .mainBox .link div span font {
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #000;
  vertical-align: middle;
  margin-right: 12px;
}
.indexBanner .box .swiper-slide .main .mainBox .link div:hover span {
  left: -0.5rem;
}
.indexBanner .box .page {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -webkit-calc(-21rem / 2);
  right: calc((1rem - 22px) / 2);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.indexBanner .box .page span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  background: none;
  opacity: 1;
  position: relative;
  margin: 0.1rem 0;
}
.indexBanner .box .page span::after {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.indexBanner .box .page span svg {
  opacity: 0;
}
.indexBanner .box .page .swiper-pagination-bullet-active::after {
  background: #1a5f9d;
}
.indexBanner .box .page .swiper-pagination-bullet-active svg {
  opacity: 1;
}
.indexBanner .box .page .path {
  fill: rgba(0, 0, 0, 0);
  stroke: #1a5f9d;
  stroke-width: 3px;
  position: relative;
}
.indexBanner .box .dian {
  position: absolute;
  z-index: 50;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.indexBanner .box .dian span {
  display: block;
}
.indexBanner .box .dian .path {
  fill: rgba(0, 0, 0, 0);
  stroke: #F08300;
  stroke-width: 8px;
  position: relative;
}
.indexBanner .box .xian {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 1px;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
}
.indexNews {
  position: relative;
  z-index: 1;
  margin-top: -1.25rem;
}
.indexNews .box {
  position: relative;
}
.indexNews .box .boxRight {
  width: 58%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 0.7rem;
  line-height: 1.25rem;
}
.indexNews .box .boxRight .left {
  font-size: 16px;
  color: #999;
  cursor: default;
}
.indexNews .box .boxRight .right {
  width: 80%;
  margin-left: 0.9rem;
}
.indexNews .box .boxRight .right .swiper-container {
  height: 1.25rem;
}
.indexNews .box .boxRight .right .swiper-container .swiper-slide {
  height: 1.25rem;
}
.indexNews .box .boxRight .right .swiper-container .swiper-slide .item {
  height: 100%;
}
.indexNews .box .boxRight .right .swiper-container .swiper-slide .item a {
  line-height: 1.25rem;
}
.indexNews .box .boxRight .right .swiper-container .swiper-slide .item .time {
  font-size: 16px;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.indexNews .box .boxRight .right .swiper-container .swiper-slide .item .text {
  font-size: 16px;
  color: #000;
  margin-left: 0.35rem;
  width: 85%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.indexNews .box .boxRight .right .swiper-container .swiper-slide .item:hover .time,
.indexNews .box .boxRight .right .swiper-container .swiper-slide .item:hover .text {
  color: #1a5f9d;
}
.indexNews .box .boxBtn {
  position: absolute;
  right: -webkit-calc(-21rem / 2);
  right: calc((1rem - 22px) / 2);
  top: 0%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.indexNews .box .boxBtn p {
  padding: 3px 0;
  outline: none;
}
.indexNews .box .boxBtn p span {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.indexNews .box .boxBtn p span:hover {
  color: #1a5f9d;
}
.p92 {
  padding-top: 0.92rem;
}
.p92_ {
  padding-bottom: 0.92rem;
}
.dEr_container ._box ._left h1 {
  font-size: 0.56rem;
  line-height: 0.65rem;
}
.dEr_container ._box ._left h6 {
  font-family: 'gilroy_regular';
  font-size: 14px;
  color: #999;
  margin-top: 0.4rem;
}
.dEr_container ._box ._right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dEr_container ._box ._right a {
  display: inline-block;
}
.dEr_container ._box ._right a div p {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #1a5f9d;
}
.dEr_container ._box ._right a div span {
  font-size: 16px;
  color: #000;
  line-height: 0.55rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  left: -0.32rem;
}
.dEr_container ._box ._right a div span font {
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #000;
  vertical-align: middle;
  margin-right: 12px;
}
.dEr_container ._box ._right a div:hover span {
  left: -0.5rem;
}
.home_about_container {
  padding-bottom: 1rem;
  background: url(../images/bg1.png) no-repeat 50% 50%;
  background-size: cover;
}
.home_about_container .box .content0 {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.35rem;
  max-width: 63%;
  margin-top: 1.12rem;
}
.home_about_container .box .content1 {
  margin-top: 1.26rem;
}
.home_about_container .box .content1 img {
  width: 2.94rem;
}
.bgf7 {
  background: #f7f7f7;
}
.m100 {
  margin-top: 1rem;
}
.home_solution_container {
  padding-bottom: 1.2rem;
}
.home_solution_container .box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home_solution_container .box .item {
  background: #fff;
  position: relative;
  width: 21%;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_solution_container .box .item::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  height: -webkit-calc(99%);
  height: calc(100% - 1rem);
  right: 0px;
  width: 1px;
  background: #ddd;
}
.home_solution_container .box .item:last-child::after {
  background: none;
}
.home_solution_container .box .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4.25rem;
  /*width: 9.4rem;*/
  width: 100%;
}
.home_solution_container .box .item a .boxLeft {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem 0.4rem 0;
  /*width: 37%;*/
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_solution_container .box .item a .boxLeft .content0 {
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0.45rem;
}
.home_solution_container .box .item a .boxLeft .content0 img {
  height: 0.45rem;
}
.home_solution_container .box .item a .boxLeft .content1 {
  font-size: 0.24rem;
  color: #000;
  margin-top: 0.45rem;
}
.home_solution_container .box .item a .boxLeft .content2 {
  font-family: 'gilroy_regular';
  font-size: 14px;
  color: #999;
  line-height: 0.2rem;
  margin-top: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_solution_container .box .item a .boxLeft .content3 {
  position: absolute;
  left: 0.4rem;
  bottom: 0.7rem;
}
.home_solution_container .box .item a .boxLeft .content3 p {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_solution_container .box .item a .boxLeft .content3 p svg {
  margin: auto;
}
.home_solution_container .box .item a .boxLeft .content3 p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_solution_container .box .item a .boxLeft .content4 {
  font-size: 14px;
  color: #fff;
  line-height: 0.22rem;
  margin-top: 0.38rem;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.home_solution_container .box .item a .boxRight {
  height: 100%;
  display: none;
}
.home_solution_container .box .item a .boxRight img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .home_solution_container .box .active {
    width: 58%;
    background: #1a5f9d;
  }
  .home_solution_container .box .active a .boxLeft{
      width: 37%;
  }
  .home_solution_container .box .active a .boxLeft .content0 {
    height: 0;
  }
  .home_solution_container .box .active a .boxLeft .content1 {
    margin-top: 0;
    color: #fff;
  }
  .home_solution_container .box .active a .boxLeft .content2 {
    color: #fff;
  }
  .home_solution_container .box .active a .boxLeft .content4 {
    opacity: 1;
  }
  .home_solution_container .box .active a .boxLeft .content3 p {
    background: #fff;
    border-color: #fff;
  }
  .home_solution_container .box .active a .boxLeft .content3 p svg path {
    fill: #1a5f9d;
  }
  .home_solution_container .box .active a .boxRight {
    width: 63%;
    display: block;
  }
}
.home_news_container {
  padding-bottom: 1.2rem;
}
.home_news_container .box .item {
  width: 32%;
}
.home_news_container .box .item a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  padding: 0.45rem 0.4rem;
  position: relative;
  overflow: hidden;
}
.home_news_container .box .item a .content0 {
  font-size: 0.16rem;
  color: #1a5f9d;
}
.home_news_container .box .item a .content1 {
  margin-top: 0.34rem;
  font-size: 0.2rem;
  color: #000;
  height: 0.52rem;
  line-height: 0.26rem;
  padding-right: 0.7rem;
  font-weight: bold;
}
.home_news_container .box .item a .content2 {
  font-size: 14px;
  font-family: 'gilroy_regular';
  color: #999;
  margin-top: 0.24rem;
}
.home_news_container .box .item a .content3 {
  margin-top: 0.45rem;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  max-height: 56px;
}
.home_news_container .box .item a .content4 {
  margin-top: 0.54rem;
}
.home_news_container .box .item a .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home_news_container .box .item a .position .top {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  top: -0.3rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_news_container .box .item a .position .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home_news_container .box .item a .position .bot {
  height: 1.08rem;
  background: #f5f5f5;
  position: relative;
  bottom: -0.3rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_news_container .box .item a .position .bot .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home_news_container .box .item a .position .bot .left p {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.4rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_news_container .box .item a .position .bot .left:hover p {
  color: #1a5f9d;
}
.home_news_container .box .item a .position .bot .right {
  width: 1.08rem;
  height: 100%;
  background: #1a5f9d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home_news_container .box .item a .position .bot .right img {
  margin: auto;
  position: relative;
  left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_news_container .box .item a .position .bot .right:hover img {
  left: 0.1rem;
}
@media screen and (min-width: 1024px) {
  .home_news_container .box .item a:hover .position .top {
    top: 0;
    opacity: 1;
  }
  .home_news_container .box .item a:hover .position .bot {
    bottom: 0;
    opacity: 1;
  }
}
.addressInformation {
  display: none;
}
.indexWord {
  position: relative;
}
.indexWord .biaoT {
  position: absolute;
  left: 1.52rem;
  top: 0.9rem;
  z-index: 2;
}
.indexWord .desc {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.35rem;
  position: absolute;
  left: 1.52rem;
  z-index: 1;
  top: 3.5rem;
  max-width: 7rem;
  width: 100%;
}
.indexWord .boxList {
  position: absolute;
  top: 4rem;
  left: 1.52rem;
  z-index: 1;
}
.indexWord .boxList .box_ .item {
  font-size: 16px;
  color: #000;
  line-height: 35px;
  cursor: pointer;
}
.indexWord .boxList .box_ .item span {
  display: inline-block;
  width: 0px;
  height: 2px;
  background: #1a5f9d;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.indexWord .boxList .box_ .active span {
  width: 10px;
}
.indexWord .box .item {
  position: relative;
  display: none;
}
.indexWord .box .item .map img {
  width: 100%;
}
.indexWord .box .item .address {
  position: absolute;
  cursor: pointer;
}
.indexWord .box .item .address .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.indexWord .box .item .address .left span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1a5f9d;
}
.indexWord .box .item .address .right {
  margin-left: 6px;
  font-size: 14px;
  color: #999;
}
.indexWord .box .item .active .right {
  color: #000 !important;
  font-weight: bold;
}
.indexWord .box .item .shanghai,
.indexWord .box .item .y_city2 {
  top: 23.7vw;
  right: 40vw;
}
.indexWord .box .item .changcun,
.indexWord .box .item .y_city3 {
  top: 18vw;
  right: 38vw;
}
.indexWord .box .item .fuxin,
.indexWord .box .item .y_city1 {
  top: 18.4vw;
  right: 38.8vw;
}
.indexWord .box .item .fuxin .left img,
.indexWord .box .item .y_city1 .left img {
  height: 0.38rem;
}
.indexWord .box .item .fuxin .right,
.indexWord .box .item .y_city1 .right {
  line-height: 0.38rem;
}
.indexWord .box .item .shenyang,
.indexWord .box .item .y_city4 {
  top: 20vw;
  right: 38.5vw;
}
.indexWord .box .item .langfang,
.indexWord .box .item .y_city5 {
  top: 20.8vw;
  right: 41.5vw;
}
.indexWord .box .item .changzhou,
.indexWord .box .item .y_city6 {
  top: 22.8vw;
  right: 40.5vw;
}
.indexWord .box .item .shenzeng,
.indexWord .box .item .y_city7 {
  top: 26vw;
  right: 42vw;
}
.indexWord .box .item .xianggang {
  top: 27vw;
  right: 41.5vw;
}
.indexWord .box .item .riben,
.indexWord .box .item .y_city8 {
  top: 22vw;
  right: 34.5vw;
}
.indexWord .box .item .bilishi,
.indexWord .box .item .o_city1 {
  top: 16.4vw;
  right: 49.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.indexWord .box .item .bilishi .right,
.indexWord .box .item .o_city1 .right {
  margin-left: 0;
  margin-right: 6px;
}
.indexWord .box .item .deguo,
.indexWord .box .item .o_city2 {
  top: 16vw;
  right: 46vw;
}
.indexWord .box .item .bolan,
.indexWord .box .item .o_city3 {
  top: 15.6vw;
  right: 43.5vw;
}
.indexWord .box .item .siluofake,
.indexWord .box .item .o_city4 {
  top: 17vw;
  right: 42vw;
}
.indexWord .box .item .xibanya,
.indexWord .box .item .o_city5 {
  top: 21vw;
  right: 49.5vw;
}
.indexWord .box .item .aodili,
.indexWord .box .item .o_city6 {
  top: 17.5vw;
  right: 47vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.indexWord .box .item .aodili .right,
.indexWord .box .item .o_city6 .right {
  margin-left: 0;
  margin-right: 6px;
}
.indexWord .box .item .meiguo,
.indexWord .box .item .b_city1 {
  top: 21vw;
  right: 48vw;
}
.indexWord .box .item .muoxige,
.indexWord .box .item .b_city2 {
  top: 26vw;
  right: 49vw;
}
.indexWord .box .select {
  display: block;
}
.indexWord .addressBox {
  position: absolute;
  background-color: #1a5f9d;
  top: 1.9rem;
  right: 1.52rem;
  width: 3.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem;
  z-index: 4;
}
.indexWord .addressBox h5 {
  font-size: 0.3rem;
  color: #fff;
  padding-bottom: 0.1rem;
}
.indexWord .addressBox .bot {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  margin-top: 0.3rem;
}
.indexWord .addressBox .text {
  padding-top: 0.2rem;
}
.indexWord .addressBox .text .title {
  cursor: pointer;
}
.indexWord .addressBox .text .title .left {
  font-size: 0.18rem;
  color: #fff;
  width: 90%;
}
.indexWord .addressBox .text .title .right p {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.indexWord .addressBox .text .title .right p::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -4px;
}
.indexWord .addressBox .text .title .right p::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.indexWord .addressBox .text .title .on p::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.indexWord .addressBox .text .wenan {
  margin-top: 0.2rem;
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.indexWord .addressBox .text .wenan div {
  line-height: 0.3rem;
}
.indexWord .addressBox .text .wenan div span {
  width: 0.16rem;
  display: inline-block;
}
.indexWord .addressBox .text .wenan div span img {
  position: relative;
  top: -2px;
}
.indexWord .addressBox .text .wenan div p {
  font-size: 14px;
  color: #fff;
  width: 90%;
  margin-left: 8px;
}
.indexWord .addressBox .text .wenan div p a {
  color: #fff;
}
.indexWord .addressBox .active .title .right p::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.indexWord .addressBox .active .wenan {
  display: block;
}
.w1740 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.indexFoot {
  background: #1b1b1b;
  padding: 0.68rem 0;
}
.indexFoot .box .boxTop img {
  width: 1.5rem;
}
.indexFoot .box .boxCenter {
  margin-top: 0.6rem;
}
.indexFoot .box .boxCenter .boxLeft .item {
  margin-right: 1.1rem;
}
.indexFoot .box .boxCenter .boxLeft .item h5 {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.25rem;
}
.indexFoot .box .boxCenter .boxLeft .item p {
  line-height: 0.3rem;
}
.indexFoot .box .boxCenter .boxLeft .item p a {
  font-size: 14px;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.indexFoot .box .boxCenter .boxLeft .item p a:hover {
  color: #fff;
}
.indexFoot .box .boxCenter .boxRight {
  width: 21.5%;
  position: relative;
}
.indexFoot .box .boxCenter .boxRight::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.64rem;
  height: 190%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.indexFoot .box .boxCenter .boxRight .top p {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.1rem;
}
.indexFoot .box .boxCenter .boxRight .top p a {
  color: #fff;
}
.indexFoot .box .boxCenter .boxRight .bottom {
  margin-top: 0.35rem;
  margin-left: -8px;
}
.indexFoot .box .boxCenter .boxRight .bottom a {
  border: 0;
  margin: 0;
}
.indexFoot .box .boxCenter .boxRight .bottom a::before {
  display: none;
}
.indexFoot .box .boxCenter .boxRight .bottom a:nth-child(1) {
  background: url(../images/weibo.png) no-repeat 50% 50%;
}
.indexFoot .box .boxCenter .boxRight .bottom a:nth-child(2) {
  background: url(../images/weixin.png) no-repeat 50% 50%;
}
.indexFoot .box .boxCenter .boxRight .bottom a:nth-child(3) {
  background: url(../images/qq.png) no-repeat 50% 50%;
}
.indexFoot .box1 {
  margin-top: 1rem;
}
.indexFoot .box1 .boxLeft .boxT {
  position: relative;
  width: 1.8rem;
}
.indexFoot .box1 .boxLeft .boxT div {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.25rem;
  cursor: pointer;
}
.indexFoot .box1 .boxLeft .boxT div a {
  font-size: 14px;
  color: #fff;
  line-height: 0.48rem;
  display: inline-block;
}
.indexFoot .box1 .boxLeft .boxT div span {
  font-size: 14px;
  color: #999;
  display: inline-block;
  width: 0.4rem;
  line-height: 0.2rem;
  margin-top: 15px;
  height: 0.2rem;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.indexFoot .box1 .boxLeft .boxT ul {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #1b1b1b;
  z-index: 1;
  display: none;
}
.indexFoot .box1 .boxLeft .boxT ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.indexFoot .box1 .boxLeft .boxT ul li a {
  color: #999;
  line-height: 0.45rem;
  font-size: 14px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.25rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.indexFoot .box1 .boxLeft .boxT ul li:hover a {
  color: #fff;
}
.indexFoot .box1 .boxLeft .boxB {
  margin-top: 0.3rem;
}
.indexFoot .box1 .boxLeft .boxB p {
  font-size: 14px;
  color: #666;
  line-height: 0.45rem;
}
.indexFoot .box1 .boxLeft .boxB p a {
  color: #666;
}
.indexFoot .box1 .boxLeft .boxB p a:hover {
  color: #fff;
}
.indexFoot .box1 .boxRight {
  width: 21.5%;
}
.indexFoot .box1 .boxRight img {
  width: 1.3rem;
}
.inner_bannner .img img {
  width: 100%;
}
.productBox {
  padding-top: 1.2rem;
}
.productBox .box .boxLeft h5 {
  font-size: 0.56rem;
  color: #000;
}
.productBox .box .boxLeft .bot {
  margin-top: 0.45rem;
}
.productBox .box .boxLeft .bot h6 {
  font-size: 14px;
  color: #999;
}
.productBox .box .boxRight {
  min-width: 50%;
  padding-top: 0.2rem;
}
.productBox .box .boxRight .boxTop {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.4rem;
}
.productBox .box .boxRight .boxTop .item {
  margin-left: 0.6rem;
}
.productBox .box .boxRight .boxTop .item a {
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productBox .box .boxRight .boxTop .item a:hover {
  color: #1a5f9d;
}
.productBox .box .boxRight .boxTop .item:first-child {
  margin-left: 0;
}
.productBox .box .boxRight .boxTop .active a {
  font-weight: bold;
}
.productBox .box .boxRight .boxBottom {
  margin-top: 0.4rem;
}
.productBox .box .boxRight .boxBottom .list {
  display: none;
}
.productBox .box .boxRight .boxBottom .list div a {
  display: block;
  min-width: 1.28rem;
  line-height: 0.45rem;
  color: #666;
  text-align: center;
  border-radius: 0.3rem;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.16rem;
}
.productBox .box .boxRight .boxBottom .list .active a {
  background: #1a5f9d;
  color: #fff;
}
.productBox .box .boxRight .boxBottom .on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_cpyw {
  position: relative;
}
.product_cpyw .img img {
  width: 100%;
}
.product_cpyw .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.product_cpyw .position .box .content0 {
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #fff;
  padding-left: 0.4rem;
  border-left: 3px solid #fff;
}
.product_cpyw .position .box .content1 {
  margin-top: 1.25rem;
  width: -webkit-calc(98.48vw / 2);
  width: calc((100vw - 1.52rem) / 2);
}
.product_cpyw .position .box .content1 .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.product_cpyw .position .box .content1 .div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.product_cpyw .position .box .content1 .div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.product_cpyw .position .box .content1 .div3 {
  grid-area: 2 / 2 / 3 / 3;
}
.product_cpyw .position .box .content1 .div4 {
  grid-area: 2 / 3 / 3 / 4;
}
.product_cpyw .position .box .content1 .div {
  padding: 0.4rem 0.4rem 0.5rem;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_cpyw .position .box .content1 .div .text {
  font-size: 0.22rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.product_cpyw .position .box .content1 .div .number {
  font-family: 'gilroy_Medium';
  font-size: 14px;
  color: #fff;
  opacity: 0.66;
  margin-top: 0.68rem;
  position: relative;
  z-index: 1;
}
.product_cpyw .position .box .content1 .div .icon {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 1;
}
.product_cpyw .position .box .content1 .div .icon img {
  max-width: 0.54rem;
}
.product_cpyw .position .box .content1 .div .bg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_cpyw .position .box .content1 .div .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}
.product_cpyw .position .box .content1 .div:hover {
  border-color: transparent;
}
.product_cpyw .position .box .content1 .div:hover .bg {
  opacity: 1;
}
.product_cpyw1 {
  position: relative;
}
.product_cpyw1 .img img {
  width: 100%;
}
.product_cpyw1 .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.product_cpyw1 .position .box .content0 {
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #000;
  padding-left: 0.4rem;
  border-left: 3px solid #1a5f9d;
}
.product_cpyw1 .position .box .content1 {
  text-align: center;
  padding: 0.54rem 0;
}
.product_cpyw1 .position .box .content1 img {
  max-width: 100%;
  width: 10.16rem;
  margin: auto;
}
.product_list {
  margin-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.product_list .title {
  font-size: 0.26rem;
}
.product_list .box {
  margin-top: 0.74rem;
}
.product_list .box .parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 0.38rem;
}
.product_list .box .parent .item a {
  display: block;
  border: 1px solid #ddd;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product_list .box .parent .item a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 4px;
  background: #1a5f9d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_list .box .parent .item a figure {
  height: 3.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.product_list .box .parent .item a figure img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_list .box .parent .item a figcaption {
  font-size: 0.2rem;
  padding: 0.26rem 0 0.52rem;
  text-align: center;
  border-top: 1px solid #ddd;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_list .box .parent .item a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.product_list .box .parent .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product_list .box .parent .item a:hover figcaption {
  color: #1a5f9d;
}
.pageList .box > a {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #000;
  border-radius: 50%;
  margin: 0 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pageList .box > a:hover {
  background: #1a5f9d;
  color: #fff;
}
.pageList .box .active {
  background: #1a5f9d;
  color: #fff;
}
.pageList .box p a {
  width: 0.5rem;
  height: 0.5rem;
  background: #f8f8f8;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pageList .box p a img {
  margin: auto;
  opacity: 0.4;
}
.pageList .box p a:hover {
  background: #1a5f9d;
}
.pageList .box p a:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  opacity: 1;
}
.pageList .box p:first-child {
  margin-right: 0.2rem;
}
.pageList .box p:first-child a img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pageList .box p:last-child {
  margin-left: 0.2rem;
}
.productInfo_container .title {
  font-size: 0.26rem;
}
.productInfo_container .box {
  margin-top: 0.74rem;
}
.productInfo_container .box .boxLeft div {
  width: 7.28rem;
  height: 7.28rem;
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.productInfo_container .box .boxLeft div p {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.productInfo_container .box .boxLeft div p img {
  max-width: 100%;
  max-height: 100%;
}
.productInfo_container .box .boxLeft div .active {
  display: block;
}
.productInfo_container .box .boxRight {
  width: 7.28rem;
}
.productInfo_container .box .boxRight .content0 {
  font-size: 0.46rem;
}
.productInfo_container .box .boxRight .content1 {
  font-family: 'gilroy_regular';
  font-size: 14px;
  color: #999;
  margin-top: 0.24rem;
}
.productInfo_container .box .boxRight .content2 {
  font-size: 16px;
  color: #000;
  margin-top: 0.52rem;
  font-weight: bold;
}
.productInfo_container .box .boxRight .content3 {
  margin-top: 0.34rem;
}
.productInfo_container .box .boxRight .content3 ul li {
  font-size: 0.18rem;
  width: 50%;
  line-height: 0.28rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}
.productInfo_container .box .boxRight .content3 ul li:nth-child(2n) {
  padding-left: 0.3rem;
  border-left: 1px solid #ddd;
}
.productInfo_container .box .boxRight .content4 {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #333;
  margin-top: 0.32rem;
}
.productInfo_container .box .boxRight .content5 {
  margin-top: 0.9rem;
  border-top: 1px solid #ddd;
  padding-top: 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productInfo_container .box .boxRight .content5 li {
  margin-right: 0.2rem;
}
.productInfo_container .box .boxRight .content5 li a {
  display: block;
  width: 0.96rem;
  height: 0.96rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.productInfo_container .box .boxRight .content5 li a img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productInfo_container .box .boxRight .content5 li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.productInfo_container .box .boxRight .content5 .active a {
  border-color: #1a5f9d;
}
.productInfo_container .box .boxRight .coontent6 {
  margin-top: 0.42rem;
}
.productInfo_container .box .boxRight .coontent6 a {
  display: inline-block;
  width: 2.24rem;
  font-size: 16px;
  line-height: 0.6rem;
  text-align: center;
  background: #1a5f9d;
  color: #fff;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  top: 0;
}
.productInfo_container .box .boxRight .coontent6 a:hover {
  top: -6px;
  -webkit-box-shadow: 2px 4px 12px rgba(26, 95, 157, 0.3);
  box-shadow: 2px 4px 12px rgba(26, 95, 157, 0.3);
}
.productInfo1_container {
  margin-top: 1.1rem;
  padding: 1rem 0;
}
.productInfo1_container .box .content0 {
  font-size: 0.26rem;
}
.productInfo1_container .box .content1 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.42rem;
  margin-top: 0.8rem;
}
.aboutBox {
  padding: 1.4rem 0 0;
}
.aboutBox .box .boxLeft {
  width: 45%;
}
.aboutBox .box .boxLeft img {
  width: 100%;
}
.aboutBox .box .boxRight {
  width: 50%;
  padding-top: 0.6rem;
}
.aboutBox .box .boxRight h5 {
  font-size: 0.56rem;
  color: #000;
}
.aboutBox .box .boxRight h6 {
  font-size: 14px;
  color: #999;
  line-height: 0.2rem;
  margin-top: 0.34rem;
}
.aboutBox .box .boxRight .list p {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.35rem;
  margin-top: 1.24rem;
  padding-right: 0.74rem;
}
.aboutBox .box .boxRight .video {
  margin-top: 2.28rem;
}
.aboutBox .box .boxRight .video .main .left {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background: #1a5f9d;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 1.8rem;
  line-height: 0.45rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  left: 1.8rem;
}
.aboutBox .box .boxRight .video .main .right {
  width: 2.95rem;
  position: relative;
}
.aboutBox .box .boxRight .video .main .right > img {
  width: 100%;
}
.aboutBox .box .boxRight .video .main .right p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutBox .box .boxRight .video .main .right p img {
  margin: auto;
  width: 0.82rem;
}
.about_product {
  margin-top: 1.68rem;
}
.about_product .desc {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.35rem;
  margin-top: 0.45rem;
  padding-right: 6rem;
}
.about_product .box {
  margin-top: 1.12rem;
}
.about_product .box .list {
  background: #f1f1f1;
}
.about_product .box .list .item {
  width: 2.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_product .box .list .item:nth-child(2) {
  background: #f7f7f7;
}
.about_product .box .list .item .left {
  width: 2.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_product .box .list .item .left > div {
  margin: auto;
  text-align: center;
}
.about_product .box .list .item .left .content0 {
  height: 0.96rem;
}
.about_product .box .list .item .left .content0 img {
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0.2;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 0.8rem;
}
.about_product .box .list .item .left .content1 {
  font-size: 0.24rem;
  margin: 0.24rem 0 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_product .box .list .item .left .content2 {
  font-size: 14px;
  font-family: 'gilroy_regular';
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_product .box .list .item .right {
  width: -webkit-calc(97.1%);
  width: calc(100% - 2.9rem);
  height: 3.9rem;
}
.about_product .box .list .item .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .about_product .box .list .active {
    width: -webkit-calc(94.2%);
    width: calc(100% - 2.9rem * 2);
    background: #1a5f9d !important;
  }
  .about_product .box .list .active .left .content0 img {
    -webkit-filter: invert(0);
    filter: invert(0);
    opacity: 1;
  }
  .about_product .box .list .active .left .content1,
  .about_product .box .list .active .left .content2 {
    color: #fff;
  }
}
.about_industry {
  margin-top: 1.7rem;
}
.about_industry .box .boxLeft {
  padding-top: 2.1rem;
  width: 45%;
}
.about_industry .box .boxLeft .content1 {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.35rem;
  text-align: justify;
  margin-top: 1rem;
}
.about_industry .box .boxRight {
  width: 45%;
}
.about_industry .box .boxRight img {
  width: 100%;
}
.aboutBox3 {
  margin-top: 1.5rem;
}
.aboutBox3 .addressBox {
  background: #fff;
  padding: 0 0.3rem;
}
.aboutBox3 .addressBox .img {
  margin: 0 -0.3rem;
}
.aboutBox3 .addressBox .img img {
  width: 100%;
}
.aboutBox3 .addressBox h5 {
  color: #000;
  margin-top: 0.4rem;
  padding: 0;
}
.aboutBox3 .addressBox .text {
  padding: 0;
}
.aboutBox3 .addressBox .text .title {
  cursor: pointer;
}
.aboutBox3 .addressBox .text .title .left {
  color: #000;
}
.aboutBox3 .addressBox .text .title .right p {
  color: #999;
  border: 1px solid #999;
}
.aboutBox3 .addressBox .text .title .right p::before {
  background: #999;
}
.aboutBox3 .addressBox .text .title .right p::after {
  background: #999;
}
.aboutBox3 .addressBox .text .wenan div p {
  color: #000;
}
.aboutBox3 .addressBox .text .wenan div p a {
  color: #000;
}
.aboutBox3 .addressBox .top {
  padding-top: 0.3rem;
}
.aboutBox3 .addressBox .top:last-child {
  padding-bottom: 0.3rem;
}
.aboutBox3 .addressBox .bot {
  padding-bottom: 0.45rem;
}
.aboutBox3 .aboutBox3_ {
  position: absolute;
  left: 1.52rem;
  z-index: 1;
  bottom: 0.48rem;
}
.aboutBox3 .aboutBox3_ .box_ {
  overflow: hidden;
}
.aboutBox3 .aboutBox3_ .box_ .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3.65rem;
  background: #eeeeee;
  padding: 0.4rem;
  cursor: pointer;
  margin-right: 8px;
  position: relative;
  top: 1.1rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.aboutBox3 .aboutBox3_ .box_ .item .t_ .l div {
  font-size: 0.24rem;
  color: #000;
  margin-top: 5px;
}
.aboutBox3 .aboutBox3_ .box_ .item .t_ .l p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.aboutBox3 .aboutBox3_ .box_ .item .t_ .r {
  font-size: 0.6rem;
  color: #999;
  font-weight: bold;
}
.aboutBox3 .aboutBox3_ .box_ .item .b_ {
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.8rem;
}
.aboutBox3 .aboutBox3_ .box_ .active {
  top: 0;
}
.aboutBox3 .aboutBox3_ .box_ .active .t_ .l div {
  color: #fff;
}
.aboutBox3 .aboutBox3_ .box_ .active .t_ .l p {
  color: #fff;
}
.aboutBox3 .aboutBox3_ .box_ .active .t_ .r {
  color: #fff;
}
.aboutBox3 .aboutBox3_ .box_ .active:nth-child(1) {
  background: url(../images/word1.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.aboutBox3 .aboutBox3_ .box_ .active:nth-child(2) {
  background: url(../images/word1.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.aboutBox3 .aboutBox3_ .box_ .active:nth-child(3) {
  background: url(../images/word1.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.SubsidiaryCompany .box {
  margin-top: 0.78rem;
}
.SubsidiaryCompany .box .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.74rem;
  grid-row-gap: 0.6rem;
}
.SubsidiaryCompany .box .parent .item a {
  background: #f7f7f7;
}
.SubsidiaryCompany .box .parent .item a .left {
  width: 3.6rem;
  overflow: hidden;
}
.SubsidiaryCompany .box .parent .item a .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SubsidiaryCompany .box .parent .item a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem 0.45rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SubsidiaryCompany .box .parent .item a .right .content0 {
  font-size: 0.22rem;
  color: #333;
}
.SubsidiaryCompany .box .parent .item a .right .content1 {
  padding: 0.22rem 0;
}
.SubsidiaryCompany .box .parent .item a .right .content1 > div div {
  font-size: 0.16rem;
  color: #888;
}
.SubsidiaryCompany .box .parent .item a .right .content1 > div p {
  font-size: 0.18rem;
  color: #000;
  margin-top: 5px;
  line-height: 0.3rem;
}
.SubsidiaryCompany .box .parent .item a .right .content2 {
  font-size: 0.16rem;
  color: #1a5f9d;
  font-family: 'gilroy_bold';
}
.SubsidiaryCompany .box .parent .item a .right .content2 img {
  margin-left: 5fr;
}
.SubsidiaryCompany .box .parent .item a .right .content2 .img2 {
  display: none;
}
.SubsidiaryCompany .box .parent .item a:hover .left img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.SubsidiaryCompany .box .parent .item a:hover .right {
  background: url(../images/bg5.png) no-repeat 50% 50%;
  background-size: cover;
}
.SubsidiaryCompany .box .parent .item a:hover .right .content0 {
  color: #fff;
}
.SubsidiaryCompany .box .parent .item a:hover .right .content1 > div div {
  color: #fff;
}
.SubsidiaryCompany .box .parent .item a:hover .right .content1 > div p {
  color: #fff;
}
.SubsidiaryCompany .box .parent .item a:hover .right .content2 {
  color: #fff;
}
.SubsidiaryCompany .box .parent .item a:hover .right .content2 .img1 {
  display: none;
}
.SubsidiaryCompany .box .parent .item a:hover .right .content2 .img2 {
  display: inline-block;
}
.Customer_partner .box .list {
  margin-top: 1rem;
}
.Customer_partner .box .list h5 {
  font-size: 0.36rem;
}
.Customer_partner .box .list ul {
  margin-top: 0.54rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 12px;
}
.Customer_partner .box .list ul li {
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1rem;
}
.Customer_partner .box .list ul li img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.aboutBox9 .box {
  margin-top: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.45rem;
  position: relative;
}
.aboutBox9 .box section {
  padding: 0 1.46rem;
}
.aboutBox9 .box .swiper-container {
  padding-top: 0.85rem;
}
.aboutBox9 .box .item {
  position: relative;
  cursor: default;
}
.aboutBox9 .box .item .time {
  font-size: 1.76rem;
  color: #f4f4f4;
  position: absolute;
  right: 0.85rem;
  font-family: 'gilroy_bold';
  top: -1.05rem;
}
.aboutBox9 .box .item .boxLeft {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 48%;
}
.aboutBox9 .box .item .boxLeft img {
  width: 100%;
}
.aboutBox9 .box .item .boxRight {
  width: 52%;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.aboutBox9 .box .item .boxRight div {
  margin-top: 0.8rem;
  height: 3.2rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.aboutBox9 .box .item .boxRight div h5 {
  font-size: 0.36rem;
  margin-bottom: 0.32rem;
}
.aboutBox9 .box .item .boxRight div p {
  font-size: 0.2rem;
  color: #000;
  line-height: 0.4rem;
}
.aboutBox9 .box .item .boxRight div::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}
.aboutBox9 .box .item .boxRight div::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: rgba(0, 0, 0, 0.7);
}
.aboutBox9 .box .item .boxRight div::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.aboutBox9 .box .btn p {
  position: absolute;
  top: 50%;
  margin-top: 0.85rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background: #f8f8f8;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.aboutBox9 .box .btn p img {
  margin: auto;
}
.aboutBox9 .box .btn p:hover {
  background: #1a5f9d;
}
.aboutBox9 .box .btn p:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.aboutBox9 .box .btn .left {
  left: 1.45rem;
}
.aboutBox9 .box .btn .left img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.aboutBox9 .box .btn .right {
  right: 1.45rem;
}
.aboutBox10 {
  margin: 1rem 0;
  position: relative;
}
.aboutBox10::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0.14rem;
  left: 0;
  border-top: 1px solid #e5e5e5;
}
.aboutBox10 .box section {
  padding: 0 1.46rem;
}
.aboutBox10 .box .swiper-container .item {
  text-align: center;
  cursor: pointer;
}
.aboutBox10 .box .swiper-container .item .top {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.aboutBox10 .box .swiper-container .item .top span {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background: #e5e5e5;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.aboutBox10 .box .swiper-container .item .bot {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-family: 'gilroy_bold';
}
.aboutBox10 .box .swiper-slide-thumb-active .item .top {
  border: 1px solid rgba(8, 51, 138, 0.3);
}
.aboutBox10 .box .swiper-slide-thumb-active .item .top span {
  background: #1a5f9d;
}
.aboutBox10 .box .swiper-slide-thumb-active .item .bot {
  color: #1a5f9d;
}
.about_culture .box:not(:last-child) {
  margin-bottom: 0.8rem;
}
.about_culture .box .boxLeft {
  width: 6.6rem;
}
.about_culture .box .boxLeft p {
  overflow: hidden;
}
.about_culture .box .boxLeft p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_culture .box .boxLeft p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.about_culture .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.9rem 0 1.4rem;
}
.about_culture .box .boxRight .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.about_culture .box .boxRight .main .item h5 {
  font-size: 0.56rem;
  margin-bottom: 0.38rem;
}
.about_culture .box .boxRight .main .item div:not(:last-child) {
  margin-bottom: 0.6rem;
}
.about_culture .box .boxRight .main .item div p {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.35rem;
  text-align: justify;
}
.about_culture .box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.about_culture .box:nth-child(2n) .boxRight {
  padding: 0 1.4rem 0 0.9rem;
}
.about_culture .box1 {
  position: relative;
}
.about_culture .box1 .boxRight .main {
  display: block;
}
.about_culture .box1 .boxRight .main .item h5 {
  margin-top: 0.4rem;
}
.about_culture .box1 .boxRight .main .item .desc {
  margin-top: 1.45rem;
}
.about_culture .box1 .boxRight .main .item .desc span {
  color: #333;
}
.about_culture .box1 .boxRight .main .item .desc p {
  padding-left: 0.3rem;
  position: relative;
}
.about_culture .box1 .boxRight .main .item .desc p::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1a5f9d;
  position: absolute;
  left: 0;
  top: 0.11rem;
}
.about_culture .box1 .boxRight .main .item .video {
  margin-top: 0.78rem;
  margin-right: -0.9rem;
}
.about_culture .box1 .boxRight .main .item .video .main .left {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background: #1a5f9d;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 1.8rem;
  line-height: 0.45rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  left: 1.8rem;
}
.about_culture .box1 .boxRight .main .item .video .main .right {
  width: 2.95rem;
  position: relative;
}
.about_culture .box1 .boxRight .main .item .video .main .right > img {
  width: 100%;
}
.about_culture .box1 .boxRight .main .item .video .main .right p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about_culture .box1 .boxRight .main .item .video .main .right p img {
  margin: auto;
  width: 0.82rem;
}
.about_culture .box1::after {
  content: '';
  position: absolute;
  right: -1.52rem;
  bottom: 0;
  background: #f7f7f7;
  width: 100%;
  height: -webkit-calc(98.34%);
  height: calc(100% - 1.66rem);
  z-index: -1;
}
.about_Company_philosophy h5 {
  font-size: 0.56rem;
}
.about_Company_philosophy .box {
  margin-top: 0.68rem;
}
.about_Company_philosophy .box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.4rem;
}
.about_Company_philosophy .box .item .left {
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 50%;
  background: #1a5f9d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_Company_philosophy .box .item .left img {
  max-width: 0.8rem;
  margin: auto;
  max-height: 0.8rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_Company_philosophy .box .item .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.6rem;
}
.about_Company_philosophy .box .item .right .tit {
  font-size: 0.28rem;
}
.about_Company_philosophy .box .item .right .text {
  font-size: 14px;
  color: #999;
  font-family: 'gilroy_regular';
  margin-top: 0.22rem;
}
.about_Company_philosophy .box .item:hover .left img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.about_quality .text {
  font-size: 0.22rem;
  color: #666;
  line-height: 0.35rem;
  text-align: justify;
}
.about_quality .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.75rem;
}
.about_quality .box .item {
  background: #f7f7f7;
  position: relative;
}
.about_quality .box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 0.05rem;
  background: #1a5f9d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_quality .box .item .top {
  overflow: hidden;
}
.about_quality .box .item .top img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_quality .box .item .bot {
  padding: 0.45rem 0.8rem 0.7rem;
}
.about_quality .box .item .bot .title {
  font-size: 0.36rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_quality .box .item .bot .desc {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.35rem;
  margin-top: 0.2rem;
}
.about_quality .box .item:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.about_quality .box .item:hover .top img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.about_quality .box .item:hover .bot .title {
  color: #1a5f9d;
}
.about_honor .box .banner .item {
  text-align: center;
  background: #f7f7f7;
}
.about_honor .box .banner .item .top {
  overflow: hidden;
}
.about_honor .box .banner .item .top img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_honor .box .banner .item .bot {
  line-height: 0.3rem;
  height: 1.25rem;
  font-size: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_honor .box .banner .item .bot p {
  margin: auto;
}
.about_honor .box .banner .item:hover .top img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about_honor .box .banner .item:hover .bot {
  background: #1a5f9d;
  color: #fff;
}
.about_honor .page_information {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about_honor .page_information .button {
  background: #f7f7f7;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_honor .page_information .button img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_honor .page_information .button:hover {
  background: #1a5f9d;
}
.about_honor .page_information .button:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.about_honor .page_information .prev img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about_honor .page_information .page {
  margin: 0 0.42rem;
}
.about_honor .page_information .page div span {
  margin: 0 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  font-size: 0.2rem;
  background: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-family: 'gilroy_regular';
}
.about_honor .page_information .page div .swiper-pagination-bullet-active {
  background: #1a5f9d;
  color: #fff;
  font-family: 'gilroy_bold';
}
.about_honoe1 .toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -1rem;
}
.about_honoe1 .toggle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ddd;
}
.about_honoe1 .toggle ul li {
  font-size: 0.18rem;
  color: #000;
  margin-left: 0.7rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_honoe1 .toggle ul li:hover {
  color: #1a5f9d;
}
.about_honoe1 .toggle ul li:first-child {
  margin-left: 0;
}
.about_honoe1 .toggle ul .active {
  font-weight: bold;
}
.about_honoe1 .box {
  margin-top: 0.92rem;
}
.about_honoe1 .box .banner .item {
  text-align: center;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.about_honoe1 .box .banner .item .top {
  padding: 0.4rem 0 0.3rem;
}
.about_honoe1 .box .banner .item .top img {
  height: 2.52rem;
}
.about_honoe1 .box .banner .item .bot {
  font-size: 0.2rem;
  padding-bottom: 0.36rem;
}
.about_honoe1 .page_information {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about_honoe1 .page_information .button {
  background: #f7f7f7;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_honoe1 .page_information .button img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_honoe1 .page_information .button:hover {
  background: #1a5f9d;
}
.about_honoe1 .page_information .button:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.about_honoe1 .page_information .prev img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about_honoe1 .page_information .page {
  margin: 0 0.42rem;
}
.about_honoe1 .page_information .page div span {
  margin: 0 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  font-size: 0.2rem;
  background: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-family: 'gilroy_regular';
}
.about_honoe1 .page_information .page div .swiper-pagination-bullet-active {
  background: #1a5f9d;
  color: #fff;
  font-family: 'gilroy_bold';
}
.about_honoe1 .bannerList {
  display: none;
}
.technology_container {
  border-bottom: 1px solid #ddd;
}
.technology_container .box .left {
  width: 48%;
}
.technology_container .box .left p {
  font-size: 0.2rem;
  line-height: 0.35rem;
  text-align: justify;
  color: #666;
  padding-left: 0.3rem;
  position: relative;
}
.technology_container .box .left p::after {
  content: '';
  position: absolute;
  top: 0.11rem;
  left: 0;
  width: 10px;
  height: 10px;
  background: #1a5f9d;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.technology_container .box .right img {
  margin-top: -0.85rem;
  width: 7.4rem;
}
.technology1_container .box .list {
  display: grid;
  grid-column-gap: 12px;
}
.technology1_container .box .list:not(:last-child) {
  margin-bottom: 0.7rem;
}
.technology1_container .box .list .item h5 {
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
}
.technology1_container .box .list .item h5 span {
  width: 10px;
  height: 10px;
  background: #1a5f9d;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.technology1_container .box .list .item ul {
  display: grid;
  grid-column-gap: 12px;
}
.technology1_container .box .list .item ul li {
  background: #f7f7f7;
}
.technology1_container .box .list .item ul li .top {
  overflow: hidden;
}
.technology1_container .box .list .item ul li .top img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.technology1_container .box .list .item ul li .bot {
  font-size: 0.22rem;
  color: #666;
  line-height: 0.4rem;
  padding: 0.45rem 0.35rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0.8rem;
}
.technology1_container .box .list .item ul li:hover .top img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.technology1_container .box .list .item ul li:hover .bot {
  background: #1a5f9d;
  color: #fff;
}
.technology1_container .box .list .item .num4 {
  grid-template-columns: repeat(4, 1fr);
}
.technology1_container .box .list .item .num2 {
  grid-template-columns: repeat(2, 1fr);
}
.technology1_container .box .list .item .num1 {
  grid-template-columns: repeat(1, 1fr);
}
.technology1_container .box .list2 {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.6rem;
}
.technology1_container .box .list2 .item {
  position: relative;
}
.technology1_container .box .list2 .item:first-child::after {
  content: '';
  position: absolute;
  right: -0.3rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.technology1_container .box .list3 {
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0.6rem;
}
.technology1_container .box .list3 .item {
  position: relative;
}
.technology1_container .box .list3 .item:first-child::after {
  content: '';
  position: absolute;
  right: -0.3rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.ability_container {
  margin-top: 0.95rem;
  margin-bottom: 1.6rem;
}
.ability_container .box {
  width: 7.2rem;
  height: 7.2rem;
  margin: auto;
  position: relative;
}
.ability_container .box .main {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1a5f9d;
  margin: auto;
  position: relative;
}
.ability_container .box .main .img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ability_container .box .main .img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-calc(101%);
  width: calc(100% + 1rem);
  height: -webkit-calc(101%);
  height: calc(100% + 1rem);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #1a5f9d;
}
.ability_container .box .main .img img {
  margin: auto;
  width: 3.53rem;
  height: 3.53rem;
}
.ability_container .box .main .title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ability_container .box .main .title p {
  margin: auto;
  text-align: center;
  font-size: 0.48rem;
  color: #fff;
  line-height: 0.7rem;
}
.ability_container .box .list_box {
  --wid: 1.5rem;
}
.ability_container .box .list_box .list {
  position: absolute;
  width: 5.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ability_container .box .list_box .list .img {
  width: var(--wid);
  height: var(--wid);
  border-radius: 50%;
  overflow: hidden;
}
.ability_container .box .list_box .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ability_container .box .list_box .list .desc {
  width: -webkit-calc(98%);
  width: calc(100% - 2rem);
}
.ability_container .box .list_box .list .desc .top h5 {
  font-size: 0.24rem;
  font-weight: bold;
}
.ability_container .box .list_box .list .desc .top h6 {
  font-size: 14px;
  color: #999;
  font-family: 'gilroy_regular';
  margin-top: 5px;
}
.ability_container .box .list_box .list .desc .bot {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.24rem;
  margin-top: 0.24rem;
}
.ability_container .box .list_box .list1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  top: 0;
  right: 100%;
  -webkit-transform: translateX(-webkit-calc(var(--wid)));
  -ms-transform: translateX(calc(var(--wid)));
  transform: translateX(calc(var(--wid)));
  text-align: right;
}
.ability_container .box .list_box .list2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-webkit-calc(var(--wid) / 2 - 0.5rem));
  -ms-transform: translateY(-50%) translateX(calc(var(--wid) / 2 - 0.5rem));
  transform: translateY(-50%) translateX(calc(var(--wid) / 2 - 0.5rem));
  right: 100%;
  text-align: right;
}
.ability_container .box .list_box .list3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  bottom: 0;
  right: 100%;
  -webkit-transform: translateX(-webkit-calc(var(--wid)));
  -ms-transform: translateX(calc(var(--wid)));
  transform: translateX(calc(var(--wid)));
  text-align: right;
}
.ability_container .box .list_box .list4 {
  top: 0;
  left: 100%;
  transform: translateX(calc(0px - var(--wid)));
}
.ability_container .box .list_box .list5 {
  top: 50%;
  transform: translateY(-50%) translateX(calc(0px - (var(--wid) / 2 - 0.5rem)));
  left: 100%;
}
.ability_container .box .list_box .list6 {
  bottom: 0;
  left: 100%;
  transform: translateX(calc(0px - var(--wid)));
}
.newsBox .box .swiper-container {
  position: relative;
}
.newsBox .box .swiper-container .posi {
  position: absolute;
  right: 0.6rem;
  top: 0.8rem;
  z-index: 2;
}
.newsBox .box .swiper-container .posi .number {
  text-align: center;
}
.newsBox .box .swiper-container .posi .number div {
  font-size: 0.6rem;
  color: #fff;
}
.newsBox .box .swiper-container .posi .number p {
  color: #91a1c1;
  font-size: 0.32rem;
}
.newsBox .box .swiper-container .posi .buttom {
  margin-top: 1.5rem;
  line-height: 0.25rem;
}
.newsBox .box .swiper-container .posi .buttom p {
  outline: none;
  cursor: pointer;
}
.newsBox .box .swiper-container .posi .buttom p span {
  font-size: 0.2rem;
  color: #fff;
}
.newsBox .box .swiper-container .posi .buttom > span {
  color: #91a1c1;
}
.newsBox .box .swiper-slide .item a .boxLeft {
  width: 46%;
  overflow: hidden;
}
.newsBox .box .swiper-slide .item a .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsBox .box .swiper-slide .item a .boxLeft:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.newsBox .box .swiper-slide .item a .boxRight {
  width: 54%;
  background: #1a5f9d;
  position: relative;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.75rem 2.5rem 0 0.6rem;
}
.newsBox .box .swiper-slide .item a .boxRight .main1 {
  font-size: 0.16rem;
}
.newsBox .box .swiper-slide .item a .boxRight .main2 {
  font-size: 0.26rem;
  margin: 0.16rem 0 0.35rem;
}
.newsBox .box .swiper-slide .item a .boxRight .main3 {
  color: #91a1c1;
  line-height: 0.3rem;
  font-size: 0.16rem;
}
.newsBox .box .swiper-slide .item a .boxRight .main4 {
  margin-top: 0.75rem;
}
.newsBox .box .swiper-slide .item a .boxRight .main4 div p {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #024b8c;
}
.newsBox .box .swiper-slide .item a .boxRight .main4 div span {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.55rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  left: -0.35rem;
}
.newsBox .box .swiper-slide .item a .boxRight .main4 div span font {
  display: inline-block;
  width: 0.12rem;
  height: 2px;
  background: #fff;
  vertical-align: middle;
  margin-right: 12px;
}
.newsBox .box .swiper-slide .item a .boxRight .main4 div:hover span {
  left: -0.5rem;
}
.newsBox1 .box .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.7rem;
}
.newsBox1 .box .item:nth-child(3n) {
  margin-right: 0;
}
.newsBox1 .box .item a .img {
  overflow: hidden;
  max-height: 3.06rem;
}
.newsBox1 .box .item a .img img {
  /*width: 100%;*/
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-height: 100%;
  max-width: 100%;
}
.newsBox1 .box .item a .time {
  margin-top: 0.45rem;
  font-size: 16px;
  color: #999;
}
.newsBox1 .box .item a .title {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #000;
  padding-right: 0.75rem;
  line-height: 0.3rem;
  height: 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsBox1 .box .item a .icon {
  margin-top: 0.4rem;
}
.newsBox1 .box .item:hover a .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newsBox1 .box .item:hover a .title {
  color: #1a5f9d;
}
.newsBox2 .box .go {
  line-height: 0.25rem;
}
.newsBox2 .box .go a {
  font-size: 16px;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsBox2 .box .go a span {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsBox2 .box .go a:hover {
  color: #1a5f9d;
}
.newsBox2 .box .go a:hover span {
  color: #1a5f9d;
}
.newsBox2 .box .title {
  margin-top: 0.55rem;
}
.newsBox2 .box .title div {
  font-size: 0.42rem;
}
.newsBox2 .box .title p {
  font-size: 16px;
  color: #999;
  margin-top: 0.22rem;
}
.newsBox2 .box .main {
  margin-top: 0.35rem;
}
.newsBox2 .box .main p {
  font-size: 0.18rem;
  color: #000;
  line-height: 0.4rem;
  text-align: justify;
}
.newsBox2 .box .main p img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.newsBox2 .box .shang {
  margin-top: 0.85rem;
}
.newsBox2 .box .shang .div {
  width: 45%;
}
.newsBox2 .box .shang .div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsBox2 .box .shang .div a span {
  font-size: 14px;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsBox2 .box .shang .div a span img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: relative;
  top: -0.03rem;
  height: 5px;
  margin-right: 0.2rem;
}
.newsBox2 .box .shang .div a p {
  font-size: 0.22rem;
  color: #000;
  margin-bottom: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsBox2 .box .shang .div a:hover p {
  color: #1a5f9d;
}
.newsBox2 .box .shang .div a:hover span {
  font-weight: bold;
  color: #000;
}
.newsBox2 .box .shang .div_ a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.newsBox2 .box .shang .div_ a span img {
  top: 0.05rem;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  margin-left: 0.2rem;
}
.newsBox2 .box .shang .div_ a p {
  text-align: right;
}
.newsBox3 .box .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.85rem;
}
.newsBox3 .box .item:nth-child(3n) {
  margin-right: 0;
}
.newsBox3 .box .item a .top {
  position: relative;
}
.newsBox3 .box .item a .top > img {
  width: 100%;
}
.newsBox3 .box .item a .top div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsBox3 .box .item a .top div img {
  margin: auto;
  width: 0.82rem;
}
.newsBox3 .box .item a .bottom {
  margin-top: 0.5rem;
  font-size: 0.24rem;
  color: #000;
  text-align: center;
  padding: 0 0.54rem;
  line-height: 0.32rem;
  height: 0.64rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsBox3 .box .item a:hover .bottom {
  color: #1a5f9d;
}
.contact_container {
  border-top: 1px solid #ddd;
}
.contact_container .box {
  padding: 0.74rem 0;
}
.contact_container .box .item {
  max-width: 30%;
}
.contact_container .box .item .cn_position {
  font-size: 0.3rem;
}
.contact_container .box .item .en_position {
  font-size: 14px;
  color: #ccc;
}
.contact_container .box .item .name {
  font-size: 0.28rem;
  margin: 0.28rem 0;
  color: #666;
}
.contact_container .box .item .desc div {
  position: relative;
  line-height: 0.38rem;
  font-size: 0.18rem;
  padding-left: 0.45rem;
}
.contact_container .box .item .desc div img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.9);
  -ms-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) scale(0.9);
  width: 0.25rem;
}
.share_container .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.25rem;
}
.share_container .box .boxLeft .main {
  height: 100%;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.share_container .box .boxLeft .main img {
  width: 100%;
}
.share_container .box .boxRight {
  width: 5.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.7rem;
  background: url(../images/bg3.png) no-repeat 50% 50%;
  background-size: cover;
}
.share_container .box .boxRight .content0 {
  font-size: 0.32rem;
  padding-top: 0.55rem;
}
.share_container .box .boxRight .content1 {
  margin-top: 0.48rem;
  font-size: 0.22rem;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #ddd;
}
.share_container .box .boxRight .content2 {
  margin-top: 0.4rem;
  font-size: 0.58rem;
  font-family: 'gilroy_bold';
  color: #e60012;
}
.share_container .box .boxRight .content2 span {
  font-size: 0.28rem;
}
.share_container .box .boxRight .content2 i {
  font-size: 0.28rem;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 3px;
}
.share_container .box .boxRight .content3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0.35rem;
  margin: 0.5rem 0;
}
.share_container .box .boxRight .content3 .item .top {
  font-size: 0.2rem;
  color: #666;
}
.share_container .box .boxRight .content3 .item .bot {
  font-family: 'gilroy_bold';
  font-size: 0.3rem;
  margin-top: 0.12rem;
}
.share_container .box .boxRight .content4 {
  font-family: 'gilroy_regular';
  border-top: 1px solid #ddd;
  font-size: 0.2rem;
  line-height: 0.8rem;
  color: #666;
}
.over_container {
  width: 100%;
  height: 60vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.over_container p {
  margin: auto;
  font-size: 0.24rem;
}
.report_container_toggle {
  margin-top: -1rem;
}
.report_container_toggle .w1614 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.report_container_toggle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.report_container_toggle ul li a {
  display: block;
  font-size: 16px;
  color: #666;
  width: 1.6rem;
  line-height: 0.46rem;
  text-align: center;
  border-radius: 0.3rem;
}
.report_container_toggle ul .active a {
  background-color: #1a5f9d;
  color: #fff;
}
.report_container .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5%;
}
.report_container .box .item a {
  padding: 0.35rem 0;
  border-bottom: 1px solid #ddd;
}
.report_container .box .item a .left .top {
  font-family: 'gilroy_bold';
  font-size: 0.48rem;
  color: #1a5f9d;
}
.report_container .box .item a .left .bot {
  font-size: 0.16rem;
  font-family: 'gilroy_bold';
  color: #888;
}
.report_container .box .item a .center {
  font-size: 0.24rem;
  width: 70%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.report_container .box .item a .right p {
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.report_container .box .item a .right p img {
  margin: auto;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.report_container .box .item a:hover .center {
  color: #1a5f9d;
}
.report_container .box .item a:hover .right p {
  background: #1a5f9d;
  border-color: #1a5f9d;
}
.report_container .box .item a:hover .right p img {
  opacity: 1;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.cultureBox7 .box {
  border: 1px solid #ddd;
  cursor: default;
}
.cultureBox7 .box .item {
  line-height: 1.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cultureBox7 .box .item1 {
  padding-left: 0.58rem;
  width: 38%;
}
.cultureBox7 .box .item2 {
  width: 15.5%;
}
.cultureBox7 .box .item3 {
  width: 15.5%;
}
.cultureBox7 .box .item4 {
  width: 15.5%;
}
.cultureBox7 .box .item5 {
  width: 15.5%;
}
.cultureBox8 .box {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cultureBox8 .box .list {
  border-bottom: 1px solid #ddd;
}
.cultureBox8 .box .list .boxTop {
  padding: 0.35rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.cultureBox8 .box .list .boxTop .item {
  line-height: 0.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cultureBox8 .box .list .boxTop .item1 {
  padding-left: 0.58rem;
  width: 38%;
}
.cultureBox8 .box .list .boxTop .item2 {
  width: 15.5%;
}
.cultureBox8 .box .list .boxTop .item3 {
  width: 15.5%;
}
.cultureBox8 .box .list .boxTop .item4 {
  width: 15.5%;
}
.cultureBox8 .box .list .boxTop .item5 {
  width: 15.5%;
}
.cultureBox8 .box .list .boxTop .item5 span {
  margin-left: 0.5rem;
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  margin-top: 3px;
  vertical-align: sub;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.cultureBox8 .box .list .boxTop .item5 span::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #535353;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cultureBox8 .box .list .boxTop .item5 span::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 8px;
  top: 50%;
  left: 50%;
  background: #535353;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cultureBox8 .box .list .boxBottom {
  display: none;
  padding: 0.8rem 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cultureBox8 .box .list .boxBottom .left {
  padding-left: 0.58rem;
}
.cultureBox8 .box .list .boxBottom .left .main h5 {
  font-size: 0.18rem;
  color: #333;
}
.cultureBox8 .box .list .boxBottom .left .main p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
}
.cultureBox8 .box .list .boxBottom .right {
  padding-right: 0.45rem;
}
.cultureBox8 .box .list .boxBottom .right p {
  font-size: 0.16rem;
  color: #fff;
  background: #1a5f9d;
  width: 2.25rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 0.3rem;
  cursor: pointer;
}
.cultureBox8 .box .active .boxTop {
  background: #1a5f9d;
  color: #fff;
}
.cultureBox8 .box .active .boxTop .item5 span::before {
  background: #fff;
}
.cultureBox8 .box .active .boxTop .item5 span::after {
  opacity: 0;
}
.cultureBox8 .box .active .boxBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cultureBox9 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  z-index: 9;
}
.cultureBox9 .box {
  width: 6.1rem;
  margin: auto;
  background: #fff;
  text-align: center;
  padding: 0.55rem 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cultureBox9 .box > span {
  display: block;
  position: absolute;
  top: 0.16rem;
  right: 0.16rem;
  font-size: 0.24rem;
  color: #ddd;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.cultureBox9 .box > span:hover {
  color: #1a5f9d;
}
.cultureBox9 .box .main1 {
  cursor: pointer;
}
.cultureBox9 .box .main1 img {
  width: 1.96rem;
}
.cultureBox9 .box .main1 p {
  font-size: 0.16rem;
  color: #000;
  margin-top: 0.45rem;
}
.cultureBox9 .box .main2 {
  margin-top: 0.9rem;
}
.cultureBox9 .box .main2 input {
  cursor: pointer;
  font-size: 0.16rem;
  background: #1a5f9d;
  width: 2.25rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: 0;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.cultureBox9 .box .main2 input:hover {
  color: #fff;
}
.cultureBox9 .box .main3 {
  margin-top: 0.9rem;
}
.cultureBox9 .box .main3 p {
  font-size: 0.16rem;
  color: #999;
  margin-bottom: 0.2rem;
}
.cultureBox9 .box .main3 img {
  width: 1rem;
}
.contactBox {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.contactBox .box .item {
  max-width: 28%;
}
.contactBox .box .item .boxTop .left img {
  width: 0.25rem;
  margin-top: 7px;
}
.contactBox .box .item .boxTop .right {
  margin-left: 0.16rem;
}
.contactBox .box .item .boxTop .right h5 {
  font-size: 0.18rem;
  color: #333;
  padding-top: 0.05rem;
}
.contactBox .box .item .boxTop .right h6 {
  font-size: 14px;
  color: #999;
  margin-top: 0.08rem;
}
.contactBox .box .item .boxBot {
  margin-top: 0.46rem;
  font-size: 0.28rem;
}
.contactBox .box .item .boxBot a {
  font-size: 0.38rem;
  color: #000;
  font-family: 'gilroy_bold';
}
.contactBox .box .item .boxBot p {
  font-size: 16px;
}
.contactBox .box .item .boxBot p span {
  font-size: .28rem;
}
.contact_map a {
  display: block;
}
.contact_map a img {
  width: 100%;
}
.search_container {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 0.9rem 0;
  top: 0;
  background: #fff;
  display: none;
  z-index: 8;
  -webkit-box-shadow: 0px 2px 10px #f6f6f6;
  box-shadow: 0px 2px 10px #f6f6f6;
}
.search_container .layui-icon-close {
  position: absolute;
  top: 0.3rem;
  right: 12%;
  font-size: 0.26rem;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.search_container .layui-icon-close:hover {
  color: #1a5f9d;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search_container .box_search {
  width: min(6rem, 80vw);
  margin: auto;
  position: relative;
}
.search_container .box_search input[type='text'] {
  display: block;
  width: 100%;
  height: 0.64rem;
  border: 0;
  background: #f2f2f2;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.search_container .box_search label {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.3rem;
  cursor: pointer;
}
.search_container .box_search label input {
  display: none;
}
.search_container .box_search label p svg {
  vertical-align: bottom;
}
.search_container .box_search label p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search_container .box_search label:hover p svg path {
  fill: #1a5f9d;
}
@media screen and (max-width: 1600px) {
  .indexWord .box .item .changcun,
  .indexWord .box .item .y_city3 {
    top: 17.6vw;
    right: 38vw;
  }
  .indexWord .box .item .shanghai,
  .indexWord .box .item .y_city2 {
    top: 23.9vw;
    right: 40vw;
  }
  .indexWord .addressBox {
    padding: 0.5rem 0.4rem;
  }
  .aboutBox3 .addressBox {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 1500px) {
    .indexWord .desc {
    font-size: 15px;
    line-height: 0.28rem;
    top: 3rem;
    max-width: 5rem;
}
    .home_solution_container .box .item{
        width: 24%;
    }
    .home_solution_container .box .item a .boxLeft .content1{
        font-size: 0.22rem;
    }
    .home_solution_container .box .active {
    width: 52%;
}
  .indexFoot .box .boxCenter .boxLeft .item {
    margin-right: 0.8rem;
  }
  .aboutBox .box .boxRight h5 {
    font-size: 0.46rem;
  }
  .dEr_container ._box ._left h1 {
    font-size: 0.46rem;
    line-height: 0.55rem;
  }
  .about_industry .box .boxLeft {
    padding-top: 1.6rem;
  }
  .aboutBox3 .aboutBox3_ .box_ .item {
    width: 3.35rem;
  }
  .indexWord .addressBox {
    top: 1rem;
  }
  .indexWord .addressBox h5 {
    font-size: 0.26rem;
  }
  .SubsidiaryCompany .box .parent .item a .right {
    padding: 0.4rem 0.35rem;
  }
  .aboutBox9 .box .item .time {
    font-size: 1.36rem;
  }
  .aboutBox9 .box .item .boxRight div h5 {
    font-size: 0.26rem;
  }
  .aboutBox9 .box .item .boxRight {
    padding-left: 0.7rem;
  }
  .about_culture .box .boxRight {
    padding: 0 0.6rem !important;
  }
  .about_quality .box .item .bot .title {
    font-size: 0.3rem;
  }
  .about_quality .box .item .bot {
    padding: 0.45rem 0.6rem 0.6rem;
  }
  .about_honor .box .banner .item .bot {
    font-size: 0.2rem;
  }
  .productBox .box .boxLeft h5 {
    font-size: 0.46rem;
  }
  .productBox .box .boxRight .boxTop .item {
    margin-left: 0.4rem;
  }
  .product_cpyw .position .box .content0,
  .product_cpyw1 .position .box .content0 {
    font-size: 0.22rem;
    line-height: 0.4rem;
  }
  .product_cpyw .position .box .content1 .div .text {
    font-size: 0.2rem;
  }
  .indexHead .box .boxCenter ul li > a {
    font-size: 14px;
  }
  .indexNavSelect .item .boxRight .left {
    font-size: 0.44rem;
  }
  .indexNavSelect .item .boxRight > p {
    left: 4.2rem;
    font-size: 2.4rem;
  }
  .product_cpyw1 .position .box .content1 img {
    width: 9.06rem;
  }
  .product_list .box .parent .item a figcaption {
    padding: 0.26rem 0 0.32rem;
  }
  .productInfo_container .box .boxLeft div {
    width: 6.68rem;
    height: 6.68rem;
  }
  .productInfo_container .box .boxRight {
    width: 6.68rem;
  }
  .productInfo_container .box .boxRight .content0 {
    font-size: 0.36rem;
  }
  .productInfo_container .box .boxRight .content5 {
    margin-top: 0.6rem;
  }
  .technology_container .box .right img {
    width: 6.9rem;
  }
  .technology_container .box .left p {
    font-size: 0.22rem;
    line-height: 0.42rem;
  }
  .technology1_container .box .list .item ul li .bot {
    font-size: 0.2rem;
  }
  .technology1_container .box .list .item h5 {
    font-size: 0.24rem;
  }
  .ability_container .box {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .newsBox .box .swiper-slide .item a .boxRight {
    padding: 0.55rem 2.5rem 0 0.6rem;
  }
  .newsBox .box .swiper-container .posi {
    top: 0.5rem;
  }
  .newsBox .box .swiper-container .posi .buttom {
    margin-top: 1.3rem;
    line-height: 0.25rem;
  }
  .newsBox1 .box .item a .icon {
    margin-top: 0.2rem;
  }
  .newsBox1 .box .item a .title {
    font-size: 0.22rem;
  }
  .newsBox2 .box .title div {
    font-size: 0.36rem;
  }
  .indexBanner .box .swiper-slide .main .mainBox .top h5 {
    font-size: 0.56rem;
  }
  .indexNavPc .box .boxRight .boxT {
    margin-top: 1.3rem;
  }
  .indexNavPc .box .boxLeft .boxBot {
    margin-top: 0;
  }
}
@media screen and (max-width: 1366px) {
  .cultureBox8 .box .list .boxBottom .left {
    width: 72%;
  }
  .indexNews .box .boxRight .right {
    /*width: 78%;*/
  }
  .indexNews .box .boxRight .right .swiper-container .swiper-slide .item .text {
    font-size: 15px;
  }
  .indexNavPc .box .boxRight {
    padding-right: 0.54rem;
    padding-left: 0.54rem;
  }
  .indexBanner .box .swiper-slide .main .mainBox .link div span {
    font-size: 14px;
  }
  .aboutBox .box .boxRight h5 {
    font-size: 0.36rem;
  }
  .about_product .desc {
    padding-right: 3rem;
  }
  .dEr_container ._box ._left h1 {
    font-size: 0.36rem;
    line-height: 0.45rem;
  }
  .dEr_container ._box ._left h6 {
    margin-top: 0.2rem;
  }
  .about_industry .box .boxLeft {
    padding-top: 1.1rem;
  }
  .indexWord .addressBox {
    right: 1.02rem;
  }
  .aboutBox3 .aboutBox3_ .box_ .item {
    width: 3.05rem;
  }
  .aboutBox3 {
    background: #f5f5f5;
    padding-bottom: 1.5rem;
  }
  .SubsidiaryCompany .box .parent .item a .left {
    width: 2.9rem;
  }
  .SubsidiaryCompany .box .parent .item a .right .content1 {
    padding: 0.2rem 0;
  }
  .SubsidiaryCompany .box .parent .item a .right .content0 {
    font-size: 0.2rem;
  }
  .indexHead .box .boxCenter ul li {
    padding: 0 0.22rem;
  }
  .SubsidiaryCompany .box .parent .item a .right .content1 > div p {
    font-size: 0.18rem;
  }
  .indexNavSelect .item .boxRight .right a {
    font-size: 14px;
  }
  .indexNavSelect .item .boxRight .left {
    font-size: 0.4rem;
    padding-left: 1rem;
  }
  .aboutBox9 .box .item .boxRight div {
    margin-top: 0.5rem;
  }
  .aboutBox9 .box .item .boxRight div p {
    font-size: 14px;
    line-height: 0.3rem;
  }
  .aboutBox10 .box section {
    padding: 0 1.06rem;
  }
  .about_culture .box .boxRight .main .item h5 {
    font-size: 0.3rem;
    margin-bottom: 0.28rem;
  }
  .about_culture .box .boxRight .main .item div p {
    font-size: 0.18rem;
  }
  .productBox .box .boxLeft h5 {
    font-size: 0.36rem;
  }
  .productBox .box .boxLeft .bot {
    margin-top: 0.25rem;
  }
  .product_cpyw .position .box .content1 .div {
    padding: 0.3rem 0.2rem 0.4rem;
  }
  .product_cpyw1 .position .box .content1 img {
    width: 8.06rem;
  }
  .product_list .box .parent .item a figure {
    height: 2.6rem;
  }
  .product_list .box .parent .item a figcaption {
    font-size: 0.18rem;
  }
  .pageList .box > a {
    font-size: 14px;
  }
  .product_list .box .parent {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
  .productInfo_container .box .boxLeft div {
    width: 5.98rem;
    height: 5.98rem;
  }
  .productInfo_container .box .boxRight {
    width: 6.28rem;
  }
  .productInfo_container .box .boxRight .content0 {
    font-size: 0.3rem;
  }
  .productInfo_container .box .boxRight .content5 {
    margin-top: 0.4rem;
  }
  .productInfo_container .box .boxRight .coontent6 a {
    width: 2rem;
    font-size: 14px;
  }
  .productInfo_container .box .boxRight .content2 {
    font-size: 14px;
    margin-top: 0.32rem;
  }
  .productInfo_container .box .boxRight .content3 {
    margin-top: 0.24rem;
  }
  .productInfo_container .box .boxRight .content3 ul li {
    font-size: 0.16rem;
  }
  .productInfo_container .box .boxRight .content1 {
    margin-top: 0.2rem;
  }
  .technology_container .box .left p {
    font-size: 0.2rem;
    line-height: 0.36rem;
  }
  .technology_container .box .right img {
    width: 6rem;
  }
  .technology1_container .box .list .item ul li .bot {
    padding: 0.25rem 0.25rem;
    font-size: 0.18rem;
  }
  .technology1_container .box .list .item h5 {
    font-size: 0.22rem;
  }
  .newsBox .box .swiper-slide .item a .boxLeft img {
    height: 4rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .newsBox3 .box .item a .bottom {
    font-size: 0.2rem;
  }
  .pageList .box > a {
    margin: 0 0.08rem;
  }
  .contact_container .box .item .name {
    font-size: 0.22rem;
  }
  .contact_container .box .item .cn_position {
    font-size: 0.24rem;
  }
  .share_container .box .boxRight .content0 {
    font-size: 0.28rem;
  }
  .share_container .box .boxRight .content1 {
    margin-top: 0.38rem;
  }
  .report_container_toggle ul li a {
    font-size: 14px;
  }
  .report_container_toggle ul li a {
    width: 1.5rem;
  }
  .report_container .box .item a .center {
    font-size: 0.2rem;
    padding-top: 0.1rem;
  }
  .report_container .box .item a .right p img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .cultureBox8 .box .list .boxTop {
    font-size: 14px;
  }
  .cultureBox7 .box {
    font-size: 15px;
  }
  .contactBox .box .item .boxBot a {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1281px) {
  .indexNavPc .box .boxRight .boxT {
    margin-top: 0.7rem;
  }
  .indexNews .box .boxRight .right {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
    .contactBox .box .item .boxBot p span {
      font-size: .2rem;
    }
        
  .MobileMain {
    z-index: 6;
  }
  .indexWord .desc {
    position: inherit;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0.3rem;
    padding: 0 5vw;
  }
  .aboutBox3 .aboutBox3_ {
    margin-top: -1.8rem;
    position: inherit;
    left: 0;
    z-index: 1;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.52rem;
    padding-right: 1.52rem;
  }
  .about_Company_philosophy .box .item {
    margin-right: 0;
  }
  .about_culture .box1 .boxRight .main .item .video {
    margin-top: 0.68rem;
    margin-right: 0;
  }
  .w1614 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .indexHead {
    display: none;
  }
  .inner_bannner .img img {
    height: 3.5rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .aboutBox .box .boxLeft {
    width: 100%;
    text-align: center;
  }
  .aboutBox .box .boxLeft img {
    width: 70%;
  }
  .aboutBox .box .boxRight {
    width: 100%;
  }
  .aboutBox .box .boxRight h5 {
    font-size: 0.3rem;
  }
  .aboutBox .box .boxRight .list p {
    margin-top: 0.74rem;
    padding-right: 0;
  }
  .aboutBox .box .boxRight .video {
    margin-top: 0.74rem;
  }
  .about_product .desc {
    padding-right: 0;
  }
  .aboutBox {
    padding: 0.92rem 0 0;
  }
  .about_product {
    margin-top: 0.92rem;
  }
  .about_product .box .list .item {
    width: 33.333%;
  }
  .about_product .box {
    margin-top: 0.92rem;
  }
  .about_industry .box .boxLeft {
    padding-top: 0;
    width: 100%;
  }
  .about_industry .box .boxRight {
    width: 100%;
    margin-top: 0.4rem;
    text-align: center;
  }
  .about_industry .box .boxRight img {
    width: 70%;
  }
  .about_industry .box .boxLeft .content1 {
    margin-top: 0.5rem;
  }
  .about_industry {
    margin-top: 0.92rem;
  }
  .indexWord .addressBox {
    position: inherit;
    top: 0;
    right: 0;
    width: 90%;
    margin: auto;
  }
  .aboutBox3 .aboutBox3_ {
    margin-top: 0.6rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .aboutBox3 .aboutBox3_ .box_ .item .t_ .r {
    display: none;
  }
  .aboutBox3 .aboutBox3_ .box_ .item .b_ {
    display: none;
  }
  .aboutBox3 .aboutBox3_ .box_ .item .t_ .l p {
    display: none;
  }
  .aboutBox3 .aboutBox3_ .box_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .aboutBox3 .aboutBox3_ .box_ .item {
    background: none;
    width: auto;
    height: auto;
    padding: 0rem 0 0.1rem;
    top: 0;
    margin: 0 0.4rem;
  }
  .aboutBox3 .aboutBox3_ .box_ .item .t_ .l div {
    margin-top: 0;
  }
  .aboutBox3 .aboutBox3_ .box_ .active {
    background: none !important;
    border-bottom: 1px solid #08338a;
  }
  .indexWord .box .item .address .right {
    margin-left: 0;
  }
  .aboutBox3 .aboutBox3_ .box_ .active .t_ .l div {
    color: #000;
  }
  .aboutBox3 .aboutBox3_ .box_ .item .t_ .r {
    display: none;
  }
  .indexWord {
    overflow: hidden;
  }
  .indexWord .box .item .map {
    display: none;
  }
  .indexWord .box .item .diDian {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 94%;
    margin: auto;
  }
  .indexWord .box .item .diDian .address {
    position: initial;
    top: 0;
    left: 0;
    right: 0;
    width: 25%;
    text-align: center;
  }
  .indexWord .box .item .diDian .address .left {
    display: none;
  }
  .indexWord .box .item .diDian .address .right {
    font-size: 0.22rem;
    line-height: 0.6rem;
    width: 100%;
    color: #000 !important;
  }
  .indexWord .box .item .diDian .active {
    background: #1a5f9d;
  }
  .indexWord .box .item .diDian .active .right {
    color: #fff !important;
  }
  .indexWord .biaoT {
    position: inherit;
    left: 5vw;
    top: 0;
    z-index: 2;
  }
  .indexWord {
    padding: 0.92rem 0;
  }
  .indexWord .box {
    margin: 0.4rem 0;
  }
  .aboutBox3 .aboutBox3_ .box_ .item .t_ .l div {
    font-size: 0.24rem;
  }
  .aboutBox3 {
    margin-top: 0.92rem;
  }
  .indexBanner .box .swiper-slide > img {
    height: 58vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .indexNews {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
  }
  .indexBanner .box .swiper-slide .main .mainBox .top h5 {
    font-size: 0.36rem;
  }
  .indexNews .box .boxLeft {
    display: none;
  }
  .indexNews .box .boxRight {
    width: 100%;
  }
  .home_solution_container .box .item {
    width: 33.333%;
  }
  .home_solution_container .box .item a .boxRight {
    display: none;
  }
  .home_solution_container .box .item a .boxLeft {
    width: 100%;
  }
  .home_solution_container .box .item a {
    width: 100%;
  }
  .home_news_container .box .item a .position {
    display: none;
  }
  .home_news_container .box .item a .content1 {
    padding-right: 0;
  }
  .home_news_container .box .item a {
    padding: 0.25rem 0.2rem;
  }
  .home_news_container .box .item a .content4 {
    margin-top: 0.14rem;
  }
  .home_news_container .box .item a .content3 {
    margin-top: 0.25rem;
    font-size: 14px;
  }
  .indexWord .boxList {
    position: inherit;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .indexWord .boxList .box_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.5rem 0;
  }
  .indexWord .boxList .box_ .item {
    font-size: 0.24rem;
    margin: 0 0.4rem;
  }
  .w1740 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .indexFoot .box .boxTop {
    display: none;
  }
  .indexFoot .box .boxCenter .boxLeft {
    display: none;
  }
  .indexFoot .box .boxCenter .boxRight {
    width: 100%;
    text-align: center;
  }
  .indexFoot .box .boxCenter .boxRight .bottom {
    display: none;
  }
  .indexFoot .box1 .boxLeft .boxT {
    display: none;
  }
  .indexFoot .box1 {
    text-align: center;
  }
  .indexFoot .box1 .boxLeft {
    width: 100%;
  }
  .indexFoot .box1 .boxRight {
    width: 100%;
    margin-top: 0.3rem;
  }
  .indexFoot .box .boxCenter {
    margin-top: 0;
  }
  .indexFoot .box1 {
    margin-top: 0;
  }
  .indexFoot .box1 .boxLeft .boxB {
    margin-top: 0.2rem;
  }
  .SubsidiaryCompany .box .parent {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .SubsidiaryCompany .box .parent .item a .left {
    width: 100%;
  }
  .Customer_partner .box .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .Customer_partner .box .list ul li {
    height: 1.1rem;
  }
  .Customer_partner .box .list h5 {
    font-size: 0.3rem;
  }
  .aboutBox9 .box {
    margin-top: 0.8rem;
    padding: 0 5vw;
  }
  .aboutBox9 .box .item .boxLeft {
    width: 100%;
  }
  .aboutBox9 .box .item .boxRight {
    padding: 0;
    width: 100%;
  }
  .aboutBox9 .box section {
    padding: 0vw;
  }
  .aboutBox9 .box .item .time {
    display: none;
  }
  .aboutBox9 .box .btn p {
    display: none;
  }
  .aboutBox9 .box .swiper-container {
    padding-top: 0;
  }
  .aboutBox10 .box section {
    padding: 0;
  }
  .about_culture .box .boxLeft {
    width: 100%;
  }
  .about_culture .box:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .about_quality .box {
    grid-gap: 0.3rem;
  }
  .about_quality .box .item .bot {
    padding: 0.4rem;
  }
  .about_quality .box .item .bot .title {
    font-size: 0.22rem;
  }
  .about_honoe1 .toggle {
    margin-top: -0.8rem;
  }
  .productBox {
    padding-top: 0.92rem;
  }
  .product_cpyw .img img {
    min-height: 68vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .product_cpyw .position .box .content1 {
    width: 100%;
    margin-top: 0.92rem;
  }
  .product_cpyw1 .position {
    position: inherit;
  }
  .product_cpyw1 {
    background: #f2f9ff;
  }
  .product_cpyw1 .img {
    display: none;
  }
  .product_list .box .parent {
    grid-template-columns: repeat(2, 1fr);
  }
  .productBox .box .boxRight {
    min-width: 100%;
    padding-top: 0.7rem;
  }
  .product_list {
    margin-top: 0.92rem;
    padding-bottom: 0.92rem;
  }
  .productInfo_container .box .boxLeft {
    width: 100%;
  }
  .productInfo_container .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .productInfo_container .box .boxLeft div {
    width: 100%;
    height: 5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .productInfo_container .box .boxLeft div p {
    height: 100%;
    text-align: center;
  }
  .productInfo_container .box .boxLeft div p img {
    margin: auto;
  }
  .technology_container .box .left,
  .technology_container .box .right {
    width: 100%;
  }
  .technology_container .box .right img {
    width: 100%;
    margin-top: 0.5rem;
  }
  .technology1_container .box .list .item .num4 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
  .technology1_container .box .list2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .technology1_container .box .list2 .item:first-child {
    margin-bottom: 0.7rem;
  }
  .technology1_container .box .list3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ability_container .box .list_box .list {
    position: inherit;
    width: 100%;
  }
  .ability_container .box .main {
    display: none;
  }
  .ability_container .box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .ability_container .box .list_box .list1,
  .ability_container .box .list_box .list2,
  .ability_container .box .list_box .list3,
  .ability_container .box .list_box .list4,
  .ability_container .box .list_box .list5,
  .ability_container .box .list_box .list6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: revert;
    -ms-flex-flow: revert;
    flex-flow: revert;
    top: 0;
    right: 0%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    text-align: left;
  }
  .ability_container .box .list_box .list {
    margin-bottom: 0.5rem;
  }
  .ability_container .box .list_box .list:last-child {
    margin-bottom: 0;
  }
  .ability_container .box {
    width: 90vw;
    height: auto;
    margin: auto;
  }
  .ability_container {
    margin-top: 0.92rem;
    margin-bottom: 0.92rem;
  }
  .newsBox1 .box .item {
    width: 49%;
  }
  .newsBox1 .box .item:nth-child(3n) {
    margin-right: 2%;
  }
  .newsBox1 .box .item:nth-child(2n) {
    margin-right: 0;
  }
  .newsBox .box .swiper-slide .item a .boxLeft {
    width: 100%;
  }
  .newsBox .box .swiper-slide .item a .boxRight {
    width: 100%;
    padding: 0.5rem;
  }
  .newsBox .box .swiper-container .posi .number {
    display: none;
  }
  .newsBox .box .swiper-container .posi {
    top: auto;
    bottom: 0.5rem;
  }
  .newsBox .box .swiper-container .posi .buttom > span {
    display: none;
  }
  .newsBox .box .swiper-container .posi .buttom p {
    margin-left: 8px;
  }
  .newsBox2 .box .title div {
    font-size: 0.28rem;
  }
  .newsBox2 .box .shang .div {
    width: 100%;
  }
  .newsBox2 .box .shang .div a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: revert;
    -ms-flex-direction: revert;
    flex-direction: revert;
  }
  .newsBox2 .box .shang .div a p {
    font-size: 16px;
  }
  .newsBox2 .box .shang .div_ a span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: revert;
    -ms-flex-flow: revert;
    flex-flow: revert;
  }
  .newsBox2 .box .shang .div_ a span img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-left: 0;
  }
  .newsBox2 .box .shang .div a span {
    width: 1.5rem;
  }
  .newsBox2 .box .shang .div_ {
    margin-top: 0.2rem;
  }
  .newsBox3 .box .item {
    width: 49%;
    margin-bottom: 0.55rem;
  }
  .newsBox3 .box .item:nth-child(2n) {
    margin-right: 0;
  }
  .newsBox3 .box .item:nth-child(3n) {
    margin-right: 2%;
  }
  .newsBox3 .box .item a .bottom {
    margin-top: 0.3rem;
  }
  .contact_container .box .item {
    max-width: 100%;
    width: 50%;
    margin-bottom: 0.4rem;
  }
  .contact_container .box .item:last-child {
    margin-bottom: 0;
  }
  .share_container .box .boxRight {
    width: 100%;
  }
  .share_container .box .boxLeft {
    padding-right: 0;
    margin-bottom: 0.4rem;
  }
  .share_container .box .boxLeft .main {
    min-height: 3rem;
  }
  .report_container_toggle {
    margin-top: 0.7rem;
  }
  .report_container_toggle .w1614 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .report_container .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .report_container_toggle ul li a {
    width: 1.4rem;
  }
  .cultureBox7 .box .item1,
  .cultureBox8 .box .list .boxTop .item1 {
    padding-left: 0.2rem;
    width: 30%;
  }
  .cultureBox7 .box .item2,
  .cultureBox8 .box .list .boxTop .item2 {
    width: 10%;
  }
  .cultureBox8 .box .list .boxTop .item5 span {
    margin-left: 0.2rem;
  }
  .cultureBox7 .box .item3,
  .cultureBox8 .box .list .boxTop .item3 {
    width: 12%;
  }
  .cultureBox7 .box .item5,
  .cultureBox8 .box .list .boxTop .item5 {
    width: 18%;
  }
  .cultureBox8 .box .list .boxBottom .left {
    padding-left: 0;
    width: 100%;
  }
  .cultureBox8 .box .list .boxBottom {
    padding: 0.6rem 0;
  }
  .cultureBox8 .box .list .boxBottom .right {
    padding-right: 0rem;
    margin-top: 0.4rem;
  }
  .contactBox .box .item {
    max-width: 100%;
    width: 50%;
    margin-bottom: 0.5rem;
  }
  .contactBox .box .item:last-child {
    margin-bottom: 0;
  }
  .contactBox .box .item .boxBot {
    margin-top: 0.26rem;
  }
  .contact_map {
    padding-top: 0;
  }
  .HeaderMobile .box .button .search {
    margin-right: 0.5rem;
  }
  .HeaderMobile .box .logo a img {
    height: 50px;
  }
  .m100 {
    margin-top: 0.92rem;
  }
  .about_Company_philosophy .box .item .left {
    width: 1.24rem;
    height: 1.24rem;
  }
  .about_Company_philosophy .box .item .right {
    margin-left: 0.2rem;
  }
  .about_Company_philosophy .box .item .left img {
    max-width: 0.6rem;
    max-height: 0.6rem;
  }
  .about_Company_philosophy .box .item .right .tit {
    font-size: 0.24rem;
  }
  .about_culture .box1::after {
    display: none;
  }
  .about_culture .box .boxRight {
    padding: 0.5rem 0 0 !important;
  }
  .about_culture .box1 .boxRight .main .item .desc {
    margin-top: 0.65rem;
  }
  .about_culture .box:not(:last-child) {
    margin-bottom: 0;
  }
  .about_Company_philosophy h5 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 669px) {
  .indexBanner .box .xian {
    display: none;
  }
  .indexBanner .box .page {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
  .indexBanner .box .page .path {
    stroke: #fff;
  }
  .newsBox .box .swiper-slide .item a .boxRight {
    z-index: 1;
    margin-top: -1px;
  }
  .indexBanner .box .page .swiper-pagination-bullet-active::after {
    background: #fff;
  }
  .indexBanner .box .page {
    right: 0rem;
    top: initial;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    text-align: center;
  }
  .indexBanner .box .page span {
    display: inline-block;
  }
  .newsBox2 .box .shang .div a p {
    text-align: left;
    width: 85%;
  }
  .technology1_container .box .list .item h5 {
    font-size: 0.2rem;
  }
  .technology1_container {
    overflow: hidden;
  }
  .technology1_container .box .list3 .item:first-child::after {
    display: none;
  }
  .technology1_container .box .list3 {
    grid-column-gap: 0.2rem;
  }
  .HeaderMobile .box .logo a img {
    height: 35px;
  }
  .bussiness_nav .box .item a .top {
    margin-top: 0.5rem;
  }
  .indexBanner .box .swiper-slide > img {
    height: 42vh;
  }
  .indexBanner .box .swiper-slide .main .mainBox .bot {
    margin-top: 0.2rem;
  }
  .search_container .box_search input[type='text'] {
    font-size: 14px;
  }
  .indexNews .box .boxRight {
    padding: 0 5vw;
  }
  .indexNews .box .boxRight .right {
    width: 71%;
    margin-left: 0.5rem;
  }
  .indexBanner .box .swiper-slide .main .mainBox .top h5 {
    font-size: 0.3rem;
  }
  .indexNews .box .boxBtn {
    display: none;
  }
  .indexNews .box .boxRight .right .swiper-container .swiper-slide .item .text {
    width: 69%;
    font-size: 14px;
  }
  .dEr_container ._box ._left h1 {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .dEr_container ._box ._right {
    margin-top: 0.4rem;
    width: 100%;
  }
  .home_about_container .box .content0 {
    max-width: 100%;
    margin-top: 0.6rem;
    text-align: justify;
  }
  .home_about_container .box .content1 {
    margin-top: 0.56rem;
  }
  .dEr_container ._box ._right a div span {
    font-size: 14px;
  }
  .p92 {
    padding-top: 0.72rem;
  }
  .p92_ {
    padding-bottom: 0.72rem;
  }
  .home_solution_container .box .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .home_solution_container .box .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home_solution_container .box .item a .boxLeft {
    padding: 0.4rem;
  }
  .home_solution_container .box .item a .boxLeft .content4 {
    display: none;
  }
  .home_solution_container .box .item a .boxLeft .content3 {
    bottom: 0.4rem;
  }
  .home_solution_container .box .item a {
    height: 3.45rem;
  }
  .m100 {
    margin-top: 0.72rem;
  }
  .home_solution_container {
    padding-bottom: 0.72rem;
  }
  .home_news_container .box .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .home_news_container {
    padding-bottom: 0.72rem;
  }
  .indexWord .boxList .box_ .item {
    font-size: 0.22rem;
  }
  .indexWord .box .item .diDian .address .right {
    font-size: 0.2rem;
  }
  .indexWord .addressBox {
    /*padding: 0.4rem;*/
  }
  .indexFoot .box1 .boxLeft .boxB p a {
    display: block;
  }
  .indexFoot .box1 .boxLeft .boxB p {
    font-size: 0.18rem;
  }
  .indexWord .addressBox .text .wenan div {
    line-height: 0.4rem;
  }
  .home_news_container .box .item a .content3 {
    font-size: 12px;
    line-height: 20px;
  }
  .indexNews .box .boxRight .left {
    font-size: 14px;
  }
  .indexNews .box .boxRight .left {
    font-size: 14px;
  }
  .indexWord .addressBox h5 {
    font-size: 0.24rem;
  }
  .aboutBox .box .boxLeft img {
    width: 100%;
  }
  .aboutBox .box .boxRight .video .main .left {
    font-size: 12px;
  }
  .about_product .desc {
    text-align: justify;
  }
  .about_product .box .list .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about_product .box .list .item {
    width: 100%;
    padding: 0.5rem 0;
  }
  .about_product .box .list .item .left {
    width: 100%;
  }
  .about_product .box .list .item .right {
    display: none;
  }
  .about_industry .box .boxRight img {
    width: 100%;
  }
  .SubsidiaryCompany .box .parent {
    grid-template-columns: repeat(1, 1fr);
  }
  .Customer_partner .box .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .Customer_partner .box .list {
    margin-top: 0.72rem;
  }
  .Customer_partner .box .list h5 {
    font-size: 0.26rem;
  }
  .about_culture .box .boxRight {
    padding: 0.4rem 0 0 !important;
  }
  .about_culture .box .boxRight .main .item h5 {
    font-size: 0.26rem;
  }
  .about_culture .box1 .boxRight .main .item .video .main .left {
    font-size: 12px;
  }
  .about_culture .box1 .boxRight .main .item h5 {
    margin-top: 0;
  }
  .about_quality .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_honor .page_information .page,
  .about_honoe1 .page_information .page {
    display: none;
  }
  .about_honor .page_information .button,
  .about_honoe1 .page_information .button {
    margin: 0 0.2rem;
  }
  .about_honor .page_information {
    margin-top: 0.6rem;
  }
  .about_culture .box1 .boxRight .main .item .video {
    margin-top: 0;
  }
  .about_culture .box1 .boxRight .main .item .desc p::before {
    width: 8px;
    height: 8px;
  }
  .about_culture .box .boxRight .main .item div p {
    font-size: 0.2rem;
  }
  .about_honor .box .banner .item .bot {
    height: 0.95rem;
  }
  .about_honoe1 .toggle {
    margin-top: 0.4rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about_honoe1 .box .banner .item .top img {
    height: 2.22rem;
  }
  .about_honoe1 .toggle ul li {
    font-size: 0.2rem;
  }
  .productBox .box .boxLeft h5 {
    font-size: 0.3rem;
  }
  .productBox .box .boxRight .boxTop .item {
    margin-left: 0;
    margin-right: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .productBox .box .boxRight .boxTop {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.2rem;
  }
  .product_cpyw .position .box .content0,
  .product_cpyw1 .position .box .content0 {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
  .product_cpyw .position .box .content1 .parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .product_cpyw .position .box .content1 .parent .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .product_cpyw .position .box .content1 .parent .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .product_cpyw .position .box .content1 .parent .div3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .product_cpyw .position .box .content1 .parent .div4 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .product_cpyw .img img {
    min-height: 83vh;
  }
  .product_cpyw .position .box .content0 {
    border-left: 2px solid #fff;
  }
  .productBox .box .boxRight .boxTop .item a {
    font-size: 14px;
  }
  .product_list {
    margin-top: 0.62rem;
  }
  .productBox .box .boxRight .boxBottom .list div {
    margin-bottom: 0.2rem;
  }
  .pageList .box > a {
    display: none;
  }
  .product_list .box .parent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .productInfo_container .box .boxRight .content3 ul li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  .productInfo1_container .box .content1 {
    line-height: 0.36rem;
    margin-top: 0.6rem;
  }
  .productInfo1_container {
    margin-top: 0.72rem;
    padding: 0.72rem 0;
  }
  .productInfo1_container .box .content0 {
    font-size: 0.24rem;
  }
  .technology1_container .box .list .item ul li .bot {
    line-height: 0.32rem;
  }
  .ability_container .box .list_box {
    --wid: 1.3rem;
  }
  .ability_container .box .list_box .list .desc {
    width: -webkit-calc(98.4%);
    width: calc(100% - 1.6rem);
  }
  .ability_container .box .list_box .list .desc .top h5 {
    font-size: 0.22rem;
  }
  .ability_container .box .list_box .list .desc .bot {
    line-height: 0.26rem;
  }
  .newsBox .box .swiper-slide .item a .boxRight .main2 {
    font-size: 0.24rem;
  }
  .newsBox3 .box .item {
    width: 100%;
    margin-right: 0;
  }
  .newsBox1 .box .item a .time {
    margin-top: 0.25rem;
    font-size: 12px;
  }
  .newsBox1 .box .item a .title {
    padding-right: 12px;
  }
  .pageList .box p a img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .newsBox2 .box .title div {
    font-size: 0.24rem;
  }
  .newsBox2 .box .shang .div a p,
  .newsBox2 .box .shang .div a span {
    font-size: 12px;
  }
  .newsBox2 .box .shang .div a span img {
    display: none;
  }
  .layerVideo .box span {
    font-size: 26px;
  }
  .dEr_container ._box ._left h6 {
    margin-top: 0.1rem;
  }
  .share_container .box .boxRight {
    padding: 0 0.4rem;
  }
  .report_container_toggle ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .report_container_toggle ul li {
    margin-bottom: 0.2rem;
  }
  .report_container .box {
    border-top: 1px solid #ddd;
  }
  .report_container .p92 {
    padding-top: 0.5rem;
  }
  .cultureBox7 .box .item1,
  .cultureBox8 .box .list .boxTop .item1 {
    width: 33%;
  }
  .cultureBox8 .box .list .boxTop {
    font-size: 12px;
  }
  .cultureBox7 .box .item {
    line-height: 0.8rem;
  }
  .cultureBox7 .box {
    font-size: 12px;
  }
  .cultureBox7 .box .item2,
  .cultureBox8 .box .list .boxTop .item2 {
    display: none;
  }
  .cultureBox7 .box .item4,
  .cultureBox8 .box .list .boxTop .item4 {
    display: none;
  }
  .cultureBox7 .box .item3,
  .cultureBox8 .box .list .boxTop .item3 {
    width: 24%;
  }
  .cultureBox7 .box .item5,
  .cultureBox8 .box .list .boxTop .item5 {
    width: 32%;
  }
  .cultureBox9 .box {
    width: 90vw;
  }
  .cultureBox9 .box .main1 img {
    width: 1.66rem;
  }
  .cultureBox9 .box .main3,
  .cultureBox9 .box .main2 {
    margin-top: 0.5rem;
  }
  .contactBox .box .item {
    width: 100%;
  }
  .contactBox .box .item .boxBot p {
    font-size: 14px;
  }
  .contactBox .box .item .boxBot a {
    font-size: 0.28rem;
  }
  .about_Company_philosophy .box .item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
/*# sourceMappingURL=./style.css.map */