@charset "utf-8";
@font-face {  
 font-family:YaHei;  
 src: url("msyh.ttf") ;
}  
/*reset*/
html{
	font-family: '微软雅黑','microsoft yahei','YaHei';
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	color: #555;
}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select {margin:0;padding:0;}
th,td{border-spacing:0;}
img,fieldset,iframe{border:0;}
img{max-width: 100%;vertical-align: top;}
ul,ol,li{
	list-style: none;
}
a{
	text-decoration: none;
	color:#666;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
	display: block;
}
audio,canvas,progress,video{
	display: inline-block;
	vertical-align: baseline;
}
/*动画*/
p:hover{  transition: all 0.3s ease 0s;}
a:hover{ transition: all 0.3s ease 0s;}
/*animate*/
.animate-box{
  opacity: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    /*visibility: visible;*/
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
     opacity: 1;
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
     opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
     opacity: 1;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
     opacity: 1;
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
     opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
     opacity: 1;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
/*common*/
.pwrap{
	width:80%;
  min-width: 1020px;
	padding:0 30px;
	margin:0 auto;
}
.acwrap{
  width: 80%;
  margin:0 auto;
}
.clearfix{*height:1%;*zoom:1;}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pbanner{
	height: 530px;
	background-size: cover;
	position: relative;
	background-position: bottom right;
}
.tashi{
	position: absolute;
	color: #fff;
	top: 35%;
	left: 10%;
	font-size: 30px;
	padding-bottom: 10px;
	font-weight: 600;
}
.bg-wave{
	position: absolute;
	bottom:-5px;
	left: 0px;
}
/*分页*/
.pagination{
  text-align: center;
  padding:30px 0;
}
.pagination>ul>li{
  display:inline-block;
  padding:5px 8px;
  border:1px solid #ccc;
  float: none;
  width: auto;
  margin:2px;
}
.pagination span,.pagination a{
  display:block;
  
}
.pagination>ul>li.active{
  color:#00694d;
  border:1px solid #00694d; 
}
/*header*/
.header{
	height: 100px;
	line-height: 100px;
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.header.action{
  background-color: rgba(0,0,0,0.6);
}
.header .pwrap{
	position: relative;
}
.logo{
	width: 197px;
	position: absolute;
	top: 0;
  left: 0;
}
.logo img{
	width:100%;
	vertical-align: middle;
}
.nav{
	position: relative;
	color: #fff;
	padding-left: 200px;
	padding-right: 60px;
	float: right;
}
.nav ul.nkv{
	padding-right: 45px;
}
.nav ul.nkv li.nv{
	display: inline-block;
	font-size: 0;
	position: relative;
}
.nav ul.nkv li.nv>a{
	font-size: 17px;
	display: block;
	padding:0 25px; 
	color: #fff;
}
.na{
	position: absolute;
	top:100px;
    left: 0px;
    height: auto;
     max-height: 0;
    webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
      z-index: 0;
}
.na li{
	display: block;
	width: 150px;
	text-align: center;
	border-bottom: 1px solid #eee;
	 opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    background: -moz-linear-gradient(rgba(112, 112, 112, 0.77), rgba(131, 129, 129, 0.64));
    background: -ms-linear-gradient(rgba(112, 112, 112, 0.77), rgba(131, 129, 129, 0.64));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(112, 112, 112, 0.77)), color-stop(100%, rgba(131, 129, 129, 0.64)));
    background: -webkit-linear-gradient(rgba(112, 112, 112, 0.77), rgba(131, 129, 129, 0.64));
    background: -o-linear-gradient(rgba(112, 112, 112, 0.77), rgba(131, 129, 129, 0.64));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(112, 112, 112, 0.77)', endColorstr='rgba(131, 129, 129, 0.64)');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(112, 112, 112, 0.77)', endColorstr='rgba(131, 129, 129, 0.64)')";
    background: linear-gradient(rgba(112, 112, 112, 0.77), rgba(131, 129, 129, 0.64));

    border-bottom: 2px solid gba(112, 112, 112, 0.77);
    border-top: 2px solid rgba(131, 129, 129, 0.64));
}
.na li:hover {
    background-color: #a29c9c;
    background: -moz-linear-gradient(#a29c9c, #7f7c7c);
    background: -ms-linear-gradient(#a29c9c, #7f7c7c);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a29c9c), color-stop(100%, #7f7c7c));
    background: -webkit-linear-gradient(#a29c9c, #7f7c7c);
    background: -o-linear-gradient(#a29c9c, #7f7c7c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a29c9c', endColorstr='#7f7c7c');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#a29c9c', endColorstr='#7f7c7c')";
    background: linear-gradient(#a29c9c, #7f7c7c);

    border-bottom: 2px solid #565050;
    border-top: 2px solid #7f7c7c;
}
.nv:hover .na li{
    opacity: 1;
   -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.nv:hover .na li:nth-child(1){
	-webkit-transition-delay:50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.nv:hover .na li:nth-child(2){
	-webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.nv:hover .na li:nth-child(3){
	-webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.nv:hover .na li:nth-child(4){
	-webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.nv:hover .na li:nth-child(5){
	-webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.nv:hover .na li:nth-child(6){
	-webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.nv:hover .na li:nth-child(7){
	-webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.na li:last-child{
	border-bottom: none;
}
.na li a{
	display: block;
	padding:10px;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}


.zy{
	position: absolute;
	right:61px;
	top: 0;
	padding-left: 15px;
}
.zy:before{
	position: absolute;
	display: block;
	content: "";
	height: 50%;
	top: 25%;
	width: 1px;
	background-color:#d3d3d3;
	left: 0;

}
.zy{
color: #fff;
}
.zy a{
  color: #fff;
}
.zy span{
  cursor:pointer;
}
.zy .on a{
	color:#f29600; 
}
.nav ul.nkv>li.nv.active>a{
	background-color: rgba(0,0,0,0.3);
	position: relative;
}
.nav ul.nkv>li.nv.active>a:before{
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color:#f29600; 
}
/*mobile*/
/*手机版导航*/
.btn-nav {
  position: absolute;
  top:30px;
  right:0px;
  background: transparent;
  border: none;
  padding: 6px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  z-index: 99999;
  display: none;
}

.btn-nav:focus {
  outline: 0;
}

.icon-bar {
  display: block;
  margin: 6px 0;
  width: 35px;
  height: 2px;
  background-color:#d61718;
}

.btn-nav:hover .icon-bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color:#d61718;
}
.nav-content {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0, 0, 0, 0.79);;
  display: block;
  height: 100%;
  z-index: 10;
}
.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  text-align: center;
}
.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.item-anchor:hover,
.item-anchor:focus {
  color: #FCA311;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after{
  width: 100%;
  background: #FCA311;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-item {
  margin: 10px auto;
  text-align: center;
  line-height: 40px;
}
.nav-item a{
  color:#fff;
}
.animate-nav {
  display: block;
  margin: 0 auto;
}

.animated-nav:hover .icon-bar,
.animated:focus .icon-bar{
  background-color: #FCA311;
}

.animated-nav:focus {
  cursor: pointer;
  z-index: 9999;
}
.middle {
  margin: 0 auto;
}

.icon-bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  z-index: 999999;
}

.animated-nav .icon-bar {
  z-index: 999999;
  background-color: #FCA311;
}

.animated-nav .top {
  -webkit-transform: translateY(5px) rotateZ(45deg);
  -moz-transform: translateY(5px) rotateZ(45deg);
  -ms-transform: translateY(5px) rotateZ(45deg);
  -o-transform: translateY(5px) rotateZ(45deg);
  transform: translateY(5px) rotateZ(45deg);
}

.animated-nav .bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}
.ove{
  overflow: hidden;
}
.animated-nav .middle {
  width: 0;
}

@keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-moz-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-o-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

.showNav {
  -webkit-animation: showNav 1s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav 1s ease forwards;
}

@keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-moz-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-o-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}
.hidden{
  display: none;
}
/*footer*/
#footer{
	text-align: center;
	position: relative;
}
#footer .focc{
  background-color:#00694d;
  margin-top: -1px;
  padding-bottom: 15px;
}
#footer .fwrap{
  width: 900px;
  margin:0 auto;
  position: relative;
}
.fo-left{
	color: #fff;
	padding: 20px 0;
	line-height: 2;
}
.fo-left a{
	color: #fff;
	display: inline-block;
	padding:0 5px;
}
.fo-img{
	margin-bottom: 12px;
  width: 90px;
  position: absolute;
  top: 10px;
  right: 0;
}
.fo-rig{
  display: none;
}
.fo-bg{
  vertical-align: bottom;
}
@media (max-width:1668px){
	.nav ul.nkv>li.nv>a{
		padding:0 15px;
	}
}
@media (max-width:1443px){
	.nav ul.nkv>li.nv>a{
		padding:0 12px;
		font-size: 16px;
	}
}
@media (max-width:1300px){
	.logo{
		width:160px;
	}
	.nav ul.nkv>li.nv>a{
		font-size: 15px;
		padding:0 10px;
	}
	
}

@media (max-width:1200px){
	.pwrap{
		width: 90%;
		min-width: 280px;
		padding:0 3%;
	}
  .acwrap{
    width: 90%;
  }
	.logo{
		width: 180px;
	}
  .fo-left p{
    font-size: 14px;
    line-height: 1.5;
  }
  .fo-img{
    width: 80px;
  }
}
@media (max-width:1080px){
  .nkv{
      display: none;
    }
    .btn-nav{
      display: block;
    }
    #footer .fwrap{
      width: 90%;
    }
}
@media (max-width:1000px){
    .nkv{
      display: none;
    }
    .pbanner{
      height: 500px;
    }
}
@media (max-width:768px){
    .header{
      height: 90px;
      line-height: 90px;
    }
    .logo {
      width: 160px;
      left: 4%;
    }
    .zy{
      right:61px;
    }
    .pbanner{
      height: 450px;
    }
    .btn-nav{
      top: 27px;
    }
    .tashi{
    	top: 64%;
    }
}
@media (max-width:640px){
  .fo-left p{
    font-size: 13px;
  }
  .header{
      height: 70px;
      line-height: 70px;
  }
  .logo {
    width: 140px;
  }
  .zy{
    font-size: 14px;
  }
  .zy:before{
    display: none;
  }
  .pbanner{
      height: 400px;
    }
  .fo-left{
    /*padding-right: 100px;*/
  }
    .btn-nav{
      top: 17px;
    }
}
@media (max-width:414px){
  .pbanner{
      height: 250px;
    }
    .pagination{
      padding:15px 0;
      font-size: 13px;
    }
    #footer .focc{
      padding-bottom: 0px;
    }
    .tashi{
    	font-size: 20px;
    }
    .header{
      height: 52px;
      line-height: 52px;
    }
    .btn-nav{
      top: 6px;
    }
    .logo{
      width: 110px;
    }
}