.g-top,.show-bg,.g-cta,.g-bom,.g-cpy{ display:none;}
body {
	background-color: #f5f5f5;
}

header {
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	z-index: 9;
}

.navbar-brand {
	height: 80px;
	display: flex;
	align-items: center;
}

.nav-style {
	border: 0;
	margin-bottom: 0 !important;
}

.nav-ul-style li a {
	color: #fff;
	height: 80px;
	line-height: 50px;
}

.nav-ul-style li a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.nav-ul-style li a:visited {
	background-color: rgba(0, 0, 0, 0.1);
}

.nav-mobile-ul-style li a {
	color: #fff;
}

.navbar-toggle {
	height: 60px;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.tell a {
	color: #269ee9 !important;
	font-weight: bold;
	font-size: 18px;
}

/* banner */
.banner {
	height: 500px;
	background-image: url(../img-live/banner.png);
	background-size: 100% 100%;
	position: relative;
}

.banner .intro {
	color: #fff;
	position: absolute;
	bottom: 30%;
}

.banner .intro p {
	font-size: 20px;
	padding: 10px;
}

.banner .btn-contact {
	position: absolute;
	bottom: 20%;
	padding: 10px 20px;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	border: 1px solid #fff;
	font-size: 18px;
}

/**/
.fw-block {
	background-color: #fff;
	margin-top: 10px;
}

.fw-item {
	padding: 10px;
}

.fw-item img {
	float: left;
	margin-right: 10px;
	width: 60px;
	height: 50px;
}

.fw-item span {
	font-size: 12px;
}

/* 板块标题 */
.block-title {
	text-align: center;
	margin: 40px 0;
}

.block-title h2 {
	margin-bottom: 20px;
}

.block-title span {
	display: block;
	height: 3px;
	margin: 10px auto 10px auto;
	background: linear-gradient(45deg, #0c75ee, #0bbcf9);
}

.block-title .inline_1 {
	width: 100px;
}

.block-title .inline_2 {
	width: 60px;
	margin-bottom: 20px;
}

/*解决方案*/
.scene-subject {
	font-size: 16px;
	background-image: url(../img-live/zbxt.jpg);
	background-size: 100% 100%;
	color: #fff;
}

.scene-subject-ul {
	padding: 0;
	height: 500px;
	background-color: rgba(40, 51, 82, 0.5);
	margin-top: 100px;
}

.scene-subject-ul .active {
	background-image: linear-gradient(to right, #242f50, #18203d);
}

.scene-subject-title {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.active .linear {
	display: block;
	width: 5px;
	height: 100%;
	background-color: #0c7df0;
	position: absolute;
	left: 0;
	top: 0;
}

.scene-subject-title img {
	width: 22px;
	height: 22px;
	margin-right: 20px;
}

.subject-content {
	padding-left: 80px;
	margin-top: 70px;
}

.subject-content .subject-content-item {
	display: none;
}
.subject-content .subject-content-item p{
	line-height: 2;
}
.subject-content .show {
	display: block;
}

.subject-content .subject-content-item p {
	color: #ccc;
}

.case {
	border-top: 1px solid #fff;
	margin-top: 50px;
}
.case h4{
	margin: 30px 0;
}
.case-list{
	display: flex;
}
.case .case-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 110px;
	margin-right: 20px;
}

.case .case-item img {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.case .case-item span{
	font-size: 14px;
}
/* 优势 */
.advantage ul li {
	margin: 30px 0;
	font-size: 30px;
	list-style-type: square;
	color: #0bb5f8;
}

.advantage ul li span {
	color: #616161;
	font-size: 18px;
}

/*电商直播*/
.shoping-live .col-md-4 {
	margin: 10px 0;
}

.shoping-live .col-md-4 img {
	width: 100%;
}

/* 教育直播 */
.edu-block {
	background-color: #fff;
	height: 350px;
	margin: 10px 0;
	overflow: hidden;
}

.edu-block .edu-title {
	background-size: 100% 100%;
	height: 160px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.edu-block .edu-title span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	line-height: 160px;
}

.edu-block .edu-intro {
	padding: 10px;
	font-size: 16px;
	line-height: 2em;
	color: #616161;
}

/*页脚*/
footer {
	background-color: #434343;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

.live-room {
	text-align: center;
	padding: 20px 0;
}


/*手机端-解决方案*/
.block-item {
	background-color: #fff;
	height: 360px;
	margin: 10px 0;
	margin: 20px;
}

.block-item .block-item-title {
	color: #fff;
	padding: 10px;
	background: linear-gradient(45deg, #0c75ee, #0bbcf9);
}

.block-item .block-item-title p {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	padding: 0;
	margin: 0;
}

.block-item .block-item-intro {
	padding: 20px;
	font-size: 16px;
	color: #616161;
	line-height: 2em;
}
