a:hover, a:active, a:focus, a:hover, a:link {
  text-decoration: none;
}

.head {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  z-index: 10
}

.head .dropdown-menu {
  background: #000
}

.head .navbar-default {
  background-color: transparent
}

.head .navbar {
  min-height: auto
}

.head .navbar-brand {
  height: auto;
}

.head .navbar-toggle {
  margin-top: 38px;
}

.hd_nav {
  padding: 190px 0 0;
  text-align: center;
  color: #fff;
}

.hd_p {
  font-size: 38px
}

.hd_p2 {
  font-size: 16px;
  line-height: 16px;
}

.hd_p2 img {
  vertical-align: top
}

.hd_p3 {
  background: url(../img/hd_ico3.jpg) 50% 0 no-repeat;
  padding: 30px 30px 0;
  font-size: 18px;
}

.srch {
  height: 40px;
}

.srch input {
  position: relative;
  background: transparent;
  border: 0;
  z-index: 20;
  width: 120px;
  line-height: 22px;
  height: 22px;
  margin-top: 10px;
  vertical-align: top;
  padding: 0 0 0 22px;
  color: #fff;
  outline: none;
}

.icon_sc {
  display: inline-block;
  position: absolute;
  width: 12px;
  font-size: 0;
  vertical-align: top;
  top: 16px;
  left: 5px;
  z-index: 30;
}

.icon_sc img {
  width: 100%;
}

.bg_blk {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 22px;
  border-radius: 11px;
  background: #000;
  opacity: .5;
}

.search-form-input {
  border: 1px solid #ddd;
  margin-top: 8px;
  border-radius: 12px;
}

.head .dropdown-menu {
  min-width: 88px;
}

.bg_ap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: .7;
}




#banner_area ul {
	padding:0px; margin:0px;
}

#banner_area ul {
	padding:0px; margin:0px;
}


.bn_bg {
  position: relative;
}

.main_bn {
  overflow: hidden;
  max-width: 100%; /* 添加最大宽度为100% */
}

.main_bn img {
  width: 100%;
  max-width: 100%; /* 添加最大宽度为100% */
}



.tz_pop {
  overflow: hidden;
  position: absolute;
  background: #fff;
  right: 20%;
  top: 20%;
  z-index: 100;
  text-align: center;
  width: 360px;
  border-radius: 10px;
}

.tz_ft label{
  margin:0;
}

.tz_con {
  padding: 30px 20px 20px;
  font-size: 16px;
}

.cl_gr {
  color: #27a166
}

.tz_ft {
  position: relative;
  line-height: 32px;
  background: #747673;
  padding: 0 20px;
  text-align: left;
  color: #fff;
}

.tz_clse, .tz_clse:hover {
  position: absolute;
  right: 20px;
  color: #fff;
}

.tz_bt, .tz_bt:hover {
  margin-top: 20px;
  display: inline-block;
  height: 36px;
  padding:0 30px;
  background: #27a166;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 18px;
  text-decoration: none;
}

.tz_p {
  color: #fff;
}

.tz_tit {
  padding: 30px 0 20px;
  font-size: 26px;
  text-decoration: underline;
  color: #fff;
}

.tz_bg {
  padding: 0 0 20px;
  background: #27a166;
  font-size: 18px;
  line-height: 22px;
}

.head .container {
  position: relative;
  z-index: 1
}

.sld_bx {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -196px;
  width: 338px;
  text-align: center;
  font-size: 0
}

.sld_bx span {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
  vertical-align: top;
}

.sld_bx span:last-child {
  margin-right: 0
}

.sld_bx span.slt {
  background-color: #ffa902;
}

.head .nav>li>a {
  padding: 10px
}

/* .head .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #fff
} */
.head .dropdown-menu>li>a {
  color: #fff
}

.head .dropdown-menu>li>a:focus, .head .dropdown-menu>li>a:hover {
  background-color: transparent;
  color: #ffa902;
}

.head .navbar-default .navbar-nav>li>a:focus, .head .navbar-default .navbar-nav>li>a:hover {
  color: #ffa902
}

.head .navbar-default .navbar-nav>.open>a, .head .navbar-default .navbar-nav>.open>a:focus, .head .navbar-default .navbar-nav>.open>a:hover {
  background: transparent
}

.head .navbar-default .navbar-nav>li>a {
  color: #fff
}

.head .navbar {
  border-width: 0 0 1px
}

.notice_area {
  position: relative;
  padding: 40px 0 0;
}

.omit {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.omit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.omit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.notice_area .panel-default {
  overflow: hidden;
  margin: 0 15px
}

.notice_area .panel-default>.panel-heading {
  height: 178px;
  background: #353535;
  color: #fff;
  border-radius: 4px 0 0 4px;
}

.notice_area .table {
  margin: 15px 0
}

.notice_area .panel-default>.panel-heading {
  padding: 20px 0;
}

.pst_ntc {
  display: block;
  padding-top: 40px;
  font-size: 24px;
  text-align: center;
}

.sub .page-header {
  margin-top: 60px;
}

.page-header {
  padding-left: 15px;
  padding-right: 15px;
}




.video_big {
  overflow: hidden;
  height: 482px;
  border-radius: 10px;
  margin-bottom: 16px;
  background: #000;
}

.video_big img {
  width: 100%;
}

.vdo_icon_gr {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 98px;
  margin: -49px 0 0 -100px;
  text-align: center;
  color: #fff;
}

.sp_icon {
  display: block;
  margin-bottom: 4px;
}

.vdieo_sm {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  height: 150px;
  margin-bottom: 10px;
  background: #000;
  border-radius: 10px;
}

.vdieo_sm:last-child{
  margin-bottom: 0;
}

.vdieo_sm>img {
  width: 100%
}

.mb_vdieo {
  position: relative;
  height: 548px;
  overflow: hidden;
  overflow-y: auto;
  /* flex-direction: column; */
}

.mb_up, .mb_dw {
  position: absolute;
  display: inline-block;
  left: 50%;
  margin-left: -16px;
  bottom: 0;
  font-size: 0;
  z-index: 10;
  color: #ddd;
}

.mb_up {
  top: 4px;
  bottom: auto;
}

.mb_dw {
  top: auto;
  bottom: 74px;
}

.mb_up:hover, .mb_up:focus, .mb_up:active,
.mb_dw:hover, .mb_dw:focus, .mb_dw:active {
  color: #fff
}

.sm_bn {
  position: relative;
  height: 910px;
  margin-top: 10px;
  background: url(../img/sm_bn.jpg) 50% 0 no-repeat;
}

.sm_bn .container {
  position: relative;
}


.left_icon_bx {
  position: fixed; z-index: 1500; top:0; 
  right: 30px;
  width: 47px;
  height: 449px;
}

/*
.left_icon_bx {
  position: absolute;
  right: 100px;
  top: 50%;
  width: 47px;
  height: 449px;
  margin-top: -224px;
}*/

.left_icon_bx ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.left_icon_bx a {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin-bottom: 15px;
  background: url(../img/ico_spr.png?202411250900) 0 0 no-repeat;
}

.left_icon_bx li.on .l_icon_01, .left_icon_bx li .l_icon_01:hover {
  background-position: -67px 0;
}

.left_icon_bx li.on .l_icon_02, .left_icon_bx li .l_icon_02:hover {
  background-position: -67px -67px;
}

.left_icon_bx li.on .l_icon_03, .left_icon_bx li .l_icon_03:hover {
  background-position: -67px -134px;
}

.left_icon_bx li.on .l_icon_04, .left_icon_bx li .l_icon_04:hover {
  background-position: -67px -201px;
}

.left_icon_bx li.on .l_icon_05, .left_icon_bx li .l_icon_05:hover {
  background-position: -67px -268px;
}

.left_icon_bx li.on .l_icon_06, .left_icon_bx li .l_icon_06:hover {
  background-position: -67px -335px;
}

.left_icon_bx li.on .l_icon_07, .left_icon_bx li .l_icon_07:hover {
  background-position: -67px -402px;
}

.left_icon_bx li .l_icon_01 {
  background-position: 0 0;
}

.left_icon_bx li .l_icon_02 {
  background-position: 0 -67px;
}

.left_icon_bx li .l_icon_03 {
  background-position: 0 -134px;
}

.left_icon_bx li .l_icon_04 {
  background-position: 0 -201px;
}

.left_icon_bx li .l_icon_05 {
  background-position: 0 -268px;
}

.left_icon_bx li .l_icon_06 {
  background-position: 0 -335px;
}

.left_icon_bx li .l_icon_07 {
  background-position: 0 -402px;
}


.sns_icon_bx {
  position: absolute; /* 使元素从文档流中脱离，可以任意定位 */
  top: 50%; /* 定位到页面的垂直中心 */
  left: 50%; /* 定位到页面的水平中心 */
  height: 120px;
  display: flex;
  flex-direction: row; /* 或者写为 "row" */
  flex-wrap: nowrap; /* 防止元素换行 */
  transform: translate(-50%, -50%); /* 微调元素的位置，使其正好在页面中心 */
}

.sns_icon_bx ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* 添加以下代码 */
  display: flex;
  flex-direction: row; /* 或者写为 "row" */
  flex-wrap: nowrap; /* 防止元素换行 */
}

.sns_icon_bx a {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin-bottom: 15px;
  background: url(../img/ico_spr.png?202411250900) 0 0 no-repeat;
}

.sns_icon_bx li.on .l_icon_01, .left_icon_bx li .l_icon_01:hover {
  background-position: -67px 0;
}

.sns_icon_bx li.on .l_icon_02, .left_icon_bx li .l_icon_02:hover {
  background-position: -67px -67px;
}

.sns_icon_bx li.on .l_icon_03, .left_icon_bx li .l_icon_03:hover {
  background-position: -67px -134px;
}

.sns_icon_bx li.on .l_icon_04, .left_icon_bx li .l_icon_04:hover {
  background-position: -67px -201px;
}

.sns_icon_bx li.on .l_icon_05, .left_icon_bx li .l_icon_05:hover {
  background-position: -67px -268px;
}

.sns_icon_bx li.on .l_icon_06, .left_icon_bx li .l_icon_06:hover {
  background-position: -67px -335px;
}

.sns_icon_bx li.on .l_icon_07, .left_icon_bx li .l_icon_07:hover {
  background-position: -67px -402px;
}

.sns_icon_bx li .l_icon_01 {
  background-position: 0 0;
}

