body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #333;

}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img {
	vertical-align: middle;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333;
}

dl,
dt,
dd {
	margin: 0;
}

.clear {
	clear: both;
}

ul {
	zoom: 1;
}

ul:after {
	display: block;
	content: '';
	clear: both;
}

.w1500 {
	width: 1500px;
	margin: 0 auto;
}

.ne-banner {
	width: 100%;
	position: relative;
	margin-top: 95px;
}

.ne-bannerImg {
	width: 100%;
	overflow: hidden;
}

.ne-bannerImg img {
	display: block;
	width: 100%;
	animation: changeScale 1 2.5s;
}

.ne-bannerTitle {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.ne-bannerTitle h3 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: 4px;
}

.ne-bannerTitle h3 span {
	font-size: 48px;
}

.ne-bannerTitle p {
	font-size: 15px;
	color: #ffffff;
	
	text-transform: uppercase;
	opacity: 0.5;
}

.ne-menu {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to right, rgba(122, 193, 106, 0.9), rgba(89, 159, 121), rgba(15, 84, 156, 0.9));
	background: -webkit-linear-gradient(to right, rgba(122, 193, 106, 0.9), rgba(89, 159, 121), rgba(15, 84, 156, 0.9));
	background: -moz-linear-gradient(to right, rgba(122, 193, 106, 0.9), rgba(89, 159, 121), rgba(15, 84, 156, 0.9));
	background: -o-linear-gradient(to right, rgba(122, 193, 106, 0.9), rgba(89, 159, 121), rgba(15, 84, 156, 0.9));
	background: -ms-linear-gradient(to right, rgba(122, 193, 106, 0.9), rgba(89, 159, 121), rgba(15, 84, 156, 0.9));
}

.dj-menu {
	background: #c70205 !important;
}

.ne-menuTitle {
	float: left;
	width: 20.5%;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 102px;
}

.ne-menuList {
	float: left;
	padding-top: 46px;
}

.ne-menuList ul li {
	float: left;
	font-size: 18px;
	margin-right: 70px;
	position: relative;
}

.ne-menuList ul li:after {
	display: block;
	content: '';
	width: 0%;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition-duration: 0.5s;
}

.ne-menuList ul li a {
	color: #ffffff;
}

.menu-active:after {
	width: 100% !important;
}

.ne-menu .w1500 {
	position: relative;
}

.ne-Notice {
	position: absolute;
	width: 114px;
	height: 114px;
	border-radius: 50%;
	background: #FFFFFF;
	right: 0;
	bottom: -57px;
	z-index: 10;
}

.ne-Notice img {
	display: block;
	width: 18px;
	height: 31px;
	position: absolute;
	top: 39%;
	left: 50%;
	margin-left: -9px;
	margin-top: -15.5px;
	animation: myfirstt 2s infinite;
}

