.top_nav {
  width: auto;
  float: right;
  line-height: 0.3rem;
  font-size: 0px;
  padding: 0.31rem 0px 0px;
  transition: all 0.3s ease 0s;
}

.top_nav a {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0px 15px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
}

.top_nav a:hover {
  color: white;
  font-weight: bold;
}

.top_nav a:first-child::before {
  content: "";
}

.top_nav a::after{
  content: "|";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
}

.news-list-bd ul li a {
  display: block;
  padding-top: 5px;
}

.top_nav .search_btn {
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
  margin: 0px 1px 0px 14px;
  vertical-align: middle;
  background: url("../images/search_btn.png") center center no-repeat;
}

.search_box {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  display: none;
}

.search_box .close {
  background: url("../images/close.png") center center / contain no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 40px;
  top: 25%;
}

.ser {
  height: 45px;
  line-height: 45px;
  width: 550px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  margin: -100px 0px 0px;
}

.search_box.on {
  opacity: 1;
  visibility: visible;
  display: block;
  z-index: 11111;
}

.ser input.notxt {
  position: absolute;
  width: 406px;
  height: 45px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px inset;
  flex: 1 1 0%;
  padding: 0px 12px;
  font-size: 16px;
  appearance: none;
  border-radius: 0px;
  outline: none;
  border: 0px;
}

.ser input.notxt1 {
  position: absolute;
  width: 120px;
  height: 45px;
  border: none;
  background: rgb(0, 67, 135);
  right: 0px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  vertical-align: middle;
}

.top {
  /* width: 100%; */
  /* height: 0.09rem; */
  /* background-color: rgb(13, 77, 141); */
}

.head_box {
  position: relative;
  height: 1.21rem;
}

.logo img {
  width: 4.17rem;
  max-width: 417px;
  transition: all .3s;
}

.logo {
  position: absolute;
  margin-top: 0.4rem;
}

.nav {
  height: 0.56rem;
  line-height: 0.56rem;
  position: absolute;
  right: 0px;
  top: 0.81rem;
  transition: all 0.3s ease 0s;
}

.nav>ul {
  margin: 0px auto;
  font-size: 0px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav ul > li {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(50rem);
  /* padding-right: 0.18125rem; */
  /* padding-left: 0.16125rem; */
  height: 0.55rem;
  line-height: 0.56rem;
  width: 100%;
}

a:hover {
  color: rgb(6, 89, 176);
  text-decoration: none;
}

.nav ul li > a {
  font-size: 0.21rem;
  display: block;
  position: relative;
  width: 100%;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.3) 0.01rem 0.03rem 0.03rem;
  z-index: 11111111;
  font-family: "shbd";
}
.nav ul li.on .subNav {
  display: block;
}

.subNav li {
  float: left;
  width: 100% !important;
  height: 0.38rem !important;

  padding-right: 0.06rem !important;
}

.subNav li a {
  line-height: 0.38rem;
}

.nav ul li.on .subNav {
  display: block;
}

.subNav {
  position: absolute;
  z-index: 111;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  top: 0.65rem;
  width: 100%;
 
  left: 0rem;
  /* transform: translateY(15%); */
  background-color: white;
  opacity: 0;
}
.nav .subNav li a{
  font-size: .18rem;
  color: black;
  text-shadow: none;
  width: 100%;
}
.nav .subNav li:hover{
  background-color: #2692e6;
  color: white;
  width: 100%;
}
.top_box {
  position: relative;
}

.top_nav p {
  font-size: 0.17rem;
  transition: all .3s;
}
.top_nav p:hover{
  font-weight: bold;
 
}
.banner-container {
  width: 100%;
  Xmax-width: 1920px;
  overflow: hidden;
  margin: 0px auto;
  height: calc(100vh - 160px);
  position: relative;
}

.banner-bd ul li img {
  width: 100%;
  display: block;
  /* animation: 10s ease-in-out 0s infinite alternate none running zoomin; */
  height: 100%;
  /* height:calc(100vh - 160px); */
  object-fit: cover;
}

