* { font: 16px/1.5 'PoppinsRegular', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Arial', 'Helvetica', 'sans-serif'; margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
table, th, td, tr { border-collapse: collapse; border-spacing: 0; font-size: 16px;}
ol, ul { list-style: none;}
li { list-style-type: none;}
img { max-width: 100%; border: 0;}
.clear::after { content: ''; display: block; height: 0; overflow: hidden; clear: both;}
a { color: #292929; text-decoration: none;}
a:visited, a:hover, a:active { text-decoration: none;}
.fl { float: left;}
.fr { float: right;}

.icon { display: block; width: 100%; height: 100%;}
.cover, .cover1, .cover2 { 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;}
.cover2 { max-width: 80%; max-height: 80%; margin: auto;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width: 2px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color: rgb(0, 0, 0, .06);}/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb { background-color: #084187;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #084187;}  /* 滚动条滑块点击状态 */


@font-face { font-family: "PoppinsLight"; src: url('../fonts/PoppinsLight.ttf');}
@font-face { font-family: "PoppinsRegular"; src: url('../fonts/PoppinsRegular.ttf');}
@font-face { font-family: "PoppinsMedium"; src: url('../fonts/PoppinsMedium.ttf');}
@font-face { font-family: "PoppinsSemiBold"; src: url('../fonts/PoppinsSemiBold.ttf');}
@font-face { font-family: "PoppinsBold"; src: url('../fonts/PoppinsBold.ttf');}

@font-face { font-family: "MontserratLight"; src: url('../fonts/MontserratLight.ttf');}
@font-face { font-family: "MontserratRegular"; src: url('../fonts/MontserratRegular.ttf');}
@font-face { font-family: "MontserratMedium"; src: url('../fonts/MontserratMedium.ttf');}
@font-face { font-family: "MontserratBold"; src: url('../fonts/MontserratBold.ttf');}

@font-face { font-family: "YouSheBiaoTiHei"; src: url('../fonts/YouSheBiaoTiHei.ttf');}


.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1440px) {
  .w1400 { width: 94%;}
}


/*lyTop start*/
.lyTop { width: 100%; padding: 0 100px; position: absolute; left: 0; top: 0; z-index: 999;}
.lyTop.fxd { position: fixed; background-color: rgb(0, 0, 0, .8);}
.lyTop:hover { background-color: rgb(0, 0, 0, .8);}
.lyTop a.lyLogo { display: block; height: 64px; margin: 18px 0; float: left;}
.lyTop a.lyLogo img { max-height: 100%;}
.lyTop.fxd a.lyLogo { margin: 8px 0;}

.lyTop .lyLanguage { margin: 30px 0 30px 15px; float: right;}
.lyTop.fxd .lyLanguage { margin: 20px 0 20px 15px;}
.lyLanguage a { display: flex; align-items: center; height: 40px;}
.lyLanguage a:hover { opacity: 1;}
.lyLanguage a i { display: block; width: 20px; height: 20px; overflow: hidden; margin-right: 6px;}
.lyLanguage a span { display: block; height: 20px; line-height: 20px; color: #fff; font-size: 16px;}

.lyTop .lySearch { margin: 30px 0; float: right; position: relative;}
.lyTop.fxd .lySearch { margin: 20px 0;}
.lySearch em { display: block; width: 40px; height: 40px; overflow: hidden; border-radius: 50%; cursor: pointer; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lySearch em i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 8px; border-radius: 50%;}
.lyTop#show .lySearch em { opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}

.lySearch form { width: 360px; height: 40px; background-color: #f5f5f5; border-radius: 20px; position: absolute; top: 0; right: 40px; z-index: 99; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); transform-origin: right center; opacity: 0; filter: Alpha(opacity=0);}
.lySearch .lySearch_ipt { float: left; width: calc(100% - 40px); height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; padding: 0 20px; background: none; border: 0; outline: none;}
.lySearch .lySearch_ipt::placeholder { color: #666;}
.lySearch .lySearch_btn { float: right; width: 40px; height: 40px; overflow: hidden; margin-right: -1px; font-size: 0; background-color: #084187; border-radius: 50%; border: 0; outline: none; cursor: pointer;}
.lySearch .lySearch_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 8px;}
.lyTop#show .lySearch form { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}

.lySearch .close { display: block; width: 40px; height: 40px; overflow: hidden; border-radius: 50%; position: absolute; top: 0; right: 0; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); opacity: 0; filter: Alpha(opacity=0);}
.lySearch .close i { display: block;width: 100%; height: 100%; overflow: hidden; padding: 10px; border-radius: 50%;}
.lyTop#show .lySearch .close { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}


.lyNav { float: right;}
.lyTop#show .lyNav { display: none;}
.lyNav_list>ul>li { display: flex; align-items: center; padding: 0 24px; float: left;}
.lyNav_list>ul>li>a { display: block; height: 100px; overflow: hidden; line-height: 60px; color: #fff; font-size: 18px; padding: 20px 0; position: relative;}
.lyNav_list>ul>li>a::after { content: ''; display: block; width: 0; height: 1px; overflow: hidden; background-color: #fff; position: absolute; bottom: 32%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyNav_list>ul>li:hover>a::after, .lyNav_list>ul>li.active>a::after { width: 100%;}
.lyTop.fxd .lyNav_list>ul>li>a { height: 80px; line-height: 40px;}

.lyNav_list>ul>li>i { display: block; width: 9px; height: 9px; overflow: hidden; margin-left: 6px;}

.lyNav_list>ul>li .lyNav_second { display: block; width: 100%; height: 0; overflow: hidden; padding: 0; background-color: #fff; box-shadow: 0 0 5px rgb(0, 0, 0, .1); -webkit-box-shadow: 0 0 5px rgb(0, 0, 0, .1); position: absolute; left: 0; top: 200%; opacity: 0;}
.lyNav_list>ul>li:hover .lyNav_second { height: auto; padding: 40px 0; opacity: 1; top: 100%;}
.lyNavScd_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px -40px;}
.lyNavScd_list ul li { width: 20%; margin-bottom: 40px; padding: 0 20px;}
.lyNavScd_list ul li dl { min-height: 100%;}
.lyNavScd_list ul li dl dt { margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px solid #e6e6e6;}
.lyNavScd_list ul li dl dt a { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #555; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; padding-left: 20px; position: relative;}
.lyNavScd_list ul li dl dt a:hover { color: #084187;}
.lyNavScd_list ul li dl dt a::before { content: ''; display: block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #084187; margin-top: -7px; position: absolute; top: 50%; left: 0;}
.lyNavScd_list ul li dl dd { padding: 2px 0;}
.lyNavScd_list ul li dl dd a { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #999; font-size: 14px; white-space: nowrap; text-overflow: ellipsis;}
.lyNavScd_list ul li dl dd a:hover { color: #084187; text-decoration: underline;}

.lyNavScd_con { display: flex; padding: 0 16% 0 26%;}
.lyNavScd_con .lyNavScd_img { width: 300px; height: 180px; overflow: hidden; border-radius: 8px;}
.lyNavScd_con .lyNavScd_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyNavScd_con .lyNavScd_img a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyNavScd_con .lyNavScd_menu { width: calc(100% - 300px); padding-left: 80px;}
.lyNavScd_con .lyNavScd_menu a { display: block; height: 60px; overflow: hidden; line-height: 40px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 10px 20px 9px 0; border-bottom: 1px solid #e6e6e6; position: relative;}
.lyNavScd_con .lyNavScd_menu a::after { content: ''; display: block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #bbb; margin-top: -6px; position: absolute; top: 50%; right: 7px;}
.lyNavScd_con .lyNavScd_menu a:hover, .lyNavScd_con .lyNavScd_menu a.cur { color: #084187; border-bottom: 1px solid #084187;}
.lyNavScd_con .lyNavScd_menu a:hover::after, .lyNavScd_con .lyNavScd_menu a.cur::after { border-left: 6px solid #084187;}

.lyNav .lyNav_btn { display: none;}

.lyLang_mask { display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .55); position: fixed; top: 0; left: 0; z-index: 9998;}
.lyLang_mask.show { display: block;}
.lyLang_pop { width: 840px; height: auto; overflow: hidden; padding: 20px 30px; 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%);}
.lyLang_pop.show { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1) translate(-50%, -50%); -webkit-transform: scale3d(1, 1, 1) translate(-50%, -50%);}
.lyLang_pop h3 { height: 50px; line-height: 40px; color: #333; font-size: 24px; font-weight: lighter; text-transform: uppercase; border-bottom: 1px solid #e6e6e6; margin-bottom: 30px; padding-bottom: 10px;}
.lyLang_pop h3 a.lyLang_close { display: block; width: 40px; height: 40px; overflow: hidden; padding: 10px; float: right;}
.lyLang_pop h3 a.lyLang_close:hover svg path { fill: #084187;}
.lyLang_pop ul { margin: 0 -5px;}
.lyLang_pop ul li { width: 25%; margin-bottom: 10px; padding: 0 5px; float: left;}
.lyLang_pop ul li a { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 30px; color: #333; font-size: 15px; font-weight: lighter; word-break: keep-all; text-overflow: ellipsis; white-space: nowrap; padding: 7px 30px 7px 44px; background-color: rgba(31, 32, 34, .06); border-radius: 4px; position: relative;}
.lyLang_pop ul li.on a, .lyLang_pop ul li:hover a { color: #fff; background-color: #084187;}
.lyLang_pop ul li a img { display: inline-block; width: 24px; height: 24px; margin-top: -12px; border-radius: 50%; position: absolute; left: 10px; top: 50%;}
.lyLang_pop ul li a i { display: none; width: 20px; height: 20px; margin-top: -10px; padding: 2px; position: absolute; top: 50%; right: 10px;}
.lyLang_pop ul li.on a i, .lyLang_pop ul li:hover a i { display: block;}
.lyLang_pop ul li.on a i svg path, .lyLang_pop ul li:hover a i svg path { fill: #ffffff;}
/*lyTop end*/


/*lyFoot start*/
.lyFoot { display: flex; overflow: hidden; background: url(../images/webp/footBg.webp) center center no-repeat; background-size: cover;}
.lyFoot_left { width: 18%; min-height: 680px; padding: 100px; background-color: #052151; position: relative;}
.lyFootLeft_con { text-wrap: nowrap; margin: 0 0 0 120px; transform: rotate(90deg); -webkit-transform: rotate(90deg); transform-origin: left top; -webkit-transform-origin: left top;}
.lyFootLeft_con span { display: block; line-height: 80px; color: rgba(255, 255, 255, .04); font-family: "PoppinsSemiBold"; font-size: 80px; padding-left: 80px;}
.lyFootLeft_con p { line-height: 40px; color: #fff; font-family: "PoppinsSemiBold"; font-size: 40px;}

.lyFoot_right { width: 82%; padding: 100px;}
.lyFoot_title { line-height: 30px; color: #fff; font-family: "PoppinsSemiBold"; font-size: 32px; margin-bottom: 50px;}
.lyFoot_nav { width: 200px; padding-right: 40px; float: left;}
.lyFoot_nav a { display: block; overflow: hidden; line-height: 24px; color: rgba(255, 255, 255, .6); font-size: 16px; padding: 10px 0;}
.lyFoot_nav a:hover { color: #fff; padding: 10px 0 10px 10px;}

.lyFoot_lx { width: 400px; padding-right: 40px; float: left;}
.lyFoot_lx dl dd { margin-bottom: 20px;}
.lyFoot_lx dl dd:last-child { margin-bottom: 0;}
.lyFoot_lx dl dd span { display: block; overflow: hidden; line-height: 30px; color: rgba(255, 255, 255, .6); font-size: 20px; margin-bottom: 2px;}
.lyFoot_lx dl dd a, .lyFoot_lx dl dd p { display: block; overflow: hidden; line-height: 24px; color: rgba(255, 255, 255, .6); font-size: 16px;}
.lyFoot_lx dl dd a:hover { color: #fff; padding-left: 10px;}

.lyFoot_form { width: calc(100% - 600px); float: right;}
.lyFoot_form dl { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px;}
.lyFoot_form dl dt, .lyFoot_form dl dd { width: 33.333333%; margin-bottom: 20px; padding: 0 20px; }
.lyFoot_form dl dt { width: 100%;}
.lyFoot_form dl dt:last-child { margin: 60px 0 0;}
.lyFoot_form dl dt span { display: block; line-height: 20px; color: #fff; font-size: 16px; margin-bottom: 10px;}
.lyFoot_form dl dd input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; padding: 0 0 9px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); background: none; outline: none;}
.lyFoot_form dl dd input::placeholder { color: #fff;}
.lyFoot_form dl dt textarea { display: block; width: 100%; height: 82px; overflow-y: scroll; line-height: 24px; color: #fff; font-size: 16px; padding: 0 0 9px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); background: none; outline: none; resize: none;}
.lyFoot_form dl dt textarea::placeholder { color: #fff;}
.lyFoot_form dl dt button { display: inline-block; vertical-align: top; line-height: 20px; color: #fff; font-size: 16px; padding: 10px 40px; background-image: linear-gradient(to right bottom, #4599cc 0%, #3e599b 100%); border: 0; outline: none; cursor: pointer;}
.lyFoot_form dl dt button i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -4px 0 0 10px;}
.lyFoot_form dl dt button:hover i { margin: -4px 0 0 20px;}

.lyShare { display: flex; width: 100%; margin-top: 50px;}
.lyShare a { display: block; width: 30px; height: 30px; overflow: hidden; margin-right: 20px;}
.lyShare a:last-child { margin-right: 0;}

.lyFoot_copy { line-height: 24px; color: rgba(255, 255, 255, .3); font-size: 14px; margin-top: 50px;}
.lyFoot_copy a { color: rgba(255, 255, 255, .3); font-size: 14px;}
.lyFoot_copy a:hover { color: #fff;}
/*lyFoot end*/


/*lyView start*/
.lyView { position: fixed; top: 60%; right: 0; z-index: 99; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyView_tel { margin-bottom: 2px; position: relative;}
.lyView_tel a, .lyView_code a, .lyView_top a { display: block; width: 50px; height: 50px; overflow: hidden; padding: 13px; background-color: #084187;}
.lyView_tel p { display: none; width: auto; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 20px; white-space: nowrap; padding-left: 20px; background-color: #084187; position: absolute; top: 0; right: 50px;}
.lyView_tel:hover a { border-radius: 0;}
.lyView_tel:hover p { display: block;}

.lyView_code { margin-bottom: 2px; position: relative;}
.lyView_code p { display: none; width: 140px; height: auto; overflow: hidden; padding: 10px; background-color: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); position: absolute; top: 0; right: 52px;}
.lyView_code:hover p { display: block;}
.lyView_code p img { display: block; width: 100%; height: auto; margin: 0 auto 5px;}
.lyView_code p span { display: block; line-height: 20px; color: #555; font-size: 14px; text-align: center;}

.lyView_top:hover a { background-color: #222;}
/*lyView end*/


/*nyBanner start*/
.nyBanner { height: 400px; overflow: hidden; position: relative;}
.nyBanner .nyBa_tit { margin: 20px auto 0; position: absolute; left: 50%; top: 50%; z-index: 1; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyBa_tit p { line-height: 1; overflow: hidden; color: #fff; font-family: "PoppinsSemiBold"; font-size: 40px;}
/*nyBanner end*/


/*nyMenu start*/
.nyMenu { overflow: hidden; background-color: #f8f8f8; position: sticky; top: 80px; z-index: 998;}
.nyMenu ul { display: flex; align-items: center; justify-content: center;}
.nyMenu ul li {flex-grow: 1;}
.nyMenu ul li a { display: block; height: 80px; overflow: hidden; line-height: 80px; color: #040404; font-family: "PoppinsMedium"; font-size: 20px; text-align: center; padding: 0 50px;}
.nyMenu ul li:hover a, .nyMenu ul li.on a { color: #084187;}
/*nyMenu end*/


/*nyCrumb start*/
.nyCrumb { overflow: hidden; padding: 16px 0; background-color: #eee; position: relative;}
.nyCrumb_main { height: 32px; overflow: hidden; line-height: 32px; color: #084187; font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.nyCrumb_main a { line-height: 32px; color: #222; font-size: 16px; vertical-align: top;}
.nyCrumb_main a:hover { color: #084187;}
.nyCrumb_main i { display: inline-block; width: 10px; height: 32px; overflow: hidden; margin: 0 10px; vertical-align: top;}
/*nyCrumb end*/


/*nyPage start*/
.nyPage { text-align: center;}
.nyPage a { display: inline-block; vertical-align: top; width: 40px; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 16px; text-align: center; margin: 0 4px; background-color: #eee;}
.nyPage1 a { background-color: #fff;}
.nyPage a:hover, .nyPage1 a:hover, .nyPage a.num1 { color: #fff; background-color: #084187;}
.nyPage a.prev, .nyPage a.next { padding: 13px;}
.nyPage a.prev:hover svg path, .nyPage a.next:hover svg path { fill: #fff;}
/*nyPage end*/


/*right start*/
.nyRight_product { margin-bottom: 30px;}
.nyRight_product title { display: block; height: 72px; overflow: hidden; line-height: 32px; color: #fff; font-family: "MontserratBold"; font-size: 24px; padding: 20px 30px; background-color: #677281;}
.nyRight_product dl { border: 1px solid #e6e6e6; border-top: 0;}
.nyRight_product dl dd { padding: 0 30px;}
.nyRight_product dl dd .con { display: flex; align-items: center; padding: 20px 0; border-bottom: 1px solid #e6e6e6;}
.nyRight_product dl dd:last-child .con { border-bottom: 0;}
.nyRight_product dl dd .con a.img { display: block; width: 110px; height: 90px; overflow: hidden; position: relative;}
.nyRight_product dl dd .con .text { width: calc(100% - 110px); padding-left: 15px;}
.nyRight_product dl dd .con .text a.name { display: block; max-height: 48px; overflow: hidden; line-height: 24px; color: #222; font-family: "PoppinsLight"; font-size: 18px; margin-bottom: 10px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.nyRight_product dl dd .con .text a.btn { display: inline-block; height: 24px; overflow: hidden; line-height: 24px; color: #999; font-family: "PoppinsLight"; font-size: 14px; vertical-align: top;}
.nyRight_product dl dd .con .text a.btn i { display: inline-block; width: 14px; height: 14px; vertical-align: middle; margin: -2px 0 0 5px;}
.nyRight_product dl dd .con:hover .text a.name { color: #084187;}
.nyRight_product dl dd .con .text a.btn:hover i { margin: -2px 0 0 15px;}

.nyRight_contact { overflow: hidden; background-color: #677281;}
.nyRight_contact .nyRtContact_main { padding: 30px; position: relative;}
.nyRtContact_main em.ico { display: block; width: 96px; height: 96px; position: absolute; right: -30px; bottom: 30px; opacity: .04; transform: scaleX(-1); -webkit-transform: scaleX(-1);}
.nyRtContact_main title { display: block; line-height: 1.2; color: #fff; font-family: "MontserratBold"; font-size: 24px; margin-bottom: 10px;}
.nyRtContact_main p.ms { line-height: 1.6; color: #fff; font-family: "PoppinsLight"; font-size: 16px;}
.nyRtContact_main em.line { display: block; width: 120px; height: 4px; background-color: rgba(255, 255, 255, .1); margin: 30px 0;}
.nyRtContact_main dl dd { min-height: 24px; line-height: 24px; color: #fff; font-size: 16px; padding-left: 30px; position: relative; margin-top: 15px;}
.nyRtContact_main dl dd i { display: block; width: 20px; height: 20px; overflow: hidden; position: absolute; top: 2px; left: 0;}
.nyRight_contact a.btn { display: block; height: 60px; line-height: 60px; color: #fff; font-family: "PoppinsMedium"; font-size: 18px; text-align: center; background-image: linear-gradient(to right, #084187 0%, #084187 100%);}
.nyRight_contact a.btn:hover { background-image: linear-gradient(to right, #406aa7 0%, #3e5999 100%);}
/*right end*/


.lyPrevNext { padding: 30px 0; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; position: relative;}
.lyPrevNext::before, .lyPrevNext::after { content: ""; display: block; width: 160px; height: 1px; background-color: #004298; position: absolute; left: 0;}
.lyPrevNext::before { top: -1px;}
.lyPrevNext::after { bottom: -1px;}
.lyPrevNext ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px;}
.lyPrevNext ul li { width: 50%; padding: 0 20px;}
.lyPrevNext ul li span { display: block; height: 24px; line-height: 24px; color: #999; font-family: "Poppins-Light"; font-size: 16px; margin-bottom: 10px;}
.lyPrevNext ul li span i { display: inline-block; width: 18px; height: 18px; vertical-align: middle; margin: -2px 0 0 10px;}
.lyPrevNext ul li a { display: block; line-height: 26px; color: #222; font-family: "Poppins-Medium"; font-size: 18px;}
.lyPrevNext ul li a:hover { color: #004298;}


@media (max-width:1680px) {

  .lyFoot_left { min-height: 600px;}
  .lyFoot_left, .lyFoot_right { padding: 80px;}
  .lyFootLeft_con span { font-size: 72px;}
  .lyFoot_title { margin-bottom: 40px;}
  .lyFoot_nav, .lyFoot_lx { padding-right: 30px;}
  .lyFoot_form dl { margin: 0 -15px;}
  .lyFoot_form dl dt, .lyFoot_form dl dd { padding: 0 15px;}
  .lyFoot_form dl dt:last-child { margin: 40px 0 0;}
  .lyFoot_form dl dt button { padding: 10px 30px;}
  .lyShare { margin-top: 40px;}
  .lyFoot_copy { margin-top: 40px;}

  .nyBanner { height: 380px;}
  .nyBanner .nyBa_tit { margin: 18px auto 0;}
  .nyBa_tit p { font-size: 36px;}

  .nyMenu ul li a { height: 72px; line-height: 72px; font-size: 18px; padding: 0 40px;}

  .nyRight_product title, .nyRtContact_main title { font-size: 22px;}
}

@media (max-width:1600px) {
  .lyTop { padding: 0 3%;}

  .lyNavScd_con { padding: 0 25% 0 23.5%;}
  .lyNavScd_con .lyNavScd_menu { padding-left: 60px;}

  .lyFoot_form dl { margin: 0 -10px;}
  .lyFoot_form dl dt, .lyFoot_form dl dd { padding: 0 10px;}
  .lyFoot_form dl dd input { height: 45px; padding: 0 0 4px;}
  .lyFoot_form dl dt textarea { height: 77px; padding: 0 0 4px;}

  .nyBanner { height: 360px;}
  .nyBanner .nyBa_tit { margin: 16px auto 0;}
  .nyBa_tit p { font-size: 34px;}
}

@media (max-width:1560px) {
  .lyNavScd_con { padding: 0 25% 0 22%;}

  .lyFootLeft_con { margin: 0 0 0 110px;}
}

@media (max-width:1440px) {
  .lyNav_list>ul>li { padding: 0 16px;}
  .lyNav_list>ul>li>a { font-size: 16px;}

  .lyFoot_left { width: 16%; min-height: 500px;}
  .lyFoot_right { width: 84%;}
  .lyFoot_left, .lyFoot_right { padding: 60px;}
  .lyFootLeft_con span { font-size: 64px; padding-left: 60px;}
  .lyFootLeft_con p { line-height: 32px; font-size: 36px;}
  .lyFoot_title { font-size: 30px; margin-bottom: 30px;}
  .lyFoot_nav { width: 180px;}
  .lyFoot_nav a { line-height: 21px; font-size: 15px;}
  .lyFoot_lx { width: 320px;}
  .lyFoot_lx dl dd span { line-height: 24px; font-size: 18px; margin-bottom: 6px;}
  .lyFoot_lx dl dd a, .lyFoot_lx dl dd p { line-height: 1.5; font-size: 15px;}
  .lyFoot_form { width: calc(100% - 500px);}
  .lyFoot_form dl dd { width: 50%;}
  .lyFoot_form dl dd:nth-child(3) { width: 100%;}
  .lyFoot_form dl dd input { height: 35px; line-height: 30px; font-size: 15px;}
  .lyFoot_form dl dt span { font-size: 14px;}
  .lyFoot_form dl dt textarea { height: 71px; line-height: 1.5; font-size: 15px;}
  .lyFoot_form dl dt:last-child { margin: 20px 0 0;}
  .lyShare { margin-top: 30px;}
  .lyShare a { margin-right: 12px; padding: 4px;}
  .lyFoot_copy { margin-top: 20px;}

  .nyBanner { height: 320px;}
  .nyBa_tit p { font-size: 32px;}

  .nyCrumb { padding: 14px 0;}

  .nyMenu ul li a { height: 60px; line-height: 60px; padding: 0 30px;}
}

@media (max-width:1366px) {
  .lyNavScd_con { padding: 0 26% 0 19.5%;}

  .lyFoot_left, .lyFoot_right { padding: 60px 50px;}

  .nyBanner { height: 300px;}
  .nyBanner .nyBa_tit { margin: 15px auto 0;}
  .nyBa_tit p { font-size: 30px;}

  .nyRight_product title { height: 60px; line-height: 30px; padding: 15px 30px;}
  .nyRight_product dl dd .con { padding: 15px 0;}
}

@media (max-width:1280px) {
  .lyTop a.lyLogo { height: 60px; margin: 10px 0;}
  .lyTop.fxd a.lyLogo { height: 54px; margin: 9px 0;}

  .lyTop .lyLanguage { margin: 20px 0 20px 20px;}
  .lyTop.fxd .lyLanguage { margin: 16px 0 16px 20px;}

  .lyTop .lySearch { margin: 20px 0;}
  .lyTop.fxd .lySearch { margin: 16px 0;}

  .lyNav { padding-right: 10px;}
  .lyNav_list>ul>li { padding: 0 12px;}
  .lyNav_list>ul>li>a { height: 80px; padding: 10px 0;}
  .lyTop.fxd .lyNav_list>ul>li>a { height: 72px; line-height: 60px; padding: 6px 0;}
  .lyNav_list>ul>li>a::after { bottom: 28%;}
  .lyNavScd_con { padding: 0 25.5% 0 21.5%;}

  .lyLang_pop { width: 800px; padding: 20px 20px 10px;}
  .lyLang_pop h3 { height: 40px; line-height: 30px; font-size: 24px; margin-bottom: 20px;}
  .lyLang_pop h3 a.lyLang_close { width: 30px; height: 30px; padding: 5px;}
  .lyLang_pop ul li a { height: 44px; font-size: 14px; padding: 7px 30px 7px 44px;}

  .lyFoot_left, .lyFoot_right { padding: 60px 40px;}

  .nyCrumb { padding: 10px 0;}
  .nyCrumb_main { height: 30px; line-height: 30px; font-size: 15px;}
  .nyCrumb_main a { line-height: 30px; font-size: 15px;}
  .nyCrumb_main i { width: 10px; height: 30px; margin: 0 8px;}

  .nyRight_product title { padding: 15px 20px;}
  .nyRight_product dl dd { padding: 0 20px;}
  .nyRight_product dl dd .con { padding: 10px 0;}
  .nyRight_contact .nyRtContact_main { padding: 20px;}
  .nyLocation p, .nyLocation p a, .nyRtContact_main p.ms { font-size: 15px;}
  .nyRtContact_main em.line { width: 100px; height: 2px; margin: 20px 0;}
  .nyRtContact_main dl dd { font-size: 15px; margin-top: 10px;}
  .nyRtContact_main dl dd i { width: 18px; height: 18px; top: 3px;}
  .nyRight_contact a.btn { height: 50px; line-height: 50px; font-size: 16px;}

  .nyMenu { top: 72px;}
}

@media (max-width:1200px) {
  .lyTop a.lyLogo { height: 56px; margin: 12px 0;}

  .lySearch form { width: 320px;}

  .nyBanner { height: 280px;}
  .nyBanner .nyBa_tit { margin: 14px auto 0;}
  .nyBa_tit p { font-size: 28px;}

  .nyRight_product title, .nyRtContact_main title { font-size: 20px;}
  .nyRight_product dl dd .con { padding: 10px 0;}
  .nyRight_product dl dd .con .text a.name { font-size: 16px;}
}

@media (max-width:1080px) {

  .lyNav .lyNav_list { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: -100%; z-index: 9999;}
  .lyNav .lyNav_list.open { left: 0;}
  .lyNav_list>ul { width: 50%; height: 100%; overflow-y: scroll; background-color: #fff; position: relative; z-index: 9999; display: block; align-items: inherit; justify-content: inherit; }  
  .lyNav_list>ul>li { display: block; align-items: inherit; padding: 0; float: none; position: relative;}
  .lyNav_list>ul>li>a, .lyTop.fxd .lyNav_list>ul>li>a { display: block; width: 100%; height: 60px; line-height: 60px; color: #222; font-size: 16px; text-align: left; padding: 0 60px 0 30px; border-bottom: 1px solid rgba(85, 87, 89, 0.1);}
  .lyNav_list>ul>li:active>a, .lyNav_list>ul>li.active>a { color: #084187; border-bottom: 1px solid #084187;}
  .lyNav_list>ul>li>a::after { height: 0; bottom: 0;}
  .lyNav_list>ul>li>i { display: block; width: 60px; height: 60px; margin: 0; padding: 26px 22px; border: 0 !important; position: absolute; top: 0; right: 0;}  
  .lyNav_list>ul>li>i svg path { fill: #aaa;}
  .lyNav_list>ul>li:active>i svg path, .lyNav_list>ul>li.active>i svg path { fill: #084187;}
    
  .lyNav .lyNav_btn { display: block; width: 40px; height: 40px; margin: 20px 0;}
  .lyTop.fxd .lyNav .lyNav_btn { margin: 16px 0;}
  .lyNav_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 10px;}
  
  .lyNav_list .lyNav_mask { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0; z-index: 9998;}
  .lyNav_list>ul>li .lyNav_second { box-shadow: none; border-bottom: 1px solid rgba(85, 87, 89, 0.1); position: inherit; left: inherit; top: inherit !important;}  
  .lyNav_list>ul>li.cur .lyNav_second { display: none; height: auto; padding: 20px 0; opacity: 1;}
  .lyNavScd_list, .lyNavScd_con { width: 100%; padding: 0 30px;}
  .lyNavScd_list ul { margin: 0 0 -10px;}
  .lyNavScd_list ul li { width: 100%; margin-bottom: 10px; padding: 0;}
  .lyNavScd_con .lyNavScd_img { width: 200px; height: 120px;}
  .lyNavScd_con .lyNavScd_menu { width: calc(100% - 200px); padding-left: 20px;}

  .lyFoot_left { display: none;}
  .lyFoot_right { width: 100%; padding: 60px 3%;}

  .nyMenu ul li a { height: 64px; line-height: 64px; font-size: 16px;}
}

@media (max-width:1024px) {
  .lyFoot_right { padding: 40px 3%;}
  .lyFoot_title { margin-bottom: 20px;}
  .lyFoot_nav { width: 220px;}
  .lyFoot_lx { width: 320px;}
  .lyFoot_form { width: calc(100% - 540px); margin-top: -40px;}
  .lyFoot_form dl { margin: 0;}
  .lyFoot_form dl dt, .lyFoot_form dl dd { width: 100%; padding: 0;}
  .lyFoot_form dl dt:last-child { margin: 20px 0 0;}
  .lyShare { margin-top: 20px;}

}

@media (max-width:920px) {
  .lyFoot_title { font-size: 28px;}
  .lyFoot_nav { width: 260px; padding-right: 20px;}
  .lyFoot_lx { width: calc(100% - 260px); padding-right: 0;}
  .lyFoot_form { display: none;}

  .nyBanner { height: 260px;}

  .nyMenu ul li a { padding: 0 20px;}

  .nyRight_product { margin: 0;}
  .nyRight_contact { display: none;}

  .lyPrevNext { padding: 20px 0;}
}

@media (max-width:820px) {
  .lySearch form { width: 280px;}

  .lyNavScd_con .lyNavScd_img { width: 160px; height: 100px;}
  .lyNavScd_con .lyNavScd_menu { width: calc(100% - 160px);}

  .lyLang_pop { width: 80%;}
  .lyLang_pop ul li { width: 33.333333%;}

  .nyBanner { height: 240px;}
  .nyBanner .nyBa_tit { margin: 13px auto 0;}
  .nyBa_tit p { font-size: 26px;}  
  
}

@media (max-width:767px) {  
  .lyTop, .lyTop.fxd { background-color: rgba(0, 0, 0, .8);}
  .lyTop a.lyLogo, .lyTop.fxd a.lyLogo { height: 44px; margin: 10px 0;}
  .lyTop#show a.lyLogo { display: none;}

  .lyTop .lyLanguage, .lyTop.fxd .lyLanguage { margin: 12px 0 12px 12px;}
  .lyTop#show .lyLanguage { display: none;}
  .lyLanguage a span { font-size: 0;}

  .lyTop .lySearch, .lyTop.fxd .lySearch { margin: 12px 0; position: initial;}
  .lySearch form { width: calc(94% - 40px); height: 38px; top: 13px; right: calc(3% + 40px);}
  .lySearch .lySearch_ipt { width: calc(100% - 38px); height: 38px; line-height: 38px; font-size: 14px; padding: 0 16px;}
  .lySearch .lySearch_btn { width: 38px; height: 38px;}
  .lySearch .close { top: 10px; right: 3%;}

  .lyNav { padding-right: 0;}
  .lyTop#show .lyNav { display: none;}
  .lyNav .lyNav_btn, .lyTop.fxd .lyNav .lyNav_btn { margin: 12px 0;}
  .lyNav_list>ul { width: 60%;}
  .lyNav_list>ul>li>a { padding: 0 40px 0 20px;}
  .lyNav_list>ul>li>i { width: 40px; padding: 26px 12px;}
  .lyNavScd_list, .lyNavScd_con { display: block; padding: 0 20px;}
  .lyNavScd_con .lyNavScd_img { width: 100%; height: 80px; margin-bottom: 10px;}
  .lyNavScd_con .lyNavScd_menu { width: 100%; padding: 0;}
  .lyNavScd_con .lyNavScd_menu a { height: 40px; padding: 5px 20px 4px 0; font-size: 14px;}

  .lyLang_pop { width: 94%;}
  .lyLang_pop ul li { width: 50%;}

  .lyFoot_nav { display: none;}
  .lyFoot_lx { width: 100%;}
  .lyShare { display: none;}

  .nyBanner { height: 140px; margin-top: 64px;}
  .nyBanner .nyBa_tit { margin: 0 auto;}
  .nyBa_tit p { font-size: 22px;}

  .nyPage a.num { display: none;}

  .nyMenu { top: 64px;}
  .nyMenu ul { width: 100%;}
  .nyMenu ul li a { height: 48px; line-height: 48px; font-size: 14px; padding: 0 10px;}
}

@media (max-width:390px) {
  
}

@media (max-width:320px) {
  .lyLang_pop ul li { width: 100%;}

  .nyBanner { height: 120px;}
  .nyBa_tit p { font-size: 18px;}

  .nyMenu ul li a { height: 40px; line-height: 40px; font-size: 12px; padding: 0 5px;}

  .nyRight_product dl dd .con .text a.name { font-size: 16px;}
}

