body{
  background-image: url("../img/bk.png");
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/*banner样式*/
.banner{
  position: relative;
  border-bottom: 2px solid #3b82f6;
  margin-top: 90px;
}
.banner img{
  width: 100%;
  margin: 0 auto;
}

.chengji{
  width: 100%; 
  background-color: white;
}
.chengji .chengji-head{
  text-align: center; 
}
.chengji .chengji-head h3{
  font-weight: 600; 
  color: #000;
  margin: 0;
  padding: 30px 0;
}
.chengji .chengji-body{
  width: 900px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
.chengji .chengji-body .chengji-body-head{
  text-align: center;
  text-indent: 2em;
}

.chengji .chengji-body .chengji-body-bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.chengji .chengji-body .chengji-body-bottom .chengji-body-bottom-item{
  flex: 0 0 calc(25% - 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.chengji .chengji-body .chengji-body-bottom .chengji-body-bottom-item .chengji-body-bottom-item-top{
  font-size: 20px;
  font-weight: 600;
  color: #3b82f6;
  padding: 20px 20px 0;
}
.chengji .chengji-body .chengji-body-bottom .chengji-body-bottom-item .chengji-body-bottom-item-top span{
  position: relative;
  font-size: 16px;
  top: -10px;
}

.chengji .chengji-body .chengji-body-bottom .chengji-body-bottom-item .chengji-body-bottom-item-bottom{
  min-height: 50px;
  text-align: center;
}

/*feature特色内容模块样式*/
.feature{ 
  width: 900px;
  margin: 0 auto;
}
.feature-content{
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 20px; 
  border-radius: 10px;
  width: 440px;
  height: 420px;
  margin-bottom: 30px; 
  background-color: #fff;
  -webkit-box-shadow:0 0 10px rgba(204,204,204, .5); 
  -moz-box-shadow:0 0 10px rgba(204, 204, 204, .5);  
  box-shadow:0 0 10px rgba(204, 204, 204, .5); 
}

.feature-content:first-child{
  margin-left: 0px; 
}

/*图片边角翻页特效*/
.feature-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  /*动画*/
  transition:All 0.4s ease-in-out;
  -webkit-transition:All 0.4s ease-in-out;
  -moz-transition:All 0.4s ease-in-out;
  -o-transition:All 0.4s ease-in-out;
}

.feature-image img {
  width: 100%;
  cursor: pointer;
}

/*折角特效*/
.feature-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0;
  border-color: rgba(0,0,0,0.2) #fff;
  border-radius: 0 0 0 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -webkit-transition: all 0.4s ease-out;
  transition:all 0.4s ease-out;
}

.feature-image:hover:before{
  border-right-width:80px;
  border-bottom-width:80px;
}

.feature-text{
  width: 100%;
  height: 200px;
  padding: 20px;
  text-align: left;
  background-color: #fff;
}

.feature-text p{
  text-indent: 2em;
}

/*上推特效*/

/*.feature-content:hover{
  cursor: pointer;
}*/

/*.feature-content:hover .feature-image{
  height: 160px;
  transform:translateY(-10px);
  -webkit-transform:translateY(-10px);
  -moz-transform:translateY(-10px);
  -o-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
}*/

.feature-text .feature-icon-project{
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../img/project.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-text .feature-icon-team{
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../img/team.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-text .feature-icon-dev{
  float: left;
  width: 50px;
  height: 50px;
  background-image: url("../img/develop.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-text .feature-icon-job{
  float: left;
  width: 50px;
  height: 50px;
  background-image: url("../img/job.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-text .feature-text-top{
  width: 240px;
  height: 60px;
}

.feature-text .feature-title{
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin-left: 20px; 
    line-height: 40px;
    color: #000;
    text-decoration: none;
    padding-top: 10px;
}

.feature-content .feature-more{
  text-decoration: none;
  cursor: pointer;
  float: right;
  color: #3b82f6;
  opacity: 0.6;
  margin-right: 10px; 
}

.feature-content .feature-more:hover{
  opacity: 1.0;
}

/*feature响应式处理*/
.feature-response{
  display: none;
  width: 400px;
  height: 500px;
  margin: 0 auto;
}

.fazhan{
  margin-bottom: 30px;
  background-color: white;
  width: 100%;
}
.fazhan-head{
  width: 100%; 
  text-align: center; 
  padding: 30px 0 0;
}
.fazhan-head h3{
  font-weight: 600; 
  color: #000;
}
.fazhan-body{
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fazhan-body .fazhan-item{
  flex: 1;
  min-height: 240px;
  border-left: 2px solid #3b82f6;
  padding: 0 10px;
  margin: 20px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fazhan-body .fazhan-item .fazhan-item-top{
  margin-bottom: 10px;
  transform: translateX(30px);
}

.fazhan-body .fazhan-item .fazhan-item-bottom{
  color: #ff9900;
  font-size: 16px;
  font-weight: 600;
  transform: translateX(30px);
}

.guanyu{
  margin-bottom: 30px;
}
.guanyu-head{
  width: 100%; 
  text-align: center; 
  margin-bottom: 30px;
}
.guanyu-head h3{
  font-weight: 600; 
  color: #000;
}

.guanyu-body{
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
}
.guanyu-body .guanyu-item{
  background-color: white;
  border-radius: 10px;
  min-height: 200px;
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: flex;
  width: 100%;
}


.guanyu-body .guanyu-item .guanyu-item-left{
  width: 25%;
  padding: 20px;
}
.guanyu-body .guanyu-item .guanyu-item-left .guanyu-item-left-button{
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #DBEAFE;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #3b82f6;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.guanyu-body .guanyu-item .guanyu-item-right{
  width: 75%;
  padding: 20px 20px 20px 0;
}

.guanyu-body .guanyu-item .guanyu-item-right .guanyu-item-right-top{
  font-size: 20px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.guanyu-body .guanyu-item:hover{
  background-color: #EFF3FF;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); 
  opacity: 0.95;
}

.guanyu-body .guanyu-item:hover .guanyu-item-left .guanyu-item-left-button{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.guanyu-body .guanyu-item:hover .guanyu-item-right .guanyu-item-right-top{
  color: #3b82f6;
}

/*公司合作机构-1*/
.org-container{
  width: 100%;
  background-color: #fff;
  padding: 10px 0; 
}
.org-group{
  border: none;
  top: 0px;
  margin-bottom: 0px;
  width: 50%;
  margin: 0 auto;
}
.org-container-wap{
  width: 880px;
  margin: 0 auto;
  text-align: center;
}
.org-container-wap img{
  width: 180px;
  margin: 5px;
  box-shadow: 0 0 5px rgba(204, 204, 204, .5);
  
}
.org-group .carousel-indicators li{
  border-color: #3b82f6;
}
.org-group .carousel-indicators .active{
  background-color: #3b82f6;
}
.org-group .carousel-control.left, .org-group .carousel-control.right{
  background-image: none;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
  height: 300px;
  object-fit: cover;
}

@media  screen  and (max-width: 970px) {
  .chengji .chengji-body{
    width: 100%;
  }
  .chengji .chengji-body .chengji-body-bottom .chengji-body-bottom-item{
    flex: 1 1 50%;
  }
  .fazhan-body{
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    overflow: hidden;
  }
  .fazhan-body .fazhan-item{
    min-height: auto;
    margin: 20px;
  }
  .guanyu-body .guanyu-item .guanyu-item-left{
    display: none;
  }
  .guanyu-body .guanyu-item .guanyu-item-right{
    width: 100%;
    padding: 20px;
  }

  .org-container-wap{
    width: 100%;
  }
}