@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.overflow{overflow:hidden;}
a{text-decoration:none; cursor:pointer}
ol li, ul li{list-style-type:none; vertical-align:middle}
*{padding:0; margin:0;}
.w1200{width:1200px; margin:0 auto;}
.title h2{font-size: 40px;text-align:center;padding:20px;line-height: 40px;padding-top: 70px;}
.title h3{font-size:18px;text-align:center;padding-bottom: 40px;}
.title.api{position:relative; display:flex; justify-content:center;  z-index:888;}
.title.api h2{position:absolute;}
.tit{font-size:26px;text-align:center;/* padding:15px 0; */}
.banner{width:100%;}
.banner .banner_item {display:flex;justify-content: space-between;align-items:center;height: 830px; }
.banner .banner_item .banner_text h3{font-size:50px;}	
.banner .banner_item .banner_text h4{margin-top:20px; font-size:18px;}
.top60{ padding-top:60px;}
.top30{padding-top:30px;}
.bottom60{padding-bottom:70px;}
#blue{background:linear-gradient(0deg, #E7F3FF 0%, #E7F3FF 100%);}
#grey{background:#f8f9fa;padding-top:130px; padding-bottom:60px; background-image:url(https://www.tendata.cn/img/indeximg/apibjt.png); height:736px;}
.module.zengzhi{padding-top:130px; background-image:url(https://www.tendata.cn/img/indeximg/More_products_bg.png); }
.swiper-tab{display:flex;justify-content: space-between;align-items: center;}
.module{width:100%;}

.banner .swiper-pagination-bullet{width:40px !important; height:5px !important;border-radius:0 !important;}
.bold{font-weight:bold;}
@font-face {
    font-family: alimm;
    src: url(../font/alimama.ttf?v=282) format('truetype')
}

.header_bg{
    border-bottom: 1px solid #eee;
    position: fixed;
    left:0;
    top:0;
    right: 0;
    z-index: 999;
    background: #fff;
}

/*扫码领取报告*/
#mzsm{ display: none;position:fixed;top: 0;left: 0;background: rgba(0,0,0,.3);width: 100%;height: 100%;z-index: 999999; }
#mzsm .close{position: absolute;top: -15px;right: -15px;color: #fff;font-size: 25px;background: rgba(0,0,0,0.7);width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer;}
#mzsm .apply_partner {background: #FFFFFF;box-shadow: 0px 4px 21px rgba(0,0,0,0.1);border-radius: 2px;height: 200px;width: 360px;}
#mzsm .apply_partner .card-body{ padding:0 30px 0 34px;}
#mzsm .apply_partner .card-body .margin{ margin:20px auto; overflow:auto; height:540px;}
#mzsm .apply_partner .titile{ font-size:25px; font-weight:bold; text-align:center; }
#mzsm .apply_partner .bold{ font-weight:bold; font-size:18px;}
#mzsm .apply_partner p{ font-size:18px; margin-bottom:20px; word-break: break-all; }

/*侧边*/
.side_kefu{
    position: fixed;
    bottom: 70px;
    right: 10px;
    width: 52px;
    z-index: 9999;
}
.side_kefu h3{
    background: linear-gradient(180deg, #0084FD, #59B3FD);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 1px solid #E9EBF2;
    font-size: 15px;
    color: #E9F4FF;
    line-height: 18px;
    box-sizing: border-box;
    padding:20px 15px;
    text-align: center;
}
.side_kefu_cont{
    margin-top: 15px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 3px;
}
.side_kefu dl{
    position: relative;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.side_kefu dl dt{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:15px 0;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.side_kefu dl dt img{
    display: block;
    margin: 0 auto 5px;
}
.side_kefu dl:hover dt{
    background: #E8F4FE;
}
.side_kefu dl:hover dd{
    display: block;
}
.side_kefu dd{
    display: none;
}
.kefu_dh{
    position: absolute;
    top:0;
    right: 60px;
    width: 180px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding:20px;
    border-radius: 3px;
}
.kefu_dh p{
    font-size: 14px;
    color: #666666;
    line-height: 17px;
}
.kefu_dh strong{
    display: block;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
}
.kefu_dh i{
    position: absolute;
    top:50%;
    right: -10px;
    margin-top: -9px;
    color:#fff;
    font-size: 16px;
}
#detailImgs p{font-size:13px;}


/*表单*/
.apply_partner{
    background: #FFFFFF;
    box-shadow: 0px 4px 21px rgba(0,0,0,0.1);
    border-radius: 2px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 580px;
    width: 960px;
}
.apply_partner_info{
    flex-shrink: 0;
    width: 350px;
    background: url('https://www.tendata.cn/images/bg_p7.jpg') no-repeat center center;
    background-size: cover;
    color:#fff;
    box-sizing: border-box;
    padding:0 40px;
}
.apply_partner_info h3{
    font-size: 24px;
    color: #FEFEFE;
    line-height: 30px;
    padding-top: 60px;
}
.apply_partner_info p{
    font-size: 16px;
    color: #FEFEFE;
    line-height: 28px;
    padding:25px 0;
}
.apply_partner_info li{
    font-size: 22px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;
}
.apply_partner_info li i{
    font-size: 24px;
}
.apply_partner_form{
    /* padding-left: 50px; */
    width: 100%;
    box-sizing: border-box;
    /* padding-top: 35px; */
}
.apply_partner_form li{
    margin-bottom: 10px;
    display: flex;
    line-height: 30px;
	align-items:center
}
.apply_partner_form li strong{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-bottom: 10px;
}

.input_1{
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border:1px solid #ddd;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-left: 10px;
    color:#333;
    padding:0 10px;
    border-radius: 3px;
}
.form_yzm{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img_yzm{
    flex-shrink: 0;
    width: 110px;
    height: 40px;
    box-sizing: border-box;
    border:1px solid #ddd;
    margin-left: 10px;
    cursor: pointer;
}
.message{
    width: 100%;
    box-sizing: border-box;
    padding: 0px 35px 0;
}
.message strong{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-bottom: 10px;
}
.textarea{
    display: block;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    background: #fff;
    border:1px solid #ddd;
    line-height: 24px;
    font-size: 14px;
    margin-left: 10px;
    color:#333;
    padding:0 10px;
    resize: none;
    border-radius: 3px;
}
.btn_blue{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border:none;
    background: #0084FD;
    box-shadow: 0px 4px 21px 0px #EFEFEF;
    border-radius: 3px;
    color:#fff;
    margin-top: 22px;
    cursor: pointer;
    font-size: 16px;
}


/*导航*/
/*
.header_none{
    height: 80px;
}
*/
.wap_header_none.wap_none,.wap_header.wap_none,.wap_menu_box.wap_none{display:none}
.header_bg .menu_item:hover .menu_box{display:block;}
.header_bg .menu_item:hover .menu_box_sub{display:block;}

/*
.header_bg{
    border-bottom: 1px solid #eee;
    position: fixed;
    left:0;
    top:0;
    right: 0;
    z-index: 9999;
    background: #fff;
}
*/
.header{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    flex-shrink: 0;
    width: 200px;
}
.logo img{
    display: block;
    width: 100%;
}

.head_login{
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.head_login a{
    font-size: 16px;
    color: #333333;
    padding:0 20px;
    height: 38px;
    line-height: 38px;
}
.head_login a.hover{
    background: #3178FE;
    border-radius: 3px;
    color:#fff;
    margin-left: 10px;
}
.language{
    flex-shrink: 0;
    width: 60px;
    position: relative;
    margin-right: 10px;
}
.language dt{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    line-height: 48px;
    height: 80px;
    cursor: pointer;
}
.language dt strong{
    padding-right: 5px;
}
.language dd{
    display: none;
    position: absolute;
    left:-20px;
    top:80px;
    right: -10px;
    background: #fff;
    padding:10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 99;
}
.language dd a{
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color:#333;
}
.language dd a:hover{
    background: #eee;
    color: #0084FD;
}


.menu{
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    padding:0 6% 0 4%;
}
.menu_item{
    padding:0 5px;
}
.menu_name{
    display: block;
    color:#333;
    line-height: 80px;
	height:80px;
	display:flex;
	align-items:center;
}
.menu_name strong{
    font-size: 16px;
    line-height: 50px;
    padding-right: 5px;
}
.menu_item.hover .menu_name{
    color: #0084FD;
}
.header_bg .menu_box{
    display: none;
    position: absolute;
    left:0;
    top:80px;
    right: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    border-top:1px solid #eee;
}
.relative{
    position: relative;
}
.header_bg .menu_box_sub{
    display: none;
    position: absolute;
    left:-20px;
    right: -15px;
    background: #fff;
    padding:10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 99;
}
.menu_box_sub a{
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color:#333;
}
.menu_box_sub a:hover{
    background: #eee;
    color: #0084FD;
}


.menu_box_flex{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.menu_news{
    width: 22%;
    background: linear-gradient(-89deg, #F3F5F7 0%, #FFFFFF 100%);
    box-sizing: border-box;
    padding-right: 2%;
}
.menu_news h3{
    font-size: 15px;
    color: #555;
    line-height: 20px;
    padding-top: 30px;
    font-weight: bold;
}
.menu_news li{
    padding:30px 0;
    border-bottom: 1px solid #ddd;
}
.menu_news li a{
    display: block;
    font-size: 15px;
    color: #333333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.menu_news li p{
    font-size: 13px;
    color: #626367;
    line-height: 22px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.menu_ad{
    width: 24%;
    padding:60px 0;
}
.menu_product{
    flex-shrink: 0;
    width: 220px;
}
.menu_product h3{
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #eee;
    line-height: 55px;
}
.menu_product p{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 60px;
}
.menu_product li{
    padding-bottom: 5px;
}
.menu_product li a{
    color:#333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding:0 15px;
}
.menu_product li a:hover{
    background: #F2F4F7;
    border-radius: 3px;
}
.menu_product li a:hover strong{
    color: #0084FD;
}
.menu_product li img{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-right: 15px;
}
.menu_product li p{
    width: 100%;
}
.menu_product li strong{
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}
.menu_product li span{
    display: block;
    font-size: 13px;
    color: #333;
    font-weight: normal;
    line-height: 20px;
}
a.all_menu{
    display: block;
    font-size: 14px;
    color: #0084FD;
    line-height: 42px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.menu_service{
    flex-shrink: 0;
    width: 220px;
}
.menu_service h3{
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #eee;
    line-height: 55px;
}
.menu_service ul{
    padding-top: 20px;
}
.menu_service li{
    margin-bottom: 30px;
    font-size: 15px;
    color: #808082;
    line-height: 24px;
}
.menu_service li a{
    color: #808082;
    display: inline-block;
}
.menu_service li a:hover{
    color: #0084FD;
}
.menu_service li strong{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 5px;
}
.menu_service li strong a{
    color:#333;
}
.menu_service li i{
    font-style: normal;
    font-size: 14px;
    padding:0 5px;
}
.language {
	display: flex;
	width: auto;
	margin-right: 0
}
.language dt {
	line-height: normal;
	height: auto;
	position:relative;
}
.language .a {
	padding: 3px 8px;
	border: solid 1px #ccccce;
	margin: 10px 5px;
	border-radius: 3px;
	background: linear-gradient(#0084fd, #0084fd) repeat-y;
	background-size: 0 100%;
	transition: all .5s;


	color: #333;
	width: 90px;
	text-align:center;
}
.language dt:hover .a{
	background-size: 100% 100%;
	border: solid 1px #0084fd;
	color: #fff;
}
.language dt{height:80px;}
.language .gd{top: 100%;text-align:justify;left: 50%;transform: translateX(-50%);display: none;position: absolute;background: #fff;padding:10px;width: 90px;box-shadow: 0 0 10px rgba(0,0,0,0.2);z-index: 99;text-align: center;}
.language .gd a:hover{color:#0084FD;}
.language .gd a{line-height:25px;}
.language:hover dt .gd{ display:block; }

/*banner*/
.banner {position:relative;}
.banner .swiper .swiper-wrapper .swiper-slide.banner1{background-image: url('https://www.tendata.cn/images/banner1.jpg'); background-size:cover;}
.banner .banner-aiCards{position:absolute;bottom:5%;z-index:1;left: 50%;transform: translateX(-50%);}
.banner-aiCards-flex {
	justify-content: space-between;
  display: flex;
  gap: 26px;
}
.banner-aiCards-flex .item {
	
  width: 280px;
  height: 130px;
  padding: 30px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  transition: background-color .2s ease;
  cursor: pointer;
}


.banner-aiCards-flex .item h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.banner-aiCards-flex .item p {
  color: #606263;
  font-size:13px;
}
.banner-aiCards-flex .item .jt{display:flex;justify-content:space-between; align-items:center}
.banner-aiCards-flex .item .jt img{width:30px; height:30px; display:none}
.banner-aiCards-flex .item .jt p{margin-bottom:0}
.banner-aiCards-flex .item:hover .jt img{display:block;}
.banner-aiCards-flex .item:nth-child(1):hover{background:url(../img/indeximg/card/card_hover_1.png) no-repeat center center}
.banner-aiCards-flex .item:nth-child(2):hover{background:url(../img/indeximg/card/card_hover_2.png) no-repeat center center}
.banner-aiCards-flex .item:nth-child(3):hover{background:url(../img/indeximg/card/card_hover_3.png) no-repeat center center}
.banner-aiCards-flex .item:nth-child(4):hover{background:url(../img/indeximg/card/card_hover_4.png) no-repeat center center}

.banner-aiCards-flex .item:nth-child(1) {
  border-radius: 16px;
  background: url(../img/indeximg/card/card_1.png) no-repeat center center;
  background-size: 100%;
}


.banner-aiCards-flex .item:nth-child(2) {
  border-radius: 16px;
  background:url(../img/indeximg/card/card_2.png) no-repeat center center;
  background-size: 100%;
}

.banner-aiCards-flex .item:nth-child(3) {
  border-radius: 16px;
  background: url(../img/indeximg/card/card_3.png) no-repeat center center;
  background-size: 100%;
}

.banner-aiCards-flex .item:nth-child(4) {
  border-radius: 16px;
  background: url(../img/indeximg/card/card_4.png) no-repeat center center;
  background-size: 100%;
}

.banner-aiCards-flex .item{transition:.5s;}
.banner-aiCards-flex .item:hover{ transform:scale(1.1);transition:.5s;}
.banner-aiCards-flex .item:hover h4{color:#fff;}
.banner-aiCards-flex .item:hover p{color:#fff;}

.module .services-arc {
  padding: 63px;
  box-sizing: border-box;
  height: 360px;
  background: url(../img/indeximg/news.webp) no-repeat center center;
  background-size: 100%;
  width: 100%;
  padding-right: 600px;
}

.module .services-arc h5{
	font-size:22px;
	}
.module .services-arc h2{
	display:flex;
	align-items:center;
	font-weight:bold;
	padding-top:20px;
	padding:20px 0 20px 0;
	}
.module .services-arc p{
font-family: Microsoft YaHei;
font-weight: 500;
font-size: 16px;
text-align:justify;
color: #333333;
}
.module .services-arc h2 p{
	margin-left:10px; 
font-family: Microsoft YaHei;
font-weight: bold;
font-size: 34px;
color: #333333;
background: linear-gradient(111deg, #66FCE9 0%, #6EDBF2 19.5068359375%, #198AFE 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }

.services-arc .btns {
  width: 132px;
  height: 42px;
  border-radius: 21px;
  line-height: 42px;
  text-align: center;
  background: #0084FD;
  color: #fff;
  margin-top: 27px;
  cursor: pointer;
}
.services-arc .btns a{color:#fff;}
.banner_text{width:600px;}
.banner10 .banner_text{width:600px; padding-bottom:150px;}
.banner_text ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:20px 0 50px;
}
.banner_text li{
    width: 50%;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
}
.banner0 .banner_text li{display:flex;align-items: center;}
.banner10 .banner_text li{line-height:normal;}
.banner_text ul li{}
.banner_text ul li img{margin-right:10px;width: 18px;}
.banner10 ul li{font-size:18px; width:90%;}
.banner h3{font-size:50px;}
.banner .banner10 .banner_item .banner_text h3{font-size:50px; padding-top:45px;}
.banner_btn{
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}
.banner_btn a{
    flex-shrink: 0;
    margin-right: 30px;
    width: 132px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #0084FD;
    font-weight: 400;
    font-size: 16px;
    color: #0084FD;
    text-align: center;
    line-height: 42px;
}
.banner_btn a.hover{
    background: #0084FD;
    color: #fff;
}

/*为什么选腾道*/
.whytenda{padding-bottom:60px;}
.whytenda .swiper{ padding-bottom:20px;}
.whytenda .swiper .swiper-pagination{bottom:0!important}
.stat-item-two .p span{font-size: 14px;font-weight:bold;color:#198AFE; background:none;-webkit-text-fill-color:unset}
.whytenda .container{ text-align:center;}
.whytenda .container .box{display:flex;justify-content: space-between;}
.container .box-item{width: 390px;height: 180px;padding: 40px 45px;;text-align:left;box-sizing: border-box;}
.container .box-item:nth-child(1) {
  background: url(../img/indeximg/di.png) no-repeat center center;
  background-size: 100% 100%;
}

.container .box-item:nth-child(2) {
  background: url(../img/indeximg/fei.png) no-repeat center center;
  background-size: 100% 100%;
}

.container .box-item:nth-child(3) {
  background: url(../img/indeximg/ren.png) no-repeat center center;
  background-size: 100% 100%;
}
.container p{font-size: 18px;margin-bottom:40px;}
.container p span{ font-family: Microsoft YaHei;font-weight:bold;font-size: 18px;color: #666666;background: linear-gradient(111deg, #45CAFF 0%, #6EDBF2 19.5068359375%, #198AFE 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.container .num{ display:flex;align-items:flex-end}
.container .num .pre{display:flex; font-size:42px;}
.container .num .pre .stat-number{font-weight:bold;}
.container .num .pre .unit{font-weight:bold; font-size:35px;}
.container .num span{ font-size:22px; margin-left:5px;}
.container .box-item:nth-child(1) .pre{color:#0084FD}
.container .box-item:nth-child(2) .pre{color:#4EB698}
.container .box-item:nth-child(3) .pre{color:#825FE1}
.container .box-item:nth-child(1) .stat-label{color:#0084FD}
.container .box-item:nth-child(2) .stat-label{color:#4EB698}
.container .box-item:nth-child(3) .stat-label{color:#825FE1}
.container .box-item .stat-label{font-size:20px; font-weight:bold;}
.container .flex{display:flex;justify-content:space-between;}

.swiper-container-tab {
  margin-top: 35px;
  overflow: hidden;
  width:100%;
  position:relative;
  height:100%;
}



.tabs{
  border-bottom: 1px solid #B6BECF;
  padding: 0 0 12px 0;
  margin-bottom:30px;
}
.tabs ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.tabs ul button{
	border:none;
	background:#fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #333333;
	padding: 0 16px;
	}
.tabs ul button.active {
  color: #0084FD;
  position: relative;
}

.tabs ul button.active::after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 0;
  height: 2.5px;
  width: 100%;
  background: #0084FD;
}

.tabs ul button img {
  width: 40px;
  height: 40px;
  margin-right: 13px;
}

.swiper-tab img {
  width: 650px;
}

.swiper-container-tab .swiper-slide {
  display: flex;
  justify-content: space-between;
  height: 480px;
  border-radius: 20px;
  padding: 96px 56px;
  box-sizing: border-box;
}

.swiper-container-tab .swiper-slide .left {
  text-align: left;
  width: 35%;
}

.swiper-container-tab .swiper-slide .left h3 {
  margin-bottom: 36px;
  font-weight:bold;
  font-size: 18px;
  color: #333333;
}

.swiper-container-tab .swiper-slide .left p {
	color: #666666;
	margin: 8px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	display:flex;
}


.swiper-container-tab .swiper-slide .left p img{width:14px;height:14px;margin-right: 10px;margin-top: 5px;}


.swiper-container-tab .swiper-slide .btnes {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.swiper-container-tab .swiper-slide .btnes p {
  width: 132px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #0084FD;
  color: #0084FD;
  border-radius: 21px;
  display:block;
}
.swiper-container-tab .swiper-slide .btnes a{  border: 1px solid #0084FD;width:132px; height:42px; text-align:center; line-height:42px; border-radius:20px; display:block; color:#0084FD;}

.swiper-container-tab .swiper-slide .btnes p a{color:#0084FD}

.swiper-container-tab .swiper-slide .btnes p.cls {
  background: #0084FD;
  color: #fff;
  margin-right: 30px;
}



.stat-item-two{width: 390px;height: 180px;background: linear-gradient(-29deg, #EDF5FF, #BBD7FD, #AFD0FD);box-shadow: 0px 3px 3px 0px rgba(233,233,233,0.54);border-radius: 16px;display:flex;flex-direction:column;padding: 20px 25px;box-sizing: border-box;justify-content: center;}

.stat-item-two p{font-size: 14px;text-align:justify;}
.stat-item-two .p{line-height:25px;color: #817d7d;margin-top: 10px;margin-bottom: 0;}
.stat-item-two .item-icon img{width: 30px;height: 30px;}
.stat-item-two .item-icon p{font-size: 18px;margin-left:10px;margin-bottom: 0;line-height: 24px; font-weight:bold; color:#666; }

.stat-item-two .item-icon{display:flex;align-items: center;}

.stat-item:hover {
  transform: scale(1.05);
  animation: subtle-move 2s ease infinite alternate;
}

@keyframes subtle-move {
  0% {
    background-size: 95% 95%;
  }

  100% {
    background-size: 105% 105%;
  }
}

.stat-item:nth-child(1) {
  background: url(../img/indeximg/model/di.png) no-repeat center center;
  background-size: 100% 100%;
}

.stat-item:nth-child(2) {
  background: url(../img/indeximg/model/fei.png) no-repeat center center;
  background-size: 100% 100%;
}

.stat-item:nth-child(3) {
  background: url(../img/indeximg/model/ren.png) no-repeat center center;
  background-size: 100% 100%;
}
.stat-item-two:nth-child(2) {
background: linear-gradient(-29deg, #DEECFF, #D5E6FE, #C3D5F9);
box-shadow: 0px 3px 3px 0px rgba(233,233,233,0.54);
border-radius: 16px;
	
}
.stat-item-two:nth-child(3) {
background: linear-gradient(-29deg, #EAE8FF, #E5E2FE, #D5CFF9);
box-shadow: 0px 3px 3px 0px rgba(233,233,233,0.54);
border-radius: 16px;
	
}

.whytenda .title h3 span{ font-weight:bold;font-family: Microsoft YaHei;font-size: 18px;color: #666666;background: linear-gradient(111deg, #45CAFF 0%, #6EDBF2 19.5068359375%, #198AFE 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}



/*立即体验*/
.ty{background: linear-gradient(0deg, #E7F3FF 0%, #E7F3FF 100%);}
.module.blue{/*background: url('https://www.tendata.cn/images/bg_map.png') no-repeat 100% 200px;background-size:cover;*/background: linear-gradient(0deg, #E7F3FF 0%, #E7F3FF 100%); padding-bottom:60px;}
.module.blue .wap{ display:none;}
.trade {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
   position: relative;
    background: url('https://www.tendata.cn/images/bg_map.png') no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 20px; */
}
.gq-map {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 120px;
}
.gq-map .bg {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  width: 95%;
}

.trade_popup {
    width: 481px;
    height: 470px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: flex-start;
}

.trade_popup a {
    display: block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    background: #0084FD;
    border-radius: 21px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}
.trade .bottom{position:absolute;bottom: 20px;left: 20px; color:#F00 }
/*动画*/
.trade_animation{
	 background:url(../images/bg.png);
	 --sction2-center-x: 50%;
	 --sction2-center-y: 50%;
	 --section2-small-transform: 80px;
	 --section2-normal-transform: 120px;
	 --section2-big-transform: 150px;
	 position: relative;
	 width: 100%;
	 height: 380px;
	 margin:0 auto;
}
.trade_animation_contain{
	--logAnimateD: 3s;
    height: 50px;
    left: var(--sction2-center-x);
    position: absolute;
    top: var(--sction2-center-y);
    transform: translate(-50%, -50%);
    width: 50px;
}
.trade_animation_contain img{
	border-radius: 50%;
	z-index: 9;
	position: relative;
}
@keyframes logCircleAnimate {
    0% {
        height: 100px;
        opacity: .3;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100px;
        top: 50%;
    }

    to {
        height: 200px;
        opacity: 0;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 200px;
        top: 50%;
    }
}

.trade_animation_contain {
  width: 50px;
  height: 50px;
}
.trade_animation_ripple{
	align-items: center;
    animation: logCircleAnimate var(--logAnimateD) linear infinite;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    position: absolute;
	width: 50px;
    height: 50px;
    background-color: #053DC8;
    opacity: 0.2;
    transform: translate(-2.5px, -2.5px);
}
.ripple1{
	animation-delay: -3s;
}
.ripple2{
	animation-delay: -4s;
}
.ripple3{
	animation-delay: -5s;
}
@keyframes circleAnimate {
    to {
        transform: rotate(1turn)
    }
}
.img_t1{
	object-fit: cover;
	--section2-width: 190px;
    --section2-height: 190px;
    animation: circleAnimate 10s linear infinite;
    height: var(--section2-height);
    left: calc(var(--sction2-center-x) - 95px);
    left: calc(var(--sction2-center-x) - var(--section2-height) / 2);
    position: absolute;
    top: calc(var(--sction2-center-y) - 95px);
    top: calc(var(--sction2-center-y) - var(--section2-width) / 2);
    width: var(--section2-width);
}
.img_t2{
	object-fit: cover;
	--section2-width: 240px;
    --section2-height: 240px;
    animation: circleAnimate 10s linear infinite;
    height: 240px;
    height: var(--section2-height);
    left: calc(var(--sction2-center-x) - 120px);
    left: calc(var(--sction2-center-x) - var(--section2-height) / 2);
    position: absolute;
    top: calc(var(--sction2-center-y) - 120px);
    top: calc(var(--sction2-center-y) - var(--section2-width) / 2);
    width: 240px;
    width: var(--section2-width);
}
@keyframes iconCircleAnimate-small {
    to {
        transform: rotate(1turn) translate(var(--section2-small-transform)) rotate(-1turn)
    }
}

@keyframes iconCircleAnimate-normal {
    to {
        transform: rotate(1turn) translate(var(--section2-normal-transform)) rotate(-1turn)
    }
}

@keyframes iconCircleAnimate-big {
    to {
        transform: rotate(1turn) translate(var(--section2-big-transform)) rotate(-1turn)
    }
}
.trade_animation_small{
	width: 54px;
	height: 54px;
	position: absolute;
    left: calc(var(--sction2-center-x) - 27px);
    top: calc(var(--sction2-center-y) - 27px);

	--section2-d: -15s;
    --section2-st: -4s;
    animation: iconCircleAnimate-small 30s linear infinite;
    transform: rotate(0turn) translate(var(--section2-small-transform)) rotate(0turn);
}
.trade_animation_normal{
	width: 54px;
	height: 54px;
	position: absolute;
    left: calc(var(--sction2-center-x) - 27px);
    top: calc(var(--sction2-center-y) - 27px);

	--section2-d: -12s;
    --section2-st: -6s;
    animation: iconCircleAnimate-normal 34s linear infinite;
    transform: rotate(0turn) translate(var(--section2-normal-transform)) rotate(0turn);
}
.trade_popup {
  width: 400px;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  margin-top: 120px;
  background: linear-gradient(#e4efff, #fff);
  margin-bottom: 30px;

}

.trade_animation_normal {
  width: 66px;
  height: 66px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.trade_animation_normal p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 18px;

  font-size: 14px;
}

.trade_animation_ripple {
  width: 100px;
  height: 100px;
}

.trade .gq-map .bz {
  width: 100%;
  padding: 20px 2% 30px 2%;
}
.trade_animation_contain .hg {
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  background: #0084FD;
  position: relative;
}

.trade_animation_contain .hg p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
  width: 50px;
  line-height: 25px;
  height: 50px;
  color: #fff;
  text-align: center;
}


/*选择适合您的产品*/
.product-showcase ul {
  display: flex;
}
.product-showcase ul li.active {
  width: 410px;
  background: url(../img/indeximg/product/active.png) no-repeat center center;
  background-size: 110% 110%;
}
.product-showcase ul li {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 197px;
  height: 250px;
  background: #F7F8FA;
  border-left: 1px solid #E4E5E6;
  cursor: pointer;
  transition: all .3s ease-in-out;
  overflow: hidden;
}
.product-showcase ul li:nth-child(1){border-radius:20px 0 0 20px;}
.product-showcase ul li:nth-child(5){border-radius:0 20px 20px 0;}
.product-showcase ul li .as img {
  width: 62px;
  height: 62px;
  margin-bottom: 42px;
}

.product-showcase ul li:nth-child(1) {
  border: 0;
}


.product-showcase .activeArc img {
  width: 62px;
  height: 62px;
}
.product-showcase .active .activeArc img{width:80px; height:80px;}

.product-showcase ul li.active .as {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.product-showcase ul li .as {
	text-align:center;
}

.product-showcase ul li .activeArc {
  display: none;
}

.product-showcase ul li.active .activeArc {
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  opacity: 0;
  animation: fadeIn 0s ease-in-out 0s forwards;
}

.product-showcase ul li.active .activeArc .txt {
  margin-right: 25px;
}

.product-showcase ul li.active .activeArc .txt h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight:bold;
}

.product-showcase ul li.active .activeArc .btns {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.product-showcase ul li.active .activeArc .btns p {
  width: 90px;
  height: 32px;
  text-align: center;
  border-radius: 21px;
  border: 1px solid #0084FD;
  color: #0084FD;
  line-height: 32px;
  cursor: pointer;
}
.product-showcase ul li.active .activeArc .btns p a{color:#0084FD;}

.product-showcase ul li.active .activeArc .btns p.cls {
  background: #0084FD;
  color: #fff;
  margin-right: 30px;
}

.product-showcase p{font-size: 14px; color:#666; line-height:22px; margin-bottom:0;}
.btns p{font-size:13px;}

/* 添加淡入动画的关键帧定义 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}




.testimonial-showcase h3 {
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  font-weight:bold;
  background:linear-gradient(111deg, #69f0ec 0%, #51c0f6 19.5068359375%, #0084fd 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.testimonial-showcase h4 {
  font-size: 22px;
  color: #666666;
  margin-bottom: 50px;
}


.testimonial-showcase .txt-art {
  display: flex;
  align-items: center;
  gap: 50px;
}

.testimonial-showcase .txt-art em {
  font-style: normal;
  color: #666666;
  font-size: 16px;
}

.testimonial-showcase .txt-art span {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  background:none;
  -webkit-background-clip:text;
-webkit-text-fill-color:unset;
}

.testimonial-showcase .btns {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.testimonial-showcase .btns p {
  width: 132px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #0084FD;
  color: #0084FD;
  border-radius: 21px;
  cursor: pointer;
}



.Renzhen {
  margin-top: 58px;
}



/*更多贸易服务*/
#grey .home-index-bg {
  z-index: 1;
}
#grey .home-index-bg .container.w1200{position:absolute;transform:translatex(-50%);left:50%; top:130px;}
.testimonial-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 30px;
}
.testimonial-showcase .table-container{ width:600px; height:452px; background:url('https://www.tendata.cn/img/indeximg/apibj.png') no-repeat;display:flex; justify-content:center; align-items:center; background-size:100%;}

.testimonial-showcase .btns p {
  width: 132px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #0084FD;
  color: #0084FD;
  border-radius: 21px;
  cursor: pointer;
}

.testimonial-showcase .btns p.cls {
  background: #0084FD;
  color: #fff;
  margin-right: 0px;
  font-size:13px;
}

.testimonial-showcase .btns p a {
  color: #0084FD;
  font-size: 14px;
  font-weight: normal;
}
.testimonial-showcase .btns a{font-size: 14px;color:#0084FD;}

.testimonial-showcase .btns .cls a{ font-size:14px; color:#fff;font-weight:normal;}
.testimonial-showcase p{margin-bottom:0}

				 .typewriter-container {
            background: #000;
            border-radius: 16px;
            box-shadow: 
                0 15px 35px rgba(0, 0, 0, 0.5),
                inset 0 0 15px rgba(76, 201, 240, 0.2);
            border: 1px solid rgba(67, 97, 238, 0.3);
            position: relative;
            overflow: hidden;
            min-height: 300px;
            max-height:300px;
            align-items: center;
            justify-content: center;
            overflow-y:none;
        }
        
                // CSS关键代码：
                
                .typewriter-display {
                    text-align: left; /* 左对齐文本 */
                    width: 100%; /* 占满容器宽度 */
                }
        .typewriter-display {
            font-size: 16px;
            line-height: 1.8;
            letter-spacing: 1px;
            text-align:justify;
			word-break: break-all;
            font-weight: 300;
            padding: 40px 50px;
            position: relative;
            color:#fff;
			max-width:670px;
        }


/*增值服务*/
.zengzhi {
  background:#f8f9fa;
  background-size: 100% 100%;
  padding-bottom: 102px;
}
.zengzhi .value-added{position:relative;/* width: 800px; */margin: 0 auto;}
.zengzhi .value-added .img{ width: 40%; position:relative;left: 50%;transform: translateX(-50%);/* padding: 20px 0; */}
.zengzhi .value-added .sdzx{position:absolute;top: 23%;left: 15%;display: flex;flex-direction: row-reverse;}
.zengzhi .value-added .sdzx p{
  width: 132px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  display: flex;
  line-height: 42px;
  border: 1px solid #0084FD;
  color: #0084FD;
  border-radius: 21px;
  cursor: pointer;
  margin-bottom: 0;
  background: linear-gradient(111deg, #45caff45 0%, #6edbf21a 19.5068359375%, #198afe38 100%);
  align-items: center;
  justify-content: center;
  }
.zengzhi .value-added .sdzx p img{width: 25px;height: 25px;margin-right: 5px;}
.zengzhi .value-added .hwfn{position:absolute;top: 30%;right: 10%;display:flex;}
.zengzhi .value-added .hwfn p{
  width: 170px;
  height: 42px;
  text-align: center;
  display: flex;
  font-size: 18px;
  line-height: 42px;
  border: 1px solid #0084FD;
  color: #0084FD;
  border-radius: 21px;
  cursor: pointer;
  margin-bottom: 0;
  background: linear-gradient(111deg, #45caff45 0%, #6edbf21a 19.5068359375%, #198afe38 100%);
  align-items: center;
  justify-content: center;
  }
.zengzhi .value-added .hwfn p img{width:25px; height:25px; margin-right:5px;}
.zengzhi .value-added .zypx{position:absolute;bottom: 0;left: 15%;display:flex;flex-direction: row-reverse;}
.zengzhi .value-added .zypx p{
  width: 132px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  display: flex;
  line-height: 42px;
  border: 1px solid #0084FD;
  color: #0084FD;
  border-radius: 21px;
  cursor: pointer;
  margin-bottom: 0;
  background: linear-gradient(111deg, #45caff45 0%, #6edbf21a 19.5068359375%, #198afe38 100%);
  align-items: center;
  justify-content: center;
  }
.zengzhi .value-added .zypx p img{width:25px; height:25px; margin-right:5px;}
.zengzhi .value-added .span{display:flex;opacity:1;position: relative;flex-direction:column;margin-right: 20px;border-radius: 20px;background: #ffffff69;padding: 20px;top: -24px;}
.zengzhi .value-added .sdzx p:hover + .span{opacity:1}
.zengzhi .value-added .hwfn p:hover + .span{opacity:1}
.zengzhi .value-added .zypx p:hover + .span{opacity:1}
.zengzhi .value-added .hwfn .span{
    margin-left: 20px;
}
.zengzhi .title h3{padding-bottom:0}
.zengzhi .value-added .span span{line-height:30px;display: flex;align-items: center; font-size:16px;}
.zengzhi .value-added .span span:before{
    content: '';
    z-index: 1;
    width: 15px;
    margin-right: 8px;
    height: 15px;
    background: url('../img/indeximg/tps-20-20.png') no-repeat;
    background-size: 100% 100%;
}

.TimeNow {
  background: url('https://www.tendata.cn/img/indeximg/beijingz.png')/*linear-gradient(111deg, #66FCE9 0%, #6EDBF2 19.5068359375%, #198AFE 100%)*/;  
  background-size:cover;
  padding-top:50px;
  /* color: #fff; */
  height:262px;

}

.TimeNow h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size:30px;
  padding:0;
}

.TimeNow p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 45px;
}

.TimeNow h3{ font-size:16px; padding:0; color:#fff}

.TimeNow .btns {
  display: flex;
  align-items: center;
  gap: 58px;
  width: 510px;
  margin: 0 auto;
  justify-content:center
}

.TimeNow .btns p {
	margin-top:30px;
	margin-bottom:40px; 
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 28px;
  cursor: pointer;
}

.TimeNow .btns p.cls {
  background: #0084FD;

  color: #fff;
}


/*80000客户*/
#brand{ background:#F2F4F9; padding-bottom:0;}
.feedback_text::before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    background: url('../images/ico_10.png') no-repeat;
    width: 23px;
    height: 20px;
}

.Renzhen-art {
  display: flex;
  align-items: center;
  justify-content:space-evenly;
}

.Renzhen-art .model h3 {
  font-weight: bold;
  display:flex;
  font-size: 40px;
  background: linear-gradient(111deg, #66FCE9 0%, #6EDBF2 19.5068359375%, #198AFE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  justify-content:center;
}
.Renzhen-art .model h3 .counter{font-weight:bold;}

.Renzhen-art .model p {
  font-size: 18px;
  color: #666666;
}

.Renzhen .section-header {
  margin-bottom: 36px !important;
}

.Renzhen-art-contain {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.Renzhen-art-contain .Renzhen-art-txt {
  margin-right: 150px;
}

.Renzhen-art-contain .Renzhen-art-txt .avter {
  display: flex;
  align-items: center;
}

.Renzhen-art-contain .Renzhen-art-txt .avter .txt h3 {
  font-size: 32px;
}

.Renzhen-art-contain .Renzhen-art-txt .avter .txt h3 em {
  font-size: 20px;
  color: #666666;
  font-style: normal;
}

.Renzhen-art-contain .Renzhen-art-txt .avter .txt p {
  font-size: 24px;
  color: #333;
}

.Renzhen-art-contain .Renzhen-art-txt .txt-p {
  font-size: 18px;
  margin: 35px 0 110px 0;
}

.Renzhen-art-contain .Renzhen-art-txt a {
  color: #0084FD;
}

.Renzhen-art-contain .Renzhen-art-txt .avter img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 24px;
}

.Renzhen-art-contain .Renzhen-art-img img {
  width: 500px;
  height: 360px;
}

.feedback {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:10px 0 60px 0;
	align-items:center;
}

.feedback_ph {
    flex-shrink: 0;
    width: 500px;
    position: relative;
    padding-top: 40px;
    padding-right: 30px;
}

.feedback_ph::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 390px;
    height: 304px;
    background: #E8EDF5;
    z-index: -1;
}

.feedback_ph::before {
    content: '';
    position: absolute;
    left: -30px;
    bottom: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: url('https://www.tendata.cn/images/ico_11.png') no-repeat;
    background-size: 100% 100%;
}

.feedback_ph p {

    position: absolute;
    left: -30px;
    bottom: 30px;
    width: 400px;
    height: 65px;
    background: #0084FD;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 65px;
    box-sizing: border-box;
    padding-left: 35px;
}

.feedback_item {
    width: 500px;
    box-sizing: border-box;
    padding-right: 30px;
    display:flex;
    flex-direction: column;
}
.feedback_user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.feedback_user img {
    flex-shrink: 0;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    margin-right: 24px;
}
.feedback_user_info strong{font-size:26px; margin-right:20px;}
/*
.feedback_text{text-align:justify;padding-top:30px;word-break: break-all;font-size:18px; height:180px;}
*/
.feedback_text{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding-left:27px;
    position: relative;
    margin-top: 40px;
    height: 180px;
    width: 500px;
}
.feedback_text::before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    background: url('../images/ico_10.png') no-repeat;
    width: 23px;
    height: 20px;
}
.feedback_more{padding-top:30px; font-size:16px; color:#0084FD;}



/*logo滚动*/

.brand{background:#F2F4F9; padding:40px 0; position:relative}
.brand_case::before {
    background-image: -webkit-linear-gradient(left, #F2F4F9 20%, rgba(235, 237, 240, 0));
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100px;
    z-index: 2;
}

.brand_case::after {
    background-image: -webkit-linear-gradient(right, #F2F4F9 20%, rgba(235, 237, 240, 0));
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100px;
    z-index: 2;
}
.brand_item {
    width: 200px;
    height: 100px;
    border-radius: 10px;
    box-shadow: 0px 6px 6px 0px rgba(233, 233, 233, 0.54);
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.brand_item img {
    display: block;
    width: 100%;
}


/*新闻中心*/
.new_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 30px 0;
}

.new_tab li {
	width: 155px;
    height: 45px;
    background: #F2F4F9;
    border-radius: 3px;
    line-height: 45px;
    text-align: center;
    margin: 0 25px;
    font-size: 18px;
    color: #525252;
    cursor: pointer;
    box-shadow:0px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
.new_tab li.hover {
    color: #fff;
    background: linear-gradient(111deg, #c1dfeb 0%, #60dbf5 19.5068359375%, #198AFE 100%);
}
.new_cont {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.new_photo {
    flex-shrink: 0;
    width: 600px;
    margin-right: 35px;
	box-shadow:0px 5px 10px rgba(0, 0, 0, 0.2)
}
.new_photo img {
    display: block;
    width: 100%;
	height:340px;
}
.new_photo_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(229, 229, 229, 0.64);
    padding: 10px;
}

.new_photo_time {
    flex-shrink: 0;
    width: 78px;
    height: 78px;
    background: #0084FD;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 12px;
}

.new_photo_time span {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.new_photo_time strong {
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
}

.new_photo_name {
    width: 100%;
}

.new_photo_name h3 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.new_photo_name p {
    font-size: 14px;
    color: #666666;

    line-height: 24px;
    padding-right: 10px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new_list {
    width: 100%;
}

.new_list li {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 17px 0;
}

.new_list li span {
    flex-shrink: 0;
    font-size: 18px;
    color: #9A9B9C;
    line-height: 30px;
    margin-right: 15px;
}

.new_list li a {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new_list li:hover a {
    color: #0084FD;
}

.new_list li:last-child {
    border: none;
}

.new_more {
    display: block;
    font-size: 16px;
    color: #0084FD;
    line-height: 20px;
    margin-top: 10px;
}

.new_more:hover {
    color: #0084FD;
}




/*在全球贸易中*/
.customer-service {
  background: url(https://www.tendata.cn/img/indeximg/beijingd.png) no-repeat center center;

  background-size: 100% 100%;
  padding:80px 0;
    position:relative;
}
.customer-service h2 {
  color: #000;
  margin-bottom: 20px;
  padding:0;
  font-size:36px;

}

.customer-service .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.customer-service .btns p {
  width: 150px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size:16px;
  border: 1px solid #0084FD;
  border-radius: 24px;
  cursor: pointer;
  color: #fff;
  margin-bottom:0;
}

.customer-service .btns p.cls {
  background: linear-gradient(111deg, #c1dfeb 0%, #60dbf5 19.5068359375%, #198AFE 100%);
  color: #fff;
  border:none;
}

.customer-service .btns p a{color:#0084FD}

/*footer*/
.footer {
  background:#F4F7FC;;

}

.footer-brand {
	display:flex;
  border-bottom: 1px solid #dde2e9;
  height:120px;
}
.footer-links {
  display:flex;
  width:100%;
  justify-content:space-between;
  }
 #rwm{justify-content:space-around}

.footer-brand ul {
  display: flex;
  width:100%;
  align-items: center;
  justify-content: space-between;
}






.footer-brand ul li {
  display: flex;
  align-items: center;
}

.footer-brand ul li h3 {
  margin-bottom: 12px;
  color:#41464f;
  font-size: 1vw;
}

.footer-brand ul li p {
  color:#41464f;
    margin-bottom: 0;
  font-size:12px;
}


.footer-brand ul li img {
  width: 36px;
  height: 39px;
  margin-right: 15px;
}



.footer-main {
  display: flex;
  margin:60px 0 30px 0;
  align-items: center;
  justify-content: space-between;
}
.link-group h4 {
  color:#41464f;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight:bold;
}

.link-group ul {
  list-style: none;
}

.link-group li {
  color:#41464f;
  margin-bottom: 10px;
}

.link-group a {
  color:#41464f;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size:13px;
}

.link-group a:hover {
  color:#41464f;
}

.footer-bottom {
  border-top: 1px solid #34495e;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  color: #bdc3c7;
  font-size: 0.9rem;
}






.customer-service .home-index-bg{  background:#DFF0FF;}
.customer-service .home-index-bg video{ opacity:.7}
.home-index-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  overflow: hidden;
}

.home-index-bg video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.footer-main .down-icon img{display:none;}
.foot_wx{
    padding:10px 0 20px;
}
.foot_wx img{
    width: 110px;
}
.foot_wx p{
    width: 110px;
    font-size: 14px;
    color: #41464f;
    line-height: 20px;
    padding-top: 10px;
    text-align: center;
	margin-bottom:0;
}

.copyright{
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 30px;
    padding:15px;
    border-top: 1px solid #dde2e9;
}
.footer .copyright p{margin-bottom:0; color:#41464f; font-size:14px; line-height:30px;}
.footer .copyright p a{color:#41464f; margin:0}
.footer .copyright span{color:#41464f;}
.footer .copyright span a{color:#41464f;}
.foot_wx{padding-right:0!important}


/*打字机表单*/
.vp-doc{width:530px; border:5px solid  #fff; /* border-radius:20px;*/ margin-left:20px;}
.vp-doc table {
    display: block;
    border-collapse: collapse;
    overflow-x: auto;
    height: 300px;
	/*border-radius:20px;*/
}

.vp-doc tr {
    background-color:#2e2e32;
	color:#fff;
    transition: background-color .5s
}
.vp-doc tr:nth-child(2n){
	background-color:#1b1b1f;	
}

.vp-doc th,.vp-doc td {
    border-right: 1px solid #4f4f5a;
    border-bottom: 1px solid #4f4f5a;
    padding: 8px 16px
}

.vp-doc th {
       background:#1b1b1f;
            color: #bfbfbf;
            padding: 12px 15px;
            text-align: left;
            font-weight: 600;
            width: 150px;
            min-width: 150px;
}

.vp-doc td {
    font-size: 14px
}

.vp-doc hr {
    margin: 16px 0;
    border: none;
    border-top: 1px solid var(--vp-c-divider)
}

.vp-doc .custom-block {
    margin: 16px 0
}

.vp-doc .custom-block p {
    margin: 8px 0;
    line-height: 24px
}

.vp-doc .custom-block p:first-child {
    margin: 0
}

.vp-doc .custom-block div[class*=language-] {
    margin: 8px 0;
    border-radius: 8px
}

.vp-doc .custom-block div[class*=language-] code {
    font-weight: 400;
    background-color: transparent
}

.vp-doc .custom-block .vp-code-group .tabs {
    margin: 0;
    border-radius: 8px 8px 0 0
}

.vp-doc :not(pre,h1,h2,h3,h4,h5,h6)>code {
    font-size: var(--vp-code-font-size);
    color: var(--vp-code-color)
}

.vp-doc :not(pre)>code {
    border-radius: 4px;
    padding: 3px 6px;
    background-color: var(--vp-code-bg);
    transition: color .25s,background-color .5s
}

.vp-doc a>code {
    color: var(--vp-code-link-color)
}

.vp-doc a:hover>code {
    color: var(--vp-code-link-hover-color)
}

.vp-doc h1>code,.vp-doc h2>code,.vp-doc h3>code,.vp-doc h4>code {
    font-size: .9em
}

.vp-doc div[class*=language-],.vp-block {
    position: relative;
    margin: 16px -24px;
    background-color: var(--vp-code-block-bg);
    overflow-x: auto;
    transition: background-color .5s
}
        



@media screen and (min-width: 2200px) and (max-width: 3200px){
.module.blue{background:url('https://www.tendata.cn/images/bg_map.png') no-repeat 100% 100px; background-size:100%; }
}
@media screen and (min-width: 769px) and (max-width: 1600px){
	.banner .banner_item{ height:630px;}
	.banner-aiCards-flex .item{width:250px; height:100px; padding:15px 20px;}
	.banner_btn{padding-bottom:0}
	.banner_btn.green img{width:45%;}
	.banner0 .banner_img{width:40%;}
	.banner10 .banner_img{width:35%;}
	.banner2 .banner_img{width:35%;}
	.banner_text ul{padding:20px 0;}
	.banner0 .banner_text li{margin:0}
	}


@media screen and (max-width: 768px){

.td{
	animation: shake1 1s;
	/* æŠ–åŠ¨çš"æŒç»­æ—¶é—´ */
	animation-iteration-count: infinite;/* åŠ¨ç"»é‡å¤æ¬¡æ•° */
}	
	
#swiper4 .swiper-pagination {bottom:20px !important}
#swiper3 .swiper-pagination{bottom:10vw !important}
	.swiper-pagination{bottom:10vw !important;}
#toTop{ padding-top:8px;}
/*导航*/
.banner-aiCards {display:none;}
.wap_logo{width:140px;}
.header{
    height: 80px;
    display: none;
    align-items: center;
    justify-content: space-between;
}
.wap_header_none.wap_none{display:block;}
.wap_header.wap_none{
    position: fixed;
    left:0;
    top:0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding:0 20px;
    border-bottom: 1px solid #eee;
    background: #fff;
    z-index: 999;
}
.wap_menu_btn{
    width: 36px;
    height: 36px;
    background: url('https://www.tendata.cn/images/ico_m.png') no-repeat center center;
    background-size: cover;
}
.wap_menu_btn.hover{
    background: url('https://www.tendata.cn/images/ico_close.png') no-repeat center center;
    background-size: cover;
}

.wap_language{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding:10px 20px;
}
.wap_language a{
    display: block;
    font-size: 15px;
    line-height: 40px;
    width: 50%;
    text-align: center;
}
.wap_login{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding:10px 20px;
}
.wap_login a{
    display: block;
    font-size: 15px;
    line-height: 40px;
    width: 50%;
    text-align: center;
}

.menu_name{height:50px; justify-content:space-between}
.wap_menu_box{
    display: none;
    position: fixed;
    left:0;
    top:40px;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #fff;
    z-index: 999;
    border-top:1px solid #eee;
}

	
.wap_menu_box .menu_name strong{line-height:30px; font-weight:bold;}
.wap_menu_box .menu_box{display:none;}
.wap_menu_box .menu_box_sub{display:none;}

.bottom60{padding:0;/* width: 90%; *//* margin: 0 auto; */}
.top60{padding:0}
.w1200{width:100%; overflow:hidden;}
.title h2{font-size: 5vw;padding: 8vw 0 3vw 0; font-weight:bold}
.banner{ 
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
}
.banner_img{ width:auto; height:160px;}
.banner1 .banner_item .first span{color:#fff; font-weight:bold}
.banner .swiper .swiper-wrapper .swiper-slide{ height:450px;display:flex;background-position:80%;justify-content:flex-start;}

.banner .banner_item {display:flex;justify-content: center;align-items: center;height:auto;flex-direction: column-reverse;flex-wrap: nowrap; margin-top:10vw;}
.banner1 .banner_btn a:nth-child(2){ border:1px solid #fff;}


.banner_text h4{
	    margin-top: 10px;
		}
.banner_text .first{
    font-size: 26px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
}
.banner_text ul{
    display:none;
}
.banner_text li{
    width: 100%;
    font-size: 15px;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
}
.banner_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
	margin-top:10px;
}
.banner_btn a{
    flex-shrink: 0;
    margin: 0 10px;
    width: 120px;
    height: 40px;
    border-radius: 21px;
    border: 1px solid #0084FD;
    font-weight: 400;
    font-size: 15px;
    color: #0084FD;
    text-align: center;
    line-height: 40px;
}
.banner1 .banner_btn a{ color:#fff;}
.banner_btn a.hover{
    background: #0084FD;
    color: #fff;
}
.banner0 .banner_img{
    width:auto;
	height:200px;
}
.banner .banner10 .banner_item .banner_text h3{font-size:25px; padding-top:0}
.banner .banner_item .banner_text h3{
	font-size:22px;
	font-weight:bold !important;
    color: #333333;
    line-height: 32px;
    text-align: center;
    margin-top: 10px;
}
.banner .banner_item .banner_text h4{ margin-top:10px; text-align:center;}
h4 span {font-size:18px!important;}
.banner_btn.green img{ width:50%}
		
		
		

/*卡片*/
.banner-aiCards-flex .item{width:20%;padding:0; display:flex;}
.banner-aiCards-flex .item p{display:none;}


/*ai系统*/
.module.top60.bottom60{ padding:0}
.module .services-arc{
   background: url(../img/indeximg/news.png) no-repeat 20% 90%;
  background-size:auto;
  display: flex;
  padding:0 20px;
  overflow: hidden;
  height:250px;
  flex-direction: column;
  align-items: center;
 }
.services-arc h5{ display:none;}
.services-arc h2{justify-content:center;font-size: 6vw;}
.module .services-arc h2 p{text-align:justify;color: #505050;opacity: 0.8;font-size:6vw;}
.module .services-arc p{font-size:12px; color:#666; font-weight:normal; line-height:25px;}
.services-arc .btns{margin-top:10px;}



/*为什么选择腾道*/
.whytenda{padding-bottom:0;}
.whytenda .title h2{padding: 8vw 0 3vw 0;}
.whytenda .container .tit{padding:0;}
.whytenda .container .tit p{font-size:4vw;margin-bottom: 8vw; line-height:5vw;}

.whytenda .container .tit p span{font-size:4vw;}
.whytenda .title h3 span{font-size:4vw;}

.container .num .pre .unit{font-size:14px;}

.container .box-item{width:32%;height: 80px;padding: 10px 15px; display:flex; flex-direction:column;align-items:center;}
.container .num{align-items:center;flex-direction:column;}


.container .num span{font-size:12px; margin:5px 0 0 0;}
.container .num .pre{font-size:14px;align-items:center;}
.container .box-item .stat-label{font-size:12px;margin-top: 5px;}

.container .stat-item-two{width:32%;height: 80px;padding:15px 10px;}

.container .stat-item-two .p{display:none;}
.container .stat-item-two .item-icon{flex-direction:column;align-items: center;}
.stat-item-two .item-icon img{width: 25px;height: 25px;}
.stat-item-two .item-icon p{font-size: 10px;margin: 0px 0 0 0;}

.swiper-tab img{/*margin-bottom:30px;*/}

.module.blue{position:relative; background:#fff; padding-bottom:20px;}
.module.blue .wap{display:block;position:absolute;bottom:20px;border: solid 1px #0084FD; width:120px; height:40px; line-height:40px;color: #fff; background:#0084FD; text-align:center; border-radius: 10px;transform: translateX(-50%);left: 50%;}


/*更能满足*/
.tabs{width:100%;overflow:hidden;margin-bottom: 0;}
.tabs ul button{/* width:35%; */font-size: 14px;padding:0;}
.tabs ul button img{display: none;}
.swiper-backface-hidden .swiper-slide{display:flex;flex-direction: column;justify-content: flex-start;}
.swiper-backface-hidden .swiper-slide.swiper-tab{padding:10px 20px;}
.swiper-container-tab .swiper-slide .left{width:100%;text-align: center;}
.swiper-container-tab .swiper-slide .left h3{margin: 30px 0 10px 0;font-size: 14px;}
.container .flex{justify-content:space-around;}
.swiper-container-tab{margin-top: 0;}
.swiper-container-tab .swiper-slide .btnes{margin-top:20px;margin-bottom: 20px;justify-content:center}
.swiper-container-tab .swiper-slide{height:auto;}
.swiper-tab img{width:100%;}
.title.top60{padding-top:20px;}
.swiper-container-tab .swiper-slide .left p{ font-size:12px;}
.swiper-container-tab .swiper-slide .btnes p{width:115px; height:38px; line-height:38px; border:none;}



/*转圈圈*/
.gq-map{width:100%;border-radius:0; display:none;}
.trade_popup{margin-top:60px; width:90%; }
.module.blue .w1200{background:url('https://www.tendata.cn/images/bg-gq.png') no-repeat 100% 0; background-size:100%; height:300px;}
.trade .bottom{display:none;}
.tiyan .ydty{display:block !important;border:1px solid #999;bottom:0;position:absolute;text-align: center;border-radius: 20px;background: #0084FD;color: #fff;}
.trade{height:300px;background:none;}
/*.trade{display:none;}*/


/*适合您的产品*/

.product-showcase ul{overflow-x:scroll;padding-bottom:20px;width: 95%;margin: 0 auto;}
.product-showcase ul li .as img{margin-bottom:10px;}
.product-showcase ul li{
  flex-shrink: 0;
  width:60%;
  height: 220px;
  margin-right:10%;
  border-radius:20px;
  box-sizing:border-box;
  /* background: url(../img/indeximg/product/active.png) no-repeat center center; */
  background-size: 110% 110%;
  }
.product-showcase ul li:nth-child(1){border-radius:20px}
.product-showcase ul li:nth-child(5){border-radius:20px; margin-right:0;}
.product-showcase ul li.active{width:85%; border-radius:20px;}
.product-showcase .active .activeArc img{width:50px; height:50px;}
.product-showcase .activeArc img{width:50px; height:50px;}
.product-showcase ul li.active .activeArc .txt{margin-right:20px;}
.product-showcase ul li.active .activeArc .btns p{ width:60px; font-size:10px; height:25px; line-height:25px;}
.container .product-showcase p{margin-bottom:0}
.product-showcase ul li .as{/* display:none; */}
.product-showcase ul li .activeArc{/* display:block; */}

.product-showcase ul li .activeArc {
  /* display: flex; */
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  opacity: 0;
  animation: fadeIn 0s ease-in-out 0s forwards;
}


.product-showcase ul li .activeArc .txt {
  margin-right: 20px;
}

.product-showcase ul li .activeArc .txt h3 {
  font-size: 18px;
  margin-bottom: 16px;
}
.product-showcase ul li.active .activeArc .txt h3{  font-size: 18px;  margin-bottom: 16px;}

.product-showcase ul li .activeArc .btns {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.product-showcase ul li .activeArc .btns p {
  width: 90px;
  height: 32px;
  text-align: center;
  border-radius: 21px;
  border: 1px solid #0084FD;
  color: #0084FD;
  line-height: 32px;
  cursor: pointer;
}

.product-showcase ul li .activeArc .btns p.cls {
  background: #0084FD;
  color: #fff;
  margin-right: 30px;
}

/*更多贸易数据*/
.testimonial-showcase{gap:30px;}
.testimonial-showcase .btns p{ width:100px; height:38px;}
.testimonial-showcase .btns p.cls{margin-right:0;}
.testimonial-showcase .btns a{width:100px;height:38px;line-height: 38px;}



/*80000客户见证*/
.feedback_item{width:100%;padding:0 20px; text-align:justify;}
.feedback_ph{width: 90%;margin: 20px auto;padding: 0;}
.feedback_ph img{width:100%;}
.feedback.w1200{flex-direction:column;padding-top: 20px;}
.feedback_text{margin-top:10px;}
.feedback_text{justify-content:center; font-size:14px; height:110px; width:100%; margin-bottom:20px;}
.feedback_user img{width:80px; height:80px;}
.feedback_user_info strong{font-size:18px;}
.feedback_more{padding-top:10px;}

.Renzhen-art .model h3{ font-size:20px;margin-bottom:10px;justify-content:center}
.Renzhen-art .model p{font-size:14px;}




/*api借口*/
#grey{padding-top:87px; height:auto; padding-bottom:92px; background-image:url(https://www.tendata.cn/img/indeximg/apibjtm.png)}

.testimonial-showcase .table-container{height:auto; width:98%; display:none;}
.testimonial-showcase .table-container .vp-doc{width:100%; margin-left:0;}
.testimonial-showcase{display:flex;flex-direction: column-reverse;margin-top: 0;}
.testimonial-showcase .left-Txt h3{ text-align:center; font-size:25px; display:none;}
.testimonial-showcase .left-Txt h4{ font-size:18px; text-align:center; margin-bottom:20px; display:none;}
.testimonial-showcase .txt-art{gap: unset;text-align: center;justify-content: space-between;}
.testimonial-showcase .left-Txt .txt-art p{ width:32%;}
.testimonial-showcase .left-Txt .txt-art p span{font-size:16px;margin-bottom:20px;}
.testimonial-showcase .left-Txt .txt-art em{font-size:14px;}
.testimonial-showcase .btns{margin-top:30px;}
.testimonial-image{width:100%}
.title h3{font-size: 4vw !important;padding: 0 4vw 8vw 4vw; line-height:5vw;}

/*增值业务*/
.module.zengzhi img{ /*width:100% !important;*/}
.TimeNow .btns{width:100%;}
.module.zengzhi{padding-bottom:60px;padding-top:87px;}
.zengzhi .value-added .sdzx{flex-direction:column; width:30%;top:15%; left:10%;}
.zengzhi .value-added .sdzx p{font-size:16px; width:auto; height:35px; line-height:35px;}
.zengzhi .value-added .sdzx p img{width:20px; height:20px;}
.zengzhi .value-added .sdzx .span{margin-right:0; margin-top:10px; top:0; background:#ffffffc2; display:none}

.zengzhi .value-added .hwfn{flex-direction:column; width:30%; top:15%;}
.zengzhi .value-added .hwfn p{font-size:14px; width:auto; height:35px; line-height:35px;}
.zengzhi .value-added .hwfn p img{width:20px; height:20px;}
.zengzhi .value-added .hwfn .span{margin:0; margin-top:10px;top: 0; background:#ffffffc2;  display:none }
.zengzhi .value-added .span span{line-height:25px; font-size:12px;}



.zengzhi .value-added .zypx{flex-direction:column; width:30%; bottom:0; left:50%; transform:translateX(-50%)}
.zengzhi .value-added .zypx p{font-size:16px; width:auto; height:35px; line-height:35px;}
.zengzhi .value-added .zypx img{width:20px; height:20px;}
.zengzhi .value-added .zypx .span{margin-right:0; top:0; margin-top:10px; background:#ffffffc2;  display:none}
.zengzhi .value-added .span{margin-right:0}



.zengzhi .value-added .img{ width:45%;}
.TimeNow .title h2{margin-bottom:0; font-size:18px; padding-top:30px; line-height:18px;}
.TimeNow .title h3{font-size:14px; padding-bottom:10px;}
.TimeNow .btns{justify-content:center}
.TimeNow .btns p{width:120px; height:40px; line-height:40px; font-size:14px; margin-top:10px; margin-bottom:10px;}
.TimeNow{padding-top: 0; height:190px;}

/*滚动logo*/
.brand_case .brand_item{ width:80px; height:35px; margin:0 5px;}
.brand{padding:20px;}
.zengzhi .value-added{ width:100%;}
.brand_item img{}

/*新闻*/
.new_cont{flex-direction:column; margin:10px;}
.new_cont .new_photo img{ width:100%;}
.new_cont .new_photo{width:100%;}
.new_cont .new_photo img{height:auto;}
.new_list li{padding:10px;}
.new_list li span{display:none; }
.new_tab{padding:10px 0 20px 0;}
.new_tab li{margin:0 10px; font-size:16px;}
.new_list li a{ font-size:14px;}
.new_cont{flex-direction:column; margin-bottom:15px;}
.new_cont .new_list{ padding:0 10px;}

/*在全球贸易中寻找机会*/
.customer-service{padding:20px; background-size:cover;}
.customer-service h2{margin-bottom:0px; padding-top:0}
.customer-service .btns{margin-top:0px;}
.customer-service .btns p{margin-bottom:0; width:120px; height:40px; font-size:14px; line-height:40px;}


/*多形式服务*/
.footer{padding-top:10px;}
.footer-brand{padding-bottom:20px;padding-top:10px;}
.footer-brand ul li p{ display:none;}
.footer-main{margin-top:20px; padding:0 20px;}
.footer-brand ul li{width:25%;padding: 0 5px;flex-direction:column}
.footer-brand ul li img{width:25px; height:25px; margin-right:0;}

/*footer*/

.footer-brand ul li h3 {
  margin-bottom: 12px;
  font-size: 3vw;
}
.footer-main{flex-direction:column;align-items:flex-start; margin-bottom:0;}
.footer-links{ display:flex;flex-direction:column; width:100%;}
.link-group ul{ display:none;}
.link-group .down-icon{display:flex; justify-content:space-between;}
.link-group .down-icon img{display: block;width:20px;height:20px;line-height: 20px;margin: 10px 0; transition:all .5s}
.link-group.active ul{display:block;padding: 5px 20px;}
.link-group.active img{transform:rotate(90deg);transition:all .5s}
.link-group h4{margin:10px 0;line-height: 20px;}

.footer-brand ul li h3{margin-bottom:0}
}

@keyframes vibrate1 {
  0%, 100% { transform: translateY(0); }
  25% { transform: translateY(-3px); }
  75% { transform: translateY(3px); }
}

.vibrate-element {
  animation: vibrate 1.2s infinite ease-in-out;
  display: inline-block;
}
	


@keyframes shake1 {
 0% {
 transform: scale(1.0);
}
 10% {
 transform: scale(1.02);
}
 20% {
 transform: scale(1.04);
}
 30% {
 transform: scale(1.05);
}
 40% {
 transform: scale(1.06);
}
 50% {
 transform: scale(1.10);
}
 60% {
 transform: scale(1.08);
}
 70% {
 transform: scale(1.06);
}
 80% {
 transform: scale(1.04);
}
 90% {
 transform: scale(1.02);
}
 100% {
 transform: scale(1.0);
}
}
.dou {
	animation: shake 1s;
	/* æŠ–åŠ¨çš"æŒç»­æ—¶é—´ */
	animation-iteration-count: infinite;/* åŠ¨ç"»é‡å¤æ¬¡æ•° */
}
