* {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
}
input,
select,
button {
  outline: none;
}
em,
i {
  font-style: normal;
}
body {
  font-family: PingFang SC, Microsoft YaHei, SimSun, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, sans-serif;
  font-size: 16px;
}
.topSecond {
  width: 100%;
  height: 103px;
  overflow: hidden;
  margin: 0 auto;
  background: #ffffff;
}
.topScon {
  width: 1200px;
  height: 103px;
  overflow: hidden;
  margin: 0 auto;
}
.topSecond .logo {
  float: left;
  height: 103px;
}
.topSecond .logo a {
  display: block;
  height: 103px;
}
.topSecond .logo img {
  display: block;
  float: left;
  width: 204px;
  height: auto;
  margin-top: 12px;
}
.topSecond .logo p {
  float: left;
  font-size: 16px;
  color: #444444;
  text-align: justify;
  height: 43px;
  border-left: 1px solid #DADADA;
  margin-left: 24px;
  margin-top: 33px;
  padding: 0 17px;
}
.topTel {
  float: right;
  height: 74px;
  width: 220px;
  padding-left: 61px;
  padding-top: 29px;
  background: url("../images/icon-tel.png") no-repeat left center;
}
.topTel span {
  display: block;
  font-size: 14px;
  color: #555555;
  height: 14px;
  line-height: 14px;
}
.topTel p {
  font-size: 30px;
  font-weight: bolder;
  color: #e51646;
  height: 32px;
  line-height: 32px;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.slogan_txt {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.slogan_txt h2 {
  font-weight: normal;
  font-size: 42px;
  color: #333;
  line-height: 44px;
}
.slogan_txt p {
  font-size: 24px;
  color: #666666;
  margin-top: 20px;
}
.container1 {
  width: 100%;
  height: 559px;
  overflow: hidden;
  background: url("../images/c_s_bg.jpg") no-repeat top center;
}
.container1 h2 {
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  font-size: 30px;
  margin-top: 51px;
}
.container1 .slideBox {
  overflow: hidden;
  zoom: 1;
  position: relative;
  width: 995px;
  margin: 22px auto 0;
}
.container1 .slideBox ul {
  width: 1053px;
  overflow: hidden;
  padding-top: 30px;
}
.container1 .slideBox ul li {
  float: left;
  width: 293px;
  height: 343px;
  overflow: hidden;
  background-color: #fff;
  margin-right: 58px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.container1 .slideBox ul li:hover {
  margin-top: -20px;
}
.container1 .slideBox ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.container1 .slideBox ul li a:hover {
  text-decoration: none;
}
.container1 .slideBox ul li img {
  display: block;
  width: 293px;
  height: 149px;
}
.container1 .slideBox ul li .txt {
  width: 100%;
  overflow: hidden;
}
.container1 .slideBox ul li .txt h4 {
  font-weight: normal;
  font-size: 22px;
  color: #e11344;
  text-align: center;
  margin-top: 22px;
  position: relative;
  height: 37px;
  width: 100%;
  margin-bottom: 14px;
}
.container1 .slideBox ul li .txt h4:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 88px;
  width: 116px;
  height: 1px;
  background-color: #e11344;
}
.container1 .slideBox ul li .txt p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 0 26px;
  text-align: justify;
}
.container2 {
  width: 1240px;
  margin: 65px auto 0;
  overflow: hidden;
  padding-bottom: 70px;
}
.container2 h2 {
  text-align: center;
  font-size: 42px;
  color: #444444;
  margin-top: 55px;
}
.container2 .txt_s {
  text-align: center;
  font-size: 18px;
  color: #666666;
  margin-top: 14px;
}
.container2 .teachers {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 33px;
}
.container2 .teachers ul {
  width: 1240px;
  overflow: hidden;
  padding-bottom: 20px;
}
.container2 .teachers ul li {
  float: left;
  width: 269px;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 21px;
  padding-bottom: 20px;
  margin-top: 24px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.container2 .teachers ul li:hover {
  -webkit-box-shadow: 0 0 6px rgba(200, 200, 200, 0.9);
  -moz-box-shadow: 0 0 6px rgba(200, 200, 200, 0.9);
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.9);
}
.container2 .teachers ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.container2 .teachers ul li a:hover {
  text-decoration: none;
}
.container2 .teachers ul li a i {
  display: block;
  width: 269px;
  height: 336px;
  background-repeat: no-repeat;
  background-position: top center;
}
.container2 .teachers ul li a h4 {
  font-weight: normal;
  font-size: 24px;
  color: #E41646;
  margin-top: 18px;
}
.container2 .teachers ul li a h4 span {
  font-size: 16px;
  color: #666666;
}
.container2 .teachers ul li a p {
  font-size: 16px;
  color: #666666;
}
.zx_btn {
  display: block;
  width: 100%;
  text-align: center;
}
.zx_btn i {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 20px;
  padding: 0 25px;
  background-color: #E41646;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.zx_btn i:hover {
  -webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.3);
}
.container3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.container3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 433px;
  background-color: #AF1A25;
}
.container3 .inner {
  position: relative;
  z-index: 10;
  width: 1227px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 70px;
}
.container3 .inner h2 {
  margin-top: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}