.sns_icon_bx li .l_icon_02 {
  background-position: 0 -67px;
}

.sns_icon_bx li .l_icon_03 {
  background-position: 0 -134px;
}

.sns_icon_bx li .l_icon_04 {
  background-position: 0 -201px;
}

.sns_icon_bx li .l_icon_05 {
  background-position: 0 -268px;
}

.sns_icon_bx li .l_icon_06 {
  background-position: 0 -335px;
}

.sns_icon_bx li .l_icon_07 {
  background-position: 0 -402px;
}


/* 手机端显示时元素之间保持间距 */
@media (max-width: 767px) {
  .sns_icon_bx {
    margin: 0 auto;
  }

  .sns_icon_bx ul {
    justify-content: center;
  }

  .sns_icon_bx a {
    margin: 0 1px;
  }
}


.sm_bn .jumbotron {
  padding-top: 210px;
  padding-bottom: 106px;
  background-color: transparent;
}

.sm_bn .jumbotron h1, .sm_bn .jumbotron h2, .sm_bn .jumbotron h3 {
  color: #fff
}

.sm_bn .jumbotron p {
  color: #fff
}

.sm_sld_bx {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  /* width: calc(100% - 66px); */
  margin: 0 32px;
}

.ico_pre {
  position: absolute;
  left: -50px;
  top: 50%;
  display: inline-block;
  margin-top: -31px;
}

.ico_next {
  position: absolute;
  right: -50px;
  top: 50%;
  display: inline-block;
  margin-top: -31px;
}

.j_sld_bx {
  position: relative;
  display: flex;
  margin: 0 auto;
}

.icon_j {
  min-width: 170px;
  margin-right: 56px;
}

.icon_j:last-child {
  margin-right: 0
}

.icon_j img {
  width: 100%;
  vertical-align: top;
}

.sm_bn .jumbotron .dsp_flx {
  display: flex;
}

.region {
  overflow: hidden;
  background: #e3effd;
}

.rgo_sld {
  transform: translate3d(-218px, 0px, 0px);
  width: 1650px;
  min-height: 310px;
  /* overflow: hidden; */
}

.sm_pre {
  position: absolute;
  left: 7%;
  top: -8px;
  font-size: 0;
}

.sm_next {
  position: absolute;
  top: -8px;
  right: 7%;
  font-size: 0;
}

.bar_sld {
  width: 77%;
  height: 4px;
  margin: 8px auto;
  font-size: 0;
  background: #fff;
}

.bar_sld div {
  height: 4px;
  background: #1f1f1d
}

.rgo_nav {
  position: relative;
  margin: 30px 0 60px
}

.rgo_bx {
  position: relative;
}

.rgo_lst {
  float: left;
  margin-right: 20px;
  border-radius: 20px;
}

.rgo_lst:last-child {
  margin-right: 0
}

.rgo_gr {
  position: relative;
  width: 310px;
  height: 310px;
  background: #fff;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
}

.rcm {
  position: absolute;
  top: -6px;
  left: 20px;
  width: 50px;
  height: 56px;
  line-height: 56px;
  border-radius: 6px 6px 25px 25px;
  background: #e62129;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.rcm_bl {
  background-color: #4ca0f7
}

.ico_star, .ico_star span {
  display: inline-block;
  width: 56px;
  height: 10px;
  font-size: 0;
  background: url(../img/ico_star2.png) 0 0 no-repeat;
  vertical-align: top;
  text-align: left;
}

.ico_star span {
  background: url(../img/ico_star.png) 0 0 no-repeat;
}

.rgo_img {
  position: relative;
  overflow: hidden;
  height: 234px;
  margin-bottom: 10px;
  border-radius: 20px 20px 0 0;
}

.ct_gr {
  border: 1px solid #eee;
  border-radius: 10px;
}

.ct_pre, .ct_next {
  position: absolute;
  left: 10px;
  top: 46%;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.ct_next {
  right: 10px;
  left: auto;
}

.ct_img {
  position: relative;
}

.ct_img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.btn_more {
  display: inline-block;
  border-radius: 16px;
  width: 122px;
  height: 32px;
  line-height: 32px;
  margin-top: 50px;
  font-size: 15px;
  border: 1px solid #696969;
  text-align: center;
  color: #1f1f1d;
}

.btn_more:hover {
  text-decoration: none;
  color: #1f1f1d;
}

.btn_more span {
  display: inline-block;
  font-size: 0;
}

.btn_more span img {
  margin-top: 5px;
  vertical-align: top
}

.ct_img_ct {
  overflow: hidden;
  margin-top: 30px;
}

.ct_img_ct img {
  width: calc(50% - 2px);
  float: left;
}

.ct_img_ct img:last-child {
  float: right;
}

.ct_bt_bx {
  position: relative;
  margin-bottom: 20px;
  padding: 23px 0 23px 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}

.ct_bt_bx:last-child {
  margin-bottom: 0;
}

.bar {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -19px;
  display: inline-block;
  width: 4px;
  height: 38px;
  background: #000;
}

.tx_more {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
  font-weight: bold;
}

.ct_bt_bx p {
  font-size: 16px;
}

.ct_sm_tit {
  display: block;
  font-size: 23px;
  color: #f57f3b;
}

.ct_area {
  background: url(../img/rg_bg.png) 50% 0 no-repeat;
}

.tip {
  margin: 20px 0;
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 10px;
}

.tip a, .tip a:hover {
  line-height: 28px;
  padding: 0 12px;
  text-decoration: none;
}

.bn_gr {
  position: relative;
}

.bn_gr img {
  width: 100%;
}

.bn_gr .tm_lt_img img, .bn_gr .tm_rt_img img {
  width: 96%;
  vertical-align: middle;
}

.tm_lt_img {
  position: absolute;
  top: 0;
  left: -180px;
}

.tm_ct_img {
  position: relative;
  padding: 0 15px;
  z-index: 10;
}

.tm_rt_img {
  position: absolute;
  top: 0;
  right: -180px;
}

.tm_sld_bt {
  padding: 20px;
  text-align: center;
}

.tm_rd {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-color: #eee;
  border-radius: 50%;
  vertical-align: middle;
}

.tm_rd.on {
  width: 12px;
  height: 12px;
  background-color: #3a3a3a;
  vertical-align: middle;
}

.tm_tv {
  position: relative;
}

.bd_bx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #eee;
  height: 72px;
  z-index: 10;
}

.link_bx a {
  display: inline-block;
  vertical-align: bottom;
}

.z_i20 {
  position: relative;
  z-index: 20
}

.footer_area {
  padding: 30px 0;
  background: #f5f5f5;
  border-top: 1px solid #eee;
}

.lk_ft a {
  display: inline-block;
  margin-right: 10px;
}

.census {
  display: block;
  font-size: 20px;
  color: #ff4825
}

.mg_tx {
  display: inline-block;
  margin-right: 10px;
}

.lk_area {
  position: relative;
  margin-top: 60px;
}

.sns_area {
  position: relative;
  margin-top: 60px;
}






/* SubPage */
.sub .bn_bg {
  position: relative;
  height: 500px;
  background: url(../img/a_bn_img2.jpg) 50% 0 no-repeat;
}
/*
.sub .gzjs_bg {
  background: url(../img/gzjs_bg.jpg) 50% 0 no-repeat;
}
*/
.sub .gzjs_bg {
  min-height: 500px;
  background: url(../img/gzjs_bg.jpg) center center no-repeat;
  background-size: cover; /* 默认样式，确保背景图片覆盖整个区域 */
}

/* 移动设备的样式 */
@media (max-width: 767px) {
  .sub .gzjs_bg {
    background-size: 1500px 500px; /* 指定一个具体的宽度值，维持高度为500px */
  }
}






/* tab */
.bn_tab {
  margin-top: -66px;
}

.bn_tab .nav-justified {
  /* position: absolute;
  bottom: 0; */
  background: #595a59;
  border-radius: 4px 4px 0 0;
}

.bn_tab .container {
  position: relative;
  /* min-height: 379px; */
}

.bn_tab .nav-justified>li.active>a {
  background-color: #ffb900;
}

.bn_tab .nav-justified>li>a {
  color: #fff;
  background-color: transparent;
  border-radius: 4px 4px 0 0;
}

.bn_tab .nav>li>a {
  line-height: 66px;
  padding: 0 15px;
  font-size: 18px;
  white-space: nowrap;
  /* 2.27 */
}

/* tab end  귀주소개*/
.page-header {
  /* height: 50px; */
  border-bottom: 0;
  background: url(../img/sub_title_line.png) 0 100% repeat-x;
  margin-bottom: 50px;
}

/* 移动端：菜单项样式 */
@media screen and (max-width: 767px) {
  .bn_tab .nav>li>a {
    white-space: normal;
    line-height: 1.5;
    padding: 10px;
  }
}





.page-header h4 {
  font-size: 26px;
}

.bn_gaxq {
  min-height: 768px;
  background: url(../img/a_bn.jpg) 50% 0 no-repeat;
}

.gaxq_img_area {
  overflow: hidden;
  padding: 20px 30px 0;
}

.gaxq_img_area:last-child {
  padding-bottom: 60px;
}

.tb_con .container .gaxq_img_area:last-child {
  padding-bottom: 0
}

.gaxq_tit {
  margin: 60px 0 20px;
  /*background: url(../img/gaxq_tit_line.png) 50% no-repeat;*/
  text-align: center;
}

.gaxq_tit:last-child {
  margin-top: 30px;
}

.bn_gaxq2 {
 /* background: url(../img/bg_bn_pt.png) 0 1px repeat;*/
  min-height: 300px;
}

.bn_cq {
  min-height: 768px;
/*  background: url(../img/img_ygxq.jpg) 50% 0 no-repeat;*/
}

.bn_cq2 {
 /* background: url(../img/img_ygxq2.jpg) 50% 0 no-repeat;*/
  min-height: 768px;
}

.bn_cd {
  min-height: 888px;
/*  background: url(../img/img_cq.jpg) 50% 0 no-repeat;*/
}

.bn_cd2 {
  /* margin:-72px 0 -76px; */
/*  background: url(../img/cq_ing_pt.jpg) 0 0 repeat;*/
}

.bn_cd3 {
  /*background: url(../img/img_cd2.jpg) 50% 0 no-repeat;*/
  min-height: 494px;
}

