@charset "utf-8";
/* CSS Document */

/*top*/
/*.fix {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100); 
  position: fixed;
  width: 100%;
  top: 0 !important;
  z-index: 99999;
  box-shadow: 0 2px 13px #d5d5d5;
  background: #fff
}
.dnav.active{
  background: #fff;
  box-shadow: 0 2px 13px #d5d5d5;
}
.dnav.active .top-r{

}
*/

.dnav {
  width: 100%;
  z-index: 99;
  position: absolute;
  top: 60px;
  left: 0;
}
.dnav .left-logo {
margin-left: 6%;
}
.dnav .left-logo img {
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.navb{
    width:460px;
    padding: 0;

}

.navb .m {
    position: relative;
    float: left;
    width:76px;
    display: inline;
    text-align: center;
    line-height: 70px;
}
.navb h3 a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
  
  }
.navb h3 a:hover{
  transition-duration: .3s;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.navb h3 a:after{
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background-color: #FFF;
  transform: scaleX(0);
  transition: all .2s cubic-bezier(.18, .89, .17, .88), opacity .15s ease
}
.navb h3 a:hover:after {
  opacity: 1;
  transform: scaleX(1)
}
.sub{display:none;}
.mun1{
  width: 160px;
  min-width: 160px;
  background: #fff;
  height: auto;
  padding-top: 15px;
  padding-bottom: 20px;
  position: absolute;
  top: 85px;
  left: -50%;
}
.mun1:before{
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  background: url(../images/sanjiao.png) center no-repeat;
}
.mun1 ul li{
  height: 40px;
  line-height: 40px;
}
.mun1 ul li h2 a{
  color: #666;
  font-size: 15px;
}
.mun1 ul li:hover h2 a{
  color: #007bff;
}

.top-r{
  margin-right: 6%;
  margin-top: 20px;
}
.top-r ul li{
  float: left;
  margin-left: 30px;
}
.top-r ul li:hover img{
  animation: ball .6s infinite alternate;
}
/*宽度小于1920px*/

@media screen and (max-width:1870px){ 

}
/* 搜索 */
.in_shbox{ clear:both; width:100%; height:117px;background-color: rgba(0,0,0,0.7); display:none; height:0;position: absolute;top: 72px;z-index: 999}
.in_shbox .in_sh{ width:910px; margin:0 auto; overflow:hidden; padding-top:35px;}
.in_shbox .in_sh .txt{ float:left; width:783px; line-height:21px; padding:13px 10px; border:0; background:#FFF;}
.in_shbox .in_sh .btn{ float:left; width:107px; height:47px;text-align:center; color:#FFF; font-size:17px; border:0; background:#df0800; cursor:pointer;}
.in_topjg{height: 103px;}

.video_play{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 111111;
}
#Indexvideo {
    width: 1100px;
    height: 540px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,.6);
}
#video_close{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -302px;
    margin-left: 560px;
    cursor: pointer;
}
