/* 头部 */

.wrapper_1200 {
  width: 80%;
  margin: 0 auto;
}

.min_wrapper_1200 {
  min-width: 1200px;
  width: auto !important;
  width: 1200px;
}

.social-share .social-share-icon {
  width: 26px !important;
  height: 26px !important;
  font-size: 16px !important;
  line-height: 26px !important;
}

.header {
  position: sticky;
  top: 0px;
  background-color: #FFFFFF;
  /* height: 10vh;
  position: fixed;
  width: 100%; */
  /* margin-top: 10vh; */
  /* top: 2px; */
  z-index: 99999;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px 2px rgba(0, 81, 159, 0.1);
}

#nav {


  height: 10vh;
  width: 88%;
  margin: 0 auto;
  line-height: 10vh;
  display: flex;
  /* position: relative; */
}

#nav .pull-left {
  width: 10%;
  height: 100%;
}

#nav .pull-left img {
  width: 100%;
  height: 5vh;
  vertical-align: middle;
}

#nav .pull-right {
  /* width: 57%; */

}

#nav .pull-right .item {
  font-size: 1vw;
  color: #282828;
  margin-left: 1.5vw;
  cursor: pointer;
  /* position: relative; */
  z-index: 999;
  display: inline-block;
  zoom: 1;
}

#nav .pull-right .item:hover {
  color: #2a7efb;
}

#nav .pull-right .item.on {
  color: #2a7efb;
}

#nav .pull-right .item .list {
  margin: 0;
  border-top: 1px solid;
  border-image: linear-gradient(to right, #EFC523, #AED150, #66D61D, #00C3FF) 1;
  /* transform: scale(1) !important;
  opacity:1 !important; */
  background-color: white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  position: absolute;
  top: 10vh;
  width: 100%;
  left: 0%;
  /* width: 100vw; */
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

#nav .pull-right .item .list.on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}

#nav .pull-right .item .list .itemn {
  /* height: 50px; */
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
  cursor: pointer;
  line-height: 50px;
  font-size: 14px;
  width: 240px;
  text-align: center;
  color: #000000;



}

#nav .pull-right .item .list .itemnchild {
  font-size: 14px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  color: #000000;
  width: 440px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

#nav .pull-right .item .list .itemnchild:hover {
  background-color: #f0f0f0;
  color: #2a7efb;

}

#nav .pull-right .item .list .itemn:hover {
  background-color: #f0f0f0;
  color: #2a7efb;
}

#nav .pull-right .item img {
  width: 23px;
  height: 23px;
  display: inline-block;
  *display: inline;
  *zoom: 0;
  vertical-align: -3px;
}

.headerPhone {
  position: sticky;
  top: 0px;
  z-index: 99999;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px 2px rgba(0, 81, 159, 0.1);
}

#navPhone .collapse .collapsed .top {
  display: none !important;
}

#navPhone .collapse .collapsed .bottom {
  display: block !important;
}

.phonelogo {
  flex: 1;
}

.phonelogo .phoneNumber {
  float: right;
  width: 12vw;
  padding: 0vh 1vw;
  line-height: 5vh;
  text-align: center;
  font-size: 1vw;
  position: relative;
  /* width:100px; */
  height: 5vh;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  background: #E5F0F8;
  color: black;
}

.phonelogo .button {
  float: right;
  /* width: 6vw; */
  margin-left: 1vw;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #006AB6;
  padding: 0vh 20px;
  line-height: 5vh;
  font-size: 16px;
  position: relative;
  /* width:100px; */
  height: 5vh;
  top: 50%;
  transform: translateY(-50%);
  color: #006AB6;
  text-align: center;
}