﻿@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{

    margin:0;

    padding:0;

    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;

}

*{

    font-family: "myFont4";

}

li{

    list-style: none;

}
/*banner*/
.index-banner{
    width: 100%;
    /* margin-top: 53px; */
    overflow: hidden;
    height: 100%;
}
.index-banner .swiper-container{
    width: 100%;
    height: 100vh;
}
.index-banner .slide-img{
    width: 100%;
    height: 100%;
}
.index-banner img.swiper_img{
    object-fit: cover;
    height: 100%;
}
.index-banner .swiper-pagination{
    position: absolute;
    bottom: 25px !important;
}
.index-banner .swiper-pagination-bullet{
    width: 10px;
	height: 10px;
	background:#fff;
	border-radius: 50px;
    margin:0 9px !important;
    opacity: 1;
}
.index-banner  .swiper-pagination-bullet-active{
    width: 40px;
	background:#39e6ad;
    border:0;
}
.index-banner .swiper-slide{
    background-size: cover !important;
    background-position: center;
    /* display: flex;
    align-items: center; */
}
.index-banner .swiper-slide-active{
	pointer-events:auto;
}
.index-banner .swiper-slide .slide-img img{
    width:100%;
	height:100%;
	object-fit:cover;
	transform: scale(1.1);
	transition: transform 3s;
}
.index-banner .swiper-slide-active .slide-img>img{
	transform:none;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    bottom: 150px;
    color:#fff;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeft 1.2s ease-in-out;
	animation: fadeInLeft 1.2s ease-in-out;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}
.index-banner .banner-text h6,.index-banner .banner-text p{
    font-size: 24px;
    margin-top: 7px;
    font-weight: bold;
}
.p2{
    padding:1.5rem 0;
}

