/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 14px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
a {
  color: #333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
}
a:hover {
  text-decoration: none;
  color: #ce0025;
}
i,
b {
  font-style: normal;
}
.search_box {
  width: 740px;
  overflow: hidden;
}
.search_box .top_slide_box {
  height: 222px;
}
.search_box .top_slide_box .topSlider {
  width: 400px;
  height: 222px;
  float: left;
}
.search_box .top_slide_box .topSlider .swiper-button-prev,
.search_box .top_slide_box .topSlider .swiper-button-next {
  width: 30px;
  height: 30px;
  background: url(../images/top_slide_arrow_left.png) no-repeat;
  margin-top: -15px;
}
.search_box .top_slide_box .topSlider .swiper-button-prev:hover,
.search_box .top_slide_box .topSlider .swiper-button-next:hover {
  background: url(../images/top_slide_arrow_left_current.png) no-repeat;
}
.search_box .top_slide_box .topSlider .swiper-button-next {
  background: url(../images/top_slide_arrow_right.png) no-repeat;
}
.search_box .top_slide_box .topSlider .swiper-button-next:hover {
  background: url(../images/top_slide_arrow_right_current.png) no-repeat;
}
.search_box .top_slide_box .topSlider .swiper-slide {
  width: 400px;
  height: 222px;
}
.search_box .top_slide_box .topSlider .swiper-slide img {
  width: 100%;
  height: 100%;
}
.search_box .right_banner {
  width: 323px;
  height: 222px;
  float: right;
}
.search_box .right_banner a {
  height: 64px;
  background: url(../images/top_right_btn_bg.jpg) no-repeat;
  border-radius: 10px;
  line-height: 64px;
  text-align: center;
  color: #333333;
  margin-bottom: 15px;
  padding: 0 15px;
  width: 293px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_box .right_banner a:last-child {
  margin-bottom: 0;
}
.search_box .right_banner a:hover {
  font-weight: 600;
}
.search_box .top_link {
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
}
.search_box .top_link a {
  display: block;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #f8f1f2;
  border-radius: 5px;
  margin-right: 15px;
  float: left;
}
.search_box .top_link a:hover {
  background-color: #ff9665;
  color: #FFF;
}
.search_box .top_link a:last-child {
  margin-right: 0;
}
.search_box .top_link a.current {
  background-color: #ff9665;
  color: #FFF;
}
.search_box .news_list_slider li {
  overflow: hidden;
  margin-top: 20px;
}
.search_box .news_list_slider li .date {
  float: right;
  color: #999;
}
.search_box .news_list_slider li a {
  display: block;
  float: left;
  width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  color: #00499e;
  text-decoration: underline;
}
.search_box .news_list_slider li a::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.search_box .news_list_slider li a:hover {
  color: #ce0025;
}
.search_box .news_list_slider li a:hover::before {
  background-color: #ce0025;
}
.search_box .btm_link {
  overflow: hidden;
}
.search_box .btm_link a {
  display: block;
  float: left;
  width: 110px;
  height: 36px;
  border-radius: 5px;
  line-height: 36px;
  text-align: center;
  background-color: #ff9665;
  color: #FFF;
  margin: 20px 16px 0 0;
}
.search_box .btm_link a:nth-of-type(6n) {
  margin: 20px 0 0 0;
}
.search_box .btm_link a:hover {
  font-weight: 600;
}
@media screen and (max-width: 739px) {
  .search_box {
    width: 100%;
  }
  .search_box .top_slide_box {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .search_box .top_slide_box .topSlider {
    width: 100%;
    height: auto;
    float: none;
  }
  .search_box .top_slide_box .topSlider .swiper-slide {
    height: auto;
  }
  .search_box .top_slide_box .right_banner {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 15px;
    display: none;
  }
  .search_box .top_slide_box .right_banner a {
    width: 100%;
    height: 3em;
    background-size: 100%;
  }
  .search_box .top_link {
    display: flex;
    flex-wrap: wrap;
  }
  .search_box .top_link a {
    float: none;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 22%;
    padding: 0;
  }
  .search_box .news_list_slider li {
    margin-top: 1em;
  }
  .search_box .news_list_slider li .date {
    display: none;
  }
  .search_box .news_list_slider li a {
    padding: 0 2%;
    width: 96%;
  }
  .search_box .btm_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .search_box .btm_link a {
    width: auto;
    padding: 0 2em;
    margin-right: 0;
  }
}
