.wrap{width: 1420px;margin:0 auto;position: relative;z-index: 999;}
.header,.fade-banner{
  width: 100%;
  min-width: 1420px;
  overflow: hidden;
}
.header .topbar{
  border-top: 5px solid #cc291f;
  position: relative;
  z-index: 999;
}
.header .topbar span{
  position: absolute;
  right: 0;
  background: #c02626;
}
.header .topbar span::before{content:'';display:block;width: 50px;height: 30px;transform: rotate(45deg);position: absolute;top: -11px;left: -33px;background: #c02626;z-index: 0;}
.header .topbar span::after{content:'';display:block;width: 1000%;height: 100%;position: absolute;top: 0;left: 0;background: #c02626;z-index: 0;}
.header .topbar span a{
  color: #FFF;
  padding: 8px 10px 12px 25px;
  display: block;
  font-size: 12px;
  z-index: 999;
  position: relative;
  background: url(../images/linksimg.png) no-repeat 2px 8px;
}
.header .head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
}
.header .head .logo{
  margin: 35px 0;
}
.header .head ul{
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-right: 120px;
}
.header .head ul li{
  font-size: 22px;
  border-right: 1px solid #dedede;
}
.header .head ul li a{
  padding: 0 50px;
}
.header .seaBtn{position: absolute;top: 46%;right: 0;}
.header .seaBtn img{}

#totalSrch {
  /* display:none; */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  overflow: auto;
  /* background: rgba(0,0,0,.9); */
  margin: 0 auto;
  box-sizing: border-box;
  visibility: hidden;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#totalSrch .wrap{height: 100%;}
#totalSrch.on{
  visibility: visible;
}
#totalSrch:after{
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,.9);
  transform: scaleX(0);
  z-index: 1;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-duration: 0.7s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: left center;
}
#totalSrch.on:after {
  transform: scaleX(1);
  transform-origin: left center;
}
#totalSrch.act {
  display: block;
}

#totalSrch::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#totalSrch .btn_close{
  width: 50px;
  height: 50px;
  /* padding: 10px; */
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9;
  border-radius: 50px;
  background: #ffffff38;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(-10%);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-duration: 0.7s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 9, 1);
  -moz-transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#totalSrch.on .btn_close{
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-duration: 0.7s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 9, 1);
  -moz-transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#totalSrch .btn_close button{display:block;box-sizing: border-box;position: relative;background: none;width: 100%;height: 100%;font-size: 0;transition:all .3s ease;}
#totalSrch .btn_close:focus,#totalSrch .btn_close:hover button{transform:rotate(90deg)}
#totalSrch .btn_close button:before {display:block;content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width: 2px;height: 20px;transform:rotate(-45deg);background: #FFF;}
#totalSrch .btn_close button:after {display:block;content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:2px;height: 20px;transform:rotate(45deg);background: #FFF;}
#totalSrch .btn_close:focus:before,#totalSrch .btn_close:hover:before {animation:none;}
#totalSrch .srchBox{
  width: 75%;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  opacity: 0;
  transition: .8s;
}
#totalSrch .srchBox .search_keyword{
  width: 91%;
  background: #FFF;
  font-size: 20px;
  padding: 30px 17px;
}
#totalSrch .srchBox .btnSrch{
  color: #FFF;
  background: #b50404;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#totalSrch .srchBox .btnSrch .btnIn{
  color: #FFF;
  padding: 20px 34px;
  display: block;
  height: 100%;
  line-height: 14px;
  font-size: 18px;
}
#totalSrch.on .srchBox{
  opacity: 1;
  top: 50%;
}
.enrollment,
.admission,
.guidelinePolicy,
.promotionalFilm {
}

.enrollment {
  height: 785px;
  position: relative;
}

.enrollment-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -7%;
  background: #ffffff;
  z-index: 111;
  box-shadow: 0 10px 25px #9f838333;
  display: flex;
  justify-content: space-between;
}

.enrollment-top > li {
  height: 100%;
  cursor: pointer;
  flex-grow: 1;
  transition: .5s;
}

.enrollment-top > li:hover {
  background: rgb(205 205 205 / 16%);
}

.enrollment-top > li:hover a {
  color: #c02626;
}

.enrollment-top > li:hover > div {
  /* animation: rate 1s linear; */
}

@keyframes rate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.enrollment-top > li > a div {
  width: 31.6%;
  margin: 0 auto 8px;
  height: 80px;
  background: url(../images/top_all.png) no-repeat;
  background-position: 1px 2px;
}

.enrollment-top > li:nth-child(2) > a div {
  background-position: -240px 0;
}

