.warp {
  background-image: url("../image/home/pic4.jpg");
  background-repeat: repeat;
  -o-background-size: contain;
     background-size: contain;
  cursor: default;
  width: 100%;
}
.warp .main {
  width: 100%;
  padding-top: 130px;
  padding-bottom: 50px;
}
.warp .main .email {
  width: 80px;
  height: 50px;
  margin: auto;
}
.warp .main .email img {
  width: 100%;
  height: 100%;
}
.warp .main h2 {
  margin: auto;
  display: block;
  width: 124px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.75em;
  letter-spacing: 3px;
  color: #fff;
  padding-top: 40px;
}
.warp .main h2 strong {
  font-weight: 400;
}
.warp .main .content {
  width: 1200px;
  margin: auto;
  padding-top: 30px;
}
.warp .main .content .main_top {
  width: 1120px;
  padding: 40px;
  color: #696969;
  background-color: rgba(248, 248, 255, 0.8);
}
.warp .main .content .main_top h2 {
  width: 300px;
  color: #696969;
  padding-top: 0;
  padding-bottom: 24px;
}
.warp .main .content .main_top .main_txt {
  position: relative;
}
.warp .main .content .main_top .main_txt li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 35px;
}
.warp .main .content .main_top .main_txt li strong {
  width: 95px;
  font-weight: 400;
  font-size: 19px;
}
.warp .main .content .main_top .main_txt li p,
.warp .main .content .main_top .main_txt li a {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
}
.warp .main .content .main_top .main_txt li a {
  border-bottom: dotted 1px;
  cursor: pointer;
  color: #696969;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.warp .main .content .main_top .main_txt li a:hover {
  border-bottom-color: transparent;
}
.warp .main .content .main_top .main_txt .picture {
  width: 180px;
  height: 220px;
  position: absolute;
  top: -50px;
  right: 40px;
}
.warp .main .content .main_top .main_txt .picture img {
  height: 100%;
}
.warp .main .content .main_top .main_txt p {
  font-size: 19px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.8px;
  margin-top: 50px;
}

.main-middle,
.main-bottom {
  width: 1028px;
  padding: 86px;
  color: #696969;
  background-color: rgba(248, 248, 255, 0.8);
  margin-top: 70px;
}
.main-middle .clock,
.main-middle .computer,
.main-bottom .clock,
.main-bottom .computer {
  width: 93px;
  height: 93px;
  margin: auto;
  padding-bottom: 24px;
}
.main-middle .clock img,
.main-middle .computer img,
.main-bottom .clock img,
.main-bottom .computer img {
  width: 100%;
  height: 100%;
}
.main-middle h3,
.main-bottom h3 {
  display: block;
  margin: auto;
  width: 154px;
}
.main-middle h3 strong,
.main-bottom h3 strong {
  font-size: 22px;
  font-weight: 400;
}
.main-middle ul,
.main-bottom ul {
  margin: 0px;
  margin-bottom: 20px;
}
.main-middle ul li,
.main-bottom ul li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 70px;
}
.main-middle ul li strong,
.main-bottom ul li strong {
  width: 160px;
  font-weight: 400;
  font-size: 18px;
}
.main-middle ul li p,
.main-bottom ul li p {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  padding-left: 50px;
}