@import url('https://fonts.font.im/css?family=Oswald:700');

/* font-family: 'Oswald', sans-serif; */

.cn{
	display: block;
}
.en{
	display: none;
}
.fbxj {
	width: 100%;
	overflow: hidden;
}

.fbxj h1 {
	width: 100%;
	font-size: 20px;
	text-align: center;
	margin: 19px 0px 0px 0px;
	float: left;
	line-height: 32px;
}

.fbxj h3 {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin: 5px 0px 4px 0px;
	float: left;
	line-height: 30px;
}

.right_input {
	overflow: hidden;
	height: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 3px;
	width: 100%;
	padding: 0;
}

.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 h4 {
	text-align: center;
	color: #690599;
}

.right_input li {
	text-align: left;
	display: block;
	overflow: hidden;
	/* padding: 5px 0; */
	margin-top: 23px;
	margin-bottom: 8px;
	margin-left: 0;
}

.right_input li input {
	height: 50px;
}

#bzContact {
	width: 100%;
	height: 150px !important;
}

.right_input li .red {
	display: inline-block;
	width: 4%;
	color: red;
}

.right_input .fbxj_sub {
	text-align: center;
	padding: 20px 0;
}

.right_input .fbxj_sub span {
	display: inline-block;
	width: 30%;
	border: 0;
	background: #00469c;
	color: #fff;
	border-radius: 0px;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}

.tips {
	font-size: 12px;
	margin-left: 27px;
	margin-top: -5px;
	color: red !important;
}


::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #bdbdbd;
	font-size: 15px;
}


.contact-wrap {
	/* display: flex; */
	justify-content: space-between;
}

.contact-wrap h1 {
	width: 100%;
	font-size: 20px;
	text-align: center;
	margin: 19px 0px 0px 0px;
	float: left;
	line-height: 32px;
}

.contact-wrap h3 {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin: 6px 0px 47px 0px;
	float: left;
	line-height: 30px;
}

