body{
    background: #fff;
}
/*------------------------------------------------顶部banner*/
.homepage_banner{
    width: 100%;
    line-height: 68px;
    padding:30px 30px 0px 30px;
    background: rgba(255,255,255,0);
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 15;
}
.aboutLogo{
  width: 50px;
  height: 40px;
  background-image: url('/images/introduce/logoWhite.png');
  background-size: 100% 100%;
}
.homepage_banner.black .aboutLogo{
  background-image: url('/images/introduce/logoBlue.png');
}
.homepage_banner.black{
  /* animation:mymove 1.8s ease-in-out 0s 1 alternate forwards; */
  box-shadow: -10px 0px 26px 0px rgba(45, 21, 130, 0.1);
  background:rgba(255,255,255,1);
}
.homepage_banner.black .homepage_banner_nav li a{
  color: #333;
}
.homepage_banner.black .homepage_banner_nav li.active::after{
  background-color: #1890FF;
  bottom: 0px;
}
.homepage_banner.white{
  animation:myremove 1.3s ease-in-out 0s 1 alternate forwards;
}
@keyframes mymove
{
  0% {background:rgba(255,255,255,0);}
	100% {background:rgba(255,255,255,1);}
}
	/*Safari 和 Chrome:*/
@-webkit-keyframes mymove
{
	0% {background:rgba(255,255,255,0);}
	100% {background:rgba(255,255,255,1);}
}
@keyframes myremove
{
  0% {background:rgba(255,255,255,1);}
	100% {background:rgba(255,255,255,0);}
}
	/*Safari 和 Chrome:*/
@-webkit-keyframes myremove
{
	0% {background:rgba(255,255,255,1);}
	100% {background:rgba(255,255,255,0);}
}
.logAbout{
  display: flex;
  margin-left: 30px;
  font-size: 18px;
}
.logAbout li a,.black .logAbout li.active a{
  color: #fff;
}
.black .logAbout li a{
  color: #333;
}
.logAbout li{
  margin-left: 20px;
  padding:0px 20px;
  height: 40px;
  line-height: 40px;
}
.logAbout li.active{
  background: #2D1582;
  box-shadow: 0px 4px 10px 0px rgba(45, 21, 130, 0.6);
  border-radius: 20px;
  color: #fff;
}
.homepage_banner_nav{
    float: right;
}
.homepage_banner_nav li{
    margin-left: 35px;
    font-size: 18px;
    float: left;
    position: relative;
}
.homepage_banner_nav li.active::after{
  position: absolute;
  width: 20px;
  height: 2px;
  bottom: 12px;
  content: '';
  left: 50%;
  margin-left: -10px;
  background: #fff;
}
.homepage_banner_nav li a{
    color: #fff;
}
.banner {
    width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    background-color: #09043F;
}
.banner > span{
  position: absolute;
  width: 60px;
  height: 60px;
  top:50%;
  margin-top: -30px;
  display: none;
  z-index: 1;
  cursor: pointer;
  width: 60px;
  height:60px;
  border-radius: 50%;
  background: rgba(225,225,225,0.3);
  text-align: center;
  line-height: 60px;
}
.banner > span i{
  font-size: 28px;
  color: #fff;
}
.banner > span:hover{
  background: rgba(225,225,225,0.6);
}
.banner > span.left{
  left:50px;
}
.banner > span.right{
  right:50px;
}
.banner > span.active{
  display: block;
}
.banner .img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 340px;
    width: 100%;
}
.banner .img li{
    height: 100%;
    float: left;
}
.banner .img li a{
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
}
.banner .img li img {
  height:100%;
  width:100%;
}


