.banner .bannerPic,.map img{
    width: 100%;
}
.map{
    padding: 5% 6%;
    text-align: center;
    overflow: scroll;
}
.brand{
    padding-bottom:5%;
    padding-left: calc(4% + 150px);
    padding-right: calc(4% + 150px);
}
.brand ul li{
    display: inline-block;
    float: left;
    width: calc((100% - 4%) / 5);
    margin-right: 1%;
    margin-bottom: 2%;
}
.brand ul li:nth-child(5n){
    margin-right: 0;
}
.brand li img{
    width: 100%;
}
#WorldMap{
    display: inline-block;
}
.map .mapbox{
    width: 100%;
    /* max-width: 1200px; */
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
.map .mapbox .inimg{
    position: absolute;
    width: 15%;
    right: 9.5%;
    top: 28%;
    z-index: 1;
}
.map .mapbox .y{
    width: 10px;
    position: absolute;
    z-index: 1;
}
.map .mapbox .y1{
    top: 49%;
    right: 26%;
}
.map .mapbox .y2{
    top: 45%;
    right: 33%;
}
.map .mapbox .y3{
    top: 77%;
    right: 45%;
}
.map .mapbox .y4{
    top: 67%;
    right: 47.5%;
}
.map .mapbox .y5{
    top: 55%;
    right: 49%;
}
.map .mapbox .y6{
    top: 45%;
    right: 52%;
}
.map .mapbox .y7{
    top: 27%;
    right: 49%;
}
.map .mapbox .y8{
    top: 25%;
    right: 51%;
}
.map .mapbox .y9{
    top: 22%;
    right: 49.3%;
}
.map .mapbox .y10{
    top: 21%;
    right: 47%;
}
.map .mapbox .y11{
    top: 12%;
    right: 45%;
}
.map .mapbox .y12{
    top: 15%;
    right: 77%;
}
.map .mapbox .y13{
    top: 32%;
    right: 75%;
}
.map .mapbox .y14{
    top: 41%;
    right: 76%;
}






.stateTip2,.stateTip,
#StateTip {
	display: none;
	position: absolute;
	background: #fff;
	font-size: 12px;
	font-family: Tahoma;
	color: #626262;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	line-height: 30px;
    transform: translateY(-15px);
    text-align: center;
    width: 150px !important;
    font-size: 2rem;
    padding: 10px 0;
    z-index: 1;
}
.stateTip2 .tipbox,.stateTip .tipbox{
	max-height: 120px;
	overflow: auto;
	padding: 9px 16px;
}
.stateTip2 img,.stateTip img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.stateTip:after,.stateTip2:after{
	content: "";
	display: block;
	border-top: 10px solid #fff;
	border-bottom: 10px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	right: 50%;
	bottom: -20px;
	width: 0;
	height: 0;
    margin-right: -7px;
}
.stateTip .tell,.stateTip2 .tell{
	color: #bd9d67;
}
.tleName{
    width: 25%;
    border-bottom:1px solid #001530;
    padding-bottom: 1%;
    font-size: 4rem;
    font-family: 'Bold';
    margin-bottom: 2%;
}



@media screen and (max-width:1450px){
    .brand{
        padding-left: 6%;
        padding-right: 6%;
    }
    .map .mapbox .y{
        width: 9px;
    }
    .tleName{
        font-size: 3rem;
    }
}
@media screen and (max-width:1195px){
    .brand ul li{
        width: calc((100% - 2%) / 3);
    }
    .brand ul li:nth-child(5n){
        margin-right:1%;
    }
    .brand ul li:nth-child(3n){
        margin-right: 0;
    }
    .map{
        padding: 5% 0;
    }
    .map .mapbox .y{
        width: 6px;
    }
    .tleName {
        font-size: 2rem;
        width: 65%;
    }
}









