@charset "UTF-8";
@media screen and (min-width: 1240px) {
	/*引用字体*/
	/* @font-face { */
	/* font-family: 'TencentSansw7'; */
	/* src: url('../font/TencentSans-W7.eot'); */
	/* src: */
	/* url('../font/TencentSans-W7.eot?#font-spider') format('embedded-opentype'), */
	/* url('../font/TencentSans-W7.woff') format('woff'), */
	/* url('../font/TencentSans-W7.ttf') format('truetype'), */
	/* url('../font/TencentSans-W7.svg') format('svg'); */
	/* font-weight: normal; */
	/* font-style: normal; */
	/* } */
	
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 117px;
    background-color: #fff;
    overflow: hidden;
  }
  .banner-container img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*面包屑*/
  .breadcrumb {
    padding: 10px 0;
  }
  .breadcrumb span {
    font-size: 18px;
    color: #999;
  }
  .breadcrumb span.active {
    color: #333;
  }
  /* 主要内容 */
  .main {
    margin: 30px 0 60px;
  }
  .main .comWidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main .left {
    width: 300px;
  }
  .main .left ul li {
    width: 250px;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  .main .left ul li:hover, .main .left ul li.active {
    color: #fff;
    background-color: #437bf4;
  }
  .main .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .main .right .about-title {
    text-align: center;
    font-weight: bold;
    color: #666666;
  }
  .main .right hr {
    height: 1px;
    background-color: #e6e6e6;
    border: none;
  }
  
}
/*# sourceMappingURL=about-pc.css.map */
/*关于我们-新样式-2021.12.28*/
/*顶部图片*/
.banner-ad-title{
	position: absolute;
    top: 330px;
    left: 375px;
    font-size: 26px;
    color: #2A2E2E;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
}
.brief .mod-section-ad {
	background: url(../images/about/banner-top.jpg) no-repeat center bottom;
    background-size: cover;
}
.wrap_content{ position:relative; z-index: 1;}

/* 模块背景颜色 */
.white-bg{
  background-color: #fff;
}
.gray-bg{
  background-color: #fbfbfb;;
}

/* 页面ad头部图 */
.mod-section-ad{
  width: 100%;
  height: 482px;
  overflow: hidden;
}
.mod-s-con{
  width: 1200px;
  margin: 0 auto;
}
.mod-con{
  width: 1200px;
  margin: 0 auto;
}
.mod-con .team-box{
	margin: 0 auto;
    text-align: center;
}
.mod-tab .clearfix{
  overflow-x:hidden;
  overflow-y: hidden;
  position: relative;
  height: 53px;
}
.mod-tab .clearfix ul{
  position: absolute;
  left: 16px;
  top: 0;
  height: 53px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
}

.business .mod-tab .clearfix {
  height: 68px;
}
.business .mod-tab .clearfix ul{
  height: 68px;
  position: relative;
  left: 0;
}

.mod-max-con{
  width: auto;
  margin-left: 12px;
  margin-right: 12px;
  box-sizing: border-box;
}
.mod-section-ad h2{
  font-family: 'TencentSansw3';
  font-size: 44px;
  color: #2A2E2E;
  letter-spacing: 0;
  margin-bottom: 8px;
  margin-top: 266px;
  font-weight: 400;
}
.brief .mod-section-ad h2{
  color: #fff;
}
.media .mod-section-ad h2{
  margin-top: 207px;
}
.mod-section-ad .desc{
  font-size: 16px;
  color: #2A2E2E;
  letter-spacing: 0;
  line-height: 29px;
  margin-bottom: 27px;
}

.digital-ark .mod-section-ad .desc{
  margin-bottom: 20px;
}
.digital-ark .mod-section-ad .logo{
  height: 49px;
}

.brief .mod-section-ad .desc{
  color: #fff;
}
.responsibility .mod-section-ad h2{
  color: #fff;
}
.responsibility .mod-section-ad .desc{
  color: #fff;
}

