.ji-ban{
    overflow: hidden;
    line-height: 0;
    position: relative;
}
.ji-ban .ji-bg{
    max-width: 101%;
    min-width: 100%;
}
.ji-con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Noto Sans SC', sans-serif;
    line-height: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ji-con h3{
    font-size: 2.5vw;
    color: #ffffff;
    font-weight: 600;
}
.ji-con div{
    font-size: 20px;
    color: #ffffff;
    opacity: 0.8 !important;
    max-width: 497px;
    margin-top: 0.7%;
}
.ncp-con{
    font-family: 'Noto Sans SC', sans-serif;
}
.ncp-con h3{
    font-size: 2vw;
    text-align: center;
    color: #333333;
}
.nwhy-con h3{
    margin-bottom: 1.5%;
}
.ncp-con{
    font-size: 18px;
    line-height: 36px;
    color: #808080;
    text-align: center;
    max-width: 84.1%;
    margin: 0 auto;
}
.ncp-jianshu{
    max-width: 1255px;
    margin-top: 4.85%;
}
.ncp-jianshu h3{
    margin-bottom: 3.3%;
}
.ncp-jianshu .ncp-xz{
    margin-top: 3.4%;
}
.ncp-xz a,.ncp-xz p{
    width: 12.8vw;
    height: 5.21vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}
