* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.mbox{
	width:100%;
	height:918px;
	background:#fef5e6;
}
.cvbodx {
    width: 1200px;
    height:918px;
    margin: 0 auto;
}

.cvbodx .etop {
    width: 1200px;
    height: 130px;
    overflow: hidden;
}

.cvbodx .etop .tlie {
    width: 1200px;
    height: 1px;
    border-bottom: 1px dotted #ff0100;
    margin-top: 90px;
}

.cvbodx .etop .vboxe {
    width: 210px;
    height: 60px;
    background: #fef5e6;
    margin: 0 auto;
    margin-top: -30px;
    text-align: center;
    color: #ff0100;
    font-weight: bold;
}

.cvbodx .etop .vboxe .v1 {
    width: 100%;
    height: 30px;
    font-size: 30px;
}

.cvbodx .etop .vboxe .v2 {
    width: 100%;
    ; height: 18px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}

.cvbodx .map {
    height: 742px;
    float: left;
    margin-left: -80px;
}
.jsmap-container{
	margin: -50px 0 0 0px;
}
.jsmap-hovertip {
	display:none!important;
    background: rgba(248, 204, 97, 0.64)!important;
}

.jsmap-hovertip div {
    text-align: left!important;
    font-size: 14px!important;
    line-height: 26px!important;
    max-width: 560px;
}

.cvbodx .cpot {
    width: 400px;
    height: 100px;
    float: left;
    margin: 20px 0 0 20px;
}

.cvbodx .cpot .libox {
    width: 8px;
    height: 60px;
    float: left;
    background: #f8cc61;
}

.cvbodx .cpot .tbox {
    font-weight: bold;
    width: 390px;
    height: 100px;
    float: left;
    font-size: 32px;
    padding-left: 8px;
}

.cvbodx .cpot .tbox span {
    color: #f8cc61;
    font-size: 40px;
}
