/* 网站头部 */
.mobile {
  display: none ;
}
.mobileshow{
  	display: none  !important;
  }
.pcshow {
  display: block;
}
.header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  line-height: 75px;
  background: white;
  box-shadow: 0px 3px 29px 0px rgba(91, 86, 85, 0.16);
  box-sizing: border-box;
}
.header .brand {
  float: left;
  width: 10%;
  min-width: 75px;
  text-align: center;
}
.header .nav {
  height: 75px;
  margin-left: 10%;
  text-align: right;
  margin-right: 205px;
}
.header .nav li {
  display: inline-block;
  padding: 0 2%;
  height: 75px;
  line-height: 75px;
  text-align: center;
  position: relative;
}
.header .nav li:hover {
  background-color: #068f1f;
}
.header .nav li:hover a {
  color: #fff;
}
.header .nav li:hover .second-nav {
  display: block;
}
.header .nav li:hover .second-nav a {
  color: #068f1f;
}
.header .nav li a {
  color: #646464;
  font-size: 16px;
}
.header .nav li .marr {
  display: none;
}
.header .nav li .second-nav {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  min-width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 29px 0px rgba(91, 86, 85, 0.3);
  opacity: 0.95;
  white-space: nowrap;
}
.header .nav li .second-nav li {
  display: block;
  height: 60px;
  line-height: 60px;
}
.header .nav li .second-nav li:hover {
  background-color: #068f1f;
  opacity: 0.51;
}
.header .nav li .second-nav li:hover a {
  color: #fff;
}
.header .menu-box {
  position: absolute;
  top: 0;
  right: 0;
}
.header .menu-box span {
  display: inline-block;
  text-align: center;
  width: 75px;
  height: 75px;
}
.header .menu-box span.menu{
    display: none;
}
.header .menu-box span.menu,.header .menu-box span.serch {
  background-color: #068f1f;
  cursor: pointer;
}
.header .menu-box span.car {
  background-color: #cb0210;
  cursor: pointer;
}
.header .menu-box .laugh{
background-color: #dd9338;
color: #fff;
width: 55px;
cursor: pointer;
/* font-size: 20px; */
}
/* 底部导航 */
.footer {
  background: #068e1f;
  position: relative;
  padding-top: 20px;
}
.footer .footer-content {
  /*width: 1295px;*/
 width: 77.08%;
  margin: 0 auto;
}
.footer .footer-content .menu {
  padding-right: 300px;
  position: relative;
}
.footer .footer-content .menu nav ul {
  float: left;
  margin-right:78px;
}
.footer .footer-content .menu nav ul li {
  margin-bottom: 15px;
  white-space: nowrap;
}
.footer .footer-content .menu nav ul li a {
  color: rgba(255, 255, 255, 0.25);
  color: #65aa67;
}
.footer .footer-content .menu nav ul li.title {
  margin-bottom: 20px;
}
.footer .footer-content .menu nav ul li.title a {
  color: #fff;
}
.footer .footer-content .menu .contact {
  position: absolute;
  right: 0;
  top: 0;
  height: 116px;
}
.footer .footer-content .menu .contact .line {
  display: inline-block;
  width: 1px;
  background-color: #65ba74;
  height: 100%;
  margin: 0 20px;
  vertical-align: middle;
}
.footer .footer-content .footer-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.footer .footer-content .footer-inner ul {
  padding: 20px 0;
}
.footer .footer-content .footer-inner ul li {
  display: inline-block;
  margin-right: 50px;
}
.footer .footer-content .footer-inner ul li a {
  color: rgba(255, 255, 255, 0.4);
  color: #f2f2f2;
}
.footer .footer-content .footer-inner ul li .title {
  color: #ffffff;
}
.footer .footer-content .copyright {
  font-size: 12px;
  padding: 30px 0;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 0.4;
}
.mobile ul li {
  display: inline-block;
  margin-right: 10px;
}
.mobile ul li.title {
  display: block;
  margin-bottom: 10px !important;
  margin-right: 0;
}
.videoBox{
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.9); 
   position: fixed;
   top:0;
   z-index: 999990;
   display: none;
}
.videoBox .video{
    width:70%;
    position: absolute ;
    left: 15%;
    top:10%;
    /* height: 80%; */
}
.play{
    width: 60px;
    position: absolute;
    top:50%;
    margin-top:-30px;
    left: 50%;
    margin-left:-30px;
    cursor: pointer;
    z-index: 22;
}
.close{
    position: absolute;
    right: 5%;
    top:6%;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .header .menu-box span.menu{
        display: inline-block;
    }
    .videoBox .video{
        width:100%;
        position: absolute;
        top:30%;
        left: 0;
    }
  .pcshow {
    display: none !important;
  }
  .mobile {
    display: block ;
  }
  
  .mobileshow{
  	display: block !important;
  }
  .header {
    height: 42px;
    line-height: 42px;
  }
  .header .brand {
    position: absolute;
    left: 16px;
    z-index: 100;
  }
  .header .nav {
    display: none;
    position: fixed;
    top: 42px;
    left: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
    background-color: #efefef;
    opacity: 0.93;
    padding-top: 30px;
  }
  .header .nav li {
    display: block;
    padding: 0 0 0 16px;
    text-align: left;
    height: auto;
    line-height: 50px;
    border-bottom: 1px solid rgba(160, 160, 160, 0.4);
  }
  .header .nav li:hover {
    background-color: transparent;
  }
  .header .nav li:hover a {
    color: #068f1f;
  }
  .header .nav li a {
    color: #068f1f;
  }
  .header .nav li .marr {
    display: block;
    float: right;
    width: 8px;
    margin-top: 20px;
    margin-right: 14px;
  }
  .header .nav li .second-nav {
    position: relative;
    top: initial;
    box-shadow: none;
  }
  .header .nav li .second-nav a{
  	display: block;
  	width: 100%;
  }
  .header .menu-box span {
    width: 42px !important;
    height: 42px;
  }
  .header .menu-box span img {
    width: 16px;
  }
  .footer .footer-content {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer .footer-content .footer-inner {
    display: none;
  }
  .footer .footer-content .menu {
    padding: 0;
  }
  .footer .footer-content .menu .contact {
    position: relative;
    height: auto;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .footer .footer-content .menu nav ul {
    margin-right: 0;
    margin-left: 10px;
  }
  .footer .footer-content .copyright {
    padding: 0;
    text-align: center;
  }
}
@media  screen and (min-width:1200px) and (max-width:1440px){
    .footer .footer-content .menu nav ul {
        margin-right: 48px;
    }
}