.icon {display: block;width: 100%;height: 100%;}

/*公司简介*/
.Nyab_Profile{ padding:100px 0; background:#f8f8f8;overflow: hidden;}
.Nyab_Profile .jjbox{display:flex; display: -webkit-flex;  justify-content:space-between;align-items: flex-end;-webkit-flex-direction: row-reverse; flex-direction: row-reverse; }
.Nyab_Profile .jjbox .left{width: calc(100% - 698px); float:left;}
.Nyab_Profile .jjbox .nyTitle p{ text-align:left;}
.Nyab_Profile .jjbox .nyTitle::before{ display:none;}
.Nyab_Profile .jjbox .nyTitle::after{ left:0; transform:translateX(0);}
.Nyab_Profile .jjbox .left .btp{ font-size:24px; font-weight:bold; color:#1e3a62; margin-bottom:25px;}
.Nyab_Profile .jjbox .left .cont{ color:#555; line-height:32px; font-size:16px; min-height:192px; max-height:288px; padding-right:38px; overflow-y:auto;}
/* 设置滚动条的样式 */
.Nyab_Profile .jjbox .left .cont::-webkit-scrollbar { width:3px;}/* 滚动槽宽度 */
.Nyab_Profile .jjbox .left .cont::-webkit-scrollbar-track { background-color:#eee; border-radius:0px;}
.Nyab_Profile .jjbox .left .cont::-webkit-scrollbar-thumb { background-color:#1e3a62;} /* 滚动条滑块默认状态 */
.Nyab_Profile .jjbox .left .cont::-webkit-scrollbar-thumb:window-inactive { background-color:#1e3a62;} /* 滚动条滑块点击状态 */
.Nyab_Profile .jjbox .left .cont p,.Nyab_Profile .jjbox .left .cont div,.Nyab_Profile .jjbox .left .cont p span{ color:#555; line-height:32px;font-size:16px;overflow-wrap: break-word!important;text-wrap-mode:wrap!important;}
.Nyab_Profile .jjbox .left .cont img,.Nyab_Profile .jjbox .left .cont video{ max-width:100%; height:auto;}

.Nyab_Profile .jjbox .right{ width:634px; height:425px; float:right;}
.Nyab_Profile .jjbox .right video{width:100%; height:100%;}


.Nyab_Profile .databox{ background:#fff; margin-top:70px;}
.Nyab_Profile .databox:after{ content:''; display:block; clear:both;}
.Nyab_Profile .databox .datali{ width:25%; padding:50px 15px;float:left;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;flex-wrap: wrap;  position:relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.Nyab_Profile .databox .datali:before{ content:''; display:block; width:1px; height:70px; background:#e6e6e6; position:absolute; right:0;}
.Nyab_Profile .databox .datali:last-child:before{ display:none;}
.Nyab_Profile .databox .datali:after{ content:''; display:block; width:100%; height:0; background:#1e3a62 url(../images/datali_bg.png) right center no-repeat; position:absolute; left:0; top:50%; transform:translateY(-50%); transition: all .4s ease;}
.Nyab_Profile .databox .datali em{ display:block; width:60px; height:60px; background:url(../images/dataico.png) no-repeat; position:relative; z-index:2;transition: all 0s ease;}
.Nyab_Profile .databox .datali:nth-of-type(2) em{ background-position:-60px 0;}
.Nyab_Profile .databox .datali:nth-of-type(3) em{ background-position:-120px 0;}
.Nyab_Profile .databox .datali:nth-of-type(4) em{ background-position:-180px 0;}
.Nyab_Profile .databox .datali p{font-size:18px;color:#999;line-height: 1; margin-left:13px; position:relative; z-index:2;}
.Nyab_Profile .databox .datali p i{ display:inline-block; font-size:48px; font-weight:bold; color:#1e3a62; font-style:normal; margin-right:13px;}
.Nyab_Profile .databox .datali p span{ display:block;font-size:16px; margin-top:10px;color:#999;line-height: 1;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}

.Nyab_Profile .databox .datali:hover,.Nyab_Profile .databox .datali.on{border:0;}
.Nyab_Profile .databox .datali:hover:after,.Nyab_Profile .databox .datali.on:after{ height:110%; box-shadow:0 0 16px rgba(30,58,98,.45);}
.Nyab_Profile .databox .datali:hover em,.Nyab_Profile .databox .datali.on em{ background-position:0 -60px;}
.Nyab_Profile .databox .datali:nth-of-type(2):hover em,.Nyab_Profile .databox .datali:nth-of-type(2).on em{ background-position:-60px -60px;}
.Nyab_Profile .databox .datali:nth-of-type(3):hover em,.Nyab_Profile .databox .datali:nth-of-type(3).on em{ background-position:-120px -60px;}
.Nyab_Profile .databox .datali:nth-of-type(4):hover em,.Nyab_Profile .databox .datali:nth-of-type(4).on em{ background-position:-180px -60px;}
.Nyab_Profile .databox .datali:hover p,.Nyab_Profile .databox .datali.on p{color:#fff;}
.Nyab_Profile .databox .datali:hover p i,.Nyab_Profile .databox .datali.on p i{color:#fff;}
.Nyab_Profile .databox .datali:hover p span,.Nyab_Profile .databox .datali.on p span{ color:#fff;}
@media (max-width:1680px) {
	.Nyab_Profile{ padding:70px 0}
}
@media (max-width:1440px) {
	.Nyab_Profile{ padding:60px 0}
	
	.Nyab_Profile .databox .datali p i{ font-size:44px;}
}
@media (max-width:1280px) {
	.Nyab_Profile{ padding:50px 0}
	.Nyab_Profile .jjbox .left{width: calc(100% - 568px);}
	.Nyab_Profile .jjbox .left .btp{ font-size:22px;}
	.Nyab_Profile .jjbox .left .cont{ padding-right:20px;}
	.Nyab_Profile .jjbox .right{width:534px; height: 350px;}
	
	.Nyab_Profile .databox .datali p i{ font-size:38px;margin-right: 6px;}
	.Nyab_Profile .databox .datali em{ width:50px; height:50px; background-size:200px 100px;}
	.Nyab_Profile .databox .datali:hover em,.Nyab_Profile .databox .datali.on em{ background-position:0 -50px;}
	.Nyab_Profile .databox .datali:nth-of-type(2) em{ background-position:-50px 0;}
	.Nyab_Profile .databox .datali:nth-of-type(3) em{ background-position:-100px 0;}
	.Nyab_Profile .databox .datali:nth-of-type(4) em{ background-position:-150px 0;}
	.Nyab_Profile .databox .datali:nth-of-type(2):hover em,.Nyab_Profile .databox .datali:nth-of-type(2).on em{ background-position:-50px -50px;}
	.Nyab_Profile .databox .datali:nth-of-type(3):hover em,.Nyab_Profile .databox .datali:nth-of-type(3).on em{ background-position:-100px -50px;}
	.Nyab_Profile .databox .datali:nth-of-type(4):hover em,.Nyab_Profile .databox .datali:nth-of-type(4).on em{ background-position:-150px -50px;}
	.Nyab_Profile .databox .datali{padding: 30px 15px;}
	.Nyab_Profile .databox .datali p{ margin-left:10px;}
}
@media (max-width:1080px) {
	.Nyab_Profile{ padding:40px 0}
	.Nyab_Profile .jjbox .left{width: calc(100% - 458px);}
	.Nyab_Profile .jjbox .left .btp{ display:none;}
	.Nyab_Profile .jjbox .right{width:434px; height: 280px;}
	
	.Nyab_Profile .databox .datali{ display:block;}
	.Nyab_Profile .databox .datali:before{ height:118px;}
	.Nyab_Profile .databox .datali em{ margin:0 auto 10px;}
	.Nyab_Profile .databox .datali p{ text-align:center;font-size: 16px;}
	.Nyab_Profile .databox .datali p:nth-of-type(1),.Nyab_Profile .databox .datali p:nth-of-type(3){ font-size: 12px;}
	.Nyab_Profile .databox .datali p i{ font-size:30px;}
}
@media (max-width:880px) {
	.Nyab_Profile .jjbox .left{width: calc(100% - 358px);}
	.Nyab_Profile .jjbox .left .btp{ display:none;}
	.Nyab_Profile .jjbox .left .cont{ line-height:28px;min-height:112px;max-height:252px;}
	.Nyab_Profile .jjbox .left .cont p,.Nyab_Profile .jjbox .left .cont div{line-height: 28px;}
	.Nyab_Profile .jjbox .right{width:334px; height: 280px;}
}
@media (max-width:767px) {
	.Nyab_Profile{ padding:30px 0}
	.Nyab_Profile .nyTitle{ display:none;}
	.Nyab_Profile .jjbox{ display:block !important;}
	.Nyab_Profile .jjbox .left{width:100%;margin:20px 0 0;}
	.Nyab_Profile .jjbox .left .cont{ padding:0 15px; min-height:50px; max-height:10000000000000px;}
	.Nyab_Profile .jjbox .left .cont,.Nyab_Profile .jjbox .left .cont p,.Nyab_Profile .jjbox .left .cont div{ font-size:14px;}
	.Nyab_Profile .jjbox .right{width:100%; height:auto;}
	.Nyab_Profile .databox{ display:none;}
}


/*企业文化*/
.nyAboutUs_Culture { width: 100%; height:720px; 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(30, 58, 98, 0.7), rgba(6, 79, 131, 0.7)); }
.nyAboutUs_Culture ul li .abCulture_con { width: 100%; margin: 0 auto; }
.nyAboutUs_Culture ul li .abCulture_ico { width: 100px; height: 100px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; margin: 0 auto 60px; 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: #1e3a62; }
.nyAboutUs_Culture ul li .abCulture_tit {color: #fff; font-size:30px; font-weight:bold;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 30px; }
.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; }
@media (max-width:1680px) {
.nyAboutUs_Culture { height:620px; }
.nyAboutUs_Culture ul li { padding: 40px; }
.nyAboutUs_Culture ul li .abCulture_ico{margin: 0 auto 40px;}
.nyAboutUs_Culture ul li .abCulture_tit { font-size: 22px; }
.nyAboutUs_Culture ul li span {font-size: 14px; }
.nyAboutUs_Culture ul li:hover .line { margin: 20px auto; }
}
 @media (max-width:1600px) {
.nyAboutUs_Culture { height:540px;}
 }
 @media (max-width:1440px) {
.nyAboutUs_Culture { height: 520px;}
}
 @media (max-width:1280px) {
.nyAboutUs_Culture { height: 480px; }
.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 {font-size: 20px; }
}
 @media (max-width:1200px) {
.nyAboutUs_Culture { height: 460px;}
.nyAboutUs_Culture ul li { padding: 20px; }
.nyAboutUs_Culture ul li p { line-height: 28px; font-size: 14px; }
}
 @media (max-width:1080px) {
.nyAboutUs_Culture { height: 440px; }
}
 @media (max-width:1024px) {
.nyAboutUs_Culture { height: 420px; }
}
 @media (max-width:920px) {
.nyAboutUs_main .nyAboutUs_Culture { height: 400px;}
}
 @media (max-width:820px) {
.nyAboutUs_Culture ul li p { line-height: 24px; font-size: 14px; }
}
 @media (max-width:767px) {
.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; }
}



/*公司环境*/
/*nyAbout_env start*/
.nyAbout_env { overflow: hidden; padding: 100px 0; background-color: #f8f8f8;clear: both;}
.nyAboutEnv_main { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -6px;}
.nyAboutEnv_main .nyAboutEnv_left { width: 66%; height: 100%; padding: 0 6px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.nyAboutEnv_swiper .swiper-slide { height: 550px; overflow: hidden; position: relative;}
.nyAboutEnv_swiper .swiper-slide::before { content: ''; display: block; width: 100%; height: 120px; background: linear-gradient(to bottom, rgba(30,58,98, 0), rgba(30,58,98, .9)); position: absolute; bottom: 0; left: 0; z-index: 1;}
.nyAboutEnv_swiper .swiper-slide img{ width:100%; height:100%;object-fit: cover;}
.nyAboutEnv_swiper .swiper-slide p { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 24px; white-space: nowrap; text-overflow: ellipsis; padding: 0 180px 0 40px; position: absolute; bottom: 20px; left: 0; z-index: 2; box-sizing: border-box; -webkit-box-sizing: border-box;}

.nyAboutEnv_swiper .swiper-pagination { width: 100%; height: 6px; padding: 0 30px 0 0; text-align: right; bottom: 30px !important;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.nyAboutEnv_swiper .swiper-pagination span { width: 14px; height: 6px; background-color: #fff; border-radius: 3px; margin-right: 10px; opacity: .55; vertical-align: top;}
.nyAboutEnv_swiper .swiper-pagination span.swiper-pagination-bullet-active { width: 24px; opacity: 1;}

.nyAboutEnv_main .nyAboutEnv_right { width: 34%; padding: 0 6px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.nyAboutEnv_right ul li { height: 269px; margin-bottom: 12px;}
.nyAboutEnv_right ul li:last-child { margin-bottom: 0;}
.nyAboutEnv_right ul li p { width: 100%; height: 100%; overflow: hidden;position: relative;}
.nyAboutEnv_right ul li p img{ width:100%; height:100%;object-fit: cover;}
@media (max-width:1680px) {
  .nyAbout_env{ padding: 80px 0;}
}

@media (max-width:1600px) {
  .nyAboutEnv_swiper .swiper-slide p { font-size: 22px;}
}

@media (max-width:1560px) {
  .nyAboutTeam_swiper .swiper-slide { height: 320px;}
}

@media (max-width:1440px) {
  .nyAbout_env{ padding: 60px 0;}
}

@media (max-width:1366px) {
  .nyAboutEnv_main { margin: 0 -5px;}
  .nyAboutEnv_main .nyAboutEnv_left, .nyAboutEnv_main .nyAboutEnv_right { padding: 0 5px;}
  .nyAboutEnv_swiper .swiper-slide { height: 490px;}
  .nyAboutEnv_right ul li { height: 240px; margin-bottom: 10px;}
}

@media (max-width:1280px) {
	.nyAbout_env{ padding: 50px 0;}
  .nyAboutEnv_swiper .swiper-slide { height: 450px;}
  .nyAboutEnv_swiper .swiper-slide p { font-size: 20px;}
  .nyAboutEnv_right ul li { height: 220px;}  
}
@media (max-width:1080px) {
	.nyAbout_env{ padding: 40px 0;}
  .nyAboutEnv_swiper .swiper-slide { height: 410px;}
  .nyAboutEnv_swiper .swiper-slide p { height: 32px; line-height: 32px; font-size: 18px; padding: 0 150px 0 30px;}
  .nyAboutEnv_right ul li { height: 200px;}
}
@media (max-width:920px) {
  .nyAboutEnv_swiper .swiper-slide { height: 330px;}
  .nyAboutEnv_right ul li { height: 160px;}
}

@media (max-width:820px) {
  .nyAboutEnv_swiper .swiper-slide { height: 290px;}
  .nyAboutEnv_swiper .swiper-slide p { height: 30px; line-height: 30px; font-size: 18px; padding: 0 120px 0 20px;}
  .nyAboutEnv_swiper .swiper-pagination { height: 4px; padding: 0 20px 0 0;}
  .nyAboutEnv_swiper .swiper-pagination span { width: 10px; height: 4px;}
  .nyAboutEnv_swiper .swiper-pagination span.swiper-pagination-bullet-active { width: 20px;}
  .nyAboutEnv_right ul li { height: 140px;}
}

@media (max-width:767px) {
	.nyAbout_env{ padding: 30px 0;}
  .nyAboutEnv_main { margin: 0;}
  .nyAboutEnv_main .nyAboutEnv_left, .nyAboutEnv_main .nyAboutEnv_right { width: 100%; padding: 0;}
  .nyAboutEnv_main .nyAboutEnv_left { margin-bottom: 10px;}
  .nyAboutEnv_swiper .swiper-slide { height: 240px;}
  .nyAboutEnv_swiper .swiper-slide p { font-size: 16px; bottom: 10px;}
  .nyAboutEnv_swiper .swiper-pagination { bottom: 20px !important;}
  .nyAboutEnv_swiper .swiper-pagination span { width: 6px; margin: 0 2px;}
  .nyAboutEnv_right ul li { height: 200px;}
}

@media (max-width:390px) {}
@media (max-width:320px) {
  .nyAboutEnv_swiper .swiper-slide, .nyAboutTeam_swiper .swiper-slide { height: 200px;}
  .nyAboutEnv_right ul li { height: 180px;}
}
/*nyAbout_env end*/
/*nyAbout_history*/
.ab_history{ padding:100px 0; background:#eceff0 url(../images/abhis_bg.jpg) center no-repeat; background-size:cover; overflow:hidden;clear: both;}
.ab_history .nyTitle p{ color:#fff;}
.ab_history .mySwiper4_box { position:relative;}
.ab_history .mySwiper4_box .mySwiper4{width: calc(100% - 250px); margin: 0 auto; position:relative;}
.ab_history .mySwiper4_box .mySwiper4 .swiper-slide{ background:#fff;}
.ab_history .mySwiper4_box .pic{ width:300px; height:220px; float:left; overflow: hidden;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.ab_history .mySwiper4_box .pic img{ width:100%; height:100%;object-fit: cover;}
.ab_history .mySwiper4_box .text{width: calc(100% - 300px);height:125px; padding:0 50px; margin-top:50px; float:right;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:flex; display: -webkit-flex;  justify-content: flex-start;align-items:center;flex-wrap: wrap;}

.ab_history .mySwiper4_box .text .shuzi{width:160px; font-size:60px; font-weight:bold; color:#1e3a62;}
.ab_history .mySwiper4_box .text .cont{width: calc(100% - 160px);height:125px;padding-left:40px; position:relative;overflow-y:auto;background:url(../images/hisico2.png) left center no-repeat;}
.ab_history .mySwiper4_box .text .cont::-webkit-scrollbar { width:1px;}/* 滚动槽宽度 */
.ab_history .mySwiper4_box .text .cont::-webkit-scrollbar-track { background-color:#eee; border-radius:0px;}
.ab_history .mySwiper4_box .text .cont::-webkit-scrollbar-thumb { background-color:#1e3a62;} /* 滚动条滑块默认状态 */
.ab_history .mySwiper4_box .text .cont::-webkit-scrollbar-thumb:window-inactive { background-color:#1e3a62;} /* 滚动条滑块点击状态 */
.ab_history .mySwiper4_box .text .cont:before{ content:''; display:block; width:15px; height:125px;position:absolute; left:0; top:0; display:none;}
.ab_history .mySwiper4_box .text .cont,.ab_history .mySwiper4_box .text .cont p{ font-size:16px; color:#555; line-height:28px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ab_history .mySwiper4_box .text .cont p{ margin-bottom:15px;}
.ab_history .mySwiper4_box .text .cont p:last-child{ margin-bottom:0;}
.mySwiper4_box .swiper-button-prev, .mySwiper4_box .swiper-button-next{ width:80px; height:80px; border-radius:50%; background:#fff; outline:none;display:flex; display: -webkit-flex;  justify-content:center;align-items:center; transition: all .4s ease;}
.mySwiper4_box .swiper-button-prev:hover, .mySwiper4_box .swiper-button-next:hover{background:#035e9f;}
.mySwiper4_box .swiper-button-prev svg, .mySwiper4_box .swiper-button-next svg{ width:38px; height:32px;fill:#999;transition: all 0s ease;}
.mySwiper4_box .swiper-button-next svg{ transform:rotate(180deg);transition: all 0s ease;}
.mySwiper4_box .swiper-button-prev:hover svg, .mySwiper4_box .swiper-button-next:hover svg{fill:#fff;}

.ab_history .mySwiper3_box{ margin-top:80px; position:relative;}
.ab_history .mySwiper3_box .line{ width:100%; height:11px; position:absolute; left:50%; top:8px; transform:translateX(-50%);background:url(../images/timeline.png) center no-repeat; background-size:cover; }
.ab_history .mySwiper3_box .mySwiper3{width:1150px; position:relative;}
.ab_history .mySwiper3_box .mySwiper3 .swiper-slide{ z-index:2;}
.ab_history .mySwiper3_box .mySwiper3 .swiper-slide em{ display:block; width:36px; height:36px;background:url(../images/timeico.png) top; margin:0 auto 20px;transition: all .3s ease;}
.ab_history .mySwiper3_box .mySwiper3 .swiper-slide:hover em,.ab_history .mySwiper3_box .mySwiper3 .swiper-slide-active em{ background-position:0 -36px;}
.ab_history .mySwiper3_box .mySwiper3 .swiper-slide p{ font-size:16px; color:#fff; text-align:center;}

@media (max-width:1680px) {
    .ab_history{ padding:80px 0;}
}
@media (max-width:1440px) {
    .ab_history{ padding:60px 0;}
	.ab_history .mySwiper4_box .mySwiper4{width: calc(100% - 200px);}
	.ab_history .mySwiper4_box .pic{ width:250px; height:184px;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
	.ab_history .mySwiper4_box .pic img{ width:auto; height:auto; max-width:100%; max-height:100%;}
	.ab_history .mySwiper4_box .text{padding: 0 30px;width: calc(100% - 250px);margin-top: 29px;}
	.ab_history .mySwiper4_box .text .shuzi{ width:130px;font-size:50px;}
	.ab_history .mySwiper4_box .text .cont{width: calc(100% - 130px); height:100%;}
	.mySwiper4_box .swiper-button-prev, .mySwiper4_box .swiper-button-next{ width:60px; height:60px;}
	.mySwiper4_box .swiper-button-prev svg, .mySwiper4_box .swiper-button-next svg{ width:28px; height:28px;}
	
	.ab_history .mySwiper3_box .mySwiper3{width:90%;}
}
@media (max-width:1280px) {
    .ab_history{ padding:50px 0;}
	.ab_history .mySwiper3_box{ margin-top:50px;}
	.ab_history .mySwiper3_box .mySwiper3 .swiper-slide em{ transform:scale(.8);margin: 0 auto 10px;}
}
@media (max-width:1080px) {
    .ab_history{ padding:40px 0;}
	.ab_history .mySwiper4_box .mySwiper4 {width: calc(100% - 160px);}
	.ab_history .mySwiper4_box .pic{ width:200px; height:147px;}
	.ab_history .mySwiper4_box .text{width: calc(100% - 200px); height:94px;}
	.ab_history .mySwiper4_box .text .shuzi {width: 110px;font-size: 40px;}
	.ab_history .mySwiper4_box .text .cont{ border-left:1px solid #e6e6e6; background:none; width: calc(100% - 110px); height:100%;padding-left: 20px;}
	.ab_history .mySwiper4_box .text .cont p{ margin-bottom:5px;}
	.ab_history .mySwiper3_box{ margin-top:30px;}
	.mySwiper4_box .swiper-button-prev, .mySwiper4_box .swiper-button-next{ width:50px; height:50px;}
	.mySwiper4_box .swiper-button-prev svg, .mySwiper4_box .swiper-button-next svg{ width:24px; height:24px;}
}
@media (max-width:820px) {
	.ab_history .mySwiper4_box .pic{ width:150px; height:111px;}
	.ab_history .mySwiper4_box .text{width: calc(100% - 150px); height:53px;padding: 0 20px;}
	.ab_history .mySwiper4_box .text .shuzi{width: 80px;font-size: 30px;}
	.ab_history .mySwiper4_box .text .cont{width: calc(100% - 80px);padding-left: 15px;}
	.ab_history .mySwiper4_box .text .cont p{ line-height:24px;}
}
@media (max-width:767px) {
    .ab_history{ padding:30px 0;}
	.ab_history .mySwiper4_box .mySwiper4{ width:100%; padding-bottom:0;}
	.ab_history .mySwiper4_box .text .cont, .ab_history .mySwiper4_box .text .cont p{ font-size:14px;}
	.mySwiper4_box .swiper-button-prev, .mySwiper4_box .swiper-button-next{ width:40px; height:40px; top:auto; bottom:0; display:none;}
	.mySwiper4_box .swiper-button-prev{ left:50%; margin-left:-45px;}
	.mySwiper4_box .swiper-button-next{ right:50%; margin-right:-45px;}
	.mySwiper4_box .swiper-button-prev svg, .mySwiper4_box .swiper-button-next svg{ width:20px; height:20px;}
	
	.ab_history .mySwiper3_box { margin-top: 20px;}
	.ab_history .mySwiper3_box .mySwiper3 .swiper-slide em{ transform:scale(.7);margin: 0 auto 5px;}
	.ab_history .mySwiper3_box .mySwiper3 .swiper-slide p{ font-size:14px;}
}
@media (max-width:500px) {
    .ab_history .mySwiper4_box .pic{ display:none;}
	.ab_history .mySwiper4_box .text{ width:100%; margin:20px 0; height:82px;}
}




/*nyAbout_honor start*/
.nyAbout_honor { overflow: hidden; padding: 100px 0; background-color: #f8f8f8;}
.nyAbout_honor .anbtn{display:flex; display: -webkit-flex;  justify-content:center; margin-bottom:50px;}
.nyAbout_honor .anbtn p{ width:160px; height:50px; line-height:50px; text-align:center;font-size:18px; color:#222; background:#fff;margin:0 12px; transition: all .4s ease;cursor: default; }
.nyAbout_honor .anbtn p:hover,.nyAbout_honor .anbtn p.cur{ background:#1e3a62; color:#fff; border:1px solid #1e3a62;}
.nyAbout_honor .nyAboutHonor_swiper { display:none; min-height:150px;}
.nyAbout_honor .nyAboutHonor_swiper#CusTab01 { display: block;}
.nyAboutHonor_swiper { position: relative;}
.nyAboutHonor_swiper .swiper-container { margin: -20px 0; padding: 20px 0;}
.nyAboutHonor_swiper .swiper-slide { padding: 30px; background-color: #fff; box-shadow: 0 12px 20px rgba(0, 0, 0, .03);}
.nyAboutHonor_swiper .swiper-slide:hover { box-shadow: 0 10px 20px rgba(30,58,98, .1);transform:translateY(-5px);}
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img { display: block; width: 100%; padding-top:94%;overflow: hidden; margin-bottom: 0px; position: relative;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img img{ max-width:100%; max-height:100%;}
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #020202; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis;}
.nyAboutHonor_swiper .swiper-slide:hover a.nyAboutHonor_name { color: #1e3a62;}

.nyAboutHonor_swiper .swiper-button-prev, .nyAboutHonor_swiper .swiper-button-next { width: 50px; height: 50px; margin-top: -25px; padding: 16px; background: rgba(30,58,98, 0); border: 1px solid #1e3a62; border-radius: 50%; outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.nyAboutHonor_swiper .swiper-button-prev { left: -70px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.nyAboutHonor_swiper .swiper-button-next { right: -70px;}
.nyAboutHonor_swiper .swiper-button-prev:hover, .nyAboutHonor_swiper .swiper-button-next:hover { background: #1e3a62;}
.nyAboutHonor_swiper .swiper-button-prev:hover svg path, .nyAboutHonor_swiper .swiper-button-next:hover svg path { fill: #ffffff;}
.nyAboutHonor_swiper .swiper-button-disabled { opacity: .25 !important;}
@media (max-width:1680px) {
  .nyAbout_honor{ padding: 80px 0;}
  .nyAbout_honor .anbtn{margin-bottom:40px;}
  .nyAboutHonor_swiper .swiper-button-prev { left: -30px;}
  .nyAboutHonor_swiper .swiper-button-next { right: -30px;}

}
@media (max-width:1560px) {
  .nyAboutTeam_swiper .swiper-slide { height:200px;}
}

@media (max-width:1440px) {
  .nyAbout_honor{ padding: 60px 0;}
  .nyAbout_honor .anbtn{margin-bottom:30px;}
  .nyAbout_honor .nyAboutHonor_swiper{ padding:0 50px;}
  .nyAboutHonor_swiper .swiper-slide { padding: 20px;}
  .nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img { margin-bottom: 20px;}
  .nyAboutHonor_swiper .swiper-button-prev { left: -10px;}
  .nyAboutHonor_swiper .swiper-button-next { right: -10px;}
  
}

@media (max-width:1280px) {
	.nyAbout_honor{ padding: 50px 0;}
	.nyAbout_honor .anbtn p{ width:140px; height:40px; line-height:40px;margin: 0 5px;}
  .nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_name { height: 30px; line-height: 30px; font-size: 16px;}

}
@media (max-width:1080px) {
	.nyAbout_honor{ padding: 40px 0;}
	.nyAbout_honor .anbtn p{ font-size:16px;}
	.nyAbout_honor .nyAboutHonor_swiper{ padding:0 50px;}
    .nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img {margin-bottom: 10px;}
	.nyAboutHonor_swiper .swiper-button-prev { left: 0;}
    .nyAboutHonor_swiper .swiper-button-next { right:0;}
}
@media (max-width:920px) {
  .nyAboutHonor_swiper .swiper-button-prev, .nyAboutHonor_swiper .swiper-button-next { width: 44px; height: 44px; margin-top: -22px; padding: 11px;}
}

@media (max-width:820px) {
	.nyAbout_honor .anbtn{margin-bottom:20px;}
    .nyAboutHonor_swiper .swiper-slide { border-radius: 8px;}
}

@media (max-width:767px) {
  .nyAbout_honor{ padding: 30px 0 50px;}
  .nyAboutHonor_swiper .swiper-container { padding: 20px 0 50px;}
  .nyAbout_honor .nyAboutHonor_swiper {padding:0;}
  .nyAboutHonor_swiper .swiper-slide { padding: 10px;}
  .nyAboutHonor_swiper .swiper-button-prev, .nyAboutHonor_swiper .swiper-button-next { width: 32px; height:32px; margin-top: 0; padding:9px; border: 1px solid #1e3a62; top: inherit; bottom: 0;
  transform:translateX(-50%);}
  .nyAboutHonor_swiper .swiper-button-prev { left:calc(50% - 22px);}
  .nyAboutHonor_swiper .swiper-button-next { left:calc(50% + 22px);}

}

@media (max-width:550px) {
	.nyAbout_honor .anbtn p{ font-size:14px; height:36px; line-height:36px; margin:0 3px;}
	.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_name{ font-size:14px;}
	}
/*nyAbout_honor end*/

