body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1350px;
  font: normal 100% 微软雅黑, "Microsoft YaHei", 宋体, Arial, Tahoma, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-weight: inherit;
  border: 0;
  outline: 0;
  resize: none
}

address,
caption,
cite,
code,
dfn,
em,
var,
b {
  font-style: normal;
  font-weight: normal;
}

input,
textarea {
  outline-style: none
}

input::-webkit-input-placeholder {
  color: #A9A9A9;
  font-size: 12px
}

input::-moz-placeholder {
  color: #A9A9A9;
  font-size: 12px
    /* Mozilla Firefox 19+ */
}

input:-moz-placeholder {
  color: #A9A9A9;
  font-size: 12px
    /* Mozilla Firefox 4 to 18 */
}

input:-ms-input-placeholder {
  color: #A9A9A9;
  font-size: 12px
    /* Internet Explorer 10-11 */
}

::selection {
  background: #8a2f2d;
  color: #fff;
}

::-moz-selection {
  background: #8a2f2d;
  color: #fff;
}

::-webkit-selection {
  background: #8a2f2d;
  color: #fff;
}

em,
i,
b {
  font-style: normal;
}

ul,
ol,
li {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

.fl {
  float: left
}

.fr {
  float: right
}

a {
  text-decoration: none;
  color: #333
}

.clear {
  clear: both
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden
}

.h100 {
  height: 100%
}

.pd15 {
  padding: 0 15px
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 水平垂直居中 */
.cz_center {
  display: flex;
  align-items: center;
}

/* 垂直居中 */
.sp_center {
  display: flex;
  justify-content: center;
}

/* 水平居中 */


/* header */
/* #header{overflow:hidden} */

/* top */
.top {
  width: 100%;
  height: 200px;
}

.topbj {
  background: url(../images/top_bj.png) no-repeat center right
}

.logo {
  height: 200px;
}

.logo em {
  display: block;
  float: left;
  width: 325px;
  height: 67px;
  padding-right: 45px;
  border-right: 1px solid #d0d0d0;
  background: url(../images/logo.png) no-repeat
}

.logo p {
  float: left;
  margin-left: 45px;
  line-height: 67px;
  font-size: 36px;
  font-weight: bold;
  color: #8a2f2d
}

.logo em,
.logo p {
  margin-top: 40px
}

.search {
  width: 258px;
  height: 27px;
  border: 1px solid #d4d4d4;
  margin-top: 15px
}

.search-f {
  overflow: hidden;
  height: 100%
}

.search .serach_input {
  width: 76%;
  line-height: 27px;
  margin-left: 10px;
  border: 0;
  font-family: "宋体";
  font-size: 12px;
  color: #666
}

.search .btn_serach {
  width: 27px;
  height: 27px;
  margin-right: 7px;
  border: 0;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center
}

/* nav */
.nav_box {
  width: 100%;
  height: 48px;
  background: #8a2f2d;
  position: relative
}

.nav_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, .05)
}

.nav {
  width: 1300px;
  margin: 0 auto;
}

.nav li {
  float: left;
  width: 14.2%;
  height: 48px;
  border-right: 1px solid #c44949;
  position: relative
}

.nav li.last {
  background: none;
}

.nav li:last-child {
  border-right: none !important
}

.nav li a {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
}

.nav li a span {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  line-height: 48px
}

.nav li a.selected span {
  background: #641e1c;
}

.nav li a.selected2 span {
  background: #641e1c;
}

.nav li.selected .submenu {
  display: block;
}

.nav li .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  background: #FFF;
  box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.4)
}

.nav li .submenu {
  z-index: 9999;
}

.nav li .submenu li {
  width: 100%;
  height: 45px;
  float: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted #CCC;
  border-right: none !important
}

.nav li .submenu li a {
  float: none;
  padding: 0;
  border: none;
  text-align: center;
  white-space: nowrap;
  background: none;
  line-height: 45px;
  font-size: 13px;
  color: #666;
}

.nav li .submenu li a:hover {
  background: #8a2f2d;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

/* content */
#content {
  overflow: hidden;
  margin: 40px auto 0 auto
}

/* 教学管理 */
.tzgg {
  overflow: hidden;
  margin-bottom: 45px;
}

/* 通知公告新闻图片 */
.tz_new_img {
  width: 480px;
  height: 250px;
  position: relative;
}

.tz_new_img img {
  width: 100%;
  height: 100%
}

.tz_new_tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, .5)
}

.tz_new_tit p {
  padding-left: 15px;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #FFF;
  float: left
}