.mod-section-ad .video-text{
  font-size: 20px;
  color: #2A2E2E;
  letter-spacing: 0;
  line-height: 32px;
  display: none;
}
.video-icon{
  width: 32px;
  height: 32px;
  margin-right: 12px;
  cursor: pointer;
}
.header-seat{
  padding-bottom: 72px;
  transition: .25s ease;
}
.mod-tab{
  border-bottom: 1px solid #f4f4f4;
  transform: translateY(0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  box-sizing: border-box;
}
.mod-tab-wrap .mod-tab-content{
  display: none;
}
.mod-tab-wrap .mod-tab-content.active-show{
  display: block;
}
.mod-tab.mod-tab-fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.brief .mod-tab,.investor .mod-tab,.media .mod-tab{
  background: rgba(251,251,251,1);
}
.mod-tab-container{
  width: 100%;
  height: 54px;
  position: relative;
}
.business .mod-tab-container{
  height: 69px;
}
.mod-tab{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}
.mod-tab.fixed{
  position: fixed;
  z-index: 99;
}
.mod-tab li{
  float: none;
  display: inline-block;
  margin-right: 56px;
  position: relative;
  cursor: pointer;
}
.mod-tab .line{
  width: 64px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0052d9;
}
.mod-tab li:last-child{
  margin-right: 0;
}
.mod-tab li a{
  padding: 16px 0;
  display: block;
  font-size: 20px;
  position: relative;
  line-height: 36px;
  color: #5F6464;
}
.mod-tab li.active-tab a{
  color: #2a2e2e;
}
.mod-tab li.active-tab a:after{
  content: ' ';
  height: 2px;
  width: 100%;
  background: #0052d9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.mod-tab-nt li a{
  padding: 12px 0;
  line-height: 29px;
  font-size: 16px;
}

.mod-tab .mc-left{
  position: absolute;
  left: 0;
  top: 0;
  height: 53px;
  z-index: 10;
  cursor: pointer;
  display: none;
}
.mod-tab .mc-right{
  position: absolute;
  right: 0;
  top: 0;
  height: 53px;
  z-index: 10;
  cursor: pointer;
  display: none;
}
.mod-tab .mc-left img,.mod-tab .mc-right img{
  height: 100%;
}

/* 内容模块 */
.brand-item{
  position: relative;
}
.brand-item.white-bg{
  padding-top: 50px;
  padding-bottom: 30px;
}
.brand-item.gray-bg{
  padding-top: 96px;
  padding-bottom: 96px;
}
.mod-m-title{
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  color: #2a2e2e;
  font-family: 'TencentSansw7';
}
.mod-m-desc{
  font-size:14px;
  color:rgba(95,100,100,1);
  line-height:25px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 8px;
}
.brand-item .label-box{
  width: auto;
  float: left;
}
.business .brand-item .label-box,.student .label-box,.together .label-box{
  min-width: 240px;
    margin-right: 20px;
}
.brand-item .label-box img{
  display: inline-block;
}
.brand-item .desc-box{
  overflow: hidden;
}
.business-ent .brand-one-item .label-box img{
  width: 200px;
}
.business-ent .brand-two-item .label-box img{
  width: 181px;
}

.brand-item .label-box h3{
  font-size: 30px;
  color: #2a2e2e;
  font-family: 'TencentSansw7';
}
.t-line-flx{
  padding-bottom: 24px;
  border-bottom: 1px solid #F2F3F5;
  margin-bottom: 50px;
}
.brand-item .desc-box .desc{
  font-size: 14px;
  line-height: 25px;
  color: #5f6464;
  margin-top: 7px;
}

.en-us .brand-item .desc-box .desc{ text-align:justify;}
.brand-item .desc-box .go-icon{
  margin-top: 15px;
  display: inline-block;
}
.brand-item .desc-box .go-icon img{
  width: 40px;
}
.brand-item .look-more{
  float: right;
  margin-top: 12px;
}
.brand-item .look-more a{
  font-size: 16px;
  color: #5F6464;
  letter-spacing: 0;
  font-weight: bold;
}
.brand-item .look-more i{
  width: 8px;
  height: 14px;
  background: url(../images/about/more-awart.png) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  margin-left: 10px;
}
/* 业务-面向用户 */
.brief .mod-section-ad h2{
  color: #fff;
}
.brief .mod-section-ad .desc{
  color: #fff;
}

.brief .mod-tab li a{
  height: 53px;
  line-height: 53px;
  padding: 0;
  font-size: 16px;
}
.brief-text-box{
  width: 100%;
  margin-top: 25px;
  text-align: center;
  position: relative;
}
.brief-text-box h4{
  font-size: 16px;
  color: #2A2E2E;
  letter-spacing: 0;
  text-align: left;
  line-height: 36px;
  font-weight: 400;
}
.brief-text-box .desc{
  font-size: 16px;
  color: #5F6464;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  width: 100%;
  margin: 16px auto;
}
.brief-text-box .more-awant-icon{
  width: 16px;
  height: 8px;
  background: url(../images/about/more-awant-icon.png) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0px);
  -webkit-transform: translate(-50%,0px);
  -moz-transform: translate(-50%,0px);
  -ms-transform: translate(-50%,0px);
  -o-transform: translate(-50%,0px);
  animation: a_arrow_d 2s linear both infinite;
  display: none;
}