.contact-t {
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.content-link {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}

.content-link a {
	height: 44px;
	margin-right: 2%;
	line-height: 56px;
	width: 100px;
	color: #333;
	display: inline-block;
}

.router {
	background: #fff;
	padding: 40px 0;
}

.a-active {
	color: #00469c !important;
}

.cw-left {
	width: 50%;
	float: left;
	background: #eceff2;
	padding: 40px 40px;
	height: 400px;
}

.cw-left h6 {
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	margin: 0;
	line-height: 26px;
}

.cw-left h2 {
	line-height: 39px;
	font-size: 19px;
	font-weight: bold;
	color: #00469c;
	text-align: left;
	margin: 15px 0px 0px;
	width: 100%;
}

.cw-left h4 {
	line-height: 36px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	margin: 0;
	text-align: left;
}


.cw-left_a {
	width: 50%;
	float: left;
	padding: 7px 37px;
	height: 185px;
	border-top: 1px solid #eceff2;
	margin-top: 2%;
}

.cw-left_a a {
	color: #333;
}

.cw-left_a h6 {
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	margin: 0;
	line-height: 26px;
}

.cw-left_a h2 {
	line-height: 39px;
	font-size: 17px;
	font-weight: bold;
	color: #00469c;
	text-align: left;
	margin: 15px 0px 0px;
	width: 100%;
}

.cw-left div span {
	color: #00469c;
	font-size: 20px;
}

.cw-right {
	width: 50%;
	float: right;
}

.cw-right img {
	width: 100%;
	height: 400px;
}

.fbxj img {
	width: 100%;
}


.about {
	float: left;
	width: 100%;
}

.abou-itme {
	width: 100%;
	background: #f6f7f9;
	padding: 34px 0px;
	overflow: hidden;
}

.abou-itme ul {
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.abou-itme ul li {
	font-size: 14px;
	color: #333;
	background-color: #fff;
	border-radius: 30px;
	height: 46px;
	line-height: 46px;
	width: 18%;
	text-align: center;
	float: left;
	margin: 10px;
}

.abou-itme ul li:hover {
	background: #00469c;
}

.abou-itme ul li:hover a {
	color: #fff !important;
}

.abou-itme ul li a {
	line-height: 41px;
	font-size: 15px;
	color: #333;
}

.active {
	color: #fff !important;
	background: #00469c !important;
}

.about-wrap {
	padding: 25px 0;
	margin-bottom: 60px;
	/* overflow: hidden; */
}

.cn::-webkit-scrollbar {
	display: none
}

.ab-wrap {
	padding-bottom: 0 !important;
	border: none !important;
}

.wrap-tit h2 {
	font-size: 32px;
	height: 66px;
	color: #333;
	font-weight: 700;
	line-height: 70px;
}

.wrap-tit {
	margin: 6px 0 5px 0;
	text-align: center;
	background: url(../image/wrap-bg.png) no-repeat center;
}

.wrap-tit h3 {
	line-height: 35px;
}

.wt-wrap {
	width: 100%;
	overflow: hidden;
	padding-bottom: 3%;
}

.wt-left {
	height: 450px;
	float: left;
	width: 50%;
	border: 4px solid #00469c;
	float: left;
	margin-top: 2%;
}

.frame {
    width: 100%;
    position: relative;
    top: 48px;
    left: 34px;
    height: 347px;
    background: #ccc;
}

.wt-right {
	width: 44%;
	float: right;
	margin-top: 2%;

}

.wt-right h2 {
	font-weight: bold;
	line-height: 61px;
	color: #e70012;
}

.wt-right span {
	line-height: 34px;
	font-size: 16px;
	width: 100%;
	float: left;
	font-weight: bold;
}

.wt-right p {
	line-height: 33px;
	font-size: 15px;
	text-indent: 2em;
	float: left;
	margin-top: 15px;
	color: #000;
	font-weight: normal;
}

.abou-itme .a-ul {
	display: flex;
	justify-content: normal !important;
}

.abou-itme .a-ul li:nth-child(1) {
	margin-right: 2%;
}

.pro-se-th {
	clear: both;
	margin-top: 55px;
	overflow: hidden;
	border-top: 1px solid #efefef;
}

.pro-se-th h3 {
	text-align: center;
	font-size: 22px;
	line-height: 50px;
	margin: 0;
}

.pro-se-th p {
	line-height: 32px;
	text-indent: 2em;
	font-size: 15px;
}

.pro-se-th .li {
	width: 24.1%;
	text-align: center;
	float: left;
	margin: 7px;
	padding: 19px 17px;
	background: #eceff2;
	height: 244px;
}

.pro-se-th .li:nth-child(1) {
	margin-left: 0px;
}

.pro-se-th .li:nth-child(4) {
	margin-right: 0px;
}

.pro-se-th .lia {
	width: 32.5%;
	text-align: center;
	float: left;
	margin: 7px;
	padding: 0px;
	height: 262px;
	border: 5px solid #eceff2;
}

.pro-se-th .lia img {
	width: 100%;
}

.pro-se-th .lia:nth-child(1) {
	margin-left: 0px;
}

.pro-se-th .lia:nth-child(3) {
	margin-right: 0px;
}

.pro-se-th .lia:nth-child(4) {
	margin-left: 0px;
}

.pro-se-th .lia:nth-child(6) {
	margin-right: 0px;
}



.pro-se-th .li .thtit {
	font-size: 68px;
	color: #e70012;
	padding: 5px 2px 17px;
	font-family: 'Oswald', sans-serif;
}

.pro-se-th .li p {
	font-size: 15px;
	line-height: 22px;
	text-indent: 0;
}

.video-js {
	width: 100%;
	height: 100%;
}

#player-container-id2 {
	display: none;
}

/* 视频展示 */
.video_box {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
}

.video_box .w ul li {
	width: 24%;
	height: 190px;
	float: left;
	margin: 20px 0.5%;
}

.video_box .w ul li p {
	text-align: center;
	margin-top: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (max-width: 980px) {
	.abou-itme ul li {
		width: 28%;
	}

	.right_input .fbxj_sub span {
		display: inline-block;
		width: 49%;
		border: 0;
		background: #00469c;
		color: #fff;
		border-radius: 0px;
		font-size: 16px;
		height: 45px;
		line-height: 45px;
		cursor: pointer;
	}

	/* .m_map {
		width: auto;
	} */
	.cn1::-webkit-scrollbar {
		display: block
	}

	.wt-wrapa p {
		padding: 0 5px;
	}

	.right_input .fbxj_sub span {
		height: 36px !important;
		line-height: 36px !important;
	}

	.contact-wrap {
		flex-direction: column;
	}

	.cw-left {
		width: 100% !important;
	}

	.cw-right {
		width: 100% !important;
		margin: 0 auto;
	}

	.wt-left {
		width: 95%;
	}

	.wt-right {
		width: 100%;
		float: left;
		padding: 9px;
	}

	.pro-se-th .li {
		width: 46%;
	}

	.pro-se-th .li p {
		font-size: 12px;
		margin: 0 !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.frame {
		left: 24px !important;
	}

	.pro-se-th .li:nth-child(1) {
		margin: 7px;
	}

	.pro-se-th {
		clear: both;
		margin: 40px 8px;
		overflow: hidden;
		border-top: 1px solid #efefef;
	}

	.pro-se-th .lia {
		width: 100%;
		text-align: center;
		float: left;
		margin: 5px 0px;
		padding: 0px;
		height: 232px;
		border: 5px solid #eceff2;
	}

	.wt-right span {
		line-height: 34px;
		font-size: 14px;
		width: 100%;
		float: left;
		font-weight: bold;
		color: #00469c;
	}

	.cw-left {
		width: 50%;
		float: left;
		background: #eceff2;
		padding: 40px 10px;
		height: 400px;
	}

	.cw-right img {
		width: 100%;
		height: auto;
	}

}

@media(max-width:768px) {
	.video_box .w ul li {
		width: 49%;
		height: 115px;
		float: left;
		margin: 18px 0.5%;
	}
}
