* { font: 16px/1.5 '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft Yahei', '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: #292929; 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: 2px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color: rgb(0, 0, 0, .06);}/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb { background-color: #034b9d;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #034b9d;}  /* 滚动条滑块点击状态 */


@font-face { font-family: "AlimamaShuHeiTi-Bold"; src: url('../fonts/AlimamaShuHeiTi-Bold.ttf');}

.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1440px) {
  .w1400 { width: 1280px;}
}
@media (max-width:1366px) {
  .w1400 { width: 1200px;}
}
@media (max-width:1280px) {
  .w1400 { width: 1080px;}
}
@media (max-width:1080px) {
  .w1400 { width: 94%;}
}


/*lyTop start*/
.lyTop { width: 100%; background-color: #fff; border-top: 20px solid #034b9d; box-shadow: 0 5px 10px rgba(0, 0, 0, .03); position: relative; z-index: 999;}
.lyTop.fxd { border-top: 10px solid #034b9d; position: fixed; left: 0; top: 0;}
.lyTop.fxd .lyTop_con1 { display: none;}
.lyTop .lyTop_main { position: relative;}
.lyTop_con1 a.lyLogo { display: block; height: 60px; margin: 15px 0; float: left;}
.lyTop_con1 a.lyLogo img { max-height: 100%;}

.lyTop_con1 .lyTop_lxfs { width: 70%; margin: 20px 0;}
.lyTop_lxfs ul { display: flex; justify-content: space-between;}
.lyTop_lxfs ul li { min-height: 50px; padding-left: 45px; position: relative;}
.lyTop_lxfs ul li:last-child { max-width: 50%;}
.lyTop_lxfs ul li i { display: block; width: 30px; height: 30px; overflow: hidden; position: absolute; left: 0; top: 10px;}
.lyTop_lxfs ul li span { display: block; line-height: 24px; color: #222; font-size: 18px; font-weight: bold; margin-bottom: 2px;}
.lyTop_lxfs ul li p { height: 24px; overflow: hidden; line-height: 24px; color: #034b9d; font-family: 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Helvetica', 'sans-serif'; font-size: 18px; white-space: nowrap; text-overflow: ellipsis;}
.lyTop_lxfs ul li:last-child p { font-size: 16px;}


.lyTop .lyTop_con2 { width: 100%; padding-right: 30px; background-color: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .03); position: absolute; left: 0; top: 100%; z-index: 9;}
.lyTop.fxd .lyTop_con2 { padding-right: 0; box-shadow: 0 0 0 rgba(0, 0, 0, 0); position: initial; left: initial; top: initial;}
.lyTop_con2 .lyNav { float: left;}
.lyNav_list>ul>li { display: flex; align-items: center; padding: 0 30px; float: left; position: relative;}
.lyNav_list>ul>li>a { display: block; height: 70px; overflow: hidden; line-height: 40px; color: #222; font-size: 18px; font-weight: bold; padding: 15px 0; position: relative;}
.lyNav_list>ul>li:hover>a, .lyNav_list>ul>li.active>a { color: #034b9d;}
.lyNav_list>ul>li>a::after { content: ''; display: block; width: 0; height: 2px; overflow: hidden; background-color: #034b9d; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); 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: block; width: 8px; height: 8px; overflow: hidden; position: absolute; top: 50%; right: 16px; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyNav_list>ul>li:hover>i svg path { fill: #034b9d;}

.lyNav_list>ul>li ul { display: none; width: 130%; padding: 10px; background-color: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .03); position: absolute; left: -15%; top: 100%;}
.lyNav_list>ul>li:hover ul { display: block;}
.lyNav_list>ul>li ul li { border-bottom: 1px solid #e6e6e6;}
/*.lyNav_list>ul>li ul li:last-child { border-bottom: 0;}*/
.lyNav_list>ul>li ul li a { display: block; height: 40px; overflow: hidden; line-height: 40px; color: #555; font-size: 14px; text-align: center; white-space: nowrap; text-overflow: ellipsis; position: relative;}  
.lyNav_list>ul>li ul li a:hover { color: #034b9d;}

.lyNav .lyNav_btn { display: none;}


.lyTop_con2 .lyForm { margin: 15px 0; float: right; position: relative;}
.lyForm .btn { width: 40px; height: 40px; overflow: hidden; position: relative;}
.lyForm .btn a.open, .lyForm .btn a.close { display: block; width: 40px; height: 40px; overflow: hidden; padding: 2px;}
.lyForm .btn a.open { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lyTop#show .lyForm .btn a.open { margin-top: -40px; opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}
.lyForm .btn a.close { opacity: 0; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); opacity: 0; filter: Alpha(opacity=0);}
.lyTop#show .lyForm .btn a.close { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lyForm .btn a.open i, .lyForm .btn a.close i { display: block; width: 100%; height: 100%; overflow: hidden; background-color: #034b9d; border-radius: 50%; padding: 10px; cursor: pointer;}
.lyForm .btn a.open:hover i, .lyForm .btn a.close:hover i { background-color: #222;}

.lyForm form { width: 320px; height: 40px; background-color: #f0f0f0; border-radius: 20px; padding: 2px; position: absolute; top: 0; right: 50px; z-index: 9; opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}
.lyTop#show .lyForm form { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lyForm .lyForm_ipt { float: left; width: calc(100% - 36px); height: 36px; overflow: hidden; line-height: 36px; color: #222; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; padding: 0 20px; background: none; border: 0; outline: none;}
.lyForm .lyForm_ipt::placeholder { color: #666;}
.lyForm .lyForm_btn { float: right; width: 36px; height: 36px; overflow: hidden; font-size: 0; background-color: #034b9d; border-radius: 50%; border: 0; outline: none; cursor: pointer;}
.lyForm .lyForm_btn:hover { background-color: #222;}
.lyForm .lyForm_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 10px;}
/*lyTop end*/


/*lyFoot start*/
.lyFoot { overflow: hidden; background-color: #222;}
.lyFoot .lyFoot_main { overflow: hidden; padding: 60px 0;}
.lyFoot_tit { line-height: 30px; color: #fff; font-size: 18px; margin-bottom: 30px;}
.lyFoot_tit i { display: inline-block; vertical-align: middle; width: 18px; height: 18px; overflow: hidden; padding: 2px; background-color: #034b9d; border-radius: 50%; margin: -4px 0 0 10px;}
.lyFoot_main .lyFoot_nav { width: 66%; float: left;}
.lyFoot_nav ul { display: flex; justify-content: space-between;}
.lyFoot_nav ul li { max-width: 32%; padding-right: 20px;}
.lyFoot_nav ul li dl dd a { display: block; width: 100%; height: 36px; overflow: hidden; line-height: 36px; color: rgba(255, 255, 255, .5); font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.lyFoot_nav ul li dl dd a:hover { color: #fff;}

.lyFoot_main .lyFoot_lxfs { max-width: 300px; float: right;}
.lyFoot_lxfs ul li { min-height: 30px; overflow: hidden; margin-bottom: 10px; padding-left: 30px; position: relative;}
.lyFoot_lxfs ul li:last-child { margin-bottom: 0;}
.lyFoot_lxfs ul li i { display: block; width: 20px; height: 20px; overflow: hidden; padding: 2px; position: absolute; left: 0; top: 5px; opacity: .5;}
.lyFoot_lxfs ul li p { line-height: 30px; color: rgba(255, 255, 255, .5); font-size: 16px;}

.lyFoot_ewm { margin-top: 30px;}
.lyFoot_ewm p { width: 150px; padding: 9px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 16px;}
.lyFoot_ewm p img { display: block; width: 100%; border-radius: 8px;}
.lyFoot_ewm span { display: block; width: 150px; line-height: 24px; color: rgba(255, 255, 255, .5); font-size: 16px; text-align: center; margin-top: 10px;}

.lyLinks { display: flex; overflow: hidden; padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, .1);}
.lyLinks span { display: block; width: 110px; line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 16px;}
.lyLinks span i { display: block; width: 20px; height: 20px; overflow: hidden; margin: 5px 6px 5px 0; float: left; opacity: .25;}
.lyLinks p { width: calc(100% - 110px); line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 16px;}
.lyLinks p a { display: inline-block; line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 16px; vertical-align: top; padding: 0 10px;}
.lyLinks p a:hover { color: #fff;}

.lyFoot .lyFoot_bottom { overflow: hidden; padding: 30px 0; border-top: 1px solid rgba(255, 255, 255, .1);}
.lyFoot_bottom .lyFoot_logo { margin-right: 30px; float: left;}
.lyFoot_logo a { display: block; height: 60px; overflow: hidden;}
.lyFoot_logo a img { max-height: 100%;}

.lyFoot_bottom .lyFoot_copy { float: left;}
.lyFoot_copy p { line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 15px;}
.lyFoot_copy p a { color: rgba(255, 255, 255, .25); font-size: 16px;}
.lyFoot_copy p a:hover {color: #fff;}

.lyFoot_bottom .lyFoot_share { margin: 15px 0; float: right;}
.lyFoot_share a { display: inline-block; vertical-align: middle; width: 30px; height: 30px; overflow: hidden; padding: 6px; opacity: .25;}
.lyFoot_share a:hover { opacity: 1;}
/*lyFoot end*/


/*lyView start*/
.lyView { position: fixed; top: 60%; right: 0; z-index: 999; 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: #034b9d;}
.lyView_tel p { display: none; width: auto; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 24px; font-weight: bold; white-space: nowrap; padding-left: 20px; background-color: #034b9d; 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: 110px; height: auto; overflow: hidden; padding: 7px; 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*/


/*nyBanner start*/
.nyBanner { height: 500px; position: relative;}
.nyBanner .nyBa_text { margin-top: 40px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyBa_tit p {  height: 50px; line-height: 50px; color: #fff; font-size: 54px; font-weight: bold; text-align: center;}
.nyBa_tit p em { display: inline-block; line-height: 50px; color: #034b9d; font-size: 54px; font-weight: bold; font-style: normal;}
.nyBa_tit span { display: block; line-height: 40px; color: #fff; font-size: 36px; text-align: center; margin: 14px auto 28px;}
.nyBa_tit::after { content: ''; display: block; width: 50px; height: 2px; background-color: rgba(255, 255, 255, .25); margin: 0 auto;}
/*nyBanner end*/

/*nyCrumb start*/
.nyCrumb { text-align: center; margin-top: 30px;}
.nyCrumb p { display: inline-block; vertical-align: top; max-width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: rgba(255, 255, 255, .45); font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding-left: 30px; position: relative;}
.nyCrumb p em { display: block; width: 18px; height: 18px; overflow: hidden; margin-top: -9px; position: absolute; left: 0; top: 50%; opacity: .45;}
.nyCrumb p a { color: rgba(255, 255, 255, .45);}
.nyCrumb p a:hover { color: #fff;}
.nyCrumb p i { display: inline-block; width: 13px; height: 30px; overflow: hidden; vertical-align: top; margin: 0 6px; opacity: .45;}
/*nyCrumb end*/

/*nyMenu start*/
.nyMenu { overflow: hidden; background-color: #f8f8f8;}
.nyMenu .nyMenu_main { overflow: hidden; position: relative;}
.nyMenu_main ul { display: flex; align-items: center; justify-content: center;}
.nyMenu_main ul li { padding: 0 40px;}
.nyMenu_main ul li a { display: block; height: 80px; overflow: hidden; line-height: 40px; color: #777; font-size: 18px; font-weight: bold; padding: 20px 0; position: relative;}
.nyMenu_main ul li:hover a, .nyMenu_main ul li.active a { color: #034b9d;}
.nyMenu_main ul li a i { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -2px 10px 0 0;}
.nyMenu_main ul li:hover a i svg path, .nyMenu_main ul li.active a i svg path { fill: #034b9d;}
.nyMenu_main ul li a::after { content: ""; display: block; width: 0; height: 2px; background-color: #034b9d; position: absolute; left: 50%; bottom: 0; z-index: 1; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyMenu_main ul li:hover a::after, .nyMenu_main ul li.active a::after { width: 100%;}
/*nyMenu end*/

/*nyTitle start*/
.nyTitle { margin-bottom: 50px;}
.nyTitle em { display: block; line-height: 80px; color: rgba(3, 75, 157, .06); font-family: "AlimamaShuHeiTi-Bold"; font-size: 110px; font-style: normal; text-transform: uppercase;}
.nyTitle p { line-height: 80px; color: #222; font-size: 44px; margin-top: -80px; position: relative;}
.nyTitle span { display: block; line-height: 30px; color: #777; font-size: 22px; margin-top: 15px;}
.nyTitle1 em, .nyTitle1 p { text-align: center;}
/*nyTitle end*/


/*nyPage start*/
.nyPage { line-height: 46px; color: #999; font-size: 16px; text-align: center;}
.nyPage a { display: inline-block; height: 46px; line-height: 46px; color: #222; font-size: 18px; text-align: center; vertical-align: top; margin: 0 3px; padding: 0 18px; background-color: #f4f4f4; border-radius: 4px;}
.nyPage a.prev, .nyPage a.next { font-size: 16px;}
.nyPage a:hover, .nyPage a.pnnum1 { color: #fff; background-color: #034b9d;}
.nyPage1 a { background-color: #fff;}
/*nyPage end*/


@media (max-width:1680px) {
  .lyTop { border-top: 16px solid #034b9d;}
  .lyTop.fxd { border-top: 10px solid #034b9d;}
  .lyTop_con1 a.lyLogo { margin: 10px 0;}
  .lyTop_con1 .lyTop_lxfs { margin: 15px 0;}
  .lyTop_lxfs ul li { padding-left: 40px;}
  .lyTop_lxfs ul li i { width: 26px; height: 26px; top: 12px;}
  .lyTop_lxfs ul li span { line-height: 24px; font-size: 16px; margin-bottom: 2px;}
  .lyTop_lxfs ul li p { font-size: 16px;}
  .lyTop_lxfs ul li:last-child p { font-size: 14px;}

  .lyTop_con2 .lyForm { margin: 10px 0;}
  
  .nyTitle { margin-bottom: 40px;}
  .nyTitle em { line-height: 65px; font-size: 90px;}
  .nyTitle p { line-height: 65px; font-size: 38px; margin-top: -65px;}
  .nyTitle span { font-size: 20px; margin-top: 12px;}

  .lyFoot .lyFoot_main { padding: 50px 0;}
  .lyFoot_tit { margin-bottom: 25px;}
  .lyFoot_ewm { margin-top: 25px;}
  .lyFoot .lyFoot_bottom { padding: 25px 0;}
  .lyFoot_bottom .lyFoot_logo { margin-right: 25px;}

  .nyBanner { height: 440px;}
  .nyBa_tit p { height: 44px; line-height: 44px;}
  .nyBa_tit p, .nyBa_tit p em { line-height: 44px; font-size: 48px;}
  .nyBa_tit span { line-height: 36px; font-size: 32px; margin: 12px auto 24px;}
  .nyBa_tit::after { width: 48px;}
  .nyCrumb { margin-top: 24px;}
}

@media (max-width:1600px) {
  .nyBanner { height: 420px;}
}

@media (max-width:1560px) {  
}

@media (max-width:1440px) {
  .lyTop { border-top: 10px solid #034b9d;}
  .lyTop.fxd { border-top: 4px solid #034b9d;}
  .lyTop_lxfs ul li span { font-size: 15px;}

  .lyForm form { width: 300px;}
  .lyForm .lyForm_ipt { font-size: 14px;}

  .lyNav_list>ul>li>a { height: 60px; font-size: 17px; padding: 10px 0;}
  .lyNav_list>ul>li ul li a { font-size: 15px;}

  .lyFoot .lyFoot_main { padding: 40px 0;}
  .lyFoot_tit { margin-bottom: 20px;}
  .lyFoot_nav ul li dl dd { margin-bottom: 5px;}
  .lyFoot_nav ul li dl dd:last-child { margin-bottom: 0;}
  .lyFoot_nav ul li dl dd a { height: 30px; line-height: 30px; font-size: 15px;}
  .lyFoot_lxfs ul li p { font-size: 15px;}
  .lyFoot_ewm { margin-top: 20px;}
  .lyFoot_ewm span { line-height: 1.4; font-size: 15px;}
  .lyFoot .lyFoot_bottom { padding: 20px 0;}
  .lyFoot_bottom .lyFoot_logo { margin-right: 20px;}

  .lyLinks { padding: 20px 0;}
  .lyLinks span { width: 104px;}
  .lyLinks p { width: calc(100% - 104px);}
  .lyLinks span, .lyLinks p, .lyLinks p a { font-size: 15px;}

  .nyBanner { height: 380px;}
  .nyBanner .nyBa_text { margin-top: 30px;}
  .nyBa_tit p { height: 40px; line-height: 40px;}
  .nyBa_tit p, .nyBa_tit p em { line-height: 40px; font-size: 44px;}
  .nyBa_tit span { line-height: 32px; font-size: 28px; margin: 10px auto 20px;}
  .nyBa_tit::after { width: 40px;}
  .nyCrumb { margin-top: 20px;}
  .nyCrumb p { padding-left: 28px;}
  .nyCrumb p, .nyCrumb p a { font-size: 15px;}
  .nyCrumb p i { width: 10px; margin: 0 4px;}

  .nyMenu_main ul li { padding: 0 32px;}
  .nyMenu_main ul li a { height: 64px; padding: 12px 0;}

  .nyTitle em { line-height: 60px; font-size: 80px;}
  .nyTitle p { line-height: 60px; font-size: 32px; margin-top: -60px;}
  .nyTitle span { font-size: 18px; margin-top: 10px;}

  .nyPage { line-height: 42px;}
  .nyPage a { height: 42px; line-height: 40px; font-size: 16px;}
  .nyPage a.prev, .nyPage a.next { font-size: 14px;}
  
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .lyTop_con1 .lyTop_lxfs { margin: 18px 0;}
  .lyTop_lxfs ul li { min-height: 44px; padding-left: 34px;}
  .lyTop_lxfs ul li i { width: 22px; height: 22px; top: 11px;}
  .lyTop_lxfs ul li span { line-height: 20px; font-size: 14px; margin-bottom: 0;}
  .lyTop_lxfs ul li p { font-size: 15px;}

  .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: 340px;}
  .nyBa_tit p { height: 36px; line-height: 36px;}
  .nyBa_tit p, .nyBa_tit p em { line-height: 36px; font-size: 40px;}
  .nyBa_tit span { line-height: 30px; font-size: 26px; margin: 10px auto 20px;}
  .nyBa_tit::after { width: 36px;}  

  .nyTitle { margin-bottom: 30px;}
  .nyTitle em { line-height: 52px; font-size: 70px;}
  .nyTitle p { line-height: 52px; font-size: 30px; margin-top: -52px;}
  .nyTitle span { line-height: 26px; font-size: 16px;}

  .nyPage a { height: 40px; line-height: 38px; font-size: 14px; padding: 0 15px;}
  
}

@media (max-width:1200px) {
  .nyBanner { height: 320px;}
  .nyBa_tit p { height: 32px; line-height: 32px;}
  .nyBa_tit p, .nyBa_tit p em { line-height: 32px; font-size: 36px;}
  .nyBa_tit span { line-height: 30px; font-size: 24px; margin: 10px auto 20px;}
  .nyBa_tit::after { width: 36px;}  
}

@media (max-width:1080px) {
  .lyTop, .lyTop.fxd { border-top: 4px solid #034b9d;}
  .lyTop .lyTop_main::after { content: ''; display: block; height: 0; overflow: hidden; clear: both;}
  .lyTop_main .lyTop_con1 { float: left;}
  .lyTop_con1 .lyTop_lxfs { display: none;}
  .lyTop.fxd .lyTop_con1 { display: block;}
  .lyTop .lyTop_con2, .lyTop.fxd .lyTop_con2 { width: auto; padding-right: 0; background-color: #fff; box-shadow: 0 0 0 rgba(0, 0, 0, 0); float: right; position: inherit; left: inherit; right: inherit; top: inherit; z-index: 9;}

  .lyTop_con2 .lyForm { margin: 20px 0;}
  .lyForm .btn a.open, .lyForm .btn a.close, .lyForm form { padding: 0;}
  .lyForm .btn a.open i, .lyForm .btn a.close i, .lyForm .lyForm_btn i { padding: 11px;}
  .lyForm .lyForm_ipt { width: calc(100% - 40px); height: 40px; line-height: 40px; font-size: 15px;}
  .lyForm .lyForm_btn { width: 40px; height: 40px;}

  .lyTop .lyNav { width: auto; padding-left: 20px; 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%; 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>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:active>a, .lyNav_list>ul>li.active>a, .lyNav_list>ul>li.cur>a { color: #034b9d; border-bottom: 1px solid #034b9d;}
  .lyNav_list>ul>li>a::after { height: 0; bottom: 0;}
  .lyNav_list>ul>li>i { display: block; width: 60px; height: 60px; margin: 0; padding: 24px; border: 0 !important; position: absolute; top: 0; right: 0; transform: inherit;}
  .lyNav_list>ul>li:hover>i svg path, .lyNav_list>ul>li.cur>i svg path { fill: #034b9d;}
  .lyNav_list>ul>li.cur>i svg { transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
  .lyNav_list>ul>li ul { width: 100%; padding: 0 30px; border-bottom: 1px solid #e6e6e6; position: inherit; left: inherit; top: inherit;}
  .lyNav_list>ul>li:hover ul { display: none;}
  .lyNav_list>ul>li.cur ul { display: block;}
  .lyNav_list>ul>li ul li:last-child { border-bottom: 0;}
  .lyNav_list>ul>li ul li a { height: 48px; line-height: 48px; font-size: 16px; text-align: left; padding: 0 20px;}
    
  .lyNav .lyNav_btn { display: block; width: 40px; height: 40px; margin: 20px 0;}
  .lyNav_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 10px; background-color: #034b9d; border-radius: 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;}

  .lyFoot .lyFoot_main { padding: 30px 0;}
  .lyFoot_main .lyFoot_nav { display: none;}
  .lyFoot_main .lyFoot_lxfs { width: 100%; max-width: inherit; float: none; display: flex; align-items: center; justify-content: space-between;}  
  .lyFoot_ewm { margin-top: 0;}


  .nyBanner { height: 300px;}
  .nyBanner .nyBa_text { margin-top: 0;}
  .nyBa_tit p { height: 30px; line-height: 30px;}
  .nyBa_tit p, .nyBa_tit p em { line-height: 30px; font-size: 32px;}
  .nyBa_tit span { line-height: 30px; font-size: 22px; margin: 5px auto 15px;}
  .nyBa_tit::after { width: 36px;}
  .nyCrumb { margin-top: 15px;}
}

@media (max-width:1024px) {
  .nyTitle em { line-height: 50px; font-size: 64px;}
  .nyTitle p { line-height: 50px; font-size: 28px; margin-top: -50px;}
}

@media (max-width:920px) {
  .lyFoot .lyFoot_bottom { padding: 15px 0;}
  .lyFoot_copy p, .lyFoot_copy p a { font-size: 14px;}
  .lyLinks { padding: 15px 0;}
  .lyLinks span { width: 100px;}
  .lyLinks p { width: calc(100% - 100px);}
  .lyLinks span, .lyLinks p, .lyLinks p a { font-size: 14px;}
  .lyLinks p a { padding: 0 6px;}

  .nyBanner { height: 260px;}
  .nyBa_tit p, .nyBa_tit p em { font-size: 30px;}
  .nyBa_tit span { line-height: 24px; font-size: 20px;}
}

@media (max-width:820px) {

  .lyView_code { display: none;}

  .nyBanner { height: 240px;}

  .nyMenu_main ul li { padding: 0 24px;}
  .nyMenu_main ul li a { height: 52px; font-size: 16px; padding: 6px 0;}
  .nyMenu_main ul li a i { width: 18px; height: 18px;}

  .nyTitle em { line-height: 40px; font-size: 54px;}
  .nyTitle p { line-height: 40px; font-size: 24px; margin-top: -40px;}
  .nyTitle span { line-height: 22px; font-size: 16px;}
}

@media (max-width:767px) {  
  .lyTop_con1 a.lyLogo { height: 48px; margin: 6px 0;}
  .lyTop#show .lyTop_con1 a.lyLogo { display: none;}
  .lyTop_con2 .lyForm { margin: 10px 0; position: inherit;}
  .lyForm form { width: 320px;}

  .lyTop#show .lyNav { display: none;}
  .lyNav .lyNav_btn { margin: 10px 0;}
  .lyNav_list>ul { width: 60%;}
  .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: 20px;}
  .lyNav_list>ul>li ul, .lyNav_list>ul>li ul li a { padding: 0 15px;}
  .lyNav_list>ul>li ul li a { height: 44px; line-height: 44px; font-size: 15px;}

  .lyFoot .lyFoot_main { display: none; padding: 20px 0;}
  .lyFoot_main .lyFoot_lxfs { display: block; align-items: unset; justify-content: unset;}
  .lyFoot_ewm p, .lyFoot_ewm span { margin: 0 auto;}
  .lyFoot_lxfs ul, .lyView_code, .lyFoot_bottom .lyFoot_logo, .lyLinks { display: none;}
  .lyFoot_bottom .lyFoot_copy { float: none;}
  .lyFoot_copy p { text-align: center;}
  .lyFoot_bottom .lyFoot_share { text-align: center; margin: 10px 0 0; float: none;}
  
  .nyBanner { height: 160px;}
  .nyBa_tit p { height: 20px; line-height: 20px;}
  .nyBa_tit p, .nyBa_tit p em { line-height: 20px; font-size: 24px;}
  .nyBa_tit span { line-height: 24px; font-size: 18px; margin: 4px auto 10px;}
  .nyBa_tit::after { width: 24px;}
  .nyCrumb { margin-top: 10px;}
  .nyCrumb p, .nyCrumb p a { font-size: 14px;}

  .nyMenu_main ul li { padding: 0 10px;}
  .nyMenu_main ul li a { height: 50px; font-size: 15px; padding: 5px 0;}
  .nyMenu_main ul li a i { width: 16px; height: 16px; margin: -2px 6px 0 0;}

  .nyTitle { margin-bottom: 20px;}
  .nyTitle em { line-height: 32px; font-size: 44px;}
  .nyTitle p { line-height: 32px; font-size: 22px; margin-top: -32px;}
  .nyTitle span { line-height: 20px; font-size: 14px;}

  .nyPage a.pnnum, .nyPage a.pnnum1 { display: none;}
}

@media (max-width:390px) {
  .lyTop .lyNav { padding-left: 12px;}
  .lyForm form { width: 300px;}

  .nyBanner { height: 140px;}
  .nyBa_tit p { height: 16px; line-height: 16px;}
  .nyBa_tit p, .nyBa_tit p em { line-height: 16px; font-size: 18px;}
  .nyBa_tit span { line-height: 20px; font-size: 16px; margin: 4px auto 10px;}
  .nyBa_tit::after { width: 24px;}
  .nyCrumb p { height: 24px; line-height: 24px; padding-left: 22px;}
  .nyCrumb p em { width: 14px; height: 14px; margin-top: -7px;}
  .nyCrumb p i { height: 24px;}
}

@media (max-width:320px) {
  .lyTop .lyNav { padding-left: 10px;}
  .lyForm form { width: 250px;}  

  .nyMenu_main ul li { padding: 0 7px;}
  .nyMenu_main ul li a { height: 44px; font-size: 14px; padding: 2px 0;}
  .nyMenu_main ul li a i { width: 14px; height: 14px; margin: -2px 5px 0 0;}
}

@media (max-width:280px) {
  .lyForm form { width: 210px;}
}

