* {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

body {
    font-family: "MontserratLight", Arial, Helvetica, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    color: #525252;
}

@font-face {
  font-family: "myAliShuHeiTi";
  src: url("../font/AlimamaShuHeiTi-Bold.woff") format("woff"),
url("../font/AlimamaShuHeiTi-Bold.woff2") format("woff2");
}

a:hover{
    text-decoration: none;
}

/* flex布局 */
.flex_row {
    display: flex;
    flex-direction: row;
}

.flex_column {
    display: flex;
    flex-direction: column;
}

.flex_center {
    align-items: center;
}

.flex_start {
    align-items: flex-start;
}

.flex_end {
    align-items: flex-end;
}

.flex_between {
    justify-content: space-between;
}

.flex_around {
    justify-content: space-around;
}

.flex_evenly {
    justify-content: space-evenly;
}

.justify_center {
    justify-content: center;
}

.navbar-brand {
    position: relative;
}

.navbar-brand img.logo {
    width: 246px;
    filter: grayscale(100%) brightness(700%);
}

.navbar-brand img.fixlogo {
    position: absolute;
    top: 5px;
    left: 21px;
    width: 25px;
    z-index: 10
}

#index-slide {
    width: 100%;
    position: relative;
    margin-top: 101px;
}

#index-slide .carousel-item {
    width: 100%;
    position: relative;
}

#index-slide .carousel-item .img-fluid {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
#index-slide .carousel-item .xfBox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}
#index-slide .carousel-item .xfBox .xfBox_onetitle{
    font-size: 45px;
    line-height: 45px;
    color: #00FFE4;
    font-weight: bold;
    letter-spacing: 10px;
    margin-bottom: 10px;
    text-shadow: 4px 4px 30px rgb(0, 0, 0);
}
#index-slide .carousel-item .xfBox .xfBox_twotitle{
    font-family: myAliShuHeiTi;
    font-size: 70px;
    line-height: 70px;
    color: #FFFFFF;
    letter-spacing: 3px;
    margin-top: 15px;
    text-shadow: 4px 4px 30px rgb(0, 0, 0);
}
#index-slide .carousel-item .xfBox .xfBox_title_wrap{
    width: 600px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 25px;
}
#index-slide .carousel-item .xfBox .xfBox_title_wrap .xfBox_title{
    width: 250px;
    height: 45px;
    background: rgba(4, 43, 86, 0.4);
    border: 1px solid #01A8FF;
    font-size: 22px;
    color: #00FFE4;
    text-align: center;
    line-height: 45px;
    margin-right: 18px;
    margin-bottom: 14px;
}


/*#index-slide .carousel-item:after{ content:""; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.4); z-index:0;}*/

#index-slide .carousel-item {
    background-color: #f7f7f7;
    background-size: cover;
    background-repeat: no-repeat;
}

#index-slide .carousel-item .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#index-slide .tx-caption {
    font-size: 16px;
    line-height: 1.8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

#index-slide .tx-caption .btn-red {
    background: #ee771c;
    color: #fff;
    padding: 0.8rem 1.8rem;
}

#index-slide .tx-caption .btn-red:hover {
    background: #eb7e21;
    border-color: #eb7e21
}

#index-slide .tx-caption h2 {
    font-size: 48px;
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 2rem;
}

#index-slide .carousel-indicators {
    bottom: 3%
}

#index-slide .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0);
    background: transparent;
    float: none;
    text-align: center;
    text-indent: inherit;
    margin-bottom: 10px;
}

#index-slide .carousel-indicators li.active {
    border: 1px solid rgba(255, 255, 255, 1);
}

#index-slide .carousel-indicators li span.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    display: inline-block;
    transform: scale(0.4, 0.4)
}

#index-slide .maskdiv {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}


/* 分页面 Banner */
.bannerBox{
    width: 100%;
    margin-top: 100px;
    position: relative;
}
.bannerBox .banner_img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bannerBox .xfTitleBox{
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}
.bannerBox .xfTitleBox .xfTitleBox_onetitle{
    font-size: 38px;
    line-height: 38px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 4px 4px 30px rgb(0, 0, 0);
}
.bannerBox .xfTitleBox .xfTitleBox_twotitle{
    font-family: myAliShuHeiTi;
    font-size: 70px;
    line-height: 70px;
    color: #FFFFFF;
    letter-spacing: 3px;
    margin-top: 15px;
    text-shadow: 4px 4px 30px rgb(0, 0, 0);
}
.bannerBox .xfTitleBox .xfTitleBox_title_wrap{
    width: 600px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 25px;
}
.bannerBox .xfTitleBox .xfTitleBox_title_wrap .xfTitleBox_title{
    width: 250px;
    height: 45px;
    background: rgba(4, 43, 86, 0.4);
    border: 1px solid #01A8FF;
    font-size: 22px;
    color: #00FFE4;
    text-align: center;
    line-height: 45px;
    margin-right: 18px;
    margin-bottom: 14px;
}
.bannerBox .xfTitleBox .xfTitleBox_title_wrap2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}
.bannerBox .xfTitleBox .xfTitleBox_title_wrap2 .xfTitleBox_title2{
    font-size: 32px;
    color: #ffffff;
}
.bannerBox .xfTitleBox .xfTitleBox_title_wrap2 .xfTitleBox_title2 text{
    font-size: 32px;
    color: #65DBFF;
}

/*充电桩控制板*/
.boardBox{
    width: 100%;
}
.boardBox p{
    width: 100%;
}
.boardBox img{
    width: 100%;
}


/* 顶部导航栏 */
.all-nav {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    /*max-width: 2560px;*/
    position: fixed !important;
    top: 0 !important;
    z-index: 9990;
}

.all-nav-nr {
    top: 0 !important;
}

