/* nyAboutUs start */
.nyAboutUs { overflow: hidden; padding: 100px 0; background-color: #f6f6f6;}
.nyAboutUs .nyAboutUs_main { margin: 80px auto 0;}
.nyAboutUs_main .nyAboutUs_con { min-height: 240px; margin: 50px auto;}
/*.nyAboutUs_con div, .nyAboutUs_con p { line-height: 36px; color: #777; font-size: 18px; text-align: justify; word-break: break-all; margin: 18px 0;}
.nyAboutUs_con br { display: none;}
.nyAboutUs_con img { display: block; max-width: 100%; margin: 0 auto;}*/
.nyAboutUs_con table { width: 100%;}
.nyAboutUs_con img { display: inline-block; _width: auto !important; height: auto !important; max-width: 100%; margin: 0 auto; padding: 0; text-indent: 0 !important;}
.nyAboutUs_con ul, .nyAboutUs_con ol { padding-left: 15px;}
.nyAboutUs_con ul li, .nyAboutUs_con ol li { list-style: disc;}


.nyAboutUs_main .nyAboutUs_Culture { width: 100%; height: 500px; overflow: hidden; margin: 0 auto; border-radius: 16px; 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:25%; height: 100%; overflow: hidden; padding:120px 60px 60px; background-color: rgba(24, 53, 93, 0); border-left: 1px solid rgba(255, 255, 255, .25); float: left;}
.nyAboutUs_Culture ul li:first-child { border-left: 0;}
.nyAboutUs_Culture ul li:hover { background-color: rgba(24, 53, 93, .75);}
.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; position:relative;}
.nyAboutUs_Culture ul li .abCulture_ico img{ display:block; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
.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%);}
.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: #1b355d;}
.nyAboutUs_Culture ul li .abCulture_tit {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%);}
.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;}
.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 {overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; text-align: center; margin-top:10px;}
/* nyAboutUs end */


