.about-us-tab{
  background: #f7f8fa;
  height: 69px;
  line-height: 69px;
  border-bottom: 1px solid #cccc;
}
.about-us-tab > div{
  width: 1200px;
  margin: 0 auto;
}
.about-us-tab > div li {
  float: left;
  width: 200px;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  cursor: pointer;
  position: relative;
}
.about-us-tab > div li:hover{
  background: #00a0e9;
  color: #fff;
}
.about-us-tab > div li.active{
  color: #00a0e9;
  font-weight: bold;
  background: #fff;
}
.about-us-tab > div li.active > span{
  width: 115px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 4px;
  margin-left: -57px;
  /* height: 100%; */
  text-align: center;
  box-sizing: border-box;
  background: #00a0e9;
  border-radius: 2px;
}
.about-us-container{
  background: url('../../img/aboutUs/Summary.png') no-repeat;
  background-size: center center;
  background-position: 50% 10%;
}
.about-us-container > div{
  width: 1200px;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 70px;
}
.about-us-container .title{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.about-us-container .text{
  text-indent: 2rem;
  line-height: 28px;
  font-size: 14px;
  color: #333;
}
.about-us-container .text>p{
  text-indent: 2em;
}
.about-us-container .img{
  width: 100%;
  height: 528px;
  margin-top: 50px;
}
.about-us-container .img img{
  width: 100%;
  height: 100%;
}

/* 发展历程 */
.about-us-container div .describe{
    text-align: center;
    font-size: 14px;
    color: #333;
  }
.about-us-container div .development-history{
  /*margin-bottom: 70px;*/
  /*margin-top: 130px;*/
  /*padding-top: 80px;*/
  /*box-sizing: border-box;*/
  min-height: 270px;
  margin-top: 60px;
}
 .development-history > div{
   position: relative;
   height: 100%;
 }
.development-history > div > .line{
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -1px;
  z-index: 0;
  background: #ccc;
}
.development-history-ul-left,
.development-history-ul-right{
  min-height: 90px;
  width: 549px;
  background: #eee;
  position: relative;
}
.development-history-ul-right:first-child{
  /*margin-top: -75px;*/
}
.development-history-ul-right{
  position: absolute;
  right: 0;
  margin-top: 0;
}
.development-history-ul-left{
  position: absolute;
  /*margin-bottom: 75px;*/
}
.development-history-ul-right{
  /*margin-top: -85px;*/
}
.development-history-ul-left > .left{
  float: left;
  color: #333;
  width: 400px;
  height: 100%;
}
.big-dot{
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -14px;
    height: 30px;
    width: 34px;
    z-index: 1;
    background: url("../../img/aboutUs/1Dot.png") no-repeat;
}
.development-history-ul-left .Dot{
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -59px;
  top: 50%;
  margin-bottom: -5px;
  z-index: 1;
  background: url("../../img/aboutUs/2Dot.png") no-repeat;
}
.development-history-ul-left > .left > .title{
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: right;
}
.development-history-ul-left > .left > .text{
  font-size: 16px;
  text-align: right;
  text-indent: 0;
}
.development-history-ul-left > .right{
  float: right;
  width: 148px;
  height: 100%;
  color: #245aa6;
  font-size: 36px;
  text-align: center;
  line-height: 87px;
}
.development-history-ul-right > .left{
  float: left;
  width: 148px;
  height: 100%;
  color: #245aa6;
  font-size: 36px;
  text-align: center;
  line-height: 87px;
}
.development-history-ul-right > .right > .title{
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: left;
}
.development-history-ul-right > .right{
  float: right;
  color: #333;
  width: 400px;
  height: 100%;
}
.development-history-ul-right > .right > .text{
  font-size: 16px;
  text-align: left;
  text-indent: 0;
}
.development-history-ul-right .Dot{
  display: inline-block;
  height: 15px;
  width: 15px;
  /*border-radius: 5px;*/
  /*behavior: url('../../css/PIE.htc');*/
  position: absolute;
  z-index: 1;
  /*background: #00a0e9;*/
  left: -59px;
    background: url("../../img/aboutUs/2Dot.png") no-repeat;
  top: 50%;
  margin-bottom: -5px;
}

/* 企业文化 */
.about-us-container .corporate-culture{
    height: 230px;
    margin-bottom: 65px;
  }
  .enterprise-standard{
    height: 200px;
    margin-bottom: 65px;
  }
  .company-principles{
    height: 30px;
  }
  .corporate-culture ul{
    width: 1110px;
    margin: 0 auto;
  }
  .corporate-culture ul li{
    float: left;
  }
  .corporate-culture .vision,
  .corporate-culture .mission,
  .corporate-culture .sense-of-worth{
    color: #333;
  }
  .corporate-culture .vision{
    width: 220px;
    margin-left: 45px;
  }
  .corporate-culture .mission{
    width: 370px;
    text-align: center;
    margin-left: 100px;
    margin-right: 22px;
  }
  .corporate-culture .sense-of-worth{
    width: 350px;
  }
  .corporate-culture .corporate-culture-img{
    width: 95px;
    height: 95px;
    margin: 0 auto;
  }
  .corporate-culture .corporate-culture-img img{
    width: 100%;
    height: 100%;
  }
  .corporate-culture .corporate-culture-text2,
  .corporate-culture .corporate-culture-text1{
    text-align: center;
  }
  .corporate-culture .corporate-culture-text1{
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #666;
  }
  .corporate-culture .corporate-culture-text2{
    font-size: 17px;
    color: #333;
  }
  .corporate-culture .corporate-culture-text2 > p{
    font-size: 17px;
  }

  .enterprise-standard ul{
    width: 1195px;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    background: url('../../img/aboutUs/criterion.png');
  }
  .enterprise-standard ul li{
    width: 360px;
    float: left;
    line-height: 45px;
  }
  .enterprise-standard ul li > p{
    font-size: 18px;
    float: right;
    width: 215px;
  }
  .enterprise-standard-top{
    margin-top: 30px;
  }
  .enterprise-standard-spot{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin-right: 15px;
  }
  .company-principles li{
    float: left;
    width: 345px;
    color: #333;
    font-size: 18px;
    text-align: right;
  }
  .company-principles-spot{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #00a0e9;
    margin-right: 15px;
  }

  /* 企业风采 */

.corporate-style-text{
  font-size: 14px;
  color: #333;
}
.corporate-style-text>p{
  line-height: 30px;
  text-indent: 2em;
}
.corporate-style-text>p>img{
    max-width: 99%;
    margin-left: -2em;
}
.corporate-style-img{
  height: 300px;
}
.corporate-style-img ul{
  height: 100%;
}
.corporate-style-img li{
  float: left;
  width: 385px;
  height: 100%;
  margin-left: 20px;
}
.corporate-style-img li img{
  max-width: 99%;
  max-height: 99%;
}
.corporate-style-img li:first-child{
  margin-left: 0;
}

/* 联系我们 */

.contact-us{
  box-sizing: border-box;
  height: 760px;
  border-top: 1px solid #ccc;
}
.contact-us-text{
  height: 125px;
  margin-bottom: 36px;
  margin-top: 25px;
}
.contact-us-text{
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.contact-us-text-title{
  font-size: 16px;
  color: #333;
}
.contact-us-map{
  height: 573px;
  width: 100%;
}
  /* 地图样式 */
  .iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
  }

  .iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
  }
  .anchorBL img{
    display: none !important;
  }

