.menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    height: 80px;
    width: 100%;
    margin: 0 auto;
    /* background-color: rgba(255, 255, 255, 0); */
    font-size: 18px;
    letter-spacing: 5.7px;
    border: 1px solid rgba(255,255,255,0.13);
}

.pcmenu_container {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.pcmenu_container a {
    cursor: pointer;
    position: relative;
    z-index: 9999999999;
}

.pcmenu_container img{
    width: 100%;
    cursor: pointer;
}
.pc_handler-wapper {
    z-index: 999;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    box-sizing:border-box;
    /*height: 330px;*/
    opacity: 0.8;
    /*padding: 0 29px;*/
}

.pc_handler-wapper.active1 {
    /*position: absolute;*/
    z-index: 999;
    right: 2px;
    /*top: 2px;*/
    width: 173px;
    /*height: 330px;*/
    background: rgba(195, 20, 30, 0.70);
    /* 支持opacity的浏览器*/
}

.handler-wapper {
    width: 100%;
    height: 80px;
    padding: 0;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    /*justify-content: flex-end;*/
    align-items: center;
    text-align: left;
    position: relative;
}

.menu-handler {
    position: absolute;
    width: 34px;
    /*height: 27px;*/
    margin-left: 130px;
    /*margin-top: 27px;*/
    cursor: pointer;
    top: 30px;
    right: 20px;
}

.menu img {
    float: left;
    width: 132px;
    /*margin-top: 13px;*/
}

.menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    filter: alpha(opacity=0);
    /* IE */
    -moz-opacity: 0;
    /* 老版Mozilla */
    -khtml-opacity: 0;
    /* 老版Safari */
    opacity: 0;
    /* 支持opacity的浏览器*/
}

.menu ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    list-style: none;
}

.menu .rightmenu li a {
    letter-spacing: 0em;
    text-decoration: none;
}

.menu .rightmenu li a p {
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    font-size: 1.0em;
    transform: translate(100px);
    -ms-transform: translate(100px);
    /* IE 9 */
    -moz-transform: translate(100px);
    /* Firefox */
    -webkit-transform: translate(100px);
    /* Safari 和 Chrome */
    -o-transform: translate(100px);
}

.menu .rightmenu {
    float: right;
    visibility: hidden;
    padding-bottom: 30px;
    z-index: 999 !important;
    /*padding: 0 30px 20px 20px;*/
}

.menu .nocurrent {
    border-bottom: transparent;
}

.menu .current {
    display: block;
    width: 32px;
    height: 32px;
    margin: 15px 0 0 100px;
    background: url(../images/fork.png) no-repeat;
    background-size: cover;
}

