@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.5 "Helvetica", 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;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
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;}
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);
}


/* 设置滚动条的样式 */
::-webkit-scrollbar { width:6px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#1f1f1f;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#1f1f1f;}


/**top start**/
.subMenu { width: 100%; height:88px; background-color:rgba(255,255,255,0); border-bottom:1px solid rgba(255,255,255,0.1); position: absolute; top: 0; z-index:9999; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.fxd { background-color:rgba(255,255,255,1); border-bottom:1px solid rgba(255,255,255,1); box-shadow:0 3px 6px rgba(0,0,0,0.1);}

.ly_top { width:100%; height:88px; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_top .lytop_main { width:100%; max-width:1600px; height:88px; margin:0 auto; padding:0; position:relative;}
.lytop_main .ly_logo { width:20%; height:60px; margin:0 4% 0 0; padding:14px 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.logo1 {display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0;}
.ly_logo a img.logo2 { display:none;}
.fxd .ly_logo a img.logo2 {display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0;}
.fxd .ly_logo a img.logo1 { display:none;}

.ly_nav { width:54%; height:88px; margin:0; padding:0; float:left;}
.nav_ul { height:88px; margin:0 auto; padding:0; display: flex;}
.nav_item { position: relative; margin:0; padding: 0; -webkit-flex:1; -ms-flex:1; -moz-flex:1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.nav_item:hover {}
.nav { width:100%; height: 88px; margin: 0 auto; padding: 0; position: relative;}

.nav_item > a { display: block; width: 100%; height: 88px; line-height: 88px; color: #fff; font-size: 16px; text-align: center; -webkit-transition: all .4s; transition: all .4s; position:relative;}
.nav_item > a em { display:none; width:40px; height:3px; overflow:hidden; margin:0 0 0 -20px; background-color:#fff; position:absolute; bottom:0; left:50%;}
.nav_item:hover > a, .nav_item > a.navon { color:#fff;}
.nav_item:hover > a em, .nav_item > a.navon em { display:block;}

.fxd .nav_item > a { color:#333;}
.fxd .nav_item > a em { background-color:#184d8f;}
.fxd .nav_item:hover > a, .fxd .nav_item > a.navon { color:#184d8f;}

.menu_open { display: none;}

.nav_item_open { width: 140%; height: auto; position: absolute; left: -20%; top: 100%; 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: 14px; 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: #184d8f; color: #fff;}
.hcover { display: none;}

.ly_right { width:88px; height:88px; margin:0; padding:0; background:url(../images/sc_icon.png) center center no-repeat; background-size:44px 44px; border-left:1px solid rgba(255,255,255,0.1); float:right; cursor:pointer;}
.ly_right:hover { background-color:#0d5198; border-left:0;}
.ly_right .lytop_sc { width:100%; overflow:hidden; margin:0; padding:20px; position:absolute; left:0; top:88px; background-color:rgba(0,30,61,0.5); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s;}
.ly_right:hover .lytop_sc { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
.lytop_sc form { display:block; width:100%; height:48px; overflow:hidden; margin:0; padding:0 120px 0 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lytop_sc form .ly_ipt { display:block; width:100%; height:48px; overflow:hidden; margin:0; padding:0; background-color:#fff; border-radius:24px 0 0 24px;}
.ly_ipt input { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#666; font-size:15px; margin:0; padding:0 24px; border:0; outline:none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lytop_sc form .ly_btn { width:120px; height:48px; overflow:hidden; margin:0; padding:0; position:absolute; top:0; right:0;}
.ly_btn input { display:block; width:120px; height:48px; overflow:hidden; line-height:48px; color:#fff; font-size:18px; text-indent:24px; margin:0; padding:0; border-radius:0 24px 24px 0; background:#0264c9 url(../images/sc_icon.png) 20px center no-repeat; background-size:32px 32px; border:none; outline:none; cursor:pointer;}
.fxd .ly_right { background:url(../images/sc_icon1.png) center center no-repeat; background-size:44px 44px; border-left:1px solid rgba(13,81,152,0.1);}
.fxd .ly_right:hover { background:#0d5198 url(../images/sc_icon.png) center center no-repeat; background-size:44px 44px; border-left:0;}
@media screen and (width:1600px){
	.ly_top { padding:0 40px;}
	.ly_top .lytop_main { max-width:inherit;}
}
@media screen and (min-width:1440px) and (max-width:1599px) {
	.ly_top { padding:0 40px;}
	.ly_top .lytop_main { max-width:inherit;}
	.lytop_main .ly_logo { width:16%;}
	.ly_nav { width:64%;}
}
@media screen and (min-width:1360px) and (max-width:1439px) {
	.ly_top { padding:0 40px;}
	.ly_top .lytop_main { max-width:inherit;}
	.lytop_main .ly_logo { width:16%;}
	.ly_nav { width:64%;}
}
@media screen and (min-width:1280px) and (max-width:1359px) {
	.ly_top { padding:0 40px;}
	.ly_top .lytop_main { max-width:inherit;}
	.lytop_main .ly_logo { width:16%;}
	.ly_nav { width:64%;}
}
@media screen and (min-width:1024px) and (max-width:1279px) {
	.ly_top { width:100%; height:88px; margin:0 auto; padding:0 40px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.ly_top .lytop_main { width:100%; height:88px; margin:0 auto; padding:0;}
	.lytop_main .ly_logo { width:250px; height:60px; margin:0 10px 0 0; padding:14px 0; float:left;}
	
	.ly_nav { width:auto;}
	.menu_open { display: block; float: right; width: 88px; height: 88px; padding: 24px 0; position: absolute; top:0; right:88px; box-sizing: border-box; z-index: 98; cursor: pointer}
    .menu_open i { width: 28px; height: 2px; background-color: #fff; display: block; margin: 9px auto;}
	.menu_open:hover, .menu_open:active { background-color:#184d8f;}
	.menu_open:hover i, .menu_open:active i { background-color: #fff;}
	
	.fxd .menu_open i { background-color:#184d8f;}
	.fxd .menu_open:hover, .fxd .menu_open:active { background-color:#184d8f;}
	.fxd .menu_open:hover i, .fxd .menu_open:active i { background-color:#fff;}
	
    .nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 100; overflow: hidden; background-color:rgba(13,81,152,0.98);}
    .hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .7); position: fixed; right: -50%; top: 0; z-index: 99; }
    .nav_ul { display: block; margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding: 0; text-align: left; }
    .nav_item { float: none; margin: 0; width: 100%; height: 80px;}
    .nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav_item > a { display: block; margin: 0; height: 80px; line-height: 80px; color:rgba(255,255,255,0.5); font-size: 18px; text-align: left; padding: 0 60px 0 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; opacity: 1; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.nav_item > a:active {}
	.nav_item > a.navon { opacity:1;}
	.nav_item > a em { width:30px; height:2px; left:30px; margin:0;}
	
	.fxd .nav_item > a { color:rgba(255,255,255,0.5);}
	.fxd .nav_item > a em { background-color:#fff;}
	.fxd .nav_item:hover > a, .fxd .nav_item > a.navon { color:#fff;}
	
    .nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 60px; height: 100%; display: block;}
    .nav_item i:after { content: ''; display: block; width: 12px; height: 12px; margin:-6px 0 0 -6px; border: 1px solid rgba(255, 255, 255, 0.5); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    .nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: rgba(13,81,152,1); border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
    .subopen { display: block; }
    .subopen a { display: block; overflow: hidden; line-height: 80px; margin: 0; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; color: #fff; text-indent:12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative;}
    .subopen a:before { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 20px; top: 50%; margin: -6px 0 0 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, 1); border-right: 0; border-bottom: 0; }
    .nav_item2 { position: relative; }
    .nav_item2 a { display: block; overflow: hidden; margin: 0; height: 60px; line-height: 60px; color:rgba(255,255,255,0.5); font-size:16px; text-align:left; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; opacity: 1;}
    .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, 0.1);}
	.nav_item2 a:hover, .nav_item2 a:active {color:#fff;}
}
@media screen and (min-width:768px) and (max-width:1023px) {
	.subMenu { height:80px;}
	.ly_top { width:100%; height:80px; margin:0 auto; padding:0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.ly_top .lytop_main { width:100%; height:80px; margin:0 auto; padding:0;}
	.lytop_main .ly_logo { width:250px; height:60px; margin:0 10px 0 0; padding:10px 0; float:left;}
	
	.ly_nav { width:auto;}
	.menu_open { display: block; float: right; width: 80px; height: 80px; padding: 20px 0; position: absolute; top:0; right:88px; box-sizing: border-box; z-index: 98; cursor: pointer}
    .menu_open i { width: 28px; height: 2px; background-color: #fff; display: block; margin: 9px auto;}
	.menu_open:hover, .menu_open:active { background-color:#184d8f;}
	.menu_open:hover i, .menu_open:active i { background-color: #fff;}
	
	.fxd .menu_open i { background-color:#184d8f;}
	.fxd .menu_open:hover, .fxd .menu_open:active { background-color:#184d8f;}
	.fxd .menu_open:hover i, .fxd .menu_open:active i { background-color:#fff;}
	
    .nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 100; overflow: hidden; background-color:rgba(13,81,152,0.98);}
    .hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .7); position: fixed; right: -50%; top: 0; z-index: 99; }
    .nav_ul { display: block; margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding: 0; text-align: left; }
    .nav_item { float: none; margin: 0; width: 100%; height: 60px;}
    .nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav_item > a { display: block; margin: 0; height: 60px; line-height: 60px; color:rgba(255,255,255,0.5); font-size: 16px; text-align: left; padding: 0 60px 0 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; opacity: 1; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.nav_item > a:active {}
	.nav_item > a.navon { opacity:1;}
	.nav_item > a em { width:30px; height:2px; left:30px; margin:0;}
	
	.fxd .nav_item > a { color:rgba(255,255,255,0.5);}
	.fxd .nav_item > a em { background-color:#fff;}
	.fxd .nav_item:hover > a, .fxd .nav_item > a.navon { color:#fff;}
	
    .nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 60px; height: 100%; display: block;}
    .nav_item i:after { content: ''; display: block; width: 12px; height: 12px; margin:-6px 0 0 -6px; border: 1px solid rgba(255, 255, 255, 0.5); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    .nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: rgba(13,81,152,1); border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
    .subopen { display: block; }
    .subopen a { display: block; overflow: hidden; line-height: 60px; margin: 0; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; color: #fff; text-indent:12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative;}
    .subopen a:before { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 20px; top: 50%; margin: -6px 0 0 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, 1); border-right: 0; border-bottom: 0; }
    .nav_item2 { position: relative; }
    .nav_item2 a { display: block; overflow: hidden; margin: 0; height: 60px; line-height: 60px; color:rgba(255,255,255,0.5); font-size:16px; text-align:left; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; opacity: 1;}
    .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, 0.1);}
	.nav_item2 a:hover, .nav_item2 a:active {color:#fff;}
	
	.ly_right { width:80px; height:80px;}
}
@media screen and (max-width:767px) {
	.subMenu { height:60px;}
	.ly_top { width:100%; height:60px; margin:0 auto; padding:0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.ly_top .lytop_main { width:100%; height:60px; margin:0 auto; padding:0;}
	.lytop_main .ly_logo { width:200px; height:48px; margin:0; padding:6px 0; float:left;}
	.ly_logo a { height:48px;}
	
	.ly_nav { width:auto;}
	.menu_open { display: block; float: right; width: 60px; height: 60px; padding: 13px 0; position: absolute; top:0; right:60px; box-sizing: border-box; z-index: 98; cursor: pointer}
    .menu_open i { width: 22px; height: 1px; background-color: #fff; display: block; margin: 8px auto;}
	.menu_open:hover, .menu_open:active { background-color:#184d8f;}
	.menu_open:hover i, .menu_open:active i { background-color: #fff;}
	
	.fxd .menu_open i { background-color:#184d8f;}
	.fxd .menu_open:hover, .fxd .menu_open:active { background-color:#184d8f;}
	.fxd .menu_open:hover i, .fxd .menu_open:active i { background-color:#fff;}
	
    .nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 100; overflow: hidden; background-color:rgba(13,81,152,0.98);}
    .hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .7); position: fixed; right: -50%; top: 0; z-index: 99; }
    .nav_ul { display: block; margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding: 0; text-align: left; }
    .nav_item { float: none; margin: 0; width: 100%; height: 60px;}
    .nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav_item > a { display: block; margin: 0; height: 60px; line-height: 60px; color:rgba(255,255,255,0.5); font-size: 15px; text-align: left; padding: 0 60px 0 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; opacity: 1; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.nav_item > a:active {}
	.nav_item > a.navon { opacity:1;}
	.nav_item > a em { width:30px; height:2px; left:20px; margin:0;}
	
	.fxd .nav_item > a { color:rgba(255,255,255,0.5);}
	.fxd .nav_item > a em { background-color:#fff; left:20px;}
	.fxd .nav_item:hover > a, .fxd .nav_item > a.navon { color:#fff;}
	
    .nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 60px; height: 100%; display: block;}
    .nav_item i:after { content: ''; display: block; width: 10px; height: 10px; margin:-5px 0 0 -5px; border: 1px solid rgba(255, 255, 255, 0.5); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    .nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: rgba(13,81,152,1); border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
    .subopen { display: block; }
    .subopen a { display: block; overflow: hidden; line-height: 60px; margin: 0; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; font-size: 15px; color: #fff; text-indent:12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative;}
    .subopen a:before { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 20px; top: 50%; margin: -6px 0 0 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, 1); border-right: 0; border-bottom: 0; }
    .nav_item2 { position: relative; }
    .nav_item2 a { display: block; overflow: hidden; margin: 0; height: 60px; line-height: 60px; color:rgba(255,255,255,0.5); font-size:15px; text-align:left; padding: 0 20px; white-space: nowrap; text-overflow: ellipsis; opacity: 1;}
    .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, 0.1);}
	.nav_item2 a:hover, .nav_item2 a:active {color:#fff;}
	
	.ly_right { width:60px; height:60px; background:url(../images/sc_icon3.png) center center no-repeat; background-size:32px 32px;}
	.ly_right .lytop_sc { padding:10px; top:60px;}
	.lytop_sc form { height:40px; padding:0 60px 0 0;}
	.lytop_sc form .ly_ipt { height:40px;}
	.ly_ipt input { height:40px; line-height:40px; font-size:14px; padding:0 20px;}
	.lytop_sc form .ly_btn { width:60px; height:40px;}
	.ly_btn input { width:60px; height:40px; font-size:0; background:#0264c9 url(../images/sc_icon3.png) center center no-repeat; background-size:32px 32px;}
	.fxd .ly_right { background:url(../images/sc_icon2.png) center center no-repeat; background-size:32px 32px; border-left:1px solid rgba(13,81,152,0.1);}
	.fxd .ly_right:hover { background:#0d5198 url(../images/sc_icon3.png) center center no-repeat; background-size:32px 32px; border-left:0;}
}
/**top end**/

/* banner 开始 */
.apple-banner { width: 100%; height: 940px; overflow: hidden;}
.apple-banner .swiper-container { width: 100%; height: 940px; position:relative;}
.apple-banner .swiper-container .swiper-slide { padding:260px 0 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ba_PrevNext { width:45%; height:70px; overflow:hidden; margin:0; padding:0; background-color:rgba(13,81,152,0.9); position:absolute; left:0; bottom:0; z-index:99;}
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 160px; height: 100%; position:absolute; top:0; margin:0;}
.apple-banner .swiper-container .swiper-button-prev { right:160px; left:inherit;}	
.apple-banner .swiper-container .swiper-button-next { right:0;}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display:block; width: 100%; height: 70px; line-height:70px; color:#fff; font-family:"Helvetica"; font-size:14px; text-align:center; border-radius: 100%; opacity: 1; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-prev span {}
.apple-banner .swiper-button-next span {}
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span{ opacity: 1;}
.apple-banner .swiper-button-prev span img, .apple-banner .swiper-button-next span img { display:inline-block; width:30px; height:30px; vertical-align:middle; margin:-4px 0 0 8px; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}
.apple-banner .swiper-button-prev span img { margin:-4px 8px 0 0;}
.apple-banner .swiper-button-prev:hover span img { margin:-4px 16px 0 0;}
.apple-banner .swiper-button-next:hover span img { margin:-4px 0 0 16px;}

.ba_text1 { width:100%; max-width:1600px; overflow:hidden; margin:0 auto; padding:0;}
.ba_text1 p { width:100%; overflow:hidden; line-height:60px; color:#fff; font-size:58px; font-weight:bold; text-align:center; letter-spacing:4px; margin:0 auto; padding:0;}
.ba_text1 em { display:block; width:60px; height:5px; overflow:hidden; margin:30px auto; padding:0; background-color:#fff;}
.ba_text1 span { display:block; width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:18px; text-align:center; margin:0 auto; padding:0;}
.ba_text1 a { display:block; width:220px; height:60px; overflow:hidden; line-height:58px; color:#fff; font-size:18px; text-align:center; border:1px solid #fff; border-radius:30px; margin:80px auto 0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}
.ba_text1 a img { display:inline-block; width:24px; height:24px; vertical-align:middle; margin:-4px 0 0 8px; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}
.ba_text1 a:hover { width:240px;}
.ba_text1 a:hover img { margin:-4px 0 0 20px;}

.ba_scroll { width:60px; overflow:hidden; margin:0 0 0 -30px; padding:0; position:absolute; left:50%; bottom:10px; z-index:99;}
.ba_scroll span { display:block; width:100%; overflow:hidden; line-height:20px; color:#fff; font-family:"Helvetica"; font-size:14px; text-align:center; margin:0 auto; padding:0;}
.ba_scroll p { width:24px; height:36px; overflow:hidden; margin:5px auto 0; padding:0; border:1px solid #fff; border-radius:12px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ba_scroll p i { display:block; width:1px; height:12px; overflow:hidden; background-color:#fff; margin:12px auto; padding:0; animation-name: scrollTip; animation-duration: 1s; animation-iteration-count: infinite;}

/*分页器*/
.apple-banner .swiper-pagination{ top:auto; bottom:24px; background:none; display:none;}
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 12px; margin: 0 6px; cursor: pointer; background: none; border-radius:0; opacity: 1; border-radius:6px;}
.apple-banner .swiper-pagination-bullet span { width: 12px; height: 12px; display: block; background: rgba(255, 255, 255, 1); border-radius:50%;}
.apple-banner .swiper-pagination-bullet-active span{ background-color: #e7580c;}
.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255,255,255,1);}
.apple-banner .swiper-pagination-bullet i{ background-color: #e7580c; height: 12px; transform:scaleX(0); transform-origin: 0; display: block;}
.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1); border-radius:6px;}
.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1); border-radius:6px;}
.apple-banner .autoplay .replace span{ background-color:#e7580c;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.apple-banner { height: 600px;}
	.apple-banner .swiper-container { height: 600px;}
	.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width:10%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.apple-banner { height: 500px;}
	.apple-banner .swiper-container { height: 500px;}
	.swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width:10%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.apple-banner { height: 400px;}
	.apple-banner .swiper-container { height: 400px;}
	.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width:10%;}
}
@media (max-width: 767px) {
	.apple-banner { height: 220px;}
	.apple-banner .swiper-container { height: 220px;}
	.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width:10%;}
	.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { width:44px; height:44px; background-size:44px 44px;}
	.apple-banner .swiper-button-prev span { left:10px;}
	.apple-banner .swiper-button-next span { right:10px;}
	.apple-banner .swiper-pagination { bottom:12px;}
	.apple-banner .swiper-pagination-bullet { width:10px; height:10px; margin:0 5px;}
	.apple-banner .swiper-pagination-bullet span { width:10px; height:10px;}
	.apple-banner .swiper-pagination-bullet i { height:10px;}
}
@media (max-width: 320px) {
	.apple-banner { height: 180px;}
	.apple-banner .swiper-container { height: 180px;}
}
/* banner 结束 */


/*首页-大标题 开始*/
.ly_title1 { width:100%; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_title1 p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#152c58; font-family:"PingFangBold"; font-size:30px; text-align:center; margin:0 auto 8px; padding:0;}
.ly_title1 p span { font-size:36px;}
.ly_title1 .tit_en { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0; background:url(../images/line1.jpg) left center repeat-x; text-align:center;}
.ly_title1 .tit_en em { display:inline-block; height:40px; line-height:40px; color:#bbb; font-family:"PingFangLight"; font-size:24px; font-weight:lighter; letter-spacing:2px; margin:0 auto; padding:0 20px; vertical-align:middle; background-color:#fff;}
.ly_title1 i { display:block; width:40px; height:4px; overflow:hidden; margin:8px auto 0; padding:0; background-color:#e7580c;}

.ly_title2 { width:100%; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_title2 p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#152c58; font-family:"PingFangBold"; font-size:32px; text-align:center; margin:0 auto 8px; padding:0;}
.ly_title2 p span {}
.ly_title2 .tit_en { width:100%; height:40px; overflow:hidden; line-height:40px; color:#bbb; font-family:"PingFangLight"; font-size:24px; font-weight:lighter; text-align:center; letter-spacing:2px; margin:0 auto; padding:0;}
.ly_title2 .tit_en em { display:block; width:490px; height:40px; margin:0 auto; padding:0; vertical-align:middle; background:url(../images/line1.jpg) left center repeat-x;}
.ly_title2 i { display:block; width:40px; height:4px; overflow:hidden; margin:8px auto 0; padding:0; background-color:#e7580c;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_title1, .ly_title2 { margin:0 auto 40px;}
	.ly_title2 .tit_en em { width:380px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_title1, .ly_title2 { margin:0 auto 40px;}
	.ly_title2 .tit_en em { width:385px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {	
	.ly_title1, .ly_title2 { margin:0 auto 40px;}
	.ly_title1 .tit_en { height:30px;}
	.ly_title1 .tit_en em { height:30px; line-height:30px;}
	.ly_title2 .tit_en { height:30px; line-height:30px;}
	.ly_title2 .tit_en em { width:265px; height:30px;}
}
@media (max-width: 767px) {	
	.ly_title1, .ly_title2 { margin:0 auto 40px;}
	.ly_title1 p { height:36px; line-height:36px; font-size:28px;}
	.ly_title1 p span { font-size:32px;}
	.ly_title1 .tit_en { height:30px;}
	.ly_title1 .tit_en em { height:30px; line-height:30px; font-size:20px; padding:0 12px;}
	.ly_title1 i, .ly_title2 i { height:3px;}
	
	.ly_title2 p { height:36px; line-height:36px; font-size:28px;}
	.ly_title2 .tit_en { height:30px; line-height:30px; font-size:20px;}
	.ly_title2 .tit_en em { width:108px; height:30px;}
}
@media (max-width: 375px) {
	.ly_title2 .tit_en em { width:90px;}
}
@media (max-width: 320px) {
	.ly_title1, .ly_title2 { margin:0 auto 20px;}
	.ly_title1 p { height:30px; line-height:30px; font-size:24px;}
	.ly_title1 p span { font-size:28px;}
	.ly_title1 .tit_en { height:24px;}
	.ly_title1 .tit_en em { height:24px; line-height:24px; font-size:18px; padding:0 10px;}
	
	.ly_title2 p { height:30px; line-height:30px; font-size:28px;}
	.ly_title2 .tit_en em { width:64px;}
}
/*首页-大标题 结束*/


/*专业优势 开始*/
.ly_idxProfess { width:100%; height:auto; margin:80px auto; padding:0; position:relative; z-index:9;}
.ly_idxProfess .lyIdxProfess_main { width:1380px; height:100%; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxProfess_main .lyIdxProfess_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxProfess_con .lyIdxProfess_left { width:29%; overflow:hidden; margin:0; padding:0; float:left;}
.lyIdxProfess_left .lyIdxProfess_tit { width:100%; overflow:hidden; margin:0 auto; padding:0 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxProfess_tit em { display:block; width:100%; overflow:hidden; line-height:50px; color:#ddd; font-family:"PingFangBold"; font-size:50px; word-break:break-all; font-style:normal; margin:0; padding:0;}
.lyIdxProfess_tit p { width:100%; overflow:hidden; line-height:30px; color:#152c58; font-family:"PingFangBold"; font-size:28px; margin:10px auto; padding:0;}
.lyIdxProfess_tit span { display:block; width:100%; overflow:hidden; line-height:24px; color:#666; font-family:"PingFangMedium"; font-size:14px; margin:0 auto; padding:0;}

.lyIdxProfess_left .lyIdxProfess_Tab { width:100%; overflow:hidden; margin:12px auto 0; padding:0; background-color:#f5f5f5;}
.lyIdxProfess_Tab ul li { width:100%; height:100px; overflow:hidden; margin:0 auto; padding:20px 100px; cursor:pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxProfess_Tab ul li.tabActive, .lyIdxProfess_Tab ul li:hover { background-color:#184d8f;}
.lyIdxProfess_Tab ul li div { width:100%; height:60px; overflow:hidden; margin:0 auto; padding:5px 0 5px 80px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxProfess_Tab ul li div i { display:block; width:60px; height:60px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:0;}
.lyIdxProfess_Tab ul li.Profess01 div i { background:url(../images/Profess_icon01.png) center center no-repeat; background-size: 60px 60px;}
.lyIdxProfess_Tab ul li.Profess02 div i { background:url(../images/Profess_icon02.png) center center no-repeat; background-size: 60px 60px;}
.lyIdxProfess_Tab ul li.Profess03 div i { background:url(../images/Profess_icon03.png) center center no-repeat; background-size: 60px 60px;}
.lyIdxProfess_Tab ul li.Profess04 div i { background:url(../images/Profess_icon04.png) center center no-repeat; background-size: 60px 60px;}
.lyIdxProfess_Tab ul li.Profess05 div i { background:url(../images/Profess_icon05.png) center center no-repeat; background-size: 60px 60px;}
.lyIdxProfess_Tab ul li.tabActive.Profess01 div i, .lyIdxProfess_Tab ul li:hover.Profess01 div i { background:url(../images/Profess_icon1.png) center center no-repeat; background-size: 60px 60px;}
.lyIdxProfess_Tab ul li.tabActive.Profess02 div i, .lyIdxProfess_Tab ul li:hover.Profess02 div i { background:url(../images/Profess_icon2.png) center center no-repeat; background-size: 60px 60px;}
.lyIdxProfess_Tab ul li.tabActive.Profess03 div i, .lyIdxProfess_Tab ul li:hover.Profess03 div i { background:url(../images/Profess_icon3.png) center center no-repeat; background-size: 60px 60px;}
.lyIdxProfess_Tab ul li.tabActive.Profess04 div i, .lyIdxProfess_Tab ul li:hover.Profess04 div i { background:url(../images/Profess_icon4.png) center center no-repeat; background-size: 60px 60px;}
.lyIdxProfess_Tab ul li.tabActive.Profess05 div i, .lyIdxProfess_Tab ul li:hover.Profess05 div i { background:url(../images/Profess_icon5.png) center center no-repeat; background-size: 60px 60px;}
.lyIdxProfess_Tab ul li div p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#080103; font-family:"PingFangMedium"; font-size:20px; margin:0 auto; padding:0;}
.lyIdxProfess_Tab ul li div span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-family:"PingFangMedium"; font-size:14px; margin:0 auto; padding:0;}
.lyIdxProfess_Tab ul li.tabActive div p, .lyIdxProfess_Tab ul li:hover div p { color:#fff;}
.lyIdxProfess_Tab ul li.tabActive div span, .lyIdxProfess_Tab ul li:hover div span { color:#fff;}

.lyIdxProfess_con .lyIdxProfess_right { width:71%; overflow:hidden; margin:0; padding:0; float:right;}
.lyIdxProfess_right p { width:100%; height:660px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyIdxProfess_right p img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}

@media screen and (max-width:1379px) and (min-width:1366px) {
	.ly_idxProfess { width:90%;}
	.ly_idxProfess .lyIdxProfess_main { width:100%;}
	.lyIdxProfess_left .lyIdxProfess_tit { padding:0 10px;}
	.lyIdxProfess_tit em { line-height:42px; font-size:42px;}
	.lyIdxProfess_tit p { line-height:28px; font-size:26px;}
	
	.lyIdxProfess_left .lyIdxProfess_Tab { margin:10px auto 0;}
	.lyIdxProfess_Tab ul li { height:88px; padding:14px 90px;}
	.lyIdxProfess_Tab ul li div { padding:5px 0 5px 72px;}
	
	.lyIdxProfess_right p { height:588px;}
}
@media screen and (max-width:1365px) and (min-width:1360px) {
	.ly_idxProfess { width:90%;}
	.ly_idxProfess .lyIdxProfess_main { width:100%;}
	.lyIdxProfess_left .lyIdxProfess_tit { padding:0 10px;}
	.lyIdxProfess_tit em { line-height:42px; font-size:42px;}
	.lyIdxProfess_tit p { line-height:28px; font-size:26px; margin:8px auto;}
	
	.lyIdxProfess_left .lyIdxProfess_Tab { margin:12px auto 0;}
	.lyIdxProfess_Tab ul li { height:88px; padding:14px 90px;}
	.lyIdxProfess_Tab ul li div { height:50px; padding:5px 0 5px 72px;}
	.lyIdxProfess_Tab ul li div p { font-size:18px;}
	
	.lyIdxProfess_right p { height:586px;}
}
@media screen and (max-width:1359px) and (min-width:1280px) {
	.ly_idxProfess { width:90%;}
	.ly_idxProfess .lyIdxProfess_main { width:100%;}
	.lyIdxProfess_left .lyIdxProfess_tit { padding:0 10px;}
	.lyIdxProfess_tit em { line-height:40px; font-size:40px;}
	.lyIdxProfess_tit p { line-height:24px; font-size:24px; margin:8px auto;}
	.lyIdxProfess_tit span { line-height:22px;}
	
	.lyIdxProfess_left .lyIdxProfess_Tab { margin:12px auto 0;}
	.lyIdxProfess_Tab ul li { height:83px; padding:11.5px 80px;}
	.lyIdxProfess_Tab ul li div { padding:5px 0 5px 72px;}
	.lyIdxProfess_Tab ul li div p { font-size:18px;}
	
	
	.lyIdxProfess_right p { height:551px;}
}
@media screen and (max-width:1279px) and (min-width:1080px) {
	.ly_idxProfess { width:90%; margin:60px auto;}
	.ly_idxProfess .lyIdxProfess_main { width:100%;}
	.lyIdxProfess_left .lyIdxProfess_tit { padding:0 10px;}
	.lyIdxProfess_tit em { line-height:32px; font-size:32px;}
	.lyIdxProfess_tit p { line-height:24px; font-size:24px; margin:8px auto;}
	.lyIdxProfess_tit span { line-height:22px;}
	
	.lyIdxProfess_left .lyIdxProfess_Tab { margin:9px auto 0;}
	.lyIdxProfess_Tab ul li { height:68px; padding:9px 60px;}
	.lyIdxProfess_Tab ul li div { height:50px; padding:0 0 0 60px;}
	.lyIdxProfess_Tab ul li div p { font-size:16px;}
	.lyIdxProfess_Tab ul li div span { font-size:12px;}
	.lyIdxProfess_Tab ul li div i { width:50px; height:50px; background-size: 50px 50px!important;}
	
	.lyIdxProfess_right p { height:465px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxProfess { width:96%; margin:60px auto;}
	.ly_idxProfess .lyIdxProfess_main { width:100%;}
	.lyIdxProfess_left .lyIdxProfess_tit { padding:0 10px;}
	.lyIdxProfess_tit em { line-height:32px; font-size:32px;}
	.lyIdxProfess_tit p { line-height:24px; font-size:24px; margin:8px auto;}
	.lyIdxProfess_tit span { line-height:22px;}
	
	.lyIdxProfess_left .lyIdxProfess_Tab { margin:9px auto 0;}
	.lyIdxProfess_Tab ul li { height:69px; padding:9.5px 60px;}
	.lyIdxProfess_Tab ul li div { height:50px; padding:0 0 0 60px;}
	.lyIdxProfess_Tab ul li div p { font-size:16px;}
	.lyIdxProfess_Tab ul li div span { font-size:12px;}
	.lyIdxProfess_Tab ul li div i { width:50px; height:50px; background-size: 50px 50px!important;}
	
	.lyIdxProfess_right p { height:470px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxProfess { width:96%; margin:60px auto;}
	.ly_idxProfess .lyIdxProfess_main { width:100%;}
	.lyIdxProfess_con .lyIdxProfess_left { width:100%; margin:0 auto; padding:0; float:inherit;}
	.lyIdxProfess_con .lyIdxProfess_right { width:100%; margin:0 auto; padding:0; float:inherit;}
	.lyIdxProfess_left .lyIdxProfess_tit { padding:0;}
	.lyIdxProfess_tit em { line-height:40px; font-size:40px; text-align:center;}
	.lyIdxProfess_tit p { line-height:30px; font-size:28px; text-align:center; margin:10px auto;}
	.lyIdxProfess_tit span { line-height:22px; text-align:center;}
	
	.lyIdxProfess_left .lyIdxProfess_Tab { margin:20px auto 0;}
	.lyIdxProfess_Tab ul li { height:69px; padding:9.5px 10px; width:20%; float:left;}
	.lyIdxProfess_Tab ul li div { height:50px; padding:5px 0 5px 50px;}
	.lyIdxProfess_Tab ul li div p { height:20px; line-height:20px; font-size:16px;}
	.lyIdxProfess_Tab ul li div span { font-size:12px;}
	.lyIdxProfess_Tab ul li div i { width:50px; height:50px; background-size: 50px 50px!important;}
	
	.lyIdxProfess_right p { height:auto;}
	.lyIdxProfess_right p img { width:100%; height:auto; margin:0 auto; padding:0; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit;}
}
@media (max-width: 767px) {
	.ly_idxProfess { width:94%; margin:40px auto;}
	.ly_idxProfess .lyIdxProfess_main { width:100%;}
	.lyIdxProfess_con .lyIdxProfess_left { width:100%; margin:0 auto; padding:0; float:inherit;}
	.lyIdxProfess_con .lyIdxProfess_right { width:100%; margin:0 auto; padding:0; float:inherit;}
	.lyIdxProfess_left .lyIdxProfess_tit { padding:0;}
	.lyIdxProfess_tit em { line-height:32px; font-size:32px; text-align:center;}
	.lyIdxProfess_tit p { line-height:24px; font-size:24px; text-align:center; margin:10px auto;}
	.lyIdxProfess_tit span { line-height:22px; text-align:center;}
	
	.lyIdxProfess_left .lyIdxProfess_Tab { margin:20px auto 0;}
	.lyIdxProfess_Tab ul li { height:56px; padding:8px 0; width:20%; float:left;}
	.lyIdxProfess_Tab ul li div { height:40px; padding:0;}
	.lyIdxProfess_Tab ul li div p { height:40px; line-height:40px; font-size:15px; text-align:center;}
	.lyIdxProfess_Tab ul li div span { display:none;}
	.lyIdxProfess_Tab ul li div i { display:none;}
	
	.lyIdxProfess_right p { height:auto;}
	.lyIdxProfess_right p img { width:100%; height:auto; margin:0 auto; padding:0; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit;}
}
@media (max-width: 320px) {
	.lyIdxProfess_tit em { line-height:30px; font-size:28px;}
	.lyIdxProfess_tit p { line-height:22px; font-size:22px;}
	.lyIdxProfess_Tab ul li div p { font-size:14px;}
}
/*专业优势 结束*/


/*首页-想要的产品 开始*/
.ly_idxPro { width:100%; height:auto; margin:80px auto; padding:0;}
.ly_idxPro .lyIdxPro_main { width:1380px; overflow:hidden; margin:0 auto; padding:0;}

.ly_idxPro .lyIdxPro_con { width:100%; overflow:hidden;}
.lyIdxPro_con a { display:block; width:100%; height:560px; overflow:hidden; margin:0 auto; padding:0; background-size:1920px 560px!important;}

.ly_idxPro .lyIdxPro_Tab { width:1260px; height:auto; margin:60px auto 0; padding:0;}
.lyIdxPro_Tab ul li { width:25%; height:auto; margin:0; padding:0 5px; float:left; cursor:pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_Tab ul li .lyIdxPro_text { width:100%; height:120px; margin:0 auto; padding:0 24px; background-color:#fff; box-shadow:0 4px 16px rgba(172, 172, 172, 0.25); -webkit-display:flex; display:flex; -webkit-align-items:center; align-items:center; -webkit-justify-content:center; justify-content:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_Tab ul li .lyIdxPro_text .lyIdxPro_name { width:100%; height:auto; overflow:hidden; margin:0; padding:0;}
.lyIdxPro_Tab ul li .lyIdxPro_text .lyIdxPro_name p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-family:"PingFangBold"; font-size:24px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto 8px; padding:0;}
.lyIdxPro_Tab ul li .lyIdxPro_text .lyIdxPro_name span { display:block; width:100%; max-height:40px; overflow:hidden; line-height:20px; color:#666; font-family:"PingFangMedium"; font-size:14px; margin:0; padding:0; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.lyIdxPro_Tab ul li.tabActive1 .lyIdxPro_text { background-color:#184d8f; box-shadow:none;}
.lyIdxPro_Tab ul li.tabActive1 .lyIdxPro_text .lyIdxPro_name p { color:#fff;}
.lyIdxPro_Tab ul li.tabActive1 .lyIdxPro_text .lyIdxPro_name span { color:#fff;}

@media screen and (max-width:1379px) and (min-width:1366px) {
	.ly_idxPro { width:100%;}
	.ly_idxPro .lyIdxPro_main { width:90%;}
	.lyIdxPro_con a { height:467px; background-size:1600px 467px!important;}
}
@media screen and (max-width:1365px) and (min-width:1360px) {
	.ly_idxPro { width:100%;}
	.ly_idxPro .lyIdxPro_main { width:90%;}
	.lyIdxPro_con a { height:467px; background-size:1600px 467px!important;}
}
@media screen and (max-width:1359px) and (min-width:1280px) {
	.ly_idxPro { width:100%;}
	.ly_idxPro .lyIdxPro_main { width:90%;}
	.ly_idxPro .lyIdxPro_Tab { width:90%;}
	.lyIdxPro_con a { height:420px; background-size:1440px 420px!important;}
}
@media screen and (max-width:1279px) and (min-width:1080px) {
	.ly_idxPro { width:100%; margin:60px auto;}
	.ly_idxPro .lyIdxPro_main { width:90%;}
	.ly_idxPro .lyIdxPro_Tab { width:90%; margin:40px auto 0;}
	.lyIdxPro_con a { height:350px; background-size:1200px 350px!important;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxPro { width:100%; margin:60px auto;}
	.ly_idxPro .lyIdxPro_main { width:96%;}
	.ly_idxPro .lyIdxPro_Tab { width:96%; margin:40px auto 0;}
	.lyIdxPro_con a { height:315px; background-size:1080px 315px!important;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxPro { width:100%; margin:60px auto;}
	.ly_idxPro .lyIdxPro_main { width:96%;}
	.ly_idxPro .lyIdxPro_Tab { width:96%; margin:40px auto 0;}
	.lyIdxPro_con a { height:280px; background-size:960px 280px!important;}
	.lyIdxPro_Tab ul li .lyIdxPro_text { height:80px;}
	.lyIdxPro_Tab ul li .lyIdxPro_text .lyIdxPro_name p { margin:0 auto; text-align:center;}
	.lyIdxPro_Tab ul li .lyIdxPro_text .lyIdxPro_name span { display:none;}
}
@media (max-width: 767px) {
	.ly_idxPro { width:100%; margin:40px auto;}
	.ly_idxPro .lyIdxPro_main { width:94%;}
	.ly_idxPro .lyIdxPro_Tab { width:94%; margin:20px auto 0;}
	.lyIdxPro_con a { height:180px; background-size:617px 180px!important;}
	.lyIdxPro_Tab ul li .lyIdxPro_text { height:48px; padding:0;}
	.lyIdxPro_Tab ul li .lyIdxPro_text .lyIdxPro_name p { margin:0 auto; font-size:18px; text-align:center;}
	.lyIdxPro_Tab ul li .lyIdxPro_text .lyIdxPro_name span { display:none;}
}
@media (max-width: 320px) {
	.lyIdxPro_con a { height:150px; background-size:514px 150px!important;}
	.lyIdxPro_Tab ul li .lyIdxPro_text .lyIdxPro_name p { font-size:16px;}
}
/*首页-想要的产品 结束*/


/*首页-场景的应用 开始*/
.ly_idxApp { width:100%; height:auto; margin:80px auto; padding:0;}
.ly_idxApp .lyIdxApp_main { width:1200px; overflow:hidden; margin:0 auto; padding:0;}

.lyIdxApp_main .lyIdxApp_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxApp_list ul li { height:255px;}
.lyIdxApp_list ul li:nth-child(1) { width:49.2%; overflow:hidden; margin:0 0 20px; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxApp_list ul li:nth-child(2) { width:25.4%; overflow:hidden; margin:0 0 20px; padding:0 0 0 20px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxApp_list ul li:nth-child(3) { width:25.4%; overflow:hidden; margin:0 0 20px; padding:0 0 0 20px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxApp_list ul li:nth-child(4) { width:33.333333%; overflow:hidden; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxApp_list ul li:nth-child(5) { width:66.666667%; overflow:hidden; margin:0; padding:0 0 0 20px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxApp_list ul li a.IdxApp_img { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyIdxApp_list ul li a.IdxApp_img img { display:block; max-width:100%; max-height:100%; 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;}
.lyIdxApp_list ul li:hover a.IdxApp_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.lyIdxApp_list ul li .IdxApp_con { width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:rgba(0, 0, 0, 0.7); position:absolute; left:0; top:0; -webkit-display:flex; display:flex; -webkit-align-items:center; align-items:center; -webkit-justify-content:center; justify-content:center;}
.lyIdxApp_list ul li a .IdxApp_con .IdxApp_text { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxApp_list ul li a .IdxApp_con .IdxApp_text p { width:100%; overflow:hidden; line-height:32px; color:#fff; font-family:"PingFangMedium"; font-size:24px; text-align:center; margin:0 auto 10px; padding:0;}
.lyIdxApp_list ul li a .IdxApp_con .IdxApp_text span { display:block; width:100%; overflow:hidden; line-height:28px; color:#fff; font-family:"PingFangRegular"; font-size:16px; text-align:center; margin:0 auto; padding:0;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_idxApp { width:100%; margin:60px auto;}
	.ly_idxApp .lyIdxApp_main { width:90%;}
	.lyIdxApp_list ul li { height:202px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxApp { width:100%; margin:60px auto;}
	.ly_idxApp .lyIdxApp_main { width:96%;}
	.lyIdxApp_list ul li { height:208px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxApp { width:100%; margin:60px auto;}
	.ly_idxApp .lyIdxApp_main { width:96%;}
	.lyIdxApp_list ul li { height:157px;}
}
@media (max-width: 767px) {
	.ly_idxApp { width:100%; margin:40px auto;}
	.ly_idxApp .lyIdxApp_main { width:94%;}
	.lyIdxApp_list ul li:nth-child(1), .lyIdxApp_list ul li:nth-child(4), .lyIdxApp_list ul li:nth-child(5) { width:100%; height:auto; margin:0 auto 12px; padding:0;}
	.lyIdxApp_list ul li:nth-child(5) { margin:0 auto;}
	.lyIdxApp_list ul li:nth-child(1) a.IdxApp_img, .lyIdxApp_list ul li:nth-child(4) a.IdxApp_img, .lyIdxApp_list ul li:nth-child(5) a.IdxApp_img { height:auto;}
	.lyIdxApp_list ul li:nth-child(1) a.IdxApp_img img, .lyIdxApp_list ul li:nth-child(4) a.IdxApp_img img, .lyIdxApp_list ul li:nth-child(5) a.IdxApp_img img { width:100%; height:auto; margin:0 auto; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit;}
	.lyIdxApp_list ul li:nth-child(2) { width:50%; height:168px; margin:0 0 12px; padding:0 6px 0 0;}
	.lyIdxApp_list ul li:nth-child(3) { width:50%; height:168px; margin:0 0 12px; padding:0 0 0 6px;}
	
	.lyIdxApp_list ul li a .IdxApp_con .IdxApp_text p { line-height:30px; font-size:20px;}
	.lyIdxApp_list ul li a .IdxApp_con .IdxApp_text span { line-height:24px; font-size:14px;}
}
@media (max-width: 375px) {
	.lyIdxApp_list ul li:nth-child(2), .lyIdxApp_list ul li:nth-child(3) { height:153px;}
}
@media (max-width: 320px) {
	.lyIdxApp_list ul li:nth-child(2), .lyIdxApp_list ul li:nth-child(3) { height:130px;}
	.lyIdxApp_list ul li a .IdxApp_con .IdxApp_text p { margin:0 auto 4px;}
}
/*首页-场景的应用 结束*/


/*首页-关于迈伺特 开始*/
.ly_idxAbout { width:100%; overflow:hidden; margin:80px auto; padding:80px 0; background:url(../images/idxAbout_bg.jpg) center center no-repeat;}
.ly_idxAbout .lyIdxAbout_main { width:1200px; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxAbout_main .lyIdxAbout_con { width:100%; overflow:hidden; margin:-20px auto 40px; padding:0;}
.lyIdxAbout_con p { width:100%; overflow:hidden; line-height:32px; color:#333; font-family:"PingFangMedium"; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lyIdxAbout_main ul li { width:25%; overflow:hidden; margin:0; padding:0 40px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxAbout_main ul li p { width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-family:"BarlowBlack"; font-size:44px; text-align:center; margin:0 auto; padding:0;}
.lyIdxAbout_main ul li span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangBold"; font-size:22px; text-align:center; margin:0 auto; padding:0;}

.lyIdxAbout_main .lyIdxAbout_more { width:100%; overflow:hidden; margin:40px auto 0; padding:0;}
.lyIdxAbout_more a { display:block; width:164px; height:48px; overflow:hidden; line-height:46px; color:#333; font-family:"PingFangMedium"; font-size:18px; text-align:center; margin:0 auto; padding:0; border:1px solid #333; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxAbout_more a:hover { color:#fff; background-color:#e7580c; border:1px solid #e7580c;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_idxAbout .lyIdxAbout_main { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxAbout { margin:60px auto; padding:60px 0;}
	.ly_idxAbout .lyIdxAbout_main { width:96%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxAbout { margin:60px auto; padding:60px 0; background-size:cover;}
	.ly_idxAbout .lyIdxAbout_main { width:96%;}
	.lyIdxAbout_main .lyIdxAbout_con { margin:-20px auto 20px;}
	.lyIdxAbout_main ul li { padding:0 20px;}
	.lyIdxAbout_main ul li p { height:52px; line-height:52px; font-size:40px;}
	.lyIdxAbout_main ul li span { font-size:20px;}
	.lyIdxAbout_main .lyIdxAbout_more { margin:30px auto 0;}
	.lyIdxAbout_more a { width:160px; height:44px; line-height:42px;}
}
@media (max-width: 767px) {
	.ly_idxAbout { margin:40px auto; padding:40px 0; background-size:cover;}
	.ly_idxAbout .lyIdxAbout_main { width:94%;}
	.lyIdxAbout_main .lyIdxAbout_con { margin:-20px auto 20px;}
	.lyIdxAbout_main ul li { width:50%; margin:0 0 20px; padding:0 20px;}
	.lyIdxAbout_main ul li p { height:52px; line-height:52px; font-size:40px;}
	.lyIdxAbout_main ul li span { font-size:20px;}
	.lyIdxAbout_main .lyIdxAbout_more { margin:10px auto 0;}
	.lyIdxAbout_more a { width:160px; height:44px; line-height:42px;}
}
@media (max-width: 320px) {
	.lyIdxAbout_main .lyIdxAbout_con { margin:20px auto;}
	.lyIdxAbout_main ul li { width:100%; margin:0 auto 20px;}
}
/*首页-关于迈伺特 结束*/


/*无忧售后 开始*/
.ly_idxAftersale { width:100%; overflow:hidden; margin:80px auto; padding:0;}
.ly_idxAftersale .lyIdxAfter_main { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxAfter_main .lyIdxAfter_left { width:70%; height:auto; overflow:hidden; margin:0; padding:0 40px 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxAfter_left .lyIdxAfter_con { width:100%; height:600px; overflow:hidden; margin:0; padding:0; background:url(../images/map_bg.png) center center no-repeat; position:relative;}
.lyIdxAfter_con .lyIdxAfter_text { width:260px; height:108px; overflow:hidden; margin:0; padding:20px 30px; position:absolute; left:450px; top:260px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxAfter_text p { width:100%; height:32px; overflow:hidden; line-height:32px; color:#fff; font-family:"PingFangMedium"; font-size:30px; text-align:center; margin:0 auto; padding:0;}
.lyIdxAfter_text em { display:block; width:100%; height:1px; overflow:hidden; margin:8px auto; padding:0; background-color:rgba(255, 255, 255, 0.5);}
.lyIdxAfter_text span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#fff; font-family:"PingFangMedium"; font-size:14px; text-align:center; margin:0 auto; padding:0;}
.lyIdxAfter_main .lyIdxAfter_right { width:30%; height:600px; overflow:hidden; margin:0; padding:0 40px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxAfter_right ul li { width:100%; height:auto; overflow:hidden; margin:20px auto; padding:0;}
.lyIdxAfter_right ul li a { display:block; width:100%; height:96px; overflow:hidden; margin:0; padding:0; background-color:#f5f5f5; border-radius:48px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxAfter_right ul li a em { display:block; width:96px; height:96px; overflow:hidden; margin:0 24px 0 0; padding:3px; background-color:#fff; border-radius:50%; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxAfter_right ul li a em img { width:90px; height:90px; border-radius:50%;}
.lyIdxAfter_right ul li a p { height:48px; line-height:48px; padding:24px 0; color:#333; font-family:"PingFangBold"; font-size:22px;}
.lyIdxAfter_right ul li a:hover { background-color:#152c58;}
.lyIdxAfter_right ul li a:hover p { color:#fff;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_idxAftersale .lyIdxAfter_main { width:90%;}
	.lyIdxAfter_main .lyIdxAfter_left { padding:0 20px 0 0;}
	.lyIdxAfter_left .lyIdxAfter_con { height:500px; background-size:100%;}
	.lyIdxAfter_con .lyIdxAfter_text { width: 213px; height: 88px; padding: 10px 20px; left: 369px; top: 218px;}
	.lyIdxAfter_text p { height:30px; line-height:30px; font-size:26px;}
	.lyIdxAfter_main .lyIdxAfter_right { height:500px; padding:0 0 0 20px;}
	.lyIdxAfter_right ul li a { height:76px;}
	.lyIdxAfter_right ul li a em { width:76px; height:76px;}
	.lyIdxAfter_right ul li a em img { width:70px; height:70px;}
	.lyIdxAfter_right ul li a p { padding:14px 0;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxAftersale { margin:60px auto;}
	.ly_idxAftersale .lyIdxAfter_main { width:96%;}
	.lyIdxAfter_main .lyIdxAfter_left { width:100%; margin:0 auto 20px; padding:0; float:inherit;}	
	.lyIdxAfter_con .lyIdxAfter_text { left:542px;}
	.lyIdxAfter_main .lyIdxAfter_right { width:100%; height:auto; margin:0 auto; padding:0; float:inherit;}
	.lyIdxAfter_right ul li { width:49%; margin:0 2% 20px 0; float:left;}
	.lyIdxAfter_right ul li:nth-child(2n+2) { margin:0 0 20px;}
	.lyIdxAfter_right ul li:nth-child(5) { width:100%; margin:0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxAftersale { margin:60px auto;}
	.ly_idxAftersale .lyIdxAfter_main { width:96%;}
	.lyIdxAfter_main .lyIdxAfter_left { width:100%; margin:0 auto 20px; padding:0; float:inherit;}
	.lyIdxAfter_left .lyIdxAfter_con { height:560px; background-size:100%;}
	.lyIdxAfter_con .lyIdxAfter_text { left: 414px; top: 244px; width: 240px; height: 100px; padding: 16px 20px;}
	.lyIdxAfter_main .lyIdxAfter_right { width:100%; height:auto; margin:0 auto; padding:0; float:inherit;}
	.lyIdxAfter_right ul li { width:49%; margin:0 2% 20px 0; float:left;}
	.lyIdxAfter_right ul li:nth-child(2n+2) { margin:0 0 20px;}
	.lyIdxAfter_right ul li:nth-child(5) { width:100%; margin:0;}
}
@media (max-width: 767px) {
	.ly_idxAftersale { margin:40px auto;}
	.ly_idxAftersale .lyIdxAfter_main { width:94%;}
	.lyIdxAfter_main .lyIdxAfter_left { width:100%; margin:0 auto 20px; padding:0; float:inherit;}
	.lyIdxAfter_left .lyIdxAfter_con { height:290px; background-size:100%;}
	.lyIdxAfter_con .lyIdxAfter_text { left: 180px; top: 91px; width: 188px; height: 88px; padding: 12px; background-color:#184d8f;}
	.lyIdxAfter_text p { height:30px; line-height:30px; font-size:24px;}
	.lyIdxAfter_text em { margin:6px auto;}
	.lyIdxAfter_main .lyIdxAfter_right { width:100%; height:auto; margin:0 auto; padding:0; float:inherit;}
	.lyIdxAfter_right ul li { width:100%; margin:0 auto 20px;}
	.lyIdxAfter_right ul li:nth-child(5) { margin:0 auto;}
}
@media (max-width: 375px) {
	.lyIdxAfter_left .lyIdxAfter_con { height:270px;}
	.lyIdxAfter_con .lyIdxAfter_text { left: 160px; top: 78px;}
}
@media (max-width: 320px) {
	.lyIdxAfter_left .lyIdxAfter_con { height:230px;}
	.lyIdxAfter_con .lyIdxAfter_text { left: 100px; top: 53px;}
	.lyIdxAfter_right ul li a { height:76px;}
	.lyIdxAfter_right ul li a em { width:76px; height:76px;}
	.lyIdxAfter_right ul li a em img { width:70px; height:70px;}
	.lyIdxAfter_right ul li a p { padding:14px 0; font-size:20px;}
}
/*无忧售后 结束*/


/*相约展会 开始*/
/*.ly_idxExhibition { width:100%; overflow:hidden; margin:80px auto; padding:80px 0; background:url(../images/idxExhibition_bg.jpg) center center no-repeat;}
.ly_idxExhibition ul { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
.ly_idxExhibition ul li { width:25%; overflow:hidden; margin:0; padding:0; float:left;}
.ly_idxExhibition ul li a.idxExh_img { display:block; width:100%; height:220px; overflow:hidden; margin:0; padding:0; position:relative;}
.ly_idxExhibition ul li a.idxExh_img img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.ly_idxExhibition ul li:hover a.idxExh_img img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { width:100%; height:220px; overflow:hidden; margin:0; padding:32px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ly_idxExhibition ul li .idxExh_text1 { padding:32px 0;}
.ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { background-color:#fff;}
.ly_idxExhibition ul li .idxExh_text3 { padding:48px 32px;}
.ly_idxExhibition ul li .idxExh_text1 p { width:100%; height:32px; overflow:hidden; line-height:32px; color:#333; font-family:"PingFangBold"; font-size:26px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.ly_idxExhibition ul li .idxExh_text1 span { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#666; font-family:"PingFangMedium"; font-size:14px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.ly_idxExhibition ul li .idxExh_text2 a.idxExh_name { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-family:"PingFangBold"; font-size:18px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.ly_idxExhibition ul li .idxExh_text2 a.idxExh_name:hover { color:#152c58;}
.ly_idxExhibition ul li .idxExh_text2 span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-family:"PingFangMedium"; font-size:14px; text-overflow:ellipsis; white-space: nowrap; margin:4px auto; padding:0;}
.ly_idxExhibition ul li .idxExh_text2 p { display:block; width:100%; height:96px; overflow:hidden; line-height:24px; color:#666; font-family:"PingFangMedium"; font-size:14px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.ly_idxExhibition ul li .idxExh_text3 a.idxExh_name { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-family:"PingFangBold"; font-size:18px; text-align:center; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.ly_idxExhibition ul li .idxExh_text3 a.idxExh_name:hover { color:#152c58;}
.ly_idxExhibition ul li .idxExh_text3 span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-family:"PingFangBold"; font-size:18px; text-align:center; text-overflow:ellipsis; white-space: nowrap; margin:0 auto 8px; padding:0;}
.ly_idxExhibition ul li .idxExh_text3 a.idxExh_btn { display:block; width:140px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-family:"PingFangBold"; font-size:18px; text-align:center; background:url(../images/line_bg.jpg) 0 0 repeat-y; border-radius:20px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_idxExhibition ul { width:90%;}
	.ly_idxExhibition ul li a.idxExh_img { height:178px;}
	.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { height:178px;}
	.ly_idxExhibition ul li .idxExh_text2 { padding:24px;}
	.ly_idxExhibition ul li .idxExh_text2 p { height:72px; -webkit-line-clamp: 3;}
	.ly_idxExhibition ul li .idxExh_text3 { padding:32px 24px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxExhibition { margin:60px auto; padding:60px 0;}
	.ly_idxExhibition ul { width:96%;}
	.ly_idxExhibition ul li a.idxExh_img { height:179px;}
	.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { height:179px;}
	.ly_idxExhibition ul li .idxExh_text2 { padding:24px;}
	.ly_idxExhibition ul li .idxExh_text2 p { height:72px; -webkit-line-clamp: 3;}
	.ly_idxExhibition ul li .idxExh_text3 { padding:32px 24px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxExhibition { margin:60px auto; padding:60px 0;}
	.ly_idxExhibition ul { width:96%;}
	.ly_idxExhibition ul li a.idxExh_img { height:135px;}
	.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { height:135px;}
	.ly_idxExhibition ul li .idxExh_text1 { padding:30px 0;}
	.ly_idxExhibition ul li .idxExh_text2 { padding:16px 20px;}
	.ly_idxExhibition ul li .idxExh_text2 p { height:48px; -webkit-line-clamp: 2;}
	.ly_idxExhibition ul li .idxExh_text3 { padding:16px 20px;}
	.ly_idxExhibition ul li .idxExh_text3 span { margin:0 auto;}
}
@media (max-width: 767px) {
	.ly_idxExhibition { margin:40px auto; padding:40px 0;}
	.ly_idxExhibition ul { width:94%; position:relative;}
	.ly_idxExhibition ul li { width:50%;}
	.ly_idxExhibition ul li:nth-child(5) { position:absolute; top:0; right:0;}
	
	.ly_idxExhibition ul li a.idxExh_img { height:142px;}
	.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { height:142px;}
	.ly_idxExhibition ul li .idxExh_text1 { padding:0 30px;}
	.ly_idxExhibition ul li .idxExh_text2 { padding:16px 20px;}
	.ly_idxExhibition ul li .idxExh_text2 p { height:48px; -webkit-line-clamp: 2;}
	.ly_idxExhibition ul li .idxExh_text3 { padding:16px 20px;}
	.ly_idxExhibition ul li .idxExh_text3 span { margin:0 auto;}
	.ly_idxExhibition ul li:nth-child(8) { float:right;}
}
@media (max-width: 375px) {
	.ly_idxExhibition ul li a.idxExh_img { height:129.5px;}
	.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { height:129.5px;}
	.ly_idxExhibition ul li .idxExh_text2 { padding:12px 16px;}
	.ly_idxExhibition ul li .idxExh_text3 { padding:12px;}
}
@media (max-width: 320px) {
	.ly_idxExhibition ul li a.idxExh_img { height:110px;}
	.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { height:110px;}
	.ly_idxExhibition ul li .idxExh_text1 { padding:0 16px;}
	.ly_idxExhibition ul li .idxExh_text1 p { height:28px; line-height:28px; font-size:22px;}
	.ly_idxExhibition ul li .idxExh_text2 { padding:12px 8px;}
	.ly_idxExhibition ul li .idxExh_text2 a.idxExh_name { font-size:16px;}
	.ly_idxExhibition ul li .idxExh_text2 p { height:24px; -webkit-line-clamp: 1;}
	.ly_idxExhibition ul li .idxExh_text3 { padding:20px 12px; height:auto;}
	.ly_idxExhibition ul li .idxExh_text3 a.idxExh_name { font-size:16px; height:20px; line-height:20px;}
	.ly_idxExhibition ul li .idxExh_text3 span { font-size:16px; height:20px; line-height:20px; margin:8px auto;}
	.ly_idxExhibition ul li:nth-child(8) { width:100%; height:auto; margin:2px 0 0; float:right;}
}*/

.ly_idxExhibition { width:100%; overflow:hidden; margin:80px auto; padding:80px 0; background:url(../images/idxExhibition_bg.jpg) center center no-repeat;}
.ly_idxExhibition ul { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
.ly_idxExhibition ul li { width:25%; overflow:hidden; margin:0; padding:0; float:left;}
.ly_idxExhibition ul li a.idxExh_img { display:block; width:100%; height:220px; overflow:hidden; background-color:#fff; margin:0; padding:0; position:relative;}
.ly_idxExhibition ul li a.idxExh_img img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.ly_idxExhibition ul li:hover a.idxExh_img img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { width:100%; height:220px; overflow:hidden; margin:0; padding:32px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ly_idxExhibition ul li .idxExh_text1 { padding:32px 0;}
.ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { background-color:#fff;}
.ly_idxExhibition ul li .idxExh_text3 { padding:48px 32px;}
.ly_idxExhibition ul li .idxExh_text1 p { width:100%; height:32px; overflow:hidden; line-height:32px; color:#333; font-family:"PingFangBold"; font-size:26px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.ly_idxExhibition ul li .idxExh_text1 span { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#666; font-family:"PingFangMedium"; font-size:14px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.ly_idxExhibition ul li .idxExh_text2 a.idxExh_name { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-family:"PingFangBold"; font-size:18px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.ly_idxExhibition ul li .idxExh_text2 a.idxExh_name:hover { color:#152c58;}
.ly_idxExhibition ul li .idxExh_text2 span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-family:"PingFangMedium"; font-size:14px; text-overflow:ellipsis; white-space: nowrap; margin:4px auto; padding:0;}
.ly_idxExhibition ul li .idxExh_text2 p { display:block; width:100%; height:96px; overflow:hidden; line-height:24px; color:#666; font-family:"PingFangMedium"; font-size:14px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.ly_idxExhibition ul li .idxExh_text3 a.idxExh_name { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-family:"PingFangBold"; font-size:18px; text-align:center; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.ly_idxExhibition ul li .idxExh_text3 a.idxExh_name:hover { color:#152c58;}
.ly_idxExhibition ul li .idxExh_text3 span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-family:"PingFangBold"; font-size:18px; text-align:center; text-overflow:ellipsis; white-space: nowrap; margin:0 auto 8px; padding:0;}
.ly_idxExhibition ul li .idxExh_text3 a.idxExh_btn { display:block; width:140px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-family:"PingFangBold"; font-size:18px; text-align:center; background:url(../images/line_bg.jpg) 0 0 repeat-y; border-radius:20px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_idxExhibition ul { width:90%;}
	.ly_idxExhibition ul li a.idxExh_img { height:178px;}
	.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { height:178px;}
	.ly_idxExhibition ul li .idxExh_text2 { padding:24px;}
	.ly_idxExhibition ul li .idxExh_text2 p { height:72px; -webkit-line-clamp: 3;}
	.ly_idxExhibition ul li .idxExh_text3 { padding:32px 24px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxExhibition { margin:60px auto; padding:60px 0;}
	.ly_idxExhibition ul { width:96%;}
	.ly_idxExhibition ul li a.idxExh_img { height:179px;}
	.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { height:179px;}
	.ly_idxExhibition ul li .idxExh_text2 { padding:24px;}
	.ly_idxExhibition ul li .idxExh_text2 p { height:72px; -webkit-line-clamp: 3;}
	.ly_idxExhibition ul li .idxExh_text3 { padding:32px 24px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxExhibition { margin:60px auto; padding:60px 0;}
	.ly_idxExhibition ul { width:96%;}
	.ly_idxExhibition ul li a.idxExh_img { height:135px;}
	.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { height:135px;}
	.ly_idxExhibition ul li .idxExh_text1 { padding:30px 0;}
	.ly_idxExhibition ul li .idxExh_text2 { padding:16px 20px;}
	.ly_idxExhibition ul li .idxExh_text2 p { height:48px; -webkit-line-clamp: 2;}
	.ly_idxExhibition ul li .idxExh_text3 { padding:16px 20px;}
	.ly_idxExhibition ul li .idxExh_text3 span { margin:0 auto;}
}
@media (max-width: 767px) {
	.ly_idxExhibition { margin:40px auto; padding:40px 0;}
	.ly_idxExhibition ul { width:94%; position:relative;}
	.ly_idxExhibition ul li { width:50%;}
	.ly_idxExhibition ul li:nth-child(5) { position:absolute; top:0; right:0;}
	
	.ly_idxExhibition ul li a.idxExh_img { height:142px;}
	.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { height:142px;}
	.ly_idxExhibition ul li .idxExh_text1 { padding:0 30px;}
	.ly_idxExhibition ul li .idxExh_text2 { padding:16px 20px;}
	.ly_idxExhibition ul li .idxExh_text2 p { height:48px; -webkit-line-clamp: 2;}
	.ly_idxExhibition ul li .idxExh_text3 { padding:16px 20px;}
	.ly_idxExhibition ul li .idxExh_text3 span { margin:0 auto;}
	.ly_idxExhibition ul li:nth-child(8) { float:right;}
}
@media (max-width: 375px) {
	.ly_idxExhibition ul li a.idxExh_img { height:129.5px;}
	.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { height:129.5px;}
	.ly_idxExhibition ul li .idxExh_text2 { padding:12px 16px;}
	.ly_idxExhibition ul li .idxExh_text3 { padding:12px;}
}
@media (max-width: 320px) {
	.ly_idxExhibition ul li a.idxExh_img { height:110px;}
	.ly_idxExhibition ul li .idxExh_kong, .ly_idxExhibition ul li .idxExh_text1, .ly_idxExhibition ul li .idxExh_text2, .ly_idxExhibition ul li .idxExh_text3 { height:110px;}
	.ly_idxExhibition ul li .idxExh_text1 { padding:0 16px;}
	.ly_idxExhibition ul li .idxExh_text1 p { height:28px; line-height:28px; font-size:22px;}
	.ly_idxExhibition ul li .idxExh_text2 { padding:12px 8px;}
	.ly_idxExhibition ul li .idxExh_text2 a.idxExh_name { font-size:16px;}
	.ly_idxExhibition ul li .idxExh_text2 p { height:24px; -webkit-line-clamp: 1;}
	.ly_idxExhibition ul li .idxExh_text3 { padding:20px 12px; height:auto;}
	.ly_idxExhibition ul li .idxExh_text3 a.idxExh_name { font-size:16px; height:20px; line-height:20px;}
	.ly_idxExhibition ul li .idxExh_text3 span { font-size:16px; height:20px; line-height:20px; margin:8px auto;}
	.ly_idxExhibition ul li:nth-child(8) { width:100%; height:auto; margin:2px 0 0; float:right;}
}
/*相约展会 结束*/


/*新闻中心 开始*/
.ly_idxNews { width:1200px; height:auto; margin:80px auto; padding:0;}
.ly_idxNewAbout { width:40%; height:auto; margin:0; padding:0; background-color:#fff; box-shadow:0 0 12px rgba(172, 172, 172, 0.15); float:left;}
.ly_idxNewAbout .lyIdxNewAbout_img { width:100%; height:auto; margin:0; padding:0;}
.ly_idxNewAbout .lyIdxNewAbout_img a { display:block; width:100%; height:140px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.ly_idxNewAbout .lyIdxNewAbout_img a img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.ly_idxNewAbout .lyIdxNewAbout_img a:hover img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.ly_idxNewAbout .lyIdxNewAbout_text { width:100%; overflow:hidden; margin:0 auto; padding:30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_idxNewAbout .lyIdxNewAbout_text a.lyIdxNewAbout_name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangBold"; font-size:20px; text-align:center; text-overflow:ellipsis; white-space: nowrap; margin:0 auto 4px; padding:0;}
.ly_idxNewAbout .lyIdxNewAbout_text a.lyIdxNewAbout_name:hover { color:#152c58;}
.ly_idxNewAbout .lyIdxNewAbout_text .lyIdxNewAbout_con { width:100%; height:96px; overflow:hidden; line-height:24px; color:#666; font-family:"PingFangMedium"; font-size:14px; text-align:center; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}

.lyIdxNews_list { width:60%; height:auto; margin:0; padding:0 0 0 40px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNews_list ul li { width:100%; height:auto; margin:0 auto 20px; padding:8px; background-color:#fff; box-shadow:0 0 12px rgba(172, 172, 172, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNews_list ul li:last-child { margin:0 auto;}
.lyIdxNews_list ul li:hover { box-shadow:0 0 12px rgba(172, 172, 172, 0.5);}
.lyIdxNews_list ul li .lyIdxNews_con { width:100%; height:84px; overflow:hidden; margin:0; padding:0 0 0 84px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNews_list ul li .lyIdxNews_con .lyIdxNews_time { width:84px; height:84px; overflow:hidden; margin:0; padding:16px 0; background-color:#f5f5f5; position:absolute; left:0; top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNews_list ul li:hover .lyIdxNews_con .lyIdxNews_time { background-color:#152c58;}
.lyIdxNews_list ul li .lyIdxNews_con .lyIdxNews_text { width:100%; height:auto; margin:0; padding:0 12px 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNews_list ul li .lyIdxNews_con .lyIdxNews_time span { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#999; font-family:"PingFangMedium"; font-size:14px; text-align:center; margin:0 auto; padding:0;}
.lyIdxNews_list ul li .lyIdxNews_con .lyIdxNews_time p { width:100%; height:32px; overflow:hidden; line-height:32px; color:#999; font-family:"PingFangMedium"; font-size:22px; text-align:center; margin:0 auto; padding:0;}
.lyIdxNews_list ul li:hover .lyIdxNews_con .lyIdxNews_time span, .lyIdxNews_list ul li:hover .lyIdxNews_con .lyIdxNews_time p { color:#fff;}
.lyIdxNews_list ul li .lyIdxNews_con .lyIdxNews_text a { display:block; width:100%; height:36px; overflow:hidden; line-height:36px; color:#333; font-family:"PingFangBold"; font-size:20px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.lyIdxNews_list ul li:hover .lyIdxNews_con .lyIdxNews_text a { color:#152c58;}
.lyIdxNews_list ul li .lyIdxNews_con .lyIdxNews_text p { display:block; width:100%; height:44px; overflow:hidden; line-height:22px; color:#666; font-family:"PingFangMedium"; font-size:14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_idxNews { width:90%;}
	.ly_idxNewAbout { width:42.5%;}
	.ly_idxNewAbout .lyIdxNewAbout_img a { height:120px;}
	.ly_idxNewAbout .lyIdxNewAbout_text { padding:27px 30px;}
	.ly_idxNewAbout .lyIdxNewAbout_text .lyIdxNewAbout_con { height:120px; -webkit-line-clamp: 5;}
	
	.lyIdxNews_list { width:57.5%; padding:0 0 0 30px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxNews { width:96%; margin:60px auto;}
	.ly_idxNewAbout { width:42.5%;}
	.ly_idxNewAbout .lyIdxNewAbout_img a { height:122px;}
	.ly_idxNewAbout .lyIdxNewAbout_text { padding:26px 30px;}
	.ly_idxNewAbout .lyIdxNewAbout_text .lyIdxNewAbout_con { height:120px; -webkit-line-clamp: 5;}
	
	.lyIdxNews_list { width:57.5%; padding:0 0 0 30px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxNews { width:96%; margin:60px auto;}
	.ly_idxNewAbout { width:100%; margin:0 auto 20px; padding:0; float:inherit;}
	.ly_idxNewAbout .lyIdxNewAbout_img a { height:auto;}
	.ly_idxNewAbout .lyIdxNewAbout_img a img { display:block; width:100%; height:auto; position:inherit; left:inherit; top:inherit; right:inherit;}
	.ly_idxNewAbout .lyIdxNewAbout_text { padding:24px;}
	.ly_idxNewAbout .lyIdxNewAbout_text .lyIdxNewAbout_con { height:72px; -webkit-line-clamp: 3;}
	
	.lyIdxNews_list { width:100%; margin:0 auto; padding:0; float:inherit;}
}
@media (max-width: 767px) {
	.ly_idxNews { width:94%; margin:40px auto;}
	.ly_idxNewAbout { width:100%; margin:0 auto 20px; padding:0; float:inherit;}
	.ly_idxNewAbout .lyIdxNewAbout_img a { height:auto;}
	.ly_idxNewAbout .lyIdxNewAbout_img a img { display:block; width:100%; height:auto; position:inherit; left:inherit; top:inherit; right:inherit;}
	.ly_idxNewAbout .lyIdxNewAbout_text { padding:20px;}
	.ly_idxNewAbout .lyIdxNewAbout_text .lyIdxNewAbout_con { height:72px; -webkit-line-clamp: 3;}
	
	.lyIdxNews_list { width:100%; margin:0 auto; padding:0; float:inherit;}
	.lyIdxNews_list ul li .lyIdxNews_con .lyIdxNews_text { padding:0 4px 0 12px;}
}
@media (max-width: 375px) {
	
}
@media (max-width: 320px) {
	.ly_idxNewAbout .lyIdxNewAbout_text { padding:12px;}
	.ly_idxNewAbout .lyIdxNewAbout_text a.lyIdxNewAbout_name { font-size:18px; margin:0 auto;}
	.lyIdxNews_list ul li .lyIdxNews_con .lyIdxNews_text a { font-size:18px;}
}


/*底部 开始*/
.ly_foot { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#333;}
.ly_foot .ly_Ftmain { width:1200px; overflow:hidden; margin:0 auto; padding:48px 0;}
.ly_Ftmain .ly_Ftleft { width:272px; overflow:hidden; margin:0; padding:0; float:left;}
.ly_Ftleft .ly_Ftlogo { width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
.ly_Ftleft .ly_Ftlogo a { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
.ly_Ftleft .ly_Ftlogo a img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
.ly_Ftleft .ly_Ftlogo a em { display:block; width:100%; height:1px; overflow:hidden; margin:6px auto 4px; padding:0; background-color:rgba(255, 255, 255, 0.3);}
.ly_Ftleft .ly_Ftlogo a p { width:100%; overflow:hidden; line-height:20px; color:#eee; font-family:"PingFangRegular"; font-size:16px; text-align:right; margin:0 auto; padding:0;}
.ly_Ftleft .ly_Ftewm { width:100%; overflow:hidden; margin:0 auto; padding:0; text-align:right;}
.ly_Ftleft .ly_Ftewm img { display:inline-block; width:120px; height:120px; margin:0; padding:0;}
.ly_Ftmain .ly_Ftright { width:62%; overflow:hidden; margin:0; padding:0; float:right;}
.ly_Ftright ul li { width:22%; overflow:hidden; margin:0 ; padding:0; float:left;}
.ly_Ftright ul li:nth-child(5) { width:12%;}
.ly_Ftright ul li p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-family:"PingFangMedium"; font-size:18px; margin:0 auto; padding:0;}
.ly_Ftright ul li a { display:block; width:100%; height:36px; overflow:hidden; line-height:36px; color:#eee; font-family:"PingFangRegular"; font-size:14px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.ly_Ftright ul li a:hover { color:#fff;}

.ly_foot .ly_FtContact { width:1200px; overflow:hidden; margin:0 auto; padding:32px 0; border-top:1px solid rgba(255, 255, 255, 0.3);}
.ly_FtContact .ly_FtAddr { width:30%; overflow:hidden; margin:0; padding:0; float:left;}
.ly_FtAddr p { width:100%; overflow:hidden; line-height:24px; color:#fff; font-family:"PingFangRegular"; font-size:14px; margin:0; padding:0 0 0 32px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_FtAddr p img { display:block; width:24px; height:24px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:0;}
.ly_FtContact .ly_Ftlxxx { width:40%; overflow:hidden; margin:0; padding:0 10%; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_Ftlxxx ul li { width:100%; overflow:hidden; line-height:24px; color:#fff; font-family:"PingFangRegular"; font-size:14px; margin:4px auto; padding:0 0 0 32px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_Ftlxxx ul li img { display:block; width:24px; height:24px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:0;}
.ly_FtContact .ly_FtShare { width:30%; overflow:hidden; margin:0; padding:0; float:right;}
.ly_FtShare p, .ly_FtShare span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-family:"PingFangRegular"; font-size:14px; text-align:right; margin:0 auto; padding:0;}
.ly_FtShare p a { display:inline-block; width:24px; height:24px; vertical-align:middle; margin:-2px 5px 0 5px; padding:0;}
.ly_FtShare span { font-size:12px;}
.ly_FtShare span a { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 5px 0 5px; padding:0;}
.ly_FtShare span a img { display:block; width:18px; height:18px;}

.ly_foot .ly_FtCopy { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#292a2c;}
.ly_FtCopy p { width:100%; overflow:hidden; line-height:24px; color:#fff; font-family:"PingFangRegular"; font-size:14px; text-align:center; margin:0 auto; padding:12px 0;}
.ly_FtCopy p a { color:#fff;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_foot .ly_Ftmain, .ly_foot .ly_FtContact, .ly_FtCopy p { width:90%;}
	.ly_Ftmain .ly_Ftright { width:64%;}
	.ly_FtContact .ly_Ftlxxx { padding:0 6%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_foot .ly_Ftmain, .ly_foot .ly_FtContact, .ly_FtCopy p { width:96%;}
	.ly_Ftmain .ly_Ftright { width:64%;}
	.ly_FtContact .ly_Ftlxxx { padding:0 6%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_foot .ly_Ftmain, .ly_foot .ly_FtContact, .ly_FtCopy p { width:96%;}
	.ly_Ftmain .ly_Ftleft { margin:0 auto 20px; float:inherit;}
	.ly_Ftleft .ly_Ftlogo a p { text-align:center;}
	.ly_Ftleft .ly_Ftewm { text-align:center;}
	.ly_Ftmain .ly_Ftright { width:100%; float:inherit;}
	.ly_FtContact .ly_FtAddr { width:50%;}
	.ly_FtContact .ly_Ftlxxx { width:50%; padding:0 0 0 10%;}
	.ly_FtContact .ly_FtShare { display:none;}
}
@media (max-width: 767px) {
	.ly_foot .ly_Ftmain, .ly_foot .ly_FtContact { width:94%; padding:24px 0;}
	.ly_FtCopy p { width:94%;}
	.ly_Ftmain .ly_Ftleft { margin:0 auto; float:inherit;}
	.ly_Ftleft .ly_Ftlogo a p { text-align:center;}
	.ly_Ftleft .ly_Ftewm { text-align:center;}
	.ly_Ftmain .ly_Ftright { display:none; width:100%; float:inherit;}
	.ly_FtContact .ly_FtAddr { width:100%; float:inherit;}
	.ly_FtContact .ly_Ftlxxx { width:100%; padding:0; float:inherit;}
	.ly_FtContact .ly_FtShare { display:none;}
}
@media (max-width: 320px) {
}
/*底部 结束*/


/**新闻中心banner 开始**/
.NyNews_Banner { width:100%; height:600px; overflow:hidden; margin:0 auto; padding:0;}
.NyNews_Banner a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyNews_Banner a img { display:block; width:1920px; height:600px; margin:-300px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.NyNews_Banner { height:480px;}
	.NyNews_Banner a img { width:1536px; height:480px; margin:-240px 0 0 -768px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.NyNews_Banner { height:480px;}
	.NyNews_Banner a img { width:1536px; height:480px; margin:-240px 0 0 -768px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NyNews_Banner { height:350px;}
	.NyNews_Banner a img { width:1120px; height:350px; margin:-175px 0 0 -560px;}
}
@media (max-width: 767px) {
	.NyNews_Banner { height:180px;}
	.NyNews_Banner a img { width:576px; height:180px; margin:-90px 0 0 -288px;}
}
@media (max-width: 320px) {
	.NyNews_Banner { height:150px;}
	.NyNews_Banner a img { width:480px; height:150px; margin:-75px 0 0 -240px;}
}
/**新闻中心banner 结束**/


/*面包屑 开始*/
.ly_crumb { width:1200px; overflow:hidden; margin:20px auto; padding:0 0 0 24px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_crumb img { display:block; width:20px; height:20px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:10px;}
.ly_crumb p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#999; font-family:"PingFangMedium"; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 0 0 18px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_crumb p a { color:#999;}
.ly_crumb p a:hover { color:#e7580c;}
.ly_crumb p span { display:block; width:8px; height:8px; background:url(../images/jt15.png) center center no-repeat; margin:0; padding:0; position:absolute; left:4px; top:16px;}
.ly_crumb p:hover span { background:url(../images/jt16.png) center center no-repeat;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_crumb { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.ly_crumb { width:96%;}
	.ly_crumb p { height:auto;}
}
@media (max-width: 767px) {
	.ly_crumb { width:94%;}
	.ly_crumb p { height:auto; line-height:30px; font-size:16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space:inherit; padding:5px 0 5px 18px;}
}
@media (max-width: 320px) {
	.ly_crumb { width:94%;}
	.ly_crumb p { height:auto; line-height:24px; font-size:14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space:inherit; padding:8px 0 8px 18px;}
}
/*面包屑 结束*/


/*内页-关于我们 开始*/
.ly_NyAboutus { width:100%; min-height: 480px; overflow:hidden; margin:0 auto; padding:0;}

/*关于我们-公司简介 开始*/
.ny_title { width:100%; overflow:hidden; margin:0 auto 40px; padding:0; text-align:center;}
.ny_title p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangMedium"; font-size:32px; text-align:center; margin:0 auto 16px; padding:0;}
.ny_title span { display:inline-block; height:24px; line-height:24px; color:#fff; font-family:"PingFangMedium"; font-size:14px; margin:0 auto; padding:0 20px; background-color:#184d8f;}

.ly_Gsjj { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}
.lyGsjj_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyGsjj_main .lyGsjj_text { width:100%; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyGsjj_text p { line-height:30px; color:#787878; font-family:"PingFangMedium"; font-size:16px; text-align:justify; text-indent:2em; word-break: break-all; margin:0 auto; padding:0;}
.lyGsjj_text p span, .lyGsjj_text p em { color:#787878!important; font-family:"PingFangMedium"!important; font-size:14px!important; font-style:normal!important; font-weight:normal!important;}

.lyNyAbout_data { width:100%; overflow:hidden; margin:40px auto 0; padding:0; text-align:center;}
.lyNyAbout_data ul li { width:33.333333%; margin:0; padding:0; border-left:1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyAbout_data ul li:last-child { border-right:1px solid #eaeaea;}
.lyNyAbout_data ul li .lyNyAbout_DataTitle { width:100%; height:60px; overflow:hidden; line-height:60px; color:#e5520d; font-family: "BarlowBlack"; font-size:56px; font-weight:bold; text-align:center;}
.lyNyAbout_data ul li .lyNyAbout_DataTitle span { line-height:30px; font-family:"PingFangMedium"; font-size:14px; font-weight:normal; vertical-align:top;}
.lyNyAbout_data ul li em { display:block; width:24px; height:2px; overflow:hidden; margin:20px auto; padding:0; background-color:#e5520d;}
.lyNyAbout_data ul li p { width:100%; height:20px; overflow:hidden; line-height:20px; color:#333; font-family:"PingFangMedium"; font-size:16px; text-align:center; margin:0 auto; padding:0;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Gsjj { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Gsjj { width:96%; margin:0 auto 40px;}	
	.lyNyAbout_data { width:100%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_title { margin:0 auto 20px;}
	.ny_title p { font-size:28px; margin:0 auto 8px;}
	
	.ly_Gsjj { width:96%; margin:0 auto 40px;}
	.lyNyAbout_data { width:100%;}
	.lyNyAbout_data ul li .lyNyAbout_DataTitle { font-size:48px;}
	.lyNyAbout_data ul li em { margin:12px auto;}
}
@media (max-width: 767px) {
	.ny_title { margin:0 auto 20px;}
	.ny_title p { height: auto; line-height:36px; font-size:25px; margin:0 auto 8px; padding:0;}
	
	.ly_Gsjj { width:94%; margin:0 auto 40px;}
	.lyGsjj_text p { line-height:28px; font-size:14px;}
	.lyNyAbout_data { width:80%; margin:15px auto 0;}
	.lyNyAbout_data ul li { width:100%; padding:20px 0; border:0; border-top:1px solid #dfdfdf;}
	.lyNyAbout_data ul li:last-child { border-right:0; border-bottom:1px solid #dfdfdf;}
	.lyNyAbout_data ul li .lyNyAbout_DataTitle { font-size:52px;}
	.lyNyAbout_data ul li em { margin:15px auto;}
}
/*关于我们-公司简介 结束*/

/*关于我们-企业文化 开始*/
.ly_Qywh { width:100%; overflow:hidden; margin:60px auto; padding:0;}
.ly_Qywh .lyQywh_title { width:100%; overflow:hidden; margin:0 auto; padding:40px 0 80px; background-color:#184d8f;}
.lyQywh_title .ny_title { margin:0 auto;}
.lyQywh_title .ny_title p { color:#fff;}
.lyQywh_title .ny_title span { background-color:rgba(255, 255, 255, 0.3);}

.ly_Qywh .lyQywh_list { width:1200px; overflow:hidden; margin:-40px auto 0; padding:0;}
.lyQywh_list ul li { width:22%; overflow:hidden; margin:0 4% 0 0; padding:24px; background-color:#f5f5f5; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyQywh_list ul li:last-child { margin:0;}
.lyQywh_list ul li img { display:block; width:96px; height:96px; overflow:hidden; margin:0 auto; padding:0; border-radius:50%;}
.lyQywh_list ul li .lyQywh_name { width:100%; height:36px; overflow:hidden; line-height:36px; color:#333; font-family:"PingFangBold"; font-size:22px; text-align:center; margin:16px auto 8px; padding:0;}
.lyQywh_list ul li p { width: 100%; height: 56px; overflow:hidden; line-height: 28px; color: #999; font-family:"PingFangMedium"; font-size: 16px; text-align:center; word-break: break-all; display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin: 0 auto; padding: 0;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Qywh .lyQywh_list { width:90%;}
	.lyQywh_list ul li { width:23.5%; margin:0 2% 0 0; padding:20px;}
	.lyQywh_list ul li p { height:84px; -webkit-line-clamp: 3;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Qywh { margin:40px auto;}
	.ly_Qywh .lyQywh_list { width:96%;}
	.lyQywh_list ul li { width:23.5%; margin:0 2% 0 0; padding:20px;}
	.lyQywh_list ul li p { height:84px; -webkit-line-clamp: 3;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_Qywh { margin:40px auto 20px;}
	.ly_Qywh .lyQywh_list { width:96%;}
	.lyQywh_list ul li { width:48.5%; margin:0 3% 20px 0; padding:20px;}
	.lyQywh_list ul li:nth-child(2n+2) { margin:0 0 20px;}
	.lyQywh_list ul li:last-child { margin:0 0 20px;}
	.lyQywh_list ul li p { height:56px; -webkit-line-clamp: 2;}
}
@media (max-width: 767px) {
	.ly_Qywh { margin:40px auto;}
	.ly_Qywh .lyQywh_list { width:94%;}
	.lyQywh_list ul li { width:100%; margin:0 auto 20px; padding:20px;}
	.lyQywh_list ul li:nth-child(2n+2) { margin:0 auto 20px;}
	.lyQywh_list ul li:last-child { margin:0 auto;}
	.lyQywh_list ul li .lyQywh_name { font-size:22px;}
	.lyQywh_list ul li p { height:auto; max-height:56px; -webkit-line-clamp: 2;}
}
/*关于我们-企业文化 结束*/


/*关于我们-发展历程 开始*/
.ly_AboutHistory { width:1200px; overflow:hidden; margin:60px auto; padding:0;}
.ly_AboutHistory .lyAboutHistory_main { width:100%; overflow:hidden; margin:0 auto; padding:50px 0 100px; background:url(../images/dot1.jpg) center top repeat-y; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutHistory_main i { display:block; width:12px; height:12px; overflow:hidden; margin:0 0 0 -6px; padding:0; background-color:#184d8f; border-radius:50%; position:absolute; top:0; left:50%;}
.lyAboutHistory_main .lyAboutHistory_list { width:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyAboutHistory_list ul { width:100%;}
.lyAboutHistory_list ul li { width:50%; height:auto; margin:60px 0 0; padding:0 25px 0 0; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutHistory_list ul li:first-child { margin:0;}
.lyAboutHistory_list ul li:nth-child(2n+2) { float:right; margin:60px 0 0; padding:0 0 0 25px;}
.lyAboutHistory_con { width:100%; overflow:hidden; margin:0 auto; padding: 20px 40px; border:1px solid #e8e8e8; border-radius:10px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutHistory_con .lyAboutHistory_text { width:100%; height:56px; overflow:hidden; line-height:28px; color:#666; font-family:"PingFangMedium"; font-size:16px; text-align:justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin:0; padding:0;}
.lyAboutHistory_con .lyAboutHistory_time { width:100%; height:40px; overflow:hidden; line-height:40px; color:#184d8f; font-family:"Ariblk"; font-size:28px; margin:0 auto; padding:0;}

.lyAboutHistory_list ul li em, .lyAboutHistory_list ul li:nth-child(2n+2) em { display:block; width:38px; height:24px; overflow:hidden; margin:0; padding:0; position:absolute; top:25px;}
.lyAboutHistory_list ul li em { background:url(../images/dot2.png) center center no-repeat; background-size:38px 24px; right:-12px;}
.lyAboutHistory_list ul li:nth-child(2n+2) em { background:url(../images/dot3.png) center center no-repeat; background-size:38px 24px; left:-12px;}

.ly_AboutHistory a.ZKmore { display:block; width:160px; height:50px; overflow:hidden; line-height:50px; color:#fff; font-family:"PingFangMedium"; font-size:18px; text-align:center; margin:0 0 0 -80px; padding:0; background-color:#184d8f; border-radius:4px; position:absolute; bottom:0; left:50%; cursor:pointer;}
.ly_AboutHistory a.ZKmore:hover { background-color:#e5520d;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_AboutHistory { width:90%;}
	.lyAboutHistory_con { padding:20px;}
	.lyAboutHistory_con .lyAboutHistory_time { top:25px; right:24px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_AboutHistory { width:96%; margin:40px auto;}
	.lyAboutHistory_con { padding:20px;}
	.lyAboutHistory_con .lyAboutHistory_time { top:25px; right:24px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_AboutHistory { width:96%; margin:20px auto 40px;}
	.ly_AboutHistory .lyAboutHistory_main { padding:50px 0; background: url(../images/dot1.jpg) 12px top repeat-y;}
	.lyAboutHistory_main i { left:6px; margin:0;}
	.lyAboutHistory_main .lyAboutHistory_list { padding:0 0 0 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.lyAboutHistory_list ul li { width:100%; margin: 0 0 30px; padding:0 0 0 25px;}
	.lyAboutHistory_list ul li:nth-child(2n+2) { margin: 0 0 30px;}
	.lyAboutHistory_list ul li:first-child { margin: 0 0 30px;}
	.lyAboutHistory_list ul li em { left:-12px; right:inherit; background: url(../images/dot3.png) center center no-repeat;}
	.lyAboutHistory_con { padding:12px 20px;}
	
	.ly_AboutHistory a.ZKmore { margin:0; left:12px;}	
}
@media (max-width: 767px) {
	.ly_AboutHistory { width:94%; margin:20px auto 40px;}
	.ly_AboutHistory .lyAboutHistory_main { padding:40px 0 48px; background: url(../images/dot1.jpg) 12px top repeat-y;}
	.lyAboutHistory_main i { left:6px; margin:0;}
	.lyAboutHistory_main .lyAboutHistory_list { padding:0 0 0 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.lyAboutHistory_list ul li { width:100%; margin: 0 0 24px; padding:0 0 0 25px;}
	.lyAboutHistory_list ul li:nth-child(2n+2) { margin: 0 0 24px;}
	.lyAboutHistory_list ul li:first-child { margin: 0 0 24px;}
	.lyAboutHistory_list ul li em { left:-12px; right:inherit; background: url(../images/dot3.png) center center no-repeat;}
	.lyAboutHistory_con { padding:10px 20px;}
	.lyAboutHistory_con .lyAboutHistory_time { width:100%; height:40px; line-height:40px; font-size:24px;}
	.lyAboutHistory_con .lyAboutHistory_text { height:auto; line-height:26px; font-size:15px; -webkit-line-clamp: 10;}
	
	.ly_AboutHistory a.ZKmore { height:48px; line-height:48px; margin:0; left:12px;}
}
@media (max-width: 320px) {
	.lyAboutHistory_list ul li { margin: 0 0 40px;}
	.lyAboutHistory_list ul li:nth-child(2n+2) { margin: 0 0 40px;}
	.lyAboutHistory_list ul li:first-child { margin: 0 0 40px;}
	.lyAboutHistory_con { padding:64px 12px 12px; border-radius:4px;}
	.lyAboutHistory_con .lyAboutHistory_time { left:12px; top:12px;}
	.lyAboutHistory_con .lyAboutHistory_text { line-height:24px; font-size:14px;}
}
/*关于我们-发展历程 结束*/


/*关于我们-荣誉资质 开始*/
.ly_AboutHonor { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#f3f3f3;}
.lyAboutHonor_list { width:1200px; height:auto; margin:0 auto; padding:0 60px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_honor_scoll { width:100%; padding:0;}
.ny_honor_scoll .item { position:relative;}
.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext { background:url(../images/jiantou_l.png) center center no-repeat; width:25px; height:45px; position:absolute; left:-60px; top:50%; margin-top:-22.5px;cursor:pointer;}
.ny_honor_scoll .lSNext { left:auto; right:-60px; background:url(../images/jiantou_r.png) center center no-repeat;}
.ny_honor_scoll .lSPrev:hover { background:url(../images/jiantou_l0.png) center center no-repeat;}
.ny_honor_scoll .lSNext:hover { background:url(../images/jiantou_r0.png) center center no-repeat;}
.ny_honor_scoll .content-slider { width:100%; overflow:hidden;}
.ny_honor_scoll .content-slider li .pic { display:block; width:100%; height:228px; background-color:#fff; text-align:center; margin:0 auto 1px; padding:0; position:relative; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li .pic img { max-width:95%; max-height:95%; vertical-align:middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.ny_honor_scoll .content-slider li .pic .iblock { display:inline-block; height:100%; width:0; vertical-align:middle}
.ny_honor_scoll .content-slider li:hover .pic img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.ny_honor_scoll .lSPager { display:none;}

.ny_honor_scoll .content-slider li .lyAboutHonor_text { display:block; width:100%; height:48px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangMedium"; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:4px 10px; background-color:#fff; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li:hover .lyAboutHonor_text { background-color:#e5520d; color:#fff;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.lyAboutHonor_list { width:100%; padding:0 5%;}
	.ny_honor_scoll { padding: 0 0 0;}
	.ny_honor_scoll .item { overflow: hidden;}
	.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext { display:none;}
	.ny_honor_scoll .content-slider li .pic { height:220px;}
	.ny_honor_scoll .content-slider li .lyAboutHonor_text { height:48px; padding:4px 10px; font-size:14px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_AboutHonor { padding:40px 0;}
	.lyAboutHonor_list { width:100%; padding:0 6%;}
	.ny_honor_scoll { padding: 0 0 0;}
	.ny_honor_scoll .item { overflow: hidden;}
	.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext { display:none;}
	.ny_honor_scoll .content-slider li .pic { height:280px;}
	.lSAction { display:none;}
	.ny_honor_scoll .content-slider li .lyAboutHonor_text { height:48px; padding:4px 10px; font-size:14px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_AboutHonor { padding:40px 0;}
	.lyAboutHonor_list { width:100%; margin:0 auto; padding:0 4%;}
	.ny_honor_scoll { padding: 0 0 0;}
	.ny_honor_scoll .item { overflow: hidden;}
	.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext { display:none;}
	.ny_honor_scoll .content-slider li .pic { height:280px;}
	.lSAction { display:none;}
	.ny_honor_scoll .content-slider li .lyAboutHonor_text { height:48px; padding:4px 10px; font-size:14px;}
}
@media (max-width: 767px) {
	.ly_AboutHonor { padding:40px 0;}
	.lyAboutHonor_list { width:100%; margin:0 auto; padding:0 3%;}	
	.ny_honor_scoll { padding: 0;}
	.ny_honor_scoll .item { overflow: hidden;}
	.ny_honor_scoll .content-slider li .pic { height:150px;}
	.lSAction { display:none;}
	.ny_honor_scoll .content-slider li .lyAboutHonor_text { height:48px; padding:4px 10px; font-size:14px;}
}
@media (max-width: 320px) {
	.ny_honor_scoll .content-slider li .pic { height:125px;}
}
/*关于我们-荣誉资质 结束*/

/*内页-关于我们 结束*/


/*新闻分类 开始*/
.NyNews_tab { width:1200px; overflow:hidden; margin:40px auto; padding:0;}
.NyNews_tab ul li { width:18.4%; overflow:hidden; margin:0 2% 0 0; padding:0; float:left;}
.NyNews_tab ul li:nth-child(5) { margin:0;}
.NyNews_tab ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#999; font-family:"PingFangMedium"; font-size:22px; text-align:center; white-space:nowrap; text-overflow: ellipsis; background-color:#eee; margin:0; padding:0;}
.NyNews_tab ul li a:hover, .NyNews_tab ul li a.Tabon { color:#fff; background-color:#184d8f;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.NyNews_tab { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.NyNews_tab { width:96%;}
	.NyNews_tab ul li a { font-size:20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NyNews_tab { width:96%; margin:20px auto;}
	.NyNews_tab ul li a { font-size:20px;}
}
@media (max-width: 767px) {
	.NyNews_tab { width:94%; margin:20px auto;}
	.NyNews_tab ul li { width:48.5%; margin:0 3% 10px 0;}
	.NyNews_tab ul li:nth-child(5) { margin:0 3% 10px 0;}
	.NyNews_tab ul li:nth-child(2n+2) { margin:0 0 10px;}
	.NyNews_tab ul li a { height:44px; line-height:44px; font-size:18px;}
}
@media (max-width: 320px) {
	.NyNews_tab ul li a { font-size:16px;}
}
/*新闻分类 结束*/


/*新闻列表 开始*/
.NyNews_list { width:1200px; min-height:260px; overflow:hidden; margin:80px auto; padding:0;}
.NyNews_list ul li { width:32%; overflow:hidden; margin:0 2% 40px 0; padding:0; float:left;}
.NyNews_list ul li:nth-child(3n+3) { margin:0 0 40px;}
.NyNews_list ul li .NyNews_img { width:100%; height:260px; overflow:hidden; margin:0 auto; padding:0;}
.NyNews_list ul li .NyNews_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative;}
.NyNews_list ul li .NyNews_img a img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.NyNews_list ul li:hover .NyNews_img a img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.NyNews_list ul li .NyNews_text { width:90%; height:auto; margin:-40px auto 0; padding:0 0 10px; background-color:#fff; border-bottom:2px solid #184d8f; position:relative;}
.NyNews_list ul li:hover .NyNews_text { box-shadow:0 -4px 8px rgba(0, 0, 0, 0.1);}
.NyNews_list ul li .NyNews_text a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangMedium"; font-size:20px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyNews_list ul li:hover .NyNews_text a { color:#184d8f;}
.NyNews_list ul li .NyNews_text p { width:100%; height:28px; overflow:hidden; line-height:28px; color:#666; font-family:"PingFangRegular"; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.NyNews_list { width:90%; margin:60px auto;}
	.NyNews_list ul li .NyNews_img { height:210px;}
	.NyNews_list ul li .NyNews_text a { padding:0 16px;}
	.NyNews_list ul li .NyNews_text p { padding:0 16px;}
}
@media screen and (max-width:1079px)  and (min-width:1024px) {
	.NyNews_list { width:96%; margin:40px auto;}
	.NyNews_list ul li { margin:0 2% 32px 0;}
	.NyNews_list ul li:nth-child(3n+3) { margin:0 0 32px;}
	.NyNews_list ul li .NyNews_img { height:213px;}
	.NyNews_list ul li .NyNews_text a { font-size:16px; padding:0 16px;}
	.NyNews_list ul li .NyNews_text p { padding:0 16px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NyNews_list { width:96%; margin:40px auto;}
	.NyNews_list ul li { width:48.5%; margin:0 3% 24px 0;}
	.NyNews_list ul li:nth-child(3n+3) { margin:0 3% 24px 0;}
	.NyNews_list ul li:nth-child(2n+2) { margin:0 0 24px;}
	.NyNews_list ul li .NyNews_img { height:243px;}
	.NyNews_list ul li .NyNews_text a { font-size:16px; padding:0 16px;}
	.NyNews_list ul li .NyNews_text p { padding:0 16px;}
}
@media (max-width: 767px) {
	.NyNews_list { width:94%; margin:20px auto;}
	.NyNews_list ul li { width:100%; margin:0 auto 20px 0;}
	.NyNews_list ul li:nth-child(3n+3) { margin:0 auto 20px 0;}
	.NyNews_list ul li:nth-child(2n+2) { margin:0 auto 20px;}
	.NyNews_list ul li .NyNews_img { height:260px;}
	.NyNews_list ul li .NyNews_text a { font-size:18px; padding:0 16px;}
	.NyNews_list ul li .NyNews_text p { padding:0 16px;}
}
@media (max-width: 414px) {
	.NyNews_list ul li .NyNews_img { height:260px;}
}
@media (max-width: 375px) {
	.NyNews_list ul li .NyNews_img { height:239px;}
}
@media (max-width: 320px) {
	.NyNews_list ul li .NyNews_img { height:204px;}
	.NyNews_list ul li .NyNews_text a { font-size:16px; padding:0 12px;}
	.NyNews_list ul li .NyNews_text p { padding:0 12px;}
}
/*新闻列表 结束*/


/*合作伙伴列表 开始*/
.NyPartner_list { width:1200px; min-height:260px; overflow:hidden; margin:80px auto; padding:0;}
.NyPartner_list ul li { width:32%; overflow:hidden; margin:0 2% 40px 0; padding:0; float:left;}
.NyPartner_list ul li:nth-child(3n+3) { margin:0 0 40px;}
.NyPartner_list ul li .NyPartner_img { width:100%; height:240px; overflow:hidden; margin:0 auto 20px; padding:0;}
.NyPartner_list ul li .NyPartner_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative;}
.NyPartner_list ul li .NyPartner_img a img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.NyPartner_list ul li:hover .NyPartner_img a img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.NyPartner_list ul li .NyPartner_text { width:100%; height:auto; margin:0 auto; padding:0; position:relative;}
.NyPartner_list ul li .NyPartner_text a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangMedium"; font-size:18px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyPartner_list ul li:hover .NyPartner_text a { color:#184d8f;}
.NyPartner_list ul li .NyPartner_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#666; font-family:"PingFangRegular"; font-size:14px; text-align:center; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.NyPartner_list { width:90%; margin:60px auto;}
	.NyPartner_list ul li .NyPartner_img { height:194px;}
}
@media screen and (max-width:1079px)  and (min-width:1024px) {
	.NyPartner_list { width:96%; margin:40px auto;}
	.NyPartner_list ul li .NyPartner_img { height:196px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NyPartner_list { width:96%; margin:40px auto;}
	.NyPartner_list ul li { width:48.5%; margin:0 3% 40px 0;}
	.NyPartner_list ul li:nth-child(3n+3) { margin:0 3% 40px 0;}
	.NyPartner_list ul li:nth-child(2n+2) { margin:0 0 40px;}
	.NyPartner_list ul li .NyPartner_img { height:224px;}
}
@media (max-width: 767px) {
	.NyPartner_list { width:94%; margin:20px auto;}
	.NyPartner_list ul li { width:100%; margin:0 auto 24px 0;}
	.NyPartner_list ul li:nth-child(3n+3) { margin:0 auto 24px 0;}
	.NyPartner_list ul li:nth-child(2n+2) { margin:0 auto 24px;}
	.NyPartner_list ul li .NyPartner_img { height:240px;}
}
@media (max-width: 414px) {
	.NyPartner_list ul li .NyPartner_img { height:240px;}
}
@media (max-width: 375px) {
	.NyPartner_list ul li .NyPartner_img { height:221px; margin:0 auto 12px;}
}
@media (max-width: 320px) {
	.NyPartner_list ul li .NyPartner_img { height:188px; margin:0 auto 12px;}
}
/*合作伙伴列表 结束*/


/*解决方案分类 开始*/
.NySolution_tab { width:1200px; overflow:hidden; margin:40px auto; padding:0;}
.NySolution_tab ul li { width:15%; overflow:hidden; margin:0 2% 0 0; padding:0; float:left;}
.NySolution_tab ul li:nth-child(6) { margin:0;}
.NySolution_tab ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#999; font-family:"PingFangMedium"; font-size:22px; text-align:center; white-space:nowrap; text-overflow: ellipsis; background-color:#eee; margin:0; padding:0;}
.NySolution_tab ul li a:hover, .NySolution_tab ul li a.Tabon { color:#fff; background-color:#184d8f;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.NySolution_tab { width:90%;}
	.NySolution_tab ul li a { font-size:18px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.NySolution_tab { width:96%;}
	.NySolution_tab ul li a { font-size:18px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NySolution_tab { width:96%; margin:20px auto;}
	.NySolution_tab ul li { width:32%; margin:0 2% 15px 0;}
	.NySolution_tab ul li:nth-child(6) { margin:0 2% 15px 0;}
	.NySolution_tab ul li:nth-child(3n+3) { margin:0 0 15px;}
	.NySolution_tab ul li a { font-size:18px;}
}
@media (max-width: 767px) {
	.NySolution_tab { width:94%; margin:20px auto;}
	.NySolution_tab ul li { width:48.5%; margin:0 3% 12px 0;}
	.NySolution_tab ul li:nth-child(6) { margin:0 3% 12px 0;}
	.NySolution_tab ul li:nth-child(2n+2) { margin:0 0 12px;}
	.NySolution_tab ul li a { height:44px; line-height:44px; font-size:18px;}
}
@media (max-width: 320px) {
	.NySolution_tab ul li a { font-size:16px;}
}
/*解决方案分类 结束*/


/*解决方案 开始*/
.NySolution_main { width:1200px; min-height:260px; overflow:hidden; margin:80px auto; padding:0;}
.NySolution_main .NySolution_title { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.NySolution_title p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#999; font-family:"PingFangRegular"; font-size:24px; text-align:center; margin:0 auto 12px; padding:0;}
.NySolution_title p span { color:#184d8f; font-family:"PingFangBold"; margin:0 0 0 20px;}
.NySolution_title .NySolutionTit_line { width:280px; height:2px; overflow:hidden; margin:0 auto; padding:0; background-color:#eee;}
.NySolution_title .NySolutionTit_line i { display:block; width:50px; height:2px; overflow:hidden; margin:0 auto; padding:0; background-color:#184d8f;}

.NySolution_main .NySolution_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NySolution_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NySolution_list ul li .NySolution_img { width:43%; height:280px; overflow:hidden; margin:0; padding:0; float:left;}
.NySolution_list ul li .NySolution_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative;}
.NySolution_list ul li .NySolution_img a img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.NySolution_list ul li:hover .NySolution_img a img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.NySolution_list ul li .NySolution_text { width:53%; height:auto; overflow:hidden; margin:0; padding:12px 0 0; float:right;}
.NySolution_list ul li .NySolution_text a.NySolution_name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangMedium"; font-size:22px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.NySolution_list ul li:hover .NySolution_text a.NySolution_name { color:#184d8f;}
.NySolution_list ul li .NySolution_text p { width:100%; height:120px; overflow:hidden; line-height:24px; color:#999; font-family:"PingFangRegular"; font-size:14px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:20px auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NySolution_list ul li .NySolution_text a.NySolution_btn { display:block; width:140px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-family:"PingFangMedium"; font-size:18px; text-align:center; margin:0; padding:0; background-color:#184d8f;}
.NySolution_list ul li:hover .NySolution_text a.NySolution_btn { background-color:#e7580c;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.NySolution_main { width:90%; margin:60px auto;}
	.NySolution_list ul li .NySolution_img { width:48%; height:250px;}
	.NySolution_list ul li .NySolution_text { width:48%; padding:10px 0 0;}
	.NySolution_list ul li .NySolution_text p { margin:10px auto 20px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.NySolution_main { width:96%; margin:60px auto;}
	.NySolution_list ul li .NySolution_img { width:48%; height:254px;}
	.NySolution_list ul li .NySolution_text { width:48%; padding:10px 0 0;}
	.NySolution_list ul li .NySolution_text p { margin:10px auto 20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NySolution_main { width:96%; margin:20px auto 40px;}
	.NySolution_main .NySolution_title { margin:0 auto 40px;}
	.NySolution_list ul li .NySolution_img { width:100%; height:280px; margin:0 auto 20px;}
	.NySolution_list ul li .NySolution_text { width:100%; margin:0 auto; padding:0;}
	.NySolution_list ul li .NySolution_text a.NySolution_name { text-align:center;}
	.NySolution_list ul li .NySolution_text p { height:auto; max-height:120px; text-align:center; margin:10px auto 20px;}
	.NySolution_list ul li .NySolution_text a.NySolution_btn { margin:0 auto;}
}
@media (max-width: 767px) {
	.NySolution_main { width:94%; margin:20px auto 40px;}
	.NySolution_main .NySolution_title { margin:0 auto 20px;}
	.NySolution_list ul li .NySolution_img { width:100%; height:210px; margin:0 auto 20px;}
	.NySolution_list ul li .NySolution_text { width:100%; margin:0 auto; padding:0;}
	.NySolution_list ul li .NySolution_text a.NySolution_name { text-align:center;}
	.NySolution_list ul li .NySolution_text p { height:auto; max-height:120px; text-align:center; margin:10px auto 20px;}
	.NySolution_list ul li .NySolution_text a.NySolution_btn { margin:0 auto;}
}
@media (max-width: 375px) {
	.NySolution_list ul li .NySolution_img { height:190px; margin:0 auto 10px;}
}
@media (max-width: 320px) {
	.NySolution_title p { font-size:22px;}
	.NySolution_title p span { margin:0 0 0 12px;}
	.NySolution_title .NySolutionTit_line { width:248px;}
	.NySolution_list ul li .NySolution_img { height:162px; margin:0 auto 10px;}
	.NySolution_list ul li .NySolution_text p { height:auto; max-height:72px; -webkit-line-clamp: 3;}
}
/*解决方案 结束*/


/*产品分类 开始*/
.NyProduct_tab { width:1200px; overflow:hidden; margin:40px auto; padding:0;}
.NyProduct_tab ul li { width:23.5%; overflow:hidden; margin:0 2% 0 0; padding:0; float:left;}
.NyProduct_tab ul li:nth-child(4) { margin:0;}
.NyProduct_tab ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#999; font-family:"PingFangMedium"; font-size:22px; text-align:center; white-space:nowrap; text-overflow: ellipsis; background-color:#eee; margin:0; padding:0;}
.NyProduct_tab ul li a:hover, .NyProduct_tab ul li a.Tabon { color:#fff; background-color:#184d8f;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.NyProduct_tab { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.NyProduct_tab { width:96%;}
	.NyProduct_tab ul li a { font-size:20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NyProduct_tab { width:96%; margin:20px auto;}
	.NyProduct_tab ul li a { font-size:20px;}
}
@media (max-width: 767px) {
	.NyProduct_tab { width:94%; margin:20px auto;}
	.NyProduct_tab ul li { width:48.5%; margin:0 3% 12px 0;}
	.NyProduct_tab ul li:nth-child(5) { margin:0 3% 12px 0;}
	.NyProduct_tab ul li:nth-child(2n+2) { margin:0 0 12px;}
	.NyProduct_tab ul li a { height:44px; line-height:44px; font-size:18px;}
}
@media (max-width: 320px) {
	.NyProduct_tab ul li a { font-size:16px;}
}
/*产品分类 结束*/


/*产品列表 开始*/
.NyPro_list { width:1200px; min-height:260px; overflow:hidden; margin:80px auto; padding:0;}
.NyPro_list ul li { width:100%; overflow:hidden; margin:0 auto 40px; padding:0; border-bottom:1px solid #eee;}
.NyPro_list ul li .NyPro_img { width:30%; height:220px; overflow:hidden; margin:0; padding:0; float:left;}
.NyPro_list ul li .NyPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative;}
.NyPro_list ul li .NyPro_img a img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.NyPro_list ul li:hover .NyPro_img a img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.NyPro_list ul li .NyPro_text { width:58%; height:220px; overflow:hidden; margin:0; padding:20px 4%; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyPro_list ul li .NyPro_text a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangBold"; font-size:22px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.NyPro_list ul li:hover .NyPro_text a { color:#e7580c;}
.NyPro_list ul li .NyPro_text p { width:100%; height:72px; overflow:hidden; line-height:24px; color:#666; font-family:"PingFangMedium"; font-size:16px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:12px auto 18px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyPro_list ul li .NyPro_text span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-family:"PingFangMedium"; font-size:16px; margin:0 auto; padding:0;}
.NyPro_list ul li .NyPro_btn { width:12%; height:220px; overflow:hidden; margin:0; padding:90px 0; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyPro_list ul li .NyPro_btn a { display:block; width:100%; height:50px; overflow:hidden; line-height:50px; color:#999; font-family:"PingFangMedium"; font-size:18px; text-align:center; margin:0; padding:0; border-left:1px solid #eee; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyPro_list ul li:hover .NyPro_btn a { color:#e7580c; border-left:1px solid #e7580c;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.NyPro_list { width:90%; margin:60px auto;}
	.NyPro_list ul li .NyPro_img { height:180px;}
	.NyPro_list ul li .NyPro_text { height:180px; padding:0 4%;}
	.NyPro_list ul li .NyPro_text p { margin:12px auto;}
	.NyPro_list ul li .NyPro_btn { height:180px; padding:65px 0;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.NyPro_list { width:96%; margin:60px auto;}
	.NyPro_list ul li .NyPro_img { height:180px;}
	.NyPro_list ul li .NyPro_text { height:180px; padding:0 4%;}
	.NyPro_list ul li .NyPro_text a { font-size:20px;}
	.NyPro_list ul li .NyPro_text p { margin:12px auto;}
	.NyPro_list ul li .NyPro_btn { height:180px; padding:65px 0;}
	.NyPro_list ul li .NyPro_btn a { font-size:16px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NyPro_list { width:96%; margin:20px auto 40px;}
	.NyPro_list ul li .NyPro_img { width:36%; height:162px;}
	.NyPro_list ul li .NyPro_text { width:64%; height:162px; padding:10px 0 10px 4%;}
	.NyPro_list ul li .NyPro_text a { font-size:20px;}
	.NyPro_list ul li .NyPro_text p { height:48px; margin:12px auto; -webkit-line-clamp: 2;}
	.NyPro_list ul li .NyPro_btn { display:none;}
}
@media (max-width: 767px) {
	.NyPro_list { width:94%; margin:20px auto 40px;}
	.NyPro_list ul li { margin:0 auto 20px;}
	.NyPro_list ul li .NyPro_img { width:40%; height:96px;}
	.NyPro_list ul li .NyPro_text { width:60%; height:96px; padding:0 0 0 2%;}
	.NyPro_list ul li .NyPro_text a { font-size:18px;}
	.NyPro_list ul li .NyPro_text p { height:48px; font-size:14px; margin:0 auto; -webkit-line-clamp: 2;}
	.NyPro_list ul li .NyPro_text span { display:none;}
	.NyPro_list ul li .NyPro_btn { display:none;}
}
@media (max-width: 375px) {
	
}
@media (max-width: 320px) {
	.NyPro_list ul li { padding:0 0 20px;}
	.NyPro_list ul li .NyPro_img { width:100%; height:184px; margin:0 auto 8px; padding:0;}
	.NyPro_list ul li .NyPro_text { width:100%; height:auto; margin:0 auto; padding:0;}
	.NyPro_list ul li .NyPro_text a, .NyPro_list ul li .NyPro_text p { text-align:center;}
}
/*产品列表 结束*/


/**您可能感兴趣的 开始**/
.NyPro_gxq { width:1200px; overflow:hidden; margin:80px auto; padding:0;}
.NyPro_gxq .NyPro_gxqtit { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.NyPro_gxqtit p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangMedium"; font-size:24px; margin:0 auto; padding:0 0 0 32px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyPro_gxqtit p img { display:block; width:24px; height:24px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:8px;}
.NyPro_gxqtit span { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#999; font-family:"PingFangMedium"; font-size:16px; margin:0 auto; padding:0 0 0 32px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.NyPro_gxq .NyPro_gxqlist { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyPro_gxqlist ul li { width:18.8%; overflow:hidden; margin:0 1.5% 0 0; padding:0; float:left;}
.NyPro_gxqlist ul li:nth-child(5n+5) { margin:0;}
.NyPro_gxqlist ul li .NyPro_gxqimg { width:100%; height:180px; overflow:hidden; margin:0 auto; padding:0;}
.NyPro_gxqlist ul li .NyPro_gxqimg a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative;}
.NyPro_gxqlist ul li .NyPro_gxqimg a img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.NyPro_gxqlist ul li:hover .NyPro_gxqimg a img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.NyPro_gxqlist ul li .NyPro_gxqname { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyPro_gxqlist ul li .NyPro_gxqname a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#999; font-family:"PingFangMedium"; font-size:14px; white-space:nowrap; text-overflow: ellipsis; background-color:#e7eaee; margin:0 auto; padding:0 40px 0 10px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyPro_gxqlist ul li .NyPro_gxqname a i { display:block; width:40px; height:40px; overflow:hidden; margin:0; padding:0; background:url(../images/jt2.png) center center no-repeat; position:absolute; top:0; right:0;}
.NyPro_gxqlist ul li:hover .NyPro_gxqname a { background-color:#184d8f; color:#fff;}
.NyPro_gxqlist ul li:hover .NyPro_gxqname a i { background:url(../images/jt17.png) center center no-repeat;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.NyPro_gxq { width:90%; margin:60px auto;}
	.NyPro_gxq .NyPro_gxqtit { margin:0 auto 30px;}
	.NyPro_gxqlist ul li .NyPro_gxqimg { height:140px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.NyPro_gxq { width:96%; margin:40px auto;}
	.NyPro_gxq .NyPro_gxqtit { margin:0 auto 20px;}
	.NyPro_gxqlist ul li .NyPro_gxqimg { height:140px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NyPro_gxq { width:96%; margin:40px auto 20px;}
	.NyPro_gxq .NyPro_gxqtit { margin:0 auto 20px;}
	.NyPro_gxqlist ul li .NyPro_gxqimg { height:160px;}
	.NyPro_gxqlist ul li { width:32%; margin:0 2% 20px 0;}
	.NyPro_gxqlist ul li:nth-child(5n+5) { margin:0 2% 20px 0;}
	.NyPro_gxqlist ul li:nth-child(3n+3) { margin:0 0 20px 0;}
}
@media (max-width: 767px) {
	.NyPro_gxq { width:94%; margin:40px auto 20px;}
	.NyPro_gxq .NyPro_gxqtit { margin:0 auto 20px;}
	.NyPro_gxqtit p { font-size:22px;}
	.NyPro_gxqtit span { height:20px; line-height:20px; font-size:14px;}
	.NyPro_gxqlist ul li .NyPro_gxqimg { height:160px;}
	.NyPro_gxqlist ul li { width:48.5%; overflow:hidden; margin:0 3% 20px 0;}
	.NyPro_gxqlist ul li:nth-child(5n+5) { margin:0 3% 20px 0;}
	.NyPro_gxqlist ul li:nth-child(3n+3) { margin:0 3% 20px 0;}
	.NyPro_gxqlist ul li:nth-child(2n+2) { margin:0 0 20px 0;}
}
@media (max-width: 375px) {
	.NyPro_gxqlist ul li .NyPro_gxqimg { height:140px;}
}
@media (max-width: 320px) {
	.NyPro_gxqtit span { font-size:12px;}
	.NyPro_gxqlist ul li { width:100%; margin:0 auto 20px 0;}
	.NyPro_gxqlist ul li:nth-child(5n+5) { margin:0 auto 20px 0;}
	.NyPro_gxqlist ul li:nth-child(3n+3) { margin:0 auto 20px 0;}
	.NyPro_gxqlist ul li:nth-child(2n+2) { margin:0 auto 20px 0;}
	.NyPro_gxqlist ul li .NyPro_gxqimg { height:200px;}
	
}
/**您可能感兴趣的 开始**/


.ly_page { width:100%; height:40px; margin:0 auto; padding:0; text-align:center;}
.ly_page a { display:inline-block; height:38px; overflow:hidden; line-height:38px; color:#333; font-family:"PingFangMedium"; font-size:16px; text-align:center; border:1px solid #eee; background-color: #fff; margin:0 4px; padding:0 14.55px;}
.ly_page a:hover, .ly_page a.pgon { color:#fff; background-color:#184d8f; border:1px solid #184d8f;}

@media (max-width: 767px) {
	.ly_page { height:44px;}
	.ly_page a { display:none; height:42px; line-height:42px; padding:0 39px; margin:0;}
	.ly_page a:first-child { display:block; float:left;}
	.ly_page a:last-child { display:block; float:right;}
}


/*新闻详情&文章详情 开始*/
.ly_NyNewsdetail { width:1200px; overflow:hidden; margin:80px auto; padding:0;}
.ly_NyNewsdetail .NyNewsdetail_title { width:100%; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangBold"; font-size:30px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.ly_NyNewsdetail .NyNewsdetail_tips { width:100%; height:auto; overflow:hidden; line-height:30px; color:#aaa; font-family:"PingFangMedium"; font-size:16px; text-align:center; margin:20px auto; padding:0 0 10px; border-bottom:1px solid #eee;}
.ly_NyNewsdetail .NyNewsdetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0; line-height:30px; color:#565656; font-family:"PingFangMedium"; font-size:16px; text-align:justify;}
.NyNewsdetail_con p, .NyNewsdetail_con div { width:100%; overflow:hidden; line-height:30px; color:#565656; font-family:"PingFangMedium"; font-size:16px; text-align:justify; text-indent:2em; margin:0 auto; padding:0;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:"PingFangMedium"!important; font-size:16px!important;}
.NyNewsdetail_con table tr td p { text-indent:0!important;}
.NyNewsdetail_con img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

.ly_PrevNext { width:100%; overflow:hidden; margin:40px auto 0; padding:40px 0 0; border-top:1px solid #eee;}
.ly_PrevNext ul li { width:100%; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangMedium"; font-size:16px; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_PrevNext ul li:last-child { margin:0 auto;}
.ly_PrevNext ul li a { overflow:hidden; line-height:40px; color:#333; font-family:"PingFangMedium"; font-size:16px;}
.ly_PrevNext ul li:hover, .ly_PrevNext ul li:hover a { color:#e7580c;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyNewsdetail { width:90%; margin:60px auto;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyNewsdetail { width:96%; margin:40px auto;}
	.ly_NyNewsdetail .NyNewsdetail_title, .ly_NyNewsdetail .NyNewsdetail_tips { margin:0 auto 20px;}
	.ly_PrevNext { margin:40px auto 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyNewsdetail { width:96%; margin:20px auto 40px;}
	.ly_NyNewsdetail .NyNewsdetail_title, .ly_NyNewsdetail .NyNewsdetail_tips { margin:0 auto 20px;}
	.ly_PrevNext { margin:20px auto 0; padding:20px 0 0;}
}
@media (max-width: 767px) {
	.ly_NyNewsdetail { width:94%; margin:20px auto 40px;}
	.ly_NyNewsdetail .NyNewsdetail_title, .ly_NyNewsdetail .NyNewsdetail_tips { margin:0 auto 20px;}
	.ly_NyNewsdetail .NyNewsdetail_title { font-size: 24px;line-height: 32px;}
	.ly_PrevNext { margin:20px auto 0; padding:20px 0 0;}
	.ly_NyNewsdetail .NyNewsdetail_con { max-height:9999999999999999px;}
	.NyNewsdetail_con div { max-height:9999999999999999px; line-height:28px; color:#565656; font-size:14px; text-align:justify;}
	.NyNewsdetail_con p { width:100%; overflow:hidden; line-height:28px; color:#565656; font-size:14px; text-align:justify; text-indent:2em; margin:0 auto; padding:0;}
	.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
	.ly_PrevNext ul li { line-height:24px; margin:12px auto;}
	.ly_PrevNext ul li a { line-height:24px;}
}
/*新闻详情&文章详情 结束*/


/*加盟代理 开始*/
.ly_NyOrder { width:1200px; overflow:hidden; margin:40px auto 80px; padding:0;}
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 30px!important; padding: 0; color: #999; font-family: "PingFangMedium"!important; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li h4 { width: 100%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0; color: #333; font-family:"PingFangMedium"; font-size: 16px; float: left; background: url(../images/tb_img.png) top right no-repeat; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 88%; overflow: hidden; margin: 0; padding: 0; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 100%!important; font-family: "PingFangMedium"!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important;}
.ly_msg ul li .msg_ipt12 { width: 88%; height: 34px; overflow: hidden; margin: 0; padding: 0; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-family:"PingFangMedium"; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: "PingFangMedium"!important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 16px!important; background-color: #f8f8f8!important; border: none!important; font-family: "PingFangMedium"!important; outline: none!important; resize: none!important;}

.ly_msg ul li .msg_ipt1 #selPvc { height: 44px!important; line-height: 44px!important; color: #666!important; font-family: "PingFangMedium"!important; font-size: 16px!important; background-color: #f8f8f8!important; border: none!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left;}
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.ly_msg ul li .msg_btn { width: 83%; overflow: hidden; margin: 0 auto; padding: 0; float: left;}
.ly_msg ul li .msg_btn { width: 88%!important;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 0 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.msg_btn input { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-family: "PingFangMedium"!important; font-size: 16px!important; text-align: center!important; border: none!important; background-color: #e5520d!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #bbb!important;}
.msg_btn input:hover { background-color:#e5520d!important;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyOrder { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyOrder { width:96%; margin:30px auto 60px;}
	.ly_msg ul li { margin: 0 auto 25px!important;}
	.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 140px!important;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyOrder { width:96%; margin:20px auto 40px;}
	.ly_msg ul li { margin: 0 auto 20px!important;}
}
@media (max-width: 767px) {
	.ly_NyOrder { width:94%; margin:20px auto 40px;}
	.ly_msg ul li { margin: 0 auto 20px!important;}
	.ly_msg ul li h4 { display:none!important;}
	.ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_btn { width: 100%!important; float:inherit!important;}
	.msg_btn input { width:48%!important; margin:0 4% 0 0!important;}
	.msg_btn input:last-child { margin:0!important;}
	.ly_msg ul li a.yzm_img { float:inherit!important;}
	.ly_msg ul li span { display:block; line-height:24px; margin:12px auto 0;}
}
@media (max-width: 320px) {
	.ly_msg ul li .msg_ipt2, .msg_ipt2 input{ width:150px!important;}
}
/*加盟代理 结束*/


/*联系我们 开始*/
.ly_NyContact { width:1200px; overflow:hidden; margin:20px auto 40px; padding:0;}
.ly_NyContact .lyNyContact_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyContact_main .lyNyContact_lxfs { width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
.lyNyContact_lxfs ul { border-left:1px solid #dfdfdf; border-top:1px solid #dfdfdf;}
.lyNyContact_lxfs ul li { width:33.333333%; overflow:hidden; margin:0; padding:40px 20px 20px; border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_lxfs ul li img { display:block; width:130px; height:130px; overflow:hidden; margin:0 auto 20px; padding:0;}
.lyNyContact_lxfs ul li span { display:block; width:100%; overflow:hidden; color:#797979; font-family:"PingFangMedium"; font-size:14px; text-align:center; margin:0 auto 10px; padding:0;}
.lyNyContact_lxfs ul li p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#333; font-family:"PingFangMedium"; font-size:16px; text-align:center; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}

.lyNyContact_main .lyNyContact_ewm { width:100%; overflow:hidden; margin:0 auto 20px; padding:60px 0; background:#fff url(../images/NyContact_ewmbg.jpg) center center no-repeat; background-size:100%;}
.lyNyContact_ewm p { width:100%; overflow:hidden; line-height:40px; color:#fff; font-family:"PingFangMedium"; font-size:32px; text-align:center; margin:0 auto; padding:0;}
.lyNyContact_ewm span { display:block; width:100%; overflow:hidden; line-height:30px; color:#fff; font-family:"PingFangMedium"; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lyNyContact_ewm .ewm_img { width:160px; height:160px; overflow:hidden; margin:30px auto 0; padding:0;}
.lyNyContact_ewm .ewm_img img { display:block; width:100%; height:100%; margin:0 auto; padding:0;}

.lyNyContact_main .lyNyContact_map { width:100%; overflow:hidden; margin:0; padding:0; float:right;}
.lyNyContact_map .lyNyContact_Mapmain { width:100%; height:380px; overflow:hidden; margin:0 auto; padding:9px; background-color:#fff; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyContact { width:90%;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyContact { width:96%; margin:20px auto 40px;}
	.lyNyContact_lxfs ul li img { margin:0 auto 20px;}
	.lyNyContact_lxfs ul li p { height:48px; line-height:24px; font-size:15px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyContact { width:96%; margin:20px auto 40px;}
	.lyNyContact_main .lyNyContact_lxfs { margin:0 auto 20px;}
	.lyNyContact_lxfs ul li img { margin:0 auto 20px;}
	.lyNyContact_lxfs ul li p { height:24px; line-height:24px; font-size:14px;}
	
	.lyNyContact_main .lyNyContact_ewm { margin:0 auto 20px; padding:40px 0;}
	.lyNyContact_ewm p { font-size:30px;}
	.lyNyContact_ewm span { font-size:15px;}
	.lyNyContact_ewm .ewm_img { margin:20px auto 0;}
	
	.lyNyContact_main .lyNyContact_map { width:100%; margin:0 auto;}
	.lyNyContact_map .lyNyContact_Mapmain { height:380px;}
}
@media (max-width: 767px) {
	.ly_NyContact { width:94%; margin:20px auto 40px;}
	.lyNyContact_main .lyNyContact_lxfs { margin:0 auto 20px;}
	.lyNyContact_lxfs ul li { width:100%; padding:20px;}
	.lyNyContact_lxfs ul li img { width:120px; height:120px; margin:0 auto 20px;}
	.lyNyContact_lxfs ul li p { height:auto; line-height:28px; font-size:16px;}
	
	.lyNyContact_main .lyNyContact_ewm { margin:0 auto 20px; padding:40px 0; background-size:190%;}
	.lyNyContact_ewm p { line-height:36px; font-size:28px;}
	.lyNyContact_ewm span { line-height:24px; font-size:14px;}
	.lyNyContact_ewm .ewm_img { margin:20px auto 0;}
	
	.lyNyContact_main .lyNyContact_map { width:100%; margin:0 auto;}
	.lyNyContact_map .lyNyContact_Mapmain { height:380px;}
}
@media (max-width: 320px) {
	.lyNyContact_main .lyNyContact_ewm { background-size:204%;}
}
/*联系我们 结束*/


/*产品详情 开始*/
.ly_NyProDetail { width:1200px; overflow:hidden; margin:40px auto 80px; padding:0;}
.ly_NyProDetail .lyNyProDetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyProDetail_con .lyNyProDetail_left { width:25%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyProDetail_con .lyNyProDetail_right { width:72%; overflow:hidden; margin:0; padding:0; float:right;}
.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 30px; padding:0; border-bottom:1px solid #a5a5a5;}
.lyNyProDetail_ConTit p { width:80px; height:48px; overflow:hidden; line-height:48px; color:#fff; font-family:"PingFangMedium"; font-size:16px; text-align:center; background-color:#a5a5a5; margin:0 0 -1px; padding:0 20px;}

.lyNyProDetail_right .lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 28px; color: #555; font-family:"PingFangMedium"; font-size: 14px; margin:0 auto 30px; padding:0;}
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, 
.lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, 
.lyNyProDetail_ConText p, .lyNyProDetail_ConText span, 
.lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 28px; color: #555; font-family:"PingFangMedium"!important; font-size: 16px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:"PingFangMedium"!important; font-size:15px!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important;}
.lyNyProDetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyProDetail { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyProDetail { width:96%; margin:30px auto 60px;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%; margin:0 auto 20px;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 25px; padding:0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyProDetail { width:96%; margin:20px auto 40px;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%; margin:0 auto 20px;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
}
@media (max-width: 767px) {
	.ly_NyProDetail { width:94%; margin:20px auto 40px;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
	.lyNyProDetail_right .lyNyProDetail_ConText { max-height:99999999999999999999999px;}
	.lyNyProDetail_ConText div { max-height:99999999999999999999999px;}
}

.pro_detail_main { width:100%; height:auto; margin: 0 auto 40px; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eee; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #32353a; font-family:"PingFangMedium"; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:130px; overflow:hidden; margin:20px auto; padding:15px 20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-family:"PingFangMedium"; font-size:14px; text-align: justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 0 auto; padding: 0;}
.pro_detail_text ul li { width:100%; height:32px; overflow: hidden; line-height: 32px; color: #888; font-family:"PingFangMedium"; font-size: 14px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-family:"PingFangMedium"; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #184d8f;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #e5520d;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #0b2248;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #cd4506;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:70px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.pro_detail_main { width:100%; padding:0;}
	.prodetail_img { width:45%; position:inherit;float: left;}
	#preview, #spec-n5, #spec-list, .jqzoom { width:100%;}
	.pro_detail_main .pro_detail_text { width:52%;}
	.pro_detail_text .pro_detail_btn { width:100%;}
	.zoomdiv { left:104%!important;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.pro_detail_main { width:100%; margin: 0 auto 20px;}
	.prodetail_img { width:100%; height:auto; margin:0 0 20px;}
	#spec-list ul li { height:100px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 480px;}
	.pro_detail_main .pro_detail_text { width:100%;padding-top:0;height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto; padding: 12px 16px; height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { width: 50%; font-size:14px; margin: 6px 0; float: left;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%; height:100px;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
@media (max-width:767px) {
	.pro_detail_main { width:100%; margin: 0 auto 20px;}
	.prodetail_img { width:100%; height:auto; margin:0 auto 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 320px;}
	.pro_detail_main .pro_detail_text { width:100%; padding-top:0; height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto;padding: 12px;height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 4px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
/*产品详情 结束*/

/*内页-产品分类 开始*/
.lyNyPro_left .h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 auto 20px;}
.lyNyPro_left .cp_type {}

.lyNyPro_left .cp_type .hd { text-align:center; background-color:#184d8f; padding:20px;}
.lyNyPro_left .cp_type .hd p { height:40px; line-height:40px; font-family: "PingFangBold"; font-size:28px; color:#fff;}
.lyNyPro_left .cp_type .hd p:before { content:''; display:inline-block; width:28px; height:28px; background:url(../images/mulu_tlt.png) center center no-repeat; margin-right:5px; vertical-align:middle; margin-top:-3px;}
.lyNyPro_left .cp_type .hd span { display:block; height:20px; line-height:20px; font-family:"PingFangMedium"; font-size:14px; color:#fff; text-transform:uppercase;}

.lyNyPro_left .cp_type .bd { border-top:0; padding:20px 10px 10px; background-color:#f5f5f5;}
.lyNyPro_left .cp_type .bd ul li { margin:0 auto 10px;}
.lyNyPro_left .cp_type .bd ul li.on { border:0;}
.lyNyPro_left .cp_type .bd ul li p { height:48px; line-height:48px; background-color:#a5a5a5;}
.lyNyPro_left .cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 10px; overflow: hidden; line-height:48px; color:#fff; font-family:"PingFangMedium"; font-size:16px; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyPro_left .cp_type .bd ul li p a img { display:inline-block; width:15px; height:15px; vertical-align:middle; margin:-2px 8px 0 0;}
.lyNyPro_left .cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/mulu1.png) center center no-repeat; cursor:pointer; float:left;}
.lyNyPro_left .cp_type .bd ul li div { display:none;}
.lyNyPro_left .cp_type .bd ul li div a { display:block; height:48px; line-height:48px; color:#454545; font-family:"PingFangMedium"; font-size:14px; margin:0 auto 1px; padding:0 20px 0 36px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; background:#fff url(../images/icon4.png) 20px center no-repeat;}
.lyNyPro_left .cp_type .bd ul li div a:first-child { border-top:0;}
.lyNyPro_left .cp_type .bd ul li p:hover, .lyNyPro_left .cp_type .bd ul li.on p { background-color:#184d8f;}
.lyNyPro_left .cp_type .bd ul li p:hover a, .lyNyPro_left .cp_type .bd ul li.on p a { color:#fff;}
.lyNyPro_left .cp_type .bd ul li p:hover span { background:url(../images/mulu2.png) center center no-repeat;}
.lyNyPro_left .cp_type .bd ul li.on p span { background:url(../images/mulu3.png) center center no-repeat;}
.lyNyPro_left .cp_type .bd ul li div a:hover { color:#e5520d; background:url(../images/icon5.png) 20px center no-repeat;}
.lyNyPro_left .cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:94%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.lyNyPro_left .cp_type .bd ul a.ckqb:hover { background:#184d8f; color:#fff;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.lyNyPro_left .cp_type .bd ul li div a { padding:0 20px 0 40px;}

}
@media screen and (max-width:1079px) and (min-width:768px) {
	.lyNyPro_left .h_left { margin:0 auto 20px;}
	.lyNyPro_left .cp_type { margin:0;}
	.lyNyPro_left .cp_type .hd p:before { display:none;}
	.lyNyPro_left .cp_type .hd { background:#184d8f url(../images/down1.png) 96% center no-repeat;padding: 10px 3%;text-align:left;overflow:hidden;}
	.lyNyPro_left .cp_type .hd.on { background:#184d8f url(../images/up1.png) 96% center no-repeat;}
	.lyNyPro_left .cp_type .hd span { display:block; font-style:italic; float:left; height:40px; line-height:40px;}
	.lyNyPro_left .cp_type .hd p { padding:0; display:block; font-size:24px; float:left; min-width:88px; margin:0 10px 0 0;}
	.lyNyPro_left .cp_type .bd { display:none;}
	.lyNyPro_left .cp_type .bd ul li:last-child { border:0;}
	
	.lyNyPro_left .cp_type .bd ul li p { height:52px; line-height:52px;}
	.lyNyPro_left .cp_type .bd ul li p a { width:90%; font-size:16px; line-height:52px;}
	.lyNyPro_left .cp_type .bd ul li p span { width:10%; background-size: 20px;}
	.lyNyPro_left .cp_type .bd ul li.on p span { background-size: 16px;}
	.lyNyPro_left .cp_type .bd ul li p:hover span { background-size: 16px;}
	.lyNyPro_left .cp_type .hd p:before { display:none;}	
}
@media screen and (max-width:767px) {
	.lyNyPro_left .h_left { margin:0 auto 20px;}
	.lyNyPro_left .cp_type { margin:0;}
	.lyNyPro_left .cp_type .hd p:before { display:none;}
	.lyNyPro_left .cp_type .hd { background:#184d8f url(../images/down1.png) 92% center no-repeat;padding: 10px 3%;text-align:left;overflow:hidden;}
	.lyNyPro_left .cp_type .hd.on { background:#184d8f url(../images/up1.png) 92% center no-repeat;}
	.lyNyPro_left .cp_type .hd span { display:block; font-style:italic; float:left; height:40px; line-height:40px;}
	.lyNyPro_left .cp_type .hd p { padding:0; display:block; font-size:22px; float:left; min-width:88px; margin:0 10px 0 0;}
	.lyNyPro_left .cp_type .bd { display:none;}
	.lyNyPro_left .cp_type .bd ul li:last-child { border:0;}
	.lyNyPro_left .cp_type .bd ul li p a { line-height:48px; font-size:16px;}
	.lyNyPro_left .cp_type .bd ul li div a { font-size:14px;}
	.lyNyPro_left .cp_type .bd ul li p { height:48px;line-height:48px;}
	.lyNyPro_left .cp_type .bd ul li div a { height:44px;line-height:44px;}
	.lyNyPro_left .cp_type .bd ul li p span { background-size: 20px;}
	.lyNyPro_left .cp_type .bd ul li.on p span { background-size: 20px;}
	.lyNyPro_left .cp_type .bd ul li p:hover span { background-size: 20px;}
}
@media screen and (max-width:320px) {
	.lyNyPro_left .cp_type .hd { padding:4px 4%;}
	.lyNyPro_left .cp_type .hd p { font-size:20px;}
	.lyNyPro_left .cp_type .hd span { display:none;}
}
/*内页-产品分类 结束*/

/*相关文章 开始*/
.lyNy_Xgwz { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:20px; background-color:#184d8f;}
.Xgwz_tit p { height:32px; line-height:32px; color:#fff; font-family: "PingFangBold"; font-size:28px; text-align:center; margin:0 auto; padding:0;}
.Xgwz_tit span { display:block; height:20px; line-height:20px; color:#fff; font-family:"PingFangMedium"; font-size:14px; text-align:center; text-transform: uppercase; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto; padding:0 19px; border:1px solid #dfdfdf; border-top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; border-bottom:1px dashed #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li:last-child { border:0;}
.lyNy_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/jt2.png) center center no-repeat; position: absolute; left: 0; top: 14px;}
.lyNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/jt3.png) center center no-repeat;}
.lyNy_Xgwz .Xgwz_list ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#32353a; font-family:"PingFangMedium"; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list ul li a:hover { color:#e5520d;}

@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyNy_Xgwz { margin:0 auto;}
	.lyNy_Xgwz .Xgwz_tit { padding:10px 3%;}
	.Xgwz_tit p { padding: 0; display: block; height:40px; line-height:40px; font-size: 24px; float: left; min-width: 88px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display: block; font-style: italic; float: left; height: 40px; line-height: 40px;}	
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.lyNy_Xgwz { margin:0 auto;}	
	.lyNy_Xgwz .Xgwz_tit { padding:10px 3%;}
	.Xgwz_tit p { padding: 0; display: block; height:40px; line-height:40px; font-size: 24px; float: left; min-width: 88px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display: block; font-style: italic; float: left; height: 40px; line-height: 40px;}
}
@media (max-width: 767px) {	
	.lyNy_Xgwz { margin:20px auto;}
	.lyNy_Xgwz .Xgwz_tit { padding:10px 3%;}
	.lyNy_Xgwz .Xgwz_list { padding:0 12px;}
	.Xgwz_tit p { padding: 0; display: block; height:40px; line-height:40px; font-size: 22px; text-align:left; float: left; min-width: 88px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display: block; font-style: italic; float: left; height: 40px; line-height: 40px;}
}
@media (max-width: 320px) {	
	.lyNy_Xgwz .Xgwz_tit { padding:4px 4%;}
	.Xgwz_tit p { font-size:20px;}
	.Xgwz_tit span { display:none;}
}
/*相关文章 结束*/


/*荣誉资质 开始*/
.ly_NyHonor { width:1200px; height:auto; margin:40px auto 80px; padding:0;}
.ly_NyHonor .lyNyHonor_list { width:100%; height:auto; margin:0 auto; padding:0;}
.lyNyHonor_list ul li { width:23.5%; height:auto; margin:0 2% 30px 0; padding:0; background-color:#fff; float:left;}
.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 0 30px;}
.lyNyHonor_list ul li a.NyHonor_img { display:block; width:100%; height:235px; overflow:hidden; margin:0 auto; padding:0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyHonor_list ul li a.NyHonor_img img { display:block; max-width:100%; max-height:100%; 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;}
.lyNyHonor_list ul li:hover a.NyHonor_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyHonor_list ul li a.NyHonor_name { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#333; font-family:"PingFangMedium"; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0; border-top:1px solid #f3f3f3;}
.lyNyHonor_list ul li:hover a.NyHonor_name { color:#fff; background-color:#e5520d;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyHonor { width:90%;}
	.lyNyHonor_list ul li a.NyHonor_img { height:200px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyHonor { width:96%; margin:30px auto 60px;}
	.lyNyHonor_list ul li { width:32%; margin:0 2% 20px 0;}
	.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 2% 20px 0;}
	.lyNyHonor_list ul li:nth-child(3n+3) { margin:0 0 20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyHonor { width:96%; margin:20px auto 40px;}
	.lyNyHonor_list ul li { width:32%; margin:0 2% 20px 0;}
	.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 2% 20px 0;}
	.lyNyHonor_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.lyNyHonor_list ul li a.NyHonor_img { height:200px;}
}
@media (max-width: 767px) {
	.ly_NyHonor { width:94%; margin:20px auto 40px;}
	.lyNyHonor_list ul li { width:48%; margin:0 4% 20px 0;}
	.lyNyHonor_list ul li:nth-child(4n+4), .lyNyHonor_list ul li:nth-child(3n+3) { margin:0 4% 20px 0;}
	.lyNyHonor_list ul li:nth-child(2n+2) { margin:0 0 20px;}
	.lyNyHonor_list ul li a.NyHonor_img { height:166px;}
}
@media (max-width: 320px) {
	.lyNyHonor_list ul li:nth-child(4n+4), .lyNyHonor_list ul li:nth-child(3n+3) { margin:0 4% 16px 0;}
	.lyNyHonor_list ul li:nth-child(2n+2) { margin:0 0 16px;}
	.lyNyHonor_list ul li a.NyHonor_img { height:128px;}
}
/*荣誉资质 结束*/


/*常见问题 开始*/
.ly_Nyproblem { width:100%; min-height: 480px; height:auto; margin:60px auto; padding:0;}
.ly_Nyproblem .lyNyproblem_main { width:1200px; height:auto; margin:0 auto; padding:0;}

.lyNyproblem_main .lyNyproblem_list { width:100%; height:auto; margin:0 auto 60px; padding:0;}
.lyNyproblem_list ul li { width:100%; height:auto; margin:0 auto 20px; padding:0 100px 20px 20px; background-color:#fff; border-bottom:1px solid #eaeaea; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyproblem_list ul li:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.1); border-bottom:1px solid #fff;}
.lyNyproblem_list ul li .lyNyproblem_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyproblem_list ul li .lyNyproblem_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangMedium"; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyproblem_list ul li:hover .lyNyproblem_name a { color:#e5520d;}
.lyNyproblem_list ul li .lyNyproblem_time { width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-family:"PingFangMedium"; font-size:14px; margin:0 auto; padding:0;}
.lyNyproblem_list ul li .lyNyproblem_time em { width:20px; height:1px; overflow:hidden; background-color:#ccc; margin:14px 10px 0 0; padding:0; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyproblem_list ul li:hover .lyNyproblem_time em { width:40px;}
.lyNyproblem_list ul li .lyNyproblem_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyproblem_list ul li .lyNyproblem_ms p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#666; font-family:"PingFangMedium"; font-size:14px; text-indent:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyproblem_list ul li a.lyNyproblem_more { width:40px; height:40px; overflow:hidden; margin:-20px 0 0; padding:0; background:url(../images/jt7.png) center center no-repeat; position:absolute; top:50%; right:30px;}
.lyNyproblem_list ul li:hover a.lyNyproblem_more { background:url(../images/jt8.png) center center no-repeat;}

.lyNyDown_list ul li { margin:0 auto 20px; padding:0 100px 20px 20px;}
.lyNyDown_list ul li a.lyNyNew_more { margin:0; top:10px;}
.NyNewsdetail_con .NyDown_btn { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.NyNewsdetail_con .NyDown_btn a.downbtn { display:block; width:160px; height:44px; overflow:hidden; line-height:44px; color:#fff; font-family:"PingFangMedium"; font-size:16px; text-align:center; text-indent:0; margin:0 auto; padding:0; background-color:#e5520d; border-radius:4px;}
.NyNewsdetail_con .NyDown_btn a.downbtn:hover { background-color:#444;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Nyproblem .lyNyproblem_main { width:90%;}

}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Nyproblem { margin:40px auto;}
	.ly_Nyproblem .lyNyproblem_main { width:96%;}
	
	.lyNyproblem_main .lyNyproblem_list { margin:0 auto 40px;}
	.lyNyproblem_list ul li a.lyNyproblem_more { right:30px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_Nyproblem { margin:40px auto;}
	.ly_Nyproblem .lyNyproblem_main { width:96%;}
	
	.lyNyproblem_main .lyNyproblem_list { margin:0 auto 40px;}
	.lyNyproblem_list ul li { padding:0 80px 20px 20px;}
	.lyNyproblem_list ul li a.lyNyproblem_more { right:20px;}
	
	.lyNyDown_list ul li { padding:0 80px 20px 20px;}
}
@media (max-width: 767px) {
	.ly_Nyproblem { margin:40px auto;}
	.ly_Nyproblem .lyNyproblem_main { width:94%;}
	
	.lyNyproblem_main .lyNyproblem_list { margin:0 auto 40px;}
	.lyNyproblem_list ul li { padding: 0 16px 16px; margin: 0 auto 16px;}
	.lyNyproblem_list ul li:hover { box-shadow:0 8px 16px rgba(0, 0, 0, 0.1); border-bottom:1px solid #fff;}
	.lyNyproblem_list ul li .lyNyproblem_name a { font-size:16px;}
	.lyNyproblem_list ul li .lyNyproblem_time { margin:0 auto;}
	.lyNyproblem_list ul li a.lyNyproblem_more { display:none;}
	
	.lyNyDown_list ul li { padding:0 60px 16px 16px;}
	.lyNyDown_list ul li a.lyNyproblem_more { display:block; margin:0; top:10px; right:8px;}

}
/*常见问题 结束*/


/*技术文章 开始*/
.ly_NyArticle { width:100%; min-height: 480px; height:auto; margin:0 auto 60px; padding:0;}
.ly_NyArticle .lyNyArticle_main { width:1200px; height:auto; margin:0 auto; padding:0;}

.lyNyArticle_main .lyNyArticle_list { width:100%; height:auto; margin:0 auto 60px; padding:0;}
.lyNyArticle_list ul li { width:100%; height:auto; margin:0 auto 24px; padding: 24px; background-color:#fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.08); position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyArticle_list ul li:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.12);}
.lyNyArticle_list ul li .lyNyArticle_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyArticle_list ul li .lyNyArticle_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangMedium"; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyArticle_list ul li:hover .lyNyArticle_name a { color:#e5520d;}
.lyNyArticle_list ul li .lyNyArticle_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyArticle_list ul li .lyNyArticle_ms p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-family:"PingFangMedium"; font-size:14px; text-indent:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyArticle_list ul li .lyNyArticle_time { width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-family:"PingFangMedium"; font-size:14px; margin:20px auto 0; padding:0;}
.lyNyArticle_list ul li .lyNyArticle_time img { display:block; width:20px; height:20px; overflow:hidden; margin:0 4px 0 0; padding:0; float:left;}

.lyNyDown_list ul li { margin:0 auto 20px; padding:20px;}
.lyNyDown_list ul li .lyNyNew_time { margin:10px 0 0;}
.NyNewsdetail_con .NyDown_btn { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.NyNewsdetail_con .NyDown_btn a.downbtn { display:block; width:160px; height:44px; overflow:hidden; line-height:44px; color:#fff; font-family:"PingFangMedium"; font-size:16px; text-align:center; text-indent:0; margin:0 auto; padding:0; background-color:#e5520d; border-radius:4px;}
.NyNewsdetail_con .NyDown_btn a.downbtn:hover { background-color:#444;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyArticle .lyNyArticle_main { width:90%;}
	
	.lyNyNew_list ul li { margin:0 auto 20px; padding:20px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyArticle { margin:0 auto 40px;}
	.ly_NyArticle .lyNyArticle_main { width:96%;}
	
	.lyNyNew_main .lyNyArticle_list { margin:0 auto 40px;}
	.lyNyArticle_list ul li { margin:0 auto 20px; padding:20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyArticle { margin:0 auto 40px;}
	.ly_NyArticle .lyNyArticle_main { width:96%;}
	
	.lyNyArticle_main .lyNyArticle_list { margin:0 auto 40px;}
	.lyNyArticle_list ul li { padding:20px;}
	
	.lyNyDown_list ul li { padding:20px;}
}
@media (max-width: 767px) {
	.ly_NyArticle { margin:0 auto 40px;}
	.ly_NyArticle .lyNyArticle_main { width:94%;}
	
	.lyNyArticle_main .lyNyArticle_list { margin:0 auto 40px;}
	.lyNyArticle_list ul li { padding: 16px; margin: 0 auto 16px;}
	.lyNyArticle_list ul li:hover { box-shadow:0 8px 16px rgba(0, 0, 0, 0.1); border-bottom:1px solid #fff;}
	.lyNyArticle_list ul li .lyNyArticle_name a { height:32px; line-height:32px; font-size:16px;}
	.lyNyArticle_list ul li .lyNyArticle_time { margin:16px auto 0;}

	.lyNyDown_list ul li { padding:16px;}

}
/*技术文章 结束*/


/**加入迈伺特 start**/
@media screen and (min-width:1600px) {
	.NyJionus_main { width:1200px; height:auto; margin:40px auto 80px; padding:0;}
	.NyJionus_main .jionus_p3 { width:100%; height:auto; margin:0 auto 40px; padding:0;}
	.ny_title9 { width:100%; height:40px; overflow:hidden; margin:0 auto 40px; padding:0;}
	.ny_title9 p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangBold"; font-size:36px; margin:0 auto; padding:0;}
		
	.jionus_p3_main { width:100%; height:auto; margin:0 auto 40px; padding:0;}
	.jionus_p3_main .jionus_p3_list { width:100%; height:auto; margin:0 auto 20px; padding:0; background-color:#fff;}
	.jionus_p3_main .jionus_p3_list:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
	.jionus_p3_list ul li { width:20%; height:80px; overflow:hidden; margin:0; padding:0; float:left;}
	.jionus_p3_list ul li:first-child { width:30%;}
	.jionus_p3_list ul li:nth-child(5) { width:10%;}
	.jionus_p3_list ul li a { display:block; width:100%; height:80px; overflow:hidden; line-height:80px; color:#777; font-family:"PingFangMedium"; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 20px; cursor:pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.jionus_p3_list ul li:first-child a { color:#333; font-family:"PingFangMedium"; font-size:22px; padding:0 0 0 40px;}
	.jionus_p3_list:hover ul li:first-child a { color:#e5520d;}	
	.jionus_p3_list ul li a.showWordsBtn { background:url(../images/more_jt.png) center center no-repeat;}
	.jionus_p3_list:hover ul li a.showWordsBtn { background:url(../images/more_jt1.png) center center no-repeat;}
	.jionus_p3_list ul li a.hideWordsBtn { background:url(../images/more_jt2.png) center center no-repeat;}
	.jionus_p3_list:hover ul li a.hideWordsBtn { background:url(../images/more_jt3.png) center center no-repeat;}
	
	#fullWords01, #fullWords02, #fullWords03, #fullWords04 { width:100%; overflow:hidden; margin:0 auto; padding:0 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.jionus_p3_con { width:100%; overflow:hidden; margin:0 auto; padding:20px 0 40px; border-top:1px solid #eaeaea;}
	.jionus_p3_con p { width:100%; overflow:hidden; line-height:40px; color:#555; font-family:"PingFangMedium"; font-size:16px; text-align:justify; margin:0 auto; padding:0;}
	.jionus_p3_con p b { color:#333;}
	.jionus_p3_con a { display:block; width:160px; height:50px; overflow:hidden; line-height:50px; color:#fff; font-family:"PingFangMedium"; font-size:16px; text-align:center; background-color:#e5520d; margin:20px 0 0; padding:0;}
	.jionus_p3_con a:hover { background-color:#184d8f;}
}
@media screen and (min-width:1200px) and (max-width:1599px) {
	.NyJionus_main { width:1200px; height:auto; margin:40px auto 80px; padding:0;}
	.NyJionus_main .jionus_p3 { width:100%; height:auto; margin:0 auto 40px; padding:0;}
	.ny_title9 { width:100%; height:40px; overflow:hidden; margin:0 auto 40px; padding:0;}
	.ny_title9 p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangBold"; font-size:36px; margin:0 auto; padding:0;}
		
	.jionus_p3_main { width:100%; height:auto; margin:0 auto 40px; padding:0;}
	.jionus_p3_main .jionus_p3_list { width:100%; height:auto; margin:0 auto 20px; padding:0; background-color:#fff;}
	.jionus_p3_main .jionus_p3_list:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
	.jionus_p3_list ul li { width:20%; height:80px; overflow:hidden; margin:0; padding:0; float:left;}
	.jionus_p3_list ul li:first-child { width:30%;}
	.jionus_p3_list ul li:nth-child(5) { width:10%;}
	.jionus_p3_list ul li a { display:block; width:100%; height:80px; overflow:hidden; line-height:80px; color:#777; font-family:"PingFangMedium"; font-size:18px; white-space:nowrap; text-overflow: ellipsis; cursor:pointer; margin:0; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.jionus_p3_list ul li:first-child a { color:#333; font-size:22px; padding:0 0 0 40px;}
	.jionus_p3_list:hover ul li:first-child a { color:#e5520d;}	
	.jionus_p3_list ul li a.showWordsBtn { background:url(../images/more_jt.png) center center no-repeat;}
	.jionus_p3_list:hover ul li a.showWordsBtn { background:url(../images/more_jt1.png) center center no-repeat;}
	.jionus_p3_list ul li a.hideWordsBtn { background:url(../images/more_jt2.png) center center no-repeat;}
	.jionus_p3_list:hover ul li a.hideWordsBtn { background:url(../images/more_jt3.png) center center no-repeat;}
	
	#fullWords01, #fullWords02, #fullWords03, #fullWords04 { width:100%; overflow:hidden; margin:0 auto; padding:0 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.jionus_p3_con { width:100%; overflow:hidden; margin:0 auto; padding:20px 0 40px; border-top:1px solid #eaeaea;}
	.jionus_p3_con p { width:100%; overflow:hidden; line-height:40px; color:#555; font-family:"PingFangMedium"; font-size:16px; text-align:justify; margin:0 auto; padding:0;}
	.jionus_p3_con p b { color:#333;}
	.jionus_p3_con a { display:block; width:160px; height:50px; overflow:hidden; line-height:50px; color:#fff; font-family:"PingFangMedium"; font-size:16px; text-align:center; background-color:#e5520d; margin:20px 0 0; padding:0;}
	.jionus_p3_con a:hover { background-color:#184d8f;}
}
@media screen and (min-width:1080px) and (max-width:1199px) {
	.NyJionus_main { width:90%; height:auto; margin:40px auto 80px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.NyJionus_main .jionus_p3 { width:100%; height:auto; margin:0 auto 40px; padding:0;}
	.ny_title9 { width:100%; height:40px; overflow:hidden; margin:0 auto 40px; padding:0;}
	.ny_title9 p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangBold"; font-size:36px; margin:0 auto; padding:0;}
		
	.jionus_p3_main { width:100%; height:auto; margin:0 auto 40px; padding:0;}
	.jionus_p3_main .jionus_p3_list { width:100%; height:auto; margin:0 auto 20px; padding:0; background-color:#fff;}
	.jionus_p3_main .jionus_p3_list:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
	.jionus_p3_list ul li { width:16%; height:80px; overflow:hidden; margin:0; padding:0; float:left;}
	.jionus_p3_list ul li:first-child { width:40%;}	
	.jionus_p3_list ul li:nth-child(5) { width:12%;}
	.jionus_p3_list ul li a { display:block; width:100%; height:80px; overflow:hidden; line-height:80px; color:#777; font-family:"PingFangMedium"; font-size:16px; white-space:nowrap; text-overflow: ellipsis; cursor:pointer; margin:0; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.jionus_p3_list ul li:first-child a { color:#333; font-size:20px; padding:0 0 0 40px;}
	.jionus_p3_list:hover ul li:first-child a { color:#e5520d;}	
	.jionus_p3_list ul li a.showWordsBtn { background:url(../images/more_jt.png) center center no-repeat;}
	.jionus_p3_list:hover ul li a.showWordsBtn { background:url(../images/more_jt1.png) center center no-repeat;}
	.jionus_p3_list ul li a.hideWordsBtn { background:url(../images/more_jt2.png) center center no-repeat;}
	.jionus_p3_list:hover ul li a.hideWordsBtn { background:url(../images/more_jt3.png) center center no-repeat;}
	
	#fullWords01, #fullWords02, #fullWords03, #fullWords04 { width:100%; overflow:hidden; margin:0 auto; padding:0 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.jionus_p3_con { width:100%; overflow:hidden; margin:0 auto; padding:20px 0 40px; border-top:1px solid #eaeaea;}
	.jionus_p3_con p { width:100%; overflow:hidden; line-height:32px; color:#555; font-family:"PingFangMedium"; font-size:14px; text-align:justify; margin:0 auto; padding:0;}
	.jionus_p3_con p b { color:#333;}
	.jionus_p3_con a { display:block; width:160px; height:44px; overflow:hidden; line-height:44px; color:#fff; font-family:"PingFangMedium"; font-size:14px; text-align:center; background-color:#e5520d; margin:20px 0 0; padding:0;}
	.jionus_p3_con a:hover { background-color:#184d8f;}
}
@media screen and (max-width:1079px) {
	.NyJionus_main { width:96%; height:auto; margin:20px auto 40px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.NyJionus_main .jionus_p3 { width:100%; height:auto; margin:0 auto 30px; padding:0;}
	.ny_title9 { width:100%; height:40px; overflow:hidden; margin:0 auto 20px; padding:0;}
	.ny_title9 p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangBold"; font-size:36px; margin:0 auto; padding:0;}
		
	.jionus_p3_main { width:100%; height:auto; margin:0 auto 30px; padding:0;}
	.jionus_p3_main .jionus_p3_list { width:100%; height:auto; margin:0 auto 20px; padding:0; background-color:#fff;}
	.jionus_p3_main .jionus_p3_list:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
	.jionus_p3_list ul li { width:20%; height:80px; overflow:hidden; margin:0; padding:0; float:left;}
	.jionus_p3_list ul li:first-child { width:48%;}
	.jionus_p3_list ul li:nth-child(5) { width:12%;}
	.jionus_p3_list ul li:nth-child(4) { display:none;}
	.jionus_p3_list ul li a { display:block; width:100%; height:80px; overflow:hidden; line-height:80px; color:#777; font-family:"PingFangMedium"; font-size:16px; white-space:nowrap; text-overflow: ellipsis; cursor:pointer; margin:0; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.jionus_p3_list ul li:first-child a { color:#333; font-size:20px; padding:0 0 0 30px;}
	.jionus_p3_list:hover ul li:first-child a { color:#e5520d;}	
	.jionus_p3_list ul li a.showWordsBtn { background:url(../images/more_jt.png) center center no-repeat;}
	.jionus_p3_list:hover ul li a.showWordsBtn { background:url(../images/more_jt1.png) center center no-repeat;}
	.jionus_p3_list ul li a.hideWordsBtn { background:url(../images/more_jt2.png) center center no-repeat;}
	.jionus_p3_list:hover ul li a.hideWordsBtn { background:url(../images/more_jt3.png) center center no-repeat;}
	
	#fullWords01, #fullWords02, #fullWords03, #fullWords04 { width:100%; overflow:hidden; margin:0 auto; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.jionus_p3_con { width:100%; overflow:hidden; margin:0 auto; padding:20px 0 30px; border-top:1px solid #eaeaea;}
	.jionus_p3_con p { width:100%; overflow:hidden; line-height:32px; color:#555; font-family:"PingFangMedium"; font-size:14px; text-align:justify; margin:0 auto; padding:0;}
	.jionus_p3_con p b { color:#333;}
	.jionus_p3_con a { display:block; width:160px; height:44px; overflow:hidden; line-height:44px; color:#fff; font-family:"PingFangMedium"; font-size:14px; text-align:center; background-color:#e5520d; margin:20px 0 0; padding:0;}
	.jionus_p3_con a:hover { background-color:#184d8f;}
}
@media screen and (max-width:480px) {
	.NyJionus_main { width:94%; height:auto; margin:20px auto 40px; padding:0; background-color:#f8f8f8; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.NyJionus_main .jionus_p3 { width:100%; height:auto; margin:0 auto 30px; padding:0;}
	.ny_title9 { width:100%; height:40px; overflow:hidden; margin:0 auto 20px; padding:0;}
	.ny_title9 p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"PingFangBold"; font-size:32px; margin:0 auto; padding:0;}
		
	.jionus_p3_main { width:100%; height:auto; margin:0 auto 20px; padding:0;}
	.jionus_p3_main .jionus_p3_list { width:100%; height:auto; margin:0 auto 20px; padding:0; background-color:#fff;}
	.jionus_p3_main .jionus_p3_list:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
	.jionus_p3_list ul li { width:20%; height:72px; overflow:hidden; margin:0; padding:0; float:left;}
	.jionus_p3_list ul li:first-child { width:80%;}
	.jionus_p3_list ul li:nth-child(5) { width:20%;}
	.jionus_p3_list ul li:nth-child(2), .jionus_p3_list ul li:nth-child(3), .jionus_p3_list ul li:nth-child(4) { display:none;}
	.jionus_p3_list ul li a { display:block; width:100%; height:72px; overflow:hidden; line-height:72px; color:#777; font-family:"PingFangMedium"; font-size:16px; white-space:nowrap; text-overflow: ellipsis; cursor:pointer; margin:0; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.jionus_p3_list ul li:first-child a { color:#333; font-size:18px; padding:0 0 0 20px;}
	.jionus_p3_list:hover ul li:first-child a { color:#e5520d;}	
	.jionus_p3_list ul li a.showWordsBtn { background:url(../images/more_jt.png) center center no-repeat;}
	.jionus_p3_list:hover ul li a.showWordsBtn { background:url(../images/more_jt1.png) center center no-repeat;}
	.jionus_p3_list ul li a.hideWordsBtn { background:url(../images/more_jt2.png) center center no-repeat;}
	.jionus_p3_list:hover ul li a.hideWordsBtn { background:url(../images/more_jt3.png) center center no-repeat;}
	
	#fullWords01, #fullWords02, #fullWords03, #fullWords04 { width:100%; overflow:hidden; margin:0 auto; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.jionus_p3_con { width:100%; overflow:hidden; margin:0 auto; padding:20px 0 30px; border-top:1px solid #eaeaea;}
	.jionus_p3_con p { width:100%; overflow:hidden; line-height:30px; color:#555; font-family:"PingFangMedium"; font-size:14px; text-align:justify; margin:0 auto; padding:0;}
	.jionus_p3_con p b { color:#333;}
	.jionus_p3_con a { display:block; width:160px; height:44px; overflow:hidden; line-height:44px; color:#fff; font-family:"PingFangMedium"; font-size:14px; text-align:center; background-color:#e5520d; margin:20px 0 0; padding:0;}
	.jionus_p3_con a:hover { background-color:#184d8f;}
}
/**加入迈伺特 end**/


/*右侧漂浮 开始*/
.client-2 {position:fixed;right:-170px;top:50%;z-index:99999;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin: 4px auto 0;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,0.2);}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#c3d600;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#c3d600;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}

@media (max-width:880px) {
	.my-kefu-liuyan,.my-kefu-weixin,.my-kefu-tel-right{display:none;}
	.client-2{right:0;}
	.client-2 li{ height:48px; position: static; margin:0;}
	.client-2 .my-kefu-tel-main,.client-2 .my-kefu-main{ width:48px;border-radius: 48px; height:40px; padding:4px 0;}
	.my-kefu-main{background: #009240 !important;}
	.client-2 li a p{ display:none;}
	.client-2 .my-kefu-left { height:48px;}
	.client-2 .my-kefu-ftop i { margin: 2px 0 0 8px;}
	.client-2 .my-kefu-ftop{ margin-top:10px;}
	.client-2 .my-kefu-tel i {margin: 6px 0 0 12px;}
}
/*右侧漂浮 结束*/