@keyframes myfirstt {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(0px, -15px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}

.ne-navigation {
	padding: 40px 0;
	background: #FFFFFF;
}

.ne-navigation .w1500 {
	zoom: 1;
}

.ne-navigation .w1500:after {
	display: block;
	content: '';
	clear: both;
}

.ne-nav-title {
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
	padding-left: 45px;
	position: relative;
}

.ne-nav-title a {
	color: #333333;
}

.ne-nav-title:before {
	display: block;
	content: '';
	width: 26px;
	height: 26px;
	background: url(../images/home.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}

.ne-content {
	background: #f1f2f3;
	padding: 80px 0;
}

.ab-content {
	padding: 0;
}

.about-info {
	padding: 130px 0 80px;
}

.about-infoBox {
	display: flex;
}

.about-info-fl {
	width: 20.5%;
}

.about-pageName {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1;
}

.about-info-fr {
	width: 79.5%;
}

.about-info-fr h4 {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}

.about-info-fr p {
	font-size: 18px;
	color: #555555;
	text-align: justify;
	line-height: 1.6;
	margin-bottom: 30px;
}

.about-info-fr p:last-child {
	margin-bottom: 0;
}

.about-scnl {
	padding: 80px 0;
	background: url(../images/ab-bg01.jpg) no-repeat center center;
	background-size: cover;
}

.about-scnl .about-pageName {
	color: #FFFFFF;
}

.scnl-list {
	padding: 90px 0;
}

.scnl-list ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.scnl-list-box {
	zoom: 1;
	display: inline-block;
}

.scnl-list-box:after {
	display: block;
	content: '';
	clear: both;
}

.scnl-list-num {
	/*float: left;*/
	zoom: 1;
}

.scnl-list-num:after {
	display: block;
	content: '';
	clear: both;
}

.scnl-list-num span {
	float: left;
	font-weight: bold;
	font-size: 72px;
	color: #ffffff;
	font-family: impact;
	line-height: 1;
	letter-spacing: 2px;
}

.scnl-list-box p {
	/*float: left;*/
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 10px;
}

.about-leader {
	padding: 80px 0;
}

.about-leaderBox {
	display: flex;
}

.about-leader-fl {
	width: 20.5%;
}

.about-leader-fr {
	width: 79.5%;
	zoom: 1;
}

.about-leader-fr:after {
	display: block;
	content: '';
	clear: both;
}

.about-leader-table {
	float: left;
	width: 42%;
}

.about-leader-table:nth-child(1) {
	margin-right: 16%;
}

.about-leader-table ul li {
	zoom: 1;
	line-height: 40px;
	border-bottom: 1px solid #d8d9da;
	margin-bottom: 10px;
}

.about-leader-table ul li:after {
	display: block;
	content: '';
	clear: both;
}

.about-leader-table ul li p {
	float: left;
	font-size: 20px;
	color: #555555;
}

.about-leader-table ul li span {
	float: right;
	font-size: 20px;
	color: #555555;
}

.about-cyjd {
	padding-top: 10px;
}

.about-cyjd .about-pageName {
	text-align: center;
}

.about-cyjdBox {
	margin-top: 20px;
}

.cyjd-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.cyjd-img img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.cyjd-mask {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.about-cyjdBox .swiper-slide-active .cyjd-mask {
	display: none;
}

.cyjd-title {
	display: none;
	width: 100%;
	position: absolute;
	padding: 10px 15px 20px;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
	background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.cyjd-title h4 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.cyjd-info {
	zoom: 1;
}

.cyjd-info:after {
	display: block;
	content: '';
	clear: both;
}

.cyjd-info p {
	float: left;
	width: calc(100% - 66px);
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cyjd-info a {
	float: left;
	width: 66px;
	font-size: 18px;
	color: #64ad53;
	line-height: 1.6;
}

.about-cyjdBox .swiper-slide-active .cyjd-title {
	display: block;
}

.cyjd-next,
.cyjd-prev {
	width: 42px;
	height: 92px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 50%;
	margin-top: -46px;
	z-index: 10;
	cursor: pointer;
}

.cyjd-next {
	left: 20%;
}

.cyjd-next:before {
	display: block;
	content: '';
	width: 18px;
	height: 34px;
	background: url(../images/jt01-a.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cyjd-prev {
	right: 20%;
}

.cyjd-prev:before {
	display: block;
	content: '';
	width: 18px;
	height: 34px;
	background: url(../images/jt01-b.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.about-ryzz {
	padding: 70px 0;
}

.about-ryzz .about-pageName {
	text-align: center;
}
.zscq-lunbo{
	margin-top: 30px;
}
.ryzz-box {
	margin-top: 30px;
	position: relative;
}

.ryzz-img {
	width: 100%;
	background: url(../images/kuang1.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.2rem 0.2rem;
	/*border: 2px solid #e4e4e4;*/
}

.ryzz-img img {
	display: block;
	width: 100%;
}

.ryzz-next,
.ryzz-prev {
	width: 16px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
}

.ryzz-next {
	right: -70px;
	background: url(../images/jt02-b.png) no-repeat;
	background-size: 100% 100%;
}

.ryzz-prev {
	left: -70px;
	background: url(../images/jt02-a.png) no-repeat;
	background-size: 100% 100%;
}

.ryzs-box {
	margin-top: 30px;
}

.ddjs-list ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px;
	transition-duration: 0.5s;
}

.ddjs-list ul li:nth-child(2n) {
	margin-right: 0;
}

.ddjs-box {
	background: #FFFFFF;
	padding: 30px 50px;
	border: 1px solid #e4e4e4;
	transition-duration: 0.3s;
	position: relative;
	top: 0;
}

.ddjs-box h4 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition-duration: 0.5s;
}

.ddjs-box p {
	font-size: 16px;
	color: #555555;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.5s;
}

.line {
	display: block;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	margin: 30px 0 20px;
	transition-duration: 0.5s;
}

.ddjs-cz {
	zoom: 1;
}

.ddjs-cz:after {
	display: block;
	content: '';
	clear: both;
}

.ddjs-date {
	float: left;
}

.ddjs-date span:nth-child(1) {
	display: block;
	font-size: 17px;
	color: #c70205;

	text-align: right;
	transition-duration: 0.5s;
}

.ddjs-date span:nth-child(2) {
	display: block;
	font-size: 60px;
	text-shadow: 0 0px 4px #c70205;
	color: #fff;
	line-height: 1;
	font-family: impact;
	text-align: right;
	transition-duration: 0.5s;
}

.get-more {
	float: right;
	display: block;
	width: 136px;
	height: 40px;
	border: 1px solid #e4e4e4;
	font-size: 16px;
	color: #777777;
	text-align: center;
	line-height: 40px;
	margin-top: 38px;
	transition-duration: 0.5s;
}

.ddjs-list ul li:hover .ddjs-box {
	top: -10px;
	box-shadow: 0 2px 4px 2px #f7a491;
	/*border: 1px solid #6fb064;*/
}

.get-more:hover {
	background: #6fb064;
	border: 1px solid #6fb064;
	color: #FFFFFF;
}

.dj-more:hover {
	background: #c70205;
	border: 1px solid #c70205;
	color: #FFFFFF;
}

.jianT {
	width: 100%;
	text-align: center;
	/*padding-top: 40px;*/
}

.jianT ul {
	display: inline-flex;
}

.jianT li {
	background: #fff;
	border: 1px solid #ddd;
	line-height: 34px;
	height: 36px;
	min-width: 43px;
	display: inline-block;
	margin: 0 6px;
	width: 43px;
	padding: 0;
}

.jianT li:nth-child(1) {
	width: 54px;
}

.jianT li:nth-last-child(1) {
	width: 54px;
}

.jianT li a {
	font-size: 14px;
	color: #474747;
	display: block
}

.jianT li a:hover {
	text-decoration: none;
	background: #6fb064;
	color: #fff;
}

.jianT li span {
	font-size: 14px;
	color: #474747;
	display: block
}

.jianT li span:hover {
	text-decoration: none;
	background: #6fb064;
	color: #fff;
}

.jianT li .on {
	background: #6fb064;
	color: #fff;
	display: block;
}

.sp-menu .ne-menuTitle {
	width: 13.5%;
}

.sp-menu .ne-menuList ul li {
	margin-right: 40px;
}

.news-boxTop {
	position: relative;
}

.news-topBox {
	display: flex;
}

.news-topImg {
	width: 50%;
	overflow: hidden;
}

.news-topImg img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}

.news-topImg img:hover {
	transform: scale(1.1);
}

.news-top-fr {
	width: 50%;
	background: #FFFFFF;
	padding: 60px 50px 0;
}

.news-top-fr h3 {
	font-size: 26px;
	color: #6fb064;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition-duration: 0.5s;
}

.news-top-fr h3:hover {
	color: #0f4d90;
}

.news-top-fr span {
	font-size: 22px;
	color: #0f4d90;
	display: block;
	margin-bottom: 50px;
}

.news-top-fr p {
	font-size: 18px;
	color: 555555;
	line-height: 1.8;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	transition-duration: 0.5s;
}

.news-top-fr p:hover {
	color: #0f4d90;
}

.new-control {
	position: absolute;
	bottom: 30px;
	left: calc(50% + 50px);
	z-index: 10;
	zoom: 1;
}

.new-control:after {
	display: block;
	content: '';
	clear: both;
}

.news-next,
.news-prev {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #e7e7e7;
	position: relative;
	transition-duration: 0.5s;
	cursor: pointer;
}

.news-next {
	float: right;
	margin-left: 10px;
}

.news-next:before {
	display: block;
	content: '';
	width: 10px;
	height: 19px;
	background: url(../images/jt-03a.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition-duration: 0.5s;
}

.news-next:hover {
	background: #0e4d90;
}

.news-next:hover:before {
	background: url(../images/jt-03b.png) no-repeat;
	background-size: 100% 100%;
}

.news-prev {
	float: left;
}

.news-prev:before {
	display: block;
	content: '';
	width: 10px;
	height: 19px;
	background: url(../images/jt-04a.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition-duration: 0.5s;
}

.news-prev:hover {
	background: #0e4d90;
}

.news-prev:hover:before {
	background: url(../images/jt-04b.png) no-repeat;
	background-size: 100% 100%;
}

.news-listBox {
	margin-top: 40px;
}

.news-listBox ul li {
	margin-bottom: 20px;
}

.news-listMessage {
	background: #FFFFFF;
	padding: 40px 40px;
	display: flex;
	transition-duration: 0.5s;
}

.news-list-fl {
	width: 100px;
}

.news-list-fl span:nth-child(1) {
	display: block;
	font-size: 26px;
	color: #555555;
	font-weight: bold;
	text-align: center;
	margin-top: 9px;
	transition-duration: 0.5s;
}

.news-list-fl span:nth-child(2) {
	display: block;
	font-size: 16px;
	color: #555555;

	text-align: center;
	transition-duration: 0.5s;
}

.news-list-fc {
	width: calc(100% - 145px);
	border-left: 1px solid #e1e1e1;
	padding-left: 35px;
	padding-right: 50px;
	transition-duration: 0.5s;
}

.news-list-fc h4 {
	font-size: 24px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	transition-duration: 0.5s;
}

.news-list-fc p {
	font-size: 16px;
	line-height: 1.6;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition-duration: 0.5s;
}

.news-list-fr {
	width: 45px;
}

.news-jt {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #e7e7e7;
	position: relative;
	margin-top: 13px;
	transition-duration: 0.5s;
}

.news-jt img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.news-listBox ul li:hover .news-listMessage {
	background: #3e71a6;
}

.news-listBox ul li:hover .news-list-fl span:nth-child(1) {
	color: #FFFFFF;
}

.news-listBox ul li:hover .news-list-fl span:nth-child(2) {
	color: #FFFFFF;
}

.news-listBox ul li:hover .news-list-fc h4 {
	color: #FFFFFF;
}

.news-listBox ul li:hover .news-list-fc p {
	color: #FFFFFF;
}

.news-listBox ul li:hover .news-jt {
	background: #FFFFFF;
}

.whln-list {
	zoom: 1;
	margin-bottom: 80px;
	position: relative;
}

.whln-list:after {
	display: block;
	content: '';
	clear: both;
}

.whln-list:last-child {
	margin-bottom: 0;
}

.whln-list:nth-child(odd) .whln-list-img {
	float: right;
}

.whln-list:nth-child(even) .whln-list-img {
	float: left;
}

.whln-list-img {
	width: 50%;
}

.whln-list-img img {
	display: block;
	width: 100%;
}

.whln-list-info {
	width: 52%;
	height: 90%;
	background: #FFFFFF;
	box-shadow: 0 0 4px 2px #e2e3e4;
	position: absolute;
	top: 5%;
	z-index: 2;
}

.whln-list:nth-child(odd) .whln-list-info {
	left: 0;
}

.whln-list:nth-child(even) .whln-list-info {
	right: 0;
}

.whln-info-nr {
	width: 86%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 7%;
}

.whln-info-title {
	display: flex;
	margin-bottom: 20px;
}

.whln-info-title h3 {
	font-size: 36px;
	color: #0f549c;
	font-weight: bold;
	line-height: 46px;
}

.whln-info-title h4 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	line-height: 46px;
}

.whln-info-nr p {
	font-size: 20px;
	color: #555555;
	line-height: 1.8;
	text-align: justify;
}

.whln-bottom {
	margin-top: 70px;
}

.whln-bottom ul li {
	float: left;
	height: 270px;
	box-shadow: 0 0 4px 2px #e2e3e4;
	margin-right: 2%;
	padding: 50px 14% 0 30px;
}

.whln-bottom ul li:nth-child(1) {
	width: 49%;
	margin-bottom: 40px;
	background: url(../images/whln-i01.png) no-repeat right bottom #FFFFFF;
	background-position: 98% 94%;
}

.whln-bottom ul li:nth-child(2) {
	width: 49%;
	margin-right: 0;
	margin-bottom: 40px;
	background: url(../images/whln-i02.png) no-repeat right bottom #FFFFFF;
	background-position: 98% 94%;
}

.whln-bottom ul li:nth-child(3) {
	width: 32%;
	background: url(../images/whln-i03.png) no-repeat right bottom #FFFFFF;
	background-position: 98% 94%;
}

.whln-bottom ul li:nth-child(4) {
	width: 32%;
	background: url(../images/whln-i04.png) no-repeat right bottom #FFFFFF;
	background-position: 98% 94%;
}

.whln-bottom ul li:nth-child(5) {
	width: 32%;
	margin-right: 0;
	background: url(../images/whln-i05.png) no-repeat right bottom #FFFFFF;
	background-position: 98% 94%;
}

.whln-bottom ul li h4 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}

.whln-bottom ul li p {
	font-size: 18px;
	color: #333333;
	line-height: 1.6;
}

.whhd-box ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 70px;
}

.whhd-box ul li:nth-child(3n) {
	margin-right: 0;
}

.whhd-info {
	border: 1px solid #dfdfdf;
}

.whhd-img {
	width: 100%;
	overflow: hidden;
}

.whhd-img img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}

.whhd-name {
	background: #FFFFFF;
	padding: 0 25px;
	transition-duration: 0.5s;
}

.whhd-name p {
	font-size: 22px;
	color: #111111;
	line-height: 64px;
	transition-duration: 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.whhd-box ul li:hover .whhd-img img {
	transform: scale(1.1);
}

.whhd-box ul li:hover .whhd-name {
	background: #002051;
}

.whhd-box ul li:hover .whhd-name p {
	color: #FFFFFF;
}

.pro-allBox ul {
	display: flex;
}

.pro-allBox ul li {
	width: 33.333%;
	position: relative;
}

.pro-allBox ul li:nth-child(2) .pro-allImg {
	margin-top: 70%;
}

.pro-allImg {
	width: 100%;
	overflow: hidden;
}

.pro-allImg img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}

.pro-allImg:hover img {
	transform: scale(1.1);
}

.pro-all-content {
	position: absolute;
	width: 100%;
	height: 50%;
	background: #ffffff;
	top: 50%;
	padding: 25px 40px 0;
}

.pro-allBox ul li:nth-child(2) .pro-all-content {
	top: 0;
}

.pro-allTitle {
	position: relative;
	margin-bottom: 30px;
}

.pro-allTitle h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 84px;
}

.pro-allTitle img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pro-all-content p {
	font-size: 18px;
	color: #555555;
	line-height: 1.8;
}

.pro-all-content a {
	position: absolute;
	bottom: 40px;
	left: 40px;
	transition-duration: 0.5s;
}

.pro-all-content a:hover {
	padding-left: 10px;
}

.pro-detail-box {
	padding: 40px;
	background: #FFFFFF;
}

.pro-detail-top {
	display: flex;
}

.pro-detail-fl {
	width: 46.3%;
	overflow: hidden;
}

.pro-detail-fl img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}

.pro-detail-fl:hover img {
	transform: scale(1.1);
}

.pro-detail-fr {
	width: 53.7%;
	padding-left: 4%;
	position: relative;
}

.proDetail-title {
	margin-top: 20px;
	position: relative;
}

.proDetail-name {
	max-width: 60%;
}

.proDetail-name h3 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}

.proDetail-name h4 {
	font-size: 24px;
	color: #6eae60;
	font-weight: normal;
}

.proDetail-title img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pro-line {
	display: block;
	width: 100%;
	height: 1px;
	background: #bcbcbc;
	margin: 40px 0 20px;
}

.pro-detail-fr p {
	font-size: 18px;
	color: #555555;
	line-height: 1.8;
}

.pro-tel {
	padding: 0 20px 0 15px;
	background: url(../images/pro-telBg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 8%;
	bottom: 0;
	zoom: 1;
	transition-duration: 0.5s;
	cursor: pointer;
}

.pro-tel:hover {
	bottom: 8px;
	box-shadow: 0 2px 4px 2px #999;
}

.pro-tel:after {
	display: block;
	content: '';
	clear: both;
}

.pro-tel img {
	float: left;
	margin-right: 10px;
	margin-top: 18px;
}

.pro-tel h5 {
	float: left;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 60px;
}

.pro-detail-content {
	margin-top: 80px;
}

.detail-infoTitle {
	zoom: 1;
}

.detail-infoTitle:after {
	display: block;
	content: '';
	clear: both;
}

.detail-infoTitle h4 {
	float: left;
	width: 128px;
	font-size: 24px;
	color: #555555;
	line-height: 50px;
}

.detail-infoTitle span {
	float: left;
	width: calc(100% - 128px);
	height: 6px;
	background: linear-gradient(to right, rgba(0, 48, 123, 0.9), rgba(108, 187, 90));
	background: -webkit-linear-gradient(to right, rgba(0, 48, 123, 0.9), rgba(108, 187, 90));
	background: -moz-linear-gradient(to right, rgba(0, 48, 123, 0.9), rgba(108, 187, 90));
	background: -o-linear-gradient(to right, rgba(0, 48, 123, 0.9), rgba(108, 187, 90));
	background: -ms-linear-gradient(to right, rgba(0, 48, 123, 0.9), rgba(108, 187, 90));
	margin-top: 22px;
}

.detail-info-message {
	width: 100%;
	padding: 20px 0;
}

.detail-info-message p {
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	text-align: justify;
}

.detail-info-message img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
}

.detail-info-message table {
	border-collapse: collapse;
	margin-left: 128px;
	width: 82%;
	max-width: calc(100% - 128px);
}

.detail-info-message table tr th {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	background: #236ab0;
	line-height: 60px;
	border: 1px solid #cacaca;
}

.detail-info-message table tr th:nth-child(1) {
	width: 40%;
}

.detail-info-message table tr th:nth-child(2) {
	width: 40%;
}

.detail-info-message table tr th:nth-child(3) {
	width: 20%;
}

.detail-info-message table tr td {
	font-size: 20px;
	color: #555555;
	font-weight: normal;
	padding: 15px;
	border: 1px solid #cacaca;
	text-align: center;
}

.cxfz-content {
	padding: 0 !important;
}

.kcpt-box {
	padding: 120px 0;
}

.cxfz-title {
	font-size: 36px;
	color: #333333;
	line-height: 1;
	letter-spacing: 4px;
	margin-bottom: 30px;
}

.kcpt-message p {
	font-size: 20px;
	color: #555555;
	line-height: 1.8;
	text-align: justify;
	text-indent: 0.4rem;
	margin-bottom: 20px;
}

.kcpt-lunbo {
	position: relative;
	margin-top: 80px;
}

.kcpt-lunbo .swiper-slide {
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	z-index: 2;
}

.kcpt-lunbo .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
	z-index: 4;
}

.kcpt-img {
	width: 100%;
	position: relative;
}

.kcpt-img img {
	display: block;
	width: 100%;
}

.kcpt-img:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
}

