﻿body{
	font-family:Microsoft YaHei;}
a:hover{
	text-decoration: none;
}
li{
	list-style: none;
}
.top{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0.9375rem 0;
}
.top a{
	/* color:#0263bc; */
	color: #063f82;
	font-weight: bold;
}
.top a:hover{
	text-decoration: none;
}
.bg{
	background-color: #063f82;
}
.carousel-indicators li {
	background-color: lightgray;
}
.service{
	background-image:url('../images/2022/project_bg.jpg');
}
.bg1{
	background-color: #0f65ca;
}
.bg2{
	background-color: #2486cd;
}
.bg3{
	background-color: #22abcd;
}
.bg_c1{
	background-image: url(../images/2022/project1.jpg);
}
.bg_c2{
	background-image: url(../images/2022/project2.jpg);
}
.bg_c3{
	background-image: url(../images/2022/project3.jpg);
}
/* reset nav */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: transparent;
}
@media (min-width:992px){
	.navbar-expand-lg .navbar-collapse {
	    display: block !important;
	}
	.navbar{
		padding: 0;
	}
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .nav-link:hover {
    color:#ffffff;
}
.nav-link:focus, .nav-link:hover,.navbar-nav .active a {
    color: #ffffff !important;
}
.nav-link:focus u, .nav-link:hover u,.navbar-nav .active u{
	border-bottom: 2px solid #ffffff;
	padding-bottom: 0.75rem;
}
.nav-main u{
	text-decoration: none;
}
.dropdown-menu {
	margin: 0;
	width: 100%;
	border: none;
	text-align: center;
	/* opacity: 0.8; */
	border-radius:0;
	background-color: #063f82;
}
.dropdown-item {
	color: #ffffff;
	padding: 0.75rem 1.5rem;
}
.dropdown-item:hover {
	color: #063f82;
}
.dropdown:hover .dropdown-menu{
	display: block;
}
.nav-link {
    padding: 0.75rem 1rem;
}

.m-bottom{
	margin-bottom: 1.25rem;
}
/* news and notice */
.newslist span{
	float: right;
	margin-left: 0.9375rem;
}
.newshead{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
	padding: 10px;	
}
.newshead a,.newshead a:hover{
	color: #9f9f9f;
}
.newslist li{
	line-height: 2.625rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newslist a,.noticelist a{
	color: #333333;
}
.newslist a:hover,.noticelist a:hover{
	color: #063f82;
}
.noticelist li{
	display: flex;
}
.noticelist dl{
	height: 3.75rem;
	text-align: center;
    background: #e9ecef;
	margin-right: 1.25rem;
}
.noticelist dt{
	line-height: 2.1875rem;
	font-size: 1.125rem;
	color: rgb(255, 255, 255);
	background: #186acd;
	font-weight: normal;
	padding: 0 1.25rem;
}
.noticelist dd{
	height: 22px;
	line-height: 22px;
	font-size: 0.75rem;
	color: rgb(78, 78, 78);
}
.noticelist div{
	padding-top: 0.625rem;
}
.newslist,.noticelist{
	padding: 0 15px;
}

/* service */
.service-content{
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
	padding-left: 1.875rem;
}
.service {
	color: #ffffff;
}
.service a{
	color: #ffffff;
}
.service .col-lg-3 img,.service .col-md-3 img{
	width: 100%;
}

.service .col-lg-3{
	height: 9.1875rem;
}

.service .col-lg-9 ul,.service .col-md-9 ul{
	display: flex;
	padding: 1.875rem 3.125rem;
	align-items: center;
	flex-wrap: wrap;
	height: 9.1875rem;
	line-height: 5rem;
}

.service .col-lg-9 ul li{
	width: 25%;
	
}
.service h5{
	font-size: 1rem;
}
.service .col-lg-3 img{
	padding-top: 0.5rem;
}
/* footer */
footer{
	color: #ffffff;
}
footer .container{
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}
footer .col-md-7{
	line-height: 1.875rem;
	padding-left: 3.125rem;
	padding-top: 0.625rem;
}
footer .col-md-5{
	line-height: 1.875rem;
	padding-top: 0.625rem;
	padding-left: 0;
}
footer .col-md-2{
	text-align: center;
}
footer .col-md-2 img{
	margin-bottom: 0.625rem;
	transition: all 0.5s;
}
footer .col-md-2 img:hover{
	transform: scale(1.2);
}
footer h5:hover i{
	transform:rotate(30deg) scale(1, 1);
	transition: all 0.2s ease-in-out;  
}

/* list page */
.banner{
	text-align: center;
}
.banner img{
	width: 100%;
}
.listcolumn{
	margin-top: -4.25rem;
}
.listcolumn .list-group{
	border-radius: 0;
}
.listcolumn .list-group-item.active {
    background-color: #063f82;
    border-color: #063f82;
	opacity: 0.8;
}
.listcolumn .list-group-item {
	border: none;
	background: #f3f3f3;
	padding: 1rem 2.5rem;
}
.listcolumn .list-group-item:hover,.list-group .bodyactive{
	border-left: 0.3125rem solid #063F82;
	background-color: #ffffff;
}
.listcolumn .list-group-item.active:hover{
	background-color: #063F82;
	border-left: none;
}
.listbody li,.listhead{
	border-bottom: solid 0.0625rem #eeeeee;
}
.listbody{
	padding-left: 0;
}
.listbody li{
	line-height: 3.125rem;
}
.list-group .active{
	text-align: center;
	font-size: 1.25rem;
}
.list-group .active span{
	padding-right: 0.625rem;
	font-size: 1.5rem;
}
.listhead,.listhead a{
	line-height: 2.5rem;
	margin-top: 1.25rem;
	color: #6c6c6c;
}
.listhead i{
	font-size: 1.25rem;
	padding-right: 0.625rem;
}
.pagination{
	justify-content: center;
}
.pagination a{
	color: #063f82;
}
/* tag */
.tag{width: 100%;margin: 50px 0;}
.tag .bd{text-align: center;width: 100%;height: 42px; border-bottom:1px solid #979797;}
.tag .bd li{width: 175px;height: 42px;margin:0 10px;float: left;line-height: 42px;color: #333;font-size: 20px;border:1px solid #979797;border-bottom:none;}
.tag .bd li.on{border:1px solid #063f82;border-bottom:1px solid #fff;}

.tag .hd ul{ display:none; padding-top: 0.625rem;}
.tag .hd ul:nth-child(1){ display:block;}

/* content */
.date{
	line-height: 2.8em;
	    height: 2.8em;
	    text-align: center;
	    color: #999;
	    border-bottom: 1px solid #dedede;
	    font-size: 12px;
	    margin-bottom: 20px;
}
.content-title{
	text-align: center;
	padding-top: 1.25rem;
}
/* 手机版 */
@media (max-width: 767.98px) {
	.top{
		display: inline;
		text-align: center;
	}
	.top div{
		padding: 0.625rem;
	}
	.swufe-link{
		display: none;
	}
	.navbar{
		justify-content: end;
	}
	.newslist,.noticelist{
		padding-left: 0.625rem;
	}
	.service-content{
		padding: 0;
	}
	.bg1,.bg2,.bg3{
		margin: 0 20px 10px 20px;
	}
	.bg_c1,.bg_c2,.bg_c3{
		display: none !important;
	}
	.service .col-md-3 img {
	    width: auto;
		height: 100%;
	}
	footer .col-md-7,footer .col-md-5{
		padding-left: 1.25rem;
	}
	footer h5{
		padding-left: 0.625rem;
	}
	.banner img{
		width: 100%;
	}
	.newslist span{
		display: none;
	}
	.top img{
		width: 100%;
	}
	.listcolumn {
	    margin-top: 0.9375rem;
	}
	.listcolumn .list-group-item.active {
		opacity: 1;
	}
	.listcolumn .list-group-item.active {
		padding: 0.625rem;
	}
	.tag .bd li{
		width: auto;
		font-size: 1rem;
		padding-left: 0.3125rem;
		padding-right: 0.3125rem;
	}
	.content-title {
		font-size: 1.5rem;
	}
	.service .col-sm-12{
		text-align: center;
	}
        .service{display:none;}
}
/* 平板 */
@media (min-width: 767.98px) and (max-width:991.98px) {
	.service .col-md-3{
		height: 6rem;
		padding: 0;
	}
	.service .col-md-9 ul{
		height: 6rem;
		padding: 1rem 1rem;
	}
}