* { font: 16px/1.5 '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Arial'; 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: #e12836;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #e12836;}  /* 滚动条滑块点击状态 */


@font-face { font-family: "AlimamaShuHeiTi-Bold"; src: url('../fonts/AlimamaShuHeiTi-Bold.ttf');}

.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1680px) {
  .w1400 { width: 1360px;}
}
@media (max-width:1560px) {
  .w1400 { width: 1300px;}
}
@media (max-width:1440px) {
  .w1400 { width: 1280px;}
}
@media (max-width:1366px) {
  .w1400 { width: 1200px;}
}
@media (max-width:1280px) {
  .w1400 { width: 94%;}
}


/*lyHeader start*/
.lyHeader { background-color: #fff; position: relative; z-index: 9;}
.lyHeader .lyHeader_main { padding: 20px 50px;}
.lyHeader_main .lyLogo { float: left;}
.lyHeader_main .lyLogo a { display: block; height: 60px; overflow: hidden;}
.lyHeader_main .lyLogo a img { max-height: 100%;}
.lyHeader_main .lyLxfs { padding: 10px; float: right;}
.lyHeader_main .lyLxfs ul li { display: inline-block; vertical-align: top; margin-left: 30px;}
.lyHeader_main .lyLxfs ul li:first-child { margin-left: 0;}
.lyHeader_main .lyLxfs ul li p { display: flex; align-items: center; justify-items: center;}
.lyHeader_main .lyLxfs ul li p i { display: block; width: 40px; height: 40px; overflow: hidden; padding: 9px; border: 1px solid #e6e6e6; border-radius: 50%;}
.lyHeader_main .lyLxfs ul li p span { display: block; max-width: 340px; height: 30px; overflow: hidden; line-height: 30px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding-left: 15px;}
.lyHeader_main .lyLxfs ul li p em { display: block; max-width: 220px; height: 30px; overflow: hidden; line-height: 30px; color: #e12836; font-size: 18px; font-weight: bold; font-style: normal; white-space: nowrap; text-overflow: ellipsis; padding-left: 15px;}


.lyHeader .lyHeader_nav { padding: 0 50px;}
.lyHeader_nav .lyHeadNav_main { background-color: #e12836; position: relative;}
.lyHeadNav_main::before { content: ''; display: block; width: 0; height: 0; border-bottom: 72px solid #e12836;  border-left: 50px solid transparent; position: absolute; left: -50px; top: 0;}
.lyNav { width: calc(100% - 150px); float: left;}
.lyNav_list>ul { display: flex; align-items: center;}
.lyNav_list>ul>li { flex-grow: 1; text-align: center; position: relative;}
.lyNav_list>ul>li>a { display: inline-block; vertical-align: top; height: 72px; line-height: 40px; color: #fff; font-size: 18px; padding: 16px 0; position: relative;}
.lyNav_list>ul>li>a::after { content: ''; display: block; width: 0; height: 2px; overflow: hidden; background-color: #fff; position: absolute; left: 50%; bottom: 0; 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: 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 #e12836;}
.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: #e12836;}
.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 #e12836; 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: #e12836; 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: #e12836; border-bottom: 1px solid #e12836;}
.lyNavScd_con .lyNavScd_menu a:hover::after, .lyNavScd_con .lyNavScd_menu a.cur::after { border-left: 6px solid #e12836;}

.lyNav .lyNav_btn { display: none;}


.lySearch_btn { width: 100px; height: 72px; background-color: #1a1a1a; float: right; position: relative;}
.lySearch_btn::before, .lySearch_btn::after { content: ''; display: block; width: 0; height: 0; position: absolute; top: 0;}
.lySearch_btn::before { left: -50px; border-bottom: 72px solid #1a1a1a;  border-left: 50px solid transparent;}
.lySearch_btn::after { right: -50px; border-bottom: 72px solid #1a1a1a;  border-right: 50px solid transparent;}

.lySearch_btn i.open { display: block; width: 100%; height: 100%; overflow: hidden; padding: 22px; cursor: pointer; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lySearch_btn:hover i.open svg path { fill: #e12836;}
body#show .lySearch_btn i.open { opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}

.lySearch_btn em.close { display: block; width: 100%; height: 100%; overflow: hidden; padding: 22px; cursor: pointer; opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0);}
.lySearch_btn:hover em.close svg path { fill: #e12836;}
body#show .lySearch_btn em.close { margin-top: -72px; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}

.lyForm { width: 100%; padding: 40px 0; background-color: rgba(0, 0, 0, .75); position: absolute; left: 0; top: 100%; opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 1, 1); -webkit-transform: scale3d(0, 1, 1);}
body#show .lyForm { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.lyForm form { width: 50%; height: 60px; overflow: hidden; background-color: rgba(255, 255, 255, .25); margin: 0 auto;}
.lyForm .lyForm_ipt { float: left; width: calc(100% - 60px); height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis; padding: 0 30px; background: none; border: 0; outline: none;}
.lyForm .lyForm_ipt::placeholder { color: rgba(255, 255, 255, .45);}
.lyForm .lyForm_btn { float: right; width: 60px; height: 60px; overflow: hidden; font-size: 0; background-color: #e12836; border: 0; outline: none; cursor: pointer;}
.lyForm .lyForm_btn:hover { background-color: #e12836;}
.lyForm .lyForm_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 16px;}
/*lyHeader end*/


.lyMore a { display: block; width: 160px; height: 50px; line-height: 50px; color: #fff; font-size: 16px; text-align: center; background-color: #e12836; border-radius: 25px;}
.lyMore1 a { background-color: #e12836;}
.lyMore2 a { background-color: #ffffff; color: #e12836;}
.lyMore a i { display: inline-block; width: 28px; height: 28px; overflow: hidden; margin: -2px 0 0 10px; padding: 7px; background-color: #fff; border-radius: 50%; vertical-align: middle;}
.lyMore2 a i { background-color: #e12836;}
.lyMore a:hover { background-color: #e12836;}
.lyMore a:hover i { margin: -2px 0 0 20px;}
.lyMore a:hover i svg path { fill: #e12836;}


/*lyFoot start*/
.lyFoot { overflow: hidden; padding-top: 80px; background-color: #1a1a1a; position: relative;}
.lyFoot .lyFoot_main { display: flex; justify-content: space-between; padding: 0 0 80px;}
.lyFoot_tit { line-height: 30px; color: #fff; font-size: 18px; margin-bottom: 20px;}
.lyFoot_tit i { display: block; width: 18px; height: 18px; overflow: hidden; margin: 6px 8px 6px 0; float: left;}
.lyFoot_main .lyFoot_menu { width: 60%; padding-right: 80px;}
.lyFoot_menu ul { display: flex; justify-content: space-between;}
.lyFoot_menu ul li { max-width: 40%;}
.lyFoot_menu ul li a { display: block; width: 100%; height: 36px; overflow: hidden; line-height: 36px; color: rgba(255, 255, 255, .45); font-size: 16px; white-space:nowrap; text-overflow:ellipsis; padding-left: 20px; position: relative;}
.lyFoot_menu ul li a:hover { color: #fff;}
.lyFoot_menu ul li a::before { content: '>'; display: block; line-height: 36px; color: #e12836; font-size: 14px; position: absolute; left: 0; top: 0;}
.lyFoot_main .lyFoot_ewm { width: 110px;}
.lyFoot_ewm .lyFoot_tit { text-align: center;}
.lyFoot_ewm p { display: block; width: 110px; height: 110px; overflow: hidden; padding: 7px; background: url(../images/ewmBg.png) center center no-repeat; background-size: 100% 100%;}
.lyFoot_ewm p img { display: block; width: 100%; height: 100%;}
.lyFoot_main .lyFoot_lxfs { max-width: calc(40% - 110px); padding-left: 80px;}
.lyFoot_lxfs p.lyFoot_tel { line-height: 40px; color: #e12836; font-size: 36px; font-family: "Arial"; font-weight: bold;}
.lyFoot_lxfs dl { display: flex; margin-top: 30px;}
.lyFoot_lxfs dl dd { width: 38px; height: 38px; position: relative;}
.lyFoot_lxfs dl dd:first-child { margin-right: 20px;}
.lyFoot_lxfs dl dd i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 10px; background-color: rgba(255, 255, 255, .1); border-radius: 50%;}
.lyFoot_lxfs dl dd:hover i { background-color: #e12836;}
.lyFoot_lxfs dl dd span { display: block; width: 100px; height: 100px; padding: 2px; background-color: #fff; position: absolute; left: -31px; bottom: 46px; filter: Alpha(opacity=0); transform: scale3d(0, 0, 1); -webkit-transform: scale3d(0, 0, 1);}
.lyFoot_lxfs dl dd span img { display: block; width: 100%; height: 100%;}
.lyFoot_lxfs dl dd span::after { content: ''; display: block; width: 0; height: 0; border-top: 6px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.lyFoot_lxfs dl dd:hover span { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}

.lyLinks { width: 100%; min-height: 56px; margin-bottom: 60px; padding-left: 160px; background-color: #989898; position: relative;}
.lyLinks p { width: 160px; height: 56px; line-height: 56px; color: #fff; font-size: 18px; text-align: center; padding: 0 20px; background-color: #e12836; position: absolute; left: 0; top: 0;}
.lyLinks p i { display: inline-block; width: 18px; height: 18px; overflow: hidden; vertical-align: middle; margin: -2px 10px 0 0;}
.lyLinks p::after { content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 28px 0 28px 24px; border-color: transparent transparent transparent #e12836; position: absolute; top: 0; left: 100%;}
.lyLinks .lyLinks_list { width: 100%; padding: 8px 24px;}
.lyLinks_list a { display: inline-block; height: 40px; overflow: hidden; line-height: 40px; color: rgba(255, 255, 255, .65); font-size: 16px; vertical-align: top; padding: 0 12px;}
.lyLinks_list a:hover { color: #fff;}

.lyFoot_copy { padding: 20px 0; background-color: #e12836;}
.lyFoot_copy .w1400 { display: flex; align-items: center; justify-content: space-between;}
.lyFoot_copy p { max-width: 50%; line-height: 36px; color: #fff; font-size: 16px;}
.lyFoot_copy p a { color: #fff; font-size: 16px;}
.lyFoot_copy p span { display: block; line-height: 30px; color: #fff; font-size: 16px; margin: 3px 0; padding-left: 24px; position: relative;}
.lyFoot_copy p span i { display: block; width: 16px; height: 16px; overflow: hidden; position: absolute; left: 0; top: 7px;}

/*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: #e12836;}
.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: #e12836; 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*/


/*lyTitle1 start*/
.lyTitle1 { margin-bottom: 50px; position: relative;}
.lyTitle1 p { line-height: 1; color: #222; font-size: 40px; font-weight: bold; text-align: center; margin-bottom: 15px;}
.lyTitle1 i { display: block; width: 25px; height: 25px; margin: 0 auto; position: relative; transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
.lyTitle1 i::before, .lyTitle1 i::after { content: ''; display: block; width: 100px; height: 1px; overflow: hidden; background-color: #e12836; position: absolute; top: 50%;}
.lyTitle1 i::before { right: 160%;}
.lyTitle1 i::after { left: 160%;}
/*lyTitle1 end*/


/*lyTitle2 start*/
.lyTitle2 { margin-bottom: 50px; padding-left: 40px; position: relative;}
.lyTitle2 i { display: block; width: 25px; height: 25px; position: absolute; left: 0; top: 8px; transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
.lyTitle2 p { display: inline-block; line-height: 1; color: #222; font-size: 40px; font-weight: bold; vertical-align: top; position: relative;}
.lyTitle2 p::after { content: ''; display: block; width: 100px; height: 1px; overflow: hidden; background-color: #e12836; position: absolute; top: 50%; left: 115%;}
.lyTitle3 { padding-bottom: 24px;}
.lyTitle3::after { content: ''; display: block; width: 100%; height: 1px; overflow: hidden; background-color: #ddd; position: absolute; left: 0; bottom: 0;}
.lyTitle3 span { display: block; height: 24px; line-height: 24px; color: #777; font-size: 16px; padding: 0 40px; position: absolute; left: 0; bottom: -12px; z-index: 1;}
.lyTitle4 { padding-bottom: 24px; border-bottom: 1px solid #e6e6e6;}
/*lyTitle2 end*/


/*nyCrumb start*/
.nyCrumb { overflow: hidden; padding: 30px 40px; position: relative;}
.nyCrumb p { height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding-left: 30px; position: relative;}
.nyCrumb p em { display: block; width: 20px; height: 20px; overflow: hidden; padding: 1px; position: absolute; left: 0; top: 10px;}
.nyCrumb p a { display: inline-block; line-height: 40px; color: #999; font-size: 16px; vertical-align: top;}
.nyCrumb p a:hover { color: #e12836;}
.nyCrumb p i { display: inline-block; width: 14px; height: 40px; overflow: hidden; vertical-align: top; margin: 0 6px;}
.nyCrumb::after { content: ""; display: block; width: 100%; height: 1px; background-color: #e6e6e6; position: absolute; left: 0; bottom: 0;}
/*nyCrumb end*/


/*nyPage start*/
.nyPage { line-height: 46px; color: #999; font-size: 16px; text-align: center;}
.nyPage a { display: inline-block; height: 46px; line-height: 44px; color: #555; font-size: 16px; text-align: center; vertical-align: top; margin: 0 3px; padding: 0 18px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 4px;}
.nyPage a:hover, .nyPage a.pnnum1 { color: #fff; background-color: #e12836; border: 1px solid #e12836;}
/*nyPage end*/


@media (max-width:1680px) {
  .lyHeader .lyHeader_main { padding: 20px 40px;}
  .lyHeader_main .lyLxfs ul li { margin-left: 20px;}

  .lySearch_btn { width: 80px; height: 64px;}
  .lySearch_btn::before { left: -40px; border-bottom: 64px solid #1a1a1a; border-left: 40px solid transparent;}
  .lySearch_btn::after { right: -40px; border-bottom: 64px solid #1a1a1a;  border-right: 40px solid transparent;}
  .lySearch_btn i.open { padding: 20px;}
  body#show .lySearch_btn em.close { margin-top: -64px;}
  .lyForm form { height: 52px;}
  .lyForm .lyForm_ipt { width: calc(100% - 52px); height: 52px; line-height: 52px; font-size: 16px; padding: 0 26px;}
  .lyForm .lyForm_btn { width: 52px; height: 52px;}
  .lyForm .lyForm_btn i { padding: 15px;}

  .lyHeadNav_main::before { border-bottom: 64px solid #e12836; border-left: 40px solid transparent; left: -40px;}
  .lyHeader .lyHeader_nav { padding: 0 40px;}
  .lyNav { width: calc(100% - 120px);}
  .lyNav_list>ul>li>a { height: 64px; padding: 12px 0;}

  .lyFoot { padding-top: 60px;}
  .lyLinks { margin-bottom: 40px;}
  .lyFoot .lyFoot_main { padding: 0 0 60px;}
  .lyFoot_main .lyFoot_menu { padding-right: 60px;}
  .lyFoot_main .lyFoot_lxfs { padding-left: 60px;}

  .lyTitle1, .lyTitle2 { margin-bottom: 40px;}
  .lyTitle1 p, .lyTitle2 p { font-size: 36px;}
  .lyTitle1 i, .lyTitle2 i { width: 21px; height: 21px;} 
  .lyTitle2 { padding-left: 32px;}
  .lyTitle2 p::after { width: 80px; left: 110%;}
  .lyTitle3 span { padding: 0 32px;}

}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lySearch_btn { width: 80px; height: 60px;}
  .lySearch_btn::before { left: -40px; border-bottom: 60px solid #1a1a1a; border-left: 40px solid transparent;}
  .lySearch_btn::after { right: -40px; border-bottom: 60px solid #1a1a1a;  border-right: 40px solid transparent;}
  .lySearch_btn i.open { padding: 20px;}
  body#show .lySearch_btn em.close { margin-top: -60px;}
  .lyForm { padding: 30px 0;}
  .lyForm form { height: 50px;}
  .lyForm .lyForm_ipt { width: calc(100% - 50px); height: 50px; line-height: 50px; font-size: 16px; padding: 0 25px;}
  .lyForm .lyForm_btn { width: 50px; height: 50px;}
  .lyForm .lyForm_btn i { padding: 15px;}

  .lyHeadNav_main::before { border-bottom: 60px solid #e12836; border-left: 40px solid transparent; left: -40px;}
  .lyHeader .lyHeader_nav { padding: 0 40px;}
  .lyNav { width: calc(100% - 120px);}
  .lyNav_list>ul>li>a { height: 60px; font-size: 16px; padding: 10px 0;}

  .lyTitle1, .lyTitle2 { margin-bottom: 40px;}
  .lyTitle1 p, .lyTitle2 p { font-size: 32px;}
  .lyTitle1 i, .lyTitle2 i { width: 19px; height: 19px;} 
  .lyTitle2 { padding-left: 30px;}
  .lyTitle2 p::after { width: 72px; left: 110%;}
  .lyTitle3 span { padding: 0 30px;}

  .lyLinks { min-height: 52px;}
  .lyLinks p { width: 140px; height: 52px; line-height: 52px; font-size: 16px; padding: 0 20px;}
  .lyLinks p::after { border-width: 26px 0 26px 20px;}
  .lyLinks .lyLinks_list { padding: 6px 10px;}
  .lyLinks_list a { padding: 0 10px;}

  .lyFoot_lxfs p.lyFoot_tel { line-height: 32px; font-size: 32px;}
  .lyFoot_copy p { line-height: 35px; font-size: 15px;}
  .lyFoot_copy p a { font-size: 15px;}
}

@media (max-width:1366px) {
  .lyHeader .lyHeader_main { padding: 20px 30px;}
  .lyHeader_main .lyLxfs ul li { margin-left: 15px;}

  .lySearch_btn { width: 70px; height: 60px;}
  .lySearch_btn::before { left: -30px; border-bottom: 60px solid #1a1a1a; border-left: 30px solid transparent;}
  .lySearch_btn::after { right: -30px; border-bottom: 60px solid #1a1a1a;  border-right: 30px solid transparent;}
  .lySearch_btn i.open { padding: 20px;}
  body#show .lySearch_btn em.close { margin-top: -60px;}
  .lyForm form { height: 50px;}
  .lyForm .lyForm_btn { width: 50px; height: 50px;}
  .lyForm .lyForm_btn i { padding: 14px;}

  .lyHeadNav_main::before { border-bottom: 60px solid #e12836; border-left: 30px solid transparent; left: -30px;}
  .lyHeader .lyHeader_nav { padding: 0 30px;}
  .lyNav { width: calc(100% - 100px);}
  .lyNav_list>ul>li>a { height: 60px; padding: 10px 0;}
}

@media (max-width:1280px) {
  .lyHeader .lyHeader_main, .lyHeader .lyHeader_nav { width: 100%;}
}

@media (max-width:1200px) {
  .lyHeader_main .lyLxfs ul li:first-child { display: none;}
}

@media (max-width:1080px) {
  .lyHeader { z-index: 99999999;}
  .lyHeader .lyHeader_main { padding: 15px 3%;}
  .lyHeader_main .lyLxfs { display: none;}

  .lyHeader .lyHeader_nav { padding: 0;}
  .lyHeader_nav .lyHeadNav_main { position: inherit;}

  .lySearch_btn { width: 44px; height: 44px; margin: 8px 0; padding: 0; border-radius: 0; position: absolute; top: 15px; right: 100px;}
  .lySearch_btn i.open { padding: 10px;}
  .lySearch_btn::before, .lySearch_btn::after { display: none;}
  .lySearch_btn em.close { padding: 12px;}
  body#show .lySearch_btn em.close { margin-top: -44px;}

  .lyHeader .lyNav { width: auto; padding: 0; 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 !important; float: none; position: relative;}
  .lyNav_list>ul>li>a { display: block; width: 100%; height: 60px; line-height: 60px; color: #222; font-size: 16px; text-align: left; padding: 0 30px; border-bottom: 1px solid rgba(85, 87, 89, 0.1); position: relative;}
  .lyNav_list>ul>li:active>a, .lyNav_list>ul>li.active>a, .lyNav_list>ul>li.cur>a { color: #e12836; border-bottom: 1px solid #e12836;}
  .lyNav_list>ul>li>i { display: none; width: 60px; height: 60px; margin: 0; padding: 26px 22px; border: 0 !important; position: absolute; top: 0; right: 0;}
  .lyNav_list>ul>li>i::before { content: ''; display: block; width: 0; height: 0; border-top: 8px solid #ccc; border-left: 8px solid transparent; border-right: 8px solid transparent;}
  .lyNav_list>ul>li:active>i::before { border-top: 8px solid #e12836;}
  .lyNav_list>ul>li.cur>i::before { border-top: 0 solid #e12836; border-bottom: 8px solid #e12836;}
    
  .lyNav .lyNav_btn { display: block; width: 44px; height: 44px; margin: 8px 0; padding: 0; border-radius: 0; position: absolute; top: 15px; right: 3%;}
  .lyNav_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 10px; background-color: #e12836; border-radius: 0;}
  
  .lyNav_list .lyNav_mask { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0; z-index: 9998;}
  .lyNav_list>ul>li .lyNav_second { box-shadow: none; border-bottom: 1px solid rgba(85, 87, 89, 0.1); position: inherit; left: inherit; top: inherit !important;}  
  /*.lyNav_list>ul>li:hover .lyNav_second, .lyNav_list>ul>li.cur .lyNav_second { height: auto; padding: 20px 0; opacity: 1;}*/
  .lyNavScd_list, .lyNavScd_con { width: 100%; padding: 0 30px;}
  .lyNavScd_list ul { margin: 0 0 -10px;}
  .lyNavScd_list ul li { width: 100%; margin-bottom: 10px; padding: 0;}
  .lyNavScd_con .lyNavScd_img { width: 200px; height: 120px;}
  .lyNavScd_con .lyNavScd_menu { width: calc(100% - 200px); padding-left: 20px;}


  .lyFoot { padding-top: 40px;}
  .lyFoot .lyFoot_main { display: none;}
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .lyHeader_main .lyLogo a { height: 50px;}

  .lySearch_btn, .lyNav .lyNav_btn { margin: 3px 0;}

  .lyFoot_copy { padding: 10px 0;}
  .lyFoot_copy p { max-width: 100%; line-height: 30px;}
  .lyFoot_copy p.fr { display: none;}

  .lyTitle1, .lyTitle2 { margin-bottom: 24px;}
  .lyTitle3 { margin-bottom: 40px;}
  .lyTitle1 p, .lyTitle2 p { font-size: 28px;}
  .lyTitle1 i, .lyTitle2 i { width: 17px; height: 17px;}
  .lyTitle1 i::before, .lyTitle1 i::after { width: 80px;}

  .lyFoot { padding-top: 30px;}
  .lyLinks { margin-bottom: 30px;}
}

@media (max-width:820px) {
  .lySearch_btn { right: 90px;}
  .lyForm form { width: 60%;}

  .lyFoot { padding-top: 0;}
  .lyLinks { display: none;}

  .lyView_code, .lyView_tel p { display: none !important;}
  .lyView_tel a, .lyView_code a, .lyView_top a { width: 44px; height: 44px; padding: 13px; border-radius: 50%;}
  .lyView_tel:hover a { border-radius: 50%;}
}

@media (max-width:767px) {
  .lySearch_btn { right: 70px;}

  .lyTitle2 { padding-left: 25px;}
  .lyTitle1 p, .lyTitle2 p { font-size: 24px;}
  .lyTitle1 p { margin-bottom: 10px;}  
  .lyTitle1 i, .lyTitle2 i { width: 15px; height: 15px;}
  .lyTitle2 i { top: 6px;}
  .lyTitle3 span { padding: 0 10px 0 25px;}
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .lyHeader_main .lyLogo a { height: 40px;}

  .lySearch_btn, .lyNav .lyNav_btn { width: 40px; height: 40px; margin: 0;}
  .lySearch_btn { right: 60px;}

  .lyFoot_copy p, .lyFoot_copy p a { font-size: 14px;}
}

