/* CSS Document */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { font: 16px/1.5 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Helvetica', 'sans-serif'; }
table, th, td, tr { border-collapse: collapse; border-spacing: 0; font-size: 16px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
i, em { font-style: normal; }
img { max-width: 100%; border: 0; vertical-align: middle; }
.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; }
body, html { overflow-x: hidden; }
.icon { display: block; width: 100%; height: 100%; }
.cover, .cover1 { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.cover { width: 100%; height: 100%; object-fit: cover; }
.cover1 { max-width: 100%; max-height: 100%; margin: auto; }

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width: 0;
}
/* 滚动槽宽度 */
::-webkit-scrollbar-track {
background-color: #f6f6f6;
}
/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb {
background-color: #ec7616;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color: #ec7616;
}
/* 滚动条滑块点击状态 */
.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; }
.w1400 { width: 1400px; margin: 0 auto; }
.w1600 { width: 1600px; 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%; }
}
@media screen and (max-width:1680px) {
	.w1600 { width: 94%; }
}
/*lyTop start*/
.lqTop { width: 100%; padding: 0 60px; background-color: #fff; -webkit-box-shadow: 0 5px 5px rgb(0, 0, 0, .06); box-shadow: 0 5px 5px rgb(0, 0, 0, .06); position: fixed; left: 0; top: 0; z-index: 999; }
.lqTop a.lqLogo { display: block; height: 80px; margin: 10px 0; float: left; }
.lqTop a.lqLogo img { max-height: 100%; }
.lqTop .lqForm { margin: 28px 0 28px 20px; float: right; position: relative; }
.lqForm em { display: block; width: 44px; height: 44px; overflow: hidden; padding: 4px; background-color: rgba(226, 118, 22, .1); border-radius: 50%; cursor: pointer; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); }
.lqForm em i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 10px; background-color: #ec7616; border-radius: 50%; }
.lqTop#show .lqForm em { opacity: 0; filter: Alpha(opacity=0); transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); }
.lqForm form { width: 360px; height: 40px; background-color: #f0f0f0; border-radius: 21px; position: absolute; top: 3px; right: 60px; z-index: 99; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); transform-origin: right center; opacity: 0; filter: Alpha(opacity=0); }
.lqForm .lqForm_ipt { float: left; width: calc(100% - 42px); height: 42px; overflow: hidden; line-height: 42px; color: #222; font-family: 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Helvetica', 'sans-serif'; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 0 20px; background: none; border: 0; outline: none; }
.lqForm .lqForm_ipt::placeholder {
color: #666;
}
.lqForm .lqForm_btn { float: right; width: 38px; height: 38px; overflow: hidden; margin-right: 0; font-size: 0; background-color: #ec7616; border-radius: 50%; border: 0; outline: none; cursor: pointer; }
.lqForm .lqForm_btn:hover { background-color: #222; }
.lqForm .lqForm_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 10px; }
.lqTop#show .lqForm form { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); }
.lqForm .close { display: block; width: 44px; height: 44px; overflow: hidden; padding: 4px; background-color: rgba(34, 34, 34, .1); border-radius: 50%; position: absolute; top: 0; right: 0; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); opacity: 0; filter: Alpha(opacity=0); }
.lqForm .close i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 12px; background-color: #222; border-radius: 50%; }
.lqTop#show .lqForm .close { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); }
.lqNav { float: right; }
.lqTop#show .lqNav { display: none; }
.lqNav_list>ul>li { display: flex; align-items: center; float: left; }
.lqNav_list>ul>li:last-child { margin-right: 0; }
.lqNav_list>ul>li>a { display: block; height: 100px; overflow: hidden; line-height: 60px; color: #222; font-size: 18px; padding: 20px 30px; position: relative; }
.lqNav_list>ul>li:hover, .lqNav_list>ul>li.active { background: #ec7616; }
.lqNav_list>ul>li:hover>a, .lqNav_list>ul>li.active>a { color: #fff; }
.lqNav_list>ul>li>a::after { content: ''; display: block; width: 34px; height: 1px; background: #fff; overflow: hidden; position: absolute; bottom: -100%; left: 50%; transition: all 0.5s; -webkit-transition: all 0.5s; transform: translate(-50%, 0); }
.lqNav_list>ul>li:hover>a::after, .lqNav_list>ul>li.active>a::after { bottom: 30px; }
.lqNav_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; }
.lqNav_list>ul>li:hover>i { border-top: 6px solid #ec7616; }
.lqNav_list>ul>li .lqNav_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; }
.lqNavScd_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -40px -40px; }
.lqNavScd_list ul li { width: 25%; margin-bottom: 40px; padding: 0 40px; }
.lqNavScd_list ul li dl { min-height: 100%; }
.lqNavScd_list ul li dl dt { margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px solid #e6e6e6; }
.lqNavScd_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; }
.lqNavScd_list ul li dl dt a:hover { color: #ec7616; }
.lqNavScd_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 #ec7616; margin-top: -7px; position: absolute; top: 50%; left: 0; }
.lqNavScd_list ul li dl dd { padding: 2px 0; }
.lqNavScd_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; }
.lqNavScd_list ul li dl dd a:hover { color: #ec7616; text-decoration: underline; }
.lqNavScd_con { display: flex; padding: 0 16% 0 26%; }
.lqNavScd_con .lqNavScd_img { width: 300px; height: 180px; overflow: hidden; border-radius: 8px; }
.lqNavScd_con .lqNavScd_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative; }
.lqNavScd_con .lqNavScd_img a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05); }
.lqNavScd_con .lqNavScd_menu { width: calc(100% - 300px); padding-left: 80px; }
.lqNavScd_con .lqNavScd_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; }
.lqNavScd_con .lqNavScd_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; }
.lqNavScd_con .lqNavScd_menu a:hover, .lqNavScd_con .lqNavScd_menu a.cur { color: #ec7616; border-bottom: 1px solid #ec7616; }
.lqNavScd_con .lqNavScd_menu a:hover::after, .lqNavScd_con .lqNavScd_menu a.cur::after { border-left: 6px solid #ec7616; }
.lqNav .lqNav_btn { display: none; }
/*lyTop end*/
@media (max-width:1680px) {
.lqTop { padding: 0 3%; }
.lqTop a.lqLogo { height: 70px; margin: 10px 0; }
.lqTop .lqForm { margin: 23px 0 23px 20px; }
.lqNav_list>ul>li>a { height: 90px; padding: 15px 25px; }
.lqNavScd_con { padding: 0 25% 0 22.5%; }
.lqNav_list>ul>li:hover>a::after, .lqNav_list>ul>li.active>a::after { bottom: 25px; }
}
 @media (max-width:1600px) {
.lqNavScd_con { padding: 0 25% 0 23.5%; }
.lqNavScd_con .lqNavScd_menu { padding-left: 60px; }
}
 @media (max-width:1560px) {
.lqNavScd_con { padding: 0 25% 0 22%; }
}
 @media (max-width:1440px) {
.lqTop a.lqLogo { height: 64px; margin: 8px 0; }
.lqNav { padding-right: 15px; }
.lqNav_list>ul>li>a { height: 80px; font-size: 16px; line-height:50px;}
.lqNav_list>ul>li:hover>a::after, .lqNav_list>ul>li.active>a::after { bottom: 20px; }
.lqForm .lqForm_ipt { font-size: 15px; }
.lqTop .lqForm { margin: 18px 0; }
}
 @media (max-width:1366px) {
.lqNav_list>ul>li>a { padding:15px 20px; }
.lqNavScd_con { padding: 0 26% 0 19.5%; }
}
 @media (max-width:1280px) {
.lqTop .lqTop_tel { margin-left: 24px; padding: 12px 24px; }
.lqNav_list>ul>li>a { padding:15px 14px; }
.lqNavScd_con { padding: 0 25.5% 0 21.5%; }
}
 @media (max-width:1200px) {
.lqTop a.lqLogo { height: 56px; margin: 12px 0; }
.lqForm form { width: 320px; }
}
 @media (max-width:1080px) {
.lqTop .lqNav { width: auto; float: right; padding-right:10px; }
.lqNav .lqNav_list { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: -100%; z-index: 9999; }
.lqNav .lqNav_list.open { left: 0; }
.lqNav_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; }
.lqNav_list>ul>li { display: block; align-items: inherit; padding: 0; float: none; position: relative; }
.lqNav_list>ul>li>a { display: block; width: 100%; height: 60px; line-height: 60px; color: #222; font-size: 15px; text-align: left; padding: 0 60px 0 30px; border-bottom: 1px solid rgba(85, 87, 89, 0.1); }
.lqNav_list>ul>li:active>a, .lqNav_list>ul>li.active>a, .lqNav_list>ul>li.cur>a { color: #fff; border-bottom: 1px solid #ec7616; }
.lqNav_list>ul>li>a::after { height: 0; bottom: 0; }
.lqNav_list>ul>li>i { display: block; width: 60px; height: 60px; margin: 0; padding: 26px 22px; border: 0 !important; position: absolute; top: 0; right: 0; }
.lqNav_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; }
.lqNav_list>ul>li:active>i::before { border-top: 8px solid #ec7616; }
.lqNav_list>ul>li.cur>i::before { border-top: 0 solid #ec7616; border-bottom: 8px solid #ec7616; }
.lqNav .lqNav_btn { display: block; width: 44px; height: 44px; margin: 18px 0; padding: 3px; background-color: rgba(236, 118, 22, .1); border-radius: 50%; }
.lqNav_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 10px; background-color: #ec7616; border-radius: 50%; }
.lqNav_list .lqNav_mask { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0; z-index: 9998; }
.lqNav_list>ul>li .lqNav_second { box-shadow: none; border-bottom: 1px solid rgba(85, 87, 89, 0.1); position: inherit; left: inherit; top: inherit !important; }
.lqNav_list>ul>li:hover .lqNav_second, .lqNav_list>ul>li.cur .lqNav_second { height: auto; padding: 20px 0; opacity: 1; }
.lqNavScd_list, .lqNavScd_con { width: 100%; padding: 0 30px; }
.lqNavScd_list ul { margin: 0 0 -10px; }
.lqNavScd_list ul li { width: 100%; margin-bottom: 10px; padding: 0; }
.lqNavScd_con .lqNavScd_img { width: 200px; height: 120px; }
.lqNavScd_con .lqNavScd_menu { width: calc(100% - 200px); padding-left: 20px; }
}
 @media (max-width:1024px) {
}
 @media (max-width:920px) {
}
 @media (max-width:820px) {
.lqForm form { width: 280px; }
.lqNavScd_con .lqNavScd_img { width: 160px; height: 100px; }
.lqNavScd_con .lqNavScd_menu { width: calc(100% - 160px); }
}
 @media (max-width:767px) {
.lqTop a.lqLogo { height: 44px; margin: 10px 0; }
.lqTop#show a.lqLogo { display: none; }
.lqTop .lqForm { margin: 12px 0; position: initial; }
.lqForm em, .lqForm .close { width: 44px; height: 44px; padding: 3px; }
.lqForm form { width: calc(94% - 54px); height: 38px; top: 13px; right: calc(3% + 54px); }
.lqForm .lqForm_ipt { width: calc(100% - 38px); height: 38px; line-height: 38px; font-size: 14px; padding: 0 16px; }
.lqForm .lqForm_btn { width: 38px; height: 38px; }
.lqForm .close { top: 10px; right: 3%; }
.lqNav .lqNav_btn { margin: 12px 0; }
.lqNav_list>ul { width: 60%; }
.lqNav_list>ul>li>a { padding: 0 40px 0 20px; }
.lqNav_list>ul>li>i { width: 40px; padding: 26px 12px; }
.lqNavScd_list, .lqNavScd_con { display: block; padding: 0 20px; }
.lqNavScd_con .lqNavScd_img { width: 100%; height: 80px; margin-bottom: 10px; }
.lqNavScd_con .lqNavScd_menu { width: 100%; padding: 0; }
.lqNavScd_con .lqNavScd_menu a { height: 40px; padding: 5px 20px 4px 0; font-size: 14px; }
}
 @media (max-width:390px) {
.lqNav .lqNav_btn, .lqForm em, .lqForm .close { width: 40px; height: 40px; }
.lqForm form { top: 11px; }
.lqNav { padding-right: 5px; }
}
 @media (max-width:320px) {
.lqTop a.lqLogo { height: 36px; margin: 14px 0; }
}
/*ly_Foot 开始*/
.ly_Foot { width: 100%; background: #222; overflow: hidden; }
.ly_Foot .lyFoot_lxfs { padding: 40px 0 35px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.1); }
.lyFoot_lxfs ul li { width: 25%; float: left; display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; height: 64px; }
.lyFoot_lxfs ul li:nth-child(2) { width: 30%; margin: 0 2%; }
.lyFoot_lxfs ul li:last-child { width: 41%; margin-right: 0; }
.lyFoot_lxfs ul li i { display: block; float: left; width: 64px; height: 64px; border: 1px solid rgba(255,255,255,0.1); padding: 10px; border-radius: 50px; }
.lyFoot_lxfs ul li:hover i { transform: rotateY(180deg); }
.lyFoot_lxfs ul li p { float: right; width: calc(100% - 64px); font-size: 20px; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 20px; font-weight: bold; }
.lyFoot_lxfs ul li p span { color: rgba(255,255,255,0.25); font-size: 18px; font-weight: normal; }
.lyFoot_lxfs ul li:last-child p { font-weight: normal; font-size: 18px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; max-height: 60px; line-height: 30px; white-space: normal; }
.lyFoot_Main { padding: 50px 0; overflow: hidden; }
.lyFoot_Main .lyFoot_Nav { width: 75%; float: left; position: relative; z-index: 2; }
.lyFoot_Main .lyFoot_Nav ul li { width: 25%; float: left; min-height: 169px; }
.lyFoot_Main .lyFoot_Nav ul li:nth-child(2) { width: 35%; margin: 0 15% 0 0; }
.lyFoot_Main .lyFoot_Nav ul li p { color: #fff; font-size: 22px; margin-bottom: 35px; }
.lyFoot_Main .lyFoot_Nav ul li a { color: rgba(255,255,255,0.25); font-size: 16px; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 15px; width: 50%; float: left; padding: 0 20px 0 0; }
.lyFoot_Main .lyFoot_Nav ul li:nth-child(1) a { width: 100%; }
.lyFoot_Main .lyFoot_Nav ul li a:hover { color: rgba(255,255,255,0.6); }
.lyFoot_Main .lyFoot_Ewm { width: 122px; float: right; }
.lyFoot_Main .lyFoot_Ewm .lqFootEwm_Img { width: 122px; height: 122px; background: url(../images/ewm_bg.png) no-repeat center center; padding: 10px; }
.lyFoot_Main .lyFoot_Ewm p { color: #fff; font-size: 22px; margin-bottom: 10px; text-align: center; }
.ly_Foot .lyFoot_Copy { width: 100%; padding: 20px 0; overflow: hidden; }
.lyFoot_Copy p { line-height: 40px; color: rgba(255, 255, 255, .3); font-size: 16px; }
.lyFoot_Copy p a { color: rgba(255, 255, 255, .3); font-size: 16px; }
.lyFoot_Copy p a:hover { color: #fff; }
.line1 img { width: 100%; }
.ly_Foot .nyFoot_Copy{border-top: 1px solid rgba(255,255,255,0.1);}
@media (max-width:1680px) {
.lyFoot_lxfs ul li:last-child p{ font-size:16px;}
.lyFoot_Main .lyFoot_Ewm p { font-size: 20px; }
}
 @media (max-width:1600px) {
}
 @media (max-width:1560px) {
.lyFoot_Copy p, .lyFoot_Copy p a { font-size: 15px; }
}
 @media (max-width:1440px) {
.lyFoot_Copy p, .lyFoot_Copy p a { line-height: 28px; font-size: 14px; }
.lyFoot_lxfs ul li i{ width:54px; height:54px; padding:9px;}
.lyFoot_lxfs ul li p { width: calc(100% - 54px); padding-left:15px;font-size: 16px;}
.lyFoot_lxfs ul li:last-child p{ font-size:15px;}
.lyFoot_lxfs ul li p span{ font-size:16px;}
.lyFoot_Main .lyFoot_Nav ul li p{ font-size:18px; margin-bottom:25px;}
.lyFoot_Main .lyFoot_Nav ul li a{ font-size:15px;}
.lyFoot_Main .lyFoot_Ewm p { font-size: 18px; }
}
 @media (max-width:1366px) {
}
 @media (max-width:1280px) {
}
 @media (max-width:1200px) {
.lyFoot_Main{ padding:40px 0;}
.lyFoot_Main .lyFoot_Ewm p { font-size: 16px; }
.lyFoot_Main .lyFoot_Nav ul li{ min-height:inherit;}
.lyFoot_Main .lyFoot_Nav ul li p{ font-size:16px; margin-bottom:20px;}
.lyFoot_Main .lyFoot_Nav ul li a{ font-size:14px; margin-bottom:10px;}
.ly_Foot .lyFoot_lxfs{ padding:30px 0 25px;}
.lyFoot_lxfs ul li i{ width:44px; height:44px; padding:8px;}
.lyFoot_lxfs ul li p { width: calc(100% - 44px); padding-left:10px;}
}
 @media (max-width:1080px) {
.lyFoot_Copy p { line-height: 30px; }
.lyFoot_Copy p.fl { width: 50%; }
.lyFoot_Copy p.fr { width: 47%; }
}
 @media (max-width:1024px) {
.lyFoot_Copy p { float: none !important; }
.ly_Foot .lyFoot_lxfs,.lyFoot_Main .lyFoot_Ewm{ display:none;}
.lyFoot_Main .lyFoot_Nav{ width:100%;}
}
 @media (max-width:920px) {

}
 @media (max-width:820px) {
.lyFoot_Copy p { width: 100% !important; text-align: center; }
.lyFoot_Main{ text-align:center;}
.lyFoot_Main .lyFoot_Ewm { display: inline-block; float: none; }
.lyFoot_Main .lyFoot_Ewm p { font-size: 15px; }
.lyFoot_Main .lyFoot_Nav,.ly_Foot .lyFoot_lxfs { display: none; }
.ly_Foot .lyFoot_Main { padding: 20px 0;}
.lyFoot_Copy p span.icp, .lyFoot_Copy p span.login, .lyFoot_Copy p span.sitemap, .lyFoot_Copy p span.support { display: none; }
.ly_Foot .lyFoot_Copy { padding: 16px 0; }
}
@media (max-width:767px) {

}
@media (max-width:650px) {
}
@media (max-width:375px) {
.ly_Foot .lyFoot_Main{ display:none;}
}
/*ly_Foot 结束*/

/*右侧客服 开始*/
.kfView { width:50px; height:auto; margin:0; padding:0; background-color:#fff; box-shadow:0 0 16px rgba(0,0,0,0.1);border-radius:20px 0 0 20px; position:fixed; top:20%; right:0; z-index:999; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.kfView .kfBtn { width:100%; overflow:hidden; margin:0 auto; padding:15px 10px 10px; cursor:pointer;}
.kfBtn p i { display:block; width:30px; height:30px; overflow:hidden; margin:0 auto; padding:0;}
.kfBtn p i.kfHidd { background:url(../images/kf/kf_jt1.png) center center no-repeat; background-size:30px;}
.kfBtn:hover p i.kfHidd { background:url(../images/kf/kf_jt2.png) center center no-repeat; background-size:30px;}
.kfBtn p i.kfOpen { background:url(../images/kf/kf_jt3.png) center center no-repeat; background-size:30px;}
.kfBtn:hover p i.kfOpen { background:url(../images/kf/kf_jt4.png) center center no-repeat; background-size:30px;}

.kfView .kfMain { width:100%; height:auto; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.kfMain ul li { width:100%; height:auto; margin:0 auto; padding:0;}
.kfMain ul li a { display:block; width:100%; height:auto; margin:0 auto; padding:5px 10px 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.kfMain ul li a p {padding:0 0 10px; border-bottom:1px solid #ddd;}
.kfMain ul li:nth-child(1) a {padding:0 10px;}
.kfMain ul li:nth-child(1) a p { padding:5px 0 10px; border-top:1px solid #ddd;}
.kfMain ul li a p i { display:block; width:30px; height:40px; overflow:hidden; margin:0 auto; padding:0;}
.kfMain ul li a p i.kfIco { background:url(../images/kf/kf_ico03.png) center center no-repeat;background-size:30px;}
.kfMain ul li a p i.zxIco { background:url(../images/kf/kf_ico01.png) center center no-repeat;background-size:30px;}
.kfMain ul li a p i.telIco { background:url(../images/kf/kf_ico03.png) center center no-repeat;background-size:30px;}
.kfMain ul li a p i.gzIco { background:url(../images/kf/kf_ico04.png) center center no-repeat; background-size:27px;}
.kfMain ul li a p i.ddIco { background:url(../images/kf/kf_ico05.png) center center no-repeat; background-size:30px;}
.kfMain ul li:hover a p i.kfIco { background:url(../images/kf/kf_ico3.png) center center no-repeat;background-size:30px;}
.kfMain ul li:hover a p i.zxIco { background:url(../images/kf/kf_ico1.png) center center no-repeat;background-size:30px;}
.kfMain ul li:hover a p i.telIco { background:url(../images/kf/kf_ico3.png) center center no-repeat;background-size:30px;}
.kfMain ul li:hover a p i.gzIco { background:url(../images/kf/kf_ico4.png) center center no-repeat; background-size:27px;}
.kfMain ul li:hover a p i.ddIco { background:url(../images/kf/kf_ico5.png) center center no-repeat; background-size:30px;}
.kfMain ul li.kfTop a p { border:0;}
.kfMain ul li.kfTop a p span{ display:none;}
.kfMain ul li.kfTop a p i { display:block; width:30px; height:40px; overflow:hidden; margin:0 auto; padding:0;}
.kfMain ul li.kfTop a p i.topIco { background:url(../images/kf/kf_top1.png) center center no-repeat; background-size:28px;}
.kfMain ul li.kfTop:hover a p i.topIco { background:url(../images/kf/kf_top2.png) center center no-repeat; background-size:28px;}
.kfMain ul li.kfEwm a img { display:none; width:103px; height:103px; margin:0; padding:0; position:absolute; top:0; right:60px; max-width:inherit;box-shadow: 0 0 10px rgb(0 0 0 / 5%);}
.kfMain ul li.kfEwm:hover a img { display:block;}
.kfMain ul li .pf_tel{ display:none;font-size: 16px;color: #666;width: 200px;height: 102px;line-height: 30px;background: #fff;position: absolute;top: 0;right:60px;padding:20px;box-shadow: 0 0 10px rgb(0 0 0 / 5%);}
.kfMain ul li .pf_tel b{ font-size:20px;font-weight:bold; color:#ec7616; position:relative;}
.kfMain ul li .pf_tel b:before{content: attr(text);position: absolute; z-index: 10;  color: #ec7616;max-width: 100%; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.kfMain ul li:hover .pf_tel{ display:block;}
.kfMain ul li a span { display:block; width:100%; overflow:hidden; line-height:16px; color:#333; font-size:14px; text-align:center; margin:0 auto; padding:0;}
@media (max-width:1440px) {
	.kfMain ul li.kfTop a p i { margin:0 auto;}
}
@media (max-width:767px) {
	.kfView { top:50%; transform:translateY(-50%); z-index:998;}
	.kfMain ul li.kfEwm{ display:none;}
}

/*右侧客服 结束*/


/*nyBanner start*/
.nyBanner { width:100%; height: 550px; overflow: hidden; position: relative; margin-top:100px; top:-5px;}
.nyBanner .nyBa_text { position: absolute; left: 50%; top: 50%; z-index: 1; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyBa_text span { display: block; line-height: 1; color: #fff; font-size: 60px; font-weight: bold; text-transform: uppercase; text-align: center; mask-image: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 0) 80%); -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 0) 80%); opacity:.3;}
.nyBa_text p { line-height: 1; color: #fff; font-size: 36px; text-align: center; margin-top: -24px;}
.nyBa_text i { display: block; width: 50px; height: 50px; overflow: hidden; margin: 20px auto 0; padding: 14px; background: url(../images/icoBg.png) center center no-repeat; background-size: 100% 100%;}
/*nyBanner end*/


/*nyMenu start*/
.nyMenu { overflow: hidden; margin: -105px auto 0;}
.nyMenu .nyMenu_main { overflow: hidden; background-color: #fff; position: relative;}
.nyMenu_main ul { display: flex; align-items: center; justify-content: center;}
.nyMenu_main ul li { padding: 0 40px;}
.nyMenu_main ul li a { display: block; height: 100px; overflow: hidden; line-height: 60px; color: #777; font-size: 18px; font-weight: bold; padding: 20px; position: relative;}
.nyMenu_main ul li:hover a, .nyMenu_main ul li.active a { color: #ec7616;}
.nyMenu_main ul li a i { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -2px 12px 0 0;}
.nyMenu_main ul li:hover a i svg path, .nyMenu_main ul li.active a i svg path { fill: #ec7616;}
.nyMenu_main ul li a::after { content: ""; display: block; width: 0; height: 3px; background-color: #ec7616; position: absolute; left: 50%; bottom: 0; z-index: 1; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.nyMenu_main ul li:hover a::after, .nyMenu_main ul li.active a::after { width: 100%;}
.nyMenu_main::after { content: ""; display: block; width: 100%; height: 1px; background-color: #e6e6e6; position: absolute; left: 0; bottom: 0;}
/*nyMenu end*/


/*nyCrumb start*/
.nyCrumb { overflow: hidden; padding:30px 40px; position: relative;display:flex; display: -webkit-flex;  justify-content:space-between;align-items:center;}
.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: #ec7616;}
.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.jiass{padding:25px 40px;}
.nyCrumb.jiass p{ width:100%;}
.nyCrumb .nyss{ width:32%; position:relative; display:none;}
.nyCrumb .nyss .sc_ipt{width: 100%;height:50px;line-height: 50px;background:#f4f4f4; border-radius:25px;}
.nyCrumb .nyss .sc_ipt input{display: block;width: calc(100% - 70px); height:100%;font-size: 16px;padding-left:20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;outline: none;border: 0; background:#f4f4f4;border-radius:25px;}
.nyCrumb .nyss .sc_ipt input::placeholder{color:#bbb;}
.nyCrumb .nyss .sc_btn {width: 50px;height:50px; border:5px solid #fff; background:#ec7616; border-radius:50%;overflow: hidden; margin: 0; padding: 0;position: absolute; top: 0; right: 0;}
.nyCrumb .nyss .sc_btn input{display: block;width: 100%;height: 100%;overflow: hidden;background: url(../images/ss_dsj2.png) center no-repeat;outline: none;border: 0;}

/*nyCrumb end*/


/*nyTitle start*/
.nyTitle { margin-bottom: 50px;}
.nyTitle em { display: block; line-height: 80px; color: rgba(236, 118, 22, .06); font-size: 110px; font-weight:bold; font-style: normal; text-transform: uppercase;}
.nyTitle p { line-height: 80px; color: #222; font-size: 44px; margin-top: -80px; position: relative;}
.nyTitle span { display: block; line-height: 30px; color: #777; font-size: 22px; margin-top: 15px;}

.nyTitle1 em, .nyTitle1 p { text-align: center;}
/*nyTitle end*/


/*nyPage start*/
.nyPage {color: #999; font-size: 16px; text-align: center; line-height:46px;}
.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: #ec7616; border: 1px solid #ec7616;}
.nyPage input.p_input { display: inline-block; width: 60px !important; height: 46px !important; line-height: 44px; color: #555; font-size: 16px; text-align: center; vertical-align: top; margin: 0 3px; padding: 0; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 4px; outline:none;}
.nyPage input:last-child { display: inline-block; width: auto !important; height: 46px !important; line-height: 46px; color: #fff; font-size: 16px; text-align: center; vertical-align: top; margin: 0 0 0 3px; padding: 0 18px; background-color: #ec7616; border-radius: 4px; border:0; outline:none; cursor:pointer;}
/*nyPage end*/


@media (max-width:1680px) {
  .nyBanner { height: 500px; margin-top:90px;}

  .nyMenu { margin: -85px auto 0;}
  .nyMenu_main ul li { padding: 0 20px;}
  .nyMenu_main ul li a { height: 80px; line-height: 40px;}
  .nyMenu_main ul li a::after { height: 2px;}

  .nyTitle { margin-bottom: 40px;}
  .nyTitle em { line-height: 65px; font-size: 90px;}
  .nyTitle p { line-height: 65px; font-size: 38px; margin-top: -65px;}
  .nyTitle span { font-size: 20px; margin-top: 12px;}

  .nyCrumb { padding: 20px 40px;}
  .nyCrumb.jiass{padding:15px 40px;}
}

@media (max-width:1600px) {
  .nyBanner { height: 460px;}
  .nyBa_text span { font-size: 52px;}
  .nyBa_text p { font-size: 32px; margin-top: -20px;}
  .nyBa_text i { width: 40px; height: 40px; margin: 15px auto 0; padding: 12px;}

}

@media (max-width:1560px) {
  .nyBanner { height: 450px;}  
}

@media (max-width:1440px) {
  .nyBanner { height: 420px; margin-top:80px;}
  .nyBa_text span { font-size: 48px;}
  .nyBa_text p { font-size: 30px; margin-top: -20px;}
  .nyBa_text i { width: 36px; height: 36px; margin: 12px auto 0; padding: 10px;}

  .nyTitle em { line-height: 60px; font-size: 80px;}
  .nyTitle p { line-height: 60px; font-size: 32px; margin-top: -60px;}
  .nyTitle span { font-size: 18px; margin-top: 10px;}

  .nyPage { font-size: 15px;}
  .nyPage a, .nyPage input.p_input { height: 42px !important; line-height: 40px; font-size: 15px;}
  .nyPage input.p_input { width: 56px !important;}
  .nyPage input:last-child { height: 42px !important; line-height: 42px; font-size: 15px;}

  .nyCrumb p, .nyCrumb p a { font-size: 15px;}
}

@media (max-width:1366px) {
  .nyBanner { height: 400px;}
}

@media (max-width:1280px) {
  .nyBanner { height: 370px;}
  .nyBa_text span { font-size: 44px;}
  .nyBa_text p { font-size: 28px; margin-top: -18px;}
  .nyBa_text i { width: 32px; height: 32px; margin: 10px auto 0; padding: 9px;}

  .nyMenu { margin: -69px auto 0;}
  .nyMenu_main ul li { padding: 0 10px;}
  .nyMenu_main ul li a { height: 64px; font-size: 16px; padding: 12px 20px;}

  .nyTitle { margin-bottom: 30px;}
  .nyTitle em { line-height: 52px; font-size: 70px;}
  .nyTitle p { line-height: 52px; font-size: 30px; margin-top: -52px;}
  .nyTitle span { line-height: 26px; font-size: 16px;}

  .nyPage { font-size: 14px;}
  .nyPage a { height: 40px !important; line-height: 38px; font-size: 14px; padding: 0 15px;}
  .nyPage input:last-child { height: 40px !important; line-height: 40px; font-size: 14px;}

  .nyCrumb { padding: 10px 30px;}
  .nyCrumb p, .nyCrumb p a { font-size: 15px;}

}

@media (max-width:1200px) {
  .nyBanner { height: 350px;}
}

@media (max-width:1080px) {
  .nyBanner { height: 320px;}
  .nyBa_text span { font-size: 40px;}
  .nyBa_text p { font-size: 24px; margin-top: -14px;}
  .nyBa_text i { width: 28px; height: 28px; margin: 10px auto 0; padding: 8px;}
  
  .nyCrumb.jiass {padding: 10px 30px;}
  .nyCrumb.jiass p{ width:100%;}
  .nyCrumb .nyss{ width:42%;}
  .nyCrumb .nyss .sc_ipt input{ font-size:15px;}
}

@media (max-width:1024px) {
  .nyBanner { height: 300px; top:0;}

  .nyMenu { margin: -60px auto 0;}
  .nyMenu_main ul li a { height: 60px; font-size: 15px; padding: 10px 20px;}
  .nyMenu_main ul li a i { margin: -2px 10px 0 0;}

  .nyTitle em { line-height: 50px; font-size: 64px;}
  .nyTitle p { line-height: 50px; font-size: 28px; margin-top: -50px;}

}

@media (max-width:920px) {
  .nyBanner { height: 280px;}
  
}

@media (max-width:820px) {
  .nyBanner { height: 240px; border-radius: 0;}

  .nyMenu { margin: 0 auto;}
  .nyMenu .nyMenu_main { width: 100%;}

  .nyTitle em { line-height: 40px; font-size: 54px;}
  .nyTitle p { line-height: 40px; font-size: 24px; margin-top: -40px;}
  .nyTitle span { line-height: 22px; font-size: 16px;}

  .nyCrumb { padding: 10px 3%;}

}

@media (max-width:767px) {
  .nyBanner { height: 160px; margin-top:68px;}
  .nyBa_text span { font-size: 30px;}
  .nyBa_text p { font-size: 18px; margin-top: -10px;}
  .nyBa_text i { width: 24px; height: 24px; margin: 8px auto 0; padding: 7px;}

  .nyMenu_main ul li { padding: 0;}
  .nyMenu_main ul li a { height: 50px; font-size: 14px; padding: 5px 10px;}
  .nyMenu_main ul li a i { width: 16px; height: 16px; margin: -2px 6px 0 0;}

  .nyTitle { margin-bottom: 20px;}
  .nyTitle em { line-height: 32px; font-size: 44px;}
  .nyTitle p { line-height: 32px; font-size: 22px; margin-top: -32px;}
  .nyTitle span { line-height: 20px; font-size: 14px;}

  .nyPage { font-size:0;}
  .nyPage a.pnnum, .nyPage a.pnnum1 { display: none;}
  .nyPage input.p_input,.nyPage input{ display:none !important;}

  .nyCrumb { padding: 4px 3%;}
  .nyCrumb p { padding-left: 24px;}
  .nyCrumb p i { width: 12px; margin: 0 4px;}
  .nyCrumb.jiass{ padding:10px 0;}
  .nyCrumb.jiass p{}
  .nyCrumb .nyss{ width:100%;}
  .nyCrumb .nyss .sc_ipt{height:44px;}
  .nyCrumb .nyss .sc_btn{width:44px; height:44px;}
}

@media (max-width:390px) {
 .nyBanner{ margin-top:64px;}
}

@media (max-width:320px) {
  .nyBanner { height: 120px;}
  .nyMenu_main ul li a{ font-size:12px;}
}

/*内页主体内容调整*/
.lffny_main{background-color: #fff;position: relative;z-index: 1;}

