@import url("https://fonts.googleapis.com/css?family=Muli:300");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
.top .bg {
  background-image: url("../images/news/top1.jpg");
  background-position: 60%;
}
.top .phone1 {
  position: fixed;
  top: 20%;
  right: 25%;
  z-index: 2;
}
.top .phone1 img {
  width: 80%;
}
.top .phone2 {
  position: fixed;
  top: 30%;
  right: 8%;
  z-index: 1;
}
.top .phone2 img {
  width: 80%;
}
.top-slogn {
  position: fixed;
  max-width: 400px;
  left: 180px;
  top: 50%;
  color: #fff;
}
.top-slogn1-name {
  font-size: 40px;
  margin-bottom: 30px;
}
.top-slogn1-stitle {
  font-size: 28px;
}
.top-slogn1-stitle span {
  display: inline-block;
}
.top-slogn2-title {
  margin: 30px 0;
  font-weight: 600;
}

.news {
  padding: 50px 0;
}
.news li {
  padding: 50px 0;
  position: relative;
}
.news li:hover .news-content {
  box-shadow: 0 0 12px #000;
}
.news li:nth-child(even) .news-pic {
  margin-left: unset;
  margin-right: 10%;
}
.news li:nth-child(even) .news-content {
  margin-left: 60%;
}
.news li:nth-child(even) .news-mask {
  right: 0;
  left: unset;
}
.news-pic {
  width: 90%;
  height: 400px;
  overflow: hidden;
  margin-left: 10%;
}
.news-pic img {
  width: 100%;
  position: relative;
}
.news-content {
  width: 40%;
  padding: 30px 50px;
  box-sizing: border-box;
  background: #5a3e8c;
  color: #fff;
  position: absolute;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 12px transparent;
}
.news-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.news-title {
  font-size: 20px;
}
.news-date {
  font-size: 12px;
}
.news-date:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 30px 0 10px;
}

.profile-content,
.profile-pic2 {
  opacity: 0;
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.profile-content.show,
.profile-pic2.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.news-li {
  opacity: 0;
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.news-li.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.news-mask {
  left: 0;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.news-mask.show {
  width: 0%;
}

@media screen and (max-width: 1600px) {
  .top .phone1 {
    right: 15%;
    top: 15%;
  }
  .top .phone1 img {
    width: 70%;
  }
  .top .phone2 {
    right: 0%;
    top: 25%;
  }
  .top .phone2 img {
    width: 70%;
  }
}
@media screen and (max-width: 1400px) {
  .top .phone1 {
    right: 0%;
  }
  .top .phone1 img {
    width: 50%;
  }
  .top .phone2 {
    right: -15%;
  }
  .top .phone2 img {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) {
  .top-slogn {
    left: 130px;
  }

  .profile-content {
    padding: 5% 10%;
  }
  .profile-text2 {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  .top-slogn {
    top: 45%;
  }
  .top .phone1 {
    top: 20%;
    right: -15%;
  }
  .top .phone1 img {
    width: 50%;
  }
  .top .phone2 {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .top .phone1 {
    right: -25%;
  }
  .top .phone1 img {
    width: 50%;
  }
}
@media screen and (max-width: 860px) {
  .top-slogn {
    position: unset;
  }
  .top-slogn1 {
    position: fixed;
    bottom: 40%;
    margin: 0 70px;
  }
  .top-slogn2 {
    position: fixed;
    bottom: 30px;
    margin: 0 70px;
  }
  .top .phone1 {
    top: 30%;
    left: 50px;
    width: 100%;
  }
  .top .phone1 img {
    width: 250px;
  }

  .news li:nth-child(even) .news-content {
    margin: 0;
  }
  .news-pic {
    width: 100%;
    margin-left: 0;
    height: unset;
  }
  .news-content {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 680px) {
  .top .phone1 {
    top: 35%;
    width: 100%;
  }
  .top .phone1 img {
    width: 220px;
  }

  .news-content {
    padding: 30px;
  }
}
@media screen and (max-width: 460px) {
  .top-slogn1 {
    margin: 0 30px 0 50px;
  }
  .top-slogn1-name {
    font-size: 34px;
  }
  .top-slogn2 {
    display: none;
  }
  .top .phone1 {
    top: 300px;
    left: 40px;
  }
  .top .phone1 img {
    width: 70%;
  }

  .news li {
    padding: 30px 0;
  }
  .news-title {
    font-size: 20px;
  }
  .news-content {
    padding: 20px;
  }
  .news-date:before {
    margin: 20px 0 10px;
  }
}
@media (max-width: 1100px) and (max-height: 600px) {
  .top-slogn {
    top: 50%;
  }
  .top-slogn1-stitle {
    font-size: 20px;
  }
  .top-slogn1-name {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .top-slogn2 {
    display: none;
  }
}
@media (max-width: 860px) and (max-height: 950px) {
  .top-slogn1-stitle {
    font-size: 20px;
  }
  .top-slogn2 {
    display: none;
  }
  .top .phone1 {
    top: 320px;
  }
}
@media (max-width: 860px) and (max-height: 500px) {
  .top-slogn1 {
    margin: 0 50px;
    bottom: 30%;
  }
  .top-slogn1-name {
    margin-bottom: 15px;
  }
  .top-slogn2 {
    display: none;
  }
  .top .phone1 {
    top: 80px;
    left: 55%;
    z-index: 0;
  }
}
@media (max-width: 460px) and (max-height: 950px) {
  .top .phone1 {
    top: 300px;
  }
  .top-slogn1-stitle {
    font-size: 20px;
  }
}
@media (max-width: 460px) and (max-height: 500px) {
  .top .phone1 {
    top: 300px;
    left: 40px;
  }
}
