body{
	background:#fff;
}
.pageBaner{
	position: relative;
}
.pageBaner img{
	display:block;
	max-width:100%;
}
@media screen and (min-width:0px) and (max-width:768px){
	.pageBaner .pageName{
		font-size:24px;
	}
}

.topTitle{
	text-align:center;
	margin-bottom:40px;
}
.topTitle h2{
	font-weight:700;
	font-size:40px;
	margin-bottom: 30px;
}
.topTitle .text{
	opacity: 0.7;
}





/* 关于我们 */
.about{
	padding:5vw 0;
	background-color: #f2f3f5;
}
.about .title{
	font-size:36px;
	font-weight: 700;
}
.about .topText{
	color:#666;
	line-height: 24px;
	margin-top:30px;
}
.about .flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.about .flex .left{
	width:50%;
	padding-right:5vw;
}
.about .flex .right{
	width:50%;
	position: relative;
}
.about .flex .right img{
	display: block;
	width:100%;
	border-radius: 20px;
}
.about .flex .right .bt{
	position: absolute;
	top:50%;
	left:50%;
	height: 80px;
    width: 80px;
	margin-left:-40px;
	margin-top: -40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
.about .flex .right .bt img{
	width:26px;
	height: 26px;
}
.about .flex .right .bt:hover{
	transform:scale(1.1); 
}

.about .flex .left .title{
	font-size:36px;
	font-weight: 700;
}
.about .flex .left .desc{
	color:#666;
	line-height: 24px;
}
.about .flex .left .list{
	display: flex;
	flex-wrap: wrap;
	margin:20px 0;
}
.about .flex .left .list .item{
	width:50%;
	padding:30px 0;
}
.about .flex .left .list .item .name{
	color:#666;
}
.about .flex .left .list .item .val{
	color:#ff4000;
	font-size:36px;
	font-weight: 700;
	margin-bottom: 15px;
}
.about .flex .left .more{
	display: inline-block;
	padding: 15px 32px 15px 32px;
	background-color: #ff4000;
	border-radius: 4px;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
}
.about .flex .left .more:hover{
	opacity: 0.9;
}



.gctp{
	border:1px solid #eee;
	margin-bottom: 50px;
	border-radius: 3px;
	padding:10px;
}
.gctp img{
	display: block;
	width:100%;
}

.imgs{
	border-radius: 5px;
	padding:100px 0;
	background-color: #fdfdfd;
}
.imgs .list{
	display: flex;
	flex-wrap: wrap;
	padding:5px;
}
.imgs .list{
	margin:0 -10px;
}
.imgs .list .item{
	width:33.333%;
}
.imgs .list .imgbox{
	margin:10px;
	background-color: #fff;
	border-radius: 3px;
}
.imgs .list .imgbox img{
	display: block;
	width:100%;
	padding:5px;
	border-radius: 5px;
}








#video_popup{
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
	width:100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
}
#video_popup .video_body{
	position: relative;
}
#video_popup .video_close{
	color:#fff;
	font-size:40px;
	position: absolute;
	right:-30px;
	top:-50px;
	cursor: pointer;
}
#video_popup .video_close:hover{
	color:red;
}
#video_popup video{
	width:45vw;
}



@media screen and (max-width:768px){
	.topTitle{margin-bottom: 25px;}
	.topTitle h2{font-size:25px;}


	.company{padding:10vw 0;}
	.company .imgbox{width:100%;}
	.company .text .h1{font-size:24px;}
	.company .text{width:100%;padding:30px 0 0 0;}
	
	.count{padding:10vw 0;}
	.count .list{margin:0 -10px;}
	.count .list .item{padding:0 10px; margin:10px 0; width:50%;}
	.count .list .item .name{font-size:32px;padding:0px;}

	.about .flex .left{width: 100%;margin:15px 0;}
	.about .flex .right{width: 100%; }

	.about .flex .left .list .item{padding:10px 0;}
	.about .topText{margin-top:10px;}

	.imgs{padding:10vw 0;}
	.imgs .list{margin:-10px;}
	.imgs .list .item{width:50%;}
	.imgs .list .imgbox{margin:0px;}

	.comInfo{padding:10px 0;}
	.comInfo .item{width:100%;}
	.comInfo .textbox{padding:30px 0;}
	.comInfo .textbox .num{font-size:48px;}
	.comInfo .textbox .title{margin-bottom: 20px;}
}