.agric-nav {
    width: 89.42%;
    height: 100%;
    background: #FFFFFF;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.agric-nav .logoBox{
    width: 21.8%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.agric-nav .logoBox .nav_logo{
    width: 47.3%;
    object-fit: contain;
}
.agric-nav .logoBox .nav_logo2{
    display: none;
    object-fit: contain;
}
.agric-nav .logoBox .intro{
    width: 41.2%;
    object-fit: contain;
}

.nav-right {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.ipmor_nav {
    /* width: 70%; */
    height: 100%;
}

.ipmor_nav>a {
    font-size: 17px;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;
}

.ipmor_nav>ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    line-height: 100px;
    padding-left: 0;
}

.ipmor_nav>ul>li.active a {
    color: #00458F;
    text-decoration: none;
}
.ipmor_nav>ul>li.active {
    border-bottom: 2px solid #00458F;
}

.ipmor_nav>ul>li:hover a {
    color: #00458F;
    text-decoration: none;
}

.ipmor_nav>ul>li {
    /* width: 20%; */
    position: relative;
    text-align: center;
    list-style: none;
    padding: 0 15px;
    border-bottom: 2px solid #ffffff;
    z-index: 2;
}

.ipmor_nav>ul>li:hover {
    border-bottom: 2px solid #00458F;
}

.ipmor_nav>ul>li>a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    margin-top: -2px;
}

.ipmor_nav>ul>li .hgxs {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    flex-wrap: wrap;
    padding: 46px 120px 6px 120px;
    z-index: 1;
}
.ipmor_nav>ul>li .width1150 {
    width: 1150px;
}

.ipmor_nav>ul>li:hover .hgxs {
    display: flex;
}

.ipmor_nav>ul>li .hgxs .hgxsBox {
    display: flex;
    flex-direction: row;
    width: 430px;
    margin-bottom: 40px;
}

.ipmor_nav>ul>li .hgxs .width450 {
    width: 450px;
}

.ipmor_nav>ul>li .hgxs .hgxsBox>img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid #FFFFFF;
}

.ipmor_nav>ul>li .hgxs .hgxsBox .hgxs-r {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ipmor_nav>ul>li .hgxs .hgxsBox .hgxs-r .title {
    font-size: 20px;
    color: #585858;
    line-height: 20px;
}

.ipmor_nav>ul>li .hgxs .hgxsBox .hgxs-r .hgxs-r-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 14px;
}

.ipmor_nav>ul>li .hgxs .hgxsBox .hgxs-r .hgxs-r-item .item {
    width: 130px;
    font-size: 14px;
    color: #878787;
    line-height: 14px;
    text-align: left;
    margin-bottom: 8px;
}

.ipmor_nav>ul>li .hgxs .hgxsBox .hgxs-r .hgxs-r-item .item:nth-child(2n) {
    margin-left: 36px;
}
/*导航栏下拉菜单 鼠标滑过效果*/
.ipmor_nav>ul>li .hgxs .touchEffect:hover>img{
    transform: scale(1.05);
    border: 2px solid #008EFF;
}
.ipmor_nav>ul>li .hgxs .touchEffect:hover .hgxs-r .title{
    color: #008EFF;
}

.ipmor_nav>ul>li:hover .secon-down {
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.secon-down {
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);

}

.secon-down>a {
    display: block;
    background: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
    color: #535353 !important;
    line-height: 50px;
    font-size: 16px;
}

.secon-down>a:last-child {
    border-bottom: none;
    text-decoration: none;
}

.secon-down>a:hover {
    color: #00458F !important;
    text-decoration: none;
}

.ipmor_nav>a.active {
    background: #00458F;
    text-decoration: none;
    padding: 0 20px;
}

.ipmor_nav>a:hover {
    background: #00458F;
    text-decoration: none;
    transition: all .3s;
    padding: 0 20px;
    color: #FFFFFF;
}

.phoneBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.phoneBox>img {
    width: 27px;
    height: 27px;
    margin-right: 15px;
}

.phoneBox .phone {
    font-weight: bold;
    font-size: 26px;
    color: #008EFF;
}

.nav-button {
    display: none;
}

.nav-button>i {
    font-size: 32px;
    display: block;
    color: #595757;
    margin-right: 10px;
    margin-top: 6px;
}

