﻿.Contact{
  width: 100%;
  margin-bottom: 30px;
  background: #f7f7f7;
}
.Contact .wrap
{
    padding:22px 19px;
    box-sizing:border-box;
    }
    .Contact .wrap .location {
        color: #999999;
        .Contact .wrap .main .enterpriseInformation .wrap .main 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{}
.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:nth-child(1) .icon i
{
    background-image:url(../img/Contact/one.png);
    }
.Contact .wrap .main .companyMain .main_top .main_top_item:nth-child(2) .icon i
{
    background-image:url(../img/Contact/two.png);
    }
.Contact .wrap .main .companyMain .main_top .main_top_item:nth-child(3) .icon i
{
    background-image:url(../img/Contact/three.png);
    }
.Contact .wrap .main .companyMain .main_top .main_top_item:nth-child(4) .icon i
{
    background-image:url(../img/Contact/four.png);
    }
.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;
  background: #FFFFFF;
}
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;
    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-top: 0px;
}
.Contact .wrap .main .enterpriseInformation .wrap .main table
{
    width:100%;
    border-spacing:0;
    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(even)
{
    background:#FFF2E5;
}
.Contact .wrap .main .enterpriseInformation .wrap .main table tr th
{
    font-size:15px;
    font-weight:bold;
    padding: 10px 0;
    background:#FFFFFF;
    color:#CC0000;
    }
.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-left: solid 1px #FFD9B2!important;
    height: 30px;
    width: 200px;
    padding: 5px;
}
    .Contact .wrap .main .enterpriseInformation .wrap .main table tr td {
        border-left: solid 1px #FFD9B2;
        /*border-bottom: solid 1px #FFD9B2;*/
        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 #FFD9B2;
        /*border-bottom: solid 1px #A6D2FF;*/
        border-right: solid 1px #FFD9B2;
    }