.fl {
  float: left;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/*头部*/
.header-index {
  background-color: #f4f4f4 !important;
  height: 42px !important;
  box-shadow: 0 1px 4px 0 rgba(0, 21, 41, .08);
  z-index: 1000;
}
.header-index .content {
  width: 1200px;
  margin: 0 auto;
}
.header-index .content .ul-fl {
  height: 42px;
}
.header-index .content .ul-fl .fl {
  line-height: 42px;
  height: 42px;
  float: left;
  color: #333;
  margin-right: 10px;
  padding-right: 10px;
}
.header-index .content .ul-fl .fl input[type=text], 
.header-index .content .ul-fl .fl input[type=password] {
  width: 150px;
  height: 22px;
  background: #fff;
  border: #f1efef solid 1px;
  color: #ccc;
  font-size: 14px;
  text-indent: 0px;
}
.header-index .content .ul-fl .fl button {
  line-height: 24px;
  text-align: center;
  margin-top: 8px;
  background: #1d71b7;
  float: left;
  display: block;
  width: 50px;
  height: 24px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}
.header-index .content .ul-fl .fl button:hover {
  opacity: 0.7;
}
.header-index .content .ul-fl .fl a {
  color: #66667c;
  padding: unset;
}
.header-index .content .ul-fl .ts {
  float: right !important;
}

.header-logo {
  position: relative;
}
.header-logo .banner {
  margin-top: 5px;
  display: none;
}
.header-logo .search {
  padding: 16px 0;
  width: 1200px;
  margin: 0 auto;
}
.header-logo::after {
  content: '';
  border-bottom: 1px solid #f0f0f0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-logo .search .logo {
  float: left;
}
.header-logo .search .logo img {
  float: left;
  width: 260px;
  height: 130px;
  padding-right: 20px;
}
.header-logo .search .logo-ul-menu {
  display: inline-flex;
}

.header-logo .search .logo-ul-menu li {
  margin-left: 23px;
  color: #303030;
  font-size: 16px;
  cursor: pointer;
}
.header-logo .search .logo .logo-ul {
  float: left;
  width: 220px;
  height: 100px;
  border-left: 1px solid #ebebeb;
  padding-left: 16px;
  padding-top: 15px;
  margin-top: 15px;
}
.header-logo .search .logo .logo-ul li {
  width: 220px;
  font-size: 16px;
  line-height: 28px;
}
.header-logo .search .logo .logo-fontMax {
  float: left;
  font-size: 40px;
  font-weight: bold;
  background-color: #1d59b2;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
  margin-top: 5px;
  line-height: 55px;
  margin-top: 36px;
  margin-right: 30px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.header-logo .search .logo .logo-fontMax::before {
  content: '';
  border-left: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
}
.header-logo .search .search-c {
  float: right;
  margin-top: 50px;
}
.header-logo .search .search-b {
  width: 400px;
  float: right;
  height: 100px;
  padding-top: 30px;
}
.header-logo .search .search-b input[type=text] {
  padding: 0 5px;
  border: #dedede 1px solid;
  background: #ffffff;
  color: #666;
  line-height: 22px;
  float: left;
  width: 200px;
  height: 40px;
  font-size: 14px;
  margin: 7px 0 0 5px;
}
.header-logo .search .search-b button {
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-top: 7px;
  background: #4d8dd3;
  float: left;
  display: block;
  width: 70px;
  height: 40px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
}


.sjw-nav {
  margin-bottom: 15px;
  background-color: #1d59b2;
  height: 45px;
}
.sjw-nav .sjw-con {
  width: 1200px;
  margin: 0 auto;
  background-color: #1d59b2;
  position: relative;
  z-index: 9999;
}
.sjw-nav .sjw-con>ul>li {
  float: left;
  /* width: 120px; */
  width: 162px;
  height: 45px;
  border-right: 1px #cccccc solid;
}
.sjw-nav .sjw-con>ul>li>a {
  font-weight: bold;
  border-top: 1px #2263af solid;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.sjw-nav .sjw-con>ul>li .hover {
  background: #fff;
  color: #2263af;
}
.sjw-nav .sjw-con>ul>li>a:hover {
  background: #fff;
  color: #2263af;
  text-decoration: none;
}
.sjw-nav .xiala {
  position: absolute;
  left: 0;
  background: #fff;
  margin: 0 auto;
}


.wrz-nav-first .wrz-nav {
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  padding: 30px 35px 30px 35px;
  height: auto;
}
.wrz-nav-first .wrz-nav .wrz-first-l {
  width: 420px;
}
.wrz-nav-first .wrz-nav .wrz-first-l dl {
  padding-bottom: 6px;
}
.wrz-nav-first .wrz-nav .wrz-first-l dl dt {
  background: url(../images/index/2608168.png) no-repeat 0 2px;
  padding-bottom: 6px;
  padding-left: 10px;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
}
.wrz-nav-first .wrz-first-l dl dt a {
  text-decoration: none;
}
.wrz-nav-first .wrz-first-l dl dd {
  float: left;
  padding: 0 10px;
  font-size: 14px;
  line-height: 26px;
  width: 42px;
}
.wrz-nav-first .wrz-first-m {
  width: 465px;
  margin-left: 50px;
}
.wrz-nav-first .wrz-first-m dl {
  padding-bottom: 30px;
}
.wrz-nav-first .wrz-first-m dl.wrz-pad-none {
  padding-bottom: 0;
}
.wrz-nav-first .wrz-first-m dl dt {
  background: url(../images/index/2608168.png) no-repeat 0 2px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  padding-bottom: 10px;
}
.wrz-nav-first .wrz-first-m dl dt a {
  text-decoration: none;
}
.wrz-nav-first .wrz-first-m dl dd {
  float: left;
  /* width: 200px; */
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  padding-left: 0;
  padding-bottom: 5px;
}
.wrz-nav-first .wrz-first-m dl dd.nsbm {
  padding-bottom: unset;
  width: 51%;
}
.wrz-nav-first .wrz-first-m dl dd.nsbm2 {
  padding-bottom: unset;
  width: 50%;
}
/* .wrz-nav-first .wrz-first-m dl dd:nth-child(3) {
  padding-bottom: unset;
  width: 49%;
} */
.wrz-nav-first .wrz-first-m dl dd a {
  text-decoration: none;
  display: block;
}
.wrz-nav-first .wrz-first-r {
  width: 150px;
  margin-left: 30px;
}
.wrz-nav-first .wrz-first-r dl dt {
  margin-top: 0px;
  background: #ebedf1;
  line-height: 38px;
  border: 1px solid #2263af;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrz-nav-first .wrz-first-r dl dt a {
  text-decoration: none;
  color: #2263af;
}
.wrz-nav-second .wrz-nav {
  height: 110px;
  padding: 30px 30px 30px 35px;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
.wrz-nav-second .wrz-nav .wrz-second-l {
  width: 360px;
  margin-right: 20px;
}
.wrz-nav-second .wrz-nav .wrz-second-l p {
  position: absolute;
  left: 215px;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.wrz-nav-second .wrz-nav .wrz-second-l:last-child {
  margin-right: 0;
}
.wrz-nav-second .wrz-nav .wrz-second-l a {
  text-decoration: none;
  color: #333333;
  position: relative;
  display: block;
}
.wrz-nav-second .wrz-nav .hydt-second-l {
  padding-bottom: 20px;
}
.wrz-nav-second .wrz-nav .hydt-second-l ul {
  overflow: hidden;
}
.wrz-nav-second .wrz-nav .hydt-second-l ul li {
  padding-right: 20px;
  width: 100px;
  padding-bottom: 20px;
  float: left;
}
.wrz-nav-second .wrz-nav .hydt-second-l ul li a {
  text-align: center;
  padding: 10px 10px;
  font-weight: bold;
  display: block;
  border: #2263af solid 1px;
  background: #ebedf1;
  font-size: 14px;
  color: #0360CF;
  transition: all 0.3s;
}
.wrz-nav-third {
  margin: 0 auto;
}
.wrz-nav-third .tbtj .tbtjbox {
  width: 1160px;
  position: relative;
  float: left;
  padding-top: 0;
  height: 156px;
  overflow: hidden;
}
.wrz-nav-third .tbtj .tbtjbox .als-prev img, 
.wrz-nav-third .tbtj .tbtjbox .als-next img {
  width: 20px;
  height: 46px;
}
.wrz-nav-third .tbtj .tbtjbox .als-prev,
.wrz-nav-third .tbtj .tbtjbox .als-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 46px;
  z-index: 99;
  cursor: pointer;
  margin-top: -17px;
}
.wrz-nav-third .tbtj .tbtjbox .als-next,
.wrz-nav-third .tbtj .tbtjbox .als-prev {
  overflow: hidden;
  top: 0px;
  margin-top: 55px;
}
.wrz-nav-third .tbtj .tbtjbox .als-next {
  right: 0;
}
.wrz-nav-third .tbtj .tbtjbox .bd {
  margin-left: 0px;
  width: max-content;
}
.wrz-nav-third .tbtj .tbtjbox .bd .tbtjbox-item {
  position: relative;
  float: left;
  width: 277px;
  margin: 0 6.5px;
}
.wrz-nav-third .tbtj .tbtjbox .bd .tbtjbox-item .pics a {
  text-decoration: none;
  color: #333333;
}
.wrz-nav-third .tbtj .tbtjbox .bd .tbtjbox-item .pics a img {
  width: 277px;
  height: 156px;
}
.wrz-nav-third .tbtj .tbtjbox .bd .tbtjbox-item p {
  width: calc(100% - 1px);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  left: 0px;
  bottom: 0;
  background-color: rgba(126, 122, 114, .3);
  color: #ffffff;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 55px;
}
.wrz-nav-third .tbtj .tbtjbox .bd .tbtjbox-item p a {
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
}
.wrz-nav-third .tbtj .tbtjbox .bd .tbtjbox-item p a.tbtj-title {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}