/*自定义样式*/
.section-padd {
    padding: 60px 0;
}
/*导航*/
.page-header {
	margin: 0;
}

.logo-img {
	max-width: 20%;
}

.mobile_logo {
	max-width: 60%;
}

@media only screen and (max-width: 991px) {
	.mobile_logo {
		max-width: 26%;
	}
}

@media only screen and (max-width: 641px) {
	.mobile_logo {
		max-width: 40%;
	}
}

@media only screen and (max-width: 400px) {
	.mobile_logo {
		max-width: 60%;
	}
}

.main-navigation ul {
	font-size: 15px;
}

.banner-bg {
	background: url(../images/slide-home.jpg);
}

/*滑动箭头*/
.tparrows {
	border-radius: 30px;
	background: rgba(255, 255, 255, .6);
	width: 60px;
	height: 60px;
	font-size: 30px;
}

.tparrows:before {
	color: #000;
	line-height: 60px;
	font-size: 20px;
}

.tparrows:hover {
	border-radius: 30px;
	background: #fff;
	width: 60px;
	height: 60px;
	color: #000;
	line-height: 60px;
}

.testi-slider .slick-arrow {
	right: -80px;
	top: 55%;
	width: 60px;
	height: 60px;
	z-index: 999;
	border-radius: 100%;
}

.testi-slider .slick-arrow.prev-nav {
	right: 70px;
	left: -80px;
}

@media only screen and (max-width: 641px) {
	.tparrows {
		border-radius: 30px;
		background: rgba(255, 255, 255, .6);
		width: 30px;
		height: 30px;
	}

	.tparrows:before {
		color: #000;
		line-height: 30px;
		font-size: 12px;
	}

	.tparrows:hover {
		border-radius: 30px;
		background: #fff;
		width: 30px;
		height: 30px;
		color: #000;
		line-height: 30px;
	}

	.testi-slider .slick-arrow {
		right: -80px;
		top: 55%;
	}

	.testi-slider .slick-arrow.prev-nav {
		right: 70px;
		left: -80px;
		z-index: 999;
	}
}

/*4个盒子*/
.box-font {
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.banner-box {
		display: none;
	}
}

/* 底部 */
.main-footer h4 {
	margin-bottom: 0;
}




/*公司简介*/
.about-content {
	font-size: 18px;
	text-indent: 2em;
	line-height: 40px !important;
}

@media only screen and (max-width: 641px) {
	.about-content {
		font-size: 14px;
		text-indent: 2em;
		line-height: 20px !important;
	}

	.about-title {
		font-size: 20px;
	}
}


/* 产品展示 */


.mypadd {
	padding: 95px 40px !important;
}

.product-bg {
	background-color: #fff;
}

.panel-default>.panel-heading {
	background: #fff;
	color: #1e71b9;
	font-weight: bold;
	border: 0;

	/* border-left: 4px solid #ddd; */
}

.panel-heading,
.panel-body {
	border-radius: 0;
	text-align: center;
}

.panel-group .panel {
	border-radius: 0;
}

.product-pannel-head {
	cursor: pointer;
}

.product-padd {
	padding: 20px 0;
}

.product-name {
	text-align: center;
	border-bottom: 1px #ddd solid;
	font-size: 16px;
	margin-top: 20px;
}

.content-content {
	font-size: 18px;
	line-height: 40px !important;
}

@media only screen and (max-width: 641px) {
	.content-content {
		font-size: 14px;
		line-height: 1rem;
	}

	.product-name {
		font-size: 12px;
	}
}

.back1 {
	z-index: 999999;
	position: fixed;
	bottom: 90px;
	right: 0px;
	background: #f26522;
	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
	width: 42px;
	height: 42px;
	line-height: 45px;
	text-align: center;
	color: #fff;
}

.product-fenlei {
	padding: 10px;
}

@media only screen and (max-width: 641px) {
	.product-fenlei {
		padding: 5px;
		font-size: 16px;
	}
}
/* 首页箭头消失一下 */
.tparrows {
	display: none;
}
.lang{
	display: inline-block!important;
}