.Contact {
    width: 100%;
    background: #F5F7FA;
}

.Contact .wrap {
    overflow: hidden;
    width: 1200px;
}

.Contact .wrap .location {
    padding: 30px 50px;
    color: #999999;
    text-align: left;
}

.Contact .wrap .location a {
    display: inline;
}

.Contact .wrap .main {
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 30px 40px;
    padding: 0 40px;
}

.Contact .wrap .main .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 33px 0px;
}
.wrap .main .title .title_left,
.wrap .main .title .title_right {
    width: 60px;
    height: 2px;
    background: #0066CC;
}
.wrap .main .title h3 {
    margin: 0 20px;
    font-size: 28px;
    font-weight: bold;
    color: #010101;
}

.Contact .wrap .main .title_second {
    position: relative;
    top: 20px;
    margin: 0 auto;
    margin-top: 25px;
    width: 220px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #FFFFFF;
}
.Contact .wrap .main .title_second .title_second_body {
    border: 1px solid #0066CC;
    width: 180px;
    margin: 0 auto;
}

.Contact .wrap .main .companyMain .main_top {
    justify-content: space-between;
    display: flex;
    height: 208px;
    background: #F5F8FB;
    margin-bottom: 50px;
}

.Contact .wrap .main .companyMain .main_top .main_top_item {
    display: inline-block;
    vertical-align: top;
    width: 366px;
}

.main_top .main_top_item .brief {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.Contact .wrap .main .companyMain .main_top .main_top_item .icon:nth-child(2) {
    border-left: 1px solid #CEDCEA;
}

.Contact .wrap .main .companyMain .main_top .main_top_item .icon i {
    width: 70px;
    height: 70px;
    display: block;
    /*margin: 40px auto;*/
    margin: 40px auto 25px;
    background-size: cover;
}

.Contact .wrap .main .companyMain .main_top .main_top_item:nth-child(2) .icon i {
    background-image: url(../img/phone.png);
}

.Contact .wrap .main .companyMain .main_top .main_top_item:nth-child(3) .icon i {
    background-image: url(../img/address.png);
}

.Contact .wrap .main .companyMain .main_top .main_top_item:nth-child(4) .icon i {
    background-image: url(../img/email.png);
}

.Contact .wrap .main .companyMain .main_top .main_top_item span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #0066CC;
    text-align: center;
    margin-top: 10px;
}

.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-bottom: 20px;
    padding: 50px 30px 40px;
    border: 1px solid #0066CC;
}

/*enterpriseInformation*/
.enterpriseInformation {
    width: 1200px;
    background: #FFFFFF;
    margin: auto;
}

Contact .wrap .main .enterpriseInformation .wrap {
    text-align: center;
}

Contact .wrap .main .enterpriseInformation .wrap .title {
    text-align: center;
}

.Contact .wrap .main .enterpriseInformation .wrap .title span {
    font-size: 28px;
    color: #292929;
}

.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-top: 20px;
}

.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: #FFF8F2;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr th {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    background: #FFE4CC;
    color: #990008;
    border-right: 1px solid #C8C8CC;
}

.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: solid 1px #FFCFA6 !important;
    height: 30px;
    width: 200px;
    padding: 5px;
}

.Contact .wrap .main .enterpriseInformation .wrap .main table tr td {
    border-left: solid 1px #FFCFA6;
    border-bottom: solid 1px #FFCFA6;
    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 #FFCFA6;
    border-bottom: solid 1px #FFCFA6;
    border-right: solid 1px #FFCFA6;
}