@charset "utf-8";
/* CSS Document */
@font-face{
  font-family:pmzd;
  src:url('../fonts/pmzd.TTF')
}

/*banner 开始 */
.lyIdx_banner { width:100%; height:660px; overflow:hidden; margin:100px auto 0; padding:0;}
.lyIdx_banner .swiper-container1 { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyIdx_banner .swiper-container1 .swiper-slide { background-size: 1920px 660px;}
/*分页器*/
.lyIdx_banner .swiper-container1 .swiper-pagination { width:40px; height:100%; overflow:hidden; margin:0; padding:0; top:40%; left:14%;}
.lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet { width:40px; height:70px;opacity:1;background:url(../images/ban_point.png) center center no-repeat; background-size:30px 70px;}
.lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {background:url(../images/ban_point_active.png) center center no-repeat; background-size:30px 70px; opacity:1;}
@media (max-width:1280px) {
	.lyIdx_banner { height:440px;}
	.lyIdx_banner .swiper-container1 .swiper-slide { background-size: 1280px 440px !important;}
	.lyIdx_banner .swiper-container1 .swiper-pagination{top:30%; left:3%;}
	.lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet,.lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active{height:55px;background-size:23px 55px;}
}
@media (max-width:1200px) {
	.lyIdx_banner { height:413px;}
	.lyIdx_banner .swiper-container1 .swiper-slide { background-size: 1200px 413px !important;}
}
@media (max-width:1024px) {
	.lyIdx_banner { height:352px;margin: 137px auto 0;}
	.lyIdx_banner .swiper-container1 .swiper-slide { background-size: 1024px 352px !important;}
	.lyIdx_banner .swiper-container1 .swiper-pagination{top:20%;}
}
@media (max-width:800px) {
	.lyIdx_banner { height:275px;}
	.lyIdx_banner .swiper-container1 .swiper-slide { background-size: 800px 275px !important;}
	.lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet,.lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active{height:38px;background-size:15px 38px;}
}
@media (max-width:768px) {
	.lyIdx_banner { height:264px;}
	.lyIdx_banner .swiper-container1 .swiper-slide { background-size: 768px 264px !important;}	
}
@media (max-width:650px) {
	.lyIdx_banner { height:180px;}
	.lyIdx_banner .swiper-container1 .swiper-slide { background-size: 650px 220px !important;}	
	.lyIdx_banner .swiper-container1 .swiper-pagination{ top:15%;}
}
@media (max-width:450px) {
	.lyIdx_banner { height:146px;}
	.lyIdx_banner .swiper-container1 .swiper-slide { background-size: 425px 146px !important;}	
	.lyIdx_banner .swiper-container1 .swiper-pagination{ top:10%;}
}
@media (max-width:375px) {
	.lyIdx_banner .swiper-container1 .swiper-pagination{ display:none;}
}
@media (max-width:320px) {
	.lyIdx_banner { height:144px;}
	.lyIdx_banner .swiper-container1 .swiper-slide { background-size: 420px 144px !important;}
}
/*banner 结束*/

.ind_news { width:100%; height:auto; margin:-30px auto 0; padding:0; position:absolute; z-index:2;}
.ind_news .main { width:1400px; height:auto; margin:0 auto;background-color:#fff; box-shadow:0 0 20px rgba(0,0,0,0.1); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ind_news .cont{ width:74%;margin:0; padding:40px 36px;  overflow:hidden; float:left;}
.ind_news .cont .swiper-container2{ overflow:hidden;}
.ind_news .cont .swiper-slide .time{ width:85px; height:85px; border-radius:50%; background:#04388e; float:left; color:#fff;}
.ind_news .cont .swiper-slide .time span{display: block;width: 100%;overflow: hidden;line-height: 18px;text-align: center;margin: 20px auto 4px; padding: 0;}
.ind_news .cont .swiper-slide .time p{ display: block;width: 100%;overflow: hidden;line-height: 18px;color: #fff;font-size: 22px;font-weight: bold; text-align: center;margin: 0 auto;padding: 0;}
.ind_news .cont .swiper-slide .text{width:77%; overflow:hidden; margin:0; padding:0 20px 0 0; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ind_news .cont .swiper-slide .text a{display: block;width: 100%;height: 30px;overflow: hidden;line-height: 30px;color: #303030;font-size: 18px; text-overflow: ellipsis;white-space: nowrap;margin: 0 auto 4px;padding: 0;}
.ind_news .cont .swiper-slide .text p{display: block;width: 100%; line-height: 24px;color: #999; font-size: 14px;margin: 0 auto;padding: 0;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height:48px;}
.ind_news .button{ width:4%;margin:0; padding:30px; float:left;}
.ind_news .swiper-button-prev1{background:url(../images/prev1.png) center center no-repeat;width:49px; height:49px;background-size:49px 49px; cursor:pointer; margin-bottom:10px;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ind_news .swiper-button-prev1:hover{background:url(../images/prev1_on.png) center center no-repeat;}
.ind_news .swiper-button-next1{background:url(../images/next1.png) center center no-repeat;width:49px; height:49px;background-size:49px 49px; cursor:pointer;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ind_news .swiper-button-next1:hover{background:url(../images/next1_on.png) center center no-repeat;}
.ind_news .more{ width:12%;margin:0;background:#04388e; float:right; padding:50px 0;color:#fff;}
.ind_news .more span{ font-size:24px; font-weight:bold; line-height:34px; display:block; text-align:center;}
.ind_news .more p{width: 100%;overflow: hidden;margin: 0 auto;padding: 0;}
.ind_news .more p a{ color:#fff;display: inline-block;width: auto;height: 34px;overflow: hidden;line-height: 34px;text-align: center;margin: 0;padding: 0 40px;border-radius: 0;}
.ind_news .more p a:after{content:""; background:url(../images/indnew_more.png) center center no-repeat; width:20px; height:20px; display: inline-block;width: 20px;height: 20px;overflow: hidden;vertical-align: middle;margin: -4px 0 0 10px;padding: 0;}
@media screen and (max-width:1400px) and (min-width: 1281px){
	.ind_news .main{ width:94%;}
	.ind_news .cont{ width:70%;}
	.ind_news .more{ width:14%;}
}
@media (max-width:1280px) {
	.ind_news .main{ width:94%;}
	.ind_news .cont{ width:70%;}
}
@media screen and (max-width:1279px) and (min-width: 1201px){
	.ind_news .button{padding: 30px 15px;}
	.ind_news .more{ width:15%;}
}
@media (max-width:1200px) {
	.ind_news .cont{ width:67%;}
	.ind_news .cont .swiper-slide .text{ width:72%;}
	.ind_news .more{ width:15%;}
}
@media screen and (max-width:1178px) and (min-width: 1081px){
	.ind_news .more p a{padding: 0 33px;}
}
@media (max-width:1080px) {
	.ind_news .cont{ width:65%;padding: 40px 16px 40px 40px;}
	.ind_news .cont .swiper-slide .text{ width:68%;}
	.ind_news .more{ width:17%;}

}
@media (max-width:1038px) {
	.ind_news .more p{ text-align:center;}
	.ind_news .more p a:after{ display:none;}
}
@media (max-width:1024px) {
	.ind_news .more{ width:18%;}
}
@media screen and (max-width:1023px) and (min-width: 801px){
	.ind_news .main{ width:92%;}
	.ind_news .more{ width:23%;}
	.ind_news .cont{ width: 55%;padding: 40px 15px 40px 35px;}
	.ind_news .cont .swiper-slide .text{ width:77%;padding: 0 20px 0 20px;}
}
@media (max-width:800px) {
	.ind_news .main{ width:92%;}
	.ind_news .more{ width:23%;}
	.ind_news .cont{ width: 55%;padding: 40px 15px 40px 35px;}
	.ind_news .cont .swiper-slide .text{ width:77%;padding: 0 20px 0 20px;}
}
@media (max-width:768px) {
	.ind_news .cont{ width: 80%;padding: 20px 0 20px 20px;}
	.ind_news .cont .swiper-slide .text{width:80%;padding: 0 20px 0 20px;}
	.ind_news .cont .swiper-slide .text a{ font-size:16px;}
	.ind_news .swiper-button-prev1,.ind_news .swiper-button-next1,.ind_news .swiper-button-prev1:hover,.ind_news .swiper-button-next1:hover{width: 39px;height: 39px;background-size: 39px 39px;}
	.ind_news .button{width: 8%;padding: 20px; float:right;}
	.ind_news .more{ width:100%; padding:10px 0;}
	.ind_news .more span{ display:none;}
}
@media screen and (max-width:580px) and (min-width: 426px){
	.ind_news .cont{ width: 80%;padding: 10px 0 10px 10px;}
	.ind_news .cont .swiper-slide .text{width:70%;padding: 0 10px 0 10px;}
	.ind_news .swiper-button-prev1,.ind_news .swiper-button-next1,.ind_news .swiper-button-prev1:hover,.ind_news .swiper-button-next1:hover{width: 39px;height: 39px;background-size: 39px 39px;}
	.ind_news .button{width: 10%;padding: 10px; float:right;}
	.ind_news .more{ width:100%; padding:10px 0;}
	.ind_news .more span{ display:none;}
}
@media (max-width:425px) {
	.ind_news{margin: -8px auto 0;}
	.ind_news .cont{ width: 100%;padding: 10px 0 10px 10px;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.ind_news .cont .swiper-slide .text{width:75%;}
	.ind_news .swiper-button-prev1,.ind_news .swiper-button-next1,.ind_news .swiper-button-prev1:hover,.ind_news .swiper-button-next1:hover{width: 39px;height: 39px;background-size: 39px 39px;}
	.ind_news .button{display:none;}
	.ind_news .more{ width:100%; padding:10px 0;}
	.ind_news .more span{ display:none;}
}
@media (max-width:375px) {
	.ind_news .cont .swiper-slide .text{width:72%;}
}
@media (max-width:320px) {
	.ind_news{margin: -10px auto 0;}
	.ind_news .cont{ width:100%;}
	.ind_news .cont .swiper-slide .time{ display:none;}
	.ind_news .cont .swiper-slide .text{ width:100%;}
	.ind_news .button{ display:none;}
	.ind_news .more{padding: 5px 0;}
}

/*ind_tjpro 开始*/
.ind_tjpro { width:100%; overflow:hidden; margin:0 auto; padding:150px 0 40px; background:url(../images/indtjpro_bg.jpg) center center no-repeat;background-size: cover;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ind_title { width:100%; margin:50px auto 50px; padding:0; font-family:pmzd;}
.ind_title span { display:block; width:100%; height:50px; overflow:hidden; line-height:50px; color:#ececec; font-size:68px; font-weight:bold; text-align:center; text-transform:Uppercase; text-overflow:ellipsis; white-space:nowrap; margin:0 auto 5px; padding:0;}
.ind_title p { width:100%; height:40px; line-height:40px; color:#333; font-size:42px; font-weight:bold; text-align:center; margin:-24px auto 0; padding:0;}
.ind_title p:after{content:""; display:block;background:#d34d4c; width:38px; height:4px; margin:20px auto 0;}
.ind_title_w span{ opacity:0.2;}
.ind_title_w p{ color:#fff;}
.ind_title_w p:after{background:#ececec;opacity:0.2;}

.ind_tjpro .ind_tjpro_list { width:1400px; height:auto; margin:0 auto; padding:0; position:relative; min-height:320px;}
.ind_tjpro .ind_tjpro_list .swiper-container3{ overflow:hidden; width:100%;}
.ind_tjpro_list .swiper-slide { background:#f1f1f1;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ind_tjpro_list .swiper-slide:nth-child(4n+4) { margin:0 0 40px;}
.ind_tjpro_img { width:95%; height:264px; overflow:hidden; margin:10px auto 0; padding:0; position:relative;}
.ind_tjpro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ind_tjpro_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.ind_tjpro_list .swiper-slide:hover .ind_tjpro_img a:after{content:""; display:block;background:rgba(205,35,62,0.8); width:100%; height:100%;position: absolute;top: 0;left: 0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ind_tjpro_img i { display:block; width:61px; height:61px; overflow:hidden; margin:-30px 0 0 -30px; padding:0; background:url(../images/pro_more.png) center center no-repeat; position:absolute; left:50%; top:50%; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; z-index:3;}
.ind_tjpro_list .swiper-slide:hover .ind_tjpro_img i { transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1);}
.ind_tjpro_text { width:92%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.ind_tjpro_text a.ind_tjpro_name { display:block; width:100%; height:50px; overflow:hidden; line-height:50px; color:#333; font-size:18px; text-overflow:ellipsis; white-space:nowrap; margin:0 auto; padding:0 5%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ind_tjpro_text p { width:70%; height:30px; overflow:hidden; line-height:30px; color:#999; text-overflow:ellipsis; white-space:nowrap; margin:0 0 10px; padding:0;}
.ind_tjpro_text em{display:block;background:url(../images/promore.png) center center no-repeat; bottom:0; right:0; width:100%; height:43px;background-size: 100% 100%; position:absolute;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ind_tjpro_text em a{ display:block;width:100px; height:43px;bottom:0; right:0; position:absolute;}
.ind_tjpro_list .swiper-slide:hover .ind_tjpro_text em{background:url(../images/promore_on.png) center center no-repeat;background-size: 100% 100%;}
.ind_tjpro_list .swiper-button-prev2{background:url(../images/prev2.png) center center no-repeat;width:49px; height:49px;background-size:49px 49px; cursor:pointer;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute;top: 35%;left: -5%;}
.ind_tjpro_list .swiper-button-prev2:hover{background:url(../images/prev1_on.png) center center no-repeat;}
.ind_tjpro_list .swiper-button-next2{background:url(../images/next2.png) center center no-repeat;width:49px; height:49px;background-size:49px 49px; cursor:pointer;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute;top: 35%;right: -5%;}
.ind_tjpro_list .swiper-button-next2:hover{background:url(../images/next1_on.png) center center no-repeat;}
@media screen and (max-width:1400px) and (min-width: 1281px){
	.ind_tjpro .ind_tjpro_list { width:86%;}
}
@media (max-width:1280px) {
	.ind_title { margin:0 auto 50px;}
	.ind_title p{ font-size:38px;}
	.ind_title span { margin:0 auto; font-size:64px;}
	.ind_tjpro{padding: 180px 0 0;}
	.ind_tjpro .ind_tjpro_list { width:86%;}
	.ind_tjpro_img { height:200px;}
}
@media (max-width:1200px) {
	.ind_tjpro_img { height:187px;}
}
@media (max-width:1080px) {
	.ind_title p{ font-size:28px;}
	.ind_title span { font-size:32px;}
	.ind_tjpro{padding: 160px 0 0;}
	.ind_tjpro .ind_tjpro_list { width:84%;}
	.ind_tjpro_list .swiper-button-prev2{left: -7%;}
	.ind_tjpro_list .swiper-button-next2{right: -7%;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.ind_tjpro .ind_tjpro_list{ width:80%;}
	.ind_tjpro_list .swiper-button-prev2{left: -9%;}
	.ind_tjpro_list .swiper-button-next2{right: -9%;}
}
@media (max-width:767px) {
	.ind_tjpro{padding: 230px 0 0;}
}
@media screen and (max-width:767px) and (min-width: 426px){
	.ind_tjpro_list .swiper-button-prev2{left: -11%;}
	.ind_tjpro_list .swiper-button-next2{right: -11%;}
	.ind_tjpro_list .swiper-button-prev2,.ind_tjpro_list .swiper-button-next2,.ind_tjpro_list .swiper-button-prev2:hover,.ind_tjpro_list .swiper-button-next2:hover{background-size: 35px 35px; width:35px; height:35px;}
}
@media (max-width:550px) {
	.ind_tjpro{ padding: 220px 0 0;}
	
}
@media (max-width:425px) {
	.ind_tjpro{ padding: 210px 0 0;}
	.ind_tjpro .ind_tjpro_list{ width:70%;}
	.ind_tjpro_text a.ind_tjpro_name{ font-size:16px;}
	.ind_tjpro_list .swiper-button-prev2{left: -17%;}
	.ind_tjpro_list .swiper-button-next2{right: -17%;}
	.ind_tjpro_list .swiper-button-prev2,.ind_tjpro_list .swiper-button-next2,.ind_tjpro_list .swiper-button-prev2:hover,.ind_tjpro_list .swiper-button-next2:hover{background-size: 39px 39px; width:39px; height:39px;}
}
@media (max-width:375px) {
	.ind_tjpro{ padding: 210px 0 0;}
}
@media (max-width:320px) {
	.ind_title span { font-size:24px;}
	.ind_tjpro{ padding: 190px 0 0;}
}
/*ind_tjpro 结束*/

/*lyIdx_AboutUs 开始*/
.lyIdx_AboutUs { width:100%; height:auto; margin:0 auto; padding:0; background:url(../images/ind_ab_bg.jpg) center center no-repeat;background-size: cover;}
.lyIdx_AboutUs .lyIdxAb_main { width:1400px; height:auto; margin:0 auto; padding:60px 0;}
.lyIdxAb_main .lyIdxAb_con { width:43%; height:auto; margin:0; padding:0 40px 0 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyIdxAb_con .lyIdxAb_Title { width:100%; overflow:hidden; margin:0; padding:0;}
.lyIdxAb_con .lyIdxAb_Title i { display:block; margin:0; padding:0; color:rgba(255,255,255,0.1); font-size:70px; font-family:pmzd; font-style:normal;text-transform: Uppercase;}
.lyIdxAb_con .lyIdxAb_Title span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:40px; font-weight:bold; margin:-45px auto 0; padding:0;}
.lyIdxAb_con .lyIdxAb_Title:after{content:""; display:block;background:#d34d4c; width:38px; height:4px; margin:20px 0 0;}
.lyIdxAb_con .lyIdxAb_text { width:100%;line-height:30px; color:#b2bed5; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:15px; text-align:justify; margin:35px auto 48px; padding:0;max-height:265px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 9;-webkit-box-orient: vertical;}
.lyIdxAb_con .lyIdxAb_text p, .lyIdxAb_con .lyIdxAb_text p span {line-height:30px!important; color:#b2bed5!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:15px!important;}
.lyIdxAb_con .lyIdxAb_more { width:100%; overflow:hidden; margin:0 auto; padding:0; letter-spacing:0;}
.lyIdxAb_more a { display:inline-block; width:auto; height:50px; overflow:hidden; line-height:50px; color:#999; font-size:15px; text-align:center; background-color:#fff; margin:0 0 0 -4px; padding:0 40px;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxAb_more:before{ width:4px; height:50px;content:""; display: inline-block;background:#d34d4c;}
.lyIdxAb_more a:hover{background:#d34d4c; color:#fff;}
.lyIdxAb_con .lyIdxAb_ul { width:100%; height:auto; margin:60px 0 0; padding:20px 0; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); border-radius:4px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyIdxAb_ul ul li { width:33.333333%; height:auto; margin:0; padding:0 20px; border-right:1px solid #e5e5e5; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyIdxAb_ul ul li:nth-child(3) { border:0;}
.lyIdxAb_ul ul li a {}
.lyIdxAb_ul ul li a img { display:block; width:40px; height:40px; overflow:hidden; margin:0 auto; padding:0; transform:rotateY(0deg); -webkit-transform:rotateY(0deg); -moz-transform:rotateY(0deg); -o-transform:rotateY(0deg); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxAb_ul ul li:hover a img { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg);}
.lyIdxAb_ul ul li a em { display:block; width:100%; height:16px; overflow:hidden; line-height:16px; color:#777; font-size:14px; text-align:center; font-style:normal; margin:4px auto 0; padding:0;}
.lyIdxAb_ul ul li a:hover em { color:#04388e;}

.lyIdx_AboutUs .lyIdxAb_pic { width:53%;margin:0; margin:0; height:500px; float:right; overflow:hidden; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
/*.lyIdx_AboutUs .lyIdxAb_pic ul li{ float:left; width:49%; height:224px;border-bottom: 1px solid #ee2c4b;background: #d34d4c;}
.lyIdx_AboutUs .lyIdxAb_pic ul li img{ height:auto;}
.lyIdx_AboutUs .lyIdxAb_pic ul li:nth-child(2n+1){ background:none;}
.lyIdx_AboutUs .lyIdxAb_pic ul li:nth-child(2n+1),.lyIdx_AboutUs .lyIdxAb_pic ul li:last-child{border-bottom:0;}
.lyIdx_AboutUs .lyIdxAb_pic ul li .cont{ padding:70px 0 70px 45px; color:#fff;}
.lyIdx_AboutUs .lyIdxAb_pic ul li .cont span{ font-family:pmzd; font-size:60px; line-height:60px;}
.lyIdx_AboutUs .lyIdxAb_pic ul li .cont p{ font-size:16px; line-height:24px;}
.lyIdxAb_pic a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.lyIdxAb_pic a img { display:block; width:100%; height:100%; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxAb_pic a:hover img { transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}*/
@media screen and (max-width:1400px) and (min-width: 1281px){
	.lyIdx_AboutUs .lyIdxAb_main { width:94%;}
}
@media (max-width:1280px) {
	.lyIdx_AboutUs .lyIdxAb_main{ padding:40px 0;}
	.lyIdx_AboutUs .lyIdxAb_main { width:94%;}
	.lyIdxAb_con .lyIdxAb_Title span{ font-size:38px;}
	.lyIdxAb_con .lyIdxAb_Title i{ font-size:64px;}
}
@media (max-width:1200px) {
}
@media (max-width:1080px) {
	.lyIdx_AboutUs .lyIdxAb_main{ padding:30px 0;}
	.lyIdxAb_con .lyIdxAb_Title span{ font-size:28px; margin: -24px auto 0;}
	.lyIdxAb_con .lyIdxAb_Title i{ font-size:32px;}
}
@media (max-width:1024px) {
	.lyIdx_AboutUs .lyIdxAb_pic{ height:450px;}	
	.lyIdxAb_con .lyIdxAb_text{  max-height:180px;-webkit-line-clamp: 6;}	
}
@media (max-width:800px) {
	.lyIdx_AboutUs .lyIdxAb_main { width:92%;}
	.lyIdxAb_con .lyIdxAb_Title{ text-align:center;}
	.lyIdxAb_con .lyIdxAb_Title:after{margin: 20px auto 0;}
	.lyIdxAb_con .lyIdxAb_more{ text-align:center;}
	.lyIdxAb_main .lyIdxAb_con{ width:100%; padding:0;}
	.lyIdx_AboutUs .lyIdxAb_pic{ width:100%; margin-top:30px;height:300px;}
	.lyIdx_AboutUs .lyIdxAb_pic ul li{ width:50%;}
}
@media (max-width:767px) {	
    .lyIdxAb_con .lyIdxAb_text{ margin: 20px auto; max-height:150px;-webkit-line-clamp: 5;}	
	.lyIdx_AboutUs .lyIdxAb_pic ul li{ height: 214px;}
	.lyIdx_AboutUs .lyIdxAb_pic ul li .cont{padding: 65px 0 65px 45px;}
}
@media (max-width:425px) {
	.lyIdx_AboutUs .lyIdxAb_pic{ display:none;}
	.lyIdxAb_main .lyIdxAb_con{padding: 0 0 30px;}
}
@media (max-width:375px) {
	
	
}
@media (max-width:320px) {
}
/*lyIdx_AboutUs 结束*/


/*ind_pro 开始*/
.ind_pro {width: 1400px;height: auto;margin: 0 auto;padding: 0; padding:0 0 10px;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ind_video{ padding:10px 0 0;}
.pro_left{width: 26.1%; overflow: hidden;margin: 0;padding: 0;float: left;}
.ind_pro .ind_pro_list {width: 71%;height: auto;margin: 0;padding: 0;float: right; min-height:600px;}
.ind_pro .ind_pro_list .cont{ overflow:hidden; width:100%;}
.ind_pro_list li {width: 32%;float: left; margin:0 2% 2% 0;background:#f1f1f1;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; position:relative; overflow:hidden;}
.ind_pro_list li:nth-child(3n+3) { margin:0 0 20px 0;}
.ind_pro_list li .ind_tjpro_img{height: 250px;margin: 8px auto 0;}
.ind_pro_list li:hover .ind_tjpro_img a:after{content:""; display:block;background:rgba(205,35,62,0.8); width:100%; height:100%;position: absolute;top: 0;left: 0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ind_pro_list li:hover .ind_tjpro_img i { transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1);}
.ind_pro_list li:hover .ind_tjpro_text em{background:url(../images/promore_on.png) center center no-repeat;background-size: 100% 100%;}
@media screen and (max-width:1400px) and (min-width: 1281px){
	.ind_pro { width:94%;}
}
@media (max-width:1280px) {
	.ind_pro { width:94%; margin:40px auto 0;}
	.ind_pro .ind_pro_list { width:70%;}
	.ind_pro_list li .ind_tjpro_img{ height:214px;}
}
@media (max-width:1200px) {
	.ind_pro_list li .ind_tjpro_img{ height:198px;}
}
@media (max-width:1080px) {
	.ind_pro { margin:20px auto 0;}
}
@media (max-width:1024px) {
	.ind_pro_list li{width: 49%;}
	.ind_pro_list li:nth-child(3n+3) { margin:0 2% 2% 0;}
	.ind_pro_list li:nth-child(2n+2) { margin:0 0 20px 0;}
	
}
@media (max-width:800px) {
	.ind_pro { width:92%;margin:20px auto 0;}
	.pro_left{ width:100%;}
	.ind_pro .ind_pro_list{ width:100%;}
	.ind_pro_list li .ind_tjpro_img{ height:188px;}
}
@media (max-width:767px) {
.ind_news{ margin:30px auto;}

}
@media (max-width:425px) {
	.ind_pro_list li .ind_tjpro_img{ height:148px;}
}
@media (max-width:375px) {
	
}
@media (max-width:320px) {
	.ind_pro_list li .ind_tjpro_img{ height:108px;}
	.ind_pro_list li .ind_tjpro_text em{background: url(../images/promore.png) center bottom no-repeat; background-size: 100% 50%;}
	.ind_pro_list li:hover .ind_tjpro_text em{background:url(../images/promore_on.png) center bottom no-repeat;background-size: 100% 50%;}
}
/*ind_pro 结束*/

/*ind_art 开始*/
.ind_art { width:100%; overflow:hidden; margin:20px auto; padding:80px 0 0; background-color:#fafafa; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ind_art_top{ width:1400px; margin:0 auto; position:relative;}
.ind_art_title{ padding:80px 45px; text-align:center; font-size:40px; line-height:40px;background:#d34d4c;width: 20%; color:#fff; font-weight:bold; position:relative; z-index:2;}
.ind_art_title:after{content: "";display: inline-block;width: 38px;height: 4px;background:#fff; position:absolute; top:66%; left:45%;}
.ind_art_tj{ width:68%; background:#04388e; padding: 60px 5% 60px 5%; position:absolute; z-index:1;top: -9%;right: 0;}
.ind_art_tj .text{ width:95%; margin-left:5%; display:inline-block; float:left;}
.ind_art_tj .text a{ font-size:22px; font-weight:bold; color:#fff;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; display:block;}
.ind_art_tj .text p{ color:#fff; opacity:.5; line-height:24px; margin-top:12px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.ind_art_tj .time{ width:12%; height:auto;display:inline-block; float:right; color:#fff; text-align:right; position:relative;}
.ind_art_tj .time span{ font-size:30px;}
.ind_art_tj .time p{ font-size:18px; opacity:.2;}
.ind_art_tj .time a{ display:block;background: url(../images/ind_art_tj_more.png) center center no-repeat; width:36px; height:36px; position:absolute; right:0; margin-top:5px;}
.ind_art_tj:hover .time a{background: url(../images/ind_art_tj_more_on.png) center center no-repeat;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}

.ind_art_list{ width:1400px; margin:80px auto 0; min-height:360px;}
.ind_art_list ul li{ width: 31%; margin: 0 3.22% 3.22% 0; display:inline-block;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; position:relative;}
.ind_art_list ul li:nth-child(3n+3){ margin-right:0;}
.ind_art_list ul li .time{ width:14%;display:inline-block; float:left; text-align:center; position:absolute; top:25%;}
.ind_art_list ul li .time span{ font-size:26px; font-weight:bold;}
.ind_art_list ul li .time p{ font-size:20px; line-height:12px; color:#999;}
.ind_art_list ul li .text{ width:80%;display:inline-block; float:right;}
.ind_art_list ul li .text a.title{ font-size:18px; color:#000; display:block; margin-bottom:15px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ind_art_list ul li .text p{ color:#999; line-height:24px; height:54px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ind_art_list ul li .text a.more{ display:block;width:100%; height:42px; line-height:42px;background: url(../images/more_jt2.png) 100% center no-repeat; color:#999;border-top:1px solid #ddd; margin-top:15px; padding:0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ind_art_list ul li:hover .text a.more{width:95%;background:#04388e url(../images/more_jt.png) 95% center no-repeat; color:#fff; padding:0 0 0 5%;}
@media screen and (max-width:1400px) and (min-width: 1281px){
	.ind_art_top,.ind_art_list{ width:94%;}
	.ind_art_list ul li{ margin: 0 3% 3% 0;}
	.ind_art_list ul li .time{ width:17%;}
}
@media (max-width:1280px) {
	.ind_art_top,.ind_art_list{ width:94%;}
	.ind_art_title{ font-size: 36px;height:36px; line-height:36px;}
	.ind_art_list ul li{ margin: 0 3.17% 3.17% 0;}
	.ind_art_list ul li .time{ width:17%;}
}
@media screen and (max-width:1279px) and (min-width: 1201px){
	.ind_art_list ul li{ margin: 0 3% 3% 0;}
}
@media (max-width:1200px) {
	.ind_art_title{ font-size: 33px;}
	.ind_art_tj .text{width: 90%; margin-left:10%;}
	.ind_art_list ul li{ margin: 0 3.15% 3.15% 0;}
}
@media screen and (max-width:1199px) and (min-width: 1081px){
	.ind_art_list ul li{ margin: 0 3% 3% 0;}
	.ind_art_list ul li .time span{ font-size:22px;}
	.ind_art_list ul li .time p{ font-size:16px;}
}
@media (max-width:1080px) {
	.ind_art_list ul li{ margin: 0 3.11% 3.11% 0;}
	.ind_art_list ul li .time span{ font-size:20px;}
	.ind_art_list ul li .time p{ font-size:16px;}
}
@media screen and (max-width:1079px) and (min-width: 1025px){
	.ind_art_list ul li{ margin: 0 3% 3% 0;}
	.ind_art_list ul li .time span{ font-size:22px;}
	.ind_art_list ul li .time p{ font-size:16px;}
}
@media (max-width:1024px) {
	.ind_art_list ul li{ margin: 0 3% 3% 0;}
}
@media screen and (max-width:1023px) and (min-width: 801px){
	.ind_art_list ul li{ width:46%;margin: 0 7% 7% 0;}
	.ind_art_list ul li:nth-child(3n+3){margin-right:7%;}
	.ind_art_list ul li:nth-child(2n+2){margin-right: 0;}
}
@media (max-width:800px) {
	.ind_art{padding: 50px 0 40px;}
	.ind_art_top,.ind_art_list{ width:92%;}
	.ind_art_title{ width:15%;font-size: 24px;}
	.ind_art_title:after{left: 40%;}
	.ind_art_list ul li{ width:46%;margin: 0 7% 7% 0;}
	.ind_art_list ul li:nth-child(3n+3){margin-right:7%;}
	.ind_art_list ul li:nth-child(2n+2){margin-right: 0;}
	.ind_art_list ul li .time span{ font-size:22px;}
	.ind_art_list ul li .time p{ font-size:18px;}
}
@media (max-width:768px) {
	.ind_art{ padding:0; margin:0 auto;}
	.ind_art_title{ display:none;}
	.ind_art_tj{ width:90%; position:inherit; top:0;padding:30px; height:120px;margin: 20px auto;}
	.ind_art_tj .text{ margin-left:0; width:100%;}
	.ind_art_tj .time{ width:20%;}
	.ind_art_list{margin: 20px auto 0;}
	.ind_art_list ul li{ width:100%; margin:0 0 20px 0;}
	.ind_art_list ul li:nth-child(3n+3){margin-right:0;}
	.ind_art_list ul li .text a.title{ margin-bottom:10px;}
	.ind_art_list ul li .text a.more{ margin-top:10px;}
}
@media (max-width:425px) {
	.ind_art{ padding:0;}
	.ind_art_title{ display:none;}
	.ind_art_tj{ width:85%; position:inherit; top:0;padding:30px; height:120px;margin: 20px auto;}
	.ind_art_tj .text{ margin-left:0;}
	.ind_art_tj .time{ width:20%;}
	.ind_art_list{margin: 20px auto 0;}
	.ind_art_list ul li{ width:100%; margin:0 0 20px 0;}
	.ind_art_list ul li:nth-child(3n+3){margin-right:0;}
	.ind_art_list ul li .text a.title{ margin-bottom:10px;}
	.ind_art_list ul li .text a.more{ margin-top:10px;}
}
@media (max-width:375px) {
	.ind_art_tj .time span{font-size: 26px;}
}
@media (max-width:320px) {
	.ind_art_tj .time span{font-size: 22px;}
	.ind_art_list ul li .time span{font-size: 20px;}
	.ind_art_list ul li .time p{font-size: 16px;}
}
/*lyIdx_New 结束*/

/*ind_case 开始*/
.ind_case { width:100%; overflow:hidden; margin:0 auto; padding:0 0 20px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ind_case .ind_case_list { width:1400px; height:auto; margin:0 auto; padding:0; position:relative;}
.ind_case .ind_case_list .swiper-container4{ overflow:hidden; width:100%;}
.ind_case_list .swiper-slide { background:#f1f1f1;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ind_case_img { width:100%; height:375px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.ind_case_img a.img{ display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.ind_case_img a.img img {width:100%; height:100%;object-fit: cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;vertical-align:middle;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ind_case_list .swiper-slide:hover .ind_case_img a.img img { transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
.ind_case_img a.name{ position:absolute; width:100%;height:65px; line-height:65px; background:#04388e; opacity:.9; font-size:20px; text-align:center; color:#fff; bottom:0; font-style:normal;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; padding:0 5%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ind_case_list .swiper-button-prev2{background:url(../images/prev2.png) center center no-repeat;width:49px; height:49px;background-size:49px 49px; cursor:pointer;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute;top: 45%;left: -5%;}
.ind_case_list .swiper-button-prev2:hover{background:url(../images/prev1_on.png) center center no-repeat;}
.ind_case_list .swiper-button-next2{background:url(../images/next2.png) center center no-repeat;width:49px; height:49px;background-size:49px 49px; cursor:pointer;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute;top: 45%;right: -5%;}
.ind_case_list .swiper-button-next2:hover{background:url(../images/next1_on.png) center center no-repeat;}
@media screen and (max-width:1400px) and (min-width: 1281px){
	.ind_case .ind_case_list{ width:86%;}
}
@media (max-width:1280px) {
	.ind_case{margin: 40px auto 0;}
	.ind_case .ind_case_list{ width:86%;}
	.ind_case_img{ height:290px;}
	.ind_case_img a.name{ height:50px; line-height:50px; font-size:16px;}
}
@media (max-width:1200px) {
	.ind_case_img{ height:270px;}
	.ind_case_img a.name{ height:46px; line-height:46px;}
}
@media (max-width:1080px) {
	.ind_case{margin: 20px auto 0;}
	.ind_case .ind_case_list{ width:84%;}
	.ind_case_img{ height:365px;}
	.ind_case_img a.name{ height:62px; line-height:62px;}
	.ind_case_list .swiper-button-prev2{left: -7%;}
	.ind_case_list .swiper-button-next2{right: -7%;}
}
@media (max-width:1024px) {
	.ind_case_img{ height:345px;}	
	.ind_case_img a.name{ height:58px; line-height:58px;}
}
@media (max-width:800px) {
	.ind_case .ind_case_list{ width:80%;}
	.ind_case_img{ height:255px;}	
	.ind_case_img a.name{ height:45px; line-height:45px;}
	.ind_case_list .swiper-button-prev2{left: -9%;}
	.ind_case_list .swiper-button-next2{right: -9%;}
}
@media (max-width:768px) {
	.ind_case_img{ height:245px;}	
	.ind_case_img a.name{ height:42px; line-height:42px;}
}
@media screen and (max-width:767px) and (min-width: 426px){
	.ind_case_list .swiper-button-prev2{left: -11%;}
	.ind_case_list .swiper-button-next2{right: -11%;}
	.ind_case_list .swiper-button-prev2,.ind_case_list .swiper-button-next2,.ind_case_list .swiper-button-prev2:hover,.ind_case_list .swiper-button-next2:hover{background-size: 35px 35px; width:35px; height:35px;}
}
@media (max-width:425px) {
	.ind_case .ind_case_list{ width:70%;}
	.ind_case_list .swiper-button-prev2{left: -17%;}
	.ind_case_list .swiper-button-next2{right: -17%;}
	.ind_case_list .swiper-button-prev2,.ind_case_list .swiper-button-prev2:hover,.ind_case_list .swiper-button-next2,.ind_case_list .swiper-button-next2:hover{width:39px; height:39px;background-size:39px 39px;}
}
@media (max-width:375px) {
	.ind_case_img{ height:215px;}
	.ind_case_img a.name{ height:36px; line-height:36px;}
}
@media (max-width:320px) {
	.ind_case_img{ height:185px;}
	.ind_case_img a.name{ height:32px; line-height:32px;}
}
/*ind_tjpro 结束*/

/*Ny_banner 开始*/
.Ny_banner { width:100%; height:540px; overflow:hidden; margin:100px auto 0; padding:200px 0 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.Ny_banner img { display:block; width:1920px; height:540px; overflow:hidden; margin:-270px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}
.Ny_banner .NyBa_text { display:none;width:1400px; height:auto; margin:0 auto; padding:0; position:relative; z-index:1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyBa_text p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:32px; margin:0 auto; padding:0;}
.NyBa_text p font { color:rgba(255,255,255,0.5); font-size:22px; margin:0 0 0 10px; text-transform:uppercase;}
.NyBa_text em { display:block; width:40px; height:4px; overflow:hidden; margin:14px 0; padding:0; background-color:#fff;}
.NyBa_text span { display:block; width:100%; height:auto; max-height:60px; overflow:hidden; line-height:30px; color:#fff; font-size:18px; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
@media (max-width:1400px){
.Ny_banner .NyBa_text { width:94%;}
}
@media (max-width:1280px){
	.Ny_banner { height:480px; padding:180px 0 0;}
	.Ny_banner img { display:block; width:1707px; height:480px; overflow:hidden; margin:-240px 0 0 -853.5px;}
	.Ny_banner .NyBa_text { width:94%;}
}
@media (max-width:1200px){

}
@media (max-width:1080px) {
	.Ny_banner { height:400px;padding:150px 0 0;}
	.Ny_banner img { display:block; width:1408px; height:400px; overflow:hidden; margin:-200px 0 0 -704px;}
	
}
@media (max-width:1024px) {
	.Ny_banner {height:350px; padding:160px 0 0;margin-top: 137px;}
	.Ny_banner img { display:block; width:1200px; height:350px; overflow:hidden; margin:-175px 0 0 -600px;}
	
}
@media (max-width:800px) {
	.Ny_banner { height:300px; padding:120px 0 0;margin-top: 137px;}
	.Ny_banner img { display:block; width:1100px; height:300px; overflow:hidden; margin:-150px 0 0 -550px;}
}
@media (max-width: 767px) {
	.Ny_banner { height:250px; padding:40px 0 0;}
	.Ny_banner img { display:block; width:850px; height:250px; overflow:hidden; margin:-125px 0 0 -425px;}
	.Ny_banner .NyBa_text { width:92%;}
	.NyBa_text p { height:30px; line-height:30px; font-size:26px;}
	.NyBa_text p font { font-size:18px; margin:0 0 0 10px;}
	.NyBa_text span { max-height:48px; line-height:24px; font-size:14px;}
	.NyBa_text em { width:40px; height:2px; margin:12px 0;}
}
@media (max-width: 600px) {
.Ny_banner { height:220px;}
.Ny_banner img { display:block; width:650px; height:180px; overflow:hidden; margin:-90px 0 0 -325px;}	
}
@media (max-width: 390px) {
.Ny_banner { height:140px;}
.Ny_banner img { display:block; width:500px; height:140px; overflow:hidden; margin:-70px 0 0 -250px;}	
}
@media (max-width: 320px) {
	.Ny_banner { height:130px;}
     .Ny_banner img { display:block; width:450px; height:130px; overflow:hidden; margin:-65px 0 0 -225px;}	
	.NyBa_text p {line-height: 24px; font-size:18px;}
	.NyBa_text p font { font-size:14px;}
}
/*Ny_banner 结束*/


/*面包屑 开始*/
.ly_crumb { width:1400px; overflow:hidden; margin:-60px auto 0; padding:10px 0; background-color:#fff; border-bottom: 1px solid #e5e5e5;position:relative;}
.ly_crumb .crumb_main { width:100%; overflow:hidden; margin:0 auto; padding:0 20px 0 34px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.crumb_main img { display:block; width:20px; height:20px; overflow:hidden; margin:0; padding:0; position:absolute; left:10px; top:10px;}
.crumb_main p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.crumb_main p a { color:#333;}
.crumb_main p a:hover { color:#04388e;}
.crumb_main p span { color:#777;}
@media (max-width:1280px) {
	.ly_crumb { width:94%;}
}
@media (max-width:1200px) {

}
@media (max-width:1080px) {
	.crumb_main p { height:auto;}
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
	.ly_crumb { margin:-25px auto 0;}
	.crumb_main img { top:4px;}
	.crumb_main p { height:auto; line-height:30px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: inherit;}
}
@media (max-width: 767px) {
	.ly_crumb { width:92%; margin:-25px auto 0;}
	.crumb_main img { top:4px;}
	.crumb_main p { height:auto; line-height: 30px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space:inherit; padding:0;}
}

/*面包屑 开始*/
.n_nav_box { width:1400px; overflow: hidden; margin: -60px auto 0; border-bottom: 1px solid #e5e5e5; background-color: #fff; position:relative; z-index: 9;}
.n_nav_box .n_nav { display: flex; width: 50%; float:left; font-size: 0;}
.n_nav_box1 .n_nav { display:none;}
.n_nav::-webkit-scrollbar { display:none;}
.n_nav a { font-size:16px;line-height: 60px;color:#3c3c3c;display:inline-block;padding: 0 5px; max-width: 312px; text-align:center;position:relative;z-index:1;transition: .5s;flex-grow: 1;}
.n_nav a+a:after { content:""; width:1px; height:16px; display:block; background:#e5e5e5; position:absolute; top:50%; margin-top:-8px; left:0; transition: 0s; z-index:0;}
.n_nav a:before { content:""; width:0; height:100%; display:block; position:absolute; bottom:0px; left:0; transition: .5s; z-index:-1; opacity: 0;
    background: #d34d4c;
    ​background: -moz-linear-gradient(-45deg, #d34d4c 0%, #04388e 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#d34d4c), color-stop(100%,#04388e));
    background: -webkit-linear-gradient(-45deg, #d34d4c 0%,#04388e 100%);
    background: -o-linear-gradient(-45deg, #d34d4c 0%,#04388e 100%);
    background: -ms-linear-gradient(-45deg, #d34d4c 0%,#04388e 100%);
    background: linear-gradient(to -45deg, #d34d4c 0%,#04388e 100%);
    filter: ;
    progid: DXImageTransform.Microsoft.gradient( startColorstr='#d34d4c', endColorstr='#04388e',GradientType=0 );
    -webkit-filter: ;
    progid: DXImageTransform.Microsoft.gradient( startColorstr='#d34d4c', endColorstr='#04388e',GradientType=0 );
}
.n_nav a:hover:before,.n_nav a.on:before { width:100%; opacity: 1;}
.n_nav a:hover:after,.n_nav a.on:after { height:0;}
.n_nav a:hover,.n_nav a.on { color:#fff; font-weight: bold;}
.n_nav_box .n_position { max-width:50%; height: 60px; overflow:hidden; float:right; margin:0; padding:0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.n_nav_box .n_position p { width:100%; height: 60px; overflow:hidden; line-height:60px; color:#a6a6a6; font-size:15px; white-space: nowrap; text-overflow: ellipsis; text-align:right; margin:0; padding:0;}
.n_nav_box1 .n_position { max-width:100%; float:left;}
.n_nav_box1 .n_position p { text-align:left;}

.n_position p img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-4px 0 0 0; padding:0 4px 0 0;}
.n_position p svg { vertical-align: middle; width: 14px; height: 16px; display: inline-block; margin-right: 9px;}
.n_position p a { font-size:15px; color:#98989a; position:relative; transition:.2s;}
.n_position p i { font-size:15px;color:#98989a; display:inline-block; margin:0; padding:0 8px; font-family:arial; position:relative; top: -1px;}
.n_position p span { font-size:15px; color:#04388e;}
.n_position p a:hover { color:#04388e;}
@media screen and (max-width:1400px) and (min-width: 1281px){
	.n_nav_box { width:94%;}
}
@media (max-width:1280px){
	.n_nav_box { width:94%; margin-top:0;}
}
@media (max-width:1200px){
	
}
@media (max-width:1080px){
	
}
@media (max-width:1024px){
	
}
@media (max-width:800px){
	.n_nav_box .n_nav { width:100%; float:inherit;border-bottom: 1px solid #e5e5e5;}
	.n_nav_box .n_position { width:100%; max-width:inherit; float:inherit; padding:0;}
	.n_nav_box .n_position p { text-align:left;}
}
@media (max-width: 768px) {
	.n_nav a { padding:0; font-size:15px;}
	.n_nav_box .n_position{ padding:0 10px;}
}
@media (max-width: 375px) {
	
}
@media (max-width: 320px) {
	
}
/*面包屑 结束*/

/*lyNy_AboutUs 开始*/
.lyNy_AboutUs { width: 100%; min-height:480px; overflow: hidden; margin: 0 auto; padding:60px 0 0; background: url(../images/n_about_bg.jpg) left center no-repeat; /*background-size:cover;*/ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNy_AboutUs .lyNyAb_main { width:1400px; overflow:hidden; margin:0 auto; padding:0;}
.lyNyAb_main .lyNyAb_con { width:82%; overflow:hidden; margin:0; padding:0 0 0 60px; border-left:1px solid #e5e5e5; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyAb_con .lyNyAbCon_tit { width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
.lyNyAbCon_tit span { display:block; width:100%; height:50px; overflow:hidden; line-height:50px; color:rgba(0,0,0,0.1); font-size:48px; font-weight:bold; text-transform:Uppercase; text-overflow:ellipsis; white-space:nowrap; margin:0 auto 10px; padding:0;}
.lyNyAbCon_tit h5 { width:100%; overflow:hidden; line-height:40px; color:#303030; font-size: 32px; font-weight: bold; margin:0 auto 20px; padding:0;}
.lyNyAbCon_tit i { display: block; width:60px; height:4px; overflow:hidden; margin:0; padding:0; background-color:#04388e;}
.lyNyAb_con .lyNyAb_text { width:100%; overflow:hidden; line-height: 30px; color: #3c3c3c; font-size: 16px; text-align:justify; margin:0 auto; padding:0;}
.lyNyAb_con .lyNyAb_text p { width:100%; overflow:hidden; line-height: 30px; color: #3c3c3c; font-size: 16px; padding:0;}
.lyNyAb_con .lyNyAb_text p span, .lyNyAb_con .lyNyAb_text p font, .lyNyAb_con .lyNyAb_text p em { color: #3c3c3c; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size: 16px!important;}
.lyNyAb_con .lyNyAb_text p img { display:block; overflow:hidden; padding:0; max-width:100%; width:100% !important; height:auto !important;}
.lyNyAb_con .lyNyAb_text p br { display:none;}
.lyNyAb_con .lyNyAb_text ul, .lyNyAb_con .lyNyAb_text ol { padding-left:20px; list-style-type: unset;}
.lyNyAb_con .lyNyAb_text ul li, .lyNyAb_con .lyNyAb_text ol li { list-style-type: unset; font-size:16px;}

.lyNyAb_main .lyNyAb_data { width:18%; overflow:hidden; margin:0; padding:0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyAb_data ul li { margin:0 auto 100px;}
.lyNyAb_data ul li:last-child{ margin:0;}
.lyNyAb_data ul li font { display: block; width: 98px; height: 98px; text-align: center; margin-bottom: 16px; border: 2px solid #04388e; transition: 0.5s; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.lyNyAb_data ul li font svg { width: 44px; height: 44px; display: inline-block; vertical-align: middle; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; padding-top:26px;}
@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}
.lyNyAb_data ul li p { width:100%; font-size:18px; color:#303030; line-height:30px; margin-bottom:4px}
.lyNyAb_data ul li span { font-size:48px; color:#04388e; font-weight:bold;}
.lyNyAb_data ul li em { color:#000; font-size:15px; font-style:normal; margin-left:8px;}
.lyNyAb_data ul li:hover font { background: #d34d4c; border: 2px solid #d34d4c;}
.lyNyAb_data ul li:hover font svg path { fill:#fff!important;}
.lyNyAb_data ul li:hover font svg { -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}

.NyAbout_title { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.NyAbout_title p { width:100%; overflow:hidden; line-height:40px; color:#303030; font-size:32px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.NyAbout_title i { display:block; width:30px; height:2px; overflow:hidden; margin:9px auto; padding:0; background-color:#e60027;}
.NyAbout_title span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:15px; text-align:center; margin:0 auto; padding:0;}
.NyAbout_title1 p,.NyAbout_title1 span{ color:#fff;}
.NyAbout_title1 i{background-color:#fff;}

/*发展历程 开始*/
.NyAbout_part2 { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#f5f5f5; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAbout_part2 .NyAboutPart2_main { width:1400px; height:auto; margin:0 auto; padding:0 60px; background:url(../images/line1.jpg) 0 279px repeat-x; position:relative;}
.NyAboutPart2_main .swiper-container2 { width:100%; height:320px; overflow:hidden; margin:-20px auto; padding:20px 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutPart2_main .swiper-container2 .swiper-slide { background-color:#fff; padding:30px; border-radius:20px 0; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart2_main .swiper-container2 .swiper-slide:hover { box-shadow:0 10px 20px rgba(0,0,0,0.1);}
.NyAboutPart2_main .swiper-container2 .swiper-slide .NyAboutPart2_con { width:100%; height:auto; margin:0; padding:0;}
.NyAboutPart2_main .swiper-container2 .swiper-slide .NyAboutPart2_con .NyAboutPart2_time { width:100%; overflow:hidden; line-height:40px; color:#303030; font-size:40px; font-weight:bold; margin:0 auto 20px; padding:0;}
.NyAboutPart2_main .swiper-container2 .swiper-slide:hover .NyAboutPart2_con .NyAboutPart2_time { color:#04388e;}
.NyAboutPart2_main .swiper-container2 .swiper-slide .NyAboutPart2_con p { width:100%; height:auto; max-height:150px; overflow:hidden; line-height:25px; color:#666; font-size:15px; text-align:justify; word-break:break-all; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; text-overflow: ellipsis;}

.NyAboutPart2_main .swiper-button-prev2, .NyAboutPart2_main .swiper-button-next2 { width:40px!important; height:40px!important; position:absolute; bottom:20px!important; top:inherit!important; margin:0!important; cursor:pointer;}
.NyAboutPart2_main .swiper-button-prev2 { background:url(../images/prev02.png) center center no-repeat; background-size:40px 40px; left:0;}
.NyAboutPart2_main .swiper-button-next2 { background:url(../images/next02.png) center center no-repeat; background-size:40px 40px; right:0;}
/*发展历程 结束*/

/*企业文化 开始*/
.NyAbout_part3 { width:100%; overflow:hidden; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAbout_part3 .NyAboutPart3_main { width:100%; overflow:hidden; margin:0 auto; padding:0; background:url(../images/NyAboutPart2_bg.jpg) center center no-repeat; background-size:cover; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart3_main ul { width:80%; overflow:hidden; margin:0 auto; padding:0; border-left:1px solid rgba(255,255,255,0.1); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart3_main ul li { width:25%; overflow:hidden; margin:0; padding:220px 30px; border-right:1px solid rgba(255,255,255,0.1); float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutPart3_main ul li:hover { background-color:rgba(205,35,62,0.8);}
.NyAboutPart3_main ul li .NyAboutPart3_icon1, .NyAboutPart3_main ul li .NyAboutPart3_icon2, .NyAboutPart3_main ul li .NyAboutPart3_icon3, .NyAboutPart3_main ul li .NyAboutPart3_icon4 { width:90px; height:90px; overflow:hidden; margin:0 auto; padding:0; border:1px solid rgba(255,255,255,0.2); border-radius:50%; transform:rotateY(0deg); -webkit-transform:rotateY(0deg); -moz-transform:rotateY(0deg); -o-transform:rotateY(0deg); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutPart3_main ul li .NyAboutPart3_icon1 { background:url(../images/NyAboutPart2_icon01.png) center center no-repeat; background-size:60px 60px;}
.NyAboutPart3_main ul li .NyAboutPart3_icon2 { background:url(../images/NyAboutPart2_icon02.png) center center no-repeat; background-size:60px 60px;}
.NyAboutPart3_main ul li .NyAboutPart3_icon3 { background:url(../images/NyAboutPart2_icon03.png) center center no-repeat; background-size:60px 60px;}
.NyAboutPart3_main ul li .NyAboutPart3_icon4 { background:url(../images/NyAboutPart2_icon04.png) center center no-repeat; background-size:60px 60px;}
.NyAboutPart3_main ul li:hover .NyAboutPart3_icon1 { background:#fff url(../images/NyAboutPart2_icon1.png) center center no-repeat; background-size:60px 60px; transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg);}
.NyAboutPart3_main ul li:hover .NyAboutPart3_icon2 { background:#fff url(../images/NyAboutPart2_icon2.png) center center no-repeat; background-size:60px 60px; transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg);}
.NyAboutPart3_main ul li:hover .NyAboutPart3_icon3 { background:#fff url(../images/NyAboutPart2_icon3.png) center center no-repeat; background-size:60px 60px; transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg);}
.NyAboutPart3_main ul li:hover .NyAboutPart3_icon4 { background:#fff url(../images/NyAboutPart2_icon4.png) center center no-repeat; background-size:60px 60px; transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg);}
.NyAboutPart3_main ul li .NyAboutPart3_text { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.NyAboutPart3_main ul li .NyAboutPart3_text p { width:100%; overflow:hidden; line-height:40px; color:#fff; font-size:24px; font-weight:bold; text-align:center; margin:0 auto; padding:0}
.NyAboutPart3_main ul li .NyAboutPart3_text span { display:block; width:100%; overflow:hidden; line-height:25px; color:#fff; font-size:15px; text-align:center; margin:0 auto; padding:0}
/*企业文化 结束*/

/*合作伙伴 开始*/
.NyAbout_part4 { width:100%; overflow:hidden; margin:0 auto; padding:0 0 60px; background-color:#f5f5f5; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAbout_part4 .NyAboutPart4_main { width:1400px; height:auto; margin:-10px auto 0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; min-height:200px;}
.NyAboutPart4_main ul li { width:16%; height:90px; margin:10px 0.8% 0 0; padding:0; background-color:#fff; float:left; position:relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.NyAboutPart4_main ul li:nth-child(6n+6) { margin:10px 0 0;}
.NyAboutPart4_main ul li:hover { box-shadow:0 5px 10px rgba(0,0,0,0.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.NyAboutPart4_main ul li img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}

@media screen and (max-width:1399px) and (min-width:1200px) {
	.NyAbout_part4 .NyAboutPart4_main { width:94%;}
	.NyAboutPart4_main ul li { height:88px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {

	.NyAbout_part4 .NyAboutPart4_main { width:94%;}	
	.NyAboutPart4_main ul li { height:76px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {

	.NyAbout_part4 .NyAboutPart4_main { width:94%;}
	.NyAboutPart4_main ul li { height:80px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {

	.NyAbout_part4 .NyAboutPart4_main { width:94%;}
	.NyAboutPart4_main ul li { height:60px;}
}
@media (max-width: 767px) {
	.NyAbout_part4 .NyAboutPart4_main { width:94%;}
	.NyAboutPart4_main ul li { width:48%; height:110px; margin:0 4% 20px 0;}
	.NyAboutPart4_main ul li:nth-child(2n+2) { margin:0 0 20px;}
}
@media (max-width: 320px) {
	.NyAboutPart4_main ul li { width:48.5%; height:90px; margin:0 3% 10px 0;}
	.NyAboutPart4_main ul li:nth-child(2n+2) { margin:0 0 10px;}
}

/*合作伙伴 结束*/

/*企业荣誉 开始*/
.NyAbout_part5 { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background:#f5f5f5 url(../images/NyAboutPart5_bg.jpg) center center no-repeat; background-size:cover; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAbout_part5 .NyAboutPart5_main { width:1400px; height:auto; min-height:320px; margin:0 auto; padding:0; color:#fff; text-align:center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart5_main .swiper-container3 { width:100%; height:auto; overflow:hidden; margin:-20px auto 20px; padding:20px 0 40px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutPart5_main .swiper-container3 .swiper-slide {}
.NyAboutPart5_main .swiper-container3 .swiper-slide .NyAboutPart5_img { width: 100%; height: 240px; margin: 0 auto 10px; padding: 20px; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutPart5_main .swiper-container3 .swiper-slide:hover .NyAboutPart5_img { box-shadow:0 10px 20px rgba(0,0,0,0.1);}
.NyAboutPart5_main .swiper-container3 .swiper-slide .NyAboutPart5_img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutPart5_main .swiper-container3 .swiper-slide .NyAboutPart5_img a 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;}
.NyAboutPart5_main .swiper-container3 .swiper-slide:hover .NyAboutPart5_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.NyAboutPart5_main .swiper-container3 .swiper-slide .NyAboutPart5_name { width:100%; height:40px; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutPart5_main .swiper-container3 .swiper-slide .NyAboutPart5_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:18px; text-align:center; white-space: nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.NyAboutPart5_main .swiper-container3 .swiper-slide:hover .NyAboutPart5_name a { color:#fff; font-weight:bold;}

.NyAboutPart5_main .swiper-container3 .swiper-pagination { width:100%; height:10px; overflow:hidden; margin:0; padding:0; left:0; bottom:0px!important;}
.NyAboutPart5_main .swiper-container3 .swiper-pagination .swiper-pagination-bullet { width:10px; height:10px; margin:0 5px!important; background-color:rgba(255,255,255,0); border-radius:50%; opacity:0.8; background-color:#fff;}
.NyAboutPart5_main .swiper-container3 .swiper-pagination .swiper-pagination-bullet-active { background-color:#04388e; opacity:1;}

.waves-svg {position: absolute;left: 0;bottom: 0;width: 100%;height: 185px;margin-bottom: -7px;/*Fix for safari gap*/ min-height: 100px;max-height: 150px;pointer-events: none;}
.parallax > use {-webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;-moz-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;-o-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;}
.parallax > use:nth-child(1) {-webkit-animation-delay: -2s;-moz-animation-delay: -2s;-o-animation-delay: -2s;animation-delay: -2s;-webkit-animation-duration: 7s;-moz-animation-duration: 7s;-o-animation-duration: 7s; animation-duration: 7s;}
.parallax > use:nth-child(2) {-webkit-animation-delay: -3s;-moz-animation-delay: -3s;-o-animation-delay: -3s;animation-delay: -3s;-webkit-animation-duration: 10s;-moz-animation-duration: 10s;-o-animation-duration: 10s;animation-duration: 10s;}
.parallax > use:nth-child(3) {-webkit-animation-delay: -4s;-moz-animation-delay: -4s;-o-animation-delay: -4s;animation-delay: -4s;-webkit-animation-duration: 13s;-moz-animation-duration: 13s;-o-animation-duration: 13s;animation-duration: 13s;}
.parallax > use:nth-child(4) {-webkit-animation-delay: -5s;-moz-animation-delay: -5s;-o-animation-delay: -5s;animation-delay: -5s;-webkit-animation-duration: 20s;-moz-animation-duration: 20s;-o-animation-duration: 20s;animation-duration: 20s;}
@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-moz-keyframes move-forever {
  0% {
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-o-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
/*企业荣誉 结束*/
@media screen and (max-width:1400px) and (min-width: 1281px){
	.lyNy_AboutUs .lyNyAb_main{ width:94%;}
}
@media (max-width:1280px){
	.lyNy_AboutUs .lyNyAb_main { width:94%;}
	.NyAbout_part2 .NyAboutPart2_main { width:100%; padding:0 40px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.NyAboutPart3_main ul { width:94%;}
	.NyAboutPart3_main ul li { padding:120px 20px;}
	.NyAbout_part5 .NyAboutPart5_main { width:94%;}
}
@media (max-width:1200px){
.lyNyAb_data ul li p{ font-size:17px;}	
}
@media (max-width:1080px){
	
}
@media (max-width:1024px){
	.lyNyAb_data ul li p{ font-size:16px;}
}
@media (max-width:800px){
	.lyNy_AboutUs { padding:40px 0;}
	.lyNyAb_main .lyNyAb_con { width:100%; float:inherit; padding:0; border:0;}
	.lyNyAb_con .lyNyAb_text p { margin:20px auto 0;}
	.lyNyAb_main .lyNyAb_data { width:100%; float:inherit; margin:40px auto 0; text-align:center;}
	.lyNyAb_data ul li { width:33.333333%; margin:0; float:left;}
	.lyNyAb_data ul li font{margin: 0 28% 16px;}
	.lyNyAb_data ul li p{ font-size:16px;}
	
	.NyAbout_part2 { padding:40px 0;}
	.NyAboutPart2_main .swiper-container2 .swiper-slide { padding:20px;}
	.NyAboutPart3_main ul li { padding:60px 20px;}
	.NyAbout_part4 { padding:40px 0;}
	.NyAbout_part5 { padding:40px 0;}
	.NyAboutPart5_main .swiper-container3 { margin:-20px auto 0; padding:20px 0;}
}
@media (max-width: 767px) {
	.NyAboutPart3_main ul li { width:100%; padding:40px 20px;}

}
@media screen and (max-width:700px) and (min-width: 575px){
	.lyNyAb_data ul li font{margin: 0 26% 16px;}
     .lyNyAb_data ul li p{ font-size:15px;}
}
@media screen and (max-width:574px) and (min-width: 465px){
	.lyNyAb_data ul li font{margin: 0 14% 16px;}
	.lyNyAb_data ul li p{ font-size:15px; min-height:60px;}
}
@media screen and (max-width:464px) and (min-width: 425px){
	.lyNyAb_data ul li font{margin: 0 14% 16px; width:88px; height:88px;}
	.lyNyAb_data ul li font svg{padding-top: 20px;}
	.lyNyAb_data ul li p{ font-size:14px; min-height:60px;}
	.lyNyAb_data ul li span{ font-size:36px;}
}
@media screen and (max-width:424px) and (min-width: 360px){
	.lyNyAb_data ul li font{margin: 0 14% 16px; width:88px; height:88px;}
	.lyNyAb_data ul li font svg{padding-top: 20px;}
	.lyNyAb_data ul li p{ font-size:14px; min-height:60px;}
	.lyNyAb_data ul li span{ font-size:36px;}
}
@media screen and (max-width:359px) and (min-width: 321px){
	.lyNyAb_data ul li { width: inherit; margin:0 auto 20px; float: inherit; text-align:center;}
	.lyNyAb_data ul li font { margin:0 auto 10px;}
	.lyNyAb_data ul li p { margin:0 auto;}
}
@media (max-width: 320px) {
	.lyNyAb_data{ display:none;}
}
/*lyNy_AboutUs 结束*/

/*内页-产品中心 开始*/
.ly_NyProducts { width:100%; height:auto; min-height: 480px; margin:0 auto; padding:40px 0 70px;}
.ly_NyProducts .lyNyPro_main { width:1400px; height:auto; margin:0 auto; padding:0;}
.lyNyPro_main .lyNyPro_left { width:22%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyPro_main .lyNyPro_right { width:76%; height:auto; margin:0; padding:0; float:right;}
.lyNyPro_right .lyNyPro_list { width:100%; height:auto; min-height:320px; margin:0 auto 20px; padding:0;}
@media (max-width:1280px) {
	.ly_NyProducts .lyNyPro_main { width:94%;}
}
@media screen and (max-width:1200px) and (min-width:1080px) {
	.lyNyPro_main .lyNyPro_left { width:27%;}
	.lyNyPro_main .lyNyPro_right { width:70%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyNyPro_main .lyNyPro_left { width:100%; margin:0 auto;}
	.lyNyPro_main .lyNyPro_right { width:100%; margin:0 auto;}
	.lyNyPro_list ul li{width: 32%;margin: 0 2% 2% 0;}
	.lyNyPro_list ul li:nth-child(3n+3){margin: 0 0 20px 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.lyNyPro_main .lyNyPro_left { width:100%; margin:0 auto;}
	.lyNyPro_main .lyNyPro_right { width:100%; margin:0 auto;}
}
@media (max-width: 767px) {
	.ly_NyProducts .lyNyPro_main { width:92%;}
	.lyNyPro_main .lyNyPro_left { width:100%; margin:0 auto;}
	.lyNyPro_main .lyNyPro_right { width:100%; margin:0 auto;}
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
	
}
/*内页-产品中心 结束*/

/*内页-产品列表 开始*/
.nyPro_list { width:100%; height:auto; margin:0 auto 40px; padding:0;}
.nyPro_list ul li { width:100%; height:auto; margin:0 auto 20px; padding:10px; background-color:#fff; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
.nyPro_list ul li .nyProList_img { width:23%; height:240px; overflow:hidden; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li .nyProList_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative;}
.nyPro_list ul li .nyProList_img a img.nyPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyPro_list ul li:hover .nyProList_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.nyPro_list ul li .nyProList_text { width:73%; height:240px; overflow:hidden; margin:0; padding:10px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li .nyProList_text .nyProList_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:20px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a:hover { color:#04388e;}
.nyPro_list ul li .nyProList_text .nyProList_ms { width:100%; overflow:hidden; margin:10px auto; padding:0;}
.nyProList_text .nyProList_ms p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#565656; font-size:14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_tips { width:100%; overflow:hidden; margin:10px auto; padding:0;}
.nyProList_text .nyProList_tips dl dd { display:inline-block; height:40px; overflow:hidden; line-height:40px; color:#aaa; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 20px 0 0; float:left;}
.nyProList_text .nyProList_tips dl dd span { color:#333;}
.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_btn a { display:block; width:130px; height:40px; overflow:hidden; line-height:38px; color:#999; font-size:14px; text-align:center; margin:0 20px 0 0; padding:0; border:1px solid #eaeaea; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProList_text .nyProList_btn a:hover { color:#fff; background-color:#04388e; border:1px solid #04388e;}

.lyNy_Xgwz { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.lyNy_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:20px; background: #04388e url(../images/hd_bg.jpg) center center no-repeat; background-size: cover; border-radius:4px 4px 0 0;}
.Xgwz_tit p { height: 40px; line-height: 40px; color: #fff; font-size: 28px; font-weight: bold; text-align: center; margin: 0 auto 0;}
.Xgwz_tit span { display: block; height: 20px; line-height: 20px; color: #fff; font-size: 14px; text-align: center;}
.lyNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto; padding:10px; background-color:#fff; border-radius: 0 0 4px 4px; -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 10px 20px; border-bottom:1px dashed #eaeaea; 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/icon4.png) center center no-repeat; position: absolute; left: 0; top: 10px;}
.lyNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/icon5.png) center center no-repeat;}
.lyNy_Xgwz .Xgwz_list ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list ul li a:hover { color:#04388e;}
.lyNy_Xgwz .Xgwz_list ul li span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:14px; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.lyNyProDetail_con .lyNy_Xgwz .Xgwz_list { border:1px solid #eaeaea; border-top:0;}

@media screen and (max-width:1399px) and (min-width:1360px) {
	.nyPro_list ul li .nyProList_img { width:24%; height:220px;}
	.nyPro_list ul li .nyProList_text { width:72%; height:220px;}
}
@media screen and (max-width:1359px) and (min-width:1200px) {
	.nyPro_list ul li .nyProList_img { width:24%; height:205px;}
	.nyPro_list ul li .nyProList_text { width:72%; height:205px;}
	.nyPro_list ul li .nyProList_text .nyProList_ms, .nyPro_list ul li .nyProList_text .nyProList_tips { margin:5px auto;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.nyPro_list ul li .nyProList_img { width:28%; height:205px;}
	.nyPro_list ul li .nyProList_text { width:70%; height:205px;}
	.nyPro_list ul li .nyProList_text .nyProList_ms, .nyPro_list ul li .nyProList_text .nyProList_tips { margin:5px auto;}
	
	.lyNy_Xgwz .Xgwz_tit { padding:12px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.nyPro_list ul li { margin:0 auto 20px;}
	.nyPro_list ul li .nyProList_img { width:22%; height:205px;}
	.nyPro_list ul li .nyProList_text { width:76%; height:205px;}
	.nyPro_list ul li .nyProList_text .nyProList_ms, .nyPro_list ul li .nyProList_text .nyProList_tips { margin:5px auto;}
	
	.lyNy_Xgwz { margin:20px auto;}
	.lyNy_Xgwz .Xgwz_tit { padding:10px 10px 10px 20px;}
	.Xgwz_tit p { display: block; height: 40px; line-height: 40px; font-size: 24px; min-width: 88px; margin: 0 10px 0 0; padding: 0; float: left;}
	.Xgwz_tit span { display: inline-block; height: 40px; line-height: 40px;}
	.lyNy_Xgwz .Xgwz_list { padding:10px 20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.nyPro_list { margin:0 auto 20px;}
	.nyPro_list ul li { margin:0 auto 20px;}
	.nyPro_list ul li .nyProList_img { width:28%; height:205px;}
	.nyPro_list ul li .nyProList_text { width:70%; height:205px;}
	.nyPro_list ul li .nyProList_text .nyProList_ms, .nyPro_list ul li .nyProList_text .nyProList_tips { margin:5px auto;}
	
	.lyNy_Xgwz { margin:20px auto;}
	.lyNy_Xgwz .Xgwz_tit { padding:10px 10px 10px 20px;}
	.Xgwz_tit p { display: block; height: 40px; line-height: 40px; font-size: 24px; min-width: 88px; margin: 0 10px 0 0; padding: 0; float: left;}
	.Xgwz_tit span { display: inline-block; height: 40px; line-height: 40px;}
	.lyNy_Xgwz .Xgwz_list { padding:10px 20px;}
}
@media (max-width: 767px) {
	.nyPro_list { margin:0 auto 20px;}
	.nyPro_list ul li { margin:0 auto 20px;}
	.nyPro_list ul li .nyProList_img { width:100%; height:260px; margin:0 auto 10px;}
	.nyPro_list ul li .nyProList_text { width:100%; height:auto;}
	.nyProList_text .nyProList_name a { height:40px; line-height:40px; font-size:18px;}
	.nyPro_list ul li .nyProList_text .nyProList_ms { margin:5px auto;}
	.nyProList_text .nyProList_ms p { height:auto; max-height:48px; line-height:24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space:inherit;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { margin:5px auto;}
	.nyProList_text .nyProList_tips dl dd { width:48%; height:30px; line-height:30px; margin:0 4% 0 0; padding:0;}
	.nyProList_text .nyProList_tips dl dd:nth-child(2n+2) { margin:0;}
	.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; margin:0 auto;}
	.nyProList_text .nyProList_btn a { width:48%; height:40px; line-height:38px; margin:0; float:left;}
	.nyProList_text .nyProList_btn a:first-child { margin:0 4% 0 0;}
	
	.lyNy_Xgwz { margin:20px auto;}
	.lyNy_Xgwz .Xgwz_tit { padding:10px 10px 10px 20px;}
	.Xgwz_tit p { display: block; height: 40px; line-height: 40px; font-size: 24px; min-width: 88px; margin: 0 10px 0 0; padding: 0; float: left;}
	.Xgwz_tit span { display: inline-block; height: 40px; line-height: 40px;}
	.lyNy_Xgwz .Xgwz_list { padding:10px 20px;}
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
	.nyPro_list ul li .nyProList_img { height:240px;}
	
	.lyNy_Xgwz .Xgwz_tit { padding:6px 12px;}
	.Xgwz_tit span { font-size:22px;}
	.lyNy_Xgwz .Xgwz_list { padding:10px;}
}
/*内页-产品列表 结束*/

/*内页-新闻中心&技术文章 开始*/
.ly_NyNews { width:100%; min-height: 480px; height:auto; margin:0 auto; padding:40px 0 70px; background-color:#f8f8f8;}
.ly_NyNews .lyNyNew_main { width:1400px; height:auto; margin:0 auto; padding:0;}

.lyNyNew_main .lyNyNew_Tj { width:100%; overflow:hidden; margin:0 auto; padding:20px 0 20px 290px; border-bottom:1px dashed #eaeaea; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj .lyNyNew_TjImg { width:270px; height:160px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:20px;}
.lyNyNew_Tj .lyNyNew_TjImg a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyNyNew_Tj .lyNyNew_TjImg a 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;}
.lyNyNew_Tj:hover .lyNyNew_TjImg a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyNew_Tj .lyNyNew_TjText { width:100%; height:160px; overflow:hidden; margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a:hover { color:#04388e;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { width:100%; overflow:hidden; margin:6px auto 10px; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { width:100%; height:75px; overflow:hidden; line-height:25px; color:#888; font-size:15px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime { width:100%; height:30px; overflow:hidden; line-height:30px; color:#aaa; font-size:14px; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime img { display:block; width:20px; height:20px; margin:5px 5px 5px 0; padding:0; float:left;}

.lyNyNew_main .lyNyNew_list { width:100%; height:auto; margin:0 auto 60px; padding:0;}
.lyNyNew_list ul li { width:100%; height:auto; margin:0 auto; padding:20px 0; border-bottom:1px dashed #eaeaea; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_list ul li:hover { padding:20px; border-bottom:1px solid #fff; background-color:#fff; box-shadow:0 10px 20px rgba(0,0,0,0.06);}
.lyNyNew_list ul li .lyNyNew_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_name a:hover { color:#04388e;}
.lyNyNew_list ul li .lyNyNew_ms { width:100%; overflow:hidden; margin:6px auto 10px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_list ul li .lyNyNew_ms p { width:100%; height:50px; overflow:hidden; line-height:25px; color:#888; font-size:15px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_time { width:100%; height:30px; overflow:hidden; line-height:30px; color:#aaa; font-size:14px; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_time img { display:block; width:20px; height:20px; margin:5px 5px 5px 0; padding:0; float:left;}

.lyNyNew_list ul li .lyNyNew_more { width:99px; height:160px; overflow:hidden; margin:0; padding:0; border-left:1px solid #eaeaea; position:absolute; top:24px; right:0;}
.lyNyNew_list ul li .lyNyNew_more a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background:url(../images/jt9.png) center center no-repeat;}
.lyNyNew_list ul li:hover .lyNyNew_more { border-left:1px solid #fff;}
.lyNyNew_list ul li:hover .lyNyNew_more a { background:url(../images/jt13.png) center center no-repeat;}

.lyNyDown_list ul li { margin:0 auto 20px; padding:20px 120px 20px 20px;}
.lyNyDown_list ul li .lyNyNew_time { height:30px; line-height:30px; margin:0 auto;}
.lyNyDown_list ul li .lyNyNew_more { height:70px; margin:0; top:20px;}
.lyNyDown_list ul li .lyNyNew_more a { background:url(../images/jt1.png) center center no-repeat;}
.lyNyDown_list ul li:hover .lyNyNew_more a { background:url(../images/jt4.png) center center no-repeat;}

.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-size:16px; text-align:center; text-indent:0; margin:0 auto; padding:0; background-color:#04388e;}
.NyNewsdetail_con .NyDown_btn a.downbtn:hover { background-color:#fe9b02;}

@media screen and (max-width:1399px) and (min-width:1200px) {
	.ly_NyNews .lyNyNew_main { width:90%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyNews .lyNyNew_main { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyNews .lyNyNew_main { width:94%;}
	.ly_NyNews .IdxNew_list ul li { margin:0 2% 20px 0;}
	.ly_NyNews .IdxNew_list ul li:nth-child(3n+3) { margin:0 0 20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyNews .lyNyNew_main { width:94%;}
}
@media (max-width: 767px) {
	.ly_NyNews { padding:20px 0 50px;}
	.ly_NyNews .lyNyNew_main { width:94%;}

}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
/*内页-新闻中心&技术文章 结束*/

/*内页-成功案例 开始*/
.ly_NySuccesscase { width:1400px; height:auto; margin:0 auto 60px; padding:0;}
.ly_NySuccesscase .lyNyCase_list { width:100%; height:auto; margin:0 auto; padding:0;}

.lyNyCase_list ul li { width:31.667%; height:auto; overflow:hidden; margin:0 2.4995% 30px 0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li:nth-child(3n+3) { margin:0 0 30px;}
.lyNyCase_list ul li .idxCase_img { width:100%; height:280px; overflow:hidden; margin:0 auto 10px; padding:0;}
.lyNyCase_list ul li .idxCase_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyNyCase_list ul li .idxCase_img a 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;}
.lyNyCase_list ul li:hover .idxCase_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyCase_list ul li .idxCase_text { width:100%; height:auto; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li .idxCase_text .idxCase_name { width:100%; height:40px; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li .idxCase_text .idxCase_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:20px; white-space: nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.lyNyCase_list ul li .idxCase_text span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:14px; margin:4px auto 10px; padding:0;}
.lyNyCase_list ul li .idxCase_text span img { display:block; width:20px; height:20px; overflow:hidden; margin:0 4px 0 0; padding:0; float:left;}
.lyNyCase_list ul li:hover .idxCase_text .idxCase_name a { color:#04388e;}
.lyNyCase_list ul li .idxCase_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#888; font-size:14px; word-break:break-all; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li .idxCase_text a.idxCase_btn { display:block; width:120px; height:36px; overflow:hidden; line-height:36px; color:#fff; font-size:14px; text-align:center; margin:20px 0 0; padding:0; background-color:#333;}
.lyNyCase_list ul li .idxCase_text a.idxCase_btn img { display:inline-block; width:20px; height:20px; overflow:hidden; vertical-align:middle; margin:-2px 0 0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyCase_list ul li:hover .idxCase_text a.idxCase_btn { background-color:#04388e;}
.lyNyCase_list ul li:hover .idxCase_text a.idxCase_btn img { margin:-2px 0 0 10px;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NySuccesscase { width:90%;}
	.lyNyCase_list ul li .idxCase_img { height:226px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NySuccesscase { width:96%; margin:0 auto 40px;}
	.lyNyCase_list ul li { width:32%; margin:0 2% 20px 0;}
	.lyNyCase_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.lyNyCase_list ul li .idxCase_img { height:232px;}
	.lyNyCase_list ul li .idxCase_text a.idxCase_btn { margin:12px 0 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NySuccesscase { width:96%; margin:0 auto 40px;}
	.lyNyCase_list ul li { width:48.5%; margin:0 3% 20px 0;}
	.lyNyCase_list ul li:nth-child(3n+3) { margin:0 3% 20px 0;}
	.lyNyCase_list ul li:nth-child(2n+2) { margin:0 0 20px;}
	.lyNyCase_list ul li .idxCase_img { height:264px;}
	.lyNyCase_list ul li .idxCase_text a.idxCase_btn { margin:12px 0 0;}
}
@media (max-width: 767px) {
	.ly_NySuccesscase { width:92%; margin:0 auto 40px;}
	.lyNyCase_list ul li { width:100%; margin:0 auto 20px;}
	.lyNyCase_list ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.lyNyCase_list ul li .idxCase_img { height:280px;}
	.lyNyCase_list ul li .idxCase_text .idxCase_name a { font-size:18px;}
	.lyNyCase_list ul li .idxCase_text span { margin:0 auto 10px;}
	.lyNyCase_list ul li .idxCase_text a.idxCase_btn { margin:10px 0 0;}
}
@media (max-width: 414px) {
	.lyNyCase_list ul li .idxCase_img { height:280px;}
}
@media (max-width: 375px) {
	.lyNyCase_list ul li .idxCase_img { height:260px;}
}
@media (max-width: 320px) {
	.lyNyCase_list ul li .idxCase_img { height:222px; margin:0 auto 4px;}
	.lyNyCase_list ul li .idxCase_text .idxCase_name a { font-size:16px;}
}
/*内页-成功案例 结束*/

/*分页样式 开始*/
#fengye { text-align: center; margin: 10px auto 0; color: #555; font-size:14px;}
#fengye table { display:inline-block;}
#fengye a { display: inline-block; padding: 0 10px; background: #ddd; height: 32px; line-height: 32px; text-align: center; margin: 0 5px; border-radius:2px; color: #555; font-size:14px;}
#fengye a:hover { background: #04388e; color: #ffffff; }
#fengye a.pnnum1 { background: #04388e; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #04388e; width: 40px !important; height: 32px !important; line-height: 32px; text-align: center; border-radius: 2px; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 32px; line-height: 32px; text-align: center; margin: 0 5px; color: #555; cursor: default;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	#fengye {}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	#fengye {}
}
@media (max-width: 767px) {
	#fengye { margin:0 auto; font-size:0;}
	#fengye input, #fengye .p_input { display:none;}
	#fengye a { height: 40px; line-height: 40px; padding: 0 10px; border-radius: 4px;}
	#fengye table tr td { font-size:0;}
	#fengye a.pnnum1,#fengye a.pnnum{ display:none;}
}
@media (max-width: 375px) {
	#fengye { margin:0 auto;}
}
@media (max-width: 320px) {
	#fengye { margin:0 auto;}
	#fengye a { margin:0 3px;}
}
/*分页样式 结束*/

/*内页-新闻详情&文章详情 开始*/
.ly_NyNewsdetail { width:1400px; overflow:hidden; margin:40px auto; padding:0;}
.ly_NyNewsdetail .NyNewsdetail_title { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:32px; text-align:center; margin:0 auto; padding:0;}
.ly_NyNewsdetail .NyNewsdetail_tips { width:100%; height:auto; overflow:hidden; line-height:20px; color:#999; font-size:14px; text-align:center; margin:20px auto; padding:10px 0; background-color:#f1f1f1;}
.ly_NyNewsdetail .NyNewsdetail_con { width:100%; min-height:360px; overflow:hidden; margin:0 auto; padding:0; line-height:30px; color:#565656; font-size:16px; text-align:justify;}
.NyNewsdetail_con p, .NyNewsdetail_con div { width:100%; overflow:hidden; line-height:30px; color:#565656; font-size:16px; text-align:justify; margin:0 auto; padding:0;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:16px!important;}
.NyNewsdetail_con table tr td p { text-indent:0!important;}
.NyNewsdetail_con img { display:block;  margin:0 auto; padding:0; text-indent:0!important;}
.ly_NyNewsdetail .NyNewsdetail_con ul, .ly_NyNewsdetail .NyNewsdetail_con ol{ padding-left:20px; list-style-type: unset;}
.ly_NyNewsdetail .NyNewsdetail_con ul li, .ly_NyNewsdetail .NyNewsdetail_con ol li{ list-style-type: unset; font-size:16px;}
.ly_NyNewsdetail .ly_PrevNext { margin:40px auto 0;}
@media (max-width:1280px) {
	.ly_NyNewsdetail { width:94%;}
}
@media (max-width:1200px) {
	.NyNewsdetail_con img{ width:100% !important; height:auto !important;}
}
@media (max-width:1080px) {
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
	.ly_NyNewsdetail .NyNewsdetail_title { font-size:28px;}
	
}
@media (max-width: 767px) {
	.ly_NyNewsdetail { width:92%; margin:20px auto 40px;}
	.ly_NyNewsdetail .NyNewsdetail_title { line-height:32px; font-size:24px;}
	.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:0; margin:0 auto; padding:0;}
	.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#666!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
	
	.ly_NyNewsdetail .ly_PrevNext { margin:20px auto 0;}
}
@media (max-width: 320px) {
	.ly_NyNewsdetail .NyNewsdetail_title { line-height:30px; font-size:20px;}
}

.ly_PrevNext { width:100%; overflow:hidden; margin:60px auto 0; padding:20px 0 0; border-top:1px solid #eaeaea;}
.ly_PrevNext ul li { width:50%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_PrevNext ul li a { color:#333; font-size:16px;}
.ly_PrevNext ul li:last-child { text-align:right;}
.ly_PrevNext ul li:hover { color:#04388e;}
.ly_PrevNext ul li:hover a { color:#04388e;}
@media screen and (max-width:1399px) and (min-width:1279px) {
}
@media screen and (max-width:1280px) and (min-width:1200px) {
}
@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_PrevNext { margin:20px auto 0; padding:10px 0 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_PrevNext { margin: 20px auto 0; padding: 10px 0 0;}
	.ly_PrevNext ul li { padding:0;}
}
@media (max-width: 767px) {
	.ly_PrevNext { margin: 20px auto 0; padding: 10px 0 0;}
	.ly_PrevNext ul li { width:100%; padding:0;}
	.ly_PrevNext ul li:last-child { text-align:left;}
}
/*内页-新闻详情&文章详情 结束*/

/*内页-在线留言 开始*/
.ly_NyOrder { width:1400px; overflow:hidden; margin:40px auto; padding:0;}
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg h3 { display: none!important;}
.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 20px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li h4 { width: 10%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 12px 0 0; color: #333; font-size: 14px; text-align: right; 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_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 0; background: url(../images/tb_img.png) top right no-repeat; 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: 88%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li .msg_ipt12 { width: 85%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; 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 #eaeaea; 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-size: 12px; border: 1px solid #eaeaea; 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: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea {border-radius: 0; font-size: 14px!important; background-color: #fff!important; border: 1px solid #eaeaea!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important; 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 #selPvc {border-radius: 0; height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #fff!important; border: 1px solid #eaeaea!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 .col-md-4 img{ height:42px;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 0; 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-size: 15px!important; text-align: center!important; border: none!important; background-color: #04388e!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #3b3b3b!important;}
.msg_btn input:hover { background-color:#9b1710!important;}
.msg_btn input:last-child:hover { background-color: #04388e!important;}

@media screen and (max-width:1399px) and (min-width:1200px) {
	.ly_NyOrder { width:90%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyOrder { width:90%; margin:40px auto;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyOrder { width:96%; margin:40px auto;}
	.ly_msg ul li { margin: 0 auto 20px!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:40px auto;}
	.ly_msg ul li { margin: 0 auto 20px!important;}
	.ly_msg ul li h4 { width:12%!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: 88%!important;}
}
@media (max-width: 767px) {
	.ly_NyOrder { width:92%; margin:20px auto;}
	.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:10px 0 0;}
}
@media (max-width: 320px) {
	.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width:150px!important;}
	.ly_msg ul li span { line-height:24px; margin:10px 0 0;}
}
/*内页-在线留言 结束*/

/*lyNy_order 开始*/
.lyNy_order { width: 100%; min-height:480px; overflow: hidden; margin: 0 auto; padding:60px 0; background: url(../images/n_about_bg.jpg) left center no-repeat; /*background-size:cover;*/ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNy_order .lyNyOrder_main { width:1400px; overflow:hidden; margin:0 auto 20px; padding:0;}
.lyNyOrder_main .lyNyOrder_left { width:30%; overflow:hidden; margin:0; padding:0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyOrder_left .lyNyOrder_title { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyOrder_left .lyNyOrder_title span { display:block; width:100%; overflow:hidden; line-height:48px; color:#303030; font-size:44px; font-weight:bold; margin:0 auto 10px; padding:0;}
.lyNyOrder_left .lyNyOrder_title p { display:block; width:100%; overflow:hidden; line-height:40px; color:#303030; font-size:30px; margin:0 auto; padding:0;}
.lyNyOrder_left .lyNyOrder_dh { width:100%; overflow:hidden; margin:60px auto 0; padding:20px 0 0; border-top:1px solid #e5e5e5;}
.lyNyOrder_left .lyNyOrder_dh p { width:100%; overflow:hidden; line-height:30px; color:#888; font-size:16px; margin:0 auto 10px; padding:0;}
.lyNyOrder_left .lyNyOrder_dh b { display:block; width:100%; overflow:hidden; line-height:40px; color:#04388e; font-size:40px; font-weight:bold; margin:0 auto; padding:0;background: linear-gradient(to right, #d34d4c, #04388e); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

.lyNyOrder_main .lyNyOrder_right { width:70%; overflow:hidden; margin:0; padding:0 0 0 60px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyOrder_right .lyNyOrder_msg { width:100%; overflow:hidden; margin:0 auto; padding:0;}

@media (max-width:1280px){
	.lyNy_order .lyNyOrder_main { width:94%;}
}
@media (max-width:1200px){

}
@media (max-width:1080px){

}
@media (max-width:1024px){

}
@media (max-width:800px){
	.lyNy_order { padding:40px 0;}
	.lyNyOrder_main .lyNyOrder_left { width:100%; float:inherit; margin:0 auto 20px;}
	.lyNyOrder_left .lyNyOrder_title span br { display:none;}
	.lyNyOrder_left .lyNyOrder_dh { margin:20px auto 0;}
	.lyNyOrder_main .lyNyOrder_right { width:100%; float:inherit; margin:0 auto; padding:0;}
	#ly_msg.ly_msg { margin:0 auto!important;}
}
@media (max-width:767px){
	.lyNyOrder_left .lyNyOrder_title span { line-height:40px; font-size:36px;}
	.lyNyOrder_left .lyNyOrder_title p { line-height:30px; font-size:26px;}

}
@media (max-width:375px){

}
@media (max-width:320px){
	.lyNyOrder_left .lyNyOrder_title span { font-size:32px;}
}
/*lyNy_order 结束*/

/*lyNy_Contact 开始*/
.lyNy_Contact { width:100%; height:auto; min-height:400px; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNy_Contact .lyNyContact_lxfs { width:1400px; height:auto; margin:0 auto; padding:60px 0;}
.lyNyContact_lxfs .lyNyContactLxfs_hd { width:100%; height:60px; overflow:hidden; line-height:60px; color:#fff; font-size:26px; margin:0 auto; padding:0 40px; background: url(../images/contact_bt_bg.png) 0 0 no-repeat; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_lxfs .lyNyContactLxfs_hd span { font-size:16px; margin:0 0 0 10px;}
.lyNyContact_lxfs .lyNyContactLxfs_con { display: block; width:100%; height:auto; margin: 0 auto; padding:60px 40px; background-color:#fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1); border-radius:0 0 4px 4px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.lyNyContactLxfs_con .contact_bt { width:100%; overflow:hidden; line-height:40px; margin:0 auto 20px; padding:0; color: #000; font-size: 30px; font-weight:bold; text-align: center;}
.lyNyContactLxfs_con .contact_des { width:100%; overflow:hidden; line-height:30px; margin:0 auto; padding:0; color:#777; font-size: 15px; text-align: center;}
.lyNyContactLxfs_con .contact-info-list { width: 100%; height:auto; margin:60px auto 0; padding:0;}
.lyNyContactLxfs_con .contact-info-list li { width: 19.2%; overflow:hidden; margin:0 1% 0 0; padding:0; float: left;}
.lyNyContactLxfs_con .contact-info-list li:nth-child(5) { margin:0;}
.contact-info-list .c-info img { display:block; width: 100px; height:100px; border: 1px solid #e5e5e5; margin:0 auto 20px; padding: 9px; border-radius: 4px;}
.contact-info-list .c-info p { line-height:30px; padding: 0; font-size: 16px; color: #333; text-align: center; }
.contact-info-list .c-info a { display: block; width: 118px; height: 118px; border: 1px solid #e5e5e5; margin:0 auto 20px; padding:0; border-radius:50%; transform:rotateY(0deg); -webkit-transform:rotateY(0deg); -moz-transform:rotateY(0deg); -o-transform:rotateY(0deg); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.contact-info-list .c-info a.c-tel1 { background:#fff url("../images/tell1.png") center center no-repeat;}
.contact-info-list .c-info a.c-tel2 { background:#fff url("../images/tell2.png") center center no-repeat;}
.contact-info-list .c-info a.c-addr { background:#fff url("../images/site.png") center center no-repeat;}
.contact-info-list .c-info a.c-mail { background:#fff url("../images/email.png") center center no-repeat;}
.contact-info-list .c-info:hover a { width: 120px; height: 120px; border: 0 solid #e5e5e5; transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg);}
.contact-info-list .c-info:hover a.c-tel1 { background:#04388e url("../images/tell1hv.png") center center no-repeat;}
.contact-info-list .c-info:hover a.c-tel2 { background:#04388e url("../images/tell2hv.png") center center no-repeat;}
.contact-info-list .c-info:hover a.c-addr { background:#04388e url("../images/sitehv.png") center center no-repeat;}
.contact-info-list .c-info:hover a.c-mail { background:#04388e url("../images/emailhv.png") center center no-repeat;}
.contact-info-list .c-info .c-info-detail { width:100%; line-height:24px; color: #999; font-size: 14px; text-align: center; }
.contact-info-list .c-info .c-info-detail1 { line-height:30px; color: #04388e; font-size: 24px; font-weight: bold; }

.lyNy_Contact .lyNyContact_map { width:100%; overflow:hidden; margin:0 auto; padding:30px 0 70px; background-color:#fff;}
.lyNyContact_map .lyNyContactMap_main { width:1400px; overflow:hidden; margin:0 auto; padding:0;}
.lyNyContactMap_main .lyNyContactMap_con { width:100%; height:400px; overflow:hidden; margin:0 auto; padding:19px; border:1px solid #e5e5e5; border-radius:4px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContactMap_con .lyNyContactMap_child { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0;}
#container { width:100%; height:120%;}
@media (max-width:1280px){
	.lyNy_Contact .lyNyContact_lxfs { width:94%;}
	.lyNyContact_map .lyNyContactMap_main { width:94%;}
}
@media (max-width:1200px){

}
@media (max-width:1080px){

}
@media (max-width:1024px){
	.lyNy_Contact .lyNyContact_lxfs { padding:40px 0;}
	.lyNyContact_lxfs .lyNyContactLxfs_con { padding:40px;}
	.lyNyContactLxfs_con .contact-info-list { margin:40px auto 0;}
	.lyNy_Contact .lyNyContact_map { padding:40px 0;}
}
@media (max-width:800px){
	.lyNyContactLxfs_con .contact-info-list li { width:48%; margin:0 4% 0 0;}
	.lyNyContactLxfs_con .contact-info-list li:nth-child(2) { margin:0;}
	.lyNyContactLxfs_con .contact-info-list li:nth-child(3) { width:100%; margin:20px auto;}
	.lyNyContactLxfs_con .contact-info-list li:nth-child(5) { margin:0;}
}
@media (max-width:767px){
	.lyNy_Contact .lyNyContact_lxfs { padding:20px 0;}
	.lyNyContact_lxfs .lyNyContactLxfs_hd { height:50px; line-height:50px; font-size:22px;background-size: 100% 100%; padding:0 30px;}
	.lyNyContact_lxfs .lyNyContactLxfs_hd span { display:none;}
	.lyNyContact_lxfs .lyNyContactLxfs_con { padding:20px;}
	.lyNyContactLxfs_con .contact_bt { font-size:24px;}
	.lyNyContactLxfs_con .contact-info-list li { width:100%; margin:0 auto 20px;}
	.lyNyContactLxfs_con .contact-info-list li:nth-child(2), .lyNyContactLxfs_con .contact-info-list li:nth-child(3), .lyNyContactLxfs_con .contact-info-list li:nth-child(5) { margin:0 auto 20px;}
	.lyNy_Contact .lyNyContact_map { padding:20px 0;}
}
@media (max-width:375px){

}
@media (max-width:320px){

}
/*lyNy_Contact 结束*/

/*内页-企业荣誉 开始*/
.ly_NyHonor { width:100%; height:auto; margin:0 auto; padding:40px 0;}
.ly_NyHonor .lyNyHonor_list { width:1400px; height:auto; margin:0 auto; padding:0;}
.lyNyHonor_list ul li { width:23.5%; height:auto; margin:0 2% 30px 0; padding:20px; background-color:#f8f8f8; border-radius: 4px; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 0 30px;}
.lyNyHonor_list ul li:hover { background-color:#fff; box-shadow:0 8px 16px rgba(0,0,0,0.1); border-radius:10px 10px 0 0;}
.lyNyHonor_list ul li .lyIdxHonor_img { width:100%; height:240px; overflow:hidden; margin:0 auto 20px; padding:0;}
.lyNyHonor_list ul li .lyIdxHonor_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.lyNyHonor_list ul li .lyIdxHonor_img a 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 .lyIdxHonor_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyHonor_list ul li .lyIdxHonor_text { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyHonor_list ul li .lyIdxHonor_text a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; text-align:center; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyHonor_list ul li:hover .lyIdxHonor_text a { color:#04388e;}
.lyNyHonor_list ul li i { display:block; width:0; height:3px; overflow:hidden; margin:0; padding:0; background-color:#04388e; position:absolute; bottom:0; left: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 i { width:100%;}


@media screen and (max-width:1399px) and (min-width:1360px) {
	.ly_NyHonor .lyNyHonor_list { width:90%;}
	.lyNyHonor_list ul li .lyIdxHonor_img { height:190px;}
}
@media screen and (max-width:1359px) and (min-width:1200px) {
	.ly_NyHonor .lyNyHonor_list { width:90%;}
	.lyNyHonor_list ul li .lyIdxHonor_img { height:174px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyHonor .lyNyHonor_list { width:94%;}
	.lyNyHonor_list ul li { padding:10px;}
	.lyNyHonor_list ul li .lyIdxHonor_img { height:160px; margin:0 auto 10px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyHonor .lyNyHonor_list { width:94%;}
	.lyNyHonor_list ul li { margin:0 2% 20px 0; padding: 10px;}
	.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 0 20px;}
	.lyNyHonor_list ul li .lyIdxHonor_img { height:160px; margin:0 auto 10px;}
	.lyNyHonor_list ul li .lyIdxHonor_text a { height:30px; line-height:30px; font-size:15px;}
	.lyNyHonor_list ul li i { height:3px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyHonor .lyNyHonor_list { width:94%;}
	.lyNyHonor_list ul li { width:31.333333%; margin:0 3% 20px 0; padding:10px;}
	.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 3% 20px 0;}
	.lyNyHonor_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.lyNyHonor_list ul li .lyIdxHonor_img { height:155px; margin:0 auto 10px;}
	.lyNyHonor_list ul li .lyIdxHonor_text a { height:30px; line-height:30px; font-size:15px;}
	.lyNyHonor_list ul li i { height:2px;}
}
@media (max-width: 767px) {
	.ly_NyHonor { padding:20px 0;}
	.ly_NyHonor .lyNyHonor_list { width:94%;}
	.lyNyHonor_list ul li { width:48%; margin:0 4% 20px 0; padding:10px;}
	.lyNyHonor_list ul li:nth-child(2n+2) { margin:0 0 20px;}
	.lyNyHonor_list ul li .lyIdxHonor_img { height:120px; margin:0 auto 10px;}
	.lyNyHonor_list ul li .lyIdxHonor_text a { height:30px; line-height:30px; font-size:14px;}
	.lyNyHonor_list ul li i { height:2px;}
}
@media (max-width: 320px) {
	.lyNyHonor_list ul li { width:100%;}
	.lyNyHonor_list ul li:nth-child(2n+2) { margin:0 auto 20px;}	
	.lyNyHonor_list ul li .lyIdxHonor_img { height:210px; margin:0 auto 10px;}
	.lyNyHonor_list ul li .lyIdxHonor_text a { height:30px; line-height:30px; font-size:15px;}
}
/*内页-企业荣誉 结束*/

/*内页-产品详情 开始*/
.ly_NyProDetail { width:1400px; overflow:hidden; margin:60px auto; 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; background-color:#f8f8f8; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyProDetail_ConTit p { width:100px; height:50px; overflow:hidden; line-height:50px; color:#fff; font-size:20px; font-weight:bold; text-align:center; margin:0; padding:0 20px; background-color:#04388e; border-radius:4px 0 0 4px;}

.lyNyProDetail_right .lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 30px; color: #555; font-size: 16px; 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: 30px;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 { font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:16px!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;}
.lyNyProDetail_ConText table { width:99.9%!important; margin: 0!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.lyNyProDetail_ConText ul, .lyNyProDetail_ConText ol { padding-left:20px; list-style-type: unset;}
.lyNyProDetail_ConText ul li, .lyNyProDetail_ConText ol li {  list-style-type: unset; font-size:16px; list-style-position:outside;}

@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:40px auto;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%;}
	.lyNyProDetail_con .lyNyProDetail_left { margin:0 auto 20px;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyProDetail { width:96%; margin:20px auto 60px;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%;}
	.lyNyProDetail_con .lyNyProDetail_left { margin:0 auto 20px;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
}
@media (max-width: 767px) {
	.ly_NyProDetail { width:92%; margin:20px auto 60px;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%;}
	.lyNyProDetail_con .lyNyProDetail_right { margin:20px auto 0;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
	.lyNyProDetail_right .lyNyProDetail_ConText { max-height:99999999999999999999999px;}
	.lyNyProDetail_ConText div { max-height:99999999999999999999999px;}
	
	.lyNyProDetail_ConText table { width:99.5%!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
}

.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 #eaeaea; 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 b { display:block; font-weight:normal; width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms h1 { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0; display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 4;}
.pro_detail_text .jyms h1 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-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-size: 22px; text-align: center; border-radius: 4px; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #a5a5a5;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #04388e;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #04388e;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #a51f19;}

/**产品详情页产品图片切换**/
.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 #eaeaea; 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:92%; 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 #eaeaea; 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 (max-width:1280px) {
	.ly_NyProDetail { width:94%;}
}
@media (max-width:1200px) {
}
@media (max-width:1200px) {
	.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) {
	.ly_NyProDetail { margin:40px auto;}
}
@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;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 340px;}
	.pro_detail_main .pro_detail_text { width:100%;padding-top:0;height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text b { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto; padding: 12px 16px; height:auto;}
	.pro_detail_text .jyms h1 { height:auto; max-height:100px;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 6px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:22px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
@media (max-width:767px) {
	.ly_NyProDetail { width:92%;}
	.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: 285px;}
	.pro_detail_main .pro_detail_text { width:100%; padding-top:0; height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text b { 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%; height:60px;}
	#spec-list { width:100%;}
	#spec-list ul li { height:60px;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
/*内页-产品详情 结束*/

.idxAbout_data { width:1400px; height:auto; margin:60px auto 0; padding:0;}
.idxAbout_data ul li { width:20%; height:auto; margin:0; padding:0 20px; border-right:1px solid #eaeaea; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idxAbout_data ul li:nth-child(5) { border:0;}
.idxAbout_data ul li span { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#04388e; font-size:64px; font-weight:bold; text-align:center; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.idxAbout_data ul li:hover span { color:#04388e; margin:-20px auto 0;}
.idxAbout_data ul li span font { color:#999; font-size:15px; font-weight:normal;}
.idxAbout_data ul li:hover span font { color:#04388e;}
.idxAbout_data ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:15px; text-align:center; margin:0 auto; padding:0;}

@media screen and (max-width:1399px) and (min-width:1360px) {

}
@media screen and (max-width:1359px) and (min-width:1280px) {

}
@media screen and (max-width:1279px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {

}
@media (max-width: 767px) {

	.idxAbout_data ul li { width:33.333333%; height:auto; margin:0 0 20px; padding:0 10px; border-right:1px solid #eaeaea; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.idxAbout_data ul li:nth-child(4), .idxAbout_data ul li:nth-child(5) { width:50%; margin:0;}
	.idxAbout_data ul li:nth-child(3), .idxAbout_data ul li:nth-child(5) { border:0;}
}
@media (max-width: 375px) {

}
@media (max-width: 320px) {

}

.lyIdxNew_main { width:1400px; height:auto; margin:0 auto; padding:0;}
.lyIdxNew_main .lyIdxNew_left { width:100%; height:auto; margin:0 auto 30px; padding:20px; background-color:#fff; border-radius: 4px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxNew_main .lyIdxNew_left:hover { box-shadow:0 8px 16px rgba(0,0,0,0.1);}
.lyIdxNew_left .lyIdxTjNew_img { width:30%; height:240px; overflow:hidden; margin:0; padding:0; float:left;}
.lyIdxTjNew_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxTjNew_img a img { display:block; width:100%; height:100%; margin:auto; padding:0; object-fit:cover; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxTjNew_img a:hover img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyIdxNew_left .lyIdxTjNew_text { width:68%; overflow:hidden; margin:0; padding:0; float:right;}
.lyIdxTjNew_text a.lyIdxTjNew_name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:22px; text-overflow: ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.lyIdxTjNew_text p { width:100%; height:72px; overflow:hidden; line-height:24px; color:#777; font-size:14px; word-break:break-all; text-align:justify; margin:10px auto 16px; padding:0; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.lyIdxTjNew_text span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:14px; margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxTjNew_text span img { display:inline-block; width:20px; height:20px; overflow:hidden; margin:-3px 4px 0 0; padding:0; vertical-align: middle;}
.lyIdxTjNew_text:hover a.lyIdxTjNew_name { color:#04388e;}
.lyIdxTjNew_text .lyIdxTjNew_line { width:100%; height:1px; overflow:hidden; margin:20px auto; padding:0; background-color:#eaeaea;}
.lyIdxTjNew_text .lyIdxTjNew_line i { display:block; width:0; height:1px; overflow:hidden; margin:0; padding:0; background-color:#04388e; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxTjNew_text:hover .lyIdxTjNew_line i { width:100%;}
.lyIdxTjNew_timebtn{}
.lyIdxTjNew_timebtn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxTjNew_timebtn .lyIdxTjNew_time { width:80px; float:left;}
.lyIdxTjNew_timebtn .lyIdxTjNew_time span { display:block; width:100%; height:25px; overflow:hidden; line-height:25px; color:#999; font-size:15px; text-align:left; margin:0; padding:0;}
.lyIdxTjNew_timebtn .lyIdxTjNew_time font { display:block; width:100%; height:35px; overflow:hidden; line-height:35px; color:#333; font-size:27px; text-align:left; margin:0; padding:0;}
.lyIdxNew_left:hover .lyIdxTjNew_timebtn .lyIdxTjNew_time font { color:#04388e;}
.lyIdxTjNew_timebtn .lyIdxTjNew_timebtn { width:40px; height:35px; overflow:hidden; margin:12px 0 0; padding:0; background:url(../images/jt3.png) center center no-repeat; float:right;}
.lyIdxNew_left:hover .lyIdxTjNew_timebtn a.lyIdxTjNew_timebtn { background:url(../images/jt1.png) center center no-repeat;}

.lyIdxNew_main .lyIdxNew_right { width:100%; height:auto; margin:0 auto; padding:0; float:right; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.IdxNew_list { width:100%; height:auto; margin:0; padding:0; min-height:400px;}
.IdxNew_list ul li { width:32%; height:auto; margin:0 2% 30px 0; padding:20px; background-color:#fff; border-radius: 4px; float:left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.IdxNew_list ul li:nth-child(3n+3) { margin:0 0 30px;}
.IdxNew_list ul li:hover { box-shadow:0 8px 16px rgba(0,0,0,0.1);}

.IdxNew_list ul li .IdxNew_text { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.IdxNew_list ul li .IdxNew_text a.IdxNew_name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; text-overflow: ellipsis; white-space: nowrap; margin:0 auto 10px; padding:0;}
.IdxNew_list ul li:hover .IdxNew_text a.IdxNew_name { color:#04388e;}
.IdxNew_list ul li .IdxNew_text p { width: 100%; height: 48px; overflow: hidden; line-height:24px; color:#777; font-size:14px; text-align:justify; margin: 0 auto; padding: 0; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; display: -webkit-box;}
.IdxNew_list ul li .IdxNew_line { width:100%; height:1px; overflow:hidden; margin:20px auto; padding:0; background-color:#eaeaea;}
.IdxNew_list ul li .IdxNew_line i { display:block; width:0; height:1px; overflow:hidden; margin:0; padding:0; background-color:#04388e; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.IdxNew_list ul li:hover .IdxNew_line i { width:100%;}
.IdxNew_list ul li .IdxNew_timebtn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.IdxNew_list ul li .IdxNew_timebtn .IdxNew_time { width:80px; float:left;}
.IdxNew_list ul li .IdxNew_timebtn .IdxNew_time span { display:block; width:100%; height:25px; overflow:hidden; line-height:25px; color:#999; font-size:15px; text-align:left; margin:0; padding:0;}
.IdxNew_list ul li .IdxNew_timebtn .IdxNew_time font { display:block; width:100%; height:35px; overflow:hidden; line-height:35px; color:#333; font-size:27px; text-align:left; margin:0; padding:0;}
.IdxNew_list ul li:hover .IdxNew_timebtn .IdxNew_time font { color:#04388e;}
.IdxNew_list ul li .IdxNew_timebtn a.IdxNew_timebtn { width:40px; height:35px; overflow:hidden; margin:12px 0 0; padding:0; background:url(../images/jt3.png) center center no-repeat; float:right;}
.IdxNew_list ul li:hover .IdxNew_timebtn a.IdxNew_timebtn { background:url(../images/jt1.png) center center no-repeat;}

@media screen and (max-width:1399px) and (min-width:1360px) {
	.lyIdxNew_left .lyIdxTjNew_img { width:34%;}
	.lyIdxNew_left .lyIdxTjNew_text { width: 64%;}
}
@media screen and (max-width:1359px) and (min-width:1280px) {
	.lyIdxNew_left .lyIdxTjNew_img { width:36%;}
	.lyIdxNew_left .lyIdxTjNew_text { width: 62%;}
	.lyIdxNew_main .lyIdxNew_left { margin:0 auto 24px;}

}
@media screen and (max-width:1279px) and (min-width:1200px) {
	.lyIdxNew_left .lyIdxTjNew_img { width:34%;}
	.lyIdxNew_left .lyIdxTjNew_text { width: 64%;}
	.lyIdxNew_main .lyIdxNew_left { margin:0 auto 24px;}

}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.lyIdxNew_main { width:94%;}
	.lyIdxNew_left .lyIdxTjNew_img { width:40%;}
	.lyIdxNew_left .lyIdxTjNew_text { width: 58%;}
	.lyIdxNew_main .lyIdxNew_left { margin:0 auto 24px;}
	.IdxNew_list ul li .IdxNew_text a.IdxNew_name { font-size:16px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyIdxNew_main { width:94%;}
	.lyIdxNew_left .lyIdxTjNew_img { width:38%;}
	.lyIdxNew_left .lyIdxTjNew_text { width:60%;}
	.lyIdxNew_main .lyIdxNew_left { margin:0 auto 20px;}
	.lyIdxTjNew_text a.lyIdxTjNew_name { font-size:20px;}
	.IdxNew_list ul li .IdxNew_text a.IdxNew_name { font-size:16px;}
	
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.lyIdxNew_main { width:94%;}
	.lyIdxNew_left .lyIdxTjNew_img { width:40%; height:180px;}
	.lyIdxNew_left .lyIdxTjNew_text { width: 57%;}
	.lyIdxNew_main .lyIdxNew_left { margin:0 auto 20px;}
	.lyIdxTjNew_text a.lyIdxTjNew_name { font-size:18px;}
	.lyIdxTjNew_text p { height:48px; margin:0 auto 10px; -webkit-line-clamp:2;}
	.lyIdxTjNew_text .lyIdxTjNew_line { margin:15px auto 0;}
	.lyIdxTjNew_text a.lyIdxTjNew_btn { margin:2px 0 0;}
	
	.IdxNew_list ul li { width:100%; margin:0 auto 20px;}
	.IdxNew_list ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.IdxNew_list ul li .IdxNew_text a.IdxNew_name { font-size:16px; margin: 0 auto 8px;}
}
@media (max-width: 767px) {
	.lyIdxNew_main { width:94%;}
	.lyIdxNew_left .lyIdxTjNew_img { width:100%; height:240px; margin:0 auto 10px;}
	.lyIdxNew_left .lyIdxTjNew_text { width: 100%;}
	.lyIdxNew_main .lyIdxNew_left { margin:0 auto 20px;}
	.lyIdxTjNew_text a.lyIdxTjNew_name { font-size:18px;}
	.lyIdxTjNew_text p { height:48px; margin:0 auto 10px; -webkit-line-clamp:2;}
	.lyIdxTjNew_text .lyIdxTjNew_line { margin:15px auto 0;}
	.lyIdxTjNew_text a.lyIdxTjNew_btn { margin:2px 0 0;}
	
	.IdxNew_list ul li { width:100%; margin:0 auto 20px;}
	.IdxNew_list ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.IdxNew_list ul li .IdxNew_text a.IdxNew_name { font-size:16px; margin: 0 auto 8px;}
}
@media (max-width: 375px) {
	.lyIdxNew_left .lyIdxTjNew_img { height:220px;}
}
@media (max-width: 320px) {
	.lyIdxNew_left .lyIdxTjNew_img { height:180px;}
}

/*产品分类 开始*/
.h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 auto 20px;}
.cp_type {}
.cp_type .hd { text-align:center; background:#04388e url(../images/hd_bg.jpg) center center no-repeat; background-size:cover; padding:20px;}
.cp_type .hd p { height:40px; line-height:40px; font-size:28px; font-weight:bold; color:#fff;}
.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;}
.cp_type .hd span { display:block; height:20px; line-height:20px; font-size:14px; color:#fff; text-transform:uppercase;}

.cp_type .bd{ margin-top:20px;}
.cp_type .bd ul li { border-left:4px solid #f1f1f1; margin:0; padding:0 0 1px 0;}
.cp_type .bd ul li.on { border-left:4px solid #04388e;}
.cp_type .bd ul li p { height:88px; line-height:88px; background-color:#f1f1f1; margin:0 0 0 6%; position:relative;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 6%; overflow: hidden; line-height:88px; color:#303030;white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size:16px;}
.cp_type .bd ul li p a:before{content: ""; display: inline-block;width: 26px; height: 26px;background:url(../images/pro_left_i.png) center center no-repeat; vertical-align:middle; margin:0 6% 0 0;}
.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;}
.cp_type .bd ul li .type1 { display:none;}
.cp_type .bd ul li .type1 a { width:80%; display:block; height:55px; line-height:55px; color:#666; font-size:15px;padding:0 24px 0 48px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:url(../images/icon4.png) 32px center no-repeat; float:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.cp_type .bd ul li .type1 span{display: block;width: 20%;height: 55px;background: url(../images/mulu4.png) center center no-repeat;cursor: pointer; float:left;}
.cp_type .bd ul li .type2{display:none;}
.cp_type .bd ul li .type2 a{ background:none;}
.cp_type .bd ul li .type1 a:hover { color:#04388e; background:url(../images/icon5.png) 32px center no-repeat;}
.cp_type .bd ul li div a:first-child { border-top:0;}
.cp_type .bd ul li p:hover , .cp_type .bd ul li.on p{background-color:#04388e;}
.cp_type .bd ul li p:hover:before,.cp_type .bd ul li.on p:before{content: ""; display: inline-block;width: 10px; height: 14px;background:url(../images/pro_left_on.png) center center no-repeat; position:absolute;top:42%; left:-10px;}
.cp_type .bd ul li p:hover a:before, .cp_type .bd ul li.on p a:before{ background:url(../images/pro_left_i_on.png) center center no-repeat;}
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color:#fff;}
.cp_type .bd ul li p:hover span { background:url(../images/mulu2.png) center center no-repeat;}
.cp_type .bd ul li.on p span { background:url(../images/mulu3.png) center center no-repeat;}
.cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#303030; background:#f1f1f1; width:92%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd ul a.ckqb:hover { background:#04388e; color:#fff;}

.cp_type .bd ul li a.proAllBtn { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#303030; font-size:16px; text-align:center; background-color:#fff; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.cp_type .bd ul li a.proAllBtn i { display:inline-block; width:20px; height:20px; vertical-align:middle; background:url(../images/jt3.png) center center no-repeat; margin:-4px 0 0 10px; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.cp_type .bd ul li a.proAllBtn:hover { color:#fff; background-color:#04388e;}
.cp_type .bd ul li a.proAllBtn:hover i { background:url(../images/jt0.png) center center no-repeat; margin:-4px 0 0 20px;}

@media screen and (max-width:1399px) and (min-width:1200px) {
	.cp_type .bd ul li p a { font-size:15px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.cp_type .hd { padding:15px;}
	.cp_type .bd ul li p { height:50px; line-height:50px;}
	.cp_type .bd ul li p a { padding:0 0 0 12px; line-height:50px; font-size:15px;}
	.cp_type .bd ul li .type1 a { padding:0 20px 0 40px;}
	.cp_type .bd ul li .type1 a { background:url(../images/icon4.png) 24px center no-repeat;}
	.cp_type .bd ul li .type1 a:hover { color:#04388e; background:url(../images/icon5.png) 24px center no-repeat;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.cp_type { margin:0;}
	.cp_type .bd ul li p a { width:90%; line-height:56px; font-size:15px;}
	.cp_type .bd ul li div a { font-size:14px;}
	.cp_type .bd ul li p { height:56px;line-height:56px; margin:0 0 0 3%;}
	.cp_type .bd ul li div a { height:48px;line-height:48px;}
	.cp_type .bd ul li p span { background-size: 20px; width:10%; float:right;}
	.cp_type .bd ul li.on p span { background-size: 20px;}
	.cp_type .bd ul li p:hover span { background-size: 20px;}
	.cp_type .bd ul li .type1 a { width:91%;}
	.cp_type .bd ul li .type1 span{ width:9%;}
	
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.cp_type { margin:0;}
	.cp_type .bd ul li p a { width:89%; line-height:56px; font-size:15px;}
	.cp_type .bd ul li div a { font-size:14px;}
	.cp_type .bd ul li p { height:56px;line-height:56px;margin:0 0 0 3%;}
	.cp_type .bd ul li div a { height:48px;line-height:48px;}
	.cp_type .bd ul li p span { background-size: 20px; width:11%; float:right;}
	.cp_type .bd ul li.on p span { background-size: 20px;}
	.cp_type .bd ul li p:hover span { background-size: 20px;}
	.cp_type .bd ul li .type1 a { width:90%;}
	.cp_type .bd ul li .type1 span{ width:10%;}
}
@media screen and (max-width:767px) {
	.cp_type { margin:0;}
	.cp_type .hd p:before { display:none;}
	.cp_type .hd { background:#04388e url(../images/down1.png) 97% center no-repeat; padding:10px 20px; text-align:left; overflow:hidden;}
	.cp_type .hd.on { background:#04388e url(../images/up1.png) 97% center no-repeat;}
	.cp_type .hd p { display:block; height:40px; line-height:40px; font-size:24px; float:left; min-width:88px; margin:0 10px 0 0; padding:0;}
	.cp_type .hd span { display:inline-block; height:40px; line-height:40px;}
	.cp_type .bd { display:none; padding:0;}
	.cp_type .bd ul li:last-child { border:0;}
	.cp_type .bd ul li p a { width:85%; line-height:48px; font-size:15px; padding:0 0 0 20px;}
	.cp_type .bd ul li div a { height:44px;line-height:44px; font-size:14px;}
	.cp_type .bd ul li p { height:48px;line-height:48px;}
	.cp_type .bd ul li p span { background-size: 20px; width:15%; float:right;}
	.cp_type .bd ul li.on p span { background-size: 20px;}
	.cp_type .bd ul li p:hover span { background-size: 20px;}
    .cp_type .bd ul li .type1 a { width:86%; height:45px; line-height:45px; color:#666; font-size:14px;}
	.cp_type .bd ul li .type1 span{ height:44px;}
	.cp_type .bd ul li .type1 span{ width:14%;}
	
}
@media screen and (max-width:320px) {
	.cp_type .hd { padding:6px 12px;}
	.cp_type .bd ul li p a { width:83%; padding:0 0 0 12px;}
	.cp_type .bd ul li p span { width:17%;}
	.cp_type .bd ul li div a { padding:0 12px 0 28px; background: url(../images/icon4.png) 12px center no-repeat;}
}
/*产品分类 结束*/


@media (max-width:1280px) {
	.ly_crumb { width:94%;}
	.lyNy_tab { width:94%;}
	.ly_Gsjj { width:94%;}
	.ly_Abouthzhb .lyAboutHzhb_main { width:94%;}
	.idxAbout_data { width:100%;}
	.lyAboutHonor_list { width:94%;}
	.ny_honor_scoll .content-slider li .pic { height:210px;}
	
	.ly_NyProducts .lyNyPro_main { width:94%;}
	.lyIdxNew_main, .ly_NyNewsdetail, .ly_NyHonor .lyNyHonor_list { width:94%;}
	.lyNyHonor_list ul li { padding:15px;}
	.lyNyHonor_list ul li .lyIdxHonor_img { height:206px; margin:0 auto 15px;}
	
	.ly_NyOrder { width:94%;}
	.ly_NyContact { width:94%;}	
}
@media (max-width:1440px) {
	.lyNyContact_lxfs ul li { padding:40px 20px 20px;}
	.lyNyContact_lxfs ul li img { margin:0 auto 20px;}
	.lyNyContact_main .lyNyContact_ewm { padding:40px 0;}
	.lyNyContact_ewm p { font-size:30px;}
	.lyNyContact_ewm span { font-size:15px;}
	.lyNyContact_ewm .ewm_img { margin:20px auto 0;}
	
}
@media (max-width:1366px) {
	.lyNyHonor_list ul li .lyIdxHonor_img { height:200px;}

}
@media (max-width:1280px) {
	.lyNyHonor_list ul li { padding:10px;}
	.lyNyHonor_list ul li .lyIdxHonor_img { height:190px; margin:0 auto 10px;}
	
}
@media (max-width:1200px) {
	.lyNyHonor_list ul li .lyIdxHonor_img { height:164px;}

}
@media (max-width:1024px) {
	.lyNyPro_main .lyNyPro_left { width:100%;}
	
	.ny_honor_scoll .content-slider li .pic { height:240px;}
}
@media (max-width:800px) {
	.idxAbout_data { margin:20px auto 0;}
	.idxAbout_data ul li span{ font-size:56px;}
	
	.ly_Abouthzhb { margin:40px auto 25px;}
	.lyAboutHzhb_main ul li { width:23.5%; height:72px; margin:0 2% 15px 0;}
	.lyAboutHzhb_main ul li:nth-child(8n+8) { margin:0 2% 15px 0;}
	.lyAboutHzhb_main ul li:nth-child(4n+4) { margin:0 0 15px 0;}
	
	.ly_NyHonor { padding:30px 0;}
	.ly_NyOrder { margin:30px auto;}
	
	.lyNyContact_lxfs ul li img { width:110px; height:110px;}
	.lyNyContact_lxfs ul li { padding:20px 10px;}
	.lyNyContact_main .lyNyContact_ewm { margin:0 auto 20px; padding:30px 0;}
	.lyNyContact_map .lyNyContact_Mapmain { height:340px; padding:10px;}
	.dz_map { height:320px;}
}
@media (max-width:767px) {
	.ly_crumb { width:92%;}
	.lyNy_tab { width:92%;}
	.ly_Gsjj { width:92%;}
	.ly_Abouthzhb .lyAboutHzhb_main { width:92%;}
	.lyAboutHonor_list { width:92%;}
	
	.ly_NyProducts .lyNyPro_main { width:92%;}
	
	.lyIdxNew_main, .ly_NyNewsdetail, .ly_NyHonor .lyNyHonor_list { width:92%;}
	
	.ly_NyOrder { width:92%;}
	.ly_NyContact { width:92%;}
	
	.lyAboutHzhb_main ul li { width:49%; height:72px; margin:0 2% 10px 0;}
	.lyAboutHzhb_main ul li:nth-child(8n+8) { margin:0 2% 10px 0;}
	.lyAboutHzhb_main ul li:nth-child(4n+4) { margin:0 2% 10px 0;}
	.lyAboutHzhb_main ul li:nth-child(2n+2) { margin:0 0 10px 0;}
	
	.ny_honor_scoll .content-slider li .pic { height:140px;}
	
	.ly_Aboutqywh ul li { height:auto;}
	.ly_Aboutqywh ul li .lyAboutQywh_text { position:inherit; left:inherit; top:inherit; padding:30px 20px;}
	.lyAboutQywh_text .lyAboutQywh_title { margin:16px auto 4px;}
	
	.lyNyNew_left .lyNyTjNew_img { width:100%; height: 200px;}
	.lyNyNew_left .lyNyTjNew_text { width:100%;}
	
	.lyNyHonor_list ul li .lyIdxHonor_img { height:130px;}
	
	.lyNyContact_lxfs ul li img { width:90px; height:90px;}
	
	.lyNyContact_map .lyNyContact_Mapmain { height:300px;}
	.dz_map { height:278px;}
	.idxAbout_data ul li span { font-size:50px;}
	.idxAbout_data ul li span font { font-size:14px;}
	.idxAbout_data ul li p { height:20px; line-height:20px; font-size:14px;}
}


/*lyNy_video 开始*/
.lyNy_video { width:1400px; height:auto;  margin:60px auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNy_video ul{ min-height:400px;}
.lyNy_video ul li { width:31%; height:auto; margin:0 3.5% 40px 0; padding:0; background-color:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.1); float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNy_video ul li:nth-child(3n+3) { margin:0 0 40px;}
.lyNy_video ul li:hover { box-shadow:0 10px 20px rgba(0,0,0,0.1);}
.lyNy_video ul li .lyNyVideo_img { width:100%; height:270px; overflow:hidden; margin:0 auto; padding:0; cursor:pointer; position:relative;}
.lyNy_video ul li .lyNyVideo_img .lyNyVideo_mask { width:100%; height:100%; background-color:rgba(0,0,0,0.5); position:absolute; top:0; left:0; z-index:99; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNy_video ul li .lyNyVideo_img .lyNyCase_mask { background-color:rgba(0,0,0,0.5);}
.lyNy_video ul li:hover .lyNyVideo_img .lyNyVideo_mask { background-color:rgba(0,0,0,0);}
.lyNy_video ul li .lyNyVideo_img a { display: block; width: 100%; height: 100%; overflow:hidden; margin:0 auto; padding:0; position: relative;}
.lyNy_video ul li .lyNyVideo_img a img { display:block; width:100%; height:100%; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNy_video ul li:hover .lyNyVideo_img a img { transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
.lyNy_video ul li .lyNyVideo_img a:after { display:block; width:65px; height:65px; background:url(../images/video_icon.png) center center no-repeat; background-size:contain; position:absolute; top:50%; left:50%; margin-top:-32.5px; margin-left:-32.5px; z-index:999; content:'';}
.lyNy_video ul li .lyNyCase_img a:after { background:url(../images/ck_icon.png) center center no-repeat;}

.lyNy_video ul li .lyNyVideo_text { padding:20px; text-align:center;}
.lyNy_video ul li .lyNyVideo_text a.VideoName { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:22px; font-weight:bold; text-align:center; text-overflow:ellipsis; white-space:nowrap; margin:0 auto; padding:0;}
.lyNy_video ul li:hover .lyNyVideo_text a.VideoName { color:#04388e;}
.lyNy_video ul li .lyNyVideo_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:10px auto 15px; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.lyNy_video ul li .lyNyVideo_text a.VideoBtn { display:inline-block; width:auto; height:40px; overflow:hidden; line-height:38px; color:#04388e; font-size:15px; text-align:center; margin:0 auto; padding:0 30px; border:1px solid #04388e; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNy_video ul li .lyNyVideo_text a.VideoBtn i { display:inline-block; width:20px; height:20px; overflow:hidden; background:url(../images/video_icon1.png) center center no-repeat; vertical-align:middle; margin:-3px 0 0 5px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNy_video ul li .lyNyVideo_text a.CaseBtn i { background:url(../images/jt1.png) center center no-repeat;}
.lyNy_video ul li:hover .lyNyVideo_text a.VideoBtn { color:#fff; background-color:#04388e;}
.lyNy_video ul li:hover .lyNyVideo_text a.VideoBtn i { background:url(../images/video_icon2.png) center center no-repeat; margin:-3px 0 0 15px;}
.lyNy_video ul li:hover .lyNyVideo_text a.CaseBtn i { background:url(../images/jt0.png) center center no-repeat; margin:-3px 0 0 15px;}

@media (max-width:1280px) {
	.lyNy_video { width:94%;}
}
@media (max-width:1200px) {
}
@media (max-width:1080px) {
	.lyNy_video ul li .lyNyVideo_img { height:250px;}
}
@media (max-width:1024px) {
	.lyNy_video { margin:40px auto;}
	.lyNy_video ul li .lyNyVideo_img { height:230px;}
}
@media (max-width:800px) {
	.lyNy_video ul li .lyNyVideo_img { height:200px;}
}
@media (max-width:767px) {
	.lyNy_video { width:92%; margin:20px auto 60px;}
	.lyNy_video ul li { width:100%; height:auto; margin:0 auto 20px;}
	.lyNy_video ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.lyNy_video ul li .lyNyVideo_img { height: 270px;}
}
@media (max-width:375px) {
	.lyNy_video ul li .lyNyVideo_img { height: 250px;}
}
@media (max-width:320px) {
	.lyNy_video ul li .lyNyVideo_img { height: 210px;}
}
/*lyNy_video 结束*/


.ny_video { display: block; width:100%;}

/*内页-在线留言 开始*/
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg h3 { display: none!important;}
.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 20px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li h4 { width: 12%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 12px 0 0; color: #333; font-size: 14px; text-align: right; 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_tara { width: 88%; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; 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: 88%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li .msg_ipt12 { width: 85%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; 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_ipt1 select, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #eaeaea; 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-size: 12px; border: 1px solid #eaeaea; 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, .msg_ipt1 select { height: 44px!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt1 select, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea {border-radius:4px; font-size: 14px!important; background-color: #fff!important; border: 1px solid #eaeaea!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important; 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 #selPvc {border-radius: 4px; height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #fff!important; border: 1px solid #eaeaea!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 { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 15px!important; text-align: center!important; margin: 0 15px 0 0; padding: 0; border-radius: 4px; border: none!important; background-color: #04388e!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #3b3b3b!important;}
.msg_btn input:hover { background-color:#9b1710!important;}
.msg_btn input:last-child:hover { background-color: #04388e!important;}
@media (max-width:1680px) {

}
@media screen and (max-width:1399px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_msg ul li { margin: 0 auto 20px!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 { margin:20px auto;}
	.ly_msg ul li { margin: 0 auto 20px!important;}
	.ly_msg ul li h4 { width:12%!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: 88%!important;}
}
@media (max-width: 767px) {
	.ly_NyOrder { margin:20px auto;}
	.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; padding:0;}
	.ly_msg ul li span { display:block; line-height:24px; margin:10px 0 0;}
}
@media (max-width: 320px) {
	.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width:150px!important;}
	.ly_msg ul li span { line-height:24px; margin:10px 0 0;}
}
/*内页-在线留言 结束*/

/*新增产品页面筛选功能*/
.SelectWrap{width: 100%;height: 60px;background:#ededed;padding:10px 20px 11px 17px;font-size:17px;margin-bottom:29px;font-family:"微软雅黑",Arial;box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.SelectBox{position:relative;width: 38%;margin-right: 2%;float:left;}
.SelectBox .SelectText{display:block;width: 100%;height:40px;line-height:40px;padding-left:12px;cursor:pointer;background: url(../images/proselect_bg.png) no-repeat 95% center #fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.SelectBox .SelectList{z-index:2;position:absolute;left:0px;top:40px;width: 100%;border: 1px solid #ededed;background:#fff;display:none;box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.SelectBox .SelectList dt{display:block; cursor:pointer;}
.SelectBox .SelectList dt a{display:block;height:40px;line-height:40px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;border-bottom:1px solid #f1f1f1;padding-left:12px;color: #666;}
.SelectWrap .check{display:block;float:left;width: 20%;height:40px;line-height:40px;text-align:center;color:#fff;background:#04388e;}
@media screen and (max-width:1079px) and (min-width:1024px) {
.SelectWrap{ font-size:16px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.SelectWrap{ font-size:15px;}
}
@media (max-width: 767px) {
.SelectWrap{ font-size:14px; margin-bottom:22px; padding:10px;}
}
@media (max-width: 320px) {
.SelectWrap{ font-size:12px;}	
}

/*NyDown 开始*/
.NyDown_List { width: 100%; height: auto; min-height:400px;margin: 0 auto; padding: 0; }
.NyDown_List ul li { width: 48.5%; height: auto; margin: 0 3% 30px 0; padding: 0 100px 0 0; background-color: #fff; box-shadow: 0 0 0 rgba(0,0,0,0); float: left; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyDown_List ul li:nth-child(2n+2) { margin: 0 0 30px; }
.NyDown_List ul li:hover { box-shadow: 0 0 10px rgba(0,0,0,0.06); }
.NyDown_List ul li .NyDown_Btn { width: 100px; height: 100px; margin: 0; padding: 0; border-left: 1px solid #e6e6e6; position: absolute; top: 0; right: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyDown_List ul li .NyDown_Btn a { display: block; width: 100px; height: 100px; margin: 0 auto; padding: 25px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyDown_List ul li .NyDown_Btn a i.DwIco { display: block; width: 50px; height: 50px; margin: 0 auto; padding: 0; background: url(../images/down.svg) center center no-repeat; background-size: 100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyDown_List ul li:hover .NyDown_Btn { border-left: 1px solid #04388e; }
.NyDown_List ul li:hover .NyDown_Btn a i.DwIco { background: url(../images/down1.svg) center center no-repeat; background-size: 100% 100%; }
.NyDown_List ul li .NyDown_Text { width: 100%; height: 100px; overflow: hidden; margin: 0; padding: 15px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyDown_List ul li .NyDown_Text a.NyDown_Name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto 6px; padding: 0 0 0 13px; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyDown_List ul li .NyDown_Text a.NyDown_Name i { display: block; width: 3px; height: 20px; margin: 0; padding: 0; background-color: #04388e; position: absolute; left: 0; top: 10px; }
.NyDown_List ul li .NyDown_Text span { display: block; width: 100%; height: 24px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; margin: 0 auto; padding: 0; }
.NyDown_List ul li .NyDown_Text span img { display: block; width: 18px; height: 18px; margin: 2px 6px 2px 0; padding: 0; float: left; }
.NyDown_List ul li:hover .NyDown_Text a.NyDown_Name { color: #04388e; }
.DownABtn a.downbtn { display: block; width: 160px; height: 44px; line-height: 44px; color: #fff; font-size: 16px; margin:40px auto; padding: 0 33px; background: #04388e url(../images/down2.svg) 104px 8px no-repeat; background-size: 28px 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.DownABtn a.downbtn:hover { background-color: #9b1710; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
}
@media (max-width:1200px) {
.NyDown_List ul li .NyDown_Text a.NyDown_Name { font-size: 18px; }
.NyDown_List ul li .NyDown_Text a.NyDown_Name i { height: 18px; top: 11px; }
}
@media (max-width:1080px) {
}
@media (max-width:1024px) {
}
@media (max-width:800px) {
.NyDown_List ul li { width: 100%; height: auto; margin: 0 auto 20px; float: inherit; }
.NyDown_List ul li:nth-child(2n+2) { margin: 0 auto 20px; }
}
@media (max-width:767px) {
.NyDown_List ul li { width: 100%; height: auto; margin: 0 auto 20px; padding: 0 60px 0 0; float: inherit; }
.NyDown_List ul li:nth-child(2n+2) { margin: 0 auto 20px; }
.NyDown_List ul li .NyDown_Text { height: 80px; padding: 10px 12px; }
.NyDown_List ul li .NyDown_Text a.NyDown_Name { height: 36px; line-height: 36px; margin: 0 auto; }
.NyDown_List ul li .NyDown_Text a.NyDown_Name i { top: 9px; }
.NyDown_List ul li .NyDown_Btn { width: 60px; height: 80px; }
.NyDown_List ul li .NyDown_Btn a { width: 60px; height: 80px; padding: 20px 0; }
.NyDown_List ul li .NyDown_Btn a i.DwIco { width: 40px; height: 40px; }
}
@media (max-width:375px) {
.NyDown_List ul li .NyDown_Text a.NyDown_Name { font-size: 16px; }
}
@media (max-width:320px) {
}
/*NyDown 结束*/

/*lyNy_Job 开始*/
.NyJob_List { width: 100%; height: auto;min-height:400px; margin: 0 auto; padding: 0; }
.NyJob_List ul li { width: 32%; height: auto; margin: 0 2% 30px 0; padding: 30px; background-color: #fff; box-shadow: 0 0 0 rgba(0,0,0,0.06); float: left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJob_List ul li:nth-child(3n+3) { margin: 0 0 30px; }
.NyJob_List ul li:hover { box-shadow: 0 0 10px rgba(0,0,0,0.06); }
.NyJob_List ul li .NyJob_Name { width: 100%; height: auto; margin: 0 auto 30px; padding: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJob_List ul li .NyJob_Name a { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyJob_List ul li:hover .NyJob_Name a { color: #04388e; }
.NyJob_List ul li .NyJob_Time { width: 100%; height: auto; margin: 0 auto; padding: 30px 0 0; border-top: 1px solid #e5e5e5; }
.NyJob_List ul li .NyJob_Time span { display: block; width: auto; height: 36px; overflow: hidden; line-height: 36px; color: #999; font-size: 14px; margin: 0; padding: 0; float: left; }
.NyJob_List ul li .NyJob_Time span img { display: block; width: 18px; height: 18px; margin: 8px 6px 10px 0; padding: 0; float: left; }
.NyJob_List ul li .NyJob_Time a.NyJob_More { width: 108px; height: 36px; overflow: hidden; line-height: 34px; color: #04388e; font-size: 14px; text-align: center; margin: 0; padding: 0; background-color: #fff; border: 1px solid #04388e; float: right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJob_List ul li .NyJob_Time a.NyJob_More em { display: inline-block; width: 16px; height: 16px; margin: -2px 0 0 6px; padding: 0; vertical-align: middle; background: url(../images/jt13.png) center center no-repeat; background-size: 100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyJob_List ul li:hover .NyJob_Time a.NyJob_More { color: #fff; background-color: #04388e; }
.NyJob_List ul li:hover .NyJob_Time a.NyJob_More em { background: url(../images/jt12.png) center center no-repeat; background-size: 100% 100%; }
.NyJobdetail { width: 1400px; height: auto; margin: 0 auto; padding: 80px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJobdetail .NyJobdetail_Title { width: 100%; height: auto; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; margin: 0 auto 30px; padding: 0; }
.NyJobdetail_Salary { width: auto; height: 40px; line-height: 40px; color: #333; font-size: 18px; font-weight: bold; margin: 0; padding: 0; float: right; }
.NyJobdetail_Salary font { color: #04388e; font-size: 30px; }
.NyJobdetail .NyJobdetail_Tips { width: 100%; height: auto; overflow: hidden; padding: 15px 30px 15px 0; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJobdetail_Tips ul li { width: auto; height: 30px; line-height: 30px; color: #999; font-size: 16px; margin: 0 30px 0 0; padding: 0; float: left; }
.NyJobdetail_Tips ul li img { display: block; width: 18px; height: 18px; margin: 6px 6px 6px 0; padding: 0; float: left; }
.NyJobdetail_Tips ul li span { color: #333; }
.NyJobdetail .NyJobdetail_Con { width: 100%; height: auto; overflow: hidden; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJobdetail_Con dl dd { width: 48.5%; height: auto; margin: 0 3% 0 0; padding: 30px 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJobdetail_Con dl dd:nth-child(2) { margin: 0; }
.NyJobdetail_Con dl dd .NyJobdetail_Tit { width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #333; font-size: 18px; font-weight: bold; margin: 0 auto 15px; padding: 0; }
.NyJobdetail_Tit i { display: block; width: 3px; height: 18px; background-color: #04388e; margin: 6px 12px 6px 0; padding: 0; float: left; }
.NyJobdetail_Con dl dd .NyJobdetail_Text { width: 100%; height: auto; overflow: hidden; line-height: 28px!important; color: #666!important; font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important; font-size: 16px!important; word-break: break-all; text-align: justify; margin: 0 auto 15px; padding: 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyJobdetail_Text div, .NyJobdetail_Text p, .NyJobdetail_Text span, .NyJobdetail_Text font, .NyJobdetail_Text em { width: 100%; height: auto; overflow: hidden; line-height: 28px!important; color: #666!important; font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important; font-size: 16px!important; font-style: normal; word-break: break-all; text-align: justify; margin: 0 auto; padding: 0; }
.NyJobdetail_Text div, .NyJobdetail_Text p { line-height: 28px!important; color: #666!important; font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important; font-size: 16px!important; word-break: break-all; text-align: justify; margin: 0 auto 15px; padding: 0; }
.NyJobdetail_Con .NyJobdetail_Btn { width: 100%; height: auto; overflow: hidden; margin: 0 auto 30px; padding: 0; }
.NyJobdetail_Btn p { width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; margin: 0 auto 15px; padding: 0; }
.NyJobdetail_Btn p span { color: #04388e; }
.NyJobdetail_Btn a { display: block; width: 160px; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; text-align: center; margin: 0; padding: 0; background-color: #04388e; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyJobdetail_Btn a img { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -2px 0 0 10px; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyJobdetail_Btn a:hover { background-color: #b00026; }
.NyJobdetail_Btn a:hover img { margin: -2px 0 0 20px; }
 @media (max-width:1680px) {
}
@media (max-width:1600px) {
	.NyJobdetail .NyJobdetail_Title { font-size: 26px;}
	.NyJobdetail_Text div, .NyJobdetail_Text p{ font-size:15px !important; line-height:27px !important; margin:0 auto 12px !important;}
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.NyJobdetail { width: 100%; padding: 60px; }
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
.NyJobdetail .NyJobdetail_Title { font-size: 24px; margin: 0 auto 30px; }
.NyJobdetail_Text div, .NyJobdetail_Text p{ font-size:14px !important; line-height:26px !important; margin:0 auto 10px !important;}
}
@media (max-width:1200px) {
.NyJobdetail { width: 100%; padding: 60px 40px; }
}
@media (max-width:1080px) {
}
@media (max-width:1024px) {
.NyJob_List ul li { margin: 0 2% 20px 0; padding: 20px; }
.NyJob_List ul li:nth-child(3n+3) { margin: 0 0 20px; }
.NyJob_List ul li .NyJob_Name { margin: 0 auto 20px; }
.NyJob_List ul li .NyJob_Time { padding: 20px 0 0; }
.NyJobdetail { width: 100%; padding: 40px; }
}
@media (max-width:800px) {
.NyJob_List ul li { width: 48.5%; margin: 0 3% 20px 0; padding: 20px; }
.NyJob_List ul li:nth-child(3n+3) { margin: 0 3% 20px 0; }
.NyJob_List ul li:nth-child(2n+2) { margin: 0 0 20px; }
.NyJobdetail { width: 100%; padding: 40px 20px; }
.NyJobdetail .NyJobdetail_Title { font-size: 22px; margin: 0 auto 20px; }
.NyJobdetail_Salary { font-size: 16px; }
.NyJobdetail_Salary font { font-size: 28px; }
.NyJobdetail .NyJobdetail_Tips { padding: 10px 20px 20px 0; }
.NyJobdetail_Tips ul li { font-size: 15px; margin: 0 20px 0 0; }
.NyJobdetail_Con dl dd { width: 100%; margin: 0 auto 20px; padding: 0; float: inherit; }
.NyJobdetail_Con dl dd .NyJobdetail_Text { line-height: 25px!important; font-size: 15px!important; }
.NyJobdetail_Con dl dd .NyJobdetail_Tit { margin: 0 auto 10px; }
.NyJobdetail_Btn p { font-size: 15px; }
.NyJobdetail_Con .NyJobdetail_Btn { margin: 0 auto 10px; }
}
@media (max-width:767px) {
.NyJob_List ul li { width: 100%; margin: 0 auto 20px; padding: 20px; }
.NyJob_List ul li:nth-child(2n+2), .NyJob_List ul li:nth-child(3n+3) { margin: 0 auto 20px; }
.NyJob_Main #fengye { margin: 0 auto; }
.NyJobdetail { width: 100%; padding: 30px 12px 40px; }
.NyJobdetail { line-height: 30px; font-size: 24px; }
.NyJobdetail_Salary { width: 100%; height: 30px; line-height: 30px; font-size: 16px; margin: 15px auto 0; float: inherit; }
.NyJobdetail_Salary font { font-size: 24px; }
.NyJobdetail .NyJobdetail_Tips { padding: 10px 12px 20px 0; }
.NyJobdetail_Tips ul li { font-size: 14px; margin: 0 12px 0 0; }
}
@media (max-width:375px) {
}
@media (max-width:320px) {
}
/*NyJob 结束*/

/*NyService 开始*/
.lyNy_service {width: 100%;overflow: hidden; padding:60px 0 0;}
.service_bt { text-align: center; margin-top: -20px; }
.service_bt .service_bt_b{margin-bottom: 15px;width: 240px;margin: 0 auto;height: 60px;line-height: 60px;}
.service_bt b {display:inline-block;font-size: 60px;color: #333;float: left;}
.service_bt span {display:inline-block;font-weight: normal;font-size:40px;}
.service_bt p {font-size: 16px;color: #666;clear: both; margin-top:10px;}
.service_list{ overflow:hidden;}
.service_list ul li { width: 32%; float: left; margin-right: 2%; margin-bottom: 3%; background: #fff; padding: 40px 30px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; }
.service_list ul li:nth-child(3n) { margin-right: 0; }
.service_list ul li .service_img { background: #f1f1f1; padding: 2%; border-radius: 50px; width: 100px; height: 100px; box-sizing: border-box; position: relative; margin: 0 auto; }
.service_list ul li .service_img img { display: block; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; max-height: 100%; max-width: 100%; }
.service_list ul li .service_text { margin-top: 20px; padding: 0 20px; }
.service_list ul li .service_text .service_tit { font-size: 22px; color: #333; font-weight: bold; display:block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.service_list ul li .service_text .service_tit a{ display:block; color:#333;}
.service_list ul li .service_text p { margin: 10px 0; font-size: 16px; color: #999; line-height: 30px;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height:85px;}
.service_list ul li .service_text b { display: block; font-size: 17px; color: #999; }
.service_list ul li:hover { background: #04388e; cursor: pointer; }
.service_list ul li:hover .service_img { background: #fff; }
.service_list ul li:hover .service_text .service_tit { color: #fff; }
.service_list ul li:hover .service_text .service_tit a{ color:#fff;}
.service_list ul li:hover .service_text p { color: #fff; }
.service_list ul li:hover .service_text b { color: #fff; }
.service_list_top { text-align: center; margin-top: 50px; }
.service_list_top ul li { display: inline-block; float: none; }


@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.service_list ul li .service_text { padding: 0; }
.service_bt .service_bt_b{ width:210px;}
.service_bt b { font-size: 45px; }
.service_bt span { font-size: 35px; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.service_bt { margin: 0; }
.service_bt .service_bt_b{ width:180px;}
.service_bt b { font-size: 40px; }
.service_bt span { font-size: 30px; }
.service_bt p { font-size: 15px; }
.service_list ul li { width: 100%; padding: 20px; }
.service_list ul li .service_text { padding: 0; }
}
@media (max-width: 767px) {
.service_bt { margin: 0; }
.service_bt .service_bt_b{ width:120px;}
.service_bt b { font-size: 30px; }
.service_bt span { font-size: 20px; }
.service_bt p { font-size: 15px; margin:0; }
.service_list ul li { width: 100%; padding: 20px; }
.service_list ul li .service_text { padding: 0; }
.service_list_top{ margin-top:40px;}
}

.lyNy_service .lyNySer2 {width:100%;overflow:hidden;margin: 60px auto 0;padding: 60px 0 80px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background:#fff;}
.lyNySer2 .lyNySer2_tit { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.lyNySer2_tit p { width:100%; overflow:hidden; line-height:50px; color:#333; font-size:40px; text-align:center; margin:0 auto 5px; padding:0;}
.lyNySer2_tit span { display:block; width:100%; overflow:hidden; line-height:40px; color:#666; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lyNySer2 ul li { width:33.333333%; overflow:hidden; margin:0; padding:0 60px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNySer2 ul li img { display:block; width:60px; height:60px; overflow:hidden; margin:0 auto 30px; padding:0;}
.lyNySer2 ul li .lyNySer2_name { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:22px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.lyNySer2 ul li i { display:block; width:40px; height:2px; overflow:hidden; margin:10px auto 30px; padding:0; background-color:#04388e;}
.lyNySer2 ul li p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#999; font-size:16px; text-align:center; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.lyNySer2_btn { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.lyNySer2_btn a { display:block; width:200px; height:54px; overflow:hidden; line-height:50px; color:#04388e; font-size:18px; text-align:center; margin:0 auto; padding:0; background-color:#fff; border:2px solid #04388e; border-radius:27px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNySer2_btn a:hover { color:#fff; background-color:#04388e;}
@media (max-width:1366px) {	
	.lyNySer2 ul li { padding:0 30px;}
}
@media (max-width:1280px) {	
	.lyNySer2_tit p { line-height:44px; font-size:36px;}
	.lyNySer2_tit span { font-size:15px;}
	.lyNySer2 ul li { padding:0 20px;}
	.lyNySer2 ul li img { margin:0 auto 20px;}
	.lyNySer2 ul li i { margin:10px auto 20px;}
	.lyNySer2 ul li p { height:50px; line-height:25px; font-size:15px;}
}
@media (max-width:1200px) {	

}
@media (max-width:1080px) {	
	.lyNySer2_tit p { line-height:40px; font-size:34px;}
	.lyNySer2_tit span { font-size:14px;}
	.lyNySer2 ul li p { height:48px; line-height:24px; font-size:14px;}
}
@media (max-width:1024px) {	

}
@media (max-width:800px) {
	.lyNySer2 .lyNySer2_tit { margin:0 auto 30px;}
	.lyNySer2 ul li { padding:0 10px;}
	.lyNySer2 ul li p { height:72px; -webkit-line-clamp:3;}
	.lyNySer2_btn { margin:30px auto 0;}
}
@media (max-width: 767px) {
	.lyNy_service .lyNySer2{ margin:10px auto 0; padding:40px 0 60px;}
	.lyNySer2 .lyNySer2_tit { margin:0 auto 20px;}
	.lyNySer2_tit p { line-height:40px; font-size:30px;}
	.lyNySer2_tit span { line-height:20px;}
	.lyNySer2 ul li { width:100%; margin:0 auto 20px; padding:0; float:left;}
	.lyNySer2 ul li img { margin:0 auto 10px;}
	.lyNySer2 ul li p { height:auto; max-height:72px;}
	.lyNySer2_btn { margin:30px auto;}
	.lyNySer2_btn a{ width:180px; height:45px; line-height:45px; font-size:16px;}
}
@media (max-width: 375px) {

}
@media (max-width: 320px) {

}
/*NyService 结束*/