.content {
    width: 100%;
    background-color: white;
}

.bigbox {
    min-width: 1200px;
}


/*地图*/

.map {
    width: 100%;
    height: 555px;
}

.BMap_cpyCtrl {
    display: none;
}

.anchorBL img {
    display: none;
}

.infoBoxContent {
    width: 310px;
    height: 120px;
    background: rgba(7, 21, 221, 0.75);
    border-radius: 12px;
    margin-left: 40px;
    margin-top: -48px;
}

.infoBoxContent:before {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: rgba(7, 21, 221, 0.75);
    position: absolute;
    margin-left: -20px;
    margin-top: 50px;
}

.title {
    width: 290px;
    line-height: 40px;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    ;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.title img {
    width: 45px;
    height: 17px;
}

.title span {
    margin-left: 10px;
}

.list {
    width: 290px;
    font-size: 10px;
    margin: auto;
    height: 35px;
    position: relative;
    margin-top: 10px;
}

.list img {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
}

.list p {
    margin-left: 20px;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
    line-height: 15px;
}

.lists {
    width: 290px;
    font-size: 10px;
    color: white;
}

.lists1 {
    width: 40%;
    line-height: 16px;
    float: left;
    margin-left: 10px;
    position: relative;
}

.lists1 img {
    position: absolute;
    width: 15px;
    height: 15px;
}

.lists1 span {
    margin-left: 20px;
}

.lists2 {
    width: 40%;
    line-height: 16px;
    float: right;
    margin-right: 0px;
}

.lists2 img {
    position: absolute;
    margin-left: -20px;
    width: 15px;
    height: 15px;
}


/*联系我们部分*/

.main {
    width: 1200px;
    margin: auto;
}

.main ul {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 100px;
}

.main li {
    width: 230px;
    height: 303px;
    border: 1px solid #E0E0E0;
    margin-right: 9px;
}

.b1 {
    width: 230px;
    height: 95px;
    padding: 0 20px;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-webkit-transition: background-color 0.5s;
}

.main>ul>li:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15)!important;
}

/* .main>ul>li:hover .b1 {
    background: rgba(7, 21, 221, 0.2);
} */

.main>ul>li:hover .p1 {
    color: white;
}

.main>ul>li:hover .p2 {
    color: white;
}

.b2 {
    width: 230px;
    padding: 0 20px;
    margin-top: 40px;
}

.p1 {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    text-align: left;
    background-color: rgba(1, 1, 1, 0);
    z-index: 10;
    transition: color 1s;
    -moz-transition: color 1s;
    -webkit-transition: color 1s;
    -ms-transition: color 1s;
    -o-webkit-transition: color 1s;
}

.p2 {
    line-height: 35px;
    text-align: left;
    font-size: 12px;
    color: rgba(148, 148, 148, 1);
    background-color: rgba(1, 1, 1, 0);
    transition: color 1s;
    -moz-transition: color 1s;
    -webkit-transition: color 1s;
    -ms-transition: color 1s;
    -o-webkit-transition: color 1s;
}

.p3 {
    display: block;
    width: 45px;
    height: 2px;
    background-color: #0715DD;
    position: absolute;
    bottom: 0;
}

.p4 {
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    text-align: left;
}

.p4 img {
    width: 20px;
    height: 20px;
    position: absolute;
}

.p4 span {
    margin-left: 25px;
}

.p5 {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 21px;
    text-align: left;
}

.p5 a {
    color: #0715DD;
}

.b1s {
    background-color: #0715DD;
    color: white;
}

.tit {
    margin-top: 70px;
    height: 90px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ord {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    background: rgba(216, 216, 216, 1);
    opacity: 0.15;
    position: absolute;
    left: 38px;
    top: -10px;
}

.ords {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(216, 216, 216, 1);
    opacity: 0.15;
    position: absolute;
    left: 110px;
    top: -15px;
}

.tit p:first-child {
    font-size: 24px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
}

.last-p {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(148, 148, 148, 1);
}

.tit span {
    width: 20px;
    height: 4px;
    background: rgba(29, 94, 255, 1);
}