/*nyAbout_gsjj start*/
.nyAbout_gsjj { padding: 60px 20px; overflow: hidden; background: #eee url(../images/webp/nyAb_bg01.webp) center center no-repeat; background-size: cover; }
.nyAbout_data ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -10px; }
.nyAbout_data ul li { width: 50%; padding: 0 10px; margin-bottom: 20px; }
.nyAbout_data ul li .nyAbData_con { height: 100%; padding: 20px 10px; background-color: #fb672b; }
.nyAbData_con p, .nyAbData_con p em { line-height: 1.2; color: #fff; font-size: 24px; font-weight: bold; text-align: center; }
.nyAbData_con p em { font-size: 36px; }
.nyAbData_con span { display: block; line-height: 1.3; color: #fff; font-size: 16px; text-align: center; text-transform: capitalize; margin-top: 10px; }
.nyAbout_main .nyAbout_text { width: 100%; line-height: 1.8; color: #222; font-size: 16px; min-height:300px;}
.nyAbout_text p { line-height: 1.8; color: #222; font-size: 18px; padding: 8px 0; }
.nyAbout_main .nyAbout_img { width: 100%; height: 300px; position: relative; margin-top: 20px; }
.nyAbout_img p { display: block; width: 100%; height: 100%; overflow: hidden; position: relative; }
.nyAbout_img::after { content: ''; display: block; width: 150px; height: 200px; overflow: hidden; background: linear-gradient(to bottom, rgba(218, 37, 28, 0), #fb672b); position: absolute; right: -16px; bottom: -20px; }
/*nyAbout_gsjj end*/


/*nyAbout_culture start*/
.nyAbout_culture { overflow: hidden; padding: 60px 20px; }
.nyAbCulture_main ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px; }
.nyAbCulture_main ul li { width: 100%; margin-bottom: 20px; padding: 0 15px; }
.nyAbCulture_main ul li:last-child { margin-bottom: 0; }
.nyAbCulture_main ul li .nyAbCulture_con { display: flex; height: 100%; padding: 20px; background-color: #eee; align-items: center; }
.nyAbCulture_main ul li .nyAbCulture_con:hover { background-color: #fb672b; }
.nyAbCulture_con i { display: block; width: 70px; height: 70px; overflow: hidden; padding: 15px; border: 1px dashed #fb672b; border-radius: 50%; }
.nyAbCulture_con:hover i { border: 1px dashed #fff; }
.nyAbCulture_con:hover i svg path { fill: #ffffff; }
.nyAbCulture_con .nyAbCulture_text { width: calc(100% - 70px); padding-left: 30px; }
.nyAbCulture_text span { display: block; line-height: 1.5; color: #222; font-size: 24px; font-weight: bold; text-transform: capitalize; }
.nyAbCulture_text p { line-height: 1.5; color: #777; font-size: 18px; margin-top: 5px; }
.nyAbCulture_con:hover .nyAbCulture_text span { color: #fff; }
.nyAbCulture_con:hover .nyAbCulture_text p { color: rgba(255, 255, 255, .7); }
/*nyAbout_culture end*/


/*nyAbout_picture start*/
.nyAbout_picture { overflow: hidden; padding: 60px 20px; background-color: #eee; }
.nyAbout_picture ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px; }
.nyAbout_picture ul li { width: 33.333333%; padding: 0 10px; }
.nyAbout_picture ul li .nyAbPic_con { width: 100%; height: 250px; overflow: hidden; position: relative; }
/*nyAbout_picture end*/


/*nyAbout_honor start*/
.nyAbout_honor { overflow: hidden; padding: 60px 20px; }
.nyAbHonor_swiper { position: relative; min-height:300px; }
.nyAbHonor_swiper .swiper-slide { height: 300px; padding: 20px; border: 1px solid #ddd; }
.nyAbHonor_swiper .swiper-slide:hover { border: 1px solid #fb672b; }
.nyAbHonor_swiper .swiper-slide a.nyAbHonor_img { display: block; width: 100%; height: 100%; overflow: hidden; position: relative; }
.nyAbHonor_swiper .swiper-slide:hover a.nyAbHonor_img img { transform: scale(1.1); -webkit-transform: scale(1.1); }
/*nyAbout_honor end*/
@media (max-width:550px) {
.nyAbData_con p { font-size: 22px; }
.nyAbData_con p em { font-size: 32px; }
.nyAbHonor_swiper .swiper-slide { height: 280px; }
}
@media (max-width:480px) {
.nyAbout_gsjj, .nyAbout_culture, .nyAbout_picture, .nyAbout_honor { padding: 40px 20px; }
.nyAbData_con p { font-size: 20px; }
.nyAbData_con p em { font-size: 28px; }
.nyAbData_con span { font-size: 15px; margin-top: 5px; }
.nyAbout_data ul { margin: 0 -7px; }
.nyAbout_data ul li { padding: 0 7px; margin-bottom: 15px; }
.nyAbout_text p { font-size: 16px; }
.nyAbout_img::after { width: 140px; height: 170px; }
.nyAbout_main .nyAbout_img { height: 260px; }
.nyAbCulture_con i { width: 60px; height: 60px; padding: 14px; }
.nyAbCulture_con .nyAbCulture_text { width: calc(100% - 60px); padding-left: 20px; }
.nyAbCulture_text span { font-size: 22px; }
.nyAbCulture_text p { font-size: 16px; }
.nyAbout_picture ul { margin: 0 -7px; }
.nyAbout_picture ul li { padding: 0 7px; }
.nyAbout_picture ul li .nyAbPic_con { height: 200px; }
.nyAbHonor_swiper .swiper-slide { height: 260px; }
}
@media (max-width:414px) {
.nyAbData_con p { font-size: 18px; }
.nyAbData_con p em { font-size: 24px; }
.nyAbout_text p { font-size: 15px; }
.nyAbout_main .nyAbout_img { height: 240px; }
.nyAbout_img::after { width: 120px; height: 150px; }
.nyAbCulture_text span { font-size: 20px; }
.nyAbCulture_text p { font-size: 15px; }
.nyAbout_picture ul li .nyAbPic_con { height: 160px; }
.nyAbHonor_swiper .swiper-slide { height: 240px; }
}
@media (max-width:390px) {
.nyAbout_gsjj, .nyAbout_culture, .nyAbout_picture, .nyAbout_honor { padding: 30px 3%; }
.nyAbData_con span { font-size: 14px; }
.nyAbout_data ul { margin: 0 -5px; }
.nyAbout_data ul li { padding: 0 5px; margin-bottom: 10px; }
.nyAbData_con p { font-size: 16px; }
.nyAbData_con p em { font-size: 20px; }
.nyAbData_con span { font-size: 14px; }
.nyAbout_text p { font-size: 14px; }
.nyAbout_main .nyAbout_img { height: 220px; }
.nyAbout_img::after { width: 100px; height: 130px; bottom: -10px; right: -8px; }
.nyAbCulture_text span { font-size: 18px; }
.nyAbCulture_text p { font-size: 14px; }
.nyAbCulture_main ul li .nyAbCulture_con { padding: 15px; }
.nyAbCulture_con i { width: 50px; height: 50px; padding: 12px; }
.nyAbCulture_con .nyAbCulture_text { width: calc(100% - 50px); }
.nyAbCulture_main ul li { margin-bottom: 15px; }
.nyAbout_picture ul { margin: 0 -5px; }
.nyAbout_picture ul li { padding: 0 5px; }
.nyAbout_picture ul li .nyAbPic_con { height: 120px; }
.nyAbHonor_swiper .swiper-slide { height: 200px; }
}
@media (max-width:320px) {
.nyAbCulture_text span { font-size: 16px; }
}
