﻿/* 样式单位为rem 如制作pc导航可替换为px 
*   导航样式
*   1rem = 100px 
*/
.selectBox {
display:none;
}

#header-box {
  top: 0;
  left: 0;
  z-index: 999;
  transition: all .8s;

  width: 100%;
  background-color: #fff;
}

#dnn_zhdLOGO_hypLogo {
  display: block;
}

#dnn_zhdLOGO_hypLogo img {
  display: block;
}

.header .header-container {
  display: flex;
  max-width: 14.2rem;
  width: 90%;
  margin: 0 auto;
}

.header .header-container .header-right {
  width: 9.9rem;
  height: 1.04rem;
}

.header .header-container .navmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8.2rem;
  padding: 0;
  z-index: 101;
}

#dnn_zhdLOGO_imgLogo {
  height: .63rem
}

.header .header-container .top-link {
  width: 1.4rem;
  height: .48rem;
  font-size: 16px;
  color: #fff;
  background-color: #224295;
  cursor: pointer;
}

.navmenu {
  height: 100%;
}

.navmenu li.level-0 {
  flex: 1;
}

.header .header-container .navmenu .level-0 a.xl {
  display: flex;
  align-items: center;
}

.header .header-container .navmenu .level-0 a.xl:after {
  content: " ";
  display: inline-block;
  background: url(../images/xiala.png);
  background-size: 100% 100%;
  width: 14px;
  height: 8px;
  margin-left: .1rem;
  transition: all .6s;
}

.header .header-container .navmenu .level-0:hover a.xl:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

/* 隐藏二级菜单 */
.header .header-container ul li .sub {
  display: none;
}

.logo {
  z-index: 99;
}

.header .header-container .navmenu .level-0 a {
  font-size: 16px;
  color: #1e2123;
}

.header .header-container .navmenu .level-0 a:hover {
  color: rgb(0, 82, 161);
}

.navmenu li.level-0 div.sub ul.sub li.level-1 a:hover span {
  color: #000;
}




/* nav */
#header-box .second-nav-container {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;

  width: 100%;
  height: .6rem;
  background-color: #224295;

  display: none !important;
  overflow: hidden;
}

#header-box .second-nav-container1 {
  display: block !important;
  position: fixed;
  top: 0;
}

#header-box .second-nav-container .second-nav-box {
  max-width: 100%;
  width: 96%;
  height: 100%;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
}

#header-box .second-nav-container .second-nav-box .second-nav-title {
  opacity: 0;
  display: none;
}

#header-box .second-nav-container .second-nav-box .second-nav-lists {
  width: 100%;
  display: flex;
  justify-content: center;
}

#header-box .second-nav-container .second-nav-box .second-nav-list {
  height: 100%;
  opacity: 0;
  transition: all .6s;
}

#header-box .second-nav-container .second-nav-box .second-nav-list:hover {
  font-weight: 600;
}

#header-box .second-nav-container .second-nav-box .second-nav-list a {
  font-size: 16px;
  color: #fff;
  margin-left: .2rem;
  margin-right: .2rem;

  display: inline-block;
  height: 100%;

  display: flex;
  align-items: center;
}


/* nav */
#gone_menu {
  height: 100%;
}

#header-box {
  position: absolute;
}

.navmenu {
  margin: 0;
}

.navmenu li.level-0 {
  height: 100%;
}

.header .header-container .navmenu .level-0 a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: .88rem;

  display: flex;
  align-items: center;
}

.header .header-container ul li div.sub {
  position: absolute;
  top: 1.04rem;
  left: 0;

  width: 100%;
  padding: 0;
  z-index: 101;

  background-color: rgba(250, 250, 250, .8);
  box-shadow: 0px 4px 0px 0px rgba(163, 163, 163, .4);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(163, 163, 163, .4);
  -moz-box-shadow: 0px 4px 0px 0px rgba(163, 163, 163, .4);
}

.header .header-container .navmenu .level-0 a span {
  font-size: 16px;
}

