#cssmenu,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  z-index: 6;

 
}




#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width:100%;
  background-color: #f0f8ff;
  height:48px;
}
#cssmenu ul{
  width:1600px;
margin: 0 auto; 
  font-family: Microsoft YaHei;

}

#cssmenu ul li {
  float: left; width:12%;line-height: 45px;
  
}

#cssmenu  ul li a {
  line-height: 45px;
  width:100%;
  font-size: 20px; 
  font-weight:normal;
  text-decoration: none;
  color: #0c2b7c;
  display: block;
  text-align:center;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  position: relative;
}


#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #05226e; 
}


#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}



#cssmenu ul .has-sub:hover {
    background: url(../ysdwimages/whs_jiao.png) no-repeat center bottom;
	z-index:99999;
	position:relative;
	margin-bottom:-20px;
	
}



#cssmenu ul .has-sub2:hover {
    background: url(../ysdwimages/) no-repeat center;
	z-index:99999;
	margin-bottom:10px;
	
}
   #cssmenu > ul > li:nth-of-type(1) > a::after,
   #cssmenu > ul > li:nth-of-type(1).active > a::after{
    display: none;
   }




#cssmenu > ul > li.has-sub > a {
 text-align: center;
}
#cssmenu > ul > li.has-sub2 > a {
 text-align: center;
}

#cssmenu ul ul {
  position: absolute; 
  margin-top:2px;
  left: -9999px;
    width:160px;
    background: url(../ysdwimages/whs_subnav-bg.png) center bottom no-repeat;
    background-size: 100% 100%;
    overflow:hidden;
}




#cssmenu ul ul.has_num2{
  right: 18px;
}







#cssmenu ul ul.has_num3{
  right: -22px;
}
#cssmenu ul ul.has_num4 {
  right: -20px;
}
#cssmenu ul ul.has_num5 {
  right: -6px;
}
#cssmenu ul ul.has_num6 {
  right: 14px;
}
#cssmenu ul ul.has_num7 {
  right: 0px;
}
#cssmenu ul ul.has_num8 {
  right: 210px;
}
#cssmenu ul ul.has_num9 {
  right: 8px;
}







#cssmenu ul ul .has_pic{
  float:left;
  width:215px;
}
#cssmenu ul ul .has_wz{
  float:left
  width:160px;
}

#cssmenu ul ul .has_wz li{
  padding-left:5px;
  text-align:center;
  width:100%;
  float: left;
  margin-top:25px;
  position: relative;
}

#cssmenu ul ul .has_wz li a{
  color:#fff;
  font-size: 17px;
  line-height:23px;
}



#cssmenu ul ul .dzjsfw{
  float:left
  width:160px;
}

#cssmenu ul ul .dzjsfw dt{
  padding-left:0px;
  text-align:left;
  width:160px;
  float: left;
  margin-top:10px;
  position: relative;
}

#cssmenu .dzjsfw a{
  color:#fff;width:160px;margin-top:10px;padding-left:15px;
  width:100%;
  text-align:left;
  font-size: 12px!important;
  line-height:18px;
}


#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  font-weight:normal;
  
}


#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}


#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}


#cssmenu ul ul li:hover:before{
  content:"";
  width:5px;
  height:5px;
  background:#831d4d;
  border-radius:50%;
  position:absolute;
  left:0;
  top:50%;
  margin-top:-2.5px;
}


#cssmenu ul ul ul li a {
  padding: 13px 5px;
  width: 110px;
  line-height: 24px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.72);
  text-decoration: none;
  color: #fff;
  -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_box.fixed #cssmenu ul{
  width:1600px
  font-family: Microsoft YaHei;
;
}

.nav_box.fixed #cssmenu ul li {
  float: left; width:12%;line-height: 45px;
  
}

.nav_box.fixed #cssmenu  ul li a {
  line-height: 45px;
  width:100%;
  font-size: 20px; 
  font-weight:normal;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align:center;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  position: relative;
}


.nav_box.fixed #cssmenu > ul > li:hover > a,
.nav_box.fixed #cssmenu > ul > li.active > a {
  color: #05226e; 
}


.nav_box.fixed #cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_box.fixed #cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_box.fixed #cssmenu.align-center ul ul {
  text-align: left;
}
.nav_box.fixed #cssmenu.align-right > ul > li {
  float: right;
}
.nav_box.fixed #cssmenu.align-right ul ul {
  text-align: right;
}



.nav_box.fixed #cssmenu ul .has-sub:hover {
    background: url(../ysdwimages/whs_jiao.png) no-repeat center bottom;
	z-index:99999;
	position:relative;
	margin-bottom:-20px;
	
}



.nav_box.fixed #cssmenu ul .has-sub2:hover {
    background: url(../ysdwimages/) no-repeat center;
	z-index:99999;
	margin-bottom:10px;
	
}
   .nav_box.fixed #cssmenu > ul > li:nth-of-type(1) > a::after,
   .nav_box.fixed #cssmenu > ul > li:nth-of-type(1).active > a::after{
    display: none;
   }




.nav_box.fixed #cssmenu > ul > li.has-sub > a {
 text-align: center;
}
.nav_box.fixed #cssmenu > ul > li.has-sub2 > a {
 text-align: center;
}

.nav_box.fixed #cssmenu ul ul {
  position: absolute; 
  margin-top:2px;
  left: -9999px;
    width:160px;
    background: url(../ysdwimages/whs_subnav-bg.png) center bottom no-repeat;
    background-size: 100% 100%;
    overflow:hidden;
}




