* { 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;}  /* 滚动条滑块点击状态 */

html, body { min-width: 1400px;}


.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; justify-content: space-between; gap: 30px;}
.navPro_right dl dd { max-width: calc((100% - 60px) / 3);}
.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; 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;}

.lyTop_right { display: flex; align-items: center; justify-content: space-between;}
.lyTop_right .lyForm { margin: 21px 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: 21px 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: 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: #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: 21px 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'; text-transform: capitalize; 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: 24px; overflow: hidden; margin-bottom: 20px; padding-left: 32px; 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: 4px;}
.lyFoot_left dl dd:last-child i { width: 18px; height: 18px; left: -1px; top: 3px;}
.lyFoot_left dl dd span { display: block; line-height: 24px; color: #2a7570; font-size: 20px; font-weight: bold;}
.lyFoot_left dl dd p { line-height: 24px; 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; gap: 10px; width: calc(100% - 120px);}
.lyLinks_list a { display: block; line-height: 26px; color: #777; font-size: 16px; padding: 2px 5px;}
.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_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: #2a7570; 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: 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; background-color: #fff; box-shadow: 0 8px 36px rgba(0, 0, 0, .05); border-radius: 35px;}
.nyMenu ul li { flex: 1; padding: 0 5px; position: relative;}
.nyMenu ul li:first-child { padding-left: 0;}
.nyMenu ul li:last-child { padding-right: 0;}
.nyMenu ul li a {  display: flex; align-items: center; justify-content: center; gap: 20px; width: 100%; min-width: 205px; 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 i { display: block; width: 30px; height: 30px; overflow: hidden;}
.nyMenu ul li a i img { display: block; width: 30px; height: 60px; margin: 0 auto;}
.nyMenu ul li:hover a i img, .nyMenu ul li.active a i img { margin: -30px auto 0;}
.nyMenu ul li a span { display: block; line-height: 30px; color: #222; font-size: 16px;}
.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;}
/*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 { display: inline-block; 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; gap: 15px; line-height: 40px; color: #999; font-size: 16px; text-align: center;}
.nyPage a { display: block; width: 40px; height: 40px; margin: 0; 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-right: 15px;}
.nyPage a.next { margin-left: 15px;}
.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*/


@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;}
  

  .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;}

}

@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;}

  .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;}
  .nyMbx p, .nyMbx p a, .nyMbx p i { font-size: 15px;}

}

@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;}

  .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: #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: 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: #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: 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;}

  .nyBanner { height: 360px;}
  .nyBa_con .nyBa_tit p { font-size: 32px;}

}

@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;}
  .nyMbx { width: 100%;}

  .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) {

  .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: #2a7570;}

  .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: #2a7570;}

  .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: #2a7570;}

  .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%;}

  .lyTitle p, .lyTitle p em { font-size: 28px;}

  .nyPage a.pnnum { 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;}

}
  
@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;}

}

