.card-title {
	height: 30px;
	background: url(../../img/card-title.jpg) no-repeat;
	background-size: 100% 100%;
}

.card-title p {
	position: relative;
	padding-left: 20px;
	line-height: 33px;
}

.card-title .t1 {
	font-size: 18px;
	color: #0f539e;
	font-weight: bold;
}

.card-title .t2 {
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 700;
	color: #0f539e;
	background-image: -webkit-linear-gradient(bottom, #3a93ef, #0f539e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.card-title .t3 {
	margin-top: 3px;
	margin-right: 10px;
	line-height: normal;
	position: relative;
	border-radius: 3px;
	padding: 3px 20px 3px 8px;
	color: white;
	font-size: 12px;
	background: -moz-linear-gradient(top, #0f539e 0%, #3a93ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f539e), color-stop(100%, #3a93ef));
	background: -webkit-linear-gradient(top, #0f539e 0%, #3a93ef 100%);
	background: -o-linear-gradient(top, #0f539e 0%, #3a93ef 100%);
	background: -ms-linear-gradient(top, #0f539e 0%, #3a93ef 100%);
	background: linear-gradient(to bottom, #0f539e 0%, #3a93ef 100%);
	background: -webkit-linear-gradient(#0f539e, #3a93ef);
	/* Safari 5.1-6.0 */
	background: -o-linear-gradient(#0f539e, #3a93ef);
	/* Opera 11.1-12.0 */
	background: -moz-linear-gradient(#0f539e, #3a93ef);
	/* Firefox 3.6-15 */
	background: linear-gradient(#0f539e, #3a93ef);
	background-size: 100% 100%;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.card-title .t3:hover {
	background: -moz-linear-gradient(top, #3a93ef 0%, #0f539e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a93ef), color-stop(100%, #0f539e));
	background: -webkit-linear-gradient(top, #3a93ef 0%, #0f539e 100%);
	background: -o-linear-gradient(top, #3a93ef 0%, #0f539e 100%);
	background: -ms-linear-gradient(top, #3a93ef 0%, #0f539e 100%);
	background: linear-gradient(to bottom, #3a93ef 0%, #0f539e 100%);
	background: -webkit-linear-gradient(#3a93ef, #0f539e);
	/* Safari 5.1-6.0 */
	background: -o-linear-gradient(#3a93ef, #0f539e);
	/* Opera 11.1-12.0 */
	background: -moz-linear-gradient(#3a93ef, #0f539e);
	/* Firefox 3.6-15 */
	background: linear-gradient(#3a93ef, #0f539e);
}

.card-title .t3 i {
	padding-left: 5px;
	position: absolute;
}

.card-img {
	margin: 10px 0;
	width: 100%;
}

.card-info p {
	margin: 10px 0;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.card-info p:first-of-type {
	height: 32px;
}

.card2,
.card3 {
	border: 1px solid #ddd;
	padding: 10px;
}

.card2-title,
.card3-title {
	margin-top: 10px;
	position: relative;
}

.card2-title .t1,
.card3-title .t1 {
	font-size: 18px;
	color: #0f539e;
	font-weight: bold;
}

.card2-title .t2 {
	margin-top: 3px;
	line-height: normal;
	position: relative;
	border-radius: 3px;
	padding: 3px 20px 3px 8px;
	color: white;
	font-size: 12px;
	background: -moz-linear-gradient(top, #0f539e 0%, #3a93ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f539e), color-stop(100%, #3a93ef));
	background: -webkit-linear-gradient(top, #0f539e 0%, #3a93ef 100%);
	background: -o-linear-gradient(top, #0f539e 0%, #3a93ef 100%);
	background: -ms-linear-gradient(top, #0f539e 0%, #3a93ef 100%);
	background: linear-gradient(to bottom, #0f539e 0%, #3a93ef 100%);
	background: -webkit-linear-gradient(#0f539e, #3a93ef);
	/* Safari 5.1-6.0 */
	background: -o-linear-gradient(#0f539e, #3a93ef);
	/* Opera 11.1-12.0 */
	background: -moz-linear-gradient(#0f539e, #3a93ef);
	/* Firefox 3.6-15 */
	background: linear-gradient(#0f539e, #3a93ef);
	background-size: 100% 100%;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.card2-title .t2:hover {
	background: -moz-linear-gradient(top, #3a93ef 0%, #0f539e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a93ef), color-stop(100%, #0f539e));
	background: -webkit-linear-gradient(top, #3a93ef 0%, #0f539e 100%);
	background: -o-linear-gradient(top, #3a93ef 0%, #0f539e 100%);
	background: -ms-linear-gradient(top, #3a93ef 0%, #0f539e 100%);
	background: linear-gradient(to bottom, #3a93ef 0%, #0f539e 100%);
	background: -webkit-linear-gradient(#3a93ef, #0f539e);
	/* Safari 5.1-6.0 */
	background: -o-linear-gradient(#3a93ef, #0f539e);
	/* Opera 11.1-12.0 */
	background: -moz-linear-gradient(#3a93ef, #0f539e);
	/* Firefox 3.6-15 */
	background: linear-gradient(#3a93ef, #0f539e);
}

.card2-title .t2 i {
	padding-left: 5px;
	position: absolute;
}

.card2-info {
	margin: 10px 0;
}

.card2-info .col-md-6:first-of-type {
	padding-left: 0;
}

.card2-info .col-md-6:last-of-type {
	padding-right: 0;
}

.card2-info p,
.card3-info p {
	margin: 10px 0;
}

.card2-info.left p:first-of-type {
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 33px;
	height: 164px;
}

.card2-info li {
	border-bottom: 1px dashed #ddd;
	padding: 5px;
	color: #555;
	position: relative;
}

.card2-info li:hover {
	background: rgba(0, 0, 0, 0.3);
}

#newsList {
	min-height: 205px;
}

.card2-info li p {
	width: calc(100% - 80px);
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	cursor: pointer;
}

.card2-info li span {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
}

.card2-info-con {
	overflow: hidden;
	height: 160px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.card3-title .t2 {
	position: absolute;
	right: 0;
	margin-top: 5px;
}

.card3-info li {
	border-bottom: 1px dashed #ddd;
	padding: 5px 0;
	color: #555;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#owl-demo3 {
	min-height: 210.67px;
}

#owl-demo3 img {
	max-height: 238px;
}

#owl-demo3 .owl-pagination,
#owl-demo4 .owl-pagination {
	text-align: right;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	padding-right: 15px;
}

#owl-demo3 .owl-page,
#owl-demo4 .owl-page {
	width: 10px;
	height: 10px;
	border-radius: 10px;
}

.card3-info div {
	margin: 10px 0;
}

.card3-info-img {
	display: -webkit-flex;
	display: flex;
	flex-grow: 1;
	min-height: 116px;
}

.card3-info-img img {
	-webkit-flex: 1;
	flex: 1;
	margin: 3px 0;
	padding: 0 5px;
	width: calc(33% - 3px);
	height: 130.13px;
}

#engineering {
	min-height: 156px;
}

.card3-info-img-show {
	display: block;
}

.card3-info-img-hide {
	display: none;
}

.card3-info-con #technological {
	min-height: 292px;
	margin-top: -10px;
}

.card3-info-con li {
	position: relative;
	cursor: pointer;
}

.card3-info-con li a {
	position: absolute;
	right: 0;
	top: 15px;
}

.ftlbg {
	background: url(../../img/qsdt.jpg) no-repeat center 100%;
	background-size: 100%;
	padding-bottom: 50px;
}

.card4 {
	padding: 50px 20px 20px 20px;
	border: 1px solid #ddd;
	background: rgb(255 255 255 / 70%);
}

.card4-title {
	text-align: center;
}

.card4-title img {
	width: 100px;
}

.card4-title-name {
	padding: 10px 0;
}

.card4-title-name .name1 {
	font-size: 18px;
	font-weight: bold;
	color: #1fbef8;
}

.card4-title-name .name2 {
	font-weight: bold;
	color: #777;
	position: relative;
}

.card4-con {
	text-align: center;
	font-size: 12px;
	color: #555;
	line-height: 20px;
	margin-top: 10px;
	min-height: 103px;
}

.card4-con p {
	line-height: 26px;
}

.card4-con img {
	width: 20px;
	height: 20px;
}

.card4-con span {
	display: inline-block;
	width: 160px;
}

.card4-title-name .name2::before {
	content: '';
	width: 50px;
	height: 3px;
	background: #1fbef8;
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	border-radius: 5px;
}

.num {
	background: url(../../img/dsjdt.jpg) no-repeat;
	background-size: 100% 100%;
}

.num-con {
	display: -webkit-flex;
	display: flex;
}

.num-t {
	flex: 1;
	padding: 80px 0;
	text-align: center;
}

.num-t img {
	width: 80px;
	margin-bottom: 20px;
}

.num-t p {
	color: #fff;
}

.num-font1 {
	font-size: 38px;
	font-weight: bold;
}

.num-font2 {
	font-size: 12px;
}

/* 右侧悬浮 */
.right-pannel {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	text-align: center;
	background: #0084d9;
	color: #fff;
}

.right-pannel li {
	width: 60px;
	height: 60px;
	padding: 15px;
	cursor: pointer;
	position: relative;
}

.pannel-phone {
	visibility: hidden;
	margin: 0;
	position: absolute;
	top: 0;
	right: 61px;
	padding: 10px 0;
	background: #0084d9;
	list-style: none;
	white-space: nowrap;
	z-index: 1;
}

.pannel-phone li {
	width: 150px;
	line-height: 20px;
	padding: 0 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	font-family: Tahoma;
	text-decoration: none;
	text-align: left;
}

.pannel-phone li img {
	width: 160px;
}

.pannel-phone li a {
	color: #fff;
}

.right-pannel li:hover .pannel-phone {
	visibility: visible;
}

.right-pannel li li {
	height: auto;
}

/* 自适应媒体查询 */

@media (max-width: 767px) {
	.banner{
		margin-top: 10px;
	}
	.card-info{
		display: none;
	}
	
	.card2-info .col-md-6:first-of-type {
		padding-left: 15px;
	}
	
	.card2-info .col-md-6:last-of-type {
		padding-right: 15px;
	}

	.card3-info-con #technological,
	.card3-info-img img,
	#engineering,
	#newsList,
	#owl-demo3 {
		min-height: auto;
	}

	.card-title .t2 {
		display: none;
	}

	.card3-info-img-show {
		display: none;
	}

	.card3-info-img-hide {
		display: block;
	}

	.right-pannel {
		display: none;
	}
	.banner-con5 .p2{
		display: none;
	}
}
