.ws-contactus{
    margin: 0;
    padding: 0;
}
.contactus_content{

}
.contactus_banner{
    background: url("../img/about/banner_bj.jpg") no-repeat center;
    width: 100%;
    height: 520px;
    text-align: center;
    color: #fff;
}
.corporate_name{
    color: #fff;
    text-align: center;
    font-size:32px ;
    transition: all 1s;
}
.corporate_name span{
    color: #0CDFBB;
    font-size:32px ;
}
.content_title{
    position: absolute;
    width: 80%;
    left: 10%;
    top: -11px;
    color: #fff;
    font-size: 16px;
}
.corporate_content{
    color: #fff;
    /*border:solid 1px  #fff;*/
    text-align: center;
    width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    padding: 25px 0px;
    padding-top: 45px;
    border-top: none;
}
.corporate_line1{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #ffffff;
    top: 0px;
    left: -1px;
}

.corporate_line2{
    width: 2px;
    height: 122px;
    position: absolute;
    background: #ffffff;
    top: 0px;
    left: -1px;
    position: absolute;
}

.corporate_line3{
    width: 100%;
    height: 2px;
    position: absolute;
    background: #ffffff;
    bottom: 0px;
    left: 0px;
}
.corporate_line4{
    width: 2px;
    height: 100%;
    position: absolute;
    background: #ffffff;
    bottom: 0px;
    right: -1px;
}
.corporate_line5{
    width: 100px;
    height: 2px;
    position: absolute;
    background: #ffffff;
    top: 0px;
    right: -1px;
}
.contactus_address{
    margin-top: 56px;
    position: relative;
}
.contact_item{
    width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    color: #646464;
    margin-bottom: 100px;
    background: #fff;
}
.contactus_synopsis_title,.contactus_synopsis_ena{
    color: #333333;
    font-weight: 400;

}
.contactus_synopsis_ena{
    margin-top: 7px;
    font-size: 12px;
}
.contactus_synopsis_line{
    width: 15px;
    height: 2px;
    margin-top: 7px;
    background:rgba(12,223,187,1);
    text-align: center;
    display: inline-block;
}
.address_content{
    margin-top: 95px;
    border-radius:8px;

    position: relative;
}
.contactus_div{
    position: absolute;
    z-index: 10;
    top: -90px;
    width: 78px;
    left: 50%;
    margin-left: -39px;
    text-align: center;
}
#container{
    width:900px;
    height:400px;
    border-radius: 8px;
    box-shadow:5px 5px 2px #B9B9B9;
}
.contact_lines{
    width: 20px;
    height: 2px;
    background:rgba(12,223,187,1);
    margin-top: 5px;
    margin-bottom: 30px;
}
.contactus_title{
    margin-top: 20px;
}
.contact_items{
    width: 200px;
    font-size: 14px;
}
.contact_items_phone{
    color:#646464 ;
}
#particles-js{
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*background-image: url('');*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    /*z-index: -1;*/
}
