
/*Ny_banner 开始*/
.Ny_banner { width:100%; height:575px; overflow:hidden; margin:0 auto; padding:250px 0 0; position:relative;}
.Ny_banner img { display:block; width:1920px; height:575px; overflow:hidden; padding:0; position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.Ny_banner .NyBa_text { width:1400px; height:auto; margin:0 auto; padding:0; position:relative; z-index:1;}
.NyBa_text p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:40px; margin:0 auto; padding:0; font-weight:bold;}
.NyBa_text em { display:block; width:160px; height:4px; overflow:hidden; margin:20px 0; padding:0; background-color:#fff;}
.n_position:before {content: "";display:inline-block; width:18px; height:18px;background: url(../images/home.png) center bottom no-repeat;vertical-align:middle; margin:0 10px 0 0;}
.n_position a { font-size:15px; color:#fff; position:relative; transition:.2s;}
.n_position i { font-size:15px;color:#fff; display:inline-block; margin:0; padding:0 8px; font-family:arial; position:relative; top: -1px;}
.n_position span { font-size:15px; color:#fff;}

@media screen and (width:1600px){

}
@media screen and (min-width:1440px) and (max-width:1599px) {
	.Ny_banner .NyBa_text { width:94%;}
}
@media screen and (min-width:1360px) and (max-width:1439px) {
	.Ny_banner { height:450px; padding:180px 0 0;}
	.Ny_banner img { display:block; width:1600px; height:450px;}
	.Ny_banner .NyBa_text { width:94%;}
}
@media screen and (min-width:1280px) and (max-width:1359px) {
	.Ny_banner { height:440px; padding:180px 0 0;}
	.Ny_banner img { display:block; width:1564px; height:440px;}
	.Ny_banner .NyBa_text { width:94%;}
	.NyBa_text span { max-height:60px; line-height:30px; font-size:16px;}
	.NyBa_text em { width:56px; height:4px;}
}
@media screen and (min-width:1080px) and (max-width:1279px) {
	.Ny_banner { height:440px; padding:180px 0 0;}
	.Ny_banner img { display:block; width:1564px; height:440px;}
	.Ny_banner .NyBa_text { width:94%;}
	.NyBa_text span { max-height:60px; line-height:30px; font-size:16px;}
	.NyBa_text em { width:56px; height:4px;}
}
@media screen and (min-width:1024px) and (max-width:1079px) {
	.Ny_banner { height:400px; padding:160px 0 0;}
	.Ny_banner img { display:block; width:1280px; height:400px;}
	.Ny_banner .NyBa_text { width:94%;}
	.NyBa_text p { font-size:36px;}
	.NyBa_text span { max-height:60px; line-height:30px; font-size:16px;}
	.NyBa_text em { width:56px; height:4px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.Ny_banner { height:360px; padding:140px 0 0;}
	.Ny_banner img { display:block; width:1280px; height:360px;}
	.Ny_banner .NyBa_text { width:94%;}
	.NyBa_text p { font-size:30px;}
	.NyBa_text span { max-height:60px; line-height:30px; font-size:15px;}
	.NyBa_text em { width:48px; height:3px; margin:15px 0;}
}
@media (max-width: 767px) {
	.Ny_banner { height: 220px; margin: 64px auto 0; padding: 70px 0 0;}
	.Ny_banner img { display:block; width:854px; height:240px;}
	.Ny_banner .NyBa_text { width:92%;}
	.NyBa_text p { height:30px; line-height:30px; font-size:26px;}
	.NyBa_text span { max-height:48px; line-height:24px; font-size:14px;}
	.n_position a, .n_position span { font-size:14px;}
	.NyBa_text em { width:40px; height:2px; margin:10px 0;}
}
@media (max-width: 375px) {
	.Ny_banner { height: 180px; padding: 50px 0 0;}
	.Ny_banner img { display:block; width:818px; height:230px;}
	.NyBa_text p { height:30px; line-height:30px; font-size:24px;}
	.NyBa_text span { max-height:48px; line-height:24px; font-size:14px;}
	.NyBa_text em { width:40px; height:2px; margin:10px 0;}
}
@media (max-width: 320px) {
	.NyBa_text p {height: 24px; line-height: 24px; font-size:18px;}
}
/*Ny_banner 结束*/


/*面包屑 开始*/
.n_nav_box { width:100%; margin: 0 auto; border-bottom: 1px solid #e5e5e5;}
.n_nav_box .n_nav {width: 1400px; font-size: 0; margin:0 auto;}
.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; width:20%; text-align:center;position:relative;z-index:1;transition: .5s;flex-grow: 1;}
.nav_na .n_nav a{ width:50%;}
.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:3px; display:block; position:absolute; bottom:-2px; left:0; transition: .5s; z-index:-1; opacity: 0;
    background: #43cea2;
    ​background: -moz-linear-gradient(-45deg, #43cea2 0%, #185a9d 50%, #185a9d 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#43cea2), color-stop(50%,#185a9d), color-stop(100%,#185a9d));
    background: -webkit-linear-gradient(-45deg, #43cea2 0%,#185a9d 50%,#185a9d 100%);
    background: -o-linear-gradient(-45deg, #43cea2 0%,#185a9d 50%,#185a9d 100%);
    background: -ms-linear-gradient(-45deg, #43cea2 0%,#185a9d 50%,#185a9d 100%);
    background: linear-gradient(to -45deg, #43cea2 0%,#185a9d 50%,#185a9d 100%);
    filter: ;
    progid: DXImageTransform.Microsoft.gradient( startColorstr='#43cea2', endColorstr='#185a9d',GradientType=0 );
    -webkit-filter: ;
    progid: DXImageTransform.Microsoft.gradient( startColorstr='#43cea2', endColorstr='#185a9d',GradientType=0 );
}
.n_nav a:hover:before,.n_nav a.on:before { width:100%; opacity: 1;}
.n_nav a:hover,.n_nav a.on { font-weight: bold;}
.n_nav_box .n_position { max-width:50%; height: 60px; overflow:hidden; float:right; margin:0; padding:0 20px;}
.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;}

@media (max-width:1440px){
	.n_nav_box { width:94%;}
}
@media (max-width:1366px){
	.n_nav_box .n_nav{ width:100%;}
}
@media (max-width:1200px){
	
}
@media (max-width:1080px){
	
}
@media (max-width:1024px){
	
}
@media (max-width:800px){
	.n_nav_box .n_position { width:100%; max-width:inherit; float:inherit;}
	.n_nav_box .n_position p { text-align:left;}
	.n_nav_box .n_nav { width:100%; float:inherit;}
}
@media (max-width: 767px) {
	.n_nav_box { width:100%; margin:0 auto;}	
	.n_nav_box .n_position { height:auto; padding:0 10px;}
	.n_nav_box .n_position p { height:auto; line-height:30px; padding:7px 0;}
	.n_nav a { height:44px; line-height:44px; font-size:15px;}
}
@media (max-width: 375px) {
	.n_nav a{ font-size:14px;}
}
@media (max-width: 320px) {
	.n_nav a{ font-size:13px;}
	
}
/*面包屑 结束*/

/*lyNy_AboutUs 开始*/
.lyNy_AboutUs { width: 100%; overflow: hidden; margin: 0 auto 0; padding:80px 0 0;}
.lyNy_AboutUs .lyNyAb_main { width:1400px; overflow:hidden; margin:0 auto; padding:0; position:relative; z-index:1;}

.lyNyAb_text { width:100%; overflow:hidden; line-height: 32px; color: #222; font-size: 16px; text-align:justify; text-indent:2em; margin:0 auto 40px; padding:0;}
.lyNyAb_text p{ line-height:32px; color: #222; font-size: 16px; text-indent:2em; margin-bottom:20px;}

.txt_main{width:100%; height:auto; margin:0 auto; padding:35px 0; background: linear-gradient(to right, #185a9d, #43cea2); position:relative;}
.txt_main ul li{ width:25%; padding:0 20px; float:left;}
.txt_main ul li span{ display:block; width:100%; line-height:50px; color:#fff; font-size:60px; font-weight:bold; text-align:center; margin:0 auto;}
.txt_main ul li p{ width:100%; line-height:30px; color:#fff; font-size:16px; text-align:center; margin-top:10px;}

.lyNyAb_img { width: 100%; height: 475px; overflow: hidden; margin: -80px auto 0; position: relative;}
.lyNyAb_img img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}

/*企业文化 开始*/
.NyAbout_part3 { width:100%; overflow:hidden; margin:0 auto; padding:80px 0 100px;}
.NyAbout_part3 .NyAboutPart3_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyAboutPart3_main ul { width:1400px; overflow:hidden; margin:0 auto; padding:0; border-left:1px solid rgba(255,255,255,0.1);}
.NyAboutPart3_main ul li { width:22%; overflow:hidden; margin:0 3% 0 0; padding:40px 1%; float:left;  border:1px solid #ddd; border-radius:10px; position:relative;}
.NyAboutPart3_main ul li:nth-child(4){ margin:0;}
.NyAboutPart3_main ul li:after{content: ""; width:0; height:100%; position:absolute; bottom:0; left:0; display:block;}
.NyAboutPart3_main ul li:hover:after { background: linear-gradient(to right top, #185a9d, #43cea2); width:100%;}
.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:154px; height:154px; overflow:hidden; margin:0 auto; padding:0; transform:rotateY(0deg); -webkit-transform:rotateY(0deg); -moz-transform:rotateY(0deg); -o-transform:rotateY(0deg); }
.NyAboutPart3_main ul li .NyAboutPart3_icon1 { background:url(../images/NyAboutPart2_icon01.png) center center no-repeat; background-size:100% 100%; position:relative; z-index:1;}
.NyAboutPart3_main ul li .NyAboutPart3_icon2 { background:url(../images/NyAboutPart2_icon02.png) center center no-repeat; background-size:100% 100%; position:relative; z-index:1;}
.NyAboutPart3_main ul li .NyAboutPart3_icon3 { background:url(../images/NyAboutPart2_icon03.png) center center no-repeat; background-size:100% 100%; position:relative; z-index:1;}
.NyAboutPart3_main ul li .NyAboutPart3_icon4 { background:url(../images/NyAboutPart2_icon04.png) center center no-repeat; background-size:100% 100%; position:relative; z-index:1;}
.NyAboutPart3_main ul li:hover .NyAboutPart3_icon1 { background:url(../images/NyAboutPart2_icon1.png) center center no-repeat; background-size:100% 100%; transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg);}
.NyAboutPart3_main ul li:hover .NyAboutPart3_icon2 { background:url(../images/NyAboutPart2_icon2.png) center center no-repeat; background-size:100% 100%; transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg);}
.NyAboutPart3_main ul li:hover .NyAboutPart3_icon3 { background:url(../images/NyAboutPart2_icon3.png) center center no-repeat; background-size:100% 100%; transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg);}
.NyAboutPart3_main ul li:hover .NyAboutPart3_icon4 { background:url(../images/NyAboutPart2_icon4.png) center center no-repeat; background-size:100% 100%; 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:56px; color:#333; font-size:24px; text-align:center; margin:0 auto; padding:0;position:relative; z-index:1;}
.NyAboutPart3_main ul li .NyAboutPart3_text p:after{content: ""; width:50px; height:3px; background:#185a9d; display:block; margin:0 auto;}
.NyAboutPart3_main ul li .NyAboutPart3_text span { display:block; width:80%; overflow:hidden; line-height:34px; color:#333; font-size:18px; text-align:center; margin:30px auto 0; padding:0;position:relative; z-index:1;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.NyAboutPart3_main ul li:hover .NyAboutPart3_text p,.NyAboutPart3_main ul li:hover .NyAboutPart3_text span{ color:#fff;}
.NyAboutPart3_main ul li:hover .NyAboutPart3_text p:after{ background:#fff;}
/*企业文化 结束*/

/*荣誉资质 开始*/
.NyAbout_part5 { width:100%; overflow:hidden; margin:0 auto; padding:80px 0 100px; background-color:#f7f7f7; position:relative;}
.NyAbout_part5 .NyAboutPart5_main { width:1400px; height:auto; margin:0 auto; padding:0;}
.NyAboutPart5_main .swiper-container { width:120%; height:auto; min-height: 320px;overflow:hidden; margin:0 auto; padding:0 20% 50px 0; position:relative;}
.NyAboutPart5_main .swiper-container .swiper-slide { height:auto; overflow:hidden; padding:40px; position:relative; background:url(../images/hnr_bg1.jpg) center center no-repeat; background-size:cover;}
.NyAboutPart5_main .swiper-container .swiper-slide:hover, .NyAboutPart5_main .swiper-container .swiper-slide.swiper-slide-active { background:url(../images/hnr_bg2.jpg) center center no-repeat; background-size:cover;}

.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_img { width: 240px; height: 320px; overflow:hidden; margin: 0; padding: 0; float:right;}
.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative;}
.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_img a img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0; }

.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text { width:calc(100% - 240px); padding-right:80px; float:left;}
.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text i { display:block; width:80px; height:80px; overflow:hidden; margin-bottom:120px;}
.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text i svg { display:block; width:100%; height:100%; overflow:hidden;}
.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text i svg path { fill:url(#gradient);}
.NyAboutPart5_main .swiper-container .swiper-slide:hover .NyAboutPart5_text i svg path, .NyAboutPart5_main .swiper-container .swiper-slide.swiper-slide-active .NyAboutPart5_text i svg path { fill:#ffffff;}
.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text .NyAboutPart5_name { width:100%; margin-top:40px; padding:0;}
.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text .NyAboutPart5_name::before { content:''; display:block; width:48px; height:4px; background: linear-gradient(to right, #185a9d, #43cea2); margin-bottom:20px;}
.NyAboutPart5_main .swiper-container .swiper-slide:hover .NyAboutPart5_text .NyAboutPart5_name::before, .NyAboutPart5_main .swiper-container .swiper-slide.swiper-slide-active .NyAboutPart5_text .NyAboutPart5_name::before { background: linear-gradient(to right, #ffffff, #ffffff);}
.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text .NyAboutPart5_name a { display:block; width:100%; height:72px; overflow:hidden; line-height:36px; color:#222; font-size:24px; font-weight:bold; margin:0; padding:0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.NyAboutPart5_main .swiper-container .swiper-slide:hover .NyAboutPart5_text .NyAboutPart5_name a, .NyAboutPart5_main .swiper-container .swiper-slide.swiper-slide-active .NyAboutPart5_text .NyAboutPart5_name a { color:#fff;}

.NyAboutPart5_main .swiper-container .swiper-pagination { width:1400px; height:3px; background-color:#ddd; top:inherit; bottom:0;}
.NyAboutPart5_main .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill { background: linear-gradient(to right, #185a9d, #43cea2);}
/*荣誉资质 结束*/

@media (max-width:1680px) {
	.txt_main { padding:30px 0;}
	.txt_main ul li span { line-height:40px; font-size:50px;}
	.lyNyAb_img { height:415px; margin:-70px auto 0;}
}

@media (max-width:1600px) {
	.lyNyAb_img { height:395px;}
}

@media (max-width:1560px) {
	.lyNyAb_img { height:385px;}
	.NyAbout_part3, .NyAbout_part5 { padding:80px 0;}
	.NyAboutPart5_main .swiper-container { padding:0 20% 40px 0;}
}

@media (max-width:1440px) {
	.lyNy_AboutUs .lyNyAb_main { width:94%;}
	.lyNyAb_img { height:365px;}
	.NyAbout_part3 .NyAboutPart3_main{ width:94%;}
	.NyAboutPart3_main ul { width:100%; border:0;}
	.NyAbout_part5 .NyAboutPart5_main { width:94%;}
	.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_img { width: 225px; height: 300px;}
	.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text { width:calc(100% - 225px);}
	.NyAboutPart5_main .swiper-container .swiper-pagination { width:1354px;}
}
@media (max-width:1366px) {
	.NyAboutPart3_main ul li{ width:23%;margin: 0 2% 0 0;}

	.NyAboutPart5_main .swiper-container .swiper-pagination { width:1284px;}
}
@media (max-width:1280px) {
	.lyNy_AboutUs { padding:60px 0 0;}
	.lyNyAb_text { margin:0 auto 20px;}
	.NyAbout_part3, .NyAbout_part5 { padding: 60px 0;}
	.NyAboutPart3_main ul li { padding:30px 1%;}
  .NyAboutPart3_main ul li .NyAboutPart3_text p { line-height: 30px; font-size:22px;}
  .NyAboutPart3_main ul li .NyAboutPart3_text p:after { width: 40px; height: 2px; margin: 10px auto 0;}
	.NyAboutPart3_main ul li .NyAboutPart3_text span{line-height:25px; font-size:15px; margin: 20px auto 0;}
	.NyAboutPart5_main .swiper-container .swiper-slide { padding:30px;}
	.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text { padding-right:60px;}
	.NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text .NyAboutPart5_name a { height: 64px; line-height: 32px; font-size: 22px;}
  .NyAboutPart5_main .swiper-container .swiper-pagination { width: 1204px;}
}
@media (max-width:1200px) {
	.txt_main { padding: 22px 0;}
	.txt_main ul li span { line-height: 36px; font-size: 44px;}
	.txt_main ul li p { line-height: 24px; font-size: 14px; margin-top: 6px;}
	.lyNyAb_img { height: 315px; margin:-55px auto 0;}
  .NyAboutPart5_main .swiper-container .swiper-pagination { width: 1128px;}
}

@media (max-width:1080px) {
	.lyNyAbCon_tit{ font-size:29px;}
	.NyAboutPart3_main ul li .NyAboutPart3_text span{ font-size:14px;}
  .NyAboutPart5_main .swiper-container .swiper-slide { padding: 20px 30px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_img { width: 195px; height: 260px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text { width: calc(100% - 195px); padding-right: 40px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text i { margin-bottom: 80px;}
  .NyAboutPart5_main .swiper-container .swiper-pagination { width: 1015px;}
}
@media (max-width:1024px) {
	.lyNyAbCon_tit{ font-size:28px;}
  .NyAboutPart5_main .swiper-container .swiper-pagination { width: 962px;}
}
@media (max-width:920px) {
  .txt_main { padding: 19px 0;}
  .txt_main ul li span { line-height: 32px; font-size: 36px;}
  .lyNyAb_img { height: 235px; margin: -50px auto 0;}
  .NyAboutPart5_main .swiper-container { min-height: 240px;}
  .NyAboutPart5_main .swiper-container .swiper-slide { padding: 20px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_img { width: 165px; height: 220px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text { width: calc(100% - 165px); padding-right: 40px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text i { margin-bottom: 50px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text .NyAboutPart5_name::before { width: 36px; height: 3px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text .NyAboutPart5_name a { height: 60px; line-height: 30px; font-size: 20px;}
}
@media (max-width:820px) {
  .lyNy_AboutUs { padding: 40px 0 0;}
  .txt_main { padding: 20px 0;}
  .txt_main ul li span { line-height: 30px; font-size: 32px;}
  .NyAbout_part3, .NyAbout_part5 { padding: 40px 0;}
  .NyAboutPart3_main ul li { padding: 20px 1%;}
  .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:120px; height: 120px;}
  .NyAboutPart3_main ul li .NyAboutPart3_text p { font-size: 20px;}
  .NyAboutPart3_main ul li .NyAboutPart3_text span { width: 100%;}
  .NyAboutPart5_main .swiper-container .swiper-pagination { width: 770px;}
  .NyAboutPart5_main .swiper-container { min-height: 240px; padding: 0 20% 24px 0;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_img { width: 135px; height: 180px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text { width: calc(100% - 135px); padding-right: 20px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text i { margin-bottom: 30px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text .NyAboutPart5_name::before { margin-bottom: 10px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text .NyAboutPart5_name a { height: 52px; line-height: 26px; font-size: 18px;}
}
@media (max-width: 767px) {
  .lyNy_AboutUs { padding: 20px 0 0;}
  .txt_main { padding: 20px 0 0;}
	.txt_main ul li{ width:50%; margin-bottom: 20px;}
	.txt_main ul li .text{padding: 30px 0 5px 0;}
	.lyNyAb_text p{ font-size:15px; line-height:28px;}
  .lyNyAb_img { height: 165px; margin: -20px auto 0;}
	.NyAboutPart3_main ul li .NyAboutPart3_text p{ font-size:18px;}
	.NyAboutPart3_main ul li .NyAboutPart3_text span{ font-size:14px;width: 90%;}
  .NyAboutPart3_main ul li { width: 48.5%; margin: 0 3% 10px 0;}
	.NyAboutPart3_main ul li:nth-child(2n+2){ margin:0 0 10px 0;}
	.NyAbout_part3, .NyAbout_part5 {padding: 20px 0;}
  .NyAboutPart5_main .swiper-container { width: 100%; min-height: 200px; padding: 0 0 24px 0;}
  .NyAboutPart5_main .swiper-container .swiper-pagination { width: 389px;}
	
}
@media (max-width: 375px) {
	.NyAboutPart3_main ul li{ width:100%;margin: 0 0 10px 0;}
	.NyAboutPart3_main ul li .NyAboutPart3_text span{margin: 20px auto 0;}
}
@media (max-width: 320px) {
	.NyAboutPart3_main ul li{padding: 30px 1%;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_img { width: 100%; height: 180px; float: none;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text { width: 100%; padding-right: 0; float: none;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text i { display: none;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text .NyAboutPart5_name { margin-top: 20px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text .NyAboutPart5_name::before { margin: 0 auto 10px;}
  .NyAboutPart5_main .swiper-container .swiper-slide .NyAboutPart5_text .NyAboutPart5_name a { height: auto; max-height: 52px; text-align: center;}
}
/*lyNy_AboutUs 结束*/

/*lyNy_News 开始*/
.lyNy_News { width:100%; min-height:400px; overflow:hidden; margin:0 auto; padding:30px 0 60px; background:#f9f9f9;}
.lyNy_News .lyNyNews_list { width:1400px; margin:60px auto 0; padding:0;}
.lyNyNews_list ul li { width:32%; margin:0 auto;  transition: all 0.5s;float:left; margin:0 2% 60px 0; position:relative;}
.lyNyNews_list ul li .news_text{padding:70px 35px 35px 35px; background:#fff;-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:relative; z-index:1;}
.lyNyNews_list ul li:after{content: "";height:100%;background: linear-gradient(to right, #185a9d, #43cea2); position:absolute; bottom:0; left:0; width:0; display:block; z-index:0; z-index:0;}
.lyNyNews_list ul li:nth-child(3n+3){ margin-right:0;}
.lyNyNews_list ul li .time{ position:absolute; top:-25px; left:35px; padding:10px 20px; background:#888;}
.lyNyNews_list ul li .time span{ font-size:18px; color:rgba(255,255,255,.4);}
.lyNyNews_list ul li .time p{ font-size:30px; color:#fff; line-height:30px; font-weight:bold;}
.lyNyNews_list ul li .text a.name{ color:#333; font-size:20px; line-height:28px; display:block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyNyNews_list ul li .text p{ color:#999; font-size:15px; line-height:24px; margin:10px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.lyNyNews_list ul li .text a.more{ color:#999; line-height:28px;background: url(../images/news_more.png) 70px center no-repeat; vertical-align:middle; width:100%; display:block;}
.lyNyNews_list ul li:hover .news_text{ background:none;}
.lyNyNews_list ul li:hover:after{ width:100%;}
.lyNyNews_list ul li:hover .time{ background:#43cea2;}
.lyNyNews_list ul li:hover .text a.name{ color:#fff; font-weight:bold;}
.lyNyNews_list ul li:hover .text p{ color:#fff;}
.lyNyNews_list ul li:hover .text a.more{ color:#fff;background: url(../images/news_more_on.png) right center no-repeat;}
@media (max-width: 1440px) {
	.lyNy_News .lyNyNews_list { width:94%;}
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1200px) {
	.lyNy_News { padding:30px 0 40px;}
	.lyNy_News .lyNyNews_list { margin:40px auto 0;}
	.lyNyNews_list ul li{margin: 0 2% 40px 0;}
	.lyNyNews_list ul li:nth-child(3n+3){margin: 0 0 40px 0;}
}
@media (max-width: 1080px) {
}
@media (max-width: 1024px) {
	.lyNyNews_list ul li{ width:49%;}
	.lyNyNews_list ul li:nth-child(3n+3){margin: 0 2% 40px 0;}
	.lyNyNews_list ul li:nth-child(2n+2){margin: 0 0 40px 0;}
}
@media (max-width: 800px) {
}
@media (max-width: 425px) {
	.lyNy_News{padding: 20px 0 40px;}
	.lyNyNews_list ul li{ width:100%;margin: 0 0 60px 0;}
	.lyNyNews_list ul li:last-child{margin: 0 0 40px 0;}
	.lyNyNews_list ul li .time{ left:5%;}
	.lyNyNews_list ul li .news_text{ padding: 70px 5% 35px;}
	.lyNyNews_list ul li .text a.name{ font-size:18px;}
}
@media (max-width: 375px) {
	.lyNy_News{padding: 0 0 40px;}
	.lyNyNews_list ul li{margin: 0 0 40px 0;}
	.lyNyNews_list ul li .time{top: -15px;padding: 10px 12px;}
	.lyNyNews_list ul li .time span{ font-size:16px;}
	.lyNyNews_list ul li .time p{ font-size:24px; line-height:20px;}
}
@media (max-width: 320px) {
}
/*lyNy_News 结束*/

/*内页-新闻详情&文章详情 开始*/
.ly_NyNewsdetail { width:1400px; overflow:hidden; margin:30px auto 20px; padding:0; background:#fff;}
.ly_NyNewsdetail .NyNewsdetail_title { width:100%; overflow:hidden; line-height:60px; color:#fff; font-size:30px; font-weight:bold; margin:0 auto; padding:10px 4%;background: linear-gradient(to right, #185a9d, #43cea2);}
.ly_NyNewsdetail .NyNewsdetail_title:before{content: "";display: inline-block;width: 6px;height: 30px;background: #fff;margin-right: 2%;vertical-align: middle;}
.ly_NyNewsdetail .contmain{ width:100%; margin:0 auto; padding:30px 3%;}
.ly_NyNewsdetail .NyNewsdetail_tips { width:100%; height:auto; overflow:hidden; line-height:25px; color:#999; font-size:15px; margin:0 auto 30px;}
.ly_NyNewsdetail .NyNewsdetail_tips ul li{ width:auto; border:1px solid #eef2f5;border-radius: 30px; padding: 5px 4px 5px 20px;margin: 0 1% 0 0; display:block; vertical-align:middle; font-size:15px; color:#777; float:left;}
.ly_NyNewsdetail .NyNewsdetail_tips ul li span{ display:inline-block; background:#eef2f5;border-radius: 30px; margin: 0 0 0 12px; padding: 8px 12px; vertical-align:middle;}
.ly_NyNewsdetail .NyNewsdetail_tips ul：：after { content:''; display:block; clear:both;}
.ly_NyNewsdetail .NyNewsdetail_con { width:100%; min-height:300px;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; text-indent:0; margin:0 auto 20px; padding:0;}
.NyNewsdetail_con .img{ width:80%; text-align:center;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:16px!important;}
.NyNewsdetail_con table tr td p { text-indent:0!important;}
.NyNewsdetail_con img { display:inline-block; width:auto!important; height:auto!important; max-width:100% !important; margin:0 auto; padding:0; text-indent:0!important;}
.fvopvideo { width:80% !important; height:480px!important;margin:0 auto 20px;position:relative;z-index:99;}

.ly_NyNewsdetail .ly_PrevNext { margin:40px auto 0;}
.ly_PrevNext i{display: block;width:100%; height: 27px;margin: 20px auto;padding: 0;vertical-align: middle;text-align: center;position: relative;}
.ly_PrevNext i:before{content: "";width: 47%;height: 1px;background: #ccc;position: absolute;left: 0;top: 50%;}
.ly_PrevNext i:after{content: "";width: 47%;height: 1px;background: #ccc;position: absolute;right: 0;top: 50%;}
.ly_PrevNext { width:100%; overflow:hidden; margin:0 auto; padding:0;  background:#fff;}
.ly_PrevNext ul li { width:50%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0; float:left;}
.ly_PrevNext ul li a {line-height:40px; color:#666; font-size:16px;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ly_PrevNext ul li:last-child { text-align:right;}
.ly_PrevNext ul li:hover a { color:#185a9d;}

@media (max-width:1440px) {
	.ly_NyNewsdetail { width:94%;}
}
@media screen and (max-width:1439px) and (min-width:1281px) {
	.ly_NyNewsdetail .ot_time ul li{ width:25%;}
	.ly_NyNewsdetail .ot_time ul li span{ width:68%;}
}
@media (max-width:1280px) {
}
@media screen and (max-width:1279px) and (min-width:1201px) {
	.ly_NyNewsdetail .ot_time ul li{ width:25%;}
	.ly_NyNewsdetail .ot_time ul li span{ width:68%;}
}
@media (max-width:1200px) {
	.ly_NyNewsdetail{margin: 10px auto 20px;}
	.ly_NyNewsdetail .ot_time ul li{ width:25%;}
	.ly_NyNewsdetail .ot_time ul li span{ width:68%;}
}
@media (max-width:1080px) {
	.ly_NyNewsdetail .NyNewsdetail_title { font-size:28px;}
	.ly_NyNewsdetail .ly_PrevNext { margin:20px auto 0;}
	.ly_NyNewsdetail .ot_time ul li{ width:28%;}
}
@media (max-width:1024px) {
	.ly_NyNewsdetail .ot_time ul li{ width:30%;}
}
@media screen and (max-width:1023px) and (min-width:801px) {
	.ly_NyNewsdetail .ot_time ul li{ width:36%;}
}
@media (max-width:800px) {
	.ly_NyNewsdetail .ot_time ul li{ width:36%;}
	.fvopvideo { width:100%!important; height:400px!important;}
}
@media (max-width: 768px) {
	.ly_NyNewsdetail { width:92%; margin:20px auto 0;}
	.ly_NyNewsdetail .NyNewsdetail_title{ font-size:24px; line-height:42px;}
	.ly_NyNewsdetail .ot_time ul li{ width:38%;}
	.ly_NyNewsdetail .NyNewsdetail_con { width:100%; min-height:300px;overflow:hidden; margin:0 auto; padding:0; line-height:28px; color:#565656; font-size:15px; text-align:justify;}
	.NyNewsdetail_con p, .NyNewsdetail_con div { width:100%; overflow:hidden; line-height:28px; color:#565656; font-size:15px; text-align:justify; text-indent:0; margin:0 auto 20px; padding:0;}
	.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
	.ly_NyNewsdetail .ly_PrevNext { margin:0 auto;}
	.ly_PrevNext i:before,.ly_PrevNext i:after{width: 45%;}
	.ly_PrevNext ul li { width:100%; text-align:left!important; font-size:15px;}
	.ly_PrevNext ul li a { font-size:15px;}
	.fvopvideo { height:260px!important;}
}
@media screen and (max-width:767px) and (min-width:426px) {
	.ly_NyNewsdetail .ot_time ul li{ width:65%;}
}
@media (max-width: 425px) {
	.ly_NyNewsdetail .contmain { padding: 20px 3%;}
	.ly_NyNewsdetail .NyNewsdetail_tips ul li{ font-size:14px;}
	.ly_NyNewsdetail .ot_time ul li{ width:65%; margin:0 auto; display:inherit;}
	.ly_PrevNext i:before,.ly_PrevNext i:after{width: 40%;}
}
@media screen and (max-width:390px) and (min-width:376px) {
}
@media (max-width: 375px) {
	.ly_NyNewsdetail .NyNewsdetail_title { line-height: 42px; font-size: 22px;}
	.ly_NyNewsdetail .NyNewsdetail_tips{ margin: 0 auto 10px;}
	.ly_NyNewsdetail .NyNewsdetail_tips ul li{ margin: 0 1% 10px 0;}
	.ly_NyNewsdetail .ot_time ul li{ width:70%; margin:0 auto;}
}
@media screen and (max-width:374px) and (min-width:321px) {
	.ly_NyNewsdetail .ot_time ul li{ width:82%;}
}
@media (max-width: 320px) {
	.ly_NyNewsdetail .NyNewsdetail_title { line-height: 36px; font-size: 20px;}
	.ly_NyNewsdetail .ot_time ul li{ width:82%;}

}
/*内页-新闻详情&文章详情 结束*/

/*分页样式 开始*/
#fengye { text-align: center; margin: 40px auto 0; color: #555; font-size:14px;}
.lyNy_News #fengye{margin: 0 auto;}
#fengye table { margin:0 auto;}
#fengye a { display: inline-block; padding: 0 15px; background: #f0f0f0; height: 32px; line-height: 32px; text-align: center; margin: 0 5px; border-radius:2px; color: #333; font-size:14px;}
#fengye a:hover { background: #185a9d; color: #fff; }
#fengye a.pnnum1 { background: #185a9d; color: #fff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #185a9d; 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; background: #ddd; height: 32px; line-height: 32px; text-align: center; margin: 0 5px; color: #333; cursor: default;}

.lyNy_video #fengye { margin:0 auto;}

@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 20px; border-radius: 4px;}
	#fengye a#firstpage, #fengye a#uppage, #fengye a#downpage, #fengye a#endpage { display:inline-block;}
	#fengye table tr td { font-size:0;}
}
@media (max-width: 375px) {
	#fengye { margin:0 auto;}
}
@media screen and (max-width:374px) and (min-width:321px) {
	#fengye a{padding: 0 4%;}
}
@media (max-width: 320px) {
	#fengye { margin:0 auto;}
	#fengye a { padding:0 12px;}
}
/*分页样式 结束*

/*lyNy_products 开始*/
.lyNy_products { padding: 80px 0;}
.lyNy_products .pro_main{ width:1400px; height:auto; min-height:400px; margin:0 auto;}
.lyNy_products .lyNyPro_Left { width:24%; overflow:hidden; margin:0; padding:0; float:left;}

.lyNy_products .lyNyPro_Right { width:74%; height:auto; margin:0; padding:0; float:right;}
.lyNyPro_Right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #999;
  margin: 0 -10px -20px;
}

.lyNyPro_Right ul li {
  width: 33.333333%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.lyNyPro_Right ul li .lyProducts_con {
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_img {
  width: 100%;
  height: 270px;
  margin: 0 auto;
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  position: relative;
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyNyPro_Right ul li:hover .lyProducts_con .lyProducts_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_img a span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .45);
  position: absolute;
  left: 0;
  bottom: 100%;
}

.lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_img a span {
  bottom: 0;
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_img a span i {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  padding: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .65);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_img a span i:hover {
  background-color: #fff;
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_img a span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_img a span i svg path {
  fill: url(#gradient);
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_text {
  width: 100%;
  padding: 10px 20px;
  background: linear-gradient(to right, #e6e6e6, #e6e6e6);
  position: absolute;
  left: 0;
  bottom: 0;
}

.lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_text {
  background: linear-gradient(to right, #43cea2, #185a9d);
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_text {
  padding: 12px 20px;
}

.lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_text a.lyProducts_name {
  height: 32px;
  line-height: 32px;
  color: #fff;
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_text p {
  width: 100%;
  height: 0;
  overflow: hidden;
  line-height: 24px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_text p {
  height: 24px;
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_text p i {
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_text p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyNyPro_Right ul li .lyProducts_con .lyProducts_text p i svg path {
  fill: rgba(255, 255, 255, .45);
}


.lyNyPro_Right ul li a.lyProducts_btn {
  display: block;
  width: 100%;
  height: 58px;
  overflow: hidden;
  line-height: 58px;
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
  background-color: #626262;
}

.lyNyPro_Right ul li:hover a.lyProducts_btn {
  background-color: #185a9d;
}

.lyNyPro_Right ul li a.lyProducts_btn i {
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 0 0 15px;
}

.lyNyPro_Right ul li a.lyProducts_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyNyPro_Right ul li a.lyProducts_btn i svg path {
  fill: #ffffff;
}

@media (max-width:1440px) {

  .lyNy_products .pro_main{ width:94%;}

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_text p {
    font-size: 15px;
  }
}

@media (max-width:1366px) {

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text {
    width: calc(100% - 315px);
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_img {
    width: 315px;
    height: 265px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_img {
    height: 250px;
  }
}

@media (max-width:1280px) {
  .lyNy_products { padding:40px 0;}
  
  .lyNy_products #fengye { margin:40px auto 0;}

  .lyNyPro_Right ul li .lyProducts_con {
    padding-bottom: 54px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_img {
    height: 230px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_text {
    padding: 7px 20px;
  }

  .lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_text {
    padding: 8px 20px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_text p {
    font-size: 14px;
  }
}

@media (max-width:1200px) {
  .lyProducts_left {
    width: 300px;
  }

  .lyProducts_right {
    width: calc(100% - 300px);
    padding-left: 20px;
  }

  .lyNyPro_Right ul li .lyProducts_con {
    padding-bottom: 50px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_img {
    height: 212px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
    height: 36px;
    line-height: 36px;
    font-size: 17px;
  }

  .lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_text a.lyProducts_name {
    height: 34px;
    line-height: 34px;
  }
}

@media (max-width:1080px) {
  .lyNy_products .lyNyPro_Left { width:100%;}
  
  .lyNy_products .lyNyPro_Right { width:100%;}
	
  .lyNyPro_Right ul li .lyProducts_con {
    padding-bottom: 60px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_img {
    height: 270px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_text {
    padding: 10px 20px;
  }

  .lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_text {
    padding: 10px 20px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_text a.lyProducts_name {
    height: 36px;
    line-height: 36px;
  }
}

@media (max-width:1024px) { 
	
  .lyNyPro_Right ul li .lyProducts_con .lyProducts_img {
    height: 254px;
  }
}

@media (max-width:920px) {

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_img {
    height: 240px;
  }
}

@media (max-width:820px) {
  .lyNy_products .pro_main{ width:92%;}
	
  .lyNyPro_Right ul li .lyProducts_con {
    padding-bottom: 50px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_img {
    height: 210px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_text {
    padding: 7px 20px;
  }

  .lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_text {
    padding: 8px 20px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }

  .lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_text a.lyProducts_name {
    height: 32px;
    line-height: 32px;
  }
}

@media (max-width:767px) {
	
  .lyNy_products { padding:20px 0;}
  
  .lyNy_products #fengye { margin:20px auto 0;}

  .lyNyPro_Right ul {
    margin: 0 -6px -20px;
  }

  .lyNyPro_Right ul li {
    width: 50%;
    padding: 0 6px;
  }

  .lyNyPro_Right ul li .lyProducts_con {
    padding-bottom: 44px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_img {
    height: 160px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_text {
    padding: 4px 10px;
  }

  .lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_text {
    padding: 6px 10px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }

  .lyNyPro_Right ul li .lyProducts_con:hover .lyProducts_text a.lyProducts_name {
    height: 30px;
    line-height: 30px;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_img a span i {
    background-color: rgba(255, 255, 255, .85);
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_img a span i svg path {
    fill: #43cea2;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .lyNyPro_Right ul li .lyProducts_con .lyProducts_img {
    height: 140px;
  }
}

@media (max-width:280px) {
  .lyNyPro_Right ul {
    margin: 0;
  }

  .lyNyPro_Right ul li {
    width: 100%;
    padding: 0;
  }

  .lyNyPro_Right ul li .lyProducts_con .lyProducts_img {
    height: 220px;
  }
}

/*lyNy_products 结束*/

/*内页-产品列表 开始*/
.nyPro_list { width:100%; height:auto; margin:0 auto 60px; padding:0;}
.nyPro_list dl dd { width:100%; height:auto; margin:0 auto 30px; padding:20px; background-color:#fff;border: 1px solid #e6e7ec; border-radius: 0; position:relative;}
.nyPro_list dl dd:hover { box-shadow:0 5px 10px rgba(0, 0, 0, 0);}
.nyPro_list dl dd:before{content: "";display: block;width: 0;height:100%;top: 0; left:0; bottom: 0; background: -moz-linear-gradient(-45deg, #43cea2 0%, #185a9d 50%, #185a9d 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#43cea2), color-stop(50%,#185a9d), color-stop(100%,#185a9d));
    background: -webkit-linear-gradient(-45deg, #43cea2 0%, #185a9d 50%, #185a9d 100%);
    background: -o-linear-gradient(-45deg, #43cea2 0%,#185a9d 50%,#185a9d 100%);
    background: -ms-linear-gradient(-45deg, #43cea2 0%,#185a9d 50%,#185a9d 100%);
	background: linear-gradient(to -45deg, #43cea2 0%,#185a9d 50%,#185a9d 100%); background-size: 100%  100%!important; position: absolute;z-index: 0; border-radius: 0;
    transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;}
.nyPro_list dl dd:hover:before{ width: 100%;}
.nyPro_list dl dd .nyProList_img { width:27%; height:220px; overflow:hidden; margin:0; padding:0; background:#fff;float:left; position:relative; z-index:2;}
.nyPro_list dl dd .nyProList_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.nyPro_list dl dd .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; }
.nyPro_list dl dd:hover .nyProList_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.nyPro_list dl dd .nyProList_img a i { display:block; width:100%; height:100%; overflow:hidden; padding:0; background:rgba(0,0,0,.5) url(../images/more1.png) center center no-repeat; background-size:48px 48px; position:absolute; z-index:2; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); }
.nyPro_list dl dd:hover .nyProList_img a i { transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1);}
.nyPro_list dl dd .nyProList_img a:after{}

.nyPro_list dl dd .nyProList_text { width:73%; height:auto; overflow:hidden; margin:0; padding:0 0 0 20px; float:right; position:relative; z-index:2;}
.nyPro_list dl dd .nyProList_text .nyProList_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyPro_list dl dd .nyProList_text .nyProList_name a { 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; padding:0; }
.nyPro_list dl dd:hover .nyProList_text .nyProList_name a { color:#fff;}
.nyPro_list dl dd .nyProList_text .nyProList_ms { width:100%; overflow:hidden; margin:25px auto; padding:0;}
.nyPro_list dl dd .nyProList_text .nyProList_ms p { width:100%; height:75px; overflow:hidden; line-height:25px; color:#999; font-size:15px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0; }
.nyPro_list dl dd:hover .nyProList_text .nyProList_ms p { color:rgba(255,255,255,0.8);}
.nyPro_list dl dd .nyProList_text .nyProList_tips { width:100%; overflow:hidden; margin:10px auto; padding:0;}
.nyPro_list dl dd .nyProList_text .nyProList_tips p { display:inline-block; width:auto; max-width:50%; height:40px; overflow:hidden; line-height:40px; color:#aaa; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 20px 0 0; float:left;}
.nyPro_list dl dd .nyProList_text .nyProList_tips p em{content: ""; display:inline-block;width:18px; height:18px; margin:0 5px 2px 0;vertical-align:middle;}
.nyPro_list dl dd .nyProList_text .nyProList_tips p:first-child em{background: url(../images/icon_a.png) center center no-repeat;background-size: 18px 18px;}
.nyPro_list dl dd .nyProList_text .nyProList_tips p:nth-child(2) em{background: url(../images/icon_e.png) center center no-repeat;background-size: 18px 18px;}
.nyPro_list dl dd .nyProList_text .nyProList_tips p:nth-child(3) em{background: url(../images/icon_b.png) center center no-repeat;background-size: 18px 18px;}
.nyPro_list dl dd .nyProList_text .nyProList_tips p:nth-child(4) em{background: url(../images/icon_d.png) center center no-repeat;background-size: 18px 18px;}
.nyPro_list dl dd .nyProList_text .nyProList_tips p span,.nyPro_list dl dd .nyProList_text .nyProList_tips p a { color:#333;}
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p { color:rgba(255,255,255,0.8);}
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p span,.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p a { color:#fff;}
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p:first-child em{background: url(../images/icon_a_on.png) center center no-repeat;background-size: 18px 18px;}
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p:nth-child(2) em{background: url(../images/icon_e_on.png) center center no-repeat;background-size: 18px 18px;}
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p:nth-child(3) em{background: url(../images/icon_b_on.png) center center no-repeat;background-size: 18px 18px;}
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p:nth-child(4) em{background: url(../images/icon_d_on.png) center center no-repeat;background-size: 18px 18px;}

.ny_xgpro { width:100%; overflow:hidden; margin:20px auto 0; padding:0; background-color:#f5f5f5;}
.ny_xgpro .ny_xgpro_title { text-align: center; background: #185a9d url(../images/hd_bg.jpg) center center no-repeat; background-size: cover; padding: 20px;}
.ny_xgpro .ny_xgpro_title p { height: 40px; line-height: 40px; font-size: 28px; font-weight: bold; color: #fff;}
.ny_xgpro .ny_xgpro_title 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;}
.ny_xgpro .ny_xgpro_title span { display: block; height: 20px;line-height: 20px; font-size: 14px; color: #fff; text-transform: uppercase;}
.ny_xgpro .ny_xgpro_list { width:100%; overflow:hidden; margin:0 auto; padding:20px 10px 10px;}
.ny_xgpro_list ul li { width:100%; height:auto; margin:0 2% 60px 0; background-color:#fff; border:1px solid #e6e7ec; box-shadow:0 0 0 rgba(0,0,0,0.1); float:left; position:relative;}
.ny_xgpro_list ul li:hover .pro_img:before{ width:100%; left:0;}
.ny_xgpro_list ul li:hover .pro_img a img { transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
.ny_xgpro_list ul li:hover .pro_img em { width:100%; margin:0 0 0 -50%;}
.ny_xgpro_list ul li:hover .pro_text a.pro_name { color:#185a9d;}
.ny_xgpro_list ul li a.more{ display:block;width:50%; height:45px; line-height:45px; color:#999; margin:0 auto; vertical-align:middle; text-align:center; border:1px solid #e6e7ec; background:#fff; position:absolute; bottom:-25px; left:25%;}
.ny_xgpro_list ul li a.more:after{content: "";width:23px; height:8px; margin-left:-11.5px;background:url(../images/pro_more.png) center bottom no-repeat; position:absolute; left:50%; bottom:0;}
.ny_xgpro_list ul li:hover a.more{ width:100%; left:0; color:#fff; border:none;background: linear-gradient(to right, #185a9d, #43cea2);}
.ny_xgpro_list ul li:hover a.more:after{background:none;}

.lyNy_Xgwz { width:100%; overflow:hidden; margin:20px auto 0; padding:0; background-color:#f5f5f5;}
.lyNy_Xgwz .lyNyXgwz_title { text-align: center; background: url(../images/hd_bg.jpg) center center no-repeat; background-size: cover; padding: 20px;}
.lyNy_Xgwz .lyNyXgwz_title p { height: 40px; line-height: 40px; font-size: 28px; font-weight: bold; color: #fff;}
.lyNy_Xgwz .lyNyXgwz_title p:before { content: ''; display: inline-block; width: 28px; height: 28px; background: url(../images/mulu_tlt1.png) center center no-repeat; margin-right: 5px; vertical-align: middle; margin-top: -3px;}
.lyNy_Xgwz .lyNyXgwz_title span { display: block; height: 20px;line-height: 20px; font-size: 14px; color: #fff; text-transform: uppercase;}
.lyNy_Xgwz .lyNyXgwz_list { width:100%; overflow:hidden; margin:0 auto; padding:20px 10px 10px;}
.lyNy_Xgwz .lyNyXgwz_list ul { color: #999;}
.lyNy_Xgwz .lyNyXgwz_list ul li { width:100%; overflow:hidden; margin:0 auto 10px; padding:0;}
.lyNy_Xgwz .lyNyXgwz_list ul li a { display:block; width:100%; height:50px; overflow:hidden; line-height:50px; color:#303030; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 10px 0 20px; background:#fff url(../images/icon4.png) 5px 20px no-repeat; background-size:10px 10px;}
.lyNy_Xgwz .lyNyXgwz_list ul li a:hover { color:#185a9d; background:#f5f5f5 url(../images/icon5.png) 5px 20px no-repeat; background-size:10px 10px;}
@media screen and (max-width:1440px) and (min-width:1360px) {
	.nyPro_list dl dd .nyProList_img { width:28%; height:220px;}
	.nyPro_list dl dd .nyProList_text { width:72%; height:220px;}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p{padding: 0 16px 0 0;}
}
@media screen and (max-width:1359px) and (min-width:1280px) {
	.nyPro_list { margin:0 auto 40px;}
	.nyPro_list dl dd .nyProList_img { width:29%; height:205px;}
	.nyPro_list dl dd .nyProList_text { width:71%; height:205px;}
	.nyPro_list dl dd .nyProList_text .nyProList_ms, .nyPro_list ul li .nyProList_text .nyProList_tips { margin:5px auto;}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p{ width:50%;}
}
@media screen and (max-width:1279px) and (min-width:1200px) {
	.nyPro_list { margin:0 auto 40px;}
	.nyPro_list dl dd .nyProList_img { width:31%; height:205px;}
	.nyPro_list dl dd .nyProList_text { width:69%; height:205px;}
	.nyPro_list dl dd .nyProList_text .nyProList_ms, .nyPro_list ul li .nyProList_text .nyProList_tips { margin:5px auto;}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p{ width:50%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.nyPro_list { margin:0 auto 40px;}
	.nyPro_list dl dd .nyProList_img { width:38%; height:205px;}
	.nyPro_list dl dd .nyProList_text { width:62%; height:205px;}
	.nyPro_list dl dd .nyProList_text .nyProList_ms, .nyPro_list ul li .nyProList_text .nyProList_tips { margin:5px auto;}
	.nyPro_list dl dd .nyProList_text .nyProList_name a { font-size:18px;}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p { height:30px; line-height:30px; width:50%; font-size:14px;}
	
	.lyNy_Xgwz { margin:20px auto;}
	.lyNy_Xgwz .lyNyXgwz_title { text-align:left; padding:10px 20px;}
	.lyNy_Xgwz .lyNyXgwz_title p { display:inline-block; margin:0 10px 0 0; font-size:24px;}
	.lyNy_Xgwz .lyNyXgwz_title span { display:inline-block; font-size:18px;}
	.lyNy_Xgwz .lyNyXgwz_title p:before { display:none;}
	
	.ny_xgpro_list ul li { width:23.5%; height:auto; margin:0 2% 60px 0;}
	.ny_xgpro_list ul li:nth-child(4n+4) { margin:0 0 60px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.nyPro_list { margin:0 auto 40px;}
	.nyPro_list dl dd { margin:0 auto 20px;}
	.nyPro_list dl dd .nyProList_img { width:27%; height:205px;}
	.nyPro_list dl dd .nyProList_text { width:73%; height:205px;}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p { height:30px; line-height:30px;}
	.nyPro_list dl dd .nyProList_text .nyProList_name a { font-size:18px;}
	
	.lyNy_Xgwz { margin:20px auto;}
	.lyNy_Xgwz .lyNyXgwz_title { text-align:left; padding:10px 20px;}
	.lyNy_Xgwz .lyNyXgwz_title p { display:inline-block; margin:0 10px 0 0; font-size:24px;}
	.lyNy_Xgwz .lyNyXgwz_title span { display:inline-block; font-size:18px;}
	.lyNy_Xgwz .lyNyXgwz_title p:before { display:none;}
	
	.lyNy_Xgwz .Xgwz_tit { padding:10px 10px 10px 20px;}	
	.lyNy_Xgwz .lyNyXgwz_list { padding:20px 20px 10px;}
	.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; font-size: 28px;}
	.lyNy_Xgwz .Xgwz_list { padding:10px 20px;}
	
	.ny_xgpro_list ul li{ width:49%;}
	.ny_xgpro_list ul li:nth-child(2n+2){margin: 0 0 60px 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.nyPro_list { margin:0 auto 40px;}
	.nyPro_list dl dd { margin:0 auto 20px;}
	.nyPro_list dl dd .nyProList_img { width:36%; height:205px;}
	.nyPro_list dl dd .nyProList_text { width:64%; height:205px;}
	.nyPro_list dl dd .nyProList_text .nyProList_ms, .nyPro_list ul li .nyProList_text .nyProList_tips { margin:5px auto;}
	.nyPro_list dl dd .nyProList_text .nyProList_name a { font-size:18px;}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p { height:30px; line-height:30px; width:50%;}
	.nyPro_list dl dd .nyProList_text .nyProList_btn { position:absolute; right:0; bottom:0; width:auto; margin:0;}
	
	.lyNy_Xgwz { margin:20px auto;}
	.lyNy_Xgwz .lyNyXgwz_title { text-align:left; padding:10px 20px;}
	.lyNy_Xgwz .lyNyXgwz_title p { display:inline-block; margin:0 10px 0 0; font-size:24px;}
	.lyNy_Xgwz .lyNyXgwz_title span { display:inline-block; font-size:18px;}
	.lyNy_Xgwz .lyNyXgwz_title p:before { display:none;}
	.lyNy_Xgwz .Xgwz_tit { padding:10px 10px 10px 20px;}
	.lyNy_Xgwz .lyNyXgwz_list { padding:20px 20px 10px;}
	.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; font-size: 28px;}
	.lyNy_Xgwz .Xgwz_list { padding:10px 20px;}
	
	.ny_xgpro_list ul li{ width:49%;}
	.ny_xgpro_list ul li:nth-child(2n+2){margin: 0 0 60px 0;}
}
@media (max-width: 767px) {
	.nyPro_list { margin:0 auto 20px;}
	.nyPro_list dl dd { margin:0 auto 20px;}
	.nyPro_list dl dd .nyProList_img { width:100%; height:280px; margin:0 auto 10px;}
	.nyPro_list dl dd .nyProList_text { width:100%; height:auto; padding:0;}
	.nyProList_text .nyProList_name a { height:40px; line-height:40px; font-size:18px;}
	.nyPro_list dl dd .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 dl dd .nyProList_text .nyProList_tips { margin:10px auto;}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p { height:30px; line-height:30px; max-width: 100%;}
	.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 dl dd .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;}
	.nyPro_list dl dd .nyProList_text .nyProList_name a { height:auto; line-height:30px; font-size:18px; white-space: inherit; text-overflow: inherit; word-break:break-all;}
	
	.lyNy_Xgwz { margin:20px auto 0;}
	.lyNy_Xgwz .lyNyXgwz_title { text-align:left; padding:10px 20px;}
	.lyNy_Xgwz .lyNyXgwz_title p { display:inline-block; margin:0 10px 0 0; font-size:22px;}
	.lyNy_Xgwz .lyNyXgwz_title span { display:inline-block; font-size:15px;}
	.lyNy_Xgwz .lyNyXgwz_title p:before { display:none;}
	.lyNy_Xgwz .Xgwz_tit { padding:10px 10px 10px 20px;}
	.lyNy_Xgwz .lyNyXgwz_list { padding:20px 20px 10px;}
	.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; font-size: 24px;}
	.lyNy_Xgwz .Xgwz_list { padding:10px 20px;}
	
	.ny_xgpro_list ul li{ width:49%;}
	.ny_xgpro_list ul li:nth-child(2n+2){margin: 0 0 60px 0;}
}
@media (max-width: 425px) {
	.nyPro_list dl dd .nyProList_text .nyProList_tips p{ width:100%;}
	
	.ny_xgpro{ background:#fff;}
	.ny_xgpro .ny_xgpro_list{padding: 20px 0 10px;}
	.ny_xgpro_list ul li{margin: 0 2% 40px 0;}
	.ny_xgpro_list ul li:nth-child(2n+2){margin: 0 0 40px 0;}
}
@media (max-width: 375px) {
	.nyPro_list dl dd .nyProList_img { height:252px;}
	
	.ny_xgpro_list ul li{ width:100%;margin: 0 0 40px 0;}
	.ny_xgpro_list ul li:nth-child(2n+2){margin: 0 0 40px 0;}
}
@media (max-width: 320px) {
	.nyPro_list dl dd .nyProList_img { height:210px;}
	
	.lyNy_Xgwz .Xgwz_tit { padding:6px 12px;}
	.Xgwz_tit span { font-size:22px;}
	.lyNy_Xgwz .Xgwz_list { padding:10px;}
}

.pro_img { width:100%; height:250px; overflow:hidden; margin:0 auto;padding: 0; position:relative; border-bottom:1px solid #e6e7ec;}
.pro_img:before{content: ""; display:block;width:0;height:4px; left:50%;background: linear-gradient(to right, #43cea2, #185a9d);}
.pro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.pro_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:5%; position:absolute; left:0; top:0; right:0; bottom:0;}
.pro_img em { display:block; width:0; height:1px; overflow:hidden; margin:0; padding:0; background-color:#eaeaea; position:absolute; bottom:0; left:50%;}
.pro_text { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:15px 5% 40px;}
.pro_text a.pro_name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:18px; font-weight:bold; text-align:center; text-overflow:ellipsis; white-space:nowrap; margin:0 auto; padding:0;}
.pro_text p { width:100%; line-height:24px; color:#999; font-size:15px; text-align:center; margin:0 auto;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

@media (max-width:1440px) {}
@media (max-width:1366px) {}
@media (max-width:1280px) {
	.pro_img{height: 220px;}
}
@media (max-width:1200px) {}
@media (max-width:1080px) {
	.pro_text a.pro_name{ font-size:16px;}
}
@media (max-width:1024px) {}
@media screen and (max-width: 1023px) and (min-width: 801px){}
@media (max-width:800px) {
	.pro_img{ height:250px;}
}
@media (max-width:768px) {}
@media (max-width:425px) {
	.pro_img{ height:170px;}
	.pro_text{padding: 15px 5% 30px;}
	.pro_text p{ display:none;}
}
@media (max-width:375px) {
}
@media (max-width:320px) {
	.pro_img{height: 220px;}
}
/*内页-产品列表 结束*/

/*产品分类 开始*/
.h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 auto 20px;}
.cp_type {}
.cp_type .hd { text-align:center; background:#185a9d 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 { padding:20px 10px 10px; background-color:#f5f5f5;}
.cp_type .bd ul li { margin:0 auto 10px;}
.cp_type .bd ul li:last-child { border:0;}
.cp_type .bd ul li.on {}
.cp_type .bd ul li p { height:60px; line-height:60px; background-color:#fafafa;}
.cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 20px; overflow: hidden; line-height:60px; color:#303030; font-size:16px; white-space:nowrap; text-overflow: ellipsis; float:left;}
.cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/mulu1.png) center center no-repeat; cursor:pointer; float:left;}
.cp_type .bd ul li div { display:none;}
.cp_type .bd ul li div a { display:block; height:48px; line-height:48px; color:#666; font-size:15px; margin:0 auto 1px; padding:0 20px 0 35px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; background:#fff url(../images/icon4.png) 20px 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:#185a9d;}
.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 li div a:hover { color:#185a9d; background:#f5f5f5 url(../images/icon5.png) 20px 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:#185a9d; 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; }
.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; }
.cp_type .bd ul li a.proAllBtn:hover { color:#fff; background-color:#185a9d;}
.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:1440px) 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 div a { height:44px; line-height:44px; padding:0 12px 0 28px;}
	.cp_type .bd ul li div a { background:url(../images/icon4.png) 12px center no-repeat;}
	.cp_type .bd ul li div a:hover { color:#185a9d; background:url(../images/icon5.png) 12px center no-repeat;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.cp_type { margin:0;}
	.cp_type .hd p:before { display:none;}
	.cp_type .hd { background:#185a9d url(../images/mulu3.png) 96.8% center no-repeat; padding:10px 10px 10px 20px; text-align:left; overflow:hidden;}
	.cp_type .hd.on { background:#185a9d url(../images/mulu4.png) 96.8% center no-repeat;}
	.cp_type .hd p { display:block; height:40px; line-height:40px; font-size:24px; min-width:88px; margin:0 10px 0 0; padding:0; float:left;}
	.cp_type .hd span { display:inline-block; height:40px; line-height:40px; font-size:18px;}
	.cp_type .bd { display:none; padding:20px 20px 10px;}
	.cp_type .bd ul li:last-child { border: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;}
	.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;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.cp_type { margin:0;}
	.cp_type .hd p:before { display:none;}
	.cp_type .hd { background:#185a9d url(../images/mulu3.png) 97% center no-repeat;padding: 10px 20px;text-align:left;overflow:hidden;}
	.cp_type .hd.on { background:#185a9d url(../images/mulu4.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; font-size:18px;}
	.cp_type .bd { display:none; padding:20px 20px 10px;}
	.cp_type .bd ul li:last-child { border: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;}
	.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;}
}
@media screen and (max-width:767px) {
	.cp_type { margin:0;}
	.cp_type .hd p:before { display:none;}
	.cp_type .hd { background:#185a9d url(../images/mulu3.png) 97% center no-repeat; padding:10px 20px; text-align:left; overflow:hidden;}
	.cp_type .hd.on { background:#185a9d url(../images/mulu4.png) 97% center no-repeat;}
	.cp_type .hd p { display:block; height:40px; line-height:40px; font-size:22px; float:left; min-width:88px; margin:0 10px 0 0; padding:0;}
	.cp_type .hd span { display:inline-block; height:40px; line-height:40px; font-size:15px;}
	.cp_type .bd { display:none; padding:20px 20px 10px;}
	.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;}
}
@media screen and (max-width:320px) {
	.cp_type .hd { padding:6px 12px;}
	.cp_type .hd p { font-size:20px; margin:0 5px 0 0;}
	.cp_type .hd span { font-size:14px;}
	.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;}
}
/*产品分类 结束*/

/*内页-产品详情 开始*/
.ly_NyProDetail { width:100%; overflow:hidden; margin:0 auto; padding:0;background-color: #fafafa;}

.ly_NyProDetail .lyNyProDetail_con { width:1400px; overflow:hidden; margin:0 auto; padding:0;}
.lyNyProDetail_con .lyNyProDetail_left { width:24%; overflow:hidden; margin:0; padding:0; float:right;}
.lyNyProDetail_con .lyNyProDetail_right { width:73%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto; padding:0;}
.lyNyProDetail_ConTit p { width:100%; height:80px; overflow:hidden; line-height:80px; font-size:28px; font-weight:bold;margin:0; padding:0 3%;border-bottom: 1px solid #eee; background:#fff;}
.lyNyProDetail_ConTit p:before{content: "";display: inline-block;width:6px; height:27px;background: #185a9d; margin-right:2%; margin-bottom:4px; vertical-align:middle;}

.lyNyProDetail_right .lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 30px; color: #555; font-size: 15px; margin:0 auto; padding:30px 3%; background:#fff;}
.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; color:#555; font-size:15px; white-space:normal;word-break:break-all;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important;}
.lyNyProDetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}
.lyNyOrder_msg{background: #fff;}
.lyNyOrder_msg #ly_msg.ly_msg{ width:70%; float:left;margin: 0 auto;}
.lyNyOrder_msg #ly_msg.ly_msg ul{ width:100%; float:left; padding:0 3%;}
.lyNyOrder_msg #ly_msg.ly_msg ul li h4{ display:none !important;}
.lyNyOrder_msg #ly_msg.ly_msg ul li .msg_ipt1 input,.lyNyOrder_msg #ly_msg.ly_msg ul li .msg_option{ color:#666 !important;}
.lyNyOrder_msg #ly_msg.ly_msg ul li { width:49%; float:left; clear:none;}
.lyNyOrder_msg #ly_msg.ly_msg ul li:nth-child(2n+2){ margin-left:2% !important;}
.lyNyOrder_msg #ly_msg.ly_msg ul li:nth-child(7),.lyNyOrder_msg #ly_msg.ly_msg ul li:nth-child(8),.lyNyOrder_msg #ly_msg.ly_msg ul li:nth-child(9),.lyNyOrder_msg #ly_msg.ly_msg ul li:nth-child(10){ width:100%;}
.lyNyOrder_msg #ly_msg.ly_msg ul li:nth-child(10){ margin-bottom:0px !important;}
.lyNyOrder_msg #ly_msg.ly_msg ul li:nth-child(8),.lyNyOrder_msg #ly_msg.ly_msg ul li:nth-child(10){ margin-left:0 !important;}
.lyNyOrder_msg #ly_msg.ly_msg ul li .msg_ipt1,.lyNyOrder_msg #ly_msg.ly_msg ul li .msg_ipt12,.lyNyOrder_msg #ly_msg.ly_msg ul li .msg_ipt2{ width:100% !important;}
.lyNyOrder_msg .ly_msg .msg_btn input{margin: 0px 15px 0 0; background:#333; color:#fff;}
.lyNyOrder_msg .msg_btn input.msg_btn1{background: linear-gradient(to right, #185a9d, #43cea2);}
.pd_order{ width:28%; float:right; padding:68px 3%; margin:20px 2% 20px 0;background: linear-gradient(to right top, #185a9d, #43cea2); position:relative;}
.pd_order .pic{display: inline-block;width:150px;height:150px; line-height:150px;border-radius: 50%;vertical-align: middle;position:absolute; left:25%; top:10%;}
.pd_order .pic span{width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 50%;background:rgba(255,255,255,0.5);-webkit-transform: scale(0.4);-moz-transform: scale(0.4);-ms-transform: scale(0.4);transform: scale(0.4);-webkit-animation: circleScale1 4s linear infinite;-moz-animation: circleScale1 4s linear infinite;-ms-animation: circleScale1 4s linear infinite;animation: circleScale1 4s linear infinite;}
.pd_order .pic span:nth-of-type(2){animation-delay: 1s;}
.pd_order .pic span:nth-of-type(3){animation-delay: 2s;}
.pd_order .pic img{width:110px;height:110px; text-align:center; border-radius:50%;position:absolute; left:13%; bottom:13%;}
.pd_order .txt{ padding:150px 0 0; color:#fff;}
.pd_order .txt span{ line-height: 30px; font-size:20px;display: block;}
.pd_order .txt p{line-height: 22px; font-size:14px;opacity:.8; margin:20px auto 40px;}
.pd_order .txt a{ display:block; width:50%; height:38px; line-height:38px; text-align:center; padding-left:10%; margin:0 auto;background:#333 url(../images/pd_order_b.jpg) 24% center no-repeat; color:#fff;background-size: 15px 11px;}
.lyNyProDetail_right .ly_PrevNext{margin: 0 auto 40px; padding:0 3% 40px;}
#ly_msg input::-webkit-input-placeholder,#ly_msg textarea::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color : #666;
}
#ly_msg input:-moz-placeholder,#ly_msg textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
   color : #666;
}
#ly_msg input::-moz-placeholder,#ly_msg textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color : #666;
}
#ly_msg input:-ms-input-placeholder,#ly_msg textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
   color : #666;
}
#ly_msg input::-ms-input-placeholder,#ly_msg textarea::-ms-input-placeholder{ /* Microsoft Edge */
   color : #666;
}
@media (max-width:1440px){
	.pd_order .pic{left: 23%;}
}
@media screen and (max-width:1399px) and (min-width:1367px) {
	.pd_order{ padding: 62px 3%;}
}
@media (max-width:1366px){
	.pd_order{padding: 62px 3%;}
	.pd_order .pic{left: 22%;}
}
@media screen and (max-width:1308px) and (min-width:1281px) {
	.pd_order{ padding: 72px 3%;}
}
@media (max-width:1280px){
	.pd_order{padding: 72px 2%;}
	.pd_order .pic{left: 20%;}
}
@media (max-width:1200px){
	.pd_order{padding: 62px 3%;}
	.pd_order .txt a{width: 70%; background: #333 url(../images/pd_order_b.jpg) 18% center no-repeat;background-size: 15px 11px;}
}
@media (max-width:1080px){
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%;}
	.lyNyProDetail_con .lyNyProDetail_left { margin:0 auto 20px;}
	.pd_order{padding: 65px 2%;}
	.pd_order .pic{left: 14%;}	
	.pd_order .txt span{ font-size:18px;}
	.pd_order .txt a{background:#333; padding:0;}
}
@media (max-width:1024px){
	
	.pd_order .pic{left: 22%;}
	
	.lyNyProDetail_ConTit p{ font-size:24px;}
}
@media screen and (max-width:955px) and (min-width:824px) {
	.pd_order{padding: 75px 2%;}
}
@media (max-width:800px){
	.ly_NyProDetail { padding:0;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%;}
	.lyNyProDetail_con .lyNyProDetail_left { margin:0 auto 20px;}
	.pd_order .pic{left: 14%;}
}
@media (max-width: 768px) {
	.ly_NyProDetail { margin:20px auto; padding:0;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%; margin:0 auto;}
	.lyNyProDetail_con .lyNyProDetail_right { margin:20px auto 0;}
	.lyNyProDetail_right .ly_PrevNext{margin: 0 auto 20px;}
	.lyNyOrder_msg #ly_msg.ly_msg{ width:100%;}
	.lyNyOrder_msg #ly_msg.ly_msg ul li{ width:100%;}
	.lyNyOrder_msg #ly_msg.ly_msg ul li:nth-child(2n+2){margin-left: 0 !important;}
	.pd_order{ display:none;}
}
@media (max-width: 425px) {
	.ly_NyProDetail{ background:#fff;}
	.lyNyOrder_msg #ly_msg.ly_msg{ width:100%;}
	.lyNyOrder_msg #ly_msg.ly_msg ul li{ width:100%;}
	.lyNyOrder_msg #ly_msg.ly_msg ul li:nth-child(2n+2){margin-left: 0 !important;}
	.pd_order{ display:none;}
	.lyNyProDetail_con .lyNyProDetail_right{margin: 0 auto;}
    .lyNyProDetail_right .lyNyProDetail_ConText { padding:20px 0;}
}
@media (max-width: 320px) {
	.lyNyOrder_msg #ly_msg.ly_msg .msg_ipt2 input{width: 94px !important;}
}

.pro_detail_main { width:100%; height:auto; margin: 0 auto; padding: 60px 0 40px; position: relative; }
.pro_detail_main .NyProDetail_Pic { width:1400px; height:auto; margin:0 auto; padding:30px; background:#fff;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; }
.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:60%; height:auto; overflow: hidden; margin: 0; padding:0 0 0 30px; float: right; }
.pro_detail_text>span { width:100%; height:auto; min-height:40px; max-height:80px; line-height:40px; color: #333; font-size: 30px; font-weight:bold; text-align: justify; margin: 0 auto 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space:inherit; overflow:hidden;}
.pro_detail_text em{ background:#eee; width:100%; height:1px;display:block;margin: 0 auto 30px;position:relative;}
.pro_detail_text em:after{content: "";display: inline-block; width:20%; height:5px; background:#185a9d; bottom:-3px; left:0; position:absolute;}
.pro_detail_text .jyms { width:100%; height:auto; overflow:hidden; margin:0 auto 20px; padding:0; }
.pro_detail_text .jyms dd { width:100%; max-height:90px; overflow:hidden; line-height:30px; color:#999; font-size:16px; text-align: justify; margin:0 auto; padding:0; display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp:3;}
.pro_detail_text .jyms dd span { color:#303030; font-weight:bold;}
.pro_detail_text .jyms dd h1 { display:inline; line-height: 30px;}
.pro_detail_text .jyms dd h1 br { display:none;}
.pro_detail_text ul { width:100%; margin:0 auto; padding:0;}
.pro_detail_text ul li { width:24%; height:120px; overflow:hidden; margin:0 1% 0 0; padding:20px 0 20px; text-align:center;float:left;  background:#ececec;}
.pro_detail_text ul li:nth-child(4) { margin:0;}
.pro_detail_text ul li i{display:block; width:35px; height:35px; overflow:hidden; margin:0 auto; padding:0;border-radius:50%;}
.pro_detail_text ul li:first-child i{ background:#fff url(../images/icon_pd_a.png) center center no-repeat;}
.pro_detail_text ul li:nth-child(2) i{ background:#fff url(../images/icon_pd_b.png) center center no-repeat;}
.pro_detail_text ul li:nth-child(3) i{ background:#fff url(../images/icon_pd_c.png) center center no-repeat;}
.pro_detail_text ul li:nth-child(4) i{ background:#fff url(../images/icon_pd_d.png) center center no-repeat;}
.pro_detail_text ul li p { display:block; width:100%; height:30px; line-height: 30px; color: #303030; font-size: 15px; font-weight:bold; margin:0 auto; padding:0;}
.pro_detail_text ul li span { display:block; width:100%; height:20px; line-height: 20px; color: #999; font-size: 14px; margin:0 auto; padding:0 8%;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.pro_detail_text .pro_detail_btn { width:100%; height: auto; overflow: hidden; margin:30px auto 0; padding:0;}
.pro_detail_btn img{ float:left;}
.pro_detail_btn .txt{ float:left;margin: 24px 32px;}
.pro_detail_btn .txt span{ display:block; line-height:40px; font-size:22px; font-weight:bold;}
.pro_detail_btn .txt p{ line-height:26px; font-size:16px; color:#999;}
.pro_detail_btn a { display:block; width: 20%; height: 42px; overflow: hidden; line-height: 42px; color: #fff; font-size: 20px; text-align: center; margin: 32px auto; padding: 0; float: right;background: linear-gradient(to right, #185a9d, #43cea2);}


/**产品详情页产品图片切换**/
.prodetail_img { width:40%; height: 440px; margin:0; padding: 0; float:left; }
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px;}
#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; 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 #e6e6e6; position:relative; }
#spec-list ul li:hover p { border:1px solid #185a9d;}
#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:386px; padding:0; border:1px solid #e6e6e6;}
.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:0px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:102%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}

@media screen and (max-width:1440px) and (min-width:1280px) {
}
@media screen and (max-width:1279px) and (min-width:1200px) {
	.jqzoom{ height:328px;}
	.pro_detail_btn img{width: 15%;}
	.pro_detail_btn .txt{margin: 22px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.pro_detail_main { width:100%; padding:0;}
	.prodetail_img { width:45%; position:inherit;float: left;}
	#preview, #spec-n5, #spec-list, .jqzoom { width:100%;}
	.jqzoom{ height:335px;}
	.pro_detail_main .pro_detail_text { width:52%;}
	.pro_detail_text .pro_detail_btn { width:100%;}
	.zoomdiv { left:104%!important;}	
	
	.pro_detail_btn img{width: 15%;}
	.pro_detail_btn .txt{margin: 22px;}
	.pro_detail_btn a{ width:16%;font-size:16px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.pro_detail_btn img{width: 15%;}
	.pro_detail_btn .txt{margin: 10px;}
	.pro_detail_btn a{ width:16%;font-size:16px;margin: 20px auto;}
	.prodetail_img{height: 375px;}
	.jqzoom {height: 330px;}
}
@media screen and (max-width:1023px) and (min-width:801px) {
	.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;}
	.pro_detail_text>span { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto; padding: 12px 16px; height:auto;}
	.pro_detail_text .jyms dd { height:auto; max-height:100px;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
	.pro_detail_btn img{ display:none;}
	.pro_detail_btn .txt{margin: 10px;}
	.pro_detail_btn .txt p{ font-size:14px;}
	.pro_detail_btn a{ width:20%;font-size:14px;margin: 20px auto;}
}
@media (max-width:800px) {
	.pro_detail_btn img{ display:block;}
}
@media (max-width:768px) {
	.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>span { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto;padding: 12px;height:auto;}
	#spec-n5 { width:100%; height:60px;}
	#spec-list { width:100%;}
	#spec-list ul li { height:60px;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
@media screen and (max-width:767px) and (min-width:426px) {
	.pro_detail_btn img{ display:none;}
	.pro_detail_btn .txt{ margin: 0 4% 0 0;width: 65%;}
	.pro_detail_btn a{margin: 18px auto; width:30%; font-size:16px;}
}
@media (max-width:425px) {
	.pro_detail_text ul li{ width:49%;margin: 0 1% 3px 0;}
	.pro_detail_text ul li:nth-child(2n+2){margin: 0 0 3px 0;}
	.pro_detail_text .pro_detail_btn{ margin:0 auto;}
	.pro_detail_btn img{ display:none;}
	.pro_detail_btn .txt{ margin: 20px 4% 0 0;width: 65%;}
	.pro_detail_btn .txt p{ display:none;}
	.pro_detail_btn a{margin: 18px auto; width:30%; font-size:16px;}
}
/*内页-产品详情 结束*/

/*相关文章 开始*/
.ny_xgart { width:100%; overflow:hidden; margin:0 auto; padding:40px 0; background-color:#fafafa;}
.ny_xgart .ny_xgart_main { width:1400px; height:auto; margin:0 auto; padding:0;}
.ny_xgart_main .ny_xgart_title { width:100%; height:80px; line-height:80px; color:#fff; font-size:28px; margin:0 auto 30px; padding:0 0 0 2%;text-transform: Uppercase; background:#185a9d; position:relative;}
.ny_xgart_main .ny_xgart_title strong{ margin-right:1%;font-size:28px;}
.ny_xgart_main .ny_xgart_title:before{content: ""; width:5px;height:100%; background:#43cea2; display:block;position:absolute; left:0;}
.ny_xgart_main .ny_xgart_list { width:100%; height:auto; margin:0 auto; padding:0;}
.ny_xgart_list ul li { width:49%; height:auto; margin:0 2% 20px 0; padding:20px 2%; background-color:#fff; border: 1px solid #ddd;position:relative; float:left; }
.ny_xgart_list ul li:nth-child(2n+2) { margin:0;}
.ny_xgart_list ul li .txt{width: 100%;position:relative;z-index:1;}
.ny_xgart_list ul li span{display:inline-block;width:116px; height:40px; overflow:hidden; line-height:40px; color:#fff; margin:0 auto; padding: 0 0 0 18px;background: url(../images/time_bg.png) left center no-repeat; z-index:1;}
.ny_xgart_list ul li a{display:inline-block;width:78%; height:40px;line-height:40px; color:#333; font-size:20px;margin:0 auto; padding:0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; float:right;}
.ny_xgart_list ul li:after{content: "";height:0;background: linear-gradient(to right, #185a9d, #43cea2); position:absolute; bottom:0; left:0; width:100%; display:block; z-index:0;}
.ny_xgart_list ul li:hover:after{ height:100%;}
.ny_xgart_list ul li:hover span{background: url(../images/time_bg_on.png) left center no-repeat;}
.ny_xgart_list ul li:hover a{color:#fff; font-weight:bold;}
/*相关文章 结束*/
@media (max-width:1440px) {
	.pro_detail_main .NyProDetail_Pic { width:94%;}
	.ly_NyProDetail .lyNyProDetail_con { width:94%;}
}
@media screen and (max-width:1439px) and (min-width:1367px) {
	.ny_xgart .ny_xgart_main{ width:94%;}
	.ny_xgart_list ul li a{ width:76%;}
}
@media (max-width:1366px) {
	.ny_xgart .ny_xgart_main{ width:94%;}
	.ny_xgart_list ul li a{ width:76%;}
}
@media screen and (max-width:1365px) and (min-width:1281px) {
	.ny_xgart_list ul li a{ width:75%;}
}
@media (max-width:1280px) {
	.prodetail_img { width:44%;}
	.pro_detail_main .pro_detail_text { width:56%;}
	.pro_detail_text>span { font-size:28px;}
	.pro_detail_text .jyms p { font-size:15px;}
	.ny_xgart_list ul li a{ width:75%;}
}
@media screen and (max-width:1279px) and (min-width:1201px) {
	.ny_xgart_list ul li a{ width:72%;}
}
@media (max-width:1200px) {
	.pro_detail_main { margin:0 auto; padding:40px 0;}
	.ny_xgart_list ul li a{ width:72%;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.ny_xgart_list ul li a{ width:70%;}
}
@media (max-width:1080px) {
	.pro_detail_text>span { font-size:22px; height:auto; min-height:32px; max-height:64px; line-height:32px; margin:0 auto 20px;}
	.ny_xgart_list ul li a{ width:70%;}
}
@media screen and (max-width:1081px) and (min-width:1025px) {
	.ny_xgart_main .ny_xgart_title{ font-size:18px;}
	.ny_xgart_main .ny_xgart_title strong{ font-size:24px;}
	.ny_xgart_list ul li a{ width:68%;}
}
@media (max-width:1024px) {
	
	.ny_xgart_main .ny_xgart_title{ font-size:18px;}
	.ny_xgart_main .ny_xgart_title strong{ font-size:24px;}
	.ny_xgart_list ul li a{ width:68%;}
}
@media screen and (max-width:1023px) and (min-width:801px) {
	.ny_xgart_list ul li{ width:100%;margin: 0 0 10px 0;padding: 10px 2%;}
	.ny_xgart_list ul li:nth-child(2n+2){margin: 0 0 10px 0;}
	.ny_xgart_list ul li a{ width:80%; font-size:18px;}

}
@media (max-width:800px) {
	.pro_detail_main { margin: 0 auto; padding: 20px 0;}
	.prodetail_img { width:100%; margin:0 auto 20px; float:inherit;}
	.pro_detail_main .pro_detail_text { width:100%; margin:0 auto; padding:0; float:inherit;}
	.jqzoom { width: 100%; height: 440px;}
	#spec-n5 { height:88px; padding-top:20px;}
	#spec-list ul li { height:88px;}
	.pro_detail_text .jyms { padding:0;}
	.ny_xgart_list ul li{ width:100%;margin: 0 0 10px 0;padding: 10px 2%;}
	.ny_xgart_list ul li:nth-child(2n+2){margin: 0 0 10px 0;}
	.ny_xgart_list ul li a{ width:80%;}
}
@media screen and (max-width:799px) and (min-width:769px) {
	.ny_xgart{padding: 20px 0;}
	.ny_xgart .ny_xgart_main{ width:92%;}
	.ny_xgart_main .ny_xgart_title{margin: 0 auto 20px;}
}
@media (max-width:768px) {
	.pro_detail_main .NyProDetail_Pic { width:92%;}
	.ly_NyProDetail { margin:0 auto;}
	.ly_NyProDetail .lyNyProDetail_con { width:92%;}
	.jqzoom { width: 100%; height: 300px;}
	#spec-n5 { height:70px; padding-top:10px;}
	#spec-list ul li { height:70px;}
	.pro_detail_text>span { margin:0 auto 10px;}
	.pro_detail_text .jyms p { margin:0 auto 10px;}
	.ny_xgart{padding: 20px 0;}
	.ny_xgart .ny_xgart_main{ width:92%;}
	.ny_xgart_main .ny_xgart_title{margin: 0 auto 20px;}
}
@media screen and (max-width:767px) and (min-width:426px) {
	.ny_xgart_main .ny_xgart_title { padding: 0 0 0 4%;}
	.ny_xgart_list ul li{padding: 10px 4%;}
	.ny_xgart_list ul li span{ width:105px;}
	.ny_xgart_list ul li a{ width:65%; font-size:16px;}
}
@media (max-width:425px) {
	.pro_detail_main .NyProDetail_Pic{ padding:0;}
	.ny_xgart_main .ny_xgart_title { padding: 0 0 0 4%;}
	.ny_xgart_list ul li{padding: 10px 4%;}
	.ny_xgart_list ul li span{ width:105px;}
	.ny_xgart_list ul li a{ width:65%; font-size:16px;}
}
@media screen and (max-width:424px) and (min-width:376px) {
	.ny_xgart_list ul li span{ display:none;}
	.ny_xgart_list ul li a{ width:100%;}
}
@media (max-width:375px) {
	.ny_xgart_list ul li span{ display:none;}
	.ny_xgart_list ul li a{ width:100%;}
}
@media (max-width:320px) {
	.jqzoom { width: 100%; height: 240px;}
	#spec-n5 { height:60px; padding-top:10px;}
	#spec-list ul li { height:60px;}
	.pro_detail_text>span { font-size:18px;}
	.ny_xgart_main .ny_xgart_title{padding: 0 0 0 5%;}
}

/*lyNy_video 开始*/
.lyNy_video { width:100%; background:#f8f8f8;padding: 60px 0; min-height:250px;}
.lyNy_video:before{content: "";width: 1400px;height: 8px; background: linear-gradient(to right, #185a9d, #43cea2); display:block; margin:0 auto;}
.lyNy_video .case_main{width:1400px; height:auto; min-height:400px; margin:0 auto; padding:60px 3%; background:#fff;}
.lyNy_video ul li { width:31%; height:auto; margin:0 3.5% 50px 0; padding:0; background-color:#eceef0; float:left; }
.lyNy_video ul li:nth-child(3n+3) { margin:0 0 50px;}
.lyNy_video ul li .lyNyVideo_img, .lyNy_video ul li .lyNyHnr_img { width:100%; height:300px; margin:0 auto; padding:0; cursor:pointer; position:relative;}
.lyNy_video ul li .lyNyVideo_img a, .lyNy_video ul li .lyNyHnr_img a { display: block; width: 100%; height: 100%; 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;}
.lyNy_video ul li .lyNyHnr_img a img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.lyNy_video ul li .lyNyVideo_img a::after, .lyNy_video ul li .lyNyHnr_img a::after { display:block; width:53px; height:54px; background:url(../images/case_icon.png) center center no-repeat; background-size:contain; position:absolute; bottom:-5%; right:5%; z-index:1; 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;}
.ny_honor ul li .lyNyVideo_text{ 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-overflow:ellipsis; white-space:nowrap; margin:0 auto; padding:0;}
.ny_honor ul li .lyNyVideo_text a.VideoName{margin:0 auto 10px;}
.lyNy_video ul li:hover{box-shadow:0 10px 20px rgba(0,0,0,0.4);}
.lyNy_video ul li:hover .lyNyVideo_text a.VideoName { color:#185a9d;}
.lyNy_video ul li .lyNyVideo_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; 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:#999; background:#eceef0; font-size:15px; text-align:center; margin:0 auto; padding:0 30px; border:1px solid #ddd; }
.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; border:1px solid #eceef0;background: linear-gradient(to right, #185a9d, #43cea2);}
.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:1440px) {
	.lyNy_video:before,.lyNy_video .case_main { width:94%;}
	.lyNy_video ul li .lyNyVideo_img, .lyNy_video ul li .lyNyHnr_img { height:280px;}
}
@media (max-width:1366px) {
	.lyNy_video ul li .lyNyVideo_img, .lyNy_video ul li .lyNyHnr_img { height:270px;}
}
@media (max-width:1280px) {
	.lyNy_video{padding: 40px 0;}
	.lyNy_video .case_main{padding: 40px 3%;}
	.lyNy_video ul li .lyNyVideo_img, .lyNy_video ul li .lyNyHnr_img { height:250px;}
}
@media (max-width:1200px) {
	.lyNy_video ul li .lyNyVideo_img, .lyNy_video ul li .lyNyHnr_img { height:240px;}
}
@media (max-width:1080px) {
	.lyNy_video .case_main { padding:40px 3%;}
	.lyNy_video ul li { width:31.333333%; height:auto; margin:0 3% 40px 0; padding:0;}
	.lyNy_video ul li:nth-child(3n+3) { margin:0 0 40px;}
	.lyNy_video ul li .lyNyVideo_img, .lyNy_video ul li .lyNyHnr_img { height:220px;}
	.lyNy_video ul li .lyNyVideo_text { padding:15px 20px 20px;}
	.lyNy_video ul li .lyNyVideo_text a.VideoName { font-size:18px;}
	.lyNy_video ul li .lyNyVideo_text p { margin:5px auto 15px;}
}
@media (max-width:1024px) {
	.lyNy_video .case_main { padding:30px 3%;}
	.lyNy_video ul li { width:31.333333%; height:auto; margin:0 3% 30px 0; padding:0;}
	.lyNy_video ul li:nth-child(3n+3) { margin:0 0 30px;}
	.lyNy_video ul li .lyNyVideo_img, .lyNy_video ul li .lyNyHnr_img { height:210px;}
}
@media (max-width:800px) {
	.lyNy_video ul li { width:48.5%; height:auto; margin:0 3% 30px 0; padding:0;}
	.lyNy_video ul li:nth-child(3n+3) { margin:0 3% 30px 0;}
	.lyNy_video ul li:nth-child(2n+2) { margin:0 0 30px;}
	.lyNy_video ul li .lyNyVideo_img, .lyNy_video ul li .lyNyHnr_img { height:230px;}
}
@media (max-width: 768px) {
	
	.lyNy_video:before{ width:92%;}
	.lyNy_video .case_main { width:92%; padding:20px 3%;}
}
@media (max-width: 425px) {
	.lyNy_video{padding: 20px 0;}
	.lyNy_video ul li { width:100%; height:auto; margin:0 auto 20px; padding:0; float: inherit;}
	.lyNy_video ul li:nth-child(2n+2), .lyNy_video ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.lyNy_video ul li .lyNyVideo_img, .lyNy_video ul li .lyNyHnr_img { height:230px;}
	.lyNy_video ul li .lyNyVideo_text a.VideoBtn { padding:0 20px;}
	.lyNy_video ul li .lyNyVideo_img, .lyNy_video ul li .lyNyHnr_img { height:220px;}
}
@media (max-width: 375px) {
	.lyNy_video ul li .lyNyVideo_img, .lyNy_video ul li .lyNyHnr_img { height:220px;}
}
@media (max-width: 320px) {
	.lyNy_video ul li .lyNyVideo_img, .lyNy_video ul li .lyNyHnr_img { height:200px;}
}
/*lyNy_video 结束*/

/*lyNy_order 开始*/
.lyNy_order { width: 100%; min-height:480px; overflow: hidden; margin:0 auto; padding:60px 0;background: #f8f8f8;}
.lyNy_order .lyNyOrder_main { width:1400px; overflow:hidden; margin:0 auto; padding:0;}
.lyNyOrder_msg { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyOrder_msg ul li.lyNyOrderForm_ipt { width:46%; overflow:hidden; margin:0 8% 20px 0; padding:0 0 10px; border-bottom: 1px solid #e5e5e5; float:left;}
.lyNyOrder_msg ul li.lyNyOrderForm_ipt:nth-child(2n+2) { margin:0 0 20px;}
.lyNyOrder_msg ul li.lyNyOrderForm_area { width:100%; margin:0 auto 20px; padding:0 0 20px; border-bottom: 1px solid #e5e5e5; float:inherit;}
.lyNyOrder_msg ul li p { width:100%; overflow:hidden; line-height:40px; color:#999; font-size:14px; margin:0 auto; padding:0;}
.lyNyOrder_msg ul li p font { color:#f00;}
.lyNyOrder_msg ul li input { display:block; width: 100%; height:30px; overflow:hidden; line-height:30px; font-size: 16px; text-overflow:ellipsis; white-space:nowrap; padding: 10px 0; border: none; background: none; outline: none;}
.lyNyOrder_msg ul li textarea { display:block; width: 100%; height:90px; overflow:hidden; line-height:30px; font-size: 16px; padding: 10px 0; border: none; background: none; outline: none; resize:none;}
.lyNyOrder_msg .lyNyOrderForm_btn { width:160px; height:50px; overflow:hidden; margin:40px 0 0; padding:0;}
.lyNyOrder_msg .lyNyOrderForm_btn input { display:block; width:100%; height:50px; overflow:hidden; line-height:50px; color:#fff; font-size:16px; text-align:left; text-indent:30px; margin:0; padding:0; background:#303030 url(../images/jt0.png) 110px 15px no-repeat; outline: none; border:none; cursor:pointer; }
.lyNyOrder_msg .lyNyOrderForm_btn input:hover { background:#185a9d url(../images/jt0.png) 110px 15px no-repeat;}
.lyNy_order .lyNyOrder_msg .pd_order{ padding: 52px 5%;}
.lyNy_order .lyNyOrder_msg .pd_order .pic{ width:190px; height:190px;left: 25%;top: 5%;}
.lyNy_order .lyNyOrder_msg .pd_order .pic img{ width:149px; height:149px;bottom: 11%;}
.lyNy_order .lyNyOrder_msg .pd_order .txt span{ line-height: 40px; font-size:30px; display:block;}
.lyNy_order .lyNyOrder_msg .pd_order .txt p { line-height:25px; font-size:15px;}
@media (max-width:1440px) {
	.lyNy_order .lyNyOrder_main { width:94%;}
}
@media screen and (max-width:1439px) and (min-width:1367px) {
	.lyNy_order .lyNyOrder_msg .pd_order .txt span{ font-size:28px;}
}
@media (max-width:1366px) {
	.lyNy_order .lyNyOrder_msg .pd_order{ padding: 34px 5%;}
	.lyNy_order .lyNyOrder_msg .pd_order .txt{padding: 180px 0 0;}
	.lyNy_order .lyNyOrder_msg .pd_order .txt span{ font-size:28px;}
}
@media screen and (max-width:1323px) and (min-width:1281px) {
	.lyNy_order .lyNyOrder_msg .pd_order{ padding: 37px 5%;}
	.lyNy_order .lyNyOrder_msg .pd_order .txt span{ font-size:26px;}
}
@media (max-width:1280px) {
	.lyNy_order .lyNyOrder_msg .pd_order .pic{left: 22%;}
	.lyNy_order .lyNyOrder_msg .pd_order .txt span{ font-size:25px;}
	.lyNy_order .lyNyOrder_msg .pd_order{ padding: 39px 5%;}
}
@media (max-width:1200px) {
	.lyNy_order .lyNyOrder_msg .pd_order .pic{left: 20%;}
	.lyNy_order .lyNyOrder_msg .pd_order .txt span{ font-size:22px;}
	.lyNy_order .lyNyOrder_msg .pd_order .txt p{ font-size:14px;}
	.lyNy_order .lyNyOrder_msg .pd_order{ padding: 44px 4%;}
}
@media (max-width:1080px) {
	.lyNy_order { padding:40px 0;}
	.lyNyOrder_main { padding: 0 0 0 40px;}
	.lyNyOrder_msg ul li.lyNyOrderForm_ipt { width:47%; overflow:hidden; margin:0 6% 20px 0;}
	.lyNyOrder_msg ul li.lyNyOrderForm_ipt:nth-child(2n+2) { margin:0 0 20px;}
	.lyNy_order .lyNyOrder_msg .pd_order .pic{left: 17%;}
	.lyNy_order .lyNyOrder_msg .pd_order .txt span{ font-size:22px;}
}
@media (max-width:1024px) {
	.lyNy_order .lyNyOrder_msg .pd_order .pic{left: 16%;}
	.lyNy_order .lyNyOrder_msg .pd_order .txt span{ font-size:21px;}
	.lyNy_order .lyNyOrder_msg .pd_order{ padding: 46px 4%;}
}
@media screen and (max-width:1023px) and (min-width:955px) {
	.lyNyOrder_main { width:100%; margin:0 auto; padding:0; float:inherit;}
	.lyNy_order .lyNyOrder_msg .pd_order .pic{left: 15%;}
	.lyNy_order .lyNyOrder_msg .pd_order{ padding: 46px 2%;}
}
@media screen and (max-width:954px) and (min-width:824px) {
	.lyNyOrder_main { width:100%; margin:0 auto; padding:0; float:inherit;}
	.lyNy_order .lyNyOrder_msg .pd_order .pic{left: 9%;}
	.lyNy_order .lyNyOrder_msg .pd_order{ padding: 56px 2%;}
}
@media screen and (max-width:823px) and (min-width:801px) {
	.lyNyOrder_main { width:100%; margin:0 auto; padding:0; float:inherit;}
	.lyNy_order .lyNyOrder_msg .pd_order .pic{left: 5%;}
	.lyNy_order .lyNyOrder_msg .pd_order{ padding: 45px 2%;}
}
@media (max-width:800px) {
	.lyNyOrder_main { width:100%; margin:0 auto; padding:0; float:inherit;}
	.lyNy_order .lyNyOrder_msg .pd_order .pic{left: 5%;}
	.lyNy_order .lyNyOrder_msg .pd_order{ padding: 46px 2%;}
}
@media (max-width: 768px) {
	.lyNy_order { padding:20px 0;}
	.lyNy_order .lyNyOrder_main { width:92%;margin:0 auto 20px;}
	.lyNyOrder_msg ul li.lyNyOrderForm_ipt { width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.lyNyOrder_msg ul li.lyNyOrderForm_ipt:nth-child(2n+2) { margin:0 auto 20px;}
	.lyNyOrder_msg ul li p { line-height:30px;}
	.lyNyOrder_msg .lyNyOrderForm_btn { margin:20px 0 0;}
	.lyNy_order .lyNyOrder_msg .pd_order{padding: 50px 3%;}
	.lyNy_order .lyNyOrder_msg .pd_order .pic{left: 1%;}
	.lyNy_order .lyNyOrder_msg .pd_order .txt span{ font-size:19px;}
}
@media (max-width: 375px) {

}
@media (max-width: 320px) {

}
/*lyNy_order 结束*/

/*lyNy_Contact 开始*/
.lyNy_Contact { width:100%; height:auto; overflow:hidden; min-height:400px; margin:0 auto; padding:0;background: #f8f8f8;}
.lyNy_Contact .lyNyContact_lxfs { width:1400px; height:auto; margin:0 auto; padding:60px 0 0;}
.lyNyContact_lxfs .lyNyContactLxfs_con { display: block; width:100%; height:auto; margin: 0 auto; background-color:#fff; border-radius:0 0 4px 4px; position:relative;}
.lyNyContactLxfs_con .contact_bt { width:100%; overflow:hidden; height:371px; line-height:40px; margin:0 auto 20px; padding:0; color: #fff; background:url("../images/contact_bg01.jpg") top center no-repeat;}
.lyNyContactLxfs_con .contact_bt .title{ width:50%; padding:60px 6%; float:left; font-size:54px;text-transform: Uppercase;font-weight:bold;}
.lyNyContactLxfs_con .contact_bt .tel{ width:50%; float:right; position:relative;}
.lyNyContactLxfs_con .contact_bt .tel .pic{display: inline-block;width:190px;height:190px; line-height:190px;border-radius: 50%;vertical-align: middle;position:absolute; right:10%; top:10%;}
.lyNyContactLxfs_con .contact_bt .tel .pic span{width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 50%;background:rgba(255,255,255,0.5);-webkit-transform: scale(0.4);-moz-transform: scale(0.4);-ms-transform: scale(0.4);transform: scale(0.4);-webkit-animation: circleScale1 4s linear infinite;-moz-animation: circleScale1 4s linear infinite;-ms-animation: circleScale1 4s linear infinite;animation: circleScale1 4s linear infinite;}
.lyNyContactLxfs_con .contact_bt .tel .pic span:nth-of-type(2){animation-delay: 1s;}
.lyNyContactLxfs_con .contact_bt .tel .pic span:nth-of-type(3){animation-delay: 2s;}
.lyNyContactLxfs_con .contact_bt .tel .pic img{width:149px;height:149px; text-align:center; border-radius:50%;position:absolute; left:13%; bottom:13%;}
.lyNyContactLxfs_con .contact_bt .tel .txt{padding: 228px 12% 0 0; text-align:right;}
.lyNyContactLxfs_con .contact_bt .tel .txt span{ font-size:40px; font-weight:bold;}
.lyNyContactLxfs_con .contact_bt .tel .txt p{ font-size:18px; line-height:30px; margin-top:10px;}
.lyNyContactLxfs_con .contact_des { width:100%; overflow:hidden; height:348px; line-height:30px; margin:0 auto; padding:0; background:#fff url("../images/contact_bg02.jpg") bottom center no-repeat;}
.lyNyContactLxfs_con .contact_des .ewm{ float:right; margin:50px 6% 0 0; padding:15px; border:3px solid #185a9d; border-radius:5px;}
.lyNyContactLxfs_con .contact-info-list { width: 60%; height:auto; padding:0; position:absolute; left:5%; bottom:50px;}
.lyNyContactLxfs_con .contact-info-list li { width: 100%; overflow:hidden; margin:0 auto 40px; padding:0; float: left;}
.lyNyContactLxfs_con .contact-info-list li:first-child:before{content: "";display: inline-block; width:49px; height:49px;background:url("../images/icon_cont_a.png") center center no-repeat; vertical-align:middle; background-size:49px 49px;}
.lyNyContactLxfs_con .contact-info-list li:nth-child(2):before{content: "";display: inline-block; width:49px; height:49px;background:url("../images/icon_cont_b.png") center center no-repeat; vertical-align:middle; background-size:49px 49px;}
.lyNyContactLxfs_con .contact-info-list li:nth-child(3):before{content: "";display: inline-block; width:49px; height:49px;background:url("../images/icon_cont_c.png") center center no-repeat; vertical-align:middle; background-size:49px 49px;}
.lyNyContactLxfs_con .contact-info-list li:nth-child(4):before{content: "";display: inline-block; width:49px; height:49px;background:url("../images/icon_cont_d.png") center center no-repeat; vertical-align:middle; background-size:49px 49px;}
.contact-info-list .c-info{ display:inline-block; vertical-align:middle; margin-left:2%; width:90%;}
.contact-info-list .c-info p { line-height:24px; padding: 0; font-size: 16px; color: #999;}
.contact-info-list .c-info .c-info-detail { width:100%; line-height:25px; color: #333; font-size: 20px; word-break: break-all;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}

.lyNy_Contact .lyNyContact_map { width:100%; overflow:hidden; margin:0 auto; padding:60px 0;}
.lyNyContact_map .lyNyContactMap_main { width:1400px; overflow:hidden; margin:0 auto; padding:0;}
.lyNyContactMap_main .lyNyContactMap_con { width:100%; height:500px; overflow:hidden; margin:0 auto; padding:19px; border:1px solid #e5e5e5; border-radius:4px;}
.lyNyContactMap_con .lyNyContactMap_child { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0;}
#container { width:100%; height:120%;}
@media (max-width:1440px) {
	.lyNy_Contact .lyNyContact_lxfs { width:94%;}
	.lyNyContact_map .lyNyContactMap_main { width:94%;}
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
	.lyNy_Contact .lyNyContact_lxfs{padding: 40px 0 0;}
}
@media (max-width:1200px) {
	.lyNyContactLxfs_con .contact-info-list .c-info{ width:85%;}
}
@media (max-width:1080px) {
	.lyNyContactLxfs_con .contact-info-list{ width:70%;}
	.lyNyContactLxfs_con .contact_bt { line-height:32px; font-size:24px;}
	.lyNyContactLxfs_con .contact_bt .tel .txt p{font-size: 16px;}
	.lyNy_Contact .lyNyContact_map { padding:40px 0;}
}
@media (max-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:801px) {
	.lyNyContactLxfs_con .contact_bt{ height:218px;}
	.lyNyContactLxfs_con .contact_bt .title{ display:none;}
	.lyNyContactLxfs_con .contact_bt .tel{ width:100%;}
	.lyNyContactLxfs_con .contact_bt .tel .pic{top: 5%; left:5%;}
	.lyNyContactLxfs_con .contact_bt .tel .txt{padding: 60px 5% 0 0;}
	.lyNyContactLxfs_con .contact-info-list{ width:60%;}
	.lyNyContactLxfs_con .contact-info-list .c-info{ width:85%;}
	.lyNyContactLxfs_con .contact-info-list li{margin: 0 auto 20px;}
	.lyNyContactLxfs_con .contact_des .ewm{ width:25%;margin: 50px 5% 0 0;}
	.lyNyContactLxfs_con .contact_des .ewm img{ width:100%;}
}
@media (max-width:800px) {
	.lyNyContactLxfs_con .contact_bt{ height:218px;}
	.lyNyContactLxfs_con .contact_bt .title{ display:none;}
	.lyNyContactLxfs_con .contact_bt .tel{ width:100%;}
	.lyNyContactLxfs_con .contact_bt .tel .pic{top: 5%; left:5%;}
	.lyNyContactLxfs_con .contact_bt .tel .txt{padding: 60px 5% 0 0;}
	.lyNyContactLxfs_con .contact-info-list{ width:60%;}
	.lyNyContactLxfs_con .contact-info-list .c-info{ width:85%;}
	.lyNyContactLxfs_con .contact-info-list li{margin: 0 auto 20px;}
	.lyNyContactLxfs_con .contact_des .ewm{ width:25%;margin: 50px 5% 0 0;}
	.lyNyContactLxfs_con .contact_des .ewm img{ width:100%;}
}
@media (max-width: 768px) {
	.lyNy_Contact .lyNyContact_lxfs { width:92%; padding:20px 0;}
	.lyNyContact_map .lyNyContactMap_main { width:92%;}
	.lyNyContact_lxfs .lyNyContactLxfs_hd { font-size:22px; background-size:100% 100%; padding:0 30px;}
	.lyNyContact_lxfs .lyNyContactLxfs_hd span { width:68%; line-height:22px; font-size:14px; margin:8px 0 8px 10px; display:inline-block; vertical-align:middle;}
	.lyNyContactLxfs_con .contact_bt { line-height: 26px; font-size: 20px;}
	.lyNyContactLxfs_con .contact-info-list{ width:100%;}
	.lyNyContactLxfs_con .contact-info-list .c-info{ width:75%;}
	.lyNyContactLxfs_con .contact-info-list li { width:100%; margin:0 auto 20px; padding:0;}
	.lyNyContactLxfs_con .contact-info-list li:nth-child(3), .lyNyContactLxfs_con .contact-info-list li:nth-child(4), .lyNyContactLxfs_con .contact-info-list li:nth-child(5) { width:100%; margin:0 auto 20px; padding:0;}
	.lyNy_Contact .lyNyContact_map { padding:20px 0;}
	.lyNyContactMap_main .lyNyContactMap_con { padding:10px; height:320px;}
}
@media screen and (max-width:767px) and (min-width:680px) {
	.lyNyContactLxfs_con .contact_bt{ height:160px;}
	.lyNyContactLxfs_con .contact_bt .tel .pic{ display:none;}
	.lyNyContactLxfs_con .contact_bt .tel .txt{ text-align:center; padding:20px 5%;}
	.lyNyContactLxfs_con .contact_des{ position:relative; height:560px;}
	.lyNyContactLxfs_con .contact_des .ewm{ margin:0 auto; float:none; width:30%; position:absolute; bottom:50px;left: 35%;}
	.lyNyContactLxfs_con .contact-info-list{ width:100%; top:200px;}
	.contact-info-list .c-info{ width:75%;}
	.contact-info-list .c-info .c-info-detail{ font-size:18px;}
}
@media screen and (max-width:679px) and (min-width:520px) {
	.lyNyContactLxfs_con .contact_bt{ height:160px;}
	.lyNyContactLxfs_con .contact_bt .tel .pic{ display:none;}
	.lyNyContactLxfs_con .contact_bt .tel .txt{ text-align:center; padding:20px 5%;}
	.lyNyContactLxfs_con .contact_des{ position:relative; height:560px;}
	.lyNyContactLxfs_con .contact_des .ewm{ margin:0 auto; float:none; width:34%; position:absolute; bottom:50px;left: 33%;}
	.lyNyContactLxfs_con .contact-info-list{ width:100%; top:200px;}
	.contact-info-list .c-info{ width:75%;}
	.contact-info-list .c-info .c-info-detail{ font-size:18px;}
}
@media screen and (max-width:519px) and (min-width:426px) {
	.lyNyContactLxfs_con .contact_bt{ height:160px;}
	.lyNyContactLxfs_con .contact_bt .tel .pic{ display:none;}
	.lyNyContactLxfs_con .contact_bt .tel .txt{ text-align:center; padding:20px 5%;}
	.lyNyContactLxfs_con .contact_des{ position:relative; height:560px;}
	.lyNyContactLxfs_con .contact_des .ewm{ margin:0 auto; float:none; width:44%; position:absolute; bottom:50px;left: 28%;}
	.lyNyContactLxfs_con .contact-info-list{ width:100%; top:200px;}
	.contact-info-list .c-info{ width:75%;}
	.contact-info-list .c-info .c-info-detail{ font-size:18px;}
}
@media (max-width: 425px) {
	.lyNyContactLxfs_con .contact_bt{ height:auto;}
	.lyNyContactLxfs_con .contact_bt .tel .pic{ display:none;}
	.lyNyContactLxfs_con .contact_bt .tel .txt{ text-align:center; padding:20px 5%;}
	.lyNyContactLxfs_con .contact_des{ position:relative; height:560px;}
	.lyNyContactLxfs_con .contact_des .ewm{ margin:0 auto; float:none; width:45%; position:absolute; bottom:50px;left: 28%;}
	.lyNyContactLxfs_con .contact-info-list{ width:100%; top:200px;}
	.lyNyContactLxfs_con .contact-info-list li:nth-child(4):before{ display:none;}
	.contact-info-list .c-info{ width:75%;}
	.lyNyContactLxfs_con .contact-info-list li:nth-child(4) .c-info{ margin-left:0; width:90%;}
	.contact-info-list .c-info .c-info-detail{ font-size:18px;}
	.lyNyContactLxfs_con .contact-info-list li:nth-child(4) .c-info .c-info-detail{ white-space:inherit;}
}
@media (max-width: 375px) {
	.lyNyContactLxfs_con .contact_des{height:550px;}
}
@media (max-width: 320px) {	
    .lyNyContactLxfs_con .contact_des{height:560px;}
	.lyNyContactLxfs_con .contact_des .ewm{ width:60%; left:20%;}
	.contact-info-list .c-info{ width:70%;}
	.contact-info-list .c-info .c-info-detail{ font-size:16px;}
}
/*lyNy_Contact 结束*/

/*lyNy_case 开始*/
.lyNy_case { width:100%; overflow:hidden; margin:0 auto; padding:60px 0 40px; background-color:#fafafa;}
.lyNy_case .lyNyCase_main { width:1400px; height:auto; margin:0 auto; padding:0;}
.lyNyCase_main .lyNyCase_list { width:100%; height:auto; margin:0 auto; padding:0;}
.lyNyCase_list ul li { width:22.75%; height:auto; margin:0 3% 40px 0; padding:0; background-color:#fff; box-shadow:0 0 0 rgba(0,0,0,0.1); float:left; }
.lyNyCase_list ul li:nth-child(4n+4) { margin:0 0 40px;}
.lyNyCase_list ul li:hover { box-shadow:0 0 20px rgba(0,0,0,0.1);}
.lyNyCase_list ul li .lyNyCase_img { width:100%; height:318px; overflow:hidden; margin:0 auto; padding:20px;}
.lyNyCase_list ul li .lyNyCase_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.lyNyCase_list ul li .lyNyCase_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; }
.lyNyCase_list ul li .lyNyCase_img a em { display:block; width:0; height:0; overflow:hidden; margin:0; padding:0; background:rgba(0,143,233,0.9) url(../images/ck_icon1.png) center center no-repeat; background-size:64px 64px; position:absolute; left:50%; top:50%; }
.lyNyCase_list ul li:hover .lyNyCase_img a img { transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
.lyNyCase_list ul li:hover .lyNyCase_img a em { width:100%; height:100%; margin:-50% 0 0 -50%;}
.lyNyCase_list ul li .lyNyCase_text { width:100%; overflow:hidden; margin:0 auto; padding:0; border-top:1px solid #eaeaea;}
.lyNyCase_list ul li .lyNyCase_text a { display:block; width:100%; height:50px; overflow:hidden; line-height:50px; color:#333; font-size:17px; text-overflow:ellipsis; white-space:nowrap; margin:0 auto; padding:0 44px 0 20px; position:relative; }
.lyNyCase_list ul li .lyNyCase_text a i { display:block; width:24px; height:24px; overflow:hidden; margin:0; padding:0; background:url(../images/jt5.png) center center no-repeat; background-size:24px 24px; position:absolute; top:13px; right:20px; }
.lyNyCase_list ul li:hover .lyNyCase_text a { color:#185a9d;}
.lyNyCase_list ul li:hover .lyNyCase_text a i { background:url(../images/jt6.png) center center no-repeat; background-size:24px 24px;}

.lyNyCase_main #fengye { margin:0 auto;}

@media (max-width:1440px){
	.lyNy_case { padding:40px 0;}
	.lyNy_case .lyNyCase_main { width:94%;}
	.lyNyCase_list ul li { width:23.05%; margin:0 2.6% 35px 0;}
	.lyNyCase_list ul li:nth-child(4n+4) { margin:0 0 35px;}
	.lyNyCase_list ul li .lyNyCase_img { height:312px;}
}
@media (max-width:1366px){
	.lyNyCase_list ul li .lyNyCase_img { height:296px;}
}
@media (max-width:1280px){

	.lyNyCase_list ul li { width:23.2%; margin:0 2.4% 30px 0;}
	.lyNyCase_list ul li:nth-child(4n+4) { margin:0 0 30px;}
	.lyNyCase_list ul li .lyNyCase_img { height:279px;}
}
@media (max-width:1200px){
	.lyNyCase_list ul li .lyNyCase_img { height:262px;}
}
@media (max-width:1080px){
	.lyNy_case { padding: 40px 0;}
	.lyNyCase_list ul li .lyNyCase_img { height:235px; padding:15px;}
	.lyNyCase_list ul li .lyNyCase_text a { padding:0 30px 0 15px;}
	.lyNyCase_list ul li .lyNyCase_text a i { right:15px;}
}
@media (max-width:1024px){
	
}
@media (max-width:800px){
	.lyNy_case { padding: 30px 0;}
	.lyNyCase_list ul li { width:48%; margin:0 4% 30px 0;}
	.lyNyCase_list ul li:nth-child(4n+4) { margin:0 4% 30px 0;}
	.lyNyCase_list ul li:nth-child(2n+2) { margin:0 0 30px;}
	.lyNyCase_list ul li .lyNyCase_img { height:346px; padding:20px;}
	.lyNyCase_list ul li .lyNyCase_text a { padding:0 44px 0 20px;}
	.lyNyCase_list ul li .lyNyCase_text a i { right:20px;}
}
@media (max-width:767px){
	.lyNy_case { padding:20px 0;}
	.lyNy_case .lyNyCase_main { width:92%;}
	.lyNyCase_list ul li { width:48%; margin:0 4% 20px 0;}
	.lyNyCase_list ul li:nth-child(4n+4) { margin:0 4% 20px 0;}
	.lyNyCase_list ul li:nth-child(2n+2) { margin:0 0 20px;}
	.lyNyCase_list ul li .lyNyCase_img { height: 182px; padding: 10px;}
	.lyNyCase_list ul li .lyNyCase_text a { font-size:16px; padding: 0 34px 0 10px;}
	.lyNyCase_list ul li .lyNyCase_text a i { right: 10px;}
}
@media (max-width:375px){
	.lyNyCase_list ul li { width:100%; margin:0 auto 20px; float:inherit;}
	.lyNyCase_list ul li:nth-child(4n+4) { margin:0 auto 20px;}
	.lyNyCase_list ul li:nth-child(2n+2) { margin:0 auto 20px;}
	.lyNyCase_list ul li .lyNyCase_img { height: 345px; padding: 20px;}
	.lyNyCase_list ul li .lyNyCase_text a { font-size:18px; padding: 0 44px 0 20px;}
	.lyNyCase_list ul li .lyNyCase_text a i { right: 20px;}
}
@media (max-width:320px){
	.lyNyCase_list ul li .lyNyCase_img { height: 294px; padding: 12px;}
	.lyNyCase_list ul li .lyNyCase_text a { font-size:16px; padding: 0 36px 0 12px;}
	.lyNyCase_list ul li .lyNyCase_text a i { right: 12px;}
}
/*lyIdx_case 结束*/

/*nyDown 开始*/
.nyDown { width:100%; height:auto; margin:0 auto; padding:60px 0 40px; background-color:#fafafa;}
.nyDown .nyDown_main { width:1400px; height:auto; margin:0 auto; padding:0 0 1px;}
.nyDown_main .nyDown_list { width:auto; height:auto; min-height:480px; margin:0 auto; padding:0;}
.nyDown_list ul li { width:32%; height:auto; margin:0 2% 30px 0; padding:0; background-color:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.06); float:left; }
.nyDown_list ul li:nth-child(3n+3) { margin:0 0 30px;}
.nyDown_list ul li:hover { background-color:#185a9d; box-shadow:0 10px 20px rgba(0,0,0,0.06);}
.nyDown_list ul li .nyDown_name { width:100%; height:auto; margin:0 auto; padding:30px; border-bottom:1px solid #eee; }
.nyDown_list ul li .nyDown_name a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#333; font-size:18px; text-overflow:ellipsis; white-space:nowrap; margin:0 auto; padding:0; }
.nyDown_list ul li:hover .nyDown_name { border-bottom:1px solid #fff;}
.nyDown_list ul li:hover .nyDown_name a { color:#fff;}
.nyDown_list ul li .nyDown_btn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyDown_list ul li .nyDown_btn a { display:block; width:100%; height:65px; overflow:hidden; line-height:45px; color:#333; font-size:15px; margin:0 auto; padding:10px 30px; }
.nyDown_list ul li .nyDown_btn a i { display:block; width:25px; height:25px; overflow:hidden; margin:10px 0; padding:0; background:url(../images/xz_ico1.png) center center no-repeat; float:right; }
.nyDown_list ul li:hover .nyDown_btn a { color:#fff;}
.nyDown_list ul li:hover .nyDown_btn a i { background:url(../images/xz_ico2.png) center center no-repeat;}

.DownDetail_btn { width: 100%; overflow: hidden; margin: 20px auto 0; padding: 0; text-align:center;}
.DownDetail_btn a { display:inline-block; width: 200px; height: 54px; overflow: hidden; line-height: 50px; color: #185a9d; font-size: 18px; text-indent: 45px; text-align: left; margin: 0 auto; padding: 0; background:#fff url(../images/xz_ico1.png) 130px 12.5px no-repeat; background-size:25px 25px; border: 2px solid #185a9d; border-radius: 27px; }
.DownDetail_btn a:hover { color:#fff; background:#185a9d url(../images/xz_ico2.png) 130px 12.5px no-repeat; background-size:25px 25px;}
.DownDetail_btn a i { display:inline-block; width:25px; height:25px; vertical-align:middle; margin:-4px 0 0 10px; background:url(../images/xz_ico1.png) 0 0 no-repeat; background-size:25px 25px; }
.DownDetail_btn a:hover i { background:url(../images/xz_ico2.png) 0 0 no-repeat; background-size:25px 25px;}

.nyDown #fengye { margin:10px auto 0;}

@media (max-width:1440px) {	
	.nyDown .nyDown_main { width:94%;}
}
@media (max-width:1366px) {	
	
}
@media (max-width:1280px) {	
	.nyDown_list ul li { margin:0 2% 30px 0;}
	.nyDown_list ul li:nth-child(3n+3) { margin:0 0 30px;}
	.nyDown_list ul li .nyDown_name { padding:20px;}
	.nyDown_list ul li .nyDown_btn a { padding:10px 20px;}
}
@media (max-width:1200px) {	

}
@media (max-width:1080px) {	
	.DownDetail_btn { margin:0 auto;}
}
@media (max-width:1024px) {	

}
@media (max-width:800px) {
	.nyDown_list ul li { width:48.5%; margin:0 3% 20px 0;}
	.nyDown_list ul li:nth-child(3n+3) { margin:0 3% 20px 0;}
	.nyDown_list ul li:nth-child(2n+2) { margin:0 0 20px;}
	.DownDetail_btn { margin:0 auto 20px;}
}
@media (max-width: 767px) {
	.nyDown_list ul li { width:100%; margin:0 auto 20px; float:inherit;}
	.nyDown_list ul li:nth-child(2n+2), .nyDown_list ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.DownDetail_btn a { width:160px; height:50px; line-height:46px; font-size:16px; text-indent:30px; background:#fff url(../images/xz_ico1.png) 105px 10px no-repeat; background-size:25px 25px;}
	.DownDetail_btn a {}
	.DownDetail_btn a:hover { color:#fff; background:#185a9d url(../images/xz_ico2.png) 105px 10px no-repeat; background-size:25px 25px;}
}
@media (max-width: 375px) {

}
@media (max-width: 320px) {

}
/*nyDown 结束*/
 
 /*lyNy_honor 开始*/
.lyNy_honor { width:100%; height:auto; margin:0 auto; padding:60px 0 40px; background-color:#fafafa;}
.lyNy_honor .lyNyHonor_list { width:1400px; height:auto; min-height:320px; margin:0 auto; padding:0;}
.lyNyHonor_list ul li { width:23.5%; height:auto; margin:0 2% 30px 0; padding:0; background-color:#fff; box-shadow:0 0 0 rgba(0,0,0,0.05); position:relative; float:left; }
.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 0 30px;}
.lyNyHonor_list ul li:hover { box-shadow:0 10px 20px rgba(0,0,0,0.05);}
.lyNyHonor_list ul li .lyNyHonor_img { width:100%; height:300px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyNyHonor_list ul li .lyNyHonor_img 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; }
.lyNyHonor_list ul li:hover .lyNyHonor_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.lyNyHonor_list ul li .lyNyHonor_img .lyNyHonor_mask { width:100%; height:0; overflow:hidden; margin:0; padding:0; background-color:rgba(0,143,233,0.9); position:absolute; left:0; bottom:0; }
.lyNyHonor_list ul li:hover .lyNyHonor_img .lyNyHonor_mask { height:100%;}
.lyNyHonor_list ul li .lyNyHonor_img .lyNyHonor_mask a { display:block; width:96px; height:96px; overflow:hidden; margin:-48px 0 0 -48px; padding:22px 0; border:1px solid #fff; border-radius:50%; position:absolute; left:50%; top:50%;}
.lyNyHonor_list ul li .lyNyHonor_img .lyNyHonor_mask a i { display:block; width:22px; height:22px; overflow:hidden; margin:0 auto 6px; padding:0; background:url(../images/CkIco.png) center center no-repeat;}
.lyNyHonor_list ul li .lyNyHonor_img .lyNyHonor_mask a span { display:block; width:100%; overflow:hidden; line-height:22px; color:#fff; font-size:15px; text-align:center; margin:0 auto; padding:0;}
.lyNyHonor_list ul li .lyNyHonor_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyHonor_list ul li .lyNyHonor_name a { display:block; width:100%; height:60px; overflow:hidden; line-height:59px; color:#333; font-size:18px; text-align:center; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0 20px; border-top:1px solid #eaeaea; }
.lyNyHonor_list ul li:hover .lyNyHonor_name a { color:#185a9d;}

.lyNyHonor_list #fengye { margin:10px auto 0;}

@media (max-width:1680px){
	
}
@media (max-width:1600px){
	
}
@media (max-width:1440px) {	
	.lyNy_honor .lyNyHonor_list { width:94%;}
}
@media (max-width:1366px) {	

}
@media (max-width:1280px) {
	.lyNy_honor { padding:40px 0;}
	.lyNyHonor_list ul li { width:23.5%; margin:0 2% 20px 0;}
	.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 0 20px;}
}
@media (max-width:1200px) {	
	
}
@media (max-width:1080px) {	
	.lyNyHonor_list ul li { width:32%; margin:0 2% 20px 0;}
	.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 2% 20px 0;}
	.lyNyHonor_list ul li:nth-child(3n+3) { margin:0 0 20px;}
}
@media (max-width:1024px) {	

}
@media (max-width:800px) {
	.lyNyHonor_list ul li { width:48.5%; margin:0 3% 20px 0;}
	.lyNyHonor_list ul li:nth-child(3n+3), .lyNy_honor ul li:nth-child(4n+4) { margin:0 3% 20px 0;}
	.lyNyHonor_list ul li:nth-child(2n+2) { margin:0 0 20px;}
}
@media (max-width: 767px) {
	.lyNy_honor { padding:20px 0;}
	.lyNy_honor .lyNyHonor_list { width:92%;}
	.lyNyHonor_list ul li { width:100%; margin:0 auto 20px; float:inherit;}
	.lyNyHonor_list ul li:nth-child(2n+2), .lyNyHonor_list ul li:nth-child(3n+3), .lyNyHonor_list ul li:nth-child(4n+4) { margin:0 auto 20px;}
	
	.lyNyHonor_list #fengye { margin:0 auto;}
}
@media (max-width: 375px) {

}
@media (max-width: 320px) {

}
/*lyNy_honor 结束*/
 
#KFRightScreen { z-index:999!important;}