.bn_cd4 {
  padding: 106px 0;
 /* background: url(../img/img_cd3.jpg) 50% 0 no-repeat;*/
}

.bn_cd5 {
  padding: 60px 0;
  background: url(../img/img_cd4.jpg) 50% 0 no-repeat;
}

/* tab */
.gt_tb {
  background: #323232;
}

.gt_tb .nav-justified {}

.gt_tb .container {
  position: relative;
}

.gt_tb .nav-justified>li.active>a {
  background-color: #ef503d;
}

.gt_tb .nav-justified>li>a {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
}

.gt_tb .nav>li>a {
  padding: 0 15px;
  font-size: 26px;
  line-height: 120px;
  letter-spacing: -1px;
}

/* tab end */
.tb_con {
  background: url(../img/a_bg.jpg) 50% 0 no-repeat;
}

.img_frame {
  position: relative;
  border-radius: 10px;
}

.img_frame img {
  width: 100%;
  border-radius: 10px;
}

.tx_tyl_p {
  line-height: 26px;
  font-size: 18px;
}

.tx_str_bl {
  display: block;
}

.img_w img {
  width: 100%;
}

.ul_bg {
  /*background: url(../img/cq_img4.jpg) 50% 50% no-repeat;*/
}

.ul_bg2 {
  padding: 190px 0;
  /*background: url(../img/cq_img4.png) 50% 50% no-repeat;*/
}

.ul_type {
 /* background: url(../img/cq_img4.png) 50% 50% no-repeat;*/
  list-style-type: none;
  padding: 50px 0 50px 30px;
  margin: 0;
}

.ul_type li {
  position: relative;
  font-size: 18px;
  line-height: 40px;
}

.li_num {
  position: absolute;
  left: -30px;
  top: 8px;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
  background: #ff421f;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}

.cd_cd {
  overflow: hidden;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-bottom: 52px;
  border: 1px solid #ddd;
}

.cd_txt {
  float: left;
  margin-left: 40px;
  padding-top: 30px;
}

.cd_txt p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.cd_txt p.cd_tx_sty {
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 20px;
}

.cd_txt p:last-child {
  margin-top: 26px;
}

.cd_txt p .cd_tx_sty2 {
  margin-top: 20px;
  font-size: 28px;
}

.cd_tx_sty {
  display: inline-block;
  border-bottom: 1px solid #ddd;
}

.cd_img {
  float: left;
}

.cd_img img {
  border-radius: 10px;
}

.p_r {
  position: relative;
}

.dtl_pt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #2d3a67;
  opacity: .9;
  z-index: 10;
  border-radius: 10px;
}

.dtl_pt_con {
  position: absolute;
  top: 20%;
  left: 10%;
  right: 10%;
  z-index: 20;
  color: #fff;
}

.sp_dlt {
  display: inline-block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  color: #2d3a67;
  font-weight: bold;
  border-radius: 21px;
  vertical-align: top;
}

.pt_cd {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 40px 0;
  border: 1px solid #ddd;
}

.pst_rb {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url(../img/1.png) 0 0 no-repeat;
}

.pt_cd_txt {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 4px;
  font-size: 18px;
}

.pt_cd_txt2 {
  text-align: center;
  font-size: 18px;
}

.pt_cd_txt2 strong {
  font-size: 22px;
}

.pt_cd_img {
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 75px;
}

.dtl_tlt {
  padding-bottom: 10px
}

.p_sty {
  padding: 20px 0 0 20px;
  font-size: 18px;
}

.p_sty2 {
  padding: 25px 0 0 40px;
  font-size: 18px;
}

.p_sty3 {
  padding: 52px 0 0 40px;
  font-size: 18px;
}

.p_sty4 {
  padding: 25px 0 0 40px;
  font-size: 16px;
}

.bwg_p_sty {
  padding: 0 0 20px;
  color: #b7a38a;
  font-size: 16px;
  text-align: center;
}

.bg_cd {
  background: url(../img/bg_cd.jpg) 50% 0 no-repeat;
}

