﻿BODY,
H1,
H2,
H3,
H4,
H5,
H6,
P,
BLOCKQUOTE,
DL,
DT,
DD,
UL,
OL,
LI,
PRE,
FIELDSET,
LEGEND,
BUTTON,
LABEL,
ul {

  padding: 0px;

  margin: 0px;

  border: 0px;

  font-family: 微软雅黑;
}

* {
  font-family: 微软雅黑;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: normal;
}

img {
  border: 0 none
}

ol,
ul {
  list-style-type: none;
}

a {
  color: #000000;
  text-decoration: none;
  outline: medium none;
}

.clear {
  clear: both;
}

.both:after {
  display: block;
  content: "";
  clear: both;
}

.fl {
  float: left
}

.fr {
  float: right
}

.main {
  width: 100%;
  height: 100%;
  text-align: center;
}

.banner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 93%;
  z-index: 1;
}

.swiper-container {
  height: 100%;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
  width: 64px;
  height: 64px;
  opacity: .5;
  outline: medium none;
}

.swiper-button-next {
  background: url(../image/icon-next.png) no-repeat center center;
  background-size: cover;
}

.swiper-button-prev {
  background: url(../image/icon-prev.png) no-repeat center center;
  background-size: cover;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

.commonA {
  display: block;
  /* width: 100%; */
  height: 100%;
  display: flex;
}

.commonA .commonSpan {
  color: white;
  font-weight: bold;
  font-size: 33px;
  line-height: 55px;
}

.xx-commonA {
  width: 300px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  left: 78%;
  top: 170px;
  display: flex;
  justify-content: space-between;
}
.xx-commonA span{
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.search {
  width: 269px;
  height: 40px;
  margin: 0px auto 0px;
  background: rgba(255, 255, 255, 0.70);
  border-radius: 50px;
  position: absolute;
  z-index: 2;
  right: 100px;
  top: 20px;
}

.inText {
  width: 200px;
  height: 40px;
  float: left;
  text-indent: 20px;
  line-height: 40px;
  background: none;
  border: none;
  font-size: 14px;
  color: #333333;
  outline: medium none;
}

.inSub {
  background: none;
  width: 58px;
  height: 30px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 30px;
  outline: medium none;
  border-left: 1px solid #8d8d8d;
  margin-top: 5px;
}

.copyright {
  margin-top: 20px;
}

.copyright>p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.copyright>p+p {
  margin-top: 10px;
}

.header {
  width: 100%;
  height: 240px;
  background: url(../image/headerbg.png) no-repeat top center / cover;
  position: relative;
  z-index: 2;
  top: 0px;
}

  
.sch-logo {
  width: 323px;
  height: 77px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  left: 2%;
  top: 20px;
}

.logo {
  width: 875px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  left: 39%;
  margin-left: -286px;
  top: 120px;
}

.sch-logo img{
	width: 323px;
}

.mainCont {
  width: 100%;
  height: 76px;
  background-color: rgba(136, 0, 25, 1);
  position: absolute;
  z-index: 5;
  bottom: 0px;
  left: 0px;
}

.menu {
  display: flex;
  justify-content: space-around;
}

.menu>li {
  width: calc(100% - 66.67%);
  margin-top: 23px;
}

.menu>li+li {
  border-left: 1px solid rgba(255, 255, 255, 0.70);
}

.menu>li>a {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}

.sectionInfo {
  display: none;
  width: 647px;
  height: 276px;
  overflow: hidden;
  background: url(../image/icon_opacity.png) no-repeat;
  position: absolute;
  z-index: 6;
  bottom: 60px;
  left: 50%;
  margin-left: -323px;
  padding: 20px 30px;
}

.sectionInfo>h3 {
  display: block;
  border-bottom: 1px solid rgba(197, 62, 62, 1);
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  background: url(../image/icon_title.png) no-repeat 0px 5px;
  padding-left: 50px;
  padding-bottom: 10px;
  text-align: left;
}

.sectionInfo>p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sectionInfo>a {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 29px;
  background: url(../image/icon_more.png) no-repeat right 10px;
  padding-right: 20px;
}



@media only screen and (max-width: 600px) {}