@charset "utf-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;
font-family: SourceHanSansCN-Normal, SourceHanSansCN;vertical-align:baseline;}
body{
  position: relative;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
h3,h4,h5{ font-weight: normal;}
blockquote,q{quotes:none;}
a{text-decoration:none;}input, button, select, textarea {outline: none;-webkit-appearance: none;border-radius: 0;}

/******公共******/
.cursor{cursor:pointer }
.w_per_100{width:100%; }
.w_100_per{width:100%; }
.pd_t_10{ padding-top: 10px;}
.pd_t_18{ padding-top: 18px;}
.te_center{ text-align: center;}
.te_right{ text-align: right;}
.relative{position: relative;}

.manContainer{
  background: #FBFBFB;
}
/* 头部 */
.header_bar{ width: 100%;border-bottom: 1px solid #F0F0F0;}
.header{ width: 90%; margin: 0 auto; }
.logo{ width:198px; height: 40px;cursor:pointer; }
.nav_bar{  display: flex; align-items: center;}
.nav{ width:600px ; color:#767c87; margin-right: 30px;}
.nav .item{ width: 95px;cursor:pointer; text-align: center; font-size: 16px; /*padding:18px 0; height: 30px;*/ line-height: 30px; position: relative;}
.nav .item .line{position: absolute;left:0; top:0; z-index: 66; height: 4px; width:100% ; background-color: #3060ff; display: none; animation:fadeIn 1s ; }
.nav .item a{color:#767c87; display: block;padding:18px 0;}
.nav .item:hover .line{display: block!important;}
.nav .active .line{display: block!important;}
.nav .active,.nav .active a,.nav .item a:hover{color:#3060ff!important;}
.btn{padding:8px 30px; border-radius: 50px; background-color:#3167ff; font-size: 15px; color: #fff;cursor:pointer; text-align: center; }
.btn:hover,.btn:focus{ background-color:#2a58da;}
/*底部*/
.footer_bar{ padding:60px 0 0 0; font-size: 14px;  border-top: 1px #e8e8e8 solid; background: #fff;}
.footer_bar a{color: #333;}
.footer_list{ width: 65%; margin: 0 auto 60px auto;display: flex; justify-content: space-between;}
.footer_list .logo{ width: 140px; height: 50px;}
.footer_list .item_box{ width: 60%;  display: flex;justify-content: space-between;}
.footer_list .item_box div{ height: 100%;}
.footer_list .item_box div h4{ font-weight: bold;font-size: 14px; margin-bottom:8px;}
.footer_list .item_box div p{ line-height: 26px; font-size: 13px;}
.footer{width:65%; height: 50px; line-height: 50px;  font-size: 12px;margin-left:  auto; margin-right: auto;color:#333 ;}
.footer span{ margin-left: 120px;}
.flex_wrap { flex-flow: row wrap; }
.dis_flex{display: flex;}.js_between{justify-content: space-between;}
.space_between{display: flex; justify-content: space-between;align-items: center;}

.align_content{ display: flex;flex-flow: row wrap;align-content:space-between;}

/* 颜色 */
.bg_white{  background-color: #fff;}
.bg_grey{background: #FBFBFB;}
.bg_grey2{background: rgba(33, 33, 33, 0.1);}
.grey_666{ color: #666;}
.grey_999{ color: #999;}
.white{ color: #fff;}
.blue_3167ff{ color: #3167FF;}
.black_333{ color: #333;}



/******首页******/
.index_banner{ width: 100%; margin: 0 auto 16px auto; text-align: center; position: relative; overflow: hidden;background: #3167FF url(../images/banner.png) center center no-repeat; overflow: hidden; height: 710px; background-size: cover;}
.index_banner .swiper-wrapper .swiper-slide img{ width: 100%; }
.index_bar{padding:60px 0;}
.index_cont_box{width: 1200px; height: auto; margin-left:  auto; margin-right: auto;color:#0B1531 ; position: relative;}
.index_tit h1{ font-size:30px; font-weight: bold;  text-align: center; letter-spacing: 3px;}
.index_tit p{ font-size: 15px; line-height:28px; color:#292828;}

.postionDetailContent{width: 100%;height: 650px;text-align: center; background: url(../images/postionDetailContent.png) center center no-repeat; overflow: hidden;}
.polymerizeAd{color:#808080; width: 850px; height: auto; margin: auto; margin-top: 146px; line-height: 26px; overflow: hidden;}
/*数据统计*/
.number{width: 30%;text-align: center; margin-top:50px;}
.number h1{font-size:40px; font-weight:bold; letter-spacing: 2px; }
.number p{font-size:20px; text-align: center;color:#292828;line-height:28px;}
/*轮播*/
.advert_box{ width: 100%; display: flex;flex-flow: row wrap;  }
.advert_item{ width:18%; overflow: hidden; margin: 10px 1%;}
.advert_item img{ width: 100%;}

.index_02{ width: 100%; background-color: #007AFF; margin:200px auto 300px auto;}
.index_02 .item_bar{position: relative; height:800px; width:1320px; margin: 0 auto;  }
.index_02 .item_bar .item{ width:320px; text-align: center;position: absolute;}
.index_02 .item_bar .item h4{ color: #fff; font-size: 16px; font-weight: bold; margin-bottom: 10px;}
.index_02 .item_bar .item p{ color: #fff; font-size: 15px; margin-bottom:30px;}
.index_02 .item_bar .item .img_box{ border: 4px #E9E9E9 solid; height:500px; width:270px; background-color:#fff ; border-radius:12px; overflow: hidden; }
.index_02 .item_bar .item .img_box img{ width: 100%;}
.index_02 .item_bar .item:nth-child(1){ left:0;bottom:-50px}
.index_02 .item_bar .item:nth-child(2){ left:25.3%;top:-140px}
.index_02 .item_bar .item:nth-child(2) h4,.index_02 .item_bar .item:nth-child(2) p{ color: #0B1531;}
.index_02 .item_bar .item:nth-child(3){ left:25.3%;bottom:-300px}
.index_02 .item_bar .item:nth-child(4){ right:25.3%;top:40px}
.index_02 .item_bar .item:nth-child(5){ right:0px;bottom:-200px}

.index03_item{ width:24% ; padding:30px; border:2px #E9E9E9 solid; border-radius:6px;text-align: center;}
.index03_item img{ width: 110px; height: 110px; margin: 0 auto 16px auto;}
.index03_item h4{ font-size: 18px; font-weight: bold; padding-bottom: 18px; }
.index03_item p{ font-size: 15px; text-align: left;}

.index04_item {  width: 520px; height:200px; padding:20px; overflow: hidden; border-radius: 6px; }
.w_per_100 .index04_item:nth-child(1){background:#fff url(../images/qfw.png) right  bottom no-repeat; background-size:35% auto;}
.w_per_100 .index04_item:nth-child(2){background:#fff url(../images/zn.png) right  bottom no-repeat; background-size:38% auto;}
.index04_item .text_box{ width:52%; padding:20px 30px;}
.index04_item .text_box h4{font-size: 16px; font-weight: bold;}
.index04_item .text_box .line3{ height: 3px; width: 50px; background-color: #3167ff; margin: 10px 0 20px 0;}
.index04_item .text_box p{ width: 100%; height: 3px; line-height:28px;  }

.index05{ overflow: hidden; }
.index06{ width: 200px; margin: 0 auto; text-align: center; }
.index06 .btn{ width: 50%; margin: 0 auto 12px auto; font-size: 15px;}
.index06 .code{ width: 154px; height: 154px;}

/*服务流程*/
.banner_bar{min-height:100px;}
.banner_bar img{ width: 100%;}
.service_tab_bar{ width: 100%; border-bottom: 1px  #E9E9E9 solid; background: #FBFBFB;}
.tab_item{ padding: 0px 6px; min-width:85px; font-size: 16px; height: 56px; line-height: 56px;  text-align: center; position: relative;cursor:pointer; margin-right:40px; display: block;color: #0B1531;}
.tab_item .line{ width:90%; height: 4px; background: #3060FF; position: absolute; left:5%; bottom:-2px ; display: none;animation:fadeInLeft 0.5s;}
.tab_item.active{ color: #3167FF;}
.tab_item.active .line{ display: block!important;}
.tab_cont .text{padding: 50px 0 30px 0;border-bottom: 1px  #E0E0E0 solid;}
.tab_cont .text h4{font-size: 24px; font-weight: bold; margin: 20px 0;}
.tab_cont .text p{font-size: 16px; line-height: 32px;}
.tab_cont .text p span{ margin-right: 20px;}
.tab_cont .text:last-child{border:0; padding-bottom: 60px;}
.tab_cont .code{ width: 130px; height: 130px;}

.form_bar input,.form_bar textarea{border-radius: 4px;  text-indent: 12px; min-height:40px;  height: auto; line-height: 40px; border: 1px solid #979797;}
.form_bar input:focus{border: 1px solid #3167FF;}
.textarea{ width: 98%; padding:10px 20px; height: 200px;border-radius: 4px;border: 1px solid #979797;}
.textarea:focus{border: 1px solid #3167FF;}

/* 帮助中心 */
.help_item{ width: 20%;min-height:360px; text-align: center; border: 1px solid #F0F0F0;border-radius: 4px; padding: 40px;}
.help_item .icon{ width: 115px; height: 115px; margin: 0px auto 10px auto; overflow: hidden;}
.help_item .icon img{ width: 100%;}
.help_item h4{font-size: 34px; font-weight: bold; margin-bottom: 16px;}
.help_item p{font-size:16px; line-height: 30px;}
.help_item .btn{ margin: 0 auto;}
.help_left{width:260px;/*min-height: 700px; */padding: 40px 0 18px; position: absolute; left: 0;top: 0;}
.help_left.fixed{position: fixed; left: 5%;top:0}
.help_left.bottom{top: unset; bottom: 0;}
.help_left .menu{ width: 100%;cursor:pointer; }
.help_left .menu h4{font-size: 18px; font-weight: bold; margin-bottom:20px;display: flex; justify-content: space-between;align-items: center;}
.help_left .menu h4 .icon{ margin-right: 20px; width: 14px; height: 14px;}
.help_left .menu_sun{ margin: 0; padding: 0; display: none; padding-bottom: 12px;}
.help_left .menu_sun li{ line-height:33px; text-indent:12px; font-size: 14px;cursor:pointer; margin-bottom: 2px;}
.help_left .menu_sun li.active,.help_left .menu_sun li:hover{background: #F0F0F0;}
.help_left .show .menu_sun{ display: block;}
.help_left .show h4 img.icon{transform:rotate(90deg);-ms-transform:rotate(90deg); /* Internet Explorer */-moz-transform:rotate(90deg); /* Firefox */-webkit-transform:rotate(90deg); /* Safari 和 Chrome */-o-transform:rotate(90deg); }
.help_right{ width:60%; margin-left: 260px; padding-left: 120px; border-left: 1px solid #F0F0F0; }
.help_tit{ width: 100%; padding: 30px 0; border-bottom: 1px solid #F0F0F0;font-size: 18px;color: #9E9E9E;}

/* 确认账号密码重置 */
.password_item{display: flex; align-items: center; margin-top: 20px; margin-bottom: 20px;}
.password_item .left{ width: 86px; text-align: center;}
.password_item .round{width: 42px;height: 42px; text-align: center; line-height:46px; border-radius: 50%;color: #fff; font-size: 18px;  margin: 8px auto;background: #D8D8D8; overflow: hidden;}
.password_item .line{ width: 280px; height: 2px;background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #9E9E9E 100%);}
.password_item.active .round{ background: #3167FF; }
.password_item.active .line{ background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #3167FF 100%);}
.password_item.active p{ color: #3167FF;}
/* 确认账号 */
.confirm_account{ width: 400px;min-height: 650px; margin: 40px auto;} 
.code_num{ width: 113px; height: 32px;}
.inp{ margin-bottom:30px;}
.inp input{ border-radius: 40px;}
.inp p{  margin-bottom:16px;}
.inp span{cursor:pointer;color: #3167FF;}
/*验证账号*/
.verify_account{ width:500px;min-height: 650px; margin: 40px auto;}
.verify_account .icon{ width: 95px; margin: 0 auto 20px auto;}
.verify_account .icon img{ width: 100%;}
.verify_account p{ line-height:32px; text-align: center;}
.verify_account .btn{ width:30%; border-radius: 3px; margin:30px auto; min-height: 40px; line-height: 40px;}
/*重置密码*/
.reset_password{ width:380px;min-height: 650px; margin: 40px auto;}
.reset_password .btn{  margin:30px auto; min-height:36px; line-height: 38px;}

/********注册********/
.register_box { width:400px;min-height: 650px; margin: 40px auto;}
.register_box .inp_box{ width: 100% ; display: flex; padding-bottom: 20px; align-items: center;}
.register_box .inp_box .label_text{ width: 80px; padding-right: 20px; text-align: right;}
.register_box .inp_box .input{ width: 80%; border-radius: 50px; text-indent: 12px; min-height:36px; line-height: 36px; border: 1px solid #979797;}
.strength{ width: 300px;}
.strength div{width: 91px;height: 20px; line-height: 20px; background: #D8D8D8;color: #9E9E9E; text-align: center;}
.strength div.active{background: #E6B30C; color:#ffff ;}
.radio_box { margin: 0 60px 0 2px;  display: flex;align-items: center; }
 
.toggle{    text-align: center;    vertical-align: middle;    border: none;    appearance: none;/*关键代码*/    -webkit-appearance: none; outline: none; cursor: pointer;}
.toggle::after{   content: url('../images/radio.png');}
.toggle:checked::after{content: url('../images/radio_sele.png');}    
        
.font_12{ font-size: 12px;}

/* 登录*/
.pop_bg{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6);  position: fixed; left: 0; top:0;right:0; bottom: 0; z-index: 99999;}
.login_bar{ width: 330px;height: 370px;background: url(../images/login_bg.png) 0 0 no-repeat;margin: -185px 0 0 -165px;position: fixed;left: 50%;top: 50%;}
.login_bar .close{ width: 16px; height: 16px;background:url(../images/close.png) 0 0 no-repeat; position: absolute; right:20px; top: 20px;cursor: pointer;}
.login_bar h4{font-size: 24px; padding:30px 0; text-align: center;color: #3167FF;}
.login_bar .inp{ width: 70%; margin: 0 auto 20px auto;color: #767C87}
.login_bar .toggle_box{ width:60%; margin: 0 auto 20px auto; display: flex;  align-items: center;}
.login_bar .toggle_box label{ margin-bottom:4px; margin-left:4px;color: #767C87}
.login_bar .inp p{color: #767C87; padding-top:10px;}
.login_bar .inp a{color: #767C87 ; margin: 0px 30px;}

/* 广告形态 */
.AdvertisingForm_Parent{
  /*margin-top: 90px;*/
}
.AdvertisingForm_Parent .index_cont_box{
  width: 100%;
}
.AdvertisingFormMain {
  color: #212121;
}
.AdvertisingFormMain.tab_cont .code{
  width: 225px;
  height: 400px;
}
.AdvertisingFormMain.tab_cont .text{
  padding:128px 0 50px 100px;
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
  /*height: 700px;*/
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(135, 135, 135, 0.1);
          box-shadow: 0 0 20px 0 rgba(135, 135, 135, 0.1);
} 
.AdvertisingFormMain .dis_flex_content .black_block{
width: 65px;
height: 9px;
background: #212121;
margin-bottom: 15px;
}
.AdvertisingFormMain .dis_flex .dis_flex_content{
flex: 1;
}
.AdvertisingFormMain .dis_flex .dis_flex_img{
flex-direction:row;
justify-content:flex-start;
flex: 1;
width: 242px;
height:458px;
background: no-repeat url("./../images/phone.png");
padding: 28px 8px 0 9px;
box-sizing: border-box;
  margin-top: -80px;
}
.TextAlignLeft{
text-align: left!important;
}
.TextAlignRight{
/*text-align: right!important;*/
  position: relative;
  right: -177px;
}
.EvenBlock{
  /*background: linear-gradient(92deg, rgba(246, 246, 246, 0.6) 20%, rgba(246, 246, 246, 0) 100%);*/
  background: rgba(246, 246, 246, 0.6);
}
.AdvertisingFormBox{
  padding-top: 166px;
  /*margin-bottom: -166px;*/
}
.show_page {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-animation: PageShow 0.5s ease-in-out forwards;
  -moz-animation: PageShow 0.5s ease-in-out forwards;
  animation: PageShow 0.5s ease-in-out forwards;
}
.AdvertisingFormMain .dis_flex_content p{
  line-height: 27px;
}
.AdvertisingFormMain .dis_flex_content .dis_flex_main h5{
  font-weight: bold;
  margin:32px 0 6px 0;
}

.cooperation_block{
  text-align: center;
  background: #FBFBFB;
}
.cooperation_block h2{
  font-weight: bold;
  font-size: 36px;
  padding-top: 77px;
  margin-bottom: 30px;
}
.cooperation_block .start_block{
  color: #212121;
  font-weight: bold;
  font-size: 24px;
  border: 1px solid #979797;
  border-radius: 30px;
  background: #fff;
  width: 171px;
  margin:auto;
  box-sizing: border-box;
}
.cooperation_block .start_block a{
  color: #212121;
  display: inline-block;
  width: 100%;
  padding: 18px 34px;
  box-sizing: border-box;
}
.cooperation_block img{
  margin: 48px 0 8px 0;
}
.cooperation_block h5{
  font-size: 14px;
  padding-bottom: 16px;
}
.banner_NavAd{
  width: 1200px;
  height:166px;
  background: #FFFFFF;
  box-shadow: 0px 9px 13px -6px #B4BACC;
  border-radius: 4px;
  margin: auto;
  position: relative;
  top: -60px;
  /* position: absolute; */
  /* top: 280px; */
  /* left: 360px; */
  z-index: 10;
}
.banner_NavAd .NavAd_box{
  width: 1200px;
  float: none;
  margin: 0 auto;
}

.banner_bar{
  text-align: center;
}
.banner_bar .banner_bar_img_box{
  background: #3167FF;
}
.banner_bar .banner_bar_img{
  width: 1200px;
}
.AdScrollFollow{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  margin: auto;
  /* padding-left: 18.75%; */
}
.banner_NavAd .active{
  background: rgba(20, 115, 230, 0.1);
}
.banner_NavAd .active p{
  color: #1473E6;
}
.banner_NavAd a{
   display: inline-block;  float: left;
  width: 150px;
  height: 166px;
  text-align: center;
  cursor: pointer;
}
.banner_NavAd .item i{
  display: inline-block;
  width: 56px;
  height: 56px;
  background-size: 100% 100%;
  margin-top: 31px;
}
.banner_NavAd div p{
  font-size: 14px;
  margin-top: 20px;
  color: #212121;
}
.tail_ad_gray{
  background: url('./../images/tail_ad_gray.png') no-repeat center;
}
.banner_NavAd .item.active i.tail_ad_gray,.banner_NavAd .item:hover i.tail_ad_gray{
  background: url('./../images/tail_ad.png') no-repeat center;
}
.plaque_ad_gray{
  background: url('./../images/plaque_ad_gray.png') no-repeat center;
}
.banner_NavAd .item.active i.plaque_ad_gray,.banner_NavAd .item:hover i.plaque_ad_gray{
  background: url('./../images/plaque_ad.png') no-repeat center;
}
.banner_ad_gray{
  background: url('./../images/banner_ad_gray.png') no-repeat center;
}
.banner_NavAd .item.active i.banner_ad_gray,.banner_NavAd .item:hover i.banner_ad_gray{
  background: url('./../images/banner_ad.png') no-repeat center;
}
.news_ad_gray{
  background: url('./../images/news_ad_gray.png') no-repeat center;
}
.banner_NavAd .item.active i.news_ad_gray,.banner_NavAd .item:hover i.news_ad_gray{
  background: url('./../images/news_ad.png') no-repeat center;
}
.screen_ad_gray{
  background: url('./../images/screen_ad_gray.png') no-repeat center;
}
.banner_NavAd .item.active i.screen_ad_gray,.banner_NavAd .item:hover i.screen_ad_gray{
  background: url('./../images/screen_ad.png') no-repeat center;
}
.incentive_ad_gray{
  background: url('./../images/incentive_ad_gray.png') no-repeat center;
}
.banner_NavAd .item.active i.incentive_ad_gray,.banner_NavAd .item:hover i.incentive_ad_gray{
  background: url('./../images/incentive_ad.png') no-repeat center;
}
.template_ad_gray{
  background: url('./../images/template_ad_gray.png') no-repeat center;
}
.banner_NavAd .item.active i.template_ad_gray,.banner_NavAd .item:hover i.template_ad_gray{
  background: url('./../images/template_ad.png') no-repeat center;
}
.video_ad_gray{
  background: url('./../images/video_ad_gray.png') no-repeat center;
}
.banner_NavAd .item.active i.video_ad_gray,.banner_NavAd .item:hover i.video_ad_gray{
  background: url('./../images/video_ad.png') no-repeat center;
}


/* 产品中心 */
.product_center_main{}
.product_center_main .creative_ad{
  text-align: center;
  margin: 60px 0;
}
.product_center_main .creative_ad h2{
  font-size: 36px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 22px;
}
.product_center_main .creative_ad p{
  color: #212121;
  font-size: 18px;
}
.product_center_main .ad_main{
  width: 1200px;
  /* max-width: 1220px; */
  margin: 0 auto 60px auto;
}
.product_center_main .ad_main .ad_main_content{
  float: left;
  margin: 0 8px;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  text-align: left;
  padding-bottom: 32px;
  width: 384px;
  overflow: hidden;
  min-height: 325px;
}
.product_center_main .ad_main .ad_main_content:last-child{
  margin-right: 0;
}
.product_center_main .ad_main .ad_main_content h4{
  font-size: 18px;
  color: #212121;
  font-weight: bold;
  padding-left: 24px;
  margin: 20px 0 22px 0;
}
.product_center_main .ad_main .ad_main_content p{
  padding-left: 24px;
  line-height: 18px; 
  color: #212121;
  font-size: 12px;  
  margin-bottom: 6px; 
}
.ad_circle{
  width: 4px;
  height: 4px;
  background: #212121;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.electricity_ecosystem{
  background: #FBFBFB;
  padding-top: 60px;
  padding-bottom: 64px;
}
.electricity_ecosystem .ecosystem_title{
  padding-bottom: 24px;
}
.electricity_ecosystem .ecosystem_title h2{
  font-size: 36px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 20px;
}
.electricity_ecosystem .ecosystem_main{
  /* padding: 47px 0; */
  width: 1200px;
  margin: 0 auto;
}
.electricity_ecosystem .ecosystem_main_content{
  text-align: left;
  background: #fff;
  width: 588px;
  height: 172px;
  float: left;
  margin-top: 24px;
  padding-top: 31px;
  box-sizing: border-box;
}
.electricity_ecosystem .ecosystem_main_content.odd_number{
  margin-right: 24px;
}
.electricity_ecosystem .ecosystem_main_content .ecosystem_content_left{
  float: left;
}
.ecosystem_content_left i{
  display: block;
  width: 82px;
  height: 82px;
  margin: 0 55px;
  position: relative;
  top: 15px;
}
.ecosystem_content_left .icon_aggregation{
  background: url('./../images/icon_aggregation.png') no-repeat center;
  background-size: 100% 100%;
}
.ecosystem_content_left .icon_lingquan{
  background: url('./../images/icon_lingquan.png') no-repeat center;
  background-size: 100% 100%;
}
.ecosystem_content_left .icon_electricity{
  background: url('./../images/icon_electricity.png') no-repeat center;
  background-size: 100% 100%;
}
.ecosystem_content_left .icon_demand{
  background: url('./../images/icon_demand.png') no-repeat center;
  background-size: 100% 100%;
}

.electricity_ecosystem .ecosystem_main_content .ecosystem_content_right{
  float: left;
}
.ecosystem_content_right h4{
  font-weight: bold;
  color: #212121;
  font-size: 16px;
  margin-bottom: 12px;
}
.ecosystem_content_right span{
  font-size: 12px;
  color: #212121;
}
.ecosystem_circle{
  width: 5px;
  height: 5px;
  background: #212121;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.bottom_module {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
}
.bottom_module .module_box{
  width: 384px;
  height: 364px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  margin-right: 24px;
  position: relative;
  text-align: left;
  float: left;
  box-sizing: border-box;
}
.bottom_module .module_box:last-child{
  margin-right: 0;
}
.bottom_module .module_box .module_title{
  color: #FFF;
  position: absolute;
  top: 53px;
  left: 33px;
}
.bottom_module .module_box .module_title h3{
  font-size: 32px;
}
.bottom_module .module_box .module_title h5{
  font-size: 14px;
}
.module_words{
  font-size: 12px;
  color: #212121;
  margin: 24px 24px 0;
  line-height: 18px;
}
.module_info{
  margin-left: 24px;
  margin-top: 5px;
}
.module_info .bottom_circle{
  width: 5px;
  height: 5px;
  background: #212121;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.module_info span{
  font-size: 12px;
}


.contactMe_left,
.contactMe_right{float: left; width: 480px; height: auto;}
/*.contactMe_right{float: right;}*/
.contactMe_qq,
.contactMe_mail{float: left; width: 100%; height: 60px; margin-bottom: 30px; background: url(./../images/contactMe_icon.png) left top no-repeat; overflow: hidden;}
.contactMe_mail{background-position: left -60px;}
.serviceName,
.serviceNumber{color: #4c4c4c; float: left; width: 100%; height: 30px; line-height: 30px; margin-left: 72px; white-space: nowrap; overflow: hidden;}
.serviceNumber{font-weight: bold; width: auto;}
.contactMe_qqBtn{float: left;display: block;width: 90px;height: 28px;cursor: pointer;margin-left: 25px;background: url(./../images/contactMe_QQ.png) no-repeat;overflow: hidden;}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-100%, 0, 0); }
  to {opacity: 1;transform: none;}
}
.hide{ display: none!important;}
.clearfix:after{
  display: block;
  content: " ";
  clear: both;
}

.top-box {
  height: 710px;
  min-width: 1366px;
  background: url("./../images/left-text-bg.png") center no-repeat;
  background-size: 100%;
  position: relative;

}
.top-box .right-box {
  width: 1038px;
  height: 553px;
  position: absolute;
  top: 140px;
  right: 120px;
  background: url("./../images/right-box-bg.png") center no-repeat;
  background-size: 100%;
}
.top-box .right-box .img-box {
  position: absolute;
  top: 100px;
  right: 260px ;
  height: 118px;
  width: 500px;
  display: flex;
  justify-content: space-between;
}
.top-box .right-box .img-box .turn {
  animation: scale 2s linear infinite;
  width: 118px;
  height: 118px;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.top-box .right-box .img-box .coin {
  width: 118px;
  height: 118px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-animation: rotate360 3s linear infinite;
  -o-animation: rotate360 3s linear infinite;
  animation: rotate360 3s linear infinite;
}

@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(0.9);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.top-box .right-box .person {
  width: 114px;
  height: 234px;
  position: absolute;
  right: 340px;
  bottom: 110px;
  z-index: 3;
}
.top-box .right-box .line-box {
  width: 520px;
  height: 120px;
  position: absolute;
  right: 246px;
  bottom: 150px;
}
.top-box .right-box .line-box .line {
  width: 480px;
  height: 2px;
  background: #fff;
  margin-top: -30px;
  margin-left: 20px;
}
.top-box .right-box .line-box .flow-wave {
  width: 480px;
  height: 50px;
  position: relative;
  top: -60px;
  left: 20px;
  background: url("./../images/wave-white.svg") repeat-x 0 100%;
  background-size: 120px auto;
  animation: waveFlow 60s linear infinite;
}
@keyframes waveFlow {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 960px 100%;
  }
}
.top-box .right-box .line-box .line-item {
  width: 100px;
  height: 1px;
  top: -50px;
  background: #212121;
  display: inline-block;
  position: relative;
  animation: move 5s linear infinite;
}
.top-box .right-box .line-box .line-item.right {
  right: -310px;
  animation: moveRight 5s linear infinite;
}
@keyframes move {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(150px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes moveRight {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-150px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes BannerAni {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
}
@-moz-keyframes BannerAni {
  from {
    -moz-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
}
@keyframes BannerAni {
  from {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
}

@keyframes rotate360 {
  from {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
  }
}