.dy{
	font-family:  Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	position: relative;
   
  }
  
  .con{
	width: 1280px;
	margin: 0 auto;
  }
  
  header{
	  height: 70px;
	  width: 100%;
	  background: #FFFFFF;
	  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
	  border-radius: 0px 0px 0px 0px;
	  position: fixed;
	  left: 0;
	  top: 0;
	  z-index: 99;
	  
  }
  
  header .header-box{
	  height: 70px;
	  
  }
  
  .header-box ul li{
	  padding-left: 25px;
	  float: left;
	  font-size: 14px;
	  text-align: center;
	  color: #333333 ;
  }
  .header-box ul li a:hover{
	  color: #d61312;
	  font-weight: 900;
  }
  
  .right-div{
	  display: flex;
	  font-size: 12px;
	  background: #FFFFFF;
	  justify-content: space-between;
  }
  
  .right-div div{
	  display: flex;
	align-items: center;
	padding-right: 20px;
	color: #666666;
  }
  .right-div img{
	  padding-right: 5px;
  }
  .right-div .btn{
	  width: 100px;
	  border-radius: 30px 30px 30px 30px;
	  color:#999999;
	  border: 1px solid #CCCCCC;
	  padding: 5px 20px;
	  display: flex;
	justify-content: space-between;
  }
  
  .floats{
	  background: #FFFFFF;
	  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
	  border-radius: 0px 0px 0px 0px;
	  /*transition: .5s;*/
  }
  
  .con-box{
	  /* padding-top: 50px; */
	  /*border: 1px solid #EEEEEE;*/
  }
  .banner{
	  width: 100%;
	  height: 400px;
  }
  .pc-banner .banner-txt{
	  position: absolute;
	  top: 100px;
	  left: 320px;
	  z-index: 999;
  }
  
  .pc-banner .banner-txt .title{
  
	  font-size: 56px;
	  font-weight: bold;
	  color: #FFFFFF;
	  line-height: 70px;
  }
  .pc-banner .banner-txt p{
	  height: 20px;
	  font-size: 16px;
	  color: #FFFFFF;
	  letter-spacing: 1px;
	  line-height: 19px;
	  letter-spacing: 1px;
	  padding-top: 10px;
  }
  .pc-banner .banner-txt .btn{
	  width: 120px;
	  height: 40px;
	  border-radius: 40px 40px 40px 40px;
	  border: 1px solid #FFFFFF;
	  display: flex;justify-content: center;align-items: center;
	  margin-top: 40px;
	  font-size: 14px;
	  font-weight: bold;
	  color: #FFFFFF;
	  line-height: 20px;
  }
  .banner .swiper-pagination-bullet{
	  width: 30px;
	  height: 3px;
	  background: rgba(255,255,255,0.3);
	  border-radius: 2px 2px 2px 2px;
	  opacity: 1;
  }
  .banner .swiper-pagination-bullet-active{
	  background: #FFFFFF;
  }
  .con2{
		  
	  height: 70px;
	  background: linear-gradient(180deg, #EDF1F6 0%, #FFFFFF 100%);
	  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
	  border-radius: 0px 0px 0px 0px;
	  opacity: 1;
	  border: 1px solid #FFFFFF;
  
  }
  .con2-box{
	  display: flex;
	  align-items: center;justify-content: space-between;
	  height: 100%;
  }
  
  .con2-left{
	  width: 720px;
	  height: 40px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  font-size: 14px;
	  color: #666666;
  
	  border-right: 1px solid #D9D9D9;;
  }
  
  .con2-left div{
	  display: flex;
	align-items: center;
  }
  .con2-left div:last-child{
	  padding-right: 70px;
  }
  .con2-left div img{
	  padding-right: 5px;
  }
  .con2-right{
	  
	  height: 15px;
	  font-size: 12px;
	  color: #333333;
	  line-height: 14px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 0 20px 0 70px;
  }
  .con2-right  span{
	  
	  color: #E61E4F ;
  
	  
  }
  .con2-right .right-1{
	  padding-left: 30px;
  
  }
  .con2-right .right-2{
	  height: 15px;
  
  }
  .con2-right .right-2 .swiper-container{
  
	  height: 15px;
  }
  .con2-right .right-2 .swiper-container>p{
	  height: 15px;
	  font-size: 12px;
	  color: #333333;
	  line-height: 14px;
  }
  .con2-right .right-2 .swiper-container .swiper-wrapper{
  
	  padding-left: 60px;
  }
  .con2-right .right-2 p{
	  padding-left: 18px;
	  height: 15px;
	  font-size: 12px;
	  color: #999999;
  }
  
  .con4{
	  
	  padding-top: 60px;
  }
  .con4 .con4-box{
	  padding-top: 30px;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
  }
  .con4 .con4-title{
	  text-align: center;
  }
  .con4 .con4-title h4{
	  font-size: 24px;
	  font-weight: bold;
	  color: #333333;
  
  }
  .con4 .con4-title p{
  
	  font-size: 14px;
	  color: #999999;
	  padding-top: 10px;
  
  
  }
  .con4-box .con4-list{
	  width: 49%;
	  display: flex;
	  margin-bottom: 20px;
  
  
	  
  }
  .con4-box .con4-list .list-left{
	  width: 150px;
	  height: 430px;
	  background: #E61E4F;
	  border-radius: 0px 0px 0px 0px;
	  opacity: 1;
	  
  }
  .con4-box .con4-list:nth-child(2) .list-left{
	  background: #E64E1E;
  }
  .con4-box .con4-list:nth-child(2) .list-left .left-title{
	  background: url("https://cdn.chiefgr.com/fan06/images/con4-bg2.png") no-repeat;
		  background-position: 0 100%;
  }
  
  .con4-box .con4-list:nth-child(3) .list-left{
	  background: #B21EE6;
  }
  .con4-box .con4-list:nth-child(3) .list-left .left-title{
	  background: url("https://cdn.chiefgr.com/fan06/images/con4-bg3.png") no-repeat;
		  background-position: 0 100%;
  }
  
  .con4-box .con4-list:nth-child(4) .list-left{
	  background: #F48319;
  }
  .con4-box .con4-list:nth-child(4) .list-left .left-title{
	  background: url("https://cdn.chiefgr.com/fan06/images/con4-bg4.png") no-repeat;
		  background-position: 0 100%;
  }
  .con4-list .list-left .left-title{
  
	  height: 80%;
	  background: url("https://cdn.chiefgr.com/fan06/images/con4-bg1.png") no-repeat;
	  background-position: 0 100%;
  }
  .con4-list .list-left h5{
	  height: 24px;
	  padding: 30px 0 22px 20px;
	  font-size: 18px;
	  font-weight: bold;
	  color: #FFFFFF;
  
  }
  .con4-list .list-left .left-title p{
	  padding-left: 20px;
	  height: 40px;
	  font-size: 14px;
	  color: #FFFFFF;
	  display: flex;justify-content: space-between;align-items: center;
  }
  .con4-list .list-left .left-title p:hover{
	  background: rgba(255,255,255,0.3);
	  border-radius: 0px 0px 0px 0px;
  
  }
  .con4-list .list-left .left-title .active{
	  background: rgba(255,255,255,0.3);
	  border-radius: 0px 0px 0px 0px;
  
  }
  .con4-list .list-left .left-title p img{
	  padding-right: 40px;
  
  
  }
  .con4-list .right-list li{
	  width: 480px;
	  height: 80px;
	  background: #FFFFFF;
	  border-radius: 0px 0px 0px 0px;
	  opacity: 1;
	  border: 1px solid #E2E8EF;
	  margin-bottom: 5px;
	  position: relative;
	  transition: all 0.5s;
  }
  .con4-list .right-list li i{
	  display: flex;
	  background: url(https://cdn.chiefgr.com/fan06/images/con4-gao.png)no-repeat;
	  width: 50px;height: 50px;
	  position: absolute;
	  left: 430px;
	  top: 0;
  }
  .con4-list .right-list li:hover{
	  border: 1px solid #E61E4F;
	  box-shadow: 10px 0px 20px 0px rgba(230,30,79,0.2);
	  border-radius: 0px 0px 0px 0px;
	  
	  
  }
  .con4-list .right-list li:hover a{
	  color: #E61E4F;
	  
  }
  .con4-list .right-list li a{
	  height: 100%;
	  display: flex;align-items: center;
	  font-size: 14px;
	  color: #000000;
	  padding-left: 20px;
  }
  .con4-list .right-list li a img{
	  padding-right: 10px;
  }
  
  
  
  .con5{
	  margin-top: 60px;
  }
  
  .con5 .con5-title{
	  text-align: center;
  }
  .con5 .con5-title h4{
	  font-size: 24px;
	  font-weight: bold;
	  color: #333333;
	  line-height: 28px;
  }
  
  .con5-title p{
	  font-size: 14px;
	  color: #999999;
	  padding-top: 10px;
  }
  .con5-box{
	  height: 150px;
	  background: linear-gradient(180deg, #EDF1F6 0%, #FFFFFF 100%);
	  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	  border-radius: 2px 2px 2px 2px;
	  border: 1px solid #FFFFFF;
	  margin-top: 30px;
	  display: flex;
  }
  .con5-txt{
	  width: 100%;
	  display: flex;justify-content: space-between;align-items: center;
	  padding: 0 20px 0 20px;
  }
  .con5-txt .txt{
  
	  display: flex;align-items: center;
  }
  .con5-txt .txt .img{
	  margin-right: 10px;
  }
  .con5-txt .txt .img img{
	  width: 70px;
	  height: 70px;
  }
  .con5-txt .title{
	  width: 108px;
	  font-size: 16px;
	  font-weight: bold;
	  color: #333333;
	  line-height: 35px;
	  -webkit-background-clip: text;
  }
  .con5-txt .title p{
	  height: 30px;
	  font-size: 12px;
	  color: #999999;
	  line-height: 14px;
	  -webkit-background-clip: text;
	  font-weight: 400;
  
  }
  
  .con6-banner{
	  margin-top: 90px;
	  height: 120px;
	  background: url(https://cdn.chiefgr.com/fan06/images/con6-banner.png)no-repeat;
  }
  
  .con6-banner-box img{
	  animation: myfirst 2s infinite;
  }
  .con7{
	  background: #F7F8FB;
	  border-radius: 0px 0px 0px 0px;
	  padding-bottom: 60px;
  }
  .con7 .con7-box{
	  
	  padding: 20px 20px 50px 20px;
	  background: #FFFFFF;
	  border-radius: 0px 0px 0px 0px;
	  display: flex;flex-wrap: wrap;justify-content: space-between;
	  
  }
  .con7 .con7-title{
	  text-align: center;
	  padding-top: 60px;
	  padding-bottom: 30px;
  }
  .con7 .con7-title h4{
	  font-size: 24px;
	  font-weight: bold;
	  color: #333333;
  
  }
  .con7 .con7-title p{
	  font-size: 14px;
	  font-weight: 400;
	  color: #999999;
	  padding-top: 10px;
	  -webkit-background-clip: text;
  
  }
  .con7-list{
	  width: 600px;
	  padding-top: 30px;
  }
  .con7-list .list-top{
	  text-align: center;
	  padding-bottom: 20px;
  }
  .con7-list .list-top div{
	  font-size: 20px;
	  font-weight: 400;
	  color: #333333;
  }
  .con7-list .list-top p{
	  font-size: 12px;
	  font-weight: 400;
	  color: #666666;
	  padding-top: 10px;
  }
  .con7-list .list-center{
	  width: 600px;
	  height: 150px;
	  background: #F9F9F9;
	  border-radius: 10px 10px 10px 10px;
	  opacity: 1;
	  padding: 20px;
  }
  
  .con7-list .list-center .list-box{
	  display: flex;
	  border-bottom: 1px dashed #DDDDDD;
	padding-bottom: 20px;
	
  }
  .list-box .list p{
	  width: 140px;
	  font-size: 14px;
	  font-weight: 400;
	  color: #333333;
  
  }
  .list-box .list{
	  text-align: center;
  
  }
  .list-center p{
	  text-align: center;
	  font-size: 14px;
	  font-weight: 400;
	  color: #999999;
	  padding-top: 8px;
  
  }
  
  
  .con6-banner .con6-banner-box{
	  height: 120px;
  
	  display: flex;justify-content: right;align-items: center;
  }
  .con6-banner .con6-banner-box img{
	  
  }
  .con8{
	  padding-top: 40px;
	  
  }
  .con8 .con8-box{
	  display: flex;justify-content: space-between;
  
	  
  }
  .con8-left{
	  width: 800px;
  }
  .con8-title{
	  text-align: center;
  }
  .con8-title h4{
	  font-size: 24px;
	  font-weight: bold;
	  color: #333333;
  }
  .con8-title p{
	  padding-top: 10px;
	  height: 18px;
	  font-size: 14px;
	  font-weight: 400;
	  color: #999999;
	  line-height: 16px;
	  -webkit-background-clip: text;
  }
  
  .con8-list ul{
	  padding-bottom: 40px;
  }
  .con8-list ul li{
	  padding-top: 40px;
  }
  .con8-list ul li a{
	  display: flex;
  
  }
  .con8-box .title:hover{
	  color: #E61E4F;
  
  }
  .con8-list-box{
	  display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding-left: 30px;
  }
  .con8-list-box .title{
	  font-size: 20px;
	  color: #333333;
	  white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
  }
  .con8-list-box .time{
	  font-size: 12px;
	  color: #999999;
	  line-height: 20px;
	  padding-top: 30px;
  }
  .con8-list-box .smalltext{
	  
	  font-size: 13px;
	  color: #666666;
	  line-height: 25px;
  
  }
  .con8-list-more{
	  
	  width: 200px;
	  height: 44px;
	  background: linear-gradient(180deg, #81ACFF 0%, #377BFF 100%);
	  border-radius: 50px 50px 50px 50px;
	  font-size: 14px;
	  color: #FFFFFF;
	  line-height: 16px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin: auto;
  
  }
  .con8-right{
	  width: 285px;
  }
  .con8-right-title{
	  
	  width: 100%;
	  font-size: 14px;
	  color: #333333;
	  display: flex;
	  border-bottom: 1px solid #EEEEEE;
	  
  }
  .con8-right-title p{
  
	  height: 40px;
	text-align: center;
	padding-top: 40px;
	margin-right: 40px;
	
  }
  .right-list ul li a{
	  height: 68px;
	  margin-top: 40px;
	  display: flex;align-items: center;
  }
  .right-list-box {
	  height: 68px;
  }
  
  .right-list-box .title{
	  height: 40px;
	  font-size: 12px;
	  color: #333333;
	  line-height: 20px;
	  padding-right: 20px;
  }
  
  .right-list-box .time{
	  height: 20px;
	  font-size: 12px;
	  color: #999999;
	  line-height: 20px;
	  padding-top: 8px;
  }
  
  .con8-right .right-bottom{
	  width: 285px;
	  height: 150px;
	  background: linear-gradient(180deg, #FB406E 0%, #E61E4F 100%);
	  border-radius: 2px 2px 2px 2px;
	  padding: 30px 20px;
	  margin-top: 40px;
  }
  .right-bottom-box{
	  display: flex;
  }
  .con8-right .right-bottom .right-bottom-box-title{
	  font-size: 16px;
	  color: #FFFFFF;
	  display: flex;flex-direction: column;justify-content: space-between;
	  line-height: 24px;
	  
  }
  .con8-right .right-bottom .right-bottom-box-title p{
	  height: 24px;
	  font-size: 12px;
	  color: #FFFFFF;
  }
  .con8-right .right-bottom .right-bottom-box-title span{
	  color: #FFF6A6 ;
  }
  
  
  footer{
	  width: 100%;
	  height: auto;
	  background: #000000;
	  border-radius: 0px 0px 0px 0px;
	  overflow: hidden;
	  margin-top: 40px;
	  font-size: 2px;
	  
  }
  footer a:hover{
	  color: #E61E4F !important;
  }
  footer .footer-box{
	  width: 1280px;
	  margin: auto;
  
  }
  .footer-nav-box{
  display: flex;
	  padding:60px 0px 35px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .footer-nav-box-left{
	  width: 200px;
	  border-radius: 0px 0px 0px 0px;
	  border-right: 1px solid rgba(255,255,255,0.2);
  }
  .footer-nav-box-left p{
	  font-size: 12px;
	  font-weight: 400;
	  color: #FFFFFF;
  }
  .footer-nav-box-left img{
	  padding: 30px 0 10px 0;
  }
  .footer-nav-box-left div{
	  height: 30px;
	  font-size: 18px;
	  font-weight: bold;
	  color: #FFFFFF;
	  padding-top: 5px;
  }
  .footer-nav-box-right{
	  width: 100%;
	  display: flex;justify-content: space-between;
	  padding-left: 100px;
  }
  .footer-nav-box-right ul{
	  text-align: center;
	  font-size: 12px;
  
  }
  .footer-nav-box-right ul li{
	  font-size: 12px;
	  font-weight: 400;
	  color: rgba(255,255,255,0.7);
	  line-height: 30px;
  
  }
  .footer-nav-box-right ul div{
  
	  font-weight: bold;
	  color: #FFFFFF;
	  line-height: 14px;
	  padding-bottom: 20px;
  }
  .footer-top {
	  
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 10px;
  
  }
  .footer-top .footer-txt{
	  width: 100%;
	  display: flex;
	  padding-bottom: 15px;
  }
  .footer-top .footer-txt p{
	  font-size: 12px;
	  font-weight: bold;
	  color: #FFFFFF;
	  line-height: 14px;
  }
  .footer-top .footer-txt a{
	  font-size: 12px;
	  color: rgba(255,255,255,0.7);
	  line-height: 15px;
	  padding-left: 20px;
  }
  .footer-bottom{
  
	  font-size: 12px;
	  font-weight: 500;
	  color: rgba(255,255,255,0.7);
	  line-height: 14px;
	  
  }
  .footer-bottom .police {
	  display: inline-block;
	  width: 17px;
	  height: 18px;
	  background: url(https://cdn.chiefgr.com/fan06/images/common-icon.png) -168px 0 no-repeat;
	  margin-right: 5px;
	  margin-left: 3px;
  }
  .mobile-nav {
	  display: none;
  }
  .m-menu{
	display: none;
  }
  .m-t5-txt{
	display: none;
  }
  
  .mobile-nav .close{
	display: none;
  }
  .m-footer{
	  display: none;
  }
  .m-banner{
	  display: none;
  }
  .m-con1{
	  display: none;
  }
  .m-con3-title{
	  display: none;
  }
  .con4 .m-title{
	  display: none;
  }
  @media (max-width: 630px){
	  
  .banner{display: none ;}
  .con1{display: none;}
  footer{display: none;}
  
  
  
  .con{
	  width: 100%;
  }
  .wrap{
	  max-width: 100%;
	  padding: 0 12px 0 12px;
  }
  h2{
		  /* font-size: 16px; */
		  /* font-weight: bold; */
		  /* color: #000000; */
		  /* padding-top: 30px; */
  }
  header {
	  display: flex;
	  height: auto;
  }
  header .header-box{
	  display: none;
  }
  header .mobile-nav{
	  height: 60px;
	  display: flex;
	  align-items: center;
	  position: relative;
	  background: #FFFFFF ;
	  padding: 12px;
  }
  .mobile-nav .logo{
	  display: grid;
  }
  .mobile-nav .close{
		  width: 26px;
		  height: 26px;
  }
  .mobile-nav div{
	  height: 100%;
  }
  
  .m-menu{
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	font-size: 14px;
	color: #333;
	z-index: 999999;
	background: #fff;
	box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0,0,0,0.1);
  }
  
  .m-menu li{
	line-height: 40px;
	border-top: 1px solid #E5E5E5;
	text-align: center;
  }
  
  .con-box{
	  width: 100%;
	  padding: 0;
  }
  
  .m-banner{
	  display: block;
	  padding-top: 30px;
  }
  
  .m-banner .swiper-container .swiper-slide img{
	  width: 100% !important;
	  height: 100%;
  }
  
  
  .con2{
	  height:50px;
	  margin-top: -6px;
  }
  
  .con2-left{
	  display: none;
  }
  .con2-right .right-2 .swiper-container>p{
	  display: none;
  }
  .con2-right .right-2 .swiper-container .swiper-wrapper{
	  padding: 0;
  }
  .con2-right .right-1{
	  padding: 0;
  }
  .con2-right{
	  padding:0;
	  align-items: initial;
  }
  .con2-right .right-2 p{
	  padding: 0;
  }
  .con2-right .right-2{
	  width: auto;
  }
  .con3{
	  height: 45px;
	  background: url(https://cdn.chiefgr.com/fan06/images/m-gg.png) no-repeat center;
	  margin-top: 6px;
	  background-size: 100%;
  }
  .con3-title{
	  display: none;
  }
  .con3-txt{
	  display: none;
  }
  .con4{
  overflow: hidden;
  
  }
  .con4-list .list-left h5{
	  display: none;
  }
  .con4-box .con4-list .list-left{
	  width: 100%;
	  height: auto;
	  background: #FFFFFF;
	  opacity: 1;
  }
  .con4-list .list-left .left-title{
	  background:0;
	  height: auto;
	  display: flex;
  }
  .con4 .con4-box{
	  padding: 0;
  }
  .con4-list .list-left .left-title .active{
	  border-bottom: 1px solid #FF7602;
  }
  .con4-list .list-left .left-title p img{
	  display: none;
  }
  .con4-list .list-left .left-title p{
	  color:#000000;
	  padding: 0 12px 0 12px;
	  text-align: center;
  }
  .con4-box .con4-list:nth-child(2) .list-left .left-title{
	  background: 0;
  }
  .con4-box .con4-list:nth-child(2) .list-left{
	  background: #FFFFFF;
  }
  .con4-box .con4-list:nth-child(3) .list-left .left-title{
	  background: 0;
  }
  .con4-box .con4-list:nth-child(3) .list-left{
	  background: #FFFFFF;
  }
  .con4-box .con4-list:nth-child(4) .list-left .left-title{
	  background: 0;
  }
  .con4-box .con4-list:nth-child(2){
	  display: none;
  }
  .con4-box .con4-list:nth-child(3){
	  display: none;
  }
  .con4-box .con4-list:nth-child(4){
	  display: none;
  }
  .con4-list .right-list li a{
	  padding-left: 12px;
	  width: 87%;
  }
  .con4-box .con4-list:nth-child(4) .list-left{
	  background: #FFFFFF;
  }
  .con4-box .con4-list{
	  display: initial;
	  width: 100%;
  }
  .con4 .m-title{
	  margin-top: 30px;
	  width: 100%;
	  height: 40px;
	  background: #E61E4F;
	  border-radius: 0px 0px 0px 0px;
	  opacity: 90%;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  
  }
  .con4 .m-title .active{
	  width: 97px;
	  height: 40px;
	  background: rgba(255,255,255,0.3);
	  border-radius: 0px 0px 0px 0px;
  }
  .con4 .m-title p{
	  width: 97px;
	  font-size: 14px;
	  font-weight: bold;
	  color: #FFFFFF;
	  display: flex;align-items: center;
	  justify-content: center;
  
  }
  .con4-title{
	  padding-top: 30px;
  }
  .con4-list .right-list li{
	  width: 100%;
	  height: 60px;
  }
  .con4-list .right-list li i{
	  left: 86%;
  }
  
  
  .con5{
	  height:380px;
	  margin: 0;
  }
  .con5-txt{
	  display:block;
	  padding: 0;
	  padding-left: 12px;
  }
  .con5 .con5-title{
	  width: 100%;
	  border: 0;
  }
  .con5-txt .txt{
	  width: 100%;
	  padding-top: 20px;
  }
  .con5-txt .title{
	  width: 100%;
	  font-size: 14px;
	  line-height: 16px;
	  display: flex;
	  align-items: center;
	  color: #000000;
  }
  .con5-txt .txt .img{
	  width: 40px;
	  height: 36px;
  }
  .con5-txt .txt .img img{
	  width: 40px;
	  height: 40px;
  }
  .con5-txt .title p{
	  height: auto;
	  padding-left: 10px;
	  font-weight:400;
  }
  .con5-box{
	  height: 150px; 
	background: 0;
	box-shadow: 0px 0px 0px 0px ;
	border-radius:0; 
	border: 0; 
	margin-top: 0; 
	display: block;
  
  }
  .con6-banner{
	  margin: 0;
	  width: 100%;
	  height: 60px;
	  background: url(https://cdn.chiefgr.com/fan06/images/m-con6-banner.png) no-repeat;
	  background-size: 100%;
  }
  .con6-banner-box img{
	  display: none !important;
  }
  .con7-list .list-center{
	  width: 100%;
	  padding: 12px;
  }
  .con7{
	  padding: 0;
	  background: 0;
  }
  .con7 .con7-title{
	  padding:30px 0 0 0;
  }
  .con7 .con7-box{
	  padding: 0;
  }
  .con7-list{
	  width: 100%;
  }
  .list-box .list{
	  width: 100%;
  }
  .list-box .list p{
	  width: 100%;
  }
  .con7-list:nth-child(2){
	  display: none;
  }
  .con7-list:nth-child(3){
	  display: none;
  }
  
  
  
  .con8-right{
	  display: none;
  }
  .con8{
	  padding-bottom: 40px;
  }
  .con8-left{
	  width: 100%;
	  padding: 0 12px 0 12px;
  }
  .con8-list ul li a{
	  flex-direction: row-reverse;
  }
  .con8-list-box .title{
	  font-size: 14px;
	  white-space: initial;
	  line-height: 22px;
  }
  
  .con8-list-box .smalltext{
	  display: none;
  }
  .con8-list ul li{
	  padding-top: 30px;
  }
  .con8-title{
  padding-top: 30px;
  }
  .con8-list ul li a img{
	  width: 113px;
	  height: 84px;
	  padding-left: 18px;
  }
  .con8-list-box{
	  padding-left: 0;
  }
  .con8-list-more{
	  display: none;
  }
  
  
  footer{
	  display: none;
  }
  
  .m-footer-row{
	  position: relative;
	  overflow: hidden;
  }
  .m-footer{
	  display: block;
	  height: 64px;
	  background: #FFFFFF;
	  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	  border-radius: 0px 0px 0px 0px;
	  opacity: 1;
	  width: 100%;
	  display: flex;
	  justify-content: center; 
	  align-items: center;
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
  }
  
  .m-footer-box{
		  display: flex;
		  justify-content: space-between;
	  width: 94%;
  }
  
  .m-footer-box .m-f-index{
	  width: 171px;
	  height: 40px;
	  background: linear-gradient(94deg, #006CE7 0%, #00A3FF 100%);
	  border-radius: 2px 2px 2px 2px;
	  font-size: 14px;
	  font-weight: 400;
	  color: #0075FF;
	  line-height: 16px;
	  display: inline-grid;
	  justify-content: center;
	align-items: center;
	color: #FFFFFF;
  }
  
  .m-footer-box .m-f-kefu{
	  width: 170px;
	  height: 40px;
	  background: linear-gradient(90deg, #F11919 0%, #FF6262 100%);
	  border-radius: 2px 2px 2px 2px;
	  
	  font-size: 14px;
	  color: #FFFFFF;
	  line-height: 16px;
	  display: inline-grid;
	  justify-content: center;
	align-items: center;
  }
  }
  
  
  
  
  @keyframes myfirst {
  
  0% {
  
  transform: translate(0px, 0px);
  
  }
  
  50% {
  
  transform: translate(-10px, 0px);
  
  }
  
  100% {
  
  transform: translate(0px, 0px);
  
  }
  
  }
  