.content {
  width: 1200px;
  margin: 0 auto;
}
.content > div.aboutTit {
  margin-top: 65px;
  position: relative;
  color: #333;
  font-size: 16px;
/*   height: 20px;
               line-height: 20px;*/
  text-align: center;
}
.content > div.aboutTit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: 1;
}
.content > div.aboutTit h2 {
  background: #fff;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  color: #333;
  z-index: 2;
  position: relative;
}
.content > div.aboutTit h2 span {
  font-weight: normal;
  color: #999;
  font-size: 17px;
  display: block;
  margin-top: 2px;
}
body > div.about {
  margin-top: 100px;
  min-height: 980px;
  background: #fff;
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}
body > div.about > div a {
  display: block;
}
body > div.about > div a.img {
  text-align: center;
  width: 100%;
  height: 240px;
  background-position: center center !important;
}
body > div.about > div.content > div.text {
  width: 100%;
  margin-top: 35px;
}
body > div.about > div.content > div.text p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
body > div.about > div.content > div.imgShow > div {
  margin-top: 70px;
  width: 290px;
  height: 200px;
  text-align: center;
  overflow: hidden;
  margin-left: 13px;
}
body > div.about > div.content > div.imgShow > div:first-of-type {
  margin-left: 0;
}
body > div.about > div.content > div.imgShow > div:not(:nth-of-type(-n+4)) {
  display: none;
}
body > div.about > div.content > div.imgShow > div img {
  width: 290px;
  height: 200px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
body > div.about > div.content > div.imgShow > div img:hover {
  transform: scale(1.14);
  -webkit-transform: scale(1.14);
  -moz-transform: scale(1.14);
  -o-transform: scale(1.14);
  -ms-transform: scale(1.14);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
body > div.about > div.content > div.contact {
  margin-top: 50px;
}
body > div.about > div.content > div.contact ul li {
  width: 33.333333%;
  text-align: center;
  color: #333;
  padding: 0 100px;
  box-sizing: border-box;
}
body > div.about > div.content > div.contact ul li i {
  display: inline-block;
  width: 56px;
  height: 56px;
}
body > div.about > div.content > div.contact ul li i.address {
  background-position: -1px -235px;
}
body > div.about > div.content > div.contact ul li i.contactTo {
  background-position: -1px -308px;
}
body > div.about > div.content > div.contact ul li i.contactTel {
  background-position: -1px -391px;
}
body > div.about > div.content > div.contact ul li h3 {
  font-size: 18px;
  font-weight: normal;
  color: #999;
  margin-top: 16px;
  margin-bottom: 16px;
}
body > div.about > div.content > div.contact ul li p {
  font-size: 14px;
  color: #333;
}
body > div.custody {
  margin-top: 100px;
}
body > div.custody > div > a {
  display: block;
}
body > div.custody > div > a.img {
  text-align: center;
  width: 100%;
  height: 240px;
  background-position: center center !important;
}
body > div.custody > div.content {
  margin-top: 20px;
  text-indent: 2em;
}
body > div.custody > div.content > div {
  font-size: 14px;
  color: #333;
  line-height: 36px;
}
body > div.custody > div.content > div span {
  display: inline-block;
  width: 28px;
  height: 10px;
  background: url("http://dzmasset.playcrab.com/statics/dzm/www/webpub/v2/public/newsite/imgs/dot.jpg") center center no-repeat;
}
body > div.custody > div.content > div > a {
  color: #069ace;
  font-weight: bold;
  text-decoration: underline;
}
body > div.custody > div.content > h3 {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  margin-top: 20px;
}
/*
@media screen and (min-width: 1200px) {
    .content {
        width: 1200px;
    }
}

@media screen and (max-width: 1199px) {
    .content {
        width: 100%;
        padding: 0 20px;
    }
}*/
