body,
ul,
li,
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

* {
	font-family: MicrosoftYaHei;
}

.font-normal-style {
	font-family: MicrosoftYaHei;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
}

.w1214 {
	width: 1214px;
	margin: auto;
}

.top {
	height: 36px;
	background-color: #f9f9f9;
}

.top>div.box {
	line-height: 36px;
}

.top>div.box>span {
	font-size: 12px;
}

.top>div.box>span:first-child {
	width: 60%;
	float: left;
	display: block;
}

.hide-txt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top>div.box>span:last-child {
	float: right;
}

.top>div.box>span:last-child>a {
	color: #000;
}

.background-normal-style {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.banner {
	width: 100%;
	height: 26vw;
	background-color: #f4f4f4;
	overflow: hidden;
	position: relative;
}
.banner .banners,
.banner .banners swiper-wrapper,
.banner .banners .swiper-wrapper .swiper-slide{
	width: 100%;
	height:100%;
}
.banner .img-box ,
.img{
	width: 100%;
	height: 100%;
	background-size: contain;
}

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: MicrosoftYaHei;
	font-weight: normal;
	font-stretch: normal;
}

ul,
li {
	list-style: none;
}

a:link,
a:visited,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}

input,
select,
option,
textarea {
	outline: none;
	resize: none;
	-webkit-appearance: none;
}