@keyframes zoomin {
  0% {
      transform: scale(1);
  }

  100% {
      transform: scale(1.1);
  }
}

.banner-bd ul li {
  overflow: hidden;
  height: calc(100vh - 160px);
}

.banner-container .prev {
  right: 3.3rem;
  background: url("../images/next.png") 0% 0% / 100% no-repeat;
}

.banner-container .next {
  left: 3.2rem;
  background: url("../images/prev.png") 0% 0% / 100% no-repeat;
}

.banner-container .prev, .banner-container .next {
  width: 0.49rem;
  height: 0.56rem;
  line-height: 0.56rem;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  cursor: pointer;
}

.banner-hd, .news-list-hd {
  position: absolute;
  max-width: 300px;
  text-align: center;
  height: 0.17rem;
  left: 0px;
  right: 0px;
  bottom: 0.1rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 111;
}

.banner-container .banner-hd li.on:first-of-type::after {
  content: "";
  z-index: 11;
  position: absolute;
  width: 0.15rem;
  height: 0.15rem;
  background-color: white;
  top: 0.38rem;
  margin-left: 0.08rem;
  bottom: 0px;
}

.banner-container .banner-hd li, .news-list .news-list-hd li {
  width: 0.1rem;
  height: 0.1rem;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  margin: 0.08rem;
  float: left;
}

.banner-container .banner-hd li.on {
  width: 0.1rem;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0.01px solid rgb(5, 101, 168);
}

.nav-item:hover .subNav {
  visibility: visible;
  opacity: 1;
  /* transform: translateY(-10%); */
  top: 100%;
}
.nav-item:hover{
 background-color: #177fdb;
}
.center {
  width: 100%;
  background: url("../images/bg.png") right top no-repeat;
}

.tit {
  margin: 0.4rem auto 0px;
  width: 12%;
}

.xwdt {
  width: 100%;
}

.a {
  float: left;
  font-size: 0.72rem;
  color: rgb(206, 206, 206);
}

.tit_name {
  float: right;
  margin-top: 0.11rem;
}

.tit_name span {
  font-size: 0.18rem;
  color: rgb(206, 206, 206);
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
}

.tit_name p {
  font-size: 0.34rem;
  font-weight: bold;
  font-family: "shbd";
}

.xwdt_box {
  width: 100%;
  margin-top: 0.2rem;
}

.xwdt_box ul .fir_box {
  width: 48.4%;
  overflow: hidden;
  margin-left: 0px;
}

.fbox_info {
  position: relative;
  height: 100%;
}

.fbox_info img {
  width: 100%;
}

.fir_info {
  line-height: 0.4rem;
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
}

.fir_info p {
  float: left;
  padding-left: 0.2rem;
  font-size: 0.19rem;
  color: white;
  font-family: "shbd";
  z-index: 11;
  position: relative;
  left: 0px;
  width: 70%;
  bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fir_info span {
  float: right;
  padding-right: 0.2rem;
  font-size: 0.15rem;
  color: white;
  position: relative;
  right: 0px;
  bottom: 0px;
  padding-left: 0.2rem;
  z-index: 111;
  background: url("../images/time.png") left 0.12rem / 12% no-repeat;
}

.fir_info::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 152%;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to top, rgba(12, 12, 12, 0.8), rgba(155, 168, 195, 0));
}

.xwdt_box ul li {
  float: left;
  width: 23%;
  height: 3.925rem;
  margin-left: 0.38rem;
  margin-top: 0.4rem;
  transition: all 0.3s ease 0s;
}

.xwdt_box ul li a {
  display: block;
  height: 100%;
  transition: all .3s;
}

.o_box {
  position: relative;
  background-color: white;
  height: 100%;
}

.o_box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.o_time {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.o_time p {
  color: white;
  padding-left: 0.2rem;
  z-index: 11;
  padding-right: 0.1rem;
  background: url("../images/time.png") left center / 12% no-repeat;
  font-size: 0.14rem;
  line-height: 0.25rem;
  position: relative;
}

.o_time::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 105%;
  height: 100%;
  border-radius: 0.07rem;
  opacity: 0.749;
  background-color: rgb(17, 71, 113);
}

