﻿.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.company{
    width: 100%;
    height: auto;
    display: inline-block;
}
.cmp-one {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #999999;
    margin: 18px 0 50px 0;
    font-size: 19px;
    color: #f49d00;
}
.cmp-one span {
    margin-left: 7px;
    font-size: 15px;
    color: #999999;
}
.crb-top {
    width: 100%;
    height: auto;
    display: inline-block;
}
.crb-top img {
    width: 100%;
}
.crbt-box {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 1%;
}
.crbt-box li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 22px;
    font-size: 15px;
    text-align: center;
}
.crbt-box li a {
    border: 1px solid #D9D9D9;
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    color: #000;
}
.crb-one{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 2% 0;
}
.crbo-title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.crbo-title h3{
    font-size: 31px;
    font-weight: normal;
    margin-bottom: 2%;
    letter-spacing: 6px;
}
.crbo-title p{
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 3px;
}
.crbt-box li:nth-child(3) {
    margin-right: 0px;
}
.crbo-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}
.crbo-box ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.crbo-box li a{
    width: 24.8%;
    float: left;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid #D9D9D9;
    height: auto;
    padding: 15px 0;
    color: #000;
}


.crbo-boxs{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}
.crbo-boxs ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.crbo-boxs li a{
    width: 32.8%;
    float: left;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid #D9D9D9;
    height: auto;
    padding: 15px 0;
    color: #000;
}
@media screen and (max-width: 768px) {
.crbo-title h3 {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 2%;
    letter-spacing: 6px;
}
.crbo-title p {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 3px;
}
.crbo-box li a {
    width: 24%;
    float: left;
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    border: 1px solid #D9D9D9;
    height: 17px;
    padding: 15px 0;
    color: #000;
}
.crbo-boxs li a {
    width: 32.8%;
    float: left;
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    border: 1px solid #D9D9D9;
    height: 17px;
    padding: 15px 0;
    color: #000;
}

}