
img {
  max-width: 100%;
}
/*分公司 地图*/
.branch .branch-warp {
  position: relative;
  width: 100%;
  height: 1000px;
}
.branch .branch-warp .branch-detail {
  position: relative;
  left: 0;
  top: 208px;
  z-index: 99;
  width: 280px;
  padding-bottom: 200px;
}
.branch .branch-warp .branch-detail > div {
  display: none;
}
.branch .branch-warp .branch-detail > div h3 {
  font-size: 18px;
  color: #202020;
}
.branch .branch-warp .branch-detail > div p {
  color: #686868;
  line-height: 25px;
  padding: 18px 0 20px;
}
.branch .branch-warp .branch-detail > div .branch-contact img {
  vertical-align: top;
}
.branch .branch-warp .branch-detail > div .branch-contact > div {
  padding-top: 20px;
}
.branch .branch-warp .branch-detail > div .branch-contact > div span {
  display: block;
  padding-top: 8px;
  position: relative;
}
.branch .branch-warp .branch-detail > div .branch-contact > div span a {
  color: #686868;
}
.branch .branch-warp .branch-detail > div .branch-contact > div span em {
  color: #202020;
  font-weight: bold;
}
.branch .branch-warp .branch-detail > div .branch-contact > div span.address {
  padding-left: 39px;
}
.branch .branch-warp .branch-detail > div .branch-contact > div span.address em {
  position: absolute;
  left: 0;
  top: 5px;
}
.branch .branch-warp .branch-detail > div:first-child {
  display: block;
}
.branch .branch-warp .map {
  z-index: 0;
  position: absolute;
  top: 103px;
  right: -41px;
}
.branch-warp .map {
  width: 770px;
  height: 825px;
  background: url(../image/13.png) no-repeat;
  background-size: 100% auto;
  margin-bottom: 10px;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.branch-warp .map .point {
  position: relative;
}
.branch-warp .map .state {
  position: absolute;
  color: #6da2cb;
}
.branch-warp .map .state a {
  display: block;
  background: url(../image/yellow.png) no-repeat center;
  background-size: 100%;
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.branch-warp .map .state span {
  position: absolute;
  display: inline-block;
  width: 38px;
}
.branch-warp .map .state.cur {
  z-index: 99999;
}
.branch-warp .map .state.cur a {
  width: 13px;
  height: 33px;
  margin-top: -20px;
  margin-right: -3px;
  background-image: url(../image/icon-add1.png);
}
.branch-warp .map .state.cur span {
  font-size: 12px;
  color: #416dae;
}
.branch-warp .map .state .imgcon {
  position: absolute;
  background: url(../image/bluebg.png) no-repeat;
  width: 317px;
  height: 250px;
  padding: 2px 2px 0 2px;
  top: -257px;
  left: -313px;
  display: none;
  text-align: center;
}
.branch-warp .map .state .imgcon p {
  line-height: 36px;
  color: #fff;
  margin-left: 6px;
  text-align: left;
}
.branch-warp .map .map-hover {
  width: 100%;
  position: relative;
}
.branch-warp .map .map-hover .map-item {
  position: absolute;
  width: 200px;
}
.branch-warp .map .map-hover .map-item img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  vertical-align: top;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.branch-warp .map .map-hover .map-item img.hover-img {
  opacity: 0;
}
.branch-warp .map .map-hover .map-item:hover img.img,
.branch-warp .map .map-hover .map-item.cur img.img {
  opacity: 0;
}
.branch-warp .map .map-hover .map-item:hover img.hover-img,
.branch-warp .map .map-hover .map-item.cur img.hover-img {
  opacity: 1;
}
.branch-warp .map .map-hover .map-item.map-item-1 {
  top: 68px;
  right: 38px;
}
.branch-warp .map .map-hover .map-item.map-item-1 img {
  width: 100%;
}
.branch-warp .map .map-hover .map-item.map-item-12 {
  top: 133px;
  right: -124px;
  z-index: 2222;
}
/*地图坐标定位*/
.branch-warp .map .point span {
  font-size: 10px;
  transform: scale(0.8);
}
.branch-warp .map .dalian {
  right: 167px;
  top: 191px;
}
.branch-warp .map .dalian span {
  right: -41px;
  top: -13px;
}
.branch-warp .map .qinhuang {
  right: 177px;
  top: 184px;
}
.branch-warp .map .qinhuang span {
  right: 3px;
  top: -11px;
}
.branch-warp .map .tianjin {
  right: 185px;
  top: 191px;
}
.branch-warp .map .tianjin span {
  right: -3px;
  top: -4px;
}
.branch-warp .map .nantong {
  right: 158px;
  top: 228px;
}
.branch-warp .map .nantong span {
  right: -37px;
  top: -6px;
}
.branch-warp .map .qingdao {
  right: 162px;
  top: 202px;
}
.branch-warp .map .qingdao span {
  right: -4px;
  top: -2px;
}
.branch-warp .map .shanghai {
  right: 157px;
  top: 237px;
}
.branch-warp .map .shanghai span {
  right: -3px;
  top: -5px;
}
.branch-warp .map .zhoushan {
  right: 150px;
  top: 243px;
}
.branch-warp .map .zhoushan span {
  right: -36px;
  top: -5px;
}
.branch-warp .map .ningbo {
  right: 155px;
  top: 250px;
}
.branch-warp .map .ningbo span {
  right: -3px;
  top: -6px;
}
.branch-warp .map .xiamen {
  right: 162px;
  top: 269px;
}
.branch-warp .map .xiamen span {
  right: -37px;
  top: -1px;
}
.branch-warp .map .guangzhou {
  right: 180px;
  top: 271px;
}
.branch-warp .map .guangzhou span {
  right: -4px;
  top: -5px;
}
.branch-warp .map .shenzhen {
  right: 172px;
  top: 275px;
}
.branch-warp .map .shenzhen span {
  right: -5px;
  top: 3px;
}
.branch-warp .map .korea {
  right: 128px;
  top: 211px;
}
.branch-warp .map .korea span {
  right: -45px;
  top: -18px;
}
.branch-warp .map .singapore {
  right: 211px;
  top: 385px;
}
.branch-warp .map .singapore span {
  right: 15px;
  top: -20px;
}
.branch-warp .map .henan {
  right: 659px;
  top: 127px;
}
.branch-warp .map .henan span {
  right: 1px;
  top: -11px;
}
/*关于润通*/
.about .topbox .about-img-01 {
  width: 255px;
}
.about .about-list {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  box-sizing: border-box;
}
.about .about-list li {
  margin-bottom: 0;
  width: 50%;
  float: left;
  height: 40px;
  padding-left: 40px;
  background: #fff;
  line-height: 40px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  background: none;
}
.about .about-list2 {
  width: 78%;
  padding: 20px 0 150px;
  box-sizing: border-box;
}
.about .about-list2 li {
  margin-bottom: 20px;
  width: 33.333%;
  float: left;
  height: 100px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
.about .about-list2 li img {
  max-width: 100%;
  object-fit: cover;
}
.about .about-img-box {
  padding: 20px 0;
}
/*首页中间文字*/
.index-list {
  width: 100%;
}
.index-list li {
  position: relative;
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  background: none;
  font-weight: bold;
}
.index-list li:before {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 4px;
  display: block;
  content: '';
}
