@charset "utf-8";
/* CSS Document */
/* ====================公共样式========================= */
/* 头部 */
.Header{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);transition: all .4s ease;}
/* .Header::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;opacity: 0;transition: all .4s ease;} */
.Header-logo{float: left;width:462px;height:52px;display: flex;align-items: center;position: relative;z-index: 999; margin:15px 0px;}
.Header-logo img{max-width: 100%;}
.Header-logo img.s{display: none;}
.Header-lang{float: right;position: relative;z-index: 999;margin-right: 32px;}
.Header-lang-menu{display: flex;align-items: center;height: 82px;color: #666;transition: color .4s ease;}
.Header-lang-menu span{font-size: 16px;font-family: Arial;}
.Header-lang-menu i{font-size: 22px;margin-right: 4px;}
.Header-lang.active .Header-lang-menu{color: #006ca1;}
/* 多个语言 Header-lang-more添加class="hasIcon" 就会启用图标 */
.Header-lang-more{display: none;z-index: 9;width: 140px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top:calc(100% - 4px);left: 50%;margin-left: -70px;border-top:4px solid #006ca1;border-radius:5px 5px 0 0;transition: top .4s ease;}
.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #006ca1 transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;}
.Header-lang-more a{display: flex;font-size: 16px;color: #666;justify-content: center;padding: 10px 0;transition: all .4s ease;}
.Header-lang-more.hasIcon a span{background-repeat: no-repeat;background-position: left center;padding-left: 28px;min-width: 60px;}
.Header-lang-more.hasIcon a.cn span{background-image: url('../images/icon-cn.png');}
.Header-lang-more.hasIcon a.tw span{background-image: url('../images/common/icon-tw.png');}
.Header-lang-more.hasIcon a.en span{background-image: url('../images/icon-en.png');}
.Header-lang-more.hasIcon a.en2 span{background-image: url('../images/common/icon-mg.png');}
.Header-lang-more.hasIcon a.de span{background-image: url('../images/common/icon-de.png');}
.Header-lang-more.hasIcon a.br span{background-image: url('../images/common/icon-br.png');}
.Header-lang-more.hasIcon a.es span{background-image: url('../images/common/icon-es.png');}
.Header-lang-more.hasIcon a.fr span{background-image: url('../images/common/icon-fr.png');}
.Header-lang-more.hasIcon a.jp span{background-image: url('../images/common/icon-jp.png');}
.Header-lang-more.hasIcon a.ru span{background-image: url('../images/common/icon-ru.png');}
.Header-lang-more.hasIcon a.ita span{background-image: url('../images/common/icon-ita.png');}
.Header-lang-more.hasIcon a.kr span{background-image: url('../images/common/icon-kr.png');}
.Header-lang-more a:hover {color: #fff;background: #006ca1;}
.Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}
.Header-lang-menu span {position: relative;display: flex;justify-content: center;align-items: center;}
.Header-lang-menu span img{transition: all .4s ease;height: 24px; }
/* .Header-lang-menu span img:nth-child(1){opacity: 0;position: absolute;}
.Header-lang-menu span img:nth-child(2){opacity: 1;} */
.Header-search{float: right; margin-right:0px;}
.Header-search-click{width: 40px;height: 82px;color: #666;font-size: 20px;cursor: pointer;z-index: 999;transition: color .4s ease;display: flex;align-items: center;justify-content: center;position: relative;}
.Header-search-click::after{content: "\e6a6";font-family: "icon";}
.Header-search-click.active::after{content: "\e903";font-size: 17px;}
.Header-search-click:hover{color: #006ca1 !important;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 82px;align-items: center;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 0px; background:#fff; margin:0 auto;}
.Header-search-item.active{display: flex;justify-content: space-evenly;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-size: 16px;color: #666;background: transparent;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.Header-search-item button{width: 50px;height: 40px;font-size: 20px;color: #666;background: transparent;cursor: pointer;margin-right: 0;}
.Header-search-item button::after{content: "\e6a6";font-family: "icon";}
body.bodySearch .Header-navbar{visibility: hidden;opacity: 0;}
.Header-navbar{float: right;margin-right:6%;visibility: visible;opacity: 1;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar>ul>li{float: left;margin: 0 28px;position: relative;z-index: 9;}
.Header-navbar>ul>li:last-child{margin-right: 0;}
.Header-navbar>ul>li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 82px;display: flex;align-items: center;font-size: 16px;color: #333;transition: color .4s ease;}
.Header-navbar>ul>li:hover .Header-menu, .Header-navbar>ul>li.active .Header-menu{color: #006ca1;}
.Header-arrow{display: none;}
.Header-drop{padding: 12px 0; display: none;position: absolute;background: rgba(255, 255, 255, 1);left: 50%;width: 134px;margin-left: -67px;top:calc(100% - 0px);min-width:100%;border-radius:0 0 10px 10px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);transition: top .4s ease;}
.Header-drop-menu{display: flex;width: 100%;position: relative;}
.Header-drop-menu>a{display: flex;width: 100%;height: auto;font-size: 15px;line-height: 24px;padding: 5px 4px;text-align: center;color: #666;align-items: center;justify-content: center;transition: all .4s ease;}
.Header-drop-menu.active, .Header-drop-menu>a:hover{color: #006ca1;}
.Header-navbar>ul>li::before{content: "";position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);width: 15px;height: 7px;opacity: 0;transition: all .4s ease;}
.Header-navbar>ul>li.active::before{opacity: 1;}
/* 如果需要透明：页面body添加class="Lucency noGap"，样式修改 */
@media all and (min-width:1100px) {
    .Lucency .Header-logo img.s{opacity: 1;}.Lucency .Header-logo img.h{opacity: 0;}
    .Lucency .Header{background: transparent;box-shadow: none;}
    .Lucency .Header::after{background: rgba(255, 255, 255, 0.2);opacity: 1;}
    .Lucency .Header-menu{color: #fff;}
    .Lucency .Header-lang-menu{color: #fff;}
    .Lucency .Header-search-click{color: #fff;}
    .Lucency .Header-lang-menu span img:nth-child(1){display:block;}
    .Lucency .Header-lang-menu span img:nth-child(2){opacity: 0; display:none;}
    .Lucency .Header-navbar>ul>li:hover .Header-menu,.Lucency .Header-navbar>ul>li.active .Header-menu{color: #fff;}
    .Lucency .Header-navbar>ul>li::before{background: url(../images/common/Header-menu-icon.png) center no-repeat;}
    .bodyMouse .Header, .bodySearch .Header{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
    .bodyMouse .Header-menu, .bodySearch .Header-menu{color: #666;}
    .bodyMouse .Header::after, .bodySearch .Header::after{background: rgba(0, 0, 0, 0.1);opacity: 0;}
    .bodyMouse .Header-logo img.s, .bodySearch .Header-logo img.s{opacity: 0;}
    .bodyMouse .Header-logo img.h, .bodySearch .Header-logo img.h{opacity: 1;}
    .bodyMouse .Header-lang-menu, .bodySearch .Header-lang-menu{color: #666;}
    .bodyMouse .Header-search-click, .bodySearch .Header-search-click{color: #666;}
    .bodyMouse .Header-navbar>ul>li:hover .Header-menu,.bodyMouse .Header-navbar>ul>li.active .Header-menu{color: #006ca1;}
    .bodySearch .Header-navbar>ul>li:hover .Header-menu,.bodySearch .Header-navbar>ul>li.active .Header-menu{color: #006ca1;}
    /*.bodyMouse .Header-navbar>ul>li::before{background: url(../images/common/Header-menu-iconH.png) center no-repeat;}
    .bodySearch .Header-navbar>ul>li::before{background: url(../images/common/Header-menu-iconH.png) center no-repeat;}*/
    /* .bodyMouse .Header-lang-menu span img:nth-child(1),.bodySearch .Header-lang-menu span img:nth-child(1){opacity: 1;}
    .bodyMouse .Header-lang-menu span img:nth-child(2),.bodySearch .Header-lang-menu span img:nth-child(2){opacity: 0;} */
    .noGap .Header-logo img{position: absolute;transition: opacity .4s ease;top: 0;bottom: 0;margin: auto 0;}
    .noGap .Container{margin-top: 0;}
    .noGap .Header-logo img.s{display: block;}
	.bodyMouse .Header-lang-menu img.black {opacity: 1 !important;display: block !important; }
	.bodyMouse .Header-lang-menu img.white {display: none !important;}
	
	.bodyMouse .Header-btn .Header-btn-black {opacity: 1 !important;display: block !important; }
	.bodyMouse .Header-btn .Header-btn-white {display: none !important;}
}
.Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #666;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #666;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent;}
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}


/* 如果需要透明：页面body添加class="Lucency noGap"，样式修改 */
@media all and (min-width:1100px) {
    .Lucency .Header-logo img.s{opacity: 1;}.Lucency .Header-logo img.h{opacity: 0;}
    .Lucency .Header{background: transparent;box-shadow: none;}
    .Lucency .Header::after{background: rgba(255, 255, 255, 0.2);opacity: 1;}
    .Lucency .Header-menu{color: #fff;}
    .Lucency .Header-lang-menu{color: #fff;}
    .Lucency .Header-search-click{color: #fff;}
    .Lucency .Header-lang-menu span img:nth-child(1){ display:block;}
    .Lucency .Header-lang-menu span img:nth-child(2){display:none;}
	
	.Lucency .Header-lang-menu span:hover img:nth-child(1){display:none;}
    .Lucency .Header-lang-menu span:hover img:nth-child(2){display:block;}
	
	.Header-lang-menu .white{display:none !important;}
	.Header-lang-menu .black{display:block !important;}
	.Lucency .Header-lang-menu .white{display:block !important;}
	.Lucency .Header-lang-menu .black{display:none !important;}
	
	.Header-btn-white{display:none !important;}
	.Header-btn-black{display:block !important;}
	
	.Lucency .Header-btn-white{display:block !important;}
	.Lucency .Header-btn-black{display:none !important;}
	
	
	
    .Lucency .Header-navbar>ul>li:hover .Header-menu,.Lucency .Header-navbar>ul>li.active .Header-menu{color: #fff;}
    /*.Lucency .Header-navbar>ul>li::before{background: url(../images/common/Header-menu-icon.png) center no-repeat;}*/
    .bodyMouse .Header, .bodySearch .Header{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
    .bodyMouse .Header-menu, .bodySearch .Header-menu{color: #666;}
    .bodyMouse .Header::after, .bodySearch .Header::after{background: rgba(0, 0, 0, 0.1);opacity: 0;}
    .bodyMouse .Header-logo img.s, .bodySearch .Header-logo img.s{opacity: 0;}
    .bodyMouse .Header-logo img.h, .bodySearch .Header-logo img.h{opacity: 1;}
    .bodyMouse .Header-lang-menu, .bodySearch .Header-lang-menu{color: #666;}
    .bodyMouse .Header-search-click, .bodySearch .Header-search-click{color: #666;}
    .bodyMouse .Header-navbar>ul>li:hover .Header-menu,.bodyMouse .Header-navbar>ul>li.active .Header-menu{color: #006ca1;}
    .bodySearch .Header-navbar>ul>li:hover .Header-menu,.bodySearch .Header-navbar>ul>li.active .Header-menu{color: #006ca1;}
    .bodyMouse .Header-navbar>ul>li::before{background: url(../images/common/Header-menu-iconH.png) center no-repeat;}
    .bodySearch .Header-navbar>ul>li::before{background: url(../images/common/Header-menu-iconH.png) center no-repeat;}
    /* .bodyMouse .Header-lang-menu span img:nth-child(1),.bodySearch .Header-lang-menu span img:nth-child(1){opacity: 1;}
    .bodyMouse .Header-lang-menu span img:nth-child(2),.bodySearch .Header-lang-menu span img:nth-child(2){opacity: 0;} */
    .noGap .Header-logo img{position: absolute;transition: opacity .4s ease;top: 0;bottom: 0;margin: auto 0;}
    .noGap .Container{margin-top: 0;}
    .noGap .Header-logo img.s{display: block;}
}

.Header-btn{height: 82px;float: right;display: flex;align-items: center;margin-right:40px;}
.Header-btn-menu{display: flex;justify-content: center;align-items: center;transition: all .4s ease; padding-left:30px;font-weight:bold;}
.Header-btn a{ font-weight:bold;min-width:24px; min-height:24px; display:block;}
.Header-btn-white{ background:url(../images/icon1W.png) left center no-repeat; background-size:24px 24px;display: flex;justify-content: center;align-items: center;transition: all .4s ease; padding-left:30px; }
.Header-btn-white span{ color:#fff;}
.Header-btn-black{ background:url(../images/icon1B.png) left center no-repeat; background-size:24px 24px;display: flex;justify-content: center;align-items: center;transition: all .4s ease; padding-left:30px; }

.Header > .contain{width: 100%;padding: 0px 135px;}
.ny-banner > .contain{width: 100%;padding: 0px 135px;}



/* -------------------------PC端--------------------------- */

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .contain{width: 1280px;}
    .Header > .contain {width: 100%;padding: 0px 20px;}
	.ny-banner > .contain{width:100%;padding: 0px 20px;}
    .Footer-address li {margin-right: 10px;}
    .Header-navbar>ul>li {margin: 0 20px;}
    .Footer-copyright {padding: 30px 0px;}
    .Footer-items {padding: 70px 0px 70px 0px;}
    .HeaderSol-slide .img img{height: 185px;}
    .HeaderPro-label, .HeaderPro-nav-item{height: 50px;}
    .HeaderPro-nav-item{margin-top: 10px;}
    .HeaderPro-label i, .HeaderPro-nav-item i{width: 70px;height: 20px;}
    .HeaderPro-left-con{width: 250px;}
    .HeaderPro-right{margin-left: 50px;width: 60%;}
    .HeaderPro-slide .img{height: 200px;}

}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
	.Header-logo{float: left;width:374px;height:42px;display: flex;align-items: center;position: relative;z-index: 999; margin:15px 0px;}
    .contain{width: 880px;}
    .Header-navbar {margin-right:1%;}
    .Header-navbar>ul>li {margin: 0 10px;}
    .Header-lang {margin-right: 30px;}
    .Header-btn-menu {width: 100px;height: 40px;border-radius: 20px;}
    .HeaderSol-slide .img img{height: 125px;}
}
/* ------------------------平板端（开始改变头部底部）-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    body.bodySearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain{width: 92%;}
    .Container{margin-top: 60px;}
    .Header .contain{width: 100%; padding:0px 0px;}
	.ny-banner  .contain{width: 100%;}
	
    .Header::after{opacity: 1;}
    .Header-logo, .Header-search-click, .Header-lang-menu,.Header-btn{height: 60px;}
    .Header-logo{margin-left: 4%;width:200px;}
    .Header-navclick{display: flex;margin-right:0%;}
    .Header-lang.active .Header-lang-menu {color: #666;}
    .Header-lang-more{width: 120px;margin-left: -60px;}
    .Header-lang-more a{padding: 6px 0;}
    .Header-search-click:hover{color: #666 !important;}
    .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;background: #fff;}
    .Header-search-item .contain {padding-right: 0;}
    .Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;}
    .Header-search-item.active input[type="text"] {animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #006ca1;z-index: 2;color: #fff;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;}
    .Header-navbar>ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar>ul>li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active>ul>li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;}
    .Header-arrow{display: block;width: 44px;height: 44px;line-height: 44px;transform: rotate(180deg);font-size: 18px;font-style: normal;color: #666;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Header-arrow::after{content: "\e727";font-family: "icon";}
    .Header-arrow.active{transform: rotate(0);}
    .Header-navbar>ul>li:hover .Header-menu{color: #666;}
    .Header-navbar>ul>li.active .Header-menu{color: #006ca1;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;border-radius: 0;border: none;background: #f9f9f9;backdrop-filter: inherit;box-shadow: none;}
    .Header-drop::before{display: none;}
    .Header-drop-menu>a{justify-content: flex-start;padding: 6px 4%;font-size: 13px;}
    .Header-navbar>ul>li.sol .Header-drop, .Header-navbar>ul>li.pro .Header-drop{position: relative;left: auto;top: auto;}
    .Header-navbar>ul>li.sol .Header-drop{padding: 20px 4%;}
    .Header-navbar>ul>li.pro .Header-drop{padding: 10px 4%;}
    .HeaderSol-swp{padding: 0 20px;}
    .HeaderSol-slide .img img{height: 110px;}
    .HeaderSol-btn{width: auto;height: auto;font-size: 12px;}
    .HeaderSol-btn.prev{left: -5px;}
    .HeaderSol-btn.next{right: -5px;}
    .HeaderPro-right{display: none;}
    .HeaderPro-left{width: 100%;padding: 0;}
    .HeaderPro-left-con{width: 100%;}
    .HeaderPro-nav-item{margin-top: 0;height: auto;padding: 6px 0;font-size: 13px;}
    .HeaderPro-label i, .HeaderPro-nav-item i{display: none;}
    .HeaderPro-nav-item::after,.HeaderPro-label{display: none;}
    .HeaderPro-label span, .HeaderPro-nav-item span{width: 100%;}
    .HeaderPro-nav-item.active{background: transparent;}


}


/* ===================首页样式========================== */
.Banner-lun > img{width: 100%;height: 100vh;}
.Banner-lun .content{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; text-align:center;}
.Banner-lun .content .more{width:130px; height:38px;border-radius:38px;border:solid 1px #fff;line-height:38px; color:#fff; margin:30px auto;}
.Banner-page {position: absolute;width: 100%;left: 0px;bottom: 80px; text-align:center;z-index: 10;}
.Banner .swiper-pagination {display: flex;align-items: center; text-align:center;}
/* .Banner .swiper-pagination-bullet {width: 8px;height: 8px;margin: 0px 10px;background: #fff;opacity: 1;transition: all .4s ease;position: relative;}
.Banner .swiper-pagination-bullet-active {background: transparent;}
.Banner .swiper-pagination-bullet::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 0px;height: 0px;border-radius: 100px;border: 3px solid #f5c339;opacity: 0;transition: all .4s ease;}
.Banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {opacity: 1;width: 20px;height: 20px;} */

.banner-pagination .swiper-pagination-bullet{width:16px;height:16px;background:#fff; border-radius:50%;opacity: 1;position: relative;margin: 0 22px !important;transition: all .4s ease;}
.banner-pagination .swiper-pagination-bullet i{position: absolute;width: 20px;height: 20px;margin: -10px 0 0 -10px;top: 50%;left: 50%;opacity: 0;transition: all .4s ease;border-radius: 50%;border: 2px solid rgba(255, 255, 255, 1);}
.banner-pagination .swiper-pagination-bullet svg{position: absolute;z-index: 2;left: 50%;top: 50%;margin: -10px 0 0 -10px;width: 20px;height: 20px;transform: rotate(-90deg);opacity: 0;transition: all .4s ease;}
.banner-pagination .swiper-pagination-bullet svg circle{stroke-dasharray:100,100;stroke-dashoffset:100;}
.banner-pagination .swiper-pagination-bullet-active{background:#b4d975;}
.banner-pagination .swiper-pagination-bullet-active i{opacity: 1;}
.banner-pagination .swiper-pagination-bullet-active svg{opacity: 1;}
.banner-pagination .swiper-pagination-bullet-active svg circle{animation: bulletRun 5s linear both;}
.banner-pagination .swiper-pagination-bullet-active.oneBullet svg circle{animation: bulletRun 4s linear both;}
@keyframes bulletRun{0%{stroke-dashoffset:100;}100%{stroke-dashoffset:0;}}



.div1{ width:100%; max-width:1280px; margin:40px auto;}
.title1{ width:100%; margin:0 auto; text-align:center; position:relative;}
.title1 h1{font-size:80px;font-weight:300;line-height:120px;margin: 0 auto; color: rgba(2, 79, 157, .102);text-transform:uppercase;}
.title1 h2{bottom: 0;font-weight: 400;margin: 0 auto;position: absolute; font-size:48px;line-height:68px;box-sizing:border-box; color:#333; width:100%; text-align:center;}


.div1Box{ width:100%; max-width:1280px; margin:30px auto;}
.div1Box ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.div1Box ul li{width: 24%; margin:15px 0px; position:relative; float:left; height:340px; overflow:hidden;}
.div1Box ul li .de_bk{ width:100%; float:left; display:flex; overflow:hidden;-webkit-transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1), -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    will-change: transform;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;height: 100%;justify-content: center;}
	
.div1Box ul li .de_bk span{ font-size:24px; color:#fff; line-height:60px;}
.div1Box ul li .de_post{ background: #0d2ea1;height: 100%;left: 0;opacity: 0;padding: 32px 24px; position: absolute;top: 0;-webkit-transform: translateY(100%);transform: translateY(100%);
-webkit-transition: opacity .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
transition: opacity .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1);
transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
width: 100%; will-change: transform,opacity;z-index: 1; color:#fff; text-align:center;}
.div1Box ul li .de_post .txt{ margin:20px 0px;}
.div1Box ul li .de_post .desc{ font-size:14px; margin:20px 0px;}
.div1Box ul li .de_post a{ width:90px; height:30px; border-radius:20px; border:solid 1px #fff; margin:0 auto; display:block; line-height:30px;}
	
.div1Box ul li:hover .de_bk {-webkit-transform: scale(.8);transform: scale(.8)}
.div1Box ul li:hover .de_post {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0)}

.div2{ width:100%; margin:40px auto; position:relative;}
.mySwiper2{ width:100%; position:relative; display:flex; overflow:hidden;}
.mySwiper2 .swiper-slide::before {display: block;content: '';z-index: 2;width: 100%;height: 100%;position: absolute;left: 0;top: 0; background: rgba(8, 28, 58, .4);}

.mySwiper2 .swiper-slide{width:53%;height: 65vh;flex-shrink: 0; position:relative; overflow:hidden;}
.mySwiper2 .swiper-slide:nth-child(1n){-webkit-clip-path: polygon(100% 0, 90% 100%, 0 100%, 0 0);}
.mySwiper2 .swiper-slide:nth-child(2n){-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 10% 0);margin-left: -4%;}
.mySwiper2 .swiper-slide .wmax{ padding:0px 15%;height:100%; width:100%;position: absolute;top: 0;left: 0;z-index: 3;justify-content: flex-end;display: flex;align-items: flex-start;flex-direction: column; color:#fff; padding-bottom:70px; line-height:2;}

.mySwiper2 .swiper-slide .wmax .iflex{border-radius: 40px;line-height: 1;transition: all .36s; position:relative;display: inline-flex;align-items: center; background:#034689; color:#fff; overflow:hidden; margin-top:20px; padding:15px 40px;}
.bigImg {width: 100%;height: 100%;object-fit: cover;transition: all .6s;-webkit-transition: all .6s; -moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;}
.light{ position: absolute; left: -100%; top: 0; width: 100%; height: 100%; transform: skewx(-25deg); z-index: 2;
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));}
.light-tri:hover .light{ left: 100%; transition: 1s;}
.light-tri:hover{ box-shadow: 0 0 10px rgba(43 ,23, 110, .5);}
.mySwiper2 .swiper-slide .wmax .z5 {position: relative;z-index: 5; font-size:16px;}
.mySwiper2 .swiper-slide .wmax .icon{transform: translateY(0%) rotate(180deg);position: relative;z-index: 3;transition: all .5s; margin-left:15px;}

.mySwiper2 .swiper-slide:hover .bigImg {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
.mySwiper2 .swiper-slide:hover .iflex {transform: translateX(18px);-webkit-transform: translateX(18px);-moz-transform: translateX(18px);-ms-transform: translateX(18px); -o-transform: translateX(18px);}


.idxAppLeft {position: absolute;left: 0;height: 453px;top: -122px;z-index: 5;}
.idxAppRight {position: absolute;right: 0;height: 453px;bottom: -141px;z-index: 5;}


.div3{ width:100%; max-width:1280px; margin:0px auto 40px auto;}
.div3Box{ width:100%; margin:40px 0px;}
.div3Box .left{ width:50%; float:left; color:#333;}
.div3Box .left h2{ display:block; float:left; width:100%; margin-top:20px;}
.div3Box .left span{ display:block; float:left; margin-top:20px; width:100%;overflow-wrap: break-word;}
.div3Box .right{ width:46%; float:right;}

.div3Num{ width:100%; float:left; margin-top:40px;}
.div3Num .list{ width:28%; float:left;}
.div3Num .list:last-child{ width:16%;}
.div3Num .list .num{ color:#003c96;}

.div4Bg{ width:100%; background:#f0f0f7; padding:20px 0px 0px 0px;}
.div4{width:100%; max-width:1280px; margin:40px auto 0px auto;}
.div4Box{ width:100%;display: grid;grid-template-columns: repeat(3, 1fr);grid-gap:40px;padding:40px 0 60px;}

.newItem{ width:100%; overflow:hidden;}
.newItem .wmax{ width:100%; position:relative; height:225px;}
.newItem .img {width: 100%; height: 0;padding-bottom:65%; position:relative; z-index:2;}
.newItem .more{background: #0d2ea1;display: -webkit-box;display: -ms-flexbox;display: flex;height: 64px;position: absolute;right:0px;width: 64px;z-index: 10;color:#fff; font-size:20px; bottom:-10px; z-index:3; text-align:center; line-height:64px; text-align:center;}
.newItem .more i{color: #fff;display: block;font-size: 20px; width:100%; text-align:center; display:block;font-weight:bold;transform: translateY(0%) rotate(180deg);-webkit-transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);transition: transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1), -webkit-transform .5s cubic-bezier(.215,.61,.355,1);will-change: transform;}


.newItem:hover i {-webkit-transform: rotate(-120deg);transform: rotate(-120deg)}


.newItem .tit{ margin-top:10px;}
.newItem .tit span { color:#404040;
    background-image: linear-gradient(currentColor 0, currentColor 0);
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}

.newItem:hover .tit span { background-position: 100% calc(100% - 1px);background-size: 100% 1px}


.footBg{ width:100%; background:#17161a; padding:30px 0px;}
.footBg .cont{width:100%; max-width:1280px; margin:0 auto; color:#fff;align-items:center;}
.footBg .cont .div1{ width:12%; float:left; margin:0px 0px !important;}
.footBg .cont .div1  b{ width:100%; display:block;}
.footBg .cont .div1  a{ margin:5px 5px; color:#fff; line-height:30px; display:block;}


.footBg .cont .div2{ width:34%; background:none; float:left; padding:0px 0px; margin:0px 3%;}
.footBg .cont .div2 b{ width:100%; display:block;}
.footBg .cont .div2 ul{ width:100%; display:block; margin:20px 0px;}
.footBg .cont .div2 ul li{ width:100%; display:block; float:left; height:35px; margin:5px 0px;}
.footBg .cont .div2 ul li i{ width:35px; height:35px; display:block; float:left; text-align:center; line-height:35px;font-style:normal; background:#2a282e; border-radius:3px; font-size:16px;}
.footBg .cont .div2 ul li span{ display:block; float:left; padding-left:10px; height:35px; line-height:35px;}

.footBg .cont .div3{ float:right; width:12%;max-width:150px; margin:0px 0px;}
.footBg .cont .div3 img{ width:100%; display:block; margin:0px auto;}
.footBg .cont .div3 span{ width:100%; display:block; text-align:center; line-height:30px; color:#fff;}
.copyright{ width:100%; background:#1d1c21; height:54px; line-height:54px;}
.copyright .cont{ width:100%; max-width:1280px; margin:0 auto; color:#fff;}
.copyright .cont a{ color:#fff;}
.copyright .cont .fl{ float:left;}
.copyright .cont .fr{ float:right;}


/*手机端底漂浮*/
.b_nav_zw{width: 100%;height: 0;}
.pf_down{ display:none;width: 100%; float: left; position: fixed; left: 0; background:#0d2ea1; z-index: 99;bottom: 0;}
.pf_down li{ width:25%; float: left; text-align: center; padding:10px 0; list-style:none;}
.pf_down li a{ width:100%; float: left; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pf_down li .ico7{ width: 100%; float: left; height: 24px; line-height:0; display: flex; justify-content: center; align-items: center; color:#fff; font-size:16px;}
.pf_down li .d_name{ width: 100%; float: left; margin-top:2px; font-size:14px; color: #fff; line-height: 14px;}
.pf_down li:hover .d_name{ margin-top:0;}
@media screen and (max-width:1024px) {
.b_nav_zw{width: 100%;height: 60px;}
}


.newItem .DIN{ color:#b4b4b4; padding:5px 0px;}


.ny-banner{position: relative;height:540px;background-repeat: no-repeat;background-size: cover;}
.ny-banner::before{display: block;content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.4);top:0;left: 0;position: absolute;}
.ny-banner .bann-text2{position: absolute;text-transform:uppercase;/*left: 50%;margin-left: -625px;*/top: 50%;margin-top: -53px;}
.ny-banner .bann-text2 h3{color: #fff;font-size: 48px;font-weight: bold;padding-bottom: 5px;}
.ny-banner .bann-text2 h3 span{color: #fff;font-size: 20px;display: block;font-weight: normal;}

.w1280 , .page {width:100%;max-width:1280px;margin:0 auto}
.pageL{ width:275px; float:left;}
.leftMenuT{width:275px;float:left;background:url(../images/leftMenu.jpg) top center no-repeat;height:151px; margin-top:30px;}
.leftMenuT h2{font-size:16px;color: #fff;font-weight:bold;padding: 30px 0 12px;text-align:center;}
.leftMenuT h3{font-size:28px;color: #fff;font-weight:bold;text-align:center;}

.pageL .ul{ display:block; float:left; width:275px; background:#f1f1f1; padding:15px 0px;}

.pageL .ul a{ display:block; float:left; background:url(../images/zxjt.png) left center no-repeat; padding-left:24px; width:214px; height:40px; line-height:40px; margin:5px 30px;}

.pageL .ul a:hover , .pageL .ul a.hover{ background:url(../images/lanj.png) 180px center no-repeat #0d2ea1; border-radius:40px; height:40px; line-height:40px; color:#fff; font-weight:bold;}

.page .pageR{ width:970px; float:right; margin-top:30px;}
.pageRtit{ width:100%; float:left; border-bottom:solid 1px #e5e5e5; height:50px; line-height:50px; position:relative;}
.pageRtit span{ display:block; float:left; padding:0px 10px; border-bottom:solid 3px #0d2ea1; position:absolute; left:0px; bottom:0px; color:#0d2ea1; font-size:16px; font-weight:bold;}


.position{ width:100%; margin: 0px auto; padding:5px 0px; background: #ffffff; line-height: 42px;border-bottom: 1px solid #e7e7e7; color: #787878}
.position span{ padding-left:0px; font-size:16px;}
.position .w1280::before{content:"\e630";font-size: 17px; padding:0px 10px;}
.position a{ color: #787878}
.position a:hover{color:#DE0000;}

/*---关于我们----*/

.INAbout{ width:100%; margin:80px auto 40px auto;}
.INAbout .left{ width:52%; float:left; color:#333;}
.INAbout .left h2{ display:block; float:left; width:100%;}
.INAbout .left span{ display:block; float:left; margin-top:20px; width:100%;overflow-wrap: break-word;}
.INAbout .right{ width:46%; float:right;}

.page1{ width:97%; margin:0 auto; max-width:1280px;}
/*--新闻详细---*/
.news-info{ padding: 3.1% 0% 5.9%;}
.news-info .ti{ font-weight: bold; text-align: center; padding: 2.8% 2.8% 1%;}
.news-info .time{ text-align: center; padding: 1% 0 1.5%; display: block;}
.news-info .time span{ padding-right:10px;}
.news-info .time .span1::before{content: "\e60a";font-family: "icon"; padding-right:5px;}
.news-info .time .span2::before{content: "\e665";font-family: "icon"; padding-right:5px;}
.news-info .conttxt{ padding: 2.8% 0 5.9%; border-top: 1px solid #E7E6E3; border-bottom: 1px solid #E7E6E3;}
.news-info .conttxt .p{ text-indent: 2em; padding-top: 3.9%;}
.news-info .conttxt .img{ text-align: center;}
.news-info .conttxt .title{ font-weight: bold; padding-top: 2.8%;}

.news-info .next-box{ padding-top: 3%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.news-info .next-box .prev,
.news-info .next-box .next{ white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news-info .next-box span{ font-weight: bold; padding-right: 1%;}

/*------产品中心-----*/

.INProduct{ width:100%; position:relative;overflow:hidden; max-width:1280px;}
.INProduct .product-slide::before {display: block;content: '';z-index: 2;width: 100%;height: 100%;position: absolute;left: 0;top: 0; background: rgba(8, 28, 58, .4);}

.INProduct .product-slide{width:48%;height:34vh; float:left; position:relative; overflow:hidden; margin-bottom:40px;}
.INProduct .product-slide:nth-child(1n){}
.INProduct .product-slide:nth-child(2n){margin-left:4%;}
.INProduct .product-slide .wmax{ padding:0px 8%;height:100%; width:100%;position: absolute;top: 0;left: 0;z-index: 3;justify-content: flex-end;display: flex;align-items: flex-start;flex-direction: column; color:#fff; padding-bottom:40px; line-height:2;}

.INProduct .product-slide .wmax .iflex{border-radius: 40px;line-height: 1;transition: all .36s; position:relative;display: inline-flex;align-items: center; background:#034689; color:#fff; overflow:hidden; margin-top:20px; padding:15px 40px;}
.INProduct .product-slide .wmax .z5 {position: relative;z-index: 5; }
.INProduct .product-slide .wmax .icon{transform: translateY(0%) rotate(180deg);position: relative;z-index: 3;transition: all .5s; margin-left:15px;}

.INProduct .product-slide:hover .bigImg {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
.INProduct .product-slide:hover .iflex {transform: translateX(18px);-webkit-transform: translateX(18px);-moz-transform: translateX(18px);-ms-transform: translateX(18px); -o-transform: translateX(18px);}



/*-----业务范围------*/

.div1Box1{ width:100%; max-width:1280px; margin:30px auto;}
.div1Box1 ul{display: flex;justify-content: space-between;flex-wrap: wrap; width:100%;}
.div1Box1 ul li{width:49%; margin:20px 0px 5px 0px; position:relative; float:left; height:340px; overflow:hidden;}
.div1Box1 ul li .de_bk{ width:100%; float:left; display:flex; overflow:hidden;-webkit-transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1), -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    will-change: transform;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;height: 100%;justify-content: center;}
	
.div1Box1 ul li .de_bk span{ font-size:24px; color:#fff; line-height:60px;}
.div1Box1 ul li .de_post{ background: #0d2ea1;height: 100%;left: 0;opacity: 0;padding: 32px 24px; position: absolute;top: 0;-webkit-transform: translateY(100%);transform: translateY(100%);
-webkit-transition: opacity .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
transition: opacity .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1);
transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
width: 100%; will-change: transform,opacity;z-index: 1; color:#fff; text-align:center;}
.div1Box1 ul li .de_post .txt{ margin:40px 0px;}
.div1Box1 ul li .de_post .desc{ font-size:14px; margin:20px 0px;}
.div1Box1 ul li .de_post a{ width:90px; height:30px; border-radius:20px; border:solid 1px #fff; margin:0 auto; display:block; line-height:30px; margin-top:40px;}
	
.div1Box1 ul li:hover .de_bk {-webkit-transform: scale(.8);transform: scale(.8)}
.div1Box1 ul li:hover .de_post {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0)}



/*Ny_contact 开始*/
.Ny_contact { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.Ny_contact .NyContact_lxfs {width:100%;max-width:1280px; height:auto; margin:40px auto; padding:0;}
.NyContact_lxfs ul li { width:23.5%; height:auto; margin:0 2% 0 0; padding:0; float:left;}
.NyContact_lxfs ul li:nth-child(4n+4) { margin:0;}
.NyContact_lxfs ul li .icon{ display:block;width:7rem;height:7rem;overflow:hidden;margin:0 auto;background: linear-gradient(to top, rgba(0, 60, 150, 0.9), rgba(20, 167, 231, 0.9));padding:0;position:relative; z-index:1; color:#fff; line-height:7rem; font-size:40px; text-align:center; border-radius:50%;}
.NyContact_lxfs ul li .lxfs_text { width:100%; height:auto; margin:-60px auto 0; padding:80px 40px 40px; background-color:#f2f3f6; border-radius:10px; box-shadow:0 10px 20px rgba(20,34,49,0.04); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lxfs_text .lxfs_tit { width:100%; overflow:hidden; line-height:30px; color:#333; text-align:center; margin:0 auto; padding:0;}
.lxfs_text em { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999;text-align:center; font-style:normal; margin:0 auto; padding:0;}
.lxfs_text i { display:block; width:30px; height:2px; overflow:hidden; margin:15px auto 20px; padding:0; background-color:#0d2ea1;}
.lxfs_text p { width:100%; height:60px;overflow:hidden;color:#666;text-align:center;margin:0 auto; padding:0;-webkit-line-clamp:2;text-overflow: ellipsis;}
.NyContact_lxfs ul li:hover .lxfs_text { box-shadow:0 10px 20px rgba(20,34,49,0.1);}

.Ny_contact .NyContact_ewm {width:100%;max-width:1280px; overflow:hidden; margin:40px auto; padding:20px; background:url(../images/ewm_bg.jpg) center center no-repeat; background-size:1600px 480px; border-radius:10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_ewm .NyContact_ewmcon { width:100%; overflow:hidden; margin:0 auto; padding:60px 80px; border:1px solid rgba(255,255,255,0.1); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_ewmcon p { width:100%; overflow:hidden; line-height:40px; color:#fff; font-size:32px; text-align:center; margin:0 auto; padding:0;}
.NyContact_ewmcon span { display:block; width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; margin:10px auto; padding:0;}
.NyContact_ewmcon i { display:block; width:48px; height:2px; overflow:hidden; margin:26px auto 30px; padding:0; background-color:#fff;}
.NyContact_ewmcon .ewm_img { width:180px; height:180px; overflow:hidden; margin:0 auto; padding:9px; border:1px solid rgba(255,255,255,0.1); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ewm_img em { display:block; width:160px; height:160px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.ewm_img em img { display:block; width:160px; height:160px;margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}

.Ny_contact .NyContact_map {width:100%;max-width:1280px; overflow:hidden; margin:40px auto; padding:20px; background-color:#f2f3f6; border-radius:10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_map .NyContactMap_main {overflow:hidden; margin:0 auto; padding:0;}

.NyContact_top { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:24px; text-align:center; margin:40px auto; padding:0;}
.NyContact_top img { display:inline-block; width:30px; height:30px; vertical-align:middle; margin:-4px 6px 0 0;}
.NyContact_top font { color:#184d8f; font-size:40px; font-weight:bold;}


/*---产品详细页面样式-----*/
.proTop{ width:100%;}
.proTop .fl{ width:45%; float:left;}
.proTop .fr{ width:52%; float:right;}
.proTop .fr h2{ display:block; float:left; color:#0d2ea1; width:100%;}
.proTop .fr span{ display:block; float:left;width:100%; margin-top:10px;}

.proBot{ width:100%; margin-top:20px; float:left; padding-bottom:40px;}

.tabs02{background: #0d2ea1;}
.tabs02 a{color: #fff;padding: 0 40px;display:inline-block;height:64px;line-height:64px;}
.tabs02 a.cur{background: #2bafe9;}
.tab-con02{}
.tab-con02 .items{display: none;color: #333;font-size: 16px;line-height: 30px;padding:24px 0 30px 0;}


/* -- 翻页效果 -- */ 
.apage { height:31px; line-height:30px;padding:0 5px; margin:30px 0px;text-align:center; }
.apage a { border:1px solid #c5c5c5; padding:5px 10px;  margin-right:5px;}
.apage .num_btns {float:right; font-family:Tahoma;}
.apage a:hover, .apage .page-num-current { border:1px solid #0d2ea1;background-color:#0d2ea1   ; color:#fff; text-decoration:none;}
.apage .cust_txt { float:left;}
.apage select { font-size:8px; margin-top:5px; }
.apage .oran_pg_txt { height:15px; border:solid 1px #d4e3e9; width:20px; margin-left:5px;}
.apage .oran_pg_btn { height:15px; border:solid 1px #d4e3e9; margin-left:5px; font-size:9px; background:#5984ac; color:#fff; }
.apage .cust_txt { float:left; display:none;}


.pageR .div4Box .newItem .more{background: #0d2ea1;display: -webkit-box;display: -ms-flexbox;display: flex;height: 34px;position: absolute;right:0px;width: 34px;z-index: 10;color:#fff;font-size:20px;bottom: 30px;z-index:3;text-align:center;line-height: 34px;text-align:center;}
.pageR .div4Box .newItem .more i{color: #fff;display: block;font-size:14px; width:100%; text-align:center; display:block;font-weight:bold;transform: translateY(0%) rotate(180deg);-webkit-transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);