* { font: 16px/1.5 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', '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: #333; 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: #0faac6;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #0faac6;}  /* 滚动条滑块点击状态 */

@font-face { font-family: "BebasKai"; src: url('../fonts/BebasKai.ttf');}

.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1440px) {
  .w1400 { width: 94%;}
}

/*lyTop start*/
.lyTop { width: 100%; background-color: #fff; padding: 28px 0; -webkit-box-shadow: 0 0 10px rgb(0, 0, 0, .1); box-shadow: 0 0 10px rgb(0, 0, 0, .1); position: fixed; left: 0; top: 0; z-index: 999;}
.lyTop a.lyLogo { display: -webkit-flex; display: flex; align-items: center; height: 60px; overflow: hidden; margin: 2px 0; float: left;}
.lyTop a.lyLogo img { max-height: 100%;}

.lyTop .lyNav { width: 50%; 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 { text-align: center; flex-grow: 1; position: relative;}
.lyNav_list>ul>li>a { display: inline-block; height: 64px; overflow: hidden; line-height: 64px; color: #333; font-family: "BebasKai"; font-size: 20px; vertical-align: middle; position: relative; border-bottom: 2px solid #fff;}
.lyNav_list>ul>li:hover>a, .lyNav_list>ul>li.active>a, .lyNav_list>ul>li.on>a { color: #0faac6; border-bottom: 2px solid #0db7c6;}

.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: #0faac6;}
.lyNav_list>ul>li ul { display: none; width: auto; overflow: hidden; padding: 16px 0; 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: 64px; z-index: 2; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.lyNav_list>ul>li:hover ul, .lyNav_list>ul>li.on ul { display: block;}
.lyNav_list>ul>li ul li a { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #555; font-size: 15px; text-transform: capitalize; text-align: left; white-space: nowrap; text-overflow: ellipsis; padding: 0 20px;}
.lyNav_list>ul>li ul li a:hover { color: #0faac6;}

.lyTop .lyForm { position: relative; float: right;}
.lyForm em { display: block; width: 64px; height: 64px; padding: 5px; background-color: rgba(15, 170, 198, .05); border-radius: 50%; cursor: pointer; position: relative; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lyForm em::before { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background-color: rgba(15, 170, 198, .1); border-radius: 50%;}
.lyForm em i { display: block; width: 44px; height: 44px; overflow: hidden; margin: -22px 0 0 -22px; padding: 12px; background-color: #0faac6; border-radius: 50%; position: absolute; left: 50%; top: 50%;}
.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: 10px; right: 64px; z-index: 99; width: 360px; height: 44px; overflow: hidden; background-color: #f1f3f8; border-radius: 22px; 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% - 60px); height: 44px; overflow: hidden; line-height: 44px; color: #333; font-size: 16px; 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: 60px; height: 44px; overflow: hidden; font-size: 0; background-color: #0faac6; border-radius: 22px 0 0 22px; border: 0; outline: none; cursor: pointer;}
.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: 44px; height: 44px; overflow: hidden; position: absolute; top: 10px; right: 10px; 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: 10px; border-radius: 50%;}
.lyForm .close:hover i svg path { fill: #ec5c42;}
.lyTop#show .lyForm .close { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}

.lyTop .lyLanguage { padding: 10px; float: right; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lyTop#show .lyLanguage { opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}
.lyLanguage a.lyLang_btn { display: block; height: 44px; line-height: 44px; color: #aaa; font-family: "BebasKai"; font-size: 20px; text-transform: uppercase; padding: 0 20px;}
.lyLanguage a.lyLang_btn i { display: block; width: 20px; height: 20px; margin: 12px 8px 12px 0; float: left;}
.lyLanguage a.lyLang_btn:hover { color: #0faac6;}
.lyLanguage a.lyLang_btn:hover i svg path { fill: #0faac6;}

.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-family: "BebasKai"; font-size: 36px; 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: #ec5c42;}
.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: 50px; overflow: hidden; line-height: 30px; color: #333; font-size: 15px; word-break: keep-all; text-overflow: ellipsis; white-space: nowrap; padding: 10px 30px 10px 44px; background-color: #f1f3f8; border-radius: 4px; position: relative;}
.lyLang_pop ul li.cur a, .lyLang_pop ul li:hover a { color: #fff; background-color: #0faac6;}
.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; position: absolute; top: 50%; right: 10px;}
.lyLang_pop ul li.cur a i, .lyLang_pop ul li:hover a i { display: block;}
.lyLang_pop ul li.cur a i svg path, .lyLang_pop ul li:hover a i svg path { fill: #ffffff;}
/*lyTop end*/


/*lyFoot start*/
.lyFoot { background-color: #0faac6;}
.lyFoot_nav { overflow: hidden; margin-bottom: -50px; position: relative; top: -50px; z-index: 9;}
.lyFoot_nav::before { content: ''; display: block; width: 50%; height: 100%; background-color: #ec5c42; position: absolute; left: 0; top: 0;}
.lyFoot_nav ul { float: left; margin: 0 -60px; padding: 20px 50px 20px 0; background-color: #ec5c42; border-radius: 0 50px 50px 0; position: relative; z-index: 1;}
.lyFoot_nav ul li { padding: 0 60px; float: left; position: relative;}
.lyFoot_nav ul li::before { content: ''; display: block; width: 16px; height: 1px; margin-top: -0.5px; background-color: rgba(255, 255, 255, .25); position: absolute; left: -8px; top: 50%;}
.lyFoot_nav ul li:first-child::before { display: none;}
.lyFoot_nav ul li a { display: block; height: 60px; line-height: 60px; color: #fff; font-family: "BebasKai"; font-size: 24px; border-bottom: 2px solid #ec5c42;}
.lyFoot_nav ul li a:hover { border-bottom: 2px solid #fff;}
.lyFoot_main { padding: 70px 0;}
.lyFoot_main ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -12px;}
.lyFoot_main ul li { width: 33.333333%; padding: 0 12px;}
.lyFoot_main ul li .con { height: 100%; padding: 32px 40px; background-color: rgba(255, 255, 255, .1); border-radius: 8px; display: flex; align-items: center;}
.lyFoot_main ul li .con i { display: block; width: 56px; height: 56px; overflow: hidden;}
.lyFoot_main ul li .con .text { width: calc(100% - 56px); padding-left: 40px;}
.lyFoot_main ul li .con .text span {  display: block; line-height: 1; color: #fff; font-size: 20px; font-weight: bold; margin-bottom: 16px;}
.lyFoot_main ul li .con .text p { line-height: 1.5; color: #fff; font-size: 16px;}
.lyFoot_main ul li .share { margin-top: 10px;}
.lyFoot_main ul li .share a { display: inline-block; width: 30px; height: 30px; overflow: hidden; padding: 5px; vertical-align: top;}
.lyFoot_main ul li .share a.WeChat, .lyFoot_main ul li .share a.YouTube { padding: 3px;}
.lyFoot_main ul li .share a:hover { opacity: .5;}
.lyCopy { padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .25);}
.lyCopy p { line-height: 1.5; color: rgba(255, 255, 255, .45); font-size: 16px; text-align: center; text-transform: capitalize;}

/*lyFoot end*/


/*nyBanner start*/
.nyBanner { height: 380px; overflow: hidden; margin-top: 120px; position: relative;}
.nyBanner .nyBa_text { width: 100%; position: absolute; left: 0; top: 50%; z-index: 1; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.nyBa_text p { line-height: .8; color: #fff; font-family: "BebasKai"; font-size: 60px; text-transform: uppercase;}
.nyBa_text i { display: block; width: 54px; height: 3px; background-color: #ec5c42; margin-top: 36px;}

.nyLocation { max-width: 86%; padding: 10px 14% 10px 50px; border-radius: 60px 0 0 0; background-color: rgba(236, 92, 66, .95); position: absolute; bottom: 0; right: 0;}
.nyLocation p { max-width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; white-space: nowrap; text-overflow: ellipsis;}
.nyLocation p a { color: #fff; font-size: 16px; font-weight: bold; text-transform: uppercase; padding: 0 10px;}
.nyLocation p span { color: #fff; font-size: 16px; text-transform:capitalize; padding: 0 10px;}
/*nyBanner end*/


/*nyPage start*/
.nyPage { text-align: center;}
.nyPage a { display: inline-block; width: 54px; height: 54px; vertical-align: top; margin: 0 1px; background-color: #fff; border-radius: 4px;}
.nyPage a.num { line-height: 54px; color: #555; font-size: 18px; text-align: center;}
.nyPage a.num:hover, .nyPage a.num.on { color: #fff; background-color: #555;}
.nyPage a.prev, .nyPage a.next { padding: 18px;}
.nyPage a.prev:hover, .nyPage a.next:hover { background-color: #555;}
.nyPage a.prev:hover svg path, .nyPage a.next:hover svg path { fill: #fff;}
/*nyPage end*/


@media (max-width:1680px) {
  .lyTop { padding: 18px 0;}

  .lyFoot_main { padding: 60px 0;}
  .lyFoot_nav { margin-bottom: -40px; top: -40px;}
  .lyFoot_nav ul { padding: 10px 40px 10px 0;}

  .nyBanner { height: 340px; margin-top: 100px;}
  .nyBa_text p { font-size: 56px;}
  .nyBa_text i { width: 48px; margin-top: 24px;}
  .nyLocation { max-width: 92%; padding: 10px 8% 10px 50px;}
}

@media (max-width:1600px) {
  .lyFoot_main ul li .con .text p, .lyCopy p { font-size: 15px;}

  .nyBanner { height: 320px;}
  .nyBa_text p { font-size: 50px;}
  .nyBa_text i { width: 40px; height: 2px; margin-top: 20px;}
  .nyLocation { max-width: 94%; padding: 10px 6% 10px 40px; border-radius: 50px 0 0 0;}
  .nyLocation p { height: 30px; line-height: 30px;}
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyTop { padding: 10px 0;}
  .lyTop a.lyLogo { margin: 0;}
  .lyNav_list>ul>li>a { height: 60px; line-height: 60px;}
  .lyNav_list>ul>li ul { top: 60px;}
  .lyTop .lyLanguage { padding: 8px 10px;}
  .lyForm em { width: 60px; height: 60px;}
  .lyForm em i { width: 40px; height: 40px; margin: -20px 0 0 -20px; padding: 10px;}
  .lyForm form { top: 8px; right: 60px;}
  .lyForm .lyForm_ipt { font-size: 15px;}
  .lyForm .close { top: 8px; right: 8px;}

  .lyFoot_main { padding: 40px 0;}
  .lyFoot_nav ul { margin: 0 -50px;}
  .lyFoot_nav ul li { padding: 0 50px;}
  .lyFoot_main ul li .con { padding: 24px 30px;}
  .lyFoot_main ul li .con i { width: 48px; height: 48px;}
  .lyFoot_main ul li .con .text { width: calc(100% - 48px); padding-left: 30px;}
  .lyFoot_main ul li .con .text span { margin-bottom: 10px;}
 
  .nyBanner { height: 300px; margin-top: 80px;}
  .nyBa_text p { font-size: 48px;}
  .nyLocation { max-width: 97%; padding: 10px 3% 10px 40px;}

  .nyPage a { width: 48px; height: 48px;}
  .nyPage a.prev, .nyPage a.next { padding: 16px;}
  .nyPage a.num { line-height: 48px;}
}

@media (max-width:1366px) {
  .nyBanner { height: 280px;}
}

@media (max-width:1280px) {
  .lyFoot_nav ul { margin: 0 -40px;}
  .lyFoot_nav ul li { padding: 0 40px;}

  .lyLang_pop { width: 800px; padding: 20px 20px 10px;}
  .lyLang_pop h3 { height: 40px; line-height: 30px; font-size: 32px; 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;}

  .nyBanner { height: 260px;}
  .nyBa_text p { font-size: 44px;}
  .nyBa_text i { width: 32px;}
  .nyLocation { padding: 10px 3% 10px 30px;}
  .nyLocation p a, .nyLocation p span { font-size: 15px;}
}

@media (max-width:1200px) {
  .lyFoot_nav ul { margin: 0 -36px;}  
  .lyFoot_nav ul li { padding: 0 36px;}
  .lyFoot_nav ul li a { font-size: 22px;}
  .lyFoot_main ul li .con { padding: 20px 24px;}
  .lyFoot_main ul li .con i { width: 40px; height: 40px;}
  .lyFoot_main ul li .con .text { width: calc(100% - 40px); padding-left: 24px;}
  .lyFoot_main ul li .con .text span { font-size: 18px;}

  .nyBanner { height: 250px;}
}

@media (max-width:1080px) {
  .lyTop .lyNav { width: auto; float: right;}  
  .lyTop#show .lyNav { width: auto;}
  .lyNav .lyNav_list { display: none; 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 { display: block; 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 a { display: block; width: 100%; text-align: left; padding: 0 60px 0 30px; border-bottom: 1px solid rgba(85, 87, 89, .1);}
  .lyNav_list>ul>li:hover>a, .lyNav_list>ul>li.active>a, .lyNav_list>ul>li.on>a { border-bottom: 1px solid #0db7c6;}
  .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.on i { transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
  .lyNav_list>ul>li.active i svg path { fill: #0faac6;}
  .lyNav_list>ul>li ul { width: 100%; background-color: #f1f3f8; box-shadow: none; border-bottom: 1px solid rgba(85, 87, 89, .1); position: inherit; left: inherit; top: inherit; transform: inherit; -webkit-transform: inherit; -moz-transform: inherit; -ms-transform: inherit; -o-transform: inherit;}
  .lyNav_list>ul>li:hover>em, .lyNav_list>ul>li.active>em, .lyNav_list>ul>li.on>em { display: none;}
  .lyNav_list>ul>li ul li a { height: 32px; line-height: 32px; text-align: left; border: 0; padding: 0 30px;}
  .lyNav .lyNav_btn { display: block; width: 40px; height: 40px; margin: 10px 0; padding: 12px 10px; background-color: #0faac6; border-radius: 50%;}
  .lyNav_btn i { display: block; height: 2px; background-color: #fff; margin: 5px 0;}
  .lyNav_btn::before, .lyNav_btn::after { content: ''; display: block; height: 2px; background-color: #fff;}
  .lyNav_list .lyNav_mask { width: 100%; height: 100%; background-color: rgba(0, 0, 0, .25); position: absolute; left: 0; top: 0; z-index: 9998;}  

  .lyFoot_nav ul { margin: 0 -32px;}
  .lyFoot_nav ul li { padding: 0 32px;}

  .nyBanner { height: 240px;}
}

@media (max-width:1024px) {
  .lyFoot_nav ul { margin: 0 -30px;}  
  .lyFoot_nav ul li { padding: 0 30px;}
}

@media (max-width:920px) {
  .lyFoot_nav { margin-bottom: -35px; top: -35px;}
  .lyFoot_nav ul { margin: 0 -25px;}
  .lyFoot_nav ul li { padding: 0 25px;}
  .lyFoot_nav ul li a { height: 50px; line-height: 50px;}

  .lyLang_pop { width: 90%;}
  .lyLang_pop h3 { font-size: 28px;}

  .lyFoot_main { padding: 30px 0;}
  .lyFoot_main ul { margin: 0 -10px;}
  .lyFoot_main ul li { padding: 0 10px;}
  .lyFoot_main ul li .con { display: block; align-items: normal; padding: 20px;}
  .lyFoot_main ul li .con i { margin: 0 auto 20px;}
  .lyFoot_main ul li .con .text { width: 100%; padding-left: 0;}
  .lyFoot_main ul li .con .text span, .lyFoot_main ul li .con .text p, .lyFoot_main ul li .share { text-align: center;}

  .nyBanner { height: 220px;}
  .nyBa_text p { font-size: 40px;}
  .nyLocation { padding: 5px 3% 5px 20px; border-radius: 40px 0 0 0;}

}

@media (max-width:820px) {
  .lyFoot_nav ul { margin: 0 -22px;}
  .lyFoot_nav ul li { padding: 0 22px;}

  .nyBanner { height: 200px;}
}

@media (max-width:767px) {
  .lyTop { padding: 8px 0;}
  .lyTop a.lyLogo { height: 40px; margin: 4px 0;}

  .lyTop .lyForm { position: inherit;}
  .lyForm em { width: 48px; height: 48px; padding: 4px;}
  .lyForm em i { width: 32px; height: 32px; margin: -16px 0 0 -16px; padding: 8px;}
  .lyForm form { width: calc(100% - 74px); top: 10px; right: 64px;}
  .lyForm .close { top: 10px; right: 10px;}

  .lyTop .lyLanguage { margin: 2px 0 2px 4px; padding: 0;}
  .lyLanguage a.lyLang_btn { font-size: 0; padding: 0 12px;}
  .lyLanguage a.lyLang_btn i { width: 32px; height: 32px; margin: 6px 0;}
  .lyLang_pop ul li { width: 50%;}

  .lyNav .lyNav_btn { width: 32px; height: 32px; margin: 8px 0; padding: 9px 8px;}
  .lyNav_btn i { margin: 4px 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 li a { padding: 0 20px;}

  .lyFoot_nav, .lyFoot_main { display: none;}
  .lyCopy { border-top: 0;}

  .nyBanner { height: 160px; margin-top: 64px;}
  .nyBa_text p { font-size: 32px;}
  .nyBa_text i { width: 28px; margin-top: 12px;}
  .nyLocation p a, .nyLocation p span { font-size: 14px; padding: 0 6px}

  .nyPage a { width: 44px; height: 44px;}  
  .nyPage a.prev, .nyPage a.next { padding: 14px;}  
  .nyPage a.num { line-height: 44px; font-size: 16px;}
}

@media (max-width:390px) {
  .lyForm .lyForm_ipt { font-size: 14px;}

  .nyBanner { height: 150px;}

}

@media (max-width:320px) {
  .lyTop a.lyLogo { height: 36px; margin: 6px 0;}
  .lyLanguage a.lyLang_btn { padding: 0 6px;}
  .lyLang_pop ul li { width: 100%;}

  .lyNav_list>ul { width: 72%;}

  .nyPage a.prev, .nyPage a.next { margin: 0 8px;}
  .nyPage a.num { display: none;}
}
