/* 头部导航 */
.top_nav {
  height: 40px;
  line-height: 39px;
  background-color: #f8f8f8;
}

.top_nav_min .hd_nav_l .link {
  color: #666;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  position: relative;
}

.top_nav_min .hd_nav_l .home_bg {
  padding-left: 20px;
  background: url(../../images/campus/header_icon_1.png) no-repeat 3px 1px;
}

.top_nav_min .hd_nav_l .link::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #dddddd;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -6px;
}

.top_nav_min .hd_nav_l .link:last-child:after {
  content: "";
  display: none;
}

.top_nav_min .hd_nav_r .item_r {
  position: relative;
  background: url(../../images/campus/header_icon_3.png) no-repeat right center;
  padding-right: 17px;
}

.top_nav_min .hd_nav_r .no_item_bg {
  background-image: none;
  padding-right: 0;
}

.top_nav_min .hd_nav_r .item_r .link_r {
  color: #666;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 20px;
  position: relative;
}
.top_nav_min .hd_nav_r .item_r .tel_icon {
  background: url(../../images/campus/header_icon_2.png) no-repeat left center;
  padding-left: 12px;
}

.top_nav_min .hd_nav_r .item_r .division::before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  background-color: #dddddd;
  left: -10px;
  top: 50%;
  margin-top: -6px;
}

/* 头部导航下拉 */
.top_nav_min .hd_nav_r .item_r .dropdown {
  width: 112px;
  background-color: #fff;
  padding: 10px 0;
  position: absolute;
  top: 30px;
  left: -25px;
  box-shadow: 0px 3px 3px #ccc;
  /* border: 1px solid #ccc; */
  display: none;
  z-index: 344;
}
.hd_nav_r .item_r .dropdown .dropdown_item {
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  padding: 0 20px;
  line-height: 36px;
  text-align: center;
}
.hd_nav_r .item_r .dropdown .dropdown_item:hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}

.top_nav_min .hd_nav_r .item_r:hover .dropdown {
  display: block;
}

/* 手机端下载下拉列表 */
.hd_nav_r .item_r .download {
  min-width: 150px;
  position: absolute;
  right: -8px;
  padding: 12px;
  background-color: #fff;
  color: #606266;
  font-size: 14px;
  text-align: justify;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  white-space: nowrap;
  display: none;
  z-index: 355;
}
.hd_nav_r .item_r .download .download_item {
  width: 125px;
  display: inline-block;
}
.hd_nav_r .item_r .download .download_item .img img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 5px;
}
.hd_nav_r .item_r .download .download_item .txt {
  text-align: center;
  display: block;
  line-height: 20px;
}

.top_nav_min .hd_nav_r .item_r:hover .download {
  display: block;
}

/* 网站导航下拉 */
.hd_nav_r .item_r .nav_drop {
  width: 1200px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  padding: 12px;
  position: absolute;
  right: 0;
  display: none;
  z-index: 333;
}
.hd_nav_r .item_r .nav_drop .dr_item {
  padding: 20px 39px 10px 25px;
  position: relative;
}

.hd_nav_r .item_r .nav_drop .dr_item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 120px;
  background-color: #f0f0f0;
  right: 0;
  top: 50%;
  margin-top: -60px;
}

.hd_nav_r .item_r .nav_drop .dr_item:last-child:before {
  display: none;
}

.hd_nav_r .item_r .nav_drop .dr_item .dr_t {
  width: 230px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.hd_nav_r .item_r .nav_drop .dr_item .dr_list {
  margin-top: 16px;
  width: 230px;
}
.hd_nav_r .item_r .nav_drop .dr_item .dr_list .dr_it {
  margin: 0 16px 10px 0;
  font-size: 13px;
  color: #333;
  display: block;
  float: left;
  line-height: 18px;
  cursor: pointer;
  text-decoration: none;
}

.top_nav_min .hd_nav_r .item_r:hover .nav_drop {
  display: block;
}

/* logo */
.nav_min {
  height: 95px;
}
.nav_min .logo .logo_link {
  width: 170px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  height: 95px;
}
.nav_min .logo .logo_link img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.nav_min .logo .logo_text {
  line-height: 95px;
  color: #444444;
  font-size: 18px;
}

/* 导航 */
.campus_nav_wrapper {
  border-bottom: 1px solid #f1f2f2;
}
.campus_nav_wrapper .campus_nav {
  margin-top: 35px;
  margin-right: 86px;
}
.campus_nav .campus_nav_item .nav_item_link {
  display: block;
  padding: 0 23px;
  text-decoration: none;
  cursor: pointer;
  color: #444444;
  font-size: 16px;
}
.campus_nav .campus_nav_item .item_link_active {
  color: #00bf79;
}
.campus_nav .campus_nav_item .nav_item_link:hover {
  color: #00bf79;
}



/* 页尾 */
.footer_top {
  background-color: #20c588;
  height: 33px;
  text-align: center;
}
.footer_top .footer_top_min {
  display: inline-block;
  vertical-align: middle;
}
.footer_top .footer_top_min li {
  height: 33px;
  line-height: 33px;
  margin-right: 45px;
  position: relative;
  cursor: pointer;
}

/* .footer_top .footer_top_min li::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #90c6fd;
  position: absolute;
  right: -20px;
  top: 10px;
}

.footer_top .footer_top_min li:last-child:before {
  display: none;
} */

.footer_top .footer_top_min li .f_link {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.footer_bottom {
  text-align: center;
}

.footer_bottom .fb_text_1,
.footer_bottom .fb_text_2 a {
  color: #999999;
}

.footer_bottom .fb_text_1 {
  font-size: 12px;
  padding: 19px 0 9px;
}
.footer_bottom .fb_text_1 .address {
  margin-left: 25px;
}

.footer_bottom .fb_text_2 {
  font-size: 12px;
  padding-bottom: 9px;
}

.footer_bottom .fb_text_2 .security {
  padding-left: 18px;
  background: url(../../images/campus/security_icon.png) no-repeat;
}