.Contact {
    width: 100%;
    padding-bottom: 30px;
    background: #F5F7FA;
}

.Contact .wrap {
    padding-bottom: 20px;
    box-sizing: border-box;
}

.Contact .wrap .location {
    color: #999999;
    text-align: right;
}

.Contact .wrap .location a {
    display: inline;
}

.Contact .wrap .main {
    /*padding: 0 40px;*/
    overflow: hidden;
}

.Contact .wrap .main .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 33px 0px;
}

.Contact .wrap .main .title_second {
    margin-top: 89px;
}

.Contact .wrap .main .title h3 {
    font-size: 28px;
    color: #292929;
    font-weight: 300;
}

.Contact .wrap .main .title p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-top: 13px;
}

.Contact .wrap .main .companyMain {
}

.Contact .wrap .main .companyMain .main_top {
    font-size: 0;
    margin-top: 79px;
}

.Contact .wrap .main .companyMain .main_top .main_top_item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.Contact .wrap .main .companyMain .main_top .main_top_item .icon i {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    background-size: cover;
}

.Contact .wrap .main .companyMain .main_top .main_top_item span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-top: 39px;
}

.Contact .wrap .main .companyMain .main_bottom {
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 0;
    margin-top: 110px;
}

.Contact .wrap .main .companyMain .main_bottom .main_bottom_item {
    width: 33.33%;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
}

.Contact .wrap .main .companyMain .main_bottom .main_bottom_item:not(:last-child) {
    border-right: 1px solid #CACACC;
}

.Contact .wrap .main .companyMain .main_bottom .main_bottom_item:last-child {
    padding: 0;
}

.Contact .wrap .main .companyMain .main_bottom .main_bottom_item span {
    display: block;
}

.Contact .wrap .main .companyMain .main_bottom .main_bottom_item span:first-child {
    color: #192157;
    font-size: 16px;
    font-weight: bold;
}

.Contact .wrap .main .companyMain .main_bottom .main_bottom_item span:last-child {
    font-size: 16px;
    font-weight: 300;
    margin-top: 18px;
}

.Contact .wrap .main .Cooperation {
    margin: 40px 0;
}

/*enterpriseInformation*/
.enterpriseInformation {
    width: 1200px;
    margin: auto;
}

.Contact .wrap .main .enterpriseInformation .wrap {
    position: relative;
    padding-top: 30px;
    background: #FFFFFF;
}

.Contact .wrap .main .enterpriseInformation .wrap .title {
    text-align: center;
}

.Contact .wrap .main .enterpriseInformation .wrap .title span {
    font-size: 28px;
    font-weight: bold;
    color: #010101;
}

.Contact .wrap .main .enterpriseInformation .wrap .title div {
    margin: auto;
    margin-top: 30px;
    width: 52px;
    height: 1px;
    background: #C90008;
}

.Contact .wrap .main .enterpriseInformation .wrap .main {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 1060px;
    height: 600px;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table {
    width: 100%;
    border-spacing: 0;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    position: relative;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr:nth-child(2) {
    padding-top: 10px;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr:nth-child(odd) {
    background: #F2F9FF;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr th {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    background: #CCE6FF;
    color: #004D99;
    border-right: 1px solid #CCE6FF;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr th:first-child {
    border-top-left-radius: 6px;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr th:last-child {
    border-top-right-radius: 6px;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr th {
    border-top: solid 1px #A6D2FF !important;
    border-right: solid 1px #A6D2FF !important;
    border-left: solid 1px #A6D2FF !important;
    height: 30px;
    width: 200px;
    padding: 5px;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr td {
    border-left: solid 1px #A6D2FF;
    border-bottom: solid 1px #A6D2FF;
    height: 54px;
    text-align: center;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr:nth-child(2) td {
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr:last-child td {
    padding-bottom: 0px;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr th:last-child {
    border-right: none;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr td:last-child {
    border-left: solid 1px #A6D2FF;
    border-bottom: solid 1px #A6D2FF;
    border-right: solid 1px #A6D2FF;
}