/* 清除样式 */
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul{ margin:0; padding:0;}

button,input,select,textarea{ outline:0;}

textarea{ resize:none;}

ul,li{ list-style:none;}

input{border:none;outline:none;}

em,i{font-style: normal;}

img{ outline:0; border:none; display: block;height:auto;}

button,input[type=button],input[type=reset],input[type=submit]{ -webkit-appearance:none; }

input{ border-radius: 0px; outline: none; box-shadow:none; -webkit-appearance: none;}

a{ color: #333333; text-decoration:none;transition: all .3s;}

a:hover{ text-decoration:none;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ display:block; margin: 0; padding: 0;}

body{position: relative; font-size: 12px; font-family: "微软雅黑"; min-width: 320px; color: #333333;background: #fff;position:relative;}

*{box-sizing: border-box;}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}


#global_map{
  width:100%;
  position: relative;
  float:left;
}
#global_map .global_map_pic{
  width:100%;
}
#global_map .global_map_pic img{
  width:100%;
  height: auto;
}
#global_map .global_region{
  position: absolute;
  width: 21px;
  height: 21px;
  margin-left: -10px;
  margin-top: -10px;
}
.global_region_name{
  position: absolute;
  bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #375a8c;
  white-space: nowrap;
}
.global_region_name.-left{
  right:100%;
  padding-right: 2px;
}
.global_region_name.-right{
  left:100%;
  padding-left: 2px;
}
.global_region_icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.global_region_icon .global_icon_region{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 33px;
  transition: background-image 0.2s;
}
.global_icon_region.-primary {
  background-image: url(../images/map-c.png);
}
.global_region:hover .global_icon_region.-primary{
  background-image: url(../images/map-e.png);
}
.global_region_icon .-float {
  opacity: 0;
}
.global_region:hover .global_region_icon .-float{
  opacity: 1;
}
.global_icon_region.-float {
  background-image: url(../images/map-d.png);
  animation: region-float 0.5s ease-in-out alternate infinite;
}
@keyframes region-float {
  0% {
    transform: scale(1) translate(0, -3px);
  }
  100% {
    transform: scale(0.95) translate(0, 2px);
  }
}

.global_region_label {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility 0s .2s;
}
.global_region:hover .global_region_label {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transition: .2s;
}
.global_region_label.-bottom{
  top: 0;
}
.global_region_label.-left{
  right: 100%;
  padding-right: 24px;
}
.global_region_label.-right{
  left: 100%;
  padding-left: 24px;
}
.global_region_label_text{
  padding: 10px;
  border-radius: 2px;
  background-color: #058DAC;
  font-size: 14px;
  line-height: 18px;
  color: white;
  white-space: nowrap;
}
.global_region_label_text .span{
  display:block;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.global_region_label_text .p{
  font-size:14px;
  line-height: 18px;
  margin-bottom: 10px;
  color: white;
  white-space: nowrap;
}
.global_region_label.-left .global_region_label_line{
  position: absolute;
  left: 100%;
  margin-left: -24px;
}
.global_region_label.-right .global_region_label_line {
  position: absolute;
  right: 100%;
  margin-right: -24px;
}
.global_region_label .global_region_label_line {
  position: absolute;
  top: 28px;
}
.global_region_label_line{
  width: 20px;
  height: 1px;
  background-color: #f66f6a;
}
.global_region_label .global_region_label_line:before {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  border-top: solid 1px #f66f6a;
}
.global_region_label.-bottom.-left .global_region_label_line:before {
  left: 100%;
  transform: rotate(-45deg);
  transform-origin: left center;
}
.global_region_label.-bottom.-right .global_region_label_line:before {
  right: 100%;
  transform: rotate(45deg);
  transform-origin: right center;
}
@media all and (max-width: 980px) {
  #global_map{
    width:100%;
    height:320px;
  }
  #global_map .global_map_pic{
    width:100%;
    height: 100%;
    background:url("../images/contactus.jpg")no-repeat center center;
    background-size:cover;
  }
  #global_map .global_map_pic img{
    display:none;
  }
  #global_map .global_region{
    display:none;
  }
}
@media all and (max-width: 750px) {
  #global_map{
    width:100%;
    height:260px;
  }
}