/* nyHonor start */
.nyHonor { overflow: hidden; padding: 100px 0;}
.nyHonor .nyHonor_main { margin: 0 auto;}
.nyHonor_main .nyHonor_swiper { position: relative;}
.nyHonor_swiper .swiper-slide .nyHonor_con { width: 100%; height: 100%; overflow: hidden; padding: 80px 40px 40px; background: url(../images/honor_bg01.jpg) center top no-repeat; background-size: cover; border-radius: 8px; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyHonor_swiper .swiper-slide:hover .nyHonor_con { background: url(../images/honor_bg02.jpg) center top no-repeat; background-size: cover;}
.nyHonor_swiper .swiper-slide .nyHonor_img { width: 100%; height: 270px; overflow: hidden; margin: 0 auto 40px;}
.nyHonor_swiper .swiper-slide .nyHonor_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyHonor_swiper .swiper-slide .nyHonor_img a 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 .nyHonor_text a.nyHonor_name { display: block; width: 100%; height: 52px; overflow: hidden; line-height: 26px; color: #222; font-size: 18px; font-weight: bold; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.nyHonor_swiper .swiper-slide:hover .nyHonor_text a.nyHonor_name { color: #fff;}
.nyHonor_swiper .swiper-slide .nyHonor_text span { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 15px; margin-top: 10px;}
.nyHonor_swiper .swiper-slide:hover .nyHonor_text span { color: #fff;}
.nyHonor_swiper .swiper-slide .nyHonor_text span i { display: block; width: 16px; height: 16px; overflow: hidden; margin: 7px 7px 7px 0; float: left;}
.nyHonor_swiper .swiper-slide .nyHonor_text span i svg { display: block; width: 100%; height: 100%;}
.nyHonor_swiper .swiper-slide .nyHonor_text span i svg path { fill: #999999;}
.nyHonor_swiper .swiper-slide:hover .nyHonor_text span i svg path { fill: #ffffff;}
.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%);}
.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: #1b355d; box-shadow: 0 0 18px rgba(24, 53, 93, .35);}
.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%);}
.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 */

/*nyAbout_Reason start*/
.nyAbout_Reason{ margin:120px 0; overflow:hidden;}
.nyTitlt_Ms{ font-size:18px; color:#777; line-height:24px; text-align:center; padding:0 20px; margin-bottom:45px; overflow:hidden; margin-top:-20px;}
.Reason_ys ul li{ width:32.33333%;display: -webkit-flex;display: flex;flex-wrap: wrap;align-items: center;border-radius: 10px; height:240px; padding:25px; background:#fff; float:left; margin-right:1.5%;}
.Reason_ys{ margin-bottom:20px;}
.Reason_ys ul li:last-child {margin-right: 0;}
.Reason_ys ul li .Reason_ico{ display:block; width:100px; height:100px; border:1px dashed #e6e6e6; border-radius:50%;}
.Reason_ys ul li .Reason_ico1{ background: url(../images/Reason_ico01.png) center center no-repeat; background-size:100% 100%;}
.Reason_ys ul li .Reason_ico2{ background: url(../images/Reason_ico02.png) center center no-repeat; background-size:100% 100%;}
.Reason_ys ul li .Reason_ico3{ background: url(../images/Reason_ico03.png) center center no-repeat; background-size:100% 100%;}
.Reason_ys ul li:hover .Reason_ico1{ background: url(../images/Reason_hico01.png) center center no-repeat; background-size:100% 100%;}
.Reason_ys ul li:hover .Reason_ico2{ background: url(../images/Reason_hico02.png) center center no-repeat; background-size:100% 100%;}
.Reason_ys ul li:hover .Reason_ico3{ background: url(../images/Reason_hico03.png) center center no-repeat; background-size:100% 100%;}
.Reason_ys ul li .Reason_text{ padding-left:25px;width: calc(100% - 100px);}
.Reason_ys ul li .Reason_text b{ display:block; font-size:19px; color:#222;}
.Reason_ys ul li .Reason_text em{ display:block; width:24px; height:2px; background:#18355d; margin:20px 0;}
.Reason_ys ul li .Reason_text p{ font-size:16px; color:#777; line-height:28px;}
.Reason_ys ul li:hover{ background:#18355d;box-shadow: 4px 0 8px rgba(24, 53, 93, 0.25);}
.Reason_ys ul li:hover .Reason_ico{border:1px dashed #fff;}
.Reason_ys ul li:hover .Reason_text b{ color:#fff;}
.Reason_ys ul li:hover .Reason_text em{ background:#fff;}
.Reason_ys ul li:hover .Reason_text p{ color:rgba(255,255,255,0.7);}
.Reason_Ds{display: -webkit-flex;display: flex;flex-wrap: wrap;align-items: center; height:450px; background:#fff; border-radius:10px;}
.Reason_Ds .Reason_left{width:50%;float:left;padding: 30px 50px 0 40px;}
.Reason_Ds .Reason_left dl{padding: 0 0 30px;border-bottom:1px solid #e6e6e6;position:relative;margin-bottom: 40px;}
.Reason_Ds .Reason_left dl:after{ content:""; display:block; width:9px; height:9px; background:#18355d; border-radius:50px; position:absolute; right:0; bottom:-5px;}
.Reason_Ds .Reason_left dl dt{font-size: 22px;color:#222;font-weight:bold;display:block;position:relative;padding-left:20px;margin-bottom:15px;}
.Reason_Ds .Reason_left dl dt:before{content:"";width:4px;height: 28px;background:#18355d;position:absolute;left:0;top: 50%;transform: translate(0, -50%);}
.Reason_Ds .Reason_left dl dd{width:25%;font-size: 16px;color:#777;margin-bottom:10px;position:relative;float:left;padding-left: 15px;}
.Reason_Ds .Reason_left dl dd:before{content:""; width:4px; height:4px; background:#777; position:absolute; left:0; top:50%;transform: translate(0, -50%); border-radius:50px;}
.Reason_Ds .Reason_left dl:nth-child(2) dd{ width:50%;}
.Reason_Ds .Reason_Img{ width:50%; float:right; position:relative; height:100%;}
.Reason_Ds .Reason_Img img{ border-radius:0 10px 10px 0; width:100%; height:100%; display:block; margin:auto; position:absolute; left:0; right:0; bottom:0;top:0; object-fit:cover;}

@media (max-width:1680px) {

  .nyAboutUs, .nyHonor { padding: 80px 0;}
  .nyAboutUs_title { margin-bottom: 40px;}
  .nyAboutUs_title em { margin-bottom: 8px;}
  .nyAboutUs_title p { line-height: 48px; font-size: 40px;}
  .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: 12px 0;}
  .nyAboutUs_main .nyAboutUs_Culture { height: 460px; border-radius: 12px;}
  .nyAboutUs_Culture ul li { padding:100px 40px 40px;}
  .nyAboutUs_Culture ul li .abCulture_tit { 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;}

  .nyHonor_swiper .swiper-slide .nyHonor_img { margin-bottom: 30px;}
  .nyHonor_swiper .swiper-button-prev, .nyHonor_swiper .swiper-button-next { width: 50px; height: 50px;}
  .nyHonor_swiper .swiper-button-prev { left: -25px;}
  .nyHonor_swiper .swiper-button-next { right: -25px;}
  .nyAbout_Reason{ margin:100px 0;}
  .Reason_ys ul li .Reason_ico{ width:80px; height:80px;}
  .Reason_ys ul li .Reason_text {width: calc(100% - 80px); padding-left:20px;}
  .Reason_ys ul li .Reason_text em{ margin:15px 0;}
  .Reason_ys ul li .Reason_text p{line-height:26px;}

}

@media (max-width:1600px) {
  .nyAboutUs_title p { line-height: 44px; font-size: 36px;}
  .nyAboutUs_main .nyAboutUs_Culture { height:470px;}
  .Reason_Ds{ height:480px;}
  .Reason_Ds .Reason_left dl dd{ width:33.3333%;}
}

@media (max-width:1560px) {
  .nyAboutUs_main .nyAboutUs_con { line-height: 30px; font-size: 15px;}
  .nyAboutUs_con div, .nyAboutUs_con p { line-height: 30px; font-size: 15px; margin: 12px 0;}
  .nyAboutUs_Culture ul li .abCulture_ico { width: 90px; height: 90px; margin: 0 auto 20px;}
  .nyAboutUs_Culture ul li .abCulture_ico img{ width:50px; height:50px;}
  .nyAboutUs_Culture ul li .abCulture_tit {  line-height: 30px; font-size: 20px;}
  .nyAboutUs_Culture ul li p { font-size: 15px; line-height:26px;}

  .nyHonor_swiper .swiper-slide .nyHonor_con { padding: 60px 30px 30px;}
}

@media (max-width:1440px) {

  .nyAboutUs, .nyHonor { padding: 60px 0;}
  .nyAboutUs_main .nyAboutUs_con { margin: 30px auto;}
  .nyAboutUs_main .nyAboutUs_Culture { height: 440px;}
  .nyAboutUs_Culture ul li:hover .line { margin: 20px auto;}
  .nyHonor_swiper .swiper-slide .nyHonor_con { padding: 40px 20px 20px;}
  .nyHonor_swiper .swiper-slide .nyHonor_img { height: 260px; margin-bottom: 20px;}
  .nyHonor_swiper .swiper-slide .nyHonor_text a.nyHonor_name { font-size: 16px;}
  .nyHonor_swiper .swiper-slide .nyHonor_text span { height: 24px; line-height: 24px; font-size: 14px;}
  .nyHonor_swiper .swiper-slide .nyHonor_text span i { margin: 4px 6px 4px 0;}
  .nyAbout_Reason{ margin:80px 0;}
  .Reason_ys ul li{ padding:20px;}
  .Reason_ys ul li .Reason_text b{ font-size:16px;}
  .Reason_ys ul li .Reason_text p{ font-size:15px;}
  .Reason_ys ul li .Reason_text em{ margin:10px 0;}
  .Reason_Ds{ height:500px;}
  .Reason_Ds .Reason_left dl dd{ width:33.3333%;}
  .Reason_Ds .Reason_left dl dt{ font-size:20px;}
  .Reason_Ds .Reason_left dl dt:before{height: 24px;}
  .nyTitlt_Ms{ margin-top:-10px;}
  
}

@media (max-width:1366px) {
  .nyHonor_swiper .swiper-slide .nyHonor_img { height: 240px;}
  .nyHonor_swiper .swiper-slide .nyHonor_text a.nyHonor_name { height: 50px; line-height: 25px; font-size: 15px;}
}

@media (max-width:1280px) {
  .nyAboutUs_main .nyAboutUs_Culture { height:400px; border-radius: 8px;}
  .nyAboutUs_Culture ul li .abCulture_tit { font-size: 18px;}
  .nyHonor_swiper .swiper-slide .nyHonor_img { height: 220px;}
}

@media (max-width:1200px) {
  .nyAboutUs .nyAboutUs_main { margin: 60px auto 0;}
   .nyAboutUs_Culture ul li { padding:80px 40px 40px;}
  .nyHonor_swiper .swiper-slide .nyHonor_img { height: 200px;}
  .Reason_ys ul li .Reason_ico{ width:60px; height:60px;}
  .Reason_ys ul li .Reason_text {width: calc(100% - 60px);}
  .Reason_ys ul li .Reason_text p{ font-size:14px; line-height:24px;}
  .Reason_Ds .Reason_left{padding: 30px 30px 0 30px;}
  .Reason_Ds .Reason_left dl dd{ width:50%; font-size:15px;}
  .nyTitlt_Ms{ margin-bottom:30px; font-size:16px;}
  .nyAbout_Reason{ margin:40px 0;}
}

@media (max-width:1080px) {
  .nyAboutUs_Culture ul li .abCulture_ico { width: 80px; height: 80px;}
  .nyAboutUs_Culture ul li .abCulture_ico img{ width:40px; height:40px;}
  .nyAboutUs_Culture ul li .abCulture_ico i svg { width: 40px; height: 40px;}
  .nyAboutUs_Culture ul li:hover .abCulture_ico i svg { width: 32px; height: 32px;}
  .nyAboutUs_Culture ul li:hover .line { margin: 10px auto 15px;}
  .nyAboutUs_Culture ul li p { line-height: 24px; font-size: 14px;}

  .nyHonor_swiper .swiper-slide .nyHonor_img { height: 240px;}
  .Reason_ys ul li{ padding:15px;}
}

@media (max-width:1024px) {
  .nyAboutUs_Culture ul li { padding:60px 20px 20px;}
  .nyHonor_swiper .swiper-slide .nyHonor_img { height: 220px;}
    .Reason_ys ul li{ width:49.25%; height:200px;}
  .Reason_ys ul li:nth-child(2){ margin-right:0;}
  .Reason_ys ul li:last-child{ width:100%; margin-top:20px;}
  .Reason_Ds .Reason_left dl dt{ font-size:18px;}
}

@media (max-width:920px) {

  .nyAboutUs, .nyHonor { padding: 40px 0;}
  .nyAboutUs_main .nyAboutUs_con { margin: 20px auto;}
  .nyTitlt_Ms{ margin-top:0; font-size:15px;}
}

@media (max-width:820px) {

  .nyHonor_swiper .swiper-slide .nyHonor_img { height: 200px;}
  .Reason_Ds{ height:520px;}
  .Reason_Ds .Reason_left dl:nth-child(2) dd{ width:100%;}
  .Reason_Ds .Reason_left dl{ margin-bottom:30px; padding:0 0 20px;}
  .Reason_Ds .Reason_left dl dt{ font-size:16px;}
}

@media (max-width:767px) {

  .nyAboutUs, .nyHonor { padding: 40px 0;}
  .nyAboutUs_title em { line-height: 18px; font-size: 22px;}
  .nyAboutUs_title p { line-height: 24px; font-size: 24px;}
  .nyAboutUs_main .nyAboutUs_Culture { height: auto; border-radius: 4px;}
  .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; padding:20px;}
  .nyAboutUs_Culture ul li:first-child { border-top: 0;}
  .nyAboutUs_Culture ul li .abCulture_tit { font-size: 18px;}

  .nyHonor_main .nyHonor_swiper { padding: 0 40px;}
  .nyHonor_swiper .swiper-slide .nyHonor_con { padding: 20px; border-radius: 4px;}
  .nyHonor_swiper .swiper-slide .nyHonor_img { height: 240px;}
  .nyHonor_swiper .swiper-slide span { height: 25px; line-height: 25px;}
  .nyHonor_swiper .swiper-button-prev { left: 0;}
  .nyHonor_swiper .swiper-button-next { right: 0;}
  .Reason_ys ul li{ width:100%; margin-bottom:20px; height:auto; padding:40px 20px;}
  .Reason_ys ul li:last-child{ margin:0;}
  .Reason_Ds .Reason_left{ width:100%;}
  .Reason_Ds .Reason_left dl{ padding:0 0 20px;margin-bottom: 25px;}
  .Reason_Ds .Reason_left dl dt:before{height: 20px;}
  .Reason_Ds .Reason_Img{ display:none;}
}

@media (max-width:390px) {
  .nyHonor_swiper .swiper-slide .nyHonor_img { height: 200px;}
  .Reason_Ds{ height:630px;}
  .Reason_Ds .Reason_left{padding: 10px 30px 0 30px;}
  .Reason_Ds .Reason_left dl dd{ width:100%;}
}

@media (max-width:320px) { 

  .nyAboutUs_title p { font-size: 22px;}
  .nyAboutUs, .nyHonor { padding: 20px 0;}
  .nyHonor_main .nyHonor_swiper { padding: 0 20px;}
  .nyHonor_swiper .swiper-slide .nyHonor_img { height: 180px;}
  .nyHonor_swiper .swiper-button-prev { left: 0;}
  .nyHonor_swiper .swiper-button-next { right: 0;}
}

@media (max-width:280px) {

  .nyHonor_swiper .swiper-slide .nyHonor_img { height: 180px;}
}