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

/*导航*/


.header{ width:100%;  margin: 0px; padding: 0px; position: relative;}

.nav{position: absolute; left: 50%; width:1280px; margin-left: -640px; z-index: 99999;}
.nav_l{ float:left; width: 297px; margin-top: 30px;}
.nav_l img{ display: block;} 

.nav_r{ float: right; text-align: right; margin-top:25px;} 
.nav_r .nav_tel{ color: #FFFFFF; font-size: 20px; font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"} 
.nav_menu { margin-top: 20px;}
.nav_menu ul { margin:0 auto; list-style-type: none; }
.nav_menu ul li {float:left; position:relative; }
.nav_menu ul li:first-child{} 
.nav_menu ul li:last-child{} 
.nav_menu ul li a, .nav_menu ul li a:visited {display:block; font-size: 14px;text-align:center; text-decoration:none; box-sizing: border-box;color: #FFFFFF; margin-left: 55px;}
.nav_menu ul li a:hover{color: #144490; font-weight: bold;} 
.nav_menu ul li a.this{color: #144490; font-weight: bold;} 

.nav_menu ul li ul {display: none;} 
.nav_menu ul li:hover a {color:#144490; } 
.nav_menu ul li:hover ul {display:block; position:absolute; top:52px; left:0; width:171px;z-index: 999999;} 
.nav_menu ul li:hover ul li a {display:block; color:#FFFFFF;background-color:rgba(0,0,0,0.5);margin-bottom: 1px;} 
.nav_menu ul li:hover ul li a:hover {background:#144490; color:#000000;}







.bottom{ width:100%; background:#333333; margin: 0px; padding: 50px 0px;}
.bottom_t{width:1280px; margin:0px auto; padding-bottom: 20px; border-bottom: #666666 1px solid;} 

.bottom_{ width:1280px; margin:30px auto;} 
.bottom_l{float: left; width:220px;} 
.bottom_l p{font-size: 14px;color: #CCCCCC; font-weight: normal; margin-bottom: 5px; margin-bottom:20px; line-height: 175%;} 
.bottom_l p strong{font-size: 28px;color: #CCCCCC; text-transform: uppercase; font-weight: lighter; line-height: 120%;} 

.bottom_c{ float: left; margin-left:160px;} 
.bottom_c ul{} 
.bottom_c ul li{ float: left; margin-right: 50px;} 
.bottom_c ul li:last-child{ margin-right: 0px;} 
.bottom_c ul li h3{ font-size: 16px; color: #FFFFFF; margin-bottom: 25px;}
.bottom_c ul li h3 a {color: #FFFFFF;}
.bottom_c ul li p{ margin: 8px 0px;} 
.bottom_c ul li p a{ font-size: 14px; color: #999999;} 

.bottom_r{float: right;0} 
.bottom_r img{} 
.bottom_r p{ text-align: center; padding: 10px 0px; color: #999999;} 

.bottom_b{ width: 1280px; margin: 0px auto;padding: 20px 0px; text-align: left; font-size: 12px; border-top: #666666 1px solid; color: #999999;text-transform: uppercase;} 
.bottom_b a{ color: #999999;} 
.bottom_b a:hover{color: #144490;} 





/* fullSlide */
.fullSlide {width:100%;position:relative;height:900px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;} 
.fullSlide .bd ul{width:100% !important;} 
.fullSlide .bd li{width:100% !important;height:900px;overflow:hidden;text-align:center;} 
.fullSlide .bd li a{display:block;height:900px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:20px;left:0;height:50px;line-height:50px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:15px;height:15px;margin:5px;overflow:hidden;background:#FFF;filter:alpha(opacity=50);opacity:0.5;line-height:999px; border-radius: 50%;}
.fullSlide .hd ul .on{background:#144490;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:3%;z-index:1;width:40px;height:60px;background:url(/images/slider-arrow.png) -126px -137px no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:3%;background-position:-6px -137px;}



.z_banner{ left:0px; top:0px; width:100%; height:100%; margin: 0px; padding: 0px;} 
.z_banner img{ width:100%; display: block; margin: 0px auto; padding: 0px;} 


svg{
  fill: currentColor;
}

#kefu {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99999;
  width: 70px;
  height: 140px;
}
#kefu .topBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;

/*  -webkit-animation: wobble 250ms  infinite;
  animation: wobble 250ms  infinite;*/
}
#kefu .topBtn2 {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 60px;
  cursor: pointer;
/*  -webkit-animation: wobble 250ms  infinite;
  animation: wobble 250ms  infinite;*/
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.8;
  }
  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1;
  }
  85% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.8;
  }
  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1;
  }
  85% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
}
#kefu span {
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#kefu span.wechat {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  z-index: -1;
}
#kefu span.wechat:hover .eweima {
  display: block;
}
#kefu span.wechat .eweima {
  position: absolute;
  right: 0;
  bottom: 70px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  width: 120px;
  height: 150px;
}
#kefu span.wechat .eweima img {
  width: 120px;
  height: 120px;
  display: block;
}
#kefu span.wechat .eweima small {
  padding-top: 10px;
  font-style: normal;
  font-style: 14px;
  text-align: center;
  color: #fff;
  display: block;
}
#kefu span.qq {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: -1;
}
#kefu span.other {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  z-index: -1;
}
#kefu span.other:hover .tel {
  display: block;
}
#kefu span.other .tel {
  position: absolute;
  right: 70px;
  bottom: 0;
  width: 120px;
  height: 50px;
  padding: 10px 10px 0 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
}
#kefu span.other .tel dt {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#kefu span.other .tel dd {
  font-size: 14px;
}
#kefu .eweima,
#kefu .tel {
  display: none;
}
#showKfList:checked + label {
}
#showKfList:checked ~ span.wechat {
  -webkit-transform: translate(0, -60px);
  transform: translate(0, -60px);
}
#showKfList:checked ~ span.qq {
  -webkit-transform: translate(-60px, -60px);
  transform: translate(-60px, -60px);
}
#showKfList:checked ~ span.other {
  -webkit-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
}
#showKfList {
  display: none;
}