.main{
  width:100%;
  min-width: 1200px;
  background-color: #ffffff;
}
 .flfg-p-box img {
   max-width: 994px;
 }
/* 头部样式 */
.header_box{
  min-width: 1200px;
  position: relative;
}
.header-top{
  width:100%;
  height: 90px;
  background-image: url(../images/bg1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
.header-center{
  width:1200px;
  height: 90px;
  display: inline-block;
}
.header_logo_a{
  width: 55px;
  height: 100%;
  float: left;
  position: relative;
  margin-right: 18px;
}
.header_logo{
  width:55px;
  height: 46px;
  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -27.5px;
  margin-top: -23px;
}
.header_bg{
  width:100%;
  min-height: 247px;
  display: block;
  text-align: center;
}
.header-p{
  font-size: 30px;
  line-height: 90px;
  color:#000;
  float: left;
  font-weight:600;
}
/* 搜索表单样式 */
.form-search{
  width:217px;
  height: 100%;
  position: relative;
  float: right;
  margin-left: 32px;
}
.search-box{
  width:217px;
  height:30px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.search{
  width:216px;
  height:30px;
  border: 1px solid #4084ff;
  color:#000;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 42px 0 10px;
  outline: none;
  float: left;
  overflow: hidden;
}
.sear_btn{
  width:32px;
  height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #4084ff;
  position: absolute;
  right:0;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
  border:0;
}
.search_icon{
  width:19px;
  height:19px;
}
.user-info{
  float: right;
  height: 100%;
  line-height: 90px;
  margin-left: 38px;
}
.user-info span{
  font-size: 16px;
  font-weight: 500;
  line-height: 90px;
  color: #000;
}
/* 导航菜单样式 */
.menu_box{
  width:100%;
  height: 60px;
  background: linear-gradient(to right, #0068e6 , #0037a7);
  /*background: #FE0002;*/
  text-align: center;
  font-size: 0;
}
.menu_ul{
  min-width: 1200px;
  display: inline-block;
  height:100%;
  font-size: 0;
  text-align: left;
  margin-left: 160px;
}
.menu_li{
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  position: relative;
}
.menu_li:nth-child(1):after,
.menu_li:nth-child(2):after,
.menu_li:nth-child(3):after, 
.menu_li:nth-child(4):after,
.menu_li:nth-child(5):after,
.menu_li:nth-child(6):after,
.menu_li:nth-child(7):after{
  content: '';
  width:1px;
  height: 20px;
  border-right: 1px solid #fff;
  position: absolute;
  right:0;
  top:50%;
  margin-top: -10px;
}
.menu_a{
  font-size: 22px;
  color:#fff!important;
  line-height: 60px;
  padding: 0 38px;
  display: block;
  text-decoration: none!important;
}
.menu_li:first-child .menu_a{
  padding: 0 30px 0 0;
}
.menu_li:last-child .menu_a{
  padding: 0 0 0 30px;
}
/* 公共样式 */
.box_line{
  width:100%;
  text-align: center;
}
.box-center{
  min-width: 1200px;
  display: inline-block;
}
/* 第一板块样式 */
.box_1:first-child{
  width:410px;
  height: 308px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.box_1:nth-child(2){
  width:414px;
  height: 308px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0 50px 0 38px;
}
.box_1:nth-child(3){
  width:277px;
  height: 308px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.box_1 a{
  width: 100%;
  display: block;
}
.box_1 .gui-flex-control-nav{
  display: none;
}
.box_Te1{
  width:410px;
  height: 308px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.title1-p{
  font-size: 16px;
  color:#fff;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0 10px;
  box-sizing: border-box;
}
.h1-p{
  font-size: 24px;
  color:#000;
  font-weight: 600;
  line-height: 36px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.sport-line{
  width:100%;
  height: 3px;
  display: block;
  margin-top: 20px;
  margin-bottom: 25px;
}
.sport3{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.btn{
  width: 100%;
  height: auto;
  display: block;
}
/* 举报入口、举报查诀��举报指南菜单样�? */
.jb-menu{
  width:100%;
  height: 45px;
  padding-left: 22px;
  box-sizing: border-box;
  background-image: url(../images/icon-lf.png);
  background-size: 8px 25px;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  position: relative;
}
.jb-tab{
  padding: 0 33px;
  float: left;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  cursor:pointer;
}
.jb-tab:nth-child(1){
  text-align: left;
  padding: 0 33px 0 0;
}
.jb-tab:nth-child(3){
  text-align: left;
  padding: 0 0 0 33px;
}
.more-li{
  position: absolute;
  top:0;
  right:0;
}
.more-a{
  font-size: 15px;
  font-weight: 500;
  color: #4681ed!important;
}
.line{
  width:100%;
  height: 2px;
  background-image: url(../images/lone-link.png);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.scroll-sport{
  width:85px;
  height: 8px;
  background-color: #4084ff;
  border-radius: 50px;
  position: absolute;
  left:22px;
  top: -3px;
}
.jb-ul{
  width:100%;
  background-color: #fff;
  display: block;
  display: none;
}


/* margin样式 */
.marTop60{
  margin-top: 60px;
}
.marTop32{
  margin-top: 32px;
}
.marTop53{
  margin-top: 53px;
}
.marTop46{
  margin-top: 46px;
}




/* .li-a{
  text-align: left;
} */

.gui-txtlist .li-a{
  background-image: url(../images/sport.png);
  background-size: 5px 5px;
  background-repeat: no-repeat;
  padding-left: 24px;
  text-align: left;
  background-position-y:0!important;
  background-position-y:center!important;
}
.jb_into_list{
  width: 1200px;
  margin-top: 20px;
  display: inline-block;
  overflow: hidden;
}
.jb_into_li{
  width:278px;
  height: 124px;
  border:1px solid #4084ff;
  box-sizing: border-box;
  border-radius: 5px;
  float: left;
  margin-right: 29px;
  margin-bottom: 28px;
}
.jb_into_a{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.img-jg{
  width:127px;
  height: 100%;
  position: relative;
  float: left;
}
.jb_into_text{
  width:149px;
  height: 100%;
  text-align: center;
  position: relative;
  float: left;
}
.jb_into_p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jb_into_img{
  max-width: 127px;
  max-height: 124px;
  display: block;
  background-color: #fff;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.jb_into_li:nth-child(4n+4){
  margin-right: 0px;
}
/* 警示案例、法律法规样�? */
.jsfl{
  width:565px;
  height:264px;
  float: left;
  margin-right: 70px;
}
.jsal_lable{
  width:100%;
  height: 26px;
  background-image: url(../images/icon-lf.png);
  background-size: 8px 25px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color:#000;
  padding-left: 22px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}
.jsal_lable::after{
  width:100%;
  height: 2px;
  content: '';
  position: absolute;
  left:0;
  bottom: -20px;
  background-image: url(../images/line1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.po_jsal{
  position: absolute;
  top:50%;
  right:0;
  transform: translateY(-50%);
}
.jsfl:last-child{
  margin-right: 0;
}
.jsfl_con{
  width:100%;
  height: 217px;
  padding-top: 27px;
  box-sizing: border-box;
}
.jsfl_img_a{
  width:257px;
  height: 100%;
  float: left;
  margin-right: 22px;
  overflow: hidden;
}
.jsfl_img{
  width:100%;
  height: 100%;
}
.jsal_ul{
  width:286px;
  height: 100%;
  float: left;
}
.jb-phone{
  width:100%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color:#fff;
  font-weight: 600;
  
}
.jb-xcx-box{
  width:100%;
  height: 109px;
  font-size: 0;
  text-align: center;
  margin: 10px 0;
}
.jb-xcx-img{
  width:120px;
  height:120px;
  display: inline-block;
}
.jb-p{
  font-size: 30px;
  line-height: 45px;
  color:#FFF;
  font-weight: 600;
  margin-top: 15px;
}
.jbjg{
  width:100%;
  height: auto;
}
.jbjg_ul{
  width:1200px;
  overflow: hidden;
  margin-top: 36px;
  margin-bottom: 20px;
}
.jbjg_li{
  width:182px;
  height: 76px;
  border: 1px solid #4084ff;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 18px;
  margin-bottom: 24px;
  float: left;
  position: relative;
}
.jbjg_a{
  width:100%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  text-decoration: none!important;
}
.jbjg_p_1{
 font-size: 21px;
 font-weight: 600;
 color: #226ae7;
 text-align: center;
 line-height: 21px;
}
.jbjg_p_2{
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #226ae7;
  text-align: center;
}
.jbjg_li:last-child{
  margin-right: 0;
}
.box-bg{
  width:100%;
  height:410px;
}
.box-li{
  width:289px;
  height: 100%;
  float: left;
  margin-right: 13px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 83px;
  box-sizing: border-box;
}
.a-li{
  width:100%;
  height: 100%;
  display: block;
  text-decoration: none!important;
}
.box-li:last-child{
  margin-right:0;
}
.box-li:nth-child(1){
  /*background-color: #f3f7fe;*/
  padding-top:0;
  background-image: url(../images/bg3.png);
  color: #fff;
  box-sizing: border-box;
}
.box-li:nth-child(2){
  background-image: url(../images/bg3.png);
}
.box-li:nth-child(3){
  background-image: url(../images/bg4.png);
}
.box-li:nth-child(4){
  background-image: url(../images/bg5.png);
}
.icon-box{
  width:100%;
  text-align: center;
  font-size: 0;
}
.icon-img{
  display: inline-block;
}
.footer-box{
 width:100%;
 padding-top: 50px;
 /* background-color: #eef3fa; */
 background-color: #4483fe;
 /*background-color: #A8000F;*/
}
.footer-p{
  font-size: 18px;
  line-height: 104px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.none{
  width:100%;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
.w100{
  width: 100%;
  text-align: center;
}
.bg{
  background-color: #eeeeee;
}
.flfg{
  width: 1200px;
  display: inline-block;
  font-size: 0;
  text-align: center;
  background-color: #fff;
  padding:0 85px;
  box-sizing: border-box;
}
.flfg-p-box{
  width:100%;
  padding: 62px 18px 156px 18px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 46px;
  text-align: left;
}
.flfg-h2{
  font-size: 38px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
  margin-top: 109px;
}
.flfg-h3{
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #5c5c5c;
  padding-bottom: 39px;
  border-bottom: 1px dashed #00a5e7;
  margin-top: 36px;
}
.cur-de{
  font-size: 25px;
  color: #0063ec;
  line-height: 25px;
  text-align: left;
  margin-top: 52px;
}
.cur-de a{
  color: #0063ec;
}
.zxdt{
  min-width: 1200px;
  display: inline-block;
  font-size: 0;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 100px;
}
.zxdt-lf{
  width:353px;
  padding: 28px 22px 0 22px;
  float: left;
  text-align: left;
  box-sizing: border-box;
}
.zxdt-rt{
  width:847px;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
.marTop25{
  margin-top: 25px;
}
.zxdt-lf .gui-txtlist{
  padding-top: 20px;
}
.zxdt-lf .gui-txtlist .li-a{
  background:inherit;
  padding:0;
}
.box_zxdt{
  padding: 25px 0;
}
.zxdt-search{
  padding: 25px 0;
}
.zxdt-search .search-box,.zxdt-search .search, .zxdt-search .form-search{
  width: 100%;
}
.zxdt-search .form-search{
  margin-left: 0;
}
.zxdt-rt .cur-de{
  margin-top: 32px;
}
.zxdt-rt .cur-de a{
  color: #fff;
}
.cur-de-span{
  font-size: 18px;
  color: #fff;
  background-color: #7095ff;
  padding: 5px 10px
}
.zxdt-rt-list{
  min-height: 700px;
  border: 1px solid #3366fd;
  box-sizing: border-box;
  text-align: left;
  margin-top: 16px;
  font-size: 12px;
  padding: 0 23px 100px 23px;
}
.zxdt-rt-list .gui-txtlist li{
  border-bottom: 1px dashed #00adea;
  padding: 25px 0 25px 25px;
  background: inherit;
  position: relative;
}
.zxdt-rt-list .gui-txtlist li::after{
  width: 5px;
  height: 5px;
  background-color: #63a6ff;
  position: absolute;
  top:45px;
  left:0px;
  content: '';
}
#panquan {
  font-size: 18px;
  font-weight: 400;
  /* color: #fff; */
  /* font-size: 13px; */
  line-height: 40px;
  padding-bottom: 20px;
  text-align: center;
  color:#fff;
}
#panquan a{
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  color:#fff;
}

.page1 { padding:30px 0; overflow: hidden; text-align: center; }
.page1 a {cursor: pointer; display: inline-block; padding: 3px 10px; border: 1px solid #3465ff; margin-right: 5px; }
.page1 .cur,.page1 .here {cursor: pointer; background: #3465ff; color: #fff; display: inline-block; padding: 3px 10px; }
.banner-1 .gui-flexslider{
  width: 1200px;
  height: 157px;
  overflow:hidden;
}
.banner-1 .gui-flexslider img{
  width: 1200px;
  height: 157px
}

  