/*公共样式开始*/
.dy{
  position: relative;
	background: #F5F7FA;
}
.public-title{
	display: flex;align-items: flex-end;
	margin: 60px 0 30px;
}
.public-title img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.public-title h2{
	font-size: 32px;
	color: #000000;
	line-height: 30px;
}
.public-title p{
	margin-left: 10px;
	height: 20px;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}


/*公共样式结束*/

.m-banner{
	display: none;
}
.banner .swiper-container .swiper-slide img{
	width: 100%;	
	object-fit: contain;
}

.banner .swiper-container .swiper-pagination-bullet-active{
	background: #F74C36 !important;
}
.banner .swiper-container .swiper-pagination{
	bottom: 80px;
}

.banner .swiper-container .swiper-pagination-bullet{
	background: #FFFFFF;
}

.con1{
	
	z-index: 999;
	position: relative;
}
.con1-box{
	max-width: 1200px;
	position: absolute;
	background: #FFFFFF;
	top: -70px;

}
.con1 .title{
	display: flex;align-items: center;justify-content: space-between;
	padding:30px 30px 0;
}
.con1 .title h2{
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}
.con1 .title p{
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}
.con1 .title p span{
	font-size: 18px;
	color: #F74C36;
	line-height: 30px;
}

.con1 ul{
	display: flex;align-items: center;justify-content: space-between;
	padding:0 30px ;
	height: 110px;
	
}
.con1 ul li a{
	width: 200px;
	display: flex;align-items: center;
	height: 56px;
}
.con1 ul li a img{
	width: 55px;
	height: 55px;
	margin-right: 10px;
}
.con1 ul li a p{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	display: flex;align-items: center;
}
.con1 ul li a p img{
	width: 8px;
	height: 6px;
	margin-left: 5px;
	margin-right: 0;
}

.bott{
padding: 0 30px;
height: 60px;
		
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; */
}
.bott-box{
	display: flex;
	align-items: center;justify-content: space-between;
	height: 100%;
}

.bott-left{
	min-width: 712px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #666666;

	border-right: 1px solid #D9D9D9;;
}

.bott-left div{
	display: flex;
  align-items: center;
}
.bott-left div:last-child{
	padding-right: 70px;
}
.bott-left div img{
	padding-right: 5px;
	width: 16px;
	height: 16px;
}
.bott-left div span{
	font-size: 14px;
	color: #666666;
	line-height: 16px;
}

