﻿*, *:after, *:before {
  box-sizing: border-box;
}
body{margin: 0;background: #fff;font-family: 微软雅黑,Arial, sans-serif;}
.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  padding: 10px;
  height: 40px;margin-right: 6px;
  width: 40px;margin-top: -98px;border:1px solid #262626;
}
.animenu__toggle:hover {
  background-color: #fff;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #262626;
  -webkit-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  -o-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animenu {
  display: block;
}
.animenu ul {
  padding: 0;
  list-style: none;
  font: 0px 'Open Sans', Arial, Helvetica;
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 15px;
}
.animenu a {
  color: #fff;
  text-decoration: none;
}

.animenu__nav {
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
    .animenu{right:0;margin-top:0px;z-index:30000;position: fixed;}
    .animenu__toggle--active{right:0;}
  .animenu__toggle {
    display: inline-block;right:0;position: absolute;
  }

  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }

  .animenu__nav {
    margin: 10px 0;
  }
  
}
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}

.container3 {
float: left;
    color: #fff;
    width: 100%;font-size: 14px;z-index: 20000;
}

/* common and top level styles */
#nav3 span {
    display: none;font-size: 14px;font-family: 微软雅黑,arial;
}
#nav3, #nav3 ul {
    list-style: none outside none;
    margin: 0;color: #262626;
    padding: 0;text-align: center;font-size: 14px;font-family: 微软雅黑,arial;border-bottom:1px solid #e7e7e7;
}
#nav3 {
    background-color: #fff;
  font-size: 14px;font-family: 微软雅黑,arial;
    float: left;   color: #333333;
    position: relative;height: 60px;padding-top: 10px;
    width: 100%;text-align: center;z-index: 20000;margin: 80px 0% 4px 0%;
}
#nav3 ul.subs {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #333333;
    display: none;
    left: 0;text-align: center;
    padding: 0% 1% 1% 1%;
    position: absolute;
    top: 60px;
    width: 100%;
border-top:2px solid #CA0915;
}
#nav3 > li {

    float: left;
    width: 8.75%;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;text-align: center;
    margin-bottom: -5px;color: #333;
}
.mmt{margin-top: 0}
#nav3 li:nth-child(1) {margin-left:15%;}
#nav3 li a {
    display: block;
    text-decoration: none;color: #333;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}
#nav3 > li > a {
  color: #333;
    display: block;
    font-size: 15px;
    line-height: 49px;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
}
#nav3 > li:hover > a, #nav3 > a:hover {
    background-color: #fff;
    color: #333;
}
#nav3 li.active > a {
    background-color: #333333;
    color: #ccc;
}

/* submenu */
#nav3 li:hover ul.subs {
    display: block;
}
#nav3 ul.subs{
    width: 8.75%;
}
#nav3 ul.subs > li {
    display: inline-block;
    float: none;
    padding: 20px 0% 0px 0px;
    vertical-align: top;
    width: 100%;
}
#nav3 ul.subs > li a {
    color: #333;
    line-height: 20px;
}
#nav3 ul li a:hover {
    color: #CA0915;
}
#nav3 ul.subs > li > a {
      font-size: 14px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
#nav3 ul.subs > li li {
    float: none;
    padding-left: 8px;
    -moz-transition: padding 150ms ease-out 0s;
    -ms-transition: padding 150ms ease-out 0s;
    -o-transition: padding 150ms ease-out 0s;
    -webkit-transition: padding 150ms ease-out 0s;
    transition: padding 150ms ease-out 0s;
}
#nav3 ul.subs > li li:hover {
    padding-left: 15px;
}
#nav3 ul.subs > li:nth-child(1) {margin-left:0%;} 
#nav3 :nth-child(2) ul{margin-left:23.75%;}
#nav3 :nth-child(3) ul{margin-left:32.5%;}
#nav3 :nth-child(4) ul{margin-left:41.25%;}
#nav3 :nth-child(5) ul{margin-left:50%;}
#nav3 :nth-child(6) ul{margin-left:58.75%;}
#nav3 :nth-child(7) ul{margin-left:67.75%;}
#nav3 :nth-child(8) ul{margin-left:76.5%;}
@media all and (max-width : 1199px) {
    #zhanwei{width: 18%;float: left;display: none;}
.htmleaf-container{margin-top:100px;height:20px;}
#nav3 li:nth-child(1) {margin-left:0%;}
#nav3 :nth-child(1) ul{margin-left:0%;}
#nav3 :nth-child(2) ul{margin-left:0%;}
#nav3 :nth-child(3) ul{margin-left:0%;}
#nav3 :nth-child(4) ul{margin-left:0%;}
#nav3 :nth-child(5) ul{margin-left:0%;}
#nav3 :nth-child(6) ul{margin-left:0%;}
#nav3 :nth-child(7) ul{margin-left:0%;}
#nav3 :nth-child(8) ul{margin-left:0%;}
.container3 {

    width: 100%;font-size: 14px;z-index: 20000;margin-top:0px;
}
#nav3{margin-top: -55px;height: 100%;background: #fff;z-index: 20000;}
    #nav3 > li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;width: 100%;
    }
    #nav3 ul.subs {
        position: relative;
        top: 0;width: 100%;
    }
#nav3 ul.subs {

    border-top: 2px solid #f4f4f4;
}
    #nav3 li:hover ul.subs {
        display: none;
    }
    #nav3 li #s1:target + ul.subs,
    #nav3 li #s2:target + ul.subs,
    #nav3 li #s3:target + ul.subs,
    #nav3 li #s4:target + ul.subs,
    #nav3 li #s5:target + ul.subs,
    #nav3 li #s6:target + ul.subs {
        display: block;
    }

    #nav3 ul.subs > li {
        display: block;
        width: auto;   padding: 10px 0% 10px 0px;
    }


}



#hlogo2{display: none;} 
#hlogo{z-index: 990;position: absolute;top: 20px;left:18.5%;width:30%;}
#time{width:290px;color: #777;display: block;top: 20px;text-align: right;z-index: 990;position: absolute;right:17%;border-bottom:1px solid #eee;height:40px;font-size: 10px;color:#ccc;}
#time .left{float:left;width:225px;}
#time .right{float:right;width:65px;text-align:right;}
#time img{margin:5px 3px;width:20px;}

@media all and (max-width : 1199px) {
 #hlogo{display: none;}
 #time{display: none;} 
#hlogo2{float: left;width: 100%;display: block;background: #fff;margin-top: -100px;height: 55px;padding-top: 10px;position: fixed;z-index: 200;}
#hlogo2 img{width: 150px;margin: 5px 0 0 8px}
#nav3, #nav3 ul {
  color: #262626;
    text-align: left;
}
#nav3 {
    background-color: #fff;
text-align: left;color: #262626;
}
#nav3 ul.subs {
    background-color: #fff;text-align: left;padding-left: 30px;color: #262626;}
    #nav3 li a {  color: #333;border-bottom:1px solid #e7e7e7;}
#nav3 > li > a {
  color: #262626;text-align: left;font-size: 15px;}

  #nav3 ul.subs > li a {
   color: #333;border:0;
}

#nav3 > li:hover > a, #nav3 > a:hover {
    background-color: #f4f4f4;
    color: #262626;border-bottom:1px solid #fff;
}
#nav3 ul li a:hover {
    color: #262626;
}
.animenu__nav,.animenu{height: 100%;}
}