@charset "utf-8";
/* CSS Document */
* {scrollbar-width: 0; margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;transition: all 0.5s; -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; -o-transition: all 0.5s;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p {
  margin: 0;padding: 0; font: 16px/1.5 Microsoft Yahei,微软雅黑,\5FAE\8F6F\96C5\9ED1,Arial,Helvetica,sans-serif; color:#222;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0;font-size: 16px;}
ol,ul {list-style: none;}
li {list-style-type: none;}
img { border: 0;}
address,cite,code,em,th,i {font-weight: normal;font-style: normal;}
.clear { clear: both;}
.clear:after { display: block; overflow: hidden;clear: both;height: 0;visibility: hidden;content: ".";}
a {text-decoration: none;cursor: pointer;color:#222;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
.fl {float: left;}
.fr { float: right;}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  /* 滚动槽宽度 */
  width: 0; height: 0;
}
/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track {background-color: #f4f8fa; border-radius: 0px;}
::-webkit-scrollbar-thumb {background-color: #f4f8fa;}
/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive {background-color: #f4f8fa;}

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url('../fonts/SourceHanSansCN-Regular.otf');
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url('../fonts/SourceHanSansCN-Normal.otf');
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url('../fonts/SourceHanSansCN-Bold.otf');
}
@font-face {
  font-family: "CN-MEDIUM";
  src: url('../fonts/CN-MEDIUM.otf');
}
@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/* 按钮样式去除 */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input { border-radius: 0; outline: none;}
.w1600 { width: 1600px; margin:0 auto;}
@media (max-width:1680px) {
	.w1600 { width: 94%;}
}


/* lyHeader start */
.lyHeader {width: 100%;padding: 0 2.5%; background-color: #fff;box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  position: fixed; top: 0; left: 0;z-index: 997;background-color: #f3f6f9;}
.lyLogo { width:234px;overflow: hidden;margin: 20px 0;float: left;}
.lyLogo a {width: 100%; height: 60px;display:flex; display: -webkit-flex;align-items:center;}
.lyLogo a img {display: inline-block;max-width: 100%;max-height: 100%;}

.top_ssbtn{ float:right; width:70px; height:100px; background:url(../images/ssbtn.webp) center no-repeat; margin-right:25px;position:relative;}
.top_ssbtn:after{ content:''; display:block; width:1px; height:22px; background:#ddd; position:absolute; top:50%; right:0; transform:translateY(-50%);}
.z_mask {width: 100%;height: 100%; position: fixed;left: 0;top: 0;background: rgba(0, 0, 0, 0.6);z-index: 996; display: none;}
.lyTop_Search {width: 100%;height: auto; margin: 0; padding: 40px 0;border-radius: 0;
  position: fixed;left: 0;top: 100px; z-index: 999; transform: translateY(80px);background-color: #fff; text-align: center; opacity: 0;visibility: hidden;}
.lyTop_Search.on {transform: translateY(0px);visibility: inherit;opacity: 1;}
.lyTop_Search form { width: 40%;height: 50px;margin: 0 auto;padding: 0 70px 0 0;position: relative;}
.lyTop_Search form .scIpt { width: 100%; height: 50px;overflow: hidden;margin: 0; padding: 0;border-radius: 25px 0 0 25px;}
.lyTop_Search form .scIpt input { display: block;width: 100%;height: 50px;overflow: hidden;line-height: 50px;color: #666;font-size: 16px; white-space: nowrap;text-overflow: ellipsis; padding: 0 25px; background-color: #f5f5f5;border: 0;outline: none;}
.lyTop_Search form .scIpt input::-moz-placeholder { color: #aaa;}
.lyTop_Search form .scIpt input:-ms-input-placeholder {color: #aaa;}
.lyTop_Search form .scIpt input::-webkit-input-placeholder {color: #aaa;}
.lyTop_Search form .scBtn {overflow: hidden; border-radius: 0 25px 25px 0; position: absolute;top: 0; right: 0;
}
.lyTop_Search form .scBtn button {display: block;width: 70px;height: 50px;overflow: hidden;padding: 14px; background: #264dc2;border: 0;outline: none;cursor: pointer;}
.lyTop_Search form .scBtn button i {display: block; width: 22px;height: 22px; overflow: hidden;margin: 0 auto;}
.lyTop_Search form .scBtn button i svg {display: block; width: 100%;height: 100%;}
.lyTop_Search form .scBtn button i svg path { fill: #ffffff;}

.top_language{ background:#264dc2;width:110px; height:36px; border-radius:20px;padding:0 5px;float: right; margin-top: 32px; display:flex; display: -webkit-flex;  justify-content:center;align-items:center; position:relative;}
.top_language svg{ width:16px; height:16px; fill:#fff;transform:rotate(90deg);}
.top_language a{color:#fff; font-size:18px; margin:0 9px;}
.top_language .xiala{ width:100%; padding:10px 15px; border-radius:16px;position:absolute; top:37px; left:0;background:#264dc2; display:none;  transition: all 0s ease; z-index:10;}
.top_language .xiala a{ display:block; width:100%;line-height:32px; margin:0; text-align:center;}
.top_language .xiala a:hover{ background:#173dae;}
@media (max-width:1680px) { 
  .lyHeader{ padding:0 3%;}
}
@media (max-width:1600px) {
  .lyLogo { height: 52px; margin: 14px 0;}
  .lyLogo a { height: 52px;}
  .top_ssbtn{ height:80px; width:60px; margin-right:20px;}
  .lyTop_Search{ top:80px;}
  .lyTop_Search form{ width:50%;}
  .top_language{ margin-top:22px;}
}
@media (max-width:1366px) {
	.lyLogo { height:42px; margin: 19px 0;}
    .lyLogo a { height: 42px;}
	.top_language{ width:96px;height:32px; margin-top:24px;}
	.top_language .xiala{ border-radius:10px; padding:10px;}
	.top_language img{ width:18px; height:18px;}
	.top_language a{ font-size:16px; margin:0 5px;}
}
@media (max-width:1280px) {
	.top_ssbtn{width:50px; margin-right:15px;}
}
@media (max-width:1080px) {
	.lyLogo{margin: 9px 0;}
    .top_ssbtn{ height:64px;}
    .lyTop_Search{ top:64px;}
	.lyTop_Search form{ width:70%;}
	.top_language{ margin-top:16px;}
}
@media (max-width:767px) {
  .lyLogo {height: 40px; margin: 12px 0;}
  .lyLogo a { height: 40px;}
  .lyTop_Search form{ width:90%;}
}
@media (max-width:500px) {
	.lyLogo{ width:34%;}
	.top_language{ width:76px;}
    .top_language img{ display:none;}
}

/* 导航栏 开始 */
.lyNav {float: right;}
.lyNav li,.lyNav>a {text-decoration: none;list-style: none;}
.lyNav .navList>ul>li {float: left;}
.lyNav .navList>ul>li>a { display: block;line-height: 60px;color: #000;font-size: 22px;text-align: center;padding: 20px 0; margin:0 37px; position: relative; }
.lyNav .navList>ul>li:hover>a,.lyNav .navList>ul>li.active>a {color: #264dc2;}
.lyNav .navList>ul>li>a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #264dc2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.lyNav .navList>ul>li:hover>a::after,.lyNav .navList>ul>li.active>a::after { width: 100%;}

.lyNav .navList>ul>li .navxl {width: 100%;background-color:#e8edf4;position: absolute;left: 0; top: 100%;height: 0;overflow: hidden;z-index: 9; height: auto; padding:55px 0;display:none;transition: all 0s;-webkit-transition: all 0s;}
/*.lyNav .navList>ul>li:hover .navxl { height: auto; padding:55px 0;transition: all .5s;-webkit-transition: all .5s;}
.lyNav .navList>ul>li:hover .dhproxl.navxl{transition: all 0s;-webkit-transition: all 0s;}*/
/*产品及方案下拉*/
.lyNav .navList .proxl .left{width: calc(100% - 360px); float:left;}
.lyNav .navList .proxl .left p{ width:36%;padding: 0 40px;border-right:1px solid #ccc;float:left;}
.lyNav .navList .proxl .left p:nth-child(3n+1){ width:28%; padding-left:0;}
.lyNav .navList .proxl .left a{ display:block; height:50px; line-height:50px; font-size:16px; color:#555; font-weight: bold; padding-left:20px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;position:relative;}
.lyNav .navList .proxl .left a:after{ content:"";display:block; width:5px; height:5px; background:#ccc; position:absolute; left:0; top:22.5px;}
.lyNav .navList .proxl .left a:hover{text-decoration: underline; color:#264dc2;}

.lyNav .navList .proxl .right{ width:320px; float:right;}
.lyNav .navList .proxl .right a{ font-size:20px; color:#555;font-weight: bold;display:flex; display: -webkit-flex;  justify-content:space-between;align-items:center;}
.lyNav .navList .proxl .right a:hover{ color:#264dc2;text-decoration: underline;}
.lyNav .navList .proxl .right a em{display:block; width:36px; height:36px; background:#fff; border-radius:50%; text-align:center;}
.lyNav .navList .proxl .right a:hover em{background:#264dc2;}
.lyNav .navList .proxl .right a em svg{ width:20px; height:20px; fill:#264dc2;margin-top: 8px; transition: all 0s ease;}
.lyNav .navList .proxl .right a:hover em svg{fill:#fff;}
.lyNav .navList .proxl .right div{ width:100%; height:180px; border-radius:8px; overflow:hidden; margin:25px 0 13px}
.lyNav .navList .proxl .right div img{width:100%; height:100%;object-fit: cover;}
.lyNav .navList .proxl .right span{ font-size:16px; color:#777; line-height:28px;}
/*技术服务下拉*/
.jsfwxl .servli{ width:23.2%; margin-right:2.4%; float:left;}
.jsfwxl .servli:last-child{ margin-right:0;}
.jsfwxl .servli a{ font-size:18px; color:#555;font-weight: bold;display:flex; display: -webkit-flex;  justify-content:space-between;align-items:center;}
.jsfwxl .servli a:hover{ color:#264dc2;text-decoration: underline;}
.jsfwxl .servli a em{display:block; width:32px; height:32px; background:#fff; border-radius:50%; text-align:center;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.jsfwxl .servli a:hover em{background:#264dc2;}
.jsfwxl .servli a em svg{ width:20px; height:20px; fill:#264dc2;transition: all 0s ease;}
.jsfwxl .servli a:hover em svg{fill:#fff;}
.jsfwxl .servli .pic{ width:100%; height:200px; border-radius:8px; overflow:hidden; margin-top:28px;}
.jsfwxl .servli .pic img{width:100%; height:100%;object-fit: cover;}
/*About Us下拉*/
dl.gywmxl dd{ width:50%; float:left; border-right:1px solid #dce2e7;}
dl.gywmxl dd .left{ width:320px; float:left;}
dl.gywmxl dd .left a{ font-size:20px; color:#555;font-weight: bold;display:flex; display: -webkit-flex;  justify-content:space-between;align-items:center;}
dl.gywmxl dd .left a:hover{ color:#264dc2;text-decoration: underline;}
dl.gywmxl dd .left a em{display:block; width:36px; height:36px; background:#fff; border-radius:50%; text-align:center;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
dl.gywmxl dd .left a:hover em{background:#264dc2;}
dl.gywmxl dd .left a em svg{ width:20px; height:20px; fill:#264dc2;transition: all 0s ease;}
dl.gywmxl dd .left a:hover em svg{fill:#fff;}
dl.gywmxl dd .left .pic{ width:100%; height:200px; border-radius:8px; overflow:hidden; margin-top:28px;}
dl.gywmxl dd .left .pic img{width:100%; height:100%;object-fit: cover;}
dl.gywmxl dd .right{width: calc(100% - 360px);float:right; padding-right:6%; margin-top:64px;}
dl.gywmxl dd .right a{ display:block; font-size:18px; color:#555; line-height:30px; margin:10px 0 20px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
dl.gywmxl dd .right a:hover{ color:#264dc2;text-decoration: underline;}
dl.gywmxl dd:nth-of-type(2){ border-right:0;}
dl.gywmxl dd:nth-of-type(2) .left{ margin-left:6%;}
dl.gywmxl dd:nth-of-type(2) .right{width: calc(94% - 360px); padding-right:0;}
dl.gywmxl dd .right .ms{font-size:18px; color:#555; line-height:36px; max-height:144px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; margin-top:24px;}
dl.gywmxl dd .right .ms p{font-size:18px; color:#555; line-height:36px; max-height:144px;}


.lyNav .nav_menu { display: none;}
@media (max-width:1680px) {
  .lyNav { padding-right: 15px;}
}
@media (max-width:1600px) {
	.lyNav .navList>ul>li>a{ margin:0 25px;padding: 10px 0; font-size:20px;}
}
@media (max-width:1440px) {
  .lyNav { padding-right: 20px;}
  .lyNav .navList>ul>li>a { font-size:18px;margin: 0 20px;}
  .lyNav .navList .proxl .left p{padding: 0 20px;}
  
  dl.gywmxl dd .left{ width:300px;}
  dl.gywmxl dd .right{width: calc(100% - 325px);}
  dl.gywmxl dd:nth-of-type(2) .right{width: calc(94% - 325px);}
}
@media (max-width:1280px) {
  .lyNav { padding-right:0;}
  .lyNav .navList>ul>li>a {margin: 0 15px;}
  .lyNav .navList>ul>li .navxl { padding:40px 0;}
  
}
@media (max-width:1200px) {
  .lyNav .navList>ul>li { padding: 0;}
  .lyNav .navList>ul>li:hover>a,
  .lyNav .navList>ul>li.active>a { color: #264dc2;}
  .lyNav .navList>ul>li>a::before {width: 14px;height: 14px;margin-top: -7px;}
  .lyNav .navList>ul>li:hover>a::before,
  .lyNav .navList>ul>li.active>a::before {background: url(../images/nav_ico2.png) center center no-repeat; background-size: 100% 100%;}
  .lyNav .navList>ul>li>a::after { background-color: #264dc2;}
  
  .lyNav .navList .proxl .left p { width:50% !important;}
  .lyNav .navList .proxl .left p:nth-child(3n+1) { padding:0 20px;}
}
@media (max-width:1080px) {
  .lyNav {height: 0; margin: 0; padding: 0;}
  .lyNav .navList {width:0; height: 100%; margin: 0;padding: 0; position: fixed; top: 0;left: -100%; z-index: 9999;transition: 0.5s;-webkit-transition: 0.5s; }
  .lyNav .navList ul {width: 50%;height: 100%;overflow-y: scroll; background-color: #fff;position: relative; z-index: 9999;}
  .lyNav .navList .navMask {width: 100%; height: 100%;background-color: rgba(0, 0, 0, 0.6);position: absolute;left: 0; top: 0;z-index: 9998;}
  .lyNav .navList ul>li {width: 100%; overflow: hidden; margin: 0 auto;padding: 0; background: none;box-sizing: border-box; position: relative;}
  .lyNav .navList ul>li>a {width: 100%;height: 64px;line-height: 64px;color: #000;font-size: 18px;text-align: left;padding: 0 6%;margin:0;}
  .lyNav .navList>ul>li>a::before {width: 16px;height: 16px; margin-top: -8px; left: 18px;}
  .lyNav .navList>ul>li:hover>a::before,
  .lyNav .navList>ul>li.active>a::before {background: url(../images/nav_ico1.png) center center no-repeat; background-size: 100% 100%;}
  .lyNav .navList>ul>li:hover,.lyNav .navList>ul>li.active { background-color: #264dc2;}
  .lyNav .navList>ul>li:hover>a,.lyNav .navList>ul>li.active>a {color: #fff; border-bottom: 1px solid rgba(0, 0, 0, .06); }
  .fp-viewing-page2 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page2 .lyNav .navList>ul>li.active>a,
  .fp-viewing-page4 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page4 .lyNav .navList>ul>li.active>a,
  .fp-viewing-page5 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page5 .lyNav .navList>ul>li.active>a,
  .nyHeader .lyNav .navList>ul>li:hover>a,
  .nyHeader .lyNav .navList>ul>li.active>a {color: #fff; }
  .lyNav .navList>ul>li>a>em {display: none; }
  .lyNav .navList>ul>li>a::after { display: none;}
  .lyNav .navList>ul>li i { display: block; width: 64px;height: 64px;background: url(../images/zk.png) center center no-repeat; background-size: 20px 20px;position: absolute; top: 0; right: 0; z-index:2;}
  .lyNav .navList>ul>li:hover i,.lyNav .navList>ul>li.active i{background: url(../images/zk2.png) center center no-repeat; }
  .lyNav .navList>ul>li:hover i.cur{  background: url(../images/sq.png) center center no-repeat; background-size: 20px 20px;}
  .lyNav .navList>ul>li i.cur{background: url(../images/sq2.png) center center no-repeat;}
  .lyNav .navList>ul>li.active i.cur{background: url(../images/zk2.png) center center no-repeat;}
  .lyNav .navList>ul>li .navxl { width: 100%;overflow: hidden; margin-top: 0;position: inherit;left: inherit;top: inherit; background-color: #f8f8f8;box-shadow: none; border: 0;border-radius: 0; border-bottom: 1px solid rgba(85, 87, 89, 0.1); height:auto; padding:20px 0; display:none;transition: all 0s;-webkit-transition: all 0s;}
  .lyNav .navList>ul>li:hover .navxl{ padding:20px 0;transition: all 0s;-webkit-transition: all 0s;}
  .lyNav .navList>ul>li:hover>em,.lyNav .navList>ul>li.active>em { display: none;}
  
  .lyNav .nav_menu {display: block; width: 86px;height: 64px;padding: 22px 30px;}
  .lyNav .nav_menu span { display: block;width: 100%;height: 3px;background-color: #999; border-radius: 1px;margin: 0 auto;}
  .lyNav .nav_menu span+span { margin-top: 6px;}
  .lyNav .nav_menu:hover span { background-color: #264dc2;}
  .lyNav .open { width: 100%; overflow: auto;left: 0%;}
  
  .lyNav .navList .proxl .left{ width:100%;}
  .lyNav .navList .proxl .left p{ width:50%;}
  .lyNav .navList .proxl .left p:nth-child(3n+1){width:50%; padding-left:3%;}
  .lyNav .navList .proxl .left p:nth-child(2n){ border:0;}
  .lyNav .navList .proxl .left a{ height:46px; line-height:46px; padding-left:10px;}
  .lyNav .navList .proxl .left a:after{ top:20px;}
  .lyNav .navList .proxl .right{ display:none;}
  
  .jsfwxl .servli{ width:100%; height:46px; line-height:46px; margin-right:0; padding:0 3%;}
  .jsfwxl .servli a{ font-size:18px;}
  .jsfwxl .servli a em{ width:24px; height:24px;}
  .jsfwxl .servli a em svg{width:18px; height:18px;}
  .jsfwxl .servli .pic{ display:none;}
  
  dl.gywmxl dd{ padding:0 3%; border:0;}
  dl.gywmxl dd{ width:100%;}
  dl.gywmxl dd .left{ width:100%; height:46px; line-height:46px;}
  dl.gywmxl dd:nth-of-type(2) .left{ margin-left:0;}
  dl.gywmxl dd .left a{ font-size:18px;}
  dl.gywmxl dd .left a em{width:24px; height:24px;}
  dl.gywmxl dd .left a em svg{width:18px; height:18px;}
  dl.gywmxl dd .right,dl.gywmxl dd .left .pic{display:none;}
}
@media (max-width:820px) {
  .lyNav .nav_menu {width: 28px;height: 64px; padding: 22px 0;}
  .lyNav .nav_menu span{ height:2px;}
  .lyNav .nav_menu span+span{margin-top: 7px;}
  }
@media (max-width: 767px) {
  .lyNav .navList ul { width: 64%; }
  .lyNav .navList>ul>li>a::before { width: 14px; height: 14px; margin-top: -7px; left: 10px;}
  
  .lyNav .navList .proxl .left p,.lyNav .navList .proxl .left p:nth-child(3n+1){ width:100%;border:0;}
}
@media (max-width: 500px) {
  .lyNav .nav_menu {width: 24px;}
}

@media (max-width:280px) {
  .lyNav .nav_menu {display: block;width: 42px; height: 64px; padding: 23px 10px;}
  .lyNav .nav_menu span+span { margin-top: 6px;}
}

/* 导航栏 结束 */

/* lyHeader end */

/*nybanner*/
.nyBanner { width: 100%; overflow: hidden; margin:100px auto 0; padding: 0;position: relative;}
.nyBanner img.BaImg { display: block; width:100%;}
.nyBanner .nyBa_Text{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.nyBanner .nyBa_Text em{ display:block; width:24px; height:24px; background:url(../images/nyba_ico.webp) center no-repeat; margin-bottom:10px;}
.nyBanner .nyBa_Text p{ font-size:48px;color:#fff;font-weight: bold;}
.nyBanner .nyBa_Text i{ display:block;width:64px; height:64px; border:1px solid rgba(255,255,255,.1); border-radius:50%; margin-top:50px; display: none;}
.nyBanner .nyBa_Text i svg{ width:30px; height:30px; fill:#fff; margin:17px 0 0 18px;}
.nyBanner .nyBa_Text .ms{font-size:20px;color: #fff; text-align: justify; line-height:34px;width:50%; margin-top:15px; max-height:106px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
@media screen and (max-width:1600px){
	.nyBanner {margin:80px auto 0;}
	.nyBanner .nyBa_Text p{ font-size:44px;}
	.nyBanner .nyBa_Text i{ margin-top:20px; width:56px; height:56px;}
	.nyBanner .nyBa_Text i svg{ margin: 13px 0 0 14px;}
}
@media (max-width:1440px) {
	.nyBanner .nyBa_Text p{ font-size:40px;}
	.nyBanner .nyBa_Text .ms{font-size:18px;}
}
@media (max-width:1200px) {
.nyBanner { height: 380px; }
.nyBanner img.BaImg { width: 1459px; height: 380px;}
.nyBanner .nyBa_Text p{ font-size:36px;}
}
@media (max-width:1080px) {
.nyBanner { height: 320px;margin:64px auto 0;}
.nyBanner img.BaImg { width: 1229px; height: 320px; }
.nyBanner .nyBa_Text p{ font-size:32px;}
.nyBanner .nyBa_Text em{ background-size:18px 17px;}
.nyBanner .nyBa_Text i{ display:none;}
.nyBanner .nyBa_Text .ms{ width:70%; margin-top:5px; max-height:78px;font-size:16px; line-height:26px;}
}
@media (max-width:920px) {
.nyBanner { height:260px; }
.nyBanner img.BaImg { width: 1000px; height: 260px;}
}
@media (max-width:767px) {
	.nyBanner { height:200px; }
    .nyBanner img.BaImg { width: 768px; height: 200px;}
	.nyBanner .nyBa_Text{ width:88%;}
	.nyBanner .nyBa_Text em{ margin-bottom:0;background-size:15px 14px;}
	.nyBanner .nyBa_Text p{ font-size:22px;}
}
@media (max-width:600px) {
	.nyBanner { height:169px; }
    .nyBanner img.BaImg { width: 650px; height:169px;}
	.nyBanner .nyBa_Text .ms{ display:none;}
}
/*nyBanner 结束*/

/*ny_title*/
.ny_title{ text-align:center;}
.ny_title span { display: inline-block; font-size:48px; color:#222;font-weight: bold; border-bottom: 10px solid rgba(38, 77, 194, .25);}

@media (max-width:1440px) {
	.ny_title span{ font-size:40px;}
}
@media (max-width:1200px) {
	.ny_title span{ font-size:36px;}
}
@media (max-width:1080px) {
	.ny_title span{ font-size:32px; border-bottom: 5px solid rgba(38, 77, 194, .25);}
}
@media (max-width:767px) {
	.ny_title span{ font-size:24px;}
}

/*footer*/
footer{ background:#264dc2;}
footer .footmian{ padding:75px 0;overflow:hidden;}
footer .footmian .left{ width:67.5%; display:flex; display: -webkit-flex;justify-content:space-between; float:left;}
footer .ftpbt{ font-size:22px;font-weight: bold; color:#fff; padding-bottom:15px; border-bottom:1px solid rgba(255,255,255,.25); margin-bottom:30px; display:block;}
footer .footmian .left li{ width:15%;margin-right:5.75%;}
footer .footmian .left li:nth-of-type(1){ width:27%;}
footer .footmian .left li div a{ display:block; width:100%; float:left;color:rgba(255,255,255,.7); font-size:18px; margin-bottom:10px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
footer .footmian .left li div a:hover{ color:#fff;}
footer .footmian .left li:nth-of-type(1) div a{ width:50%; padding-right:5%; }
footer .footmian .left li:nth-of-type(1) div a:nth-child(2n){ padding-right:0;}

footer .footmian .right{ width:32.5%; float:right;display: flex;display: -webkit-flex;justify-content: space-between;}
footer .footmian .right .foot_ewm{ width:152px;text-align:center;}
footer .footmian .right .foot_ewm img{ max-width:100%;}
footer .footmian .right .foot_ewm p{ font-size:18px;color:rgba(255,255,255,.7); margin-top:15px;}
footer .footmian .right .foot_lkico{width: calc(80% - 152px);}
footer .footmian .right .foot_lkico a{ display:block; width:50px; height:50px; border-radius:50%; background:rgba(255,255,255,.2);display:flex; display: -webkit-flex;  justify-content:center;align-items:center; float:left; margin-left:10%; margin-bottom:25px;}
footer .footmian .right .foot_lkico a:nth-child(3n){ margin-right:0;}
footer .footmian .right .foot_lkico a svg{ fill:rgba(255,255,255,.55); width:20px; height:20px;transition: all 0s ease;}
footer .footmian .right .foot_lkico a:nth-of-type(3) svg{width:16px; height:16px;}
footer .footmian .right .foot_lkico a:hover{ background:#fff;}
footer .footmian .right .foot_lkico a:hover svg{fill:#264dc2;}

footer .banquan{ border-top:1px solid rgba(255,255,255,.25); padding:35px 0; overflow:hidden;}
footer .banquan a,footer .banquan p{ font-size:16px; color:rgba(255,255,255,.7);margin-right:5px; display:inline;}
footer .banquan a:hover{ color:#fff;}
footer .banquan .left{ width:65%; float:left;}
footer .banquan .right{width:25%; float:right; text-align:right;}
@media (max-width:1440px) {
	footer .footmian .left{ width:70%;}
	footer .footmian .left li:nth-of-type(1){ width:40%;}
    footer .footmian .left li{ width:20%;margin-right:5%;}
	footer .footmian .right{ width:30%;}
	footer .footmian .right .foot_lkico a{ width:40px; height:40px; margin-left:5%;}
}
@media (max-width:1200px) {
	footer .footmian{ padding:60px 0 50px;}
	footer .footmian .left{width: calc(100% - 152px); }
	footer .footmian .right{ width: 152px; }
	footer .footmian .right .foot_ewm{ width:100%;}
	footer .footmian .right .foot_lkico{ display:none;}
}
@media (max-width:1080px) {
	footer .footmian{ padding:50px 0 20px;}
	footer .footmian .left{ display: block !important;width:70%;}
	footer .footmian .left li:nth-of-type(1){ width:50%;}
	footer .footmian .left li{ width:50%; margin-right:0; float:left; padding-right:10%;}
	footer .ftpbt{ padding-bottom:25px; margin-bottom:40px;border-bottom: 1px solid rgba(255, 255, 255, .1);}
	footer .footmian .left li div{ display:none;}
	footer .footmian .right{ width:132px;}
	footer .footmian .right .foot_ewm p{ margin-top:5px;}
	
	footer .banquan .left{ width:100%;}
	footer .banquan .right{ display:none;}
}
@media (max-width:767px) {
	footer .footmian{padding:35px 0 30px;}
	footer .footmian .left{ width:100%; display:none !important;}
	footer .ftpbt{ font-size:20px;padding-bottom: 15px; margin-bottom:25px;}
	footer .footmian .left li{ text-align:center; width:48%; padding-right:0; margin-right:4%;}
	footer .footmian .left li:nth-of-type(1){ width:48%;}
	footer .footmian .left li:nth-child(2n){ margin-right:0;}
	footer .footmian .right{ width:152px; margin:0 auto; float:none;}
	footer .banquan{padding:25px 5%;}
	footer .banquan .left{ width:100%; text-align:center;}
	footer .banquan .right{ display:none;}
}


/* lyPage start */
.lyPage {
  width: 100%;
  margin: 0 auto;
  line-height: 44px;
  color: #999;
  font-size: 18px;
  text-align: center;
}

.lyPage a {
  display: inline-block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #555;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  vertical-align: top;
  border-radius: 4px;
  margin: 0 8px;
  padding: 0;
  position: relative;
}

.lyPage a.upPage { margin: 0 20px 0 0;}
.lyPage a.downPage {margin: 0 0 0 20px;}
.lyPage a:hover,.lyPage a.pnnum1 {color: #fff; background-color: #264dc2;}
.lyPage a i {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyPage a i svg {display: block;width: 100%; height: 100%; margin: 0 auto;}
.lyPage a i svg path {fill: #555555;}
.lyPage a:hover i svg path { fill: #ffffff;}
@media screen and (max-width:1440px){
	.lyPage a{margin: 0 4px; width:40px; height:40px; line-height:40px; font-size:16px;}
	.lyPage a.upPage{ margin-right:5px;}
	.lyPage a.downPage{ margin-left:5px;}
}
@media screen and (max-width:767px){
    .lyPage a { margin: 0; width:60px;}
    .lyPage a.upPage {margin: 0 4px 0 0;}
    .lyPage a.downPage {margin: 0 0 0 4px;}
	.lyPage a.pnnum,.lyPage a.pnnum1{ display:none;}
}
/* lyPage end */

/*nyjsfw_nav*/
.nyjsfw_nav{ background:#fff; overflow:hidden;}
.nyjsfw_nav a{ display:block;width:25%; height:90px; line-height:90px; font-size:22px; text-align:center; float:left; position:relative;}
.nyjsfw_nav a:before{ content:''; display:block; width:1px; height:22px; background:#e6e6e6; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.nyjsfw_nav a:first-child:before{ display:none;}
.nyjsfw_nav a.on,.nyjsfw_nav a:hover{ background:#264dc2; color:#fff;}
.nyjsfw_nav a.on:before,.nyjsfw_nav a:hover:before{ display:none;}
.nyjsfw_nav a.on+a:before,.nyjsfw_nav a.on+a:before,.nyjsfw_nav a:hover+a:before{ display:none;}
@media screen and (max-width:1440px){
	.nyjsfw_nav a{height:76px; line-height:76px;}
}
@media screen and (max-width:1080px){
	.nyjsfw_nav a{height:66px; line-height:66px; font-size:20px;}
}
@media screen and (max-width:767px){
	.nyjsfw_nav>.w1600{ width:100%;}
	.nyjsfw_nav a{height:54px; line-height:54px; font-size:16px;}
}