body{
  overflow-y: auto;
}
.posit{
  position: relative;
}
.netImg{
  position: absolute;
  bottom:0;
  left:-5%;
  z-index: -1;
  width:64%;
}
.titleImg{
  position: relative;
  overflow:hidden;
}
.titleImg>img{
  width:110%;
  min-height: 320px;
}
.titleImg .titleDetail{
  position: absolute;
  left: 0;
  top:45%;
  width:100%;
  align-items: center;
  text-align: center;
}
.titleImg .titleDetail>h3{
  margin-bottom: 25px;
  font-size: 40px;
  color: #eee;
}
.titleImg .titleDetail>p{
  font-size: 18px;
  color: #fff;
}
.changeUsTab{
  padding:40px 0 0;
}
#usTab>li{
  margin-bottom: 10px;
  width:90%;
  height:50px;
  border: 1px solid rgba(230, 230, 230, 0);
}
#usTab>li>a{
  padding:0 30px;
  width:100%;
  min-width: 150px;
  height:50px;
  line-height:48px;
  font-size: 18px;
  color:#666;
}
#usTab>li.active>a .iconImg{
  float: right;
  margin:19px auto;
  width:6px;
  height:10px;
  background: url("../img/news/toRightBlue.png") no-repeat center;
  background-size: 100% 100%;
}
#usTab>li.active{
  border: 1px solid rgba(230, 230, 230, 0.88);
}
#usTab>li.active>a{
  color:#1E72C8;
}
.tab-pane .profileTitle{
  font-size: 22px !important;
  color: #333233 !important;
  line-height: 40px;
}
#usTabContent{
  min-height: 760px;
}
/* 公司简介 企业文化*/
#companyProfile{
  min-height: 720px;
}
.tab-pane .detailContain{ 
  margin-bottom: 25px;
  font-size: 16px;
  color: #5C6266;
  line-height: 30px;
}
.tab-pane .detailContain>P{ 
  margin:10px 0;
}
#enterpriseCulture{
  min-height: 750px;
}
/* 荣誉资质 */
#honoraryCertificate{
  padding-bottom: 50px;
}
.honorContain .honor_top{
  display: flex;
  flex-wrap: wrap;
  margin:30px 0;
}
.honorContain .honor_top li{
  margin:0 20px 10px 0;
  width: 170px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #E6E6E6;
  color: #666666;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.honorContain .honor_top li a{
  color: #666666;
}

.honorContain .honor_top li:hover{
  border: 1px solid rgba(30, 114, 200, 0.88);
  color: #1E72C8;
  transition: 0.5s all;
}
.honorContain .honor_top li:hover a{
  color: #1E72C8;
  transition: 0.5s all;
}
.honorContain .honor_top li.active{
  border: 1px solid rgba(30, 114, 200, 0.88);
  color: #1E72C8;
}

.honorContain .honor_top li.active a{
  color: #1E72C8;
}

