* { font: 14px/1.5 '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Arial', 'Helvetica', 'sans-serif'; margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
table, th, td, tr { border-collapse: collapse; border-spacing: 0; font-size: 16px;}
ol, ul { list-style: none;}
li { list-style-type: none;}
img { max-width: 100%; border: 0;}
.clear::after { content: ''; display: block; height: 0; overflow: hidden; clear: both;}
a { color: #222; text-decoration: none;}
a:visited, a:hover, a:active { text-decoration: none;}
.fl { float: left;}
.fr { float: right;}

.icon { display: block; width: 100%; height: 100%;}
.cover, .cover1 { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.cover { width: 100%; height: 100%; object-fit: cover;}
.cover1 { max-width: 100%; max-height: 100%; margin: auto;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width: 2px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color: rgb(0, 0, 0, .06);}/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb { background-color: #46b036;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #46b036;}  /* 滚动条滑块点击状态 */

.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1440px) {
  .w1400 { width: 1280px;}
}
@media (max-width:1366px) {
  .w1400 { width: 1200px;}
}
@media (max-width:1200px) {
  .w1400 { width: 94%;}
}


/*lyTop start*/
.lyTop { width: 100%; position: relative; z-index: 999;}
.lyTop a.lyLogo { display: -webkit-flex; display: flex; align-items: center; height: 90px; overflow: hidden; margin: 10px 0; float: left;}
.lyTop a.lyLogo img { max-height: 100%;}

.lyTop .lyInfor { float: left; margin: 40px 0; padding-left: 60px;}
.lyTop .lyInfor dl { display: flex; align-items: center;}
.lyTop .lyInfor dl dd { display: flex; align-items: center; margin-right: 60px;}
.lyTop .lyInfor dl dd:last-child { margin-right: 0;}
.lyTop .lyInfor dl dd i { display: block; width: 20px; height: 20px; overflow: hidden; margin-right: 10px;}
.lyTop .lyInfor dl dd span { display: block; line-height: 30px; color: #46b036; font-size: 20px;}

.lyTop .lyForm { float: right; margin: 31px 0; position: relative;}
.lyForm em.open { display: block; width: 48px; height: 48px; padding: 12px; background-color: #46b036; border-radius: 50%; position: relative; cursor: pointer; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lyTop#show .lyForm em.open { opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}
.lyForm em.open svg path { fill: #fff;}
.lyForm em.open::before { content: ''; display: block; width: 56px; height: 56px; background-color: #46b036; border-radius: 50%; opacity: .12; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}

.lyForm .lyForm_main { position: absolute; top: 0; right: 56px; z-index: 99; width: 360px; height: 48px; 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% - 24px); height: 48px; overflow: hidden; line-height: 48px; 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: #f5f5f5; border-radius: 24px 0 0 24px; border: 0; outline: none;}
.lyForm .lyForm_ipt::placeholder { color: #999;}
.lyForm .lyForm_btn { float: right; width: 48px; height: 48px; overflow: hidden; font-size: 0; margin-left: -24px; background-color: #46b036; border-radius: 50%; border: 0; outline: none; cursor: pointer;}
.lyForm .lyForm_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 12px;}
.lyTop#show .lyForm .lyForm_main { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}

.lyForm em.close { display: block; width: 48px; height: 48px; padding: 14px; background-color: #46b036; border-radius: 50%; position: relative; 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#show .lyForm em.close { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lyForm em.close svg path { fill: #fff;}
.lyForm em.close::before { content: ''; display: block; width: 56px; height: 56px; background-color: #46b036; border-radius: 50%; opacity: .12; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}


.lyNav { position: relative; z-index: 9;}
.lyNav::before { content: ''; display: block; width: 30%; height: 100%; background-color: #46b036; position: absolute; left: 0; top: 0;}
.lyNav .lyNav_main { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1;}
.lyNav .lyNav_list { width: calc(100% - 280px); background-color: #46b036; border-radius: 0 0 32px 0;}
.lyNav_list>ul { display: flex; align-items: center;}
.lyNav_list>ul>li { flex: 1; position: relative;}
.lyNav_list>ul>li:last-child { display: none;}
.lyNav_list>ul>li::after { content: ''; display: block; width: 1px; height: 16px; margin-top: -8px; background-color: rgba(255, 255, 255, .25); position: absolute; top: 50%; left: 0;}
.lyNav_list>ul>li:first-child::after { display: none;}
.lyNav_list>ul>li>a { display: block; height: 64px; overflow: hidden; line-height: 40px; color: #fff; font-size: 18px; text-align: center; padding: 12px; position: relative;}
.lyNav_list>ul>li>a>em { display: block; width: 5px; height: 15px; overflow: hidden; position: absolute; left: 50%; top: -100%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.lyNav_list>ul>li:hover>a>em, .lyNav_list>ul>li.active>a>em { top: 0;}
.lyNav_list>ul>li>a>em::before { content: ''; display: block; width: 1px; height: 10px; background-color: #fff; position: absolute; left: 2px; top: 0;}
.lyNav_list>ul>li>a>em::after { content: ''; display: block; width: 5px; height: 5px; background-color: #fff; border-radius: 50%; position: absolute; left: 0; bottom: 0;}
.lyNav_list>ul>li>i { display: none; width: 10px; height: 10px; overflow: hidden;}

.lyNav .lyNav_btn { display: none;}

.lyNav .lyMessage { width: 220px; overflow: hidden;}
.lyNav .lyMessage a { display: flex; align-items: center; justify-content: center; width: 100%; height: 64px; overflow: hidden; line-height: 64px; color: #fff; font-size: 18px; background-color: #023b7d; border-radius: 32px 0;}
.lyNav .lyMessage a:hover { background-color: #46b036;}
.lyNav .lyMessage a i { display: block; width: 12px; height: 12px; overflow: hidden; margin-left: 15px;}
.lyNav .lyMessage a:hover i { margin-left: 30px;}
/*lyTop end*/


/*lyLinks start*/
.lyLinks { overflow: hidden; padding: 15px 0; background-color: #222;}
.lyLinks_main { display: flex; align-items: center;}
.lyLinks_title { width: 110px; height: 30px; line-height: 30px; color: #fff; font-size: 15px; font-weight: bold; padding-left: 26px; position: relative;}
.lyLinks_title i { display: block; width: 18px; height: 18px; overflow: hidden; position: absolute; top: 6px; left: 0;}
.lyLinks_list { display: flex; flex-wrap: wrap; justify-content: left; width: calc(100% - 110px); margin: 0 -10px;}
.lyLinks_list a { display: block; overflow: hidden; line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 15px; padding: 0 10px;}
.lyLinks_list a:hover { color: #46b036;}
/*lyLinks end*/


/*lyFoot start*/
.lyFoot { margin-top: -120px; padding-top: 120px; position: relative; z-index: 1;}
.lyFoot::before { content: ''; display: block; width: 100%; height: 120px; overflow: hidden; background: url(../images/footWave.png) center top no-repeat; background-size: 100% 100%; position: absolute; left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.lyFoot_main { overflow: hidden; background-color: #1c1c1c;}
.lyFoot_main .lyFoot_mid { display: flex; justify-content: space-between; overflow: hidden; padding: 40px 0 80px;}
.lyFoot_nav { width: calc(76% - 300px);}
.lyFoot_nav ul { display: flex; justify-content: space-between;}
.lyFoot_nav ul li { margin-right: 40px;}
.lyFoot_nav ul li:last-child { margin-right: 0;}
.lyFoot_nav ul li .lyFoot_title { overflow: hidden; line-height: 24px; color: #fff; font-size: 18px; margin-bottom: 30px; padding-bottom: 15px; position: relative;}
.lyFoot_nav ul li .lyFoot_title::before, .lyFoot_nav ul li .lyFoot_title::after { content: ''; display: block; height: 1px; background-color: #fff; position: absolute; left: 0; bottom: 0;}
.lyFoot_nav ul li .lyFoot_title::before { width: 72px; opacity: .1;}
.lyFoot_nav ul li .lyFoot_title::after { width: 20px;}
.lyFoot_nav ul li a { display: none; overflow: hidden; line-height: 25px; color: rgba(255, 255, 255, .35); font-size: 15px; margin-top: 10px;}
.lyFoot_nav ul li a:hover { color: #fff;}
.lyFoot_nav ul li a:nth-child(1), .lyFoot_nav ul li a:nth-child(2), .lyFoot_nav ul li a:nth-child(3), .lyFoot_nav ul li a:nth-child(4), .lyFoot_nav ul li a:nth-child(5) { display: block;}

.lyFoot_kefu { width: 100px;}
.lyFoot_kefu i { display: block; width: 44px; height: 44px; overflow: hidden; margin: 0 auto 30px; padding: 10px; background-color: #46b036; border-radius: 50%;}
.lyFoot_kefu a span { display: block; line-height: 30px; color: #fff; font-size: 16px; text-align: center;}
.lyFoot_kefu a:hover span { color: #46b036;}
.lyFoot_kefu a em { display: block; width: 56px; height: 24px; overflow: hidden; margin: 10px auto 0; padding: 6px; background-color: rgba(70, 176, 54, .45); border-radius: 12px;}
.lyFoot_kefu a:hover em { background-color: #46b036;}

.lyFoot_lxfs { max-width: 24%;}
.lyFoot_lxfs .lyFootLxfs_title { display: flex; align-items: center;}
.lyFootLxfs_title i { display: block; width: 44px; height: 44px; overflow: hidden; margin-right: 12px; padding: 10px; background-color: #46b036; border-radius: 50%;}
.lyFootLxfs_title span { display: block; line-height: 30px; color: #fff; font-size: 18px;}
.lyFoot_lxfs .lyFoot_tel { margin: 30px 0 20px;}
.lyFoot_tel p { line-height: 1; color: #fff; font-size: 36px; font-weight: bold;}
.lyFoot_tel span { display: block; line-height: 25px; color: rgba(255, 255, 255, .35); font-size: 15px; margin-top: 5px;}
.lyFoot_lxfs dl dd { min-height: 25px; overflow: hidden; margin-bottom: 10px; padding-left: 26px; position: relative;}
.lyFoot_lxfs dl dd:last-child { margin-bottom: 0;}
.lyFoot_lxfs dl dd i { display: block; width: 16px; height: 16px; overflow: hidden; position: absolute; left: 0; top: 5px; opacity: .35;}
.lyFoot_lxfs dl dd p { line-height: 25px; color: rgba(255, 255, 255, .35); font-size: 15px; word-break: break-all;}

.lyFoot_main .lyFoot_btm { display: flex; align-items: center; justify-content: space-between; overflow: hidden; padding: 40px 0; border-top: 1px solid rgba(255, 255, 255, .1);}
.lyFoot_btm .lyFoot_ewm { display: flex; align-items: center;}
.lyFoot_ewm p { margin-right: 30px;}
.lyFoot_ewm p i { display: block; width: 44px; height: 44px; overflow: hidden; margin: 0 auto 10px; padding: 10px; background-color: #46b036; border-radius: 50%;}
.lyFoot_ewm p span { display: block; line-height: 24px; color: #fff; font-size: 15px; text-align: center;}
.lyFoot_ewm em { display: block; width: 100px; height: 100px; overflow: hidden; background-color: #fff; border-radius: 5px;}
.lyFoot_btm .lyFoot_copy { overflow: hidden;}
.lyFoot_copy p { line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 15px; text-align: right;}
.lyFoot_copy p a { color: rgba(255, 255, 255, .25); font-size: 15px;}
.lyFoot_copy p a:hover { color: #fff;}
/*lyFoot end*/


/*lyView start*/
.lyView { position: fixed; top: 50%; right: 0; z-index: 99; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyView_tel { margin-bottom: 2px; position: relative;}
.lyView_tel a, .lyView_code a, .lyView_top a { display: block; width: 50px; height: 50px; overflow: hidden; padding: 14px; background-color: #46b036;}
.lyView_tel p { display: none; width: auto; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 22px; font-weight: bold; white-space: nowrap; padding-left: 20px; background-color: #46b036; position: absolute; top: 0; right: 50px;}
.lyView_tel:hover a { border-radius: 0;}
.lyView_tel:hover p { display: block;}

.lyView_code { margin-bottom: 2px; position: relative;}
.lyView_code p { display: none; width: 140px; height: auto; overflow: hidden; padding: 10px; background-color: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); position: absolute; top: 0; right: 52px;}
.lyView_code:hover p { display: block;}
.lyView_code p img { display: block; width: 100%; height: auto; margin: 0 auto 5px;}
.lyView_code p span { display: block; line-height: 20px; color: #555; font-size: 14px; text-align: center;}

.lyView_top:hover a { background-color: #222;}
/*lyView end*/


@media (max-width:1680px) {
  
  .lyFoot { margin-top: -90px; padding-top: 90px;}
  .lyFoot::before {height: 90px;}
  .lyFoot_main .lyFoot_mid { padding: 30px 0 60px;}
  .lyFoot_main .lyFoot_btm { padding: 30px 0;}
}

@media (max-width:1600px) {
  .lyTop a.lyLogo { height: 80px;}
  .lyTop .lyInfor { margin: 35px 0; padding-left: 50px;}
  .lyTop .lyInfor dl dd { margin-right: 50px;}
  .lyTop .lyInfor dl dd i { width: 18px; height: 18px;}
  .lyTop .lyInfor dl dd span { font-size: 18px;}
  .lyTop .lyForm { margin: 28px 0;}
  .lyForm em.open, .lyForm em.close { width: 44px; height: 44px;}
  .lyForm em.open::before, .lyForm em.close::before { width: 52px; height: 52px;}
  .lyForm .lyForm_main { right: 52px; height: 44px;}
  .lyForm .lyForm_ipt { width: calc(100% - 22px); height: 44px; line-height: 44px; font-size: 15px; padding: 0 22px; border-radius: 22px 0 0 22px;}
  .lyForm .lyForm_btn { width: 44px; height: 44px; margin-left: -22px;}

  .lyNav .lyNav_list { width: calc(100% - 270px); border-radius: 0 0 30px 0;}
  .lyNav_list>ul>li>a { height: 60px; font-size: 16px; padding: 10px;}

  .lyNav .lyMessage a { height: 60px; line-height: 60px; font-size: 16px; border-radius: 30px 0;}
  .lyNav .lyMessage a i { width: 11px; height: 11px;}


  .lyFoot { margin-top: -80px; padding-top: 80px;}
  .lyFoot::before { height: 80px;}
}

@media (max-width:1560px) {
}

@media (max-width:1440px) {
  .lyTop a.lyLogo { height: 70px;}
  .lyTop .lyInfor { margin: 30px 0; padding-left: 40px;}
  .lyTop .lyInfor dl dd { margin-right: 40px;}
  .lyTop .lyInfor dl dd i { width: 16px; height: 16px;}
  .lyTop .lyInfor dl dd span { font-size: 16px;}
  .lyTop .lyForm { margin: 23px 0;}

  .lyNav .lyNav_list { width: calc(100% - 220px); border-radius: 0 0 27px 0;}
  .lyNav_list>ul>li>a { height: 54px; line-height: 34px; font-size: 16px; padding: 10px;}

  .lyNav .lyMessage { width: 180px;}
  .lyNav .lyMessage a { height: 54px; line-height: 54px; font-size: 16px; border-radius: 27px 0;}


  .lyFoot { margin-top: -60px; padding-top: 60px;}
  .lyFoot::before { height: 60px;}
  .lyFoot_main .lyFoot_mid { padding: 30px 0 40px;}
  .lyFoot_nav { width: calc(74% - 300px);}
  .lyFoot_nav ul li { margin-right: 30px;}
  .lyFoot_kefu i { margin: 0 auto 24px;}
  .lyFoot_lxfs { max-width: 26%;}
  .lyFoot_tel p { font-size: 32px;}
  .lyFoot_lxfs .lyFoot_tel { margin: 24px 0 20px;}
}

@media (max-width:1366px) {
  .lyTop .lyInfor { padding-left: 30px;}
  .lyTop .lyInfor dl dd { margin-right: 30px;}

  .lyNav .lyNav_list { width: calc(100% - 200px);}
  .lyNav .lyMessage { width: 170px;}
  .lyNav .lyMessage a i { margin-left: 10px;}
  .lyNav .lyMessage a:hover i { margin-left: 20px;}


  .lyFoot_nav { width: calc(74% - 260px);}
}

@media (max-width:1280px) {

  .lyFoot_nav { width: calc(72% - 260px);}
  .lyFoot_lxfs { max-width: 28%;}
}

@media (max-width:1200px) {
  .lyNav .lyNav_list { width: calc(100% - 190px); border-radius: 0 0 25px 0;}
  .lyNav_list>ul>li>a { height: 50px; line-height: 30px; font-size: 16px; padding: 10px;}
  .lyNav_list>ul>li>a>em { width: 3px; height: 13px;}
  .lyNav_list>ul>li>a>em::before { left: 1px;}
  .lyNav_list>ul>li>a>em::after { width: 3px; height: 3px;}

  .lyNav .lyMessage { width: 160px;}
  .lyNav .lyMessage a { height: 50px; line-height: 50px; font-size: 16px; border-radius: 25px 0;}

  .lyFoot_main .lyFoot_mid { display: none;}
  .lyFoot_main .lyFoot_btm { padding: 20px 0 30px; border-top: 0;}
}

@media (max-width:1080px) { 
  .lyTop .lyInfor { padding-left: 20px;}
  .lyTop .lyInfor dl dd { margin-right: 20px;}
  .lyTop .lyForm { margin: 25px 0;}
  .lyForm em.open, .lyForm em.close { width: 40px; height: 40px; padding: 10px;}
  .lyForm em.close { padding: 12px;}
  .lyForm em.open::before, .lyForm em.close::before { width: 48px; height: 48px;}
  .lyForm .lyForm_main { width: 300px; right: 48px; height: 40px;}
  .lyForm .lyForm_ipt { width: calc(100% - 20px); height: 40px; line-height: 40px; font-size: 14px; padding: 0 20px; border-radius: 20px 0 0 20px;}
  .lyForm .lyForm_btn { width: 40px; height: 40px; margin-left: -20px;}
  .lyForm .lyForm_btn i { padding: 10px;}
  
  .lyNav .lyNav_list { width: calc(100% - 170px);}

  .lyNav .lyMessage { width: 150px;}


  .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; right: 44px;}
  .lyView_code p { width: 120px; padding: 5px; right: 46px;}
  .lyView_code p img { margin: 0 auto;}

}

@media (max-width:1024px) {
  .lyNav .lyNav_list { width: calc(100% - 160px);}

  .lyNav .lyMessage { width: 140px;}
}

@media (max-width:920px) {
  .lyTop { z-index: 9;}
  .lyTop .w1400 { padding-right: calc(40px + 3%);}
  .lyTop a.lyLogo { height: 60px;}
  .lyTop .lyInfor { display: none; margin: 25px 0;}
  .lyTop .lyForm { margin: 20px 0;}

  .lyNav, .lyNav .lyNav_main { position: initial;}
  .lyNav::before { display: none;}
  .lyNav .lyNav_list { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: -100%; z-index: 9999;}
  .lyNav .lyNav_list.open { left: 0;}
  .lyNav_list>ul { width: 50%; height: 100%; overflow-y: scroll; background-color: #fff; position: relative; z-index: 9999; display: block; align-items: inherit; justify-content: inherit; }  
  .lyNav_list>ul>li { display: block; align-items: inherit; padding: 0; float: none; position: relative;}
  .lyNav_list>ul>li:last-child { display: block;}
  .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:active>a, .lyNav_list>ul>li.active>a, .lyNav_list>ul>li.cur>a { color: #46b036; border-bottom: 1px solid #46b036;}
  .lyNav_list>ul>li>a::after { height: 0; bottom: 0;}
  .lyNav_list>ul>li>i { display: block; width: 60px; height: 60px; margin: 0; padding: 26px 22px; border: 0 !important; position: absolute; top: 0; right: 0;}
  .lyNav_list>ul>li>i::before { content: ''; display: block; width: 0; height: 0; border-top: 8px solid #ccc; border-left: 8px solid transparent; border-right: 8px solid transparent;}
  .lyNav_list>ul>li:active>i::before { border-top: 8px solid #46b036;}
  .lyNav_list>ul>li.cur>i::before { border-top: 0 solid #46b036; border-bottom: 8px solid #46b036;}    
  .lyNav .lyNav_btn { display: block; position: absolute; top: 20px; right: 3%; z-index: 99;}
  .lyNav_btn i { display: block; width: 40px; height: 40px; padding: 11px; background-color: #46b036; border-radius: 50%; position: relative;}
  .lyNav_btn i::before { content: ''; display: block; width: 48px; height: 48px; background-color: #46b036; border-radius: 50%; opacity: .12; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
  .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 .lyMessage { display: none;}


  .lyFoot { margin-top: -40px; padding-top: 40px;}
  .lyFoot::before { height: 40px;}
  .lyFoot_main .lyFoot_btm { display: block; padding: 20px 0;}
  .lyFoot_btm .lyFoot_ewm { display: none;}
  .lyFoot_copy p { font-size: 14px; text-align: center;}
  .lyFoot_copy p a { font-size: 14px;}
  .lyLinks { display: none;}
  .lyLinks_title, .lyLinks_list a { font-size: 14px;}
}

@media (max-width:820px) {
}

@media (max-width:767px) {
  .lyTop a.lyLogo { height: 50px;}
  .lyTop .lyForm { margin: 15px 0; position: inherit;}
  .lyForm .lyForm_main { width: 100%; height: 60px; padding: 10px 3%; background-color: #fff; border-top: 1px solid #e6e6e6; top: 100%; right: 0; transform-origin: top center;}
  .lyForm em.close { top: 15px; right: calc(40px + 6%);}

  .lyNav .lyNav_btn { top: 15px;}
  .lyNav_list>ul { width: 60%;}
  .lyNav_list>ul>li>a { height: 50px; line-height: 50px; font-size: 16px; padding: 0 40px 0 20px;}
  .lyNav_list>ul>li>i { width: 40px; padding: 26px 12px;}


  .lyFoot { margin-top: -20px; padding-top: 20px;}
  .lyFoot::before { height: 20px;}

  .lyView_code { display: none;}
}

@media (max-width:390px) {
}

@media (max-width:320px) {
}


#KFRightScreen { z-index: 99 !important;}
