@font-face {
  font-family: 'iconfont';  /* Project id 2376408 */
  src: url('//at.alicdn.com/t/c/font_2376408_odumd99pd8.woff2?t=1728978700926') format('woff2'),
       url('//at.alicdn.com/t/c/font_2376408_odumd99pd8.woff?t=1728978700926') format('woff'),
       url('//at.alicdn.com/t/c/font_2376408_odumd99pd8.ttf?t=1728978700926') format('truetype');
}

@font-face {
  font-family: 'iconfont';
  /* project id 2316900 */
  src: url('//at.alicdn.com/t/font_2316900_hpicnzfi1a.eot');
  src: url('//at.alicdn.com/t/font_2316900_hpicnzfi1a.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2316900_hpicnzfi1a.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2316900_hpicnzfi1a.woff') format('woff'),
    url('//at.alicdn.com/t/font_2316900_hpicnzfi1a.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2316900_hpicnzfi1a.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Gilroy-L';
  src: url('../font/Gilroy-Light.otf');
}

@font-face {
  font-family: 'Gilroy-B';
  src: url('../font/Gilroy-B.woff');
}

@font-face {
  font-family: 'Gilroy-M';
  src: url('../font/Gilroy-Medium.otf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #555;
  font-family: 'Gilroy-L';
  width: 100%;
  overflow-x: hidden;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px
}

img {
  border: 0;
  margin: 0px;
  padding: 0px;
  display: block;
  max-width: 100%;
}

input:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  zoom: 1;
}

a:link {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #278839;
  text-decoration: none;
}

a:active {
  color: #666;
  text-decoration: none;
}

h1 {
  font-size: 40px;
  color: #278839;
  line-height: 42px;
  font-family: 'Gilroy-M';
}

/*top_menu*/
#top_menu {
  width: 100%;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  height: 80px;
  position: fixed;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgb(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgb(0, 0, 0, 0.2);
}

#top_menu ul {
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 101;
  height: 100%;
}

#top_menu ul li {
  float: left;
}

#top_menu ul li img {
  height: 53px;
}

#top_menu ul li:nth-child(1) {
  width: 30%;
  text-align: left;
  height: 100%;
  display:flex;justify-content:flex-start;align-items:center;
}

#top_menu ul li:nth-child(2) {
  width: 70%;
  text-align: right;
  line-height: 80px;
}

#top_menu ul li:nth-child(3) {
  width: 10%;
  text-align: right;
  line-height: 80px;
}

#top_menu ul li:nth-child(2) a {
  margin-left: 25px;
  font-size: 17px;
  color: #000000;
  font-family: 'Gilroy-M';
  display: inline-block;background-image: linear-gradient(#333,#333);background-position: center bottom;background-size: 0 2.5px;background-repeat: no-repeat;transition: .4s;line-height:80px;
}
#top_menu ul li:nth-child(2) a:hover{background-size: 100% 2.5px;}

/*#top_menu ul li:nth-child(2) a:last-child{font-family:Arial, Helvetica, sans-serif; font-size:12px;}*/
#top_menu ul li:nth-child(3) span {
  font-size: 18px;
  margin-left: 8px;
  color: #333;
}

.shadow {
  width: 100%;
  height: 7px;
  font-size: 0;
  overflow: hidden;
  background: url(../image/nav_shadow.png) repeat-x;
  position: fixed;
  z-index: 101;
  top: 80px;
}


.head_a {
  width: 100%;
  height: 55px;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 0 2px rgba(200, 200, 200, 0.1);
  -webkit-box-shadow: 0 0 2px rgb(200, 200, 200, 0.1);
  -moz-box-shadow: 0 0 2px rgb(200, 200, 200, 0.1);
  display: none;
}

.head_a ul {
  width: 95%;
  height: 55px;
  margin: 0 auto;
}

.head_a ul li:nth-child(1) {
  width: 30%;
}

.head_a ul li {
  width: 25%;
  float: left;
  height: 55px;
}

.head_a ul li:nth-child(1) {
  display: flex;
  -webkit-display: flex;
  justify-content: left;
  align-items: center;
}

.head_a ul li:nth-child(2) {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 55px;
  float: right;
}

/*mob nav*/
.sp_nav {
  width: 8vw;
  float: right;
  position: relative;
  cursor: pointer;
  height: 8vw;
  margin-top: 18px;
}

.sp_nav span {
  display: block;
  background: #191919;
  width: 7vw;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
  top: 0px
}

.sp_nav span:nth-of-type(2) {
  top: 8px
}

.sp_nav span:nth-of-type(3) {
  top: 16px
}

.sp_nav_se span:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
  width: 0
}

.sp_nav_se span:nth-of-type(3) {
  top: 8px;
  transform: rotate(-45deg)
}

.sjj_nav {
  position: fixed;
  z-index: 999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
  display: none;
}

.nav_show {
  top: 55px;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0
}

.sjj_nav>ul>li:first-child>a {
  float: left;
  width: 100%;
}

.sjj_nav>ul>li:first-child .language {
  float: right;
  width: 100%;
  overflow: hidden;
  line-height: 30px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 20%;
  float: left;
  text-align: center;
  color: #999;
  border-right: 1px #ddd solid;
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg)
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 5vw;
  position: relative;
  line-height: 40px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none
}

.sjj_nav ul li a {
  color: #616161;
  width: 100%;
  display: block;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #999;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #cc0022
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px
}

/* pc */
.head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: top .5s;
  z-index: 999999
}

.head-v3 {
  position: relative;
  top: 80px;
}

.navigation-down {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%
}

.navigation-down .nav-down-menu {
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0px
}

