@charset "utf-8";

/* banner */
.banner {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: 100% 100%;
  background-image: url("../images/025.png");
}

/* 导航链接部分 */
.nav_link {
  position: relative;
  width: 100%;
  height: 80px;
  line-height: 80%;
  background-color: #EEEEEE;
}
.nav_link ul {
  float: left;
  width: 100%;
}
.nav_link ul li {
  float: left;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 24.555%;
} 
.nav_link ul li a {
  font-size: 18px;
  color:  #666666;
}
.nav_link ul li:hover a {
  color: #0776EC;
}

/* 行业方案 */
.schemr {
  position: relative;
  width: 100%;
  height: 1544px;
  background-color: #fff;
}
.schemr .schemr_top {
  float: left;
  width: 100%;
  height: 136px;
  border-bottom: 2px solid #ccc; 
}
.schemr .schemr_top .schemr_box1 {
  float: left;
  width: 20%;
  height: 136px;  
}
.schemr .schemr_top .schemr_box1 .schemr_lx {
  float: left;
  margin-top: 54px;
  font-size: 30px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #03AC22;
}
.schemr .schemr_top .schemr_box1 .schemr_con {
  float: left;
  width: 100%;
  margin-top: 6px;
  height: 20%;
  line-height: 20px;
  font-size: 12px;
  color: #03AC22;
}
.schemr .schemr_top .schemr_box2 {
  float: right;
  margin-top: 80px;
  width: 11.555%;
  height: 136px;
}
.schemr .schemr_top .schemr_box2 span:first-of-type img {
  margin-top: -8px;
}
.schemr .schemr_top .schemr_box2 span {
  margin-right: 4px;
}
.schemr .schemr_top .schemr_box2 span:last-of-type {
  margin-right: 0;
}
.schemr .schemr_top .schemr_box2 span a {
  font-size: 14px;
  color: #666666;
} 
.schemr .schemr_cj {
  float: left;
  margin-top: 40px;
  width: 100%;
} 
.schemr .schemr_cj .schemr_hj {
  float: left;
  width: 100%;
  height: 472px;
}
.schemr .schemr_cj .schemr_hj img {
  width: 100%;
  height: 100%;
}
.schemr .schemr_cj ul {
  float: left;
  width: 100%;
}
.schemr .schemr_cj ul li{
  float: left;
  cursor: pointer;
  margin-top: 48px;
  width: 380px;
  height: 270px;
  margin-right: 30px;
  overflow: hidden;  
  cursor: pointer;  
  transition: all 0.6s; 
  background-image: url("../images/38.png");
  background-size: 100% 100%;
}
.schemr .schemr_cj ul li:nth-child(3n){
	margin-right:0
}
.schemr .schemr_cj ul li:hover {
  /*transform: scale(1.1);*/ 
}
.schemr .schemr_cj ul li:last-of-type {
  margin-right: 0;
}
.schemr .schemr_cj ul li .schemr_wz {
  float: left;
  margin-top: 220px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #0974EC;
  color: #fff;
  font-size: 16px;
}
.schemr .schemr_fn {
  float: left;
  width: 100%;
}
.schemr .schemr_fn .schemr_cp {
  float: left;
  width: 100%;
  height: 100px;
  border-bottom: 2px solid #ccc;
}
.schemr .schemr_fn .schemr_cp P:first-of-type {
  float: left;
  margin-top: 30px;
  font-size: 30px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #03AC22;
}
.schemr .schemr_fn .schemr_cp P:last-of-type {
  float: left;
  width: 100%;
  margin-top: 6px;
  height: 20%;
  line-height: 20px;
  font-size: 12px;
  color: #03AC22;
} 
.schemr .schemr_list {
  float: left;
  margin-top: 30px;
  width: 100%;
  height: 240px;
} 
.schemr .schemr_list ul {
  float: left;
  width: 100%;
  height: 100%;
}
.schemr .schemr_list ul li {
  float: left;
  margin-right: 32px;
  width: 23%;
  height: 240px;
}
.schemr .schemr_list ul li:last-of-type {
  margin-right: 0;
}
.schemr .schemr_list ul li .schemr_list_img {
  width: 100%;
  height: 204px;
}
.schemr .schemr_list ul li .schemr_list_img img {
  width: 100%;
  height: 100%;
}
.schemr .schemr_list ul li p {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schemr .schemr_list ul li:hover {
  margin-top: -10px;
  transform: translate(0,0);
  transition: all .2s ease-in 0s;
  -moz-box-shadow:0 0 10px #ccc;
  -webkit-box-shadow:0 0 10px #ccc;
  box-shadow:0 0 10px #ccc;
}




@media screen and (min-width: 992px) {
  /* 屏幕大于992px */
  .schemr .schemr_fa {
    display: none;
  } 
  .schemr .schemr_yy {
    display: none;
  } 

}
@media screen and (max-width: 992px) {
  /* 屏幕小于992px */
  .content {
    box-sizing: border-box;
    padding-bottom: 44px;
    position: relative;
  }

  /* 头部 */
  .top_link ul li:nth-of-type(11) {
    border-bottom: 2px solid #0776EC;
  }

  /* banner */
  .banner {
    position: relative;
    width: 100%;
    height: 150px;
  }

  /* 导航链接部分 */
  .nav_link {
    height: 100%;
  }
  .nav_link ul li {
    width: 50%;
    height: 40px;
    line-height: 40px;
  }
  .nav_link ul li a {
    font-size: 14px;
  }

  /* 行业方案 */
  .schemr {
    /* display: none; */
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    display: inline-block;
    height: 100%;
  }
  .schemr .schemr_top .schemr_box1 {
    display: none;
  }
  .schemr .schemr_top .schemr_box2 {
    width: 100%;
  }
  .schemr .schemr_fa {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    width: 100%;
    color: #0974EC;
    text-align: center;
  } 
  .schemr .schemr_top {
    height: 34px;
  }
  .schemr .schemr_top .schemr_box2 {
    margin-top: 10px;
    height: 100%;
  }
  .schemr .schemr_cj {
    height: 100%;
    margin-top: 10px;
  }
  .schemr .schemr_cj .schemr_hj {
    height: 160px;
  }
  .schemr .schemr_cj ul li {
    width: 100%;
    height: 182px;
    margin-top: 10px;
  }
  .schemr .schemr_cj ul li .schemr_wz {
    margin-top: 132px;
  }
  .schemr .schemr_fn {
    height: 100%;
  }
  .schemr .schemr_yy {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    width: 100%;
    color: #0974EC;
    text-align: center;
  }
  .schemr .schemr_fn .schemr_cp {
    display: none;
  }
  .schemr .schemr_list {
    margin-top: 0px;
    height: 100%;
  }
  .schemr .schemr_list ul li {
    width: 48%;
    margin-right: 0;
  }
  .schemr .schemr_list ul li:nth-of-type(even) {
    float: right;
  }
  .schemr .schemr_list ul li p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

}
@media screen and (min-width:992px) and (max-width: 1236px) {
  /* 屏幕大于992px 且 屏幕小于1236px */

  .w {
    width: 100%;
  }

  .zixun {
    display: none;
  }

  .schemr .schemr_top .schemr_box2 {
    width: 15% ;
  }

  .schemr .schemr_cj ul li {
    width: 31.2222%;
  }

  .schemr .schemr_list ul li {
    width: 22%;
  }
  .schemr .schemr_list ul li:last-of-type {
    margin-right: 0;
  }
}  