@charset "utf-8";
/* CSS Document */

/**common**/
*{ margin:0; padding:0;}
html, body { min-width:1360px;}
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 Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,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;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none;}
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: "Helvetica"; src: url('../fonts/Helvetica.ttf'); }
@font-face { font-family: "HelveticaBold"; src: url("../fonts/HelveticaBold.ttf");}
@font-face { font-family: "PangMen"; src: url("../fonts/PangMen.ttf");}
@font-face { font-family: "YouSheBiaoTiHei"; src: url("../fonts/YouSheBiaoTiHei.ttf");}
@font-face { font-family: "DINMITTELSCHRIFTSTD"; src: url("../fonts/DINMITTELSCHRIFTSTD.OTF");}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:0;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}
::-webkit-scrollbar-thumb { background-color:#cb0000;} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color:#cb0000;} /* 滚动条滑块点击状态 */


/*头部 开始*/
.lyTop { width:100%; margin:0; background-color:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.1); position:relative; z-index:9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-top:10px solid #cb0000; position:relative;}
.lyTop:before{content: ""; height:50px; width:1148px;background: url(../images/top_telbg.png) center right no-repeat; position:absolute; right:0;}
.lyTop .lyTop_Main { width:1300px; height:auto; margin:0 auto; padding:0; position:relative;}
.lyTop_Main .lyLogo {overflow:hidden; /*margin:15px 0;*/ padding:0; float:left; margin-top:30px;}
.lyLogo a { display: table-cell; vertical-align: middle; width:100%;overflow:hidden; margin:0; padding:0;}
.lyLogo a img { display:inline-block; max-width:100%; height:auto; max-height:100%; margin:0; padding:0;}

/*导航栏 开始*/
.ly_nav { width:auto; height:auto; margin:0; padding:0; float:right;}
.top_tel{color:rgba(255,255,255,.6); line-height:36px; height:50px;}
.top_tel span{ float:right; position: relative;padding: 0 0 0 26px;overflow:hidden; white-space:nowrap; width:195px;}
.top_tel span:before{content: ""; width:18px; height:18px;background: url(../images/top_telico.png) center center no-repeat; display:inline-block;top: 10px; position: absolute;left: 0;}
.top_tel span strong{color:rgba(255,255,255,1); font-size:18px;}
.ly_nav li, .ly_nav a {	text-decoration: none; list-style: none;}
.ly_nav ::-webkit-scrollbar { display: none;}
.ly_nav .nav_list { width:100%; height:80px; margin:0 auto; -webkit-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li { display:inline-block; width:auto; position: relative; list-style: none; padding:0 26px; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.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: inline-block; width:100%; line-height: 80px; color: #333; font-size: 16px; text-align:center; padding: 0; margin: 0; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.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: #cb0000;}
.ly_nav .nav_list > ul > li > em { display:block; width:0px; height:3px; overflow:hidden; background-color:#cb0000; margin:0; padding:0; position:absolute; bottom:0; left:50%; 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:64px; margin:0 0 0 -32px;}
.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 #cb0000; 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; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li ul li a:hover { color:#cb0000;}
.ly_nav .nav_menu { display: none;}

/*导航栏 结束*/

.top_search{ width:1300px; position: relative; margin:-80px auto 0; z-index:2;background:#fff; padding:30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.top_search .img{ border-bottom:1px solid #e6e6e6; padding-bottom:20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.top_search .time .fr{ width:300px; margin-top:15px;}
.top_search .time span{ font-size:30px; color:#333; font-weight:lighter;}
.top_search .time strong{ color:#cb0000;}
.top_search .time p{ font-size:16px; color:#999; line-height:24px;margin-top:10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.top_search .img ul{ width:500px; margin-top:10px;}
.top_search .img ul li{ width:24%; display:inline-block; text-align:center; margin:0 auto;}
.top_search .img ul li p{ color:#999; font-size:16px; line-height:36px;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.top_search .img ul li:hover p{color:#cb0000;}
.top_search .img ul li i{width:60px; height:60px; display:inline-block; margin:0 auto;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.top_search .img ul li:nth-child(1) i{background: url(../images/top_searchimg01.png) center center no-repeat;}
.top_search .img ul li:hover:nth-child(1) i{background: url(../images/top_searchimg01_on.png) center center no-repeat;}
.top_search .img ul li:nth-child(2) i{background: url(../images/top_searchimg02.png) center center no-repeat;}
.top_search .img ul li:hover:nth-child(2) i{background: url(../images/top_searchimg02_on.png) center center no-repeat;}
.top_search .img ul li:nth-child(3) i{background: url(../images/top_searchimg03.png) center center no-repeat;}
.top_search .img ul li:hover:nth-child(3) i{background: url(../images/top_searchimg03_on.png) center center no-repeat;}
.top_search .img ul li:nth-child(4) i{background: url(../images/top_searchimg04.png) center center no-repeat;}
.top_search .img ul li:hover:nth-child(4) i{background: url(../images/top_searchimg04_on.png) center center no-repeat;}

.top_search .txt{ margin-top:30px;}
.top_search .txt .kewords{ width:60%; height:40px; line-height:40px; font-size:16px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.top_search .txt .kewords i{ width:18px; height:18px; display:inline-block;background: url(../images/hot.png) center center no-repeat; margin-right:5px;}
.top_search .txt .kewords span{color:#cb0000; margin-right:5px;}
.top_search .txt .kewords strong{ color:#333;}
.top_search .txt .kewords a{ color:#999; padding:0 10px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.top_search .txt .kewords a:hover{color:#cb0000;}

.lyTopSearch { width:40px; height:40px; margin:0; padding:0; float:right; position:relative; z-index:1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyTopSearch form .sc_ipt { width:380px; height:40px; overflow:hidden; margin:0; padding:0; position:absolute; top:0; right:36px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyTopSearch form .sc_ipt input { display:block; width:100%; height:40px; overflow:hidden; line-height:38px; color:#999; font-size:15px; margin:0; padding:0 10px; background-color:#f4f4f4; border:0; border-right:0; border-radius:0; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyTopSearch form .sc_btn { width:40px; height:40px; overflow:hidden; margin:0; padding:0; position:relative; z-index:1; margin-left:-10px;}
.lyTopSearch form .sc_btn input { display:block; width:40px; height:40px; overflow:hidden; margin:0; padding:0; background:#cb0000 url(../images/SSbtn_icon2.png) center center no-repeat; background-size:19px 19px; border-radius:50%; border:0; outline:none; cursor:pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/*头部 结束*/

/*ly_Links 开始*/
.ly_Links { width:100%; overflow:hidden; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-top:4px solid #cb0000; background-color:#e4e4e4;}
.ly_Links .lyLinks_Main { width:1300px; height:auto; min-height:80px; overflow:hidden; margin:0 auto; padding: 26px 0 20px 140px; position:relative; z-index:1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyLinks_Main .lyLinks_title { width:140px; height:40px; overflow:hidden; margin:0; padding: 10px 0 0 0; font-size:16px; color:#333; line-height:40px; font-weight:bold; position: absolute; left:0; top:10px;}
.lyLinks_title img { display:block; width:40px; height:40px; margin:0 10px 0 0; padding:0; float:left;}
.lyLinks_title span { display:block; height:15px; overflow:hidden; line-height:15px; color:#999; font-size:14px; margin:0 0 3px; padding:0;}
.lyLinks_title p { display:block; height:22px; overflow:hidden; line-height:22px; color:#333; font-size:20px; font-weight:bold; margin:0; padding:0;}
.lyLinks_Main .lyLinks_list { width:100%; height:auto; overflow:hidden; margin:0; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyLinks_list p { width:100%; height:auto; overflow:hidden; line-height:30px; margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyLinks_list p a { display:inline-block; height:26px; line-height:26px; color:#999; font-size:14px; margin:0 10px 10px 0; padding:0; background:#fff; padding:0 11px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyLinks_list p a:hover { color:#fff; background:#cb0000;}
/*ly_Links 结束*/

/*ly_Foot 开始*/
.ly_Foot { width:100%; height:auto; margin:0 auto; padding:0; background-color:#222; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_Foot .lyFoot_Head { width:100%; overflow:hidden; margin:0 auto; padding:50px 0; background:url(../images/ftBg.jpg) center center no-repeat; background-size:100% 100%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFoot_Head .lyFootHead { width:1300px; overflow:hidden; margin:0 auto; padding:0;}
.lyFootHead p { width:80%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:30px; font-weight:bold; margin:0; padding:0; float:left;}
.lyFootHead p font { color:#cb0000;}
.lyFootHead a { display:block; width:20%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:20px; font-weight:bold; text-align:right; margin:0; padding:0; float:right;}
.lyFootHead a span { display:inline-block; line-height:30px; border-bottom:1px solid #333; margin:5px 0;}
.lyFootHead a img { display:block; width:40px; height:40px; margin:0 0 0 15px; padding:0; float:right;}

.ly_Foot .lyFoot_Main { width:1300px; overflow:hidden; margin:0 auto; padding:60px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFoot_Main .lyFootLeft { width:80%; height:auto; overflow:hidden; margin:0; padding:0; float:left;}
.lyFootLeft ul li{ display:inline-block; width:60%;}
.lyFootLeft ul li:last-child{ width:29%; margin-left:10%;}
.lyFootLeft ul li dt{ color:#f8f8f8; font-size:16px; font-weight:bold; margin-bottom:24px;}
.lyFootLeft ul li dt i{background:url(../images/foot_ico.png) center center no-repeat;width: 41px;height: 16px;display: inline-block;margin: -2px 0 0 10px;vertical-align: middle;}
.lyFootLeft ul li dd{ display:inline-block; width:30%; margin-right:2%; line-height:40px; font-size:16px;}
.lyFootLeft ul li dd a{ display:block;color:rgba(248,248,248,0.45);overflow:hidden; white-space:nowrap;text-overflow:ellipsis;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyFootLeft ul li dd a:hover{color:rgba(248,248,248,1);}


.lyFoot_Main .lyFootRight { width:11%; height:auto; margin:0; padding:0; float:right;}
.lyFootRight img { display:block; width:92px; height:92px; margin:0 10px 0 0; padding:10px; border:1px solid rgba(255,255,255,.1);display: block;float: left;}
.lyFootRight p {width: auto; height: 120px; overflow: hidden;color: rgba(248, 248, 248, .25);text-align: center;writing-mode: vertical-rl;letter-spacing: 2px;}

.lyFoot_Main .foot_mid{width:100%; overflow:hidden; margin:40px auto 0; padding:30px 0;border-top:1px solid rgba(255,255,255,.1);-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFoot_Main .foot_mid ul li{ display:inline-block; width:27%; height:28px; line-height:28px;margin-left: 2%;color:#f8f8f8; font-size:16px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyFoot_Main .foot_mid ul li a{color:#f8f8f8;}
.lyFoot_Main .foot_mid ul li:nth-child(1){ width:40%; margin-left:0;}
.lyFoot_Main .foot_mid ul li i{ width: 28px; height: 28px;display: inline-block;margin: -2px 10px 0 0 ;vertical-align: middle;}
.lyFoot_Main .foot_mid ul li:nth-child(1) i{background:url(../images/foot_ico01.png) center center no-repeat;}
.lyFoot_Main .foot_mid ul li:nth-child(2) i{background:url(../images/foot_ico02.png) center center no-repeat;}
.lyFoot_Main .foot_mid ul li:nth-child(3) i{background:url(../images/foot_ico03.png) center center no-repeat;}

.lyFoot_Main .lyFoot_Copy { width:100%; overflow:hidden; margin:0 auto; padding:30px 0 10px; border-top:1px solid rgba(255,255,255,.1);}
.lyFoot_Copy p { width:60%; height:45px; overflow:hidden; line-height:45px; color:rgba(255,255,255,0.3); font-size:15px; margin:0; padding:0;}
.lyFoot_Copy p.fr { width:40%; text-align:right;}
.lyFoot_Copy p img { display:inline-block; width:20px; height:20px; overflow:hidden; vertical-align:middle; margin:-4px 5px 0 0; padding:0;}
.lyFoot_Copy p a { line-height:45px; color:rgba(255,255,255,0.25); font-size:16px;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyFoot_Copy p a:hover { color:#fff;}
/*ly_Foot 结束*/

/*右侧客服 开始*/
.kfView {position:fixed;top:30%;right:2px;z-index:999;}
.kfView a.qqa {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.7);margin-bottom:2px;}
.kfView a.qqa:after {content:'';display:block;width:24px;height:24px;background:url(../images/slidebar_icon.png) top center no-repeat;overflow:hidden;margin:9px 10px;}
.kfView .tela>a {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.7);margin-bottom:2px;}
.kfView .tela>a:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -27px no-repeat;overflow:hidden;margin:9px 10px;}
.kfView .tela .wz {position:absolute;top:2px;left:-224px;z-index:999;display:none;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.kfView .tela:hover .wz{display:block;}
.kfView .tela p {background:#fff;width:200px;height:40px;overflow:hidden;font-size:18px;font-weight:bold;color:#cb0000;line-height:40px;text-align:center;}
.kfView .tela p em {width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #fff;margin-top:-4px;position:absolute;top:50%;right:-6px;}
.kfView .wxa {position:relative;}
.kfView .wxa>span {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.7);margin-bottom:2px;}
.kfView .wxa>span:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -52px no-repeat;overflow:hidden;margin:9px 10px;}
.kfView .wxa .code {position:absolute;top:-36px;left:-134px;z-index:999;display:none;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.kfView .wxa:hover .code{display:block;}
.kfView .wxa .code p {background:#fff;overflow:hidden;}
.kfView .wxa .code p img {max-width:100%;max-height:100%;}
.kfView .wxa .code p em {width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #fff;margin-top:-4px;position:absolute;top:50%;right:-6px;}
.kfView .wxa .code p span{display: block;text-align: center;padding: 0 0 5px;}
.kfView a.totop {display:block;width:44px;height:44px;overflow:hidden;background:rgba(229,4,18,.7);margin-bottom:2px;}
.kfView a.totop:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -76px no-repeat;overflow:hidden;margin:9px 10px;}
.kfView .pfpro,.kfView .pflxwm{ display:none;}
/*右侧客服 结束*/