@charset "utf-8";
/* CSS Document */


/**common**/
*{ margin:0; padding:0;}
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: 'YouSheBiaoTiHei';
  src: url('../fonts/YouSheBiaoTiHei.ttf') format('truetype'),
       url('../fonts/YouSheBiaoTiHei.woff?#iefix') format('woff');
}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:3px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}
::-webkit-scrollbar-thumb { background-color:#cf121c;} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color:#cf121c;} /* 滚动条滑块点击状态 */


/*头部 开始*/
.ly_top { width:100%; height:96px; margin:0; padding:0; background-color:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.1); position:fixed; top:0; left:0; z-index:9999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_top .lytop_main { width:88%; height:auto; margin:0 auto; padding:0; position:relative;}
.lytop_main .ly_logo { width:20%; height:60px; overflow:hidden; margin:18px 0; padding:0; float:left;}
.ly_logo a { display: table-cell; vertical-align: middle; width:100%; height:60px; 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_right { margin:28px 0 28px 40px; float:right;}
.lytop_right .lytop_tel { height:40px; overflow:hidden; line-height:40px; color:#cf121c; font-size:26px; font-weight:bold; margin:0 20px 0 0; padding:0; float:left;}
.lytop_right .lytop_tel img { display:block; width:32px; height:32px; overflow:hidden; margin:4px 0; padding:0; float:left;}

.lytop_right .lytop_search { height:40px; margin:0 20px 0 0; padding:0; float:left; position:relative; z-index:1;}
.lytop_search form { width:40px; height:40px; margin:0; padding:0; position:relative;}
.lytop_search form .sc_ipt { width:0; height:40px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lytop_search form .sc_ipt input { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#999999; font-size:14px; margin:0; padding:0 14px; background-color:#fff; border:1px solid #cf121c; border-right:0; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lytop_search form .sc_btn { width:40px; height:40px; overflow:hidden; margin:0; padding:0; float:right;}
.lytop_search form .sc_btn input { display:block; width:40px; height:40px; overflow:hidden; margin:0; padding:0; background:url(../images/SSbtn_icon1.png) center center no-repeat; background-size:40px 40px; border:0; outline:none; cursor:pointer;}
.lytop_search:hover form .sc_ipt { width:260px; left:-260px;}
.lytop_search:hover form .sc_btn input { background:#cf121c url(../images/SSbtn_icon2.png) center center no-repeat;}

.lytop_right .lytop_menu { width:40px; height:40px; margin:0; padding:0; float:left;}
.lytop_menu a { display:block; width:40px; height:40px; overflow:hidden; margin:0; padding:0; background:url(../images/menu_icon1.png) center center no-repeat; cursor:pointer;}
.lytop_menu a:hover { background:#cf121c url(../images/menu_icon2.png) center center no-repeat;}

/*导航弹窗*/
.nav-tc { background:#232323; position:fixed; left:0; top:-120%; width:100%; padding:80px 6% 60px;z-index:99;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nav-tc .close { display:block; width:40px; height:40px; overflow:hidden; margin:0; padding:0; cursor:pointer; float:right; position:relative;}
.nav-tc .close img { display:block; width:24px; height:24px; margin:8px auto; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.nav-tc .ms { width:65%; padding:0 40px 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nav-tc .ms ul li { width:25%; overflow:hidden; margin:0 0 20px; padding:0; float:left;}
.nav-tc .ms ul li dl dt { margin:0 auto 10px;}
.nav-tc .ms ul li dl dt a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:20px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.nav-tc .ms ul li dl dd { width:100%; height:140px; overflow-y:scroll; margin:0 auto; padding:0;}
.nav-tc .ms ul li dl dd a { display:block; width:100%; height:35px; overflow:hidden; line-height:35px; color:#fff; font-size:14px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0 20px 0 0; opacity:0.5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nav-tc .ms ul li dl dd a:hover { opacity:1;}
.nav-tc .ms ul li dl dd a em { display:block; width:6px; height:1px; overflow:hidden; margin:17px 6px 17px 0; padding:0; background-color:#fff; float:left; opacity:0.5; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.nav-tc .ms ul li dl dd a:hover em { width:20px;}

.nav-tc .nav-contact { width:35%; margin:-40px 0 0; float:right;}
.navtc_tit { width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:20px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0 auto 20px; padding:0;}
.nav-contact ul li { width:100%; height:auto; min-height:70px; margin:0 auto 20px; padding:0 0 0 70px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nav-contact ul li .ftico { width:70px; height:70px; margin:0; padding:0; border:1px solid rgba(255,255,255,0.2); box-shadow:0 3px 8px rgba(0,0,0,0.1); border-radius:50%; position:absolute; left:0; top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nav-contact ul li .ftico img { display:block; width:40px; height:40px; overflow:hidden; margin:14px auto; padding:0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.nav-contact ul li:hover .ftico img { transform:rotate(360deg);}
.nav-contact ul li .lyFootLxfs_text { width:100%; overflow:hidden; margin:0; padding:4px 0 4px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nav-contact ul li .lyFootLxfs_text span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:16px; margin:0 auto 2px; padding:0;}
.nav-contact ul li .lyFootLxfs_text font { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#cf121c; font-size:30px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.nav-contact ul li .lyFootLxfs_text p { width:100%; min-height:30px; max-height:60px; overflow:hidden; line-height:30px; color:rgba(255,255,255,0.5); font-size:15px; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.nav-tc .nav-contact a.con {display:inline-block;width:160px;height:48px;line-height:48px;color:#ffffff;font-size:16px;text-align:center;border-radius:24px; background-color:#cf121c; margin:20px 0 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.nav-tc .close:hover img {transform:rotate(180deg);}
.nav-tc dl dd a:hover {color:#fff;}
.nav-tc .nav-contact a.con:hover { background-color:#ab0009;}

@media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1440px) {
	.ly_top .lytop_main { width:90%;}
	
	.nav-tc { padding:60px 5% 40px;}
	.nav-tc .ms { padding:0 20px 0 0;}
}
@media (max-width:1400px) {
	.ly_top .lytop_main { width:94%;}
	.lytop_search:hover form .sc_ipt { width: 250px; left: -250px;}
}
@media (max-width:1366px) {
	.nav-tc { padding:40px 3%;}
}
@media (max-width:1280px) {
	
}
@media (max-width:1200px) {
	.ly_top .lytop_main { width:94%;}
	.lytop_main .ly_logo { width:30%;}
	.lytop_main .lytop_right { margin:28px 0;}
	.lytop_right .lytop_tel { margin:0 24px 0 0;}
	.lytop_search form { width:280px; background-color:#f5f5f5;}
	.lytop_search form .sc_ipt { width: 240px; left: 0;}
	.lytop_search:hover form .sc_ipt { width: 240px; left: -240px; left: 0;}
	.lytop_search form .sc_btn input { background:#cf121c url(../images/SSbtn_icon2.png) center center no-repeat;}
}
@media (max-width:1080px) {
	.nav-tc { padding:40px 3% 20px;}
	.nav-tc .ms { width:100%; padding:0; float:inherit;}
	.nav-tc .nav-contact { display:none;}
	.nav-tc .close { position:absolute; right:3%;}
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
	.ly_top { width:100%; height: auto; margin:0;}
	.lytop_main .ly_logo { width:30%; height:50px; margin:15px 0;}
	.ly_logo a { height:50px;}
	.lytop_main .lytop_right { margin:20px 0;}
	.lytop_right .lytop_tel { margin:0 20px 0 0; font-size:24px;}
	.lytop_search form { width:240px;}
	.lytop_search form .sc_ipt { width:200px;}
	
	.nav-tc { margin:-16px 0 0;}
}
@media (max-width: 767px) {
	.ly_top { width:100%; height: auto; margin:0; padding:0 0 20px;}
	.ly_top .lytop_main { width:94%;}
	.lytop_main .ly_logo { width:80%; height:50px; margin:0; padding:15px 0; background:none;}
	.ly_logo a { height:50px;}
	.lytop_main .lytop_right { width:100%; margin:0 auto; padding: 0;}
	.lytop_right .lytop_tel { position:absolute; top:20px; right:60px; margin:0; float:inherit; display:none;}
	.lytop_right .lytop_search { width:100%; margin:0;}
	.lytop_search form { width:100%; padding:0 40px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.lytop_search form .sc_ipt { width:100%; position:inherit; left:inherit; top:inherit;}
	.lytop_search:hover form .sc_ipt { width:100%; left:0;}
	.lytop_search:hover form .sc_ipt { left: 0;}
	.lytop_search form .sc_btn { position:absolute; top:0; right:0;}	
	
	.lytop_right .lytop_menu { float: inherit; position: absolute; top: 20px; right: 0;}
	
	.nav-tc { height:auto; max-height:100%; overflow-y:scroll; margin:-96px 0 0; padding: 20px 3% 0;}
	.nav-tc .ms ul li { width:100%; margin:0 auto 10px;}
	.nav-tc .ms ul li dl dt { margin:0 auto 5px;}
	.nav-tc .ms ul li dl dt a { font-size:18px;}
	.nav-tc .ms ul li dl dd { height:auto;}
	.nav-tc .ms ul li dl dd a { width:48.5%; margin:0 3% 0 0; padding:0; float:left;}
	.nav-tc .ms ul li dl dd a:nth-child(2n+2) { margin:0;}
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
	.nav-tc .ms ul li dl dd a { width:100%; margin:0; float: inherit;}
}

/*导航栏 开始*/
.ly_nav { width:60%; height:auto; margin:0; padding:0; float:right;}
.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:inline-block; width:12.5%; position: relative; list-style: none; padding:0 10px; 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: 60px; color: #333; font-size: 20px; text-align:center; padding: 18px 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: #cf121c;}
.ly_nav .nav_list > ul > li > em { display:block; width:0px; height:2px; overflow:hidden; background-color:#cf121c; margin:0; padding:0; position:absolute; bottom:0px; 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:70px; margin:0 0 0 -35px;}
.ly_nav .nav_list > ul > li:nth-child(1):hover > em, .ly_nav .nav_list > ul > li:nth-child(1).active > em { width:40px; margin:0 0 0 -20px;}
.ly_nav .nav_list > ul > li a i { display:inline-block; width:9px; height:9px; background:url(../images/down02.png) center center no-repeat; background-size:9px 9px; vertical-align:middle; cursor:pointer; margin:0 0 0 6px;}
.ly_nav .nav_list > ul > li:hover a i, .ly_nav .nav_list > ul > li.active a i { background:url(../images/down03.png) center center no-repeat; background-size:9px 9px;}
.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 #cf121c; 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:#cf121c;}
.ly_nav .nav_menu { display: none;}

.ly_nav .nav_list > ul > li > .lyNav_xl { display:none; width:540px; height:auto; margin:0 0 0 -270px; padding:0; position:absolute; left:50%; top:96px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li:hover > .lyNav_xl { display:block;}
.ly_nav .nav_list > ul > li > .lyNav_xl .lyNavXl_jt { width:0; height:0; margin:0 0 0 -8px; padding:0; border-bottom: 8px solid #fff; border-right: 8px solid transparent; border-left: 8px solid transparent; position: relative; top:0; left:50%;}
.ly_nav .nav_list > ul > li > .lyNav_xl .lyNavXl_main  { width:100%; height:auto; margin:0 auto; padding:30px; background-color:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNav_xl .lyNavXl_left { width:250px; overflow:hidden; margin:0; padding:0; float:left;}
.lyNavXl_left p { width:100%; height:38px; overflow:hidden; line-height:38px; color:#333; font-size:22px; font-weight:bold; margin:0 auto 10px; padding:0;}
.lyNavXl_left p img { display:block; width:18px; height:18px; margin:10px 5px 10px 0; padding:0; float:left;}
.lyNavXl_left .lyNavXl_img { width:100%; height:208px; overflow:hidden; margin:0; padding:0; position:relative;}
.lyNavXl_left .lyNavXl_img img { display:block; width:100%; height:100%; overflow:hidden; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNavXl_left .lyNavXl_img:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.lyNav_xl .lyNavXl_right { width:200px; height:256px; overflow-y:scroll; margin:0; padding:0; float:right;}
.lyNavXl_right dl dd { margin:0 auto 8px;}
.lyNavXl_right dl dd a { display:block; width:100%; height:36px; overflow:hidden; line-height:36px; color:#666; font-size:15px; text-align:center; background-color:#e9e9e9; border-radius:4px; margin:0; padding:0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNavXl_right dl dd a:hover { color:#fff; background-color:#cf121c;}

.lyNav_xl .lyNavXl_left1 { width:100%; margin:0 auto; float:inherit;}
.lyNavXl_left1 .lyNavXl_img { display:none;}
.lyNav_xl .lyNavXl_right1 { width:100%; height:auto; overflow:hidden; overflow-y:hidden; margin:0 auto; float:inherit;}
.lyNavXl_right1 dl dd { width:49%; margin:0 2% 8px 0; float:left;}
.lyNavXl_right1 dl dd:nth-child(2n+2) { margin:0 0 7px;}

@media (max-width:1680px) {
	.ly_nav { width:64%;}
}
@media (max-width:1600px) {
	.ly_nav { width:68%;}
}
@media (max-width:1440px) {
	.ly_nav .nav_list > ul > li { padding:0;}
	.ly_nav .nav_list > ul > li > a { font-size:17px;}
}
@media (max-width:1366px) {
	.ly_nav { width:64%;}
}
@media (max-width:1280px) {
	.ly_nav .nav_list > ul > li > a { font-size:16px;}
}
@media (max-width:1200px) {
	.ly_nav { height:0; margin:0; display:none;}
	.ly_nav .nav_list { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
	.ly_nav .nav_list ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999;}
	.ly_nav .nav_list .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
	.ly_nav .nav_list ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
	.ly_nav .nav_list ul > li a { display:block; width: 100%; line-height:60px; color:#333; font-size:16px; text-align:left; padding:0 60px 0 20px; border-bottom:1px solid rgba(85, 87, 89, 0.1); -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 { background-color:#cf121c;}
	.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff; border-bottom:1px solid #cf121c;}
	.ly_nav .nav_list > ul > li > em { margin:0; left:20px;}
	.ly_nav .nav_list > ul > li i { display:block; width:60px; height:60px; background-size:14px 9px; position:absolute; top:0; right:0;}
	.ly_nav .nav_list > ul > li i.cur { background-size:14px 9px;}
	.ly_nav .nav_list > ul > li ul { width:100%; overflow:hidden; position:inherit; left:inherit; top:inherit; background-color:#f8f8f8; box-shadow:none; border:0; border-radius:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
	.ly_nav .nav_list > ul > li:hover > em, .ly_nav .nav_list > ul > li.active > em { display:none;}
	.ly_nav .nav_list > ul > li ul li a { height:48px; line-height:48px; color:#888; text-align:left; border:0; padding:0 40px;}
	
	.ly_nav .nav_menu { display: block; width:22px; padding:11px 9px; background-color:#cf121c; border-radius:0; margin: 0; position:absolute; top:30px; right:0;}
	.ly_nav .nav_menu span { display: block; width: 100%; height: 2px; background-color: #fff; border-radius: 1px;}
	.ly_nav .nav_menu span + span { margin-top: 6px;}
	.ly_nav .nav_menu span:nth-child(2) { width:80%;}
	.ly_nav .open { width:100%; overflow: auto; left: 0%;}	
	.ly_nav .nav_menu:active { background-color:#cf121c;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_nav { height:0; margin:0;}
	.ly_nav .nav_list { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
	.ly_nav .nav_list ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999;}
	.ly_nav .nav_list .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
	.ly_nav .nav_list ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
	.ly_nav .nav_list ul > li a { display:block; width: 100%; line-height:60px; color:#333; font-size:16px; text-align:left; padding:0 60px 0 20px; border-bottom:1px solid rgba(85, 87, 89, 0.1); -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 { background-color:#cf121c;}
	.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff; border-bottom:1px solid #cf121c;}
	.ly_nav .nav_list > ul > li > em { margin:0; left:20px;}
	.ly_nav .nav_list > ul > li i { display:block; width:60px; height:60px; background-size:14px 9px; position:absolute; top:0; right:0;}
	.ly_nav .nav_list > ul > li i.cur { background-size:14px 9px;}
	.ly_nav .nav_list > ul > li ul { width:100%; overflow:hidden; position:inherit; left:inherit; top:inherit; background-color:#f8f8f8; box-shadow:none; border:0; border-radius:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
	.ly_nav .nav_list > ul > li:hover > em, .ly_nav .nav_list > ul > li.active > em { display:none;}
	.ly_nav .nav_list > ul > li ul li a { height:48px; line-height:48px; color:#888; text-align:left; border:0; padding:0 40px;}
	
	.ly_nav .nav_menu { display: block; width:22px; padding:11px 9px; background-color:#cf121c; border-radius:0; margin: 0; position:absolute; top:30px; right:0;}
	.ly_nav .nav_menu span { display: block; width: 100%; height: 2px; background-color: #fff; border-radius: 1px;}
	.ly_nav .nav_menu span + span { margin-top: 6px;}
	.ly_nav .open { width:100%; overflow: auto; left: 0%;}	
	.ly_nav .nav_menu:active { background-color:#cf121c;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_nav { height:0; margin:0;}
	.ly_nav .nav_list { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
	.ly_nav .nav_list ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999;}
	.ly_nav .nav_list .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
	.ly_nav .nav_list ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
	.ly_nav .nav_list ul > li a { display:block; width: 100%; line-height:60px; color:#333; font-size:16px; text-align:left; padding:0 60px 0 20px; border-bottom:1px solid rgba(85, 87, 89, 0.1); -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 { background-color:#cf121c;}
	.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff; border-bottom:1px solid #cf121c;}
	.ly_nav .nav_list > ul > li > em { margin:0; left:20px;}
	.ly_nav .nav_list > ul > li i { display:block; width:60px; height:60px; background-size:14px 9px; position:absolute; top:0; right:0;}
	.ly_nav .nav_list > ul > li i.cur { background-size:14px 9px;}
	.ly_nav .nav_list > ul > li ul { width:100%; overflow:hidden; position:inherit; left:inherit; top:inherit; background-color:#f8f8f8; box-shadow:none; border:0; border-radius:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
	.ly_nav .nav_list > ul > li:hover > em, .ly_nav .nav_list > ul > li.active > em { display:none;}
	.ly_nav .nav_list > ul > li ul li a { height:48px; line-height:48px; color:#888; text-align:left; border:0; padding:0 40px;}
	
	.ly_nav .nav_menu { display: block; width:22px; padding:11px 9px; background-color:#cf121c; border-radius:0; margin: 0; position:absolute; top:20px; right:0;}
	.ly_nav .nav_menu span { display: block; width: 100%; height: 2px; background-color: #fff; border-radius: 1px;}
	.ly_nav .nav_menu span + span { margin-top: 6px;}
	.ly_nav .open { width:100%; overflow: auto; left: 0%;}	
	.ly_nav .nav_menu:active { background-color:#cf121c;}
}
@media (max-width: 767px) {
	.ly_nav { height:0; margin:0;}
	.ly_nav .nav_list { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
	.ly_nav .nav_list ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999;}
	.ly_nav .nav_list .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
	.ly_nav .nav_list ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
	.ly_nav .nav_list ul > li a { display:block; width: 100%; line-height:48px; color:#555; font-size:16px; text-align:left; padding:0 48px 0 20px; border-bottom:1px solid rgba(85, 87, 89, 0.1); -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 { background-color:#cf121c;}
	.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff; border-bottom:1px solid #cf121c;}
	.ly_nav .nav_list > ul > li > em { margin:0; left:20px;}
	.ly_nav .nav_list > ul > li i { display:block; width:48px; height:48px; background-size:14px 9px; position:absolute; top:0; right:0;}
	.ly_nav .nav_list > ul > li i.cur { background-size:14px 9px;}
	.ly_nav .nav_list > ul > li ul { width:100%; overflow:hidden; position:inherit; left:inherit; top:inherit; background-color:#f8f8f8; box-shadow:none; border:0; border-radius:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
	.ly_nav .nav_list > ul > li:hover > em, .ly_nav .nav_list > ul > li.active > em { display:none;}
	.ly_nav .nav_list > ul > li ul li a { height:48px; line-height:48px; color:#888; text-align:left; border:0; padding:0 20px 0 40px;}	
	.ly_nav .nav_menu { display: block; width:22px; padding:11px 9px; background-color:#cf121c; border-radius:0; margin: 0; position:absolute; top:20px; right:0;}
	.ly_nav .nav_menu span { display: block; width: 100%; height: 2px; background-color: #fff; border-radius: 1px;}
	.ly_nav .nav_menu span + span { margin-top: 6px;}
	.ly_nav .open { width:100%; overflow: auto; left: 0%;}	
	.ly_nav .nav_menu:active { background-color:#cf121c;}
}
/*导航栏 结束*/
/*头部 结束*/