* { 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 '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Arial', '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, .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: 0;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color: #f6f6f6;}/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb { background-color: #2a7570;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #2a7570;}  /* 滚动条滑块点击状态 */


.w1300 { width: 1300px; margin: 0 auto;}
@media (max-width:1366px) {
  .w1300 { width: 1200px;}
}
@media (max-width:1280px) {
  .w1300 { width: 1080px;}
}
@media (max-width:1080px) {
  .w1300 { width: 94%;}
}


/*lyTop start*/
.lyTop { width: 100%; position: fixed; left: 0; top: 0; z-index: 9999;}
.lyTop.fxd, .lyTop:hover { background-color: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .06);}
.lyTop.nyProShowTop { background-color: #fff; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.lyTop.nyProShowTop::before { content: ''; display: block; width: 100%; height: 1px; background-color: #e6e6e6; position: absolute; left: 0; bottom: 0;}
.lyTop::after { content: ''; display: block; width: 100%; height: 1px; background-color: rgba(255, 255, 255, .1); position: absolute; left: 0; bottom: 0;}
.lyTop .lyTop_main { display: flex; align-items: center; justify-content: space-between;}
.lyTop_main a.lyLogo { display: -webkit-flex; display: flex; align-items: center; height: 50px; overflow: hidden; margin: 20px 0; float: left;}
.lyTop_main a.lyLogo img { max-height: 100%;}

.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 24px; flex-grow: 1; display: flex; align-items: center;}
.lyNav_list>ul>li>a { display: inline-block; height: 90px; overflow: hidden; line-height: 90px; color: #fff; font-size: 16px; vertical-align: middle; position: relative;}
.lyTop.fxd .lyNav_list>ul>li>a, .lyTop:hover .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:hover .lyNav_list>ul>li:hover>a, .lyTop:hover .lyNav_list>ul>li.active>a, .lyTop.nyProShowTop .lyNav_list>ul>li:hover>a, .lyTop.nyProShowTop .lyNav_list>ul>li.active>a { color: #2a7570;}
.lyNav_list>ul>li>a::after { content: ''; display: block; width: 0; height: 2px; background-color: #fff; position: absolute; left: 0; bottom: 0; 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:hover .lyNav_list>ul>li>a::after, .lyTop.nyProShowTop .lyNav_list>ul>li>a::after { background-color: #2a7570;}

.lyNav_list>ul>li i { display: block; width: 10px; height: 10px; margin-left: 5px;}
.lyTop.fxd .lyNav_list>ul>li i svg path, .lyTop:hover .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:hover .lyNav_list>ul>li:hover i svg path, .lyTop.nyProShowTop .lyNav_list>ul>li:hover i svg path { fill: #2a7570;}

.lyNav_list>ul>li .navPro_dropdown { width: 100%; height: 0; overflow: hidden; 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 .navPro_dropdown, .lyNav_list>ul>li.on .navPro_dropdown { height: auto; opacity: 1; visibility: visible; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0);}
.navPro_dropdown .navPro_main { display: flex; align-items: center; justify-content: space-between;}
.navPro_dropdown .navPro_main .navPro_left { width: 40%; overflow: hidden; padding: 60px 60px 60px 0; display: flex; align-items: center; justify-content: space-between;}
.navPro_left .pics { width: 60%; height: 180px; overflow: hidden; border-radius: 8px; position: relative;}
.navPro_left .text { width: 40%; padding-left: 30px;}
.navPro_left .text span { display: block; line-height: 32px; color: #222; font-size: 24px; font-weight: bold; margin-bottom: 20px; padding-bottom: 24px; position: relative;}
.navPro_left .text span::after { content: ''; display: block; width: 40px; height: 4px; background-color: #2a7570; border-radius: 2px; position: absolute; left: 0; bottom: 0;}
.navPro_left .text p { line-height: 25px; color: #999; font-size: 15px;}
.navPro_dropdown .navPro_main .navPro_right { width: 60%; overflow: hidden; padding: 60px 0 60px 60px; border-left: 1px solid #e6e6e6;}
.navPro_right dl { display: flex;}
.navPro_right dl dd { width: calc((100% - 60px) / 3); margin-right: 30px;}
.navPro_right dl dd:last-child { margin-right: 0;}
.navPro_right dl dd a.frst { display: inline-block; vertical-align: top; width: auto; max-width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 20px; padding: 0; position: relative;}
.navPro_right dl dd a.frst i { display: block; width: 20px; height: 20px; overflow: hidden; padding: 0; position: absolute; top: 50%; right: -20px; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.navPro_right dl dd a.frst:hover { color: #2a7570; padding: 0 25px 0 0;}
.navPro_right dl dd a.frst:hover i { right: 0;}
.navPro_right dl dd a.scd { display: block; line-height: 25px; color: #777; font-size: 15px; padding: 5px 0;}
.navPro_right dl dd a.scd:hover { color: #2a7570;}

.lyNav_list>ul>li .navDropdown { width: 100%; height: 0; overflow: hidden; 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 .navDropdown, .lyNav_list>ul>li.on .navDropdown { height: auto; opacity: 1; visibility: visible; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0);}
.lyNav_list>ul>li .navDropdown dl dd { overflow: hidden; padding: 5px 10px; border-bottom: 1px solid #e6e6e6;}
.lyNav_list>ul>li .navDropdown dl dd:last-child { border-bottom: 0;}
.lyNav_list>ul>li .navDropdown dl dd a { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #666; font-size: 15px; text-align: center; white-space: nowrap; text-overflow: ellipsis;}
.lyNav_list>ul>li .navDropdown dl dd a:hover { color: #2a7570;}

.lyTop_right { display: flex; align-items: center; justify-content: space-between;}
.lyTop_right .lyForm { margin: 23px 0; position: relative;}
.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:hover .lyForm em.open svg path, .lyTop.nyProShowTop .lyForm em.open svg path { fill: #222222;}
.lyTop.fxd .lyForm em.open:hover svg path, .lyTop:hover .lyForm em.open:hover svg path, .lyTop.nyProShowTop .lyForm em.open:hover svg path { fill: #2a7570;}
.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; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); transform-origin: right center; opacity: 0; filter: Alpha(opacity=0);}
.lyForm .lyForm_ipt { float: left; width: calc(100% - 20px); height: 44px; overflow: hidden; line-height: 44px; color: #222; font-size: 14px; font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Arial', 'Helvetica', 'sans-serif'; text-transform: capitalize; white-space: nowrap; text-overflow: ellipsis; padding: 0 25px 0 22px; background-color: #fff; border-radius: 22px 0 0 22px; border: 0; outline: none;}
.lyTop.fxd .lyForm .lyForm_ipt, .lyTop:hover .lyForm .lyForm_ipt, .lyTop.nyProShowTop .lyForm .lyForm_ipt { background-color: #f5f5f5;}
.lyForm .lyForm_ipt::placeholder { color: #999;}
.lyForm .lyForm_btn { float: right; width: 50px; height: 44px; overflow: hidden; font-size: 0; margin-left: -30px; background-color: #2a7570; border-radius: 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:hover .lyForm .lyForm_btn, .lyTop.nyProShowTop .lyForm .lyForm_btn { background-color: #2a7570;}
.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; opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}
.lyTop.fxd .lyForm em.close svg path, .lyTop:hover .lyForm em.close svg path, .lyTop.nyProShowTop .lyForm em.close svg path { fill: #222222;}
.lyTop.fxd .lyForm em.close:hover svg path, .lyTop:hover .lyForm em.close:hover svg path, .lyTop.nyProShowTop .lyForm em.close:hover svg path { fill: #2a7570;}
.lyTop#show .lyForm em.close { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}


.lyTop_right .lyLanguage { margin: 23px 30px; position: relative;}
.lyLanguage a.lyLang_btn { display: flex; align-items: center; height: 44px; line-height: 44px; color: #fff; font-size: 16px;}
.lyTop.fxd .lyLanguage a.lyLang_btn, .lyTop:hover .lyLanguage a.lyLang_btn, .lyTop.nyProShowTop .lyLanguage a.lyLang_btn { color: #222;}
.lyTop.fxd .lyLanguage a.lyLang_btn:hover, .lyTop:hover .lyLanguage a.lyLang_btn:hover, .lyTop.nyProShowTop .lyLanguage a.lyLang_btn:hover { color: #2a7570;}
.lyLanguage a.lyLang_btn i { display: block; width: 20px; height: 20px; margin-right: 10px;}
.lyLanguage a.lyLang_btn em { display: block; width: 10px; height: 10px; margin-left: 5px;}
.lyTop.fxd .lyLanguage a.lyLang_btn i svg path, .lyTop:hover .lyLanguage a.lyLang_btn i svg path, .lyTop.nyProShowTop .lyLanguage a.lyLang_btn i svg path,
.lyTop.fxd .lyLanguage a.lyLang_btn em svg path, .lyTop:hover .lyLanguage a.lyLang_btn em svg path, .lyTop.nyProShowTop .lyLanguage a.lyLang_btn em svg path { fill: #222;}
.lyTop.fxd .lyLanguage a.lyLang_btn:hover i svg path, .lyTop:hover .lyLanguage a.lyLang_btn:hover i svg path, .lyTop.nyProShowTop .lyLanguage a.lyLang_btn:hover i svg path,
.lyTop.fxd .lyLanguage a.lyLang_btn:hover em svg path, .lyTop:hover .lyLanguage a.lyLang_btn:hover em svg path, .lyTop.nyProShowTop .lyLanguage a.lyLang_btn:hover em svg path { fill: #2a7570;}


.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: capitalize; 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: #2a7570;}
.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: #2a7570;}
.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_right .lyConatct { margin: 23px 0;}
.lyConatct a { display: block; width: auto; height: 44px; overflow: hidden; line-height: 44px; color: #fff; font-size: 16px; padding: 0 24px; background-color: #2a7570; border-radius: 4px;}
/*lyTop end*/


.lyTitle { margin-bottom: 50px;}
.lyTitle p { line-height: 1; color: #222; font-size: 44px; font-weight: bold; text-align: center;}
.lyTitle p em { color: #2a7570; font-size: 44px; font-weight: bold; font-style: normal;}
.lyTitle span { display: block; line-height: 1.5; color: #999; font-size: 16px; text-align: center; margin-top: 20px;}
.lyTitle1 p { color: #fff;}
.lyTitle1 span { color: rgba(255, 255, 255, .45);}


.lyMore a { display: inline-block; vertical-align: top; height: 44px; overflow: hidden; line-height: 44px; color: #fff; font-size: 16px; padding: 0 24px; background-color: #2a7570; border-radius: 4px;}
.lyMore a i { display: inline-block; vertical-align: middle; width: 20px; height: 20px; overflow: hidden; margin: -4px 0 0 10px;}
.lyMore a:hover i { margin: -4px 0 0 20px;}

.lyMore1 a { display: inline-block; vertical-align: top; height: 44px; overflow: hidden; line-height: 42px; color: #2a7570; font-size: 16px; padding: 0 24px; background-color: rgba(0, 0, 0, 0); border: 1px solid #2a7570; border-radius: 4px;}
.lyMore1 a i { display: inline-block; vertical-align: middle; width: 20px; height: 20px; overflow: hidden; margin: -4px 0 0 10px;}
.lyMore1 a:hover { color: #fff; background-color: #2a7570;}
.lyMore1 a:hover i { margin: -4px 0 0 20px;}
.lyMore1 a:hover i svg path { fill: #fff;}


/*lyContact start*/
.lyContact { overflow: hidden; padding: 60px 0; background: url(../images/webp/contactBg.webp) center bottom no-repeat; background-size: cover;}
.lyContact_main { display: flex; align-items: center; justify-content: space-between; position: relative;}
.lyContact_main .lyContact_left { width: 50%; padding-right: 60px;}
.lyContact_left .lyContact_title { line-height: 1; color: #fff; font-size: 44px; font-weight: bold; margin-bottom: 60px;}
.lyContact_left ul { display: flex; flex-wrap: wrap; margin-bottom: -30px;}
.lyContact_left ul li { min-height: 30px; overflow: hidden; margin-bottom: 30px; padding-left: 40px; position: relative;}
.lyContact_left ul li:first-child { margin-right: 50px;}
.lyContact_left ul li i { display: block; width: 26px; height: 26px; overflow: hidden; position: absolute; left: 0; top: 2px; opacity: .45;}
.lyContact_left ul li p { line-height: 26px; color: #fff; font-size: 18px; padding: 2px 0;}

.lyContact_main .lyContact_right { width: 50%; padding-left: 160px; position: relative;}
.lyContact_right dl { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -6px;}
.lyContact_right dl dd { margin-bottom: 16px; padding: 0 6px;}
.lyContact_right dl dd:nth-child(1), .lyContact_right dl dd:nth-child(2) { width: 50%;}
.lyContact_right dl dd:nth-child(4), .lyContact_right dl dd:nth-child(3) { width: 100%;}
.lyContact_right dl dd:last-child { margin: 14px 0 0;}
.lyForm_ipt input { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #222; font-size: 16px; font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Arial', 'Helvetica', 'sans-serif'; white-space: nowrap; text-overflow: ellipsis; padding: 0 24px; background-color: #fff; border-radius: 22px; border: 0; outline: none;}
.lyForm_btn button { display: block; width: 100px; height: 44px; overflow: hidden; line-height: 42px; color: #fff; font-size: 16px; font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Arial', 'Helvetica', 'sans-serif'; text-align: center; background: none; border-radius: 22px; border: 1px solid rgba(255, 255, 255, .45); outline: none; cursor: pointer;}
.lyForm_btn button:hover { border: 1px solid #fff;}
.lyContact_right p.tips { line-height: 26px; color: rgba(255, 255, 255, .45); font-size: 16px; margin-top: 30px;}

.lyContact_main::before { content: ''; display: block; width: 1px; height: 100%; background-color: rgba(255, 255, 255, .25); position: absolute; left: 50%; top: 0;}
/*lyContact end*/


/*lyFoot start*/
.lyFoot { overflow: hidden; background-color: #fff; position: relative;}
.lyFoot_main { display: flex; align-items: center; justify-content: space-between; overflow: hidden; padding: 60px 0;}
.lyFoot_left a.lyFoot_logo { display: -webkit-flex; display: flex; align-items: center; height: 40px; overflow: hidden;}
.lyFoot_left a.lyFoot_logo img { max-height: 100%;}
.lyFoot_left dl { margin-top: 40px;}
.lyFoot_left dl dd { min-height: 26px; overflow: hidden; margin-bottom: 20px; padding-left: 30px; position: relative;}
.lyFoot_left dl dd:last-child { margin-bottom: 0;}
.lyFoot_left dl dd i { width: 16px; height: 16px; overflow: hidden; position: absolute; left: 0; top: 5px;}
.lyFoot_left dl dd:last-child i { width: 18px; height: 18px; left: -1px; top: 4px;}
.lyFoot_left dl dd span { display: block; line-height: 26px; color: #2a7570; font-size: 20px; font-weight: bold;}
.lyFoot_left dl dd p { line-height: 26px; color: #777; font-size: 16px;}

.lyFoot_nav { padding: 0 60px;}
.lyFoot_nav ul { display: flex;}
.lyFoot_nav ul li { max-width: 120px; margin-right: 80px;}
.lyFoot_nav ul li:last-child { margin-right: 0;}
.lyFoot_nav ul li .lyFoot_tit { line-height: 26px; color: #222; font-size: 18px; margin-bottom: 20px; padding-bottom: 10px; position: relative;}
.lyFoot_nav ul li .lyFoot_tit::after { content: ''; display: block; width: 36px; height: 2px; background-color: #2a7570; position: absolute; left: 0; bottom: 0;}
.lyFoot_nav ul li a { display: block; line-height: 26px; color: #777; font-size: 16px; margin-bottom: 10px;}
.lyFoot_nav ul li a:last-child { margin-bottom: 0;}
.lyFoot_nav ul li a:hover { color: #2a7570;}

.lyFoot_right .lyFoot_ewm { width: 120px; margin: 0 auto 20px;}
.lyFoot_ewm p { width: 120px; height: 120px; overflow: hidden; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 4px; position: relative;}
.lyFoot_ewm p::after { content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(31,114,109,.35), rgba(31,114,109,0)); border-top: 2px solid #2a7570; position: absolute; left: 0; top: 0; animation: ani02 1.5s ease infinite alternate;}
@keyframes ani02 {
  0% { top: 0;}
  100% { top: 100%;}
}
.lyFoot_ewm span { display: block; line-height: 24px; color: #777; font-size: 16px; text-align: center; margin-top: 10px;}
.lyFoot_right .lyFoot_share { display: flex; align-items: center; justify-content: center;}
.lyFoot_share a { display: block; width: 36px; height: 36px; overflow: hidden; margin-right: 8px; padding: 8px; background-color: #ddd; border-radius: 50%;}
.lyFoot_share a:last-child { margin-right: 0;}
.lyFoot_share a:hover { background-color: #2a7570;}

/*lyLinks start*/
.lyLinks { display: flex; align-items: center; overflow: hidden; margin-bottom: 40px;}
.lyLinks_title { display: flex; align-items: center; width: 120px;}
.lyLinks_title i { display: block; width: 22px; height: 22px; overflow: hidden; margin-right: 10px;}
.lyLinks_title span { display: block; line-height: 30px; color: #222; font-size: 18px; font-weight: bold;}
.lyLinks_list { display: flex; flex-wrap: wrap; width: calc(100% - 120px);}
.lyLinks_list a { display: block; line-height: 26px; color: #777; font-size: 16px; margin-right: 10px; padding: 2px 5px;}
.lyLinks_list a:last-child { margin-right: 0;}
.lyLinks_list a:hover { color: #2a7570;}
/*lyLinks end*/

.lyFoot_copy { display: flex; flex-wrap: wrap; justify-content: center; overflow: hidden; padding: 20px 0; border-top: 1px solid #e6e6e6;}
.lyFoot_copy p { line-height: 30px; color: #777; font-size: 16px; margin-right: 15px;}
.lyFoot_copy p:last-child { margin-right: 0;}
.lyFoot_copy p a { color: #777; font-size: 16px;}
.lyFoot_copy p a:hover { color: #2a7570;}
/*lyFoot end*/


/*lyView start*/
.lyView { border-radius: 30px; background-color: #2a7570; position: fixed; top: 60%; right: 0; z-index: 998; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyView_tel, .lyView_email, .lyView_code { border-bottom: 1px solid rgba(255, 255, 255, .45); position: relative;}
.lyView_tel a, .lyView_email a, .lyView_code a, .lyView_top a { display: block; width: 60px; height: 60px; overflow: hidden; padding: 18px;}
.lyView_tel p, .lyView_email 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: #2a7570; border-radius: 30px; position: absolute; top: 0; right: 62px;}
.lyView_tel:hover a, .lyView_email:hover a { border-radius: 0;}
.lyView_tel:hover p, .lyView_email: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: 550px; overflow: hidden; position: relative;}
.nyBanner::before { content: ''; display: block; width: 100%; height: 50%; overflow: hidden; background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0)); position: absolute; left: 0; top: 0; z-index: 1;}
.nyBanner .nyBanner_title { position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyBanner .nyBanner_title p { line-height: 1; color: #fff; font-size: 44px; font-weight: bold; text-align: center; text-transform: capitalize;}
/*nyBanner end*/


/*nyMenu start*/
.nyMenu { display: flex; align-items: center; justify-content: center; margin: -35px auto 0; position: relative; z-index: 2;}
.nyMenu ul { display: flex; justify-content: space-between; width: auto; overflow: hidden; padding: 10px 5px; background-color: #fff; box-shadow: 0 8px 36px rgba(0, 0, 0, .05); border-radius: 35px;}
.nyMenu0 ul { width: 100%;}
.nyMenu ul li { flex: 1; padding: 0 5px; position: relative;}
.nyMenu ul li a {  display: flex; align-items: center; justify-content: center; width: 100%; height: 50px; overflow: hidden; background-color: #fff; border-radius: 25px;}
.nyMenu ul li:hover a, .nyMenu ul li.active a { background-color: #2a7570;}
.nyMenu ul li a span { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.nyMenu ul li:hover a span, .nyMenu ul li.active a span { color: #fff;}
.nyMenu ul li::after { content: ''; display: block; width: 1px; height: 20px; margin-top: -10px; background-color: #e6e6e6; position: absolute; top: 50%; right: 0;}
.nyMenu ul li:last-child::after { display: none;}

.nyMenu1 ul li { flex: none;}
.nyMenu1 ul li a { padding: 0 50px;}
.nyMenu1 ul li a i { display: block; width: 30px; height: 30px; overflow: hidden; margin-right: 10px;}
.nyMenu1 ul li a i img { display: block; width: 30px; height: 60px; margin: 0 auto;}
.nyMenu1 ul li:hover a i img, .nyMenu1 ul li.active a i img { margin: -30px auto 0;}
/*nyMenu end*/


.nyMbx { margin: 20px auto 0; padding-left: 25px; position: relative;}
.nyMbx em { display: block; width: 15px; height: 15px; overflow: hidden; position: absolute; left: 0; top: 7px;}
.nyMbx p { height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 14px; text-transform: capitalize; white-space: nowrap; text-overflow: ellipsis;}
.nyMbx p a { line-height: 30px; color: #777; font-size: 14px; text-transform: capitalize; vertical-align: top;}
.nyMbx p a:hover { color: #2a7570;}
.nyMbx p i { display: inline-block; width: 10px; height: 30px; overflow: hidden; margin: 0 6px; vertical-align: top;}


.nyTitle { margin-bottom: 50px;}
.nyTitle p { line-height: 1; color: #222; font-size: 44px; font-weight: bold; text-align: center; text-transform: capitalize;}


/*nyPage start*/
.nyPage { display: flex; justify-content: center; line-height: 40px; color: #999; font-size: 16px; text-align: center;}
.nyPage a { display: block; width: 40px; height: 40px; margin: 0 5px; background-color: #f8f8f8; border-radius: 4px;}
.nyPage1 a { background-color: #fff;}
.nyPage a.pnnum, .nyPage a.pnnum1 { line-height: 40px; font-size: 16px; text-align: center;}
.nyPage a.pnnum { color: #555;}
.nyPage a.pnnum:hover, .nyPage a.pnnum1 { color: #fff; background-color: #2a7570 !important;}
.nyPage a.prev, .nyPage a.next { padding: 12px;}
.nyPage a.prev { margin: 0 10px 0 0;}
.nyPage a.next { margin: 0 0 0 10px;}
.nyPage a.prev:hover, .nyPage a.next:hover { background-color: #2a7570;}
.nyPage a.prev:hover svg path, .nyPage a.next:hover svg path { fill: #ffffff;}
/*nyPage end*/


/*lyDownMsg_pop start*/
.lyDownMsg_mask { display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .55); position: fixed; top: 0; left: 0; z-index: 9998;}
.lyDownMsg_mask.show { display: block;}
.lyDownMsg_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%);}
.lyDownMsg_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%);}
.lyDownMsg_pop h3 { height: 50px; line-height: 40px; color: #333; font-size: 24px; font-weight: bold; text-transform: capitalize; border-bottom: 1px solid #e6e6e6; margin-bottom: 30px; padding-bottom: 10px;}
.lyDownMsg_pop h3 em.lyDownMsg_close { display: block; width: 40px; height: 40px; overflow: hidden; padding: 10px; cursor: pointer; float: right;}
.lyDownMsg_pop h3 em.lyDownMsg_close:hover svg path { fill: #2a7570;}

.lyDownMsg_pop ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -10px -20px;}
.lyDownMsg_pop ul li { width: 50%; margin-bottom: 20px; padding: 0 10px;}
.lyDownMsg_pop ul li:nth-child(5), .lyDownMsg_pop ul li:last-child { width: 100%;}
.prompt { position: relative;}
.prompt::before { content: '*'; display: block; line-height: 20px; color: #f00; font-size: 18px; position: absolute; left: 10px; top: 20px;}
.lyDownMsg_ipt input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 30px; color: #222; font-size: 16px; font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Arial', 'Helvetica', 'sans-serif' !important; padding: 10px 20px 10px 25px; background: #f7f7f9; border-radius: 4px; border: 0; outline: none;}
.lyDownMsg_area textarea { display: block; width: 100%; height: 170px; overflow-y: scroll; line-height: 30px; color: #222; font-size: 16px; font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Arial', 'Helvetica', 'sans-serif' !important; padding: 10px 20px 10px 25px; background: #f7f7f9; border-radius: 4px; border: 0; outline: none; resize: none;}
.lyDownMsg_ipt input::-webkit-input-placeholder, .nyContMsg_area textarea::-webkit-input-placeholder { font-size: 16px; color: #777;}
.lyDownMsg_btn { display: flex; justify-content: center;}
.lyDownMsg_btn button { display: block; width: 150px; height: 50px; line-height: 50px; color: #fff; font-size: 16px; text-align: center; background-color: #2a7570; border-radius: 25px; border: 0; outline: none; cursor: pointer;}
.lyDownMsg_btn button:hover { background-color: #222;}
/*lyDownMsg_pop end*/


@media (max-width:1680px) {
  .lyTitle, .nyTitle { margin-bottom: 40px;}
  .lyTitle p, .lyTitle p em, .nyTitle p { font-size: 40px;}
  .lyTitle span { margin-top: 16px;}

  .lyFoot_main { padding: 50px 0;}
  .lyFoot_nav { padding: 0 50px;}
  .lyLinks { margin-bottom: 30px;}

  .lyView { border-radius: 25px;}
  .lyView_tel a, .lyView_email a, .lyView_code a, .lyView_top a { width: 50px; height: 50px; padding: 16px;}
  .lyView_tel p, .lyView_email p { height: 50px; line-height: 50px; font-size: 22px; padding: 0 25px; border-radius: 25px; right: 52px;}

  .lyContact { padding: 50px 0;}
  .lyContact_main .lyContact_left { padding-right: 40px;}
  .lyContact_left .lyContact_title { font-size: 40px; margin-bottom: 50px;}
  .lyContact_left ul li:first-child { margin-right: 40px;}
  .lyContact_main .lyContact_right { padding-left: 120px;}
  .lyContact_right dl dd:last-child { margin: 0;}
  .lyContact_right p.tips { margin-top: 24px;}

  .nyBanner { height: 480px;}
  .nyBanner .nyBanner_title p { font-size: 40px;}

  .nyMenu1 ul li a { padding: 0 40px;}
}

@media (max-width:1600px) {
  .lyTop_main a.lyLogo { margin: 15px 0;}

  .lyTop_right .lyLanguage { margin: 18px 24px;}

  .lyTop_right .lyForm, .lyTop_right .lyConatct { margin: 18px 0;}

  .lyNav_list>ul>li>a { height: 80px; line-height: 80px;}  

  .nyBanner { height: 460px;}
}

@media (max-width:1560px) {
  .nyBanner { height: 450px;}
}

@media (max-width:1440px) { 

  .lyTitle, .nyTitle { margin-bottom: 30px;}
  .lyTitle p, .lyTitle p em, .nyTitle p { font-size: 36px;}
  .lyTitle span { margin-top: 12px;}

  .lyMore a, .lyMore1 a { font-size: 15px; padding: 0 20px;}
  .lyMore a i, .lyMore1 a i { margin: 0 0 0 10px;}
  .lyMore a:hover i, .lyMore1 a:hover i { margin: 0 0 0 20px;}

  .lyView { border-radius: 22px;}
  .lyView_tel a, .lyView_email a, .lyView_code a, .lyView_top a { width: 44px; height: 44px; padding: 14px;}
  .lyView_tel p, .lyView_email p { height: 44px; line-height: 44px; font-size: 20px; padding: 0 20px; border-radius: 22px; right: 46px;}

  .lyContact_left .lyContact_title { font-size: 36px; margin-bottom: 40px;}
  .lyContact_left ul li { min-height: 28px; margin-bottom: 20px; padding-left: 32px;}
  .lyContact_left ul li:first-child { margin-right: 30px;}
  .lyContact_left ul li i { width: 20px; height: 20px; top: 4px;}
  .lyContact_left ul li p { line-height: 24px; font-size: 16px;}

  .nyBanner { height: 420px;}
  .nyBanner .nyBanner_title p { font-size: 36px;}

}

@media (max-width:1366px) {
  .lyTop_right .lyLanguage { margin: 20px;}
  .lyLanguage a.lyLang_btn { height: 40px; line-height: 40px; font-size: 14px;}
  .lyLanguage a.lyLang_btn i { width: 18px; height: 18px; margin-right: 6px;}

  .lyTop_right .lyForm, .lyTop_right .lyConatct { margin: 20px 0;}
  .lyForm em.open, .lyForm em.close { width: 40px; height: 40px;}
  .lyForm form { height: 40px; right: 40px;}
  .lyForm .lyForm_ipt { height: 40px; line-height: 40px; font-size: 14px; padding: 0 20px; border-radius: 20px 0 0 20px;}
  .lyForm .lyForm_btn { height: 40px;}
  .lyConatct a { height: 40px; line-height: 40px; font-size: 14px; padding: 0 20px;}

  .lyNav_list>ul>li { padding: 0 20px;}
  .navPro_dropdown .navPro_main .navPro_left { padding: 40px 40px 40px 0;}
  .navPro_left .pics { width: 50%; height: 150px;}
  .navPro_left .text { width: 50%; padding-left: 20px;}
  .navPro_left .text span { line-height: 30px; font-size: 20px; padding-bottom: 13px;}
  .navPro_left .text span::after { width: 30px; height: 3px;}
  .navPro_left .text p { line-height: 24px; font-size: 14px;}
  .navPro_dropdown .navPro_main .navPro_right { padding: 40px 0 40px 40px;}
  .navPro_right dl dd { width: calc((100% - 40px) / 3); margin-right: 20px;}
  .navPro_right dl dd:last-child { margin-right: 0;}
  .navPro_right dl dd a.frst { margin-bottom: 10px;}
  .navPro_right dl dd a.scd { line-height: 24px; font-size: 14px; padding: 3px 0;}

  .lyFoot_main { padding: 40px 0;}
  .lyFoot_left dl dd { min-height: 25px; margin-bottom: 15px; padding-left: 26px;}
  .lyFoot_left dl dd i { top: 4px;}
  .lyFoot_left dl dd:last-child i { top: 3px;}
  .lyFoot_left dl dd span { line-height: 25px; font-size: 17px;}
  .lyFoot_left dl dd p { line-height: 25px; font-size: 15px;}
  
  .lyFoot_nav { padding: 0 40px;}
  .lyFoot_nav ul li { margin-right: 60px;}
  .lyFoot_nav ul li .lyFoot_tit { line-height: 24px; font-size: 16px; margin-bottom: 16px; padding-bottom: 8px;}
  .lyFoot_nav ul li .lyFoot_tit::after { width: 24px;}
  .lyFoot_nav ul li a { line-height: 25px; font-size: 15px;}
  .lyFoot_ewm span { font-size: 14px;}

  .lyFoot_copy { padding: 15px 0;}
  .lyFoot_copy p, .lyFoot_copy p a { font-size: 15px;}

  .lyLinks { margin-bottom: 25px;}
  .lyLinks_title { width: 110px;}
  .lyLinks_title i { width: 20px; height: 20px;}
  .lyLinks_title span { line-height: 29px; font-size: 17px;}
  .lyLinks_list a { line-height: 25px; font-size: 15px;}

  .lyLang_pop { width: 720px; padding: 20px 20px 10px;}
  .lyLang_pop h3 { height: 40px; line-height: 30px; font-size: 24px; margin-bottom: 20px;}
  .lyLang_pop h3 em.lyLang_close { margin-top: -5px;}
  .lyLang_pop ul li a { height: 44px; line-height: 24px; font-size: 14px;}

  .lyTitle p, .lyTitle p em, .nyTitle p { font-size: 32px;}
  .lyTitle span { font-size: 15px; margin-top: 10px;}

  .lyMore a { height: 40px; line-height: 40px; font-size: 14px;}
  .lyMore1 a { height: 40px; line-height: 38px; font-size: 14px;}

  .lyContact { padding: 40px 0;}
  .lyContact_left .lyContact_title { font-size: 32px;}
  .lyContact_main .lyContact_right { padding-left: 80px;}
  .lyForm_ipt input, .lyForm_btn button { font-size: 15px;}
  .lyContact_right p.tips { line-height: 25px; font-size: 15px; margin-top: 20px;}

  .nyBanner { height: 400px;}
  .nyBanner .nyBanner_title p { font-size: 32px;}

  .nyMenu { margin: -30px auto 0;}
  .nyMenu ul { padding: 8px 6px;}
  .nyMenu ul li { padding: 0 4px;}
  .nyMenu ul li a { height: 44px; font-size: 15px;}  
  .nyMenu1 ul li a { padding: 0 30px;}
}

@media (max-width:1280px) {
  .lyNav_list>ul>li { padding: 0 15px;}
  .lyNav_list>ul>li>a { font-size: 15px;}
  .navPro_dropdown .navPro_main .navPro_left { padding: 30px 30px 30px 0;}  
  .navPro_dropdown .navPro_main .navPro_right { padding: 30px 0 30px 30px;}
  .navPro_left .pics { height: 140px;}

  .lyFoot_nav { padding: 0 30px;}
  .lyFoot_nav ul li { margin-right: 30px;}

  .lyLinks { margin-bottom: 20px;}

  .lyTitle p, .lyTitle p em, .nyTitle p { font-size: 30px;}

  .lyView_tel a, .lyView_email a, .lyView_code a, .lyView_top a { width: 44px; height: 44px; padding: 12px;}
  .lyView_tel p, .lyView_email p { height: 44px; line-height: 44px; font-size: 20px; padding-left: 12px; right: 44px;}

  .lyContact_left .lyContact_title { font-size: 30px;}
  .lyContact_main .lyContact_right { padding-left: 60px;}

  .nyBanner { height: 360px;}
  .nyBanner .nyBanner_title p { font-size: 30px;}

}

@media (max-width:1200px) {

  .nyBanner { height: 340px;}

}

@media (max-width:1080px) {
  
  .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; padding: 0; position: relative;}
  .lyNav_list>ul>li>a { display: block; width: 100%; height: 60px; line-height: 60px; color: #222; font-size: 18px; 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: #2a7570; border-bottom: 1px solid #2a7570;}
  .lyNav_list>ul>li>a::after { height: 1px; bottom: -1px;}

  .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 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: #2a7570;}
  .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: #2a7570; position: absolute; left: 10px; top: 50%;}
  .lyNav_list>ul>li ul li a:hover::before { background-color: #fff;}
  .lyNav .lyNav_btn { display: block; width: 40px; height: 40px; margin: 20px 0; padding: 12px 10px; position: absolute; top: 0; right: 26%;}
  .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;}
  .lyTop.fxd .lyNav_btn i, .lyTop:hover .lyNav_btn i, .lyTop.fxd .lyNav_btn::before, .lyTop.fxd .lyNav_btn::after, .lyTop:hover .lyNav_btn::before, .lyTop:hover .lyNav_btn::after { background-color: #2a7570;}
  .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 .navPro_dropdown, .lyNav_list>ul>li:hover .navPro_dropdown { height: 0; position: inherit !important; left: inherit !important; top: inherit !important; transform: none !important; opacity: 0; visibility: hidden; transform: translate(-50%, 20px); -webkit-transform: translate(-50%, 20px);}
  .lyNav_list>ul>li.on .navPro_dropdown { height: auto; opacity: 1; visibility: visible; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0);}
  .navPro_dropdown .navPro_main { display: block; width: 100%; padding: 0 30px;}
  .navPro_dropdown .navPro_main .navPro_left { width: 100%; padding: 30px 0;}  
  .navPro_dropdown .navPro_main .navPro_right { width: 100%; padding: 20px 0; border-left: 0; border-top: 1px solid #e6e6e6;}
  .navPro_left .pics { width: 40%; height: 120px;}
  .navPro_left .text { width: 60%;}
  .navPro_left .text span { font-size: 18px; margin-bottom: 10px; padding-bottom: 10px;}
  .navPro_right dl { display: block;}
  .navPro_right dl dd { width: 100%; margin-right: 0; margin-bottom: 16px;}
  .navPro_right dl dd:last-child { margin-bottom: 0;}
  .navPro_right dl dd a.frst { margin-bottom: 5px;}

  .lyNav_list>ul>li .navDropdown, .lyNav_list>ul>li:hover .navDropdown { height: 0; position: inherit !important; left: inherit !important; top: inherit !important; transform: none !important; opacity: 0; visibility: hidden; transform: translate(-50%, 20px); -webkit-transform: translate(-50%, 20px);}
  .lyNav_list>ul>li.on .navDropdown { height: auto; opacity: 1; visibility: visible; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0);}
  .lyNav_list>ul>li .navDropdown dl { padding: 0 30px;}
  .lyNav_list>ul>li .navDropdown dl dd { padding: 10px 0 10px 20px;}
  .lyNav_list>ul>li .navDropdown dl dd a { text-align: left;}

  .lyFoot_main { display: block; padding: 30px 0;}
  .lyFoot_left { display: flex; align-items: center; justify-content: space-between;}
  .lyFoot_left dl { margin-top: 0;}
  .lyFoot_nav, .lyFoot_right, .lyLinks { display: none;}

  .lyContact_main .lyContact_right { padding-left: 40px;}

  .nyBanner { height: 320px;}

  .nyMenu ul { width: 100%;}
  .nyMenu1 ul li { flex: 1;}
  .nyMenu1 ul li a { padding: 0 20px;}
}

@media (max-width:1024px) {
  .lyNav .lyNav_btn { right: 27%;}

  .nyBanner { height: 300px;}
}

@media (max-width:920px) {
  .lyForm form { width: 320px;}
  .lyNav .lyNav_btn { right: 30%;}
  .navPro_left .pics { height: 100px;}

  .lyLang_pop, .lyDownMsg_pop { width: 94%;}

  .lyTitle, .nyTitle { margin-bottom: 24px;}
  .lyTitle p, .lyTitle p em, .nyTitle p { font-size: 28px;}
  .lyTitle span { font-size: 14px;}

  .lyContact_main { display: block;}
  .lyContact_main::before, .lyContact_main .lyContact_left { display: none;}  
  .lyContact_main .lyContact_right { width: 100%; padding: 0;}
  .lyForm_btn button { margin: 0 auto;}
  .lyContact_right p.tips { line-height: 22px; font-size: 14px; text-align: center;}

  .nyBanner { height: 300px;}
  .nyBanner .nyBanner_title p { font-size: 28px;}

  .nyMenu1 ul li a { padding: 0 10px;}

  .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;}

}

@media (max-width:820px) {
  .lyTop_right .lyForm { position: inherit;}
  .lyForm form { transform: scale3d(1, 0, 0); -webkit-transform: scale3d(1, 0, 0);}
  .lyForm form { width: 100%; height: auto; padding: 20px 3%; background-color: #fff; border-top: 1px solid #e6e6e6; top: 100%; right: 0;}
  .lyForm em.open { margin-bottom: -40px;}
  .lyForm em.close { position: inherit; top: inherit; right: inherit;}
  .lyTop#show .lyForm em.close { margin-top: -40px;}

  .lyTop#show .lyNav { display: block;}
  .lyNav .lyNav_btn { right: 33%;}
  .lyNav_list>ul { width: 60%;}

  .lyTitle p, .lyTitle p em, .nyTitle p { font-size: 24px;}

  .lyFoot_main { padding: 20px 0;}
  .lyFoot_left dl dd { margin-bottom: 10px;}
  .lyFoot_left dl dd span { line-height: 24px; font-size: 16px;}
  .lyFoot_left dl dd p { line-height: 24px; font-size: 14px;}
  .lyFoot_copy { padding: 10px 0;}
  .lyFoot_copy p, .lyFoot_copy p a { font-size: 14px;}

  .lyView_tel p, .lyView_email p { display: none !important;}
  
  .nyBanner { height: 260px;}
  .nyBanner .nyBanner_title p { font-size: 24px;}

  .nyMenu { margin: -25px auto 0;}
  .nyMenu ul { padding: 5px 0;}
  .nyMenu ul li { padding: 0 5px;}
  .nyMenu ul li a { height: 40px; line-height: 40px; font-size: 14px;}
  .nyMenu ul li a span { font-size: 14px;}
}

@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;}

  .lyLanguage a.lyLang_btn span, .lyLanguage a.lyLang_btn em, .lyTop_right .lyConatct { display: none;}
  .lyTop_right .lyForm, .lyTop_right .lyLanguage { margin: 12px 0;}
  .lyLanguage a.lyLang_btn { width: 40px;} 
  .lyLanguage a.lyLang_btn i { width: 100%; height: 100%; margin-right: 0; padding: 10px;}
  .lyLanguage a.lyLang_btn i svg path { fill: #222222;}

  .lyForm em.open svg path { fill: #222222;}
  .lyForm form { padding: 12px 3%;}
  
  .lyNav .lyNav_btn { margin: 12px 0; right: 22%;}
  .lyNav_btn::before, .lyNav_btn::after, .lyNav_btn i { background-color: #2a7570;}
  .lyNav_list>ul { width: 65%;}
  .lyNav_list>ul>li>a { height: 50px; line-height: 50px; font-size: 16px; padding: 0 50px 0 15px;}
  .lyNav_list>ul>li i { width: 50px; height: 50px; padding: 18px;}
  .navPro_dropdown .navPro_main { padding: 0 15px;}
  .navPro_dropdown .navPro_main .navPro_left { display: block; padding: 15px 0;}
  .navPro_dropdown .navPro_main .navPro_right { padding: 15px 0;}
  .navPro_left .pics { width: 100%; height: 140px; margin-bottom: 10px;}
  .navPro_left .text { width: 100%; padding: 0;}
  .navPro_left .text span { line-height: 24px; font-size: 15px; padding-bottom: 7px;}
  .navPro_left .text span::after { height: 2px;}
  .navPro_right dl dd { margin-bottom: 10px;}
  .navPro_right dl dd a.frst { font-size: 15px;}

  .lyNav_list>ul>li .navDropdown dl { padding: 0 15px;}
  .lyNav_list>ul>li .navDropdown dl dd { padding: 7px 0 7px 10px;}

  .lyLang_pop { padding: 10px 15px;}
  .lyLang_pop h3 { font-size: 22px;}
  .lyLang_pop ul li { width: 50%;}

  .lyDownMsg_pop { padding: 10px 20px 20px;}
  .lyDownMsg_pop h3 { height: 40px; line-height: 30px; font-size: 20px; margin-bottom: 20px;}
  .lyDownMsg_pop h3 em.lyDownMsg_close { margin: -5px -5px 0 0;}
  .lyDownMsg_pop ul { margin: 0 0 -20px;}
  .lyDownMsg_pop ul li { width: 100%; margin-bottom: 12px; padding: 0;}
  .lyDownMsg_ipt input { height: 44px; line-height: 30px; font-size: 15px; padding: 7px 20px;}
  .lyDownMsg_area textarea { height: 120px; line-height: 25px; font-size: 15px; padding: 10px 20px;}
  .lyDownMsg_ipt input::-webkit-input-placeholder, .nyContMsg_area textarea::-webkit-input-placeholder { font-size: 15px;}
  .prompt::before { font-size: 16px; left: 7px; top: 15px;}
  .lyDownMsg_btn button { width: 140px; height: 44px; line-height: 44px; font-size: 15px; border-radius: 22px;}

  .lyTitle, .nyTitle { margin-bottom: 20px;}

  .lyFoot_left { display: block;}
  .lyFoot_left dl { margin-top: 20px;}
  .lyFoot_copy p { line-height: 28px;}

  .lyView_email { display: none;}
  .lyView_tel a, .lyView_email a, .lyView_code a, .lyView_top a { width: 40px; height: 40px;}

  .lyContact { padding: 40px 0 20px;}
  .lyContact_right dl dd:nth-child(1), .lyContact_right dl dd:nth-child(2) { width: 100%;}
  .lyForm_ipt input { height: 40px; line-height: 40px; font-size: 14px; padding: 0 20px; border-radius: 20px;}
  .lyForm_btn button { width: 100px; height: 40px; line-height: 38px; font-size: 14px; border-radius: 20px;}

  .nyPage a.pnnum { display: none;}

  .nyBanner { height: 180px; margin-top: 64px;}

  .nyMenu { width: 100%; margin: 0 auto;}
  .nyMenu ul { justify-content: center; flex-wrap: wrap; border-radius: 0;}
  .nyMenu ul li { width: calc(100% / 3); flex: none;}
  .nyMenu ul li:nth-child(3n)::after { display: none;}
  .nyMenu1 ul li a { padding: 0 5px;}
  .nyMenu1 ul li a i { display: none;}

  .nyMbx p i { margin: 0 2px;}

}

@media (max-width:390px) {
  .lyNav .lyNav_btn { right: 24%;}

  .nyBanner { height: 150px;}

  .nyMenu a { margin-right: 10px; padding: 0 18px;}
}

@media (max-width:320px) {
  .lyNav .lyNav_btn { right: 28%;}
  .lyNav_list>ul { width: 70%;}
  .navPro_left .pics { height: 120px;}

  .lyLang_pop ul li { width: 100%;}

  .lyTitle p, .lyTitle p em, .nyTitle p { font-size: 22px;}

  .nyBanner { height: 130px;}
  .nyBanner .nyBanner_title p { font-size: 22px;}

  .nyMenu ul li a { height: 36px; line-height: 36px;}

}


.embed-icon { right: inherit !important; left: 2px; z-index: 999 !important;}
.embed-invite { z-index: 999 !important;}