* { font: 14px/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: #222; 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: #25b06c;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #25b06c;}  /* 滚动条滑块点击状态 */

@font-face { font-family: "Oswald-Regular"; src: url('../fonts/Oswald-Regular.ttf');}
@font-face { font-family: "Oswald-Bold"; src: url('../fonts/Oswald-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%;}
}


/*lyHeader start*/
.lyHeader { height: 46px; background-color: #1b4a8e; position: relative; z-index: 9999;}
.lyHeader::before { content: ''; display: block; width: 36%; height: 100%; background-color: #2558a7; transform: skewX(-60deg); -webkit-transform: skewX(-60deg); position: absolute; left: -4%; top: 0;}
.lyHeader .w1600 { position: relative; z-index: 1;}
.lyHeader p { line-height: 46px; color: #fff; font-size: 15px; position: relative;}
.lyHeader p i { display: block; width: 18px; height: 18px; margin: 14px 10px 14px 0; float: left;}
.lyHeader p:first-child { margin-right: 30px; padding-right: 30px;}
.lyHeader p:first-child::after { content: ''; display: block; width: 1px; height: 16px; background-color: rgba(255, 255, 255, .15); margin-top: -8px; position: absolute; top: 50%; right: 0;}

.lyHeader a.lySearch { display: block; width: 46px; height: 46px; overflow: hidden; margin-left: 18px; padding: 12px;}
.lyHeader a.lySearch:hover svg path { fill: #25b06c;}
.lyHeader a.lySearch svg.scBtn2, .lyHeader a.lySearch.close svg.scBtn1 { display: none;}
.lyHeader a.lySearch.close svg.scBtn2 { display: block;}

.lyHeader .lyLang { margin-left: 18px; padding: 0 30px; position: relative;}
.lyLang>a { display: block; line-height: 46px; color: #fff; font-size: 14px; text-transform: capitalize;}
.lyLang>a span { font-size: 14px;}
.lyLang>a:hover { color: #25b06c;}
.lyLang>a i { display: inline-block; width: 18px; height: 18px; vertical-align: middle; margin: -2px 8px 0 0;}
.lyLang>a:hover i svg path { fill: #25b06c;}
.lyLang::before, .lyLang::after { content: '';width: 1px; height: 16px; background-color: rgba(255, 255, 255, .15); margin-top: -8px; position: absolute; top: 50%;}
.lyLang::before { left: 0;}
.lyLang::after { right: 0;}
.lyLang dl { padding: 0 10px; background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1); border-radius: 0 0 4px 4px; position: absolute; left: 50%; top: 90%; z-index: 9; opacity: 0; visibility: hidden; -webkit-transform: translate(-50%, 50px); transform: translateY(-50%, 50px);}
.lyLang dl.open { visibility: visible; opacity: 1; -webkit-transform: translate(-50%, 0px); transform: translate(-50%, 0px);}
.lyLang dl dd { padding: 0 5px; border-bottom: 1px solid #e6e6e6;}
.lyLang dl dd:last-child { border-bottom: 0!important;}
.lyLang dl dd:hover { border-bottom: 1px solid #25b06c;}
.lyLang dl dd a { display: block; height: 44px; overflow: hidden; line-height: 44px; color: #333; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; padding-left: 28px; position: relative;}
.lyLang dl dd:hover a { color: #25b06c;}
.lyLang dl dd a i { display: block; width: 18px; height: 18px; overflow: hidden; margin-top: -9px; border-radius: 50%; position: absolute; left: 0; top: 50%;}
.lyLang dl dd a i img { display: block; width: 100%; height: 100%;}

.lyHeader span.share a { display: inline-block; width: 46px; height: 46px; overflow: hidden; margin-left: -5px; padding: 14px; vertical-align: top;}
.lyHeader span.share a:hover { background-color: #25b06c;}

.lyForm { display: none; width: 360px; height: 36px; overflow: hidden; background-color: #f2f3f9; border-radius: 4px; position: absolute; top: 5px; right: 46px;}
.lyForm.show { display: block;}
.lyForm .lyForm_ipt { float: left; width: calc(100% - 50px); height: 36px; overflow: hidden; line-height: 36px; color: #292929; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; padding: 0 0 0 20px; background: none; border: 0; outline: none;}
.lyForm .lyForm_ipt::placeholder { color: #999;}
.lyForm .lyForm_btn { float: right; width: 50px; height: 36px; overflow: hidden; font-size: 0; background-color: #25b06c; border: 0; outline: none; cursor: pointer;}
.lyForm .lyForm_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 8px;}

.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: 28px; font-weight: bold; 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: #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: #25b06c;}
.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;}
/*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: 20px 0; float: left;}
.lyTop a.lyLogo img { max-height: 100%;}

.lyTop .lyTop_btn { margin: 26px 0 26px 24px;}
.lyTop_btn a { display: block; height: 48px; line-height: 48px; color: #fff; font-size: 15px; font-weight: bold; text-align: center; text-transform: uppercase; padding: 0 24px; background-color: #25b06c; border-radius: 4px;}

.lyNav_list>ul { display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}
.lyNav_list>ul>li { padding: 0 16px; position: relative;}
.lyNav_list>ul>li>a { display: block; height: 100px; overflow: hidden; line-height: 100px; color: #333; font-size: 16px; font-weight: bold; text-transform: uppercase; padding: 0 16px; position: relative;}
.lyNav_list>ul>li:hover>a, .lyNav_list>ul>li.active>a { color: #25b06c;}
.lyNav_list>ul>li>i { display: block; width: 16px; height: 16px; margin-top: -10px; position: absolute; top: 50%; right: 14px;}
.lyNav_list>ul>li:hover>i svg path, .lyNav_list>ul>li.active>i svg path { fill: #25b06c;}

.lyNav_list>ul>li ul { display: none; width: 140%; overflow: hidden; background-color: #fff; -webkit-box-shadow: 0 5px 5px rgb(0, 0, 0, .06); box-shadow: 0 5px 5px rgb(0, 0, 0, .06); border-radius: 0 0 4px 4px; position: absolute; left: -20%; top: 100px; z-index: 2;}
.lyNav_list>ul>li:hover ul { display: block;}
.lyNav_list>ul>li ul li { border-bottom: 1px solid rgba(85, 87, 89, 0.1);}
.lyNav_list>ul>li ul li:hover { border-bottom: 1px solid #25b06c;}
.lyNav_list>ul>li ul li:last-child { border: 0;}
.lyNav_list>ul>li ul li a { display: block; line-height: 1.5; color: #454545; font-size: 15px; text-align: center; text-transform: capitalize; padding: 12px;}
.lyNav_list>ul>li ul li a:hover { color: #25b06c;}
/*lyTop end*/


/*lyFooter start*/
.lyFooter { overflow: hidden; background-color: #1b4a92;}
.lyFoot_main { padding: 60px 0;}
.lyFoot_main .lyFoot_left { width: 28%;}
.lyFoot_left a.ftlogo { display: block; height: 60px;}
.lyFoot_left a.ftlogo img { max-height: 100%;}
.lyFoot_left p.des { line-height: 2; color: #fff; font-size: 16px; margin: 30px 0 60px;}
.lyFoot_left .followus span { display: block; line-height: 38px; color: #fff; font-size: 16px; font-weight: bold; margin-right: 32px; float: left;}
.lyFoot_left .followus a { display: block; width: 38px; height: 38px; margin-right: 8px; padding: 9px; float: left;}
.lyFoot_left .followus a.facebook { background-color: #5a7ab5;}
.lyFoot_left .followus a.instagram { background-color: #2868b2;}
.lyFoot_left .followus a.titter { background-color: #60a3e7;}
.lyFoot_left .followus a.youtube { background-color: #ea3323;}

.lyFoot_main .lyFoot_right { width: 72%; padding-left: 90px;}
.lyFoot_right dl { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px; padding-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, .15);}
.lyFoot_right dl dd { width: 33.333333%; padding: 0 15px;}
.lyFoot_right dl dd i { display: block; width: 40px; height: 40px; float: left;}
.lyFoot_right dl dd span { display: block; line-height: 1; color: #fff; font-size: 20px; margin-bottom: 10px; padding-left: 60px;}
.lyFoot_right dl dd p { line-height: 1.6; padding-left: 60px; color: #fff; font-size: 15px;}
.lyFoot_right ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 40px -20px 0;}
.lyFoot_right ul li { width: 24%; padding: 0 20px;}
.lyFoot_right ul li:last-child { width: 52%; padding: 0 20px 0 16%;}
.lyFoot_right ul li .tit { line-height: 1; color: #fff; font-family: "Oswald-Regular"; font-size: 24px; margin-bottom: 20px;}
.lyFoot_right ul li a { display: block; height: 36px; overflow: hidden; line-height: 36px; color: #fff; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 0 0 0 16px; position: relative;}
.lyFoot_right ul li a:hover { color: #25b06c;}
.lyFoot_right ul li a::before { content: ''; display: block; width: 5px; height: 5px; margin-top: -3px; background-color: #25b06c; position: absolute; left: 0; top: 50%;}
.lyFoot_right ul li p { line-height: 1.6; color: #fff; font-size: 16px; margin-bottom: 20px;}
.lyFoot_right ul li form input.ipt { display: block; width: calc(100% - 110px); height: 50px; overflow: hidden; line-height: 50px; color: #333; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 0 20px; background: #fff; border: 0; border-radius: 4px 0 0 4px; outline: none;}
.lyFoot_right ul li form input.ipt::placeholder { color: #aaa;}
.lyFoot_right ul li form input.smt { display: block; width: 100px; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-family: "Oswald-Regular"; font-size: 18px; background: #25b06c; border: 0; border-radius: 0 4px 4px 0; outline: none; cursor: pointer;}
.lyFoot_right ul li i.totop { display: block; width: 54px; height: 54px; margin-top: 60px; padding: 17px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 4px; float: right; cursor: pointer;}
.lyFoot_right ul li i.totop:hover { background-color: #25b06c; border-color: #25b06c;}

.lyFoot_copy { padding: 16px 0; background-color: #25b06c;}
.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: 220px; height: 54px; line-height: 52px; color: #2457a6; font-size: 15px; font-weight: bold; text-align: center; text-transform: uppercase; border: 1px solid #2457a6; border-radius: 4px;}
.lyMore a:hover { color: #fff; background-color: #25b06c; border: 1px solid #25b06c;}
.lyMore1 a { color: #fff; border: 1px solid #fff;}


/*nyBanner start*/
.nyBanner { height: 500px; overflow: hidden; 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: #25b06c; 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: #25b06c; 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: #25b06c; 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; text-transform: uppercase; border-bottom: 2px solid #25b06c; margin: 9px 50px 9px 0; padding-right: 50px; float: left;}
.nyTitle span::before { content: ''; display: block; width: 8px; height: 8px; background-color: #25b06c; 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; 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: #25b06c !important;}
.nyPage a.prev, .nyPage a.next { padding: 15px;}
.nyPage a.prev:hover, .nyPage a.next:hover { background-color: #25b06c;}
.nyPage a.prev:hover svg path, .nyPage a.next:hover svg path { fill: #ffffff;}
/*nyPage end*/


@media (max-width:1680px) {
  .lyNav_list>ul>li { padding: 0 20px;}
  .lyNav_list>ul>li>i { right: 20px;}

  .lyFoot_main { padding: 40px 0;}
  .lyFoot_left p.des { font-size: 15px; margin: 30px 0;}
  .lyFoot_left .followus span { font-size: 15px; margin-right: 20px;}
  .lyFoot_main .lyFoot_right { padding-left: 80px;}
  .lyFoot_right ul li .tit { font-size: 22px;}
  .lyFoot_right ul li a { height: 35px; line-height: 35px; font-size: 15px; padding: 0 0 0 15px;}
  .lyFoot_right ul li p { font-size: 15px;}
  .lyFoot_right ul li form input.ipt { width: calc(100% - 104px); height: 48px; line-height: 48px; font-size: 15px;}
  .lyFoot_right ul li form input.smt { width: 96px; height: 48px; line-height: 48px; font-size: 16px;}
  .lyFoot_right ul li i.totop { width: 48px; height: 48px; margin-top: 40px; padding: 14px;}

  .lyMore a { width: 180px; height: 48px; line-height: 46px; font-size: 14px;}

  .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) {
  .lyTop a.lyLogo { margin: 15px 0;}  
  .lyNav_list>ul>li>a { height: 90px; line-height: 90px;}
  .lyNav_list>ul>li ul { top: 90px;}
  .lyTop .lyTop_btn { margin: 21px 0 21px 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) {
  .lyFoot_right ul li { width: 25%;}
  .lyFoot_right ul li:last-child { width: 50%; padding: 0 20px 0 10%;}
}

@media (max-width:1440px) {
  .lyHeader::before { width: 40%;}
  .lyTop a.lyLogo { height: 52px; margin: 14px 0;}
  .lyNav_list>ul>li { padding: 0 15px;}
  .lyNav_list>ul>li>a { height: 80px; line-height: 80px; font-size: 15px; padding: 0 15px;}  
  .lyNav_list>ul>li>i { right: 12px;}
  .lyNav_list>ul>li ul { top: 80px;}
  .lyNav_list>ul>li ul li a { height: 44px; line-height: 44px;}

  .lyTop .lyTop_btn { margin: 18px 0 18px 30px;}
  .lyTop_btn a { height: 44px; line-height: 44px; font-size: 14px;}

  .lyFoot_left a.ftlogo { height: 52px;}
  .lyFoot_left p.des { font-size: 14px;}
  .lyFoot_main .lyFoot_right { padding-left: 60px;}
  .lyFoot_right dl { margin: 0 -10px;}
  .lyFoot_right dl dd { padding: 0 10px;}
  .lyFoot_right dl dd i { width: 36px; height: 36px;}
  .lyFoot_right dl dd span { font-size: 18px; padding-left: 50px;}
  .lyFoot_right dl dd p { font-size: 14px; padding-left: 50px;}
  .lyFoot_right ul { margin: 40px -10px 0;}
  .lyFoot_right ul li { padding: 0 10px;}
  .lyFoot_right ul li:last-child { padding: 0 10px 0 8%;}
  .lyFoot_right ul li .tit { font-size: 20px;}
  .lyFoot_right ul li a { height: 32px; line-height: 32px; font-size: 14px; padding: 0 0 0 14px;}
  .lyFoot_right ul li a::before { width: 4px; height: 4px; margin-top: -2px;}
  .lyFoot_right ul li p { font-size: 14px;}
  .lyFoot_right ul li form input.ipt { width: calc(100% - 96px); height: 44px; line-height: 44px; font-size: 14px;}
  .lyFoot_right ul li form input.smt { width: 88px; height: 44px; line-height: 44px;}
  .lyFoot_right ul li i.totop { width: 44px; height: 44px; margin-top: 40px; padding: 12px;}

  .lyMore a { width: 140px; height: 44px; line-height: 42px; font-size: 14px;}

  .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) {
  .lyHeader::before { width: 36%;}
  .lyHeader p { font-size: 14px;}
  .lyHeader p:first-child { margin-right: 20px; padding-right: 20px;}
  .lyHeader p i { width: 16px; height: 16px; margin: 15px 8px 15px 0;}
  .lyHeader a.lySearch { margin-left: 10px;}
  .lyHeader a.lyEn { margin-left: 10px; padding: 0 20px;}

  .lyFoot_right dl { padding-bottom: 20px;}

  .nyBanner { height: 360px;}
  .nyBa_text .nyBa_tit { font-size: 40px;}

  .nyTitle { font-size: 36px;}

}

@media (max-width:1280px) {
  .lyHeader::before { width: 38%;}

  .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;}

  .lyNav_list>ul>li { padding: 0 12px;}  
  .lyNav_list>ul>li>a { padding: 0 12px;}
  .lyNav_list>ul>li>i { width: 10px; height: 10px; margin-top: -6px; right: 8px;}

  .lyTop .lyTop_btn { margin: 18px 0 18px 24px;}

  .lyFoot_main .lyFoot_left { width: 25%;}
  .lyFoot_main .lyFoot_right { width: 75%; padding-left: 40px;}
  .lyFoot_right dl dd { width: 30%;}
  .lyFoot_right dl dd:last-child { width: 40%;}

  .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) {
  .lyHeader::before { width: 40%;}

  .lyNav_list>ul>li { padding: 0 10px;}
  .lyNav_list>ul>li>a { font-size: 14px; padding: 0 8px;}
  .lyNav_list>ul>li>i { right: 4px;}

  .lyTop .lyTop_btn { margin: 18px 0 18px 20px;}

  .nyBanner { height: 320px;}
}

@media (max-width:1080px) {
  .lyHeader::before { width: 44%;}

  .lyTop a.lyLogo { height: 46px; margin: 17px 0;}
  .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 { 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; 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 { border-bottom: 1px solid #25b06c;}
  .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: #25b06c;}
  .lyNav_list>ul>li ul { width: 100%; padding: 0 30px; border-radius: 0; box-shadow: none; border-bottom: 1px solid rgba(85, 87, 89, 0.1); position: inherit; left: inherit; top: inherit;}
  .lyNav_list>ul>li:hover>em, .lyNav_list>ul>li.active>em { display: none;}
  .lyNav_list>ul>li ul li a { height: 48px; line-height: 48px; text-align: left; border: 0; padding: 0 0 0 14px; position: relative;}
  .lyNav_list>ul>li ul li a::before { content: ''; display: block; width: 4px; height: 4px; margin-top: -2px; background-color: #25b06c; position: absolute; left: 0; top: 50%;}
  .lyNav .lyNav_btn { display: block; width: 44px; height: 44px; margin: 18px 0; padding: 14px 12px; background-color: #25b06c; border-radius: 4px;}
  .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;}

  .lyFoot_main .lyFoot_left { width: 100%; float: none; position: relative;}
  .lyFoot_left a.ftlogo { display: inline-block; height: 46px;}
  .lyFoot_left p.des { margin: 20px 0 0;}
  .lyFoot_left .followus { position: absolute; top: 4px; right: 0;}
  .lyFoot_left .followus span { font-size: 16px;}
  .lyFoot_main .lyFoot_right { width: 100%; float: none; margin-top: 40px; padding-left: 0;}
  .lyFoot_right dl { padding-bottom: 0; border-bottom: 0;}
  .lyFoot_right ul { display: none;}
  .lyFoot_copy p { text-align: center; float: none!important;}

  .nyBanner { height: 300px;}
  .nyBa_text .nyBa_tit { font-size: 32px;}

  .nyTitle { font-size: 30px;}
}

@media (max-width:1024px) {
  .nyBanner { height: 280px;}
}

@media (max-width:920px) {
  .lyHeader::before { width: 50%; transform: skewX(-45deg); -webkit-transform: skewX(-45deg);}
  .lyLang_pop { width: 90%;}

  .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) {
  .lyHeader::before { width: 54%;}
  .lyHeader span.share a { width: 40px; padding: 14px 10px;}
  .lyForm { width: 320px;}

  .lyFoot_right dl dd i { width: 40px; height: 40px; margin: 0 auto 20px; float: none;}
  .lyFoot_right dl dd span, .lyFoot_right dl dd p { text-align: center; padding-left: 0;}    

  .nyBanner { height: 220px;}
  .nyBa_text .nyBa_tit { font-size: 30px;}
  .nyLocation { margin-top: 4px;}

  .nyTitle { font-size: 24px;}
}

@media (max-width:767px) {
  .lyHeader p, .lyHeader span.share, .lyHeader a.lyEn::before { display: none;}
  .lyHeader a.lySearch { margin-left: 8px;}
  .lyForm { width: calc(100% - 46px);}
  .lyHeader .lyLang { margin-left: 0; padding: 0 20px 0 0;}
  .lyLang::before { display: none;}
  .lyLang_pop ul li { width: 50%;}

  .lyTop a.lyLogo { height: 44px; margin: 10px 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: 15px;}
  .lyNav_list>ul>li ul { padding: 0 20px;}
  .lyNav_list>ul>li ul li a { font-size: 14px; padding: 0 0 0 12px;}

  .lyTop .lyTop_btn { display: none;}

  .lyFoot_main { padding: 30px 0;}
  .lyFoot_main .lyFoot_right { display: none;}
  .lyFoot_left a.ftlogo { height: 44px;}
  .lyFoot_left .followus { margin-top: 20px; position: inherit; top: inherit; right: inherit;}

  .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) {}

@media (max-width:320px) {
  .lyLang_pop ul li { width: 100%;}
  .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%;}

  .lyMore a { height: 40px; line-height: 38px;}  
}

@media (max-width:280px) {
  .lyFoot_left .followus span { font-size: 14px; margin-right: 10px;}
}

