* { font: 16px/1.5 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', '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 { 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: #2a3f76;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #2a3f76;}  /* 滚动条滑块点击状态 */


@font-face { font-family: "AlimamaShuHeiTi-Bold"; src: url('../fonts/AlimamaShuHeiTi-Bold.ttf');}


.w1300 { width: 1300px; margin: 0 auto;}
@media (max-width:1366px) {
  .w1300 { width: 94%;}
}

.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1440px) {
  .w1400 { width: 1300px;}
}
@media (max-width:1366px) {
  .w1400 { width: 94%;}
}


/*lyHead start*/
.lyHead { overflow: hidden; background-color: #2a3f76;}
.lyHead_share { padding: 5px 0; float: left;}
.lyHead_share a { display: block; width: 35px; height: 35px; overflow: hidden; margin-right: 5px; opacity: .35;}
.lyHead_share a:hover { opacity: 1;}
.lyHead_share a i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 7px;}

.lyHead_email, .lyHead_tel { padding: 5px 0 5px 25px; float: right; position: relative; opacity: .5;}
.lyHead_email { margin-left: 40px;}
.lyHead_email i, .lyHead_tel i { display: block; width: 17px; height: 17px; overflow: hidden; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyHead_email span, .lyHead_tel span { display: block; height: 32px; line-height: 32px; color: #fff; font-size: 16px;}
/*lyHead end*/


/*lyTop start*/
.lyTop { width: 100%; background-color: #fff; -webkit-box-shadow: 0 5px 5px rgb(0, 0, 0, .06); box-shadow: 0 5px 5px rgb(0, 0, 0, .06);}
.lyTop.fxd { position: fixed;  left: 0; top: 0; z-index: 999;}
.lyTop a.lyLogo { display: block; height: 60px; margin: 20px 0; float: left;}
.lyTop a.lyLogo img { max-height: 100%;}

.lyLanguage { margin: 25px 0 25px 30px; float: right; position: relative;}
.lyLanguage>a { display: block; padding: 0 20px 0 30px; position: relative;}
.lyLanguage>a em, .lyLanguage a i { display: block; overflow: hidden; position: absolute; top: 50%;}
.lyLanguage>a em { width: 20px; height: 20px; margin-top: -10px; left: 0;}
.lyLanguage>a i { width: 14px; height: 14px; margin-top: -7px; right: 0;}
.lyLanguage.open>a i { transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
.lyLanguage:hover>a em svg path, .lyLanguage:hover>a i svg path, .lyLanguage.open>a em svg path, .lyLanguage.open>a i svg path { fill: #2a3f76;}
.lyLanguage>a span { display: block; height: 50px; line-height: 50px; color: #999; font-size: 16px;}
.lyLanguage:hover>a span, .lyLanguage.open>a span { color: #2a3f76;}

.lyLanguage .lyLanguage_list { display: block; width: 100%; height: 0; overflow: hidden; padding: 0; background-color: #fff; box-shadow: 0 4px 8px rgb(0, 0, 0, .08); -webkit-box-shadow: 0 0 5px rgb(0, 0, 0, .1); position: absolute; left: 0; top: 200%; z-index: 99; opacity: 0;}
.lyLanguage.open .lyLanguage_list { height: auto; padding: 10px; opacity: 1; top: 100%;}
.lyLanguage_list>a { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 15px; text-align: center;}
.lyLanguage_list>a:hover, .lyLanguage_list>a.active { color: #2a3f76;}
.lyLanguage_list>a img { display: none;}

.lyTop .lySearch { margin: 25px 0; float: right; position: relative;}
.lySearch em.lySearch_btn { display: block; width: 50px; height: 50px; overflow: hidden; cursor: pointer; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lySearch em.lySearch_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 12px;}
.lyTop#show .lySearch em.lySearch_btn { opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}

.lySearch form { width: 360px; height: 44px; background-color: #f0f0f0; border-radius: 22px; position: absolute; top: 3px; right: 50px; z-index: 99; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); transform-origin: right center; opacity: 0; filter: Alpha(opacity=0);}
.lySearch .lyForm_ipt { float: left; width: calc(100% - 44px); height: 44px; overflow: hidden; line-height: 44px; color: #222; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 0 20px; background: none; border: 0; outline: none;}
.lySearch .lyForm_ipt::placeholder { color: #666;}
.lySearch .lyForm_btn { float: right; width: 44px; height: 44px; overflow: hidden; margin-right: 0; font-size: 0; background-color: #2a3f76; border-radius: 50%; border: 0; outline: none; cursor: pointer;}
.lySearch .lyForm_btn:hover { background-color: #222;}
.lySearch .lyForm_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 11px;}
.lyTop#show .lySearch form { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}

.lySearch a.lySearch_close { display: block; width: 50px; height: 50px; overflow: hidden; position: absolute; top: 0; right: 0; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); opacity: 0; filter: Alpha(opacity=0);}
.lySearch a.lySearch_close i { display: block;width: 100%; height: 100%; overflow: hidden; padding: 16px;}
.lyTop#show .lySearch a.lySearch_close { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}


.lyNav { float: right;}
.lyTop#show .lyNav { display: none;}
.lyNav_list>ul>li { display: flex; align-items: center; padding: 0 30px; float: left;}
.lyNav_list>ul>li:last-child { margin-right: 0;}
.lyNav_list>ul>li>a { display: block; height: 100px; overflow: hidden; line-height: 60px; color: #222; font-size: 18px; padding: 20px 0; position: relative;}
.lyNav_list>ul>li:hover>a, .lyNav_list>ul>li.active>a { color: #2a3f76;}
.lyNav_list>ul>li>a::after { content: ''; display: block; width: 0; height: 2px; overflow: hidden; background-color: #2a3f76; position: absolute; bottom: 0; left: 50%; transition: all 0.5s; -webkit-transition: all 0.5s; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.lyNav_list>ul>li:hover>a::after, .lyNav_list>ul>li.active>a::after { width: 100%;}

.lyNav_list>ul>li>i { display: none; width: 0; height: 0; border-top: 6px solid #ccc; border-left: 6px solid transparent; border-right: 6px solid transparent; margin-left: 6px;}
.lyNav_list>ul>li:hover>i { border-top: 6px solid #2a3f76;}
.lyNav_list>ul>li .lyNav_second { display: block; width: 100%; height: 0; overflow: hidden; padding: 0; background-color: #fff; box-shadow: 0 0 5px rgb(0, 0, 0, .1); -webkit-box-shadow: 0 0 5px rgb(0, 0, 0, .1); position: absolute; left: 0; top: 200%; opacity: 0;}
/*.lyNav_list>ul>li:hover .lyNav_second { height: auto; padding: 40px 0; opacity: 1; top: 100%;}*/
.lyNavScd_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -40px -40px;}
.lyNavScd_list ul li { width: 25%; margin-bottom: 40px; padding: 0 40px;}
.lyNavScd_list ul li dl { min-height: 100%;}
.lyNavScd_list ul li dl dt { margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px solid #e6e6e6;}
.lyNavScd_list ul li dl dt a { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #555; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; padding-left: 20px; position: relative;}
.lyNavScd_list ul li dl dt a:hover { color: #2a3f76;}
.lyNavScd_list ul li dl dt a::before { content: ''; display: block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #2a3f76; margin-top: -7px; position: absolute; top: 50%; left: 0;}
.lyNavScd_list ul li dl dd { padding: 2px 0;}
.lyNavScd_list ul li dl dd a { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #999; font-size: 14px; white-space: nowrap; text-overflow: ellipsis;}
.lyNavScd_list ul li dl dd a:hover { color: #2a3f76; text-decoration: underline;}

.lyNavScd_con { display: flex; padding: 0 16% 0 26%;}
.lyNavScd_con .lyNavScd_img { width: 300px; height: 180px; overflow: hidden; border-radius: 8px;}
.lyNavScd_con .lyNavScd_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyNavScd_con .lyNavScd_img a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyNavScd_con .lyNavScd_menu { width: calc(100% - 300px); padding-left: 80px;}
.lyNavScd_con .lyNavScd_menu a { display: block; height: 60px; overflow: hidden; line-height: 40px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 10px 20px 9px 0; border-bottom: 1px solid #e6e6e6; position: relative;}
.lyNavScd_con .lyNavScd_menu a::after { content: ''; display: block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #bbb; margin-top: -6px; position: absolute; top: 50%; right: 7px;}
.lyNavScd_con .lyNavScd_menu a:hover, .lyNavScd_con .lyNavScd_menu a.cur { color: #2a3f76; border-bottom: 1px solid #2a3f76;}
.lyNavScd_con .lyNavScd_menu a:hover::after, .lyNavScd_con .lyNavScd_menu a.cur::after { border-left: 6px solid #2a3f76;}

.lyNav .lyNav_btn { display: none;}
/*lyTop end*/


/*lyFoot start*/
.lyFoot { overflow: hidden; background-color: #333;}
.lyFoot_main { padding: 80px 0; border-bottom: 1px solid rgba(255, 255, 255, .06); position: relative;}
.lyFoot_main ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -60px;}
.lyFoot_main ul li { width: 22%; padding: 0 60px; border-right: 1px solid rgba(255, 255, 255, .06);}
.lyFoot_main ul li:nth-child(2n) { width: 28%;}
.lyFoot_main ul li:last-child { border-right: 0;}
.lyFoot_main ul li .lyFoot_tit { line-height: 30px; color: #fff; font-size: 24px; margin-bottom: 20px;}
.lyFoot_main ul li a { display: block; overflow: hidden; line-height: 25px; color: rgba(255, 255, 255, .25); font-size: 15px; margin-bottom: 5px;}
.lyFoot_main ul li a:hover { color: #fff;}
.lyFoot_main ul li span { display: block; line-height: 25px; color: rgba(255, 255, 255, .25); font-size: 15px; margin-bottom: 15px;}
.lyFoot_main ul li p { min-height: 25px; overflow: hidden; line-height: 25px; color: rgba(255, 255, 255, .25); font-size: 15px; margin-top: 5px; padding-left: 30px; position: relative;}
.lyFoot_main ul li p i { display: block; width: 17px; height: 17px; overflow: hidden; position: absolute; left: 0; top: 4px; opacity: .45;}

.lyFoot_bottom { padding: 40px 0;}
.lyFoot_share { display: flex; margin-bottom: 10px;}
.lyFoot_share a { display: block; width: 35px; height: 35px; overflow: hidden; margin-right: 15px; opacity: .45;}
.lyFoot_share a:last-child { margin-right: 0;}
.lyFoot_share a:hover { opacity: 1;}
.lyFoot_share a i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 7px;}
.lyFoot_bottom .lyFoot_copy { line-height: 25px; color: rgba(255, 255, 255, .45); font-size: 15px;}
.lyFoot_bottom .lyFoot_copy a { color: rgba(255, 255, 255, .25); font-size: 15px;}
.lyFoot_bottom .lyFoot_copy a:hover { color: #fff;}
/*lyFoot end*/


/*lyView start*/
.lyView { position: fixed; top: 60%; 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: #2a3f76;}
.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: #2a3f76; 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*/


/*lyTitle start*/
.lyTitle { margin-bottom: 40px; position: relative;}
.lyTitle p { line-height: 1; color: #222; font-size: 44px; text-align: center;}
.lyTitle::after { content: ''; display: block; width: 40px; height: 5px; background-color: #2a3f76; margin: 20px auto 0;}

.lyTitle1 p { color: #fff;}
.lyTitle1::after { background-color: rgba(255, 255, 255, .45);}
/*lyTitle end*/


/*nyBanner start*/
.nyBanner { height: 500px; overflow: hidden; position: relative;}
.nyBanner .nyBa_text { position: absolute; left: 50%; top: 50%; z-index: 1; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.nyBa_text .nyBa_tit { line-height: 1; color: #fff; font-size: 72px; font-weight: bold; text-transform: capitalize;}

.nyLocation { width: 50%; margin-top: 20px; padding-left: 32px; position: relative;}
.nyLocation em { display: block; width: 22px; height: 22px; overflow: hidden; border: 3px solid rgba(255, 255, 255, .25); border-radius: 50%; padding: 6px; position: absolute; left: 0; top: 4px;}
.nyLocation em::before { content: ''; display: block; width: 100%; height: 100%; background-color: #fff; border-radius: 50%;}
.nyLocation p { height: 30px; overflow: hidden; line-height: 30px; color: rgba(255, 255, 255, .45); font-size: 18px; text-transform: capitalize; white-space: nowrap; text-overflow: ellipsis;}
.nyLocation p a { display: inline-block; line-height: 30px; color: #fff; font-size: 18px; text-transform: capitalize; vertical-align: top;}
.nyLocation p i { display: inline-block; width: 22px; height: 30px; overflow: hidden; vertical-align: top; margin: 0 2px;}
/*nyBanner end*/

.nyLine { display: block; width: 150%; height: 8px; background-color: #2a3f76; border-radius: 0 0 0 8px; position: absolute; left: -8px; top: 0;}

.nyTitle { line-height: 50px; color: #222; font-size: 48px; font-weight: bold; text-transform: capitalize; margin-bottom: 50px;}
.nyTitle span { display: block; line-height: 30px; color: #555; font-size: 14px; font-weight: normal; text-transform: uppercase; border-bottom: 2px solid #2a3f76; margin: 9px 50px 9px 0; padding-right: 50px; float: left;}
.nyTitle span::before { content: ''; display: block; width: 8px; height: 8px; background-color: #2a3f76; border-radius: 50%; margin: 11px 10px 11px 0; float: left;}
.nyTitle1 { color: #fff;}
.nyTitle1 span { color: #fff; border-bottom: 2px solid #fff;}
.nyTitle1 span::before { background-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; vertical-align: top; margin: 0 3px; background-color: #fff;}
.nyPage1 a { background-color: #f8f8f8;}
.nyPage a.pnnum, .nyPage a.pnnum1 { line-height: 44px; font-size: 18px; text-align: center;}
.nyPage a.pnnum { color: #555;}
.nyPage a.pnnum:hover, .nyPage a.pnnum1, .nyPage1 a.pnnum:hover, .nyPage1 a.pnnum1 { color: #fff; background-color: #2a3f76 !important;}
.nyPage a.prev, .nyPage a.next { padding: 12px;}
.nyPage a.prev { transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.nyPage a.prev:hover, .nyPage a.next:hover { background-color: #2a3f76;}
.nyPage a.prev:hover svg path, .nyPage a.next:hover svg path { fill: #ffffff;}
/*nyPage end*/


#st-1.st-has-labels .st-btn, #st-2.st-has-labels .st-btn { min-width: auto !important; border-radius: 50% !important;}
#st-1.st-has-labels .st-btn span, #st-2.st-has-labels .st-btn span { display: none !important;}
#st-1 .st-btn, #st-2 .st-btn { display: inline-block !important; padding: 0 6px !important;}
#st-1 .st-btn > img, #st-2 .st-btn > img { height: 20px !important; width: 20px !important; top: 6px !important;}

@media (max-width:1680px) {
  .lyHead_share a { width: 30px; height: 30px;}
  .lyHead_share a i { padding: 6px;}
  .lyHead_email i, .lyHead_tel i { width: 16px; height: 16px;}
  .lyHead_email span, .lyHead_tel span { height: 30px; line-height: 30px;}

  .lyTop a.lyLogo { margin: 15px 0;}

  .lyLanguage { margin: 20px 0 20px 30px;}

  .lyTop .lySearch { margin: 20px 0;}

  .lyNav_list>ul>li>a { height: 90px; padding: 15px 0;}

  .nyBanner { height: 440px;}
  .nyBa_text .nyBa_tit { font-size: 60px;}
  .nyLocation { margin-top: 15px; padding-left: 30px;}
  .nyLocation p, .nyLocation p a { font-size: 16px;}
  .nyLocation p i { width: 20px;}
  
  .nyTitle { font-size: 44px; margin-bottom: 40px;}
  .nyTitle span { margin: 9px 40px 9px 0; padding-right: 40px;}  
}

@media (max-width:1600px) {

  .nyBanner { height: 420px;}
  .nyBa_text .nyBa_tit { font-size: 56px;}

  .nyLine { height: 6px; border-radius: 0 0 0 6px; left: -6px;}
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyTop a.lyLogo { margin: 10px 0;}

  .lyLanguage { margin: 15px 0 15px 30px;}

  .lyTop .lySearch { margin: 15px 0;}

  .lyNav_list>ul>li { padding: 0 25px;}
  .lyNav_list>ul>li>a { height: 80px; padding: 10px 0;}

  .lyFoot_main { padding: 60px 0;}
  .lyFoot_bottom { padding: 30px 0;}

  .lyTitle { margin-bottom: 30px;}
  .lyTitle p { font-size: 40px;}
  .lyTitle::after { height: 4px; margin: 15px auto 0;}

  .nyBanner { height: 380px;}
  .nyBa_text .nyBa_tit { font-size: 48px;}
  .nyLocation { margin-top: 10px;}
  .nyLocation em { width: 20px; height: 20px; padding: 5px; top: 5px;}
  .nyLocation p, .nyLocation p a { font-size: 15px;}

  .nyTitle { font-size: 40px; margin-bottom: 30px;}  
  .nyTitle span { margin: 9px 30px 9px 0; padding-right: 30px;}
}

@media (max-width:1366px) {
  .lyFoot_main ul { margin: 0 -50px;}
  .lyFoot_main ul li { padding: 0 50px;}

  .nyBanner { height: 360px;}

  .lyTitle p { font-size: 36px;}
  .lyTitle::after { margin: 12px auto 0;}

  .nyTitle { font-size: 36px;}
}

@media (max-width:1280px) {
  .lyLanguage { margin: 15px 0 15px 20px;}

  .lyNav_list>ul>li { padding: 0 20px;}

  .lyFoot_main { padding: 40px 0;}
  .lyFoot_main ul { margin: 0 -40px;}
  .lyFoot_main ul li { padding: 0 40px;}
  .lyFoot_main ul li .lyFoot_tit { font-size: 22px;}
  .lyFoot_main ul li a, .lyFoot_main ul li span, .lyFoot_bottom .lyFoot_copy { line-height: 24px; font-size: 14px;}
  .lyFoot_bottom { padding: 25px 0;}
  .lyHead_share a, .lyFoot_share a { width: 30px; height: 30px; margin-right: 10px;}
  .lyHead_share a i, .lyFoot_share a i { padding: 6px;}

  .nyBanner { height: 340px;}
  .nyBa_text .nyBa_tit { font-size: 44px;}

  .nyTitle { line-height: 40px; font-size: 34px;}
  .nyTitle span { margin: 4px 30px 4px 0;}
}

@media (max-width:1200px) {

  .nyBanner { height: 320px;}
  .nyBa_text .nyBa_tit { font-size: 40px;}
  .nyLocation { padding-left: 26px;}
  .nyLocation em { width: 18px; height: 18px; top: 6px;}
  .nyLocation p, .nyLocation p a { font-size: 14px;}
  .nyLocation p i { width: 18px;}
}

@media (max-width:1080px) {
  .lyHead_email span, .lyHead_tel span { font-size: 14px;}

  .lyTop a.lyLogo { height: 52px; margin: 10px 0;}

  .lyLanguage { margin: 14px 0 14px 14px;}
  .lyLanguage>a { padding: 0 20px 0 30px;}
  .lyLanguage>a em { width: 20px; height: 20px; margin-top: -10px;}
  .lyLanguage>a span { height: 44px; line-height: 44px; font-size: 16px;}
  .lyLanguage>a i { width: 14px; height: 14px; margin-top: -7px;}
  .lyLanguage_list>a { font-size: 15px;}

  .lyTop .lySearch { margin: 14px 0;}
  .lySearch em.lySearch_btn, .lyTop#show .lySearch a.lySearch_close { width: 44px; height: 44px;}
  .lySearch em.lySearch_btn i { padding: 10px;}
  .lyTop#show .lySearch a.lySearch_close i { padding: 14px;}
  .lySearch form { width: 320px; height: 40px; border-radius: 20px; top: 2px; right: 44px;}
  .lySearch .lyForm_ipt { width: calc(100% - 40px); height: 40px; line-height: 40px; font-size: 14px; padding: 0 20px;}
  .lySearch .lyForm_btn { width: 40px; height: 40px;}

  .lyTop .lyNav { width: auto; padding-right: 8px; float: right;}
  .lyTop#show .lyNav { width: auto; transform: inherit; -webkit-transform: inherit;}
  .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; float: none;}
  .lyNav_list>ul>li a { display: block; width: 100%; height: 70px; line-height: 70px; color: #222; font-size: 18px; text-align: left; padding: 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: #2a3f76; border-bottom: 1px solid #2a3f76;}
  .lyNav_list>ul>li>a::after { height: 1px; bottom: -1px;}
  .lyNav_list>ul>li i { display: block; width: 60px; height: 70px; margin: 0; padding: 22px; 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: #2a3f76;}
  .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 0 0 10px; border: 0; position: relative;}  
  .lyNav .lyNav_btn { display: block; width: 44px; height: 44px; margin: 14px 0; padding: 10px;}
  .lyTop#show .lyNav .lyNav_btn { width: 0; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}
  .lyNav_btn i { display: block; width: 100%; height: 100%; overflow: hidden;}
  .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_main { padding: 30px 0;}
  .lyFoot_main ul { margin: 0 -30px;}
  .lyFoot_main ul li { padding: 0 30px;}
  .lyFoot_main ul li .lyFoot_tit { margin-bottom: 15px;}

  .lyTitle p { font-size: 32px;}
  .lyTitle::after { width: 32px; height: 3px;}

  .nyBanner { height: 300px;}
  .nyBa_text .nyBa_tit { font-size: 36px;}

  .nyTitle { font-size: 30px;}
}

@media (max-width:1024px) {

  .nyBanner { height: 280px;}
}

@media (max-width:920px) {
  .lyFoot_main { display: none;}

  .nyBanner { height: 250px;}

  .nyTitle { line-height: 32px; font-size: 26px; margin-bottom: 20px;}  
  .nyTitle span { margin: 0 20px 0 0; padding-right: 20px;}
}

@media (max-width:820px) {

  .nyBanner { height: 220px;}
  .nyBa_text .nyBa_tit { font-size: 32px;}

  .nyTitle { font-size: 24px;}
}

@media (max-width:767px) {
  .lyHead { display: none;}
  .lyTop a.lyLogo { height: 44px;}

  .lyLanguage { margin: 10px 0 10px 10px;}

  .lyTop .lySearch { margin: 10px 0;}

  .lyTop .lyNav { padding-right: 0;}
  .lyNav .lyNav_btn { margin: 10px 0;}

  .lyTitle { margin-bottom: 20px;}
  .lyTitle p { font-size: 28px;}
  .lyTitle::after { height: 2px; margin: 10px auto 0;}

  .nyBanner { height: 180px;}
  .nyBa_text .nyBa_tit { font-size: 28px;}
  .nyLocation { width: 100%; margin-top: 5px;}

  .nyTitle { font-size: 22px;}
  .nyTitle span { margin: 0 10px 0 0; padding-right: 10px;}

  .nyPage a.pnnum { display: none;}
}

@media (max-width:390px) {
  .lyLanguage>a { padding: 0 16px 0 24px;}
  .lyLanguage>a em { width: 18px; height: 18px; margin-top: -9px;}
  .lyLanguage>a span, .lyLanguage_list>a { font-size: 14px;}
  .lyLanguage>a i { width: 12px; height: 12px; margin-top: -6px;}

  .lySearch em.lySearch_btn i { padding: 11px;}

  .lyNav .lyNav_btn { padding: 12px;}

  .lyView_tel, .lyView_code { display: none;}
}

@media (max-width:320px) {

  .nyBa_text .nyBa_tit { font-size: 26px;}
}