.ncp-xz a span,.ncp-xz p span{
	font-size: 18px;
	color: #ffffff;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 600;
	position: relative;
	z-index: 2;
}
.ncp-xz a img,.ncp-xz p img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .4s;
}
.ncp-xz a:hover img{
    transform: scale(.95);
}
.ncp-xz p:hover img{
    transform: scale(.95);
}
.ncp-tu{
    text-align: center;
    position: relative;
    background-color: #f1f2f3;
    margin-top: 4%;
    line-height: initial;
    padding: 2.85% 0;
    overflow: hidden;
    height: 28.65vw;
}
.ncp-tu img{
    position: relative;
    z-index: 2;
    max-width: 85%;
    max-height: 100%;
}
.ncp-tu img:nth-child(1){
    cursor: pointer;
    transition: all .4s;
    transform: scale(1);
}
.ncp-tu img:nth-child(2){
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(.95);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    max-height: 71%;
}
.ncp-tu:hover img:nth-child(1){
    opacity: 0;
    visibility: hidden;
    transform: scale(.9);
}
.ncp-tu:hover img:nth-child(2){
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%) scale(1);
}
.ncp-tu::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/ncptu-bg.jpg) no-repeat right top;
    background-size: 130% auto;
    animation: hmp5Bg 20s linear infinite;
    width: 100%;
    height: 100%;
    left: -38px;
    margin-right: -100px;
    margin-top: -100px;
}
@keyframes hmp5Bg {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(0.9) rotate(40deg) skew(30deg, -30deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg) skew(0deg, 0deg);
  }
}
.nys-con {
    margin-top: 7%;
}
.nys-con h3{
    margin-bottom: 1.5%;
}
.nys-con ul{
    display: flex;
    justify-content: center;
    margin-top: 3.7%;
}
.nys-con ul li{
    margin: 0 4%;
    transition: all .4s;
}
.nys-con ul li:hover{
    transform: translateY(-4px);
}
.nys-con ul li:nth-child(1){
    margin-left: 0;
}
.nys-con ul li:last-child{
    margin-right: 0;
}
.nys-con ul li P{
    height: 4vw;
    width: 3.91vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nys-con ul li P img{
    max-height: 100%;
    max-width: 100%;
}
.nys-con ul li div{
    font-size: 1.15vw;
    color: #333333;
    margin-top: 0.5vw;
    transition: all .5s;
}
.nys-con ul li:hover div{
    color: rgb(31,87,161);
}
.nys-con ul li:hover P img{
    animation: 0.7s fd linear; 
}
@keyframes fd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.nwhy-con{
    background-color: #f4f4f4;
    position: relative;
    margin-top: 6.4%;
    padding-top: 4.5%;
    padding-bottom: 5.3%;
    overflow: hidden;
}
.nwhy-con .ncp-con{
    position: relative;
    z-index: 2;
}
.nwhy-con ul{
    display: flex;
    justify-content: center;
    margin-left: -0.45%;
    margin-right: -0.45%;
    margin-top: 4.4%;
}
.nwhy-con .ncp-xz {
    margin-top: 4.5%;
}
.nwhy-con ul li{
    width: 25%;
    padding: 0 0.45%;
    transition: all .5s;
}
.nwhy-con ul li p{
    background-color: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    font-size: 18px;
    color: #333333;
    padding: 5.7% 4%;
    font-weight: 500;
    transition: all .5s;
}
.nwhy-con ul li:hover{
    transform: translateY(-4px);
}
.nwhy-con ul li:hover p{
    color: rgb(31,87,161);
}
.nwhy-con::after{
    content: "";
    position: absolute;
    background: url(../images/cys-bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ncp-tc{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 223;
    font-family: 'Noto Sans SC', sans-serif;
    display: none;
}
.ncp-tc-con{
    max-width: 84.1%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.ncp-tc-cont{
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    padding: 4.6% 11.8% 4.5% 11%;
    position: relative;
    height: 94vh;
}
.ncp-tc-close{
    position: absolute;
    right: 3.5%;
    top: 5%;
    width: 1.6%;
    cursor: pointer;
}
.ncp-tc-close img{
    max-width: 100%;
}
.ncp-tc-close img:nth-child(2){
    display: none;
}
.ncp-tc-close:hover img:nth-child(2){
    display: inline;
}
.ncp-tc-close:hover img:nth-child(1){
    display: none;
}
.ncp-tc-bt div:nth-child(1){
    font-size: 1.565vw;
    color: #333333;
}
.ncp-tc-bt div:nth-child(2){
	font-size: 14px;
	color: #666666;
}
.ncp-tc-bt div:nth-child(2) a{
    color: #55c1d6;
    transition: all .4s;
    display: inline;
}
.ncp-tc-bt div:nth-child(2) a:hover{
    text-decoration: underline;
}
.ncp-tc-cont form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
    max-height: 84%;
    overflow-y: auto;
}
.ncp-tc-cont form .ncpform-items{
    width: 47.1%;
    margin-bottom: 3%;
}
.ncp-tc-cont form .ncpform-items div:nth-child(1){
    font-size: 16px;
    color: #666666;
    margin-bottom: 2%;
}
.ncp-tc-cont form .ncpform-items div:nth-child(2){
    background-color: #f9f9f9;
	border: solid 1px #e5e5e5;
	padding: 3%;
}
.ncp-tc-cont form .ncpform-items div:nth-child(2) input{
    line-height: initial;
    width: 100%;
    font-size: 14px;
    color: #000000;
    background: none;
    outline: none;
    resize: none;
    font-family: 'Noto Sans SC', sans-serif;
}
::-webkit-input-placeholder{
    color: #b3b3b3;
}
:-moz-placeholder{
    color: #b3b3b3;
}
::-moz-placeholder{
    color: #b3b3b3;
}
:-ms-input-placeholder{
    color: #b3b3b3;
}
::-ms-input-placeholder{
    color: #b3b3b3;
}
.ncpform-an{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.7%;
}
.ncpform-an input,.ncpform-an button{
    font-size: 18px;
    width: 14.55vw;
    padding: 0.81vw 0;
    border: none;
    margin: 0 2.8%;
    background: none;
    font-family: 'Noto Sans SC', sans-serif;
    cursor: pointer;
    transition: all .5s;
}
.ncpform-an input{
    color: #55c1d6;
    border: solid 1px #55c1d6;
}
.ncpform-an input:hover{
    box-shadow: 1px 1px 10px #55c1d6;
    transform: translateY(-4px);
}
.ncpform-an button:hover{
    box-shadow: 1px 1px 10px #55c1d6;
    transform: translateY(-4px);
    border: solid 1px #55c1d6;
}
.ncpform-an button{
    background-color: #55c1d6;
	border: solid 1px #e5e5e5;
	color: #fff;
}

/*---------------------------应用-------------------------------------------------------*/
.jyy-js{
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 17px;
    margin: 0 auto;
    width: 768px;
    max-width: 90%;
    line-height: 2;
    color: #787878;
    margin-top: 7.5%;
}
.yy-cont{
    font-family: 'Noto Sans SC', sans-serif;
    margin-top: 4.5%;
}
.yy-cont .yy-items{
    transition: all .5s;
    padding: 6vh 0;
}
.yy-cont .yy-items:hover{
    background: #ecf8ff;
}
.yy-cont .yy-items .yy-items-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1366px;
    margin: 0 auto;
}
.yy-cont .yy-items .yy-items-con .yy-lf{
    width: 29.3%;
}
.yy-cont .yy-items .yy-items-con .yy-lf img{
    max-width: 100%;
}
.yy-cont .yy-items .yy-items-con .yy-rt{
    width: 59.5%;
}
.yy-cont .yy-items .yy-items-con .yy-rt h3{
    font-size: 25px;
    color: #505050;
}
.yy-cont .yy-items .yy-items-con .yy-rt h4{
    font-size: 16.9px;
    color: #505050;
    font-weight: 300;
    letter-spacing: 2px;
}
.yy-cont .yy-items .yy-items-con .yy-rt div{
    font-size: 16.9px;
    color: #787878;
    line-height: 2;
    margin-top: 3.8%;
}
.yy-cont .yy-items:nth-child(2n) .yy-items-con{
    flex-direction: row-reverse;
}
.yy-cont .yy-items .yy-items-con .yy-rt div ul{
    display: flex;
    margin-top: 3.5%;
}
.yy-cont .yy-items .yy-items-con .yy-rt div ul li{
    margin-right: 3%;
}
.yy-cont .yy-items .yy-items-con .yy-rt div ul li:last-child{
    margin-right: 0%;
}
.yy-cont .yy-items .yy-items-con .yy-rt div ul li a{
    display: block;
    color: #00a1e9;
    border: 2px solid #51a8de;
    font-size: 16.9px;
    border-radius: 2rem;
    padding: 4px 25.5px;
    transition: all .5s;
}
.yy-cont .yy-items .yy-items-con .yy-rt div ul li a:hover{
    background: #51a8de;
    color: #fff;
    box-shadow: 1px 1px 10px #51a8de;
    transform: translateY(-4px);
}
.xyy{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 10.3%;
    padding-bottom: 4.6%;
}
.xyy .xyy-con{
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 17px;
    margin: 0 auto;
    width: 768px;
    max-width: 90%;
    line-height: 2;
    color: #787878;
}
.xyy .xyy-con h2{
    font-size: 2.3vw;
    color: #505050;
    text-align: center;
}
.xyy .xyy-con h3{
    text-align: center;
    font-size: 21px;
    color: #505050;
    font-weight: 300;
    letter-spacing: 3px;
    margin-top: -2%;
    margin-bottom: 6.7%;
}
@media (max-width:1920px) {
}
@media (max-width:1599px) {
    .ncp-xz a span,.ncp-xz p span,.ncp-con {
        font-size: 17px;
    }
    .ncp-xz a,.ncp-xz p {
        width: 14.8vw;
        height: 5.5vw;
    }
    .nwhy-con ul li p{
        font-size: 16px;
    }
}
@media (max-width:1477px) {
.ji-con div {
    font-size: 19px;
}
.ncp-xz a span,.ncp-xz p span, .ncp-con {
    font-size: 16px;
}
.ncp-tc-con,.ncp-con{
    max-width: 90%;
}
}
@media (max-width:1400px) {
    .yy-cont .yy-items .yy-items-con{
        max-width: 94%;
    }
    .xyy .xyy-con h3{
        font-size: 19px;
    }
}
@media (max-width:1365px) {
.ji-con div {
    font-size: 17px;
}
.ncp-xz a span,.ncp-xz p span, .ncp-con {
    font-size: 15px;
    line-height: 33px;
}
.nwhy-con ul li p {
    font-size: 14px;
}
.ncp-tc-cont {
    padding: 4.6% 8.8% 4.5% 9%;
}
.yy-cont .yy-items .yy-items-con .yy-rt div ul li a,.yy-cont .yy-items .yy-items-con .yy-rt h4,.yy-cont .yy-items .yy-items-con .yy-rt div,.xyy .xyy-con,.jyy-js{
    font-size: 15px;
}
.yy-cont .yy-items .yy-items-con .yy-rt h3 {
    font-size: 23px;
}
.xyy .xyy-con h3 {
    font-size: 17px;
}
}

@media (max-width:1199px) {
.ji-con div {
    font-size: 16px;
    max-width: 43%;
}
.ncp-con h3 {
    font-size: 22px;
}
.ncp-xz a,.ncp-xz p {
    width: 16.8vw;
    height: 6.5vw;
}
.nwhy-con ul{
    flex-wrap: wrap;
}
.nwhy-con ul li {
    width: 49%;
    margin-bottom: 1.1%;
}
.nwhy-con ul li p {
    padding: 3.7% 4%;
}
.ncp-tc {
    z-index: 99999;
}
.ncp-tc-bt div:nth-child(1) {
    font-size: 21px;
}
.ncp-tc-cont form .ncpform-items div:nth-child(1) {
    font-size: 15px;
}
.ncpform-an input, .ncpform-an button {
    font-size: 16px;
}
.xyy .xyy-con h3 {
    font-size: 15px;
    margin-top: -7px;
}
}

@media (max-width:990px) {
.ji-con div {
    font-size: 13px;
}
.ncp-xz a,.ncp-xz p {
    width: 157px;
    height: 62px;
}
.nys-con ul{
    flex-wrap: wrap;
}
.nys-con ul li{
    width: calc(100%/3);
    margin: 0;
    margin-bottom: 35px;
}
.nys-con ul li div {
    font-size: 15px;
}
.ncp-con{
    max-width: 94%;
}
.ncp-tc-cont{
    height: auto;
}
.xyy .xyy-con h2 {
    font-size: 24px;
}
}

@media (max-width:767px) {
.ji-con div{
    display: none;
}
.ji-con h3 {
    font-size: 16px;
}
.ncp-con h3 {
    font-size: 18px;
}
.ncp-xz a span,.ncp-xz p span, .ncp-con {
    font-size: 13px;
    line-height: 27px;
}
.ncp-jianshu {
    margin-top: 49px;
}
.ncp-jianshu h3 {
    margin-bottom: 17px;
}
.ncp-jianshu .ncp-xz {
    margin-top: 21px;
}
.ncp-tu {
    margin-top: 36px;
    height: 201px;
}
.nys-con {
    margin-top: 50px;
}
.nys-con h3 {
    margin-bottom: 17px;
}
.nys-con ul li div {
    font-size: 14px;
    line-height: 19px;
    margin-top: 12px;
}
.nys-con ul li {
    width: 50%;
    padding: 0 4%;
    margin-bottom: 26px;
}
.nys-con ul li P {
    height: 29px;
    width: 26px;
}
.nys-con ul {
    margin-top: 31px;
}
.nwhy-con {
    margin-top: 21px;
    padding-top: 49px;
    padding-bottom: 44px;
}
.nwhy-con ul {
    margin-top: 27px;
    margin-bottom: 16px;
}
.nwhy-con ul li {
    width: 100%;
    margin-bottom: 16px;
}
.ncp-tc-bt div:nth-child(1) {
    font-size: 18px;
}
.ncp-tc-bt div:nth-child(2) {
    font-size: 13px;
    line-height: 19px;
}
.ncp-tc-cont form .ncpform-items div:nth-child(1) {
    font-size: 14px;
}
.ncp-tc-cont form .ncpform-items div:nth-child(2) input {
    font-size: 12px;
}
.ncp-tc-cont form .ncpform-items{
    width: 100%;
}
.ncp-tc-cont {
    padding: 8.6% 8% 11.5% 8%;
}
.ncp-tc-cont{
    height: 94vh;
    border-radius: 13px;
}
.ncpform-an input, .ncpform-an button {
    font-size: 14px;
    width: 74px;
    padding: 5px 0;
}
.ncpform-an {
    margin-top: 11px;
}
.ncp-tc-close {
    right: 7.5%;
    top: 3%;
    width: 13px;
}
.nwhy-con h3 {
    margin-bottom: 14px;
}
.yy-cont .yy-items .yy-items-con .yy-rt div ul li a, .yy-cont .yy-items .yy-items-con .yy-rt h4, .yy-cont .yy-items .yy-items-con .yy-rt div, .xyy .xyy-con, .jyy-js {
    font-size: 13px;
}
.jyy-js {
    margin-top: 50px;
}
.yy-cont {
    margin-top: 52px;
}
.yy-cont .yy-items .yy-items-con{
    display: block;
}
.yy-cont .yy-items .yy-items-con .yy-lf {
    width: 66%;
    margin: 0 auto;
}
.yy-cont .yy-items .yy-items-con .yy-rt {
    width: 100%;
}
.yy-cont .yy-items .yy-items-con .yy-rt h3,.yy-cont .yy-items .yy-items-con .yy-rt h4{
    text-align: center;
}
.yy-cont .yy-items .yy-items-con .yy-rt h3 {
    font-size: 20px;
}
.yy-cont .yy-items .yy-items-con .yy-rt div{
    margin-top: 16px;
}
.yy-cont .yy-items .yy-items-con .yy-rt div ul {
    margin-top: 23px;
}
.yy-cont .yy-items .yy-items-con .yy-rt div ul li a {
    padding: 4px 0;
    width: 112px;
    text-align: center;
}
.yy-cont .yy-items {
    padding: 56px 0;
}
.xyy {
    padding-top: 50px;
    padding-bottom: 45px;
}
.xyy .xyy-con h3 {
    font-size: 14px;
    margin-top: -6px;
    letter-spacing: 0;
}
.yy-cont .yy-items{
    background: #ecf8ff;
}
.yy-cont .yy-items:nth-child(2n){
    background: #ffffff;
}
}