* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
body { font: 16px/1.5 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Helvetica', 'sans-serif';}
table, th, td, tr { border-collapse: collapse; border-spacing: 0; font-size: 16px;}
ol, ul { list-style: none;}
li { list-style-type: none;}
img { max-width: 100%; border: 0;}
.clear::after { content: ''; display: block; height: 0; overflow: hidden; clear: both;}
a { color: #000; text-decoration: none;}
a:visited, a:hover, a:active { text-decoration: none;}
.fl { float: left;}
.fr { float: right;}

.icon { display: block; width: 100%; height: 100%;}
.cover, .cover1 { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.cover { width: 100%; height: 100%; object-fit: cover;}
.cover1 { max-width: 100%; max-height: 100%; margin: auto;}
.cover2 { max-width: 80%; max-height: 80%; margin: auto;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width: 3px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color: #f0f0f0;}/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb { background-color: #fd0909;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #fd0909;}  /* 滚动条滑块点击状态 */


.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1440px) {
  .w1400 { width: 1280px;}
}
@media (max-width:1280px) {
  .w1400 { width: 1080px;}
}
@media (max-width:1080px) {
  .w1400 { width: 94%;}
}


/*lyTop start*/
.lyTop { width: 100%; padding: 0 3%; position: fixed; left: 0; top: 0; z-index: 999;}
.lyTop.fxd, .lyTop.nyProShowTop { background-color: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .06);}
.lyTop a.lyLogo { display: -webkit-flex; display: flex; align-items: center; height: 60px; overflow: hidden; margin: 20px 0; float: left;}
.lyTop a.lyLogo img { max-height: 100%;}
.lyTop a.lyLogo img.logo1, .lyTop.fxd a.lyLogo img.logo2, .lyTop.nyProShowTop a.lyLogo img.logo2 { display: block;}
.lyTop.fxd a.lyLogo img.logo1, .lyTop.nyProShowTop a.lyLogo img.logo1, .lyTop a.lyLogo img.logo2 { display: none;}

.lyTop .lyNav { float: right;}
.lyTop#show .lyNav { display: none;}
.lyNav_list>ul { display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}
.lyNav_list>ul>li { padding: 0 36px; flex-grow: 1; position: relative;}
.lyNav_list>ul>li>a { display: inline-block; height: 100px; overflow: hidden; line-height: 100px; color: #fff; font-size: 16px; vertical-align: middle; position: relative;}
.lyTop.fxd .lyNav_list>ul>li>a, .lyTop.nyProShowTop .lyNav_list>ul>li>a { color: #222;}
.lyTop.fxd .lyNav_list>ul>li:hover>a, .lyTop.fxd .lyNav_list>ul>li.active>a, .lyTop.nyProShowTop .lyNav_list>ul>li:hover>a, .lyTop.nyProShowTop .lyNav_list>ul>li.active>a { color: #fd0909;}
.lyNav_list>ul>li>a::after { content: ''; display: block; width: 0; height: 2px; background-color: #fd0909; 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>a::after, .lyNav_list>ul>li.active>a::after { width: 100%;}
.lyTop.fxd .lyNav_list>ul>li>a::after, .lyTop.nyProShowTop .lyNav_list>ul>li>a::after { background-color: #fd0909;}

.lyNav_list>ul>li i { display: inline-block; width: 10px; height: 10px; margin: -2px 0 0 2px; vertical-align: middle;}
.lyTop.fxd .lyNav_list>ul>li i svg path, .lyTop.nyProShowTop .lyNav_list>ul>li i svg path { fill: #999999;}
.lyTop.fxd .lyNav_list>ul>li:hover i svg path, .lyTop.nyProShowTop .lyNav_list>ul>li:hover i svg path { fill: #fd0909;}

.lyNav_list>ul>li ul { width: auto; overflow: hidden; padding: 5px; background-color: #fff; -webkit-box-shadow: 0 0 10px rgb(0, 0, 0, .1); box-shadow: 0 0 10px rgb(0, 0, 0, .1); position: absolute; left: 50%; top: 100%; z-index: 2; opacity: 0; visibility: hidden; transform: translate(-50%, 20px); -webkit-transform: translate(-50%, 20px); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNav_list>ul>li:hover ul, .lyNav_list>ul>li.on ul { opacity: 1; visibility: visible; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0);}
.lyNav_list>ul>li ul li a { display: block; line-height: 20px; overflow: hidden; color: #222; font-size: 14px; text-transform: capitalize; white-space: nowrap; padding: 5px 10px;}
.lyNav_list>ul>li ul li a:hover { color: #fff; background-color: #fd0909;}

.lyTop .lyForm { margin: 28px 0; position: relative; float: right;}
.lyForm em.open { display: block; width: 44px; height: 44px; padding: 10px; cursor: pointer; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lyTop.fxd .lyForm em.open svg path, .lyTop.nyProShowTop .lyForm em.open svg path { fill: #222222;}
.lyTop.fxd .lyForm em.open:hover svg path, .lyTop.nyProShowTop .lyForm em.open:hover svg path { fill: #fd0909;}
.lyTop#show .lyForm em.open { opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}

.lyForm form { position: absolute; top: 0; right: 44px; z-index: 99; width: 360px; height: 44px; overflow: hidden; background-color: #fff; border-radius: 22px; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); transform-origin: right center; opacity: 0; filter: Alpha(opacity=0);}
.lyTop.fxd .lyForm form, .lyTop.nyProShowTop .lyForm form { background-color: #f5f5f5;}
.lyForm .lyForm_ipt { float: left; width: calc(100% - 50px); height: 44px; overflow: hidden; line-height: 44px; color: #222; font-size: 14px; text-transform: capitalize; white-space: nowrap; text-overflow: ellipsis; padding: 0 0 0 22px; background: none; border: 0; outline: none;}
.lyForm .lyForm_ipt::placeholder { color: #999;}
.lyForm .lyForm_btn { float: right; width: 50px; height: 44px; overflow: hidden; font-size: 0; background-color: #fd0909; 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: 10px;}
.lyTop.fxd .lyForm .lyForm_btn, .lyTop.nyProShowTop .lyForm .lyForm_btn { background-color: #fd0909;}
.lyTop#show .lyForm form { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}

.lyForm em.close { display: block; width: 44px; height: 44px; overflow: hidden; padding: 10px; cursor: pointer; position: absolute; top: 0; right: 0; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); opacity: 0; filter: Alpha(opacity=0);}
.lyTop.fxd .lyForm em.close svg path, .lyTop.nyProShowTop .lyForm em.close svg path { fill: #222222;}
.lyTop.fxd .lyForm em.close:hover svg path, .lyTop.nyProShowTop .lyForm em.close:hover svg path { fill: #fd0909;}
.lyTop#show .lyForm em.close { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}

.lyQuote { margin: 30px 0; padding: 0 30px; float: right;}
.lyTop#show .lyQuote { width: 0; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}
.lyQuote a { display: block; height: 40px; overflow: hidden; line-height: 38px; color: #fff; font-size: 16px; padding: 0 20px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 20px;}
.lyQuote a i { display: inline-block; vertical-align: middle; width: 19px; height: 19px; overflow: hidden; margin: -2px 8px 0 0;}
.lyTop.fxd .lyQuote a, .lyTop.nyProShowTop .lyQuote a, .lyQuote a:hover { color: #fff; background-color: #fd0909; border: 1px solid #fd0909;}
.lyTop.fxd .lyQuote a i svg path, .lyTop.nyProShowTop .lyQuote a i svg path, .lyQuote a:hover i svg path { fill: #fff;}


.lyTop .lyLanguage { margin: 30px 0; padding-left: 30px; float: right; position: relative;}
.lyLanguage a.lyLang_btn { display: block; height: 40px; line-height: 40px; color: #fff; font-size: 16px;}
.lyTop.fxd .lyLanguage a.lyLang_btn, .lyTop.nyProShowTop .lyLanguage a.lyLang_btn { color: #222;}
.lyTop.fxd .lyLanguage a.lyLang_btn:hover, .lyTop.nyProShowTop .lyLanguage a.lyLang_btn:hover { color: #fd0909;}
.lyLanguage a.lyLang_btn i { display: block; width: 18px; height: 18px; margin: 10px 10px 10px 0; float: left;}
.lyTop.fxd .lyLanguage a.lyLang_btn i svg path, .lyTop.nyProShowTop .lyLanguage a.lyLang_btn i svg path { fill: #222;}
.lyTop.fxd .lyLanguage a.lyLang_btn:hover i svg path, .lyTop.nyProShowTop .lyLanguage a.lyLang_btn:hover i svg path { fill: #fd0909;}

.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 em.lyLang_close { display: block; width: 40px; height: 40px; overflow: hidden; padding: 10px; cursor: pointer; float: right;}
.lyLang_pop h3 em.lyLang_close:hover svg path { fill: #fd0909;}
.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: #f8f8f8; border-radius: 4px; position: relative;}
.lyLang_pop ul li.cur a, .lyLang_pop ul li:hover a { color: #fff; background-color: #fd0909;}
.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*/


.lyTitle { margin-bottom: 40px;}
.lyTitle p { line-height: 40px; color: #222; font-size: 40px; font-weight: bold; text-align: center;}
.lyTitle p em { color: #fd0909; font-size: 40px; font-style: normal;}
.lyTitle span { display: block; line-height: 24px; color: #222; font-size: 18px; font-weight: bold; text-align: center; margin-top: 12px;}


/*lyFoot start*/
.lyFoot { overflow: hidden; background-color: #181818; border-radius: 40px 40px 0 0; position: relative;}
.lyFoot_main { display: flex; padding: 60px 0;}
.lyFoot_main .lyFoot_left { width: 30%; padding-right: 120px;}
.lyFoot_left a.lyFoot_logo { display: -webkit-flex; display: flex; align-items: center; height: 60px; overflow: hidden;}
.lyFoot_left a.lyFoot_logo img { max-height: 100%;}
.lyFoot_left p.dec { line-height: 24px; color: rgba(255, 255, 255, .45); font-size: 14px; word-break: keep-all; text-align: justify; margin: 40px 0;}
.lyFoot_left .lyFoot_ewm i { display: block; width: 120px; height: 120px; overflow: hidden; position: relative;}
.lyFoot_left .lyFoot_ewm span { display: block; width: 120px; line-height: 24px; color: rgba(255, 255, 255, .45); font-size: 16px; text-align: center; margin-top: 6px;}

.lyFoot_main .lyFoot_right { width: 70%;}
.lyFoot_right ul { display: flex; align-items: center; justify-content: space-between;}
.lyFoot_right ul li { min-width: 150px; max-width: 40%;}
.lyFoot_right ul li .lyFoot_tit { line-height: 24px; color: #fff; font-size: 18px; font-weight: bold; margin-bottom: 30px; padding-bottom: 16px; position: relative;}
.lyFoot_right ul li .lyFoot_tit::after { content: ''; display: block; width: 100%; height: 1px; background-color: rgba(255, 255, 255, .1); position: absolute; left: 0; bottom: 0;}
.lyFoot_list a { display: block; height: 24px; overflow: hidden; line-height: 24px; color: rgba(255, 255, 255, .45); font-size: 16px; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; margin: 10px 0;}
.lyFoot_list a:hover { color: #fff;}
.lyFoot_lxfs p { min-height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 24px; padding-left: 60px; position: relative;}
.lyFoot_lxfs p:last-child { margin-bottom: 0;}
.lyFoot_lxfs p i { display: block; width: 40px; height: 40px; overflow: hidden; padding: 10px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; position: absolute; left: 0; top: 0;}
.lyFoot_lxfs p span { color: rgba(255, 255, 255, .45); font-size: 16px; font-style: normal; font-weight: normal; padding-right: 10px;}

.lyShare { display: flex; margin-top: 60px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 8px;}
.lyShare p { width: 75%; line-height: 30px; color: #fff; font-size: 16px; font-weight: bold; font-style: italic; text-align: center; padding: 23px 10px; border-right: 1px solid rgba(255, 255, 255, .1);}
.lyShare p::before { content: ''; display: inline-block; width: 6px; height: 6px; overflow: hidden; margin: -2px 8px 0 0; background-color: #fd0909; border-radius: 50%; vertical-align: middle;}
.lyShare dl { width: 25%; padding: 20px 10px; display: flex; align-items: center; justify-content: center;}
.lyShare dl dd { padding: 0 6px;}
.lyShare dl dd a { display: block; width: 36px; height: 36px; overflow: hidden; padding: 10px; background-color: #fd0909; border-radius: 50%;}

.lyShare .sharethis-inline-share-buttons { width: 25%; padding: 20px 10px; display: flex; align-items: center; justify-content: center;}
.lyShare .sharethis-inline-share-buttons .st-btn { min-width: 40px !important; padding: 0 8px !important; margin: 0 10px 0 0 !important;}
.lyShare .sharethis-inline-share-buttons .st-btn:last-child { margin: 0 !important;}
.lyShare .sharethis-inline-share-buttons .st-btn .st-label { display: none !important;}
.lyShare #st-1 .st-btn > img { width: 24px !important; height: 24px !important; top: 8px !important;}

.lyLinks { display: flex; overflow: hidden; padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, .1);}
.lyLinks span { display: block; width: 150px; line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 16px;}
.lyLinks span i { display: block; width: 20px; height: 20px; overflow: hidden; margin: 5px 6px 5px 0; float: left; opacity: .25;}
.lyLinks p { width: calc(100% - 150px); line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 16px;}
.lyLinks p a { display: inline-block; line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 16px; vertical-align: top; padding: 0 10px;}
.lyLinks p a:hover { color: #fff;}

.lyFoot_copy { overflow: hidden; padding: 15px 0; background-color: #fd0909;}
.lyFoot_copy p { line-height: 30px; color: rgba(255, 255, 255, .65); font-size: 15px;}
.lyFoot_copy p a { color: rgba(255, 255, 255, .65); font-size: 15px;}
.lyFoot_copy p a:hover { color: #fff;}
/*lyFoot end*/


/*lyView start*/
.lyView { border-radius: 30px; background-color: #fd0909; position: fixed; top: 60%; right: 0; z-index: 99; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyView_tel, .lyView_code { border-bottom: 1px solid rgba(255, 255, 255, .45); position: relative;}
.lyView_tel a, .lyView_code a, .lyView_top a { display: block; width: 60px; height: 60px; overflow: hidden; padding: 18px;}
.lyView_tel p { display: none; width: auto; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 24px; font-weight: bold; white-space: nowrap; padding: 0 30px; background-color: #fd0909; border-radius: 30px; position: absolute; top: 0; right: 62px;}
.lyView_tel:hover a { border-radius: 0;}
.lyView_tel:hover p { display: block;}

.lyView_code { display: none;}
.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); border-radius: 4px; position: absolute; top: 0; right: 62px;}
.lyView_code:hover p { display: block;}
.lyView_code p img { display: block; width: 100%; height: auto; margin: 0 auto 10px;}
.lyView_code p span { display: block; line-height: 20px; color: #222; font-size: 14px; text-align: center;}

/*lyView end*/


/*nyBanner start*/
.nyBanner { height: 640px; overflow: hidden; position: relative;}
.nyBanner .nyBa_con { position: absolute; left: 50%; top: 50%; z-index: 1; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyBa_con .nyBa_tit { margin-bottom: 40px;}
.nyBa_con .nyBa_tit p { line-height: 1; color: #fff; font-size: 54px; font-weight: bold;}
.nyBa_con .nyBa_tit::after { content: ''; display: block; width: 48px; height: 3px; overflow: hidden; background-color: #fd0909; margin-top: 20px;}

.nyLocation { width: 50%; padding-left: 26px; position: relative;}
.nyLocation em { display: block; width: 16px; height: 16px; overflow: hidden; position: absolute; left: 0; top: 6px;}
.nyLocation p { height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; text-transform: capitalize; white-space: nowrap; text-overflow: ellipsis;}
.nyLocation p a { display: inline-block; line-height: 30px; color: #fff; font-size: 16px; text-transform: capitalize; vertical-align: top;}
.nyLocation p a:hover { color: #fd0909;}
.nyLocation p i { display: inline-block; width: 10px; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; text-align: center; margin: 0 6px; vertical-align: top;}
/*nyBanner end*/


/*nyMenu start*/
.nyMenu { overflow: hidden; padding: 60px 0;}
.nyMenu a { display: block; min-width: 200px; height: 60px; overflow: hidden; line-height: 58px; color: #fd0909; font-size: 18px; text-align: center; margin-right: 30px; padding: 0 30px; background-color: rgba(0, 0, 0, 0); border: 1px solid #fd0909; border-radius: 30px; float: left;}
.nyMenu a:last-child { margin-right: 0;}
.nyMenu a i { display: inline-block; width: 24px; height: 24px; overflow: hidden; vertical-align: middle; margin: -4px 10px 0 0;}
.nyMenu a:hover, .nyMenu a.active { color: #fff; background-color: #fd0909;}
.nyMenu a:hover i svg path, .nyMenu a.active i svg path { fill: #fff;}
/*nyMenu end*/


/*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: #f8f8f8; border-radius: 4px;}
.nyPage1 a { background-color: #fff;}
.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: #fd0909 !important;}
.nyPage a.prev, .nyPage a.next { padding: 15px;}
.nyPage a.prev:hover, .nyPage a.next:hover { background-color: #fd0909;}
.nyPage a.prev:hover svg path, .nyPage a.next:hover svg path { fill: #ffffff;}

.nyPage span { display: inline-block; height: 44px; line-height: 44px; font-size: 16px; vertical-align: top; margin: 0 3px;}
.nyPage span input#ye { display: inline-block; width: 64px; height: 44px; line-height: 44px; color: #555; font-size: 18px; text-align: center; background-color: #f8f8f8; border-radius: 4px; border: 0; outline: none; vertical-align: top; margin: 0 3px;}
.nyPage1 span input#ye { background-color: #fff;}
.nyPage span input#ybtn {display: inline-block; width: 44px; height: 44px; line-height: 44px; color: #fff; font-size: 18px; text-align: center; background-color: #fd0909; border-radius: 4px; border: 0; outline: none; vertical-align: middle; margin: 0 0 0 3px; cursor: pointer;}
/*nyPage end*/


@media (max-width:1680px) {
  .lyTop a.lyLogo { height: 50px; margin: 15px 0;}

  .lyTop .lyLanguage { margin: 20px 0;}

  .lyTop .lyForm { margin: 18px 0;}

  .lyQuote { margin: 20px 0;}

  .lyNav_list>ul>li { padding: 0 30px;}
  .lyNav_list>ul>li>a { height: 80px; line-height: 80px;}
  .lyNav_list>ul>li>a::after { bottom: 15px;}
  
  .lyFoot { border-radius: 30px 30px 0 0;}

  .lyView { border-radius: 25px;}
  .lyView_tel a, .lyView_code a, .lyView_top a { width: 50px; height: 50px; padding: 16px;}
  .lyView_tel p { height: 50px; line-height: 50px; font-size: 22px; padding: 0 25px; border-radius: 25px; right: 52px;}

  .nyBanner { height: 560px;}
  .nyBa_con .nyBa_tit { margin-bottom: 30px;}
  .nyBa_con .nyBa_tit p { font-size: 50px;}
  .nyBa_con .nyBa_tit::after { margin-top: 15px;}

  .nyMenu { padding: 40px 0;}  

}

@media (max-width:1600px) {
  .nyBanner { height: 540px;}
}

@media (max-width:1560px) {
  .nyBanner { height: 520px;}
}

@media (max-width:1440px) {
  .lyTop .lyLanguage { padding-left: 24px;}

  .lyQuote, .lyQuote a { padding: 0 24px;}

  .lyNav_list>ul>li { padding: 0 24px;}

  .lyTitle { margin-bottom: 30px;}
  .lyTitle p { line-height: 36px; font-size: 36px;}
  .lyTitle p em { font-size: 36px;}
  .lyTitle span { font-size: 16px; margin-top: 10px;}

  .lyFoot_main { padding: 50px 0;}
  .lyFoot_main .lyFoot_left { padding-right: 100px;}
  .lyFoot_left p.dec { margin: 30px 0;}
  .lyFoot_left .lyFoot_ewm span { font-size: 15px;}
  .lyFoot_right ul li .lyFoot_tit { margin-bottom: 25px; padding-bottom: 15px;}
  .lyFoot_list a { font-size: 15px;}
  .lyFoot_lxfs p { margin-bottom: 20px; padding-left: 55px;}
  .lyFoot_lxfs p span { font-size: 15px;}
  .lyShare { margin-top: 40px;}
  .lyShare p { line-height: 24px; padding: 20px 10px;}

  .lyLinks span { width: 140px; font-size: 15px;}
  .lyLinks p { width: calc(100% - 140px); font-size: 15px;}
  .lyLinks p a { font-size: 15px; padding: 0 8px;}

  .lyView { border-radius: 22px;}
  .lyView_tel a, .lyView_code a, .lyView_top a { width: 44px; height: 44px; padding: 14px;}
  .lyView_tel p { height: 44px; line-height: 44px; font-size: 22px; padding: 0 20px; border-radius: 22px; right: 46px;}

  .nyBanner { height: 480px;}
  .nyBa_con .nyBa_tit { margin-bottom: 24px;}
  .nyBa_con .nyBa_tit p { font-size: 44px;}
  .nyBa_con .nyBa_tit::after { width: 42px; margin-top: 12px;}
  .nyLocation p, .nyLocation p a, .nyLocation p i { font-size: 15px;}

  .nyMenu a { min-width: 160px; height: 50px; line-height: 48px; font-size: 16px; margin-right: 20px; padding: 0 20px; border-radius: 25px;}
  .nyMenu a i { width: 20px; height: 20px;}
}

@media (max-width:1366px) {
  .nyBanner { height: 460px;}
}

@media (max-width:1280px) {
  .lyTop .lyLanguage { padding-left: 20px;}

  .lyQuote, .lyQuote a { padding: 0 20px;}

  .lyNav_list>ul>li { padding: 0 20px;}
  
  .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 em.lyLang_close { width: 30px; height: 30px; padding: 5px;}
  .lyLang_pop ul li a { height: 44px; font-size: 14px; padding: 7px 30px 7px 44px;}

  .lyTitle p { line-height: 32px; font-size: 32px;}
  .lyTitle p em { font-size: 32px;}

  .lyFoot_main { padding: 40px 0;}
  .lyFoot_main .lyFoot_left { padding-right: 60px;}
  .lyFoot_right ul li { min-width: 120px;}
  .lyShare p { width: 70%;}
  .lyShare dl { width: 30%;}
  .lyShare .sharethis-inline-share-buttons { width: 30%;}
  .lyLinks { padding: 20px 0;}
  .lyFoot_copy p { float: none !important;}

  .lyView_tel a, .lyView_code a, .lyView_top a { width: 44px; height: 44px; padding: 12px;}
  .lyView_tel p { height: 44px; line-height: 44px; font-size: 20px; padding-left: 12px; right: 44px;}

  .nyBanner { height: 440px;}
  .nyBa_con .nyBa_tit { margin-bottom: 20px;}
  .nyBa_con .nyBa_tit p { font-size: 40px;}
  .nyBa_con .nyBa_tit::after { width: 40px; height: 2px; margin-top: 10px;}
}

@media (max-width:1200px) {

  .nyBanner { height: 400px;}
  .nyBa_con .nyBa_tit p { font-size: 36px;}
  .nyBa_con .nyBa_tit::after { width: 36px;}
}

@media (max-width:1080px) {
  .lyTop a.lyLogo { height: 44px; margin: 13px 0;}

  .lyTop .lyLanguage { margin: 15px 0;}

  .lyTop .lyForm { margin: 13px 0;}

  .lyQuote { margin: 15px 0;}

  .lyNav .lyNav_list { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: -100%; z-index: 9999;}
  .lyNav .lyNav_list.open { left: 0;}
  .lyNav_list>ul { width: 50%; height: 100%; background-color: #fff; position: relative; z-index: 9999; display: block; align-items: inherit; justify-content: inherit; }  
  .lyNav_list>ul>li { padding: 0;}
  .lyNav_list>ul>li>a { display: block; width: 100%; height: 60px; line-height: 60px; color: #222; font-size: 16px; text-align: left; padding: 0 60px 0 30px; border-bottom: 1px solid rgba(85, 87, 89, 0.1);}
  .lyNav_list>ul>li:hover>a, .lyNav_list>ul>li.active>a { color: #fd0909; border-bottom: 1px solid #fd0909;}
  .lyNav_list>ul>li>a::after { height: 1px; bottom: -1px;}

  .lyNav_list>ul>li i { display: block; width: 60px; height: 60px; margin: 0; padding: 23px; position: absolute; top: 0; right: 0;}
  .lyNav_list>ul>li i svg path { fill: #999;}
  .lyNav_list>ul>li.on i { transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
  .lyNav_list>ul>li.on i svg path { fill: #fd0909;}
  .lyNav_list>ul>li ul { display: none; width: 100%; padding: 10px 30px; border-radius: 0; box-shadow: none; border-bottom: 1px solid rgba(85, 87, 89, 0.1); position: inherit; left: inherit; top: inherit; opacity: 1; visibility: visible; transform: translate(0, 0); -webkit-transform: translate(0, 0);}
  .lyNav_list>ul>li.on ul { display: block; transform: translate(0, 0); -webkit-transform: translate(0, 0);}
  .lyNav_list>ul>li ul li a { height: 40px; line-height: 40px; color: #555; text-align: left; padding: 0 10px 0 25px; border: 0; position: relative;}
  .lyNav_list>ul>li ul li a::before { content: ''; display: block; width: 5px; height: 2px; margin-top: -1px; background-color: #fd0909; position: absolute; left: 10px; top: 50%;}
  .lyNav_list>ul>li ul li a:hover::before { background-color: #fff;}
  .lyNav .lyNav_btn { display: block; width: 44px; height: 44px; margin: 13px 0; padding: 13px 11px;}
  .lyNav_btn i { display: block; height: 2px; background-color: #fff; margin: 6px 0;}
  .lyNav_btn::before, .lyNav_btn::after { content: ''; display: block; height: 2px; background-color: #fff;}
  .lyTop.fxd .lyNav_btn i, .lyTop.fxd .lyNav_btn::before, .lyTop.fxd .lyNav_btn::after { background-color: #222;}
  .lyNav_list .lyNav_mask { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0; z-index: 9998;}

  .lyTitle p { line-height: 30px; font-size: 30px;}
  .lyTitle p em { font-size: 30px;}

  .lyFoot_main .lyFoot_left { width: 100%; padding: 0 40% 0 0; position: relative;}
  .lyFoot_left a.lyFoot_logo { height: 48px;}
  .lyFoot_left p.dec { margin: 30px 0 0;}
  .lyFoot_left .lyFoot_ewm { position: absolute; top: 0; right: 0;}
  .lyFoot_main .lyFoot_right { display: none;}

  .nyBanner { height: 360px;}
  .nyBa_con .nyBa_tit p { font-size: 32px;}

  .nyMenu { padding: 30px 0;}
}

@media (max-width:1024px) {

  .nyBanner { height: 350px;}
}

@media (max-width:920px) {

  .lyLang_pop { width: 90%;}

  .lyTitle { margin-bottom: 24px;}

  .lyFoot { border-radius: 20px 20px 0 0;}
  .lyFoot_left a.lyFoot_logo { height: 44px;}

  .nyBanner { height: 320px;}
  .nyBanner .nyBa_con { top: 60%;}
  .nyBa_con .nyBa_tit p { font-size: 30px;}
  .nyBa_con .nyBa_tit::after { width: 32px;}
  .nyLocation { width: 100%;}

  .nyMenu { padding: 20px 0;}
  .nyMenu a { min-width: 150px; height: 44px; line-height: 42px; font-size: 15px; border-radius: 22px;}

  .nyPage { line-height: 40px; font-size: 16px;}
  .nyPage a { width: 40px; height: 40px; margin: 0 2px;}
  .nyPage a.pnnum, .nyPage a.pnnum1 { line-height: 40px; font-size: 16px;}
  .nyPage a.prev, .nyPage a.next { padding: 14px;}

  .nyPage span { height: 40px; line-height: 40px;}
  .nyPage span input#ye { width: 50px; height: 40px; line-height: 40px; font-size: 16px;}  
  .nyPage span input#ybtn { width: 40px; height: 40px; line-height: 40px; font-size: 16px;}

}

@media (max-width:820px) {

  .nyBanner { height: 280px;}
}

@media (max-width:767px) {
  .lyTop { background-color: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .06);}
  .lyTop a.lyLogo { height: 40px; margin: 12px 0;}
  .lyTop a.lyLogo img.logo1 { display: none;}
  .lyTop a.lyLogo img.logo2 { display: block;}

  .lyTop .lyLanguage a.lyLang_btn i svg path { fill: #222;}
  .lyTop .lyLanguage a.lyLang_btn:hover i svg path { fill: #fd0909;}

  .lyTop .lyLanguage { margin: 12px 0; padding: 0;}
  .lyLanguage a.lyLang_btn { padding: 0 10px;}
  .lyLanguage a.lyLang_btn i { width: 20px; height: 20px; margin: 10px 0;}
  .lyLanguage a.lyLang_btn span { display: none;}

  .lyTop .lyForm { margin: 12px 0;}
  .lyForm em.open, .lyForm em.close { width: 40px; height: 40px; padding: 8px;}
  .lyTop .lyForm em.open svg path, .lyTop .lyForm em.close svg path { fill: #222222;}
  .lyTop .lyForm em.open:hover svg path, .lyTop .lyForm em.close:hover svg path { fill: #fd0909;}

  .lyQuote { display: none;}

  .lyNav .lyNav_btn { width: 40px; height: 40px; margin: 12px 0; padding: 12px 11px;}
  .lyNav_btn i { margin: 5px 0;}
  .lyTop .lyNav_btn i, .lyTop .lyNav_btn::before, .lyTop .lyNav_btn::after { background-color: #222;}
  .lyTop .lyNav_btn:hover i, .lyTop .lyNav_btn:hover::before, .lyTop .lyNav_btn:hover::after { background-color: #fd0909;}

  .lyNav_list>ul { width: 60%;}
  .lyNav_list>ul>li>a { height: 50px; line-height: 50px; padding: 0 40px 0 20px;}
  .lyNav_list>ul>li i { width: 40px; height: 50px; padding: 13px;}
  .lyNav_list>ul>li ul { padding: 10px 20px;}
  .lyNav_list>ul>li ul li a { height: 32px; line-height: 32px;}

  .lyLang_pop ul li { width: 50%;}

  .lyFoot_main, .lyLinks { display: none;}
  .lyFoot_copy { padding: 20px 0; background-color: rgba(0, 0, 0, 0);}
  .lyFoot_copy p, .lyFoot_copy p a { font-size: 14px;}

  .lyTitle p, .lyTitle p em { font-size: 28px;}

  .nyPage { font-size: 0;}
  .nyPage a.pnnum, .nyPage span { display: none;}

  .nyBanner { height: 220px; margin-top: 64px;}
  .nyBanner .nyBa_con { top: 50%;}
  .nyBa_con .nyBa_tit { margin-bottom: 10px;}
  .nyBa_con .nyBa_tit p { font-size: 28px;}

  .nyMenu a { min-width: inherit; height: 40px; line-height: 38px; font-size: 14px; margin-right: 12px; border-radius: 20px;}
  .nyMenu a i { width: 16px; height: 16px; margin: -4px 6px 0 0;}
}
  
@media (max-width:390px) {
  .nyBanner { height: 180px;}

  .nyMenu a { margin-right: 10px; padding: 0 18px;}
}

@media (max-width:320px) {

  .lyLang_pop ul li { width: 100%;}

  .nyBanner { height: 160px;}
  .nyBa_con .nyBa_tit p { font-size: 24px;}

  .nyMenu a { font-size: 12px; margin-right: 5px; padding: 0 15px;}
}

