/*nyAbout_intro start*/
.nyAbout_intro { overflow: hidden; padding: 70px 0;}
.nyAboutIntro_con { width: 50%; padding-right: 60px; float: left;}
.nyAboutIntro_con .nyAboutIntro_name { line-height: 40px; color: #222; font-size: 32px; font-weight: bold; margin-bottom: 40px;}
.nyAboutIntro_name::after { content: ''; display: block; width: 80px; height: 3px; overflow: hidden; background-color: #003e97; margin-top: 20px;}
.nyAboutIntro_con .nyAboutIntro_text { height: 327px; overflow-y: scroll;  padding-right: 20px;}
.nyAboutIntro_text p { width: 100%; overflow: hidden; line-height: 30px; color: #666; font-size: 16px; text-align: justify; word-break: break-all; margin: 0 auto; padding: 0; }
.nyAboutIntro_text p span, .nyAboutIntro_text p em { color: #666!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 15px!important; font-style: normal!important; font-weight: normal!important; }
.nyAboutIntro_text p br { display: none; }

.nyAboutIntro_data { margin-top: 40px;}
.nyAboutIntro_data ul { display: flex; justify-content: space-between;}
.nyAboutIntro_data ul li { max-width: 33.333333%;}
.nyAboutIntro_data ul li p { height: 60px; overflow: hidden; line-height: 60px; color: #003e97; font-size: 56px; font-weight: bold; text-align: center;}
.nyAboutIntro_data ul li span { display: block; overflow: hidden; line-height: 30px; color: #666; font-size: 16px; text-align: center;}

.nyAboutIntro_img { width: 50%; height: 560px; padding-left: 30px; position: relative; float: right;}
.nyAboutIntro_img::before { content: ''; display: block; width: 30px; height: calc(100% - 160px); background-color: #003e97; position: absolute; left: 0; top: 80px;}
.nyAboutIntro_img i { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
/*nyAbout_intro end*/


/*nyAbout_culture start*/
.nyAbout_culture { overflow: hidden; padding: 100px 0; background: #222 url(../images/cultureBg.jpg) center center no-repeat; background-size: cover;}
.nyAboutCulture_main ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px -30px;}
.nyAboutCulture_main ul li { width: 50%; margin-bottom: 30px; padding: 0 15px;}
.nyAboutCulture_main ul li .con { display: flex; align-items: center; justify-items: center; min-height: 100%; overflow: hidden; background-color: #fff;}
.nyAboutCulture_main ul li .con:hover { background-color: #003e97;}
.nyAboutCulture_main ul li .con .pic { width: 224px; height: 200px; overflow: hidden; position: relative;}
.nyAboutCulture_main ul li .con .pic::before, .nyAboutCulture_main ul li .con .pic::after { content: ''; display: block; width: 1px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyAboutCulture_main ul li .con .pic::before { height: 100%; background-color: #e6e6e6;}
.nyAboutCulture_main ul li .con .pic::after { height: 50px; background-color: #003e97;}
.nyAboutCulture_main ul li .con:hover .pic::before { background-color: rgba(255, 255, 255, .15);}
.nyAboutCulture_main ul li .con:hover .pic::after { background-color: #fff;}
.nyAboutCulture_main ul li .con .pic em { display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyAboutCulture_main ul li .con .pic em::before, .nyAboutCulture_main ul li .con .pic em::after { content: ''; display: block; width: 120px; height: 120px; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); box-sizing: border-box; -webkit-box-sizing: border-box;}
.nyAboutCulture_main ul li .con .pic em::before { background-color: #f5f8fb;}
.nyAboutCulture_main ul li .con:hover .pic em::before { background-color: #cbd3e9;}
.nyAboutCulture_main ul li .con .pic em::after { border: 1px solid #e8ecf0;}
.nyAboutCulture_main ul li .con:hover .pic em::after { border: 1px solid #cbd3e9;}
.nyAboutCulture_main ul li .con .pic em i { display: block; width: 84px; height: 84px; overflow: hidden; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyAboutCulture_main ul li .con .pic em i.ico1 { background: #fff url(../images/abIco1.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con .pic em i.ico2 { background: #fff url(../images/abIco2.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con .pic em i.ico3 { background: #fff url(../images/abIco3.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con .pic em i.ico4 { background: #fff url(../images/abIco4.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con:hover .pic em i.ico1 { background: #fff url(../images/abIco01.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con:hover .pic em i.ico2 { background: #fff url(../images/abIco02.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con:hover .pic em i.ico3 { background: #fff url(../images/abIco03.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con:hover .pic em i.ico4 { background: #fff url(../images/abIco04.png) center center no-repeat; background-size: 50px 50px;}

.nyAboutCulture_main ul li .con .text { width: calc(100% - 224px); overflow: hidden; padding: 0 50px;}
.nyAboutCulture_main ul li .con .text em { display: block; line-height: 24px; color: rgba(0, 0, 0, .15); font-family: "AlimamaShuHeiTi-Bold"; font-size: 18px;}
.nyAboutCulture_main ul li .con:hover .text em { color: rgba(255, 255, 255, .15);}
.nyAboutCulture_main ul li .con .text p { line-height: 30px; color: #222; font-size: 20px; font-weight: bold; margin: 4px 0 10px;}
.nyAboutCulture_main ul li .con:hover .text p { color: #fff;}
.nyAboutCulture_main ul li .con .text span { display: block; line-height: 24px; color: #777; font-size: 16px;}
.nyAboutCulture_main ul li .con:hover .text span { color: rgba(255, 255, 255, .45);}
/*nyAbout_culture end*/


/*荣誉资质*/
.lq_AboutHonor{ padding:100px 0; overflow:hidden;}
.lqNqHonor_Main{ background:url(../images/Honor_bg.png) no-repeat top center;background-position: center left; border:1px solid #ddd; overflow:hidden; padding:80px 40px 80px 0; min-height:500px;}
.lqNqHonor_Main ul{ width:48%; float:right; padding-right:50px;overflow-y: scroll; max-height:300px;}
.lqNqHonor_Main ul li{ font-size:18px; color:#555; position:relative; margin-bottom:25px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lqNqHonor_Main ul li:before{ content:""; display:inline-block; width:4px; height:4px; background:#003e97; margin:0 20px 5px 0; border-radius:50px; }
/* 设置滚动条的样式 */
.lqNqHonor_Main ul::-webkit-scrollbar {
width:4px;
}
.lqNqHonor_Main ul::-webkit-scrollbar-track {
background-color:#003e97;
border-radius:0px;
}
.lqNqHonor_Main ul::-webkit-scrollbar-thumb {
background-color:#eee;
}
.lqNqHonor_Main ul::-webkit-scrollbar-thumb:window-inactive {
background-color:#eee;
}

.caseDetailpic{ text-align:center;}
.caseDetailpic img{ max-width:70% !important; margin:0 auto 20px !important; display:block;}

@media (max-width:1680px) {
	.nyAbout_culture,.lq_AboutHonor{ padding: 80px 0;}
	.nyAbout_intro{ padding:120px 0 70px;}
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
	.nyAbout_culture,.lq_AboutHonor{ padding: 70px 0;}
	.nyTitle span,.nyTitle p { font-size: 32px; }
	.nyAboutCulture_main ul li .con .pic{ width:180px; height:180px;}
	.nyAboutCulture_main ul li .con .text{width: calc(100% - 180px);}
	.nyAboutCulture_main ul li .con .text span{ font-size:15px;}
}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {
	.nyTitle{ margin-bottom: 20px;}
	.nyTitle span, .nyTitle p{ font-size:28px;}
	.nyTitle p{ margin: 0 auto 10px;}
	.nyAboutIntro_data ul li p{ font-size:44px;}
	.nyAbout_culture,.lq_AboutHonor,.nyAbout_intro{ padding: 60px 0;}
	
	.lqNqHonor_Main{padding: 60px 30px 60px 0;min-height:300px;}
.lqNqHonor_Main ul{ width:40%;}
.lqNqHonor_Main ul li{ font-size:15px; margin-bottom:15px;}
}

@media (max-width:1080px) {
	.nyAboutIntro_con .nyAboutIntro_name{ font-size:24px; margin-bottom:20px;}
	.nyAboutIntro_name::after{ margin-top:10px;}
	.nyAboutIntro_data ul li p{ font-size:40px;}
}

@media (max-width:1024px) {
	.nyAbout_intro{ padding:100px 0 50px;}
	.nyAbout_culture,.lq_AboutHonor{ padding: 50px 0;}
	.lqNqHonor_Main ul{ padding-right:30px;}
}

@media (max-width:920px) {
	.nyTitle span, .nyTitle p{ font-size:24px;}
	.nyAboutCulture_main ul li .con .pic{ width:145px; height:145px;}
	.nyAboutCulture_main ul li .con .text{width: calc(100% - 145px);padding: 0 20px;}
	
	.nyAboutCulture_main ul li .con .pic em::before, .nyAboutCulture_main ul li .con .pic em::after{ width:100px; height:100px;}
	.nyAboutCulture_main ul li .con .text em,.nyAboutCulture_main ul li .con .text span{ font-size:14px;}
	.nyAboutCulture_main ul li .con .text p{ font-size:15px; margin: 0;}
}

@media (max-width:820px) {
	.nyAbout_intro{ padding:100px 0 40px;}
	.nyAbout_culture,.lq_AboutHonor{ padding: 40px 0;}
	.nyAboutIntro_con{ width:100%; padding-right:0;}
	.nyAboutIntro_img{ width:100%; margin-top: 20px; height:400px;}
	.nyAboutIntro_data{ margin-top: 20px;}
	
	.nyAboutCulture_main ul li{ width:100%;margin-bottom: 20px;}
	
	.lqNqHonor_Main{padding: 50px 30px 50px 0;background-position: calc(10% - 10px) 50%;}
}

@media (max-width:768px) {
	.nyTitle span, .nyTitle p{ font-size:22px;}
	.nyAboutIntro_con .nyAboutIntro_name{ font-size:22px;}
	.nyAboutIntro_text p{ font-size:15px;}
	.nyAboutIntro_data ul li p{ font-size:35px;}
	.nyAboutIntro_data ul li span{ font-size:15px; line-height:25px;}

	.lqNqHonor_Main{padding: 30px 30px 50px 50px; height:260px;  background-position: calc(10% - 10px) 10%;}
	.lqNqHonor_Main ul{max-height: 240px;}
}
@media (max-width:550px) {
	.nyAbout_intro{ padding:100px 0 30px;}
	.nyAbout_culture,.lq_AboutHonor{ padding: 30px 0;}
	
	.lqNqHonor_Main{padding:40px; min-height:350px;}
}
@media (max-width:425px) {
.lqNqHonor_Main{background-position: calc(14% - 10px) 10%;}
.lqNqHonor_Main ul{ width:50%;}
.nyAboutIntro_data,.nyAboutIntro_img::before{ display:none;}
.nyAboutIntro_img{ height:200px; padding:0;}
}
@media (max-width:390px) {
	.lqNqHonor_Main{padding:30px;min-height: 300px;}
}

@media (max-width:320px) {
	.nyAboutIntro_img{ height:150px;}
	.nyAbout_culture{ display:none;}
	.lqNqHonor_Main{ padding:10px;}
	.lqNqHonor_Main ul{ padding-right:10px;}
}