@charset "utf-8";
/* CSS Document */
* { scrollbar-width: 0; margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-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.8; font-family: NotoSansJP-Regular !important; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { border: 0; }
address, cite, code, em, th, i { font-style: normal; }
.clear { clear: both; }
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; cursor: pointer; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
sup { font-style: italic; }
@font-face { font-family: "NotoSansJP-Regular"; src: url('../fonts/NotoSansJP-Regular.ttf');}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width: 0;
}/* 滚动槽宽度 */
/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track {
background-color: #f4f8fa;
border-radius: 0px;
}
::-webkit-scrollbar-thumb {
background-color: #f4f8fa;
}
/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive {
background-color: #f4f8fa;
}
 @-webkit-keyframes rotateAnima {  0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
 100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes rotateAnima {  0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
 100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
/* 按钮样式去除 */
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; outline: none; cursor: pointer; }
textarea { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; outline: none; }
input { border-radius: 0; outline: none; }
svg.icon { display: block; width: 100%; height: 100%; overflow: hidden; }
.w1600 { width: 1600px; margin: 0 auto; }
/*头部 开始*/
.ly_Top { width: 100%; height: 90px; background-color: none; position: fixed; top: 0; left: 0; z-index: 9997; }
.ny_Top { width: 100%; height: 90px; background-color: #fff; position: fixed; top: 0; left: 0; z-index: 9997; }
.ly_Top .lyTop_Main, .ny_Top .lyTop_Main { padding: 0 80px; position: relative; }
.lyTop_Main .ly_Logo { width: auto; height: 60px; overflow: hidden; margin: 15px 60px 15px 0; float: left; }
.ly_Logo a { display: table-cell; vertical-align: middle; width: 100%; height: 60px; overflow: hidden; }
.ly_Logo a img { max-width: 100%; height: auto; max-height: 100%; }
.ly_Logo a img.logo1 { display: block; }
.ly_Logo a img.logo2 { display: none; }
.lyTop_Main .lyTop_Tel { width: auto; height: 44px; overflow: hidden; line-height: 44px; color: #fff; font-size: 16px; font-weight: bold; margin: 23px 0 23px 20px; padding: 0 20px 0 8px; background-color: #1b355d; border-radius: 22px; float: right; position: relative; }
.lyTop_Tel i { display: block; width: 44px; height: 44px; border-radius: 50%; float: left; position: relative; }
.lyTop_Tel i::before { content: ''; display: block; width: 100%; height: 100%; background-image: radial-gradient(rgba(255, 255, 255, 0.3) 5%, rgba(255, 255, 255, .0) 60%, rgba(255, 255, 255, 0) 100%); border-radius: 50%; position: absolute; left: 0; top: 0; }
.lyTop_Tel i svg { display: block; width: 20px; height: 20px; position: absolute; left: 50%; top: 50%; z-index: 1; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.lyTop_Tel i svg path { fill: #ffffff; }
.lyTop_Main .lyTop_ScBtn { width: 44px; height: 44px; margin: 23px 0 23px 20px; float: right; }
.lyTop_ScBtn a { display: block; width: 100%; height: 100%; margin: 0 auto; padding: 11px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .25); }
.lyTop_ScBtn a svg { display: block; width: 100%; height: 100%; }
.lyTop_ScBtn a svg path { fill: #ffffff; }
.z_mask { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0, 0, 0, 0.6); z-index: 999; display: none; }
.lyTop_Search { width: 100%; height: auto; padding: 40px 0; border-radius: 0; position: fixed; left: 0; top: 90px; z-index: 999; transform: translateY(80px); background-color: #fff; text-align: center; opacity: 0; visibility: hidden; }
.lyTop_Search.on { transform: translateY(0px); visibility: inherit; opacity: 1; }
.lyTop_Search .lyForm_main { max-width: 40%; margin: 0 auto; display: flex; align-items: center; background-color: #f5f5f5; border-radius: 4px; }
.lySelect { width: 215px; position: relative; }
.lySelect i { display: block; width: 12px; height: 12px; overflow: hidden; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); -webkit-transform: translateY(-50%); pointer-events: none; }
.lySelect i svg path { fill: #999; }
.lySelect .select_header { width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #555; font-size: 16px; text-align: left; white-space: nowrap; text-overflow: ellipsis; padding: 0 20px; background-color: #eee; border-radius: 4px 0 0 4px; cursor: pointer; }
.lySelect .select_header span { font-size: 16px; }
.lySelect .select_options { display: none; background-color: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .1); border-radius: 4px; padding: 10px 0; position: absolute; top: 100%; left: 0; right: 0; z-index: 9; }
.lySelect .select_options .option { line-height: 30px; color: #555; font-size: 16px; padding: 3px 20px; cursor: pointer; }
.lySelect .select_options .option:hover { color: #1b355d; text-decoration: underline; }
.lySelect .select_options::-webkit-scrollbar {
width: 0;
}
.lyTop_Search .lyForm_main form { width: calc(100% - 100px); height: 50px; margin: 0 auto; padding: 0 70px 0 0; position: relative; }
.lyTop_Search .lyForm_main form .scIpt { width: 100%; height: 50px; overflow: hidden; }
.lyTop_Search .lyForm_main form .scIpt input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 0 25px; background-color: #f5f5f5; border: 0; outline: none; }
.lyTop_Search .lyForm_main form .scIpt input::-moz-placeholder, .lyTop_Search .lyForm_main form .scIpt input:-ms-input-placeholder, .lyTop_Search .lyForm_main form .scIpt input::-webkit-input-placeholder {
color: #aaa;
}
.lyTop_Search .lyForm_main form .scBtn { overflow: hidden; border-radius: 0 4px 4px 0; position: absolute; top: 0; right: 0; }
.lyTop_Search .lyForm_main form .scBtn button { display: block; width: 70px; height: 50px; overflow: hidden; padding: 14px; background: #1b355d; border: 0; outline: none; cursor: pointer; }
.lyTop_Search .lyForm_main form .scBtn button i { display: block; width: 22px; height: 22px; overflow: hidden; margin: 0 auto; }
.lyTop_Search .lyForm_main form .scBtn button i svg { display: block; width: 100%; height: 100%; }
.lyTop_Search .lyForm_main form .scBtn button i svg path { fill: #ffffff; }
.fxd .ly_Top, .ly_Top:hover, .ny_Top { background-color: #fff; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.06); }
.fxd .ly_Logo a img.logo1, .ly_Top:hover .ly_Logo a img.logo1, .ny_Top .ly_Logo a img.logo1 { display: none; }
.fxd .ly_Logo a img.logo2, .ly_Top:hover .ly_Logo a img.logo2, .ny_Top .ly_Logo a img.logo2 { display: block; }
.fxd .lyTop_ScBtn a, .ly_Top:hover .lyTop_ScBtn a, .ny_Top .lyTop_ScBtn a { border: 1px solid rgba(0, 0, 0, .15); }
.fxd .lyTop_ScBtn a svg path, .ly_Top:hover .lyTop_ScBtn a svg path, .ny_Top .lyTop_ScBtn a svg path { fill: #1b355d; }
.fxd .lyTop_ScBtn a:hover, .ly_Top:hover .lyTop_ScBtn a:hover, .ny_Top .lyTop_ScBtn a:hover { background-color: #1b355d; border: 1px solid #1b355d; }
.fxd .lyTop_ScBtn a:hover svg path, .ly_Top:hover .lyTop_ScBtn a:hover svg path, .ny_Top .lyTop_ScBtn a:hover svg path { fill: #ffffff; }
 @media (max-width:1680px) {
.ly_Top, .ny_Top { height: 80px; }
.ly_Top .lyTop_Main, .ny_Top .lyTop_Main { padding: 0 3%; }
.lyTop_Main .ly_Logo { margin: 10px 40px 10px 0; }
.lyTop_Main .lyTop_Tel { margin: 18px 0 18px 20px; }
.lyTop_Main .lyTop_ScBtn { margin: 18px 0 18px 20px; }
.lyTop_Search { padding: 30px 0; top: 80px; }
}
 @media (max-width:1600px) {
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
}
 @media (max-width:1366px) {
.lyTop_Search { padding: 30px 0; }
}
 @media (max-width:1280px) {
.ly_Top .lyTop_Main, .ny_Top .lyTop_Main { padding: 0 20px; }
.lyTop_Search .lyForm_main { max-width: 50%; }
.lySelect .select_options .option { font-size: 14px; padding: 3px 10px; }
}
 @media (max-width:1200px) {
.ly_Top, .ny_Top { animation-name: inherit !important; }
.lyTop_Main .lyTop_Tel { padding: 0 20px 0 0; }
}
 @media (max-width:1080px) {
.ly_Top, .ny_Top { height: 70px; background-color: #fff; box-shadow: 0 5px 5px 0 rgb(0 0 0 / 6%); }
.lyTop_Main .ly_Logo { margin: 5px 0; }
.ly_Logo a img.logo1 { display: none; }
.ly_Logo a img.logo2 { display: inline-block; }
.lyTop_Main .lyTop_Tel { margin: 13px 0 13px 20px; }
.lyTop_Main .lyTop_ScBtn { margin: 13px 0 13px 20px; }
.lyTop_ScBtn a { border: 1px solid rgba(0, 0, 0, .15); }
.lyTop_ScBtn a svg path { fill: #1b355d; }
.lyTop_Search { padding: 20px 0; top: 70px; transform: translateY(70px); }
}
 @media (max-width:1024px) {
.lyTop_Search .lyForm_main { max-width: 60%; }
}
 @media (max-width:820px) {
.lyTop_Search .lyForm_main { max-width: 80%; height: 44px; }
.lySelect .select_header { height: 44px; line-height: 44px; font-size: 15px; }
.lySelect .select_header span { font-size: 15px; }
.lyTop_Search .lyForm_main form { height: 44px; padding: 0 60px 0 0; }
.lyTop_Search .lyForm_main form .scIpt { height: 44px; }
.lyTop_Search .lyForm_main form .scIpt input { height: 44px; line-height: 44px; font-size: 15px; padding: 0 20px; }
.lyTop_Search .lyForm_main form .scBtn button { width: 60px; height: 44px; }
}
 @media (max-width: 767px) {
.ly_Top, .ny_Top { height: 64px; }
.lyTop_Main .ly_Logo { height: 48px; margin: 8px 0; }
.ly_Logo a { height: 48px; }
.lyTop_Main .lyTop_Tel { display: none; }
.lyTop_Main .lyTop_ScBtn { width: 40px; height: 40px; margin: 12px 0 12px 20px; }
.lyTop_ScBtn a { padding: 10px; }
.lyTop_Search { width: 100%; padding: 15px 10px; top: 64px; z-index: 999; transform: translateY(60px); }
.lyTop_Search .lyForm_main { max-width: 100%; height: 40px; }
.lySelect { width: 170px; }
.lySelect .select_header { height: 40px; line-height: 40px; font-size: 14px; padding: 0 12px; }
.lySelect .select_header span { font-size: 14px; }
.lySelect i { right: 12px; }
.lyTop_Search .lyForm_main form { width: calc(100% - 80px); height: 40px; padding: 0 60px 0 0; }
.lyTop_Search .lyForm_main form .scIpt { height: 40px; }
.lyTop_Search .lyForm_main form .scIpt input { height: 40px; line-height: 40px; font-size: 14px; padding: 0 12px; }
.lyTop_Search .lyForm_main form .scBtn button { width: 60px; height: 40px; padding: 9px; }
}
 @media (max-width: 375px) {
}
 @media (max-width: 320px) {
.ly_Top .lyTop_Main, .ny_Top .lyTop_Main { padding: 0 3%; }
.lyTop_Main .lyTop_ScBtn { margin: 12px 0 12px 3%; }
.lyTop_Search { padding: 3%; }
}
 @media (max-width: 280px) {
.lyTop_Main .lyTop_ScBtn { width: 40px; }
.lyTop_ScBtn a { width: 40px; }
}
/*导航栏 开始*/
.ly_Nav { width: auto; height: auto; float: left; }
.ly_Nav li, .ly_Nav a { text-decoration: none; list-style: none; }
.ly_Nav ::-webkit-scrollbar {
display: none;
}
.ly_Nav .nav_list { width: 100%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
.ly_Nav .nav_list>ul>li { width: auto; list-style: none; padding: 0 10px; float: left; }
.ly_Nav .nav_list>ul>li:last-child { background: none; }
.ly_Nav .nav_list>ul>li>a { display: inline-block; width: 100%; line-height: 50px; color: #fff; font-size: 16px; text-align: center; padding: 20px 40px; text-decoration: none; position: relative; }
.ly_Nav .nav_list>ul>li>a>em { display: block; width: 0; height: 2px; overflow: hidden; background-color: #fff; position: absolute; left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.ly_Nav .nav_list>ul>li:hover>a>em, .ly_Nav .nav_list>ul>li.active>a>em { width: 100%; }
.ly_Nav .nav_menu { display: none; }
.ly_Nav .nav_list>ul>li .nav_down { display: none; width: 100%; height: auto; overflow: hidden; padding: 40px 0 0; background-color: #f6f9fc; box-shadow: 0 10px 10px rgba(0, 0, 0, .1); position: absolute; left: 0; top: 100%; }
.ly_Nav .nav_list>ul>li:hover .nav_down { display: block; }
.nav_down .navDown_list { max-height: 640px; overflow-y: scroll; margin: 0 auto; }
.navDown_list ul { margin: 0 -20px; display: flex; flex-wrap: wrap; justify-content: left; }
.navDown_list ul li { width: 20%; margin-bottom: 40px; padding: 0 20px; }
.navDown_list1 ul li { width: 20%; }
.navDown_list ul li dl dt { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #ddd; }
.navDown_list ul li dl dt a { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #1b355d; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; padding-left: 14px; position: relative; }
.navDown_list ul li dl dt a::before { content: ''; display: block; width: 6px; height: 6px; margin-top: -3px; background-color: #6585b6; border-radius: 50%; position: absolute; left: 0; top: 50%; }
.navDown_list ul li dl dt a:hover { color: #1b355d; }
.navDown_list ul li dl dd { padding: 3px 0; }
.navDown_list ul li dl dd p { padding-right: 20px; position: relative; }
.navDown_list ul li dl dd p a { display: block; height: 36px; overflow: hidden; line-height: 36px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; }
.navDown_list ul li dl dd:hover p a, .navDown_list ul li dl dd.active p a { color: #1b355d; }
.navDown_list ul li dl dd p a sup { font-style: italic; }
.navDown_list ul li dl dd p em { display: block; width: 20px; height: 36px; overflow: hidden; padding: 0 5px; position: absolute; top: 0; right: 0; cursor: pointer; }
.navDown_list ul li dl dd:hover p em svg path, .navDown_list ul li dl dd.active p em svg path { fill: #1b355d; }
.navDown_list ul li dl dd.active p em svg { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.navDown_list ul li dl dd div { display: none; padding-left: 25px; position: relative; }
.navDown_list ul li dl dd div::before { content: ''; display: block; width: 1px; height: calc(100% - 16px); background-color: #ddd; position: absolute; left: 12px; top: 8px; }
.navDown_list ul li dl dd div a { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #999; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; }
.navDown_list ul li dl dd div a:hover { color: #1b355d; text-decoration: underline; }
.ly_Nav .nav_list .nav_close { display: none; }
.fxd .ly_Nav .nav_list>ul>li>a, .ly_Top:hover .ly_Nav .nav_list>ul>li>a, .ny_Top .ly_Nav .nav_list>ul>li>a { color: #222; }
.fxd .ly_Nav .nav_list>ul>li:hover>a, .fxd .ly_Nav .nav_list>ul>li.active>a, .ly_Top:hover .ly_Nav .nav_list>ul>li:hover>a, .ly_Top:hover .ly_Nav .nav_list>ul>li.active>a, .ny_Top .ly_Nav .nav_list>ul>li:hover>a, .ny_Top .ly_Nav .nav_list>ul>li.active>a { color: #1b355d; }
.fxd .ly_Nav .nav_list>ul>li>a>em, .ly_Top:hover .ly_Nav .nav_list>ul>li>a>em, .ny_Top .ly_Nav .nav_list>ul>li>a>em { background-color: #1b355d; }
 @media (max-width:1680px) {
.ly_Nav .nav_list>ul>li>a { padding: 15px 35px; }
}
 @media (max-width:1600px) {
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
.ly_Nav .nav_list>ul>li { padding: 0; }
.navDown_list ul { margin: 0 -15px; }
.navDown_list ul li { margin-bottom: 30px; padding: 0 15px; }
}
 @media (max-width:1366px) {
}
 @media (max-width:1280px) {
.ly_Nav .nav_list>ul>li>a { font-size: 15px; padding: 15px 30px; }
.navDown_list ul li dl dt { margin-bottom: 10px; padding-bottom: 5px; }
.navDown_list ul li dl dd p a { height: 30px; line-height: 30px; font-size: 15px; }
.navDown_list ul li dl dd p em { height: 30px; }
}
 @media (max-width:1200px) {
}
 @media (max-width:1080px) {
.ly_Nav { height: 0; margin: 0; padding: 0; float: right; }
.ly_Nav .nav_list { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 40px; background-color: #fff; position: fixed; top: -100%; left: 0; z-index: 9998; transition: 0.5s; -webkit-transition: 0.5s; }
.ly_Nav .nav_list .nav_close { display: block; width: 44px; height: 44px; padding: 0; position: absolute; top: 40px; right: 40px; z-index: 9999; }
.nav_close i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 11px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 50%; }
.nav_close:hover i { background-color: #1b355d; border: 1px solid #1b355d; }
.nav_close i svg { display: block; width: 100%; height: 100%; }
.nav_close i svg path { fill: #1b355d; }
.nav_close:hover i svg path { fill: #ffffff; }
.ly_Nav .nav_list>ul { width: 100%; height: 100%; overflow-y: scroll; position: relative; z-index: 9999; }
.ly_Nav .nav_list>ul>li { width: 100%; margin-bottom: 20px; }
.ly_Nav .nav_list>ul>li#navId2 { width: 100%; }
.ly_Nav .nav_list>ul>li>a { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #222; font-size: 22px; font-weight: bold; text-align: left; margin-bottom: 0; padding: 0; }
.ly_Nav .nav_list>ul>li>a>em { display: none; }
.ly_Nav .nav_list>ul>li .nav_down { display: block; width: 100%; height: auto; overflow: hidden; margin-top: 20px; padding: 0; background-color: rgba(255, 255, 255, 0); box-shadow: none; position: inherit; left: inherit; top: inherit; }
.nav_down .navDown_list { width: 100%; }
.navDown_list ul { display: flex; flex-wrap: wrap; justify-content: left; }
.ly_Nav .nav_menu { display: block; width: 44px; height: 44px; margin: 13px 0; padding: 12px 10px; border-radius: 50%; border: 1px solid #1b355d; background-color: #1b355d; }
.ly_Nav .nav_menu span { display: block; width: 100%; height: 2px; background-color: #fff; border-radius: 1px; margin: 0 auto; }
.ly_Nav .nav_menu span+span { margin-top: 6px; }
.ly_Nav .open { overflow: auto; top: 0; }
}
 @media (max-width:1024px) {
}
 @media (max-width:820px) {
}
 @media (max-width: 767px) {
.ly_Nav .nav_menu { width: 40px; height: 40px; margin: 12px 0; padding: 10px; }
.ly_Nav .nav_list { padding: 20px; }
.ly_Nav .nav_list .nav_close { display: block; width: 40px; height: 40px; padding: 0; position: absolute; top: 20px; right: 20px; }
.nav_close i { padding: 10px; }
.ly_Nav .nav_list>ul>li>a { height: 40px; line-height: 40px; font-size: 20px; }
.navDown_list ul { margin: 0; }
.navDown_list ul li { width: 100%; margin-bottom: 20px; padding: 0; }
.navDown_list ul li:last-child { margin-bottom: 0; }
.navDown_list ul li dl dt { margin-bottom: 10px; }
.ly_Nav .nav_list>ul>li { width: 100%; }
}
 @media (max-width: 375px) {
}
 @media (max-width: 320px) {
}
/*导航栏 结束*/
/*头部 结束*/


.lyMore a { display: block; width: 180px; height: 50px; overflow: hidden; line-height: 48px; color: #222; font-size: 16px; text-align: center; border-radius: 25px; border: 1px solid #ddd; position: relative; }
.lyMore a i { display: inline-block; width: 20px; height: 20px; margin: -2px 0 0 20px; vertical-align: middle; }
.lyMore a i svg { display: block; width: 100%; height: 100%; }
.lyMore a i svg path { fill: #222222; }
.lyMore a:hover { color: #fff; background-color: #1b355d; border: 1px solid #1b355d; }
.lyMore a:hover i { margin: -2px 0 0 30px; }
.lyMore a:hover i svg path { fill: #ffffff; }
/* lyFoot start */
.lyFoot { overflow: hidden; background-color: #1b355d; }
.lyFoot .lyFoot_main { margin: 0 auto; padding: 80px 0 40px; }
.lyFoot_tit { margin-bottom: 24px; }
.lyFoot_tit p { height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 18px; }
.lyFoot_tit p i { display: inline-block; width: 15px; height: 2px; margin: -2px 0 0 20px; vertical-align: middle; background-color: #6585b6; }
.lyFoot_main .lyFoot_left { width: 80%; padding-right: 80px; float: left; }
.lyFoot_nav ul { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.lyFoot_nav ul li { max-width: 19%; }
.lyFoot_nav ul li dl dd a { display: block; width: 100%; height: 36px; overflow: hidden; line-height: 36px; color: rgba(255, 255, 255, .35); font-size: 16px; white-space: nowrap; text-overflow: ellipsis; }
.lyFoot_nav ul li dl dd a:hover { color: #fff; }
.lyFoot_main .lyFoot_lxfs { width: 100%; margin-top: 80px; padding-top: 40px; border-top: 1px solid rgba(255, 255, 255, .1); }
.lyFoot_lxfs ul { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0; }
.lyFoot_lxfs ul li { width: auto; max-width: 33.333333%; padding: 0; float: left; position: relative; display: flex; flex-wrap: wrap; justify-content: center; }
.lyFoot_lxfs ul li i { display: block; width: 40px; height: 40px; overflow: hidden; margin-right: 16px; padding: 8px; border: 1px solid #fff; border-radius: 50%; }
.lyFoot_lxfs ul li i svg { display: block; width: 100%; height: 100%; }
.lyFoot_lxfs ul li i svg path { fill: #ffffff; }
.lyFoot_lxfs ul li .lyFootLxfs_txt span { display: block; line-height: 20px; color: rgba(255, 255, 255, .35); font-size: 14px; }
.lyFoot_lxfs ul li .lyFootLxfs_txt p { max-height: 60px; overflow: hidden; line-height: 30px; color: #fff; font-size: 18px; font-weight: bold; word-break: break-all; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lyFoot_main .lyFoot_right { width: auto; float: right; }
.lyFoot_right .lyFoot_logo { width: auto; height: 40px; overflow: hidden; margin-bottom: 40px; text-align: center; }
.lyFoot_logo a { display: inline-block; vertical-align: top; height: 40px; overflow: hidden; margin: 0; padding: 0; }
.lyFoot_logo a img { max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0; }
.lyFoot_right .lyFootEwm_img { width: 120px; height: auto; margin: 0 auto; }
.lyFootEwm_img img { display: block; width: 100%; height: auto; }
.lyFootEwm_img span { display: block; width: 100%; line-height: 24px; color: rgba(255, 255, 255, .35); font-size: 16px; text-align: center; margin-top: 10px; }
.lyFoot_right .lyToTop { width: 64px; height: 64px; overflow: hidden; margin: 80px auto 0; }
.lyToTop i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 18px; border-radius: 50%; background-color: #b6caeb; cursor: pointer; }
.lyToTop i svg { display: block; width: 100%; height: 100%; }
.lyToTop i svg path { fill: #1b355d; }
.lyLinks { display: flex; overflow: hidden; margin: 0 auto; padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, .1); }
.lyLinks span { display: block; width: 125px; line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 16px; }
.lyLinks span i { display: block; width: 20px; height: 20px; overflow: hidden; margin: 5px 6px 5px 0; float: left; opacity: .25; }
.lyLinks p { width: calc(100% - 125px); line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 16px; }
.lyLinks p a { display: inline-block; line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 16px; vertical-align: top; padding: 0 10px; }
.lyLinks p a:hover { color: #fff; }
.lyFoot .lyFoot_copy { padding: 20px 0; background-color: #11294b; }
.lyFoot_copy .lyFootCopy_main { margin: 0 auto; }
.lyFootCopy_main p { width: auto; line-height: 40px; color: rgba(255, 255, 255, .35); font-size: 16px; }
.lyFootCopy_main p a { color: rgba(255, 255, 255, .35); }
.lyFootCopy_main p a:hover { color: #fff; }
 @media (max-width:1680px) {
.lyFoot .lyFoot_main { padding: 60px 0; }
.lyFoot_main .lyFoot_left { padding-right: 60px; }
.lyFoot_main .lyFoot_lxfs { margin-top: 60px; }
}
 @media (max-width:1600px) {
.lyFoot_nav ul li dl dd a { height: 35px; line-height: 35px; font-size: 15px; }
.lyFootCopy_main p { line-height: 35px; font-size: 15px; }
.lyFoot_lxfs ul li i { margin-right: 12px; }
.lyFootEwm_img span { font-size: 14px; }
.lyFoot_right .lyToTop { width: 60px; height: 60px; margin: 60px auto 0; }
}
 @media (max-width:1560px) {
.lyFoot_main .lyFoot_left { padding-right: 40px; }
.lyFoot_tit p i { display: none; }
}
 @media (max-width:1440px) {
.lyFoot_main .lyFoot_left { width: 80%; }
.lyLinks { padding: 20px 0; }
.lyLinks span, .lyLinks p, .lyLinks p a { font-size: 15px; }
}
 @media (max-width:1366px) {
.lyFoot .lyFoot_main { padding: 40px 0; }
.lyFoot_tit { margin-bottom: 20px; }
.lyFoot_main .lyFoot_lxfs { margin-top: 40px; }
.lyFoot_lxfs ul li .lyFootLxfs_txt p { max-height: 52px; line-height: 26px; font-size: 16px; }
.lyFoot_right .lyToTop { width: 50px; height: 50px; margin: 40px auto 0; }
.lyToTop i { padding: 14px; }
}
 @media (max-width:1280px) {
.lyFoot_tit p { font-size: 16px; }
.lyFoot_nav ul li dl dd a { height: 32px; line-height: 32px; font-size: 14px; }
.lyFoot_lxfs ul li .lyFootLxfs_txt p { max-height: 50px; line-height: 25px; font-size: 15px; }
.lyFootCopy_main p { line-height: 30px; font-size: 14px; }
}
 @media (max-width:1200px) {
.lyFoot_main .lyFoot_left { width: 88%; }
}
 @media (max-width:1080px) {
.lyFoot { animation-name: none !important; }
.lyFoot .lyFoot_main { padding:0; }
.lyFoot_main .lyFoot_left { width: 82%; }
.lyFoot_left .lyFoot_nav { display: none; }
.lyFoot_main .lyFoot_lxfs { margin: 0 auto; padding: 0; border: 0; }
.lyFoot_lxfs ul { justify-content: left; margin: 0 -20px; }
.lyFoot_lxfs ul li { width: 50%; margin: 16px 0; padding: 0 20px; display: block; flex-wrap: wrap; justify-content: center; }
.lyFoot_lxfs ul li i { float: left; }
.lyFoot_lxfs ul li .lyFootLxfs_txt p { max-width: inherit; }
.lyFoot_right .lyFoot_logo { display: none; }
.lyFoot_right .lyToTop { width: 48px; height: 48px; margin: -24px 0 0; position: fixed; top: 50%; right: 10px; z-index: 9997; }
.lyFootCopy_main p { float: none !important; }
}
 @media (max-width:1024px) {
}
 @media (max-width:920px) {
.lyLinks { padding: 15px 0; }
.lyLinks span { width: 115px; }
.lyLinks p { width: calc(100% - 115px); }
.lyLinks span, .lyLinks p, .lyLinks p a { font-size: 14px; }
.lyLinks p a { padding: 0 6px; }
}
 @media (max-width:820px) {
}
 @media (max-width:767px) {
.lyFoot .lyFoot_main { padding: 0; }
.lyFoot_main .lyFoot_left, .lyFoot_right .lyFootEwm_img, .lyLinks { display: none; }
.lyFoot_main .lyFoot_right { margin: 0 auto; float: none; }
.lyFoot .lyFoot_copy { padding: 12px 0; }
.lyFootCopy_main p { line-height: 28px; }
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
}
/* lyFoot end */


/* lyView start */
.lyView { display: none; width: 64px; height: auto; background-color: #eee; border-radius: 8px; margin-top: 50px; position: fixed; top: 50%; right: 10px; z-index: 9; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.lyView .lyView_ewm, .lyView .lyView_tel, .lyView .lyView_top { width: 100%; height: auto; padding: 15px 0; position: relative; cursor: pointer; }
.lyView .lyView_ewm::after, .lyView .lyView_tel::after { content: ''; display: block; width: 28px; height: 1px; background-color: #ddd; position: absolute; left: 18px; bottom: 0; }
.lyView .lyView_ewm p { display: none; width: 140px; height: 140px; padding: 10px; background-color: #fff; border-radius: 8px; box-shadow: 0 0 6px rgba(0, 0, 0, .1); position: absolute; top: 0; right: 72px; }
.lyView .lyView_ewm p::after { content: ''; display: block; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 0 solid transparent; border-left: 8px solid #fff; position: absolute; right: -8px; top: 20px; }
.lyView .lyView_ewm:hover p { display: block; }
.lyView .lyView_ewm i, .lyView .lyView_tel i, .lyView .lyView_top i { display: block; width: 28px; height: 28px; overflow: hidden; margin: 0 auto 2px; }
.lyView .lyView_ewm i svg, .lyView .lyView_tel i svg, .lyView .lyView_top i svg { display: block; width: 100%; height: 100%; }
.lyView .lyView_ewm i svg path, .lyView .lyView_tel i svg path { fill: #777777; }
.lyView .lyView_ewm:hover i svg path, .lyView .lyView_tel:hover i svg path { fill: #1b355d; }
.lyView .lyView_ewm span, .lyView .lyView_tel span, .lyView .lyView_top span { display: block; width: 100%; height: 16px; line-height: 16px; color: #777; font-size: 14px; text-align: center; margin: 0 auto; }
.lyView .lyView_ewm:hover span, .lyView .lyView_tel:hover span, .lyView .lyView_top:hover span { color: #1b355d; }
/* lyView end */


/* nyBanner start */
.nyBanner { height: 600px; margin-top: 90px; position: relative; }
.nyBanner img { display: block; width: 100%; height: 100%; margin: auto; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.nyBanner .nyBa_txt, .nyBanner .proBa_txt { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.nyBa_txt span { display: block; line-height: 44px; color: rgba(255, 255, 255, .25); font-family: '\5FAE\8F6F\96C5\9ED1'; font-size: 48px; font-weight: bold; text-transform: uppercase; mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%); -webkit-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%); -moz-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%); -ms-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%); -o-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%); }
.nyBa_txt p { line-height: 54px; color: #fff; font-size: 48px; font-weight: bold; margin-top: 20px; }
.proBa_txt p { height: 52px; line-height: 52px; color: #fbcc30; font-size: 44px; font-weight: bold; margin: 0 auto 20px; }
.proBa_txt span { display: block; line-height: 40px; color: #fff; font-size: 32px; }
/* nyBanner end */


.nyTitle { margin-bottom: 50px; }
.nyTitle em { display: block; line-height: 40px; color: rgba(34, 34, 34, .06); font-size: 48px; font-weight: bold; text-align: center; text-transform: uppercase; margin-bottom: 12px; }
.nyTitle p { line-height: 40px; color: #222; font-size: 36px; font-weight: bold; text-align: center; margin-bottom:10px; }
.nyTitle p span { color: #1b355d; }
.nyTitle1 em { color: rgba(255, 255, 255, .06); }
.nyTitle1 p { color: #fff; }
/* nyMenu start */
.nyMenu { margin-top: -80px; position: relative; z-index: 8; }
.nyMenu::before { content: ''; display: block; width: 32%; height: 80px; background-color: #f6f6f6; border-bottom: 1px solid #ddd; position: absolute; left: 0; top: 0; }
.nyMenu .w1600 { margin: 0 auto; position: relative; }
.nyMenu .nyMenu_main { display: inline-block; width: 1200px; margin: 0; background-color: #f6f6f6; border-bottom: 1px solid #ddd; border-radius: 0 8px 0 0; vertical-align: top; }
.nyMenu_main::before, .nyMenu_main::after { content: ''; display: block; width: 80px; height: 80px; border-radius: 0 8px 0 0; position: absolute; top: 0; transform: skewX(15deg); -webkit-transform: skewX(15deg); }
.nyMenu_main::before { background-color: #f6f6f6; border-bottom: 1px solid #ddd; right: 360px; z-index: 1; }
.nyMenu_main::after { background-color: #1b355d; right: 350px; }
.nyMenu_main dl { display: flex; flex-wrap: wrap; justify-content: space-around; }
.nyMenu_main dl dd>a { display: block; width: 100%; height: 80px; line-height: 80px; color: #222; font-size: 18px; font-weight: bold; text-align: center; position: relative; }
.nyMenu_main dl dd:hover>a, .nyMenu_main dl dd.active>a { color: #1b355d; }
.nyMenu_main dl dd>a::after { content: ''; display: block; width: 0; height: 0; border-top: 0 solid transparent; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 0px solid #1b355d; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s; }
.nyMenu_main dl dd:hover>a::after, .nyMenu_main dl dd.active>a::after { border-bottom: 6px solid #1b355d; }
.nyMenu_main dl dd .scd { display: none; overflow: hidden; margin-top: 30px; padding: 30px; background-color: #fff; border-radius: 8px; position: absolute; left: 0; top: 100%; }
.nyMenu_main dl dd.active .scd { display: block; }
.nyMenu_main dl dd .scd>a { display: block; height: 30px; line-height: 30px; color: #222; font-size: 16px; margin-right: 60px; padding-left: 24px; float: left; position: relative; cursor: pointer; }
.nyMenu_main dl dd .scd>a:last-child { margin-right: 0; }
.nyMenu_main dl dd .scd>a:hover, .nyMenu_main dl dd .scd>a.on { color: #1b355d; }
.nyMenu_main dl dd .scd>a::before { content: ''; display: block; width: 10px; height: 10px; border: 2px solid #bbb; border-radius: 50%; position: absolute; left: 0; top: 8px; }
.nyMenu_main dl dd .scd>a:hover::before, .nyMenu_main dl dd .scd>a.on::before { width: 8px; height: 8px; border: 3px solid #1b355d; }
/* nyMenu end */

.nyLocation { margin-top: 90px; padding: 20px 0; }
.nyLocation .nyLocation_main { height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto;position: relative; }
.nyLocation_main icon { display: block; width: 16px; height: 16px; overflow: hidden; margin-top: -8px; position: absolute; left: 0; top: 50%; }
.nyLocation_main icon svg { display: block; width: 100%; height: 100%; margin: 0 auto; }
.nyLocation_main icon svg path { fill: #999999; }
.nyLocation_main a { color: #999; }
.nyLocation_main a:hover { color: #1b355d; }
.nyLocation_main span { color: #222; }
.nyLocation_main i { display: inline-block; width: 12px; height: 12px; overflow: hidden; vertical-align: middle; margin: -2px 2px 0; }
.nyLocation_main i svg { display: block; width: 100%; height: 100%; margin: 0 auto; }
.nyLocation_main i svg path { fill: #999999; }
.nyLocation_main sup { font-style: italic; }
/* lyPage start */
.lyPage { width: 100%; margin: 0 auto; line-height: 44px; color: #999; font-size: 18px; text-align: center; }
.lyPage a { display: inline-block; width: 44px; height: 44px; overflow: hidden; line-height: 44px; color: #555; font-size: 18px; text-align: center; background-color: #fff; vertical-align: top; border-radius: 4px; margin: 0 8px; padding: 0; position: relative; }
.lyPage a.upPage { margin: 0 20px 0 0; }
.lyPage a.downPage { margin: 0 0 0 20px; }
.lyPage a:hover, .lyPage a.pnnum1 { color: #fff; background-color: #1b355d; }
.lyPage a i { display: block; width: 18px; height: 18px; overflow: hidden; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.lyPage a i svg { display: block; width: 100%; height: 100%; margin: 0 auto; }
.lyPage a i svg path { fill: #555555; }
.lyPage a:hover i svg path { fill: #ffffff; }

/* lyPage end */


@media (max-width:1680px) {
.w1600 { width: 94%; }
.nyBanner { height: 520px; margin-top: 80px; }
.nyBa_txt span { line-height: 40px; font-size: 44px; }
.nyBa_txt p { height: 48px; line-height: 48px; font-size: 44px; margin-top: 15px; }
.nyMenu { margin-top: -72px; }
.nyMenu::before { height: 72px; }
.nyMenu .nyMenu_main { width: 80%; }
.nyMenu_main::before, .nyMenu_main::after { width: 72px; height: 72px; }
.nyMenu_main::before { right: 18%; }
.nyMenu_main::after { right: calc(18% - 10px); }
.nyMenu_main dl dd>a { height: 72px; line-height: 72px; }
.nyMenu_main dl dd .scd { width: 100%; }
.nyLocation { margin-top: 80px; }
.nyTitle { margin-bottom: 40px; }
.nyTitle em { font-size: 44px; margin-bottom: 10px; }
}
 @media (max-width:1600px) {
.lyMore a { width: 160px; height: 45px; line-height: 43px; font-size: 15px; }
.lyMore a i { width: 18px; height: 18px; margin: -2px 0 0 10px; }
.lyMore a:hover i { margin: -2px 0 0 20px; }
.nyBanner { height: 500px; }
.nyMenu { margin-top: -64px; }
.nyMenu::before { height: 64px; }
.nyMenu .nyMenu_main { width: 80%; }
.nyMenu_main::before, .nyMenu_main::after { width: 64px; height: 64px; }
.nyMenu_main dl dd>a { height: 64px; line-height: 64px; }
.nyTitle em { line-height: 36px; font-size: 40px; margin-bottom: 10px; }
.nyTitle p { line-height: 36px; font-size: 32px; }
}
 @media (max-width:1560px) {
.nyBanner { height: 480px; }
}
 @media (max-width:1440px) {
.nyBanner { height: 440px; }
.nyBa_txt span { line-height: 36px; font-size: 40px; }
.nyBa_txt p { height: 44px; line-height: 44px; font-size: 40px; margin-top: 12px; }
.nyLocation { padding: 15px 0; }
.nyLocation .nyLocation_main { height: 30px; line-height: 30px; }
.nyTitle { margin-bottom: 30px; }
.nyTitle em { line-height: 32px; font-size: 36px; }
.lyPage a { margin: 0 4px; }
.nyMenu_main dl dd .scd>a { margin-right: 40px; }
}
 @media (max-width:1366px) {
.nyBanner { height: 420px; }
.nyTitle em { line-height: 30px; font-size: 32px; margin-bottom: 6px; }
.nyTitle p { line-height: 36px; font-size: 30px; }
}
 @media (max-width:1280px) {
.lyMore a { width: 140px; height: 42px; line-height: 40px; font-size: 14px; }
.lyMore a i { width: 16px; height: 16px; margin: -2px 0 0 10px; }
.lyMore a:hover i { margin: -2px 0 0 15px; }
.nyBanner { height: 400px; }
.nyBa_txt p { height: 40px; line-height: 40px; font-size: 36px; }
}
 @media (max-width:1200px) {
.nyBanner { height: 370px; }
.nyBa_txt span { line-height: 32px; font-size: 36px; }
.nyBa_txt p { height: 36px; line-height: 36px; font-size: 32px; margin-top: 10px; }
}
 @media (max-width:1080px) {
.nyBanner { height: 340px; margin-top: 70px; }
.nyMenu { margin-top: 0; background-color: #f6f6f6; border-bottom: 1px solid #ddd; }
.nyMenu::before { display: none; }
.nyMenu .nyMenu_main { width: 100%; background: none; border-bottom: 0; }
.nyMenu_main::before, .nyMenu_main::after { display: none; }
.nyMenu_main dl dd>a { height: 60px; line-height: 60px; }
.nyMenu_main dl dd .scd>a { font-size: 15px; margin-right: 30px; }
.nyLocation { margin-top: 70px; }
}
 @media (max-width:1024px) {
.nyBanner { height: 320px; }
.nyBa_txt span { line-height: 30px; font-size: 34px; }
.nyBa_txt p { height: 34px; line-height: 34px; font-size: 30px; margin-top: 10px; }
}
 @media (max-width:920px) {
.nyBanner { height: 300px; }
.nyMenu_main dl dd .scd { margin-top: 20px; padding: 20px; }
.nyMenu_main dl dd .scd>a { margin-right: 20px; }
.nyTitle { margin-bottom: 20px; }
.nyTitle em { line-height: 28px; font-size: 30px; margin-bottom: 4px; }
.nyTitle p { line-height: 32px; font-size: 26px; }
}
 @media (max-width:820px) {
.nyBanner { height: 250px; }
.nyBa_txt span { line-height: 30px; font-size: 32px; }
.nyBa_txt p { height: 30px; line-height: 30px; font-size: 24px; margin-top: 4px; }
.nyMenu_main dl dd .scd { padding: 20px 20px 10px; }
.nyMenu_main dl dd .scd>a { width: 25%; white-space: nowrap; text-overflow: ellipsis; margin: 0 0 10px 0; padding: 0 20px; }
.nyMenu_main dl dd .scd>a:nth-child(4n+4) { padding: 0 0 0 20px; }
.nyMenu_main dl dd .scd>a::before { width: 8px; height: 8px; top: 9px; }
.nyMenu_main dl dd .scd>a:hover::before, .nyMenu_main dl dd .scd>a.on::before { width: 8px; height: 8px; border: 2px solid #1b355d; }
}
 @media (max-width:767px) {
.nyBanner { height: 180px; margin-top: 64px; }
.nyBa_txt span { font-size: 26px; }
.nyBa_txt p { font-size: 22px; margin-top: 0; }
.nyMenu .w1600 { width: 100%; }
.nyMenu_main dl dd>a { height: 48px; line-height: 48px; font-size: 16px; }
.nyMenu_main dl dd>a::after { border-left: 4px solid transparent; border-right: 4px solid transparent; }
.nyMenu_main dl dd:hover>a::after, .nyMenu_main dl dd.active>a::after { border-bottom: 4px solid #1b355d; }
.nyMenu_main dl dd .scd { width: 94%; padding: 15px 15px 5px; left: 3%; }
.nyMenu_main dl dd .scd>a { width: 50%; }
.nyMenu_main dl dd .scd>a:nth-child(4n+4) { padding: 0 20px; }
.nyMenu_main dl dd .scd>a:nth-child(2n+2) { padding: 0 0 0 20px; }
.nyLocation { margin-top: 64px; padding: 15px 0; }
.lyPage a.upPage { margin: 0 8px 0 0; }
.lyPage a.downPage { margin: 0 0 0 8px; }
.lyPage a.pnnum, .lyPage a.pnnum1 { display: none; }
.nyTitle em { line-height: 26px; font-size: 28px; margin-bottom: 4px; }
.nyTitle p { line-height: 30px; font-size: 24px; }
}
 @media (max-width:390px) {
.nyBanner { height: 160px; }
.nyMenu_main dl dd>a { font-size: 15px; }
.lyPage a { margin: 0; }
.lyPage a.upPage { margin: 0 4px 0 0; }
.lyPage a.downPage { margin: 0 0 0 4px; }
}
 @media (max-width:320px) {
.nyBanner { height: 140px; }
.nyBa_txt span { line-height: 23px; font-size: 27px; }
.nyBa_txt p { height: 27px; line-height: 27px; font-size: 20px; }
.nyMenu_main dl dd>a { font-size: 14px; }
.nyTitle em { line-height: 22px; font-size: 22px; margin-bottom: 4px; }
.nyTitle p { line-height: 26px; font-size: 20px; }
.lyPage a { width: 40px; height: 40px; font-size: 16px; }
}
.cp_type { overflow: hidden; border-radius: 8px; }
.cp_type .hd { overflow: hidden; padding: 35px 40px; background: #1b355d url(../images/hdBg.png) right center no-repeat; background-size: 110px 128px; border-radius: 8px 8px 0 0; position: relative; }
.cp_type .hd icon { display: block; width: 30px; height: 24px; overflow: hidden; padding: 4px; background-color: #ff260f; border-radius: 0 0 8px; position: absolute; left: 0; top: 0; }
.cp_type .hd icon svg { display: block; width: 100%; height: 100%; }
.cp_type .hd icon svg path { fill: #ffffff; }
.cp_type .hd p { height: 40px; line-height: 40px; color: #fff; font-size: 30px; font-weight: bold; }
.cp_type .hd i { display: none; }
.cp_type .bd { overflow: hidden; background-color: #fff; border-radius: 0 0 8px 8px; }
.cp_type .bd ul li { border-bottom: 1px solid #eee; }
.cp_type .bd ul li .frt { width: 100%; margin: 0 auto; padding: 10px 60px 10px 30px; position: relative; }
.cp_type .bd ul li:hover .frt, .cp_type .bd ul li.active .frt { background-color: #6585b6; }
.cp_type .bd ul li .frt a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-family: '\5FAE\8F6F\96C5\9ED1'; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; position: relative; }
.cp_type .bd ul li:hover .frt a, .cp_type .bd ul li.active .frt a { color: #fff; }
.cp_type .bd ul li .frt a i { display: block; width: 30px; height: 30px; overflow: hidden; position: absolute; left: 0; top: 5px; }
.cp_type .bd ul li .frt a i img { display: block; width: 27px; height: auto; margin: 0; }
.cp_type .bd ul li .frt em { display: block; width: 30px; height: 30px; overflow: hidden; padding: 8px; border: 1px solid #eee; border-radius: 50%; cursor: pointer; position: absolute; top: 15px; right: 30px; }
.cp_type .bd ul li:hover .frt em, .cp_type .bd ul li.active .frt em { border: 1px solid #fff; }
.cp_type .bd ul li .frt em svg { display: block; width: 100%; height: 100%; transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); }
.cp_type .bd ul li.active .frt em svg { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.cp_type .bd ul li .frt em svg path { fill: #999999; }
.cp_type .bd ul li:hover .frt em svg path, .cp_type .bd ul li.active .frt em svg path { fill: #ffffff; }
.cp_type .bd ul li dl, .cp_type .bd ul li dl dd .trd { display: none; }
.cp_type .bd ul li.active dl, .cp_type .bd ul li dl dd.active .trd { display: block; }
.cp_type .bd ul li dl { padding: 0 50px; }
.cp_type .bd ul li dl dd.active { border-bottom: 1px solid #eee; }
.cp_type .bd ul li dl dd:last-child.active { border-bottom: 0; }
.cp_type .bd ul li dl dd p { border-bottom: 1px solid #eee; padding-right: 30px; position: relative; }
.cp_type .bd ul li dl dd:last-child p { border-bottom: 0; }
.cp_type .bd ul li dl dd.active p { border-bottom: 1px solid #eee; }
.cp_type .bd ul li dl dd p a { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; }
.cp_type .bd ul li dl dd:hover p a, .cp_type .bd ul li dl dd.active p a { color: #1b355d; }
.cp_type .bd ul li dl dd p a sup { font-style: italic; }
.cp_type .bd ul li dl dd p em { display: block; width: 30px; height: 50px; overflow: hidden; padding: 0 10px; position: absolute; top: 0; right: 0; cursor: pointer; }
.cp_type .bd ul li dl dd:hover p em svg path, .cp_type .bd ul li dl dd.active p em svg path { fill: #1b355d; }
.cp_type .bd ul li dl dd.active p em svg { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.cp_type .bd ul li dl dd .trd { overflow: hidden; padding: 10px 20px; }
.cp_type .bd ul li dl dd .trd a { display: block; width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #999; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; padding-left: 16px; position: relative; }
.cp_type .bd ul li dl dd .trd a:hover { color: #1b355d; }
.cp_type .bd ul li dl dd .trd a::before { content: ''; display: block; width: 4px; height: 4px; overflow: hidden; margin-top: -2px; background-color: #ddd; border-radius: 50%; position: absolute; left: 0; top: 50%; }
.cp_type .bd ul li dl dd .trd a:hover::before { background-color: #1b355d; }
 @media (max-width:1680px) {
.cp_type .hd { padding: 30px; }
.cp_type .bd ul li dl { padding: 0 40px; }
}
 @media (max-width:1600px) {
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
.cp_type .hd { padding: 20px 30px; background-size: 90px 105px; }
.cp_type .hd p { font-size: 24px; }
.cp_type .bd ul li .frt { padding: 5px 56px 5px 30px; }
.cp_type .bd ul li .frt a { font-size: 17px; }
.cp_type .bd ul li .frt em { width: 26px; height: 26px; padding: 8px; top: 12px; }
.cp_type .bd ul li dl dd p a { height: 45px; line-height: 45px; font-size: 15px; }
.cp_type .bd ul li dl dd .trd { padding: 10px 15px; }
}
 @media (max-width:1366px) {
}
 @media (max-width:1280px) {
.cp_type .hd { padding: 20px 30px; }
.cp_type .hd p { font-size: 22px; }
}
 @media (max-width:1200px) {
.cp_type .bd ul li .frt { padding: 5px 46px 5px 20px; }
.cp_type .bd ul li .frt em { right: 20px; }
.cp_type .bd ul li dl { padding: 0 30px; }
}
 @media (max-width:1080px) {
.cp_type .hd { padding: 15px 30px; }
.cp_type .hd icon { width: 24px; height: 20px; padding: 2px; }
.cp_type .hd p { height: 30px; line-height: 30px; font-size: 20px; }
.cp_type .hd i { display: block; width: 44px; height: 44px; margin-top: -22px; padding: 14px; position: absolute; top: 50%; right: 22px; }
.cp_type .hd i svg { display: block; width: 100%; height: 100%; transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); }
.cp_type .hd i svg path { fill: #ffffff; }
.cp_type .hd.active i svg { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.cp_type .bd { display: none; }
.cp_type .bd ul li .frt { padding: 5px 56px 5px 30px; }
.cp_type .bd ul li .frt em { right: 30px; }
.cp_type .bd ul li dl { padding: 0 40px; }
}
 @media (max-width:1024px) {
}
 @media (max-width:920px) {
}
 @media (max-width:820px) {
}
 @media (max-width:767px) {
.cp_type .hd { padding: 10px 20px 10px 30px; }
.cp_type .hd p { font-size: 20px; }
.cp_type .hd i { padding: 14px; right: 5px; }
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
}
/*msg-pop-up start*/
.msg-mask { display: none; width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0, 0, 0, 0.6); z-index: 999; }
.msg-popup { width: 800px; height: 600px; overflow: hidden; margin: -300px 0 0 -400px; padding: 20px; border-radius: 8px; position: fixed; left: 50%; top: 50%; z-index: 999; background-color: #fff; opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); }
.msg-popup.open { opacity: 1; filter: Alpha(opacity=1); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); }
.msg-popup iframe::-webkit-scrollbar {
width: 0;
}
@media (max-width:1280px) {
.msg-popup { width: 600px; height: 400px; margin: -200px 0 0 -300px; padding: 15px; }
}
@media (max-width:767px) {
.msg-popup { width: 94%; height: 320px; margin: -160px 0 0 -47%; padding: 10px; }
}
@media (max-width:390px) {
}
 @media (max-width:320px) {
}
.msg-down-mask { display: none; width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0, 0, 0, 0.6); z-index: 999; }
.msg-down-popup { width: 800px; height: 600px; overflow: hidden; margin: -300px 0 0 -400px; padding: 20px; border-radius: 8px; position: fixed; left: 50%; top: 50%; z-index: 999; background-color: #fff; opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); }
.msg-down-popup.open { opacity: 1; filter: Alpha(opacity=1); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); }
.msg-down-popup iframe::-webkit-scrollbar {
width: 0;
}
@media (max-width:1280px) {
.msg-down-popup { width: 600px; height: 400px; margin: -200px 0 0 -300px; padding: 15px; }
}
@media (max-width:767px) {
.msg-down-popup { width: 94%; height: 320px; margin: -160px 0 0 -47%; padding: 10px; }
}
/*msg-pop-up end*/

.cookie-banner { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(8px); padding: 32px 48px; display: flex; align-items: center; justify-content: space-between; gap: 32px; z-index: 10000; border-radius: 8px; display: none; }
.banner-content { flex: 1; font-size: 18px; margin-bottom: 10px; }
.banner-content p { color: #fff; }
.banner-content a { color: #1b355d; text-decoration: underline; }
.banner-buttons { display: flex; gap: 16px; flex-shrink: 0; }
.cookie-btn { padding: 8px 20px; border-radius: 6px; font-size: 18px; font-weight: 600; cursor: pointer; border: none;}
.btn-accept { background: #1b355d; color: #fff; }
.btn-customize { background: transparent; color: #fff; border: 2px solid #fff; }
.modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); display: none; z-index: 10001; }
.cookie-modal { position: absolute; top: 0; left: 0; width: 40%; height: 100vh; background: #fff; color: #000; padding: 14px 24px 24px; overflow-y: auto; display: flex; flex-direction: column; }
.modal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; border-bottom: 1px solid #f1f3f5; padding: 0px 0 15px; }
.modal-close { background: #eee; border: none; width: 40px; height: 40px; border-radius: 4px; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.modal-intro { font-size: 14px; line-height: 1.6; margin-bottom: 24px; }
.modal-intro span { font-size: 16px; font-weight: bold; color: #2d4156; }
.modal-intro p { margin-top: 10px; color: #555; line-height: 1.7; font-size: 14px; }
.modal-intro a { color: #1b355d; }
.cookie-item { background: #f5f5f5; border-radius: 6px; padding: 12px 16px; margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.cookie-item-header { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 16px; }
.cookie-item-header svg { width: 14px; height: 14px; fill: #2d4156; }
.cookie-item-header span { font-weight: bold; color: #2d4156; }
.toggle-switch { position: relative; width: 52px; height: 28px; }
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; border-radius: 999px; }
.toggle-slider:before { position: absolute; content: "✕" !important; display: flex !important; align-items: center !important; justify-content: center !important; height: 22px; width: 22px; left: 3px; bottom: 3px; background-color: white; border-radius: 50%; font-size: 12px; color: #999; }
input:checked + .toggle-slider { background-color: #1b355d; }
input:checked + .toggle-slider::before { content: "✓" !important; color: #1b355d !important; transform: translateX(24px) !important; }
input:disabled + .toggle-slider { opacity: 0.7; cursor: not-allowed; }
.contact-block { background: #fff; border: 1px solid #eee; border-radius: 6px; padding: 16px; margin: 20px 0; font-size: 14px; line-height: 1.6; }
.contact-block span { font-size: 16px; font-weight: bold; color: #2d4156; }
.contact-block p { margin-top: 10px; color: #555; line-height: 1.7; font-size: 14px; }
.contact-block a { color: #1b355d; }
.modal-footer { display: flex; gap: 12px; padding-top: 30px; }
.modal-footer button { padding: 10px 20px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; }
.btn-accept-all { background: #1b355d; color: #fff; }
.btn-reject, .btn-save { background: #eee; color: #000; }
.btn-reject:hover, .btn-save:hover { background: #1b355d; color: #fff; }
/* 关键修复：确保所有按钮在移动端可点击 */
.cookie-btn, .modal-footer button, .modal-close, .cookie-item, .toggle-slider { pointer-events: auto !important; touch-action: manipulation !important; -webkit-tap-highlight-color: transparent !important; }

/* 修复移动端宽度溢出 */
@media (max-width: 1200px) {
.cookie-modal { width: 50%; }
}
@media (max-width: 1024px) {
.cookie-modal { width: 70%; }
}
@media (max-width:820px) {
.cookie-modal { width: 80%; }
.cookie-banner { padding: 24px !important; bottom: 10px !important; width: 90% !important; max-width: 90% !important; left: 50% !important; transform: translateX(-50%) !important; }
.cookie-banner p { width: 100%; margin-bottom: 15px; font-size: 15px; line-height: 1.6; }
.banner-buttons { justify-content: flex-start; margin-top: 10px; }
.cookie-btn { margin-left: 0; font-weight: 300; font-size: 16px; padding: 8px 16px; }
}
@media (max-width: 767px) {
.cookie-modal { width: 100%; padding: 14px 18px; }
}