.o_tit {
  width: 100%;
  padding: 0px 0.1rem;
  font-size: 0.21rem;
  font-weight: bold;
  font-family: "shbd";
  margin-top: 0.13rem;
  overflow: hidden;
  min-height: 0.5rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.o_info {
  width: 100%;
  padding: 0px 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.17rem;
  margin-top: 0.1rem;
  min-height: 0.38rem;
  color: rgb(206, 206, 206);
  text-indent: 2em;
}

.xwdt_box ul li:nth-child(3) {
  margin-left: 0px;
}

.oh_box {
  position: relative;
  height: 2.5rem;
}

.xwdt_box ul .last_box {
  width: 48.4%;
  overflow: hidden;
  margin-left: 0.38rem;
}

.xwdt_box ul li:hover a{
  transform: translateY(-4px);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.xwdt_box ul li:hover .fir_info::after {
  background: linear-gradient(to top, rgba(11, 58, 129, 0.8), rgba(155, 168, 195, 0));
}

.more {
  background: url("../images/anbg.png") center center no-repeat;
  border-radius: 0.05rem;
  display: block;
  text-align: center;
  width: 2.84rem;
  margin: 3% auto 0px;
  background-size: 100%;
  margin-bottom: .5rem;
}

.more p {
  padding: 0.15rem 0rem;
  color: white;
  background: url("../images/more.png") right center / 13% no-repeat;
  width: 39%;
  margin: 0px auto;
  font-size: .16rem;
}
.tzgg{
  width: 100%;
  background-color: white;
  background: url(../images/tzgg_bg.png) no-repeat left bottom;
  background-size: 95% 100%;
}
.tzgg .tzgg_box{
  /* margin: initial; */
  /* float: right; */
  margin-left: .;
}
.tzgg_box .tit a{
  display: block;
  width: 1.82rem;
}
.tzgg_list{
  width: 100%;
  padding-top: .3rem;
}
.swiper-slide{
  width: 50%;
  float: left;
  margin-top: .3rem;
}
.t_time{
  float: left;
  background: url(../images/tzgg_left.png) no-repeat left;
  width: 18%;
  background-size: 100%;
  height: 100%;
  position: absolute;
  /* overflow: hidden; */
}
.t_time p{
  font-size: .47rem;
  padding-left: .3rem;
  color: white;
  margin-top: 1%;
  position: relative;
}
.t_time span{
  font-size: .16rem;
  padding-left: .27rem;
  color: white;
  margin-bottom: .1rem;
  display: block;
  position: relative;
}
.t_box{
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 29%);
  width: 97%;
  height: 100%;
  position: relative;
  transition: all .5s;
  background-color: white;
}
.t_info{
  float: right;
  width: 85%;
  height: 100%;
  background-color: white;
}
.t_info p{
  font-size: .2rem;
  font-weight: bold;
  /* text-align: center; */
  overflow: hidden;
  display:-webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  width: 96%;
  -webkit-box-orient: vertical;
  padding: 0 .3rem;
  margin-top: .2rem;
  margin-bottom: .2rem;
  min-height: 52px;
  /* line-height: .942rem; */
  font-family: "shbd";
}
.pc_tzgg  .swiper-slide .t_time{
  transition:all .5s;
}
.pc_tzgg  .swiper-slide:hover .t_time{
  float: left;
  background: url(../images/tzgg_left2.png) no-repeat left;
  width: 18%;
  background-size: 100%;
  height: 100%;
  position: absolute;
  
}
.pc_tzgg  .swiper-slide .t_info{
  background: url(../images/tzgg_right33.png) no-repeat right  ;
  transition:all .5s;
  background-size: 28%;
}
.pc_tzgg  .swiper-slide:hover .t_info{
  background: url(../images/tzgg_right3.png) no-repeat right #1176db;
  background-size: 28%;
  
  
}
.t_box:hover{
  background-color: #1176db;
  transition: all .1s;
}
.pc_tzgg .swiper-slide .t_info p{
  transition:all .5s;
}
.pc_tzgg  .swiper-slide:hover .t_info p{
  color: white;
}
.pc_tzgg  .swiper-slide a{
  background-color: white;
}
.pc_tzgg  .swiper-pagination{
  /* margin-top: 10%; */
  text-align: right;
}
.pc_tzgg  .swiper-wrapper{
  margin-bottom: 1rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 0.1rem;
}
.swiper-pagination-bullet{
  width: .28rem;
  height: .28rem;
  line-height: .28rem;
}

.swiper-pagination-bullet{
  background-color: #e5e5e5;
  color: black;
  text-align: center;
  opacity: 1;
  font-size: .16rem;
}
.swiper-pagination-bullet-active{
  text-align: center;
  color: white;
  background-color: #1176db;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 .07rem;
}
.zsxx .tit{
  width: 10%;
}
.zsxx .a{
  margin-top: -0.16rem;
}
.zsxx_sp{
  float: left;
  white-space: nowrap;
  margin-top: -0.16rem;
  font-size: 0.18rem;
    color: rgb(206, 206, 206);
}
.zsxx_list{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: .29rem;
  padding-bottom: 1rem;
}
.z_img{
  width: 25.15%;
  position: relative;
  padding-left: 0.28rem;
  overflow: hidden;
  height: 100%;
  transition: all .3s;
}
.z_img>a>img{
  width: 100%;
  transition: all .3s;
}

.nr{
  position: absolute;
  top: 29%;
  left: 37%;
}
.nr p{
  text-align: center;
  margin-top: .21rem;
  font-size: .3rem;
  color: white;
  font-family: "shbd";
}
.nr img{
  width: 70%;
  display: block;
  margin: 0 auto;
  transition: all .3s;
}
.zsxx_list .z_img:first-child{
  padding-left: 0px;
  width: 23.45%;
}
.zsxx_list .z_img:nth-child(3) .nr img{
  width: 55%;
}
.z_img:hover img{
  transform: scale(1.1);
}
.z_img a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.xszc_box .tit{
  width: 12.2%;
}
.xszc{
  background: url(../images/xszc.png) no-repeat right center;
  width: 100%;
  float: right;
  background-size:  95% 100%;
}
.xszc_box{
  margin-top: .49rem;
  /* float: left; */
  position: relative;
}
.xszc .xszc_box{
  /* margin-left: 0.7rem; */
}
.xszc_container{
  width: 100%;
}
.xszc_item{
  width: 100%;
  height: 100%;
  position: relative;
}
.xszc_item>div{
  display: flex;
  text-align: center;
  align-items: center;
}
.xszc_item img{
  width: auto;
  max-width: 100%;
  transition: all .3s;
  max-height: 100%;
  margin: auto;
  /* display: block; */
}
.xszc_item img:hover{
  /* transform: scale(1.1); */
}
.xszc_container{
  width: 100%;
}
.xszc_banner{
  width: 57%;
  position: relative;
  float: left;
}
.bd_xszc{
  width: 100%;
  height: 6.85rem;
  overflow: hidden;
}
.xszc_container{
  margin-top: .46rem;
  margin-bottom: .9rem;
}
.xszc_item p{
  font-family: "shbd";
  font-size: .19rem;
  color: white;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 87.1%;
  z-index: 111111;
  line-height: .6rem;
  height: .6rem;
  padding-left: .3rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.xszc_item p::after{
  bottom: -1px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: black;
  opacity: 0.4;
  z-index: -1;
}
.xszc_banner .prev{
  position: absolute;
  background: url(../images/x_prev.png) no-repeat center rgb(0 0 0 / 20%);
  width: .59rem;
  height: .58rem;
  right: .59rem;
  bottom: -0rem;
  z-index: 111111;
  cursor: pointer;
}
.xszc_banner .next{
  position: absolute;
  background: url(../images/xs_next.png) no-repeat center rgb(0 0 0 / 20%);
  width: .59rem;
  height: .58rem;
  right: 0;
  bottom: 0;
  z-index: 111111;
  cursor: pointer;
}
.xszc_banner .prev:hover,.xszc_banner .next:hover{
  background-color: rgb(24, 103, 163);
}
.xszc_list{
  float: right;
  width: 40%;
  height: 100%;
  background:url(../images/xszc_list.png) no-repeat center;
  background-size: cover;
  position: relative;
  margin-right: 0.3rem;
}
.x_info{
  background-color: #eeeeee;
  width: 6rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  overflow: hidden;
}
.x_info:hover{
  border: 1px solid #1455ad;
  background-color: #eef4f9;
}
.x_day{
  font-size: .48rem;
  color: #1455ad;
  text-align: center;
}
.x_mth{
  font-size: .19rem;
  text-align: center;
  display: block;
  margin-top: -0.1rem;
  color: #1455ad;
  width: 100%;
}
.x_time{
  /* width: 1rem; */
  height: .79rem;
  float: left;
  border-right: 1px solid #1455ad;
  /* margin-left: .2rem; */
  padding-right: 0.1rem;
}
.x_tit{
  height: 0.8rem;
  float: right;
  padding-left: .2rem;
  width: 79%;
  padding-right: 0.25rem;
}
.x_tit p{
  font-size: .19rem;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-family: "shbd";
}
.x_tit span{
  font-size: .16rem;
  color: #999999;
  overflow: hidden;
  display:-webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: .1rem;
  line-height: 0.2rem;
  text-indent: 2em;
}
.xlist_box ul li{
  /* margin-top: .4rem; */
  width: 96%;
  padding-left: 0.14rem;
  padding-top: .2rem;
  padding-bottom: .32rem;
  overflow: hidden;
}
.xlist_box ul li:first-child{
  margin-top: 0;
}
.jx{
  background: url(../images/jx.png) no-repeat right;
  position: absolute;
  right: 0;
  top: 1.1rem;
  width: 1rem;
  height: 1rem;
  z-index: -1;
}
.link{
  background: url(../images/link_bg.png) no-repeat bottom;
  width: 100%;
}
.link_list{
  height: 6rem;
  
}
.l_listbox{
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 1.2rem; */
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.l_box p{
  font-size: .26rem;
  font-family: "shbd";
  text-align: center;
  margin-top: .2rem;
}
.l_img{
  width: 1.64rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .2rem;
  box-shadow: .18rem .18rem .3rem rgb(0, 0,0,0.2),
  -0.18rem -0.18rem .3rem rgb(255, 255,255,1);
  gap: .3rem;
  transition: all .2s ease-out;
  margin: 0 auto;
}
.l_img:hover{
  cursor: pointer;
  box-shadow: 0 0 0 rgb(0, 0,0,0.2),
              0 0 0 rgb(255, 255,255,0.8),
              inset .18rem .18rem .3rem rgb(0, 0,0,0.1),
              inset 0 0 .7rem rgb(255, 255,255,1);
}
.l_img img{
  width: .66rem;
  transition: all .2s ease-out;
}
.l_img:hover img{
  width: .64rem;
}
.l_box{
  margin: 0 auto;
  width: 22%;
  margin-top: .7rem;
}
.footer{
  width: 100%;
  background-color: #00479d;
  overflow: hidden;
  background: url(../images/yj.png) no-repeat bottom;
  background-size: 100%;
}
.footer_box{
  width: 100%;
  /* height: 1.84rem; */
  overflow: hidden;
  margin-top: .3rem;
  margin-bottom: .3rem;
}
.footer_logo{
  border-right: 1px solid #80a3ce;
  width: 3.71rem;
  height: 1.84rem;
  padding-top: .33rem;
  float: left;
  margin-right: 0rem;
}
.lxwm_box{
  width: 7.3rem;
  height: 2.04rem;
  float: left;
  margin-left: 0.4rem;
  border-right:.01rem solid #80a3ce;
  padding-right: .1rem;
}
.lxwm_left span{
  color: white;
  font-size: .18rem;
  font-weight: bold;
  background: url(../images/lxwm.png) no-repeat left;
  padding-left: .25rem;
  margin-bottom: .13rem;
  display: block;
  margin-top: .10rem;
}
.lxwm_box p,.lxwm_box p a{
  color: white;
  line-height: .26rem;
  font-size: .15rem;
  white-space: nowrap;
}
.evm{
  margin-top: .32rem;
  width: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.evm-box{
  width: 1rem;
  overflow: hidden;
  float: left;
  margin-right: .3rem;
  text-align: center;
}
.evm-box:last-child{
  margin-right: 0px;
}
.evm span{
  font-size: .13rem;
  color: white;
  line-height: 16px;
  display: block;
  margin-top: .05rem;
  width: 1rem;
}
.frendly{
  margin-left: .23rem;
}
.frendly_list{
  display: flex;
  width: 3.18rem;
  height: 1.41rem;
  flex-flow: row wrap;
  margin-left: .11rem;
}
.frendly_list li{
  width: 1.59rem;
}
.frendly_list li:hover a{
  font-weight: bold;
}
.frendly_list li a{
  color: white;
  font-size: .15rem;
}
.footer_logo img{
  width: 79%;
}
.evm-box img{
  width: 100%;
}
.lxwm_left {
  /* width: 3rem; */
  overflow: hidden;
  height: 100%;
}
.static{
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
}



/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */
.static_bg img {
  display: block;
  width: 100%;
}
.teacher-center { 
  background: url("../images/news_bg.png") center top no-repeat; 
  position: relative; 
}
.teacher-center-box-left {
  background-color: rgb(7, 86, 169);
  text-align: center;
  line-height: 1.06rem;
  float: left;
  margin-top: -0.38rem;
  width: 20%;
}
.teacher-center-box-left h2 {
  width: 2.96rem;
  height: 1.06rem;
  color: white;
  font-size: 0.28rem;
  font-weight: bold;
}
.teacher-nav {
  background-color: rgb(242,242,242);
  padding-top: .15rem;
  padding-bottom: .10rem;
}
.teacher-nav li {
  height: .65rem;
  text-align: center;
  line-height: .56rem;
  font-size: .22rem;
}
.teacher-nav li a {
  font-size: .22rem;
}
.teacher-nav li:hover { 
  background-color: rgb(238, 238, 238); 
}
.teacher-nav li:hover a { 
  color: rgb(7, 86, 169); 
}
.teacher-center-box-right {
  float: right;
  width: 80%;
}
.location {
  margin-top: -2.3%;
  position: relative;
  z-index: 1111;
}
.location span { 
  margin-left: .1rem; 
  z-index: 1111; 
  font-weight: bold; 
}
.location a { 
  z-index: 111; 
}
.opcity-bg {
  background-color: rgb(238, 238, 238);
  opacity: 0.4;
  margin-top: -2.9%;
  width: 100%;
  float: left;
  height: .39rem;
}
.teacher-list { 
  width: 100%; 
  margin-top: .1rem; 
}
.teacher-list > .human-infor > ul { 
  padding-bottom: .3rem; 
}
.teacher-list > .human-infor > ul > li { 
  padding-top: .5rem; 
  margin-left: .36rem; 
  margin-bottom: .27rem; 
}
.teacher-list > .human-infor > ul > li > div { 
  width: 4.6rem; 
}
.teacher-list > .human-infor > ul > li > .human-infor-container > .infor-box > .message { 
  width: 2.65rem; 
}
.search-list > ul > li {
  /* padding-top: .18rem; */
  /* padding-bottom: .18rem; */
  border: 1px solid rgb(223, 223, 223);
  margin-top: .4rem;
  }
.search-list > ul > li > a { 
  display: block; 
  overflow: hidden; 
  position: relative; 
  transition: all .3s;
}
.search-list > ul > li > a:hover{
  box-shadow: rgba(0, 0, 0, 0.5) 3px 7px 31px -5px; 
  transform: scale(1) translateY(-3px); 
  background-color: white; 
}
.search-list li .search-date p {
  font-size: .47rem;
  line-height: 0.78rem;
  /* border-radius: 5px 5px 0px 0px; */
  position: relative;
  background-color: rgb(0, 104, 183);
  color: white;
  font-family: "?ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“1?-ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡?ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°?o-??-ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©?ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“_GBK.TTF";
  }
.search-date span {
  font-size: .18rem;
  position: relative;
  line-height: .52rem;
  /* border-radius: 5px 5px 0px 0px; */
  /* display: block; */
}
.search-date {
  background-color: rgb(236, 236, 236);
  width: 1.3rem;
  height: 1.3rem;
  text-align: center;
  /* margin-left: .3rem; */
  color: black;
  /* border-radius: 0px 0px 5px 5px; */
  transition: all 0.3s ease 0s;
}
.background-images img { 
  width: 100%; 
  height: 8.41rem; 
}
.search-list-tit { 
  display: block; 
  margin-left: .68rem; 
  height: .41rem; 
  font-size: .14rem; 
  line-height: 25px; 
  color: black; 
  margin-top: .02rem; 
  transition: all 0.3s ease 0s; 
}
.search-last-text {
  overflow: hidden;
  padding-left: .23rem;
  padding-top: .3rem;
}
.search-last-text h1 {
  font-size: .26rem;
  font-weight: normal;
  padding-left: .24rem;
  color: rgb(9, 9, 9);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 800px;
}
.search-last-text p {
  font-size: .17rem;
  line-height: 0.22rem;
  color: rgb(118, 118, 118);
  margin-top: .1rem;
  text-indent: 2em;
  overflow: hidden;
  height: .44rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search-list {
  margin-left: .18rem;
  margin-top: .2rem;
  margin-bottom: .12rem;
  min-height: 650px;
}
.search-list ul li { 
  transition: all 0.3s ease 0s; 
}
.search-list ul li:hover { 
  box-shadow: rgba(0, 0, 0, 0.5) 3px 7px 31px -5px; 
  transform: scale(1) translateY(-3px); 
  background-color: white; 
}
.search-list ul li:hover .search-last-text h1 { 
  font-weight: bold; 
}
.value-tit h4 {
  font-size: .3rem;
  line-height: 1;
  margin-top: .2rem;
  color: rgb(9, 9, 9);
  text-align: center;
  }
.value-tit-p { 
  font-size: .14rem; 
  line-height: 40px; 
  background-color: rgb(244, 244, 244); 
  color: rgb(118, 118, 118); 
  text-align: center; 
  text-indent: 2em; 
  margin-top: .15rem; }
.search-right {
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  padding: .0rem .3rem .5rem;
  min-height: 400px;
  margin-top: .22rem;
  margin-left: .41rem;
  }
.value-tit-p span { 
  display: inline-block; 
  margin: 0px 0.08rem; }
.value-text p {
  font-size: .18rem;
  color: rgb(129, 129, 129);
  margin-top: .2rem;
  text-indent: 2em;
  box-sizing: border-box !important;
  font-size: 18px;
  line-height: 36px !important;
  color: rgb(51, 51, 51) !important;
  font-family: "Microsoft YaHei" !important;
  white-space: normal !important;
  background-color: rgb(255, 255, 255) !important;
 
  }
.value-text p span{
  text-indent: 2em;
  box-sizing: border-box !important;

  line-height: 36px !important;
  color: rgb(51, 51, 51) !important;
  font-family: "Microsoft YaHei" !important;
  white-space: normal !important;
  background-color: rgb(255, 255, 255) !important;
}
.value-text p.value-text span{
  font-family: "Microsoft YaHei" !important;
}
.value-text-link { 
  margin-top: .42rem; 
}
.value-text-link a {
  margin: .3rem 0px;
  color: rgb(103, 103, 103);
  font-size: .16rem;
}
.value-text-link div { 
  margin: .15rem 0px; 
}
.value-text-link a:hover { 
  color: rgb(0, 71, 157); 
}

.nav-item:hover a { 
  color: white; 
}
.nav-item .subNav li{
  transition: all .3s;
}
.nav-item .subNav li:hover a{
  font-weight: bold;
  z-index: 1111111111;
  color: white;
}

.nt_hd>.tempWrap{
  height:3.83rem !important;
}
.team-list .first {
  width: 100%; 
  border-bottom: 1px solid #ccc; 
  padding-top: .24rem;
}
.team-list .first h1{ 
  font-size: .17rem; 
  font-weight: bold;    
  color: #333;
}
.search-list2{
  margin-left: .18rem;
    margin-top: .2rem;
    margin-bottom: .12rem;
} 
.search-list2 team-list ul li{
  float: left;
    width: 33%;
    padding: .18rem 0;
    transition: all .3s;
}
.team-list li h1 { 
  font-size: .16rem; 
  padding: 0px .14rem; 
  border-left: 4px solid rgb(7, 86, 169);
}
.logo2{
  width: 4.84rem;
  position: absolute;
  left: -2px;
  overflow: hidden;
  font-size: 0;
  top: .31rem;
  transition: all .3s;
}
.teacher-nav li.on a{
  background: #2274bd;
  color: #fff;
  width: 100%;
  height: 82%;
  border-radius: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.changebg{
 height: 1.5rem;
}
.changebg .logo img{
  width: 3.7rem;
  transition: all .3s;
}
.changebg .nav{
  top: 0.61rem;
}
.changebg .top_box .top_nav{
  padding: 0.11rem 0px 0px;
}
.z_img:hover .nr img{
  transform: rotate3d(0,0.5,0,360deg);
}



.z_img .nr img{
  transition: all 1.2s;
}
.z_img:not(:hover) .nr img {
  transition: none; }


@-webkit-keyframes fadeInDown {
  0% {
      -webkit-transform: translate3d(0,-100%,0);
      opacity: 0;
      transform: translate3d(0,-100%,0)
  }

  to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
      -webkit-transform: translate3d(0,-100%,0);
      opacity: 0;
      transform: translate3d(0,-100%,0)
  }

  to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes swing {
  20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg)
  }

  40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg)
  }

  60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg)
  }

  80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg)
  }

  to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg)
  }

  40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg)
  }

  60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg)
  }

  80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg)
  }

  to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }
}

