/* CSS Document */
/**common**/
* { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: normal; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; cursor: pointer; color: #666; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
.icon { display: block; width: 100%; height: 100%; }
.cover, .cover1 { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.cover { width: 100%; height: 100%; object-fit: cover; }
.cover1 { max-width: 100%; max-height: 100%; margin: auto; }
.w1600 { width: 1600px; margin: 0 auto; }
@media (max-width:1680px) {
.w1600 { width: 95%; }
}
@media (max-width:767px) {
.w1600 { width: 94%; }
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:0;
}/* 滚动槽宽度 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}
::-webkit-scrollbar-thumb {
background-color:#e60012;
} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
background-color:#e60012;
} /* 滚动条滑块点击状态 */
/*========== New 首页样式 begin ==========*/

/*网站头部样式 开始*/
.ly_top { width: 100%; height: 100px; background-color: #fff; box-shadow: 0 6px 12px rgb(0, 0, 0, .06); padding-left: 40px; position: fixed; left: 0; top: 0; z-index: 9999; }
.ly_logo { width: auto; height: 60px; overflow: hidden; margin: 20px 0; float: left; }
.ly_logo a { display: table-cell; vertical-align: middle; width: 100%; height: 60px; overflow: hidden; }
.ly_logo a img { display: inline-block; max-width: 100%; max-height: 100%; }
.ss_btn { width: 100px; height: 100px; overflow: hidden; float: right; }
.ss_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 32px; background-color: #e60012; cursor: pointer; }
.ss_btn i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.ss_btn i svg path { fill: #ffffff; }
.ss { width: 100%; padding: 25px 0; background-color: #eff0f2; position: absolute; top: -100px; left: 0; z-index: 999; }
.ss.show { top: 100px; }
.ss .search { width: 50%; height: 50px; overflow: hidden; background-color: #fff; margin: 0 auto; border-radius: 25px; }
.ss .search .input { width: calc(100% - 80px); height: 50px; overflow: hidden; line-height: 50px; color: #222; font-size: 16px; padding: 0 25px; background: #fff; border: 0; outline: none; }
.ss .search .submit { width: 80px; height: 50px; background: #e60012 url(../images/ss.png) no-repeat center center; cursor: pointer; border: none; outline: none; border: 1px solid #eff0f2; border-left: 0; border-radius: 100px; border-top-left-radius: 0; border-bottom-left-radius: 0; }
.ss i.close { display: block; width: 50px; height: 50px; overflow: hidden; padding: 10px; position: absolute; top: 25px; right: 25px; cursor: pointer; }
.ss i.close svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.ss i.close svg path { fill: #e60012; }
.top_language { border-left: 1px solid #e6e6e6; position: relative; float: right; }
.top_language p { height: 100px; line-height: 40px; color: #999; font-size: 16px; padding: 30px; }
.top_language p em { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -2px 10px 0 0; }
.top_language p i { display: inline-block; width: 12px; height: 12px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 6px; }
.top_language p em svg, .top_language p i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.top_language p em svg path, .top_language p i svg path { fill: #999999; }
.top_language dl { display: none; width: 100%; background-color: #eff0f2; position: absolute; top: 100%; left: 0; }
.top_language:hover dl { display: block; }
.top_language dl dd a { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #555; font-size: 16px; text-align: center; }
.top_language dl dd.active a, .top_language dl dd:hover a { color: #e60012; background-color: #fafafa; }
.top_tel { height: 40px; line-height: 40px; color: #222; font-size: 24px; margin: 30px 0; padding: 0 30px; float: right; }
.top_tel i { display: block; width: 32px; height: 32px; overflow: hidden; margin: 4px 6px 4px 0; float: left; }
.top_tel i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.top_tel i svg path { fill: #222222; }
 @media (max-width:1880px) {
.ly_top{ padding-left:30px;}
.top_language p{ padding:30px 25px;}	
.top_tel {padding: 0 25px; } 
 }
 @media (max-width:1680px) {
.ly_top { height: 80px; }
.ly_logo { margin: 10px 0; }
.ss_btn { width: 80px; height: 80px; }
.ss_btn i { padding: 24px; }
.ss { padding: 16px 0; }
.ss.show { top: 80px; }
.ss .search { height: 48px; border-radius: 24px; }
.ss .search .input { height: 48px; line-height: 48px; font-size: 15px; padding: 0 24px; }
.ss .search .submit { height: 48px; }
.ss i.close { width: 48px; height: 48px; padding: 12px; top: 16px; right: 16px; }
.top_language p { height: 80px; font-size: 15px; padding: 20px; }
.top_language dl dd a { height: 40px; line-height: 40px; font-size: 15px; }
.top_tel { margin: 20px 0; padding: 0 20px; }
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.ly_top { padding-left: 20px; }
.ly_logo { height: 52px; margin: 14px 0; }
.ly_logo a { height: 52px; }
.top_tel { padding: 0 20px 0 10px; }
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
.ly_logo { height: 60px; margin: 10px 0; }
.ly_logo a { height: 60px; }
.top_tel { padding: 0 20px; }
}
@media (max-width:1200px) {
}
@media (max-width:1080px) {
}
@media (max-width:1024px) {
}
@media (max-width:920px) {
}
@media (max-width:820px) {
.top_language { display: none; }
}
@media (max-width:767px) {
.ly_top { height: 64px; padding: 0 2.5%; }
.ly_logo { height: 44px; margin: 10px 0; }
.ly_logo a { height: 44px; }
.top_tel, .ss_btn { display: none; }
}
@media (max-width:390px) {
}
@media (max-width:320px) {
.ly_logo { height: 36px; margin: 14px 0; }
.ly_logo a { height: 36px; }
}
@media (max-width:280px) {
.ly_logo { height: 32px; margin: 16px 0; }
.ly_logo a { height: 32px; }
}
/*网站头部样式 结束*/

/*导航栏样式 开始*/
.ly_nav { float: right; }
.nav_ul .nav_item { position: relative; padding: 0 30px; float: left; }
.nav_item > a { display: block; width: 100%; height: 100px; line-height: 100px; color: #222; font-size: 18px; text-align: center; position: relative; }
.nav_item > a em { display: block; width: 0; height: 2px; overflow: hidden; background-color: #e60012; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.nav_item:hover > a, .nav_item.on > a { color: #e60012; }
.nav_item.on ul li a { color: #666; }
.nav_item:hover > a em, .nav_item.on a em { width: 100%; }
#navLanguage { display: none; }
/*一级目录*/
/*.nav_item_open {opacity: 0; visibility: hidden;}*/
.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; z-index: 999; background-color: #fafafa; -webkit-transition: all .4s; transition: all .4s; top: 100px; opacity: 1; visibility: visible; -webkit-transform: translateY(24px); transform: translateY(24px); display: -webkit-flex; display: flex; flex-wrap: wrap; opacity: 0; visibility: hidden; }
.pronav_item_open { width: 200%; left: -50%; }
.ny_top .nav_item_open { background-color: #fff; }
.nav_item_open .yiml_ul { position: relative; width: 100%; height: auto; }
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.subopen, .subopen2 { display: none; }
.nav_item2 { width: 100%; position: relative; }
.nav_item2 a { display: block; width: 100%; height: 50px; line-height: 50px; padding: 0; color: #555; font-size: 15px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; }
.pronav_item_open .nav_item2 a { text-align: left; padding: 0 40px 0 20px; }
.nav_item2 a:after { content: ""; display: block; width: 78%; height: 1px; background: rgba(255, 255, 255, .25); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: all .4s ease; }
.nav_item2 i.itwo { display: block; width: 50px; height: 50px; background: url(../images/jt06.png) center center no-repeat; position: absolute; top: 0; right: 0; }
.nav_item2:hover i.itwo { background: url(../images/jt07.png) center center no-repeat; }
.ny_top .nav_item2 a { color: #565656; }
.nav_item2:hover a { background-color: #e60012; color: #fff!important; }
.hcover { display: none; }
/*二级目录*/
.nav_item_open2 { position: absolute; left: 100%; top: 0; width: 0; z-index: 10; background-color: rgba(230, 0, 18, 0.94); opacity: 0; -webkit-transition-duration: .4s; transition: all .4s ease; }
.nav_item2:hover .nav_item_open2 { width: 100%; opacity: 1; }
.nav_item_open2 .nav_item3 a { font-weight: normal; background: none; padding: 0 0 0 20px; position: relative; width: 86%; margin: 0 auto; color: rgba(255, 255, 255, .65)!important; transition: all .4s ease; }
.nav_item_open2 .nav_item3 a:hover { color: #fff!important; }
.nav_item_open2 .nav_item3 a:before { content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; border: 1px solid rgba(243, 245, 249, .5); left: 0; top: 50%; transform: translateY(-50%); position: absolute; }
.nav_item_open2 .nav_item3 a:hover:before { border: 1px solid rgba(243, 245, 249, 1); }
.nav_item_open2 .nav_item3 a:after { width: 100%; }
.nav_item_open2 .nav_item3:last-child a:after { display: none; }
.nav_item_open2 .nav_item3 a:hover:after { background: rgba(243, 245, 249, 1); display: block; }
 @media (max-width:1680px) {
.nav_ul .nav_item { padding: 0 24px; }
.nav_item > a { height: 80px; line-height: 80px; font-size: 16px; }
.nav_item2 a { height: 44px; line-height: 44px; font-size: 14px; }
.nav_item_open { top: 80px; }
.nav_item2 i.itwo { width: 44px; height: 44px; }
}
@media (max-width:1600px) {
.nav_ul .nav_item { padding: 0 20px; }
}
@media (max-width:1560px) {
.nav_ul .nav_item { padding: 0 14px; }
}
@media (max-width:1440px) {
}
@media (max-width:1366px) {
.nav_ul .nav_item { padding: 0 10px; }
.nav_item > a { font-size: 15px; }
.pronav_item_open .nav_item2 a { padding: 0 30px 0 10px; }
.nav_item_open2 .nav_item3 a { padding: 0 0 0 15px; }
}
@media (max-width:1360px) {
.nav_ul .nav_item { padding: 0 10px; }
}
@media (max-width:1280px) {
.ly_nav { width: auto; height: auto; }
.menu_open { display: block; float: right; width: 44px; height: 44px; margin: 18px 0; padding: 4px 0; cursor: pointer; background-color: #e60012; }
.menu_open i { width: 22px; height: 2px; background-color: #fff; display: block; margin: 7px auto; }
.nav { width: 60%; height: 100%; position: fixed; top: 0; left: -60%; z-index: 100; overflow: hidden; background-color: #e60012;transition:none; }
.hcover { display: block; width: 40%; height: 100%; background: rgba(0, 0, 0, .7); position: fixed; right: -40%; top: 0; z-index: 99; transition:none; }
.nav_ul { display: block; margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding: 0; text-align: left; transition:none; }
.nav_ul .nav_item { float: none; margin: 0; width: 100%; height: 60px; padding: 0; }
.nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.nav_item > a { display: block; margin: 0; height: 60px; line-height: 60px; color: #fff; font-size: 16px; text-align: left; padding: 0 60px 0 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; opacity: 1; position: relative; }
.nav_item:hover > a, .nav_item.on > a { color: #fff; font-size: 18px; font-weight: bold; }
.nav_item > a em { width: 0; height: 2px; left: 30px; margin: 0; background-color: #fff; transform: inherit; -webkit-transform: inherit; -moz-transform: inherit; -ms-transform: inherit; -o-transform: inherit; }
.nav_item:hover>a em, .nav_item.on a em { width: 36px; }
.nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 60px; height: 100%; display: block; }
.nav_item i:after { content: ''; display: block; width: 12px; height: 12px; margin: -6px 0 0 -6px; border: 1px solid rgba(255, 255, 255, 0.5); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: rgba(13,81,152,1); border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
.subopen { display: block; }
.subopen a { display: block; overflow: hidden; line-height: 60px; margin: 0; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; color: #fff; text-indent: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative; }
.subopen a:before { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 20px; top: 50%; margin: -6px 0 0 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, 1); border-right: 0; border-bottom: 0; }
.nav_item i.ione { position: absolute; z-index: 2; top: 0; right: 0; bottom: auto; left: auto; width: 80px; height: 100%; background: none; transform: none; }
.nav_item i.ione:after { content: ''; display: block; width: 10px; height: 10px; margin: -5px 0 0 -5px; border: 1px solid rgba(255, 255, 255, .8); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav_item_open { width: 60%; height: 100%; margin: 0; box-shadow: none; background-color: #e60012; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -60%; top: 0; display: block; }
.subopen a, .subopen2 a { display: block; overflow: hidden; line-height: 80px; margin: 0; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; color: #fff; text-indent: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.25); position: relative; }
.subopen a:before, .subopen2 a:before { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 20px; top: 50%; margin: -6px 0 0 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid #fff; border-right: 0; border-bottom: 0; }
.subopen { display: block; }
.nav_item2 { position: relative; }
.nav_item2 a { display: block; overflow: hidden; margin: 0; height: 60px; line-height: 60px; color: #fff; font-weight: normal; font-size: 16px; text-align: left; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; opacity: 1; background: none; }
.pronav_item_open .nav_item2 a { padding: 0 60px 0 30px; }
.nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
.nav_item2 a:hover, .nav_item2 a:active { color: #fff; }
.nav_item2 a:after { background: none; }
.nav_item_open2 .nav_item3 a:after { background: rgba(255, 255, 255, 0.1); top: 0; bottom: auto; }
.nav_item_open2 .nav_item3:last-child a:after { display: block; }
.nav_item_open2 { position: static; width: 100%; padding: 0 30px; opacity: 1; display: none; -webkit-transition-duration: .0s; transition: all .0s ease; }
.nav_item_open2 .nav_item3 a { width: 100%; padding: 0 0 0 30px; }
.nav_item i.itwo { position: absolute; z-index: 2; top: 0; right: 0; bottom: auto; left: auto; width: 60px; height: 60px; background: none; transform: none; }
.nav_item2 i.itwo:after { content: ''; display: block; width: 10px; height: 10px; margin: -5px 0 0 -5px; border: 1px solid rgba(255, 255, 255, 0.8); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav_item2 i.itwo.on:after { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.nav_item:hover i.itwo { background: none; }
.nav_item_open .yiml_ul { height: 100%; overflow-y: scroll; }
.nav_item.on ul li a { color: #fff; }
}
@media (max-width:1200px) {
}
@media (max-width:1080px) {
}
@media (max-width:1024px) {
}
@media (max-width:920px) {
}
@media (max-width:820px) {
#navLanguage { display: block; }
.pronav_item_open .nav_item2 a { padding: 0 30px 0 15px; }
.nav_item_open2 { padding: 0 15px; }
.nav_item_open2 .nav_item3 a { padding: 0 0 0 20px; }
}
@media (max-width:767px) {
.menu_open { margin: 10px 0; }
}
@media (max-width:390px) {
}
@media (max-width:320px) {
}
@media (max-width:280px) {
}
/*导航栏样式 结束*/


.lyMore a { display: block; width: 150px; height: 48px; overflow: hidden; line-height: 48px; color: #fff; font-size: 16px; text-align: center; background-color: #e60012; border-radius: 24px; }
.lyMore a i { display: inline-block; width: 18px; height: 18px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 8px; }
.lyMore a i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.lyMore a i svg path { fill: #ffffff; }
.lyMore a:hover i { margin: -2px 0 0 18px; }
/*首页banner*/
.banner { margin-top: 100px; }
.f-14 { font-size: 14px; margin-top: 10px; }
.pcimg { width: 100%; height: auto; }
.banner .swiper-slide { overflow: hidden; position: relative; }
.banner .swiper-slide img { display: block; width: 100%; left: 0px; top: 0px; }
.bannerPic { position: relative; width: 100%; height: auto;/* transition: all 1s ease 2.5s; transform: perspective(1000px) translate3d(0, 0, 100px);*/ }
.swiper-slide.active .bannerPic { transition: all 5s ease 0s; transform: perspective(1000px) translate3d(0, 0, 0px); }
.banner .swiper-slide .ind_ban_tex { position: absolute; width: 100%; top: 50%; left: 0px; transform: translateY(-50%); }
.banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en { font-size: 40px; line-height: 1.2; color: #ffffff; text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4); transform: translateY(80px); opacity: 0; margin-bottom: 10px; }
.banner .swiper-slide .ind_ban_tex .ind_ban_tex_title { color: #ffffff; font-size: 40px; font-weight: bold; line-height: 1.8; text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4); transform: translateY(80px); opacity: 0; }
.banner .swiper-slide .ind_ban_tex .b_line { width: 50px; margin: 10px auto 20px; height: 2px; background: #fff; transform: translateY(80px); opacity: 0; }
.banner .swiper-slide .ind_ban_tex .ind_ban_tex_info { color: #ffffff; line-height: 1.5; font-size: 18px; text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4); transform: translateY(80px); opacity: 0; }
.banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .infoen { font-size: 14px; letter-spacing: 0px; }
.banner .swiper-slide.active .ind_ban_tex_title_en { transition: all 2s ease .5s; transform: translateY(0); opacity: 1; }
.banner .swiper-slide.active .ind_ban_tex_title { transition: all 2s ease .7s; transform: translateY(0); opacity: 1; }
.banner .swiper-slide.active .b_line { transition: all 2s ease .8s; transform: translateY(0); opacity: 1; }
.banner .swiper-slide.active .ind_ban_tex_info { transition: all 2s ease 1s; transform: translateY(0); opacity: 1; }
.banner .swiper-button-next.swiper-button-disabled { background-color: rgba(0, 0, 0, 0.3); }
.banner .swiper-button-prev.swiper-button-disabled { background-color: rgba(0, 0, 0, 0.3); }
.banner .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #ffffff; margin: 0 14px; opacity: 0.5; color: transparent; transition: all 0.5s; -webkit-transition: all 0s; -moz-transition: all 0s; -o-transition: all 0s; }
.banner .swiper-pagination-bullet-active { opacity: 1; width: 42px; height: 42px; line-height: 42px; text-align: center; border: 2px solid rgba(255, 255, 255, 0.4); background-color: transparent; color: #ffffff; }
.banner .swiper-pagination-bullet-active .rightcircle { -webkit-animation: circleProgressLoad_right 6s linear infinite; animation: circleProgressLoad_right 6s linear infinite; }
.banner .swiper-pagination-bullet-active .leftcircle { -webkit-animation: circleProgressLoad_left 6s linear infinite; animation: circleProgressLoad_left 6s linear infinite; }
.banner .swiper-pagination-bullet-active .wrapper_con { display: block; }
.banner .swiper-pagination { font-size: 0px; }
.banner .swiper-pagination > span { display: inline-block; vertical-align: middle; position: relative; }
.banner .swiper-container-rtl .swiper-button-next { left: calc(8.335% - 32px); }
.banner .swiper-container-rtl .swiper-button-prev { right: calc(8.335% - 32px); }
.banner .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 5%; }
.banner .swiper-pagination-custom { bottom: 5%; }
.banner .swiper-pagination-fraction { bottom: 5%; }
.right { right: -2px; }
.left { left: -2px; }
.circleProgress { width: 42px; height: 42px; border: 2px solid transparent; border-radius: 50%; position: absolute; top: 0px; -webkit-transform: rotate(-135deg); }
.rightcircle { border-bottom: 2px solid #ffffff; border-left: 2px solid #ffffff; right: 0px; }
.leftcircle { border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; left: 0px; }
.wrapper_con { width: 21px; height: 42px; position: absolute; top: -2px; overflow: hidden; display: none; }
 @keyframes circleProgressLoad_right { 0% {
transform:rotate(45deg);
}
50%, 100% {
transform:rotate(225deg);
}
}
@keyframes circleProgressLoad_left { 0%, 50% {
transform:rotate(45deg);
}
100% {
transform:rotate(225deg);
}
}
.pctxt { padding: 0 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }
.pctxt p { line-height: 56px; color: #fff; font-size: 48px; font-weight: bold; position: relative; padding-bottom: 25px; width: 36%; }
.pctxt p:before { content: ""; display: block; width: 7px; height: 7px; background: #d80110; position: absolute; left: 0; bottom: -3px; border-radius: 50px; }
.pctxt p:after { content: ""; display: block; width: 100%; height: 1px; background: rgba(255,255,255,0.15); position: absolute; left: 0; bottom: 0; }
.pctxt span { display: block; line-height: 36px; color: rgba(255,255,255,.5); font-size: 20px; margin: 35px 0 80px; width: 36%; }
 @media (max-width: 1680px) {
.banner { margin-top: 80px; }
.pctxt { padding: 0 40px; }
.pctxt p { line-height: 50px; font-size: 40px; }
.pctxt span { line-height: 30px; font-size: 20px; margin: 20px 0 80px; }
.lyMore a { width: 140px; height: 44px; line-height: 44px; font-size: 15px; }
}
@media (max-width: 1440px) {
.pctxt { padding: 0 20px; }
.pctxt p { line-height: 40px; font-size: 36px; }
.pctxt span { font-size: 18px; margin: 20px 0 60px; }
.lyMore a { font-size: 14px; }
}
@media (max-width: 1366px) {
.pctxt p { line-height: 40px; font-size: 32px; }
.pctxt span { font-size: 17px; margin: 15px 0 50px; }
}
@media (max-width: 1366px) {
.pctxt p { line-height: 36px; font-size: 30px; }
.pctxt span { font-size: 16px; margin: 10px 0 40px; }
}
@media (max-width: 1024px) {
.pctxt p { line-height: 32px; font-size: 26px; }
.pctxt span { line-height: 25px; font-size: 15px; margin: 10px 0 30px; }
}
@media (max-width: 820px) {
.pctxt p { line-height: 30px; font-size: 24px; }
.pctxt span { line-height: 24px; font-size: 14px; margin: 10px 0 20px; }
.lyMore a { width: 128px; height: 40px; line-height: 40px; }
}
@media (max-width: 767px) {
.banner { margin-top: 64px; }
.pctxt { padding: 0 10px; margin-top:-20px; }
.pctxt p { line-height: 24px; font-size: 18px;width:50%; padding-bottom:10px; }
.pctxt span { line-height: 20px; font-size: 12px; margin: 10px 0 0; width:50%;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height:40px;}
.pctxt .lyMore { display: none; }
.banner .swiper-pagination-bullet { width: 8px; height: 8px; }
.banner .swiper-pagination-bullet-active { width: 32px; height: 32px; line-height: 32px; }
.circleProgress { width: 32px; height: 32px; }
.wrapper_con { width: 16px; height: 32px; }
.banner .swiper-pagination-bullet .f-14 { margin-top: 6px; font-size: 12px; }
}
@media (max-width:550px) {
.pctxt { margin-top:-10px; }
}
@media (max-width:320px) {
.pctxt { padding: 0 20% 0 0; }
.pctxt p { line-height: 21px; font-size: 15px; }
}
 @media (max-width:280px) {
}
/*首页banner 结束*/

.ly_title em { display: block; height: 44px; overflow: hidden; line-height: 44px; color: #e60012; font-size: 54px; font-style: normal; text-transform: uppercase; position: relative; -webkit-mask: linear-gradient(to bottom, #e60012, transparent); }
.ly_title p { height: 44px; overflow: hidden; line-height: 44px; color: #222; font-size: 40px; margin-top: 12px; }
.ly_title p i { display: inline-block; width: 10px; height: 12px; overflow: hidden; background: url(../images/ico1.png) center center no-repeat; background-size: 100% 100%; vertical-align: middle; margin: -2px 14px 0; }
.ly_title span { display: block; line-height: 30px; color: #999; font-size: 18px; margin-top: 20px; padding:0 10px; }
.ly_title1 em, .ly_title1 p, .ly_title1 span { text-align: center; }
/*首页公司简介 开始*/
.ly_idxAbout { width: 100%; overflow: hidden; background: url(../images/about_bg.jpg) no-repeat top center; background-size: cover; padding: 80px 0 120px; position: relative; }
.ly_idxAbout::before { content: ''; display: block; width: 540px; height: 540px; overflow: hidden; background: url(../images/about_xs.png) center center no-repeat; background-size: 100% 100%; position: absolute; left: -270px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxAbout_main { margin: 0 auto; position: relative; z-index: 1; }
.idxAbout_main .idxAbout_img { width: 50%; height: auto; padding-bottom: 35px; float: right; position: relative; }
.idxAbout_main .idxAbout_img::before { content: ''; display: block; width: 420px; height: 515px; background-color: #e60012; border-radius: 8px; position: absolute; right: -30px; bottom: 0; }
.idxAbout_main .idxAbout_img::after { content: ''; display: block; width: 390px; height: 515px; background: linear-gradient(to right, rgba(255, 54, 27, 0), rgba(255, 54, 27, .45)); border-radius: 8px; position: absolute; right: 0; bottom: -60px; }
.idxAbout_main .idxAbout_img a { display: block; width: 100%; height: 525px; overflow: hidden; border-radius: 8px; position: relative; z-index: 1; }
.idxAbout_main .idxAbout_img a img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.idxAbout_main .idxAbout_img a:hover img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); }
.idxAbout_main .idxAbout_text { width: 50%; overflow: hidden; padding-right: 80px; float: left; }
.idxAbout_main .idxAbout_text .idxAbout_ms { width: 100%; height: 160px; overflow: hidden; line-height: 32px; color: #555; font-size: 16px; text-align: justify; margin: 60px 0; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; }
.idxAbout_main .idxAbout_text .idxAbout_ms p { line-height: 32px; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; font-size: 16px; text-align: justify; }
.idxAbout_main .idxAbout_text .idxAbout_ms span, .idxAbout_main .idxAbout_text .idxAbout_ms font, .idxAbout_main .idxAbout_text .idxAbout_ms p span, .idxAbout_main .idxAbout_text .idxAbout_ms p font { font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 16px!important; }
.idxAbout_main .idxAbout_text ul { margin: 60px 0; }
.idxAbout_main .idxAbout_text ul li { padding-left: 80px; float: left; }
.idxAbout_main .idxAbout_text ul li:first-child { padding-left: 0; }
.idxAbout_main .idxAbout_text ul li p { height: 44px; overflow: hidden; line-height: 44px; color: #e60012; font-size: 48px; }
.idxAbout_main .idxAbout_text ul li p sub { display: inline-block; line-height: 24px; color: #e60012; font-size: 16px; vertical-align: bottom; margin: 0 0 0 10px; }
.idxAbout_main .idxAbout_text ul li p sup { display: inline-block; color: #e60012; font-size: 28px; vertical-align: top; margin: 0 0 0 10px; }
.idxAbout_main .idxAbout_text ul li span { display: block; height: 24px; overflow: hidden; line-height: 24px; color: #999; font-size: 16px; margin-top: 4px; }
 @media (max-width:1680px) {
}
 @media (max-width:1600px) {
.ly_title em { height: 40px; line-height: 40px; font-size: 50px; }
.ly_title p { height: 40px; line-height: 40px; font-size: 36px; margin-top: 10px; }
.ly_title span { font-size: 16px; }
.ly_idxAbout { padding: 80px 0 100px; }
.idxAbout_main .idxAbout_img { padding-bottom: 25px; }
.idxAbout_main .idxAbout_img::before { width: 360px; height: 440px; right: -20px; }
.idxAbout_main .idxAbout_img::after { width: 340px; height: 480px; bottom: -40px; }
.idxAbout_main .idxAbout_img a { height: 475px; }
.idxAbout_main .idxAbout_text .idxAbout_ms, .idxAbout_main .idxAbout_text ul { margin: 40px 0; }
.idxAbout_main .idxAbout_text ul li { padding-left: 60px; }
.idxAbout_main .idxAbout_text ul li:first-child { padding-left: 0; }
.idxAbout_main .idxAbout_text ul li p { height: 40px; line-height: 40px; font-size: 44px; }
.idxAbout_main .idxAbout_text ul li span { font-size: 15px; }
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
.ly_title em { height: 36px; line-height: 36px; font-size: 48px; }
.ly_title p { height: 36px; line-height: 36px; font-size: 32px; margin-top: 10px; }
.ly_title p i { margin: -4px 10px 0; }
.ly_title span { line-height: 25px; font-size: 15px; margin-top: 15px; }
.ly_idxAbout { padding: 60px 0 80px; }
.idxAbout_main .idxAbout_img { padding-bottom: 20px; }
.idxAbout_main .idxAbout_img a { height: 425px; }
.idxAbout_main .idxAbout_img::before { width: 320px; height: 405px; right: -10px; }
.idxAbout_main .idxAbout_img::after { width: 310px; height: 425px; bottom: -30px; }
.idxAbout_main .idxAbout_text { padding-right: 60px; }
.idxAbout_main .idxAbout_text .idxAbout_ms, .idxAbout_main .idxAbout_text ul { margin: 30px 0; }
.idxAbout_main .idxAbout_text .idxAbout_ms { height: 150px; line-height: 30px; font-size: 15px;-webkit-line-clamp: 5; }
.idxAbout_main .idxAbout_text .idxAbout_ms p { line-height: 30px; font-size: 15px; }
.idxAbout_main .idxAbout_text .idxAbout_ms span,  .idxAbout_main .idxAbout_text .idxAbout_ms font,  .idxAbout_main .idxAbout_text .idxAbout_ms p span,  .idxAbout_main .idxAbout_text .idxAbout_ms p font { font-size: 15px !important; }
.idxAbout_main .idxAbout_text ul li span { font-size: 14px; margin-top: 0; }
}
 @media (max-width:1366px) {
}
 @media (max-width:1280px) {
}
 @media (max-width:1200px) {
.idxAbout_main .idxAbout_text { padding-right: 40px; }
.idxAbout_main .idxAbout_text ul li p { height: 40px; line-height: 40px; font-size: 40px; }
}
 @media (max-width:1080px) {
}
 @media (max-width:1024px) {
.idxAbout_main .idxAbout_text { padding-right: 30px; }
}
 @media (max-width:920px) {
.ly_title p { height: 32px; line-height: 32px; font-size: 30px; margin-top: 10px; }
.ly_title em { height: 32px; line-height: 32px; font-size: 40px; }
.ly_title span { line-height: 24px; font-size: 14px; margin-top: 10px; }
.ly_idxAbout { padding: 40px 0; }
.idxAbout_main .idxAbout_text .idxAbout_ms, .idxAbout_main .idxAbout_text ul { margin: 20px 0; }
.idxAbout_main .idxAbout_text .idxAbout_ms { height: 120px; line-height: 24px; font-size: 14px; -webkit-line-clamp: 4;}
.idxAbout_main .idxAbout_text ul li { padding-left: 30px; }
.idxAbout_main .idxAbout_text ul li p { height: 36px; line-height: 36px; font-size: 36px; }
.idxAbout_main .idxAbout_text ul li p sub { font-size: 14px; }
.idxAbout_main .idxAbout_img { padding-bottom: 10px; }
.idxAbout_main .idxAbout_img a { height: 335px; }
.idxAbout_main .idxAbout_img::before { width: 240px; height: 305px; right: -10px; }
.idxAbout_main .idxAbout_img::after { width: 230px; height: 305px; bottom: -20px; }
}
 @media (max-width:820px) {
.ly_title em { height: 28px; line-height: 28px; font-size: 34px; }
.ly_title p { height: 30px; line-height: 30px; font-size: 26px; }
.idxAbout_main .idxAbout_text .idxAbout_ms { height: 96px;  }
.idxAbout_main .idxAbout_img a { height: 294px; }
.idxAbout_main .idxAbout_img::before { width: 200px; height: 264px; }
.idxAbout_main .idxAbout_img::after { width: 190px; height: 264px; }
}
 @media (max-width:767px) {
.ly_idxAbout { padding: 20px 0; }
.idxAbout_main .idxAbout_img { width: 100%; margin-bottom: 10px; float: none; }
.idxAbout_main .idxAbout_img a { height: 220px; }
.idxAbout_main .idxAbout_img::before { width: 160px; height: 200px; }
.idxAbout_main .idxAbout_img::after { width: 150px; height: 200px; }
.idxAbout_main .idxAbout_text { width: 100%; padding-right: 0; float: none; }
.idxAbout_main .idxAbout_text .idxAbout_ms { height: 120px; -webkit-line-clamp: 5; }
.idxAbout_main .idxAbout_text ul li span { height: 20px; line-height: 20px; }
}
 @media (max-width:390px) {
	.idxAbout_main .idxAbout_text ul li p { height: 32px; line-height: 32px; font-size: 32px; }
}
 @media (max-width:320px) {
.ly_title em { height: 24px; line-height: 24px; font-size: 30px; }
.ly_title p { height: 26px; line-height: 26px; font-size: 22px; }
.idxAbout_main .idxAbout_img a { height: 160px; }
.idxAbout_main .idxAbout_img::before { width: 120px; height: 140px; }
.idxAbout_main .idxAbout_img::after { width: 110px; height: 140px; }
.idxAbout_main .idxAbout_text ul li { padding-left: 20px; }
.idxAbout_main .idxAbout_text ul li p { height:24px; line-height: 24px; font-size: 24px; }
}
 @media (max-width:280px) {

}
/*首页公司简介 结束*/

/*首页推荐产品 开始*/
.ly_idxProTj { width: 100%; overflow: hidden; background: #f4f4f4; padding: 80px 0; }
.idxProtj_main { width: 100%; position: relative; padding: 70px 0; background: url(../images/pro_bg.png) no-repeat center bottom; background-size: 100% 100%; min-height: 300px; }
.idxProtj_main .swiper-container { border-radius: 8px; }
.idxProtj_main .swiper-container .swiper-slide { background: #fff; padding: 30px; border-right: 1px solid #f1f1f1; box-shadow: 0 0 0 rgba(0, 0, 0, .1); }
.idxProtj_main .swiper-container .swiper-slide:hover { box-shadow: 0 0 20px rgba(0,0,0,.1); z-index: 99; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img { width: 100%; height: 260px; margin-bottom: 20px; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img a { display: block; position: relative; width: 100%; height: 100%; overflow: hidden; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img a img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; max-height: 100%; transition-duration: .5s; -ms-transition-duration: .5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.idxProtj_main .swiper-container .swiper-slide:hover .idxProtj_img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.idxProtj_main .swiper-container .swiper-slide span { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #777; font-size: 16px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_name { display: block; width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 20px; font-weight: bold; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.idxProtj_main .swiper-container .swiper-slide:hover .idxProtj_name { color: #e60012; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more { margin-top: 20px; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more a { display: block; width: 150px; height: 48px; overflow: hidden; line-height: 46px; color: #999; font-size: 16px; text-align: center; background-color: #fff; border: 1px solid #ddd; border-radius: 24px; margin: 0 auto; }
.idxProtj_main .swiper-container .swiper-slide:hover .idxProtj_more a { color: #fff; background-color: #e60012; border: 1px solid #e60012; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more a i { display: inline-block; width: 18px; height: 18px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 8px; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more a i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more a i svg path { fill: #e60012; }
.idxProtj_main .swiper-container .swiper-slide:hover .idxProtj_more a i svg path { fill: #ffffff; }
.idxProtj_main .swiper-container .swiper-slide:hover .idxProtj_more a:hover i { margin: -2px 0 0 18px; }
.idxProtj_main .swiper-button-prev, .idxProtj_main .swiper-button-next { width: 50px!important; height: 50px!important; top: 50%!important; margin: -25px 0 0!important; border-radius: 50%!important; border: 1px solid rgba(255, 255, 255, .45); }
.idxProtj_main .swiper-button-prev:hover, .idxProtj_main .swiper-button-next:hover { border: 1px solid rgba(255, 255, 255, 1); }
.idxProtj_main .swiper-button-prev { background: url(../images/pre01.png) center center no-repeat; background-size: 20px 20px; left: 50px; }
.idxProtj_main .swiper-button-next { background: url(../images/next01.png) center center no-repeat; background-size: 20px 20px; right: 50px; }
 @media (max-width:1680px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more a { width: 140px; height: 44px; line-height: 42px; font-size: 15px; }
}
 @media (max-width:1600px) {
.idxProtj_main { padding: 60px 0; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img { height: 240px; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_name { height: 30px; line-height: 30px; font-size: 18px; }
.idxProtj_main .swiper-container .swiper-slide span { font-size: 15px; }
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
.ly_idxProTj { padding: 60px 0; }
.idxProtj_main { padding: 40px 0; }
.idxProtj_main .swiper-container .swiper-slide { padding: 20px; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img { height: 230px; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more a { font-size: 14px; }
.idxProtj_main .swiper-button-prev, .idxProtj_main .swiper-button-next { display: none; }
}
 @media (max-width:1366px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img { height: 210px; }
}
 @media (max-width:1280px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img { height: 200px; }
}
 @media (max-width:1200px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img { height: 180px; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_name { font-size: 16px; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more { margin-top: 10px; }
}
 @media (max-width:1080px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img { height: 230px; }
}
 @media (max-width:1024px) {
.idxProtj_main { padding: 30px 0; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img { height: 212px; }
}
 @media (max-width:920px) {
.ly_idxProTj { padding: 40px 0 20px; }
.idxProtj_main { margin-top: 20px; padding: 20px 0; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img { height: 190px; margin-bottom: 10px; }
}
 @media (max-width:820px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more a { width: 128px; height: 40px; line-height: 38px; }
}
 @media (max-width:767px) {
.ly_idxProTj { padding: 20px 0; }
.idxProtj_main { margin-top: 10px; padding: 20px 0 0; background: url(../images/pro_bg.png) no-repeat center top; background-size: 100% 160px; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img { height: 220px; }
.idxProtj_main .swiper-container .swiper-slide .idxProtj_name { font-size: 18px; }
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img { height: 196px; }
}
 @media (max-width:280px) {
}
/*首页推荐产品 结束*/


/*ly_Products 开始*/
.ly_Products { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; background-color: #f4f4f4; position: relative; }
.ly_Products .lyPro_main { padding: 60px 0; background-color: #fff; }
.ly_Products .lyPro_main .ly_title { margin: 0 auto; }
.ly_Products .lyPro_menu { width: 62.5%; height: 120px; margin: 0; padding: 36px; background-color: #e60012; position: absolute; top: 130px; right: 0; z-index: 2; }
.ly_Products .lyPro_menu::before { content: ''; width: 100px; height: 100%; background-color: #e60012; border-radius: 20px 0 0 0; transform: skewX(-30deg); position: absolute; left: -60px; top: 0; }
.lyPro_menu a { display: block; width: 18%; height: 48px; overflow: hidden; line-height: 48px; color: #fff; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 2% 0 0; padding: 0 20px; float: left; position: relative; }
.lyPro_menu a:hover, .lyPro_menu a.idxProMenu_on { line-height: 46px; color: #fff;border: 1px solid #fff; border-radius: 50px; }
.lyPro_menu a:last-child { margin: 0; }
.ly_Products .lyPro_list { width: 100%; height: auto; padding: 80px 0 50px; position: relative; }
.ly_Products .lyPro_list.tabOther { display: none; }
.lyPro_list ul { max-width: 1600px; min-height: 300px; margin: 40px auto 0; position: relative; }
.lyPro_list ul li { width: 23%; height: auto; overflow: hidden; margin: 0 2.666666% 40px 0; float: left; }
.lyPro_list ul li:nth-child(4n+4) { margin: 0 0 40px; }
.lyPro_list ul li .lyPro_con { width: 100%; height: auto; overflow: hidden; margin: 0 auto; background-color: #fff; border-radius: 8px; }
.lyPro_list ul li .lyPro_con .lyPro_img { width: 100%; height: 350px; overflow: hidden; }
.lyPro_list ul li .lyPro_con .lyPro_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative; }
.lyPro_list ul li .lyPro_con .lyPro_img a img { display: block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.lyPro_list ul li .lyPro_con:hover .lyPro_img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyPro_list ul li .lyPro_con .lyPro_text { padding: 20px 100px 20px 30px; background-color: #e6e6e6; position: relative; }
.lyPro_list ul li .lyPro_con:hover .lyPro_text { background-color: #e60012; }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_name a { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; }
.lyPro_list ul li .lyPro_con:hover .lyPro_text .lyPro_name a { color: #fff; }
.lyPro_list ul li .lyPro_con .lyPro_text p { width: 100%; height: 26px; overflow: hidden; line-height: 26px; color: #999; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin-top: 4px; padding-left: 28px; position: relative; }
.lyPro_list ul li .lyPro_con .lyPro_text p i { display: block; width: 20px; height: 14px; overflow: hidden; background: url(../images/ico2.png) center center no-repeat; background-size: 20px 14px; position: absolute; left: 0; top: 6px; }
.lyPro_list ul li .lyPro_con:hover .lyPro_text p { color: rgba(255, 255, 255, .5); }
.lyPro_list ul li .lyPro_con:hover .lyPro_text p i { background: url(../images/ico3.png) center center no-repeat; background-size: 20px 14px; }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more { position: absolute; top: 50%; right: 30px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more a { display: block; width: 50px; height: 50px; overflow: hidden; padding: 14px; border: 1px solid #e60012; border-radius: 50%; }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more a svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more a svg path { fill: #e60012; }
.lyPro_list ul li .lyPro_con:hover .lyPro_text .lyPro_more a { border: 1px solid #fff; }
.lyPro_list ul li .lyPro_con:hover .lyPro_text .lyPro_more a svg path { fill: #ffffff; }
 @media (max-width:1680px) {
}
 @media (max-width:1600px) {
.ly_Products .lyPro_main { padding: 50px 0; }
.ly_Products .lyPro_menu { width: 64%; height: 110px; padding: 32px 32px 32px 0; top: 110px; }
.ly_Products .lyPro_menu::before { width: 80px; border-radius: 16px 0 0 0; left: -46px; }
.lyPro_menu a { height: 44px; line-height: 44px; font-size: 17px; }
.lyPro_menu a:hover, .lyPro_menu a.idxProMenu_on { line-height: 42px; }
.ly_Products .lyPro_list { padding: 60px 0 40px; }
.lyPro_list ul { max-width: 95%; }
.lyPro_list ul li { width: 23.5%; margin: 0 2% 30px 0; }
.lyPro_list ul li:nth-child(4n+4) { margin: 0 0 30px; }
.lyPro_list ul li .lyPro_con .lyPro_img { height: 320px; }
.lyPro_list ul li .lyPro_con .lyPro_text p { font-size: 15px; }
}
 @media (max-width:1560px) {
.lyPro_list ul li .lyPro_con .lyPro_img { height: 300px; }
.lyPro_list ul li .lyPro_con .lyPro_text { padding: 20px 64px 20px 20px; }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more { right: 20px; }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more a { width: 44px; height: 44px; padding: 12px; }
}
 @media (max-width:1440px) {
.ly_Products .lyPro_main { padding: 40px 0; }
.ly_Products .lyPro_menu { width: 64%; height: 100px; padding: 28px 28px 28px 0; top: 80px; }
.lyPro_menu a { font-size: 16px; }
.ly_Products .lyPro_list { padding: 30px 0; }
.lyPro_list ul li .lyPro_con .lyPro_text { padding: 16px 64px 16px 20px; }
.lyPro_list ul li .lyPro_con .lyPro_text p { height: 24px; line-height: 24px; font-size: 14px; }
.lyPro_list ul li .lyPro_con .lyPro_text p i { top: 5px; }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more a { width: 40px; height: 40px; padding: 10px; }
}
 @media (max-width:1366px) {
.lyPro_menu a { padding: 0 10px; }
.lyPro_list ul li .lyPro_con .lyPro_img { height: 260px; }
.lyPro_main .ly_title em, .lyPro_main .ly_title p { text-align: center; }
.ly_Products .lyPro_menu { width: 100%; height: auto; text-align: center; padding: 20px 20px 10px; position: inherit; top: inherit; right: inherit; }
.ly_Products .lyPro_menu::before { display: none; }
.ly_Products .lyPro_menu a { display: inline-block; width: auto; height: 40px; line-height: 38px; margin: 0 4px 10px; padding: 0 20px; vertical-align: top; float: none; }
}
 @media (max-width:1280px) {
.ly_Products .lyPro_list { padding: 20px 0 30px; }
.lyPro_list ul li { margin: 0 2% 20px 0; }
.lyPro_list ul li:nth-child(4n+4) { margin: 0 0 20px; }
.lyPro_list ul li .lyPro_con .lyPro_img { height: 240px; }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more a { width: 36px; height: 36px; padding: 8px; }
}
 @media (max-width:1200px) {
.lyPro_list ul li .lyPro_con .lyPro_img { height: 220px; }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_name a { font-size: 16px; }
.lyPro_list ul li .lyPro_con .lyPro_text p { margin-top: 0; }
}
 @media (max-width:1080px) {
.lyPro_list ul { min-height: 240px; }
.lyPro_list ul li .lyPro_con .lyPro_img { height: 180px; }
}
 @media (max-width:1024px) {
.ly_Products .lyPro_main { padding: 30px 0; }
.lyPro_list ul li .lyPro_con .lyPro_text { padding: 10px 20px; }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more { display: none; }
}
 @media (max-width:920px) {
.ly_Products .lyPro_main { padding: 20px 0; }
.ly_Products .lyPro_list { padding: 0 0 20px; }
.lyPro_list ul li .lyPro_con .lyPro_img { height: 170px; }
}
 @media (max-width:820px) {
.lyPro_menu a { font-size: 15px; }
.lyPro_list ul { min-height: 200px; }
.lyPro_list ul li .lyPro_con .lyPro_img { height: 150px; }
.lyPro_list ul li .lyPro_con .lyPro_text { padding: 8px 12px; }
}
 @media (max-width:767px) {
.ly_Products .lyPro_menu { padding: 20px 3% 10px; }
.ly_Products .lyPro_menu a { width: 46%; height: 36px; line-height: 34px; font-size: 14px; padding: 0 16px; }
.ly_Products .lyPro_list { padding: 0 0 10px; }
.lyPro_list ul li { width: 48.5%; margin: 0 3% 20px 0; }
.lyPro_list ul li:nth-child(2n+2) { margin: 0 0 20px; }
.lyPro_list ul li .lyPro_con .lyPro_img { height: 160px; }
}
 @media (max-width:390px) {
.lyPro_list ul li .lyPro_con .lyPro_img { height: 150px; }
}
 @media (max-width:320px) {
.ly_Products .lyPro_menu a { height: 32px; line-height: 30px; font-size: 12px; margin: 0 0 10px; padding: 0 15px; }
.lyPro_list ul li { width: 100%; margin: 0 auto 20px; float: none; }
.lyPro_list ul li:nth-child(2n+2) { margin: 0 auto 20px; }
.lyPro_list ul li .lyPro_con .lyPro_img { height: 220px; }
.lyPro_list ul li .lyPro_con .lyPro_text { padding: 12px 20px; }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_name a { font-size: 18px; }
}
 @media (max-width:280px) {
}
/*ly_Products 结束*/


/*首页应用领域 开始*/
.ly_idxCase { position: relative; padding: 80px 0; overflow: hidden; }
.ly_idxCase .h_pros { width: 100%; margin-top: 50px; }
.ly_idxCase .h_pros_list { width: 100%; height: 740px; background: rgba(255,255,255,0); padding: 0; box-shadow: 0 10px 20px rgba(0,0,0,0); position: relative; z-index: 1; }
.ly_idxCase .h_pros_list ul { height: 100%; }
.ly_idxCase .h_pros_list ul li { width: 18.75%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: rgba(0,0,0,0.2); float: left; position: relative; overflow: hidden; }
.ly_idxCase .h_pros_list ul li.h_pros_active, .ly_idxCase .h_pros_list ul li:hover { width: 25%; }
.ly_idxCase .h_pros_list ul li img.pro_img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 { display: block; width: 100%; height: 100%; overflow: hidden; color: #fff; margin: 0 auto; padding: 60px 40px; background-color: rgba(0,0,0,0.5); position: relative; z-index: 1; }
.ly_idxCase .h_pros_list ul li.h_pros_active .h_pros_text01, .ly_idxCase .h_pros_list ul li:hover .h_pros_text01 { background-color: rgba(0,0,0,0); }
.ly_idxCase .h_pros_list ul li .h_pros_text01 p { display: block; width: calc(100% - 40px); overflow: hidden; color: #fff; font-size: 26px; font-weight: bold; margin: 0 auto; padding: 0; text-shadow: 0 2px 4px rgba(0,0,0,0.1); position: absolute; bottom: 90px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 p a { color: #fff; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 span { display: block; width: calc(100% - 40px); font-size: 16px; overflow: hidden; line-height: 30px; color: #fff; word-break: break-all; text-shadow: 0 2px 4px rgba(0,0,0,0.1); padding: 0; position: absolute; bottom: 60px; text-transform: uppercase; height: 30px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 i { display: block; width: calc(100% - 40px); background: #fff; height: 1px; position: absolute; bottom: 40px; }
.ly_idxCase .h_pros_list ul li.h_pros_active .h_pros_text02 { display: none; }
.ly_idxCase .h_pros_list ul li.h_pros_active .h_pros_text02, .ly_idxCase .h_pros_list ul li:hover .h_pros_text02 { display: block; }
.ly_idxCase .h_pros_list ul li.h_pros_active .h_pros_text01, .ly_idxCase .h_pros_list ul li:hover .h_pros_text01 { display: none; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 { display: block; width: 100%; height: 100%; overflow: hidden; color: #fff; margin: 0 auto; padding: 60px 40px; background-color: rgba(0,0,0,0.3); position: relative; z-index: 1; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 .pros_ico { margin-top: 150px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 span { display: block; height: 30px; overflow: hidden; line-height: 30px; font-size: 24px; font-weight: bold; margin: 20px 0 15px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 b { font-size: 30px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 b a { color: #fff; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 p { font-size: 16px; line-height: 29px; margin-top: 20px; }
 @media (max-width:1680px) {
.ly_idxCase .h_pros_list { height: 650px; }
}
@media (max-width:1600px) {
.ly_idxCase .h_pros { margin-top: 40px; }
.ly_idxCase .h_pros_list { height: 620px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01, .ly_idxCase .h_pros_list ul li .h_pros_text02 { padding: 40px 30px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 p { font-size: 22px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 span { font-size: 15px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 p { font-size: 15px; line-height: 27px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 span { height: 28px; line-height: 28px; font-size: 20px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 b { font-size: 28px; }
}
@media (max-width:1560px) {
.ly_idxCase .h_pros_list { height: 600px; }
}
@media (max-width:1440px) {
.ly_idxCase { padding: 60px 0 0; }
.ly_idxCase .h_pros_list { height: 555px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 p { font-size: 20px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 span { font-size: 14px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 span { height: 24px; line-height: 24px; font-size: 18px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 b { font-size: 24px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 p { font-size: 14px; line-height: 24px; }
}
@media (max-width:1366px) {
.ly_idxCase .h_pros_list { height: 525px; }
}
@media (max-width:1280px) {
.ly_idxCase .h_pros_list { height: 494px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01, .ly_idxCase .h_pros_list ul li .h_pros_text02 { padding: 30px 20px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 span { margin: 12px 0 10px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 p { margin-top: 10px; }
}
 @media (max-width:1200px) {
.ly_idxCase .h_pros_list { height: 460px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 p { font-size: 18px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 .pros_ico { margin-top: 120px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 span { height: 20px; line-height: 20px; font-size: 16px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 b { font-size: 22px; }
}
@media (max-width:1080px) {
.ly_idxCase .h_pros_list { height: 415px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01, .ly_idxCase .h_pros_list ul li .h_pros_text02 { padding: 20px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 i { bottom: 20px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 span { height: 40px; line-height: 20px; font-size: 12px; -webkit-line-clamp: 2; bottom: 30px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 p { font-size: 16px; bottom: 80px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 span { font-size: 14px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 b { font-size: 18px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 p { max-height: 96px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
}
@media (max-width:1024px) {
.ly_idxCase .h_pros_list { height: 395px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 .pros_ico { margin-top: 100px; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.ly_idxCase { padding: 40px 0 0; }
.ly_idxCase #test { display: none; }
.ly_idxCase .swiper-container { display: block; }
.ly_idxCase .h_pros { margin-top: 20px; }
.ly_idxCase .h_pros_list { height: 340px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 p { font-size: 18px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 { display: none; }
.ly_idxCase .h_pros_list ul li { height: 100%; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 .pros_ico { margin-top: 20px; }
}
@media (max-width: 767px) {
.ly_idxCase { padding: 20px 0 0; }
.ly_idxCase #test { display: none; }
.ly_idxCase .h_pros { margin-top: 20px; }
.ly_idxCase .swiper-container { display: block; }
.ly_idxCase .h_pros_list { height: 320px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 p { font-size: 18px; bottom: 56px; }
.ly_idxCase .h_pros_list ul li .h_pros_text01 span { height: 20px; line-height: 20px; -webkit-line-clamp: 1; bottom: 30px; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 { display: none; }
.ly_idxCase .h_pros_list ul li { height: 100%; }
.ly_idxCase .h_pros_list ul li .h_pros_text02 .pros_ico { margin-top: 20px; }
}
/*首页应用领域 结束*/

/*首页新闻资讯 开始*/
.ly_idxNews { overflow: hidden; padding: 80px 0; }
.ly_idxNews .ny-nav { text-align: center; margin: 50px 0; }
.ly_idxNews .ny-nav li { display: inline-block; width: 130px; height: 44px; line-height: 44px; color: #666; font-size: 18px; border-radius: 4px; background-color: #f8f8f8; margin: 0 10px; vertical-align: top; cursor: pointer; }
.ly_idxNews .ny-nav li:hover { color: #fff; background-color: #e60012; }
.ly_idxNews .ny-nav li a { display: block; width: 100%; height: 100%; color: #666; }
.ly_idxNews .ny-nav li:hover a { color: #fff; }
.ly_idxNews .ny-nav li.on { color: #fff; background-color: #e60012; }
.ly_idxNews .ny-nav li.on a { color: #fff; }
.news-box { display: none; }
.news-box.on { display: block; }
.ly_idxNews .news-swiper { width: 50%; padding-right: 20px; float: left; }
.ly_idxNews .news-swiper .swiper-container { width: 100%; overflow: hidden; border-radius: 8px; position: relative; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide { height: 430px; overflow: hidden; position: relative; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_img { width: 100%; height: 100%; overflow: hidden; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_img a::after { content: ''; display: block; width: 100%; height: 50%; overflow: hidden; background: linear-gradient(to bottom, rgba(216, 1, 16, 0), rgba(216, 1, 16, .9)); position: absolute; left: 0; bottom: 0; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_img a img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide:hover .news_img a img { transform: scale(1.1); }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text { width: 100%; height: auto; padding: 20px 200px 20px 30px; position: absolute; left: 0; bottom: 0; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text a.news_name { display: block; width: 100%; height: 36px; overflow: hidden; line-height: 36px; color: #fff; font-size: 22px; white-space: nowrap; text-overflow: ellipsis; padding-left: 24px; position: relative; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text a.news_name::before { content: ''; display: block; width: 9px; height: 9px; border: 2px solid #e60012; border-radius: 50%; margin-top: -6.5px; position: absolute; left: 0; top: 50%; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text p { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: rgba(255, 255, 255, .3); font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin-top: 4px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more { position: absolute; top: 50%; right: 25px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a { display: block; width: 150px; height: 48px; overflow: hidden; line-height: 46px; color: #fff; font-size: 16px; text-align: center; background-color: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, .25); border-radius: 24px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a:hover { color: #fff; background-color: #e60012; border: 1px solid #e60012; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a i { display: inline-block; width: 18px; height: 18px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 8px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a:hover i { margin: -2px 0 0 18px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a i svg path { fill: #e60012; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a:hover i svg path { fill: #ffffff; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time { width: 160px; height: 48px; line-height: 48px; color: #fff; font-size: 16px; text-align: center; background-color: #e60012; position: absolute; left: 0; top: 0; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time::after { content: ''; width: 30px; height: 100%; background-color: #e60012; border-radius: 0 0 6px 0; transform: skewX(-20deg); position: absolute; right: -20px; top: 0; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 8px 0 0; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time i svg path { fill: #ffffff; }
.ly_idxNews .lynews_r { width: 50%; padding-left: 20px; float: right; }
.ly_idxNews .lynews_r .news-ul { padding: 31px 40px; background-color: #fff; border-radius: 8px; border: 1px solid #e6e6e6; }
.ly_idxNews .lynews_r .news-ul ul li { position: relative; padding: 0 0 40px 30px; }
.ly_idxNews .lynews_r .news-ul ul li::before { content: ""; display: block; width: 1px; height: 100%; border-left: 1px dashed #ddd; position: absolute; top: 10px; left: 7px; }
.ly_idxNews .lynews_r .news-ul ul li:last-child { padding: 0 0 0 30px; }
.ly_idxNews .lynews_r .news-ul ul li:last-child::before { display: none; }
.ly_idxNews .lynews_r .news-ul ul li i { display: block; width: 13px; height: 13px; border: 2px solid #e60012; background-color: #fff; border-radius: 50%; position: absolute; left: 1px; top: 8px; }
.ly_idxNews .lynews_r .news-ul ul li i::before { content: ''; display: none; width: 5px; height: 5px; overflow: hidden; background-color: #e60012; border-radius: 50%; margin: 3px auto; }
.ly_idxNews .lynews_r .news-ul ul li:hover i { width: 15px; height: 15px; left: 0; }
.ly_idxNews .lynews_r .news-ul ul li:hover i::before { display: block; }
.ly_idxNews .lynews_r .news-ul ul li a { display: block; width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 22px; white-space: nowrap; text-overflow: ellipsis; }
.ly_idxNews .lynews_r .news-ul ul li:hover a { color: #e60012; text-decoration: underline; }
.ly_idxNews .lynews_r .news-ul ul li p { width: 100%; height: 24px; overflow: hidden; line-height: 24px; color: #999; font-size: 16px; margin-top: 6px; }
.ly_idxNews .lynews_r .news-ul ul li p em { display: inline-block; width: 16px; height: 16px; overflow: hidden; margin: -4px 8px 0 0; vertical-align: middle; }
.ly_idxNews .lynews_r .news-ul ul li p em svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.ly_idxNews .lynews_r .news-ul ul li p em svg path { fill: #999999; }
 @media (max-width:1680px) {
}
 @media (max-width:1600px) {
.ly_idxNews .ny-nav { margin: 40px 0; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time { width: 140px; height: 40px; line-height: 40px; font-size: 15px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time::after { width: 20px; right: -12px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text { padding: 20px 184px 20px 30px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text a.news_name { height: 32px; line-height: 32px; font-size: 20px; padding-left: 20px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text a.news_name::before { width: 7px; height: 7px; margin-top: -4.5px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text p { font-size: 15px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more { right: 22px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a { width: 140px; height: 44px; line-height: 42px; font-size: 15px; }
.ly_idxNews .lynews_r .news-ul ul li a { font-size: 20px; }
.ly_idxNews .lynews_r .news-ul ul li p { font-size: 15px; }
.ly_idxNews .lynews_r .news-ul ul li p em { width: 15px; height: 15px; }
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
.ly_idxNews { padding: 60px 0; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide { height: 400px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text a.news_name, .ly_idxNews .lynews_r .news-ul ul li a { font-size: 18px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text p { height: 24px; line-height: 24px; font-size: 14px; }
.ly_idxNews .lynews_r .news-ul ul li { padding: 0 0 30px 30px; }
.ly_idxNews .lynews_r .news-ul ul li:last-child { padding: 0 0 0 30px; }
}
 @media (max-width:1366px) {
.ly_idxNews .news-swiper .swiper-container .swiper-slide { height: 371px; }
.ly_idxNews .lynews_r .news-ul { padding: 24px 30px; }
.ly_idxNews .lynews_r .news-ul ul li { padding: 0 0 25px 30px; }
}
 @media (max-width:1280px) {
}
 @media (max-width:1200px) {
}
 @media (max-width:1080px) {
.ly_idxNews .ny-nav { margin: 30px 0; }
.ly_idxNews .news-swiper { padding-right: 15px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide { height: 348px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text { padding: 20px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more { display: none; }
.ly_idxNews .lynews_r { padding-left: 15px; }
.ly_idxNews .lynews_r .news-ul { padding: 20px; }
.ly_idxNews .lynews_r .news-ul ul li { padding: 0 0 20px 30px; }
}
 @media (max-width:1024px) {
}
 @media (max-width:920px) {
.ly_idxNews { padding: 40px 0; }
.ly_idxNews .ny-nav { margin: 20px 0; }
.ly_idxNews .ny-nav li { width: 120px; height: 40px; line-height: 40px; font-size: 16px; margin: 0 6px; }
.ly_idxNews .news-swiper { padding-right: 10px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide { height: 300px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time { width: 120px; height: 36px; line-height: 36px; font-size: 14px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time i { width: 14px; height: 14px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text a.news_name, .ly_idxNews .lynews_r .news-ul ul li a { height: 30px; line-height: 30px; font-size: 16px; }
.ly_idxNews .lynews_r { padding-left: 10px; }
.ly_idxNews .lynews_r .news-ul { padding: 16px 20px; }
.ly_idxNews .lynews_r .news-ul ul li p { height: 20px; line-height: 20px; font-size: 14px; margin-top: 2px; }
.ly_idxNews .lynews_r .news-ul ul li p em { width: 14px; height: 14px; margin: -2px 6px 0 0; }
}
 @media (max-width:820px) {
}
 @media (max-width:767px) {
.ly_idxNews { padding: 20px 0 40px; }
.ly_idxNews .ny-nav li { width: auto; font-size: 14px; padding: 0 20px; }
.ly_idxNews .news-swiper { width: 100%; margin-bottom: 20px; padding: 0; float: none; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide { height: 240px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text { padding: 12px 20px; }
.ly_idxNews .lynews_r { width: 100%; padding: 0; float: none; }
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
.ly_idxNews .ny-nav li { margin: 0 4px; padding: 0 16px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide { height: 180px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text { padding: 10px 20px; }
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text p { margin-top: 0; }
}
 @media (max-width:280px) {
}
/*首页新闻资讯 结束*/

/*友情链接 开始*/
.ly_links { overflow: hidden; background-color: #f6f6f6; }
.ly_links .lyLinks_main { overflow: hidden; margin: 0 auto; padding: 25px 0 60px; position: relative; }
.ly_links .lyLinks_main::before { content: ""; display: block; width: 1px; height: 100%; overflow: hidden; background: url(../images/line03.png) center top no-repeat; position: absolute; top: 34px; left: 34px; }
.lyLinks_main .links_tit { width: 160px; height: auto; padding: 2px 20px 0 60px; float: left; position: relative; }
.lyLinks_main .links_tit i { display: block; width: 28px; height: 28px; overflow: hidden; padding: 5px; background-color: #e60012; border-radius: 50%; position: absolute; left: 20px; top: 8px; }
.lyLinks_main .links_tit i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.lyLinks_main .links_tit i svg path { fill: #ffffff; }
.lyLinks_main .links_tit span { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #e60012; font-size:24px; font-style: normal; text-transform: uppercase; letter-spacing: 2px; position: relative; -webkit-mask: linear-gradient(to bottom, #e60012, transparent); }
.lyLinks_main .links_tit p { height: 24px; overflow: hidden; line-height: 24px; color: #222; font-size: 18px; margin-top: 4px; }
.lyLinks_main .links_list { width: calc(100% - 160px); height: auto; overflow: hidden; float: right; }
.lyLinks_main .links_list a { display: inline-block; line-height: 32px; color: #999; font-size: 16px; margin: 0 16px; vertical-align: top; }
.lyLinks_main .links_list a:hover { color: #e60012; }
 @media (max-width:1680px) {
}
 @media (max-width:1600px) {
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
.ly_links .lyLinks_main { padding: 20px 0 50px; }
.lyLinks_main .links_tit { width: 130px; padding: 2px 0 0 40px; }
.ly_links .lyLinks_main::before { left: 14px; }
.lyLinks_main .links_tit i { left: 0; }
.lyLinks_main .links_tit span { height: 28px; line-height: 28px; font-size:20px; }
.lyLinks_main .links_tit p { height: 20px; line-height: 20px; font-size: 16px; margin-top: 2px; }
.lyLinks_main .links_list { width: calc(100% - 130px); }
.lyLinks_main .links_list a { line-height: 30px; font-size: 15px; margin: 0 12px; }
}
 @media (max-width:1366px) {
}
 @media (max-width:1280px) {
}
 @media (max-width:1200px) {
}
 @media (max-width:1080px) {
}
 @media (max-width:1024px) {
}
 @media (max-width:920px) {
.lyLinks_main .links_list a { margin: 0 8px; }
}
 @media (max-width:820px) {
.ly_links .lyLinks_main { padding: 20px 0 40px; }
}
 @media (max-width:767px) {
.ly_links { display: none; }
.lyLinks_main .links_tit { width: 100%; padding: 0 0 0 40px; }
.lyLinks_main .links_tit i { top: 0; }
.lyLinks_main .links_tit span { float: left; }
.lyLinks_main .links_tit p { height: 28px; line-height: 28px; font-size: 16px; margin-top: 0; padding-left: 6px; }
.lyLinks_main .links_list { width: 100%; margin-top: 5px; padding: 0 0 0 40px; float: none; }
.lyLinks_main .links_list a { margin: 0 16px 0 0; }
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
}
 @media (max-width:280px) {
}
/*友情链接 结束*/

/*ly_foot 开始*/
.ly_foot { width: 100%; margin: 0 auto; padding: 0; background-color: #ccc; }
.ly_foot .lyFoot_main { width: 100%; max-width: 1600px; height: auto; margin: 0 auto; position: relative; }
.lyFoot_main .lyFoot_nav { width: 70%; overflow: hidden; margin: 0; padding: 50px 20px; float: left; }
.lyFoot_nav ul li { width: auto; max-width: 160px; height: auto; margin: 0 160px 0 0; padding: 0; float: left; }
.lyFoot_nav ul li:nth-child(4) { margin: 0; }
.lyFoot_nav ul li p { width: 100%; overflow: hidden; line-height: 40px; color: #222; font-size: 18px; font-weight: bold; margin: 0 auto; padding: 0; }
.lyFoot_nav ul li em { display: block; width: 32px; height: 2px; overflow: hidden; margin: 10px 0 20px; padding: 0; background-color: #e60012; }
.lyFoot_nav ul li a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; }
.lyFoot_nav ul li a:hover { color: #e60012; }
.lyFoot_main .lyFoot_r { width: 29%; float: right; background-color: #e60012; margin-top: -50px; padding-bottom: 82px; }
.lyFoot_main .lyFoot_r .lyFoot_tel { width: 100%; text-align: center; border-bottom: 1px solid rgba(255,255,255,.2); padding:30px 0 25px; }
.lyFoot_main .lyFoot_r .lyFoot_tel img { display: inline-block; margin: -4px 15px 0 0; vertical-align: middle; }
.lyFoot_main .lyFoot_r .lyFoot_tel b { display: inline-block; color: #fff; font-size: 30px; height: 40px; line-height: 40px; vertical-align: middle; }
.lyFoot_main .lyFoot_r .lyFoot_tel b:last-child{ padding-left:50px;}
.lyFoot_main .lyFoot_ewm { width: 80%; overflow: hidden; margin: 50px auto 0; padding: 0; }
.lyFoot_main .lyFoot_ewm .lyFoot_tit { width: 100%; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; text-align: center; margin: 0 auto 10px; padding: 0; }
.lyFoot_main .lyFoot_ewm .lyFoot_tit img { display: inline-block; width: 23px; height: 21px; overflow: hidden; margin: 0 10px 0 0; padding: 0; text-align: center; }
.lyFoot_ewm ul li { width: 45%; overflow: hidden; margin: 0 2%; padding: 0; display: inline-block; }
.lyFoot_ewm ul li p { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; }
.lyFoot_ewm ul li p img { display: block; max-width: 100%; max-height: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.ly_foot .lyFoot_copy { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; border-top: 1px solid #bebebe; }
.lyFoot_copy .lyFootCopy_main { width: 100%; max-width: 1600px; height: auto; min-height: 80px; overflow: hidden; margin: 0 auto; padding: 10px 20px; position: relative; }
.ly_Foot_ty { width: 29%; height: 100%; position: absolute; right: 0; top: 0; background-image: linear-gradient(rgba(230, 0, 18, .25), transparent); }
.lyFootCopy_main .lyFootCopy_text_l { width: 65%; height: auto; margin: 0; padding: 10px 0; float: left; text-align: left; position: relative; z-index: 999; }
.lyFootCopy_main .lyFootCopy_text_r { width: 35%; height: auto; margin: 0; padding: 10px 0; float: right; text-align: right; position: relative; z-index: 999; }
.lyFootCopy_main p { width: 100%; overflow: hidden; line-height: 40px; color: #777; font-size: 16px; }
.lyFootCopy_main p a { color: #777; }
.lyFootCopy_main p a:hover { color: #e60012; }
 @media (max-width:1600px) {
.ly_foot .lyFoot_main { width: 95%; max-width: inherit; }
.lyFoot_copy .lyFootCopy_main { max-width: inherit; min-height: inherit; padding: 10px 0; width: 95%; }
}
@media (max-width:1440px) {
.lyFoot_main .lyFoot_nav { padding: 40px 0; }
.lyFoot_nav ul li a { height: 35px; line-height: 35px; font-size: 15px; }
.lyFoot_main .lyFoot_r { margin-top: -40px; padding-bottom: 65px; }
.lyFoot_main .lyFoot_ewm { width: 90%; margin: 30px auto 0; }
.lyFoot_main .lyFoot_ewm .lyFoot_tit { font-size: 15px; }
.lyFoot_copy .lyFootCopy_main { padding: 0; }
.lyFootCopy_main p { font-size: 15px; }
}
@media (max-width:1280px) {
.lyFoot_main .lyFoot_nav { width: 68%; padding: 40px 40px 40px 0; }
.lyFoot_nav ul { margin: 0 -20px; }
.lyFoot_nav ul li { width: 25%; max-width: inherit; margin: 0; padding: 0 20px; }
.lyFoot_main .lyFoot_r, .ly_Foot_ty { width: 32%; }
}
@media (max-width:1200px) {
}
@media (max-width:1080px) {
.lyFoot_main .lyFoot_nav { padding: 30px 30px 30px 0; }
.lyFoot_main .lyFoot_ewm .lyFoot_tit { font-size: 14px; }
.lyFoot_main .lyFoot_ewm .lyFoot_tit img { margin: 0 4px 0 0; }
.lyFoot_nav ul li em { margin: 4px 0 10px; }
.lyFoot_main .lyFoot_r { padding-bottom: 50px; }
.lyFoot_main .lyFoot_r .lyFoot_tel img { margin: -4px 10px 0 0; }
.lyFoot_main .lyFoot_r .lyFoot_tel b { height:35px; line-height: 35px; font-size: 28px; }
.lyFoot_main .lyFoot_ewm { margin: 20px auto 0; }
.lyFootCopy_main p { line-height: 30px; font-size: 14px; }
}
 @media screen and (min-width:1024px) and (max-width:1079px) {
.ly_foot .lyFoot_main { width: 95%; max-width: inherit; }
.lyFoot_main .lyFoot_nav { padding: 30px 30px 0 0; }
.lyFoot_nav ul li { width: 23.5%; max-width: inherit; margin: 0 2% 0 0; }
.lyFoot_nav ul li:nth-child(4) { margin: 0; }
.lyFoot_copy .lyFootCopy_main { max-width: inherit; width: 95%; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.ly_foot .lyFoot_main { width: 95%; max-width: inherit; }
.lyFoot_main .lyFoot_nav { width: 65%; padding: 20px 20px 0 0; }
.lyFoot_nav ul li { margin: 0; width: 25%; }
.lyFoot_main .lyFoot_r { width: 35%; }
.ly_Foot_ty { width: 35%; }
.lyFoot_main .lyFoot_r .lyFoot_tel { padding: 20px 0; }
.lyFoot_main .lyFoot_r .lyFoot_tel b { font-size: 25px; }
.lyFoot_main .lyFoot_ewm { width: 90%; }
.lyFoot_main .lyFoot_ewm .lyFoot_tit { font-size: 14px; }
.lyFoot_copy .lyFootCopy_main { max-width: inherit; padding: 10px 0; width: 95%; }
.lyFootCopy_main .lyFootCopy_text_l { width: 100%; padding: 0; }
.lyFootCopy_main .lyFootCopy_text_r { width: 100%; text-align: left; padding: 0; }
.lyFootCopy_main p { line-height: 30px; }
}
@media (max-width:820px) {
.lyFoot_nav ul li a { height: 32px; line-height: 32px; font-size: 14px; }
.lyFoot_main .lyFoot_ewm .lyFoot_tit { height: 20px; line-height: 20px; font-size: 12px; }
}
@media (max-width: 767px) {
.ly_foot .lyFoot_main { width: 95%; max-width: inherit; display:none; }
.lyFoot_main .lyFoot_nav { width: 100%; margin: 0 auto; padding: 0; float: inherit; display: none; }
.lyFoot_nav ul li { margin: 0 100px 0 0; }
.lyFoot_nav ul li:nth-child(4) { margin: 0; }
.lyFoot_main .lyFoot_r { width: 100%; margin-top: -20px; padding-bottom: 20px; }
.lyFoot_main .lyFoot_r .lyFoot_tel { padding: 16px 0; }
.lyFoot_main .lyFoot_r .lyFoot_tel b { font-size: 25px; }
.lyFoot_main .lyFoot_ewm { margin-top: 20px; }
.lyFoot_copy .lyFootCopy_main { max-width: inherit; padding: 10px; width: 95%; }
.lyFoot_main .lyFoot_ewm .lyFoot_tit { font-size: 14px; }
.lyFootCopy_main .lyFootCopy_text_l { width: 100%; padding: 0; }
.lyFootCopy_main .lyFootCopy_text_r { width: 100%; text-align: left; padding: 0; }
.lyFootCopy_main p { line-height: 30px; }
.ly_Foot_ty { display:none; }
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
.lyFootCopy_main p { font-size: 13px; }
}
/*ly_foot 结束*/


/*lyNy_banner 开始*/
.lyNy_banner { width: 100%; height: 550px; overflow: hidden; margin-top: 100px; padding: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNy_banner img.nyBa { display: block; width: 1920px; height: 550px; overflow: hidden; margin: 0 0 0 -960px; position: absolute; left: 50%; top: 0; }
.lyNy_banner .lyNyBa_con { width: 100%; height: 140px; overflow: hidden; margin: -70px 0 0; padding: 0 6%; position: absolute; left: 0; top: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNy_banner .lyNyBa_con1 { margin: -145px 0 0; }
.lyNyBa_con .lyNyBa_text { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0; }
.lyNyBa_text p { width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 40px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; }
.lyNyBa_text span { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 10px auto 0; padding: 0; }
.lyNyBa_text span em { font-size: 22px; font-style: normal; }
.lyNyBa_con .lyNyBa_pos { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 15px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; }
.lyNyBa_pos img { display: inline-block; width: 20px; height: 20px; margin: -4px 5px 0 0; padding: 0; vertical-align: middle; }
.lyNyBa_pos a, .lyNyBa_pos span { color: #fff; font-size: 15px; }
@media (max-width:1680px) {
.lyNy_banner { margin-top: 80px; }
.lyNy_banner .lyNyBa_con { padding: 0 6%; }
}
@media (max-width:1600px) {
.lyNy_banner { height: 500px; }
.lyNy_banner img.nyBa { width: 1745px; height: 500px; margin: 0 0 0 -872.5px; }
}
@media (max-width:1440px) {
.lyNy_banner .lyNyBa_con { padding: 0 5%; }
.lyNy_banner { height: 440px; }
.lyNy_banner img.nyBa { width: 1536px; height: 440px; margin: 0 0 0 -768px; }
.lyNy_banner .lyNyBa_con { height: 130px; margin: -65px 0 0; padding: 0 5%; }
.lyNy_banner .lyNyBa_con1 { margin: -125px 0 0; }
.lyNyBa_text p { height: 40px; line-height: 40px; font-size: 36px; }
}
@media (max-width:1366px) {
.lyNy_banner { height: 420px; }
.lyNy_banner img.nyBa { width: 1466px; height: 420px; margin: 0 0 0 -733px; }
.lyNy_banner .lyNyBa_con { padding: 0 3%; }
}
@media (max-width:1280px) {
.lyNy_banner { height: 400px; }
.lyNy_banner img.nyBa { width: 1396px; height: 400px; margin: 0 0 0 -698px; }
}
@media (max-width:1200px) {
.lyNy_banner { height: 390px; }
.lyNy_banner img.nyBa { width: 1360px; height: 390px; margin: 0 0 0 -680px; }
}
@media (max-width:1080px) {
.lyNy_banner { height: 344px; }
.lyNy_banner img.nyBa { width: 1200px; height: 344px; margin: 0 0 0 -600px; }
.lyNy_banner .lyNyBa_con { height: 120px; margin: -60px 0 0; padding: 0 2.5%; }
.lyNy_banner .lyNyBa_con1 { margin: -120px 0 0; }
.lyNyBa_text p { height: 36px; line-height: 36px; font-size: 32px; }
.lyNyBa_text span { height: 24px; line-height: 24px; font-size: 14px; }
.lyNyBa_text span em { font-size: 18px; }
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
.lyNy_banner { height: 300px; }
.lyNy_banner img.nyBa { width: 1047px; height: 300px; margin: 0 0 0 -523.5px; }
.lyNy_banner .lyNyBa_con { margin: -50px 0 0; }
.lyNy_banner .lyNyBa_con1 { margin: -100px 0 0; }
.lyNyBa_text p { height: 30px; line-height: 30px; font-size: 28px; }
.lyNyBa_text span { height: 20px; line-height: 20px; font-size: 13px; }
.lyNyBa_text span em { font-size: 16px; }
}
@media (max-width: 767px) {
.lyNy_banner { height: 220px; margin-top: 64px; }
.lyNy_banner .lyNyBa_con1 { margin: -50px 0 0; }
.lyNy_banner img.nyBa { width: 768px; height: 220px; margin: 0 0 0 -384px; }
.lyNyBa_text p { font-size: 26px; }
}
@media (max-width: 375px) {
.lyNy_banner { height: 200px; }
.lyNy_banner img.nyBa { width: 698px; height: 200px; margin: 0 0 0 -349px; }
}
@media (max-width: 320px) {
.lyNy_banner { height: 180px; }
.lyNy_banner img.nyBa { width: 628px; height: 180px; margin: 0 0 0 -314px; }
.lyNyBa_con .lyNyBa_text { margin: 0 auto 10px; }
}
/*lyNy_banner 结束*/


/*lyNy_aboutus 开始*/
.lyNy_aboutus { width: 100%; height: auto; margin: 0 auto; padding: 0; }
.NyAbUs_title { width: 100%; overflow: hidden; margin: 0 auto 30px; padding: 0; }
.NyAbUs_title p { width: 100%; overflow: hidden; line-height: 48px; color: #333; font-size: 36px; text-align: center; margin: 0 auto; padding: 0; }
.NyAbUs_title p a { color: #333; }
.NyAbUs_title span { display: none; width: 100%; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; text-align: center; margin: 10px auto 0; padding: 0; }
.NyAbUs_title1 p, .NyAbUs_title1 p a { color: #fff; }
.NyAbUs_title1 span { color: rgba(255, 255, 255, .5); }

@media (max-width:1440px) {
.NyAbUs_title p { line-height: 40px; font-size: 32px; }
.NyAbUs_title span { line-height: 25px; font-size: 15px; }
}
@media (max-width:1080px) {
.NyAbUs_title p { line-height: 36px; font-size: 28px; }
.NyAbUs_title span { font-size: 15px; margin: 5px auto 0; }
}

/*lyNy_aboutus 结束*/

/*lyNy_Contact 开始*/
/*小导航 开始*/
.lm_nav { margin: 60px auto; }
.lm_nav ul { width: 100%; margin: 0 auto; text-align: center; }
.lm_nav ul li { display: inline-block; width: 144px; height: 50px; line-height: 50px; font-size: 20px; text-align: center; cursor: pointer; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 0 16px; border-radius: 50px; vertical-align: top; }
.lm_nav ul li:hover, .lm_nav li.on { background: #e60012; }
.lm_nav ul li:hover a, .lm_nav ul li.on a { color: #fff; }
.lm_nav ul li a { width: 100%; height: 100%; display: block; color: #666; }
 @media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.lm_nav { margin: 40px auto; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.lm_nav { margin: 30px auto; }
}
@media (max-width: 767px) {
.lm_nav { margin: 20px auto; }
.lm_nav ul { width: 100%; }
.lm_nav ul li { width: 30%; font-size: 15px; height: 40px; line-height: 40px; margin-right: 5px; }
}
/*小导航 结束*/

/*联系我们头部 开始*/
.lyNy_contact { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 0; }
.NyContact_top { height: 450px; background: #f7f7f7; overflow: hidden; margin: 0 auto 40px; position: relative; }
.lyNyCont_Map { width: 50%; height: 100%; overflow: hidden; margin: 0; position: relative; }
.lyNyCont_Map img.mapImg { display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.lyNyCont_Map .NyContMap_main { width: 100%; height: 100%; overflow: hidden; }
.lyNyCont_Map .NyContMap_main #container { width: 100%; height: 120%; overflow: hidden; margin: 0; padding: 0; }
.lyNyCont_lx { width: 50%; padding: 0 60px; display: flex; align-items: center; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.lyNyCont_lx.fl { float: none; left: 0; }
.lyNyCont_lx.fr { float: none; right: 0; }
.lyNyCont_lx .lx_tit { width: 100%; margin-bottom: 40px; }
.lyNyCont_lx .lx_tit span { display: block; line-height: 30px; color: #e60012; font-size: 24px; margin-bottom: 10px; }
.lyNyCont_lx .lx_tit p { line-height: 40px; color: #e60012; font-size: 32px; font-weight: bold; }
.lyNyCont_lx .lx_tit small { display: block; line-height: 24px; color: #999; font-size: 18px; letter-spacing: 2.2px; margin-top: 10px; }
.lyNyCont_lx .lx_tit em { display: block; width: 60px; height: 2px; overflow: hidden; background-color: #e60012; margin-top: 20px; }
.lyNyCont_lx .lyNyCont_lxfs { width: calc(100% - 110px); padding-right: 40px; }
.lyNyCont_lx .lyNyCont_lxfs1 { width: 100%; padding-right: 0; }
.lyNyCont_lx .lyNyCont_lxfs ul li { width: 100%; line-height: 30px; color: #555; font-size: 16px; margin: 10px 0 0; padding: 0; }
.lyNyCont_lx .lyNyCont_lxfs ul li span { color: #222; font-weight: bold; }
.lyNyCont_lx .lyNyCont_lxfs ul li em { color: #e60012; font-size: 24px; font-style: normal; }
.lyNyCont_ewm { width: 110px; }
.lyNyCont_ewm dl dd:first-child { margin-bottom: 30px; }
.lyNyCont_ewm dl dd p { width: 110px; height: 110px; overflow: hidden; background-color: #fff; border: 1px solid #ddd; }
.lyNyCont_ewm dl dd p img { display: block; width: 100%; height: 100%; }
.lyNyCont_ewm dl dd span { display: block; width: 110px; line-height: 24px; color: #555; font-size: 16px; text-align: center; margin-top: 10px; }
/*联系我们头部 结束*/

/*联系我们办事处 开始*/
.lyNy_service { width: 100%; background: #f7f7f7; overflow: hidden; }
.lyNyCont_Office { padding: 40px 0 80px; display: none; }
.lyNyCont_Office dl dt { margin-bottom: 10px; }
.lyNyCont_Office dl dt ul { margin: 0 -1px; }
.lyNyCont_Office dl dt ul li { width: 25%; padding: 0 1px; float: left; }
.lyNyCont_Office dl dt ul li p { width: 100%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 24px; text-align: center; background-color: #e60012; }
.lyNyCont_Office dl dt ul li p i { display: inline-block; width: 24px; height: 24px; overflow: hidden; vertical-align: middle; margin: -4px 10px 0 0; }
.lyNyCont_Office dl dt ul li p i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.lyNyCont_Office dl dt ul li p i svg path { fill: #ffffff; }
.lyNyCont_Office dl dd { margin-top: 2px; }
.lyNyCont_Office dl dd ul { margin: 0 -1px; }
.lyNyCont_Office dl dd ul li { width: 25%; padding: 0 1px; float: left; }
.lyNyCont_Office dl dd ul li span { display: none; }
.lyNyCont_Office dl dd ul li p { width: 100%; height: 60px; overflow: hidden; line-height: 60px; color: #555; font-size: 16px; text-align: center; white-space: nowrap; text-overflow: ellipsis; padding: 0 20px; background-color: #eee; }
.lyNyCont_Office dl dd ul li:first-child p { font-weight: bold; }
.lyNyfw_Office { padding: 0 0 60px; }
/*联系我们办事处 结束*/

/*招贤纳士 开始*/
.lyNyCont_Job { width: 100%; background: #f6f6f6; overflow: hidden; padding: 60px 0; }
.lyNy_bt { line-height: 44px; font-size: 40px; color: #333; text-align: center; margin-bottom: 40px; }
.lyNyCont_Job .job_list { overflow: hidden; }
.lyNyCont_Job .job_list ul li { width: 31.33%; float: left; background-color: #fff; padding: 25px 30px 23px; transition: all 0.5s; margin: 0 2% 40px 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyNyCont_Job .job_list ul li:nth-child(3n+3) { margin-right: 0; }
.lyNyCont_Job .job_list ul li .job_tit { padding-right: 35px; background: url(../images/job_ico.png)no-repeat right top; margin-bottom: 12px; height: 64px; line-height: 32px; font-size: 24px; color: #000; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyNyCont_Job .job_list ul li .job_tit a { color: #333; }
.lyNyCont_Job .job_list ul li p { font-size: 15px; color: #a2a4a8; }
.lyNyCont_Job .job_list ul li p b { font-weight: normal; display: block; float: left; max-width: 80%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyNyCont_Job .job_list ul li p span { display: block; float: left; margin-left: 10px; }
.lyNyCont_Job .job_list ul li:hover { box-shadow: 0 0 20px rgba(230, 0, 18, .45); }
/*招贤纳士 结束*/

/*在线留言 开始*/
.lyNyCont_Order { width: 100%; overflow: hidden; padding: 60px 0 110px; }
.lyNyOrder_img { float: left; width: 50%; height: 582px; position: relative; }
.lyNyOrder_img img { display: block; width: 100%; height: 100%; overflow: hidden; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.NyContMsg_main { width: 40%; padding-left: 80px; float: left; }
.NyContMsg_main .NyContMsg_tit b { display: block; font-size: 26px; color: #333; font-weight: 400; }
.NyContMsg_main .NyContMsg_tit p { color: #666; font-size: 16px; margin: 15px 0 50px; }
.NyContMsg_main ul li.msg_ipt { width: 100%; overflow: hidden; margin: 0 0 20px 0; padding: 0; float: left; position:relative; }
.NyContMsg_main ul li.msg_ipt:before{ content:"*"; display:block; font-size:12px; color:#ff0000; position:absolute; left:5px; top:50%;transform: translate(0, -50%);}
.NyContMsg_main ul li.msg_tara { width: 100%; margin: 0 auto 20px; clear:both; position:relative; }
.NyContMsg_main ul li.msg_tara:before{ content:"*"; display:block; font-size:12px; color:#ff0000; position:absolute; left:5px; top:9px;}
.NyContMsg_main ul li.msg_btn { width: 100%; margin: 0 auto; float: inherit; }
.NyContMsg_main ul li.msg_ipt input { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #555; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; margin: 0; padding: 0 10px 10px 20px; border: 0; border-bottom: 1px solid #e7e7e7; outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyContMsg_main ul li.msg_tara textarea { display: block; width: 100%; height: 160px; overflow: hidden; line-height: 30px; color: #555; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; margin: 0; padding: 0 10px 10px 20px; border: 0; border-bottom: 1px solid #e7e7e7; outline: none; resize: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyContMsg_main ul li.msg_btn .MsgBtn1 { display: block; width: 214px; height: 56px; overflow: hidden; line-height: 50px; color: #e60012; border: 3px solid #e60012; border-radius: 50px; font-size: 20px; text-overflow: ellipsis; white-space: nowrap; margin: 20px 20px 0 0; padding: 0 20px; background: #fff; outline: none; cursor: pointer; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
 @media (max-width:1680px) {
.NyContMsg_main { width: 47.5%; padding-left: 60px; }
}
 @media (max-width:1600px) {
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
.NyContact_top { height: 400px; }
.lyNyCont_lx .lx_tit span { line-height: 20px; font-size: 20px; }
.lyNyCont_lx .lx_tit p { line-height: 36px; font-size: 28px; }
.lyNyCont_lx .lx_tit small { line-height: 20px; font-size: 16px; letter-spacing: 1.8px; margin-top: 8px; }
.lyNyCont_lx .lx_tit em { width: 50px; }
.lyNyCont_lx { padding: 0 40px; }
.lyNyCont_Office { padding: 20px 0 60px; }
.lyNyCont_Office dl dt ul li p { height: 50px; line-height: 50px; font-size: 20px; }
.lyNyCont_Office dl dt ul li p i { width: 20px; height: 20px; }
.lyNyCont_Office dl dd ul li p { height: 50px; line-height: 50px; font-size: 15px; }
.lyNyCont_Order { padding: 60px 0 100px; }
}
 @media (max-width:1366px) {
}
 @media (max-width:1280px) {
.NyContMsg_main { padding-left: 40px; }
}
 @media (max-width:1200px) {
.lyNyCont_lx .lx_tit { margin-bottom: 30px; }
.lyNyCont_lx .lx_tit span { font-size: 18px; }
.lyNyCont_lx .lx_tit p { line-height: 32px; font-size: 24px; }
.lyNyCont_lx .lyNyCont_lxfs ul li { line-height: 25px; font-size: 15px; }
.lyNyCont_lx .lyNyCont_lxfs ul li em { font-size: 22px; }
.lyNyCont_ewm dl dd:first-child { margin-bottom: 20px; }
.lyNyCont_ewm dl dd span { line-height: 20px; font-size: 14px; }
}
 @media (max-width:1080px) {
.lyNy_bt { line-height: 40px; font-size: 32px; margin-bottom: 20px; }
.NyContact_top { height: 360px; }
.lyNyCont_lx { padding: 0 30px; }
.lyNyCont_lx .lyNyCont_lxfs { padding-right: 30px; }
.lyNyCont_lx .lyNyCont_lxfs1 { padding-right: 0; }
.lyNyCont_lx .lx_tit { margin-bottom: 24px; }
.lyNyCont_lx .lx_tit p { line-height: 30px; font-size: 22px; }
.lyNyCont_lx .lx_tit small { line-height: 16px; font-size: 14px; letter-spacing: 0.8px; margin-top: 4px; }
.lyNyCont_lx .lx_tit em { width: 40px; margin-top: 12px; }
.lyNyCont_Office dl dt ul li, .lyNyCont_Office dl dd ul li { width: 20%; }
.lyNyCont_Office dl dt ul li:nth-child(4), .lyNyCont_Office dl dd ul li:nth-child(4) { width: 40%; }
.lyNyCont_Job { padding: 40px 0; }
.lyNyCont_Job .job_list ul li { width: 31.33%; padding: 20px; margin: 0 2% 20px 0; }
.lyNyCont_Job .job_list ul li .job_tit { padding-right: 32px; margin-bottom: 10px; height: 60px; line-height: 30px; font-size: 22px; }
.lyNyCont_Order { padding: 40px 0 80px; }
.lyNyOrder_img { height: 540px; }
.NyContMsg_main .NyContMsg_tit b { line-height: 30px; font-size: 24px; }
.NyContMsg_main .NyContMsg_tit p { margin: 10px 0 40px; }
.NyContMsg_main ul li.msg_btn .MsgBtn1 { width: 160px; height: 44px; line-height: 40px; border: 2px solid #e60012; font-size: 16px; }
}
 @media (max-width:1024px) {
}
 @media (max-width:920px) {
.NyContact_top { height: auto; display: block; align-items: normal; }
.lyNyCont_Map { width: 100%; height: 360px; float: none !important; }
.lyNyCont_lx { width: 100%; padding: 40px; position: inherit; top: inherit; transform: inherit; -webkit-transform: inherit; }
.lyNyCont_Office { padding: 0 0 40px; }
.lyNyCont_Office dl dt ul li p { height: 44px; line-height: 44px; font-size: 16px; }
.lyNyCont_Office dl dt ul li p i { width: 18px; height: 18px; margin: -4px 6px 0 0; }
.lyNyCont_Office dl dd ul li p { height: 44px; line-height: 44px; font-size: 14px; }
.NyContMsg_main { padding-left: 20px; }
.lyNyOrder_img { height: 480px; }
.NyContMsg_main ul li.msg_btn .MsgBtn1 { margin: 10px 20px 0 0; }
}
 @media (max-width:820px) {
.lyNyCont_Map { height: 320px; }
}
 @media (max-width:767px) {
.NyContact_top { margin-bottom: 20px; }
.lyNyCont_Map { height: 220px; }
.lyNyCont_lx { padding: 20px; display: block; align-items: normal; }
.lyNyCont_lx .lyNyCont_lxfs { width: 100%; padding-right: 0; }
.lyNyCont_lx .lx_tit span { margin-bottom: 4px; }
.lyNyCont_lx .lx_tit p { line-height: 30px; font-size: 20px; }
.lyNyCont_lx .lx_tit small { letter-spacing: 0.1px; }
.lyNyCont_ewm { width: 100%; margin-top: 20px; }
.lyNyCont_ewm dl dd { display: inline-block; vertical-align: top; }
.lyNyCont_ewm dl dd:first-child { margin-bottom: 0; margin-right: 20px; }
.lyNyCont_Office { padding: 0 0 20px; }
.lyNyCont_Office dl dt { display: none; }
.lyNyCont_Office dl dd { margin-top: 10px; }
.lyNyCont_Office dl dd ul { margin: 0; }
.lyNyCont_Office dl dd ul li, .lyNyCont_Office dl dd ul li:nth-child(4) { width: 100%; height: 44px; margin-bottom: 2px; }
.lyNyCont_Office dl dd ul li span { display: block; width: 24%; height: 44px; line-height: 44px; color: #fff; font-size: 14px; font-weight: bold; background-color: #e60012; padding: 0 10px; float: left; }
.lyNyCont_Office dl dd ul li span i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -4px 4px 0 0; }
.lyNyCont_Office dl dd ul li span i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.lyNyCont_Office dl dd ul li span i svg path { fill: #ffffff; }
.lyNyCont_Office dl dd ul li p { width: 76%; text-align: left; padding: 0 20px; float: right; }
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
}
 @media (max-width:280px) {
.lyNyCont_Map { height: 160px; }
.lyNyCont_lx { padding: 20px 12px; }
.lyNyCont_ewm dl dd:first-child { margin-right: 10px; }
}
 @media screen and (max-width:1399px) and (min-width:1200px) {
}
 @media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
}
@media screen and (max-width:1023px) and (min-width:768px) {
.lyNyCont_Job { padding: 40px 0; }
.lyNyCont_Job .job_list ul li { width: 49%; }
.lyNyCont_Job .job_list ul li:nth-child(2n+2) { margin-right: 0; }
.lyNyCont_Job .job_list ul li:nth-child(3n+3) { margin-right: 2%; }
.lyNyCont_Job .job_list ul li:nth-child(6n+6) { margin-right: 0; }
.NyContMsg_main ul li.msg_tara textarea { height: 120px; }
.NyContMsg_main .NyContMsg_tit p { margin-bottom: 20px; }
.NyContMsg_main ul li.msg_btn .MsgBtn1 { width: 180px; height: 50px; line-height: 45px; }
.lyNy_bt { font-size: 35px; }
}
@media (max-width: 767px) {
.lyNyCont_Job { padding: 20px 0; }
.lyNyCont_Job .job_list ul li { width: 100%; }
.lyNy_bt { margin-bottom: 20px; line-height: 36px; font-size: 26px; }
.lyNyCont_Job .job_list ul li .job_tit { font-size: 18px; line-height: 24px; height: 48px; }
.lyNyCont_Order { padding: 20px 0 40px; }
.lyNyOrder_img { width: 100%; height: 240px; float: none; }
.NyContMsg_main { width: 90%; margin: 20px auto; padding: 0; float: none; }
.NyContMsg_main .NyContMsg_tit b { font-size: 22px; }
.NyContMsg_main .NyContMsg_tit p { font-size: 15px; margin: 10px 0 20px; }
.NyContMsg_main ul li.msg_btn .MsgBtn1 { margin: 0 20px 0 0; }
.lyNyCont_Job .job_list ul li p { font-size: 14px; }
}
@media (max-width: 320px) {
.lyNyOrder_img { height: 200px; }
}
/*在线留言 结束*/
/*lyNy_Contact 结束*/

/*lyNy_Service 开始*/

.lyNyService_Main .lyNySer1 { overflow: hidden; padding: 80px 0 60px; }
.lyNySer1_list ul { margin: 0 -12px; }
.lyNySer1_list ul li { width: 50%; margin-bottom: 24px; padding: 0 12px; float: left; }
.lyNySer1_list ul li .service_con { width: 100%; background: #fff; box-shadow: 0 0 0 rgba(0, 0, 0, 0); padding: 30px 60px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyNySer1_list ul li .service_con:hover { background: #e60012; box-shadow: 16px 0 32px rgba(196, 70, 0, .35); }
.lyNySer1_list ul li .service_con .service_img { background: rgba(0, 0, 0, .03); padding: 6px; border-radius: 50%; width: 162px; height: 162px; float: right; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyNySer1_list ul li .service_con:hover .service_img { background: rgba(255, 255, 255, .25); }
.lyNySer1_list ul li .service_con .service_img i { display: block; width: 100%; height: 100%; overflow: hidden; background-color: #fff; border-radius: 50%; position: relative; }
.lyNySer1_list ul li .service_con .service_img i img { display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.lyNySer1_list ul li .service_con .service_text { width: calc(100% - 220px); float: left; }
.lyNySer1_list ul li .service_con .service_text .service_tit { line-height: 36px; color: #333; font-size: 22px; font-weight: bold; }
.lyNySer1_list ul li .service_con .service_text em { display: block; width: 100%; height: 1px; overflow: hidden; background-color: #e6e6e6; margin: 15px 0 30px; }
.lyNySer1_list ul li .service_con .service_text em::before { content: ''; display: block; width: 50px; height: 1px; overflow: hidden; background-color: #e60012; }
.lyNySer1_list ul li .service_con .service_text p { width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #555; font-size: 18px; margin: 10px 0; padding-left: 30px; position: relative; }
.lyNySer1_list ul li .service_con .service_text p span { color: #e60012; font-weight: bold; }
.lyNySer1_list ul li .service_con .service_text p i { display: block; width: 18px; height: 18px; overflow: hidden; position: absolute; left: 0; top: 6px; }
.lyNySer1_list ul li .service_con .service_text p i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.lyNySer1_list ul li .service_con .service_text p i svg path { fill: #bbbbbb; }
.lyNySer1_list ul li .service_con:hover .service_text .service_tit { color: #fff; }
.lyNySer1_list ul li .service_con:hover .service_text em { background-color: rgba(255, 255, 255, .15); }
.lyNySer1_list ul li .service_con:hover .service_text em::before { background-color: #fff; }
.lyNySer1_list ul li .service_con:hover .service_text p, .lyNySer1_list ul li .service_con:hover .service_text p span { color: #fff; }
.lyNySer1_list ul li .service_con:hover .service_text p i svg path { fill: rgba(255,255,255,.55); }
 @media (max-width:1440px) {
.lyNyService_Main .lyNySer1 { padding: 60px 0 40px; }
.lyNySer1_list ul { margin: 0 -10px; }
.lyNySer1_list ul li { margin-bottom: 20px; padding: 0 10px; }
.lyNySer1_list ul li .service_con { padding: 30px 40px; }
.lyNySer1_list ul li .service_con .service_text { width: calc(100% - 200px); }
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
}
@media (max-width:1200px) {
.lyNySer1_list ul li .service_con { padding: 20px 30px; }
.lyNySer1_list ul li .service_con .service_img { width: 152px; height: 152px; }
.lyNySer1_list ul li .service_con .service_text { width: calc(100% - 180px); padding: 9px 0; }
.lyNySer1_list ul li .service_con .service_text .service_tit { line-height: 32px; font-size: 20px; }
.lyNySer1_list ul li .service_con .service_text em { margin: 10px 0 20px; }
.lyNySer1_list ul li .service_con .service_text p { font-size: 16px; margin: 5px 0; }
}
@media (max-width:1080px) {
}
@media (max-width:1024px) {
.lyNySer1_list ul li .service_con .service_img { width: 142px; height: 142px; }
.lyNySer1_list ul li .service_con .service_text { width: calc(100% - 160px); padding: 4px 0; }
}
@media (max-width:920px) {
.lyNyService_Main .lyNySer1 { padding: 40px 0 20px; }
.lyNySer1_list ul li .service_con { padding: 20px; }
.lyNySer1_list ul li .service_con .service_img { width: 122px; height: 122px; }
.lyNySer1_list ul li .service_con .service_text { width: calc(100% - 140px); padding: 0; }
}
@media (max-width:820px) {
}
@media (max-width: 767px) {
.lyNySer1_list ul { margin: 0; }
.lyNySer1_list ul li { width: 100%; margin-bottom: 20px; padding: 0; }
}
@media (max-width: 390px) {
.lyNySer1_list ul li .service_con .service_img { width: 92px; height: 92px; }
.lyNySer1_list ul li .service_con .service_text { width: calc(100% - 110px); }
}
 @media (max-width: 320px) {
}
.lyNyService_Main .lyNySer2 { width: 100%; overflow: hidden; margin: 0 auto; padding: 80px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; }
.lyNySer_tit { width: 100%; overflow: hidden; margin: 0 auto 40px; padding: 0; }
.lyNySer_tit p { width: 100%; overflow: hidden; line-height: 50px; color: #333; font-size: 40px; text-align: center; margin: 0 auto 5px; padding: 0; }
.lyNySer_tit span { display: block; width: 100%; overflow: hidden; line-height: 40px; color: #666; font-size: 16px; text-align: center; margin: 0 auto; padding: 0; }
.lyNySer2 ul li { width: 33.333333%; overflow: hidden; margin: 0; padding: 0 60px; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNySer2 ul li img { display: block; width: 60px; height: 60px; overflow: hidden; margin: 0 auto 30px; padding: 0; }
.lyNySer2 ul li .lyNySer2_name { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 22px; font-weight: bold; text-align: center; margin: 0 auto; padding: 0; }
.lyNySer2 ul li i { display: block; width: 40px; height: 2px; overflow: hidden; margin: 10px auto 30px; padding: 0; background-color: #e60012; }
.lyNySer2 ul li p { width: 100%; height: 60px; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; text-align: center; margin: 0 auto; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lyNySer2_btn { width: 100%; overflow: hidden; margin: 20px auto 0; padding: 0; }
.lyNySer2_btn a { display: block; width: 200px; height: 54px; overflow: hidden; line-height: 50px; color: #e60012; font-size: 18px; text-align: center; margin: 0 auto; padding: 0; background-color: #fff; border: 2px solid #e60012; border-radius: 27px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNySer2_btn a:hover { color: #fff; background-color: #e60012; }
@media (max-width:1440px) {
.lyNySer_tit { margin: 0 auto 30px; }
.lyNyService_Main .lyNySer2 { padding: 60px 0 80px; }
}
@media (max-width:1366px) {
.lyNySer2 ul li { padding: 0 30px; }
}
@media (max-width:1280px) {
.lyNySer_tit p { line-height: 44px; font-size: 36px; }
.lyNySer_tit span { font-size: 15px; }
.lyNySer2 ul li { padding: 0 20px; }
.lyNySer2 ul li img { margin: 0 auto 20px; }
.lyNySer2 ul li i { margin: 10px auto 20px; }
.lyNySer2 ul li p { height: 50px; line-height: 25px; font-size: 15px; }
}
@media (max-width:1200px) {
}
@media (max-width:1080px) {
.lyNySer_tit p { line-height: 40px; font-size: 34px; }
.lyNySer_tit span { font-size: 14px; }
.lyNySer2 ul li p { height: 48px; line-height: 24px; font-size: 14px; }
.lyNySer2_btn a { width: 160px; height: 44px; line-height: 40px; font-size: 16px; }
}
@media (max-width:1024px) {
}
@media (max-width:920px) {
.lyNyService_Main .lyNySer2 { padding: 40px 0 60px; }
.lyNySer_tit { margin: 0 auto 20px; }
.lyNySer2 ul li { padding: 0 10px; }
.lyNySer2 ul li p { height: 72px; -webkit-line-clamp: 3; }
.lyNySer2_btn { margin: 30px auto 0; }
}
@media (max-width: 767px) {
.lyNyService_Main .lyNySer2 { padding: 40px 0 60px; }
.lyNySer_tit { margin: 0 auto 20px; }
.lyNySer_tit p { line-height: 36px; font-size: 26px; }
.lyNySer_tit span { line-height: 20px; }
.lyNySer2 ul li { width: 100%; margin: 0 auto 20px; padding: 0; float: left; }
.lyNySer2 ul li img { margin: 0 auto 10px; }
.lyNySer2 ul li p { height: auto; max-height: 72px; }
.lyNySer2_btn { margin: 0 auto; }
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
.lyNySer_tit p { line-height: 30px; font-size: 22px; }
}
/*lyNy_Service 结束*/

/*lyNy_Products 开始*/
.lyNy_Products { width: 100%; background: #f6f6f6; overflow: hidden; padding: 60px 0 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyNyPro_Main .lyPro_list ul li { margin: 0 2.666666% 40px 0; }
.lyNyPro_Main .lyPro_list ul li:nth-child(4n+4) { margin: 0 0 40px; }
/*产品中心目录*/
.ny_profl { position: relative; z-index: 99; background: #fff; padding: 40px 40px 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.ny_profl .ny_profl_bt { margin-bottom: 20px; }
.ny_profl .ny_profl_bt b { display: block; line-height: 36px; font-size: 28px; font-weight: 400; margin-bottom: 5px; text-align: center; }
.ny_profl .ny_profl_bt b a { color: #666; }
.ny_profl .ny_profl_bt p { font-size: 16px; color: #999; text-align: center; }
.ny_profl .swiper-container4 { overflow: hidden; width: 92%; margin: 0 auto; }
.ny_profl .swiper-button-prev2, .ny_profl .swiper-button-next2 { width: 34px; height: 34px; border-radius: 50%; position: absolute; top: 133px; }
.ny_profl1 .swiper-button-prev2, .ny_profl1 .swiper-button-next2 { width: 34px; height: 34px; border-radius: 50%; position: absolute; top: 48px; }
.ny_profl .swiper-button-prev2 { left: 40px; background: url(../images/ml_prev.png) center center no-repeat; }
.ny_profl .swiper-button-next2 { background: url(../images/ml_next.png) center center no-repeat; right: 40px; }
.ny_profl .ny_proflli { position: relative; }
.ny_profl .ny_proflli a { box-sizing: border-box; color: #666; font-size: 18px; text-align: center; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; height: 50px; line-height: 50px; border-bottom: 1px solid #dcdcdc; position: relative; padding-right:20px; }
.ny_profl .ny_proflli em { display: block; position: absolute; width: 50px; height: 30px; background: url(../images/mulu4.png) center center no-repeat; background-size: 11px 8px; right: -10px; top: 15px; cursor: pointer; }
.ny_profl .ny_proflli.on em { background: url(../images/mulu2.png) center center no-repeat; }
.ny_profl .ny_proflli a span { display: block; width: 0; height: 1px; overflow: hidden; margin: 18px 10px 0 0; padding: 0; float: left; background-color: #e60012; -webkit-transition: all .5s; -moz-transition: all .25s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: absolute; left: 0; bottom: 0; }
.ny_profl .ny_proflli a:hover span { width: 100%; }
.ny_profl .ny_proflli .erjifl { width: 100%; margin-top: 10px; display: none; height: 120px; overflow-y: scroll; }
.ny_profl .ny_proflli .erjifl .erjiflbg { background: #fff; overflow: hidden; }
.ny_profl .ny_proflli .erjifl .erjiflbg a { color: #999; border-bottom: 0; font-size: 15px; width: 100%; float: left; height: 45px; line-height: 45px; display: block; padding: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background: url(../images/icon4.png)0 center no-repeat; position: relative; }
.ny_profl .ny_proflli .erjifl .erjiflbg a:nth-child(2n) { margin-right: 0; }
.ny_profl .ny_proflli .erjifl .erjiflbg a i { display: block; width: 0; height: 1px; overflow: hidden; margin: 18px 10px 0 0; padding: 0; float: left; background-color: #e60012; -webkit-transition: all .5s; -moz-transition: all .25s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: absolute; left: 0; bottom: 0; }
.ny_profl .ny_proflli .erjifl .erjiflbg a:hover i { width: 100%; }
.ny_profl .ny_proflli .erjifl .erjiflbg a:hover { color: #e60012; }
.ny_profl .ny_proflli a:hover { border: 0; color: #e60012; }
.ny_profl ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -10px; }
.ny_profl ul li { width: 25%; margin-bottom: 20px; padding: 0 10px; }
.ny_profl ul li a.one { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #222; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis; padding: 0 10px; background-color: #f5f5f5; border: 1px solid #e6e6e6; border-bottom: 0; position: relative; }
.ny_profl ul li a.one:hover { color: #fff; background-color: #e60012; border-color: #e60012; }
.ny_profl ul li dl { width: 100%; height: 100%; border: 1px solid #e6e6e6; border-top: 0; margin-top: -50px; padding: 60px 10px 10px; }
.ny_profl ul li dl dd { width: 50%; float: left; }
.ny_profl ul li dl dd a { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #555; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; padding: 0 10px; }
.ny_profl ul li dl dd a:hover { color: #e60012; }
 @media (max-width:1600px) {
.lyNyPro_Main .lyPro_list ul li { margin: 0 2% 30px 0; }
.lyNyPro_Main .lyPro_list ul li:nth-child(4n+4) { margin: 0 0 30px; }
}
@media (max-width:1560px) {
.lyNyPro_Main .lyPro_list ul li .lyPro_con .lyPro_img { height: 280px; }
}
@media (max-width:1440px) {
.lyNy_Products { padding: 60px 0 40px; }
.lyNyPro_Main .lyPro_list ul li .lyPro_con .lyPro_img { height: 260px; }
.ny_profl ul li dl dd a { font-size: 14px; }
}
@media (max-width:1280px) {
.lyNyPro_Main .lyPro_list ul li .lyPro_con .lyPro_img { height: 240px; }
}
@media (max-width:1200px) {
.ny_profl { padding: 30px 30px 10px; }
.ny_profl .swiper-button-prev2 { left: 30px; top: 123px; }
.ny_profl .swiper-button-next2 { right: 30px; top: 123px; }
.ny_profl1 .swiper-button-prev2, .ny_profl1 .swiper-button-next2 { top: 38px; }
.ny_profl ul li dl dd a { padding: 0 5px; }
.lyNyPro_Main .lyPro_list ul li .lyPro_con .lyPro_img { height: 220px; }
}
@media (max-width:1080px) {
.lyNyPro_Main .lyPro_list ul li .lyPro_con .lyPro_img { height: 200px; }
.ny_profl .swiper-button-prev2 { left: 20px; }
.ny_profl .swiper-button-next2 { right: 20px; }
.ny_profl ul li { width: 50%; }
.ny_profl ul li dl dd { width: 33.333333%; }
}
@media (max-width:920px) {
.lyNy_Products { padding: 40px 0; }
.ny_profl { padding: 20px; }
.ny_profl .ny_profl_bt b { line-height: 32px; font-size: 24px; }
.ny_profl .ny_profl_bt p { font-size: 15px; }
.ny_profl .ny_proflli a { height: 44px; line-height: 44px; font-size: 16px; }
.ny_profl .ny_proflli em { top: 7px; }
.ny_profl .swiper-container4 { width: 90%; }
.ny_profl .swiper-button-prev2, .ny_profl .swiper-button-next2 { top: 104px; }
.ny_profl1 .swiper-button-prev2, .ny_profl1 .swiper-button-next2 { top: 25px; }
.ny_profl ul { margin: 0 -10px; }
.ny_profl ul li { padding: 0 10px; }
.ny_profl ul li a.one { height: 50px; line-height: 50px; font-size: 17px; padding: 0 10px; }
.ny_profl ul li dl { margin-top: -50px; padding: 60px 10px 10px; }
.ny_profl ul li dl dd { width: 33.333333%; }
.ny_profl ul li dl dd a { font-size: 14px; padding: 0 10px; }
.lyNyPro_Main .lyPro_list ul li { width: 32%; margin: 0 2% 20px 0; }
.lyNyPro_Main .lyPro_list ul li:nth-child(4n+4) { margin: 0 2% 20px 0; }
.lyNyPro_Main .lyPro_list ul li:nth-child(3n+3) { margin: 0 0 20px 0; }
.lyNyPro_Main .lyPro_list ul li .lyPro_con .lyPro_img { height: 220px; }
.lyNyPro_Main .lyPro_list ul li .lyPro_con .lyPro_text { padding: 16px 64px 16px 20px; }
}
@media (max-width:820px) {
.ny_profl .swiper-container4 { width: 88%; }
.ny_profl ul li dl dd { width: 50%; }
}
@media (max-width: 767px) {
.lyNy_Products { padding: 20px 0; }
.lyNyPro_Main { margin: 20px auto; }
.ny_profl { padding: 20px 20px 10px; }
.ny_profl .ny_profl_bt { margin-bottom: 20px; }
.ny_profl .ny_profl_bt b { line-height: 30px; font-size: 22px; }
.ny_profl .swiper-container4 { width: 80%; margin: 0 auto 10px; }
.ny_profl .swiper-button-prev2 { left: 10px; }
.ny_profl .swiper-button-next2 { right: 10px; }
.ny_profl1 .swiper-button-prev2 { left: 10px; }
.ny_profl1 .swiper-button-next2 { right: 10px; }
.ny_profl ul { margin: 0; }
.ny_profl ul li { width: 100%; margin-bottom: 10px; padding: 0; }
.ny_profl ul li a.one { height: 44px; line-height: 44px; font-size: 15px; }
.ny_profl ul li dl { margin-top: -44px; padding: 54px 10px 10px; }
.ny_profl ul li dl dd { width: 50%; }
.lyNyPro_Main .lyPro_list ul li { width: 48.5%; margin: 0 3% 20px 0; }
.lyNyPro_Main .lyPro_list ul li:nth-child(3n+3), .lyNyPro_Main .lyPro_list ul li:nth-child(4n+4) { margin: 0 3% 20px 0; }
.lyNyPro_Main .lyPro_list ul li:nth-child(2n+2) { margin: 0 0 20px 0; }
.lyNyPro_Main .lyPro_list ul li .lyPro_con .lyPro_img { height: 160px; }
.lyNyPro_Main .lyPro_list ul li .lyPro_con .lyPro_text { padding: 8px 12px; }
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more { display: none; }
}
@media (max-width: 390px) {
.lyNyPro_Main .lyPro_list ul li .lyPro_con .lyPro_img { height: 150px; }
}
 @media (max-width: 320px) {
.lyNyPro_Main .lyPro_list ul li { width: 100%; margin: 0 auto 20px; float: none; }
.lyNyPro_Main .lyPro_list ul li .lyPro_con .lyPro_img { height: 220px; }
.lyNyPro_Main .lyPro_list ul li .lyPro_con .lyPro_text { padding: 12px 20px; }
}
 @media (max-width: 280px) {
}
/*lyNy_Products 结束*/

/*NyProList 开始*/
.NyProList { width: 100%; height: auto; margin: 40px auto 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyProList ul { min-height: 300px; }
.NyProList ul li { width: 49%; height: auto; margin: 0 2% 30px 0; padding: 0; background-color: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0); float: left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyProList ul li:nth-child(2n+2) { margin: 0 0 30px; }
.NyProList ul li:hover { background-color: #e60012; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.NyProList ul li .NyProList_img { width: 35%; height: 220px; overflow: hidden; margin: 20px auto; padding: 20px; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyProList ul li .NyProList_img p { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; }
.NyProList ul li .NyProList_img p a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #fff; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyProList ul li .NyProList_img p a img { display: block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyProList ul li:hover .NyProList_img p a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyProList ul li .NyProList_con { width: 65%; height: auto; overflow: hidden; margin: 0 auto; padding: 30px 30px 30px 20px; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyProList ul li .NyProList_con a.NyProList_name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyProList ul li:hover .NyProList_con a.NyProList_name { color: #fff; }
.NyProList ul li .NyProList_con p { width: 100%; height: 50px; overflow: hidden; line-height: 25px; color: #999; font-size: 15px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 5px auto 10px; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyProList ul li:hover .NyProList_con p { color: rgba(255,255,255,0.7); }
.NyProList ul li .NyProList_con .NyProList_bq { width: 100%; line-height: 30px; color: #999; font-size: 15px; margin: 0 auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyProList ul li .NyProList_con .NyProList_bq span { display: inline-block; color: #999; margin: 0 20px 0 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; max-width: 230px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.NyProList ul li .NyProList_con .NyProList_bq span:nth-child(2) { max-width: 250px; }
.NyProList ul li .NyProList_con .NyProList_bq span:nth-child(3) { max-width: 160px; }
.NyProList ul li .NyProList_con .ckxq { width: 120px; height: 35px; line-height: 35px; border: 1px solid #ccc; text-align: center; margin-top: 8px; }
.NyProList ul li .NyProList_con .ckxq a { font-size: 15px; color: #999; }
.NyProList ul li .NyProList_con .NyProList_bq span font { color: #333; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyProList ul li:hover .NyProList_con .NyProList_bq, .NyProList ul li:hover .NyProList_con .NyProList_bq span { color: rgba(255,255,255,0.7); }
.NyProList ul li:hover .NyProList_con .NyProList_bq span font { color: #fff; }
.NyProList ul li:hover .NyProList_con .ckxq { border: 1px solid #fff; }
.NyProList ul li:hover .NyProList_con .ckxq a { color: #fff; }
@media (max-width: 1440px) {
.NyProList{ margin:30px auto 0;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.NyProList ul li .NyProList_img { width: 50%; padding: 10px; }
.NyProList ul li .NyProList_con { width: 50%; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.NyProList ul li .NyProList_img { width: 100%; height: 200px; margin: 20px auto 0; }
.NyProList ul li .NyProList_con { width: 100%; padding-top: 10px; }
}
@media (max-width: 767px) {
.NyProList ul li { width: 100%; }
.NyProList ul li .NyProList_img { width: 100%; height: 200px; margin: 10px auto 0; }
.NyProList ul li .NyProList_con { width: 100%; padding-top: 10px; }
}
/*NyProList 结束*/

/*Ny_Solution 开始*/
.Ny_Solution { width: 100%; overflow: hidden; margin: 0 auto; padding: 0 0 60px; }
.Ny_Solution .NySolution_part2 { width: 100%; overflow: hidden; margin: 0 auto; padding: 0 0 40px; background-color: #fff; }
.NySolution_part2 .NySolution_list2 { overflow: hidden; margin: 0 auto; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.NySolution_list2 ul li { width: 100%; margin: 0 auto 80px; padding: 80px 0 0; position: relative; }
.NySolution_list2 ul li:last-child { margin: 0 auto; }
.NySolution_list2 ul li .NySolutionList_img { width: 44%; height: 440px; margin: 0; padding: 0; position: absolute; top: 36px; left: 0; }
.NySolution_list2 ul li .NySolutionList_img a:before { content: ''; display: block; width: 100%; height: 440px; position: absolute; background:#f9e0e2; top: -36px; left: 36px; border-top-right-radius: 80px; }
.NySolution_list2 ul li .NySolutionList_img a { display: block; width: 100%; height: 100%; margin: 0 auto; padding: 0; background-color: #fff; position: relative; }
.NySolution_list2 ul li .NySolutionList_img a img { display: block; width: 100%; height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; object-fit: cover; border-top-right-radius: 80px; }
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_img { right: 0; left: inherit; }
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_img img { border-top-left-radius: 80px; border-top-right-radius: inherit; }
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_img a:before { border-top-left-radius: 80px; left: -36px; border-top-right-radius: inherit; }
.NySolution_list2 ul li .NySolutionList_text { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 0; }
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con { width: 54%; min-height: 400px; overflow: hidden; margin: 0; padding: 0 80px; position: relative; float: right; }
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con { float: left; padding: 0 80px 0 0; }
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms { width: 100%; }
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms a.Sol_Name { font-size: 30px; color: #333; font-weight: 400; display: block; margin: 30px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p { width: 100%; max-height: 210px; overflow: hidden; line-height: 35px; color: #999; font-size: 18px; text-align: justify; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; text-overflow: ellipsis; }
 @media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
}
@media screen and (max-width:1023px) and (min-width:768px) {
.Ny_Solution .NySolution_part2 { padding: 0 0 20px; }
.NySolution_list2 ul li .NySolutionList_img { width: 50%; height: 400px; }
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con { width: 50%; padding: 0 10px 0 70px; }
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms a.Sol_Name { font-size: 28px; }
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p { max-height: 150px; line-height: 30px; font-size: 17px; -webkit-line-clamp: 5; }
.NySolution_list2 ul li .NySolutionList_img a:before { height: 400px; }
.NySolution_list2 ul li { margin: 0 auto 60px; }
}
@media (max-width: 767px) {
.Ny_Solution .NySolution_part2 { padding: 0 0 20px; }
.NySolution_list2 ul li { padding: 40px 0 0; margin: 0 auto; }
.NySolution_list2 ul li .NySolutionList_img { width: 95%; height: 300px; position: inherit; }
.NySolution_list2 ul li .NySolutionList_img a:before { height: 300px; left: 15px; top: -16px; }
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_img { left: 15px; }
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_img a:before { left: -15px; }
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con { padding: 0; }
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con { width: 100%; padding: 10px; position: inherit; float: none; margin-top: 70px; min-height: auto; }
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms a.Sol_Name { font-size: 25px; margin: 20px 0; }
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p { max-height: 120px; font-size: 16px; line-height: 30px; -webkit-line-clamp: 4; }
}
@media (max-width:320px) {
.NySolution_list2 ul li { padding: 30px 0 0; }
}
/*Ny_Solution 结束*/

/*分页样式 开始*/
#fengye { text-align: center; margin: 30px auto 60px; color: #555; font-size: 16px; }
#fengye table { display: inline-block; }
#fengye table tr td { font-size: 0; }
#fengye a { display: inline-block; padding: 0 15px; background: #ddd; height: 36px; line-height: 36px; text-align: center; margin: 0 5px; border-radius: 0; color: #555; font-size: 16px; background: #fff; }
#fengye.fengye1 a { background-color: #f0f0f0; }
#fengye a#firstpage, #fengye a#uppage, #fengye a#downpage, #fengye a#endpage { background: #e60012; color: #fff; }
#fengye a:hover { background: #e60012; color: #fff; }
#fengye a.pnnum1 { background: #e60012; color: #fff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #e60012; width: 40px !important; height: 36px !important; line-height: 36px; text-align: center; border-radius: 0; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline: none; }
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 36px; line-height: 36px; text-align: center; margin: 0 5px; color: #555; cursor: default; }
 @media (max-width:920px) {
#fengye { margin: 20px auto 40px; font-size: 0; }
#fengye input, #fengye .p_input { display: none; }
#fengye a { height: 40px; line-height: 40px; font-size: 14px; padding: 0 15px; border-radius: 4px; display: none; }
#fengye a#firstpage, #fengye a#uppage, #fengye a#downpage, #fengye a#endpage { display: inline-block; }
}
@media (max-width: 767px) {
#fengye { margin: 0 auto 20px; font-size: 0; }
#fengye input, #fengye .p_input { display: none; }
#fengye a { height: 40px; line-height: 40px; font-size: 14px; padding: 0 15px; border-radius: 4px; display: none; }
#fengye a#firstpage, #fengye a#uppage, #fengye a#downpage, #fengye a#endpage { display: inline-block; }
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
#fengye a { padding: 0 10px; }
}
/*分页样式 结束*/


/*lyNy_video 开始*/
.lyNy_video { width: 100%; height: auto; min-height: 320px; padding: 60px 0; background: #f6f6f6; }
.lyNy_video ul li { width: 32%; height: auto; margin: 0 2% 30px 0; padding: 30px; background-color: #fff; border: 4px solid #fff; float: left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.lyNy_video ul li:nth-child(3n+3) { margin: 0 0 30px; }
.lyNy_video ul li:hover { border: 4px solid #e60012; }
.lyNy_video ul li .lyNyVideo_img { width: 100%; height: 280px; overflow: hidden; margin: 0 auto 20px; padding: 0; }
.lyNy_video ul li .lyNyVideo_img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #fff; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyNy_video ul li .lyNyVideo_img a img { display: block; width: 100%; height: 100%; overflow: hidden; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyNy_video ul li:hover .lyNyVideo_img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyNy_video ul li .lyNyVideo_img a i { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background: rgba(0,0,0,0.5) url(../images/vd_ico.png) center center no-repeat; background-size: 60px 60px; position: absolute; left: 0; top: 0; }
.lyNy_video ul li .lyNyVideo_text { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 0; }
.lyNy_video ul li .lyNyVideo_text a.lyNyVideo_name { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #333; font-size: 22px; text-align: center; text-overflow: ellipsis; white-space: nowrap; margin: 0 auto; padding: 0; }
.lyNy_video ul li:hover .lyNyVideo_text a.lyNyVideo_name { color: #e60012; }
.lyNy_video ul li .lyNyVideo_text p { width: 100%; height: 60px; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; text-align: center; margin: 12px auto 20px; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lyNy_video ul li .lyNyVideo_text a.lyNyVideo_more { display: block; width: 168px; height: 44px; overflow: hidden; line-height: 44px; color: #fff; font-size: 16px; text-align: center; margin: 0 auto; padding: 0; background-color: #999; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyNy_video ul li .lyNyVideo_text a.lyNyVideo_more img { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -4px 0 0 10px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyNy_video ul li:hover .lyNyVideo_text a.lyNyVideo_more { background-color: #e60012; }
.lyNy_video ul li:hover .lyNyVideo_text a.lyNyVideo_more img { margin: -4px 0 0 20px; }
.ny_video { width: 80% !important; margin: 0 auto 40px; display: block; }
 @media screen and (max-width:1399px) and (min-width:1200px) {
.lyNy_video ul li { padding: 10px; }
.ny_video { margin: 0 auto 40px; }
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.lyNy_video ul li { width: 49%; }
.lyNy_video ul li:nth-child(2n+2) { margin: 0 0 30px; }
.lyNy_video ul li:nth-child(3n+3) { margin: 0 2% 0 0; }
.lyNy_video ul li:nth-child(6n+6) { margin: 0 0 30px; }
.ny_video { margin: 20px auto 40px; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.lyNy_video { padding: 40px 0; }
.lyNy_video ul li { width: 49%; }
.lyNy_video ul li:nth-child(2n+2) { margin: 0 0 30px; }
.lyNy_video ul li:nth-child(3n+3) { margin: 0 2% 0 0; }
.lyNy_video ul li:nth-child(6n+6) { margin: 0 0 30px; }
.lyNy_video ul li .lyNyVideo_img { height: 240px; }
.ny_video { margin: 20px auto; min-height: 350px; }
}
@media (max-width: 767px) {
.lyNy_video { padding: 40px 0; }
.lyNy_video ul li { width: 100%; padding: 15px; }
.lyNy_video ul li .lyNyVideo_img { height: 200px; }
.lyNy_video ul li .lyNyVideo_text a.lyNyVideo_name { font-size: 18px; }
.lyNy_video ul li .lyNyVideo_text p { font-size: 15px; margin: 5px auto 15px; }
.ny_video { margin: 0 auto 20px; min-height: 200px; }
}
/*lyNy_video 结束*/

/*lyNy_news 开始*/
.lyNy_news { width: 100%; height: auto; min-height: 320px; overflow: hidden; margin: 0 auto; padding: 0 0 50px; background-color: #f6f6f6; }
.lyNy_news .lyNyNewsTj_main { margin: 0 auto; }
.lyNyNewsTj_main ul { margin: 0 -24px; }
.lyNyNewsTj_main ul li { width: 33.333333%; padding: 0 24px; float: left; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con { width: 100%; height: auto; overflow: hidden; background-color: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06); border-radius: 8px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img { width: 100%; height: 294px; overflow: hidden; margin: 0 auto; position: relative; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img a { display: block; width: 100%; height: 100%; overflow: hidden; background-color: #fff; position: relative; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img a img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con:hover .lyNyNewsTj_img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img span { display: block; width: 140px; height: 36px; overflow: hidden; line-height: 36px; color: #fff; font-size: 14px; text-align: center; background-color: rgba(230, 0, 18, .85); border-radius: 0 0 8px 0; position: absolute; left: 0; top: 0; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img span i { display: inline-block; width: 14px; height: 14px; overflow: hidden; vertical-align: middle; margin: -2px 8px 0 0; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img span i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img span i svg path { fill: #ffffff; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 30px 40px 40px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text a.lyNyNewsTj_name { display: block; width: 100%; height: 64px; overflow: hidden; line-height: 32px; color: #222; font-size: 20px; font-weight: bold; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con:hover .lyNyNewsTj_text a.lyNyNewsTj_name { color: #e60012; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text p { width: 100%; height: 56px; overflow: hidden; line-height: 28px; color: #777; font-size: 16px; text-align: justify; margin: 20px auto 30px; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text .lyNyNewsTj_more { margin: 0; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text .lyNyNewsTj_more a { display: block; width: 150px; height: 48px; overflow: hidden; line-height: 46px; color: #999; font-size: 16px; text-align: center; background-color: #fff; border: 1px solid #ddd; border-radius: 24px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con:hover .lyNyNewsTj_text .lyNyNewsTj_more a { color: #fff; background-color: #e60012; border: 1px solid #e60012; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text .lyNyNewsTj_more a i { display: inline-block; width: 18px; height: 18px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 8px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text .lyNyNewsTj_more a i svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text .lyNyNewsTj_more a i svg path { fill: #e60012; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con:hover .lyNyNewsTj_text .lyNyNewsTj_more a i svg path { fill: #ffffff; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con:hover .lyNyNewsTj_text .lyNyNewsTj_more:hover i { margin: -2px 0 0 18px; }
.lyNy_news .lyNyNews_main { height: auto; margin: 60px auto 0; padding: 0; }
.lyNyNews_main .lyNyNews_list { width: 100%; height: auto; margin: 0 auto; padding: 0; min-height: 300px; }
.lyNyNews_list ul li { margin-bottom: 30px; padding: 30px 0; background-color: #fff; border-radius: 8px; }
.lyNyNews_list ul li:hover { background-color: #e60012; }
.lyNyNews_list ul li .lyNyNews_con { position: relative; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time { width: 160px; height: 130px; overflow: hidden; padding: 20px 40px; border-right: 1px solid #e6e6e6; float: left; }
.lyNyNews_list ul li:hover .lyNyNews_con .lyNyNews_time { border-right: 1px solid rgba(0, 0, 0, .1); }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time em { display: block; height: 20px; line-height: 20px; color: #999; font-size: 18px; font-style: normal; text-align: center; margin-bottom: 10px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time span { display: block; height: 60px; line-height: 60px; color: #222; font-size: 68px; text-align: center; }
.lyNyNews_list ul li:hover .lyNyNews_con .lyNyNews_time em, .lyNyNews_list ul li:hover .lyNyNews_con .lyNyNews_time span { color: #fff; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_text { width: calc(100% - 160px); height: auto; overflow: hidden; padding: 0 60px; float: right; }
.lyNyNews_list ul li .lyNyNews_con a.lyNyNews_name { display: block; width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; }
.lyNyNews_list ul li:hover .lyNyNews_con a.lyNyNews_name { color: #fff; }
.lyNyNews_list ul li .lyNyNews_con p { width: 100%; max-height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; text-align: justify; margin: 12px auto 24px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.lyNyNews_list ul li:hover .lyNyNews_con p { color: rgba(255, 255, 255, .45); }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_more a { display: inline-block; height: 32px; line-height: 32px; color: #999; font-size: 16px; vertical-align: top; }
.lyNyNews_list ul li:hover .lyNyNews_con .lyNyNews_more a { color: #fff; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_more a i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 12px; }
.lyNyNews_list ul li .lyNyNews_con:hover .lyNyNews_more a i { margin: -2px 0 0 24px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_more a i svg { display: block; width: 100%; height: 100%; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_more a i svg path { fill: #222222; }
.lyNyNews_list ul li:hover .lyNyNews_con .lyNyNews_more a i svg path { fill: #ffffff; }
 @media (max-width:1680px) {
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text p { height: 50px; line-height: 25px; font-size: 15px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text .lyNyNewsTj_more a { width: 140px; height: 44px; line-height: 42px; font-size: 15px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time { height: 124px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time span { height: 54px; line-height: 54px; font-size: 64px; }
.lyNyNews_list ul li .lyNyNews_con p { font-size: 15px; margin: 10px auto 20px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_more a { font-size: 15px; }
}
 @media (max-width:1600px) {
.lyNyNewsTj_main ul { margin: 0 -20px; }
.lyNyNewsTj_main ul li { padding: 0 20px; }
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
.lyNy_news { padding: 0 0 40px; }
.lyNyNewsTj_main ul { margin: 0 -15px; }
.lyNyNewsTj_main ul li { padding: 0 15px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img { height: 250px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text { padding: 24px 30px 30px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text a.lyNyNewsTj_name { height: 60px; line-height: 30px; font-size: 18px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text p { margin: 15px auto 25px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_text { padding: 0 40px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_more a { height: 30px; line-height: 30px; font-size: 15px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_more a i { width: 15px; height: 15px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time { width: 160px; height: 120px; padding: 20px 30px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time em { font-size: 16px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time span { height: 50px; line-height: 50px; font-size: 60px; }
.lyNyNews_list ul li .lyNyNews_con a.lyNyNews_name { height: 30px; line-height: 30px; font-size: 18px; }
.lyNyNews_list ul li .lyNyNews_con p { font-size: 15px; margin: 10px auto 20px; }
.lm_nav ul li { font-size:18px;}
}
 @media (max-width:1366px) {
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img { height: 240px; }
}
 @media (max-width:1280px) {
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img { height: 240px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time { width: 140px; height: auto; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time em { font-size: 14px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time span { height: 44px; line-height: 44px; font-size: 52px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_text { width: calc(100% - 140px); padding: 0 40px; }
.lyNyNews_list ul li .lyNyNews_con p { max-height: 24px; line-height: 24px; }
}
 @media (max-width:1200px) {
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img { height: 220px; }
}
 @media (max-width:1080px) {
.lm_nav { margin: 40px auto; }
.lm_nav ul li { width: 144px; height: 44px; line-height: 44px; font-size: 16px; margin: 0 10px; }
.lyNy_news .lyNyNews_main { margin: 40px auto 0; }
.lyNyNewsTj_main ul { margin: 0 -10px; }
.lyNyNewsTj_main ul li { padding: 0 10px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img { height: 200px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text { padding: 20px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text p { margin: 10px auto 20px; }
.lyNyNews_list ul li { margin-bottom: 20px; padding: 20px 0; }
.lyNyNews_main #fengye { margin: 20px auto 40px; }
}
 @media (max-width:1024px) {
}
 @media (max-width:920px) {
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img { height: 170px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img span { width: 128px; height: 32px; line-height: 32px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time { width: 120px; height: auto; padding: 12px 20px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_text { width: calc(100% - 120px); padding: 0 30px; }
}
 @media (max-width:820px) {
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img { height: 150px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text a.lyNyNewsTj_name { height: 52px; line-height: 26px; font-size: 16px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text p { height: 48px; line-height: 24px; font-size: 14px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text .lyNyNewsTj_more a { width: 128px; height: 40px; line-height: 38px; font-size: 14px; }
.lyNyNews_list ul li .lyNyNews_con a.lyNyNews_name { font-size: 16px; }
.lyNyNews_list ul li .lyNyNews_con p { margin: 5px auto 10px; font-size: 14px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_more a { font-size: 14px; }
}
 @media (max-width:767px) {
.lyNy_news { padding: 0 0 20px; }
.lm_nav { margin: 20px auto; }
.lm_nav ul li { width: auto; height: 40px; line-height: 40px; font-size: 14px; margin: 0 4px; padding: 0 16px; }
.lyNyNewsTj_main ul { margin: 0; }
.lyNyNewsTj_main ul li { width: 100%; margin-bottom: 20px; padding: 0; float: none; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img { height: 220px; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_text p { height: 48px; line-height: 24px; font-size: 14px; }
.lyNy_news .lyNyNews_main { margin: 0 auto; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time { width: 100px; height: auto; padding: 0 20px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_text { width: calc(100% - 100px); padding: 0 20px; }
.lyNyNews_list ul li .lyNyNews_con p { overflow: hidden; max-height: 48px; line-height: 24px; font-size: 14px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_more a { font-size: 14px; }
.lyNyNews_main #fengye { margin: 0 auto 20px; }
}
 @media (max-width:390px) {
	.lm_nav ul li{ padding:0 13px;}
}
 @media (max-width:320px) {
.lm_nav ul li { font-size: 14px; margin: 0; }
.lyNyNewsTj_main ul li .lyNyNewsTj_con .lyNyNewsTj_img { height: 180px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time { width: auto; height: auto; padding: 0 20px; border-right: 0 !important; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time em, .lyNyNews_list ul li .lyNyNews_con .lyNyNews_time span { display: inline-block; vertical-align: top; height: 20px; line-height: 20px; color: #999; font-size: 14px; margin-right: -2px; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time em { margin-bottom: 0; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_time em::after { content: '-'; display: inline-block; line-height: 20px; color: #999; font-size: 14px; margin: 0; vertical-align: top; }
.lyNyNews_list ul li:hover .lyNyNews_con .lyNyNews_time em, .lyNyNews_list ul li:hover .lyNyNews_con .lyNyNews_time span { color: #fff; }
.lyNyNews_list ul li .lyNyNews_con .lyNyNews_text { width: 100%; margin-top: 10px; }
.lyNyNews_list ul li .lyNyNews_con a.lyNyNews_name { height: auto; white-space: inherit; text-overflow: inherit; }
}
 @media (max-width:280px) {
.lm_nav ul li { padding: 0 10px; }
}
/*lyNy_news 结束*/

/*lyNyNew_detail 开始*/
.lyNyNew_detail { width: 100%; max-width: 1600px; height: auto; min-height: 320px; overflow: hidden; margin: 60px auto; padding: 0; }
.lyNyNew_detail .NyNewDetail_con { width: 70%; overflow: hidden; margin: 0; padding: 0; float: left; }
.NyNewDetail_con .NyNewDetail_tit { width: 100%; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; margin: 0 auto; padding: 0; }
.NyNewDetail_con .NyNewDetail_tips { width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #999; font-size: 15px; margin: 20px auto 40px; padding: 0 0 9px; border-bottom: 1px solid #eee; }
.NyNewDetail_con .NyNewDetail_text { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; line-height: 30px; color: #666; font-size: 15px; text-align: justify; min-height: 300px; }
.NyNewDetail_text p, .NyNewDetail_text div { width: 100%; overflow: hidden; line-height: 30px; color: #666; font-size: 15px; text-align: justify; text-indent: 0; margin: 0 auto; padding: 0; }
.NyNewDetail_text p span, .NyNewDetail_text span, .NyNewDetail_text p em, .NyNewDetail_text em { color: #666!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 15px!important; }
.NyNewDetail_text table tr td p { text-indent: 0!important; }
.NyNewDetail_text img { display:block; width: auto!important; height: auto!important; max-width: 70%; margin: 0 auto; padding: 0; text-indent: 0!important; }
.lyNyNew_detail .NyNewDetail_right { width: 25%; overflow: hidden; margin: 0 0 40px; padding: 0; float: right; }
.NyNewDetail_right .NyNewDetail_page { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.NyNewDetail_page ul li { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 20px 20px 10px; background-color: #f7f7f7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyNewDetail_page ul li span { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 22px; font-weight: bold; margin: 0 auto; padding: 0; }
.NyNewDetail_page ul li a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto 10px; padding: 0; }
.NyNewDetail_page ul li a:hover { color: #e60012; }
.NyNewDetail_page ul li font { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 15px; margin: 0 auto; padding: 0; }
.NyNewDetail_right .NyNewDetail_MoreNews { width: 100%; overflow: hidden; margin: 0 auto 60px; padding: 20px; background-color: #f7f7f7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyNewDetail_MoreNews .MoreNews_tit { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 22px; font-weight: bold; margin: 0 auto; padding: 0; }
.MoreNews_tit i { display: block; width: 3px; height: 22px; overflow: hidden; margin: 9px 10px 9px 0; padding: 0; background-color: #e60012; float: left; }
.NyNewDetail_MoreNews ul li { width: 100%; overflow: hidden; margin: 0 auto; padding: 15px 0 14px; border-bottom: 1px dashed #ddd; }
.NyNewDetail_MoreNews ul li:last-child { border: 0; }
.NyNewDetail_MoreNews ul li .MoreNews_text { width: 64%; height: auto; overflow: hidden; margin: 0; padding: 0 20px 0 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyNewDetail_MoreNews ul li .MoreNews_text a { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 25px; color: #333; font-size: 15px; font-weight: bold; margin: 0 auto 10px; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.NyNewDetail_MoreNews ul li:hover .MoreNews_text a { color: #e60012; }
.NyNewDetail_MoreNews ul li .MoreNews_text span { display: block; width: 100%; height: 28px; overflow: hidden; line-height: 28px; color: #999; font-size: 14px; margin: 0 auto; padding: 0; }
.NyNewDetail_MoreNews ul li .MoreNews_text span img { display: block; width: 20px; height: 20px; overflow: hidden; margin: 4px 5px 4px 0; padding: 0; float: left; }
.NyNewDetail_MoreNews ul li .MoreNews_img { width: 36%; height: 88px; overflow: hidden; margin: 0; padding: 0; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyNewDetail_MoreNews ul li .MoreNews_img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #fff; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyNewDetail_MoreNews ul li .MoreNews_img a img { display: block;width: 100%;height: 100%; overflow: hidden; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyNewDetail_MoreNews ul li:hover .MoreNews_img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyNewDetail_MoreDown ul li .MoreNews_text { width: 100%; padding: 0; float: inherit; }
.NyNewDetail_MoreDown ul li .MoreNews_text a { height: 30px; line-height: 30px; display: block; white-space: nowrap; text-overflow: ellipsis; -webkit-line-clamp: inherit; -webkit-box-orient: inherit; }
.lyNyJob_detail { width: 100%; max-width: 1600px; height: auto; min-height: 320px; overflow: hidden; margin: 60px auto; padding: 0; }
.lyNyJob_detail .NyJobDetail_con { width: 70%; overflow: hidden; margin: 0; padding: 0; float: left; position: relative; }
.lyNyJob_detail .NyJobDetail_con .NyJobDetail_address { position: absolute; right: 0; top: 0; font-size: 17px; min-width: 100px; }
.NyJobDetail_con .NyJobDetail_tit { width: 85%; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; margin: 0; padding: 0; }
.NyJobDetail_con .NyJobDetail_Job { width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #999; font-size: 15px; margin: 30px auto 0; padding: 0 0 5px; }
.NyJobDetail_con .NyJobDetail_tips { width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #999; font-size: 15px; margin: 0 auto 40px; padding: 0 0 25px; border-bottom: 1px solid #eee; }
.NyJobDetail_con .NyJobDetail_text { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; line-height: 30px; color: #666; font-size: 15px; text-align: justify; }
.NyJobDetail_text p, .NyJobDetail_text div { width: 100%; overflow: hidden; line-height: 35px; color: #888; font-size: 14px; text-align: justify; text-indent: 0; margin: 0 auto; padding: 0; }
.NyJobDetail_con .NyJobDetail_text .NyJobDetail_text_bt { font-size: 20px; margin-bottom: 10px; color: #333; }
.NyJobDetail_con .NyJobDetail_text .NyJobDetail_text_bt1 { margin-top: 30px; }
.NyJobDetail_text p span, .NyJobDetail_text span, .NyJobDetail_text p em, .NyJobDetail_text em { color: #888!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 15px!important; }
.NyJobDetail_text table tr td p { text-indent: 0!important; }
.NyJobDetail_text img { display: inline-block; width: auto!important; height: auto!important; max-width: 100%; margin: 0 auto; padding: 0; text-indent: 0!important; }
.lyNyJob_detail .NyNewDetail_right { width: 25%; overflow: hidden; margin: 0; padding: 0; float: right; margin-bottom: 50px; }
.NyNewDetail_right .NyNewDetail_MoreJob { width: 100%; overflow: hidden; margin: 0 auto; padding: 20px; background-color: #f7f7f7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyNewDetail_MoreJob .MoreJob_tit { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 22px; font-weight: bold; margin: 0 auto; padding: 0; }
.MoreJob_tit i { display: block; width: 3px; height: 22px; overflow: hidden; margin: 9px 10px 9px 0; padding: 0; background-color: #e60012; float: left; }
.NyNewDetail_MoreJob ul li { width: 100%; overflow: hidden; margin: 0 auto; padding: 15px 0 14px; border-bottom: 1px dashed #ddd; }
.NyNewDetail_MoreJob ul li:last-child { border: 0; }
.NyNewDetail_MoreJob ul li .MoreJob_text { width: 100%; height: auto; overflow: hidden; margin: 0; padding: 0 20px 0 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyNewDetail_MoreJob ul li .MoreJob_text a { display: block; width: 100%; color: #333; font-size: 17px; margin: 0 auto 10px; padding: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.NyNewDetail_MoreJob ul li:hover .MoreJob_text a { color: #e60012; }
.NyNewDetail_MoreJob ul li .MoreJob_text p { font-size: 15px; color: #a2a4a8; }
.NyNewDetail_MoreJob ul li .MoreJob_text p b { font-weight: normal; display: block; float: left; max-width: 80%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.NyNewDetail_MoreJob ul li .MoreJob_text p span { display: block; float: left; margin-left: 10px; }
 @media (max-width:1680px) {
.lyNyNew_detail, .lyNyJob_detail { width: 95%; }
}
@media (max-width:1600px) {
}
@media (max-width:1440px) {
.lyNyNew_detail, .lyNyJob_detail { width: 95%; }
.NyNewDetail_con .NyNewDetail_tit, .NyJobDetail_con .NyJobDetail_tit { font-size: 28px; }
.NyNewDetail_page ul li a { font-size: 16px; }
.lyNyNew_detail .NyNewDetail_con { width: 68%; }
.lyNyNew_detail .NyNewDetail_right { width: 28%; }
.lyNyJob_detail .NyJobDetail_con { width: 68%; }
.lyNyJob_detail .NyNewDetail_right { width: 28%; }
}
@media (max-width:1366px) {
.lyNyNew_detail, .lyNyJob_detail { width: 95%; margin: 50px auto; }
}
@media (max-width:1280px) {
.lyNyNew_detail { width: 95%; margin: 40px auto; }
.lyNyNew_detail .NyNewDetail_con, .lyNyJob_detail .NyJobDetail_con { width: 66%; }
.NyNewDetail_con .NyNewDetail_tips { margin: 20px auto; }
.lyNyNew_detail .NyNewDetail_right, .lyNyJob_detail .NyNewDetail_right { width: 30%; }
.lyNyProDetail_right { width: 25%; }
}
@media (max-width:1200px) {
}
@media (max-width:1080px) {
.lyNyNew_detail { width: 95%; margin: 30px auto; }
.lyNyNew_detail .NyNewDetail_con, .lyNyJob_detail .NyJobDetail_con { width: 100%; margin: 0 auto 30px; float: inherit; }
.lyNyNew_detail .NyNewDetail_right, .lyNyJob_detail .NyNewDetail_right { width: 100%; margin: 0 auto; float: inherit; }
.NyNewDetail_page ul li { width: 48.5%; float: left; margin: 0 3% 20px 0; float: left; }
.NyNewDetail_page ul li:nth-child(2) { margin: 0 0 20px; }
.NyNewDetail_MoreNews ul li, .NyNewDetail_MoreJob ul li { width: 48.5%; float: left; margin: 0 3% 0 0; float: left; }
.NyNewDetail_MoreNews ul li:nth-child(2n+2), .NyNewDetail_MoreJob ul li:nth-child(2n+2) { margin: 0; }
.NyNewDetail_MoreNews ul li:last-child, .NyNewDetail_MoreJob ul li:last-child { border-bottom: 1px dashed #ddd; }
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
.NyNewDetail_con .NyNewDetail_tit, .NyJobDetail_con .NyJobDetail_tit { font-size: 26px; }
}
@media (max-width: 767px) {
.lyNyNew_detail { width: 95%; margin: 20px auto; }
.NyNewDetail_con .NyNewDetail_tit { line-height: 32px; font-size: 22px; }
.NyNewDetail_con .NyNewDetail_tips { line-height: 24px; font-size: 14px; margin: 10px auto 20px; }
.NyNewDetail_page ul li { width: 100%; float: inherit; margin: 0 auto 20px; }
.NyNewDetail_page ul li:nth-child(2) { margin: 0 auto 20px; }
.NyNewDetail_MoreNews ul li { width: 100%; float: inherit; margin: 0 auto; }
.NyNewDetail_MoreNews ul li:nth-child(2n+2) { margin: 0 auto; }
.NyNewDetail_MoreNews ul li:last-child { border: 0; }
.NyNewDetail_page ul li span { font-size: 20px; }
.NyNewDetail_MoreNews .MoreNews_tit { font-size: 20px; }
.MoreNews_tit i { height: 20px; margins: 10px 10px 10px 0; }
.NyNewDetail_page ul li a { margin: 0 auto; }
.NyNewDetail_page ul li font { height: 24px; line-height: 24px; font-size: 14px; }
.NyJobDetail_con .NyJobDetail_tit { line-height: 32px; font-size: 22px; }
.NyJobDetail_con .NyJobDetail_tips { line-height: 24px; font-size: 14px; margin: 10px auto 20px; }
.NyJobDetail_MoreJob ul li { width: 100%; float: inherit; margin: 0 auto; }
.NyJobDetail_MoreJob ul li:nth-child(2n+2) { margin: 0 auto; }
.NyJobDetail_MoreJob ul li:last-child { border: 0; }
.NyNewDetail_MoreJob .MoreJob_tit { font-size: 20px; }
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
/*lyNyNew_detail 结束*/

/*lyNyCase_list 开始*/
.lyNyCase { width: 100%; background: #f6f6f6; padding: 0 0 50px; overflow: hidden; }
.lyNyCase_list { height: auto; margin: 0 auto; padding: 0; }
.lyNyCase_list ul li { width: 32%; height: auto; margin: 0 2% 30px 0; padding: 30px; background-color: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.06); float: left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.lyNyCase_list ul li:nth-child(3n+3) { margin: 0 0 30px; }
.lyNyCase_list ul li:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.06); }
.lyNyCase_list ul li .lyNyCase_time { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; display: none; }
.lyNyCase_list ul li .lyNyCase_time font { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 18px; font-weight: bold; margin: 0 auto; padding: 0; }
.lyNyCase_list ul li .lyNyCase_time span { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 36px; font-weight: bold; margin: 0 auto; padding: 0; }
.lyNyCase_list ul li:hover .lyNyCase_time font, .lyNyCase_list ul li:hover .lyNyCase_time span { color: #333; }
.lyNyCase_list ul li .lyNyCase_name { width: 100%; overflow: hidden; margin: 20px auto; padding: 0; }
.lyNyCase_list ul li .lyNyCase_name a { display: block; width: 100%; height: 64px; overflow: hidden; line-height: 32px; color: #333; font-size: 22px; font-weight: bold; margin: 0 auto; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lyNyCase_list ul li:hover .lyNyCase_name a { color: #e60012; }
.lyNyCase_list ul li .lyNyCase_img { width: 100%; height: 260px; overflow: hidden; margin: 0 auto 20px; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNyCase_list ul li .lyNyCase_img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #fff; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyNyCase_list ul li .lyNyCase_img a img { display: block; width: 100%; height: 100%; overflow: hidden; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyNyCase_list ul li:hover .lyNyCase_img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyNyCase_list ul li .lyNyCase_ms { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.lyNyCase_list ul li .lyNyCase_ms p { width: 100%; height: 60px; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; margin: 0 auto; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
@media (max-width:1680px) {
}
@media (max-width:1600px) {
.lyNyCase_list ul li .lyNyCase_img { height: 245px; }
}
@media (max-width:1560px) {
.lyNyCase_list ul li .lyNyCase_img { height: 240px; }
}
@media (max-width:1440px) {
.lyNyCase_list ul li .lyNyCase_name a { height: 60px; line-height: 30px; font-size: 20px; }
.lyNyCase_list ul li .lyNyCase_img { height: 224px; }
.lyNyCase_list ul li .lyNyCase_ms p { height: 50px; line-height: 25px; font-size: 15px; }
}
@media (max-width:1366px) {
.lyNyCase_list ul li .lyNyCase_img { height: 220px; }
}
@media (max-width:1280px) {
.lyNyCase_list ul li { width: 32%; margin: 0 2% 20px 0; padding: 20px; }
.lyNyCase_list ul li:nth-child(3n+3) { margin: 0 0 20px; }
.lyNyCase_list ul li .lyNyCase_img { height: 220px; }
}
@media (max-width:1200px) {
.lyNyCase_list ul li .lyNyCase_img { height: 210px; }
}
@media (max-width:1080px) {
.lyNyCase_list ul li .lyNyCase_img { height: 180px; }
.lyNyCase_list ul li .lyNyCase_time font { height: 20px; line-height: 20px; font-size: 16px; }
.lyNyCase_list ul li .lyNyCase_time span { height: 34px; line-height: 34px; font-size: 32px; }
.lyNyCase_list ul li .lyNyCase_name a { height: 56px; line-height: 28px; font-size: 18px; }
.lyNyCase_list ul li .lyNyCase_ms p { height: 48px; line-height: 24px; font-size: 14px; }
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
.lyNyCase_list ul li { width: 48.5%; margin: 0 3% 20px 0; }
.lyNyCase_list ul li:nth-child(3n+3) { margin: 0 3% 20px 0; }
.lyNyCase_list ul li:nth-child(2n+2) { margin: 0 0 20px; }
.lyNyCase_list ul li .lyNyCase_img { height: 200px; }
}
@media (max-width: 767px) {
.lyNyCase_list ul li { width: 100%; margin: 0 auto 20px; float: inherit; }
.lyNyCase_list ul li:nth-child(2n+2), .lyNyCase_list ul li:nth-child(3n+3) { margin: 0 auto 20px; }
.lyNyCase_list ul li .lyNyCase_img { height: 220px; }
.lyNyCase_list ul li .lyNyCase_name a { height: auto; max-height: 56px; }
.lyNyCase_list ul li .lyNyCase_ms p { height: auto; max-height: 48px; }
}
@media (max-width: 375px) {
.lyNyCase_list ul li .lyNyCase_img { height: 200px; }
}
@media (max-width: 320px) {
.lyNyCase_list ul li .lyNyCase_img { height: 170px; }
}
/*lyNyCase_list 结束*/

/*lyNy_honor 开始*/
.lyNy_honor { width: 100%; background: #f6f6f6; overflow: hidden; padding: 60px 0; }
.lyNy_honor_list { height: auto; min-height: 320px; margin: 0 auto; padding: 0; }
.lyNy_honor ul { min-height: 300px; }
.lyNy_honor ul li { width: 23.5%; height: auto; margin: 0 2% 30px 0; padding: 0; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 10px 20px rgba(0,0,0,0.05); position: relative; float: left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNy_honor ul li:nth-child(4n+4) { margin: 0 0 30px; }
.lyNy_honor ul li .lyNyHonor_img { width: 100%; height: 300px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.lyNy_honor ul li .lyNyHonor_img img { display: block; max-width: 95%; max-height: 95%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyNy_honor ul li:hover .lyNyHonor_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyNy_honor ul li .lyNyHonor_name { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.lyNy_honor ul li .lyNyHonor_name a { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 59px; color: #333; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis; border-radius: 0 0 4px 4px; margin: 0 auto; padding: 0 20px; border-top: 1px solid #ddd; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNy_honor ul li:hover { cursor: pointer; }
.lyNy_honor ul li:hover .lyNyHonor_name a { color: #e60012; }
 @media (max-width:1366px) {
.lyNy_honor { padding: 50px 0; }
}
@media (max-width:1280px) {
.lyNy_honor { padding: 40px 0; }
.lyNy_honor ul li { width: 23.5%; margin: 0 2% 20px 0; }
.lyNy_honor ul li:nth-child(4n+4) { margin: 0 0 20px; }
}
@media (max-width:1200px) {
}
@media (max-width:1080px) {
.lyNy_honor ul li { width: 32%; margin: 0 2% 20px 0; }
.lyNy_honor ul li:nth-child(4n+4) { margin: 0 2% 20px 0; }
.lyNy_honor ul li:nth-child(3n+3) { margin: 0 0 20px; }
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
.lyNy_honor { padding: 40px 0; }
.lyNy_honor ul li { width: 48.5%; margin: 0 3% 20px 0; }
.lyNy_honor ul li:nth-child(3n+3), .lyNy_honor ul li:nth-child(4n+4) { margin: 0 3% 20px 0; }
.lyNy_honor ul li:nth-child(2n+2) { margin: 0 0 20px; }
}
@media (max-width: 767px) {
.lyNy_honor { padding: 40px 0; }
.lyNy_honor ul li { width: 100%; margin: 0 auto 20px; float: inherit; }
.lyNy_honor ul li:nth-child(2n+2), .lyNy_honor ul li:nth-child(3n+3), .lyNy_honor ul li:nth-child(4n+4) { margin: 0 auto 20px; }
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
/*lyNy_honor 结束*/


/*ly_NyProDetail 开始*/
.ly_NyProDetail { width: 100%; background: #f6f6f6; padding: 60px 0; }
.pro_detail_bt { width: 100%; text-align: center; font-size: 34px; color: #333; margin-bottom: 40px; }
.pro_detail_bt span { display: inline-block; width: 23%; background: url(../images/pro_titbt_l.png) no-repeat right center; height: 32px; }
.pro_detail_bt i { display: inline-block; width: 23%; background: url(../images/pro_titbt_r.png) no-repeat left center; height: 32px; }
.pro_detail_bt h1 { display: inline-block; width: auto; font-weight: bold; max-width: 50%; margin: 0 2%; height: 40px; line-height: 40px; }
.pro_detail_main { height: auto; margin: 0 auto; padding: 50px 40px; background: url(../images/cpxq_cpbj.png) no-repeat; background-size: cover; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.prodetail_list { width: 100%; height: auto; margin: 0; padding: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.prodetail_list .mySwiper2 { width: 100%; height: auto; overflow: visible; }
.prodetail_list .mySwiper2 .swiper-slide { opacity: 0.5; }
.prodetail_list .mySwiper2 .swiper-slide-active { opacity: 1; }
.prodetail_list .mySwiper { width: 90px; height: 600px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 0; right: 0; overflow: visible; }
.prodetail_list .mySwiper .swiper-slide { width: 100%; height: auto !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #fff; box-shadow: 0 10px 20px rgba(20,49,49,0.1); }
.prodetail_list .mySwiper .swiper-slide-thumb-active { border: 1px solid #e60012; }
.prodetaillist_con { width: 40%; height: auto; margin: 0 auto; padding: 0; position: relative; }
.prodetaillist_con .prodetaillist_img { width: 100%; height: 600px; overflow: hidden; margin: 0 auto 0; padding: 0; position: relative; background: #fff; box-shadow: 0 10px 20px rgba(20,49,49,0.1); }
.prodetaillist_con .prodetaillist_img img { display: block; max-width: 100%; max-height: 100%; overflow: hidden; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.prodetaillist_con:hover .prodetaillist_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.prodetaillist_minimg { width: 100%; height: 90px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; background: #fff; }
.prodetaillist_minimg img { display: block; max-width: 100%; max-height: 100%; overflow: hidden; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.prodetail_list .swiper-button-prev, .prodetail_list .swiper-button-next { width: 50px!important; height: 50px!important; margin: 0!important; position: absolute; border-radius: 50%; outline: none; border: 3px solid #ebebeb; }
.prodetail_list .swiper-button-prev { background: url(../images/jt4.png) center center no-repeat; background-size: 20px 20px; left: 20%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.prodetail_list .swiper-button-next { background: url(../images/jt5.png) center center no-repeat; background-size: 20px 20px; right: 20%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.prodetail_list .swiper-button-prev:after, .prodetail_list .mySwiper2 .swiper-rtl .swiper-button-next:after { font-size: 0; }
.prodetail_list .swiper-button-next:after, .prodetail_list .mySwiper2 .swiper-rtl .swiper-button-prev:after { font-size: 0; }
.prodetail_text .prodetail_logo { position: absolute; top: 60px; }
.prodetail_text .prodetail_ssfl { font-weight: bold; color: #fff; font-size: 28px; position: absolute; bottom: 60px; max-width: 400px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; z-index: 99; }
.prodetail_text .prodetail_ssfl a { color: #fff; }
.prodetail_text .prodetail_order { width: 154px; height: 50px; background: #e60012; line-height: 50px; text-align: center; border-radius: 5px; position: absolute; right: 35px; bottom: 60px; z-index: 99; }
.prodetail_text .prodetail_order a { font-size: 18px; color: #fff; }
.lyNyProDetail { background: #fff; margin: 0 auto; padding: 60px 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-top: 1px solid #f6f6f6; }
/*内页-产品详情 开始*/
.ly_NyProDetail { width: 100%; overflow: hidden; margin: 0 auto; padding: 60px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ly_NyProDetail .lyNyProDetail_con { width: 70%; overflow: hidden; float: left; border-right: 1px solid #efefef; padding-right: 70px; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNyProDetail_con .lyNyProDetail_ConTit { margin: 0 auto 30px; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNyProDetail_ConTit p { width: 120px; height: 60px; overflow: hidden; line-height: 60px; color: #333; font-size: 28px; font-weight: bold; margin: 0; padding: 0; position: relative; }
.lyNyProDetail_ConTit p i { display: block; width: 28px; height: 2px; overflow: hidden; margin: 0; padding: 0; background-color: #e60012; position: absolute; left: 0; bottom: 0; }
.lyNyProDetail_con .lyNyProDetail_ConText { width: 100%; overflow: hidden; line-height: 30px; color: #333; font-size: 16px; margin: 0 auto; padding: 0; }
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, .lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, .lyNyProDetail_ConText p, .lyNyProDetail_ConText span, .lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { height: auto !important; max-width: 100% !important; max-height: 100%; line-height: 30px; color: #333!important; font-size: 16px!important; white-space: normal; word-break: break-all; }
.lyNyProDetail_ConText div, .lyNyProDetail_ConText p { margin: 0 auto 20px; }
.lyNyProDetail_ConText div b, .lyNyProDetail_ConText p b { line-height: 40px; font-size: 36px; }
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color: #565656!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 16px!important; }
.lyNyProDetail_ConText table { margin: 0 !important; border-left: 1px solid #ddd!important; border-top: 1px solid #ddd !important; border-right: 0!important; border-bottom: 0 !important; }
.lyNyProDetail_ConText table tr th, .lyNyProDetail_ConText table tr td { border-right: 1px solid #ddd !important; border-bottom: 1px solid #ddd !important; border-left: 0 !important; border-top: 0 !important; }
.lyNyProDetail_ConText table tr th span, .lyNyProDetail_ConText table tr td span { line-height: 24px!important; font-size: 14px!important; }
.lyNyProDetail_ConText table tr td p { text-indent: 0!important; margin: 0!important; padding: 0!important; }
.lyNyProDetail_ConText img { display: inline-block; width: auto!important; height: auto!important; max-width: 100%; margin: 0 auto; padding: 0; text-indent: 0!important; }
.ly_PrevNext { width: 100%; overflow: hidden; margin: 40px auto; padding: 0; }
.ly_PrevNext ul li { width: 49%; height: 60px; overflow: hidden; line-height: 40px; color: #333; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; margin: 0 2% 0 0; padding: 10px 20px; background-color: #fff; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ly_PrevNext ul li a { display: inline-block; line-height: 40px; color: #333; font-size: 18px; }
.ly_PrevNext ul li:nth-child(2) { margin: 0; text-align: right; }
.ly_PrevNext ul li:hover a { color: #e60012; }
.lyNyProDetail_csText { margin-top: 20px; }
.lyNyProDetail_csms { font-size: 18px; color: #888; line-height: 36px; }
.lyNyProDetail_csxq { width: 100%; overflow: hidden; background: #f4f7fb; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 30px 0; }
.lyNyProDetail_csxq .csxq_l { float: left; width: 35%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-right: 1px solid #fff; }
.lyNyProDetail_csxq .csxq_l dl dt { background: #e60012; height: 60px; line-height: 60px; color: #fff; font-size: 20px; text-align: center; border-top-left-radius: 15px; font-weight: bold; }
.lyNyProDetail_csxq .csxq_l dl dd { color: #333; font-size: 18px; font-weight: bold; text-align: center; height: 60px; line-height: 60px; border-bottom: 1px solid #fff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyNyProDetail_csxq .csxq_r { float: right; width: 65%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyNyProDetail_csxq .csxq_r dl dt { background: #e60012; height: 60px; line-height: 60px; color: #fff; font-size: 20px; text-align: center; border-top-right-radius: 15px; font-weight: bold; }
.lyNyProDetail_csxq .csxq_r dl dd { width: 100%; color: #333; font-size: 18px; height: 60px; line-height: 60px; border-bottom: 1px solid #fff; padding: 0 50px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyNyProDetail_csxq .csxq_r dl dd span { display: inline-block; margin-left: 5px; color: #e60012; }
.lyNyProDetail_tjPro { overflow: hidden; margin: 40px auto; padding: 0; }
.lyNyProDetail_tjPro .ProDetail_tjProtit { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 28px; margin: 0 auto 30px; padding: 0; font-weight: bold; }
.ProDetail_tjProtit img { display: block; width: 38px; height: 37px; margin: 0 10px 0 0; padding: 0; float: left; }
 @media (max-width:1440px) {
.ly_NyProDetail .lyNyProDetail_con { width: 68%; padding-right: 50px; }
}
@media (max-width:1280px) {
.ly_NyProDetail .lyNyProDetail_con { width: 66%; padding-right: 50px; }
.prodetail_text .prodetail_ssfl { max-width: 300px; }
}
@media (max-width:1080px) {
.ly_NyProDetail .lyNyProDetail_con { width: 100%; padding: 0; border: 0; }
.lyNyProDetail_ConText div b, .lyNyProDetail_ConText p b { font-size: 32px; }
.prodetail_text .prodetail_ssfl { max-width: 300px; }
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.ly_NyProDetail .lyNyProDetail_con { width: 100%; padding: 0; border: 0; }
.lyNyProDetail_right .lyNyProDetail_ConTit { margin: 0 auto 20px; padding: 0; }
.pro_detail_main { padding: 100px 40px; }
.prodetaillist_con { width: 55%; }
.prodetail_list .swiper-button-prev { left: 12%; }
.prodetail_list .swiper-button-next { right: 12%; }
.prodetail_text .prodetail_logo { top: 40px; left: 15px; }
.prodetail_text .prodetail_ssfl { bottom: 30px; font-size: 22px; }
.prodetail_text .prodetail_order { height: 45px; line-height: 45px; bottom: 25px; }
.lyNyProDetail { padding: 3%; }
.ly_NyProDetail .lyNyProDetail_con { width: 100%; border: 0; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.ly_NyProDetail { padding: 40px 0; }
.ly_NyProDetail .lyNyProDetail_con { width: 100%; padding: 0; border: 0; }
.lyNyProDetail_right .lyNyProDetail_ConTit { margin: 0 auto 20px; padding: 0; }
.pro_detail_main { padding-bottom: 80px; }
.prodetaillist_con { width: 60%; }
.prodetaillist_con .prodetaillist_img { height: 450px; }
.prodetail_list .swiper-button-prev, .prodetail_list .swiper-button-next { display: none; }
.prodetaillist_minimg { height: 70px; }
.prodetail_text .prodetail_logo { width: 22%; top: 30px; left: 15px; }
.prodetail_text .prodetail_logo img { display: block; max-width: 80%; }
.prodetail_text .prodetail_ssfl { bottom: 20px; font-size: 22px; }
.prodetail_text .prodetail_order { height: 45px; line-height: 45px; bottom: 15px; }
.lyNyProDetail { padding: 3%; }
.pro_detail_bt { font-size: 30px; }
}
@media (max-width:800px) {
.ly_NyProDetail .lyNyProDetail_con { padding: 0; width: 100%; border: 0; }
.ly_PrevNext { margin: 20px auto 40px; }
.ly_PrevNext ul li { width: 100%; margin: 0 auto 20px; text-align: left; }
.ly_PrevNext ul li:nth-child(2) { text-align: left; }
}
@media (max-width: 767px) {
.ly_NyProDetail { padding: 40px 0; }
.pro_detail_main { padding: 4%; }
.pro_detail_bt { font-size: 25px; margin-bottom: 20px; width: 95%; }
.pro_detail_bt h1 { width: 100%; max-width: 100%; overflow: visible; text-overflow: initial; white-space: normal; height: auto; }
.prodetaillist_con { width: 100%; }
.pro_detail_bt span { display: none; }
.pro_detail_bt i { display: none; }
.prodetaillist_con .prodetaillist_img { height: 350px; }
.prodetail_list .swiper-button-prev, .prodetail_list .swiper-button-next { display: none; }
.prodetail_list .mySwiper { width: 100%; height: auto; position: inherit; margin-top: 10px; }
.prodetaillist_minimg { height: 60px; }
.prodetail_text .prodetail_logo { display: none; }
.prodetail_text .prodetail_ssfl { position: inherit; font-size: 24px; margin-top: 10px; }
.prodetail_text .prodetail_order { position: inherit; height: 45px; line-height: 45px; margin: 10px 0; }
.prodetail_text .prodetail_order a { font-size: 16px; }
.lyNyProDetail { padding: 3%; }
.lyNyProDetail_con .lyNyProDetail_left, .lyNyProDetail_con .lyNyProDetail_right { width: 100%; }
.lyNyProDetail_con .lyNyProDetail_right { margin: 20px auto 0; }
.lyNyProDetail_right .lyNyProDetail_ConTit { margin: 0 auto 20px; padding: 0; }
.lyNyProDetail_right .lyNyProDetail_ConText { max-height: 99999999999999999999999px; }
.lyNyProDetail_ConText div { max-height: 99999999999999999999999px; }
.lyNyProDetail_ConText div b, .lyNyProDetail_ConText p b { font-size: 26px; }
.ly_PrevNext ul li { font-size: 15px; }
.ly_PrevNext ul li a { font-size: 15px; }
.lyNyProDetail_csms { font-size: 16px; line-height: 30px; }
.lyNyProDetail_csxq .csxq_l { width: 40%; }
.lyNyProDetail_csxq .csxq_l dl dt { height: 50px; line-height: 50px; font-size: 18px; }
.lyNyProDetail_csxq .csxq_l dl dd { font-size: 14px; height: 50px; line-height: 50px; }
.lyNyProDetail_csxq .csxq_r { float: right; width: 60%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyNyProDetail_csxq .csxq_r dl dt { height: 50px; line-height: 50px; font-size: 18px; }
.lyNyProDetail_csxq .csxq_r dl dd { font-size: 14px; height: 50px; line-height: 50px; padding: 0 3%; }
}
 @media (max-width: 325px) {
.prodetaillist_con .prodetaillist_img { height: 300px; }
.prodetaillist_minimg { height: 50px; }
}
/*网站右侧漂浮*/
.f_pf1 { position: fixed; bottom: 80px; right: 2px; z-index: 999; }
.f_pf1 input#foo { display: none; }
.f_pf1 a.qqa { display: block; width: 44px; height: 44px; overflow: hidden; background: rgba(0,0,0,.5); margin-bottom: 2px; }
.f_pf1 a.qqa:after { content: ''; display: block; width: 24px; height: 24px; background: url(../images/slidebar_icon.png) top center no-repeat; overflow: hidden; margin: 9px 10px; }
.f_pf1 .tela>a { display: block; width: 44px; height: 44px; overflow: hidden; background: rgba(0,0,0,.5); margin-bottom: 2px; }
.f_pf1 .tela>a:after { content: ''; display: block; width: 24px; height: 24px; background: url(../images/slidebar_icon.png) center -27px no-repeat; overflow: hidden; margin: 9px 10px; }
.f_pf1 .tela .wz { position: absolute; top: 46px; left: -210px; z-index: 999; display: none; box-shadow: 0 0 10px rgba(0,0,0,.2); }
.f_pf1 .tela:hover .wz { display: block; }
.f_pf1 .tela p { background: #fff; padding: 5px; width: 200px; height: 44px; overflow: hidden; font-size: 18px; font-weight: bold; color: #e60012; line-height: 34px; text-align: center; }
.f_pf1 .tela p em { width: 0; height: 0; border-width: 6px 0 6px 6px; border-style: solid; border-color: transparent transparent transparent #fff; margin-top: -6px; position: absolute; top: 50%; right: -6px; }
.f_pf1 .wxa, .f_pf1 .wxa1 { position: relative; }
.f_pf1 .wxa>span, .f_pf1 .wxa1>span { display: block; width: 44px; height: 44px; overflow: hidden; background: rgba(0,0,0,.5); margin-bottom: 2px; }
.f_pf1 .wxa>span:after, .f_pf1 .wxa1>span:after { content: ''; display: block; width: 24px; height: 24px; background: url(../images/slidebar_icon.png) center -52px no-repeat; overflow: hidden; margin: 9px 10px; }
.f_pf1 .wxa1>span:after { background: url(../images/slidebar_icon.png) top center no-repeat; }
.f_pf1 .wxa .code, .f_pf1 .wxa1 .code1 { position: absolute; top: -48px; left: -130px; z-index: 999; display: none; box-shadow: 0 0 10px rgba(0,0,0,.2); }
.f_pf1 .wxa:hover .code, .f_pf1 .wxa1:hover .code1 { display: block; }
.f_pf1 .wxa .code p, .f_pf1 .wxa1 .code1 p { background: #fff; padding: 5px; width: 120px; height: auto; overflow: hidden; }
.f_pf1 .wxa .code p img, .f_pf1 .wxa1 .code1 p img { display: block; width: 100%; margin-bottom: 0; }
.f_pf1 .wxa .code p font, .f_pf1 .wxa1 .code1 p font { display: block; line-height: 20px; color: #666; font-size: 14px; text-align: center; }
.f_pf1 .wxa .code p em, .f_pf1 .wxa1 .code1 p em { width: 0; height: 0; border-width: 6px 0 6px 6px; border-style: solid; border-color: transparent transparent transparent #fff; margin-top: -6px; position: absolute; top: 50%; right: -6px; }
.f_pf1 a.totop { display: block; width: 44px; height: 44px; overflow: hidden; background: rgba(0,0,0,.5); margin-bottom: 2px; }
.f_pf1 a.totop:after { content: ''; display: block; width: 24px; height: 24px; background: url(../images/slidebar_icon.png) center -76px no-repeat; overflow: hidden; margin: 9px 10px; }
 @media (max-width:880px) {
.my-kefu-liuyan, .my-kefu-weixin, .my-kefu-tel-right { display: none; }
.client-2 { right: 0; }
.client-2 li { height: 48px; position: static; margin: 0; }
.client-2 .my-kefu-tel-main, .client-2 .my-kefu-main { width: 48px; border-radius: 48px; height: 40px; padding: 4px 0; }
.my-kefu-main { background: #e60012 !important; }
.client-2 li a p { display: none; }
.client-2 .my-kefu-left { height: 48px; }
.client-2 .my-kefu-ftop i { margin: 4px 0 0 8px; }
.client-2 .my-kefu-ftop { margin-top: 10px; }
.client-2 .my-kefu-tel i { margin: 6px 0 0 8px; }
.f_pf1 a.qqa1, .f_pf1 .wxa, .f_pf1 .wxa1 { display: none; }
.f_pf1 a.qqa2 { display: block; }
.f_pf1 .tela .wz{ top:0;}
}
 @media (max-width:767px) {
.f_pf1 { right: 10px; }
}
/*右侧漂浮 结束*/

.embed-icon { left: 2px; right: inherit!important; }
/*解决方案 新增*/
.lqCase { min-height: 300px; margin-top: 50px; }
.lqCase .swiper-container { width: 120%; height: auto; min-height: 320px; overflow: hidden; margin: 0 auto; padding: 0 20% 50px 0; position: relative; display: block; }
.lqCase .swiper-container .swiper-slide { height: 444px; overflow: hidden; position: relative; }
.lqCase .swiper-container .swiper-slide .lqCase_Img { width: 100%; height: 100%; position: relative; overflow: hidden; border-radius: 8px; }
.lqCase .swiper-container .swiper-slide .lqCase_Img img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.lqCase .swiper-container .swiper-slide .lqCase_text { width: 47%; position: absolute; left: 0; top: 0; background: url(../images/solution_Bg01.png) no-repeat; background-size: 100% 100%; padding-left: 45px; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.lqCase .swiper-container .swiper-slide:hover .lqCase_text { background: url(../images/solution_Bg02.png) no-repeat; background-size: 100% 100%; }
.lqCase .swiper-container .swiper-slide .lqCase_text .lqCase_name { display: block; font-size: 28px; color: #fff; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height:84px; line-height:42px; width:75%;}
.lqCase .swiper-container .swiper-slide .lqCase_text i { display: block; width: 60px; height: 60px; margin-top: 20px; }
.lqCase .swiper-container .swiper-slide .lqCase_text i img { max-width: 100%; }
.lqCase .swiper-scrollbar { height: 60px !important; bottom: auto !important; border-radius: 0 !important; z-index: 1; background: none; }
.lqCase .swiper-scrollbar:before { content: ""; position: absolute; right: 0; top: 50%; left: 0; height: 1px; background: #e6e6e6; z-index: -1 }
.lqCase .swiper-scrollbar-drag { background: #fff url(../images/drag.png) center no-repeat; height: 60px; cursor: pointer; margin-left: 0; border-radius: 50px; background-size: 100% 100%; box-shadow: 0 0 12px rgba(0, 0, 0, 0.08); transition: none; }
.lqCase .hd_text { font-size: 16px; color: #999; padding-left: 50px; }
@media (max-width:1680px) {
.lqCase .swiper-container .swiper-slide { height: 420px; }
.lqCase .swiper-container .swiper-slide .lqCase_text{ padding-left:40px;}
.lqCase .swiper-container .swiper-slide .lqCase_text .lqCase_name { font-size: 26px; }
}
 @media (max-width:1600px) {
.lqCase { margin: 40px auto; }
}
 @media (max-width:1560px) {
.lqCase .swiper-container { padding: 0 20% 40px 0; }
.lqCase .swiper-container .swiper-slide { height: 380px; }
.lqCase .swiper-container .swiper-slide .lqCase_text{ padding-left:35px;}
.lqCase .swiper-container .swiper-slide .lqCase_text .lqCase_name { font-size: 24px; line-height:40px; height:80px; }
.lqCase .swiper-container .swiper-slide .lqCase_text i { width: 55px; height: 55px; }
}
 @media (max-width:1440px) {
}
 @media (max-width:1366px) {
.lqCase .swiper-container { padding: 0 20% 30px 0; }
.lqCase .swiper-container .swiper-slide { height: 340px; }
.lqCase .swiper-container .swiper-slide .lqCase_text .lqCase_name { font-size: 22px; }
}
 @media (max-width:1280px) {
}
 @media (max-width:1200px) {
}
 @media (max-width:1080px) {
.lqCase { margin: 30px auto; }
.lqCase .swiper-container { padding: 0 20% 30px 0; }
.lqCase .swiper-container .swiper-slide { height: 320px; }
.lqCase .swiper-container .swiper-slide .lqCase_text{ padding-left:30px;}
.lqCase .swiper-container .swiper-slide .lqCase_text .lqCase_name { font-size: 20px; line-height:34px; height:68px; }
.lqCase .swiper-container .swiper-slide .lqCase_text i { width: 50px; height: 50px; }
.lqCase .hd_text { font-size: 15px; }
}
 @media (max-width:1024px) {
}
 @media (max-width:920px) {
.lqCase { margin: 20px auto; }
.lqCase .swiper-container { padding: 0 20% 20px 0; min-height: inherit; }
.lqCase .swiper-container .swiper-slide { height: 280px; }
.lqCase .swiper-container .swiper-slide .lqCase_text{ padding-left:25px;}
.lqCase .swiper-container .swiper-slide .lqCase_text .lqCase_name { font-size: 18px; line-height:30px; height:60px; }
.lqCase .swiper-container .swiper-slide .lqCase_text i { width: 45px; height: 45px; }
.lqCase .hd_text { font-size: 14px; }
}
@media (max-width:820px) {
}
 @media (max-width:767px) {
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
}
/*产品中心 新增*/
.nqPro_Top { padding: 60px 0 80px; overflow: hidden; }
.nqPro_tit { text-align: center; margin-bottom: 30px; overflow: hidden; }
.nqPro_tit span { display: block; font-size: 30px; color: #222; margin-bottom: 10px; }
.nqPro_tit p { font-size: 16px; color: #999; padding: 0 20px; }
.nqProT_list ul li { width: 32%; margin-right: 2%; border: 1px solid #e6e6e6; border-radius: 10px; float: left; padding: 0 40px; height: 130px; display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; }
.nqProT_list ul li:last-child { margin-right: 0; }
.nqProT_list ul li .nqProT_Ico { width: 70px; height: 70px; float: left; }
.nqProT_list ul li .nqProT_Ico01 { background: url(../images/Proys_ico01.png) no-repeat; background-size: 100% 100%; }
.nqProT_list ul li .nqProT_Ico02 { background: url(../images/Proys_ico02.png) no-repeat; background-size: 100% 100%; }
.nqProT_list ul li .nqProT_Ico03 { background: url(../images/Proys_ico03.png) no-repeat; background-size: 100% 100%; }
.nqProT_list ul li .nqProT_Text { width: calc(100% - 70px); float: right; padding-left: 20px; }
.nqProT_list ul li .nqProT_Text b { display: block; font-size: 20px; color: #222; margin-bottom: 5px; }
.nqProT_list ul li .nqProT_Text p { font-size: 16px; color: #999; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.nqProT_list ul li:hover { background: #e60012; border: 1px solid #e60012; }
.nqProT_list ul li:hover .nqProT_Ico01 { background: url(../images/Proysh_ico01.png) no-repeat; background-size: 100% 100%; }
.nqProT_list ul li:hover .nqProT_Ico02 { background: url(../images/Proysh_ico02.png) no-repeat; background-size: 100% 100%; }
.nqProT_list ul li:hover .nqProT_Ico03 { background: url(../images/Proysh_ico03.png) no-repeat; background-size: 100% 100%; }
.nqProT_list ul li:hover .nqProT_Text b { color: #fff; }
.nqProT_list ul li:hover .nqProT_Text p { color: #fff; opacity: 0.7; }
/* 大分类Swiper-slide样式 */
.nyPro_menu .main-swiper .swiper-slide { background: #fff; color: #222; padding: 0 25px; border-radius: 30px; cursor: pointer; height: 60px; line-height: 60px; }
.nyPro_menu .main-swiper .swiper-slide p { font-size: 20px; font-weight: bold; width: calc(100% - 30px); float: left; height: 60px; line-height: 60px; }
.nyPro_menu .main-swiper .swiper-slide p a { color: #222; display: block; float: left; width: calc(100% - 30px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.nyPro_menu .main-swiper .swiper-slide span, .nyPro_menu .swiper-slide i { display: block; width: 20px; height: 20px; }
.nyPro_menu .swiper-slide i { float: right; margin-top: 20px; }
.nyPro_menu .main-swiper .swiper-slide span { margin: 19px 10px 0 0; float: left; }
/* 箭头旋转（展开/收起） */
.nyPro_menu .main-swiper .swiper-slide.active i svg { transform: rotate(90deg); }
.nyPro_menu .main-swiper .swiper-slide.active, .nyPro_menu .main-swiper .swiper-slide:hover { background: #e60012; }
.nyPro_menu .main-swiper .swiper-slide.active p a, .nyPro_menu .main-swiper .swiper-slide:hover p a { color: #fff; }
.nyPro_menu .main-swiper .swiper-slide.active span svg path, .nyPro_menu .main-swiper .swiper-slide.active i svg path, .nyPro_menu .main-swiper .swiper-slide:hover span svg path, .nyPro_menu .main-swiper .swiper-slide:hover i svg path { fill: #fff; }
/* 子分类Swiper容器（默认隐藏） */
.nyProMenu_Swiper { display: none; margin-top: 35px; border-top: 1px solid #ddd; padding-top: 35px; position: relative; }
/* 子分类Swiper显示状态 */
.nyProMenu_Swiper.show { display: block; }
/* 子分类Swiper-slide样式 */
.nyProMenu_Swiper .swiper-container { padding-bottom: 10px; min-height: 100px; }
.nyProMenu_Swiper .swiper-slide { padding: 25px 30px; border-radius: 10px; cursor: pointer; background: #fff; border-bottom: 3px solid #fff; position: relative; }
.nyProMenu_Swiper .swiper-slide:after { content: ""; display: none; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #e60012; position: absolute; left: 50%; bottom: -9px; transform: translate(-50%, 0); }
.nyProMenu_Swiper .swiper-slide:hover { background: #fff url(../images/ico02.png) no-repeat 95% center; border-bottom: 3px solid #e60012; border-radius: 10px 10px 0 0; }
.nyProMenu_Swiper .swiper-slide:hover:after { display: block; }
.nyProMenu_Swiper .swiper-slide a { display: block; font-size: 18px; margin-bottom: 4px; color: #777; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.nyProMenu_Swiper .swiper-slide p { color: #999; font-size: 12px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; min-height: 18px; }
.nyProMenu_Swiper .swiper-slide:hover a { color: #e60012; }
/* 子分类Swiper导航箭头 */
.nyProMenu_Swiper .swiper-button-prev, .nyProMenu_Swiper .swiper-button-next { width: 45px; height: 60px; padding: 12px; margin: 0; top: 65px; background: none; z-index: 10; }
.nyProMenu_Swiper .swiper-button-prev { left: -50px; right: inherit; transform: rotateY(180deg); -webkit-transform: rotateY(180deg); }
.nyProMenu_Swiper .swiper-button-next { right: -50px; }
.nyProMenu_Swiper .swiper-button-prev svg, .nyProMenu_Swiper .swiper-button-next svg { width: 20px; height: 20px; }
.nyProMenu_Swiper .swiper-button-prev:hover svg path, .nyProMenu_Swiper .swiper-button-next:hover svg path { fill: #e60012; }
.nyProMenu_Swiper .swiper-button-disabled { opacity: .5 !important; }
 @media (max-width:1680px) {
.nqPro_Top { padding: 50px 0 65px; }
.nqPro_tit span { font-size: 27px; }
.nqPro_tit { margin-bottom: 25px; }
.nqProT_list ul li { height: 120px; }
.nqProT_list ul li .nqProT_Ico { width: 60px; height: 60px; }
.nqProT_list ul li .nqProT_Text b { font-size: 18px; }
.lqPro_list ul li .lqPro_Img { height: 265px; }
.nyPro_menu .main-swiper .swiper-slide { height: 55px; line-height: 55px; }
.nyPro_menu .main-swiper .swiper-slide p { font-size: 18px; height: 55px; line-height: 55px; }
.nyPro_menu .main-swiper .swiper-slide span { margin: 17px 10px 0 0; }
.nyPro_menu .swiper-slide i { margin-top: 18px; }
.lyPro_list ul { margin: 30px auto 0; }
}
 @media (max-width:1600px) {
}
 @media (max-width:1560px) {
.nqPro_tit span { font-size: 24px; }
}
 @media (max-width:1440px) {
.nqPro_Top { padding: 40px 0 50px; }
.nqPro_tit { margin-bottom: 20px; }
.nqProT_list ul li { padding: 0 30px; height: 110px; }
.nqProT_list ul li .nqProT_Text { padding-left: 15px; }
.nqProT_list ul li .nqProT_Text b { font-size: 16px; }
.nqProT_list ul li .nqProT_Text p { font-size: 15px; }
.nqProT_list ul li .nqProT_Ico { width: 50px; height: 50px; }
.nyPro_menu .main-swiper .swiper-slide { padding: 0 20px; height: 50px; line-height: 50px; }
.nyPro_menu .main-swiper .swiper-slide p { font-size: 16px; height: 50px; line-height: 50px; }
.nyPro_menu .swiper-slide i { width: 18px; height: 18px; margin-top: 15px; }
.nyPro_menu .main-swiper .swiper-slide span { margin: 14px 10px 0 0; }
.nyProMenu_Swiper .swiper-slide { padding: 20px 20px 15px; }
.nyProMenu_Swiper { margin-top: 25px; padding-top: 25px; }
.nyProMenu_Swiper .swiper-slide { padding: 20px 25px; }
.nyProMenu_Swiper .swiper-slide a { font-size: 16px; }
.nyProMenu_Swiper .swiper-button-prev, .nyProMenu_Swiper .swiper-button-next { top: 45px; }
}
 @media (max-width:1366px) {
.nqPro_tit span { font-size: 22px; }
.nyProMenu_Swiper { padding: 25px 20px; }
.nyProMenu_Swiper .swiper-container { min-height: 80px; }
.nyProMenu_Swiper .swiper-button-prev { left: -30px; }
.nyProMenu_Swiper .swiper-button-next { right: -30px; }
}
 @media (max-width:1200px) {
.nqPro_Top { padding: 30px 0 40px; }
.nqPro_tit span { font-size: 20px; margin-bottom: 5px; }
.nqPro_tit p { font-size: 14px; line-height: 24px; }
.nqProT_list ul li { padding: 0 10px; height: 100px; }
.nqProT_list ul li .nqProT_Text { padding-left: 10px; }
.nyPro_menu .main-swiper .swiper-slide { padding: 0 15px; height: 45px; line-height: 45px; }
.nyPro_menu .main-swiper .swiper-slide p { font-size: 15px; height: 45px; line-height: 45px; }
.nyPro_menu .swiper-slide i { width: 15px; height: 15px; margin-top: 14px; }
.nyPro_menu .main-swiper .swiper-slide span { margin: 13px 8px 0 0; }
.nyProMenu_Swiper .swiper-slide { padding: 20px 20px 15px; }
.nyProMenu_Swiper .swiper-slide a { font-size: 15px; }
}
 @media (max-width:1024px) {
.nqProT_list ul li .nqProT_Ico { width: 40px; height: 40px; }
.nqProT_list ul li .nqProT_Text b { font-size: 15px; }
.nqProT_list ul li .nqProT_Text p { font-size: 14px; }
.nqPro_tit { margin-bottom: 15px; }
.nqPro_tit p { font-size: 13px; line-height: 22px; }
}
 @media (max-width:920px) {
}
 @media (max-width:820px) {
.nqPro_Top { padding: 20px 3% 30px; }
.nqPro_tit span { font-size: 18px; }
.nyProMenu_Swiper .swiper-button-prev { left: -20px; }
.nyProMenu_Swiper .swiper-button-next { right: -20px; }
}
 @media (max-width:767px) {
.nqProT_list ul li { width: 100%; margin-bottom: 15px; height: 80px; padding: 0 20px; }
.nqProT_list ul li:last-child { margin-bottom: 0; }
}
 @media (max-width:550px) {
.nqPro_Top { padding-bottom: 0; }
.nqProT_list { display: none; }
}
/*新增联系我们*/
/*nyContact_infor start*/
.nyContact_infor { overflow: hidden; padding: 0 0 100px; }
.nyContactInfor_main ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -18px; }
.nyContactInfor_main ul li { width: 33.33%; padding: 0 18px; }
.nyContactInfor_con { min-height: 100%; overflow: hidden; padding: 40px; background-color: #fff; border: 1px solid #ddd; border-radius: 16px; text-align:center; }
.nyContactInfor_con:hover { background-color: #e60012; border: 1px solid #e60012; box-shadow: 0 10px 20px rgba(230, 0, 18, .2); }
.nyContactInfor_con i { display: block; width: 60px; height: 60px; overflow: hidden; margin: 0 auto 20px; }
.nyContactInfor_con:hover i svg path { fill: #ffffff; }
.nyContactInfor_con p { line-height: 30px; color: #222; font-size: 20px; font-weight: bold; text-align: center; margin-bottom: 10px; }
.nyContactInfor_con span { display: block; height: 48px; overflow: hidden; line-height: 24px; color: #777; font-size: 16px; text-align: center; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.nyContactInfor_con a { display: block; height: 32px; line-height: 32px; color: #222; font-size: 16px; font-weight: bold; text-align: center; margin-top: 20px; }
.nyContactInfor_con a i { display: inline-block; width: 54px; height: 28px; overflow: hidden; vertical-align: middle; margin: -4px 0 0 10px; background: url(../images/arrow01.png) 0 0 no-repeat; background-size: 100% 100%; }
.nyContactInfor_con:hover p, .nyContactInfor_con:hover span, .nyContactInfor_con:hover a { color: #fff; }
.nyContactInfor_con:hover a i { margin: -4px 0 0 20px; background: url(../images/arrow02.png) 0 0 no-repeat; background-size: 100% 100%; }
.nyContact_hotline { overflow: hidden; margin-top: 100px; padding: 90px 0 37px; position: relative; }
.nyContactHotline_title { width: 180px; height: 180px; overflow: hidden; padding: 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 50%; position: absolute; left: 50%; top: 0; z-index: 1; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.nyContactHotline_title p { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; margin: 0 auto; padding: 40px; background-image: radial-gradient(circle, #fff, #eee); border-radius: 50%; }
.nyContactHotline_title p em { display: block; line-height: 40px; color: #e60012; font-size: 32px; font-weight: bold; font-style: normal; text-align: center; }
.nyContactHotline_tel { display: flex; align-items: center; height: 74px; line-height: 74px; color: #fff; font-size: 42px; font-weight: bold; text-align: center; padding: 0 50px; background-color: #e60012; border-radius: 16px; position: absolute; left: 50%; bottom: 0; z-index: 1; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.nyContactHotline_tel i { display: block; width: 40px; height: 40px; overflow: hidden; margin-right: 12px; }
.nyContactHotline_main { overflow: hidden; padding: 90px 40px 37px; border: 1px solid #ddd; border-radius: 16px; background: #fff url(../images/hotlineBg.jpg) bottom center no-repeat; border: 1px solid #ddd; border-radius: 16px; }
.nyContactHotline_main p, .nyContactHotline_main span { display: block; line-height: 40px; font-size: 28px; text-align: center; }
.nyContactHotline_main p { color: #e60012; padding: 30px 0 10px; }
.nyContactHotline_main span { color: #555; padding: 10px 0 30px; }
/*nyContact_infor end*/


.ewmMask { display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .55); position: fixed; top: 0; left: 0; z-index: 9998; }
.ewmMask.show { display: block; }
.ewmPop { width: 210px; height: auto; overflow: hidden; padding: 30px 30px 20px; background-color: #fff; border-radius: 8px; position: fixed; left: 50%; top: 50%; z-index: 9999; opacity: 0; filter: Alpha(opacity=0); transform: scale3d(1, 0, 1) translate(-50%, -50%); -webkit-transform: scale3d(1, 0, 1) translate(-50%, -50%); }
.ewmPop.show { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1) translate(-50%, -50%); -webkit-transform: scale3d(1, 1, 1) translate(-50%, -50%); }
.ewmPop a.ewmClose { display: block; width: 40px; height: 40px; overflow: hidden; padding: 10px; position: absolute; top: 0; right: 0; }
.ewmPop a.ewmClose:hover svg path { fill: #e60012; }
.ewmPop .ewmImg { width: 100%; height: auto; overflow: hidden; margin: 0 auto; text-align: center; }
.ewmPop .ewmImg span { display: block; line-height: 26px; color: #555; font-size: 16px; text-align: center; margin-top: 10px; }
/*nyContact_map start*/
.nyContactMap_main { height: 650px; overflow: hidden; background-color: #f4f4f4; position: relative; }
.nyContactMap_main .m2lxMaps { width: 100%; height: 100%; overflow: hidden; }
.nyContactMap_main .m2lxMaps .m2lxMp { height: 100%; }
.amap-info-content { padding: 10px 20px; }
.amap-info-contentContainer { position: absolute; bottom: 40px; left: 8px; }
/*nyContact_map end*/
@media (max-width:1680px) {
.nyContact_infor { padding: 0 0 80px; }
.nyContact_hotline { margin-top: 80px; }
.nyContactMap_main { height: 600px; }
}
 @media (max-width:1600px) {
.nyContact_hotline { padding: 85px 0 35px; }
.nyContactHotline_title { width: 170px; height: 170px; }
.nyContactHotline_title p { padding: 30px; }
.nyContactHotline_main { padding: 85px 40px 35px; }
.nyContactHotline_main p, .nyContactHotline_main span { line-height: 35px; font-size: 25px; }
.nyContactHotline_tel { height: 70px; line-height: 70px; font-size: 38px; }
.nyContactHotline_tel i { width: 36px; height: 36px; }
.nyContactMap_main { height: 560px; }
}
 @media (max-width:1560px) {
.nyContactMap_main { height: 540px; }
}
 @media (max-width:1440px) {
.nyContactInfor_con, .nyContactHotline_main, .nyContactHotline_tel { border-radius: 12px; }
.nyContactMap_main { height: 480px; }
}
 @media (max-width:1366px) {
}
 @media (max-width:1280px) {
.nyContact_infor { padding: 0 0 60px; }
.nyContactInfor_main ul { margin: 0 -16px; }
.nyContactInfor_main ul li { padding: 0 16px; }
.nyContactInfor_con { padding: 30px; }
.nyContact_hotline { margin-top: 60px; padding: 80px 0 32px; }
.nyContactInfor_con, .nyContactHotline_main, .nyContactHotline_tel { border-radius: 10px; }
.nyContactHotline_title { width: 160px; height: 160px; }
.nyContactHotline_title p { padding: 30px; }
.nyContactHotline_title p em { line-height: 34px; font-size: 28px; }
.nyContactHotline_main { padding: 79px 40px 31px; }
.nyContactHotline_main p, .nyContactHotline_main span { line-height: 32px; font-size: 24px; }
.nyContactHotline_tel { height: 64px; line-height: 64px; font-size: 34px; padding: 0 40px; }
.nyContactHotline_tel i { width: 32px; height: 32px; }
.nyContactMap_main { height: 440px; }
}
 @media (max-width:1200px) {
.nyContactMap_main { height: 420px; }
}
 @media (max-width:1080px) {
.nyContactInfor_main ul { margin: 0 -12px; }
.nyContactInfor_main ul li { padding: 0 12px; }
.nyContactInfor_con { padding: 24px 20px; }
.nyContactInfor_con i { width: 52px; height: 52px; }
.nyContactInfor_con p { line-height: 28px; font-size: 18px; }
.nyContactInfor_con span { font-size: 15px; }
.nyContactInfor_con a { height: auto; line-height: 30px; font-size: 15px; margin-top: 15px; }
.nyContact_hotline { padding: 70px 0 30px; }
.nyContactHotline_title { width: 140px; height: 140px; padding: 10px; }
.nyContactHotline_title p { padding: 30px; }
.nyContactHotline_title p em { line-height: 32px; font-size: 26px; }
.nyContactHotline_main { padding: 69px 30px 29px; }
.nyContactHotline_main p, .nyContactHotline_main span { line-height: 30px; font-size: 22px; }
.nyContactHotline_main p { padding: 20px 0 6px; }
.nyContactHotline_main span { padding: 6px 0 20px; }
.nyContactHotline_tel { height: 60px; line-height: 60px; font-size: 30px; }
.nyContactHotline_tel i { width: 30px; height: 30px; }
.nyContactMap_main { height: 400px; }
}
 @media (max-width:1024px) {
}
 @media (max-width:920px) {
.nyContactInfor_main ul { margin: 0 -6px; }
.nyContactInfor_main ul li { padding: 0 6px; }
.nyContactInfor_con { padding: 24px 12px; }
.nyContactMap_main { height: 360px; }
}
 @media (max-width:820px) {
.nyContact_infor { padding: 0 0 80px; }
.nyContact_hotline { margin-top: 40px; padding: 60px 0 24px; }
.nyContactHotline_title { width: 120px; height: 120px; padding: 10px; }
.nyContactHotline_title p { padding: 20px; }
.nyContactHotline_title p em { line-height: 30px; font-size: 22px; }
.nyContactHotline_main { padding: 59px 30px 23px; }
.nyContactHotline_main p, .nyContactHotline_main span { line-height: 28px; font-size: 18px; }
.nyContactHotline_main p { padding: 20px 0 5px; }
.nyContactHotline_main span { padding: 5px 0 20px; }
.nyContactHotline_tel { height: 48px; line-height: 48px; font-size: 26px; }
.nyContactHotline_tel i { width: 24px; height: 24px; }
.nyContactMap_main { height: 320px; }
}
 @media (max-width:767px) {
.nyContactInfor_con, .nyContactHotline_main, .nyContactHotline_tel { border-radius: 8px; }
.nyContactInfor_main ul { margin: 0 0 -20px; }
.nyContactInfor_main ul li { width: 100%; margin-bottom: 20px; padding: 0; }
.nyContactInfor_con { padding: 24px 20px; }
.nyContactInfor_con span { height: auto; max-height: 48px; }
.nyContactHotline_main { padding: 59px 20px 23px; }
.nyContactHotline_main p, .nyContactHotline_main span { line-height: 26px; font-size: 16px; }
.nyContactHotline_tel { width: 80%; justify-content: center; font-size: 24px; padding: 0; }
.nyContactHotline_tel i { width: 22px; height: 22px; }
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
.nyContactHotline_tel { width: 86%; }
.nyContactHotline_tel { font-size: 22px; }
.nyContactHotline_tel i { width: 20px; height: 20px; margin-right: 10px; }
.nyContactMap_main { height: 280px; }
}
/*新增关于我们*/
/*nyAbout_intro start*/
.nyAbout_intro { overflow: hidden; padding: 100px 0; background: url(../images/introBg.jpg) center bottom no-repeat; background-size: 100%; }
.nyAboutIntro_con { line-height: 32px; color: #555; font-size: 18px;padding: 0 120px; }
.nyAboutIntro_con div, .nyAboutIntro_con p { line-height: 32px; color: #555; font-size: 18px; margin-bottom: 20px; }
.nyAboutIntro_con p b { color: #555; font-size: 24px; font-weight: bold; }
.nyAboutIntro_con span, .nyAboutIntro_con font, .nyAboutIntro_con div span, .nyAboutIntro_con p span, .nyAboutIntro_con div font, .nyAboutIntro_con p font { line-height: 32px !important; font-family: 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Helvetica', 'sans-serif' !important; color: #555 !important; font-size: 18px !important; }
.nyAboutIntro_con img{ max-width:100%;}
/*nyAbout_intro end*/


/*nyAbout_data start*/
.nyAbout_data { overflow: hidden; margin: -80px auto; padding: 40px 0; background-color: #e60012; border-radius: 24px; box-shadow: 0 12px 24px rgba(0, 0, 0, .12); position: relative; z-index: 1; }
.nyAbout_data ul { display: flex; flex-wrap: wrap; justify-content: center; }
.nyAbout_data ul li { width: 25%; position: relative; }
.nyAbout_data ul li::after { content: ''; display: block; width: 1px; height: 70px; margin-top: -35px; background-color: rgba(255, 255, 255, .35); position: absolute; top: 50%; right: 0; }
.nyAbout_data ul li:last-child::after { display: none; }
.nyAbout_data ul li p { text-align: center; }
.nyAbout_data ul li p em { display: inline-block; line-height: 60px; color: #fff; font-family: "BebasKai"; font-size: 60px; font-style: normal; }
.nyAbout_data ul li p sub { display: inline-block; line-height: 30px; color: #fff; font-size: 20px; vertical-align: bottom; margin-left: 10px; }
.nyAbout_data ul li span { display: block; line-height: 30px; color: #fff; font-size: 16px; text-align: center; }
/*nyAbout_data end*/


/*nyAbout_culture start*/
.nyAbout_culture { overflow: hidden; background-color: #e60012; }
.nyAboutCulture_main { padding: 180px 0 100px; background: url(../images/cultureBg.png) center center no-repeat; background-size: cover; }
.nyAboutCulture_main ul li { line-height: 32px; color: #fff; font-size: 24px; text-align: center; margin-bottom: 30px; }
.nyAboutCulture_main ul li:last-child { margin-bottom: 0; }
.nyAboutCulture_main ul li::before { content: ''; display: inline-block; width: 4px; height: 4px; background-color: #fff; vertical-align: middle; margin: -4px 12px 0 0; }
/*nyAbout_culture end*/


/*nyAbout_env start*/
.nyAbout_env { overflow: hidden; padding: 100px 0; background-color: #fff; }
.nyAboutEnv_main { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -6px; }
.nyAboutEnv_main .nyAboutEnv_left { width: 66%; height: 100%; padding: 0 6px; }
.nyAboutEnv_swiper .swiper-container { border-radius: 12px; }
.nyAboutEnv_swiper .swiper-slide { height: 550px; overflow: hidden; position: relative; }
.nyAboutEnv_swiper .swiper-slide::before { content: ''; display: block; width: 100%; height: 120px; background: linear-gradient(to bottom, rgba(253, 9, 9, 0), rgba(253, 9, 9, .9)); position: absolute; bottom: 0; left: 0; z-index: 1; }
.nyAboutEnv_swiper .swiper-slide p { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 24px; white-space: nowrap; text-overflow: ellipsis; padding: 0 180px 0 40px; position: absolute; bottom: 20px; left: 0; z-index: 2; box-sizing: border-box; -webkit-box-sizing: border-box; }
.nyAboutEnv_swiper .swiper-pagination { width: 100%; height: 6px; padding: 0 30px 0 0; text-align: right; bottom: 30px !important; }
.nyAboutEnv_swiper .swiper-pagination span { width: 14px; height: 6px; background-color: #fff; border-radius: 3px; margin-right: 10px; opacity: .55; vertical-align: top; }
.nyAboutEnv_swiper .swiper-pagination span.swiper-pagination-bullet-active { width: 24px; opacity: 1; }
.nyAboutEnv_main .nyAboutEnv_right { width: 34%; padding: 0 6px; }
.nyAboutEnv_right ul li { height: 269px; margin-bottom: 12px; }
.nyAboutEnv_right ul li:last-child { margin-bottom: 0; }
.nyAboutEnv_right ul li p { width: 100%; height: 100%; overflow: hidden; border-radius: 12px; position: relative; }
/*nyAbout_env end*/


/*nyAbout_team start*/
.nyAbout_team { overflow: hidden; padding: 100px 0; background-color: #f8f8f8; }
.nyAboutTeam_swiper .swiper-container { padding-bottom: 68px; }
.nyAboutTeam_swiper .swiper-slide { height: 350px; overflow: hidden; border-radius: 12px; position: relative; }
.nyAboutTeam_swiper .swiper-pagination { width: 100%; height: 18px; padding: 0; text-align: center; bottom: 0 !important; }
.nyAboutTeam_swiper .swiper-pagination span { width: 18px; height: 18px; background-color: #f8f8f8; border: 3px solid #e60012; border-radius: 50%; margin: 0 6px !important; opacity: .3; vertical-align: top; }
.nyAboutTeam_swiper .swiper-pagination span.swiper-pagination-bullet-active { opacity: 1; }
/*nyAbout_team end*/


/*nyAbout_honor start*/
.nyAbout_honor { overflow: hidden; padding: 100px 0; background-color: #fff; }
.nyAboutHonor_swiper { position: relative; min-height:300px; }
.nyAboutHonor_swiper .swiper-container { margin: -20px 0; padding: 20px 0; }
.nyAboutHonor_swiper .swiper-slide { padding: 30px; background-color: #fff; box-shadow: 0 12px 20px rgba(0, 0, 0, .03); border: 1px solid #e6e6e6; border-radius: 12px; }
.nyAboutHonor_swiper .swiper-slide:hover { box-shadow: 0 10px 20px rgba(253, 9, 9, .1); border: 1px solid #fff; }
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img { display: block; width: 100%; height: 320px; overflow: hidden; margin-bottom: 30px; position: relative; }
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #020202; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis; }
.nyAboutHonor_swiper .swiper-slide:hover a.nyAboutHonor_name { color: #e60012; }
.nyAboutHonor_swiper .swiper-button-prev, .nyAboutHonor_swiper .swiper-button-next { width: 50px; height: 50px; margin-top: -25px; padding: 13px; background: rgba(253, 9, 9, 0); border: 2px solid #e60012; border-radius: 50%; }
.nyAboutHonor_swiper .swiper-button-prev { left: -70px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg); }
.nyAboutHonor_swiper .swiper-button-next { right: -70px; }
.nyAboutHonor_swiper .swiper-button-prev:hover, .nyAboutHonor_swiper .swiper-button-next:hover { background: #e60012; }
.nyAboutHonor_swiper .swiper-button-prev:hover svg path, .nyAboutHonor_swiper .swiper-button-next:hover svg path { fill: #ffffff; }
.nyAboutHonor_swiper .swiper-button-disabled { opacity: .25 !important; }
/*nyAbout_honor end*/


/*nyAbout_job start*/
.nyAbout_job { overflow: hidden; padding: 100px 0 120px; background-color: #f8f8f8; }
.nyAboutJob_head { overflow: hidden; border-radius: 24px 24px 0 0; background-color: #e60012; }
.nyAboutJob_head dl { display: flex; align-items: center; }
.nyAboutJob_head dl dt, .nyAboutJob_head dl dd { line-height: 50px; color: #fff; font-size: 18px; font-weight: bold; }
.nyAboutJob_head dl dt { width: 32%; padding: 20px 80px; }
.nyAboutJob_head dl dd { width: 17%; padding: 20px 40px; text-align: center; }
.nyAboutJob_list { overflow: hidden; background-color: #fff; border-radius: 0 0 24px 24px; border: 1px solid #ddd; border-top: 0; min-height: 300px; }
.nyAboutJob_list ul li { border-bottom: 1px solid #ddd; }
.nyAboutJob_list ul li:last-child { border-bottom: 0; }
.nyAboutJob_list ul li dl { display: flex; align-items: center; background-color: #fff; cursor: pointer; }
.nyAboutJob_list ul li.active dl, .nyAboutJob_list ul li:hover dl { background-color: #f8f8f8; }
.nyAboutJob_list ul li dl dt { width: 32%; padding: 20px 80px; }
.nyAboutJob_list ul li dl dd { width: 17%; padding: 20px 40px; }
.nyAboutJob_name { width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #020202; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding-left: 28px; position: relative; }
.nyAboutJob_name i { display: block; width: 16px; height: 16px; overflow: hidden; margin-top: -8px; position: absolute; left: 0; top: 50%; }
.nyAboutJob_num { width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.nyAboutJob_salary { width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #e60012; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.nyAboutJob_time { width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.nyAboutJob_time i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 8px 0 0; }
.nyAboutJob_btn { width: 100%; height: 50px; overflow: hidden; padding: 7px 0; }
.nyAboutJob_btn i { display: block; width: 36px; height: 36px; overflow: hidden; margin: 0 auto; padding: 9px; border: 1px solid #bbb; border-radius: 50%; }
.nyAboutJob_list ul li.active .nyAboutJob_btn i { border: 1px solid #e60012; }
.nyAboutJob_list ul li.active .nyAboutJob_btn i svg { transform: rotateX(180deg); -webkit-transform: rotateX(180deg); }
.nyAboutJob_list ul li.active .nyAboutJob_btn i svg path { fill: #e60012; }
.nyAboutJob_list ul li .nyAboutJob_con { display: none; padding: 40px 80px; }
.nyAboutJob_list ul li.active .nyAboutJob_con { display: block; }
.nyAboutJob_text { margin-bottom: 30px; }
.nyAboutJob_text .nyAboutJob_tit { line-height: 32px; color: #555; font-size: 18px; font-weight: bold; margin-bottom: 15px; }
.nyAboutJob_text p { line-height: 30px; color: #555; font-size: 16px; padding: 3px 0; }
.nyAboutJob_text p:last-child { margin-bottom: 0; }
.nyAboutJob_text p span { color: #e60012; font-size: 16px; }
.nyAboutJob_con a.nyAboutJob_send { display: inline-block; width: auto; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 18px; border-radius: 25px; background-color: #e60012; padding: 0 40px; vertical-align: top; }
.nyAboutJob_con a.nyAboutJob_send i { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -4px 0 0 10px; }
.nyAboutJob_con a.nyAboutJob_send:hover i { margin: -4px 0 0 20px; }
.nyAboutJob_con .nyAboutJob_email { display: inline-block; line-height: 50px; color: #555; font-size: 16px; vertical-align: top; padding-left: 20px; }
.nyAboutJob_con .nyAboutJob_email span { color: #e60012; font-size: 16px; }
/*nyAbout_job end*/


#ab01, #ab02, #ab03, #ab04, #ab05 { margin: -100px auto 100px; }
 @media (max-width:1680px) {
.nyAbout_intro { padding: 80px 0 100px; }
.nyAboutIntro_con, .nyAboutIntro_con div, .nyAboutIntro_con p { line-height: 30px; font-size: 16px; }
.nyAboutIntro_con p b { font-size: 22px; }
.nyAboutCulture_main { padding: 160px 0 80px; }
.nyAboutCulture_main ul li { line-height: 30px; font-size: 22px; margin-bottom: 20px; }
.nyAbout_env, .nyAbout_team, .nyAbout_honor{ padding: 80px 0; }
.nyAbout_job { padding: 80px 0 120px; }
.nyAboutTeam_swiper .swiper-container { padding-bottom: 58px; }
.nyAboutHonor_swiper .swiper-button-prev { left: -30px; }
.nyAboutHonor_swiper .swiper-button-next { right: -30px; }
.nyAboutJob_head dl dt, .nyAboutJob_head dl dd { line-height: 40px; }
.nyAboutJob_head dl dt, .nyAboutJob_list ul li dl dt { padding: 20px 60px; }
.nyAboutJob_name, .nyAboutJob_num, .nyAboutJob_salary, .nyAboutJob_time { height: 40px; line-height: 40px; }
.nyAboutJob_btn { height: 40px; padding: 2px 0; }
.nyAboutJob_list ul li .nyAboutJob_con { padding: 30px 60px 40px; }
.nyAboutJob_text { margin-bottom: 20px; }
.nyAboutJob_text .nyAboutJob_tit { margin-bottom: 10px; }
#ab01, #ab02, #ab03, #ab04, #ab05 { margin: -80px auto 80px; }
}
 @media (max-width:1600px) {
.nyAbout_data ul li p em { line-height: 50px; font-size: 56px; }
.nyAboutEnv_swiper .swiper-slide p { font-size: 22px; }
.nyAboutTeam_swiper .swiper-container { padding-bottom: 54px; }
.nyAboutTeam_swiper .swiper-slide { height: 330px; }
.nyAboutTeam_swiper .swiper-pagination { height: 14px; }
.nyAboutTeam_swiper .swiper-pagination span { width: 14px; height: 14px; border: 2px solid #e60012; margin: 0 4px !important; }
}
 @media (max-width:1560px) {
.nyAboutTeam_swiper .swiper-slide { height: 320px; }
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img { height: 300px; }
.nyAboutJob_head dl dt, .nyAboutJob_list ul li dl dt { padding: 20px 50px; }
}
 @media (max-width:1440px) {
.nyAbout_intro { padding: 60px 0 80px; }
.nyAboutIntro_con { padding: 0 80px; }
.nyAboutIntro_con, .nyAboutIntro_con div, .nyAboutIntro_con p { line-height: 30px; font-size: 15px; }
.nyAboutIntro_con div, .nyAboutIntro_con p { margin-bottom: 10px; }
.nyAboutIntro_con p b { font-size: 20px; }
.nyAbout_data { margin: -60px auto; padding: 30px 0; border-radius: 16px; }
.nyAbout_data ul li span { font-size: 15px; }
.nyAboutCulture_main { padding: 120px 0 60px; }
.nyAboutCulture_main ul li { line-height: 30px; font-size: 18px; margin-bottom: 15px; }
.nyAbout_env, .nyAbout_team, .nyAbout_honor{ padding: 60px 0; }
.nyAbout_job { padding: 60px 0 100px; }
.nyAboutTeam_swiper .swiper-container { padding-bottom: 44px; }
.nyAboutTeam_swiper .swiper-slide { height: 300px; }
.nyAboutHonor_swiper .swiper-slide { padding: 20px; }
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img { margin-bottom: 20px; }
.nyAboutJob_head { border-radius: 16px 16px 0 0; }
.nyAboutJob_list { border-radius: 0 0 16px 16px; }
.nyAboutJob_head dl dt, .nyAboutJob_list ul li dl dt, .nyAboutJob_head dl dd, .nyAboutJob_list ul li dl dd { padding: 15px 40px; }
.nyAboutJob_name, .nyAboutJob_num, .nyAboutJob_salary, .nyAboutJob_time { font-size: 15px; }
.nyAboutJob_btn { padding: 4px 0; }
.nyAboutJob_btn i { width: 32px; height: 32px; padding: 8px; }
.nyAboutJob_list ul li .nyAboutJob_con { padding: 30px 40px 40px; }
.nyAboutJob_text .nyAboutJob_tit { line-height: 30px; font-size: 16px; }
.nyAboutJob_text p { font-size: 15px; padding: 0; }
.nyAboutJob_text p span { font-size: 15px; }
.nyAboutJob_con a.nyAboutJob_send { font-size: 16px; padding: 0 30px; }
.nyAboutJob_con .nyAboutJob_email, .nyAboutJob_con .nyAboutJob_email span { font-size: 15px; }
#ab01, #ab02, #ab03, #ab04, #ab05 { margin: -60px auto 60px; }
}
 @media (max-width:1366px) {
.nyAboutEnv_main { margin: 0 -5px; }
.nyAboutEnv_main .nyAboutEnv_left, .nyAboutEnv_main .nyAboutEnv_right { padding: 0 5px; }
.nyAboutEnv_swiper .swiper-slide { height: 490px; }
.nyAboutEnv_right ul li { height: 240px; margin-bottom: 10px; }
.nyAboutTeam_swiper .swiper-slide { height: 280px; }
.nyAboutJob_con a.nyAboutJob_send { height: 45px; line-height: 45px; font-size: 15px; }
}
 @media (max-width:1280px) {
.nyAboutIntro_con { padding: 0 40px; }
.nyAboutIntro_con, .nyAboutIntro_con div, .nyAboutIntro_con p { line-height: 28px; font-size: 14px; }
.nyAboutIntro_con p b { font-size: 18px; }
.nyAbout_data ul li p em { line-height: 40px; font-size: 48px; }
.nyAbout_data ul li p sub { line-height: 24px; font-size: 18px; }
.nyAbout_data ul li span { line-height: 26px; font-size: 14px; }
.nyAboutEnv_swiper .swiper-slide { height: 450px; }
.nyAboutEnv_swiper .swiper-slide p { font-size: 20px; }
.nyAboutEnv_right ul li { height: 220px; }
.nyAboutTeam_swiper .swiper-slide { height: 260px; }
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img { height: 280px; }
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_name { height: 30px; line-height: 30px; font-size: 16px; }
}
 @media (max-width:1200px) {
.nyAboutTeam_swiper .swiper-slide { height: 240px; }
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img { height: 260px; }
.nyAboutJob_head dl dt, .nyAboutJob_list ul li dl dt, .nyAboutJob_head dl dd, .nyAboutJob_list ul li dl dd { padding: 10px 30px; }
.nyAboutJob_list ul li .nyAboutJob_con { padding: 20px 30px 30px; }
.nyAboutJob_text { margin-bottom: 15px; }
.nyAboutJob_text .nyAboutJob_tit { line-height: 25px; font-size: 15px; }
.nyAboutJob_text p { line-height: 28px; font-size: 14px; }
.nyAboutJob_text p span { font-size: 14px; }
.nyAboutJob_con .nyAboutJob_email, .nyAboutJob_con .nyAboutJob_email span { line-height: 45px; font-size: 14px; }
.nyAboutHonor_swiper .swiper-button-prev, .nyAboutHonor_swiper .swiper-button-next{ display:none;}
}
 @media (max-width:1080px) {
.nyAboutIntro_con { padding: 0; }
.nyAbout_data { padding: 25px 0; border-radius: 12px; }
.nyAboutEnv_swiper .swiper-slide { height: 410px; }
.nyAboutEnv_swiper .swiper-slide p { height: 32px; line-height: 32px; font-size: 18px; padding: 0 150px 0 30px; }
.nyAboutEnv_right ul li { height: 200px; }
.nyAboutTeam_swiper .swiper-container { padding-bottom: 34px; }
.nyAboutTeam_swiper .swiper-slide { height: 220px; }
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img { height: 240px; margin-bottom: 10px; }
.nyAboutJob_head { border-radius: 12px 12px 0 0; }
.nyAboutJob_list { border-radius: 0 0 12px 12px; }
.nyAboutJob_btn { padding: 8px 0; }
.nyAboutJob_btn i { width: 24px; height: 24px; padding: 6px; }
.nyAboutJob_con a.nyAboutJob_send { height: 40px; line-height: 40px; font-size: 14px; padding: 0 24px; }
.nyAboutJob_con a.nyAboutJob_send i { width: 18px; height: 18px; }
.nyAboutJob_con .nyAboutJob_email, .nyAboutJob_con .nyAboutJob_email span { line-height: 40px; }
}
 @media (max-width:1024px) {
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img { height: 220px; }
}
 @media (max-width:920px) {
.nyAbout_intro { padding: 40px 0 80px; }
.nyAbout_data ul li p em { line-height: 36px; font-size: 40px; }
.nyAbout_data ul li p sub { line-height: 22px; font-size: 16px; margin-left: 5px; }
.nyAboutCulture_main { padding: 100px 0 40px; }
.nyAbout_env, .nyAbout_team, .nyAbout_honor,.nyAbout_job{ padding: 40px 0; }
.nyAbout_job { padding: 40px 0 80px; }
.nyAboutEnv_swiper .swiper-slide { height: 330px; }
.nyAboutEnv_right ul li { height: 160px; }
.nyAboutTeam_swiper .swiper-container { padding-bottom: 30px; }
.nyAboutTeam_swiper .swiper-slide { height: 200px; }
.nyAboutTeam_swiper .swiper-pagination { height: 10px; }
.nyAboutTeam_swiper .swiper-pagination span { width: 10px; height: 10px; }
.nyAboutHonor_swiper .swiper-button-prev, .nyAboutHonor_swiper .swiper-button-next { width: 44px; height: 44px; margin-top: -22px; padding: 11px; }
.nyAboutHonor_swiper .swiper-button-prev { left: -22px; }
.nyAboutHonor_swiper .swiper-button-next { right: -22px; }
.nyAboutJob_head dl dt, .nyAboutJob_list ul li dl dt, .nyAboutJob_head dl dd, .nyAboutJob_list ul li dl dd { padding: 10px 20px; }
.nyAboutJob_head dl dt, .nyAboutJob_head dl dd { line-height: 32px; font-size: 16px; }
.nyAboutJob_name, .nyAboutJob_num, .nyAboutJob_salary, .nyAboutJob_time { font-size: 14px; }
.nyAboutJob_time i { width: 14px; height: 14px; }
.nyAboutJob_list ul li .nyAboutJob_con { padding: 20px; }
.nyAboutJob_con .nyAboutJob_email { padding-left: 12px; }
}
 @media (max-width:820px) {
.nyAbout_intro { padding: 40px 0 60px; }
.nyAbout_data { margin: -40px auto; padding: 20px 0; border-radius: 8px; }
.nyAboutCulture_main { padding: 80px 0 40px; }
.nyAboutCulture_main ul li { font-size: 16px; margin-bottom: 10px; }
.nyAboutEnv_swiper .swiper-container, .nyAboutEnv_right ul li p { border-radius: 8px; }
.nyAboutEnv_swiper .swiper-slide { height: 290px; }
.nyAboutEnv_swiper .swiper-slide p { height: 30px; line-height: 30px; font-size: 18px; padding: 0 120px 0 20px; }
.nyAboutEnv_swiper .swiper-pagination { height: 4px; padding: 0 20px 0 0; }
.nyAboutEnv_swiper .swiper-pagination span { width: 10px; height: 4px; }
.nyAboutEnv_swiper .swiper-pagination span.swiper-pagination-bullet-active { width: 20px; }
.nyAboutEnv_right ul li { height: 140px; }
.nyAboutTeam_swiper .swiper-slide { height: 180px; border-radius: 8px; }
.nyAboutHonor_swiper .swiper-slide { border-radius: 8px; }
.nyAboutJob_head { border-radius: 8px 8px 0 0; }
.nyAboutJob_head dl dt, .nyAboutJob_list ul li dl dt { width: 80%; }
.nyAboutJob_head dl dd, .nyAboutJob_list ul li dl dd { width: 20%; }
.nyAboutJob_head dl dd:nth-child(2), .nyAboutJob_head dl dd:nth-child(3), .nyAboutJob_head dl dd:nth-child(4), .nyAboutJob_list ul li dl dd:nth-child(2), .nyAboutJob_list dl dd:nth-child(3), .nyAboutJob_list dl dd:nth-child(4) { display: none; }
.nyAboutJob_list { border-radius: 0 0 8px 8px; }
.nyAboutJob_text { display: block !important; }
}
 @media (max-width:767px) {
.nyAbout_data { padding: 0 20px; }
.nyAbout_data ul li { width: 50%; padding: 20px 0; }
.nyAbout_data ul li:nth-child(2n)::after { display: none; }
.nyAbout_data ul li:first-child, .nyAbout_data ul li:nth-child(2) { border-bottom: 1px solid rgba(255, 255, 255, .35); }
.nyAboutEnv_main { margin: 0; }
.nyAboutEnv_main .nyAboutEnv_left, .nyAboutEnv_main .nyAboutEnv_right { width: 100%; padding: 0; }
.nyAboutEnv_main .nyAboutEnv_left { margin-bottom: 10px; }
.nyAboutEnv_swiper .swiper-slide { height: 240px; }
.nyAboutEnv_swiper .swiper-slide p { font-size: 16px; bottom: 10px; }
.nyAboutEnv_swiper .swiper-pagination { bottom: 20px !important; }
.nyAboutEnv_swiper .swiper-pagination span { width: 6px; margin: 0 2px; }
.nyAboutEnv_right ul li { height: 200px; }
.nyAboutTeam_swiper .swiper-slide { height: 240px; }
.nyAboutHonor_swiper .swiper-container { padding: 20px 0 60px; }
.nyAboutHonor_swiper .swiper-slide { padding: 10px; }
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img { height: 200px; }
.nyAboutHonor_swiper .swiper-button-prev, .nyAboutHonor_swiper .swiper-button-next { width: 40px; height: 40px; margin-top: 0; padding: 12px; border: 1px solid #e60012; top: inherit; bottom: 0; }
.nyAboutHonor_swiper .swiper-button-prev { left: 35%; }
.nyAboutHonor_swiper .swiper-button-next { right: 35%; }
.nyAbout_job { padding: 40px 0 60px; }
.nyAboutJob_head dl dt, .nyAboutJob_head dl dd { line-height: 30px; font-size: 15px; }
.nyAboutJob_head dl dt, .nyAboutJob_list ul li dl dt, .nyAboutJob_head dl dd, .nyAboutJob_list ul li dl dd { padding: 10px 12px; }
.nyAboutJob_head dl dt, .nyAboutJob_list ul li dl dt { width: 74%; }
.nyAboutJob_head dl dd, .nyAboutJob_list ul li dl dd { width: 26%; }
.nyAboutJob_list ul li.active .nyAboutJob_con { text-align: center; }
.nyAboutJob_text { text-align: left; }
.nyAboutJob_con .nyAboutJob_email { display: block; text-align: center; padding-left: 0; }
}
 @media (max-width:390px) {
.nyAboutJob_head dl dt, .nyAboutJob_head dl dd{ font-size:13px;}
}
 @media (max-width:320px) {
.nyAbout_data { padding: 0 12px; }
.nyAbout_data ul li p em { line-height: 32px; font-size: 36px; }
.nyAbout_data ul li p sub { line-height: 24px; font-size: 14px; }
.nyAbout_data ul li span { line-height: 22px; font-size: 12px; }
.nyAbout_data ul li::after { height: 60px; margin-top: -30px; }
.nyAboutCulture_main ul li { line-height: 25px; font-size: 15px; }
.nyAboutEnv_swiper .swiper-slide, .nyAboutTeam_swiper .swiper-slide { height: 200px; }
.nyAboutEnv_right ul li { height: 180px; }
.nyAboutHonor_swiper .swiper-slide a.nyAboutHonor_img { height: 240px; }
.nyAboutJob_head dl dt, .nyAboutJob_list ul li dl dt { width: 72%; }
.nyAboutJob_head dl dd, .nyAboutJob_list ul li dl dd { width: 28%; }
}
