/* main */
.main-navigate {
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
  background-color: #224b7f;
}
.main-navigate ul li {
  float: left;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  cursor: pointer;
}
.main-navigate ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.main-navigate ul li span {
  color: #fff;
  font-size: large;
  font-weight: 700;
}
.search {
  height: 60px;
  line-height: 60px;
}
.search input {
  float: left;
  padding-left: 5px;
  outline: none;
  width: 220px;
  height: 36px;
  margin-top: 12px;
  font-size: 16px;
  border: none;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  outline: none;
  border-radius: 4px 0 0 4px;
}
.search button {
  float: left;
  width: 60px;
  background-color: #ffa735;
  color: #fff;
  margin-top: 12px;
  height: 36px;
  border: none;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
/* list */
.list > p {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  padding-top: 15px;
}
.list .notice-content .notice-list {
  width: 250px;
}
.list .notice-content > ul.list-info {
  margin-left: 260px;
  margin-bottom: 40px;
  padding: 5px 15px;
  background-color: #fff;
}
.list .notice-content > ul.list-info li {
  position: relative;
  padding: 6px 15px;
  font-size: 14px;
}
.list .notice-content > ul.list-info li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #ddd;
  border-radius: 100px;
}
ul.list-info li:hover a {
  color: #1b80d2;
}
ul.list-info li:hover:before {
  background-color: #1b80d2;
}
.list .notice-content > ul.list-info li .date {
  position: absolute;
  right: 10px;
  color: #999;
}

.notice-list > div {
  background-color: #1b80d2;
  width: 235px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 41px;
  color: #FFF;
}
.notice-list > ul li {
  position: relative;
  width: 235px;
  height: 46px;
  line-height:46px ;
  font-size: 17px;
  padding-left: 41px;
  color: #333;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fff;
}
.notice-list > ul li:last-child {
  border-bottom: 1px solid #ddd;
}
.notice-list > ul li:hover {
  background-color: #b5d6f0;
  cursor: pointer;
  color: #1b80d2;
}
.notice-list > ul li> span {
  position: absolute;
  left: 19px;
  top: 16px;
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 9px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #b6b6b6;
}
.notice-list > ul li:hover > span {
  border-left: 9px solid #1b80d2;
}
.crumbs-active {
  color: #ffa735;
}
/* footer */
.footer {
  height: 180px;
  background-color: #333;
  color: #fff;
  text-align: center;
}
.footer .contentWrap {
  padding-top: 25px;
  font-size: 14px;
}
.footer .contentWrap .suggest {
  margin-top: 15px;
}
.contentWrap p .fr {
  color:#1b80d2;
  cursor: pointer;
}
/* side */
.side {
  position: fixed;
  right: 5px;
  top: 50%;
}
.side img {
  width: 72px;
  height: 42px;
  margin-bottom: 8px;
  padding-left: 30px;
  cursor: pointer;
}
.side > div {
  position: relative;
}
.service-info,
.phone-info {
  position: absolute;
  left: -330px;
  top: 0;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px 20px;
}
.side .wx-info,
.side .qq-info {
  position: absolute;
  left: -106px;
  top: -21px;
  width: 130px;
  height: 100px;
}
.phone-info {
  left: -297px;
  top: -10px;
}
.service:hover .service-info,
.phone:hover .phone-info,
.wx:hover .wx-info,
.qq:hover .qq-info {
  display: block;
}
@media screen and (max-width: 1300px) {
  .contentWrap {
    width: 1080px;
  }
  .main-evaluate ul li .address {
    width: 25%;
  }
  .purchase-block .item a {
    padding-left: 25%;
  }
  .navigate > div input {
    width: 170px;
  }
  .header-top .navigate ul li {
    margin-right: 0;
  }
  .purchase-block img {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .header-content > div {
    height: 325px;
  }
  .header-top .fl > h1 {
    margin-right: 10px;
  }
  .header .address button {
    padding: 4px 7px;
  }
  .header-top .navigate ul li a {
    font-size: 14px;
  }

  .navigate > div input {
    width: 150px;
  }
  .contentWrap {
    width: 980px;
  }
  .main-evaluate ul li .address {
    width: 20%;
  }
  .purchase-block img {
    margin-right: 38px;
  }
  .purchase-block .item a {
    padding-left: 22%;
  }
  .protocol-block .item a {
    line-height: 68px;
  }
}
@media screen and (max-width: 1100px) {
  .header-top .navigate ul li {
    margin-right: 0px;
    font-size: 14px;
  }
  .navigate > div {
    display:inherit;
    text-align: right;
  }
  .header-content > div {
    height: 300px;
  }
  .contentWrap {
    width: 880px;
  }
  .purchase-block img {
    margin-right: 30px;
  }
  .purchase-block .item a > div div {
    font-size: 12px;
  }
  .purchase-block .item a {
    padding-left: 22%;
  }
  .protocol-block .item a {
    line-height: 62px;
  }
  .subdivide span {
    margin-right: 10px;
  }
  .item-left ul li a {
    padding-right: 180px;
  }
}