.banner {
  height: 430px;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  background-color: #006699;
}
.centent {
  width: 1100px;
  margin: 0 auto;
  padding: 40px;
}
.centent p {
  line-height: 35px;
  font-size: 16px;
  margin: 20px 0;
}
.centent p img {
  max-width: 1060px;
  text-align: center;
}
.newslist .nlist {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: #cccccc 1px dashed;
}
.newslist .nlist .listPic {
  width: 140px;
  height: 100px;
  border: #cccccc 1px solid;
}
.newslist .nlist .listTitle {
  width: 900px;
  height: 100px;
  padding-left: 15px;
}
.newslist .nlist .listTitle h2 a {
  font-size: 16px;
  color: #006699;
}
.newslist .nlist .listTitle h2 a:hover {
  text-decoration: underline;
}
.newslist .nlist .listTitle p {
  text-indent: 0px;
  margin-top: 5px;
  line-height: 20px;
}
.newslist .nlist .listTitle p span {
  font-weight: bold;
}
.newslist .nlist .listTitle p span a {
  color: #006699;
}
.newslist .nlist .listDate {
  width: 70px;
  height: 80px;
  border: #E7E7E7 1px solid;
  margin: 8px 12px 0px 0px;
}
.newslist .nlist .listDate .d {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  font-family: Verdana, Geneva, sans-serif;
}
.newslist .nlist .listDate .m {
  background: #E7E7E7;
  color: #333;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
}
.news-page {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #f1f1f1;
}
.news-page h1 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
}
.pro-next {
  width: 1100px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 14px;
}
.pro-next p {
  line-height: 50px;
}
.pro-next a {
  font-size: 14px;
}
/* 分页效果 */
.pagination > ul {
  padding: 30px 0 30px 0;
  float: left;
  width: 100%;
  font-size: 14px;
}
.pagination > ul > li {
  display: inline-block;
}
.pagination > ul > li > a {
  padding: 5px 10px;
  display: inline-block;
  margin-right: 1px;
  background: #FFFFFF;
  color: #000;
  border: 1px solid #DDDDDD;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.pagination > ul > li > a:hover {
  background: #158ADB;
  color: #fff;
}
.pagination > ul li a.current,
.pagination > ul li.active > a {
  background: #158ADB;
  color: #fff;
  border: 1px solid #158adb;
}
.pagination > ul li:first-child a {
  border-radius: 4px 0px 0px 4px;
}
.pagination > ul li:last-child a {
  border-radius: 0px 4px 4px 0px;
}
.case {
  width: 100%;
  font-size: 0;
}
.case .case-item {
  width: 33.3333333%;
  height: 163px;
  display: block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.case .case-item:hover > ul {
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
}
.case .case-item img {
  width: 95%;
}
.case .case-item ul {
  position: absolute;
  width: 95%;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: all .3s;
  color: #fff;
}
.case .case-item ul h2 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 10px;
}
.case .case-item ul p {
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  margin: 0;
  padding: 0 10px 10px 10px;
}
.footer_contact {
  height: 222px;
  line-height: 222px;
  text-align: center;
  background: #238fec;
  margin-bottom: -80px;
  color: #fff;
}
.footer_contact span {
  font-size: 30px;
}
.footer_contact .contact_btn {
  display: inline-block;
  min-width: 195px;
  height: 58px;
  line-height: 58px;
  font-size: 22px;
  border-radius: 32px;
  margin-left: 20px;
  border: solid 3px #fff;
  color: #fff;
  transition: all .3s;
}
.footer_contact .contact_btn:hover {
  color: #238fec;
  background: #ffffff;
}
