.g-other-content {
  position: relative;
}
.text-header {
  text-align: center;
  color: #474747;
}
.text-header p {
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
  color:#595959;
}
.text-header h3 {
  font-size: 30px;
}
.container {
  width: 960px;
  margin: auto;
}

#curImgId {
  display: none;
}

.imagesDiv {
  position: relative;
  width: 929px;
  margin: auto;
  cursor: pointer;
}

.homeImgDiv {
  width: 100%;
  position: relative;
  display: none;
}

.homeImgDiv1 {
  display: block;
}

.homeImg {
  width: 100%;
}

.dot-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 999;
  width: 608px;
  height: 820px;
  margin: auto;
  transform: rotate(-56deg);
  transform-origin: center center;  
}

.dot-box {
  position: relative;
  width: 39px;
  height: 39px;
  background: url(../img/y.png) no-repeat center center;
}
.dot-box:hover {
  background: url(../img/y_p.png) no-repeat center center;  
}
.imagesDiv .lable {
  display: inline-block;
  background-color: rgba(0, 0, 0, .8);
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  position: absolute;
  top: -10px;
  left: 0;
  color: #fff;
  z-index: 999;
}
.imagesDiv .lable:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color:  rgba(0, 0, 0, .8) transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -9px;
}

.dot1 {
  position: absolute;
  top: 470px;
  left: 320px;
}
.dot2 {
  position: absolute;
  top: 590px;
  left: 170px;  
}
.dot3 {
  position: absolute;
  top: 410px;
  left: 112px;
}
.dot4 {
  position: absolute;
  top: 340px;
  left: 280px;  
}
.desc-box {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.desc1 {
}

.content-frame {
    width: 1004px;
}
.head-tip {
    padding-top: 70px;
    text-align: center;
    line-height: 22px;
}
.head-tip h3 {
    color: #1e95d7;
    font-size: 25px;
    padding: 10px 0;
}
.head-tip p {
    color: #474747;
    font-size: 16px;
}
.slide-wrap {
    width: 800px;
    margin: auto;
}
.slide{
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    position: relative;

}
.slide .img{
    position: absolute;
    transition: width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;
}
.slide .img img{
    width: calc(100%);
    height: calc(100%);
    margin: 7px;
}
.slide .img1{
    width: 32%;
    top: 30%;
    left: -50%;
    z-index: 1;
}
.slide .img2{
    width: 52%;
    top: 20%;
    left: 0;
    z-index: 2;
}
.slide .img3{
    width: 72%;
    top: 10%;
    left: 12%;
    z-index: 3;
}
.slide .img4{
    width: 52%;
    top: 20%;
    left: 44%;
    z-index: 2;
}
.desc-text {
    text-align: center;
}   
.desc-text h4 {
    font-size: 18px;
    color: #1e95d7;
    padding: 10px 0;
}
.desc-text p {
    font-size: 13px;
    color: #565656;      
    line-height: 24px;      
}
.explain-wrap {
    margin: auto;
    height: auto;
    margin-left: -12px;
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
}
.explain-wrap .e-item-box {
    width :220px;
    height: 140px;
    border: 1px solid #eee;
    margin-left: 12px;
    margin-top: 12px;
    float: left;
    padding: 20px 10px;
    text-align: left;
}
.explain-wrap .e-item-box h5 {
    font-size: 16px;
    color: #1e95d7;
    padding-bottom: 10px;
}
.explain-wrap .e-item-box p {
    font-size: 13px;
    color: #565656;
    line-height: 22px;
}
.btn-link {
    display: block;
    width: 240px;
    margin:auto;
    margin-bottom: 60px;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    padding: 12px 40px;
}