﻿.banner {
  margin-top: 136px;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .text .con h2 {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
}
.banner .text .con p {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
  margin-top: 10px;
}
.motto-con {
  margin-top: 66px;
  padding-bottom: 350px;
  position: relative;
}
.motto-con .con .brief {
  position: relative;
}
.motto-con .con .brief .left {
  float: left;
  width: 40%;
}
.motto-con .con .brief .left img {
  width: 100%;
}
.motto-con .con .brief .right {
  float: left;
  width: 60%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.motto-con .con .brief .right .title {
  padding-left: 80px;
  padding-top: 56px;
}
.motto-con .con .brief .right .title h3 {
  color: #1c8d3f;
  margin-bottom: 10px;
}
.motto-con .con .brief .right .title h2 {
  font-weight: bold;
  color: #333;
}
.motto-con .con .brief .right .title h2 span {
  color: #1c8d3f;
}
.motto-con .con .brief .right .bottom {
  position: absolute;
  width: 100%;
  height: 366px;
  bottom: 20px;
  left: 0;
  background: url(../img/school/motto/hua.png) no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
}
.motto-con .con .brief .right .bottom:after {
  content: '';
  width: 54px;
  height: 46px;
  background: url(../img/school/motto/sign.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 74px;
  bottom: -20px;
}
.motto-con .con .brief .right .bottom p {
  width: 80%;
  line-height: 2;
  text-align: justify;
  color: #333;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.motto-con .con .text {
  margin: 120px 40px 72px;
}
.motto-con .con .text p {
  text-align: center;
  font-size: 18px;
  color: #999;
  line-height: 2;
}
.motto-con .con .motto-text {
  background: -moz-linear-gradient(to right, transparent 0%, #ffffff 50%);
  background: -webkit-linear-gradient(to right, transparent 0%, #ffffff 50%);
  background: -o-linear-gradient(to right, transparent 0%, #ffffff 50%);
  background: -ms-linear-gradient(to right, transparent 0%, #ffffff 50%);
  background: linear-gradient(to right, transparent 0%, #ffffff 50%);
  padding-left: 128px;
}
.motto-con .con .motto-text .txt {
  box-shadow: 300px 0px 70px 0px rgba(0, 0, 0, 0.03);
}
.motto-con .con .motto-text .txt .mobile-text {
  display: none;
}
.motto-con .con .motto-text .txt .left {
  float: left;
  width: 10%;
}
.motto-con .con .motto-text .txt .left img {
  width: 100%;
}
.motto-con .con .motto-text .txt .right {
  float: right;
  width: 70%;
  padding: 30px 0;
}
.motto-con .con .motto-text .txt .right p {
  font-size: 18px;
  color: #999;
  margin-top: 30px;
}
.motto-con .con .motto-text .txt .right p span {
  color: #1d8d40;
  font-weight: bold;
}
.box1 {
  top: 4%;
}
.box2 {
  top: 46%;
}
@media screen and (max-width: 1680px) {
  .motto-con .con .brief .right .bottom {
    height: 330px;
  }
  .motto-con .con .brief .right .bottom p {
    top: 40%;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    margin-top: 116px;
  }
  .motto-con {
    padding-bottom: 280px;
  }
  .motto-con .con .brief .right .title {
    padding-top: 40px;
    padding-left: 60px;
  }
  .motto-con .con .brief .right .bottom {
    height: 280px;
  }
  .motto-con .con .text {
    margin: 100px 40px 62px;
  }
  .motto-con .con .text p {
    font-size: 16px;
  }
  .motto-con .con .motto-text .txt .right {
    padding: 20px 0;
  }
  .motto-con .con .motto-text .txt .right p {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    margin-top: 86px;
  }
}
@media screen and (max-width: 1024px) {
  .motto-con {
    padding-bottom: 200px;
  }
  .motto-con .con .brief .right .bottom {
    height: 250px;
  }
  .motto-con .con .text {
    margin: 60px 40px 52px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text .con h2 {
    font-size: 20px;
  }
  .banner .text .con p {
    margin-top: 4px;
  }
  .motto-con {
    margin-top: 30px;
    padding-bottom: 100px;
  }
  .motto-con .con .brief .left {
    width: 100%;
  }
  .motto-con .con .brief .right {
    width: 100%;
    position: relative;
    float: left;
  }
  .motto-con .con .brief .right .title {
    padding-top: 20px;
    padding-left: 0;
  }
  .motto-con .con .brief .right .title h2 {
    font-size: 18px;
  }
  .motto-con .con .brief .right .bottom {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    height: 300px;
  }
  .motto-con .con .brief .right .bottom p {
    width: 86%;
    top: 46%;
  }
  .motto-con .con .brief .right .bottom:after {
    width: 38px;
    height: 30px;
    right: 56px;
    bottom: -10px;
  }
  .motto-con .con .text {
    margin: 30px 20px 30px;
  }
  .motto-con .con .text p {
    font-size: 14px;
  }
  .motto-con .con .motto-text {
    padding-left: 0;
    background: none;
  }
  .motto-con .con .motto-text .txt {
    box-shadow: none;
  }
  .motto-con .con .motto-text .txt .mobile-text {
    display: block;
  }
  .motto-con .con .motto-text .txt .mobile-text h2 {
    font-size: 18px;
    font-weight: bold;
    color: #4d9b4b;
  }
  .motto-con .con .motto-text .txt .left {
    display: none;
  }
  .motto-con .con .motto-text .txt .right {
    width: 100%;
    padding: 0 0  20px;
  }
  .motto-con .con .motto-text .txt .right p {
    font-size: 14px;
    margin-top: 16px;
  }
}
/*# sourceMappingURL=brief_motto.css.map */
