.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 初始化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: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #666;
  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: 16px;
  transition: .5s all;
}
a:hover {
  text-decoration: none;
  color: #dc1927;
}
i,
b {
  font-style: normal;
}
.wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.topBox {
  width: 100%;
  height: 500px;
  background: url(../images/top_photo.jpg) no-repeat center top;
}
.topBox .backToHome {
  width: 670px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 132px;
  z-index: 9;
  margin-left: -335px;
}
.topBox .searchBox {
  width: 990px;
  height: 60px;
  background-color: #cb3d40;
  border-radius: 10px;
  overflow: hidden;
  margin: 280px auto 0;
  padding: 5px;
}
.topBox .searchBox .searchKey {
  width: 835px;
  height: 100%;
  line-height: 100%;
  border-radius: 10px;
  background-color: #FFF;
  padding: 0 20px;
  font-size: 18px;
}
.topBox .searchBox .searchBtn {
  width: 100px;
  height: 100%;
  background: url(../images/icon_search.png) no-repeat center center;
  cursor: pointer;
}
.topBox .kewWord {
  width: 1000px;
  height: 28px;
  margin: 10px auto 0;
  overflow: hidden;
}
.topBox .kewWord .tit {
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: right;
  color: #FFF;
  float: left;
}
.topBox .kewWord .list {
  width: 900px;
  height: 28px;
  float: left;
  overflow: hidden;
}
.topBox .kewWord .list .item {
  display: inline-block;
  vertical-align: top;
  border: solid 1px #FFF;
  height: 26px;
  padding: 0 15px;
  color: #FFF;
  line-height: 26px;
  margin-right: 10px;
}
.topBox .kewWord .list .item:hover {
  border: solid 1px #cb3d40;
  color: #cb3d40;
}
.shxfBox {
  margin-top: 40px;
}
.shxfBox .titleBox {
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 10px;
  position: relative;
  padding-left: 200px;
  width: 1000px;
}
.shxfBox .titleBox h2 {
  width: 152px;
  height: 29px;
  text-indent: -1978px;
  background: url(../images/title_shxf.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.shxfBox .titleBox h2::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -11px;
  background-color: #cb3d40;
}
.shxfBox .titleBox .shxfMenu a {
  font-size: 18px;
  display: inline-block;
  height: 32px;
  background-color: #ececec;
  border-radius: 5px;
  line-height: 32px;
  vertical-align: top;
  margin-right: 10px;
  padding: 0 20px;
}
.shxfBox .titleBox .shxfMenu a:hover {
  background-color: #cb3d40;
  color: #FFF;
}
.shxfBox .titleBox .shxfMenu a.active {
  background-color: #cb3d40;
  color: #FFF;
}
.shxfBox .titleBox .more {
  width: 68px;
  height: 26px;
  background-color: #FFF;
  border-radius: 5px;
  line-height: 26px;
  color: #ac522c;
  border: solid 1px #ac522c;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.shxfBox .downList .swiper-slide .item {
  height: 50px;
  width: 1090px;
  background-color: #f8f8f8;
  display: block;
  margin-top: 10px;
  line-height: 50px;
  position: relative;
  padding: 0 90px 0 20px;
}
.shxfBox .downList .swiper-slide .item .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shxfBox .downList .swiper-slide .item .tit::before {
  content: '';
  width: 6px;
  height: 11px;
  background: url(../images/icon_arrow.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.shxfBox .downList .swiper-slide .item .down {
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  top: 12px;
}
.shxfBox .downList .swiper-slide .item:hover {
  color: #FFF;
  background-color: #cb3d40;
}
.shxfBox .downList .swiper-slide .item:hover .tit::before {
  background: url(../images/icon_arrow_current.png) no-repeat;
}
.shxfBox .downList .swiper-slide .item:hover .tit a {
  color: #FFF;
}
.shxfBox .downList .swiper-slide .item:hover .down {
  background-color: #FFF;
  color: #cb3d40;
}
.line {
  margin-top: 40px;
  overflow: hidden;
}
.line .left,
.line .right {
  width: 580px;
  float: left;
}
.line .left .titleBox,
.line .right .titleBox {
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 10px;
  position: relative;
  height: 29px;
}
.line .left .titleBox h2,
.line .right .titleBox h2 {
  width: 152px;
  height: 29px;
  text-indent: -1978px;
  background: url(../images/title_nzny.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.line .left .titleBox h2::after,
.line .right .titleBox h2::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -11px;
  background-color: #cb3d40;
}
.line .left .titleBox .more,
.line .right .titleBox .more {
  width: 68px;
  height: 26px;
  background-color: #FFF;
  border-radius: 5px;
  line-height: 26px;
  color: #ac522c;
  border: solid 1px #ac522c;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.line .left .list .item,
.line .right .list .item {
  height: 50px;
  width: 470px;
  background-color: #f8f8f8;
  display: block;
  margin-top: 10px;
  line-height: 50px;
  position: relative;
  padding: 0 90px 0 20px;
}
.line .left .list .item .tit,
.line .right .list .item .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line .left .list .item .tit::before,
.line .right .list .item .tit::before {
  content: '';
  width: 6px;
  height: 11px;
  background: url(../images/icon_arrow.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.line .left .list .item .down,
.line .right .list .item .down {
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  top: 12px;
}
.line .left .list .item:hover,
.line .right .list .item:hover {
  color: #FFF;
  background-color: #cb3d40;
}
.line .left .list .item:hover .tit::before,
.line .right .list .item:hover .tit::before {
  background: url(../images/icon_arrow_current.png) no-repeat;
}
.line .left .list .item:hover .tit a,
.line .right .list .item:hover .tit a {
  color: #FFF;
}
.line .left .list .item:hover .down,
.line .right .list .item:hover .down {
  background-color: #FFF;
  color: #cb3d40;
}
.line .right {
  float: right;
}
.line .right .titleBox h2 {
  background: url(../images/title_scjy.png) no-repeat;
}
.jsBox {
  margin-bottom: 50px;
}
.jsBox .left .titleBox h2 {
  background: url(../images/title_jzgc.png) no-repeat;
}
.jsBox .right .titleBox h2 {
  background: url(../images/title_spaq.png) no-repeat;
}
.searchBox .titleBox {
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 10px;
  position: relative;
  height: 29px;
  margin-top: 30px;
}
.searchBox .titleBox h2 {
  width: 121px;
  height: 29px;
  text-indent: -1978px;
  background: url(../images/title_search.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.searchBox .titleBox h2::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -11px;
  background-color: #cb3d40;
}
.searchBox .searchList {
  margin-bottom: 60px;
}
.searchBox .searchList .none {
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 18px;
  color: #999;
}
.searchBox .searchList .item {
  height: 50px;
  width: 1090px;
  background-color: #f8f8f8;
  display: block;
  margin-top: 10px;
  line-height: 50px;
  position: relative;
  padding: 0 90px 0 20px;
}
.searchBox .searchList .item .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchBox .searchList .item .tit::before {
  content: '';
  width: 6px;
  height: 11px;
  background: url(../images/icon_arrow.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.searchBox .searchList .item .down {
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  top: 12px;
}
.searchBox .searchList .item:hover {
  color: #FFF;
  background-color: #cb3d40;
}
.searchBox .searchList .item:hover .tit::before {
  background: url(../images/icon_arrow_current.png) no-repeat;
}
.searchBox .searchList .item:hover .tit a {
  color: #FFF;
}
.searchBox .searchList .item:hover .down {
  background-color: #FFF;
  color: #cb3d40;
}
.listBox {
  margin-bottom: 60px;
}
.listBox .titleBox {
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 10px;
  position: relative;
  height: 29px;
  margin-top: 30px;
}
.listBox .titleBox h2 {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.listBox .titleBox h2::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -11px;
  background-color: #cb3d40;
}
.listBox .list {
  margin: initial;
}
.listBox .list .item {
  height: 50px;
  width: 1090px;
  background-color: #f8f8f8;
  display: block;
  margin-top: 10px;
  line-height: 50px;
  position: relative;
  padding: 0 90px 0 20px;
}
.listBox .list .item .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listBox .list .item .tit::before {
  content: '';
  width: 6px;
  height: 11px;
  background: url(../images/icon_arrow.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.listBox .list .item .down {
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  top: 12px;
}
.listBox .list .item:hover {
  color: #FFF;
  background-color: #cb3d40;
}
.listBox .list .item:hover .tit::before {
  background: url(../images/icon_arrow_current.png) no-repeat;
}
.listBox .list .item:hover .tit a {
  color: #FFF;
}
.listBox .list .item:hover .down {
  background-color: #FFF;
  color: #cb3d40;
}