/* 分页 */
.page-box {
    margin-bottom: 60px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    border-radius: 50px;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    background-color: #274f93;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}

.re {

	position: relative;

}

.margin-t-30{
    margin-top: 30px;
}

.cont-1 ul li{
    padding:40px 32px;
    color:#fff;
}
.cont-1 ul li .details .title{
    font-size: 17px;
    margin-bottom: 20px;
}
.cont-1 ul li .details .text{
    line-height: 24px;
    font-size: 13px;
}
.cont-1 .mores {
    margin-top: 40px;
    display: inline-block;
    text-decoration: underline;
    position: relative;
    width: 75px;
    color: #fff;
    font-size: 12px;
}
.cont-1 .mores::after {
    content: '';
    display: block;
    background: url(/Public/Home/Module1155/images/l-icon.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 12px;
    animation: animate-mark 2s infinite ease;
}

.p30{
    padding:30px 0;
}

/* 新闻中心 */
.cont-2 .title{
    font-size: 20px;
    color:#222222;
    position: relative;
    width: 50%;
}
.cont-2 .cont2-link{
    display: inline-block;
    font-size: 12px;
    color:#666;
    transition: .4s;
}
.cont-2 .cont2-link .iconfont{
    font-size: 15px;
    margin-left: 5px;
}
.cont-2 .cont2-link:hover{
    color:#39e6ad;
}
.cont-2 .title img{
    width: auto;
    height:40px;
}
.cont-2 .title p{
    position: absolute;
    top: 11px;
    left: 26px;
}
.cont-2 .cont2-list .cont2-left dl{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.cont-2 .cont2-list .cont2-left dl dt{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cont-2 .cont2-list .cont2-left dl dd{
    position: absolute;
    left: 7.5%;
    bottom: 40px;
    width: 85%;
    border-top: 1px solid #fff;
    padding-top: 15px;
}
.cont-2 .cont2-list .cont2-left dl dd h5{
    line-height: 24px;
    color:#fff;
    margin-bottom: 10px;
}
.cont-2 .cont2-list .cont2-left dl dd p{
    font-size: 12px;
    color:#fff;
}
.cont-2 .cont2-list .cont2-right{
    background: #f6f6f6;
    padding: 20px;
    margin-top: 10px;
}
.cont-2 .cont2-list .cont2-right dl{
    padding:15px 0;
    border-bottom: 1px solid #090909;
}
.cont-2 .cont2-list .cont2-right dl:first-child{
    padding-top: 0;
}
.cont-2 .cont2-list .cont2-right dl dt{
    line-height: 24px;
    color:#090909;
    margin-bottom: 15px;
    transition: .4s;
}
.cont-2 .cont2-list .cont2-right dl dd{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont-2 .cont2-list .cont2-right dl dd p{
    color:#090909;
    transition: .4s;
}

/* 关于我们 */
.cont-3{
    width: 100%;
    background: url(/Public/Home/Module1155/images/about-bg.png) no-repeat 100% 100%;
    background-size: cover;
    background-position: top;
    padding:40px 0;
}
.cont-3 .title h5{
    font-size: 14px;
    color:rgba(255, 255, 255, 0.32);
    text-transform: uppercase;
}
.cont-3 .title p{
    font-size: 17px;
    color: #fff;
    margin-top: 5px;
    font-weight: bold;
}
.cont-3 .title p span{
    font-size: 15px;
    margin-left: 15px;
    font-weight: normal;
}
.cont-3 .cont3-text .des{
    line-height: 24px;
    margin: 20px 0;
    color:#fff;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.link-box{
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
    /* font-size: 16px; */
    transition: .4s;
    margin-top: 15px;
}
.link-box .iconfont{
    vertical-align: middle;
    font-size: 18px;
    margin-left: 10px;
    transition: .4s;
}
.link-box:hover{
    background:#39e6ad;
    border:1px solid #39e6ad;
}
.link-box:hover .iconfont{
    margin-left: 15px;
}

/* 数字滚动 */
.cont-3 .digital-box{
    margin-top: 25px;
}
.cont-3 .digital li{
    font-size: 18px;
    color:#fff;
    position: relative;
    width: 48%;
    margin-top: 20px;
}
.cont-3 .digital li em{
    color: #fff;
    margin-top: 4px;
    display: block;
    font-size: 14px;
}
.cont-3 .digital li span{
    font-size: 14px;
    margin-left: 3px;
}
.cont-3 .digital li p{
    color:#fff;
    line-height: 24px;
}
.cont-3 .digital li strong{
    font-size: 30px;
}
.cont-3 .digital i{
    display: block;
    width: 1px;
    height: 90px;
    background: #dfdfdf;
}

/* 首页联系我们 */
.cont-4 .map-content{
    width: 100%;
    height: 300px;
}
.cont-4 .map-content .address_map{
    width: 100%;
    height: 100%;
}
.cont-4 .contact-text{
    background: url(/Public/Home/Module1155/images/map.png) no-repeat 100% 100%;
    background-size: cover;
    position: relative;
    padding:40px 30px;
}
.cont-4 .contact-text .des{
    color:#fff;
}
.cont-4 .contact-text h5{
    font-size: 16px;
    margin-bottom: 20px;
}
.cont-4 .contact-text .text{
    line-height: 27px;
}


/* 内页开始 */
.column-banner{
    width: 100%;
    height: 220px;
    margin:0 auto;
    margin-top: 53px;
}
.column-banner .img{
    width: 100%;
    height: 100%;
}
.column-banner .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.column-banner .logo-img{
   width: 100%;
   position: absolute;
   top: 34%;
   left: 0;
}
.column-banner .logo-img img{
    width: 95%;
    margin:0 auto;
    animation: animate-banner-logo 2s forwards ease;
    display: block;
}
.animate-banner-text {
    -webkit-animation: animate-banner-text 2s forwards ease;
    animation: animate-banner-text 2s forwards ease;
    opacity: 0;
    transform: translateY(300%) scale(0);
}
@keyframes animate-banner-text {
    0% {
        opacity: 0;
        transform: translateY(400%) scale(1);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes animate-banner-logo {
    0% {
        bottom: 0;
        transform: translateY(100%);
    }

    100% {
        
        bottom: 0;
        transform: translateY(0%);
    }
}

.column-banner .column-text{
    width: 100%;
    position: absolute;
    top: 63%;
    left: 0;
    color:#fff;
}
.column-banner .column-text .column-title{
    font-size: 22px;
}
.column-banner  .location-box{
    width: 100%;
    position: absolute;
    bottom:40px;
    left: 0;
    color:#fff;
}
.column-banner  .location-box .location-item .iconfont{
    vertical-align: middle;
}

/* 关于我们 */
.about-box{
    background:#eef2fb;
    padding:30px 0;
}
.about-box .about-left .about-top{
    background:#032a64;
    padding:30px 25px;
}
.about-box .about-left .about-top .title{
    font-size: 18px;
    color:#fff;
    border-bottom: 1px solid #7a8ead;
    padding-bottom: 10px;
}
.about-box .about-left .about-top .digital{
    padding:15px 0;
    border-bottom: 1px solid #7a8ead;
}
.about-box .about-left .about-top .digital li{
    width: 42%;
    color: #fff;
    padding: 15px 0;
}
.about-box .about-left .digital li>div{
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}
.about-box .about-left .digital li h4{
    text-align: left;
}
.about-box .about-left .digital li>div h5{
    font-size: 29px;
}
.about-box .about-left .digital li>div h6{
    text-align: left;
    font-size: 12px;
}
.about-box .about-bottom .digital{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2,1fr);
    margin-top: 10px;
}
.about-box .about-bottom .digital li{
    background:#fff;
    padding:22px;
    color:#222;
}
.about-box .about-bottom .digital li>div h6 p{
    color:#222;
}
.about-box .about-right{
    margin-top: 20px;
}
.about-box .about-right .des,
.about-box .about-right .text dl dd{
    color:#808080;
    line-height: 25px;
    text-align: justify;
}
.about-box .about-right .des span{
    font-family: myFont4;
}
.about-box .about-right .text dl{
    margin-top: 20px;
}
.about-box .about-right .text dl dt{
    font-size: 15px;
    color: #032a64;
    font-family: myFont2;
    margin-bottom: 5px;
    font-weight: bold;
}


/* 发展历程 */
.process-box{
    background:#fafbfc;
}
.process-box ul{
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
}
.process-box ul::before{
    content: "";
    position: absolute;
    left: 7px;
    top: 8px;
    height: 100%;
    width: 1px;
    background: #11376c;
    margin-left: 1px;
}
.process-box ul li{
    clear: both;
    /* min-height: 1.76rem; */
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
.process-box ul li em{
    position: absolute;
    z-index: 3;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #11376c;
    background: #fafbfc;
    transition: .4s;
}
.process-box ul li em::before{
    content: "";
    position: absolute;
    z-index: 20;
    left: 3px;
    top: 3px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    border: 1px solid #11376c;
    background: #fafbfc;
    transition: .4s;
}
.process-box ul li h5{
    font-size: 17px;
    color: #000000;
    font-weight: bold;
}
.process-box ul li span{
    font-size: 15px;
    font-family: myFont4;
    display: block;
    margin: 8px 0px;
}
.process-box ul li .des p{
    color: #666666;
    line-height: 26px;
    text-align: justify;
    position: relative;
    padding-left: 13px;
}
.process-box ul li .des p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #666666;
}

/* 党建动态 */
.link-box2{
    color: #222;
    border: 1px solid #222;
    margin: 0 auto;
    width: 126px;
    display: block;
    margin-top: 20px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    padding: 0;
}
.djdt-box{
    background:#f7f7f7;
}
.title-r{
    font-size:20px;
    color:#000000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.djdt-box .djdt-left{
    height: auto;
    overflow: hidden;
    position: relative;
}
.djdt-box .djdt-left .img img{
    width: 100%;
    height: auto;
}
.djdt-box .djdt-left .text{
    position: absolute;
    left:0;
    bottom: 0;
    background:rgba(0, 0, 0, .5);
    font-size: 16px;
    color:#fff;
    padding:10px;
    width: 100%;
    text-align: center;
}
.djdt-box .djdt-right{
    border-top: 1px solid #cccccc;
    margin-top: 10px;
}
.djdt-box .djdt-right li a{
    padding:10px 0;
    display: block;
    color:#222;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    transition: .4s;
}

/* 党建风采 */
.djfc-box{
    margin-bottom: 40px;
}
.djfc-box .swiper-slide .img{
    width: 100%;
    height: 130px;
    overflow: hidden;
}
.djfc-box .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.djfc-box .swiper-slide .text{
    color:#000000;
    margin-top: 15px;
    transition: .4s;
}
.djfc-box .swiper-pagination,
.case-img .swiper-pagination{
    position: absolute;
    margin-top: 22px;
    width: 100%;
}
.djfc-box .swiper-pagination-bullet,
.case-img .swiper-pagination-bullet{
    width: 8px;
	height: 8px;
	background:#e0e0e0;
	border-radius: 50px;
    margin:0 5px !important;
    opacity: 1;
}
.djfc-box  .swiper-pagination-bullet-active,
.case-img .swiper-pagination-bullet-active{
    width: 25px;
	background:#39e6ad;
    border:0;
}
.djfc-box .swiper-slide{
    background-size: cover !important;
    background-position: center;
    /* display: flex;
    align-items: center; */
}


/* 社会责任 */
.social-box dl{
    margin-bottom: 12px;
}
.social-box dl dt{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.social-box dl dt img{
    width: 100%;
    height: auto;
    display: block;
}
.social-box dl dd{
	background: #fafafa;
    padding:15px 20px;
}
.social-box dl dd h5{
    font-size: 16px;
    color:#000000;
    font-weight: bold;
}
.social-box dl dd .des{
    color:#333333;
    line-height: 24px;
    margin-top: 15px;
}

/* 二级导航 */
.rzhc-type{
    width: 100%;
    background:#f7f7f7;
}
.rzhc-type-list{
    display: flex;
    justify-content: center;
}
.rzhc-type-list a{
    padding: 15px 20px;
    color: #000;
    transition: .4s;
}

/* 电气事业部 */
.jyfz-profile .img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.jyfz-profile .img img{
    width: 100%;
    height: auto;
}
.jyfz-profile .text{
    margin-top: 20px;
}
.jyfz-profile .text h5{
    font-size: 16px;
    font-weight: bold;
    color:#222;
}
/* .jyfz-profile .text h6{
    font-size: 22px;
    margin-top: 13px;
} */
.jyfz-profile .text .des{
    /* font-size: 18px; */
    color:#666666;
    line-height: 25px;
    margin-top: 15px;
    text-align: justify;
}

.ppzlk-box .ppzlk-list dl:hover dd,
.rzhc-type-list a:hover,
.rzhc-type-list a.active,
.product-c-list dl:hover dd h5,
.product-c-list dl:hover dd p,
.product-c-box .product-c-type .product-c-type-list a:hover,
.product-c-box .product-c-type .product-c-type-list a.active{
	color:#39e6ad;
}

/* 产品列表 */
.product-c-list .product-c-item{
    
}
.product-c-list dl{
    width: 48.5%;
    margin-right: 3%;
    margin-top: 3%;
    float: left;
    margin-bottom: 15px;
}
.product-c-list dl:nth-child(2n){
    margin-right: 0;
}
.product-c-list dl dt{
    width: 100%;
    height: 140px;
    overflow: hidden;
}
.product-c-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-c-list dl dd{
    margin-top: 15px;
    text-align: center;
}
.product-c-list dl dd h5{
    font-size: 16px;
    font-weight: bold;
    color:#000;
    transition: .4s;
}
.product-c-list dl dd p{
    color:#666666;
    margin-top: 6px;
    transition: .4s;
}
.product-c-box .product-c-type{
    position: relative;
}
.product-c-box .product-c-type .title-q{
    background: #032a64;
    font-size: 15px;
    font-family: myFont4;
    color: #fff;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: flex;
    float: right;
    justify-content: center;
}
.product-c-box .product-c-type .title-q .iconfont{
    font-size: 18px;
    display: inline-block;
    margin-left: 6px;
    transform: rotate(90deg);
}
.product-c-box .product-c-list{
    margin-top: 10px;
}
.product-c-box .product-c-type .product-c-type-list{
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 2;
    width: 130px;
    text-align: center;
    background:#f7f7f7;
    height: 217px;
    overflow-y: scroll;
    padding-right: 20px;
    display: none;
}
.product-c-box .product-c-type .product-c-type-list a{
    display: block;
    padding: 9px 0;
    border-bottom: 1px solid #d7d8d9;
    color: #000;
    transition: .4s;
    font-size: 13px;
}
.product-c-box .product-c-type .product-c-type-list a:last-child{
    border-bottom: none;
}

/* 产品详情 */
.product-detail .title-p{
    text-align: center;
    margin-bottom: 25px;
}
.product-detail .title-p h5{
    font-size: 21px;
    color: #000000;
    font-weight: bold;
}
.product-detail .title-p p{
    color:#666666;
    margin-top: 7px;
}
.product-detail .product-text .cp-detail{
    margin-bottom: 40px;
}
.product-detail .product-text .cp-detail h5{
    font-size: 17px;
    color: #032a64;
    font-weight: bold;
}
.product-detail .product-text .cp-detail .des{
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}

.cp-detail .des table{  
    width: 100%;
}
.cp-detail .des table td{
    padding: 5px;
}
.cp-detail .des table tr:first-child{
    background:#032a64;
}
.cp-detail .des table tr:nth-child(even){
    background:#f6f7f9;
}
.cp-detail .des table tr:first-child td{
    color:#fff;
}


/*分页*/
.pages-box {
    margin-bottom: 20px;
    margin-top: 20px;
}
.pages-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.pages-box a{
    display: block;
    padding: 6px 5px;
    font-size: 12px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 3px;
    border-radius: 3px;
}
.pages-box strong{
    display: block;
    padding: 6px 8px;
    font-size: 13px;
    color: #666;
    background-color: #39e6ad;
    color: #fff;
    margin: 0 3px;
    border-radius: 3px;
}

/* 案例展示 */
.case-box{
    margin-bottom: 40px;
}
.case-box .case-img .swiper-slide{
    position: relative;
}
.case-box .case-img .swiper-slide .img{
	width: 100%;
    height: 200px;
    overflow: hidden;
}
.case-box .case-img .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-box .case-img .swiper-slide .text{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0;
    bottom: 0;
    background: #000;
    padding: 10px 0 20px 0;
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,.7));
}
.case-top{
    margin-top: 20px;
}
.case-top dl{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.case-top dl dt{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.case-top dl dt img{
    width: 100%;
    height: auto;
}
.case-top dl i{
    display: none;
}
.case-top dl dd{
    background:#f7f7f7;
    padding:15px 20px 30px 20px;
    color:#333;
}
.case-top dl dd p span,
.case-top dl dd p em{
    display: block;
}
.case-top dl dd p span{
    font-size: 16px;
    font-weight: bold;
}
.case-top dl dd p em{
    font-size: 14px;
    text-transform: uppercase;
    font-family: myFont;
}
.case-top dl dd .des{
    line-height: 24px;
    text-align: justify;
    margin-top: 15px;
}


/* 全球战略 */
.qqzl-box{
    width: 100%;
    background: url(/Public/Home/Module1155/pic/qqzl-bg.png) no-repeat 100% 100%;
    background-size: cover;
    background-position: left bottom;
}
.qqzl-box .img,
.qqzl-box .img img{
    width: 100%;
    height: auto;
}


/* 分红配股 */
.fhpg-box .fhpg-title{
    background:#032a64;
    color:#fff;
}
.fhpg-box .fhpg-title,
.fhpg-box .fhpg-list dl a{
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    padding:0 10px;
}
.fhpg-box .fhpg-list dl a{
    color:#666666;
    transition: .4s;
}
.fhpg-box .fhpg-title .date,
.fhpg-box .fhpg-list dl a dt{
    width: 29%;
}

.fhpg-box .fhpg-title .title,
.fhpg-box .fhpg-list dl a dd{
    width: 65%;
}
.fhpg-box .fhpg-list dl:nth-child(odd){
    background:#f6f7f9;
   
}


/* 新闻详情*/
.news-detail h5{
    font-size: 21px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
}
.news-detail h6 span{
    color: #999999;
    margin-right: 30px;
    position: relative;
}
.news-detail h6 span::before{
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #999999;
    position: absolute;
    top: 4px;
    right: -18px;
}
.news-detail h6 span:last-child:before{
    display: none;
}
.news-detail .text{
    margin-top: 30px;
    line-height: 24px;
    color:#666666;
}
.news-detail .text img{
    max-width: 100%;
    margin:10px auto 10px;
    display: inline-block;
}
.news-detail .article-box{
    margin-top: 30px;
    display: flex;
    margin-bottom: 20px;
}
.news-detail .article-box a{
    display: block;
    width: 80px;
    height: 30px;
    border: 1px solid #cbcbcb;
    color: #222;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    transition: .4s;
    font-size: 12px;
}
.news-detail .text a,
.news-detail .text a span{
    font-size: 14px !important;
}
.news-detail .text table{  
    width: 100%;
    border:1px solid #f5f5f5;
}
.news-detail .text table td{
    padding: 6px;
    border:1px solid #f5f5f5;
}
.news-detail .text table tr:first-child td{
    background:#f6f7f9;
    border: 1px solid #ececec;
}


/* 新闻 */
.news-c-list{
    
}
.news-c-list dl,
.ppzlk-box .ppzlk-list dl,
.ppzlk-box .ppzlk-list dl{
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
}
.news-c-list dl:nth-child(2n),
.ppzlk-box .ppzlk-list dl:nth-child(2n){
    margin-right: 0;
}
.news-c-list dl dt,
.ppzlk-box .ppzlk-list dl dt{
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.news-c-list dl dt img,
.ppzlk-box .ppzlk-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-c-list dl dd{
    background:#f6f6f6;
    padding:15px 20px;
    transition: .3s;
}
.news-c-list dl dd h5{
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    line-height: 21px;
    transition: .3s;
}
.news-c-list dl dd p{
    font-size: 13px;
    color:#7e7e7e;
    margin-top: 10px;
    transition: .3s;
}


/* 品牌资料库 */
.ppzlk-box .ppzlk-type{
    display: flex;
    margin-bottom: 20px;
}
.ppzlk-box .ppzlk-type a{
    display: block;
    color:#000000;
    margin-right: 20px;
    padding:0 10px 15px 10px;
}
.ppzlk-box .ppzlk-type a:last-child{
    margin-right: 0;
}
.ppzlk-box .ppzlk-type a.active{
    color:#39e6ad;
    border-bottom: 2px solid #39e6ad;
}
.ppzlk-box .ppzlk-list dl dd{
    color:#000000;
    text-align: center;
    margin:10px 0 10px 0;
    transition: .4s;
}

/* 视频弹窗 */
.play_tan {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 70%);
    z-index: 999;
}
.play_tanBox{
    width: 87%;
    height: 200px;
    /* background: #fff; */
    border-radius: 15px;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    /* padding: 29px 70px 33px; */
    box-sizing: border-box;
    text-align: center;
}
.play_tanBox iframe{
    width: 100%;
    height: 100%;
}
.colse_b{
    position: absolute;
    right: -20px;
    top: -28px;
    color: #fff;
    cursor: pointer;
    transition: .4s;
}
.colse_b .iconfont{
    font-size: 25px;
}



/* 联系我们 */
.contact-box .contact-map{
    width: 100%;
    height: 400px;
}
.contact-box .contact-list .c-title{
    margin-bottom: 20px;
}
.contact-box .contact-list .c-title h5{
    font-size: 40px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #f1f1f1, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}
.contact-box .contact-list .c-title p{
    font-size: 23px;
    color: #000;
    font-weight: bold;
    line-height: 22px;
    margin-top: -24px;
}
.contact-box .contact-list .contact-item{
    margin-bottom: 20px;
}
.contact-box .contact-list .contact-item dl{
    padding:15px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}
.contact-box .contact-list .contact-item dl dt{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #cccccc;
}
.contact-box .contact-list .contact-item dl dt .iconfont{
    font-size: 25px;
    color:#222;
}
.contact-box .contact-list .contact-item dl dd{
    margin-left: 25px;
    width: 77%;
}
.contact-box .contact-list .contact-item dl dd em{
    color: #999999;
    margin-bottom: 4px;
    display: block;
}
.contact-box .contact-list .contact-item dl dd p{
    font-size: 15px;
    font-weight: bold;
    color:#222;
}


/* 人才发展 */
.rcfz-box .swiper-container .swiper-slide{
    position: relative;
}
.rcfz-box .swiper-container .swiper-slide .img{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.rcfz-box .swiper-container .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rcfz-box .swiper-container .swiper-slide .text{
    background: rgba(3, 42, 100, 1);
    padding:15px 20px 30px 20px;
    color:#fff;
}
.rcfz-box .swiper-container .swiper-slide .text h5{
    font-size: 16px;
    font-weight: bold;
}
.rcfz-box .swiper-container .swiper-slide .text i{
    display: block;
    width: 30px;
    height: 3px;
    background:#fff;
    margin:15px 0;
}
.rcfz-box .swiper-container .swiper-slide .text p{
    line-height: 24px;
    text-align: justify;
}
.rcfz-box .swiper-container .swiper-pagination-clickable .swiper-pagination-bullet{
    background: rgba(255, 255, 255, .9);
    width: 10px;
    height: 10px;
}
.rcfz-box .swiper-container .swiper-pagination-bullet-active{
    background:#fff !important;
}
.rcfz-box .swiper-container .swiper-pagination{
    bottom: 10px;
    left: inherit;
    right: 0;
    width: 100%;
}

/* 员工故事 */
.yggs-box{
    width: 100%;
    background: url(/Public/Home/Module1155/pic/yggs-bg.png) no-repeat 100% 100%;
    background-size: cover;
    background-position: left bottom;
    padding:20px 0;
}
.yggs-list{
    padding:0 30px;
    background:#fff;
}
.yggs-list .swiper-slide .yggs-title{
    color: #222;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 15px;
    align-items: center;
    margin-top: 21px;
}
.yggs-list .swiper-slide .yggs-title .p1{
    font-size: 16px;
    font-weight: bold;
}
.yggs-list .swiper-slide .yggs-title .p2{
    display: flex;
    align-items: center;
    margin-top: 6px;
    padding: 0 !important;
}
.yggs-list .swiper-slide .yggs-title .p2 span{
    display: inline-block;
    position: relative;
}
.yggs-list .swiper-slide .yggs-title .p2 span:last-child{
    margin-right: 0;
}
.yggs-list .swiper-slide .yggs-title .p2 i{
    content: '';
    display: block;
    width: 1px;
    height: 17px;
    background: #e2e2e2;
    margin:0 12px;
}
.yggs-list .swiper-slide .yggs-title .p2 span:last-child::before{
    display: none;
}

/*》》》》》》》》》》自定义滚动条《《《《《《《《《《*/
::-webkit-scrollbar{width:4px;height:4px;}
/* ::-webkit-scrollbar-button:vertical{display:none;} */
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#fff;}
::-webkit-scrollbar-thumb:vertical{background-color:#b3b3b3;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#b3b3b3;}
::-webkit-scrollbar-corner:vertical{background-color:#b3b3b3;}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00;}
/* ::-webkit-scrollbar {
    display: none;
} */

.yggs-list .swiper-slide .text{
    color:#666666;
    line-height: 24px;
    height: 250px;
    overflow: scroll;
    box-sizing: border-box;
    padding-right: 20px;
}
.yggs-list .swiper-button-next,
.yggs-list .swiper-button-prev{
    background:#fff !important;
    box-shadow: 1px 1px 30px #ccc;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition: .4s;
}
.yggs-list .swiper-button-prev{
    left: -14px;
}
.yggs-list .swiper-button-next{
    right: -14px;
}
.yggs-list .swiper-button-next .iconfont,
.yggs-list .swiper-button-prev .iconfont{
    font-size: 25px;
    vertical-align: middle;
    color:#666666;
}
.yggs-list .swiper-button-prev .iconfont{
    transform: rotate(180deg);
    display: inline-block;
}


/* 员工活动 */
.activity-box{
    margin-top: 20px;
}
.activity-list dl{
    width: 100%;
    /* height: 130px; */
    overflow: hidden;
    position: relative;
}
.activity-list dl dt{
    width: 100%;
    height: 100%;
}
.activity-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.activity-list dl dd{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:rgba(0, 0, 0, .2);
    font-size: 15px;
    padding:20px;
    color:#fff;
}
/* .rzhc-type{
    width: 100%;
    height: 100px;
    line-height: 100px;
    background:#f7f7f7;
}
.rzhc-type-list{
    display: flex;
    justify-content: center;
}
.rzhc-type-list a{
    font-size: 20px;
    padding:0 60px;
    color:#000;
    transition: .4s;
} */

.product-img{
    margin:20px 0;
}
.product-img .swiper-slide{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.product-img .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-img .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background:none;
	background:#fff;
    margin:0 9px !important;
    opacity: 1;
}
.product-img .swiper-pagination .swiper-pagination-bullet-active{
	position: relative;
	width: 30px;
	height: 10px;
	background:#39e6ad;
    border-radius: 5px !important;
}


/* 自媒体矩阵 */
.zmtjz-box{
    background:url(/Public/Home/Module1155/pic/zmtjz-bg.png) no-repeat 100% 100%;
    background-size: cover;
    padding:30px 0;
    margin-bottom: 20px;
}
.title-r p{
    color:#666666;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
}
.zmtjz-box .zmtjz-list{
    width: 80%;
    margin:0 auto;
    margin-top: 40px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.zmtjz-box .zmtjz-list dl{
    cursor: pointer;
}
.zmtjz-box .zmtjz-list dt em{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(98, 106, 255, .12);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    margin: 0 auto;
}
.zmtjz-box .zmtjz-list dt em::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #626aff;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 8px;
    transition: .4s;
}
.zmtjz-box .zmtjz-list dt em .iconfont{
    position: relative;
    z-index: 2;
    color:#fff;
    font-size: 26px;
    transition: .4s;
}
.zmtjz-box .zmtjz-list dl:first-child dt em .iconfont{
    font-size: 30px;
}
.zmtjz-box .zmtjz-list dl dt{
    margin-bottom: 20px;
}
.zmtjz-box .zmtjz-list dl dt p{
    text-align: center;
    margin-top: 15px;
}
.zmtjz-box .zmtjz-list dl dd{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    display: none;
}
.zmtjz-box .zmtjz-list dl dd>div{
    width: 90%;
    margin:0 auto;
    background:#fff;
    padding:25px 0;
    position: relative;
}
.zmtjz-box .zmtjz-list dl dd>div img{
    width: 150px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.zmtjz-box .zmtjz-list dl dd>div p{
    text-align: center;
    margin-top: 5px;
}
.zmtjz-box .zmtjz-list dl dd>div .close-r{
    position: absolute;
    top: 10px;
    right: 10px;
}
.zmtjz-box .zmtjz-list dl dd>div .close-r .iconfont{
    font-size: 21px;
    color: #666;
}