﻿
/* CSS Document */

/*通用样式*/
body {
  font-size: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #666666;
  font-family: "微软雅黑";
  background: url(../image/bg.png) no-repeat center top/contain;
}
img {
  border: 0px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
  padding: 0px;
  margin: 0px;
}
ul,
ol,
li {
  list-style-type: none;
}
.copy {
  font-family: arial, Helvetica, sans-serif;
}
.black5 {
  height: 5px;
  clear: both;
  overflow: hidden;
  margin: auto;
}
.black10 {
  height: 10px;
  clear: both;
  overflow: hidden;
  margin: auto;
}
.black15 {
  height: 15px;
  clear: both;
  overflow: hidden;
  margin: auto;
}
.black20 {
  height: 20px;
  clear: both;
  overflow: hidden;
  margin: auto;
}
.black30 {
  height: 30px;
  clear: both;
  overflow: hidden;
  margin: auto;
}
.black60 {
  height: 60px;
  clear: both;
  overflow: hidden;
  margin: auto;
}
.line01 {
  width: 1200px;
  background-image: url(https://ft.haedu.cn/2024/images/line01.png);
  background-repeat: repeat-x;
  background-position: center;
  height: 36px;
  margin: 0px auto;
  padding: 0px;
}
.title02 {
  border-left: #ff6600 8px solid;
  margin: 25px auto;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}
.nav_site {
  width: 1200px;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
  margin: 0px auto 15px;
  padding: 0px;
  box-sizing: border-box;
  padding-left: 48px;
}
.ads01 {
  width: 1200px;
  margin: 10px auto 30px;
}
a{
  border: none;
  outline: none;
}
/*链接样式*/
a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #b71d37;
  text-decoration: underline;
}

.menu a:link {
  text-decoration: none;
  color: #ffffff;
  padding: 0px 10px;
}
.menu a:visited {
  text-decoration: none;
  color: #ffffff;
}
.menu a:hover {
  text-decoration: none;
}

.menu_z a:link {
  text-decoration: none;
}
.menu_z a:visited {
  text-decoration: none;
}
.menu_z a:hover {
  text-decoration: none;
}

