﻿/*banner*/
.banner{
    width: 100%;
    height: 300px;
    background: url('../../images/about/ber3.png') no-repeat;
    background-size:100% 100% ;
    overflow: hidden;
}

.banner-title{
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    position: relative;
    top: 90px;
    letter-spacing: 1px;
}

.banner-desc{
    color: #fff;
    font-size: 0.35rem;
    text-align: center;
    position: relative;
    top: 112px;
    letter-spacing: 1px;
    line-height: 0.6rem;
}

.banner-img{
    display: block;
    width: 87%;
    margin: 0 auto;
    position: relative;
    top: 130px;
}


.content{
    background:#fff;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    padding-top: 30px;
}

.content-js{
    font-size: 0.5rem;
}

.content-heng{
    width: 25px;
    height: 3px;
    background: #0078FF;
    margin-top: 10px;
}

.content-des{
    color: #9F9F9F;
    font-size: 0.33rem;
    line-height: 28px;
    margin-top: 10px;
}

.content-img1{
    width: 100%;
    margin-top: 17px;
    margin-bottom: 15px;
}

.content-lianxi{
    font-size: 0.33rem;
    color: #666666;
}

.content-lianxi-img{
    width: 35px;
}

.content-lianxi-text{
    position: relative;
    bottom: 10px;;
}