@charset "utf-8";
.cm {
  color: #c02020;
}
.cm2 {
  color: #2166b4;
}
@font-face {
  font-family: 'swissbt';
  src: url('../font/SWISSBT.TTF');
}
.inbanner {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.inbanner > img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  width: 1920px;
  height: 100%;
  z-index: 0;
}
.ibcatein {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 1;
  text-align: center;
  color: #fff;
  margin-top: -84px;
}
.ibcatein .cn {
  font-size: 26px;
  line-height: 46px;
}
.ibcatein .en {
  font-size: 36px;
  line-height: 46px;
  font-family: 'Nexa Light';
}
.ibcatein .pic {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  line-height: 60px;
  font-size: 0;
}
.ibcatein .pic img {
  max-width: 100%;
  max-height: 100%;
}
.js-qiecon {
  display: none;
}
.js-qiecon.on {
  display: block;
}
.greybg {
  background-color: #f0f3f6;
}
.bgf9 {
  background-color: #f9f9f9;
}
.pianyi {
  padding-top: 90px;
  margin-top: -90px;
}
.baninfo {
  height: 70px;
  position: relative;
  z-index: 2;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e3e3e3;
}
.baninfo .cer {
  height: 100%;
}
.erji {
  float: left;
  font-size: 0;
  white-space: nowrap;
  height: 100%;
  max-width: 100%;
  line-height: 70px;
}
.erji a {
  display: inline-block;
  width: 124px;
  height: 70px;
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 70px;
}
.erji a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 4px;
  background-color: #c02020;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.erji a:hover {
  color: #c02020;
}
.erji a.on {
  color: #c02020;
  font-weight: bold;
}
.erji a:hover:before,
.erji a.on:before {
  width: 64px;
}
.tree {
  float: right;
  height: 70px;
  line-height: 70px;
  color: #666;
  position: relative;
  background: url('../images/house.png') 0 center no-repeat;
  padding-left: 24px;
}
.tree a {
  color: #666;
  padding: 0 6px;
}
.tree a:hover,
.tree a.leaf {
  color: #c02020;
}
.navout .cer {
  height: 100%;
}
.navout .wel {
  float: left;
  font-size: 24px;
  color: #fff;
  line-height: 58px;
  height: 58px;
}
.tree2 {
  float: right;
  height: 58px;
  line-height: 58px;
  color: #fff;
  background: url('../images/house2.png') 0 center no-repeat;
  padding-left: 24px;
}
.tree2 a {
  color: #fff;
  padding: 0 6px;
}
.tree2 a:hover {
  text-decoration: underline;
}
a.seemore {
  display: block;
  width: 172px;
  height: 42px;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  border: 2px solid #c06c6c;
  border-radius: 23px;
}
a.seemore span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1.png') right no-repeat;
}
a.seemore:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#c02020), to(#c06c6c));
  background-image: linear-gradient(to right, #c02020, #c06c6c);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore:hover:after {
  height: 0;
}
a.seemore:hover {
  background-color: #fff;
  color: #c02020;
}
a.seemore:hover span {
  background-image: url('../images/jtr1h.png');
}
.newsone {
  padding: 60px 0 72px;
  background-color: #fff;
}
.hotscroll {
  position: relative;
  overflow: hidden;
}
.hotscroll .bd {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.hotlist {
  height: 338px;
  overflow: hidden;
}
.hotlist li {
  background-color: #f9f9f9;
  position: relative;
}
.hotlist li a {
  display: block;
  height: 338px;
  padding: 0 0 0 600px;
}
.hotlist li:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 6px;
  background-color: #c02020;
}
.hotlist .pic {
  float: left;
  margin-left: -600px;
  width: 600px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.hotlist .pic img {
  width: 100%;
  height: 100%;
}
.hotlist li .wrap {
  padding: 34px 40px 10px 45px;
}
.hotlist h3 {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-size: 24px;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hotlist .txt {
  height: 78px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 26px;
}
.hotlist .info {
  margin: 35px 0 25px;
  height: 26px;
  line-height: 26px;
}
.hotlist .info span {
  margin-right: 18px;
  font-size: 14px;
  color: #999;
}
.hotlist span.date {
  background: url('../images/rili.png') 0 center no-repeat;
  padding-left: 26px;
}
.hotlist span.click {
  background: url('../images/eye.png') 0 center no-repeat;
  padding-left: 31px;
}
.hotlist .more {
  display: block;
  height: 26px;
  margin-top: 32px;
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.hotlist h3:hover {
  color: #c02020;
}
.hotscroll .hd {
  overflow: hidden;
  position: absolute;
  z-index: 3;
  right: 40px;
  bottom: 40px;
}
.hotscroll .hd ul {
  height: 10px;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  text-align: center;
  line-height: 10px;
}
.hotscroll .hd ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c02020;
  border-radius: 50%;
}
.hotscroll .hd ul li.on {
  background-color: #c02020;
}
.newslist {
  padding: 78px 0 6px;
  margin: 0 -15px;
  overflow: hidden;
}
.newslist li {
  float: left;
  width: 33.33%;
  margin-bottom: 36px;
}
.newslist li .lin {
  padding: 0 15px;
}
.newslist li a {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
}
.newslist li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #d9d9d9 url('../images/line2.png') 0 center no-repeat;
  background-size: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newslist .pic {
  width: 100%;
  height: 214px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  text-align: center;
  line-height: 214px;
}
.newslist img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
}
.newslist li .wrap {
  padding: 16px 20px 24px;
}
.newslist li h3 {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}
.newslist li .txt {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 20px 0 22px;
}
.newslist li .date {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  padding-left: 25px;
  background: url('../images/rili.png') 0 center no-repeat;
}
.newslist li:hover h3 {
  color: #c02020;
}
.newslist li:hover a:after {
  background-size: 100% 2px;
}
.main {
  position: relative;
  margin: 60px 0;
  padding-right: 352px;
}
.mainleft {
  width: 100%;
  min-height: 1044px;
}
.mainright {
  width: 332px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.sdbox {
  border: 1px solid #e3e3e3;
  padding: 16px 20px 18px;
}
.sdbox .title {
  height: 56px;
  position: relative;
  line-height: 56px;
  font-size: 26px;
  color: #252b3a;
  text-indent: 13px;
}
.sdbox .title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 0;
  width: 3px;
  height: 30px;
  background: url('../images/line3.png') center no-repeat;
}
.twlist {
  overflow: hidden;
}
.twlist li {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}
.twlist li a {
  display: block;
  position: relative;
  padding-bottom: 4px;
}
.twlist .pic {
  width: 100%;
  height: 178px;
  position: relative;
}
.twlist li h3 {
  font-size: 14px;
  color: #666;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.twlist li:hover h3 {
  color: #c02020;
}
.atc {
  padding: 36px 30px 26px;
  border: 1px solid #e3e3e3;
}
.atc-h {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 24px;
}
.atc-h h1 {
  font-size: 22px;
  color: #333;
  line-height: 40px;
  margin-bottom: 8px;
}
.atc-date {
  font-size: 14px;
  color: #a09f9f;
  line-height: 22px;
}
.atc-date span {
  display: inline-block;
  margin: 0 8px;
}
.atc-con {
  padding: 30px 0;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  text-align: justify;
  border-bottom: 1px solid #e3e3e3;
}
.atc-con img {
  max-width: 100%;
}
.atc-con a {
  color: #c02020;
}
.atc-pn {
  padding-right: 200px;
  position: relative;
  margin-top: 24px;
}
.atc-pn a {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #626262;
  line-height: 32px;
}
.atc-pn a:hover {
  color: #c02020;
}
.atc-pn a.ret {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background-color: #c02020;
  width: 94px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 1;
}
.atc-pn a.ret:hover {
  opacity: 0.8;
}
.videowrap {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.video {
  width: 900px;
  max-width: 100%;
  height: 540px;
}
/*9特色 14科研 16德育 18交流*/
.teselist {
  padding: 60px 0 20px;
  margin: 0 -30px;
  overflow: hidden;
}
.teselist li {
  float: left;
  width: 33.33%;
  margin-bottom: 30px;
}
.teselist li .lin {
  padding: 0 30px;
}
.teselist li a {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.teselist li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  display: none;
}
.teselist .pic {
  width: 100%;
  height: 226px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  text-align: center;
  line-height: 226px;
}
.teselist img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
}
.teselist li .wrap {
  padding: 25px 0 13px;
}
.teselist li h3 {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-weight: bold;
  height: 26px;
  overflow: hidden;
  margin-bottom: 12px;
  -webkit-transition: .4s;
  transition: .4s;
}
.teselist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.teselist li:hover h3 {
  color: #c02020;
}
.keyanlist {
  padding-bottom: 24px;
}
.keyanlist li {
  margin-bottom: 20px;
}
/*12招生 17年级 19后勤*/
.txtlist {
  padding: 60px 0 40px;
}
.txtlist li {
  padding: 15px 20px 15px 40px;
  height: 30px;
  background-color: #fff;
  position: relative;
}
.txtlist li:before {
  content: '';
  position: absolute;
  left: 18px;
  top: 28px;
  z-index: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}
.txtlist li:nth-child(odd) {
  background-color: #f9f9f9;
}
.txtlist li a {
  display: block;
  padding-right: 120px;
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.txtlist li span.date {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
  color: #999;
}
.txtlist li:hover:before {
  background-color: #c02020;
}
.txtlist li:hover span {
  color: #c02020;
}
/*11党建*/
.danglist {
  padding: 70px 0 30px;
  overflow: hidden;
}
.danglist li {
  width: 100%;
  margin-bottom: 30px;
}
.danglist li .lin {
  padding: 0 0;
}
.danglist li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 40px 15px 240px;
  height: 120px;
  background-position: top right;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
}
.danglist li .pic {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  width: 190px;
  height: 120px;
  overflow: hidden;
}
.danglist li .pic img {
  width: 100%;
  height: 100%;
}
.danglist li h3 {
  font-size: 18px;
  color: #000;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  margin-bottom: 8px;
  padding-top: 8px;
}
.danglist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  margin-bottom: 13px;
}
.danglist li label {
  font-size: 14px;
  color: #c02020;
  line-height: 26px;
  height: 26px;
  display: block;
  cursor: pointer;
}
.danglist li h3,
.danglist li .txt {
  -webkit-transition: .3s;
  transition: .3s;
}
.danglist li:hover h3 {
  font-weight: bold;
  color: #c02020;
}
.danglist li:hover .txt {
  color: #c02020;
}
.danglist li:hover a,
.danglist li.on a {
  border-color: #c02020;
  background-image: url('../images/sjur.png');
}
/*4通知*/
.tonglist {
  padding: 60px 0 26px;
  overflow: hidden;
}
.tonglist li {
  width: 100%;
  height: 68px;
  padding: 20px 0;
  margin-bottom: 24px;
  background-color: #f9f9f9;
}
.tonglist li a {
  display: block;
  position: relative;
  padding-left: 116px;
  padding-right: 36px;
  height: 68px;
  overflow: hidden;
}
.tonglist li .title {
  line-height: 36px;
  height: 36px;
  position: relative;
  overflow: hidden;
  padding: 0 90px 0 0;
}
.tonglist li h3 {
  font-size: 16px;
  color: #333;
}
.tonglist li .more {
  font-size: 14px;
  color: #c02020;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.tonglist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  height: 26px;
}
.tonglist .date {
  width: 60px;
  height: 68px;
  text-align: center;
  position: absolute;
  left: 28px;
  top: 0;
  z-index: 3;
}
.tonglist .day {
  display: block;
  font-size: 16px;
  color: #fff;
  background-color: #a4a4a4;
  line-height: 44px;
  height: 44px;
  font-weight: bold;
}
.tonglist .year {
  display: block;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  line-height: 24px;
  height: 24px;
}
.tonglist li:hover {
  background-color: #c02020;
}
.tonglist li:hover .day {
  background-color: #df6565;
}
.tonglist li:hover .year {
  background-color: #ffc9c9;
}
.tonglist li:hover h3,
.tonglist li:hover .more,
.tonglist li:hover .txt,
.tonglist li:hover .year {
  color: #fff;
}
.tonglist li,
.tonglist .year,
.tonglist .day,
.tonglist h3,
.tonglist .more,
.tonglist .txt {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*15教研组*/
.kemulist {
  padding: 60px 0 26px;
  overflow: hidden;
}
.kemulist li {
  width: 100%;
  height: 70px;
  padding: 20px 0 18px;
  margin-bottom: 24px;
  background-color: #f9f9f9;
}
.kemulist li a {
  display: block;
  position: relative;
  padding-left: 116px;
  padding-right: 36px;
  height: 70px;
  overflow: hidden;
}
.kemulist li .title {
  line-height: 36px;
  height: 36px;
  position: relative;
  overflow: hidden;
  padding: 0 90px 0 0;
}
.kemulist li h3 {
  font-size: 16px;
  color: #333;
}
.kemulist li .more {
  font-size: 14px;
  color: #c02020;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.kemulist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  height: 26px;
}
.kemulist .kemu {
  width: 66px;
  height: 66px;
  border: 2px solid #c02020;
  position: absolute;
  left: 18px;
  top: 0;
  z-index: 3;
  background-color: #fff;
  font-size: 18px;
  color: #c02020;
  line-height: 66px;
  text-align: center;
  font-weight: bold;
}
.kemulist li:hover {
  background-color: #c02020;
}
.kemulist li:hover h3,
.kemulist li:hover .more,
.kemulist li:hover .txt {
  color: #fff;
}
.kemulist li,
.kemulist h3,
.kemulist .more,
.kemulist .txt {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/*13教师 8管理团队*/
.tmlist {
  overflow: hidden;
  margin: 0 -15px;
  padding: 60px 0 20px;
}
.tmlist li {
  float: left;
  width: 210px;
  height: 280px;
  margin: 0 18px 36px;
}
.tmlist li a {
  display: block;
  position: relative;
  text-align: center;
  height: 100%;
}
.tmlist li .pic {
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 280px;
  position: relative;
}
.tmlist img {
  width: 100%;
  height: 100%;
}
.tmlist .intro {
  display: none;
}
.tmlist .info {
  position: absolute;
  bottom: 14px;
  left: 16px;
  right: 16px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}
.tmlist .info h3 {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  text-align: left;
  height: 28px;
  overflow: hidden;
}
.tmlist .info h4 {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: left;
}
.tmlist .cov3 {
  width: 100%;
  height: 64px;
  text-align: center;
  padding: 14px 0 10px;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.tmlist .cov3 h3 {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  height: 28px;
  font-weight: bold;
  overflow: hidden;
}
.tmlist .cov3 h4 {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.tmlist .cov1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url('../images/jab2.png') bottom no-repeat;
}
.tmlist .cov2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  border: 2px solid transparent;
  -webkit-transition: .4s;
  transition: .4s;
}
.tmlist li:hover .cov2 {
  border-color: #c02020;
}
.tmlist li:hover .cov3 {
  opacity: 1;
}
/*20视频*/
.vdlist {
  overflow: hidden;
  margin: 0 -15px;
  padding: 60px 0 28px;
}
.vdlist li {
  float: left;
  width: 380px;
  height: 238px;
  margin: 0 15px 32px;
}
.vdlist li a {
  display: block;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.vdlist li .pic {
  width: 100%;
  height: 100%;
  background-color: #000;
  font-size: 0;
  line-height: 238px;
  position: relative;
}
.vdlist img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -webkit-transition: .4s;
  transition: .4s;
}
.vdlist .info {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
  opacity: 1;
  width: 100%;
  padding-top: 74px;
  background: url('../images/play.png') center 0 no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}
.vdlist .info h3 {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  height: 32px;
  padding: 0 20px;
  overflow: hidden;
}
.vdlist li:hover .info {
  opacity: 0;
  top: 90px;
}
.vdlist li:hover img {
  opacity: 1;
}
/*21风景*/
.fenglist {
  overflow: hidden;
  margin: 0 -12px;
  padding: 60px 0 26px;
}
.fenglist li {
  float: left;
  width: 280px;
  height: 176px;
  margin: 0 13px 24px;
}
.fenglist li a {
  display: block;
  position: relative;
  text-align: center;
  height: 100%;
}
.fenglist li .pic {
  width: 100%;
  height: 100%;
  background-color: #000;
  font-size: 0;
  line-height: 176px;
  position: relative;
}
.fenglist img {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}
.fenglist .info {
  position: absolute;
  top: 69px;
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  padding-top: 34px;
  background: url('../images/jia.png') center 0 no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}
.fenglist .info h3 {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  height: 32px;
  padding: 0 20px;
  overflow: hidden;
}
.fenglist .cov2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: .4s;
  transition: .4s;
}
.fenglist li:hover .cov2 {
  top: 12px;
  left: 12px;
  bottom: 12px;
  right: 12px;
  opacity: 1;
}
.fenglist li:hover .info {
  opacity: 1;
  top: 58px;
}
.fenglist li:hover img {
  opacity: 0.5;
}
span.white {
  background: url('../images/xiexin.png') left center no-repeat;
  padding-left: 48px;
}
span.xin {
  background: url('../images/xin1h.png') left center no-repeat;
  padding-left: 32px;
}
.box {
  border: 1px solid #eaeaea;
  margin-bottom: 24px;
}
.box .title {
  border-bottom: 1px solid #eaeaea;
  height: 58px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.box .title h3 {
  float: left;
  margin-left: 25px;
  font-size: 20px;
  line-height: 58px;
  color: #c02020;
  height: 100%;
}
.box .title a.link {
  float: right;
  width: 190px;
  height: 58px;
  background-color: #c02020;
  font-size: 22px;
  color: #fff;
  line-height: 58px;
  text-align: center;
}
.box .title a.link span {
  display: inline-block;
  height: 100%;
}
.box .con {
  padding: 0 25px;
}
.tiptxt {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  text-indent: 2em;
  padding: 26px 0 29px;
}
.btl {
  height: 50px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.btl h5 {
  float: right;
  margin-right: 25px;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  height: 100%;
}
.btl h3 {
  float: left;
  width: 187px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  background: url('../images/xinbg.png') center no-repeat;
}
.btl h3 span {
  display: inline-block;
  height: 100%;
  margin-left: 26px;
}
.btl2 {
  height: 50px;
  background-color: #c02020;
  overflow: hidden;
}
.btl2 h3 {
  float: left;
  width: 187px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  background: url('../images/xinbg2.png') center no-repeat;
}
.btl2 h3 span {
  display: inline-block;
  height: 100%;
  margin-left: 40px;
}
.btl2 h5 {
  float: right;
  margin-right: 25px;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  height: 100%;
}
.sou {
  width: 375px;
  height: 28px;
  overflow: hidden;
  float: right;
  position: relative;
  padding-right: 100px;
  margin-right: 13px;
  margin-top: 11px;
}
.sou form {
  height: 100%;
}
.sou input.soutxt {
  width: 100%;
  height: 26px;
  background-color: transparent;
  display: block;
  line-height: 26px;
  font-size: 14px;
  text-indent: 8px;
  border: 1px solid #fff;
  color: #fff;
}
.sou input.soubtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100px;
  height: 28px;
  cursor: pointer;
  font-size: 14px;
  color: #c02020;
  line-height: 28px;
  text-align: center;
  border: 1px solid #fff;
  background: #fff;
}
.sou,
.sou input.soutxt,
.sou input.soubtn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sou input.soutxt:focus {
  background-color: #e02727;
}
.souform ::-webkit-input-placeholder {
  color: #fff;
}
.souform ::-moz-placeholder {
  color: #fff;
}
.souform ::-moz-placeholder {
  color: #fff;
}
.souform ::-ms-input-placeholder {
  color: #fff;
}
.box2 {
  border: 1px solid #c02020;
  margin-top: 20px;
}
.box2 .title {
  border-bottom: 1px solid #c02020;
  height: 40px;
  background-color: #c02020;
  overflow: hidden;
}
.box2 .title h3 {
  float: left;
  margin-left: 25px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  height: 100%;
}
.box2 .con {
  padding: 22px 25px 32px;
}
.xintxt {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.box2 .con .date {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 18px;
}
.biaodan {
  background-color: #fcfcfc;
  padding: 48px 25px;
  border: 1px solid #eaeaea;
}
.liuyan2 {
  color: #333;
  font-size: 0;
  width: 100%;
  font-family: 'simsun';
}
.liuyan2 .hang {
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}
.liuyan2 .hang.fat {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.liuyan2 input[type=text] {
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  background-color: transparent;
  line-height: 30px;
  text-indent: 18px;
  font-size: 14px;
  margin-left: -1px;
}
.liuyan2 p {
  padding-left: 153px;
  height: 100%;
}
.liuyan2 p label {
  float: left;
  margin-left: -153px;
  width: 140px;
  font-size: 14px;
  text-align: right;
}
.liuyan2 textarea {
  padding: 5px 20px;
  height: 150px;
  border: 1px solid #ccc;
  background-color: transparent;
  vertical-align: top;
  width: 420px;
  line-height: 30px;
  font-size: 14px;
  margin-left: -1px;
}
.liuyan2 input[type=text]:focus,
.liuyan2 textarea:focus {
  border-color: #c02020;
  background-color: #fff;
}
.liuyan2 input[type=text],
.liuyan2 textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan2 select {
  width: 312px;
  height: 32px;
  border: 1px solid #cccccc;
  line-height: 32px;
  text-indent: 16px;
  font-size: 14px;
}
.liuyan2 .hang i.v {
  display: block;
  width: 310px;
  height: 100%;
  vertical-align: top;
}
.liuyan2 .hang.fat i.v {
  width: 460px;
}
.liuyan2 .hang2 {
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin-bottom: 30px;
}
.liuyan2 .hang2 i.v {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.liuyan2 input#yzm {
  width: 132px;
}
.liuyan2 img#verifyImg {
  width: 100px;
  height: 30px;
  border: 1px solid #ccc;
  cursor: pointer;
  vertical-align: top;
}
.liuyan2 .yzmchange {
  display: inline-block;
  width: 46px;
  text-align: center;
  vertical-align: top;
}
.liuyan2 .btnarea {
  padding-left: 153px;
}
.liuyan2 .btnarea input {
  width: 166px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
}
.liuyan2 .btnarea input:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.liuyan2 input#tj {
  background-color: #c02020;
  border: 1px solid #c02020;
}
.liuyan2 input#tj:hover {
  background-color: #fff;
  color: #c02020;
}
.liuyan2 .hang span.Validform_checktip {
  left: 105%;
  top: 0;
  line-height: 30px;
  height: 30px;
}
.rotate360-1 {
  -webkit-animation: rotate360 .6s 1 linear;
          animation: rotate360 .6s 1 linear;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.liuyan {
  color: #333;
  font-size: 0;
  width: 100%;
  font-family: 'simsun';
}
.liuyan .hang {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.liuyan input[type=text] {
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  background-color: transparent;
  line-height: 30px;
  text-indent: 18px;
  font-size: 14px;
  margin-left: -1px;
}
.liuyan textarea {
  padding: 18px 30px;
  height: 178px;
  border: 1px solid #c02020;
  background-color: transparent;
  width: 100%;
  line-height: 28px;
  font-size: 14px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.liuyan textarea:focus {
  background-color: #fff;
}
.liuyan textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan .hang i.v {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan .btnarea2 {
  overflow: hidden;
  height: 40px;
}
.liuyan s {
  float: left;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
}
.liuyan input[type=checkbox] {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  top: -4px;
}
.liuyan label.sys {
  font-size: 14px;
  color: #645544;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.liuyan input#tj2 {
  float: right;
  background-color: #c02020;
  border: 1px solid #c02020;
  width: 166px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
}
.liuyan input#tj2:hover {
  background-color: #fff;
  color: #c02020;
}
.xinbox {
  border: 1px solid #eaeaea;
  background-color: #fcfcfc;
  padding: 40px 27px;
}
.xinerji {
  font-size: 0;
  margin: 0 -7px;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
}
.xinerji a {
  display: inline-block;
  width: 372px;
  height: 50px;
  position: relative;
  margin: 0 7px;
  color: #333;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  background-color: #f5f5f5;
}
.xinerji a span {
  display: inline-block;
  height: 100%;
}
.xinerji a:hover {
  background-color: rgba(192, 32, 32, 0.3);
}
.xinerji a.on {
  background-color: #c02020;
  color: #fff;
}
span.xin1 {
  background: url('../images/xin1.png') left center no-repeat;
  padding-left: 32px;
}
span.xin2 {
  background: url('../images/xin2.png') left center no-repeat;
  padding-left: 37px;
}
span.xin3 {
  background: url('../images/xin3.png') left center no-repeat;
  padding-left: 35px;
}
.xinerji a.on span.xin1 {
  background-image: url('../images/xin1h.png');
}
.xinerji a.on span.xin2 {
  background-image: url('../images/xin2h.png');
}
.xinerji a.on span.xin3 {
  background-image: url('../images/xin3h.png');
}
.studenttbl {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 42px;
}
.studenttbl tr {
  border-bottom: 1px dashed #ccc;
}
.studenttbl tr:first-child {
  border-bottom: 1px solid #fff;
}
.studenttbl td {
  padding: 10px 16px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  border: 0 none;
}
.studenttbl th {
  height: 50px;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 0 16px;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  text-align: left;
}
.studenttbl th span.code {
  padding-left: 24px;
}
.studenttbl td span.code {
  display: inline-block;
  padding-left: 24px;
  font-size: 16px;
  font-weight: bold;
  background: url('../images/dot3.png') 0 10px no-repeat;
}
.studenttbl tr:hover {
  background-color: #f3f3f3;
}
.studenttbl tr:hover td {
  color: #c81432;
}
.xiaozhang {
  margin: 60px 0;
  background: url('../images/xiaozhangbg.jpg') center no-repeat;
  width: 100%;
  height: 630px;
  position: relative;
  background-size: 100% 100%;
}
.dstxt {
  width: 520px;
  margin-left: 80px;
  padding-top: 75px;
}
.dstitle {
  position: relative;
  padding-bottom: 28px;
  font-weight: bold;
}
.dstitle:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 30px;
  height: 2px;
  background-color: #d1212b;
}
.dstitle h3 {
  font-size: 30px;
  color: #c02020;
  line-height: 46px;
  height: 46px;
}
.dstitle p {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  height: 40px;
}
.dscon {
  font-size: 18px;
  color: #666;
  line-height: 34px;
  text-align: justify;
  margin-top: 28px;
}
.dspic {
  position: absolute;
  right: 50px;
  bottom: 6px;
  z-index: 1;
  width: 520px;
}
.dspic img {
  width: 100%;
  height: 596px;
}
/*首页*/
.fzhao {
  padding: 40px 0 60px;
  background: #c02020 url('../images/fzhaobg.jpg');
}
.fzhaolist {
  overflow: hidden;
  margin: 32px -15px 0;
  font-size: 0;
}
.fzhaolist li {
  float: left;
  width: 33.33%;
}
.fzhaolist li .inner {
  margin: 0 15px;
  padding: 18px 20px 22px;
  background: #ffffff url('../images/zhao3.png') right 0 no-repeat;
}
.fzhaolist dd {
  height: 30px;
  font-size: 14px;
}
.fzhaolist dd a {
  display: block;
  height: 100%;
  color: #333;
  line-height: 30px;
  position: relative;
  padding-left: 11px;
  padding-right: 60px;
  background: url('../images/zhao-dot.png') 2px no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fzhaolist dd a:hover {
  color: #c02020;
}
.fzhaolist dd a span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fzhaolist dd i {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  font-style: normal;
  color: #999;
  text-align: right;
}
.fzhaolist .title {
  height: 30px;
  margin-bottom: 18px;
  font-size: 20px;
  color: #222;
  line-height: 30px;
  padding-left: 32px;
  background: url('../images/zhao2.png') 0 no-repeat;
}
.fbtl {
  height: 66px;
  overflow: hidden;
}
.fbtl .title {
  float: left;
  padding-top: 13px;
  padding-bottom: 3px;
  height: 50px;
}
.fbtl .title .cn {
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
}
.fbtl .title .en {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.fbtl .title1 .cn {
  color: #000;
}
.fbtl .title1 .en {
  color: #bebebe;
}
.fbtl .title2 .cn,
.fbtl .title2 .en {
  color: #c02020;
}
.fbtl .title3 .cn,
.fbtl .title3 .en {
  color: #fff;
}
.fbtl .title.w1 {
  padding-left: 64px;
  background: url('../images/w1.png') 5px 11px no-repeat;
}
.fbtl .title.w2 {
  padding-left: 66px;
  background: url('../images/w2.png') 0 0 no-repeat;
}
.fbtl .title.w3 {
  padding-left: 58px;
  background: url('../images/w3.png') 0 2px no-repeat;
}
.fbtl .title.w4 {
  padding-left: 66px;
  background: url('../images/w4.png') 0 8px no-repeat;
}
.fbtl .title.w5 {
  padding-left: 58px;
  background: url('../images/w5.png') 0 2px no-repeat;
}
.fbtl .title.w6 {
  padding-left: 66px;
  background: url('../images/w6.png') 0 0 no-repeat;
}
.fbtl a.more1 {
  float: right;
  width: 110px;
  height: 32px;
  margin-top: 26px;
  border: 1px solid #c02020;
  font-size: 14px;
  color: #c02020;
  line-height: 32px;
  text-align: center;
}
.fbtl a.more1:hover {
  background-color: #c02020;
  color: #fff;
}
.fbtl a.more2 {
  float: right;
  width: 132px;
  height: 34px;
  margin-top: 18px;
  border-radius: 17px;
  background-color: #fff;
  text-align: center;
}
.fbtl a.more2 span {
  display: inline-block;
  font-size: 16px;
  color: #c02020;
  line-height: 34px;
  padding-left: 32px;
  background: url('../images/zhao1.png') 0 no-repeat;
}
.ferji {
  float: right;
  font-size: 0;
  position: relative;
  margin-top: 15px;
  height: 36px;
}
.ferji:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
  background: url('../images/sx1.png') center no-repeat;
}
.ferji a {
  display: inline-block;
  height: 100%;
  color: #666;
  font-size: 16px;
  line-height: 36px;
  padding-left: 30px;
  background: url('../images/jia3.png') 0 no-repeat;
}
.ferji a:first-child {
  margin-right: 80px;
}
.ferji a:hover {
  color: #c02020;
  background-image: url('../images/jia3h.png');
}
.ferji a.on {
  color: #c02020;
  background-image: url('../images/jia3h.png');
  font-weight: bold;
}
.ftuyin {
  padding: 40px 0 60px;
  background: #f4f4f4 url('../images/ftuyinbg.jpg');
}
.ftuyinwrap {
  overflow: hidden;
  margin-top: 33px;
  height: 300px;
}
.ffenglist {
  float: right;
  width: 720px;
  overflow: hidden;
  margin-right: -5px;
  padding: 0px 0 1px;
}
.ffenglist li {
  float: left;
  width: 230px;
  height: 145px;
  margin: 0 5px 10px;
}
.ffenglist li a {
  display: block;
  position: relative;
  text-align: center;
  height: 100%;
}
.ffenglist li .pic {
  width: 100%;
  height: 100%;
  background-color: #000;
  font-size: 0;
  line-height: 145px;
  position: relative;
}
.ffenglist img {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}
.ffenglist .info {
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  padding-top: 34px;
  background: url('../images/jia.png') center 0 no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}
.ffenglist .info h3 {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  height: 32px;
  padding: 0 20px;
  overflow: hidden;
}
.ffenglist .cov2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: .4s;
  transition: .4s;
}
.ffenglist li:hover .cov2 {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 1;
}
.ffenglist li:hover .info {
  opacity: 1;
  top: 43px;
}
.ffenglist li:hover img {
  opacity: 0.5;
}
.fvd {
  float: left;
  width: 480px;
  height: 300px;
}
.fvd a {
  display: block;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.fvd .pic {
  width: 100%;
  height: 100%;
  background-color: #000;
  font-size: 0;
  line-height: 300px;
  position: relative;
}
.fvd img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -webkit-transition: .4s;
  transition: .4s;
}
.fvd .info {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 2;
  opacity: 1;
  width: 100%;
  padding-top: 74px;
  background: url('../images/play.png') center 0 no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}
.fvd .info h3 {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  height: 32px;
  padding: 0 20px;
  overflow: hidden;
}
.fvd:hover .info {
  opacity: 0;
  top: 110px;
}
.fvd:hover img {
  opacity: 1;
}
.fjiao {
  padding: 42px 0;
  background: #f5f0dd url('../images/fjiaobg.jpg');
}
.ftmlist {
  overflow: hidden;
  margin: 0 -16px;
  padding-bottom: 1px;
  margin-top: 34px;
}
.ftmlist li {
  float: left;
  width: 146px;
  height: 195px;
  margin: 0 15px 35px;
}
.ftmlist li a {
  display: block;
  position: relative;
  text-align: center;
  height: 100%;
}
.ftmlist li .pic {
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 195px;
  position: relative;
}
.ftmlist img {
  width: 100%;
  height: 100%;
}
.ftmlist .intro {
  display: none;
}
.ftmlist .info {
  position: absolute;
  bottom: 6px;
  left: 14px;
  right: 14px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}
.ftmlist .info h3 {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  text-align: left;
  height: 28px;
  overflow: hidden;
}
.ftmlist .info h4 {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: left;
}
.ftmlist .cov3 {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(192, 32, 32, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.ftmlist .cov3 .inner {
  padding: 37px 10px 0;
}
.ftmlist .cov3 .hx {
  width: 26px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto 20px;
}
.ftmlist .cov3 h3 {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  overflow: hidden;
}
.ftmlist .cov3 h4 {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}
.ftmlist .cov3 label {
  display: block;
  margin: 17px auto 0;
  width: 30px;
  height: 30px;
  background: url('../images/jia2.png') center no-repeat;
}
.ftmlist .cov1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url('../images/jab1.png') bottom no-repeat;
}
.ftmlist li:hover .cov3 {
  opacity: 1;
}
.frong {
  padding: 42px 0 50px;
}
.frylist {
  overflow: hidden;
  padding: 34px 0 5px;
  margin: 0 -12px 0 -13px;
}
.frylist li {
  float: left;
  width: 20%;
  margin-bottom: 25px;
}
.frylist li .lin {
  padding: 0 12px 0 13px;
}
.frylist li a {
  display: block;
  position: relative;
  background-color: #670001;
  padding: 10px;
}
.frylist li .pic {
  width: 100%;
  height: 0;
  padding-bottom: 67.5%;
  position: relative;
  overflow: hidden;
}
.frylist li .pic .wrap {
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.frylist li .pic .wrap i {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.frylist li img {
  max-width: 100%;
  max-height: 100%;
}
.frylist li h3 {
  font-size: 14px;
  color: #333;
  line-height: 44px;
  text-align: center;
  height: 44px;
  overflow: hidden;
  display: none;
}
.frylist li a {
  -webkit-transition: .6s;
  transition: .6s;
}
.frylist li:hover h3 {
  color: #016641;
}
.frylist li:hover a {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.ftxtlist {
  padding: 34px 0 5px;
}
.ftxtlist li {
  padding: 15px 20px 15px 40px;
  height: 30px;
  background-color: #fff;
  position: relative;
}
.ftxtlist li:before {
  content: '';
  position: absolute;
  left: 18px;
  top: 28px;
  z-index: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}
.ftxtlist li:nth-child(odd) {
  background-color: #f9f9f9;
}
.ftxtlist li a {
  display: block;
  padding-right: 120px;
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.ftxtlist li span.date {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
  color: #999;
}
.ftxtlist li:hover:before {
  background-color: #c02020;
}
.ftxtlist li:hover span {
  color: #c02020;
}
.fstu {
  padding: 32px 0 48px;
  position: relative;
}
.fstu:before {
  content: '';
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}
.fstuwrap {
  overflow: hidden;
  margin-top: 28px;
  height: 336px;
}
.fstu .fbtl {
  height: 90px;
}
.fstu .fbtl a.more1 {
  margin-top: 32px;
}
.ferji2 {
  float: right;
  font-size: 0;
  position: relative;
  margin-top: 9px;
  margin-right: 52px;
}
.ferji2 a {
  display: inline-block;
  height: 78px;
  margin: 0 20px;
  color: #666;
  font-size: 16px;
  line-height: 78px;
  border-bottom: 3px solid transparent;
}
.ferji2 a:hover {
  color: #c02020;
}
.ferji2 a.on {
  font-size: 18px;
  color: #c02020;
  font-weight: bold;
  border-color: #b40025;
}
.stuscroll {
  float: left;
  width: 497px;
  height: 312px;
  position: relative;
  margin-top: 12px;
}
.stuscroll .hd {
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 16px;
  z-index: 2;
}
.stuscroll .hd ul {
  overflow: hidden;
  zoom: 1;
}
.stuscroll .hd ul li {
  float: left;
  margin: 0 6px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.stuscroll .hd ul li.on {
  background-color: #c02020;
}
.stuscroll .bd {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.stuscroll .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.stuscroll .bd li a {
  display: block;
}
.stuscroll .bd li img {
  width: 100%;
  height: 312px;
}
.stuscroll .bd li p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.6);
}
.stuscroll .bd li p a {
  width: 70%;
  height: 100%;
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  text-indent: 20px;
}
.ftxtlist2 {
  float: right;
  width: 660px;
  height: 336px;
}
.ftxtlist2 li {
  width: 100%;
}
.ftxtlist2 li a {
  display: block;
  padding-right: 112px;
  position: relative;
  height: 42px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ftxtlist2 li span.info {
  display: inline-block;
  height: 100%;
  padding-left: 18px;
  position: relative;
  left: -18px;
  color: #333;
  font-size: 14px;
  line-height: 42px;
  background: url('../images/sjr.png') 0 no-repeat;
}
.ftxtlist2 li span.date {
  position: absolute;
  width: 90px;
  height: 100%;
  right: 12px;
  top: 0;
  color: #666;
  text-align: right;
}
.ftxtlist2 li span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ftxtlist2 li:hover a {
  background-color: #f4f4f4;
}
.ftxtlist2 li:hover span.info {
  color: #c02020;
  font-weight: bold;
  left: 0;
}
.ftxtlist2 li:hover span.date {
  color: #c02020;
}
.fone {
  padding: 45px 0 68px;
  background: #ffffff url('../images/shan.jpg') 0 bottom no-repeat;
}
.fnews {
  float: left;
  width: 788px;
}
.ftong {
  float: right;
  width: 380px;
  margin-top: 14px;
}
.fbtl2 {
  height: 66px;
  background-color: #c02020;
  overflow: hidden;
  margin-bottom: 12px;
}
.fbtl2 h3 {
  float: left;
  width: 187px;
  height: 100%;
  padding-left: 45px;
  margin-left: 27px;
  font-size: 24px;
  color: #fff;
  line-height: 66px;
  background: url('../images/laba.png') 0 no-repeat;
}
.fbtl2 a {
  float: right;
  margin-right: 20px;
  font-size: 14px;
  line-height: 66px;
  color: #fff;
  height: 100%;
  padding-right: 36px;
  background: url('../images/jtr.png') right no-repeat;
}
.ftonglist {
  padding: 0 30px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.ftonglist li {
  width: 100%;
  height: 48px;
  padding: 29px 0 29px;
  border-bottom: 1px dashed #c6c6c6;
}
.ftonglist li a {
  display: block;
  position: relative;
  padding-left: 78px;
  height: 100%;
  overflow: hidden;
}
.ftonglist li h3 {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  height: 48px;
  position: relative;
  overflow: hidden;
}
.ftonglist .date {
  width: 60px;
  height: 48px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.ftonglist .day {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #a4a4a4;
  line-height: 24px;
  height: 24px;
}
.ftonglist .year {
  display: block;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  line-height: 24px;
  height: 24px;
}
.ftonglist li:hover .day {
  background-color: #df6565;
}
.ftonglist li:hover .year {
  background-color: #ffc9c9;
}
.ftonglist li:hover h3 {
  color: #c02020;
}
.ftonglist .year,
.ftonglist .day,
.ftonglist h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fnewswrap {
  margin-top: 44px;
  width: 100%;
  overflow: hidden;
}
.fnewslist2 {
  float: right;
  width: 378px;
  overflow: hidden;
}
.fnewslist2 li {
  width: 100%;
  height: 80px;
  overflow: hidden;
  margin-bottom: 30px;
}
.fnewslist2 li:last-child {
  margin-bottom: 0;
}
.fnewslist2 li a {
  display: block;
  height: 100%;
  position: relative;
  padding-left: 154px;
}
.fnewslist2 li h3 {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 11px;
}
.fnewslist2 li .date {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  height: 20px;
}
.fnewslist2 .pic {
  width: 140px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 3;
}
.fnewslist2 .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fnewslist2 li:hover h3 {
  color: #c02020;
}
.fnewslist2 h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newscroll {
  float: left;
  width: 380px;
  height: 410px;
  position: relative;
}
.newscroll .hd {
  height: 10px;
  overflow: hidden;
  position: absolute;
  left: 30px;
  bottom: 38px;
  z-index: 2;
}
.newscroll .hd ul {
  overflow: hidden;
  zoom: 1;
}
.newscroll .hd ul li {
  float: left;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  border: 1px solid #c02020;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newscroll .hd ul li.on {
  background-color: #c02020;
}
.newscroll .bd {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.newscroll .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.newscroll .bd li a {
  display: block;
  background-color: #f5f5f5;
}
.newscroll .bd li img {
  width: 100%;
  height: 214px;
  -o-object-fit: contain;
     object-fit: contain;
}
.newscroll .bd li .wrap {
  padding: 26px 30px 80px;
  border-bottom: 4px solid #c02020;
}
.newscroll .bd li .date {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.newscroll .bd li h3 {
  font-size: 16px;
  color: #222;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-top: 8px;
}
.rongone {
  padding: 60px 0;
}
.rongtitle {
  height: 60px;
  background-color: #c02020;
  line-height: 60px;
}
.rongtitle span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
}
.rongone .frylist {
  padding: 50px 0 35px;
}
.rongtwo {
  background-color: #f9f9f9;
  padding: 60px 0;
}
.rongtwo .txtlist {
  padding: 40px 0 60px;
}
.rongtwo .txtlist li:nth-child(odd) {
  background-color: #fff;
}
.rongtwo .txtlist li:nth-child(even) {
  background-color: #f9f9f9;
}
.abone {
  padding: 68px 0 34px;
}
.abcate {
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 42px;
  background: url('../images/line4.png') center bottom no-repeat;
}
.abcate .cn {
  font-size: 30px;
  line-height: 50px;
  height: 50px;
}
.abcate p {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
}
.abintro {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: center;
  margin: 25px 0 20px;
}
.abconout {
  display: none;
}
.abbtnarea {
  padding: 25px 0;
  height: 50px;
  text-align: center;
  position: relative;
}
.abbtnarea:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: 99px;
  height: 99px;
  margin-left: -49px;
  background: url('../images/jtd.png') center no-repeat;
}
.abbtnarea a {
  display: inline-block;
  width: 200px;
  height: 50px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 50px;
  color: #333;
  background-color: #f1f1f1;
  margin: 0 20px;
  border-radius: 25px;
}
.abbtnarea a:hover {
  color: #c02020;
}
.abbtnarea a.on {
  background-color: #c02020;
  color: #fff;
}
.abtwo {
  padding: 80px 0 100px;
  background: url('../images/abbg.jpg') center 0 no-repeat;
}
.abtwowrap {
  background-color: #fff;
  border-radius: 6px;
  padding: 60px 35px 72px 50px;
}
.scrollarea1 .scrollbar {
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.scrollarea1 .track {
  width: 6px;
  height: 100%;
  background-color: #e0dfe0;
  position: relative;
}
.scrollarea1 .thumb {
  width: 6px;
  background-color: #c02020;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.scrollarea1 {
  position: relative;
  padding-right: 45px;
  height: 684px;
}
.scrollarea1.shorter {
  height: 468px;
}
.scrollarea1 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.scrollarea1 .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  text-align: justify;
}
.scrollarea1 .overview img {
  max-width: 100%;
}
.scrollbar.disable {
  display: none;
}
.fu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
}
.fubg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: url('../images/op0-80.png');
}
.fuin {
  position: absolute;
  width: 780px;
  height: 390px;
  background-color: #fff;
  left: 50%;
  margin-left: -390px;
  top: 50%;
  margin-top: -195px;
  z-index: 3;
}
.fuin {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}
.fu.on .fuin {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.fu a.close {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  cursor: pointer;
  background: url('../images/cha.png') center no-repeat;
  margin-left: 415px;
  margin-top: -195px;
}
.fuin .fucon {
  padding: 42px 34px;
  overflow: hidden;
}
.worker {
  position: relative;
  padding-left: 260px;
  height: 306px;
}
.worker .pic {
  float: left;
  width: 230px;
  height: 306px;
  overflow: hidden;
  margin-left: -260px;
  font-size: 0;
  text-align: center;
  line-height: 306px;
  background-color: #f5f5f5;
}
.worker .pic img {
  max-width: 100%;
  max-height: 100%;
}
.worker .name {
  font-size: 28px;
  color: #060001;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  overflow: hidden;
}
.worker .zhiwei {
  font-size: 18px;
  color: #c02020;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.worker .hx {
  margin: 12px 0 20px;
  width: 44px;
  height: 2px;
  background-color: #c02020;
}
.worker .intro {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 180px;
  text-align: justify;
  overflow: auto;
}
.modal-message {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-message .contain {
  max-width: 80%;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 460px;
  min-height: 320px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 10px;
  text-align: center;
  line-height: 2;
}
.modal-message .contain:after {
  content: " ";
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: -10px;
  top: -10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  z-index: -1;
  pointer-events: none;
}
.modal-message .contain .icoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 126px;
  height: 118px;
}
.modal-message .contain .close {
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #57b968;
  background-image: -webkit-linear-gradient(0deg, #73d470 0%, #51b466 100%);
  border-radius: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  -webkit-box-shadow: 0 6px 6px 0 rgba(112, 209, 112, 0.5);
          box-shadow: 0 6px 6px 0 rgba(112, 209, 112, 0.5);
}
.modal-message .contain .close:hover {
  opacity: .9;
}
.modal-message.show {
  display: block;
}