/*------------------------------------------------------行业动态*/
.homepage_activity{
    display: flex;
    width: 1200px;
    margin:40px auto;
}
.homepage_activity > div{
    flex:1;
    text-align: justify;
}
.homepage_activity_more{
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff!important;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
}
.disabled_color {
  background-color: #f1f1f1;
}
.visit_color {
  background-color: #2878FF;
}
.homepage_activity_more > span{
    margin-left: 8px;
}
.homepage_activity_list .homepage_activity_list_item{
    border-bottom: 1px solid #EAEAEA;
    padding:15px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
}
.homepage_activity_list .homepage_activity_list_item div{
    flex: 1;
}
.activity_tag{
    float: left;
    background-color: #2878FF;
    color:#fff;
    padding: 0px 7px;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
/*行业动态-更多*/
.introduce_a_list > li{
    display: flex;
    padding:25px 0px;
    border-bottom:1px solid #EAEAEA ;
}
.introduce_a_list li > div{
    flex:1;
}
.activitiesTag{
    float: left;
    padding:0px 8px;
    height: 18px;
    line-height: 18px;
    background-color: #2878FF;
    color: #fff;
    margin-top: 2px;
}
.introduce_a_content{
    width: 100%;
    color: #666666;
    font-size: 13px;
    min-height: 60px;
    /*justify-content: center;*/
    align-items: center;
    display: -webkit-flex;
    margin-top: 15px;
}

/*---------------------------------------------------------introduce*/
.homepage_introduce{
    background: url('/images/introduce/bannerBack.png') no-repeat center;
    height: 630px;
    position: relative;
}
.downImg{
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 18px;
  cursor: pointer;
  z-index: 10;
}
.bannerDiv{
  overflow: hidden;
  max-width: 1200px;
  margin:0px auto;
  height:100%;
  position: relative;
}
.bannerDiv > ul{
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
}
.bannerDiv .left i,.bannerDiv .right i{
  font-size: 30px;
  color: #fff;
}
.bannerDiv .right i{
  margin-left: 5px;
  margin-right: 0px;
}
.bannerDiv .left,.bannerDiv .right{
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  top:50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 21, 130, 0.6);
  border-radius: 50%;
  cursor: pointer;
  z-index: 11;
  transition: 0.6s;
}
.bannerDiv .left:hover,.bannerDiv .right:hover{
  background: rgba(255, 255, 255, 0.4);
}
.btnlist{
  position: absolute;
  bottom: 32px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.btnlist .btn{
  display: block;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin:0px 13px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.6s;
}
.btnlist .btn.active{
  opacity: 1;
  box-shadow: 0px 0px 8px 0px #FFFFFF;
}
.bannerDiv .left{
  left: 0px;
}
.bannerDiv .right{
  right: 0px;
}
.bannerDiv > ul li{
    float: left;
    height: 100%;
    width:100%;
    position: relative;
    text-align: center;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content:  center;
}
.trustieMore{
    display: block;
    margin-top:20px;
    width: 92px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border:1px solid #999;
    color: #999;
    font-size: 14px;
    border-radius: 2px;
}
/* .homepage_introduce > ul li:nth-child(1){
    background: url("/images/introduce/t_bg1.png") 100%;
}
.homepage_introduce > ul li:nth-child(2){
    background: url("/images/introduce/t_bg2.png") 100%;
}
.homepage_introduce > ul li:nth-child(3){
    background: url("/images/introduce/t_bg3.png") 100%;
}
.homepage_introduce > ul li:nth-child(4){
    background: url("/images/introduce/t_bg4.png") 100%;
} */
/* .homepage_introduce > ul li.active:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color:rgba(136,136,136,0.4);
    left: 0px;
    top:0px;
    position: absolute;
}
.homepage_introduce > ul li.active:after{
    content: '';
    bottom:-20px;
    left:50%;
    position: absolute;
    display: block;
    border-width: 10px;
    border-style: dashed solid dashed dashed;
    border-color: rgba(5,16,26,0.6) transparent transparent transparent;
    font-size: 0;
    line-height: 0;
    margin-left:-10px;
    z-index: 1;
} */

.homepage_introduce_content{
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 570px;
    padding:40px 0px;
    /* background: url("/images/introduce/projectBanner.png") no-repeat top center; */
}
.homepage_introduce_content > div{
    width: 1400px;
    margin:0px auto;
    position: relative;
}
.homepage_introduce_content_item{
    opacity: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
}
.trustieEduCode_container{
  background: #FAFAFA;
  box-shadow: -10px 0px 26px 0px rgba(45, 21, 130, 0.1);
  border-radius: 20px;
}
/*公用的动态效果*/
.homepage_introduce_content_item .cartoonTitle{
    transition: all .5s ease-in-out;
    transform: translateY(-20px) scale(1);
}
ul.cartoon{
  display: flex;
  justify-content: center;
}
.homepage_introduce_content_item.active .cartoonTitle{
    transform: translateY(0) scale(1);
}
.homepage_introduce_content_item .cartoon{
    transition: all .5s ease-in-out;
    transform: translateY(40px) scale(1);
}
.homepage_introduce_content_item.active .cartoon{
    transform: translateY(0) scale(1);
}

.homepage_introduce_content_item.active{
    opacity: 1;
    z-index: 2;
}

/*-------------trustieForge--------------*/

.homepage_introduce_trustieForge .ossean_list li > div:last-child i{
    font-size:34px;
}
.floatingName{
    position: relative;
    margin-bottom: 60px;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
}
/* .floatingName:after{
    position: absolute;
    content: '';
    width: 24px;
    height: 2px;
    background: #fff;
    bottom: -8px;
    left: 50%;
    margin-left: -12px;

} */

.floatingContent{
    width: 100%;
    margin:0px auto;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.detailBtn{
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  font-size: 18px;
  color: #333!important;
  margin:80px auto 0px;
}
.enContent{
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: 200;
}
.content_span{
    position: relative;
    font-size: 20px;
    color:#fff;
    height: 50px;
    display: block;
}
.content_back{
    height: 100%;
}
.content_span:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    left:50%;
    margin-left: -20px;
    background-color: #fff;
    bottom: 0px;
}
.plateContainer{
    position: relative;
}
.plateContainer .plate_before{
    position: absolute;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    opacity: 1;
    z-index: 2;
    height: 100%;
    top:0px;
    left:0px;
    width:100%;
}
.plateContainer .plate_back{
    position: absolute;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    opacity: 0;
    z-index: 1;
    height: 100%;
    top:0px;
    left:0px;
    width:100%;
    background:rgba(40,120,255,0.4);
}
.plateContainer .plate_back > div,.plateContainer .plate_before > div{
    width: 210px;
    color: #fff;
}
.homepage_detailBtn{
    display: block;
    background-color: #5393FF;
    width: 92px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff!important;
    margin:0px auto;
}
/*--------------trustieEduCode*/
.trustieTabName{
    position: relative;
}
/* .trustieTabName:after{
    position: absolute;
    left: 0px;
    width: 30px;
    background: #afafaf;
    bottom: -7px;
    height: 2px;
    content: '';
} */
.homepage_introduce_trustieEduCode{
    height: 860px;
    top:0px;
}
.edu_c_panel{
    display: flex;
    height: 665px;
}
.edu_c_p_left{
    width: 286px;
    text-align: center;
}
.edu_c_p_left a:first-child li.active{
  border-radius: 20px 0px 0px 20px;
}
.edu_c_p_left li{
    width:100%;
    height: 88px;
    line-height: 88px;
    color: #999999;
    position: relative;
    font-size: 20px;
}
.edu_c_p_left li.active{
    background-color:#fff;
}
.edu_c_p_left li.active i{
    color: #2878FF;
}
/* .edu_c_p_left li.active:before{
    position: absolute;
    content: '';
    right:-16px;
    top:50%;
    margin-top: -8px;
    border-width: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent transparent transparent rgba(40,120,255,1);
}
.edu_c_p_left li.active:after{
    position: absolute;
    content: '';
    right:0px;
    height: 100%;
    top:0px;
    width: 6px;
    background: #2878FF;
} */
.edu_c_p_right{
    flex: 1;
    position: relative;
    background: #fff
}
.c_p_right_item{
    padding:40px 58px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top:0px;
    left: 0px;
    z-index: 0;
    opacity: 0;
}
.c_p_right_item.active{
    z-index: 3;
    opacity: 1;
}
.edu_c_p_right .c_r_title{
    /* border-bottom: 1px dashed #E9E9E9; */
    padding:0px 15px 15px 15px;
    box-sizing: border-box;
    line-height: 20px;
    text-align: left;
}
/*-------------------trustieOssean----*/
.ossean_list li{
    width: 22.75%;
    box-shadow: -3px 0px 22px 0px rgba(45, 21, 130, 0.06);
    /* height: 310px; */
    padding:40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:20px 40px 20px 0px;
    margin-right: 3%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-direction: column-reverse;
    text-align: left;
    /* transition: 0.6s; */
    background: #fff;
    height: 310px;
    border-radius: 20px;
}
.ossean_list li>a{
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.ossean_list li > div:last-child,.ossean_list li> a > div:last-child{
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    font-size: 40px;
    text-align: center;
}
.ossean_list li > div:last-child i,.ossean_list li> a > div:last-child i{
    font-size: 34px;
    color: #21A6FE;
}
.ossean_list li:last-child{
    margin-right: 0px;
}
.ossean_list li:hover{
  box-shadow: -10px 0px 40px 0px rgba(24, 144, 255, 0.3);
}

/*---------------------Coderpedia*/
.Coderpedia_list{
    margin-top:95px;
}
.Coderpedia_list li{
    width: 388px;
    float: left;
    text-align: center;
    position: relative;
    height: 288px;
    transition: 1s;
    border:1px solid rgba(225,225,225,0);
    z-index: 0;
    margin-right: 15px;
}
.Coderpedia_list li:last-child{
    margin-right: 0px;
}
.Coderpedia_list li>.h_logo{
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border:1px solid #E9E9E9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    top:-34px;
    left: 50%;
    margin-left: -50px;
    z-index: 3;
    background: #fff;
    transition: 1s;
}
.Coderpedia_list li>.h_logo i{
    color: #999999;
    font-size: 50px!important;
    transition: 1s;
}
.hoverLine{
    position: relative;
    height: 6px;
    width: 100%;
    background: rgba(225,225,225,0);
    margin-top: 34px;
}
.hoverLine:before{
    content: '';
    position: absolute;
    height: 100%;
    top:0px;
    right: 50%;
    background: #2878FF;
    width: 20px;
    transition: 0.6s;
}
.hoverLine:after{
    content: '';
    position: absolute;
    height: 100%;
    top:0px;
    left: 50%;
    background: #2878FF;
    width: 20px;
    transition: 0.9s;
}
.Coderpedia_list li:hover .hoverLine:after,.Coderpedia_list li:hover .hoverLine:before{
    width: 50%;
}
.Coderpedia_list li:hover{
    box-shadow:2px 6px 20px 3px rgba(201,221,255,1);
    border:1px solid rgba(40,120,255,1);
    z-index: 1;
}
.Coderpedia_list li:hover>.h_logo{
    border:1px solid rgba(40,120,255,1);
}
.Coderpedia_list li:hover>.h_logo i{
    color:rgba(40,120,255,1);
}
.coderpedia_i_content{
    height: 248px;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
}
.mainBanner{
    display: flex;
    justify-content: space-between;
    align-items:center;
    width:1400px;
    margin: 0px auto;
}
.mainTip{
  font-size: 28px;
  height: 28px;
  line-height: 28px;
}
.subTip{
  margin-top: 30px;
  color: #999;
  font-size: 18px;
  line-height: 32px;
}
/* ---------------头部 */
.homeMain{
  position: relative;
}
.homeMainInfo{
  color: white;
  position: absolute;
  bottom: 140px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width:100%;
}
.homeMainLeft{
  width:532px;
  text-align: left;
}
.homeTitle{
  font-size: 36px;
  text-align: left;
  line-height: 50px;
  letter-spacing: 2px;
  font-weight: bold;
}
.homeDesc{
  font-size: 18px;
  line-height: 32px;
  margin-top: 40px;
}
.homeMainUl{
  display: flex;
  margin-top: 90px;
}
.homeMainUl li{
  margin-right: 65px;
  position: relative;
}
.homeMainUl li:last-child{
  margin-right: 0px;
}
.homeMainUl li span{
  display: block;
}
.homeMainUl li span:first-child{
  font-size: 14px;
  line-height: 18px;
}
.homeMainUl li span:last-child{
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 20px;
}
.homeMainUl li.leftLine::before{
  content: '';
  width: 1px;
  background-color: #1890FF;
  transform:rotate(30deg);
  height: 100%;
  position: absolute;
  left: -37px;
  top:0px;
}
.homeMainRight{
  position: relative;
}
.homeMainRightDesc{
  position: absolute;
  right: 0px;
  bottom: -85px;
  background-color: #2D1582;
  border-radius: 8px;
  width: 400px;
  padding:40px;
  box-sizing: border-box;
}
.homeMainRightDesc h3{
  font-size: 18px;
  line-height: 30px;
}
.homeMainRightDesc h5{
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  color: #09A5BE;
  font-weight: normal;
}
.homeMainRightDesc h6{
  font-size: 14px;
  line-height: 24px;
  margin-top: 28px;
  font-weight: normal;
}
@media screen and (max-width: 1500px) {
  .homepage_introduce_content > div{
      width: 1200px;
      margin:0px auto;
  }
  .mainBanner{
    width: 1200px;
  }
  .homeMainLeft{
    width: 500px;
  }
  .homeMainUl{
    margin-top: 40px;
  }
  .homeDesc{
    font-size: 16px;
    line-height: 28px;
  }
  .homeTitle{
    font-size: 30px;
    line-height: 40px;
  }
  .homeMainRight > img{
    width: 700px;/* QUESTION:  */
  }
  .homeMainRightDesc{
    right: 0px;
    bottom: -75px;
    width: 320px;
    padding:30px;
  }
  .homeMainRightDesc h3{
    font-size: 16px;
    line-height: 22px;
  }
  .homeMainRightDesc h5{
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
  }
  .homeMainRightDesc h6{
    font-size: 12px;
    line-height: 16px;
    margin-top: 30px;
  }
  .operationMechainism,.dataEchart{
    width: 1200px;
  }
  .datas{
    max-width: 800px;
    height: 400px;
  }
  #echartData{
    width:800px!important;
  }
}
@media screen and (max-width: 1300px){
  .homeMainInfo{
    bottom: 120px;
  }
}
@media screen and (max-width: 1200px){
  .homeMainInfo{
    bottom: 100px;
  }
}
@media screen and (max-width: 1100px){
  .homeMainInfo{
    bottom: 80px;
  }
}
@media screen and (max-width: 1000px){
  .homeMainInfo{
    bottom: 80px;
  }
}
/* --------------运行机制 */
.operationMechainism{
  max-width: 1400px;
  margin:110px auto;
}
.operationPanel{
  display: flex;
  justify-content: space-between;
  padding-top:20px;
}
.opLeft{
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: flex-end;
  width: 50%;
}
.opRight{
  flex:1;
}
.moreInfos{
  display: block;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  color: #1890FF!important;
  font-size: 18px;
  background: #FFFFFF;
  box-shadow: -10px 0px 26px 0px rgba(45, 21, 130, 0.1);
  border-radius: 40px;
  margin-top: 40px;
  margin-right: 20px;
}
.moreInfos img{
  margin-left: 10px;
}
.opRightTitle{
  position: relative;
  text-align: right;
  padding-right: 38px;
}
.opRightTitle p:first-child{
  height: 29px;
  line-height: 29px;
  color:#1890FF;
  font-size: 24px;
  font-weight: bold;
}
.opRightTitle p:last-child{
  height: 18px;
  line-height: 18px;
  color:#333;
  font-size: 18px;
  margin-top: 10px;
}
.opRightTitle::after{
  position: absolute;
  right: 0px;
  height: 100%;
  width: 30px;
  background: #1890FF;
  content: '';
  top:0px;
}
.opRightContent{
  text-align: right;
  max-width: 90%;
  line-height: 32px;
  font-size: 16px;
  margin:28px 0px 75px 0px;
  color: #666;
}
/*---------------------------------------data_panel*/
.dataEchart{
  max-width: 1400px;
  margin:40px auto 0px;
}
.datas{
  background: #FFFFFF;
  box-shadow: -10px 0px 26px 0px rgba(45, 21, 130, 0.1);
  border-radius: 20px;
  flex: 1;
  height: 600px;
  width: 1000px;
}
#echartData{
  width: 1000px;
  height: 600px
}
.dataDesc{
  min-width: 360px;
  margin-left: 60px;
}
.toMoreData{
  line-height: 60px;
  width: 200px;
  text-align: center;
  font-size: 18px;
  color: #1890FF;
  display: block;
  margin-top: 60px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: -10px 0px 26px 0px rgba(45, 21, 130, 0.1);
  border-radius: 8px;
}
.grapTitle{
  font-size: 36px;
  color: #333;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
}
.grapSubTitle{
  font-size: 18px;
  color: #666;
  height: 20px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.dataStatistics{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 120px 0px;
}
.data_panel{
    background-color: #090d1d;
    background: url("/images/introduce/databanner.png") no-repeat top center;
    height: 198px;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
}
.data_panel ul{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    color:#fff;
    margin:0px auto;
}
.data_number{
    font-size: 25px;
    position: relative;
    margin-bottom: 26px;
}
.data_number:after{
    position: absolute;
    bottom: -10px;
    content: '';
    height: 2px;
    width: 16px;
    left: 0px;
    background: #fff;
}
/*-----------------------------partner_container*/
.partner_container{
    padding:100px 0px 60px 0px;
    /* background: url("/images/introduce/parnerBanner.png") no-repeat top center; */
    box-sizing: border-box;
    text-align: center;
}
.partner_list{
    width: 1200px;
    margin:0px auto;
}
.partner_lump{
    height:300px;
    margin-top: 75px;
    position: relative;
    display: none;
}
.partner_lump.active{
    display: block;
}
.partner_item{
    position: absolute;
    width: 1200px;
    top:0px;
}
.partner_item >li >a{
    background: url("/images/introduce/p_back.png");
    float: left;
    width: 110px;
    height: 115px;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100% ;
    padding:0px 15px;
    box-sizing: border-box;
    text-align: center;
}
.partner_item >li >a img{
    max-width: 85px;
}
.partner_item:nth-child(2){
    top:90px;
}
.partner_item:nth-child(3){
    top:180px;
}
/*----------------------tac_footer*/
.tac_footer{
    background: #000;
    color: #fff!important;
    height: 120px;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
}
.tac_f_link a{
    position: relative;
}
.tac_f_link a:after{
    position: absolute;
    right: -19px;
    top:2px;
    width: 1px;
    height: 13px;
    background: #969696;
    content: '';
}
.tac_f_link a:last-child:after{
    display: none;
}
/*----------------------社区动态----------*/
.partnerList li{
    width: 102px;
    margin-right: 30px;
    margin-bottom: 20px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(231,231,231,1);
    padding:2px;
    box-sizing: border-box;
    height: 102px;
    text-align: center;
    float: left;
    display: flex;
    align-items: center;
}
.partnerList li:nth-child(7n){
    margin-right: 0px;
}
.partnerList li img{
    width: 100%;
}
.partnerMenu{
    text-align: center;
    padding-bottom: 25px;
}
.partnerMenu > li >a{
    float: left;
    margin:0px 50px;
    height: 70px;
    line-height: 70px;
    padding:0px 50px;
    color: #1890FF;
    position: relative;
    font-size: 18px;
    box-shadow: -10px 0px 26px 0px rgba(45, 21, 130, 0.1);
    border-radius: 40px;
}
.partnerMenu > li >a.active{
    color: #fff;;
}
.partnerMenu > li >a.active{
    background-color: #2D1582;
    box-shadow: 0px 4px 10px 0px rgba(45, 21, 130, 0.6);
}
/*查看更多*/
.more-Partner{
    width: 86px;
    height: 45px;
    color: #999!important;
    display: block;
    font-size: 16px;
    margin:0px auto;
}
.more-Partner i{
  font-size: 12px!important;
  display: block;
}
.subTitle{
  max-width: 862px;
  text-align: center;
  font-size: 16px;
  color: #999;
  line-height: 28px;
  margin: 30px auto 60px;
}
.partnerSource{
    padding-top:45px;
    box-sizing: border-box;
}
.partnerSource a{
    width: 140px;
    margin-right: 35px;
    height:140px;
    float: left;
    padding:10px;
    border-radius: 50%;
    box-shadow: -6px 0px 20px 0px rgba(45, 21, 130, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}
.partnerSource a:hover{
  box-shadow: -8px 0px 30px 0px rgba(24, 144, 255, 0.3);
}
.partnerSource a:last-child{
    margin-right: 0px;
}
.partnerSource a img{
    width: 100px;
}
