@charset "utf-8";
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333333;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  outline: none !important;
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* ie8提示样式 */
.backtop {
  position: fixed;
  z-index: 90;
  bottom: 130px;
  left: 50%;
  margin-left: 550px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
}

.backtop:hover img {
  transform: scale(1.05);
}

.backtop.show {
  opacity: 1;
}

.top {
  height: 50px;
  background: #692b1f;
}

.top .search {
  float: left;
  width: 237px;
  padding: 0 20px;
  height: 50px;
  background: #873320;
}

.top .search .text {
  float: left;
  font-size: 14px;
  height:50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.5);
  width: 160px;
  background: none;
  border: none;
}

.top .search .sub {
  float: right;
  width: 19px;
  right: 19px;
  margin-top: 15px;
  cursor: pointer;
}

.top .top-links {
  float: left;
}

.top .top-links a {
  line-height: 50px;
  float: left;
  margin-left: 1px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px 0 50px;
}

.top .top-links .ico1 {
  background: url(../images/home-top.png) 20px center no-repeat #873320;
}

.top .top-links .ico2 {
  background: url(../images/home-top.png) 20px center no-repeat #873320;
}

.top .top-links a:hover {
  font-weight: bold;
}

.header {
  padding-top: 2px;
}

.header .logo {
  margin-top: 10px;
}

.nav {
  position: relative;
  z-index: 99;
  float: right;
  margin-right: -12px;
}

.nav .nLi {
  float: left;
  text-align: center;
  position: relative;
}

.nav .nLi > a {
  color: #692b1f;
  font-size: 18px;
  line-height: 95px;
  padding: 0 12px;
  display: inline-block;
}

.nav .nLi.current > a,
.nav .nLi:hover > a {
  background: #f5f0ee;
  border-bottom: 4px solid #692b1f;
}

.nav .subNav {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  top: 100%;
  min-width: 100%;
  left: 0;
  position: absolute;
  background: #f5f0ee;
  text-align: left;
  z-index: 10;
}

.nav .subNav li {
  padding: 12px 25px;
}

.nav .subNav li a {
  font-size: 18px;
  color: #692b1f;
  font-weight: normal;
  white-space: nowrap;
}

.nav .subNav li.current,
.nav .subNav li:hover {
  background: #873320;
}

.nav .subNav li.current a,
.nav .subNav li:hover a {
  color: #fff;
}

.nav .nLi:hover .subNav {
  opacity: 1;
  visibility: visible;
}

.nav .nLi:nth-child(n + 5) .subNav {
  left: auto;
  right: 0;
}

