html {
  overflow: -scroll;
  overflow-x: hidden;
  zoom: 1;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
}
.fr {
  float: right;
  display: inline;
}
.fl {
  float: left;
  display: inline;
}
.header-pc img {
  vertical-align: middle;
}
.header-pc {
  height: 92px;
  font-size: 16px;
  font: 12px/24px "微软雅黑", "宋体", arial, helvetica;
  color: #666;
  display: block;
}
.header-mobile {
  display: none;
}
.header-pc a:hover {
  color: #41bdd7;
}
.w1000 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.w1001 {
  position: relative;
  width: 1045px;
  margin: 0 auto;
}
.w1003 {
  position: relative;
  width: 1280px;
  background-color: #f4f4f4;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
.header-pc .ptb30 {
  padding: 30px 0;
}
.header-pc a, .header-mobile a {
  text-decoration: none;
  color: #000;
}
.header-pc .bt {
  display: block;
  font-size: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header-pc .tr,
.header-pc .img {
  -webkit-transition: all 0.3s linear;
  -mos-transition: all 0.3s linear;
  -mz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-pc .img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* header */
.header-pc {
  display: block;
  height: 92px;
}
.header-pc .logo {
  padding-top: 20px;
}
.header-pc .nav {
  margin-right: 15px;
}
#navsy {
  font-weight: bold;
  color: #41bdd7;
}
#navsy:hover {
  color: #fff;
  background: #41bdd7;
}
.header-pc .nav li {
  height: 92px;
  float: left;
  position: relative;
  z-index: 11;
}
.header-pc .nav li a {
  display: inline-block;
  float: left;
  line-height: 92px;
  overflow: hidden;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.header-pc .nav li a:hover,
.header-pc .nav li a.active {
  color: #fff;
  background: #41bdd7;
}
.header-pc .nav li .sub {
  position: absolute;
  top: 92px;
  left: 0;
  background: #fff;
  width: 82px;
  overflow: hidden;
  display: none;
  z-index: 12;
}

.header-pc .nav li .sub li {
  height: 30px;
  float: none;
  background: none;
}
.header-pc .nav li .sub li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  float: none;
  width: 85px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #dadada;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: arial, "宋体";
  padding: 0px;
}
.header-pc .nav li .sub li a:hover {
  background: #41bdd7;
  color: #fff;
}
.header-pc .search {
  position: relative;
  z-index: 999;
  margin-top: 32px;
  left: 83px;
  margin-left: -1px;
}
.header-pc .search .btn {
  display: block;
  background: url(/uploads/image/zrimages/sa.png) no-repeat;
  width: 26px;
  height: 26px;
}
.header-pc .search .sear {
  position: absolute;
  padding: 20px 30px;
  background: #f2f2f2;
  border-top: none;
  left: -510px;
  top: 38px;
  display: none;
}
.header-pc .search .sear:before,
.header-pc .search .sear:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 50px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #f2f2f2;
}
.header-pc .search .sear .form {
  width: 520px;
  border: 1px solid #dadada;
  background: #fff;
  height: 35px;
  line-height: 35px;
}
.header-pc .search .sear .text {
  width: 475px;
  float: left;
  height: 35px;
  line-height: 35px;
  float: left;
  color: #666;
  padding-left: 10px;
  background: none;
  border: none;
}
.header-pc .search .sear .subt {
  float: left;
  background: url(/uploads/image/zrimages/sear_btn.png) no-repeat center center;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border: none;
  color: #fff;
}
.lag {
  float: right;
  position: relative;
  z-index: 999;
  margin-top: 32px;
  left: -14px;
  font-size: 15px;
}
.lag a {
  color: #666;
}
.header-mobile header {
  height: 1.3rem;
  /* font-size: 0.4rem; */
  line-height: 1.3rem;
  overflow: hidden;
}
.header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* max-width: 768px; */
  background: #fff;
  border-bottom: 1px solid #dedfe0;
  height: 100%;
  /* float: left; */
}
.header-top .logo img {
  height: auto;
  width: 250px;
}
.header-top .logo {
  flex: 0 0 250px;
}
.header-top .tel,
.header-top .lang,
.header-top .channel {
  float: right;
  line-height: 0.68rem;
  padding-top: 0.26rem;
  color: #41bdd7;
}
.header-top .nav-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-top .channel {
  flex: 0 0 0.58rem;
  line-height: 0.68rem;
  padding-top: 0;
  margin-left: 10px;
  color: #41bdd7;
}

.header-top .logo ul {
}
.header-top .logo li {
  float: left;
  margin-top: 0.16rem;
}
.header-top .logo h2 {
  font-size: 0.28rem;
  display: inline;
  font-weight: 500;
  font-family: "微软雅黑";
  margin-left: 0.2rem;
  margin-top: 0.2rem;
}
.header-top .logo p {
  font-size: 0.16rem;
  margin-left: 0.18rem;
}

.header-top .tel:hover,
.header-top .lang:hover,
.header-top .channel:hover {
  color: #20879d;
}

.header-top .iconfont {
  font-size: 0.58rem;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0.24rem;
  padding-bottom: 0;
  /* padding-left: 0.24rem; */
  height: 0.9rem;
}
.header-top > ul {
  display: flex;
}
.search_top {
  width: 50%;
  /* height: 1.3rem; */
  /* float: left; */
  /* padding-top: 0.17rem; */
}
.search_top .search_cnt {
  width: 100%;
  max-width: 768px;
  z-index: 99;
  padding-bottom: 0.14rem;
  padding-top: 0.1rem;
}
.search_cnt .iconfont {
  font-size: 20px;
  padding: 0 0.08rem;
}
.search_top a {
  display: block;
  height: 40px;
  border-radius: 5rem;
  border: 1px solid #f6f6f6;
  line-height:40px;
  font-size: 0.26rem;
  background-color: #d6d6d6;
  color: #fff;
  margin-top: 0;
  margin-right: 0rem;
  /* margin-bottom: 0.16rem; */
  margin-left: 0rem;
  width: 100%;
  padding-left: 0.1rem;
}
/*导航样式*/
.g-nav {
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
  overflow: hidden;
  position: absolute;
  top: 1.3rem;
  width: 100%;
  z-index: 200;
  display: none;
  opacity: 0.85;
}
.g-nav li {
  width: 19.6%;
  float: left;
  line-height: 0.88rem;
  text-align: center;
}
.g-nav li a {
  color: #fff;
  font-size: 0.28rem;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1150px) {
  .header-pc {
    display: none;
  }
  .header-mobile {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .header-top .logo img {
    height: 1rem;
    width: 4.16rem;
  }
  .header-top .logo {
    flex: 0 0 4.16rem;
  }
  .search_top a {
    display: block;
    height: 0.7rem;
    border-radius: 5rem;
    border: 1px solid #f6f6f6;
    line-height: 0.68rem;
    font-size: 0.26rem;
    background-color: #d6d6d6;
    color: #fff;
    margin-top: 0;
    margin-right: 0rem;
    /* margin-bottom: 0.16rem; */
    margin-left: 0rem;
    width: 100%;
    padding-left: 0.1rem;
  }
  .header-top .iconfont {
    font-size: 0.48rem;
    vertical-align: middle;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    height: 0.9rem;
  }
  .header-top .channel .iconfont {
    font-size: 0.58rem;
  }
}
