﻿@charset "utf-8";

/* CSS Document */


/*2024.1.8*/

.box {
	overflow: hidden;
}

.container {
	max-width: 1320px;
	width: 90%;
}

.topbg {
	position: absolute;
	left: 0px;
	top: 45px;
	width: 100%;
	z-index: 111;
}

.topp {
	background: rgba(8, 48, 144, 0.85);
	padding: 20px 0;
}

.logo {}

.top-tright {}

.searchbg {
	background: url(../images/searchbg.png) no-repeat left top;
	width: 226px;
	height: 40px;
	float: right;
}

.searchbg .inp-text {
	width: 85%;
}

.searchbg .inp-but {
	width: 14%;
}

.searchbg .inp-text input {
	width: 100%;
	background: none !important;
	border: none !important;
	color: #333;
	line-height: 40px;
	padding: 0 5px 0 15px;
	box-shadow: none !important;
	font-size: 16px;
}

.searchbg .inp-but input {
	width: 100%;
	background: none !important;
	border: none !important;
	height: 40px;
	width: 40px;
	box-shadow: none !important;
}

.wc-menu {
	background: #fff;
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

.wc-menu ul li {
	line-height: 47px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	/*margin: 0 20px;*/
	margin: 0px;
}

.wc-menu ul li a {
	font-size: 20px;
	color: #083090;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;
	padding: 5px 15px;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a:hover {
	color: #fff;
	background: #0874c1;
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: 0px;
	top: 100%;
	background: #fff;
	width: 100%;
	z-index: 111 !important;
	display: none;
	opacity: 1;

	/*border-top: 2px solid #4abad2;*/
	border-top: 1px solid #fff;
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
}

.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: left;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: left;
	line-height: 26px;
	border: none;
	margin: 0;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 15px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	display: block;
	padding: 10px 14px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #0874c1;
	color: #fff;
}


/*menu End*/

.index-con {}

img {
	max-width: 100%;
}

.logo {
	text-align: left;
}

.banner {}

.banner .bbg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 11;
	height: 90%;
	background-image: linear-gradient(rgba(8, 46, 75, 0), rgba(8, 46, 75, 0.55));
}

.banner img {
	cursor: pointer;
	max-width: 100%;
}