.navigation-down .nav-down-menu .navigation-down-inner {
  width: 66%;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.navigation-down .nav-down-menu dl {
  float: left;
  margin: 30px 25px 0 0;
  cursor: pointer;
}
.navigation-down .nav-down-menu dl:last-child{
  margin-right:0;
}

.navigation-down .menu-1 ol {
  float: right;
  margin: 30px 0;
}

.navigation-down .menu-1 dl {
  line-height: 50px;
  font-size: 13px;
  padding: 30px 0;
  font-family: 'Gilroy-M';
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.navigation-down .menu-1 dl:hover{
  color:#000;
}

.navigation-down .menu-1 dl img {
  height: 100px;
}

.navigation-down .menu-1 dl span {
  font-size: 24px;
  color: #d71718;
  margin-right: 10px;
}

.navigation-down .menu-1 dt {
  color: #000;
}

.navigation-down .menu-1 dd a {
  color: #000;
}

.navigation-down .menu-1 dd a:hover {
  color: #60aff6
}

.navigation-down .menu-2 dd a,
.navigation-down .menu-3 dd a {
  color: #000;
}

.sub {
  width: 100%;
  padding: 0;
  position: fixed;
  top: -120px;
  overflow: hidden;
  text-align: left;
  z-index: 100;
  left: 0;
  background: #f5f5f5;
  height: 200px;
}

.sub_xiao {
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.n_banner {
  width: 100%;
  height: 50vh;
  background-color: #666;
  position: relative;
  margin-top: 80px;
}

.n_banner ul {
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.n_banner ul font {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  letter-spacing: 1px;
}

.n_banner ul span {
  color: #aaa;
  font-size: 16px;
}

.n_banner ol {
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.n_banner ol li {
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
  cursor: pointer;
}

.n_banner ol li dd {
  float: left;
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
  border-right: 1px solid #444;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: 'Gilroy-M';
}

.n_banner ol li dd:hover {
  background-color: #28883A;
  color: #fff;
}

.n_banner ol li dd:nth-child(1) {
  border-left: 1px solid #444;
}

.index_add_n_dd {
  background-color: #28883A;
  color: #fff;
}

/*index_add*/
.index_banner {
  width: 100%;
  height: 60vh;
  margin: 66px auto 0 auto;
}

.txt-box {
  width: 66%;
  min-width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 9;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*
.swiper-container {width:100%;height:100%;}
.swiper-slide{color:#fff;}
*/
.banner_bg {
  background: rgba(51, 51, 51, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.txt-box .titlea_a {
  font-size: 80px;
  line-height: 100px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
}

.txt-box .titlea_b {
  font-size: 80px;
  line-height: 100px;
  color: #fff;
  margin-top: 5px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
}

.txt-box .titlea_c {
  font-size: 50px;
  line-height: 70px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  font-family: 'Gilroy-B';
}

.txt-box .titlea_d {
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  margin-top: 25px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
}

.txt-box .titlea_e {
  position: absolute;
  right: 0;
  top: -100px;
}

.txt-box .titlea_btn {
  color: #fff;
  margin-top: 40px;
}

.txt-box a {
  padding: 8px 15px;
  background: #5B945B;
  color: #fff;
  font-size: 16px;
  font-family: 'Gilroy-M';
  margin-top: 30px;
  position: relative;
}

.btn7:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  background: inherit;
  z-index: -1;
  opacity: 0.5;
  -webkit-transform: scale3d(.6, .4, 1);
  transform: scale3d(.6, .4, 1);
  display: none\9;
}

.btn7:hover {
  background: #5B945B;
  border-color: #5B945B;
  -webkit-transition: background-color .1s .3s, color .1s .3s;
  transition: background-color .1s .3s, color .1s .3s;
  -webkit-animation: anim-moema-1 .3s forwards;
  animation: anim-moema-1 .3s forwards
}

.btn7:hover:before {
  -webkit-animation: anim-moema-2 .3s .3s forwards;
  animation: anim-moema-2 .3s .3s forwards;
}

@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
  }

  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
  }

  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

/*index_about*/
/*.index_about{width:66%; min-width:1200px; margin:0 auto; padding:100px 0;}*/
/*
.index_about{width:1200px; margin:0 auto; padding:100px 0;}
.index_about ul:nth-child(1){width:calc(50% - 35px); float:left; margin-right:70px;}
.index_about ul:nth-child(2){width:calc(50% - 35px); float:left;}
.index_about ul:nth-child(2) img{width:100%;}
.index_about ul p:nth-child(1){font-size:32px; line-height:42px; color:#278839;font-weight: bold;}
.index_about ul p:nth-child(2){font-size:13px; line-height:20px; color:#333;margin: 10px 0;}
.index_about ul a{display:block; background-color:#278839; color:#fff; width:100px; text-align:center; padding:5px 15px; margin-top:30px; border-radius:8px;}
*/

/*index_about*/
.index_about_box {
  width: 100%;
  overflow: hidden;
  background: #f6f6f6;
}

.index_about {
  width: 100%;
  height: 800px;
  background-image: url(../image/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.index_about ul {
  width: 1200px;
  height: 800px;
  margin: 0 auto;
  position: relative;
}

.index_about ul .topTitle {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.index_about ul .topTitle:nth-child(1) {
  top: 120px;
  width: 100%;
  text-align: center;
}

.index_about ul .topTitle:nth-child(2) {
  top: 98px;
  width: 100%;
  text-align: center;
}

.index_about ul .topTitle:nth-child(3) {
  top: 170px;
  left: 0px;
  width: 1200px;
  height: 560px;
  /* */
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#666', Direction=135, Strength=3);
  box-shadow: 0 0 5px #666;
}

.qj_title_w {
  font-size: 32px;
  color: #ffffff;
  font-family: 'Gilroy-B';
  text-transform: uppercase;
}

.qj_ftitle_w {
  font-size: 16px;
  color: #ffffff;
}

.left_ol {
  width: 400px;
  height: 560px;
  background-color: #000;
  float: right;
}

.right_ol {
  width: 800px;
  height: 560px;
  float: left;
  background: rgba(255, 255, 255, 0.8);
}

.right_ol div {
  width: 680px;
  height: auto;
  padding-top: 50px;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}

.right_ol div .title {
  color: #278839;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Gilroy-M';
}

.right_ol div .iconBox dd {
  width: calc(25% - 24px);
  height: auto;
  float: left;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 30px;
  cursor: pointer;
}

.right_ol div .iconBox dd i {
  font-size: 30px;
  color: #278839;
}

.right_ol div .iconBox dd p {
  font-size: 15px;
  color: #333;
  margin-top: 5px;
}

.rollNum {
  padding-top: 30px !important;
}

.right_ol div .rollNum dd {
  width: calc(33.3% - 24px);
  height: auto;
  float: left;
  text-align: center;
  padding: 0 12px;
  margin: 30px 0;
}

.right_ol div .rollNum dd i {
  font-size: 30px;
  color: #278839;
}

.right_ol div .rollNum dd p {
  font-size: 15px;
  color: #333;
  margin-top: 5px;
}

.right_ol div .rollNum dd p:nth-child(1) {
  font-size: 35px;
  font-weight: bold;
  color: #278839;
  font-family: 'FuturaBT_k';
}

.right_ol div .rollNum dd p:nth-child(1) span:nth-child(2) {
  font-size: 25px;
  margin-left: 5px;
}

.right_ol div a {
  padding: 5px 25px;
  border: 1px solid #278839;
  color: #333;
  font-size: 14px;
  float: right;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #333;
}

.abq {
  height: 35px;
  margin-top: 20px;
}

/* .right_ol div a:hover{ padding:6px 30px; border:1px solid #278839; color:#ffffff; background-color:#278839; font-size:14px;} */
.right_ol_content p:nth-child(2) {
  margin-top: 25px;
  font-size: 16px;
}

.right_ol_content p:nth-child(3) {
  margin-top: 15px;
}

.btn4 {
  border: 1px solid #d0d0d0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn4:hover {
  color: #fff;
}

.btn4 .btnbg-x {
  background: #278839;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.btn4:hover .btnbg-x {
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.btn4 span {
  position: relative;
  z-index: 1;
}

.app-store-box {
  padding: 80px 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #252525;
}

.app-store-head h2 {
  position: relative;
  font-weight: normal;
  text-align: center;
  font-size: 38px;
  color: #fff;
  z-index: 50;
}

.app-store-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.app-store-list {
  margin: 30px 0;
  text-align: justify;
}

.app-store-item {
  position: relative;
  float: left;
  margin: 0 10px;
  width: calc(33.33% - 20px);
  height: 100%;
  background: #fff;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  border-radius: 10px;
  margin-bottom: 20px;
}

.app-store-item:hover {
  box-shadow: 0px 1px 17px 5px rgba(156, 244, 255, 0.3);
  -webkit-box-shadow: 0px 1px 17px 5px rgba(156, 244, 255, 0.3);
  -moz-box-shadow: 0px 1px 17px 5px rgba(156, 244, 255, 0.3);
}

/* .app-store-item:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
} */

.app-store-item img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.app-store-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.app-store-info h3 {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}

.app-store-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  background: #333;
  opacity: .9;
  border-radius: 50%;
  z-index: 10;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.item01 .app-store-tag {
  background: #6bddd7;
}

.item02 .app-store-tag {
  background: #56de7f;
}

.item03 .app-store-tag {
  background: #818181;
}

.item04 .app-store-tag {
  background: #0087fa;
}

.item05 .app-store-tag {
  background: #fcc300;
}

.item06 .app-store-tag {
  background: #b9161c;
}

.app-store-list .app-store-item:hover .app-store-tag {
  -webkit-transform: scale(3.9, 3.9);
  -moz-transform: scale(3.9, 3.9);
  transform: scale(3.9, 3.9);
}

.app-store-btn {
  text-align: center;
}

.app-store-btn a {
  display: inline-block;
  border: 1px solid #ff6d01;
  color: #ff6d01;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 30px;
  border-radius: 60px;
}

.app-store-btn a:hover {
  background-color: #ff6d01;
  color: #fff;
}

/*������ʽ1*/
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 400px;
  margin: 250px auto;
  height: 250px;
  background: #FFF;
  border-radius: .4rem .4rem .4rem .4rem;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  width: auto;
  height: 1.25rem;
  display: block;
  font-size: 14px;
}

.is-visible .cd-popup-container {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.timeLineBox {
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
}

/* about */
.mid66 {
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
}

.about_word {
  float: right;
  width: 50%;
  line-height: 26px;
}

.about_aLeftImg {
  width:calc(50% - 20px);
  float: left;
  height: 380px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_aLeftImg img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about_aImgBox {
  width: 100%;
  overflow: hidden;
}

.about_aImgBox img {
  width: calc(50% - 10px);
  float: left;
  margin-right: 20px;
  height: 180px;
  margin-bottom:20px;
}

.about_aImgBox img:nth-child(2n) {
  margin-right: 0px;
}

.about_word p {
  margin-bottom: 15px;
}

.about_aBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.about_aBox .top{
  font-size:16px;
}

.about_aBox ul li {
  width: calc(25% - 15px);
  margin-right: 20px;
  overflow: hidden;
  float: left;
  margin-bottom: 40px;
}

.about_aBox ul li:nth-child(4n) {
  margin-right: 0;
}

.about_aBox ul li p:nth-child(1) {
  color: #278839;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}

.about_aBox ul li p:nth-child(1) b {
  font-size: 55px;
  margin-right: 10px;
  font-family: 'Gilroy-B';
}


.serviceWord {
  overflow: hidden;
  text-align: left;
}
.jzShow{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.jzShow .mid{
  display:flex;justify-content:space-between;align-items:flex-start;    margin-bottom: 60px;
}
.jzShow a{
    padding: 14px 35px;
    background: #5B945B;
    color: #fff;
    font-size: 18px;
    font-family: 'Gilroy-M';
    position: relative;
    margin-bottom: 60px;
    border-radius: 5px;
}
.jzShow .mid .dl{
  width: 50% !important;
}

.serviceWord p:nth-child(1) {
  font-size: 32px;
  color: #278839;
  font-weight: normal;
  font-family: 'Gilroy-B';
}

.serviceWord p:nth-child(2) {
  font-size: 1.4rem;
  margin: 10px 0;
  color: #000000;
}

.zzBox {
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
  margin-top: 0 !important;
}

.zzBox div {
  width: calc(33.3% - 15px) !important;
  margin-right: 20px;
  float: left;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: #878787 0px 0px 10px;
}

.zzBox div:nth-child(3n) {
  margin-right: 0px;
}

.zzBox div img {
  margin-top: 0;
}

.zzBox li {
  width: calc(33.3% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
}

.zzBox li img {
  width: 40%;
  margin-top: 20px;
}

.zzBox li p {
  margin: 20px 0;
  width: 80%;
  text-align: center;
  height: 48px;
  font-family: 'Gilroy-M';
  font-size: 16px;
}

.zzBox li:nth-child(3n) {
  margin-right: 0px;
}

.gcBox {
  width: 100%;
  overflow: hidden;
}

.gcBox img:nth-child(1) {
  width: calc(50% - 15px);
  margin-right: 30px;
  float: left;
}

.gcBox img:nth-child(2) {
  width: calc(50% - 15px);
  float: right;
}

.wordBox {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.wordLeft {
  width: calc(50% - 15px);
  margin-right: 30px;
  float: left;
}

.wordRight {
  width: calc(50% - 15px);
  float: right;
}

.wordTop {
  width: 100%;
  overflow: hidden;
  height: 60px;
}

.wordTop span:nth-child(1) {
  float: left;
  margin-right: 20px;
  color: #1CA3DC;
  display: inline-block;
  width: 100px;
  border-top: 3px solid #8BCFED;
  height: calc(100% - 3px);
  line-height: 60px;
}

.wordTop span b {
  font-size: 50px;
  margin-right: 5px;
}

.wordTop span:nth-child(2) {
  float: left;
  color: #1CA3DC;
  height: calc(100% - 3px);
  line-height: 90px;
  display: inline-block;
  width: calc(100% - 120px);
  border-top: 3px solid #8BCFED;
}

.wordBtm {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.wordBtm span {
  float: right;
  display: inline-block;
  width: calc(100% - 120px);
}

.dl {
  margin-top: 10px !important;
}

.dl p {
  margin-top: 5px;
}

.dl img {
  margin-top: 20px;
  width: 100%;
}

.jscxBox {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
  line-height: 2;
}

.jscx {
  width: calc(33.33% - 10px);
  margin-right: 15px;
  float: left;
  overflow: hidden;
}

.jscxBox .jscx:nth-child(3) {
  margin-right: 0;
}

.jscx p:nth-child(1) {
  font-size: 30px;
  color: #1CA3DC;
  margin-bottom: 10px;
  font-weight: bold;
}

.jscx p:nth-child(2) {
  font-size: 12px;
  text-indent: 0em;
}


.process_title {
  text-align: center;
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Gilroy-M';
}

.process_tipBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.process_tipBox div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.process_tipBox div img {
  width: 30px;
  margin-top: 0;
  margin-right: 10px;
}

.process {
  width: 1200px;
  margin: 0 auto;
  cursor: default;
}

.process-items {
  display: table !important;
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
  color: #000;
  font-size: 18px;
  text-align: center;
  width: 100%;
}

.process-items li {
  display: table-cell;
  width: 25%;
  vertical-align: bottom;
  padding: 0 .5em;
  -webkit-transform: scale(0.65) translateY(40px);
  transform: scale(0.65) translateY(40px);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.process-items li.active {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.process-items em {
  display: block;
  margin-top: .5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-items em img {
  width: 50%;
}


/*������ʽ2*/
.cd-popup1 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999;
}

.cd-popup1.is-visible1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container1 {
  position: relative;
  width: 400px;
  margin: 250px auto;
  height: 250px;
  background: #FFF;
  border-radius: .4rem .4rem .4rem .4rem;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  width: auto;
  height: 1.25rem;
  display: block;
  font-size: 14px;
}

.is-visible1 .cd-popup-container1 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*������ʽ3*/
.cd-popup2 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999;
}

.cd-popup2.is-visible2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container2 {
  position: relative;
  width: 400px;
  margin: 250px auto;
  height: 250px;
  background: #FFF;
  border-radius: .4rem .4rem .4rem .4rem;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  width: auto;
  height: 1.25rem;
  display: block;
  font-size: 14px;
}

.is-visible2 .cd-popup-container2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


/*������ʽ3*/
.cd-popup3 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999;
}

.cd-popup3.is-visible3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container3 {
  position: relative;
  width: 900px;
  margin: 250px auto;
  height: 500px;
  background: #FFF;
  padding: 20px;
  border-radius: .4rem .4rem .4rem .4rem;
  text-align: left;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-container3 p {
  font-size: 24px;
  color: #cccccc;
  line-height: 40px;
}

.cd-popup-close {
  position: absolute;
  right: 0px;
  top: -30px;
  z-index: 10;
  width: auto;
  height: 1.25rem;
  display: block;
  font-size: 30px;
  color: #ffffff !important;
}

.is-visible3 .cd-popup-container3 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cd-buttons {
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
}

.cd-popup-trigger3 {
  width: 100px;
  height: 100px;
  margin: 230px 0 0 150px;
  background-image: url(../image/mov_b.png);
  cursor: pointer;
}

.cd-popup-trigger3:hover {
  width: 100px;
  height: 100px;
  margin: 230px 0 0 150px;
  background-image: url(../image/mov_a.png);
  cursor: pointer;
}


/*index_c*/
.index_c {
  width: 100%;
  overflow: hidden;
  padding: 250px 0 0 0;
  background: #f6f6f6;
  position: relative;
}

.index_c_w {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.index_c_w p:nth-child(1) {
  font-size: 25px;
  line-height: 35px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}

.index_c_w p:nth-child(2) {
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.index_c_w p:nth-child(2) a {
  color: #666666;
}

.index_c_w p:nth-child(2) span {
  margin: 0 12px;
}

.index_c_w p:nth-child(3) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}

.index_c_w p:nth-child(3) a {
  color: #666666;
}

.index_c_w p:nth-child(3) span {
  margin: 0 12px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
  background-size: cover;
  top: -82px;
  right: calc(50% - 345px) !important;
  height: 37px;
  width: 37px;
}

.swiper-slide {
  background: none;
}

.index_c_mid {
  position: absolute;
  width: 700px;
  height: calc(100% - 40px);
  top: 40px;
  background: #fff;
  left: 50%;
  margin-left: -480px;
}

.index_c_mid p {
  margin-top: 100px;
  margin-left: 80px;
  font-size: 55px;
  font-weight: bold;
  color: #515B61;
  font-family: 'Gilroy-B';
}

/*index_pro*/
.index_pro {
  width: 100%;
  height: 668px;
  padding: 100px 0;
  background-image: url(../image/index_pro_bg.jpg);
  background-size: 100%;
  background-attachment: fixed;
}

/*index_ys*/
.index_ys {
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

.index_ys ul:nth-child(1) {
  text-align: left;
  width:100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 12px;
  margin-bottom: 40px;
  color: #999;
  display:flex;justify-content:space-between;align-items:center;
}
.index_ys ul:nth-child(1) a{
  padding: 5px 25px;
  border: 1px solid #278839;
  color: #333;
  font-size: 14px;
  float: right;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #333;
}
.index_ys ul:nth-child(1) a:hover{
  color:#fff;
}

/* .index_ys ul li{width:20%; float:left; text-align:center; border-right:1px solid #eee; box-sizing:border-box;} */
/* .index_ys ul li:last-child{border:none;}
.index_ys ul li span{font-size:40px; display:block; margin-bottom:10px; line-height:40px; color:#bbb;} */

/*index_cus*/
.index_cus {
  width: 100%;
  padding: 60px 0;
}

.index_cus ul:nth-child(1) {
  text-align: left;
  margin-bottom: 40px;
  color: #999;
}

/* .index_cus ul:nth-child(1) p{width:80%;margin-left:10%;} */
.applicationBox {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 12px;
}

.index_cus ul {
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 12px;
}

.applicationBox li {
  width: calc(25% - 15px);
  float: left;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 40px;
  color: #000;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  box-shadow: 2px 2px 10px #8f8f8f;
}

.app_img {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.app_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.9s;
}

.applicationBox li:nth-child(4n) {
  margin-right: 0;
}
.applicationBox li:hover img{
  transform: scale(1.1);
}

.index_cus ul li .icon {
  position: absolute;
  width: 40px;
  top: 20px;
  right: 20px;
  z-index: 9;
}

.applicationBox .name {
  width: 100%;
  height: 40px;
  background: #278839;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  padding: 0 12px;
  text-shadow: 1px 1px 1px #000;
  position: relative;
  z-index: 3;
  font-family: 'Gilroy-M';
}


.index_proBox{
  width: 100%;
  overflow: hidden;
  padding: 12px;
}
.index_proBox li{
  float: left;
  margin-right:20px;
  width: calc(33.3% - 16px);
  display:flex;justify-content:center;align-items:center;
  font-size: 50px;
  font-family: 'Gilroy-M';
  color:#fff;
  height: 250px;
  background-position: center;
  background-size: cover;
  box-shadow: 2px 2px 10px #cdcdcd;
}
.index_proBox li:hover{
  box-shadow: 2px 2px 10px #1f1f1f;
}
.index_proBox li:last-child{
  margin-right:0;
}
.index_proBox li a{
  display: inline-block;
  width: 100%;
  height: 100%;
  color:#fff;
  display:flex;justify-content:center;align-items:center;
}

.index_cus ul li p {
  position: absolute;
  padding: 0 12px;
  width: calc(100% - 24px);
  background: rgba(42, 161, 216, 0.8);
  color: #fff;
  line-height: 40px;
  bottom: 0;
}

.index_cus ul li ol {
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-size: 60px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.2);
  ;
}

.index_cus ul li p span {
  display: inline-block;
  width: 50%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_qualityBox{
  width: 100%;
  overflow: hidden;
  padding: 12px;
}
.index_qualityBox li{
  float: left;
  margin-right:20px;
  width: calc(25% - 16px);
  height: 150px;
  background-position: center;
  background-size: cover;
  box-shadow: 2px 2px 10px #cdcdcd;
}
.index_qualityBox li:hover{
  box-shadow: 2px 2px 10px #1f1f1f;
}
.index_qualityBox li:last-child{
  margin-right:0;
}

.index_qualityTips{
  display:flex;justify-content:flex-start;align-items:flex-start;
  width: 100%;
  margin-top:12px;
  padding:12px;
}
.index_qualityTips i{
  font-size:30px;
  margin-right: 12px;
}
.index_qualityTips span{
  font-size:18px;
  font-family: 'Gilroy-M';
}


.service_qualityBox{
  width: 100%;
  overflow: hidden;
  margin-bottom:24px;
}
.service_qualityBox li{
  float: left;
  margin-right:20px;
  width: calc(25% - 16px);
  height: 150px;
  background-position: center;
  background-size: cover;
}
.service_qualityBox li:last-child{
  margin-right:0;
}

.service_qualityTips{
  width: 100%;
  margin-top:12px;
}
.service_qualityTips p{
  font-size:16px;
  margin-bottom:12px;
}


/*index_news*/
.index_news {
  width: 100%;
  height: auto;
  padding: 0 0 60px 0;
}

.index_news ul:nth-child(1) {
  text-align: left;
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 12px;
  margin-bottom: 40px;
  color: #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_news2 ul:nth-child(1){
  padding: 60px 0;
  padding-bottom: 20px;
}
.index_news ul:nth-child(1) a {
  padding: 5px 25px;
  border: 1px solid #278839;
  color: #333;
  font-size: 14px;
  float: right;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #333;
}
.index_news ul:nth-child(1) a:hover{
  color:#fff;
}

.index_news ul ol {
  width: 50%;
  float: left;
}

.index_news ul ol:nth-child(2) {
  text-align: right;
}

.index_news ul ol:nth-child(2) a {
  border: 1px solid #278839;
  color: #278839;
  width: 100px;
  text-align: center;
  padding: 5px 15px;
  margin-top: 30px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.index_news ul {
  width: 66%;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.index_news ul li {
  width: calc(50% - 35px);
  float: left;
  margin-right: 70px;
  position: relative;
  min-height: 300px;
  background-position: center;
  background-size: cover;
}

.index_news ul li:nth-child(2) {
  margin-right: 0;
}

.index_news ul li dd {
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
}

.index_news ul li dd span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.index_news ul li dl {
  border-bottom: 1px solid #ddd;
  padding-bottom: 17px;
  margin-bottom: 17px;
  cursor: pointer;
  font-size: 12px;
}

/*.index_news ul li dl:nth-child(3){border:none;}*/
.index_news ul li dl span {
  font-size: 16px;
  color: #333;
  display: inline-block;
  width: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: 'Gilroy-M';
}

.index_news2 ul li dl span:nth-child(1){
  font-size:18px;
  overflow: hidden; text-overflow: ellipsis;white-space: nowrap;
  display: inline-block;
}

.index_index_news ul li dl span {
  font-size: 16px;
  color: #333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px
}

.index_news ul li dl div ol:nth-child(1) {
  float: left;
  width: 80%;
}

.index_news ul li dl div ol:nth-child(2) {
  float: left;
  width: 15%;
  margin-left: 5%;
  font-size: 14px;
  text-align: center;
   font-family: 'Gilroy-M';
  background-color: #eee;
}

.index_news ul li dl div ol font {
  font-size: 30px;
  line-height: 50px;
  background-color: #91b9c8;
  width: 100%;
  display: block;
  height: 50px;
  color: #fff;
}

/* .index_news ul li img{width:100%; height:285px;} */

.pagepn {
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
}

.wrap {
  margin: 3vw 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wrap a {
  width: 35px;
  height: 35px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.6vw 0 0;
  transition: all 0.3s ease;
  font-family: 'Gilroy-M';
}

.wrap .on {
  background: #91b9c8;
  border: 1px solid #91b9c8;
  color: #ffffff;
}

.wrap a:hover {
  background: #91b9c8;
  border: 1px solid #91b9c8;
  color: #ffffff;
}

/*bottom*/
.bottom {
  width: 100%;
  height: auto;
  background-color: #eee;
}

.bottom_t{
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
  display:flex;justify-content:space-between;align-items:flex-start;
  padding:40px 0;
}

.bottom_t .left{
  width: 50%;
  overflow: hidden;
  display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
}
.bottom_t .left .p1{
  font-size:22px;
  font-family: 'Gilroy-M';
  color: #278839;
}
.bottom_t .left .p2{
  margin-top:15px;
  display:flex;justify-content:flex-start;align-items:center;
  width: 100%;
}
.bottom_t .left .p2 i{
  font-size:22px;
  margin-right:10px;
}
.bottom_t .left .p2 span{
  display: inline-block;
  width: 50%;
  line-height: 1.2;
  font-size:15px;
}
.bottom_t .right{
  width: 50%;
  display: flex;flex-direction: column;    align-items: flex-end;
  justify-content: space-between;
}
.bottom_t .right .logo{
  width:200px;
}

.bottom_a {
  width: 100%;
  height: 30px;
  background-color: #333;
}

.bottom_a ul {
  width: 66%;
  min-width: 1200px;
  height: 30px;
  margin: 0 auto;
}

.bottom_a ul li {
  width: 50%;
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
   font-family: 'Gilroy-M';
}

.bottom_a ul li:last-child {
  text-align: right;
   font-family: 'Gilroy-M';
}

.bottom .iconBox {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 110px;
}

.bottom .iconBox a {
  margin-left: 12px;
  font-size: 30px;
  position: relative;
}

.bottom .iconBox .whatsapp img {
  position: absolute;
  width: 100px;
  height: 100px;
  max-width: none;
  bottom: 35px;
  right: -35px;
  display: none;
  transition: all 0.3s;
}

.bottom .iconBox .whatsapp:hover img {
  display: block;
}

#disBG {
  position: absolute;
  width: 100%;
  display: none;
  margin-top: 66px;
  z-index: -1;
}

.ewm {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -40px;
}

.writeName {
  float: right;
  width: 238px
}

.dsz {
  margin-bottom: 30px;
  margin-top: 0;
  width: 250px;
  float: right;
}

.jscxImg {
  width: calc(50% - 80px);
  margin-top: 20px;
  float: left;
}

.about_a .dl {
  width: 50%;
  float: right;
  font-size: 15px;
}

/* .techBox{width:100%;overflow: hidden;display:flex;justify-content:space-between;align-items:center;}
.techBox ul:nth-child(2){width:50%;} */

.all_mid {
  width: 66%;
  min-width: 1200px;
  overflow: hidden;
  margin: 60px auto;
}
.jz{
  display:flex;justify-content:space-between;align-items:center;
}

.all_part1 {
  width: calc(100% - 350px);
  float: right;
  overflow: hidden;
}

.solution {
  float: left;
  width: calc(33.3% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.all_part1 .solution:nth-child(3n) {
  margin-right: 0;
}

.solution_imgBox {
  width: 100%;
  overflow: hidden;
  height: 350px;
  float: left;
  background-size: cover;
  background-position: center;
}

.solution_imgBox img {
  width: 100%;
  transition: all 0.9s;
}

.solution_imgBox img:hover {
  transform: scale(1.1);
}

.solution_allBtm {
  float: left;
  padding: 12px 20px;
  width: 100%;
  overflow: hidden;
  background: #EEEFEF;
}

.all_part1_p1 {
  font-size: 20px;
  color: #2E6CB4;
  margin: 12px 0;
  font-weight: 500;
  height: 48px;
  font-family: 'Gilroy-B';
    font-weight: bold;
}

.all_part1_p2 {
  height: 200px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: 'Gilroy-M';
}

.all_btnBox {
  width: 100%;
  height: 25px;
  margin-top: 20px;
}

.all_btnBox a {
  float: right;
  color: #fff;
  display: inline-block;
  background: #2E6CB4;
  width: 80px;
  height: 25px;
  font-size: 12px;
  text-align: center;
  border: none;
  border-radius: 50px;
  position: relative;
  font-weight: bold;
}

.all_btnBox .btn7:hover{
  background:#2E6CB4;
}

/* .all_btnBox a:hover {
  background: #fff;
  color: #0E6EB8;
  border: 1px solid #0E6EB8;
} */


.news_title{
  font-family: 'Gilroy-M';
  margin-bottom:20px;
}
.news_date{
  font-size:14px; color:#999;
  margin-bottom:40px;
}
.news_content{
  font-size:14px;
  margin-bottom:40px;
}

.proBanner {
  padding: 250px 0;
  background-position: bottom !important;
}

.proBanner ul span {
  color: #fff;
}

.contact_bBox {
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  background: #EBEBEB;
}

.contact_bBox .title {
  font-size: 32px;
  color: #278839;
  font-family: 'Gilroy-B';
}

.contact_bBox .p1 {
  font-size: 16px;
  margin: 12px 0 30px 0;
}

.contact_bBox .p2 span {
  font-size: 12px;
  color: #7A828F;
  border-bottom: 1px solid #7A828F;
}

.contact_bBox .message {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.contact_bBox .message ul {
  width: 100%;
  overflow: hidden;
}

.contact_bBox .message ul li {
  width: 50%;
  padding: 0 30px 0 0;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  float: left;
}

.contact_bBox .message ul li p {
  margin-bottom: 12px;
  color: #333;
  font-size: 18px;
  font-family: 'Gilroy-M';
}

.contact_bBox .message ul li input {
  width: 100%;
  border: none;
  border-radius: 50px;
  height: 50px;
  background-color: #fff;
  padding: 0 25px;
  font-family: 'Gilroy-M';
  font-size: 16px;
}

.contact_btn {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  padding-right: 20px;
  float: left;
  display:flex;justify-content:center;align-items:center;
}

.contact_btn button {
  padding: 15px 50px;
  border: 1px solid #278839;
  border-radius: 50px;
  background-color: #278839;
  color: #fff;
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}

.allMid {
  width: 66.66%;
  min-width: 1200px;
  margin: 0 auto;
}

.pcShow {
  display: block;
}

.mobileShow {
  display: none;
}

.c_code {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}



/* applications */
.app_a{
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0;
  overflow: hidden;
}
.app_a .title {
  float: left;
  width: 100%;
  text-align: center;
}
.app_a .nr {
  float: right;
  width: 100%;
  margin-top: 20px;
}

.app_a .nr .app_word{
  line-height: 1.5;
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 0;
  font-size: 15px;
}
.app_a .nr .app_word p{
  margin-bottom:12px;
}
.appWord {
  overflow: hidden;
  text-align: left;
  margin-bottom: 12px;
}
.app1_nr{
  width: 100%;
  overflow: hidden;
  display:flex;justify-content:center;align-items:flex-start;
}
.app1_nr .left{
  border-right:2px solid #278839;
  width: 50%;
  display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
  min-height: 100%;padding-bottom: 9000px;margin-bottom: -9000px;
}
.appLi{
  margin-bottom:30px;
  display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
  width: 80%;
}
.appLi .p1{
  font-size:20px;
  color:#278839;
  font-family: 'Gilroy-M';
  line-height: 1.5;
}
.appLi li{
  font-size:14px;
  line-height: 2;
  position: relative;
  padding-left:12px;
}
.appLi li::before{
  width: 4px;
  height: 4px;
  position: absolute;
  content:"";
  left:0;
  background: #000;
  border-radius: 50%;
  top: 12px;
}
.app1_nr .right{
  width: 50%;display: flex;flex-direction: column;align-items: flex-end;justify-content:flex-start;
  min-height: 100%;padding-bottom: 9000px;margin-bottom: -9000px;
}
.app1_nr>div .appLi:last-child{
  margin-bottom:0;
}

.solutions_box{
  width: 100%;
  overflow: hidden;
  display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
  margin-bottom: 100px;
}
.app_solu{
  width: 100%;
  display: inline-block;
  margin-bottom:30px;
  display:flex;justify-content:space-between;    align-items: flex-start;
}
.app_solu:hover{
  color:#333;
}
.app_solu .img{
  width: 250px;
  height: 155px;
  overflow: hidden;
}
.app_solu:hover img{
  transform: scale(1.1);
}
.app_solu .img img{
  width:100%;
  height:100%;
  transition: all 0.9s;
  object-fit:cover;
}
.app_solu ul{
  width: calc(100% - 270px);
  display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
}
.app_solu ul .p1{
  font-size:18px;
  color: #278839;
  font-family: 'Gilroy-M';
  margin-bottom:10px;
}
.app_solu ul .p2{
  font-family: 'Gilroy-M';
  margin:3px 0;
  color:#333;
  font-size: 16px;
}
.app_solu ul li{
  font-size:14px;
  line-height:1.7;
  position: relative;
  padding-left:12px;
}
.app_solu ul li::before{
  width: 4px;
  height: 4px;
  position: absolute;
  content:"";
  left:0;
  background: #000;
  border-radius: 50%;
  top: 10px;
}
.app_solu:hover .p1{
  text-decoration:underline;
}

.app2_nr{
  display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
  width: 100%;
  overflow: hidden;
}

.app2_li1{
  width: 60%;
  overflow: hidden;
}
.app2_li1 li{
  width: 33.3%;
  float: left;
  font-size:14px;
  line-height: 2;
  position: relative;
  padding-left:12px;
}
.app2_nr li::before{
  width: 4px;
  height: 4px;
  position: absolute;
  content:"";
  left:0;
  background: #000;
  border-radius: 50%;
  top: 12px;
}
.app2_li2{
  width: 100%;
  overflow: hidden;
  margin-top:30px;
}

.app2_li2 li{
  float: left;
  width: 100%;
  font-size:14px;
  line-height: 2;
  position: relative;
  padding-left:12px;
}
.app2_li2 .p1{
  font-size: 20px;
  color: #278839;
  font-family: 'Gilroy-M';
  line-height: 1.5;
}

.app3_li1 li{
  width: 50%;
}
.app4_li1 li{
  width: 100%;
}


.dlBox{
  width: 100%;
  padding:4vw 0;
  background: #fff;
}
.dlBox .downl{
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
}
.custom-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 20px;
  align-items: stretch;
}












@media only screen and (min-width: 100px) and (max-width: 1200px) {
  .pcShow {
    display: none;
  }

  .mobileShow {
    display: block;
  }

  .mobile_map {
    width: 100%;
    margin-top: 30px;
  }

  .index_banner {
    height: auto !important;
  }

  .txt-box {
    width: calc(100% - 24px) !important;
    min-width: 0;
    padding: 0 12px;
  }

  .txt-box .titlea_a {
    margin-top: 50px;
    font-size: 30px;
    color: #fff;
  }

  .txt-box .titlea_b {
    font-size: 30px;
    color: #fff;
  }

  .txt-box .titlea_c {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    margin-top: 0;
  }

  .txt-box .titlea_d {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 25px;
    margin-top: 0;
  }

  .index_c_mid {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .index_c_mid p {
    font-size: 35px;
    margin-left: 12px;
  }

  #index-banner {
    height: 450px;
  }

  #index-banner .swiper-slide {
    width: calc(100% - 24px) !important;
  }

  .index_c_w p:nth-child(2) a {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
  }

  .index_c_w p:nth-child(3) a {
    font-size: 14px;
    line-height: 1.2;
  }

  .index_c_w p:nth-child(1) {
    font-size: 20px;
    line-height: 25px;
  }

  /*
	.index_about{width:100%;}
	.index_about ul:nth-child(1){width:calc(100% - 24px);margin-left:12px;text-align: center;}
	.index_about ul:nth-child(1) img{position: relative;left: 50%;margin-left: -50px;}
	.index_about ul a{position: relative;left: 50%;margin-left: -65px;}
	.index_about ul:nth-child(2){width:calc(100% - 24px);margin-left:12px;margin-top:20px;}
*/
  /*
	.index_about{width:100%; height:81vh; background:#FFF; background-image:url(../image/about_bg.jpg); background-size:cover;}
	.index_about ul{height:auto; width:100%; position:relative;}
	.index_about ul span{position:absolute;top:0;left:0; text-align:center;}
	.index_about ul span img{height:8vh; margin-top:8.5vh;}
	.index_about ul span:nth-child(1){width:100%; top:6vh; text-align:center;}
	.index_about ul span:nth-child(2){width:90%; height:25vh; background-color:#fff; top:15vh; left:5%; line-height:2.0em; background-image:url(../image/about_bga.jpg); background-size:cover;}
	.index_about ul span:nth-child(3){width:90%; height:35vh; background-color:#FFF; top:40vh; left:5%; line-height:2.0em;}
	.index_about ul span dd{ padding:15px 25px; line-height:1.9em; text-align:center;}
	.index_about ul span dd a{ padding:3px 22px; background-color:#a38b77; color:#fff; text-decoration:none;}
*/
  .index_about ul {
    width: calc(100% - 48px);
    padding: 0 12px;
  }

  .qj_title_w {
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
  }

  .qj_ftitle_w {
    font-size: 0.8em;
    color: #fff;
    line-height: 2.2em;
  }

  .index_about ul span:nth-child(3) {
    width: calc(100% - 48px);
    position: relative;
  }

  .left_ol {
    width: 100%;
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
  }

  .cd-popup-trigger3 {
    margin: 0;
    width: 50px;
    height: 50px;
    background-size: 100%;
  }

  .cd-popup-trigger3:hover {
    width: 50px;
    height: 50px;
    margin: 0;
    background-image: url(../image/mov_a.png);
    cursor: pointer;
    background-size: 100%;
  }

  .cd-popup-container3 {
    width: 90%;
    height: 250px;
    left: 5%;
    top: 35vh;
    margin: 0;
    padding: 10px;
  }

  .cd-buttons {
    width: 100%;
    height: 100%;
  }

  .right_ol {
    width: 100%;
    height: auto;
  }

  .right_ol div {
    width: 100%;
    padding: 40px 12px;
  }

  .right_ol_content p:nth-child(3) {
    display: none;
  }

  /* .right_ol_content dd{display: none;} */
  .abq {
    margin-top: -30px;
  }

  .index_pro ul ol {
    width: calc(100% - 24px);
    margin-left: 12px;
    text-align: center;
  }

  .index_pro ul ol img {
    position: relative;
    left: 50%;
    margin-left: -50px;
  }

  .index_pro ul {
    width: calc(100% - 24px);
    margin-left: 12px;
  }

  .index_pro ul li {
    width: calc(100% - 15px);
    margin-right: 0px;
  }

  .index_ys {
    width: 100%;
    min-width: 0;
  }

  .index_ys ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .index_cus ul {
    width: 100%;
    min-width: 0;
  }

  .index_cus ul li {
    width: 100%;
  }

  .index_news ul {
    width: calc(100% - 24px);
    min-width: 0;
    margin-left: 12px;
  }

  .index_news ul ol {
    width: calc(100% - 24px);
    /* margin-left: 12px; */
    text-align: left;
  }

  .right_ol div .title {
    font-size: 20px;
  }

  .index_about {
    height: 1200px;
  }

  .index_map {
    width: 350px;
  }

  .index_ys ul:nth-child(1) {
    width: calc(100% - 24px);
    padding: 0 12px;
  }

  .index_mapBox {
    width: calc(100% - 24px);
  }

  .right_ol div .iconBox dd {
    width: 50%;
  }

  .right_ol div .rollNum dd {
    width: 50%;
  }

  .right_ol div .rollNum dd p:nth-child(1) {
    font-size: 30px;
  }

  .index_news ul ol img {
    position: relative;
    left: 50%;
    margin-left: -50px;
  }

  .index_news ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .index_news ul li dl div ol:nth-child(1) {
    width: calc(100% - 83px)
  }

  .index_news ul li dl div ol:nth-child(2) {
    width:70px;
    margin-left: 12px;
  }

  .bottom ul ol {
    width: 100%;
    min-width: 0;
  }

  .index_news ul li img {
    height: auto
  }

  .bottom ul:nth-child(2) {
    width: 100%;
    min-width: 0;
    padding: 20px 0;
  }

  .bottom ul dl {
    width: 33.33%;
    margin: 0;
    text-align: center;
    display: none;
  }

  .bottom ul dl:nth-child(4) {
    text-align: center;
    width: 100%;
    display: block;
  }

  .bottom_a ul {
    width: calc(100% - 24px);
    padding: 0 12px;
    min-width: 0;
  }

  .index_news ul ol:nth-child(2) {
    text-align: center;
  }

  .index_pro ul ol:nth-child(2) {
    text-align: center;
  }

  #top_menu ul li:nth-child(2) {
    display: none;
  }

  #top_menu ul li:nth-child(3) {
    display: none;
  }

  #top_menu ul li:nth-child(1) {
    margin-left: 12px;
  }

  .n_banner ul {
    width: 100%;
    min-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -80px;
  }

  .n_banner {
    margin-top: 55px;
    height: 200px;
    padding: 0;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: inherit !important;
  }

  .about_a {
    width: calc(100% - 24px);
    margin-left: 12px;
    min-width: 0;
    padding: 50px 0;
  }

  .about_a ul:nth-child(2) .gsBg {
    width: 100% !important;
    height: auto;
  }

  .about_word {
    width: 100% !important;
    margin-top: 0;
  }

  .about_aImgBox img {
    height: auto;
    width: calc(50% - 6px);
    margin-right: 12px;
    margin-bottom:0;
  }

  .about_aBox ul {
    margin-top: 30px !important;
  }

  .about_aBox ul li {
    width: calc(50% - 10px);
    margin-top: 40px;
    margin-bottom:0;
  }

  .about_aBox ul li:nth-child(2n) {
    margin-right: 0;
  }

  .about_aBox ul li p:nth-child(1) b {
    font-size: 35px;
  }

  #lo {
    margin-top: 30px !important;
  }

  #leftmenu {
    width: 100%;
    text-indent: 12px;
  }

  #pro {
    width: 100%;
    min-width: 0;
    padding: 50px 0;
  }

  #pro #content {
    width: 100%;
    padding: 0 12px;
    min-width: 0;
    margin-top: 50px;
  }

  .serviceBox {
    width: 100%;
    min-width: 0;
    padding: 0 12px;
    margin-top: 60px;
  }

  .serviceBox table tr {
    text-indent: 0;
  }

  .serviceImg {
    width: 100%;
    min-width: 0;
  }

  .index_news2 ul li dl div ol:nth-child(1) {
    width: calc(100% - 70px) !important;
  }

  .index_news2 ul li dl div ol:nth-child(2) {
    width: 70px !important;
    margin-right: 0 !important;
  }

  .index_news2 {
    padding: 50px 0;
  }

  .contact_c ul {
    width: calc(100% - 24px);
    margin-left: 12px;
    min-width: 0;
  }
  .index_news2 ul li dl>div{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact_c ul ol {
    width: 100%;
    margin: 0;
  }

  .contact_c {
    padding: 50px 0;
  }

  .bottom_a ul li {
    width: 100%;
    text-align: center;
  }

  .bottom_a ul li:nth-child(2) {
    display: none;
  }

  .ewm {
    position: relative;
    padding-top: 30px;
  }

  /*	.swiper-slide{height:60vh;}*/
  .nav__list {
    margin-top: 50px !important;
  }

  #content {
    padding: 0;
    width: 100%;
  }

  .index_pro {
    padding: 0;
    height: 1100px;
  }

  .title {
    width: 100%;
    font-size: 30px;
    left: 0;
    margin-left: 0;
    top: 0;
  }

  .bottom ul ol li:nth-child(2) {
    display: none;
  }

  .bottom ul ol li:nth-child(1) {
    width: 100%;
  }

  .bottom ul ol li:nth-child(1) img {
    left: 50%;
    position: relative;
    margin-left: -60px;
  }

  .index_news {
    padding: 50px 0;
    padding-bottom: 0;
  }

  .navigation .item {
    position: relative;
  }

  .user {
    top: 205px;
    left: 50%;
    margin-left: -115px;
  }

  .home {
    top: 505px;
    left: 50%;
    margin-left: -115px;
  }

  .fav {
    top: 805px;
    left: 50%;
    margin-left: -115px;
  }

  .item ul {
    margin-left: 0;
  }

  .about_a ul:nth-child(2) {
    margin-top: 20px;
  }

  .writeName {
    position: relative;
    left: 0;
    float: left;
    width: 50%;
    top: 240px;
  }

  .dsz {
    width: 50%;
    position: relative;
    top: -120px;
  }

  .gcBox img:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }

  .gcBox img:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }

  .wordLeft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .wordRight {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* .zzBox img{width:calc(50% - 6px) !important;margin-right:12px;} */
  .zzBox img:nth-child(5n) {
    margin-right: 12px;
  }

  .zzBox img:nth-child(2n) {
    margin-right: 0px !important;
  }

  .zzBox {
    /* margin-bottom: 30px; */
  }

  .jscx11 {
    margin-top: 0 !important;
    /* margin-bottom: 50px; */
  }

  .jscxImg {
    width: 100%;
  }

  .about_a .dl {
    width: 100%;
  }

  .index_news ul li dl span {
    /* margin-left: 5%; */
  }

  .serviceBox table {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    float: left !important;
  }

  .serviceBox table tr th:nth-child(1) {
    width: 50%;
  }

  .serviceBox table tr th:nth-child(2) {
    width: auto;
  }

  .serviceBox table tr th:nth-child(3) {
    width: auto;
  }

  .logoWallBox {
    width: 100%;
    min-width: 0;
  }

  .logoWallBox ul li {
    width: calc(50% - 1.1px);
  }

  .news_x ul {
    width: calc(100% - 24px);
    padding: 30px 12px;
    min-width: 0;
  }

  .news_x ul h2 {
    font-size: 18px;
    font-family: 'Gilroy-M';
  }

  .head {
    display: none;
  }

  .head_a {
    display: block;
  }

  .sjj_nav {
    display: block;
  }

  .all_mid {
    width: calc(100% - 24px);
    min-width: 0;
  }

  .solution {
    width: 100%;
  }

  .n_banner ol li {
    width: 100%;
    min-width: 0;
  }

  .n_banner ol li dd {
    height: 30px;
    padding: 0;
    line-height: 30px;
    width: 50%;
    text-align: center;
    float: left;
  }

  .n_banner ol {
    height: auto;
  }

  #content h3 {
    line-height: 35px;
  }

  #content img {
    width: 100%;
  }

  .n_banner ul font {
    font-size: 30px;
  }

  .n_banner ul span {
    color: #fff;
  }

  .contact_c h3 {
    line-height: 25px;
  }

  .contact_c ul ol {
    height: auto;
  }

  .contact_c ul ol:nth-child(2) {
    height: 400px;
  }

  .serviceWord p:nth-child(1) {
    font-size: 20px;
  }

  .bottom .iconBox {
    width: 100%;
    min-width: 0;
    justify-content: center;
    margin-top: 30px;
  }

  .serviceWord h1 {
    font-size: 25px;
  }

  .serviceWord br{
    height: 3px;
    display: contents;
  }
  .about_sjz {
    padding: 30px 12px;
    margin-left: 0;
  }

  .timeLineBox {
    width: 100%;
    min-width: 0;
  }

  .timeline .swiper-button-next {
    right: 8% !important;
  }

  .process_tipBox div {
    padding: 0 10px;
  }
  .process_tipBox div span{
    line-height: 1.4;
    font-size: 14px;
  }

  .process {
    width: 100%;
    /* margin-bottom: 30px; */
    overflow: hidden;
  }

  .processMobile {
    width: 100%;
  }

  .dl img{
    width: 70%;
  }

  .processMobile li {
    width: 50%;
    float: left;
    padding: 0 12px;
    margin-bottom: 30px;
  }

  .zzBox li {
    width: 100%;
    margin-right: 0;
  }

  .process .process-items {
    display: none !important;
  }

  .about_a ul img {
    margin-top: 10px;
  }

  .all_part1 {
    width: 100%;
    margin-top: 50px;
  }

  .right_ol_content p:nth-child(2){
    font-size:14px;
  }

  .bottom_t{
    width: 100%;
    display: flex;flex-direction: column;align-items: center;justify-content:center;
    min-width: 0;
  }
  .bottom{
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .bottom_t .left{
    width: 100%;
  }
  .bottom_t .right{
    width: 100%;
  }
  .bottom_t .right .logo{
    display: none;
  }
  .bottom_t .left .p2 span{
    width: 100%;
  }
  .about_aBox .top{
    font-size: 14px;
    margin-top: 30px;
  }
  .timeline .swiper-slide-active .timeline-title{
    line-height: 1.5;
    font-size: 24px;
  }
  .about_aBox{
    margin-bottom:0;
  }

  .jzShow .mid{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
  }
  .jzShow .mid .dl{
    width:100% !important;
    font-size: 14px;
  }
  .jzShow a{
    margin-bottom:0;
    padding: 12px 25px;
    font-size: 14px;
  }
  .app_a{
    width: 100%;
    min-width: 0;
    padding: 60px 12px 0 12px;

  }
  .appWord h1{
    font-size: 30px;
  }
  .appWord p{
    font-size: 14px;
  }
  .app_a .nr .app_word p{
    font-size:14px;
  }
  .app1_nr{display: flex;flex-direction: column;align-items: center;justify-content:center;}
  .app1_nr>div{
    width: 100% !important;
  }
  .app1_nr .left{
    border:none;
  }
  .appLi{
    width: 100%;
  }
  .appLi li{
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .appLi li::before{
    top: 8px;
  }
  .app1_nr>div .appLi:last-child{
    margin-bottom:30px;
  }

  .app_solu{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
  }
  .app_solu .img{
    width: 100%;
    height: auto;
  }
  .app_solu ul{
    width: 100%;
    margin-top: 20px;
  }
  .solutions_box {
    margin-bottom:50px;
  }

  .jzShow{
    margin-bottom:50px;
  }

  .sjj_nav ul li a{
    font-family: 'Gilroy-M';
    font-size: 16px;
  }
  .sjj_nav ul li ul li a{
    font-size:14px;
    font-family: 'Gilroy-L';
    color: #737373;
  }

  .app2_li1{
    width: 100%;
  }
  .app2_li1 li{
    width: 50%;
  }
  .jz{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .all_part1_p2{
    height: auto;
  }
  .all_part1_p1{
    font-size:18px;
  }
  .bg22{
    padding:60px 12px;
    background-size: cover;
  }
  .service_qualityBox li{
    height: 100px;
    width: calc(50% - 10px);
    margin-bottom:12px;
  }
  .service_qualityBox li:nth-child(2n){
    margin-right:0;
  }
  .service_qualityTips p{
    font-size:14px;
  }
  .serviceBox p{
    font-size:14px !important;
  }
  .index_news2 ul:nth-child(1){
    width: 100%;
    min-width: 0;
    padding:0 12px;
  }

  .pagepn{
    width: 100%;
    min-width: 0;
    padding:0 12px;
    margin-bottom:60px;
  }
  .pagepn .wrap{
    display:flex;justify-content:center;align-items:center;
  }
  .news_x{
    padding:12px 0;
  }

  .allMid{
    width: 100%;
    min-width: 0;
    padding:0 12px;
  }
  .contact_bBox .message ul li{
    width: 100%;
    padding:0;
    margin-bottom: 30px;
  }
  .contact_btn{
    padding-right:0;
  }
  .contact_btn button{
    width: 100%;
    margin-right:0;
  }


  .dlBox .downl{
    overflow: hidden;
    width: 100%;
    min-width: 0;
    padding: 0 12px;
  }
  .custom-row{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
  }






}