.enrollment-top > li:nth-child(3) > a div {
  background-position: -484px 0;
}

.enrollment-top > li:nth-child(4) > a div {
  background-position: -731px 0;
}

.enrollment-top > li:nth-child(5) > a div {
  background-position: -972px 0;
}

.enrollment-top > li:nth-child(6) > a div {
  background-position: -1217px 0;
}

.enrollment-top > li > a {
  display: block;
  font-size: 22px;
  color: #3f3f3f;
  text-align: center;
  padding: 30px 0 35px;
}

.enrollment-bottom {
  padding-top: 208px;
  width: 100%;
  height: 65%;
}

.enrollment_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enrollment_top > span {
  font-size: 38px;
  color: #d91205;
  line-height: 38px;
}

.enrollment_top > div {
  width: 88%;
}

.enrollment_top > div > a {
  float: right;
  font-size: 16px;
  color: #959595;
  line-height: 16px;
}

.enrollment_top > div > a:hover {
  color: #bf2626;
}

.enrollment_top > div > img {
  float: right;
  width: 100%;
}

.enrollment_buttom {
  width: 100%;
  height: 465px;
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
}

.enrollment_buttom_l {
  width: 48%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.enrollment_buttom_l img {
  width: 100%;
  height: 100%;
  height: 440px;
}

.enrollment_buttom_l > a:nth-child(2) {
  color: #fff;
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.enrollment_buttom_r {
  width: 49%;
  height: 100%;
}

.enrollment_buttom_r > a:hover {
  color: #d52a2a;
}

.enrollment_buttom_r > a {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #bf2626;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .5s;
}
.enrollment_buttom_r > a h5{font-size: 26px;height: 25px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.enrollment_buttom_r > a p {
  box-sizing: content-box;
  padding: 20px 0 20px;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  color: #999;
  font-weight: normal;
  font-size: 15px;
}

.enrollment_buttom_r > a p:hover a {
  color: red;
}

.enrollment_buttom_r > a p > a {
  width: 100%;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #616d77;
  line-height: 19px;
}

.enrollment_buttom_r_ul {
  margin-top: 15px;
  font-size: 18px;
  width: 100%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.enrollment_buttom_r_ul > li {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .5s;
}

.enrollment_buttom_r_ul > li:hover {color: #bf2626;}

.enrollment_buttom_r_ul > li:hover a {
  color: #bf2626;
}

.enrollment_buttom_r_ul > li:hover span {
  color: #494949;
}

.enrollment_buttom_r_ul > li > a {
  color: #132630;
  width: 86%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.enrollment_buttom_r_ul > li > span {
  color: #999;
  font-size: 15px;
}

.admission {
  width: 100%;
  background: url(../images/enrollment_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
  min-width: 1420px;
}

.admission_top {
  display: flex;
  justify-content: center;
}

.admission_top > span {
  display: block;
  width: 54px;
  height: 54px;
  background: url(../images/admission_l.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.admission_top > a {
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  line-height: 46px;
  margin-left: 30px;
}

.admission_bottom {
  margin: 0 auto;
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 180px;
  height: 50px;
  color: #FFF;
  font-size: 15px;
  background: #d91105;
  transition:.5s
}
.admission_bottom span{color:#FFF}
.admission_bottom > a {
  font-size: 15px;
  color: #ffffff;
}

.admission_bottom:hover {
  background: red;
}



.admission_bottom > img {
}


.guidelinePolicy_top {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.guideline,
.policy {
  width: 48%;
  height: 100%;
}

.guideline_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 12%;
  padding-top: 5px;
}

.guideline_top > span {
  font-size: 34px;
  color: #d91205;
}

.guideline_top > a {
  font-size: 16px;
  /* color: #999999; */
}

.guideline_top > a:hover {
  color: red;
}

.guideline_bottom {
  width: 100%;
  height: 74%;
  margin-top: 20px;
}

.guideline_bottom > li {
  width: 100%;
  height: 55px;
  display: flex;
  border-bottom: 1px solid #eee;
  align-items: center;
  align-content: space-between;
  font-size: 16px;
}

.guideline_bottom > li:hover {
}

.guideline_bottom > li:hover > a {
  color: #bf2626 !important;
}

.guideline_bottom > li > .time {
  width: 14%;
  color: #999 !important;
  font-size: 15px;
}

.guideline_bottom > li > span {
  width: 16px;
  height: 16px;
  margin: 0 13px;
  display: block;
  line-height: 16px;
  text-align: center;
  background: #e26a00;
  color: #fff;
  font-weight: 550;
  font-size: 13px;
}

.guideline_bottom > li > a{
  width: 77%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
}

.guidelinePolicy_bottom {
  margin-top: 50px;
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.guidelinePolicy_bottom .slick-list{margin: 0 -10px;}
.guidelinePolicy_bottom .item {
  width: 32.2%;
  height: 100%;
  overflow: hidden;margin: 0 10px;
}

.guidelinePolicy_bottom .item:hover .img img {
  transform: scale(1.1);
}

.guidelinePolicy_bottom .item:hover span {
  color: #d91105;
}

.guidelinePolicy_bottom .item .img {
  width: 100%;
  height: 80.5%;
  overflow: hidden;
}

.guidelinePolicy_bottom .item .img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  transition: transform 0.2s ease-in-out;
}

.guidelinePolicy_bottom .item .tit {
  display: block;
  font-size: 18px;
  color: #13262f;
  line-height: 1;
  padding: 20px;
  background: #f9f9f9;
}

.bg {
  width: 100%;
  background: url(../images/promotionalFilm_bg.png);
  background-size: cover;
  padding: 60px 0 80px;
  border-bottom: 4px solid #da1205;
  margin-bottom: 60px;
}
.promotionalFilm {
  width: 100%;
}
.promotionalFilm_left {
}

.promotionalFilm_left > span {
  font-size: 38px;
  color: #212020;
  line-height: 85px;
  display: block;
}

.promotionalFilm_left > ul {}

.promotionalFilm_left > ul > li {
  transition: .5s;
}
.promotionalFilm_left > ul > li:first-child {
}
.promotionalFilm_left > ul > li.on button, .promotionalFilm_left > ul > li button:hover {
}

.promotionalFilm_left > ul > li:hover > div {
  animation: rotate 1s linear;
}

.promotionalFilm_left > ul > li > a:hover {
  opacity: 1;
}

.promotionalFilm_left > ul > li button > div {
  color: #00000045;
  font-size: 84px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 70px;
  z-index: -1;
}

.promotionalFilm_left > ul > li > button {
  display: block;
  color: #ffffff;
  padding: 100px 0 60px 75px;
  width: 34%;
  line-height: 60px;
  font-size: 40px;
  z-index: -9;
  background: url(../images/bg_sp.jpg);
  position: absolute;
  font-weight: bold;
  text-align: left;
  bottom: 0;
}

.promotionalFilm_left > ul > li:nth-child(1) button > div {
}

.promotionalFilm_left > ul > li:nth-child(3) button > div {
  background-position: -283px 0;
}
.promotionalFilm_left > ul > li > button.n1{}
.promotionalFilm_left > ul > li > button.n2{}
.promotionalFilm_left > ul > li > .vBox{width: 870px;height: 489px;float: right;}
.promotionalFilm_left > ul > li.on > .vBox{display:block}
.promotionalFilm_left > ul > li.on > .vBox .my-video{
    width: 100%;
    height: 100%;
}
.promotionalFilm_reight {
  width: 57.22%;
  overflow: hidden;
}
.promotionalFilm_reight >div table,.promotionalFilm_reight >div table *{margin: 0 !important;padding: 0 !important;border: 0 !important;}
.promotionalFilm_reight >div{display:none}
.promotionalFilm_reight >div.on{display:block}
.promotionalFilm_reight video {
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
  height: 414px;
}
.promotionalFilm_reight > video:after{content:'';width:20px;height:20px;display:block;background:url('../images/play.png');position: absolute;left: 50%;transform: translateX(-50%);z-index: 9999;}

video::-webkit-media-controls {
  visibility: visible;
  position: absolute;
  width: 100%;
  height: 110%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.content {
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  text-align: center;
}
.content a:hover {
  color: red;
}
.content > h5 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}
.content > div {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content > div,.content > div > a  {
  font-size: 15px;
  color: #fff;
}
.content > div > img {
  width: 25px;
}

.main{
  padding-bottom: 70px;
  border-bottom: 4px solid #da1205;
  margin-bottom: 60px;
  min-width: 1420px;
}
.main .list {
}
.main .list > li {
}
.main .list > li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #ededed;
}
.main .list > li:hover {
  cursor: pointer;
}

.main .list > li:hover .li_left {
  background: red;
  color: #fff;
}
.main .list > li:hover .li_reight > span {
  color: red;
}
.main .list > li:hover .li_reight > p {
  color: #000;
}
.li_left {
  width: 7.3%;
  text-align: center;
  background: #f4f4f4;
  color: #7a7a7a;
  padding: 15px 0;
  transition: .5s;
}
.li_left > span {
  display: block;
  font-size: 36px;
  line-height: 37px;
  margin: 0 0 10px;
}
.li_left > p {
  font-size: 13px;
  line-height: 12px;
}
.li_reight {
  height: 100%;
  width: 91%;
  text-align: left;
}
.li_reight > span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 34px;
  margin-bottom: 5px;
  transition: .5s;
}
.li_reight > p {
  font-size: 13px;
  color: #7d7d7d;
  line-height: 23px;
  transition: .5s;
}

.main > div.searBox,.main > div.introduce {
  background: url(../images/background_content.png) #FFF 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150% 370%;
  border-top: 9px solid #e52525;
  margin: -60px auto 0;
  padding: 70px 80px 70px 80px;
  box-shadow: 0px 0px 21px 0px #cbc8c77b;
  opacity: 1;
  text-align: center;
  box-sizing: border-box;
}
.main > div.searBox .notice{
  text-align: left;
  font-size: 15px;
  line-height: 28px;
  color: #666;
  margin-top: 30px;
}
.main > div.searBox .notice span{
  font-size: 18px;
  color: #df2020;
  margin-bottom: 15px;
  display: block;
}
.main > div > span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #bf2626;
  text-align: left;
}
.introduce .main_ul{border-top: 2px solid #c81d1d;}
.main_ul:nth-child(2) {
  margin-top: 55px;
  height: 240px;
  display: flex;
  justify-content: space-between;
}
.main_ul:nth-child(2) > li:nth-child(1) {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.main_ul:nth-child(2) > li:nth-child(1) input {
  width: 100%;
  height: 57px;
  /* box-shadow: 0px 0px 6px 0px #d2d2d27b; */
  padding: 0 16px;
  font-size: 16px;
  color: #aeadad;
  outline: none;
  border: 1px solid #ddd;
}
.main_ul:nth-child(2) > li:nth-child(1) input:hover {
  cursor: pointer;
}
.main_ul:nth-child(2) > li:nth-child(1) button:hover {
  cursor: pointer;
}
.main_ul:nth-child(2) > li:nth-child(1) button {
  width: 67%;
  margin-left: 3%;
  font-size: 18px;
  font-weight: bold;
  color: #f1f5fb;
  background: #df2020;
  border: none;
}
.main_ul:nth-child(2) > li:nth-child(1) > input:nth-child(3) {
  width: 30%;
  height: 55px;
}

.main_ul:nth-child(2) > li:nth-child(2) {
  padding-top: 12px;
  width: 35%;
  display: flex;
}
.main_ul:nth-child(2) > li:nth-child(2) > p {
  font-size: 18px;
  font-weight: 800;
  color: #bf2626;
  line-height: 36px;
  text-align: left;
}
.main_ul:nth-child(2) > li:nth-child(2) > p:nth-child(1) {
  font-size: 18px;
  font-weight: 800;
  color: #bf2626;
  margin-right: 10px;
}

.main > div.introduce{background:#FFF;text-align: left;}
.main > div > ul {
  width: 100%;
}
.main_ul > li > div:nth-child(1) {
  width: 100%;
  height: 71px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.main_ul > li > div:nth-child(1) > p {
  text-align: center;
}
.main_ul > li > div:nth-child(1) > p:nth-child(1) {
  width: 4.26%;
}
.main_ul > li > div:nth-child(1) > p:nth-child(2) {
  width: 8.53%;
}
.main_ul > li > div:nth-child(1) > p:nth-child(3) {
  width: 28.16%;
}
.main_ul > li > div:nth-child(1) > p:nth-child(4) {
  width: 7.25%;
}
.main_ul > li > div:nth-child(1) > p:nth-child(5) {
  width: 51.62%;
  font-size: 15px;
  color: #2c2929;
  line-height: 28px;
  padding: 0 6px;
  text-align: left;
  display: flex;
  align-items: center;
}
.main_ul > li > div:nth-child(1) > p:nth-child(5) img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease-in-out;
}
.main_ul > li > div:nth-child(1) > p:nth-child(5) img:hover {
  transform: rotate(-180deg);
}

.main_ul > li:nth-child(1) > div:nth-child(1) {
  background: #faf7f7;
  color: #c02626;
  font-size: 18px;
}
.main_ul > li:nth-child(1) > div:nth-child(1) > p:nth-child(5) {
  display: inline;
  text-align: center;
  font-size: 18px;
  color: #c02626;
}

.main_ul > li > div:nth-child(2) {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
  display: none;
}
.active {
  display: block !important;
}
.main_ul > li > div:nth-child(2) > span {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #2c2929;
}
.main_ul > li > div:nth-child(2) > p {
  margin: 15px 0 30px;
  font-size: 15px;
  line-height: 28px;
}
.main .answer{
}
.main .answer > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 11px 0px #d2d2d27b;
}

.main .answer > li a {
  font-size: 19px;
}
.main .answer > li img {
  width: 12px;
  vertical-align: baseline;
  margin-right: 5px;
}
.main .answer > li > a {
}
.main .answer > li span{
    font-size: 16px;
    color: #999;
}
.main > .wrap{
  border-top: 7px solid #e52525;
  margin: -60px auto 0;
  padding: 60px 70px;
  background: #fff;
  box-shadow: 0 0 20px 0 #cbc8c77b;
  opacity: 1;
  text-align: center;
  box-sizing: border-box;
}
.main .conts .tit {
  font-size: 32px;
  color: #ba1515;
  line-height: 30px;
}
.main .conts .bar {
  margin: 40px 0 40px;
  font-size: 15px;
  color: #999999;
  line-height: 16px;
}
.main .conts .inner {
  font-size: 18px;
  line-height: 41px;
  text-align: left;
  text-indent: 2em;
}
.main .conts .inner p{
    font-size: 18px !important;
    line-height: 41px  !important;
    text-indent: 2em !important;
}
.main .conts .inner p *{
    font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ !important;
}
.main .conts .inner img{margin:30px 0}
.main .conts .inner table p{
    text-indent:0 !important;
}
.main .conts .fjbox{
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.main .conts .fjbox ul{}
.main .conts .fjbox ul li {}
.main .conts .fjbox ul li a{}
.main .conts .pageBar{margin-top:20px;}
.main .conts .pageBar a {
  display: block;
  text-align: left;
  font-size: 16px;
  padding: 10px 0;
}

.main > .aboutus {

  border-top: 7px solid #e52525;

  margin: -60px auto 0;

  padding: 60px 70px;

  background: #fff;

  box-shadow: 0 0 20px 0 #cbc8c77b;

  opacity: 1;

  text-align: center;

  box-sizing: border-box;
}
.main > .aboutus > span {
  display: block;
  width: 100%;
  font-size: 38px;
  font-weight: bold;
  color: #bf2626;
}
.main > .aboutus > .txt {
  text-align: left;
  font-weight: normal;
  line-height: 41px;
  margin-top: 30px;
}
.main > .aboutus > .txt p {
  font-size: 17px;
  display: block;
}
.main > .aboutus > .txt p a {color: #e52525;}
.main > .aboutus > .txt p a:hover {
  color: #eb0d0d;
  text-decoration: underline;
}
.footer {
  overflow: hidden;
}
.footer_top {margin: 0 0 30px;}
.footer_top ul{
  display: flex;
  justify-content: space-between;
}
.footer_top ul li{
  width: 25%;
  margin-right: 20px;
}
.footer_top ul li:last-child{margin:0;}
.footer_top ul li a{font-size: 17px;padding: 18px 20px;border: 1px solid #e9e9e9;display: block;color: #333;position: relative;}
.footer_top ul li a::after {position: absolute;content: '';display: block;width: 7px;height: 7px;border: 2px solid #cfcfcf;border-left-width: 0;border-bottom-width: 0;transform: rotate(45deg);top: 25px;right: 15px;}
.footer_top ul li a:hover{color:#d91205}
.footer_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_bottom .logo{
  margin-bottom: 25px;
}
.footer_bottom > li a {
  font-size: 16px;
  color: #777676;
  line-height: 16px;
}

.footer_bottom > li p {
  margin-bottom: 15px;
  font-size: 16px;

}
.footer_bottom > li p *{font-weight: normal;}
.footer_bottom > li:nth-child(1) > p:nth-child(2) > a:nth-child(1) { margin-right: 28px;}
.footer_bottom_tli {
  width: 330px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_bottom_tli > div:nth-child(2) {
  width: 140px;
  height: 130px;
  background-image: linear-gradient(#d91105 0%, #ca1b10 100%);
  box-shadow: 0 0 5px 0 #b29f9f;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.footer_bottom_tli > div:nth-child(2) > img {
  margin-top: 18px;
}
.footer_bottom_tli > div:nth-child(2) > span {
  display: block;
  margin: 10px 0 0 0;
  line-height: 22px;
}
@media only screen and (max-width: 1450px) {
.wrap{width: 1280px;}
.header, .fade-banner,.admission,.main{min-width: 1280px;}
.header .head ul li a {padding: 0 35px;}
}