.bg_cd_tit {
  line-height: 140px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.tit_ct {
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding: 0 0 40px;
}

.tit_ct2 {
  padding-top: 100px;
  font-size: 34px;
}

.tit_ct3 {
  font-size: 30px;
}

.tit_ct4 {
  padding-bottom: 30px;
  font-size: 36px;
  text-align: center;
  color: #000;
}

.bwg_tit_img {
  padding-bottom: 30px;
  font-size: 36px;
  text-align: center;
  color: #000;
}

.tit_ct3 span, .tit_ct3 strong {
  color: #fffd68
}

.vdo_bx {
  width: 100%;
  min-height: 300px;
  margin: 0 auto;
  border-radius: 10px;
  background: #226a75;
}

/* 박물관 */
.sub .bn_bwg {
  background: url(../img/bn_bwg.jpg) 50% 0 no-repeat;
}

.sub .bn_bwg2 {
  background: url(../img/bn_bwg2.jpg) 50% 0 no-repeat;
}

.bwg_gr {
  min-height: 850px;
  background: url(../img/bg_bwg.jpg) 50% 0 no-repeat;
}

.bwg_gr2 {
  padding: 60px 0;
}

.bwg_gr3 {
  padding: 60px 0;
  background: url(../img/bg_bwg3.jpg) 50% 0 no-repeat;
}

.bwg_gr4 {
  padding: 60px 0;
  background: url(../img/bg_bwg4.jpg) 50% 0 repeat;
}

.bg_black {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 48px;
  background: url(../img/bt_pt.png) 0 0 repeat-x;
  font-size: 16px;
  border-radius: 0 10px;
}

.a_stl {
  display: inline-block;
  margin-right: 1px;
  vertical-align: top;
  font-size: 0
}

.a_stl:first-child {
  border-radius: 0 0 0 5px;
}

.a_stl img {
  vertical-align: top;
}

.a_bar {
  display: inline-block;
  width: 1px;
  height: 48px;
  background-color: #fff;
  font-size: 0;
  vertical-align: top;
  opacity: .3;
}

.sld_num {
  display: inline-block;
  vertical-align: top;
  line-height: 48px;
  padding: 0 30px;
  color: #fff;
}

.bd_gr {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}

.bd_gr_bx {
  padding: 30px 30px 0;
}

.bd_gr_tit {
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
}

.bd_gr_ul {
  border-top: 1px solid #d9d9d9;
  list-style-type: none;
  line-height: 35px;
  padding: 28px 0 0;
  margin: 28px 30px;
  font-size: 16px;
}

.bd_gr_ul .omit {
  width: 230px;
  height: 34px;
}

.bd_gr_ul li {
  position: relative;
}

.bd_gr_ul li span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.tx_more_ico {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 16px;
  padding-right: 27px;
  background: url(../img/ico_more.png) 100% 0 no-repeat;
  color: #000;
}

.bwg_tx_img {
  padding: 24px 20px 12px;
  display: flex; /* 使用Flexbox布局 */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  text-align: center; /* 文本居中，对于内联元素或文本内容有用 */
}

.bwg_vod_area {
  padding: 0 10px 10px;
  max-width: 100%; /* 确保.bwg_vod_area不会超过屏幕宽度 */
  width: 100%; /* 可以设置为100%，但由于是块级元素，默认也是100% */
  box-sizing: border-box; /* 确保内边距不会影响总宽度 */
}

.bwg_vod_area video {
  width: 100%; /* 视频宽度应设置为100%，以便它可以根据父容器的宽度缩放 */
  height: auto; /* 高度设置为auto，以保持视频的宽高比 */
}

.bwg_vod_area img {
  width: 100%;
}

.bwg_tx_link {
  margin-bottom: 20px;
  padding: 0 138px;
}

.bwg_lst_bx {
  position: relative;
}

.bwg_pre, .bwg_next {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -32px;
  display: inline-block;
  width: 43px;
  height: 43px;
  font-size: 0;
  vertical-align: top;
  text-align: center;
}

.bwg_next {
  right: 30px;
  left: auto;
}

.bwg_pre img, .bwg_next img {
  vertical-align: top;
}

.bwg_ovf {
  overflow: hidden;
  margin: 0 138px;
  height: 376px;
}

.bwg_sld {
  transform: translate3d(0px, 0px, 0px);
  width: 5000px;
  overflow: hidden;
}

.bwg_bd_bx {
  float: left;
  margin-right: 30px;
  border-radius: 10px;
  /* border: 2px solid #fff; */
}

.bwg_bd_bx.on {
  border: 2px solid #fff;
}

.bwg_bd_bx img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.bwg_sld ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.bwg_sld li {
  float: left;
  width: 50%;
}

.bwg_lst_tx {
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.ty_gr {
  margin-bottom: 50px;
}

.ty_gr span {
  display: inline-block;
  width: 100%;
}

.ty_gr img {
  width: 100%;
  border-radius: 10px;
}

.gzjs_bn {
  min-height: 340px;
  background: url(../img/gzjs_bn2.jpg) 50% 0 no-repeat;
  border-radius: 10px;
}

.gzjs_tab {
  overflow: hidden;
  padding: 0 135px;
}

.gzjs_tab_area {
  padding: 60px 0 40px;
  border-bottom: 1px solid #d5d5d5;
}

.gzjs_tab a {
  position: relative;
  display: block;
  line-height: 56px;
  height: 56px;
  text-align: center;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.gzjs_sp {
  display: none
}

.on .gzjs_sp {
  position: absolute;
  display: inline-block;
  right: -3px;
  bottom: -3px;
  background: url(../img/a_hv.jpg) 0 0 no-repeat;
  width: 25px;
  height: 25px;
}

.gzjs_tab .on {
  border: 3px solid #3282d8;
}

.gzjs_ul {
  padding: 40px 15px 0;
  line-height: 24px;
  font-size: 16px;
}

.gzjs_ul ul {
  padding-left: 20px;
}

.gzjs_ul li {
  margin-bottom: 30px;
}

.tbl_bx {
  padding: 0 15px;
}

.tbl_bx .table-bordered {
  border-top: 2px solid #333;
  border-left: 0
    /* margin-bottom: 60px; */
}

.tbl_bx .table-bordered tbody th {
  background: #f8f9fa;
  text-align: right;
}

/* .tbl_bx .table-bordered tbody th:first-child {
  border-left: 1px solid #fff
} */
/* .tbl_bx .table-bordered tbody td:last-child {
  border-right: 1px solid #fff
} */
.tbl_bx .tb_tx_r tbody th {
  text-align: center;
  border-right: 0 !important;
}

.tbl_bx .tb_tx_r tbody td {
  text-align: center;
  /* border-left: 0; */
  vertical-align: middle;
}

.tbl_bx p:last-child {
  margin-bottom: 0
}
/*
.sub .bn_mz {
  background: url(../img/bn_mz.jpg) 50% 0 no-repeat;
}
*/
.sub .bn_mz {
  min-height: 500px;
  background: url(../img/bn_mz.jpg) center center no-repeat;
  background-size: cover; /* 默认样式，确保背景图片覆盖整个区域 */
}

/* 移动设备的样式 */
@media (max-width: 767px) {
  .sub .bn_mz {
    background-size: 1500px 500px; /* 指定一个具体的宽度值，维持高度为500px */
  }
}

.mz_bn {
  min-height: 926px;
  background: url(../img/mz_bn.jpg) 50% 0 no-repeat;
}

.mz_bg {
  padding: 40px 0 0;
  background: url(../img/mz_slt_bg2.jpg) 50% 0 no-repeat;
}

.mz_img_tit {
  text-align: center;
}

.mz_lst_bx {
  position: relative;
}

.mz_ovf {
  overflow: hidden;
  margin: 50px 80px;
  min-height: 110px;
}

.mz_sld {
  transform: translate3d(0px, 0px, 0px);
  width: 5000px;
  overflow: hidden;
}

.mz_rd {
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 30px;
  padding: 16px 0 0;
  border-radius: 55px;
  text-align: center;
  color: #fff;
  background: #c2c2c2;
  cursor: pointer;
}

.mz_rd:hover {
  background: #ff482a;
}

.mz_nm_kr {
  font-size: 24px;
  display: block;
  vertical-align: top;
}

.mz_nm_cn {
  font-size: 18px;
  display: block;
  vertical-align: top;
}

.mz_bar {
  display: inline-block;
  font-size: 0;
  width: 22px;
  height: 2px;
  margin-top: 8px;
  vertical-align: top;
  background: #fff;
}

.mz_pre, .mz_next {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -22px;
}

.mz_next {
  right: 20px;
  left: auto;
}

.mz_rw {
  overflow: hidden;
  padding: 60px 15px 0;
}

.ovf_hd {
  overflow: hidden;
  margin-bottom: 30px
}

.mz_tx_nm {
  padding: 20px 0 0;
  font-size: 26px;
}

.mz_tx_nm span {
  font-size: 18px;
}

.mz_img {
  padding: 30px 0;
}

.mz_jr {
  padding: 0 0 60px;
  background: #e7f4ed url(../img/mz_jr_bg.jpg) 0 0 no-repeat;
}

.mz_jr_tit {
  padding: 60px 0 40px;
  text-align: center;
}

.mz_tb {
  overflow: hidden;
  padding: 20px 0;
  background: #fff;
  border-radius: 30px;
  margin: 0 300px;
}

.mz_tb .table-responsive {
  margin-top: 20px;
  margin-right: 15px;
}

.mz_tb .table th {
  font-size: 18px;
}

.mz_tb .table td {
  font-size: 16px;
}

.img_skz {
  text-align: center;
  padding: 30px 0 0;
}

.pst_bwg {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.pst_bwg .container {
  position: relative;
}

.bwg2_img {
  float: left;
  line-height: 88px;
  font-size: 20px;
  margin-right: 40px;
}

.bwg2_tep {
  overflow: hidden;
  height: 256px;
}

.bwg2_img img {
  margin-right: 10px;
}

.bwg_wh {
  overflow: hidden;
}

.bwg2_sld {
  transform: translate3d(0px, 0px, 0px);
  width: 1650px;
  min-height: 90px;
}

.pst_bwg_r {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 216px;
}

.pst_bwg_r a {
  margin-right: 10px;
}

.bwg2_gr {
  padding: 60px 0;
  background: url(../img/bwg2_big_bg.jpg) 50% 0 no-repeat;
}

.bwg2_tit_img {
  text-align: center;
}

.bwg2_lst {
  overflow: hidden;
  position: relative;
  padding: 50px 0 30px 16px;
}

.bwg2_line {
  position: absolute;
  left: 15px;
  top: 60px;
  bottom: 0;
  background: #ddd;
  width: 1px;
  font-size: 0;
}

.bwg2_rd {
  position: absolute;
  top: 0;
  left: -5px;
  width: 11px;
  height: 11px;
  background: #ddd;
  border-radius: 5.5px;
}

.bwg2_rd_v1 {
  top: auto;
  bottom: 0
}

.bwg2_tit_tx {
  padding: 0 0 0 16px;
  font-size: 26px;
}

.bwg2_img_bx {
  border-radius: 10px;
  border: 1px solid #ddd;
  text-align: center;
  margin-top: 20px;
}

/* .bwg2_img_bx img{
  width: 100%;
} */
.bwg2_img_nm {
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #ddd;
}

/* 박물관 끝*/
/* 지역별 귀양시 */
/*
.sub .dqgy_bg {
  min-height: 500px;
  background: url(../img/dq_bn.jpg) 50% 0 no-repeat;
}
*/
.sub .dqgy_bg {
  min-height: 500px;
  background: url(../img/dq_bn_1.jpg) center center no-repeat;
  background-size: cover; /* 默认样式，确保背景图片覆盖整个区域 */
}

/* 移动设备的样式 */
@media (max-width: 767px) {
  .sub .dqgy_bg {
    background-size: 1500px 500px; /* 指定一个具体的宽度值，维持高度为500px */
  }
}

.dqgy_whly_bg {
  background: url(../img/dqgy_bg.jpg) 50% 0 no-repeat;
}

.dqgy_whly_bg2 {
  background: url(../img/dqgy_bg2.jpg) 50% 0 no-repeat;
  padding: 60px 0;
}

.dqgy_whly_tit {
  padding: 60px 0 40px;
  text-align: center;
}

.dq_tit {
  text-align: center;
}

.dq_wh_bx {
  position: relative;
  min-height: 164px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 30px;
}

.dq_wh_bx.selected {
  background: #ea6d41;
}

.selectedHover:hover{
	background: #ea6d41
}

.dq_wh_bx:hover {
  background: #ea6d41
}

.dq_wh_bx_v1:hover {
  background: #fff
}

.dq_wh_bx_v1 {
  min-height: 358px;
}

.dq_sm_bg {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.dq_sm_bg2 {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.dq_img_area {
  position: absolute;
  top: 50%;
  left: 26px;
  margin-top: -57px;
  z-index: 10;
  vertical-align: middle;
}

.dq_js_tx {
  position: absolute;
  left: 156px;
  top: 50%;
  margin-top: -23px;
  font-size: 14px;
  font-weight: bold;
}

.dq_js_tx p {
  margin: 0;
}

.dq_ico {
  display: block;
}

.dq_p_stl {
  padding: 42px;
  line-height: 28px;
  font-size: 15px
}

.dq_p {
  width: 600px;
  padding: 0 15px;
  margin: 0 auto;
}

.dq_map {
  position: relative;
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}

.dq_map img {
  width: 100%;
}

.bg_org {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #ffa902;
  font-size: 0;
  vertical-align: middle;
  margin-right: 8px;
}

.tb_sty .table {
  letter-spacing: -1px;
}

.map_stl {
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #ddd;
  margin: 0 300px;
  padding: 60px 0;
  border-radius: 10px;
}

.sub .dq_big_bg {
  padding: 0 0 60px;
  background: #ecf3fb url(../img/dsq_big_bg.jpg) 50% 0 no-repeat;
}

.sub .dq_big_bg2 {
  background: #eef6d1 url(../img/dsq_big_bg2.jpg) 50% 0 no-repeat;
}

.sub .dq_big_bg3 {
  background: #eddec9 url(../img/dsq_big_bg3.jpg) 50% 0 no-repeat;
}

.sub .dq_big_bg4 {
  background: #c6f7fe url(../img/dsq_big_bg4.jpg) 50% 0 no-repeat;
}

.sub .dq_big_bg5 {
  background: #ecf3fb url(../img/dsq_big_bg5.jpg) 50% 0 no-repeat;
}

.sub .dq_big_bg6 {
  background: #cdf2eb url(../img/dsq_big_bg6.jpg) 50% 0 no-repeat;
}

.sub .dq_big_bg7 {
  background: #eef6e7 url(../img/dsq_big_bg7.jpg) 50% 0 no-repeat;
}

.sub .dq_big_bg8 {
  background: #f7e8e1 url(../img/dsq_big_bg8.jpg) 50% 0 no-repeat;
}

.sub .dq_big_bg9 {
  background: #fef2f4 url(../img/dsq_big_bg9.jpg) 50% 0 no-repeat;
}

.sub .dq_big_bg10 {
  background: #d9cef8 url(../img/dsq_big_bg10.jpg) 50% 0 no-repeat;
}

.top_lst {
  padding: 200px 0 0;
}

.top_num {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin: 15px 0;
  text-align: center;
}

.top_num img {
  width: 100%
}

.top_num span.num_sp {
  position: absolute;
  left: 20px;
  top: 0;
  display: inline-block;
  width: 60px;
  height: 70px;
  background: #000;
  font-size: 30px;
  text-align: center;
  color: #fff;
  border-radius: 0 0 10px 10px;
  z-index: 10;
}

.top_num span.num_sp span {
  display: block;
  font-size: 13px;
}

.grd_bx {
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  background: #fff;
  border-radius: 0 0 50% 50%;
  overflow: hidden;
}

.grd_bx img {
  width: 50%;
}

.top_tx_p {
  font-size: 22px;
  padding: 40px 0 60px;
  background: #fff;
  font-weight: bold;
  border-radius: 0 0 20px 20px;
}

.top_tx_p p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
}

.top_img img {
  border-radius: 0;
}
/*
.sub .ggd_bg {
  background: url(../img/ggd_bn.jpg) 50% 0 no-repeat;
  background-size: cover; 
}
*/
.sub .ggd_bg {
  min-height: 500px;
  background: url(../img/ggd_bn_1.jpg) center center no-repeat;
  background-size: cover; /* 默认样式，确保背景图片覆盖整个区域 */
}

/* 移动设备的样式 */
@media (max-width: 767px) {
  .sub .ggd_bg {
    background-size: 1500px 500px; /* 指定一个具体的宽度值，维持高度为500px */
  }
}



.bt_a {
  display: inline-block;
  width: 114px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #000 !important;
}



.bt_a:hover, .bt_a.on {
  background: #ffb900;
  border: 1px solid #ffb900;
  color: #fff !important;
}

.ggd_dqmc_v1 .bt_a {
  width: 96px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}

.ggd_dqmc_v1 .bt_a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background: #ffb900;
  font-size: 14px;
}

.ggd_dqmc_v1 .bt_a:hover {
  background: none;
  border: 1px solid #ddd;
}

.ggd_dqmc_v1 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.ggd_dqmc {
  padding: 20px 0;
  text-align: center;
}

.bt_a:active, .bt_a:visited, .bt_a:focus {
  color: #000;
  text-decoration: none;
}

/*관광지*/
.ggd_db_lst {
  padding-bottom: 20px;
}

.ggd_db_lst:last-child {
  padding-bottom: 0
}

.ggd_db_tit {
  padding: 40px 0 50px;
  text-align: center;
  font-size: 30px;
}

.ggd_lst, .mz3_lst {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 30px;
  cursor: pointer;
}

.mz3_lst {
  background: #fff;
}

.mz3_lst img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  vertical-align: top;
}

.ggd_lst_img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.ggd_lst_tx {
  padding: 30px 0;
}

.ggd_lst_tx p {
  font-weight: bold;
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.ggd_lst_tx p:last-child {
  font-size: 16px;
}

.ggd_sp {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  background: #f58130;
  color: #fff;
  border-radius: 27px;
}

.pg_bx .pagination>li>a {
  border: 0;
  border-radius: 13px;
  margin-right: 2px;
}

.pg_bx .pagination>li>a:hover, .pg_bx .pagination>li.on>a {
  background: #48546d;
  color: #fff;
}

.dq_more {
  overflow: hidden;
  position: relative;
  padding: 40px 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
}

.dq_line {
  display: inline-block;
  width: 26px;
  height: 3px;
  background: #000;
  font-size: 0;
  vertical-align: top;
}

.dq_lst {
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.dq_lst ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dq_yh {
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

.dq_yh_line {
  position: absolute;
  left: 50%;
  top: 6px;
  bottom: 0;
  background: #ddd;
  width: 1px;
  font-size: 0;
}

.dq_rd {
  position: absolute;
  top: 6px;
  left: -3px;
  display: inline-block;
  border-radius: 3.5px;
  background: #ddd;
  width: 7px;
  height: 7px;
}

.dq_yh .col-md-6, .dq_yh_v1 .col-md-3 {
  text-align: right;
}

.dq_yh_v1 .dq_yh_line {
  left: 25%;
}

.dq_yh_v1 .col-md-3, .dq_yh_v1 .col-md-9 {
  margin-bottom: 30px;
}

.dq_yh .col-md-6 .dq_rd, .dq_yh .col-md-3 .dq_rd {
  right: -4px;
  left: auto;
  text-align: right;
}

.dq_yh .col-md-offset-6 {
  text-align: left;
}

.dq_yh .col-md-offset-6 .dq_rd {
  left: -3px;
  right: auto;
}

.dq_nm_bx {
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 15px 0;
  padding: 0 20px;
  letter-spacing: -1px;
}

.bwg3_tbl .table>tbody>tr>th, .bwg3_tbl .table>tbody>tr>td {
  font-size: 15px;
  position: relative;
  border: 0;
}

.bwg3_tbl .table>tbody>tr>td p {
  margin-bottom: 0;
  padding-left: 10px;
}

.bwg3_tbl_bar {
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 0;
  width: 1px;
  height: 10px;
  background: #aeaeae;
}

.bwg3_tbl_tit {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 8px 8px;
}

.bwg3_tm_big {
  overflow: hidden;
  height: 320px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  z-index:auto;
}

.bwg3_tm_big img {
  border-radius: 10px;
  width: 100%
}

.bwg3_tip {
  padding: 14px 0 30px;
  text-align: center;
}

.bwg3_tip img {
  vertical-align: top;
}

.bwg3_p_stl {
  margin-bottom: 0;
  font-size: 15px;
  padding: 8px 8px 30px;
  line-height: 20px;
}

.bwg3_lst_bx {
  position: relative;
}

.bwg3_ovf {
  position: relative;
  overflow: hidden;
  min-height: 70px;
  margin: 0 34px;
}

.bwg3_nemo {
  float: left;
  width: 68px;
  height: 68px;
  margin-right: 5px;
  border: 1px solid #ddd;
}

.bwg3_nemo_v1 {
  border: 5px solid #2055a4;
}

.bwg3_nemo_v1 img {
  width: 100%;
}

.bwg3_pre, .bwg3_next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  display: inline-block;
  z-index: 10;
  font-size: 0
}

.bwg3_next {
  right: 0;
  left: auto;
}

.bwg3_pre img {
  vertical-align: top;
}

.bwg3_sld {
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  width: 5000px;
}

.img_v_m {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.mz2_bg {
  background: #d6e4f5 url(../img/mz2_bg2.jpg) 50% 0 no-repeat;
}

.mz2_a_bx {
  margin-bottom: 20px;
}

.mz2_a {
  display: inline-block;
  width: 78px;
  height: 32px;
  line-height: 32px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #2f68c2;
  border-radius: 16px;
  color: #2f68c2;
  text-decoration: none;
}

.mz2_tx_sty {
  position: relative;
  display: inline-block;
  font-size: 32px;
}

.mz2_tx_sty span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 18px;
  font-size: 0;
  display: inline-block;
  background: #d2e5f0;
}

.mz2_tx_sty strong {
  display: inline-block;
  position: relative;
  z-index: 10;
}

.mz2_bg2 {
  padding: 60px 0;
}

.mz2_bg2 .nav-pills>li.active a {
  border: 0;
  background: #337ab7;
}

.mz2_bg2 .nav-pills>li a {
  border: 1px solid #ddd;
  border-radius: 20px 20px 0 0;
  padding: 16px 15px;
  font-size: 26px;
  background: #fff;
}

.mz2_tab {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 20px 10px 0;
  border-radius: 0 0 20px 20px;
}

.mz2_tab .mz2_tab_img {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

.mz2_tab .mz2_tab_img img {
  width: 100%;
  border-radius: 10px;
}

.mz3_bg {
  padding: 50px 0 0;
  background: url(../img/mz3_bg3.jpg) 50% -200px no-repeat;
}

.mz3_tit {
  margin-bottom: 90px;
  text-align: center;
}

.mz3_a_bx {
  text-align: center;
}

.mz3_a {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 7px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 44px;
  color: #000;
  text-decoration: none;
}

.mz3_a.on, .mz3_a:hover {
  background: #ffb900;
  color: #fff
}

.mz3_ul {
  overflow: hidden;
  padding: 20px 0 0;
}

.mz3_lst_img {
  position: relative;
  background: #fff;
  z-index: 0;
}

.mz3_tx_jb {
  position: relative;
  border-radius: 6px 6px 0 0;
  margin: -20px 10px 20px;
  background: #fff;
  z-index: 1;
  background: -moz-linear-gradient(top, #ddd, #fff);
  /*Mozilla*/
  background: -webkit-linear-gradient(top, #ddd, #fff);
  /*new gradient for Webkit*/
  background: -o-linear-gradient(top, #ddd, #fff);
  /*Opera11*/
  /* box-shadow: 0px -2px 4px #e5e5e5; */
}

.mz3_tx {
  border-radius: 6px 6px 0 0;
  margin: 1px;
  padding: 26px 20px 6px;
  background-color: #fff;
}

.mz3_p, .mz3_p2, .mz3_p3 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

.mz3_p {
  padding-bottom: 10px;
}

.mz3_p2 {
  font-size: 24px;
}

.mz3_p2 span {
  font-size: 18px;
  color: #7a7a7a;
  padding-bottom: 10px;
}

.mz3_p3 {
  color: #1fa8ed;
  padding-bottom: 20px;
}

.mz3_p4 {
  color: #7a7a7a;
  font-size: 12px;
  font-weight: bold;
}

.mz3_p4 span {
  display: inline-block;
  height: 16px;
  vertical-align: text-top;
}

.mz3_p4 span img {
  height: 100%;
  width: auto;
}

.ggd2_info {
  overflow: hidden;
  /* min-height: 320px; */
  border-radius: 40px 0 40px 0;
  background: #f6f6f8 url(../img/ggd2_ct_bg.png) 0 0 no-repeat;
  padding: 40px 25px;
}

.mbl_mg .bwg3_tm_big img {
  border-radius: 0;
}

.ggd2_img_bx img {
  width: 100%;
  border-radius: 10px;
}

.v_align_m {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}

.gt_tit_bx {
  line-height: 18px;
  padding: 60px 15px 30px;
  font-size: 20px;
  font-weight: bold;
}

.gt_tit_bx2 {
  padding: 30px 15px 0;
  font-size: 30px;
  text-align: center;
}

.gt_tit_bx2 strong {
  display: block;
  padding: 0 0 12px;
}

.gt_bar {
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #000;
  font-size: 0;
  vertical-align: top;
}

.gt_tit_bx2 p {
  padding: 0 0 20px;
  font-size: 24px;
}

.gt_img_tit {
  text-align: center;
  padding: 60px 0 40px;
}

.map_bx {
  padding: 0 98px;
}

.map_img {
  border-radius: 20px;
  border: 1px solid #ddd;
}

.map_bx img {
  border-radius: 20px;
  width: 100%;
}

.tx_bl {
  display: block;
}

.ggd2_ul {
  padding: 0 15px;
  margin: 0 0 0 15px;
  font-size: 16px;
  line-height: 24px;
}

.ggd2_ul li {
  margin-bottom: 20px;
}

.ggd2_sld_bx {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 30px;
  background: #f6f6f8;
  border-radius: 10px;
}

.ggd2_txlk_on, .ggd2_txlk_off {
  border: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
  background: #fff;
  text-align: center;
  height: 220px;
}

.ggd2_txlk2_on, .ggd2_txlk2_off {
  border: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
  background: #fff;
  text-align: center;
  height: 220px;
  margin-top: -1px;
}

.ggd2_txlk_off .img_on, .ggd2_txlk_off .img_on, .ggd2_txlk2_off .img_on, .ggd2_txlk2_on .img_off, .ggd2_txlk_on .img_off {
  display: none
}

.ggd2_sld_bx .img_frame {
  height: 439px;
  overflow: hidden;
}

.tit_bg_line {
  height: 6px;
  background: url(../img/sub_title_line.png) 0 100% repeat-x;
  font-size: 0px;
}

.jt_tbl .table {
  margin-bottom: 0;
}

.jt_tbl .v_align_m {
  margin: 0 20px;
}

.jt_tbl .table>tbody>tr>td, .jt_tbl .table>tbody>tr>th {
  font-size: 20px;
  line-height: normal;
}

.jt_tbl .table>tbody>tr>td:first-child {
  font-weight: bold;
  color: #e61a15;
}

.jt_tbl .bwg3_tbl_bar {
  top: 11px;
  width: 2px;
  height: 18px;
}

.jt_img_tit {
  padding: 50px 0 30px;
  text-align: center;
  background: url(../img/sub_title_line2.png) 50% 58% no-repeat
}

.jt_tk_bx {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin: 0 98px 50px;
}

.bt_yy {
  position: absolute;
  right: 40px;
  top: 60px;
  width: 80px;
  height: 80px;
  line-height: 24px;
  border-radius: 40px;
  border: 1px solid #ddd;
  background: #1e70fa;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 16px 0 0;
}

.bt_yy span {
  display: block;
}

.jt_tk_bx .col-md-3 {
  height: 200px;
  /* background: #f1f1f2; */
  text-align: center;
  border-right: 1px solid #ddd;
}

.ac_logo {
  display: inline-block;
  vertical-align: middle;
  width: 98%;
}

.jt_tk_tit {
  padding: 20px 28px 0;
  font-size: 18px;
}

.jt_tk_tit p strong {
  font-size: 26px;
}

.line_b {
  font-size: 0;
  height: 1px;
  background: #ddd;
}

.btn_ct {
  padding: 30px 0;
  text-align: center;
}

.map_bt_yy:hover {
  color: #fff;
}

.map_bt_yy {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  background: #1e70fa;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding-right: 56px;
}

.map_bt_yy span {
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #032660;
  border-radius: 20px;
  vertical-align: middle;
  font-size: 20px;
}

.jt_map {
  overflow: hidden;
  padding: 40px 0;
}

.jt_tit_bx {
  font-size: 20px;
  font-weight: bold;
}

.jt_map_area {
  min-height: 400px;
  background: #f5f5f5;
  border-radius: 10px;
}

.jt_map_area+p {
  padding: 15px;
  font-size: 16px;
}

.jt_ul {
  line-height: 22px;
  padding: 0;
  margin: 0 0 0 15px;
}

.jt_ul strong {
  font-size: 16px;
}

.jt_ul ol {
  list-style-type: none;
  line-height: 30px;
  padding: 0;
  margin: 20px 0 24px;
  font-size: 16px;
}

.jt_ul dl {
  margin-top: 20px;
}

.jt_ul dt {
  float: left;
  font-weight: normal;
}

.jt_ul dd {
  overflow: hidden;
}

.ms_bn {
  height: 470px;
  background: url(../img/ms_bn.jpg) 50% 0 no-repeat;
}

.ms_bg {
  padding: 280px 0 0;
  background: #fbf6f3 url(../img/ms_bg.png) 50% 0 no-repeat;
}

.ms_bg2 {
  padding: 110px 0 0;
}

.ms_bt_bx {
  position: relative;
}

.ms_pre, .ms_next {
  position: absolute;
  top: 30%;
  left: -40px;
  width: 40px;
  height: 40px;
  z-index: 20;
}

.ms_next {
  right: -40px;
  left: auto;
}

.ms_bx {
  overflow: hidden;
  position: relative;
  margin: 0 20px;
}

.ms_sld {
  transform: translate3d(0px, 0px, 0px);
  width: 1650px;
  min-height: 260px;
}

.ms_lst {
  float: left;
  margin-right: 30px;
  border-radius: 20px;
}

.ms_lst img {
  border-radius: 20px;
}

.ms_lst p {
  margin-bottom: 0
}

.ms_nm_bx {
  padding: 30px 0;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.ms_nm_bx p {
  font-size: 14px;
  color: #9a9a9a;
}

.ms_tit {
  padding: 0 0 50px;
  font-size: 40px;
  text-align: center;
}

.ms_bg2 .ms_lst {
  width: 356px;
}

.ms_bg2 .ms_img_bx img {
  width: 100%;
}

.ms_bg2 .ms_lst strong {
  display: block;
  margin-bottom: 10px;
}

.ms_bg2 .ms_lst p {
  font-size: 16px;
}

.ms_bg2 .ms_pre, .ms_bg2 .ms_next {
  top: 36%;
}

.ms_bg3 {
  background: url(../img/ms_bg2.jpg) 50% -28% no-repeat;
  padding: 70px 0 120px
}

.ms_big_bn {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

.ms_big_pre, .ms_big_next {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -47px;
}

.ms_big_next {
  right: 40px;
  left: auto;
}

.ms_bn_sld img {
  border-radius: 20px;
  width: 100%;
}

.alt_area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 120;
}

.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #000;
  opacity: .5;
}

.alt_bx {
  position: relative;
  width: auto;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
}

.alt_bx2 {
  position: relative;
  background: #fff;
  padding: 15px 0;
}

.bt_clse {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -80px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 30px;
  font-size: 58px;
  z-index: 110;
}

.bt_clse:hover {
  color: #fff;
}

.alt_cls {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 58px;
  line-height: 36px;
  color: #000;
}

.alt_cls:hover {
  color: #000;
}

.alt_p {
  padding: 40px;
  font-size: 15px;
  line-height: 22px;
}

.alt_tit {
  text-align: center;
  font-size: 38px;
  padding: 50px 0;
}

.alt_tp_img {
  text-align: center;
}

.alt_img_bx img {
  border-radius: 10px;
  width: 100%;
}

.alt_tbl {
  padding: 30px 0 0;
}

.jz_bg {
  padding: 30px 0;
}

.jz_bg2 {
  padding: 30px 0 60px;
}

.jz_bg3 {
  overflow: hidden;
  padding: 120px 0 0;
  background: url(../img/jz_bg3.jpg) 50% 0 no-repeat;
}

.htl_bx {
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.htl_img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.htl_nm {
  padding: 30px 0;
}

.htl_nm p {
  padding: 2px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.htl_nm p:first-child {
  font-size: 16px;
}

.htl_nm p:last-child {
  margin-top: 20px;
  line-height: 12px;
  font-size: 12px;
}

.htl_tit {
  padding: 0 0 20px;
  text-align: center;
}

.htl_sm_tit {
  line-height: 40px;
  font-size: 30px;
  border-radius: 0 10px 10px 0;
  padding: 0;
  font-weight: bold;
}

.htl_sm_con {
  margin-bottom: 0;
  font-size: 30px;
}

.htl_sm_con+p {
  font-size: 20px;
  margin-bottom: 30px;
}

.htl_gr {
  overflow: hidden;
  margin: 60px 0 30px;
}

.jz_bg3 .col-md-6 .col-md-8, .jz_bg3 .col-md-6 .col-md-12, .jz_bg3 .col-md-6 .col-md-6 {
  padding: 0
}

.htl_img_bx {
  margin-bottom: 30px;
}

.j_bn {
  position: relative;
}

.j_bn_sl img {
  width: 100%;
}

.pst_j {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.pst_j a {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: none;
  border-radius: 10px;
  margin: 0 10px;
}

.pst_j a.on {
  background: #fff;
}

.j_bg {
  background: url(../img/j_bg.png) 50% 0 no-repeat;
}

.j_bg_bt {
  background: url(../img/j_bg_bt.png) 50% 100% no-repeat;
}

.j_tit {
  padding: 90px 0 48px;
  text-align: center;
}

.j_img_bx {
  position: relative;
  display: block;
  box-shadow: 0px 3px 18px #e5e5e5;
  margin-bottom: 40px;
  border-radius: 30px;
}

.j_img_sp img {
  width: 100%;
  border-radius: 30px 30px 0 0;
}

.ico_new, .ico_hot {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 35px;
  background: #ffa500;
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
}

.ico_hot {
  background: #fc651b;
}

.j_img_sm {
  padding: 20px 0;
  background: #fff;
  text-align: center;
  border-radius: 0 0 30px 30px;
}

.j_img_sm p {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
}

.j_img_sm p:first-child {
  color: #8d8d8d;
  font-size: 18px;
}

.j_img_sm p:last-child {
  margin-top: 10px;
}

.sp_btn, .sp_btn:hover {
  display: inline-block;
  border: 1px solid #f04e45;
  background: #fce0de;
  line-height: 42px;
  text-align: center;
  color: #f04e45;
  padding: 0 20px;
  border-radius: 21px;
  font-size: 16px;
  font-weight: bold;
}

.j_zl {
  padding: 20px 0 30px;
}

.j_zl_img {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
}

.j_zl_img span {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  font-size: 20px;
  color: #fff;
  height: auto;
  padding: 30px;
}

.j_zl_img img {
  width: 100%
}

.lgd_cs_bg {
  padding: 70px 0 40px;
  background: #f7f6f6;
}

.lgd_cs_bg2 {
  padding: 70px 0 40px;
  background: #fff;
}

.lgd_cs_tit {
  padding: 0 0 40px;
  text-align: center;
}

.lgd_cs_map {
  padding-left: 38px;
  padding-right: 38px;
}

.lgd_cs_map img, .cs_img img, .lgd_cs_map2 img {
  width: 100%
}

.cs_img {
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 3px 18px #e5e5e5;
}

.cs_img img {
  border-radius: 10px;
}

.lgd_cs_bg2 .col-md-6 .col-md-4 {
  padding-left: 5px
}

.rc_bx {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #ddd;
  margin: 15px 0 30px;
}

.rc_img {
  padding: 30px 15px;
}

.rc_img img {
  border-radius: 10px;
  width: 100%;
}

.rc_bx .col-md-5 {
  background: #f6f6f8
}

.rc_tit {
  padding: 40px 40px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.rc_lst {
  padding: 30px 40px 10px;
  font-size: 16px;
}

.hq_gr {
  margin-bottom: 20px;
  padding: 80px 0 0;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.hq_tit {
  text-align: center;
}

.hq_gr .hq_d {
  color: #339145;
  font-size: 16px;
  font-weight: bold;
}

.hq_gr .hq_p {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

.hq_img {
  padding: 30px 30px;
}

.hq_img img {
  width: 100%
}

.hq_gr2 .hq_gr2_tit {
  position: relative;
  padding: 16px 0;
  font-size: 30px;
  border-bottom: 2px solid #000;
  font-weight: bold;
}

.hq_gr2_con {
  border-bottom: 1px solid #ddd;
}

.bd_none {
  border-bottom: 0;
}

.hq_gr2_con .hq_p {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  font-size: 16px;
  line-height: 24px;
}

.hq_sm_tit {
  position: relative;
  padding: 0 0;
  line-height: 60px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}

.stl_v1 .hq_sm_tit {
  height: auto;
}

.pst_dt {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.pst_dt_v1 {
  top: 16px;
  font-size: 16px;
}

.pst_dt_v1 span {
  display: inline-block;
  line-height: 38px;
  padding: 0 16px 0 36px;
  border: 1px solid #ddd;
  background: url(../img/icon_btn_modify.png) 16px 10px no-repeat;
  background-size: 8%;
}

.l_top {
  padding: 0 30px;
}

.img_frame_v1 {
  overflow: hidden;
  background: #fff;
}

.hq_img_rd img {
  width: 100%;
  border-radius: 101px;
}

.hq_tit_bx {
  padding: 30px;
  border-bottom: 1px solid #ddd;
}

.hq_tit_bx p {
  margin: 0;
}

.hq_tit_bx p:last-child {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
}

.hq_sm_con {
  overflow: hidden;
  padding: 30px;
}

.hq_sld {
  height: 40px;
  text-align: center;
}

.hq_sld_a {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #dddddd;
  margin-right: 6px;
  font-size: 0;
}

.hq_sld_a.on {
  background: #ffb900;
}

.hq_more {
  display: inline-block;
  width: 110px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
}

.hq_area {
  min-height: 382px;
}

.yl_tbl .table>thead:first-child>tr:first-child>th {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #f8f9fa;
}

.yl_tbl .table>thead:first-child>tr:first-child>th:last-child {
  border-right: 0;
}

.yl_tbl .table>tbody>tr>td {
  padding-top: 16px;
  padding-bottom: 16px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.l_mn {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.l_mn li {
  line-height: 52px;
  border-bottom: 1px solid #ddd;
}

.l_mn li.on a {
  background: #3a3a3a;
  color: #fff;
}

.l_mn li:last-child {
  border-bottom: 0;
}

.l_mn a {
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.gg_bar {
  display: inline-block;
  width: 1px;
  height: 16px;
  margin-top: -4px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  font-size: 0;
  background: #ddd;
}

.lst_con ul {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lst_con li {
  border-top: 1px solid #ddd;
  padding: 0 0 0 65px;
  line-height: 60px;
  height: 60px;
  font-size: 18px;
}

.lst_con li:first-child {
  border-top: 1px solid #000;
}

.wd_fl {
  padding: 20px 0 10px;
  border-bottom: 1px solid #000;
}

.lst_con li a {
  display: block;
  color: #000;
}

.stl_v1 {
  border: 1px solid #ddd;
}

.stl_v1 .hq_sm_tit {
  border: 0;
}

.slt_bx {
  line-height: 40px;
  width: 70px;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #ddd;
  vertical-align: middle;
  font-size: 14px;
}

.inp_stl {
  line-height: 40px;
  width: 240px;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.inp_bt {
  line-height: 40px;
  width: 60px;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #ddd;
  background: #ffb900;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
}

.lst_con li a:hover {
  text-decoration: underline;
}

.lst_pre {
  background: url(../img/icon_brd2.png) 20px 50% no-repeat;
}

.lst_next {
  background: url(../img/icon_brd.png) 20px 50% no-repeat;
}

.lst_bt {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
  padding: 0 20px 0 50px;
  background: url(../img/btn_list.png) 20px 50% no-repeat;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #000;
}

.lst_bt:hover {
  background: #000 url(../img/btn_list_ov.png) 20px 50% no-repeat;
  color: #fff;
}

.gg_tbl {
  margin: 20px 0 0;
}

.gg_tbl .yl_tbl .table>tbody>tr>td:last-child {
  border-right: 0;
}

.gg_btn a {
  line-height: 50px;
  font-size: 16px;
  border-radius: 0;
}

.gg_btn .btn-default:active, .gg_btn .btn-default:focus, .gg_btn .btn-default:hover {
  box-shadow: none;
  /* background-color: #ffb900 */
}

.gg_btn .btn-default {
  border: 1px solid #ddd
}

.gg_sld {
  margin: 40px 0;
  padding: 0;
}

.gg_sld img {
  border-radius: 0;
}

.gg_inf_ul {
  padding: 10px 0 30px;
  overflow: hidden;
}

.gg_inf_ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gg_inf_ul li {
  float: left;
  line-height: 24px;
  width: 50%;
  margin: 0 0 10px;
  background: url(../img/dot1.png) 0 13px no-repeat;
  font-size: 16px;
  display: table;
  overflow: hidden;
}

.gg_inf_ul li strong {
  width: 100px;
  padding-left: 8px;
  vertical-align: top;
  display: table-cell;
}

.gg_inf_ul li span {
  width: 68%;
  margin-top: 2px;
  vertical-align: top;
  display: table-cell;
  padding-right: 20px;
}

/*768分辨率时候高度变高991的分辨率放前面   -media  Start*/
@media (max-width:991px) {
  .hq_sm_con {
    padding: 15px 0;
  }

  .hq_sm_con .text-right {
    text-align: left;
  }

  .pst_j {
    display: none;
  }

  .ms_bg2 {
    padding: 50px 0 0;
  }

  .ms_tit {
    font-size: 30px;
    padding-bottom: 30px;
  }

  .ms_bg3 {
    padding: 30px 0 50px;
  }

  .jt_tk_bx .col-md-3 {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .ggd2_txlk2_on, .ggd2_txlk2_off {
    margin-bottom: 20px;
  }

  .ggd2_info {
    padding-bottom: 0;
  }

  .dq_yh .col-md-3 .dq_rd {
    left: -3px;
    right: 0;
  }

  .dq_yh {
    padding-left: 3px;
  }

  .dq_yh .col-md-6 {
    text-align: left
  }

  .dq_yh .col-md-6 .dq_rd {
    left: -3px;
    right: auto;
  }

  .dq_yh_line {
    left: 3px;
  }

  .dq_yh_v1 .dq_yh_line {
    left: 3px;
  }

  .dq_yh .text-center, .dq_yh_v1 .col-md-3 {
    text-align: left;
    margin-bottom: 0
  }

  .img_frame {
    margin-bottom: 10px
  }

  .gzjs_tab {
    padding: 30px 30px 10px;
  }

  .bwg_ovf {
    margin: 0 15px;
  }

  .bwg_tx_link {
    padding: 0;
    text-align: center
  }

  .bd_gr:first-child {
    margin-bottom: 20px;
  }

  .bd_gr_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .bd_gr_bx {
    padding: 15px 15px 0;
  }

  .bd_gr_ul {
    text-align: left;
    border-top: 1px solid #d9d9d9;
    list-style-type: none;
    line-height: 35px;
    padding: 15px 0 0;
    margin: 15px;
    font-size: 16px;
  }

  .bn_gaxq {
    min-height: 740px;
    background-size: 300%;
  }

  .bn_cd {
    min-height: 670px;
    background-size: 250%;
  }

  .ct_bt_bx {
    margin-bottom: 10px;
  }

  .d_n, .tip, .mb_up, .mb_dw, .vdo_icon_gr {
    display: none;
  }

  .ct_gr {
    margin-bottom: 20px;
  }

  .dsp_flx {
    display: flex;
  }

  .mb_vdieo {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: auto;
  }

  .vdieo_sm {
    min-width: 40%;
    height: 160px;
    margin-right: 10px;
  }

  .vdieo_sm:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:767px) {
  .gg_tbl {
    padding: 0 15px;
  }

  .slt_bx {
    width: 100%;
  }

  .inp_stl {
    width: 100%;
  }

  .inp_bt {
    width: 100%;
  }

  .stl_v1 .pst_dt {
    position: relative;
    right: 0;
  }

  .yl_tbl {
    border: 0;
  }

  .hq_gr2 .hq_gr2_tit, .hq_sm_tit, .hq_gr2_con .hq_p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hq_gr {
    padding: 40px 15px 15px;
    margin: 0 15px;
  }

  .hq_gr2 {
    padding: 15px;
  }

  .hq_img {
    padding: 0
  }

  .rc_bx {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lgd_cs_map {
    margin-bottom: 30px;
  }

  .lgd_cs_tit {
    padding: 0 15px;
  }

  .j_tit {
    padding-left: 15px;
    padding-right: 15px;
  }

  .j_tit img, .lgd_cs_tit img {
    width: 100%
  }

  .ms_big_pre, .ms_big_next {
    display: none;
  }

  .jt_tbl .v_align_m {
    margin: 0 8px;
  }

  .bt_yy {
    position: relative;
    right: auto;
    top: auto;
    padding: 0 20px;
    width: auto;
    line-height: 80px;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .jt_tk_tit {
    padding-left: 14PX;
    padding-right: 0;
  }

  .jt_tbl .table>tbody>tr>td p {
    padding-left: 0;
  }

  .bt_yy span {
    display: inline-block;
  }

  .jt_tbl .table-responsive {
    border: 0;
  }

  .gt_img_tit img {
    width: 100%;
  }

  .map_bx {
    padding: 0;
  }

  .mz2_tab {
    border-radius: 0
  }

  .img_frame img {
    width: 100%;
  }

  .ggd2_sld_bx {
    border-radius: 0;
    padding: 40px 0;
  }

  .ggd2_sld_bx .img_frame {
    height: auto;
  }

  .top_lst {
    padding-top: 40px;
  }

  .mz2_bg2 .nav-pills>li+li {
    margin-left: 0
  }

  .mz2_bg2 .nav-pills>li a {
    margin-bottom: 0;
    border-radius: 0
  }

  .bwg2_tit_img {
    padding: 0 15px;
  }

  .bwg2_tit_img img {
    width: 100%
  }

  .mz_img_tit {
    padding: 0 15px
  }

  .mz_img_tit img {
    width: 100%;
  }

  .mz_ovf {
    margin: 20px;
  }

  .rgo_sld {
    transform: translate3d(-298px, 0px, 0px)
  }

  .sm_bn {
    height: 400px;
  }

  .j_sld_bx {
    overflow: hidden;
    overflow-x: auto;
  }

  .sm_bn .jumbotron {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .icon_j {
    min-width: 80px;
    margin-right: 22px;
  }

  .vdieo_sm {
    min-width: 100px;
    height: 50px;
    margin-right: 10px;
  }

  .video_big {
    height: 300px;
  }

  .video_sm {
    height: 300px;
  }

  .pst_ntc {
    padding-top: 0;
  }

  .head .collapse {
    margin-top: 0
  }

  .srch {
    display: none !important;
  }

  .head .navbar-brand>img {
    height: 56px
  }

  .head .navbar-toggle {
    margin-top: 26px;
  }

  .sld_bx span {
    width: 10px;
    height: 10px;
    margin-right: 10px
  }

  .omit {
    width: 200px;
    white-space: nowrap;
    /* 规定文本是否折行 */
    overflow: hidden;
    /* 规定超出内容宽度的元素隐藏 */
    text-overflow: ellipsis;
  }

  .notice_area .panel-default>.panel-heading {
    height: auto;
    border-radius: 4px 4px 0 0
  }

  .tit_sm {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
}

/* @media (min-width:768px) and (max-width:1024px)  */
@media (min-width:768px) and (max-width:1199px) {
  .mz_rw .col-md-3:nth-child(3) {
    width: auto;
  }

  .bd_gr_ul li:last-child {
    display: none
  }

  .bwg_tx_img {
    padding-top: 42px;
  }

  .head .navbar-header {
    float: none;
  }

  /* .navbar-collapse.collapse{
  display: none!important
} */
  .head .hidden-sm {
    display: block !important;
  }

  .notice_area .panel-default>.panel-heading {
    height: auto;
    border-radius: 4px 0 0 4px;
  }
}

@media (min-width:1024px) {
  .container .ggd2_sld_bx .img_frame_v1 .hq_img_rd img {
    border-radius: 101px;
  }

  .ty_gr span {
    width: 50%;
  }

  .notice_area .panel-default>.panel-heading {
    height: 178px;
  }
}

/* 不能改1024会出现错位 */
@media (min-width:1025px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }

  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .head .navbar-toggle {
    display: none
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }
}

@media (max-width:1023px) {

  .pst_dt_v1 {
    padding: 10px 0 0;
    position: relative;
    right: auto;
    top: auto;
    text-align: left;
  }

  .gg_inf_ul {
    padding: 0 15px 30px;
  }

  .gg_inf_ul li {
    width: calc(100% - 8px);
  }

  .gg_inf_ul li span {
    padding: 0;
  }

  .ico_next {
    display: none
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }

  .srch {
    display: none !important;
  }
}

@media (min-width:768px) {
  .navbar-toggle {
    display: block
  }

  .alt_bx {
    width: 660px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .ggd2_sld_bx .img_frame_v1 {
    height: auto;
  }

  .bwg2_lst .col-md-3 {
    float: left;
    width: 50%
  }

  .pst_ntc {
    padding: 0
  }
}

@media (min-width: 1200px) {
  .head .collapse {
    margin-top: 30px
  }
}

@media (max--width: 1024px) {
  .left_icon_bx {
    display: none;
  }
}

@media (max-width: 1440px) {
  .ms_pre, .ms_next {
    display: none;
  }

  .map_stl {
    margin: 0 15px;
    padding: 30px 0;
  }

  .bg_org {
    display: none;
  }


  .ico_pre {
    display: none;
  }

  .ico_next {
    display: none;
  }

  .mz_tb {
    margin: 0 20px;
  }
}

.pd-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pd-b60 {
  padding-bottom: 60px;
}

.pd-t60 {
  padding-top: 60px;
}

.pd-tb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mg-tb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mg-t20 {
  margin-top: 20px;
}

.mg-t30 {
  margin-top: 30px;
}

.mg-t60 {
  margin-top: 60px;
}

.mg-t70 {
  margin-top: 70px;
}

.mg-b40 {
  margin-bottom: 40px;
}

.mg-b60 {
  margin-bottom: 60px;
}

.mg-tb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mg-tb25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mg-tb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tx_cl_bl {
  color: #36bde9;
}

.tx_cl_gr {
  color: #36ce3d;
}

.tx_cl_rd {
  color: #ef503d;
}

.tx_sz18 {
  font-size: 18px;
}

@media (max-width:414px) {
  .head{
    /**/position: relative; 

  }
  .head .navbar{
      margin-bottom: 0;
  }
  .tz_pop{
    width: auto;
    left:0;
    right: 0;
  }
  .jt_img_tit img {
    width: 100%
  }

  .dq_p {
    width: auto;
  }

  .dq_tit {
    padding: 0 15px;
  }

  .mz3_tit {
    padding: 0 15px;
  }

  .dq_tit img, .mz3_tit img {
    width: 100%
  }

  .mz_jr_tit {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mz_jr_tit img, .dqgy_whly_tit img {
    width: 100%
  }

  .mz_pre, .mz_next {
    display: none;
  }

  .bwg_bd_bx {
    width: 354px;
  }

  .bwg_ovf {
    height: 398px;
    margin: 0 30px;
  }

  .bwg_tit_img {
    padding: 0 15px 20px;
  }

  .bwg_tit_img img {
    width: 100%;
  }

  .bwg_sld li {
    width: 100%
  }

  .bwg_tx_link {
    text-align: center;
    padding: 0;
  }

  .bwg_gr {
    min-height: auto;
    background-size: 300%;
  }

  .bwg_gr2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mbl_mg .mg-b60 {
    margin-bottom: 20px;
  }

  .mbl_mg .mg-tb60 {
    margin: 30px 0 0
  }

  .mbl_mg .p_sty4 {
    padding-top: 10px;
    padding-left: 0
  }

  .bn_cd5 {
    padding: 50px 0;
  }

  .tit_ct {
    font-size: 32px;
  }

  .tit_ct2 {
    padding-top: 50px;
  }

  .tit_ct3 {
    font-size: 28px;
  }

  .bg_cd_tit {
    font-size: 22px;
  }

  .bn_gaxq {
    min-height: 496px;
    background-size: 300%;
  }

  .bn_cd4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bn_cd {
    min-height: 430px;
    background-size: 250%;
  }

  .cd_cd {
    margin-bottom: 30px;
  }
}

@media (max-width:414px) {
  .gzjs_tab_area {
    padding: 0;
  }

  .gzjs_bn {
    min-height: 236px;
    background-size: 216%;
    border-radius: 0
  }

  .sub .page-header {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sub .page-header.p-h {
    margin-bottom: 10px
  }

  .ty_gr {
    padding: 0 15px;
  }

  .bwg_ovf {
    height: 320px;
  }

  .bwg_bd_bx {
    width: 314px;
  }
}

@media (max-width:375px) {
  .sm_sld_bx {
    margin: 0 12px;
  }
}

@media (max-width: 1679px) {
  .tm_rt_img, .tm_lt_img {
    display: none;
  }

  .mz_rw .ovf_hd:nth-child(odd) .col-md-3:nth-child(4), .mz_rw .ovf_hd:nth-child(even) .col-md-3:nth-child(1), .tb_con .gaxq_img_area:nth-child(odd) .col-md-3:nth-child(1) {
    display: none
  }
}

@media (max-width: 1199px) {
  .ggd2_sld_bx .img_frame_v1 .hq_img_rd img {
    width: 100%;
    border-radius: 0;
    margin-bottom: 30px;
  }

  .jt_tk_bx {
    margin: 0 0 30px;
  }

  .map_bx {
    padding: 0;
  }

  .lk_area {
    display: none;
  }

  .ul_bg2 {
    padding: 30px 0
  }

  .pst_bwg_r {
    display: none
  }
}

@media (min-width:991px) and (max-width:1668px) {
  .mz_rw .ovf_hd:nth-child(odd) .col-md-3:nth-child(1), .mz_rw .ovf_hd:nth-child(odd) .col-md-3:nth-child(2), .tb_con .gaxq_img_area:nth-child(odd) .col-md-3:nth-child(1), .tb_con .gaxq_img_area:nth-child(odd) .col-md-3:nth-child(3), .tb_con .gaxq_img_area:nth-child(odd) .col-md-3:nth-child(4) {
    width: 50%;
  }

  .mz_rw .ovf_hd:nth-child(odd) .col-md-3:nth-child(3),
  .tb_con .gaxq_img_area:nth-child(odd) .col-md-3:nth-child(2) {
    width: auto;
  }

  /*even기수*/
  .mz_rw .ovf_hd:nth-child(even) .col-md-3:nth-child(3), .mz_rw .ovf_hd:nth-child(even) .col-md-3:nth-child(4),
  .tb_con .gaxq_img_area:nth-child(even) .col-md-3:nth-child(1), .tb_con .gaxq_img_area:nth-child(even) .col-md-3:nth-child(2), .tb_con .gaxq_img_area:nth-child(even) .col-md-3:nth-child(2), .tb_con2 .gaxq_img_area:nth-child(odd) .col-md-3:nth-child(3), .tb_con2 .gaxq_img_area:nth-child(odd) .col-md-3:nth-child(4) {
    width: 50%;
  }

  .mz_rw .ovf_hd:nth-child(even) .col-md-3:nth-child(2), .tb_con .gaxq_img_area:nth-child(even) .col-md-3:nth-child(3), .tb_con2 .gaxq_img_area:nth-child(odd) .col-md-3:nth-child(2) {
    width: auto;
  }
}

@media (min-width:991px) and (max-width:1199px) {
  .cd_cd {
    padding: 30px;
  }

  .cd_img {
    width: 140px;
  }

  .cd_img img {
    width: 100%;
  }

  .cd_txt {
    margin-left: 30px;
    padding: 16px 0 0;
  }

  .ggd2_sld_bx .img_frame img {
    width: auto;
    height: 100%;
  }
}

@media (min-width:991px) {
  .alt_bx2 {
    width: 992px;
    margin: 30px auto;
    padding: 30px 0;
    border-radius: 10px;
  }

  .alt_ovf_hd {
    overflow: hidden;
    padding: 0 15px;
  }

  .bt_clse {
    left: auto;
    top: 8px;
    right: 8px;
    color: #000;
  }

  .bt_clse:hover {
    color: #000;
  }
}

@media (max-width:570px) {
  .cd_img {
    float: none;
  }

  .cd_txt {
    float: none;
    margin: 0;
  }
}
