body {
  background-image: none;
}

.search {
  display: block;
  width: 100%;
  height: 350px;
  background-image: url("image/bg-fazhi.png");
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search p {
  padding-top: 140px;
  font-size: 50px;
  color: #ffec93;
}
.search .ipt {
  margin-top: 65px;
  position: relative;
  display: flex;
}
.search .ipt input {
  width: 600px;
  height: 46px;
  background: #fff;
  border: 1px solid #075391;
  border-radius: 5px 0px 0px 5px;
  padding: 0 20px 0 50px;
  font-size: 16px;
}
.search .ipt .img {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("image/search-fazhi.png") no-repeat;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search .ipt a {
  display: inline-block;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
}
.search .ipt .ser_btn {
  outline: none;
  border: none;
  width: 90px;
  height: 46px;
  background: #075391;
  opacity: 1;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 0px 5px 5px 0px;
  margin-right: 20px;
}
.search .ipt .link_btn {
  width: 142px;
  height: 46px;
  background: #DF2825;
  border-radius: 5px;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.search .ipt .link_btn img {
  width: 20px;
  margin-left: 5px;
}
.search .ipt .link_btn .menu {
  width: 142px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  right: 0;
  top: 46px;
  background-color: #c71310;
  display: none;
}
.search .ipt .link_btn .menu a {
  height: 30px;
  line-height: 30px;
  display: block;
}
.search .ipt .link_btn .menu a:hover {
  background-color: #fff;
  color: #000;
}
.search .ipt .link_btn:hover {
  border-radius: 5px 5px 0 0;
}
.search .ipt .link_btn:not(:hover) {
  transition: all 1s ease;
}
.w {
  width: 1000px;
  margin: 0 auto;
  display: block;
}
.w .cont1 {
  display: flex;
  margin-top: 30px;
}
.w .cont1 .l img {
  width: 103px;
  height: 150px;
}
.w .cont1 .r {
  flex: 1;
  margin-left: 30px;
  height: 150px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(133, 133, 133, 0.2);
  display: flex;
  padding: 20px 30px;
}
.w .cont1 .r img {
  width: 53px;
  height: 110px;
  margin-right: 20px;
}
.w .cont1 .r .txt {
  font-size: 14px;
  color: #333333;
}
.w .cont2 {
  display: flex;
  margin-top: 30px;
}
.w .cont2 .l {
  width: 435px;
  height: 301px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(133, 133, 133, 0.2);
  padding: 15px 20px;
}
.w .cont2 .l .tabs {
  border-bottom: 1px solid #E1E1E1;
  display: flex;
}
.w .cont2 .l .tabs .tab {
  font-size: 20px;
  font-weight: bold;
  color: #3D3D3D;
  padding: 12px 36px;
  cursor: pointer;
}
.w .cont2 .l .tabs .active {
  background-color: #075391;
  color: #fff;
}
.w .cont2 .l ul {
  display: none;
}
.w .cont2 .l ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
  margin-left: -5px;
  margin-bottom: 17px;
}
.w .cont2 .l ul li a:hover {
  color: #075391;
}
.w .cont2 .l ul li .of1 {
  width: 280px;
  font-size: 16px;
  color: #444444;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w .cont2 .l ul li:nth-child(1) {
  margin-top: 15px;
}
.w .cont2 .l .ul1 {
  display: block;
}
.w .cont2 .r {
  width: 545px;
  height: 301px;
  position: relative;
  margin-left: 20px;
}
.w .cont2 .r .swiper-slide a {
  width: 100%;
  position: relative;
}
.w .cont2 .r .swiper-slide a div {
  width: 100%;
  height: 36px;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(65, 65, 65, 0.39);
}
.w .cont2 .r .swiper-slide a div p {
  line-height: 36px;
  height: 36px;
  padding-right: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w .cont2 .r .pagination {
  position: absolute;
  right: 15px;
  text-align: center;
  bottom: 8px;
  z-index: 2;
}
.w .cont2 .r .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
}
.w .cont2 .r .swiper-active-switch {
  background: #B03339;
}
.w .dynamic_more {
  font-size: 20px;
  color: #075391;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-weight: 500;
}
.w .dynamic_more::before {
  content: "";
  display: inline-block;
  width: 400px;
  height: 1px;
  background-color: #E2E2E2;
  margin-right: 40px;
}
.w .dynamic_more::after {
  content: "";
  display: inline-block;
  width: 400px;
  height: 1px;
  background-color: #E2E2E2;
  margin-left: 40px;
}
.w .cont3 {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.w .cont3 .item {
  width: 485px;
  /*height: 301px;*/
  background: #fff;
  box-shadow: 0px 0px 10px rgba(133, 133, 133, 0.2);
  padding: 15px 20px;
  margin-bottom: 20px;
}
.w .cont3 .item .tabs {
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w .cont3 .item .tabs .more {
  font-size: 14px;
  color: #999999;
}
.w .cont3 .item .tabs .tab {
  font-size: 20px;
  font-weight: bold;
  color: #3D3D3D;
  padding: 12px 36px;
  cursor: pointer;
}
.w .cont3 .item .tabs .active {
  background-color: #075391;
  color: #fff;
}
.w .cont3 .item ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
  margin-left: -5px;
  margin-bottom: 17px;
}
.w .cont3 .item ul li a:hover {
  color: #075391;
}
.w .cont3 .item ul li .of1 {
  width: 280px;
  font-size: 16px;
  color: #444444;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w .cont3 .item ul li:nth-child(1) {
  margin-top: 15px;
}
.w .cont3 .item:nth-child(2n) {
  margin-left: 30px;
}

.nosearch {
  display: none;
}

.s {
  display: none;
}