.energys {
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}

.energys-title {
    margin-bottom: 20px;
}

.energys-title span {
    display: block;

}
.innovation div p{
    line-height: .42rem;
    font-size: .26rem;
    font-weight: 500;
}
.energys-title span:first-child {
    text-transform: uppercase;
    font-size: 13px;
    color: #7aa3cc;
    font-weight: 600;
}

.energys-title span:last-child {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 17px;
    color: #4c4c4c;
}


/* 三大优势 */
.advantages {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.advantages ul {
    display: flex;
    justify-content: space-between;
}

.advantages ul li {
    position: relative;
    height: 80px;
    text-align: center;
    width: 90px;
}

.advantages ul li span {
    position: absolute;
    top: -35px;
    left: 1px;
    font-size: 60px;
    color: #f2f2f2;
    font-weight: bold;
    font-style: italic;
    z-index: -1;
}

.advantages ul li.on span {
    color: #e9eef5;
}

.advantages ul li h2 {
    font-size: 14px;
    color: #4c4c4c;
}

.advantages ul li.on h2 {
    color: #006ad4;
}

.advantages ul li div {
    background-size: cover;
    height: 35px;
    width: 35px;
    margin: 0 auto;
    margin-top: 5px;
}

.advantages ul li.on .li1 {
    background: url('../images/cy_on.png') no-repeat;
    background-size: cover;
}

.advantages ul li .li1 {
    background: url('../images/cy.png') no-repeat;
    background-size: cover;

}

.advantages ul li.on .li2 {
    background: url('../images/cx_on.png') no-repeat;
    background-size: cover;
}

.advantages ul li .li2 {
    background: url('../images/cx.png') no-repeat;
    background-size: cover;

}

.advantages ul li.on .li3 {
    background: url('../images/power_on.png') no-repeat;
    background-size: cover;
}

.advantages ul li .li3 {
    background: url('../images/power.png') no-repeat;
    background-size: cover;

}


/* 产业资源 */
.industry {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #e6ecf2;
    padding-bottom: 30px;
}

.industry .title {
    color: #4c4c4c;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 20px;
}

.industry .swiper-pagination-bullet-active {
    background: #f47115 !important;
}

.industry .swiper-container {
    padding-bottom: 30px;
    width: 100%;
}

.industry .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    z-index: 99;
}

.industry .swiper-container .swiper-wrapper img {
    width: 100%;
    object-fit: cover;
}


.industry .swiper-container .swiper-slide {
    overflow: hidden;
    height: 280px;
    background: url(../images/car.png) center center / cover no-repeat;
    padding-top: 197px;
    padding-bottom: 30px;
}

.industry .swiper-container .zz {
    height: 100%;
    position: relative;
    z-index: 20;
    top: 35%;
    
}

