@charset "UTF-8";

html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	outline: none;
}

body {
	background: #000;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	line-height: 26px;
	text-align: left;
	margin: auto;
	width: 100%;
	height: 100%;
	min-width:1200px;
	outline: none;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@-webkit-keyframes iconFloat {
    0% { opacity: 0.4; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}
@-moz-keyframes iconFloat {
    0% { opacity: 0.4; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}
@-o-keyframes iconFloat {
    0% { opacity: 0.4; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}
@keyframes iconFloat {
    0% { opacity: 0.4; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

@keyframes letters {
  to {
    opacity:0.2;
  }
  form{
  	opacity:1;
  }
}
@-moz-keyframes letters {
 to {
    opacity:0.2;
  }
  form{
  	opacity:1;
  }
}
@-webkit-keyframes letters {
 to {
    opacity:0.2;
  }
  form{
  	opacity:1;
  }
}


ul, 
ol {
	padding-left: 0;
	margin: 0
}

li {
	list-style: none;
}

input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"] {
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}


textarea:focus, 
input:focus {
	color: #666;
}

iframe, 
embed, 
object {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
/* Other Fixes */
*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-spacing: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
	text-decoration:none;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #a3a3a3;
}

::-moz-selection {
	color: #fff;
	background: #a3a3a3;
}

::-webkit-input-placeholder {
	color: #838383;
	text-overflow: ellipsis;
}

:-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

::-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

/* ==========================================================================
 Typography
========================================================================== */

h1, 
h2 {
	font-weight: normal;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei',sans-serif;
	text-transform: none;
	margin: 0;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}




/* ==========================================================================
 Background Color
========================================================================== */

.gray-bg {
	background-color: #f3f3f3;
}

.color-overlay {
	position: relative;
	height: 100%;
	width: 100%
}



/* ==========================================================================
 Floats and Margins
========================================================================== */

/* Float */
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
}
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear-both {
    clear: both !important;
    float: none !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border: none !important;
    padding: 0 !important;
    min-height: auto !important;
}

.clearfix:before{
    display: table;
    content: " ";
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}

/* ==========================================================================
Sections
========================================================================== */

/*
.jwz-icon{
    background: url(../images/jwz-icon.png) no-repeat;
    display: block;
    position: relative;
}
*/

section {
    overflow: hidden;
    position: relative;
	background:#fff;
    z-index: 9;
}

.nr-cz{
    vertical-align: middle;
    display: table-cell;
}
.nr-djz{
    position: relative;
    max-width: 1365px;
    margin: 0 auto;
}


.isotope, 
.isotope .portfolio-item, 
.isotope .post-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.align-center{
	text-align:center;
	line-height:0;
	font-size:0;
}
.align-left{
	text-align:left;
	line-height:0;
	font-size:0;
}
.align-right{
	text-align:right;
	line-height:0;
	font-size:0;
}
.align-left li,.align-right li,.align-center li{
	display:inline-block;
}
.cz-cen{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
}
/* elubaba.com */
.pagerMain{
    text-align: center;
    margin-top: 20px;
}
.pagerMain a{
	width:auto;
	padding:0 12px;
	height:26px;
	line-height:26px;
    background: #333;
	color:#a1a1a1;
	font-size:12px;
	display:inline-block;
	margin:2px;
}
.pagerMain span:first-child,.pagerMain span:last-child{
	display:none;
}

.pagerMain a.page_current{
	color:#fff;
	background:#444;
}
.pagerMain a:hover{
	background:#444;
	color:#a1a1a1;
}

.jjbq-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jjbq-box li{
    -webkit-box-flex: 0;
}

.container{
	width:1200px;
	margin:0 auto;
}
em{
	font-style:normal;
}
img{
    -webkit-user-drag: none;
    vertical-align: middle;
  max-width:100%;
}
.time4{

    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}



.ho_til{
    width: 100%;
    text-align: center;
    margin: 40px 0 20px 0;
}
.ho_til h2{
    color: #333333;
    font-size:30px;
    line-height: 45px;
}
.ho_til h4{
    color: #cccccc;
    font-size: 20px;
    line-height: 24px;
}


body.overh{
	overflow: hidden;
}
/* Header */
header {
    z-index: 99999;
    position: relative;
    width: 100%;
}
.navbar{
	position: fixed;
	width: 100%;
	z-index: 99;
	height: 110px;
  top:0;
  left:0;
}
.navbar-one{
	background: #000;
	height: 70px;
}

.logo{
	margin:0 auto;
	width: 174px;
	height: 70px;  
	-webkit-animation: iconFloat 1.5s infinite linear;
    -moz-animation: iconFloat 1.5s infinite linear;
    -ms-animation: iconFloat 1.5s infinite linear;
    -o-animation: iconFloat 1.5s infinite linear;
    animation: iconFloat 1.5s infinite linear;
}

.logo a img{
  -webkit-animation: letters 0.9s ease-in-out infinite alternate;
  -moz-animation: letters 0.9s ease-in-out infinite alternate;
  -ms-animation: letters 0.9s ease-in-out infinite alternate;
  animation: letters 0.9s ease-in-out infinite alternate;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
.logo a img:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.logo a img:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.logo a img:nth-child(4) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.logo a img:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}


.menu_icon{
	position: absolute;
	top: 0;
	left: 30px;
	height: 70px;
    cursor: pointer;
}
.product-nav{
    position: absolute;
    width: 100%;
    left: 0;
    top: 110px;
	background: #fff;
	display: none;
}
.product-nav li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
}
.product-nav li .pro-pic{
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
}
.product-nav li:hover .pro-pic{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.product-nav li:hover .products_box{
    background: rgba(0,0,0,0.6);
}
.product-nav li .products_box{
    position: absolute;
    z-index: 55;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
}
.product-nav li .products_box .products_box_jz{
    display: table;
    width: 100%;
    height: 100%;
}
.products_box h5{
    color: #fff;
    font-size:15px;
    line-height: 30px;
}
.products_box h2{
    color: #fff;
    font-size: 2rem;
    line-height: 1.2em;
    padding: 10px 0;
}
.products_box span{
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: block;
    line-height: 45px;
    margin: 0 auto;
	transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}
.products_box span:hover{
    opacity: 0.8;
}



.nav-tab{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #000;
    left: 0;
    padding: 40px;
    top: 0;
	z-index: 999;
	display: none;
}
.menu-icon-on{
    display: block;
    width: 24px;
    margin-bottom: 45px;
    cursor: pointer;
}
.nav-tab ul li.sub{
	display: block;
}
.nav-tab ul li.sub a{
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #fff;
    font-size: 34px;
    line-height: 1em;
    padding-bottom: 25px;
    display: block;
}
.nav-tab ul .er-sub{
	padding-bottom: 15px;
}
.nav-tab ul .er-sub li{
	padding-left: 20px;
}
.nav-tab ul .er-sub li a{
    font-size: 18px;
}
.menu-share{
	padding-top: 30px;
}
ul.share-buttons{
	list-style: none;
	padding: 0;
}
  
ul.share-buttons li{
	display: inline;
	opacity: 0.4;    
	-webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    margin: 0 5px;
}
ul.share-buttons li:hover{
	opacity: 1;
}
ul.share-buttons .sr-only{
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.search_icon{
	position: absolute;
	right: 30px;
	height: 70px;
	top: 0;
    cursor: pointer;
}
.search_icon:hover{
	opacity: 0.5;
}
.search{
	position: absolute;
	width: 100%;
	height: 100vh;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}
.search-icon-on{
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -22px;
	width: 45px;
	height: 45px;
	background: #000;
	border-radius: 50%;
    cursor: pointer;
}
.search-icon-on img{
	width: 30%;
}
.search-icon-on:hover{
	bottom: 70px;
	opacity: 0.8;
}
.search_box-btn{
	padding: 11rem 0;
	max-width: 700px;
	margin: 0 auto;
}
.search-field{
    display: block;
    width: 100%;
    height: 50px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    vertical-align: middle;
    background-color: #f8f8f8;
    border: none;
}
.search-button {
    height: 50px;
    min-width: 180px;
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
	background-color: #000;
	color: white;
    font-family: PlainLight, sans-serif;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}


.menubig{
	width: 100%;
	background: rgba(0,0,0,0.8);
	height: 40px;
}
.menubig li.sub-li a.menu-links{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	padding: 0 30px;
	margin: 0 30px;
	display: block;
	position: relative;
	z-index: 99;
	transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
}
.menubig li.sub-li:hover a.menu-links{
	color: #333;
}
.menubig li.sub-li a.menu-links::after{
	content: "";
	position: absolute;
	background: #fff;
	width: 0;
	height: 100%;
	z-index: -1;
	display: block;
	top: 0;
	left:50%;  
	  transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.menubig li.sub-li:hover a.menu-links::after{
	width: 100%;
	left: 0;
}

/*foot*/

#footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    text-align: left;
    z-index: 0;
	background:#000;
	padding-top: 30px;
}
.foot-nav{
	text-align: center;
	margin-bottom: 30px;
}
.dbmenu {
	margin: 20px 0;
}
.dbmenu li a{
	color: #797979;
	font-size: 15px;
	line-height: 40px;
	padding: 0 40px;
	transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}	
.dbmenu li a:hover{
	color: #fff;
}
ul.share-buttons li.ewm_wx{
	position:relative;
}
ul.share-buttons li.ewm_wx .we-tan{
    position: absolute;
    width: 110px;
    height: 110px;
    left: 50%;
    margin-left: -55px;
    background: #fff;
    top: -130px;
    border-radius: 5px;
    padding: 5px;
}
ul.share-buttons li.ewm_wx .we-tan:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 10px solid rgb(255, 255, 255);
    bottom: -18px;
    left: 50%;
    margin-left: -8px;
}

.foot-bq{
	background: #161616;
	height: 55px;
	text-align: center;
}
.foot-bq p,.foot-bq p a{
	color: #bababa;
	font-size: 14px;
	line-height: 55px;
}





@media screen and (max-width:640px){
  body{
  	max-width:640px;
     min-width: auto;
  }
  .search_box-btn{
      padding: 11rem 15px;
  }
  .menubig li.sub-li a.menu-links{
     padding: 0 10px;
    margin: 0 5px;
  }
  
  .swiper-container{
  	width: 100%;
    position: relative;
    left:0;
    margin-left: 0;
  }
  .banner .swiper-slide img{
  	width:80%;
    padding:0 10px;
  }
  .swiper-pagination {
    max-width: 100%;
    left:0;
    margin-left: 10px;
	}
  .products li,.product-nav li,.pro-li li{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products_box h2 {
        color: #fff;
    font-size: 2rem;
    line-height: 1em;
    padding: 10px;
  }
.container {
    width: 100%;
}
  .about-box p{
     padding: 0 15px;
  }
  .dbmenu li a{
  	padding:0 15px;
  }
  .pro_left {
    width: 100%;
    display: block;
    float: none;
     height: auto;
}
  .product_list li .pro_left {
    overflow: hidden;
    background: #000;
    width: 100%;
    float: none;
    display: block;
     height: auto;
}
  .product_list li .pro_font {
    display: block;
    width: 100%;
    float: none;
    height: auto;
    padding: 20px;
}
  .pro_font h2 {
    line-height: 1.6rem;
    margin: 0 0 20px 0;
}
  .pro_li-font {
    width:100%;
    display: block;
    float: none;
    height: auto;
}
  .pro_detail{
     padding-top: 0;
  }
  .pro_left img{
  	display:block;
    margin: 0 auto;
  }
  .about-main{
  	    padding: 0;
  }
  .about-main h2{
  	font-size:30px;
  }
  .about_left {
    display: block;
    width: 100%;;
    float: none;
}
  .about_right {
    display: block;
    height: auto;
    width: 100%;
    padding:15px 15px 0 15px;
}
  .contact-main {
    padding: 0 15px;
}
  .contact_left {
    float: none;
    width: 100%;
}
  .contact_right {
    float: none;
    width: 100%;
    padding:30px 0;
}
  .contact_map{
  	height:auto;
  }
  .contact_map .container{
  	height:200px;
     background-size: 120% !important;
  }
  .contact_map img{
     right: 7%;
    top: 24%;
     width: 100px;
  }
  .contact_map .map2 {
    right: 8.5%;
    top: 52%;
	}
  .pro_li-font h2 {
    max-width: 100%;
}
}













































/* 口麦网：   http://Www.KouMai.Com  一网聚流 口麦商机！ */
/* 线索客：XianSuoKe.com  短视频获客系统+投流系统 */ 
/* 推搜宝：TuiSouBao.com  全网竟价系统（百度、360、搜狗、巨量） */ 
/* PB模板网   - www.5MoBan.com */
/* 万维站长   - www.WanWeiZhan.com */
/* 新云站长   - www.XinYunZhan.com */
/* 云优模板网 - www.YunYouCMS.com */
/* 模板齐     - www.MoBanQi.com */
/* 开发堂     - www.KaiFaTang.com */
/* E路巴巴    - www.EluBaBa.com */
/* 海纳CMS    - www.HaiNaCMS.com */
/* 站长乐     - www.AdminLe.com */
/* 站长宝贝   - www.AdminBaBy.com */
/* 智慧云：www.ZhiIDC.Com  */
/* 易优模板： http://www.EyouAdmin.Com */
/* 淘搜网：   http://Www.TaoSou.Com 淘你喜欢 搜你所需-淘搜 更懂企业！ */
/* 歌歌乐：   http://Www.GeGeLe.Com  企业垂直搜索引擎！ */
/* 拍呗网：   http://Www.PaiBei.Com  我拍我的宝贝！ */
/* 环球制造网：http://Www.MadeInGlobal.Com */
/* 全网工厂： http://www.QWGC.Com */
/* 大卖有我： http://www.DMyw.com  */ 
/* 撸站：     http://www.PcLz.Com */
/* 模板站网： http://www.MBzw.Com   */
/* 西瓜青蛙： http://www.XGqw.com */
/* 快旺企业： http://www.KWqy.com */
/* 助力网：   http://www.ZLwz.Com */  
/* 桌面云网： http://www.ZMYW.Com */
/* 线索客:    http://www.XianSuoKe.comm  */
/* 获客快:    http://www.HuoKeKuai.com  */  
/* 全网拓客:  http://www.QWtk.Cn */ 
/* 腾企获客： http://www.TQhk.cn */
/* 全网覆盖:  http://www.QWFG.cn  */
/* 新目录导航:http://www.XinMuLu.Com */