.navmenu li.level-0 div.sub ul.sub {
  display: flex;
  justify-content: center;

  overflow: hidden;

  position: relative;

  padding: 0;

}

.navmenu li.level-0:nth-child(4) div.sub ul.sub {}

.navmenu li.level-0 div.sub ul.sub li.level-1 {
  opacity: 0;
  width: 1.08rem;
  text-align: center;
}

.navmenu li.level-0 div.sub ul.sub li.fadeInUp {
  opacity: 1;
}

.navmenu li.level-0 div.sub ul.sub li.level-1 a {
  text-align: center;
  display: flex;
  justify-content: center;
}

.navmenu li.level-0 div.sub ul.sub li.level-1 a span {
  color: #56565e;
  margin: 0;
}

.m_more_box {
  display: none;
}

#goTop {
  display: none;
}


/*底部下拉*/
.selectBox {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  background: rgb(34, 66, 149);
  margin-top: 4rem;
  position: relative;
}

.inputCase {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.inputCase input.imitationSelect {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: block;
  text-indent: 0px;
  cursor: default;
  background: none;
  color:#fff;
  outline: none;


 
}

.inputCase i.fa {
  position: absolute;
  right: 10px;
  top: .26rem;
  color: #007AFF;
  width:.28rem;
  height:.15rem;
   background: url(../images/jt-wbot.png) no-repeat;
   background-size: 100% 100%;
}

.inputCase input.imitationSelect {
	background: url(../images/jt-wbot.png) no-repeat right center / 0.336rem 0.164rem;
}

.inputCase input.inputOn {
	background: url(../images/jt-wbot1.png) no-repeat right center / 0.336rem 0.164rem;
}

.inputCase i.fa-caret-up {background: url(../images/jt-wbot1.png) no-repeat; background-size: 100% 100%;}

.selectUl {
  display: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;


  position: absolute;
  bottom: 1rem;
  width: 100%;
      height: 3.6rem;
    overflow: auto;
}

.selectUl li {
  height: .68rem;
  line-height: .68rem;
  list-style: none;
  font-size:.28rem;
  text-indent: 20px;

  transition: all .5s ease 0s;

}

.selectUl li:hover {
	background-color: #f5f5f5;
}

.selectUl li:hover {
  background: #ddd;
}

.selectUl li:last-child {
  border-bottom: 0 none;
}

.selectUl li a {
  color: rgb(34, 66, 149);
}

/*底部下拉*/


@media screen and (max-width: 1500px) {
  .bottom-container .bottom-box {
    padding-left: .2rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1420px) {
  #header-box .second-nav-container .second-nav-box .second-nav-list a {
    margin-right: .3rem;
  }

  .bottom-container .bottom-box .right .bottom-links {
    width: 85%;
  }

  .bottom-container .bottom-box .right .bottom-links .bottom-link {
    width: 3.4rem;
  }
}



@media screen and (min-width: 1025px) {
  #gone_menu {
    transform: none !important;
  }
}