.industry .swiper-container .swiper-slide:hover .industry .swiper-container:after{
    background-position: top;
}
.yyu{
    position: absolute;
    transition: all .3s;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(transparent, #0059b3);
    background: -webkit-linear-gradient(transparent, #0059b3);
    background: -o-linear-gradientlinear-gradient(transparent, #0059b3);
    background: -ms-linear-gradien(transparent, #0059b3);
    top: 0;
    z-index: 66;
}

/* .industry .swiper-container:after {
    position: absolute;
    bottom: 32px;
    content: '';
    height: 100%;
    width: 100%;
    background: url(../images/zz.png) no-repeat;
    background-size: 100% 100%;

} */

.industry .swiper-container .zz span {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    padding-top: 50px;
    background: url('../images/gd.png') no-repeat center top;
    background-size: 45px !important;
}

.industry .swiper-container .zz p {
    height: 72px;
    font-size: 12px;
    color: #ffffff;
    padding: 0 15px;
    overflow-y: auto;
    

}

/* 创新模式 */
.innovation {
    background: url(../images/bgcx.png);
    background-size: 100% 100%;
    padding: 50px 15px;
    padding-top: 30px;
}

.innovation .title {
    font-weight: bold;
    color: #1b7587;
    margin-bottom: 15px;
    display: block;
}

.innovation div {
    background-size: 100% 100% !important;

    padding: 0 15px;
    box-sizing: border-box;
    padding:35px 15px;
}

.innovation div:nth-child(2) {
    background: url('../images/img4.jpg') no-repeat;
    background-size: cover;
    margin-bottom: 15px;
}

.innovation div:nth-child(3) h3,
.innovation div:nth-child(2) h3 {
    font-weight: 500;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 45px;
}

.innovation div:nth-child(3) h4,
.innovation div:nth-child(2) h4 {

   
    color: #fff;
    font-size: 12px;
    padding-left: 45px;
    margin-top: -15px;
}

.innovation div:nth-child(2) h3 {
    background: url('../images/3d.png') left center no-repeat;
    background-size: 40px !important;
}

.innovation div:nth-child(3) h3 {
    background: url('../images/4d.png') left center no-repeat;
    background-size: 40px !important;
}

.innovation div:nth-child(3) {
    background: url('../images/img5.jpg');
    background-size: cover;

}
.innovation div  h3{
    background-size: 40px !important;
}

/* 实力加持 */
.jc {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 20px;
}

.jc .title {
    font-weight: bold;
    color: #4c4c4c;
    margin-top: 25px;
    display: block;
    margin-bottom: 10px;
}

.jc h4 {
    font-size: 14px;
    color: #808080;
    margin-bottom: 8px;
}

.jc>p {
    font-size:.26rem;
    color: #808080;
    margin-bottom: 20px;
    line-height: .42rem;

}


.jc .swiper-container .swiper-slide {
    height: 210px;
}

.jc .swiper-container  {
   padding-bottom: 40px;
}
.jc .swiper-container .swiper-slide .bz{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-top: 20px;
    background: url('../images/zhizao.png')center ;
    background-size: 100% 100%;
}
.jc .swiper-container .swiper-slide .bzz{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-top: 20px;
    background: url('../images/bu2.png')center ;
    background-size: 100% 100%;
}
.jc .swiper-container .swiper-slide .bzzb{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-top: 20px;
    background: url('../images/bu3.png')center ;
    background-size: 100% 100%;
}
.jc .swiper-container .swiper-slide h3 {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #3171ae;
    font-weight: bold;
    margin-bottom: 4px;
}

.jc .swiper-container .swiper-slide h4 {
    text-align: center;
    font-size: 13px;
    color: #6c7d8c;
    margin: 0 auto;
}
.jc .swiper-pagination-bullet-active {
    background: #f47115 !important;
}
.energys{
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 30px;
}
.energys-title{
    margin-bottom: 20px;
}
.energys-title span{
    display: block;
    
}
.energys-title span:first-child{
    color: #7aa3cc;
    font-size: 14px;
}
.energys-title span:last-child{
    color: #4c4c4c;
    font-size: 19px;
    letter-spacing: 3px;
}

.energys .swiper-pagination-bullet-active{
background:#f47115 !important ;
}
.energys .swiper-container{
padding-bottom: 30px;
width: 100%;
}
.energys .swiper-pagination{
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0px;
z-index: 99;
}
.energys .swiper-container .swiper-wrapper img{
width: 100%;
object-fit: cover;
}


.box {
    position: relative;
}
.box .xian{
position: absolute;
top: 10px;
left: 5px;
height: 700px;
z-index: -1;
width: 2px;
background: linear-gradient(to bottom,#dae4ed 0%,#dae4ed 80%,#ffffff 100%);
}

.box .list li p{
padding-left:15px ;
}
.box .list li p:first-child{
font-size: 20px;
color: #006ad4;
padding-left: 30px;
background: url(../images/img7.jpg) no-repeat center left;
background-size: 20px 10px;
}
.box .list li p:last-child{
padding-left: 0;
margin-left: 30px;
border-bottom: 1px #dae4ed solid;
padding-bottom: 20px;
margin-bottom: 20px;

}
.box .list li p{
padding-left: 30px;
margin-bottom: 3px;
font-size: 12px;
color: #808080;
}
.energys{
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 30px;
}
.energys-title{
    margin-bottom: 20px;
}
.energys-title span{
    display: block;
    
}
.energys-title span:first-child{
    color: #7aa3cc;
    font-size: 14px;
}
.energys-title span:last-child{
    color: #4c4c4c;
    font-size: 19px;
    letter-spacing: 3px;
}

.energys .swiper-pagination-bullet-active{
background:#f47115 !important ;
}
.energys .swiper-container{
padding-bottom: 30px;
width: 100%;
}
.energys .swiper-pagination{
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0px;
z-index: 99;
}
.energys .swiper-container .swiper-wrapper img{
width: 100%;
object-fit: cover;
}
.energys{
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}
.energys-title{
    margin-bottom: 20px;
}
.energys-title span{
    display: block;
    
}
.energys-title span:first-child{
    color: #7aa3cc;
    font-size: 14px;
}
.energys-title span:last-child{
    color: #4c4c4c;
    font-size: 19px;
    letter-spacing: 3px;
}


.contents{
    padding: 0 15px;
    height: 600px;

}
.two,.one{
    width: 100%;
    position: relative;
    height: 220px;
}
.one-left{
    width: 67%;
    height: 220px;
    background: url('../images/city-bg.jpg') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    
}
.one-left div{
    font-size: 50px;
    height: 110px;
    width: 50%;
    background-color: #e6eaf2;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #dfe3eb;
    text-align: center;
    line-height: 110px;
}
.one-right{
    width: 33%;
    position: absolute;
    right: 0;
}
.two-left{
    width: 33.5%;
    position: absolute;
    left: 0;
}
.two-left .package,.two-left .product,.one-right .locations ,.one-right .city{
    background-color: #e6eaf2;
    color: #4c4c4c;
    font-size: 14px;
    height: 110px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;

}
.two-left .package,.one-right .locations{
    background-color: #d1d7e4;
}
.two-left .package h4,.two-left .product h4,.one-right .locations h4,.one-right .city h4{
    font-size: 22px;
    color: #ced2d9;
    text-transform: uppercase;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    font-family: MyFontName;
    top: 20px;
}
.two-left .package h4,.one-right .locations h4{
    right: -28px;
    top: 40px;
    color: #575b64;
    opacity: 0.2;
}
.two-left .package h4,.two-left .product h4{
    right: -25px;
    top: 40px;

}
.one-right .location {
    background-color:#d1d7e4 ;
}
.pad img{
    width: 40px !important;

}
.three-rights .pad img,.two-left .pad img,.one-right .pad img{
   margin-left: 10px;
   margin-bottom: 10px;
    left: 0;
    bottom: 0;
    position: absolute;
}


.energys{
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}
.energys-title{
    margin-bottom: 20px;
}
.energys-title span{
    display: block;
    
}
.energys-title span:first-child{
    color: #7aa3cc;
    font-size: 16px;
    font-family: MyFontName;
}
.energys-title span:last-child{
    color: #4c4c4c;
    font-size: 19px;
    letter-spacing: 3px;
}

.energys h3{
color: #f47115;
font-size: 14px;
margin-bottom: 10px;
}





.force{
background-color: #f0f0f0;
box-sizing: border-box;
margin-top: 10px;
}
.force .gallery-thumbs .swiper-slide-thumb-active{
background-color: #006ad4;
}
.force .gallery-thumbs .swiper-slide-thumb-active .force-list .force-title p{
color: #fff;
background-color: #006ad4;
}
.gallery-thumbs .swiper-slide{
/* width: 150px !important; */
/* margin-right: 0 !important; */
}
.force-list{
text-align: center;
display: flex;
height: 80px;
align-items: center;
justify-content: center;
font-size: 12px;
}
.force-list img{
width: 40px;
height: 40px;
}
.display{
display: none;
}
.force .gallery-thumbs .swiper-slide-thumb-active .force-list  .display{
display: block;
}
.force .gallery-thumbs .swiper-slide-thumb-active .force-list  img:first-child{
display: none;
}
.force-title{
margin-left: 10px;
}
.force-title p:first-child{
color: #4c4c4c;
}
.force-title p:last-child{
color: #808080;display: block;
}


.force-a{
    padding-top: 50px;
    background: rgba(0, 106, 212, 0.3); position: absolute;height: 100%;
}

.force-content{
background: url('../images/five.jpg') no-repeat;
background-size: 100% 100% !important;
height:350px;
position: relative;
box-sizing: border-box;
}
.force-content p{
width: 80%;
margin: 0 auto;

margin-top:5%;
font-size: 14px;
color: #fff;
}
.force-content-title{

position: relative;
text-align: center;
}
.force-content-title span:last-child{
position: absolute;
font-size: 34px;
color: rgba(0,0,0,.1);
text-transform: uppercase;
left: 0;
right: 0;
margin: auto;
top: -60%;
}
.force-content-title span:first-child{
font-size: 15px;       
}
.lorem{
font-size: 36px;
font-weight: bold;
position: absolute;
bottom: 15%;
right: 8px;
}


/* two */
.two-right{
   width: 66.5%;
   height: 220px;
   position: absolute;
   right: 0;

}
.two-right div{
   width: 100%;
   height: 110px;
   position: absolute;
}
.two-right div:first-child{
   top: 0;
   background: url('../images/img2.jpg') no-repeat;
   background-size: 100% 100%;
}
.two-right div:last-child{
   bottom: 0;
   background: url('../images/img3.jpg') no-repeat;
   background-size: 100% 100%;
}
/* three */
.three{
height: 110px;
position: relative;
width: 100%;
}
.three-left {
   width: 33.5%;
   background-color: #d1d7e4;
   height: 110px;
   line-height: 110px;
   position: absolute;
}
.three-left span{
        font-size: 48px;
        font-weight: bold;
        color: #dfe3eb;
        position: absolute;
        right: 0;

}
.three-right{
   width: 66.5%;
   height: 110px;
   position: absolute;
   bottom: 0;
   right: 0;
}
.three-center{
   width: 50%;
   position: absolute;
    line-height: 110px;
    height: 110px;

}
.three-center span{
        font-size: 48px;
        font-weight: bold;
        color: #dfe3eb;
        position: absolute;
        left: 0;

}
.three-rights{
   width: 50%;
   right: 0;
background-color: #e6eaf2;
    color: #4c4c4c;
    font-size: 14px;
    height: 110px;
    position: absolute;
    padding: 10px;
    box-sizing: border-box;
}
.three-rights h4{
font-size: 17px;
    color: #ced2d9;
    text-transform: uppercase;
    transform: rotate(90deg);
    position: absolute;
    right: -18px;
    top: 35px;
}

@media screen and (max-width: 320px){
   
.contents{
    height: 500px;
    margin-bottom: 30px;
}
.two,.one{
       height: 200px;
   }
   .two-right,.one-left{
       height: 200px;
   }
   .three-center,.three-right,.three-rights,.three-left,.three,.two-right div,.two-left .package,.two-left .product,.one-right .locations ,.one-right .cit,.one-left div{
       height: 100px;
   }
   .two-left .package, .two-left .product, .one-right .locations, .one-right .city{
       height: 100px;
   }
   .one-left div {
       font-size: 40px;
       line-height: 100px;
   }
}