.menu-handler .burger {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    transform-origin: center;
    -webkit-transform-origin: center;
    transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
/*.menu-handler .burger:nth-child(2) {
    margin: 8px 0 8px;
}*/
.menu-handler .burger-1 {
    top: 0;
}

.menu-handler .burger-2 {
    top: 8px;
    margin-left: 0;
}

.menu-handler .burger-3 {
    top: 16px;
}

/* .menu-handler.active .burger {
    background: #fff !important;
} */

.menu-handler.active .burger-1 {
    top: 12px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.menu-handler.active .burger-3 {
    top: 12px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.menu-handler.active .burger-2 {
    /*margin-left: 50px;*/
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 1s;
}

.menu ul li a {
    color: #fff;
}
.menu .rightmenu li:nth-child(1) {
    letter-spacing: 80px;
}
.menu .rightmenu li:nth-child(2) {
    letter-spacing: 30px;
}
.menu .rightmenu li:nth-child(3) {
    letter-spacing: 5.6px;
}
.menu .rightmenu li:nth-child(4) {
    letter-spacing: 5.7px;
}
.menu .rightmenu li:nth-child(5) {
    letter-spacing: 14.5px;
}
.menu ul li:nth-child(1) p.active11 {
    /*letter-spacing: 35px;*/
    text-align: center;
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
    visibility: visible;
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
    transition-duration: 1s;
    transform: translate(0);
    -ms-transform: translate(0);
    /* IE 9 */
    -moz-transform: translate(0);
    /* Firefox */
    -webkit-transform: translate(0);
    /* Safari 和 Chrome */
    -o-transform: translate(0);
}

.menu ul li:nth-child(2) p.active22 {
    /*letter-spacing: 10px;*/
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
    visibility: visible;
    transform: translate(0);
    -ms-transform: translate(0);
    /* IE 9 */
    -moz-transform: translate(0);
    /* Firefox */
    -webkit-transform: translate(0);
    /* Safari 和 Chrome */
    -o-transform: translate(0);
    transition-duration: 1.5s;
}

.menu ul li:nth-child(3) p.active33 {
    /*letter-spacing: 5px;*/
    /*   filter:alpha(opacity=100); IE
   -moz-opacity:1; 老版Mozilla
   -khtml-opacity:1; 老版Safari
   opacity: 1; 支持opacity的浏览器   */
    visibility: visible;
    transform: translate(0);
    -ms-transform: translate(0);
    /* IE 9 */
    -moz-transform: translate(0);
    /* Firefox */
    -webkit-transform: translate(0);
    /* Safari 和 Chrome */
    -o-transform: translate(0);
    transition-duration: 2s;
}

.menu ul li:nth-child(4) p.active44 {
    /*letter-spacing: 6px;*/
    /*   filter:alpha(opacity=100); IE
   -moz-opacity:1; 老版Mozilla
   -khtml-opacity:1; 老版Safari
   opacity: 1; 支持opacity的浏览器   */
    visibility: visible;
    transform: translate(0);
    -ms-transform: translate(0);
    /* IE 9 */
    -moz-transform: translate(0);
    /* Firefox */
    -webkit-transform: translate(0);
    /* Safari 和 Chrome */
    -o-transform: translate(0);
    transition-duration: 2s;
}

.menu ul li:nth-child(5) p.active55 {
    /*letter-spacing: 5px;*/
    /*   filter:alpha(opacity=100); IE
   -moz-opacity:1; 老版Mozilla
   -khtml-opacity:1; 老版Safari
   opacity: 1; 支持opacity的浏览器   */
    visibility: visible;
    transform: translate(0);
    -ms-transform: translate(0);
    /* IE 9 */
    -moz-transform: translate(0);
    /* Firefox */
    -webkit-transform: translate(0);
    /* Safari 和 Chrome */
    -o-transform: translate(0);
    transition-duration: 2s;
}

.menu ul.active1 {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
    color: #fff;
    transition-delay: 0s;
    transition-duration: 2s;
    padding-left: 0px;
}

.handler-wapper.active1 {
    background: #9a0101 !important;
    opacity: 0.8;
    transition-delay: 0s;
    transition-duration: 2s;
}

.rightmenu.active3 {
    -webkit-transform: translate(100px);
    transform: translate(100px);
    color: #f00;
    -webkit-animation: text1 40s linear infinite;
    -o-animation: text1 40s linear infinite;
}

.rightmenu li a p:hover {
    /*color: #e98787;*/
    color: rgba(255,255,255,0.50);
}

.model {
    width: 100%;
    height: 1080px;
    position: relative;
    z-index: 999;
    display: none;
}

.model .bg {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #fff;
}

.model .box {
    width: 1000px;
    padding-top: 100px;
    position: absolute;
    z-index: 999999999;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.model .phone {
    width: 1200px;
    margin: 0 auto;
    /* margin-top: 80px; */
}

.model .phone img {
    width: 80px;
    margin-right: 35px;
}

.model .phone .text {
    font-family: PingFangSC-Light;
    font-size: 26px;
    color: #222222;
    letter-spacing: 0;
    font-weight: bold;
}

.model .phone .num {
    font-family: ZonaPro-BoldItalic;
    font-size: 40px;
    color: #15C386;
    letter-spacing: 0;
    font-weight: bold;
    font-style:italic
}

.model .item {
    /* margin-right: 130px; */
}

.model .item .title {
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0.5px;
    margin-bottom: 65px;
    font-weight: bold;
}

.model .item .title .index {
    font-weight: bold;
}

.model .item .link {
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    color: #222222;
    letter-spacing: 0.36px;
    margin-bottom: 36px;
}

.model .item .mintit {
    font-weight: 400;
}
.header {
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
    /*padding: 398px 0 0;*/
    min-height: 640px;
    height: 640px;
    position: relative
}

.header-warp {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    padding-left: 44px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.header-content {
    width: 320px;
}

.header-content h3 {
    font-size: 60px;
}

.logoimg {
    width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
}

.section2 {
    width: 1200px;
    padding-bottom: 66px;
    margin: 0 auto;
}

/* .section2 .title {
    text-align: center;
    margin: 95px 0 85px;
    color: #193585;
    font-size: 40px;
    font-weight: 500;
} */

.section2 .card-info .item {
    width: 30%;
    position: relative;
}

.section2 .card-info .item img {
    width: 100%;
}

.section2 .card-info .item .desc {
    position: absolute;
    width: 80%;
    font-family: PingFangSC-Light;
    font-size: 13px;
    color: #222222;
    left: 50%;
    transform: translate(-50%);
    top: 320px;
}

/* .section2 ul {
    display: flex;
}

.section2 ul li {
    margin: 0 17px;
} */

/* .section2 ul li .sub-title {
    text-align: center;
    font-size: 30px;
    margin: 25px 0 24px;
    font-weight: 500;
    color: #000;
}

.section2 ul li .sub-cont {
    line-height: 26px;
    width: 286px;
    margin: 0 auto;
    color: #666;
} */

.section6-warp {
    width: 100%;
    height: 500px;
    background: #ccc;
    color: #fff;
    padding-top: 107px;
    box-sizing: border-box;
    text-align: center;
}

.section6>h1 {
    padding-bottom: 13px;
    border-bottom: 4px solid #fff;
    margin-bottom: 84px;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    line-height: inherit;
}

.icon-lists {
    padding-left: 20px;
    display: flex;
    margin-bottom: 140px;
}

.icon-item {
    width: 110px;
}

.icon-item img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.icon-item .desc {
    font-size: 12px;
    margin-top: 10px;
    color: #000;
}
.icon-item .desc-en {
    font-family: PingFangSC-Regular;
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px;
    color: #15C386;
    text-align: center;
    word-break: keep-all;
    -moz-word-break: keep-all;
    -o-word-break: keep-all;
    -ms-word-break: keep-all;
    word-wrap: break-word;
    -moz-word-wrap: break-word;
    -o-word-wrap: break-word;
    -ms-word-wrap: break-word;
}

.section4 {
    width: 100%;
    padding: 126px 0 43px;
    display: flex;
    background: #f5f5f5;
}

.section4 img {
    width: 92%;
    display: flex;
    background: #f5f5f5;
}

.section4 .title {
    font-size: 30px;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}

.section4 p {
    margin-bottom: 40px;
    color: #666;
}

.section4 div:first-child {
    flex-grow: 1;
}

.section4 div:last-child {
    width: 550px;
    padding: 0 30px;
    padding-right: 14%;
}

.section4 p {
    width: 390px;
    line-height: 25px;
    margin-top: 20px;
}

.section4 .first-title {
    font-size: 40px;
    display: inline-block;
    color: #fff;
    background: #193585;
    /* padding: 5px 13px; */
    margin-bottom: 47px;
    font-weight: 500;
}

.section5 {
    width: 100%;
    padding: 0 0 53px;
}

.section5-cont {
    display: flex;
    /*align-items: center;*/
}

.section5 img {
    width: 100%;
    display: flex;
    background: #f5f5f5;
}

.section5 .title {
    font-size: 30px;
    font-weight: 500;
    line-height: inherit;
    margin: 35px 0 25px;
    color: #000;
}

.section5 div:first-child {
    flex-grow: 1;
}

.aa {
    width: 550px;
    padding: 0 30px;
    padding-right: 14%;
}

.section5 p {
    line-height: 25px;
    width: 495px;
    color: #666;
    /*margin-top: 20px;*/
}

.section5 .first-title {
    padding: 100px 0 60px;
    text-align: center;
    font-size: 40px;
    color: #193585;
}

.section5 .first-title img {
    width: auto;
    margin: 0 auto;
}

/*移动端*/

.banner-mobile {
    width: 100%;
    height: 5.2rem;
    background: url(../images/mobile/nkzh_banner.jpg) center no-repeat;
    background-size: cover;
}

.info-mobile {
    padding: 0.67rem 0.3rem 0.67rem;
    font-size: 0.2rem;
    color: #666666;
    background: #fff;
}

.info-mobile h3 {
    margin-bottom: 0.67rem;
    font-size: 0.44rem;
    color: #193585;
    font-weight: bold;
    text-align: -webkit-center;
}

.sub-title {
    font-size: 0.22rem;
    margin-bottom: 0.58rem;
    text-align: -webkit-center;
}

.info-mobile .item {
    display: flex;
    margin-bottom: 0.15rem;
    justify-content: center;
    align-items: center;
}

.info-mobile .item img {
    width: 3.34rem;
    height: 3.34rem;
}

.item .right {
    margin-left: 0.15rem;
}

.info-mobile .item .item-content {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 0.32rem;
    background: #fff;
}

.info-mobile .item .item-content .title {
    display: inline-table;
    color: #fff;
    font-size: 0.3rem;
    background: #193585;
    padding: 0.07rem 0.09rem;
    margin-bottom: 0.1rem;
    float: right;
}

.mob-section2 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #666666;
    padding: 0 0.27rem 0.58rem 0.35rem;
}

.mob-section2 .title {
    text-align: center;
    padding: 0.7rem 0 0.55rem;
}

.mob-section2 .title h3 {
    font-size: 0.5rem;
}

.mob-section2 .title .sub-title {
    font-size: 0.3rem;
    color: #193585;
}

.mob-section2-cont {
    height: 4.78rem;
    position: relative;
    background-size: 3.98rem 4.38rem;
    display: flex;
    align-items: center;
}

.mob-section2-cont img {
    width: 3.98rem;
    height: 4.38rem;
    margin-top: 0.2rem;
}

.mob-section2-cont div {
    position: absolute;
    right: 0;
    top: 0;
    width: 4.23rem;
    height: 4.66rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.18rem 0.3rem 0.27rem;
    background: rgba(53, 94, 172, 0.9);
    float: right;
    color: #fff;
}

.mob-section2 .sub-title2 {
    font-size: 0.3rem;
    color: #000;
    margin: 0.5rem 0 0.25rem;
}

.field {
    width: 100%;
    padding: 0.7rem 0 0 0.14rem;
    box-sizing: border-box;
    background: url(../images/mobile/nkzh_syly_bg1.jpg) no-repeat;
    background-size: cover;
    font-size: 0.2rem;
    color: #fff;
}

.field2 {
    background: url(../images/mobile/nkzh_syly_bg2.jpg) no-repeat;
}

.field .title {
    font-size: 0.3rem;
    padding-bottom: 0.15rem;
    border-bottom: 0.05rem solid #fff;
    display: table;
    margin-left: 0.26rem;
    margin-bottom: 0.62rem;
}

.field ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.field ul li {
    width: 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.25rem;
}

.field2 ul li {
    width: 1.6rem;
}

.field ul li img {
    width: 0.76rem;
    height: 0.68rem;
}

.field ul li p {
    margin-top: 0.15rem;
}

.field ul .line {
    width: 0.02rem;
    height: 1.25rem;
    /*background: -moz-linear-gradient(top, #000000 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(#586b9a, #9aa9cb, #586b9a);
    background: -o-linear-gradient(#586b9a, #9aa9cb, #586b9a);
    background: -ms-linear-gradient(#586b9a, #9aa9cb, #586b9a);
    background: linear-gradient(#586b9a, #9aa9cb, #586b9a);*/
    /*width: 2px;
    height: 126px;*/
    background: url(../images/zylx_01_x.png) no-repeat;
    background-size: contain;
}

.field2 ul .line {
    width: 0.02rem;
    height: 1.25rem;
    /*background: -moz-linear-gradient(top, #000000 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(#586b9a, #9aa9cb, #586b9a);
    background: -o-linear-gradient(#586b9a, #9aa9cb, #586b9a);
    background: -ms-linear-gradient(#586b9a, #9aa9cb, #586b9a);
    background: linear-gradient(#877a7a, #fff, #877a7a);*/
    /*background: url(../images/mobile/zylx_01_x.png) no-repeat;
    background-size: contain;*/
    background: url(../images/zylx_01_x.png) no-repeat;
    background-size: contain;
}

.mob-section4 {
    padding: 0.66rem 0 0.58rem;
    background: #f5f5f5;
    font-size: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mob-section4 img {
    width: 7.5rem;
}

.mob-section4 p:nth-child(1) {
    display: inline-table;
    color: #fff;
    font-size: 0.4rem;
    background: #193585;
    padding: 0.06rem 0.09rem;
}

.mob-section4 p:nth-child(2) {
    font-size: 0.3rem;
    margin: 0.3rem 0 0.22rem;
}

.mob-section4 p:nth-child(3) {
    line-height: 0.32rem;
    margin-bottom: 0.6rem;
    padding: 0 0.4rem;
    color: #666666;
}

.mob-section5 {
    font-size: 0.2rem;
    color: #666666;
    background: #fff;
    overflow: auto;
}

.mob-section5 p:nth-child(1) {
    font-size: 0.46rem;
    color: #193585;
    margin: 0.85rem auto 0.72rem;
    text-align: center;
}

.mob-section5 p:nth-child(3) {
    font-size: 0.3rem;
    color: #000;
    margin: 0 auto 0.3rem;
    padding-left: 0.4rem;
}

.mob-section5 p:nth-child(4) {
    padding: 0 0.4rem 0.55rem;
    line-height: 0.32rem;
}

.mob-section5 .sec {
    min-height: 5.04rem;
    background: url(../images/mobile/nkzh_03.jpg) center 0.25rem no-repeat;
    background-size: 100%;
    padding-bottom: 0.3rem;
}

.mob-section5 .sec img {
    width: 7.5rem;
    height: 5.04rem;
}

.mob-section5 .main {
    width: 4.3rem;
    background: rgba(53, 74, 142, 0.77);
    color: #fff;
    padding: 0.35rem 0.24rem;
    margin-left: 0.18rem;
    line-height: 0.32rem;
}