* { 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 '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: #02314d;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #02314d;}  /* 滚动条滑块点击状态 */

@font-face { font-family: "AntonRegular"; src: url('/fonts/AntonRegular.ttf');}
@font-face { font-family: "Poppins-Light"; src: url('/fonts/Poppins-Light.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%;}
}

.w1600 { width: 1600px; margin: 0 auto;}
@media (max-width:1680px) {
  .w1600 { width: 94%;}
}

/*lyTop start*/
.lyTop { width: 100%; background-color: #02314d; position: fixed; left: 0; top: 0; z-index: 999;}
.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 .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 25px; flex-grow: 1; position: relative;}
.lyNav_list>ul>li>a { display: inline-block; height: 90px; overflow: hidden; line-height: 90px; color: #fff; font-size: 18px; vertical-align: middle; position: relative;}
.lyNav_list>ul>li>a::after { content: ''; display: block; width: 0; height: 2px; margin: 0; background-color: #3fbf70; position: absolute; left: 50%; 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, .lyNav_list>ul>li.active>a { color: #3fbf70;}
.lyNav_list>ul>li:hover>a::after, .lyNav_list>ul>li.active>a::after { width: 100%; margin: 0 0 0 -50%;}

.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: #3fbf70;}
.lyNav_list>ul>li ul { width: auto; overflow: hidden; 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: 30px; overflow: hidden; color: #555; font-size: 15px; text-transform: capitalize; white-space: nowrap; padding: 6px 20px;}
.lyNav_list>ul>li ul li a:hover { color: #fff; background-color: #3fbf70;}

.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: 16px;}
.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; 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);}
.lyForm .lyForm_ipt { float: left; width: calc(100% - 50px); height: 44px; overflow: hidden; line-height: 44px; color: #222; 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: #666;}
.lyForm .lyForm_btn { float: right; width: 50px; height: 44px; overflow: hidden; margin-right: -3px; font-size: 0; background-color: #04456b; border-radius: 22px; border: 0; outline: none; cursor: pointer;}
.lyForm .lyForm_btn:hover { background-color: #3fbf70;}
.lyForm .lyForm_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 12px;}
.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: 16px; border-radius: 50%;}
.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 25px 25px; float: right; position: relative;}
.lyLanguage a.lyLang_btn { display: block; height: 40px; padding: 0 20px; background-color: #04456b; border-radius: 20px;}
.lyLanguage a.lyLang_btn em { display: block; width: 24px; height: 24px; margin: 8px 0; float: left;}
.lyLanguage a.lyLang_btn span { display: block; height: 40px; line-height: 40px; color: #fff; font-size: 16px; text-transform: capitalize; padding: 0 6px; float: left;}
.lyLanguage a.lyLang_btn i { display: block; width: 24px; height: 24px; margin: 8px 0; padding: 5px; float: right;}
.lyLanguage ul { width: 100%; 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: 100%; height: 44px; overflow: hidden; line-height: 24px; color: #222; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; padding: 10px 10px 10px 50px; position: relative;}
.lyLanguage ul li a:hover { color: #fff; background-color: #3fbf70;}
.lyLanguage ul li a img { display: block; width: 20px; height: 20px; margin-top: -10px; position: absolute; left: 20px; top: 50%;}
/*lyTop end*/


/*lyBottom start*/
.lyBottom { overflow: hidden; padding: 60px 0; background: #f6f6f6 url(../images/webp/btmBg.webp) center center no-repeat; background-size: cover;}
.lyBottom_main title { display: block; line-height: 1.2; color: #fff; font-size: 32px; text-align: center; margin-bottom: 30px;}
.lyBottom_main dl { width: 100%; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px;}
.lyBottom_main dl dt, .lyBottom_main dl dd { padding: 0 15px;}
.lyBottom_main dl dt { width: 13%;}
.lyBottom_main dl dd { width: 29%;}
.lyMsg_ipt, .lyMsg_btn { width: 100%; position: relative;}
.lyMsg_ipt i { display: block; width: 56px; height: 56px; overflow: hidden; padding: 16px; background-color: #3fbf70; position: absolute; left: 0; top: 0;}
.lyMsg_ipt input { display: block; width: 100%; height: 56px; overflow: hidden; line-height: 56px; color: #222; font-size: 18px; padding: 0 20px 0 70px; background: #fff; border: 0; outline: none;}
.lyMsg_btn button { display: block; width: 100%; height: 56px; overflow: hidden; line-height: 56px; color: #fff; font-size: 18px; text-align: center; background-color: #3fbf70; border: 0; outline: none; cursor: pointer;}
.lyMsg_btn button:hover { background-color: #329e6c;}
.lyMsg_btn button i { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -2px 10px 0 0;}
/*lyBottom end*/


/*lyFooter start*/
.lyFooter { overflow: hidden; background-color: #02314d;}
.lyFoot_main { display: flex; flex-wrap: wrap; justify-content: left; padding: 60px 0;}
.lyFoot_tit { line-height: 1.2; color: #fff; font-size: 22px; text-transform: capitalize; margin-bottom: 20px;}

.lyFoot_nav { width: 60%;}
.lyFoot_nav ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -20px;}
.lyFoot_nav ul li { width: 25%; padding: 0 20px;}
.lyFoot_nav ul li>a { display: block; line-height: 2; color: rgba(255, 255, 255, 0.5); font-size: 15px; margin-top: 8px;}
.lyFoot_nav ul li>a:hover { color: #fff;}

.lyFoot_lxfs { width: 40%; padding-left: 60px;}
.lyFoot_lxfs p { line-height: 2; color: rgba(255, 255, 255, 0.5); font-size: 15px; margin-top: 8px;}
.ftShare { margin-top: 20px;}
.ftShare a { display: inline-block; width: 30px; height: 30px; overflow: hidden; margin-right: 2px; padding: 8px; vertical-align: top; background-color: #fff; border-radius: 50%;}
.ftShare a.facebook { background-color: #415a93;}
.ftShare a.instagram { background: linear-gradient(to top right, #fdbd50, #e63d7f, #68428e);}
.ftShare a.youtube { background-color: #ff0000;}
.ftShare a.in { background-color: #2f72ab;}
.ftShare a.email { background-color: #cc5849;}

.lyFoot_copy { padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .2);}
.lyFoot_copy p { line-height: 2; color: rgba(255, 255, 255, 0.5); font-size: 15px; text-align: center;}
.lyFoot_copy p a { color: rgba(255, 255, 255, 0.5); font-size: 15px;}
.lyFoot_copy p a:hover { color: #fff;}
/*lyFooter end*/


.lyMore a { display: block; width: 180px; height: 50px; line-height: 50px; color: #fff; font-size: 16px; text-align: center; text-transform: capitalize; background-color: #01314e;}
.lyMore a i { display: inline-block; width: 26px; height: 26px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px; border: 1px solid #fff; border-radius: 50%; padding: 6px;}
.lyMore a:hover { background-color: #3fbf70;}
.lyMore a:hover i { margin: -2px 0 0 20px;}
.lyMore1 a { background-color: #3fbf70;}
.lyMore1 a i { border: 1px solid #fff;}


/*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: 72px; font-weight: bold; text-transform: capitalize;}

.nyLocation { width: 50%; margin-top: 20px; padding-left: 32px; position: relative;}
.nyLocation em { display: block; width: 22px; height: 22px; overflow: hidden; border: 2px solid #3fbf70; border-radius: 50%; padding: 6px; position: absolute; left: 0; top: 4px;}
.nyLocation em::before { content: ''; display: block; width: 100%; height: 100%; background-color: #fff; border-radius: 50%;}
.nyLocation p { height: 30px; overflow: hidden; line-height: 30px; color: #3fbf70; font-size: 18px; text-transform: capitalize; white-space: nowrap; text-overflow: ellipsis;}
.nyLocation p a { display: inline-block; line-height: 30px; color: #fff; font-size: 18px; text-transform: capitalize; vertical-align: top;}
.nyLocation p a:hover { color: #3fbf70;}
.nyLocation p i { display: inline-block; width: 22px; height: 30px; overflow: hidden; vertical-align: top; margin: 0 2px;}
/*nyBanner end*/

.nyLine { display: block; width: 150%; height: 8px; background-color: #02314d; border-radius: 0 0 0 8px; position: absolute; left: -8px; top: 0;}

.nyTitle { line-height: 50px; color: #222; font-size: 48px; font-weight: bold; text-transform: capitalize; margin-bottom: 50px;}
.nyTitle span { display: block; line-height: 30px; color: #555; font-size: 14px; font-weight: normal; text-transform: uppercase; border-bottom: 2px solid #3fbf70; margin: 9px 50px 9px 0; padding-right: 50px; float: left;}
.nyTitle span::before { content: ''; display: block; width: 8px; height: 8px; background-color: #3fbf70; border-radius: 50%; margin: 11px 10px 11px 0; float: left;}
.nyTitle1, .nyTitle1 span { 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;}
.nyPage1 a { background-color: #f8f8f8;}
.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, .nyPage1 a.pnnum:hover, .nyPage1 a.pnnum1 { color: #fff; background-color: #3fbf70 !important;}
.nyPage a.prev, .nyPage a.next { padding: 9px;}
.nyPage a.prev { transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.nyPage a.prev:hover, .nyPage a.next:hover { background-color: #3fbf70;}
.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;}
  .lyTop#show .lyNav { width: auto; transform: inherit; -webkit-transform: inherit;}
  .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: #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:hover>a, .lyNav_list>ul>li.active>a { color: #02314d; border-bottom: 1px solid #02314d;}
  .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: #02314d;}
  .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: #02314d; 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;}
  .lyTop#show .lyNav .lyNav_btn { width: 0; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}
  .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: #222;}
  .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%;}
}

