* { font: 16px/1.5 'Poppins-Regular', '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: #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: #da251c;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #da251c;}  /* 滚动条滑块点击状态 */

@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');}
@font-face { font-family: "BarlowCondensed-Regular"; src: url('./fonts/BarlowCondensed-Regular.ttf');}
@font-face { font-family: "BarlowCondensed-Medium"; src: url('./fonts/BarlowCondensed-Medium.ttf');}
@font-face { font-family: "BarlowCondensed-SemiBold"; src: url('./fonts/BarlowCondensed-SemiBold.ttf');}
@font-face { font-family: "BarlowCondensed-Bold"; src: url('./fonts/BarlowCondensed-Bold.ttf');}

.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1440px) {
  .w1400 { width: 94%;}
}

.w1520 { width: 1500px; margin: 0 auto;}
@media (max-width:1560px) {
  .w1520 { width: 94%;}
}


/*lyHeader start*/
.lyHeader { padding: 12px 0; background-color: #da251c; position: relative; z-index: 9999;}
.lyHeader .w1600 { position: relative; z-index: 1;}
.lyHeader p { height: 32px; line-height: 32px; color: #fff; font-size: 16px; position: relative;}
.lyHeader p i { display: block; width: 22px; height: 22px; margin: 5px 10px 5px 0; float: left;}

.lyHeader .lyForm { display: block; width: 300px; height: 32px; overflow: hidden;}
.lyForm .lyForm_ipt { float: left; width: calc(100% - 40px); height: 32px; overflow: hidden; line-height: 30px; color: #fff; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; padding: 0 10px; border: 1px solid rgba(255, 255, 255, .5); background: none; outline: none;}
.lyForm .lyForm_ipt::placeholder { color: rgba(255, 255, 255, .5);}
.lyForm .lyForm_btn { float: right; width: 40px; height: 32px; overflow: hidden; font-size: 0; background-color: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, .5); border-left: 0; outline: none; cursor: pointer;}
.lyForm .lyForm_btn:hover { background-color: #181818;}
.lyForm .lyForm_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 5px;}
/*lyHeader end*/


/*lyTop start*/
.lyTop { width: 100%; background-color: #fff;}
.lyTop.fxd { -webkit-box-shadow: 0 5px 5px rgb(0, 0, 0, .06); box-shadow: 0 5px 5px rgb(0, 0, 0, .06); position: fixed; left: 0; top: 0; z-index: 999;}
.lyTop a.lyLogo { display: block; height: 60px; margin: 10px 0; float: left;}
.lyTop a.lyLogo img { max-height: 100%;}

.lyLang { margin-left: 30px; padding: 20px 0; position: relative;}
.lyLang>a { display: block; height: 40px;}
.lyLang>a>em { display: inline-block; width: 24px; height: 24px; vertical-align: middle; margin-right: 10px;}
.lyLang>a>span { display: inline-block; line-height: 40px; color: #181818; font-family: "BarlowCondensed-SemiBold"; font-size: 20px; text-transform: capitalize; vertical-align: middle;}
.lyLang.show>a>span, .lyLang>a:hover>span { color: #da251c;}
.lyLang>a>i { display: inline-block; width: 12px; height: 12px; margin-left: 8px; vertical-align: middle;}
.lyLang.show>a>i { transform: scaleY(-1); -webkit-transform: scaleY(-1);}
.lyLang>a:hover>i svg path, .lyLang.show>a>i svg path { fill: #da251c;}

.lyLang ul { background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1); position: absolute; left: 50%; top: 100%; z-index: 9; opacity: 0; visibility: hidden; -webkit-transform: translate(-50%, 50px); transform: translateY(-50%, 50px);}
.lyLang.show ul { visibility: visible; opacity: 1; -webkit-transform: translate(-50%, 0px); transform: translate(-50%, 0px);}
.lyLang ul li a { display: block; line-height: 24px; color: #181818; font-size: 16px; text-transform: capitalize; padding: 12px 12px 12px 48px; position: relative;}
.lyLang ul li:nth-child(2n+2) a { background-color: #f8f8f8;}
.lyLang ul li a:hover { color: #fff; background-color: #181818;}
.lyLang ul li a em { display: block; width: 24px; height: 24px; overflow: hidden; position: absolute; left: 12px; top: 12px;}

.lyTop .lyTop_btn { margin: 20px 0;}
.lyTop_btn a { display: block; height: 40px; line-height: 38px; color: #fff; font-family: "BarlowCondensed-SemiBold"; font-size: 20px; text-transform: uppercase; padding: 0 25px; background-color: #da251c;}
.lyTop_btn a:hover { background-color: #000;}

.lyNav_list>ul { display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}
.lyNav_list>ul>li { margin-right: 50px; position: relative;}
.lyNav_list>ul>li::after { content: ''; display: block; width: 0; height: 1px; overflow: hidden; background-color: #da251c; position: absolute; left: 0; bottom: 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::after, .lyNav_list>ul>li.active::after { width: 100%;}
.lyNav_list>ul>li>a { display: inline-block; height: 80px; overflow: hidden; line-height: 80px; color: #181818; font-family: "BarlowCondensed-SemiBold"; font-size: 20px; text-transform: uppercase; vertical-align: middle; position: relative;}
.lyNav_list>ul>li:hover>a, .lyNav_list>ul>li.active>a { color: #da251c;}
.lyNav_list>ul>li>i { display: inline-block; width: 12px; height: 12px; margin-left: 2px; vertical-align: middle;}
.lyNav_list>ul>li:hover>i svg path, .lyNav_list>ul>li.active>i svg path { fill: #da251c;}

.lyNav_list>ul>li ul { min-width: 150px; overflow: hidden; background-color: #fff; border-bottom: 2px solid #da251c; -webkit-box-shadow: 0 5px 5px rgb(0, 0, 0, .06); box-shadow: 0 5px 5px rgb(0, 0, 0, .06); position: absolute; left: 50%; top: 100%; z-index: 2; opacity: 0; visibility: hidden; transform: translate(-50%, 20px); -webkit-transform: translate(-50%, 20px);}
.lyNav_list>ul>li:hover 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: 1.2; color: #181818; font-family: "BarlowCondensed-Medium"; font-size: 18px; white-space: nowrap; text-transform: capitalize; padding: 12px;}
.lyNav_list>ul>li ul li:nth-child(2n+2) a { background-color: #f8f8f8;}
.lyNav_list>ul>li ul li a:hover { color: #fff; background-color: #181818;}
/*lyTop end*/


/*lyFooter start*/
.lyFooter { overflow: hidden; background-color: #000;}
.lyFoot_main { padding: 60px 0;}
.lyFoot_main .lyFoot_left { width: 28%;}
.lyFoot_left a.ftlogo { display: block; height: auto; margin-bottom: 30px;}
.lyFoot_left a.ftlogo img { max-height: 100%;}
.lyFoot_left span { display: block; line-height: 1; color: #fff; font-family: "Poppins-SemiBold"; font-size: 20px;}
.lyFoot_left p { margin-top: 10px;}
.lyFoot_left p img { display: block;}

.lyFoot_main .lyFoot_right { width: 72%; padding-left: 80px;}
.lyFoot_right ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px;}
.lyFoot_right ul li { width: 30%; padding: 0 20px;}
.lyFoot_right ul li:last-child { width: 70%; padding: 0 20px 0 12%;}
.lyFoot_right ul li .tit { display: inline-block; line-height: 1; color: #fff; font-family: "BarlowCondensed-SemiBold"; font-size: 30px; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #fff;}
.lyFoot_right ul li>a { display: block; height: auto; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; margin-bottom: 10px;}
.lyFoot_right ul li>a:last-child { margin-bottom: 0;}
.lyFoot_right ul li>a:hover { color: #da251c;}
.lyFoot_right ul li p { line-height: 2; color: #fff; font-size: 16px; margin-bottom: 20px; padding-left: 40px; position: relative;}
.lyFoot_right ul li p i { display: block; width: 30px; height: 30px; overflow: hidden; position: absolute; left: 0; top: 1px;}


.lyFoot_right .followus a { display: block; width: 40px; height: 40px; margin-right: 10px; padding: 10px; background-color: rgba(255, 255, 255, .1); float: left;}
.lyFoot_right .followus a.facebook:hover { background-color: #da251c;}
.lyFoot_right .followus a.instagram:hover { background-color: #da251c;}
.lyFoot_right .followus a.titter:hover { background-color: #da251c;}
.lyFoot_right .followus a.youtube:hover { background-color: #da251c;}

.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, .55);}
/*lyFooter end*/


.lyMore a { display: block; width: 200px; height: 60px; line-height: 56px; color: #fff; font-family: "BarlowCondensed-Medium"; font-size: 20px; text-align: center; text-transform: uppercase; background-color: #da251c;}
.lyMore a i { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px;}
.lyMore a:hover i { margin: -2px 0 0 20px;}

.nyMore a { display: block; width: 180px; height: 50px; line-height: 50px; color: #fff; font-size: 16px; text-align: center; text-transform: capitalize; background-color: #da251c;}
.nyMore a i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 6px;}
.nyMore a:hover i { margin: -2px 0 0 16px;}


/*nyBanner start*/
.nyBanner { height: 490px; overflow: hidden; position: relative; z-index: 1;}
.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-family: "Arial"; font-size: 60px; font-weight: bold; text-transform: uppercase;}

.nyLocation { width: 60%; margin-top: 30px; padding-left: 36px; position: relative;}
.nyLocation em { display: block; width: 36px; height: 36px; overflow: hidden; padding: 6px; border: 1px solid #da251c; border-radius: 50%; position: absolute; left: 0; top: 0;}
.nyLocation p { height: 36px; overflow: hidden; line-height: 36px; color: #fff; white-space: nowrap; text-overflow: ellipsis;}
.nyLocation p a, .nyLocation p span { color: #fff; font-size: 16px; text-transform: capitalize; padding: 0 10px;}
.nyLocation p a { color: rgba(255, 255, 255, .45);}
.nyLocation p a:hover { color: #fff;}
.nyLocation p i { display: inline-block; width: 14px; height: 14px; overflow: hidden; margin: 0 -8px; vertical-align: middle; opacity: .45;}
/*nyBanner end*/


.nyTitle { line-height: 1; color: #222; font-size: 48px; font-weight: bold; text-align: center; margin-bottom: 50px; padding-bottom: 20px; position: relative;}
.nyTitle::after { content: ''; display: block; width: 100px; height: 5px; background-color: #da251c; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.nyTitle1 { color: #fff;}
.nyTitle2 { text-align: left;}
.nyTitle2::after { left: 0; transform: translateX(0); -webkit-transform: translateX(0);}

/*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: #eee;}
.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: #da251c !important;}
.nyPage a.prev, .nyPage a.next { padding: 15px;}
.nyPage a.prev:hover, .nyPage a.next:hover { background-color: #da251c;}
.nyPage a.prev:hover svg path, .nyPage a.next:hover svg path { fill: #ffffff;}
/*nyPage end*/


@media (max-width:1680px) {
  .lyHeader { padding: 10px 0;}

  .lyMore a { width: 180px; height: 52px; line-height: 48px; font-size: 18px;}
  .lyMore a i { width: 18px; height: 18px;}

  .lyFoot_left a.ftlogo { margin-bottom: 21px;}
  .lyFoot_left span { font-size: 18px;}
  .lyFoot_right ul li .tit { font-size: 28px;}

  .nyBanner { height: 440px;}
  .nyBa_text .nyBa_tit { font-size: 52px;}
  .nyLocation { margin-top: 20px; padding-left: 30px;}
  .nyLocation em { width: 30px; height: 30px; padding: 5px;}
  .nyLocation p { height: 30px; line-height: 30px;}
  .nyLocation p a, .nyLocation p span { font-size: 15px;}

  .nyTitle { font-size: 44px; margin-bottom: 40px;}
  .nyTitle::after { width: 80px; height: 4px;}
}

@media (max-width:1600px) {
  .nyBanner { height: 420px;}
}

@media (max-width:1560px) {
  .lyNav_list>ul>li { margin-right: 40px;}

  .nyBanner { height: 400px;}
  .nyBa_text .nyBa_tit { font-size: 44px;}
}

@media (max-width:1440px) {
  .lyNav_list>ul>li>a { font-size: 18px;}
  .lyNav_list>ul>li>i { width: 10px; height: 10px;}
  .lyNav_list>ul>li ul li a { line-height: 1.3; font-size: 16px; padding: 10px;}

  .lyTop_btn a { font-size: 18px; padding: 0 20px;}

  .lyLang>a>span { font-size: 18px;}
  .lyLang>a>i { width: 10px; height: 10px;}
  .lyLang>a>em { width: 20px; height: 20px;}
  .lyLang ul li a { line-height: 24px; font-size: 14px; padding: 10px 10px 10px 40px;}
  .lyLang ul li a em { width: 20px; height: 20px; left: 10px;}

  .lyMore a { width: 160px; height: 48px; line-height: 44px;}

  .lyFoot_left span { font-size: 16px;}
  .lyFoot_left p img { max-height: 160px;}
  .lyFoot_right ul li .tit { font-size: 24px;}
  .lyFoot_right ul li>a { line-height: 28px; font-size: 14px; margin-bottom: 8px;}
  .lyFoot_right ul li p { font-size: 14px;}
  .lyFoot_right ul li p i { width: 28px; height: 28px; top: 0;}

  .nyBanner { height: 380px;}
  .nyBa_text .nyBa_tit { font-size: 40px;}
  .nyLocation { padding-left: 26px;}
  .nyLocation em { width: 26px; height: 26px; padding: 4px; top: 2px;}
  .nyLocation p a, .nyLocation p span { font-size: 14px;}

  .nyTitle { font-size: 40px; margin-bottom: 30px; padding-bottom: 15px;}
  .nyTitle::after { width: 60px; height: 3px;}

  .nyMore a { width: 160px; height: 48px; line-height: 48px; font-size: 14px;}
}

@media (max-width:1366px) {
  .lyHeader p { font-size: 14px;}
  .lyHeader p i { width: 18px; height: 18px; margin: 6px 10px 6px 0;}
  .lyNav_list>ul>li { margin-right: 32px;}

  .nyBanner { height: 350px;}
}

@media (max-width:1280px) {
  .lyTop a.lyLogo { height: 54px; margin: 13px 0;}

  .lyNav_list>ul>li { margin-right: 30px;}

  .lyFoot_left a.ftlogo { height: 54px;}

  .nyBanner { height: 330px;}

  .nyTitle { font-size: 36px;}
}

@media (max-width:1200px) {
  .lyTop a.lyLogo { height: 60px; margin: 10px 0;}
  .lyLang { margin-left: 20px;}

  .lyTop .lyTop_btn { margin: 20px 0 20px 20px;}
  .lyTop .lyNav { width: auto; 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 { display: block; width: 50%; height: 100%; background-color: #fff; position: relative; z-index: 9999; align-items: inherit; justify-content: inherit;}
  .lyNav_list>ul>li { margin: 0;}
  .lyNav_list>ul>li::after { bottom: 0;}  
  .lyNav_list>ul>li>a { display: block; width: 100%; height: 60px; line-height: 60px; font-size: 20px; 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 { border-bottom: 1px solid #da251c;}
  .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: #da251c;}

  .lyNav_list>ul>li ul { display: none; width: 100%; min-width: inherit; padding: 15px 30px; border-radius: 0; box-shadow: none; border-bottom: 1px solid #e6e6e6; position: inherit; left: inherit; top: inherit; opacity: 1; visibility: visible; transform: inherit; -webkit-transform: inherit;}
  .lyNav_list>ul>li:hover ul { transform: inherit; -webkit-transform: inherit;}
  .lyNav_list>ul>li:hover>em, .lyNav_list>ul>li.active>em { display: none;}
  .lyNav_list>ul>li ul li a { line-height: 1.4; font-family: 'Poppins-Regular'; font-size: 18px; padding: 10px 15px;}
  
  .lyNav .lyNav_btn { display: block; width: 40px; height: 40px; margin: 20px 0; padding: 12px 10px; background-color: #da251c;}
  .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, 0.5); position: absolute; left: 0; top: 0; z-index: 9998;}

  .lyMore a { width: 140px; height: 44px; line-height: 40px; font-size: 16px;}
  .lyMore a i { width: 16px; height: 16px;}

  .lyFoot_main .lyFoot_right { padding-left: 60px;}
  .lyFoot_right ul li:last-child { padding: 0 20px 0 60px;}
  .lyFoot_left a.ftlogo { height: auto;}

  .nyBanner { height: 320px;}
  .nyBa_text .nyBa_tit { font-size: 36px;}
  .nyLocation { margin-top: 12px;}

  .nyTitle { font-size: 32px;}
  .nyTitle::after { width: 48px;}

  .nyMore a { width: 140px; height: 44px; line-height: 44px;}
}

@media (max-width:1080px) {
  .lyLang>a>span, .lyTop_btn a { font-size: 16px;}

  .nyBanner { height: 300px;}
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .lyMore a { height: 40px; line-height: 36px; font-size: 14px;}

  .lyFoot_main { padding: 40px 0;}
  .lyFoot_left p img { max-height: 150px;}
  .lyFoot_main .lyFoot_right { padding-left: 40px;}
  .lyFoot_right ul { margin: 0 -10px;}
  .lyFoot_right ul li, .lyFoot_right ul li:last-child { padding: 0 10px;}
  .lyFoot_right ul li .tit { font-size: 20px;}
  .lyFoot_copy p { float: none!important;}

  .nyBanner { height: 280px;}
  .nyBa_text .nyBa_tit { font-size: 30px;}
  .nyLocation { padding-left: 22px;}
  .nyLocation em { width: 22px; height: 22px; padding: 2px; top: 4px;}
  .nyLocation p i { margin: 0 -10px;}

  .nyTitle { font-size: 28px; margin-bottom: 20px; padding-bottom: 12px;}

  .nyMore a { height: 40px; line-height: 40px;}

  .nyPage { line-height: 40px;}
  .nyPage a { width: 40px; height: 40px; line-height: 40px; font-size: 14px; margin: 0 2px;}
  .nyPage a.pnnum, .nyPage a.pnnum1 { width: 40px; height: 40px; line-height: 40px; font-size: 14px;}
  .nyPage a.prev, .nyPage a.next { padding: 13px;}
}

@media (max-width:820px) {
  .nyBanner { height: 240px;}
  .nyBa_text .nyBa_tit { font-size: 28px;}

  .nyTitle { font-size: 26px;}
}

@media (max-width:767px) {
  .lyHeader p { display: none;}
  .lyHeader .fr { float: none !important;}
  .lyHeader .lyForm { width: 100%;}

  .lyTop a.lyLogo { height: 40px;}

  .lyLang { margin-left: 10px; padding: 10px 0;}
  .lyLang>a>em { margin-right: 0;}
  .lyLang>a>span { font-size: 0;}
  .lyLang ul { left: inherit; right: 0; -webkit-transform: translate(0, 50px); transform: translateY(0, 50px);}
  .lyLang.show ul { -webkit-transform: translate(0, 0); transform: translateY(0, 0);}

  .lyTop .lyTop_btn { margin: 10px 0 10px 10px;}
  .lyTop_btn a { font-size: 14px; padding: 0 10px;}

  .lyNav .lyNav_btn { margin: 10px 0;}
  .lyNav_list>ul { width: 72%;}
  .lyNav_list>ul>li>a { height: 52px; line-height: 52px; font-size: 18px; padding: 0 50px 0 20px;}
  .lyNav_list>ul>li i { width: 52px; height: 52px; padding: 20px;}
  .lyNav_list>ul>li ul { padding: 0;}
  .lyNav_list>ul>li ul li a { font-size: 14px; padding: 10px 20px;}
  
  .lyFoot_main { display: none;}
  .lyFoot_copy { border-top: 0;}

  .nyBanner { height: 200px;}
  .nyBa_text .nyBa_tit { font-size: 24px;}
  .nyLocation { margin-top: 10px;}

  .nyTitle { font-size: 24px;}

  .nyPage { font-size: 0;}
  .nyPage a.pnnum { display: none;}
}
  
@media (max-width:390px) {
  .lyTop .lyTop_btn { display: none;}

  .nyBanner { height: 180px;}
}

@media (max-width:320px) {
  .nyBanner { height: 160px;}
  .nyBa_text .nyBa_tit { font-size: 22px;}

  .nyTitle { font-size: 22px;}

  .nyAbHonor_swiper .swiper-slide { height: 240px;}
}

@media (max-width:280px) {}

