.icon {
  height: 240px;
  width: 100%;
}
.icon img {
  width: 100%;
  height: 100%;
}
.icon1 {
  width: 1240px;
  margin: 0 auto;
}
.icon1 > div {
  width: 570px;
  height: 381px;
  position: relative;
}
.icon1 > div img {
  width: 100%;
  height: 100%;
}
.icon1 > div .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 139, 201, 0.6);
  display: none;
}
.icon1 > div .back > div {
  font-size: 18px;
  color: #ffffff;
  width: 232px;
  height: 46px;
  line-height: 46px;
  margin: 144px auto 0 auto;
  text-align: center;
  border: 1px solid #fff;
}
.icon1 > div:hover .back {
  display: block;
}
.icon1 > div.icon_r {
  margin-left: 99px;
}
.list {
  width: 1240px;
  margin: 0 auto;
}
.list > ul {
  width: 169px;
  margin-right: 40px;
}
.list > ul > li {
  background-color: #0a8ccb;
  border-bottom: 2px solid #ffffff;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 16px;
}
.list > ul > li a {
  font-size: 15px;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
}
.list > ul > li span {
  color: #fff;
  font-size: 18px;
}
.list > ul > li.active {
  background-color: #0c6fb5;
}
.list > div {
  background-color: #d8dbe8;
  width: 1030px;
  /*height: 660px;*/
  padding: 35px 0 0 36px;
  overflow: hidden;
}
.list > div > ul > li {
  width: 209px;
  display: inline-block;
  margin-right: 36px;
  margin-bottom: 28px;
}
.list > div > ul > li>a{
  display: block;
  width: 100%;
  height: 138px;
}
.list > div > ul > li > a > div.icon-2 {
  width: 100%;
  height: 100%;
  padding: 2px;
}
.list > div > ul > li > a > div.icon-2 > img {
  width: 100%;
  height: 100%;
}
.list > div > ul > li > div.name {
  text-align: center;
  margin-top: 10px;
}
.bq {
  height: 62px;
  line-height: 62px;
  text-align: center;
  background-color: #333333;
  color: #fff;
  margin-top: 48px;
}
#pages {
  padding: 0 0 5px 0;
  text-align: center;
  font: 16px '微软雅黑';
}
#pages a {
  display: inline-block;
  padding: 10px 20px;
  height: 24px;
  font-size: 14px;
  line-height: 0;
  border: #dbdbd9 solid;
  border-width: 1px 1px 1px 0px;
  text-align: center;
  color: #333;
  text-decoration: none;
  background: #fbfbfb;
}
#pages a.a1 {
  padding: 10px 12px;
  height: 25px;
  line-height: 0;
  margin-top: 0px;
  border-left: 1px solid #dbdbd9;
}
#pages a:hover {
  color: #fff;
  text-decoration: none;
  background: #d80010;
  /*--淡淡蓝色--*/
}
#pages span {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  height: 22px;
  line-height: 0;
  color: #fff;
  text-align: center;
  background: #d80010;
  /*--深蓝色--*/
}
.page .noPage {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  height: 25px;
  line-height: 0;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
  /*--深灰色--*/
}