.bott-right{
	
	height: 15px;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bott-right  span{
	
	color: #E61E4F ;

	
}
.bott-right .right-1{
	font-size: 12px;
	color: #333333;
	line-height: 14px;

}
.bott-right .right-2{
	height: 15px;

}
.bott-right .right-2 .swiper-container{

	height: 15px;
}
.bott-right .right-2 .swiper-container>p{
	height: 15px;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}
.bott-right .right-2 .swiper-container .swiper-wrapper{

	padding-left: 60px;
}
.bott-right .right-2 p{
	padding-left: 18px;
	height: 15px;
	font-size: 12px;
	color: #999999;
}
.con2{
	padding-top: 160px;
}

.con2 .title{
	display: flex;align-items: center;justify-content: space-between;
}
.con2 .title .nav{
	display: flex;align-items: center;justify-content: space-between;
	width: 560px;
	height: 45px;
	
}
.con2 .title .nav p{
	width: 100px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid rgba(255,255,255,0.2);
	display: flex;align-items: center;justify-content:center;
	cursor: pointer;
	font-size: 12px;
	color: #333333;
	line-height: 30px;
	
}

.con2 .title .nav .active{
	background: url(https://cdn.10goo.com/template_eight/con2-2-hover.png) no-repeat;
	width: 100px;
	height: 45px;
	background-size:100% 100%;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
}
.con2 .con2-box .left{
	min-width: 120px;
	height: 632px;
	background: linear-gradient(180deg, #047DFF 0%, #1E44FF 100%);
	text-align: center;
	position: relative;
}
.con2 .con2-box .left h2{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 20px;
	margin-bottom: 15px;
	
}
.con2 .con2-box .left a{
	width: 60px;
	display: flex;align-items: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	margin: 0 auto;
}
.con2 .con2-box .left a img{
	width: 8px;
	height: 10px;
	margin-left: 5px;
}

.con2 .con2-box .left .btn{
	width: 100%;
	height: 40px;
  background: linear-gradient(90deg, #FF7D55 0%, #F64C35 100%);
  display: flex;align-items: center;justify-content: center;
  font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	position: absolute;
	bottom: 0;
}
.con2 .con2-box .left .btn img{
	width: 15px;
	height: 5px;
	margin-left: 7px;
 
}

.con2 .con2-box{
	display: flex;
	
}
.con2 .con2-box ul{
	background: #FFFFFF;
	height: 632px;
	display: flex;flex-wrap: wrap;
}

.con2 li{
	width: 360px;
	height: 210px;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #fff;
	border-top-color: #f2f2f2;
	border-left: 1px solid #f2f2f2;
	position: relative;
}
.con2 li:nth-child(2n) {
    
}
.con2 li .flex{
    width: 50px;
    height: 50px;
    position: absolute;right: 0;top: 0;
}
.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 h3{	
	font-weight: bold;
	color: #FF2943;
}
.con2 li:hover .btn{
	width: 100px;
	background: linear-gradient(270deg, #FF6C7E 0%, #FF2842 100%);
	border-radius: 30px 30px 30px 30px;

}
.con2 li:hover .btn p{
	display: contents;
	margin-right: 10px;
}
.con2 li:hover .btn i{
	background: url(https://cdn.10goo.com/template_eight/list-kf-hover.png)no-repeat;
	margin-left: 10px;
}
.con2 .con2-box .title{
	width: 100%;
	padding-bottom: 15px;
	display: flex;
	align-items: initial;justify-content: initial;
	border-bottom: 1px solid #f2f2f2;
	
}
.con2 .con2-box .title img{
	width: 40px;
	height: 40px;
}

.con2 .con2-box .title h3{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-left: 10px;
}
.con2 .con2-box .title p{
	font-size: 16px;
	font-weight: 800;
	color: #333333;
	padding-top: 10px;
	margin-left: 10px;
}
.goods-cen{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.goods-cen h5{
	height: 16px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.goods-cen p{
	  height: 12px;
    font-size: 12px;
    color: #999;
    padding-top: 7px;
}
.goods-cen .btn{
	width: 40px;
	height: 40px;
	background: rgba(255,41,67,0.05);
	display: flex;align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.goods-cen .btn p{
	display: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.goods-cen .btn i{
	background: url(https://cdn.10goo.com/template_eight/list-kf.png)no-repeat;
	width: 20px;
	height: 20px;
}
.con2 .con2-box .boot{
	margin-top: 15px;
	display: flex;align-items: center;justify-content: space-between;
}
.con2 .con2-box .boot p{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.con2 .con2-box .boot .btn{
	width: 100px;
	height: 30px;
	background: linear-gradient(270deg, #1D43FF 0%, #037CFF 100%);
	border-radius: 50px 50px 50px 50px;
	display: flex;align-items: center;justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}

.con2 .con2-bg{
	background: url(https://cdn.10goo.com/template_eight/con2-6@2x.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100px;
	margin-top: 30px;
	cursor: pointer;
	display: block;
}

.con3{
	background: #FFFFFF;
	height: 590px;
	margin-top: 60px;
}
.con3 .public-title{
	margin: 0px;
	padding:60px  0 30px;
}
.con3 .con3-list{
	display: flex;align-items: center;justify-content: space-between;
}
.con3 .con3-list .item{
	width: 190px;
	height: 400px;
	text-align: center;
}
.con3 .con3-list .item .top{
	text-align: center;
	width: 100%;
	height: 230px;
  background: linear-gradient(180deg, #047DFF 0%, #1E44FF 100%);
}
.con3 .con3-list .text{
	height: 170px;
	background: #F5F7FA;
}
.con3 .con3-list .item .top img{
	height: 200px;
	margin-top: 30px;
}
.con3 .con3-list .item p{
	font-size: 14px;
	color: #000000;
	padding-top: 20px;
	line-height: 30px;
}
.con3 .con3-list .item span{
	font-size: 14px;
	color: #000000;
	margin-top: 20px;
}
.con3 .con3-list .item .btn{
	width: 100px;
	height: 40px;
	background: linear-gradient(90deg, #FF7D55 0%, #F64C35 100%);
	border-radius: 50px 50px 50px 50px;
	margin: 20px auto;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	display: flex;align-items: center;justify-content: center;
	
}



.con4-box{
	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;
}

.con5-box{
	display: flex;align-items: center;justify-content: space-between;
}
.con5-box ul{
	padding: 20px;
	width: 590px;
	height: 440px;
	background: #FFFFFF;
}
.con5-box ul .top{
	display: flex;align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid  #EEEEEE;
}
.con5-box ul .top img{
	width: 180px;
	height: 120px;
}
.con5-box ul .text{
	margin-left: 20px;
}
.con5-box ul .text h4{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}
.con5-box ul .top .text span{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
}
.con5-box ul .top .text  p{
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.con5-box ul li a{
	
	margin-top: 20px;
	display: flex;align-items: center;justify-content: space-between;
}
.con5-box ul li a p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.con5-box ul li a span{
	font-size: 12px;
	color: #666666;
	line-height: 30px;
}










.btn{
	cursor: pointer;
}
.btn:hover{
	opacity: 0.9;
}
/*右侧结束*/

@media (max-width: 630px){

.con{
		padding: 0 0.24rem;
}
.pc-banner{
	display: none;
}
.m-banner{
	display: block;
}
.banner .swiper-container .swiper-pagination{
	bottom: 1.2rem;
}
.con1 {
	width: 100%;
	height: auto;
}
.con1-box{
	max-width: 93%;
	top: -1.2rem;
}
.con1 .title{
	padding: 0.4rem 0.24rem 0;
}
.public-title{
	margin: 30px 0 15px 0;
}
.con1 .title h2{
	line-height: 0.4rem;
	font-size: 0.28rem;
}
.con1 .title p{
	line-height: 0.4rem;
	font-size:0.24rem;
}
.con1 .title p span{
	line-height: 0.4rem;
	font-size:0.24rem;
}
.con1 ul{
	height: auto;
	padding: 0 0.24rem;
	flex-wrap: wrap;
	margin-top: 0.4rem;
}
.con1 ul li{
	width: 33.33%;
	margin-bottom: 0.6rem;
}
.con1 ul li a img{
	width: 0.55rem;
	height: 0.55rem;
}
.con1 ul li a p{
	font-size: 0.24rem;
}
.con1 ul li a{
	width: 100%;
	height: 0.48rem;
	
}
.bott-right .right-2 .swiper-container>p{
	display: none;
}
.bott-right .right-2 .swiper-container .swiper-wrapper{

	padding-left: 0px;
}
.bott-left{
	display: none;
}
.bott{
	padding: 0;
}

.con2{
	padding-top: 3rem !important;
}
.con2 .title{
	display: block;
}
.public-title p{
	display: none;
}
.public-title h2{
	font-size: 16px;
	color: #000000;
	line-height: 20px;
}
.con2 .title .nav p{
	width:1.6rem;
	height: 0.7rem;
}
.con2 .title .nav p:nth-child(5){
	display: none;
}
.con2 .title .nav{
	width: 100%;
}
.con2 .title .nav .active{
	width: 1.6rem;
	height: 0.7rem;
}
.con2 .con2-box .left{
	display: none;
}
.con2 .con2-box ul{
	height: auto;
	margin-top: 0.4rem;
}
.con2 li{
    width: 100%;
	padding: 0.4rem 0.24rem;
}
.con2 .con2-bg{
	margin-top:0.3rem;
	background: url(https://cdn.10goo.com/template_eight/m-con2-6.png)no-repeat;
	height: 1rem;
	background-size:100% 100% ;
}
.con3{
	height: auto;
	margin-top: 0.6rem;
}
.con3 .public-title{
	padding: 0.6rem 0.3rem;
}
.con3 .con3-list{
	flex-wrap: wrap;
	padding-bottom: 0.6rem;
}
.con3 .con3-list .item{
	width: 49%;
	margin-bottom: 0.1rem;
}
.con3 .con3-list .item:nth-child(n+5){
	display: none;
}


.con3 .con3-list .item .btn{
	width: 2rem;
	height: 0.6rem;
}
.con5-box ul:nth-child(2){
	display: none;
}
.con5-box ul{
	width: 100%;
	height: auto;
	margin-bottom: 1.6rem;
}
.con5-box ul .top .text p{
	display: none;
}
.con5-box ul .top img{
	width: 2.56rem;
	height: 1.7rem;
}

.con5-box ul .text h4{
	font-size: 0.28rem;
	line-height: 0.4rem;
}
.con5-box ul li a span{
	display: none;
}












}

@keyframes myfirst {

0% {

transform: translateY(0px);

}

50% {

transform: translateY(-10px);

}

100% {

transform: translateY(0px);

}

}




















