* { font: 14px/1.5 'Arial', '\5FAE\8F6F\96C5\9ED1', '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 { 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: #04559a;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #04559a;}  /* 滚动条滑块点击状态 */


@font-face { font-family: "AlimamaShuHeiTi-Bold"; src: url('../fonts/AlimamaShuHeiTi-Bold.ttf');}



.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1440px) {
  .w1400 { width: 94%;}
}


/*lyTop start*/
.lyTop { width: 100%; padding-left: 80px; background-color: #fff; box-shadow: 0 5px 5px rgb(0, 0, 0, .06); -webkit-box-shadow: 0 5px 5px rgb(0, 0, 0, .06); 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%;}

.lySearch_btn { display: none;}
.lySearch { width: 18%; margin-left: 55px; padding: 28px 25px; background-color: #04559a; position: relative; float: right;}
.lySearch::before { content: ''; display: block; width: 0; height: 0; border-top: 100px solid #04559a; border-left: 30px solid transparent; position: absolute; left: -30px; top: 0;}
.lySearch form { display: block; width: 100%; height: 44px; padding-right: 64px; position: relative;}
.lySearch input.lySearch_ipt { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #fff; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; background: none; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .25); outline: none;}
.lySearch input.lySearch_ipt::-webkit-input-placeholder { color: rgba(255, 255, 255, .25);}
.lySearch button.lySearch_btn { display: block; width: 44px; height: 44px; font-size: 0; padding: 12px; background-color: #fff; border-radius: 50%; border: 0; outline: none; cursor: pointer; position: absolute; top: 0; right: 0;}
.lySearch button.lySearch_btn i { display: block; width: 100%; height: 100%; overflow: hidden;}
.lySearch button.lySearch_btn::before { content: ''; display: block; width: 52px; height: 52px; background-color: rgba(255, 255, 255, .1); border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}


.lyNav { float: right;}
.lyNav_list>ul>li { display: flex; align-items: center; float: left;}
.lyNav_list>ul>li>a { display: block; height: 100px; overflow: hidden; line-height: 50px; color: #222; font-size: 18px; padding: 25px; position: relative;}
.lyNav_list>ul>li:hover>a, .lyNav_list>ul>li.active>a { color: #04559a;}
.lyNav_list>ul>li>a::after { content: ''; display: block; width: 0; height: 2px; overflow: hidden; background-image: linear-gradient(to right, rgba(200, 15, 46, 0) 0%, #c80f2e 50%, rgba(200, 15, 46, 0) 100%); position: absolute; bottom: 28px; 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: 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 #04559a;}

.lyNav .lyNav_btn { display: none;}
/*lyTop end*/


/*lyLinks start*/
.lyLinks { overflow: hidden; padding: 30px 0; background-color: #fff;}
.lyLinks_main { display: flex; min-height: 40px;}
.lyLinks_title { width: 220px; height: 40px; line-height: 40px; color: #04559a; font-size: 20px; font-weight: bold; padding-left: 32px; position: relative;}
.lyLinks_title i { display: block; width: 24px; height: 24px; overflow: hidden; position: absolute; top: 8px; left: 0;}
.lyLinks_title span { display: inline-block; vertical-align: middle; line-height: 30px; color: #ddd; font-size: 22px; font-weight: normal; margin-left: 8px;}

.lyLinks_list { width: calc(100% - 220px);}
.lyLinks_list a { display: block; height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 16px; padding: 0 20px; float: left;}
.lyLinks_list a:hover { color: #04559a;}
/*lyLinks end*/


/*lyFoot start*/
.lyFoot { background-color: #222;}
.lyFoot_main { display: flex;}
.lyFoot_main .lyFoot_left { width: 66%;}
.lyFoot_title { margin-bottom: 30px;}
.lyFoot_title p { line-height: 30px; color: #fff; font-size: 18px;}
.lyFoot_title span { display: block; line-height: 20px; color: rgba(255, 255, 255, .25); font-size: 14px;}
.lyFoot_left ul { display: flex; height: 100%;}
.lyFoot_left ul li { width: 33.333333%; display: flex; justify-content: center; flex-grow: 1; padding: 50px; border-left: 1px solid rgba(255, 255, 255, .1);}
.lyFoot_left ul li .lyFoot_nav { max-width: 100%;}
.lyFoot_nav a { display: block; height: 40px; overflow: hidden; line-height: 40px; color: rgba(255, 255, 255, .45); font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 10px;}
.lyFoot_nav a:last-child { margin-bottom: 0;}
.lyFoot_nav a:hover { color: #fff;}

.lyFoot_main .lyFoot_right { width: 34%; padding: 0 0 50px 50px;}
.lyFoot_tel { margin: -5px 0 0 0; padding: 55px 0 20px 90px; position: relative;}
.lyFoot_tel .lyFootTel_ico { display: block; width: 64px; height: 155px; padding-top: 55px; background-color: #04559a; border-radius: 0 0 32px 32px; position: absolute; top: 0; left: 0;}
.lyFoot_tel .lyFootTel_ico i { display: block; width: 64px; height: 80px; overflow: hidden; margin: 0 auto; padding: 13px;}
.lyFoot_tel .lyFootTel_ico::before, .lyFoot_tel .lyFootTel_ico::after { content: ''; display: block; width: 0; height: 0; overflow: hidden; position: absolute; top: 0;}
.lyFoot_tel .lyFootTel_ico::before { border-width: 5px 5px 0 0; border-color: transparent #023967 transparent transparent; border-style: solid; left: -5px;}
.lyFoot_tel .lyFootTel_ico::after { border-width: 5px 0 0 5px; border-color: transparent transparent transparent #023967; border-style: solid; right: -5px;}
.lyFoot_tel span { display: block; line-height: 30px; color: rgba(255, 255, 255, .45); font-size: 22px; margin-bottom: 10px;}
.lyFoot_tel p { line-height: 40px; color: #c80f2e; font-family: "AlimamaShuHeiTi-Bold"; font-size: 44px;}
.lyFoot_ewm { display: flex; align-items: center; margin-top: 30px;}
.lyFoot_ewm p { width: 144px; height: auto; overflow: hidden; margin-right: 20px;}
.lyFoot_ewm p img { display: block;}
.lyFoot_ewm span { display: block; line-height: 24px; color: rgba(255, 255, 255, .25); font-size: 16px; writing-mode: vertical-rl;}

.lyFoot_copy { overflow: hidden; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .1);}
.lyFoot_copy p { line-height: 32px; color: rgba(255, 255, 255, .25); font-size: 16px; text-align: center;}
.lyFoot_copy p a { color: rgba(255, 255, 255, .25); font-size: 16px;}
.lyFoot_copy p a:hover { color: #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: #04559a;}
.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: #04559a; 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*/


/*nyBanner start*/
.nyBanner { margin-top: 100px; position: relative;}
.nyBanner .nyBa_img { width: 100%; height: 450px; overflow: hidden; position: relative;}
.nyBanner .nyBa_con { position: absolute; left: 50%; bottom: 0; z-index: 1; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.nyBa_tit { padding-left: 100px; position: absolute; left: 0; bottom: -70px;}
.nyBa_tit::before { content: ''; display: block; width: 148px; height: 220px; overflow: hidden; background-image: linear-gradient(to bottom, #04559a, #006db2); box-shadow: 0 0 24px rgba(2, 66, 153, .4); position: absolute; left: 0; top: -30px;}
.nyBa_tit em { display: block; width: 148px; line-height: 1; color: rgba(255, 255, 255, .15); font-family: "AlimamaShuHeiTi-Bold"; font-size: 120px; font-style: normal; text-align: center; position: absolute; left: 0; bottom: -16px;}
.nyBa_tit p { line-height: 40px; color: #fff; font-size: 36px; font-weight: bold; position: relative; z-index: 1;}
.nyBa_tit span { display: block; line-height: 30px; color: rgba(255, 255, 255, .45); font-size: 24px; margin-top: 10px; position: relative; z-index: 1;}
.nyBa_tit i { display: block; width: 72px; height: 72px; overflow: hidden; margin-top: 40px; padding: 20px; background-color: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, .06); position: relative; bottom: -22px; z-index: 1;}
.nyBa_tit i svg { animation: nbanA 2s infinite;}
@keyframes nbanA {
	 0%{ margin: -10px auto 10px;}
	 50%{ margin: 10px auto -10px;}
	 100%{ margin: -10px auto 10px;;}
}

.nyCrumb { max-width: 50%; padding: 15px 0; float: right;}
.nyCrumb p { height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding-left: 28px; position: relative;}
.nyCrumb p em { display: block; width: 18px; height: 18px; overflow: hidden; margin-top: -9px; position: absolute; left: 0; top: 50%;}
.nyCrumb p a { display: inline-block; line-height: 40px; color: #fff; font-size: 16px; vertical-align: top;}
.nyCrumb p a:hover { color: #fff;}
.nyCrumb p i { display: inline-block; width: 10px; height: 40px; overflow: hidden; margin: 0 8px; vertical-align: top;}
/*nyBanner end*/


.nyTitle { margin-bottom: 50px;}
.nyTitle span { display: block; line-height: 40px; color: rgba(0, 0, 0, 0.1); font-family: "AlimamaShuHeiTi-Bold"; font-size: 36px; text-align: center; text-transform: uppercase;}
.nyTitle p { line-height: 40px; color: #222; font-size: 36px; font-weight: bold; text-align: center; margin: 10px auto 16px;}
.nyTitle i { display: block; width: 6px; height: 6px; margin: 0 auto; background-color: #04559a; border-radius: 50%; position: relative;}
.nyTitle i::before, .nyTitle i::after { content: ''; display: block; width: 6px; height: 6px; background-color: #04559a; border-radius: 50%; position: absolute; top: 0; opacity: .35;}
.nyTitle i::before { left: -14px;}
.nyTitle i::after { right: -14px;}

.nyTitle1 span { color: rgba(255, 255, 255, .1);}
.nyTitle1 p { color: #fff;}


/*分页样式 开始*/
#fengye { color:#666; font-size:14px; text-align:center;}
#fengye a { display:inline-block; padding:0 15px; background-color:#fff; height:36px; line-height:34px; text-align: center; margin:0 5px; border-radius:2px; color:#666; font-size:14px; border:1px solid #ddd;}
#fengye a:hover, #fengye a.pnnum1 { background-color:#04559a; color:#fff; border:1px solid #04559a;}
#fengye input { display:inline-block; padding:0 5px; background-color:#04559a; width:48px!important; height:36px!important; line-height:34px; text-align:center; border-radius:2px; margin:0 5px; color:#fff; cursor:pointer; border:0; outline:none;}
#fengye .p_input { display:inline-block; padding:0 5px; background-color:#fff; width:48px!important; height:36px!important; line-height:34px; text-align:center; margin:0 5px; color:#555; font-size:14px; cursor:default; border:1px solid #efefef; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/*分页样式 结束*/


.nyPrevNext { overflow: hidden; margin-top: -15px; padding: 30px 0;}
.nyPrevNext p { line-height: 40px; color: #999; font-size: 16px;}
.nyPrevNext p a { color: #333; font-size: 16px;}
.nyPrevNext p a:hover { color: #04559a;}


@media (max-width:1680px) {
  .lyLinks { padding: 20px 0;}
  .lyFoot_left ul li { padding: 40px;}
  .lyFoot_title { margin-bottom: 20px;}
  .lyFoot_main .lyFoot_right { padding: 0 0 40px 40px;}
  .lyFoot_tel .lyFootTel_ico { width: 60px; height: 130px; padding-top: 40px;}
  .lyFoot_tel .lyFootTel_ico i { width: 60px; height: 60px;}
  .lyFoot_tel { padding: 40px 0 10px 80px;}
  .lyFoot_tel span { font-size: 18px;}
  .lyFoot_tel p { font-size: 40px;}
  .lyFoot_ewm p { width: 140px;}
}

@media (max-width:1600px) {
  .lyTop { padding-left: 60px;}
  .lyTop a.lyLogo { margin: 15px 0;}

  .lySearch { width: 20%; margin-left: 50px; padding: 23px 20px;}
  .lySearch::before { border-top: 90px solid #04559a;}

  .lyNav_list>ul>li>a { height: 90px; padding: 20px;}
  .lyNav_list>ul>li>a::after { bottom: 20px;}
}

@media (max-width:1560px) {
}

@media (max-width:1440px) {
  .lyTop { padding-left: 3%;}
  .lyTop a.lyLogo { height: 60px; margin: 10px 0;}

  .lySearch { width: 20%; margin-left: 50px; padding: 20px;}
  .lySearch::before { border-top: 80px solid #04559a;}
  .lySearch form { height: 40px; padding-right: 52px;}
  .lySearch input.lySearch_ipt { height: 40px; line-height: 40px; font-size: 14px;}
  .lySearch button.lySearch_btn { width: 40px; height: 40px;}
  .lySearch button.lySearch_btn::before { width: 48px; height: 48px;}

  .lyNav_list>ul>li>a { height: 80px; font-size: 16px; padding: 15px 20px;}
  .lyNav_list>ul>li>a::after { bottom: 15px;}

  .lyLinks_main { min-height: 30px;}
  .lyLinks_title { width: 200px; height: 30px; line-height: 30px; font-size: 18px; padding-left: 30px;}
  .lyLinks_title i { width: 22px; height: 22px; top: 4px;}
  .lyLinks_title span { font-size: 20px;}
  .lyLinks_list { width: calc(100% - 200px);}
  .lyLinks_list a { height: 30px; line-height: 30px; font-size: 15px; padding: 0 15px;}

  .lyFoot_nav a { height: 35px; line-height: 35px; font-size: 15px;}
  .lyFoot_tel { padding: 40px 0 0 80px;}
  .lyFoot_tel .lyFootTel_ico { height: 120px;}
  .lyFoot_tel .lyFootTel_ico i { height: 50px; padding: 10px;}
  .lyFoot_tel p { font-size: 38px;}
  .lyFoot_ewm p { width: 130px;}
  .lyFoot_ewm span { line-height: 22px; font-size: 14px;}
  .lyFoot_copy p { line-height: 30px; font-size: 15px;}
  .lyFoot_copy p a { font-size: 15px;}
}

@media (max-width:1366px) {  
}

@media (max-width:1280px) {
  .lyTop a.lyLogo { height: 50px; margin: 15px 0;}

  .lySearch { width: 22%; margin-left: 40px; padding: 20px 20px 20px 10px;}
  .lySearch::before { border-left: 20px solid transparent; left: -20px;}

  .lyNav_list>ul>li>a { padding: 15px;}

  .lyFoot_main .lyFoot_left { width: 64%;}
  .lyFoot_left ul li { padding: 40px 20px;}
  .lyFoot_main .lyFoot_right { width: 36%;}
}

@media (max-width:1200px) {
  .lyFoot_main .lyFoot_left { width: 62%;}
  .lyFoot_main .lyFoot_right { width: 38%;}
  .lyFoot_tel p { font-size: 36px;}
}

@media (max-width:1080px) {
  .lyTop a.lyLogo { height: 54px; margin: 13px 0;}

  .lySearch { width: 28%;}
  .lySearch input.lySearch_ipt { font-size: 15px;}

  .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: #04559a; border-bottom: 1px solid #04559a;}
  .lyNav_list>ul>li>a::after { height: 0; bottom: 0;}
  .lyNav_list>ul>li>i { display: block; 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 #04559a;}
  .lyNav_list>ul>li.cur>i::before { border-top: 0 solid #04559a; border-bottom: 8px solid #04559a;}    
  .lyNav .lyNav_btn { display: block; width: 44px; height: 44px; margin: 18px 0;}
  .lyNav_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 12px; background-color: #04559a;}  
  .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;}

  .lyView_tel a, .lyView_code a, .lyView_top a { width: 44px; height: 44px; padding: 12px;}

  .lyLinks_main { display: block;}
  .lyLinks_title { width: 100%;}
  .lyLinks_list { width: 100%; margin-top: 10px;}

  .lyFoot_main .lyFoot_left { width: 60%;}
  .lyFoot_main .lyFoot_right { width: 40%;}
  .lyFoot_tel p { font-size: 36px;}
}

@media (max-width:1024px) {
}

@media (max-width:920px) {  
  .lyFoot_main { display: none;}
  .lyFoot_copy { border-top: 0;}
}

@media (max-width:820px) {  
  .lyTop a.lyLogo { margin: 8px 0;}

  .lySearch { width: 36%; padding: 15px 20px 15px 10px;}
  .lySearch::before { border-top: 70px solid #04559a;}

  .lyNav .lyNav_btn { display: block; width: 40px; height: 40px; margin: 15px 0;}
  .lyNav_btn i { padding: 10px;}

  .lyLinks_list a { padding: 0 10px;}
}

@media (max-width:767px) {
  .lyTop { padding: 0 3%;}
  .lyTop a.lyLogo { height: 48px; margin: 8px 0;}
  
  .lySearch_btn { display: block; margin: 12px 0 12px 3%; float: right;}
  .lySearch_btn i { display: block; width: 40px; height: 40px; padding: 10px; background-color: #04559a;}
  .lySearch { display: none;}
  .lyTop#show .lySearch { display: block;}

  .lyNav .lyNav_btn { margin: 12px 0;}
  .lyNav_list>ul { width: 60%;}
  .lyNav_list>ul>li>a { font-size: 16px; padding: 0 40px 0 20px;}
  .lyNav_list>ul>li>i { width: 40px; padding: 26px 12px;}
}

@media (max-width:390px) {  
}

@media (max-width:320px) {
}

