@charset "utf-8";
/*导航栏*/
.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_menu3 #menu-button {
  margin-top: 100px;
  background: #F00;
  position: absolute;
  z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {
  width: auto;
  line-height: 1;
  background: #ffffff;
}
.nav-has-sub:hover{
  border-bottom:5px solid #0090fe;
}
.nav-has-sub > a:active{
  color:#0090fe
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #990B2C;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {
  float: left;
}
.nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right > ul > li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 > ul > li > ul{
  z-index:9999;
}
.nav_menu3 > ul > li > a {
  padding: 30px 10px 29px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.nav_menu3 > ul > li:hover > a {
  color: #990B2C;
  background: #FFF;
}
.nav_menu3 > ul > li.nav-has-sub > a {
  padding-right: 25px;
  font-size: 18px;

}
.nav_menu3 > ul > li.nav-has-sub > a:hover{
  color: #333;
}
.nav_menu3 > ul > li.nav-has-sub > a::after {
  position: absolute;
  top: 35px;
  right: 10px;
  width: 4px;
  height: 4px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3 > ul > li.nav-has-sub:hover > a::after {
}
.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
}
.nav_menu3 > ul > li > ul {
  border-top: 1px solid #FFF;
}
.nav_menu3 li:hover > ul {
  left: auto;
}
.nav_menu3.align-right li:hover > ul {
  right: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.nav_menu3 ul li:hover > ul > li {
  height: 52px;
}
.nav_menu3 ul ul li a {
  padding: 20px 20px;
  width: 140px;
  opacity: 0.85;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
  color: #99bfdf;

}
.nav_menu3 ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {
  border-color: #990B2C;
}
.headermenus>li{
  width: 25% !important;
}
.headermenus>li>a{
  width: 100% !important;
}
.headermenus{
  width:280px;
  background-color: rgb(119,120,124,0.65);
}

/* 媒体查询 */
@media only screen and (max-width: 1210px){
  /* 页面头部 */
  .container{
    padding-left: 0px !important;
  }
  .header{
    position: relative;
    height: 60px !important;
  }
  .headerPhone{
    display: block !important;
  }

  .nav{
    width: 40px !important;
    position: absolute   !important;
    right: 14px  !important;
    top: 10px  !important;
  }
  .drop{
    position: absolute;
    top: 58px;
    background: #333;
    width: 100%;
  }
  .drop>ul>li{
    height: 100%;
    line-height: 50px;
    color: #fff;
    padding-left: 30px;
    font-size: 1.28rem;
  }
  .drop>ul>li>a{
    color: #fff;
    font-size: 1.28rem;
  }
  .rowd{
    display: none !important;
  }
  .titlecompany{
    color: #0090fe !important;
    font-weight: bold !important;
  }
  .header{
    position: fixed !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: #ffffff;
    width: 100%;
  }
  .swiper-container{
    margin-top: 60px;
  }
  .closeNav{
    color:#0090fe
  }


  /* 页面底部 */
  .footerTitle{
    display: block !important;
  }

  .footerMsg>p{
    padding:0 !important;
  }
  .paddingRight{
    display: flex !important;
    padding-right: 30px !important;
  }
  .footerTitle>li{
    margin-top: 10px !important;
  }
  .footerTitle>li>a {
    font-size: 10px !important;
    color:#fff !important;
    margin-top: 5px !important;
  }
  .footerTitle>li>a>p{
    display: none !important;
  }
  .footerMsg{

  }
  .code{
    position: relative !important;
    width: 100% !important;

  }
}
      