* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
body { font: 16px/1.5 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Helvetica', 'sans-serif';}
table, th, td, tr { border-collapse: collapse; border-spacing: 0; font-size: 16px;}
ol, ul { list-style: none;}
li { list-style-type: none;}
img { max-width: 100%; border: 0;}
.clear::after { content: ''; display: block; height: 0; overflow: hidden; clear: both;}
a { color: #000; text-decoration: none;}
a:visited, a:hover, a:active { text-decoration: none;}
.fl { float: left;}
.fr { float: right;}

.icon { display: block; width: 100%; height: 100%;}
.cover, .cover1 { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.cover { width: 100%; height: 100%; object-fit: cover;}
.cover1 { max-width: 100%; max-height: 100%; margin: auto;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width: 2px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, .06);}/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb { background-color: #26ad49;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #26ad49;}  /* 滚动条滑块点击状态 */

@font-face { font-family: "RobotoLight"; src: url('../fonts/Roboto-Light.ttf');}
@font-face { font-family: "RobotoRegular"; src: url('../fonts/Roboto-Regular.ttf');}
@font-face { font-family: "RobotoMedium"; src: url('../fonts/Roboto-Medium.ttf');}
@font-face { font-family: "RobotoBold"; src: url('../fonts/Roboto-Bold.ttf');}

.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1440px) {
  .w1400 { width: 94%;}
}

.w1580 { width: 1580px; margin: 0 auto;}
@media (max-width:1680px) {
  .w1580 { width: 90%;}
}
@media (max-width:1600px) {
  .w1580 { width: 94%;}
}

/*lyTop start*/
.lyTop { width: 100%; background-color: #fff; border-bottom: 1px solid #0140a0; position: absolute; left: 0; top: 0; z-index: 999;}
.topFixed .lyTop { position: fixed;}
.lyTop .lyTop_logo { height: 90px; margin: 30px 0;}
.lyTop .lyTop_logo a { display: -webkit-flex; display: flex; align-items: center; height: 90px; overflow: hidden;}
.lyTop .lyTop_logo a img { display: block; max-height: 100%;}
.topFixed .lyTop .lyTop_logo { height: 48px; margin: 6px 0;}
.topFixed .lyTop .lyTop_logo a { height: 48px;}

.lyTop_right { width: 75%;}

.lyNav { margin: 0;}
.topFixed .lyTop .lyNav { margin: 0;}
.lyNav_list>ul { display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}
.lyNav_list>ul>li { padding-right: 40px; flex-grow: 1; position: relative;}
.lyNav_list>ul>li:last-child { padding-right: 0;}
.lyNav_list>ul>li>a { display: inline-block; height: 60px; overflow: hidden; line-height: 60px; color: #222; font-size: 18px; vertical-align: middle; position: relative;}
.lyNav_list>ul>li:hover>a, .lyNav_list>ul>li.active>a { color: #0140a0;}
.lyNav_list>ul>li>a::after { content: ''; display: block; width: 0; height: 3px; background-color: #0140a0; position: absolute; left: 0; bottom: -1px; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyNav_list>ul>li:hover>a::after, .lyNav_list>ul>li.active>a::after { width: 100%;}

.lyNav_list>ul>li i { display: inline-block; width: 10px; height: 10px; margin: -2px 0 0 4px; vertical-align: middle;}
.lyNav_list>ul>li:hover i svg path { fill: #0140a0;}
.lyNav_list>ul>li ul { width: auto; overflow: hidden; padding: 5px; background-color: #fff; -webkit-box-shadow: 0 0 10px rgb(0, 0, 0, .1); box-shadow: 0 0 10px rgb(0, 0, 0, .1); position: absolute; left: 50%; top: 100%; z-index: 2; opacity: 0; visibility: hidden; transform: translate(-50%, 20px); -webkit-transform: translate(-50%, 20px); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNav_list>ul>li:hover ul, .lyNav_list>ul>li.on ul { opacity: 1; visibility: visible; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0);}
.lyNav_list>ul>li ul li a { display: block; line-height: 20px; overflow: hidden; color: #333; font-size: 14px; text-transform: capitalize; white-space: nowrap; padding: 5px 10px;}
.lyNav_list>ul>li ul li a:hover { color: #fff; background-color: #0140a0;}

.lyForm { margin-top: 14px; position: relative;}
.topFixed .lyTop .lyForm { display: none;}
.lyForm form { width: 480px; height: 40px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 20px; position: relative; float: right;}
.lyForm .lyForm_ipt { width: calc(100% - 60px); height: 38px; overflow: hidden; line-height: 38px; color: #222; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 0 20px; background: none; border: 0; outline: none;}
.lyForm .lyForm_ipt::placeholder { color: #999;}
.lyForm .lyForm_btn { width: 60px; height: 40px; overflow: hidden; font-size: 0; background-color: #26ad49; border-radius: 20px; border: 0; outline: none; cursor: pointer; position: absolute; top: -1px; right: -1px;}
.lyForm .lyForm_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 10px;}

.lyForm p { display: flex; max-width: calc(100% - 480px); height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding-right: 20px; float: right;}
.lyForm p a { display: block; color: #999; font-size: 16px; padding: 0 5px; position: relative;}
.lyForm p a:hover { color: #0140a0;}
.lyForm p a::after { content: ''; display: block; width: 4px; height: 1px; margin-top: -0.5px; background-color: #999; position: absolute; top: 50%; right: -2px;}
.lyForm p a:last-child { padding: 0 0 0 5px;}
.lyForm p a:last-child::after { display: none;}

.lyTel { padding-right: 18px; text-align: right;}
.lyTel p { display: inline-block; background-color: #0140a0; vertical-align: top; position: relative;}
.lyTel p::before, .lyTel p::after { content: ''; display: block; width: 36px; height: 36px; position: absolute; top: 0;}
.lyTel p::before { left: -36px; background: url(../images/l_ico.png) center center no-repeat; background-size: 100% 100%;}
.lyTel p::after { right: -36px; background: url(../images/r_ico.png) center center no-repeat; background-size: 100% 100%;}
.lyTel p span { display: inline-block; height: 36px; line-height: 36px; color: rgba(255, 255, 255, .7); font-size: 16px; vertical-align: top; padding: 0 20px; position: relative;}
.lyTel p span:first-child::after { content: ''; display: block; width: 1px; height: 14px; background-color: rgba(255, 255, 255, .25); position: absolute; right: -2px; top: 50%; margin-top: -7px;}
.topFixed .lyTop .lyTel { display: none;}
/*lyTop end*/


.lyTitle { line-height: 48px; overflow: hidden; color: #222; font-size: 38px; text-align: center; margin-bottom: 40px;}

.lyMore { text-align: center;}
.lyMore a { display: inline-block; height: 32px; line-height: 32px; color: #777; font-size: 18px; vertical-align: top;}
.lyMore a i { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -4px 0 0 10px; padding: 5px; background-color: #bbb; border-radius: 50%;}
.lyMore a:hover { color: #0140a0;}
.lyMore a:hover i { margin: -4px 0 0 20px; background-color: #0140a0;}
.lyMore a i svg { transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}


/*lyFooter start*/
.lyFooter { overflow: hidden; background: #34373e url(../images/footBg.png) 10% center no-repeat; position: relative;}
.lyFoot_main { padding: 60px 0;}
.lyFoot_main title { display: block; line-height: 30px; color: #fff; font-size: 20px; margin-bottom: 30px;}
.lyFoot_main .lyFoot_lxfs { width: 40%; float: left;}
.lyFoot_lxfs a.lyFoot_name { display: block; line-height: 30px; color: #fff; font-size: 16px; font-weight: bold; margin-bottom: 6px;}
.lyFoot_lxfs a.lyFoot_name:hover { color: #26ad49;}
.lyFoot_lxfs .lyFoot_tel { line-height: 30px; color: rgba(255, 255, 255, .7); font-size: 14px; margin-bottom: 20px;}
.lyFoot_lxfs .lyFoot_tel span { display: inline-block; vertical-align: top; color: #26ad49; font-size: 18px;}
.lyFoot_lxfs dl dd { min-height: 30px; line-height: 30px; color: rgba(255, 255, 255, .7); font-size: 16px; margin-bottom: 10px; padding-left: 30px; position: relative;}
.lyFoot_lxfs dl dd i { display: block; width: 16px; height: 16px; overflow: hidden; position: absolute; left: 0; top: 7px;}

.lyFoot_links { width: 64%; margin-top: 40px; position: relative;}
.lyFoot_links p { width: 100%; height: 44px; overflow: hidden; line-height: 42px; color: #fff; font-size: 16px; padding: 0 42px 0 20px; border: 1px solid rgba(255, 255, 255, .25); position: relative; cursor: pointer;}
.lyFoot_links p i { width: 42px; height: 42px; overflow: hidden; padding: 10px; position: absolute; top: 0; right: 0;}
.lyFoot_links.show p i { transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
.lyFoot_links .lyFoot_links_list { display: none; width: 100%; max-height: 260px; overflow-y: scroll; padding: 10px 20px; background-color: #34373e; border: 1px solid rgba(255, 255, 255, .25); border-bottom: 0; position: absolute; left: 0; bottom: 44px; z-index: 2;}
.lyFoot_links.show .lyFoot_links_list { display: block;}
.lyFoot_links_list a { display: block; height: 40px; overflow: hidden; line-height: 40px; color: rgba(255, 255, 255, .7); font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.lyFoot_links_list a:hover { color: #26ad49;}

.lyFoot_main .lyFoot_nav { width: calc(60% - 150px); padding: 0 15%; float: left;}
.lyFoot_nav ul li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, .25);}
.lyFoot_nav ul li:last-child { margin-bottom: 0;}
.lyFoot_nav ul li a { display: block; height: 38px; overflow: hidden; line-height: 38px; color: rgba(255, 255, 255, .7); font-size: 16px;}
.lyFoot_nav ul li a i { display: block; width: 16px; height: 18px; overflow: hidden; margin: 10px 0; float: right; opacity: .25;}
.lyFoot_nav ul li a i svg { transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}
.lyFoot_nav ul li:hover { border-bottom: 1px solid #26ad49;}
.lyFoot_nav ul li:hover a { color: #26ad49;}
.lyFoot_nav ul li:hover a i { opacity: 1;}
.lyFoot_nav ul li:hover a i svg path { fill: #26ad49;}

.lyFoot_main .lyFoot_ewm { width: 150px; float: left;}
.lyFoot_ewm p { width: 100%; height: auto; overflow: hidden; padding: 10px; border: 1px solid rgba(255, 255, 255, .25);}
.lyFoot_ewm p img { display: block; width: 100%; height: auto;}

.lyFoot_copy { padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .25);}
.lyFoot_copy p { line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 16px; text-align: center;}
.lyFoot_copy p a { color: rgba(255, 255, 255, .25); font-size: 16px;}
.lyFoot_copy p a:hover { color: #26ad49;}
/*lyFooter end*/


/*lyView start*/
.lyView { margin-top: 50px; position: fixed; top: 50%; right: 0; z-index: 99; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyView_tel, .lyView_qq { margin-bottom: 2px; position: relative;}
.lyView_tel a, .lyView_code a, .lyView_qq a, .lyView_top a { display: block; width: 60px; height: 60px; overflow: hidden; padding: 18px; background-color: #0140a0;}
.lyView_tel a { border-radius: 8px 0 0;}
.lyView_tel p, .lyView_qq p { display: none; width: 180px; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 24px; font-weight: bold; text-align: right; background-color: #26ad49; border-radius: 12px 0 0; position: absolute; top: 0; right: 60px;}
.lyView_qq p { width: 160px;}
.lyView_tel:hover a { border-radius: 0;}
.lyView_tel:hover p, .lyView_qq:hover p { display: block;}

.lyView_code, .lyView_qq a { margin-bottom: 2px; position: relative;}
.lyView_code p { display: none; width: 150px; height: auto; overflow: hidden; padding: 10px; background-color: #fff; border-radius: 0; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); 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: 24px; color: #555; font-size: 16px; text-align: center;}

.lyView_top a { border-radius: 0 0 0 12px;}
.lyView_tel:hover a, .lyView_code:hover a, .lyView_qq:hover a, .lyView_top:hover a { background-color: #26ad49;}
/*lyView end*/


/*nyBanner start*/
.nyBanner { height: 400px; overflow: hidden; margin-top: 150px; position: relative;}
.topFixed .nyBanner { margin-top: 60px;}
.nyBanner .nyBa_txt { position: absolute; left: 50%; top: 40%; z-index: 1; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.nyBa_txt span { display: block;color: rgba(255, 255, 255, 0);-webkit-text-stroke: 1px rgba(255,255,255,.08);font-size:60px; font-weight: bold; text-transform:uppercase;}
.nyBa_txt p { color: #fff; font-size: 44px; margin: -50px 0 0;}
.nyBa_txt i { display: block; width: 44px; height:4px; margin:16px 0 0; background: #fff; }
/*nyBanner end*/


/*ny_head start*/
.ny_head { margin-top: -73px; position: relative; z-index:3;}
.ny_head .nyHead_main { padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, 0.15);}
.nyHead_main p { width:100%; height: 32px; overflow: hidden; line-height: 32px; color: #fff; white-space: nowrap; text-overflow:ellipsis; padding-left: 42px; position: relative;}
.nyHead_main p em { display: block; width: 32px; height: 32px; overflow: hidden; padding: 5px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 50%; position: absolute; left: 0; top: 0;}
.nyHead_main p a, .nyHead_main p span { line-height: 32px; color: #fff; font-size: 14px;}
.nyHead_main p span { color: rgba(255, 255, 255, 0.45);}

.nyHead_main p i { display: inline-block; width: 10px; height:32px; vertical-align: top; margin: 0 6px;}
.nyHead_main p i svg { transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}
/*ny_head end*/


.nyTitle { height: 50px; margin-bottom: 50px;}
.nyTitle span { display: block; line-height: 30px; color: #555; font-family: "RobotoLight"; font-size: 14px; text-transform: uppercase; border-bottom: 2px solid #0140a0; margin: 9px 40px 9px 0; padding-right: 40px; float: left;}
.nyTitle span::before { content: ''; display: block; width: 8px; height: 8px; background-color: #0140a0; border-radius: 50%; margin: 11px 10px 11px 0; float: left;}
.nyTitle p { line-height: 50px; color: #222; font-size: 48px; font-weight: bold; text-transform: capitalize;}
.nyTitle1 p, .nyTitle1 span { color: #fff;}


/*nyPage start*/
.nyPage { line-height: 44px; color: #999; font-size: 18px; text-align: center;}
.nyPage a { display: inline-block; width: 44px; height: 44px; line-height: 44px; color: #555; font-size: 18px; text-align: center; vertical-align: top; margin: 0 3px; background-color: #f3f6fb; border-radius: 4px;}
.nyPage1 a { background-color: #fff;}
.nyPage a:hover, .nyPage a.pnnum1 { color: #fff; background-color: #0140a0 !important;}
.nyPage a.prev, .nyPage a.next { padding: 15px;}
.nyPage a.prev:hover, .nyPage a.next:hover { background-color: #0140a0;}
.nyPage a.prev svg { transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.nyPage a.prev:hover svg path, .nyPage a.next:hover svg path { fill: #ffffff;}
/*nyPage end*/


@media (max-width:1680px) {
  .lyTop .lyTop_logo { margin: 28px 0;}

  .lyTel p span { height: 32px; line-height: 32px; font-size: 15px; padding: 0 12px;}
  .lyTel p::before, .lyTel p::after { width: 32px; height: 32px;}
  .lyTel p::before { left: -32px;}
  .lyTel p::after { right: -32px;}
  
  .lyForm p, .lyForm p a, .lyForm .lyForm_ipt { font-size: 15px;}
  .lyForm form { width: 450px;}
  .lyForm p { max-width: calc(100% - 450px);}

  .lyNav_list>ul>li { padding-right: 36px;}
  .lyNav_list>ul>li>a { font-size: 17px;}

  .lyTitle { line-height: 44px; font-size: 36px;}

  .lyMore a { font-size: 16px;}

  .lyFoot_main title { font-size: 18px;}  
  .lyFoot_lxfs dl dd { line-height: 24px; font-size: 15px; padding: 3px 0 3px 30px;}
  .lyFoot_links p { font-size: 15px;}
  .lyFoot_links_list a { height: 35px; line-height: 35px; font-size: 15px;}
  .lyFoot_nav ul li a { height: 35px; line-height: 35px; font-size: 15px;}
  .lyFoot_nav ul li a i { width: 15px; height: 15px;}
  .lyFoot_copy p, .lyFoot_copy p a { font-size: 15px;}

  .lyView_tel a, .lyView_qq a, .lyView_code a, .lyView_top a { width: 52px; height: 52px; padding: 16px;}
  .lyView_tel a { border-radius: 6px 0 0;}
  .lyView_top a { border-radius: 0 0 0 6px;}
  .lyView_tel p, .lyView_qq p { width: 160px; height: 52px; line-height: 52px; font-size: 22px; text-align: center; border-radius: 8px 0 0; right: 52px;}
  .lyView_code p { width: 140px; padding: 8px; right: 54px;}
  .lyView_code p img { margin: 0 auto 8px;}
  .lyView_code p span { line-height: 1.2; font-size: 15px;}

  .nyBanner { margin-top: 146px;}
}

@media (max-width:1600px) {
  .nyBanner { height: 380px;}
  .nyBa_txt span { font-size: 56px;}
  .nyBa_txt p { font-size: 40px;}
  .nyBa_txt i { width: 40px;}
}

@media (max-width:1560px) {
  .nyBa_txt p { font-size: 36px;margin: -75px 0 0; }
}

@media (max-width:1440px) {
  .lyTop .lyTop_logo { margin: 25px 0;}

  .lyTel p span { height: 30px; line-height: 30px; font-size: 14px; padding: 0 10px;}
  .lyTel p::before, .lyTel p::after { width: 30px; height: 30px;}
  .lyTel p::before { left: -30px;}
  .lyTel p::after { right: -30px;}

  .lyForm form { width: 420px; height: 36px;}
  .lyForm p, .lyForm p a, .lyForm .lyForm_ipt { font-size: 14px;}
  .lyForm p { height: 36px; line-height: 36px;}
  .lyForm .lyForm_ipt { height: 34px; line-height: 34px;}
  .lyForm .lyForm_btn { height: 36px;}
  .lyForm p { max-width: calc(100% - 420px);}

  .lyView_tel p, .lyView_qq p { width: 150px; font-size: 20px;}
  .lyView_code p span { font-size: 14px;}

  .lyTitle { line-height: 40px; font-size: 32px; margin-bottom: 30px;}

  .lyFoot_main { padding: 48px 0;}
  .lyFoot_main title { margin-bottom: 24px;}
  .lyFoot_main .lyFoot_nav { padding: 0 13%;}

  .nyBanner { height: 360px; margin-top: 140px;}
  .nyBa_txt span { font-size: 52px; }
  .nyBa_txt p { font-size: 32px; margin: -40px 0 0;}
  .nyBa_txt i { width: 33px; height: 3px; margin: 12px 0 0;}
}

@media (max-width:1366px) {
  .lyTop_right { width: 74%;}

  .lyFoot_main .lyFoot_nav { padding: 0 12%;}
}

@media (max-width:1280px) {
  .lyTop .lyTop_logo { margin: 15px 0;}
  .lyTop .lyTop_logo, .lyTop .lyTop_logo a { height: 80px;}
  
  .lyForm form { width: 360px;}
  .lyForm p { max-width: calc(100% - 360px);}

  .lyNav_list>ul>li { padding-right: 30px;}
  .lyNav_list>ul>li>a { font-size: 16px;}

  .lyFoot_main { padding: 40px 0;}
  .lyFoot_main title { margin-bottom: 20px;}
  .lyFoot_main .lyFoot_lxfs { width: 42%;}
  .lyFoot_main .lyFoot_nav { width: calc(58% - 150px); padding: 0 10%;}
  .lyFoot_nav ul li a { height: 32px; line-height: 32px; font-size: 14px;}
  .lyFoot_links { width: 70%; margin-top: 20px;}
  .lyFoot_nav ul li a { height: 32px; line-height: 32px; font-size: 14px;}
  .lyFoot_nav ul li a i { width: 14px; height: 14px; margin: 9px 0;}
  .lyFoot_copy p, .lyFoot_copy p a { font-size: 14px;}

  .nyBanner { margin-top: 110px;}
}

@media (max-width:1200px) {
  .lyTop .lyTop_logo, .lyTop .lyTop_logo a { height: 70px;}
  .lyTop .lyTop_logo { margin: 20px 0;}

  .lyTel { display: none;}

  .lyNav_list>ul>li { padding-right: 20px;}

  .lyFoot_main .lyFoot_lxfs { width: 44%;}
  .lyFoot_main .lyFoot_nav { width: calc(56% - 150px); padding: 0 8%;}

  .nyBanner { height: 320px;}
  .nyBa_txt span { font-size: 48px; }
  .nyBa_txt p { font-size: 30px;}

  .ny_head { margin-top: -63px;}
  .ny_head .nyHead_main { padding: 15px 0;}
}

@media (max-width:1080px) {
  .lyTop .lyTop_logo, .lyTop .lyTop_logo a { height: 60px;}
  .lyTop .lyTop_logo { margin: 10px 0;}
  .topFixed .lyTop .lyTop_logo { margin: 8px 0;}

  .lyTop_right { width: auto;}

  .lyForm { margin: 20px 0; float: right;}
  .topFixed .lyTop .lyForm { display: block; margin: 12px 0;}
  .lyForm p { display: none;}
  .lyForm form, .lyForm .lyForm_btn { height: 40px;}
  .lyForm .lyForm_ipt { height: 38px; line-height: 38px;}

  .lyTop .lyNav { width: auto; padding-right: 10px; float: right;}
  .lyNav .lyNav_list { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: -100%; z-index: 9999;}
  .lyNav .lyNav_list.open { left: 0;}
  .lyNav_list>ul { width: 50%; height: 100%; 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: #333; 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: #0140a0; border-bottom: 1px solid #0140a0;}
  .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.on { transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
  .lyNav_list>ul>li i.on svg path { fill: #0140a0;}
  .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:hover ul, .lyNav_list>ul>li.on ul { 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 15px 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: #0140a0; 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: 40px; margin: 20px 0; padding: 11px 10px;}
  .topFixed .lyNav .lyNav_btn { margin: 12px 0;}
  .lyNav_btn i { display: block; height: 2px; background-color: #26ad49; margin: 6px 0;}
  .lyNav_btn::before, .lyNav_btn::after { content: ''; display: block; height: 2px; background-color: #26ad49;}
  .lyTop.fxd .lyNav_btn i, .lyTop.fxd .lyNav_btn::before, .lyTop.fxd .lyNav_btn::after { background-color: #333;}
  .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 { line-height: 36px; font-size: 30px; margin-bottom: 20px;}

  .nyBanner { height: 300px; margin-top: 80px;}
  .nyBa_txt span { font-size: 44px; }
  .nyBa_txt p { font-size: 28px; margin: -30px 0 0; }
  .nyBa_txt i { width: 30px; height: 2px;}

  .nyPage a { width: 40px; height: 40px; line-height: 40px; font-size: 16px;}
  .nyPage a.prev, .nyPage a.next { padding: 13px;}
}

@media (max-width:1024px) {
  .nyBanner { height: 260px;}
  .nyBa_txt span { font-size: 36px;}
}

@media (max-width:920px) {
  .lyFoot_main .lyFoot_lxfs { width: calc(100% - 150px); padding-right: 8%;}
  .lyFoot_main .lyFoot_nav { display: none;}
  .lyFoot_copy p { float: none !important; text-align: left;}

  .lyTitle { line-height: 32px; font-size: 28px;}
}

@media (max-width:820px) {
  .lyForm form { width: 320px;}

  .lyFoot_main .lyFoot_lxfs { padding-right: 5%;}

  .nyBanner { height: 240px;}
  .nyBa_txt span { font-size: 34px;}
  .nyBa_txt p { font-size: 24px; margin: -24px 0 0;}
}

@media (max-width:767px) {
  .lyTop_main { padding-bottom: 54px; position: relative;}
  .topFixed .lyTop .lyTop_main { padding-bottom: 0;}
  .lyTop .lyTop_logo, .lyTop .lyTop_logo a { height: 48px;}
  .lyTop .lyTop_logo { margin: 8px 0;}

  .lyForm { width: 100%; margin: 0; padding: 0 0 12px; position: absolute; left: 0; bottom: 0;}
  .topFixed .lyTop .lyForm { margin: 0; display: none;}
  .lyForm form { width: 100%;}
  .lyForm p { max-width: 100%;}

  .lyTop .lyNav { padding-right: 0;}
  .lyNav .lyNav_btn { margin: 12px 0;}
  .lyNav_list>ul { width: 60%;}
  .lyNav_list>ul>li a { padding: 0 60px 0 20px;}

  .lyTitle { line-height: 30px; font-size: 26px;}

  .lyFoot_main { display: none;}
  .lyFoot_copy { padding: 15px 0; border-top: 0;}
  .lyFoot_copy p { line-height: 28px;}

  .lyView_tel a, .lyView_qq a, .lyView_code a, .lyView_top a { width: 44px; height: 44px; padding: 12px;}
  .lyView_tel a { border-radius: 4px 0 0;}
  .lyView_top a { border-radius: 0 0 0 4px;}
  .lyView_tel p, .lyView_qq p { width: 140px; height: 44px; line-height: 44px; font-size: 18px; text-align: center; border-radius: 6px 0 0; right: 44px;}
  .lyView_code p { width: 120px; padding: 8px; right: 46px;}
  .lyView_code p img { margin: 0 auto 4px;}

  .nyBanner { height: 180px; margin-top: 118px;}
  .nyBa_txt span { font-size: 30px; }
  .nyBa_txt p { font-size: 22px; margin: -20px 0 0; }
  .nyBa_txt i { margin: 10px 0 0;}

  .ny_head { margin-top: 0;}
  .ny_head .nyHead_main { width: 100%; padding: 10px; border-top: 0; border-bottom: 1px solid #e6e6e6;}
  .nyHead_main p, .nyHead_main p a, .nyHead_main p span { color: #999;}
  .nyHead_main p em { border: 1px solid #e6e6e6;}
  .nyHead_main p em svg path { fill: #26ad49;}
  .nyHead_main p i { margin: 0 4px;}
  .nyHead_main p i svg path { fill: #999;}

  .nyPage a.pnnum, .nyPage a.pnnum1 { display: none;}
}

@media (max-width:390px) {
  .nyBanner { height: 160px;}
}

@media (max-width:320px) {
  .lyTitle { line-height: 28px; font-size: 24px;}

  .nyBanner { height: 140px;}
}

