

.content {

}

.content-bg {
    overflow: hidden;
}

.content-bg img {
    width: 100%;
}


.inner-content {
    padding: 68px 0 120px 0;
}

.title {
    padding-bottom: 52px;
}

.title span {
    border-left: 3px solid #122a88;
    font-size: 24px;
    padding-left: 16px;
    color: #122a88;
}


.main-address-item{
    float: left;
    width: 50%;
}

.main-address-item .office{
    margin-bottom: 40px;
}
.address-item h4{
    color: #122a88;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.address-item h4:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background:  no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 16px;
}
.main-address-item .office-03 h4{padding-left: 0;}
.main-address-item .office-03 h4:before{
    content: '';
    background: none;
}

.address-item ul{}
.address-item ul li{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.main-right{
    float: right;
    width: 50%;
}
.main-right p{
color: #333;
    font-size: 16px;
}

.main-right input,.main-right textarea{
    padding: 10px 0 10px 24px;
    border: 1px solid #dcdcdc;
    width: 100%;
    margin-bottom: 20px;
}
.main-right textarea{
    height: 180px;
}

.main-right button{
  width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #ed0000;
    text-align: center;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}
input:-moz-placeholder,textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}
input::-moz-placeholder,textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}
input:-ms-input-placeholder,textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

.sub-address{
    clear: both;
    padding-top: 60px;
}

.sub-address-item {
    background: #f8f8f8;
    padding: 40px 10px 20px 30px;
    margin-bottom: 30px;
    position: relative;
}

.sub-address-item:after {
    content: '';
    position: absolute;
    right: 26px;
    bottom: 5px;
    background:  no-repeat;
    background-size: 100% auto;
    width: 227px;
    height: 46px;
}

.sub-address .address-item h4{
    font-weight: 400;
}
.sub-address .address-item h4:before{
    content: '';
    background:  no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 19px;
}



@media screen and (max-width: 991px) {
    .main-address-item,.main-right{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .container{
        width: 100%;
    }
    .inner-content {
        padding: 40px 0 60px 0;
    }
    .title {
        padding-bottom: 20px;
    }
    .sub-address .col-lg-6.col-md-6.col-sm-12.col-xs-12{
        padding: 0;
    }
    .sub-address-item{
        padding: 20px;
    }
    .content-bg img {
        width: 150%;
        margin-left: -20%;
    }
}

@media screen and (max-width: 640px) {
    .inner-content {
        padding: 40px 0 40px 0;
    }
    .title span {
        font-size: 20px;
    }
    input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    input:-moz-placeholder,.textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    input::-moz-placeholder,.textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    input:-ms-input-placeholder,.textarea::-webkit-input-placeholder {
        font-size: 14px;
    }


}

@media screen and (max-width: 414px) {
    .inner-content {
        padding: 20px 0 30px 0;
    }
    .title {
        padding-bottom: 10px;
    }
    .title span {
        font-size: 16px;
    }

    .address-item h4{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .address-item ul li {
        font-size: 12px;
        line-height: 22px;
    }
    .main-address-item .office {
        margin-bottom: 20px;
    }
    .address-item h4:before{
        width: 15px;
        height: 14px;
    }
    .main-right p {
        font-size: 14px;
    }
    .main-right input, .main-right textarea {
        padding: 10px;
        margin-bottom: 10px;
    }
    .main-right textarea {
          height: 100px;
      }
    .main-right button {
        width: 130px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .sub-address {
        padding-top: 30px;
    }
    .sub-address-item {
        padding: 10px;
    }
    .sub-address .address-item h4:before{
        width: 12px;
        height: 16px;
    }
    .content-bg img {
        width: 170%;
        margin-left: -30%;
    }
}