@charset "utf-8";
a {
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
@keyframes gWelCnta{
  0% {
    transform: rotate(0);
  }
  70% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(350deg);
  }
  95% {
    transform: rotate(370deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  outline:none;
  blr:expression(this.onFocus=this.blur());
}
.reset_style a span {
  color:#696969;
    transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}


.reset_style a:hover span {
    color:#1086df;
}

#w_common_text-1525766713806.reset_style a span {
  color:#fff;
    transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}


#content_box-1525751012286 .w_img-002 a img {
    opacity: 0.7;
    transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}

#content_box-1525751012286 .w_img-002 a:hover img {
    opacity: 1;
}




.ckgd {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 2.4s;
  animation-fill-mode: both;
}
.ckgd a {
  width:70px;
  height:44px;
  padding:10px 0px;
  border: solid 2px rgba(200,200,200,1);
  display:block;
  text-align:center;
  margin:0 auto;
}
.ckgd a:hover {
  width:120px;
  height:44px;
  padding:10px 0px;
  border: solid 2px rgba(140,140,140,1);
  display:block;
  text-align:center;
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
.ckgd a:hover img {
  -webkit-animation: gWelCnta 1.5s ease-in-out;
  -moz-animation: gWelCnta 1.5s ease-in-out;
  -o-animation: gWelCnta 1.5s ease-in-out;
  -ms-animation: gWelCnta 1.5s ease-in-out;
  animation: gWelCnta 1.5s ease-in-out;
}
.ckgd2 a {
  width:140px;
  height:40px;
  line-height:40px;
  color: rgba(0,0,0,1);
  padding:0px;
  background-color: rgba(255,255,255,1);
  border-radius:40px;
  display:block;
  text-align:center;
  font-size: 15px;
}
.ckgd2 a:hover {
  width:180px;
}
#w_video-1522806184621 {
  position: absolute;
  left: 0px!important;
}
/*************************************
* 组件样式: 翻页样式
*************************************/
.p_page .pre:hover:after,
.p_page .next:after,
.p_page .next {
  background-color: rgba(13, 24, 28, 1)!important;
}
/* .p_page .pre:active:after,
.p_page .pre:hover,
.p_page .pre:active,
.p_page .next:hover:after,
.p_page .next:active:after,
.p_page .next:hover,
.p_page .next:active,
.p_page .pageNum:hover,
.p_page .pageNum:active,
.p_page .pageNum.active {
  background-color: rgba(16, 134, 223, 1)!important;
} */
.nyzsq {
  width:100%;
  height:100%;
  display:block;
  background-color:rgba(0, 78, 162, 0.96);
  position:relative;
}
.nyzsq .bt {
  font-size:30px;
  font-family:Arial, Helvetica, sans-serif;
  color:#fff;
  line-height:40px;
  padding-left:40px;
  padding-top:30px;
}
.nyzsq .ms {
  font-size:17px;
  color: rgba(255, 255, 255,0.5);
  line-height:30px;
  padding-left:40px;
  margin-top:44px;
}
.nyzsq .bt:before {
  content: url(/img/zsqjt.png);
  width:30px;
  height:30px;
  display:inline-block;
  position:absolute;
  top:34px;
  right:30px;
}
.nyzsq .bt:after {
  content:"";
  width:40px;
  height:2px;
  display:block;
  position:absolute;
  top:88px;
  left:40px;
  background:#fff;
}
