﻿@charset "utf-8";
/* 内页大图切换css */
.ne-height{
  width:100%; 
  height:89%; 
  overflow:hidden; 
  position:relative; 
}
.slideBox{ 
  width:100%; 
  height:90%; 
  overflow:hidden; 
  position:relative; 
}
.slideBox .hd{ 
  height:17px; 
  overflow:hidden; 
  position:absolute; 
  right:15%; 
  bottom:27px; 
  z-index:1; 
}
.slideBox .hd ul{ 
  overflow:hidden; 
  zoom:1;  
}
.slideBox .hd ul li{ 
  display: inline-block; 
  margin-right:10px;  
  width:15px; 
  height:15px; 
  text-align:center; 
  cursor:pointer; 
  background: #fff; 
  border-radius: 100%; 
  opacity: 0.6 
}
.slideBox .hd ul li.on{ 
  background:#f7b52c; 
  opacity: 1; 
}
.slideBox .bd{ 
  position:relative; 
  height:100%; 
  z-index:0;   
}
.slideBox .bd ul{
  height: 100%;
}
.slideBox .bd li{ 
  zoom:1; 
  vertical-align:middle; 
  height: 100%; 
}
.slideBox .bd img{ 
  width:100%; 
  height:100%; 
  display:block;  
}

.changer ul li a{ color:#fff; display:block;}
.changer ul li:hover a{ color:#fff;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{  display:block; width:21px; height:39px; background:url(../images/pre.png) no-repeat; z-index: 1; float:left;   }
.slideBox .next{  display:block; width:21px; height:39px; background:url(../images/next.png) no-repeat; z-index: 1; float:right;    }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=50);opacity:0.5;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.ts01 .hd{ 
  height:17px; 
  overflow:hidden; 
  position:absolute; 
  bottom:225px; 
  z-index:1; 
  width: 100%;
  right:0;
}
.ts01 .hd ul{
    text-align: center;
}
.slideBox .anniu{ position:absolute; width:1200px; left:50%; margin-left:-600px; bottom:98px;z-index: 1; }








.ne-more{
  width: 74px;
  position: absolute;
  bottom:50px;
  left:50%;
  margin-left: -37px;
}
.ne-more .more{
  display: block;
  width: 74px;
  height: 57px;
  text-align: center;
  color: #fff;
  background: rgba(255,255,255,0.35);
  border-radius: 100%;
  font-size: 12px;
  padding-top: 17px;
  transition-duration: .5s;
}
.ne-more .more:hover{
  background: rgba(0,0,0,0.35);
}


.jt{
  position: relative;
}
.jt span {
  display: block;
  width: 14px;
  height: 11px;
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  margin:0 auto;
}
.jt span:nth-of-type(1) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.jt span:nth-of-type(2) {
  top: 3px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.jt span:nth-of-type(3) {
  top: 6px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.RightBar{
  position: absolute;
  top:20%;
  right:0;
}
.RightBar li{
  width: 128px;
  height: 40px;
  background: #4d97de;
  position: relative;
  background: rgba(0,0,0,0.3);
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-bottom: 1px;
}
.RightBar li a{
  color: #fff;
  z-index: 2;
  position: relative;
  display: block;
}
.RightBar li:last-child{
  border:none;
}
.RightBar li p{
  position: absolute;
  top:0;
  right:0;
  width: 4px;
  height: 100%;
  transition-duration: .5s;
  z-index: 1;
}
.RightBar li:hover p{
  width: 100%;
}
.RightBar li:nth-child(1) p{ 
  background: #ff4e00;
}
.RightBar li:nth-child(2) p{ 
  background: #f7931e;
}
.RightBar li:nth-child(3) p{ 
  background: #62ab06;
}
.RightBar li:nth-child(4) p{ 
  background: #0e97dd;
}
.RightBar li:nth-child(5) p{ 
  background: #a19fea;
}
.ne-xi{
  width: 100%;
  height:200px;
  background: rgba(0,0,0,0.7);
  position: absolute;
  bottom:0;
  left: 0;
}
.xi-box{
  width: 873px;
  height: 96px;
  border-left: 10px solid #f7931e;
  margin:25px auto 0 auto;
  overflow-x: hidden; overflow-y: auto;
  padding-left: 20px;
}
.xi-zi{
  width: 895px;
  height: 92px;
  overflow-x: hidden;
  color: #fff;
}



#section10 span {
  
  margin:20px auto;
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
#section10 span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hd-box{
  width: 100%;
  height: 100%;
  background: url(../images/ne_bg01.jpg);
  background-size: 100% 100%;
}
.hd-xi{
  position: relative;
  top: 50%;
  
  -ms-transform: translateY(-45%);   /* IE 9 */
-webkit-transform: translateY(-45%); /* Safari and Chrome */
-o-transform: translateY(-45%);    /* Opera */
-moz-transform: translateY(-45%);  
transform: translateY(-45%);
  width: 1200px;
  left: 50%;
  margin-left:-600px;
}



.blocks li{
  cursor: default;
  float: left;
  position: relative;
  -webkit-transition: .3s cubic-bezier(.3,0,0,1.3);
  transition: .3s cubic-bezier(.3,0,0,1.3);
  width: 24%;
  margin:0 1.3% 20px 0;
}
.blocks li dl dt{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #8ba8b9;
}
.blocks li dl dt img{
  display: block;
  width: 100%;
}
.blocks li dl dt p{
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  width:100%;
}
.blocks li dl dd{
  padding-left: 5px;
  font-family: "Microsoft YaHei";
}
.blocks li dl dd p{
  font-size: 16px;
  color: #333;
  padding:4px 0;
}
.blocks li dl dd span{
  font-size: 12px;
}
.blocks li:hover{
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  z-index: 3000;
}
.popup{
  background-color: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  border-radius: 4px;
  -webkit-transition: .3s cubic-bezier(.3,0,0,1.37);
  transition: .3s cubic-bezier(.3,0,0,1.37);
  z-index: 2;
}
.popup span{
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.popup span h3{
  font-size: 12px;
  font-weight: normal;
  padding:10px 0 15px 0;
}
.popup span img{
  width: 100%;
  height: 65%;
  display: block;
}
.popup span p{
  font-size: 10px;
  text-align: left;
  padding:0 5px 5px 5px;
}
.popup span a{
  background: #c9c9c9;
  color: #fff;
  padding:3px 6px;
  border-radius: 10px;
  font-size: 12px;
}
.blocks li:hover .popup{
  opacity: 1;
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  box-shadow: 0 0 10px 2px rgba(0,0,0,.4);
}
.videoShowing{
  width: 100%;
  height: 64%;
  object-fit:cover;
}
.blocks li:nth-child(4n){
  margin-right:0;
}

.changer{
  display: block;
  width: 104px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background: rgba(155,185,202,0.6);
  border-radius: 10px;
  margin-bottom:25px;
  float: right;
}
.changer:hover{
  color: #fff;
  background: #000;
}

    .changer a[disabled]{ cursor: not-allowed;}

#map{
  width: 100%;
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
}
.jr-xi{
  background: url(../images/ne_bg02.jpg) no-repeat;
  background-size: 100% 100%;
}
.lc-xi{
  background: url(../images/ne_bg03.jpg) no-repeat;
  background-size: 100% 100%;
}
.zi01{
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
  clear:both;
}
.zp-xi{
  width: 700px;
  margin:0 auto;
}
.zp-le{
  width: 320px;
}
.zp-ti {
  height: 22px;
  border-left: 4px solid #f7931e;
  padding-left: 10px;
  margin-bottom:25px;
}
.zp-ti p{
  color: #000;
  float: left;
}
.zp-ti a{
  float: right;
  font-size: 12px;
  color: #000;
  border:1px solid #000;
  padding:2px 4px;
  transition-duration: .5s;
}
.zp-ti a:hover{
  background: #f7931e;
  color: #fff;
  border-color: #f7931e
}
.zp-le ul{
  width: 100%;
}
.zp-le ul li{
  width: 100%;
  font-size: 12px;
  padding-bottom:6px;
}
.zp-le ul li span{
  float: right;
  color: #333;
}
.zp-le ul li a {
    display: block;
    float: left;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    transition-duration: .5s;
  }
.zp-le ul li a:hover{
  padding-left: 4px;
  color:#f7931e;
}
.zp-le ul li:after{
  content: "";
  display: block;
  clear: both;
}

.zp-zi .xi-box {
    width: 873px;
    height: 337px;
    border-left: none;
    margin: 25px auto 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 20px;
}

.zp-zi .xi-zi {
    width: 850px;
    height: 333px;
    overflow-x: hidden;
    color: #333;
	padding-right:150px;
	line-height:26px;
}
.jh-ti{
  border-left: 4px solid #f7931e;
  font-size: 16px;
  padding-left: 10px;
  color: #000;
  margin: 10px 0;
}
.zq-xi{
  width: 970px;
  margin:0 auto;
}
.zq-xi dl{
  width: 150px;
  float: left;
  text-align: center;
  margin-right: 55px;
}
.zq-xi:after{
  content: "";
  display: block;
  clear: both;
}
.zq-xi dl dd{
  color: #1a1a1a;
  font-size: 16px;
  padding-top: 14px;
}
.zq-xi dl dt{
  width: 150px;
  height:150px;
  border-radius: 100%;
  position: relative;
  transition-duration: .5s;
}
.zq-xi dl dt img{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
}
.zq-xi dl dt:hover img{ 
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;}

.zq-xi dl:nth-child(1) dt{
  background: #42b8ea;
}
.zq-xi dl:nth-child(2) dt{
  background: #01c1b2;
}
.zq-xi dl:nth-child(3) dt{
  background: #8bc53f;
}
.zq-xi dl:nth-child(4) dt{
  background: #ff7bab;
}
.zq-xi dl:nth-child(5) dt{
  background: #505976;
}
.zq-xi dl:last-child{
  margin-right: 0;
}
.zq-xi dl dt:hover{
  background: #f7931e;
}
.mbx{
  text-align: center;
  padding-bottom: 30px;
  font-size: 12px;
}
.mbx img{
  padding:0 4px;
}


.sewvmain{
  width:652px;
  margin:0px auto; 
  background: #fff;
}
.sewv{
  position: relative;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}
.sewvtop{
  width:100%;
  height:46px;
  cursor:pointer;
  overflow: hidden;
}
.sewvtop:hover span{
  color: #f7931e;
}
.sewvtop>span{
  float:left;
  width:60%;
  height:46px; 
  text-overflow:ellipsis;
  overflow: hidden;
  line-height:46px;
  color: #666;
  padding:0 5px;
  vertical-align: middle; 
  color: #4d4d4d;
  text-align: center;
}
.sewvtop>em{
  float:left;
  width: 20px;
  height: 20px;
  vertical-align: middle; 
  padding-top: 12px;
}
.sewvbm{
  width: 80%;
  position: absolute;
  left: 0;
  top: 46px;
  display: none; 
  background-color: rgba(255,255,255,0.5);  
  background-image: url(../images/bjt.png); 
  padding:20px 0; 
  background-repeat: no-repeat; 
  background-position: top center; 
  text-align: center;
}
.sewvbm>li{
  cursor:pointer;
  height:25px;
  line-height:25px; 
  color: #666;
}
.sewvbm>li:hover{
  color: #f7931e;
}

.sewvmain1{
  width:652px;
  margin:0px auto; 
  background: #fff;
}
.sewv1{
  position: relative;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}
.sewvtop1{
  width:100%;
  height:46px;
  cursor:pointer;
  overflow: hidden;
}
.sewvtop1:hover span{
  color: #f7931e;
}
.sewvtop1>span{
  float:left;
  width:60%;
  height:46px; 
  text-overflow:ellipsis;
  overflow: hidden;
  line-height:46px;
  color: #666;
  padding:0 5px;
  vertical-align: middle; 
  color: #4d4d4d;
  text-align: center;
}
.sewvtop1>em{
  float:left;
  width: 20px;
  height: 20px;
  vertical-align: middle; 
  padding-top: 12px;
}
.sewvbm1{
  width: 80%;
  position: absolute;
  left: 0;
  top: 46px;
  display: none; 
  background-color: rgba(255,255,255,0.5);  
  background-image: url(../images/bjt.png); 
  padding:20px 0; 
  background-repeat: no-repeat; 
  background-position: top center; 
  text-align: center;
}
.sewvbm1>li{
  cursor:pointer;
  height:25px;
  line-height:25px; 
  color: #666;
}
.sewvbm1>li:hover{
  color: #f7931e;
}

.sk01{
	width:300px;
	height:46px;
	line-height:46px;
	border:medium none;
	outline:none;
}
.sk02{
	width:92px;
	text-align:center;
	line-height:46px;
	color:#fff;
	height:46px;
	background:#f7931e;
	border:medium none;
	font-family: "Microsoft YaHei";
	outline:none;
	cursor:pointer;
}
.yp-xi01{
  height: 170px;
  
}
.yp01{
  background: url(../images/b-sj01.png) no-repeat right 90px;
  width: 201px;
  margin-right: 10px;
} 
.yp-yuan{
  padding-top: 34px;
}
.yp-yuan li{
  width: 136px;
  height: 136px;
  background: rgba(117,106,249,0.7);
  border-radius: 100%;
  text-align: center;
  color: #fff;
  float: left;
  margin:0 5px;
  transition-duration: .5s;
}  
.yp-yuan li p{
  padding-top: 13px;
}
.yp-yuan li img{
  transition-duration: .5s;
}
.sj-tu{
  padding-top: 57px;
  float: left;
}
.x-jt{
  display: block;
  float: right;
  margin:10px 58px 10px 0;
}
.yp-yuan li:hover{
  background: #d0dc40;
  cursor: pointer;
  
}   
.yp-yuan li:hover img{
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
     

@media (max-height: 770px)  {
  .blocks li{
  cursor: default;
  float: left;
  position: relative;
  -webkit-transition: .3s cubic-bezier(.3,0,0,1.3);
  transition: .3s cubic-bezier(.3,0,0,1.3);
  width: 23%;
  margin:0 0 10px 1.8%;
}
.ne-height{
  height: 87%;
}
.slideBox{
	height:87%;}
.hd-xi{
  transform: translateY(-42%);
  width: 900px;
  margin-left:-450px;
  left: 50%;
}
.zp-zi .xi-zi {
    height: 280px;

}
}



@keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
 
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
  0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
  0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}