*{padding:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
html{}
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:15px/1.5 Microsoft Yahei,微软雅黑,Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:15px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
address,cite,code,em,th{ 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: "Youshebiaotihei";src: url(../fonts/Youshebiaotihei.ttf);}
@font-face {font-family: "impact";src: url(../fonts/impact.ttf);}
/* 设置滚动条的样式 */
::-webkit-scrollbar { width:0px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#ddd; width:1px; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#2e89ff;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#2e89ff;}

/* 按钮样式去除*/
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;}
@media screen and (max-width:1440px){
    .w1400{ width:94%;}	
}
@media screen and (max-width:1080px){
    .w1400{ width:94%;}	
}

/**top start**/
header .top_two{ width:100%; height:98px; background:#fff;box-shadow: 0 0 10px rgb(0,0,0,.1);z-index: 99;position: relative;}
header .top_two .w1400{height:100%;}
header .top_two .logo{ float:left; margin-top:14px; width:380px;}
header .top_two .logo img{ width:100%;}
header .top_two .w1400 nav {width: 60%; margin:0;padding:0;float:right;}
.menu_open { display: none;}
header .top_two .w1400 nav ul.nav_ul{ margin:0 auto; padding:0; display: flex;}
header .top_two .w1400 nav ul .nav_item { position: relative; margin:0; padding:30px 2%; -webkit-flex:1; -ms-flex:1; -moz-flex:1;}
header .top_two .w1400 nav ul .nav_item:last-child{ padding-right:0;}
.nav_item > a {display: block;width: 100%;height: 100%;line-height:38px;color: #555;font-size: 18px;text-align: center;-webkit-transition: all .4s;transition: all .4s; position:relative;}
.nav_item:hover > a, .nav_item > a.navon {color: #fff; background:#2e89ff;}
.nav_item_open { width: 140%; height: auto; position: absolute; left: -10%; top: 100px; z-index: 10; background-color:#fff; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }

.ny_top .nav_item_open { background-color:#fff;}
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
.subopen { display: none; }
.nav_item2 { width: 100%;}
.nav_item2 a { display: block; width:100%; height:44px; overflow:hidden; line-height:44px; padding: 0 10px; color: #666; font-size: 15px; white-space:nowrap; text-overflow: ellipsis; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ny_top .nav_item2 a { color:#565656;}
.nav_item2:hover a { background-color: #2e89ff; color: #fff;}
.hcover { display: none;}
@media screen and (max-width:1299px){
	header .top_two .logo{ margin-top:16px;width:340px;}
	.nav_item > a { font-size:16px;}
	header .top_two .w1400 .top_ss{ float:right;width: calc(42% - 240px); margin-top:35px;}
}
@media screen and (max-width:1080px){
	header .top_two{ height:80px;}
	header .top_two .w1400{ position:relative;}
	header .top_two .logo{ margin-top:7px;}
	header .top_two .w1400 nav { width:100%; height:auto; position:absolute; left:-100%; background:#fff;}
	header .top_two .w1400 nav ul li{ width:100%;}
	header .top_two .w1400 nav ul .nav_item{ padding:0;}
	header .top_two .w1400 nav ul .nav_item:last-child{ padding:0;}
	.menu_open { display: block; float: right; width: 40px; height: 40px; padding: 5px 0; border: 1px solid #eaeaea; position: fixed; top: 20px; right: 3%; box-sizing: border-box; z-index: 999999; cursor: pointer }
	.menu_open i { height: 2px; width: 50%; background-color: #2e89ff; display: block; margin: 5px auto; }
	.menu_open:active { background-color: #2e89ff; border: 1px solid #2e89ff; }
	.menu_open:active i { background-color: #fff; }	
	
	.nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 9999999;background-color: #2e89ff;}
	.hcover { display: block; width: 50%; height: 100%; background: rgba(0,0,0,.5); position: fixed; right: -50%; top: 0; z-index: 9999999; }
	.nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 10px; text-align: left; display:block !important;}
	.nav_item { float: none; margin: 0; width: 100%; height: 70px; position: relative; padding:0;}
	.nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255,255,255,.2);}
	.nav_item > a { display: block; height: 70px; line-height: 70px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0; font-size: 18px; color: #fff !important; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
	.nav_item > a:active { background-color: #0065a4; }
	.nav_item > a:after { display: none; }
	.nav_item > a:hover, .nav_item > a.navon {background: #ffd542;}
	.nav_item:hover > a em, .nav_item > a.navon em{ display:none;}
	.nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; display: block; }
	.nav_item i:after { content: ''; display: block; width: 8px; height: 8px; margin-bottom: -4px; border: 1px solid rgba(255,255,255,.5); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 22px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
	.nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #2e89ff; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; border-top: none; }
	.subopen { display: block; }
	.subopen a { display: block; overflow: hidden; margin: 0; padding: 15px; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; color: rgba(255,255,255,.8); background: rgba(0,0,0,.1); text-indent: 30px; position: relative; }
	.subopen a:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: 50%; left: 22px; margin-bottom: -4px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255,255,255,.5); border-right: 0; border-bottom: 0; }
	.nav_item2 { position: relative; }
	.nav_item2 a { width: 100%; display: block; line-height: 30px; height: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden; margin: 0; padding: 10px; white-space: nowrap; text-overflow: ellipsis; color: #fff; font-size: 16px; }
	.nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(255,255,255,.2); }
	
	header .top_two .w1400 .top_ss{ float:right; margin-right:60px;width: calc(100% - 340px); margin-top:20px;}
	header .top_two .w1400 .top_ss .sr{height:40px; line-height:40px;}
    header .top_two .w1400 .top_ss .tj{ height:40px;}
}
@media screen and (max-width:1024px){
	.menu_open { right:3%;}
}
@media screen and (max-width:768px){
	.menu_open{ top:20px;}
	header .top_two .w1400 .top_ss{ width:100%; margin:0 0 10px;}
	header .top_two .logo{ width:280px;margin-top:14px;}
}
@media screen and (max-width:319px){
	header .top_two{ height:60px;}
	header .top_two .logo{ width:200px; margin-top:11px;}
	.menu_open{ top:10px;}
}

/**top end**/

/*热门关键词&搜索 start*/
.ly_hotkw_search { width: 100%; height: 78px; margin: 0 auto; padding: 0; background-color: #2e89ff; position: relative; z-index: 9; }
.ly_hotkw_search .hotkw_search { height: 100%; overflow: hidden; margin: 0 auto; padding: 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.hotkw_search .hotkw_left { float: left; width: 66%; height: 50px; overflow: hidden; color: #fff; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0;margin-top:22px; }
.hotkw_search .hotkw_left span { color: #fff; font-size:18px; font-weight: bold; display: inline-block;margin-left: 7px;}
.hotkw_search .hotkw_left a {color: #fff; border-right: 1px solid rgba(255,255,255,.2); padding: 0 12px; text-align: center; }
.hotkw_search .search_right { float: right; width:26%; height: 38px; overflow: hidden; margin: 20px 0 0 0; padding: 0 68px 0 0; position: relative;}
.hotkw_search .search_right .sc_ipt { width: 100%; height:38px; overflow: hidden; margin: 0; padding: 0; }
.hotkw_search .search_right .sc_ipt input { display: block; width: 100%; height:38px; overflow: hidden; line-height:38px;font-size: 14px; white-space: nowrap; text-overflow: ellipsis;border-right: 0; outline: none; margin: 0; padding: 0 9px 0 17px; border:none; border-radius:20px 0 0 20px;}
.hotkw_search .search_right .sc_btn { width: 80px; height:38px; overflow: hidden; margin: 0; padding: 0; position: absolute; top: 0; right: 0; }
.hotkw_search .search_right .sc_btn input { display: block; width: 100%; height: 38px; overflow: hidden; line-height: 50px; color: #fff; font-size: 18px; text-align: center; background: #ffd542 url(../images/ssico.png) center no-repeat; border: none; outline: none; cursor: pointer; border-radius: 0; font-weight: bold;border-radius:0 20px 20px 0; }
.ny_hotkw_search{width: 100%; height: 90px; margin: 0 auto; padding: 0; background-color: #ffffff; position: relative; z-index: 9; border-bottom:1px solid #ddd;}
.ny_hotkw_search .nyhotkw_left{ width:65%; float:left; height:55px; margin-top:35px;}
.ny_hotkw_search p { font-size:16px; color:#666;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ny_hotkw_search p a{ color: #666;} 
.ny_hotkw_search p img.Crumb { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0;}
.ny_hotkw_search p img.CrumbJt { display:inline-block; width:12px; height:12px; vertical-align:middle; margin:-2px 8px 0;}
.ny_hotkw_search .search_right { float: right; width: 30%; height: 50px; overflow: hidden; margin: 20px 0 0 0; padding: 0 68px 0 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ny_hotkw_search .search_right .sc_ipt { width: 100%; height: 50px; overflow: hidden; margin: 0; padding: 0; }
.ny_hotkw_search .search_right .sc_ipt input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #ccc; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; border: 1px solid #ccc; border-right: 0; outline: none; margin: 0; padding: 0 9px 0 17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ny_hotkw_search .search_right .sc_btn { width: 80px; height: 50px; overflow: hidden; margin: 0; padding: 0; position: absolute; top: 0; right: 0; }
.ny_hotkw_search .search_right .sc_btn input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 18px; text-align: center; background-color: #06a6d8; border: none; outline: none; cursor: pointer; border-radius: 0; font-weight: bold; }
@media screen and (max-width:1023px) and (min-width:768px) {
.hotkw_search .hotkw_left { display: none; }
.hotkw_search .search_right { width: 100%; }
.hotkw_search .search_right .sc_btn { width: 150px; }
.ny_hotkw_search{ height:auto; padding: 0 0 25px;}
.ny_hotkw_search .nyhotkw_left{ width:100%; margin-top:20px; height:40px;}
.ny_hotkw_search .search_right{ width:100%; margin:0;}
}
@media screen and (max-width:767px) {
.hotkw_search .hotkw_left { display: none; }
.hotkw_search .search_right { width: 100%; margin: 15px 0 0 0;}
.ly_hotkw_search{ height:68px;}
.ny_hotkw_search .nyhotkw_left{ width:100%; margin-top:15px; height:35px;}
.ny_hotkw_search .search_right{ width:100%; margin:0;}
.ny_hotkw_search p{ font-size:14px;}
.ny_hotkw_search .search_right .sc_ipt { height: 45px; }
.ny_hotkw_search .search_right .sc_ipt input{ height:45px; line-height:45px; font-size:15px;}
.ny_hotkw_search .search_right .sc_btn { height: 45px; }
.ny_hotkw_search .search_right .sc_btn input { height: 45px; line-height: 45px; }
.ny_hotkw_search .search_right .sc_btn input { font-size: 16px; }
}
/*热门关键词&搜索 end*/


/*footer*/
footer{ background:#242424; overflow:hidden;}
footer .footup{ width:100%;}
footer .footup ul{width:60%; float:left;display: -webkit-flex;display: flex;flex-wrap: wrap;}
footer .footup ul li{ float:left; width:30%; padding:60px 0 60px 46px;position:relative;}
footer .footup ul li:before{ content:""; width:1px; height:100%; background:#3a3a3a; position:absolute; left:0; top:0;}
footer .footup ul li:after{content:""; display:block; width:41px; height:41px; background:#242424 url(../images/footli2.png) center no-repeat; border:1px solid #3a3a3a; border-radius:50%; position:absolute; left:-21px; top:60px; z-index:2;}
footer .footup ul li:nth-of-type(1){ width:40%;}
footer .footup ul li:nth-of-type(1):after{background:#242424 url(../images/footli1.png) center no-repeat;}
footer .footup ul li:nth-of-type(3):after{background:#242424 url(../images/footli3.png) center no-repeat;}
footer .footup ul li p{ width:100%; font-size:20px; color:#fff;}
footer .footup ul li a{ display:block;width:100%; font-size:16px; color:rgba(255,255,255,.3); margin-top:18px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis; transition: all .4s ease;}
footer .footup ul li a:hover{ color:#fff;}
footer .footup ul li a:nth-of-type(1){ margin-top:35px;}
footer .footewm{float:right; text-align:center; margin-top:60px;margin-right:60px;}
footer .footewm .ewmjpg{ width:166px; height:166px; background:#fff; border-radius:5px; position:relative;}
footer .footewm .ewmjpg img{ max-width:100%; max-height:100%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;}
footer .footewm p{ font-size:16px; color:#fff; margin-top:22px;}
footer .foot_copy { width:100%; overflow:hidden; border-top:1px solid #3a3a3a;}
footer .foot_copy_main p { height:70px; line-height:70px; color:rgba(255,255,255,.3);margin:0; padding:0; font-size:16px; margin-right:60px;}
footer .foot_copy_main p a{color:rgba(255,255,255,.3);font-size:16px;}
footer .foot_copy_main p a:hover { color:#fff;}
@media screen and (max-width:1199px){
	footer .footup ul{ width:70%;}
	footer .footewm,footer .foot_copy_main p { margin-right:0;}
}
@media screen and (max-width:1079px){
	footer .footup ul li{ padding:40px 0 40px 40px;}
	footer .footup ul li p{ font-size:18px;}
	footer .footup ul li a{ font-size:15px; margin-top:10px;}
	footer .footup ul li a:nth-of-type(1) {margin-top: 20px;}
	footer .footup ul li:after{ width:37px; height:37px; top:35px;}
	footer .footewm{margin-top:40px;}
	footer .footewm .ewmjpg{ width:150px; height:150px;}
	footer .footewm p{ font-size:15px;margin-top:12px;}
	footer .foot_copy{ padding:15px 0;}
	footer .foot_copy_main p {font-size:15px; float:left; height:30px; line-height:30px;}
	footer .foot_copy_main p a{font-size:15px;}
}
@media screen and (max-width:767px){
	footer .footup ul{ display:none;}
	footer .footewm{ margin:25px 0; float:none;}
	footer .footewm .ewmjpg{ margin:0 auto;}
	footer .foot_copy_main p{ float:none; text-align:center; height:auto; line-height:26px;}
}

/*在线客服*/
.kfView4{background-color: #1173f2;border: 2px solid #2e89ff;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: 999;}
.kfView4 ul{margin: 0;padding-top: 45px;color:#fff;}
.kfView4 ul li{position: relative;}
.kfView4 ul li:nth-of-type(1),.kfView4 ul li:nth-of-type(4),.kfView4 ul li:nth-of-type(6){ display:none;}
.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: #2e89ff;}
.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 -218px}
.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}
.kefu:hover ul li a{display: block}
.kfView4 ul li p{ position: absolute; top:-72px; right: 82px; width:0; padding: 0 ; font-size: 14px; line-height: 24px; text-align: left; color:#fff; background: #1173f2; display: block; opacity: 0;transition: all .4s ease-in-out .1s;overflow: hidden;z-index: 201; padding:15px;}
.kfView4 ul li:nth-of-type(3) p{ top:0;}
.kfView4 ul li:hover p{ width:150px; opacity: 1;}
.kfView4 ul li .wechat p {}
/*在线客服*/
@media (max-width:800px) {
	.kfView4 { width:60px; border-radius:8px; right:2px; top:40%;}
	.kfView4 a.kefu-lx { display:none;}
	.kfView4 ul { padding:0;}
	.kfView4 ul li:nth-child(1), .kfView4 ul li:nth-child(4), .kfView4 ul li:nth-child(5) { display:none;}
	.kfView4 ul li p { display:none!important;}
	.kfView4 ul li a { font-size:12px;}
}
@media (max-width: 767px) {
	#KFRightScreen { display:none!important;}
}
/*ly_Foot end*/

/*NyBanner start*/
.NyBanner { width:100%; height:460px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyBanner img.nyBa_Img { display:block; width:1920px; height:550px; margin:0; padding:0; position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.NyBanner .NyBa_Con { width:1400px; height:auto; margin:0; padding:0; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyBa_Con p { width:100%; height:auto; line-height:40px; color:#fff; font-size:36px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.NyBa_Con i { display:block; width:40px; height:3px; margin:10px auto 15px; padding:0; background-color:#ffd542;}
.NyBa_Con span { display:block; width:100%; height:auto; line-height:30px; color:rgba(255,255,255,0.25); font-size:24px; text-align:center; margin:0 auto; padding:0;text-transform: uppercase;}
@media (max-width:1680px) {
	.NyBanner { height:420px;}
	.NyBanner img.nyBa_Img { width:1753px; height:420px;}
}
@media (max-width:1600px) {
	.NyBanner { height:400px;}
	.NyBanner img.nyBa_Img { width:1670px; height:400px;}	
}
@media (max-width:1440px) {
	.NyBanner { height:360px;}
	.NyBanner img.nyBa_Img { width:1503px; height:360px;}	
	.NyBa_Con p { line-height:36px; font-size:32px;}
	.NyBa_Con span { font-size:20px;}
	.NyBa_Con i { margin:10px auto;}
}
@media (max-width:1366px) {
	.NyBanner { height:320px;}
	.NyBanner img.nyBa_Img { width:1336px; height:320px;}	
}
@media (max-width:1280px) {
	.NyBanner {height:300px;}
	.NyBanner img.nyBa_Img { width:1250px; height:300px;}	
	.NyBa_Con p { line-height:32px; font-size:30px;}
	.NyBa_Con span { line-height:20px; font-size:18px;}
	.NyBa_Con i { height:2px;}
}
@media (max-width:1200px) {
	.NyBanner {height:290px;}
	.NyBanner img.nyBa_Img { width:1210px; height:290px;}
}
@media (max-width:1080px) {
	.NyBanner { height:280px;}
	.NyBanner img.nyBa_Img { width:1169px; height:280px;}
	.NyBa_Con p { line-height:30px; font-size:26px;}
	.NyBa_Con span { font-size:16px;}
}
@media (max-width:1024px) {
	.NyBanner { height:320px;}
	.NyBanner img.nyBa_Img { width:1117px; height:320px;}
}
@media (max-width:800px) {
	.NyBanner { height:250px;}
	.NyBanner img.nyBa_Img { width:1043px; height:250px;}
}
@media (max-width:767px) {
	.NyBanner {height:200px;}
	.NyBanner img.nyBa_Img { width:835px; height:200px;}
	.NyBa_Con p { font-size:24px;}
	.NyBa_Con span { font-size:14px;}
	.NyBa_Con i { width:30px; margin:5px auto;}	
}
@media (max-width:375px) {
	.NyBanner { height:160px;}
	.NyBanner img.nyBa_Img { width:559px; height:160px;}
}
@media (max-width:320px) {
	.NyBanner { height:140px;}
	.NyBanner img.nyBa_Img { width:489px; height:140px;}
	.NyBa_Con p { font-size:22px;}
}
/*NyBanner end*/

/*NyCrumb start*/
.NyCrumb { width:100%; height:auto; margin:0 auto 58px; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyCrumb .NyCrumb_Main { width:1400px; height:70px; margin:0 auto; padding:0; background-color:#fff; position:relative; }
.NyCrumb_Main ul { float:left;}
.NyCrumb_Main ul li { height:70px; float:left; position:relative;}
.NyCrumb_Main ul li em { display:block; width:1px; height:18px; margin:26px auto; padding:0; background-color:#ddd;}
.NyCrumb_Main ul li a { display:block; width:auto; height:70px; overflow:hidden; line-height:70px; color:#333; font-size:20px; font-weight:bold; margin:0; padding:0 60px;}
.NyCrumb_Main ul li.NyActive a, .NyCrumb_Main ul li:hover a { background-color:#2e89ff; color:#fff;}
.NyCrumb_Main p { width:auto; max-width:72%; height:70px; overflow:hidden; line-height:50px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis;float:right;padding: 10px 28px 10px 0;}
.NyCrumb_Main p img.Crumb { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0;}
.NyCrumb_Main p img.CrumbJt { display:inline-block; width:12px; height:12px; vertical-align:middle; margin:-2px 8px 0;}
.NyCrumb_Main p a { color:#333;}
.NyCrumb_Main p a:hover { color:#2e89ff;}
.NyCrumb_Main p span { color:#999;}
@media (max-width:1440px) {
	.NyCrumb { margin:0 auto 40px;}
	.NyCrumb .NyCrumb_Main { width:100%; height:60px;}
	.NyCrumb_Main ul li { height:60px;}
	.NyCrumb_Main ul li a { height:60px; line-height:60px; font-size:18px; padding:0 40px;}
	.NyCrumb_Main p { height:60px; line-height:40px; font-size:15px;}
	.NyCrumb_Main ul li em { margin:21px auto;}
}
@media (max-width:1200px) {
	.NyCrumb_Main ul li a { padding:0 30px;}
	.NyCrumb_Main p { font-size:14px;}
}
@media (max-width:1024px) {
	.NyCrumb { margin:0 auto 30px;}
	.NyCrumb_Main ul li a { font-size:16px;}
}
@media (max-width:800px) {
	.NyCrumb { margin:0 auto 25px;}
	.NyCrumb .NyCrumb_Main { height:50px;}
	.NyCrumb_Main ul li { height:50px;}
	.NyCrumb_Main ul li a { height:50px; line-height:50px; padding:0 20px;}
	.NyCrumb_Main p { height:50px; padding:5px 15px 5px 0;}
	.NyCrumb_Main p img.CrumbJt { margin:-2px 6px 0;}
	.NyCrumb_Main ul li em { margin:16px auto;}
}
@media (max-width:767px) {
	.NyCrumb { margin:0 auto 16px;}
	.NyCrumb .NyCrumb_Main { height:auto;}
	.NyCrumb_Main ul { width:100%; border-bottom:1px solid #f0f0f0; float:inherit;}
	.NyCrumb_Main ul li a { font-size:15px;}
	.NyCrumb_Main p { width:100%; max-width:100%; height:auto; line-height:30px; margin:0 auto; padding:10px 12px;}
}

/*产品分类 start*/
.proleft { width:305px; overflow:hidden; float:left;}
.proleft .cp_type{background-color:#2e89ff; padding:26px 0 0;}
.cp_type .hd { width:100%; height:auto; margin:0 auto 26px; padding:0 30px;text-align:center;position:relative;}
.proleft .cp_type .hd:before{ content:""; display: block; background:url(../images/flbtbg1.png) left no-repeat; width:89px; height:165px; position:absolute; left:0; top:-26px;}
.proleft .cp_type .hd:after{content:""; display: block; background:url(../images/flbtbg2.png) left no-repeat; width:119px; height:179px; position:absolute; right:0; bottom:-25px;}
.cp_type .hd p { width:100%; color:#fff; font-size:40px; font-weight:bold; text-transform:uppercase;}
.cp_type .hd p img { display:block; width:28px; height:28px; margin:2px 10px 2px 0; padding:0; float:left;}
.cp_type .hd span { display:block;color:#fff; font-size:24px;}
.cp_type .hd i { display:none;}
.cp_type .hd em{ display:block; width:30px; height:5px; background:rgba(255,255,255,.3);margin:5px auto;}

.cp_type .bd{ position:relative; z-index:2;}
.cp_type .bd ul{background:#222; overflow:hidden;min-height: 200px;}
.cp_type .bd ul li {border-bottom:0px solid rgba(255,255,255,.3); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.cp_type .bd ul li p { height:74px;width: 88%; margin: 0 auto;position:relative; border-bottom:1px solid rgba(255,255,255,.3);}
.cp_type .bd ul li:last-child p{ border-bottom:0;}
.cp_type .bd ul li.on:last-child p{ border-bottom:1px solid rgba(255,255,255,.3);}
.cp_type .bd ul li p a { display:block;width: calc(100% - 40px); line-height:74px; padding:0; overflow: hidden;color:#fff; font-size:17px; white-space:nowrap; text-overflow: ellipsis; float:left;}
.cp_type .bd ul li p span { display:block; width:40px; height:100%; background:url(../images/mulu0.png) center center no-repeat; cursor:pointer; position:absolute; top:0; right:-5px;}
.cp_type .bd ul li div { display:none;}
.cp_type .bd ul li div a { display:block; height:40px; line-height:40px; color:rgba(255,255,255,.5); font-size:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;width: 88%;margin: 0 auto; padding:0 10px;}
.cp_type .bd ul li div a:first-child { margin-top:15px;}
.cp_type .bd ul li:last-child div a:last-child { margin-bottom:15px;}
.cp_type .bd ul li div a i { display:block; width:4px; height:4px; margin:13px 6px 13px 0; padding:0; border:1px solid #999; border-radius:50%; float:left;}
.cp_type .bd ul li div a:hover i { border:1px solid #2e89ff;}
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color:#2e89ff;}
.cp_type .bd ul li p:hover span { background:url(../images/mulu1.png) center center no-repeat;}
.cp_type .bd ul li.on p span { background:url(../images/mulu2.png) center center no-repeat;}
.cp_type .bd ul li div a:hover { color:#2e89ff;}
.cp_type .bd ul li div a:hover:before{ background-position:0 -10px;}
.cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:92%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd ul a.ckqb:hover { background:#2e89ff; color:#fff;}

.ProAll { width:100%; height:auto;border-top: 1px solid #eee;margin-top: 12px;}
.ProAll a { display:block; width:100%; height:58px; line-height:58px; overflow:hidden; color:#333; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 30px; position:relative;}
.ProAll a i { display:block; width:40px; height:100%; margin:0; padding:0; background:url(../images/mulu0.png) center center no-repeat; position:absolute; top:0; right:15px;}
.ProAll a:hover { background:#2e89ff; color:#fff;}
.ProAll a:hover i { background:url(../images/mulu1.png) center center no-repeat;}

.cp_type .mlphone{ width:100%; background:#2e89ff; text-align:center; padding:30px 0 40px;}
.cp_type .mlphone span{ color:#fff; font-size:20px; text-transform:uppercase;}
.cp_type .mlphone p{color:#fff; font-size:30px; font-weight:bold; margin:2px 0 16px;}
.cp_type .mlphone .allpro{ display:block; width:112px; height:37px; margin:0 auto;line-height:37px; text-align:center; color:#fff; font-size:15px; background:#222; transition: all .4s ease;}
.cp_type .mlphone .allpro:hover{background: #ffd542; color:#333;}

@media screen and (max-width:1399px){
	.proleft{ width:255px;}
	.cp_type .hd{margin: 0 auto 20px; padding:0 20px;}
	.cp_type .hd p{font-size:30px;}
	.cp_type .hd span{font-size:20px;}
	.cp_type .bd ul li p{ height:68px;}
	.cp_type .bd ul li p a{ line-height:68px;}
	.cp_type .bd ul li div a{height: 40px;line-height: 40px;}
	.ProAll a{font-size: 15px; padding: 0 20px;}
	.ProAll a i{ right:5px;}
}
@media screen and (max-width:1079px){
	.proleft{ width:100%;}
	.proleft .cp_type{ padding:10px 0 1px;}
	.cp_type .hd{ position:relative; padding:0 30px; text-align:left;margin: 0 auto 10px;}
	.proleft .cp_type .hd:before,.proleft .cp_type .hd:after{ display:none;}
	.cp_type .hd i{ display:block;  width: 40px;height: 40px; margin: 0; padding: 0;background: rgba(255,255,255,0.3) url(../images/mulu3.png) center center no-repeat; position: absolute;top:-3px;right:30px;}
	.cp_type .hd.on i{background: rgba(255,255,255,0.3) url(../images/mulu4.png) center center no-repeat;}
	.cp_type .hd p{ font-size:24px;}
	.cp_type .hd em{ display:none;}
	.cp_type .hd span{ font-size:22px; font-weight:bold;}
	.cp_type .bd {display: none;}
	.cp_type .bd ul li p a{font-size: 16px;}
	.cp_type .bd ul li p span{}
	.ProAll a{font-size: 16px; padding: 0 30px;}
	.ProAll a i{ right:15px;}
	.cp_type .mlphone{ display:none;}
}
@media screen and (max-width:767px){
	.cp_type .hd{padding:0 20px;}
	.cp_type .hd p,.NyXgwz_Title p{ font-size:20px;}
	.cp_type .hd i{ right:20px;width: 34px;height: 34px;top:-1px;}
	.cp_type .hd span{ font-size:20px;}
	.cp_type .bd ul li p{ height:58px;}
	.cp_type .bd ul li p a{ line-height:58px;}
}
/*产品分类 end*/