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;
}

.company{
	display: flex;
	align-items: center;
	padding:5vw 0;
	flex-wrap: wrap;
}
.company .imgbox {
	width:45%;
}
.company .text{
	width:54%;
	padding:30px 30px 30px 6%;
}
.company .imgbox img{
	display: block;
	width:100%;
	border-radius: 20px;
}

.company .text .h1{
	margin-bottom:20px;
	font-size:36px;
	font-weight: 700;
}
.company .text .desc{
	line-height: 25px;
	color:#666;
}

.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;
}



.comInfo{
	display:flex;
	flex-wrap:wrap;
	padding:50px 0;
}
.comInfo .item{
	width:50%;
}
.comInfo .textbox{
	display:flex;
	align-items:center;
	padding:30px 50px;
}
.comInfo .textbox.l{
	justify-content:flex-end;
	padding-left: 0px;
}
.comInfo .textbox.r{
	justify-content:flex-end;
	padding-right: 0px;
}

.comInfo .textbox .num{
	font-size:56px;
	line-height:56px;
	font-weight:700;
	color:#f5f5f5;
}
.comInfo .textbox .title{
	font-size:24px;
	font-weight:700;
	margin-bottom:30px;
}
.comInfo .textbox .desc{
	opacity:0.7;
	text-align:justify;
}

.comInfo .imgbox{
	display:flex;
	align-items:center;
}
.comInfo .imgbox img{
	display:block;
	width:100%;
}



/* 我们的优势 */
.count{
	padding:5vw 0;
	background-color: #f2f3f5;
}
.count .list{
	display: flex;
	flex-wrap: wrap;
	padding-top:15px;
	margin:0 -20px;
}
.count .list .item{
	width:25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding:0 20px;
	border-right:1px solid rgba(0, 0, 0, 0.1);
}
.count .list .item:last-child{
	border:none;
}
.count .list .item .name{
	font-size:40px;
	font-weight: 700;
	padding: 0 0 10px 0;
	color:#20227f;
}
.count .list .item .desc{
	opacity: 0.6;
}



/* 视频 */
.video{
	background:url('/tpl/default/skin/img/video.webp')no-repeat center center;
	background-attachment: fixed;
	padding-bottom: 15vw;
	padding-top: 15vw;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.video .bt{
	height: 80px;
	width:80px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.video .bt img{
	height: 32px;
	position: relative;
	left:2px;
}
.video .bt:hover{
	background-color: rgba(0, 0, 0, 0.7);
	transform:scale(1.1); 
}

#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;
}


/* 在线留言 */
.words{
	padding:5vw 0;
	background-color: #f2f3f5;
}
.words input.form-control{
	height: 45px;
}
.words p{
	margin:10px;
	text-align: center;
	position: relative;
}
.words p .required{
	position: absolute;
	left:10px;
	top:12px;
	color:red;
}
.words .r2{
	display: flex;
}
.words .r2 p{
	width:100%;
}
.words .submit{
	margin-top:10px;
	padding: 15px 32px 15px 32px;
	background-color: #20227f;
	border-radius: 4px;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
	border:none;
}
.words .submit:hover{
	opacity: 0.9;
}



@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;}



	.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;}
}