* { 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;}
body { font: 16px/1.5 'Poppins-Regular', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Helvetica', 'sans-serif';}
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: #000; 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 { 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;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width: 0;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color: #f6f6f6;}/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb { background-color: #005555;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #005555;}  /* 滚动条滑块点击状态 */

@font-face { font-family: "AntonRegular"; src: url('./fonts/AntonRegular.ttf');}
@font-face { font-family: "Poppins-Regular"; src: url('./fonts/Poppins-Regular.ttf');}
@font-face { font-family: "Poppins-Medium"; src: url('./fonts/Poppins-Medium.ttf');}
@font-face { font-family: "Poppins-SemiBold"; src: url('./fonts/Poppins-SemiBold.ttf');}
@font-face { font-family: "Poppins-Bold"; src: url('./fonts/Poppins-Bold.ttf');}

.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1440px) {
  .w1400 { width: 94%;}
}

.w1580 { width: 1580px; margin: 0 auto;}
@media (max-width:1680px) {
  .w1580 { width: 90%;}
}
@media (max-width:1600px) {
  .w1580 { width: 94%;}
}

/*lyTop start*/
.lyTop { width: 100%; background-color: #005555; position: fixed; left: 0; top: 0; z-index: 999;}
.lyTop.fxd { background-color: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .06);}
.lyTop a.lyLogo { display: -webkit-flex; display: flex; align-items: center; height: 50px; overflow: hidden; margin: 20px 0; float: left;}
.lyTop a.lyLogo img { max-height: 100%;}
.lyTop a.lyLogo img.logo1, .lyTop.fxd a.lyLogo img.logo2 { display: block;}
.lyTop.fxd a.lyLogo img.logo1, .lyTop a.lyLogo img.logo2 { display: none;}