/* 公司刊物 */

 .company-publications{
    border-top: 1px solid #ccc;
  }
  .company-publications li {
    width: 374px;
    height: 269px;
    float: left;
    margin-left: 38px;
    margin-top: 38px;
    text-align: center;
    line-height: 269px;
    position: relative;
    background: #d3d7dd;
    cursor: pointer;
  }
  .company-publications .clear{
    clear: both;
    overflow:hidden;
		_zoom:1;
  }
  .company-publications li img{
    width: 306px;
    height: 209px;
    vertical-align: middle;
    box-shadow: 2px 2px 20px #333;
  }
  .company-publications-left{
    margin-left: 0 !important;
  }
  .company-publications-content{
    width: 142px;
    height: 108px;
    box-sizing: border-box;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -71px;
    margin-top: -54px;
  }
  .company-publications-container{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
    width: 100%;
    height: 100%;
    display: none;
  }
  .company-publications li:hover .company-publications-container{
    display: block;
  }
  .company-publications-content p{
    font-size: 18px;
    color: #fff;
    line-height: 50px;
  }
  .company-publications-content .stage span{
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
  }
  .company-publications-clip{
    width: 306px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -153px;
  }
  .company-publications-clip > div{
    width: 31px;
    height: 42px;
  }
  .company-publications-clip .clip-left{
    float: left;
    margin-left: 35px;
    background: url('../../img/aboutUs/clip.png');
  }
  .company-publications-clip .clip-right{
    float: right;
    background: url('../../img/aboutUs/clip.png');
    margin-right: 35px;
  }

  .company-publications-mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 800px;
    height: 1960px;
    background: rgba(0, 0, 0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
    z-index: 99;
    visibility: hidden;
  }
  .company-publications-img{
    position: fixed;
    left: 50%;
    top: 50%;
    height: 850px;
    width: 1200px;
    margin-left: -600px;
    margin-top: -425px;
    overflow: hidden;
    border: 1px dashed #999;
  }
  .company-publications-img ul{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .company-publications-img li{
    width: 1200px;
    height: 100%;
    float: left;
    position: relative;
    line-height: 850px;
    text-align: center;
  }
  .company-publications-img li img{
    max-width: 99%;
    /*max-height: 99%;*/
    vertical-align: middle;
  }
  .company-publications-img .img-number{
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 40px;
    line-height: 0;
    margin-left: -20px;
    text-align: center;
    color: #00a0e9;
  }
  .company-publications-img .left-btn,
  .company-publications-img .right-btn{
    position: absolute;
    width: 40px;
    height: 63px;
    top: 50%;
    margin-top: -35px;
    z-index: 99;
    background: rgba(0, 0, 0, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
    text-align: center;
    line-height: 63px;
  }
  .company-publications-img .left-btn img,
  .company-publications-img .right-btn img{
    vertical-align: middle;
  }
  .company-publications-img .left-btn{
    left: 0px;
    cursor: pointer;
  }
  .company-publications-img .right-btn{
    right: 0px;
    cursor: pointer;
  }
  .company-publications-img .close-btn{
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
  }
  .company-publications-img .close-btn img{
    vertical-align: middle;
  }