/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
}
body {
	font-family: "Microsoft Yahei";
	background: #fff;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #1365b7;
	text-decoration: none;
}
.clear {
	clear: both;
}
.open-header {
	height: 484px;
	padding-top: 25px;
	background: top center / cover url(../img/open-header-bg.jpg);
}
.open-header .title-wrapper {
	margin-top: 140px;
	text-align: center;
}
.open-header .title-wrapper img {
	height: 90px;
	max-width: 100%;
}
.foot-link-bg {
  background: #17579f;
}
#footer {
  position: relative;
}
.web-foot-wrapper {
  padding: 6px 0;
  width: 100%;
}
.phone-foot-wrapper {
  display: none;
}
.web-container {
  position: relative;
}
.web-container > ul {
  height: 38px;
}
.web-container > ul > li {
  float: left;
  width: 14%;
  margin: 0 1%;
  list-style-type: none;
}
.web-container > ul > li p {
  height: 36px;
  line-height: 36px;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.web-container > ul > li p em {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(../img/20fjszf_arr.png) no-repeat;
  transition: 0.3s all;
}
.web-container > ul > li.on em {
  transform: rotate(180deg);
}
.web-container > ul > li .web-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  bottom: 46px;
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 6px rgba(22, 88, 160, 0.21);
}
.web-container > ul > li .web-list li {
  float: left;
  width: 18%;
  margin: 0 1%;
  line-height: 30px;
  list-style-type: none;
  padding: 6px 0px;
  box-sizing: border-box;
}
.web-list li a {
  background: #f7f7f7;
  display: block;
  text-align: center;
  padding: 4px 10px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.web-list li a:hover {
  background: #f2f8ff;
  color: #1658a0;
  box-sizing: border-box;
  border: 1px solid #1658a0;
}
.web-container > ul > li .web-list li a:hover {
  color: #1658a0;
}
/*???*/
.copyright {
  padding-bottom: 20px;
  color: #666;
  font-size: 0.875rem;
  line-height: 2;
}
.copyright a {
  color: #666;
}
.copyright span {
  display: inline-block;
  padding: 0 5px;
}
.h-5 {
  height: 5px;
}



 @media screen and (max-width: 1199.98px) {
}
@media screen and (max-width: 991.98px) {
.open-header {
	height: unset;
	padding-bottom: 30px;
}
.open-header .title-wrapper {
	margin-top: 40px;
}
.open-header .title-wrapper img {
	height: unset;
}
.column-list-wrapper .entry-wrapper {
	width: 45%;
}
.open-nav-wrapper .nav-link {
	font-size: 18px;
	gap: 5px;
	line-height: 32px;
}
}
@media screen and (max-width: 767.98px) {
.open-search-wrapper {
	width: 92%;
}
 .open-search-wrapper:focus-within {
 width: 95%;
}
.open-nav-wrapper .nav-link {
	font-size: 18px;
	gap: 5px;
	line-height: 32px;
}
.cate-list-wrapper {
	gap: 10px 10px;
}
.cate-list-wrapper .entry-wrapper {
	flex-grow: 1;
	width: calc(33% - 10px);
}
.xcjd-list-wrapper .entry-wrapper {
	flex-grow: 0;
	margin-top: 0rem;
	width: calc(50% - 20px);
	padding: 10px 10px;
}
}
@media screen and (max-width: 575.98px) {
.open-nav-wrapper .nav-link {
	border: 0;
}
.open-search-wrapper {
	line-height: 50px;
}
.open-search-wrapper .open-search-btn {
	width: 50px;
	height: 50px;
}
.card-title {
	font-size: 1rem;
	padding: 0px;
}
  #mainCarousel {
    height: 220px;
  }
.logo-wrappr img{ width:100%;}
h2.title-wrapper{font-size:2rem;}
}
