/* nyAbout_part1 start */
.nyAbout_part1 { overflow: hidden; padding: 100px 0; }
.nyAbout_part1 .nyAboutPart1_main { margin: 0 auto; }
.nyAboutPart1_main .nyAboutPart1_con { width: 46%; padding-right: 80px; float: left; }
.nyAboutPart1_con .nyAboutPart1_title,.nyAbout_part2 .nyAboutPart2_title,.nyAbout_part3 .nyAboutPart3_title,.nyAbout_part4 .nyAboutPart4_title,.nyAbout_part5 .nyAboutPart4_title{ margin-bottom: 40px; }
.nyAboutPart3_title span,.nyAboutPart4_title span{ -webkit-text-stroke: 1px #e9e9e9;}
.nyAboutPart2_title b{ color:#fff;}
.nyAboutPart2_title span{ -webkit-text-stroke: 1px #333;}
.nyAboutPart1_con .nyAboutPart1_txt { height: 250px; overflow-y: scroll; line-height: 32px; color: #999; font-size: 17px; scrollbar-color: #372162; scrollbar-width: 2px; padding-right: 40px; }
.nyAboutPart1_txt p { line-height: 32px !important; color: #999 !important; font-size: 17px !important; margin-bottom: 10px; }
.nyAboutPart1_txt span, .nyAboutPart1_txt p span, .nyAboutPart1_txt font, .nyAboutPart1_txt p font { line-height: 32px !important; color: #999 !important; font-size: 17px !important; font-family: \5FAE\8F6F\96C5\9ED1, Arial, Microsoft Yahei, Helvetica, sans-serif !important; }
.nyAboutPart1_main .nyAboutPart1_img { width: 54%; height: 600px; overflow: hidden; margin-bottom: -160px; position: relative; float: right; }
.nyAboutPart1_img img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.nyAboutPart1_main .nyAboutPart1_data { width: 660px; overflow: hidden; padding: 20px 0; background-color: #fff; border: 1px solid #eee; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05); position: relative; z-index: 1; margin-top:20px;}
.nyAboutPart1_data ul li { width: 33.333333%; padding: 10px 20px; border-left: 1px solid #eee; float: left; }
.nyAboutPart1_data ul li:first-child { border-left: 0; }
.nyAboutPart1_data ul li .nyAboutPart1_num { height: 50px; }
.nyAboutPart1_data ul li .nyAboutPart1_num p { float: left; }
.nyAboutPart1_data ul li .nyAboutPart1_num span { display: inline-block; height: 40px; line-height: 120px; font-size: 40px; font-weight: bold; vertical-align: bottom; width:60px;}
.nyAboutPart1_data ul li .nyAboutPart1_num span svg{ display:block; width:100%; height:60px;}
.nyAboutPart1_data ul li:nth-child(1) .nyAboutPart1_num span{ width:100px;}
.nyAboutPart1_data ul li:nth-child(2) .nyAboutPart1_num span{ width:80px;}
.nyAboutPart1_data ul li .nyAboutPart1_num sub { color: #333; font-size: 16px; margin-left: 5px; vertical-align: baseline;}
.nyAboutPart1_data ul li i { display: block; width: 40px; height: 40px; float: right; }
.nyAboutPart1_data ul li i svg { display: block; width: 100%; height: 100%; }
.nyAboutPart1_data ul li .nyAboutPart1_tit { line-height: 20px; color: #333; font-size: 16px; margin-top: 10px; }
/* 设置滚动条的样式 */
.nyAboutPart1_con .nyAboutPart1_txt::-webkit-scrollbar {
 width: 2px;
}

/* 滚动槽宽度 */
.nyAboutPart1_con .nyAboutPart1_txt::-webkit-scrollbar-track {
 background-color: #ececec;
 border-radius: 0px;
}
 .nyAboutPart1_con .nyAboutPart1_txt::-webkit-scrollbar-thumb {
     background-color: #e70112;
    background: linear-gradient(to bottom, #e70112, #e70112);
}

/* 滚动条滑块默认状态 */
.nyAboutPart1_con .nyAboutPart1_txt::-webkit-scrollbar-thumb:window-inactive {
    background-color: #e70112;
    background: linear-gradient(to bottom, #e70112, #e70112);
}
/* 滚动条滑块点击状态 */
/* nyAbout_part1 end */


/* nyAbout_part2 start */
.nyAbout_part2 { overflow: hidden; padding: 100px 0; background: url(../images/abPart2_bg.jpg) center center no-repeat; background-size: cover; }
.nyAbout_part2 .nyAboutPart2_main { margin: 0 auto; }
.nyAboutPart2_list ul { margin: 0 -5px; }
.nyAboutPart2_list ul li { width: 15%; padding: 0 5px; float: left; position: relative;transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s;}
.nyAboutPart2_list ul li.cur { width: 55%; }
.nyAboutPart2_list ul li .abPart2_img { width: 100%; height: 520px; overflow: hidden; position: relative; }
.nyAboutPart2_list ul li .abPart2_img img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.nyAboutPart2_list ul li .abPart2_img::after { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.35); position: absolute; left: 0; top: 0; }
.nyAboutPart2_list ul li .abPart2_con { width: 100%; padding: 30px; position: absolute; left: 0; bottom: 0; top: inherit; }
.nyAboutPart2_list ul li.cur .abPart2_con { padding: 40px; bottom: inherit; top: 0; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit i { display: block; width: 80px; height: 64px; margin-bottom: 30px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit i img { display: block; width: 100%; height: 100%; }
.nyAboutPart2_list ul li.cur .abPart2_con .abPart2_tit i { display: none; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit p { line-height: 30px; color: #fff; font-size: 24px; margin-bottom: 6px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit span { display: block; line-height: 24px; color: rgba(255, 255, 255, 0.25); font-size: 16px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_txt { display: none; width: 60%; line-height: 30px; color: rgba(255, 255, 255, 0.65); font-size: 16px; margin-top: 20px; }
.nyAboutPart2_list ul li.cur .abPart2_con .abPart2_txt { display: block; }
/* nyAbout_part2 end */


/* nyAbout_part3 start */
.nyAbout_part3 { overflow: hidden; padding: 100px 0; background: url(../images/abPart3_bg.jpg) center center no-repeat; background-size: cover; }
.nyAbout_part3 .nyAboutPart3_main { margin: 0 auto; }
.nyAboutPart3_swiper .swiper-container .swiper-slide { background-size: cover; background-position: center; }
.nyAboutPart3_swiper .gallery-top2 { width: 100%; margin-top: 100px; padding: 0 120px; }
.nyAboutPart3_swiper .gallery-top2 .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.nyAboutPart3_con .nyAboutPart3_date { display: inline-block; padding-right: 80px; line-height: 120px; font-size: 115px; font-weight: bold; margin-top:65px;
vertical-align: middle; }
.nyAboutPart3_con .nyAboutPart3_txt { display: inline-block; padding: 40px 0 40px 60px; border-left: 1px solid #d1d1d1; vertical-align: middle; }
.nyAboutPart3_txt p { line-height: 36px; color: #222; font-size: 18px; padding-left: 20px; position: relative; }
.nyAboutPart3_txt p::before { content: ''; display: block; width: 8px; height: 8px; background-color: #e70112; border-radius: 50%; position: absolute; left: 0; top: 14px; }
.nyAboutPart3_swiper .gallery-thumbs2 { padding: 0 0 24px; position: relative; }
.nyAboutPart3_swiper .gallery-thumbs2::before { content: ''; display: block; width: 100%; height: 10px; background-image: linear-gradient(to right, rgba(0, 131, 223, 0), rgba(231, 1, 18, 1), rgba(0, 131, 223, 0)); position: absolute; left: 0; bottom: 7px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide { width: 12%; padding-bottom: 20px; position: relative; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide em { display: block; width: 24px; height: 24px; background-color: #e70112; border-radius: 50%; position: absolute; left: 50%; bottom: -24px; margin-left: -12px; padding: 4px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide em::before { content: ''; display: block; width: 16px; height: 16px; background-color: #fff; border-radius: 50%; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide p { height: 80px; line-height: 40px; color: #555; font-size: 24px; text-align: center; padding-top: 10px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide-active p { font-size: 0; background: url(../images/addr_ico1.png) center center no-repeat; background-size: 80px 80px; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-prev, .nyAboutPart3_swiper .gallery-top2 .swiper-button-next { width: 44px !important; height: 44px !important; position: absolute; top: 50% !important; bottom: inherit !important; left: inherit !important; right: inherit !important; opacity: 1; margin: -22px 0 0 !important; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); background-image: none; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-prev { left: 40px !important; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-next { right: 40px !important; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-prev:hover, .nyAboutPart3_swiper .gallery-top2 .swiper-button-next:hover { background-color: rgba(0, 0, 0, 0); background-image: linear-gradient(to right, rgba(231, 1, 18, 1), rgba(231, 1, 18, 1)); background-size: 100% 100%; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-prev::after, .nyAboutPart3_swiper .gallery-top2 .swiper-button-next::after { content: ''; display: block; width: 20px; height: 20px; margin: 12px auto; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-prev::after { background: url(../images/arrow_left01.png) center center no-repeat; background-size: 20px 20px; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-next::after { background: url(../images/arrow_right01.png) center center no-repeat; background-size: 20px 20px; }
/* nyAbout_part3 end */


/* nyAbout_part4 start */
.nyAbout_part4 { overflow: hidden; padding: 100px 0;background: url(../images/abPart4_bg.jpg) center center no-repeat; background-size:cover; }
.nyAbout_part4 .nyAboutPart4_main { margin: 0 auto; position:relative; }
.nyAboutPart4_swiper .swiper-container { width:100%; position: relative; min-height:200px; }
.nyAboutPart4_swiper .swiper-container .swiper-slide { width: 100%; overflow: hidden; position: relative; }
.nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img { width: 100%; height: 300px; overflow: hidden; position: relative; background:#fff; padding:10px; border-radius:5px; }
.nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img a{ display:block; width:100%; height:100%; background:#fdfdfe; cursor: auto;}
.nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img img { display: block; max-width: 85%; max-height:85%; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.nyAboutPart4_swiper .swiper-container .swiper-slide p {color: #222; font-size: 16px; text-align: center; white-space: nowrap; text-overflow: ellipsis; padding: 20px 0; overflow:hidden;}
.nyAboutPart4_swiper .swiper-container .swiper-slide p a{ display:block; color:#222;}
.nyAboutPart4_swiper .swiper-button-prev, .nyAboutPart4_swiper .swiper-button-next { width: 44px !important; height: 44px !important; position: absolute; top: 50% !important; bottom: 0 !important; left: inherit !important; right: inherit !important; opacity: 1; margin: -50px 0 0 !important; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); background-image: none;transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s;}
.nyAboutPart4_swiper .swiper-button-prev { left:-80px!important; }
.nyAboutPart4_swiper .swiper-button-next { right: -80px !important; }
.nyAboutPart4_swiper .swiper-button-prev:hover, .nyAboutPart4_swiper .swiper-button-next:hover {  background-color: rgba(0, 0, 0, 0);background-image: linear-gradient(to right, rgba(231, 1, 18, 1), rgba(231, 1, 18, 1)); background-size: 100% 100%; }
.nyAboutPart4_swiper .swiper-button-prev::after, .nyAboutPart4_swiper .swiper-button-next::after { content: ''; display: block; width: 20px; height: 20px; margin: 12px auto; }
.nyAboutPart4_swiper .swiper-button-prev::after { background: url(../images/arrow_left01.png) center center no-repeat; background-size: 20px 20px; }
.nyAboutPart4_swiper .swiper-button-next::after { background: url(../images/arrow_right01.png) center center no-repeat; background-size: 20px 20px; }
/* nyAbout_part4 end */

/* nyAbout_part5 start */
.nyAbout_part5 { overflow: hidden; padding: 100px 0;background: url(../images/abPart5_bg.jpg) center center no-repeat; background-size:cover; }
/* nyAbout_part4 end */

@media (max-width:2560px) {
.nyAboutPart1_main .nyAboutPart1_data{ width:42%;}
}
@media (max-width:1680px) {
.nyAboutPart1_main .nyAboutPart1_con { padding-right: 60px; }
.nyAboutPart1_con .nyAboutPart1_txt { height: 230px; line-height: 30px; font-size: 16px; }
.nyAboutPart1_txt p { line-height: 30px !important; font-size: 16px !important; }
.nyAboutPart1_txt span, .nyAboutPart1_txt p span, .nyAboutPart1_txt font, .nyAboutPart1_txt p font{ line-height: 30px !important; font-size: 16px !important;}
.nyAboutPart1_main .nyAboutPart1_img { height: 560px; }
.nyAboutPart2_list ul li .abPart2_img { height: 500px; }
.nyAboutPart3_swiper .gallery-top2 { margin-top: 80px; padding: 0 80px; }
.nyAboutPart3_con .nyAboutPart3_date { line-height: 100px; font-size: 100px; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-prev { left: 0 !important; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-next { right: 0 !important; }
.nyAboutPart4_swiper .swiper-container .swiper-button-prev { right: 7% !important; }
.nyAboutPart4_swiper .swiper-container .swiper-button-next { right: 3% !important; }
}
 @media (max-width:1600px) {
.nyAboutPart1_con .nyAboutPart1_title,.nyAbout_part2 .nyAboutPart2_title,.nyAbout_part3 .nyAboutPart3_title,.nyAbout_part4 .nyAboutPart4_title,.nyAbout_part5 .nyAboutPart4_title{ margin-bottom: 30px; }
.nyAbout_part1,  .nyAbout_part2,  .nyAbout_part3,  .nyAbout_part4 { padding: 80px 0; }
.nyAboutPart1_data ul li .nyAboutPart1_num span { font-size: 40px; width:70px;}
.nyAboutPart1_data ul li:nth-child(1) .nyAboutPart1_num span{ width:100px;}
.nyAboutPart1_data ul li i{ width:35px; height:42px;}
.nyAboutPart1_data ul li .nyAboutPart1_num sub,  .nyAboutPart1_data ul li .nyAboutPart1_tit { font-size: 16px; }
.nyAboutPart2_list ul li .abPart2_img { height: 480px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide p { height: 70px; line-height: 40px; font-size: 22px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide-active p { font-size: 0; background-size:60px 60px; }
.nyAboutPart3_con .nyAboutPart3_date { line-height: 90px; font-size: 90px; padding-right: 60px; width:400px; margin-top:50px; }
.nyAboutPart3_con .nyAboutPart3_txt { padding: 20px 0 20px 60px; }
.nyAboutPart3_txt p::before { width: 6px; height: 6px; top: 15px; }
.nyAboutPart3_txt p { line-height: 30px; font-size: 16px; padding: 3px 0 3px 20px; }
}
 @media (max-width:1560px) {
.nyAboutPart1_main .nyAboutPart1_img { height: 540px; margin-bottom: -140px; }
.nyAboutPart1_main .nyAboutPart1_data { padding: 20px 0; }
.nyAboutPart1_data ul li { padding: 9px 20px; }
.nyAboutPart1_data ul li .nyAboutPart1_num sub,  .nyAboutPart1_data ul li .nyAboutPart1_tit { font-size: 15px; }
.nyAboutPart1_data ul li .nyAboutPart1_tit { margin-top: 10px; }
.nyAboutPart1_con .nyAboutPart1_txt { height: 230px; line-height: 30px; font-size: 15px; }
.nyAboutPart1_txt p { line-height: 30px !important; font-size: 15px !important; }
.nyAboutPart1_txt span, .nyAboutPart1_txt p span, .nyAboutPart1_txt font, .nyAboutPart1_txt p font{ line-height: 30px !important; font-size: 15px !important;}
.nyAboutPart2_list ul li .abPart2_img { height: 460px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit span,  .nyAboutPart2_list ul li .abPart2_con .abPart2_txt { font-size: 15px; }
}
 @media (max-width:1440px) {
.nyAbout_part1,  .nyAbout_part2,  .nyAbout_part3,  .nyAbout_part4,.nyAbout_part5 { padding: 60px 0; }
.nyAboutPart1_con .nyAboutPart1_title,.nyAbout_part2 .nyAboutPart2_title,.nyAbout_part3 .nyAboutPart3_title,.nyAbout_part4 .nyAboutPart4_title,.nyAbout_part5 .nyAboutPart4_title{ margin-bottom: 20px; }
.nyAboutPart1_main .nyAboutPart1_con { padding-right: 50px; }
.nyAboutPart1_con .nyAboutPart1_txt { padding-right: 20px; }
.nyAboutPart1_main .nyAboutPart1_data{ padding:10px 0;}
.nyAboutPart1_main .nyAboutPart1_img { height: 506px; margin-bottom: -130px; }
.nyAboutPart1_data ul li { padding: 7px 20px; }
.nyAboutPart1_data ul li .nyAboutPart1_tit { margin-top: 4px; }
.nyAboutPart1_data ul li .nyAboutPart1_num{ height:48px;}
.nyAboutPart1_data ul li .nyAboutPart1_num span{ font-size:32px;}
.nyAboutPart1_data ul li:nth-child(1) .nyAboutPart1_num span{ width:80px;}
.nyAboutPart1_data ul li i{ width:32px; height:50px;}
.nyAboutPart2_list ul li .abPart2_img { height: 430px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit span,  .nyAboutPart2_list ul li .abPart2_con .abPart2_txt { line-height: 24px; font-size: 14px; }
.nyAboutPart3_swiper .gallery-top2 { margin-top: 60px; padding: 0 60px; }
.nyAboutPart3_txt p { font-size: 15px; }
.nyAboutPart3_con .nyAboutPart3_date { line-height: 80px; font-size: 80px; }
}
 @media (max-width:1366px) {
	 .nyAboutPart1_main .nyAboutPart1_data{ width:43%;}
.nyAboutPart1_main .nyAboutPart1_con { padding-right: 40px; }
.nyAboutPart1_con .nyAboutPart1_txt { height: 200px; line-height: 28px; font-size: 14px; }
.nyAboutPart1_txt p { line-height: 28px !important; font-size: 14px !important; }
.nyAboutPart1_txt span, .nyAboutPart1_txt p span, .nyAboutPart1_txt font, .nyAboutPart1_txt p font{ line-height: 26px !important; font-size: 14px !important;}
.nyAboutPart1_main .nyAboutPart1_img { height: 480px; margin-bottom: -130px; }
.nyAboutPart1_data ul li .nyAboutPart1_num{ height:50px;}
.nyAboutPart1_data ul li .nyAboutPart1_num span{ width:50px;}
.nyAboutPart1_data ul li:nth-child(2) .nyAboutPart1_num span{ width:60px;}
.nyAboutPart1_data ul li .nyAboutPart1_num sub,  .nyAboutPart1_data ul li .nyAboutPart1_tit { font-size: 14px; }
.nyAboutPart2_list ul li .abPart2_img { height: 400px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit i { width: 68px; height: 54px; margin-bottom: 20px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit p { line-height: 24px; font-size: 20px; margin-bottom: 4px; }
.nyAboutPart3_con .nyAboutPart3_date { line-height: 70px; font-size: 72px; width:250px; margin-top:35px; }
.nyAboutPart3_con .nyAboutPart3_txt { padding: 0 0 0 60px; }
.nyAboutPart3_txt p { line-height: 28px; font-size: 14px; padding: 2px 0 2px 20px; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-next::after { background: url(../images/arrow_right01.png) center center no-repeat; background-size: auto; background-size: 20px 20px; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-prev::after,  .nyAboutPart3_swiper .gallery-top2 .swiper-button-next::after { content: ''; display: block; width: 20px; height: 20px; margin: 12px auto; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-prev,  .nyAboutPart3_swiper .gallery-top2 .swiper-button-next { width: 40px !important; height: 40px !important; margin: -20px 0 0 !important; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-prev::after,  .nyAboutPart3_swiper .gallery-top2 .swiper-button-next::after { margin: 10px auto; }
.nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img { height: 300px; }
.nyAboutPart4_swiper .swiper-container .swiper-slide p { font-size: 15px; }
.nyAboutPart4_swiper .swiper-container .swiper-button-prev,  .nyAboutPart4_swiper .swiper-container .swiper-button-next { width: 40px !important; height: 40px !important; }
.nyAboutPart4_swiper .swiper-container .swiper-button-prev::after,  .nyAboutPart4_swiper .swiper-container .swiper-button-next::after { margin: 10px auto; }
.nyAboutPart4_swiper .swiper-container .swiper-pagination { bottom: 19px !important; }
}
 @media (max-width:1280px) {
.nyAbout_part1, .nyAbout_part2, .nyAbout_part3, .nyAbout_part4,.nyAbout_part5{padding: 50px 0;}
.nyAboutPart1_con .nyAboutPart1_txt { height: 175px; }
.nyAboutPart1_main .nyAboutPart1_img { height: 450px; margin-bottom: -130px; }
.nyAboutPart1_data ul li{ padding: 7px 10px;}
.nyAboutPart2_list ul li .abPart2_img { height: 380px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit p { line-height: 22px; font-size: 18px; margin-bottom: 4px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_txt { width: 80%; }
.nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img { height: 260px; }
}
 @media (max-width:1200px) {
	 .nyAboutPart1_con .nyAboutPart1_txt { height: 235px; }
	 .nyAboutPart1_con .nyAboutPart1_title span{ font-size:40px;}
	 .nyAboutPart1_con .nyAboutPart1_title b{ font-size:36px; margin: -70px auto 0;}
.nyAboutPart1_main .nyAboutPart1_img { height: 440px; }
.nyAboutPart2_list ul li .abPart2_img { height: 360px; }
.nyAboutPart2_list ul li .abPart2_con { padding: 20px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit i { width: 60px; height: 48px; margin-bottom: 20px; }
.nyAboutPart2_list ul li.cur .abPart2_con { padding: 30px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_txt { width: 100%; }
.nyAboutPart4_swiper .swiper-container .swiper-button-prev { right: 8% !important; }
.nyAboutPart4_swiper .swiper-container .swiper-pagination { width: 86%; }
}
 @media (max-width:1080px) {
.nyAboutPart1_title p { line-height: 36px; font-size: 32px; }
.nyAboutPart1_con .nyAboutPart1_txt { height: 325px; line-height: 26px; font-size: 14px; }
.nyAboutPart1_txt p { line-height: 26px !important; font-size: 14px !important; }
.nyAboutPart1_txt span, .nyAboutPart1_txt p span, .nyAboutPart1_txt font, .nyAboutPart1_txt p font{ line-height: 26px !important; font-size: 14px !important;}
.nyAboutPart1_main .nyAboutPart1_img { height: 400px; margin-bottom: 20px;}
.nyAboutPart1_main .nyAboutPart1_data{ width:100%;}
.nyAboutPart1_data ul li { padding: 0 20px; }
.nyAboutPart2_list ul li .abPart2_img { height: 340px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit span,  .nyAboutPart2_list ul li .abPart2_con .abPart2_txt { line-height: 20px; font-size: 14px; }
.nyAboutPart2_list ul li .abPart2_img { height: 320px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit span { line-height: 20px; font-size: 12px; }
.nyAboutPart3_swiper .gallery-thumbs2 { padding: 0 0 20px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide p { height: 50px; line-height: 40px; font-size: 20px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide-active p { font-size: 0; background: url(../images/addr_ico1.png) center center no-repeat; background-size: 50px 50px; }
.nyAboutPart3_swiper .gallery-thumbs2::before { height: 6px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide em { display: block; width: 20px; height: 20px;position: absolute; left: 50%; bottom: -20px; margin-left: -10px; padding: 3px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide em::before { width: 14px; height: 14px; }
.nyAboutPart3_swiper .gallery-top2 { margin-top: 40px; }
.nyAboutPart3_con .nyAboutPart3_date { line-height: 60px; font-size: 64px; padding-right: 40px; }
.nyAboutPart3_con .nyAboutPart3_txt { padding: 0 0 0 40px; }
.nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img { height: 240px; }
}
 @media (max-width:1024px) {
	 .nyAboutPart1_con .nyAboutPart1_txt{ height:300px;}
.nyAbout_part1, .nyAbout_part2, .nyAbout_part3, .nyAbout_part4,.nyAbout_part5{padding: 40px 0;}
.nyAboutPart1_data ul li .nyAboutPart1_num p { padding: 0; }
.nyAboutPart1_data ul li i { width: 40px; height: 40px; }
.nyAboutPart1_data ul li .nyAboutPart1_num span { font-size: 32px; width:50px;height: 42px; line-height: 42px; }
.nyAboutPart1_data ul li:nth-child(1) .nyAboutPart1_num span{ width:80px;}
.nyAboutPart1_data ul li:nth-child(2) .nyAboutPart1_num span{ width:60px;}
.nyAboutPart1_main .nyAboutPart1_img { height: 390px; }
.nyAboutPart2_list ul li .abPart2_img { height: 300px; }
.nyAboutPart3_con .nyAboutPart3_date { line-height: 50px; font-size: 52px; margin-top:25px; width:200px;}
.nyAbout_part4 { padding: 60px 0 30px; }
.nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img { height: 230px; }
}
 @media (max-width:920px) {
	 .nyAboutPart1_con .nyAboutPart1_title b{ font-size:30px; margin: -50px auto 0;}
.nyAboutPart2_list ul li { width: 18%; }
.nyAboutPart2_list ul li.cur { width: 46%; }
.nyAboutPart2_list ul li .abPart2_img { height: 280px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit i { width: 50px; height: 40px; margin-bottom: 10px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit p { line-height: 20px; font-size: 16px; margin-bottom: 4px; }
.nyAboutPart4_swiper .swiper-container .swiper-button-prev { right: 9% !important; }
.nyAboutPart4_swiper .swiper-container .swiper-pagination { width: 84%; }
}
 @media (max-width:820px) {
.nyAbout_part1,  .nyAbout_part2,  .nyAbout_part3,  .nyAbout_part4,.nyAbout_part5 { padding: 30px 0; }
.nyAboutPart1_main .nyAboutPart1_con { padding-right: 20px; }
.nyAboutPart1_title p { font-size: 20px; margin-top:-35px; }
.nyAboutPart1_con .nyAboutPart1_txt { height: 170px; }
.nyAboutPart1_main .nyAboutPart1_img { height: 260px; margin-bottom: 20px; }
.nyAboutPart1_main .nyAboutPart1_data { width: 100%; }
.nyAboutPart1_data ul li { padding: 0 30px; }
.nyAboutPart1_data ul li .nyAboutPart1_num { height: 50px; }
.nyAboutPart2_list ul li .abPart2_con { padding: 15px; }
.nyAboutPart2_list ul li.cur .abPart2_con { padding: 25px; }
.nyAboutPart2_list ul li .abPart2_img { height: 240px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide p { font-size: 18px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide-active p { font-size: 0; }
.nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img { height: 220px; }
.nyAboutPart3_con .nyAboutPart3_date{ margin-top:0; width:200px;}
.nyAboutPart3_con .nyAboutPart3_date svg{ height:70px; margin-bottom:-20px;}
}
 @media (max-width:768px) {
.nyAbout_part1,  .nyAbout_part2,  .nyAbout_part3,  .nyAbout_part4 ,.nyAbout_part5{ padding: 20px 0; }
.nyAboutPart1_main .nyAboutPart1_con { width: 100%; padding-right: 0; }
.nyAboutPart1_con .nyAboutPart1_title,.nyAbout_part2 .nyAboutPart2_title,.nyAbout_part3 .nyAboutPart3_title,.nyAbout_part4 .nyAboutPart4_title,.nyAbout_part5 .nyAboutPart4_title{ margin-bottom: 10px; }
.nyAboutPart1_con .nyAboutPart1_txt { height: auto; padding: 0; overflow:hidden; }
.nyAboutPart1_main .nyAboutPart1_img { width: 100%; height: 260px; margin-top: 20px; }
.nyAboutPart1_main .nyAboutPart1_data { padding: 0 20px; }
.nyAboutPart3_con .nyAboutPart3_date{ width:100%;}
.nyAboutPart3_con .nyAboutPart3_date svg{ height:55px;}
.nyAboutPart1_data ul li { width: 100%; padding: 20px 0; border-top: 1px solid #e6e6e6; border-left: 0; float: none; }
.nyAboutPart1_data ul li:first-child { border-top: 0; }
.nyAboutPart2_list ul { margin: 0; }
.nyAboutPart2_list ul li { width: 100%; padding: 0; margin: 10px auto 0; float: none; }
.nyAboutPart2_list ul li:first-child { margin: 0 auto; }
.nyAboutPart2_list ul li.cur { width: 100%; }
.nyAboutPart2_list ul li .abPart2_img { height: 140px; }
.nyAboutPart2_list ul li.cur .abPart2_img { height: 240px; }
.nyAboutPart2_list ul li .abPart2_con { padding: 12px; }
.nyAboutPart2_list ul li.cur .abPart2_con { padding: 20px; }
.nyAboutPart2_list ul li .abPart2_con .abPart2_tit span,  .nyAboutPart2_list ul li .abPart2_con .abPart2_txt { line-height: 20px; font-size: 12px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide { width: 16%; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide p { font-size: 16px; }
.nyAboutPart3_swiper .gallery-thumbs2 .swiper-slide-active p { font-size: 0; }
.nyAboutPart3_swiper .gallery-top2 { margin-top: 40px; padding: 0; }
.nyAboutPart3_con .nyAboutPart3_date { display: block; width: 100%; line-height: 40px; font-size: 40px; margin-bottom: 20px; padding: 0; text-align: center; }
.nyAboutPart3_con .nyAboutPart3_txt { display: block; padding: 20px 0 0; border-left: 0; border-top: 1px solid #e6e6e6; }
.nyAboutPart3_swiper .gallery-top2 .swiper-button-prev,  .nyAboutPart3_swiper .gallery-top2 .swiper-button-next { display: none; }
.nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img { height: 200px; }
.nyAboutPart4_swiper .swiper-container .swiper-slide p { font-size: 14px; padding:20px 0 0; }
.nyAboutPart4_swiper .swiper-container .swiper-button-prev { right: 50px !important; }
.nyAboutPart4_swiper .swiper-container .swiper-button-next { right: 0 !important; }
}
 @media (max-width:390px) {
.nyAboutPart1_main .nyAboutPart1_img { height: 250px; }
}
 @media (max-width:320px) {
	 .nyAboutPart1_con .nyAboutPart1_title b{ font-size:24px;}
.nyAboutPart1_main .nyAboutPart1_img { height: 200px; }
.nyAboutPart4_swiper .swiper-container .swiper-slide .nyAboutPart4_img { height: 200px; }
}