/*reset css start*/
input:focus {
  outline: none;
}
input {
  border: none;
}
body {
  font-family: 微软雅黑;
  /* overflow-x: hidden; */
  min-width: 1200px;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  display: block;
}
li {
  list-style: none;
}
img {
  display: block;
  border: 0 none;
}
/*common css*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w1200 {
  margin: 0 auto;
  width: 1200px;
}
.flex_box {
  display: flex;
}
.jc_sb {
  justify-content: space-between;
}
/*header*/
.header {
  width: 100%;
  height: 120px;
}
.header_box {
  position: relative;
}
#zs_code {
  padding-top: 20px;
  font-weight: bold;
  font-size: 26px;
  color: #db0a17;
  height: 50px;
  letter-spacing: 2px;
  line-height: 25px;
  margin-left: 16px;
}

.header_box span {
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  color: red;
  left: 91px;
  bottom: 16px;
}
#logo {
  padding-top: 14px;
  display: flex;
}
#logo img {
  width: 395px;
  object-fit: cover;
}
.header > .header_box {
  width: 1200px;
  height: 120px;
  margin: 0px auto;
}
.header > .header_box > .search {
  position: relative;
  margin-top: 50px;
}
.header > .header_box > .search > input {
  width: 224px;
  height: 36px;
  border-radius: 19px;
  border: solid 1px rgb(219, 10, 23);
  padding-left: 15px;
}
.header > .header_box > .search > .btn {
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
}
/*head_nav*/
.head_nav {
  width: 100%;
  height: 46px;
  background-color: rgb(219, 10, 23);
}
.head_nav_box {
  width: 1200px;
  margin: 0px auto;
  font-size: 16px;
}
.head_nav_box > ul {
  display: flex;
  justify-content: space-between;
}
.head_nav_box > ul > li {
  height: 46px;
  box-sizing: border-box;
  text-align: center;
}
.head_nav_box > ul > li.on {
  border-bottom: 4px white solid;
}
.head_nav_box > ul > li > a {
  line-height: 46.5px;
  color: white;
}
.head_nav_box > ul > li > .nav_list {
  position: relative;
  z-index: 99;
  max-height: 0;
  overflow: hidden;
  transition: 700ms max-height;
}
.head_nav_box > ul > li .nav_list a {
  width: 70px;
  padding: 8px 25px;
  word-wrap: break-word;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.head_nav_box > ul > li > .nav_list > a {
  color: rgb(51, 51, 51);
}
.head_nav_box > ul > li > .nav_list .on {
  background-color: rgb(219, 10, 23);
}
.head_nav_box > ul > li > .nav_list > a.on {
  color: white;
}
.head_nav_box > ul > li:hover .nav_list {
  max-height: 400px;
}
.head_nav_box > ul > li:hover {
  border-bottom: 4px white solid;
}
.head_nav_box > ul > li > .nav_list a:hover {
  background-color: rgb(219, 10, 23);
}
.head_nav_box > ul > li > .nav_list a:hover {
  color: white;
}

/*图片展示部分*/
.display {
  width: 100%;
}
.display > img {
  width: 100%;
  margin: 0px auto;
}
/*foot*/
.foot {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background-color: rgb(76, 76, 76);
  color: white;
}
.foot > p {
  font-size: 12px;
  line-height: 20px;
}
/*mian*/
.content_main {
  width: 900px;
  float: right;
  overflow: hidden;
}
.content {
  width: 1200px;
  min-height: 250px;
  margin: 0 auto 60px;
  position: relative;
}
.content_nav {
  width: 260px;
  float: left;
  padding-bottom: 55px;
  position: absolute;
  left: 0;
  top: -60px;
  z-index: 99;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.05);
}
.content_nav > h3 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  background: #db0a17;
  text-indent: 2em;
  letter-spacing: 2px;
}
.content_nav > a {
  width: 100%;
  height: 55px;
  line-height: 55px;
  display: block;
  color: #333;
  text-indent: 2.5em;
}
.content_nav > .on,
.content_nav > a:hover {
  background: url(../images/icon_07.jpg) no-repeat;
}
.content_main {
  width: 900px;
  float: right;
  overflow: hidden;
}
.map {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #999;
}
.map > h3 {
  height: 57px;
  line-height: 57px;
  float: left;
  border-bottom: 4px solid #db0a17;
  font-size: 24px;
  color: #db0a17;
}
.map_div {
  height: 60px;
  line-height: 60px;
  float: right;
  font-size: 14px;
}
.map_div > a {
  display: inline-block;
  color: #333;
  margin: 0 2px;
}
.map_div > a:last-child {
  color: #db0a17;
}

