body,html{
	overflow-x: hidden;
	color: #fff;
	font-size: 14px;
	font-family: "Microsoft YaHei", 微软雅黑, Helvetica, Arial, sans-serif !important;
}
.inline{
	display: inline-block;
}
.flex{
	display: flex;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mt20{
	margin-top: 20px;
}
.mb50{
	margin-bottom: 50px;
}
.mb20{
	margin-bottom: 20px;
}
.pt30{
	padding-top: 30px;
}
.tr{
	text-align: right;
}
.tc{
	text-align: center;
}
.pr{
	position: relative;
}
.pa{
	position: absolute;
}
.fl{
	float: left;
 }
.fr{
	float: right;
}
.fs30{
	font-size: 30px;
}
.fs16{
	font-size: 16px;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.pagination>li>a{
	color: #080808;
}
/*header*/
.header-contant{
	background: #000;
	padding: 5px 0;
	color: #fff;
	font-size: 12px;
}
.header-img{
	width: 25px;
}
.bor{
	width: 1px;
	background: #fff;
	height: 12px;
	top: 2px;
	margin: 0 3px;
}
.header-gray{
	color: #ccc;
}

.catalogue{
	background: rgba(0,0,0,.5);
	z-index: 9;
	width: 100%;
	color: #fff;
	line-height: 75px;
	top: -3px;
}
.catalogue ul{
	margin: 0;
}
.lg-mean{
	list-style: none;
	padding: 0;
}
.lg-mean li{
	display: inline-block;
	margin: 0 15px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.logo-img{
	width: 150px;
	height: auto;
}
.catalogue a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.lg-mean li:hover {
	border-bottom: 1px solid orange;
}
.lg-mean li:hover a{
	color: orange;
}
.swiper{
	overflow: hidden;
	padding: 0;
	margin-top: -78px;
}
.icon-navicon{
	font-size: 28px;
}
.carousel-inner > .item > img{
	min-height: 250px;
}
.mean{
	width: 100%;
	background: rgba(0,0,0,.5);
	padding: 30px 20px;
	list-style: none;
	margin: 0;
	line-height: 40px;
}
.mean li{
	width: 100%;
	border-bottom:1px solid #fff; 
	padding: 5px 0;
}
.space{
	width: 80px;
}
.wrap-flex {
	padding-bottom: 2px;
}
.wrap-flex > .inline{
	flex: 1;
}

.show{
	display: block;
}

.subcatalog{
	display: none;
	background: #fff;
	width: 100%;
	top: 79px;
	left:0;
}
.subcatalog a{
	color: #666666;
}
.subcatalog ul{

	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 30px;
}
.subcatalog ul li{
	display: inline-block;
	flex: 1;
	padding: 20px 0 10px;
	cursor: pointer;
}
.subcatalog li:hover a{
	color: orange;
}
.subcatalog ul li img{
	height: 36px;
	display: block;
	margin: auto;
}

.service-mean{
	padding: 0 20px;
}

.header-title{
	top: 210px;
	line-height: 50px
}
.header-title-txt{
	font-size: 50px; 
	font-weight: bold;
}
.qr{
	position: absolute;
    left: 0;
    top: 30px;
    z-index: 199645;
    display: none;
}
.qr img{
	width: 100px;
	display: block;
}


/*footer*/
footer{
	color: #666;
}
.footer-one{
	background: url("../images/footer-1.png");
	height: 320px;
	position: relative;
}
.footer-txt{
	font-size: 24px;
	padding: 3%;
}
.txt{
	padding: 3% 0;
	overflow: hidden;
	line-height: 40px;
}
.txt img{
	width: 30px;
	position: relative;
	top: -5px;
}
.txt span{
	font-size: 18px;
	margin-left: 5px;
}
.contact-btn{
	padding: 10px 35px;
	background: #ffbd1f;
	border: 1px solid #ffbd1f;
	border-radius: 20px;
	outline: none;
	color: #fff;
}
.contact-all{
	padding: 30px 0;
    flex-wrap: wrap;
	font-size: 12px;
}
.contact-all >div{
	padding: 10px 0;
}
.contact-all a{
	color: #b3b3b3;
}
.footer-name{
	font-size: 18px;
}
.contact-img img{
	width: 20px;
	margin-right: 10px;
}
.footer-bottom{
	border-top: 1px solid #ccc;
}
.bottom-txt{
	padding: 5px 0;
	color: #b3b3b3;
	font-size: 12px;
}
.footer-images{
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
.footer-images:last-child{
	border-right: 0;
}
.footer-bottom-img img{
	width: 20px;
	
}
.footer-bottom-link a{
	color: #b3b3b3;
	text-decoration: none;
	padding: 0 5px;

}

.tanchu{
	width: 450px;
	background: #fff;
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 10px 30px;
	border: 1px solid #ccc;
	display: none;
	z-index: 199645;
}
.tanchu h3{
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	color: #000;
}
.tanchu p{
	padding: 1px 0;
	color: #4c4b4b;
	font-size: 14px;
}
.tanchu input{
	display: block;
	height: 34px;
	width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin: 15px 0;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #bbb;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #bbb;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #bbb;
}
.tanchu button{
	background: #00a490;
	width: 100%;
	color: #fff;
	height: 40px;
	margin: 0px 0 15px;
}
.tanchu .bott{
	padding-bottom: 15px;
	color: #bbb;
}
@media only screen and (max-width : 768px) {
	.tanchu{
		width: 95%;
	}
	.header-samll{
		text-align: left;
	}
}
.p p{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.wx-png{
	cursor: pointer;
}
.wx-img{
	width: 100px;
	height: 100px;
	position: relative;
	top: 10px;
	left: -15px;
	display: none;
}