@charset "utf-8";
body {
  font-family: Arial, Helvetica, sans-serif, "microsoft yahei";
  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,
button,
select,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  outline: none;
  background: 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;
  line-height: 0;
  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提示样式 */
.header {
  background: url(../images/header-bg.png) no-repeat #028b71;
  height: 175px;
  position: relative;
}

.logo {
  width: 758px;
  height: 162px;
  background: url(../images/logo-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

.logo img {
  margin-top: 25px;
}

.search-btn {
  float: right;
  margin-top: 70px;
  cursor: pointer;
}

.search-box {
  position: absolute;
  display: none;
  top: 100px;
  right: 0;
  width: 240px;
  padding: 10px;
  height: 50px;
  line-height: 50px;
  background: #028b71;
}

.search-box .text {
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 200px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.search-box .sub {
  float: right;
  width: 15px;
  margin-top: 6px;
  cursor: pointer;
}

.nav-bar {
  height: 75px;
  background: #fff;
}

.nav .nLi {
  float: left;
 padding-right: 7.38%;
  text-align: center;
  position: relative;
}

.nav a {
  word-break: break-all;
}

.nav .nLi > a {
  font-size: 22px;
  font-weight: bold;
  line-height: 75px;
  display: block;
  color: #333333;
}

.nav .nLi.on > a,
.nav .nLi:hover > a {
  color: #007a63;
}

.nav .subNav {
  display: none;
  top: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 99;
}

.nav .subNav li {
  padding: 10px 5px;
  line-height: 22px;
  background: none;
}

.nav .subNav li a {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

.nav .subNav li.current,
.nav .subNav li:hover {
  background: #007a63;
}

.nav .subNav:before {
  content: "";
  width: 12px;
  height: 6px;
  background: url(../images/nav-topbun.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -8px;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .slider-banner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.banner .slider-banner .slick-list {
  overflow: initial;
}

.banner .slider-banner .slick-slide {
  position: relative;
  overflow: hidden;
}

.banner .slider-banner .slick-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner .slider-banner .slick-slide.slick-active:after {
  display: none;
}

.banner .slider-banner img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.banner .slider-banner img:hover {
  transform: scale(1.05);
}

.banner .slick-prev {
  text-indent: 999px;
  overflow: hidden;
  width: 40px;
  height: 84px;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 50%;
  margin-top: -42px;
  background: url(../images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner .slick-next {
  text-indent: 999px;
  overflow: hidden;
  width: 40px;
  height: 84px;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 50%;
  margin-top: -42px;
  background: url(../images/banner-right.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 0.8;
}

.banner .slick-dots {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translate(-50%);
}

.banner .slick-dots li {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 7px;
  background: none;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-dots li.slick-active {
  background: #ffffff;
}

/* main-box */
.index-title {
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}

.index-title .index-more {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 18px;
  color: #666666;
  -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;
}

.index-title .index-more:hover {
  color: #007a63;
}

/* row1 */
.row1 {
  padding: 65px 0;
}

.slider-news {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  margin: 0 -22px;
}

.slider-news .box {
  position: relative;
  overflow: hidden;
  margin: 0 22px;
  float: left;
}

.slider-news .box .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56%;
}

.slider-news .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider-news .box .text {
  border-style: solid;
  border-color: #f3f4f6;
  border-width: 8px 1px 1px 1px;
  background: #f3f4f6;
  padding: 20px 27px;
  overflow: hidden;
  margin: -24px 15px 0;
  position: relative;
  z-index: 2;
  -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;
}

.slider-news .box .tit {
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  height: 85px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -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;
}

.slider-news .box .date {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #cbccce;
  font-size: 16px;
  font-weight: bold;
  color: #007a63;
}

.slider-news .box .more {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 7px;
  right: 27px;
  background: url(../images/news-more.png) center no-repeat;
}

.slider-news .box:hover img {
  transform: scale(1.05);
}

.slider-news .box:hover .text {
  border-color: #007a63;
  background: #fff;
  box-shadow: 0 3px 21px 3px #d2cbcb;
}

.slider-news .box:hover .tit {
  color: #007a63;
}

.slider-news .box:hover .more {
  background: url(../images/news-more-on.png) center no-repeat;
}

.slider-news .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slider-news .slick-dots li {
  float: left;
  width: 8px;
  height: 8px;
  background: #929292;
  margin: 0 15px;
  cursor: pointer;
}

.slider-news .slick-dots li button {
  display: none;
}

.slider-news .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  background: #007a63;
}

.row2 {
  padding: 52px 0;
  background: url(../images/row2-bg.png) center no-repeat;
}

.row2 .index-title .index-more {
  color: #007a63;
}

.index-ach .first {
  background: #007a63;
  height: 145px;
  margin: 0 18px;
}

.index-ach .first .pic {
  float: left;
  width: 257px;
  height: 145px;
  position: relative;
  overflow: hidden;
}

.index-ach .first .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.index-ach .first .pic img:hover {
  transform: scale(1.05);
}

.index-ach .first .text {
  float: right;
  width: calc(100% - 305px);
  padding: 20px 120px 0 0;
  position: relative;
}

.index-ach .first .tit {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -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;
}

.index-ach .first .date {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}

.index-ach .first .more {
  position: absolute;
  right: 40px;
  bottom: 0;
}

.index-ach .first .tit:hover {
  transform: translate(5px);
}

.index-ach .first .more:hover img {
  transform: scale(1.05);
}

.index-ach ul {
  overflow: hidden;
  margin: 0 -18px;
}

.index-ach li {
  width: 50%;
  float: left;
  margin-top: 10px;
}

.index-ach li a {
  display: block;
  overflow: hidden;
  margin: 0 18px;
  padding: 20px;
  background: #fff;
}

.index-ach li h3 {
  padding-left: 20px;
  background: url(../images/arh-jiahao.png) center left no-repeat;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  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;
}

.index-ach li .date {
  margin-top: 10px;
  padding-left: 20px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  font-weight: bold;
}

.index-ach li:hover h3 {
  transform: translate(5px);
  color: #007a63;
}

.row3 {
  padding: 95px 0 60px;
  background: url(../images/row3-bg.png) center bottom no-repeat;
}

.index-events {
  margin: 0 -19px;
  position: relative;
}

.index-events .item {
  margin: 0 19px;
}

.index-events .item .box {
  margin-bottom: 30px;
  overflow: hidden;
  background: url(../images/events-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 40px 65px 40px 115px;
  position: relative;
  -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;
}

.index-events .item .date {
  width: 60px;
  position: absolute;
  top: 40px;
  left: 22px;
  font-size: 16px;
  color: #007a63;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.index-events .item .tit {
  color: #007a63;
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -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;
}

.index-events .item .info {
  margin-top: 15px;
}

.index-events .item .info p {
  padding-left: 28px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-events .item .info .t1 {
  background: url(../images/events-ico1.png) left center no-repeat;
}

.index-events .item .info .t2 {
  background: url(../images/events-ico2.png) left center no-repeat;
}

.index-events .item .info .t3 {
  background: url(../images/events-ico3.png) left center no-repeat;
}

.index-events .box:hover {
  background: url(../images/events-bg-on.png) no-repeat;
  background-size: 100% 100%;
}

.index-events .box:hover .date,
.index-events .box:hover .tit,
.index-events .box:hover p {
  color: #ebf1d7 !important;
}

.index-events .box:hover .t1 {
  background: url(../images/events-ico1-on.png) left center no-repeat !important;
}

.index-events .box:hover .t2 {
  background: url(../images/events-ico2-on.png) left center no-repeat !important;
}

.index-events .box:hover .t3 {
  background: url(../images/events-ico3-on.png) left center no-repeat !important;
}

.index-events .slick-arrow {
  cursor: pointer;
  width: 33px;
  height: 33px;
  text-indent: 99px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.index-events .slick-arrow.slick-prev {
  background: url(../images/event-left.png) no-repeat;
  background-size: 100% 100%;
  left: -75px;
}

.index-events .slick-arrow.slick-next {
  background: url(../images/event-right.png) no-repeat;
  background-size: 100% 100%;
  right: -75px;
}

.index-events .slick-arrow.slick-prev:hover {
  background: url(../images/event-left-on.png) no-repeat;
  background-size: 100% 100%;
}

.index-events .slick-arrow.slick-next:hover {
  background: url(../images/event-right-on.png) no-repeat;
  background-size: 100% 100%;
}

/* 底部 */
.footer {
  padding: 40px 0 30px;
  background: #007a63;
}

.footer .cory {
  line-height: 40px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.footer .cory * {
  color: rgba(255, 255, 255, 0.9);
}

/* 二级页面 */
.list-page {
  padding: 30px 0 180px 0;
  min-height: 500px;
  background: url(../images/row3-bg.png) center bottom no-repeat;
}

/* 左侧导航 */
.left-nav {
  width: 330px;
  float: left;
  background: url(../images/left-nav-top.png) center top no-repeat;
  padding-top: 14px;
}

.left-nav .column {
  background: #007a63;
  padding: 30px 6px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.left-nav .sideMenu {
  background: url(../images/left-nav-bg.png) bottom center #007a63;
  padding: 0 6px 270px;
  overflow: hidden;
}

.left-nav .sideMenu li {
  overflow: hidden;
  margin-bottom: 20px;
}

.left-nav .sideMenu li > a {
  display: block;
  color: #fff;
  padding: 20px 20px 20px 65px;
  font-size: 24px;
  background: url(../images/left-nav-ico1.png) 20px center no-repeat #018f74;
}

.left-nav .sideMenu dl {
  padding: 20px 20px 20px 50px;
  background: #fff;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 20px;
  color: #333333;
  background: url(../images/left-nav-ico2.png) left center no-repeat;
  padding: 6px 0 6px 20px;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  color: #007a63;
  font-weight: bold;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  background: url(../images/left-nav-ico1.png) 20px center no-repeat #87b91f;
}

.left-nav .sideMenu li.current dl {
  display: block !important;
}

/* 右边内容区域 */
.right-con {
  width: 820px;
  float: right;
}

/* 当前位置 */
.location {
  color: #888888;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 40px;
  background: url(../images/home.png) left center no-repeat;
  padding-left: 20px;
}

.location a {
  color: #888888;
}

.current-col {
  border-bottom: 1px solid #bdbdbd;
}

.current-col h3 {
  font-size: 36px;
  color: #007a63;
  position: relative;
  padding-bottom: 15px;
}

.current-col h3:after {
  content: "";
  width: 52px;
  height: 4px;
  background: #007a63;
  position: absolute;
  bottom: -2px;
  left: 0;
}

/* 列表页 */
.list-text {
  overflow: hidden;
  margin-top: 20px;
}

.list-text li {
  line-height: 70px;
  border-bottom: 1px solid #bdbdbd;
  overflow: hidden;
}

.list-text li .date {
  float: right;
  font-size: 16px;
  color: #7c7c7c;
}

.list-text li a.tit {
  float: left;
  position: relative;
  font-size: 18px;
  width: calc(100% - 100px);
  color: #333333;
  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 #007a63;
}

.list-text li:hover a.tit {
  color: #007a63;
  font-weight: bold;
}

/* 图片列表 */
.list-pics {
  overflow: hidden;
  margin: 40px -15px;
}

.list-pics li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}

.list-pics li a {
  display: block;
  margin: 0 15px;
}

.list-pics li .pic {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.list-pics li .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list-pics li p {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pics li a:hover img {
  transform: scale(1.05);
}

.list-pics li a:hover p {
  color: #007a63;
}

/* 教师列表页 */
.list-tea {
  margin: 40px -18px 0;
}

.list-tea li {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}

.list-tea .box {
  margin: 0 18px;
  padding-top: 10px;
  position: relative;
}

.list-tea .box .pic {
  position: absolute;
  top: 0;
  left: 10px;
  width: 140px;
  height: 209px;
  overflow: hidden;
}

.list-tea .box .pic img {
  width: 100%;height:210px;
}

.list-tea .box .pic img:hover {
  transform: scale(1.05);
}

.list-tea .box .text {
  width: 100%;
  padding: 25px 10px 25px 170px;
  border: 1px solid #dcdcdc;
}

.list-tea .box .text p {
  font-size: 16px;
  color: #444444;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-tea .box .text a {
  display: inline-block;
  color: #007a63;
  font-size: 24px;
  margin-bottom: 10px;
}

.list-tea .box:hover .text {
  background: #007a63;
  box-shadow: 0 0 20px 0 #d3d2d2;
}

.list-tea .box:hover a {
  color: #fff !important;
}

.list-tea .box:hover p {
  color: rgba(255, 255, 255, 0.54) !important;
}

/* 内容页 */
.article {
  margin-top: 40px;
}

.article h1 {
  text-align: center;
  color: #007a63;
  font-size: 26px;
  font-weight: normal;
  line-height: 38px;
  padding: 0 15px 15px;
}

.article h2 {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  text-align: center;
}

.article .info {
  padding-top: 10px;
  color: #777777;
  font-size: 15px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdbd;
}

.article .info span {
  margin: 0 5px;
}

.article .content {
  padding: 30px 0 15px;
}

.article .content p {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  padding-bottom: 15px;
  text-align: justify;
}

.article .content p img,
.article .content p video {
  max-width: 100%;
}

.article .content p.vsbcontent_img img {
  margin-left: 0;
}

.article .content table p {
  text-indent: 0;
}

.article .np {
  border-top: 1px solid #bdbdbd;
  padding-top: 25px;
}

.article .np a {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  color: #333333;
}

.article .np a span {
  color: #007a63;
}

.article .np a:hover {
  color: #007a63;
}