.tz_new_tit i {
  font-size: 13px;
  margin-right: 15px;
  color: #FFF;
  float: right
}

.tz_list {
  width: 780px;
  overflow: hidden
}

.tz_list p {
  font-size: 18px;
  color: #444;
  line-height: 20px;
  padding-left: 35px;
  background: url(../images/tit_icon.png) no-repeat left center
}

.tz_list en {
  font-size: 15px;
  color: #888;
  text-transform: uppercase;
  margin-left: 15px
}

.tz_list dt a,
.tz_list dt h6 {
  font-size: 15px !important;
}

.tz_list dt a {
  padding-left: 16px !important
}

.tz_list dt a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 4px !important;
  height: 4px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #076c83
}

.tz_list dt a,
.tz_list dt h6 {
  line-height: 35px !important
}

.area {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px
}

.area li {
  width: 31%;
  overflow: hidden;
}

/* 版块标题 */
.biaoti {
  width: 100%;
  position: relative;
  /* padding-bottom: 12px; */
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 18px
}

.biaoti b {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
  background: url(../images/navs_bg1.png) no-repeat center bottom;
}

.biaoti a {
  color: #858585;
  font-size: 14px;
  float: right;
  font-family: Tahoma;
  border: 1px solid #858585;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 19px;
  text-align: center;
}

.biaoti a:hover {
  border: 1px solid #8a2f2d;
  color: #8a2f2d
}

/* 新闻列表 */
.news_box {
  overflow: hidden;
  margin-top: 18px
}

.news_box dd {
  width: 100%;
  height: 90px;
  margin: 0 0 21px 0
}

.news_img {
  height: 100%
}

.news_img img {
  width: 130px;
  height: 90px
}

.news_xx {
  width: 65%;
  overflow: hidden
}

.news_xx a {
  display: block;
  font-size: 15px;
  color: #484848;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.news_xx a:hover {
  color: #8a2f2d
}

.news_xx p {
  font-size: 12px;
  color: #888;
  line-height: 32px
}

.news_xx span {
  font-size: 12px;
  color: #7b7b7b;
  line-height: 17px
}

.news_xx b {
  font-size: 12px;
  color: #7b7b7b;
  line-height: 17px
}

.news_xx b a {
  font-size: 12px;
  color: #f00;
  line-height: 17px;
  display: initial
}

.news_xx b a:hover {
  text-decoration: underline
}

.news_box dt {
  width: 100%;
  overflow: hidden
}

.news_box dt a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #8a2f2d
}

