@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;
  background: url(../images/banner.jpg) center center no-repeat;
  display: flex;
  flex-direction: column;
}
.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: 20px 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: 35%;
}
.nlist dl dt img {
  width: 100%;
  height: 240px;
}
.nlist dl dd {
  width: 60%;
}
.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: 10px;
}
.nlist dl dd p {
  font-size: 14px;
  color: #929292;
  line-height: 25px;
  height: 70px;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}
.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: 14px;
  line-height: 25px;
  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: 15%;
  margin: 10px 0.5% 20px 0.5%;
  float: left;
}
.piclist1 li img {
  width: 100%;
  border: 1px solid #ddd;
  height: 80px;
}
.owl-guestlist {
  display: flex;
  flex-wrap: wrap;
}
.owl-guestlist .item {
  background-color: #f8f9fc;
  display: block;
  margin: 20px 1%;
  text-align: center;
  height: 300px;
  width: calc(30%);
}
.owl-guestlist .item img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 30px auto;
}
.owl-guestlist .item h3 {
  display: block;
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
}
.owl-guestlist .item p {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
}
.owl-guestlist .item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.plist {
  margin: 50px 0;
}
.plist ul {
  display: flex;
  flex-wrap: wrap;
}
.plist li {
  width: 25%;
}
.plist .item {
  display: block;
  margin: 0 20px;
  position: relative;
  text-align: center;
}
.plist .item img {
  width: 100%;
}
.plist .item h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 30px;
  z-index: 20;
  font-size: 14px;
  color: white;
  display: none;
}
.plist .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 92, 187, 0.5);
  z-index: 10;
  display: none;
}
.plist .item:hover h3 {
  display: block;
}
.plist .item:hover::before {
  display: block;
}

.g-titIns1 {
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #545454;
	border-bottom: 1px solid #ebebeb;
	font-weight: normal;
	position: relative;
	margin-top: 20px;
}
.g-titIns1::after {
	content: '';
	width: 80px;
	height: 1px;
	background: #2b85f3;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.m-info {
	padding: 15px 0;
}
.m-info p {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #2F2F22;
}
.left_btn {
	margin-top:10px;
}
.left_btn a {
	height: 90px;
	display:block;
	font-size:18px;
	line-height:22px;
	padding: 24px 0 0 105px;
	color:#FFF;
}
.left_btn a span {
	font-size:12px
}
.left_btn .vr {
	background-color: #10bf5a;
	background-image: url(../images/gzdj_icon.png);
	background-repeat: no-repeat;
	background-position: 28px center;
}
.left_btn .ae {
	background-color: #108de5;
	background-image: url(../images/czsq_icon.png);
	background-repeat: no-repeat;
	background-position: 28px center;
}
.left_btn .vr:hover {
	background-color:#16c861;
	color:#FFF
}
.left_btn .ae:hover {
	background-color:#1795ed;
	color:#FFF
}
.nlist.dlist dl {
    padding: 20px;
}

.nlist.dlist dl a h3 {
    font-size: 16px;
}
.down-con{margin-top: 30px;}
.msg {
/**	background-color: #f2f2f2; **/
	padding: 40px;
}

.msg h4 {
	margin: 0;
	font-size: 24px;
	color: #23ac38;
	font-weight: normal;
}

.msg .tips {
	color: #666;
	font-size: 16px;
	margin-top: 10px;
}

.msg form {
	overflow: hidden;
	display: block;
	margin: 10px 0 0 -10px;
}

.msg .form-group {
	float: left;
	margin: 10px 0 0 10px;
	/* width: 235px; */
	background-color: #fff;
	overflow: hidden;
	width: 100%;
}

.msg .form-label {
	float: left;
	line-height: 30px;
	/* width: 80px; */
	padding: 10px 0 10px 10px;
}

.msg .form-label span {
	color: red;
}

.msg .form-content {
	margin-left: 90px;
	padding: 10px 10px 10px 0;
}
.msg .con {
	height: 90px;
}
.msg .form-radio {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 100%;
	line-height: 30px;
	margin-right: 10px;
}

.msg .form-radio input {
	margin-right: 8px;
}

.msg .form-submit {
	display: block;
	width: 125px;
	background: #23ac38;
	color: #fff;
	border: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	height: 54px;
	font-size: 18px;
}

.msg .form-group.full {
	width: 725px;
}

.msg .form-group.yzm .form-control {
	width: 70px;
}

.msg .form-group.yzm .yzm-pic {
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 30px;
}

.message-left {
	float: left;
	width: 560px;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}

.message-left h4 {
	margin: 0 0 45px;
	font-size: 36px;
	font-weight: normal;
	color: #333;
}

.message-left p {
	margin: 0;
}

.message-right {
	float: right;
	width: 560px;
}
.message-con {
	margin: 0 auto;
	width: 805px;
}
.msg .form-content .form-control {
    max-width: 400px;
}
.msg .form-content select.form-control {
   max-width: 130px;
    float: left;
    margin-right: 5px;
}
.msg .form-content .form-control2 {
    max-width: 200px;
    float: left;
}
.msg .form-content .form-control4 {
    max-width: 162px;
    float: left;
}
.msg .form-content .form-control3 {
    max-width: 80px;
    float: left;
    margin-right: 20px;
}
.msg .form-content label{line-height: 30px;margin-top: -10px;}
.msg .form-content label input[type=radio] {
    line-height: 30px;
    margin-left: 10px;
    margin-right: 3px;
}
.artcom b,.artcom strong {
    font-weight: bolder;
}
.artcom p,.artcom span {
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 16px;
}
.artcom h1,.artcom h2,.artcom h3,.artcom h4,.artcom h5,.artcom h6{font-size:20px;font-weight:bolder;line-height:2}

.artcom a{
    color: #2473f0;
    text-decoration: underline;
}
.artcom a:hover{
    color: blue;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
	.newstit{margin-top:20px}
  .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;
  }
  .nlist dl dd p{height:auto}
  .nlist dl dt img {
  height: 180px;
}
.artcom img {
max-width: 100%;
    height: auto;
}
.sanv a {
    padding: 0 10px;
    line-height: 2;
}
}