@charset "UTF-8";
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input{-webkit-appearance:none; resize: none;}
    button{
        outline: none;
        border:none;
    }    
    img {max-width: 100%;height: auto;width:auto\9;border: none;}
    *{margin:0; padding:0;box-sizing:border-box;}
    body{background-color:#fff;font-family:"SourceHanSansCN";}
    html,body{
      height: 100%;
    }
    em,i,b{font-weight: normal;font-style: normal;}
    a{text-decoration:none;}
    a:hover{ text-decoration:none;}
    
    li{list-style:none;}
    ul,li,p{padding: 0;margin: 0;}
    em,p,ul,dl,dt,dd,ins,h1,h2,h3,h4,form,h1,h2,h3,h4,ins,textarea,p{margin:0;padding:0;}
    button{outline:none!important;}
    button:focus{
     outline:none!important;
    }
    i,cite,em,var,address,dfn{
      font-style: normal;
    }
    h1, h2, h3, h4, h5, h6{ font-weight: normal;padding: 0;margin: 0;}
    .clearfix:after{content:""; color:#34495e; display:block; visibility:hidden; height:0; clear:both;}
    .clearfix{zoom:1;}
    .fl{float:left;}
    .fr{float:right;}

.comWidth{
  width: 1200px;
  margin:0 auto;
}
 @font-face{
    font-family:'SourceHanSansCN';
    src:url('../fonts/SourceHanSansCN-Medium.eot');
    src:url('../fonts/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/SourceHanSansCN-Medium.woff') format('woff'),
      url('../fonts/SourceHanSansCN-Medium.ttf')  format('truetype'),  
      url('../fonts/SourceHanSansCN-Medium.svg#SofiaProLight')  format('svg');
      font-weight:normal;
      font-style:normal;
  }
/* font-family */
.app-header {
  position: relative;
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  z-index: 99; 
}
  .app-header .header-logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0; 
  }
    .app-header .header-logo .logo-img {
      width: 173px; }
  .app-header .header-tab {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 42px;
    right: 0; }
    .app-header .header-tab .header-tab-ul .header-tab-ul-li {
      float: left;
      width: 148px;
      border: 1px solid #e8e8e8;
      background-color: #fff;
      -webkit-box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.04);
              box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.04); }
      .app-header .header-tab .header-tab-ul .header-tab-ul-li:last-child{
      border-right:1px solid #e8e8e8;

      }
      .app-header .header-tab .header-tab-ul .header-tab-ul-li.li-about:hover .header-tab-list, .app-header .header-tab .header-tab-ul .header-tab-ul-li.li-newsroom:hover .header-tab-list, .app-header .header-tab .header-tab-ul .header-tab-ul-li.li-technology:hover .header-tab-list {
        display: block; }
      .app-header .header-tab .header-tab-ul .header-tab-ul-li .header-tab-ul-a {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        font-family: "Gilroy-Medium", "PingFangSC-Medium", "Microsoft Yahei", "Myriad Pro", "Hiragino Sans GB", sans-serif;
        font-size: 14px;
        letter-spacing: 0.5px;
        color: #9a9a9a;
        line-height: 40px; }
      .app-header .header-tab .header-tab-ul .header-tab-ul-li .header-tab-mask {
        position: absolute;
        top: 40px;
        width: 146px;
        height: 12px;
        opacity: 0; }
      .app-header .header-tab .header-tab-ul .header-tab-ul-li .header-tab-list {
        display: none;
        position: absolute;
        top: 52px;
        width: 146px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.04);
                box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.04);
        border: 1px solid #e8e8e8; }

        .app-header .header-tab .header-tab-ul .header-tab-ul-li .header-tab-list .header-tab-item {
          display: block;
          height: 48px;
          font-family: "Gilroy-Medium", "PingFangSC-Medium", "Microsoft Yahei", "Myriad Pro", "Hiragino Sans GB", sans-serif;
          font-size: 14px;
          line-height: 48px;
          color: #9a9a9a;
          text-align: center; }
          .app-header .header-tab .header-tab-ul .header-tab-ul-li .header-tab-list .header-tab-item:hover {
            color: #222222; }
          .app-header .header-tab .header-tab-ul .header-tab-ul-li .header-tab-list .header-tab-item.active {
            color: #222222; }
      .app-header .header-tab .header-tab-ul .header-tab-ul-li.active {
        background-color: #393939; }
        .app-header .header-tab .header-tab-ul .header-tab-ul-li.active .header-tab-ul-a {
          color: #fff; }

.app-contact h1{
  font-size: 36px;
  color: #393939;
  text-align: center;
  line-height: 99px;
  font-weight: 700;
  font-family:"SourceHanSansCN";
}
.contact-txt{
  border: 1px #e6e6e6 solid;
  border-bottom: 4px #325ab4 solid;
  padding: 30px 100px;
  line-height: 32px;
  font-size: 14px;
}
.app-code ul {
  display: flex;
  align-items: center;
  justify-content:space-between;
  text-align: center;
  margin-top: 60px;
}
.app-code ul li{
  width: 264px;
  padding: 36px 0 15px 0;
  -webkit-box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.06);
}
.app-code ul li p{
    font-size: 22px;
    color: #101d37;
    height: 68px;
    line-height: 68px;
    font-weight: 500;
}
.app-brand ul {
  display: flex;
  align-items: center;
  justify-content:space-between;
  text-align: center;
}
.app-brand ul li{
  padding: 36px 0 30px 0;
}
.app-brand .title{
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    line-height: 80px;
    height: 80px;
    margin-top: 30px;
    color: #393939;
}

/* 公共尾 */
.common-footer {color:#646464;text-align: center;font-size:12px;padding: 90px 0 20px 0;}
.common-footer ul{width: 210px;margin: 0 auto;*margin-bottom:30px;text-align: center;margin-bottom: 10px;}
.common-footer li{float:left;padding: 0 10px;border-right: 1px #999 solid;}
.common-footer li:last-child{border: none;}
.common-footer a{color:#646464;text-decoration: none;font-size: 14px;}
.common-footer p{
    font-size: 15px;
}

/*新闻动态*/
.m-col {
  padding-top: 5px
}

.m-col .item {
  padding: 30px 0 29px;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1
}

.m-col .img {
  float: left;
  width: 230px;
  height: 175px;
  position: relative
}

.m-col img {
  width: 230px;
  height: 175px;
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: linear
}

.m-col img:hover {
  opacity: .8;
  filter: alpha(opacity=80)
}

.m-col .label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 25px;
  padding: 0 7px;
  color: #fff;
  font-size: 12px;
  background-color: #101d37
}

.m-col .text {
  float: left;
  width: 560px;
  padding-left: 30px
}

.m-col .tit {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  max-height: 52px;
  overflow: hidden;
  display: block;
  color: #393939;
  text-decoration: none;
  margin-top: -3px
}

.m-col .tit:hover {
  color: #325ab4;
}

.m-col .summary {
  max-height: 72px;
  margin: 11px 0;
  font-size: 14px;
  line-height: 24px;
  color: #888c8e;
  overflow: hidden
}

.m-col .info {
  font-size: 13px;
  overflow: hidden;
  line-height: 14px;
  margin-top: 50px;
}

.m-col .time {
  color: #b0b3b4;
  float: left
}

.m-col .topic {
  height: 25px;
  overflow: hidden
}

.m-col .item-topic {
  float: left;
  padding: 0 6px;
  line-height: 25px;
  color: #849aae;
  background-color: #eef2f6;
  margin-left: 5px
}

.m-col .item-topic:first-child {
  margin-left: 0
}

.m-col .item-topic:hover {
  background-color: #dee8f2;
  text-decoration: none
}

/*分页*/
.page-box {
    padding-top: 35px;
    text-align: right;
}
.page-box a {
    height: 30px;
    padding: 0 12px;
    margin-left: 5px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #b0b4b9;
    overflow: hidden;
    font-size: 12px;
    color: #555;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-box a.on {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
    background: #F8F8F9;
}
.g-main a {
    color: inherit;
}
.service-box-bg{
  background: #f8f9fb;
  width: 100%;
}
.service-box-bg .service-box{
  padding:90px 0 140px 0;
}
.service-box{
  margin-bottom: 100px;
}
.service-box .title{
        color: #325ab4;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
    height: 100px;
    margin-bottom: 110px;
}
.service-box .img{
  text-align: center;
}
.service-content{
  margin-bottom:120px;
}
.service-content ul{
   display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    box-sizing: border-box;
}
.service-content ul li{
    border:1px #eee solid;
    padding: 70px 0 50px 0;
    flex: 1;
    margin:10px;
}
.service-content ul li p{
  margin-top: 40px;
}