﻿@charset "utf-8";
/* CSS Document */


/**********nbanner***************/
.banner-pro {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner-pro img {
    float: left;
    width: 100%;
    overflow: hidden;
    height: auto;
}
.banner-about {
    width: 92%;
    max-width: 1600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    color: #fff;
    margin: calc(57.5px - 20px);
}
.banner-about h3 {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 0.4rem;
    line-height: 2;
    font-family: "SOURCEHANSANSCN-BOLD";
}
.banner-about p {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 0.2rem;
    font-family: "SOURCEHANSANSCN-REGULAR";
    margin-top: 0.5rem;
}

@media (max-width:993px) {
.banner-pro img {
    height: 280px;
}
.banner-about {
    margin: 0px;
}
}
.downBtn {
    overflow: hidden;
    display: block;
    cursor: pointer;
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    left: 50%;
    margin-left: -15px;
    bottom: 0.3rem;
    background: url(../images/arrow3.png) center no-repeat;
    background-size: contain;
    z-index: 99;
    -webkit-animation: arrowdown 1s ease infinite;
    animation: arrowdown 1s ease infinite;
}
 @keyframes arrowdown {
0% {
transform:translateY(0);
}
50% {
transform:translateY(30%);
}
 100% {
transform:translateY(0);
}
}
 @-webkit-keyframes arrowdown {
 0% {
-webkit-transform:translateY(0);
}
 50% {
-webkit-transform:translateY(30%);
}
 100% {
-webkit-transform:translateY(0);
}
}
/*************部件产品中心**********************/
.NewProduct {
    position: relative;
    padding: .6rem 0px 0.8rem;
    background: #000;
}
#pro-box-z.NewProduct{
    padding: 1.3rem 0px 0.8rem;
}
.NewProduct .box .boxLeft {
    width: 20%;
    max-width: 3.2rem;
}
.NewProduct .box .boxLeft article {
    position: -webkit-sticky;
    position: sticky;
    top: 84px;
    max-height: 84vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.NewProduct .box .boxLeft article .fixed_nav {
    position: relative;
}
.NewProduct .box .boxLeft article li h3 {
    display: block;
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    line-height: 0.64rem;
    padding: 0 0.15rem;
    animation: scalevv 2s linear infinite alternate;
    -webkit-animation: scalevv 2s linear infinite alternate;
    box-sizing: border-box;
}
@-webkit-keyframes scalevv {
 0% {
transform: translate3d(0px, -10px, 0px)
}
 50% {
transform: translate3d(0px, 0px, 0px)
}
 100% {
transform: translate3d(0px, 10px, 0px);
}
}
.NewProduct .box .boxLeft article li {
    position: relative;
}
.NewProduct .box .boxLeft article ul.sub li:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #ffffff;
    border-radius: 100px;
    left: 5px;
    top: 40%;
}
.NewProduct .box .boxLeft article ul.sub li:hover:before{
    border: 3px solid #fac100;
}
.NewProduct .box .boxLeft article ul.sub li.aon:before{
    border: 3px solid #fac100;
}
.NewProduct .box .boxLeft article li a {
    position: relative;
    display: block;
    font-size: 17px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.9);
    line-height: 0.25rem;
    box-sizing: border-box;
    padding: 0.25rem 0.15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.NewProduct .box .boxLeft article li a:after, .NewProduct .box .boxLeft article li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    background: linear-gradient(270deg, #404040 5%, hsla(0,0%,100%,.8) 10%, hsla(0,0%,100%,.8) 95%, #404040);
}
.NewProduct .box .boxLeft article li a:after {
    bottom: 0;
    transform-origin: left;
    transform: translateX(100%)
}
.NewProduct .box .boxLeft article li a:hover:before {
    transition: transform .6s cubic-bezier(.67, 0, .33, 1);
    transform: translateX(100%);
    opacity: 1;
}
.NewProduct .box .boxLeft article li a:hover:after {
    transition: transform .6s cubic-bezier(.67, 0, .33, 1);
    transform: translateX(-100%);
    opacity: 1;
}
.NewProduct .box .boxLeft article .active a {
    color: #fff;
    font-weight: bold;
}
.NewProduct .box .boxLeft article::-webkit-scrollbar {
width: 1px;
height: 2px;
}
.NewProduct .box .boxLeft article::-webkit-scrollbar-thumb {
border-radius: 2px;
background: rgba(2, 173, 1695, 0.2);
}
.NewProduct .box .boxLeft article::-webkit-scrollbar-track {
border-radius: 2px;
background: #f9f9f9;
}
.NewProduct .box .boxRight {
    width: 78%;
}
.NewProduct .box .boxRight .h3 {
    font-size: 0.22rem;
    color: #fac100;
    font-weight: bold;
    line-height: 0.4rem;
    transition-duration: .5s;
    position: relative;
    padding-left: 15px;
    margin-bottom: 0.2rem;
}
.NewProduct .box .boxRight .h3:after {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    line-height: 1px;
    background-color: #fac100;
    position: absolute;
    left: 0;
    top: 0;
}
/*产品切换*/
.pro-cont {
    padding: 0.3rem 0 0.4rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pro-cont .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
    opacity: .4;
}
.pro-cont .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1.05);
    opacity: 1;
}
.pro-cont.pro-list-w .swiper-slide{
    width: 33.3333%;
    float: left;
    opacity:1;
}
.pro-cont .pro-slide {
    width: 100%;
    background: rgba(255, 255 ,255, 0);
}
.pro-cont .pro-slide img {
    width: 100%;
}
.pro-cont .pro-title {
    color: #fff;
    line-height: 2;
    font-size: 0.16rem;
    height: 115px;
}
.m2shLayer {
    background: rgb(22 115 198 / 80%);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.6);
}
.m2shLayer .pro_name {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    position: relative;
}
.m2shLayer .pro_name:before {
    content: "";
    display: table;
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -15px;
}
.m2shLayer .pro_jian {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    margin-bottom: 15px;
}
.m2shLayer .pro_more {
    width: 120px;
    height: 36px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
}
.pro-cont .swiper-slide:hover .m2shLayer {
    opacity: 1;
    transform: scale(1);
}
.scroll-other {
    position: relative;
    height: 0.45rem;
    margin-top: 0.4rem;
    text-align: center;
}
.scroll-other .swiper-button-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.66rem;
    height: 0.45rem;
    background: url("../images/img-next.png") no-repeat;
    background-size: cover;
    margin-top: 0;
    color: #fff;
    z-index: 99;
    transition: all 0.5s;
    opacity: 1;
}
.scroll-other .swiper-button-next:hover {
    background: url("../images/img-next-h.png") no-repeat;
    background-size: cover;
}
.scroll-other .swiper-button-next:after {
    display: none;
}
.scroll-other .swiper-button-prev {
    position: absolute;
    top: 0;
    left: auto;
    right: 0.7rem;
    width: 0.66rem;
    height: 0.45rem;
    background: url("../images/img-prev.png") no-repeat;
    background-size: cover;
    margin-top: 0;
    color: #fff;
    transition: all 0.5s;
    opacity: 1;
    z-index: 9;
}
.scroll-other .swiper-button-prev:hover {
    background: url("../images/img-prev-h.png") no-repeat;
    background-size: cover;
}
.scroll-other .swiper-button-prev:after {
    display: none;
}

@media (max-width:767px) {
.NewProduct .box .boxLeft {
    width: 100%;
    max-width: 100%;
}
.NewProduct .box .boxLeft article {
    position: -webkit-sticky;
    position: sticky;
    top: 84px;
    max-height: 30vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.NewProduct .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
}
.NewProduct .box .boxLeft article li h3 {
    display: block;
    font-size: 22px;
}
.NewProduct .box .boxRight .h3 {
    font-size: 18px;
}
}
/***********成套产品**************/
.n-complete-bg {
    padding: 0.7rem 0px 1rem;
    background: #000;
    position: relative;
    overflow: hidden;
}
.n-complete-bg .waves {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 6rem;
}
.n-complete-bg .waves>canvas {
    display: none;
}
.n-complete-box {
    padding-bottom: 40px;
}
.n-complete-list {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    width: 100%;
    flex-direction: row;
    margin: 0.5rem 0px;
}
.n-complete-text {
    padding-left: 5vw;
    width: 55%;
}
.n-complete-text h2 {
    font-size: 0.26rem;
    line-height: 1.5;
    animation: scalevv 2s linear infinite alternate;
    -webkit-animation: scalevv 2s linear infinite alternate;
    color: #fff;
}
.n-complete-text h3 {
    font-size: 0.13rem;
    line-height: 1.7;
    color: #fff;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.n-complete-text .cta-link {
    font-size: 16px;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.4);
}
.n-complete-img {
    margin-left: auto;
    width: 42%;
    text-align: center;
}
.n-complete-img img {
    max-width: 100%;
}
.n-complete-box .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
    background: url(../images/prev.png) center center no-repeat;
    background-size: contain;
    left: 10px;
}
.n-complete-box .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
    background: url(../images/next.png) center center no-repeat;
    background-size: contain;
    right: 10px;
}
.n-complete-box .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.35rem;
    color: #333;
    background: #fff;
    opacity: .8;
    font-size: 0.14rem;
}
.n-complete-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fac100;
    color: #fff;
}

@media (max-width:767px) {
.n-complete-text {
    padding-left: 5vw;
    width: 100%;
    margin-bottom: 0.4rem;
}
.n-complete-img {
    margin-left: auto;
    width: 100%;
    text-align: center;
}
}
/***********video***************/
.m2banner {
    position: relative;
}
.m2banner .bgImg {
    height: 50vw;
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
}
.m2banerVideo {
    height: 50vw;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
}
.m2banerVideo video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.m2banner:before {
    content: "";
    background: rgba(0,0,0,0.3) url(../images/topBg.png) repeat-x left top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}
.m2banner:after {
    content: "";
    background: url(../images/banenr_line.png) repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
    z-index: 2;
}
/***********change*************/
.n-cpthree-bg {
    position: relative;
    width: 100%;
    background: #000;
    padding: 1rem 0px 0.8rem 0px;
    color: #fff;
}
.n-cpthree-bg.onScreen {
    background: #f1f5f7;
    color: #001217;
}
.n-cpthree-box {
    width: 100%;
    padding-left: 20%;
}
.n-cpthree-bg .n-cpthree-tit {
    font-size: 0.3rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.n-cpthree-bg .n-cpthree-subtit {
    width: 90%;
    max-width: 800px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.o-section {
    padding: 0.8rem 0px 0.2rem;
}
.o-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.o-section-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 0.3rem;
    margin-bottom: 0.5rem;
}
.o-section-item:nth-child(2) {
    padding-left: 0.3rem;
    padding-right: 0;
}
.o-section-item:before {
    content: "";
    display: block;
    border-top: 1px solid #b5abab;
    padding-bottom: 0.2rem;
    max-width: 250px;
    width: 100%
}
.o-section-item-number {
    width: auto;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400
}
.o-section-item-number span {
    display: inline-block;
    font-size: 1.2rem;
}
.o-section-item-title {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400
}
.o-section-item-bottom {
    font-size: 16px;
    text-align: right;
    margin-top: 0.5rem;
}
/***********chengtao*************/
.o-section-item h4 {
    font-size: 0.25rem;
    margin-bottom: 0.2rem;
    line-height: 1.5;
    font-weight: 400;
}
.o-section-item .o-section-tet {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

@media (max-width:767px) {
.n-cpthree-bg .n-cpthree-tit {
    font-size: 0.4rem;
}
.n-cpthree-box {
    width: 100%;
    padding-left: 0%;
}
.o-section-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%
}
.o-section-item:nth-child(2) {
    padding-left: 0;
    padding-right: 0.3rem;
}
.o-section-item h4 {
    font-size: 0.35rem;
    margin-bottom: 0.2rem;
}
.n-complete-text h2 {
    font-size: 20px;
}
.n-complete-text h3 {
    font-size: 16px;
}
}
/************行业应用****************/
.mc_b1s1 {
    padding: 0px 0 0.8rem;
}
.mc_b2s1_imgbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.mc_b2s1_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}
.mc_b2s1_imgbox .mc_b2s1_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    overflow: hidden;
}
.mc_b2s1_poster {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.mc_b2s1_list {
    width: 100%;
    height: 100%;
}
.mc_b2s1_img.act {
    opacity: 1;
}
.mc_b2s1_li {
    float: left;
    width: 25%;
    height: 100%;
    position: relative;
}
.mc_b2s1li_title {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    margin-top: 60px;
    text-align: center;
    transition: all .36s;
}
.mc_b2s1_lisbox {
    display: block;
    width: 100%;
    height: 100%;
}
.mc_b2s1li_cont {
    width: 100%;
    padding: 0 15px;
}
.mc_b2s1_li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.deco {
    display: block;
    width: .6rem;
    height: .6rem;
    opacity: 1;
    transition: .1s;
    transform: translateZ(0);
    margin: 0 auto;
}
.deco:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: .4rem;
    width: .4rem;
}
.deco i, .deco em {
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: .22rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: .22rem;
}
.deco:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 100%;
    height: .6rem;
    width: .6rem;
}
.mc_pos_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mc_b2s1_li:hover .deco:before {
    animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.mc_b2s1_li:hover .deco i, .mc_b2s1_li:hover .deco em {
    background: #fff;
    animation: scalepulse 1.3s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.mc_b2s1_li:hover .deco:after {
    animation: scalepulse 1.3s linear .15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.mc_b2s1_li:hover .mc_b2s1li_title {
    font-weight: bold;
}
 @keyframes scalepulse {
 20% {
 -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
 transform: translate3d(-50%, -50%, 0) scale(1.15);
 -webkit-animation-timing-function: ease;
 animation-timing-function: ease
}
 50% {
 -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
 transform: translate3d(-50%, -50%, 0) scale(1);
 -webkit-animation-timing-function: ease;
 animation-timing-function: ease
}
}
.ma_b1s1m_r {
    position: relative;
    z-index: 1;
    width: calc(100% - 475px);
    height: 666px;
}
.ma_b1s1m_l {
    width: 475px;
    padding: 0 !important;
    height: 666px;
}
.ma_b1s1_main {
    box-shadow: 0 0 14px 1px rgba(234, 234, 234, .75);
}
.ma_b1s1ml_list {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ma_b1s1ml_li {
    width: 100%;
    padding: 30px 0.7rem;
    max-height: 100%;
}
.ma_b1s1ml_li:not(:first-child) {
    display: none;
}
.ma_b1s12_title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 0.25rem;
    font-weight: bold;
}
.ma_b1s1_title {
    text-align: center;
    margin: 0.6rem 0px;
    font-size: 0.33rem;
    font-weight: bold
}
.ma_b1s1m_l p {
    font-size: 18px;
    color: #333;
    line-height: 1.75;
}
.ma_b1s2 {
    padding: 100px 0 0;
}
.ma_b1s2_title {
    margin-bottom: 126px;
}
.ma_b1s2_main {
    position: relative;
}
.ma_b1s1_list {
    margin-bottom: 240px;
}
.ma_b1s1_list:last-child {
    margin-bottom: 0;
}
.ma_b1s1_list:nth-child(odd) .ma_b1s2m_img {
    position: absolute;
    width: 100%;
    max-width: 720px;
    right: 0;
    bottom: -110px;
    z-index: 0;
    animation: fadeLeft 2s ease;
}
.ma_b1s1_list:nth-child(even) .ma_b1s2m_img {
    position: absolute;
    width: 100%;
    max-width: 700px;
    left: 0;
    bottom: -110px;
    z-index: 0;
    animation: fadeRight 2s ease;
}
.ma_b1s2m_r1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all 1s;
}
.ma_b1s2m_r2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 1s;
    opacity: 0;
    transform: translateX(100px);
    transform: none !important;
}
.ma_b1s1_list:nth-child(even) .ma_b1s2m_r2 {
    transform: translateX(-100px);
}
.ma_b1s1_list:nth-child(odd) .ma_b1s2m_font {
    float: left;
    width: calc(100% - 426px);
    background: #f7f8fa;
    padding: 90px 275px 90px 84px;
}
.ma_b1s1_list:nth-child(even) .ma_b1s2m_font {
    float: right;
    width: calc(100% - 426px);
    background: #f7f8fa;
    padding: 90px 84px 90px 275px;
}
.mc_b2s1_video {
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
.mc_b1s1 .ma_b1s1ml_li {
    padding: 30px 30px;
}
.ma_b1s1ml_li {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}
.ma_b1s1m_l, .ma_b1s1m_r {
    width: 100%;
}
.ma_b1s1m_l {
    height: auto;
}
.ma_b1s1m_l {
    padding: 40px 20px;
}
.ma_b1s1m_r {
    height: 400px;
}
.ma_b1s12_title {
    margin-bottom: 0px;
}
.ma_b1s1m_l p {
    font-size: 18px;
}
}

@media screen and (max-width:767px) {
.mc_b2s1_li {
    width: 100%;
    height: 25%;
}
.mc_b2s1_li:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.deco {
    float: right;
}
.mc_b2s1li_title {
    margin-top: 0px;
    text-align: left;
    line-height: 20px;
    padding-top: 10px;
}
}
/*******ROLINKPOWER************/
.n-cpone-icon {
    position: absolute;
    width: 1.5vw;
    z-index: 2;
    right: 4%;
    bottom: 5%;
}
.n-cpone-icon svg {
    cursor: pointer;
    animation: up 0.8s infinite alternate;
    transition: all 0.5s;
    will-change: transform, opacity;
}
.n-cpone-icon:hover svg {
    animation: heroArrowHover 1s cubic-bezier(.165, .84, .44, 1) forwards
}
@keyframes heroArrowHover {
 25% {
opacity:1;
transform:translate3d(0, -10%, 0)
}
 35% {
opacity:1
}
 49% {
opacity:0;
transform:translate3d(0, 25%, 0)
}
 50% {
opacity:0;
transform:translate3d(0, -25%, 0)
}
 to {
opacity:1;
transform:none
}
}
@keyframes up {
 0% {
 -webkit-transform : translateY(0%);
 -o-transform : translateY(0%);
 -ms-transform : translateY(0%);
 transform : translateY(0%);
}
 100% {
 -webkit-transform : translateY(20%);
 -o-transform : translateY(20%);
 -ms-transform : translateY(20%);
 transform : translateY(20%);
}
}
.n-rothree-bg {
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    padding: 1rem 0px;
}
.n-rothree-bg .container {
    position: relative;
}
.three_scrool {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0.4rem;
    width: 130px;
}
.three_scrool .swiper-button-next, .three_scrool .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 0.3rem;
    height: 0.4rem;
    margin-top: -0.2rem;
}
.n-rothree-tit {
}
.n-rothree-tit h2 {
    font-size: 0.4rem;
    line-height: 2;
}
.n-rothree-tit h3 {
    font-size: 14px;
    line-height: 1.5;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.presentation-items-list {
    position: relative;
}
.presentation-items {
    position: relative;
    margin-left: -.5rem;
    margin-right: -.5rem;
    margin-top: .6rem;
}
.presentation-items:after {
    content: "";
    display: block;
    width: 50%;
}
.presentation-items:nth-child(2n):before {
    content: "";
    display: block;
    width: 50%;
}
.presentation-items:nth-child(2n) .item-image {
    left: 0;
    right: auto;
}
.presentation-item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: .5rem;
    padding-right: .5rem;
}
.presentation-item .item-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    max-width: 50%;
    height: 100%;
    padding: 0 0.5rem;
}
.presentation-item .item-image .gs_reveal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.presentation-item .item-image img {
    width: 100%; /*-o-object-fit: cover; object-fit: cover;*/
}
.item-header {
    border-top: 1px solid hsla(0,0%,100%,.16);
}
.item-header .item-title {
    line-height: 1.15;
    font-weight: 300;
    font-size: 0.32rem;
    padding-top: 0.62rem;
}
.item-header .item-subtitle {
    line-height: 1.7;
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.item-description {
    margin: 0.4rem 0px;
}
.item-description p {
    margin: 0.1rem 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}
.item-stats {
    margin: 20px -20px 40px;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.item-stat {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    min-width: 25%;
    padding: 0 20px;
}
.item-stat-value {
    font-size: 0.48rem;
}
.item-stat-value:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(290.8deg, #fc0289 -3.8%, #7f02fc 25.88%, #004b7c 64.05%);
    margin-top: 12px;
}
.item-stat-value sup {
    padding-left: .2em;
    font-size: .5em;
    top: -.5em;
}
.item-stat-description {
    font-size: .14rem;
    line-height: 1.7;
    margin: 16px 0 18px;
}
.btn-group .btn {
    font-size: 14px;
    border-radius: 2em;
    padding: 14px 2.5em;
    color: #000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    outline: none;
    border: 1px solid rgba(255 ,255 ,255, 0.4);
    color: #fff;
}
.btn-group .btn:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.16);
}

