*, *:after, *:before {
  box-sizing: border-box;
}
.caidan_bg{ width:100%; margin:0px auto; background-color:#0055ac; color:#FFF}
.caidan{ width:1300px; margin:0px auto; background-color:#0055ac; color:#FFF}

@media screen and (max-width: 1024px) {
.caidan_bg{ width:100%; margin:0px auto; background-color:#0055ac; color:#FFF}
.caidan{ width:100%; margin:0px auto; background-color:#0055ac; color:#FFF}}



/*.animenu ul{ width:1300px; margin:0px auto; background-color:#0055ac; color:#FFF}*/
.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: #eee;
  border: 0;
  padding: 10px;
  height: 30px;
  width: 30px;
  
}
.animenu__toggle:hover {
  background-color:#000;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #333;
  -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;width:100%; /*background-color:#0055ac*/
}
/*.animenu ul{ width:1300px; margin:0px auto; background-color:#0055ac; color:#FFF}*/

.animenu__nav > li { font-size:16px !important; line-height:50px; color:#FFF; width:16%
}


.animenu__nav > li > a {
  text-transform: uppercase;height:50px; line-height:50px;  font-size:16px !important; color:#FFFFFF
}

.animenu__nav a:hover { color:#FFFFFF
  }

@media screen and (max-width: 1680px)
 {

.animenu ul{ margin:0px auto; color:#FFF}

.animenu__nav > li { font-size:16px !important; line-height:50px; color:#FFF; position: relative;

  z-index:999;height:50px; 
}






.animenu__nav > li > a:first-child:nth-last-child(2):before { color:#000;
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 5px;/*导航右侧三角距离*/
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;  
}

.animenu__nav > li:hover > a {
  color: #d7a44b; height:50px; line-height:50px:
  
}


}


@media screen and (max-width: 1366px){

.animenu ul{  margin:0px auto; color:#FFF}
.animenu__nav > li { font-size:16px !important; line-height:50px; color:#000; 
}
}


@media screen and (max-width: 1280px){


.animenu__nav > li {
  position: relative;
  /*border-right: 1px solid #fff;*/ 
  z-index:999;height:50px; line-height:50px; 
}





.animenu__nav > li > a:first-child:nth-last-child(2):before { color:#000;
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 5px;/*导航右侧三角距离*/
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;  
}

.animenu__nav > li:hover > a {
  color: #d7a44b; /*height:100px; line-height:100px; */
  
}
}


@media screen and (max-width: 1024px){
.animenu{width:100%;margin:0;padding:0;}

.animenu ul{width:100%;  background-color:#f7f7f7}



.animenu__nav > li {font-size:14px 
}

.animenu__toggle {
position:absolute;top:20px;right:20px;
  
}
.animenu__nav > li:hover > a {
  color: #333;
  background:#f4f4f4;
}
 .animenu__toggle {
    display: inline-block;
  }

 

  .animenu__nav__child {
    position:absolute;
    background-color:#000;	
    margin: 0;
    transition: none;
    visibility: visible;
    opacity: 1;

	
  }
  }
  
  @media screen and (max-width: 768px){.animenu__toggle {
position:absolute;top:10px;right:0px;
  
}}

  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 20px;
    width: 100%;
	
  }
}











.animenu ul {
  padding: 0;
  list-style: none;
  z-index:999;
  
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 15px;

}
.animenu a {
  color: #333;
  text-decoration: none;
}

.animenu__nav {
/*  background-color:#000;*/ /*导航背景色*/
 
}
.animenu__nav > li {
  position: relative;
  /*border-right: 1px solid #fff;*/ 
  z-index:999;text-align:center
}

.animenu__nav > li > a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border: 0px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 5px;/*导航右侧三角距离*/
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;  
}
.animenu__nav > li:hover > a {

  
}

.animenu__nav__child {
  min-width: 150px;  /*下拉菜单宽度*/
  position:absolute;
  top: 100%;
  left:30px; 
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 0px 0 0 0;
  background-color: #eee;
  transition: margin .15s, opacity .15s;
  z-index:999;
}
.animenu__nav__child > li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.animenu__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 45%; /*下拉菜单小三角水平位置*/
  top: -6px;  /*下拉菜单小三角垂直们置*/
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  padding: 0px;
  width: 100%;
  border-color: #eee;
  text-align:center;
}
.animenu__nav__child a:hover {
  background-color: #f7f7f7;
  border-color: #fff;
  color:#000;
}



@media screen and (max-width: 1024px) {
  .animenu__toggle {
    display: inline-block;
  }

  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }

  .animenu__nav {
    margin: 10px 0;
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #515151; height:45px; line-height:45px
  }
  
  
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }

  .animenu__nav > li > a {
    border-color: #f7f7f7;
    position: relative; height:30px; line-height:30px; color:#333!important;
	
  }
  


  .animenu__nav a:hover {
    background-color: #f7f7f7;
    border-color: #fff;
    color: #333!important ;height:30px; line-height:30px
  }

  .animenu__nav__child {
    position: static;
    background-color: #f7f7f7;	
    margin: 0;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 0px;
    width: 100%;
  }
}
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}
