@charset "utf-8";
/* CSS Document */

/*首页banner*/
.f-center { text-align: center; }
.f-14 { font-size: 14px; margin-top: 10px; }
.pcimg { width: 100%; height: auto; }
.banner{ width: 100%;height: auto;overflow: hidden; margin: 0 auto; padding: 0;}
.banner .swiper-slide img { display: block; width: 100%; left: 0px; top: 0px; }
.bannerPic { position: relative; width: 100%; height: auto; transition: all 1s ease 2.5s; transform: perspective(1000px) translate3d(0, 0, 100px); }
.swiper-slide.active .bannerPic { transition: all 5s ease 0s; transform: perspective(1000px) translate3d(0, 0, 0px); }
.banner .swiper-slide .ind_ban_tex { position: absolute; width: 100%; top: 50%; left: 0px; transform: translateY(-50%); }
.banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en { font-size: 40px; font-family: 'Oswald', impact, Arial, sans-serif !important; line-height: 1.2; color: #ffffff; text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4); transform: translateY(80px); opacity: 0; margin-bottom: 10px; }
.banner .swiper-slide .ind_ban_tex .ind_ban_tex_title { color: #ffffff; font-size: 40px; font-weight: bold; line-height: 1.8; text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4); transform: translateY(80px); opacity: 0; }
.banner .swiper-slide .ind_ban_tex .b_line { width: 50px; margin: 10px auto 20px; height: 2px; background: #fff; transform: translateY(80px); opacity: 0; }
.banner .swiper-slide .ind_ban_tex .ind_ban_tex_info { color: #ffffff; line-height: 1.5; font-size: 18px; text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4); transform: translateY(80px); opacity: 0; }
.banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .infoen { font-size: 14px; letter-spacing: 0px; }
.banner .swiper-slide.active .ind_ban_tex_title_en { transition: all 2s ease .5s; transform: translateY(0); opacity: 1; }
.banner .swiper-slide.active .ind_ban_tex_title { transition: all 2s ease .7s; transform: translateY(0); opacity: 1; }
.banner .swiper-slide.active .b_line { transition: all 2s ease .8s; transform: translateY(0); opacity: 1; }
.banner .swiper-slide.active .ind_ban_tex_info { transition: all 2s ease 1s; transform: translateY(0); opacity: 1; }
.banner .swiper-button-next.swiper-button-disabled { background-color: rgba(0, 0, 0, 0.3); }
.banner .swiper-button-prev.swiper-button-disabled { background-color: rgba(0, 0, 0, 0.3); }
.banner .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #ffffff; margin: 0 14px; opacity: 0.5; color: transparent; }
.banner .swiper-pagination-bullet-active { opacity: 1; width: 42px; height: 42px; line-height: 42px; text-align: center; border: 2px solid rgba(255, 255, 255, 0.4); background-color: transparent; color: #ffffff; }
.banner .swiper-pagination-bullet-active .rightcircle { -webkit-animation: circleProgressLoad_right 6s linear infinite; animation: circleProgressLoad_right 6s linear infinite; }
.banner .swiper-pagination-bullet-active .leftcircle { -webkit-animation: circleProgressLoad_left 6s linear infinite; animation: circleProgressLoad_left 6s linear infinite; }
.banner .swiper-pagination-bullet-active .wrapper_con { display: block; }
.banner .swiper-pagination { font-size: 0px; }
.banner .swiper-pagination > span { display: inline-block; vertical-align: middle; position: relative; }
.banner .swiper-container-rtl .swiper-button-next { left: calc(8.335% - 32px); }
.banner .swiper-container-rtl .swiper-button-prev { right: calc(8.335% - 32px); }
.banner .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 5%; }
.banner .swiper-pagination-custom { bottom: 5%; }
.banner .swiper-pagination-fraction { bottom: 5%; }
.right { right: -2px; }
.left { left: -2px; }
.circleProgress { width: 42px; height: 42px; border: 2px solid transparent; border-radius: 50%; position: absolute; top: 0px; -webkit-transform: rotate(-135deg); }
.rightcircle { border-bottom: 2px solid #ffffff; border-left: 2px solid #ffffff; right: 0px; }
.leftcircle { border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; left: 0px; }
.wrapper_con { width: 21px; height: 42px; position: absolute; top: -2px; overflow: hidden; display: none; }
.banner .swiper-slide .text{width: 90%; height: auto; margin: 0; padding: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.banner .swiper-slide .text img{max-width:530px;}
.banner .swiper-slide:nth-child(1) .text img{ float:right;}
.banner .swiper-slide:nth-child(2) .text img{ float:left;}
.banner .swiper-slide:nth-child(3) .text{ top:30%;}
.banner .swiper-slide:nth-child(3) .text img{ margin:0 auto;}
 @keyframes circleProgressLoad_right { 0% {
transform:rotate(45deg);
}
50%, 100% {
transform:rotate(225deg);
}
}
@keyframes circleProgressLoad_left { 0%, 50% {
transform:rotate(45deg);
}
100% {
transform:rotate(225deg);
}
}
.banner * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media only screen and (max-width: 767px) {
.f-center { padding-top: 60px; }
.moimg { display: block; height: 100%; }
.banner .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; }
.banner .swiper-pagination-bullet { width: 8px; height: 8px; margin: 0 6px !important; }
.rightcircle { display: none; }
.banner .swiper-pagination-bullet-active .wrapper_con { display: none; }
.f-14 { display: none; }
}

@media (max-width:1880px) {
}
@media (max-width:1680px) {
}
@media (max-width:1600px) {
.banner .swiper-slide img.ba_img { width: 1650px; height: 100%; }
}
 @media (max-width:1440px) {
.banner .swiper-slide img.ba_img { width: 1480px;}
}
@media (max-width:1366px) {
.banner .swiper-slide img.ba_img { width: 1410px;}
}
@media (max-width:1280px) {
	.banner .swiper-slide img.ba_img { width: 1320px;}
	.banner .swiper-slide:nth-child(3) .text{ top:35%;}
}
@media (max-width:1200px) {
.banner .swiper-slide img.ba_img { width: 1266px; height: 620px; }
.banner .swiper-slide .text img{max-width:500px;}
}
@media (max-width:1080px) {
.banner .swiper-slide img.ba_img { width: 1144px; height: 560px; }
.banner .swiper-slide .text img{max-width:450px;}
}
@media (max-width:1024px) {
.banner .swiper-slide img.ba_img { width: 1083px; height: 530px; }
.banner .swiper-slide .text img{max-width:400px;}
}
@media (max-width:920px) {
.banner .swiper-slide img.ba_img { width: 950px; height: 550px;}
.banner .swiper-slide .text img{max-width:350px;}
}
@media (max-width:768px) {
.banner .swiper-slide img.ba_img { width: 797px; height: 390px;}
.banner .swiper-slide:nth-child(3) .text{ top:40%;}
.banner .swiper-slide .text img{max-width:300px;}
}
@media (max-width:650px) {
.banner .swiper-slide img.ba_img { width: 1000px; height: 360px; }
}
@media (max-width:425px) {
.banner .swiper-slide .text,.banner .swiper-slide:nth-child(3) .text{ top:55%;}
.banner .swiper-slide:nth-child(1) .text img,.banner .swiper-slide:nth-child(2) .text img{ float:none; margin:0 auto;}
.banner .swiper-slide:nth-child(2) .text img{ margin:0;}
}
 @media (max-width:320px) {
.banner .swiper-slide img.ba_img { width: 790px; height: 350px; }
.banner .swiper-slide .text img{max-width:240px;}
}
/* ly_banner end */

/*关于我们 开始*/
.ind_about{ width:100%; margin:0 auto; padding:40px 0 60px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow:hidden;}
.ind_title{ margin:0 auto; text-align:center;}
.ind_title span{ font-size:90px; color:rgba(255,255,255,0); -webkit-text-stroke: 1px #f5f5f5; font-weight:bold; display:block; text-transform:uppercase;}
.ind_title b{ font-size:46px; color:#333; margin:-90px auto 0; display:block;}
.ind_title i{ display: block; width: 54px;height: 3px;overflow: hidden;margin: 10px auto; padding: 0;background: url(../images/title_line.png) center center no-repeat;}
.ind_title p{ font-size:16px; line-height:32px; color:#999; margin:0 auto;}

.ind_about .cont{ margin:50px auto;}
.ind_about .cont .fl,.ind_about .cont .fr{ width: 50%; position:relative;}
.ind_about .cont .fl{background:url(../images/ind_about_contbg.png) 70% bottom no-repeat; background-size:638px;}
.ind_about .cont .fl ul li{ display:inline-block; width:32%;}
.ind_about .cont .fl ul li span{ font-size:58px; color:#e70112; font-weight:bold;}
.ind_about .cont .fl ul li span i{ font-size:18px; margin-left:10px;}
.ind_about .cont .fl ul li p{ font-size:16px; color:#333;}
.ind_about .cont .fl .cont_cont{margin:50px 0; width:90%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical;}
.ind_about .cont .fl .cont_cont p{ font-size:16px; color:#999; margin-bottom:15px;line-height:34px; text-indent:2em;}
.ind_about .cont .fl .cont_cont p strong{ font-size:24px; color:#333;}

.ind_about .cont .fr .img{width: 100%;height: 550px;}
.ind_about .cont .fr .img:after{content: "";display: inline-block;background:url(../images/ind_about_bg.png) center center no-repeat; width: 832px;height: 601px;position: absolute;right: -18px;bottom: -78px;}
.ny_video{ min-height:550px;position:relative;z-index:1;}
.ind_about .cont .fr .img .play-button{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);cursor: pointer;z-index: 1; width:80px; height:80px;opacity:0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ind_about .cont .fr .img:hover .play-button{ opacity:1;}
.play-button.play{background: url(../images/ind_about_play.png) center center no-repeat;}
.play-button.pause {background: url(../images/ind_about_pause.png) center center no-repeat;}  
@media (max-width:1680px) {
}

@media (max-width:1600px) {
}

@media (max-width:1560px) {
}

@media (max-width:1440px) {
}

@media (max-width:1366px) {
}

@media (max-width:1280px) {

}

@media (max-width:1200px) {
	.ind_about .cont .fl, .ind_about .cont .fr{ width:100%;}
	.ind_about .cont .fr{ margin-top:50px;}
	.ind_about .cont .fl ul li{ text-align:center;}
	.ind_about .cont .fl .cont_cont{ width:100%;}
}

@media (max-width:1080px) {
}

@media (max-width:1024px) {
	.ind_title span{ font-size:70px;}
	.ind_title b{ font-size:40px;margin: -80px auto 0;}
}

@media (max-width:920px) {
}

@media (max-width:820px) {
}

@media (max-width:768px) {
	.ind_title b{ font-size:36px;margin: -70px auto 0;}
	.ind_title span{font-size: 60px;}
	.ind_about .cont{margin: 40px auto;}
	.ind_about .cont .fl ul li span{font-size: 46px;}
	.ind_about .cont .fl .cont_cont{margin: 40px 0;}
	.ind_about .cont .fr .img{ height:auto;}
	.ind_about .cont .fr .img .play-button{ opacity:1;}
	.ny_video{min-height: 410px;}
	.ind_about .cont .fr .img:after{right: -140px; bottom: -142px;background-size: 70%;}
}
@media (max-width:425px) {
	.ind_title span{ font-size:50px;}
	.ind_about{padding: 20px 0 30px;}
	.ind_about .cont{margin: 25px auto;}
	.ind_about .cont .fl{background-size: 400px}
	.ind_about .cont .fl ul{ display:none;}
	.ind_about .cont .fl .cont_cont{ margin:0;-webkit-line-clamp: unset;}
	.ny_video{min-height: 240px;}
	.ind_about .cont .fr .img:after{right: -260px;bottom: -210px;background-size: 40%;}
}
@media (max-width:375px) {
	.ind_title span{ font-size:40px;}
	.ind_title b{margin: -60px auto 0;}
	.ind_about .cont .fl{background-size: 300px}
}
@media (max-width:320px) {
	.ind_title b{ font-size:26px;margin: -50px auto 0;}
}
/*关于我们 结束*/

/*产品中心 开始*/
.ind_pro{ width:100%; margin:0 auto; padding:40px 0 10px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#fafafa;}
.ind_pro .ind_title span{-webkit-text-stroke: 1px #e9e9e9;}

.ind_pro .cont{ margin:50px auto; position:relative;}
.ind_pro .cont .mySwiper1 .img{position: relative;display: inline-block; width: 100%;height: 75px;}
.ind_pro .cont .mySwiper1 .img img{ position: absolute; margin: auto;top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; max-height: 100%;transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s;}
.ind_pro .cont .mySwiper1 .img .hover-image{opacity: 0;}
.ind_pro .cont .mySwiper1 p{ text-align:center; font-size:18px; font-weight:bold; line-height:54px; color:#000;transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s;}
.ind_pro .cont .mySwiper1 .swiper-slide{ position:relative; padding:20px 0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; cursor:pointer;}
.ind_pro .cont .mySwiper1 .swiper-slide:before{content: "";background:url(../images/ind_pro_on.png) center center; width:100%; height:10px; opacity:0; position:absolute; bottom:0px;left:0;transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s;}
.ind_pro .cont .mySwiper1 .swiper-slide:after{content: "";width:100%;background:#333; width:100%; height:3px; position:absolute; bottom:5px; left:0; opacity:1;transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s;}
.ind_pro .cont .mySwiper1 .swiper-slide:hover .base-image,.ind_pro .cont .mySwiper1 .swiper-slide.cur .base-image{opacity: 0;}
.ind_pro .cont .mySwiper1 .swiper-slide:hover .hover-image,.ind_pro .cont .mySwiper1 .swiper-slide.cur .hover-image{opacity: 1;}
.ind_pro .cont .mySwiper1 .swiper-slide:hover p,.ind_pro .cont .mySwiper1 .swiper-slide.cur p{ color:#e70112;}
.ind_pro .cont .mySwiper1 .swiper-slide:hover:before,.ind_pro .cont .mySwiper1 .swiper-slide.cur:before{ opacity:1;}
.ind_pro .cont .mySwiper1 .swiper-slide:hover:after,.ind_pro .cont .mySwiper1 .swiper-slide.cur:after{ opacity:0;}
.ind_pro .cont .swiper-button-next{background:url(../images/ind_pro_next.png) center center no-repeat;right: -4%;}
.ind_pro .cont .swiper-button-next:hover{background:url(../images/ind_pro_next_on.png) center center no-repeat;}
.ind_pro .cont .swiper-button-prev{background:url(../images/ind_pro_prev.png) center center no-repeat;left: -4%;}
.ind_pro .cont .swiper-button-prev:hover{background:url(../images/ind_pro_prev_on.png) center center no-repeat;}
.ind_pro .cont .swiper1-button-next,.ind_pro .cont .swiper1-button-prev{top: 12%;transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s;}

.ind_pro .cont .mySwiper2{ margin:50px auto;}
.ind_pro .cont .mySwiper2 .img{position: relative;display: inline-block; width: 100%;height: 365px;background: linear-gradient(to right bottom, #ccc, #eee);}
.ind_pro .cont .mySwiper2 .img img{ position: absolute; margin: auto;top: 0; bottom: 0; left: 0; right: 0; width: 90%; height: 90%;object-fit: cover;}
.ind_pro .cont .mySwiper2 .text{padding: 30px 8%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#fff;transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s;}
.ind_pro .cont .mySwiper2 .text a{ display:block;font-size: 18px; font-weight: bold; max-width: 100%;margin: 0 auto 5px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color:#333; text-align:center;}
.ind_pro .cont .mySwiper2 .text span{display: block;height: 30px; overflow: hidden;line-height: 30px;color: #999;font-size: 16px;white-space: nowrap;text-overflow: ellipsis;margin: 0 auto;padding: 0;}
.ind_pro .cont .mySwiper2 .text span i{display: inline-block;width: 16px;height: 16px;vertical-align: middle; margin: -2px 4px 0 0;padding: 0;background:url(../images/pro_ico.png) center center no-repeat;}
.ind_pro .cont .mySwiper2 .text:after{content: "";width:100%;background:#ebebeb; width:100%; height:3px; position:absolute; bottom:0; left:0;}
.ind_pro .cont .mySwiper2 .swiper-slide:hover .text{ background:#e70112;}
.ind_pro .cont .mySwiper2 .swiper-slide:hover .text a{ color:#fff;}
.ind_pro .cont .mySwiper2 .swiper-slide:hover .text span{ color:rgba(255,255,255,.35);}
.ind_pro .cont .mySwiper2 .swiper-slide:hover .text span i{background:url(../images/pro_ico_on.png) center center no-repeat;}
.ind_pro .cont .swiper2-button-next,.ind_pro .cont .swiper2-button-prev{top: 65%;transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s;}
@media (max-width:2560px) {
	.ind_pro .cont .mySwiper2 .img{ height:480px;}
}
@media (max-width:1920px) {
	.ind_pro .cont .mySwiper2 .img{ height:365px;}
}
@media (max-width:1680px) {
.ind_pro .cont .swiper-button-next{right: -2%;}
.ind_pro .cont .swiper-button-prev{left: -2%;}
}

@media (max-width:1600px) {
}

@media (max-width:1560px) {
}

@media (max-width:1440px) {
	.ind_pro .cont .mySwiper2 .img{ height:320px;}
}

@media (max-width:1366px) {
	.ind_pro .cont .mySwiper2 .img{ height:310px;}
}

@media (max-width:1280px) {
	.ind_pro .cont .mySwiper2 .img{ height:250px;}

}

@media (max-width:1200px) {
	.ind_pro .cont .mySwiper2 .img{ height:270px;}
}

@media (max-width:1080px) {
	.ind_pro .cont .mySwiper2 .img{ height:240px;}
}

@media (max-width:1024px) {
	.ind_pro .cont .mySwiper2 .img{ height:230px;}
}

@media (max-width:920px) {
	.ind_pro .cont .mySwiper2 .img{ height:420px;}
}

@media (max-width:820px) {
	.ind_pro .cont .mySwiper2 .img{ height:380px;}
}

@media (max-width:768px) {
	.ind_pro .cont .mySwiper2 .img{ height:355px;}
	.ind_pro .cont .swiper2-button-next,.ind_pro .cont .swiper2-button-prev{ display:none;}
	.ind_pro .cont .mySwiper2 .text{padding: 10px 8%;}
	.ind_pro .cont .mySwiper2 .text a{ font-size:16px;}
}
@media (max-width:425px) {
	.ind_pro .cont .mySwiper2 .img{ height:400px;}
	.ind_pro .cont{margin: 25px auto;}
	.ind_pro .cont .mySwiper2 .text span{ font-size:15px;}
}
@media (max-width:375px) {
	.ind_pro .cont .mySwiper2 .img{ height:350px;}
}
@media (max-width:320px) {
	.ind_pro .cont .mySwiper2 .img{ height:300px;}
}
/*产品中心 结束*/

/*nyAbout_Part2 开始*/
.ind_ys{ width:100%; margin:0 auto;background:#fafafa;}
.ind_ys .ind_title span{-webkit-text-stroke: 1px #e9e9e9;}
.nyAbout_Part2 { width:100%; height:auto; overflow:hidden; margin:50px auto;}
.nyAbout_Part2 .nyAboutP2_Main { width:100%; height:720px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.nyAboutP2_Main .nyAdv_Tab{width:100%;height:100%;margin:0;padding:0;position:relative;}
.nyAboutP2_Main .nyAdv_cont { width:30%; overflow:hidden; padding:36px; background-color:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.3); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;position:absolute;left:10%;top:35%;z-index:9;transform:translateY(-35%);-moz-transform:translateY(-35%);-ms-transform:translateY(-35%);-o-transform:translateY(-35%);-webkit-transform:translateY(-35%);}
.nyAboutP2_Main .nyAdv_Tab img.ind_bg{display:block; width:100%; height:100%; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.nyAdv_Tab .nyAdv_Title { width:100%; height:50px; overflow:hidden; line-height:30px; color:#fff; font-size:24px; font-weight:bold; margin:0 auto 8px; padding:0; position:relative;}
.nyAdv_Tab .nyAdv_Title:before{content: "";width:100%;background:#e70112; width:28px; height:2px; position:absolute; bottom:0; left:0;}
.nyAdv_Tab .nyAdv_Title:after{content: "";width:100%;background:#fff; width:100%; height:1px; position:absolute; bottom:0; left:0; opacity:.1;}
.nyAdv_Title img { display:block; width:24px; height:24px; margin:3px 10px 3px 0; padding:0; float:left;}
.nyAdv_Tab .nyAdv_Ms { width:100%; min-height:90px;line-height:30px; color:#666; font-size:16px; text-align:justify; margin:20px auto 0;}
.nyAdv_Ms p { line-height:30px; color: rgba(255,255,255,.65); font-size:16px; text-align:justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.nyAdv_Ms::-webkit-scrollbar { width:3px;}/* 滚动槽宽度 */
.nyAdv_Ms::-webkit-scrollbar-track { background-color:#d6d6d6;}
.nyAdv_Ms::-webkit-scrollbar-thumb { background-color:#035fa3;} /* 滚动条滑块默认状态 */
.nyAdv_Ms::-webkit-scrollbar-thumb:window-inactive { background-color:#035fa3;} /* 滚动条滑块点击状态 */

.nyAboutP2_Main .nyAdvantage { width:100%; height:140px; overflow:hidden; margin:0 auto; padding:10px 0; position:absolute; bottom:10%; left:10%;}
.nyAdvantage ul li { width:186px; height:120px; overflow:hidden; margin:10px 6px 0 0; padding:20px; background-color:rgba(255,255,255,0.15); float:left; cursor:pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyAdvantage ul li:hover, .nyAdvantage ul li.nyAdvActive { height:140px; margin:-10px 6px 0 0; padding:30px 20px; background-color:rgba(231,1,18,1);}
.nyAdvantage ul li i { display:block; width:40px; height:40px; overflow:hidden; margin:0 auto 10px; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyAdvantage ul li span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:18px; font-weight:bold; text-align:center; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyAdvantage ul li:hover span, .nyAdvantage ul li.nyAdvActive span { color:#fff;}

@media (max-width:1680px) {
	.nyAbout_Part2 .nyAboutP2_Main{ height:600px;}
	.nyAboutP2_Main .nyAdv_cont{ width:38%;}
}
@media (max-width:1600px) {
	.nyAboutP2_Main .nyAdv_cont{ width:40%;}
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
	.nyAbout_Part2 { margin:60px auto;}
	.nyAboutP2_Main .nyAdv_cont{ top:26%;padding:30px;}
	.nyAdvantage ul li { width:160px;}
}
@media (max-width:1366px) {
	.nyAdvantage ul li { width:150px;}
}
@media (max-width:1280px) {
	.nyAbout_Part2 .nyAboutP2_Main{ height:500px;}
	.nyAboutP2_Main .nyAdv_cont{ width:50%; top:22%;padding:24px;}
	.nyAdvantage ul li { width:144px;}
}
@media (max-width:1200px) {
	.nyAdvantage ul li { width:132px;}
}
@media (max-width:1080px) {
	.nyAbout_Part2 { margin:40px auto;background-size:cover;}
	.nyAboutP2_Main .nyAdv_cont{ width:54%; top:24%;}
	.nyAdv_Tab .nyAdv_Ms { height:108px; line-height:27px; font-size:15px;}
	.nyAdv_Ms p { line-height:27px; font-size:15px;}
	.nyAboutP2_Main .nyAdvantage{ bottom:5%;}
	.nyAdvantage ul li { width:130px; height:100px; padding:19px 10px;}
	.nyAdvantage ul li:hover, .nyAdvantage ul li.nyAdvActive { height:120px; margin:-10px 5px 0 0; padding:24px 10px;}
	.nyAdvantage ul li i { width:32px; height:32px;}
	.nyAdvantage ul li span { height:20px; line-height:20px; font-size:16px;}
}
@media (max-width:1024px) {
	.nyAdvantage ul li { width:100px;}
}
@media (max-width:800px) {
	.nyAboutP2_Main .nyAdv_cont {padding:20px;}
	.nyAdv_Tab .nyAdv_Title { font-size:18px;}
	.nyAdv_Title img { width:20px; height:20px; margin:5px 10px 5px 0;}
	.nyAdv_Tab .nyAdv_Ms { height:96px; line-height:24px; font-size:14px; padding:0 12px 0 0;}
	.nyAdv_Ms p { line-height:24px; font-size:14px;}
	.nyAboutP2_Main .nyAdvantage { height:auto; padding:0;}
	.nyAdvantage ul li { width:120px; height:90px; margin:0 6px 6px 0; padding:14px 10px;}
	.nyAdvantage ul li:hover, .nyAdvantage ul li.nyAdvActive { height:90px; margin:0 6px 6px 0; padding:14px 10px;}
	.nyAdvantage ul li i { width:30px; height:30px;}
	.nyAdvantage ul li span { height:16px; line-height:16px; font-size:14px;}
}
@media (max-width:768px) {
	.nyAbout_Part2 { margin:20px auto;}
	.nyAboutP2_Main .nyAdv_cont{ width:90%;padding:12px; position:inherit; left:0; margin:0 auto;}
	.nyAboutP2_Main .nyAdvantage{ width:90%; left:5%; margin:0 auto;}
	.nyAdvantage ul li { width:32%; margin:0 2% 6px 0;}
	.nyAdvantage ul li:nth-child(3n+3) { margin:0 0 6px;}
	.nyAdvantage ul li:hover, .nyAdvantage ul li.nyAdvActive { margin:0 2% 6px 0;}
	.nyAdvantage ul li:nth-child(3n+3):hover, .nyAdvantage ul li:nth-child(3n+3).nyAdvActive { margin:0 0 6px;}
}
@media (max-width:375px) {

}
@media (max-width:320px) {
	.nyAdv_Tab .nyAdv_Ms{ height:120px;}
}
/*nyAbout_Part2 结束*/

/*新闻中心 开始*/
.ind_news .cont{ margin:50px auto;}
.ind_news .fl{ width:50%;}
.ind_news .fl{ position:relative;}
.ind_news .news_tj_img { width:100%; height:524px; overflow:hidden; margin:0 auto; padding:0;}
.ind_news .news_tj_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.ind_news .news_tj_img a img { display:block; width:100%; height:100%; overflow:hidden; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.news_tj_img:hover a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.ind_news .news_tj_img a i{display:block;width:100%;height:100%;overflow:hidden;margin:0;padding:0;background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgba(204, 0, 15, 1));position:absolute;left:0;top:0;}
.ind_news .news_tj_text {width:100%;height:auto;overflow:hidden;margin:0;padding:30px 5%;position:absolute;bottom:0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ind_news .news_tj_text>a { display:block; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:24px; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0; font-weight:bold; margin-bottom:25px;}
.ind_news .news_tj_text>span { display:block; color:#fff; font-size:18px; margin:0; padding:0; opacity:.65;}
.ind_news .news_tj_text>span i { display: inline-block;width: 14px;height: 14px;vertical-align: middle;margin: -4px 10px 0 0; background: url(../images/time06.png) center center no-repeat;background-size: 14px 14px;}
.ind_news .fr{ width:48%;}
.ind_news .fr ul li{ width:48%; margin-right:4%; float:left; background:#f2f2f2; padding:30px 4%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s;}
.ind_news .fr ul li:nth-child(2n+2){ margin-right:0;}
.ind_news .fr ul li:nth-child(3),.ind_news .fr ul li:nth-child(4){ margin-top:30px;}
.ind_news .fr ul li span { display:block; color:#999; font-size:18px; margin:0; padding:0;}
.ind_news .fr ul li span i{ display: inline-block;width: 14px;height: 14px;vertical-align: middle;margin: -4px 10px 0 0; background: url(../images/time05.png) center center no-repeat;background-size: 14px 14px;}
.ind_news .fr ul li>a{ font-size:18px; color:#333; font-weight:bold; margin:20px 0 35px; min-height:81px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.ind_news .fr ul li:hover{ background:#e70112;}
.ind_news .fr ul li:hover span i{background: url(../images/time06.png) center center no-repeat;background-size: 14px 14px;}
.ind_news .fr ul li:hover span,.ind_news .fr ul li:hover>a,.ind_news .fr ul li:hover .news_more a{ color:#fff;}
.ind_news .fr ul li:hover .news_more a i{background: url(../images/more_ico.png) center center no-repeat; background-size: 6px 12px;}

.ind_news .fr ul li .news_more a{color:#999; font-size:16px;}
.ind_news .fr ul li .news_more a i{display: inline-block;width: 6px;height: 12px;vertical-align: middle;margin: -4px 0 0 10px; background: url(../images/news_more_ico.png) center center no-repeat;background-size: 6px 12px;}
@media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
}
@media (max-width:1200px) {
}
@media (max-width:1080px) {
	.ind_news .fr ul li{ width:100%; margin-bottom:10px; margin-top:0 !important; margin-right:0; padding:13px 4%;}
	.ind_news .fr ul li:nth-child(4){ margin-bottom:0;}
	.ind_news .fr ul li>a{ overflow:hidden; white-space:nowrap;text-overflow:ellipsis; display:block; min-height:inherit; margin:10px 0;}
}
@media (max-width:1024px) {
}
@media (max-width:820px) {
	.ind_news .fl,.ind_news .fr{ width:100%;}
	.ind_news .fr ul li{ margin-top:10px !important; margin-bottom:0;}
}
@media (max-width:768px) {
	.ind_news .news_tj_img{ height:300px;}
}
@media (max-width:425px) {
	.ind_news .cont{ margin:25px auto;}
	.ind_news .news_tj_img{ height:278px;}
	.ind_news .news_tj_text>span,.ind_more span,.ind_news .fr ul li .news_more a{ font-size:14px;}
	.ind_news .news_tj_text>a,.ind_news .fr ul li>a,.ind_news .fr ul li span{ font-size:16px;}
}
@media (max-width:375px) {
	.ind_news .news_tj_img{ height:246px;}
}
@media (max-width:320px) {
	.ind_news .news_tj_img{ height:210px;}
}
/*新闻中心 结束*/

/*解决方案 开始*/
.IProduct { width: 100%; height: 100%; position: relative; }
.IProduct .mySwiper4 { width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.IProduct .mySwiper4 .swiper-slide::after { content: ""; width: 100%; height: 100%; background: rgba(0,0,0,.25); position: absolute; bottom: 0; z-index: 9; }
.IProduct .mySwiper4 .swiper-slide { position: relative; visibility: visible !important; }
.IProduct .mySwiper4 .swiper-slide .IProduct_con { width: 100%; height: 100%; margin: 0 auto; padding: 0 8%; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 99 }
.IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text { width: 35%; height: auto; overflow: hidden; margin: 180px 0 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display:none; }
.IProduct_text .IProduct_tit b { display: block; font-size: 36px; color: #fff; margin-top: -60px; }
.IProduct_text .IProduct_tit span { display: block; color: rgba(255,255,255,0.05); font-size: 72px; font-weight: bold; }
.IProduct_text .IProduct_tit span img { display: inline-block; margin-right: -8px; margin-bottom: 10px; }
.IProduct_text a.IProduct_name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 28px; white-space: nowrap; text-overflow: ellipsis; margin: 30px auto 20px; padding: 0; }
.IProduct_text .IProduct_tit i { display: block; width: 18px; height: 6px; background-color: #fff; margin: 20px 0 35px; }
.IProduct_text p { width: 100%; height: 96px; overflow: hidden; line-height: 34px; color: rgba(255,255,255,.65); font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 0; }
.IProduct_text a.IProduct_btn { display: block; width: 128px; line-height: 38px; font-size: 14px; color: #666; text-align: center; border: 1px solid #717171; margin: 20px 0 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.IProduct_text a.IProduct_btn:hover { color: #fff; background-color: #015cac; border: 1px solid #015cac; }
.IProduct_text .fa_btn a.ly_more { display: block; width: 160px; height: 60px; line-height: 60px; color: #fff; font-size: 16px; text-align: center; background: rgba(255,255,255,0.15); border-radius: 50px; margin-top: 60px; }
.IProduct_text .fa_btn a.ly_more i { display: inline-block; width: 38px; height: 38px; background: url(../images/jt01.png) center center no-repeat; background-size: 100% 100%; vertical-align: middle; margin: -2px 0 0 15px; }
.IProduct_text .fa_btn a.ly_more:hover i { margin: -2px 0 0 20px; }
.IProduct .mySwiper3 { width: 84%; margin: 0; padding: 30px 0 0; position: absolute; bottom: 0; left: 8%; }
.IProduct .mySwiper3 .swiper-slide { text-align: center; margin: 0; padding: 26px 0; position: relative; visibility: visible !important; background: #fff; }
.IProduct .mySwiper3 .swiper-slide:first-child{ border-radius:10px 0 0 0;}
.IProduct .mySwiper3 .swiper-slide:last-child{ border-radius:0 10px 0 0;}
.IProduct .mySwiper3 .swiper-slide .fa_xqh { height: 68px; text-align: center; margin: 0 auto; }
.IProduct .mySwiper3 .swiper-slide:last-child .fa_xqh { border: 0; }
.IProduct .mySwiper3 .swiper-slide a.pIco { display: inline-block; width: 50px; height: 50px; overflow: hidden; margin: 10px auto 0; padding: 0; position: relative; }
.IProduct .mySwiper3 .swiper-slide a.pIco img { display: block; position: absolute; left: 0; top: 0; width: 100%; }
.IProduct .mySwiper3 .swiper-slide a.pName { display: inline-block; overflow: hidden; color: #fff; font-size: 18px; color: #222; text-align: center; margin: 0 auto 10px; padding: 0; font-weight: bold; }
.IProduct .mySwiper3 .swiper-slide:hover, .IProduct .mySwiper3 .swiper-slide-thumb-active { background-color: #e70112; background: url(../images/lyFa_icoBg.png) no-repeat right bottom, linear-gradient(to right, #e70112, #01b4fe); padding: 41px 0; margin-top: -30px; overflow: visible; border-radius: 10px 10px 0 0!important; }
.IProduct .mySwiper3 .swiper-slide:hover a.pName, .IProduct .mySwiper3 .swiper-slide-thumb-active a.pName { color: #fff; }
.IProduct .mySwiper3 .swiper-slide:hover a.pIco img, .IProduct .mySwiper3 .swiper-slide-thumb-active a.pIco img { bottom: -10px; top: inherit; }
@media (max-width:1680px) {
}
 @media (max-width:1600px) {
.IProduct_text .IProduct_tit i { margin: 13px 0 30px; }
.IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text { width: 40%; }
.IProduct .mySwiper3 { left: 6%; width: 88%; }
.IProduct_text .IProduct_tit b { font-size: 44px; margin-top: -80px; }
.IProduct_text .IProduct_tit span { font-size: 80px; }
}
 @media (max-width:1560px) {
.IProduct .mySwiper3 { left: 4%; width: 92%; }
.IProduct_text .IProduct_tit b { font-size: 40px; margin-top: -70px; }
.IProduct_text .IProduct_tit span { font-size: 70px; }
}
 @media (max-width:1440px) {

.IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text { width: 50%; }
.IProduct_text .IProduct_tit b { font-size: 36px; margin-top: -60px; }
.IProduct_text .IProduct_tit span { font-size: 60px; }
.IProduct_text .IProduct_tit i { margin: 12px 0 25px; }
.IProduct_text p { height: 85px; font-size: 15px; line-height: 30px; }
.IProduct .mySwiper3 .swiper-slide a.pName { font-size: 17px; }
.IProduct .mySwiper3 .swiper-slide { padding: 23px 0; }
.IProduct .mySwiper3 .swiper-slide:hover, .IProduct .mySwiper3 .swiper-slide-thumb-active { margin-top: -26px; padding: 36px 0; }
.IProduct .mySwiper3 { left: 0; width: 100%; }
.IProduct_text .fa_btn a.ly_more { font-size: 15px; height: 55px; line-height: 55px; padding: 0; width: 155px; margin-top: 50px; }
.IProduct_text .fa_btn a.ly_more i { width: 34px; height: 34px; }
}
 @media (max-width:1366px) {

}
 @media (max-width:1280px) {
.IProduct_text .fa_btn a.ly_more { font-size: 14px; height: 50px; line-height: 50px; padding: 0; width: 150px; margin-top: 40px; }
.IProduct_text .fa_btn a.ly_more i { width: 32px; height: 32px; }
}
 @media (max-width:1200px) {
.lyNySolution_Ms, .lyNySolution_Main { padding: 50px 0; }
.IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text { margin: 120px 0 0 0; width: 50%; display:block !important; animation-name: none !important;}
.IProduct { height: 680px; }
.IProduct_text .IProduct_tit b { font-size: 30px; margin-top: -40px; }
.IProduct_text .IProduct_tit span { font-size: 50px; }
.IProduct_text .IProduct_tit i { margin: 10px 0 20px; }
.IProduct_text p { height: 85px; font-size: 15px; line-height: 28px; }
.IProduct .mySwiper3 .swiper-slide { padding: 20px 0; }
.IProduct .mySwiper3 .swiper-slide a.pIco { width: 45px; height: 45px; }
.IProduct .mySwiper3 .swiper-slide:hover, .IProduct .mySwiper3 .swiper-slide-thumb-active { margin-top: -20px; padding: 30px 0; }
.IProduct .mySwiper3 .swiper-slide a.pName { font-size: 16px; margin: 0 auto 8px; }
.IProduct_text .fa_btn a.ly_more { font-size: 14px; height: 50px; line-height: 50px; padding: 0; width: 150px; }
.IProduct_text .fa_btn a.ly_more i { width: 32px; height: 32px; }
}
 @media (max-width:1080px) {
}
 @media (max-width:1024px) {
.IProduct { height: 600px; }
.IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text { margin: 90px 0 0 0; width: 50%; }
.IProduct_text .IProduct_tit b { font-size: 24px; margin-top: -40px; }
.IProduct_text .IProduct_tit span { font-size: 40px; }
.IProduct_text p { height: 80px; font-size: 14px; line-height: 26px; }
.IProduct .mySwiper3 .swiper-slide a.pIco { width: 40px; height: 40px; }
.IProduct .mySwiper3 .swiper-slide a.pName { font-size: 15px; margin: 0 auto 6px; }
.IProduct .mySwiper3 .swiper-slide { padding: 18px 0; }
.IProduct .mySwiper3 .swiper-slide:hover, .IProduct .mySwiper3 .swiper-slide-thumb-active { margin-top: -20px; padding: 28px 0; }
}
 @media (max-width:920px) {
.IProduct_text .fa_btn a.ly_more { font-size: 14px; height: 45px; line-height: 45px; padding: 0; width: 140px; margin-top: 30px; }
.IProduct_text .fa_btn a.ly_more i { width: 28px; height: 28px; }
}
 @media (max-width:820px) {
.IProduct { height: 520px; }
.IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text { margin: 70px 0 0 0; width: 100%; }
.IProduct_text .IProduct_tit b { font-size: 20px; margin-top: -35px; }
.IProduct_text .IProduct_tit span { font-size: 35px; }
.IProduct_text .IProduct_tit i { margin: 10px 0 15px; }
.IProduct .mySwiper3 .swiper-slide { padding: 15px 0; }
.IProduct .mySwiper3 .swiper-slide:hover, .IProduct .mySwiper3 .swiper-slide-thumb-active { padding: 25px 0; }
}
 @media (max-width: 767px) {
.IProduct { height: 450px; }
.IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text { margin: 50px 0 0 0; }
.IProduct_text .IProduct_tit b { font-size: 20px; margin-top: -35px; }
.IProduct_text .IProduct_tit span { font-size: 35px; }
.IProduct_text .IProduct_tit i { margin: 10px 0 15px; }
.IProduct_text p { height: 80px; font-size: 14px; line-height: 26px; }
.IProduct .mySwiper3 .swiper-slide a.pIco { width: 40px; height: 40px; }
.IProduct .mySwiper3 .swiper-slide a.pName { font-size: 14px; margin: 0 auto 6px; }
.IProduct .mySwiper3 .swiper-slide { padding: 10px 0; }
.IProduct .mySwiper3 .swiper-slide:hover, .IProduct .mySwiper3 .swiper-slide-thumb-active { margin-top: -20px; padding: 20px 0; }
.IProduct_text .fa_btn a.ly_more { font-size: 14px; height: 45px; line-height: 45px; padding: 0; width: 140px; margin-top: 25px; }
.IProduct_text .fa_btn a.ly_more i { width: 28px; height: 28px; }
}
/*解决方案 结束*/


/* 服务支持 start */
.lyNyService_main { overflow: hidden;  height: 100%; background: url(../images/lyNyService_Bg.png) center center no-repeat; background-size: cover;display:flex;align-items: center;  }
.lyNyService_main .w1600{ margin:100px auto 0;}
.lyNyService_main .nyAboutPart2_main { margin: 0 auto; }
.lyNyService_main .ny_title{ display:none;}
.lyNyService_list{ display:none;}
.lyNyService_list ul { margin: 0 -5px; }
.lyNyService_list ul li { width: 15%; padding: 0 5px; float: left; position: relative; border-radius: 10px; }
.lyNyService_list ul li.cur { width: 55%; }
.lyNyService_list ul li .lyNyService_img { width: 100%; height: 520px; overflow: hidden; position: relative; border-radius: 10px; }
.lyNyService_list ul li .lyNyService_img img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.lyNyService_list ul li .lyNyService_img::after { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.35); position: absolute; left: 0; top: 0; }
.lyNyService_list ul li .lyNyService_con { width: 100%; padding: 30px; position: absolute; left: 0; top: 30px; }
.lyNyService_list ul li.cur .lyNyService_con { padding: 30px 60px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit i { display: block; width: 80px; height: 64px; margin-bottom: 30px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit i img { display: block; width: 100%; height: 100%; }
.lyNyService_list ul li.cur .lyNyService_con .lyNyService_tit i { display: none; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit p { line-height: 30px; color: #fff; font-size: 30px; margin-bottom: 6px; font-weight: bold; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit span { display: block; line-height: 24px; color: rgba(255, 255, 255, 0.25); font-size: 16px; text-transform: uppercase; }
.lyNyService_list ul li .lyNyService_con .lyNyService_txt { display: none; width: 60%; line-height: 30px; color: rgba(255, 255, 255, 0.65); font-size: 16px; margin-top: 20px; }
.lyNyService_list ul li.cur .lyNyService_con .lyNyService_txt { display: block; }
.lyNyService_list ul li .lyNyService_btn a.ly_more { font-size: 0; width: 0; margin-top: 40px; color: transparent; display: block; }
.lyNyService_list ul li .lyNyService_btn a.ly_more i { display: inline-block; width: 38px; height: 38px; background: url(../images/jt31.png) left center no-repeat; background-size: 100% 100%; vertical-align: middle; }
.lyNyService_list ul li.cur .lyNyService_btn a.ly_more { display: block; width: 160px; height: 60px; line-height: 60px; color: #fff; font-size: 16px; text-align: center; background: rgba(255,255,255,.25); border-radius: 50px; margin-top: 60px; }
.lyNyService_list ul li.cur .lyNyService_btn a.ly_more i { background: url(../images/jt01.png) center center no-repeat; margin: -2px 0 0 15px; background-size: 100% 100%; }
.lyNyService_list ul li.cur .lyNyService_btn a.ly_more:hover i { margin: -2px 0 0 20px; }
 @media (max-width:1680px) {
.lyNyService_list ul li .lyNyService_con .lyNyService_tit p { font-size: 28px; }
}
 @media (max-width:1600px) {
.lyNyService_list ul li .lyNyService_img { height: 520px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit p { font-size: 26px; line-height: 28px; margin-bottom: 5px; }
.lyNyService_list ul li.cur .lyNyService_btn a.ly_more { font-size: 15px; height: 55px; line-height: 55px; padding: 0 0 0 8px; width: 155px; margin-top: 55px; }
.lyNyService_list ul li .lyNyService_btn a.ly_more i { width: 35px; height: 35px; }
}
 @media (max-width:1560px) {
.lyNyService_list ul li .lyNyService_con .lyNyService_tit span, .lyNyService_list ul li .lyNyService_con .lyNyService_txt { font-size: 15px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit p { font-size: 24px; line-height: 26px; margin-bottom: 4px; }
}
 @media (max-width:1440px) {
.lyNyService_list ul li.cur .lyNyService_con { padding: 30px 40px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit p { font-size: 22px; line-height: 26px; margin-bottom: 4px; }
.lyNyService_list ul li .lyNyService_img { height: 500px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit span, .lyNyService_list ul li .lyNyService_con .lyNyService_txt { line-height: 24px; font-size: 14px; }
.lyNyService_list ul li.cur .lyNyService_btn a.ly_more { font-size: 15px; height: 50px; line-height: 50px; padding: 0 0 0 7px; width: 155px; margin-top: 50px; }
.lyNyService_list ul li .lyNyService_btn a.ly_more i { width: 32px; height: 32px; }
}
 @media (max-width:1366px) {
.lyNyService_main .w1600{ margin:80px auto 0;}
.lyNyService_list ul li { width: 18%; }
.lyNyService_list ul li.cur { width: 46%; }
.lyNyService_list ul li .lyNyService_img { height: 480px; }
.lyNyService_list ul li.cur .lyNyService_con { padding: 30px 40px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit i { width: 68px; height: 54px; margin-bottom: 20px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit p { line-height: 24px; font-size: 20px; margin-bottom: 4px; }
.lyNyService_list ul li.cur .lyNyService_btn a.ly_more { font-size: 15px; height: 50px; line-height: 50px; padding: 0 0 0 5px; width: 150px; margin-top: 40px; }
.lyNyService_list ul li .lyNyService_btn a.ly_more { margin-top: 30px; }
.lyNyService_list ul li .lyNyService_btn a.ly_more i { width: 30px; height: 30px; }
}
 @media (max-width:1280px) {
.lyNyService_list ul li .lyNyService_con .lyNyService_tit p { line-height: 22px; font-size: 18px; margin-bottom: 4px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_txt { width: 80%; }
}
 @media (max-width:1200px) {
.lyNyService_main .w1600{ margin:0 auto;}
.lyNyService_main .ny_title{ display:block !important;animation-name: none !important;}
.lyNyService_main { height: auto; padding: 50px 0;}
.lyNyService_list{display:block !important;animation-name: none !important;}
.lyNyService_list ul li .lyNyService_img { height: 420px; }
.lyNyService_list ul li .lyNyService_con { padding: 20px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit i { width: 60px; height: 48px; margin-bottom: 20px; }
.lyNyService_list ul li.cur .lyNyService_con { padding: 20px 30px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_txt { width: 100%; }
.lyNyService_list ul li.cur .lyNyService_btn a.ly_more { font-size: 14px; height: 50px; line-height: 50px; width: 140px; margin-top: 40px; }
.lyNyService_list ul li .lyNyService_btn a.ly_more { margin-top: 30px; }
.lyNyService_list ul li .lyNyService_btn a.ly_more i { width: 28px; height: 28px; }
.lyNyService_list ul li.cur .lyNyService_btn a.ly_more i { margin: -2px 0 0 10px; }
.lyNyService_list ul li.cur .lyNyService_btn a.ly_more:hover i { margin: -2px 0 0 15px; }
}
 @media (max-width:1080px) {
}
 @media (max-width:1024px) {
.lyNyService_main { padding: 40px 0; }
.lyNyService_list ul li .lyNyService_img { height: 400px; }
}
 @media (max-width:920px) {
.lyNyService_list ul li { width: 18%; }
.lyNyService_list ul li.cur { width: 46%; }
.lyNyService_list ul li .lyNyService_img { height: 400px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit i { width: 50px; height: 40px; margin-bottom: 10px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit p { line-height: 20px; font-size: 16px; margin-bottom: 4px; }
.lyNyService_list ul li.cur .lyNyService_btn a.ly_more { font-size: 14px; height: 45px; line-height: 45px; width: 130px; margin-top: 30px; }
.lyNyService_list ul li .lyNyService_btn a.ly_more { margin-top: 25px; }
.lyNyService_list ul li .lyNyService_btn a.ly_more i { width: 26px; height: 26px; }
}
 @media (max-width:820px) {
.lyNyService_main { padding: 30px 0; height: auto; }
.lyNyService_list ul { margin: 0; }
.lyNyService_list ul li { width: 100%; padding: 0; margin: 10px auto 0; float: none; }
.lyNyService_list ul li:first-child { margin: 0 auto; }
.lyNyService_list ul li.cur { width: 100%; }
.lyNyService_list ul li .lyNyService_img { height: 140px; }
.lyNyService_list ul li.cur .lyNyService_img { height: 240px; }
.lyNyService_list ul li .lyNyService_con { padding: 15px 20px; top: 15px; }
.lyNyService_list ul li.cur .lyNyService_con { padding: 20px 30px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_txt { margin-top: 15px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit p { font-size: 15px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit span, .lyNyService_list ul li .lyNyService_con .lyNyService_txt { line-height: 20px; font-size: 13px; }
.lyNyService_list ul li .lyNyService_btn a.ly_more { margin-top: 15px; }
.lyNyService_list ul li.cur .lyNyService_btn a.ly_more { margin-top: 25px; }
}
 @media (max-width:767px) {
.lyNyService_main { padding: 20px 0; height: auto; }
.lyNyService_list ul { margin: 0; }
.lyNyService_list ul li { width: 100%; padding: 0; margin: 10px auto 0; float: none; }
.lyNyService_list ul li:first-child { margin: 0 auto; }
.lyNyService_list ul li.cur { width: 100%; }
.lyNyService_list ul li .lyNyService_img { height: 140px; }
.lyNyService_list ul li.cur .lyNyService_img { height: 240px; }
.lyNyService_list ul li .lyNyService_con { padding: 12px; top: 10px; }
.lyNyService_list ul li.cur .lyNyService_con { padding: 20px; }
.lyNyService_list ul li .lyNyService_con .lyNyService_tit span, .lyNyService_list ul li .lyNyService_con .lyNyService_txt { line-height: 20px; font-size: 12px; }
.lyNyService_list ul li.cur .lyNyService_btn a.ly_more { font-size: 13px; height: 40px; line-height: 40px; width: 120px; margin-top: 20px; }
.lyNyService_list ul li .lyNyService_btn a.ly_more { margin-top: 15px; }
.lyNyService_list ul li .lyNyService_btn a.ly_more i { width: 24px; height: 24px; }
}
 @media (max-width:320px) {
}
/* 服务支持 end */

/*新闻中心 开始*/
.lyIdx_News { width: 100%; background: url(../images/lyNews_bg.png) no-repeat center center; background-size: cover; display:flex;align-items: center; height: 100%; overflow: hidden; }
.lyIdx_News .w1600 { position: relative; margin:100px auto 0; }
.lyIdx_News .ny_title{ display:none;}
.InforTab { width: auto; height: auto; margin: -100px 0 0; padding: 0 160px 0 0; float: right; display:none; }
.InforTab ul li { width: auto; height: 40px; line-height: 40px; color: #fff; font-size: 18px; padding: 0; float: left; position: relative; cursor: pointer; margin-right: 50px; }
.InforTab ul li:hover, .InforTab ul li.InfActive { color:#e70112; }
.InforTab ul li em { display: block; width: 100%; height: 1px; overflow: hidden; margin: 0; padding: 0; position: absolute; bottom: 0; left: 0; opacity: 0; background-color: #e70112; background: linear-gradient(to right, #e70112, #01b4fe); }
.InforTab ul li:hover em, .InforTab ul li.InfActive em { opacity: 1; }
.lyIdxInfor_More { position: absolute; top: 0; right: 0; display:none; }
.lyIdxInfor_More a.ly_more { display: block; width: 160px; height: 60px; line-height: 60px; color: #fff; font-size: 16px; text-align: center; background: rgba(255,255,255,0.15); border-radius: 50px; padding: 0 0 0 10px; }
.lyIdxInfor_More a.ly_more i { display: inline-block; width: 38px; height: 38px; background: url(../images/jt01.png) center center no-repeat; background-size: 100% 100%; vertical-align: middle; margin: -2px 0 0 15px; }
.lyIdxInfor_More a.ly_more:hover i { margin: -2px 0 0 20px; }
.lyIdxInfor_Con .lyIdxNews_l { width: 30%; float: left; position: relative; border-radius: 10px; overflow: hidden; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjimg { width: 100%; height: 300px; position: relative; border-radius: 10px 10px 0 0; overflow: hidden; display:none; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjimg img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; object-fit: cover; border-radius: 10px 10px 0 0; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext { width: 100%; padding: 20px 30px; background: #ededee; border-radius: 0 0 10px 10px; height: 207px; display:none; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNewsl_Top { width: 100%; height: 24px; line-height: 24px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNewsl_Top span { display: block; height: 24px; line-height: 24px; font-size: 14px; margin: 2px 30px 2px 0; padding: 0 12px; float: left; border-radius: 50px; border: 1px solid rgba(0,88,194,0.2); width: 85px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNewsl_Top span svg { display: block; width: 100%; margin-top: 3px; height:21px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNewsl_Top .lyIdxNews_Tjtime { max-width: 50%; float: right; font-size: 14px; color: #999; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNewsl_Top .lyIdxNews_Tjtime img { display: inline-block; margin: -4px 8px 0 0; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNews_TjName { color: #222; font-size: 18px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 64px; line-height: 32px; width: 100%; font-weight: bold; margin: 20px 0 30px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNews_TjName a { display: block; color: #222; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext a.lyIdxNews_TjBtn { display: block; font-size: 16px; color: #999; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext a.lyIdxNews_TjBtn i { width: 28px; height: 28px; background: #e2e6ea; display: inline-block; border-radius: 50px; margin: 0 0 -8px 8px; position: relative; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext a.lyIdxNews_TjBtn i img { display: block; max-height: 100%; max-width: 100%; margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.lyIdxInfor_Con .lyIdxNews_l:hover .lyIdxNews_Tjtext a.lyIdxNews_TjBtn i { margin: 0 0 -8px 15px; }
.lyIdxInfor_Con .lyIdxNews_l:hover .lyIdxNews_Tjtext .lyIdxNews_TjName a { color: #e70112; text-decoration: underline; }
.lyIdxInfor_Con .lyIdxNews_l:hover .lyIdxNews_Tjimg img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyIdxInfor_Con .lyIdxNews_l .swiper-container .swiper-pagination { width: auto; height: 8px; margin: 0 5px; top: 260px; left: inherit; right: 20px; }
.lyIdxInfor_Con .lyIdxNews_l .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 8px; height: 8px; border-radius: 50%; background: #fff; opacity: 0.45; }
.lyIdxInfor_Con .lyIdxNews_l .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity: 1; }
.lyIdxInfor_Con .lyIdxNews_r { width: 67%; float: right; display:none; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot { width: 40%; float: left; background: #ececed; border-radius: 10px; overflow: hidden; min-height: 507px; padding: 70px 30px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNewsHot_Top { width: 100%; height: 24px; line-height: 24px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNewsHot_Top span { display: block; height: 24px; line-height: 24px; font-size: 14px; margin: 2px 30px 2px 0; padding: 0 12px; float: left; border-radius: 50px; border: 1px solid rgba(0,88,194,0.2); width: 85px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNewsHot_Top span svg { display: block; width: 100%; margin-top: 3px; height:21px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNewsHot_Top .lyIdxNewsHot_time { max-width: 50%; float: right; font-size: 14px; color: #999; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNewsHot_Top .lyIdxNewsHot_time img { display: inline-block; margin: -4px 8px 0 0; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNews_HotName { color: #222; font-size: 18px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 64px; line-height: 32px; width: 100%; font-weight: bold; margin: 20px 0 30px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNews_HotName a { display: block; color: #222; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot p { font-size: 16px; color: #999; line-height: 30px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 90px; margin-bottom: 70px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot a.lyIdxNews_HotBtn { display: block; font-size: 16px; color: #999; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot a.lyIdxNews_HotBtn i { width: 28px; height: 28px; background: #e2e6ea; display: inline-block; border-radius: 50px; margin: 0 0 -8px 8px; position: relative; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot a.lyIdxNews_HotBtn i img { display: block; max-height: 100%; max-width: 100%; margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot:hover a.lyIdxNews_HotBtn i { margin: 0 0 -8px 15px; }
.lyIdxInfor_Con .lyIdxNews_hot:hover .lyIdxNews_HotName a { color: #e70112; text-decoration: underline; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list { width: 55.5%; float: right; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li { width: 100%; padding: 30px; background: #ececec; margin-bottom: 30px; border-radius: 10px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li .lyIdxNews_Name { width: 100%; height: 30px; line-height: 30px; margin-bottom: 11px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li .lyIdxNews_Name a { display: block; width: calc(100% - 140px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float: left; font-size: 18px; color: #222; font-weight: bold; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li .lyIdxNews_Name span { width: 110px; font-size: 14px; color: #999; float: right; background: url(../images/time01.png) no-repeat left 8px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 20px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li p { font-size: 16px; color: #999; line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 48px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li:hover { background-color: #e70112; background: url(../images/lyFa_icoBg.png) no-repeat right bottom, linear-gradient(to right, #e70112, #01b4fe); }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li:hover .lyIdxNews_Name a { color: #fff; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li:hover p { color: rgba(255,255,255,.45); }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li:hover .lyIdxNews_Name span { background: url(../images/time07.png) no-repeat left 8px; color: rgba(255,255,255,.65); }
@media (max-width:1680px) {
.InforTab { margin: -95px 0 0; }
}
 @media (max-width:1600px) {
.lyIdxInfor_More a.ly_more { font-size: 15px; height: 55px; line-height: 55px; padding: 0 0 0 8px; width: 155px; }
.lyIdxInfor_More a.ly_more i { width: 35px; height: 35px; }
.InforTab { margin: -90px 0 0; }
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {

.InforTab { margin: -85px 0 0; }
.lyIdxInfor_More a.ly_more { font-size: 15px; height: 52px; line-height: 52px; width: 155px; }
.lyIdxInfor_More a.ly_more i { width: 32px; height: 32px; }
}
 @media (max-width:1366px) {
.lyIdx_News .w1600 { margin:80px auto 0;}	 
.InforTab { margin: -80px 0 0; padding: 0 150px 0 0; }
.InforTab ul li { font-size: 15px; margin-right: 40px; }
.lyIdxInfor_More { top: 2px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjimg { height: 260px; }
.lyIdxInfor_Con .lyIdxNews_l .swiper-container .swiper-pagination { top: 230px; right: 10px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext { padding: 30px 20px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNews_TjName { font-size: 16px; line-height: 28px; height: 56px; margin: 15px 0 25px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext a.lyIdxNews_TjBtn { font-size: 15px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot { min-height: 466px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNews_HotName { font-size: 16px; line-height: 28px; height: 56px; margin: 15px 0 25px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot p { font-size: 15px; line-height: 28px; margin-bottom: 50px; height: 85px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot a.lyIdxNews_HotBtn { font-size: 15px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot a.lyIdxNews_HotBtn i { width: 26px; height: 26px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li { padding: 25px 20px; margin-bottom: 25px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li .lyIdxNews_Name a { font-size: 16px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li p { font-size: 15px; }
.lyIdxInfor_More a.ly_more { font-size: 14px; height: 50px; line-height: 50px; padding: 0 0 0 5px; width: 150px; }
.lyIdxInfor_More a.ly_more i { width: 30px; height: 30px; }
}
 @media (max-width:1280px) {
.lyIdxInfor_Con .lyIdxNews_r { width: 68%; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list { width: 57.5%; }
}
 @media (max-width:1200px) {
.lyIdx_News { padding: 50px 0; height: auto; }
.lyIdx_News .ny_title,.InforTab,.lyIdxInfor_More{ display:block !important;animation-name: none !important;}
.lyIdx_News .w1600 { margin:0 auto;}
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjimg { height: 240px;display:block !important;animation-name: none !important; }
.lyIdxInfor_Con .lyIdxNews_l .swiper-container .swiper-pagination { top: 210px; right: 10px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext { padding: 18px 20px; height: 171px;display:block !important;animation-name: none !important; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNews_TjName { font-size: 15px; line-height: 26px; height: 52px; margin: 15px 0 25px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNewsl_Top .lyIdxNews_Tjtime { font-size: 13px; margin-top: 5px; }
.lyIdxInfor_Con .lyIdxNews_r{ display:block !important;animation-name: none !important;}
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot { padding: 60px 20px; min-height: 411px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNewsHot_Top span { font-size: 13px; margin: 2px 20px 2px 0; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNewsHot_Top span svg { margin-left: 3px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li .lyIdxNews_Name span { font-size: 13px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNews_HotName { font-size: 15px; line-height: 26px; height: 52px; margin: 15px 0; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNewsHot_Top .lyIdxNewsHot_time { font-size: 13px; margin-top: 5px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot p { font-size: 14px; line-height: 26px; margin-bottom: 50px; height: 75px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot a.lyIdxNews_HotBtn { font-size: 14px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot a.lyIdxNews_HotBtn i { width: 24px; height: 24px; margin: 0 0 -8px 10px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot:hover a.lyIdxNews_HotBtn i { margin: 0 0 -8px 12px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li { padding: 20px 15px; margin-bottom: 15px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li .lyIdxNews_Name { margin-bottom: 5px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li .lyIdxNews_Name span { width: 100px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li .lyIdxNews_Name a { font-size: 15px; width: calc(100% - 120px); }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li p { font-size: 14px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext a.lyIdxNews_TjBtn { font-size: 14px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext a.lyIdxNews_TjBtn i { width: 24px; height: 24px; margin: 0 0 -8px 10px; }
.lyIdxInfor_Con .lyIdxNews_l:hover .lyIdxNews_Tjtext a.lyIdxNews_TjBtn i { margin: 0 0 -8px 12px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li { padding: 22px 20px; margin-bottom: 15px; }
.lyIdxInfor_More a.ly_more { font-size: 14px; height: 50px; line-height: 50px; padding: 0 0 0 5px; width: 140px; }
.lyIdxInfor_More a.ly_more i { width: 28px; height: 28px; }
}
 @media (max-width:1080px) {
}
 @media (max-width:1024px) {
.lyIdx_News { padding: 40px 0; }
.InforTab { margin: -75px 0 0; padding: 0 150px 0 0; }
.InforTab ul li { font-size: 15px; margin-right: 40px; }
.lyIdxInfor_More { top: 3px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjimg { height: 220px; }
.lyIdxInfor_Con .lyIdxNews_l .swiper-container .swiper-pagination { top: 190px; right: 10px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext { padding: 20px 15px; height: 180px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot { padding: 50px 15px; min-height: 399px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li { padding: 20px 15px; }
}
 @media (max-width:920px) {
.lyIdxInfor_More a.ly_more { font-size: 14px; height: 45px; line-height: 45px; width: 130px; }
.lyIdxInfor_More a.ly_more i { width: 26px; height: 26px; }
.InforTab { margin: -78px 0 0; }
.lyIdxInfor_Con .lyIdxNews_l { width: 100%; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjimg { height: 200px; }
.lyIdxInfor_Con .lyIdxNews_l .swiper-container .swiper-pagination { top: 165px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext { padding: 15px; height: auto; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNews_TjName { font-size: 14px; line-height: 24px; max-height: 48px; height: auto; margin: 10px 0 15px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext a.lyIdxNews_TjBtn { font-size: 14px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext a.lyIdxNews_TjBtn i { width: 24px; height: 24px; margin: 0 0 -8px 8px; }
.lyIdxInfor_Con .lyIdxNews_l:hover .lyIdxNews_Tjtext a.lyIdxNews_TjBtn i { margin: 0 0 -8px 12px; }
.lyIdxInfor_Con .lyIdxNews_r { width: 100%; margin-top: 20px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot { padding: 40px 20px; min-height: 354px; width: 42%; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNews_HotName { font-size: 14px; line-height: 24px; height: 48px; margin: 15px 0; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot p { font-size: 13px; line-height: 24px; margin-bottom: 50px; height: 70px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot .lyIdxNewsHot_Top .lyIdxNewsHot_time { font-size: 13px; margin-top: 5px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot a.lyIdxNews_HotBtn { font-size: 13px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot a.lyIdxNews_HotBtn i { width: 22px; height: 22px; margin: 0 0 -8px 8px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot:hover a.lyIdxNews_HotBtn i { margin: 0 0 -8px 12px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list { width: 55.5%; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li { padding: 15px; margin-bottom: 10px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li p { font-size: 13px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li .lyIdxNews_Name { margin-bottom: 3px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list ul li .lyIdxNews_Name a { font-size: 14px; }
}
 @media (max-width:820px) {
.lyIdx_News { padding: 30px 0; }
.InforTab { margin: -63px 0 0; padding: 0 130px 0 0; }
.InforTab ul li { font-size: 14px; margin-right: 35px; }
.lyIdxInfor_More { top: 5px; }
}
 @media (max-width:767px) {
.lyIdx_News { padding: 20px 0; }
.InforTab { margin: -10px 0 20px; float: left; padding: 0; }
.InforTab ul li { font-size: 15px; margin-right: 35px; }
.lyIdxInfor_More { top: 52px; }
.lyIdxInfor_More a.ly_more { width: 125px; height: 40px; line-height: 40px; font-size: 13px; padding: 0 0 0 5px; }
.lyIdxInfor_More a.ly_more i { width: 24px; height: 24px; margin: -2px 0 0 10px; }
.lyIdxInfor_More a.ly_more:hover i { margin: -2px 0 0 15px; }
.lyIdxInfor_Con .lyIdxNews_l { width: 100%; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjimg { height: 180px; }
.lyIdxInfor_Con .lyIdxNews_l .swiper-container .swiper-pagination { top: 150px; right: 10px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNewsl_Top span { font-size: 13px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext .lyIdxNewsl_Top span svg { margin-left: 3px; }
.lyIdxInfor_Con .lyIdxNews_l .lyIdxNews_Tjtext a.lyIdxNews_TjBtn i { width: 22px; height: 22px; margin: 0 0 -6px 8px; }
.lyIdxInfor_Con .lyIdxNews_l:hover .lyIdxNews_Tjtext a.lyIdxNews_TjBtn i { margin: 0 0 -6px 12px; }
.lyIdxInfor_Con .lyIdxNews_r { width: 100%; margin-top: 10px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot { width: 100%; padding: 15px; min-height: auto; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_hot p { margin-bottom: 20px; }
.lyIdxInfor_Con .lyIdxNews_r .lyIdxNews_list { width: 100%; margin-top: 10px; }
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
.InforTab ul li { font-size: 13px; margin-right: 25px; }
.lyIdxInfor_More { top: 55px; }
.lyIdxInfor_More a.ly_more { width: 120px; }
}
 @media (max-width:280px) {
}
/*新闻中心 结束*/

/*关于我们 开始*/
.lyIdx_About { width: 100%; background: url(../images/lyAbout_bg.png) no-repeat center center; background-size: cover; overflow: hidden; height: 100%;display:flex;align-items: center;  }
.lyIdx_About .w1600{ margin:100px auto 0;}
.lyIdx_About .lyIdxAbout_l { width: 45%; float: left; padding: 50px 0 0; display:none; }
.lyIdxAbout_l .lyIdxAbout_ms { font-size: 30px; color: #555; }
.lyIdxAbout_l .lyIdxAbout_con { width: 100%; margin: 70px 0; color: #777!important; font-size: 16px!important; line-height: 34px!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif !important; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 200px; }
.lyIdxAbout_l .lyIdxAbout_con p, .lyIdxAbout_l .lyIdxAbout_con span { color: #777!important; font-size: 16px !important; line-height: 34px!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif !important; }
.lyIdxAbout_l .lyIdxAbout_data { width: 100%; position: relative; }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_line { width: calc(100% - 395px); height: 1px; background: #e2e2e2; display: block; float: left; margin: 25px 0 0; }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_r { width: 380px; float: right; }
.lyIdxAbout_l .lyIdxAbout_data i { display: block; float: right; margin: -15px 40px 0 0; color: #e2e2e2; font-size: 54px; }
.lyIdxAbout_l .lyIdxAbout_data span { display: block; font-size: 60px; float: right; font-weight: bold; max-width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyIdxAbout_l .lyIdxAbout_data span svg { width: 100%; display: block; height: 80px; }
.lyIdxAbout_r { width: 45%; float: right; position: relative; display:none;}
.lyIdxAbout_r .lyIdxAbout_Img { width: 100%; height: 650px; position: relative; }
.lyIdxAbout_r .lyIdxAbout_Img img { display: block; max-width: 100%; max-height: 100%; }
.lyIdxAbout_r .lyIdxAbout_btn { position: absolute; left: 40px; bottom: 50px; width: 140px; height: 140px; text-align: center; font-size: 16px; color: #fff; padding-top: 32px; background-color: #e70112; background: linear-gradient(to right, #e70112, #01b4fe); border-radius: 50%; }
.lyIdxAbout_r .lyIdxAbout_btn i { display: block; width: 40px; height: 38px; margin: 0 auto 8px; background: url(../images/lyAbout_Ico.png) no-repeat center center; background-size: 100% 100%; }
.lyIdxAbout_r .lyIdxAbout_btn:before, .lyIdxAbout_r .lyIdxAbout_btn:after { content: ""; width: 160px; height: 160px; display: block; border-radius: 50%; position: absolute; left: 50%; top: 50%; border: 1px solid rgba(0,88,196,.5); opacity: 0; -webkit-animation: prop 1.5s linear infinite; -o-animation: prop 1.5s linear infinite; animation: prop 1.5s linear infinite; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.lyIdxAbout_r .lyIdxAbout_btn:before { width: 185px; height: 185px; }
@keyframes prop { from {
 -webkit-transform: translate(-50%, -50%) scale(1);
 -moz-transform: translate(-50%, -50%) scale(1);
 -o-transform: translate(-50%, -50%) scale(1);
 -ms-transform: translate(-50%, -50%) scale(1);
 transform: translate(-50%, -50%) scale(1);
 opacity: 1;
}
to { -webkit-transform: translate(-50%, -50%) scale(1.2); -moz-transform: translate(-50%, -50%) scale(1.2); -o-transform: translate(-50%, -50%) scale(1.2); -ms-transform: translate(-50%, -50%) scale(1.2); transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}
@media (max-width:1680px) {
}
 @media (max-width:1600px) {
.lyIdxAbout_l .lyIdxAbout_ms { font-size: 28px; margin-top: -35px; }
.lyIdxAbout_l .lyIdxAbout_con { margin: 60px 0; }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_line { width: calc(100% - 330px); }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_r { width: 320px; }
.lyIdxAbout_l .lyIdxAbout_data i { font-size: 48px; margin: -6px 20px 0 0; }
.lyIdxAbout_l .lyIdxAbout_data span { font-size: 54px; max-width: 140px; }
.lyIdxAbout_r .lyIdxAbout_Img { height: 620px; margin-top: 15px; }
.lyIdxAbout_r .lyIdxAbout_btn { left: 30px; padding-top: 28px; font-size: 15px; width: 132px; height: 132px; }
.lyIdxAbout_r .lyIdxAbout_btn:before, .lyIdxAbout_r .lyIdxAbout_btn:after { width: 150px; height: 150px; }
.lyIdxAbout_r .lyIdxAbout_btn:before { width: 170px; height: 170px; }
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
.lyIdxAbout_l .lyIdxAbout_ms { font-size: 26px; margin-top: -30px; }
.lyIdxAbout_l .lyIdxAbout_con { margin: 50px 0; font-size: 15px!important; line-height: 30px!important; height: 190px; }
.lyIdxAbout_l .lyIdxAbout_con p, .lyIdxAbout_l .lyIdxAbout_con span { font-size: 15px !important; line-height: 30px!important; }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_line { width: calc(100% - 300px); }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_r { width: 300px; }
.lyIdxAbout_l .lyIdxAbout_data i { font-size: 44px; margin: -6px 20px 0 0; }
.lyIdxAbout_l .lyIdxAbout_data span { font-size: 48px; max-width: 120px; }
.lyIdxAbout_l .lyIdxAbout_data span svg { height: 75px; }
.lyIdxAbout_r .lyIdxAbout_Img { height: 580px; margin-top: 15px; }
.lyIdxAbout_r .lyIdxAbout_btn { left: 30px; padding-top: 28px; font-size: 15px; width: 125px; height: 125px; }
.lyIdxAbout_r .lyIdxAbout_btn i { width: 36px; height: 34px; }
.lyIdxAbout_r .lyIdxAbout_btn:before, .lyIdxAbout_r .lyIdxAbout_btn:after { width: 140px; height: 140px; }
.lyIdxAbout_r .lyIdxAbout_btn:before { width: 160px; height: 160px; }
}
 @media (max-width:1366px) {
.lyIdx_About .w1600{ margin:80px auto 0;}
.lyIdx_About .lyIdxAbout_l { padding: 40px 0 0; }
.lyIdxAbout_l .lyIdxAbout_ms { font-size: 24px; margin-top: -25px; }
.lyIdxAbout_l .lyIdxAbout_con { margin: 40px 0; font-size: 14px!important; line-height: 28px!important; height: 170px; }
.lyIdxAbout_l .lyIdxAbout_con p, .lyIdxAbout_l .lyIdxAbout_con span { font-size: 14px !important; line-height: 28px!important; }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_line { width: calc(100% - 260px); margin: 27px 0 0; }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_r { width: 260px; }
.lyIdxAbout_l .lyIdxAbout_data i { font-size: 36px; margin: -1px 20px 0 0; }
.lyIdxAbout_l .lyIdxAbout_data span { font-size: 40px; max-width: 100px; }
.lyIdxAbout_l .lyIdxAbout_data span svg { height: 70px; }
.lyIdxAbout_r .lyIdxAbout_Img { height: 550px; margin-top: 15px; }
.lyIdxAbout_r .lyIdxAbout_btn { left: 30px; padding-top: 28px; font-size: 14px; width: 120px; height: 120px; bottom: 40px; }
.lyIdxAbout_r .lyIdxAbout_btn i { width: 34px; height: 32px; }
.lyIdxAbout_r .lyIdxAbout_btn:before, .lyIdxAbout_r .lyIdxAbout_btn:after { width: 130px; height: 130px; }
.lyIdxAbout_r .lyIdxAbout_btn:before { width: 150px; height: 150px; }
}
 @media (max-width:1280px) {
}
 @media (max-width:1200px) {
.lyIdx_About { padding: 50px 0; height: auto; }
.lyIdx_About .w1600{ margin:0 auto;}
.lyIdx_About .lyIdxAbout_l { padding: 30px 0 0; display:block !important;animation-name: none !important; }
.lyIdxAbout_l .lyIdxAbout_ms { font-size: 22px; margin-top: -25px; }
.lyIdxAbout_l .lyIdxAbout_con { margin: 30px 0; font-size: 14px!important; line-height: 28px!important; height: 170px; }
.lyIdxAbout_l .lyIdxAbout_con p, .lyIdxAbout_l .lyIdxAbout_con span { font-size: 14px !important; line-height: 28px!important; }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_line { width: calc(100% - 220px); margin: 27px 0 0; }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_r { width: 220px; }
.lyIdxAbout_l .lyIdxAbout_data i { font-size: 30px; margin: 7px 15px 0 0; }
.lyIdxAbout_l .lyIdxAbout_data span { font-size: 32px; max-width: 90px; }
.lyIdxAbout_l .lyIdxAbout_data span svg { height: 65px; }
.lyIdxAbout_r .lyIdxAbout_Img { height: 480px; margin-top: 15px; }
.lyIdxAbout_r .lyIdxAbout_btn { left: 30px; padding-top: 24px; font-size: 14px; width: 110px; height: 110px; bottom: 30px; }
.lyIdxAbout_r .lyIdxAbout_btn i { width: 32px; height: 30px; }
.lyIdxAbout_r .lyIdxAbout_btn:before, .lyIdxAbout_r .lyIdxAbout_btn:after { width: 120px; height: 120px; }
.lyIdxAbout_r .lyIdxAbout_btn:before { width: 140px; height: 140px; }
.lyIdxAbout_r{display:block !important;animation-name: none !important;}
}
 @media (max-width:1080px) {
}
 @media (max-width:1024px) {
.lyIdx_About { padding: 40px 0; }
.lyIdx_About .lyIdxAbout_l { padding: 20px 0 0; }
.lyIdxAbout_l .lyIdxAbout_ms { font-size: 18px; margin-top: -15px; }
.lyIdxAbout_l .lyIdxAbout_con { margin: 30px 0; font-size: 14px!important; line-height: 26px!important; height: 150px; }
.lyIdxAbout_l .lyIdxAbout_con p, .lyIdxAbout_l .lyIdxAbout_con span { font-size: 14px !important; line-height: 26px!important; }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_line { width: calc(100% - 200px); margin: 22px 0 0; }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_r { width: 180px; }
.lyIdxAbout_l .lyIdxAbout_data i { font-size: 24px; margin: 7px 15px 0 0; }
.lyIdxAbout_l .lyIdxAbout_data span { font-size: 28px; max-width: 80px; }
.lyIdxAbout_l .lyIdxAbout_data span svg { height: 60px; }
.lyIdxAbout_r .lyIdxAbout_Img { height: 400px; margin-top: 15px; }
.lyIdxAbout_r .lyIdxAbout_btn { left: 20px; padding-top: 20px; font-size: 13px; width: 100px; height: 100px; bottom: 30px; }
.lyIdxAbout_r .lyIdxAbout_btn i { width: 30px; height: 28px; margin: 0 auto 5px; }
.lyIdxAbout_r .lyIdxAbout_btn:before, .lyIdxAbout_r .lyIdxAbout_btn:after { width: 115px; height: 115px; }
.lyIdxAbout_r .lyIdxAbout_btn:before { width: 130px; height: 130px; }
}
 @media (max-width:920px) {
.lyIdxAbout_l .lyIdxAbout_ms { font-size: 16px; }
.lyIdxAbout_r .lyIdxAbout_btn i { width: 28px; height: 26px; }
}
 @media (max-width:820px) {
.lyIdx_About { padding: 30px 0; }
.lyIdx_About .lyIdxAbout_l { padding: 10px 0 0; }
.lyIdxAbout_l .lyIdxAbout_con { margin: 20px 0; }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_line { width: calc(100% - 170px); margin: 20px 0 0; }
.lyIdxAbout_l .lyIdxAbout_data .lyIdxAboutD_r { width: 150px; }
.lyIdxAbout_l .lyIdxAbout_data i { font-size: 20px; margin: 6px 15px 0 0; }
.lyIdxAbout_l .lyIdxAbout_data span { font-size: 24px; max-width: 70px; }
.lyIdxAbout_l .lyIdxAbout_data span svg { height: 50px; }
.lyIdxAbout_l .lyIdxAbout_ms { font-size: 15px; margin-top: -10px; }
.lyIdxAbout_r .lyIdxAbout_Img { height: 360px; }
.lyIdxAbout_r .lyIdxAbout_btn { left: 20px; padding-top: 20px; font-size: 13px; width: 90px; height: 90px; bottom: 30px; }
.lyIdxAbout_r .lyIdxAbout_btn i { width: 26px; height: 24px; margin: 0 auto 5px; }
.lyIdxAbout_r .lyIdxAbout_btn:before, .lyIdxAbout_r .lyIdxAbout_btn:after { width: 100px; height: 100px; }
.lyIdxAbout_r .lyIdxAbout_btn:before { width: 115px; height: 115px; }
}
 @media (max-width:767px) {
.lyIdx_About { padding: 20px 0; }
.lyIdx_About .lyIdxAbout_l { width: 100%; padding: 0; }
.lyIdxAbout_l .lyIdxAbout_ms { font-size: 15px; margin-top: -10px; }
.lyIdxAbout_r { width: 100%; }
.lyIdxAbout_r .lyIdxAbout_Img { height: 400px; margin-top: 10px; text-align: center; }
.lyIdxAbout_r .lyIdxAbout_Img img { display: inline-block; }
.lyIdxAbout_r .lyIdxAbout_btn { left: 150px; padding-top: 20px; font-size: 13px; width: 90px; height: 90px; bottom: 40px; }
.lyIdxAbout_r .lyIdxAbout_btn i { width: 26px; height: 24px; margin: 0 auto 5px; }
.lyIdxAbout_r .lyIdxAbout_btn:before, .lyIdxAbout_r .lyIdxAbout_btn:after { width: 100px; height: 100px; }
.lyIdxAbout_r .lyIdxAbout_btn:before { width: 115px; height: 115px; }
}
@media (max-width:700px) {
.lyIdxAbout_r .lyIdxAbout_btn { left: 120px; }
}
@media (max-width:650px) {
.lyIdxAbout_r .lyIdxAbout_btn { left: 80px; }
}
@media (max-width:600px) {
.lyIdxAbout_r .lyIdxAbout_btn { left: 60px; bottom: 35px; }
}
@media (max-width:520px) {
.lyIdxAbout_r .lyIdxAbout_Img { height: 350px; }
.lyIdxAbout_r .lyIdxAbout_btn { left: 30px; padding-top: 17px; font-size: 12px; width: 80px; height: 80px; bottom: 30px; }
.lyIdxAbout_r .lyIdxAbout_btn i { width: 24px; height: 22px; margin: 0 auto 5px; }
.lyIdxAbout_r .lyIdxAbout_btn:before, .lyIdxAbout_r .lyIdxAbout_btn:after { width: 90px; height: 90px; }
.lyIdxAbout_r .lyIdxAbout_btn:before { width: 105px; height: 105px; }
}
 @media (max-width:320px) {
}
 @media (max-width:280px) {
}
/*关于我们 结束*/

/*合作伙伴 开始*/
.lyIdx_Partners { width: 100%; height: 100%; background: #f2f8ff; overflow: hidden; padding: 180px 0; position: relative; }
.lyIdx_Partners .w1600 { position: relative; }
.lyIdx_Partners .ny_title{ display:none;}
.lyIdxPartners_More { position: absolute; top: 0; right: 0; z-index:99; display:none; }
.lyIdxPartners_More a.ly_more { display: block; width: 160px; height: 60px; line-height: 60px; color: #999; font-size: 16px; text-align: center; background: #fff; border-radius: 50px; padding: 0 0 0 10px; }
.lyIdxPartners_More a.ly_more i { display: inline-block; width: 38px; height: 38px; background: url(../images/jt01.png) center center no-repeat; background-size: 100% 100%; vertical-align: middle; margin: -2px 0 0 15px; }
.lyIdxPartners_More a.ly_more:hover i { margin: -2px 0 0 20px; }
.lyIdxPar_list { width: 100%; position: absolute; bottom: 0; left: 0; background: #fff; height: 225px; border-top: 1px solid #e5e5e5; z-index: 99; }
.lyIdxPar_list .lyIdxParlist_l { width: 290px; float: left; height: 225px; position: relative; z-index: 99; padding: 50px 0; margin: 0 auto; text-align: center; }
.lyIdxPar_list .lyIdxParlist_l .lyIdxParlist_l_Img { width: 100%; height: 80px; position: relative; margin-bottom: 20px; }
.lyIdxPar_list .lyIdxParlist_l .lyIdxParlist_l_Img img { display: block; max-height: 100%; max-width: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn { display: block; font-size: 16px; color: #fff; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn i { width: 28px; height: 28px; background: #fff; display: inline-block; border-radius: 50px; margin: 0 0 -8px 10px; position: relative; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn i img { display: block; max-height: 100%; max-width: 100%; margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.lyIdxPar_list .lyIdxParlist_l:hover a.lyIdxParlist_btn i { margin: 0 0 -8px 15px; }
.lyIdxPar_list:before { content: ""; display: block; width: 450px; height: 225px; background-color: #e70112; background: linear-gradient(to right, #e70112, #01b4fe); position: absolute; z-index: 9; }
.lyIdxPar_list .swiper-container { width: calc(100% - 290px); float: right; padding: 50px 50px 50px 0; position: relative; }
.lyIdxPar_list .swiper-container .swiper-slide { width: 25%; }
.lyIdxPar_list .swiper-container .swiper-slide .lyIdxParlist_Img { width: 100%; height: 130px; position: relative; overflow:hidden; }
.lyIdxPar_list .swiper-container .swiper-slide .lyIdxParlist_Img img { display: block; position: absolute; max-height: 80%; max-width: 80%; margin: auto; top: 0; left: 0; bottom: 0; right: 0; }
.lyIdxPar_list .swiper-container .swiper-slide .lyIdxParlist_Img:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.lyIdxPar_list .swiper-container .lyIdxParlist_jt { width: 48px; height: 120px; background: #f2f4f6; border-radius: 30px; position: absolute; top: 60px; right: 0; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-prev { right: 15px; left: inherit; top: 40px; background: url(../images/jt33.png) no-repeat center center; width: 16px; height: 16px; background-size: 100% 100%; opacity: 1; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-next { right: 15px; left: inherit; top: 110px; background: url(../images/jt10.png) no-repeat center center; width: 16px; height: 16px; background-size: 100% 100%; opacity: 1; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-prev:hover { background: url(../images/jt09.png) no-repeat center center; background-size: 100% 100%; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-next:hover { background: url(../images/jt32.png) no-repeat center center; background-size: 100% 100%; }
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { display: none; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{pointer-events: all !important; cursor:pointer !important;}
.main-global-inner-box { position: absolute; bottom: 0px; left: 50%; z-index: 1; height: 691px; width: 1500px; margin-left: -750px; background: url(../images/Partners_Bg.png) no-repeat 0 0; }
.global-nation-box { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
@keyframes nation-circle { 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 0.5;
}
 50% {
 opacity: 1.0;
}
 100% {
 -webkit-transform: scale(0.6);
 transform: scale(0.6);
 opacity: 0;
}
}
.nation-circle { position: absolute; display: inline-block; width: 50px; height: 50px; }
.incell-circle { width: 150px; height: 150px; }
.nation-circle > span:nth-child(2) { -webkit-animation-delay: 1s; animation-delay: 1s; }
.nation-circle > span:nth-child(3) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
.nation-circle > span:nth-child(4) { -webkit-animation-delay: 2s; animation-delay: 2s; }
.nation-circle > span:nth-child(5) { -webkit-animation-delay: 2.5s; animation-delay: 2.5s; }
.nation-circle > span:nth-child(6) { -webkit-animation-delay: 4s; animation-delay: 4s; }
.nation-circle > span { border: 1px solid rgba(0, 88, 196, 0.4); border-radius: 50%; -webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; left: 0; top: 0px; opacity: 0; filter: Alpha(opacity=0); margin: 0; width: 100%; height: 100%; -webkit-animation: nation-circle 4s cubic-bezier(0, 180, 255, 0.5) infinite; animation: nation-circle 4s cubic-bezier(1, 2, 0.66, 3) infinite; }
.nation-circle i { display: block; position: absolute; top: 50%; left: 50%; margin: -3px 0 0 -3px; width: 8px; height: 8px; background-color: #e70112; background: slinear-gradient(to right, #e70112, #01b4fe); -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; opacity: 0.7; filter: Alpha(opacity=70); }
.nation-circle p { position: absolute; top: 50%; left: 50%; margin: 0px 0 0 20px; background-color: #e70112; background: slinear-gradient(to right, #e70112, #01b4fe); font-size: 16px; letter-spacing: -0.3px; font-weight: 600; }
@media (max-width:1880px) {
.lyIdxPar_list:before{ width:320px;}
}
 @media (max-width:1600px) {
.lyIdx_Partners { padding: 160px 0; }
.lyIdxPar_list { height: 220px; }
.lyIdxPar_list:before { width: 425px; height: 220px; }
.lyIdxPar_list .lyIdxParlist_l { width: 380px; height: 200px; }
.lyIdxPar_list .swiper-container { width: calc(100% - 425px); padding: 50px 80px 50px 0; }
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
.main-global-inner-box { height: 620px; position: relative; transform: scale(0.9); margin-top: -100px; }
.lyIdxPar_list { height: 215px; }
.lyIdxPar_list:before { width: 380px; height: 215px; }
.lyIdxPar_list .lyIdxParlist_l { width: 340px; height: 180px; padding: 45px 0; }
.lyIdxPar_list .swiper-container { width: calc(100% - 380px); padding: 40px 90px 40px 0; }
.lyIdxPar_list .swiper-container .swiper-slide { width: 33.333%; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt { top: 50px; }
}
 @media (max-width:1366px) {
.main-global-inner-box { height: 620px; position: relative; transform: scale(0.9); margin-top: -100px; }
.lyIdxPar_list { height: 210px; }
.lyIdxPar_list:before { width: 330px; height: 210px; }
.lyIdxPar_list .lyIdxParlist_l { width: 290px; height: 180px; padding: 40px 0; }
.lyIdxPar_list .lyIdxParlist_l .lyIdxParlist_l_Img { height: 75px; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn { font-size: 15px; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn i { width: 26px; height: 26px; margin: 0 0 -8px 10px; }
.lyIdxPar_list .lyIdxParlist_l:hover a.lyIdxParlist_btn i { margin: 0 0 -8px 15px; }
.lyIdxPar_list .swiper-container { width: calc(100% - 330px); padding: 40px 80px 40px 0; }
.lyIdxPar_list .swiper-container .swiper-slide { width: 33.333%; }
.lyIdxPar_list .swiper-container .swiper-slide .lyIdxParlist_Img { height: 120px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt { width: 44px; height: 115px; top: 50px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-prev { top: 35px; right: 14px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-next { top: 100px; right: 14px; }
}
 @media (max-width:1280px) {
}
 @media (max-width:1200px) {
.lyIdx_Partners { padding: 50px 0; height: auto;animation-name: none !important; }
.lyIdxPartners_More,.lyIdx_Partners .ny_title{display:block !important;animation-name: none !important;}
.lyIdxPartners_More a.ly_more { width: 140px; height: 50px; line-height: 50px; padding: 0 0 0 5px; font-size: 14px; margin-top: 5px; }
.lyIdxPartners_More a.ly_more i { width: 24px; height: 24px; margin: -2px 0 0 10px; }
.lyIdxPartners_More a.ly_more:hover i { margin: -2px 0 0 15px; }
.main-global-inner-box { height: 580px; position: relative; transform: scale(0.7); margin-top: -120px; }
.lyIdxPar_list { height: 190px; }
.lyIdxPar_list:before { width: 280px; height: 190px; }
.lyIdxPar_list .lyIdxParlist_l { width: 240px; height: 160px; padding: 35px 0; }
.lyIdxPar_list .lyIdxParlist_l .lyIdxParlist_l_Img { height: 70px; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn { font-size: 15px; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn i { width: 26px; height: 26px; margin: 0 0 -8px 10px; }
.lyIdxPar_list .lyIdxParlist_l:hover a.lyIdxParlist_btn i { margin: 0 0 -8px 15px; }
.lyIdxPar_list .swiper-container { width: calc(100% - 280px); padding: 35px 70px 35px 0; }
.lyIdxPar_list .swiper-container .swiper-slide { width: 33.333%; }
.lyIdxPar_list .swiper-container .swiper-slide .lyIdxParlist_Img { height: 120px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt { width: 40px; height: 110px; top: 40px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-prev { top: 35px; right: 12px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-next { top: 100px; right: 12px; }
}
 @media (max-width:1080px) {
}
 @media (max-width:1024px) {
.lyIdx_Partners { padding: 40px 0; }
.main-global-inner-box { height: 550px; position: relative; transform: scale(0.7); margin-top: -100px; }
.lyIdxPar_list { height: 170px; }
.lyIdxPar_list:before { width: 240px; height: 170px; }
.lyIdxPar_list .lyIdxParlist_l { width: 200px; height: 150px; padding: 35px 0; }
.lyIdxPar_list .lyIdxParlist_l .lyIdxParlist_l_Img { height: 60px; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn { font-size: 14px; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn i { width: 24px; height: 24px; margin: 0 0 -8px 10px; }
.lyIdxPar_list .lyIdxParlist_l:hover a.lyIdxParlist_btn i { margin: 0 0 -8px 15px; }
.lyIdxPar_list .swiper-container { width: calc(100% - 240px); padding: 30px 60px 30px 0; }
.lyIdxPar_list .swiper-container .swiper-slide { width: 50%; }
.lyIdxPar_list .swiper-container .swiper-slide .lyIdxParlist_Img { height: 120px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt { width: 35px; height: 110px; top: 35px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-prev { width: 14px; height: 14px; top: 35px; right: 10px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-next { width: 14px; height: 14px; top: 105px; right: 10px; }
}
 @media (max-width:920px) {
.main-global-inner-box { height: 510px; position: relative; transform: scale(0.7); margin-top: -100px; }
.lyIdxPartners_More a.ly_more { width: 130px; height: 45px; line-height: 45px; padding: 0 0 0 5px; font-size: 13px; margin-top: 8px; }
.lyIdxPartners_More a.ly_more i { width: 24px; height: 24px; margin: -2px 0 0 10px; }
.lyIdxPartners_More a.ly_more:hover i { margin: -2px 0 0 15px; }
.lyIdxPar_list { height: 150px; }
.lyIdxPar_list:before { width: 200px; height: 150px; }
.lyIdxPar_list .lyIdxParlist_l { width: 160px; height: 130px; padding: 30px 0; }
.lyIdxPar_list .lyIdxParlist_l .lyIdxParlist_l_Img { height: 50px; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn { font-size: 14px; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn i { width: 22px; height: 22px; margin: 0 0 -6px 8px; }
.lyIdxPar_list .lyIdxParlist_l:hover a.lyIdxParlist_btn i { margin: 0 0 -6px 12px; }
.lyIdxPar_list .swiper-container { width: calc(100% - 200px); padding: 25px 50px 25px 0; }
.lyIdxPar_list .swiper-container .swiper-slide { width: 50%; }
.lyIdxPar_list .swiper-container .swiper-slide .lyIdxParlist_Img { height: 100px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt { width: 35px; height: 100px; top: 25px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-prev { width: 14px; height: 14px; top: 35px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-next { width: 14px; height: 14px; top: 95px; }
}
 @media (max-width:820px) {
.lyIdx_Partners { padding: 30px 0; }
}
 @media (max-width:767px) {
.lyIdx_Partners { padding: 20px 0; }
.main-global-inner-box { height: 400px; position: relative; transform: scale(0.45); margin-top: -100px; }
.lyIdxPartners_More a.ly_more { width: 125px; height: 40px; line-height: 40px; padding: 0 0 0 5px; font-size: 13px; margin-top: 10px; }
.lyIdxPartners_More a.ly_more i { width: 24px; height: 24px; margin: -2px 0 0 10px; }
.lyIdxPartners_More a.ly_more:hover i { margin: -2px 0 0 15px; }
.lyIdxPar_list { height: 130px; }
.lyIdxPar_list:before { width: 140px; height: 130px; }
.lyIdxPar_list .lyIdxParlist_l { width: 110px; height: 100px; padding: 30px 0; }
.lyIdxPar_list .lyIdxParlist_l .lyIdxParlist_l_Img { height: 40px; margin-bottom: 15px; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn { font-size: 14px; }
.lyIdxPar_list .lyIdxParlist_l a.lyIdxParlist_btn i { width: 22px; height: 22px; margin: 0 0 -6px 8px; }
.lyIdxPar_list .lyIdxParlist_l:hover a.lyIdxParlist_btn i { margin: 0 0 -6px 12px; }
.lyIdxPar_list .swiper-container { width: calc(100% - 140px); padding: 20px 40px 20px 0; }
.lyIdxPar_list .swiper-container .swiper-slide { width: 100%; }
.lyIdxPar_list .swiper-container .swiper-slide .lyIdxParlist_Img { height: 90px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt { width: 28px; height: 80px; top: 25px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-prev { width: 12px; height: 12px; top: 30px; right: 8px; }
.lyIdxPar_list .swiper-container .lyIdxParlist_jt .swiper-button-next { width: 12px; height: 12px; top: 80px; right: 8px; }
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
.lyIdxPartners_More a.ly_more { width: 120px; }
}
 @media (max-width:280px) {
}
