@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;
}
li{
    list-style: none;
}

@font-face{
    font-family:myFont;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont1;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont2;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont3;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont4;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
body,button,input,select,textarea,a,p,span,b,i,div,h1,h2,h3,h4,h5,h6,dl,dt,dd{
	font-family:myFont1;
}


/*banner*/
.index-banner{
    width: 100%;
}
.index-banner img.swiper_img{
    object-fit: cover;
    height: 100%;
}
.index-banner .swiper-container{
    width: 100%;
    height: 100vh;
}

.index-banner img.swiper_img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide{
    position: relative;
	background-position: center;
	background-size: cover !important;
	justify-content: center;
	align-items: center;
	display: flex;
}
.index-banner .swiper-slide img.swiper_img{
    width: 100%;
    min-width: 1200px;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    color:#fff;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeft 1.4s ease-in-out;
	animation: fadeInLeft 1.4s ease-in-out;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text img{
    margin-bottom: 40px;
}
.index-banner .banner-text h5{
    font-size: 28px;
    margin-left: 90px;
    text-transform: capitalize;
}
.index-banner .banner-text p{
    position: relative;
    padding-left: 90px;
    font-size: 90px;
    font-family: myFont2;
}
.index-banner .banner-text p::before{
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 27px;
    background:#ffffff;
}



/* 按钮 */
.index-banner .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background:#fff;
	border-radius: 50px;
    margin:0 9px !important;
    opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active{
	position: relative;
	width: 40px;
	background:#39e6ad;
}

.index-banner .swiper-slide img.swiper_img{
	width: 100%;
	height: 100%;
	animation:mymove 8s infinite;
	-webkit-animation:mymove 8s infinite; /*Safari and Chrome*/
	animation-direction:alternate;/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 8s infinite;
	-webkit-animation-direction:alternate;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s; /* Safari 和 Chrome */
}
@keyframes mymove

{

	0%{

	transform: scale(1);  /*开始为原始大小*/

	}

	100%{

		transform: scale(1.1); /*放大1.1倍*/

	}



}



@-webkit-keyframes mymove /*Safari and Chrome*/

{

	0%{

	transform: scale(1);  /*开始为原始大小*/

	}

	100%{

		transform: scale(1.1); /*放大1.1倍*/

	}

}

.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

/* 经营发展 */
.cont-1{
    /* background: url(../images/pic2.png) no-repeat 100% 100%;
    background-size: cover; */
}
.modular1 {
    height: 900px;
    position: relative;
}

.modular1 ul {
    height: 100%;
    position: relative;
}

.modular1 ul::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    content: '';
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.modular1 ul::before {
    height: 290px;
    width: 5px;
    background: #39e6ad;
    position: absolute;
    content: '';
    right: 0;
    bottom: 1.3rem;
    z-index: 3;
}

.modular1 li {
    font-size: 0.16rem;
    width: 22%;
    float: left;
    padding: 50px;
    box-sizing: border-box;
    transition: all 1s;
    height: 100%;
    position: relative;
}

.modular1 li::before,
.modular1 li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
}

.modular1 li::before {
    transition: height 1s;
    height: 0;
    top: 150px;
    left: 5px;
    z-index: 3;
    width: 0;
    border-left: 5px solid #39e6ad;
    transform: translate(calc(-100% + 1px), 0);
}

.modular1 li.active::before {
    height: 100px;
}

.modular1 li.active {
    width: 34%;
}

.modular1 .list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.modular1 .list .details {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 80%;
    left: 12%;
}

.modular1 .list .wrap {
    height: 100%;
}

.modular1 .title {
    font-size: 34px;
    margin-bottom: 25px;
}

.modular1 .sub_title {
    font-size: 22px;
    /* margin-bottom: 20px; */
    font-weight: 500;
}

.modular1 .hide {
    overflow: hidden;
    width: 85%;
}

.modular1 .text {
    line-height: 25px;
}

.modular1 .text,
.modular1 .sub_title,
.modular1 .mores {
    transform: translate(-101%, 0);
    transition: all 1s;
}

.modular1 li .text {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.modular1 .mores {
    margin-top: 80px;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    position: relative;
    width: 75px;
}
.modular1 .mores::after {
    content: '';
    display: block;
    background: url(../images/l-icon.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 12px;
    animation: animate-mark 2s infinite ease;
}

.modular1 li.active .text,
.modular1 li.active .sub_title,
.modular1 li.active .mores{
    transform: translate(0, 0);
}
.modular1 .mores:hover{
    color:#39e6ad;
}
.modular1 li.active .details{
    width: 90%;
}
.modular1 .bgs {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    /* display: none; */
    transition: opacity 0.3s ease;
}

.modular1 .bgs .item {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: no-repeat center center;
    background-size: cover; */
    opacity: 1;
    transition: all 1s;
}
.modular1 .bgs .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modular1 .bgs .item.active {
    opacity: 1;
    z-index: 1;
    animation: modular1-bg 1s;
}

@keyframes modular1-bg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 新闻中心 */
.cont-2 .title{
    font-size: 38px;
    color:#222222;
    position: relative;
    width: 50%;
}
.cont-2 .cont2-link{
    display: inline-block;
    font-size: 16px;
    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:63px;
}
.cont-2 .title p{
    position: absolute;
    top: 14px;
    left: 40px;
}
.cont-2 .cont2-list .cont2-left{
    width: 63%;
}
.cont-2 .cont2-list .cont2-right{
    width: 35.4%;
    background:#f6f6f6;
    padding:40px 37px;
}
.cont-2 .cont2-list .cont2-left dl{
    width: 48.8%;
    height: 720px;
    position: relative;
}
.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: 30px;
}
.cont-2 .cont2-list .cont2-left dl dd h5{
    font-size: 17px;
    line-height: 27px;
    color:#fff;
    margin-bottom: 25px;
}
.cont-2 .cont2-list .cont2-left dl dd p{
    font-size: 14px;
    color:#fff;
}
.cont-2 .cont2-list .cont2-right dl{
    padding:33px 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{
    font-size: 17px;
    line-height: 27px;
    color:#090909;
    margin-bottom: 25px;
    min-height: 54px;
    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{
    font-size: 14px;
    color:#090909;
    transition: .4s;
}
.cont-2 .cont2-list .cont2-right dl:hover{
    border-bottom: 1px solid #39e6ad;
}
.cont-2 .cont2-list .cont2-right dl:hover dt,
.cont-2 .cont2-list .cont2-right dl:hover dd p{
    color:#39e6ad;
}

/* 关于我们 */
.cont-3{
    width: 100%;
    background: url(../images/about-bg.png) no-repeat 100% 100%;
    background-size: cover;
    background-position: top right;
    padding:90px 0 110px 0;
}
.cont-3 .title h5{
    font-size: 22px;
    color:rgba(255, 255, 255, 0.32);
    text-transform: uppercase;
}
.cont-3 .title p{
    font-size: 38px;
    color: #fff;
    margin-top: 5px;
}
.cont-3 .title p span{
    font-size: 24px;
    margin-left: 20px;
}
.cont-3 .cont3-text{
    width: 49%;
}
.cont-3 .cont3-text .des{
    font-size: 17px;
    line-height: 42px;
    margin:40px 0 40px 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:13px 34px 13px 42px;
    color:#fff;
    font-size: 16px;
    transition: .4s;
    margin-top: 50px;
}
.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;
}

/* 数字滚动 */
.digital-box{
    margin-top: 130px;
}
.digital{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.digital li{
    font-size: 18px;
    color:#fff;
    position: relative;
    width: 16.6%;
}
.digital li em{
    color: #fff;
    font-family: myFont;
    margin-top: 11px;
    display: block;
}
.digital li span{
    font-size: 20px;
    margin-left: 3px;
    font-family: myFont;
}
.digital li p{
    color:#fff;
    line-height: 38px;
}
.digital li strong{
    font-size: 55px;
    font-family: myFont;
}
.digital i{
    display: block;
    width: 1px;
    height: 90px;
    background: #dfdfdf;
}
@media(max-width:1700px){

    .digital li span{
        font-size: 19px;
        margin-left: 5px;
        font-family: myFont;
    }
    .digital li p{
        color:#fff;
        line-height: 38px;
    }
    .digital li strong{
        font-size: 48px;
        font-family: myFont;
    }
    .digital i{
        display: block;
        width: 1px;
        height: 76px;
        background: #dfdfdf;
    }

}

/* 首页联系我们 */
.cont-4{
    height: 600px;
    margin:30px 0;
}
.cont-4 .map-content{
    width: 50%;
}
.cont-4 .map-content .address_map{
    width: 100%;
    height: 100%;
}
.cont-4 .contact-text{
    background: url(../images/map.png) no-repeat 100% 100%;
    background-size: cover;
    height: 100%;
    position: relative;
}
.cont-4 .contact-text .des{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:85px 50px 100px 100px;
    color:#fff;
}
.cont-4 .contact-text h5{
    font-size: 26px;
    margin-bottom: 30px;
}
.cont-4 .contact-text .text{
    font-size: 17px;
    line-height: 42px;
}

/* 内页开始 */
.column-banner{
    width: 100%;
    height: 100vh;
    min-width: 1200px;
    margin:0 auto;
}
.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;
}
.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: 40px;
}
.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:60px 0;
}
.about-box .about-left{
    width: 50%;
}
.about-box .about-right{
    width: 46%;
}
.about-box .about-left .about-top{
    background:#032a64;
    width: 100%;
    padding:35px 40px 35px 40px;
}
.about-box .about-left .about-top .title{
    font-size: 40px;
    color:#fff;
    border-bottom: 1px solid #7a8ead;
    padding-bottom: 20px;
}
.about-box .about-left .about-top .digital{
    padding:35px 0 22px 0;
    border-bottom: 1px solid #7a8ead;
}
.about-box .about-left .about-top .digital li{
    width: 40%;
    
}
.about-box .about-left .digital li>div{
    display: flex;
    justify-content: space-between;
}
.about-box .about-left .digital li h4{
    font-size: 18px;
    text-align: left;
}
.about-box .about-left .digital li>div h5{
    font-size: 60px;
    font-family: myFont4;
}
.about-box .about-left .digital li>div h6{
    text-align: left;
}

@media(max-width:1600px){

    .about-box .about-left .about-top .title{
        font-size: 37px;
    }
    .about-box .about-left .about-top .digital li{
        width: 43%;
    }
}
.about-box .about-bottom .digital{
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(2,1fr);
    margin-top: 40px;
}
.about-box .about-bottom .digital li{
    background:#fff;
    padding:30px;
    color:#222;
    width: 100%;
}
.about-box .about-bottom .digital li>div h6 p{
    color:#222;
}
.about-box .about-right .des,
.about-box .about-right .text dl dd{
    font-size: 16px;
    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: 29px;
}
.about-box .about-right .text dl dt{
    font-size: 24px;
    color:#032a64;
    font-family: myFont2;
    margin-bottom: 5px;
}

/* 发展历程 */
.process-box{
    background:#fafbfc;
}
.process-box ul{
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
}
.process-box ul::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 54px;
    height: 100%;
    width: 1px;
    background: #11376c;
    margin-left: 1px;
}
.process-box ul li{
    float: right;
    width: 50%;
    clear: both;
    /* min-height: 1.76rem; */
    padding-left: 70px;
    position: relative;
}
.process-box ul li:nth-child(2n){
    float: left;
    text-align: right;
    padding-right: 70px;
    padding-left: 0;
}
.process-box ul li::before{
    content: "";
    position: absolute;
    z-index: 3;
    left: -2px;
    top: 54px;
    height: 0;
    width: 8px;
    background:#4fbcbd;
    transition: .4s;
}
.process-box ul li:hover::before{
    height: 100%;
}
.process-box ul li:nth-child(2n)::before{
    left: auto;
    right: -4px;
}
.process-box ul li:nth-child(2n) em{
    left: auto;
    right: -28px;
}
.process-box ul li em{
    position: absolute;
    z-index: 3;
    left: -27px;
    top: 0;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    border: 1px solid #11376c;
    background:#fafbfc;
    transition: .4s;
}
.process-box ul li em::before{
    content: "";
    position: absolute;
    z-index: 20;
    left: 8px;
    top: 8px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    border: 1px solid #11376c;
    background:#fafbfc;
    transition: .4s;
}
.process-box ul li h5{
    font-size: 34px;
    color:#000000;
    font-family: myFont4;
    transition: .4s;
}
.process-box ul li span{
    font-size: 20px;
    font-family: myFont4;
    display: block;
    margin:20px 0 10px 0;
}
.process-box ul li .des p{
    font-size: 16px;
    color:#666666;
    line-height: 35px;
    text-align: justify;
    position: relative;
    padding-left: 13px;
}
.process-box ul li .des p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #666666;
}
.process-box ul li:nth-child(2n) .des p{
    text-align: right;
    padding-right: 13px;
    padding-left: 0;
}
.process-box ul li:nth-child(2n) .des p::before{
    left: auto;
    right: 0px;
}
.process-box ul li:hover em,
.process-box ul li:hover em::before{
    border:1px solid #4fbcbd;
}
.process-box ul li:hover em,
.process-box ul li:hover h5{
    color:#4fbcbd;
}

