* { font: 16px/1.5 '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Arial', '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: #292929; 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, .cover2 { 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;}
.cover2 { max-width: 80%; max-height: 80%; margin: auto;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width: 3px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color: rgb(0, 0, 0, .06);}/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb { background-color: #1f2022;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #1f2022;}  /* 滚动条滑块点击状态 */


@font-face { font-family: "BebasKai"; src: url('../fonts/BebasKai.ttf');}
@font-face { font-family: "MontserratRegular"; src: url('../fonts/Montserrat-Regular.ttf');}

.w1200 { width: 1200px; margin: 0 auto;}
@media (max-width:1200px) {
  .w1200 { width: 94%;}
}

.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1440px) {
  .w1400 { width: 94%;}
}

.w1600 { width: 1600px; margin: 0 auto;}
@media (max-width:1600px) {
  .w1600 { width: 94%;}
}


/*lyHead start*/
.lyHead { width: 100%; overflow: hidden; background-color: #1f2022; position: relative; z-index: 999;}
.lyHead.zdx { z-index: 997;}
.lyHead a { display: block; height: 36px; line-height: 36px; color: rgba(255, 255, 255, .45); font-size: 14px; float: right;}
.lyHead a:last-child { padding: 0 10px;}
.lyHead a i { display: block; width: 36px; height: 36px; overflow: hidden; padding: 8px; opacity: .45;}
.lyHead a:hover { color: #fff;}
.lyHead a:hover i { opacity: 1;}
/*lyHead end*/


/*lyTop start*/
.lyTop { width: 100%; background-color: #ebecee; position: relative; z-index: 998;}
.lyTop.fxd { box-shadow: 0 2px 4px rgb(0, 0, 0, .04); -webkit-box-shadow: 0 2px 4px rgb(0, 0, 0, .04); position: fixed; left: 0; top: 0;}
.lyTop a.lyLogo { display: block; height: 64px; margin: 18px 0; float: left;}
.lyTop a.lyLogo img { max-height: 100%;}

.lyTop .lyLanguage { margin: 30px 0 30px 15px; float: right;}
.lyLanguage a { display: flex; align-items: center; height: 40px; opacity: .55;}
.lyLanguage a:hover { opacity: 1;}
.lyLanguage a i { display: block; width: 20px; height: 20px; overflow: hidden; margin-right: 6px;}
.lyLanguage a span { display: block; height: 20px; line-height: 20px; color: #2e3033; font-size: 16px;}

.lyTop .lySearch { margin: 30px 0; float: right; position: relative;}
.lySearch em { display: block; width: 40px; height: 40px; overflow: hidden; border-radius: 50%; cursor: pointer; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lySearch em i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 8px; border-radius: 50%;}
.lyTop#show .lySearch em { opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}

.lySearch form { width: 360px; height: 40px; background-color: rgb(31, 32, 34, .06); border-radius: 20px; position: absolute; top: 0; right: 40px; z-index: 99; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); transform-origin: right center; opacity: 0; filter: Alpha(opacity=0);}
.lySearch .lySearch_ipt { float: left; width: calc(100% - 40px); height: 40px; overflow: hidden; line-height: 40px; color: #2e3033; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; padding: 0 20px; background: none; border: 0; outline: none;}
.lySearch .lySearch_ipt::placeholder { color: #666;}
.lySearch .lySearch_btn { float: right; width: 40px; height: 40px; overflow: hidden; margin-right: 0; font-size: 0; background-color: #2e3033; border-radius: 50%; border: 0; outline: none; cursor: pointer;}
.lySearch .lySearch_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 9px;}
.lyTop#show .lySearch form { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}

.lySearch .close { display: block; width: 40px; height: 40px; overflow: hidden; border-radius: 50%; position: absolute; top: 0; right: 0; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); opacity: 0; filter: Alpha(opacity=0);}
.lySearch .close i { display: block;width: 100%; height: 100%; overflow: hidden; padding: 10px; border-radius: 50%;}
.lyTop#show .lySearch .close { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}


.lyNav { float: right;}
.lyTop#show .lyNav { display: none;}
.lyNav_list>ul>li { display: flex; align-items: center; padding: 0 24px; float: left;}
.lyNav_list>ul>li>a { display: block; height: 100px; overflow: hidden; line-height: 60px; color: #2e3033; font-size: 16px; padding: 20px 0; position: relative;}
.lyNav_list>ul>li>a::after { content: ''; display: block; width: 0; height: 1px; overflow: hidden; background-color: #1f2022; position: absolute; bottom: 32%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyNav_list>ul>li:hover>a::after, .lyNav_list>ul>li.active>a::after { width: 100%;}

.lyNav_list>ul>li>i { display: block; width: 9px; height: 9px; overflow: hidden; margin-left: 6px;}

.lyNav_list>ul>li .lyNav_second { display: none; width: 100%; height: 0; overflow: hidden; padding: 0; background-color: #ebecee; border-top: 1px solid #d7d9dd; box-shadow: 0 2px 4px rgb(0, 0, 0, .04); position: absolute; left: 0; top: 200%; opacity: 0;}
.lyNav_list>ul>li:hover .lyNav_second { display: block; height: auto; padding: 40px 0; opacity: 1; top: 100%;}
.lyNavScd_list ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -20px -40px;}
.lyNavScd_list ul li { width: 25%; margin-bottom: 40px; padding: 0 20px;}
.lyNavScd_list ul li dl { min-height: 100%;}
.lyNavScd_list ul li dl dt { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #d7d9dd;}
.lyNavScd_list ul li dl dt a { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #2e3033; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; position: relative;}
.lyNavScd_list ul li dl dt a:hover { color: #eb633b;}
.lyNavScd_list ul li dl dd { margin-bottom: 6px;}
.lyNavScd_list ul li dl dd:last-child { margin-bottom: 0;}
.lyNavScd_list ul li dl dd a { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #4d5055; font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.lyNavScd_list ul li dl dd a:hover { color: #eb633b;}

.lyNavScd_con { display: flex; padding: 0 16% 0 26%;}
.lyNavScd_con .lyNavScd_img { width: 300px; height: 180px; overflow: hidden; border-radius: 8px;}
.lyNavScd_con .lyNavScd_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyNavScd_con .lyNavScd_img a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyNavScd_con .lyNavScd_menu { width: calc(100% - 300px); padding-left: 80px;}
.lyNavScd_con .lyNavScd_menu a { display: block; height: 60px; overflow: hidden; line-height: 40px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 10px 20px 9px 0; border-bottom: 1px solid #e6e6e6; position: relative;}
.lyNavScd_con .lyNavScd_menu a::after { content: ''; display: block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #bbb; margin-top: -6px; position: absolute; top: 50%; right: 7px;}
.lyNavScd_con .lyNavScd_menu a:hover, .lyNavScd_con .lyNavScd_menu a.cur { color: #2e3033; border-bottom: 1px solid #1f2022;}
.lyNavScd_con .lyNavScd_menu a:hover::after, .lyNavScd_con .lyNavScd_menu a.cur::after { border-left: 6px solid #1f2022;}

.lyNav .lyNav_btn { display: none;}

.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: 24px; font-weight: lighter; text-transform: uppercase; border-bottom: 1px solid #d7d9dd; 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: #eb633b;}
.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: 44px; overflow: hidden; line-height: 30px; color: #333; font-size: 15px; font-weight: lighter; word-break: keep-all; text-overflow: ellipsis; white-space: nowrap; padding: 7px 30px 7px 44px; background-color: rgba(31, 32, 34, .06); border-radius: 4px; position: relative;}
.lyLang_pop ul li.on a, .lyLang_pop ul li:hover a { color: #fff; background-color: #eb633b;}
.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; padding: 2px; position: absolute; top: 50%; right: 10px;}
.lyLang_pop ul li.on a i, .lyLang_pop ul li:hover a i { display: block;}
.lyLang_pop ul li.on a i svg path, .lyLang_pop ul li:hover a i svg path { fill: #ffffff;}
/*lyTop end*/


/*lyFoot start*/
.lyFoot { overflow: hidden; background: url(../images/webp/footBg.webp) center center no-repeat; background-size: cover;}
.lyFoot_main { display: flex; padding: 60px 0; border-bottom: 1px solid rgba(255, 255, 255, .1);}
.lyFoot_left { width: 30%; padding-right: 40px;}
.lyFoot_left a.lyFoot_logo { display: block; height: 64px; overflow: hidden;}
.lyFoot_left a.lyFoot_logo img { max-height: 100%;}
.lyFoot_left .lyShare { display: flex; margin-top: 50px;}
.lyShare a { display: block; width: 32px; height: 32px; overflow: hidden; margin-right: 8px; padding: 6px;}
.lyShare a:last-child { margin-right: 0;}

.lyFoot_right { width: 70%;}
.lyFoot_right ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px;}
.lyFoot_right ul li { width: 40%; padding: 0 20px;}
.lyFoot_right ul li:nth-child(2) { width: 20%;}
.lyFoot_right ul li title { display: block; line-height: 30px; color: #fff; font-size: 18px; margin-bottom: 30px; padding-bottom: 10px; position: relative;}
.lyFoot_right ul li title::after { content: ''; display: block; width: 100px; height: 1px; background-color: rgba(255, 255, 255, .25); position: absolute; left: 0; bottom: 0;}
.lyFoot_right ul li p { line-height: 30px; color: rgba(255, 255, 255, .45); font-size: 16px;}
.lyFoot_right ul li a { display: block; height: 30px; overflow: hidden; line-height: 30px; color: rgba(255, 255, 255, .45); font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 10px;}
.lyFoot_right ul li a:hover { color: #fff;}
.lyFoot_right ul li a:last-child { margin-bottom: 0;}

.lyFoot_form { margin-top: 30px;}
.lyFoot_form input { display: block; float: left; width: calc(100% - 75px); height: 44px; overflow: hidden; line-height: 44px; color: #2e3033; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 0 15px; background-color: #fff; border-radius: 4px; border: 0; outline: none;}
.lyFoot_form input::placeholder { color: #999;}
.lyFoot_form button { display: block; float: right; width: 70px; height: 44px; overflow: hidden; line-height: 44px; color: #fff; font-size: 16px; font-weight: bold; text-align: center; background-color: #eb633b; border-radius: 4px; border: 0; outline: none; cursor: pointer;}

.lyCopy { padding: 20px 0;}
.lyCopy p { line-height: 40px; color: rgba(255, 255, 255, .25); font-size: 16px;}
.lyCopy p a { color: rgba(255, 255, 255, .25); font-size: 16px;}
.lyCopy p a:hover { color: #fff;}
/*lyFoot end*/


/*lyView start*/
.lyView { display: none; position: fixed; top: 60%; right: 0; z-index: 99; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyView_tel { margin-bottom: 2px; position: relative;}
.lyView_tel a, .lyView_code a, .lyView_top a { display: block; width: 50px; height: 50px; overflow: hidden; padding: 13px; background-color: #1f2022;}
.lyView_tel p { display: none; width: auto; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 20px; white-space: nowrap; padding-left: 20px; background-color: #1f2022; position: absolute; top: 0; right: 50px;}
.lyView_tel:hover a { border-radius: 0;}
.lyView_tel:hover p { display: block;}

.lyView_code { margin-bottom: 2px; position: relative;}
.lyView_code p { display: none; width: 140px; height: auto; overflow: hidden; padding: 10px; background-color: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); position: absolute; top: 0; right: 52px;}
.lyView_code:hover p { display: block;}
.lyView_code p img { display: block; width: 100%; height: auto; margin: 0 auto 5px;}
.lyView_code p span { display: block; line-height: 20px; color: #555; font-size: 14px; text-align: center;}

.lyView_top:hover a { background-color: #1f2022;}
/*lyView end*/


/*lyTitle start*/
.lyTitle { margin-bottom: 50px;}
.lyTitle p { line-height: 48px; color: #2e3033; font-size: 40px; font-weight: bold;}
.lyTitle p a { color: #2e3033; font-size: 40px; font-weight: bold;}
.lyTitle p a:hover { color: #eb633b;}
.lyTitle span { display: block; line-height: 32px; color: #2e3033; font-size: 18px; margin-top: 20px;}
.lyTitle span em { color: #eb633b; font-size: 18px; font-style: normal;}
.lyCenter p, .lyCenter span { text-align: center;}

.lyTitle1 p, .lyTitle1 p a, .lyTitle1 span { color: #fff;}
.lyTitle2 p, .lyTitle2 span { text-align: center;}
/*lyTitle start*/


/*nyBanner start*/
.nyBanner { height: 600px; overflow: hidden; position: relative;}
/*nyBanner end*/


/*nyNavBar start*/
.nyNavBar { width: 100%; overflow: hidden; background-color: #4d5055; box-shadow: inset 0 5px 10px rgba(0, 0, 0, .2); position: relative;}
.nyNavBar.fxd { position: fixed; left: 0; top: 0; z-index: 99;}
.nyNavBar::before { content: ''; display: block; width: calc(50% - 545px); height: 2px; background-color: #eb633b; position: absolute; left: 0; bottom: 0;}
.nyNavBar_main { padding-left: 20px; position: relative;}
.nyNavBar_main i { display: block; width: 20px; height: 20px; overflow: hidden; margin-top: -10px; position: absolute; left: 0; top: 50%; opacity: .35;}
.nyNavBar_main ul { padding-left: 35px;}
.nyNavBar_main ul li { padding: 0 35px; float: left; position: relative;}
.nyNavBar_main ul li::before { content: ''; display: block; width: 1px; height: 12px; background-color: rgba(255, 255, 255, .15); margin-top: -6px; position: absolute; left: 0; top: 50%;}
.nyNavBar_main ul li::after { content: ''; display: block; width: 0; height: 2px; background-color: #eb633b; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyNavBar_main ul li:hover::after, .nyNavBar_main ul li.on::after { width: 100%;}
.nyNavBar_main ul li a { display: inline-block; height: 70px; line-height: 70px; color: #fff; font-size: 16px; vertical-align: top;}
.nyNavBar_main ul li:hover a, .nyNavBar_main ul li.on a { color: #eb633b;}
/*nyNavBar end*/


/*nyCrumb start*/
.nyCrumb { overflow: hidden; background-color: #4d5055; box-shadow: inset 0 5px 10px rgba(0, 0, 0, .2); position: relative;}
.nyCrumb_main { padding: 20px 0 20px 40px ; position: relative;}
.nyCrumb_main i { display: block; width: 20px; height: 20px; overflow: hidden; margin-top: -10px; position: absolute; left: 0; top: 50%; opacity: .35;}
.nyCrumb_main p { height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.nyCrumb_main p a { display: inline-block; line-height: 30px; color: rgba(255, 255, 255, .45); font-size: 16px; vertical-align: top;}
.nyCrumb_main p a:hover { color: #fff;}
.nyCrumb_main p em { display: inline-block; width: 14px; height: 30px; overflow: hidden; margin: 0 8px; vertical-align: top; opacity: .45;}
.nyCrumb_main p span { display: inline-block; height: 30px; line-height: 30px; color: rgba(255, 255, 255, .45); font-size: 16px;}
/*nyCrumb end*/


/*proCrumb start*/
.proCrumb { overflow: hidden; padding: 40px 0;}
.proCrumb_main { padding: 0 0 0 40px ; position: relative;}
.proCrumb_main i { display: block; width: 20px; height: 20px; overflow: hidden; margin-top: -10px; position: absolute; left: 0; top: 50%; opacity: .3;}
.proCrumb_main p { height: 30px; overflow: hidden; line-height: 30px; color: rgba(255, 255, 255, .3); font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.proCrumb_main p a { display: inline-block; line-height: 30px; color: rgba(255, 255, 255, .3); font-size: 16px; vertical-align: top;}
.proCrumb_main p a:hover { color: #fff;}
.proCrumb_main p em { display: inline-block; width: 14px; height: 30px; overflow: hidden; margin: 0 8px; vertical-align: top; opacity: .3;}
.proCrumb_main p span { display: inline-block; height: 30px; line-height: 30px; color: rgba(255, 255, 255, .3); font-size: 16px;}
/*proCrumb end*/


/*nyPage start*/
.nyPage { text-align: center;}
.nyPage a { display: inline-block; height: 40px; line-height: 38px; color: #2e3033; font-size: 16px; margin: 0 4px; padding: 0 20px; background-color: rgba(0, 0, 0, 0); border: 1px solid #8f9299; border-radius: 4px; vertical-align: top;}
.nyPage a:hover, .nyPage a.on { color: #fff; background-color: #4d5055; border: 1px solid #4d5055;}
/*nyPage end*/


@media (max-width:1680px) {
  .lyTop a.lyLogo { height: 56px; margin: 12px 0;}

  .lyTop .lyLanguage { margin: 20px 0 20px 15px;}

  .lyTop .lySearch { margin: 20px 0;}

  .lyNav_list>ul>li>a { height: 80px; padding: 10px 0;}
  .lyNav_list>ul>li>a::after { bottom: 30%;}

  .lyFoot_main { padding: 50px 0;}
  .lyCopy { padding: 15px 0;}


  .lyTitle { margin-bottom: 40px;}
  .lyTitle p, .lyTitle p a { line-height: 40px; font-size: 36px;}
  .lyTitle span { line-height: 30px; font-size: 16px; margin-top: 15px;}
  .lyTitle span em { font-size: 16px;}


  .nyBanner { height: 520px;}


  .nyNavBar::before { width: calc(50% - 548px);}
  .nyNavBar_main ul { padding-left: 32px;}
  .nyNavBar_main ul li { padding: 0 32px;}
  .nyNavBar_main ul li a { height: 64px; line-height: 64px;}


  .nyCrumb_main { padding: 17px 0 17px 40px;}

}

@media (max-width:1600px) {

  .lyNavScd_con { padding: 0 25% 0 23.5%;}
  .lyNavScd_con .lyNavScd_menu { padding-left: 60px;}

  .lyFoot_left .lyShare { margin-top: 40px;}
  .lyFoot_right ul li title { margin-bottom: 20px;}


  .nyBanner { height: 500px;}

}

@media (max-width:1560px) {
  .lyNavScd_con { padding: 0 25% 0 22%;}


  .nyBanner { height: 480px;}
}

@media (max-width:1440px) {
  .lyNav_list>ul>li { padding: 0 20px;}


  .nyBanner { height: 450px;}
}

@media (max-width:1366px) {
  .lyNavScd_con { padding: 0 26% 0 19.5%;}

  .lyFoot_left { width: 28%;}
  .lyFoot_right { width: 72%;}
  .lyFoot_right ul li p, .lyFoot_right ul li a, .lyFoot_form input, .lyFoot_form button, .lyCopy p, .lyCopy p a { font-size: 15px;}
  .lyCopy p { line-height: 30px;}

  .lyTitle p, .lyTitle p a { line-height: 36px; font-size: 32px;}
  .lyTitle span { line-height: 25px; font-size: 15px; margin-top: 12px;}
  .lyTitle span em { font-size: 15px;}


  .nyBanner { height: 420px;}
  
}

@media (max-width:1280px) {
  .lyTop .lyTop_tel { margin-left: 24px; padding: 12px 24px;}

  .lyNavScd_con { padding: 0 25.5% 0 21.5%;}

  .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;}

  .lyFoot_main { padding: 40px 0;}
  .lyFoot_left { width: 25%;}
  .lyFoot_right { width: 75%;}

  .lyTitle { margin-bottom: 30px;}


  .nyBanner { height: 400px;}


  .nyNavBar::before { width: calc(50% - 550px);}
  .nyNavBar_main ul { padding-left: 30px;}
  .nyNavBar_main ul li { padding: 0 30px;}
  .nyNavBar_main ul li a { height: 60px; line-height: 60px;}


  .nyCrumb_main { padding: 15px 0 15px 30px;}
  .nyCrumb_main i, .proCrumb_main i { width: 18px; height: 18px; margin-top: -9px;}
  .nyCrumb_main p, .nyCrumb_main p span, .nyCrumb_main p a, .proCrumb_main p, .proCrumb_main p span, .proCrumb_main p a { font-size: 15px;}
  .nyCrumb_main p em, .proCrumb_main p em { width: 12px;}

  .proCrumb { padding: 25px 0;}
  .proCrumb_main { padding: 0 0 0 30px;}
  
}

@media (max-width:1200px) {
  .lyTop a.lyLogo { height: 56px; margin: 12px 0;}

  .lySearch form { width: 320px;}


  .nyBanner { height: 360px;}


  .nyNavBar::before { width: calc(3% + 50px);}
}

@media (max-width:1080px) {

  .lyTop .lyNav { width: auto; padding-right: 5px; 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%; overflow-y: scroll; background-color: #fff; position: relative; z-index: 9999; display: block; align-items: inherit; justify-content: inherit; }  
  .lyNav_list>ul>li { display: block; align-items: inherit; padding: 0; float: none; position: relative;}
  .lyNav_list>ul>li>a { display: block; width: 100%; height: 60px; line-height: 60px; color: #1f2022; font-size: 16px; text-align: left; padding: 0 60px 0 30px;}
  .lyNav_list>ul>li:active>a, .lyNav_list>ul>li.active>a, .lyNav_list>ul>li.cur>a { color: #1f2022;}
  .lyNav_list>ul>li>a::before { content: ''; display: block; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; background-color: rgba(85, 87, 89, 0.1);}
  .lyNav_list>ul>li>a::after { left: 0; bottom: 0; transform: translateX(0); -webkit-transform: translateX(0);}
  .lyNav_list>ul>li:active>a::after, .lyNav_list>ul>li.active>a::after, .lyNav_list>ul>li.cur>a::after { width: 100%;}
  .lyNav_list>ul>li>i { display: block; width: 60px; height: 60px; margin: 0; padding: 24px; border: 0 !important; position: absolute; top: 0; right: 0;}  
    
  .lyNav .lyNav_btn { display: block; width: 40px; height: 40px; margin: 20px 0;}
  .lyNav_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 10px;}
  
  .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;}
  .lyNav_list>ul>li .lyNav_second { box-shadow: none; border-bottom: 1px solid rgba(85, 87, 89, 0.1); position: inherit; left: inherit; top: inherit !important;}  
  .lyNav_list>ul>li:hover .lyNav_second, .lyNav_list>ul>li.cur .lyNav_second { height: auto; padding: 20px 0; opacity: 1;}
  .lyNavScd_list, .lyNavScd_con { width: 100%; padding: 0 30px;}
  .lyNavScd_list ul { margin: 0 0 -10px;}
  .lyNavScd_list ul li { width: 100%; margin-bottom: 10px; padding: 0;}
  .lyNavScd_con .lyNavScd_img { width: 200px; height: 120px;}
  .lyNavScd_con .lyNavScd_menu { width: calc(100% - 200px); padding-left: 20px;}

  .lyFoot_left { padding-right: 20px;}
  .lyFoot_right ul { margin: 0 -20px;}
  .lyFoot_right ul li { padding: 0 20px;}
  .lyFoot_right ul li title { margin-bottom: 15px;}
  .lyFoot_right ul li a { margin-bottom: 6px;}
  .lyCopy { padding: 10px 0;}
  .lyCopy p { text-align: center; float: none !important;}


  .nyBanner { height: 340px;}

  .proCrumb { padding: 20px 0;}
}

@media (max-width:1024px) {
  .lyFoot_left { width: 30%; padding-right: 30px;}
  .lyFoot_right { width: 70%;}
  .lyFoot_right ul { margin: 0 -15px;}
  .lyFoot_right ul li { width: 45%; padding: 0 15px;}
  .lyFoot_right ul li:nth-child(2) { display: none;}
  .lyFoot_right ul li:nth-child(3) { width: 55%;}
  .lyFoot_form { margin-top: 20px;}


  .nyBanner { height: 320px;}
}

@media (max-width:920px) {
  .lyTop a.lyLogo { height: 50px; margin: 10px 0;}

  .lyTop .lyLanguage { margin: 15px 0 15px 15px;}

  .lyTop .lySearch, .lyNav .lyNav_btn { margin: 15px 0;}

  .lyLang_pop { width: 90%;}

  .lyTitle { margin-bottom: 20px;}
  .lyTitle p, .lyTitle p a { line-height: 32px; font-size: 28px;}
  .lyTitle span { line-height: 24px; font-size: 14px;}
  .lyTitle span em { font-size: 16px;}


  .nyBanner { height: 280px;}


  .nyNavBar::before { width: calc(3% + 44px);}
  .nyNavBar_main ul { padding-left: 24px;}
  .nyNavBar_main ul li { padding: 0 24px;}
  .nyNavBar_main i { width: 18px; height: 18px; margin-top: -9px;}
  .nyNavBar_main ul li a { height: 48px; line-height: 48px; font-size: 14px;}


  .proCrumb { padding: 15px 0;}
}

@media (max-width:820px) {
  .lySearch form { width: 280px;}

  .lyNavScd_con .lyNavScd_img { width: 160px; height: 100px;}
  .lyNavScd_con .lyNavScd_menu { width: calc(100% - 160px);}

  .lyTitle p, .lyTitle p a { font-size: 26px;}
  .lyTitle span { line-height: 22px;}


  .nyBanner { height: 260px;}
}

@media (max-width:767px) {
  .lyTop a.lyLogo { height: 44px; margin: 10px 0;}
  .lyTop#show a.lyLogo { display: none;}

  .lyTop .lyLanguage { margin: 12px 0 12px 12px;}
  .lyTop#show .lyLanguage { display: none;}

  .lyTop .lySearch { margin: 12px 0; position: initial;}
  .lySearch form { width: calc(94% - 40px); height: 38px; top: 13px; right: calc(3% + 40px);}
  .lySearch .lySearch_ipt { width: calc(100% - 38px); height: 38px; line-height: 38px; font-size: 14px; padding: 0 16px;}
  .lySearch .lySearch_btn { width: 38px; height: 38px;}
  .lySearch .close { top: 10px; right: 3%;}

  .lyNav .lyNav_btn { margin: 12px 0;}

  .lyNav_list>ul { width: 60%;}
  .lyNav_list>ul>li>a { padding: 0 40px 0 20px;}
  .lyNav_list>ul>li>i { width: 40px; padding: 26px 12px;}
  .lyNavScd_list, .lyNavScd_con { display: block; padding: 0 20px;}
  .lyNavScd_con .lyNavScd_img { width: 100%; height: 80px; margin-bottom: 10px;}
  .lyNavScd_con .lyNavScd_menu { width: 100%; padding: 0;}
  .lyNavScd_con .lyNavScd_menu a { height: 40px; padding: 5px 20px 4px 0; font-size: 14px;}

  .lyLang_pop ul li { width: 50%;}

  .lyFoot_main { display: none;}
  .lyCopy p, .lyCopy p a { line-height: 28px; font-size: 14px;}

  .lyTitle p, .lyTitle p a { font-size: 24px;}


  .nyBanner { height: 160px;}

  .nyNavBar::before { display: none; width: calc(3% + 28px);}
  .nyNavBar_main { width: 100%; padding-left: 0;}
  .nyNavBar_main ul { padding-left: 0;}
  .nyNavBar_main ul li { padding: 0 5px; text-align: center;}
  .nyNavBar_main ul.w5 li { width: 20%;}
  .nyNavBar_main ul.w4 li { width: 25%;}
  .nyNavBar_main ul.w3 li { width: 33.333333%;}
  .nyNavBar_main ul.w2 li { width: 50%;}
  .nyNavBar_main ul.w1 li { width: 100%;}
  .nyNavBar_main ul.w0 { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -5px;}
  .nyNavBar_main ul.w0 li { width: 25%; float: none;}
  .nyNavBar_main ul li:first-child::before, .nyNavBar_main ul.w0 li:nth-child(5)::before { display: none;}
  .nyNavBar_main ul li a { max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
  .nyNavBar_main i { display: none; width: 16px; height: 16px; margin-top: -8px;}


  .nyPage a.num { display: none;}
  

  .nyCrumb_main { padding: 9px 0 9px 20px;}
  .nyCrumb_main i, .proCrumb_main i { width: 16px; height: 16px; margin-top: -8px;}
  .nyCrumb_main p, .nyCrumb_main p span, .nyCrumb_main p a, .proCrumb_main p, .proCrumb_main p span, .proCrumb_main p a { font-size: 14px;}
  .nyCrumb_main p span, .proCrumb_main p span { display: none;}
  .nyCrumb_main p em, .proCrumb_main p em { width: 10px; margin: 0 6px;} 

  .proCrumb_main { padding: 0 0 0 20px;}

}

@media (max-width:390px) {
  .lyHead { display: none;}

  .nyBanner { height: 140px;}
}

@media (max-width:320px) {
  .lyTop .lyLanguage { margin: 12px 0 12px 10px;}

  .lyTop .lyNav { padding-right: 0;}

  .lyLang_pop ul li { width: 100%;}

  .lyTitle p, .lyTitle p a { line-height: 30px; font-size: 22px;}

  .nyBanner { height: 120px;}

  .nyNavBar_main ul li a { height: 40px; line-height: 40px; font-size: 12px;}
}