.kcpt-name {
	display: none;
	position: absolute;
	bottom: 10%;
	left: 0;
	padding: 20px 15px;
	background: #0f549c;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1;
}

.kcpt-lunbo .swiper-slide-active .kcpt-img:before {
	display: none;
}

.kcpt-lunbo .swiper-slide-active .kcpt-name {
	display: block;
}

.kcpt-next,
.kcpt-prev {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	z-index: 10;
}

.kcpt-next {
	right: 18.5%;
	background: url(../images/jt-06b.png) no-repeat center center #79b869;
}

.kcpt-prev {
	left: 18.5%;
	background: url(../images/jt-06a.png) no-repeat center center #79b869;
}

.kyhz-box {
	padding: 90px 0 0;
	background: url(../images/kyhz-bg.jpg) no-repeat center center;
	background-size: cover;
}

.kyhz-box p {
	font-size: 20px;
	color: #555555;
	line-height: 1.8;
	text-align: justify;
	text-indent: 0.4rem;
}

.kyhz-list {
	margin-top: 50px;
}

.kyhz-list ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	height: 124px;
	background: #FFFFFF;
	text-align: center;
	line-height: 96px;
	overflow: hidden;
	margin-bottom: 45px;
}

.kyhz-list ul li:nth-child(3n) {
	margin-right: 0;
}

.kyhz-list ul li img {
	display: inline-block;
	max-width: 70%;
	max-height: 70%;
	vertical-align: middle;
}

.kyhz-list ul li:hover img {
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.zscq-box {
	padding: 90px 0 80px;
}
.second-title{
	font-size: 24px;
	color: #012052;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 10px;
}
.second-title span{
	position: relative;
	padding-left: 35px;
}
.zscq-lunbo .second-title span:before{
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/kjcg_i01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 2px;
}
.zzcq-box .second-title span:before{
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/kjcg_i02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 2px;
}
.cprz-box .second-title span:before{
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/kjcg_i03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 2px;
}
.zscq-box p {
	font-size: 20px;
	color: #555555;
	line-height: 1.8;
	/*text-align: justify;*/
	text-align: center;
	/*text-indent: 0.4rem;*/
}

.zscq-lunbo {
	padding: 0 70px;
}

.zzcq-box {
	margin-top: 140px;
	padding: 0 70px;
}

/*.zzcq-box ul li {
	float: left;
}

.zzcq-box ul:nth-child(1) li:nth-child(1) {
	width: 13.4%;
	margin-right: 2.4%;
}

.zzcq-box ul:nth-child(1) li:nth-child(2) {
	width: 26.4%;
	margin-right: 2.4%;
}

.zzcq-box ul:nth-child(1) li:nth-child(3) {
	width: 26.4%;
	margin-right: 2.4%;
}

.zzcq-box ul:nth-child(1) li:nth-child(4) {
	width: 26.4%;
}*/

/*.zzcq-box ul{
	width: 100%;
	margin-top: 30px;
	display: flex;
	white-space: nowrap;
}

.zzcq-box ul li{
	width: 23.5%;
	margin-right: 2%;
}*/
.zzcq-swiperBox{
	margin-top: 30px;
	position: relative;
}
.zzcq-img{
	width: 100%;
	overflow: hidden;
}
.zzcq-img img{
	display: block;
	width: 100%;
}
.zzcq-next,
.zzcq-prev {
	width: 16px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
}

.zzcq-next {
	right: -70px;
	background: url(../images/jt02-b.png) no-repeat;
	background-size: 100% 100%;
}

.zzcq-prev {
	left: -70px;
	background: url(../images/jt02-a.png) no-repeat;
	background-size: 100% 100%;
}


.zzcq-box ul li:nth-child(4n){
	margin-right: 0;
}

.zzcq-box ul li img {
	display: block;
	width: 100%;
}
.cprz-box{
	margin-top: 140px;
}
.cprz-img{
	margin-top: 30px;
	padding: 0 70px;
text-align: center;
}
.cprz-img img{
	display: inline-block;
    width: 50%;
}

.other-link2 {
	float: right;
	zoom: 1;
	position: relative;
	z-index: 11;
	margin-top: 3px;
}

.other-link2:after {
	display: block;
	content: '';
	clear: both;
}

.other-linkIcon {
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #d5012a;
	position: relative;
}

.other-linkIcon img {
	position: absolute;
	left: -50%;
	top: 30%;
	transform: translateY(-50%);
	animation: myleft 2s infinite;
}

.other-link2 a {
	float: left;
	font-size: 18px;
	color: #d5012a;
	line-height: 26px;
	margin-left: 5px;
	transition-duration: 0.5s;
}

.other-link2 a:hover {
	text-shadow: 0 2px 2px #999;
}

.jypx-box ul li {
	float: left;
	width: 50%;
}

.jypx-info {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.jypx-info img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}

.jypx-box ul li:hover .jypx-info img {
	transform: scale(1.1);
}

.jypx-title {
	width: 100%;
	padding: 20px 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0;
	text-align: center;
}

.jypx-title p {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
}

.pxdt-box {
	margin-top: 90px;
}

.pxdt-box ul li {
	margin-bottom: 30px;
}

.pxdt-box ul li:last-child {
	margin-bottom: 0;
}

.pxdt-list {
	background: #FFFFFF;
	padding: 40px 40px;
	display: flex;
	transition-duration: 0.5s;
}

.pxdt-list-fl {
	width: calc(100% - 110px);
	padding-right: 10%;
}

.pxdt-list-fl h4 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition-duration: 0.5s;
}

