@charset "utf-8";
/* CSS Document */

/*导航*/
.nav_{ width:100%; background: #FFFFFF;}
.nav{ width:1200px; margin:0px auto; padding: 10px 0px 20px;}
.nav_l{ float:left; margin: 16px 0px 0px 0px;}
.nav_c{ float: left; border-left: #000000 1px solid; padding-left: 35px; margin: 22px 0px 0px 35px; } 
.nav_c p{ color: #000000; font-size: 20px; font-weight: normal; margin-bottom: 5px;} 
.nav_c span{color: #000000;font-size: 15px; font-weight: normal;} 
.nav_c span img{ float: left;} 
.nav_r{ float:right;  margin-top: 32px;} 
.nav_r p{font-size: 20px; font-weight: normal;color: #000000;} 

.nav_menu {
width:100%; background: #2a2a2a;
margin:0px; 
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.nav_menu ul { 
margin:0 auto; 
list-style-type: none; 
width:1200px; 
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.nav_menu ul li {
float:left; 
position:relative; 
}
.nav_menu ul li:first-child{} 
.nav_menu ul li:last-child{} 

/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.nav_menu ul li a, .nav_menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
padding:12px 0px; 
font-size:14px;
width: 171.3px;
color: #FFFFFF;
}
.nav_menu ul li a:hover{ border-bottom: #d9b792 2px solid;} 



/* make the dropdown ul invisible */
.nav_menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.nav_menu ul li:hover a {
color:#d9b792; 
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.nav_menu ul li:hover ul {
display:block; 
position:absolute; 
top:52px; 
left:0; 
width:171px;
z-index: 999999;
}

/* style the background and foreground color of the submenu links */
.nav_menu ul li:hover ul li a {
display:block; 
color:#FFFFFF;
background-color:rgba(0,0,0,0.5);
margin-bottom: 1px;
}
/* style the background and forground colors of the links on hover */
.nav_menu ul li:hover ul li a:hover {
background:#d9b792; 
color:#000000;
}


.bottom{ width:100%; height:auto; background:#474753; margin: 50px 0px 0px; }
.bottom_{ width:1200px; margin:0 auto; padding:30px 0px; border-bottom: #666666 1px solid;}


.bottom_10{ float:left; text-align:left;  width: 160px;}
.bottom_10 p{ margin: 6px 0px;} 
.bottom_10 span{ display: block; height: 1px; width: 15px; background: #CCCCCC; margin: 15px 0px 10px;} 
.bottom_10 p strong{ color: #FFFFFF; font-size: 18px; font-weight: lighter;} 
.bottom_10 p a{color: #CCCCCC;} 
.bottom_10 p a:hover{color: #d9b792;} 

.bottom_r{ float:right;  text-align: right;} 
.bottom2{width:100%; padding: 20px 0px; text-align: center;color: #CCCCCC; } 
.bottom2 a{color: #CCCCCC;} 



/* fullSlide */
.fullSlide {width:100%;position:relative;height:730px;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:730px;overflow:hidden;text-align:center;} 
.fullSlide .bd li a{display:block;height:730px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;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:#d9b792;}
.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;} 

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;
}





.pro_list{} 
.pro_list ul{} 
.pro_list li{ float: left; margin: 20px 18px 0px 0px; } 
.pro_list li:hover{box-shadow: 0 0 5px #666666;} 
.pro_list li p{ background: #FAFAFA; padding: 10px 0px; text-align: center;} 
.pro_list li img{ width: 300px; height: 300px; padding: 2px; border: #CCCCCC 1px solid;} 
.pro_list li.rt{float: right; margin: 20px 0px 0px 0px;} 













