﻿* {
  margin: 0;
  padding: 0;
}

.banner {
  /*width: 100%;*/
  /*min-width: 1200px;*/
  /*background: url("../images/banner.png") no-repeat top center;*/
  /*height: 980px;*/
  /*background-size: 100% 100%;*/
  width: 1920px;
  height: 970px;
  overflow: hidden;
  position:relative;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 0;
}

.banner a {
  text-decoration: none;
  color: white;
  font-size: 22px;
  display: inline-block;
  width: 186px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 70px;
}

.banner .society {
  background: #ffa200;
  float: left;
  margin:0;
}

.banner .school {
  background: #3dab34;
  float: right;
  margin:0;
}

.banner .content-banner {
  margin: 0 auto;
  animation:content-banner_x 1s alternate;
  position: relative;
  top:600px;
  width: 450px;
  text-align: center;
}

@keyframes content-banner_x {
  0%{
    top:800px;
  }
  100%{
    top:600px;
  }
}

.societyval_1 {
  min-width: 1200px;
  background: url("../images/1.png") no-repeat center;
  height: 750px;
  overflow: hidden;
}

.societyval_1 .content_1 {
  width: 1200px;
  height: 750px;
  margin: 0 auto;
}

.societyval_1 .content_1 .content_show {
  color: #989898;
  width: 1024px;
  margin: 0 auto;
  margin-top: 168px;
  text-align: center;
}

.societyval_1 .content_1 .content_show p {
  text-indent: 2em;
  line-height: 25px;
  text-align: left;
}

.societyval_1 .content_1 img {
  margin: 69px auto;
}

.transtion_1, .transtion_2 {
  min-width: 1200px;
  height: 300px;
  background: url("../images/t1.jpg") no-repeat center fixed;
}

.societyval_2 {
  min-width: 1200px;
  height: 748px;
  background: url("../images/2.png") no-repeat center;
}

.transtion_2 {
  background: url("../images/t2.jpg") no-repeat center fixed;
}

.societyval_3 {
  min-width: 1200px;
  height: 878px;
  background: url("../images/3.png") no-repeat center;
  overflow: hidden;
}

.swiper-container {
  /*margin-top: 179px;*/
  width: 957px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 540px;
  width: 957px;
}

.gallery-thumbs {
  height: 90px;
  box-sizing: border-box;
  margin-top: -120px;
  width: 824px;
}

.gallery-thumbs .swiper-slide {
  width: 172px !important;
  height: 90px;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background: #2ecd71;
  color: #fff;
  transition: all .3s ease-in-out;
}

.school:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /*background-color: rgba(61, 171, 52, 0.8);*/
  color: white;
  box-shadow: 0 10px 20px rgba(61, 171, 52, 0.5);
  transform: translateY(-3px);
}

.society:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /*background-color: rgba(251, 130, 47, 0.8);*/
  box-shadow: 0 10px 20px rgba(255,162,0,0.5);
  transform: translateY(-3px);
  color: white;
}

.msg_banner {
  width: 100%;
  min-width: 1200px;
  height: 485px;
  background: url("../images/msgbanner.png") no-repeat center;
  background-size: 100% 485px;
}

.msg_position {
  width: 1366px;
  height: 1202px;
  box-shadow: 0 0 30px #d8d8d8;
  margin: 0px auto;
  background: white;
}

.msg_position .msg_header {
  height: 123px;
  /*background: url("../images/msgheader.png") no-repeat center;*/
}

.msg_position .msg_header ul li{
  display: inline-block;
  width: 180px;
  font-size: 30px;
  margin-right: 32px;
  font-weight: bold;
  text-align: center;
  color: #ffa200;
  word-wrap: break-spaces;
  position: relative;
  top: 60px;
  left: 260px;
}

.msg_position .msg_content {
  width: 1200px;
  margin: 0 auto;
}

.msg_position .msg_content .msg_lefttab {
  width: 178px;
  height: 1138px;
  border-right: 4px solid #d8d8d8;
  color: #999999;
  font-size: 18px;
  font-weight: 500;
  margin-top: -245px;
  float: left;
}

.msg_position .msg_content .msg_lefttab ul li {
  list-style: none;
  width: 178px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.msg_position .msg_content .msg_rightcontent {
  float: right;
  width: 1018px;
  height: 782px;
  color: #383737;
}

.msg_position .msg_content .msg_rightcontent ul li {
  list-style: none;
  width: 1025px;
  height: 126px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 28px;
  padding-left: 40px;
  font-size: 16px;
      line-height: 69px;
}

.msg_position .msg_content .msg_rightcontent ul li p, .msg_position .msg_content .msg_rightcontent ul li div {
  float: left;
}

.msg_position .msg_content .msg_rightcontent ul li .p1 {
  width: 201px;
  font-size: 16px;
}

.msg_position .msg_content .msg_rightcontent ul li .p2 {
  width: 230px;
  padding-left: 43px;
}

.msg_position .msg_content .msg_rightcontent ul li .p3 {
  width: 201px;
  padding-left: 43px;
}

.msg_position .msg_content .msg_rightcontent ul li .p_person {
  width: 227px;
  padding-left: 43px;
}

.msg_position .msg_content .msg_rightcontent ul li div {
  width: 114px;
  height: 40px;
  border: 1px solid #ffa200;
  line-height: 40px;
  text-align: center;
  margin-top: 13px;
}

.cur {
  background: #d8d8d8;
  color: white;
  font-size: 26px;
  font-weight: 600;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clear {
  zoom: 1;
}

.ul2, .ul3, .ul4, .ul5 {
  display: none;
}

.tc-apply {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
}

.apply-contant {
  width: 1200px;
  height: 730px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -600px;
  margin-top: -304px;
  display: flex;
  background: white;
}

.apply-p1 {
  width: 600px;
  height: 668px;
  color: black;
  font-size: 16px;
  padding-top: 75px;
  padding-left: 83px;
  line-height: 32px;
}

.p1 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 36px;
}

.d-1 {
  margin-bottom: 52px;
}
.box {
    margin-left: 53px;
    margin-top: 54px;
}

.close {
  width: 38px;
  height: 38px;
  background: url(../images/close.png) no-repeat;
      margin-top: 32px;
    margin-left: 77px;
    cursor: pointer;
}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  cursor: pointer;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #ffa200;
  border-color: #ffa200 !important;
  color: white;
}
