@charset "UTF-8";
/*container*/
/*banner*/
.banner{
    position: relative;
}
.banner_img{
    width: 100%;
}
.banner_text_wrap{

    padding: 5% 2%;
    background: #4c6b79;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: white;
    text-align: center;
}
.banner_text_wrap h2{
    font-size: 32px;
    font-family: "Cambria Math", Arial, sans-serif;
    font-weight: 400;
}
.banner_text_wrap h2:after{
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background: #fe9900;
    margin: 10px auto;
}
.banner_text_wrap p{
    font-size: 16px;
    margin: 30px 0;
}
.banner_text_wrap span{
    font-size: 12px;
    color: #b9b8b8;
    line-height: 1em;
    font-family: "Cambria Math", Arial, sans-serif;
    text-transform: uppercase;
}
/*banner*/
/*about*/
.about{
    padding: 100px 0;
    background: white;
}
.about_wrap{
    width: 1100px;
    height: 420px;
    margin: 0 auto;
    position: relative;
}
.about_right{
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.about_left{
    float: left;
    width: 40%;
    overflow: hidden;
    padding-right: 10%;
}
.about_left h2{
    font-family: "Cambria Math", Arial, sans-serif;
    font-size: 32px;
}
.about_left p{
    margin: 20px 0;
}
.about_right_item{
    width: 275px;
    height: 210px;
    display: block;
    background: #1c1c1c;
    float: left;
    color: white;
}
.about_right_text{
    width: 255px;
    height: 170px;
    padding: 20px 10px;
}
.about_right_text h4{
    font-weight: 400;
    font-size: 20px;
    font-family: "Cambria Math", Arial, sans-serif;
}
.about_right_text b{
    margin: 10px 0;
    display: block;
    font-weight: 400;
    font-size: 16px;
}
.about_right_text p{
    font-size: 12px;
}
.about_right_text:nth-of-type(2){
    text-align: right;
}
.bg_text{
    text-transform: uppercase;
    color: #ac6800;
    font-family: "Cambria Math", Arial, sans-serif;
    font-size: 80px;
    position: absolute;
    bottom: -70px;
    right: -120px;
    opacity: 0.2;
    z-index: 0;
}
/*about*/
/*office*/
.office{
    width: 100%;
    overflow: hidden;
}
.office_item{
    float: left;
    width: 25%;
    display: block;
}
.office_img{
    height: 50%;
}
.office_img:nth-of-type(1){
    height: auto;
}
.office_img:nth-of-type(5){
    width: 50%;
}
/*office*/
/*container*/
