﻿@CHARSET "UTF-8";
/* 自适应版心 */
.wrap1200 {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.zOdds {
  padding: 50px 0;
  background: url(../picture/oddsbg.jpg) no-repeat center;
  /*background-size: cover;*/
}

/* 背景图自适应 */
.zOdds .box {
  min-height: auto;
  background-size: contain;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* 电脑端定位布局 */
@media (min-width: 1000px) {
  .zOdds {
    height: 975px;
  }
  .zOdds .box {
    height: 925px;
  }
  .zOdds .box .ys1 {
    left: 50%;
    margin-left: -150px;
    top: 5vh;
  }
  .zOdds .box .ys2 {
    left: 0;
    top: 290px;
  }
  .zOdds .box .ys3 {
    right:0;
    top: 290px;
  }
  .zOdds .box .ys4 {
    left: 0;
    top: 590px;
  }
  .zOdds .box .ys5 {
    right:0;
    top: 590px;
  }
}

.zOdds .box .ys {
  width: 280px;
  text-align: center;
  position: absolute;
  overflow: hidden;
}

.zOdds .box .ys span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #004fab;
  font-family: arial;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.zOdds .box .ys h4 {
  font-weight: bold;
  font-size: 24px;
  padding: 10px 0;
}

.zOdds .box .ys p {
  font-size: 15px;
  color: #666;
  line-height: 26px;
}
@media (max-width: 999.98px) {
  .zOdds {
    display: none !important;
    visibility: hidden;
    opacity: 0;
  }
}

/* 移动端：取消定位，垂直排列，居中显示 */
/*@media (max-width: 768px) {
  .zOdds {
    height: auto;
    background-size: auto 100%;
	d
  }
  .zOdds .box {
    height: auto;
    background: none; /* 手机端隐藏中间连线背景 
  }
  .zOdds .box .ys {
    position: static;
    width: 100%;
    margin: 0 auto 40px;
  }
  .zOdds .box .ys h4 {
    font-size: 20px;
  }
}*/