/* nyAboutUs start */
.nyAboutUs { padding: 100px 0; background:#f5f8fb; }
.nyAboutUs .nyAboutUs_main { margin: 0 auto; }
.nyAboutUs_main .nyAboutUs_con { line-height: 44px; color: #777; font-size: 18px; text-align: justify; word-break: break-all; margin: 40px auto; }
.nyAboutUs_con div, .nyAboutUs_con p { line-height: 44px; color: #777; font-size: 18px; text-align: justify; word-break: break-all; }
.nyAboutUs_main .nyAboutUs_Culture { width: 100%; height: 500px; overflow: hidden; margin: 0 auto;background: url(../images/abCulture_bg.jpg) center center no-repeat; background-size: cover; position: relative; }
.nyAboutUs_Culture::before { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .45); position: absolute; left: 0; top: 0; }
.nyAboutUs_Culture ul { height: 100%; position: relative; z-index: 1; }
.nyAboutUs_Culture ul li { width: 33.333333%; height: 100%; overflow: hidden; padding: 60px; border-left: 1px solid rgba(255, 255, 255, .25); float: left; display: flex; align-items: center; }
.nyAboutUs_Culture ul li:first-child { border-left: 0; }
.nyAboutUs_Culture ul li:hover { background: linear-gradient(to right, rgba(43, 50, 178, 0.9), rgba(20, 136, 204, 0.9)); }
.nyAboutUs_Culture ul li .abCulture_con { width: 100%; margin: 0 auto; }
.nyAboutUs_Culture ul li .abCulture_ico { width: 100px; height: 100px; border: 1px dashed #fff; border-radius: 50%; margin: 0 auto 30px; padding: 13px; }
.nyAboutUs_Culture ul li .abCulture_ico i { display: block; width: 100%; height: 100%; overflow: hidden; background-color: rgba(255, 255, 255, 0); border-radius: 50%; position: relative; }
.nyAboutUs_Culture ul li:hover .abCulture_ico i { background-color: rgba(255, 255, 255, 1); }
.nyAboutUs_Culture ul li .abCulture_ico i svg { display: block; width: 50px; height: 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }
.nyAboutUs_Culture ul li:hover .abCulture_ico i svg { width: 40px; height: 40px; }
.nyAboutUs_Culture ul li .abCulture_ico i svg path { fill: #ffffff; }
.nyAboutUs_Culture ul li:hover .abCulture_ico i svg path { fill: #245dbe; }
.nyAboutUs_Culture ul li .abCulture_tit { height: 36px; line-height: 36px; color: #fff; font-size: 24px; text-align: center; margin: 0 auto; }
.nyAboutUs_Culture ul li span { display: block; height: 24px; line-height: 24px; color: rgba(255, 255, 255, .25); font-size: 16px; text-align: center; margin: 0 auto; }
.nyAboutUs_Culture ul li .line { width: 100%; height: 0; overflow: hidden; margin: 0 auto; position: relative; }
.nyAboutUs_Culture ul li:hover .line { height: 9px; margin: 20px auto 40px; }
.nyAboutUs_Culture ul li .line i { display: block; width: 7px; height: 7px; background-color: #fff; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }
.nyAboutUs_Culture ul li .line::before, .nyAboutUs_Culture ul li .line::after { content: ''; display: block; width: 0; height: 1px; background-color: #fff; position: absolute; top: 3px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.nyAboutUs_Culture ul li .line::before { right: 56%; }
.nyAboutUs_Culture ul li .line::after { left: 56%; }
.nyAboutUs_Culture ul li:hover .line::before, .nyAboutUs_Culture ul li:hover .line::after { width: 32%; }
.nyAboutUs_Culture ul li p { height: 0; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; text-align: center; }
.nyAboutUs_Culture ul li:hover p { height: auto; }
/* nyAboutUs end */


/* nyHistory start */
.nyHistory { padding: 100px 0; background: url(../images/history_bg.jpg) center center no-repeat; background-size: cover; }
.nyHistory .nyHistory_main { margin: 0 auto; }
.nyHistory_main .nyHistory_year { margin-bottom: 50px; padding: 25px 0; }
.nyHistory_year .swiper-slide { position: relative; cursor: pointer; }
.nyHistory_year .swiper-slide i { display: block; width: 16px; height: 16px; border: 2px solid rgba(255, 255, 255, .1); border-radius: 50%; }
.nyHistory_year .swiper-slide:hover i, .nyHistory_year .swiper-slide.on i { border: 2px solid #fff; background: linear-gradient(to right, #2b32b2, #1488cc); }
.nyHistory_year .swiper-slide p { height: 32px; overflow: hidden; line-height: 32px; color: rgba(255, 255, 255, .25); font-size: 24px; margin-top: 20px; }
.nyHistory_year .swiper-slide:hover p, .nyHistory_year .swiper-slide.on p { color: #fff; }
.nyHistory_year .swiper-slide::after { content: ''; display: block; width: calc(100% - 16px); height: 2px; background-color: rgba(255, 255, 255, .1); position: absolute; top: 7px; right: 0; }
.nyHistory_swiper .swiper-slide .nyHistory_con {width: 78%;height: 265px;margin: 0  auto; position:relative;}
.nyHistory_swiper .swiper-slide .nyHistory_img { width: 480px; height: 100%; overflow: hidden; background-color: #fff; border-radius: 16px; position: relative; float: left; }
.nyHistory_swiper .swiper-slide .nyHistory_img img { display: block; max-width: 100%; max-height: 100%; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.nyHistory_swiper .swiper-slide .nyHistory_txt {width: 100%;height: 225px;overflow: hidden;position: relative;text-align: center;margin: 0 auto;background: linear-gradient(to right, #2b32b2, #1488cc);padding: 40px 10% 0;}
.nyHistory_swiper .swiper-slide .nyHistory_con::after{ content:""; display:block; width:85%; height:160px;background: linear-gradient(to right, #2b32b2, #1488cc); opacity:0.45; position:absolute; left:50%;transform: translate(-50%, 0);}
.nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit {width: 100%;height: 60px;overflow: hidden;line-height: 60px;color: #fff;font-size: 44px;font-weight: bold;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nyHistory_swiper .swiper-slide .nyHistory_txt i {display: block;width: 100%;height: 2px;overflow: hidden;background-color: rgba(255, 255, 255, .1);margin: 15px 0 25px;position: relative;}
.nyHistory_swiper .swiper-slide .nyHistory_txt i::before {content: '';display: block;width: 150px;height: 2px;background: #fff;position: absolute;transform: translate(-50%, 0);left: 50%;}
.nyHistory_swiper .swiper-slide .nyHistory_txt p { width: 100%;line-height: 32px; color: #fff; font-size: 18px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis; padding:0 10px;}
.nyHistory_swiper .swiper-button-prev, .nyHistory_swiper .swiper-button-next { width: 60px; height: 60px; border-radius: 50%; background-color: #fff; background-image: none; box-shadow: 0 0 18px rgba(0, 0, 0, .08); margin: 0 !important; opacity: 1 !important; position: absolute; top: 50% !important; right: inherit !important; bottom: 0 !important; left: inherit !important;transform: translate(0, -50%); }
.nyHistory_swiper .swiper-button-prev { left:0!important; }
.nyHistory_swiper .swiper-button-next { right:0  !important;}
.nyHistory_swiper .swiper-button-prev:hover, .nyHistory_swiper .swiper-button-next:hover { background-color: rgba(0, 0, 0, 0); background: linear-gradient(to right, #2b32b2, #1488cc); }
.nyHistory_swiper .swiper-button-prev svg, .nyHistory_swiper .swiper-button-next svg { display: block; width: 20px; height: 20px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }
.nyHistory_swiper .swiper-button-prev svg path, .nyHistory_swiper .swiper-button-next svg path { fill: #999999; }
.nyHistory_swiper .swiper-button-prev:hover svg path, .nyHistory_swiper .swiper-button-next:hover svg path { fill: #ffffff; }
.nyHistory_swiper .swiper-button-disabled { opacity: 0.3 !important; }
/* nyHistory end */


/* nyHonor start */
.nyHonor { padding: 100px 0; background:#f5f8fb; }
.nyHonor .nyHonor_main { margin: 0 auto; }
.nyHonor_main .nyHonor_swiper { position: relative; }
.nyHonor_swiper .swiper-slide .nyHonor_con { width: 100%; height: 490px; overflow: hidden; padding: 80px; background: url(../images/honor_bg01.jpg) center top no-repeat; background-size: cover; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.nyHonor_swiper .swiper-slide .nyHonor_con::after{ content:""; display:block; width:0; height:50px; background:url(../images/jt13.png) no-repeat center center; position:absolute; left:50%; top:50%;transform: translate(-50%, -50%);}
.nyHonor_swiper .swiper-slide:hover .nyHonor_con { background: url(../images/honor_bg02.jpg) center top no-repeat; background-size: cover; }
.nyHonor_swiper .swiper-slide:hover .nyHonor_con::after{ width:50px;}
.nyHonor_swiper .swiper-slide p { width: 100%; height: 280px; overflow: hidden; margin: 0 auto 40px; background-color: #fff; position: relative; }
.nyHonor_swiper .swiper-slide p img { display: block; max-width: 100%; max-height: 100%; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.nyHonor_swiper .swiper-slide span { display: block; width: 100%; height: 36px; overflow: hidden; line-height: 36px; color: #999; font-size: 18px; font-weight: bold; text-align: center; white-space: nowrap; text-overflow: ellipsis; }
.nyHonor_swiper .swiper-slide:hover span { color: #fff; }
.nyHonor_swiper .swiper-button-prev, .nyHonor_swiper .swiper-button-next { width: 60px; height: 60px; border-radius: 50%; background-color: #fff; background-image: none; box-shadow: 0 0 18px rgba(0, 0, 0, .08); margin: 0; opacity: 1 !important; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.nyHonor_swiper .swiper-button-prev { left: -30px; }
.nyHonor_swiper .swiper-button-next { right: -30px; }
.nyHonor_swiper .swiper-button-prev:hover, .nyHonor_swiper .swiper-button-next:hover { background-color: rgba(0, 0, 0, 0); background: linear-gradient(to right, #2b32b2, #1488cc); }
.nyHonor_swiper .swiper-button-prev svg, .nyHonor_swiper .swiper-button-next svg { display: block; width: 20px; height: 20px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }
.nyHonor_swiper .swiper-button-prev svg path, .nyHonor_swiper .swiper-button-next svg path { fill: #999999; }
.nyHonor_swiper .swiper-button-prev:hover svg path, .nyHonor_swiper .swiper-button-next:hover svg path { fill: #ffffff; }

/* nyHonor end */


@media (max-width:1680px) {
.nyAboutUs,  .nyHistory,  .nyHonor { padding: 90px 0; }
.nyAboutUs_main .nyAboutUs_con { line-height: 32px; font-size: 16px; margin: 40px auto; }
.nyAboutUs_con div,  .nyAboutUs_con p { line-height: 32px; font-size: 16px; margin-top: 10px; }
.nyAboutUs_main .nyAboutUs_Culture { height: 460px; }
.nyAboutUs_Culture ul li { padding: 40px; }
.nyAboutUs_Culture ul li .abCulture_tit { height: 32px; line-height: 32px; font-size: 22px; }
.nyAboutUs_Culture ul li span { height: 20px; line-height: 20px; font-size: 14px; }
.nyAboutUs_Culture ul li:hover .line { margin: 20px auto 30px; }
.nyHistory_main .nyHistory_year { margin-bottom: 40px; padding: 20px 0; }
.nyHistory_swiper .swiper-slide .nyHistory_con { height: 210px; }
.nyHistory_swiper .swiper-slide .nyHistory_txt{ height:180px; padding:20px 10% 0;}
.nyHistory_swiper .swiper-slide .nyHistory_txt p { font-size: 16px; }
.nyHistory_swiper .swiper-button-prev,  .nyHistory_swiper .swiper-button-next { width: 50px; height: 50px; }
.nyHistory_swiper .swiper-button-prev svg,  .nyHistory_swiper .swiper-button-next svg { width: 18px; height: 18px; }
.nyHonor_swiper .swiper-slide .nyHonor_con { height: 440px; padding: 60px; }
.nyHonor_swiper .swiper-slide p { margin-bottom: 30px; }
.nyHonor_swiper .swiper-button-prev,  .nyHonor_swiper .swiper-button-next { width: 50px; height: 50px; }
}
 @media (max-width:1600px) {
.nyAboutUs_main .nyAboutUs_Culture { height: 440px; }
.nyHistory_year .swiper-slide p { height: 30px; line-height: 30px; font-size: 22px; }
.nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit { height: 48px; line-height: 48px; font-size: 40px; }
}
 @media (max-width:1560px) {
.nyAboutUs,  .nyHistory,  .nyHonor { padding: 80px 0; }
.nyHistory_swiper .swiper-slide .nyHistory_txt{ padding:30px 10% 0;}
}
 @media (max-width:1440px) {
.nyAboutUs_main .nyAboutUs_Culture { height: 420px; }
.nyHonor_swiper .swiper-slide .nyHonor_con { height: 420px; padding: 50px; }
.nyHonor_swiper .swiper-slide p { margin-bottom: 25px; }
.nyHonor_swiper .swiper-slide span { height: 32px; line-height: 32px; font-size: 16px; }
}
 @media (max-width:1366px) {
.nyAboutUs,  .nyHistory,  .nyHonor { padding: 70px 0; }
.nyHonor_swiper .swiper-slide .nyHonor_con { height: 400px; padding: 40px; }
.nyHonor_swiper .swiper-slide p { margin-bottom: 20px; }
}
 @media (max-width:1280px) {
.nyAboutUs_con div,  .nyAboutUs_con p { line-height: 30px; font-size: 15px; margin-top: 10px; }
.nyAboutUs_main .nyAboutUs_Culture { height: 380px; }
.nyAboutUs_Culture ul li .abCulture_ico { width: 80px; height: 80px; margin: 0 auto 20px; padding: 10px; }
.nyAboutUs_Culture ul li .abCulture_ico i svg { width: 40px; height: 40px; }
.nyAboutUs_Culture ul li:hover .abCulture_ico i svg { width: 36px; height: 36px; }
.nyAboutUs_Culture ul li .abCulture_tit { height: 30px; line-height: 30px; font-size: 20px; }
.nyAboutUs_Culture ul li:hover .line { margin: 10px auto 20px; }
.nyAboutUs_Culture ul li p { font-size: 15px; }
.nyHistory_main .nyHistory_year { padding: 10px 0; }
.nyHistory_year .swiper-slide p { font-size: 20px; margin-top: 12px; }
.nyHistory_swiper .swiper-slide .nyHistory_img { width: 420px; }
.nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit { height: 40px; line-height: 40px; font-size: 36px; }
.nyHistory_swiper .swiper-slide .nyHistory_txt p { line-height: 30px; font-size: 15px; }
.nyHonor_swiper .swiper-slide .nyHonor_con { height: 360px; }
.nyHonor_swiper .swiper-slide p { height: 240px; }
}
 @media (max-width:1200px) {
.nyAboutUs,  .nyHistory,  .nyHonor { padding: 60px 0; }
.nyAboutUs_main .nyAboutUs_con { margin: 32px auto; }
.nyAboutUs_con div,  .nyAboutUs_con p { line-height: 28px; font-size: 14px; margin-top: 8px; }
.nyAboutUs_main .nyAboutUs_Culture { height: 360px;}
.nyAboutUs_Culture ul li { padding: 20px; }
.nyAboutUs_Culture ul li p { line-height: 28px; font-size: 14px; }
.nyHistory_main .nyHistory_year { margin-bottom: 32px; }
.nyHistory_swiper .swiper-slide .nyHistory_img { border-radius: 12px; }
.nyHonor_swiper .swiper-slide .nyHonor_con { height: 340px; padding: 32px;}
.nyHonor_swiper .swiper-slide p { margin-bottom: 16px; }
}
 @media (max-width:1080px) {
.nyAboutUs_main .nyAboutUs_Culture { height: 340px; }
.nyHistory_year .swiper-slide p { font-size: 18px; margin-top: 10px; }
.nyHistory_swiper .swiper-slide .nyHistory_img { width: 380px; }
.nyHistory_swiper .swiper-slide .nyHistory_con { height: 200px; }
.nyHistory_swiper .swiper-slide .nyHistory_txt{ height:170px;}
.nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit { height: 32px; line-height: 32px; font-size: 32px; }
.nyHistory_swiper .swiper-slide .nyHistory_txt i { margin: 16px 0; }
.nyHistory_swiper .swiper-slide .nyHistory_txt i::before { width: 120px; }
.nyHistory_swiper .swiper-button-prev,  .nyHistory_swiper .swiper-button-next { width: 44px; height: 44px; }
.nyHistory_swiper .swiper-button-next { margin-left: 64px !important; }
.nyHonor_swiper .swiper-slide .nyHonor_con { height: auto; padding: 24px; }
.nyHonor_swiper .swiper-slide p { height: 230px; }
.nyHonor_swiper .swiper-slide span { height: 30px; line-height: 30px; font-size: 15px; }
.nyHonor_swiper .swiper-button-prev,  .nyHonor_swiper .swiper-button-next { width: 44px; height: 44px; display:none; }
.nyHonor_swiper .swiper-button-prev svg,  .nyHonor_swiper .swiper-button-next svg { width: 18px; height: 18px; }
}
 @media (max-width:1024px) {
.nyAboutUs,  .nyHistory,  .nyHonor { padding: 50px 0; }
.nyAboutUs_main .nyAboutUs_Culture { height: 320px; }
.nyHistory_year .swiper-slide p { font-size: 16px; }
.nyHistory_swiper .swiper-slide .nyHistory_con { height: 190px; }
.nyHistory_swiper .swiper-slide .nyHistory_img { width: 360px; }
.nyHistory_swiper .swiper-slide .nyHistory_txt{ height:170px;}
.nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit { height: 30px; line-height: 30px; font-size: 28px; }
.nyHistory_swiper .swiper-slide .nyHistory_txt p {line-height: 28px; font-size: 14px; }
.nyHistory_swiper .swiper-slide .nyHistory_con::after{ width:90%;}
}
 @media (max-width:920px) {
.nyAboutUs_main .nyAboutUs_Culture { height: 300px;}
.nyAboutUs_main .nyAboutUs_con { margin: 20px auto; }
.nyHistory_main .nyHistory_year { margin-bottom: 30px; }
.nyHistory_swiper .swiper-slide .nyHistory_con { height: 180px; }
.nyHistory_swiper .swiper-slide .nyHistory_img { width: 320px;}
.nyHistory_swiper .swiper-slide .nyHistory_txt{ height:160px;}
.nyHistory_swiper .swiper-slide .nyHistory_txt i { margin: 12px 0; }
.nyHonor_swiper .swiper-slide p { height: 220px; }
}
 @media (max-width:820px) {
.nyAboutUs,  .nyHistory,  .nyHonor { padding: 40px 0; }
.nyAboutUs_Culture ul li p { line-height: 24px; font-size: 14px; }
.nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit{ font-size:24px;}
}
 @media (max-width:767px) {
.nyAboutUs_main .nyAboutUs_Culture { height: auto; }
.nyAboutUs_Culture ul li { width: 100%; height: auto; border-left: 0 solid rgba(255, 255, 255, .25); border-top: 1px solid rgba(255, 255, 255, .25); float: none; }
.nyAboutUs_Culture ul li:first-child { border-top: 0; }
.nyAboutUs_Culture ul li .abCulture_tit { font-size: 18px; }
.nyHistory_year .swiper-slide i { width: 14px; height: 14px; }
.nyHistory_year .swiper-slide::after { width: calc(100% - 14px); top: 6px; }
.nyHistory_year .swiper-slide p { height: 20px; line-height: 20px; }
.nyHistory_swiper .swiper-slide .nyHistory_con { height: auto; width:100%; }
.nyHistory_swiper .swiper-slide .nyHistory_con::after{ height:20px;}
.nyHistory_swiper .swiper-slide .nyHistory_img { width: 100%; height: 160px; float: none; }
.nyHistory_swiper .swiper-slide .nyHistory_txt { width: 100%; height: auto; padding: 20px 0; float: none; }
.nyHistory_swiper .swiper-button-prev, .nyHistory_swiper .swiper-button-next{ display:none;}
.nyHistory_swiper .swiper-container { padding-bottom: 30px; }
.nyHonor_swiper .swiper-slide .nyHonor_con { padding: 20px; }
.nyHonor_swiper .swiper-slide p { height: 180px; }
.nyHonor_swiper .swiper-slide span { height: 25px; line-height: 25px; }
.nyHonor_swiper .swiper-button-prev,.nyHonor_swiper .swiper-button-next{ display:none;}
}
 @media (max-width:390px) {
.nyHistory_swiper .swiper-slide .nyHistory_img { height: 140px; }
.nyHonor_swiper .swiper-slide p { height: 160px; }
.nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit{ font-size:22px;}
}
 @media (max-width:320px) {
.nyAboutUs,  .nyHistory { padding: 30px 0; }
.nyHistory_swiper .swiper-slide .nyHistory_img { height: 120px; }
.nyHonor { padding: 20px 0 40px; }
.nyHonor_swiper .swiper-slide p { height: 200px; }
}
 @media (max-width:280px) {
.nyHonor_swiper .swiper-slide p { height: 180px; }
}
