@charset "utf-8";
/* CSS Document */
/**common**/
* { 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 { color: #333; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1.5 Microsoft Yahei, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; color: #333; cursor: pointer; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
@font-face { font-family: "pangmen"; src: url('../fonts/pangmen.ttf'); }
@font-face { font-family: "ANTON-REGULAR"; src: url('../fonts/ANTON-REGULAR.ttf'); }
@font-face { font-family: "Nice Regular"; src: url('../fonts/Nice Regular.ttf'); }
@font-face { font-family: "LEXENDDECA-SEMIBOLD"; src: url('../fonts/LEXENDDECA-SEMIBOLD.ttf'); }
@font-face { font-family: "BEBASKAI"; src: url('../fonts/BEBASKAI.ttf'); }
body, html {min-width:1450px; }
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:0;
}
::-webkit-scrollbar-track {
background-color:#e6e6e6;
border-radius:0px;
}
::-webkit-scrollbar-thumb {
background-color:#c10326;
border-radius:4px;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#c10326;
border-radius:4px;
}
/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }
.w1400 { width: 1400px; margin: 0 auto; }
/*头部 开始*/
.ly_Top { width: 100%; height: 90px; margin: 0; padding: 0; background-color: #fff; }
.ly_Top .lyTop_Main { width: 100%; height: 100%; margin: 0 auto; padding: 0 0 0 50px; position: relative; }
.lyTop_Main .ly_Logo { width: 300px; height: 90px; overflow: hidden; float: left; }
.ly_Logo a { display: table-cell; vertical-align: middle; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; }
.ly_Logo a img { display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0; }
.lyTop_Main .lyTop_Tel { width: auto; max-width: 235px; height: 100%; overflow: hidden; color: #fff; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; padding: 29px 20px; float: right; background: #c10326; min-width:200px; }
.lyTop_Tel i { display: inline-block; width: 18px; height: 18px; overflow: hidden; margin: 0 10px -2px 0; }
.lyTop_Tel i svg { display: block; width: 100%; height: 100%; }
.lyTop_Tel i svg path { fill: #ffffff; }
/*导航栏 开始*/
.ly_Nav { width: 48.5%; height: auto; float: right; position: relative; z-index: 100; margin: 0 2.5% 0 0; }
.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 { display: block; position: relative; list-style: none; float: left; position: relative; width:14.83333%; }
.ly_Nav .nav_list > ul > li:first-child { width:11%;}
.ly_Nav .nav_list > ul > li:last-child { background: none; }
.ly_Nav .nav_list > ul > li:hover { }
.ly_Nav .nav_list > ul > li > a { display: block; width: 100%; line-height: 55px; color: #222; font-size: 18px; text-align: center; padding: 20px 0; margin: 0; text-decoration: none; position: relative; z-index: 2; }
.ly_Nav .nav_list > ul > li:hover, .ly_Nav .nav_list > ul > li.active { }
.ly_Nav .nav_list > ul > li:hover > a, .ly_Nav .nav_list > ul > li.active > a { color: #fff; }
.ly_Nav .nav_list > ul > li > em { display: block; width: 0; height: 100%; overflow: hidden; background-color: #c10326; margin: 0; padding: 0; position: absolute; top: 0px; left: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.ly_Nav .nav_list > ul > li:hover > em, .ly_Nav .nav_list > ul > li.active > em { width: 100%; }
.ly_Nav .nav_list > ul > li i { display: inline-block; width: 20px; height: 20px; background: url(../images/down.png) center center no-repeat; background-size: 10px 10px; vertical-align: middle; cursor: pointer; margin: 0; display: none; }
.ly_Nav .nav_list > ul > li i.cur { background: url(../images/up.png) center center no-repeat; background-size: 10px 10px; text-decoration: none; }
.ly_Nav .nav_list > ul > li ul { display: none; position: absolute; left: -17%; top: 80px; z-index: 9; width: 134%; overflow: hidden; background-color: #fff; border-top: 2px solid #c10326; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-radius: 0 0 2px 2px; }
.ly_Nav .nav_list > ul > li:hover ul { display: block; }
.ly_Nav .nav_list > ul > li ul li { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; border-bottom: 1px solid rgba(85, 87, 89, 0.1); }
.ly_Nav .nav_list > ul > li ul li:last-child { border: 0; }
.ly_Nav .nav_list > ul > li ul li a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #555; font-size: 14px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0 8px; }
.ly_Nav .nav_list > ul > li ul li a:hover { color: #c10326; }
.ly_Nav .nav_menu { display: none; }
/*导航栏 结束*/
/*头部 结束*/

/*底部 开始*/
.ly_Foot{ width:100%; padding:65px 0 0; background:#202020; border-top:5px solid #c10326;}
.ly_Foot .w1400{ position:relative;}
.ly_Foot .lyFoot_Main{ padding:0 0 65px;}
.ly_Foot .lyFoot_l{ width:45%; float:left;}
.ly_Foot .lyFoot_l b{ display:block; font-size:40px; color:#fff;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; font-family:Arial, Helvetica, sans-serif; margin:35px 0 15px;}
.lyFoot_Copy p { line-height: 30px; color: rgba(255, 255, 255, .35); font-size: 16px; }
.lyFoot_Copy p a { color: rgba(255, 255, 255, .35); font-size: 16px;}
.lyFoot_Copy p a:hover { color: #fff; }
.ly_Foot .lyFoot_Nav{ width:30%; float:left;}
.ly_Foot .lyFoot_Nav ul li{ width:45%; float:left; margin-right:10%;}
.ly_Foot .lyFoot_Nav ul li:last-child{ margin-right:0;}
.ly_Foot .lyFoot_Nav ul li b{ display:block; font-size:18px; color:#fff; margin-bottom:15px;}
.ly_Foot .lyFoot_Nav ul li a{ display:block;color: rgba(255, 255, 255, .35); font-size: 16px; height:46px; line-height:46px; border-bottom:1px solid rgba(255, 255, 255, .1);overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ly_Foot .lyFoot_Nav ul li a img{ display:inline-block; margin:-2px 10px 0 0;vertical-align:middle;}
.ly_Foot .lyFoot_Nav ul li a:hover{ color:#c10326;border-bottom:1px solid #c10326;}
.ly_Foot .lyFoot_Ewm{ width:195px; float:right; text-align:center;}
.ly_Foot .lyFoot_Ewm p{ font-size:16px; color:#fff; margin-bottom:25px;}
.ly_Foot .lyFoot_Ewm img{ display:inline-block; width:160px; height:160px;}
.ly_Foot .lyFoot_back { position:absolute; top:-108px; right:50px; }
.lyIdx_Links{ height: 80px; overflow: hidden;position: relative;display: flex; align-items: center; background:url(../images/yqlj_bg.png) repeat; padding:0 20px; }
.lyIdx_Links .lyLinks_title {width: 140px;height: 80px;overflow: hidden;line-height: 50px;color: #fff;font-size: 16px;padding: 16px 0;float: left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-weight: bold;}
.lyIdx_Links .lyLinks_title img { display: inline-block; margin: -2px 15px 0 0; }
.lyIdx_Links .lyLinks_list { width: calc(100% - 130px); float: right; max-height: 70px; overflow: hidden; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; color: rgba(255,255,255,0.25); }
.lyLinks_list a {display: inline-block;height: 35px;line-height: 35px;color: rgba(255,255,255,0.35);font-size: 16px;vertical-align: top;margin: 0 12px;}
.lyLinks_list a:hover { color: #fff; }
/*底部 结束*/


/*在线客服*/
.kfView4{background-color: #c10326;border: 2px solid #e70831;position: fixed;width: 80px;top:20%;right: 10px;text-align: center;display: block;-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);box-shadow: 0 6px 12px rgba(0,0,0,0.1);border-radius: 0 0 8px 8px;font-size: 12px;z-index: 99999;}
.kfView4 ul{margin: 0;padding-top: 45px;color:#fff;}
.kfView4 ul li{position: relative;}
.kfView4 ul li a{display: block;color: #FFF;text-decoration: none;overflow: hidden;height: auto;width: 100%;padding: 43px 0 12px; background: url(../images/kefu-tb.png) no-repeat top center;}
.kfView4 ul li a:hover{background-color: #e70831;}
.kfView4 a.kefu-lx{background-image: url(../images/kefu.png);background-repeat: no-repeat;background-position: center top;position: absolute;top: -40px;text-indent: -9999px;height: 80px;width: 80px;z-index: 999999;left: 0px;border-width: 0;overflow: hidden}
.kfView4 a.kefu-lx:hover{background-color: rgba(255,255,255,0)}
.kfView4 ul li a.kf{display: block;padding: 10px 0}
.kfView4 ul li a.kefu-tel{background-position: center -79px}
.kfView4 ul li a.kefu-qq{background-position: center -150px}
.kfView4 ul li a.kefu-wx{background-position: center -220px}
.kfView4 ul li a.kefu_bottom{background-position: center -288px;padding: 30px 0 10px 0;border-radius: 0 0 8px 8px}
.kfView4 ul li a.kefu_top{background-position: center -15px;padding: 30px 0 10px 0}
.kfView4:hover ul li a{display: block}
.kfView4 ul li p{ position: absolute; top:-79px; right: 82px; width:0; padding: 0 ; font-size: 14px; line-height: 24px; text-align: left; color:#fff; background: #c10326; display: block; opacity: 0;transition: all .4s ease-in-out .1s;overflow: hidden;z-index: 201;}
.kfView4 ul li:nth-of-type(2) p{ top:0;}
.kfView4 ul li:hover p{ width:150px; padding:15px; opacity: 1;}
.kfView4 ul li .wechat p {}
/*在线客服*/