.news_box dt a {
  display: block;
  position: relative;
  float: left;
  width: 72%;
  font-size: 13px;
  color: #333;
  padding-left: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.news_box dt a:hover {
  color: #8a2f2d;
  text-decoration: underline
}

.news_box dt a,
.news_box dt h6 {
  line-height: 37px
}

.news_box dt h6 {
  float: right;
  font-weight: normal;
  font-size: 13px;
  color: #a3a3a3
}

/* 图片链接 */
.zt_link {
  margin-bottom: 45px;
  overflow: hidden
}

.zt_link .biaoti en {
  font-size: 15px;
  color: #888;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 15px
}

.pic_link {
  width: 100%;
  height: 70px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: space-between;
  flex-wrap: wrap;
}

.pic_link dt {
  width: 30.5%;
  height: 70px;
  position: relative
}

.pic_link dt a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pic_link dt b {
  font-size: 22px;
  font-weight: bold;
  /*  -webkit-text-stroke:3px #FFF; */
  text-shadow: 0 1.5px #FFF, 1.5px 0 #FFF, -1.5px 0 #FFF, 0 -1.5px #FFF;
  color: #2b409a;
  line-height: 30px;
  padding-left: 45px;
  margin-left: 130px
}

.pic_link dt em {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6px;
  height: 70px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.pic_link dt:nth-child(1) {
  background: url(../images/pic_link_bj.jpg) no-repeat 0 0
}

.pic_link dt:nth-child(2) {
  background: url(../images/pic_link_bj.jpg) no-repeat 0 -70px
}

.pic_link dt:nth-child(3) {
  background: url(../images/pic_link_bj.jpg) no-repeat 0 -140px
}

.pic_link dt:nth-child(1) b {
  background: url(../images/pic_link_icon.png) no-repeat 0 0
}

.pic_link dt:nth-child(2) b {
  background: url(../images/pic_link_icon.png) no-repeat 0 -30px
}

.pic_link dt:nth-child(3) b {
  background: url(../images/pic_link_icon.png) no-repeat 0 -60px
}

.pic_link dt:nth-child(1) em {
  background: #447fd5
}

.pic_link dt:nth-child(2) em {
  background: #f2a327
}

.pic_link dt:nth-child(3) em {
  background: #639572
}

.pic_link dt:hover em {
  width: 12px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/* footer */
#footer {
  background: #8a2f2d;
  padding: 55px 0;
  margin-top: 10px
}

.f_logo {
  width: 211px;
  height: 125px;
  background: url(../images/f_logo.png) no-repeat;
  margin-right: 85px
}

.f_info {
  padding-left: 85px;
  border-left: 1px solid #c54949
}

.f_info b {
  display: block;
  font-size: 16px;
  color: #FFF;
  margin-bottom: 17px
}

.f_info en {
  font-size: 12px;
  color: #FFF;
  margin-left: 22px
}

.f_info p {
  color: #faacac;
  font-size: 12px;
  line-height: 25px
}

.f_qr {
  text-align: center
}

.f_qr img {
  width: 100px;
  height: 100px
}

.f_qr p {
  font-size: 13px;
  color: #FFF;
  line-height: 38px
}

.f_nav {
  width: 255px;
  padding: 20px 0;
  margin-right: 100px;
  border-top: 1px solid #c54949;
  border-bottom: 1px solid #c54949
}

.f_nav dt {
  float: left;
  width: 85px;
}

.f_nav dt a {
  display: block;
  font-size: 13px;
  color: #faacac;
  text-align: center;
  margin: 14px 0
}

.f_nav dt:hover a {
  color: #FFF
}

.f_bq {
  width: 100%;
  background: #641e1c
}

.f_bq p {
  font-size: 12px;
  line-height: 50px;
  color: #FFF;
  text-align: center
}









/* 内页start */
/* .ny_banner{width:100%; height:260px; background:url(../images/ny_banner.jpg) no-repeat} */

#ny_content {}

/* 当前位置 */
.n_title {
  position: relative;
  height: 40px;
  padding-top: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}

.n_add {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 40px;
  color: #9b9c9d;
  background: url(../images/icon_home.png) left center no-repeat;
}

.n_add span {
  display: block;
  float: left;
  width: 12px;
  height: 40px;
  background: url(../images/position.png) no-repeat center;
  margin-right: 15px
}

.n_add b,
.n_add a,
.n_add i {
  font-size: 12px;
  color: #9b9c9d;
}

.n_add em {
  font-size: 12px;
  color: #771f1e;
  font-style: normal;
}

.n_add a:hover {
  color: #771f1e;
  text-decoration: underline;
}

/* 内页左侧 */
#ny_left {
  width: 195px;
  position: relative;
  margin-top: 0px;
  float: left;
  transition: all 01s ease;
  -webkit-transition: all 01s ease;
  -moz-transition: all 01s ease;
  -ms-transition: all 01s ease;
  -o-transition: all 01s ease;
}

#ny_left.fix {
  position: fixed;
  top: 0;
  margin-top: 0;
}

.lm_name {
  width: 100%;
  height: 80px;
  background: #8a2f2d;
  position: relative;
  z-index: 99
}

.lm_name:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 155px;
  height: 80px;
  background: linear-gradient(55deg, transparent 85px, rgba(255, 255, 255, .07) 0) top left;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0)
}

.lm_name div {
  margin-left: 30px;
  position: relative
}

.lm_name p {
  font-size: 16px;
  color: #FFF;
  line-height: 28px
}

.lm_name en {
  font-size: 12px;
  color: #FFF;
  text-transform: Uppercase;
}

/* 内页左侧导航 */
#sub_nav {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #8a2f2d;
  display: block;
  background: #fff;
}

#sub_nav dt {
  display: block;
  background: url(../images/icon_n_nav_li.png) 145px center no-repeat #fff;
}

#sub_nav dt .a {
  font-size: 14px;
  margin: 0 15px;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e7e4e4;
  display: block;
  color: #333;
}

#sub_nav dt .a.on_border {
  border: none !important;
}

#sub_nav dt:hover,
#sub_nav dt.on {
  color: #fff;
  background: url(../images/icon_n_nav_li.png) 155px center no-repeat #8a2f2d;
}

#sub_nav dt:hover .a {
  color: #fff;
  border-bottom: 1px solid #8a2f2d;
}

#sub_nav dt.on .a {
  color: #fff;
  border-bottom: 1px solid #8a2f2d;
}

#sub_nav dt,
#sub_nav dt:hover,
#sub_nav dt .a,
#sub_nav dt:hover .a,
#sub_nav dt.on,
#sub_nav dt.on .a {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

