* { 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: 0;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color: #f6f6f6;}/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb { background-color: #c6000b;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #c6000b;}  /* 滚动条滑块点击状态 */

@font-face { font-family: "AlimamaShuHeiTi-Bold"; src: url('/fonts/AlimamaShuHeiTi-Bold.ttf');}

.w640 { width: 100%; max-width: 640px; margin: 0 auto;}
@media (max-width:480px) {}
@media (max-width:414px) {}
@media (max-width:390px) {}
@media (max-width:320px) {}

.lyContainer { overflow: hidden; position: relative;}

/*lyTop start*/
.lyTop { width: 100%; padding: 0 20px; background-color: #fff; position: relative;}
.lyTop a.lyLogo { display: -webkit-flex; display: flex; align-items: center; height: 60px; overflow: hidden; margin: 20px 0; float: left;}
.lyTop a.lyLogo img { max-height: 100%;}

.lyTop .lyNav { margin-left: 16px; float: right;}
.lyNav .lyNav_list { width: 100%; height: 0; overflow: hidden; position: absolute; top: 100%; left: 0; z-index: 9999;}
.lyNav .lyNav_list.open { height: auto;}
.lyNav_list>ul { width: 100%; height: 100%; background-color: #222; position: relative; z-index: 9999; display: block; align-items: inherit; justify-content: inherit; }  
.lyNav_list>ul>li { border-bottom: 1px solid #646464; position: relative;}
.lyNav_list>ul>li:last-child { border-bottom: 0;}
.lyNav_list>ul>li a { display: block; width: 100%; height: 64px; line-height: 64px; color: #fff; font-size: 22px; text-align: left; padding: 0 64px 0 32px; border-bottom: 1px solid rgba(85, 87, 89, 0.1);}
.lyNav_list>ul>li:hover>a, .lyNav_list>ul>li:active>a, .lyNav_list>ul>li.active>a { background-color: #c6000b;}
.lyNav_list>ul>li i { display: block; width: 64px; height: 64px; margin: 0; padding: 0; position: absolute; top: 0; right: 0; cursor: pointer;}
.lyNav_list>ul>li i::before, .lyNav_list>ul>li i::after { content: ''; display: block; background-color: #c6000b; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyNav_list>ul>li i::before { width: 18px; height: 2px;}
.lyNav_list>ul>li i::after { width: 2px; height: 18px;}
.lyNav_list>ul>li i.on::after { height: 0;}
.lyNav_list>ul>li.active i::before, .lyNav_list>ul>li.active i::after { background-color: #fff;}
.lyNav_list>ul>li i.on::before, .lyNav_list>ul>li i.on::after, .lyNav_list>ul>li:hover i::before, .lyNav_list>ul>li:hover i::after, .lyNav_list>ul>li i:active::before, .lyNav_list>ul>li i:active::after { background-color: #fff;}

.lyNav_list>ul>li ul { display: none; width: 100%; padding: 0 32px; background-color: #fff; transform: translate(0, 0); -webkit-transform: translate(0, 0);}
.lyNav_list>ul>li:hover ul, .lyNav_list>ul>li:active ul, .lyNav_list>ul>li.on ul { transform: translate(0, 0); -webkit-transform: translate(0, 0);}
.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 { height: 60px; line-height: 60px; color: #555; font-size: 20px; text-align: left; padding: 0 0 0 24px; border: 0; position: relative;}  
.lyNav_list>ul>li ul li a:hover, .lyNav_list>ul>li ul li a:active { color: #c6000b;}

.lyNav .lyNav_btn { display: block; width: 50px; height: 50px; margin: 25px 0; padding: 15px 14px; background-color: #c6000b; border-radius: 50%; cursor: pointer; position: relative;}
.lyNav .lyNav_btn:hover, .lyNav .lyNav_btn:active { background-color: #9e0009;}
.lyNav_btn i { display: block; width: 100%; height: 2px; background-color: #fff; margin: 7px auto;}
.lyNav_btn.on i { width: 0;}
.lyNav_btn::before, .lyNav_btn::after { content: ''; display: block; width: 100%; height: 2px; background-color: #fff;}
.lyNav_btn.on::before, .lyNav_btn.on::after { width: 24px; margin: -2px 0 0 -12px; position: absolute; left: 50%; top: 50%;}
.lyNav_btn.on::before { transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.lyNav_btn.on::after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}

.lyShare { margin-left: 16px; float: right;}
.lyShare a { display: block; width: 50px; height: 50px; overflow: hidden; margin: 25px 0; padding: 13px; background-color: #c6000b; border-radius: 50%;}
.lyShare a:hover, .lyShare a:active { background-color: #9e0009;}


.lyTop .lySearch_btn { float: right;}
.lySearch_btn a.open, .lySearch_btn a.close { width: 50px; height: 50px; overflow: hidden; margin: 25px 0; padding: 14px; background-color: #c6000b; border-radius: 50%;}
.lySearch_btn a.open:hover, .lySearch_btn a.open:active, .lySearch_btn a.close:hover, .lySearch_btn a.close:active { background-color: #9e0009;}
.lyTop .lySearch_btn a.open { display: block;}
.lyTop .lySearch_btn a.close { display: none;}
.lyTop#show .lySearch_btn a.open { display: none;}
.lyTop#show .lySearch_btn a.close { display: block;}

.lyTop .lySearch { display: none; width: 100%; padding: 20px; background-color: #f8f8f8; position: absolute; left: 0; top: 100%; z-index: 9;}
.lyTop#show .lySearch { display: block;}
.lySearch form { width: 100%; height: 50px; overflow: hidden; margin: 0 auto; background-color: #fff; border-radius: 25px;}
.lySearch .ipt { float: left; width: calc(100% - 50px); height: 50px; overflow: hidden; line-height: 50px; color: #111; font-size: 16px; text-transform: capitalize; white-space: nowrap; text-overflow: ellipsis; background-color: #fff; padding: 0 0 0 22px; border: 0; outline: none;}
.lySearch .ipt::placeholder { color: #666;}
.lySearch .btn { float: right; width: 50px; height: 50px; overflow: hidden; font-size: 0; background-color: #c6000b; border-radius: 50%; border: 0; outline: none; cursor: pointer;}
.lySearch .btn:hover { background-color: #9e0009;}
.lySearch .btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 14px;}


.lyTop .lyLanguage { display: none; margin: 30px 0 30px 20px; float: right; position: relative;}
.lyLanguage a.lyLang_btn { display: block; height: 40px; padding: 0 20px; border-radius: 20px; border: 1px solid #bbb;}
.lyLanguage a.lyLang_btn:hover, .lyLanguage a.lyLang_btn:active { background-color: #c6000b; border: 1px solid #c6000b;}
.lyLanguage a.lyLang_btn span { display: block; height: 38px; line-height: 38px; color: #111; font-size: 16px; text-transform: capitalize; padding: 0 6px 0 0; float: left;}
.lyLanguage a.lyLang_btn:hover span, .lyLanguage a.lyLang_btn:active span { color: #fff;}
.lyLanguage a.lyLang_btn i { display: block; width: 18px; height: 18px; margin: 10px 0; padding: 4px; float: right;}
.lyLanguage a.lyLang_btn:hover i svg path, .lyLanguage a.lyLang_btn:active i svg path { fill: #fff;}
.lyLanguage ul { width: 100%; overflow: hidden; background-color: #fff; border-radius: 8px; -webkit-box-shadow: 0 0 10px rgb(0, 0, 0, .1); box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: absolute; top: 100%; right: 0; opacity: 0; visibility: hidden; transform: translate(0, 20px);}
.lyLanguage:hover ul, .lyLanguage:active ul { opacity: 1; transform: translate(0, 0); visibility: visible;}
.lyLanguage ul li a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 24px; color: #111; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; padding: 8px 10px 8px 40px; position: relative;}
.lyLanguage ul li a:hover, .lyLanguage ul li a:active { color: #fff; background-color: #c6000b;}
.lyLanguage ul li a img { display: block; width: 20px; height: 20px; border-radius: 50%; margin-top: -10px; position: absolute; left: 10px; top: 50%;}
/*lyTop end*/


/*lyFooter start*/
.lyFooter { overflow: hidden; padding: 60px 20px 120px; background-color: #121212;}
.lyFooter .lyFoot_logo { margin-bottom: 40px;}
.lyFoot_logo a { display: block; width: 100%; height: 80px; overflow: hidden; text-align: center;}
.lyFoot_logo a img { max-height: 100%;}

.lyFoot_form { margin: 40px auto;}
.lyFoot_form .ftMsg_ipt { margin-bottom: 20px;}
.lyFoot_form .ftMsg_ipt input { display: block; width: 100%; height: 72px; overflow: hidden; line-height: 40px; color: #fff; font-size: 26px; padding: 15px 20px; background-color: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .8); border-radius: 8px; outline: none;}
.lyFoot_form .ftMsg_ipt input::placeholder { color: #fff;}
.lyFoot_form .ftMsg_btn button { display: block; width: 50%; height: 72px; overflow: hidden; line-height: 72px; color: #fff; font-size: 28px; text-align: center; background-color: #c6000b; border: 0; border-radius: 8px; margin: 0 auto; cursor: pointer;}
.lyFoot_form .ftMsg_btn button:hover { background-color: #9e0009;}

.lyFoot_lxfs { overflow: hidden; padding: 40px 0; border-top: 1px solid rgba(255, 255, 255, .25); border-bottom: 1px solid rgba(255, 255, 255, .25);}
.lyFoot_lxfs dl dd { overflow: hidden; line-height: 40px; color: #fff; font-size: 26px; margin-bottom: 20px;}
.lyFoot_share { margin-top: 40px;}
.lyFoot_share a { display: block; width: 52px; height: 52px; overflow: hidden; margin-right: 20px; padding: 15px; background-color: #fff; border-radius: 50%; float: left;}
.lyFoot_share a:last-child { margin-right: 0;}
.lyFoot_share a:hover, .lyFoot_share a:active { background-color: #c6000b;}
.lyFoot_share a:hover svg path, .lyFoot_share a:active svg path { fill: #fff;}

.lyFoot_copy { overflow: hidden; padding: 20px 0;}
.lyFoot_copy p, .lyFoot_copy p a { line-height: 40px; color: rgba(255, 255, 255, .25); font-size: 18px; text-align: center;}
.lyFoot_copy p a:hover, .lyFoot_copy p a:active { color: #fff;}
/*lyFooter end*/


/*lyNavigation start*/
.lyNavigation { width: 100%; max-width: 640px; background-color: #c6000b; position: fixed; left: 50%; bottom: 0; z-index: 999; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.lyNavigation ul li { width: 33.333333%; float: left;}
.lyNavigation ul li a { display: block; width: 100%; overflow: hidden; padding: 20px;}
.lyNavigation ul li a:hover, .lyNavigation ul li a:active { background-color: rgba(0, 0, 0, .2);}
.lyNavigation ul li a i { display: block; width: 44px; height: 44px; overflow: hidden; margin: 0 auto;}
.lyNavigation ul li a em { display: block; width: 100%; line-height: 24px; color: #fff; font-size: 20px; font-style: normal; text-align: center; margin-top: 12px;}
/*lyNavigation end*/


.lyMore { text-align: center;}
.lyMore a { display: inline-block; vertical-align: top; height: 72px; overflow: hidden; line-height: 72px; color: #fff; font-size: 24px; text-align: center; background-color: #c6000b; border-radius: 8px; padding: 0 40px;}
.lyMore a:hover { background-color: #9e0009;}


.totop { width: 50px; height: 50px; padding: 14px; background-color: #c6000b; border-radius: 50%; position: fixed; bottom: 10%; right: 10px; z-index: 999; cursor: pointer;}


/*nyBanner start*/
.nyBanner { width: 100%; height: auto; position: relative;}
.nyBanner .nyBa_img { width: 100%; height: auto; overflow: hidden; position: relative;}
.nyBanner .nyBa_img img { display: block; width: 100%;}
.nyBanner .nyBa_text { width: 100%; overflow: hidden; padding: 0 20px; position: absolute; left: 50%; top: 50%; z-index: 1; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyBanner .nyBa_text .tit { line-height: 1; color: #fff; font-family: "AlimamaShuHeiTi-Bold"; font-size: 40px; font-weight: bold; text-align: center;}
.nyBanner .arrow { width: 52px; height: 52px; padding: 14px; background-color: #c6000b; border-radius: 50%; position: absolute; left: 50%; bottom: -26px; z-index: 1; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.nyBanner .arrow::before { content: ''; display: block; width: 72px; height: 72px; background-color: #c6000b; border-radius: 50%; opacity: .08; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyBanner .arrow svg { animation: nbanA 2s infinite;}
@keyframes nbanA {
	 0%{ margin: -10px auto 10px;}
	 50%{ margin: 10px auto -10px;}
	 100%{ margin: -10px auto 10px;;}
}

.nyLocation { display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 15px;}
.nyLocation p { height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 18px; text-transform: capitalize; white-space: nowrap; text-overflow: ellipsis; padding-left: 30px; position: relative;}
.nyLocation p em { display: block; width: 20px; height: 20px; overflow: hidden; position: absolute; left: 0; top: 4px;}
.nyLocation p a { display: inline-block; line-height: 30px; color: #fff; font-size: 18px; text-transform: capitalize; vertical-align: top;}
.nyLocation p a:hover { color: #c6000b;}
.nyLocation p i { display: inline-block; width: 14px; height: 30px; overflow: hidden; margin: 0 5px; vertical-align: top;}
/*nyBanner end*/


.nyTitle { margin-bottom: 20px;}
.nyTitle p { line-height: 1.2; color: #222; font-family: "AlimamaShuHeiTi-Bold"; font-size: 36px; font-weight: bold;}
.nyTitle span { display: block; line-height: 1.5; color: #777; font-size: 22px; margin-top: 10px;}
.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; vertical-align: top; margin: 0 3px; background-color: #fff; border-radius: 4px;}
.nyPage1 a { background-color: #fbfbfb;}
.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 { color: #fff; background-color: #c6000b !important;}
.nyPage a.prev, .nyPage a.next { padding: 15px;}
.nyPage a.prev:hover, .nyPage a.next:hover { background-color: #c6000b;}
.nyPage a.prev:hover svg path, .nyPage a.next:hover svg path { fill: #ffffff;}
/*nyPage end*/


@media (max-width:480px) {
  .lyTop a.lyLogo { height: 44px; margin: 10px 0;}

  .lyTop .lyNav, .lyShare { margin-left: 10px;}
  .lyNav .lyNav_btn, .lyShare a, .lySearch_btn a.open, .lySearch_btn a.close { width: 44px; height: 44px; margin: 10px 0; padding: 12px;}
  .lyTop .lySearch { padding: 10px 20px;}
  .lySearch form { height: 44px;}
  .lySearch .ipt { width: calc(100% - 44px); height: 44px; line-height: 44px; font-size: 15px;}
  .lySearch .btn { width: 44px; height: 44px;}
  .lySearch .btn i { padding: 12px;}

  .lyNav_list>ul>li a { height: 60px; line-height: 60px; font-size: 20px; padding: 0 60px 0 30px;}
  .lyNav_list>ul>li i { width: 60px; height: 60px;}
  .lyNav_list>ul>li i::before { width: 16px;}
  .lyNav_list>ul>li i::after { height: 16px;} 
  .lyNav_list>ul>li ul { padding: 0 30px;}
  .lyNav_list>ul>li ul li a { height: 54px; line-height: 54px; font-size: 18px; padding: 0 0 0 20px;}


  .lyMore a { height: 48px; line-height: 48px; font-size: 16px; padding: 0 20px;}

  .lyFooter { padding: 40px 20px 70px;}
  .lyFooter .lyFoot_logo { margin-bottom: 20px;}
  .lyFoot_logo a { height: 60px;}
  .lyFoot_form { margin: 20px auto 40px;}
  .lyFoot_form .ftMsg_ipt { margin-bottom: 10px;}
  .lyFoot_form .ftMsg_ipt input { height: 48px; line-height: 30px; font-size: 16px; padding: 8px 20px;}
  .lyFoot_form .ftMsg_btn { margin-top: 20px;}
  .lyFoot_form .ftMsg_btn button { width: 40%; height: 48px; line-height: 48px; font-size: 18px;}
  .lyFoot_lxfs { padding: 30px 0;}
  .lyFoot_lxfs dl dd { line-height: 32px; font-size: 18px; margin-bottom: 10px;}
  .lyFoot_share { margin-top: 20px;}
  .lyFoot_share a { width: 44px; height: 44px; margin-right: 10px; padding: 13px;}
  .lyFoot_copy p, .lyFoot_copy p a { line-height: 30px; font-size: 16px;}

  .lyNavigation ul li a { padding: 10px;}
  .lyNavigation ul li a i { width: 26px; height: 26px;}
  .lyNavigation ul li a em { line-height: 20px; font-size: 14px; margin-top: 4px;}

  .totop { width: 44px; height: 44px; padding: 12px; bottom: 20%;}

  .nyBanner .nyBa_text .tit { font-size: 34px;}
  .nyLocation { margin-top: 10px;}
  .nyLocation p { padding-left: 24px;}
  .nyLocation p, .nyLocation p a { font-size: 16px;}
  .nyLocation p em { width: 18px; height: 18px; top: 5px;}
  .nyLocation p i { width: 12px;}
  .nyBanner .arrow { width: 44px; height: 44px; padding: 12px; bottom: -22px;}
  .nyBanner .arrow::before { width: 60px; height: 60px;}

  .nyTitle { margin-bottom: 20px;}
  .nyTitle p { font-size: 34px;}
  .nyTitle span { font-size: 18px;}

  .nyPage a.pnnum, .nyPage a.pnnum1 { display: none;}
}

@media (max-width:414px) {
  .lyNav .lyNav_btn, .lyShare a, .lySearch_btn a.open, .lySearch_btn a.close { width: 40px; height: 40px; margin: 12px 0; padding: 10px;}
  .lyNav .lyNav_btn { padding: 12px 10px;}
  .lyNav_btn i { margin: 5px 0;}
  .lyNav_list>ul>li a { height: 50px; line-height: 50px; font-size: 16px; padding: 0 50px 0 20px;}
  .lyNav_list>ul>li i { width: 50px; height: 50px; padding: 18px;}
  .lyNav_list>ul>li ul { padding: 10px 20px;}
  .lyNav_list>ul>li ul li a { height: 32px; line-height: 32px; font-size: 14px; padding: 0 0 0 10px;}

  .lyMore a { height: 44px; line-height: 44px; font-size: 15px;}

  .lyFooter { padding: 40px 20px 64px;}
  .lyFoot_logo a { height: 56px;}
  .lyFoot_form .ftMsg_ipt input { height: 44px; line-height: 30px; font-size: 14px; padding: 6px 20px;}
  .lyFoot_form .ftMsg_btn button { width: 40%; height: 44px; line-height: 44px; font-size: 16px;}
  .lyFoot_lxfs dl dd { line-height: 30px; font-size: 16px;}
  .lyFoot_share a { width: 40px; height: 40px; padding: 12px;}
  .lyFoot_copy { padding: 16px 0;}
  .lyFoot_copy p, .lyFoot_copy p a { line-height: 24px; font-size: 14px;}
  .lyNavigation ul li a i { width: 24px; height: 24px;}
  .lyNavigation ul li a em { line-height: 16px; font-size: 14px;}

  .totop { width: 40px; height: 40px; padding: 10px;}

  .nyBanner .nyBa_text .tit { font-size: 30px;}
  .nyLocation p, .nyLocation p a { font-size: 14px;}
  .nyLocation p em { width: 16px; height: 16px; top: 6px;}
  .nyLocation p i { width: 10px;}

  .nyTitle p { font-size: 30px;}
  .nyTitle span { font-size: 16px;}

}

@media (max-width:390px) {
  .lyTop { padding: 0 3%;}
  .lyFooter { padding: 40px 3% 64px;}
}

@media (max-width:320px) {
  .lyTop a.lyLogo { height: 40px; margin: 12px 0;}
  .lyTop .lyNav, .lyShare { margin-left: 6px;}
  .lyNav .lyNav_btn, .lyShare a, .lySearch_btn a.open, .lySearch_btn a.close { width: 36px; height: 36px; margin: 14px 0;}
  .lyNav_btn i { margin: 3px 0;}

  .lyMore a { height: 36px; line-height: 36px; font-size: 14px;}

  .nyBanner .nyBa_text .tit { font-size: 24px;}
  .nyLocation { margin-top: 5px;}
  .nyLocation p { padding-left: 20px;}
  .nyLocation p, .nyLocation p a { font-size: 12px;}
  .nyLocation p em { width: 14px; height: 14px; top: 7px;}
  .nyLocation p i { margin: 0 3px;}
  .nyBanner .arrow { width: 40px; height: 40px; padding: 12px; bottom: -20px;}
  .nyBanner .arrow::before { width: 52px; height: 52px;}

  .nyTitle p { font-size: 24px;}
  .nyTitle span { font-size: 14px;}
}