.Main {
  width: 100%;
  overflow: hidden;
  margin-top: 9px;
  padding-bottom: 60px;
}
.Main > .head > p.title {
  font-size: 18px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 6px;
}
.Main > .head > p.time {
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-bottom: 20px;
}
.Main > ul > li {
  height: 30px;
  border-bottom: dashed 1px #999999;
}
.Main > ul > li > a {
  background: url("../images/list_icon.png") no-repeat 0 7px;
  margin-top: 11px;
}
.Main > ul > li > a > p.fl {
  max-width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 15px;
  font-size: 16px;
  color: rgb(51, 51, 51);
  letter-spacing: 2px;
}
.Main > ul > li:hover p.fl {
  color: #db0a17;
}
.Main > ul > li > a > p.fr {
  color: #999999;
  font-size: 14px;
}
#down li a {
  background: url("../images/down.jpg") no-repeat 0 5px;
  height: 100%;
}
#down li:hover a {
  background: url("../images/down_on.jpg") no-repeat 0 5px;
}
/*加载动画*/
.lad {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 998;
  background: #fff;
}
.lad > span {
  width: 100%;
  height: 100%;
  background: url(../images/gif.gif) center no-repeat;
  z-index: 999;
  display: block;
}
/*分页*/
#pages {
  text-align: center;
  margin-top: 16px;
}
#page_turn_box {
  display: inline-block;
}
#page_turn_box > a {
  text-indent: 0;
  padding: 2px 12px;
  height: 26px;
  color: rgb(51, 51, 51);
  display: inline-block;
  text-align: center;
  margin: 0 6px;
  font-size: 16px;
}

#page_turn_box > a.on {
  color: #db0a17;
}

#page_turn_box > a:hover,
#page_turn_box > a.on {
  color: #db0a17;
}

#page_turn_box > a:hover {
  color: #db0a17;
}
.t_a_center {
  text-align: center;
}
.yqlj {
  margin-top: 40px;
  background: url("../images/yqlj_bg.jpg") no-repeat center;
  height: 108px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yqlj ul {
  padding-top: 16px;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 1;
}
.yqlj ul a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 25px;
}
.yqlj ul a:hover {
  text-decoration: underline #fff;
}
.yqlj ul li {
  margin-bottom: 16px;
  margin-right: 12px;
}
.footer {
  background-color: rgba(76, 76, 76);
}
.footer > .w1200 {
  display: table;
  height: 120px;
  text-align: center;
}
.footer > .w1200 > .text {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}
#infoBox {
  width: 890px;
  margin: 26px auto 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#infoBox img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#fvContentID{
  overflow: hidden;
}
.display {
  width: 100%;
  height: 240px;
  background: url("../images/list_banner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
#news_img li {
  width: 850px;
  height: 149px;
}
#news_img > li > a {
  justify-content: space-between;
  margin-top: 0;
  padding-top: 10px;
}
#news_img > li img {
  vertical-align: middle;
}
#news_img > li ._r {
  width: 680px;
}
#news_img > li p.title {
  max-width: 540px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
#news_img > li ._top.flex_box {
  justify-content: space-between;
}
#news_img > li p.time {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
}
#news_img > li p.time img {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
#news_img > li p.detail {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #666666;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 6px;
  text-align: justify;
}
#news_img > li {
  margin-top: 20px;
}
#news_img > li:first-child {
  margin-top: 0;
}
#ld {
  margin-top: -10px;
}
#ld li {
  height: 291px;
  display: flex;
  justify-content: space-between;
  height: auto;
  padding-bottom: 20px;
}
#ld li ._r {
  padding: 0 18px 0 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}
#ld li ._r p.name {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2px;
  color: #333333;
  margin-top: 14px;
}
#ld li ._r p.detail {
  font-size: 20px;
  text-indent: 2em;
  line-height: 28px;
  letter-spacing: 0;
  color: #555555;
  word-wrap: break-word;
  margin-top: 16px;
}