/*右侧悬浮按钮*/
.suspendBox{
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 20px;
    bottom: 35%;
    z-index: 1000;
}
.suspendBox .suspend_item{
    width: 80px;
    height: 80px;
    background: rgba(0, 142, 254, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    margin-bottom: 4px;
    border-radius: 4px;
}
.suspendBox .suspend_item i{
	font-size: 30px;
}
.suspendBox .suspend_item .suspend_item_text{
	font-size: 15px;
}
.suspendBox .suspend_item .suspend_item_wximg{
    display: none;
    width: 160px;
    height: 160px;
    border: 3px solid rgba(0, 142, 254, 0.9);
    position: absolute;
    top: 0;
    right: 83px;
    border-radius: 4px;
}
.suspendBox .suspend_item .suspend_item_phone{
    display: none;
    height: 80px;
    background: rgba(0, 142, 254);
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 0;
    right: 3px;
    border-radius: 4px;
    padding: 0 20px;
}
.suspendBox .suspend_item .suspend_item_phone .phone_icon{
    color: #FFF;
    margin-right: 5px;
}
.suspendBox .suspend_item .suspend_item_phone .phone_icon i{
    font-size: 40px;
    color: #FFF;
    line-height: 80px;
}
.suspendBox .suspend_item .suspend_item_phone .phone_text{
    font-size: 30px;
    color: #FFF;
    line-height: 80px;
}
.suspendBox .suspend_item:hover{
    transform: scale(1.05);
}
.suspendBox .suspend_item:hover .suspend_item_wximg{
    display: block;
}
.suspendBox .suspend_item:hover .suspend_item_phone{
    display: flex;
}


.charge_title_img {
    width: 147px;
    height: 100%;
    z-index: 2;
}

.charge_title_text {
    font-size: 40px;
    color: #00458F;
    font-weight: bold;
    text-align: center;
    margin: 0 42px;
    z-index: 2;
}

.charge_title1 {
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-top: 15px;
    z-index: 2;
}

.charge_title2 {
    max-width: 36.45%;
    font-size: 18px;
    color: #696969;
    text-align: center;
    margin-top: 30px;
    z-index: 2;
}
.charge_title3 {
    font-weight: bold;
    font-size: 40px;
    color: #2054A5;
    z-index: 2;
}
.charge_title4 {
    font-weight: normal;
    font-size: 25px;
    color: #333333;
    margin-top: 36px;
    margin-bottom: 80px;
    z-index: 2;
}


/* 首页-智慧充电领域 */
.charge01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.charge01 .charge01_bg_img{
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
}
.charge01 .title03 {
    font-size: 47px;
    line-height: 47px;
    letter-spacing: 10px;
    text-indent: 10px;
    color: #FFF;
    text-align: center;
    padding: 18px 150px;
    background: linear-gradient(90deg, #2A5298, #1E3C72);
    margin-top: 35px;
    z-index: 2;
}

.charge01 .title04 {
    font-weight: bold;
    font-size: 22px;
    color: #1A52A0;
    margin-top: 40px;
    z-index: 2;
}

.charge01 .title05 {
    font-size: 29px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 50px;
    z-index: 2;
}

.charge01 .round01 {
    width: 101px;
    height: 101px;
    border-radius: 50%;
    background: #00458F;
    border: 2px solid #55B7EB;
    font-size: 20px;
    font-weight: bold;
    color: #00FFE4;
    text-align: center;
    line-height: 100px;
    z-index: 2;
}

.charge01 .line01 {
    width: 80px;
    height: 2px;
    background: #414746;
    margin: 0 15px;
    z-index: 2;
}

.charge01 .picture_img_01 {
    width: 65.625%;
    object-fit: contain;
    margin-top: 80px;
    z-index: 2;
}

.charge02 {
    width: 88.9%;
    margin: 0 auto;
}

.charge02_item1 {
    width: 100%;
    background: #FFF;
    cursor: pointer;
    z-index: 2;
    margin-top: 110px;
}

.charge02_item1 .picture_img_02_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.charge02_item1 .picture_img_02 {
    width: 100%;
    object-fit: contain;
    margin-bottom: 70px;
}
.charge02_item1:hover .picture_img_02{
    transform: scale(1.03);
}
.charge02_item1 .charge02_wid24{
    /* width: 20%; */
    display: flex;
    flex-direction: row;
    align-items: center;
}

.charge02_item1 .charge02_icon,
.charge02_item2 .charge02_icon {
    width: 56px;
    height: 56px;
    margin-right: 27px;
}

.charge02_item1 .charge02_title1,
.charge02_item2 .charge02_title1 {
    font-size: 27px;
    color: #414746;
}

.charge02_item1 .charge02_title2,
.charge02_item2 .charge02_title2 {
    font-size: 21px;
    color: #414746;
}

.line02 {
    width: 2px;
    height: 60px;
    background: #848887;
    margin: 0 50px;
}

.charge02_item1:hover {
    background: #ededed;
}

.charge02_item2 {
    width: 49.1%;
    background: #FFF;
    cursor: pointer;
}

.charge02_item2 .picture_img_03_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.charge02_item2 .picture_img_03 {
    width: 100%;
    object-fit: contain;
    margin-bottom: 60px;
}
.charge02_item2:hover .picture_img_03{
    transform: scale(1.03);
}
.charge02_item2:hover {
    background: #ededed;
}

/* 首页-充电桩产品 */
.charge03 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.product_home {
    width: 100%;
    background: #00458F;
    margin-top: 60px;
    padding: 90px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_home .product {
    width: 89.58%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product_home .product .product_item {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
}

.product_home .product .product_item .product_title {
    color: #000;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 6px;
}

.product_home .product .product_item .imageBox {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 0px;
    padding-bottom: 80%;
    overflow: hidden;
    border-top: solid 1px #eee;
}

.product_home .product .product_item .imageBox .product_img {
    width: 100%;
    object-fit: contain;
}
.product_home .product .product_item .imageBox .product_img:hover{
    transform: scale(1.1);
}

.product_home .product .product_item .more_tips {
    color: #000;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
}

.product_home .more_button {
    width: 227px;
    height: 50px;
    background: #008EFF;
    border: 1px solid #008EFF;
    border-radius: 9px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.product_home .more_button:hover{
    background: #FFF;
    color: #00458F;
    border: 1px solid #FFF;
}

/* 首页-我们的实力 */
.charge04 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.charge04 .charge04_img_1 {
    width: 75%;
    height: 100%;
    text-align: center;
    margin-top: 60px;
}
.charge04 .charge04_img_1 img{
    width: 100%;
    object-fit: contain;
}

.charge04 .charge04_img_2 {
    width: 75%;
    height: 100%;
    text-align: center;
    margin-top: 60px;
}
.charge04 .charge04_img_2 img{
    width: 100%;
    object-fit: contain;
}

.charge04 .charge04_img_3 {
    width: 75%;
    height: 100%;
    text-align: center;
    margin-top: 60px;
}
.charge04 .charge04_img_3 img{
    width: 100%;
    object-fit: contain;
}

.charge04 .charge04_num {
    font-weight: 800;
    font-size: 83px;
    color: #00458F;
    line-height: 83px;
    margin-right: 10px;
}

.charge04 .charge04_jia {
    font-size: 52px;
    line-height: 40px;
    color: #00458F;
}

.charge04 .charge04_num_text {
    font-weight: bold;
    font-size: 23px;
    color: #00458F;
    line-height: 30px;
    margin-left: 4px;
}

.charge04 .line03 {
    width: 2px;
    height: 48px;
    background: #00458F;
    margin: 0 80px;
}
.charge04 .co_branding_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.charge04 .co_branding_box .backdrop{
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    /* background-image: url(../picture/bg02.png); */
    /* background-size: auto; */
    /* background-repeat: no-repeat; */
    position: absolute;
    top: 30px;
}

/* 完整的服务体系 */
.charge04 .co_branding_box .service_system{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.charge04 .co_branding_box .service_system .service_system_bg{
    width: 100%;
}
.charge04 .co_branding_box .service_system .service_system_three{
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 24%;
    right: 12.5%;
}
.charge04 .co_branding_box .service_system .service_system_three .service_system_item{
    width: auto;
    height: 212px;
    object-fit: contain;
    margin-right: 50px;
}
.charge04 .co_branding_box .service_system .service_system_three .service_system_item:last-child{
    margin-right: 0px;
}
.charge04 .co_branding_box .service_system .service_system_text_box{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 68.4%;
    right: 12.5%;
}
.charge04 .co_branding_box .service_system .service_system_text_box .service_system_text{
    font-size: 35px;
    color: #FFFFFF;
    line-height: 35px;
    margin-bottom: 15px;
    letter-spacing: 3px;
    text-indent: 3px;
    margin-right: -3px;
}

/* 电动自行车 标准化的智慧充电管理运营平台 */
.charge04 .title03 {
    width: 850px;
    height: 82px;
    background: linear-gradient(90deg, #2A5298, #1E3C72);
    font-size: 47px;
    color: #FFF;
    text-align: center;
    line-height: 82px;
    letter-spacing: 10px;
    text-indent: 10px;
    margin-top: 35px;
}
.charge04 .ebike_title01{
    width: 47.6%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
}
.charge04 .ebike_title01 .ebike_title01_row{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.charge04 .ebike_title01 .ebike_title01_row .ebike_title01_img{
    width: 50px;
    height: 50px;
    margin-right: 24px;
}
.charge04 .ebike_title01 .ebike_title01_row .ebike_title01_text{
    font-size: 40px;
    color: #00458F;
}
.charge04 .ebike_content01{
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 110px;
}
.charge04 .ebike_content01 img{
    width: 100%;
    object-fit: contain;
}

/* 标准化场站建设实景图 */
.charge04 .station_content{
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.charge04 .station_content .station_content_img{
    width: 32.4%;
    object-fit: contain;
    margin-bottom: 20px;
}

/* 充电场站改造 */
.charge05 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
.charge05 .charge05_item01{
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.charge05 .charge05_item01 .charge05_item01_col{
    width: 48.61%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.charge05 .charge05_item01 .charge05_item01_col .charge05_item01_img_box{
    width: 100%;
    position: relative;
}
.charge05 .charge05_item01 .charge05_item01_col .charge05_item01_img_box .charge05_item01_img{
    width: 100%;
    object-fit: contain;
}
.charge05 .charge05_item01 .charge05_item01_col .charge05_item01_text{
    font-size: 21px;
    color: #333333;
    margin-top: 26px;
}
.charge05 .charge05_item01 .charge05_item01_col .charge05_item01_img_box .charge05_item01_img_mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 77, 160, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
}
.charge05 .charge05_item01 .charge05_item01_col:hover .charge05_item01_img_mask{
    display: flex;
}
.charge05_item01_img_mask .mask_text_box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}
.charge05_item01_img_mask .mask_text_box .mask_text01{
    font-size: 30px;
    line-height: 30px;
    color: #00FFE4;
}
.charge05_item01_img_mask .mask_text_box .mask_text02{
    font-size: 36px;
    line-height: 36px;
    color: #00FFE4;
    margin-top: 20px;
    margin-bottom: 40px;
}
.charge05_item01_img_mask .mask_text_box .mask_text03{
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 15px;
}

/* 联系我们页面 */
.charge06 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
.charge06 .charge06_item01_row{
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.charge06 .charge06_item01_row .charge06_item01_line{
    width: 2px;
    height: 222px;
    background: #E5E5E5;
}
.charge06 .charge06_item01_row .charge06_item01{
    width: 33.19%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 66px;
}
.charge06 .charge06_item01_row .charge06_item01 .charge06_item01_img{
    width: 205px;
    height: 203px;
    border: 2px solid #011EAA;
    border-radius: 50%;
}
.charge06 .charge06_item01_row .charge06_item01 .charge06_item01_txtBox{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.charge06 .charge06_item01_row .charge06_item01 .charge06_item01_txtBox .charge06_item01_txt1{
    font-size: 30px;
    color: #2F2F2F;
    line-height: 30px;
    margin-top: 14px;
    margin-bottom: 20px;
}
.charge06 .charge06_item01_row .charge06_item01 .charge06_item01_txtBox .charge06_item01_txt2{
    font-size: 19px;
    color: #333333;
    line-height: 32px;
    text-align: center;
}
.charge06 .charge06_item01_row .charge06_item01 .charge06_item01_txtBox .charge06_item01_txt3{
    font-size: 19px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}


.charge06 .charge06_item02_txt{
    font-size: 19px;
    color: #333333;
    line-height: 19px;
    margin-bottom: 70px;
}

/* 地图 */
.nylx_tr {
    width: 75%;
    position: relative;
}
.nylx_trdw {
    height: 100%;
    width: 100%;
}
.nylx_map {
    width: 100%;
    height: 600px;
}

/* 一网统管云平台 */
.charge07 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.charge07 .charge07_item01_bg{
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
}
.charge07_item01_title{
    width: 35.26%;
    object-fit: contain;
    z-index: 2;
    margin-top: 80px;
}
.charge07 .videoBox{
    width: 57.81%;
    margin-top: 70px;
    z-index: 2;
}
.charge07 .videoBox .video_nr{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.charge07 .charge07_item02{
    width: 100%;
    z-index: 2;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.charge07 .charge07_item02 p{
    width: 100%;
}
.charge07 .charge07_item02 img{
    width: 100%;
}
.charge07 .charge07_item02 .charge07_item02_img1{
    width: 100%;
    object-fit: contain;
}
.charge07 .charge07_item03{
    width: 71.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 74px;
}
.charge07 .charge07_item03 .charge07_item03_text1{
    width: 100%;
    height: 67px;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    line-height: 67px;
    background: #CB0000;
}
.charge07 .charge07_item03 .charge07_item03_text_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 10px 0px rgba(189,26,45,0.21);
}
.charge07 .charge07_item03 .charge07_item03_text_box .charge07_item03_text2{
    font-size: 45px;
    color: #CA0000;
    margin-top: 54px;
}
.charge07 .charge07_item03 .charge07_item03_text_box .charge07_item03_text3{
    width: 88.46%;
    font-size: 29px;
    color: #343434;
    line-height: 60px;
    text-align: justify;
    margin-top: 50px;
    margin-bottom: 100px;
}
.charge07 .charge07_item04{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 118px;
}
.charge07 .charge07_item04 .charge07_item04_img1{
    width: 35.26%;
    object-fit: contain;
}
.charge07 .charge07_item04 .charge07_item04_img2{
    width: 71.5%;
    object-fit: contain;
    margin-top: 105px;
}
.charge07 .charge07_item05{
    width: 100%;
    height: 100%;
    background-image: url(../picture/bg08.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 190px;
}
.charge07 .charge07_item05 .charge07_item05_bg{
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 360px;
}
.charge07_item05_text1{
    font-size: 24px;
    color: #595757;
    margin-top: 90px;
    margin-bottom: 50px;
    z-index: 2;
}

.charge07_item05 .swiper6Box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.charge07 .charge07_item05 .swiper6Box .charge07_item05_text2{
    font-size: 24px;
    color: #ffffff;
    margin-top: 110px;
    margin-bottom: 60px;
    z-index: 2;
}
.swiper6Box .swiper6{
    margin-bottom: 130px;
}
.swiper6Box .swiper6 .swiper-slide .swiper6_name{
    width: 420px;
    height: 45px;
    font-size: 24px;
    color: #ffffff;
    background: linear-gradient(90deg, transparent 0%, #43BAFE 50%, transparent 100%);
    text-align: center;
    line-height: 45px;
    margin-top: 30px;
}

.charge07_item05 .swiper5Box{
    width: 70%;
    margin: 0 auto;
    margin-top: -190px;
}
.charge07_item05 .swiper5 .swiper-slide{
    width: 800px;
    object-fit: contain;
}
.charge07_item05 .swiper5 .swiper-slide img{
    display: block;
    width: 100%;
    object-fit: contain;
}

.charge07 .charge07_item06{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.charge07 .charge07_item06 .charge07_item06_bg{
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0px;
}
.charge07 .charge07_item06 .charge07_item06_img1{
    width: 43.3%;
    object-fit: contain;
    margin-top: 100px;
    margin-bottom: 40px;
    z-index: 2;
}
.charge07 .charge07_item06 .charge07_item06_text1{
    font-size: 30px;
    color: #595757;
    z-index: 2;
}
.charge07 .charge07_item06 .charge07_item06_img2{
    width: 69%;
    object-fit: contain;
    margin-top: 105px;
    margin-bottom: 105px;
    z-index: 2;
}
.charge07 .charge07_item06 .charge07_item06_text2_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 2;
}
.charge07 .charge07_item06 .charge07_item06_text2_box_new{
    display: none;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2;
}
.charge07 .charge07_item06 .charge07_item06_text2{
    width: 200px;
    height: 50px;
    font-size: 22px;
    color: #4E94DF;
    text-align: center;
    line-height: 50px;
    background: #B6D3F2;
    margin-right: 24px;
    z-index: 2;
}
.charge07 .charge07_item06 .charge07_item06_text2:last-child{
    margin-right: 0;
}
.charge07 .charge07_item06 .charge07_item06_text2_new:nth-child(3n){
    margin-right: 0;
}
.charge07 .charge07_item06 .charge07_item06_img3_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 170px;
    z-index: 2;
}
.charge07 .charge07_item06 .charge07_item06_img3_box p{
    width: 100%;
}
.charge07 .charge07_item06 .charge07_item06_img3_box img{
    width: 100%;
}
.charge07 .charge07_item06 .charge07_item06_img3{
    width: 100%;
    object-fit: contain;
}


/* 首页-新闻资讯 */
.cooperateBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.charge04 .news_more{
    font-size: 18px;
    color: #575757;
    line-height: 40px;
    background: #FFF;
    padding: 0 30px;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 2;
    cursor: pointer;
}
.charge04 .news_more:hover{
    color: #FFF;
    background: #00458F;
}


/*新闻列表页*/
.newsListBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f8f8f8;
}
.newsListBox .newsList{
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}
.newsListBox .newsList .newsItem{
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    padding: 25px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
.newsListBox .newsList .newsItem .newsItem_top{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    padding: 0 20px;
}
.newsListBox .newsList .newsItem .newsItem_top .newsItem_time_box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.newsListBox .newsList .newsItem .newsItem_top .newsItem_time_box .newsTime_one{
    font-size: 23px;
    color: #333;
}
.newsListBox .newsList .newsItem .newsItem_top .newsItem_time_box .newsTime_two{
    font-size: 17px;
    color: #333;
}
.newsListBox .newsList .newsItem .newsItem_top .newsIcon{
    font-size: 30px;
    color: #333;
}
.newsListBox .newsList .newsItem:hover .newsIcon{
    color: #008EFF;
}
.newsListBox .newsList .newsItem .newsPic_box{
    width: 100%;
    max-height: 280px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
}
.newsListBox .newsList .newsItem .newsPic_box .newsPic_img{
    width: 100%;
    object-fit: contain;
}
.newsListBox .newsList .newsItem .newsPic_box:hover .newsPic_img{
    transform: scale(1.05);
}
.newsListBox .newsList .newsItem .newsTitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsListBox .newsList .newsItem .newsTitle .newsTitle_text{
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    padding: 0px 20px;
    margin-top: 10px;
}
.newsListBox .newsList .newsItem .newsLine{
    width: 0;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    bottom: 0;
}
.newsListBox .newsList .newsItem:hover .newsLine{
    width: 100%;
    border-top: 2px solid #008EFF;
}

.newsListBox .news_pager{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 30px 0 50px;
}
.newsListBox .news_pager .pager_item{
    font-size: 18px;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.1s;
    margin-right: 10px;
}
.newsListBox .news_pager .pager_item:last-child{
    margin-right: 0;
}
.newsListBox .news_pager .pager_item:hover,
.newsListBox .news_pager .pager_item.active{
    color: #FFF;
    background: linear-gradient(90deg, #0562b4, #1c80d6);
}
.newsListBox .news_pager .firstpage,
.newsListBox .news_pager .lastpage,
.newsListBox .news_pager .prevpage,
.newsListBox .news_pager .nextpage{
    padding: 15px 38px;
}
.newsListBox .news_pager .pagenumber{
    padding: 15px 20px;
}




/* 首页-立即咨询 */
.consultBox{
    width: 100%;
    background: #e8e8e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.consultBox .consultContent{
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.consult_item_row{
    width: 91.8%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.consult_item_row .consult_item{
    width: 47.65%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    margin-bottom: 27px;
}
.consult_item_row .consult_item2{
    width: 100%;
    /*height: 50px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
}
.consult_item_row .consult_item .item_name{
    width: 20%;
    font-size: 18px;
    color: #4D4D4D;
    padding-left: 40px;
    margin-right: 10px;
}
.consult_item_row .consult_item2 .item_name{
    width: 12.12%;
    font-size: 18px;
    color: #4D4D4D;
    padding-left: 40px;
    margin-right: 5px;
}
.consult_item_row .consult_item .item_input{
    width: 70%;
}
.consult_item_row .consult_item .item_input .inputclass{
    width: 100%;
    font-size: 17px;
    color: #008EFF;
}
.consult_item_row .consult_item2 .radio_box{
    width: 87%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 0;
}
.consult_item_row .consult_item2 .radio_box .radioclass{
    font-size: 17px;
    color: #008EFF;
}
.consult_item_row .consult_item2 .radio_box label{
    font-size: 18px;
    color: #4d4d4d;
    margin-right: 30px;
    margin-left: 4px;
    margin-bottom: 4px;
    margin-top: 4px;
}
.consultContent .submit_button{
    width: 227px;
    height: 50px;
    background: #00458F;
    border: 1px solid #00458F;
    border-radius: 9px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    margin-top: 50px;
    margin-bottom: 60px;
}
.consultContent .submit_button:hover{
    background: #FFF;
    color: #00458F;
}
/* 修改单选radio默认样式 start */
input[type="radio"] {
    /* 隐藏单选按钮的默认样式 */
    display: none;
}
input[type="radio"] + label {
    position: relative;
    padding-left: 30px; /* 留出图标位置 */
    cursor: pointer;
}
input[type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
}
input[type="radio"]:checked + label:before {
    border: 1px solid #008EFF;
    background-color: #008EFF;
    background-image: url(../image/gou_img0.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/* 修改单选radio默认样式 end */



/*产品详情页*/
.detail_box{
    width: 100%;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.detail_box .detail_content_box{
    width: 53.44%;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 36px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.detail_box .detail_content_box .detail_title{
    font-size: 30px;
    color: #333333;
    padding: 0px 50px;
    margin-bottom: 10px;
}
.detail_box .detail_content_box .detail_line{
    width: 100%;
    border-top: 2px solid #f5f5f5;
    margin-top: 10px;
}
.detail_box .detail_content_box .datail_content{
    width: 100%;
    /*text-align: center;*/
    padding: 30px 50px;
}
.detail_box .detail_content_box .detail_time_box{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
}
.detail_box .detail_content_box .detail_time_box .detail_time{
    font-size: 14px;
    color: #888888;
}
.detail_box .detail_content_box .detail_time_box .detail_fh{
    font-size: 17px;
    color: #888888;
    cursor: pointer;
    transition: all 0.1s;
}
.detail_box .detail_content_box .detail_time_box .detail_fh:hover{
    color: #32B2F7;
}


/* 光、储、充、放、检 */
.charge04 .gccfj{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.charge04 .gccfj .gccfj_item{
    width: 100px;
    height: 100px;
    font-size: 50px;
    color: #00458F;
    text-align: center;
    line-height: 100px;
    border: 1px dashed #00458F;
    border-radius: 50%;
    margin-right: 70px;
}
.charge04 .gccfj .gccfj_item:last-child{
    margin-right: 0;
}
.charge04 .gccfj_text{
    font-size: 28px;
    color: #00458F;
    line-height: 28px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.charge04 .gccfj_pic_box{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.charge04 .gccfj_pic_box .gccfj_pic{
    width: 49.42%;
    object-fit: contain;
}

/* 玖鲸ECI智慧场站建设一站式解决方案 */
.charge04 .gccfj_pic_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.charge04 .gccfj_pic_content .gccfj_bg{
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 290px;
}
.charge04 .gccfj_pic_content .gccfj_img01{
    width: 60.4%;
    object-fit: contain;
    margin-top: 10px;
    z-index: 2;
}
.charge04 .gccfj_pic_content .gccfj_img02_box{
    width: 56.51%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 90px;
    z-index: 2;
}
.charge04 .gccfj_pic_content .gccfj_img02_box .gccfj_img02_col{
    width: 45.16%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.charge04 .gccfj_pic_content .gccfj_img02_box .gccfj_img02_col .gccfj_img02{
    width: 100%;
    object-fit: contain;
}
.charge04 .gccfj_pic_content .gccfj_img02_box .gccfj_img02_col .gccfj_img02_text{
    width: 100%;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: left;
    margin-top: 40px;
}
.charge04 .gccfj_pic_content .gccfj_img03{
    width: 58.64%;
    object-fit: contain;
    margin-top: 10px;
    z-index: 2;
    margin-top: 70px;
}
.charge04 .gccfj_pic_content .gccfj_img03_text_box{
    display: flex;
    flex-direction: row;
}
.charge04 .gccfj_pic_content .gccfj_img03_text_box_new{
    display: none;
    flex-direction: row;
}
.charge04 .gccfj_pic_content .gccfj_img03_text_box .gccfj_img03_text{
    width: 200px;
    height: 50px;
    font-size: 22px;
    color: #4E94DF;
    text-align: center;
    line-height: 50px;
    background: #B6D3F2;
    margin-right: 24px;
}
.charge04 .gccfj_pic_content .gccfj_img03_text_box .gccfj_img03_text:last-child{
    margin-right: 0;
}
.charge04 .gccfj_pic_content .gccfj_img03_text_box_new .gccfj_img03_text_new:nth-child(3n){
    margin-right: 0;
}


/* 智慧充电管理运营平台 */
.charge04 .glyypt_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.charge04 .glyypt_content .glyypt_bg{
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 110px;
}
.charge04 .glyypt_content .glyypt_content_box{
    width: 57.29%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}
.charge04 .glyypt_content .glyypt_content_box .glyypt_content_item{
    /* width: 40.9%; */
    display: flex;
    flex-direction: row;
    align-items: center;
}
.charge04 .glyypt_content .glyypt_content_box .glyypt_content_item .glyypt_img01{
    width: 70px;
    height: 70px;
    margin-right: 40px;
}
.charge04 .glyypt_content .glyypt_content_box .glyypt_content_item .glyypt_img01_text01{
    font-size: 33px;
    color: #414746;
    line-height: 33px;
    margin-bottom: 12px;
}
.charge04 .glyypt_content .glyypt_content_box .glyypt_content_item .glyypt_img01_text02{
    font-size: 26px;
    color: #414746;
    line-height: 26px;
}
.charge04 .glyypt_content .glyypt_content_box .glyypt_line01{
    width: 2px;
    height: 77px;
    background: #BCBEBE;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.charge04 .glyypt_content .glyypt_img01_text03{
    display: flex;
    flex-direction: row;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 10px;
    text-indent: 10px;
    z-index: 2;
    margin-top: 110px;
}
.charge04 .glyypt_content .glyypt_img01_text04{
    font-weight: bold;
    font-size: 40px;
    color: #1A52A0;
    margin-top: 43px;
    z-index: 2;
}
.charge04 .glyypt_content .glyypt_img01_text05{
    width: 50%;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #333333;
    letter-spacing: 8px;
    text-indent: 8px;
    margin-top: 30px;
    z-index: 2;
}
.charge04 .glyypt_content .glyypt_img02_box{
    width: 79.43%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
    z-index: 2;
}
.charge04 .glyypt_content .glyypt_img02_box .glyypt_img02_l{
    width: 52%;
    object-fit: contain;
}
.charge04 .glyypt_content .glyypt_img02_box .glyypt_img02_r{
    width: 38.23%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.charge04 .glyypt_content .glyypt_img02_box .glyypt_img02_r .glyypt_img02_r_t{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.charge04 .glyypt_content .glyypt_img02_box .glyypt_img02_r .glyypt_img02_r_t .glyypt_img02_r_t_text{
    font-size: 23px;
    color: #00FFE4;
    width: 102px;
    height: 102px;
    line-height: 102px;
    text-align: center;
    background: #00458F;
    border: 2px solid #01A1F8;
    border-radius: 50%;
}
.charge04 .glyypt_content .glyypt_img02_box .glyypt_img02_r .glyypt_img02_r_t .glyypt_img02_r_t_line{
    width: 82px;
    border-top: 2px dashed #414746;
}
.charge04 .glyypt_content .glyypt_img02_box .glyypt_img02_r .glyypt_img02_r_t_pic{
    width: 100%;
    object-fit: contain;
    margin-top: 43px;
}
.charge04 .glyypt_content .glyypt_img01_text06{
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #00458F;
    letter-spacing: 8px;
    text-indent: 8px;
    z-index: 2;
    margin-top: 150px;
}
.charge04 .glyypt_content .glyypt_img01_text06_box{
    width: 63.17%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
    margin-top: 36px;
}
.charge04 .glyypt_content .glyypt_img01_text06_box .glyypt_img01_text06_pic{
    width: 18.4%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.charge04 .glyypt_content .glyypt_img01_text06_box .glyypt_img01_text06_pic:nth-child(2n){
    margin-top: 177px;
}
.charge04 .glyypt_content .glyypt_img01_text06_box .glyypt_img01_text06_pic .glyypt_img03{
    width: 100%;
    object-fit: contain;
}
.charge04 .glyypt_content .glyypt_img01_text06_box .glyypt_img01_text06_pic .glyypt_img03_text{
    font-weight: 400;
    font-size: 29px;
    color: #333333;
    margin-top: 18px;
}
.charge04 .glyypt_content .glyypt_img04{
    width: 74.22%;
    object-fit: contain;
    margin-top: 80px;
}
.charge04 .glyypt_content .glyypt_img05{
    width: 61.46%;
    object-fit: contain;
    margin-top: 80px;
}


.bpapBox{
    height: 1px;
    position: absolute;
    bottom: 102px;
}
/* 产品列表 充电桩产品 */
.product_title_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 1px;
}
.product_title_box .product_title_row{
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: space-between;*/
}
.product_title_box .product_title_left{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product_title_box .product_title_left .product_title{
    /* width: 200px; */
    /* height: 80px; */
    font-size: 18px;
    line-height: 60px;
    color: #333;
    /* text-align: center; */
    background: #FFF;
    border-bottom: 2px solid #FFF;
    cursor: pointer;
    transition: all 0.1s;
    padding: 0 20px;
    margin-right: 60px;
}
.product_title_box .product_title_left .product_title:hover,
.product_title_box .product_title_left .product_title.active{
    color: #008EFF;
    /* background: linear-gradient(90deg, #0562b4, #1c80d6); */
    border-bottom: 2px solid #008EFF;
}
.product_title_box .product_title_right{
    font-size: 16px;
    color: #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-top: 15px; */
    margin-right: 30px;
}
.product_title_box .product_title_right .product_title_tips{
    font-weight: bold;
    margin-left: 5px;
}
.product_list_box{
    width: 100%;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
}
.product_list_box .productTypeTitle{
    width: 80%;
    font-size: 22px;
    color: #008EFF;
    margin-top: 10px;
}
.product_list_box .product_list{
    width: 80%;
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.product_list_box .product_list .product_item{
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    margin-top: 20px;
    margin-right: 30px;
    cursor: pointer;
}
.product_list_box .product_list .product_item .product_line{
    width: 0;
    border-top: 2px solid #FFFFFF;
}
.product_list_box .product_list .product_item:hover .product_line{
    width: 100%;
    border-top: 2px solid #008EFF;
}
.product_list_box .product_list .product_item .product_name{
    width: 89.6%;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}
.product_list_box .product_list .product_item .product_img_box{
    width: 80%;
    overflow: hidden;
}
.product_list_box .product_list .product_item .product_img_box .product_img{
    width: 100%;
    object-fit: contain;
}
.product_list_box .product_list .product_item:hover .product_img_box .product_img{
    transform: scale(1.1);
}
.product_list_box .product_pager{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 30px 0 50px;
}
.product_list_box .product_pager .pager_item{
    font-size: 18px;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.1s;
    margin-right: 10px;
}
.product_list_box .product_pager .pager_item:last-child{
    margin-right: 0;
}
.product_list_box .product_pager .pager_item:hover,
.product_list_box .product_pager .pager_item.active{
    color: #FFF;
    background: linear-gradient(90deg, #0562b4, #1c80d6);
}
.product_list_box .product_pager .firstpage,
.product_list_box .product_pager .lastpage,
.product_list_box .product_pager .prevpage,
.product_list_box .product_pager .nextpage{
    padding: 15px 38px;
}
.product_list_box .product_pager .pagenumber{
    padding: 15px 20px;
}



/* 轮播图参数 */
.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* height: 200px; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -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;
}
/* 证书轮播-下方名称 */
.swiper1 .swiper-slide .certificate_name{
    font-size: 17px;
    color: #404040;
    margin-top: 30px;
}
.certificate_pic{
    width: 227px;
    object-fit: contain;
}
/* 合作品牌-图片 */
.swiper3{
    width: 100%;
    margin-left: 0px;
}
.swiper2 .swiper-slide .brand_pic,
.swiper3 .swiper-slide .brand_pic{
    /*width: 244px;*/
    width: 90%;
    height: 90px;
    border: 1px solid #B2B2B2;
    border-radius: 10px;
}
/* 新闻资讯- */
.swiper4 .swiper-slide .picBox{
    /*width: 456px;*/
    width: 90%;
    overflow: hidden;
}
.swiper4 .swiper-slide .picBox .news_pic{
    width: 100%;
}
.swiper4 .swiper-slide .nameBox{
    /*width: 456px;*/
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    padding-top: 20px;
}
.swiper4 .swiper-slide .news_name{
    /*width: 410px;*/
    width: 90%;
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
.swiper4 .swiper-slide .news_time{
    /*width: 410px;*/
    width: 90%;
    font-size: 12px;
    color: #9f9f9f;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
}
.swiper4 .swiper-slide:hover .picBox .news_pic{
    transform: scale(1.05);
    cursor: pointer;
}
.swiper4 .swiper-slide:hover .nameBox{
    background: #eee;
}





/* 公共参数-外边距-内边距 */
.marginTop170 {
    margin-top: 170px;
}

.marginTop130 {
    margin-top: 130px;
}

.marginTop120 {
    margin-top: 120px;
}

.marginTop110 {
    margin-top: 110px;
}

.marginTop100 {
    margin-top: 100px;
}

.marginTop90 {
    margin-top: 90px;
}

.marginTop80 {
    margin-top: 80px;
}

.marginTop70 {
    margin-top: 70px;
}

.marginTop60 {
    margin-top: 60px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop2 {
    margin-top: 2px;
}

.marginBottom60 {
    margin-bottom: 60px;
}

.paddingBottom40 {
    padding-bottom: 40px;
}



/* 底部 */
.footBox {
    width: 100%;
    background: #00458F;
    position: relative;
    z-index: 3;
    margin-top: 20px;
}

.footContent {
    width: 75%;
    margin: 0 auto;
}

.footer_a_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 56px;
}
.footer_a_box .footer01_item {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 14px;
    margin-right: 36px;
    transition: all 0.1s;
}
.footer_a_box .footer01_item:hover {
    text-decoration: underline;
}

.f_width_1 {
    width: 74.1%;
}

.f_width_2 {
    width: 100%;
}

.f_width_3{
    width: 14.24%;
}

.f_content_1{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.logo_right_info{
    width: 28.44%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_intro {
    width: 65%;
    object-fit: contain;
    margin-bottom: 28px;
}
.logo_right_info_text_box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.logo_right_info_text{
    font-size: 19px;
    color: #FFFFFF;
    line-height: 19px;
    margin-bottom: 9px;
}
.logo_right_info_text:last-child{
    margin-bottom: 0;
}
.footer_ewm_box{
    width: 10.51%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_ewm{
    width: 100%;
    object-fit: contain;
}
.footer_ewm_name{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 9px;
}

.f_info_1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.f_info_2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_logo {
    width: 18.27%;
    object-fit: contain;
}

.f_c_info_item {
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 27px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.f_c_info_item_a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}
.footer_icp:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.f_line {
    width: 100%;
    height: 3px;
    background: #4E94DF;
    opacity: 0.27;
    margin-top: 44px;
    margin-bottom: 44px;
}

.wx_img {
    width: 100%;
    object-fit: contain;
}

.wx_tips {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 20px;
}

.copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}

.copyright_1{
    display: flex;
    flex-direction: row;
}

.copyright_2{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.suspendBox .suspend_phone {
    display: none;
}

/* 立即咨询 */


