.container3 .inner ul {
  width: 1227px;
  overflow: hidden;
  padding-bottom: 73px;
  padding-top: 52px;
}
.container3 .inner ul li {
  float: left;
  width: 363px;
  height: 485px;
  padding-left: 8px;
  padding-right: 9px;
  padding-top: 10px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 17px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.container3 .inner ul li:hover {
  margin-top: -20px;
}
.container3 .inner ul li i {
  display: block;
  width: 363px;
  height: 187px;
  background-repeat: no-repeat;
  background-position: top center;
}
.container3 .inner ul li .c_logo {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  height: 96px;
  width: 363px;
  text-align: center;
}
.container3 .inner ul li .txt {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: 44px;
}
.container3 .inner ul li .txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 105px;
  height: 1px;
  width: 152px;
  background-color: #CECECE;
}
.container4 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.container4 h2 {
  text-align: center;
  font-size: 42px;
  color: #444444;
}
.container4 .set_class {
  width: 100%;
  overflow: hidden;
  margin-top: 38px;
}
.container4 .set_class .tab-hd {
  height: 52px;
}
.container4 .set_class .tab-hd ul {
  width: 100%;
  text-align: center;
}
.container4 .set_class .tab-hd li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  color: #444444;
  padding: 0 45px;
  cursor: pointer;
  margin: 0 20px;
}
.container4 .set_class .tab-hd li.on {
  border: 2px solid #E51C46;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #e51c46;
}
.container4 .set_class .tab-bd .table_out {
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}
.container4 .set_class .tab-bd table {
  border-collapse: collapse;
  width: 99%;
  margin: 37px auto 0;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
.container4 .set_class .tab-bd table th {
  background-color: #E51C46;
  color: #ffffff;
  font-size: 18px;
  height: 54px;
  font-weight: normal;
}
.container4 .set_class .tab-bd table td {
  text-align: center;
  border: 1px solid #8F8F8F;
}
.container4 .set_class .tab-bd table .txt {
  padding: 15px 20px;
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
}
.container5 {
  width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}
.container5 h2 {
  text-align: center;
  font-size: 42px;
  color: #444444;
}
.container5 .fc_list {
  width: 100%;
  overflow: hidden;
  margin-top: 53px;
}
.container5 .fc_list ul {
  width: 1155px;
  overflow: hidden;
}
.container5 .fc_list ul li {
  float: left;
  margin-right: 17px;
  margin-bottom: 27px;
  width: 368px;
  height: 265px;
}
.container5 .fc_list ul li img {
  display: block;
  width: 368px;
  height: 265px;
}
.container6 {
  width: 1200px;
  margin: 53px auto 0;
  overflow: hidden;
  padding-bottom: 20px;
}
.container6 h2 {
  text-align: center;
  font-size: 42px;
  color: #444444;
  margin-bottom: 26px;
}
.life_focus {
  width: 1200px;
  height: 585px;
  overflow: hidden;
  position: relative;
  margin: 56px auto;
}
.life_focus .life_focus_imgs_wrap {
  width: 819px;
  height: 585px;
}
.life_focus ul.life_focus_imgs {
  width: 819px;
  height: 9999em;
  position: absolute;
  left: 0;
  top: 0;
}
.life_focus ul.life_focus_imgs li {
  height: 453px;
  overflow: hidden;
  position: relative;
}
.jswz1 {
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  font: 16px/50px "Microsoft Yahei";
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.life_focus .life_focus_nav_wrap {
  width: 380px;
  height: 585px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.life_focus ul.life_focus_nav li {
  float: left;
  display: inline;
  position: relative;
  width: 187px;
  height: 124px;
  border: 1px solid #fff;
  margin: 0px 0px 11px 0px;
  cursor: pointer;
}
.ditu {
  background-color: #242424;
  height: 875px;
  width: 100%;
  margin-top: 40px;
}
.dizhi {
  font-size: 26px;
  color: #ffffff;
  width: 1173px;
  margin: 25px auto;
  overflow: hidden;
}
.w1204 {
  width: 1204px;
  margin: 0 auto;
}
h1.xy {
  font-size: 42px;
  color: #444;
  margin-top: 33px;
}
.mapBox {
  width: 1173px;
  height: 571px;
}
.an {
  height: 48px;
  line-height: 48px;
  display: block;
  background-color: #e41646;
  width: 174px;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  margin-top: 57px;
  margin-bottom: 29px;
  cursor: pointer;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
