@charset "utf-8";
.banner {
    margin-bottom: 2.5vw;
}
.sub-title {
    margin-bottom: 3.5vw;
}
.sub-title h1 {
    text-align: center;
    color: #666;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 3vw;
}
.title-menu {
    position: relative;
    height: 4vw;
    line-height: 4vw;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.title-menu ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.title-menu ul li {
    float: left;
    display: block;
    color: #585858;
    font-size: 16px;
    margin-left: 38px;
    margin-right: 38px;
    margin-left: 2.6vw;
    margin-right: 2.6vw;
}
.title-menu ul li.active a,
.title-menu ul li a:hover {
    color: #153371;
}




.sub-info {
    margin-bottom: 5vw;
}
.sub-info-title h2{
    margin-bottom: .4vw;
}
.sub-info-title p{
    font-size: 18px;
    color: #7d7d7d;
    display: inline-block;
    border-bottom: 1px solid #fcdb00;
    margin-bottom: 0;
    padding-bottom: .5vw;
    min-width: 136px;
}
.sub-info-info {
    margin-top: -1px;
}
.about-us-one {
    margin-bottom: 100px;
    display: table;
}
.about-usL {
    width: 47%;
    margin-right: 3%;
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
    color: #868686;
    border-top: 1px solid #e1e1e1;
    padding-top: 22px;
    float: left;
}
.about-us-oneII .about-usL {
    width: 48.5%;
    margin-right: 1.5%;
    border-top: 0;
    text-indent: 0;
    padding-top: 0;
}
.about-us-oneII .about-usL img {
    max-width: 100%;
    height: auto;
}
.about-usL p {
    margin-bottom: 26px;
}
.about-usR {
    width: 50%;
    float: right;
}
.about-usR-top, .about-usR-btmI, .about-usR-btmII {
    float: left;
}
.about-usR-top {
    margin-bottom: 6px;
}
.about-us-oneII .about-usR-top {
    margin-bottom: 19px;
    height: 200px;
    background-color: #fcdb00;
    padding: 40px 60px;
}
.about-us-oneII .about-usR-top h2 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 14px;
}
.about-us-oneII .about-usR-top p {
    font-size: 14px;
    line-height: 32px;
}
.about-usR-btmI,
.about-usR-btmII {
    width: 49.6%;
}
.about-us-oneII .about-usR-btmI,
.about-us-oneII .about-usR-btmII {
    width: 49%;
}
.about-usR-btmI img,
.about-usR-btmII img{
    max-width: 100%;
    min-width: 100%;
}
.about-usR-btmI {
    margin-right: .8%;
}
.about-us-oneII .about-usR-btmI {
    margin-right: 2%;
}

@media (min-width: 1500px){
    .about-usL {
        line-height: 24px;
    }
}
@media (max-width: 1199px){
    .about-usL p {
        margin-bottom: 12px;
    }
    .about-usL {
        line-height: 20px;
    }
    .about-us-one { 
        margin-bottom: 60px;
    }
    .about-us-oneII .about-usR-top p {
        line-height: 22px;
    }
    .about-us-oneII .about-usR-top {
        height: 157px;
        padding: 26px 40px;
    }
}
@media (max-width: 991px){
    .about-usL {
        font-size: 12px;
    }
    .about-us-oneII .about-usR-top h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .about-us-oneII .about-usR-top p {
        font-size: 12px;
        line-height: 16px;
    }
    .about-us-oneII .about-usR-top {
        height: 126px;
        padding: 20px 22px;
        margin-bottom: 11px;
    }
}
@media (max-width: 768px){
    .sub-title h1 {
        font-size: 20px;
		margin-top:25px;
		margin-bottom:25px;
    }
    .title-menu {
        height: 6vw;
        line-height: 6vw;
        margin-bottom: 20px;
    }
    .title-menu ul li {
        font-size: 14px;
		margin-top:2.5px;
		margin-bottom:2.5px;
    }

    .sub-info-title h2 {
        font-size: 18px;
    }
    .sub-info-title p {
        font-size: 14px;
		margin-top:5px;
    }
    .about-usL, 
    .about-usR,
    .about-usR-top,
    .about-us-oneII .about-usL {
        width: 100%;
    }
    .about-us-oneII .about-usL {
        margin-bottom: 10px;
    }
    .about-usR-top img,
    .about-us-oneII .about-usL img { 
        max-width: 100%;
        min-width: 100%;
    }
}
@media (max-width: 480px){
    .sub-info {
        margin-bottom: 10vw;
    }
    .title-menu {
        height: auto;
        line-height: 6vw;
    }
    .sub-title h1 {
        font-size: 20px;
    }
    .about-us-oneII .about-usR-top h2 {
        font-size: 16px;
    }
}