﻿@charset "utf-8";

/* CSS Document */
/*2024.5.31*/

.box {}

.container {
	max-width: 1430px;
	width: 90%;
}

.top {
	/* background: url(../images/topbg.jpg) no-repeat center center;
	 background-size: cover; */
	padding: 40px 0;

    background: #005bb5;
}

.logo {
	text-align: left;
}



.top-right {

	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

.eng-top {

	display: flex;
	align-items: center;
}

.eng {
	padding-right: 60px;
}

.eng a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.eng a:hover {

	color: #fbad26;
}

.eng a img {
	margin-right: 5px;
}

.searchbg {
	background: url(../images/searchbg.png) no-repeat center center;
	width: 238px;
	height: 47px;

    background-size: contain;
}

.searchbg .inp-text {
	width: 81%;
}

.searchbg .inp-but {
	width: 19%;
}

.searchbg .inp-text input {
	width: 100%;
	background: none !important;
	border: none !important;
	color: #333;
	line-height: 47px;
	padding: 0 10px 0 15px;
	box-shadow: none !important;
	font-size: 16px;
}

.searchbg .inp-but input {
	width: 100%;
	background: none !important;
	border: none !important;
	height: 47px;
	width: 47px;
	box-shadow: none !important;
}





.wc-menu {

	width: 100%;
	/* background: rgba(255,255,255,0.85); */
	z-index: 11;
 background: #006ac8;
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/

	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
        display: table;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;


}

.wc-menu ul li {
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;

    border-right: 1px solid #006ac8;
}

.wc-menu ul li a {
	font-size: 20px;

	color: #fff;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;
	padding: 10px 0px;
	font-family: '宋体';
font-weight: bold;
}

.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: #005bb5;
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: 0%;
	top: 100%;
	background: #005bb5;
	width: 100%;
	z-index: 111 !important;
	display: none;
	opacity: 1;


}

.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: left;
	border: none;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: center;
	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 {

	font-size: 18px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 18px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;


}

.wc-menu ul li .ernav ul li a:hover {


    background: #006ac8;
}

/*menu End*/

img {
	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 {

    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner .swiper-container .swiper-slide a {

	text-decoration: none;
	display: block;
	position: relative;
}

.banner .swiper-container .swiper-slide a .yybg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/yybg.png) repeat-x center bottom;
	z-index: 1;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	background: none;
	width: 36px;
	height: 58px;
	top: calc(50% - 36px);
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
    content: '';
}


.banner .swiper-button-prev {
	left: 45px;
}

.banner .swiper-button-next {
	right: 45px;
}

.banner .swiper-pagination {
	bottom: 30px;
	/* width: 100%; */
	float: none;
	z-index: 11;
	text-align: right;
	right: 0;
}


.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	background: url(../images/lb.png) no-repeat center center;
	width: 38px;
	height: 38px;
	/*background: #fff;*/
	cursor: pointer;
	opacity: 1;
	margin-right: 20px;
	/*border: 3px solid transparent;
	border-top: none;*/
	border-radius: 50%;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	background: url(../images/lb_active.png) no-repeat center center;
	width: 38px;
	height: 38px;
}

.ban-tt {
	position: absolute;
	left: 0px;
	bottom: 60px;
	width: 100%;
	z-index: 11;
	text-align: left;
}