.clr::after {
	content: '';
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w1214 {
	width: 1214px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1250px) {
	.w1214 {
		width: 970px;
	}
}

@media (max-width: 992px) {
	.w1214 {
		width: 750px;
	}
}

@media (max-width: 768px) {
	.w1214 {
		width: 92%;
	}
}

.mt50 {
	margin-top: 50px;
}

.ml30 {
	margin-left: 30px;
}


/* ******************************* */


/* ******************************* */

.header {
	background: url("../img/header_bg.png") no-repeat;
	background-position: center;
	background-size: cover;
}

.header .w1214 {
	height: 130px;
	position: relative;
}

.header .w1214 .nav_btn {
	display: none;
	float: right;
	width: 35px;
	height: 35px;
	border-radius: 4px;
	background-image: url(../img/nav_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 5px;
}

.header .w1214 .logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header .w1214 .header_right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header .w1214 .header_right>.slogan {
	float: left;
	font-family: zcoolwenyiti;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2em;
	letter-spacing: 2px;
	color: #003f6b;
}


/* ******************************* */


/* ******************************* */

.nav {
	background-color: #003f6b;
}

.nav .wp_nav {
	width: 1200px;
	margin: 0 auto;
}

.nav .wp_nav>.nav-item {
	box-sizing: border-box;
	float: left;
	width: calc(99.5% / 9);
	height: 40px;
	position: relative;
	
}

.nav .wp_nav>.nav-item>a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
        }
.wp_nav .sub-nav .nav-item a{border:none !important;
}
.nav .wp_nav>.nav-item>.sub-nav {
	width: 100%;
	background: #fff;
	color: #0871bb;
	position: absolute;
	top: 40px;
	box-shadow: 0px 0px 8px 1px rgba(50, 50, 50, 0.14);
	opacity: 0;
	z-index: 99;
}

.nav .wp_nav>.nav-item>.sub-nav>.nav-item {
	position: relative;
	border: none;
}

.nav .wp_nav>.nav-item>.sub-nav>.nav-item a {
	display: block;
	height: 0px;
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
	color: #0871bb;
	text-align: center;
	transition: height 0.3s;
}
.wp_nav >.nav-item>.sub-nav>.nav-item>.sub-nav{
	width: 100%;
	background: #87bfe7;
	position: absolute;
	top: 0;
	left: 100%;
	box-shadow: 0px 0px 8px 1px rgba(50, 50, 50, 0.14);
	opacity: 0;
	z-index: 99;
}
.wp_nav >.nav-item>.sub-nav>.nav-item:hover>.sub-nav .nav-item>a{
	display: block;
	height: 0px;
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
	background-color: #fff;
	text-align: center;
	transition: height 0.3s;
}

/* ******************************* */


/* ******************************* */

.footer {
	background-color: #003f6b;
}

.footer div.w1214 {
	height: 160px;
	position: relative;
}

.footer div.w1214 .logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer div.w1214 .about {
	width: 386px;
	font-size: 14px;
	line-height: 20px;
	color: #fffefe;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


/* ******************************* */


/* ******************************* */

@media (max-width: 1250px) {
	.nav .wp_nav {
		width: 970px;
	}
}

@media (max-width: 992px) {
	.nav .wp_nav {
		width: 750px;
	}
	.slogan{display: none;}
}

@media (max-width: 768px) {
	.nav .wp_nav {
		width: 100%;
	}
}
@media (max-width: 768px){
.nav .wp_nav>.nav-item>.sub-nav>.nav-item {
    height: 40px;
    transition: height 0.3s;
    background: #fff;
}

.nav .wp_nav>.nav-item>.sub-nav>.nav-item>a {
    display: block;
    height: 100%;
    color: #000 !important;
}

}
@media (min-width: 768px) {
	.wp_nav>.nav-item:hover{
		background: #fff;
	}
	.wp_nav>.nav-item:hover>a{
		color: #003f6b;

	}
	.wp_nav>.nav-item:hover>.sub-nav {
		opacity: 1;
	}
	.wp_nav >.nav-item:hover>.sub-nav .nav-item>a {
		height: 40px;
	}
	.wp_nav>.nav-item>.sub-nav>.nav-item:hover>a {
		background: #1e84cb;
		color: #fff;
		font-weight: bold;
	}
	.wp_nav >.nav-item>.sub-nav>.nav-item:hover>.sub-nav{
		opacity: 1;
	}
	.wp_nav >.nav-item>.sub-nav>.nav-item:hover>.sub-nav .nav-item>a{
		height: 40px;
	}
	.wp_nav >.nav-item>.sub-nav>.nav-item>.sub-nav .nav-item:hover>a {
		background: #1e84cb;
		color: #fff;
		font-weight: bold;
	}
}

@media (max-width: 992px) {
	.header .w1214 {
		height: auto;
		padding: 25px 0px;
	}
	.header .w1214 .logo {
		position: static;
		transform: none;
		display: block;
		margin: 0 auto;
	}
	.header .w1214 .header_right {
		display: inline-block;
		position: static;
		margin-left: 50%;
		margin-top: 20px;
		transform: translateX(-50%);
	}
	.footer div.w1214 {
		height: auto;
	}
	.footer div.w1214 .logo {
		position: static;
		transform: none;
		display: block;
		margin: 0 auto;
	}
	.footer div.w1214 .about {
		position: static;
		margin-left: 50%;
		margin-top: 20px;
		transform: translateX(-50%);
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.header .w1214 {
		height: auto;
		padding-top: 25px;
		padding-bottom: 0;
	}
	.header .w1214 .logo,
	.footer div.w1214 .logo,
	.header .w1214 .header_right {
		width: 100%;
	}
	.header .w1214 .header_right {
		margin-left: 0;
		transform: translateX(0%);
	}
	.header .w1214 .header_right .search {
		width: calc(100% - 85px);
	}
	.header .w1214 .nav_btn {
		display: block;
	}
	.nav {
		position: absolute;
		z-index: 9999;
		width: 100vw;
		right: 0;
	}
	.nav .wp_nav>.nav-item {
		width: 100%;
		float: initial;
		height: auto;
		position: relative;

	}
	.nav .wp_nav>.nav-item>.sub-nav {
		width: 100%;
		background: #0777c7;
		position: initial;
		display: none;
		opacity: 1;
	}
	.nav .wp_nav>.nav-item>.sub-nav>.nav-item{
		height: 40px;
		transition: height 0.3s;
	}
	.nav .wp_nav>.nav-item>.sub-nav>.nav-item>a{
		display: block;
		height: 100%;
		color: #fff;
	}
}

.building_body {
	padding-top: 40px;
	width: 1214px;
	margin: auto;
}

.building_body::after {
	content: '';
	display: block;
	clear: both;
}

.building_body .card {
	padding: 0px 15px;
	float: left;
	width: 33.33%;
	margin-bottom: 30px;
}

/*普通模块*/
.building_body .card>.card-header>h3 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #003f6b;
}

.building_body .card>.card-header>h3>span {
	padding-left: 10px;
	font-family: ArialMT;
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	letter-spacing: 0px;
	color: #bbbbbb;
}

.building_body .card>.card-header>h3>div{
	float: right;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}

.building_body .card>.card-body>ul>li {
	width: 375px;
	height: 42px;
	line-height: 42px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	letter-spacing: 0px;
	color: #000000;
	border-bottom: dashed 1px #dddddd;
	padding-left: 15px;
	position: relative;
}

.building_body .card>.card-body>ul>li::before {
	content: '';
	display: block;
	width: 4px;
	height: 5px;
	background-color: #666666;
	position: absolute;
	left: 0;
	top: 20px;
}
.building_body .card>.card-body>ul>li>a{
	float: left;
	display: block;
	width: 80%;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.building_body .card>.card-body>ul>li:hover>a {
	color: #1e84cb;
}



.building_body .card>.card-body>ul>li>span{
	float: right;
	color: #999999;
}

.building_body .card>.card-body>.img-box {
	float: left;
	width: 180px;
	height: 63px;
	display: block;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	margin-bottom: 10px;
	overflow: hidden;
}

.building_body .card>.card-body>.img-box:hover {
	box-shadow: 0px 0px 4px 0px #188adb;
}

.building_body .card>.card-body>.img-box:hover>.img,
.building_body .card>.card-body>.img-box:hover>.new-img {
	transition: all 1s;
	transform: scale(1.2);
}

.building_body .card>.card-body>.img-box:nth-child(odd) {
	margin-right: 10px;
}

.building_body .card>.card-body>.img-box>.img {
	width: 100%;
	height: 100%;
	background-size: inherit;
	transition: all 1s;
}



/*New 新闻模块*/
.building_body>.card.news{width: 100%;}
.building_body>.card.news>.card-body>ul>li::before{display: none;}

.building_body>.card.news>.card-body>ul>li{
	width: 375px;
	height: 74px;
	float: right;
	padding-top: 5px;
	border-bottom: 1px solid #dddddd;
}

.building_body>.card.news>.card-body>ul>li>.date{
	float: left;
  height: 2.8em;
  line-height: 2.8em;
  font-size: 12px;
  color: #999;
	margin-top: 2px;
	padding-right:19px;
}
.building_body>.card.news>.card-body>ul>li>.content{
	width: 60%;
	height: 3em;
	font-size: 14px;
	color: #000000;
	line-height: 1.5em;
	float: left;
	margin-top: 10px;
}
.text-hide{
	display: block;
	overflow: hidden;	
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.building_body>.card.news>.card-body>ul>li:hover{
	background: #003f6b;
}

.building_body>.card.news>.card-body>ul>li:hover  a{
	color: #ffffff;
}

.building_body>.card.news>.card-body>ul>li:hover>.date span{
	color: #ffffff !important;
	opacity: 0.8;
}
.building_body>.card.news>.card-body>ul>li:hover>.date span:last-child{
	opacity: 0.4;
}

.building_body>.card.news>.card-body>ul>li>.more{
	float: right;
	width: 80px;
	height: 1.8em;line-height: 1.8em;
	font-size: 12px;color: #999999;
	text-align: right;
	position: relative;
	margin-top: 35px;
}
.building_body>.card.news>.card-body>ul>li>.more:hover{
	color: #999 !important;
}
.building_body>.card.news>.card-body>ul>li>.more>i {
	position: absolute;
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(../img/zhixiang.png);
	bottom: 50%;
	transform: translateY(50%);
	left: 0;
}
.card.news>.card-body>ul>li .img-box,
.card.news>.card-body>ul>li .more{display: none;}

.building_body>.card.news>.card-body>ul>li:first-child,
.building_body>.card.news>.card-body>ul>li:nth-child(2){
	margin-right: 29px;
	padding: 0;
	float: left;
	height: 370px;
}


.card.news>.card-body>ul>li:nth-child(1) >.img-box,
.card.news>.card-body>ul>li:nth-child(1) >.more,
.card.news>.card-body>ul>li:nth-child(2) >.img-box,
.card.news>.card-body>ul>li:nth-child(2) >.more{display: block;}

.building_body>.card.news>.card-body>ul>li:nth-child(1):hover>.content a,
.building_body>.card.news>.card-body>ul>li:nth-child(2):hover>.content a,
.building_body>.card.news>.card-body>ul>li:nth-child(1)>.content:hover a,
.building_body>.card.news>.card-body>ul>li:nth-child(2)>.content:hover a{
	color: #003f6b !important;
}

.building_body>.card.news>.card-body>ul>li:nth-child(1):hover>.date span,
.building_body>.card.news>.card-body>ul>li:nth-child(2):hover>.date span{
	color: #999999 !important;
	opacity: 1 !important;
}

.building_body>.card.news>.card-body>ul>li:first-child >.content,
.building_body>.card.news>.card-body>ul>li:nth-child(2)>.content{
	margin: 0;
}
.card.news>.card-body>ul>li>.img-box{
	width: 100%;
	height: 70%;
	margin-top:15px;
	overflow: hidden;
}
.building_body>.card.news>.card-body>ul>li>.img-box:hover >.new-img{
	transform: scale(1.2);
	transition: all 1s;
}
.building_body>.card.news>.card-body>ul>li>.img-box>.new-img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: all 1s;
}
.building_body>.card.news>.card-body>ul>li:nth-child(1)>.date,
.building_body>.card.news>.card-body>ul>li:nth-child(2)>.date{
	float: none;
}
.building_body>.card.news>.card-body>ul>li>.date>span:first-child {
	font-size: 18px;
	color: #666666;
	padding-right: 5px;

}

.building_body>.card.news>.card-body>ul>li>.date>span:last-child {
	font-size: 12px;
	color: #999;
	padding-left: 5px;

}

.building_body>.card.news>.card-body>ul>li:nth-child(1)>.content a,
.building_body>.card.news>.card-body>ul>li:nth-child(2)>.content a{
	height: 2em;
	line-height: 1em;
	width: 70%;
	padding: 0;
	font-weight: bolder;
}
.building_body>.card.news>.card-body>ul>li:nth-child(1):hover,
.building_body>.card.news>.card-body>ul>li:nth-child(2):hover,
.building_body>.card.news>.card-body>ul>li:nth-child(1):hover >.content,
.building_body>.card.news>.card-body>ul>li:nth-child(2):hover >.content
{
	background: transparent;
	color: inherit;
}
.building_body>.card.news>.card-body>ul>li:nth-child(1):hover >a.more,
.building_body>.card.news>.card-body>ul>li:nth-child(2):hover >a.more{
	color: #999;
}


/*-------------------------------------------------------------------*/
footer {
	width: 100%;
	height: 186px;
	background-color: #003f6b;
	position: relative;
}

.footer>.footer-content>.footer-select {
	height: 70px;
	margin-bottom: 20px;
}

.footer::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 70px;
	background-color: #ffffff;
	opacity: 0.3;
}


/* select:focus,select:active,select:hover{
outline:none;
}  */

.footer>.footer-address {
	height: 40px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	text-align: center;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	margin: auto;
	background: rgba(0, 0, 0, 0.5);
}

.footer>.footer-address>p {
	color: #fff;
}


/*-----------------------------------------------*/

.footer .footer-select .links {
	margin-top: 20px;
	float: right;
	width: 250px;
	height: 35px;
	border: solid 1px rgba(255, 255, 255, 0.7);
	z-index: 9999;
}

.footer .footer-select .links span {
	display: block;
	line-height: 33px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 20px;
	position: relative;
	z-index: 9999;
}

.footer .footer-select .links span i {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/jiantou.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: calc(15% - 6.5px);
	top: calc(50% - 6.5px);
	transition: all 0.2s;
}

.footer .footer-select .links ul {
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom: 36px;
	z-index: 9999;
}

.footer .footer-select .links ul li {
	height: 0;
	font-size: 16px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	padding-left: 20px;
	transition: height 0.4s;
}

.footer .footer-select .links ul li a {
	display: block;
}

.footer .footer-select .links ul li:hover {
	background-color: rgba(152, 156, 156, 0.8);
	color: #3b0da8;
}

.footer .footer-select .links span i {
	transform: rotate(90deg);
}

.footer .footer-select .links:hover span i {
	transform: rotate(-90deg);
}

.footer .footer-select .links:hover ul {
	box-shadow: -2px -3px 6px 0px rgba(0, 0, 0, 0.16);
}

.footer .footer-select .links:hover ul li {
	height:40px;
}

.footer .footer_img {
	float: left;
}

.footer .footer-content {
	padding: 50px 0px;
}
@media(max-width:1250px){
	.building_body>.card.news>.card-body>ul>li:nth-child(1), .building_body>.card.news>.card-body>ul>li:nth-child(2){
		width: 49%;
		margin-right: 0px;
	}
	.building_body>.card.news>.card-body>ul>li:nth-child(2){
		float: right;
		
	}
	.building_body>.card.news>.card-body>ul>li:not(:nth-child(1),:nth-child(2)){
		width: 100%;
	}
	.building_body .card>.card-body>ul>li{
		width: 100%;
	}
}
@media(max-width:1200px) {
	.building_body {
		width: 100%;
	}
	.building_body .card {
		width: 50%;
	}
	.building_body>.card.news:last-child {
		width: 100%;
	}
	.building_body>.card.news:last-child>.card-body>ul>li>a>span:last-child {
		width: 80%;
	}
	.building_body .card>.card-body>.img-box {
		width: 48%;
	}
	.footer .footer-select .links {
		width: 25%;
	}
}

@media(max-width:768px) {
	.nav {
		display: none;
	}
	.building_body .card {
		width: 100%;
	}
	.building_body>.card.news{width: 100%}
	.building_body>.card.news>.card-body>ul>li:nth-child(1), .building_body>.card.news>.card-body>ul>li:nth-child(2){
		width: 100%;
	}
	.building_body>.card.news>.card-body>ul>li:nth-child(2){
		margin-right: 0px;
	}

	.footer>.footer-address {
		padding: 10px 10px;
		height: auto;
	}
	.footer .footer_img {
		width: calc(100% - 35%);
	}
	.footer>.footer-address>p {
		line-height: 2em;
		font-size: 12px;
	}
	.footer .footer_img {
		clear: both;
		width: 90%;
	}
	.footer .footer-select .links {
		width: calc(100% - 60%);
		float: left;
	}
}
@media(max-width:600px){
	.building_body>.card.news{width: 100%}
}
@media(max-width:425px) {
	
	.footer .footer_img {
		width: calc(100%);
	}
	.header .w1214 .header_right>.slogan {
		font-size: 20px;
	}
	.header .w1214 .nav_btn {
		width: 20px;
		height: 20px;
		margin-top: 10px;
	}
	.footer .footer-select .links {
		width: calc(100%);
		float: left;
	}
	
}

@media(max-width:375px) {
	.building_body .card>.card-header>h3>span {
		display: none;
	}
	.header .w1214 .header_right>.slogan {
		font-size: 16px;
	}
	.header .w1214 .nav_btn {
		margin-top: 5px;
	}

	.footer .footer-content {
		height: 100px;
		padding: 10px 0px;
	}
	.building_body .card>.card-body>.img-box {
		width: 100%;
	}

	.building_body>.card.news>.card-body>ul>li:not(:nth-child(1),:nth-child(2))>.content{
		width: 100%;
		white-space: nowrap;
	}
}