@media (max-width:767px) {
.presentation-item {
    width: 100%;
}
.presentation-item .item-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 0rem;
    margin-bottom: 10px;
}
}
/***********新能源产品**************/
.energy-hmPage2 {
    background: #000;
    position: relative;
    width: 100%;
    height: 100%;
}
.energy-hmPage2 .waves {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 6rem;
}
.energy-pro-box {
    padding-bottom: 40px;
}
.energy-pro-list {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    width: 100%;
    flex-direction: row;
    margin: 0.5rem 0px;
}
.energy-pro-text {
    padding-left: 5vw;
    width: 55%;
}
.energy-pro-text h2 {
    font-size: 0.32rem;
    line-height: 1.5;
    animation: scalevv 2s linear infinite alternate;
    -webkit-animation: scalevv 2s linear infinite alternate;
    color: #fff;
}
.energy-pro-text h3 {
    font-size: 0.2rem;
    line-height: 1.7;
    color: #fff;
    margin-top: 10px;
}
.energy-pro-text .cta-link {
    font-size: 16px;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    font-weight: 700;
    line-height: 1.5;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.4);
}
.energy-pro-img {
    margin-left: auto;
    width: 42%;
    text-align: center;
}
.energy-pro-img img {
    max-width: 100%;
}
.energy-pro-box .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
    background: url(../images/prev.png) center center no-repeat;
    background-size: contain;
    left: 10px;
}
.energy-pro-box .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
    background: url(../images/next.png) center center no-repeat;
    background-size: contain;
    right: 10px;
}
.energy-pro-box .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #333;
    background: #fff;
    opacity: .8;
    font-size: 0.14rem;
}
.energy-pro-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #004b7c;
    color: #fff;
}

