@charset "utf-8";
/* CSS Document */
.banner {
	height: 180px;
	text-align: center;
	font-size: 24px;
	color: white;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	background-image: url(../banner111.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.sanv {
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}
.sanv .w {
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.sanv a {
  color: #7b7583;
  padding: 0 20px;
}
.sanv a:hover {
  color: #0168b7;
}
.sanv a.active {
  color: #0168b7;
}
.nlist dl {
  padding: 50px 0;
  border-bottom: 1px solid #ececec;
}
.nlist dl:last-child {
  border: 0;
}
.nlist dl a {
  display: flex;
  justify-content: space-between;
}
.nlist dl dt {
  width: 45%;
}
.nlist dl dt img {
  width: 100%;
}
.nlist dl dd {
  width: 50%;
}
.nlist dl dd span {
  display: block;
  line-height: 60px;
  color: #0168b7;
  font-size: 18px;
}
.nlist dl dd h3 {
  color: #0168b7;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
.nlist dl dd p {
  font-size: 14px;
  color: #929292;
  line-height: 25px;
}
.nlist dl dd .more {
  width: 145px;
  line-height: 43px;
  color: #0168b7;
  text-align: center;
  font-size: 18px;
  border: 1px solid #0168b7;
  margin-top: 20px;
}
.nlist dl a:hover .more {
  background-color: #0168b7;
  color: #fff;
}
.newslist ul {
  display: flex;
  flex-wrap: wrap;
}
.newslist ul li {
  width: 30.333333%;
  margin: 60px 1.5% 0 1.5%;
}
.newslist ul li img {
  width: 100%;
}
.newslist ul li a {
  display: block;
  background-color: #f6f6f6;
  border-bottom: 5px solid #F6F6F6;
}
.newslist ul li a:hover {
  background-color: #0168b7;
  color: white;
  border-bottom: 5px solid #3bb5fb;
}
.newscon {
  padding: 10px;
  box-sizing: border-box;
}
.newslist ul li a h3 {
  font-size: 16px;
  color: black;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}
.newslist ul li a p {
  font-size: 12px;
  color: #606060;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 20px 0;
}
.newslist ul li a:hover h3 {
  color: white;
}
.newslist ul li a:hover p {
  color: white;
}
.quick-contact {
  margin-top: 50px;
}
.quick-contact .qbor {
  height: 30px;
  background-image: linear-gradient(#f5f5f5, #fff);
}
.quick-contact .qtit {
  text-align: center;
}
.quick-contact .qtit h3 {
  font-size: 24px;
  color: black;
  font-weight: bolder;
}
.quick-contact .qtit p {
  color: #6f6f6f;
  font-size: 18px;
  margin: 10px;
}
.quick-contact .quick-list {
  margin: 60px 0;
}
.quick-contact .quick-list ul {
  display: flex;
  justify-content: space-between;
}
.quick-contact .quick-list li {
  border: 1px solid #F2F2F2;
  padding: 10px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  font-size: 14px;
}
.quick-contact .quick-list li .bor {
  height: 1px;
  background-color: #F2F2F2;
  width: 100%;
  margin: 20px 0;
}
.main {
  padding: 50px 0;
}
.tit {
  font-size: 30px;
  margin: 60px auto;
  color: #0168b7;
  text-align: center;
  font-weight: bold;
}
.aboutus {
	font-size: 15px;
	line-height: 28px;
	margin-top: 20px;
}
.newstit {
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 20px;
  color: #0168b7;
}
.newsdesc {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}
.pageright {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  padding: 15px 0 0 0;
  margin-top: 15px;
  line-height: 35px;
}
.downlist li {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.downlist li h3 {
  display: block;
  float: left;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
}
.downlist li span {
  display: block;
  float: right;
  line-height: 50px;
}
.piclist {
  overflow: hidden;
  margin: 0 -0.5%;
}
.piclist li {
  width: 13%;
  margin: 30px 0.5% 0 0.5%;
  float: left;
}
.piclist li img {
  width: 100%;
  border: 1px solid #ddd;
}
.piclist1 {
  overflow: hidden;
  margin: 0 -1%;
}
.piclist1 li {
  width: 24%;
  margin: 30px 0.5% 0 0.5%;
  float: left;
}
.piclist1 li img {
  width: 100%;
  border: 1px solid #ddd;
}
.owl-guestlist {
  display: flex;
  flex-wrap: wrap;
}

.plist .item:hover h3 {
  display: block;
}
.plist .item:hover::before {
  display: block;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .tit {
    font-size: 20px;
    margin: 30px auto;
  }
  .sanv .w {
    flex-wrap: wrap;
  }
  .nlist dl a {
    flex-direction: column;
  }
  .nlist dl dt {
    width: 100%;
  }
  .nlist dl dd {
    width: 100%;
  }
  .newslist ul li {
    width: 100%;
    margin: 60px 0% 0 0%;
  }
  .aboutus img {
    max-width: 100%;
    height: auto;
  }
  .quick-contact .quick-list ul {
    flex-wrap: wrap;
  }
  .quick-contact .quick-list li {
    width: 48%;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main {
    padding: 0px 10px;
  }
  .owl-guestlist .item {
    margin: 20px 0%;
    width: 100%;
  }
  .piclist {
    margin: 0;
  }
  .piclist li {
    width: 48%;
    margin: 30px 1% 0 1%;
    float: left;
  }
  .piclist1 {
    margin: 0;
  }
  .piclist1 li {
    width: 48%;
    margin: 30px 1% 0 1%;
    float: left;
  }
}