/* 手机端 */
@media screen and (max-width: 1024px) {
  #header-box .second-nav-container {
    height: .8rem;
  }

  .navmenu li.level-0 {
    position: relative;
  }

  .header .header-container ul li div.sub {
    position: relative;
    top: 0;
  }

  .navmenu li.level-0 div.sub ul.sub {
    display: block;
  }

  .navmenu li.level-0 div.sub {
    background: #fff !important;
  }

  .navmenu li.level-0 div.sub ul.sub li.level-1 a {
    display: block;
  }

  .navmenu li.level-0 div.sub ul.sub li.level-1 a span {
    text-align: left;
    display: block;
  }

  .header-container::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9
  }

  #gone_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: auto;
    padding-bottom: .4rem;
    transform: translateY(-100%);
  }


  .header .header-container .search-box {
    z-index: 99;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .header-container .search-box input[type="text"] {
    display: inline-block;
    margin-right: .2rem;
    margin-top: 0;
    height: .4rem;
    background-size: .3rem .3rem;
  }

  .header .header-container .search-box input:focus {
    border-radius: .6rem !important;
    background: url(../images/search.png) no-repeat .13rem center !important;
  }

  .header-nav .hn-ul {
    width: 14rem;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }

  .header-right::before {
    /* content: ' '; */
    width: 100%;
    height: 1.24rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
  }

  /* 一级 */
  .header-nav .hn-ul .hn-li {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .header-nav .hn-ul .hn-li .header-second-nav .hsn-ul {
    background-color: #fff;
  }

  .header-nav .hn-ul .hn-li a {
    margin: .2rem 0;
    display: block;
  }

  .header-nav .hn-ul .hn-li .header-second-nav {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }



  #header-box .header-container .header-right {
    width: .48rem;
  }

  #dnn_ctr54628_HtmlModule_lblContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: .48rem;
  }

  .header .header-container .top-link {
    font-size: .26rem;
    width: 1.9rem;
    height: .65rem;
  }

  .m_more_box {
    position: relative;
    z-index: 100;
    width: .48rem;
    height: .48rem;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m_more_on_box {
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 0) rotate(45deg);
  }

  .m_more_on_box .m_more_x,
  .m_more .m_more_y {
    background-color: #224295;
  }

  .m_more_on_box .m_more_x1 {
    position: absolute;
    top: 0;
    left: calc(50% - 1.5px);
    width: 3px;
    height: 100%;
    transform-origin: left;
  }

  .m_more_on_box .m_more_x2 {
    position: absolute;
    left: 0;
    top: calc(50% - 1.5px);
    width: 100%;
    height: 3px;
    transform-origin: bottom;
  }

  .m_more_box .m_more {
    width: .48rem;
    height: .36rem;

    overflow: hidden;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: space-between;
  }

  .m_more_box .m_more .m_more_y {
    width: 100%;
    height: 3px;
    border-radius: .1rem;
  }

  .second-nav-container {
    display: none !important;
  }

  #dnn_TopOnPane {
    position: relative;
    z-index: 9;
  }

  #gone_menu {
    padding-top: 1.24rem;
    box-sizing: border-box;
  }

  #header-box .header-container .navmenu {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-bottom: .5rem;
  }

  .navmenu li.level-0 {
    height: auto;
    /* border-bottom: 1px solid #224295; */
    overflow: hidden;
  }

  .header .header-container .navmenu .level-0 a {
    display: flex;
    align-items: center;
    color: #224295;
    font-weight: bold;
    font-size: .32rem;
    height: 1rem;
    width: 1.2rem;
    font-weight: 500;
  }

  .navmenu li.level-0::before {
    content: " ";
    display: inline-block;

    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 110;

    width: 100%;
    height: 1px;
    background-color: #224295;
    ;
  }

  .header .header-container .navmenu .level-0 a:after {
    display: none !important;
  }

  .header .header-container .navmenu .level-0 a.xl {
    justify-content: space-between;
  }


  .header .header-container .navmenu .level-0:after {
    content: " ";
    display: inline-block;
    background: url(../images/xiala.png);
    background-size: 100% 100%;
    width: 14px;
    height: 8px;
    margin-left: .1rem;
    transition: all .6s;
    position: absolute;
    top: calc(.5rem - 4px);
    right: 0;
  }

  .header .header-container .navmenu .hover {
    transition: all .6s;
  }

  .header .header-container .navmenu .hover:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
  }

  .navmenu li.level-0 div.sub ul.sub {
    box-shadow: none;
    padding: .2rem .4rem;
    padding-top: 0;
  }

  .navmenu li.level-0 div.sub ul.sub li.level-1 {
    width: 100%;
    height: .8rem;
  }

  .navmenu li.level-0 div.sub ul.sub li.level-1 a {
    width: 100%;
    height: .8rem;
    font-weight: 500;
  }

  .navmenu li.level-0 div.sub ul.sub li.level-1 a span {
    color: #224295;
    font-size:15px;
  }

  #dnn_BottomPane {
    overflow: inherit;
  }

  #goTop {
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: -.5rem;
    right: 5%;
    z-index: 999;
  }

  .bottom-container .bottom-box {
    height: 6.8rem;
  }

  .bottom-container .bottom-box .right {
    display: block;
  }

  .bottom-container .bottom-box .right .bottom-links {
    width: 100%;
  }

  .bottom-container .bottom-box .right .bottom-links .bottom-link {
    width: 33.33%;
  }

  .bottom-container .bottom-box .left .logo {
    margin-bottom: 3rem;
  }

  .bottom-container .bottom-box .right {
    margin-top: -4.4rem;
  }

  .bottom-container .bottom-box .left p {
    width: 5.8rem;
  }

  .bottom-container .bottom-box .right .erm-box {
    top: 2.4rem;
  }
}

