.dy{
	position: relative;
	  background: #F5F7FA;
  }
  
  .banner{
	  background: url(https://cdn.chiefgr.com/fan01/images/banner-sy.png)no-repeat;
	  background-size: 100% 100%;
	  width: 100%;
	height: 400px;
	margin-top: 60px;
  }
  
  .banner-box h1{
	  padding-top: 100px;
	  font-size: 36px;
	  font-weight: 400;
	  color: #001649;
	  line-height: 60px;
  }
  .banner-box p{
	  font-size: 16px;
	  font-weight: 300;
	  color: #001649;
	  line-height: 30px;
  }
  
  .banner .btn{
	  width: 150px;
	  height: 40px;
	  background:  #3370FF;
	  border-radius: 2px 2px 2px 2px;
	  display: flex;justify-content: center;align-items: center;
	  font-size: 14px;
	  font-weight: bold;
	  color: #FFFFFF;
	  margin-top: 30px;
  
  }
  .public-title{
	  display: flex;align-items: center;
	  padding: 60px 0 30px;
  }
  .public-title h2{
	  font-size: 32px;
	  color: #001649;
	  line-height: 50px;
  }
  .public-title p{
	  font-size: 12px;
	  font-weight: 300;
	  color: #001649;
	  line-height: 50px;
	  margin-left: 10px;
  }
  .con-box{
	  width: 100%;
	  height: 640px;
	  background: url(https://cdn.chiefgr.com/fan01/images/con1-bg@2x.png) no-repeat;
	  background-size:100% 100%;
	 }
  .con1{
	  
	  position: relative;
	  
	  
  }
  .con1-box{
	  width: 100%;
	  position: absolute;
	  top: -40px;
	  padding: 20px;
	  height: 150px;
	  background: rgba(255,255,255,0.5);
	  box-shadow: 0px 10px 20px 0px rgba(51,112,255,0.05);
	  border-radius: 10px 10px 10px 10px;
	  border: 1px solid #FFFFFF;
	  backdrop-filter: blur(50px);
  }
  .con1 .top{
	  border-bottom: 1px solid #EEEEEE;
  }
  .con1 .top .item{
	  display: flex;align-items: center;justify-content: space-between;
	  height: 30px;
	  margin-bottom: 20px;
  }
  .con1 .top .item .left {
	  display: flex;align-items: center;
  }
  .con1 .top .item .left .pic{
	  width: 60px;
	  height: 30px;
  }
  .con1 .top .item .left ul{
	  display: flex;align-items: center;
  }
  .con1 .top .item .left ul li{
	  display: flex;align-items: center;
	  padding:0 20px;
	  border-right:1px solid #DDDDDD;
  }
  .con1 .top .item .left ul li:last-child{
	  border: 0;
  }
  .con1 .top .item .left ul li a{
	  font-size: 14px;
	  color: #000000;
	  line-height: 14px;
  }
  .con1 .top .item .left ul li img{
	  width: 14px;
	  height: 14px;
  }
  .con1 .top .item .right{
	  display: flex;align-items: center;
  }
  .con1 .top .item .right .btn{
	  width: 140px;
	  height: 44px;
	  background: #3370FF;
	  border-radius: 2px 2px 2px 2px;
	  font-size: 14px;
	  font-weight: bold;
	  color: #FFFFFF;
	  line-height: 16px;
	  display: flex;align-items: center;justify-content: center;
  }
  .con1 .top .item .right .btn a{
	  width: 160px;
	  height: 44px;
	  background: #3370FF;
	  border-radius: 2px 2px 2px 2px;
	  font-size: 14px;
	  font-weight: bold;
	  color: #FFFFFF;
	  line-height: 16px;
	  display: flex;align-items: center;justify-content: center;
  }
  .con1 .top .item .right .btn:nth-child(2){
	  background: #00C8AD;
	  margin-left: 5px;
  }
  
  .con1 .top .item .right .btn .img1{
	  width: 20px;
	  height: 20px;
	  margin-right: 10px;
  }
  .con1 .top .item .right .btn .img2{
	  width: 8px;
	  height: 6px;
	  margin-left: 6px;
  }
  .con1 .top .item .right{
	  display: flex;align-items: center;justify-content: space-between;
	  width: 300px;
  }
  .con1 .top .item .right a{
	  display: flex;align-items: center;
	  border-right:1px solid #DDDDDD;
	  font-size: 12px;
	  color: #333333;
	  padding-right: 10px;
  }
  .con1 .top .item .right a:last-child{
	  
	  border-right:0;
  }
  .con1 .top .item .right a img{
	  width: 14px;
	  height: 14px;
	  margin-right: 5px;
  }
  .con1 .top .item .right a img:nth-child(2){
	  width: 4px;
	  height: 6px;
	  margin-left: 5px;
  }
  .con1 .foot{
	  display: flex;align-items: center;justify-content: space-between;
	  margin-top: 20px;
  }
  .con1 .foot li{
	  display: flex;align-items: center;
	  
  }
  
  .con1 .foot img{
	  width: 40px;height: 40px;
	  margin-right: 10px;
  }
  .con1 .foot .text h4{
	  font-size: 14px;
	  font-weight: 400;
	  color: #000000;
	  line-height: 30px;
  }
  .con1 .foot .text p{
	  width: 200px;
	  height: 40px;
	  font-size: 12px;
	  color: #999999;
	  line-height: 20px;
  }
  
  .con2{
	  padding-top: 100px;
  }
  .con2 .con2-box{
	  display: flex;align-items: center;
	  height: 380px;
	  width: 100%;
	  
  }
  
  
  .con2 .con2-box .left{
	  background:url(https://cdn.chiefgr.com/fan01/images/con2-bg@2x.png)no-repeat;
	  width: 240px;
	  height: 100%;
	  background-size:100%  100%;
	  padding: 30px 20px;
	  position: relative;
	  
  }
  .con2 .con2-box .left h2{
	  font-size: 28px;
	  color: #FFFFFF;
	  line-height: 40px;
	  display: flex;align-items: center;
	  margin-bottom: 10px;
  }
  .con2 .con2-box .left h2 img{
	  width: 6px;
	  height: 10px;
	  margin-left: 10px;
  }
  .con2 .con2-box .left p{
	  font-size: 12px;
	  color: rgba(255,255,255,0.8);
	  line-height: 20px;
  }
  .con2 .con2-box .left .more{
	  display: flex;align-items: center;
	  font-size: 12px;
	  font-weight: bold;
	  color: #FFFFFF;
	  line-height: 20px;
	  position: absolute;
	  bottom: 20px;
  }
  .con2 .con2-box .left .more img{
	  width: 12px;
	  height: 8px;
	  margin-left: 5px;
  }
  
  .con2 .con2-box ul{
	  height: 100%;
	  display: flex;flex-wrap: wrap;
	  width: 960px;
	  backdrop-filter: blur(50px);
	  background: rgba(255,255,255,0.8);
	  box-shadow: 0px 10px 20px 0px rgba(51,112,255,0.05);
	  border-radius: 0px 10px 10px 0px;
  }
  
  .con2 li{
	  width: 50%;
	  height: 190px;
	  padding: 40px;
	  box-sizing: border-box;
	  border-right: 1px solid #EEEEEE;
	  border-bottom: 1px solid #EEEEEE;
	  position: relative;
  }
  .con2 li:nth-child(2n) {
	  border-right:0;
  }
  .con2 li:nth-child(n+3) {
	  border-bottom:0;
  }
  .con2 li .flex{
	  width: 50px;
	  height: 50px;
	  position: absolute;right: 20px;top: 20px;
  }
  .con2 li:hover{
		box-shadow: 0 5px 20px 0 rgb(0 0 0 / 7%);
	  border: 1px solid #037CFF;
	  z-index: 99;
  }
  .con2 li:hover .title h4{	
	  font-weight: bold;
	  color: #FF2943;
  }
  
  .con2 .con2-box .title{
	  width: 100%;
  }
  .con2 .con2-box .title h4{
	  font-size: 16px;
	  font-weight: 400;
	  color: #333333;
	  line-height: 30px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
		/* 设置宽度和高度 */
  }
  .con2 .con2-box .title img{
	  width: 40px;
	  height: 40px;
  }
  
  .con2 .con2-box .title p{
	  font-size: 12px;
	  font-weight: 400;
	  color: #999999;
  }
  .goods-cen{
	  padding-top: 20px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  
  .goods-cen h5{
	  height: 14px;
	  font-size: 14px;
	  color: #333;
	  font-weight: 400;
  }
  .goods-cen h5 img{
	  width: 14px;
	  height: 14px;
  }
  .goods-cen p{
		height: 12px;
	  font-size: 12px;
	  color: #999;
	  padding-top: 7px;
  }
  .goods-cen .btn{
	  width: 100px;
	  height: 30px;
	  border-radius: 2px 2px 2px 2px;
	  border: 1px solid #3370FF;
	  font-size: 14px;
	  color: #3370FF;
	  line-height: 30px;
	  display: flex;align-items: center;justify-content: center;
  }
  
  
  
  .con3 {
	  display: flex;align-items: center;
	  height: 700px;
	  width: 100%;
	  margin-top: 20px !important;
  }
  .con3  .left{
	  background:url(https://cdn.chiefgr.com/fan01/images/con3-bg2@2x.png)no-repeat;
	  width: 240px;
	  height: 100%;
	  background-size:100%  100%;
	  padding: 30px 20px;
	  position: relative;
	  
  }
  .con3  .left h2{
	  font-size: 28px;
	  color: #FFFFFF;
	  line-height: 40px;
	  display: flex;align-items: center;
	  margin-bottom: 10px;
  }
  .con3  .left h2 img{
	  width: 6px;
	  height: 10px;
	  margin-left: 10px;
  }
  .con3  .left p{
	  font-size: 12px;
	  color: rgba(255,255,255,0.8);
	  line-height: 20px;
  }
  .con3  .left .more{
	  display: flex;align-items: center;
	  font-size: 12px;
	  font-weight: bold;
	  color: #FFFFFF;
	  line-height: 20px;
	  position: absolute;
	  bottom: 20px;
  }
  .con3  .left .more img{
	  width: 12px;
	  height: 8px;
	  margin-left: 5px;
  }
  .con3  .left .nav{
	  margin-top: 20px;
  }
  .con3  .left .nav a{
	  width: 180px;
	  height: 40px;
	  background: rgba(255,255,255,0.2);
	  border-radius: 2px 2px 2px 2px;
	  border: 1px solid rgba(255,255,255,0.5);
	  display: flex;align-items: center;justify-content: space-between;
	  margin-bottom: 5px;
	   backdrop-filter: blur(50px);
  }
  .con3  .left .nav a p{
	  font-size: 14px;
  
	  line-height: 20px;
	  display: flex;align-items: center;
	  padding-left: 10px;
	  color: #FFFFFF;
  }
  .con3  .left .nav a p i{
	  background: url(https://cdn.chiefgr.com/fan01/images/con3-1@2x.png) no-repeat;
	  background-size:100% 100%;
	  display: block;
	  width: 16px;
	  height: 16px;
	  margin-right: 2px;
  }
  .con3  .left .nav a:nth-child(2) p i{
	  background: url(https://cdn.chiefgr.com/fan01/images/con3-2@2x.png) no-repeat;
	  background-size:100% 100%;
  }
  .con3  .left .nav a:nth-child(3) p i{
	  background: url(https://cdn.chiefgr.com/fan01/images/con3-3@2x.png) no-repeat;
	  background-size:100% 100%;
  }
  .con3  .left .nav a:nth-child(4) p i{
	  background: url(https://cdn.chiefgr.com/fan01/images/con3-4@2x.png) no-repeat;
	  background-size:100% 100%;
  }
  .con3  .left .nav a:nth-child(5) p i{
	  background: url(https://cdn.chiefgr.com/fan01/images/con3-5@2x.png) no-repeat;
	  background-size:100% 100%;
  }
  .con3  .left .nav a:nth-child(6) p i{
	  background: url(https://cdn.chiefgr.com/fan01/images/con3-6@2x.png) no-repeat;
	  background-size:100% 100%;
  }
  .con3  .left .nav a:nth-child(7) p i{
	  background: url(https://cdn.chiefgr.com/fan01/images/con3-7@2x.png) no-repeat;
	  background-size:100% 100%;
  }
  .con3  .left .nav a:nth-child(8) p i{
	  background: url(https://cdn.chiefgr.com/fan01/images/con3-8@2x.png) no-repeat;
	  background-size:100% 100%;
  }
  .con3  .left .nav .active{
	  background: url(https://cdn.chiefgr.com/fan01/images/con3-nav-bg.png) no-repeat;
	  background-size:100% 100%;
	  width: 200px;
	  height: 40px;
	  border: 0;
  }
  .con3  .left .nav .active p{
		  color: #333333;
  }
  .con3  .left .nav .active span{
	  padding-right: 30px;
	  color: #333333;
  }
  .con3  .left .nav .active p i{
	  background: url(https://cdn.chiefgr.com/fan01/images/con3-1-hover@2x.png) no-repeat;
	  background-size:100% 100%;
  }
  .con3  .left .nav a span{
	  display: block;
	  font-size: 12px;
	  color: #FFFFFF;
	  line-height: 20px;
	  padding-right: 10px;
  }
  
  .con3 ul{
  
	  height: 100%;
	  display: flex;flex-wrap: wrap;
	  width: 960px;
	  backdrop-filter: blur(50px);
	  background: rgba(255,255,255,0.8);
	  box-shadow: 0px 10px 20px 0px rgba(51,112,255,0.05);
	  border-radius: 0px 10px 10px 0px;
  }
  
  .con3 li{
	  width: 100%;
	  height: 140px;
	  padding: 30px 40px;
	  border-bottom:1px solid #EEEEEE ;
  }
  .con3 li a{
	  display: flex;align-items: center;justify-content: space-between;
  }
  .con3 li a .goods-cen{
	  width: 500px;
  }
  
  
  .con3 li:hover .title .pic{
		display: block;
		margin-left: 10px;
  }
  .con3 li:hover .title h4{	
	  font-weight: bold;
	  color: #FF2943;
  }
  
  .con3  .title{
	  width: 100%;
	  display: flex;align-items: center;
  }
  .con3  .title h4{
	  font-size: 16px;
	  font-weight: 400;
	  color: #333333;
	  line-height: 30px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
	/* 设置宽度和高度 */
  }
  .con3  .title .img{
	  width: 30px;
	  height: 30px;
	  margin-right: 10px;
  }
  
  .con3  .title .pic{
	  width: 150px;
	  height: 30px;
	  margin-left: 10px;
	  display: none;
  }
  .con3  .right-item .btn{
	  width: 100px;
	  height: 30px;
	  background: #3370FF;
	  border-radius: 2px 2px 2px 2px;
	  font-size: 14px;
	  color: #FFFFFF;
	  line-height: 30px;
	  display: flex;align-items: center;justify-content: center;
  }
  .con3  .right-item .btn:nth-child(2){
	  background: #FFFFFF;
	  border: 1px solid #3370FF;
	  color: #3370FF;
	  margin-top: 10px;
  }
  .con3-gg{
	  margin-top: 20px !important;
  }
  .con3-gg img{
	  width: 100%;
	  height: 100%;
  }
  
  .con4 .con4-title{
	  font-size: 14px;
	color: #999999;
	display: flex;
	padding-top: 30px;
  }
  
  .con4-title p{
	  margin-right: 30px;
	  font-size: 24px;
	  color: #001649;
	  line-height: 50px;
	  font-weight: 300;
  }
  .con4-title .active {
	  font-weight: bold;
		  color: #001649;
		  line-height: 50px;
	  border-bottom: 2px solid #3370FF;
  }
  
  .con4{
  height: 400px;
  background: #F7F9FF;
  /*margin-bottom: 40px;*/
  }
  
  .con4-box{
  
	  display: flex;align-items: center;justify-content: space-between;
	  position: relative;
	  height: 230px;
	  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.05);
	  padding: 0 20px;
	  margin-top: 30px !important;
	  background: #FFFFFF;
	  border-radius: 10px 10px 10px 10px;
	  border: 1px solid #FFFFFF;
	  
  }
  
  .con4-box-a{
	  margin-top: 30px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  flex-wrap: wrap;
  }
  
  .con4 .item {
	  padding: 30px 20px;
	  margin-bottom: 20px;
	  width: 390px;
	  height: 160px;
	  background: #FFFFFF;
	  box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.05);
	  border-radius: 2px 2px 2px 2px;
  }
  
  .con4 .item .title {
	  display: flex;
	  align-items: center;
  }
  
  .con4 .item .title img {
	  width: 30px;
	  height: 30px;
	  margin-right: 5px;
  }
  
  .con4 .item .title h6 {
	  font-size: 16px;
	  font-weight: 400;
	  color: #333333;
  }
  
  .con4 .item .smalltext {
	  font-size: 12px;
	  font-weight: 400;
	  color: #999999;
	  line-height: 24px;
	  margin-top: 20px;
  }
  
  .con4-txt{
	  margin-left: 10px;
  }
  .con4-box .con4-item{
	  display: flex;align-items: center;
  
  }
  .con4-item .con4-txt h4{
	  font-size: 16px;
	  font-weight: bold;
	  color: #333333;
  }
  .con4-item .con4-txt p{
	  width: 108px;
	  font-size: 12px;
	  font-weight: 400;
	  color: #666666;
	  line-height: 14px;
	  padding-top: 10px;
  }
  .con4-box .con4-xian1{
	  position: absolute;
	  top: 30px;
	  left: 65px;
	  width: 238px;
	  height: 52px;
	  background: url(https://cdn.chiefgr.com/fan01/images/index-xian-1.png)no-repeat;
  }
  .con4-box .con4-xian2{
	  position: absolute;
	  top: 150px;
	  left: 303px;
	  width: 238px;
	  height: 52px;
	  background: url(https://cdn.chiefgr.com/fan01/images/index-xian-2.png)no-repeat;
  }
  .con4-box .con4-xian3{
	  position: absolute;
	  top: 30px;
	  left: 540px;
	  width: 238px;
	  height: 52px;
	  background: url(https://cdn.chiefgr.com/fan01/images/index-xian-3.png)no-repeat;
  }
  .con4-box .con4-xian4{
	  position: absolute;
	  top: 150px;
	  left: 779px;
	  width: 238px;
	  height: 52px;
	  background: url(https://cdn.chiefgr.com/fan01/images/index-xian-4.png)no-repeat;
  }
  
  
  /*è´­ä¹°æµç¨‹ç»“æŸ*/
  .con-box2{
	  width: 100%;
	  height: 1090px;
	  background: url(https://cdn.chiefgr.com/fan01/images/con5-bg@2x.png)no-repeat;
	  background-size:100% 100% ;
  }
  .con5-list{
		  display: flex;align-items: center;justify-content: space-between;
  
  }
  .con5-list .item{
	  width: 285px;height: 350px;
	position: relative;
  }
  .con5-list .item img{
	  width: 100%;height: 350px;
	  object-fit: contain; 
  }
  
  .con5-list .item h4{
	  width: 100%;
	  height: 40px;
	  line-height: 40px;
	  position: absolute;
	  bottom: 0;
	  font-size: 14px;
	  font-weight: 400;
	  color: #FFFFFF;
	  text-align: center;
	  background: rgba(0,0,0,0.5);
	  box-shadow: 0px 10px 20px 0px rgba(51,112,255,0.05);
	  backdrop-filter: blur(50px); 
  }
  
  .con6-box{
	  display: flex;align-items: center;justify-content: space-between;
  }
  .con6 .title{
	  text-align: center;
  }
  .con6 .title h5{
	  font-size: 32px;
	  font-weight: 400;
	  color: #000000;
	  line-height: 60px;
  }
  .con6 .title p{
	  font-size: 12px;
	  color: #000000;
	  line-height: 20px;
  }
  .con6 .item{
	  width: 390px;
	  height: 400px;
	  background: #FFFFFF;
	  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.02);
  }
  .con6 .item .text{
	  display: flex;align-items: center;justify-content: space-between;
	  padding-top: 20px;
	  padding-right: 20px;
  }
  .con6 .item .text h6{
	  font-size: 18px;
	  color: #333333;
	  line-height: 20px;
  }
  .con6 .item .text h6 img{
	  width: 4px;
	  height: 18px;
	  margin-right: 16px;
  }
  .con6 .item .text a{
	  height: 20px;
	  font-size: 12px;
	  color: #999999;
  }
  .con6 .item .text a span{
	  height: 20px;
	  font-size: 12px;
	  color: #1D43FF;
  }
  .con6 .item .text a img{
	  width: 12px;
	  height: 8px;
	  margin-left: 5px;
  }
  .con6 .item ul{
	  padding: 10px 20px 0;
  }
  .con6 .item ul li a{
	  display: flex;align-items: center;
	  justify-content: space-between;
  }
  .con6 .item ul li{
	  width: 100%;
	  margin-top: 20px;
  }
  .con6 .item ul li:hover p{
	  
	  -webkit-transform: translateX(6px);
	  -moz-transform: translateX(6px);
	  -ms-transform: translateX(6px);
	  -o-transform: translateX(6px);
	  transform: translateX(6px);
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -ms-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .con6 .item ul li:hover p{
	  color: #1D43FF;
  }
  
  .con6 .item ul li a p{
      width: 78%;
	  font-size: 12px;
	  color: #333333;
	  line-height: 20px;
	  text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
  }
  .con6 .item ul li a span{
	  font-size: 12px;
	  color: #999999;
	  line-height: 20px;
  }
  .con6 .item .top {
	  
	  padding: 20px;
	  
  }
  .con6 .item .top .pic{
	  margin-top: 10px;
	  width: 350px; 
	  height: 110px;
	  background: url(https://cdn.chiefgr.com/fan01/images/con6-img.png) no-repeat;
	  background-size:100% 100%;
	  padding: 20px;
  }
  .con6 .item .top .pic p{
	  font-size: 14px;
	  font-weight: 300;
	  color: #FFFFFF;
	  line-height: 20px;
  }
  .con6 .item .top .pic h4{
	  font-size: 14px;
	  color: #FFFFFF;
	  line-height: 20px;
  }
  
  .con6 .item .top .pic a{
	  margin-top: 10px;
	  display: flex;align-items: center;
	  font-size: 12px;
	  font-weight: bold;
	  color: #FFFFFF;
	  line-height: 20px;
  }
  .con6 .item .top .pic a img{
	  width: 12px;
	  height: 6px;
	  margin-left: 5px;
  }
  
  .con6 .item .top .cen{
	  margin-top: 20px;
	  display: block;
  }
  .con6 .item .top .cen h5{
	  font-size: 14px;
	  color: #333333;
  }
  .con6 .item .top .cen p{
	  font-size: 12px;
	  color: #999999;
	  margin-top: 10px;
	  line-height: 20px;
  }
  .con6 .item .top .boot {
	  margin-top: 30px;
	  display: flex;align-items: center;justify-content: space-between;
	  flex-wrap: wrap;
  }
  .con6 .item .top .boot a{
	  width: 49%;
	  font-size: 12px;
	  color: #666666;
	  line-height: 20px;
	  margin-bottom: 10px;
	  text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
  }
  .con6 .item .top .boot a:hover{
	  color: #1D43FF;
  }
  
  
  
  .con7{
	  /*background: url(https://cdn.chiefgr.com/fan01/images/con3-bg@2x.png) no-repeat;*/
	  height: 370px;
	  width: 100%;
	  background-size:100% 100%;
  }
  
  .con7-top{
	  display: flex;align-items: center;justify-content: space-between;
	  padding-top: 60px;
  }
  
  .con7-top .left h2{
	  font-size: 24px;
	  font-weight: 400;
	  color: #000000;
	  margin-bottom: 20px;
  }
  .con7-top .left p{
	  width: 645px;
	  height: 90px;
	  font-size: 14px;
	  font-weight: 400;
	  color: #666666;
	  line-height: 30px;
  }
  .con7-top .btn{
	  margin-top: 50px;
	  width: 150px;
	  height: 40px;
	  background: #3370FF;
	  display: flex;justify-content: center;align-items: center;
	  font-size: 14px;
	  font-weight: bold;
	  color: #FFFFFF;
  }
  
  .con7-top .btn:hover{
	  background: #FF1A57;
	  border: 0;
  }
  
  
  .con7-top .right{
	  width: 400px;
	  height: 250px;
  }
  
  .con7-boot{
	  margin-top: 60px;
	  display: flex;justify-content: space-between;align-items: center;
  }
  
  .con7-boot .item {
	  padding: 30px 20px;
	  width: 195px;
	  height: 200px;
	  background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, #FFFFFF 100%);
	  box-shadow: 0px 10px 20px 0px rgba(51,112,255,0.05);
	  border-radius: 10px 10px 10px 10px;
  }
  .con7-boot .item .title{
	  display: flex;align-items: center;
  }
  .con7-boot .item .title img{
	  width: 16px;
	  height: 16px;
	  margin-right: 5px;
  }
  .con7-boot .item .title h6{
	  font-size: 14px;
	  color: #333333;
	  line-height: 20px;
  }
  .con7-boot .item .smalltext{
	  font-size: 12px;
	  color: #333333;
	  line-height: 24px;
	  margin-top: 20px;
	  text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 5;
	  -webkit-box-orient: vertical;
  }
  
  /*
  
  /*åº•éƒ¨å¹¿å‘Šå¼€å§‹*/
  .con8{
  height: 150px;
  background: url(https://cdn.chiefgr.com/fan01/images/con8-bg.png)no-repeat,linear-gradient(202deg, #4773FF 0%, #003DFF 100%);
  }
  
  .con8 .con8-box h2{
	  font-size: 24px;
	  font-weight: bold;
	  color: #FFFFFF;
	  letter-spacing: 1px;
	  padding-top: 30px;
  }
  .con8 .con8-box .btn:hover{
	  background: #FFFFFF;
	  color: #2254F4;
  }
  .con8 .con8-box .btn:hover i{
	  background: url(https://cdn.chiefgr.com/fan01/images/con8-icon-hover.png)no-repeat;
  }
  .con8 .con8-box .btn{
	  width: 150px;
	  height: 40px;
	  background: rgba(255,255,255,0.1);
	  border-radius: 50px 50px 50px 50px;
	  opacity: 1;
	  border: 1px solid #FFFFFF;
	  font-size: 14px;
	  font-weight: bold;
	  color: #FFFFFF;
	  line-height: 16px;
	  display: flex;align-items: center;justify-content: center;
	  margin-top: 20px;
  }
  .con8 .con8-box .btn i{
	  margin-left: 10px;
	  width: 20px;
	  height: 6px;
	  background: url(https://cdn.chiefgr.com/fan01/images/con8-icon.png)no-repeat;	
  }
  /*åº•éƒ¨å¹¿å‘Šç»“æŸ*/
  .m-footer{display: none;}
  .m-title{display: none;}
  .m-goods-cen{display: none;}
  @media (max-width: 630px){
  .dy{
	  overflow: hidden;
	  
  }
  
  .con{
	  padding: 0 0.3rem;
	  width: 100%;
  }
  .banner{
	  background: url(https://cdn.chiefgr.com/fan01/images/m-banner.png)no-repeat;	
	  height: 4rem;
	  background-size:100% 100%;
	  margin-top: 1rem;
  }
  .banner-box h1{
	  padding-top: 0.8rem;
	  font-size: 0.4rem;
	  color: #001649;
	  line-height: 0.6rem;
  }
  .banner-box p{
	  font-size: 0.2rem;
	  color: #001649;
	  line-height: 0.4rem;
  }
  .banner-box .btn{
	  width: 1.6rem;
	  height: 0.6rem;
	  background: #3370FF;
	  margin-top: 0.4rem;
	  font-size: 12px;
	  color: #FFFFFF;
	  line-height: 0.4rem;
	  
  }
  .con-box{
	  margin-bottom: 1rem;
	  height: auto;
	  padding-bottom: 1rem;
  }
  .con1-box{
	  top: -20px;
	  padding: 0.2rem 0.3rem;
	  height: 2.8rem;
	  position: inherit;
	  margin-top: -0.5rem;
	  height: auto;
  }
  .con1 .top .item{
	  margin-bottom: 0.2rem;
  }
  .con1 .top .item .left  ul li:nth-child(n+4){
	  display: none;
  }
  .con1 .top .item .left  ul li:nth-child(3){
	  border: 0;
  }
  .con1 .top .item .left ul li{
	  padding: 0 0.2rem;
	width: 1.9rem;
  }
  .con1 .top .item .left ul li img{
	  width: 0.2rem;
	  height: 0.2rem;
  
  }
  .con1 .top .item .left ul li a{
	  font-size: 0.24rem;
  }
  .con1 .top .item .left .pic{
	  width: 0.8rem;
	  height: 0.4rem;
	  cursor: pointer;
  }
  .con1 .foot img{
	  width: 0.4rem;
	  height: 0.4rem;
	  margin-right: 0.1rem;
  }
  .con1 .foot .text h4{
	  font-size: 0.24rem;
  }
  .con1 .foot{
	  margin-top: 0.2rem;
  }
  .con1 .foot .text p{
	  display: none;
  }
  .con1 .top .item .right{
	  display: none;
  }
  .con2 .con2-box{
	  display: block;
	  height: auto;
  }
  .con2 .con2-box .left{
	  padding: 0px 0.3rem;
	  width: 100%;
	  height: 0.8rem;
	  display: flex;align-items: center;justify-content: space-between;
  }
  .con2 .con2-box .left h2 img{
	  margin-left: 0.1rem;
  }
  .con2 .con2-box .left p{
	  display: none;
  }
  .con2 .con2-box .left h2{
	  font-size: 0.28rem;
	  color: #FFFFFF;
	  line-height: 0.4rem;
	  margin-bottom: 0px
  }
  .con2 .con2-box .left .more{
	  position: initial;
  }
  .con2 .con2-box ul{
	  width: 100%;
	  height: auto;
	  border-radius:0;
  }
  .con2 li{
	  width: 100%;
	  padding: 0.4rem 0.3rem;
	  height: 2.8rem;
  }
  .con2 .con2-box .title h4{
	  font-size: 0.28rem;
	  color: #333333;
	  line-height: 0.6rem;
  }
  .con2 li .flex{
	  width: 0.8rem;
	  height: 0.8rem;
  }
  .goods-cen .btn{
	  width: 1.6rem;
	  height: 0.6rem;
  }
  .con3{
	  height: auto;
	  display: block;
	  margin-top: 0.2rem !important;
  }
  .con3 .left{
	  padding: 0px 0.3rem;
	  width: 100%;
	  height: 0.8rem;
	  display: flex;align-items: center;justify-content: space-between;
  }
  .con3 .left h2 img{
	  margin-left: 0.1rem;
  }
  .con3 .left p{
	  display: none;
  }
  .con3 .left h2{
	  font-size: 0.28rem;
	  color: #FFFFFF;
	  line-height: 0.4rem;
	  margin-bottom: 0px
  }
  .con3 .left .more{
	  position: initial;
  }
  .con3 .left .nav{
	  display: none;
  }
  .con3 ul{
	  width: 100%;
  }
  .con3 li{
	  width: 100%;
	  padding: 0.4rem 0.3rem;
  }
  .con3 .title h4{
	  width: 100%;
	  display: block;
	  font-size: 0.28rem;
	  color: #333333;
	  line-height: 0.6rem;
		  white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
  
  
  }
  .con3 .title .pic{
	  display: none;
  }
  
  .con3 .left-item{
	  width: 100%;
  
  }
  
  .con3 .right-item{
	  display: none;
  }
  
  .con3 li a .goods-cen{
	  width: 100%;
  }
  .con3 li a .goods-cen div:nth-child(n+5){
	  display: none;
  }
  
  
  
  
  
  
  
  .con-box2{
	  display: none;
  }
  .con3-gg{
	  display: none;
  }
  .con7{
	  display: none;
  }
  
  
  .con4{
	  display: none;
  }
  .con5{
	  display: none;
  }
  .con6{
	  display: none;
  }
  .con8{
	  display: none;
  }
  
  
  .con1{
	  padding-top: 30px;
  }
  
  .con1-list{
	  flex-wrap: wrap;	
  }
  .con1-list .item{
	  width: 48%;
	  height: 180px;
	  margin-bottom: 10px;
  
  }
  .con1-list .item img{
	  margin-top: 20px;
	  width: 50px;
	  height: 50px;
  }
  .con1-list .item .title{
	  font-size: 14px;
	  margin-top: 20px;
  }
  .con1-list .item p{
	  margin-top: 5px;
  }
  
  .con5-list{
	  flex-wrap: wrap;
  }
  .con5-list .item{
	  width: 48%;
	  height: 290px;
	  margin-bottom: 10px;
  }
  .con5-list .item img{
	  width: 100%;
	  height: 180px;
	  object-fit: cover;
  }
  .con5-list .item h4{
	  font-size: 14px;
	  margin: 10px 0 7px 0;
  }
  .con5-list .item .btn{
	  margin-top: 12px;
	  font-size: 12px;
	  height: 30px;
  }
  .con5-list .item p{
	  font-size: 12px;
  }
  
  .con6{
	  margin-top: 30px;
	  background: url(https://cdn.chiefgr.com/fan01/images/m-con6-bg.png)no-repeat;
	  width: 100%;
	  height: 420px;
	  padding: 0 12px;
	  background-size:100%;
  }
  .con6-text{
	  width: 100%;
	  height: 260px;
	  padding: 0  12px;
	  
  }
  .con6-title{
	  padding: 30px 0;
  }
  .con6-title h1{
	  font-size: 18px;
  
  }
  .con6-title p{
	  margin: 0;
  
  }
  
  .con6-text .left div{
	  width: 200px;
	  height: 150px;
	  padding: 0;
	  font-size: 12px;
	  -webkit-line-clamp: 5;
	  overflow: hidden;text-overflow: ellipsis;
  
  }
  .con6-text .left img{
	  width: 20px;
	  height: 16px;
	  padding-bottom: 10px;
  }
  .swiper-container{
	  width: 260px;
  }
  .con6-text .right{
	  width: 100px;
	  height: 100px;
  }
  .con6-text .left p{
		position: absolute;
	  right: 12px;
	  bottom: 10px;
	  font-size: 12px;
  }
  .swiper-pagination{
	  margin-top: 10px;
  }
  
  .con7{
	  margin-bottom: 80px;
  }
  .con7-top{
	  display: block;
  }
  .con7-top .left p{
	  width: 100%;
	  -webkit-line-clamp: 5;
	  overflow: hidden;text-overflow: ellipsis;
	  height: 120px;
  
  }
  .con7-top .left h2{
		font-size: 16px;
	  margin-bottom: 10px;
	  margin-top: 30px;
  }
  .con7-top .btn{
	  margin-top: 20px;
  }
  .con7-top .right{
	  margin-top: 30px;
	  width: 100%;
	  height: 234px;
  }
  .con7-boot{display: none;}
  .con8{display: none;}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .con4-box{
	  display: block;
  }
  .con4-box .con4-xian1{
	  display: none;
  }
  .con4-box .con4-xian2{
	  display: none;
  }
  .con4-box .con4-xian3{
	  display: none;
  }
  .con4-box .con4-xian4{
	  display: none;
  }
  .con4-box{
	  padding: 0px 12px 30px 12px;
	  height: auto;
  }
  .con4-item img{
	  width: 40px;
	  height: 40px;
  }
  
  .con4-nav{
	  width: 240px;
	  display: flex;
	  align-items: center;
	  background: linear-gradient(180deg,#edf1f6,#fff);
	  border-radius: 2px 100px 2px 2px;
	  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
	  border: 1px solid #fff;
	  
  }
  .con4-nav .nav{
	  width: 120px;
	  height: 40px;
	  font-size: 14px;
	  color: #333;
	  border-radius: 2px 10rem 2px 2px;
	  padding-left: 0.24rem;
	  line-height: .8rem;
	  cursor: pointer;
	  padding-right: 0;
  }
  .con4-nav .active{
	  font-weight: 700;
	  color: #fff;
	  background: linear-gradient(180deg,#17c3af,#00af9a);
  
  }
  .con4-nav .nav:last-child{
	  width: 120px;
	  margin: 0;
	  padding: 0;
  
  }
  .con4-box .con4-item{
	  padding-top: 30px;
  }
  .con4-item .con4-txt h4{
	  font-size: 14px;
  }
  .con4-item .con4-txt p{
	  width: 100%;
	  font-size: 12px;
	  padding-top: 5px;
  }
  .con4-gg{
	  background: url(https://cdn.chiefgr.com/fan01/images/m-index-con4-gg.png)no-repeat;
	  background-size: 100%;
	  height: 60px;
  }
  
  }
  