.pxdt-list-fl p {
	font-size: 16px;
	color: #555555;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.5s;
}

.pxdt-list-fl span {
	display: block;
	margin-top: 15px;
	width: 140px;
	height: 38px;
	border: 1px solid #777777;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	transition-duration: 0.5s;
}

.pxdt-list-fr {
	width: 110px;
	text-align: right;
	border-left: 1px solid #e1e1e1;
	padding-top: 30px;
	transition-duration: 0.5s;
}

.pxdt-list-fr span:nth-child(1) {
	display: block;
	font-size: 60px;
	color: #555555;
	font-family: impact;
	line-height: 1;
	transition-duration: 0.5s;
}

.pxdt-list-fr span:nth-child(2) {
	display: block;
	font-size: 16px;

	margin-top: 10px;
	transition-duration: 0.5s;
}

.pxdt-box ul li:hover .pxdt-list {
	background: #002051;
}

.pxdt-box ul li:hover .pxdt-list-fl h4 {
	color: #FFFFFF;
}

.pxdt-box ul li:hover .pxdt-list-fl p {
	color: #FFFFFF;
}

.pxdt-box ul li:hover .pxdt-list-fl span {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.pxdt-box ul li:hover .pxdt-list-fr {
	border-left: 1px solid #FFFFFF;
}

.pxdt-box ul li:hover .pxdt-list-fr span:nth-child(1) {
	color: #FFFFFF;
}

.pxdt-box ul li:hover .pxdt-list-fr span:nth-child(2) {
	color: #FFFFFF;
}

.join-box>p {
	font-size: 18px;
	color: #333333;
	line-height: 1.6;
}

.join-table {
	margin-top: 40px;
}

.menu_tab {
	width: 100%;
	height: auto;
}

.menu_tab li {
	border: 1px solid #d8d8d8;
	border-top: none;
}

.join-table label {
	display: block;
	color: #fff;
	background: #ffffff;
	position: relative;
	transition-duration: 0.5s;
	cursor: pointer;
}

.join-table label:after {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../images/join-i01.png) no-repeat;
	background-size: 100% 100%;
	transition-duration: 0.5s;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
}

.join-table label span {
	display: block;
	width: 90%;
	font-size: 22px;
	color: #323232;
	font-weight: bold;
	text-align: left;
	line-height: 80px;
	padding-left: 50px;
}

.join-table label.selected {
	background: #0f4d8e;
}

.join-table label.selected span {
	color: #FFFFFF;
}

.join-table label.selected:after {
	background: url(../images/join-i02.png) no-repeat;
	background-size: 100% 100%;
}

.join-table .tab_content {
	display: none;
	width: 100%;
	background: #f1f2f3;
	padding: 30px 50px;
}

.join-table .tab_content h4 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 20px;
}

.join-table .tab_content h4:nth-child(1) {
	margin-top: 0;
}

.join-table .tab_content p {
	font-size: 16px;
	color: #555555;
	line-height: 1.6;
}

.jrwm-content {
	padding-bottom: 0;
}

.jrwm-by-box {
	padding: 46px 40px;
	border-radius: 8px;
	background: url(../images/jrwm-bg01.png) no-repeat center center;
	background-size: cover;
	zoom: 1;
}

.jrwm-by-box:after {
	display: block;
	content: '';
	clear: both;
}

.jrwm-by-info {
	float: right;
	width: 554px;
	padding: 60px 30px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	transition-duration: 0.5s;
}

.jrwm-by-info:hover {
	background: rgba(35, 164, 85, 0.8);
}

.jrwm-by-info p {
	font-size: 18px;
	color: #333333;
	line-height: 1.6;
	margin-bottom: 30px;
	transition-duration: 0.5s;
}

.jrwm-by-info:hover p {
	color: #fff;
}

.jrwm-fldy {
	padding: 120px 0 150px;
}

.jrwm-fldy ul li {
	float: left;
	width: 15%;
	margin-right: 2%;
	text-align: center;
}

.jrwm-fldy ul li:nth-child(6) {
	margin-right: 0;
}

.jrwm-icon {
	width: 136px;
	height: 136px;
	border-radius: 50%;
	border: 1px dashed #d1d1d2;
	margin: 0 auto;
	padding: 5px;
}

.jrwm-iconImg {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px dashed #d1d1d2;
	background: #FFFFFF;
	position: relative;
}

.jrwm-iconImg img {
	width: 62px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -31px;
	margin-top: -31px;
}

