@import url(common.css);
body {
  background: #f7f7f7;
}
.cpzs_banner {
  height: 509px;
  width: 100%;
  background: #ffffff url(../images/cpzs_banner.jpg) center center no-repeat;
}
.cpzs_banner .wrap {
  overflow: hidden;
}
.cpzs_banner .wrap .title {
  margin-top: 169px;
  font-size: 34px;
  color: #222;
  font-weight: bold;
}
.cpzs_banner .wrap .text {
  color: #666666;
  opacity: 0.6;
  line-height: 30px;
  font-size: 18px;
  margin-top: 20px;
}
.cpzs_banner .wrap .btnBox {
  margin-top: 40px;
}
.cpzs_banner .wrap .btnBox .btn1 {
  width: 124px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #0060e2;
}
.cpzs_banner .wrap .btnBox .btn1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
  color: #0060e2;
}
.cp_nav {
  width: 100%;
  height: 92px;
  background: #fff;
}
.cp_nav ul {
  width: 1200px;
  margin: 0 auto;
  line-height: 92px;
  text-align: center;
}
.cp_nav ul li {
  cursor: pointer;
  font-size: 24px;
  color: #222;
  margin-right: 150px;
  display: inline-block;
}
.cp_nav ul li:last-child {
  margin-right: 0;
}
.cp_nav ul .on {
  color: #0060e2;
  font-weight: bold;
  position: relative;
}
.cp_nav ul .on::after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background: #fbba60;
  border-radius: 2px;
}
.content {
  padding-top: 39px;
}
.content .box_tit {
  color: #222222;
  font-size: 20px;
  margin-bottom: 26px;
  font-weight: bold;
}
.content ul {
  margin-bottom: 28px;
}
.content ul li {
  float: left;
  width: 384px;
  height: 140px;
  background: #fff;
  margin: 0 24px 22px 0;
}
.content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 42px 25px 0 25px;
}
.content ul li a .tit {
  color: #222222;
}
.content ul li a .tit span {
  display: inline-block;
  width: 68px;
  height: 20px;
  border: 1px solid #0060e2;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #0060e2;
  margin-left: 7px;
}
.content ul li a .text {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
.content ul li:nth-child(3n) {
  margin: 0 0px 22px 0;
}
.content ul li:hover {
  border: 1px solid #0060e2;
}
