.honorCont *{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.honorCont{}
/*part1*/
.honorCont .part1{overflow: hidden;background-color: #fff;}
.honorCont .part1 .conL{float: left;width: 52%;height: 580px;padding: 50px;}
.honorCont .part1 .conL .tit{font-size: 36px;line-height: 50px;color: #333;}
.honorCont .part1 .conL .honorList{width: 90%;margin-top: 15px;overflow: hidden;}
.honorCont .part1 .conL .honorList .swiper-slide{}
.honorCont .part1 .conL .honorList .swiper-slide ul{}
.honorCont .part1 .conL .honorList .swiper-slide ul li{position: relative;padding-left: 24px;border-bottom: 1px solid #dedfe0;font-size: 16px;line-height: 58px;color: #555;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.honorCont .part1 .conL .honorList .swiper-slide ul li:before{content: "";position: absolute;left: 0;top: 25px;width: 8px;height: 8px;background-color: #009adc;border-radius: 50%;}

.honorCont .part1 .conL .btnsArea{overflow: hidden;margin-top: 40px;}
.honorCont .part1 .conL .btnsArea .btn{float: left;width: 35px;height: 36px;margin-right: 18px;cursor: pointer;}
.honorCont .part1 .conL .btnsArea .btnL{background-image: url(../images/honor/btnL.png);}
.honorCont .part1 .conL .btnsArea .btnR{background-image: url(../images/honor/btnR.png);}
.honorCont .part1 .conR{float: right;width: 48%;height: 580px;background-position: center;background-size: cover;background-repeat: no-repeat;}
/*part2*/
.honorCont .part2{margin-top: 60px;overflow: hidden;}
.honorCont .part2 .imageList{}
.honorCont .part2 .imageList .swiper-slide{float: left;width: 31.33%;margin-left: 3%;}
.honorCont .part2 .imageList .swiper-slide:first-child{margin-left: 0;}
.honorCont .part2 .imageList .swiper-slide .item{margin-bottom: 30px;}
.honorCont .part2 .imageList .swiper-slide .item .pic{z-index: 1;position: relative;height: 272px;padding: 8px;background-color: #e3e4e4;}
.honorCont .part2 .imageList .swiper-slide .item .pic:before{content: "";z-index: -1;position: absolute;left: 50%;top: 50%;width: 0;height: 0;border-radius: 200px;background-color: #009adc;opacity: .6;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
.honorCont .part2 .imageList .swiper-slide .item .pic img{width: 100%;height: 100%;}
.honorCont .part2 .imageList .swiper-slide .item .tit{height: 65px;padding: 0 5%;background-color: #cfd0d0;font-size: 16px;text-align: center;line-height: 65px;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
.honorCont .part2 .imageList .swiper-slide .item:hover .pic:before{left: 0;top: 0;width: 100%;height: 100%;border-radius: 0;}
.honorCont .part2 .imageList .swiper-slide .item:hover .pic img{opacity: .5;}
.honorCont .part2 .imageList .swiper-slide .item:hover .tit{background-color: #009adc;color: #fff;}
.honorCont .part2 .imageList .swiper-slide .item:hover .pic img:hover{cursor: url(../images/honor/cursor_fdj_img.png),auto;}
@media only screen and (max-width: 991px) {
	.honorCont .part2 .imageList .swiper-slide .item .pic{height: 200px;}
}
@media only screen and (max-width: 768px) {
	/*part1*/
	.honorCont .part1{position: relative;}
	.honorCont .part1 .conL{width: 100%;height: auto;padding: 20px 5%;margin-top: 210px;}
	.honorCont .part1 .conL .tit{font-size: 24px;}
	.honorCont .part1 .conL .honorList{width: 100%;margin-top: 0;}
	.honorCont .part1 .conL .honorList .swiper-slide ul li{line-height: 40px;}
	.honorCont .part1 .conL .honorList .swiper-slide ul li:before{top: 16px;}
	.honorCont .part1 .conL .btnsArea{margin-top: 10px;text-align: center;}
	.honorCont .part1 .conL .btnsArea .btn{float: none;display: inline-block;margin: 0 10px;}
	/* .honorCont .part1 .conR{position: absolute;right: 10%;top: 20px;width: 80%;height: 200px;} */
	
	/*part2*/
	.honorCont .part2{margin-top: 30px;}
	.honorCont .part2 .imageList .swiper-slide{width: 100%;}
	.honorCont .part2 .imageList .swiper-slide .item{margin-bottom: 20px;}
	.honorCont .part2 .imageList .swiper-slide .item .pic{height: 260px;padding: 2px;}
	.honorCont .part2 .imageList .swiper-slide .item .tit{height: 40px;padding: 0 2%;font-size: 14px;line-height: 40px;}
/* 	手机站修改 */
	.honorCont .part1 .conR{position: absolute;right: 5%;top: 20px;width: 89%;height: 0;padding-bottom: 85%;}
	.honorCont .part1 .conL {margin-top:85%;}
	
}

/* 	手机站修改 */
/* .qHonorList ul li {width: 31.5%;margin-right:1.7%;float: left;} */


