/*全局样式*/
.w100 {
  width: 100%;
}
.W1200{ width:1200px; margin:0 auto; background:#fff;}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #000;
  background: #f1f1f1;
  font: 14px/22px 'Microsoft YaHei', arial, sans-serif;
  min-width: 1160px;
}
/*最小宽度1200px是为了适应移动端预览*/
a {
  color: #391c05;
}
a:hover {
  color: #940000;
}
input {
  outline: none;
}
input,
textarea {
  outline: none;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.input_com {
  border: 2px solid #0099d9;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 35px;
}
.ml45 {
  margin-left: 35px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
.p_a {
  position: absolute;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
/*全局样式 end*/
.index-body {
  background: #fff url(../images/footer_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.header {
  background: url(/images/header_bg.jpg) no-repeat center center;
  background-size: cover;
}
.header .w1200 {
  padding: 32px 0 28px;
}
.header .logo * {
  display: block;
}
.header .search {
  margin-top: 5px;
  background: url(/images/sear1.png);
}
.header .search .search-text {
  height: 39px;
  padding-left: 10px;
  width: 165px;
  background: none;
  color: #fff;
  font-size: 16px;
}
.nav ul li {
  float: left;
  width: 10%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.nav ul li a {
  display: block;
  color: #4a4a4a;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
}
.nav ul li.on a,
.nav ul li:hover a {
  background: #83000a;
  color: #fff;
}
.nav ul li .sub {
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  background: #83000a;
  display: none;
}
.nav ul li .sub a {
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.nav ul li .sub a:hover {
  background: #fff;
  color: #83000a;
}
.banner {
  position: relative;
}
.banner .bd li * {
  width: 100%;
  display: block;
}
.banner .hd {
  position: absolute;
  width: 100%;
  bottom: 25px;
  text-align: center;
}
.banner .hd li {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
}
.banner .hd li.on {
  background: #83000a;
}
.banner .operation {
  position: absolute;
  width: 100%;
  top: 50%;
}
.prev,
.next {
  margin: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  color: #fff;
  font-family: '宋体';
  font-weight: bolder;
  margin-top: -25px;
}
.title {
  border-bottom: #940000 2px solid;
  height: 40px;
  padding-top: 5px;
  background: url(/images/cloud.png) no-repeat right center;
  margin-bottom: 15px;
}
.title h4 {
  font-size: 18px;
  margin-left: 15px;
  line-height: 40px;
  font-weight: normal;
  display: inline-block;
}
.title a {
  float: right;
  line-height: 40px;
  font-size: 14px;
}
.index-news-box {
  margin-top: 15px;
}
.index-news-box .school-news-box {
  width: 780px;
}
.index-news-box .school-news-box .title {
  background-position: 560px center;
}
.index-news-box .school-news-box .news-banner {
  width: 368px;
  float: left;
  position: relative;
}
.index-news-box .school-news-box .news-banner .bd li {
  width: 100%;
  position: relative;
}
.index-news-box .school-news-box .news-banner .bd li * {
  width: 100%;
  display: block;
}
.index-news-box .school-news-box .news-banner .bd li img {
  height: 265px;
}
.index-news-box .school-news-box .news-banner .bd li p {
  width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 10px;
  line-height: 38px;
  color: #fff;
  z-index: 1;
}
.index-news-box .school-news-box .news-banner .bd li::after {
  content: '';
  position: absolute;
  height: 38px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
}
.index-news-box .school-news-box .news-banner .hd {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 14px;
}
.index-news-box .school-news-box .news-banner .hd li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  float: left;
  margin-left: 6px;
}
.index-news-box .school-news-box .news-banner .hd li.on {
  background: #007ee8;
}
.index-news-box .school-news-box .news-list-box {
  width: 395px;
  float: right;
}
.index-news-box .school-news-box .news-list-box li {
  height: 37px;
  line-height: 37px;
  padding-left: 24px;
  background: url(/images/li_icon.png) no-repeat 5px center;
  border-bottom: #e5e5e5 1px solid;
}
.index-news-box .school-news-box .news-list-box li a {
  width: 285px;
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
}
.index-news-box .school-news-box .news-list-box li span {
  float: right;
  font-size: 14px;
  color: #8b8b8b;
}
.index-news-box .school-news-box .news-list-box li:hover {
  background: url(/images/li_icon_red.png) no-repeat 5px center;
}
.index-news-box .school-news-box .news-list-box li:hover a:hover {
  color: #940000;
}
.index-news-box .notice-box {
  width: 385px;
}
.index-news-box .notice-box li {
  height: 64px;
  margin-top: 35px;
  background: #f8f8f8;
}
.index-news-box .notice-box li span {
  float: left;
  width: 80px;
  height: 100%;
  background: #940000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.index-news-box .notice-box li span strong {
  font-size: 30px;
  line-height: 1;
  display: block;
  margin-top: 8px;
  font-weight: normal;
}
.index-news-box .notice-box li a {
  display: block;
  margin-left: 80px;
  padding: 8px 8px 0;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news-box .notice-box li a:hover {
  color: #940000;
}
.index-news-box .notice-box li:first-child {
  margin-top: 0;
}
.advertising-box img {
  width: 100%;
  display: block;
}
.photo-box {
  margin-top: 10px;
  position: relative;
}
.photo-box .photo-banner {
  margin: 0 36px;
  overflow: hidden;
}
.photo-box .photo-banner li {
  width: 243px;
  height: 174px;
  border: #fff 4px solid;
  margin-right: 42px;
}
.photo-box .photo-banner li img {
  width: 100%;
  height: 100%;
  display: block;
}
.photo-box .prev,
.photo-box .next {
  position: absolute;
  margin: 10px 0 0;
  left: 0;
  top: 50%;
  text-shadow: #666 1px 1px 5px;
}
.photo-box .next {
  left: auto;
  right: 0;
}
.links-box {
  margin-top: 45px;
}
.links-box li {
  float: left;
  width: 146px;
  height: 118px;
  background: #fff;
  margin-right: 64.8px;
  text-align: center;
  transition: all 0.25s;
}
.links-box li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #525252;
  line-height: 2;
}
.links-box li a em {
  width: 100%;
  height: 60px;
  margin-top: 14px;
  display: block;
  transition: all 0.25s;
}
.links-box li:first-child {
  margin-left: 0;
}
.links-box li:hover {
  background: #b73333;
}
.links-box li:hover a {
  color: #fff;
}
.icon-1 {
  background: url(/images/info_1.png) no-repeat center center;
}
.links-box li:hover .icon-1 {
  background: url(/images/info_1_hover.png) no-repeat center center;
}
.icon-2 {
  background: url(/images/info_2.png) no-repeat center center;
}
.links-box li:hover .icon-2 {
  background: url(/images/info_2_hover.png) no-repeat center center;
}
.icon-3 {
  background: url(/images/info_3.png) no-repeat center center;
}
.links-box li:hover .icon-3 {
  background: url(/images/info_3_hover.png) no-repeat center center;
}
.icon-4 {
  background: url(/images/info_4.png) no-repeat center center;
}
.links-box li:hover .icon-4 {
  background: url(/images/info_4_hover.png) no-repeat center center;
}
.icon-5 {
  background: url(/images/info_5.png) no-repeat center center;
}
.links-box li:hover .icon-5 {
  background: url(/images/info_5_hover.png) no-repeat center center;
}
.icon-6 {
  background: url(/images/info_6.png) no-repeat center center;
}
.links-box li:hover .icon-6 {
  background: url(/images/info_6_hover.png) no-repeat center center;
}
.footer {
  margin-top: 42px;
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  background:url(/images/footb.png) ;
}
.footer .fr {
  text-align: center;
  line-height: 1.5;
}
.footer .fr img {
  width: 78px;
  height: 78px;
}
.bottom {
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  background: #000;
  color: #fff;
}




/*neiye*/
.nban{width:100%; position:relative;}
.nban img{width: 100%; height: auto;}
.ejdh{background: #f3f3f3; height: 80px; }
.ntit{width: 230px; background:#c60000; color: #fff; }
.ntit h2{font-size: 22px; line-height: 80px; text-align: center;}
.nymenu{margin:0 auto; width:100%; background:#f3f3f3;}
.nymenu li{height:80px; line-height:80px; text-align:center;}
.nymenu li a{color:#000; padding:0 20px; font-size:16px;}
.nymenu li a:hover{display:block; color:#fff; background:#83000a;}
.sjdh{margin:0 auto; width:100%; background: #dff0ff; padding-top: 20px;}
.sjdh li{height:40px; line-height:40px; text-align:center; margin:0 auto 10px auto ;}
.sjdh li a{color:#000; padding:0 20px; font-size:16px;}
.sjdh li a:hover{display:block; color:#0b4064; background:#fff; width: 75%; margin: 0 auto; border-radius: 10px; }




.ny_dqwz{border-bottom:1px dotted #ccc; line-height:34px; height: 34px; text-align:left; padding-right:10px; font-size: 14px;}
.ny_dqwz a{display:inline}

.ny_about{padding:15px; overflow:hidden;  color:#616161}

.ny_about p{text-indent:2em;line-height:34px; font-size:16px;}
.ny_about h2{font-size:24px; color:#83000a; line-height:40px; text-align:center;}
.ny_fbt{text-align:center; line-height:38px; border-bottom:1px solid #ccc; margin-bottom:20px;}
.tt_more{background:#f7f7f7; width:220px; height:50px; text-align:center; line-height:50px; margin:20px auto;}
.tt_more a{color:#4d0c0a; font-size:16px;}
.tt_more:hover a{background:#4d0c0a; color:#fff !important; display:block;}
.tit3{width:100%; border-bottom:1px solid #ccc;margin:20px 0;}
.tit3 h2{height:40px; line-height:40px; color:#5d0001; font-weight: bold; font-size:24px; text-align:left; padding:0 10px; }
.tit3 span{text-transform: uppercase; color: #bcdfff;}
.nt_bt{border-bottom:1px solid #ccc; line-height:60px; text-align:left; }
.nt_bt h2{font-size:24px; text-indent: 10px;}
.nt_eng{text-align:right; font-size:16px; text-transform:uppercase;}
.kstdn{background: #f3f3f3;  width:100%;}
.nmedia_o1 {
    margin-top: 17px;
    margin-bottom: 18px;
}
.nltjiaoyi {
    width: 81px;
    height: 85px;
    background: #c60000;
    text-align: center; color:#fff;
}
.nmedia_o1 li {
    margin-bottom: 20px; width:100%; margin-right:20px;font-size:15px;
}
.nltjiao {
    width: 855px;
}
.nltjiao h5 {
    font-size: 16px;
    line-height: 24px;
}
.nmmkie {
    display: block;
}
.nltjiaoyi strong {
    padding-top: 13px;
    line-height: 30px;
    font-size: 17px;
}
.nltjiaoyi span {
    line-height: 25px;
    font-size: 12px;
}
.nltjiao p {
    line-height: 18px;
    font-size: 12px;
    margin-top: 4px;
    color: #A9A9A9;
}