* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  color: #333;
}
a,
a:focus,
a:hover {
  display: block;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.boxShadow {
  border-radius: 10px;
  box-shadow: 0 0 15px #b7b7b7;
}
.show_trigger {
  position: relative;
}
.show_trigger .show_target {
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  top: 60px;
  right: 0;
  box-shadow: 0 15px 20px rgba(110, 115, 113, 0.2);
}
.show_trigger .show_target.showit {
  display: block !important;
}
.container {
  width: 100%;
  background-color: #fff;
}
.container .header_part {
  background: url('../image/bg_top.png');
  width: 1200px;
  margin: 0 auto;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .header_part2 {
  background: url('../image/bg_top.png');
  width: 1200px;
  margin: 0 auto;
  height: 120px;
}
.container .header_part img {
  height: 70px;
  width: auto;
}
.container .header_part .right_wrap {
  margin-top: 24px;
}
.container .header_part .right_wrap input {
  width: 120px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d2d2d2;
  padding: 0 10px 0 10px;
}
.container .header_part .right_wrap input:focus {
    outline: none;
    border-color: #409eff;
}
.container .menu_part {
  background-color: #96262a;
  margin: 0 auto;
  color: #fff;
}
.container .menu_part .menu_wrap {
  width: 1200px;
  margin: 0 auto;
}
.container .menu_part ul.first_menu {
  display: flex;
  justify-content: space-between;
}
.container .menu_part ul.first_menu li .menu_1 {
  min-width: 120px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.container .menu_part ul.first_menu li .menu_1.cur {
  background-color: #333;
}
.container .menu_part ul.first_menu li .menu_1:not(.cur):hover {
  background: rgba(32, 36, 39, 0.41);
}
.container .menu_part .showPanel {
  background: rgba(32, 36, 39, 0.8);
}
.container .menu_part .showPanel a {
  min-width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.container .menu_part .showPanel a:hover {
  background: #303030;
}
.container .banner_part {
  height: 400px;
  background-color: #eee;
}
.content_part {
  position: relative;
}
.panel_title {
  text-align: center;
}
.panel_title .title_zh {
  font-size: 18px;
  color: #555555;
}
.panel_title .title_en {
  color: #8b8b8b;
  font-size: 15px;
  font-weight: lighter;
}
.service_time {
  position: relative;
  width: 740px;
  height: 225px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  top: 40px;
  left: 50%;
  padding: 10px;
}
.service_time .panel_cont {
  display: flex;
}
.service_time .panel_cont .panel {
  width: 50%;
  margin: 16px 0px;
}
.service_time .panel_cont .panel:first-child {
  border-right: 1px solid #eee;
}
.service_time .panel_cont .panel.right_panel .tips {
  font-size: 14px;
  color: #666;
  margin-top: 34px;
}
.service_time .panel_cont .panel .panel_cont_title {
  font-size: 16px;
  color: #96262a;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.service_time .panel_cont .panel .panel_cont_schedule {
  display: flex;
  padding-left: 30px;
}
.service_time .panel_cont .panel .week {
  font-size: 15px;
  color: #333333;
  margin-right: 16px;
}
.service_time .panel_cont .panel .time p {
  margin-bottom: 10px;
  font-size: 16px;
}
.service_time .panel_cont .panel .tips {
  margin-left: 30px;
  font-size: 15px;
  color: #333333;
}
.moudle_part {
  display: flex;
  justify-content: space-between;
  height: 450px;
  width: 1200px;
  margin: 0 auto;
}
.moudle_part.moudle_part_01 {
  margin-top: -40px;
  margin-bottom: 0px;
}
.moudle_part .part {
  width: 49%;
}
.moudle_part .part_top {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}
.moudle_part .part_top .panel_title {
  text-align: left;
}
.moudle_part .part_top .more {
  color: #666;
    margin-top: -15px;
}
.moudle_part .part_top .more:hover {
  cursor: pointer;
  color: #96262a;
}
.announcement .part_bottom .data_item {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.announcement .part_bottom .data_item:hover {
  background-color: #f8efef;
}
.announcement .part_bottom .data_item .date {
  width: 60px;
  height: 60px;
  background-color: #96262a;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.announcement .part_bottom .data_item .date .year {
  font-weight: bold;
  font-size: 16px;
}
.announcement .part_bottom .data_item .notice {
  flex: 1;
}
.announcement .part_bottom .data_item .notice .notice_title {
  color: #333333;
  margin-bottom: 8px;
  font-weight: 800;
}
.announcement .part_bottom .data_item .notice .notice_content {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  height: 32px;
}
.workDynamics .part_bottom {
  padding: 15px;
}
.workDynamics .part_bottom .work_banner {
  height: 220px;
  border-radius: 10px;
  background-color: #eee;
  margin-bottom: 15px;
}
.workDynamics .part_bottom .work_list .work_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.workDynamics .part_bottom .work_list .work_list_item .square {
  width: 8px;
  height: 8px;
  background-color: #818181;
  margin-right: 10px;
}
.workDynamics .part_bottom .work_list .work_list_item .text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workDynamics .part_bottom .work_list .work_list_item .time {
  margin-left: 10px;
  color: #777;
}
.workDynamics .part_bottom .work_list .work_list_item:hover {
  color: #96262a;
}
.workDynamics .part_bottom .work_list .work_list_item:hover .time {
  color: #96262a;
}
.workDynamics .part_bottom .work_list .work_list_item:hover .square {
  background-color: #96262a;
}
.moudle_part_02,
.moudle_part_03 {
  display: inherit;
  width: 100%;
  height: 500px;
  background: url('../image/bg_channel.png') no-repeat center;
  flex-direction: column;
  padding: 30px;
}
.moudle_part_02 .part_top,
.moudle_part_03 .part_top {
  padding: 0 0 14px 0;
  border-bottom: 1px solid #5a5a5a;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
  justify-content: space-between;
}
.moudle_part_02 .part_top.dark .title_zh,
.moudle_part_03 .part_top.dark .title_zh,
.moudle_part_02 .part_top.dark .title_en,
.moudle_part_03 .part_top.dark .title_en,
.moudle_part_02 .part_top.dark .more,
.moudle_part_03 .part_top.dark .more {
  color: #fff;
}
.moudle_part_02 .part_top.dark .more,
.moudle_part_03 .part_top.dark .more {
  color: rgba(246, 242, 240, 0.57);
  font-size: 18px;
  letter-spacing: 2px;
}
.moudle_part_02 .part_bottom,
.moudle_part_03 .part_bottom {
  width: 1200px;
  margin: 0 auto;
}
.moudle_part_02 .part_bottom .channel_line {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 24px;
}
.moudle_part_02 .part_bottom .channel_line .channel_wrap {
  width: 45%;
  height: 170px;
  box-shadow: 0 0 10px 0 rgba(167, 167, 167, 0.5);
  background: rgba(70, 206, 161, 0.7);
  text-align: center;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.moudle_part_02 .part_bottom .channel_line .channel_wrap:hover {
  transform: scale(1.05);
}
.moudle_part_02 .part_bottom .channel_line .channel_wrap .channel {
  background: url('../image/icon_channel_01.png') no-repeat center;
  background-size: 60px 60px;
  padding-top: 110px;
}
.moudle_part_02 .part_bottom .channel_line .channel_wrap.channel_wrap_02 {
  background: rgba(74, 137, 216, 0.7);
}
.moudle_part_02
  .part_bottom
  .channel_line
  .channel_wrap.channel_wrap_02
  .channel {
  background-image: url('../image/icon_channel_02.png');
}
.moudle_part_02 .part_bottom .channel_line .channel_wrap.channel_wrap_03 {
  background: rgba(199, 163, 69, 0.57);
}
.moudle_part_02
  .part_bottom
  .channel_line
  .channel_wrap.channel_wrap_03
  .channel {
  background-image: url('../image/icon_channel_03.png');
}
.moudle_part_02 .part_bottom .channel_line .channel_wrap.channel_wrap_04 {
  background: rgba(110, 168, 56, 0.56);
}
.moudle_part_02
  .part_bottom
  .channel_line
  .channel_wrap.channel_wrap_04
  .channel {
  background-image: url('../image/icon_channel_04.png');
}
.moudle_part_03 {
  height: 480px;
  background-color: #96262a;
  background: url('../image/bg_history.png') no-repeat center;
  color: #fff;
}
.moudle_part_03 .part {
  width: 47%;
}
.moudle_part_03 .part_top {
  border-bottom: 1px solid #ab6262;
  margin-bottom: 30px;
}
.moudle_part_03 .part_bottom {
  display: flex;
  justify-content: space-between;
}
.moudle_part_03 .part_bottom .part_title {
  width: 216px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  color: #96262a;
  background: url('../image/icon_history_museum.png') no-repeat;
  background-size: 216px 36px;
  margin-bottom: 30px;
}
.moudle_part_03 .part_bottom .museum_pic {
  position: relative;
  margin-bottom: 14px;
}
.moudle_part_03 .part_bottom .museum_pic img {
  width: 100%;
}
.moudle_part_03 .part_bottom .museum_pic .view_online {
  background-color: #96262a;
  border-radius: 20px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.moudle_part_03 .part_bottom .museum_pic .view_online:hover {
  background-color: #bd3a3e;
}
.moudle_part_03 .part_bottom .museum_desc {
  position: relative;
}
.moudle_part_03 .part_bottom .museum_desc .view_more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #00acff;
}
.moudle_part_03 .part_bottom .guide {
  position: relative;
  margin-bottom: 50px;
}
.moudle_part_03 .part_bottom .guide .guide_type {
  background: url('../image/icon_guider.png') no-repeat;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 15px;
}
.moudle_part_03 .part_bottom .guide .view_order {
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  line-height: 26px;
  border: 1px solid #efefef;
  border-radius: 16px;
  padding: 0 10px;
  cursor: pointer;
}
.moudle_part_03 .part_bottom .guide .view_order:hover {
  color: #96262a;
  background-color: #fff;
}
.foot_part {
  background: #242424;
  color: #fff;
  padding: 30px 0;
}
.foot_part .foot {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.foot_part .foot .link_part {
  display: flex;
}
.foot_part .foot .link_part .link_wrap {
  margin-right: 50px;
}
.foot_part .foot .link_part .link_wrap .link_type {
  margin-bottom: 20px;
  font-size: 15px;
}
.foot_part .foot .link_part .link_wrap .link_cont ul li a {
  height: 30px;
  line-height: 30px;
}
.foot_part .foot .link_part .link_wrap .link_cont ul li a:hover {
  color: #fd5a5a;
}
.foot_part .foot .link_part .link_wrap .link_cont .link_cont_item {
  display: flex;
  margin-bottom: 30px;
}
.foot_part .foot .qrcode_part {
  display: flex;
}
.foot_part .foot .qrcode_part .qrcode {
  text-align: center;
  margin-left: 20px;
  color: #c8c8c8;
}
.foot_part .foot .qrcode_part .qrcode img {
  width: 120px;
  height: 120px;
}
.foot_part .foot_address {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.foot_part .foot_address img {
  //width: 148px;
  height: 44px;
  margin-right: 20px;
}
.foot_part .foot_address .address {
  text-align: left;
  color: #c8c8c8;
}
.position_part {
  height: 60px;
  line-height: 60px;
  box-shadow: 0 5px 15px rgba(110, 115, 113, 0.3);
  margin-bottom: 20px;
}
.position_part .position_wrap {
  width: 1200px;
  margin: 0 auto;
}
.position_part .position_wrap .cur_position {
  background: url('../image/icon_position.png') no-repeat center left;
  background-size: 16px 16px;
  padding-left: 20px;
}
.list_part {
  width: 1200px;
  margin: 15px auto 30px auto;
  display: flex;
}
.list_part .left_menu {
  width: 180px;
  margin-right: 20px;
}
.list_part .left_menu .left_menu_top {
  height: 54px;
  width: 100%;
  color: #FFF;
  background: #96262a;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
}
.list_part .left_menu .menu_wrap {
  height: 400px;
    margin-top: 10px;
  box-shadow: 0 0 12px #b7b7b7;
}
.list_part .left_menu .menu_item {
  height: 44px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
border-bottom: 1px solid #eee;
}
.list_part .left_menu .menu_item.cur {
  color: #fff;
  background-color: #96262a;
}
.list_part .left_menu .menu_item:not(.cur):hover {
  background-color: #e0e0e0;
}
.list_part .right_list {
  flex: 1;
}
.list_part .right_list ul li {
  #height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #dcdcdc;
  font-size: 15px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_part .right_list .work_list .work_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #eee;
}
.list_part .right_list .work_list .work_list_item .square {
  width: 9px;
  height: 9px;
  background-color: #383838;
  margin-right: 10px;
  transform: rotate(45deg);
}
.list_part .right_list .work_list .work_list_item .text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_part .right_list .work_list .work_list_item .time {
  margin-left: 10px;
  color: #777;
}
.list_part .right_list .work_list .work_list_item:hover {
  color: #96262a;
  background: #f1f1f1;
}
.list_part .right_list .work_list .work_list_item:hover .time {
  color: #96262a;
}
.list_part .right_list .work_list .work_list_item:hover .square {
  background-color: #96262a;
}
.list_part .right_list .list_info {
  padding: 20px;
  min-height: 400px;
}
.list_part .right_list .list_info .title {
  color: #96262a;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}
.list_part .right_list .list_info .sign {
  text-align: center;
  color: #666666;
  margin-bottom: 20px;
}
.list_part .right_list .list_info .sign span {
  margin-right: 10px;
}
.list_part .right_list .list_info .content {
  width: 100%;
}
.list_part .right_list .list_info .content img {
  width: 100%;
}