/* CSS Document */
body{ margin:0px; padding:0px; font-family:"&#206;&#162;&#200;¨ª&#209;&#197;&#186;&#218;"}
a,a:hover{ text-decoration:none}
img{ vertical-align:top; border:0;}
ul,li{ list-style:none; margin:0px; padding:0px}
img {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}
a:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s;
}

.zjahbox1{ width:100%; height:100%; background:url(../images/zjah_01.jpg) center no-repeat}
.zjahbox2{ width:100%; height:100%; background:url(../images/zjah_02.jpg) center no-repeat}
.zjahbox3{ width:100%; height:100%; background:url(../images/zjah_03.jpg) center no-repeat}
.zjahbox4{ width:100%; height:100%; background:url(../images/zjah_04.jpg) center no-repeat}
.zjahbox5{ width:100%; height:100%; background:url(../images/zjah_05.jpg) center no-repeat}
.zjahbox6{ width:100%; height:100%; background:url(../images/zjah_06.jpg) center no-repeat}
.zjnr{width:1000px;margin:0 auto}

.daohang{float:right;margin-right:10px;width: 370px;height:146px;margin-top:10px}
.daohang a{float:left;margin: 0px 10px;width:32px;height:146px;}
.daohang a.tu1{ background:url(../images/daohang1.png)}
.daohang a.tu1:hover{ background:url(../images/daohang1a.png)}
.daohang a.tu2{ background:url(../images/daohang2.png)}
.daohang a.tu2:hover{ background:url(../images/daohang2a.png)}
.daohang a.tu3{ background:url(../images/daohang3.png)}
.daohang a.tu3:hover{ background:url(../images/daohang3a.png)}
.daohang a.tu4{ background:url(../images/daohang4.png)}
.daohang a.tu4:hover{ background:url(../images/daohang4a.png)}
.daohang a.tu5{ background:url(../images/daohang5.png)}
.daohang a.tu5:hover{ background:url(../images/daohang5a.png)}
.daohang a.tu6{ background:url(../images/daohang6.png)}
.daohang a.tu6:hover{ background:url(../images/daohang6a.png)}
.daohang a.tu7{ background:url(../images/daohang7.png)}
.daohang a.tu7:hover{ background:url(../images/daohang7a.png)}

.clear{ clear:both}

.bt1{width:91px; height:237px; float:left; margin-top:199px}
.zjbox{ float:right; width:856px; margin-top:70px;}
.zjboxbt{ border:1px solid #cacaca; width:685px; float:left; height:44px; padding-left:169px; line-height:44px;}
.zjboxbt a{ width:91px; height:44px; display:block; float:left; text-align:center; font-size:18px; color:#322f2f}
.zjboxbt a:hover{ color:#322f2f}
.zjboxbt a.xz{ background:url(../images/zjahtu_03.jpg)}
.zjboxbt img{ float:left}
.zjboxnr{width:856px; float:left; line-height:33px; font-size:15px; color:#333; margin-top:35px}
.zjboxnr a{ color:#8c5602}
.zjboxnr a:hover{ color:#c00}

.ge{ margin-top:65px;}
.ge1{ margin-top:20px;}
.ge2{ margin-top:35px;}
.ge3{ padding-top:230px;}

.btbj1{ background:url(../images/zjahtu_24.jpg) no-repeat; width:220px; height:49px; line-height:49px; padding-left:27px; font-size:18px; color:#000}
.btbj1 a{ color:#000}
.btbj1 a:hover{ color:#c00}

.xtbox{ border:1px solid #d3cece}

.zjzi1{ font-size:15px; color:#000}
.zjzi1 a{ color:#000}
.zjzi1 a:hover{ color:#c00}

.zjzi2{line-height:24px; font-size:14px; color:#333;}
.zjzi2 a{ color:#8c5602; font-size:15px}
.zjzi2 a:hover{ color:#c00}

.nr3{float:left; width:100%; margin:5px 0px 0px 0px;}
.nr3 ul{ width:100%; margin:0px auto; padding:0px }
.nr3 ul li{ margin:0px; padding:0px; width:100%; float:left; line-height:30px; font-size:15px;}
.nr3 ul li a{ color:#666666; display:block; width:93%; padding-left:20px; background:url(../images/dian_39.jpg) center left no-repeat}
.nr3 ul li a:hover{color:#8c5602;  background:url(../images/dian_43.jpg) center left no-repeat}
.nr3 ul li span{ font-size:12px; color:#888; float:right}



/*&#182;&#175;&#187;&#173;&#208;¡ì&#185;&#251;*/
.mouse-ico {
  display: block;
  width: 20px;
  height: 105px;
  background: url(../images/ico_02.png) no-repeat center top;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: 265px;
  z-index: 5;
  opacity: 0;
}
.mouse-ico i {
  display: block;
  width: 100%;
  height: 30px;
  background: url(../images/ico_03.png) no-repeat center;
  -webkit-animation: mousemove 3s linear 0s infinite;
          animation: mousemove 3s linear 0s infinite;
}


.music-btn{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top:12px;
  float:left; 
  background: url(../images/ico_music.png) no-repeat center top;
  cursor: pointer;
  animation: 3s linear 0s infinite running Turnico;
}
.music-btn.hov{
  background: url(../images/ico_music.png) no-repeat center bottom;
  animation: none;
}
@keyframes Turnico {
  0% {
      transform: rotate(0deg);
  }
  50% {
      transform: rotate(180deg);
  }
  100% {
      transform: rotate(360deg);
  }
}




@-webkit-keyframes mousemove {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  25% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  75% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes mousemove {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  25% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  75% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}


.zjahlg{position:absolute;left:10%;top: 20px;z-index: 10000;}

.foot{background:#0f74ca;height:164px;font-size:14px;color:#fff;line-height:30px;margin-top:15px;width: 100%;}
.foot a{ color:#fff;}
.foot a:hover{ color:#ff0;}

.head-slh-btn{float: right;margin-left: 20px;position: absolute;top: 48px;right: 8%;/* transform: translateX(595px); */z-index: 100;}
.head-slh-btn a{color: #fff !important;background-image:linear-gradient(90deg, #F7B218 0%, #EC930A 100%);display: block;border-radius: 8px;line-height: 28px;padding: 8px 13px;font-weight: bold;font-size: 16px;}

.foot td:nth-child(1){width:20%;}
.foot td:nth-child(2){width:45%;}
.foot td:nth-child(3){width:35%;}