@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%;
  text-align: center;
}
.nav_link ul li {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 18%;
} 
.nav_link ul li a {
  font-size: 18px;
  color:  #666666;
}
.nav_link ul li:hover a {
  color: #0776EC;
}
.nav_link ul li.active {
  background-color: #0776EC;
}
.nav_link ul li.active a {
  color: #fff;
}

/* 面包屑导航 */
.crumbs {
  position: relative;
  width: 100%;

}
.crumbs .crumbs_top {
  height: 90px;
  border-bottom: 2px solid #ccc;
}
.crumbs .crumbs_zb {
  float: left;
  margin-top: 54px;
  width: 70%;
  height: 30px;
  line-height: 30px;
}
.crumbs .crumbs_zb span {
  color: #666666;
  font-size: 14px;
  margin-right: 4px;
  cursor: pointer;
}
.crumbs .crumbs_zb span:first-of-type {
  float: left;
  margin-top: -4px;
}
.crumbs .crumbs_yb {
  float: right;
  margin-top: 40px;
  width: 130px;
  height: 34px;
} 
.crumbs .crumbs_yb img {
  width: 100%;
  height: 100%;
}
.crumbs .crumbs_nr {
  float: left;
  width: 100%;
} 
.crumbs .crumbs_nr .crumbs_bt {
  float: left;
  margin-top: 36px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #03AC22;
  text-align: center;
}
.crumbs .crumbs_nr .crumbs_bq {
  float: left;
  cursor: pointer;
  margin-left: 2px;
  margin-right: 2px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  text-align: center;
} 
.crumbs .crumbs_lb {
  position: relative;
  float: left;
  margin-bottom: 50px;
  margin-top: 30px;
  width: 100%;
  /*height: 800px;*/
  overflow: hidden;
}
.crumbs .crumbs_lb .swiper-slide {
  text-align: center;
}
.crumbs .crumbs_lb  img {
  width: 750px;
  height: 450px;
}
.crumbs .crumbs_lb .arrows {
  position: relative;
}
.crumbs .crumbs_lb .arrows .arrows_left {
  position: absolute;
  cursor: pointer;
  top: -60px;
  width: 60px;
  height: 60px;
  line-height: 58px;
  background-color: rgb(0, 0, 0,.3);
  text-align: center;
}
.crumbs .crumbs_lb .arrows .arrows_left .arrows_left_img {
  display: inline-block;
}
.crumbs .crumbs_lb .arrows .arrows_left .arrows_left_img  img {
  width: 100%;
  height: 100%;
}
.crumbs .crumbs_lb .arrows .arrows_right {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: -60px;
  width: 60px;
  height: 60px;
  line-height: 58px;
  background-color: rgb(0, 0, 0,.3);
  text-align: center;
}
.crumbs .crumbs_lb .arrows .arrows_right .arrows_right_img {
  display: inline-block;
}
.crumbs .crumbs_lb .arrows .arrows_right .arrows_right_img  img {
  width: 100%;
  height: 100%;
}
.crumbs .crumbs_bg {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.crumbs .crumbs_xq {
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
  width: 100%;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  background-color: #03AC22;
  color: #fff;
} 
.crumbs .crumbs_bg .crumbs_nc {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.crumbs .crumbs_mc {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #000;
  font-weight: 900;
  text-align: center;
} 
.crumbs .crumbs_ms {
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
  width: 100%;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  background-color: #EEEEEE;
  color: #000;
  font-weight: 700;
} 
.crumbs .crumbs_ms_s {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
  color: #666;
  height: 40px;
  line-height: 22px;
}
.crumbs .crumbs_bz {
  float: left;
  width: 100%;
} 
.crumbs .crumbs_bz span {
  float: left;
  width: 36%;
  font-size: 14px;
  height: 30px;
  color: #666;
  line-height: 30px;
}
.crumbs .crumbs_ms_img {
  float: left;
  width: 100%;
  margin-top: 4px;
} 
.crumbs .crumbs_b {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #808080;
} 
.crumbs .crumbs_tp {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.crumbs .crumbs_tp img {
  width: 100%;
  height: 100%;
}

/* 行业方案 */
.schemr {
  position: relative;
  width: 100%;
}
.schemr .schemr_fn {
  float: left;
  width: 100%;
  height: 370px;
  margin-bottom: 50px;
}
.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;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.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_cp02 {
    display: none;
  }

}

@media screen and (max-width: 992px) {
  /* 屏幕小于992px */
 
 	.xh_top {
		/*display: none !important;*/
	}
 
  .content {
    box-sizing: border-box;
    padding-bottom: 44px;
    position: relative;
  }
  .top_link ul li:nth-of-type(3) {
    border-bottom: 2px solid #0776EC;
  }
	
  /* banner */
  .banner {
    position: relative;
    width: 100%;
    height: 150px;
  }

  /* 快速导航链接 */
  .nav_link {
    /* display: none; */
  }
  .nav_link ul li {
    width: 48%;
    height: 40px;
    line-height: 40px;
  }
  .nav_link ul li a {
    font-size: 14px;
  }
  


  /* 面包屑导航 */
  .crumbs {
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
  }  
  .crumbs .crumbs_zb {
    width: 100%;
    margin-top: 20px;
    text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
  }
  .crumbs .crumbs_yb {
    margin-top: 0;
  }
  .crumbs .crumbs_nr .crumbs_bt {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
  }
  .crumbs .crumbs_nr .crumbs_bq {
    font-size: 12px;
  }
  .crumbs .crumbs_lb {
    margin-top: 10px;
    /*height: 118px;*/
    margin-bottom: 10px;
  }
  .crumbs .crumbs_mc {
    font-size: 16px;
  }
    .crumbs_nc p {
    	margin-top: 4px;
    }
  .crumbs_nc p img {
  	width: 100%;
  	height: 100%;
  }
  .crumbs .crumbs_ms {
    font-size: 14px;
    width: 100% !important;
  }
  .crumbs .crumbs_ms_s {
    height: 100% !important; 
    font-size: 12px;
    width: 100% !important;
    
  }
  .crumbs .crumbs_bz {
    height: 100%;
    width: 100% !important;
  }
  .crumbs .crumbs_ms_img {
  	width: 100% !important;
  }
  .crumbs .crumbs_bz span {
    font-size: 12px;
    width: 100%;
  }
  .crumbs .crumbs_ms_img img {
    width: 100%;
    height: 100%;
  }
  .crumbs .crumbs_b {
    font-size: 12px;
    line-height: 20px;
    width: 100% !important;
    line-height: 20px !important;
  }

  /* 行业方案 */
  .schemr {
    /* display: none; */
    box-sizing: border-box;
    padding: 0 10px;
    height: 100%;
  } 
  .schemr .schemr_fn {
    margin-bottom: 0;
    height: 100%;
  }
  .schemr .schemr_fn .schemr_cp {
    display: none;
  }
  .schemr .schemr_fn .schemr_cp02 {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    width: 100%;
    color: #0974EC;
    text-align: center;
  }
  .schemr .schemr_list {
    margin-top: 0px;
    height: 100%;
  }
  .schemr .schemr_list ul li {
    float: left;
    width: 48%;
    margin-right: 0;
    height: 170px;
  }
  .schemr .schemr_list ul li:nth-of-type(even){
    float: right;
  }
  .schemr .schemr_list ul li p {
    font-size: 14px;
  }
  .schemr .schemr_list ul li .schemr_list_img {
    height: 130px;
  }

  
}


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

  .w {
    width: 100%;
  }

  .zixun {
    display: none;
  }
	
	.xh_top {
		display: none;
	}
	
  .nav_link ul li {
    width: 20%;
  }
  
  .schemr {
    box-sizing: border-box;
    padding: 10px;
  }
  .schemr .schemr_list ul li {
    width: 22%;
  }


} 