/* 社会责任 */
.social-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 35px;
}
.social-box dl dt{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.social-box dl dd{
	background: #fafafa;
    padding:30px 30px 40px 30px;
}
.social-box dl dd h5{
    font-size: 20px;
    color:#000000;
    font-family: myFont4;
}
.social-box dl dd .des{
    font-size: 18px;
    color:#333333;
    line-height: 30px;
    margin-top: 15px;
}

/* 党建动态 */
.link-box2{
    color: #222;
    border: 1px solid #222;
    margin: 0 auto;
    width: 175px;
    display: block;
    margin-top: 50px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    padding: 0;
}
.djdt-box{
    background:#f7f7f7;
}
.title-r{
    font-size: 40px;
    color:#000000;
    font-family: myFont4;
    text-align: center;
    margin-bottom: 40px;
}
.djdt-box .djdt-left{
    width: 53%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.djdt-box .djdt-left .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.djdt-box .djdt-left .text{
    position: absolute;
    left:0;
    bottom: 0;
    background:rgba(0, 0, 0, .5);
    font-size: 19px;
    color:#fff;
    padding:17px 20px;
    width: 100%;
    text-align: center;
}
.djdt-box .djdt-right{
    width: 43%;
    border-top: 1px solid #cccccc;
    margin-top: 20px;
}
.djdt-box .djdt-right li a{
    padding:32px 0;
    display: block;
    font-size: 19px;
    color:#222;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    transition: .4s;
}
.djdt-box .djdt-right li:hover a{
    color:#39e5ac;
    border-bottom: 1px solid #39e5ac;
}

/* 党建风采 */
.djfc-box{
    padding:0 30px;
    margin-bottom: 30px;
}
.djfc-box .swiper-slide .img{
    width: 100%;
    height: 360px;
    overflow: hidden;
}
.djfc-box .swiper-slide .text{
    font-size: 18px;
    color:#000000;
    margin-top: 25px;
    transition: .4s;
}
.djfc-box .swiper-slide:hover .text{
    color:#4fbcbd;
}
.djfc-box .swiper-button-next,
.djfc-box .swiper-button-prev{
    background:#fff !important;
    box-shadow: 1px 1px 10px #eee;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    transition: .4s;
    margin-top: -52px !important;
}
.djfc-box .swiper-button-next:hover,
.djfc-box .swiper-button-prev:hover,
.yggs-list .swiper-button-next:hover,
.yggs-list .swiper-button-prev:hover{
    background:#39e5ac !important;
    color:#fff;
}
.djfc-box .swiper-button-next .iconfont,
.djfc-box .swiper-button-prev .iconfont{
    font-size: 24px;
    vertical-align: middle;
}
.djfc-box .swiper-button-prev .iconfont,
.yggs-list .swiper-button-prev .iconfont{
    display: inline-block;
    transform: rotate(180deg);
}

/* 分红配股 */
.fhpg-box .fhpg-title{
    background:#032a64;
    color:#fff;
    font-size: 22px;
}
.fhpg-box .fhpg-title,
.fhpg-box .fhpg-list dl a{
    height: 75px;
    line-height: 75px;
    display: flex;
    justify-content: space-between;
    padding:0 50px;
}
.fhpg-box .fhpg-list dl a{
    font-size: 18px;
    color:#666666;
    transition: .4s;
}
.fhpg-box .fhpg-title .date,
.fhpg-box .fhpg-list dl a dt{
    width: 23%;
}

.fhpg-box .fhpg-title .title,
.fhpg-box .fhpg-list dl a dd{
    width: 70%;
}
.fhpg-box .fhpg-list dl:nth-child(odd){
    background:#f6f7f9;
   
}
.fhpg-box .fhpg-list dl:hover a{
    color:#39e5ac;
}

/* 全球战略 */
.qqzl-box{
    width: 100%;
    background: url(../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;
}

/* 品牌资料库 */
.ppzlk-box .ppzlk-type{
    display: flex;
    margin-bottom: 40px;
}
.ppzlk-box .ppzlk-type a{
    display: block;
    font-size: 22px;
    color:#000000;
    margin-right: 60px;
    padding:0 20px 15px 20px;
}
.ppzlk-box .ppzlk-type a:last-child{
    margin-right: 0;
}
.ppzlk-box .ppzlk-type a:hover,
.ppzlk-box .ppzlk-type a.active{
    color:#39e6ad;
    border-bottom: 2px solid #39e6ad;
}
.ppzlk-box .ppzlk-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px 25px;
}
.ppzlk-box .ppzlk-list dl{
    cursor: pointer;
}
.ppzlk-box .ppzlk-list dl dt{
    width: 100%;
    height: 340px;
    overflow: hidden;
}
.ppzlk-box .ppzlk-list dl dd{
    font-size: 18px;
    color:#000000;
    text-align: center;
    margin:20px 0 10px 0;
    transition: .4s;
}

/* 人才发展 */
.rcfz-box .swiper-container{
    height: 650px;
    overflow: hidden;
}
.rcfz-box .swiper-container .swiper-slide{
    position: relative;
}
.rcfz-box .swiper-container .swiper-slide,
.rcfz-box .swiper-container .swiper-slide .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.rcfz-box .swiper-container .swiper-slide .text{
    width: 43%;
    background: rgba(3, 42, 100, 0.8);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color:#fff;
    padding:0 70px 30px 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.rcfz-box .swiper-container .swiper-slide .text h5{
    font-size: 33px;
    font-family: myFont4;
}
.rcfz-box .swiper-container .swiper-slide .text i{
    display: block;
    width: 30px;
    height: 3px;
    background:#fff;
    margin:35px 0;
}
.rcfz-box .swiper-container .swiper-slide .text p{
    font-size: 17px;
    line-height: 35px;
    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: 50px;
    left: inherit;
    right: 0;
    width: 43%;
    text-align: left;
    padding-left: 70px;
}

/* 员工故事 */
.yggs-box{
    width: 100%;
    background: url(../pic/yggs-bg.png) no-repeat 100% 100%;
    background-size: cover;
    background-position: left bottom;
    padding:70px 0 90px 0;
}
.yggs-list{
    padding:0 120px;
}
.yggs-list .swiper-slide{
    background:#fff;
    padding:70px;
    min-height: 550px;
}
.yggs-list .swiper-slide .yggs-title{
    color:#222;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 35px;
    margin-bottom: 45px;
    align-items: center;
}
.yggs-list .swiper-slide .yggs-title .p1{
    font-size: 29px;
    font-family: myFont4;
    /* width: 60%; */
}
.yggs-list .swiper-slide .yggs-title .p2{
    font-size: 18px;
    display: flex;
    /* width: 35%; */
    /* justify-content: space-between; */
    align-items: center;
    margin-top: 6px;
}
.yggs-list .swiper-slide .yggs-title .p2 span{
    display: inline-block;
    /* margin-right: 50px; */
    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;
    /* position: absolute;
    top: 6px;
    right: -28px; */
    margin:0 15px;
}
.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{
    font-size: 17px;
    color:#666666;
    line-height: 37px;
    height: 400px;
    overflow: scroll;
    box-sizing: border-box;
    padding-right: 28px;
}
.yggs-list .swiper-button-next,
.yggs-list .swiper-button-prev{
    background:#fff !important;
    box-shadow: 1px 1px 30px #ccc;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    transition: .4s;
}
.yggs-list .swiper-button-next .iconfont,
.yggs-list .swiper-button-prev .iconfont{
    font-size: 32px;
    vertical-align: middle;
    color:#666666;
}
.yggs-list .swiper-button-prev:hover .iconfont,
.yggs-list .swiper-button-next:hover .iconfont{
    color:#fff !important;
}

/* 员工活动 */
.activity-box{
    margin-top: 70px;
}
.activity-list dl{
    width: 29.5%;
    height: 420px;
    overflow: hidden;
    position: relative;
}
.activity-list dl:first-child,
.activity-list2 dl:last-child{
    width: 41.4%;
}
.activity-list dl dd{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:rgba(0, 0, 0, .2);
    font-size: 20px;
    padding:50px;
    color:#fff;
}
.activity-list2 dl:first-child{
    width: 29.5%;
}
.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;
}

/* 自媒体矩阵 */
.zmtjz-box{
    background:url(../pic/zmtjz-bg.png) no-repeat 100% 100%;
    background-size: cover;
    padding:100px 0;
    margin-bottom: 20px;
}
.title-r p{
    font-size: 17px;
    color:#666666;
    margin-top: 10px;
}
.zmtjz-box .zmtjz-list{
    width: 60%;
    margin:0 auto;
    margin-top: 70px;
    position: relative;
    z-index: 2;
}
.zmtjz-box .zmtjz-list dl{
    cursor: pointer;
    position: relative;
}
.zmtjz-box .zmtjz-list dt em{
    display: inline-block;
    width: 133px;
    height: 133px;
    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: 103px;
    height: 103px;
    background:#626aff;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
    transition: .4s;
}
.zmtjz-box .zmtjz-list dt em .iconfont{
    position: relative;
    z-index: 2;
    color:#fff;
    font-size: 46px;
    transition: .4s;
}
.zmtjz-box .zmtjz-list dl:first-child dt em .iconfont{
    font-size: 55px;
}
.zmtjz-box .zmtjz-list dl:hover em{
    background: rgba(56, 229, 173, .12);
}
.zmtjz-box .zmtjz-list dl:hover em::before{
    background:#38e5ad;
}
.zmtjz-box .zmtjz-list dl:hover em .iconfont{
    transform: rotate(360deg);
}
.zmtjz-box .zmtjz-list dl dt{
    margin-bottom: 20px;
}
.zmtjz-box .zmtjz-list dl dt p{
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
}
.zmtjz-box .zmtjz-list dl dd{
    background:#fff;
    box-shadow: 1px 1px 30px #ccc;
    padding:15px;
    position: absolute;
    left: 50%;
    width: 180px;
    z-index: 5;
    margin-left: -90px;
    opacity: 0;
    transition: .4s;
}
.zmtjz-box .zmtjz-list dl dd img{
    width: 100%;
    height: auto;
}
.zmtjz-box .zmtjz-list dl dd p{
    font-size: 17px;
    text-align: center;
    margin-top: 5px;
}
.zmtjz-box .zmtjz-list dl:hover dd{
    opacity: 1;
}

/* 联系我们 */
.contact-box{
    width: 100%;
    height: 700px;
}
.contact-box .contact-map{
    width: 54%;
    height: 100%;
    background:#666;
    position: absolute;
    top: 0;
    right: 0
}
.contact-box .blank{
    width: 10%;
}
.contact-box .contact-list{
    width: 40%;
}
.contact-box .contact-list .c-title{
    margin-bottom: 40px;
    padding-top: 40px;
}
.contact-box .contact-list .c-title h5{
    font-size: 70px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #f1f1f1, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: myFont2;
}
.contact-box .contact-list .c-title p{
    font-size: 40px;
    color: #000;
    font-family: myFont4;
    line-height: 22px;
    margin-top: -37px;
}
.contact-box .contact-list .contact-item dl{
    padding:35px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}
.contact-box .contact-list .contact-item dl dt{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border:1px solid #cccccc;
}
.contact-box .contact-list .contact-item dl dt .iconfont{
    font-size: 30px;
    color:#222;
}
.contact-box .contact-list .contact-item dl dd{
    margin-left: 30px;
}
.contact-box .contact-list .contact-item dl dd em{
    font-size: 18px;
    color: #999999;
    margin-bottom: 4px;
    display: block;
}
.contact-box .contact-list .contact-item dl dd p{
    font-size: 20px;
    font-family: myFont4;
    color:#222;
}

@media(max-width:1600px){

    .contact-box .contact-list .c-title h5{
        font-size: 67px;
    }

}

/* 电气事业部 */
.jyfz-profile .img{
    width: 53%;
    height: 600px;
    overflow: hidden;
}
.jyfz-profile .text{
    width: 42%;
    margin-top: 70px;
}
.jyfz-profile .text h5{
    font-size: 36px;
    font-family: myFont4;
    color:#222;
}
.jyfz-profile .text h6{
    font-size: 22px;
    margin-top: 13px;
}
.jyfz-profile .text .des{
    font-size: 18px;
    color:#666666;
    line-height: 40px;
    margin-top: 50px;
    text-align: justify;
}

/* 产品列表 */
.product-c-list .product-c-item{
    width: 100%;
    display: grid;
    grid-gap: 30px 30px;
    grid-template-columns: repeat(3,1fr);
}
.product-c-list dl dt{
    width: 100%;
    height: 415px;
    overflow: hidden;
}
.product-c-list dl dd{
    margin-top: 20px;
}
.product-c-list dl dd h5{
    font-size: 23px;
    font-family: myFont4;
    color:#000;
    transition: .4s;
}
.product-c-list dl dd p{
    font-size: 17px;
    color:#666666;
    margin-top: 6px;
    transition: .4s;
}
.product-c-box .product-c-type{
    width: 16%;
    float: left;
    background:#f7f7f7;
}
.product-c-box .product-c-type .title-q{
    height: 90px;
    background:#032a64;
    padding:0 25px;
    font-size: 24px;
    font-family: myFont4;
    color:#fff;
    line-height: 90px;
}
.product-c-box .product-c-list{
    width: 82%;
    float: right;
}
.product-c-box .product-c-type .product-c-type-list{
    padding:0 25px;
}
.product-c-box .product-c-type .product-c-type-list a{
    display: block;
    padding:30px 0;
    border-bottom: 1px solid #d7d8d9;
    font-size: 18px;
    color:#000;
    transition: .4s;
}
.product-c-box .product-c-type .product-c-type-list a:last-child{
    border-bottom: none;
}

/* 产品详情 */
.product-lb{
    width: 45%;
}
.product-img .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-img .mySwiper2 {
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}
.product-img .mySwiper2 .swiper-wrapper{
    width: 100%;
    height: 600px;
}
.product-img .swiper-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
}

.product-img .mySwiper2 {
    height: 80%;
    width: 100%;
}
.product-img .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.product-img .mySwiper .swiper-slide {
    width: 25%;
    height: 120px;
    opacity: 0.4;
    cursor: pointer;
}

.product-img .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border:2px solid #39e6ad;
}

