@charset "UTF-8";


.introduction{
    padding-bottom: 100px;
}

.about{
    background: url("../img/bg5.png") no-repeat center bottom;
}
.about > div{
    width: 1400px;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 45px;
}
.about > div .left{
    width: 50%;
}
.about > div .left h3{
    margin-bottom: 15px;
    color: #333;
    font-size: 30px;
}
.about > div .left span{
    margin-bottom: 50px;
    color: #ccc;
    font-size: 14px;
}
.about > div .left p{
    color: #666;
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
    text-align: justify;
}
.about > div .right{
    width: 46%;
    overflow: hidden;
    box-shadow: 0px 0px 30px -10px ;
}
.about > div .right img{
    transition: .6s;
}
.about > div .right:hover img{
    transform: scale(1.1);
}




.power > div{
    width: 1400px;
    margin: auto;
    padding-top: 70px;
}
.power > div .top{
    text-align: center;
}
.power .top h3{
    color: #333;
    font-size: 30px;
}
.power .top .i{
    width: 84px;
    height: 2px;
    background-color: #0d6fb8;
}
.power .top p{
    margin: 50px 0;
    color: #666;
    font-size: 14px;
    line-height: 40px;
}
.power .bottom li{
    width: 25%;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.power .bottom li span{
    position: relative;
    margin: 0 10px;
}
.power .bottom li .one{
    color: #0d6fb8;
    font-size: 50px;
}
.power .bottom li .two{
    color: #5a5a5a;
    font-size: 30px;
}
.power .bottom li + li:before{
    content: "/";
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #808080;
    font-size: 20px;
    font-weight: lighter;
}
.power .bottom .end .one:after{
    content: "+";
    position: absolute;
    top: -15px;
    right: -15px;
    color: #0d6fb8;
    font-size: 30px;
    font-weight: lighter;
}