@media (max-width:767px) {
.energy-pro-text {
    padding-left: 5vw;
    width: 100%;
    margin-bottom: 0.4rem;
}
.energy-pro-img {
    margin-left: auto;
    width: 100%;
    text-align: center;
}
.energy-pro-text h2 {
    font-size: 20px;
}
.energy-pro-text h3 {
    font-size: 16px;
}
}
/* 工艺制造视频 */
.energy-hmPage3 {
    position: relative;
    background: #000;
}
.index-video-bg {
    position: relative;
    height: 100vh;
}
.index-video-bg .index-video-box .index-video-lf {
    position: relative;
    width: 35%;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.index-video-bg .index-video-box .index-video-lf .index-video-tit {
    width: 100%;
    text-align: center;
}
.index-video-bg .index-video-box .index-video-lf .index-video-tit .index-video-tit1 {
    color: #000;
    color: rgba(255,255, 255, 0.9);
    line-height: 1.5;
    font-size: 0.4rem;
    font-weight: bold;
    animation: scalevv 2s linear infinite alternate;
    -webkit-animation: scalevv 2s linear infinite alternate;
}
.index-video-bg .index-video-box .index-video-lf .index-video-tit .index-video-tit2 {
    color: rgba(255,255, 255, 0.9);
    line-height: 1.5;
    font-size: 0.2rem;
    animation: scalevv 2s linear infinite alternate;
    -webkit-animation: scalevv 2s linear infinite alternate;
}
@-webkit-keyframes scalevv {
 0% {
 transform: translate3d(0px, -10px, 0px)
}
 50% {
 transform: translate3d(0px, 0px, 0px)
}
 100% {
 transform: translate3d(0px, 10px, 0px);
}
}
.index-video-bg .index-video-box .index-video-lf .item1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
}
.index-video-bg .index-video-box .index-video-lf .item1 .top {
    font-size: 14px;
}
.index-video-bg .index-video-box .index-video-lf .item1 .top span {
    font-size: 0.5rem;
    font-weight: bold;
}
.index-video-bg .index-video-box .index-video-lf .item1 .bot {
    font-size: 14px;
}
.index-video-bg .index-video-box .index-video-lf .box {
    padding: 0.3rem 0;
    width: 100%;
}
.index-video-bg .index-video-box .index-video-lf .box .item {
    color: rgba(255,255, 255, 0.9);
    text-align: center;
}
.index-video-bg .index-video-box .index-video-lf .box .item .top {
    font-size: 14px;
}
.index-video-bg .index-video-box .index-video-lf .box .item .top span {
    font-size: 20px;
}
.index-video-bg .index-video-box .index-video-lf .box .item .bot {
    font-size: 14px;
}
.index-video-bg .index-video-box .index-video-lf .box p {
    background: #fff;
    opacity: 0.3;
    width: 1px;
}
.index-video-bg .index-video-box .index-video-rf {
    width: 65%;
    position: relative;
    height: 100vh;
}
.index-video-bg .index-video-box .index-video-rf .index-video-img {
    position: relative;
    height: 100%;
}
.index-video-bg .index-video-box .index-video-rf .index-video-img:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}
.index-video-bg .index-video-box .index-video-rf .index-video-img img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0.4;
}
.btn_play {
    border-radius: 50%;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.btn_play .circle {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    z-index: 999;
    text-align: center;
    color: #3f897c;
    font-size: 30px;
}
.btn_play .circle:before {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    background: #f7f7f7;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -5px;
}
.btn_play .circle span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #d42c30;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: circleScale 3s linear infinite;
    -moz-animation: circleScale 3s linear infinite;
    -ms-animation: circleScale 3s linear infinite;
    animation: circleScale 3s linear infinite;
}
.btn_play .circle span:nth-of-type(2) {
    animation-delay: 1s;
}
.btn_play .circle span:nth-of-type(3) {
    animation-delay: 2s;
}
 @keyframes circleScale {
 0% {
 opacity: 1;
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes circleScale1 {
 0% {
 opacity: 1;
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 60% {
opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(3);
 -moz-transform: scale(3);
 -ms-transform: scale(3);
 transform: scale(3);
}
}
.btn_play .circle font {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.2rem;
    margin-top: -.2rem;
    display: flex;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: 50%;
}
.btn_play .circle font img {
    display: block;
    max-width: 100%;
}
.btn_play .circle p {
    position: absolute;
    left: 50%;
    margin-left: -6.5px;
    bottom: -1rem;
    width: 13px;
    height: 1rem;
}
.btn_play .circle p img {
    margin: 0 auto;
}
/********弹出视频************/
.video-wrap {
    display: none;
}
.video-wrap .bg, .video-wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.video-wrap .bg {
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}
.video-wrap video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    max-height: 80vh;
    max-width: 75vw;
}
.video-wrap .btn-close {
    position: absolute;
    right: 24px;
    top: 30px;
    z-index: 100;
    cursor: pointer;
}
.video-wrap .btn-close .layui-icon {
    font-size: 24px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-style: normal;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    border: 0;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
}
.video-wrap .btn-close:hover .layui-icon {
    color: #082da5;
    box-shadow: 0 0 10px rgba(255, 255, 255, .7)
}
.energy-hmPage4 {
    background: #222628;
}
.service-item {
    text-align: left;
}
.service-item-link {
    margin: 0 0 0.3rem;
    display: block;
}
.service-item-media {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 0;
    line-height: 1;
}
.service-item-media:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 37%;
    bottom: 0;
    width: 100%;
    height: 63%;
    z-index: 1;
}
.n-hangye-box .swiper-slide:nth-child(3n) .service-item-media:before {
    background: #39a9eb;
    background: -moz-linear-gradient(top, #39a9eb 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #39a9eb 0%, transparent 100%);
    background: -o-linear-gradient(top, #39a9eb 0%, transparent 100%);
    background: -ms-linear-gradient(top, #39a9eb 0%, transparent 100%);
    background: linear-gradient(to top, #39a9eb 0%, transparent 100%);
}
.n-hangye-box .swiper-slide:nth-child(3n+1) .service-item-media:before {
    background: #3a5fb6;
    background: -moz-linear-gradient(top, #3a5fb6 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #3a5fb6 0%, transparent 100%);
    background: -o-linear-gradient(top, #3a5fb6 0%, transparent 100%);
    background: -ms-linear-gradient(top, #3a5fb6 0%, transparent 100%);
    background: linear-gradient(to top, #3a5fb6 0%, transparent 100%);
}
.n-hangye-box .swiper-slide:nth-child(3n+2) .service-item-media:before {
    background: #36d6c1;
    background: -moz-linear-gradient(top, #36d6c1 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #36d6c1 0%, transparent 100%);
    background: -o-linear-gradient(top, #36d6c1 0%, transparent 100%);
    background: -ms-linear-gradient(top, #36d6c1 0%, transparent 100%);
    background: linear-gradient(to top, #36d6c1 0%, transparent 100%);
}
.service-item-media .service-item-index {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    z-index: 2;
    left: 18px;
    right: initial;
    font-family: 'Gilroy-Medium';
    bottom: -.25em;
    color: #222628;
    letter-spacing: -.03em;
    display: none;
}
.service-post-title a {
    font-weight: 700;
    font-size: 0.22rem;
    line-height: 1.6;
    color: #fff;
}
.service-item-excerpt {
    margin: 10px 0 0;
    color: #fff;
    font-size: 0.14rem;
    line-height: 1.5;
    font-weight: 400;
}
.n-hangye-box .swiper-pagination-bullet {
    display: none;
    width: 16px;
    height: 16px;
    border: solid 1px #fff;
    -webkit-backface-visibility: visible;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}
.n-hangye-box .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    left: 50%;
    right: initial;
    top: 50%;
    margin: -3px 0 0 -3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

@media (max-width:767px) {
.n-hangye-box {
    padding-bottom: 1rem;
}
.index-video-bg {
    position: relative;
    height: auto;
    padding: 1rem 0px;
}
.index-video-bg .index-video-box .index-video-lf {
    position: relative;
    width: 100%;
}
.index-video-bg .index-video-box .index-video-lf .item1 {
    position: relative;
    top: 0;
    left: 50%;
    margin-top: 1rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.btn_play {
    border-radius: 50%;
    position: relative;
    z-index: 4;
    top: 30%;
    left: 15%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.index-video-bg .index-video-box .index-video-lf .box .item {
    color: rgba(255,255, 255, 0.9);
    text-align: center;
    width: 50%;
    margin-bottom: 20px;
}
.index-video-bg .index-video-box .index-video-rf {
    width: 100%;
    position: relative;
    height: auto;
}
.n-hangye-box .swiper-pagination-bullet {
    display: inline-block;
}
.service-post-title a {
    font-size: 22px;
}
.service-item-excerpt {
    font-size: 16px;
}
.service-item-media {
    height: 300px;
}
.service-item-media img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.service-item-media:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 70%;
    bottom: 0;
    width: 100%;
    height: 63%;
    z-index: 2;
    transform: translateY(-50%);
}
}
/*********可持续发展*****************/
.sustainBox1 {
    background: url(../images/g6abebg.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 1rem 0px 0px;
}
.sustainSwiper {
    height: 690px;
    margin-top: 80px;
}
.sustainSwiper .swiper-container {
    height: 100%;
    box-sizing: border-box;
}
.sustainSwiper .swiper-slide {
    width: auto!important;
    min-width: 100%;
    height: 100%;
    padding: 18px 0 0;
    box-sizing: border-box;
    z-index: 2;
}
.sustainSwiper .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    -moz-transition-timing-function: linear!important;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}
.sustainSwiper .swiper-wrapper:before {
    content: '';
    width: 156vw;
    height: 100%;/*background:url(../images/sustain_line13.svg) repeat-x left bottom;*/
    background-size: 100% auto;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    image-rendering: -webkit-optimize-contrast;
}
.sustainSwiper .sustainItem {
    float: left;
    width: 25%;
    height: 100%;
    position: relative;
}
.sustainSwiper .sustainItem ul, .sustainSwiper .sustainItem li {
    height: 100%;
}
.sustainSwiper .sustainItem ul {
    position: relative;
    display: flex;
    z-index: 1;
}
.sustainSwiper .sustainItem li {
    float: left;
    width: 20px;
    height: 100%;
    margin-left: 6vw;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.sustainSwiper .sustainItem li .libox {
    position: absolute;
    top: 20%;
    transition: all 0.6s;
}
.sustainSwiper .sustainItem li .line {
    width: 4.2vw;
    height: 100%;
    border-right: 1px solid #b5ceab;
    margin: 0 auto;
    box-sizing: border-box;/*border-bottom-right-radius:10px;*/
    position: relative;
}
.sustainSwiper .sustainItem li:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    right: -4em;
    left: 2em;
    top: 0;
    z-index: 100;
}
.sustainSwiper .sustainItem li .libox:before {
    width: 170%;
    content: "";
    display: block;
    position: absolute;
    bottom: -80%;
    left: 20%;
    top: 0;
    z-index: 100;
}
.sustainSwiper .sustainItem li .line:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #9d29f4;
    width: 100%;/*border-bottom-right-radius:10px;*/
    bottom: 0;
    right: 0;
}
.sustainSwiper .sustainItem li .line:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #9d29f4;
    bottom: -6px;
    right: 100%;
}
.sustainSwiper .sustainItem li .dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #b5ceab;
    position: absolute;
    top: -11px;
    left: 100%;
    margin-left: -6px;
    transition: all 0.6s;
}
.sustainSwiper .sustainItem li .dot:after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.6s;
}
.sustainSwiper .sustainItem li .data {
    line-height: 1;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
    white-space: nowrap;
    pointer-events: none;
    font-size: 0.4rem;
    color: #fff;
}
.sustainSwiper .sustainItem li .data span {
    padding-left: 10px;
    position: relative;
    font-size: 14px;
    color: #004b7c;
}
.sustainSwiper .sustainItem li .data span em {
    position: absolute;
    top: 3px;
    left: 120%;
}
.sustainSwiper .sustainItem li .desc {
    color: #fff;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 200px;
    padding-left: 8px;
    top: 2%;
    left: 100%;
    pointer-events: none;
}
.sustainSwiper .sustainItem .sustainTit {
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 50%;
    padding: 5px 27px;
    min-width: 60px;
    border-radius: 100px;
    z-index: 120;
}
.sustainSwiper .sustainItem li:hover {
    z-index: 10;
}
.sustainSwiper .sustainItem li:hover .libox {
    top: 0!important;
}
.sustainSwiper .sustainItem li:hover .desc {
    opacity: 1;
    transition: all 0.3s ease 0.3s;
}
.sustainSwiper .sustainItem li:hover .dot {
    width: 16px;
    height: 16px;
    margin-left: -9px;
    top: -17px;
}
.sustainSwiper .sustainItem li:hover .dot:after {
    transform: scale(1);
    opacity: 1;
}
.sustainSwiper .sustainItem li:hover .data span em {
    opacity: 0;
}
.sustainSwiper .sustainItem:nth-child(1) .sustainTit {
    background: #9d29f4;
    transform: translateX(80%);
    -webkit-transform: translateX(80%);
}
.sustainSwiper .sustainItem:nth-child(2) .sustainTit {
    background: #31b8e1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.sustainSwiper .sustainItem:nth-child(3) .sustainTit {
    background: #5e9479;
    transform: translateX(-70%);
    -webkit-transform: translateX(-70%);
}
.sustainSwiper .sustainItem:nth-child(4) .sustainTit {
    background: #004b7c;
    transform: translateX(-70%);
    -webkit-transform: translateX(-70%);
}
.sustainSwiper .swiper-slide:hover {
    z-index: 10;
}
.sustainSwiper .sustainItem:nth-child(1) li .line:before, .sustainSwiper .sustainItem:nth-child(1) li .line:after {
    border-color: #9d29f4;
}
.sustainSwiper .sustainItem:nth-child(2) li .line:before, .sustainSwiper .sustainItem:nth-child(2) li .line:after {
    border-color: #31b8e1;
}
.sustainSwiper .sustainItem:nth-child(3) li .line:before, .sustainSwiper .sustainItem:nth-child(3) li .line:after {
    border-color: #b9d1b0;
}
.sustainSwiper .sustainItem:nth-child(4) li .line:before, .sustainSwiper .sustainItem:nth-child(4) li .line:after {
    border-color: #004b7c;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) .line:before {
    width: 250px;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) .line:after {
    display: none;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(2) .line:before {
    width: 100%;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(2) .line:after {
    height: 500px;
    width: 0;
    border-radius: none;
    border: none;
    border-left: 1px solid #fff;
    top: 100%;
    right: 100%;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(3) .line:before {
    right: auto;
    left: 100%;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(3) .line:after {
    right: auto;
    left: 200%;
}
/*.sustainSwiper .sustainItem:nth-child(1) li:nth-child(3) .line{transform: rotateY(180deg);transform-origin: right;}*/
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(4) .line:before {
    width: 2.2vw;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(4) .line:after {
    right: 2.2vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) .line {
    width: 2.2vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) .line:before {
    right: auto;
    left: 100%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) .line:after {
    right: auto;
    left: 200%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(3) .line {
    width: 2.5vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(3) .line:after {
    height: 200px;
    width: 0;
    border-radius: 0;
    border: none;
    border-left: 1px solid #31b8e1;
    top: 100%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(4) .line:before {
    border: none;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(4) .line:after {
    display: none;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) .line {
    width: 7vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) .line:before {
    right: auto;
    left: 100%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) .line:after {
    right: auto;
    left: 200%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(6) .line {
    width: 2.2vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(6) .line:after {
    height: 100%;
    width: 0;
    border-radius: 0;
    border: none;
    border-left: 1px solid #31b8e1;
    top: 100%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(7) .line:before {
    border: none;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(7) .line:after {
    display: none;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) .line {
    width: 1.5vw;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) .line:before {
    right: auto;
    left: 100%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) .line:after {
    right: auto;
    left: 200%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(2) .line {
    width: 8vw;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(2) .line:after {
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(3) .line:after {
    height: 100%;
    width: 0;
    border-radius: 0;
    border: none;
    border-left: 1px solid #b9d1b0;
    top: 100%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(4) .line:before {
    border: none;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(4) .line:after {
    display: none;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(5) .line {
    width: 2.8vw;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(5) .line:after {
    height: 100%;
    width: 0;
    border-radius: 0;
    border: none;
    border-left: 1px solid #b9d1b0;
    top: 100%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(6) .line {
    width: 2vw;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(6) .line:after {
    height: 100%;
    width: 0;
    border-radius: 0;
    border: none;
    border-left: 1px solid #b9d1b0;
    top: 100%;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(1) .line {
    width: 1.5vw;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(1) .line:before {
    right: auto;
    left: 100%;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(1) .line:after {
    right: auto;
    left: 200%;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(2) .line {
    width: 8vw;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(2) .line:after {
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) {
    margin-left: 8vw;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(2) {
    margin-left: 9vw;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(3) {
    margin-left: 5vw;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(4) {
    margin-left: 6vw;
    margin-right: 5vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) {
    margin-left: 8vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(2) {
    margin-left: 10vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(3) {
    margin-left: 11.5vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(4) {
    margin-left: 4.8vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) {
    margin-left: 2vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(6) {
    margin-left: 14vw;
    margin-right: 5vw;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) {
    margin-left: 6vw;
    z-index: 10;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(2) {
    margin-left: 5vw;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(3) {
    margin-left: 13vw;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(4) {
    margin-left: 6vw;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(5) {
    margin-left: 9.7vw;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(6) {
    margin-left: 6vw;
    margin-right: 13vw;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(1) {
    margin-left: 3vw;
    z-index: 10;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(2) {
    margin-left: 4vw;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(3) {
    margin-left: 13vw;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(4) {
    margin-left: 6vw;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(5) {
    margin-left: 9.7vw;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(6) {
    margin-left: 6vw;
    margin-right: 13vw;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) .libox {
    bottom: 11%;
    top: 50%;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(2) .libox {
    bottom: 25%;
    top: 35%;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(3) .libox {
    bottom: 27%;
    top: 20%;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(4) .libox {
    bottom: 8%;
    top: 40%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) .libox {
    bottom: 8.5%;
    top: 35%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(2) .libox {
    bottom: 12%;
    top: 26%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(3) .libox {
    bottom: 25%;
    top: 18%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(4) .libox {
    bottom: 0%;
    top: 40%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) .libox {
    bottom: 20%;
    top: 29%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(6) .libox {
    bottom: 25%;
    top: 20%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) .libox {
    bottom: 5%;
    top: 25%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(2) .libox {
    bottom: 24%;
    top: 20%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(3) .libox {
    bottom: 4%;
    top: 50%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(4) .libox {
    bottom: 0%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(5) .libox {
    bottom: 20%;
    top: 40%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(6) .libox {
    bottom: 4%;
    top: 25%;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(1) .libox {
    bottom: 4%;
    top: 15%;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(2) .libox {
    bottom: 9%;
    top: 10%;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(3) .libox {
    bottom: 20%;
    top: 40%;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(4) .libox {
    bottom: 4%;
    top: 25%;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) .libox:before {
    width: 330%;
    left: -140%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) .libox:before {
    width: 300%;
    left: -40%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(3) .libox:before {
    width: 300%;
    left: -50%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) .libox:before {
    width: 80%;
    left: 60%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(6) .libox:before {
    width: 300%;
    left: -40%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) .libox:before {
    width: 400%;
    left: -90%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(2) .libox:before {
    width: 80%;
    left: 60%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(5) .libox:before {
    width: 200%;
    left: -8%;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(6) .libox:before {
    width: 500%;
    left: -100%;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(1) .libox:before {
    width: 400%;
    left: -90%;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(2) .libox:before {
    width: 80%;
    left: 60%;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(5) .libox:before {
    width: 200%;
    left: -8%;
}
.sustainSwiper .sustainItem:nth-child(4) li:nth-child(6) .libox:before {
    width: 500%;
    left: -100%;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5):hover .libox, .sustainSwiper .sustainItem:nth-child(3) li:nth-child(1):hover .libox, .sustainSwiper .sustainItem:nth-child(3) li:nth-child(3):hover .libox {
    top: 20%;
}
.sustainSwiper .sustainItem li:nth-child(1) .libox {
    animation: ani-mountainItem 6s 1s ease-in-out infinite;
}
.sustainSwiper .sustainItem li:nth-child(3) .libox {
    animation: ani-mountainItem 6s 1s ease-in-out infinite;
}

@media only screen and (max-width:1600px) {
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) {
    margin-left: 7vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(4) {
    margin-left: 4vw;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(3) {
    margin-left: 12.5vw;
}
}

@media only screen and (max-width:1440px) {
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(4) {
    margin-left: 5vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(3) {
    margin-left: 10.6vw;
}
.sustainSwiper .sustainItem:nth-child(2) li:nth-child(4) {
    margin-left: 4.5vw;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(3) {
    margin-left: 10.5vw;
}
.sustainSwiper .sustainItem li .desc {
    top: 0;
}
.sustainSwiper .sustainItem li .dot {
    width: 6px;
    height: 6px;
    margin-left: -5px;
    top: -7px;
}
.sustainSwiper .sustainItem .sustainTit {
    font-size: 14px;
    min-width: 50px;
}
.sustainSwiper .sustainItem li .line:after {
    width: 6px;
    height: 6px;
    bottom: -4px;
}
.sustainSwiper .sustainItem .sustainTit {
    bottom: 15px;
    font-size: 14px;
    min-width: 50px;
}
}

@media (max-width:1024px) {
.sustainSwiper .sustainItem li {/*width:4vw;*/
}
.dataDate {
    font-size: 12px;
}
.sustainSwiper .sustainItem li .line {
    width: 3vw!important;
}
.sustainSwiper .sustainItem li .line:after {
    width: 4px;
    height: 4px;
    bottom: -2px;
}
.sustainSwiper {
    height: 400px!important;
}
.sustainSwiper .swiper-wrapper:before {
    width: 1830px;
}
.sustainSwiper .sustainItem .sustainTit {
    font-size: 14px;
    min-width: 60px;
}
.sustainSwiper .sustainItem li .data {
    font-size: 0.6rem;
}
.sustainSwiper .sustainItem li .data span {
    font-size: 12px;
}
.sustainSwiper .sustainItem li {
    margin-left: 80px;
}
}

@media (max-width:640px) {
.sustainSwiper .sustainItem li {
    width: 80px;
}
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) {
    margin-left: 16vw;
}
.sustainSwiper .sustainItem li .line {
    width: 8vw!important;
}
.sustainSwiper .sustainItem li .desc {
    width: 180px;
}
.sustainSwiper .sustainItem:nth-child(3) li:nth-child(6) {
    margin-right: 12vw;
}
}

@media (max-width:480px) {
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) {
    margin-left: 24vw;
}
}
@keyframes ani-mountainItem {
 0% {
transform: translateY(0%);
}
 50% {
transform: translateY(5%);
}
 100% {
transform: translateY(0%);
}
}
.sustainSwiper .sustainItem:nth-child(1) li .line, .sustainSwiper .sustainItem:nth-child(1) li .line:before, .sustainSwiper .sustainItem:nth-child(1) li .line:after {
    border-color: #fff;
}
.sustainSwiper .sustainItem:nth-child(1) li .dot {
    border-color: #fff;
}
.sustainSwiper .sustainItem:nth-child(1) li .dot:after {
    background: #fff;
}
.sustainSwiper .sustainItem:nth-child(1) li .data {
    color: #fff;
}
.sustainSwiper .sustainItem:nth-child(2) li .line, .sustainSwiper .sustainItem:nth-child(2) li .line:before, .sustainSwiper .sustainItem:nth-child(2) li .line:after {
    border-color: #31b8e1;
}
.sustainSwiper .sustainItem:nth-child(2) li .dot {
    border-color: #31b8e1;
}
.sustainSwiper .sustainItem:nth-child(2) li .dot:after {
    background: #31b8e1;
}
.sustainSwiper .sustainItem:nth-child(2) li .data {
    color: #004b7c;
}
.sustainSwiper .sustainItem:nth-child(3) li .line, .sustainSwiper .sustainItem:nth-child(3) li .line:before, .sustainSwiper .sustainItem:nth-child(3) li .line:after {
    border-color: #b9d1b0;
}
.sustainSwiper .sustainItem:nth-child(3) li .dot {
    border-color: #b9d1b0;
}
.sustainSwiper .sustainItem:nth-child(3) li .dot:after {
    background: #b9d1b0;
}
.sustainSwiper .sustainItem:nth-child(3) li .data {
    color: #004b7c;
}
.sustainSwiper .sustainItem:nth-child(4) li .line, .sustainSwiper .sustainItem:nth-child(4) li .line:before, .sustainSwiper .sustainItem:nth-child(4) li .line:after {
    border-color: #004b7c;
}
.sustainSwiper .sustainItem:nth-child(4) li .dot {
    border-color: #004b7c;
}
.sustainSwiper .sustainItem:nth-child(4) li .dot:after {
    background: #004b7c;
}
.sustainSwiper .sustainItem:nth-child(4) li .data {
    color: #004b7c;
}
.dataDate {
    bottom: 25px;
    right: 25px;
    z-index: 10;
}
.sustainSwiperEn .sustainItem .sustainTit {
    bottom: 35px;
}
.dataDateEn {
    bottom: 10px;
    font-size: 12px;
}
/*********slogan******************/
.develop_tu_bg {
    position: relative;
    overflow: hidden;
    background: #222224;
    width: 100%;
    height: 100%;
}
.develop_tu_box {
    position: relative;
    align-items: center;
    width: 100%;
    height: 100%;
}
.develop_tu_lf {
    position: relative;
    width: 30%;
    z-index: 2;
    text-align: center;
}
.develop_tu_lf .develop_tu_tit {
    font-size: 0.26rem;
    line-height: 2;
    color: #fff;
}
.develop_tu_rf {
    width: 35%;
    position: relative;
    height: 100%;
}
.develop_tu_list {
    text-align: center;
}
.develop_tu_list img {
    max-width: 100%;
    border-radius: 10px;
}
.develop_tu_rf img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

@media (max-width:769px) {
.develop_tu_bg {
    height: 100vh;
}
.develop_tu_lf {
    position: relative;
    width: 100%;
    height: 20%;
}
.develop_tu_lf .develop_tu_tit {
    font-size: 0.32rem;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.develop_tu_rf {
    width: 100%;
    position: relative;
    height: 40%;
}
}
/***********双碳*************/
.develop-nyPage3 {
    background: #000;
    position: relative;
}
.n-carbon-bg {
}
.n-carbon-title {
    text-align: center;
    color: #fff;
}
.n-carbon-title h1 {
    font-size: 0.32rem;
    line-height: 2;
}
.n-carbon-title h2 {
    font-size: 16px;
    line-height: 1.5;
}
.n-carbon-box {
    margin-top: 0.5rem
}
.n-carbon-list {
    padding-bottom: 0rem;
}
.n-carbon-img {
    position: relative;
    overflow: hidden;
}
.n-carbon-img img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.n-carbon-tit {
    margin-top: 0.1rem;
    text-align: center;
}
.n-carbon-tit strong {
    font-size: 0.22rem;
    line-height: 2;
    color: #fff;
}
.n-carbon-tit p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.n-carbon-list .swiper-slide:hover .n-carbon-img img {
    transform: scale(1.02)
}
.n-carbon-box .swiper-pagination {
    display: none;
}
.n-carbon-box .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: solid 1px #fff;
    -webkit-backface-visibility: visible;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}
.n-carbon-box .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    right: initial;
    top: 50%;
    margin: -3px 0 0 -3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

@media (max-width:769px) {
.n-carbon-bg {
    padding: 0.8rem 0px;
    position: relative;
}
.n-carbon-list {
    padding-bottom: 1rem;
}
.n-carbon-tit strong {
    font-size: 0.3rem;
    line-height: 2;
    color: #fff;
}
.n-carbon-tit p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.n-carbon-box .swiper-pagination {
    display: block;
}
}
/*************公司简介***************/
.u-column.u-column-jtjj {
    background-color: #265791;
    padding: 1rem 0px;
    background-position: center top;
    background-image: url('../images/about-bg.jpg');
    background-size: 100% auto;
    color: #FFF;
}
.column-title {
    background: url('../images/l-w-6.png') repeat-x 0 bottom;
    padding-bottom: 0.1rem;
    padding-top: 0.3rem;
    margin-bottom: 0.2rem;
}
.column-title .tit-b {
    font-size: 0.42rem;
    color: #FFF;
}
.column-title .tit-s {
    font-size: 0.5rem;
    opacity: 0.2;
    color: #FFF;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    letter-spacing: 1px;
}
.wrap .c-main {
    width: calc(100% - 486px);
    float: left;
}
.wrap .c-num {
    width: 486px;
    float: right;
}
.u-column-jtjj .c-main .column-txt {
    line-height: 2;
    min-height: 230px;
    margin-bottom: 10px;
    padding-right: 100px;
    padding-left: 15px;
    font-size: 15px;
    text-align: justify;
}
.u-column-jtjj .c-main .imgbox {
    padding-top: 36px;
    padding-right: 100px;
    background: url(../images/about-jtjj-img-bg.png) no-repeat;
    background-position: 10px 0;
}
.u-column-jtjj .c-main .imgbox .imgbox-bg {
    position: relative;
    text-align: center;
    overflow: hidden;
}
/*.u-column-jtjj .c-main .imgbox .imgbox-bg:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}*/
.imgbox-bg .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
.imgbox-bg .icon-video {
    background: url("../images/icon-video-play.png") no-repeat center;
    width: 80px;
    height: 80px;
    margin: 1.05vw 0;
    display: inline-block;
    position: relative;
}
.imgbox-bg .icon-video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .65s ease;
    -webkit-transition: all .65s ease;
    background: url("../images/icon-video-bg.png") no-repeat center;
    background-size: cover;
}
.imgbox-bg img {
    transition: all .7s ease;
}
.imgbox-bg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.imgbox-bg .icon-video:hover::after {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}
.u-column-jtjj .ry-box {
    height: 300px;
    background: rgba(123, 78, 36, 0.6);
    text-align: center;
    padding: 50px 30px;
}
.u-column-jtjj .ry-box .imgbox {
    overflow: hidden;
    margin-bottom: 30px;
    height: 100px;
}
.u-column-jtjj .ry-box .name {
    font-size: 24px;
    margin-bottom: 0;
}
.u-column-jtjj .ry-box .h-line {
    width: 30px;
    height: 1px;
    background: #FFF;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
}
.u-column-jtjj .n-row.n-bg {
    background: url(../images/about-jtjj-img-bg.png) no-repeat -100px -100px;
}
.u-column-jtjj .n-block {
    width: 243px;
    height: 210px;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 30px 20px;
    float: left;
    position: relative;
}
.u-column-jtjj .n-block img {
    width: 100%;
}
.u-column-jtjj .n-block .t {
    font-size: 18px;
    height: 66px;
    text-align: right;
    margin-bottom: 40px;
}
.u-column-jtjj .n-block .n {
    font-size: 38px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0;
}
.u-column-jtjj .n-block.fr {
    float: right;
}
.u-column-jtjj .n-block.bg1 {
    background: #ccc;
    border: 2px solid #ccc;
}
.u-column-jtjj .n-block.bg2 {
    background: rgba(255, 255, 255, 0.2);
    border: none;
}
.u-column-jtjj .n-block.bg3 {
    background: rgba(198, 22, 52, 0.2);
    border: none;
}
.u-column-jtjj .n-block.bg4 {
    background: rgba(198, 22, 52, 0.6);
    border: none;
}
.u-column-jtjj .n-block.bg5 {
    background: rgba(0, 0, 0, 0.1);
    border: none;
}

@media (max-width: 1600px) {
.wrap .c-main {
    width: calc(100% - 400px)
}
.wrap .c-num {
    width: 400px;
}
.u-column-jtjj .n-block {
    width: 200px;
    height: 200px;
    padding: 20px 15px;
}
.u-column-jtjj .c-main .column-txt {
    font-size: 16px;
    line-height: 1.8;
    min-height: 180px;
    margin-bottom: 18px;
    padding-right: 80px;
}
.u-column-jtjj .c-main .imgbox {
    padding-right: 80px;
}
}

@media (max-width: 767px) {
.u-column-jtjj {
    padding-bottom: 30px;
}
.u-column-jtjj .wrap {
    background: none;
}
.u-column-jtjj .c-main .column-txt {
    font-size: 14px;
    line-height: 26px;
    min-height: auto;
    height: auto;
    margin-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
}
.u-column-jtjj .c-main .imgbox {
    padding-top: 18px;
    padding-right: 0;
    background-position: 10px 0;
}
.u-column-jtjj .c-main .imgbox .bg {
    height: auto;
}
.u-column-jtjj .c-main .imgbox .bg img {
    height: 100%;
}
.u-column-jtjj .ry-box {
    height: auto;
    margin-bottom: 25px;
    padding: 30px 20px;
}
.u-column-jtjj .ry-box .imgbox {
    margin-bottom: 20px;
    height: 100px;
}
.u-column-jtjj .ry-box .name {
    font-size: 18px;
}
.u-column-jtjj .n-block {
    width: 50%;
    height: 160px;
    padding: 20px 15px;
}
.u-column-jtjj .n-block .t {
    font-size: 14px;
    height: 85px;
    margin-bottom: 0;
}
.u-column-jtjj .n-block .n {
    font-size: 30px;
}
.u-column-jtjj .n-row {
    margin-bottom: 20px;
}
.u-column-jtjj .n-row.n-row-1 .n-block {
    width: 100%;
}
.wrap .c-main {
    width: 100%;
    padding-right: 0;
}
.wrap .c-num {
    width: 100%;
    padding-top: 30px;
}
}
/**********发展历程****************/
.historyMain {
    position: relative;
    min-height: 100vh;
    padding: 35px 0px;
    background-image: url(../images/about_05.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}
.historyYearBox {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/about_05.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.historyYearBox .container .historyYearListBox {
    width: 50%;
    position: relative
}
.historyYearBox .container .historyYear {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 240px;
    height: 720px;
    overflow: hidden;
    position: relative
}
.historyYearBox .container .historyYear .Year {
    color: #fff;
    line-height: 240px;
    z-index: 10;
    position: relative;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif
}
.historyYearBox .container .historyYear .YearList {
    line-height: 240px;
    height: 240px;
    position: relative;
    z-index: 10
}
.historyYearBox .container .historyYear .YearList .swiper-slide {
    color: rgba(240,246,244,0.1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif
}
.historyYearBox .container .historyYear .YearList .swiper-slide span {
    color: rgba(240,246,244,0.1);
}
.historyYearBox .container .historyYear .YearList .swiper-slide.swiper-slide-active {
    color: #004b7c;
}
.historyYearBox .container .historyYear .YearList .swiper-slide.swiper-slide-active span {
    color: rgba(240,246,244,0.9);
}
.historyYearBox .container .roundBox {
    position: absolute;
    width: 440px;
    height: 440px;
    right: -22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%
}
.historyYearBox .container .roundBox svg {
    position: absolute;
    left: -18px;
    top: -18px;
    right: -18px;
    bottom: -18px
}
.historyYearBox .container .roundBox svg .path-loop {
    fill: none;
    stroke: rgba(240,246,244,0.1);
    stroke-miterlimit: 10;
    stroke-width: 0.1px
}
.historyYearBox .container .roundBox svg .path-loop1 {
    fill: none;
    stroke: #004b7c;
    stroke-miterlimit: 10;
    stroke-width: 0.1px;
    stroke-dashoffset: 157;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.historyListMain {
    position: relative;
    z-index: 5
}
.historyListMain .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.historyListMain .container .historyList {
    width: 100%
}
.historyListMain .container .historyList ul li {
    margin-top: 15px;
    padding: 0px 0px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3)
}
.historyListMain .container .historyList ul li .listYear {
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 10px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}
.historyListMain .container .historyList ul li .desc {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}
.historyListMain .container .historyList ul li .imgBox {
    padding-top: 20px
}
.historyListMain .container .historyList ul li .imgBox img {
    width: 100%;
    display: block;
    border-radius: 20px
}
.historyListMain .container .historyList ul li:last-child {
    border-bottom: none
}

@media (min-width: 768px) {
.historyMain {
    padding: 0px
}
.historyYearBox .container .historyYear {
    font-size: 15vw;
    height: 45vw
}
.historyYearBox .container .historyYear .Year {
    line-height: 15vw
}
.historyYearBox .container .historyYear .YearList {
    line-height: 15vw;
    height: 15vw
}
.historyYearBox .container .roundBox {
    width: 27.5vw;
    height: 27.5vw;
    right: -1.375vw
}
.historyYearBox .container .roundBox svg {
    left: -1.125vw;
    top: -1.125vw;
    right: -1.125vw;
    bottom: -1.125vw
}
.historyListMain .container .historyList {
    width: 100%;
    padding: 3.125vw 0px
}
.historyListMain .container .historyList ul li {
    margin-top: 2.188vw;
    padding: 0vw 0vw 2.188vw;
    border-bottom: 0.063vw solid rgba(255,255,255,0.3)
}
.historyListMain .container .historyList ul li .listYear {
    font-size: 1.5vw;
    padding-bottom: 0.625vw
}
.historyListMain .container .historyList ul li .desc {
    font-size: 1vw;
    line-height: -webkit-calc(22 / 16);
    line-height: calc(22 / 16)
}
.historyListMain .container .historyList ul li .imgBox {
    padding-top: 1.25vw
}
.historyListMain .container .historyList ul li .imgBox img {
    border-radius: 1.25vw
}
}

@media (min-width: 992px) {
.historyMain {
    background-image: none
}
.historyYearBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.historyListMain .container .historyList {
    width: 33.313vw;
    padding-top: 45vh;
    padding-bottom: 26vw
}
.historyListMain .container .historyList ul li .listYear {
    color: rgba(255,255,255,0.3)
}
.historyListMain .container .historyList ul li .desc {
    color: rgba(255,255,255,0.3)
}
.historyListMain .container .historyList ul li.cur .listYear {
    color: #fff
}
.historyListMain .container .historyList ul li.cur .desc {
    color: #fff
}
}

@media (min-width: 1200px) {
.historyYearBox .container .historyYear {
    font-size: 12.5vw;
    height: 37.5vw
}
.historyYearBox .container .historyYear .Year {
    line-height: 12.5vw
}
.historyYearBox .container .historyYear .YearList {
    line-height: 12.5vw;
    height: 12.5vw
}
.historyYearBox .container .roundBox {
    width: 22.917vw;
    height: 22.917vw;
    right: -1.146vw
}
.historyYearBox .container .roundBox svg {
    left: -0.938vw;
    top: -0.938vw;
    right: -0.938vw;
    bottom: -0.938vw
}
.historyListMain .container .historyList {
    width: 27.76vw;
    padding-bottom: 10vw
}
.historyListMain .container .historyList ul li {
    margin-top: 1.823vw;
    padding: 0vw 0vw 1.823vw;
    border-bottom: 0.052vw solid rgba(255,255,255,0.3)
}
.historyListMain .container .historyList ul li .listYear {
    font-size: 1.25vw;
    padding-bottom: 0.521vw
}
.historyListMain .container .historyList ul li .desc {
    font-size: 0.833vw
}
.historyListMain .container .historyList ul li .imgBox {
    padding-top: 1.042vw
}
.historyListMain .container .historyList ul li .imgBox img {
    border-radius: 1.042vw
}
}
/***********企业文化************/
.wh {
    background: url(../images/wh.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.wh dl dt, .wh dl dd {
    position: relative;
    overflow: hidden;
    padding: 20% 0px;
    height: 100%;
    float: left;
    color: #fff;
    width: 33.33%;
    border-right: rgba(255,255,255,0.2) 1px solid
}
.wh dl dd h3 {
    position: relative;
}
.wh dl dd h3 {
    margin: 0 auto;
    margin-bottom: .3rem;
    font-size: 24px;
}
.wh dl dd h3:after {
    content: "";
    width: 25px;
    height: 2px;
    background: #fff;
    display: none;
    margin: 15px auto;
}
.wh dl dd .con {
    text-align: center;
    position: relative;
}
.wh dl dd:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background: rgb(250 193 0 / 75%);
}
.wh dl dd:hover:before {
    left: 0;
    width: 100%
}
.wh dl dd {
    padding: 0;
    height: 700px;
    position: relative;
}
.wh dl dd .hover {
    display: none;
    line-height: 25px;
    font-size: 15px;
    width: 95%;
    margin: 20px auto;
}
.wh dl dd .con {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.wh dl dd:hover h3:after {
    display: block;
}
.wh dl dd:hover .hover {
    display: block;
}
.wh dl dd:hove .con {
top: 30%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
-webkit-transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 767px) {
.wh dl dt, .wh dl dd {
    width: 100%;
    border-right: none;
    border-bottom: rgba(255,255,255,0.2) 1px solid
}
.wh dl dd {
    padding: 0.6rem 0px;
    height: auto;
    position: relative;
}
.wh dl dd .con {
    top: 0%;
    left: 0%;
    transform: translate3d(-0%, -0%, 0);
    -webkit-transform: translate3d(-0%, -0%, 0);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.wh dl dd .hover {
    display: block;
    line-height: 25px;
    font-size: 15px;
    width: 100%;
    margin: 20px auto;
}
}
/**********合作客户*****************/
.index_qiye_bg {
    position: relative;
    padding: 4.5vw 0;
}
.bPTbkP {
    color: rgb(66, 86, 122);
    font-size: 0.42rem;
    position: relative;
    padding-left: 2vw;
}
.bPTbkP::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5px;
    height: 100%;
    background: linear-gradient(rgb(250 193 0) -5%, rgb(255 205 35) 85%);
    transition: background 0.6s ease-in-out 0s;
}
.bPTbkP.bPTbkP-color {
    color: rgb(255, 255, 255);
}
.index_qiye_box {
    align-items: center;
    margin-bottom: 2.1vw;
}
.qy_items .item {
    text-align: center;
    padding: 0px 0.3rem;
}
.qy_items .item .top {
    font-size: 0.35rem;
    font-weight: bold;
    color: #333;
}
.qy_items .item .top span {
    font-size: 0.46rem;
    color: #333;
}
.qy_items .item .bot {
    font-size: 16px;
    color: #333;
}
.qy_items p {
    background: #333;
    opacity: 0.3;
    width: 1px;
}
.index_section3 {
    position: relative;
    height: 600px;
    overflow: hidden;
    z-index: 2;
}
.index_c3imgAni2 {
    position: relative;
    height: 600px;
}
.index_c3aniImgs {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index_c3aniImgs img {
    width: 100%;
    height: auto;
    max-width: 160px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    animation: ani2_img 12s linear infinite 0s;
}
.index_c3aniImgs img:nth-child(1) {
    animation-delay: 0s;
    left: 11%;
    top: 18%;
}
.index_c3aniImgs img:nth-child(2) {
    animation-delay: 0s;
    left: 72%;
    top: 24%;
}
.index_c3aniImgs img:nth-child(3) {
    animation-delay: 0s;
    left: 42%;
    top: 31%;
}
.index_c3aniImgs img:nth-child(4) {
    animation-delay: 0s;
    left: 20%;
    top: 57%;
}
.index_c3aniImgs img:nth-child(5) {
    animation-delay: 0s;
    left: 70%;
    top: 58%;
}
.index_c3aniImgs img:nth-child(6) {
    animation-delay: 0s;
    left: 43%;
    top: 65%;
}
.index_c3aniImgs img:nth-child(7) {
    animation-delay: 0s;
    left: 56%;
    top: 13%;
}
.index_c3aniImgs img:nth-child(8) {
    animation-delay: 0s;
    left: 26%;
    top: 5%;
}
.index_c3aniImgs img:nth-child(9) {
    animation-delay: 4s;
    left: 29%;
    top: 69%;
}
.index_c3aniImgs img:nth-child(10) {
    animation-delay: 4s;
    left: 61%;
    top: 40%;
}
.index_c3aniImgs img:nth-child(11) {
    animation-delay: 4s;
    left: 25%;
    top: 25%;
}
.index_c3aniImgs img:nth-child(12) {
    animation-delay: 4s;
    left: 42%;
    top: 12%;
}
.index_c3aniImgs img:nth-child(13) {
    animation-delay: 4s;
    left: 45%;
    top: 49%;
}
.index_c3aniImgs img:nth-child(14) {
    animation-delay: 4s;
    left: 68%;
    top: 11%;
}
.index_c3aniImgs img:nth-child(15) {
    animation-delay: 4s;
    left: 56%;
    top: 74%;
}
.index_c3aniImgs img:nth-child(16) {
    animation-delay: 4s;
    left: 11%;
    top: 50%;
}
.index_c3aniImgs img:nth-child(17) {
    animation-delay: 8s;
    left: 52%;
    top: 28%;
}
.index_c3aniImgs img:nth-child(18) {
    animation-delay: 8s;
    left: 30%;
    top: 44%;
}
.index_c3aniImgs img:nth-child(19) {
    animation-delay: 8s;
    left: 17%;
    top: 69%;
}
.index_c3aniImgs img:nth-child(20) {
    animation-delay: 8s;
    left: 77%;
    top: 26%;
}
.index_c3aniImgs img:nth-child(21) {
    animation-delay: 8s;
    left: 33%;
    top: 15%;
}
.index_c3aniImgs img:nth-child(22) {
    animation-delay: 8s;
    left: 70%;
    top: 40%;
}
.index_c3aniImgs img:nth-child(23) {
    animation-delay: 8s;
    left: 54%;
    top: 60%;
}
.index_c3aniImgs img:nth-child(24) {
    animation-delay: 8s;
    left: 16%;
    top: 34%;
}
 @keyframes ani2_img {
 0% {
transform:scale(0.5);
opacity: 0;
}
 33% {
transform:scale(1);
opacity: 1;
}
 50% {
transform:scale(1.2);
opacity: 0;
}
 100% {
transform:scale(1.2);
opacity: 0;
}
}

@media (max-width:767px) {
.index_section3 {
    position: relative;
    height: 400px;
    overflow: hidden;
    z-index: 2;
}
.index_c3imgAni2 {
    position: relative;
    height: 400px;
}
.index_c3imgAni2 {
    width: 100%;
    position: relative;
}
.index_c3aniImgs img {
    width: 100%;
    height: auto;
    max-width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    animation: ani2_img 12s linear infinite 0s;
}
}
/**********产能分布*************/
.n-capacity-bg {
    padding: 0.7rem 0px;
    position: relative;
    background: url(../images/about_05.jpg) center center no-repeat;
    background-size: cover;
}
.n-capacity-box .n-capacity-lf {
    width: 45%;
}
.n-capacity-box .n-capacity-rf {
    width: 45%;
}
.n-capacity-box .n-capacity-rf h4 {
    font-size: 0.22rem;
    color: rgb(66, 86, 122);
    line-height: 1.5;
    margin: 0px 0px 3.7037vh;
}
.n-capacity-box .n-capacity-rf div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0.925926vh;
}
.n-capacity-box .n-capacity-rf span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(172, 201, 255);
    margin-right: 15px;
}
.n-capacity-box .n-capacity-rf div:last-child span {
    background: rgb(96, 138, 215);
}
.n-capacity-box .n-capacity-rf p {
    font-size: 0.2rem;
    line-height: 1.75;
}
.n-capacity-map {
    width: 100%;
    text-align: center;
}
.m2abtCon4Wpr {
}
.m2lcDes {
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    max-height: 150px;
    overflow-y: auto;
}
.m2abtCon4 {
    margin-top: 2vw;
    position: relative;
    min-height: 610px;
    align-items: center;
    width: 100%;
}
.m2abt_c4Lx {
    width: 35%;
    max-width: 320px;
    position: relative;
    z-index: 1;
}
.m2abt_c4Lx li {
    border-radius: 0.5em;
    cursor: pointer;
    transition: all 0.5s ease;
    margin-bottom: 0.5vw;
}
.m2abt_c4Lx li a {
    display: block;
    position: relative;
    padding: 0.15rem 0.2rem;
}
.m2abt_c4Lx li.on {
    background: rgb(255, 255, 255, 0.6);
}
.m2abt_c4Lx li strong {
    font-size: 16px;
    ;
    display: block;
    line-height: 1.5;
    color: #fff;
}
.m2abt_c4Lx li strong i {
    font-size: 16px;
    line-height: 1.5;
}
.m2abt_c4Lx li p i {
    color: #333;
}
.m2abt_pt {
    width: 0;
    height: 0;
    position: absolute;
}
.m2abt_pt1 {
    left: 53.8%;
    top: 69%;
}
.m2abt_pt2 {
    left: 42.8%;
    top: 73%;
}
.m2abt_pt3 {
    left: 50.5%;
    top: 77.88%;
}
.m2abt_pt4 {
    left: 52.5%;
    top: 58.02%;
    left: 51.8%;
    top: 60%;
}
.m2abt_pt5 {
    left: 52.5%;
    top: 68.02%;
}
.m2abt_pt6 {
    left: 34%;
    top: 53.02%;
}
.m2abt_pt7 {
    left: 51%;
    top: 75.02%;
}
.m2abt_pt i {
    background: #FFF;
    height: 8px;
    width: 8px;
    border: 2px solid #D2DDEB;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
}
.m2abt_pt.on {
    z-index: 2;
}
.m2abt_pt.on i {
    border: 3px solid rgb(250 193 0);
}
.m2abt_pt i:before, .m2abt_pt i:after {
    content: "";
}
.m2abt_pt i:after {
}
.m2abt_c4Rx {
    width: 74%;
}
.m2abt_c4Rx img {
    width: 100%;
}
.m2abt_mpImg {
    width: 4.3rem;
    position: absolute;
    right: -1.5rem;
    bottom: 18px;
    border-radius: 0.4em;
    transition: all 0.5s ease;
    transform-origin: center bottom;
    transform: scale(0);
    opacity: 0;
}
.m2abt_mpImg img {
    max-width: 100%;
    border-radius: 0.3em;
    overflow: hidden;
}
.m2abt_mpImg:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(250 193 0);
    position: absolute;
    right: 1.35rem;
    bottom: -10px;
}
.m2abt_pt span {
    font-size: 16px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    left: 24px;
    top: 50%;
    line-height: 18px;
    color: #fff;
}
.m2abt_pt.on span {
    color: rgb(250 193 0);
}
.m2abt_pt.on .m2abt_mpImg {
    opacity: 1;
    transform: scale(1);
}
.m2layerBg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 60
}
.m2layerClose {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 50px;
    right: 50px;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 62;
    cursor: pointer
}
.m2layerClose:hover {
    transform: rotate(180deg);
}
.m2layerClose:before, .m2layerClose:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 30px;
}
.m2layerClose:before {
    left: 0;
    transform: rotate(45deg);
}
.m2layerClose:after {
    left: 0;
    transform: rotate(135deg);
}
.m2Lay_video {
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: 80vw;
    max-width: 80vw;
    transform: translate(-50%, -50%);
    z-index: 75;
}
.maoLink {
    height: 0;
    position: relative;
    overflow: hidden;
    top: -80px
}

@media (max-width:1799px) {
.m2abtCon4Wpr {
    padding: 2vw 0;
}
.m2abt_c4Rx {
}
.m2abt_c4Lx {
}
.m2abt_c4Lx li strong {
}
.m2abt_c4Rx {
}
.m2abtCon4 {
    min-height: 510px;
}
.m2layerClose {
    transform: scale(0.6);
    transform-origin: center center;
    top: 13px;
}
.m2layerClose:hover {
    transform: scale(0.6) rotate(180deg);
}
}

@media (max-width:1199px) {
.m2abt_c4Lx li {
    font-size: 12px;
}
}

@media (max-width:993px) {
.m2abt_c4Rx {
    width: 100%;
    position: relative;
    margin-top: 0.5rem;
}
.m2abt_c4Lx {
    width: 100%;
}
}

@media (max-width:767px) {
.m2abtCon4Wpr {
    padding: 0.5rem 0px 0.8rem;
}
.m2abt_c4Lx li {
}
.m2Lay_video {
    max-height: 90vw;
    max-width: 90vw;
}
.m2layerClose {
    right: 15px;
}
.m2jnCon4 {
    padding: 40px 0 50px;
}
.m2jnCon4 strong {
    line-height: 40px;
}
}
/************新闻头部****************/
.n-news-ban {
    position: relative;
    padding: 2rem 0px 0.8rem;
    background: #000;
}
.n-news-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.n-news-img:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0, 0, 0.5);
}
.n-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.n-news-banbox {
    align-items: center;
    position: relative;
}
.n-news-banlf {
    width: 60%;
}
.n-news-banlf h1 {
    position: relative;
    font-size: 0.4rem;
    line-height: 2;
    color: #fff;
    width: 100%;
    padding: 0px 0px 0.6rem;
}
.type_box_form {
    margin-top: 20px;
    width: 100%;
}
.type_box_form .type_search {
    display: block;
    border: 1px solid rgba(143,143,143,.4);
    border-radius: 25px;
    overflow: hidden;
}
.type_box_form .type_search .type_txt {
    outline: none;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
    border: none;
    float: left;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 20px;
    width: calc(100% - 50px);
    color: #fff;
}
.type_box_form .type_search .type_btn {
    outline: none;
    width: 50px;
    border-radius: 0px;
    height: 50px;
    vertical-align: top;
    font-size: 0;
    border: none;
    background: #fff url(/i/images/ser_i1a.png) no-repeat center;
    background-size: auto;
    cursor: pointer;
    overflow: hidden;
}
.n-news-banrf {
    width: 30%;
}
.n-news-wx {
    float: right;
    width: 120px;
    overflow: hidden;
}
.n-news-wx samp, .footer-1wx samp img {
    float: left;
    width: 100%;
    overflow: hidden;
    height: auto;
    background: #ddd;
    padding: 3px;
    border-radius: 5px;
}
.n-news-wx span {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #9c9fae;
    margin-top: 6px;
}
/************新闻****************/
.n-news-bg {
    position: relative;
    padding: 0.8rem 0px 0.8rem;
    background: #2a2727;
}
.news-list {
    width: 100%;
    overflow: hidden;
}
.news-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0.35rem 0px !important;
}
.news-item:before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #4a4545
}
.news-item:after {
    width: 0%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #004b7c;
    z-index: 2
}
.news-item:hover:after {
    width: 100%
}
.news-item a {
    width: 100%;
    overflow: hidden;
    align-items: center;
}
.news_date {
    position: relative;
    width: 100px;
    padding-top: 0.45rem;
    font-size: 0.4rem;
    line-height: 1.4;
    font-family: 'Gilroy-Regular';
    font-weight: 300;
    color: #CCC;
}
.news_date_bar {
    position: absolute;
    width: 8.6vw;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #fff;
    transform-origin: left;
    transform: scaleX(.162);
}
.news_date_blk {
    display: block;
}
.news_date_rik {
    display: inline-block;
    background: #004b7c;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.32rem;
    color: #CCC;
}
.news-item samp {
    width: 430px;
    height: 240px;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}
.news-item samp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.news-item:hover samp img {
    transform: scale(1.02)
}
.news-model {
    width: calc(100% - 520px - 100px);
    overflow: hidden;
}
.news-model .tit {
    width: 100%;
    overflow: hidden;
    font-size: 0.2rem;
    color: #fff;
}
.news-model p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #ccc;
    line-height: 1.8;
    margin-top: 10px;
}
.news-item:hover span {
    color: #004b7c
}
.news-item:hover .news_date_rik {
    color: #CCC;
}
.news-item:last-child:before, .news-item:last-child:after {
    display: none
}

@media (max-width:767px) {
.news-item samp {
    width: calc(100% - 100px);
    height: 180px;
}
.news-model {
    width: 100%;
    overflow: hidden;
    margin-top: 0.5rem;
}
.news-model .tit {
    width: 100%;
    overflow: hidden;
    font-size: 0.32rem;
    color: #fff;
}
.news-model p {
    width: 100%;
    overflow: hidden;
    font-size: 0.2rem;
    color: #ccc;
    line-height: 1.8;
    margin-top: 10px;
}
}
/*****详细页*****/
.n_box {
    position: relative;
    padding: 40px 0px;
}
.news-art-main {
    background: #f9f9f9;
    margin: 0px auto;
    padding: 5%;
}
.art-tit h4 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
    padding-bottom: 20px;
    color: #333;
}
.art-tit h5 {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 38px;
    color: #888;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.art-tit h5 span {
    display: inline-block;
    max-width: 300px;
    width: 50%;
}
.art-main {
    padding: 0.4rem 0px;
}
.art-main p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}
.art-back li {
    font-size: 14px;
}
.art-footer-last {
    border-top: 1px solid #e2e2e2;
    padding-top: 6px;
    line-height: 30px;
}
.art-footer-next {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 6px;
    line-height: 30px;
}
.art-footer-last a, .art-footer-next a {
    line-height: 30px;
    color: #555;
}
.art-footer-last a:hover, .art-footer-next a:hover {
    color: #004b7c;
}
.art-footer-back {
    padding-top: 26px;
    float: right;
    margin-top: -82px;
    margin-right: 20px;
}
.art-footer-back a {
    display: block;
    position: relative;
    width: 116px;
    height: 40px;
    overflow: hidden;
    border: 2px solid #004b7c;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
    color: #004b7c;
}
.art-footer-back a span {
    display: block;
    position: relative;
    top: 0;
}
.art-footer-back a:hover span {
    background: #004b7c;
    color: #fff;
    top: -100%;
    line-height: 40px;
}
.art-footer-back a:hover {
    border: 0 none;
}
/***********人才招聘*****************/
.n-zhao-bg {
    position: relative;
    width: 100%;
    height: 100vh;
}
.n-zhao-bg::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 3;
    left: calc(50% - 800px);
    background: rgba(255, 255, 255, 0.3);
}
.n-zhao-bg::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 3;
    left: inherit;
    right: calc(50% - 800px);
    background: rgba(255, 255, 255, 0.3);
}
.n-zhao-img {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgb(2 ,15 ,32);
}
.n-zhao-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transform: scale(1);
    transition: transform 15s ease-out 0s;
}
.zhao-top {
    position: relative;
    width: 92%;
    height: 100vh;
    margin: 0 auto;
    color: white;
}
.zhao-top h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.zhao-top h1 span {
    color: white;
    font-size: 0.7rem;
    line-height: 1.5;
    font-weight: 800;
    text-transform: uppercase;
}

@media (min-width: 992px) {
.zhao-top h1 span:last-child {
    align-self: flex-end;
}
}
.zhao-top h1 a {
    display: block;
    font-weight: bold;
    color: white;
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-size: 0.85rem;
}
.zhao-top div {
    font-size: 16px;
}
.zhao-bottom {
    left: 15vw;
    width: 75vw;
    position: absolute;
    bottom: 0.8rem;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    color: white;
}
.zhao-bottom-lf {
    color: #fff;
    font-size: 0.24rem;
    line-height: 2;
}
.zhao-bottom-rf {
    width: 29vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.24rem;
    line-height: 2;
}

@media (max-width: 767px) {
.n-zhao-bg {
    height: 50vh;
}
.n-zhao-img {
    height: 50vh;
}
.zhao-top {
    height: 50vh;
    width: 100%;
}
.zhao-bottom {
    left: 5vw;
    width: 90vw;
    position: absolute;
    bottom: 0.8rem;
    flex-wrap: wrap;
}
.zhao-bottom-lf {
    width: 100%;
    color: #fff;
    font-size: 0.3rem;
}
.zhao-bottom-rf {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.3rem;
}
}
/******************/
.n-zpjs-bg {
    position: relative;
    width: 100%;
    background: rgb(232, 235, 241);
    padding: 0.8rem 0px;
}
.n-zpjs-bg::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 3;
    left: calc(50% - 800px);
    background: rgba(66, 86, 122, 0.1);
}
.n-zpjs-bg::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 3;
    left: inherit;
    right: calc(50% - 800px);
    background: rgba(66, 86, 122, 0.1);
}
.n-zpjs-box {
    position: relative;
    width: 100%;
    height: 100vh;
}
.n-zpjs-title {
    width: 50%;
    max-width: 640px;
    margin-left: 4%;
    font-size: 0.32rem;
    line-height: 1.5;
    color: rgb(66, 86, 122);
    font-weight: 400;
}
.n-zpjs-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.n-zpjs-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    transition: opacity 0.4s ease-in-out 0s;
}
.n-zpjs-item span {
    font-size: 1rem;
    font-weight: 800;
    font-family: 'Gilroy-Regular';
    color: rgb(250 193 0);
}
.n-zpjs-item p {
    line-height: 1.5;
    color: rgb(66, 86, 122);
    font-size: 16px;
}
.n-zpjs-item:nth-child(1) {
    flex-direction: row;
    top: 40vh;
    left: 30vw;
}
.n-zpjs-item:nth-child(1) span {
    font-size: 1rem;
}
.n-zpjs-item:nth-child(2) {
    flex-direction: row;
    top: 10vh;
    left: 55vw;
}
.n-zpjs-item:nth-child(2) span {
    font-size: 1.2rem;
}
.n-zpjs-item:nth-child(3) {
    flex-direction: row;
    top: 62vh;
    left: 60vw;
}
.n-zpjs-item:nth-child(3) span {
    font-size: 1.2rem;
}
.n-zpjs-item:nth-child(4) {
    flex-direction: row;
    top: 77vh;
    left: 5vw;
}
.n-zpjs-item:nth-child(4) span {
    font-size: 1.2rem;
}
.n-zpjs-tit {
    position: absolute;
    bottom: 0rem;
    right: 30%;
    line-height: 1.6;
    color: rgb(66, 86, 122);
    font-size: 0.22rem;
}
/* 宣传片 */
.n-shipin-bg {
    position: relative;
    width: 100%;
    background: rgb(232, 235, 241);
    padding: 1rem 0px;
}
.n-shipin-bg::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 3;
    left: calc(50% - 800px);
    background: rgba(66, 86, 122, 0.1);
}
.n-shipin-bg::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 3;
    left: inherit;
    right: calc(50% - 800px);
    background: rgba(66, 86, 122, 0.1);
}
.n-shipin-bg h2 {
    text-align: center;
    font-size: 0.4rem;
    width: 100%;
    margin-bottom: 0.7rem;
    padding: 0px 5vw;
    color: rgb(66, 86, 122);
}
.shipin-section {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0.7rem;
}
.shipin-section-img {
    height: 4rem;
    position: relative;
    width: 100%;
    background: black;
}
.shipin-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}
.btn-shipin-box {
    position: absolute;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 6;
}
.btn-shipin {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 2.6rem;
    height: 2.6rem;
    padding: 2px;
    margin-left: 0px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}
.btn-shipin span {
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    color: white;
}
.icon-shipin {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 15%;
    left: 15%;
    width: 40px;
    height: 40px;
    background-color: rgb(232, 235, 241);
    border: 1px solid rgba(66, 86, 122, 0.5);
    transform: translate(-50%, -50%);
}
.icon-shipin::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    transform: translate(-50%, -50%);
    border-left: 12px solid rgb(198, 22, 52);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left-color: rgb(198, 22, 52);
}
.shipin-section img {
    transition: all .7s ease;
}
.shipin-section:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.shipin-section .icon-shipin:hover::after {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}
.n-shipin-rf {
    width: 45%;
}
.n-shipin-rf h3 {
    line-height: 1.6;
    font-size: 0.22rem;
    color: rgb(66, 86, 122);
    margin-bottom: 0.2rem;
}
.n-shipin-rf p {
    line-height: 1.6;
    font-size: 16px;
    color: rgb(66, 86, 122);
}
.shipin-wrap {
    display: none;
}
.shipin-wrap .bg, .shipin-wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.shipin-wrap .bg {
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}
.shipin-wrap video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    max-height: 80vh;
    max-width: 75vw;
}
.shipin-wrap .btn-close {
    position: absolute;
    right: 24px;
    top: 30px;
    z-index: 100;
    cursor: pointer;
}
.shipin-wrap .btn-close .layui-icon {
    font-size: 24px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    padding: 8px;
    font-weight: bold;
    border: 0;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
}
.shipin-wrap .btn-close:hover .layui-icon {
    color: #082da5;
    box-shadow: 0 0 10px rgba(255, 255, 255, .7)
}

@media (max-width: 767px) {
.n-zpjs-title {
    width: 100%;
}
.n-shipin-rf {
    width: auto;
}
}
/* 标准 */
.n-biaozhun-bg {
    position: relative;
    width: 100%;
    background: rgb(232, 235, 241);
}
.n-biaozhun-bg::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 3;
    left: calc(50% - 800px);
    background: rgba(66, 86, 122, 0.1);
}
.n-biaozhun-bg::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 3;
    left: inherit;
    right: calc(50% - 800px);
    background: rgba(66, 86, 122, 0.1);
}
.n-biaozhun-box {
    padding: 1rem 4%;
}
.n-biaozhun-top {
    display: flex;
    width: 100%;
    color: rgb(66, 86, 122);
    flex-direction: row;
    margin-bottom: 1rem;
    align-items: center;
}
.n-biaozhun-toplf {
    line-height: 2;
    font-weight: 800;
    font-size: 0.4rem;
}
.n-biaozhun-toprf {
    line-height: 1.5;
    font-size: 0.2rem;
}
.n-biaozhun-bottom {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 100%;
    z-index: 7;
    flex: 1 0 100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    align-items: flex-start;
    order: 0;
}
.n-biaozhun-bottom h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 800;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: white;
    order: 0;
}
.bz_item1 {
    width: 27%;
    margin-bottom: 2rem;
}
.bz_item2 {
    width: 27%;
    margin-left: 9%;
    margin-right: 37%;
}
.bz_item3 {
    width: 27%;
    margin-left: 9%;
    margin-bottom: 7vh;
}
.bz_item4 {
    width: 27%;
    margin-left: 10%;
}
.bz_item span {
    display: inline-block;
    color: rgb(198, 22, 52);
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 3.7037vh;
    font-size: 0.22rem;
}
.bz_item h3 {
    position: relative;
    font-size: 0.36rem;
    line-height: 1.5;
    font-weight: 700;
    color: rgb(66, 86, 122);
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bz_item h3::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(66, 86, 122);
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.bz_item p {
    font-size: 0.2rem;
    line-height: 1.5;
    color: rgb(66, 86, 122);
    text-transform: lowercase;
}

@media (max-width: 767px) {
.n-biaozhun-box {
    padding: 1rem 0%;
}
.bz_item1 {
    width: 49%;
    margin-bottom: 1rem;
}
.bz_item2 {
    width: 49%;
    margin-bottom: 1rem;
    margin-left: 2%;
    margin-right: 0%;
}
.bz_item3 {
    width: 49%;
    margin-bottom: 1rem;
    margin-left: 0%;
    margin-right: 0%;
}
.bz_item4 {
    width: 49%;
    margin-bottom: 1rem;
    margin-left: 2%;
    margin-right: 0%;
}
}
.core-wrap {
    background: #f7f7f7;
    overflow: hidden;
    padding-bottom: 0.4rem;
}
.core-wrap .co-titles {
    position: relative;
    background: #000000;
    text-align: center;
    color: #fff;
    height: 3rem;
    font-size: 0.36rem;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 0.8rem 0 1.1rem;
}
.core-wrap .co-titles .co-en-span {
    position: relative;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
}
.core-wrap .co-titles .co-cn-span {
    position: relative;
    text-transform: uppercase;
    display: block;
    line-height: 2;
}
.core-wrap .co-titles .co-cn-span:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    display: inline-block;
    width: 54px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    margin-left: -27px;
}
.core-wrap .core-items-wrap {
    position: relative;
    margin-top: -1rem;
}
.core-wrap .core-items {
    width: 32%;
    background: #fff;
}
.core-wrap .core-items:nth-child(3) {
    margin-right: 0px;
}
.core-wrap .core-img {
    overflow: hidden;
    width: 100%;
    display: none;
}
.core-wrap .core-img img {
    transition: all .3s linear;
    width: 100%;
    display: block;
}
.core-wrap .core-txts {
    padding: 0.35rem 0.4rem;
    box-sizing: border-box;
    background: #fff;
}
.core-wrap .core-title {
    position: relative;
    font-size: 0.25rem;
    line-height: 1.5;
    padding-bottom: .15rem;
    color: #333;
    text-align: center;
}
.core-wrap .core-title:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 32px;
    margin-left: -16px;
    height: 2px;
    background: #004b7c;
}
.core-wrap .core-detail {
    font-size: 14px;
    line-height: 1.7;
    color: #777;
    margin-top: 0.3rem;
    overflow: hidden;
    text-align: center;
}
.core-wrap .core-img:hover img {
    transform: scale(1.1);
}
/********公司福利***********/
.salary-wrap {
    background: url(../images/salary.jpg) no-repeat center bottom;
    overflow: hidden;
    padding: 0.8rem 0px;
}
.salary-wrap .co-titles {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 0.36rem;
    line-height: 1.5;
    box-sizing: border-box;
}
.salary-wrap .co-titles .co-en-span {
    position: relative;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
}
.salary-wrap .co-titles .co-cn-span {
    position: relative;
    text-transform: uppercase;
    display: block;
    line-height: 2;
}
.salary-wrap .co-titles:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    display: inline-block;
    width: 54px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    margin-left: -27px;
}
.salary-wrap .salary-ul-wrap {
    margin-top: 0.5rem;
    padding-bottom: 0.6rem;
}
.salary-wrap .salary-li {
    background: #fff;
    padding: 0.4rem 0.2rem;
    box-sizing: border-box;
    box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.1);
    text-align: center;
}
.salary-wrap .salary-h5 {
    font-size: 0.2rem;
    line-height: 1.8;
    padding-bottom: 0.3rem;
    color: #333;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.salary-wrap .salary-h5:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 6px;
    display: inline-block;
    width: 24px;
    height: 3px;
    margin-left: -12px;
    background: #004b7c;
}
.salary-wrap .salary-details {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    max-height: 120px;
    overflow: hidden;
}
.salary-ul-wrap .swiper-pagination {
    bottom: 0.1rem;
    left: 0;
    width: 100%;
}
.salary-ul-wrap .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
}
.salary-ul-wrap .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
}
.salary-ul-wrap .swiper-pagination span {
    background: rgba(136, 124, 124, 0);
    border: 1px solid #fff;
    opacity: 1;
}
.m2sqCon5 {
    padding: 0.5rem 0px 0.2rem;
    background: #f3f9fe;
}
.m2pubItem_t {
    text-align: center;
    margin-bottom: 0.3rem;
}
.m2pubItem_t strong {
    font-size: 0.4rem;
    line-height: 1;
    font-weight: normal;
    display: block;
}
.m2pubItem_tt {
    text-align: center;
}
.m2pubItem_tt strong {
    font-size: 0.26rem;
    line-height: 1;
    font-weight: normal;
    display: block;
}
.m2sqc5dl {
    margin: 0.3rem -1.3vw 0px;
    display: flex;
    flex-wrap: wrap;
}
.m2sqc5dl dd {
    margin: 0px 0.3rem 0.6rem;
    width: calc(33.33% - 0.6rem);
    background: #fff;
    border-radius: 0.4em;
    overflow: hidden;
    border: 1px solid #E8ECF2;
    padding: 0 0.25rem 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 2.4rem;
    font-size: 0.24rem;
}
.m2sqc5dl span {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0.6rem;
    top: 50%;
    margin-top: -0.6rem;
}
.m2sqc5dl span svg {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.m2sqc5dl p {
}

@media(max-width:768px) {
.core-wrap .core-items-wrap {
    position: relative;
    margin-top: -.5rem;
}
.core-wrap .core-items {
    width: 100%;
    margin-bottom: 10px;
}
.m2pubItem_tt strong {
    font-size: 20px;
}
.m2sqc5dl dd {
    width: 100%;
    font-size: 18px;
}
}
/*加入我们*/
.joinWarp {
    position: relative;
    padding: 0.6rem 0px;
    overflow: hidden;
}
.jobList .type {
    display: table;
    width: 100%;
}
.jobList ol.type {
    font-size: .18rem;
    color: #fff;
    border-radius: .2rem;
    background: #004b7c;
    margin-bottom: .25rem;
}
.jobList .type li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: .7rem;
}
.jobList ul.type li {
    cursor: pointer;
    font-size: .2rem;
}
.jobList ul.type#On {
    background: #f6f7f9;
    color: #004b7c;
}
.jobList .type li:nth-child(1) {/* width:24% */
}
.jobList .type li:nth-child(2), .jobList .type li:nth-child(3), .jobList .type li:nth-child(4), .jobList .type li:nth-child(5) {
    width: 2rem;
    padding-right: 0.8rem;
}
.jobList .type li:nth-child(6) {
    width: 10%;
}
.jobList .type li:nth-child(1), .jobList .type li:nth-child(6) {
    padding-left: .8rem;
    text-align: left !important;
}
.jobList ul.type li:nth-child(2) {
    background: url(../images/icon_close.png) no-repeat 90% center;
}
.jobList ul.type#On li:nth-child(2) {
    background-image: url(../images/icon_open.png);
}
.jobList .list {
    box-shadow: 0 0 .15rem rgba(0,0,0,.1);
    border-radius: .2rem;
    overflow: hidden;
    margin-bottom: .2rem;
    width: 100%;
}
.jobList .list .con {
    display: none;
    border-top: 1px solid #e5e7ee;
    overflow: hidden;
    font-size: .16rem;
    line-height: 2;
    color: #666666;
    position: relative;
    padding: .4rem 0;
}
.jobList .list .con .jobTop {
    padding: .2rem .95rem;
    background: #f6f7f9;
    margin-bottom: .5rem;
}
.jobList .list .con .jobTop p {
    display: inline-block;
    vertical-align: middle;
    margin-right: .6rem;
    padding-left: .35rem;
    font-size: .18rem;
    color: #333;
    position: relative;
}
.jobList .list .con .jobTop p:before {
    width: .2rem;
    height: .2rem;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.1rem;
}
.jobList .list .con .jobTop p.add:before {
    background-image: url(../images/add.png);
}
.jobList .list .con .jobTop p.mad:before {
    background-image: url(../images/mad.png);
}
.jobList .list .con .jobTop p.num:before {
    background-image: url(../images/num.png);
}
.jobList .list .con .jobTop p.typ:before {
    background-image: url(../images/typ.png);
}
.jobList .list .con .conitem {
    margin-bottom: .4rem;
    padding: 0 .8rem;
}
.jobList .list .con .conitem h5 {
    font-size: .24rem;
    font-weight: normal;
    color: #333;
}
.jobList .list .con .applyBtn a {
    display: block;
    width: 1.5rem;
    line-height: .5rem;
    border-radius: .5rem;
    text-align: center;
    background: #004b7c;
    color: #fff;
    font-size: .16rem;
    position: absolute;
    right: .95rem;
    bottom: 1rem;
}

@media(max-width:1024px) {
.jobList ol.type {
    font-size: .16rem;
}
.jobList ul.type li {
    font-size: .14rem;
}
.jobList .type li {
    line-height: .5rem;
}
.jobList .type li:nth-child(1), .jobList .type li:nth-child(5) {
    padding-left: .25rem;
}
.jobList .list {
    margin-bottom: .2rem;
}
.jobList .list .con {
    font-size: .14rem;
    line-height: .26rem;
    padding-bottom: .3rem;
}
.jobList .list .con .jobTop {
    padding: .1rem .25rem;
}
.jobList .list .con .jobTop p {
    margin-right: .3rem;
    font-size: .14rem;
    padding-left: .3rem;
}
.jobList .list .con .conitem {
    padding: 0 .25rem;
    margin-bottom: .2rem;
}
.jobList .list .con .conitem h5 {
    font-size: .14rem;
}
.jobList .list .con .applyBtn a {
    margin-left: .25rem;
    line-height: .4rem;
    font-size: .14rem;
}
}

@media(max-width:1000px) {
.jobList .type li:nth-child(3), .jobList .type li:nth-child(4), .jobList .type li:nth-child(5) {
    display: none;
}
.jobList .type li {
    width: 33.33% !important;
}
.jobList ul.type li:nth-child(6) {
    background: none!important;
}
}

@media(max-width:768px) {
.jobList .type li {
    width: 24% !important;
}
.jobList .type li:nth-child(6) {
    width: 28% !important;
}
.jobList .list .con .applyBtn a {
    position: static;
    margin-top: .2rem;
}
#particles-js canvas{
    display: none;
}
}

@media(max-width:480px) {
.jobList .type li:nth-child(3) {
    display: none;
}
.jobList .type li {
    width: 30% !important;
}
.jobList .type li:nth-child(6) {
    width: 40% !important;
}
.jobList ol.type {
    font-size: 15px;
}
.jobList ul.type li:nth-child(6) {
    background-size: 16px auto;
}
.jobList .list .con {
    font-size: .14rem;
    line-height: .22rem;
}
}
/*************************/
.talent-bg {
    position: relative;
    height: 100vh;
    background-size: 110% 130%;
}
.dmk-talent {
    position: absolute;
    right: 12.81%;
    top: 43%;
    margin-top: -83px;
}
.dmk-talent strong {
    display: block;
    line-height: 1;
    color: #42567a;
    font-size: 0.4rem;
}
.talent-list {
    margin-top: 0.5rem;
}
.talent-item {
    float: left;
    position: relative;
    margin-right: 0.5rem;
    padding-top: 18px;
    width: 292px;
    border-top: 2px solid #c5c5c5;
}
.talent-item:last-child {
    margin-right: 0;
}
.talent-item:first-child {
    border-top: 2px solid #004b7c;
}
.talent-item:first-child b {
    background: #004b7c;
}
.talent-item:hover .talent-text p i {
    right: -4px;
}
.talent-item:hover b img {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
.talent-item b {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background: #ef0c21;
}
.talent-item b img {
    display: block;
    width: 20px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}
.talent-text {
    float: left;
    margin-left: 25px;
    padding-top: 5px;
}
.talent-text span {
    display: block;
    line-height: 1;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.talent-text p {
    color: #004b7c;
    font-size: 14px;
    position: relative;
    line-height: 1;
    font-weight: bold;
    min-width: 140px;
    padding-right: 20px;
}
.talent-text p i {
    display: inline-block;
    color: #004b7c;
    line-height: 1;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    font-style: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
.dmk-talent {
    position: absolute;
    right: 12.81%;
    top: 20%;
}
}

@media screen and (max-width: 1025px) {
.linian-bg {
    position: relative;
    padding: 80px 0px;
    height: auto;
}
.dmk-talent {
    width: 76%;
    margin: auto;
}
.dmk-talent.article-block .talent-hide strong {
    transition-delay: 0s;
}
.dmk-talent.article-block .talent-list .talent-item {
    transition-delay: 0s;
}
.dmk-talent.article-block .talent-list .talent-item:nth-child(2) {
    transition-delay: 0.3s;
}
.talent-item {
    margin-top: 30px;
}
}

@media screen and (max-width: 751px) {
.dmk-talent {
    z-index: 3;
    padding-bottom: 63.5%;
}
}
.business-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.business-bg img {
    display: none;
}

@media screen and (max-width: 767px) {
.business-bg {
    background-image: none !important;
    padding-bottom: 0 !important;
}
.business-bg img {
    display: block;
    width: 100%;
    height: 100%;
}
}
/********联系我们**********/
.pc-contact {
    position: relative;
    background: #265791;
    padding: 1.8rem 0px 1rem;
}
.pc-contact .container {
    max-width: 1200px;
}
.pc-contact-box {
    align-items: center;
}
.pc-contact-lf {
    width: 55%;
}
.pc-contact-lf .pc-contact-intro {
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
    line-height: 2;
    display: block;
}
.pc-contact-lf h2 {
    font-size: 0.36rem;
    color: #fff;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 0.3rem;
}
.pc-contact-lf .pc-contact-text p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.2rem;
    display: block;
}
.pc-contact-lf h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
}
.pc-contact-lf h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
}
.pc-contact-lf .pc-contact-text a {
    color: #fff;
}
.pc-contact-rf {
    width: 40%;
}
.pc-contact-form {
    background-color: #4f80b9;
    color: #fff;
    border-radius: 5px;
    padding: 0.4rem 0.3rem;
}
.layui-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pc-contact-form .box {
    width: 100%;
    /* margin-right: 20px; */
    margin-bottom: 0.3rem;
}
.pc-contact-form .box:nth-of-type(7) {
    width: 100%;
}
.pc-contact-form .box:last-of-type {
    width: 100%;
}
.pc-contact-form .box:nth-of-type(2n), .pc-contact-form .box:nth-of-type(7), .pc-contact-form .box:last-of-type {
    margin-right: 0;
}
.pc-contact-form .box span {
    font-size: 14px;
    color: #fff;
}
.pc-contact-form .box .txt {
    margin-top: 5px;
    position: relative;
    background: none;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.pc-contact-form .box input, .pc-contact-form .box textarea {
    width: 100%;
    font-size: 14px;
    color: #fff;
}
.pc-contact-form .box input {
    height: 40px;
}
.pc-contact-form .box textarea {
    height: 1rem;
    padding: 0.2rem 0px;
    resize: none;
}
.pc-contact-form p {
    font-size: 14px;
    color: #bbbbbb;
}
.pc-contact-form .button {
    display: block;
    width: 100%;
    height: 50px;
    background: #fac100;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 2em 0 2em 0;
    border: none;
}
.pc-contact-form .button:hover {
    background-color: #555;
}

@media (max-width:767px) {
.pc-contact-lf {
    width: 100%;
}
.pc-contact-rf {
    width: 100%;
}
}
/********产品导航*********/
.bread-crumb {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 6;
    height: 60px;
    line-height: 60px;
    background: -webkit-linear-gradient(top, #f6f7fa, #fff);
    background: -moz-linear-gradient(top, #f6f7fa, #fff);
    background: -ms-linear-gradient(top, #f6f7fa, #fff);
    background: -o-linear-gradient(top, #f6f7fa, #fff);
    box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.06);
    top: 81px;
    position: sticky;
    border-top: 1px #eee solid;
}
.bread-center {
    max-width: 1570px;
    width: 92%;
    overflow: hidden;
    height: 100%;
    margin: 0px auto;
}
.bread-left {
    float: left;
    width: auto;
    overflow: hidden;
    height: 100%;
}
.bread-left a {
    float: left;
    height: 100%;
    font-size: 16px;
    color: #495770;
    padding: 0px 28px;
    background: url("../images/icon-118.png") no-repeat left center;
}
.bread-left a.home {
    background: url("../images/icon-117.png") no-repeat left center;
    padding: 0px;
    width: 40px;
}
.bread-left a:hover {
    color: #004b7c;
}
.bread-center ul {
    float: right;
    width: auto;
    overflow: hidden;
    height: 100%;
}
.bread-center ul li {
    float: left;
    width: auto;
    height: 100%;
    margin-left: 0.3rem;
    font-size: 16px;
    color: #495770;
    cursor: pointer;
    position: relative;
}
.bread-center ul li a {
    display: block;
}
.bread-center ul li:before {
    width: 0%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: -webkit-linear-gradient(left, #004b7c, #004b7c);
    background: -moz-linear-gradient(left, #004b7c, #004b7c);
    background: -ms-linear-gradient(left, #004b7c, #004b7c);
    background: -o-linear-gradient(left, #004b7c, #004b7c);
}
.bread-center ul li.active:before {
    width: 100%;
}
.bread-center ul li.active a, .bread-center ul li:hover {
    color: #004b7c;
}

@media (max-width:767px) {
.bread-crumb {
    top: 0px;
}
}
/********产品内页************/
.mod_bread {
    padding-top: 0.3rem;
    margin-top: 0.3rem;
}
.ys_bread {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 -12px;
}
.ys_flex_center {
    display: flex;
    align-items: center;
}
.ys_bread_list {
    position: relative;
    padding: 0 12px;
}
.ys_bread_list::before {
    content: '>';
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
    line-height: 1.75;
    color: #999;
    font-size: 14px;
}
.ys_bread_list:last-child::before {
    display: none
}
.ys_bread_list a {
    font-size: 14px;
    color: #999;
    transition: all .36s;
}
.ys_bread_list:last-child a {
    color: #000;
}
.inddet_nav_wrap {
    transition: all .4s;
    margin-top: 0.5rem;
    top: 80px;
    position: sticky;
    z-index: 6;
}

@media (max-width: 1799px) {
.inddet_nav_wrap {
    transition: all .4s;
    margin-top: 0.5rem;
    top: 80px;
    position: sticky;
    z-index: 6;
}
}
.inddet_nav_wrap_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.54rem;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 9.64159px 6px rgba(64, 123, 255, 0.05), 0px 7px 16px 0px rgba(41, 107, 255, 0.06), 0px 2px 6px 0px rgba(186, 203, 238, 0.10);
}
.inwc_le .navpos {
    margin: 0 -0.3rem;
}
.inwc_le .item {
    padding: 0 0.3rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 0.9rem;
    font-size: 18px;
    line-height: 94px;
    color: #333;
    transition: all .36s;
}
.inwc_le .item.active {
    color: #004b7c;
    font-weight: bold;
}
.std_btn2 {
    display: inline-block;
}
.std_btn2_box {
    display: flex;
    align-items: center;
    padding: 0 24px;
    background: #004b7c;
    border-radius: 10px;
    transition: all .36s;
}
.std_btn2_text {
    margin-right: 10px;
}
.std_btn2_text p {
    font-size: 16px;
    line-height: 42px;
    color: #fff;
}
.std_btn2_icon {
    width: 20px;
    font-size: 0;
    transform: translateX(0px);
    transition: all .36s;
}
.std_btn2_icon img {
    width: 100%;
}
.n-pro-item-bg {
    position: relative;
    padding: 0.8rem 0px;
}
.n-pro-item-bg.news-box{
    padding: 0.3rem 0px 0;
}
.n-pro-item-1f {
    width: 45%;
}
.news-box .n-pro-item-1f {
    width: 100%;
}
.n-pro-item-1f .n-pro-item-tit {
    position: relative;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
    padding-left: 20px;
    margin-bottom: 0.3rem;
}
.n-pro-item-1f .n-pro-item-tit:before {
    width: 6px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    background: #004b7c;
}
.n-pro-item-info {
}
.n-pro-item-info h3 {
    position: relative;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
    padding-left: 15px;
    margin-bottom: 0.15rem;
}
.n-pro-item-info h3:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #004b7c;
    transform: translateY(-50%);
}
.part-info {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 10px;
}
.part-info p {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
}
.n-pro-item-rf {
    width: 42%;
}
.n-pro-item-rf .pro-topimg {
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #f4f4f4;
    text-align: center;
}

@media (max-width:767px) {
.n-pro-item-bg {
    position: relative;
    padding: 0.4rem 0px 0.8rem;
}
.n-pro-item-1f {
    width: 100%;
}
.n-pro-item-rf {
    width: 100%;
}
}
.n-pro-fatures-bg {
    background-color: #F8F8F8;
    overflow: hidden;
    padding: 1rem 0px;
    position: relative;
}
.n-pro-fatures-bg h3 {
    position: relative;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
    padding-left: 15px;
    margin-bottom: 0.15rem;
}
.n-pro-fatures-bg h3:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #004b7c;
    transform: translateY(-50%);
}
.n-pro-fatures-box {
    margin-top: 20px;
}
.n-pro-fatures-box p {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.n-pro-fatures-box .icon_box {
    width: 80%;
}
.n-pro-fatures-box .icon_box li {
    width: 50%;
    font-size: 0.2rem;
    padding-top: 0.3rem;
}
.n-pro-fatures-box .icon_box li img {
    margin-right: 10px;
}
.n-pro-fatures-box .text_box {
    overflow: hidden;
    width: 100%;
}
.n-pro-fatures-box .text_box li {
    width: 32%;
    margin-right: 1%;
    padding: 0.28rem;
    background: rgba(255, 255, 255, 0.9);
    transition: .5s;
    margin-bottom: 10px;
}
.n-pro-fatures-box .text_box li .rLine {
    width: 30px;
    height: 4px;
    background: #004b7c;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 10px 0px 20px;
}
.n-pro-fatures-box .text_box li h4 {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
}
.n-pro-fatures-box .text_box li p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
.n-pro-fatures-box .text_box li:hover {
    background: #004b7c;
}
.n-pro-fatures-box .text_box li:hover h4, .n-pro-fatures-box .text_box li:hover p {
    color: #fff;
}
.n-pro-fatures-box .text_box li:hover .rLine {
    background: #fff;
    padding-right: 60px;
}
/*.n-pro-fatures-box .text_box{ width:80%;}
.n-pro-fatures-box .text_box li{ width:24.5%; border-top: 4px solid #004b7c;padding-top: 15px;}
.n-pro-fatures-box .text_box li h4{ font-size: 20px; line-height: 1.6; color: #333; margin-bottom: 10px;}
.n-pro-fatures-box .text_box li p { font-size: 16px;line-height: 1.8;color: #666;}
*/

/******技术参数********/
.n-pro-parameter-bg {
    overflow: hidden;
    padding: 0.8rem 0px;
}
.n-pro-parameter-bg.news-box-title{
    padding: 0 0px 0.8rem;
}
.n-pro-parameter-bg h3 {
    position: relative;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
    padding-left: 15px;
    margin-bottom: 0.15rem;
}
.n-pro-parameter-bg h3:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #004b7c;
    transform: translateY(-50%);
}
.n-pro-parameter-box {
    margin-top: 20px;
}
.n-pro-parameter-box.n-pro-title{
    display: block;
}
.news-box-title .n-pro-parameter-box{
    display: block;
}
.n-pro-parameter-box h5 {
    width: 100%;
    position: relative;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 1.6;
    color: #004b7c;
    padding-left: 20px;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
}
.n-pro-parameter-box h5:before {
    width: 6px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    background: #004b7c;
}
.n-pro-parameter-bg table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border: none;
    margin-bottom: 10px;
}
.n-pro-parameter-bg table td {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    padding: 0.1rem 0px;
    border: 1px solid #ddd;
}
.n-pro-parameter-bg table tr:nth-child(odd) {
    background-color: #e8eced; /* 奇数行背景色 */
}
.n-pro-parameter-bg table tr:nth-child(even) {
    background-color: #ffffff; /* 偶数行背景色 */
}
.n-pro-parameter-bg table tr:first-child {
    background-color: #dadbdd; /* 设置表格第一行的背景颜色为黄色 */
}
/******相关产品********/
.n-pro-pro-bg {
    /*background: #F8F8F8;*/
    overflow: hidden;
    padding: 0.8rem 0px;
}
.n-pro-pro-bg .swiper-container{
    padding-bottom: 30px;
}
.n-pro-pro-bg h3 {
    position: relative;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
    padding-left: 15px;
    margin-bottom: 0.15rem;
}
.n-pro-pro-bg h3:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #004b7c;
    transform: translateY(-50%);
}
.n-pro-pro-box .swiper-slide {
    padding: 12px;
}
.pic_box {
    border-radius: 20px;
    box-shadow: 0px 3px 10px 10px rgba(8, 30, 125, 0.05);
    padding-top: 18px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.pic_wrap {
    padding: 0.2rem;
}
.pic_wrap .std_text {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
}
.pic_link {
    border-top: 1px solid #E9E8E8;
    display: flex;
    width: 100%;
}
.pic_btn {
    width: 50%;
    border-right: 1px solid #E9E8E8;
    cursor: pointer;
}
.pic_btn a {
    display: block;
    text-align: center;
    color: #004b7c;
    font-size: 16px;
    line-height: 1.75;
    padding-top: 18px;
    padding-bottom: 18px;
}
.item-rf-box {
    padding-bottom: 60px;
}
.item-rf-box .swiper-slide {
    border: 1px solid #ddd;
    border-radius: 20px;
}
.item-rf-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #004b7c;
    width: 0.4rem;
    border-radius: 20px;
}
.n-pro-box {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

@media (max-width: 767px) {
.n-pro-box {
    padding-bottom: 20px;
    flex-wrap: wrap
}
.n-pro-fatures-box .text_box li {
    width: 100%;
}
.n-pro-fatures-bg h3 {
    font-size: 20px;
}
.n-pro-item-info h3 {
    font-size: 20px;
}
.n-pro-parameter-bg h3 {
    font-size: 20px;
}
.n-pro-pro-bg h3 {
    font-size: 20px;
}
.inwc_le .navpos {
    margin: 0;
}
.inddet_nav_wrap_cont {
    flex-wrap: wrap;
    padding: 0.2rem;
}
.inwc_le .item {
    line-height: 35px;
    padding: 0px 2px;
    font-size: 15px;
}
.std_btn2_text p {
    font-size: 13px;
    line-height: 42px;
    color: #fff;
}
}
.n-pro-lf {
    width: 45%;
    text-align: center;
}
.n-pro-rf {
    width: 50%;
}
.HomeTit h2 {
    line-height: 2;
    font-size: 0.3rem;
    color: #b81c21;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    font-weight: normal;
}
.HomeTit h3 {
    line-height: 2;
    font-size: 0.2rem;
    color: #b81c21;
    display: block;
    vertical-align: top;
    position: relative;
    font-weight: normal;
    border-bottom: 1px solid #b81c21;
    margin-bottom: 20px;
}
/********社会责任********/
.res_con {
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.res1 {
    background-color: #FAFBFE;
    margin-bottom: 5.2vw;
}
.n-solution-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0.8rem;
}
.n-solution-list {
    width: 100%;
    background: #eeeeee;
    overflow: hidden;
    align-items: center;
    transition: .6s ease;
    margin-bottom: 0.8rem;
}
.n-solution-pic {
    width: 50%;
    overflow: hidden;
}
.n-solution-pic img {
    width: 100%;
    object-fit: cover;
    transition: .6s ease;
}
.n-solution-list:hover .n-solution-pic img {
    transform: scale(1.06);
}
.n-solution-list:hover .n-solution-text a, .n-solution-list:hover .n-solution-text h3 {
    color: #0c3883;
}
.n-solution-text {
    width: 50%;
    overflow: hidden;
    padding: 0.4rem 1rem;
}
.n-solution-text .left .cn {
    font-size: 0.4rem;
    line-height: 1.5;
    color: #000000;
}
.n-solution-text .left .en {
    line-height: 1.5;
    color: rgba(68, 68, 68, 0.7);
    text-transform: uppercase;
    font-size: 16px;
}
.n-solution-text p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-top: 0.3rem;
}
.n-solution-text a {
    display: inline-block;
    margin-top: 0.3rem;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #666666;
}
.n-solution-list:nth-child(2n) .n-solution-text {
    order: 1;
}
.n-solution-list:nth-child(2n) .n-solution-pic {
    order: 2;
}
.n-solution-list:nth-child(2n+1) .n-solution-text {
    order: 2;
}
.n-solution-list:nth-child(2n+1) .n-solution-pic {
    order: 1;
}
/* 资质证书 */
.res_certificates {
    padding: 4.5vw 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/res_certificates.jpg');
}
.res_certificates .top {
    margin-bottom: 2.1vw;
}
.res_certificates .top .h {
    line-height: 1.5;
    font-size: 0.4rem;
    color: #000000;
    margin-bottom: 0.2vw;
    font-family: hm;
}
.res_certificates .top .en {
    line-height: 1.5;
    font-size: 16px;
    /*color: rgba(255,255,255,0.6);*/
    color: #444444;
    text-transform: uppercase;
}
.res_certificates .about_gszz {
    padding-bottom: 25px;
}
.res_certificates .list {
    display: inline-block;
}
.res_certificates .list li {
    background-color: #fff;
    border-radius: 16px;
    float: left;
    padding: 20px 30px;
    box-sizing: border-box;
    transition: all .35s;
    width: calc(16% - 6px);
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.res_certificates .list li:nth-child(6n) {
    margin-right: 0;
}
.res_certificates .list li img {
    width: 100%;
}
.res_certificates .list li span {
    text-align: center;
    font-size: 16px;
    line-height: 2.5em;
    display: block;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
}

@media (max-width:993px) {
.res_certificates .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.res_certificates .list li span {
        font-size: 14px;
        line-height: 1.5em;
        display: inline-block;
        margin-top: 8px;
}
}
@media(max-width:768px) {
.res_certificates .list li {
    width: calc(50% - 10px);
}
.res_certificates .list li:nth-child(2n) {
    margin-right: 0;
}
/*.res_certificates .list li:nth-child(5n) {
    margin-right: 20px;
}*/
.NewProduct .box .boxLeft article ul.sub li:before {
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    top: 40%;
}
.NewProduct .box .boxLeft article ul.sub li.aon:before {
    border: 2px solid #fac100;
}
}
.res6 {
    padding: 4.5vw 0;
    background-color: #F9F9F9;
}
.res6 .top {
    margin-bottom: 2.1vw;
}
.res6 .top .h {
    line-height: 1.5;
    font-size: 0.4rem;
    color: #000000;
    margin-bottom: 0.2vw;
    font-family: hm;
}
.res6 .top .en {
    line-height: 1.5;
    font-size: 16px;
    color: #444444;
    text-transform: uppercase;
}
.res6 .li {
    display: flex;
    padding: 1.6vw 2.6vw;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5vw;
    transition: all 0.5s;
}
.res6 .li:hover {
    border-color: transparent;
    box-shadow: 0 0 1.1vw rgba(0, 52, 182, 0.07);
}
.res6 .li:last-child {
    margin-bottom: 0;
}
.res6 .li .left {
    display: flex;
    align-items: center;
}
.res6 .li .left .icon {
    width: 34px;
    height: 34px;
}
.res6 .li .left .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.res6 .li .left .solid {
    width: 1px;
    height: 30px;
    background-color: #E6E6E6;
    margin: 0 1.6vw;
}
.res6 .li .left .h1 {
    display: block;
    line-height: 30px;
    height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 41.6vw;
    color: #333333;
    font-size: 0.3rem;
}
.res6 .li .right {
    display: flex;
    align-items: center;
}
.res6 .li .right .solid {
    width: 1px;
    height: 30px;
    background-color: #E6E6E6;
    margin: 0 1.6vw;
}
.res6 .li .right a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}
.res6 .li .right a .icon1 {
    display: block;
    width: 2vw;
    height: 2vw;
    margin-left: 0.5vw;
}
.res6 .li .right a .icon1 img {
    width: 100%;
}
.res6 .li .right a .icon1 img.img2 {
    display: none;
}
.res6 .li .right a:hover .icon1 img.img1 {
    display: none;
}
.res6 .li .right a:hover .icon1 img.img2 {
    display: block;
}

@media (max-width:993px) {
.n-solution-pic {
    width: 100%;
    overflow: hidden;
}
.n-solution-text {
    width: 100%;
    overflow: hidden;
    padding: 0.3rem 0.5rem;
}
.item-header .item-title {
    line-height: 1.15;
    font-weight: 300;
    font-size: 22px;
    padding-top: 0.62rem;
}
}
/********分页*********/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0px 20px;
    border-radius: 4px;
    font-size: 12px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4d4d4d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 3;
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #fac100;
    border-color: #fac100;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
























