.ban-tt p {
	font-size: 32px;
	font-weight: bold;
	color: #fff;

	margin-bottom: 0;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/*newsbg*/
.newsbg {
	padding: 60px 0;
	min-height: 300px;

}

.new-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.new-top .ntop-tt {}

.new-top .ntop-tt p {
	font-size: 32px;
	color: #000;
	display: block;
	margin: 0;
	padding-left: 15px;
	line-height: 1;
	border-left: 5px solid #005bb5;
}

.new-top .ntop-tt span {
	font-size: 20px;
	font-weight: normal;
	color: #fbad26;
font-weight: bold;
}

.amore a {
	display: flex;
	text-decoration: none;
	transition: all 0.4s ease-out;
}

.amore a span {
	display: inline-block;
	font-size: 18px;
	color: #333;

}

.amore a i {
	font-size: 20px;
	color: #203880;
	font-style: normal;
	position: relative;
	margin-left: 5px;
	top: -0.5em;
}

.amore a:hover {
	transition: all 0.4s ease-out;
	transform: translateX(-5px);
}

.amore a:hover span {
	color: #203880;
	transition: all 0.4s ease-out;
}


.new-lcon {
	padding-top: 40px;
}

.new-left {}

.new-left a {
	display: block;
	text-decoration: none;
	position: relative;
	transition: all 0.4s ease-out;
}

.new-left a .li-img {
	overflow: hidden;
}

.new-left a img {
	width: 100%;
	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;
}

.new-left a .li-tt {
	background: rgba(0, 91, 181, 0.75);
	padding: 12px 20px;
	position: absolute;
	bottom: 0;
	width: 100%;

}

.new-left a .li-tt p {
	margin: 0;
	font-size: 22px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.new-left a:hover .li-tt {
	/*background: rgba(2, 54, 151, 1);*/

}

.new-left a:hover 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;
}


.new-right {}

.new-right a {

	text-decoration: none;
	margin-bottom: 22px;
	display: flex;

    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
}
.new-right a:first-child{
	display: none;
}



.new-right a .li-img {
	width:80px;
    box-shadow: 0px 2px 7px 3px #eee;
	/*overflow: hidden;*/
}

.new-right a .li-img .year{
	    color: #fff;
    background: #006ac9;
    text-align: center;
    font-size: 18px;
    padding: 3px 0;
}
.new-right a .li-img .date{
	    color: #333;
    text-align: center;
    font-size: 18px;
    padding: 3px 0;

    background: #fbf8f8;
}

.new-right 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;
}

.new-right a .li-tt {
	width: calc(100% - 110px);
	margin-left: 30px;
	border-bottom: 1px solid #ebeef5;
}

.new-right a .li-tt span {
	color: #005bb5;
	font-size: 18px;
}

.new-right a .li-tt p {
	font-size: 20px;
	color: #000;
	transition: all 0.4s ease-out;
 
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	/*font-weight: bold;*/
}

.new-right a:hover .li-tt p {
	color: #005bb5;
	transition: all 0.4s ease-out;
}

.new-right 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;
}
.new-right a:hover .li-img .year{

       background: #005bb5;
}

.new-right a:last-child {
	margin-bottom: 0px;

}


/*tongzhi*/
.tongzhi {
	background: #e3ebf6;
	padding: 78px 0 50px;

}

.tz-con {
	margin-top: 40px;
}

.tz-con .tz-li {}

.tz-con .tz-li a {
	display: block;
	text-decoration: none;
	border-top: 3px solid #005bb5;
	background: #fff;
	padding: 30px 30px 50px 30px;
	margin-bottom: 30px;
	transition: all 0.4s ease-out;
min-height: 260px;
}

.tz-con .tz-li a:hover {

	box-shadow: 0px 15px 37px -17px rgb(0 0 0 / 64%);
	transform: scale(1.01);
}

.tz-con .tz-li a:hover h5 {
	color: #005bb5;
	transition: all 0.4s ease-out;
}

.tz-con .tz-li span {
	color: #023697;
	display: block;
	font-size: 18px;
	margin-bottom: 20px;

}

.tz-con .tz-li h5 {
	color: #000;
	font-size: 20px;
	/*font-weight: bold;*/
	line-height: 1.8;
	margin-bottom: 20px;
	transition: all 0.4s ease-out;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tz-con .tz-li .tz-pp p {
	color: #333;
	font-size: 16px;
	margin: 0;


    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}



/*tongzhi*/
.zhaopin {
	background: #fff;
	padding: 80px 0 70px;

}

.zp-con {

}

.zp-con .zp-li {}

.zp-con .zp-li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	border-top: 2px solid #ebeef5;
	border-bottom: 2px solid #ebeef5;
	background: #fff;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.zp-con .zp-li .zp-img {
	margin-right: 24px;
	transition: all 0.4s ease-out;
}