.lyTop .lyNav { float: right;}
.lyTop#show .lyNav { width: 0; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}
.lyNav_list>ul { display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}
.lyNav_list>ul>li { padding: 0 30px; flex-grow: 1; position: relative;}
.lyNav_list>ul>li>a { display: inline-block; height: 90px; overflow: hidden; line-height: 90px; color: #fff; font-size: 16px; vertical-align: middle; position: relative;}
.lyTop.fxd .lyNav_list>ul>li>a { color: #333;}
.lyTop.fxd .lyNav_list>ul>li:hover>a, .lyTop.fxd .lyNav_list>ul>li.active>a { color: #005555;}
.lyNav_list>ul>li>a::after { content: ''; display: block; width: 0; height: 2px; background-color: #fff; position: absolute; left: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-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::after { background-color: #005555;}

.lyNav_list>ul>li i { display: none; width: 12px; height: 12px; margin: -2px 0 0 4px; vertical-align: middle;}
.lyNav_list>ul>li:hover i svg path { fill: #005555;}
.lyNav_list>ul>li ul { width: auto; overflow: hidden; padding: 5px; background-color: #fff; -webkit-box-shadow: 0 0 10px rgb(0, 0, 0, .1); box-shadow: 0 0 10px rgb(0, 0, 0, .1); position: absolute; left: 50%; top: 100%; z-index: 2; opacity: 0; visibility: hidden; transform: translate(-50%, 20px); -webkit-transform: translate(-50%, 20px); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNav_list>ul>li:hover ul, .lyNav_list>ul>li.on ul { opacity: 1; visibility: visible; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0);}
.lyNav_list>ul>li ul li a { display: block; line-height: 20px; overflow: hidden; color: #333; font-size: 14px; text-transform: capitalize; white-space: nowrap; padding: 5px 10px;}
.lyNav_list>ul>li ul li a:hover { color: #fff; background-color: #005555;}

.lyTop .lyForm { margin: 20px 0; position: relative; float: right;}
.lyForm em { display: block; width: 50px; height: 50px; cursor: pointer; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lyForm em i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 14px;}
.lyTop.fxd .lyForm em i svg path { fill: #333333;}
.lyTop.fxd .lyForm em:hover i svg path { fill: #005555;}
.lyTop#show .lyForm em { opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}

.lyForm form { position: absolute; top: 3px; right: 50px; z-index: 99; width: 360px; height: 44px; overflow: hidden; background-color: #fff; border-radius: 25px; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); transform-origin: right center; opacity: 0; filter: Alpha(opacity=0);}
.lyTop.fxd .lyForm form { background-color: #f1f3f8;}
.lyForm .lyForm_ipt { float: left; width: calc(100% - 50px); height: 44px; overflow: hidden; line-height: 44px; color: #333; font-size: 14px; text-transform: capitalize; white-space: nowrap; text-overflow: ellipsis; padding: 0 0 0 22px; background: none; border: 0; outline: none;}
.lyForm .lyForm_ipt::placeholder { color: #999;}
.lyForm .lyForm_btn { float: right; width: 50px; height: 44px; overflow: hidden; font-size: 0; background-color: rgba(0, 0, 0, .15); border-radius: 25px 0 0 25px; border: 0; outline: none; cursor: pointer;}
.lyForm .lyForm_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 12px;}
.lyTop.fxd .lyForm .lyForm_btn { background-color: #005555;}
.lyTop#show .lyForm form { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}

.lyForm .close { display: block; width: 50px; height: 50px; overflow: hidden; position: absolute; top: 0; right: 0; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); opacity: 0; filter: Alpha(opacity=0);}
.lyForm .close i { display: block;width: 100%; height: 100%; overflow: hidden; padding: 12px; border-radius: 50%;}
.lyTop.fxd .lyForm .close i svg path { fill: #333333;}
.lyTop.fxd .lyForm .close:hover i svg path { fill: #005555;}
.lyTop#show .lyForm .close { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}

.lyTop .lyLanguage { margin: 25px 0; float: right; position: relative;}
.lyLanguage a.lyLang_btn { display: block; height: 40px; line-height: 40px; color: #fff; font-size: 14px; text-transform: capitalize; padding-left: 20px;}
.lyTop.fxd .lyLanguage a.lyLang_btn { color: #333;}
.lyTop.fxd .lyLanguage a.lyLang_btn:hover { color: #005555;}
.lyLanguage a.lyLang_btn i { display: block; width: 30px; height: 30px; margin: 5px 8px 5px 0; float: left;}
.lyTop .lyLanguage a.lyLang_btn i img.language1, .lyTop.fxd .lyLanguage a.lyLang_btn i img.language2 { display: block;}
.lyTop.fxd .lyLanguage a.lyLang_btn i img.language1, .lyTop .lyLanguage a.lyLang_btn i img.language2 { display: none;}
.lyLanguage ul { padding: 5px; background-color: #fff; -webkit-box-shadow: 0 0 10px rgb(0, 0, 0, .1); box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: absolute; top: 100%; right: 0; opacity: 0; visibility: hidden; transform: translate(0, 20px);}
.lyLanguage:hover ul { opacity: 1; transform: translate(0, 0); visibility: visible;}
.lyLanguage ul li a { display: block; width: auto; line-height: 20px; overflow: hidden; color: #333; font-size: 14px; white-space: nowrap; padding: 5px 10px;}
.lyLanguage ul li a:hover { color: #fff; background-color: #005555;}

/*lyTop end*/


.waves { display: block; width: 100%; height: 60px; overflow: hidden; position: relative;}

/* Animation */
.parallax > use { animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite}
.parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 7s}
.parallax > use:nth-child(2) { animation-delay: -3s; animation-duration: 10s}
.parallax > use:nth-child(3) { animation-delay: -4s; animation-duration: 13s}
.parallax > use:nth-child(4) { animation-delay: -5s; animation-duration: 20s}

@keyframes move-forever {
  0% { transform: translate3d(-90px, 0, 0)}
  100% { transform: translate3d(85px, 0, 0)}
}

/*Shrinking for mobile*/
@media (max-width:1440px) {
  .waves { height: 50px;}
}
@media (max-width:1080px) {
  .waves { height: 40px;}
}

/*lyFooter start*/
.lyFooter { overflow: hidden; background-color: #004242; border-bottom: 8px solid #006432;}
.lyFoot_main { display: flex; flex-wrap: wrap; justify-content: left; padding: 60px 0;}
.lyFoot_tit { line-height: 1; color: #fff; font-family: "Poppins-Medium"; font-size: 20px; text-transform: uppercase; margin-bottom: 20px;}
.lyFoot_ewm { width: 20%; padding-right: 60px;}
.lyFoot_ewm p { max-width: 124px;}

.lyFoot_nav { width: 50%; padding: 0 60px; border-left: 1px solid rgba(255, 255, 255, .15); border-right: 1px solid rgba(255, 255, 255, .15);}
.lyFoot_nav ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -30px;}
.lyFoot_nav ul li { width: 33.333333%; padding: 0 30px;}
.lyFoot_nav ul li>a { display: block; line-height: 2; color: rgba(255, 255, 255, 0.5); font-size: 14px; margin-top: 10px;}
.lyFoot_nav ul li>a:hover { color: #fff;}

.lyFoot_lxfs { width: 30%; padding-left: 60px;}
.lyFoot_lxfs p { line-height: 2; color: rgba(255, 255, 255, 0.5); font-size: 14px; margin-top: 15px; padding-left: 30px; position: relative;}
.lyFoot_lxfs p i { display: block; width: 18px; height: 18px; overflow: hidden; position: absolute; left: 0; top: 6px;}

.lyFoot_copy { padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, .15);}
.lyFoot_copy p { line-height: 2; color: #fff; font-size: 14px;}
.lyFoot_copy p a { color: #fff; font-size: 14px;}
.lyFoot_copy p a:hover { color: rgba(255, 255, 255, .5);}
/*lyFooter end*/


.lyMore a { display: block; width: 200px; height: 60px; line-height: 58px; color: #005555; font-size: 18px; text-align: center; text-transform: capitalize; background-color: rgba(0, 0, 0, 0); border: 1px solid #005555;}
.lyMore a i { display: inline-block; width: 22px; height: 22px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px;}
.lyMore a:hover { color: #fff; background-color: #005555;}
.lyMore a:hover i { margin: -2px 0 0 20px;}
.lyMore a:hover i svg path { fill: #ffffff;}

.lyMore1 a { color: #fff; border: 1px solid #fff;}
.lyMore1 a:hover { border: 1px solid #005555;}


/*nyBanner start*/
.nyBanner { height: 500px; overflow: hidden; margin-top: 90px; position: relative;}
.nyBanner .nyBa_text { position: absolute; left: 50%; top: 50%; z-index: 1; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.nyBa_text .nyBa_tit { line-height: 1; color: #fff; font-size: 60px; font-weight: bold; text-transform: uppercase;}

.nyLocation { width: 50%; margin-top: 20px; padding-left: 30px; position: relative;}
.nyLocation em { display: block; width: 24px; height: 24px; overflow: hidden; padding: 3px; position: absolute; left: 0; top: 2px;}
.nyLocation p { height: 30px; overflow: hidden; line-height: 30px; color: #006431; font-family: "Poppins-SemiBold"; font-size: 16px; font-weight: bold; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis;}
.nyLocation p a { display: inline-block; line-height: 30px; color: #006431; font-family: "Poppins-SemiBold"; font-size: 16px; font-weight: bold; text-transform: uppercase; vertical-align: top;}
.nyLocation p a:hover { color: #fff;}
.nyLocation p i { display: inline-block; width: 14px; height: 30px; overflow: hidden; margin: 0 2px; vertical-align: top;}
/*nyBanner end*/

.nyLine { display: block; width: 150%; height: 8px; background-color: #005555; border-radius: 0 0 0 8px; position: absolute; left: -8px; top: 0;}

.nyTitle { line-height: 50px; color: #222; font-family: "Poppins-SemiBold"; font-size: 48px; text-transform: capitalize; margin-bottom: 50px;}
.nyTitle span { display: block; line-height: 30px; color: #555; font-size: 14px; text-transform: uppercase; border-bottom: 2px solid #005555; margin: 9px 50px 9px 0; padding-right: 50px; float: left;}
.nyTitle span::before { content: ''; display: block; width: 8px; height: 8px; background-color: #005555; border-radius: 50%; margin: 11px 10px 11px 0; float: left;}
.nyTitle1, .nyTitle1 span { color: #fff;}
.nyTitle1 span { border-bottom: 2px solid #fff;}
.nyTitle1 span::before { background-color: #fff;}

/*nyPage start*/
.nyPage { line-height: 44px; color: #999; font-size: 18px; text-align: center;}
.nyPage a { display: inline-block; width: 44px; height: 44px; vertical-align: top; margin: 0 3px; background-color: #fff; border-radius: 4px;}
.nyPage1 a { background-color: #fbfbfb;}
.nyPage a.pnnum, .nyPage a.pnnum1 { line-height: 44px; font-size: 18px; text-align: center;}
.nyPage a.pnnum { color: #555;}
.nyPage a.pnnum:hover, .nyPage a.pnnum1 { color: #fff; background-color: #005555 !important;}
.nyPage a.prev, .nyPage a.next { padding: 15px;}
.nyPage a.prev:hover, .nyPage a.next:hover { background-color: #005555;}
.nyPage a.prev:hover svg path, .nyPage a.next:hover svg path { fill: #ffffff;}
/*nyPage end*/


@media (max-width:1680px) {
  .lyTop a.lyLogo { margin: 15px 0;}

  .lyTop .lyLanguage { margin: 20px 0;}

  .lyTop .lyForm { margin: 15px 0;}

  .lyNav_list>ul>li>a { height: 80px; line-height: 80px;}

  .lyMore a { width: 180px; height: 50px; line-height: 48px; font-size: 16px;}

  .lyFoot_main { padding: 40px 0;}

  .nyBanner { height: 440px;}
  .nyBa_text .nyBa_tit { font-size: 48px;}
  .nyLocation { margin-top: 12px; padding-left: 26px;}
  .nyLocation em { width: 22px; height: 22px; top: 3px;}
  .nyLocation p, .nyLocation p a { font-size: 15px;}
  .nyLocation p i { width: 12px;}
  
  .nyTitle { font-size: 44px; margin-bottom: 40px;}
  .nyTitle span { margin: 9px 40px 9px 0; padding-right: 40px;}  
}

@media (max-width:1600px) {
  .lyFoot_ewm { width: 18%; padding-right: 40px;}
  .lyFoot_nav { width: 52%; padding: 0 40px;}
  .lyFoot_nav ul { margin: 0 -20px;}
  .lyFoot_nav ul li { padding: 0 20px;}
  .lyFoot_lxfs { padding-left: 40px;}

  .nyBanner { height: 420px;}
  .nyBa_text .nyBa_tit { font-size: 46px;}

  .nyLine { height: 6px; border-radius: 0 0 0 6px; left: -6px;}
}

@media (max-width:1560px) {
  .lyNav_list>ul>li { padding: 0 24px;}
}

@media (max-width:1440px) {
  .lyNav_list>ul>li { padding: 0 22px;}

  .lyFoot_ewm { padding-right: 30px;}  
  .lyFoot_nav { padding: 0 30px;}  
  .lyFoot_nav ul { margin: 0 -15px;}  
  .lyFoot_nav ul li { padding: 0 15px;}  
  .lyFoot_nav ul li>a { margin-top: 5px;}
  .lyFoot_lxfs { padding-left: 30px;}
  .lyFoot_lxfs p { margin-top: 10px;}

  .nyBanner { height: 380px;}
  .nyBa_text .nyBa_tit { font-size: 44px;}
  .nyLocation { margin-top: 10px; padding-left: 24px;}
  .nyLocation em { width: 16px; height: 16px; padding: 0; top: 6px;}
  .nyLocation p { padding: 4px 0;}
  .nyLocation p, .nyLocation p a { line-height: 22px; font-size: 14px;}
  .nyLocation p i { height: 22px;}

  .nyTitle { font-size: 40px; margin-bottom: 30px;}  
  .nyTitle span { margin: 9px 30px 9px 0; padding-right: 30px;}
}

@media (max-width:1366px) {
  .lyNav_list>ul>li { padding: 0 20px;}
  .lyNav_list>ul>li>a { font-size: 14px;}

  .lyMore a { width: 160px; height: 44px; line-height: 42px; font-size: 15px;}
  .lyMore a i { width: 18px; height: 18px;}

  .nyBanner { height: 360px;}
  .nyBa_text .nyBa_tit { font-size: 40px;}

  .nyTitle { font-size: 36px;}
}

@media (max-width:1280px) {
  .lyLanguage a.lyLang_btn { padding-left: 16px;}

  .lyNav_list>ul>li { padding: 0 16px;}

  .lyFoot_ewm { padding-right: 20px;}
  .lyFoot_nav { padding: 0 20px;}
  .lyFoot_nav ul { margin: 0 -10px;}  
  .lyFoot_nav ul li { padding: 0 10px;}
  .lyFoot_lxfs { padding-left: 20px;}

  .nyBanner { height: 340px;}
  .nyBa_text .nyBa_tit { font-size: 36px;}

  .nyTitle { line-height: 40px; font-size: 34px;}
  .nyTitle span { margin: 4px 30px 4px 0;}
}

@media (max-width:1200px) {
  .lyLanguage a.lyLang_btn { padding-left: 12px;}

  .lyNav_list>ul>li { padding: 0 12px;}

  .nyBanner { height: 320px;}
}

@media (max-width:1080px) {
  .lyTop a.lyLogo { margin: 10px 0;}

  .lyTop .lyLanguage { margin: 15px 0;}
  .lyLanguage a.lyLang_btn { padding-left: 19px;}

  .lyTop .lyForm { margin: 13px 0;}
  .lyForm em, .lyForm .close { width: 44px; height: 44px;}
  .lyForm em i, .lyForm .close i { padding: 11px;}
  .lyForm form { top: 0; right: 44px;}

  .lyTop .lyNav { width: auto; padding-right: 8px; float: right;}
  .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%; background-color: #fff; position: relative; z-index: 9999; display: block; align-items: inherit; justify-content: inherit; }  
  .lyNav_list>ul>li { padding: 0;}
  .lyNav_list>ul>li a { display: block; width: 100%; height: 60px; line-height: 60px; color: #333; 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:hover>a, .lyNav_list>ul>li.active>a { color: #005555; border-bottom: 1px solid #005555;}
  .lyNav_list>ul>li>a::after { height: 1px; bottom: -1px;}
  .lyNav_list>ul>li i { display: block; width: 60px; height: 60px; margin: 0; padding: 22px; position: absolute; top: 0; right: 0;}
  .lyNav_list>ul>li i.on { transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
  .lyNav_list>ul>li i.on svg path { fill: #005555;}
  .lyNav_list>ul>li ul { display: none; width: 100%; padding: 10px 30px; border-radius: 0; box-shadow: none; border-bottom: 1px solid rgba(85, 87, 89, 0.1); position: inherit; left: inherit; top: inherit; opacity: 1; visibility: visible; transform: translate(0, 0); -webkit-transform: translate(0, 0);}
  .lyNav_list>ul>li:hover ul, .lyNav_list>ul>li.on ul { transform: translate(0, 0); -webkit-transform: translate(0, 0);}
  .lyNav_list>ul>li ul li a { height: 40px; line-height: 40px; color: #555; text-align: left; padding: 0 15px 0 25px; border: 0; position: relative;}
  .lyNav_list>ul>li ul li a::before { content: ''; display: block; width: 5px; height: 2px; margin-top: -1px; background-color: #005555; position: absolute; left: 10px; top: 50%;}
  .lyNav_list>ul>li ul li a:hover::before { background-color: #fff;}
  .lyNav .lyNav_btn { display: block; width: 44px; height: 44px; margin: 13px 0; padding: 13px 11px;}
  .lyNav_btn i { display: block; height: 2px; background-color: #fff; margin: 6px 0;}
  .lyNav_btn::before, .lyNav_btn::after { content: ''; display: block; height: 2px; background-color: #fff;}
  .lyTop.fxd .lyNav_btn i, .lyTop.fxd .lyNav_btn::before, .lyTop.fxd .lyNav_btn::after { background-color: #333;}
  .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;}

  .lyFoot_ewm { display: none;}
  .lyFoot_nav { width: 64%; border: 0; padding: 0 20px 0 0;}
  .lyFoot_lxfs { width: 36%; padding: 0;}
  .lyFoot_lxfs p { margin-top: 5px;}

  .nyBanner { height: 300px;}
  .nyBa_text .nyBa_tit { font-size: 32px;}

  .nyTitle { font-size: 30px;}
}

@media (max-width:1024px) {
  .lyFoot_copy p { float: none !important;}

  .nyBanner { height: 280px;}
}

@media (max-width:920px) {
  .lyFoot_main { display: none;}
  .lyFoot_copy { border-top: 0;}

  .nyBanner { height: 250px;}

  .nyTitle { line-height: 32px; font-size: 26px; margin-bottom: 20px;}  
  .nyTitle span { margin: 0 20px 0 0; padding-right: 20px;}
}

@media (max-width:820px) {
  .nyBanner { height: 220px;}
  .nyBa_text .nyBa_tit { font-size: 30px;}
  .nyLocation { margin-top: 4px;}

  .nyTitle { font-size: 24px;}
}

@media (max-width:767px) {
  .lyTop a.lyLogo { margin: 6px 0;}
  .lyTop#show a.lyLogo, .lyTop#show .lyLanguage { display: none;}
  
  .lyTop .lyLanguage { margin: 12px 0;}
  .lyLanguage a.lyLang_btn { padding-left: 9px;}
  .lyLanguage a.lyLang_btn i { margin: 5px 0;}
  .lyLanguage a.lyLang_btn span { font-size: 0;}

  .lyTop .lyForm { margin: 10px 0; position: inherit;}
  .lyForm form { width: calc(97% - 44px); top: 10px; right: 44px;}
  .lyForm .close { top: 10px; right: 0;}

  .lyTop .lyNav { padding-right: 0;}
  .lyNav .lyNav_btn { margin: 10px 0;}
  .lyNav_list>ul { width: 60%;}
  .lyNav_list>ul>li a { padding: 0 50px 0 20px;}
  .lyNav_list>ul>li i { width: 50px; height: 60px; padding: 22px 18px;}
  .lyNav_list>ul>li ul { padding: 10px 20px;}
  .lyNav_list>ul>li ul li a { padding: 0 10px 0 20px;}

  .nyBanner { height: 180px;}
  .nyBa_text .nyBa_tit { font-size: 24px;}
  .nyLocation { width: 60%;}

  .nyTitle { font-size: 22px;}
  .nyTitle span { margin: 0 10px 0 0; padding-right: 10px;}

  .nyPage a.pnnum { display: none;}
}
  
@media (max-width:390px) {
  .lyTop a.lyLogo { height: 44px; margin: 10px 0;}
}

@media (max-width:320px) {
  .lyTop a.lyLogo { height: 40px; margin: 12px 0;}

  .lyNav .lyNav_btn { width: 40px; height: 40px; margin: 12px 0; padding: 12px 10px;}
  .lyNav_list>ul { width: 72%;}
}

