@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  /* 去除下划线 */
  color: inherit;
  /* 继承父元素的颜色 */
  cursor: pointer;
  /* 修改鼠标指针样式 */
  font-size: 16px;
}

ul {
  list-style: none;
}

input {
  border: none;
  outline: none;
  background: transparent;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

.nav {
  width: 100%;
  border-top: solid 1px #eeeeee;
  box-sizing: border-box;
  background: url("../../image/53.png") no-repeat center top;
  background-size: 100% 100%;
  color: #ffffff;
}

.nav > .nav_box {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav > .nav_box > .nav_box_letf {
  display: flex;
  align-items: center;
}

.nav > .nav_box > .nav_box_letf > a > .logo {
  margin-right: 30px;
  width: 161px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .nav_box_letf_title1 {
  font-size: 19px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .nav_box_letf_title2 {
  display: flex;
  align-items: center;
  height: 21px;
  font-size: 12px;
  margin-top: 10px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .nav_box_letf_title2 > .img1 {
  height: 16px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .nav_box_letf_title2 > .img2 {
  height: 19px;
  margin-right: 10px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .nav_box_letf_title2 > .year {
  color: #ff4000;
  margin-right: 10px;
  margin-left: 10px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .address {
  font-size: 11px;
  margin-top: 5px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .address > img {
  height: 11px;
}

.nav > .nav_box > .search_box {
  width: 600px;
}

.nav > .nav_box > .search_box .search {
  max-width: 600px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: solid 1px #ff4000;
  background-color: #ffffff;
}

.nav > .nav_box > .search_box .search > .search_box3 {
  max-width: 489px;
  flex: 1;
  padding: 0 20px;
  height: 100%;
}

.nav > .nav_box > .search_box .search > .search_box3 > input {
  width: 100%;
  height: 100%;
}

.nav > .nav_box > .search_box .search > .search_box4 {
  width: 109px;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #ff6927, #ff4605);
  height: 100%;
  color: #ffffff;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
}

.nav > .nav_box > .search_box .search > .search_box4 > img {
  margin-right: 14px;
}

.nav > .nav_bom {
  max-width: 1300px;
  margin: 0 auto;
  height: 40px;
  display: flex;
  align-items: center;
}

.nav > .nav_bom > .nav_bom_item {
  height: 100%;
  width: 143px;
  color: #666666;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.nav > .nav_bom > .nav_bom_item:hover {
  color: #ffffff;
  background-color: #ff4000;
}

.nav > .nav_bom > .nav_bom_item_active {
  color: #ffffff;
  background-color: #ff4000;
}

.bjt {
  width: 100%;
}

.bjt > img {
  width: 100%;
  height: 100%;
}

.navigation {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
}

.navigation > .navigation_box {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.navigation > .navigation_box > .navigation_name {
  font-size: 20px;
  font-weight: bold;
}

.navigation > .navigation_box > .navigation_dangqian {
  color: #ff4000;
}

.navigation > .navigation_box > .navigation_jt {
  margin: 0 10px;
}

.classify {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px 25px;
  margin-top: 20px;
}

.classify > .classify_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.classify > .classify_title > .classify_title1 {
  font-size: 20px;
  font-weight: bold;
  color: #ff4000;
}

.classify > .classify_title > .clear {
  font-size: 14px;
  color: #666666;
}

.classify > .classify_title > .clear:hover {
  color: #ff4000;
}

.classify > .item_box .classify_item {
  margin-top: 20px;
}

.classify > .item_box .classify_item > .classify_item_title {
  font-size: 16px;
  font-weight: bold;
}

.classify > .item_box .classify_item > .classify_item_box {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.classify > .item_box .classify_item > .classify_item_box .classify_item_box_item {
  margin-right: 10px;
  font-size: 14px;
  color: #666666;
}

.classify > .item_box .classify_item > .classify_item_box .classify_item_box_item:hover {
  color: #ff4000;
}

.classify > .item_box .classify_item > .classify_item_box .classify_item_box_item_active {
  color: #ff4000;
}

.taishu_box {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px 25px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
}

.taishu_box > .taishu_box_left {
  display: flex;
  align-items: center;
}

.taishu_box > .taishu_box_left > img {
  margin-right: 10px;
}

.taishu_box > .taishu_box_right {
  display: flex;
  align-items: center;
}

.taishu_box > .taishu_box_right > .taishu_box_right_num {
  color: #ff4000;
  font-size: 30px;
}

.mian-zxh {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 20px;
}

.mian-zxh .table_box {
  font-size: 12px;
}

.mian-zxh .table_box .table_box_1 {
  padding: 0 20px 20px 20px;
  background-color: #ffffff;
}

.mian-zxh .table_box .table_box_1 .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: #fff;
}

.mian-zxh .table_box .table_box_1 .table > thead {
  border-bottom: solid 1px #ff4000;
  height: 60px;
}

.mian-zxh .table_box .table_box_1 .table > thead > tr > th {
  font-weight: normal;
}

.mian-zxh .table_box .table_box_1 .table > tbody {
  width: 100%;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr {
  width: 100%;
  height: 60px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs {
  position: relative;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs > div > .gsa {
  color: #ff4000;
  font-size: 14px;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs > div > .detail {
  display: none;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs > div > .dwdeatel {
  padding: 15px 15px 35px 15px;
  display: none;
  position: absolute;
  top: 91%;
  right: 0;
  width: 330px;
  background: #fff;
  border: 1px solid #ff4000;
  z-index: 8;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs > div > .dwdeatel > .det_flex {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs > div > .dwdeatel > .det_flex > .item_hang {
  display: flex;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs > div > .dwdeatel > .det_flex > .item_hang > .gsname {
  color: #ff4000;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs > div > .dwdeatel > .det_flex > .item_hang > .names {
  width: 54px;
  color: #ff6600;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs > div > .dwdeatel > .det_flex > .item_hang:nth-of-type(1) {
  margin-bottom: 5px;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs > div > .dwdeatel > .bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 20px;
  background: #ff4000;
  color: #fff;
  box-sizing: border-box;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs:hover > div > .detail {
  display: block;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs:hover::after {
  display: block;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr > .gs::after {
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #ff4000;
  border-left: 1px solid #ff4000;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  z-index: 9;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr:nth-of-type(even) {
  background-color: #f5f5f5;
}

.mian-zxh .table_box .table_box_1 .table > tbody > tr:hover {
  background-color: #fff6f2;
}

.mian-zxh .table_box .table_fy {
  width: 100%;
  margin: 40px 0 40px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.mian-zxh .table_box .table_fy > .table_jl {
  display: flex;
  align-items: center;
}

.mian-zxh .table_box .table_fy > .table_jl > .table_jl_span {
  width: auto;
  padding: 0 5px;
  background: none;
  border: 1px solid #ff4000;
  margin-right: 13px;
  color: #ff4000;
  background-color: #fff;
}

.mian-zxh .table_box .table_fy > .table_djnum {
  max-width: 639px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.mian-zxh .table_box .table_fy > .table_djnum > .left_jt {
  width: 40px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.mian-zxh .table_box .table_fy > .table_djnum > .left_jt > #image1 {
  background: url("../../image/image_6993.png") no-repeat;
  background-position: -104px 0px;
  width: 16px;
  height: 16px;
}

.mian-zxh .table_box .table_fy > .table_djnum > .left_jt > #image2 {
  background: url("../../image/image_6993.png") no-repeat;
  background-position: -104px 0px;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.mian-zxh .table_box .table_fy > .table_djnum > .left_jt:hover {
  background-color: #ddd;
  transition: 0.2s;
}

.mian-zxh .table_box .table_fy > .table_djnum > .num:hover {
  background-color: #ff4000;
  color: #fff;
  transition: 0.2s;
}

.mian-zxh .table_box .table_fy > .table_djnum > .num {
  width: 32px;
}

.mian-zxh .table_box .table_fy > .table_djnum > .current {
  background-color: #ff4000;
  color: #fff;
}

.mian-zxh .table_box .table_fy > .table_djnum > .current:hover {
  background-color: #ddd;
  transition: 0.2s;
}

.mian-zxh .table_box .mzsm {
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #888888;
  text-align: left;
}

.mian-zxh .table_box .mzsm .mzsmspan {
  color: #ff4000;
}