.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center
}
.zsxx{
    background: url(../images/zsxx_bg.png) no-repeat left top;
    background-size: 100%;
    overflow: hidden;
}
.ph_tzgg{
display: none;
}
.ph_footer .footer{
display: none;
}
.ph_zsxx{
display: none;
}
.phone_nav{
display: none;
}

.nav-btn {
    background-color: transparent;
    background-image: none;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 55%;
    transform: translateY(-50%);
    display: none;
}

.nav-btn .icon-bar-nav {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;
}

.nav-btn .icon-bar-nav+.icon-bar-nav {
    margin-top: 6px;
}


/* 手机导航 */

.phone_nav {
    display: none;
}


/* 导航 */


/* .phone_nav{display: block;} */

.phone_nav {
    background: #0068b7;
    padding: 0 2%;
}

.phone_nav>ul>li {
    border-bottom: solid #fff 1px;
}

.phone_nav>ul>li>a {
    color: #fff;
    line-height: 35px;
}


/* .phone_nav>ul>li>ul{display: none;} */

.phone_nav>ul>li {
    position: relative;
}

.phone_nav>ul>.has_sub:after {
    content: "+";
    color: #fff;
    position: absolute;
    font-size: 15px;
    right: 0;
    top: 0;
    line-height: 30px;
}

.phone_nav>ul>li>ul {
    padding-left: 10px;
    display: none;
}

.phone_nav>ul>li>ul>li>a {
    line-height: 30px;
    color: #fff;
}
.value-text p img{width:100%;display: block;text-align: center;margin: 0 auto;}