/* 公用 */
.container .con-title {
	font-size: 32px;
	height: 66px;
	color: #333;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
	background: url(../image/wrap-bg.png) no-repeat center;
	background-position-y: 20px;
}

/* 公用 */


/* 公司简介 */

.fbxj_l {
	float: left;
	width: 25%;
	overflow: hidden;
	margin-top: 3%;
}

.accordion {
	width: 85%;
	max-width: 360px;
	background: #000058;
	float: left;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 22px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li span {
	position: absolute;
	top: 16px;
	right: 12px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li span.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #fff;
}

.accordion li.open span {
	color: #fff;
}

.accordion li.open span.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.submenu {
	background: #f5f5f5;
	font-size: 15px;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 12px;
	padding-left: 22px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu li {
	border-bottom: 1px solid #e6e6e6;
}

.fbxj_r {
	float: left;
	width: 73%;
	overflow: hidden;
}

.bar_qy_hy {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-top: 28px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 19px;
}

.bar_qy_hy span {
	display: inline-block;
	cursor: pointer;
}

.bar_qy_hy .active a {
	color: #000058;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}

.fbxj_r p {
	text-indent: 2em;
	margin: 0;
	padding: 0;
	line-height: 28px;
	text-align: justify;
	margin-bottom: 15px;
}

.fbxj_r img {
	width: 915px;
}

/* 联系我们 */
.fbxj {
	width: 100%;
	overflow: hidden;
	margin-bottom: 7%;
}

.right_input {
	overflow: hidden;
	height: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 3px;
	width: 100%;
	padding: 0;
}

.right_input li {
	text-align: left;
	display: block;
	overflow: hidden;
	margin-top: 13px;
	margin-bottom: 1px;
	margin-left: 0;
	padding: 0;
	margin-right: 10px;
}

.right_input li input,
.right_input li textarea {
	font-size: 14px;
	border: 0;
	padding: 10px;
	border-radius: 0px;
	background-color: #fff;
	width: 100%;
	outline: none;
	border: 1px solid #dadada;
}

.right_input .fbxj_sub span {
    display: inline-block;
    width: 30%;
    border: 0;
    background: #000058;
    color: #fff;
    border-radius: 0px;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    text-align: center;
}

#bzContact {
	width: 85%;
	height: 110px !important;
}

/* 联系我们 */

/* 产品视频 */
#player-container-id2 {
	margin: 20px auto !important;
}

/* 产品视频 */

@media (max-width:768px) {
	.fbxj_l {
	    float: left;
	    width: 100%;
	    overflow: hidden;
	    margin-top: 3%;
	}
	
	.accordion {
	    width: 99%;
	    max-width: 360px;
	    background: #000058;
	    float: left;
	    margin: 0px 8px;
	}
	.fbxj_r {
	    float: left;
	    width: 100%;
	    overflow: hidden;
	    padding: 14px;
	}
	.industry-t {
	    width: 100%;
	    display: inline-block;
	    text-align: left;
	    padding-top: 28px;
	    border-bottom: 1px solid #ccc;
	    margin-bottom: 19px;
	    color: #000058;
	    font-size: 24px;
	    font-weight: bold;
	    line-height: 50px;
	    text-indent: 0.5em;
	}
	#bzContact {
	    width: 100%;
	    height: 110px !important;
	}
	.right_input .fbxj_sub span {
	    display: inline-block;
	    width: 100%;
	    border: 0;
	    background: #000058;
	    color: #fff;
	    border-radius: 0px;
	    font-size: 16px;
	    height: 42px;
	    line-height: 42px;
	    cursor: pointer;
	    text-align: center;
	}
}
