.tbanner{
	background-size:cover !important;
}
.tbanner .content{
	background:rgba(0,0,0,0.3);
}
.tbanner .container-fluid{
	height:540px;
	color:#fff;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
.tbanner .content .t1{
	font-size:38px;
	font-weight:700;
}
.tbanner .content .t2{
	font-size:19px;
	margin:15px 0;
}
.tbanner .content .video{
	line-height: 16px;
	font-size:18px;
	font-weight: 500;
	cursor: pointer;
}
.tbanner .content .video .iconfont{
	display: inline-block;
	border:2px solid #fff;
	padding:6px 4px 6px 8px;
	border-radius: 36px;
	text-align: center;
	line-height: 16px;
	font-size:16px;
	margin-right:5px;
	
}



.list .item{
	display:flex;
	flex-wrap:wrap;
	height:375px;
	padding:40px 0;
}
.list .item .left{
	width:50%;
	padding-right:30px;
}
.list .item .left .title{
	font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}
.list .item .left .desc{
	margin-top:25px;
	margin-bottom:25px;
	color:rgba(0,0,0,.7);
	line-height:24px;
}
.list .item .left .more a{
	display:inline-block;
	font-size: 16px;
    font-weight: 600;
    cursor: pointer;
	line-height: 41px;
	color: #fff;
    background: #239de8;
	padding:0 18px;
	border-radius:21px;
}
.list .item .left .more a:hover{
	background: #1d83c2;
}


.list .item .right{
	width:50%;
	padding-left:30px;
}
.list .item .right img{
	width:100%;
}

.list .item .right .video{
	height:100%;
	background-size:cover !important;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
}
.list .item .right .video .iconfont{
	background:#fff;
	color:#239de8;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:50%;
	cursor:pointer;
	transition: 0.3s;
	-moz-transition: 0.3s;	
	-webkit-transition: 0.3s;	
	-o-transition: 0.3s;
	transform:scale(1); 
}
.list .item .right .video .iconfont:hover{
	transform:scale(0.9); 
}

.list .item .right iframe{
	width:100%;
	height:100%;
	display:none;
}

.showVideo{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	background:rgba(255,255,255,0.7);
	flex-direction:column;
	justify-content:center;
	align-items:center;
	visibility:hidden;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	opacity:0;
	z-index:99;
}
.showVideo .close{
	background:rgba(0,0,0,0.3);
	opacity:1;
	height:45px;
	width:45px;
	border-radius:45px;
	text-align:center;
	line-height:45px;
	color:#fff;
	margin-bottom:20px;
}
.showVideo .close:hover{
	background:rgba(0,0,0,1);
}
.showVideo .ifr{
	width:10%;
	height:10%;
	opacity:0;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
.showVideo .ifr iframe{
	width:100%;
	height:100%;
}
.showVideo.active{
	opacity:1;
	visibility:visible;
}

.showVideo.active .ifr{
	opacity:1;
	width:60%;
	height:60%;
}


@media screen and (max-width:768px) {
	.showVideo .ifr{width:95%;height:220px;}
	.showVideo.active .ifr{width:95%; height:220px;}
	
	
	.tbanner .container-fluid{height:250px;}
	.tbanner .content .t1{font-size:24px;}
	.tbanner .content .t2{font-size:16px;}
	
	.list .item {height:auto;}
	.list .item .left{width:100%;padding-right:0; margin-bottom:15px;}
	.list .item .right{width:100%;padding-left:0; min-height:220px;}
	
	.list .item .right .video{display:none;}
	.list .item .right iframe{display:block;height:210px;}
	.list .item .left .title{font-size:24px;}
}

