/*
 * index.scss
 * data: 2019-09-11
 * author: [zhqiang]
 */
.project-type {
  font-size: 0;
  padding: 30px 29px 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.project-type li {
  float: left;
  text-align: center;
  position: relative;
  z-index: 9;
}

.project-type li * {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.project-type li:after {
  content: '';
  background-color: rgba(37, 126, 215, 0.9);
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.project-type li:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.project-type li:hover .middle-item img {
  display: none;
}

.project-type li:hover .middle-item h3 {
  margin-top: 0;
}

.project-type li:hover .middle-item .project-view {
  display: inline-block;
}

.project-type li .middle-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
}

.project-type li .middle-item img {
  line-height: 1;
  vertical-align: top;
}

.project-type li .middle-item h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.project-type li .middle-item h3:after {
  content: '';
  display: block;
  width: 20px;
  border-top: 3px solid #fff;
  margin: 10px auto 0;
}

.project-type li .middle-item .project-view {
  display: none;
  width: 100px;
  height: 31px;
  border: 1px solid #a9cdf0;
  margin-top: 20px;
  line-height: 29px;
  color: #fff;
  font-size: 14px;
}

.project-type li.project-type1 {
  width: 286px;
  height: 180px;
  line-height: 180px;
  background-image: url(../images/project_type1.jpg);
}

.project-type li.project-type2 {
  width: 286px;
  height: 180px;
  line-height: 180px;
  margin-left: 22px;
  margin-top: 0px;
  background-image: url(../images/project_type2.jpg);
}

.project-type li.project-type3 {
  float: none;
  width: 190px;
  height: 333px;
  line-height: 333px;
  margin-left: 610px;
  background-image: url(../images/project_type3.jpg);
}

.project-type li.project-type4 {
  float: right;
  width: 320px;
  height: 200px;
  line-height: 200px;
   margin-top: 0px;
  background-image: url(../images/project_type4.jpg);
}

.project-type li.project-type5 {
  width: 214px;
  height: 145px;
  line-height: 145px;
  background-image: url(../images/project_type5.jpg);
  margin-top: -142px;
}

.project-type li.project-type6 {
  width: 346px;
  height: 153px;
  line-height: 153px;
  background-image: url(../images/project_type6.jpg);
  margin-top: -142px;
}

.project-type li.project-type7 {
  float: right;
  width: 320px;
  height: 125px;
  line-height: 125px;
  background-image: url(../images/project_type7.jpg);
  margin-top: -113px;
}

.project-type li.project-type8 {
  width: 286px;
  height: 145px;
  line-height: 145px;
  background-image: url(../images/project_type1.jpg);
  margin-top: 15px;
 
}

.project-type li.project-type9 {
   width: 286px;
  height: 145px;
  line-height: 145px;
  background-image: url(../images/project_type2.jpg);
   margin-top: 15px;
   margin-left: 25px;
}

.project-type li.project-type10 {
  width: 214px;
  height: 145px;
  line-height: 145px;
  background-image: url(../images/project_type5.jpg);
  margin-top: 15px;
    margin-left: 19px;
}

.project-type li.project-type11 {
  float: right;
   width: 286px;
  height: 145px;
  line-height: 145px;
  background-image: url(../images/project_type6.jpg);
  margin-top: 15px;
}



.apply-flow {
  padding-bottom: 30px;
  position: relative;
}

.apply-flow .apply-flow-title {
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #184886;
}

.apply-flow .apply-flow-title span {
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(transparent, transparent 30%, rgba(24, 72, 134, 0.4));
}

.apply-flow .apply-flow-main {
  width: 1160px;
  height: 811px;
  border: 1px dashed #8394ab;
  margin: 0 auto;
  background-size: 100% 100%;
  position: relative;
  z-index: 9;
}

.apply-flow .apply-flow-main:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  background: url(../images/flow_line.png) center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.apply-flow .apply-flow-main:after {
  content: '';
  width: 33.33%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #f1f4fc;
  z-index: -2;
}

.apply-flow .apply-flow-col {
  float: left;
  height: 100%;
  width: 33.33%;
  text-align: center;
  overflow: hidden;
}

.apply-flow .apply-flow-col + .apply-flow-col {
  border-left: 1px dashed #8394ab;
}

.apply-flow .apply-flow-col > h2 {
  display: inline-block;
  width: 242px;
  height: 39px;
  margin-top: 36px;
  line-height: 39px;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  background-color: #52a9f1;
}

.apply-flow .apply-flow-col:first-child .apply-flow-step li {
  margin-left: -9px;
}

.apply-flow .apply-tips {
  height: 20px;
  padding-left: 20px;
  line-height: 20px;
  font-size: 15px;
  position: absolute;
  left: 190px;
  bottom: 10px;
}

.apply-flow .apply-tips:before {
  content: '';
  width: 14px;
  height: 10px;
  background-color: #0036ff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.apply-flow-step {
  overflow: hidden;
}

.apply-flow-step li {
  display: inline-block;
  width: 285px;
  border: 1px solid #52a9f1;
  background-color: #fff;
}

.apply-flow-step li h3 {
  height: 44px;
  border-bottom: 1px solid #52a9f1;
  font-size: 16px;
  line-height: 44px;
  font-weight: bold;
  background-color: #e0f0ff;
}

.apply-flow-step li p {
  padding: 0 12px;
  font-size: 14px;
  text-align: left;
}

.apply-flow-step li p > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}

.apply-flow-step li p a {
  font-weight: bold;
  color: #0036ff;
}

.apply-flow-step li p a:hover {
  color: #eb0000;
}

.apply-flow-step li.flow-item11 {
  margin-top: 24px;
}

.apply-flow-step li.flow-item11 p {
  height: 54px;
  line-height: 54px;
}

.apply-flow-step li.flow-item12 {
  margin-top: 18px;
}

.apply-flow-step li.flow-item12 p {
  height: 52px;
  line-height: 52px;
}

.apply-flow-step li.flow-item13 {
  margin-top: 19px;
}

.apply-flow-step li.flow-item13 p {
  height: 109px;
  line-height: 109px;
}

.apply-flow-step li.flow-item13 p span {
  font-size: 13px;
  line-height: 15px;
}

.apply-flow-step li.flow-item14 {
  margin-top: 30px;
}

.apply-flow-step li.flow-item14 p {
  height: 80px;
  line-height: 80px;
}

.apply-flow-step li.flow-item14 span {
  font-size: 13px;
  line-height: 19px;
}

.apply-flow-step li.flow-item15 {
  margin-top: 19px;
}

.apply-flow-step li.flow-item15 p {
  height: 65px;
  line-height: 65px;
}

.apply-flow-step li.flow-item21, .apply-flow-step li.flow-item31 {
  margin-top: 259px;
}

.apply-flow-step li.flow-item21 p, .apply-flow-step li.flow-item31 p {
  height: 54px;
  line-height: 54px;
}

.apply-flow-step li.flow-item22 {
  margin-top: 85px;
}

.apply-flow-step li.flow-item22 p {
  height: 54px;
  line-height: 54px;
}

.apply-flow-step li.flow-item23 {
  margin-top: 45px;
}

.apply-flow-step li.flow-item23 p {
  height: 38px;
  line-height: 38px;
}

.apply-flow-step li.flow-item31 {
  margin-left: 9px;
}

.apply-flow-step li.flow-item32 {
  margin-top: 85px;
  margin-left: 9px;
}

.apply-flow-step li.flow-item32 p {
  height: 38px;
  line-height: 38px;
}