.banner .swiper-container {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.banner .swiper-wrapper {
	width: 100%;
}

.banner .swiper-container .swiper-slide {
	/*text-align: right;*/
	position: relative;
}

.banner .swiper-container .swiper-slide a {
	text-decoration: none;
	display: block;
}

.banner .swiper-container a {
	text-decoration: none;
	display: block;
	position: relative;
}

.banner .swiper-pagination {
	bottom: 36px;
	width: 100%;
	float: none;
	z-index: 11;
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #fff;
	cursor: pointer;
	opacity: 0.65;
	border-radius: 100%;
	margin: 0 20px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}

.ban-tt {
	position: absolute;
	left: 0px;
	bottom: 250px;
	width: 100%;
	z-index: 11;
}

.ban-tt h5 {
	font-size: 52px;
	font-weight: bold;
	color: #fff;
}

.ban-tt p {
	font-size: 24px;
	color: #fff;
	margin-top: 50px;
	line-height: 40px;
}


/**/

.yan-top {
	background: url(../images/ntopbg.png) repeat-x left 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.yan-top .yan-tit {
	background: #fff;
	padding-right: 20px;
}

.yan-top .yan-tit h5 {
	font-size: 32px;
	font-weight: bold;
	color: #000;
}

.yan-top .yan-tit i {
	font-size: 16px;
	color: #006ec0;
	font-style: normal;
}

.yan-top .yan-more {
	background: #fff;
	padding-left: 30px;
}

.yan-top .yan-more a {
	font-size: 18px;
	color: #999;
	line-height: 30px;
	display: block;
}

.yan-top .yan-more a i {
	font-style: normal;
	color: #4286c9;
	font-weight: bold;
}

.yan-top .yan-more a:hover {
	text-decoration: none;
}

.news {
	padding: 58px 0 32px;
}

.new-left {
	padding-top: 33px;
}

.new-left .cli {}

.new-left .cli a {
	display: block;
	text-decoration: none;
	transition: all 0.4s ease-out;
	box-shadow: 0px 15px 17px -7px rgba(0, 0, 0, 0);
}

.new-left .cli a .li-img {}

.new-left .cli a .li-img img {}

.new-left .cli a .li-tt {
	background: #f5f5f5 url(../images/ntcbg.jpg) no-repeat right top;
	padding: 20px 22px;
	min-height: 243px;
}

.new-left .cli a .li-tt span {
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}

.new-left .cli a .li-tt h5 {
	font-size: 18px;
	color: #006ec0;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.new-left .cli a .li-tt p {
	font-size: 16px;
	color: #777;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.new-left .cli a:hover {
	box-shadow: 0px 15px 17px -7px rgba(0, 0, 0, 0.5);
	transform: scale(1.02);
	transition: all 0.4s ease-out;
	cursor: pointer;
}

.new-right {
	padding-top: 33px;
}

.new-right .nli {
	/*border-image: url(../images/borbg.png) 25 25 round;*/
	border: 2px solid #006ec0;
	margin-bottom: 41px;
	padding: 23px;
	position: relative;
}

.new-right .nli a {
	text-decoration: none;
	display: block;
}

.new-right .nli a span {
	display: block;
	font-size: 16px;
	color: #006ec0;
	background: #fff;
	position: absolute;
	left: 38px;
	top: -12px;
	padding: 0 35px;
}

.new-right .nli a p {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new-right .nli:hover {
	border: 2px solid #99c5e6;
}

.notice {
	margin-bottom: 75px;
}

.notice-con {
	padding-top: 30px;
}

.notice-con .not-li {}

.notice-con .not-li a {
	text-decoration: none;
	display: block;
	display: flex;
}

.notice-con .not-li a .not-limg {
	background: #006ec0;
	width: 85px;
	display: flex;
	padding: 15px 0;
	justify-content: center;
	align-items: center;
}

.notice-con .not-li a .not-limg img{
  width:40px;
}

.notice-con .not-li a .not-ltt {
	background: #f5f5f5 url(../images/carbg.jpg) no-repeat right top;
	width: calc(100% - 85px);
	/*display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;*/
	padding: 15px 20px;
	transition: all 0.8s;
}

.notice-con .not-li a .not-ltt span {
	display: block;
	font-size: 16px;
	color: #006ec0;
}

.notice-con .not-li a .not-ltt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	color: #333;
	margin-bottom: 0;
height: 54px;
}

.notice-con .not-li a .not-ltt:hover {
	background: #0b7cd1;
	transition: all 0.8s;
}

.notice-con .not-li a .not-ltt:hover span,
.notice-con .not-li a .not-ltt:hover p {
	color: #fff;
	transition: all 0.8s;
}

.test {
	background: url(../images/testbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 200px;
	padding: 55px 0;
}

.test-top h5 .xian {
	height: 4px;
	width: 20%;
	background: #fff;
	vertical-align: middle;
	display: inline-block;
	margin: 0 3%;
}

.test-top {
	display: block;
	background: none;
	text-align: center;
	position: relative;
}

.test-top span {
	display: block;
	font-size: 16px;
	color: #fff;
}

.test-top h5 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}


/*.test-top:after{
	height: 4px;
	width: 60%;
	background: #fff;
	position: absolute;
	left: 20%;
	top: 65%;

	display: block;
	content: '';
}*/

.testli {
	margin-top: 40px;
	text-align: center;
	/*background: #fff;*/
}

.testli-top {
	min-height: 166px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	/*上下左右居中*/
}

.t-topbg1 {
	background: url(../images/jimg1.jpg) no-repeat center center;
	background-size: cover;
}

.t-topbg2 {
	background: url(../images/jimg2.jpg) no-repeat center center;
	background-size: cover;
}

.t-topbg3 {
	background: url(../images/jimg3.jpg) no-repeat center center;
	background-size: cover;
}

.testli-tt {
	background: #fff;
	padding: 0 40px;
	min-height: 288px;
	padding-top: 30px;
}

.testli-tt h5 {
	font-size: 20px;
	font-weight: bold;
	color: #006ec0;
	margin-bottom: 20px;
}

.testli-tt ul {
	padding: 0px;
}

.testli-tt ul li {
	margin-bottom: 25px;
}

.testli-tt ul li a {
	text-decoration: none;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	background: url(../images/shubg.png) repeat-x left top;
	/*border-radius: 20px;*/
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding: 0 10px;
}

.testli-tt ul li a:hover {
	background: #006ec0;
	color: #fff;
}

.chengbg {
	background: url(../images/chengbg.jpg) no-repeat center top;
	min-height: 200px;
	padding: 55px 0;
}

.cheng-con {
	padding-top: 30px;
}

.cheng-con .cheng-li {}

.cheng-con .cheng-li a {
	text-decoration: none;
	display: block;
}

.cheng-con .cheng-li a .li-img {
	overflow: hidden;
}

.cheng-con .cheng-li a .li-img img {
	transform: scale(1.0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.cheng-con .cheng-li a:hover .li-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 0.2s linear;
}

.cheng-con .cheng-li a .li-text {}

.cheng-con .cheng-li a .li-text span {
	display: block;
	font-size: 18px;
	color: #006ec0;
	margin: 8px 0 7px;
}

.cheng-con .cheng-li a .li-text p {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cheng-con .cheng-li a:hover .li-text p {
	color: #4286c9;
}

.quick-con {
	padding: 0;
	padding-top: 30px;
}

.quick-con .qli {
	background: #fff;
	margin-bottom: 15px;
	border-radius: 10px;
	padding: 15px 18px;
}

.quick-con .qli a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.quick-con .qli a img {
	/*display: flex;*/
}

.quick-con .qli a span {
	font-size: 24px;
	font-weight: bold;
	color: #006ec0;
	/*display: flex;*/
}


/*footer*/

.footer {
	background: #182d3c;
	padding: 45px 0 20px;
}

.footer h5 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.f-left {}

.f-left p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}

.f-left p span {
	padding-left: 30px;
}

.f-mid select {
	width: 75%;
	height: 40px;
	line-height: 40px;
	background: #334756;
	color: #fff;
	border: #334756;
	padding: 0 10px;
}



.f-rtop {
	display: flex;
	align-items: flex-start;
}

.f-rtop .f-rimg {}

.f-rtop .f-rtt {
	padding-left: 20px;
}

.f-rtop .f-rtt p {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-bottom: 12px;
}

.f-rtop .f-rtt p:last-child {
	margin-bottom: 0px;
}

.f-right .copyright p {
	font-size: 16px;
	color: #999;
	margin: 0;
	margin-top: 20px;
}

/*.wc-copyEnd*/

@media (min-width: 1200px) {
	.new-left {
		max-width: 70%;
		flex: 70%;
	}
	.new-right {
		max-width: 30%;
		flex: 30%;
	}
	.cheng {
		flex: 76%;
		max-width: 76%;
	}
	.quick {
		flex: 24%;
		max-width: 24%;
	}
}

@media (min-width: 991px) {
	.nlibox {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.qlibox {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 1700px) {
	.ban-tt {
		bottom: 22%;
	}
}

@media (max-width: 1400px) {
	.wc-menu ul li a {
		font-size: 18px;
	}
	.searchbg .inp-text input {
		font-size: 14px;
	}
	.ban-tt {
		bottom: 14%;
	}
	.ban-tt h5 {
		font-size: 40px;
	}
	.ban-tt p {
		margin-top: 30px;
	}
	.yan-top .yan-tit h5 {
		font-size: 28px;
	}
	.test-top h5 {
		font-size: 28px;
	}
	.f-right .copyright p {
		font-size: 14px;
	}
	.banner .swiper-pagination {
		bottom: 20px;
	}
	.banner .swiper-container .swiper-pagination-bullet {
		width: 18px;
		height: 18px;
		margin: 0 10px;
	}
	.quick-con .qli a span {
		font-size: 22px;
	}
	.new-right .nli {
		padding: 20px;
	}
}

@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
	.yan-top .yan-tit h5 {
		font-size: 24px;
	}
	.test-top h5 {
		font-size: 24px;
	}
	.quick-con ul li a span {
		font-size: 20px;
	}
	.f-left p {
		font-size: 14px;
	}
	.testli-tt ul li a {
		font-size: 16px;
		line-height: 43px;
	}
	.testli-tt h5 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.new-right ul li a p {
		font-size: 16px;
	}
	.new-left .cli a .li-tt h5 {
		font-size: 16px;
		line-height: 26px;
	}
	.ban-tt h5 {
		font-size: 36px;
	}
	.ban-tt p {
		font-size: 20px;
	}
	.f-rtop .f-rtt {
		padding-left: 5px;
	}
	.f-rtop .f-rtt p {
		font-size: 14px;
		color: #fff;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.testli-tt ul li {
		margin-bottom: 18px;
	}
	.testli-tt h5 {
		line-height: 1.5;
	}
	.testli-tt {
		padding-top: 25px;
	}
	.wc-menu ul li a {
		font-size: 16px;
	}
	.topbg {
		top: 0px;
	}
	.ban-tt h5 {
		font-size: 32px;
	}
	.ban-tt p {
		margin-top: 20px;
	}
	.new-right ul li {
		padding: 18px;
	}
	.news {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.notice {
		margin-bottom: 45px;
	}
	.notice-con .not-li a .not-ltt p {
		font-size: 16px;
	}
	.cheng-con .cheng-li a .li-text p {
		font-size: 16px;
	}
	.cheng-con .cheng-li a .li-text span {
		font-size: 16px;
	}
	.yan-top .yan-tit h5,
	.test-top h5 {
		font-size: 22px;
	}
	.test-top h5 .xian {
		height: 3px;
	}
	.quick-con ul li a img {
		max-width: 22%;
	}
	.testli-tt ul li a {
		font-size: 14px;
	}
	.new-right .nli {
		padding: 15px;
	}
	.quick-con .qli a span {
		font-size: 20px;
	}
	.quick-con .qli a img {
		max-width: 23%;
	}
	.new-right .nli a p {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}
	.logo1 img {
		max-width: 80%;
	}
	.ban-tt h5 {
		font-size: 28px;
	}
	.yan-top .yan-more a {
		font-size: 16px;
	}
	.yan-top .yan-tit h5,
	.test-top h5 {
		font-size: 20px;
	}
	.yan-top {
		background: url(../images/ntopbg.png) repeat-x left 18px;
	}
	.test-top {
		background: none;
	}
.new-left .cli a .li-tt p{

    font-size: 14px;
}
	.new-right .nli {
		margin-bottom: 20px;
	}
	.notice-con {
		padding-top: 20px;
	}
	.test {
		padding: 35px 0;
	}
	.quick-con .qli {
		border: 1px solid #eee;
	}
	.chengbg {
		padding: 35px 0;
	}
	.quick {
		margin-top: 30px;
	}
	.quick-con .qli a span {
		font-size: 18px;
	}
	.footer h5 {
		font-size: 18px;
	}
	.footer {
		padding: 20px 0;
	}
	.f-rtop .f-rtt {
		padding-left: 10px;
	}
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
		text-align: left;
		float: left;
	}

	.mobile-header-btn {
		top: 1px;
	}
	.mobile-header-btn i {}

	.container {
		width: 100%;
	}
	.banner .swiper-container .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}
	.banner .swiper-pagination {
		bottom: 10px;
	}
	.ban-tt {
		bottom: 20px;
	}
	.ban-tt h5 {
		font-size: 20px;
	}
	.ban-tt p {
		font-size: 14px;
		line-height: 1.3;
		margin-top: 10px;
	}
	.yan-top .yan-tit h5,
	.test-top h5 {
		font-size: 18px;
	}
	.yan-top .yan-tit i {
		font-size: 14px;
	}
	.yan-top .yan-more {
		padding-left: 20px;
	}
	.news {
		padding-top: 20px;
	}
	.new-left .cli a .li-img img {
		width: 100%;
	}
	.new-left .cli {
		margin-bottom: 30px;
	}
	.new-left .cli a .li-tt {
		min-height: auto;
	}
.new-left .cli:last-child{
display:none;
}
	.new-right {
		padding-top: 13px;display:none;
	}
	.new-right .nli {
		margin-bottom: 40px;
	}
	.new-right div.nlibox:nth-child(3) .nli {
		margin-bottom: 20px;
	}
	.notice-con .not-li {
		margin-bottom: 30px;
	}
	.notice-con .not-li:nth-child(3) {
		margin-bottom: 0;
	}
	.testli {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.testli-tt h5 {
		font-size: 18px;
	}
	.testli-tt {
		min-height: auto;
		padding-bottom: 25px;
	}
	.cheng-con .cheng-li a .li-img img {
		width: 100%;
	}
	.cheng-con .cheng-li {
		margin-bottom: 25px;
		border-bottom: 1px solid #eee;
	}
	.quick {
		margin-top: 10px;
	}
	.quick-con .qli a span {
		font-size: 16px;
	}
	.footer h5 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.f-mid {
		margin: 20px 0;
	}
	.f-rtop .f-rtt {
		padding-left: 15px;
	}
	.f-right .copyright p {
		margin-bottom: 10px;
	}
	.f-left p span {
		display: block;
		padding-left: 0;
	}
	.f-left p {
		margin: 0;
	}
}

@media (max-width: 600px) {}