/*头部开始*/
.navbar-default{
	/*background-color: #FFF;
	opacity:0.6;*/
	background-color:rgba(250,250,250,0);
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
}
.navbar{
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
}

nav .navbar-header{
	height: 60px;
}
nav .navbar-header .navbar-brand{
	/*padding: 7px 15px;*/
	height: 60px;
}

.dp-logo{
	height: 60px;
	width: 260px;
	display: block;
	background: url(../images/logo2.png) no-repeat;
}

.headerMain-bg .dp-logo{
	background: url(../images/logo1.png) no-repeat;
}
.navbar-default .navbar-nav > li > a{
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	line-height: 40px;
	color: #FFFFFF;
}

.navbar-hover{
	box-sizing: border-box;
}
.navbar-hover:hover{
	color: #03CCF5;
	box-sizing: border-box;
	border-bottom: 3px solid #03CCF5;

}
.navbar-hover:visited{
	color: #03CCF5;
	box-sizing: border-box;
	border-bottom: 3px solid #03CCF5;
}
.navbar-hover:active{
	color: #03CCF5;
	box-sizing: border-box;
	border-bottom: 3px solid #03CCF5;
}

.collapse .navbar-nav li a{
	/*border-bottom: 3px solid #fff;*/
}
.collapse .navbar-nav .active a{
	background-color: #fff;
	color: #0D6B6D;
	font-size: 15px;
	
}

.collapse .navbar-nav .active .product-sort a{
	font-size: 14px;
	color: #337ab7;
}

.collapse .navbar-nav .active .product-sort a:hover{
	font-size: 14px;
	color: #23527C;
}

.collapse .navbar-nav .active {
	background-color: #fff;
	color: #0D6B6D;
	font-size: 15px;
	
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	/*background-color: #080808;*/
	color: #0D6B6D;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	/*background-color: #080808;*/
	color: #0D6B6D;
}


.dp-navbar.headerMain-bg{
      background-color: #fff;
      color: #333;
      -webkit-transition-property: background-color;
      -webkit-transition-duration: 0.8s;
      -webkit-transition-timing-function: ease;
      a{
        color: inherit;
      }
}

.dp-navbar.headerMain-bg .navbar-nav > li > a {
    line-height: 40px;
    color: #000;
}
/*头部结束*/
/*尾部开始*/


.dp-footer{
	padding: 20px 0;
	position: relative;
}
.dp-footer ul li a{
	color: #cecfd3;
	text-decoration:none;
	line-height: 28px;
}
.dp-footer ul li a:hover{
	color: #FFFFFF;
}
.dp-footer-title{
	line-height: 24px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #FFFFFF;
}
.dp-company{
	padding-right: 10px;
}

.Contactbtn{
	padding-right: 12px;
	font-size: 2rem;
}
footer{
	background: #3b3b3b;
	color: #a1a3ab;
}

footer .contact{
	padding: 18px 0;
	position: relative;
}
.copyright{
	text-align: center;
	line-height: 36px;
	/*height: 36px;*/
	background-color:#2F3034;
}

.footer-more {
	font-size: 14px;
	color: #999;
	text-decoration: none;
	display: block;
	line-height: 40px;
	height: 40px;
	width: 70px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 42px center;
}

.copyright{
	line-height: 22px;
	padding: 10px;
}

.footer-list li{
	float: left;
	padding-right: 20px;
}

.footer-list-con{
	padding-bottom: 24px;
}
.footer-list-con:last-child{
	padding-bottom: 0;
}

.footer-right{
	position: absolute;
	right: 100px;
	top: 50px;
	text-align: center;
}

.yj-wx{
	line-height: 30px;
}
.footer-col{
	padding-left: 0;
	padding-right: 0;
	color: #cecfd3;;
}
.footer-col .col-lg-3, .footer-col .col-xs-4, .footer-col .col-md-4{
	padding-right: 0px;
    padding-left: 0px;
    line-height: 28px;
}

.dp-erwm{
	position: absolute;
	right: 0;
	top: 20px;
	width: 40%;
}

.dp-erwm ul li{
	float: left;
	width: 130px;
	margin: 0 30px;
	text-align: center;
}

.dp-erwm-text{
	font-size: 16px;
	line-height: 28px;
}
/*手机端尾部展示*/
.visible-xs-img img{
	width: 100px;
}
.dp-company-xs{
	color: #FFFFFF;
	font-weight: bold;
}
.footer-xs-right{
	padding-left: 20px;
	border-left: 1px solid #2F3034;
}
.footer-contact li{
}

.footer-contact a{
	color: #FFFFFF;
}

/*尾部结束*/
@media screen and (max-width:767px ) {

}
@media (min-width:768px) {
	/*.nav > li > a{
		padding: 10px 20px;
	}*/
	.nav .container{
		width: 100%;
	}
}
@media (min-width:1024px) {

	footer{
		text-align: left;
	}
}