.product-img .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-img .mySwiper2 .swiper-button-next,
.product-img .mySwiper2 .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background:#fff;
    color:#333;
    transition: .4s;
    box-shadow: 0 0 10px #e6e6e6;
}
.product-img .mySwiper2 .swiper-button-next::after,
.product-img .mySwiper2 .swiper-button-prev::after{
    display: none;
}
.product-img .mySwiper2 .swiper-button-next .iconfont,
.product-img .mySwiper2 .swiper-button-prev .iconfont{
    font-size: 28px;
    display: inline-block;
}
.product-img .mySwiper2 .swiper-button-prev .iconfont{
    transform: rotate(180deg);
}
.product-img .mySwiper2 .swiper-button-next:hover,
.product-img .mySwiper2 .swiper-button-prev:hover{
    background:#39e6ad;
}
.product-img .mySwiper2 .swiper-button-next:focus,
.product-img .mySwiper2 .swiper-button-prev:focus{
    outline: none;
}
.product-detail-list .product-text{
    width: 50%;
}
.product-img .mySwiper2 .swiper-button-next:hover .iconfont,
.product-img .mySwiper2 .swiper-button-prev:hover .iconfont{
    color:#fff;
}
.product-detail .title-p{
    text-align: center;
    margin-bottom: 60px;
}
.product-detail .title-p h5{
    font-size: 40px;
    font-family: myFont4;
    color:#000000;
}
.product-detail .title-p p{
    font-size: 22px;
    color:#666666;
    margin-top: 10px;
}
.product-detail .product-text .cp-detail{
    margin-bottom: 40px;
}
.product-detail .product-text .cp-detail h5{
    font-size: 21px;
    color:#032a64;
    font-family: myFont4;
}
.product-detail .product-text .cp-detail .des{
    font-size: 17px;
    color:#666666;
    line-height: 30px;
    margin-top: 15px;
}

