/*lyBanner start*/
.lyBanner { height: 700px; overflow: hidden; margin-top: 100px; background-color: #f5f5f5; position: relative;}
.lyBanner .swiper-container { height: 100%;}
.lyBanner .swiper-slide { overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative;}

.lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 60px; height: 60px; margin-top: -30px; padding: 18px; background: rgba(0, 62, 151, 0); border-radius: 0; top: 50%;}
.lyBanner .swiper-button-prev { left: 0; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyBanner .swiper-button-next { right: 0;}
.lyBanner .swiper-button-prev:hover, .lyBanner .swiper-button-next:hover { background: #1991cd; border: 1px solid #1991cd;}
.lyBanner .swiper-button-disabled { opacity: .25 !important;}

.lyBanner .swiper-pagination { width: 100%; height: 4px; bottom: 100px !important;}
.lyBanner .swiper-pagination span { width: 16px; height: 4px; background-color: rgba(255, 255, 255, .8); border-radius: 0; margin: 0 4px; opacity: 1; vertical-align: top;}
.lyBanner .swiper-pagination span.swiper-pagination-bullet-active { width: 32px; background-color: #1991cd;}
/*lyBanner end*/
.searchBox{position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 2;
  top: 0;
  height: 60px;
  background: #fff;
  padding-left: 48px;
  padding-right: 48px;
  overflow: hidden;
}
.searchBox p{
  line-height: 60px;
}
.searchBox p span {
  color: #1991cd;
  font-weight: bold;
}
.searchBox p a {
  margin-left: 16px;
  margin-right: 16px;
  color: #666;
}


/*lyAdvantage start*/
.lyAdvantage { margin: -72px auto 0; background-color: #fff; position: relative; z-index: 1;}
.lyAdvantage ul li { display: flex; align-items: center; justify-content: center; width: 20%; padding: 0 25px; position: relative; float: left;}
.lyAdv_con { padding: 25px 0; position: relative;}
.lyAdv_con::before, .lyAdv_con::after { content: ''; display: block; width: 0; height: 5px; background-color: #1991cd; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyAdv_con::before { top: -5px;}
.lyAdv_con::after { bottom: -5px;}
.lyAdvantage ul li:hover .lyAdv_con::before, .lyAdvantage ul li:hover .lyAdv_con::after { width: 100%;}
.lyAdv_con .lyAdv_time, .lyAdv_con .lyAdv_ico { height: 54px; overflow: hidden; margin: 0 auto; position: relative;}
.lyAdv_con .lyAdv_time em { display: block; line-height: 18px; color: #222; font-family: "AlimamaShuHeiTi-Bold"; font-size: 18px; text-align: center; font-style: normal;}
.lyAdv_con .lyAdv_time span { display: block; line-height: 32px; color: #222; font-family: "AlimamaShuHeiTi-Bold"; font-size: 44px; text-align: center; margin-top: 4px;}
.lyAdv_con .lyAdv_ico { width: 54px;}
.lyAdv_con .lyAdv_ico::before { content: ''; display: block; width: 45px; height: 5px; background-color: #1991cd; border-radius: 50%; position: absolute; bottom: 3px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyAdv_con .lyAdv_ico i { display: block; width: 42px; height: 42px; overflow: hidden; margin: 6px auto; position: relative; z-index: 1;}
.lyAdvantage ul li:hover .lyAdv_con .lyAdv_ico::before { opacity: .25;}
.lyAdvantage ul li:hover .lyAdv_con .lyAdv_ico i svg path { fill: #1991cd;}
.lyAdv_con p { width: 100%; line-height: 24px; color: #222; font-size: 16px; text-align: center; margin-top: 16px;}
.lyAdvantage ul li:hover .lyAdv_con .lyAdv_time em, .lyAdvantage ul li:hover .lyAdv_con .lyAdv_time span, .lyAdvantage ul li:hover .lyAdv_con p { color: #1991cd;}
/*lyAdvantage end*/


.lyTitle { margin-bottom: 50px;}
.lyTitle span { display: block; line-height: 1; color: rgba(0, 0, 0, .08); font-family: "AlimamaShuHeiTi-Bold"; font-size: 72px; text-align: center; position: relative;font-weight: bold}
.lyTitle span::after { content: ''; display: block; width: 100%; height: 80%; position: absolute; left: 0; bottom: 0;}
.lyTitle1 span::after { background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 100%);}
.lyTitle2 span::after { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);}
.lyTitle p { line-height: 1; color: #1991cd; font-size: 40px; font-weight: bold; text-align: center; margin: -30px auto 20px; position: relative;}
.lyTitle em { display: block; width: 160px; height: 3px; overflow: hidden; margin: 0 auto; background-image: linear-gradient(to right, rgba(200, 15, 46, 0) 0%, rgba(200, 15, 46, 1) 50%, rgba(200, 15, 46, 0) 100%);}


/*lyRecommend start*/
.lyRecommend { overflow: hidden; padding: 100px 0; background-color: #f4f4f4;}
.lyRecPro_swiper { padding-left: calc(50% - 700px); position: relative;}
.lyRecPro_swiper .swiper-container { min-height: 300px;}
.lyRecPro_swiper .swiper-slide { display: flex;}
.lyRecPro_swiper .swiper-slide .lyRecPro_text { display: flex; align-items: center; justify-content: center; width: 85px; background-color: #eee; border: 1px solid #ddd; border-right: 0;}
.lyRecPro_swiper .swiper-slide:hover .lyRecPro_text { background-color: #1991cd; border: 1px solid #1991cd; border-right: 0;}
.lyRecPro_swiper .swiper-slide .lyRecPro_text a { display: block; max-height: 260px; overflow: hidden; line-height: 30px; color: #222; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; writing-mode: vertical-rl; padding-top: 20px; position: relative;}
.lyRecPro_swiper .swiper-slide:hover .lyRecPro_text a { color: #fff;}
.lyRecPro_swiper .swiper-slide .lyRecPro_text a::before { content: ''; display: block; width: 6px; height: 6px; border: 1px solid #1991cd; border-radius: 50%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyRecPro_swiper .swiper-slide:hover .lyRecPro_text a::before { border: 1px solid #fff;}

.lyRecPro_swiper .swiper-slide .lyRecPro_img { width: calc(100% - 85px); height: 302px; background-color: #fff; border: 1px solid #ddd; border-left: 0;}
.lyRecPro_swiper .swiper-slide:hover .lyRecPro_img { border: 0 solid #fff;}
.lyRecPro_swiper .swiper-slide .lyRecPro_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyRecPro_swiper .swiper-slide:hover .lyRecPro_img a img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyRecPro_swiper .swiper-slide .lyRecPro_img a::before { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(25, 145, 205, .8); position: absolute; top: 0; left: 100%; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyRecPro_swiper .swiper-slide:hover .lyRecPro_img a::before { left: 0;}
.lyRecPro_swiper .swiper-slide .lyRecPro_img a i { display: block; width: 80px; height: 80px; overflow: hidden; padding: 20px; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 100%; top: 50%; z-index: 2; transform: translate(-0%, -50%); -webkit-transform: translate(-0%, -50%);}
.lyRecPro_swiper .swiper-slide:hover .lyRecPro_img a i { left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lyRecPro_swiper .swiper-slide .lyRecPro_img a p{color: #fff;font-size: 14px;line-height: 24px;position: absolute;width:80%;top: 50%;left: 10%;display: none;z-index: 10;transform: translate(0,-50%);}
.lyRecPro_swiper .swiper-slide:hover .lyRecPro_img a p{display: block;}
.lyRecPro_swiper .swiper-button-prev, .lyRecPro_swiper .swiper-button-next { width: 50px; height: 50px; margin-top: -25px; padding: 6px; background: rgba(0, 62, 151, 0); border-radius: 0; top: 50%;}
.lyRecPro_swiper .swiper-button-prev { left: calc(50% - 770px); transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyRecPro_swiper .swiper-button-next { right: calc(50% - 770px); display: none;}
.lyRecPro_swiper .swiper-button-prev:hover svg path, .lyRecPro_swiper .swiper-button-next:hover svg path { fill: #1991cd;}
.lyRecPro_swiper .swiper-button-disabled { opacity: .25 !important;}
/*lyRecommend end*/


/*lyProducts start*/
.lyProducts { overflow: hidden; padding: 100px 0; background-color: #fff;}

.lyPro_menu { margin-bottom: 50px;}
.lyPro_menu .swiper-slide a { display: block; height: 52px; overflow: hidden; line-height: 52px; color: #222; font-size: 16px; text-align: center; white-space: nowrap; text-overflow: ellipsis; background-color: #f4f4f4; padding: 0 10px;}
.lyPro_menu .swiper-slide.swiper-slide-active a, .lyPro_menu .swiper-slide:hover a { background-color: #1991cd; color: #fff;}

.lyPro_swiper .swiper-container { padding-bottom: 6px;}
.lyPro_swiper .swiper-slide { position: relative;}
.lyPro_swiper .swiper-slide::after { content: ''; display: block; width: 0%; height: 6px; overflow: hidden; background-color: #1991cd; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyPro_swiper .swiper-slide:hover::after { width: 100%;}
.lyPro_swiper .swiper-slide .lyPro_con { border: 1px solid #ddd; position: relative;}
.lyPro_swiper .swiper-slide:hover .lyPro_con { border: 1px solid #bfbfbf;}
.lyPro_con .lyPro_name { padding: 19px; border-bottom: 1px solid #ddd;}
.lyPro_con:hover .lyPro_name { border-bottom: 1px solid #1991cd;}
.lyPro_con .lyPro_name a { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; padding-right: 30px; position: relative;}
.lyPro_con:hover .lyPro_name a { color: #1991cd;}
.lyPro_con .lyPro_name a i { display: block; width: 28px; height: 28px; overflow: hidden; background-color: #1991cd; border-radius: 50%; position: absolute; top: 1px; right: 1px;}
.lyPro_con .lyPro_name a i::before, .lyPro_con .lyPro_name a i::after { content: ''; display: block; background-color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lyPro_con .lyPro_name a i::before { width: 14px; height: 2px;}
.lyPro_con .lyPro_name a i::after { width: 2px; height: 14px;}
.lyPro_con .lyPro_img { width: 100%; height: 300px; overflow: hidden;}
.lyPro_con .lyPro_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyPro_con:hover .lyPro_img a img { transform: scale(1.1); -webkit-transform: scale(1.1);}

.lyPro_con a.lyPro_view { display: block; width: 100%; height: 100%;background-color: rgba(25, 145, 205, .8); position: absolute; bottom: 110%; left: 0; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyPro_con:hover a.lyPro_view { bottom: 0;}
.lyPro_con a.lyPro_view i { display: block; width: 80px; height: 80px; overflow: hidden; padding: 20px; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lyPro_con a.lyPro_view p{color: #fff;font-size: 14px;line-height: 24px;position: absolute;width:80%;top: 50%;left: 10%;display: none;z-index: 10;transform: translate(0,-50%);}
.lyPro_con a.lyPro_view:hover p{display: block;}
.lyPro_all { margin-top: 50px; text-align: center;}
.lyPro_all a { display: inline-block; vertical-align: top; height: 54px; overflow: hidden; line-height: 54px; color: #777; font-size: 18px; padding: 0 45px; background-color: #f4f4f4; border-radius: 27px;}
.lyPro_all a i { display: inline-block; width: 30px; height: 30px; overflow: hidden; margin: -4px 0 0 10px; padding: 7px; background-color: #e3001b; border-radius: 50%; vertical-align: middle;}
.lyPro_all a:hover { color: #fff; background-color: #e3001b;}
.lyPro_all a:hover i { background-color: #fff;}
.lyPro_all a:hover i svg path { fill: #e3001b;}

/*lyProducts end*/
.lyCases .lyPro_con .lyPro_name a{padding-right: 0;text-align: center;font-weight: normal}
.lyCase_swiper .swiper-container { padding-bottom: 6px;}
.lyCase_swiper .swiper-slide { position: relative;}
.lyCase_swiper .swiper-slide::after { content: ''; display: block; width: 0%; height: 6px; overflow: hidden; background-color: #1991cd; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyCase_swiper .swiper-slide:hover::after { width: 100%;}
.lyCase_swiper .swiper-slide .lyPro_con { border: 1px solid #ddd; position: relative;}
.lyCase_swiper .swiper-slide:hover .lyPro_con { border: 1px solid #1991cd;}
.lyCase_swiper .lyPro_con .lyPro_name { padding: 19px; border-top: 1px solid #ddd;border-bottom: none;}
.lyCase_swiper .lyPro_con:hover .lyPro_name { border-bottom: none;}
.lyCase_swiper .swiper-button-prev,.lyCase_swiper .swiper-button-next { width: 50px; height: 50px; margin-top: -25px; padding: 6px; background: rgba(0, 62, 151, 0); border-radius: 0; top: 50%;}
.lyCase_swiper .swiper-button-prev { left: calc(50% - 770px); transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyCase_swiper .swiper-button-next { right: calc(50% - 770px);}
.lyCase_swiper .swiper-button-prev:hover svg path,.lyCase_swiper .swiper-button-next:hover svg path { fill: #1991cd;}
.lyCase_swiper .swiper-button-disabled { opacity: 1 !important;}
.lyCase_swiper{position: relative;}
/*lyAbout start*/
.lyAbout_main { padding: 60px 0 100px; background-color: #222; position: relative;}
.lyAbout_main::after { content: ''; display: block; width: 0; height: 0; border-width: 20px 20px 0 20px; border-color: #222 transparent transparent transparent; border-style: solid; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.lyAbout_main .waves { height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: .2;}
.lyAbout_main .waves canvas { display: block; height: 100% !important;}
.lyAbout_main .w1400 { display: flex;}
.lyAbout_main .lyAbout_img { width: calc(40% + 30px); margin-right: -30px; position: relative; z-index: 1;}
.lyAbout_img a { display: block; width: 100%; height: 400px; overflow: hidden; position: relative;}
.lyAbout_img a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1);}

.lyAbout_main .lyAbout_text { width: 60%; height: max-content; background-color: #1991cd; margin-top: -100px; padding: 60px 60px 90px 90px; position: relative;}
.lyAbout_title { margin-bottom: 50px;}
.lyAbout_title p { line-height: 1; color: #fff; font-size: 40px; font-weight: bold; margin-bottom: 20px;}
.lyAbout_title em { display: block; width: 160px; height: 3px; overflow: hidden; background-image: linear-gradient(to right, rgba(200, 15, 46, 0) 0%, rgba(200, 15, 46, 1) 50%, rgba(200, 15, 46, 0) 100%);}
.lyAbout_con { max-height: 180px; overflow-y: scroll; padding-right: 10px;}
.lyAbout_con, .lyAbout_con div, .lyAbout_con p { line-height: 30px; color: #fff !important; font-family: 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Helvetica', 'sans-serif' !important; font-size: 16px !important;}
.lyAbout_con span, .lyAbout_con font, .lyAbout_con div span, .lyAbout_con p span, .lyAbout_con div font, .lyAbout_con p font { color: #fff !important; font-family: 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Helvetica', 'sans-serif' !important; font-size: 16px !important;}
.lyAbout_text a.lyAbout_btn { display: block; width: 150px; height: 60px; line-height: 60px; color: #222; font-size: 16px; text-align: center; background-color: #fff; border-radius: 0 30px 30px 0; padding: 0 30px; position: absolute; left: 100px; bottom: -30px;}
.lyAbout_text a.lyAbout_btn i { display: block; width: 60px; height: 60px; overflow: hidden; padding: 15px; background-color: #e3001b; border-radius: 50%; position: absolute; left: -30px; top: 0;}
.lyAbout_text a.lyAbout_btn:hover { width: 180px;}

.lyAbout_con::-webkit-scrollbar { width: 2px;}/* 滚动槽宽度 */
.lyAbout_con::-webkit-scrollbar-track { background-color: rgb(255, 255, 255, .06);}/* 滚动条滑块默认状态 */
.lyAbout_con::-webkit-scrollbar-thumb { background-color: #fff;}
.lyAbout_con::-webkit-scrollbar-thumb:window-inactive { background-color: #fff;}  /* 滚动条滑块点击状态 */

.lyAbout_adv { padding: 80px 0; background-color: #fff;}
.lyAbout_adv .w1400 { display: flex; align-items: center;}
.lyAboutAdv_left { width: 52%; padding-right: 80px;}
.lyAboutAdv_left span { display: block; line-height: 30px; color: #1991cd; font-size: 16px; font-weight: bold; margin-bottom: 4px;}
.lyAboutAdv_left a.lyAboutAdv_name { display: block; line-height: 50px; color: #222; font-size: 40px; font-weight: bold; margin-bottom: 20px;}
.lyAboutAdv_left a.lyAboutAdv_name:hover { color: #1991cd;}
.lyAboutAdv_left p { line-height: 30px; color: #999; font-size: 16px; margin-bottom: 40px;}
.lyAboutAdv_left a.lyAboutAdv_btn { display: inline-block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 15px; border-bottom: 1px solid #1991cd; vertical-align: top;}
.lyAboutAdv_left a.lyAboutAdv_btn i { display: inline-block; width: 16px; height: 15px; overflow: hidden; margin: -4px 0 0 10px; vertical-align: middle;}
.lyAboutAdv_left a.lyAboutAdv_btn:hover { color: #1991cd;}
.lyAboutAdv_left a.lyAboutAdv_btn:hover i { margin: -4px 0 0 15px;}

.lyAboutAdv_right { width: 48%;}
.lyAboutAdv_right ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -16px -24px;}
.lyAboutAdv_right ul li { width: 50%; padding: 0 16px; margin-bottom: 24px;}
.lyAboutAdv_con { display: flex; align-items: center; padding-bottom: 24px; border-bottom: 1px solid #ddd;}
.lyAboutAdv_con i { display: block; width: 80px; height: 80px; overflow: hidden; background-color: #f4f4f4; position: relative;}
.lyAboutAdv_con p { width: calc(100% - 80px); line-height: 32px; color: #222; font-size: 18px; padding: 0 24px;}
/*lyAbout end*/


/*lyNewsArticle start*/
.lyNewsArticle { overflow: hidden; padding: 100px 0; background-color: #f4f4f4;}
.lyNewsArticle_main { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -12px;}
.lyNewsArticle_main .lyNews_left { width: 35%; min-height: 400px; padding: 0 12px;}
.lyNewsArticle_main .lyArticle_right { width: 65%; padding: 0 12px;}
.lyNews_main, .lyArticle_main { min-height: 100%; padding: 24px 32px 32px; background-color: #fff; position: relative;}
.lyNews_main::before { content: ''; display: block; width: 100%; height: 108px; background: url(../images/newBg.jpg) center top no-repeat; background-size: cover; position: absolute; top: 0; left: 0;}
.lyNews_head, .lyArticle_head { margin-bottom: 24px; position: relative;}
.lyNews_head p, .lyArticle_head p { line-height: 40px; color: #fff; font-size: 30px;}
.lyNews_head p span, .lyArticle_head p span { display: inline-block; line-height: 40px; color: #fff; font-size: 30px; font-weight: bold; vertical-align: top;}
.lyNews_head em, .lyArticle_head em { display: block; line-height: 20px; color: rgba(255, 255, 255, .25); font-size: 16px;}
.lyNews_head a.more { display: block; width: 25px; height: 25px; overflow: hidden; background: #1991cd url(../images/more01.png) center center no-repeat; position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}

.lyNews_swiper .swiper-slide .lyNews_img { width: 100%; height: 240px; overflow: hidden;}
.lyNews_swiper .swiper-slide .lyNews_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyNews_swiper .swiper-slide:hover .lyNews_img a img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyNews_swiper .swiper-slide .lyNews_text { margin-top: 50px;}
.lyNews_swiper .swiper-slide .lyNews_text a.name { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.lyNews_swiper .swiper-slide .lyNews_text p.ms { max-height: 52px; overflow: hidden; line-height: 26px; color: #999; font-size: 16px; margin-top: 12px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyNews_swiper .swiper-slide .lyNews_text span.time { display: block; line-height: 30px; color: #999; font-size: 16px; text-align: right; margin-top: 24px; position: relative;}
.lyNews_swiper .swiper-slide .lyNews_text span.time i { display: inline-block; width: 16px; height: 16px; overflow: hidden; margin: -4px 5px 0 0; vertical-align: middle;}
.lyNews_swiper .swiper-slide .lyNews_text span.time::before { content: ''; display: block; width: 20%; height: 1px; overflow: hidden; background-color: #e6e6e6; position: absolute; top: 14px; left: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyNews_swiper .swiper-slide:hover .lyNews_text a.name { color: #1991cd;}
.lyNews_swiper .swiper-slide:hover .lyNews_text span.time::before { width: calc(100% - 120px);}

.lyNews_swiper .swiper-pagination { display: none; width: 100%; height: 8px; padding: 0 20px; top: 208px; bottom: inherit !important; text-align: right;}
.lyNews_swiper .swiper-pagination span { width: 8px; height: 8px; background-color: rgba(255, 255, 255, .55); border-radius: 4px; margin:  0 4px; opacity: 1; vertical-align: top;}
.lyNews_swiper .swiper-pagination span.swiper-pagination-bullet-active { width: 24px; background-color: #1991cd;}

.lyArticle_head p { color: #222;}
.lyArticle_head p span { color: #1991cd;}
.lyArticle_head em { color: #999;}
.lyArticle_head a.more { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 15px; border-bottom: 1px solid #1991cd; position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyArticle_head a.more i { display: inline-block; width: 16px; height: 15px; overflow: hidden; margin: -4px 0 0 10px; vertical-align: middle;}
.lyArticle_head a.more:hover { color: #1991cd;}
.lyArticle_head a.more:hover i { margin: -4px 0 0 15px;}

.lyArticle_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -12px -24px;}
.lyArticle_list ul li { width: 50%; margin-bottom: 24px; padding: 0 12px;}
.lyArticle_con { min-height: 100%; overflow: hidden; padding: 24px; background-color: #fff; border: 1px solid #e6e6e6;}
.lyArticle_con a.name { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.lyArticle_con p.ms { max-height: 52px; overflow: hidden; line-height: 26px; color: #999; font-size: 16px; margin-top: 12px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyArticle_con span.time { display: block; line-height: 30px; color: #999; font-size: 16px; text-align: right; margin-top: 24px; position: relative;}
.lyArticle_con span.time i { display: inline-block; width: 16px; height: 16px; overflow: hidden; margin: -3px 5px 0 0; vertical-align: middle;}
.lyArticle_con span.time::before { content: ''; display: block; width: 20%; height: 1px; overflow: hidden; background-color: #e6e6e6; position: absolute; top: 14px; left: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyArticle_con:hover { background-color: #1991cd; border: 1px solid #1991cd;}
.lyArticle_con:hover a.name, .lyArticle_con:hover span.time { color: #fff;}
.lyArticle_con:hover p.ms { color: rgba(255, 255, 255, .55);}
.lyArticle_con:hover span.time i svg path { fill: #fff;}
.lyArticle_con:hover span.time::before { width: calc(100% - 120px); background-color: #fff;}

/*lyNews end*/
/*nyAbout_intro start*/
.nyAbout_intro { overflow: hidden; padding: 100px 0;}
.nyAboutIntro_con { width: 50%; padding-right: 60px; float: left;}
.nyAboutIntro_con .nyAboutIntro_name { line-height: 40px; color: #222; font-size: 32px; font-weight: bold; margin-bottom: 40px;}
.nyAboutIntro_name::after { content: ''; display: block; width: 80px; height: 3px; overflow: hidden; background-color: #1991cd; margin-top: 20px;}
.nyAboutIntro_con .nyAboutIntro_text { height: 327px; overflow-y: scroll;  padding-right: 20px;}
.nyAboutIntro_text p { width: 100%; overflow: hidden; line-height: 30px; color: #666; font-size: 16px; text-align: justify; word-break: break-all; margin: 0 auto; padding: 0; }
.nyAboutIntro_text p span, .nyAboutIntro_text p em { color: #666!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 15px!important; font-style: normal!important; font-weight: normal!important; }

.nyAboutIntro_data { margin-top: 40px;}
.nyAboutIntro_data ul { display: flex; justify-content: space-between;}
.nyAboutIntro_data ul li { max-width: 40%;}
.nyAboutIntro_data ul li p { height: 60px; overflow: hidden; line-height: 60px; color: #1991cd;font-size: 56px; text-align: center;font-weight: bold;}
.nyAboutIntro_data ul li span { display: block; overflow: hidden; line-height: 30px; color: #666; font-size: 16px; text-align: center;}

.nyAboutIntro_img { width: 50%; height: 560px; padding-left: 30px; position: relative; float: right;}
.nyAboutIntro_img::before { content: ''; display: block; width: 30px; height: calc(100% - 160px); background-color: #1991cd; position: absolute; left: 0; top: 80px;}
.nyAboutIntro_img i { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
/*nyAbout_intro end*/

/*nyAbout_culture start*/
.nyAbout_culture { overflow: hidden; padding: 100px 0; background: #222 url(../images/cultureBg.jpg) center center no-repeat; background-size: cover;}
.nyAboutCulture_main ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px -30px;}
.nyAboutCulture_main ul li { width: 50%; margin-bottom: 30px; padding: 0 15px;}
.nyAboutCulture_main ul li .con { display: flex; align-items: center; justify-items: center; min-height: 100%; overflow: hidden; background-color: #fff;}
.nyAboutCulture_main ul li .con:hover { background-color: #1991cd;}
.nyAboutCulture_main ul li .con .pic { width: 224px; height: 200px; overflow: hidden; position: relative;}
.nyAboutCulture_main ul li .con .pic::before, .nyAboutCulture_main ul li .con .pic::after { content: ''; display: block; width: 1px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyAboutCulture_main ul li .con .pic::before { height: 100%; background-color: #e6e6e6;}
.nyAboutCulture_main ul li .con .pic::after { height: 50px; background-color: #1991cd;}
.nyAboutCulture_main ul li .con:hover .pic::before { background-color: rgba(255, 255, 255, .15);}
.nyAboutCulture_main ul li .con:hover .pic::after { background-color: #fff;}
.nyAboutCulture_main ul li .con .pic em { display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyAboutCulture_main ul li .con .pic em::before, .nyAboutCulture_main ul li .con .pic em::after { content: ''; display: block; width: 120px; height: 120px; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); box-sizing: border-box; -webkit-box-sizing: border-box;}
.nyAboutCulture_main ul li .con .pic em::before { background-color: #f5f8fb;}
.nyAboutCulture_main ul li .con:hover .pic em::before { background-color: #cbd3e9;}
.nyAboutCulture_main ul li .con .pic em::after { border: 1px solid #e8ecf0;}
.nyAboutCulture_main ul li .con:hover .pic em::after { border: 1px solid #cbd3e9;}
.nyAboutCulture_main ul li .con .pic em i { display: block; width: 84px; height: 84px; overflow: hidden; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyAboutCulture_main ul li .con .pic em i.ico1 { background: #fff url(../images/abIco1.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con .pic em i.ico2 { background: #fff url(../images/abIco2.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con .pic em i.ico3 { background: #fff url(../images/abIco3.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con .pic em i.ico4 { background: #fff url(../images/abIco4.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con:hover .pic em i.ico1 { background: #fff url(../images/abIco01.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con:hover .pic em i.ico2 { background: #fff url(../images/abIco02.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con:hover .pic em i.ico3 { background: #fff url(../images/abIco03.png) center center no-repeat; background-size: 50px 50px;}
.nyAboutCulture_main ul li .con:hover .pic em i.ico4 { background: #fff url(../images/abIco04.png) center center no-repeat; background-size: 50px 50px;}

.nyAboutCulture_main ul li .con .text { width: calc(100% - 224px); overflow: hidden; padding: 0 50px;}
.nyAboutCulture_main ul li .con .text em { display: block; line-height: 24px; color: rgba(0, 0, 0, .15); font-family: "AlimamaShuHeiTi-Bold"; font-size: 18px;}
.nyAboutCulture_main ul li .con:hover .text em { color: rgba(255, 255, 255, .15);}
.nyAboutCulture_main ul li .con .text p { line-height: 30px; color: #222; font-size: 20px; font-weight: bold; margin: 4px 0 10px;}
.nyAboutCulture_main ul li .con:hover .text p { color: #fff;}
.nyAboutCulture_main ul li .con .text span { display: block; line-height: 30px; color: #777; font-size: 16px;}
.nyAboutCulture_main ul li .con:hover .text span { color: rgba(255, 255, 255, .45);}
/*nyAbout_culture end*/


/*nyAbout_honor start*/
.nyAbout_honor { overflow: hidden; padding: 100px 0;}
.nyAboutHonor_main { display: flex; align-items: center; justify-items: center; border: 1px solid #ddd;}
.nyAboutHonor_pic { width: 50%; height: 500px; overflow: hidden; position: relative;}
.nyAboutHonor_list { width: 50%; padding: 50px 50px 50px 0;}
.nyAboutHonor_list ul { height: 360px; overflow-y: scroll; padding-right: 30px;}
.nyAboutHonor_list ul li { padding: 10px 0;}
.nyAboutHonor_list ul li a { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; padding-left: 40px; position: relative;}
.nyAboutHonor_list ul li a:hover { color: #1991cd;}
.nyAboutHonor_list ul li a::before { content: ''; display: block; width: 4px; height: 4px; background-color: #1991cd; border-radius: 50%; position: absolute; left: 18px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
/*nyAbout_honor end*/
/*nyProducts start*/
.nyProducts { overflow: hidden; padding: 140px 0 100px;}
.nyProducts .nyProduct_main { margin: 0 auto;}

.nyProduct_main .nyProduct_left { width: 350px; float: left;}
.nyProduct_left .nyProduct_menu { margin-bottom: 50px;}
.nyProduct_menu .nyProMenu_head { overflow: hidden; padding: 30px 40px; background: #1991cd url(../images/nyProMenuHead_bg.png) 110% center no-repeat; background-size: 100px 100px; position: relative;}
.nyProMenu_head span { display: block; line-height: 24px; color: #fff; font-size: 18px;}
.nyProMenu_head span::before { content: ''; display: inline-block; width: 30px; height: 1px; background-color: #fff; vertical-align: middle; margin: -2px 10px 0 0;}
.nyProMenu_head p { line-height: 40px; color: #fff; font-size: 32px; font-weight: bold; margin-top: 8px;}
.nyProMenu_head i { display: none; width: 30px; height: 30px; overflow: hidden; padding: 7px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyProMenu_list { overflow: hidden; padding: 20px 40px; background-color: #fff;}
.nyProMenu_list ul li { overflow: hidden; padding: 10px 0 9px; border-bottom: 1px dashed #e6e6e6;}
.nyProMenu_list ul li:last-child { border-bottom: 0;}
.nyProMenu_list ul li p { overflow: hidden; padding-right: 40px; position: relative;}
.nyProMenu_list ul li p a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 18px; white-space: nowrap; text-overflow: ellipsis;}
.nyProMenu_list ul li:hover p a, .nyProMenu_list ul li.active p a { color: #1991cd; font-weight: bold;}
.nyProMenu_list ul li p i { display: block; width: 40px; height: 40px; overflow: hidden; padding: 14px; position: absolute; top: 0; right: 0; cursor: pointer;}
.nyProMenu_list ul li:hover p i svg path, .nyProMenu_list ul li.active p i svg path { fill: #1991cd;}
.nyProMenu_list ul li.active p i { transform: scaleY(-1); -webkit-transform: scaleY(-1);}

.nyProMenu_list ul li .nyProduct_scd { display: none; padding: 10px;}
.nyProMenu_list ul li.active .nyProduct_scd { display: block;}
.nyProduct_scd a { display: block; width: 100%; height: 35px; overflow: hidden; line-height: 35px; color: #777; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; padding-left: 20px; position: relative;}
.nyProduct_scd a:hover { color: #1991cd;}
.nyProduct_scd a::before { content: ''; display: block; width: 8px; height: 1px; overflow: hidden; background-color: #999; position: absolute; left: 0; top: 17px;}
.nyProduct_scd a:hover::before { background-color: #1991cd;}

.nyProduct_article .nyProArt_head { overflow: hidden; padding: 30px 40px; background: #1991cd url(../images/nyProArtHead_bg.png) 110% center no-repeat; background-size: 100px 100px; position: relative;}
.nyProArt_head span { display: block; line-height: 24px; color: #fff; font-size: 18px;}
.nyProArt_head span::before { content: ''; display: inline-block; width: 30px; height: 1px; background-color: #fff; vertical-align: middle; margin: -2px 10px 0 0;}
.nyProArt_head p { line-height: 40px; color: #fff; font-size: 32px; font-weight: bold; margin-top: 8px;}
.nyProArt_list { overflow: hidden; padding: 20px 40px; background-color: #fff;}
.nyProArt_list dl dd { overflow: hidden; padding: 10px 0 9px; border-bottom: 1px dashed #e6e6e6;}
.nyProArt_list dl dd:last-child { border-bottom: 0;}
.nyProArt_list dl dd a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 18px; white-space: nowrap; text-overflow: ellipsis;}
.nyProArt_list dl dd:hover a { color: #1991cd;}

.nyProduct_main .nyProduct_right { width: calc(100% - 350px); padding-left: 50px; float: right;}

.nyProduct_list { margin-bottom: 50px;}
.nyProduct_list ul { min-height: 300px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -12px -24px;}
.nyProduct_list ul li { width: 33.333333%; margin-bottom: 24px; padding: 0 12px;}
.nyProduct_list ul li .lyPro_con { min-height: 100%; overflow: hidden; background-color: #fff; position: relative;}
.lyPro_con .lyPro_name { padding: 20px; border-bottom: 1px solid #ddd;}
.lyPro_con:hover .lyPro_name { border-bottom: 1px solid #1991cd;}
.lyPro_con:hover .lyPro_name a { color: #1991cd;}
.lyPro_con .lyPro_name a i { display: block; width: 28px; height: 28px; overflow: hidden; background-color: #1991cd; border-radius: 50%; position: absolute; top: 1px; right: 1px;}
.lyPro_con .lyPro_name a i::before, .lyPro_con .lyPro_name a i::after { content: ''; display: block; background-color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lyPro_con .lyPro_name a i::before { width: 14px; height: 2px;}
.lyPro_con .lyPro_name a i::after { width: 2px; height: 14px;}
.lyPro_con .lyPro_img { width: 100%; height: 260px; overflow: hidden;}
.lyPro_con .lyPro_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyPro_con:hover .lyPro_img a img { transform: scale(1.1); -webkit-transform: scale(1.1);}

.lyPro_con a.lyPro_view { display: block; width: 100%; height: 100%; background-color:rgba(25, 145, 205, .8); position: absolute; bottom: 110%; left: 0; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyPro_con:hover a.lyPro_view { bottom: 0;}
.lyPro_con a.lyPro_view i { display: block; width: 80px; height: 80px; overflow: hidden; padding: 20px; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lyProducts .lyPro_con .lyPro_img .cover1{max-width: 90%;}
.lyProducts.lyCases .lyPro_con .lyPro_img .cover1{max-width: 100%;}
/*nyProducts end*/

/*nyPro_service start*/
.nyPro_service { overflow: hidden; padding: 60px 0; background-color: #fff;}
.nyProServ_title { margin-bottom: 60px;}
.nyProServ_title p { height: 40px; line-height: 40px; color: #222; font-size: 32px; font-weight: bold; text-align: center;}
.nyProServ_title p span { display: inline-block; vertical-align: top; line-height: 40px; color: #1991cd; font-size: 32px; font-weight: bold;}
.nyProServ_title em { display: block; line-height: 22px; color: #999; font-size: 14px; text-align: center; font-style: normal; text-transform: capitalize; margin-top: 8px;}

.nyProServ_main ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px;}
.nyProServ_main ul li { width: 33.333333%; padding: 0 15px;}
.nyProServ_main ul li .nyProServ_con { min-height: 100%; padding: 30px 0; background-color: #fff; border: 1px solid #e6e6e6; position: relative;}
.nyProServ_main ul li .nyProServ_con:hover { background-color: #1991cd; border: 1px solid #1991cd;}
.nyProServ_main ul li .nyProServ_con i { display: flex;justify-content: center;align-items: center; width: 80px; height: 80px; overflow: hidden; padding: 20px; background-color: #1991cd; border: 4px solid #fff; border-radius: 50%; position: absolute; top: -40px; right: 40px;}
.nyProServ_main ul li .nyProServ_con:hover i { background-color: #fff; border: 4px solid #1991cd;}
.nyProServ_main ul li .nyProServ_con:hover i svg path { fill: #1991cd;}
.nyProServ_main ul li .nyProServ_con p { min-height: 30px; line-height: 30px; color: #222; font-size: 20px; font-weight: bold; margin: 10px 0; padding: 0 40px; position: relative;}
.nyProServ_main ul li .nyProServ_con:hover p { color: #fff;}
.nyProServ_main ul li .nyProServ_con p::before { content: ''; display: block; width: 3px; height: 20px; background-color: #1991cd; position: absolute; left: 0; top: 5px;}
.nyProServ_main ul li .nyProServ_con:hover p::before { background-color: #4884d7;}
.nyProServ_main ul li .nyProServ_con span { display: block; line-height: 26px; color: #999; font-size: 16px; padding: 0 40px;}
.nyProServ_main ul li .nyProServ_con:hover span { color: rgba(255, 255, 255, .55);}
.nyProServ_main ul li .nyProServ_con i .tb-2{display: none;}
.nyProServ_main ul li .nyProServ_con:hover i .tb-2{display:block;}
.nyProServ_main ul li .nyProServ_con:hover i .tb-1{display:none;}

/*nyPro_service end*/
/*nyProdetail start*/
.nyProdetail { overflow: hidden; padding: 140px 0 100px;}
.nyProdetail .nyProdetail_main { margin: 0 auto;}

.nyProdetail_main .nyProdetail_left { width: 330px; float: left;}
.nyProdetail_left .nyProdetail_nav { overflow: hidden; margin-bottom: 25px; padding: 30px; background-color: #fff;}
.nyProdetail_nav dl { position: relative;}
.nyProdetail_nav dl::before { content: ''; display: block; width: 1px; height: calc(100% - 30px); background-color: #ddd; position: absolute; left: 6px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyProdetail_nav dl dd { margin-bottom: 12px;}
.nyProdetail_nav dl dd:last-child { margin-bottom: 0;}
.nyProdetail_nav dl dd a { display: block; height: 40px; line-height: 40px; color: #555; font-size: 18px; font-weight: bold; padding: 0 20px 0 40px; position: relative;}
.nyProdetail_nav dl dd a:hover { color: #1991cd;}
.nyProdetail_nav dl dd a::before { content: ''; display: block; width: 9px; height: 9px; background-color: #ddd; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyProdetail_nav dl dd a:hover::before { background-color: #1991cd;}
.nyProdetail_nav dl dd a i { display: block; width: 20px; height: 20px; overflow: hidden; padding: 4px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyProdetail_nav dl dd a:hover i svg path { fill: #1991cd;}
.nyProdetail_nav .ways { overflow: hidden; margin-top: 30px; padding-top: 30px; border-top: 1px solid #ddd;}
.nyProdetail_nav .ways em { display: block; line-height: 32px; color: #222; font-size: 22px; font-weight: bold; font-style: normal; margin-bottom: 10px;}
.nyProdetail_nav .ways .txt { display:flex; }
#pro01, #pro02 { margin: -100px 0 140px;}
.nyProdetail_nav .ways .txt b{display: inline-block;width: 50px;line-height: 30px; color: #777; font-size: 16px;}
.nyProdetail_nav .ways .txt div{line-height: 30px; color: #777; font-size: 16px;width: calc(100% - 50px);}

.nyProdetail_left .nyProduct_menu { margin-bottom: 25px;}
.nyProduct_menu .nyProMenu_head { overflow: hidden; padding: 30px; background: #1991cd url(../images/nyProMenuHead_bg.png) 110% center no-repeat; background-size: 100px 100px; position: relative;}
.nyProMenu_head span { display: block; line-height: 24px; color: #fff; font-size: 18px;}
.nyProMenu_head span::before { content: ''; display: inline-block; width: 30px; height: 1px; background-color: #fff; vertical-align: middle; margin: -2px 10px 0 0;}
.nyProMenu_head p { line-height: 40px; color: #fff; font-size: 32px; font-weight: bold; margin-top: 8px;}
.nyProMenu_head i { display: none; width: 30px; height: 30px; overflow: hidden; padding: 7px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyProMenu_list { overflow: hidden; padding: 20px 30px; background-color: #fff;}
.nyProMenu_list ul li { overflow: hidden; padding: 10px 0 9px; border-bottom: 1px dashed #e6e6e6;}
.nyProMenu_list ul li:last-child { border-bottom: 0;}
.nyProMenu_list ul li p { overflow: hidden; padding-right: 40px; position: relative;}
.nyProMenu_list ul li p a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 18px; white-space: nowrap; text-overflow: ellipsis;}
.nyProMenu_list ul li:hover p a, .nyProMenu_list ul li.active p a { color: #1991cd; font-weight: bold;}
.nyProMenu_list ul li p i { display: block; width: 40px; height: 40px; overflow: hidden; padding: 14px; position: absolute; top: 0; right: 0; cursor: pointer;}
.nyProMenu_list ul li:hover p i svg path, .nyProMenu_list ul li.active p i svg path { fill: #1991cd;}
.nyProMenu_list ul li.active p i { transform: scaleY(-1); -webkit-transform: scaleY(-1);}

.nyProMenu_list ul li .nyProduct_scd { display: none; padding: 10px;}
.nyProMenu_list ul li.active .nyProduct_scd { display: block;}
.nyProduct_scd a { display: block; width: 100%; height: 35px; overflow: hidden; line-height: 35px; color: #777; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; padding-left: 20px; position: relative;}
.nyProduct_scd a:hover { color: #1991cd;}
.nyProduct_scd a::before { content: ''; display: block; width: 8px; height: 1px; overflow: hidden; background-color: #999; position: absolute; left: 0; top: 50%;}
.nyProduct_scd a:hover::before { background-color: #1991cd;}

.nyProMenu_all { padding-bottom: 10px;}
.nyProMenu_all a { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; text-align: center; background-color: #1991cd;}
.nyProMenu_all a:hover { background-color: #c80f2e;}
.nyProMenu_all a i { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px; padding: 4px; background-color: #fff; border-radius: 50%;}
.nyProMenu_all a:hover i { margin: -2px 0 0 20px;}
.nyProMenu_all a:hover i svg path { fill: #c80f2e;}

.nyProdetail_left .nyProduct_article { margin-bottom: 25px;}
.nyProduct_article .nyProArt_head { overflow: hidden; padding: 30px; background: #1991cd url(../images/nyProArtHead_bg.png) 110% center no-repeat; background-size: 100px 100px; position: relative;}
.nyProArt_head span { display: block; line-height: 24px; color: #fff; font-size: 18px;}
.nyProArt_head span::before { content: ''; display: inline-block; width: 30px; height: 1px; background-color: #fff; vertical-align: middle; margin: -2px 10px 0 0;}
.nyProArt_head p { line-height: 40px; color: #fff; font-size: 32px; font-weight: bold; margin-top: 8px;}
.nyProArt_list { overflow: hidden; padding: 20px 30px; background-color: #fff;}
.nyProArt_list dl dd { overflow: hidden; padding: 10px 0 9px; border-bottom: 1px dashed #e6e6e6;}
.nyProArt_list dl dd:last-child { border-bottom: 0;}
.nyProArt_list dl dd a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 18px; white-space: nowrap; text-overflow: ellipsis;}
.nyProArt_list dl dd:hover a { color: #1991cd;}

#order { margin: -100px 0 125px;}

.nyProdetail_left .nyProdetail_msg { overflow: hidden; padding: 30px; background-color: #fff;}
.nyProdetail_msg .tit { margin-bottom: 15px;}
.nyProdetail_msg .tit p { line-height: 30px; color: #222; font-size: 22px; font-weight: bold; margin-bottom: 10px;}
.nyProdetail_msg .tit span { display: block; line-height: 26px; color: #999; font-size: 16px;}

.nyProdetail_msg #ly_msg.ly_msg { margin-bottom: 0 !important;}
.nyProdetail_msg #ly_msg.ly_msg ul { margin: 0 0 -12px !important;}
.nyProdetail_msg #ly_msg.ly_msg ul::after { content: ''; display: block; height: 0; overflow: hidden; clear: both;}
.nyProdetail_msg #ly_msg.ly_msg ul li { width: 100% !important; margin: 0 0 12px !important; float: none !important; clear: none !important; position: relative;}

.nyProdetail_msg #ly_msg.ly_msg ul li h4 { display: none !important;}
.nyProdetail_msg #ly_msg.ly_msg ul li h4.xh { display: block !important; width: 10px !important; height: 10px !important; margin: 0 !important; padding: 0 !important; font-size: 0 !important; background: url(../images/tb_img1.png) center center no-repeat !important; position: absolute; left: 3px; top: 15px;}
.nyProdetail_msg #ly_msg.ly_msg ul li .msg_ipt1,
.nyProdetail_msg #ly_msg.ly_msg ul li .msg_ipt2,
.nyProdetail_msg #ly_msg.ly_msg ul li .msg_ipt12 { width: 100% !important; height: auto !important;}
.nyProdetail_msg #ly_msg.ly_msg .msg_ipt1 input,
.nyProdetail_msg #ly_msg.ly_msg .msg_ipt2 input,
.nyProdetail_msg #ly_msg.ly_msg .msg_ipt12 input,
.nyProdetail_msg #ly_msg.ly_msg .msg_ipt12 .msg_option { height: 40px !important; line-height: 30px !important; color: #777 !important; font-size: 14px !important; padding: 5px 15px !important; background-color: #f4f4f4 !important; border: 0 !important; outline: none;}
.nyProdetail_msg #ly_msg.ly_msg .msg_ipt0 textarea { height: 90px !important; line-height: 24px !important; color: #777 !important; font-size: 14px !important; padding: 10px 15px !important; background-color: #f4f4f4 !important; border: 0 !important; outline: none; resize: none;}
.nyProdetail_msg #ly_msg.ly_msg .msg_ipt1 input::placeholder,
.nyProdetail_msg #ly_msg.ly_msg .msg_ipt2 input::placeholder,
.nyProdetail_msg #ly_msg.ly_msg .msg_ipt12 input::placeholder,
.nyProdetail_msg #ly_msg.ly_msg .msg_ipt0 textarea::placeholder { color: #777;}
.nyProdetail_msg #ly_msg.ly_msg ul li .c_yzm { width: 100%; margin-right: 0 !important; padding-bottom: 0 !important;}
.nyProdetail_msg #ly_msg.ly_msg .msg_ipt2 input { width: calc(100% - 91px) !important; margin-right: 1px !important;}
.nyProdetail_msg #ly_msg.ly_msg ul li a.yzm_img { width: 90px !important; height: 40px !important; margin: 0 !important; padding: 0 !important;}
.nyProdetail_msg #ly_msg.ly_msg ul li .c_yzm::after { content: ''; display: block; clear: both;}
.nyProdetail_msg #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 22px !important; font-size: 14px !important; margin: 10px 0 0 !important;}
.nyProdetail_msg #ly_msg.ly_msg ul li .msg_btn { width: 100% !important; float: none !important;}
.nyProdetail_msg #ly_msg.ly_msg .msg_btn input { width: 100% !important; height: 40px !important; line-height: 40px !important; color: #fff !important; font-size: 14px !important; margin: 0 !important; background-color: #333 !important;}
.nyProdetail_msg #ly_msg.ly_msg .msg_btn input.msg_btn1 { margin: 0 0 12px !important;}
.nyProdetail_msg #ly_msg.ly_msg .msg_btn input.msg_btn1, .nyProdetail_msg #ly_msg.ly_msg .msg_btn input:hover { background-color: #1991cd !important;}
.nyProdetail_msg #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color: #c80f2e !important;}


.nyProdetail_main .nyProdetail_right { width: calc(100% - 330px); padding-left: 40px; float: right;}
.nyProdetail_tit { margin-bottom: 40px; border-bottom: 1px solid #e6e6e6;height: 42px;display: flex;}
.nyProdetail_tit p { width: 140px; height: 42px; overflow: hidden; line-height: 42px; color: #222; font-size: 18px;padding: 0 15px;position: relative;display:flex;justify-content: center;}
.nyProdetail_tit p.on::after { content: ''; display: block; width: 0; height: 0; border-top: 12px solid #fff; border-left: 12px solid transparent; position: absolute; top: 0; right: 0;}
.nyProdetail_tit p.on i { display: block; width: 14px; height: 14px; margin: 14px 10px 14px 0; float: left; position: relative;}
.nyProdetail_tit p.on i::before, .nyProdetail_tit p.on i::after { content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 9px; border-color: transparent transparent transparent #fff; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyProdetail_tit p.on i::before { left: 0; opacity: .45;}
.nyProdetail_tit p.on i::after { right: 0;}
.nyProdetail_tit p.on{color: #fff;background-color: #1991cd;font-weight: bold;}
.nyProdetail_xgcp .nyProdetail_tit p::after { content: ''; display: block; width: 0; height: 0; border-top: 12px solid #fff; border-left: 12px solid transparent; position: absolute; top: 0; right: 0;}
.nyProdetail_xgcp .nyProdetail_tit p i { display: block; width: 14px; height: 14px; margin: 14px 10px 14px 0; float: left; position: relative;}
.nyProdetail_xgcp .nyProdetail_tit p i::before,.nyProdetail_xgcp .nyProdetail_tit p i::after { content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 9px; border-color: transparent transparent transparent #fff; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyProdetail_xgcp .nyProdetail_tit p i::before { left: 0; opacity: .45;}
.nyProdetail_xgcp .nyProdetail_tit p i::after { right: 0;}
.nyProdetail_xgcp .nyProdetail_tit p{color: #fff;background-color: #1991cd;font-weight: bold;}

.nyProdetail_con { overflow: hidden; margin-bottom: 40px; padding: 40px 40px 0; background-color: #fff;}
.nyProdetail_head { display: flex; justify-content: center;}
.nyProdetail_head .nyProdetailHead_img { width: 50%; padding-right: 20px;}
#preview { width:100%; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:60px; margin-top:10px;}
#spec-left, #spec-right { width:16px; height:60px; float:left; cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; margin-left:2px; display:inline;}
#spec-list ul li { float:left; display:inline; width:18.8%; height:60px; margin:0 1.5% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; background-color:#fff; border:1px solid #e6e6e6; position:relative;}
#spec-list ul li:first-child p { border:1px solid #1991cd;}
#spec-list ul li img { display:block; max-width:90%; max-height:90%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:310px; overflow: hidden; border: 1px solid #e6e6e6;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100; position:absolute; top:0; left:0; border:1px solid #eaeaea; display:none; text-align:center; overflow: hidden; left:102% !important; top:0 !important;}
.zoomdiv img { max-width: inherit;}
.jqZoomPup { z-index:10; visibility:hidden; position:absolute; top:0; left:0; background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100% !important; height:70px !important; margin:0;}
#ceshi { display:block; margin:auto !important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px !important; bottom:20px !important; z-index:99 !important;}
.Warning { width:100% !important; height:100% !important;}

.nyProdetail_head .nyProdetailHead_text { width: 50%; padding:0 0 2px 20px;}
.nyProdetailHead_text .nyProdetailHead_name { overflow: hidden; line-height: 34px; color: #222; font-size: 24px; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #e6e6e6;}
.nyProdetailHead_text .nyProdetailHead_subname{color: #222; font-size:18px;margin-top: 12px;line-height: 30px;margin-bottom:4px;}
.nyProdetailHead_text .nyProdetailHead_ms {line-height: 24px; color: #222; font-size: 15px;}
.nyProdetailHead_text .nyProdetailHead_ms h1 { display: inline; color: #999; font-size: 16px;}
.nyProdetailHead_text dl { overflow: hidden; padding: 14px; background: url(../images/dot01.png) 0 0 repeat;}
.nyProdetailHead_text dl dd { width: 50%; height: 34px; overflow: hidden; line-height: 34px; color: #666; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding-left: 24px; position: relative;}
.nyProdetailHead_text dl dd::before { content: ''; display: block; width: 4px; height: 4px; background-color: #1991cd; border-radius: 50%; position: absolute; left: 10px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyProdetailHead_text .nyProdetailHead_btn { margin-top: 40px;}
.nyProdetailHead_text .nyProdetailHead_btn a { display: inline-block; vertical-align: top; height: 42px; overflow: hidden; line-height: 42px; color: #fff; font-size: 16px; text-align: center; padding: 0 30px;}
.nyProdetailHead_text .nyProdetailHead_btn a.btn01 { background-color: #1991cd; margin-right: 12px;}
.nyProdetailHead_text .nyProdetailHead_btn a.btn01:hover { background-color: #c80f2e;}
.nyProdetailHead_text .nyProdetailHead_ms2{margin-top: 10px;}

.nyProdetail_intro { margin-top: 40px;}
.nyProdetail_intro .nyProdetail_text { min-height: 300px; overflow: hidden;}
.nyProdetail_conts .nyProdetail_text{display: none;}
.nyProdetail_text, .nyProdetail_text div, .nyProdetail_text p { line-height: 30px !important; color: #666!important; font-family: 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'sans-serif'!important; font-size: 16px!important;}
.nyProdetail_text table, .nyProdetail_text tr, .nyProdetail_text td, .nyProdetail_text p, .nyProdetail_text span, .nyProdetail_text div, .nyProdetail_text video, .nyProdetail_text embed { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100%;}
.nyProdetail_text img { display: block; max-width: 100% !important;}
.nyProdetail_text p span, .nyProdetail_text span, .nyProdetail_text p em, .nyProdetail_text em { color: #666 !important; font-family: 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'sans-serif' !important; font-size: 16px !important;}
.nyProdetail_text b { color: #222; font-size: 24px !important; font-weight: bold;}
.nyProdetail_text table { display: block; width: 100% !important; overflow-x: scroll; padding-bottom: 0;  border-collapse: separate; border-spacing: 0; margin: 20px 0;}
.nyProdetail_text table::-webkit-scrollbar { height: 3px;}
.nyProdetail_text table tr th, .nyProdetail_text table tr td { margin: -1px 0 0 -1px; padding: 10px; border: 1px solid #ddd !important; border-right: 0 !important; border-bottom: 0 !important;}
.nyProdetail_text table tr th:last-child, .nyProdetail_text table tr td:last-child { border-right: 1px solid #ddd !important;}
.nyProdetail_text table tr { background-color: #f8f8f8;}
.nyProdetail_text table tr:nth-child(2n) { background-color: #fff;}

.nyProdetail_intro .nyDetail_line { margin-top: 30px; position: relative;}
.nyDetail_line i { display: block; width: 30px; height: 30px; overflow: hidden; margin: 0 auto;}
.nyDetail_line::before, .nyDetail_line::after { content: ''; display: block; width: calc(50% - 40px); height: 1px; background-color: #ccc; position: absolute; top: 50%;}
.nyDetail_line::before { left: 0;}
.nyDetail_line::after { right: 0;}

.nyProdetail_xgcp { overflow: hidden; padding: 40px; background-color: #fff;}
.nyXgcp_swiper { padding-bottom: 40px; position: relative;}
.nyXgcp_swiper .swiper-container { padding-bottom: 6px;}
.nyXgcp_swiper .swiper-slide { position: relative;}
.nyXgcp_swiper .swiper-slide::after { content: ''; display: block; width: 0%; height: 6px; overflow: hidden; background-color: #1991cd; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyXgcp_swiper .swiper-slide:hover::after { width: 100%;}
.nyXgcp_swiper .swiper-slide .lyPro_con { border: 1px solid #ddd; position: relative;}
.nyXgcp_swiper .swiper-slide:hover .lyPro_con { border: 1px solid #bfbfbf;}
.lyPro_con .lyPro_name { padding: 19px; border-bottom: 1px solid #ddd;}
.lyPro_con:hover .lyPro_name { border-bottom: 1px solid #1991cd;}
.lyPro_con:hover .lyPro_name a { color: #1991cd;}
.lyPro_con .lyPro_name a i { display: block; width: 28px; height: 28px; overflow: hidden; background-color: #1991cd; border-radius: 50%; position: absolute; top: 1px; right: 1px;}
.lyPro_con .lyPro_name a i::before, .lyPro_con .lyPro_name a i::after { content: ''; display: block; background-color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lyPro_con .lyPro_name a i::before { width: 14px; height: 2px;}
.lyPro_con .lyPro_name a i::after { width: 2px; height: 14px;}
.lyPro_con .lyPro_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyPro_con:hover .lyPro_img a img { transform: scale(1.1); -webkit-transform: scale(1.1);}

.lyPro_con a.lyPro_view { display: block; width: 100%; height: 100%; background-color:rgba(25, 145, 205, .8); position: absolute; bottom: 110%; left: 0; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyPro_con:hover a.lyPro_view { bottom: 0;}
.lyPro_con a.lyPro_view i { display: block; width: 80px; height: 80px; overflow: hidden; padding: 20px; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}

.nyXgcp_swiper .swiper-pagination { width: 100%; height: 8px; bottom: 0 !important;}
.nyXgcp_swiper .swiper-pagination span { width: 8px; height: 8px; background-color: #1991cd; border-radius: 50%; margin: 0 4px; opacity: .25; vertical-align: top;}
.nyXgcp_swiper .swiper-pagination span.swiper-pagination-bullet-active { opacity: 1;}
/*nyProdetail start*/
/*nyNews start*/
.nyNews { overflow: hidden; padding: 140px 0 100px;}
.nyNews_list { margin-bottom: 50px;}
.nyNews_list ul { min-height: 300px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px -40px;}
.nyNews_list ul li { width: 50%; margin-bottom: 40px; padding: 0 20px;}
.nyNews_con { min-height: 100%; padding-left: 100px; position: relative;}
.nyNews_con .time { width: 100px; height: 100px; overflow: hidden; padding: 20px 0; background-color: #eee; position: absolute; left: 0; top: 0;}
.nyNews_con:hover .time { background-color: #1991cd;}
.nyNews_con .time span { display: block; line-height: 20px; color: #666; font-size: 16px; text-align: center;}
.nyNews_con:hover .time span { color: rgba(255, 255, 255, .45);}
.nyNews_con .time p { line-height: 40px; color: #222; font-family: "AlimamaShuHeiTi-Bold"; font-size: 32px; text-align: center; margin-top: 5px;font-weight: bold;}
.nyNews_con:hover .time p { color: #fff;}

.nyNews_con .text { overflow: hidden; padding: 20px 30px; background-color: #fff; position: relative;}
.nyNews_con:hover .text { background-color: #222;}
.nyNews_con .text a.name { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.nyNews_con:hover .text a.name { color: #fff;}
.nyNews_con .text p.ms { height: 84px; overflow: hidden; line-height: 28px; color: #999; font-size: 16px; word-break: break-all; text-align: justify; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top: 14px;}
.nyNews_con:hover .text p.ms { color: rgba(255, 255, 255, .45);}
.nyNews_con .text a.more { display: block; width: 50px; height: 50px; overflow: hidden; padding: 26px 6px 6px 26px; position: absolute; right: -50px; bottom: -50px;}
.nyNews_con:hover .text a.more { right: 0; bottom: 0;}
.nyNews_con .text a.more::before { content: ''; display: block; width: 0; height: 0; border-bottom: 50px solid #1991cd; border-left: 50px solid transparent; position: absolute; right: 0; bottom: 0;}
.nyNews_con .text a.more svg { position: relative; z-index: 1;}
/*nyNews end*/
/*nyDetail start*/
.nyDetail { overflow: hidden; padding: 140px 0 100px;}
.nyDetail .nyDetail_main { overflow: hidden; background-color: #fff;}
.nyDetail_main .nyDetail_head { overflow: hidden; padding: 20px 40px; background-color: #1991cd;}
.nyDetail_head h1 { min-height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 28px; font-weight: bold; padding-left: 40px; position: relative;}
.nyDetail_head h1 i { width: 28px; height: 28px; overflow: hidden; position: absolute; left: 0; top: 6px;}

.nyDetail_main .nyDetail_con { overflow: hidden; padding: 0 40px;}
.nyDetail_con .nyDetail_tips { overflow: hidden; padding: 30px 0;}
.nyDetail_tips span { display: inline-block; vertical-align: top; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; margin-right: 40px;}
.nyDetail_tips span i { display: inline-block; width: 24px; height: 24px; overflow: hidden; padding: 5px; background-color: #1991cd; border-radius: 50%; vertical-align: middle; margin: -2px 10px 0 0;}
.nyDetail_tips span:last-child { margin-right: 0;}

.nyDetail_con .nyDetail_text { min-height: 300px; overflow: hidden;}
.nyDetail_text, .nyDetail_text div, .nyDetail_text p { line-height: 30px !important; color: #666!important; font-family: 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'sans-serif'!important; font-size: 16px!important;}
.nyDetail_text table, .nyDetail_text tr, .nyDetail_text td, .nyDetail_text p, .nyDetail_text span, .nyDetail_text div, .nyDetail_text video, .nyDetail_text embed { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100%;}
.nyDetail_text img { max-width: 100% !important;}
.nyDetail_text p span, .nyDetail_text span, .nyDetail_text p em, .nyDetail_text em { color: #666 !important; font-family: 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'sans-serif' !important; font-size: 16px !important;}
.nyDetail_text b { color: #222; font-size: 24px !important; font-weight: bold;}
.nyDetail_text table { display: block; width: 100% !important; overflow-x: scroll; padding-bottom: 0;  border-collapse: separate; border-spacing: 0; margin: 20px 0;}
.nyDetail_text table::-webkit-scrollbar { height: 3px;}
.nyDetail_text table tr th, .nyDetail_text table tr td { margin: -1px 0 0 -1px; padding: 10px; border: 1px solid #ddd !important; border-right: 0 !important; border-bottom: 0 !important;}
.nyDetail_text table tr th:last-child, .nyDetail_text table tr td:last-child { border-right: 1px solid #ddd !important;}
.nyDetail_text table tr { background-color: #f8f8f8;}
.nyDetail_text table tr:nth-child(2n) { background-color: #fff;}

.nyDetail_con .nyDetail_line { margin-top: 30px; position: relative;}
.nyDetail_line i { display: block; width: 30px; height: 30px; overflow: hidden; margin: 0 auto;}
.nyDetail_line::before, .nyDetail_line::after { content: ''; display: block; width: calc(50% - 40px); height: 1px; background-color: #ccc; position: absolute; top: 50%;}
.nyDetail_line::before { left: 0;}
.nyDetail_line::after { right: 0;}
/*nyDetail end*/
.news_nav{text-align: center;margin-bottom: 80px;}
.news_nav a{display: inline-block;font-size: 28px;font-weight: bold;color: #222;margin: 0 30px;padding: 0 50px;height: 60px;line-height: 60px;}
.news_nav a.cur{background: #1991cd;color: #fff;}
/*NyContactUs 开始*/
.NyContactUs { overflow: hidden; padding: 140px 0 100px;}
.NyContactUs .NyContactUs_Infor { margin: 0 auto 40px;}
.NyContactUsInfor_Main .NyContactUsInfor_Img { width:100%; height:350px; margin:0 auto; padding:0; position:relative;}
.NyContactUsInfor_Img .contactText { width:50%; height:100%; overflow:hidden; margin:0; padding:100px 10% 100px 60px; background: url(../images/contactBg.png) 0 0 no-repeat; background-size:100% 100%; position:absolute; left:0; top:0;}
.contactText p { width:100%; height:auto; line-height:36px; color:#fff; font-size:20px; font-weight:bold; word-break:break-all;}
.contactText i { display:block; width:50px; height:2px; margin:10px 0 40px; padding:0; background: url(../images/line06.png) 0 0 no-repeat;}
.contactText span { display:block; width:100%; height:auto; line-height:30px; color:rgba(255,255,255,0.85); font-size:16px;}
.contactText em { display:block; width:80px; height:80px; overflow: hidden; background: url(../images/xs.png) center center no-repeat; background-size:100% 100%; position:absolute; top:30px; right:10%;}

.NyContactUsInfor_Main .NyContactUsInfor_Con { display: flex; align-items: center; width:100%; height:auto; margin:0 auto; padding:40px 0; background-color:#fff;}
.NyContactUsInfor_Con .NyContactUs_Ewm { width:25%; height:auto; overflow:hidden; margin:0; padding:0 40px; border-right:1px solid #e6e6e6;}
.NyContactUs_Ewm span { display:block; width:130px; height:130px; overflow:hidden; margin:0 auto 10px; padding:4px; border:1px solid #e6e6e6;}
.NyContactUs_Ewm span img { display:block; width:120px; height:120px; margin:0 auto; padding:0;}
.NyContactUs_Ewm p { width:100%; height:auto; line-height:20px; color:#999; font-size:16px; text-align:center; margin:0 auto; padding:0;}

.NyContactUsInfor_Con .NyContactUs_Lxfs { width:75%; height:auto; overflow:hidden; margin:0; padding:0;}
.NyContactUs_Lxfs ul li { width:30%; height:auto; margin:0; padding:0 20px; border-right:1px solid #e6e6e6; float:left;}
.NyContactUs_Lxfs ul li:nth-child(3) { width:40%; border:0;}
.NyContactUs_Lxfs ul li img { display:block; width:44px; height:44px; margin:0 auto 20px; padding:0;}
.NyContactUs_Lxfs ul li span { display:block; width:100%; height:auto; line-height:30px; color:#333; font-size:18px; text-align:center; margin:0 auto; padding:0;}
.NyContactUs_Lxfs ul li p { width:100%; height:auto; max-height:48px; overflow:hidden; line-height:24px; color:#999; font-size:18px; text-align:center; word-break:break-all; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:0 auto; padding:0;}

.NyContactUs .NyContactUs_Map { overflow: hidden; padding:10px; background-color: #fff;}
.NyMap { width:100%; height:500px; overflow:hidden; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyMap .dz_map { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyMap .dz_map #container { height:120%;}
.nyCase_cont .lyPro_con .lyPro_name a{padding-right: 0;text-align: center;font-weight: normal;}
.nyCase_cont .lyPro_con .lyPro_name { padding: 19px; border-top: 1px solid #ddd;border-bottom: none;}
.nyCase_cont .lyPro_con:hover .lyPro_name { border-bottom: none;}
.page {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
.page a,
.page span {
    margin: 0 3px;
    display: inline-block;
    padding: 6px 10px;
    background: #fff;
    color: #999;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.page a:hover {
    background: #1991cd;
    color: #fff;
    border: 1px solid #1991cd;
}

.page .page_on,
.page span.current {
    background:#1991cd;
    color: #fff;
    border: 1px solid #1991cd;
}
@media (max-width:1680px) {
  .lyBanner { height: 600px;}

  .lyTitle { margin-bottom: 40px;}
  .lyTitle span { font-size: 64px;}
  .lyTitle p { font-size: 36px; margin: -25px auto 15px;}
  .lyTitle em { width: 150px;}

  .lyRecommend { padding: 80px 0;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_text { width: 80px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { width: calc(100% - 80px); height: 300px;}

  .lyProducts { padding: 80px 0;}
  .lyPro_menu { margin-bottom: 40px;}
  .lyPro_all { margin-top: 40px;}

  .lyAbout_main { padding: 40px 0 80px;}
  .lyAbout_main .lyAbout_img { width: calc(40% + 40px); margin-right: -40px;}
  .lyAbout_img a { height: 384px;}
  .lyAbout_main .lyAbout_text { margin-top: -80px; padding: 40px 40px 80px 80px;}
  .lyAbout_title { margin-bottom: 40px;}
  .lyAbout_title p { font-size: 36px; margin-bottom: 15px;}
  .lyAbout_title em { width: 150px;}
  .lyAbout_con { height: 180px;}
  .lyAbout_text a.lyAbout_btn { left: 80px;}

  .lyAbout_adv { padding: 60px 0;}
  .lyAboutAdv_left { padding-right: 60px;}
  .lyAboutAdv_left a.lyAboutAdv_name { line-height: 44px; font-size: 36px; margin-bottom: 15px;}
  .lyAboutAdv_left p { margin-bottom: 30px;}
  .lyAboutAdv_right ul { margin: 0 -15px -20px;}
  .lyAboutAdv_right ul li { margin-bottom: 20px; padding: 0 15px;}
  .lyAboutAdv_con { padding-bottom: 19px;}
  .lyAboutAdv_con p { padding: 0 20px;}

  .lyNewsArticle { padding: 80px 0;}
  .nyProdetail { padding: 120px 0 80px;}

  #pro01, #pro02 { margin: -90px 0 130px;}

  .lyPro_con a.lyPro_view i { width: 70px; height: 70px; padding: 18px;}
}

@media (max-width:1600px) {
  .lyBanner { height: 580px; margin-top: 90px;}
  .lyBanner .swiper-pagination { bottom: 81px !important;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 50px; height: 50px; margin-top: -25px; padding: 15px;}

  .lyAdvantage { margin: -61px auto 0;}
  .lyAdvantage ul li { padding: 0 20px;}
  .lyAdv_con { padding: 20px 0;}
  .lyAdv_con .lyAdv_time, .lyAdv_con .lyAdv_ico { height: 48px;}
  .lyAdv_con .lyAdv_time em { line-height: 16px; font-size: 16px;}
  .lyAdv_con .lyAdv_time span { line-height: 28px; font-size: 40px;}
  .lyAdv_con .lyAdv_ico { width: 48px;}
  .lyAdv_con .lyAdv_ico i { width: 36px; height: 36px;}
  .lyAdv_con p { margin-top: 10px;}
  .lyRecPro_swiper .swiper-container { min-height: 280px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_text a { max-height: 240px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 280px;}
  .lyPro_menu .swiper-slide a { height: 50px; line-height: 50px;}
  .lyAbout_main::after { border-width: 15px 15px 0 15px;}
  .nyAbout_intro, .nyAbout_culture, .nyAbout_honor { padding: 80px 0;}
  .nyAboutIntro_con { padding-right: 50px;}
  .nyAboutHonor_pic { height: 460px;}
  .nyAboutHonor_list { padding: 40px 40px 40px 0;}
  .nyProducts { padding: 120px 0 80px;}
  .nyProduct_left .nyProduct_menu { margin-bottom: 40px;}
  .nyProduct_main .nyProduct_right { padding-left: 40px;}
  .nyProduct_list { margin-bottom: 40px;}
  .lyPro_con a.lyPro_view i { width: 70px; height: 70px; padding: 18px;}
  .nyNews { padding: 120px 0 80px;}
	.nyNews_list { margin-bottom: 40px;}
	.nyDetail { padding: 120px 0 80px;}
  .NyContactUs { padding: 120px 0 80px;}
}

@media (max-width:1560px) {
  .lyBanner { height: 560px;}
}

@media (max-width:1440px) {
  .lyBanner { height: 520px; margin-top: 80px;}
  .lyTitle { margin-bottom: 30px;}
  .lyTitle span { font-size: 60px;}
  .lyTitle p { font-size: 32px; margin: -24px auto 12px;}
  .lyTitle em { width: 132px; height: 2px;}
  .lyRecommend { padding: 60px 0;}
  .lyRecPro_swiper { padding-left: 3%;}
  .lyRecPro_swiper .swiper-container { min-height: 260px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_text { width: 60px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_text a { max-height: 220px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { width: calc(100% - 60px); height: 260px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img a i { width: 60px; height: 60px; padding: 15px; border: 1px solid #fff;}
  .lyRecPro_swiper .swiper-button-prev, .lyRecPro_swiper .swiper-button-next { display: none;}
  .lyProducts { padding: 60px 0 80px;}
  .lyPro_menu { margin-bottom: 30px;}
  .lyPro_con .lyPro_name { padding: 15px 19px;}
  .lyPro_con a.lyPro_view i { width: 60px; height: 60px; padding: 15px; border: 1px solid #fff;}
  .lyPro_all { margin-top: 30px;}
  .lyPro_all a { height: 50px; line-height: 50px; font-size: 16px; padding: 0 30px; border-radius: 25px;}
  .lyPro_all a i { width: 26px; height: 26px;}

  .lyAbout_main { padding: 40px 0 60px;}
  .lyAbout_img a { height: 320px;}
  .lyAbout_main .lyAbout_text { padding: 40px 40px 80px 80px;}
  .lyAbout_title { margin-bottom: 30px;}
  .lyAbout_title p { font-size: 32px; margin-bottom: 12px;}
  .lyAbout_title em { width: 132px; height: 2px;}
  .lyAbout_con { height: 150px;}
  .lyAbout_text a.lyAbout_btn { width: 150px; height: 50px; line-height: 50px; font-size: 16px; padding: 0 25px; bottom: -25px;}
  .lyAbout_text a.lyAbout_btn:hover { width: 170px;}
  .lyAbout_text a.lyAbout_btn i { width: 50px; height: 50px; padding: 15px; left: -25px;}
  .lyAbout_main::after { border-width: 12px 12px 0 12px;}

  .lyAbout_adv { padding: 40px 0;}
  .lyAboutAdv_left { padding-right: 40px;}
  .lyAboutAdv_left span, .lyAboutAdv_left p { font-size: 15px;}
  .lyAboutAdv_left a.lyAboutAdv_name { line-height: 40px; font-size: 32px; margin-bottom: 10px;}
  .lyAboutAdv_right ul { margin: 0 -15px -15px;}
  .lyAboutAdv_right ul li { margin-bottom: 15px; padding: 0 15px;}
  .lyAboutAdv_con { padding-bottom: 14px;}
  .lyAboutAdv_con i { width: 70px; height: 70px;}
  .lyAboutAdv_con p { width: calc(100% - 70px); line-height: 30px; font-size: 16px;}

  .lyNewsArticle { padding: 60px 0;}
  .lyNews_main, .lyArticle_main { padding: 20px 30px 30px;}
  .lyNews_head, .lyArticle_head { margin-bottom: 20px;}
  .lyNews_head p, .lyArticle_head p, .lyNews_head p span, .lyArticle_head p span { line-height: 36px; font-size: 26px;}
  .lyNews_head em, .lyArticle_head em { font-size: 14px;}
  .lyNews_swiper .swiper-slide .lyNews_img { height: 230px;}
  .lyNews_swiper .swiper-slide .lyNews_text { margin-top: 20px;}
  .lyNews_swiper .swiper-slide .lyNews_text p.ms { max-height: 50px; line-height: 25px; font-size: 15px; margin-top: 10px;}
  .lyNews_swiper .swiper-slide .lyNews_text span.time { font-size: 15px; margin-top: 20px;}
  .lyNews_swiper .swiper-pagination { height: 6px; top: 204px;}
  .lyNews_swiper .swiper-pagination span { width: 6px; height: 6px;}
  .lyNews_swiper .swiper-pagination span.swiper-pagination-bullet-active { width: 18px;}
  .lyArticle_list ul { margin: 0 -10px -20px;}
  .lyArticle_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .lyArticle_con { padding: 20px;}
  .lyArticle_con p.ms { max-height: 50px; line-height: 25px; font-size: 15px; margin-top: 10px;}
  .lyArticle_con span.time { font-size: 15px; margin-top: 20px;}
  .nyAboutCulture_main ul li .con .pic { width: 220px;}
  .nyAboutCulture_main ul li .con .text { width: calc(100% - 220px); padding: 0 40px;}
  .nyProduct_main .nyProduct_left { width: 320px;}  
  .nyProduct_menu .nyProMenu_head, .nyProduct_article .nyProArt_head { padding: 26px 30px; background-size: 80px 80px;}
  .nyProMenu_head span, .nyProArt_head span { line-height: 22px; font-size: 16px;}
  .nyProMenu_head span::before, .nyProArt_head span::before { width: 24px;}
  .nyProMenu_head p, .nyProArt_head p { line-height: 36px; font-size: 28px; margin-top: 10px;}
  .nyProMenu_list, .nyProArt_list { padding: 15px 30px;}
  .nyProMenu_list ul li, .nyProArt_list dl dd { padding: 5px 0 4px;}
  .nyProMenu_list ul li p a, .nyProArt_list dl dd a { font-size: 16px;}
  .nyProduct_scd a { height: 32px; line-height: 32px; font-size: 14px;}
  .nyProduct_scd a::before { top: 15px;}

  .nyProduct_main .nyProduct_right { width: calc(100% - 320px);}
  .nyProduct_list ul { margin: 0 -10px -20px;}
  .nyProduct_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .lyPro_con .lyPro_name { padding: 15px 20px;}

  .nyProServ_title p { height: 36px; line-height: 36px; font-size: 30px;}
  .nyProServ_title p span { line-height: 36px;}
  .nyProServ_title em { margin-top: 4px;}
  .nyProServ_main ul li .nyProServ_con i { right: 30px;}
  .nyProServ_main ul li .nyProServ_con p { font-size: 18px; padding: 0 30px;}
  .nyProServ_main ul li .nyProServ_con span { line-height: 25px; font-size: 15px; padding: 0 30px;}
  #pro01, #pro02 { margin: -80px 0 120px;}
  .nyProMenu_all { padding-bottom: 5px;}
  .nyProMenu_all a { height: 44px; line-height: 44px; font-size: 15px;}

  .nyXgcp_swiper .swiper-slide::after { height: 4px; bottom: -4px;}
  .NyContactUsInfor_Main .NyContactUsInfor_Img { height: 300px;}
	.NyContactUsInfor_Img .contactText { padding: 80px 20% 80px 50px;}
	.contactText i { margin: 10px 0 30px;}
	.contactText span { font-size: 15px;}
	.contactText em { width: 60px; height: 60px; top:50px; right:30%;}
	.NyContactUs_Lxfs ul li span { font-size:16px;}
	.NyContactUs_Lxfs ul li p { font-size:16px;}
	
	.NyMap { height:440px;}
}

@media (max-width:1366px) {
  .lyBanner { height: 500px;}
  .lyPro_con .lyPro_img { height: 260px;}
  .NyContactUsInfor_Main .NyContactUsInfor_Img { height: 280px;}
	.NyContactUsInfor_Img .contactText { padding:80px 15% 80px 50px;}
	.contactText span { line-height:25px; font-size:15px;}
	.contactText em { right: 25%;}
	.NyContactUs_Ewm p { font-size:15px;}
	
	.NyMap { height:400px;}
}

@media (max-width:1280px) {
  .lyBanner { height: 470px;}
  .lyTitle span { font-size: 56px;}
  .lyTitle p { font-size: 30px; margin: -22px auto 10px;}
  .lyTitle em { width: 120px;}
  .lyAdv_con .lyAdv_time span { font-size: 38px;}
  .lyAdv_con p { line-height: 22px; font-size: 14px;}
  .lyRecPro_swiper .swiper-container { min-height: 240px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_text a { max-height: 200px; font-size: 15px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 240px;}
  .lyAbout_title p { font-size: 30px; margin-bottom: 10px;}
  .lyAbout_title em { width: 120px;}
  .lyAbout_con, .lyAbout_con div, .lyAbout_con p { font-size: 15px !important;}
  .lyAboutAdv_left a.lyAboutAdv_name { font-size: 30px;}
  .lyNewsArticle_main { margin: 0 -10px;}
  .lyNewsArticle_main .lyNews_left { min-height: 300px; padding: 0 10px;}
  .lyNewsArticle_main .lyArticle_right { padding: 0 10px;}
  .lyNews_main, .lyArticle_main { padding: 20px;}
  .lyNews_head p, .lyArticle_head p, .lyNews_head p span, .lyArticle_head p span { line-height: 32px; font-size: 24px;}
  .nyAbout_intro, .nyAbout_culture, .nyAbout_honor { padding: 60px 0;}
  .nyAboutIntro_con { padding-right: 40px;}
  .nyAboutIntro_con .nyAboutIntro_name { font-size: 30px; margin-bottom: 30px;}
  .nyAboutIntro_name::after { width: 60px; height: 2px; margin-top: 12px;}
  .nyAboutIntro_con .nyAboutIntro_text { height: 286px;}
  .nyAboutIntro_data { margin-top: 30px;}
  .nyAboutIntro_data ul li p { height: 50px; line-height: 50px; font-size: 48px;}
  .nyAboutIntro_img { height: 480px; padding-left: 20px;}
  .nyAboutIntro_img::before { width: 20px; height: calc(100% - 120px); top: 60px;}
  .nyAboutCulture_main ul { margin: 0 -12px -24px;}
  .nyAboutCulture_main ul li { margin-bottom: 24px; padding: 0 12px;}
  .nyAboutCulture_main ul li .con .pic { width: 200px; height: 180px;}
  .nyAboutCulture_main ul li .con .text { width: calc(100% - 200px); padding: 0 30px;}
  .nyAboutHonor_pic { height: 410px;}
  .nyAboutHonor_list { padding: 30px 30px 30px 0;}
  .nyAboutHonor_list ul { height: 350px;}
  .nyAboutHonor_list ul li { padding: 9px 0;}
  .nyProducts { padding: 100px 0 60px;}
  .nyProduct_main .nyProduct_left { width: 300px;}
  .nyProduct_left .nyProduct_menu { margin-bottom: 30px;}
  .nyProduct_menu .nyProMenu_head, .nyProduct_article .nyProArt_head { padding: 20px 30px; background-size: 70px 70px;}
  .nyProMenu_head span, .nyProArt_head span { line-height: 20px; font-size: 14px;}
  .nyProMenu_head span::before, .nyProArt_head span::before { width: 20px;}
  .nyProMenu_head p, .nyProArt_head p { line-height: 32px; font-size: 26px; margin-top: 8px;}

  .nyProduct_main .nyProduct_right { width: calc(100% - 300px); padding-left: 30px;}
  .nyProduct_list { margin-bottom: 30px;}
  .lyPro_con .lyPro_name { padding: 10px 20px;}
  .lyPro_con .lyPro_name a { font-size: 16px; padding-right: 24px;}
  .lyPro_con .lyPro_name a i { width: 22px; height: 22px; top: 4px;}
  .lyPro_con .lyPro_name a i::before { width: 10px;}
  .lyPro_con .lyPro_name a i::after { height: 10px;}

  .nyPro_service { padding: 40px 0;}
  .nyProServ_title { margin-bottom: 50px;}
  .nyProServ_title p { height: 32px; line-height: 32px; font-size: 26px;}
  .nyProServ_title p span { line-height: 32px; font-size: 30px;}
  .nyProServ_main ul { margin: 0 -10px;}
  .nyProServ_main ul li { padding: 0 10px;}
  .nyProServ_main ul li .nyProServ_con { padding: 20px 0;}
  .nyProServ_main ul li .nyProServ_con i { width: 72px; height: 72px; padding: 18px; top: -36px; right: 20px;}
  .nyProServ_main ul li .nyProServ_con p { font-size: 18px; padding: 0 20px;}
  .nyProServ_main ul li .nyProServ_con span { line-height: 24px; font-size: 14px; padding: 0 20px;}
  
  .nyProdetail { padding: 100px 0 60px;}
  .nyProdetail_main .nyProdetail_left { width: 300px;}
  .nyProdetail_left .nyProdetail_nav, .nyProdetail_left .nyProduct_menu, .nyProdetail_left .nyProduct_article { margin-bottom: 20px;}
  .nyProdetail_nav dl dd { margin-bottom: 10px;}
  .nyProdetail_nav dl dd a { padding: 0 20px 0 30px;}  
  .nyProdetail_nav .ways{ margin-top: 20px; padding-top: 20px;}
  .nyProdetail_nav .ways em, .nyProdetail_msg .tit p { line-height: 30px; font-size: 20px;}
  .nyProdetail_nav .txt { font-size: 15px;}
  .nyProduct_menu .nyProMenu_head, .nyProduct_article .nyProArt_head { padding: 20px 30px; background-size: 70px 70px;}
  .nyProMenu_head span, .nyProArt_head span { line-height: 20px; font-size: 14px;}
  .nyProMenu_head span::before, .nyProArt_head span::before { width: 20px;}
  .nyProMenu_head p, .nyProArt_head p { line-height: 32px; font-size: 26px; margin-top: 8px;}
  .nyProdetail_msg .tit span { line-height: 25px; font-size: 15px;}

  #pro01, #pro02 { margin: -80px 0 110px;}

  .nyProdetail_head .nyProdetailHead_img { padding-right: 15px;}
  .jqzoom { height: 280px;}
  #spec-n5, #spec-list ul li { height: 50px;}
  .nyProdetail_head .nyProdetailHead_text { padding-left: 15px;}
  .nyProdetailHead_text .nyProdetailHead_name { line-height: 32px; font-size: 22px;}
  .nyProdetailHead_text .nyProdetailHead_ms { line-height: 25px; font-size: 15px; margin: 15px 0;}
  .nyProdetailHead_text .nyProdetailHead_ms h1 { font-size: 15px;}
  .nyProdetailHead_text dl { padding: 10px;}
  .nyProdetailHead_text dl dd { height: 30px; line-height: 30px; font-size: 14px; padding-left: 20px;}
  .nyProdetailHead_text dl dd::before { left: 8px;}
  .nyProdetailHead_text .nyProdetailHead_btn { margin-top: 30px;}
  .nyProdetailHead_text .nyProdetailHead_btn a { height: 40px; line-height: 40px; font-size: 15px;}
  .nyProdetail_tit { margin-bottom: 30px;}
  .nyProdetail_con { margin-bottom: 30px; padding: 30px 30px 0;}  
  .nyProdetail_xgcp { padding: 30px;}
  .nyXgcp_swiper { padding-bottom: 30px;}
  .lyPro_con .lyPro_img { height: 240px;}
  .nyNews { padding: 100px 0 60px;}
	.nyNews_list { margin-bottom: 30px;}
	.nyNews_list ul { margin: 0 -15px -30px;}
	.nyNews_list ul li { margin-bottom: 30px; padding: 0 15px;}
	.nyNews_con .text { padding: 10px 20px 20px;}
	.nyNews_con .text a.name { font-size: 18px;}
	.nyDetail { padding: 100px 0 60px;}
  .nyDetail_main .nyDetail_head { padding: 15px 30px;}
  .nyDetail_head h1 { font-size: 26px; padding-left: 36px;}
  .nyDetail_head h1 i { width: 26px; height: 26px; top: 7px;}
  .nyDetail_main .nyDetail_con { padding: 0 30px;}
  .nyDetail_con .nyDetail_tips { padding: 20px 0;}
  .nyDetail_tips span { margin-right: 30px;}
  .NyContactUs { padding: 100px 0 60px;}
	.NyContactUs .NyContactUs_Infor { margin:0 auto 30px;}
	.NyContactUsInfor_Main .NyContactUsInfor_Img { height: 260px;}
	.NyContactUsInfor_Main .NyContactUsInfor_Con { padding:30px 0;}
	.NyContactUsInfor_Img .contactText { padding: 60px 15% 60px 40px;}
	.contactText em { top:30px;}
	.NyContactUsInfor_Con .NyContactUs_Ewm { width: 22%; padding:0 20px;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { width: 78%;}

	.NyMap { height:380px;}
}

@media (max-width:1200px) {
  .lyBanner { height: 430px;}
  .lyBanner .swiper-pagination { bottom: 20px !important;}

  .lyTitle span { font-size: 52px;}

  .lyAdvantage { width: 100%; margin: 0 auto;}
  .lyAdvantage ul li { padding: 0 12px;}

  .lyRecPro_swiper .swiper-container { min-height: 220px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_text a { max-height: 200px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 220px;}

  .lyPro_swiper .swiper-container { padding-bottom: 4px;}
  .lyPro_con .lyPro_name { padding: 10px 19px;}
  .lyPro_con .lyPro_name a { font-size: 16px; padding-right: 22px;}
  .lyPro_con .lyPro_name a i { width: 22px; height: 22px; top: 4px; right: 0;}
  .lyPro_con .lyPro_name a i::before { width: 10px;}
  .lyPro_con .lyPro_name a i::after { height: 10px;}
  .lyPro_con .lyPro_img { height: 240px;}
  .lyPro_swiper .swiper-slide::after { height: 4px; bottom: -4px;}

  .lyAboutAdv_left, .lyAboutAdv_right { width: 50%;}
  .lyAboutAdv_left a.lyAboutAdv_name { line-height: 36px; font-size: 26px;}
  .lyAboutAdv_right ul { margin: 0 -10px -15px;}
  .lyAboutAdv_right ul li { padding: 0 10px;}
  .lyAboutAdv_con p { padding: 0 0 0 15px;}
  
  .lyNews_swiper .swiper-slide .lyNews_img { height: 200px;}
  .lyNews_swiper .swiper-pagination { top: 174px;}
  .lyArticle_con { padding: 15px 20px;}
  .lyArticle_con span.time, .lyNews_swiper .swiper-slide .lyNews_text span.time { margin-top: 16px;}
  .nyProduct_main .nyProduct_left { width: 280px;}
  .nyProduct_menu .nyProMenu_head, .nyProduct_article .nyProArt_head { padding: 20px 24px;}
  .nyProMenu_list, .nyProArt_list { padding: 12px 24px;}
  .nyProMenu_list ul li .nyProduct_scd { padding: 5px 10px;}

  .nyProduct_main .nyProduct_right { width: calc(100% - 280px);}
  .nyProdetail_main .nyProdetail_left { width: 280px;}
  .nyProdetail_left .nyProdetail_nav, .nyProdetail_left .nyProdetail_msg { padding: 20px 24px;}
  .nyProduct_menu .nyProMenu_head, .nyProduct_article .nyProArt_head { padding: 20px 24px;}
  .nyProMenu_list, .nyProArt_list { padding: 12px 24px;}
  .nyProMenu_list ul li .nyProduct_scd { padding: 5px 10px;}
  .nyProMenu_all { padding-bottom: 8px;}

  .nyProdetail_msg #ly_msg.ly_msg ul li, .nyProdetail_msg #ly_msg.ly_msg .msg_btn input.msg_btn1 { margin: 0 0 10px !important;}

  .nyProdetail_main .nyProdetail_right { width: calc(100% - 280px); padding-left: 30px;}
  .jqzoom { height: 260px;}
  .lyPro_con .lyPro_img { height: 220px;}
  .nyNews_con { padding-left: 80px;}
	.nyNews_con .time { width: 80px; height: 80px; padding: 15px 0;}
	.nyNews_con .time span { height: 20px; line-height: 20px;}
	.nyNews_con .time p { height: 30px; line-height: 30px; font-size: 24px; margin-top: 0;}	
	.nyNews_con .text p.ms { height: 72px; line-height: 24px; font-size: 14px; margin-top: 5px;}
	.NyContactUsInfor_Main .NyContactUsInfor_Img { height:240px;}
	.NyContactUsInfor_Img .contactText { padding:60px 12% 60px 40px;}
	.contactText p { line-height:32px; font-size:22px;}
	.contactText span { line-height:24px; font-size:14px;}
	.contactText i { margin:10px 0 30px;}
	.NyContactUs_Ewm p { line-height:20px; font-size:14px;}
	.NyContactUs_Lxfs ul li span { font-size:16px;}
	.NyContactUs_Lxfs ul li p { font-size:15px;}
	.NyMap { height:360px;}
}

@media (max-width:1080px) {
  .lyBanner { height: 400px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 44px; height: 44px; margin-top: -22px; padding: 13px;}
  .lyTitle span { font-size: 50px;}
  .lyRecommend { padding: 40px 0;}
  .lyRecPro_swiper .swiper-container { min-height: 200px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_text a { max-height: 180px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 200px;}
  .lyProducts { padding: 40px 0 80px;}
  .lyPro_con .lyPro_name { padding: 10px 14px;}
  .lyPro_con .lyPro_name a { font-size: 15px;}
  .lyPro_con .lyPro_name a i { width: 20px; height: 20px; top: 5px;}
  .lyPro_con .lyPro_img { height: 200px;}
  .lyAbout_main { padding: 40px 0;}
  .lyAbout_img a { height: 300px;}
  .lyAbout_main .lyAbout_text { padding: 40px 40px 70px 80px;}
  .lyAboutAdv_left { width: 46%;}
  .lyAboutAdv_right { width: 54%;}
  .lyAboutAdv_left a.lyAboutAdv_name { line-height: 32px; font-size: 24px;}
  .lyAboutAdv_left p { margin-bottom: 20px;}
  .lyAboutAdv_con i { width: 64px; height: 64px;}
  .lyAboutAdv_con p { width: calc(100% - 64px);}
  .lyNewsArticle { padding: 40px 0;}
  .lyNews_head p, .lyArticle_head p, .lyNews_head p span, .lyArticle_head p span { line-height: 30px; font-size: 22px;}
  .lyNews_swiper .swiper-slide .lyNews_text a.name, .lyArticle_con a.name { height: 30px; line-height: 30px; font-size: 16px;}
  .lyNews_swiper .swiper-slide .lyNews_text p.ms, .lyArticle_con p.ms { margin-top: 5px;}
  .lyNews_swiper .swiper-slide .lyNews_text span.time { margin-top: 11px;}
  .nyAboutIntro_con { padding-right: 30px;}
  .nyAboutIntro_con .nyAboutIntro_name { line-height: 32px; font-size: 24px; margin-bottom: 20px;}
  .nyAboutIntro_name::after { width: 50px; margin-top: 10px;}
  .nyAboutIntro_con .nyAboutIntro_text { height: 242px;}
  .nyAboutIntro_text p { font-size: 15px;}
  .nyAboutIntro_data ul li p { height: 40px; line-height: 40px; font-size: 40px;}
  .nyAboutIntro_data ul li span { line-height: 24px; font-size: 15px;}
  .nyAboutIntro_img { height: 400px;}
  .nyAboutIntro_img::before { height: calc(100% - 80px); top: 40px;}
  .nyAboutCulture_main ul li .con .pic { width: 160px; height: 160px;}
  .nyAboutCulture_main ul li .con .pic em::before, .nyAboutCulture_main ul li .con .pic em::after { width: 100px; height: 100px;}
  .nyAboutCulture_main ul li .con .pic em i { width: 70px; height: 70px; background-size: 40px 40px !important;}
  .nyAboutCulture_main ul li .con .text { width: calc(100% - 160px); padding: 0 30px;}
  .nyAboutCulture_main ul li .con .text p { margin: 0 0 8px;}
  .nyAboutCulture_main ul li .con .text span { line-height: 25px; font-size: 15px;}
  .nyAboutHonor_pic { height: 380px;}
  .nyAboutHonor_list ul { height: 320px;}
  .nyAboutHonor_list ul li { padding: 4px 0;}
  .nyAboutHonor_list ul li a { height: 30px; line-height: 30px; font-size: 16px; padding-left: 30px;}
  .nyAboutHonor_list ul li a::before { left: 13px;}
  .nyProduct_main .nyProduct_left { width: 260px;}
  .nyProduct_left .nyProduct_menu { margin-bottom: 20px;}
  .nyProduct_menu .nyProMenu_head, .nyProduct_article .nyProArt_head { padding: 17px 20px; background-size: 64px 64px;}
  .nyProMenu_head p, .nyProArt_head p { line-height: 30px; font-size: 24px; margin-top: 6px;}
  .nyProMenu_list, .nyProArt_list { padding: 10px 20px;}

  .nyProduct_main .nyProduct_right { width: calc(100% - 260px); padding-left: 20px;}
  .lyPro_con .lyPro_name a { font-size: 15px;}
  .lyPro_con a.lyPro_view i { width: 60px; height: 60px; padding: 16px;}
  .nyProdetail_main .nyProdetail_left { width: 260px;}
  .nyProdetail_left .nyProdetail_nav, .nyProdetail_left .nyProdetail_msg { padding: 20px;}
  .nyProdetail_nav dl dd { margin-bottom: 4px;}
  .nyProdetail_nav p em, .nyProdetail_msg .tit p { line-height: 28px; font-size: 18px;}
  .nyProduct_menu .nyProMenu_head, .nyProduct_article .nyProArt_head { padding: 17px 20px; background-size: 64px 64px;}
  .nyProMenu_head p, .nyProArt_head p { line-height: 30px; font-size: 24px; margin-top: 6px;}
  .nyProMenu_list, .nyProArt_list { padding: 10px 20px;}
  .nyProMenu_all { padding-bottom: 10px;}  
  .nyProdetail_msg .tit { margin-bottom: 10px;}
  .nyProdetail_msg .tit span { line-height: 24px; font-size: 14px;}

  #pro01, #pro02 { margin: -80px 0 100px;}

  .nyProdetail_main .nyProdetail_right { width: calc(100% - 260px); padding-left: 20px;}
  .nyProdetail_head .nyProdetailHead_img { padding-right: 10px;}
  .jqzoom { height: 240px;}
  .jqZoomPup, .zoomdiv { display: none !important;}
  #spec-n5, #spec-list ul li { height: 50px;}
  
  .nyProdetail_head .nyProdetailHead_text { padding-left: 10px;}
  .nyProdetailHead_text .nyProdetailHead_name { line-height: 30px; font-size: 20px;}
  .nyProdetailHead_text .nyProdetailHead_ms {line-height: 24px; font-size: 14px; margin: 11px 0;}
  .nyProdetailHead_text .nyProdetailHead_ms h1 { font-size: 14px;}
  .nyProdetailHead_text dl { padding: 5px 10px;}
  .nyProdetailHead_text dl dd { width: 100%;}
  .nyProdetailHead_text .nyProdetailHead_btn { margin-top: 19px;}
  
  .nyProdetail_con { margin-bottom: 20px; padding: 20px 20px 0;}
  .nyProdetail_intro { margin-top: 30px;}
  .nyProdetail_tit { margin-bottom: 20px;height: 40px;}
  .nyProdetail_tit p { height: 40px; line-height: 40px;}
  .nyProdetail_intro .nyDetail_line { margin-top: 20px;}
  .nyDetail_line i { width: 20px; height: 20px;}
  .nyDetail_line::before, .nyDetail_line::after { width: calc(50% - 30px);}
  .nyProdetail_intro .nyPrevNext { margin-top: -10px; padding: 20px 0;}

  .nyProdetail_xgcp { padding: 20px;}
  .nyXgcp_swiper { padding-bottom: 20px;}  
  .lyPro_con .lyPro_name { padding: 9px 12px;}
  .lyPro_con .lyPro_img { height: 200px;}
  .lyPro_con a.lyPro_view i { width: 60px; height: 60px; padding: 16px;}
  .nyXgcp_swiper .swiper-slide::after { height: 3px; bottom: -3px;}
  .news_nav a{font-size: 26px;}
  .NyContactUsInfor_Img .contactText { width:56%;}
	.NyMap { height:340px;}
}

@media (max-width:1024px) {
  .lyBanner { height: 380px;}
  .nyAboutHonor_pic { height: 360px;}
  .nyAboutHonor_list ul { height: 300px;}
  .lyPro_con .lyPro_img { height: 180px;}
  .news_nav a{font-size: 24px;}
  .contactText em { width: 50px; height: 50px; right: 22%;}

}

@media (max-width:920px) {
  .lyBanner { height: 340px;}

  .lyTitle span { font-size: 44px;}
  .lyTitle p { font-size: 26px; margin: -20px auto 10px;}
  .lyTitle em { width: 110px;}

  .lyRecPro_swiper .swiper-container { min-height: 240px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_text a { max-height: 200px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 240px;}

  .lyPro_con .lyPro_img { height: 240px;}

  .lyAbout_main .lyAbout_img { width: calc(40% + 30px); margin-right: -30px;}
  .lyAbout_img a { height: 260px;}
  .lyAbout_main .lyAbout_text { padding: 40px 30px 50px 60px;}
  .lyAbout_title { margin-bottom: 20px;}
  .lyAbout_title p { font-size: 26px;}
  .lyAbout_title em { width: 110px;}

  .lyAbout_adv .w1400 { display: block; align-items: unset;}
  .lyAboutAdv_left { width: 100%; margin-bottom: 30px; padding: 0; position: relative;}
  .lyAboutAdv_left p { margin: 0;}
  .lyAboutAdv_left a.lyAboutAdv_btn { position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
  .lyAboutAdv_right { width: 100%;}
  .lyAboutAdv_con i { width: 80px; height: 80px;}
  .lyAboutAdv_con p { width: calc(100% - 80px); font-size: 18px; padding: 0 0 0 20px;}

  .lyNewsArticle_main { display: block; flex-wrap: unset; justify-content: unset; margin: 0;}
  .lyNews_main::before { width: 32%; height: 100%;}
  .lyNewsArticle_main .lyNews_left { width: 100%; min-height: inherit; margin-bottom: 20px; padding: 0;}
  .lyNewsArticle_main .lyArticle_right { width: 100%; padding: 0;}  
  .lyNews_swiper .swiper-slide { display: flex; align-items: center; justify-content: center;}
  .lyNews_swiper .swiper-slide .lyNews_img { width: 50%; height: 220px;} 
  .lyNews_swiper .swiper-slide .lyNews_text { width: 50%; margin: 0; padding: 0 20px 0 40px;}
  .lyNews_swiper .swiper-slide .lyNews_text a.name, .lyArticle_con a.name { height: 32px; line-height: 32px; font-size: 18px;}
  .lyNews_swiper .swiper-slide .lyNews_text p.ms, .lyArticle_con p.ms { margin-top: 10px;}
  .lyArticle_con span.time, .lyNews_swiper .swiper-slide .lyNews_text span.time { margin-top: 20px;}
  .lyNews_swiper .swiper-pagination { top: inherit; bottom: 0 !important; padding: 0;}
  .lyNews_swiper .swiper-pagination span { background-color: rgba(0, 0, 0, .15);}
  .nyAbout_intro, .nyAbout_culture, .nyAbout_honor { padding: 40px 0;}
  .nyAboutIntro_con { padding-right: 20px;}
  .nyAboutIntro_con .nyAboutIntro_name { line-height: 30px; font-size: 22px; margin-bottom: 20px;}
  .nyAboutIntro_con .nyAboutIntro_text { height: 210px;}
  .nyAboutIntro_text p { line-height: 24px; font-size: 14px;}
  .nyAboutIntro_data { margin-top: 20px;}
  .nyAboutIntro_data ul li p { height: 36px; line-height: 36px; font-size: 36px;}
  .nyAboutIntro_data ul li span { line-height: 22px; font-size: 14px;}
  .nyAboutIntro_img { height: 350px;}
  .nyAboutCulture_main ul { margin: 0 -10px -20px;}
  .nyAboutCulture_main ul li { margin-bottom: 20px; padding: 0 10px;}
  .nyAboutCulture_main ul li .con .pic { width: 140px; height: 140px;}
  .nyAboutCulture_main ul li .con .text { width: calc(100% - 140px); padding: 0 20px;}
  .nyAboutCulture_main ul li .con .text em { line-height: 22px; font-size: 16px;}
  .nyAboutCulture_main ul li .con .text p { line-height: 28px; font-size: 18px;}
  .nyAboutCulture_main ul li .con .text span { line-height: 24px; font-size: 14px;}
  .nyAboutHonor_pic { height: 320px;}
  .nyAboutHonor_list { padding: 20px 20px 20px 0;}
  .nyAboutHonor_list ul { height: 250px; padding-right: 20px;}
  .nyAboutHonor_list ul li { padding: 3px 0;}
  .nyProducts { padding: 80px 0 40px;}
  .nyProduct_main .nyProduct_left { width: 100%; float: none;}  
  .nyProduct_menu .nyProMenu_head { padding: 17px 20px; background: #1991cd url(../images/nyProMenuHead_bg.png) 100% center no-repeat; background-size: 70px 70px;}  
  .nyProMenu_head i { display: block;}
  .nyProduct_menu.on .nyProMenu_head i svg { transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
  .nyProMenu_list { display: none;}
  .nyProduct_menu.on .nyProMenu_list { display: block;}
  .nyProMenu_list, .nyProArt_list { padding: 10px 20px;}
  .nyProduct_article .nyProArt_head { padding: 17px 20px; background: #1991cd url(../images/nyProArtHead_bg.png) 100% center no-repeat; background-size: 70px 70px;}
  .nyProArt_list dl dd { width: 48.5%; margin-right: 3%; float: left;}
  .nyProArt_list dl dd:nth-child(2n+2) { margin-right: 0;}
  .nyProArt_list dl dd:nth-child(5) { border-bottom: 0;}

  .nyProduct_main .nyProduct_right { width: 100%; margin: 20px auto 40px; padding: 0; float: none;}
  .nyProduct_list { margin-bottom: 20px;}
  .lyPro_con .lyPro_name a { font-size: 17px;}
  .lyPro_con .lyPro_img { height: 260px;}
  .nyProdetail { padding: 80px 0 40px;}
  .nyProdetail_main .nyProdetail_left { width: 100%; float: none;}
  .nyProdetail_left .nyProdetail_nav { display: flex; align-items: center; display: none;}
  .nyProdetail_nav dl { width: 240px; padding: 0 40px 0 0;}
  .nyProdetail_nav dl dd { margin-bottom: 0;}
  .nyProdetail_nav p { width: calc(100% - 240px); border-left: 1px solid #ddd; border-top: 0; margin: 0; padding: 0 0 0 40px;}
  .nyProdetail_nav p em, .nyProdetail_msg .tit p { line-height: 30px; font-size: 20px;}
  .nyProduct_menu .nyProMenu_head { padding: 17px 20px; background: #1991cd url(../images/nyProMenuHead_bg.png) 100% center no-repeat; background-size: 70px 70px;}  
  .nyProMenu_head i { display: block;}
  .nyProduct_menu.on .nyProMenu_head i svg { transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
  .nyProMenu_list { display: none;}
  .nyProduct_menu.on .nyProMenu_list { display: block;}
  .nyProMenu_list, .nyProArt_list { padding: 10px 20px;}
  .nyProduct_article .nyProArt_head { padding: 17px 20px; background: #1991cd url(../images/nyProArtHead_bg.png) 100% center no-repeat; background-size: 70px 70px;}
  .nyProArt_list dl dd { width: 48.5%; margin-right: 3%; float: left;}
  .nyProArt_list dl dd:nth-child(2n+2) { margin-right: 0;}
  .nyProArt_list dl dd:nth-child(5) { border-bottom: 0;}

  .nyProdetail_msg #ly_msg.ly_msg ul li .msg_btn { display: flex;}
  .nyProdetail_msg #ly_msg.ly_msg .msg_btn input.msg_btn1 { margin: 0 20px 0 0 !important;}

  .nyProdetail_main .nyProdetail_right { width: 100%; margin-bottom: 20px; padding: 0; float: none;}

  .lyPro_con .lyPro_name { padding: 9px 19px;} 
  .lyPro_con .lyPro_name a { font-size: 17px;}
  .lyPro_con .lyPro_img { height: 240px;}
  .searchBox{display: none;}
  .nyNews { padding: 80px 0 40px;}
	.nyNews_list { margin-bottom: 20px;}
	.nyNews_list ul { margin: 0 -10px -20px;}
	.nyNews_list ul li { margin-bottom: 20px; padding: 0 10px;}
	.nyNews_con .text a.name { font-size: 17px;}
	.nyDetail { padding: 80px 0 40px;}
  .nyDetail_main .nyDetail_head { padding: 10px 20px;}
  .nyDetail_head h1 { font-size: 24px; padding-left: 34px;}
  .nyDetail_head h1 i { width: 24px; height: 24px; top: 8px;}
  .nyDetail_main .nyDetail_con { padding: 0 20px;}
  .nyDetail_con .nyDetail_tips { padding: 15px 0;}
  .nyDetail_tips span { margin-right: 20px;}
  .nyDetail_con .nyDetail_line { margin-top: 20px;}
  .nyDetail_line i { width: 20px; height: 20px;}
  .nyDetail_line::before, .nyDetail_line::after { width: calc(50% - 30px);}
  .news_nav a{font-size: 24px;}
  .NyContactUs { padding: 80px 0 40px;}
	.NyContactUsInfor_Main .NyContactUsInfor_Img { height:200px;}
	.NyContactUsInfor_Img .contactText { width:65%; padding:40px 12% 40px 30px;}
	.contactText p { line-height: 30px; font-size: 20px;}
	.contactText em { width: 50px; height: 50px; top: 20px; right: 28%;}
	.contactText i { margin: 10px 0 20px;}

	.NyContactUs .NyContactUs_Infor { margin: 0 auto 20px;}
	.NyContactUsInfor_Con .NyContactUs_Ewm { display: none;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { width: 100%;}

	.NyMap { height:300px;}
}

@media (max-width:820px) {
  .lyBanner { height: 300px; margin-top: 70px;}
  .lyPro_con .lyPro_img { height: 220px;}
  .nyAboutIntro_con .nyAboutIntro_text { height: 180px; padding-right: 10px;}
  .nyAboutIntro_data ul li span { font-size: 12px;}
  .nyAboutIntro_img { height: 320px; padding-left: 10px;}

  .nyAboutHonor_pic { height: 280px;}
  .nyAboutHonor_list ul { height: 214px;}
  .lyPro_con .lyPro_name a { font-size: 15px;}
  .lyPro_con .lyPro_img { height: 220px;}
  .nyProdetail_tit p{font-size: 15px;padding: 0 8px;width: auto}
  .nyProdetail_tit p.on i,.nyProdetail_xgcp .nyProdetail_tit p i{margin-right: 3px;}
  .nyProdetail_xgcp .nyProdetail_tit p{padding: 0 12px;}
  .searchBox{display: none;}
  .nyNews_list ul li { width: 100%;}
	.nyNews_con .text a.name { font-size: 18px;}
	.nyNews_con .text p.ms { height: auto; max-height: 48px; line-clamp: 2; -webkit-line-clamp: 2;}
	.NyContactUsInfor_Main .NyContactUsInfor_Img { height: 190px;}
	.contactText em { width: 40px; height: 40px; right: 24%;}
}

@media (max-width:767px) {
  .lyBanner { height: 180px; margin-top: 64px;}
  .lyBanner .swiper-pagination { height: 3px; bottom: 10px !important;}
  .lyBanner .swiper-pagination span { width: 12px; height: 3px;}
  .lyBanner .swiper-pagination span.swiper-pagination-bullet-active { width: 24px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { display: none;}

  .lyTitle { margin-bottom: 20px;}
  .lyTitle span { font-size: 36px;}
  .lyTitle p { font-size: 24px; margin: -12px auto 6px;}
  .lyTitle em { width: 100px;}

  .lyAdvantage { display: none;}

  .lyRecommend { padding: 30px 0;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_text { width: 50px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { width: calc(100% - 50px);}

  .lyProducts { padding: 30px 0 60px;}
  .lyPro_menu { margin-bottom: 20px;}
  .lyPro_menu .swiper-slide a { height: 45px; line-height: 45px; font-size: 15px;}
  .lyPro_con .lyPro_name { padding: 5px 10px;}
  .lyPro_con .lyPro_name a { font-size: 14px;}
  .lyPro_con .lyPro_img { height: 180px;}
  .lyPro_all { margin-top: 20px;}
  .lyPro_all a { height: 45px; line-height: 45px; font-size: 15px; padding: 0 25px;}

  .lyAbout_main { padding: 30px 0;}
  .lyAbout_main .w1400 { display: block;}
  .lyAbout_main .lyAbout_img { width: 100%; margin: -60px 0 0;}
  .lyAbout_img a { height: 240px;}
  .lyAbout_main .lyAbout_text { width: 100%; margin-top: 0; padding: 30px 20px;}
  .lyAbout_con { margin-bottom: 20px;}
  .lyAbout_title p { font-size: 24px;}
  .lyAbout_title em { width: 100px;}
  .lyAbout_text a.lyAbout_btn { width: 135px; height: 45px; line-height: 45px; font-size: 15px; margin-left: 20px; position: inherit; left: inherit; bottom: inherit;}
  .lyAbout_text a.lyAbout_btn:hover { width: 150px;}
  .lyAbout_text a.lyAbout_btn i { width: 45px; height: 45px; padding: 14px; left: -20px;}
  .lyAbout_main::after { border-width: 10px 10px 0 10px;}

  .lyAbout_adv { padding: 30px 0;}
  .lyAboutAdv_left { margin-bottom: 30px;}
  .lyAboutAdv_left span, .lyAboutAdv_left p { line-height: 24px; font-size: 14px;}
  .lyAboutAdv_left a.lyAboutAdv_name { line-height: 30px; font-size: 22px;}
  .lyAboutAdv_left a.lyAboutAdv_btn { margin-top: 20px; position: inherit; top: inherit; right: inherit; transform: inherit; -webkit-transform: inherit;}
  .lyAboutAdv_con i { width: 60px; height: 60px;}
  .lyAboutAdv_con p { width: calc(100% - 60px); line-height: 24px; font-size: 14px; padding: 0 0 0 10px;}

  .lyNewsArticle { padding: 30px 0;}
  .lyNews_swiper .swiper-slide { display: block; align-items: unset; justify-content: unset;}
  .lyNews_swiper .swiper-slide .lyNews_img { width: 100%;}
  .lyNews_swiper .swiper-slide .lyNews_text { width: 100%; padding: 20px 0;}
  .lyArticle_con span.time, .lyNews_swiper .swiper-slide .lyNews_text span.time { margin-top: 10px;}
  .lyNews_swiper .swiper-pagination { bottom: 4px !important;}
  .lyNews_main::before { width: 100%; height: 240px;}

  .lyArticle_list ul { margin: 0 0 -10px;}
  .lyArticle_list ul li { width: 100%; margin-bottom: 10px; padding: 0;}
  .nyAboutIntro_img { width: 100%; height: 240px; margin-bottom: 20px; padding: 0 0 10px; float: none;}
  .nyAboutIntro_img::before { width: calc(100% - 40px); height: 10px; top: inherit; left: 20px; bottom: 0;}
  .nyAboutIntro_con { width: 100%; padding: 0; float: none;}
  .nyAboutIntro_con .nyAboutIntro_text { height: 220px;}

  .nyAboutCulture_main ul { margin: 0 0 -20px;}
  .nyAboutCulture_main ul li { width: 100%; padding: 0;}

  .nyAboutHonor_main { display: block; align-items: unset; justify-items: unset;}
  .nyAboutHonor_pic { width: 100%; height: 240px;}
  .nyAboutHonor_list { width: 100%; padding: 10px 10px 10px 0;}
  .nyAboutHonor_list ul { padding-right: 10px;}
  .nyProducts { padding: 20px 0 40px;}
  .nyProduct_menu .nyProMenu_head, .nyProduct_article .nyProArt_head { padding: 12px 20px; background-size: 60px 60px;}
  .nyProMenu_head span, .nyProArt_head span { line-height: 16px; font-size: 14px;}
  .nyProMenu_head p, .nyProArt_head p { line-height: 24px; font-size: 20px; margin-top: 6px;}
  .nyProMenu_head i { right: 15px;}

  .nyProArt_list dl dd { width: 100%; margin: 0; float: none;}
  .nyProArt_list dl dd:nth-child(5) { border-bottom: 1px dashed #e6e6e6;}

  .nyProduct_list ul { margin: 0 -5px -10px;}
  .nyProduct_list ul li { width: 50%; margin-bottom: 10px; padding: 0 5px;}
  .lyPro_con .lyPro_name { padding: 5px 10px;}
  .lyPro_con .lyPro_img { height: 180px;}

  .nyPro_service { display: none;}
  .nyProServ_title { margin-bottom: 20px;}
  .nyProServ_title p { height: 30px; line-height: 30px; font-size: 24px;}
  .nyProServ_title p span { line-height: 32px; font-size: 30px;}
  .nyProServ_title em { line-height: 20px;}
  .nyProServ_main ul { margin: 0 0 -20px;}
  .nyProServ_main ul li { width: 100%; margin-bottom: 20px; padding: 0;}
  .nyProServ_main ul li .nyProServ_con { padding: 10px 0 20px;}
  .nyProServ_main ul li .nyProServ_con i { width: 64px; height: 64px; padding: 16px; top: -20px; right: 20px;}
  .nyProdetail { padding: 40px 0;}
  .nyProduct_menu .nyProMenu_head, .nyProduct_article .nyProArt_head { padding: 12px 20px; background-size: 60px 60px;}
  .nyProMenu_head span, .nyProArt_head span { line-height: 16px; font-size: 14px;}
  .nyProMenu_head p, .nyProArt_head p { line-height: 24px; font-size: 20px; margin-top: 6px;}
  .nyProMenu_head i { right: 15px;}

  .nyProArt_list dl dd { width: 100%; margin: 0; float: none;}
  .nyProArt_list dl dd:nth-child(5) { border-bottom: 1px dashed #e6e6e6;}

  .nyProdetail_msg #ly_msg.ly_msg ul li .msg_ipt1, .nyProdetail_msg #ly_msg.ly_msg ul li .msg_tara, .nyProdetail_msg #ly_msg.ly_msg ul li .msg_ipt2, .nyProdetail_msg #ly_msg.ly_msg ul li .msg_ipt12, .nyProdetail_msg #ly_msg.ly_msg ul li .msg_btn { padding-right: 0 !important;}

  .nyProdetail_head { display: block; align-items: unset; justify-content: unset;}
  .nyProdetail_head .nyProdetailHead_img { width: 100%; margin-bottom: 20px; padding-right: 0;}
  .nyProdetail_head .nyProdetailHead_text { width: 100%; padding-left: 0;}

  .lyPro_con .lyPro_name a { font-size: 18px;}
  .nyNews { padding: 40px 0;}
	.nyNews_list ul { margin: 0 0 -10px;}
  .nyNews_list ul li { margin-bottom: 10px; padding: 0;}
	.nyNews_con .text { padding: 10px 12px;}
	.nyNews_con .text a.name { height: 26px; line-height: 26px; font-size: 16px;}
	.nyDetail { padding: 40px 0;}
  .nyDetail_main .nyDetail_head { padding: 10px 12px;}
  .nyDetail_head h1 { min-height: 30px; line-height: 30px; font-size: 20px; padding-left: 30px;}
  .nyDetail_head h1 i { width: 20px; height: 20px; top: 5px;}
  .nyDetail_main .nyDetail_con { padding: 0 12px;}
  .nyDetail_tips span { font-size: 15px; margin-right: 12px;}
  .nyDetail_tips span i { margin: -2px 6px 0 0;}
  .news_nav a{font-size: 18px;margin: 0;padding: 0 30px;height: 50px;line-height: 50px;}
  .news_nav{margin-bottom: 40px;}
  .NyContactUs { padding: 40px 0;}
	.NyContactUsInfor_Main .NyContactUsInfor_Img { height:170px;}
	.NyContactUsInfor_Img .contactText { width:90%; padding:30px 12% 30px 20px;}
	.NyContactUs_Ewm p { line-height:30px; font-size:16px;}
	.contactText em { width: 30px; height: 30px; top: 15px; right: 12%;}
	.contactText p { line-height:24px; font-size:16px;}
	.contactText i { margin:10px 0 20px;}
	.NyContactUs .NyContactUs_Infor { margin:0 auto 20px;}
	.NyContactUsInfor_Main .NyContactUsInfor_Con { padding: 20px 0;}
	.NyContactUsInfor_Con .NyContactUs_Ewm { width:100%; height:auto; margin:0 auto; padding:20px 20px; float:inherit;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { width:100%; height:auto; margin:0 auto; padding:0 20px; float:inherit;}
	.NyContactUs_Lxfs ul li { width:100%; margin:0 auto; padding:20px 0; border-right:0; border-bottom:1px solid #e6e6e6; float:inherit;}
	.NyContactUs_Lxfs ul li:nth-child(3) { width: 100%;}
	.NyContactUs_Lxfs ul li img { margin:0 auto 10px;}
	.NyContactUs_Lxfs ul li span { font-size:15px;}
	.NyContactUs_Lxfs ul li p { font-size:16px;}

	.NyMap { height:320px;}
	.nyProdetail_text, .nyProdetail_text div, .nyProdetail_text p{font-size: 14px!important;line-height: 24px !important;}
}

@media (max-width:390px) {
  .lyBanner { height: 160px;}

  .lyRecPro_swiper .swiper-container { min-height: 220px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_text a { max-height: 200px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 220px;}

  .lyPro_con .lyPro_img { height: 160px;}
  .nyAboutIntro_img, .nyAboutHonor_pic { height: 220px;}
  .jqzoom { height: 220px;}
  #spec-n5, #spec-list ul li { height: 44px;}
  .nyProdetailHead_text dl dd { width: 100%;}
  .nyNews_con { padding-left: 0;}
	.nyNews_con .time { display: flex; align-items: center; justify-content: center; width: 130px; height: auto; padding: 3px 10px; position: inherit; left: inherit; top: inherit;}
	.nyNews_con .time span { padding-right: 10px;}
	.nyNews_con .time p { font-size: 22px;}
	.nyNews_con .text { padding: 12px 16px;}
	.nyNews_con .text a.name { height: 30px; line-height: 30px; font-size: 18px;}
  .news_nav a{font-size: 18px;margin: 0;padding: 0 25px;height: 50px;line-height: 50px;}
  .news_nav{margin-bottom: 40px;}
  .NyContactUsInfor_Main .NyContactUsInfor_Img { height: 160px;}
	.NyContactUsInfor_Img .contactText { padding: 24px 12% 24px 20px;}
	.contactText p { font-size:18px;}
	.contactText em { width: 24px; height: 24px; top: 15px; right: 8%;}
}

@media (max-width:320px) {
  .lyBanner { height: 140px;}

  .lyRecPro_swiper .swiper-container { min-height: 180px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_text a { max-height: 160px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 180px;}

  .lyAbout_img a { height: 200px;}

  .lyAboutAdv_left a.lyAboutAdv_name { line-height: 28px; font-size: 20px;}

  .lyNews_main::before { height: 200px;}
  .lyNews_head p, .lyArticle_head p, .lyNews_head p span, .lyArticle_head p span { line-height: 28px; font-size: 20px;}
  .lyNews_swiper .swiper-slide .lyNews_img { height: 160px;}
  .lyArticle_con span.time, .lyNews_swiper .swiper-slide .lyNews_text span.time { margin-top: 12px;}
  .nyAbout_intro, .nyAbout_culture, .nyAbout_honor { padding: 20px 0;}
  .nyAboutIntro_img, .nyAboutHonor_pic { height: 200px;}
  .nyAboutIntro_con .nyAboutIntro_name { line-height: 24px; font-size: 18px;}
  .nyAboutIntro_name::after { width: 40px;}  
  .nyAboutIntro_data ul li p { height: 30px; line-height: 30px; font-size: 32px;}

  .nyAboutCulture_main ul li .con { display: block; align-items: unset; justify-items: unset;}
  .nyAboutCulture_main ul li .con .pic { width: 100%; height: 140px;}
  .nyAboutCulture_main ul li .con .pic::before, .nyAboutCulture_main ul li .con .pic::after { height: 1px; top: inherit; right: inherit; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
  .nyAboutCulture_main ul li .con .pic::before { width: 100%;}
  .nyAboutCulture_main ul li .con .pic::after { width: 40px;}
  .nyAboutCulture_main ul li .con .text { width: 100%; padding: 20px;}
  .nyAboutCulture_main ul li .con .text em, .nyAboutCulture_main ul li .con .text p, .nyAboutCulture_main ul li .con .text span { text-align: center;}

  .nyAboutHonor_list ul li a { font-size: 15px;}
   .nyProduct_list ul { margin: 0 0 -10px;}
  .nyProduct_list ul li { width: 100%; margin-bottom: 10px; padding: 0;}
  .lyPro_con .lyPro_name { padding: 10px 20px;}
  .lyPro_con .lyPro_name a { font-size: 16px;}
  .lyPro_con .lyPro_img { height: 200px;}

  .nyProServ_title p { font-size: 20px;}
  .jqzoom { height: 200px;}
  #spec-n5, #spec-list ul li { height: 40px;}
  .nyProdetailHead_text .nyProdetailHead_name { line-height: 28px; font-size: 18px;}
  .nyNews_con .time p { font-size: 20px;}
	.nyNews_con .text a.name { height: 26px; line-height: 26px; font-size: 16px;}
	.nyDetail_head h1 { font-size: 18px; padding-left: 28px;}
  .nyDetail_head h1 i { width: 18px; height: 18px; top: 6px;}
  .NyContactUsInfor_Main .NyContactUsInfor_Img { height: 140px;}
	.contactText p { line-height: 25px; font-size: 15px;}
	.contactText span { line-height: 20px; font-size: 12px;}
	.contactText i { margin: 10px 0 15px;}
	.contactText em { width: 95%;}

	.NyMap { height: 300px;}

}
