.nav1,
.nav2 {
  width: 100%;
  height: 68px;
  position: fixed;
  z-index: 99999;
}
.nav1 .section-inner,
.nav2 .section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav1 .section-inner .nav-left img,
.nav2 .section-inner .nav-left img {
  height: 29px;
}
.nav1 .section-inner .nav-right,
.nav2 .section-inner .nav-right {
  width: 63%;
  height: 100%;
}
.nav1 .section-inner .nav-right > ul,
.nav2 .section-inner .nav-right > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0;
}
.nav1 .section-inner .nav-right > ul > li,
.nav2 .section-inner .nav-right > ul > li {
  line-height: 68px;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #fff;
  margin-right: 50px;
}
.nav1 .section-inner .nav-right > ul > li:last-child,
.nav2 .section-inner .nav-right > ul > li:last-child {
  margin-right: 0;
}
.nav1 .section-inner .nav-right > ul > li a,
.nav2 .section-inner .nav-right > ul > li a {
  text-decoration: none;
  color: #fff;
}
.nav1 .section-inner .nav-right > ul > li a:hover,
.nav2 .section-inner .nav-right > ul > li a:hover {
  color: #fff;
}
.nav1 .section-inner .nav-right > ul > li:nth-child(1),
.nav2 .section-inner .nav-right > ul > li:nth-child(1) {
  color: #fff;
}
.nav1 .section-inner .nav-right > ul .active a,
.nav2 .section-inner .nav-right > ul .active a {
  color: #fff;
}
.nav1 {
  position: fixed;
  top: -100px;
  left: 0;
}
.drop-active {
  height: 480px;
}
.product-active {
  height: 150px !important;
}
html,
body {
  overflow-x: hidden;
}
.menu-wrapper {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(6, 48, 79, 0.4);
  position: fixed;
  top: 68px;
  left: 0;
  z-index: 1001;
}
.menu-wrapper .drop-menu {
  width: 1200px;
  height: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s 0s;
}
.menu-wrapper .product-menu {
  width: 1200px;
  height: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrapper .product-menu .pro-menu-box{
  padding: 10px 50px;
}
.menu-wrapper .product-menu .pro-menu-box li{
  list-style: none;
}
 .menu-wrapper .product-menu .pro-menu-box .title{
font-size: 16px;
color: #333333;
 font-weight: 400;
}
 .menu-wrapper .product-menu .pro-menu-box .title:hover{
   color: #00a4ff;
  }
 .menu-wrapper .product-menu .pro-menu-box .subtit{
  font-size: 12px;
  color: #999999;
  font-weight: 400;
  margin-top: 8px;
}
 .menu-wrapper .product-menu .pro-menu-box .subtit:hover{
  color: #00a4ff;
}
.menu-wrapper .drop-menu .title {
  display: flex;
}
.menu-wrapper .drop-menu .title img {
  width: 45px;
  height: 50px;
}
.menu-wrapper .drop-menu .title h3 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  margin-left: 14px;
  white-space: nowrap;
}
.menu-wrapper .drop-menu .menu-left {
  height: 100%;
  width: 33.33%;
  padding-top: 17px;
  /* border-right: 1px dashed #999999; */
  padding-right: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.menu-wrapper .drop-menu .menu-line {
  border-right: 1px dashed #999999;
  height: 350px;
}
.menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li {
  margin-top: 26px;
}
.menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a {
  text-decoration: none;
  color: #000;
}
.menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a p {
  font-family: PingFang SC;
  font-weight: 400;
}
.menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a p:hover {
  color: #00a4ff !important;
}
.menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a p:nth-child(1) {
  font-size: 16px;
}
.menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a p:nth-child(2) {
  font-size: 12px;
  color: #999999;
  margin-top: 9px;
}
.menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a .active {
  color: #00a4ff !important;
}
.menu-wrapper .drop-menu .menu-center {
  height: 100%;
  width: 33.33%;
  padding-top: 21px;
  padding-left: 50px;
  padding-right: 50px;
  /* border-right: 1px dashed #999999; */
  box-sizing: border-box;
}
.menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li {
  margin-top: 26px;
  width: 50%;
}
.menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a {
  text-decoration: none;
  color: #000;
}
.menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a p {
  font-family: PingFang SC;
  font-weight: 400;
}
.menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a p:hover {
  color: #00a4ff !important;
}
.menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a p:nth-child(1) {
  font-size: 16px;
}
.menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a p:nth-child(2) {
  font-size: 12px;
  color: #999999;
  margin-top: 9px;
}
.menu-wrapper .drop-menu .menu-right {
  height: 100%;
  padding-top: 83px;
  padding-left: 76px;
  width: 33.33%;
  box-sizing: border-box;
}
.menu-wrapper .drop-menu .menu-right img {
  width: 126px;
  height: 126px;
  margin-left: 18px;
}
.menu-wrapper .drop-menu .menu-right p:nth-of-type(1) {
  width: 118px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-left: 18px;
}
.menu-wrapper .drop-menu .menu-right p:nth-of-type(2) {
  width: 167px;
  height: 14px;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  white-space: nowrap;
}
.menu-wrapper .drop-active {
  height: 480px;
}
/*  */
.toolbar{
  position:fixed;
  right: 0;
  bottom: 44%;
}
.toolbar ul li{
  width: 42px;
  height: 42px;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
}
.toolbar ul li:nth-child(1){
  background-image: url(../images/dianhua.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(1):hover{
  background-image: url(../images/dianhua1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(1):hover .tool-box1{
   display: block;
}
.toolbar ul li:nth-child(2):hover .tool-box2{
  display: block;
}
.toolbar ul li:nth-child(3):hover .tool-box3{
  display: block;
}
.toolbar ul li:nth-child(2){
  background-image: url(../images/weixin.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(2):hover{
  background-image: url(../images/weixin1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(3){
  background-image: url(../images/gongzhonghao.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(3):hover{
  background-image: url(../images/gongzhonghao1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(4){
  background-image: url(../images/fanhui.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li .tool-box{
  position: absolute;
  right: 45px;
  background-color: #01d4d7;
  display: none;
}
.toolbar .tool-box1{
  width: 160px;
  height: 200px;
  padding: 0 10px;
  box-sizing: border-box;
}
.toolbar .tool-box2{
  width: 130px;
  height: 130px;
  text-align: center;
  padding-top: 18px;
}
.toolbar .tool-box2 img{
  width: 80px;
  height: 80px;
}
.toolbar .tool-box2 p{
   color: #ffffff;
   font-size: 14px;
   margin-top: 5px;
}
.toolbar .tool-box3{
  width: 130px;
  height: 120px;
  text-align: center;
  padding-top: 16px;
}
.toolbar .tool-box3 img{
  width: 80px;
  height: 80px;
}
.toolbar .tool-box3 p{
   color: #ffffff;
   font-size: 14px;
   margin-top: 5px;
}
.toolbar .tool-box .tool-box-row{
  margin-top: 15px;
  color: #fff;
    font-size: 16px;
    font-family: "en";
    font-weight: bold;
}
.toolbar .tool-box .tool-box-row p:nth-child(1){
   font-size: 14px;
   font-weight: normal;
}
.toolbar .tool-box .tool-box-row img{
  margin-right: 6px;
}
/*  */
/* 定时弹框 */
.time-popup{
  position: fixed;
  top: 33%;
  left: 30%;
   z-index: 9999;
  min-width: 680px;
  min-height: 416px;
  background-image: url(../images/popup-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 100px;
  padding-top: 58px;
  box-sizing: border-box;
  display: none;
}
.time-popup .time-popup-tit{
font-size: 34px;
color: #FFFFFF;
font-weight: 500;
}
.time-popup-num{
  font-size: 42px;;
  color: #FFFFFF;
  font-weight: 500;
  padding: 40px 0 38px 0;
}
.time-popup-btn button{
  cursor: pointer;
  width: 196px;;
  height: 47px;
  font-size: 18px;
  color: #FFFFFF;
  outline: none;
}
.time-popup-btn button:nth-child(1){
  background-color: #00A4FF;
  border: #00A4FF;
}
.time-popup-btn button:nth-child(2){
  border: 1px solid #FFFFFF;
  background-color: rgba(250,250,250,0);
  margin-left: 46px;
}
/* 
 */