@import url("./lib.css");
@import url("../fonts/iconfont.css");
:root {
  --color: #2f3584;
  --color2: #ff0000;
}

/* common */
.top {
  background: #fff;
  padding: 12px 0;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}

.top .menu {
  height: 31px;
}

.top .menu a {
  margin-right: 40px;
  color: #505050;
}

.top .menu a:hover, .top .menu a.on {
  color: var(--color);
}

.top .menu a.on {
  font-weight: 500;
}

.top .tpr {
  color: #505050;
}

.top .tpr .site {
  border-right: 1px solid #e4e4e4;
  height: 31px;
  padding-right: 28px;
  margin-right: 30px;
}

.top .tpr .site .tname {
  color: var(--color);
  margin: 0 5px 0 22px;
}

.top .tpr .tel {
  color: var(--color);
}

.ads1 img {
  display: block;
}

.ads {
  margin: 25px 0;
}

.ads img {
  display: block;
}

.neck .ads1 {
  margin: 13px 0 19px;
}

.neck .nav {
  /*sarch*/
  margin-top:10px;
}

.neck .nav .logo {
  width: 248px;
}
.neck .nav .logo2 img{
    max-width:80px;
}
.neck .nav .search {
  width: calc(100% - 365px);
}

.neck .nav .fl {
  width: 360px;
}

.neck .nav .fl2 {
  width: 545px;
}

.neck .nav .wzcat {
  padding: 0 19px;
  height: 41px;
  color: #fff;
  font-size: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: 5px;
  background: #2f3584;
}

.neck .nav .s_search {
  width: 100%;
}

.neck .nav .search_border {
  height: 50px;
  width: calc(100% - 160px);
  border: 2px solid #d4d4d4;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}

.neck .nav .searchBtn {
  width: 160px;
  flex-shrink: 0;
}

.neck .nav .searchBtn button {
  width: 100%;
  border: 0;
  outline: 0;
  color: #fff;
  height: 50px;
  background: #2f3584;
  font-size: 18px;
}

.neck .nav .searchBtn button i {
  font-size: 20px;
  font-style: normal;
  margin-right: 10px;
}

.neck .nav .searchBtn button:hover {
  opacity: 0.88;
}

.neck .nav .search-select {
  float: left;
  height: 50px;
  position: relative;
  z-index: 20;
}

.neck .nav .search-select select {
  border: none;
  appearance: none;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../img/down.png") no-repeat scroll 100px center transparent;
  padding-right: 14px;
  width: 120px;
  color: #343434;
  font-size: 16px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
}

.neck .nav .search-select select::-ms-expand {
  display: none;
}

.neck .nav .searchTxt input {
  width: 100%;
  padding: 0 15px;
}

/* footer */
.footer {
  border-top: 2px solid #e0e0e0;
  padding: 30px 0;
}

.footer .footer-logo {
  max-width: 335px;
}

.footer .footer-lxfs {
  line-height: 1.8;
}

.footer .footer-qrcode li {
  margin: 0 18px;
  width: 96px;
  text-align: center;
}

.footer .footer-qrcode li p {
  color: #3a3a3a;
}

.footer.footer2 {
  border-top-width: 1px;
}

.footer.nob {
  border-top-color: #fff;
}

.ind-type {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 25px;
}

.ind-type .cat {
  position: relative;
  padding: 12px 0 10px;
}

.ind-type .cat::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #2f3584;
  position: absolute;
  bottom: -1px;
  z-index: 1;
  left: 0;
}

.ind-type .sub a {
  margin-left: 42px;
  color: #373737;
}

.ind-type .sub a:hover, .ind-type .sub a.on {
  color: var(--color);
}

.ind-type .sub a.on {
  font-weight: bold;
}

.ind-type .more {
  width: 117px;
  height: 30px;
  margin-left: 42px;
  color: #fff;
  background: #2f3584;
}

.ind-type .more:hover {
  opacity: 0.88;
}

.links {
  padding: 18px 0;
  border-top: 2px solid #e4e4e4;
}

.links .link-tit {
  font-weight: bold;
  color: var(--color);
  margin-right: 1rem;
}

.links .link-txt a {
  margin-right: 25px;
}

.links .tel {
  color: var(--color2);
}

.links.links2 .link-txt {
  line-height: 2;
}

.links.links2 .link-txt a {
  margin: 5px 10px 5px 0;
}

/* pages */
.pages {
  padding: 35px 0;
}

.pages li {
	height:29px;
	display:flex;
	align-items:center;
	justify-content:center;
  margin-right: 10px; border: 1px solid #d8d8d8;
}
.pages li select{outline:0;border:0}
.pages li a {
  height: 29px;
  display: flex;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
 
}

.pages li a i {
  font-size: 14px;
  margin: 0 3px;
}

.pages li.on{
  background: #b1b7ff;
  border: 1px solid #2f3584;
  color: #2f3584;
}
.pages li.on a{color:#2f3584}