/* 内页左侧图片链接 */
.left_img_link {
  width: 100%
}

.left_img_link li {
  height: 76px;
  margin-bottom: 10px;
  border: 1px solid #b6b6b6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative
}

.left_img_link li a {
  display: block;
  width: 100%;
  height: 100%;
}

.left_img_link li:nth-child(1) {
  background: url(../images/img_linkbj.jpg) no-repeat 0 0
}

.left_img_link li:nth-child(2) {
  background: url(../images/img_linkbj.jpg) no-repeat 0 -76px
}

.left_img_link li:nth-child(3) {
  background: url(../images/img_linkbj.jpg) no-repeat 0 -152px
}

/* 内页右侧 */
#ny_right {
  width: 80%;
  min-height: 245px;
  margin-bottom: 45px;
  float: right;
}

.ny_right_cont {
  padding-bottom: 80px;
  position: relative;
  min-height: 600px;
}

.ar_article {
  font-size: 14px;
  color: #4f5052;
  line-height: 34px;
  text-indent: 2em;
  text-align: justify
}

/*.ar_article p, .ar_article b, .ar_article span{display:block; font-size:14px; color:#4f5052; line-height:34px; text-indent:2em; text-align:justify; margin-bottom:15px}*/
hr {
  display: block;
  height: 1px;
  border: 0;
  background: #dcdfe0;
  margin: 2em auto
}

.ar_article img {
  max-width: 100%;
  text-align: center;
  margin-bottom: 15px
}

/* 内页右侧新闻 */
.ny_news {
  overflow: hidden
}

.nyimg_box {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyimg_box dt {
  width: 30%;
  background: #F4F4F4
}

.nyimgnews {
  border: 1px solid #EEE;
  height: 180px;
  overflow: hidden;
  position: relative
}

.nyimgnews img {
  max-width: 100%;
  max-height: 100%
}

.text_box {
  width: 100%;
  margin-top: 15px;
  padding-bottom: 15px
}

.text_box a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: block
}

.text_box a:hover {
  color: #8a2f2d
}

.text_box i {
  display: block;
  font-size: 12px;
  color: #777;
  line-height: 30px
}

.text_box b {
  font-size: 12px;
  color: #555;
  line-height: 22px
}

.nynew_list {
  overflow: hidden;
  margin: 25px auto
}

.nynew_list li {
  overflow: hidden;
  border-bottom: 1px dotted #CCC
}

.nynew_list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 2px;
  background: #8a2f2d
}

.nynew_list li a {
  display: block;
  width: 85%;
  position: relative;
  float: left;
  padding-left: 20px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.nynew_list li a:hover {
  color: #8a2f2d
}

.nynew_list li i {
  float: right;
  font-size: 13px;
  color: #777;
}

.nynew_list li a,
.nynew_list li i {
  line-height: 55px
}

.page-box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0
}

.pages {
  overflow: hidden;
  display: inline-block
}

.pages a {
  float: left;
  color: #555;
  font-size: 13px;
  padding: 5px 15px;
  margin: 0 6px;
  border: 1px solid #CCC;
}

.pages a:nth-child(1) {
  margin-left: 0 !important
}

.pages .on {
  background: #8a2f2d;
  border: 1px solid #8a2f2d;
  color: #FFF
}

.pages a:hover {
  background: #8a2f2d;
  border: 1px solid #8a2f2d;
  color: #FFF
}

.picScroll-left {
  width: 100%;
  float: right;
  overflow: hidden;
  position: relative;
}

.picScroll-left .hd {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden
}

.picScroll-left .hd .prev {
  left: 0
}

.picScroll-left .hd .next {
  right: 0
}

.hd .prev,
.hd .next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  font-family: "å®‹ä½“";
  font-size: 30px;
  line-height: 58px;
  color: #FFF;
  background: rgba(0, 0, 0, .3);
  padding: 0 6px;
  z-index: 999
}

.hd .prev:hover,
.hd .next:hover {
  background: #8a2f2d
}

.picScroll-left .bd {
  /* width: 1200px; */
  margin: 0 auto
}

.picList {
  overflow: hidden
}

.picList li {
  width: 220px;
  height: 160px;
  overflow: hidden;
  text-align: center;
  margin: 0 20px;
}

/*
.picList li img{text-align:center; width:100%; height:160px; image-rendering:pixelated; image-rendering:-webkit-optimize-contrast;}*/

.picList li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #eee;
}

.picList li img {
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}