.jrwm-fldy ul li:hover .jrwm-iconImg img {
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.jrwm-fldy ul li p {
	font-size: 16px;
	color: #333333;
	line-height: 1.6;
	margin-top: 10px;
}

.jrwm-map {
	width: 100%;
	height: 544px;
	position: relative;
}

.map-box {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.jrwm-address {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.jrwm-address .w1500 {
	position: relative;
}

.jrwm-addressBox {
	width: 560px;
	background: #FFFFFF;
	box-shadow: 0 0 4px 2px #e7e7e7;
	padding: 40px 25px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.jrwm-addressBox h4 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 4px;
}

.jrwm-addressBox ul li {
	zoom: 1;
	padding-top: 20px;
	border-bottom: 1px solid #e7e7e7;
}

.jrwm-addressBox ul li:after {
	display: block;
	content: '';
	clear: both;
}

.jrwm-addressBox ul li span {
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
	letter-spacing: 2px;
}

.jrwm-addressBox ul li p {
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}

.lxwm-addBox {
	padding: 30px 30px;
	border: 1px solid #e5e5e5;
	background: #FFFFFF;
	display: flex;
}

.lxwm-add-fl {
	width: calc(100% - 172px);
	padding-right: 5%;
	padding-top: 10px;
}

.lxwm-add-fl h4 {
	font-size: 24px;
	color: #002f7b;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}

.lxwm-add-fl ul li {
	float: left;
	width: 50%;
	margin-bottom: 15px;
	zoom: 1;
}

.lxwm-add-fl ul li:nth-child(3),
.lxwm-add-fl ul li:nth-child(4) {
	margin-bottom: 0;
}

.lxwm-add-fl ul li:after {
	display: block;
	content: '';
	clear: both;
}

.lxwm-add-fl ul li img {
	float: left;
}

.lxwm-add-fl ul li p {
	float: left;
	font-size: 18px;
	color: #555555;
	line-height: 26px;
	margin-left: 5px;
}

.lxwm-add-fr {
	width: 172px;
}

.lxwm-add-fr img {
	display: block;
	width: 100%;
}

.lxwm-map {
	width: 100%;
	height: 520px;
	margin-top: 25px;
}

.ryzz-listContenter ul li {
	float: left;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 30px;
	overflow: hidden;
}

.ryzz-listContenter ul li:nth-child(5n) {
	margin-right: 0;
}

.ryzz-listContenter ul li img {
	display: block;
	width: 100%;
}

.ryzz-listContenter2 {
	margin-top: 20px;
}

.ryzz-listContenter2 ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.ryzz-listContenter2 ul li:nth-child(4n) {
	margin-right: 0;
}

.ryzz-listContenter2 ul li img {
	display: block;
	width: 100%;
}

.cyjj-listBox ul li {
	float: left;
	width: 49%;
	box-shadow: 0 0 4px 2px #d2d2d2;
	margin-right: 2%;
	margin-bottom: 30px;
}

.cyjj-listBox ul li:nth-child(2n) {
	margin-right: 0;
}

.cyjj-lunbo {
	position: relative;
}

.cyjj-title {
	padding: 20px 70px 20px 20px;
	background: url(../images/cyjd-i1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 4px;
	font-weight: normal;
}

.cyjj-img {
	width: 100%;
	overflow: hidden;
}

.cyjj-img img {
	display: block;
	width: 100%;
}

.cyjj-lunbo .swiper-pagination {
	width: auto;
	left: auto;
	right: 34px;
	bottom: 15px;
}

.cyjj-lunbo .swiper-pagination span {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #185591;
	transition-duration: 0.5s;
}

.cyjj-lunbo .swiper-pagination .swiper-pagination-bullet-active {
	width: 40px;
}

.cyjj-info {
	padding: 30px 25px;
	background: #FFFFFF;
}

.cyjj-info h4 {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cyjj-info p {
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.cyjj-more {
	margin-top: 40px;
	margin-left: 16px;
	zoom: 1;
	position: relative;
	z-index: 11;
}

.cyjj-more:after {
	display: block;
	content: '';
	clear: both;
}

.cyjj-linkIcon {
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #175491;
	position: relative;
}

.cyjj-linkIcon img {
	position: absolute;
	left: -50%;
	top: 31%;
	transform: translateY(-50%);
	animation: myleft 2s infinite;
}

.cyjj-more a {
	float: left;
	font-size: 18px;
	color: #175491;
	line-height: 26px;
	margin-left: 5px;
	transition-duration: 0.5s;
}

.cyjj-listBox ul li:hover .cyjj-info h4 a {
	color: #175491;
}

.cyjj-listBox ul li:hover .cyjj-info p a {
	color: #175491;
}

.cyjj-more a:hover {
	margin-left: 10px;
}

.cyjd-detailBox {
	display: flex;
	padding: 60px 20px 80px 30px;
	background: #FFFFFF;
}

.cyjd-detail-fl {
	width: 52.5%;
}

.ban2 {
	width: 100%;
	height: 439px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.ban2 ul {
	position: absolute;
	left: 0;
	top: 0;
}

.ban2 ul li {
	width: 762px;
	height: 100%;
}

.ban2 ul li img {
	display: block;
	width: 100%;
}

.num {
	height: 122px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.min_pic {
	padding: 0 30px;
	width: 100%;
	zoom: 1;
	position: relative;
}

.min_pic:after {
	display: block;
	content: '';
	clear: both;
}

.num ul {
	position: absolute;
	left: 0;
	top: 0;
}

.num ul li {
	width: 214px;
	height: 100%;
	margin-right: 30px;
	padding: 1px;
	position: relative;
}

.num ul li:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
}

.num ul li img {
	display: block;
	width: 100%;
}

.num ul li.on:after {
	display: none !important;
}

.prev_btn1 {
	width: 30px;
	height: 100%;
	background: url(../images/jt02-a.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}

.next_btn1 {
	width: 30px;
	height: 100%;
	background: url(../images/jt02-b.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}


/*.cyjd-detail-largeImg{
	width: 100%;
	margin-bottom: 20px;
}
.cyjd-detail-fl .gallery-top{
	margin-bottom: 20px;
}
.cyjd-detail-fl .gallery-top .swiper-slide{
	overflow: hidden;
}
.cyjd-detail-fl .gallery-top .swiper-slide img{
	display: block;
	width: 100%;
}
.cyjd-detail-fl .gallery-thumbs .swiper-slide{
	overflow: hidden;
	position: relative;
}
.cyjd-detail-fl .gallery-thumbs .swiper-slide img{
	display: block;
	width: 100%;
}
.cyjd-detail-fl .gallery-thumbs .swiper-slide:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
}
.cyjd-detail-fl .gallery-thumbs .swiper-slide-active:before{
	display: none;
}
.cyjd-detail-small ul li:nth-child(3){
	margin-right: 0;
}
.cyjd-active:before{
	display: none !important;
}*/

.cyjd-detail-small ul li img {
	display: block;
	width: 100%;
}

.cyjd-detail-largeImg img {
	display: block;
	width: 100%;
}

.cyjd-detail-fr {
	width: 47.5%;
	padding-left: 40px;
	padding-top: 10px;
	position: relative;
}

.cyjd-detail-fr h3 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.cyjd-line {
	display: block;
	width: 100%;
	height: 1px;
	background: #bcbcbc;
	margin: 30px 0 50px;
}

.cyjd-detail-fu {
	margin-bottom: 20px;
}

.cyjd-detail-fu h4 {
	font-size: 22px;
	color: #7ac16a;
	line-height: 1.6;
	font-weight: normal;
}

.cyjd-detail-fr p {
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
	text-align: justify;
}

.look-other {
	width: 240px;
	height: 62px;
	background: url(../images/cyjd-i2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 40px;
	bottom: 0;
}

.look-other a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	zoom: 1;
}

.look-other a:after {
	display: block;
	content: '';
	clear: both;
}

.look-otherIcon {
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
	margin-top: 18px;
}

.look-otherIcon img {
	position: absolute;
	left: -50%;
	/*top: 30%;*/
	top: 50%;
	transform: translateY(-50%);
	/*animation:myleft 2s infinite;*/
}

.look-other span {
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 62px;
	margin-left: 5px;
}

.new-nr-ti {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.new-nr-ti h1 {
	font-size: 20px;
	padding-bottom: 10px;
}

.detail1 {
	font-weight: 400;
	font-style: normal;
	color: #646464;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
}

.detail1 span {
	display: inline-block;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.new-nr-zi {
	font-size: 16px;
	line-height: 2;
}

.new-nr-zi img {
	margin: 0 auto;
}

.about-pageName a {
	transition-duration: 0.5s;
}

.about-pageName a:hover {
	color: #002f7b;
}

.news-box {
	padding: 40px 0;
	position: relative;
	z-index: 10;
}

.news-list ul li {
	padding: 30px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #d1d1d1;
}

.news-list ul li:first-child {
	padding-top: 0;
}

.news-listM {
	display: flex;
}

.news-img {
	width: 330px;
	overflow: hidden;
}

.news-img img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.news-list ul li:hover .news-img img {
	transform: scale(1.1);
}

.news-info {
	width: calc(100% - 330px);
	padding-left: 35px;
}

.news-info h3 {
	font-size: 20px;
	color: #333333;
	line-height: 1.4;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition-duration: 0.3s;
}

.news-list ul li:hover .news-info h3 {
	color: #0e4d90;
}

.news-info span {
	display: block;
	font-size: 18px;
	color: #0e4d90;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 20px;
}

.news-info p {
	font-size: 16px;
	color: #777777;
	line-height: 1.4;
	text-align: justify;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/*20240529*/
.new-kcpt{
	padding: 64px 0 95px;
	background: #f1f2f3;
}
.new-kcpt-top{
	display: flex;
}
.new-kcpt-top-fl{
	width: 71.46%;
	padding-right: 80px;
	padding-top: 45px;
}
.new-kcpt-top-fl .cxfz-title{
	margin-bottom: 48px;
}
.new-kcpt-top-fl p{
	font-size: 20px;
    color: #555555;
    line-height: 1.8;
    text-align: justify;
}
.new-kcpt-top-fr{
	width: 28.54%;
}
.new-kcpt-top-fr img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.new-kcpt-bottom{
	margin-top: 50px;
	position: relative;
	width: 100%;
}
.new-kcpt-bottom img{
	display: block;
	width: 53.066%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.new-kcpt-bottom ul li{
	width: 23.467%;
	position: absolute;
	z-index: 4;
}
.new-kcpt-bottom ul li:nth-child(1){
	top: 0;
	left: 0;
	padding-right: 30px;
}
.new-kcpt-bottom ul li:nth-child(2){
	bottom: 0;
	left: 0;
	padding-right: 30px;
}
.new-kcpt-bottom ul li:nth-child(3){
	top: 0;
	right: 0;
	padding-left: 30px;
}
.new-kcpt-bottom ul li:nth-child(4){
	bottom: 0;
	right: 0;
	padding-left: 30px;
}
.new-kcpt-companyName{
	display: flex;
	margin-bottom: 12px;
}
.new-kcpt-companyName h3{
	font-size: 22px;
	color: #0c66b2;
	font-weight: bold;
	line-height: 32px;
	margin-right: 12px;
}
.new-kcpt-companyName span{
	font-size: 18px;
	color: #333333;
	padding: 0 16px;
	background: #dae4ec;
	border-radius: 32px;
	font-weight: normal;
	line-height: 32px;
}
.new-kcpt-companyZz h4{
	font-size: 20px;
	color: #333333;
	line-height: 1.4;
	margin-bottom: 5px;
}
.new-kcpt-companyZz p{
	font-size: 18px;
    color: #555555;
    line-height: 1.6;
    text-align: justify;
}
.new-sysjs{
	padding: 70px 0 56px;
	background: url(../images/sysjs-nBg.jpg) no-repeat center center;
	background-size: cover;
}
.new-sysjs ul{
	display: flex;
	flex-wrap: wrap;
}
.new-sysjs ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 44px;
}
.new-sysjs ul li:nth-child(2n){
	margin-right: 0;
}
.new-sysjs-info{
	width: 100%;
	height: 160px;
	background: #fff;
	padding: 34px 20px 0;
	font-size: 16px;
	color: #777777;
	line-height: 1.6;
	text-align: justify;
	text-indent: 32px;
}
.new-sysjs-img{
	width: 100%;
	overflow: hidden;
}
.new-sysjs-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.new-sysjs ul li:hover .new-sysjs-img img{
	transform: scale(1.1);
}
.new-kczt{
	padding: 64px 0 110px;
	background: #fff;
}
.new-kczt .cxfz-title{
	margin-bottom: 40px;
}
.new-kczt p{
	font-size: 20px;
    color: #555555;
    line-height: 1.8;
    text-align: justify;
    text-indent: 40px;
}
.new-kczt ul{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.new-kczt ul li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.new-kczt ul li:nth-child(4n){
	margin-right: 0;
}
.new-kczt ul li img{
	display: block;
	width: 100%;
}

.new-cxlht{
	background: #e4e9ef;
	padding: 65px 0 60px;
}
.new-cxlht .cxfz-title{
	margin-bottom: 40px;
}
.new-cxlht-txt{
	font-size: 20px;
    color: #555555;
    line-height: 1.8;
    text-align: justify;
    text-indent: 40px;
    margin-bottom: 25px;
}
.new-cxlht-content{
	display: flex;
	justify-content: space-between;
	position: relative;
min-height:5rem;
}
.cxlht-list h5{
	font-size: 24px;
	color: #0c66b2;
	line-height: 28px;
	font-weight: bold;
}
.cxlht-list ul li{
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	padding-left: 10px;
	position: relative;
	white-space: nowrap;
}
.cxlht-list ul li:before{
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	background: #0c66b2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
}
.cxlht-list ul li:last-child{
	margin-bottom: 0 !important;
}
.cxlht-fl h5{
	margin-bottom: 10px;
}
.cxlht-fl ul li{
	margin-bottom: 10px;
}
.cxlht-fr h5{
	margin-bottom: 20px;
}
.cxlht-fr ul li{
	margin-bottom: 23px;
}
.cxlht-fc{
	width: 52.533%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	margin-left: 10px;
}
.cxlht-fc h3{
	font-size: 36px;
	color: #0c66b2;
	line-height: 1.4;
	text-align: center;
	padding-right: 10px;
}
.cxlht-fc img{
	display: block;
	width: 100%;
}
.new-rctd{
	padding: 100px 0 100px;
	background: #fff;
}
.new-rctd .cxfz-title{
	margin-bottom: 40px;
}
.new-rctd-txt{
	font-size: 20px;
    color: #555555;
    line-height: 1.8;
    text-align: justify;
    text-indent: 40px;
    margin-bottom: 25px;
}
.new-rctd-list ul{
	display: flex;
	padding: 0 40px;
	justify-content: center;
	flex-wrap: wrap;
}
.new-rctd-list ul li{
	width: 30%;
	height: 610px;
	margin-right: 5%;
	background: #f1f4f7;
	padding-top: 24px;
}
.new-rctd-list ul li:nth-child(3n){
	margin-right: 0;
}
.new-rctd-list ul li:last-child{
	margin-right: 0;
}
.rctd-p-img{
	margin: 0 auto;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	padding: 3px;
	overflow: hidden;
	background: url(../images/team_nt01.png) no-repeat;
	background-size: 100% 100%;
}
.rctd-p-img img{
	display: block;
	width: 100%;
	border-radius: 50%;
}
.rctd-p-info{
	margin-top: 15px;
	padding-left: 70px;
	padding-right: 30px;
}
.rctd-p-info h4{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	color: #333333;
}
.rctd-p-info h5{
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	color: #0c66b2;
	margin: 10px 0;
}
.rctd-p-info p{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
	color: #333333;
}

@media screen and (max-width: 1440px) {
	.w1500 {
		width: 1125px;
	}
	.ne-bannerTitle {
		top: 40%;
	}
	.ne-bannerTitle h3 {
		font-size: 30px;
	}
	.ne-bannerTitle h3 span {
		font-size: 42px;
	}
	.ne-bannerTitle p {
		font-size: 14px;
	}
	.ne-menuList ul li {
		font-size: 16px;
		margin-right: 50px;
	}
	.ne-menuTitle {
		font-size: 32px;
		line-height: 84px;
	}
	.ne-menuList {
		padding-top: 36px;
	}
	.ne-Notice {
		width: 104px;
		height: 104px;
	}
	.ne-Notice {
		bottom: -52px;
	}
	.ne-navigation {
		padding: 20px 0;
	}
	.about-info {
		padding: 80px 0 70px;
	}
	.about-pageName {
		font-size: 32px;
	}
	.about-info-fr p {
		font-size: 16px;
	}
	.scnl-list-num span {
		font-size: 60px;
	}
	.scnl-list-box p {
		font-size: 18px;
		margin-top: 40px;
	}
	.about-leader-table ul li p {
		font-size: 16px;
	}
	.about-leader-table ul li span {
		font-size: 16px;
	}
	.cyjd-title h4 {
		font-size: 18px;
	}
	.cyjd-info p {
		width: calc(100% - 51px);
		font-size: 16px;
	}
	.cyjd-info a {
		width: 51px;
		font-size: 16px;
	}
	.cyjj-title {
		font-size: 20px;
	}
	.cyjj-lunbo .swiper-pagination span {
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}
	.cyjj-lunbo .swiper-pagination .swiper-pagination-bullet-active {
		width: 28px;
	}
	.cyjj-info h4 {
		font-size: 18px;
	}
	.cyjj-info p {
		line-height: 1.6;
	}
	.cyjj-more a {
		font-size: 16px;
	}
	.cyjd-detail-fr h3 {
		font-size: 24px;
	}
	.cyjd-line {
		margin: 20px 0 30px;
	}
	.cyjd-detail-fu h4 {
		font-size: 18px;
	}
	.cyjd-detail-fr p {
		line-height: 1.6;
	}
	.look-other {
		width: 220px;
		height: 52px;
	}
	.look-other a {
		padding: 0 45px;
	}
	.look-otherIcon {
		margin-top: 13px;
	}
	.look-other span {
		font-size: 16px;
		line-height: 52px;
	}
	.cxfz-title {
		font-size: 32px;
		margin-bottom: 25px;
	}
	.lxwm-addBox {
		padding: 20px 20px;
	}
	.lxwm-add-fl {
		width: calc(100% - 134px);
	}
	.lxwm-add-fr {
		width: 134px;
	}
	.lxwm-add-fl h4 {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.lxwm-add-fl ul li p {
		font-size: 16px;
	}
	.lxwm-add-fl ul li:nth-child(1),
	.lxwm-add-fl ul li:nth-child(3) {
		width: 46%;
	}
	.lxwm-add-fl ul li:nth-child(2),
	.lxwm-add-fl ul li:nth-child(4) {
		width: 54%;
	}
	.lxwm-map {
		height: 490px;
	}
	.kcpt-message p {
		font-size: 16px;
		line-height: 1.6;
	}
	.kcpt-name {
		font-size: 16px;
	}
	.kcpt-next {
		right: 17%;
	}
	.kcpt-prev {
		left: 17%;
	}
	.kcpt-box {
		padding: 80px 0;
	}
	.kyhz-box {
		padding: 60px 0 70px;
	}
	.kyhz-box p {
		font-size: 16px;
		line-height: 1.6;
	}
	.kyhz-list ul li {
		height: 90px;
		line-height: 76px;
	}
	.zscq-box {
		padding: 60px 0 50px;
	}
	.zscq-box p {
		font-size: 16px;
		line-height: 1.6;
	}
	.ddjs-box h4 {
		font-size: 20px;
	}
	.ddjs-date span:nth-child(1) {
		font-size: 16px;
	}
	.ddjs-date span:nth-child(2) {
		font-size: 50px;
	}
	.get-more {
		margin-top: 25px;
	}
	.news-top-fr {
		padding: 40px 30px 0;
	}
	.news-top-fr h3 {
		font-size: 20px;
	}
	.news-top-fr span {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.news-top-fr p {
		font-size: 16px;
		line-height: 1.6;
	}
	.new-control {
		bottom: 20px;
		left: calc(50% + 30px);
	}
	.news-listMessage {
		padding: 30px 20px;
	}
	.news-list-fc h4 {
		font-size: 20px;
	}
	.pro-allTitle h3 {
		font-size: 20px;
		line-height: 50px;
	}
	.pro-allTitle img {
		width: 120px;
	}
	.pro-allTitle {
		margin-bottom: 15px;
	}
	.pro-all-content p {
		font-size: 16px;
		line-height: 1.6;
	}
	.pro-all-content a {
		bottom: 30px;
	}
	.proDetail-name h3 {
		font-size: 26px;
	}
	.proDetail-name h4 {
		font-size: 20px;
	}
	.proDetail-title img {
		width: 200px;
	}
	.pro-line {
		margin: 20px 0 15px;
	}
	.pro-detail-fr p {
		font-size: 16px;
		line-height: 1.6;
	}
	.pro-detail-content {
		margin-top: 50px;
	}
	.detail-infoTitle h4 {
		font-size: 20px;
		width: 120px;
	}
	.detail-infoTitle span {
		width: calc(100% - 120px);
	}
	.detail-info-message table {
		margin-left: 120px;
		width: 89%;
		max-width: calc(100% - 120px);
	}
	.detail-info-message table tr th {
		font-size: 16px;
		line-height: 50px;
	}
	.detail-info-message table tr td {
		font-size: 16px;
		padding: 12px;
	}
	.whhd-name {
		padding: 0 15px;
	}
	.whhd-name p {
		font-size: 16px;
	}
	.whhd-box ul li {
		margin-bottom: 40px;
	}
	.whln-info-title h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.whln-info-title h4 {
		font-size: 24px;
		line-height: 40px;
	}
	.whln-info-nr p {
		font-size: 16px;
		line-height: 1.6;
	}
	.whln-list {
		margin-bottom: 60px;
	}
	.whln-bottom ul li h4 {
		font-size: 24px;
	}
	.whln-bottom ul li p {
		font-size: 16px;
	}
	.whln-bottom ul li {
		height: 260px;
	}
	.whln-bottom ul li:nth-child(1),
	.whln-bottom ul li:nth-child(2) {
		margin-bottom: 20px;
	}
	.jrwm-by-info p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.jrwm-by-info {
		width: 500px;
		padding: 35px 30px;
	}
	.jrwm-fldy {
		padding: 80px 0 100px;
	}
	.jrwm-icon {
		width: 116px;
		height: 116px;
	}
	.jrwm-iconImg img {
		width: 48px;
		margin-left: -24px;
		margin-top: -24px;
	}
	.jrwm-map {
		height: 500px;
	}
	.jrwm-addressBox {
		width: 510px;
		padding: 30px 25px;
	}
	.jrwm-addressBox h4 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.jrwm-addressBox ul li {
		padding-top: 10px;
	}
	.jrwm-addressBox ul li span {
		font-size: 16px;
	}
	.jrwm-addressBox ul li p {
		font-size: 16px;
	}
	.ne-nav-title {
		font-size: 16px;
	}
	.other-link a {
		font-size: 16px;
	}
	.jypx-title {
		padding: 20px 10px 10px;
	}
	.jypx-title p {
		font-size: 16px;
	}
	.jypx-box ul li:nth-child(4) p br {
		display: none !important;
	}
	.pxdt-list {
		padding: 30px 30px;
	}
	.pxdt-list-fl h4 {
		font-size: 20px;
	}
	.join-box>p {
		font-size: 16px;
	}
	.join-table {
		margin-top: 30px;
	}
	.join-table label span {
		font-size: 20px;
		padding-left: 30px;
		line-height: 64px;
	}
	.join-table label:after {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.join-table .tab_content {
		padding: 30px 30px;
	}
	.sp-menu .ne-menuList ul li {
		margin-right: 12px;
	}
	.ddjs-box {
		padding: 30px 30px;
	}
	.ban2 {
		height: 325px;
	}
	.ban2 ul li {
		width: 564px;
	}
	.num {
		height: 87px;
	}
	.num ul li {
		width: 154px;
	}
	
	/*20240529*/
	.new-kcpt-top-fl p{
		font-size: 16px;
    	line-height: 1.6;
	}
	.new-kcpt-companyName h3{
		font-size: 18px;
	}
	.new-kcpt-companyName span{
		font-size: 16px;
		padding: 0 14px;
	}
	.new-kcpt-companyZz h4{
		font-size: 17px;
	}
	.new-kcpt-bottom ul li{
		width: 25.467%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.new-kcpt-companyZz p{
		font-size: 16px;
	}
	.new-kcpt-bottom img{
		width: 48.066%;
	}
	.new-sysjs ul li:nth-child(1) .new-sysjs-info,.new-sysjs ul li:nth-child(2) .new-sysjs-info{
		height: 210px;
	}
	.new-kczt p{
		font-size: 16px;
    	line-height: 1.6;
	}
	.new-cxlht-txt{
		font-size: 16px;
    	line-height: 1.6;
	}
	.cxlht-list h5{
		font-size: 18px;
	}
	.cxlht-list ul li{
		font-size: 16px;	
	}
	.cxlht-fc h3{
		font-size: 30px;
	}
	.cxlht-fl ul li{
		margin-bottom: 2px;
	}
	.cxlht-fr ul li {
	    margin-bottom: 12px;
	}
	.cxlht-fc{
		left: 52%;
	}
	.new-rctd-txt{
		text-indent: 32px;
		font-size: 16px;
    	line-height: 1.6;
	}
	.rctd-p-img{
		width: 200px;
		height: 200px;
	}
	.rctd-p-info{
		padding-left: 20px;
    	padding-right: 20px;	
	}
	.rctd-p-info h4{
		font-size: 24px;
	}
	.rctd-p-info h5{
		font-size: 18px;
	}
	.rctd-p-info p{
		font-size: 16px;
		line-height: 1.6;
	}
	.new-rctd-list ul li{
		height: 500px;
	}
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 769px) {
	.w1500 {
		width: 94%;
	}
	.ne-menu {
		display: none;
	}
	.ne-bannerTitle h3 {
		font-size: 20px;
		line-height: 36px;
	}
	.ne-bannerTitle h3 span {
		font-size: 32px;
	}
	.ne-bannerTitle p {
		font-size: 12px;
	}
	.ne-bannerTitle {
		top: 50%;
	}
	.ne-navigation {
		padding: 15px 0;
		font-size: 14px;
	}
	.ne-nav-title:before {
		width: 20px;
		height: 20px;
		margin-top: -11px;
	}
	.ne-nav-title {
		padding-left: 26px;
		font-size: 14px;
	}
	.other-link a {
		font-size: 14px;
	}
	.other-linkIcon {
		display: none;
	}
	.about-info {
		padding: 50px 0 40px;
	}
	.about-infoBox {
		display: block;
	}
	.about-info-fl {
		width: 100%;
		margin-bottom: 30px;
	}
	.about-pageName {
		font-size: 28px;
	}
	.about-info-fr {
		width: 100%;
	}
	.about-info-fr h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.about-info-fr p {
		margin-bottom: 12px;
	}
	.scnl-list ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	.scnl-list-num span {
		font-size: 40px;
	}
	/*.scnl-list-box p {
        margin-top: 20px;
    }*/
	.about-scnl {
		padding: 50px 0;
	}
	.about-leaderBox {
		display: block;
	}
	.about-leader-fl {
		width: 100%;
		margin-bottom: 30px;
	}
	.about-leader-fr {
		width: 100%;
	}
	.about-leader-table {
		width: 100%;
	}
	.about-leader-table:nth-child(1) {
		margin-right: 0;
	}
	.about-leader {
		padding: 50px 0;
	}
	.cyjd-prev {
		right: 0;
	}
	.cyjd-next {
		left: 0;
	}
	.cyjd-next,
	.cyjd-prev {
		width: 36px;
		height: 86px;
		margin-top: -43px;
	}
	.about-ryzz {
		padding: 50px 0;
	}
	.ryzz-next,
	.ryzz-prev {
		z-index: 10;
	}
	.ryzz-next {
		right: 0;
	}
	.ryzz-prev {
		left: 0;
	}
	.cyjj-listBox ul li {
		width: 100%;
	}
	.cyjj-title {
		font-size: 16px;
		padding: 12px 40px 12px 10px;
	}
	.cyjj-lunbo .swiper-pagination {
		right: 20px;
	}
	.cyjj-more {
		margin-top: 30px;
	}
	.ne-content {
		padding: 50px 0;
	}
	.cyjd-detailBox {
		padding: 20px 10px;
		display: block;
	}
	.cyjd-detail-fl {
		width: 100%;
	}
	.cyjd-detail-largeImg {
		margin-bottom: 10px;
	}
	.cyjd-detail-fr {
		width: 100%;
		padding: 20px 0;
	}
	.cyjd-detail-fr h3 {
		font-size: 20px;
	}
	.cyjd-line {
		margin: 10px 0 20px;
	}
	.cyjd-detail-fu h4 {
		font-size: 16px;
	}
	.look-other {
		position: relative;
		margin-top: 30px;
		left: 0;
	}
	.cxfz-title {
		font-size: 28px;
	}
	.lxwm-addBox {
		display: block;
		padding: 20px 10px;
	}
	.lxwm-add-fl {
		width: 100%;
	}
	.lxwm-add-fl ul li {
		margin-bottom: 10px;
	}
	.lxwm-add-fl ul li:nth-child(1),
	.lxwm-add-fl ul li:nth-child(3) {
		width: 100%;
	}
	.lxwm-add-fl ul li:nth-child(2),
	.lxwm-add-fl ul li:nth-child(4) {
		width: 100%;
	}
	.lxwm-add-fl ul li img {
		width: 26px;
	}
	.lxwm-add-fl ul li p {
		width: calc(100% - 31px);
	}
	.lxwm-add-fr {
		margin: 20px auto 0;
	}
	.lxwm-map {
		height: 360px;
	}
	.ryzz-listContenter ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.ryzz-listContenter ul li:nth-child(5n) {
		margin-right: 2%;
	}
	.ryzz-listContenter ul li:nth-child(2n) {
		margin-right: 0;
	}
	.ryzz-listContenter2 ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.ryzz-listContenter2 ul li:nth-child(2n) {
		margin-right: 0;
	}
	.kcpt-box {
		padding: 50px 0;
	}
	.kcpt-lunbo {
		margin-top: 30px;
	}
	.kcpt-prev {
		left: 0;
	}
	.kcpt-next {
		right: 0;
	}
	.kcpt-name {
		position: relative;
		width: 100%;
	}
	.kyhz-list {
		margin-top: 30px;
	}
	.kyhz-list ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.zscq-lunbo {
		padding: 0;
	}
	.ddjs-list ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.ddjs-box {
		padding: 20px 10px;
	}
	.ddjs-box h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.line {
		margin: 20px 0 10px;
	}
	.ddjs-date span:nth-child(2) {
		font-size: 30px;
	}
	.get-more {
		margin-top: 6px;
	}
	.jianT {
		padding-top: 20px;
	}
	.news-topBox {
		display: block;
	}
	.news-topImg {
		width: 100%;
	}
	.news-top-fr {
		width: 100%;
		padding: 20px 10px;
	}
	.new-control {
		bottom: auto;
		left: 0;
		width: 100%;
		top: 20%;
	}
	.news-listMessage {
		padding: 20px 10px;
		display: block;
	}
	.news-list-fl {
		width: 100%;
		margin-bottom: 10px;
	}
	.news-list-fl span:nth-child(1) {
		text-align: left;
		margin-top: 0;
	}
	.news-list-fl span:nth-child(2) {
		text-align: left;
	}
	.news-list-fc {
		width: 100%;
		padding: 0;
	}
	.news-list-fc h4 {
		font-size: 18px;
		margin-bottom: 2px;
	}
	.news-list-fr {
		display: none;
	}
	.pro-allBox ul {
		display: block;
	}
	.pro-allBox ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.pro-all-content {
		position: relative;
		height: auto;
		top: 0;
		padding: 20px 10px 60px;
	}
	.pro-all-content a {
		bottom: 20px;
		left: 10px;
	}
	.pro-allBox ul li:nth-child(2) .pro-allImg {
		margin-top: 0;
	}
	.pro-detail-box {
		padding: 20px 10px;
	}
	.pro-detail-top {
		display: block;
	}
	.pro-detail-fl {
		width: 100%;
	}
	.pro-detail-fr {
		width: 100%;
		padding: 20px 10px;
	}
	.proDetail-title {
		margin-top: 0;
	}
	.proDetail-title img {
		width: 120px;
	}
	.proDetail-name h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.proDetail-name h4 {
		font-size: 18px;
	}
	.pro-tel {
		position: relative;
		left: 0;
		margin-top: 20px;
	}
	.pro-detail-content {
		margin-top: 30px;
	}
	.detail-infoTitle h4 {
		width: 100px;
	}
	.detail-infoTitle span {
		width: calc(100% - 100px);
	}
	.detail-info-message {
		padding: 10px 0;
	}
	.detail-info-message table {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}
	.detail-info-message table tr td {
		padding: 10px 2px;
	}
	.whhd-box ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.whln-list {
		margin-bottom: 20px;
	}
	.whln-list-img {
		width: 100%;
		float: none !important;
	}
	.whln-list-info {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		padding: 20px 10px;
	}
	.whln-info-nr {
		position: relative;
		width: 100%;
		top: 0;
		transform: translateY(0);
		left: 0;
	}
	.whln-info-title {
		display: block;
	}
	.whln-info-title h3 {
		font-size: 20px;
		line-height: 40px;
	}
	.whln-info-title h4 {
		font-size: 18px;
		line-height: 28px;
	}
	.whln-bottom {
		margin-top: 20px;
	}
	.whln-bottom ul li {
		width: 100% !important;
		height: 154px;
		padding: 20px 10px;
		margin-right: 0 !important;
	}
	.whln-bottom ul li h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.whln-bottom ul li:nth-child(1) {
		background-size: 20%;
	}
	.whln-bottom ul li:nth-child(2) {
		background-size: 20%;
	}
	.whln-bottom ul li:nth-child(3) {
		background-size: 20%;
		margin-bottom: 20px;
	}
	.whln-bottom ul li:nth-child(4) {
		background-size: 20%;
		margin-bottom: 20px;
	}
	.whln-bottom ul li:nth-child(5) {
		background-size: 20%;
	}
	.jrwm-by-box {
		padding: 30px 10px;
	}
	.jrwm-by-info {
		width: 100%;
		padding: 20px 10px;
	}
	.jrwm-fldy {
		padding: 40px 0 50px;
	}
	.jrwm-fldy ul li {
		width: 49%;
		margin-bottom: 20px;
	}
	.jrwm-fldy ul li:nth-child(2n) {
		margin-right: 0;
	}
	.jrwm-map {
		height: auto;
	}
	.map-box {
		width: 94%;
		height: 300px;
		margin: 0 auto;
	}
	.jrwm-address {
		position: relative;
		height: auto;
		top: 0;
		transform: translateY(0);
	}
	.jrwm-addressBox {
		position: relative;
		top: 0;
		transform: translateY(0);
		width: 100%;
		padding: 20px 10px;
	}
	.jrwm-addressBox h4 {
		font-size: 28px;
	}
	.jrwm-addressBox ul li {
		padding-bottom: 10px;
	}
	.jrwm-addressBox ul li span {
		width: 74px;
		line-height: 26px;
	}
	.jrwm-addressBox ul li p {
		width: calc(100% - 74px);
		line-height: 26px;
	}
	.jypx-box ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	.pxdt-box {
		margin-top: 30px;
	}
	.pxdt-list {
		padding: 20px 10px;
		display: block;
	}
	.pxdt-list-fl {
		width: 100%;
		padding-right: 0;
	}
	.pxdt-list-fl h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.pxdt-list-fr {
		width: 100%;
		padding-top: 0;
	}
	.pxdt-list-fr span:nth-child(1) {
		font-size: 48px;
	}
	.pxdt-list-fr span:nth-child(2) {
		margin-top: 5px;
	}
	.join-table label span {
		width: 100%;
		padding-left: 10px;
		font-size: 18px;
		line-height: 56px;
		box-sizing: border-box;
	}
	.join-table label:after {
		display: none;
	}
	.join-table .tab_content {
		padding: 20px 10px;
	}
	.ban2 {
		height: 216px;
	}
	.ban2 ul li {
		width: 375px;
	}
	.min_pic {
		height: 32px;
		position: absolute;
		top: 50%;
		margin-top: -16px;
	}
	.num {
		display: none;
	}
	.num ul li {
		width: 154px;
	}
	.jypx-box ul li p br {
		display: none !important;
	}
	.jypx-title p {
		font-size: 14px;
	}
	.news-listM {
		display: block;
	}
	.news-list ul li {
		margin-bottom: 0;
	}
	.news-img {
		width: 100%;
	}
	.news-info {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	.news-info h3 {
		font-size: 18px;
	}
	.news-info span {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.zzcq-box{
		padding: 0;
		margin-top: 70px;
	}
	.zzcq-box ul{
		white-space:normal;
		flex-wrap: wrap;
	}
	.zzcq-box ul li{
		width: 49%;
		margin-bottom: 10px;
	}
	.zzcq-box ul li:nth-child(2n){
		margin-right: 0;
	}
	.cprz-img{
		padding: 0;
	}
	.cprz-box{
		margin-top: 70px;
	}
	/*20240529*/
	.new-kcpt{
		padding: 40px 0 50px;
	}
	.new-kcpt-top{
		display: block;
	}
	.new-kcpt-top-fl{
		width: 100%;
		padding-top: 0;
		padding-right: 0;
	}
	.new-kcpt-top-fl .cxfz-title{
		margin-bottom: 25px;
	}
	.new-kcpt-top-fr{
		width: 100%;
		margin-top: 15px;
	}
	.new-kcpt-bottom img{
		display: none;
	}
	.new-kcpt-bottom ul li{
		width: 100%;
		margin-bottom: 15px;
		position: relative;
		left: 0 !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	}
	.new-sysjs{
		padding: 50px 0 40px;
	}
	.new-sysjs ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.new-sysjs-info{
		height: auto !important;
		padding: 20px 15px;
	}
	.new-kczt{
		padding: 40px 0 50px;
	}
	.new-kczt .cxfz-title{
		margin-bottom: 25px;
	}
	.new-kczt ul li{
		width: 49%;
		margin-bottom: 10px;
	}
	.new-kczt ul li:nth-child(2n){
		margin-right: 0;
	}
	.new-cxlht .cxfz-title{
		margin-bottom: 25px;
	}
	.new-cxlht-content{
		display: block;
	}
	.cxlht-fc{
		width: 100%;
		position: relative;
		left: 0;
		margin-left: 0;
		transform: translateX(0);
		margin-bottom: 20px;
	}
	.cxlht-fc h3 {
	    font-size: 22px;
	}
	.cxlht-list{
		width: 100%;
	}
	.cxlht-fl{
		margin-bottom: 15px;
	}
	.cxlht-fl ul li{
		margin-bottom: 5px;
	}
	.cxlht-fr ul li{
		margin-bottom: 5px;
	}
	.cxlht-fr h5{
		margin-bottom: 10px;
	}
	.new-rctd{
		padding: 50px 0 50px;
	}
	.new-rctd .cxfz-title{
		margin-bottom: 25px;
	}
	.new-rctd-list ul{
		padding: 0;
	}
	.new-rctd-list ul li{
		width: 100%;
		height: auto;
		padding-bottom: 24px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.zzcq-next,
	.zzcq-prev {
		z-index: 10;
	}
	.zzcq-next {
		right: 0;
	}
	.zzcq-prev {
		left: 0;
	}
}

@keyframes myleft {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(-5px, 0px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-moz-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-webkit-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-o-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@keyframes icon-bounce {
	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes icon-bounce {
	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-moz-keyframes icon-bounce {
	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-o-keyframes icon-bounce {
	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@media (-webkit-device-pixel-ratio: 1.1) {
	body {
		zoom: 0.9;
	}
}

@media (-webkit-device-pixel-ratio: 1.25) {
	body {
		zoom: 0.8;
	}
}

@media (-webkit-device-pixel-ratio: 0.8) {
	body {
		zoom: 1.25;
	}
}