.nav_box.fixed #cssmenu ul ul.has_num2{
  right: 18px;
}







.nav_box.fixed #cssmenu ul ul.has_num3{
  right: -22px;
}
.nav_box.fixed #cssmenu ul ul.has_num4 {
  right: -20px;
}
.nav_box.fixed #cssmenu ul ul.has_num5 {
  right: -6px;
}
.nav_box.fixed #cssmenu ul ul.has_num6 {
  right: 14px;
}
.nav_box.fixed #cssmenu ul ul.has_num7 {
  right: 0px;
}
.nav_box.fixed #cssmenu ul ul.has_num8 {
  right: 210px;
}
.nav_box.fixed #cssmenu ul ul.has_num9 {
  right: 8px;
}







.nav_box.fixed #cssmenu ul ul .has_pic{
  float:left;
  width:215px;
}
.nav_box.fixed #cssmenu ul ul .has_wz{
  float:left
  width:160px;
}

.nav_box.fixed #cssmenu ul ul .has_wz li{
  padding-left:5px;
  text-align:center;
  width:100%;
  float: left;
  margin-top:25px;
  position: relative;
}

.nav_box.fixed #cssmenu ul ul .has_wz li a{
  color:#fff;
  font-size: 17px;
  line-height:23px;
}



.nav_box.fixed #cssmenu ul ul .dzjsfw{
  float:left
  width:160px;
}

.nav_box.fixed #cssmenu ul ul .dzjsfw dt{
  padding-left:0px;
  text-align:left;
  width:160px;
  float: left;
  margin-top:10px;
  position: relative;
}

.nav_box.fixed #cssmenu .dzjsfw a{
  color:#fff;width:160px;margin-top:10px;padding-left:15px;
  width:100%;
  text-align:left;
  font-size: 12px!important;
  line-height:18px;
}


.nav_box.fixed #cssmenu ul ul li:hover > a,
.nav_box.fixed #cssmenu ul ul li a:hover {
  color: #fff;
  font-weight:normal;
  
}


.nav_box.fixed #cssmenu li:hover > ul {
  left: auto;
}
.nav_box.fixed #cssmenu.align-right li:hover > ul {
  right: 0;
}
.nav_box.fixed #cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}


.nav_box.fixed #cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}


.nav_box.fixed #cssmenu ul ul li:hover:before{
  content:"";
  width:5px;
  height:5px;
  background:#831d4d;
  border-radius:50%;
  position:absolute;
  left:0;
  top:50%;
  margin-top:-2.5px;
}


.nav_box.fixed #cssmenu ul ul ul li a {
  padding: 13px 5px;
  width: 110px;
  line-height: 24px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.72);
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}





@media only screen and (max-width:1350px) {
#cssmenu > ul > li{
  width: 10%; text-align: center;
}
#cssmenu > ul > li > a{
  padding-left: 0px; padding-right: 0px;
}

}



@media only screen and (max-width:1024px) {
.tb200{
display:none;
}

#cssmenu {
  background-color: rgba(0, 0, 0, 0);
}

  #cssmenu > ul{
  display: none;
  background:rgba(7, 81, 155, 0.82);
  width:200px;
position:relative;
top:39px;
  }

  #cssmenu > ul > li > a{ font-size: 16px;
    color: #fff;
  font-weight: normal; line-height: 52px;
padding-bottom: 0px;
}



#cssmenu ul ul{
  background: none;
  padding: 0px;
}

#cssmenu ul ul .has_pic{
  display: none;
}
#cssmenu ul ul .has_wz{
  width: calc(100% - 0px);
}

#cssmenu ul ul .has_wz li {
  padding-left: 0px;
  width: 100%;
  margin-top: 0px;
  position: static;
}
#cssmenu ul ul .has_wz li a{
  font-size: 14px; color: #fff;
}



  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }

  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-align: left;
  }

  #cssmenu ul li{
    text-indent: 20px; 
  }

  #cssmenu ul ul li{
    left: 0px; margin-left: 0px;
    text-indent: 5px;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }


#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  background: none;
  border-radius: 0px;
  color: #fff;
  font-weight: normal;
}


  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 14px 20px 14px 30px;
    font-size: 14px;
    color: #fff;
    background: none;
    text-align: left;
  }

  #cssmenu ul ul li.has-sub > a i{
    display:none;
  }

  #cssmenu ul ul li.has-sub2 > a i{
    display:none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #fff;
    background: none;
  }


  #cssmenu ul ul ul li a {
    padding-left: 45px;
    width: auto;
  }
  
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
#cssmenu ul .has-sub:hover {
    background: url(../ysdwimages/whs_jiao0.png) no-repeat center top;
	z-index:99999;
	position:relative;

	
}


  #cssmenu > ul > li.has-sub ul.has_one{ position: static;
    margin-top: 0px;}
 #cssmenu > ul > li.has-sub ul.has_one::before{
   display: none;
 }
 #cssmenu > ul > li.has-sub > a {
  text-align: left;
 }
 #cssmenu > ul > li.has-sub2> a {
  text-align: left;
 }

  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
    #cssmenu > ul > li.has-sub2 > a::after,
  #cssmenu ul ul li.has-sub2 > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    /*padding: 20px;*/
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 16px;
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
  }
    #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: -14px;
    right: 16px;
    display: block;
    width: 25px;
    height:8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 4px;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }

  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }







}