.mission{
  background: #FBFBFB;
  height: 312px;
  width: 100%;
  position: relative;
  margin-top: 96px;
  padding: 60px 96px;
  box-sizing: border-box;
}
.mission .text-bg{
  width: 824px;
  position: absolute;
  left: 82px;
  bottom: 0;
}
.mission .l-mess{
  float: left;
}
.mission .l-mess .label{
  font-size: 30px;
  color: #2A2E2E;
  letter-spacing: 0;
  font-family: 'TencentSansw7';
}
.mission .r-mess{
  float: right;
  width: 400px;
  height: 190px;
  position: relative;
}
.mission .r-mess:before{
  content: ' ';
  width: 1px;
  position: absolute;
  left: -60px;
  top: 0;
  display: block;
  bottom: 0;
  background: #D8D9DC;
}
.mission .r-mess .label{
  font-size: 20px;
  color: #2A2E2E;
  letter-spacing: 0;
  line-height: 36px;
}
.mission .r-mess .desc{
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 16px;
}
.mission .line{
  width: 1px;
  height: 189px;
  background: #D8D9DC;
  position: absolute;
  left: 55.24%;
  top: 67px;
  display: none;
}
/*发展历程*/
.history-header{ height: 384px; background-size: cover; background-image: url('../images/about/banner.jpg'); background-position: center; color: #fff;}
.history-header h2{ text-align: center; font-size: 30px; line-height: 45px; padding-top: 150px; font-family: 'TencentSansw7';}
.progress-bar{ width: 400px; margin: auto; padding-top: 70px;}
.progress-bar .node{ width:24px ; height: 24px;  float: left; position: relative; border-radius: 50%; background:rgba(255,255,255,0.5);cursor: pointer;}
.progress-bar .node .txt{ position: absolute; font-size: 16px; top: -30px; width: 200px; text-align: center; left: 50%;  margin-left: -100px;}
.progress-bar .node .core{ width:18px; height: 18px; position: absolute; top:3px;  left:3px;  border-radius: 50%; }
.progress-bar .node.active .core{  background: #fff;}
.progress-bar .line{ float: left; height: 2px;  background:rgba(255,255,255,0.5); width:100px; margin-top: 11px;}

.history-content{ height: 413px; background: #FBFBFB ; color: #5F6464; overflow: hidden;}
.en-us .history-content{
  height: 620px;
}
.history-main{ width: 10000px; position: absolute;}
.history-main-box{ width: 384px; float: left; margin-right: 25px;}
.history-title{ font-size: 24px; padding-top: 40px; line-height: 36px; font-family: 'TencentSansw7'; padding-bottom: 8px; border-bottom:1px solid #D8D9DC; margin-bottom: 18px;color: #2A2E2E;}
.history-main-box .li{ line-height: 25px; margin-bottom: 18px; font-size: 14px;}
.history-main-box .li .left{ float: left; width: 40px; padding-right: 10px;  text-align: right;}
.history-main-box .li .right{ width: 320px; float: left;}

.history-content .mod-con{ position: relative;}

.clearfix-mission{ display: none;}

.history-button{ display: none;}

.address-wrap-wrap .mod-m-title{ padding-top: 40px; padding-bottom: 30px; }
.business-architecture{ display:none;}
/*组织架构*/
.framework-wrap{
  background: #FBFBFB;
  margin-top: 20px;
  padding: 80px 0;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}
.framework-box{
  width: 100%;
  margin-top: 38px;
  text-align: center;
}
.framework-box .compy{
  text-align: center;
  margin-top: 12px;
  position: relative;
  margin-bottom: 64px;
}
.framework-box .compy:after{
  content: ' ';
  height: 26px;
  width: 2px;
  background: #D8D9DC;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.framework-box .compy img{
  width: 183px;
}
.framework-box .list-ul{
  width: 100%;
  position: relative;
}
.framework-box .list-ul:before{
  content: ' ';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  width: 83.86%;
  top: -26px;
  height: 2px;
  background: #D8D9DC;
  display: block;
}
.framework-box .list-ul .first{
  margin-left: 0;
}
.framework-box .list-ul .li{
  width: 16.35%;
  background: #F2F3F5;
  padding: 32px  10px;
  box-sizing: border-box;
  text-align: center;
  float: left;
  margin-left: 4.54%;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 1s linear;
}
.framework-box .list-ul .li:first-child{
  margin-left: 0;
}
.framework-box .list-ul .li:before{
  content: ' ';
  height: 26px;
  width: 2px;
  background: #D8D9DC;
  position: absolute;
  top: -26px;
}
.framework-box .list-ul .li .label{
  font-size: 30px;
  color: #0052D9;
  letter-spacing: 0;
  font-family: 'TencentSansw7';
}
.framework-box .list-ul .li .val{
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
}
.en-us .framework-box .list-ul .li .val span{
  display: block;
}
.framework-box .list-ul .active-li{
  background: #fff;
}
.framework-box .list-ul .active-li .san{
  display: block;
}

.framework-box .li-mess-box{
  width: 100%;
  margin-top: 48px;
  background: #fff;
  position: relative;
}
.framework-box .li-mess-box .mess-text{
  padding: 32px 42px;
  display: none;
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
  text-align: left;
  opacity: 0;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 1s linear;
}
.framework-box .li-mess-box .active-mess{
  opacity: 1;
  display: block;
}
.framework-box .san{
  width: 48px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  bottom: -49px;
  display: none;
}
/*企业文化*/
.culture-wrap {
  background: #FBFBFB;
  padding-left: 100px;
  box-sizing: border-box;
}
.culture-box{
  width: 100%;
  overflow: hidden;
}
.culture-box .t-box{
  width: 100%;
  overflow: hidden;
  min-height: 610px;
}
.culture-box .t-box .pic{
  float: right;
  width: 60.2%;
  min-height: 610px;
  padding-left: 1%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.culture-box .t-box .mess-box{
  width: 39.23%;
  float: left;
  margin-top: 56px;
}
.culture-box .t-box .pic img{
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
}
.culture-box .b-box{
  width: 100%;
  overflow: hidden;
}
.culture-box .t-box h3{
  margin-bottom: 40px;
}
.culture-box .item-title{
  font-size: 20px;
  color: #0052D9;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 8px;
  font-weight: 400;
}
.culture-box .t-box .desc-text{
  font-size: 16px;
  color: #2A2E2E;
  letter-spacing: 0;
  line-height: 29px;
  width: 85%;
}
.culture-box .t-box .min-desc-text{
  text-align: left;
}
.culture-box .t-box ul{
  margin-top: 15px;
  margin-bottom: 57px;
}
.culture-box .t-box ul li{
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
}
.culture-box .t-box ul li i{
  font-style: normal;
  margin-right: 13px;
}
.culture-box .b-box{
  padding-top: 0px;
}
.culture-box .boxx{
  width: 100%;
}
.culture-box .boxx .x-item{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.culture-box .boxx .x-item:last-child{
  margin-bottom: 0;
}
.culture-box .boxx .x-item h5{
  font-size: 24px;
  color: #2A2E2E;
  letter-spacing: 0;
  font-family: 'TencentSansw7';
  margin-bottom: 6px;
  font-weight: 400;
}
.culture-box .boxx .x-item .p{
  font-size: 16px;
  color: #2A2E2E;
  letter-spacing: 0;
  line-height: 29px;
}
/*联系我们*/
.address-box .address-tab{
  width: 100%;
  margin-top: 15px;
}
.address-box .address-tab .labels{
  font-size: 14px;
  line-height: 25px;
  color: #5f6464;
  padding:0 80px;
  padding-bottom: 25px;
  border-bottom: 2px solid #f2f3f5;
  position: relative;
}

.address-box .address-tab .tab-ul-box{
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.address-box .address-tab .tab-ul-box .mc-right{
  width: 143px;
  height: 47px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.address-box .address-tab .tab-ul-box .mc-left{
  width: 143px;
  height: 47px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  display: none;
}

.address-box .address-tab .tab-ul-box .mc-right img,.address-box .address-tab .tab-ul-box .mc-left img{
  width: 100%;
}

.address-box .address-tab .tab-ul{
    padding: 0 40px;
    box-sizing: border-box;
    min-height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    transition: left 0.4s linear;
    -ms-transition: left 0.4s linear;
    -o-transition: left 0.4s linear;
    -moz-transition: left 0.4s linear;
    -webkit-transition: left 0.4s linear;
}
.address-box .address-tab .tab-ul p{
    white-space: normal;
}
.address-box .address-tab .tab-ul li{
    float: none;
    margin-right: 48px;
    margin-top: 8px;
    min-width: 350px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.en-us .address-box .address-tab .tab-ul li{
  margin-right: 36px;
}
.address-box .address-tab .tab-ul li .label{
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #2a2e2e;
  position: relative;
  cursor: pointer;
}
.address-box .address-tab .tab-ul .active-li .label:after{
  content: ' ';
  width: 100%;
  height: 4px;
  background: #0052d9;
  position: absolute;
  left: 0;
  top: -10px;
}
/*.address-box .address-tab .tab-ul .li-9{*/
/*  margin-right: 0;*/
/*}*/
.address-box .address-tab .tab-ul .active-li .box{
  display: block;
}
.address-box .address-tab .tab-ul .box{
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 800px;
}
.address-box .address-tab .tab-ul .li-12 .box{
    left: -100px;
}

.address-box .address-tab .tab-ul .box p{
  font-size: 14px;
  line-height: 35px;
  color: #5f6464;
}
/*合作客户*/
.hezuo-header {
    height: 740px;
    background-size: cover;
    background-image: url(../images/about/hezuo.jpg);
    background-position: center;
    color: #2a2e2e;
    background-size: contain;
    background-repeat: no-repeat;
}
.hezuo-header h2 {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    padding-top: 20px;
    font-family: 'TencentSansw7';
}
/*荣誉资质*/
.honor-about{margin-top: 30px;padding: 20px 0 60px 0;}
.honor-bg {background-color: #fbfbfb;}
.honor-con{padding: 0 30px;}
.honor-li{width: 228px;overflow: hidden;display: block;float: left;padding: 0 7px;}