.honorContain .honor_bottom .border{
  margin-bottom: 30px;
  border: 1px solid rgba(230, 230, 230, 0.88);
  text-align: center;
  background: #fff;
}
.honorContain .honor_bottom .border img{
  width:100%;
}
.honorContain .honor_bottom .border p.title{
  line-height: 48px;
  height: 50px;
  color:#333;
  font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.pagination{
  margin:20px 0;
}
.pagination li>a{
  margin:0 5px;
  padding:0;
  width: 36px;
  height: 36px;
  line-height: 34px;
  background: #fff;
  border-radius: 20px !important;
  color:#666666;
  text-align: center;
}
.pagination li.active a{
  color:#fff;
  background: linear-gradient(90deg, #1E72C8, #4A9EDA);
}
.tab-pane img{
  width: 100%; height: 100%;
}

/* 发展历程 */
.tab-pane .developmentContain{
  margin-top:30px;
  margin-left:40%;
  margin-bottom: 100px;
  width: 50%;
  border-left: 1px solid #E6E6E6;
}
.tab-pane .developmentContain .yearBtn{
  margin-left:-60px;
  width: 120px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(90deg, #1E72C8, #4A9EDA);
  border-radius: 17px;
  text-align: center;
}
.developmentContain .imgMess{
  margin:30px 0 30px -40px;
  width:100%;
}
.developmentContain .imgMess .cricleBox{
  float: left;
  margin:0 15px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 48px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.developmentContain .imgMess .textBox{
  width:80%;
  background: #fff;
  float: left;
}
.developmentContain .imgMess.messRight1{
  margin-top:15px;
}
.developmentContain .imgMess.messRight1 .textBox{
  margin-left:80px;
}
.developmentContain .imgMess.messLeft{
  margin-left:-100%;
}
.developmentContain .imgMess.messLeft .cricleBox{
  margin-right: -25px;
  float: right;
}
.developmentContain .imgMess.messLeft .textBox{
  float: right;
  text-align: right;
} 

.developmentContain .imgMess .textBox h3{
  color:#000;
  font-size: 18px;
  line-height: 35px;
}
.developmentContain .imgMess .textBox p{
  line-height: 26px;
  font-size: 14px;
  color: #666666;
}
.developmentContain .startBtn{
  margin-top: 50px;
  margin-left:-35px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  background: linear-gradient(90deg, #1E72C8, #4A9EDA);
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
}
/* 人力资源 */
#humanResources{
  min-height: 710px;
}
.tab-pane .resourcesContain{ 
  font-size: 22px;
  color: #8DADCE;
  line-height: 50px;
  text-align: center;
}
.tab-pane .resourcesContain>img{ 
  margin-top:50px;
  width:40%;
  max-width: 350px;
}
/* 联系我们 */
#contactUs{
  min-height: 900px;
}
.tab-pane .contactContain>p{
  margin:15px 0;
  font-size: 16px;
  line-height: 22px;
}
.tab-pane .contactContain>p img{
  margin-right: 5px;
  width:18px;
}
#baiduMap{
  margin-top:20px;
  margin-bottom: 100px;
  width:100%;
}
#baiduMap img{
  width:90%;
}


.col-12{
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 998px){
  body{
    font-size: 16px;
  }
  .titleImg .titleDetail{
    top:50%;
  }
  .developmentContain .imgMess .textBox{
    width:70%;
  }
}
@media (max-width: 768px){
  .changeUsTab {
    padding: 20px 0 0;
  }
  #usTab{
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
  }
  .titleImg .titleDetail{
    top:50%;
  }
  .titleImg .titleDetail>h3{
    margin-bottom: 15px;
    font-size: 30px;
  }
  .titleImg .titleDetail>p{
    font-size: 16px;
  }
  #usTab>li{
    width:100%;
  }
  .honorContain .honor_bottom{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .honorContain .honor_bottom>div{
    width:33%;
  }
  .tab-pane .resourcesContain>img{ 
    width:60%;
  }
  .pagination{
    margin:10px auto;
  }
}
@media (max-width: 668px){
  .honorContain .honor_bottom>div{
    width:50%;
  }
  .honorContain .honor_top li{
    width:140px;
    font-size: 14px;
  }
  .honorContain .honor_bottom .border p{
    font-size: 14px;
  }
  .titleImg .titleDetail>p{
    padding:0 20px;
  }
  #humanResources{
    min-height: 500px;
  }
  .netImg{
    width:110%;
  }
  .tab-pane .developmentContain{
    margin-left: 50%;
  }
  .developmentContain .imgMess {
    margin: 20px 0 20px -40px;
    text-align: center;
  }
  .developmentContain .imgMess .textBox{
    width: 160%;
    margin-top:15px;
    margin-left: -55% !important;
  }
  .developmentContain .imgMess.messLeft .textBox{
    float:left;
    text-align: center;
    margin-left: 20% !important;
    width: 160%;
  }
  .developmentContain .imgMess .textBox h3{
    text-align: center;
  }
}
@media (max-width: 368px){
  .pagination li>a{
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
@media (max-width: 298px){
  .pagination li>a{
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
}
.tab-pane p{
  margin: 20px 0 !important;
  font-size: 16px;
  line-height: 30px;
}
.tab-pane .honor_bottom p{
  margin: 0 !important;
}
.tab-pane .honor_bottom p>img{
  width:60%;
}

#companyProfile{
  /* width: 1329px; */
}
.profileTitle-box{
  display: flex;
  font-family: Microsoft YaHei;
  line-height: 48px;
  margin-bottom: 20px;
}
.profileTitle{
  font-size: 26px;
  color: #333233;
  margin-right: 7px;
}
.profileTitleEN{
  font-size: 16px;
  color: #CCCCCC;
}
.detailContain{
  margin-top: 33px;
}
.culture-list{
  margin-top: 30px;
  width: 100%;
  height: 240px;
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}
.culture-list .culture-item{
  width: 317px;
  height: 240px;
  margin-right: 10px;
  text-align: center;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0px 40px 0px 0px;
  position: relative;
}
.culture-list .culture-item img{
  width: 60px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 45px;
  transform: translateX(-50%);
}
.culture-list .culture-item h4{
  font-size: 22px;
  margin-top: 120px;
  line-height: 48px;
}
.culture-list .culture-item span{
  font-size: 16px;
  color: #333333;
  padding-top: 5px;
}
.last-bottom{
  width: 100%;
  height: 330px;
  display: flex;
  position: relative;
  background: #FAFAFA;
  margin-bottom: 138px;
}
.last-bottom .right-land{
  width: 1330px;
  height: 330px;
  padding: 40px 37px 0 55px;
  background: #FAFAFA;
}
.last-bottom .right-land h4{
  font-size: 22px;
  color: #333333;
  line-height: 48px;
}
.last-bottom .right-land ul{
  padding-left: 20px;
}
.last-bottom .right-land ul li{
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}
@media (max-width: 1806px){
  .last-bottom .right-land{
    padding: 25px 37px 0 35px;
  }
  .last-bottom .right-land ul li{
    line-height: 30px;
  }
}
@media (max-width: 1720px){
  .last-bottom .right-land{
    padding: 15px 37px 0 35px;
  }
}
@media (max-width: 1226px){
  .last-bottom img{
    width: 264px;
    height: 275px;
  }
  .last-bottom{
    height: 360px;
  }
  .last-bottom .right-land ul li:last-child{
    position: absolute;
    left: 60px;
    top: 286px;
  }
}
@media (max-width: 1200px){
  .last-bottom{
    height: 436px;
  }
  .last-bottom .right-land ul li:nth-child(3){
    position: absolute;
    left: 60px;
    top: 293px;
  }
  .last-bottom .right-land ul li:last-child{
    top: 354px;
  }
}
@media (max-width: 1000px){
  .last-bottom{
    display: unset;
  }
  .last-bottom img{
    display: none;
  }
  .last-bottom .right-land{
    width: 100%;
    height: 400px;
    margin-bottom: 138px;
  }
  .last-bottom .right-land ul li{
    font-size:15px;
  }
  .last-bottom .right-land ul li:nth-child(3){
    position: static;
  }
  .last-bottom .right-land ul li:last-child{
    position: static;
  }
}
@media (max-width: 998px){
  .culture-list .culture-item img{
    width: 43px;
    height: 39px;
  }
  .culture-list .culture-item h4{
    font-size: 20px;
    margin-top: 100px;
  }
  .culture-list .culture-item span{
    padding: 8px;
    font-size: 14px;
  }
}
@media (max-width: 668px){
  .culture-list{
    flex-wrap: wrap;
    height: 420px;
  }
  .culture-list .culture-item{
    width: 48%;
    height: 200px;
    margin-right: 0px;
    margin-top: 10px;
  }
  .culture-list .culture-item img{
    top: 28px;
  }
  .culture-list .culture-item h4{
    margin-top: 84px;
  }
}
@media (max-width: 568px){
  .last-bottom .right-land{
    height: 460px;
  }
}