.p-section {
	width: 100%;
	overflow: auto;
	_height: 1%;
}

/*
.p-section-box {
    width:100%;   
    max-width:1000px;
    margin:0 auto;
}

.p-section-box .leftright {
    float:left;
    width:100%;
    max-width:585px;
    margin:0 auto;
}

.p-section-box .updown {
    width:100%;
    max-width:1000px;
    margin:0 auto;
    text-align:center;
}

.p-section-box h1 {
    color:#555;    
    font-size:30px;
    font-weight:700;
    margin-bottom:30px;
}

.p-section-box p {
    line-height:160%;    
    margin-bottom:30px;   
}


.p-section-box .leftright img, .p-section-box .updown img{
    display:block;
    margin:0 auto;
}
    */

.p-section-btn {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 26px;
	font-size: 20px;
	border-radius: 3px;
	text-align: center;
	color: #fff !important;
}

.p-section-btn:hover,
.p-section-btn:active {
	text-decoration: none;
	color: #fff !important;
}

.p-section-btn.col-black {
	color: #333 !important;
}

.p-section-btn.col-black:hover,
.p-section-btn.col-black:active {
	text-decoration: none;
	color: #333 !important;
}


.p-section-title {
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.p-section-text {
	font-size: 20px;
	line-height: 200%;
	margin-bottom: 25px;
}

.container .row .col-sm-7 .p-section-text span {
	display: inline-block;
	width: 240px;
}

.text-white {
	color: #fff;
}

.round1 {
	border: 1px solid #eee;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	justify-content: center;
	font-size: 16px;
	color: #666;
	padding: 20px;
	padding-top: 50px;
	margin: 20px auto;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .1);

}

.round1 .fa {
	font-size: 60px !important;
	color: #1ab394;
	margin-bottom: 15px;
}

.p-section .btn {
	border-radius: 0 !important;
	border: 0;
	font-size: 18px !important;
	padding: 10px 20px !important;
}

.p-section .btn-success {
	color: #fff !important;
}

.list-news .item {
	line-height: 180%;
	margin: 20px;
	overflow: hidden;
}

.list-news .item .image {
	width: 20%;
	float: left;
}

.list-news .item .text-box {
	width: 80%;
	float: left;
	height: 350px;
}

.list-news .item .title {
	font-size: 18px;
}

.list-news .item .content {
	color: gray;
}

.door-product {
	width: 100%;
	max-width: 270px;
	height: 270px;
	background: #ccc;
	position: relative;
	margin: 0 auto;
	background: url(./door-case1.jpg) center center;
	background-size: 100%;
}

.door-videoBox {
	width: 270px;
	height: 270px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
	background: #000;
}

.door-videoBox video {
	width: 270px;
	height: 270px;
}

/* 案例列表 */
.case-customers .case-list {
	width: 100%;
	overflow: hidden;
}

.case-customers .case-list h2 {
	text-align: center;
	margin: 50px 0;
}

.case-customers .case-list ul {
	width: 100%;
	margin: 50px auto;
}

.case-customers .case-list ul li {
	width: 96%;
	margin: auto;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: left !important;
	box-shadow: 4px 6px 8px rgba(0, 0, 0, .1);
	padding: 20px;
}

.case-customers .case-list ul li div {
	float: left;
}

.case-customers .case-list ul li div:nth-child(1) {
	width: 25%;
}

.case-customers .case-list ul li div:nth-child(1) img {
	width: 100%;

}

.case-customers .case-list ul li div:nth-child(2) {
	width: 75%;
	padding: 0 2%;
}

.case-customers .case-list ul li div p {
	font-size: 14px !important;
	text-align: justify;
}

.case-customers .case-list ul li .active {
	overflow: hidden;
}

.case-customers .case-list ul li .active p {
	float: left;
	width: 50%;
}

.case-customerss {
	width: 100%;
}

.case-customerss .p-section-title {
	text-align: center;
	margin-top: 50px;
}

.case-customerss span {
	text-align: center;
	display: block;
	margin-bottom: 50px;
}

.case-customerss .container .case-list ul {
	overflow: hidden;
}

.case-customerss .container .case-list ul li {
	float: left;
	width: 30%;
	margin-bottom: 30px;
}

.case-customerss .container .case-list ul li img {
	width: 100%;
}

.case-customerss .container .case-list ul li:nth-child(2),
.case-customerss .container .case-list ul li:nth-child(5) {
	margin: auto 5%;
	overflow: hidden;
}



@media (max-width:768px) {
	.case-list ul li div:nth-child(1) {
		width: 100%;
	}

	.p-section-title {
		text-align: center;
	}

	.case-list ul li div:nth-child(2) {
		width: 100%;
		padding: 0 10px;
	}

	.case-list ul li .active p {
		width: 100%;
	}

	.case-customers .case-list ul li div:nth-child(1) {
		width: 100%;
	}

	.case-customers .case-list ul li div:nth-child(2) {
		width: 100%;
	}

	.case-customerss .container .case-list ul li {
		width: 100%;
	}

	.case-customerss .container .case-list ul li:nth-child(2),
	.case-customerss .container .case-list ul li:nth-child(5) {
		margin: 0;
		overflow: hidden;
	}
}



.video-wrap {
	position: absolute;
	bottom: 41px;
	right: -35px;
}

.video-wrap a {
	z-index: 10;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 110px;
	border-radius: 50%;
	position: relative;
	font-size: 60px;
	text-align: center;
	color: #ffffff;
}

.video-wrap a:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100px;
	height: 100px;
	background-color: #72afe8;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-wrap a:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100px;
	height: 100px;
	background-color: #72afe8;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.video-wrap a:hover {
	color: #ffffff;
}

.video-wrap a:hover:before {
	background-color: #ffbe00;
}

.video-wrap a:hover:after {
	background-color: #ffbe00;
}
