@charset "utf-8";
/* CSS Document */
.w1200{width:1200px; margin:0 auto;}	
.flex{display:flex;}




/*导航栏*/
.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;
}

.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;
}

.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;
}

.relative{
    position: relative;
}

.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; }


.wap_header_none.wap_none, .wap_header.wap_none, .wap_menu_box.wap_none{ display:none;}



/*banner*/
.banner{height:830px; background-image:url(../img/api/bg.jpg); background-size:cover;}
.banner .center{align-items:center}
.banner .banner_text{width:60%;}
.banner .banner_text h3{font-size:50px;}
.banner .banner_text p{ font-size:16px; line-height:36px; padding:25px 0 40px 0; width:70%; color:#666;opacity:.7}
.banner .banner_text .banner_btn{display:flex; }
.banner .banner_text .banner_btn a{width:132px;height:42px;line-height:42px;text-align:center;border-radius: 21px;border:1px solid #0084FD;margin-right:30px; color:#0084FD; font-size:16px;}
.banner .banner_text .banner_btn a.hover{background:#0084FD; color:#fff;}
.banner .banner_img{width:40%;}
.banner .banner_img img{width:100%;}


/*多元化api释放数据*/
.apidiv1{padding-bottom: 80px;background-image:url(../img/api/dyh_bg.jpg)}
.apidiv1 .api-title{text-align: center;font-size: 40px;padding: 70px 0 50px 0;}


.apidiv1 .api-box{box-shadow: 0px 3px 15px 0px rgba(235,237,241,0.8);height: 664px;border-radius: 16px;background-image:url(../img/api/value_bg2.jpg);display: flex;}
.apidiv1 .api-box .tableft{width: 20%;display: flex;flex-direction: column;align-items: flex-start;border-right: 1px solid #E2E9F1;}
.apidiv1 .api-box .tableft .tab-btn1{height: 134px;line-height: 134px;font-size: 20px;font-weight: bold;padding-left: 65px;}
.apidiv1 .api-box .tableft .tab-btn1.active{ background-image:url(../img/api/font_bg-.png);}
.apidiv1 .api-box .tabright{width:80%;}
.apidiv1 .api-box .tabright .swiperimg{display:none}
.apidiv1 .api-box .tabright .swiperimg.active{display:block}
.apidiv1 .api-box .tabright .swiperimg .right{display:flex; padding:58px 74px; flex-direction:column}

.apidiv1 .api-box .tabright .swiperimg .right .api_tit{ font-size:30px; color:#0081FA; margin-bottom:40px;}
.apidiv1 .api-box .tabright .swiperimg .right .api_con{font-size:13px; color:#444444; line-height:22px; margin-bottom:30px;}
.apidiv1 .api-box .tabright .swiperimg .right .api_con span{font-weight:bold; }
.apidiv1 .api-box .tabright .swiperimg .right .api_case{display:flex;padding: 30px 38px 60px 38px;flex-direction:column}
.apidiv1 .api-box .tabright .swiperimg .right .api_case p{font-size:16px; }
.apidiv1 .api-box .tabright .swiperimg .right .api_case span{font-size:14px;}


.apidiv1 .api-box .tabright .swiperimg .right .api_case{background-image:url(../img/api/qqsl_bg.png);box-shadow:0px 3px 15px 0px rgba(235,237,241,0.8);background-size: cover;height: 340px;border-radius: 15px;}
.apidiv1 .api-box .tabright .swiperimg .right .api_case p{ font-size:18px; font-weight:bold; margin-bottom:23px;}
.apidiv1 .api-box .tabright .swiperimg .right .api_case .roll{overflow-y: auto;display: flex;flex-direction: column;}
.apidiv1 .api-box .tabright .swiperimg .right .api_case .roll span{line-height:24px;}


.apidiv1 .api-box .tabright .swiperimg .right .banner_btn{margin-top:30px; display:flex;align-items:center;}
.apidiv1 .api-box .tabright .swiperimg .right .banner_btn .niu{display:flex;}
.apidiv1 .api-box .tabright .swiperimg .right .banner_btn .niu a{width:132px;height:42px;line-height:42px;text-align:center;border-radius: 21px;border:1px solid #0084FD;margin-right:30px; color:#0084FD; font-size:16px;}
.apidiv1 .api-box .tabright .swiperimg .right .banner_btn .niu a.hover{background:#0084FD; color:#fff;}
.apidiv1 .api-box .tabright .swiperimg .right .banner_btn .wd{font-size:16px;}
.apidiv1 .api-box .tabright .swiperimg .right .banner_btn .wd a{color:#0084FD}



/*多种应用场景*/
.apidiv2{ background-image:url(../img/api/scene_bg.jpg)}
.apidiv2 .scene_title{text-align: center;font-size: 40px;padding: 70px 0 50px 0;}


.apidiv2 .scene_con{ display:flex;justify-content:space-between; padding-bottom:60px;}
.apidiv2 .scene_con .con_box{width:32%;display: flex;flex-direction: column;justify-content: space-between;gap: 20px}

.apidiv2 .scene_con .con_box .box_top{height:140px;background:#fff;display:flex;align-items:center;justify-content:space-around;border-radius: 10px;}
.apidiv2 .scene_con .con_box .box_top .box_top_left{width: 70%;display:flex;flex-direction: column;justify-content: space-around;padding-left: 30px;}
.apidiv2 .scene_con .con_box .box_top .box_top_left p{font-size:24px; font-weight:bold;}
.apidiv2 .scene_con .con_box .box_top .box_top_left img{width: fit-content;margin-top: 26px;}
.apidiv2 .scene_con .con_box .box_top .box_top_img{width:50%;text-align:right;padding-right: 30px;}
.apidiv2 .scene_con .con_box .box_top .box_top_img img{width:68px;height:78px;}
.apidiv2 .scene_con .con_box .box_bottom{background:#fff;border-radius: 10px; height:140px;transition:height .3s; overflow:hidden;}
.apidiv2 .scene_con .con_box .box_bottom.active{height: 440px;transition:height .3s}
.apidiv2 .scene_con .con_box .box_bottom .box_bot_t{display:flex;align-items: center;height: 140px;justify-content: space-around;}
.apidiv2 .scene_con .con_box .box_bottom .box_bot_t .box_bottom_left{width: 70%;display: flex;flex-direction: column;padding-left: 30px;}
.apidiv2 .scene_con .con_box .box_bottom .box_bot_t .box_bottom_left p{font-size:24px; font-weight:bold;}
.apidiv2 .scene_con .con_box .box_bottom .box_bot_t .box_bottom_left img{width:fit-content; margin-top:25px;}
.apidiv2 .scene_con .con_box .box_bottom .box_bot_t .box_bottom_img{width:50%;text-align:right;padding-right: 30px;}
.apidiv2 .scene_con .con_box .box_bottom .box_bot_t .box_bottom_img img{width:68px; height:78px;}

.apidiv2 .scene_con .con_box .box_bottom .box_bot_c{font-size: 16px;line-height: 26px;padding: 0 33px;text-align: justify;}
.apidiv2 .scene_con .con_box .box_bottom .box_bot_b{margin-top:20px;width:100%;}
.apidiv2 .scene_con .con_box .box_bottom .box_bot_b img{width:80%;margin:0 10%;border-radius: 10px; height:164px;}

/*
.apidiv2 .scene_con .con_box .box_bottom .box_bot_c{ display:none;}
.apidiv2 .scene_con .con_box .box_bottom .box_bot_b{ display:none;}
*/

.apidiv2 .scene_con .con_box .box_bottom.active .box_bot_c{display:block;}
.apidiv2 .scene_con .con_box .box_bottom.active .box_bot_b{display:block;}




/*广告*/
.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;
  text-align:center;
  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;
}



/*解决方案*/
.apidiv3 {background-image:url(../img/api/bg_5.jpg); height:880px;}
.apidiv3 .scheme_title{text-align: center;font-size: 40px;padding: 70px 0 50px 0;}
.apidiv3 .scheme{ display:flex;flex-direction:column;gap: 30px;}
.apidiv3 .scheme .scheme_box_s{ display:flex;justify-content: space-between;}
.apidiv3 .scheme .scheme_box_s .scheme_con{width:49%;height:270px;display:flex;flex-direction: column;justify-content: center;align-items: center; position:relative;border-radius:20px;}
.apidiv3 .scheme .scheme_box_x{display:flex;justify-content: space-between;}
.apidiv3 .scheme .scheme_box_x .scheme_con{width:32%; height:270px;display:flex;flex-direction: column;justify-content: center;align-items: center; position:relative; border-radius:20px;}

.apidiv3 .scheme  .scheme_con{ text-align:center;}


.apidiv3 .scheme .scheme_box_s .scheme_con:nth-child(1){ background:#E9F1FF;}
.apidiv3 .scheme .scheme_box_s .scheme_con:nth-child(2){ background:#E8FEF2;}
.apidiv3 .scheme .scheme_box_x .scheme_con:nth-child(1){ background:#F2EDFF;}
.apidiv3 .scheme .scheme_box_x .scheme_con:nth-child(2){ background:#FFFAED;}
.apidiv3 .scheme .scheme_box_x .scheme_con:nth-child(3){ background:#E9F1FF;}


.apidiv3 .scheme img{ width:50px; height:50px; margin-bottom:20px;}
.apidiv3 .scheme p{ font-size:20px; margin-top:5px; font-weight:bold;}


.apidiv3 .scheme .scheme_box_s .scheme_con .hover{opacity: 0;text-align:justify;width: 100%;position: absolute;height: 100%;}
.apidiv3 .scheme .scheme_box_s .scheme_con .hover span{line-height:26px;font-size:16px;color:#5F5F5F;position: absolute;left: 50%;transition: all 2s;top: 50%;transform: translate(-50%, -50%);opacity: 0; width:70%}
.apidiv3 .scheme .scheme_box_s .scheme_con .hover img{position:absolute; right:25px; bottom:25px;}
.apidiv3 .scheme .scheme_box_s .scheme_con:hover img{ display:none}
.apidiv3 .scheme .scheme_box_s .scheme_con:hover p{ display:none}
.apidiv3 .scheme .scheme_box_s .scheme_con:hover .hover{opacity:1;}
.apidiv3 .scheme .scheme_box_s .scheme_con:hover .hover span{opacity:1}
.apidiv3 .scheme .scheme_box_s .scheme_con:hover .hover img{display:block;width: 120px;height: 120px;transition: all .5s;}

.apidiv3 .scheme .scheme_box_x .scheme_con .hover{opacity: 0;text-align:justify;width: 100%;position: absolute;height: 100%;}
.apidiv3 .scheme .scheme_box_x .scheme_con .hover span{line-height:26px;font-size:16px;color:#5F5F5F;position: absolute;left: 50%;transition: all 2s;width: 80%;top: 50%;transform: translate(-50%, -50%);opacity: 0;}
.apidiv3 .scheme .scheme_box_x .scheme_con .hover img{position:absolute; right:25px; bottom:25px;}
.apidiv3 .scheme .scheme_box_x .scheme_con:hover img{ display:none}
.apidiv3 .scheme .scheme_box_x .scheme_con:hover p{ display:none}
.apidiv3 .scheme .scheme_box_x .scheme_con:hover .hover{ opacity:1}
.apidiv3 .scheme .scheme_box_x .scheme_con:hover .hover span{ opacity:1}
.apidiv3 .scheme .scheme_box_x .scheme_con:hover .hover img{display:block;width: 120px;height: 120px;transition: all .5s;}





/*第二个广告条*/
.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;
  text-align:center;

}

.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}




/*foot*/
/*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}



/*侧边按钮*/
/*侧边*/
.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;
}

@media screen and (max-width: 768px){
.w1200{ width:100%;}	
	
	
.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;}	


/*banner*/
.banner{height:450px;}
.banner .banner_text p{display:none;}
.banner .banner_text h3{font-size:20px;width: 80%;line-height: 1.5;text-align:center;margin: 0 auto;}
.banner .w1200.flex.center{flex-direction:column-reverse;justify-content: center;}
.banner .banner_text h3 br{ display:none;}
.banner .banner_img{ width:70%;}
.banner .banner_text{width:100%;margin-top: 30px;}
.banner .banner_text .banner_btn{margin-top:20px;justify-content: space-evenly;}
.banner .banner_text .banner_btn a{margin-right:0}
	
	
	
}













