.tab-box {
    height: 60px;
    line-height: 60px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #EEEEEE;
}
.tab-box>div {
    display: inline-block;
    font-size: 16px;
    height: 54px;
    color: #555555;
    cursor: pointer;    
}
.tab-box .active {
    color: #E83838;
    border-bottom: 6px solid #E83838;
    background: none;
}
.tab-con {
    height: auto;
    background: #fff;
}
.tab-con .item {
    position: relative;
    min-height: 500px;
    display: none;
    padding: 60px;
}
.tab-con .active {
    display: block;
}
.tab-con .item p{
    font-size: 14px;
    color:rgb(2, 0, 0);
    margin-bottom: 20px;
    text-indent: 2em;
}
.tab-con .item .kong {
    width:523px;
    height:316px;
    border: 1px solid #070001;
    position: absolute;
    top: 268px;
    left: 265px;
    z-index: 2;
}
.tab-con .item .item-con {
    padding: 40px;
    width:443px;
    height:236px;
    border: 1px solid #070001;
    position: absolute;
    top: 258px;
    left: 255px;
    background: #fff;
    z-index: 9;
}
.tab-con .item .item-con p {
    line-height: 24px;
    color: #888888;
    font-size: 14px;
    margin-bottom: 0;
    text-indent: 0;
}
.tab-con .item .item-con p label {
    display: inline-block;
    width: 140px;
    text-align: left;
}
.tab-con .item .item-con p span {
    float: right;
    text-align: right;
}
.tab-con .item h2 {
    font-size: 14px;
    color: #222222;
    position: relative;
    margin-top: 30px;
    margin-bottom: 4px;
}
.tab-con .item h2::before {
    content:"";
    width: 6px;
    height: 18px;
    border-radius: 3px;
    background:rgba(232,56,56,1);
    position: absolute;
    top: 2px;
    left: -16px;
}
.tab-con .item h3 {
    font-size: 14px;
    color: #555555;
    line-height: 24px;
}
.tab-con .item .img-box {
    width: 100%;
    height: 327px;
}
.tab-con .item .img-box img{
    width: 100%;
    height: 100%;
}
.tab-con .map {
    padding: 0;
}
.info-box {
    padding-left: 40px;
    margin-top: 60px;
    padding-bottom: 60px;
}
.info-box p{
    text-indent: 0!important;
    color: #555555!important;
    margin-bottom: 4px!important;
}
.info-box p label {
    display: inline-block;
    width: 110px;
    margin-right: 8px;
}
.aboutus{
	padding:42px 43px;
	border:5px solid #e2e2e2;
}