@media screen and (max-width: 920px) {
  .bottom-container .bottom-box {
    height: 7.4rem;
  }

  .bottom-container .bottom-box .left .logo {
    margin-bottom: 3.2rem;
  }

  .bottom-container .bottom-box .right {
    margin-top: -5.2rem;
  }

  .bottom-container .bottom-box .right .bottom-links .bottom-link {
    line-height: .42rem;
  }
}

@media screen and (max-width: 790px) {
  .bottom-container .bottom-box {
    height: 8rem;
  }

  .bottom-container .bottom-box .left .logo {
    margin-bottom: 3.8rem;
  }

  .bottom-container .bottom-box .right {
    margin-top: -5.34rem;
  }

  .bottom-container .bottom-box .right .erm-box {
    top: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .header .header-container .navmenu .level-0 a {
    height: 1.2rem;
  }

  .navmenu li.level-0 div.sub ul.sub li.level-1 {
    height: .8rem;
  }

  .header .header-container .navmenu .level-0 a {
    width: 1.8rem;
  }

  .m_more_box .m_more .m_more_y,
  .m_more_on_box .m_more_x2 {
    height: .04rem;
  }

  .m_more_on_box .m_more_x1 {
    width: .04rem;
  }

  .bottom-container .bottom-box .right {
    display: block;
  }

  .bottom-container .bottom-box .right .bottom-links {
    width: 100%;
  }

  .bottom-container .bottom-box .right .bottom-links .bottom-link {
    width: 33.33%;
    margin: .05rem 0;
  }

  .bottom-container .bottom-box .left p {
    width: 6.6rem;
  }


  #header-box .second-nav-container .second-nav-box .second-nav-list a {
    font-size: .32rem;
  }

}

@media screen and (max-width: 767px) {
  .selectBox {
    display: flex
  }
  .bottom-container .bottom-box { height: 7.2rem;}
 .bottom-container .bottom-box .left {    margin-bottom: .4rem; }
.bottom-container .bottom-box .right .erm-box {    top: 1.8rem;}
}

@media screen and (max-width: 750px) {
  .navmenu li.level-0 div.sub ul.sub li.level-1 a span {
    font-size: .3rem;
  }

  .bottom-container .bottom-box {
   
  }

  .bottom-container .bottom-box .right {
    margin-top: -5.5rem;
    width: 100%;
  }

  .bottom-container .bottom-box .left .logo {
    margin-bottom: .8rem;
  }

  .bottom-container .bottom-box .right p,
  .bottom-container .bottom-box .right .bottom-links {
    display: none;
  }

  .bottom-container .bottom-box .left p samp {
    width: 3rem;
  }

  .bottom-container .bottom-box .right .erm-box {
    top: 2.34rem;
  }

  #header-box .second-nav-container1 {
    display: none !important;
  }

  .inputCase input.imitationSelect {font-size: .26rem;}


}


@media screen and (max-width: 1500px) {
  .bottom-container .bottom-box {
    padding-left: 0rem;
  }
}


