body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
*{font-family: 'Alibaba PuHuiTi R'!important}
body {
  font: 12px "zt";  
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}

html{
  scroll-padding-top:78px;
}

input,
select,
textarea,
button {
  vertical-align: middle;
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
span {
  display: inline-block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  display: inline-block;
}
/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
}
.font-fadeIn font {
  display: inline-block;
}
.scrolly {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
/* 浮动与清浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl::after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text_overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-ahref] {
  cursor: pointer;
}
.over-2 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over-3 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
html {
  font-size: 100px;
}
/* 初始定义 */
.word {
  font-family: "PingFang SC";
}
.word_b {
  font-family: "PingFang SC";
}
.word_l {
  font-family: "PingFang SC";
}
@media screen and (min-width: 1025px) {
  @font-face {
    font-family: 'word_b';
    src: url('../fonts/Medium.ttf');
  }
  .word_b {
    font-family: word_b;
  }
  @font-face {
    font-family: 'word';
    src: url('../fonts/Regular.otf');
  }
  .word {
    font-family: word;
  }
  @font-face {
    font-family: 'word_l';
    src: url('../fonts/light.otf');
  }
  .word_l {
    font-family: word_l;
  }
}
@font-face {
  font-family: 'en_l';
  src: url('../fonts/EUCLIDCIRCULARA-LIGHT.TTF');
}
.en_l {
  font-family: en_l;
}
@font-face {
  font-family: 'en';
  src: url('../fonts/EUCLIDCIRCULARA-MEDIUM.TTF');
}
.en {
  font-family: en;
}
@font-face {
  font-family: 'en_b';
  src: url('../fonts/EUCLIDCIRCULARA-SEMIBOLD.TTF');
}
.en_b {
  font-family: en_b;
}
@font-face {
  font-family: 'bannerEn';
  src: url('../fonts/Futura-Light.otf');
}
.bannerEn {
  font-family: bannerEn;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

/* 定义网站色值 */
.mc {
  color: #fff;
}
.fc {
  color: #175789;
}
.wc {
  color: #ffffff;
}
.grc {
  color: #eeeeee;
}
.d-gc {
  color: #8e8e8e;
}
.rc {
  color: #ff231c;
}
.oc {
  color: #ffb11e;
}
.yc {
  color: #fff714;
}
.gc {
  color: #8aff3c;
}
.transi {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.linear-bg {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
.linear-txt {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.max-wid {
  width: 70%;
  max-width: 1200px;
  margin: auto;
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 80px;
  }
  .f-50 {
    font-size: 42px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 70px;
  }
  .f-50 {
    font-size: 48px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
}
.op-6 {
  opacity: 0.6;
}
.wid-100 {
  width: 100%;
}
.f-50 {
  font-size: 40px;
}
.f-48 {
  font-size: 48px;
}
.f-24 {
  font-size: 24px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
/* a:hover .opacity { filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8; }
 */
/* 去除点击选项卡时出现的蓝色边框 */

.text-center{text-align: center;}
.swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text_over3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.w1400 {
  width:1400px;
  margin: 0px auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
}
.onCurr header {
  background: #fff;
}
.onCurr header .pc-nav .wc {
  color: #333;
}
header .pc-nav {
  width: 100%;
  position: relative;
  height: 100px;
  transition: height 0.5s ease-out;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
}
header .head_index{
    display: none;
}
header .pc-nav .col {
  position: relative;
  z-index: 10;
}
header .pc-nav .col .logoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 100px;
  position: relative;
  z-index: 3;
}
header .pc-nav .col .logoBox > img {
  width: 256px;
  height: 48px;
}
header .pc-nav .col .logoBox .img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
}
header .pc-nav .col:nth-of-type(1) {
  width: 256px;
}
header .pc-nav .col:nth-of-type(2) {
  z-index: 9;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*header .pc-nav.pc .col:nth-of-type(2) {
  border-bottom: 1px solid #878787;
}*/
/*header .pc-nav.bc .col:nth-of-type(2) {
  border-bottom: 1px solid #ddd;
}*/
header .pc-nav .col:nth-of-type(2) .w1400 > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 100%;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li {
  margin: 0 45px;
  position: relative;
  height: 100%;
}
header .pc-nav.bc .col:nth-of-type(2) .w1400 > ul > li.ani > a.on,header .pc-nav.on .col:nth-of-type(2) .w1400 > ul > li.ani > a.on{color: #07a33e;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > a{
  position: relative;
  line-height: 100px;
  display: flex;
  align-items: center;
}
header .pc-nav.on .col:nth-of-type(2) .w1400 > ul > li > a{
  position: relative;
  line-height: 100px;
  display: flex;
  align-items: center;
}
header .pc-nav.bc .col:nth-of-type(2) .w1400 > ul > li > a{height:100px;line-height:100px;}
header .pc-nav.bc .col .logoBox{height: 100px;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > a span{display: block;position: relative;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > a span:after {
  content: "";
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background-color: #fff;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li.on > a span:after,
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li:hover > a span:after {
  transition: all 0.5s;
  width: 100%;
}
header .pc-nav .col:nth-of-type(2) .w1400 .searchBox {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  width: 72px;
  height: 100px;
  background: url(../images/yy.svg) center no-repeat;
  background-size: auto 30px;
    transition: color 0.6s ease-out;
    -webkit-transition: color 0.6s ease-out;
    -moz-transition: color 0.6s ease-out;
    -o-transition: color 0.6s ease-out;
    -ms-transition: color 0.6s ease-out;
}
header .pc-nav.bc .col:nth-of-type(2) .w1400 .searchBox{height:100px;}
header .pc-nav.bc .col:nth-of-type(2) .w1400 .searchBox,header .pc-nav:hover .col:nth-of-type(2) .w1400 .searchBox{
  background: url(../images/yy2.svg) center no-repeat;
  background-size: auto 30px;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol{
  position: absolute;
  top: 100%;
  left: -24px;
  width: 120px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  border-radius:0 0 10px 10px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li:hover ol{height: 80px;padding: 10px 0;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li:nth-child(3):hover ol{height: 250px;padding: 0 0 0 50px;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li:nth-child(4):hover ol{height: 160px;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li:nth-child(3) > ol > li{padding: 18px 0;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > div {
  height:20px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
}
header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul{
	position: absolute;
  top: 100%;
  left: -14.5px;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  flex-direction: column;
  padding: 5px 15px;
  border-radius:0 0 10px 10px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul.in{display: block;}
header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li{
display: flex;
width: 100%;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
 visibility: visible;
  animation-delay: 0s;
  border-bottom: solid 1px #eee;
}
/*header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li:nth-child(2) {
  animation-delay: 0.1s;
}*/
header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li a{
font-size: 16px;
text-align: center;
position: relative;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
color: #333;
display: block;
width: 100%;
line-height: 54px;
}
header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li:last-child{border-bottom: none;}
header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li a:hover{color: #07a33e;}
/*header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > div {
  height: 20px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
}*/
/*header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul div{height: 20px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;}*/
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li {
  display: flex;
  width: 100%;
  padding: 8px 0 8px 0;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul:hover > li > ol > li {
  visibility: visible;
  animation-delay: 0s;
}
/*header .pc-nav .col:nth-of-type(2) .w1400 > ul:hover > li > ol > li:nth-child(2) {
  animation-delay: 0.1s;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul:hover > li > ol > li:nth-child(3) {
  animation-delay: 0.2s;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul:hover > li > ol > li:nth-child(4) {
  animation-delay: 0.3s;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul:hover > li > ol > li:nth-child(5) {
  animation-delay: 0.4s;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul:hover > li > ol > li:nth-child(6) {
  animation-delay: 0.5s;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul:hover > li > ol > li:nth-child(7) {
  animation-delay: 0.6s;
}*/
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > a {
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  color: #333;
  width: 100%;
  text-align: center;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > a:hover{color: #07a33e;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > h3 a{font-weight: bold;color: #333;font-size: 18px;padding-left: 12px;position: relative;} 
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > h3 a::before{content: "";display: block;position: absolute;left: 0;height: 18px;width: 3px;background: #07a33e;top: 5px;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > p a{color: #666;font-size: 16px;line-height: 34px;margin-left: 12px;position: relative; transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;width: 100%;display: block;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > p a::before{content: "";display: none;position: absolute;width: 5px;height: 5px;border-radius: 50%;background: #07a33e;left: 0;top: 50%;transform: translate(0,-50%); transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > p a:hover::before{display: block;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > p a:hover{padding-left: 12px;color: #07a33e; letter-spacing: 1px;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > p{padding-top: 13px;}
@media screen and (min-width: 1025px) {
  header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > a:hover {
    letter-spacing: 1px;
  }
  header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li a:hover{letter-spacing: 1px;}
  header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > a:hover:after {
    transform: scaleX(1);
  }
  header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li a:hover:after {
    transform: scaleX(1);
  }
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > div {
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > div > a {
  display: block;
  line-height: 30px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > div > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #175789;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
}
header .pc-nav.on .col:nth-of-type(2) .w1400 .searchBox{background: url(../images/yy2.svg) center no-repeat;
    background-size: auto 30px;}
header .pc-nav.on .wc{color: #333;}
header.on{position: relative;}
@media screen and (min-width: 1025px) {
  header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > div > a:hover {
    letter-spacing: 2px;
  }
  header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li a:hover{letter-spacing: 2px;}
  header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li > div > a:hover:after {
    transform: scaleX(1);
  }
  header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li a:hover:after {
    transform: scaleX(1);
  }
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > ol > li:hover > div {
  padding-top: 8px;
  max-height: 160px;
}
header .pc-nav .col:nth-of-type(2) .mask {
  top: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  background-color: rgba(12, 37, 79, 0.7);
  width: 100%;
  height: 0;
  transform-origin: 50% 0%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul:hover + .mask{
  height: 3.8rem;
}
header .pc-nav .col:nth-of-type(2) .w1400 .searchBox:hover .mask{ height: 3.8rem;}
@media screen and (max-width: 1600px) {
  header .pc-nav .col:nth-of-type(2) .w1400 > ul:hover + .mask {
    height: 4.8rem;
  }
  header .pc-nav .col:nth-of-type(2) .w1400 .searchBox:hover .mask{height: 4.8rem;}
}


header .pc-nav .wc {
  transition: color 0.6s ease-out;
  -webkit-transition: color 0.6s ease-out;
  -moz-transition: color 0.6s ease-out;
  -o-transition: color 0.6s ease-out;
  -ms-transition: color 0.6s ease-out;
}
header .pc-nav.bc .col .logoBox .img,header .pc-nav.on .col .logoBox .img,
.onCurr header .pc-nav .col .logoBox .img,header .pc-nav:hover .col .logoBox .img{
  opacity: 1;
}
header .pc-nav.bc .col:nth-of-type(2) .mask {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .pc-nav.bc .wc,header .pc-nav:hover .wc{
  color: #333;
}
header .pc-nav.bc .col:nth-of-type(2) .w1400 > ul > li > a span:after{
  background: #00a23e;
}
header .pc-nav.bc .col:nth-of-type(2) .w1400 > ul > li > a.on span:after,header .pc-nav .col:nth-of-type(2) .w1400 > ul > li:hover > a span:after,header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > a.on span:after{background: #00a23e;width: 100%}
header .pc-nav.bc .col:nth-of-type(2) .w1400 > ul > li:hover > a,header .pc-nav .col:nth-of-type(2) .w1400 > ul > li:hover > a,header .pc-nav .col:nth-of-type(2) .w1400 > ul > li > a.on{color: #00a23e;}
header .pc-nav.bc .searchF {
  display: none;
}
header .pc-nav.bc .searchS {
  display: block;
}
.searchS {
  display: none;
}
header .pc-nav.down .col .logoBox .img {
  opacity: 1;
}
/*header .pc-nav.down .col:nth-of-type(2) .mask {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100px;
}
header .pc-nav.down .col:nth-of-type(3) .box:nth-of-type(2) {
  background-color: #edf2f6;
}*/
header .pc-nav.down .wc {
  color: #333;
}
.footer {
  background: url(../images/f-bg.jpg) center no-repeat;
  background-size: cover;
}
footer .fMain {
  position: relative;
  z-index: 10;
  padding: 70px 0 1px;
  display: flex;
  flex-direction: column;
}
footer .fMain .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
footer .fMain .top .left {
  width: 4rem;
}
footer .fMain .top .left .logo img {
  margin-bottom: 29px;
}
footer .fMain .top .left .address {
  color: #fff;
}
footer .fMain .top .left .address p {
  font-size: 16px;
  line-height: 40px;
  color: #c7c7c7;
}
footer .fMain .top .left .address p:nth-child(2) {
  background: url(../images/icon/icon_4.png) left center no-repeat;
}
footer .fMain .top .car > ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 254px;
}
footer .fMain .top .car > ul p{color: #c7c7c7;font-size: 16px;margin-top: 11px;}
footer .fMain .top .car img{width: 122px;height: 122px;}
footer .fMain .top .col {
  position: relative;
  width: calc(100% - 9rem);
}
footer .fMain .top .col > ul {
  display: flex;
  justify-content: space-between;
}
footer .fMain .top .col > ul > li {
  position: relative;
}
footer .fMain .top .col > ul > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
footer .fMain .top .col > ul > li > ol {
  padding:23px 0 0 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
footer .fMain .top .col > ul > li > ol > div {
  height: 20px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
}
footer .fMain .top .col > ul > li > ol > li {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
footer .fMain .top .col > ul > li > ol > li > a {
  font-size: 16px;
  white-space: nowrap;
  text-align: left;
  position: relative;
  color: #c7c7c7;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  line-height: 40px;
}
footer .fMain .top .col > ul > li > ol > li > a:hover {
  letter-spacing:0.5px;
}
footer .fMain .top .col > ul > li > ol > li > div {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  -ms-transition: height 0.3s ease-out;
}
footer .fMain .top .col > ul > li > ol > li > div > a {
  display: block;
  line-height: 30px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
footer .fMain .top .col > ul > li > ol > li > div > a:nth-of-type(1) {
  padding-top: 8px;
}
footer .fMain .top .col > ul > li > ol > li:hover > div {
  height: 69px;
}
footer .fMain .top .col-100 {
  width: 100%;
  margin-top: 0.5rem;
}
footer .fMain .top .col-100 > ul > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px;
}
footer .btm {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .btm .fMain2{
display: flex;
justify-content: space-between;
text-align: center;
}
footer .btm p,
footer .btm a {
  display: flex;
  line-height: 82px;
  font-size: 16px;
  color:#c7c7c7;
}
.content {
  min-height: 50vh;
}
.pageBanner {
  position: relative;
  width: 100%;
  height: 606px;
  overflow: hidden;
}
.pageBanner .imgPic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pageBanner .imgPic i {
  width: 100%;
  height: 100%;
  display: block;
}
.pageBanner .pos {
  position: absolute;
  left: 0;
  top:50%;
  z-index: 3;
  width: 100%;
  color: #fff;
  transform: translate(0,-50%);
}
.pageBanner .pos b {
  font-size: 48px;
  font-family: "zt3";
  letter-spacing:3px;
  border-bottom: 1px solid #ddd;
  display: block;
}
.pageBanner .pos p {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "zt4";
  padding-top: 2px;
}
.pageBanner .pos .w240{width: 260px;text-align: center;}
.pageBanner .posLie i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0px;
  background: #fff;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-delay: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: height132;
  animation-name: height132;
}
@keyframes height132 {
  0% {
    height: 0px;
  }
  100% {
    height: 132px;
  }
}
.sub {
  position: relative;
  background: #fff;
  border-bottom: #f1f1f1 1px solid;
}
.sub .navBox .two {
  float: left;
}
.sub .navBox .two .twoBox {
  position: relative;
  margin-right: 52px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  font-family: "albb-b";
  font-weight: 500;
  display: block;
}
.sub .navBox .two .twoBox::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #07a33e;
  content: " ";
}
.sub .navBox .two.on .twoBox,
.sub .navBox .two:hover .twoBox {
  color: #07a33e;
}
.sub .navBox .two.on .twoBox::after,
.sub .navBox .two:hover .twoBox::after {
  transition: all 0.5s;
  width: 100%;
}
/*视频播放弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
  background: #000;
}
.pop_video video {
  width: 100%;
}
.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_56.png) center no-repeat;
  cursor: pointer;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.nav_icon {
    width: 24px;
    height: 100px;
    background: url(../images/icon_2.png) center no-repeat;
    background-size: contain;
    display: none;
}
.m_nav {
  transition: all 0.5s;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 99;
  width: 70%;
  height: 100vh;
  background: #fff;
  display: none;
}

.m_nav.cur {
  left: 30%;
}
.m_navBg{
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 98;
  display: none;
}
.m_navBg.cur{
  display: block;
}
.m_nav_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
  margin-top: 0.26rem;
  margin-bottom: 0.35rem;
}
.m_nav_logo{
  width: 2.5rem;
}
.m_nav_logo img{
  width: 100%;
}
.m_nav_close {
  width: 0.32rem;
  padding: 0.1rem;
  padding-right: 0;
}
.m_nav_close img{
  width: 100%;
}
.m_nav ul {
  width: 100%;
  overflow-y: auto;
}

.m_nav ul::-webkit-scrollbar {
  display: none;
}

.m_nav ul li {
  position: relative;
  overflow-x: hidden;
  padding: 0 0.3rem;
}

.m_nav ul .one {
  transition: all 0.5s;
  /* padding: 0 4%; */
  font-size: 0.28rem;
  line-height: 1rem;
  color: #666666;
  border-bottom: #e7e5e5 1px solid;
  position: relative;
}

.m_nav ul .go .one::after {
  content: '';
  width: 0.1rem;
  height: 0.2rem;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon/icon_90.png) center no-repeat;
  background-size: 0.1rem auto;
}

.m_nav ul .go .one.curs::after {
  transform: rotate(90deg);
}

.m_nav ul .pos {
  display: none;
  padding: 0.06rem 0;
}

.m_nav ul .pos .wc {
  position: relative;
  transition: all 0.5s;
}

.m_nav ul .pos .wc::after {
  content: '';
  width: 0.1rem;
  height: 0.2rem;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon/icon_90.png) center no-repeat;
  background-size: 0.1rem auto;
}

.m_nav ul .pos .wc.curss::after {
  transform: rotate(90deg);
}

.m_nav ul .pos a {
  line-height: 0.76rem;
  font-size: 0.24rem;
  color: #666666;
  border-bottom: #f3f3f3 1px solid;
}

.m_nav ul .on .one,
.m_nav ul .one:hover {
  transition: all 0.5s;
  color: #209bd3;
}

.m_nav ul .on .on a {
  color: #209bd3;
}

.m_nav ul .pos .open {
  display: none;
}

.m_nav ul .pos .open .pices {
  color: #999;
  padding-left: 0.3rem;
}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li:nth-child(3) > ol{width: 500px;left: -239px;padding-left: 50px;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li:nth-child(3) > ol > li{width: 33.33%;display: block;position: relative;float: left;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li:nth-child(3) > ol > li::after{content: "";width: 1px;height: 192px;background: #eee;top: 15px;right:40px;position: absolute;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li:nth-child(3) > ol > li:last-child::after{display: none;}
.video_banner_wrap {
    position: relative;
    width: 100%;
}

.banner_video_bg {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;}

.move_l{opacity:0; left:-100px;}
.clear{clear: both;}
.section1{padding: 106px 0 100px 0;position: relative;}
.build{position: absolute;top: 62px;}
.section1 .left{width: 48%;position: relative;z-index: 2;}
.section1 .right{width: 48%;}
.section1 .right img{width: 100%;border-radius: 10px;}
.title h3{color: #666;font-size: 40px;background: url("../images/line.png") no-repeat left top;padding-top: 10px;margin-bottom: 25px;display: inline-block;font-family: "zt3";}
.section1 .we{height: 245px;margin-bottom: 38px;}
.section1 .we.our{margin: 0;height:356px;position: relative;}
.section1 .we p{color: #666;font-size: 16px;line-height: 35px;font-family: "zt";}
.section1 .we.our p{padding-right: 8px;}
.section1 .swiper{height: 100%;width: 100%;}
.section1 .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
.section1 .swiper-scrollbar {
  position:absolute;
  right:0px;
  top:0;
  height:100%;
  width:2px;
  opacity: 1
}
.section1 .swiper-scrollbar .swiper-scrollbar-drag {
  background:#07a33e;
  width: 2px;
  border-radius: 0;
  height: 30px;
  right: 0px
}
.section1 .swiper-slide::-webkit-scrollbar{
	width:2px;
	height:4px;
}
.section1 .swiper-slide::-webkit-scrollbar-track{
	background: transparent;
}
.section1 .swiper-slide::-webkit-scrollbar-thumb{
	background: #07a33e;
}
.section1 .swiper-slide::-webkit-scrollbar-thumb:hover{
	background: #07a33e;
}
.section1 .swiper-slide::-webkit-scrollbar-corner{
	background: #07a33e;
}
.more_n a{display: block;width: 122px;height: 34px;background: url("../images/more1.png") no-repeat center;background-size: contain;line-height: 34px;text-align: center;color: #666;font-size: 13px;position: relative;z-index: 1;}
.more_n a:before{
    content: "";
    position: absolute;
    background: url("../images/more2.png") no-repeat center;
    background-size: contain;
    width: 0;
    height: 102%;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
    transition: width .3s;
    z-index: -1;
}
.more_n a:hover{color:#fff;}
.more_n a:hover:before{width:100%;}
.number{padding-top: 18px;}
.countup-txt h4{font-size:16px;color:#666;font-weight: normal;font-family:"zt"!important;}
.countup-txt h4 span{font-size:50px;color:#07a33e;display: inline-block;font-family: 'Alibaba PuHuiTi R'!important}
.countup-txt h4 em{font-style: normal;font-size: 16px;font-weight: normal;display: inline-block;position: relative;top:-3px;padding-left: 12px;}
.countup-txt p{font-size:16px;color:#666;padding-top: 7px;}
.number ul{display: flex;flex-wrap: wrap;}
.number li{position: relative;width:29%;}
.number li .countup-txt{position: relative;margin-top: 40px;}
.number li .countup-txt::after{content: "";display: block;height: 94px;width: 1px;background: #ddd;position: absolute;top: 12px;right:30%;}
.number li:nth-child(4n) .countup-txt::after{display: none;}
.number li:nth-child(4n){width: 13%;}

.tab{display: inline-block;float: right;padding-top: 26px;}
.tab a{display: inline-block;color: #666;font-size: 18px;padding:0 22px;position:relative;transition:0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition:  0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;}
.tab a::after{content: "";display: block;position: absolute;width: 1px;background: #e8e8e8;right: 0;top: 5px;height: 18px;transition:0.5s ease-out;
  -webkit-transition:0.5s ease-out;
  -moz-transition:0.5s ease-out;
  -o-transition:0.5s ease-out;
  -ms-transition: 0.5s ease-out;}
.tab a:last-child::after{display: none;padding-right: 0;}
.tab a::before{content: "";display: block;;position: absolute;top: 50%;left: 10px;transform: translate(0,-50%);background: #fff;border-radius: 50%;width: 6px;height: 6px;}
.tab a.on::before,.tab a:hover::before{background: #07a33e;}
.tab a:hover,.tab a.on{color:#07a33e;;letter-spacing: 2px;}
.tab-con{padding-top: 10px;}
.tab-con .group{display: none;}
.tab-con li{padding: 40px 0;position: relative;overflow: hidden;}
.tab-con li .pic{width: 386px;border-radius: 15px;overflow: hidden;}
.tab-con li .pic img{border-radius: 15px;width: 100%;height: 100%;object-fit: cover;transition:0.5s ease-out;
  -webkit-transition:0.5s ease-out;
  -moz-transition:0.5s ease-out;
  -o-transition:0.5s ease-out;
  -ms-transition: 0.5s ease-out;}
.tab-con li:hover .pic img{transform: scale(1.1);}
.tab-con li .text{width: calc(100% - 486px);padding-top: 24px;}
.tab-con li h4 a{display: block;color: #333;font-size: 24px;transition:0.5s ease-out;
  -webkit-transition:0.5s ease-out;
  -moz-transition:0.5s ease-out;
  -o-transition:0.5s ease-out;
  -ms-transition: 0.5s ease-out;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.tab-con li .time{color: #9a9a9a;font-size: 16px;padding: 8px 0 20px 0;}
.tab-con li p a{display: block;color: #666;font-size: 15px;line-height: 25px;display: -webkit-box; 
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;}
.tab-con li:hover h4 a{color:#07a33e;transform: translateX(10px);}
.tab-con li .bac{
    transition: all 1.5s;
    transform: scale(0);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background:#f6f6f6;
}
.tab-con li:hover .bac {
  transition: all 1.5s;
  transform: scale(60);
}
.tab-con li .w1400{position: relative;z-index: 2;}
.section3{padding:60px 0 86px 0;}
.section3 .more_n{display: block;width: 122px;margin:56px auto 0 auto;}
.section2{height:100vh;position: relative;display: flex;align-items: center;}
.section2 .name b{display: block;color: #666;font-size: 36px;font-family: "zt1";font-weight: normal;}
.section2 .name em{display: block;color: #666;font-size: 18px;font-weight: 100;}
.section2 .name b.ico1{background: url("../images/ico1.png") no-repeat left center;padding-left: 39px;}
.section2 .name b.ico2{background: url("../images/ico2.png") no-repeat left center;padding-left: 39px;}
.section2 .name b.ico3{background: url("../images/ico3.png") no-repeat left center;padding-left: 39px;}
.section2 .items{padding: 45px 0 51px 0;}
.section2 .items li a{display: block;color: #666;font-size: 20px;line-height: 38px;transition:0.5s ease-out;
  -webkit-transition:0.5s ease-out;
  -moz-transition:0.5s ease-out;
  -o-transition:0.5s ease-out;
  -ms-transition: 0.5s ease-out;}
.section2 .items li a:hover{color:#07a33e;transform: translateX(10px);letter-spacing:2px;}
.pc-bg{background-repeat: no-repeat;background-position: center;background-size: cover;height:100vh;background-attachment: fixed;position: absolute;width: 100%;}
.wap-bg{background-repeat: no-repeat;background-position: center bottom;background-size:contain;height:100vh;background-attachment: fixed;position: absolute;display: none;width: 100%;}
.section2 .w1400{position: relative;}
/*@keyframes move_l{
	from{ opacity:0; left:-100px;}
	to{ opacity:1; left:0;}
}
@-webkit-keyframes move_l{
	from{ opacity:0; left:-100px;}
	to{ opacity:1; left:0;}
}
.move_t{ position:relative; opacity:0; bottom:-50px;}
@keyframes move_t{
	from{ opacity:0; bottom:-50px;}
	to{ opacity:1; bottom:0;}
}
@-webkit-keyframes move_t{
	from{ opacity:0; bottom:-50px;}
	to{ opacity:1; bottom:0;}
}
.move_r{ position:relative; opacity:0; right:-100px;}
@keyframes move_r{
	from{ opacity:0; right:-100px;}
	to{ opacity:1; right:0;}
}
@-webkit-keyframes move_r{
	from{ opacity:0; right:-100px;}
	to{ opacity:1; right:0;}
}
.zoomIn{ position:relative; opacity: 0; transform: scale(1);}
@keyframes zoomIn {
  from{ transform: scale(0); opacity: 0;}
  to{ transform: scale(1); opacity: 1;}
}
@-webkit-keyframes zoomIn {
  from{ transform: scale(0); opacity: 0;}
  to{ transform: scale(1); opacity: 1;}
}*/

/*业务*/

.section3{position: relative;overflow: hidden;}
.section3 .w1400{position: relative;}
.about_busi .busi_title {font-size: 39px;position: absolute;z-index: 10;font-family: "zt3";color: #333;}
.about_busi .busi_title .busi_text {
	  width: 60%;

    text-align: left;

    color: #666;

    font-size: 16px;

    font-weight: 400;

    line-height: 30px;
    
    padding-top: 5px;
    font-family: "zt";

}
.tc{text-align: center;position: relative}
.about_busi .world-map {
    position: relative;

    display: inline-block;

    overflow: hidden;

}
.about_busi .world-map.mo_show{font-size: 0;}
.about_busi .world-map.pc_show{margin-top: 50px;} 
.world-map img{max-width: 100%;}
.about_busi .world-map svg {

    display: block;

    width: 100%;

    height: auto;

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%);
}
.about_busi .world-map svg #solidPart{

    stroke: #07a33e;
    stroke-width: 0.8;
    stroke-dasharray: 2000;

    stroke-dashoffset: -2000;

    -webkit-animation: circle-draw 5s cubic-bezier(.215, .61, .355, 1) infinite forwards;

    animation: circle-draw 5s cubic-bezier(.215, .61, .355, 1) infinite forwards
}

@keyframes circle-draw {

    0% {

        stroke-dashoffset: -2000
    }



    40% {

        stroke-dashoffset: 0
    }



    70% {

        stroke-dashoffset: 0
    }



    to {

        stroke-dashoffset: 2000
    }



}



@-webkit-keyframes circle-draw {

    0% {

        stroke-dashoffset: -2000
    }



    40% {

        stroke-dashoffset: 0
    }



    70% {

        stroke-dashoffset: 0
    }



    to {

        stroke-dashoffset: 2000
    }



}

#dashedPart{
	stroke: #80D19E;
	stroke-width: 0.9;
  fill: none;
  stroke-dasharray: 2000;
  stroke-dashoffset: -2000;
  -webkit-animation: fadeIn 5s cubic-bezier(.215, .61, .355, 1) infinite forwards;
  animation: fadeIn 5s cubic-bezier(.215, .61, .355, 1) infinite forwards;
  animation-delay: 0.5s;
}

@keyframes fadeIn {

    0% {

        stroke-dashoffset: -2000
    }



    40% {

        stroke-dashoffset: 0
    }



    70% {

        stroke-dashoffset: 0
    }



    to {

        stroke-dashoffset: 2000
    }



}



@-webkit-keyframes fadeIn {

    0% {

        stroke-dashoffset: -2000
    }



    40% {

        stroke-dashoffset: 0
    }



    70% {

        stroke-dashoffset: 0
    }



    to {

        stroke-dashoffset: 2000
    }



}


.world-map {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    z-index: 4;

}



.world-map .dot {

    position: absolute;

    z-index: 6;

    display: flex;

    align-items: center;

}



.world-map .dot span {

    color: #657188;

    font-size: 15px;

    font-weight: 400;

    line-height: 26px;

}



.world-map .dot i {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background:rgba(7, 163, 62, 1);

    margin-right: 12px;

    position: relative;

}
.world-map .dot i::before,
.world-map .dot i::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(7, 163, 62, .7);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: aboutbjRing 1.5s linear infinite;
    opacity: 0;
}
.world-map .dot i::before{border: none;width: 10px;height: 10px;}
.world-map .dot i::before {animation-delay: .6s;}
.world-map .dot i::after {animation-delay: 0s;}

@keyframes aboutbjRing {

    0% {

        opacity: 0;

        transform: translate(-50%, -50%) scale(.8)
    }



    5% {

        opacity: 1
    }



    to {

        opacity: 0;

        transform: translate(-50%, -50%) scale(2)
    }



}



.world-map .dot {

    position: absolute;

    z-index: 6;

    display: flex;

    align-items: center;

}

.world-map .dot.active em {

    position: absolute;

    left: 50%;

    bottom: 4px;

    transform: translateX(-50%);

    width: 18px;

    height: 26px;

    background-image: url(../images/busi_active.svg);

    background-repeat: no-repeat;

}
.world-map .dot.active i {

    margin-right: 0;

    background:rgba(252, 2, 2, 1);

    width: 12px;

    height: 12px;

}
.world-map .dot.active span {

    position: relative;
    color: #666;
    font-size: 16px;
    margin-left: 12px;

}
.world-map .dot.meiguo span{position: relative;}
.world-map .dot.active span::after,.world-map .dot.meiguo span::after{content: "";display: block;position: absolute;width: 3px;height: 3px;border-radius: 50%;background:#666;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.world-map .dot.active i::before,
.world-map .dot.active i::after {

    border: 1px solid rgba(252, 2, 2, .7);

}
.world-map .dot.zhongguo {

    left: 39.8%;

    top: 42.5%;

}



.world-map .dot.els {

    left: 33.8%;

    top: 19.5%;

}



.world-map .dot.yindu {

    left: 29%;
    top: 48.7%;

}



.world-map .dot.nanfei {

    left: 13.4%;

    top: 78.1%;

}



.world-map .dot.taiguo {

    left: 35.6%;

    top: 50.5%;

}



.world-map .dot.xinjiapo {

    left: 38.6%;

    top: 52.9%;

}
.world-map .dot.taiguo i,.world-map .dot.els i,.world-map .dot.yindu i,.world-map .dot.yilang i,.world-map .dot.afuhan i,.world-map .dot.yilake i,.world-map .dot.aiji i{margin-left: 12px;margin-right: 0;}


.world-map .dot.riben {

    left: 43.2%;

    top: 38.5%;

}



.world-map .dot.yn {

    left: 44.5%;

    top: 64%;

}



.world-map .dot.jianada {

    left: 73%;

    top: 24.5%;

}



.world-map .dot.meiguo {

    left: 72.4%;

    top: 38.2%;

}
.world-map .dot.meiguo i::before, .world-map .dot.meiguo i::after{border: 1px solid rgba(252, 2, 2, .7);}
.world-map .dot.meiguo i{background: rgba(252, 2, 2, 1);}
/*巴西*/
.world-map .dot.baxi {

    left: 83.3%;

    top: 70%;

}



.busi_bottom {

    position: absolute;

    bottom: 40px;

    left: 0;

    width: 100%;

    z-index: 9;

}



.busi_bottom .sth {

    float: right;

    color: #CED2DA;

    text-align: right;

    font-size: 16px;

    font-weight: 400;

    line-height: 28px;

}



.busi_bottom .bottom_left {

    display: flex;

    float: left;

    width: calc(100% - 220px);

}



.busi_bottom .bottom_number {

    text-align: left;

    padding-right: 40px;

}



.busi_bottom .bottom_number:last-child {

    padding-right: 0;

}



.busi_bottom .bottom_number .busi_number {

    text-align: left;

    padding-right: 40px;

}



.busi_bottom .bottom_number .busi_number span {

    color: #0562AF;

    font-family: D-DINExp;

    font-weight: 700;

    line-height: 1;

}



.busi_bottom .bottom_number .busi_number em {

    color: var(--dark-color);

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

}



.busi_bottom .bottom_number p {

    padding-top: 8px;

    color: #657188;

    font-size: 16px;

    font-weight: 400;

    line-height: 26px;

}

.about1{background: url(../images/bg2.jpg) no-repeat;background-size: cover;padding: 117px 0 84px 0;}
.pic-group{position: relative;padding: 0 5%;}
.pic-group .swiper-slide a{color: #333;font-size: 16px;font-family: "zt";text-align: center;line-height: 30px;padding:30px 12px;transition: all 0.3s;border-radius: 10px;margin: 15px;}
.pic-group .swiper-slide a .img{ height:66px; position:relative;overflow: hidden;}
.pic-group .swiper-slide a .img img{transition: all 0.6s;height: 66px;display: block;margin: 0 auto;}
.pic-group .swiper-slide a:hover .img img{transform: scale(0.9);}
.pic-group .swiper-button-next{right: -40px;background:url("../images/jt.svg") no-repeat center;background-size: auto 66px;}
.pic-group .swiper-button-prev{left: -40px;background:url("../images/jt.svg") no-repeat center;background-size: auto 66px;transform: rotate(180deg);}
.pic-group .swiper-button-next,.pic-group .swiper-button-prev{width: 35px;height:66px;top: 50%;margin-top: -33px;}
.pic-group .swiper-button-next:after,.pic-group .swiper-button-prev:after{display: none;}
.pic-group .swiper-button-next:hover{background:url("../images/jt.svg") no-repeat center;background-size: auto 66px;}
.pic-group .swiper-button-prev:hover{background:url("../images/jt.svg") no-repeat center;background-size: auto 66px;transform: rotate(180deg);}
.pic-group .swiper-button-next.swiper-button-disabled,.pic-group .swiper-button-prev.swiper-button-disabled{opacity: 0;}
.pic-group .swiper-pagination{display: none;}
.pic-group .swiper-slide a .text1{transition: all 0.6s;}
/*.pic-group .swiper-slide a .text2{text-align: left;transition: all 0.6s;display: none;padding: 0 10px;}*/
.pic-group .swiper-slide a:hover{background: #fff;box-shadow: 0 0 15px rgba(0,0,0,0.08);}
/*.pic-group .swiper-slide a:hover .text1{display: none;}
.pic-group .swiper-slide a:hover .text2{display: block;}*/
.title2{text-align: center;color: #333;font-size: 40px;text-align: center;font-weight: bold;letter-spacing: 2px;padding-bottom: 24px;}
.city{width: 650px;}
.city dl{text-align: left;}
.city dl.fr{width: 400px;}
.city dt{color: #333;font-size: 20px;font-weight: bold;margin-bottom: 4px;}
.city dd{color: #666;font-size: 16px;line-height: 30px;}
.section{padding-top: 75px;}
.all-city{top: -130px;position: relative;}
.world-map .dot.yilang{
    left: 23.9%;
    top: 42%;
}
.world-map .dot.afuhan{
    left: 25.2%;
    top: 35.9%;
}
.world-map .dot.yilake{
    left: 20.1%;
    top: 40.6%;
}
.world-map .dot.aiji{
    left: 16.6%;
    top: 44.6%;
}
.world-map .dot.moxige{
    left: 72.7%;
    top: 50.5%;
}
.world-map .dot.eguaduoer{
    left: 77.4%;
    top: 65.3%;
}
.world-map .dot.aodaliya{
	left: 48%;
  top: 76.5%;
}
.world-map .dot.zhili{
	left:79.1%;
  top: 85.2%;
}
.world-map .dot.weineiruila{
	left: 80.3%;
  top: 60.9%;
}
.world-map .dot.weidimala{
	left: 75.4%;
  top: 53.4%;
}
.world-map .dot.gelunbiya{
	left: 79.2%;
  top: 62.8%;
}
.world-map .dot.malaixiya{
	left: 33.4%;
  top: 56.1%;
}
.world-map .dot.mengjiala{
	left: 31%;
  top: 45.4%;
}
.world-map .dot.bajisitan{left: 26.7%;top: 40.5%;}
.world-map .dot.alianqiu{left: 22.8%;top: 46.2%;}
.world-map .dot.tuerqi{left: 17.9%;top: 36%;}
.world-map .dot.xuliya{left: 18.8%;top: 38.4%;}
.world-map .dot.hasakesitan{left: 26.6%;top: 28.8%;}
.world-map .dot.shate{left: 20.6%;top: 44.6%;}
.world-map .dot.nfei{left: 16.6%;top: 72.7%;}
.world-map .dot.tansangniya{left: 17.6%;top: 64.6%;}
.world-map .dot.kenniya{left: 18.6%;top: 60%;}
.world-map .dot.sudan{left: 18.6%;top: 51%;}
.world-map .dot.libiya{left: 12.9%;top: 43%;}
.world-map .dot.tunisi{left: 11.7%;top: 39.6%;}
.world-map .dot.sudan i,.world-map .dot.tunisi i,.world-map .dot.libiya i,.world-map .dot.malaixiya i,.world-map .dot.mengjiala i,.world-map .dot.xuliya i,.world-map .dot.tuerqi i,.world-map .dot.alianqiu i,.world-map .dot.bajisitan i,.world-map .dot.hasakesitan i,.world-map .dot.shate i,.world-map .dot.nfei i,.world-map .dot.tansangniya i,.world-map .dot.kenniya i{margin-left: 12px;margin-right: 0;}
.product{background:#f3f3f3;}
.news{padding-bottom: 40px;}
.news .tab-con{padding: 0;}
.news .tab-con li .w1400{position: relative;}
.news .tab-con li{padding:52px 0;}
.news .tab-con li .w1400::after{position: absolute;content: "";width: 100%;height: 1px;background: #e8e8e8;left: 0;bottom:-52px;}
.videos{padding: 74px 0 0 0;}
.videos li{float: left;margin:0 32px 32px 0;width: calc(33.33% - 21.33px);position: relative;padding: 0;}
.videos li .img{position: relative;border-radius: 10px;font-size: 0;overflow: hidden;height: 254px;}
.videos li .img::after{content: "";display: block;position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.3);border-radius: 10px;top: 0;left: 0;}
.videos li .img img{width: 100%;height: 100%;object-fit: cover;border-radius: 10px;transition: all 0.6s;}
.videos li:hover .img img{transform: scale(1.1);}
.videos li:nth-child(3n){margin-right: 0;}
.videos li .play{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: all 0.6s;}
.videos li:hover .play{transform:translate(-50%,-50%) rotate(180deg);}
.videos li a .txt{position: absolute;bottom: 15px;color: #fff;font-size: 16px;padding: 0 20px;width: calc(100% - 40px);letter-spacing: 1px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.videos .tab-con{padding: 0;}
.banner_video_background img{width: 100%;}
/* 视频弹窗 */
html.act {
    height: 100vh;
    overflow: hidden;
}
html.act body {
    height: 100vh;
    overflow: hidden;
}
.z_tanchuang {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 110;
}
.z_tanchuang .tbox {
    display: table-cell;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    vertical-align: middle;
}
.z_tanchuang .tbox .modal {
    display: block;
    position: relative;
    width: 100%;
    
    height: 100%;
    margin: 0 auto;
}
.z_tanchuang .tbox .out {
    position: absolute;
    width: 68px;
    height: 68px;
    line-height: 40px;
    background:#07a33e url(../images/close.svg) center no-repeat;
    background-size: 30px 30px;
    top: 0;
    right: 0;
    cursor: pointer;
}
.z_tanchuang .tbox .modal .img {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.z_tanchuang .tbox .modal .img video {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.z_tanchuang .tbox .modal .img img {
    margin: 0 auto;
}
.z_tanchuang .tbox .modal .img iframe {
   width:100%;
   height:100%;
}
/* 弹窗选中 */
.z_tanchuang.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scaleY(0.01) scaleX(0);
    -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one .tbox .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(0);
    -webkit-animation: mzoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(1);
    -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one.out .tbox .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
/* 弹窗动画 */
@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}
@keyframes mzoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}
@-webkit-keyframes mzoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@-webkit-keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}
@-webkit-keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}
.section3 .videos{padding: 0;}
.contact{background: #f3f3f3;padding-top: 78px;}
.contact .way{background: #fff;border-radius: 10px;position: relative;padding:74px 7%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;width:68%;margin:0 auto 78px auto;}
.contact .way .right{text-align: center;position: absolute;bottom:78px;right: 8%;}
.contact .way .right li{display: inline-block;margin-left: 30px;color: #666;font-size: 16px;letter-spacing: 1px;}
.contact .way .right li img{width:145px;height: 145px;}
.contact .way .right li p{padding-top: 8px;}
.contact .c-name{padding-bottom: 14px;}
.contact .c-name h2{color: #333;font-size: 22px;}
.contact .c-name p{color: #666;font-size: 14px;padding-top: 3px;font-weight: 500;}
.contact .some p{padding-left: 30px;color: #333;font-size: 16px;line-height: 30px;margin-top: 16px;}
.contact .some p.c1{background: url("../images/c1.jpg") no-repeat left 6px;}
.contact .some p.c2{background: url("../images/c2.jpg") no-repeat left 6px;}
.contact .some p.c3{background: url("../images/c3.jpg") no-repeat left 6px;}
.contact .some p.c4{background: url("../images/c4.jpg") no-repeat left 6px;}
.contact .map img{width: 100%;}
.product{background: #f3f3f3;padding: 64px 0;}
.product .goods{margin-bottom: 64px;padding-top: 100px;margin-top: -100px;}
.product .name{background: url("../images/tit.jpg") no-repeat;background-size: cover;height: 84px;line-height: 84px;text-align: center;;color: #fff;font-size: 25px;border-radius: 10px;}
.product .goods ul{display: flex;align-items: center;flex-wrap: wrap;}
.product .goods li p{font-family: "zt";letter-spacing: 1px;color: #333;font-size: 16px;line-height: 24px;min-height: 60px;padding: 0 10px;}
.product .goods li{width:calc(25% - 22.5px);text-align: center;background: #fff;border-radius: 10px;margin: 40px 30px 0 0;}
.product .goods li:nth-child(4n){margin-right: 0;}
.product .goods li .tp{padding: 15px;overflow: hidden;height: 238px;display: flex;align-items: center;}
.product .goods li img{height: auto;width:100%;transition: all 0.6s;}
.product .goods li:hover img{transform: scale(1.1);}
.top-button{display: none;
    position: fixed;
    right: 3%;
    bottom: 20%;
    z-index: 99;
    animation: right-swing 7s linear infinite;
}
@keyframes right-swing {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(40%);
    }
    100% {
        transform: translateY(0);
    }
}
.lift-nav{
	position: fixed;
	top:50%;
	transform: translate(0,-50%);
	left: 3%;
	display: none;
}
.lift-nav li{
	margin-top:28px;
	cursor: pointer;
	position: relative;
}
.lift-nav li i{display: block;position:relative;width: 12px;height: 12px;background: #a8a8a8;border-radius: 50%;margin: 0 auto;}
.lift-nav li span{display: none;color: #0aa43e;line-height: 19px;font-family: "zt";
    font-size: 16px;
    font-weight: 400;
    width: 14px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;word-wrap: break-word;text-align: center;}
.lift-nav li.current span{opacity: 1;display: inline-block;visibility: visible;}
.lift-nav li.current i{display: none;}
.about_busi .world-map.mo_show{display: none;}
header.on .pc-nav.on .col:nth-of-type(2) .w1400 > ul > li > a{height:80px;line-height:80px;}
header.on .pc-nav .col .logoBox,header.on .pc-nav .col:nth-of-type(2) .w1400 .searchBox{height:80px;}
header .pc-nav.bc,header .pc-nav.on,header .pc-nav:hover{
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100px;
}
header .pc-nav.bc .col:nth-of-type(2) > ul > li > a span:after {
  background-color: #225aab;
}
.btn{width:25px;position:absolute;cursor:pointer;height: 20px;display:none;right: 4%;top: 26px;}
.btn span{display:block;background:#fff; /*按钮颜色*/ width:25px;height:3px;position:absolute;transition:all ease 0.35s;border-radius: 2px;right: 0;}
.btn span:nth-of-type(1){top:0px;width: 25px;}
.btn span:nth-of-type(2){top:7px;width: 18px;}
.btn span:nth-of-type(3){top:14px;width: 14px;}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg);width: 25px;}
header.on .btn span,header .pc-nav.bc .btn span,header .pc-nav:hover .btn span{background: #333;}
.leftMenu a {
    text-decoration: none;
    display: block;
}
.leftMenu {
    background: #fff;
    position: fixed;
    right: -100%;
    top: 70px;
    display: block;
    height: 100%;
    width:100%;
    z-index: 10000;
    transition: all 0.4s ease;
    overflow: auto;
    border-top: 1px solid #f5f5f5;
}
.leftMenu.menu-open {right: 0;}
.leftMenu .nav-tab1{width:30%;background: #f5f5f5;height:100%;float: left;}
.leftMenu .nav-tab1 a{display: block;height:55px;line-height: 55px;font-size: 16px;padding-left: 12px;color: #333;position: relative;}
.leftMenu .nav-tab1 h3 a{font-weight: normal;}
.leftMenu .nav-tab1 a.on{background: #fff;}
.leftMenu .nav-tab1 a i{display: block;position: absolute;height: 55px;width:26px;background: url("../images/jiahao.png") no-repeat right center;background-size: auto 16px;top: 0;right: 13px;}
.leftMenu .nav-tab1 a.on i{background: url("../images/jianhao.png") no-repeat right center;background-size: auto 16px;}
.leftMenu .menu-box{width:70%;display: none;float: right;}
.leftMenu .menu-box li{height: 55px;line-height: 55px;}
header .pc-nav.bc .leftMenu .menu-box li a{color: #333;}
.leftMenu .menu-box li a{font-size: 16px;border-bottom: 1px solid #f5f5f5;padding: 0 20px;color: #333;}
.leftMenu .menu-box a:hover{color:#008d00;}
.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top:0px;
    left: 0;
    right: 0;
    overflow: hidden;
}
.menu-dark-backdrop.in {
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.1); /*背景灰度*/
}
.leftMenu ul li.open>a{
    color: #000; 
	font-weight: bold;
/*一级选中后颜色*/
}
.leftMenu .menu-box dl{padding:0 0 15px 20px;}
.leftMenu .menu-box dt{color: #333;font-size: 16px;position: relative;padding-left: 11px;line-height: 55px;}
.leftMenu .menu-box dt::before{content: "";display: block;position: absolute;width: 3px;height: 17px;left: 0;top:50%;background: #008d00;transform: translate(0,-50%);}
.leftMenu .menu-box dd a{display: block;color: #666;font-size: 16px;}
.leftMenu .menu-box dd{display: inline-block;margin:0 24px 10px 11px;}
/*手机端产品样式*/
.container { display:flex; height:calc(100vh - 60px); }
.wap-pro{display:none;}
/* 左侧菜单样式 */
.left-menu {
  width:104px;
  background:#fff;
  overflow-y:auto;
  scrollbar-width:none;
}
.menu-group{
  padding:10px 10px 10px 20px;
  font-size:16px;
  color:#333;
  position: relative;
}
.menu-group::before{content: "";display: block;position: absolute;top: 14px;height: 16px;width: 3px;background: #008d00;left: 8px;}
.menu-item{
  font-size:14px;
  position:relative;
  color: #999;
  cursor: pointer;
}
.menu-item a{display: block;padding:8px 8px 8px 20px;}
.menu-item::before{content: "";display: block;position: absolute;top:17px;height: 3px;width: 3px;left: 22px;border-radius: 50%;}
.menu-item.active{
  background:#fff;
  font-weight:500;
  color:#008d00;  
}
.menu-item.active a{padding-left: 32px;}
.menu-item.active::before{background: #008d00;}
/* 右侧内容区 */
.right-content {
  flex:1;
  overflow-y:auto;
  scroll-behavior:smooth;
  background:#f5f5f5;
}
.category-section h3{margin:-44px 10px 0 10px;font-weight: normal;padding-top: 44px;}
.category-section h3 span{display: block;background: url(../images/tit.jpg) no-repeat;
    background-size:auto 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;}
.category-title {
  padding:10px;
  font-size:16px;
  font-weight:bold;
  color:#333;
  position:sticky;
  top:0;
  z-index:1;
  background:#f5f5f5;
}
.food-list {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:10px;
  padding:12px 10px;
}
.food-card {
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 2px 6px rgba(0,0,0,0.05);
  background: #fff;
}
.food-card .tpp{display: flex;align-items: center;justify-content: center;}
.food-img {
  width:100%;
  height:100px;
  object-fit:cover;
}
.food-info {
  padding:8px;
  border-top: #f2f2f2 1px solid;
}
.food-name {
  font-size:14px;
  color:#333;
  text-align: center;
}
.article_cont{
  display: flex;
  padding-top: 64px;
  padding-bottom: 95px;
}
.ar_title{border-bottom:1px solid #E0E0E0;padding-bottom: 30px;margin-bottom: 30px;}
.ar_title h3{
    color:#333;
    font-weight: 700;
    line-height: 1.4;
    font-size: 28px;
}
.ar_title .ar_time{
    padding-top: 16px;
    color:#666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.article_cont .article_l {
  flex: 1;
  border-right: 1px solid #E0E0E0;
  margin-right: 30px;
  padding-right: 30px;
}
.article_cont .article_r {
  width: 400px;
}
.article_l .articlen p {
  padding-bottom: 24px;
  color: #657188;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.article_l .articlen p img {
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}
.article_l .ar_label {
  padding-top: 24px;
  border-top: 1px solid #E0E0E0;
}
.article_l .ar_label .label_t {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.article_l .ar_label .label_list {
  padding-top: 5px;
}
.article_l .ar_label .label_list ul {
  margin-left: -5px;
  margin-right: -5px;
}
.article_l .ar_label .label_list ul li {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
.article_l .label_list a {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 16px;
  background: #ECF3F9;
  color: #768DA0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.article_l .label_list a:hover {
  background-color: #0562AF;
  color: #fff;
}
.article_r .up_ {
  padding: 24px;
  width: calc(100% - 48px);
  border-radius: 8px;
  background: #f2f2f2;
}
.article_r .up_>a {
  display: inline-block;
  width: 100%;
}
.article_r .up_>a {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}
.article_r .up_>a .n {
  padding-bottom: 16px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.5;
}
.article_r .up_>a .t {
  color:#333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article_r .up_>a .up_time{
  display: inline-block;
  margin-top: 8px;
  color: var(--dark-color);
  font-family: D-DINExp;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.article_r .up_>a:hover .t{
  font-weight: 600;
  color: #008d00;
}
.article_r .up_back{
  padding-top: 24px;
}
.article_r .up_back a{
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background:#008d00;
  color:#fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.article_r .up_back a img{
  margin-right: 12px;
  width: 18px;
  position: relative;
  top: 1px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 40px 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 14px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #07a33e;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #07a33e;
  border-color: #07a33e;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > li.slh em {
    display: inline-block;
    position: relative;
    top: -4px;
}
.wap-sz{display: none;}

@media ( min-width:1900px ) and ( max-width:1915px ){
	.world-map .dot.els{left: 33.5%;top: 19.7%;}
}
@media ( min-width:1851px ) and ( max-width:1899px ){
	.about_busi .world-map.pc_show{margin-top: 85px;}
	.world-map.pc_show img{width: 84%;}
	.world-map .dot.els{left: 33.5%;top:20%;}
	.world-map .dot.yilake{left: 19.9%;top: 41%;}
	.world-map .dot.aiji{left: 16.2%;top: 45.4%;}
	.world-map .dot.aodaliya{left:47.95%;top: 76.3%;}
	.world-map .dot.eguaduoer{left: 77.5%;}
	.world-map .dot.baxi{left: 83.35%;}
	.world-map .dot.gelunbiya{top: 62.7%;}
	.world-map .dot.weidimala{left:75.3%;}
	.world-map .dot.hasakesitan{left: 26.2%;top: 29.1%;}
	.world-map .dot.tuerqi{top: 36.2%}
	.world-map .dot.afuhan{top: 36.2%;}
	.world-map .dot.shate{left: 20.4%;top: 44.7%;}
	.world-map .dot.sudan{left: 18.5%;top: 50.8%;}
	.world-map .dot.bajisitan{left: 26.5%;}
	.world-map .dot.alianqiu{left: 22.9%;}
	.world-map .dot.bajisitan{top: 40.6%;}
	.world-map .dot.yindu{left: 28.95%;}
	.world-map .dot.kenniya{left: 18.5%;}
	.world-map .dot.tansangniya{left: 17.45%;}
	.world-map .dot.nfei{left: 16.55%;}
	
	
}
@media ( min-width:1821px ) and ( max-width:1850px ){
	.about_busi .world-map.pc_show{margin-top: 85px;}
	.world-map.pc_show img{width: 84%;}
	.world-map .dot.els{left: 33.5%;top:20%;}
	.world-map .dot.yilake{left: 19.9%;top: 41%;}
	.world-map .dot.aiji{left: 16.2%;top: 45.4%;}
	.world-map .dot.aodaliya{left:47.95%;top: 76.3%;}
	.world-map .dot.eguaduoer{left: 77.5%;}
	.world-map .dot.baxi{left: 83.35%;}
	.world-map .dot.gelunbiya{top: 62.7%;}
	.world-map .dot.weidimala{left:75.3%;}
	.world-map .dot.hasakesitan{left: 26.2%;top: 29.1%;}
	.world-map .dot.tuerqi{top: 36.2%}
	.world-map .dot.afuhan{top: 36.2%;}
	.world-map .dot.shate{left: 20.4%;top: 44.7%;}
	.world-map .dot.sudan{left: 18.5%;top: 50.8%;}
	.world-map .dot.bajisitan{left: 26.5%;}
	.world-map .dot.alianqiu{left: 22.9%;}
	.world-map .dot.bajisitan{top: 40.6%;}
	.world-map .dot.yindu{left: 28.95%;}
	.world-map .dot.kenniya{left: 18.5%;}
	.world-map .dot.tansangniya{left: 17.45%;}
	.world-map .dot.nfei{left: 16.55%;}
	
}
@media ( min-width:1761px ) and ( max-width:1820px ){
	.world-map.pc_show img{width: 84%;}
	.world-map .dot.els{left: 33.3%;top: 19.9%;}
	.world-map .dot.yilake{left: 19.8%;top: 41%;}
	.world-map .dot.aiji{left: 16.2%;top: 45.4%;}
	.world-map .dot.aodaliya{left:47.95%;top: 76.3%;}
	.world-map .dot.eguaduoer{left: 77.5%;}
	.world-map .dot.baxi{left: 83.35%;}
	.world-map .dot.gelunbiya{top: 62.7%;}
	.world-map .dot.weidimala{left:75.3%;}
	.world-map .dot.hasakesitan{left: 26.2%;top: 29.1%;}
	.world-map .dot.tuerqi{top: 36.2%;left: 17.8%;}
	.world-map .dot.afuhan{top: 36.1%;}
	.world-map .dot.shate{left: 20.4%;top: 44.7%;}
	.world-map .dot.sudan{left: 18.4%;top: 50.8%;}
	.world-map .dot.bajisitan{left: 26.5%;}
	.world-map .dot.alianqiu{left: 22.9%;}
	.world-map .dot.bajisitan{top: 40.5%;left: 26.4%;}
	.world-map .dot.yindu{left: 28.85%;}
	.world-map .dot.kenniya{left: 18.35%;}
	.world-map .dot.tansangniya{left: 17.25%;}
	.world-map .dot.nfei{left: 16.4%;}
	.world-map .dot.zhongguo{left: 39.8%;top: 42.4%;}
	.world-map .dot.taiguo{left: 35.45%;top: 50.4%;}
	.world-map .dot.yn{left: 44.5%;top: 63.6%;}
	.world-map .dot.eguaduoer{left: 77.6%;top: 65.3%;}
	.world-map .dot.libiya{left:12.75%;}
	.world-map .dot.yilang{left: 23.6%;top: 42.3%;}
	.world-map .dot.malaixiya{left: 33.2%;}
	.world-map .dot.mengjiala{left: 30.8%;}
}
@media ( min-width:1661px ) and ( max-width:1760px ){
	.w1400{width: 80%;min-width:0;}
	footer .fMain .top .col{width: calc(100% - 11rem);}
	.about_busi .busi_title .busi_text{line-height: 24px;padding-top: 0;}
	.about_busi .world-map.pc_show{margin-top: 85px;}
	.world-map.pc_show img{width: 83.5%;}
	.all-city{top: -80px;}
	.world-map .dot.zhongguo{top: 42.5%;}
	.world-map .dot.els{left: 33.3%;top: 19.9%;}
	.world-map .dot.aiji{left: 16%;top: 45.3%;}
	.world-map .dot.yilake{left: 19.9%;top: 40.3%;}
	.world-map .dot.yilang{left: 23.3%;top: 42.4%;}
	.world-map .dot.afuhan{left: 24.9%;top: 36%;}
	.world-map .dot.yindu{left: 28.7%;top: 48.6%;}
	.world-map .dot.xinjiapo{left: 38.5%;top: 52.5%;}
	.world-map .dot.taiguo{left: 35.3%;top: 50.3%;}
	.world-map .dot.meiguo{left: 72.4%;top: 38%;}
	.world-map .dot.moxige{left: 72.5%;top: 49.8%;}
	.world-map .dot.eguaduoer{left: 77.4%;top: 65%;}
	.world-map .dot.baxi{left: 83.2%;top: 69%;}
	.world-map .dot.yn{left: 44.4%;top: 63%;}
	.world-map .dot.hasakesitan{left: 25.9%;top: 29%;}
	.world-map .dot.tuerqi{top: 36.2%;left: 17.5%;}
	.world-map .dot.libiya{left:12.5%;}
	.world-map .dot.tunisi{left: 11.4%;}
	.world-map .dot.xuliya{left: 18.5%;}
	.world-map .dot.shate{left: 20.3%;}
	.world-map .dot.bajisitan{left: 26.1%;top: 40.3%;}
	.world-map .dot.alianqiu{left: 22.6%;}
	.world-map .dot.sudan{left: 18.1%;}
	.world-map .dot.kenniya{left: 18.1%;}
	.world-map .dot.tansangniya{left: 17%;}
	.world-map .dot.nfei{left: 16.2%;top: 72.5%;}
	.world-map .dot.mengjiala{left: 30.6%;}
	.world-map .dot.malaixiya{left: 33%;}
	.world-map .dot.aodaliya{left: 47.9%;}
	
}
@media ( min-width:1561px ) and ( max-width:1660px ){
	.w1400{width: 80%;min-width:0;}
	footer .fMain .top .col{width: calc(100% - 11rem);}
	.about_busi .busi_title .busi_text{line-height: 24px;padding-top: 0;}
	.about_busi .world-map.pc_show{margin-top: 85px;}
	.world-map.pc_show img{width: 84%;}
	.all-city{top: -80px;}
	.world-map .dot.zhongguo{top: 42.5%;}
	.world-map .dot.els{left: 33.3%;top: 19.9%;}
	.world-map .dot.aiji{left: 16%;top: 45.3%;}
	.world-map .dot.yilake{left: 19.8%;top: 40.3%;}
	.world-map .dot.yilang{left: 23.3%;top: 42.4%;}
	.world-map .dot.afuhan{left: 24.9%;top: 36%;}
	.world-map .dot.yindu{left: 28.4%;top: 48.6%;}
	.world-map .dot.xinjiapo{left: 38.5%;top: 52.5%;}
	.world-map .dot.taiguo{left: 35.1%;top: 50.3%;}
	.world-map .dot.meiguo{left: 72.4%;top: 38%;}
	.world-map .dot.moxige{left: 72.5%;top: 49.8%;}
	.world-map .dot.eguaduoer{left: 77.4%;top: 65%;}
	.world-map .dot.baxi{left: 83.2%;top: 69%;}
	.world-map .dot.yn{left: 44.4%;top: 63%;}
	.world-map .dot.hasakesitan{left: 25.7%;top: 29%;}
	.world-map .dot.tuerqi{top: 36.2%;left: 17.5%;}
	.world-map .dot.libiya{left:12.4%;}
	.world-map .dot.tunisi{left: 11.1%;}
	.world-map .dot.xuliya{left: 18.5%;}
	.world-map .dot.shate{left: 20.1%;}
	.world-map .dot.bajisitan{left: 25.9%;top: 40.3%;}
	.world-map .dot.alianqiu{left: 22.5%;}
	.world-map .dot.sudan{left: 18%;}
	.world-map .dot.kenniya{left: 17.9%;}
	.world-map .dot.tansangniya{left: 16.7%;}
	.world-map .dot.nfei{left: 16.1%;top: 72.1%;}
	.world-map .dot.mengjiala{left: 30.4%;}
	.world-map .dot.malaixiya{left: 32.7%;}
	.world-map .dot.aodaliya{left: 47.9%;top: 76.2%;}
	.world-map .dot.gelunbiya{top: 62.5%;}
	.lift-nav{left: 1%;}
	.pic-group .swiper-slide a .img img{height: 54px;}
}
@media ( min-width:1501px ) and ( max-width:1560px ){
	.w1400{width: 80%;min-width:0;}
	footer .fMain .top .col{width: calc(100% - 11rem);}
	.about_busi .busi_title .busi_text{line-height: 24px;padding-top: 0;}
	.about_busi .world-map.pc_show{margin-top: 85px;}
	.world-map.pc_show img{width: 84%;}
	.all-city{top: -80px;}
	.world-map .dot i{width: 8px;height: 8px;}
	.world-map .dot i::before{width: 8px;height: 8px;}
	.world-map .dot i{margin-right: 8px;}
	.world-map .dot.sudan i, .world-map .dot.tunisi i, .world-map .dot.libiya i, .world-map .dot.malaixiya i, .world-map .dot.mengjiala i, .world-map .dot.xuliya i, .world-map .dot.tuerqi i, .world-map .dot.alianqiu i, .world-map .dot.bajisitan i, .world-map .dot.hasakesitan i, .world-map .dot.shate i, .world-map .dot.nfei i, .world-map .dot.tansangniya i, .world-map .dot.kenniya i,.world-map .dot.taiguo i, .world-map .dot.els i, .world-map .dot.yindu i, .world-map .dot.yilang i, .world-map .dot.afuhan i, .world-map .dot.yilake i, .world-map .dot.aiji i{margin-left: 8px;}
	.world-map .dot span{font-size: 14px;}
	.world-map .dot i::before, .world-map .dot i::after{width: 13px;height: 13px;}
	.world-map .dot.zhongguo{top: 42.5%;}
	.world-map .dot.els{left: 33.5%;top: 19.8%;}
	.world-map .dot.aiji{left: 16.2%;top: 45.3%;}
	.world-map .dot.yilake{left: 19.8%;top: 40.5%;}
	.world-map .dot.yilang{left: 23.4%;top: 42.4%;}
	.world-map .dot.afuhan{left: 24.9%;top: 36%;}
	.world-map .dot.yindu{left: 28.9%;top: 48.4%;}
	.world-map .dot.xinjiapo{left: 38.5%;top: 52.5%;}
	.world-map .dot.taiguo{left: 35.5%;top: 50.2%;}
	.world-map .dot.meiguo{left: 72.2%;top: 37.8%;}
	.world-map .dot.moxige{left: 72.5%;top: 49.8%;}
	.world-map .dot.eguaduoer{left: 77.5%;top: 65%;}
	.world-map .dot.baxi{left: 83.2%;top: 69%;}
	.world-map .dot.yn{left: 44.5%;top: 63%;}
	.world-map .dot.hasakesitan{left: 25.7%;top: 28.9%;}
	.world-map .dot.tuerqi{top: 36.2%;left: 17.5%;}
	.world-map .dot.libiya{left:12.5%;}
	.world-map .dot.tunisi{left: 11.4%;top: 39.6%;}
	.world-map .dot.xuliya{left: 18.5%;}
	.world-map .dot.shate{left: 20.3%;}
	.world-map .dot.bajisitan{left: 25.9%;top: 40.4%;}
	.world-map .dot.alianqiu{left: 22.5%;}
	.world-map .dot.sudan{left: 18.2%;}
	.world-map .dot.kenniya{left: 18.2%;}
	.world-map .dot.tansangniya{left: 17%;}
	.world-map .dot.nfei{left: 16.5%;top: 72%;}
	.world-map .dot.mengjiala{left: 30.6%;}
	.world-map .dot.malaixiya{left: 33%;top: 56%;}
	.world-map .dot.aodaliya{left: 47.9%;top: 76.1%;}
	.world-map .dot.gelunbiya{top: 62.3%;}
	.world-map .dot.zhili{top: 84.9%;}
	.world-map .dot.weineiruila{left: 80.4%;}
	.lift-nav{left: 1%;}
	.product .goods li .tp{padding: 0 10px;}
	.section1 .right{position: absolute;top: 35%;transform: translate(0,-50%);right:0}
	.section1 .w1400 {position: relative;}
	.pic-group .swiper-slide a .img img{height: 54px;}
}
@media ( min-width:1400px ) and ( max-width:1500px ){
	.w1400{width: 80%;min-width:0;}
	footer .fMain .top .col{width: calc(100% - 11rem);}
	.about_busi .busi_title .busi_text{line-height: normal;padding-top: 0;}
	.about_busi .world-map.pc_show{margin-top: 78px;}
	.world-map.pc_show img{width: 83%;}
	.all-city{top: -80px;}
	.world-map .dot i{width: 8px;height: 8px;}
	.world-map .dot i::before{width: 8px;height: 8px;}
	.world-map .dot i{margin-right: 8px;}
	.world-map .dot.sudan i, .world-map .dot.tunisi i, .world-map .dot.libiya i, .world-map .dot.malaixiya i, .world-map .dot.mengjiala i, .world-map .dot.xuliya i, .world-map .dot.tuerqi i, .world-map .dot.alianqiu i, .world-map .dot.bajisitan i, .world-map .dot.hasakesitan i, .world-map .dot.shate i, .world-map .dot.nfei i, .world-map .dot.tansangniya i, .world-map .dot.kenniya i,.world-map .dot.taiguo i, .world-map .dot.els i, .world-map .dot.yindu i, .world-map .dot.yilang i, .world-map .dot.afuhan i, .world-map .dot.yilake i, .world-map .dot.aiji i{margin-left: 8px;}
	.world-map .dot span{font-size: 14px;}
	.world-map .dot i::before, .world-map .dot i::after{width: 13px;height: 13px;}
	.world-map .dot.zhongguo{top: 42.5%;}
	.world-map .dot.els{left: 33.5%;top: 19.8%;}
	.world-map .dot.aiji{left: 16.2%;top: 45.3%;}
	.world-map .dot.yilake{left: 19.8%;top: 40.5%;}
	.world-map .dot.yilang{left: 23.3%;top: 42.3%;}
	.world-map .dot.afuhan{left: 24.9%;top: 35.8%;}
	.world-map .dot.yindu{left: 28.75%;top: 48.4%;}
	.world-map .dot.xinjiapo{left: 38.5%;top: 52.5%;}
	.world-map .dot.taiguo{left: 35.3%;top: 50.2%;}
	.world-map .dot.meiguo{left: 72.35%;top: 37.8%;}
	.world-map .dot.moxige{left: 72.5%;top: 49.8%;}
	.world-map .dot.eguaduoer{left: 77.5%;top: 65%;}
	.world-map .dot.baxi{left: 83.2%;top: 69%;}
	.world-map .dot.yn{left: 44.5%;top: 63%;}
	.world-map .dot.hasakesitan{left: 25.7%;top: 28.7%;}
	.world-map .dot.tuerqi{top: 36.2%;left: 17.5%;}
	.world-map .dot.libiya{left:12.5%;}
	.world-map .dot.tunisi{left: 11.4%;top: 39.6%;}
	.world-map .dot.xuliya{left: 18.5%;}
	.world-map .dot.shate{left: 20.3%;}
	.world-map .dot.bajisitan{left: 25.9%;top: 40.3%;}
	.world-map .dot.alianqiu{left: 22.5%;}
	.world-map .dot.sudan{left: 18.2%;}
	.world-map .dot.kenniya{left: 18.15%;}
	.world-map .dot.tansangniya{left: 17%;}
	.world-map .dot.nfei{left: 16.4%;top: 72.2%;}
	.world-map .dot.mengjiala{left: 30.7%;}
	.world-map .dot.malaixiya{left: 33%;top: 56%;}
	.world-map .dot.aodaliya{left: 47.9%;top: 76.1%;}
	.world-map .dot.gelunbiya{top: 62.3%;}
	.world-map .dot.zhili{top: 84.9%;}
	.world-map .dot.weineiruila{left: 80.4%;}
	.lift-nav{left: 1%;}
	.product .goods li .tp{padding: 0 10px;height:190px;}
	.section1 .right{position: absolute;top: 35%;transform: translate(0,-50%);right:0}
	.section1 .w1400 {position: relative;}
	.pic-group .swiper-slide a .img img{height: 50px;}
}
@media ( min-width:1400px ) and ( max-width:1459px ){
	.world-map .dot.afuhan{left: 24.9%;top: 35.7%;}
	.world-map .dot.malaixiya{left: 32.7%;top: 56%;}
	.world-map .dot.hasakesitan{top: 28.6%;left: 25.6%;}
	.world-map .dot.aiji{top: 45%;left: 16.1%;}
	.world-map .dot.yilake{left: 19.7%;top:40.3%}
	.world-map .dot.xuliya{left: 18.2%;top: 38.3%;}
	.world-map .dot.tuerqi{top: 36.2%;left: 17.3%;}
	.world-map .dot.yindu{left: 28.65%;}
	.world-map .dot.alianqiu{left: 22.3%;top: 46.1%;}
	.world-map .dot.kenniya{left: 17.9%;}
	.world-map .dot.tansangniya{left: 16.7%;}
	.world-map .dot.mengjiala{left: 30.4%;}
	.world-map .dot.yn{left: 44.45%;}
	.world-map .dot.els{left: 33.3%;top: 19.7%;}
	.world-map .dot.libiya{left: 12.2%;}
	.world-map .dot.tunisi{left: 11%;top: 39.6%;}
	.world-map .dot.afuhan{left: 24.7%;top: 35.5%;}
	.world-map .dot.bajisitan{left: 25.9%;top: 40.1%;}
	.world-map .dot.shate{left: 20.2%;}
	.world-map .dot.sudan{left: 18.1%;}
	.world-map .dot.nfei{left: 16.3%;top: 72.2%;}
	.world-map .dot.taiguo{left: 35.3%;top: 50.1%;}
	.world-map .dot.xinjiapo{left:38.55%}
	
}

@media screen and (max-width: 1399px) {
	.w1400{width: 80%;min-width:0;}
	header .pc-nav.bc, header .pc-nav.on,header .pc-nav.bc, header .pc-nav.on{height: 1rem;}
	header.on .pc-nav .col .logoBox, header.on .pc-nav .col:nth-of-type(2) .w1400 .searchBox{height: 1rem;}
	.tab-con li .text{width: calc(100% - 426px);}
	.pic-group .swiper-slide a .img img,.pic-group .swiper-slide a .img{height: 45px;}
	.about_busi .busi_title .busi_text{line-height: normal;padding-top: 0;}
	.about_busi .world-map.pc_show{margin-top: 78px;}
	.world-map.pc_show img{width: 85%;}
	.all-city{top: -80px;}
	.world-map .dot i{width: 8px;height: 8px;}
	.world-map .dot i::before{width: 8px;height: 8px;}
	.world-map .dot i{margin-right: 8px;}
	.world-map .dot.sudan i, .world-map .dot.tunisi i, .world-map .dot.libiya i, .world-map .dot.malaixiya i, .world-map .dot.mengjiala i, .world-map .dot.xuliya i, .world-map .dot.tuerqi i, .world-map .dot.alianqiu i, .world-map .dot.bajisitan i, .world-map .dot.hasakesitan i, .world-map .dot.shate i, .world-map .dot.nfei i, .world-map .dot.tansangniya i, .world-map .dot.kenniya i,.world-map .dot.taiguo i, .world-map .dot.els i, .world-map .dot.yindu i, .world-map .dot.yilang i, .world-map .dot.afuhan i, .world-map .dot.yilake i, .world-map .dot.aiji i{margin-left: 8px;}
	.world-map .dot span{font-size: 13px;}
	.world-map .dot i::before, .world-map .dot i::after{width: 13px;height: 13px;}
	.world-map .dot.zhongguo{top: 41.8%;}
	.world-map .dot.els{left: 33.3%;top: 19.9%;}
	.world-map .dot.aiji{left: 16.1%;top: 45.3%;}
	.world-map .dot.yilake{left: 19.8%;top: 40.5%;}
	.world-map .dot.yilang{left: 23.3%;top: 42.3%;}
	.world-map .dot.afuhan{left: 24.9%;top: 35.8%;}
	.world-map .dot.yindu{left: 28.7%;top: 48.4%;}
	.world-map .dot.xinjiapo{left: 38.5%;top: 52.5%;}
	.world-map .dot.taiguo{left: 35.3%;top: 50.1%;}
	.world-map .dot.meiguo{left: 72.35%;top: 37.8%;}
	.world-map .dot.moxige{left: 72.5%;top: 49.8%;}
	.world-map .dot.eguaduoer{left: 77.6%;top: 65%;}
	.world-map .dot.baxi{left: 83.3%;top: 69%;}
	.world-map .dot.yn{left: 44.5%;top: 63%;}
	.world-map .dot.hasakesitan{left: 25.7%;top: 28.8%;}
	.world-map .dot.tuerqi{top: 36.2%;left: 17.5%;}
	.world-map .dot.libiya{left:12.5%;}
	.world-map .dot.tunisi{left: 11.4%;top: 39.6%;}
	.world-map .dot.xuliya{left: 18.5%;}
	.world-map .dot.shate{left: 20.3%;}
	.world-map .dot.bajisitan{left: 25.9%;top: 40.3%;}
	.world-map .dot.alianqiu{left: 22.5%;}
	.world-map .dot.sudan{left: 18%;}
	.world-map .dot.kenniya{left: 18%;}
	.world-map .dot.tansangniya{left: 16.8%;top: 64.5%;}
	.world-map .dot.nfei{left: 16.2%;top: 72.2%;}
	.world-map .dot.mengjiala{left: 30.6%;}
	.world-map .dot.malaixiya{left: 32.8%;top: 55.8%;}
	.world-map .dot.aodaliya{left: 47.9%;top: 75.7%;}
	.world-map .dot.gelunbiya{top: 62%;left: 79.2%;}
	.world-map .dot.zhili{top: 84.9%;left: 79.3%;}
	.world-map .dot.weineiruila{left: 80.4%;top: 60.5%;}
	.world-map .dot.weidimala{top: 53.2%;}
	.lift-nav{left: 1%;}
	.product .goods li .tp{padding: 0 10px;height: 178px;}
	.section1 .right{position: absolute;top: 35%;transform: translate(0,-50%);right:0}
	.section1 .w1400 {position: relative;}
	.pic-group .swiper-slide a{padding: 31px 0px 22px 0px;margin: 10px;}
	header .pc-nav .col:nth-of-type(2) .w1400 > ul > li{margin: 0 30px;}
}
@media ( min-width:1321px ) and ( max-width:1358px ){
	.world-map .dot.tunisi{left: 11.3%;}
	.world-map .dot.libiya{left: 12.3%;}
	.world-map .dot.aiji{left: 16%;}
	.world-map .dot.sudan{left: 17.9%;}
	.world-map .dot.yilake{left: 19.5%;}
	.world-map .dot.yilang{left: 23.1%;}
	.world-map .dot.shate{left: 20.1%;}
	.world-map .dot.alianqiu{left: 22.2%;}
	.world-map .dot.mengjiala{left: 30.3%;}
	.world-map .dot.yindu{left: 28.6%;}
	.world-map .dot.malaixiya{left:32.7%}
	.world-map .dot.taiguo{left: 35.2%;}
	.world-map .dot.aodaliya{top: 75.6%}
	.world-map .dot.nfei{left: 16.1%;}
	.world-map .dot.kenniya{left: 17.9%;}
	.world-map .dot.tansangniya{left: 16.7%;}
	.world-map .dot.xuliya{left:18.3%}
	.world-map .dot.bajisitan{left: 25.8%;top:40.2%;}
	.world-map .dot.yn{left: 44.4%;}
.number li .countup-txt::after{right:20%;}
}
@media ( min-width:1241px ) and ( max-width:1320px ){
	.w1400{width: 80%;min-width:0;}
	header .pc-nav.bc, header .pc-nav.on,header .pc-nav.bc, header .pc-nav.on{height: 1rem;}
	header.on .pc-nav .col .logoBox, header.on .pc-nav .col:nth-of-type(2) .w1400 .searchBox{height: 1rem;}
	.pageBanner{height: 460px;}
	.section1 .w1400{position: relative;}
	.section1 .right{position: absolute;top: 35%;transform: translate(0,-50%);right:0}
	.pic-group .swiper-slide a .img img,.pic-group .swiper-slide a .img{height: 46px;}
	.about_busi .busi_title .busi_text{line-height: normal;padding-top: 0;margin-top: -15px;}
	.about_busi .world-map.pc_show{margin-top: 70px;}
	.world-map.pc_show img{width: 85%;}
	.all-city{top: -80px;}
	.world-map .dot i{width: 6px;height: 6px;}
	.world-map .dot i::before{width: 6px;height: 6px;}
	.world-map .dot i{margin-right: 6px;}
	.world-map .dot.sudan i, .world-map .dot.tunisi i, .world-map .dot.libiya i, .world-map .dot.malaixiya i, .world-map .dot.mengjiala i, .world-map .dot.xuliya i, .world-map .dot.tuerqi i, .world-map .dot.alianqiu i, .world-map .dot.bajisitan i, .world-map .dot.hasakesitan i, .world-map .dot.shate i, .world-map .dot.nfei i, .world-map .dot.tansangniya i, .world-map .dot.kenniya i,.world-map .dot.taiguo i, .world-map .dot.els i, .world-map .dot.yindu i, .world-map .dot.yilang i, .world-map .dot.afuhan i, .world-map .dot.yilake i, .world-map .dot.aiji i{margin-left:6px;}
	.world-map .dot span{font-size: 12px;}
	.world-map .dot i::before, .world-map .dot i::after{width: 11px;height: 11px;}
	.world-map .dot.active i{width: 10px;height: 10px;}
	.world-map .dot.zhongguo{top:42%;}
	.world-map .dot.active span{font-size: 14px;margin-left:8px}
	.world-map .dot.els{left: 33.5%;}
	.world-map .dot.afuhan{left: 25%;top:35.5%}
	.world-map .dot.aiji{left: 16.2%;top: 44.7%;}
	.world-map .dot.sudan{left: 18.1%;top: 50.4%;}
	.world-map .dot.alianqiu{left: 22.6%;top: 45.5%;}
	.world-map .dot.yindu{left: 28.8%;top: 48%;}
	.world-map .dot.hasakesitan{top: 28.7%;}
	.world-map .dot.libiya{left:12.4%;top: 42.7%;}
	.world-map .dot.xuliya{left: 18.3%;}
	.world-map .dot.tuerqi{left: 17.3%;top: 36.1%;}
	.world-map .dot.yilake{left: 19.7%;top: 40.2%;}
	.world-map .dot.yilang{left: 23.5%;top: 41.8%;}
	.world-map .dot.bajisitan{top: 40%;}
	.world-map .dot.shate{top: 44%;}
	.world-map .dot.xuliya{top: 38%;}
	.world-map .dot.mengjiala{top: 44.7%;}
	.world-map .dot.taiguo{left: 35.4%;top: 49.8%;}
	.world-map .dot.malaixiya{left: 32.9%;top: 55.4%;}
	.world-map .dot.xinjiapo{left: 38.6%;}
	.world-map .dot.aodaliya{left: 48%;top: 75.3%;}
	.world-map .dot.nfei{left: 16.3%;}
	.world-map .dot.tansangniya{left: 16.9%;top: 64.1%;}
	.world-map .dot.kenniya{top: 59.6%;}
	.world-map .dot.tunisi{top: 39.3%;}
	.world-map .dot.meiguo{left: 72.5%;}
	.world-map .dot.moxige{left: 72.7%;}
	.world-map .dot.weidimala{top: 52.8%;}
	.world-map .dot.eguaduoer{top: 64.6%;}
	.world-map .dot.gelunbiya{top: 61.6%;}
	.world-map .dot.weineiruila{top: 60%;left: 80.3%;}
	.world-map .dot.baxi{left: 83.4%;}
	.product .goods li .tp{height: 160px;}
.number li .countup-txt::after{right:20%;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li{margin: 0 30px;}
	
}
@media screen and (max-width: 1240px) {
	.w1400{width: 80%;min-width:0;}
	header .pc-nav.bc, header .pc-nav.on,header .pc-nav.bc, header .pc-nav.on{height: 1rem;}
	header.on .pc-nav .col .logoBox, header.on .pc-nav .col:nth-of-type(2) .w1400 .searchBox{height: 1rem;}
	.pageBanner{height: 460px;}
	.section1 .w1400{position: relative;}
	.section1 .right{position: absolute;top: 35%;transform: translate(0,-50%);right:0}
	.pic-group .swiper-slide a .img img,.pic-group .swiper-slide a .img{height: 46px;}
	.about_busi .busi_title .busi_text{line-height: normal;padding-top: 0;margin-top: -20px;}
	.about_busi .world-map.pc_show{margin-top: 70px;}
	.world-map.pc_show img{width: 84%;}
	.all-city{top: -80px;}
	.world-map .dot i{width: 6px;height: 6px;}
	.world-map .dot i::before{width: 6px;height: 6px;}
	.world-map .dot i{margin-right: 6px;}
	.world-map .dot.sudan i, .world-map .dot.tunisi i, .world-map .dot.libiya i, .world-map .dot.malaixiya i, .world-map .dot.mengjiala i, .world-map .dot.xuliya i, .world-map .dot.tuerqi i, .world-map .dot.alianqiu i, .world-map .dot.bajisitan i, .world-map .dot.hasakesitan i, .world-map .dot.shate i, .world-map .dot.nfei i, .world-map .dot.tansangniya i, .world-map .dot.kenniya i,.world-map .dot.taiguo i, .world-map .dot.els i, .world-map .dot.yindu i, .world-map .dot.yilang i, .world-map .dot.afuhan i, .world-map .dot.yilake i, .world-map .dot.aiji i{margin-left:6px;}
	.world-map .dot span{font-size: 12px;}
	.world-map .dot i::before, .world-map .dot i::after{width: 11px;height: 11px;}
	.world-map .dot.active i{width: 10px;height: 10px;}
	.world-map .dot.zhongguo{top:42%;}
	.world-map .dot.active span{font-size: 14px;margin-left:8px}
	.world-map .dot.els{left: 33.3%;top: 19.6%;}
	.world-map .dot.afuhan{left: 25%;top:35.3%}
	.world-map .dot.aiji{left: 16.1%;top: 44.5%;}
	.world-map .dot.sudan{left: 18.1%;top: 50.4%;}
	.world-map .dot.alianqiu{left: 22.6%;top: 45.4%;}
	.world-map .dot.yindu{left: 28.7%;top: 48%;}
	.world-map .dot.hasakesitan{top: 28.3%;}
	.world-map .dot.libiya{left:12.3%;top: 42.7%;}
	.world-map .dot.xuliya{left: 18.3%;}
	.world-map .dot.tuerqi{left: 17.3%;top: 35.8%;}
	.world-map .dot.yilake{left: 19.7%;top: 40%;}
	.world-map .dot.yilang{left: 23.5%;top: 41.8%;}
	.world-map .dot.bajisitan{top: 39.9%;}
	.world-map .dot.shate{top: 44%;}
	.world-map .dot.xuliya{top: 37.9%;}
	.world-map .dot.mengjiala{top: 44.7%;}
	.world-map .dot.taiguo{left: 35.3%;top: 49.8%;}
	.world-map .dot.malaixiya{left: 32.9%;top: 55.4%;}
	.world-map .dot.xinjiapo{left: 38.6%;}
	.world-map .dot.aodaliya{left: 48%;top: 75.3%;}
	.world-map .dot.nfei{left: 16.2%;}
	.world-map .dot.tansangniya{left: 16.8%;top: 64.1%;}
	.world-map .dot.kenniya{top: 59.6%;}
	.world-map .dot.tunisi{top: 39.3%;left: 11.2%;}
	.world-map .dot.meiguo{left: 72.5%;}
	.world-map .dot.moxige{left: 72.7%;}
	.world-map .dot.weidimala{top: 52.8%;}
	.world-map .dot.eguaduoer{top: 64.6%;}
	.world-map .dot.gelunbiya{top: 61.6%;}
	.world-map .dot.weineiruila{top: 60%;left: 80.3%;}
	.world-map .dot.baxi{left: 83.4%;}
	.product .goods li .tp{height: 160px;}
.number li .countup-txt::after{right:20%;}
header .pc-nav .col:nth-of-type(2) .w1400 > ul > li{margin: 0 25px;}
}
@media screen and (max-width: 1199px) {
	.w1400{width: 85%;min-width:0;}
	header .pc-nav.bc, header .pc-nav.on,header .pc-nav.bc, header .pc-nav.on{height: 100px;}
	header.on .pc-nav .col .logoBox, header.on .pc-nav .col:nth-of-type(2) .w1400 .searchBox{height: 100px;}
	.pageBanner{height: 400px;}
	.section1 .w1400{position: relative;}
	.section1 .right{position: absolute;top: 35%;transform: translate(0,-50%);right:0}
	.pic-group .swiper-slide a .img img,.pic-group .swiper-slide a .img{height: 40px;}
	.about_busi .busi_title .busi_text{line-height: normal;padding-top: 0;}
	.about_busi .busi_title{font-size: 34px;}
	.about_busi .world-map.pc_show{margin-top: 70px;}
	.world-map.pc_show img{width: 84%;}
	.all-city{top: -80px;}
	.world-map .dot i{width: 6px;height: 6px;}
	.world-map .dot i::before{width: 6px;height: 6px;}
	.world-map .dot i{margin-right: 6px;}
	.world-map .dot.sudan i, .world-map .dot.tunisi i, .world-map .dot.libiya i, .world-map .dot.malaixiya i, .world-map .dot.mengjiala i, .world-map .dot.xuliya i, .world-map .dot.tuerqi i, .world-map .dot.alianqiu i, .world-map .dot.bajisitan i, .world-map .dot.hasakesitan i, .world-map .dot.shate i, .world-map .dot.nfei i, .world-map .dot.tansangniya i, .world-map .dot.kenniya i,.world-map .dot.taiguo i, .world-map .dot.els i, .world-map .dot.yindu i, .world-map .dot.yilang i, .world-map .dot.afuhan i, .world-map .dot.yilake i, .world-map .dot.aiji i{margin-left:6px;}
	.world-map .dot span{font-size: 12px;}
	.world-map .dot i::before, .world-map .dot i::after{width: 11px;height: 11px;}
	.world-map .dot.active i{width: 10px;height: 10px;}
	.world-map .dot.zhongguo{top:41.7%;}
	.world-map .dot.active span{font-size: 14px;margin-left:8px}
	.world-map .dot.els{left: 33.3%;top: 19.6%;}
	.world-map .dot.afuhan{left: 25%;top:35.2%}
	.world-map .dot.aiji{left: 16.1%;top: 44.5%;}
	.world-map .dot.sudan{left: 18.1%;top: 50.4%;}
	.world-map .dot.alianqiu{left: 22.6%;top: 45.3%;}
	.world-map .dot.yindu{left: 28.7%;top: 48%;}
	.world-map .dot.hasakesitan{top: 28.4%;left: 25.5%;}
	.world-map .dot.libiya{left:12.2%;top: 42.7%;}
	.world-map .dot.tuerqi{left: 17.3%;top: 35.7%;}
	.world-map .dot.yilake{left: 19.7%;top: 40%;}
	.world-map .dot.yilang{left: 23.3%;top: 41.7%;}
	.world-map .dot.bajisitan{top: 39.7%;left: 25.7%;}
	.world-map .dot.shate{top: 44%;left: 20.2%;}
	.world-map .dot.xuliya{top: 37.9%;left: 18.3%;}
	.world-map .dot.mengjiala{top: 44.7%;}
	.world-map .dot.taiguo{left: 35.3%;top: 49.7%;}
	.world-map .dot.malaixiya{left: 32.7%;top: 55.4%;}
	.world-map .dot.xinjiapo{left: 38.6%;}
	.world-map .dot.aodaliya{left: 48%;top: 75.3%;}
	.world-map .dot.nfei{left: 16.1%;}
	.world-map .dot.tansangniya{left: 16.6%;top: 64.1%;}
	.world-map .dot.kenniya{top: 59.6%;left: 17.9%;}
	.world-map .dot.tunisi{top: 39.3%;left: 11.2%;}
	.world-map .dot.meiguo{left: 72.5%;}
	.world-map .dot.moxige{left: 72.8%;}
	.world-map .dot.weidimala{top: 52.8%;}
	.world-map .dot.eguaduoer{top: 64.6%;}
	.world-map .dot.gelunbiya{top: 61.6%;}
	.world-map .dot.weineiruila{top: 60%;left: 80.4%;}
	.world-map .dot.baxi{left: 83.4%;}
	.world-map .dot.zhili{top: 84.5%;left: 79.2%;}
	/*联系我们*/
	.contact .way{padding: 40px 5%;width: 90%;height: auto;margin-bottom: 30px;}
	.product .goods li .tp{padding: 0 10px;height: 160px;}
	.countup-txt p{font-size: 14px;}
	.contact .way .right{bottom: 43px;right: 5%;}
	.product .goods li{margin:20px 20px 0 0;width:calc(25% - 15px)}
	header .pc-nav .col:nth-of-type(2) .w1400 > ul > li{margin: 0 25px;}
}
@media screen and (max-width: 1135px) {
	.world-map .dot.afuhan{left: 24.9%;top: 35%;}
	.world-map .dot.hasakesitan{left: 25.3%;}
	.world-map .dot.els{left: 33.2%;top: 19.5%;}
	.world-map .dot.xuliya{left: 18.2%;top: 37.6%;}
	.world-map .dot.tunisi{left: 10.8%;top: 39.2%;}
	.world-map .dot.yilake{left: 19.3%;}
	.world-map .dot.libiya{left: 12%;}
	.world-map .dot.mengjiala{left: 30.3%;}
	.world-map .dot.malaixiya{left: 32.5%;top: 55.4%;}
	.world-map .dot.yindu{left: 28.5%;}
	.world-map .dot.taiguo{left:35.1%}
	.world-map .dot.aodaliya{left: 47.9%;}
	.world-map .dot.tansangniya{left:16.4%}
	.world-map .dot.alianqiu{left: 22.1%;}
	.world-map .dot.bajisitan{top: 39.6%;left: 25.6%;}
	.world-map .dot.hasakesitan{left: 25.2%;top: 28.3%;}
	.world-map .dot.tuerqi{top:35.2%}
	.world-map .dot.yilang{left: 23.2%;top: 41.6%;}
	.world-map .dot.kenniya{left: 17.7%;}
	.world-map .dot.nfei{left:16%}
	.product .goods li .tp{height: 150px;}
}
@media ( min-width:1025px ) and ( max-width:1100px ) {
	.w1400{width: 86%;min-width:0;}
	header .pc-nav .col:nth-of-type(2) .w1400 > ul > li{margin: 0 20px;}
	header .pc-nav.bc, header .pc-nav.on,header .pc-nav.bc, header .pc-nav.on{height: 100px}
	header.on .pc-nav .col .logoBox, header.on .pc-nav .col:nth-of-type(2) .w1400 .searchBox{height:100px;}
	.pageBanner{height: 400px;}
	.section1 .w1400{position: relative;}
	.section1 .right{position: absolute;top: 35%;transform: translate(0,-50%);right:0}
	.pic-group .swiper-slide a .img img,.pic-group .swiper-slide a .img{height: 40px;}
	.about_busi .busi_title .busi_text{line-height: normal;padding-top: 0;}
	.about_busi .busi_title{font-size: 34px;}
	.about_busi .world-map.pc_show{margin-top: 80px;}
	.world-map.pc_show img{width: 85%;}
	.all-city{top: -80px;}
	.world-map .dot.zhongguo{top:41.5%;}
	.world-map .dot.afuhan{left: 24.7%;top: 35.1%;}
	.world-map .dot.hasakesitan{left: 25.3%;}
	.world-map .dot.els{left: 32.8%;top: 19.5%;}
	.world-map .dot.xuliya{left: 18.1%;top: 37.5%;}
	.world-map .dot.tunisi{left: 10.8%;top: 39.2%;}
	.world-map .dot.yilake{left: 19.3%;}
	.world-map .dot.libiya{left:11.8%;}
	.world-map .dot.mengjiala{left: 30%;top: 44.6%;}
	.world-map .dot.malaixiya{left: 32.2%;top: 55.4%;}
	.world-map .dot.yindu{left: 28.3%;}
	.world-map .dot.taiguo{left:35%;top: 49.5%;}
	.world-map .dot.aodaliya{left: 47.9%;top: 75.1%;}
	.world-map .dot.tansangniya{left:16.1%;top: 64%;}
	.world-map .dot.alianqiu{left: 22.1%;}
	.world-map .dot.bajisitan{top: 39.6%;left: 25.3%;}
	.world-map .dot.hasakesitan{left: 24.9%;top: 28.4%;}
	.world-map .dot.tuerqi{top:35.2%;left: 17.1%;}
	.world-map .dot.yilang{left: 23.2%;top: 41.5%;}
	.world-map .dot.kenniya{left: 17.5%;top: 59.4%;}
	.world-map .dot.nfei{left: 15.8%;}
	.world-map .dot.aiji{left: 15.8%;top: 44.3%;}
	.world-map .dot.shate{left: 19.8%;}
	.world-map .dot.sudan{left: 17.9%;top: 50%;}
	.world-map .dot.weineiruila{left: 80.4%;}
	.world-map .dot.weidimala{top: 52.7%;}
	.world-map .dot.moxige{top: 49.7%;}
	.world-map .dot.baxi{top: 68.7%;}
	.world-map .dot.zhili{top: 84%;}
	/*联系我们*/
	.contact .way{padding: 40px 5%;width: 90%;height: auto;margin-bottom: 30px;}
	.sub .navBox .two .twoBox{margin-right: 35px;}
	.countup-txt p{font-size: 14px;}
	.countup-txt h4 span{font-size: 44px;}
	.contact .c-name h2 img{height:40px;}
	
}
@media screen and (max-width: 1040px) {
	.world-map .dot.tuerqi{left: 16.9%;}
	.world-map .dot.afuhan{left: 24.6%;top: 35%;}
	.world-map .dot.hasakesitan{left: 24.8%;}
	.world-map .dot.bajisitan{left: 25.1%;}
	.world-map .dot.taiguo{left:34.9%}
	.world-map .dot.xinjiapo{left: 38.7%;}
	.world-map .dot.malaixiya{left: 32%;top: 55.3%;}
	.world-map .dot.alianqiu{top: 44.8%;}
	.world-map .dot.yindu{left: 28.1%;}
	.world-map .dot.mengjiala{left: 30.1%;top:44%}
	.world-map .dot.shate{top: 43.7%;}
	.world-map .dot.xuliya{left: 18%;top: 37.3%;}
	.world-map .dot.tunisi{left: 10.7%;}
	.world-map .dot.tunisi{left: 11.6%;}
	.world-map .dot.sudan{left: 17.8%;}
	.world-map .dot.kenniya{left: 17.4%;}
	.world-map .dot.tansangniya{left: 15.95%;}
}
@media screen and (max-width: 1024px) {
header .pc-nav .col:nth-of-type(2) .w1400 > ul{display: none;}
	.w1400{width: 86%;min-width:0;}
	.m_nav,.nav_icon{display: block;}
	header .pc-nav .col .logoBox > img{height:40px;width: auto;}
	header .pc-nav .col .logoBox{height: 70px;width: auto;}
	header .pc-nav{height:70px;}
	.nav_icon,header .pc-nav.bc .col .logoBox{height: 70px;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox{height: 70px;}
	header .pc-nav.bc .col:nth-of-type(2) .w1400 .searchBox{height: 70px;}
	header .pc-nav.bc, header .pc-nav.on,header .pc-nav.bc, header .pc-nav.on{height: 70px;}
	header.on .pc-nav.on .col:nth-of-type(2) .w1400 > ul > li > a{height: 70px;line-height: 70px;}
	header.on .pc-nav .col .logoBox, header.on .pc-nav .col:nth-of-type(2) .w1400 .searchBox{height: 70px;}
	header .pc-nav.bc .nav_icon{background: url("../images/icon_1.png") no-repeat center;background-size: 24px auto;}
	.section1{padding: 40px 0;}
	.title h3{font-size: 20px;background-size: auto 5px;margin-bottom: 15px;}
	.section1 .we{height: auto;margin-bottom: 20px;}
	.section1 .right{padding-top: 30px;position: relative;top: 0;transform: translate(0);}
	.section1 .we p{font-size: 15px;line-height: 24px;}
	.build img{width: 90%;}
	.number li,.number li:nth-child(4n){width: 25%;text-align: center;}
	.number li .countup-txt::after{display: none;}
	.countup-txt h4 span{font-size: 32px;}
	.countup-txt p{font-size: 13px;padding: 0;}
	.number li .countup-txt{margin-top: 20px;}
	.number{padding: 0;}
	.wap-bg{display: block;}
	.pc-bg{display: none;}
	.tab-con li .text{width:calc(100% - 420px);}
	.tab-con li h4 a{font-size: 20px;}
	.section3 .more_n{margin-top: 20px;}
	.section3{padding: 40px 0;}
	footer .fMain .top{padding-bottom: 30px;}
	footer .fMain .top .car{float: none;}
	footer .btm p, footer .btm a{font-size: 14px;line-height: 24px;display: inline-block;}
	footer .btm .fMain2{text-align: left;padding: 15px 0;}
	footer .fMain{padding-top: 40px;}
	footer .fMain .top .left .address p{font-size: 14px;line-height: 24px;}
	footer .fMain .top .col > ul > li > a{font-size: 15px;margin-bottom: 10px;}
	footer .fMain .top .col > ul > li > ol{padding: 0;}
	footer .fMain .top .col > ul > li > ol > li > a{font-size: 14px;line-height: 26px;}
	.fMain .top .col{padding:0;}
	footer .fMain .top .car > ul p{font-size: 14px;margin-top: 5px;}
	.section2 .name b{font-size: 20px;background-size: auto 24px;}
	.section2 .items li a{font-size: 16px;}
	.section1 .we.our{height:275px;}
	.pic-group .swiper-slide a .img img,.pic-group .swiper-slide a .img{height:50px;}
	.pic-group .swiper-slide a .img{display: flex;align-items: center;margin-bottom: 10px;}
	.pic-group .swiper-slide a{font-size: 15px;line-height: 24px;padding: 20px 5px;}
	.title2{font-size: 22px;padding: 0;}
	.about1{height: auto;padding: 40px 0;}
	/*.section{padding-top:50px;}
	.about_busi .busi_title{font-size: 22px;position: relative;padding-bottom: 0;}
	.all-city{top: 0;}
	.about_busi .busi_title .busi_text{width: 100%;line-height: 24px;margin-top: -20px;padding: 0;}
	.about_busi .world-map{margin-top:-20px;}*/
	.about_busi .busi_title{font-size: 22px;}
	.city{width: 100%;}
	.city dt{font-size: 18px;padding-bottom: 4px;}
	.city dd{font-size: 15px;line-height: 22px;}
	.pageBanner{height: 350px;}
	.pageBanner .pos .w240{width: 170px;}
	.pageBanner .pos b{font-size: 32px;padding-bottom: 2px;}
	.pageBanner .pos p{font-size: 20px;}
	header.on .nav_icon{background: url("../images/icon_1.png") no-repeat center;background-size: contain;}
	.all-city{top:-40px;}
	.about_busi .busi_title .busi_text{padding: 0;line-height: normal;}
	.about_busi .world-map.pc_show{margin-top: 74px;}	
	.section{padding-top: 45px;}
	.world-map.pc_show img{max-width: 85%;width: 85%;}
	.world-map .dot i{width: 6px;height: 6px;}
	.world-map .dot i::before{width: 6px;height: 6px;}
	.world-map .dot i{margin-right: 6px;}
	.world-map .dot.sudan i, .world-map .dot.tunisi i, .world-map .dot.libiya i, .world-map .dot.malaixiya i, .world-map .dot.mengjiala i, .world-map .dot.xuliya i, .world-map .dot.tuerqi i, .world-map .dot.alianqiu i, .world-map .dot.bajisitan i, .world-map .dot.hasakesitan i, .world-map .dot.shate i, .world-map .dot.nfei i, .world-map .dot.tansangniya i, .world-map .dot.kenniya i,.world-map .dot.taiguo i, .world-map .dot.els i, .world-map .dot.yindu i, .world-map .dot.yilang i, .world-map .dot.afuhan i, .world-map .dot.yilake i, .world-map .dot.aiji i{margin-left:6px;}
	.world-map .dot span{font-size: 12px;}
	.world-map .dot i::before, .world-map .dot i::after{width: 11px;height: 11px;}
	.world-map .dot.active i{width: 10px;height: 10px;}
	.tab{padding-top: 10px;}
	/*联系我们*/
	.contact .way{padding: 40px 5%;width: 90%;height: auto;margin-bottom: 30px;}
	.contact .c-name h2 img{height:40px;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox{margin-right: 30px;}
	.btn.sp_nav_se{top: 24px;}
	.top-button{bottom: 8%;}
	.btn{display: block;}
	.sub .navBox .two .twoBox{margin-right: 25px;}
	.product .goods li .tp{padding: 0 10px;height: 140px;}
	.top-button{right: 0;}
	.product .name{height: 64px;line-height: 64px;}
	.lift-nav li i{width: 10px;height: 10px;}
	.lift-nav li{margin-top: 18px;}
	.world-map .dot.tuerqi{left: 16.9%;}
	.world-map .dot.afuhan{left: 24.5%;top: 34.8%;}
	.world-map .dot.hasakesitan{left: 24.6%;top: 28.1%;}
	.world-map .dot.bajisitan{left: 25.1%;top: 39.4%;}
	.world-map .dot.taiguo{left:34.8%;top: 49.3%;}
	.world-map .dot.xinjiapo{left: 38.7%;}
	.world-map .dot.malaixiya{left: 32%;top: 55%;}
	.world-map .dot.alianqiu{top: 44.8%;}
	.world-map .dot.yindu{left: 28.1%;}
	.world-map .dot.mengjiala{left: 30.1%;top:44%}
	.world-map .dot.shate{top: 43.7%;left: 19.7%;}
	.world-map .dot.xuliya{left: 18%;top: 37.3%;}
	.world-map .dot.tunisi{left: 10.7%;top: 39.1%;}
	.world-map .dot.tunisi{left: 10.3%;}
	.world-map .dot.sudan{left: 17.6%;}
	.world-map .dot.kenniya{left: 17.3%;top: 59.2%;}
	.world-map .dot.tansangniya{left: 15.9%;top: 63.7%;}
	.world-map .dot.els{left:32.6%;}
	.world-map .dot.libiya{left:11.4%}
	.world-map .dot.aiji{left: 15.5%;top: 44.4%;}
	.world-map .dot.yilake{left: 18.8%;top: 39.9%;}
	.world-map .dot.yilang{left: 22.8%;top: 41.4%;}
	.world-map .dot.nfei{left: 15.7%;}
	.world-map .dot.yn{top: 62.9%;}
	.world-map .dot.aodaliya{top: 74.8%;}
	.world-map .dot.baxi{left: 83.3%;top: 68.6%;}
	.world-map .dot.moxige{top: 49.4%;}
	.world-map .dot.meiguo{top: 37.5%;}
	.world-map .dot.weidimala{top: 52.4%;}
	.world-map .dot.gelunbiya{top: 61.4%;}
	.world-map .dot.eguaduoer{top: 64.4%;}
	.world-map .dot.zhili{top: 83.8%;}
	header .pc-nav.bc, header .pc-nav.on, header .pc-nav:hover{height: 70px;}
	.wap-sz{display: block;}
	.pc-sz{display: none;}
}
@media ( min-width:770px ) and ( max-width:999px ) {
header .pc-nav .col:nth-of-type(2) .w1400 > ul{display: none;}
	.w1400{width: 92%;min-width:0;}
	.m_nav,.nav_icon{display: block;}
	header .pc-nav .col .logoBox > img{height:40px;width: auto;}
	header .pc-nav .col .logoBox{height: 70px;width: auto;}
	header .pc-nav{height: 70px;background: #fff;position: relative;}
	.nav_icon,header .pc-nav.bc .col .logoBox{height: 70px;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox{height: 70px;}
	header .pc-nav.bc .col:nth-of-type(2) .w1400 .searchBox{height: 70px;}
	header .pc-nav.bc .nav_icon{background: url("../images/icon_1.png") no-repeat center;background-size: 24px auto;}
	header{position: relative;}
	header .pc-nav .col .logoBox .img{opacity: 1;}
	header .pc-nav .col .logoBox .logo{opacity: 0;}
	.btn span{background: #000;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox{background: url(../images/yy2.svg) no-repeat center;background-size: auto 30px;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li a{line-height: 40px;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul{left: -10px;}
	.section1{padding: 40px 0;}
	.title h3{font-size: 20px;background-size: auto 5px;margin-bottom: 15px;}
	.section1 .we{height: auto;margin-bottom: 20px;}
	.section1 .right{padding-top: 30px;}
	.section1 .we p{font-size: 15px;line-height: 24px;}
	.build img{width: 90%;}
	.number li,.number li:nth-child(4n){width: 25%;text-align: center;}
	.number li .countup-txt::after{display: none;}
	.countup-txt h4 span{font-size: 32px;}
	.countup-txt p{font-size: 13px;padding: 0;}
	.number li .countup-txt{margin-top: 20px;}
	.number{padding: 0;}
	.wap-bg{display: block;}
	.pc-bg{display: none;}
	
	.section3{padding: 40px 0;}
	footer .fMain .top,footer .btm .fMain2{display: block;}
	footer .fMain .top{padding-bottom: 26px;}
	footer .fMain .top .left,footer .fMain .top .col{width: 100%;}
	footer .fMain .top .col{display: none;}
	footer .fMain .top .left .address{margin-bottom: 20px;}
	footer .fMain .top .car{float: none;padding: 0;}
	footer .fMain .top .car li{display: inline-block;margin-right: 15px;}
	footer .btm .fMain2 div{float: none;width: 100%;}
	footer .btm p, footer .btm a{font-size: 14px;line-height: 24px;display: inline-block;}
	footer .btm .fMain2{text-align: left;padding: 15px 0;}
	footer .fMain{padding-top: 30px;}
	footer .fMain .top .left .address p{font-size: 14px;line-height: 24px;}
	footer .fMain .top .col > ul > li > a{font-size: 15px;margin-bottom: 10px;}
	footer .fMain .top .col > ul > li > ol{padding: 0;}
	footer .fMain .top .col > ul > li > ol > li > a{font-size: 14px;line-height: 26px;}
	.fMain .top .col{padding: 20px 0;}	
	footer .fMain .top .car > ul{width: auto;display: block;text-align: left;}
	footer .fMain .top .car > ul p{font-size: 14px;margin-top: 5px;text-align: center;}
	.section2 .name b{font-size: 20px;background-size: auto 24px;}
	.section2 .items li a{font-size: 16px;}
	.section1 .we.our{height:232px;}
	.pic-group .swiper-slide a .img img,.pic-group .swiper-slide a .img{height:50px;}
	.pic-group .swiper-slide a .img{display: flex;align-items: center;margin-bottom: 10px;}
	.pic-group .swiper-slide a{font-size: 15px;line-height: 24px;padding: 20px 5px;}
	.title2{font-size: 22px;padding: 0;}
	.about1{height: auto;padding: 40px 0;}
	/*.section{padding-top:50px;}
	.about_busi .busi_title{font-size: 22px;position: relative;padding-bottom: 0;}
	.all-city{top: 0;}
	.about_busi .busi_title .busi_text{width: 100%;line-height: 24px;margin-top: -20px;padding: 0;}
	.about_busi .world-map{margin-top:-20px;}*/
	.about_busi .busi_title{font-size: 22px;}
	.city{width: 100%;}
	.city dt{font-size: 18px;padding-bottom: 4px;}
	.city dd{font-size: 15px;line-height: 22px;}
	.pageBanner{height: 300px;}
	.pageBanner .pos .w240{width: 140px;}
	.pageBanner .pos b{font-size: 24px;padding-bottom: 2px;}
	.pageBanner .pos p{font-size: 17px;}
	header.on .nav_icon{background: url("../images/icon_1.png") no-repeat center;background-size: contain;}
	.all-city{top:-40px;}
	.about_busi .busi_title .busi_text{padding: 0;line-height: normal;}
	.about_busi .world-map.pc_show{margin-top: 74px;}
	.section{padding-top: 45px;}
	.world-map.pc_show img{max-width: 85%;width: 85%;}
	.world-map .dot i{width: 6px;height: 6px;}
	.world-map .dot i::before{width: 6px;height: 6px;}
	.world-map .dot i{margin-right: 6px;}
	.world-map .dot.sudan i, .world-map .dot.tunisi i, .world-map .dot.libiya i, .world-map .dot.malaixiya i, .world-map .dot.mengjiala i, .world-map .dot.xuliya i, .world-map .dot.tuerqi i, .world-map .dot.alianqiu i, .world-map .dot.bajisitan i, .world-map .dot.hasakesitan i, .world-map .dot.shate i, .world-map .dot.nfei i, .world-map .dot.tansangniya i, .world-map .dot.kenniya i,.world-map .dot.taiguo i, .world-map .dot.els i, .world-map .dot.yindu i, .world-map .dot.yilang i, .world-map .dot.afuhan i, .world-map .dot.yilake i, .world-map .dot.aiji i{margin-left:6px;}
	.world-map .dot span{font-size: 12px;}
	.world-map .dot i::before, .world-map .dot i::after{width: 11px;height: 11px;}
	.world-map .dot.active i{width: 10px;height: 10px;}
	/*联系我们*/
	.contact .way{padding: 40px 5%;width: 90%;height: auto;margin-bottom: 30px;}
	.contact .c-name h2 img{height:40px;}
	.contact .way .right li{margin-left: 0;}
	.contact .way .right li img{width: 80%;height: auto;}
	.contact .way .right{right: 2%;}
	.news .tab-con li{padding: 30px 0;}
	.news .tab-con li .w1400::after{bottom: -30px;}
	.videos{padding: 50px 0 0 0;}
	.videos li{width: 48.5%;padding: 0;margin: 0 3% 20px 0;}
	.videos li:nth-child(3n){margin-right: 3%;}
	.videos li:nth-child(2n){margin-right: 0;}
	.z_tanchuang .tbox .modal .img{position: relative;}
	.z_tanchuang .tbox .modal .img video{position: absolute;top: 50%;transform: translate(0,-50%);}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox{margin-right: 30px;}
	.btn.sp_nav_se{top: 24px;}
	.top-button{bottom: 8%;}
	.btn{display: block;}
	.product .goods{clear: both;}
	.product .goods ul{display: block;}
	.product .goods li{width: calc(33.33% - 13.33px);margin-right: 20px;float: left;}
	.product .goods li:nth-child(4n){margin-right: 20px;}
	.product .goods li:nth-child(3n){margin-right: 0px;}
	.product .goods li .tp{height: auto;}
	.sub .navBox .two .twoBox{font-size: 17px;}
	.pc-pro{display: none;}
	.wap-pro{display: flex;}
	.left-menu{width:122px;}
	.food-img{width: 100%;height: auto;}
	.world-map .dot.tuerqi{left: 16.7%;}
	.world-map .dot.afuhan{left: 24.3%;top: 34.8%;}
	.world-map .dot.hasakesitan{left: 24.3%;top: 28.1%;}
	.world-map .dot.bajisitan{left: 24.9%;top: 39.4%;}
	.world-map .dot.taiguo{left:34.8%;top: 49.3%;}
	.world-map .dot.xinjiapo{left: 38.7%;}
	.world-map .dot.malaixiya{left: 31.8%;top: 55%;}
	.world-map .dot.alianqiu{top: 44.8%;left: 21.8%;}
	.world-map .dot.yindu{left: 28.1%;}
	.world-map .dot.mengjiala{left: 30.1%;top:44%}
	.world-map .dot.shate{top: 43.7%;left: 19.7%;}
	.world-map .dot.xuliya{left: 17.8%;top: 37%;}
	.world-map .dot.tunisi{left: 10.7%;top: 39.1%;}
	.world-map .dot.tunisi{left: 10.3%;}
	.world-map .dot.sudan{left: 17.5%;}
	.world-map .dot.kenniya{left: 17.2%;top: 59.2%;}
	.world-map .dot.tansangniya{left: 15.7%;top: 63.7%;}
	.world-map .dot.els{left:32.6%;}
	.world-map .dot.libiya{left:11.4%}
	.world-map .dot.aiji{left: 15.5%;top: 44.4%;}
	.world-map .dot.yilake{left: 18.8%;top: 39.9%;}
	.world-map .dot.yilang{left: 22.8%;top: 41.4%;}
	.world-map .dot.nfei{left: 15.5%;}
	.world-map .dot.yn{top: 62.9%;}
	.world-map .dot.aodaliya{top: 74.8%;}
	.world-map .dot.baxi{left: 83.3%;top: 68.6%;}
	.world-map .dot.moxige{top: 49.4%;}
	.world-map .dot.meiguo{top: 37.5%;}
	.world-map .dot.weidimala{top: 52.4%;}
	.world-map .dot.gelunbiya{top: 61.4%;}
	.world-map .dot.eguaduoer{top: 64.4%;}
	.world-map .dot.zhili{top: 83.8%;}
	.tab-con li h4 a{font-size: 18px;}
	.tab-con li .text{padding: 0;width: calc(100% - 356px);}
	.tab-con li p a{font-size: 14px;line-height: 22px;display: -webkit-box; 
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;overflow: hidden;}
	.tab-con li .pic{width: 336px;}
	.wap-ff{display: none;}
	.section2{background: url("../images/jbs.jpg") repeat-x;}
	.pic-group .swiper-button-next{right:-3%;}
	.pic-group .swiper-button-prev{left: -3%;}
	.book-swiper01{margin:15px 3% 0 3%;}
	.pic-group{padding: 0;}
	.wap-sz{display: block;}
	.pc-sz{display: none;}

}
@media screen and (max-width: 955px){
	.world-map .dot.els{left: 32.2%;}
	.world-map .dot.hasakesitan{left: 24%;}
	.world-map .dot.tunisi{left: 10.1%;}
	.world-map .dot.libiya{left: 11.1%;}
	.world-map .dot.aiji{left: 15.1%;top: 44.2%;}
	.world-map .dot.xuliya{left: 17.5%;}
	.world-map .dot.afuhan{left: 24%;top: 34.7%;}
	.world-map .dot.bajisitan{left: 24.5%;}
	.world-map .dot.tuerqi{left: 16.5%;}
	.world-map .dot.yilake{left: 18.5%;top: 39.6%;}
	.world-map .dot.shate{left: 19.4%;}
	.world-map .dot.yilang{left: 22.5%;}
	.world-map .dot.alianqiu{top: 44.6%;left: 21.5%;}
	.world-map .dot.mengjiala{left: 29.6%;top: 43.9%;}
	.world-map .dot.yindu{left: 27.8%;top: 47.8%;}
	.world-map .dot.kenniya{left: 16.9%;}
	.world-map .dot.tansangniya{left: 15.3%;top: 63.7%;}
	.world-map .dot.taiguo{left: 34.5%;}
	.world-map .dot.malaixiya{left: 31.5%;}
	.world-map .dot.zhongguo{top: 41.4%;}
}
@media screen and (max-width: 934px){
	.about_busi .world-map.pc_show{display: none;}
	.about_busi .world-map.mo_show{display: block;}
	.all-city{top: 0;padding-bottom: 30px;}
	.about_busi .busi_title{position: relative;}
}

@media screen and (max-width: 769px) {
	.about_busi .world-map.pc_show{margin-top: 30px;}
	header .pc-nav .col:nth-of-type(2) .w1400 > ul{display: none;}
	.w1400{width: 92%;min-width:0;}
	.m_nav,.nav_icon{display: block;}
	header .pc-nav .col .logoBox > img{height:40px;width: auto;}
	header .pc-nav .col .logoBox{height: 60px;width: auto;}
	header .pc-nav{height: 60px;}
	.nav_icon,header .pc-nav.bc .col .logoBox{height: 60px;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox{height: 60px;}
	header .pc-nav.bc .col:nth-of-type(2) .w1400 .searchBox{height: 60px;}
	header .pc-nav.bc .nav_icon{background: url("../images/icon_1.png") no-repeat center;background-size: 24px auto;}
	.section1 .left,.section1 .right{float: none;width: 100%;}
	.section1{padding: 40px 0;}
	.title h3{font-size: 20px;background-size: auto 5px;margin-bottom: 15px;}
	.section1 .we{height: auto;margin-bottom: 20px;}
	.section1 .right{padding-top: 30px;}
	.section1 .we p{font-size: 15px;line-height: 24px;}
	.build img{width: 100%;}
	.number li,.number li:nth-child(4n){width: 50%;text-align: center;}
	.number li .countup-txt::after{display: none;}
	.countup-txt h4 span{font-size: 32px;}
	.countup-txt p{font-size: 13px;padding: 0;}
	.number li .countup-txt{margin-top: 20px;}
	.number{padding: 0;}
	.pc-bg{display: none;}
	.tab{display: block;float: none;padding-top: 5px;}
	.tab-con li .pic,.tab-con li .text{float: none;width: 100%;}
	.tab a{font-size: 16px;padding: 0 12px;}
	.tab a::before{width: 4px;height: 4px;left: 3px;}
	.tab-con li{padding: 15px 0;}
	.tab-con li h4 a{font-size: 17px;}
	.tab-con li .text{padding-top: 13px;}
	.tab-con li .time{font-size: 14px;padding-bottom: 10px;}
	.tab-con li p a{font-size: 14px;line-height: 24px;}
	.section3 .more_n{margin-top: 20px;}
	.section3{padding: 40px 0;}
	footer .fMain .top,footer .btm .fMain2{display: block;}
	footer .fMain .top{padding-bottom: 26px;}
	footer .fMain .top .left,footer .fMain .top .col{width: 100%;}
	footer .fMain .top .col{display: none;}
	footer .fMain .top .left .address{margin-bottom: 20px;}
	footer .fMain .top .car{float: none;padding: 0;}
	footer .fMain .top .car li{display: inline-block;margin-right: 15px;}
	footer .btm .fMain2 div{float: none;width: 100%;}
	footer .btm p, footer .btm a{font-size: 14px;line-height: 24px;display: inline-block;}
	footer .btm .fMain2{text-align: left;padding: 15px 0;}
	footer .fMain{padding-top: 30px;}
	footer .fMain .top .left .address p{font-size: 14px;line-height: 24px;}
	footer .fMain .top .col > ul > li > a{font-size: 15px;margin-bottom: 10px;}
	footer .fMain .top .col > ul > li > ol{padding: 0;}
	footer .fMain .top .col > ul > li > ol > li > a{font-size: 14px;line-height: 26px;}
	.fMain .top .col{padding: 20px 0;}	
	footer .fMain .top .car > ul{width: auto;display: block;text-align: left;}
	footer .fMain .top .car > ul p{font-size: 14px;margin-top: 5px;text-align: center;}
	.section2 .name b{font-size: 20px;background-size: auto 24px;}
	.section2 .items li a{font-size: 16px;}
	.section1 .we.our{height: auto;}
	.section1 .swiper-scrollbar{display: none;}
	.section1 .we.our p{padding: 0;}
	.pic-group .swiper-slide a .img img,.pic-group .swiper-slide a .img{height:50px;}
	.pic-group .swiper-slide a .img{display: flex;align-items: center;margin-bottom: 0px;}
	.pic-group .swiper-slide a{font-size: 15px;line-height: 24px;padding: 20px 5px;}
	.title2{font-size: 22px;padding: 0;}
	.about1{height: auto;padding: 40px 0;}
	.section{padding: 40px 0;}
	.about_busi .busi_title{font-size: 22px;position: relative;padding-bottom: 0;}
	.about_busi .world-map.pc_show{display: none;}
	.all-city{top: 0;}
	.about_busi .busi_title .busi_text{width: 100%;line-height: 24px;margin-top: -20px;padding: 0;}
	.about_busi .world-map{margin-top:-20px;}
	.city{width: 100%;}
	.city dl.fr{width: 100%;padding-top: 30px;}
	.city dt{font-size: 18px;padding-bottom: 4px;}
	.city dd{font-size: 15px;line-height: 22px;}
	.pageBanner{height: 200px;}
	.pageBanner .pos .w240{width: 140px;}
	.pageBanner .pos b{font-size: 24px;padding-bottom: 2px;}
	.pageBanner .pos p{font-size: 17px;}
	header.on .nav_icon{background: url("../images/icon_1.png") no-repeat center;background-size: contain;}
	.about_busi .world-map.mo_show{display: block;}
	/*联系我们*/
	footer .fMain .top .left .logo img{height: 36px;margin-bottom: 20px;}
	.contact .way{padding: 30px 5%;width: 90%;height: auto;margin-bottom: 30px;}
	.contact .way .right ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.contact .way .right li{margin: 0;width: 45%;font-size: 14px;}
	.contact .way .right li img{width: 94%;height: auto;}
	.contact .c-name h2{font-size: 20px;}
	.contact .c-name p{font-size: 13px;}
	.contact .some p{margin-top: 10px;font-size: 15px;}
	.contact{padding-top: 40px;}
	.contact .way .right li p{padding-top: 2px;}
	.sub .navBox .two .twoBox{font-size: 16px;}
	.news .tab-con li{padding: 22px 0;}
	.news .tab-con li .w1400::after{bottom: -20px;}
	.videos{padding: 40px 0 0 0;}
	.videos li{width: 100%;padding: 0;margin: 0 0 20px 0;}
	.videos li:nth-child(3n){margin-right: 0;}
	.videos li .play img{width: 50px;height: 50px;}
	.z_tanchuang .tbox .modal .img{position: relative;}
	.z_tanchuang .tbox .modal .img video{position: absolute;top: 50%;transform: translate(0,-50%);}
	.z_tanchuang .tbox .out{width: 48px;height: 48px;background-size: 26px 26px;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox{margin-right: 30px;}
	.btn.sp_nav_se{top:19px;}
	.top-button{bottom: 8%;}
	.btn{display: block;top: 21px;}
	.product .goods li{width: calc(33.33% - 13.33px);margin-right: 20px;}
	.product .goods li:nth-child(4n){margin-right: 20px;}
	.product .goods li:nth-child(3n){margin-right: 0px;}
	.pc-pro{display: none;}
	.wap-pro{display: flex;}
	.left-menu{width:104px;}
	.food-img{height: auto;width: 100%;margin: 0 auto;}
	.article_cont{
        padding-top: 40px;
        padding-bottom: 35px;
        display: block;
    }
    .article_cont .article_l{
        width: 100%;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    .article_cont .article_r{
        width: 100%;
        padding-top: 30px;
    }
    .article_l .label_list a{
        font-size: 14px;
    }
    .article_r .up_ .btn_ .t{
        font-size: 16px;
    }
    .article_r .up_ .btn_:hover .t{
        font-weight: 500;
    }
    .article_r .up_ .btn_ .up_time{
        font-size: 14px;
    }
    .article_r .up_back a{
        padding: 14px 24px;
        font-size: 16px;
    }
    .article_r .up_back a img{
        margin-right: 10px;
        width: 12px;
    }
    .ar_title h3{font-size: 20px;}
    .article_l .articlen p{font-size: 15px;line-height: 24px;}
    .article_r .up_>a .t{font-size: 15px;line-height: 24px;}
    .pic-group .swiper-slide a{width: 60%;margin: 0 auto;}
    .pic-group .swiper-button-next{right: 0px;background:url("../images/jt.svg") no-repeat center;background-size: auto 50px;}
    .pic-group .swiper-button-prev{left: 0px;background:url("../images/jt.svg") no-repeat center;background-size: auto 50px;transform: rotate(180deg);}
    .pic-group .swiper-button-next:hover{background:url("../images/jt.svg") no-repeat center;background-size: auto 50px;}
    .pic-group .swiper-button-prev:hover{background:url("../images/jt.svg") no-repeat center;background-size: auto 50px;transform: rotate(180deg);}
    .pic-group .swiper-button-next, .pic-group .swiper-button-prev{margin-top: -33px;}
    .pic-group{padding-top: 30px;}
    .contact .way .right{width: 40%;bottom: 33px;}
    .tab-con li p a{font-size: 14px;line-height: 22px;display: -webkit-box; 
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;overflow: hidden;}
  .wap-ff{display: none;}
  header .pc-nav.bc, header .pc-nav.on, header .pc-nav:hover{height: 60px;}
  .leftMenu{top: 60px;}
  header{position: relative;}
	header .pc-nav .col .logoBox .img{opacity: 1;}
	header .pc-nav .col .logoBox .logo{opacity: 0;}
	.btn span{background: #000;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox{background: url(../images/yy2.svg) no-repeat center;background-size: auto 30px;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li a{line-height: 40px;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul{left: -10px;}
	.videos li .img{height: 214px;}
	.section2{background: url("../images/jbs.jpg") repeat-x;height: 85vh;display: block;}
  .name{padding-top: 0.5rem;}
	.wap-bg{display: block;background-attachment: inherit;}
	.section2 .items{padding:25px 0 30px 0;}
	.section02{height: 79vh;}
	.section03{height: 80Vh;}
	.section2 .name b.ico1{background: url("../images/ico1.png") no-repeat left center;padding-left: 30px;background-size: auto 24px;}
.section2 .name b.ico2{background: url("../images/ico2.png") no-repeat left center;padding-left: 30px;background-size: auto 24px;}
.section2 .name b.ico3{background: url("../images/ico3.png") no-repeat left center;padding-left: 30px;background-size: auto 24px;}
.section2 .name em{font-weight: normal;font-family: 'Alibaba PuHuiTi R'!important}
.pic-group{padding: 0;}
.wap-sz{display: block;}
	.pc-sz{display: none;}
	
}
@media screen and (max-width: 650px) {
	.sub .navBox .two .twoBox{margin-right: 20px;}
	.left-menu{width:96px;}
	.ar_title h3{font-size: 18px;}
	.ar_title .ar_time{font-size: 14px;padding-top: 12px;}
	.ar_title{padding-bottom: 22px;margin-bottom: 22px;}
	.article_r .up_>a{padding-bottom: 18px;margin-bottom: 18px;}
	.article_r .up_>a .n{padding-bottom: 12px;}
	.article_r .up_{padding: 20px;width: calc(100% - 40px);}
	.food-img{height: auto;width:100%;margin: 0 auto;}
	.contact .way .right{width: 100%;bottom: 0px;position: relative;right: 0;padding-top: 30px;}
	.contact .c-name h2 img{height: 36px;}
	header{position: relative;}
	header .pc-nav .col .logoBox .img{opacity: 1;}
	header .pc-nav .col .logoBox .logo{opacity: 0;}
	.btn span{background: #000;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox{background: url(../images/yy2.svg) no-repeat center;background-size: auto 30px;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li a{line-height: 40px;}
	header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul{left: -10px;}
	.wap-bg{height: 85vh;}
	.section02 .wap-bg{height: 79Vh;}
	.section03 .wap-bg{height: 80Vh;}
	.pageBanner .pos{margin: 0;}
	header .pc-nav .col .logoBox > img{height: 36px;}
	.section2 .name b.ico1{background: url("../images/ico1.png") no-repeat left center;padding-left: 30px;background-size: auto 24px;}
.section2 .name b.ico2{background: url("../images/ico2.png") no-repeat left center;padding-left: 30px;background-size: auto 24px;}
.section2 .name b.ico3{background: url("../images/ico3.png") no-repeat left center;padding-left: 30px;background-size: auto 24px;}
.section2 .name em{font-weight: normal;font-family: 'Alibaba PuHuiTi R'!important}
header .pc-nav .col:nth-of-type(2) .w1400 .searchBox ul li.animated{-webkit-animation-duration: 0s;animation-duration: 0s;}
	}