.zp-con .zp-li .zp-img span{
    padding: 10px;
    background: #005bb5;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
}


.zp-con .zp-li a:hover .zp-img {
	transition: all 0.4s ease-out;
	transform: translateX(5px);
}

.zp-con .zp-li .zp-tt h5 {
	color: #333;
	font-size: 20px;
	/*font-weight: bold;*/
	margin: 0;
	transition: all 0.4s ease-out;   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}

.zp-con .zp-li a:hover .zp-tt h5 {
	transition: all 0.4s ease-out;
	transform: translateX(-5px);
	color: #023697;
}

.zp-con .zp-li a::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -2px;
	width: 0;
	height: 2px;
	opacity: 0;
	transition: 0.5s;
}

.zp-con .zp-li a:hover:before {
	opacity: 1;
	width: 100%;
	background: #023697;
}


.mar40{
	margin-top: 40px;
}

.fuwu-li{
	
}
.fuwu-li a{
	display: block;
	text-decoration: none;
	text-align: center;border:2px solid #ebeff3;
	padding: 26px 0;
	transition: all 0.4s ease-out;
}
.fuwu-li a img{
	
	
}
.fuwu-li a span{
	display: block;
	font-size: 22px;
	color: #005bb4;
	font-size: 22px;
	margin-top: 11px;
	
}
.fuwu-li a:hover{
	box-shadow: 0px 15px 17px -11px rgb(0 0 0 / 31%);
	transform: scale(1.01);
}


/*footer*/

.footer { 
        
        background: #005bb5;
	/*background: url(../images/bgf.jpg) no-repeat center center;*/
	background-size: cover;
	padding: 50px 0 20px 0;

}
.footer .footbox {

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
align-items: flex-end;
}
.footer .flogo img{
   width:460px;
}

.f-left h4 {
	margin-bottom: 20px;
	font-size: 22px;
	color: #fff;
}

.f-left ul {
	padding: 0;
	margin: 0;
}

.f-left ul li {
	margin-bottom: 10px;

}

.f-left ul li a {
	color: #fff;
    font-size: 16px;
}

.f-mid {

}


.f-mid h4 {
	margin-bottom: 20px;
	font-size: 22px;
	color: #fff;
}

.f-right .lxwm {
	display: flex;
	justify-items: self-start;
}

.f-right .ewm {

	width: 120px;
}
.f-right .ewm span{
font-size: 14px;
    color: #fff;
display: block;
    margin-top: 6px;
    text-align: center;
margin-bottom: 13px;
}

 .ewm-text {

}

 .ewm-text p {
	color: #fff;
font-size: 16px;
	margin-bottom: 10px;
}

.copyright {
    margin-top: 30px;
}

