﻿@import url(style.css);
@import url(mobile.css);
@import url(custom.css);
@import url(lrtk3.css);
@import url(pscroll.css);
@import url(xxyanimate.css);
/*首页*/
.header .nav > ul > li.on > a{ color: #fff;}
.header:hover .nav > ul > li.on > a{ color: var(--main-color);}
/*轮显*/
.banner_page{ position:absolute; width:100%; text-align:left; left:0%; height:0px;  color:#fff; font-size:16px; z-index:10; bottom:86px; line-height:36px; z-index:5; /*font-style:italic; font-weight:bold;*/}
.banner_page .wrap{ height:0; text-align:right;}
.banner_page span{ color:#fff;}
.banner_page label{ color:#fff;}
.banner_page em{ font-style:normal; color:#fff;}
.main .banner .btn .boxs{ margin-left:240px;}
.swiper-container-autoheight .swiper-slide{ cursor:default;}
.banner .c-dot-page {position: absolute; z-index: 10;bottom: 60px; right:0; width:100%;}
.banner .c-dot-box { float:right; /*right: 5.8%;*/ display: flex; align-items: center; width: 200px;color: #fff; font-size: 18px;}
.banner .c-dot-box .c-text1 {width: 50px; line-height: 1;}
.banner .c-dot-box .c-text2 { width: 50px; line-height: 1; text-align: right;}
.banner .c-dot-box .c-line-box { width: -webkit-calc(100% - 80px); width: calc(100% - 80px); height: 2px;  background: rgba(255, 255, 255, .2);}
.banner .c-dot-box .c-line-box .c-line {  width: 0; height: 2px;  background: #fff; transition: 1s;}
.main .banner .down {
  width: 90px;
  height: 52px;
  position: absolute;
  left: 50%;
  bottom:5.4%;
  z-index: 10;
  cursor: pointer;
  margin-left: -45px; font-size:14px; color:rgba(255,255,255,0.4); text-align:center;
}
.main .banner .down span {
  height: 29px;
  background: url(../images/i_pic1.png) no-repeat center;
  background-size: auto 100%;
  display: block; 
  animation: banner-down 0.6s infinite alternate;
  -o-animation: banner-down 0.6s infinite alternate;
  -moz-animation: banner-down 0.6s infinite alternate;
  -webkit-animation: banner-down 0.6s infinite alternate; margin-bottom:12px;
}
.main .banner .swiper-pagination{ margin-top:20px;justify-content: center;width: 100%;bottom: 3%;left: 0;}
.swiper-other{position: absolute; left: 0; bottom: 5.4%; width: 100%; z-index: 2;}
.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet{
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  background: none;
  opacity: 1;
  margin-right:10px;
}
.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet-active{ background: #ffffff; border-color: #ffffff;}
.main .banner .swiper-other .number {
  margin-left: 15px;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 1); float: right;
}
.main .banner.swiper-other .number .current {
  margin-right: 4px;
  font-size: 20px;
  color: #ffffff;
}
.main .banner .swiper-other .number .all {
  margin-left: 3px;
}

/*主营业务*/
html{--scroll-w: 4px;--wrap-1520-width: clamp(calc(480px - var(--scroll-w) - 68px*2), calc(100vw - var(--scroll-w) - 68px*2), 1520px);}
.i_business_bg{  overflow: hidden; position: relative;}
.i_business{ position:relative; overflow: hidden;--ww: var(--wrap-1520-width); z-index: 0; padding-bottom: 6%; z-index: 0;}
.i_business.bgs2{padding-bottom: 0;}
.i_title2{ overflow: hidden; margin-top: 7%;color: #222222; text-align: center; }
.i_title2 .h3{  font-weight: bold;line-height: 1.1;color: #2c3f68;}
.i_title2 .p{ overflow: hidden; padding-top:1.5%; color: #333333; }
.i_business .right-cont {/*  right: -40%; */  left: 34%;position: absolute; top: 60px; z-index: -2; text-align: center;pointer-events: none; word-break: keep-all;
 white-space: nowrap;
 -webkit-animation: backward-infinite 40s linear 1s infinite;
 -moz-animation: backward-infinite 40s linear 1s infinite; letter-spacing: -0.05em; 
 animation: backward-infinite 40s linear 1s infinite;--fs: clamp(0px, 12.8125vw, 246px);font-size: var(--fs);color: #f4f4f4; font-family: DIN-Bold; font-weight: bold;line-height: 0.8em;}
 .i_business .right-cont::before{content: attr(data-title); padding-right: 0.5em;}
 .i_business .right-cont::after{content: attr(data-title); padding-left: 0.5em;}
.i_business .right-cont .big-txt {margin-left: -0.07em;/* font-size: calc(var(--ww)*0.1755);  */display:inline-block;
}
.i_business .right-cont::before, .i_business .right-cont::after {
  width: max(1920px,100vw);
}
.i_business_ul{ 
  overflow: hidden;
  margin-top: 3%;
}
.i_business.bgs2 .i_business_ul{margin-top: 6%;}
.i_business.bgs2 .imore{color: #fff;margin-top: 20%;}
.i_business.bgs2 .imore:after{border-color: #fff;}
.i_business_ul ul{ width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.i_business_ul ul:first-child{ margin-bottom: 1.5%;}
.i_business_ul li{
  /* float: left; */
  width: 49%;
  margin-bottom: 2%;
  overflow: hidden;
  background-color: #2972c9;
	border-radius: 10px;
  position: relative;
  max-width: 774px;


 }
/* .i_business_ul li:nth-child(2n){ float: right;} */
.i_business_ul ul li .imgs{ overflow:hidden; position:relative; padding-top:53.876%; }
.i_business_ul ul li .imgs img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.i_business_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.i_business_ul ul li .bgs{ 
  /* background: url(../images/i_bg1.png) center center no-repeat; background-size: cover; */ position: absolute; top: 0;height:100%; left:0;width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.i_business_ul ul li .bgs .boxs{ width: 90%; margin: 0 auto; max-width: 680px;overflow: hidden;}
.i_business_ul ul li .bgs .boxs .cons{ /* max-width: 245px; width: 50%; */max-width: 400px;}
.i_business_ul ul li .bgs .h3{
  font-weight: bold;
  line-height:1.1 ;
  color: #fff;
}
.i_business_ul ul li .bgs .p{ overflow: hidden;line-height: 1.7; margin-top: 12%;}
.i_business_ul ul li a{ color: #fff; display: block;}
.imore{ display: inline-block; height: 44px; overflow: hidden;  line-height: 44px; text-align: center; padding-left: 40px; padding-right: 40px;-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s; position: relative; z-index: 0; margin-top: 15%; z-index: 0;}
.imore .ico{ margin-bottom: 2px; height: 0;transition:all 0.3s;}
.imore:before{ content: ""; width: 0%; position:absolute; height:100%; left:0; top:0;background: #14854c;-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;/* border-radius: 25px 0px 25px 0px; */ z-index: -1;}
.imore:after{  content: ""; width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;border:1px solid #fff; /* border-radius: 25px 0px 25px 0px; */z-index: -2;}
.imore .span{ font-size: 15px;}
.m_ac:hover .imore{ padding-left: 30px; padding-right: 30px;}
.m_ac:hover .imore .ico{ height: 7px;}
.m_ac:hover .imore::before{ width: 100%;}
.m_ac:hover .imore::after{border-color: #14854c;}
.imore:hover{ padding-left: 30px; padding-right: 30px;}
.imore:hover::before{ width: 100%;}
.imore:hover::after{border-color: #14854c;}
.imore:hover .ico{  height: 7px;}
/*核心优势*/
.i_business_bg.bgs2{padding-top: 2%; z-index: 0; background: url(../images/i_bg2.jpg) no-repeat; background-size: cover; text-align: center;}
.i_business_bg.bgs2 .i_title2{ margin-top: 9%;}
.i_advantages .ul{ margin-top:8%; overflow:hidden;}
.i_advantages .ul li{ float:left; width:16.66%; overflow:hidden; cursor:pointer; text-align: center;}
.i_advantages .ul li .ico{ display: block; height: 116px; margin: 0 auto;transition:all 0.6s;}
.i_advantages .ul li:hover .ico{transform: rotateY(180deg);}
.i_advantages .ul li .h3{ margin-left: 1%; margin-right: 1%; font-weight: bold; line-height: 1.5; color: #333333; margin-top: 26%; overflow: hidden;}
.i_business_bg.bgs2 .imore{ color: #333333; margin-top: 10%; margin-bottom: 1%;}
.i_business_bg.bgs2 .imore::after{ border-color: #333333;}
.i_business_bg.bgs2 .imore:hover{ color: #ffffff;}
.i_business_bg.bgs2 .imore:hover::after{border-color: var(--main-color);}
/*美国仓库*/
.i_cangku_bg{background: url(../images/i_bg3.jpg) no-repeat; background-size: cover;  overflow: hidden;}
.i_cangku_bg .i_title2{ text-align: left; }
.i_cangku_bg .i_title2 .h3{color: #2c3f68;}
.i_cangku_bg .i_title2 .p{color: #333333; margin-top: 1.8%;}
.i_cangku_bg  .wrap{ margin-top: 8.435%; margin-bottom: 6.115%;position: relative;}
.i_cangku_l{ float: left;color: #fff; width: 40.625%;position: relative;z-index: 1;}
.i_cangku_l .num{ overflow: hidden; margin-top: 20%;}
.i_cangku_l .num .one{ float: left; width: 50%; overflow: hidden; padding-right: 1%; color: #fff; margin-bottom: 10%;}
.i_cangku_l .num .one:nth-child(2n+1){clear: both;}
.i_cangku_l .num .top{ color: #333333; font-size: 16px;line-height: 1;}
.i_cangku_l .num .top span{font-family: 'Open-Sans'; line-height: 1; font-weight: bold; margin-top: -6px; float: left; margin-right: 10px;width: auto!important;color: #14844c;}
.i_cangku_l .num .top label{ overflow: hidden; display: block; vertical-align: top;}
.i_cangku_l .num .top sup{margin-bottom: 20px; display: block; font-size: 16px;}
.i_cangku_l .num .top em{ font-style: normal; display: block;color:#14844c;}

.i_cangku_l .num .bot{ color: #333333;line-height: 1;margin-top: 24px; clear: both;font-weight: bold;}
.i_cangku_r{ float: right; width: 70.8125%; position: relative;--pointw: 10px;position: absolute;right: 0;top: 0;}
.i_cangku_r .img{ display: block;width: 100%;}
.i_cangku_r .bgs{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.i_cangku_r .list-li {
  display: block;
  position: absolute;
  
}
.i_cangku_r .point {
  --anstime: 3s;
  display: block;
  z-index: 2;
  margin-left: calc(var(--pointw)*-0.5);
  margin-top: calc(var(--pointw)*-0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--pointw);
  height: var(--pointw);
}
.i_cangku_r .point .i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background:#fff;
  opacity: 1;
}
.i_cangku_r .point .i2 {
  animation: map-point var(--anstime) infinite;
  animation-delay: 1.5s;
  background:#016934;
}
.i_cangku_r .point .i3 {
  animation: map-point var(--anstime) infinite;
  animation-delay: 3s;
  background:#016934;
}
.i_cangku_r .list-li.li1{
  left: 59.187%;
  top: 50.709%;
}
.i_cangku_r .list-li.li2{
  right: 23.654%;
  top: 41.134%;
}
.i_cangku_r .list-li.li3{
  right: 25.5%;
  bottom: 34%;
}
.i_cangku_r .list-li.li4{
  left: 52%;
  bottom: 20%;
}
.i_cangku_r .list-li.li5{
  right: 20%;
  bottom: 30%;
}
#xxymap{display: none;}
.i_cangku_r  .li-area{
  position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    padding-top: 30px;
    word-break: keep-all;
    white-space: nowrap;
    font-weight: normal;
    line-height: 1.2em;
    color: #015f32;
    transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);
}
.i_cangku_r .list-li:hover  .li-area{
  opacity:1.0;filter:Alpha(opacity=100);
}

/*企业资讯*/
.i_business_bg.bgs3{z-index: 0; background: url(../img/i_img1.jpg) no-repeat; background-size: cover; }
.i_business_bg.bgs3 .i_business .right-cont{ top: 50px;}
.i_business_bg.bgs3 .i_business .right-cont .big-txt{ color: #f0f0f0;}
.index-news{ overflow: hidden; margin-top: 5%; padding-bottom: 20px;position:relative;}
.index-news .list-box {
  --br: 20px;
  color: #ffffff;
}
.index-news .list-box .list .img-box{float: left;width: 200px;position: relative;padding-top: 150px;margin-right: 15px;}
.index-news .list-box .list .img-box img{height: 100%;position: absolute;top: 0;left: 0;object-fit: cover;}
.index-news .list-box .list .txt{overflow: hidden;padding-top: 10px;}
.index-news .list-box .time {
  font-size: 16px;
  line-height: 1em;
  color: #333333;
  /* background: url(../images/i_pic3.png) no-repeat; 
  background-size: 17px 16px;
  background-position: left center;
  padding-left: 25px;*/
  margin-bottom: 20px;
  display: block;
}
.index-news .list-box .title {
  
  font-size: 24px;
  line-height: 1.4em;color: #333333;transition:all 0.3s;
}
.index-news .list-box .des {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5em;color:#333333;
  -webkit-line-clamp: 2;
}
.index-news .list-box .imore {
  color: #333333;
  margin-top: 32px;
}
.index-news .list-box .imore::after{border-color: #333333;}
.index-news .list-box .big-img {
  border-radius: var(--br);
  width: 60.9375%;
  overflow: hidden;color: #333333;
  background: #f6f7f7;
}
.index-news .list-box .big-img:hover .imore{color: #ffffff}
.index-news .list-box .big-img:hover .imore::after{border-color: var(--main-color);}
.index-news .list-box .big-img .img-box::before {
  padding-top: 44.615%;
}
.index-news .list-box .big-img .cont {
  padding: 40px 26px 40px;
}
.index-news .list-box .big-img:hover .title{ color: #016934;}
.index-news .list-box .list {
  border-radius: var(--br);
  width: 36.6525%;
  overflow: hidden;
  background: #f6f7f7;
  padding: 65px 32px 35px;
}
.index-news .list-box .list .li + .li {
  margin-top: 56px;
  border-top: 1px solid #dcdcdc;
  padding-top: 58px;
}
.index-news .list-box .list .des {
  -webkit-line-clamp: 2;
}
.index-news .list-box .list .li a{display: block;}
.index-news .list-box .list .li:hover .title{ color: #016934;}
.index-news .list-box .list .li:hover .imore{color: #ffffff}
.index-news .list-box .list .li:hover .imore::after{border-color: var(--main-color);}

@media screen and (max-width: 1600px) {
/*主营业务*/
.i_business_ul ul li .bgs .p{margin-top: 6%;}
.i_business_ul ul li .imore{margin-top: 6%;}
}
@media screen and (max-width: 1500px) {
    /*企业资讯*/
    .index-news .list-box .list{ padding-top: 50px;}
    .index-news .list-box .list .li + .li{ margin-top: 40px; padding-top: 40px;}

}
@media screen and (max-width: 1400px) {
  /*轮显*/
  .main .banner .swiper-slide .table .imgs{ width: 530px;}
  /*美国仓库*/
  .i_cangku_l .num .top{ font-size: 15px;}
  .i_cangku_l .num .top sup{ margin-bottom: 15px; line-height: 1; margin-top: 5px; font-size: 15px;}

  
}
@media screen and (max-width: 1260px) {
  /*美国仓库*/
  .i_cangku_l .num .top{ font-size: 14px;}
  .i_cangku_l .num .top sup{ font-size: 14px;}
}
@media screen and (max-width: 1200px) {
/*轮显*/
.banner_page{ bottom:76px;}
.main .banner .btn{ bottom:40px;}
.main .banner .swiper-slide .rbtn{ bottom:52px;}
.banner .c-dot-page { bottom:50px;}
.main .banner .swiper-pagination{ margin-top:15px;}
.main .banner .swiper-slide .table .imgs{ width: 460px;}
.down{ display: none;}
/*主营业务*/
.i_business_ul ul li .bgs .p{ margin-top: 5%;}
.i_business_ul ul li .imore{margin-top: 5%;}
.imore{ margin-top: 10%; height: 40px;  line-height: 40px;}
.imore .span{ font-size: 14px;}
/* .imore:before{border-radius: 20px 0px 20px 0px;}
.imore:after{border-radius: 20px 0px 20px 0px;} */
.i_business .right-cont{ top:50px;}
/*核心优势*/
.i_business_bg.bgs2{ padding-top: 0;}
.i_business_bg.bgs2 .i_title2{ margin-top: 7%;}
.i_business_bg.bgs2 .i_business .right-cont .big-txt{ color: #eee;}
.i_advantages .ul{ margin-top:10%;}
.i_advantages .ul li .ico{ height: 100px;}
 /*美国仓库*/
 .i_cangku_l .num{ margin-top: 12%;}
 .i_cangku_l .num .one{ margin-bottom: 6%;}
 .i_cangku_l .num .top span{ margin-right: 5px;}
 .i_cangku_l{ width: 47%;}
 .i_cangku_r{ width: 52%;}
/*企业资讯*/
 .index-news{ padding-bottom:3%;}
.index-news .list-box .title{ font-size:22px;}
.index-news .list-box .list .img-box{width: 160px;}

}

@media screen and (max-width: 1100px) {
/*企业资讯*/
.index-news .list-box .flex-box{ display:block;}
.index-news .list-box .big-img{ width:100%; display:block; padding-bottom:10px;}
.index-news .list-box .list{ width:100%; margin-top:2%; padding: 40px 26px 28px;}
.index-news .list-box .list .li + .li{ margin-top:5%; padding-top:5%;}
.index-news .list-box .des{ margin-top:3%; font-size: 15px; }
.index-news .list-box .imore{ margin-top:4%;}
.i_business_bg.bgs3 .i_business .right-cont{ top: 30px;}
}

@media screen and (max-width: 960px) {
/*轮显*/
.main .banner .swiper-slide .table .imgs{ width: 360px;}
/*主营业务*/
.i_business_ul ul li .imgs{ padding-top: 60%;}
.i_business_ul ul li .bgs .p{line-height: 1.6;}
.i_business .right-cont{ top:40px;}
.imore{ line-height: 36px; height: 36px; padding-left: 30px;padding-right: 30px;}
.imore .span{ font-size: 13px;}
.m_ac:hover .imore{ padding-left: 20px; padding-right: 20px;}
/*核心优势*/
.i_advantages .ul li .ico{ height: 90px;}
 /*美国仓库*/
 .i_cangku_l{ width: 100%; float: none; padding-left: 3%;}
 .i_cangku_l .num .top sup{ margin-bottom: 10px;}
 .i_cangku_l .num .top span{ margin-top: -2px;}
 .i_cangku_l .num{ margin-top: 7%;}
 .i_cangku_l .num .bot{ margin-top: 10px;}
 .i_cangku_r{ width: 100%; float: none; margin-top: 2%; margin-bottom: 2%;clear: both;position: relative;}
/*企业资讯*/
.index-news .list-box .title{ font-size:20px;}
.i_business_bg.bgs3 .i_business .right-cont{ top: 40px;}
.index-news .list-box .list .img-box{padding-top: 140px;}
.index-news .list-box .list .txt{padding-bottom: 10px;}
}

@media screen and (max-width: 780px) {
/*主营业务*/
.i_business_ul ul li .imgs{ padding-top: 66%;}
.i_business .right-cont{ top:30px;}
/*核心优势*/
.i_advantages .ul li{ width: 33.33%; margin-bottom: 5%;}
.i_advantages .ul li:nth-child(3n+1){ clear:both;}
.i_advantages .ul li .ico{ height: 80px;}
.i_advantages .ul li .h3{ margin-top: 20%;}
.i_business_bg.bgs2 .imore{ margin-top: 6%; margin-bottom: 2%;}


}
@media screen and (max-width: 640px) {
/*轮显*/
.main .banner .btn{bottom:30px;}
.main .banner .btn .boxs{ margin-left:140px;}
.banner_page{ bottom:66px; font-size:15px;}
.banner_page label{ /*display:none;*/ display:inline-block; width:40px; vertical-align:top; overflow:hidden;}
.banner_page em{  display:inline-block; width:40px; vertical-align:top; overflow:hidden;}
.main .banner .swiper-slide .rbtn{ /*min-width:130px; */ bottom:42px;}
.main .banner .swiper-slide .rbtn span{ height:25px; line-height:16px; padding:0;}
.banner .c-dot-page { bottom:40px; }
.banner .c-dot-box {width:160px; margin-right:-16px;}
.banner .c-dot-box .c-text1{ width:30px;}
.banner .c-dot-box .c-text2{ width:30px;}
.main .banner .swiper-pagination{ margin-top:5px;}
.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet{ width: 10px; height: 10px;}
.main .banner .swiper-slide .table .imgs{ width: 300px;}
/*主营业务*/
.i_business_ul ul{ display: block;}
.i_business_ul li{ width: 100%;}
.i_business_ul ul li .imgs{ padding-top: 54%;}
.imore{ padding-left: 20px; padding-right: 20px; line-height: 32px; height:32px;}
.imore .span{ font-size: 12px;}
.m_ac:hover .imore .ico{ height: 5px;}
.imore:hover .ico{ height: 5px;}
/* .imore:before{border-radius: 18px 0px 18px 0px;}
.imore:after{border-radius: 18px 0px 18px 0px;} */
.i_business_ul ul:first-child{ margin-bottom: 0;}
/*核心优势*/
.i_advantages .ul li .ico{ height: 70px;}
 /*美国仓库*/
 .i_cangku_l .num .top{ font-size: 13px;}
 .i_cangku_l .num .top sup{ font-size: 13px;}
 .i_cangku_r  .li-area{opacity:1.0;filter:Alpha(opacity=100);}
 .i_cangku_bg .i_title2{ text-align: center;}
}

@media screen and (max-width: 480px) {
/*轮显*/
.main .banner .btn{bottom:22px;}
.banner_page{ bottom:58px;}

.main .banner .swiper-slide .txt{ line-height:1; font-size:32px;}
.main .banner .swiper-slide .rbtn{ /*min-width:110px;*/ bottom:34px;  margin-top:4%;}
.main .banner .swiper-slide .rbtn span{ height:36px; line-height:36px;}
.main .banner .swiper-slide .rbtn{ margin-top:1%;}
.banner .c-dot-page { bottom:30px; }
.main .banner .swiper-slide .table .imgs{ width: 260px;}
/*主营业务*/
.i_business .right-cont{ top:20px;}
.i_title2{margin-top: 8%;}
.i_business_bg.bgs2 .i_title2{ margin-top: 8%;}
/*核心优势*/
.i_advantages .ul li .ico{ height: 60px;}
 /*美国仓库*/
 .i_cangku_l .num .top{ font-size: 12px;}
 .i_cangku_l .num .top sup{ font-size: 12px;}
 /*企业资讯*/
 .index-news .list-box .des{ line-height:1.8em; font-size:14px;}
.index-news .auto-title-block{ display:block;}
.index-news .list-box .big-img .cont{padding: 20px 16px 12px;}
.index-news .list-box .list{padding: 25px 16px 20px;}
.index-news .list-box .title{ font-size:18px;}
.index-news .list-box .list .img-box{padding-top: 60%;float: none;width: 100%;margin-right: 0;}
.index-news .list-box .list .txt{padding-top: 20px;padding-bottom: 0;}
.i_business_bg.bgs3 .i_business .right-cont{ top: 20px;}
.index-news .list-box .list .li + .li{ margin-top: 6%; padding-top: 6%;}

}


@media screen and (max-width: 420px) {
/*轮显*/
/*.main .banner .swiper-slide .rbtn{ min-width:100px;}*/
.main .banner .swiper-slide .rbtn span{ height:32px; line-height:32px;}
.main .banner .swiper-slide .txt{ font-size:28px;}
.main .banner .swiper-slide .table .imgs{ width: 220px;}
/*核心优势*/
.i_advantages .ul li .ico{ height: 50px;}
 /*企业资讯*/
 .index-news .list-box .des{ line-height:1.6em; font-size:13px;}
.index-news .list-box .title{ font-size:16px;}
}
@media screen and (max-width: 360px) {


}
@keyframes banner-down {
  0% {
    margin-top: 0;
  }
  100% {
   transform: translate(0%, 10px);
  }
}
@-o-keyframes banner-down {
  0% {
    margin-top: 0;
  }
  100% {
    transform: translate(0%, 10px);
  }
}
@-moz-keyframes banner-down {
  0% {
    margin-top: 0;
  }
  100% {
    transform: translate(0%, 10px);
  }
}
@-webkit-keyframes banner-down {
  0% {
    margin-top: 0;
  }
  100% {
   transform: translate(0%, 10px);
  }
}
@keyframes mymove6
{
	from {filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(-100px) translateX(0);
  -moz-transform: translateY(-100px) translateX(0);
  transform: translateY(-100px) translateX(0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to { filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}

@-webkit-keyframes mymove6
{
	/*from { filter:alpha(opacity=0);opacity:0; margin-bottom:-20%;}
	to {margin-bottom:3%;filter:alpha(opacity=1);opacity:1;}*/
	from {filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(-100px) translateX(0);
  -moz-transform: translateY(-100px) translateX(0);
  transform: translateY(-100px) translateX(0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to { filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}

@keyframes map-point {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.15;
    transform: scale(5);
  }
}

