﻿
/*---------- import ---------*/
@import url('layout.css');
@import url('page.css');
/*---------- base ---------*/
* {
	padding: 0px;
	margin: 0px;
}
html {
	background: #FFF;
}
body {
	font: 12px Verdana,Arial,Tahoma;
	font-family: 微软雅黑 ;
}
img {
	border: none;
}
a {
	color: #256EB1;
	text-decoration: none;
	font-family: 微软雅黑 ;
}
a:hover {
	color: #ba2636;
	text-decoration: underline;
}
ul {
	list-style: none;
}
input, select, button {
	font: 12px Verdana,Arial,Tahoma;
	vertical-align: middle;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

p {
	margin: 0;
	letter-spacing: 1px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.background-video {
	position: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 100%;
}

input[type=submit], a, .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}

a:hover {
	text-decoration: none;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.de-container{
    margin: 0 auto;
    box-sizing: border-box;

}
/*-- banner --*/

.banner {
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}

.jarallax {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}



/*-- social-icons --*/

.head {
	width: 100%;
	background: url('../images/dhbj.jpg') no-repeat center center   ;
}

.logo {
	margin: .2em 0 0 0;
	position: relative;
}
.logo img{
	width: 100%;
}

.navbar-brand {
	height: auto;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}

.navbar-nav {
	float: right;
	margin-top: 1.7em;
}

.navbar-default {
	border: none;
	background: none;
	min-height: auto;
	margin-bottom: 0;
}

div#bs-example-navbar-collapse-1 {
	padding: 0;
}

ul.nav.navbar-nav li a {
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px 0;
	text-transform: uppercase;
	letter-spacing: 3px;
}

ul.nav.navbar-nav li {
	margin: 0 1em 0 0;
}

ul.nav.navbar-nav li a:hover {
	color: #fff;
}
.top{
	width: 100%;
	background: #1f1f1f;
}
.top_hy{
	color:#fff;
}
.yuyan ul li{
	float: right ;
	padding: 0px 12px;
	border-right: 1px #fff solid ;
}
.yuyan ul li:first-child {
	border-right: none;
}
.yuyan ul li a{
	color: #fff;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background: none !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}

ul.nav.navbar-nav li.active a {
	color: #fff;
	background: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: none!important;
}

.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative ;
}
.slide ul{
	width: 10000%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(0,0,0);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: "瀹嬩綋";
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: "瀹嬩綋";
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide ul li{
	float: left;
	text-align: center;
}
.slide ul li img{
	vertical-align: middle;
	max-width: 100%;
}
.slide .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide .circle_btn button{
	box-sizing: content-box;
	opacity: .8;
	outline: none;
	border: none;
	padding: 2px 18px;
	background: rgba(255,255,255,.2);
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
}
.slide .circle_btn button.active{
	background: rgba(167,167,167,.8);
}

.sousuo{
	width: 100%;
	background: url('../images/top_ssbj.png') no-repeat center center ; 
	position: relative ;
	margin-top: -11px;
	padding-bottom: 30px;
}
.gjc{
	color: #fff;
	padding-left: 80px;
}
.gjc a{
	color: #fff;
}
/************************公司简介****************/
.gsjj{
	margin-top: 50px;
}
.gsjjbt{
	font-weight: bold ;
	color: #000000;
}
.gsjjnr{
	font-size: 16px;
	color: #000000;
	padding-right: 37px;
	line-height: 27px;
	margin-top: 30px;
	max-height: 216px;
	overflow: hidden ;
}
.gsjjmore{
	float: left ;width: 130px;height: 41px;
	background: #0060b9;border-radius:10px;
	text-align: center ;line-height: 41px;
	margin-top: 60px;
}
.gsjjmore a{
	font-size: 16px;
	color: #fff;
}
.gsimg{
	float: right ;
	margin-top: 80px;
}
.gsimg img{
	width: 100%;
	max-width: 499px;
}

.cp{
	width: 100%;
	background: url('../images/cpzsbj.jpg') no-repeat center center ;
	margin-top: 15px; 
	padding-bottom: 76px;
}
.cplb{
	border: 3px #0060b9 solid ;
	float: left ;
	width: 310px;
	padding-bottom: 40px;
	margin-top: 75px;
}
.cplb img{
	width: 100%;
}
.cplb ul{
	float: left ;
	width: 100%;
	margin-top: 39px;
}
.cplb ul li{
	width: 240px;
	height: 60px;
	text-align: center ;
	line-height: 60px;
	margin: auto ;
	background: #0060b9;
	border-radius:10px;
	margin-bottom: 29px;
	overflow: hidden ;
}
.cplb ul li a{
	color: #fff;
	font-size: 24px;
}
.cplb ul li:hover {
	background: #c70300;
}
.cptp{
	float: right ;
	width: 805px;
	background: url('../images/cpbt1.png') no-repeat center bottom ; 
	font-size: 18px;
	color: #c70300;
	line-height: 43px;
	padding-left: 28px;
	margin-top: 75px;
}
.chanpin{
	float:  right ;
	width: 805px;
	margin-top: 15px;
}
.chanpin ul{
	width: 100%;
}
.chanpin ul li{
	float: left ;
	width: 30%;
	margin-left: 3%;
	margin-bottom: 20px;
}
.chanpin ul li .chanpinimg{
	float: left ;
	width: 100%;
	height: 176px;
	overflow: hidden ;
	border: 1px #989898 solid ;
}
.chanpin ul li .chanpinimg a img{
	width: 100%;
	height: 176px;
}
.chanpin ul li .chanpinname{
	float: left ;
	width: 100%;
	line-height: 50px;
	max-height: 50px;
	overflow: hidden ;
	text-align: center ;
}
.chanpin ul li .chanpinname a{
	font-size: 18px;
	color: #000000;
}
.hengtiao{
	float: left ;
	width: 100%;
}
.hengtiao img{
	width: 100%;
}

/******************************生产设备*****************/
.scsb{
	float: left ;
	width: 100%;
	margin-top: 40px;
}
.scsbbt{
	float: left ;
	width: 100%;
	text-align: center ;
	color: #000;
	font-weight: bold ;
	background: url('../images/scssbt.jpg') no-repeat center bottom ;
	padding-bottom: 30px; 
}
.shebei{
	float: left ;
	width: 100%;
	margin-top: 88px;
}
.shebei ul li{
	float: left ;
	width: 30%;
	margin-left: 3%; 
	background-color: #e5e5e5;
	padding-bottom: 16px;
}
.shebei ul li .sbimg{
	float: left ;
	width: 100%;
	max-height: 267px;
	overflow: hidden ;
}
.shebei ul li .sbimg a img{
	width: 100%;
}
.shebei ul li .sbname{
	float: left ;
	width: 100%;
	line-height: 50px;
	max-height: 50px;
	padding-left: 18px;
	overflow: hidden ;
}
.shebei ul li .sbname a{
	font-size: 18px;
	color: #000;
}
.shebei ul li .sbjies{
	float: left ;
	width: 100%;
	line-height: 21px;
	font-size: 14px;
	color: #555555;
	max-height: 40px;
	overflow: hidden ;
	padding-left: 18px;
	padding-right: 21px;
}

.sousuo1{
	width: 100%;
	background: url('../images/dbsoso.png') no-repeat center center ; 
	position: relative ;
	padding-bottom: 15px;
	float: left ;
	margin-top: -48px;
}

.footer{
	float: left ;
	width: 100%;
	background-color: #1f1f1f;
	margin-top: 118px;
}
.dblx{
	float: left ;
	width: 420px;
	margin-top: 59px;
}
.dblogo{
	float: left ;
	width: 100%;
}
.dblogo img{
	width: 100%;
}
.dblianxi{
	float: left ;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.liuyan{
	float: left ;
	width: 415px;
	font-size: 18px;
	color: #fff;
	margin-left: 60px;
	margin-top: 59px;
}
.erwei{
	float: right ;
	width: 154px;
	text-align: center ;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	margin-right: 33px;
	margin-top: 59px;
}
.erwei img{
	width: 100%;
}
.dbbanquan{
	float: left ;
	width: 100%;
	border-top: 1px #3e3e3e solid ;
	font-size: 14px;
	color: #fff;
	text-align: center ;
	line-height: 38px;
	margin-top: 25px;
}
.footer_nav{
	display: none ;
}
.foot_nav{ width:33%; float:left;text-align:center; line-height: 50px;} 

.foot_nav a{color:#fff;display:block; font-size: 16px;}
.foot_nav a:hover {
	color: #fff;
}

.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}

.foot_nav span{display:block; padding:3px 0px 0px 0px;}
.pagination-wrapper1 {
	margin: 20px 0;float:left;
}
.pagination1 {
	height: 34px;
	text-align: center;
}
.pagination1 li {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #333;

}
.pagination1 li a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding: 0 8px;
}
.pagination1 li a:hover {
	background: #027bca;
	color: #fff;
	
}
.pagination1 li.thisclass {
	background: #027bca;
	color: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
}
.pagination1 li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #027bca;
	color: #fff;
	cursor: default;
}

@media(max-width:767px) {
.navbar-brand{
	width: 80%;
}
	.navbar-toggle {
		border: 1px solid rgb(255, 255, 255);
	}
	.navbar-toggle .icon-bar {
		background: #FFFFFF;
	}
	.navbar-nav {
		float: none;
		margin-top: 2em;
		text-align: center;
		margin: 0;
	}
	.navbar-top {
		position: relative;
	}
	div#bs-example-navbar-collapse-1 {
		padding: 0;
		width: 100%;
		z-index: 99;
		position: absolute;
		background: hsla(0, 0%, 0%, 0.75);
	}
	ul.nav.navbar-nav li a {
		margin: 1em 0;
	}
	.w3-button {
		width: 33%;
	}
	.navbar-toggle {
		margin-top: 16px;
	}
	.callbacks_tabs {
		left: 41%;
		top: 80%;
	}
	.services-icon-info p {
		margin: 1em auto 0;
		line-height: 1.8em;
		width: 70%;
	}
	.services-right-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.gallery-grids-left {
		width: 50%;
		float: left;
	}
	.g-captn {
		width: 321px;
		height: 185px;
	}
	.g-captn h4 {
		font-size: 1.5em;
		margin: 2em 0 0 0;
	}
	.w3ls-button a,
	.w3l-button a,
	.w3ls-about-left a {
		padding: .2em 1.4em;
	}
	.contact input[type=text], .contact input[type=email], .contact textarea {
		width: 100%;
		float: none;
	}
	.contact-right.agileits-w3layouts {
		float: none;
		padding: 0;
		margin-bottom: 0.5em;
	}
	.free_agile_consultaion_img {
		min-height: 507px;
	}
	ul.nav.navbar-nav li a {
		font-size: .9em;
	}
	.container_sp{
	width: auto ;
}
.hover img{
	width: 80px;
	height: 80px;
}
.hidden-xs-only{
	display: none ;
}
.text-area{
	margin-left: auto ;
}
.img-looper{
	height: 200px;
}
.gjc{
	display: none ;
}
.gsjj{
	margin-top: 0px;
}
.gsjjbt{
	text-align: center ;
}
.gsjjbt small{
	display: none ;
}
.gsjjnr{
	padding-right: 0px;
	margin-top: 15px;
}
.gsjjmore{
	float: initial ;
	margin: auto ;
}
.gsimg{
	display: none ;
}
.cp{
	padding-bottom: 0px;
}
.cplb{
	width: 100%;
	padding: 0px 15px;
	margin-top: 20px;
}
.cplb img{
	display: none ;
}
.cplb ul{
	float: left ;
	width: 100%;
	margin-top: 15px;
}
.cplb ul li{
	width: 48%;
	height: auto ;
	text-align: center ;
	line-height: 60px;
	max-height:60px;
	overflow: hidden ;
	float: left ;
	margin-left:2%; 
	background: #0060b9;
	border-radius:10px;
	margin-bottom: 10px;
}
.cplb ul li a{
	color: #fff;
	font-size: 16px;
}
.cplb ul li:hover {
	background: #c70300;
}
.cptp{
	display: none ;
}
.chanpin{
	width: 100%;
}
.chanpin ul li{
	width: 46%;
}
.hengtiao{
	display: none ;
}
.scsb{
	margin-top: 0px;
}
.shebei{
	margin-top: 0px;
}
.shebei ul li{
	margin-left: 2.5%;
}
.shebei ul li .sbjies{
	display: none ;
}
.footer{
	margin-top: 50px;
	padding-bottom: 50px;
}
.dblx,.liuyan,.erwei{
	display: none ;
}


.navbar{ margin:0px; border:none; background: #000;border-top: 1px #fff solid ;}

      .navbar-default .navbar-brand {color: #fff; font-size: 16px;}

      .navbar-default .navbar-brand:hover,

      .navbar-default .navbar-brand:focus {color: #fff;}

      .navbar-toggle{border:none;}

      .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none;}

      .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {

        background-color:  #FF2828;

      }

      .navbar-default .navbar-toggle .icon-bar{background-color: #fff;}

      .navbar-default .navbar-nav{margin-top: 0px;margin-bottom: 0px;}

      .navbar-default .navbar-nav > li {}

      .navbar-default .navbar-nav > li:last-child{border: none;}

      .navbar-default .navbar-nav > li > a,

      .navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #fff;}

      .navbar-default .navbar-nav > li > a:hover,

       .navbar-default .navbar-nav > li > a:focus,

       .navbar-default .navbar-nav > .active > a, 

       .navbar-default .navbar-nav > .active > a:hover, 

       .navbar-default .navbar-nav > .active > a:focus,

       .navbar-default .navbar-nav > .open > a, 

       .navbar-default .navbar-nav > .open > a:hover, 

       .navbar-default .navbar-nav > .open > a:focus,

       .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{

        background-color:  #800000; color: #fff;}

	.footer_nav{ display: block ;}

}