.footer a:link {
  color: #cccccc;
  text-decoration: none;
}
.footer a:visited {
  color: #cccccc;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/*顶部样式*/
.top_w {
  width: 100%;
  border-bottom: 1px #f6f6f6 solid;
  line-height: 40px;
  background-color: #efefef;
}
.top {
  padding: 0px 0px;
  margin: auto;
  width: 1200px;
  font-size: 14px;
}

/*头部样式*/
.header {
  width: 1200px;
  margin: 30px auto 30px;
  padding: 0px;
}
.logo {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 53px;
  padding-bottom: 68px;
}
.mobile_logo {
  display: none;
}
.flogo {
  float: left;
  margin: 0px;
  padding: 0px;
}
.tel {
  float: right;
  margin: 0px;
  padding: 0px;
}

.so_w {
  width: 470px;
  padding: 0px;
  margin-top: 8px;
  margin-left: 50px;
  float: right;
}
.so {
  background-image: url(https://ft.haedu.cn/2024/images/sobg.png);
  width: 470px;
  height: 36px;
  overflow: hidden;
}
.so_input {
  float: left;
  width: 360px;
  margin-left: 7px;
  margin-top: 3px;
  line-height: 28px;
  border: 0;
  float: left;
  cursor: text;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  font-family: "微软雅黑";
}
.so_submit {
  float: left;
  margin-left: 4px;
  margin-top: 0px;
  display: inline;
  width: 95px;
  height: 42px;
  overflow: hidden;
}
.keyboard {
  width: 470px;
  line-height: 20px;
  margin: 10px auto;
  padding: 0px;
  text-align: left;
  font-size: 14px;
}
.keyboard ul {
  width: 470px;
  margin: 0px;
  padding: 0px;
}
.keyboard ul li {
  float: left;
  margin-right: 10px;
  padding: 0px;
}
.keyboard_left {
  float: left;
  width: 60px;
  margin: 0px;
  padding: 0px;
}
.keyboard_right {
  float: right;
  width: 410px;
  margin: 0px;
  padding: 0px;
}

/*菜单样式*/
.menu_w {

}
.menu {
  width: 1200px;
  margin: auto;
  padding: 0px;
  overflow: hidden;
}
.menu ul {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.menu ul li {
  float: left;
  padding: 0px;
  width: 182px;
  height: 144px;
  background: linear-gradient(0deg, #EF6246, #FFBF7a);
  border-radius: 12px;
  text-align: center;
  font-weight: bold;
  margin-right: 21px;
  box-sizing: border-box;
}
.menu ul li:last-child{
  margin-right: 0;
}
.menu ul li img{
  display: block;
  margin: 23px auto 20px;
}
.menu ul li a{
  text-align: center;
}
.menu ul li a span{
  display: block;
  font-size: 19px;
  color: #FFFFFF;
}
.menu_z {
  background: linear-gradient(0deg, #94DBFF, #4697FF) !important;
  display: block;
}
.menu_mall {
  display: none;
}

/*第一栏*/
.yi {
  width: 1200px;
  margin: 15px auto 0px;
  padding: 0px;
  margin-top: 56px;
}
.yi_left {
  float: left;
  width: 575px;
  margin: 0px;
  padding: 0px;
}
.yi_right {
  float: right;
  width: 500px;
  margin: 0px;
  padding: 0px;
}

/*院校列表*/
.yuanxiao {
  width: 1200px;
  margin: 0px auto;
  padding: 0px;
}
.yuanxiao ul {
  width: 1210px;
  margin-right: -10px;
  padding: 0px;
  overflow: hidden;
}
.yuanxiao ul li {
  float: left;
  width: 290px;
  margin: 0px;
  padding: 0px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.yuanxiao_box {
  height: 85px;
  margin: 0px;
  padding: 0px;
  background-color: #efefef;
}
.yuanxiao_boxL {
  float: left;
  margin: 0px;
  padding: 20px 0px 15px 20px;
  width: 50px;
}
.yuanxiao_boxR {
  float: right;
  margin: 0px;
  padding: 20px 0px 15px 10px;
  width: 205px;
}
.yuanxiao_title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 3px;
}
.yuanxiao_ftitle {
  font-size: 14px;
  line-height: 28px;
}

/*今日热点*/
.jinriredian {
  margin: 0px;
  padding: 0px;
}

/*特色专业*/
.tesezhuanye {
  margin: 0px;
  padding: 0px;
}
.tesezhuanye_left {
  width: 50px;
  height: 111px;
  padding-top: 10px;
  margin: 0px;
  float: left;
  background-image: url(https://ft.haedu.cn/2024/images/title_03.jpg);
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.tesezhuanye_right {
  width: 515px;
  float: right;
  margin: 0px;
  padding: 0px;
}
.tesezhuanye_right ul {
  width: 525px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
.tesezhuanye_right ul li {
  width: 165px;
  float: left;
  text-align: center;
  line-height: 34px;
  background-color: #efefef;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

/*特别推荐*/
.tebietuijian {
  float: right;
  margin: 0px;
  padding: 0px;
}
.tebietuijian ul {
  width: 610px;
  margin-right: -10px;
  padding: 0px;
  margin-top: 0px;
}
.tebietuijian ul li {
  width: 188px;
  height: 189px;
  margin-right: 17px;
  float: left;
  padding: 0px;
  margin-bottom: 22px;
  font-size: 16px;
}
.tebietuijian_title {
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  background-color: #efefef;
  text-align: center;
}

/*新闻资讯*/
.news {
  float: right;
  margin: 0px;
  padding: 0px;
}
.news ul {
  width: 600px;
  padding: 0px;
  margin-top: 0px;
}
.news ul li {
  margin-left: 0px;
  float: left;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 24px;
}
.news_txt {
  font-size: 14px;
}
.news_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*重点推荐*/
.zhongdian {
  width: 1200px;
  margin: auto;
  padding: 0px;
}
.zhongdian ul {
  width: 1212px;
  margin-right: 12px;
  padding: 0px;
}
.zhongdian ul li {
  width: 190px;
  float: left;
  text-align: center;
  line-height: 34px;
  background-color: #efefef;
  margin-right: 12px;
  margin-bottom: 10px;
  font-size: 16px;
}

/*院校列表*/
.yuanxiao_list {
  width: 1200px;
  margin: 0px auto;
  padding: 0px;
}
.yuanxiao_list ul {
  width: 1212px;
  margin-right: -12px;
  padding: 0px;
  box-sizing: border-box;
  padding-left: 48px;
}
.yuanxiao_list ul li {
  /*float: left;*/
    display: inline-block;
  width: 266px;
  margin: 0px;
  padding: 0px;
  margin-right: 12px;
  margin-bottom: 10px;
}

/*新闻列表*/
.news_list {
  width: 1200px;
  margin: auto;
  padding: 0px;
}
.news_list ul {
  padding: 0px;
  margin-top: 0px;
}
.news_list ul li {
  margin-left: 0px;
  float: left;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 28px;
}
.news_list_txt {
  font-size: 16px;
}
.news_list_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*新闻内容*/
.news_c {
  width: 1200px;
  margin: auto;
  padding: 0px;
  font-size: 18px;
  line-height: 28px;
}

/*内容样式*/
.fangtan {
  width: 1200px;
  margin: auto;
  padding: 0px;
}
.fangtan_left {
  width: 700px;
  float: left;
  margin-top: 0px;
  background-color: #010101;
}
.fangtan_right {
  width: 470px;
  float: right;
  margin-top: 0px;
}
.fangtan_txt {
  border-top: #ccc 3px solid;
  padding: 30px 30px;
  margin: 0px;
  background-color: #f3f3f3;
  font-size: 16px;
  line-height: 30px;
}
.fangtan_weixin {
  margin-top: 10px;
  padding: 20px 30px;
  border-bottom: 1px #f3f3f3 solid;
  border-left: 1px #f3f3f3 solid;
  border-right: 1px #f3f3f3 solid;
  border-top: 1px #f3f3f3 solid;
}
.fangtan_weixinL {
  float: left;
  margin: 0px;
  padding: 0px;
}
.fangtan_code,.fangtan_name{
  overflow: hidden;
}
.fangtan_code_item{
  width: 50%;
  text-align: center;
  font-size: 12px;
}
.fangtan_name{
  padding-top: 5px;
}
.fangtan_weixinR {
  float: left;
  margin: 0px;
  padding: 0px;
}
.yuanxiao_txt {
  font-size: 16px;
  padding: 40px;
  text-align: left;
  line-height: 32px;
  background-color: #f3f3f3;
}
.yuanxiao_txt p {
  margin-bottom: 15px;
  padding: 0px;
}

/*底部样式*/
.footer_bg {
  background-color: #343434;
  width: auto;
  padding: 50px 0px;
  margin-top: 20px;
}
.footer {
  width: 1200px;
  margin: auto;
  padding: 0px;
  color: #cccccc;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}

/*分页样式*/
.page_list {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 60px;
  font-size: 16px;
}
.page_list a {
  border: 1px #ccc solid;
  padding: 10px;
  color: #000;
  text-decoration: none;
}
.page_list a:hover {
  border: 1px #dd6400 solid;
  padding: 10px;
  color: #fff;
  background-color: #ff7200;
  text-decoration: none;
}

/*焦点图*/
.nong {
  margin: 0 auto;
  padding: 0px;
}
.nong-btn,
.nong-title,
.nong-focus,
.nong-t,
.nong-btn {
  position: absolute;
}
.nong-title {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  left: 0;
  bottom: 0;
  _bottom: -1px;
  z-index: 1;
}
.nong-t {
  color: #fff;
  font-size: 16px;
  font-family: microsoft yahei;
  z-index: 2;
  bottom: 0;
  left: 10px;
  line-height: 40px;
}
.nong-focus span,
.nong-btn span {
  background: url(../image/ico.png) no-repeat;
  display: block;
}
.nong-focus {
  height: 40px;
  line-height: 40px;
  right: 20px;
  bottom: 0;
  z-index: 2;
}
.nong-focus span {
  width: 12px;
  height: 12px;
  line-height: 12px;
  float: left;
  margin-left: 5px;
  position: relative;
  top: 14px;
  cursor: pointer;
  background-position: -24px -126px;
  text-indent: -9999px;
}
.nong-btn {
  width: 100%;
  height: 41px;
  top: 50%;
  margin-top: -20px;
}
.nong-btn span {
  width: 41px;
  height: 41px;
  cursor: pointer;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  position: relative;
}
.nong-btn .left_btn {
  background-position: -2px -2px;
  float: left;
  left: 10px;
}
.nong-btn .right_btn {
  background-position: -2px -49px;
  float: right;
  right: 10px;
}
.nong-btn span.hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.nong-focus span.hover {
  background-position: -10px -126px;
}
.nong a:link,
.nong a:visited {
  color: #fff;
  text-decoration: none;
  padding: 0px;
  font-size: 14px;
}
.nong a:hover {
  color: #fff;
  text-decoration: underline;
  padding: 0px;
  font-size: 14px;
}

/*TaB*/
OL li {
  margin: 8px;
}
#con {
  margin: 0px auto;
  width: 1200px;
}
#tags {
  margin: 0px;
  padding: 0px;
  width: 1200px;
  height: 45px;
}
#tags li {
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center;
  height: 45px;
  width: 150px;
  line-height: 45px;
}
#tags li a {
  margin: 0px;
  padding: 0px;
  color: #333;
  line-height: 45px;
  height: 45px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
#tags li.emptyTag {
  background: none transparent scroll repeat 0% 0%;
  width: 4px;
}
#tags li.selectTag {
  background-position: left top;
  margin-bottom: -2px;
  position: relative;
  height: 45px;
  background-color: #Ea6845;
}
#tags li.selectTag a {
  background-position: right top;
  color: #ffffff;
  line-height: 45px;
  height: 45px;
  background-color: #Ea6845;
}
#tagContent {
  background-color: #fff;
  border-top: 3px #Ea6845 solid;
}
.tagContent {
  display: none;
  width: 1200px;
}
#tagContent div.selectTag {
  display: block;
}
.title-2{
  margin-bottom: 16px;
}
.s-name{
  color: #ffffff;
  position: relative;
  z-index: 1;
  top: -50px;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
}
.nong{
  overflow: unset !important;
}
.nong-focus{
  display: none;
}
.nong-title{
  width: 583px;
  height: 73px;
  background: #F1F1F1;
  overflow: hidden;
  opacity: 1;
  bottom: -73px;
}
.nong-t{
  left: 50%;
  transform: translateX(-50%);
  bottom: -58px;
  font-size: 19px !important;
  color: #333333 !important;
}
.nong img{
  width: 583px;
  height: 328px;
}
.nong-btn{
  top: unset;
  bottom: -68px;
  z-index: 500;
}
.nong-btn .left_btn{
  width: 10px;
  height: 17px;
  cursor: pointer;
  background: url(../image/left.png) no-repeat center/contain;
  opacity: 1;
}
.nong-btn .right_btn{
  width: 10px;
  height: 17px;
  cursor: pointer;
  background: url(../image/right.png) no-repeat center/contain;
  opacity: 1;
}

#tagContent1 p, #tagContent1 span {
  font-family: "micrsoft yahei" !important;
}
