@charset "utf-8";
@import '../fonts/fontzt.css';
/* sass变量 */
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}
body{min-width:1200px}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-size: 14px;
  font-family: '微软雅黑';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #666;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
  line-height: 40px;
  padding-bottom: 10px;
  position: relative;
  background: url(../images/line.png) bottom left no-repeat;
  margin-bottom: 10px;
}

.main-tit h6 {
  font-weight: bold;
  font-size: 20px;
}



.main-tit .more {
  float: right;
}

.main-tit .more img {
  vertical-align: middle;
}

.main-list li {
  line-height: 46px;
border-bottom:1px solid #eee;
}

.main-list li a {
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li .date {
  float: right;
  font-size: 12px;
  color: #adadad;
}

.header {
 height:161px;
  background: url(../images/header-bg.jpg) center center no-repeat #f8f8f8;
}

.header .logo {
  float: left;
  margin-top: 40px;
}

.header .header-con {
  float: right;
margin-top:50px;
}

.header .header-con p {
  text-align: right;
  font-size: 12px;
}

.header .header-con p span {
  margin: 0 5px;
}

.search-box {
  background: url(../images/search-bg.png) top center no-repeat;
  width: 260px;
  margin-top: 10px;
}

.search-box .text {
  border: none;
  background: none;
  height: 26px;
  line-height: 26px;
  padding: 5px 10px;
  margin-top: 2px;
  vertical-align: middle;
  font-size: 14px;
}

.search-box .btn {
  float: right;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  margin-top: 10px;
}

.main-nav {
  position: relative;
  z-index: 3;
  background: #b00000;
  line-height: 50px;
  border-bottom: 3px solid #f26400;
}

.main-nav li {
  position: relative;
  float: left;
  width: 12.28%;
  text-align: center;
  z-index: 10;
}

.main-nav li a {
  color: #fff;
  display: block;
  text-align: center;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 99%;
  padding-top: 10px;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #b00000;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: #b00000;
  position: relative;
}

.main-nav li .dropdown li:after {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 50%;
  left: -100%;
  transition-delay: all 0.5s;
  transition: all 0.5s;
}

.main-nav li .dropdown li:hover:after,
.main-nav li .dropdown li.hover:after {
  left: 100%;
}

.main-nav li .dropdown li .text {
  text-shadow: 0px -40px 0px white;
  transition: all 0.75s;
  transform: translateY(100%) translateZ(0);
  transition-delay: all 0.25s;
}

.main-nav li .dropdown li:hover .text,
.main-nav li .dropdown li.hover .text {
  text-shadow: 0px -40px 0px rgba(255, 255, 255, 0);
  transform: translateY(0%) translateZ(0) scale(1.1);
  font-weight: 600;
}

.main-nav li:hover, .main-nav li .on {
  background: #b00000;
}

.main-nav li:hover .dropdown, .main-nav li .on .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a, .main-nav li .on .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.index-row1 {
  margin-top: 20px;
}

.index-row1 .c1 {
  float: left;
  width: 725px;
  margin-top: 10px;
}

.index-row1 .c1 .slide {
  position: relative;
}

.index-row1 .c1 .slide .hd {
  float: right;
  width: 170px;
}

.index-row1 .c1 .slide .hd li {
  margin-bottom: 15px;
}

.index-row1 .c1 .slide .hd li img {
  width: 170px;
  height: 132px;
}

.index-row1 .c1 .slide .hd .on img {
  width: 164px;
  border: 3px solid #b00000;
  height: 126px;
}

.index-row1 .c1 .slide .bd {
  float: left;
  width: 540px;
}

.index-row1 .c1 .slide .bd li {
  position: relative;
}

.index-row1 .c1 .slide .bd li .pic {
  border: 1px solid #f0f0f0;
  height: 424px;
}

.index-row1 .c1 .slide .bd li .pic img {
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .slide .bd li .text {
  line-height: 30px;
  position: absolute;
  width: 94%;
  padding: 0 3%;
  z-index: 2;
  color: #fff;
  height: 42px;
  line-height: 42px;
  bottom: 0;
  background: url(../images/opacity1.png);
}

.index-row1 .c2 {
  float: right;
  width: 445px;
}

.index-row2 {
  background: url(../images/opacity.png) repeat-x bottom center;
}

.index-row2 .wrap {
  margin-top: 10px;
}

.index-row2 .c1 {
  float: left;
  width: 725px;
}

.index-row2 .c2 .list dl {
  margin: 12px 0;
}

.index-row2 .c2 .list dt {
  float: left;
  width: 66px;
  height: 53px;
  text-align: center;
  background: url(../images/nocBJ.png) no-repeat;
}

.index-row2 .c2 .list dt .y {
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.index-row2 .c2 .list dt .d {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
}

.index-row2 .c2 .list dd {
  margin-left: 80px;
  line-height: 23px;
  height: 44px;
  overflow: hidden;
  padding: 3px 0;
}

.index-row2 .c2 {
  float: right;
  width: 445px;
}

.index-row2 .c3 {
  float: left;
  width: 725px;
}

.index-row2 .c4 {
  float: left;
  width: 725px;
}

.index-row2 .c4 .headline {
  margin-top: 20px;
}

.index-row2 .c4 .headline .pic {
  float: left;
  width: 160px;
  height: 110px;
}

.index-row2 .c4 .headline .pic img {
  width: 100%;
  height: 100%;
}

.index-row2 .c4 .headline .text {
  margin-left: 180px;
}

.index-row2 .c4 .headline .text h6 {
  line-height: 38px;
}

.index-row2 .c4 .headline .text p {
  margin-top: 8px;
  font-size: 14px;
  color: #b00000;
}

.index-row2 .c4 .main-list {
  margin-top: 20px;
}

.index-row3 {
  background: #f8f8f8;
  padding: 30px 0;
}

.index-row3 .c1 {
  float: left;
  width: 730px;
}

.index-row3 .c1 .tit {
  font-weight: bold;
  margin-bottom: 20px;
}

.index-row3 .c1 .list li {
  float: left;
  width: 340px;
  margin-bottom: 20px;
}

.index-row3 .c1 .list li img {
  width: 100%;
}

.index-row3 .c1 .list li select {
  width: 100%;
  height: 48px;
  border: 1px solid #efefef;
  text-align: center;
}

.index-row3 .c1 .list .block {
  width: 100%;
}

.index-row3 .c1 .list .last {
  float: right;
}

.index-row3 .c2 {
  float: right;
  width: 428px;
  height: 421px;
  background: url(../images/bg1.png) no-repeat;
}

.index-row3 .c2 .inner {
  color: #fff;
  margin: 55px 70px 0 50px;
}

.index-row3 .c2 .inner .tit {
  font-size: 20px;
  font-weight: bold;
}

.index-row3 .c2 .inner .tit img {
  margin-right: 10px;
}

.index-row3 .c2 .inner .btn-group {
  margin: 30px 0 20px;
}

.index-row3 .c2 .inner .btn-group a {
  display: inline-block;
  width: 136px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #f26400;
}

.index-row3 .c2 .inner .btn-group .last {
  float: right;
}

.index-row3 .c2 .inner p {
  line-height: 36px;
}

.footer {
  background: #b00000;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  font-size: 16px;
  line-height: 2;
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.inner-banner img {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.leftbar {
  float: left;
  width: 215px;
  padding: 30px 0;
  top: 0;
  position: sticky;
}

.leftbar .list li {
  line-height: 50px;
  margin-top: 1px;
  background: #e7e7e7;
}

.leftbar .list li a {
  font-size: 15px;
  padding-left: 20px;
  margin-right: 10px;
  display: block;
  color: #666;
  background: url(../images/ap.png) right center no-repeat;
}

.leftbar .list .on, .leftbar .list li:hover {
  background: #b00000;
}

.leftbar .list .on a, .leftbar .list li:hover a {
  color: #fff;
  background: url(../images/ab.png) right center no-repeat;
}

.right-con {
  float: right;
  width: 940px;
  padding: 20px;
min-height:230px;
}

.right-con .inner-tit {
  line-height: 50px;
  color: #b00000;
  font-size: 20px;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 10px;
}

.right-con .inner-tit h6 {
  float: left;
  position: relative;
  bottom: -2px;
  border-bottom: 3px solid #b00000;
  padding: 0 5px;
}

.right-con .inner-tit .bread {
  float: right;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  color: #333;
}

.right-con .inner-tit .bread a {
  color: #333;
}

.right-con .inner-tit .bread span {
  margin: 0 5px;
}

.right-con.block {
  width: 100%;
  float: none;
}

.right-con .main-text-list li {
  position: relative;
  padding: 10px;
  border-bottom: 1px dotted #ddd;
  line-height: 40px;
}

.right-con .main-text-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  font-size: 15px;
}

.right-con .main-text-list li .date {
  float: right;
  font-size: 14px;
  color: #9e9e9e;
}

.right-con .main-text-list li.line {
  height: 0;
  line-height: 0;
  border-top: 1px dotted #ddd;
  margin: 5px 0;
}

.right-con .table {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
}

.right-con .table td, .right-con .table th {
  line-height: 48px;
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}

.right-con .table th {
  background: #f1f1f1;
  text-align: left;
  font-weight: bold;
}

.navigation {
  text-align: center;
  margin: 30px 0;
}

.navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #b00000;
}

.teacher-list ul {
  margin: 0 -12px;
}

.teacher-list li {
  float: left;
  width: 25%;
}

.teacher-list li .inner {
  margin: 12px;
  border: 1px solid #e7e7e7;
  padding: 30px 30px 0;
  background: #fff;
}

.teacher-list li .name {
  font-size: 18px;
  line-height: 38px;
}

.teacher-list li .infor {
  line-height: 42px;
  color: #999;
}

.teacher-list li .links {
  margin: 15px -30px 0;
}

.teacher-list li .links a {
  display: block;
  line-height: 42px;
  color: #fff;
  background: #b00000;
  text-align: center;
}

.detail .tit {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  padding-top: 20px;
}

.detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #999;
}

.detail .infor span {
  margin: 0 10px;
}

.detail .content {
  width: 95%;
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.detail .content p {
 
  margin: 10px 0;
}

.waterfall {
  background: #f2f2f2;
  padding: 20px 0;
}

.waterfall li .img_block {
  margin: 1px;
  width: 358px;
  padding: 20px;
  background: #fff;
}

.waterfall li img {
  width: 100%;
}

.waterfall li a {
  display: block;
}

.waterfall li .text {
  padding: 10px;
}

.waterfall li .text h6 {
  font-weight: bold;
  line-height: 1.8;
}

.waterfall li .text .desc {
  line-height: 24px;
  font-size: 14px;
  padding: 10px 0;
  color: #666;
}

.waterfall li .text .date {
  font-size: 12px;
}

.wyjb li{
float:left;
width:335px;
height: 150px;

line-height: 36px;
}
.wyjb .li1{
background: url(../images/jbznng.png) no-repeat;
margin-right:53px;
}

.wyjb .li2{
background: url(../images/wyjbbg.jpg) no-repeat;
color:#fff;
}

.wyjb li .txt{
line-height:26px;
margin-top: 5px;
    margin-left: 31px;
    width: 260px;
height: 140px;
    overflow: hidden;
}