@charset 'utf-8';

button.btn.btn-default {
	position: absolute;
	top: 0;
	right: 0;
}

.form-group {
	position: relative;
}

.title p {
	display: flex;
	position: relative;
	font-size: 36px;
	font-weight: 700;
	z-index: 2;
	column-gap: 32px;
	justify-content: center;
}

.title p span img {
	width: 25px;
}

.subtitle p {
	margin: 0 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 60px;
	font-weight: 700;
	color: #ffffff;
	line-height: 79px;
	letter-spacing: 1px;
	-webkit-text-stroke: 1px rgba(216, 216, 216, 0.7);
	text-stroke: 1px rgba(216, 216, 216, 0.7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}

.title-box.row {
	margin-bottom: 50px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

.title-txt p {
	margin-top: 31px;
	font-size: 14px;
	font-weight: 400;
	color: #9e9e9e;
}

.more-btn a {
	color: #fff;
	align-items: center;
	background: #1756a0;
	border-radius: 20px;
	padding: 12px 19px;
	transition: .5s;
}

.more-btn p a span {
	font-size: 14px;
	padding-left: 18px;
	transition: .5s;
}

.more-btn p a:hover span.glyphicon-menu-right {
	transform: translateX(5px);
	/* 向右移动5像素 */
}

.more-btn p a:hover {
	color: #fff;
	background-color: #062790;
}


.list-menu-btn.active {
	transform: rotate(90deg);
}

.one-menu p span {
	transition: .5s
}

.one-menu p:hover span {}


.one-menu p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.one-menu p span {
	cursor: pointer;
	padding: 0 5px;
	font-size: 12px;
}

.one-menu p a {
	font-size: 16px;
	font-weight: bold;
}

.one-menu {
	margin-top: 20px;
	border-bottom: 1px dashed #9d9d9d;
}

.tow-menu ul li a {
	display: block;
	border-bottom: 1px dashed #ddd;
	line-height: 2;
	font-size: 14px;
	margin-left: 10px;
	color: #4d4d4d;
	padding-left: 10px;
}

.tow-menu {
	transition: max-height 0.5s ease-in-out;
	/* 平滑过渡 */
	display: none;
	margin-top: 10px;
}
.pronav-title {
    color: #fff;
    padding: 20px;
    background: #00479c;
    text-align: center;
}

.pronav-title p {
    font-size: 26px;
}

.menu {
    border: 1px solid #ddd;
    padding: 0 10px;
    padding-bottom: 20px;
}


.product-list ul li {
	margin: 5px;
	text-align: center;
	background: #f4f4f4;
	padding: 22px 12px 30px;
	cursor: pointer;
}

.product-list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 创建三列，每列占据可用空间的等份 */
	gap: 10px;
	/* 可选，设置网格项之间的间隔 */
}

.pro-buttons {
	font-size: 12px;
	transition: .5s;
	padding: 5px;
	color: #fff;
	width: 41%;
	display: block;
	margin: 20px auto 0 auto;
	background: #00479c;
}

.product-list ul li:hover .pro-buttons {
	background: #015cc9;
}

.product-list ul li img {
	margin: 10px 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s all;
}

.product-list ul li:hover img {
	transform: scale(1.2);
}

input.form-control {
	font-size: 10px;
}

section.container-fluid.product {
	margin-top: 50px;
}


/* about */

.shili li:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.shili {
    margin-top: 110px;
}

.shili p {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #00479c;
}

.shili span {
    font-size: 12px;
    display: block;
}
.about .about-txt p {
	font-size: 14px;
	text-indent: 2em;
	line-height: 2;
	margin: 27px 0 30px 0;
}

.about>container>row {
	display: flex;
	align-items: center;
}

.about {
	padding-bottom: 50px;
	margin-bottom: 50px;
	padding-top: 100px;
	background: url(../images/home_about_bg.png) left top no-repeat;
	margin-top: 50px;
	background-size: 271px 281px;
}
.about-more {
    column-gap: 20px;
    display: flex;
    justify-content: flex-start;
}

.about-more .active {
    color: #fff;
    background: #00479c;
}

.about-more a:hover {
    color: #fff;
    background: #00479c;
}
.about-more a {
	transition: .5s;
	background: #eae9e9;
	padding: 5px 13px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	/* border-radius: 10px; */
	/* width: 148px; */
}

.about-more a span {
	transition: .5s;
	font-size: 14px;
}

.about-more a:hover {
	background: #0163d7;
}

.about-more a:hover span {
	transform: translateX(5px);
	/* 向右移动5像素 */
}

.about-title {
	width: 90%;
}






/* news */


.newsleft {
	margin-bottom: 25px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
	padding: 20px;
}

.newsleft .newsimg {
	margin-bottom: 20px;
}

.newsimg {
	overflow: hidden;
}

.newsleft .date {
	color: #9e9e9e;
	font-size: 13px;
	line-height: 17px;
}

.newsleft .title {
	margin: 9px 0;
	font-size: 14px;
	font-weight: 700;
	color: #080808;
}

.newsleft .subtitle {
	color: #3d3d3d;
	font-size: 12px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsleft .more {
	font-size: 20px;
}

.newsright ul li {
	padding: 20px;
}

.newsright-top ul {
	display: flex;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
}

.newsright-top .date {
	margin-bottom: 10px;
	color: #9e9e9e;
	font-size: 14px;
	line-height: 17px;
}

.newsright-top p {
	color: #3d3d3d;
	font-size: 12px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsright-top .more {
	font-size: 20px;
}

.newsright-top h6 {
	margin-bottom: 10px;
}

.newsright-bottom .date {
	margin-bottom: 10px;
	color: #9e9e9e;
	font-size: 14px;
	line-height: 17px;
}

.newsright-bottom ul li a {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.newsright-bottom {
	display: flex;
	margin-top: 25px;
	justify-content: space-between;
}

.newsright-bottom>div {
	width: 49%;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
}

section.container.news h6 {
	font-size: 16px;
}

.news {
	background: #f4f6f8  url(../images/news-bg.png) left top no-repeat;
	/* margin-bottom: 50px; */
	background-size: 484px;
	padding: 84px 0px 150px 0;
}


.newsleft:hover h6 {
	color: #3F51B5;
}

.news h6 {
	transition: .5s;
}

.newsright-top li:hover h6 {
	color: #3F51B5;
}

.newsright-bottom li:hover h6 {
	color: #3F51B5;
}



@media (max-width: 1024px) {

	.more {
		display: none;
	}

	.subtitle p {
		font-size: 38px;
	}

	.title-txt p {
		margin-top: 5px;
	}

	.product-list ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.about .icons .icons-item .name {
		font-size: 13px;
	}

	.about-buttom .list .item {
		justify-content: space-evenly;
	}

	.about-buttom .list {
		display: grid;
		/* 启用Grid布局 */
		grid-template-columns: repeat(2, 1fr);
		/* 三列，每列等宽 */
		justify-content: end;
		align-items: center;
		justify-items: center;
	}

	.about-buttom .list .item {
		width: 100%;
	}

	.about-buttom .list .item img {
		width: 10%;
	}

	.about-buttom .list .item:last-child {
		display: none;
	}

	.newsright-bottom>div {
		width: 100%;
	}

	.newsright-bottom>div:last-child {
		margin-top: 25px;
	}

	.newsright-top ul {
		flex-direction: column;
	}

	.newsright-bottom {
		flex-direction: column;
	}

	.pronav-list {
		display: none;
	}
}