.copyright p{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

/*.wc-copyEnd*/

.zp-right{
 padding-left:40px;
}




@media (min-width: 1200px) {


	/*.f-left {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.f-mid {
		flex: 0 0 28%;
		max-width: 28%;
		margin: 0 4%;
	}

	.f-right {
		flex: 0 0 36%;
		max-width: 36%;
	}*/


}

@media (min-width: 1400px) {
	.row30 {
		margin-right: -30px;
		margin-left: -30px;
	}

	.pad30 {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 1750px) {

.banner .swiper-button-prev {
	left: 40px;
}

.banner .swiper-button-next {
	right: 40px;
}

}

@media (max-width: 1400px) {



	.banner .swiper-button-prev {
		left: 30px;
	}

	.banner .swiper-button-next {
		right: 30px;
	}

	.new-top .ntop-tt p {
		font-size: 26px;

	}

	.new-top .ntop-tt span {
		font-size: 22px;
	}






}
@media screen and (min-width: 1270px) and (max-width: 1366px) {
 body{
zoom: 0.7;
}
.top{
 padding:20px 0;
}
.slide-inner{
		height: 110vh;
		
	}
	.swiper-wrapper a img{
		
   min-height:110vh;
    max-height:110vh;
    display: block;
    object-fit: cover;
	}
	
}
@media (max-width: 1350px) {
.top{
 padding:20px 0;
}

	.f-lcon p {
		font-size: 15px;

	}


	.f-mcon ul li a {
		font-size: 15px;
	}


	.new-lcon .cli a .li-tt p {
		font-size: 16px;

	}

	.new-lcon .cli a .li-tt span {
		font-size: 16px;

	}



}


@media (max-width: 1200px) {

	/*中等屏幕设备 桌面*/

	.eng a {
		font-size: 16px;
	}

	.wc-menu ul li a {
		font-size: 16px;
	}

	.new-top .ntop-tt span {
		font-size: 16px;

	}

	.new-left a .li-tt {
		padding: 15px 10px;
	}

	.new-left a .li-tt p {
		font-size: 18px;
	}


	.new-lcon .cli a .li-tt {
		padding: 15px;
	}



	.new-top2 .amore2 {
		margin-top: 1px;
	}

	.zp-con .zp-li .zp-tt h5 {
		font-size: 20px;
	}

.zp-con .zp-li .zp-img span{

    font-size: 24px;
}
.fuwu-li a span{
	font-size: 18px;
}


}





@media (max-width: 991px) {

	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}

	.banner {}

	.logo1 img {
		max-width: 80%;
	}

	.ban-tt p {
		font-size: 20px;

	}

	.banner .swiper-container .swiper-pagination-bullet {
		height: 12px;
		width: 12px;

		margin-right: 10px;
	}

	.ban-tt {
		bottom: 30px;
	}

	.banner .swiper-pagination {
		bottom: 30px;
	}

	.newsbg {
		padding: 30px 0;
	}


	.new-lcon {
		padding-top: 20px;
	}


	.new-right {
		margin-top: 30px;
	}

	.tongzhi {
		padding: 35px 0;
	}


	.footer {
		padding-top: 30px;
	}


	.footer .f-ftop p {
		padding-bottom: 10px;
		font-size: 16px;
	}

	.f-lcon {
		padding-top: 10px;
	}

	.f-mid {
		margin: 10px 0;
	}

	.f-right {
		margin-top: 30px;
	}

	.zp-con .zp-li .zp-tt h5 {
		font-size: 18px;
	}
.zp-right{
		margin-top: 30px;
	}


.zhaopin{
padding:50px 0 30px;
}
.zp-right{
 padding-left:15px;
}
}

@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 {}

	#img {}

	.logo1 img {}

	.container {
		width: 100%;
	}

	.banner .swiper-button-prev,
	.banner .swiper-button-next {

		width: 18px;
		height: 29px;

		top: calc(50%);
	}

	.ban-tt p {

		font-size: 18px;
	}

	.zp-con .zp-li a {

		border-top: 0px dashed #d5d5d5;
	}

	.zp-con .pad30:first-child .zp-li a {

		border-top: 2px dashed #d5d5d5;
	}

	.new-right a .li-img{
		
	}

	.new-right a .li-tt p {
		font-size: 16px;
		
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
white-space: normal;
	}

	.site-logo a img {
		
	}

	.new-top .ntop-tt p {
		font-size: 20px;

	}

	.new-top .ntop-tt span {
		font-size: 14px;
		margin-top: 0;
	}

	

	.new-lcon .cli a .li-img img {
		width: 100%;
	}

	.new-lcon .cli {
		margin-bottom: 30px;
	}



	.jiang-box {
		margin-top: 20px;
	}

	.tongzhi {
		padding: 35px 0 30px;
	}

	.zhaopin {
		padding: 35px 0 30px;
	}

	.amore a span {
		font-size: 16px;
	}

	.f-lcon p {
		line-height: 33px;
	}

	.f-mid {
		margin: 15px 0;
	}

	.f-mcon ul li {

		line-height: 35px;
	}
.fuwu-li a{
	padding: 16px 0;
}
.mar40 {
    margin-top: 30px;
}
.zp-con .zp-li a{
padding: 20px 0px 20px 0px;
}


}

@media (max-width: 600px) {}