@charset "UTF-8";
.top-wrap-bottom{
    position:relative;
    width:1200px;
    margin:-60px auto 0;
    padding:0 32px;
    height:120px;
    line-height: 120px;
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 40px 0px;
    border-radius:20px;
    z-index:999;
}
.top-wrap-bottom>ul{
    width:100%;
}
.top-wrap-item{
    float:left;
    width:25%;
    height:120px;
    font-size:0;
}
.top-wrap-img{
    display:inline-block;
    height:50px;
    vertical-align:middle;
}
.top-wrap-img>img{
    display:block;
  height:50px;
}
.top-wrap-word{
    display:inline-block;
    margin-left:16px;
    vertical-align:middle;
}
.top-wrap-word>p:first-child{
    line-height: 20px;
    font-size:14px;
    color:#999;
}
.top-wrap-word>p:last-child{
   line-height: 26px;
   font-size:18px;
   font-weight:700;
   color:#333;
}
.a-intro{
    width:1200px;
    margin: auto;
}
.a-title{
    margin-top:64px;
    text-align:center;
    font-size:24px;
    color:#333;
}
.a-intro-wrap{
    width:100%;
    margin-top:48px;
}
.a-intro-item{
    float:left;
    width:276px;
    height:333px;
    margin-left:32px;
}
.a-intro-item:first-child{
    margin-left:0;
}
.a-intro-name{
    margin-top:20px;
    text-align:center;
    font-size:16px;
    font-weight:700;
    color:#333;
}
.a-intro-img{
    height:104px;
    margin-top:16px;
    text-align: center;
}
.a-intro-img>img{
    height:104px;
}
.a-intro-desc{
    margin-top:16px;
}
.a-intro-desc>p{
    text-align:center;
    font-size:14px;
    line-height: 20px;
    margin-bottom:10px;
    color:#333;
}
.a-intro-desc>p:last-child{
    margin-bottom:0;
}
.a-intro-item:hover{
    background:url(../img/about/intro_bg.png) no-repeat;
    background-size:100% 333px;
}
.a-intro-item:hover .a-intro-name{
    color:#fff;
}
.a-intro-item:hover .a-intro-desc>p{
    color:#fff;
}
.a-analyze{
    width:1200px;
    height:446px;
    margin:110px auto 0;
}
.a-analyze-l{
    position:relative;
    float:left;
    height:446px;
}
.a-analyze-img1{
    position:absolute;
    top:20px;
    left:0;
    width:224px;
    height:400px;
    overflow:hidden;
    z-index:500;
}
.a-analyze-img2{
    position:absolute;
    top:0;
    left:174px;
    width:251px;
    height:446px;
    overflow:hidden;
    z-index:600;
}
.a-analyze-r{
    float:right;
    width:692px;
    font-size:0;
}
.a-analyze-item{
    display:inline-block;
    width:334px;
    height:197px;
    margin-right:24px;
    margin-bottom:24px;
    padding:24px;
    background:#F4F4F4;
}
.a-analyze-item:nth-child(even){
    margin-right:0;
}
.a-analyze-img{
    width:59px;
    height:29px;
}
.a-analyze-img>img{
    display:block;
}
.a-analyze-name{
    margin-top:24px;
    font-size:16px;
    font-weight:700;
    color:#333;
}
.a-analyze-desc{
    margin-top:16px;
}
.a-analyze-desc>p{
    line-height: 20px;
    font-size:14px;
    color:#999;
}
.a-report{
    width:100%;
    height:429px;
    margin-top:120px;
    padding-top:64px;
    background:url(../img/about/desc_bg.png) no-repeat;
    background-size:100% 429px;
}
.a-report>h3{
    text-align: center;
    font-size:24px;
    color:#fff;
}
.a-report-wrap{
    width:1200px;
    margin:40px auto 0;
}
.a-report-item{
    float:left;
    width:588px;
    height:204px;
    margin-left:24px;
    padding:32px;
    font-size:0;
    background:rgba(255,255,255,0.15);
}
.a-report-item:nth-child(odd){
    margin-left:0;
}
.a-report-img{
    display:inline-block;
    width:150px;
    height:76px;
    vertical-align: top;
}
.a-report-img>img{
    display:block;
}
.a-report-word{
    display:inline-block;
    width:358px;
    margin-left:16px;
    vertical-align:top;
}
.a-report-word>a{
    cursor:pointer;
}
.a-report-title{
    font-size:16px;
    font-weight:700;
    color:#fff;
}
.a-report-intro{
    margin-top:4px;
    font-size:12px;
    color:#0C68C3;
}
.a-report-intro>span{
    margin-right:10px;
}
.a-report-intro>span:last-child{
    margin-right:0;
}
.a-report-desc{
   margin-top:8px;
   line-height: 20px;
   font-size:12px;
   color:#0C68C3; 
}
.a-report-word>a{
  display:block;
  width:117px;
  height:32px;
  line-height: 32px;
  margin-top:8px;
  padding-left:16px;
  border-radius:20px;
  font-size:12px;
  font-weight:700;
  color:#fff;
  background:url(../img/about/btn_bg.png) no-repeat;
  background-size:cover;
}
.a-report-word>a>span{
  float:right;
  display:inline-block;
  width:24px;
  height:24px;
  line-height: 24px;
  margin-top:4px;
  margin-right:4px;
  text-align: center;
  border-radius:50%;
  background:#fff;
}
.a-report-word>a>span>i{
  font-size:14px;
  color:#32EDE3;
}
.a-cooperate{
    margin-top:64px;
}
.a-cooperate>h3{
    text-align:center;
    font-size:24px;
    color:#333;
}
.a-cooperate-wrap{
    width:1088px;
    margin:48px auto 0;
}
.a-cooperate-item{
    float:left;
    width:128px;
    margin-right:112px;
    margin-bottom:48px;
    text-align:center;
}
.a-cooperate-item:nth-child(5n){
    margin-right:0;
}
.a-cooperate-img{
    width:128px;
    height:128px;
    line-height: 128px;
    border-radius:50%;
    background: #f4f4f4;
}

.a-cooperate-img>img{
    width:64px;
    height:64px;
    border-radius:8px;
    vertical-align: middle;
}
.a-cooperate-item>p{
    margin-top:16px;
    font-size:16px;
    font-weight:700;
    color:#101010;
}
.a-recommend{
    width:100%;
    height:152px;
    line-height: 152px;
    font-size:0;
    text-align: center;
    background:url(../img/about/intro_bg.png) no-repeat;
    background-size:cover;
}
.a-recommend-word{
    display:inline-block;
    width:681px;
    height:60px;
    line-height:60px;
    margin-right:24px;
    vertical-align: middle;
    font-size:40px;
    color:#fff;
}
.a-recommend>a{
  display:inline-block;
  width:202px;
  height:64px;
  line-height: 64px;
  padding-left:32px;
  vertical-align: middle;
  border-radius:32px;
  font-size:18px;
  font-weight:700;
  color:#35E2E7;
  background:#fff;
}
.a-recommend>a>span{
  float:right;
  display:inline-block;
  width:56px;
  height:56px;
  line-height: 56px;
  margin-top:4px;
  margin-right:4px;
  text-align: center;
  border-radius:50%;
  background:url(../img/about/span_bg.png) no-repeat;
  background-size:cover;
}
.a-recommend>a>span>i{
  font-size:16px;
  color:#fff;
}
.footer{
    width:100%;
    height:64px;
    line-height: 64px;
    text-align: center;
    font-size:12px;
    color:#999;
}