.banner {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.banner .box {
  zoom: 1;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.banner .box img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 5800ms ease;
}

.banner .box .more {
  width: 190px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #873320;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 #873320;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20%;
  margin-left: -95px;
}

.banner .box.slick-active img {
  transform: scale(1.15);
}

.banner .slick-arrow.slick-prev {
  overflow: hidden;
  text-indent: 9999px;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 2%;
  top: 50%;
  margin-top: -22px;
  background: url(../images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
  border: none;
  cursor: pointer;
}

.banner .slick-arrow.slick-next {
  overflow: hidden;
  text-indent: 9999px;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -22px;
  background: url(../images/banner-right.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
  border: none;
  cursor: pointer;
}

/* main-box */
.index-tit {
  position: relative;
  margin-bottom: 30px;
  line-height: 36px;
}

.index-tit p {
  font-size: 36px;
  color: #692b1f;
}

.index-tit .more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.index-tit .more:hover img {
  transform: scale(1.05);
}

.c1 {
  width: 575px;
  float: left;
}

.c2 {
  width: 575px;
  float: right;
}

/* row1 */
.row1 {
  padding: 65px 0 50px;
}

.news-list {
  margin: 0 -7px;
  overflow: hidden;
}

.news-list .box {
  overflow: hidden;
  margin: 0 7px;
  background: #f5f0ee;
}

.news-list .box .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}

.news-list .box .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.news-list .box .text {
  position: relative;
  margin: 25px 13px 25px 25px;
}

.news-list .box .tit {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.news-list .box .date {
  font-size: 18px;
  color: #692b1f;
}

.news-list .box .more {
  display: block;
  width: 25px;
  height: 7px;
  background: url(../images/news-more.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.news-list .box:hover {
  background: #692b1f;
}

.news-list .box:hover img {
  transform: scale(1.05);
}

.news-list .box:hover .tit {
  color: #fff !important;
}

.news-list .box:hover .date {
  color: rgba(255, 255, 255, 0.35) !important;
}

.news-list .box:hover .more {
  background: url(../images/news-more-on.png) no-repeat;
  background-size: 100% 100%;
}

.news-list .slick-dots {
  margin-top: 30px;
  transform: translateX(50%);
  margin-left: -50%;
}

.news-list .slick-dots li {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cacaca;
  margin: 0 15px;
  cursor: pointer;
}

.news-list .slick-dots li button {
  display: none !important;
}

.news-list .slick-dots li:hover {
  background: #692b1f;
}

.events-list {
  overflow: hidden;
}

.events-list .bd {
  width: 250px;
  height: 353px;
  float: left;
}

.events-list .bd a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 353px;
}

.events-list .bd a img {
  position: absolute;
  height: 353px;
  top: 0;
  left: 0;
}

.events-list .bd a img:hover {
  transform: scale(1.05);
}

.events-list .hd {
  width: 310px;
  float: right;
}

.events-list .hd li {
  overflow: hidden;
  margin-bottom: 20px;
}

.events-list .hd li .date {
  width: 60px;
  height: 60px;
  padding: 6px 0;
  text-align: center;
  background: #873320;
  overflow: hidden;
  float: left;
}

.events-list .hd li .date p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.events-list .hd li .text {
  width: 230px;
  float: right;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d0ce;
}

.events-list .hd li .tit {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.events-list .hd li:last-child .text {
  border-bottom: none;
}

.events-list .hd li.on .tit,
.events-list .hd li:hover .tit {
  color: #692b1f !important;
}

.row2 {
  padding: 60px 0 80px;
  overflow: hidden;
  background: #f5f0ee;
}

.active-list {
  overflow: hidden;
  margin: 0 -9px;
}

.active-list .box {
  overflow: hidden;
  margin: 0 9px;
}

.active-list .box .pic {
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}

.active-list .box .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.active-list .box .date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 94px;
  height: 90px;
  background: url(../images/active-date.png);
  padding-top: 6px;
}

.active-list .box .date p {
  width: 55px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
}

.active-list .box .text {
  overflow: hidden;
  padding: 20px 0;
}

.active-list .box .tit {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.active-list .box .more {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  padding-left: 33px;
  background: url(../images/active-more.png) left center no-repeat;
}

.active-list .box:hover .pic {
  padding-bottom: 45%;
}

.active-list .box:hover .pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 8;
}

.active-list .box:hover .date {
  background: url(../images/active-date-on.png);
}

.active-list .box:hover .text {
  padding: 30px 30px 50px;
  background: #fff;
}

.active-list .box:hover .more {
  color: #692b1f;
  background: url(../images/active-more-on.png) left center no-repeat;
}
.row5 {
  background: url(../images/row5-bg.png) center bottom no-repeat;
  background-size: cover;
  background-size: 100% 100%;
}

.row5 .wrap {
  position: relative;
  padding: 25px 0;
}

.row5 .wrap:before {
  content: "";
  width: 32px;
  height: 4px;
  background: #592f17;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.row5 .links {
  float: left;
  width: 940px;
}

.row5 .links .tit {
  font-size: 36px;
  color: #592f17;
}

.row5 .links ul {
  overflow: hidden;
  margin-top: 15px;
}

.row5 .links ul li {
  float: left;
  margin-right: 35px;
  line-height: 32px;
}

.row5 .links ul li a {
  font-size: 18px;
  color: #444444;
}

.row5 .links ul li:hover a {
  color: #592f17;
}

.row5 .mails {
  float: right;
}

.row5 .mails li {
  width: 100px;
  height: 100px;
  background: #994c04;
  overflow: hidden;
  float: left;
  margin-left: 20px;
  text-align: center;
  padding-top: 17px;
}

.row5 .mails li img {
  width: 35px;
  height: 35px;
}

.row5 .mails li p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.row5 .mails li:nth-child(2) {
  background: #ba7f37;
}

.row5 .mails li:hover img {
  transform: rotate(360deg);
}

/* 底部 */
.footer {
  padding: 50px 0;
  background: #692b1f;
  text-align: center;
}

.footer * {
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
}

/* 二级页面 */
.list-banner {
  width: 100%;
}

.list-banner img {
  width: 100%;
}

.list-page {
  margin: 50px 0 90px 0;
  min-height: 500px;
}

/* 左侧导航 */
.left-nav {
  width: 330px;
  float: left;
  background: url(../images/left-nav-bg.png) left bottom no-repeat #fff;
  padding-bottom: 210px;
}

.left-nav .column {
  background: #692b1f;
  padding: 20px 25px;
  text-align: center;
  font-size: 36px;
  color: #fff;
}

.left-nav .sideMenu {
  overflow: hidden;
  background: #f5f0ee;
}

.left-nav .sideMenu li > a {
  display: block;
  padding: 25px;
  font-size: 22px;
  color: #692b1f;
  position: relative;
}

.left-nav .sideMenu li > a:before {
  content: "";
  width: 13px;
  height: 2px;
  background: #692b1f;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.left-nav .sideMenu dl {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 24px;
  color: #333333;
  padding: 10px;
  position: relative;
}

.left-nav .sideMenu dl dd a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #692b1f;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  color: #692b1f !important;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  background: #692b1f;
  color: #fff;
}

.left-nav .sideMenu li.current > a:before,
.left-nav .sideMenu li:hover > a:before {
  background: #fff;
}

.left-nav .sideMenu li:hover dl,
.left-nav .sideMenu li.current dl {
  display: block;
  padding: 20px 0 20px 43px;
  opacity: 1;
}

/* 右边内容区域 */
.right-con {
  width: 820px;
  float: right;
}

/* 当前位置 */
.location {
  margin: 40px 0;
  line-height: 24px;
  font-size: 16px;
  color: #888888;
}

.location p {
  background: url(../images/home.png) left center no-repeat;
  padding-left: 20px;
}

.curr-column {
  font-size: 36px;
  color: #692b1f;
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdbd;
}

.page-con {
  margin-top: 20px;
}

/* 列表页 */
.list-text {
  overflow: hidden;
}

.list-text li {
  line-height: 70px;
  border-bottom: 1px solid #bdbdbd;
  overflow: hidden;
}

.list-text li .date {
  float: right;
  font-size: 16px;
  color: #7c7c7c;
  width: 90px;
}

.list-text li .tit {
  float: left;
  color: #333333;
  font-size: 18px;
  width: 665px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-text li:hover {
  border-bottom: 1px solid #692b1f;
}

.list-text li:hover .tit {
  color: #692b1f;
  transform: translateX(5px);
}

/* 图片列表 */
.list-pic {
  overflow: hidden;
  margin: 0 -15px;
}

.list-pic li {
  width: 33.3%;
  float: left;
  margin-top: 40px;
}

.list-pic li a {
  display: block;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc;
  background: #fff;
}

.list-pic li a .pic {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
}

.list-pic li a .pic img {
  width: 100%;
  position: absolute;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.list-pic li a h4 {
  height: 55px;
  line-height: 55px;
  padding: 0 20px 0 30px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.list-pic li a h4 p {
  background: url(../images/pic-list-ico1.png) right center no-repeat;
  padding-right: 20px;
}

.list-pic li:hover a {
  background: #692b1f;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover h4 {
  color: #fff;
}

.list-pic li:hover p {
  background: url(../images/pic-list-ico2.png) right center no-repeat;
}

/* 教师列表页 */
.teacher-list {
  overflow: hidden;
  margin: 0 -17px;
}

.teacher-list li {
  float: left;
  width: 50%;
  margin-top: 40px;
}

.teacher-list li .box {
  margin: 0 17px;
  overflow: hidden;
  background: #f5f0ee;
  height: 203px;
}

.teacher-list li .pic {
  position: relative;
  float: left;
  width: 140px;
  height: 203px;
  overflow: hidden;
}

.teacher-list li .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.teacher-list li .text {
  float: right;
  width: calc(100% - 140px);
  padding: 28px 30px;
  position: relative;
}

.teacher-list li .text:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background: #692b1f;
  left: 30px;
  top: 60px;
}

.teacher-list li .tit {
  font-size: 20px;
  color: #333333;
  display: block;
  margin-bottom: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.teacher-list li .zc {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.teacher-list li .abst {
  margin-top: 18px;
  color: #999695;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.teacher-list li:hover .box {
  background: #692b1f;
}

.teacher-list li:hover img {
  transform: scale(1.05);
}

.teacher-list li:hover .text:before {
  background: #fff;
}

.teacher-list li:hover .tit,
.teacher-list li:hover .zc,
.teacher-list li:hover .abst {
  color: #fff;
}

/* 内容页 */
.article h1 {
  text-align: center;
  color: #692b1f;
  font-size: 26px;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 10px;
}

.article h2 {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 10px;
}

.article .info {
  color: #777777;
  font-size: 15px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
}

.article .content {
  padding: 20px 0 15px;
  border-bottom: 1px solid #bdbdbd;
}

.article .content p {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  text-indent: 0;
  padding-bottom: 15px;
}

.article .content p img,
.article .content p video {
  max-width: 100%;
}

.article .content table p {
  text-indent: 0;
}

.article .np {
  margin-top: 20px;
}

.article .np a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article .np a span {
  color: #692b1f;
}

.article .np a:hover {
  color: #692b1f;
}