@charset "UTF-8";
.name{
    font-size: 55px;
    color: #0e2b3b;
    text-align: center;
}


.about{
    background: #FFF;
    padding-top: 103px;
    padding-bottom: 45px;
}
.about .l{
    width: 520px;
}
.about .r{
    width: 620px;
}
    .about .r h1{
        font-size: 30px;
        color: #06202f;
        font-weight: bold;
        padding-bottom: 60px;
        padding-top: 20px;
    }
    .about .r p{
        color: #222;
        font-size: 14px;
        line-height: 30px;
    }
    .about .r a.more{
        display: block;
        background: #61ad58;
        color: #FFF;
        font-size: 50px;
        width: 75px;
        height: 75px;
        text-align: center;
        line-height: 75px;
    }

.product{
    background: #929292 url(../images/pro-bg.png) no-repeat center center;
    height: 864px;
}
    .product .name{
        padding: 45px 0 90px;
    }
    .product .content .title{
        background: #0e2b3b;
        height: 50px;
        font-size: 24px;
        color: #FFF;
        line-height: 50px;
        text-align: center;
    }
        .product .content .title .prve,.product .content .title .next{
            width: 115px;
            height: 50px;
            color: #FFF;
            text-align: center;
            line-height: 50px;
        }
        .product .content i{
            font-size: 30px;
        }
        .product .content .title .prve{
            background: #61ad58;
        }
        .product .content .title .next{
            background: #576b76;
        }

        .product .pic{
            padding:110px;
            box-sizing: border-box;
            width: 100%;
            height: 580px;
            background: rgba(255,255,255,.8);
        }
    .product .pic .l{
        width: 450px;
        padding-top: 100px;
        line-height: 32px;
        font-size: 16px;
        text-indent: 2em;
        color: #888888;
    }
    .product .pic .l a{
        font-size: 14px;
        text-decoration: underline;
        color: #0e2b3b;
        padding-top: 85px;
        display: block;
    }

.news{

        background: #FFF;
}
.news .name{
    font-size: 30px;
    font-weight: bold;
    padding: 50px 0;
}
    .news .list{
        width: 280px;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 35px;
        margin-left: 26px;
    }
    .news .list:first-child{
        margin-left: 0;
    }
    .news .list .title{
        color: #0c2939;
        font-size: 14px;
        height: 63px;
        line-height: 63px;
    }
    .news .list .info{
        font-size: 12px;
        color: #888888;
    }

.partner{
    background: #FFF;
    padding-top: 90px;
    padding-bottom: 90px;
}
.partner .l .name{
    font-size: 35px;
    color: #0d2a3a;
    text-align: left;
    font-weight: bold;
}
.partner .l{
    width: 380px;
    text-align: left;
}
    .partner .l .info{
        color: #888888;
        font-size: 12px;
        padding-top: 45px;
        line-height: 25px;
    }
.partner .r{
    width: 756px;
}
    .partner .r a{
        text-align: right;
        width: 30%;
        height: 86px;
        line-height: 86px;
        display: inline-block;
    }
@media screen and (max-width:768px){
    .about{
        padding-top: 20px;
    }
    .news .name{
        padding:20px 0;
    }
    .about .l,.about .r{
        max-width: 100%;
    }
    .about .r{
        padding: 10px;
        box-sizing: border-box;
    }
    .product{
        display: none;
    }
    .partner{
        box-sizing: border-box;
        padding:10px;
    }
    .partner .l,.partner .r{
        width: 100%;
    }
    .news .list{
        float: none !important;
        margin: 10px auto !important;
    }
}
