/* 文本多出部分用省略号表示, 用于1行或多行 */
.ellipsis-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ellipsis-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.fenye {
  float: left;
  margin: 20px 0 6px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.fenye span {
  padding: 5px 10px;
  background: #f0f0f0;
  color: #333;
  border-radius: 2px;
  overflow: hidden;
  font-size: 16px;
  margin: 0 2px;
}
.fenye span:nth-of-type(1) {
  display: none;
}
.fenye a {
  padding: 5px 10px;
  margin: 0 2px;
  background: #f0f0f0;
  color: #333;
  border-radius: 2px;
  overflow: hidden;
  font-size: 16px;
}
.fenye a:hover {
  background: #d91126;
  color: #fff;
}
.fenye .disabled {
  padding: 5px 10px;
  background: #f0f0f0;
  color: #333;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 5px;
  font-size: 16px;
}
.fenye .current {
  padding: 5px 10px;
  background: #d91126;
  color: #FFF;
  border-radius: 2px;
  overflow: hidden;
  font-size: 16px;
}
body {
  background: #f6f6f6;
}
.xtbf_zt_box {
  padding: 12px 10px 6px 10px;
  box-sizing: border-box;
  background: #fff;
}
.xtbf_zt_box1 {
  padding: 0 0 6px 10px;
  box-sizing: border-box;
  background: #fff;
}
.xtbf_lm_box {
  display: flex;
  justify-content: space-between;
  height: 46px;
  border-bottom: 4px solid #d7061c;
  background: #fdf0f2;
  border-radius: 4px 4px 0 0;
}
.xtbf_lm_h3 {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #d7061c;
  color: #fff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.xtbf_lm_a {
  margin-right: 15px;
  text-align: center;
  font-size: 16px;
  color: #d7061c;
  line-height: 50px;
}
/* .xtbf_hd_box {
  width: 6px;
  height: 6px;
  background: #d7061c;
  margin-right: 8px;
} */
.xtbf_jz_bd {
  background: #fff;
  margin: 0 auto;
  padding: 15px 10px;
  box-sizing: border-box;
}
.xtbf_jz_bd1 {
  background: #fff;
  margin: 0 auto;
  padding: 0 10px 15px 10px;
  box-sizing: border-box;
}
.fc_foot_box {
  margin-top: 15px;
  float: left;
  width: 100%;
  background: #fff;
  border-top: 14px solid #d7061c;
  padding: 20px 0;
}
.fc_foot_box .fx_db_jz {
  width: 1440px;
  margin: 0 auto;
}
.fc_foot_box .fx_db_jz .fc_yqlj {
  float: left;
  width: 100%;
}
.fc_foot_box .fx_db_jz .fc_yqlj h3 {
  float: left;
  width: 100%;
  font-size: 18px;
}
.fc_foot_box .fx_db_jz .fc_yqlj .gfjg_ul {
  float: left;
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: left;
}
.fc_foot_box .fx_db_jz .fc_yqlj .gfjg_ul span {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.fc_foot_box .fx_db_jz .fc_yqlj .gfjg_ul li {
  padding-left: 6px;
  position: relative;
}
.fc_foot_box .fx_db_jz .fc_yqlj .gfjg_ul li:before{
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background: #000;
  right: -3px;
  top: 2px;
}
.fc_foot_box .fx_db_jz .fc_yqlj .gfjg_ul li:nth-last-child(1):before{
  display: none;
}

.fc_foot_box .fx_db_jz .fc_yqlj .gfjg_ul li a {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  padding-right: 6px;
  color: #000;
}
.fc_foot_box .fx_db_jz .fc_yqlj .gfjg_ul li a:hover {
  color: #d7061c;
}
.fc_foot_box .fx_db_jz .fc_yqlj .bdfc_ul {
  float: left;
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
}
.fc_foot_box .fx_db_jz .fc_yqlj .bdfc_ul span {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.fc_foot_box .fx_db_jz .fc_yqlj .bdfc_ul li {
  padding-left: 6px;
  position: relative;
}

.fc_foot_box .fx_db_jz .fc_yqlj .bdfc_ul li a {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  padding-right: 4px;
  color: #000;
  cursor: pointer;

}
.fc_foot_box .fx_db_jz .fc_yqlj .bdfc_ul li:before{
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background: #000;
  right: -3px;
  top: 2px;

}
.fc_foot_box .fx_db_jz .fc_yqlj .bdfc_ul li:nth-last-child(1):before{
  display: none;
}

.fc_foot_box .fx_db_jz .fc_yqlj .bdfc_ul li a:hover {
  color: #d7061c;
}
.fc_foot_box .fx_db_jz .fc_jcxx {
  float: left;
  margin-top: 20px;
  width: 100%;
  min-width:1440px;
  border-top: 4px solid #f0f0f0;
  position: relative;
  padding: 40px 0 30px 0;
}
.fc_foot_box .fx_db_jz .fc_jcxx h3 {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 22px;
  color: #d7061c;
}
.fc_foot_box .fx_db_jz .fc_jcxx .ggc_img{
	width:100%;
	display:flex;
  justify-content: center;
    margin-bottom: 16px;
}
.fc_foot_box .fx_db_jz .fc_jcxx .jtnr_zt {
  width: 100%;
}
.fc_foot_box .fx_db_jz .fc_jcxx .jtnr_zt p {
  width: 100%;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #000;
}
.fc_foot_box .fx_db_jz .fc_jcxx .jtnr_zt p a {
  font-size: 16px;
  color: #000;
}
.fc_foot_box .fx_db_jz .fc_jcxx .jtnr_zt p span {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #d7061c;
  padding-bottom: 20px;
}
.fc_foot_box .fx_db_jz .fc_jcxx .zuo_img {
  width: 56px;
  height: 68px;
  position: absolute;
  z-index: 99999;
  top: 100px;
  left: 260px;
}
.fc_foot_box .fx_db_jz .fc_jcxx .zuo_img a {
  display: block;
  width: 100%;
}
.fc_foot_box .fx_db_jz .fc_jcxx .you_img {
  width: 140px;
  position: absolute;
  top: 40px;
  right: 180px;
  z-index: 99999;
}
.fc_foot_box .fx_db_jz .fc_jcxx .you_img img {
  float: left;
  width: 140px;
  height: 140px;
  box-shadow: 0 0 20px #e5e5e5;
}
.fc_foot_box .fx_db_jz .fc_jcxx .you_img p {
  float: left;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.fc_zdxw_box {
  margin-top: 20px;
  width: 100%;
}
.fc_zdxw_box .fc_zdxw_jz {
  width: 1440px;
}
.fc_zdxw_box .fc_zdxw_jz .lanmu_dbt {
  width: 100%;
}
.fc_zdxw_box .fc_zdxw_jz .gundong_img {
  width: 100%;
  margin-top: 15px;
}
.fc_zdxw_box .fc_zdxw_jz .gundong_img .gd_ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fc_zdxw_box .fc_zdxw_jz .gundong_img .gd_ul ul {
  width: 100%;
  overflow: hidden;
}
.fc_zdxw_box .fc_zdxw_jz .gundong_img .gd_ul ul li {
  width: 272px;
  height: 190px;
  margin-right: 15px;
}
.fc_zdxw_box .fc_zdxw_jz .gundong_img .gd_ul ul li a {
  display: block;
  width: 272px;
  height: 190px;
  position: relative;
}
.fc_zdxw_box .fc_zdxw_jz .gundong_img .gd_ul ul li a img {
  width: 272px;
  height: 190px;
  left: 0;
  top: 0;
  z-index: 1;
}
.fc_zdxw_box .fc_zdxw_jz .gundong_img .gd_ul ul li a p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/tm_80.png);
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
}
.fc_zdxw_box .fc_zdxw_jz .gundong_img .gd_ul ul li a:hover p {
  height: 48px;
  line-height: 48px;
}
.fc_zdxw_box .fc_zdxw_jz .gundong_img .gd_ul .prev {
  position: absolute;
  left: 4px;
  top: 60px;
  width: 34px;
  height: 34px;
  background: url(../img/png10.png) no-repeat;
  z-index: 9999;
  cursor: pointer;
}
.fc_zdxw_box .fc_zdxw_jz .gundong_img .gd_ul .next {
  position: absolute;
  right: 4px;
  top: 60px;
  width: 34px;
  height: 34px;
  background: url(../img/png11.png) no-repeat;
  z-index: 9999;
  cursor: pointer;
}
.fc_mk_box {
  margin-top: 20px;
  width: 100%;
}
.fc_mk_box .fc_mk_jz {
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo {
  width: 768px;
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo .lanmu_z_dbt {
  width: 100%;
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo .lanmu_z_dbt ul {
  display: flex;
  justify-content: left;
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo .lanmu_z_dbt ul li {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #000;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo .lanmu_z_dbt ul li.on {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #d7061c;
  color: #fff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo .lanmu_z_dbt .gengduo {
  margin-right: 15px;
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo .lanmu_z_dbt .gengduo a {
  text-align: center;
  font-size: 16px;
  color: #d7061c;
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo .wenjian_ul {
  width: 100%;
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo .wenjian_ul ul {
  width: 100%;
  margin-top: 10px;
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo .wenjian_ul ul li {
  width: 100%;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo .wenjian_ul ul li a {
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
  background: url(../img/dian_dian.jpg) left no-repeat;
  text-align: justify;
  width: 750px;
  
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo .wenjian_ul ul li span {
  font-size: 14px;
  color: #000;
  width: 100px;
  text-align: right;
}
.fc_mk_box .fc_mk_jz .fc_mk_zuo .wenjian_ul ul li a:hover {
  color: #d7061c;
}
.fc_mk_box .fc_mk_jz .fc_mk_you {
  width: 652px;
}
.fc_mk_box .fc_mk_jz .fc_mk_you .lanmu_y_dbt {
  width: 100%;
}
.fc_mk_box .fc_mk_jz .fc_mk_you .zhidu_ul {
  width: 100%;
  margin-top: 10px;
}
.fc_mk_box .fc_mk_jz .fc_mk_you .zhidu_ul li {
  width: 100%;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
}
.fc_mk_box .fc_mk_jz .fc_mk_you .zhidu_ul li a {
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
  background: url(../img/dian_dian.jpg) left no-repeat;
}
.fc_mk_box .fc_mk_jz .fc_mk_you .zhidu_ul li span {
  font-size: 14px;
  color: #000;
  width: 100px;
  text-align: right;
}
.fc_mk_box .fc_mk_jz .fc_mk_you .zhidu_ul li a:hover {
  color: #d7061c;
}
.fc_mk_box1 {
  margin-top: 20px;
  width: 100%;
}
.fc_mk_box1 .fc_mk_jz1 {
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo {
  width: 768px;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo .tab_lm_dbt {
  width: 100%;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo .tab_lm_dbt ul {
  display: flex;
  justify-content: left;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo .tab_lm_dbt ul li {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #000;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo .tab_lm_dbt ul li.on {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #d7061c;
  color: #fff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo .tab_lm_dbt .gengduo {
  margin-right: 15px;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo .tab_lm_dbt .gengduo a {
  text-align: center;
  font-size: 16px;
  color: #d7061c;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo .baogao_ul {
  width: 100%;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo .baogao_ul .wjbg_ul {
  width: 100%;
  margin-top: 10px;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo .baogao_ul .wjbg_ul li {
  width: 100%;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo .baogao_ul .wjbg_ul li a {
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
  background: url(../img/dian_dian.jpg) left no-repeat;
  text-align: justify;
  width:540px;
  
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo .baogao_ul .wjbg_ul li span {
  font-size: 14px;
  color: #000;
  width: 100px;
  text-align: right;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ys_zuo .baogao_ul .wjbg_ul li a:hover {
  color: #d7061c;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ggl_you {
  width: 652px;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ggl_you .ggl_nr_ul {
  width: 100%;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ggl_you .ggl_nr_ul ul {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ggl_you .ggl_nr_ul ul li {
  width: 196px;
  height: 236px;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ggl_you .ggl_nr_ul ul li a {
  display: block;
  width: 196px;
  height: 236px;
  position: relative;
  overflow: hidden;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ggl_you .ggl_nr_ul ul li a img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ggl_you .ggl_nr_ul ul li a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: url(../img/tm_80.png);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.fc_mk_box1 .fc_mk_jz1 .fc_mk_ggl_you .ggl_nr_ul ul li a:hover p {
  height: 44px;
  line-height: 44px;
}
.fc_sp_box {
  margin-top: 20px;
  width: 100%;
}
.fc_sp_box .fc_sp_jz {
  width: 1440px;
  background: #fff;
  margin: 0 auto;
  padding: 15px 10px;
  box-sizing: border-box;
}
.fc_sp_box .fc_sp_jz .fc_sp_lanmu {
  width: 100%;
}
.fc_sp_box .fc_sp_jz .fc_sp_nrgd {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fc_sp_box .fc_sp_jz .fc_sp_nrgd ul {
  width: 100%;
  margin-top: 20px;
}
.fc_sp_box .fc_sp_jz .fc_sp_nrgd ul li {
  margin-right: 16px;
  width: 342px;
  height: 196px;
  position: relative;
}
.fc_sp_box .fc_sp_jz .fc_sp_nrgd ul li a {
  display: block;
  width: 342px;
  height: 196px;
}
.fc_sp_box .fc_sp_jz .fc_sp_nrgd ul li a img {
  width: 342px;
  height: 196px;
  position: absolute;
  z-index: 1;
}
.fc_sp_box .fc_sp_jz .fc_sp_nrgd ul li a p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/tm_80.png);
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
}
.fc_sp_box .fc_sp_jz .fc_sp_nrgd ul li a:hover p {
  height: 48px;
  line-height: 48px;
}
.fc_sp_box .fc_sp_jz .fc_sp_nrgd .prev {
  position: absolute;
  left: 4px;
  top: 75px;
  width: 34px;
  height: 34px;
  background: url(../img/png10.png) no-repeat;
  z-index: 9999;
  cursor: pointer;
}
.fc_sp_box .fc_sp_jz .fc_sp_nrgd .next {
  position: absolute;
  right: 4px;
  top: 75px;
  width: 34px;
  height: 34px;
  background: url(../img/png11.png) no-repeat;
  z-index: 9999;
  cursor: pointer;
}
.fc_mk_box2 {
  margin-top: 20px;
  width: 100%;
}
.fc_mk_box2 .fc_mk_box2 {
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.fc_mk_box2 .fc_mk_box2 .fc_td_zuo {
  width: 768px;
}
.fc_mk_box2 .fc_mk_box2 .fc_td_zuo .ggl_lm_dbt {
  width: 100%;
}
.fc_mk_box2 .fc_mk_box2 .fc_td_zuo .ggl_lm_dbt ul {
  display: flex;
  justify-content: left;
}
.fc_mk_box2 .fc_mk_box2 .fc_td_zuo .ggl_lm_dbt ul li {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #000;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.fc_mk_box2 .fc_mk_box2 .fc_td_zuo .ggl_lm_dbt ul li.on {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #d7061c;
  color: #fff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.fc_mk_box2 .fc_mk_box2 .fc_td_zuo .baogao_ul {
  width: 100%;
}
.fc_mk_box2 .fc_mk_box2 .fc_td_zuo .baogao_ul .wjbg_ul {
  width: 100%;
  margin-top: 10px;
}
.fc_mk_box2 .fc_mk_box2 .fc_td_zuo .baogao_ul .wjbg_ul li {
  width: 100%;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc_mk_box2 .fc_mk_box2 .fc_td_zuo .baogao_ul .wjbg_ul li a {
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
  background: url(../img/dian_dian.jpg) left no-repeat;
  
  
}
.fc_mk_box2 .fc_mk_box2 .fc_td_zuo .baogao_ul .wjbg_ul li span {
  font-size: 14px;
  color: #000;
  width: 100px;
  text-align: right;
}
.fc_mk_box2 .fc_mk_box2 .fc_td_zuo .baogao_ul .wjbg_ul li a:hover {
  color: #d7061c;
}
.fc_mk_box2 .fc_mk_box2 .fc_wh_you {
  width: 652px;
}
.fc_mk_box2 .fc_mk_box2 .fc_wh_you .ggl_lm_dbt {
  width: 100%;
}
.fc_mk_box2 .fc_mk_box2 .fc_wh_you .wenhua_nr_ul {
  width: 100%;
}
.fc_mk_box2 .fc_mk_box2 .fc_wh_you .wenhua_nr_ul ul {
  width: 100%;
  margin-top: 10px;
}
.fc_mk_box2 .fc_mk_box2 .fc_wh_you .wenhua_nr_ul ul li {
  width: 100%;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
}
.fc_mk_box2 .fc_mk_box2 .fc_wh_you .wenhua_nr_ul ul li a {
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
  background: url(../img/dian_dian.jpg) left no-repeat;
  
}
.fc_mk_box2 .fc_mk_box2 .fc_wh_you .wenhua_nr_ul ul li span {
  font-size: 14px;
  color: #000;
  width: 100px;
  text-align: right;
}
.fc_mk_box2 .fc_mk_box2 .fc_wh_you .wenhua_nr_ul ul li a:hover {
  color: #d7061c;
}
.fc_db_box {
  width: 100%;
  min-width:1440px;
  height: 124px;
  background: url(../img/png7.png) #fff top center no-repeat;
}
.fc_db_box .fc_db_jz {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  height: 124px;
  justify-content: space-between;
  align-items: center;
}
.fc_db_box .fc_db_jz h1 {
  width: 236px;
  height: 68px;
}
.fc_db_box .fc_db_jz h1 a {
  display: block;
}
.fc_db_box .fc_db_jz h1 a img {
  width: 100%;
}
.fc_db_box .fc_db_jz .sousuo_zt {
  width: 316px;
  height: 44px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 5px 5px 10px #dcdcdc;
  border: 1px solid #f1f1f1;
}
.fc_db_box .fc_db_jz .sousuo_zt input {
  float: left;
  padding: 0 15px;
  width: 206px;
  line-height: 44px;
  color: #333;
  border: none;
  border-radius: 22px;
  box-sizing: border-box;
  background: #fff;
}
.fc_db_box .fc_db_jz .sousuo_zt .anniu {
  display: inline-block;
  width: 110px;
  height: 44px;
  background: #d7061c;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  cursor: pointer;
  border-radius: 22px;
  border: none;
  outline:none;
}
.fc_nav_box {
  width: 100%;
  min-width: 1440px;
  height: 100px;
  background: #d7061c;
}
.fc_nav_box .fc_nav_jz {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fc_nav_box .fc_nav_jz .nav_li {
  width: 130px;
  position: relative;
}
.fc_nav_box .fc_nav_jz .nav_li .nav_tz {
  display: block;
  width: 130px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 100px;
}
.fc_nav_box .fc_nav_jz .nav_li .nav_tz::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #ffca58;
  display: none;
  position: absolute;
  left: 45px;
  top: 90px;
}
.fc_nav_box .fc_nav_jz .nav_li .nav_tz:hover::after {
  display: block;
}
.fc_nav_box .fc_nav_jz .nav_li .nav_ej {
  z-index: 999999;
  display: none;
  left: 0;
  top: 100px;
  position: absolute;
  width: 130px;
  /*background: url(../img/tm_88_bs.png); */
    background: #fff;
}
.fc_nav_box .fc_nav_jz .nav_li .nav_ej a {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
}
.fc_nav_box .fc_nav_jz .nav_li .nav_ej a:hover {
  background: #d7061c;
  color: #fff;
}
.fc_nav_box .fc_nav_jz .nav_li:hover .nav_tz:hover::after {
  display: block;
}
.fc_nav_box .fc_nav_jz .nav_li:hover .nav_ej {
  display: block;
}
.fc_xb_box {
  margin-top: 20px;
  width: 100%;
  height: 152px;
}
.fc_xb_box .fc_xb_zt {
  width: 1440px;
  margin: 0 auto;
  background: #fff;
  height: 144px;
  border-bottom: 8px solid #d7061c;
}
.fc_xb_box .fc_xb_zt .fc_xb_zbt {
   float: left;
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;

}
.fc_xb_box .fc_xb_zt .fc_xb_zbt a {
  font-size: 32px;
  color: #d7061c;
  font-weight: bold;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding:0 15px;
  box-sizing: border-box;  
}
.fc_xb_box .fc_xb_zt .fc_xb_zyd {

  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #000;
}
.fc_xb_box .fc_xb_zt .fc_xb_zyd a {
  /*font-size: 16px;
  color: #000;
  */
    font-size: 32px;
  color: #d7061c;
  font-weight: bold;
  margin:0 10px;
  position: relative;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding:0 15px;
  box-sizing: border-box;
}
.fc_xb_box .fc_xb_zt .fc_xb_zyd a:before{
  content: "";
  height: 17px;
  width: 2px;
  position: absolute;
  right: -10px;
  top: 3px;
  background: #000;
}
.fc_xb_box .fc_xb_zt .fc_xb_zyd a:nth-last-child(1):before{
  display: none;
} 
.fc_xb_box .fc_xb_zt .fc_xb_zyd a:hover {
  color: #d7061c;
}
.fc_mk_box4 {
  margin-top: 20px;
  width: 100%;
}
.fc_mk_box4 .fc_mk_zt4 {
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo {
  width: 752px;
  height: 424px;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .shiping_box {
  float: left;
  width: 100%;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .shiping_box video {
  float: left;
  width: 752px;
  height: 424px;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd {
  float: left;
  width: 752px;
  height: 424px;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 {
  float: left;
  width: 752px;
  height: 424px;
  position: relative;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 .prev {
  position: absolute;
  left: 4px;
  top: 195px;
  width: 34px;
  height: 34px;
  background: url(../img/png10.png) no-repeat;
  z-index: 9999;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 .next {
  position: absolute;
  right: 4px;
  top: 195px;
  width: 34px;
  height: 34px;
  background: url(../img/png11.png) no-repeat;
  z-index: 9999;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 .bd {
  width: 752px;
  height: 424px;
  float: left;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 .bd ul {
  width: 752px;
  height: 424px;
  position: relative;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 .bd ul li {
  width: 752px;
  height: 424px;
  position: relative;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 .bd ul li a {
  display: block;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 .bd ul li a img {
  width: 752px;
  height: 424px;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 .bd ul li a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: url(../img/tm_80.png);
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-indent: 20px;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9998;
  height: 40px;
  width: 100%;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 .hd ul {
  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: right; */
  height: 40px;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 .hd ul li {
  width: 28px;
  height: 6px;
  background: #fff;
  border-radius: 4px;
  margin: 17px 4px;
  float: right;
}
.fc_mk_box4 .fc_mk_zt4 .fc_ggt_zuo .jdt_img_gd .slideBox1 .hd ul li.on {
  background: #d7061c;
}
.fc_mk_box4 .fc_mk_zt4 .fc_xwbf_you {
  width: 668px;
}
.fc_mk_box4 .fc_mk_zt4 .fc_xwbf_you .fc_xwnr_dbt {
  width: 100%;
}
.fc_mk_box4 .fc_mk_zt4 .fc_xwbf_you .fc_xwnr_dbt ul {
  display: flex;
  justify-content: left;
}
.fc_mk_box4 .fc_mk_zt4 .fc_xwbf_you .fc_xwnr_dbt ul li {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #000;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.fc_mk_box4 .fc_mk_zt4 .fc_xwbf_you .fc_xwnr_dbt ul li.on {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #d7061c;
  color: #fff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.fc_mk_box4 .fc_mk_zt4 .fc_xwbf_you .xinwen_ul {
  width: 100%;
}
.fc_mk_box4 .fc_mk_zt4 .fc_xwbf_you .xinwen_ul ul {
  width: 100%;
  margin-top: 14px;
}
.fc_mk_box4 .fc_mk_zt4 .fc_xwbf_you .xinwen_ul ul li {
  width: 100%;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc_mk_box4 .fc_mk_zt4 .fc_xwbf_you .xinwen_ul ul li a {
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
  background: url(../img/dian_dian.jpg) left no-repeat;
  float: left;
  width: 530px;
  text-align: justify;
  
  
  
}
.fc_mk_box4 .fc_mk_zt4 .fc_xwbf_you .xinwen_ul ul li span {
  font-size: 14px;
  color: #000;
  width: 100px;
  text-align: right;
}
.fc_mk_box4 .fc_mk_zt4 .fc_xwbf_you .xinwen_ul ul li a:hover {
  color: #d7061c;
}
.fc_ggt_box {
  margin-top: 20px;
  width: 100%;
}
.fc_ggt_box .gc_ggt_jzt {
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.fc_ggt_box .gc_ggt_jzt a {
  display: block;
  width: 100%;
}
.fc_ggt_box .gc_ggt_jzt a img {
  float: left;
  width: 100%;
}
.fc_gg_box {
  margin-top: 20px;
  width: 100%;
}
.fc_gg_box .fc_gg_zt {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fc_gg_box .fc_gg_zt .fc_gg_zuo {
  width: 755px;
  height: 720px;
  background: #d7061c;
}
.fc_gg_box .fc_gg_zt .fc_gg_zuo h3 {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  height: 55px;
  line-height: 55px;
}
.fc_gg_box .fc_gg_zt .fc_gg_zuo .fc_gg_ul {
  width: 722px;
  height: 360px;
  padding: 18px 15px 0 15px;
  box-sizing: border-box;
  margin-left: 15px;
  background: #faf3f3;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fc_gg_box .fc_gg_zt .fc_gg_zuo .fc_gg_ul li {
  width: 338px;
  height: 152px;
  background: #fafafa;
  border-radius: 4px;
  box-shadow: 0 3px 10px #f9eeee;
  padding: 10px 25px 0 25px;
  box-sizing: border-box;
}
.fc_gg_box .fc_gg_zt .fc_gg_zuo .fc_gg_ul li a {
  width: 100%;
}
.fc_gg_box .fc_gg_zt .fc_gg_zuo .fc_gg_ul li a .gc_gg_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc_gg_box .fc_gg_zt .fc_gg_zuo .fc_gg_ul li a .gc_gg_img img {
  width: 86px;
  height: 86px;
}
.fc_gg_box .fc_gg_zt .fc_gg_zuo .fc_gg_ul li a .gc_gg_img span {
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  background: #d7061c;
}
.fc_gg_box .fc_gg_zt .fc_gg_zuo .fc_gg_ul li a p {
  margin-top: 8px;
  width: 100%;
  font-size: 16px;
  color: #d7061c;
}
.fc_gg_box .fc_gg_zt .fc_gg_zuo .fc_gg_ul li:hover {
  box-shadow: 0 3px 15px #f5dee0;
}
.fc_gg_box .fc_gg_zt .fc_gg_zuo .fc_gg_ul li:hover a .gc_gg_img span {
  box-shadow: 0 3px 15px #f8d6d8;
}
.fc_gg_box .fc_gg_zt .fc_gg_you {
  width: 664px;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_bed_dbt {
  width: 100%;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_bed_dbt ul {
  display: flex;
  justify-content: left;
  width: 100%;
  position: relative;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_bed_dbt ul li {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #000;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_bed_dbt ul .gdgd_more{
  position: absolute;
  right: 16px;
  top: 0;
  font-size: 16px;
    color: #d7061c;
    line-height: 50px;
    display: none;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_bed_dbt ul li.on {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #d7061c;
  color: #fff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_bed_dbt ul li.on .gdgd_more{
  display: block;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_hye_nrs {
  width: 100%;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_hye_nrs .hejd_ul {
  width: 100%;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_hye_nrs .hejd_ul .hejd_dgdt {
  width: 100%;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_hye_nrs .hejd_ul .hejd_dgdt .dgdt_gdbf {
  width: 100%;
  height: 48px;
  background: #d7061c;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_hye_nrs .hejd_ul .hejd_dgdt .dgdt_gdbf p {
  font-size: 16px;
  color: #fff;
  float: left;
  line-height: 48px;
  text-align: center;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_hye_nrs .hejd_ul .hejd_dgdt .dgdt_gdbf .gdbf_p1 {
  width: 100px;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_hye_nrs .hejd_ul .hejd_dgdt .dgdt_gdbf .gdbf_p2 {
  width: 106px;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_hye_nrs .hejd_ul .hejd_dgdt .dgdt_gdbf .gdbf_p3 {
  width: 124px;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_hye_nrs .hejd_ul .hejd_dgdt .dgdt_gdbf .gdbf_p4 {
  width: 104px;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_hye_nrs .hejd_ul .hejd_dgdt .dgdt_gdbf .gdbf_p5 {
  width: 90px;
}
.fc_gg_box .fc_gg_zt .fc_gg_you .yougg_hye_nrs .hejd_ul .hejd_dgdt .dgdt_gdbf .gdbf_p6 {
  width: 120px;
}
.dgdt_xsgd {
  width: 100%;
}
.dgdt_xsgd ul {
  width: 100%;
  float: left;
  position: relative;
}
.dgdt_xsgd ul li {
  float: left;
  height: 40px;
  width: 100%;
}
.dgdt_xsgd ul li p {
  font-size: 16px;
  color: #000;
  float: left;
  line-height: 40px;
  text-align: center;
}
.dgdt_xsgd ul li .klbf_p1 {
  width: 100px;
}
.dgdt_xsgd ul li .klbf_p2 {
  width: 106px;
}
.dgdt_xsgd ul li .klbf_p3 {
  width: 124px;
}
.dgdt_xsgd ul li .klbf_p4 {
  width: 104px;
}
.dgdt_xsgd ul li .klbf_p5 {
  width: 90px;
}
.dgdt_xsgd ul li .klbf_p6 {
  width: 120px;
}
.dgdt_xsgd ul li.one {
  background: #fdf0f2;
}
.xljl_dbt {
  width: 100%;
}
.xljl_dbt ul {
  width: 100%;
  margin-top: 10px;
}
.xljl_dbt ul li {
  width: 100%;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xljl_dbt ul li a {
  float: left;
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: left;
  align-items: center;
}
.xljl_dbt ul li span {
  font-size: 14px;
  color: #000;
  width: 100px;
  text-align: right;
}
.xljl_dbt ul li a:hover {
  color: #d7061c;
}
.fc_gy_box {
  margin-top: 20px;
  width: 100%;
}
.fc_gy_box .fc_gy_zt {
  width: 1440px;
  margin: 0 auto;
}
.gy_dbt_img {
  margin-top: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gy_dbt_img ul {
  width: 100%;
  margin-top: 20px;
}
.gy_dbt_img ul li {
  margin-right: 16px;
  width: 342px;
  height: 196px;
  position: relative;
}
.gy_dbt_img ul li a {
  display: block;
  width: 342px;
  height: 196px;
}
.gy_dbt_img ul li a img {
  width: 342px;
  height: 196px;
  position: absolute;
  z-index: 1;
}
.gy_dbt_img ul li a p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/tm_80.png);
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
}
.gy_dbt_img ul li a:hover p {
  height: 48px;
  line-height: 48px;
}
.gy_dbt_img .prev {
  position: absolute;
  left: 4px;
  top: 75px;
  width: 34px;
  height: 34px;
  background: url(../img/png10.png) no-repeat;
  z-index: 9999;
  cursor: pointer;
}
.gy_dbt_img .next {
  position: absolute;
  right: 4px;
  top: 75px;
  width: 34px;
  height: 34px;
  background: url(../img/png11.png) no-repeat;
  z-index: 9999;
  cursor: pointer;
}
.fc_hdp_box {
  width: 100%;
}
.swiper-slide a img {
  width: 100%;
}
.fc_mbx_box {
  margin-top: 20px;
  width: 100%;
  height: 80px;
  background: #fff;
}
.fc_mbx_box .fc_mbx_zt {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fc_mbx_zuo ul {
  display: flex;
  justify-content: left;
  height: 80px;
  align-items: center;
}
.fc_mbx_zuo ul li {
  position: relative;
  margin-right: 25px;
  height: 80px;
}
.fc_mbx_zuo ul li a {
  display: block;
  font-size: 16px;
  color: #000;
  height: 80px;
  line-height: 80px;
}
.fc_mbx_zuo ul li a::after {
  display: none;
  content: "";
  position: absolute;
  left: calc(50% - 19px);
  bottom: 0;
  width: 38px;
  height: 4px;
  background: #d7061c;
}
.fc_mbx_zuo ul li a:hover {
  color: #d7061c;
}
.fc_mbx_zuo ul li a:hover::after {
  display: block;
}
.fc_mbx_zuo ul li a.on {
  color: #d7061c;
}
.fc_mbx_zuo ul li a.on::after {
  display: block;
}
.fc_mbx_you {
  display: flex;
  justify-content: left;
  height: 80px;
  align-items: center;
  font-size: 16px;
}
.fc_mbx_you img {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}
.fc_mbx_you a {
  font-size: 16px;
  color: #000;
}
.fc_mbx_you a:hover {
  color: #d7061c;
}
.fc_mbx_you p {
  font-size: 16px;
}


/* 游戏内容 */

.jtnr_conter_box {
  margin-top: 20px;
  width: 100%;
}
.jtnr_conter_box .jtnr_conter_zt {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_zuo {
  width: 898px;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_zuo .mkjg_box_li {
  margin-bottom: 20px;
  width: 100%;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_zuo .mkjg_box_li .mkjg_dbt {
  width: 100%;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_zuo .mkjg_box_li .mkjg_nr {
  width: 100%;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_zuo .mkjg_box_li .mkjg_nr ul {
  margin-top: 10px;
  width: 100%;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_zuo .mkjg_box_li .mkjg_nr ul li {
  width: 100%;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_zuo .mkjg_box_li .mkjg_nr ul li a {
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
  background: url(../img/dian_dian.jpg) left no-repeat;
  text-align: justify;
width: 780px;
  
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_zuo .mkjg_box_li .mkjg_nr ul li span {
  font-size: 14px;
  color: #000;
  width: 100px;
  text-align: right;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_zuo .mkjg_box_li:nth-last-child(1) {
  margin-bottom: 0;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_you {
  width: 500px;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_you .nr_you_ul {
  margin-bottom: 20px;
  width: 100%;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_you .nr_you_ul .you_nrcl_dbt {
  width: 100%;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_you .nr_you_ul .you_nrcl_nr {
  width: 100%;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_you .nr_you_ul .you_nrcl_nr ul {
  margin-top: 10px;
  width: 100%;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_you .nr_you_ul .you_nrcl_nr ul li {
  width: 100%;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_you .nr_you_ul .you_nrcl_nr ul li a {
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
  background: url(../img/dian_dian.jpg) left no-repeat;
  width: 380px;
  text-align: justify;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_you .nr_you_ul .you_nrcl_nr ul li span {
  font-size: 14px;
  color: #000;
  width: 100px;
  text-align: right;
}
.jtnr_conter_box .jtnr_conter_zt .nr_conter_you .nr_you_ul .you_nrcl_nr ul li a:hover {
  color: #d7061c;
}
.mkjg_nr_list {
  width: 100%;
}
.mkjg_nr_list ul {
  width: 100%;
}
.mkjg_nr_list ul li {
  margin-top: 15px;
  background: #fff;
  padding: 12px 10px 12px 10px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: left;
  box-shadow: 0 0 5px #f4f4f4;
  cursor: pointer;
  border: 1px solid #fff;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.mkjg_nr_list ul li:hover {
  border: 1px solid #d7061c;
}
.list_lilb_zuo {
  margin-right: 20px;
}
.list_lilb_zuo a {
  display: block;
  width: 210px;
}
.list_lilb_zuo a img {
  float: left;
  width: 100%;
}
.list_lilb_you h3 {
  font-size: 16px;
  color: #000;
}
.list_lilb_you h3 a {
  font-size: 16px;
  color: #000;
}
.list_lilb_you h3 a:hover {
  color: #d7061c;
}
.list_lilb_you p {
  margin: 5px 0;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list_lilb_you span {
  font-size: 14px;
  color: #666;
}
.nr_conter_zuo_xq {
  width: 898px;
}
.nr_conter_zuo_xq .xqbf_nry_dbt {
  padding: 10px 0 20px 0;
  border-bottom: 8px solid #f2f2f2;
}
.nr_conter_zuo_xq .xqbf_nry_dbt h3 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.nr_conter_zuo_xq .xqbf_nry_dbt .nry_xq_xx {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.nr_conter_zuo_xq .xqbf_nry_dbt .nry_xq_xx p {
  font-size: 16px;
  color: #666;
  margin: 0 15px;
}
.nr_conter_zuo_xq .xqbf_nry_dbt .nry_xq_xx p span {
  font-size: 16px;
  color: #d7061c;
}
.nr_conter_zuo_xq .xqbf_nry_conter {
  margin: 15px 0;
  width: 100%;
}
.nr_conter_zuo_xq .xqbf_nry_conter .xinwen_bf{
	
	width: 900px;
	height: 506px;
	margin: 0 auto;
	
}

.nr_conter_zuo_xq .xqbf_nry_conter img {
  max-width: 900px;
}

.nr_conter_zuo_xq .xqbf_sxyp_conter {
  width: 100%;
  height: 80px;
  align-items: center;
  border-top: 8px solid #f2f2f2;
  display: flex;
  justify-content: space-between;
}
.nr_conter_zuo_xq .xqbf_sxyp_conter .xqbf_fhlm {
  width: 142px;
}
.nr_conter_zuo_xq .xqbf_sxyp_conter .xqbf_fhlm a {
  display: block;
  width: 142px;
  height: 42px;
  background: #d7061c;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  overflow: hidden;
}
.nr_conter_zuo_xq .xqbf_sxyp_conter .xqbf_fhlm a:hover {
  line-height: 32px;
}
.xqbf_sxyp_conter .xqbf_syp p {
  font-size: 14px;
  color: #000;
  padding: 4px 0;
}
.xqbf_sxyp_conter .xqbf_syp p a {
  font-size: 14px;
  color: #000;
}
.xqbf_sxyp_conter .xqbf_syp p a:hover {
  color: #d7061c;
}
.xqbf_nry_conter {
  margin: 15px 0;
  width: 100%;
}
.xqbf_nry_conter p {
  margin: 15px 0;
  font-size: 16px;
  color: #000;
  line-height: 34px;
  text-align: justify;
}
.jtnr_conter_box {
  margin-top: 20px;
  width: 100%;
}

.dncp_cpxn_xw {
  height: 428px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.dncp_cpxn_xw .fc_ggt_zuo {
  width: 752px;
  height: 424px;
}
.dncp_cpxn_xw .fc_ggt_zuo .shiping_box {
  float: left;
  width: 100%;
}
.dncp_cpxn_xw .fc_ggt_zuo .shiping_box video {
  float: left;
  width: 752px;
  height: 424px;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd {
  float: left;
  width: 752px;
  height: 424px;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 {
  float: left;
  width: 752px;
  height: 424px;
  position: relative;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 .prev {
  position: absolute;
  left: 4px;
  top: 195px;
  width: 34px;
  height: 34px;
  background: url(../img/png10.png) no-repeat;
  z-index: 9999;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 .next {
  position: absolute;
  right: 4px;
  top: 195px;
  width: 34px;
  height: 34px;
  background: url(../img/png11.png) no-repeat;
  z-index: 9999;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 .bd {
  width: 752px;
  height: 424px;
  float: left;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 .bd ul {
  width: 752px;
  height: 424px;
  position: relative;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 .bd ul li {
  width: 752px;
  height: 424px;
  position: relative;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 .bd ul li a {
  display: block;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 .bd ul li a img {
  width: 752px;
  height: 424px;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 .bd ul li a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: url(../img/tm_80.png);
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-indent: 20px;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9998;
  height: 40px;
  width: 100%;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 .hd ul {
  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: right; */
  height: 40px;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 .hd ul li {
  width: 28px;
  height: 6px;
  background: #fff;
  border-radius: 4px;
  margin: 17px 4px;
  float: right;
}
.dncp_cpxn_xw .fc_ggt_zuo .jdt_img_gd .slideBox1 .hd ul li.on {
  background: #d7061c;
}
.dncp_cpxn_xw .fc_xwbf_you {
  width: 656px;
}
.dncp_cpxn_xw .fc_xwbf_you .fc_xwnr_dbt {
  width: 100%;
}
.dncp_cpxn_xw .fc_xwbf_you .fc_xwnr_dbt ul {
  display: flex;
  justify-content: left;
}
.dncp_cpxn_xw .fc_xwbf_you .fc_xwnr_dbt ul li {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #000;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.dncp_cpxn_xw .fc_xwbf_you .fc_xwnr_dbt ul li.on {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #d7061c;
  color: #fff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.dncp_cpxn_xw .fc_xwbf_you .xinwen_ul {
  width: 100%;
}
.dncp_cpxn_xw .fc_xwbf_you .xinwen_ul ul {
  width: 100%;
}
.dncp_cpxn_xw .fc_xwbf_you .xinwen_ul ul li {
  width: 100%;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dncp_cpxn_xw .fc_xwbf_you .xinwen_ul ul li a {
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
  background: url(../img/dian_dian.jpg) left no-repeat;
  
}
.dncp_cpxn_xw .fc_xwbf_you .xinwen_ul ul li span {
  font-size: 14px;
  color: #000;
  width: 100px;
  text-align: right;
}
.dncp_jeop_nrxq {
  margin-top: 40px;
  width: 100%;
}
.dncp_jeop_nrxq .dncp_mud_lm {
  width: 100%;
}
.dncp_jeop_nrxq .dncp_mud_lm ul {
  display: flex;
  justify-content: left;
}
.dncp_jeop_nrxq .dncp_mud_lm ul li {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #000;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.dncp_jeop_nrxq .dncp_mud_lm ul li:hover {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #d7061c;
  color: #fff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.dncp_jeop_nrxq .dncp_mud_lm ul li.on {
  height: 46px;
  padding: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #d7061c;
  color: #fff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.dncp_jeop_nrxq .dncp_mud_nrong {
  width: 100%;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt {
  width: 100%;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li1 {
  width: 100%;
  padding:20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 8px solid #f2f2f2;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li1 img {
  width: 160px;
  height: 160px;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li1 .youxi_jieshao {
  width: calc(100% - 190px);
  font-size: 16px;
  color: #000;
  text-align: justify;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li2 {
  padding: 40px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 8px solid #f2f2f2;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li2 .dncp_zuo1_sm {
  width: calc(100% - 650px);
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li2 .dncp_zuo1_sm h3 {
  width: 100%;
  font-size: 22px;
  color: #000;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li2 .dncp_zuo1_sm p {
  margin-top: 15px;
  width: 100%;
  font-size: 16px;
  color: #000;
  text-align: justify;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li2 .dncp_you1_img {
  width: 630px;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li2 .dncp_you1_img img {
  width: 100%;
  float: left;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li3 {
  padding: 40px 0;
  width: 100%;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li3 h3 {
  width: 100%;
  font-size: 22px;
  color: #000;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li3 p {
  margin-top: 15px;
  width: 100%;
  font-size: 16px;
  color: #000;
  text-align: justify;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li4 {
  padding: 15px 0;
  width: 100%;
}
.dncp_jeop_nrxq .dncp_mud_nrong .nrxs_conter_zt .dncp_conter_li4 h3 {
  width: 100%;
  font-size: 22px;
  color: #000;
  text-align: center;
  padding: 5px 0;
}
.jscp_tjxp {
  margin-top: 20px;
  width: 100%;
}
.jscp_tjxp .tjxp_js_ul {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.jscp_tjxp .tjxp_js_ul li {
  width: 268px;
  height: 392px;
  background: #fff;
  box-shadow: 0 0 50px #fdf0f2;
}
.jscp_tjxp .tjxp_js_ul li a {
  display: block;
  width: 268px;
  height: 270px;
  position: relative;
  overflow: hidden;
}
.jscp_tjxp .tjxp_js_ul li a img {
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.jscp_tjxp .tjxp_js_ul li a p {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 48px;
  background: url(../img/tm_80.png);
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  z-index: 2;
  text-align: center;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.jscp_tjxp .tjxp_js_ul li a:hover p {
  height: 58px;
  line-height: 58px;
}
.jscp_tjxp .tjxp_js_ul li .jscp_span1 {
  margin-top: 20px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.jscp_tjxp .tjxp_js_ul li .jscp_span2 {
  float: left;
  width: 92%;
  margin: 15px 4% 0 4%;
  text-align: center;
  font-size: 16px;
  color: #000;
  height: 44px;
  line-height: 44px;
  background: #d7061c;
  border-radius: 22px;
  color: #fff;
}
.gglcp_tjxp1 {
  width: 100%;
  margin-top: 20px;
}
.gglcp_tjxp1 .fc_sp_lanmu1 {
  width: 100%;
}
.gglcp_tjxp1 .gglcp_js_ul {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gglcp_tjxp1 .gglcp_js_ul li {
  width: 178px;
  height: 290px;
  background: #fff;
  box-shadow: 0 0 50px #fdf0f2;
  margin-bottom: 20px;
}
.gglcp_tjxp1 .gglcp_js_ul li a {
  display: block;
  width: 178px;
  height: 290px;
}
.gglcp_tjxp1 .gglcp_js_ul li a .gglcp1_img {
  width: 178px;
  height: 224px;
  position: relative;
  overflow: hidden;
}
.gglcp_tjxp1 .gglcp_js_ul li a .gglcp1_img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.gglcp_tjxp1 .gglcp_js_ul li a .gglcp1_img p {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 36px;
  background: url(../img/tm_80.png);
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  z-index: 2;
  text-align: center;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.gglcp_tjxp1 .gglcp_js_ul li a .gglcp_sz {
  margin-top: 10px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.gglcp_tjxp1 .gglcp_js_ul li a .gglcp_sz .gglcp_zuo {
  width: 46%;
  margin-left: 4%;
}
.gglcp_tjxp1 .gglcp_js_ul li a .gglcp_sz .gglcp_zuo p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: left;
}
.gglcp_tjxp1 .gglcp_js_ul li a .gglcp_sz .gglcp_zuo span {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #d7061c;
  text-align: left;
}
.gglcp_tjxp1 .gglcp_js_ul li a .gglcp_sz .gglcp_you {
  width: 46%;
  margin-right: 4%;
}
.gglcp_tjxp1 .gglcp_js_ul li a .gglcp_sz .gglcp_you p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: right;
}
.gglcp_tjxp1 .gglcp_js_ul li a .gglcp_sz .gglcp_you span {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #ffca58;
  text-align: right;
}
.gglcp_tjxp1 .gglcp_js_ul li a:hover .gglcp1_img p {
  line-height: 46px;
  height: 46px;
}
.gegnduo_ggl {
  width: 100%;
  display: flex;
  justify-content: center;
}
.gegnduo_ggl a {
  display: block;
  width: 165px;
  height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  background: #d7061c;
  line-height: 42px;
}
.jkcp_lb_ztzz {
  width: 1440px;
  margin: 0 auto;
}
.jkcp_lb_ztzz .jkcp_list_ul {
  width: 100%;
  overflow: hidden;
}
.jkcp_lb_ztzz .jkcp_list_ul ul {
  margin-right: -24px;
}
.jkcp_lb_ztzz .jkcp_list_ul ul li {
  float: left;
  width: 180px;
  height: 290px;
  background: #fff;
  box-shadow: 0 0 50px #fdf0f2;
  margin-top: 20px;
  margin-right: 26px;
}



.jkcp_lb_ztzz .jkcp_list_ul ul li a {
  display: block;
  width: 180px;
  height: 290px;
}
.jkcp_lb_ztzz .jkcp_list_ul ul li a .gglcp1_img {
  width: 178px;
  height: 224px;
  position: relative;
  overflow: hidden;
}
.jkcp_lb_ztzz .jkcp_list_ul ul li a .gglcp1_img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.jkcp_lb_ztzz .jkcp_list_ul ul li a .gglcp1_img p {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 36px;
  background: url(../img/tm_80.png);
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  z-index: 2;
  text-align: center;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.jkcp_lb_ztzz .jkcp_list_ul ul li a .gglcp_sz {
  margin-top: 10px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.jkcp_lb_ztzz .jkcp_list_ul ul li a .gglcp_sz .gglcp_zuo {
  width: 46%;
  margin-left: 4%;
}
.jkcp_lb_ztzz .jkcp_list_ul ul li a .gglcp_sz .gglcp_zuo p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: left;
}
.jkcp_lb_ztzz .jkcp_list_ul ul li a .gglcp_sz .gglcp_zuo span {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #d7061c;
  text-align: left;
}
.jkcp_lb_ztzz .jkcp_list_ul ul li a .gglcp_sz .gglcp_you {
  width: 46%;
  margin-right: 4%;
}
.jkcp_lb_ztzz .jkcp_list_ul ul li a .gglcp_sz .gglcp_you p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: right;
}
.jkcp_lb_ztzz .jkcp_list_ul ul li a .gglcp_sz .gglcp_you span {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #ffca58;
  text-align: right;
}
.jkcp_lb_ztzz .jkcp_list_ul ul li a:hover .gglcp1_img p {
  height: 46px;
  line-height: 46px;
}
.jkcp_you_ul {
  margin-bottom: 20px;
  width: 100%;
}
.jkcp_you_ul .you_nrcl_dbt {
  width: 100%;
}
.jkcp_you_ul .jkcp_nrcl_nr {
  width: 100%;
}
.jkcp_you_ul .jkcp_nrcl_nr ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jkcp_you_ul .jkcp_nrcl_nr ul li {
  width: 154px;
  height: 258px;
  background: #fff;
  box-shadow: 0 0 50px #fdf0f2;
  margin-top: 20px;
}
.jkcp_you_ul .jkcp_nrcl_nr ul li a {
  display: block;
  width: 154px;
  height: 258px;
}
.jkcp_you_ul .jkcp_nrcl_nr ul li a .gglcp1_img {
  width: 154px;
  height: 194px;
  position: relative;
  overflow: hidden;
}
.jkcp_you_ul .jkcp_nrcl_nr ul li a .gglcp1_img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.jkcp_you_ul .jkcp_nrcl_nr ul li a .gglcp1_img p {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 36px;
  background: url(../img/tm_80.png);
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  z-index: 2;
  text-align: center;
}
.jkcp_you_ul .jkcp_nrcl_nr ul li a .gglcp_sz {
  margin-top: 10px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.jkcp_you_ul .jkcp_nrcl_nr ul li a .gglcp_sz .gglcp_zuo {
  width: 46%;
  margin-left: 4%;
}
.jkcp_you_ul .jkcp_nrcl_nr ul li a .gglcp_sz .gglcp_zuo p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: left;
}
.jkcp_you_ul .jkcp_nrcl_nr ul li a .gglcp_sz .gglcp_zuo span {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #d7061c;
  text-align: left;
}
.jkcp_you_ul .jkcp_nrcl_nr ul li a .gglcp_sz .gglcp_you {
  width: 46%;
  margin-right: 4%;
}
.jkcp_you_ul .jkcp_nrcl_nr ul li a .gglcp_sz .gglcp_you p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: right;
}
.jkcp_you_ul .jkcp_nrcl_nr ul li a .gglcp_sz .gglcp_you span {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #ffca58;
  text-align: right;
}
.spzq_nr_list {
  width: 100%;
}
.spzq_nr_list ul {

  margin-right:-25px;
}
.spzq_nr_list ul li {
	float:left;
  margin-top: 20px;
  margin-right: 25px;
  width: 282px;
  height: 160px;
}
.spzq_nr_list ul li a {
  display: block;
  width: 282px;
  height: 160px;
  position: relative;
}
.spzq_nr_list ul li a img {
  width: 282px;
  height: 160px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.spzq_nr_list ul li a p {
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: url(../img/tm_80.png);
  font-size: 16px;
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 40px;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
}
.spzq_nr_list ul li a:hover p {
  height: 50px;
  line-height: 50px;
}
.spbf_conter_zt {
  width: 1440px;
  margin: 0 auto;
}
.spbf_conter_zt .biaoti_box_sp {
  width: 100%;
}
.spbf_conter_zt .biaoti_box_sp h3 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.spbf_conter_zt .biaoti_box_sp .sp_xqxx {
  padding: 15px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.spbf_conter_zt .biaoti_box_sp .sp_xqxx p {
  font-size: 14px;
  color: #333;
  margin: 0 15px;
}
.spbf_conter_zt .biaoti_box_sp .sp_xqxx p span {
  font-size: 14px;
  color: #d7061c;
}
.spbf_conter_zt .spbf_nr_dsp {
  margin: 0 auto;
  width: 1200px;
  height: 674px;
  background: #f1f1f1;
}
.spbf_nr_gegduo {
  margin-top: 20px;
  width: 100%;
  padding: 20px 0;
  border-top: 8px solid #f2f2f2;
}
.spbf_nr_gegduo ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.spbf_nr_gegduo ul li {
  margin-top: 20px;
  width: 338px;
  height: 192px;
}
.spbf_nr_gegduo ul li a {
  display: block;
  width: 338px;
  height: 192px;
  position: relative;
}
.spbf_nr_gegduo ul li a img {
  width: 338px;
  height: 192px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.spbf_nr_gegduo ul li a p {
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/tm_80.png);
  font-size: 16px;
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 40px;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.spbf_nr_gegduo ul li a:hover p {
  height: 48px;
  line-height: 48px;
}
.ssjg_conter_zt {
  width: 1440px;
  margin: 0 auto;
}
.ssjg_conter_zt .dbt_zuo {
  width: 100%;
  padding: 10px 0 20px 0;
  border-bottom: 8px solid #f2f2f2;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
}
.ssjg_conter_zt .dbt_zuo span {
  margin-right: 15px;
}
.ssjg_conter_zt .dbt_zuo strong {
  color: #d7061c;
  margin: 0 5px;
}
.ssjg_conter_zt .ssjg_xwlb_ul {
  width: 100%;
}
.ssjg_conter_zt .ssjg_xwlb_ul ul {
  width: 100%;
}
.ssjg_conter_zt .ssjg_xwlb_ul ul li {
  margin-top: 20px;
  width: 100%;
}
.ssjg_conter_zt .ssjg_xwlb_ul ul li a {
  padding: 15px 15px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 5px #f4f4f4;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.ssjg_conter_zt .ssjg_xwlb_ul ul li a span {
  font-size: 14px;
  color: #d7061c;
}
.ssjg_conter_zt .ssjg_xwlb_ul ul li a:hover {
  border: 1px solid #d7061c;
}
.ssjg_conter_zt .zuo_nr strong {
  font-size: 16px;
  color: #000;
}
.ssjg_conter_zt .zuo_nr p {
  font-size: 14px;
  padding: 6px 0;
  color: #000;
}
.zncpd_dbt{
  float: left;
  width: 100%;
}
.zncpd_dbt h3{

}

.zncpd_list{
 float: left;
 margin-top: 15px;
 width: 100%;

}
.zncpd_list ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #d7061c;
}
.zncpd_list ul li{
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.zncpd_list ul li.xdnrg_li1{
  width: 70px;
}
.zncpd_list ul li.xdnrg_li2{
  width: 80px;
}
.zncpd_list ul li.xdnrg_li3{
  width: 110px;
}
.zncpd_list ul li.xdnrg_li4{
  width: 90px;
}
.zncpd_list ul li.xdnrg_li5{
  width: 110px;
}
.zncpd_list ul li.xdnrg_li6{
  width: 100px;
}
.zncpd_list ul li.xdnrg_li7{
  width: 130px;
}
.zncpd_list ul li.xdnrg_li8{
  width: 206px;
}

.nrxhdb_xq{
  width: 100%;
}
.nrxhdb_xq ul{
  width: 100%;
}
.nrxhdb_xq ul li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.nrxhdb_xq ul li:nth-child(2n){
  background: #fdf0f2;
}

.nrxhdb_xq ul li p{
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;

}
.nrxhdb_xq ul li p.xdnrg_p1{
   width: 70px;
   justify-content: center;
}
.nrxhdb_xq ul li p.xdnrg_p2{
  width: 80px;
  justify-content: center;
}
.nrxhdb_xq ul li p.xdnrg_p3{
  width: 110px;
  justify-content: center;
}
.nrxhdb_xq ul li p.xdnrg_p4{
  width: 90px;
  justify-content: center;
}
.nrxhdb_xq ul li p.xdnrg_p5{
  width: 110px;
  justify-content: center;
}
.nrxhdb_xq ul li p.xdnrg_p6{
  width: 100px;
  justify-content: center;
}
.nrxhdb_xq ul li p.xdnrg_p7{
  width: 130px;
  justify-content: center;
}
.nrxhdb_xq ul li p.xdnrg_p8{
  width: 206px;
  font-size: 14px !important;
  justify-content: left;
}
.zhiyao{
	  margin: 5px 0;
  font-size: 14px;
  color: #666;
}
.zhiyao a{
	  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zhaiyao{
	  margin: 5px 0;
  font-size: 14px;
  color: #666;
}
.zhaiyao a{
	  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 3D 活动介绍 */
.huodong_3d_box{
  width: 1000px;
  margin: 30px auto;
}
.huodong_3d_box h2{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.huodong_3d_box h3{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.huodong_3d_box h4{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 24px;
  color: #333;
  margin: 15px 0;
}
.huodong_3d_nr{
  margin-top: 30px;
  width: 100%;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 10px
}
.huodong_3d_top{
  width: 100%;
  height: 16px;
  border-radius: 10px 10px 0 0;
  background: #d7061c;
}
.huodong_3d_foot{
  width: 100%;
  height: 16px;
  border-radius: 0 0 10px 10px;
  background: #d7061c;
}
.huodong_3d_cont{
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
}
.huodong_kjzm{
  width: 100%;
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.huodong_kjzm p{
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.huodong_kjzm span{
  width: 56px;
  height: 64px;
  background: url(../img/sbmbf.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-left: 10px;
  font-weight: bold;
  line-height: 64px;
}
.huodong_jtxx{
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.huodong_jtxx p{
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.huodong_jtxx span{
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.huodong_jtnr{
  margin-top: 20px;
  width: 958px;
  border: 1px solid #ededed;
}
.huodong_btlm1{
  width: 100%;
  height: 66px;
  background: #d7061c;
  justify-content: space-between;
  display: flex;
  align-items: center;

}
.huodong_nr1{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.huodong_jtnr ul {
 width: 100%;

}
.huodong_jtnr ul li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
}
.huodong_jtnr ul li:nth-child(2n){

  background: #f6f6f6;

}
.huodong_cs1{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.kuandu1{
   width: 238px;
   border-right: 1px solid #f0f0f0;
   height: 66px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.kuandu2{
  width: 358px;
  border-right: 1px solid #f0f0f0;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kuandu3{
  width: 358px;
  border-right: 1px solid #f0f0f0;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kuandu4{
  width: 238px;
  /* border-right: 1px solid #f6f6f6; */
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.huodong_3d_qtnr{
padding-top: 20px;
  width: 100%;
}
.huodong_3d_qtnr p{
  width: 100%;
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  font-weight: bold;
}
.huodong_3d_qtnr p span{
  font-size: 16px;
  color: #333;
  font-weight: 500;
}



/* 游戏部分 */

.jtnr_conter_box .jtnr_conter_zt1{
  width: 1440px;
  margin: 0 auto;
}

/* 3d 游戏列表 */
.youxi3d_list_nr{
  width: 100%;
}

.youxi3d_dbt_bt{
  width: 100%;
  margin-top: 10px;
  height: 60px;
  background: #d7061c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youxi3d_dbt_bt p{
  font-size: 20px;
  color: #fff;
  height: 60px;
}

.youxi3d_list_nr ul{
  width: 100%;
}
.youxi3d_list_nr ul li{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.youxi3d_list_nr ul li:nth-child(2n){
  background: #f6f6f6;
}


.youxi3d_list_nr ul li p{
  font-size: 18px;
  color: #000;
}
.youxi3d_list_nr ul li a{
  font-size: 18px;
  color: #000;
}
.youxi3d_list_nr ul li p span{
  width: 36px;
  height: 41px;
  background: url(../img/sbmbf.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 6px;
  line-height: 41px;
}
.youxi3d_li1{
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxi3d_li2{
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxi3d_li3{
  width: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxi3d_li4{
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxi3d_li5{
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}



/* 双色球列表 */

.youxissq_list_nr{
  width: 100%;
}

.youxissq_dbt_bt{
  width: 100%;
  margin-top: 10px;
  height: 60px;
  background: #d7061c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youxissq_dbt_bt p{
  font-size: 20px;
  color: #fff;
  height: 60px;
}

.youxissq_list_nr ul{
  width: 100%;
}
.youxissq_list_nr ul li{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.youxissq_list_nr ul li:nth-child(2n){
  background: #f6f6f6;
}


.youxissq_list_nr ul li p{
  font-size: 18px;
  color: #000;
}
.youxissq_list_nr ul li a{
  font-size: 18px;
  color: #000;
}
.youxissq_list_nr ul li p span.ssq_zj_hs{
  width: 36px;
  height: 41px;
  background: url(../img/sbmbf1.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 6px;
  line-height: 41px;
}
.youxissq_list_nr ul li p span.ssq_zj_ls{
  width: 36px;
  height: 41px;
  background: url(../img/sbmbf2.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 6px;
  line-height: 41px;
}




.youxissq_li1{
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxissq_li2{
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxissq_li3{
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxissq_li4{
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxissq_li5{
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxissq_li6{
  width:150px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

/* 双色球内容页 */
.huodong_ssq_box{
  width: 1200px;
  margin: 30px auto;
}
.huodong_ssq_box h2{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.huodong_ssq_box h3{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.huodong_ssq_box h4{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 24px;
  color: #333;
  margin: 15px 0;
}
.huodong_ssq_nr{
  margin-top: 30px;
  width: 100%;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 10px
}
.huodong_ssq_top{
  width: 100%;
  height: 16px;
  border-radius: 10px 10px 0 0;
  background: #d7061c;
}
.huodong_ssq_foot{
  width: 100%;
  height: 16px;
  border-radius: 0 0 10px 10px;
  background: #d7061c;
}
.huodong_ssq_cont{
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  position: relative;
}
.huodong_kjzm_ssq{
  width: 100%;
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.huodong_kjzm_ssq p{
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.huodong_kjzm_ssq span.ssqyx_ls{
  width: 56px;
  height: 64px;
  background: url(../img/sbmbf1.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-left: 10px;
  font-weight: bold;
  line-height: 64px;
}

.huodong_kjzm_ssq span.ssqyx_hs{
  width: 56px;
  height: 64px;
  background: url(../img/sbmbf2.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-left: 10px;
  font-weight: bold;
  line-height: 64px;
}



.huodong_jtxx_ssq{
  width: 100%;
  padding: 15px 15px;
  box-sizing: border-box;
  position: relative;
}
.huodong_jtxx_ssq p{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  width: 60%;
  line-height: 40px;
}
.huodong_jtxx_ssq span{
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.fanhui_gegnduo_ssq{
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  justify-content: left;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.fanhui_gegnduo_ssq img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.huodong_jtnr_ssq{
  margin-top: 20px;
  width: 1158px;
  border: 1px solid #ededed;
}
.huodong_btlm1_ssq{
  width: 100%;
  height: 66px;
  background: #d7061c;
  justify-content: space-between;
  display: flex;
  align-items: center;

}
.huodong_nr1_ssq{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing:8px;
}
.huodong_jtnr_ssq ul {
 width: 100%;

}
.huodong_jtnr_ssq ul li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
}
.huodong_jtnr_ssq ul li:nth-child(2n){

  background: #f6f6f6;

}
.huodong_cs1_ssq{
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.kuandu1_ssq{
   width: 338px;
   border-right: 1px solid #f0f0f0;
   height: 66px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.kuandu2_ssq{
  width: 408px;
  border-right: 1px solid #f0f0f0;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kuandu3_ssq{
  width: 408px;
  border-right: 1px solid #f0f0f0;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kuandu4_ssq{
  width: 238px;
  /* border-right: 1px solid #f6f6f6; */
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.huodong_ssq_qtnr{
padding-top: 30px;
  width: 100%;
}
.huodong_ssq_qtnr p{
  width: 100%;
  font-size: 16px;
  color: #333;
  margin-top: 8px;
  font-weight: bold;
}
.huodong_ssq_qtnr p span{
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.huodong_ssq_qtnr1{
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: left;

}
.huodong_ssq_qtnr1 p{
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-weight: bold;
  width: 80px;
}
.huodong_ssq_qtnr1 span{
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-weight: bold;
  width: 870px;
}

.huodong_ssq_qtnr2{
  padding-top: 30px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 15px;
   display: none;
}
.huodong_ssq_qtnr2 p{
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-weight: bold;
  width: 100%;
  text-align: right;
}





/* 七乐彩 */

.youxiqlc_list_nr{
  width: 100%;
}

.youxiqlc_dbt_bt{
  width: 100%;
  margin-top: 10px;
  height: 60px;
  background: #d7061c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youxiqlc_dbt_bt p{
  font-size: 20px;
  color: #fff;
  height: 60px;
}

.youxiqlc_list_nr ul{
  width: 100%;
}
.youxiqlc_list_nr ul li{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.youxiqlc_list_nr ul li:nth-child(2n){
  background: #f6f6f6;
}


.youxiqlc_list_nr ul li p{
  font-size: 18px;
  color: #000;
}
.youxiqlc_list_nr ul li a{
  font-size: 18px;
  color: #000;
}
.youxiqlc_list_nr ul li p span.qlc_zj_hs{
  width: 36px;
  height: 41px;
  background: url(../img/sbmbf3.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 6px;
  line-height: 41px;
}
.youxiqlc_list_nr ul li p span.qlc_zj_ls{
  width: 36px;
  height: 41px;
  background: url(../img/sbmbf4.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 6px;
  line-height: 41px;
}

.youxiqlc_li1{
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxiqlc_li2{
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxiqlc_li3{
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxiqlc_li4{
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxiqlc_li5{
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: none;
}
.youxiqlc_li6{
  width:150px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

/* 七乐彩内容页 */
.huodong_qlc_box{
  width: 1200px;
  margin: 30px auto;
}
.huodong_qlc_box h2{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.huodong_qlc_box h3{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.huodong_qlc_box h4{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 24px;
  color: #333;
  margin: 15px 0;
}
.huodong_qlc_nr{
  margin-top: 30px;
  width: 100%;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 10px
}
.huodong_qlc_top{
  width: 100%;
  height: 16px;
  border-radius: 10px 10px 0 0;
  background: #d7061c;
}
.huodong_qlc_foot{
  width: 100%;
  height: 16px;
  border-radius: 0 0 10px 10px;
  background: #d7061c;
}
.huodong_qlc_cont{
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  position: relative;
}
.huodong_kjzm_qlc{
  width: 100%;
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.huodong_kjzm_qlc p{
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.huodong_kjzm_qlc span.qlcyx_ls{
  width: 56px;
  height: 64px;
  background: url(../img/sbmbf3.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-left: 10px;
  font-weight: bold;
  line-height: 64px;
}

.huodong_kjzm_qlc span.qlcyx_hs{
  width: 56px;
  height: 64px;
  background: url(../img/sbmbf4.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-left: 10px;
  font-weight: bold;
  line-height: 64px;
}



.huodong_jtxx_qlc{
  width: 100%;
  padding: 15px 15px;
  box-sizing: border-box;
  position: relative;
}
.huodong_jtxx_qlc p{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  width: 60%;
  line-height: 40px;
}
.huodong_jtxx_qlc span{
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.fanhui_gegnduo_qlc{
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  justify-content: left;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.fanhui_gegnduo_qlc img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.huodong_jtnr_qlc{
  margin-top: 20px;
  width: 1158px;
  border: 1px solid #ededed;
}
.huodong_btlm1_qlc{
  width: 100%;
  height: 66px;
  background: #d7061c;
  justify-content: space-between;
  display: flex;
  align-items: center;

}
.huodong_nr1_qlc{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing:8px;
}
.huodong_jtnr_qlc ul {
 width: 100%;

}
.huodong_jtnr_qlc ul li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
}
.huodong_jtnr_qlc ul li:nth-child(2n){

  background: #f6f6f6;

}
.huodong_cs1_qlc{
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.kuandu1_qlc{
   width: 338px;
   border-right: 1px solid #f0f0f0;
   height: 66px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.kuandu2_qlc{
  width: 408px;
  border-right: 1px solid #f0f0f0;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kuandu3_qlc{
  width: 408px;
  border-right: 1px solid #f0f0f0;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kuandu4_qlc{
  width: 238px;
  /* border-right: 1px solid #f6f6f6; */
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.huodong_qlc_qtnr{
padding-top: 30px;
  width: 100%;
}
.huodong_qlc_qtnr p{
  width: 100%;
  font-size: 16px;
  color: #333;
  margin-top: 8px;
  font-weight: bold;
}
.huodong_qlc_qtnr p span{
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.huodong_qlc_qtnr1{
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: left;

}
.huodong_qlc_qtnr1 p{
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-weight: bold;
  width: 80px;
}
.huodong_qlc_qtnr1 span{
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-weight: bold;
  width: 870px;
}

.huodong_qlc_qtnr2{
  padding-top: 30px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 15px;
   display: none;
}
.huodong_qlc_qtnr2 p{
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-weight: bold;
  width: 100%;
  text-align: right;
}


/* 快乐8 */
.youxikl8_list_nr{
  width: 100%;
}

.youxikl8_dbt_bt{
  width: 100%;
  margin-top: 10px;
  height: 60px;
  background: #d7061c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youxikl8_dbt_bt p{
  font-size: 20px;
  color: #fff;
  height: 60px;
}

.youxikl8_list_nr ul{
  width: 100%;
}
.youxikl8_list_nr ul li{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.youxikl8_list_nr ul li:nth-child(2n){
  background: #f6f6f6;
}


.youxikl8_list_nr ul li p{
  font-size: 18px;
  color: #000;
}
.youxikl8_list_nr ul li a{
  font-size: 18px;
  color: #000;
}
.youxikl8_list_nr ul li p span.kl8_zj_hs{
  width: 36px;
  height: 41px;
  background: url(../img/sbmbf5.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 2px;
  line-height: 41px;
}


.youxikl8_li1{
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxikl8_li2{
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxikl8_li3{
  width: 860px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxikl8_li4{
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxikl8_li5{
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}


/* 快乐8内容页 */
.huodong_kl8_box{
  width: 1200px;
  margin: 30px auto;
}
.huodong_kl8_box h2{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.huodong_kl8_box h3{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.huodong_kl8_box h4{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 24px;
  color: #333;
  margin: 15px 0;
}
.huodong_kl8_nr{
  margin-top: 30px;
  width: 100%;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 10px
}
.huodong_kl8_top{
  width: 100%;
  height: 16px;
  border-radius: 10px 10px 0 0;
  background: #d7061c;
}
.huodong_kl8_foot{
  width: 100%;
  height: 16px;
  border-radius: 0 0 10px 10px;
  background: #d7061c;
}
.huodong_kl8_cont{
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  position: relative;
}
.huodong_kjzm_kl8{
  width: 100%;
  display: flex;
  justify-content: left;
}
.huodong_kjzm_kl8 p{
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 15px;
}
.kjhm_kl8_box{
  width: 600px;
}
.huodong_kjzm_kl8 .kjhm_kl8_box .kl8yx_ls{
  float: left;
  width: 48px;
  height: 55px;
  background: url(../img/sbmbf5.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-left: 10px;
  font-weight: bold;
  line-height: 55px;
  display: block;
}

.huodong_jtxx_kl8{
  width: 100%;
  padding: 15px 15px;
  box-sizing: border-box;
  position: relative;
}
.huodong_jtxx_kl8 p{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  width: 60%;
  line-height: 40px;
}
.huodong_jtxx_kl8 span{
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.fanhui_gegnduo_kl8{
  position: absolute;
  top: 60px;
  right: 0;
  display: flex;
  justify-content: left;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.fanhui_gegnduo_kl8 img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.huodong_jtnr_kl8{
  margin-top: 20px;
  width: 1158px;
  border: 1px solid #ededed;
}
.huodong_btlm1_kl8{
  width: 100%;
  height: 46px;
  background: #d7061c;
  justify-content: space-between;
  display: flex;
  align-items: center;

}
.huodong_nr1_kl8{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing:8px;
}
.huodong_jtnr_kl8 ul {
 width: 100%;

}
.huodong_jtnr_kl8 ul li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
}
.huodong_jtnr_kl8 ul li:nth-child(8){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(9){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(10){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(11){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(12){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(13){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(14){
  background: #f6f6f6;
}

.huodong_jtnr_kl8 ul li:nth-child(21){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(22){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(23){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(24){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(25){
  background: #f6f6f6;
}

.huodong_jtnr_kl8 ul li:nth-child(30){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(31){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(32){
  background: #f6f6f6;
}
.huodong_jtnr_kl8 ul li:nth-child(36){
  background: #f6f6f6;
}

.huodong_jtnr_kl8 ul li:nth-child(37){
  background: #f6f6f6;
}

.huodong_jtnr_kl8 ul li:nth-child(39){
  background: #f6f6f6;
}


.huodong_cs1_kl8{
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.kuandu1_kl8{
   width: 238px;
   border-right: 1px solid #f0f0f0;
   height: 46px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.kuandu2_kl8{
  width: 408px;
  border-right: 1px solid #f0f0f0;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kuandu3_kl8{
  width: 408px;
  border-right: 1px solid #f0f0f0;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kuandu4_kl8{
  width: 338px;
  /* border-right: 1px solid #f6f6f6; */
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.huodong_kl8_qtnr{
padding-top: 30px;
  width: 100%;
}
.huodong_kl8_qtnr p{
  width: 100%;
  font-size: 16px;
  color: #333;
  margin-top: 8px;
  font-weight: bold;
}
.huodong_kl8_qtnr p span{
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.huodong_kl8_qtnr1{
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: left;

}
.huodong_kl8_qtnr1 p{
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-weight: bold;
  width: 80px;
}
.huodong_kl8_qtnr1 span{
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-weight: bold;
  width: 870px;
}

.huodong_kl8_qtnr2{
  padding-top: 30px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 15px;
   display: none;
}
.huodong_kl8_qtnr2 p{
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-weight: bold;
  width: 100%;
  text-align: right;
}

/* 首页针对活动开奖进行修改 */
.fc_gg_box .fc_gg_zt .fc_gg_zuo .fc_gg_ul_xg {
  width: 722px;
  height: 650px;
  padding: 18px 15px 0 15px;
  box-sizing: border-box;
  margin-left: 15px;
  background: #faf3f3;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fc_gg_box .fc_gg_zt .fc_gg_zuo .fc_gg_ul_xg li {
  width: 100%;
  height: 136px;
  background: #fafafa;
  border-radius: 4px;
  box-shadow: 0 3px 10px #f9eeee;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.fc_gg_ul_xg li .huodong_jtxq_zuo{
  display: flex;
  justify-content: left;
}
.huodong_jtxq_zuo .huodong_jtxq_img{
  width:65px;
  margin-right: 15px;
  margin-top: 30px;
}
.huodong_jtxq_img img{
  width: 100%;
  float: left;
}
.huodong_jtxq_zuo .huodong_jtxq_nr{
  width: 410px;
}
.huodong_jtxq_nr p{
  width: 100%;
  font-size: 16px;
  color: #333;
}
.huodong_jtxq_nr .huodong_hjq{
  width: 100%;
}
.huodong_jtxq_nr .huodong_hjq span{
  float: left;
  width: 35px;
  height: 38px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}

/*针对不同游戏背景显示不同效果*/
.lihd_1 .huodong_jtxq_nr .huodong_hjq span{
	  background: url(../img/sbmbf1.png) no-repeat;
		background-size: 100% 100%;
}
.lihd_1 .huodong_jtxq_nr .huodong_hjq span.butong_bj2{
	  background: url(../img/sbmbf2.png) no-repeat;
		background-size: 100% 100%;
}
.lihd_2 .huodong_jtxq_nr .huodong_hjq span{
	  background: url(../img/sbmbf5.png) no-repeat;
		background-size: 100% 100%;
}
.lihd_3 .huodong_jtxq_nr .huodong_hjq span{
	  background: url(../img/sbmbf.png) no-repeat;
		background-size: 100% 100%;
}

.lihd_4 .huodong_jtxq_nr .huodong_hjq span{
	  background: url(../img/sbmbf3.png) no-repeat;
		background-size: 100% 100%;
}
.lihd_4 .huodong_jtxq_nr .huodong_hjq span.butong_bj1{
	  background: url(../img/sbmbf4.png) no-repeat;
		background-size: 100% 100%;
}


.fc_gg_ul_xg li .huodong_jtxq_you{
  width: 160px;
  margin-top: 30px;
}
.huodong_jtxq_you p{
  width: 100%;
  font-size: 16px;
  color: #d7061c;
}
.huodong_jtxq_you .jtxq_you_lj{
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: left;
}
.jtxq_you_lj a{
  width: 60px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  background: #d7061c;
  margin-right: 10px;
}

/* 针对不统一样式处理 */
.fc_gg_ul_xg li.lihd_1 .huodong_jtxq_nr{
  margin-top: 30px;
}
.fc_gg_ul_xg li.lihd_3 .huodong_jtxq_nr{
  margin-top: 30px;
}
.fc_gg_ul_xg li.lihd_4 .huodong_jtxq_nr{
  margin-top: 30px;
}

/*针对3D修改模板按照七乐彩，然后修改按钮的class */
.youxi3d_list_nr{
  width: 100%;
}

.youxi3d_dbt_bt{
  width: 100%;
  margin-top: 10px;
  height: 60px;
  background: #d7061c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youxi3d_dbt_bt p{
  font-size: 20px;
  color: #fff;
  height: 60px;
}

.youxi3d_list_nr ul{
  width: 100%;
}
.youxi3d_list_nr ul li{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.youxi3d_list_nr ul li:nth-child(2n){
  background: #f6f6f6;
}


.youxi3d_list_nr ul li p{
  font-size: 18px;
  color: #000;
}
.youxi3d_list_nr ul li a{
  font-size: 18px;
  color: #000;
}
.youxi3d_list_nr ul li p span.qlc_zj_hs{
  width: 36px;
  height: 41px;
  background: url(../img/sbmbf3.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 6px;
  line-height: 41px;
}
.youxi3d_list_nr ul li p span.qlc_zj_ls{
  width: 36px;
  height: 41px;
  background: url(../img/sbmbf.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 6px;
  line-height: 41px;
}

.youxi3d_li1{
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxi3d_li2{
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxi3d_li3{
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.youxi3d_li4{
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.youxi3d_li5{
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: none;
}
.youxi3d_li6{
  width:150px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}