@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;
}

.gif {
  width: 1300px;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #ffffff;
  height: 170px;
}

.gif > a {
  float: left;
  margin: 10px 5px 10px 5px;
  width: 250px;
  height: 65px;
}

.gif > a > img {
  width: 100%;
  height: 100%;
}

.gif > a:nth-of-type(5) {
  margin-right: 0;
}

.gif > a:nth-of-type(10) {
  margin-right: 0;
}

.muna {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 20px;
}

.muna > .muna_box > .muna_box_xuanx {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.muna > .muna_box > .muna_box_xuanx > .muna_box_xuanx_item {
  font-size: 20px;
  color: #444444;
  font-weight: bold;
  background-color: #eaeaea;
  width: 128px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.muna > .muna_box > .muna_box_xuanx > .muna_box_xuanx_item:first-child {
  margin-right: 10px;
}

.muna > .muna_box > .muna_box_xuanx > .active {
  background-color: #ffffff;
  color: #ff4000;
}

.muna > .muna_box > .muna_box_list {
  padding: 25px;
  background-color: #ffffff;
}

.muna > .muna_box > .muna_box_list .main1-index .template {
  height: 105px;
  text-align: center;
}

.muna > .muna_box > .muna_box_list .main1-index .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.muna > .muna_box > .muna_box_list .main1-index .flex-row {
  display: flex;
  align-items: center;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main {
  font-size: 14px;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .top {
  color: #666666;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .top .item_one {
  background-color: #ff4000;
  color: #fff !important;
  font-weight: bold;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .top .active {
  color: #ff4000;
  position: relative;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .top .active::after {
  content: "";
  position: absolute;
  bottom: -80%;
  left: 30%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  transform: translate(-50%, 0) rotate(-45deg);
  z-index: 9;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .top .item {
  cursor: pointer;
  width: 84px;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  border-bottom: solid 1px transparent;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .top .item:hover {
  color: #ff4000;
  border-bottom: solid 1px #ff4000;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot {
  margin-top: 20px;
  position: relative;
  justify-content: space-between;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .left {
  width: 978px;
  margin-right: 10px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  justify-content: space-between;
  box-shadow: 0 0 20px #f7f7f7;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .left .item {
  width: 193px;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  position: relative;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .left .item > .daosanjiao input {
  width: 100%;
  height: 100%;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .left .item > .daosanjiao > .triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  /* 左边的边，设置为透明 */
  border-right: 6px solid transparent;
  /* 右边的边，设置为透明 */
  border-top: 9px solid #666666;
  /* 顶边，设置为想要的颜色 */
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .left .item .select {
  display: flex;
  flex-wrap: wrap;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .left .item .ull {
  box-shadow: 0 10px 15px 0 rgba(1, 1, 1, 0.2);
  display: none;
  position: absolute;
  top: 100%;
  left: -4px;
  width: 463px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 2;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .left .item .ull .li {
  width: calc(100% / 4.2);
  margin-right: 5px;
  margin-bottom: 5px;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .left .item .ull .li .i {
  margin-right: 5px;
  font-size: 13px;
  cursor: pointer;
  width: 85px;
  text-align: left;
  margin-top: 5px;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .left .item .ull .li .ul1 {
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .left .item .ull .lis {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .left .item .selects {
  flex-direction: column;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .right {
  width: 180px;
  height: 50px;
  border-radius: 6px;
  background-image: linear-gradient(to right, #ff6927, #ff4606);
  color: #fff;
  cursor: pointer;
}

.muna > .muna_box > .muna_box_list .main1-index .plate1 .main .bot .right > img {
  margin-right: 8px;
}

.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: #2b5cdc;
  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: 54px;
  right: 0;
  width: 330px;
  background: #fff;
  border: 1px solid #2b5cdc;
  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: #2b5cdc;
}

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

.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: #2b5cdc;
  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 #2b5cdc;
  border-left: 1px solid #2b5cdc;
  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 {
  width: 639px;
  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;
  margin-right: 10px;
}

.mian-zxh .table_box .table_fy > .table_djnum > .left_jt:last-child {
  margin-right: 0;
}

.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;
}
