body {
  background: #fff;
}
.box_center {
  width: 1150px;
  margin: 0 auto;
}

/*header*/
#ht_header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 8000;
  border-bottom: 1px solid #ddd;
}
#ht_header_wrap + div {
  margin-top: 62px;
}
.header_fixed {
  box-shadow: 0px 1px 5px #a8a8a8;
}
.top_wrap {
  padding: 10px 0 5px;
  height: 50px;
}
.top_wrap .logo_box {
  float: left;
  height: 50px;
}
.logo_box .logo_box_img {
  height: 100%;
}
.top_wrap .nav_box {
  float: right;
}
.top_wrap .nav_box .nav_list {
  margin-bottom: 0;
}
.nav_box .nav_list > li {
  float: left;
  width: 110px;
  padding: 7px 0;
  text-align: center;
}
.nav_box .nav_list > li a {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  color: #363636;
  font-size: 16px;
}
.nav_box .nav_list > li a:after {
  position: absolute;
  bottom: -2px;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #084d99;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav_box .nav_list > li:hover > a:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  /*border-bottom: 2px solid #084d99\9; */
}
.nav_box .nav_list > li:hover > a {
  color: #084d99;
}
.nav_box .nav_list > li a.down {
  border-bottom: 2px solid #084d99;
  color: #084d99;
}
.nav_box .nav_list > li:hover .child-nav-wrap {
  display: block;
}

/*.nav_box .nav_list > li a:hover,.nav_box .nav_list > li a.down{ border-bottom: 2px solid #084d99; color:#084d99;}*/

.child-nav-wrap{
  display: none;
  position: absolute;
  min-height: 200px;
  background: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
  left: 0;
  top: calc(100% - 2px);
  width: 100%;
  border-top: 1px solid #ddd;
  z-index: 1000;
  font-size: 14px;
  font-family: SourceHanSansSCVF-Regular;
}
.child-nav-wrap .child-nav-list{
  width: 1150px;
  display: flex;
  justify-content: flex-end;
  margin: auto;
}
.child-nav-wrap .child-nav-item{
  margin-left: 100px;
}
.child-nav-wrap .child-nav-item > .title{
color: #AAAAAA;
}
.child-nav-wrap .nav-list{
  display: flex;
  flex-direction: column;
}
.child-nav-wrap .nav-list > li{
  margin-top: 20px;
}
.child-nav-wrap .nav-list > li > a{
  color: #333333;
}
.child-nav-wrap .nav-list > li.active > a,
.child-nav-wrap .nav-list > li:hover > a{
  color: #084D99;
}


/* child-nav */
.child_nav_wrap {
  width: 100%;
  min-width: 1100px;
  height: 40px;
  background: #f9f9f9;
  color: #c9c9c9;
  font-size: 15px;
}
.child_nav_box {
  padding-top: 10px;
}
.child_nav_box .now_active {
  float: left;
  margin-left: 62px;
  font-size: 18px;
}
.child_nav_box .child_nav_list {
  float: right;
  margin-right: 115px;
  font-size: 95%;
}
.child_nav_list li {
  float: left;
}
.child_nav_list li a {
  display: block;
  color: #888;
  padding: 0 12px;
  text-align: center;
}
.child_nav_list li a:hover,
.child_nav_list li a.active {
  color: #084d99;
}

.nav_fixed {
  box-shadow: 0 1px 5px #a8a8a8;
}
.child_nav_wrap {
  position: fixed;
  top: 61px;
  left: 0;
  margin-top: 0 !important;
  z-index: 10;
}

/* footer */
#ht_footer_wrap {
  width: 100%;
  min-width: 1100px;
  /* height: 80px; */
  padding: 40px 0;
  background: #084d99;
  color: #fff;
}
.footer_wrap {
  text-align: center;
}
.footer_wrap .footer_nav_wrap {
}
.footer_wrap .footer_nav {
  display: inline-block;
  margin: 10px 0;
}
.footer_wrap .intr {
  line-height: 22px;
  font-size: 12px;
}
.footer_nav li {
  float: left;
}
.footer_nav li a {
  color: #fff;
  font-size: 12px;
  padding: 0 12px;
}

/*返回顶部*/
.returnTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 54px;
  height: 54px;
  background: #1e67b8;
  cursor: pointer;
  z-index: 10000;
}
.returnTop:hover {
  background: #084d99;
}
.returnTop img {
  width: 100%;
}

/* 右下角联系我们 */
.contact-float-wrap{
  position: fixed; 
  right: 20px; 
  bottom: 45%;
  width: 50px;
  height: 103px;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 #0000001a;
  border-radius: 30px;
  box-sizing: border-box;
  padding-top: 4px;
}
.contact-float-wrap .icon{
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  margin: 0 auto;
  cursor: pointer;
}
.contact-float-wrap .icon.wechat{
  background: url('../../img/gzhtedu/icon_wechat_n.png') no-repeat center center;
}
.contact-float-wrap .icon.wechat:hover  {
  background-image: url('../../img/gzhtedu/icon_wechat_s.png');
}
.contact-float-wrap .icon.wechat:hover .wechat-intr-box {
  display: block;
}
.contact-float-wrap .icon.phone{
  background: url('../../img/gzhtedu/icon_phone_n.png') no-repeat center center;
}
.contact-float-wrap .icon.phone:hover  {
  background-image: url('../../img/gzhtedu/icon_phone_s.png');
}
.contact-float-wrap .icon.phone:hover .phone-intr-box {
  display: block;
}
.contact-float-wrap .line{
  width: 30px;
  height: 1px;
  background: #BBBBBB;
  margin: 4px auto;
}
.contact-float-wrap .wechat-intr-box{
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 30px;
}
.contact-float-wrap .wechat-intr{
  width: 216px;
  height: 212px;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 #0000001a;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 16px;
}
.contact-float-wrap .wechat-intr .top{
  display: flex;
  align-items: center;
}
.contact-float-wrap .wechat-intr .top > img{
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.contact-float-wrap .wechat-intr .top > div > .title{
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}
.contact-float-wrap .wechat-intr .top > div > .sub-title{
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  letter-spacing: 0;
}
.contact-float-wrap .wechat-intr .qrcode{
  text-align: center;
  margin-top: 4px;
}
.contact-float-wrap .wechat-intr .qrcode > img{
  width: 140px;
  height: 140px;
}

.contact-float-wrap .phone-intr-box{
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 30px;
}
.contact-float-wrap .phone-intr{
  width: 216px;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 #0000001a;
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 16px;
}
.phone-intr .title{
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  text-align: center;
}
.phone-intr .sub-title{
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 18px;
  color: #0091FF;
  letter-spacing: 0;
  text-align: center;
  margin: 12px 0;
}
.phone-intr .tips{
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
  line-height: 16px;
  background: #F5F5F5;
  border-radius: 0 0 10px 10px;
  padding: 8px 20px;
}
