.banner{
	background: url(https://cdn.chiefgr.com/hz12/img/banner-sy.png)no-repeat;
	background-size: 101% 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{
	margin: 60px 0 40px;
	text-align: center;
}
.public-title h2{
	font-size: 72px;
	color: #000000;
	line-height: 80px;
}
.public-title h2{
	font-size: 40px;
	margin-top: -40px;
	color: #000000;
}
.public-title h2 span{

	color: #F20C00;
}
.public-title p{
	font-size: 16px;
	color: #999999;
	line-height: 40px;
}

.con1 ul{
	display: flex;align-items: center;justify-content: space-between;
	flex-wrap: wrap;
}
.con1 ul li{
	position: relative;
	width: calc(100%/4);
	height: 180px;
	margin-bottom: 30px;
}
.con1 ul li span{
	width: 102px;
	height: 40px;
	background: url(https://cdn.chiefgr.com/hz05/chu/case-con1-icon.png)no-repeat;
	display: flex;align-items: center;justify-content: center;
	position: absolute;bottom: 0;left: 0;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.con2{
	width: 100%;
	height: 840px;
	background: url(https://cdn.chiefgr.com/hz05/chu/case-con2-bg.png)no-repeat;
	background-position:center;
	
}
.con2 .public-title{
	padding-top: 60px;
}


.con4-box{
	display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;
}
.con4-box .item{
	width: 390px;
	height: 520px;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
	margin-bottom: 50px;
	
}
.con4-box .item .pic{
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.con4-box .item:hover .pic img{
	transform: scale(1.2);
}
.con4-box .item:hover .title h4{
	color: #FF0808 !important;
}
.con4-box .item .pic img{
	width: 100%;
	height: 260px;
	transition: all .5s;
}
.con4-box .item .title{
	padding: 20px;
	
}
.con4-box .item .title h4{
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 70px;
	
}
.con4-box .item .title p{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.con4-box .item .student{
	display: flex;align-items: center;
	margin: 0 20px;
	padding-bottom: 20px;
	border-top:1px solid #EEEEEE;
	padding-top: 20px;
}
.con4-box .item .student img{
	width: 40px;
	height: 40px;
}
.con4-box .item .student .txt{
	margin-left: 10px;
}
.con4-box .item .student .txt p{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

.con4 .btn{
	display: flex;align-items: center;
	margin: 45px auto 0;
	width: 200px;
}
.con4 .btn:hover div{
	width: 170px;
	border-radius: 25px 25px 25px 25px;
	
}
.con4 .btn:hover h3{
	color:#333333;
}
.con4 .btn div{
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #333333;
	border-radius: 50%;
	display: flex;align-items: center;
	transition: all .5s;
	padding-left: 17px;
}
.con4 .btn div img{
	width: 16px;
	height: 10px;
	
}
.con4 .btn h3{
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	margin-left: 10px;
	position: absolute;
    left: 910px;
    z-index: 9999;
	
}

.con4-box ul{
	display: flex;align-items: center;justify-content: space-between;
}
.con4-box ul li{
	width: 350px;
	position: relative;
	overflow: hidden;
	transition: all .5s;
	border-radius:20px;
	cursor: pointer;
}
.con4-box ul li img{
	width: 350px;
	height: 400px;
	transition: all .5s;
}
.con4-box ul li:hover img{
	transform: scale(1.1);
}
.con4-box ul li p{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.con4  .btn2{
	display: flex;align-items: center;justify-content: center;
	margin: 20px auto 0;
	width: 200px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #000000;
}
.con4 .btn2 img{
	width: 16px;
	height: 10px;
	margin-left: 20px;
}

.con5{
	box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.1);	
	margin: 60px auto;
}
.con5 .con5-box{
	display: flex;align-items: center;justify-content: space-between;
	border-top:5px solid #F20C00;
}
.con5 .con5-box ul{
	width: 853px;
	border-right:1px solid #DDDDDD;
	padding: 0 53px 0 20px;
}
.con5 .con5-box ul li{
	display: flex;align-items: center;
	margin-top: 30px;
}
.con5 .con5-box ul li .txt{
	margin-left: 10px;
}
.con5 .con5-box ul li h4{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}
.con5 .con5-box ul li p{
	margin-top: 30px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.con5 .con5-box ul li:nth-child(1){
	margin-top: 40px;
}
.con5 .con5-box .item{
	width: 425px;
	padding:40px;
}
.con5 .con5-box .item .img{
	margin-bottom: 20px;
}

.con5 .con5-box .item .title{
	margin: 40px 0;
	text-align: center;
}

.con5 .con5-box .item .title h4{
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: 30px
}
.con5 .con5-box .item .title p{
	font-size: 10px;
	font-weight: 300;
	color: #999999;
	line-height: 20px;
}
.con5 .con5-box .item form{
	display: flex;align-items: center;justify-content: space-between;
	flex-wrap: wrap;
}
.con5 .con5-box .item form input{
	width: 160px;
	height: 40px;
	background: #EEEEEE;
	outline:none;border:none;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	line-height: 20px;
	margin-bottom: 10px;
}
.con5 .con5-box .item form input:nth-child(3){
	width: 100%;
	
}
.con5 .con5-box .item form button{
	width: 100%;
	height: 40px;
	background: #F10D01;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	outline:none;border:none;
	display: flex;align-items: center;justify-content: center;
}
.m-con1{
	display: none;
}
.m-con4{
	display: none;
}
.m-img{
	display: none;
}
.m-btn-box{
	display: none;
}
@media (max-width: 630px){
	.banner{
		background: url(https://cdn.chiefgr.com/hz05/chu/m-case-banner.png) no-repeat;	
		width: 100%;
		height: 2.4rem;
		margin-top: 1rem;
		background-size:100% 100%;
	}
	.public-title h1{
		display: none;
	}
	.public-title p{
		display: none;
	}
	.public-title h2{
		font-size: 0.4rem;
		color: #000000;
		line-height: 0.6rem;
		margin: 0;
	}
	.public-title{
		margin: 0.6rem 0 0.4rem;
		
	}
.con1 ul li{
	width: calc(100%/2);
	height: 2rem;
	margin-bottom: 0.4rem;
}
.con1 ul li img{
	width: 100%;
	height: 2rem;
	
}
.con1 ul li span{
	width: 1.3rem;
	height: 0.6rem;
	background-size:100% 100%;
	font-size: 0.24rem;
}	

.con1 ul li:nth-child(n+7){
	display: none;
}	
.pc-con1{
	display: none;
}
.m-con1{
	display: block;
}
.m-con1 .swiper-container{
	height: 8rem;
}
.swiper-pagination-bullet{
width: 12px !important;
height: 12px !important;
background: #FFFFFF !important;
border-radius: 50%;
border: 1px solid #F20C00;
opacity: 1 !important;
}
.swiper-pagination-bullet-active{

	background: #F20C00 !important;

}

.con2{
	height: 4.8rem;
}
.con2 .pc-img{
	display: none;
}
.con2 .m-img{
	display: block;
}
.con2 .public-title {
    padding-top: 0.6rem;
}
.pc-con4{
	display: none;
}
.m-con4{
	display: block;
}
.m-con4 .item .bott{
	display: none;
}

.con5{
	margin-bottom: 1.4rem;
}
.m-con4 .item{
	width: 100%;
	height: auto;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.m-con4 .item .pic{
	height: 4.2rem;
}
.m-con4 .item .pic img{
	height: 4.2rem;
}
.m-con4 .item .title{
	padding: 0.4rem 0.3rem;	
}
.m-con4 .item .title h4{
	font-size: 0.28rem;
	line-height: 0.4rem;	
	margin-bottom: 0.2rem;
}
.m-con4 .item .title p{
	font-size: 0.24rem;
	line-height: 0.4rem;
	margin-top: 0;
}
.con4 .btn2{
	display: none;
}

.m-btn-box{
	display: flex;align-items: center;justify-content: space-between;
	
}
.m-btn-box .btn{
	display: flex;align-items: center;justify-content: center;
	font-size: 0.28rem;
	color: #333333;
	width: 3.4rem;
	height: 0.8rem;
	background: #FFFFFF;
	border: 1px solid #000000;
}
.m-btn-box .btn:nth-child(2){
	background: #F20C00;
	border: 0;
	color: #FFFFFF;
	
}
.m-btn-box .btn img{
	width: 0.32rem;
	height: 0.2rem;
	padding-left: 0.4rem;
	
}
.con4 .btn{
	margin: 0.4rem auto 0;
}
.con5 .con5-box{
	display: block;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.con5 .con5-box ul{
	width: 100%;
	padding: 0 0.25rem 0;
	border: 0;
	
}
.con5 .con5-box ul li img{
	width: 0.8rem;
	height: 0.8rem;
	
}
.con5 .con5-box .item{
	width: 100%;
	padding: 0.4rem 0;
}
.con5 .con5-box .item .img{
	width: 1.6rem;
	height: 1.6rem;
}
.con5 .con5-box .item .title h4{
	font-size: 0.3rem;
	line-height: 0.4rem;
}
.con5 .con5-box .item .title{
	margin: 0.4rem 0;
}
.con5 .con5-box ul li{
	align-items: initial;
}
.con5 .con5-box ul li h4{
	font-size: 0.2rem;
}
.con5 .con5-box ul li p{
	margin-top: 0.2rem;
}
.con5 .con5-box .item form{
	padding: 0 0.25rem;
}
.con5 .con5-box .item form input{
	width: 2.95rem;
}


}