@charset "utf-8";
.padding01 {
  padding: 50px 80px 50px 20px;
}
.padding02 {
  padding: 50px 20px 50px 80px;
}
.r01 {
  right: 0;
}
.L01 {
  left: 0;
}
.b01 {
  bottom: 30px;
}
.box {
  padding: 30px;
  background: #3cc4ce;
  box-sizing: border-box;
}
.content-1 {
  height: 440px;
}
.pic {
  left: 0;
  bottom: 0;
}
.pic img {
  width: 800px;
  height: 400px;
}
.title {
  width: 620px;
  height: 400px;
  right: 0;
  top: 0;
  filter: alpha(opacity=20);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3cc4ce, endcolorstr=#3cc4ce);
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=5);
  -moz-box-shadow: 0px 2px 6px #3cc4ce;
  -webkit-box-shadow: 0px 2px 6px #3cc4ce;
  box-shadow: 0px 2px 6px #3cc4ce;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.box span {
  display: block;
  font-size: 30px;
  color: #fff;
  height: 20px;
}
.box h3 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  line-height: 68px;
}
.box p {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.content-2 {
  overflow: hidden;
}
.content-2 ul li {
  height: 500px;
  overflow: hidden;
}
.borderBox {
  width: 570px;
  height: 500px;
  box-sizing: border-box;
  border: 10px solid #3cc4ce;
  z-index: 1;
}
.borderBox h3 {
  font-size: 30px;
  font-weight: bold;
}
.borderBox h3 span {
  color: #949494;
  font-size: 18px;
}
.borderBox p {
  font-size: 16px;
  line-height: 36px;
}
.img img {
  width: 850px;
  height: 440px;
}
.mor {
  height: 70%;
}
.mor a {
  width: 100px;
  height: 70px;
  color: #3cc4ce;
}
.mor em {
  font-size: 20px;
}
.mor span {
  display: block;
  background: url("../../images/jyjx/arrow02.png") no-repeat;
  width: 32px;
  height: 22px;
  margin-top: 15px;
}