.cp-detail .des table{  
    width: 100%;
}
.cp-detail .des table td{
    padding: 8px 20px;
}
.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{
    font-size: 19px;
    color:#fff;
}

/* 案例展示 */
/* .case-img{
	overflow: hidden;
	position: relative;
}
.case-img .swiper-container{
	width: 180%;
	margin-left: -40%;
}
.banner3-box{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.case-img a:hover img{
    transform: scale(1.05);
}
.case-img img {
    display: block;
    width: 100%;
    height: 660px;
    object-fit: cover;
    transition: .6s;
}
.case-img a{
	display: block;
	background-color: #000;
	position: relative;
    overflow: hidden;
}
.case-img .text{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 24px;
    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-img .swiper-slide.swiper-slide-next img{
	opacity: 1;
} */
.case-img .swiper-slide{
    width: 100%;
    height: 300px;
    position: relative;
}
.case-img .swiper-slide .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.case-img a:hover img{
    transform: scale(1.05);
}
.case-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
    display: block;
}
.case-img a{
	display: block;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.case-img .text{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 20px;
    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-img .swiper-button-next, .case-img .swiper-container-rtl .swiper-button-prev,.case-img .swiper-button-prev,.case-img .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
.case-img .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	margin-right: 0;
	right: 19.5%;
}
.case-img .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	margin-left:0;
	left: 19.5%;
}
.case-img .swiper-button-next, .case-img .swiper-button-prev{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: -35px;
	border-radius: 50%;
	background-color: #fff;
	color: #333;
	box-shadow: 0 0 40px rgba(0, 0, 0, .3);
}
.case-img .swiper-button-next:hover, .case-img .swiper-button-prev:hover{
	background-color: #39e6ad;
	color: #fff;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
    outline: none;
}
.case-img .swiper-button-prev .iconfont{
    transform: rotate(180deg);
    display: block;
}
.case-img .swiper-button-prev .iconfont,
.case-img .swiper-button-next .iconfont{
    font-size: 30px;
}
.case-top{
    margin-top: 70px;
}
.case-top dl{
    width: 31.5%;
    height: 340px;
    overflow: hidden;
    position: relative;
}
.case-top dl dt{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.case-top dl i{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:rgba(0, 0, 0, .2);
    display: block;
}
.case-top dl dd{
    padding:40px;
    position: absolute;
    left: 0;
    bottom: -200px;
    width: 100%;
    height: 100%;
    color:#fff;
    transition: .9s;
    cursor: pointer;
}
.case-top dl dd p span,
.case-top dl dd p em{
    display: block;
}
.case-top dl dd p span{
    font-size: 26px;
    font-family: myFont4;
}
.case-top dl dd p em{
    font-size: 16px;
    text-transform: uppercase;
    font-family: myFont;
}
.case-top dl dd .des{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-top: 35px;
}
.case-top dl:hover dd{
    position: absolute;
    left: 0;
    bottom: 0;
    /* display: flex;
    justify-content: center;
    flex-direction: column; */
}

/* 新闻 */
.news-c-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.news-c-list dl dt{
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.news-c-list dl dd{
    background:#f6f6f6;
    padding:30px 35px 45px 35px;
    transition: .3s;
}
.news-c-list dl dd h5{
    font-size: 18px;
    color:#222222;
    font-family: myFont4;
    line-height: 28px;
    transition: .3s;
}
.news-c-list dl dd p{
    font-size: 14px;
    color:#7e7e7e;
    margin-top: 40px;
    transition: .3s;
}
.news-c-list dl:hover dd{
    background:#2b4197;
}
.news-c-list dl:hover dd h5,
.news-c-list dl:hover dd p{
    color:#fff;
}

/* 新闻详情*/
.news-detail h5{
    font-size: 28px;
    color:#222;
    font-family: myFont4;
    margin-bottom: 15px;
}
.news-detail h6 span{
    font-size: 15px;
    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: 40px;
    font-size: 16px;
    line-height: 35px;
    color:#666666;
}
.news-detail .text img{
    max-width: 85%;
    height: auto;
    margin:10px auto 10px;
    display: inline-block;
}
.news-detail .article-box{
    margin-top: 50px;
    display: flex;
    margin-bottom: 40px;
}
.news-detail .article-box a{
    display: block;
    width: 160px;
    height: 50px;
    border:1px solid #cbcbcb;
    font-size: 17px;
    color:#222;
    text-align: center;
    line-height: 50px;
    margin-right: 30px;
    transition: .4s;
}
.news-detail .article-box a:hover{
    background:#39e6ad;
    color:#fff;
    border:1px solid #39e6ad;
}


/*分页*/
.pages-box {
    margin-bottom: 30px;
    margin-top: 60px;
}
.pages-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.pages-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
}
.pages-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    background-color: #39e6ad;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}


/* 视频弹窗 */
.play_tan {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* backdrop-filter:saturate(150%) blur(8px);
    -webkit-backdrop-filter:saturate(150%) blur(8px); */
    background-color: rgb(0 0 0 / 40%);
    z-index: 999;
}
.play_tanBox{
    width: 964px;
    height: 554px;
    /* 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: -30px;
    top: -28px;
    color: #fff;
    cursor: pointer;
    transition: .4s;
}
.colse_b .iconfont{
    font-size: 25px;
}
.colse_b:hover{
    transform: rotate(180deg);
    color:#39e6ad;
}

.news-detail .text table{  
    width: 100%;
    border:1px solid #f5f5f5;
}
.news-detail .text table td{
    padding: 10px;
    border:1px solid #f5f5f5;
}
/* .cp-detail .des table tr:first-child{
    background:#032a64;
} */
.news-detail .text table tr:first-child td{
    background:#f6f7f9;
    border: 1px solid #ececec;
}
/* .cp-detail .des table tr:first-child td{
    font-size: 19px;
    color:#fff;
} */