a {
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

html,
body {
	position: relative;
	height: 100%;
	width: 100vw;
	overflow-x: hidden;
}

.container {
	/* max-width: 1580px; */
	max-width: 90vw;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

/*导航 start*/
.navbox {
	height: 70px;
	line-height: 52px;
	width: 100%;
	background: url("../images/nav_bg.png") left center no-repeat;
	color: #fff;
	z-index: 999;
	font-size: 1.2rem;
	position: relative;
}

.extend {
	position: absolute;
	height: 70px;
	left: 0;
	top: 70px;
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	display: none;
	align-items: center;
}

.extend .content {
	height: 50px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
}

.extend .content .inner {
	position: absolute;
	color: #333333;
}

.extend .content .inner a {
	padding: 0 20px;
	font-size: 1rem;
}

.extend>img {
	position: absolute;
	top: -10px;
	/* width: 30px; */
}

.navbox>.container>.row {
	justify-content: space-between;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.navbox .nav-pills .nav-link.active,
.navbox .nav-pills .show>.nav-link {
	color: #fff;
	font-weight: bold;
	border-bottom: #fff solid 2px;
	background: none;
	border-radius: 0px;
}

.navbox .dropdown-menu {
	background: rgba(255, 255, 255, 0.80);
	border-radius: 0px;
	padding: 0px;
	text-align: center;
	line-height: 2;
	width: 160px;
	margin-left: -80px;
	left: 50%;
}

.navbox .dropdown-item {
	color: #fff;
}

.nav {
	justify-content: space-between;
}

.navbox .dropdown-item:hover {
	color: #fff;
	background: #254a84;
}

.navbox .dropdown-item:focus {
	color: #fff;
	background: #254a84;
}

.navbox .nav-pills>li:hover .dropdown-menu {
	display: block;
}

.sanjiao {
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	left: 45%;
	top: -10px;
}

/*内容切换 start*/
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.swiper-container-v>.swiper-pagination-bullets .swiper-pagination-bullet {
	border: #fff solid 1px;
}

.swiper-container-v .swiper-pagination-v .swiper-pagination-bullet-active {
	background: #eb5f02;
	transform: scale(1.2);
}

.swiper-container-h .swiper-pagination-bullet {
	border-radius: 0px;
	width: 80px;
	height: 8px;
}

.swiper-pagination-h .swiper-pagination-bullet-active {
	background: #eb5f02;
}

.bannerimg img {
	height: 100%;
	width: 100%;
}

.mainhh {
	text-align: center;
	padding-top: 60px;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 4vh;
	margin-top: -10vh;
	position: relative;
}

.mainhh1 {
	background: url(../images/tit-news.png ) center bottom no-repeat;
}

.mainhh2 {
	background: url(../images/tit-zdxm.png ) center bottom no-repeat;
}

.mainhh3 {
	background: url(../images/tit-dq.png ) center bottom no-repeat;
}

.mainhh4 {
	background: url(../images/tit-tzggws.png ) center bottom no-repeat;
	color: #fff;
}

.mainhh5 {
	background: url(../images/tit-lxwmm.png ) center bottom no-repeat;
	margin-top: 0;
}

.mainhh::after {
	content: "";
	width: 80px;
	height: 5px;
	background: #eb5f02;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -40px;
}

.swiper-container1 img {
	width: 100%;
	height: 100%;
}

.swiper-container1 .swiper-slide p {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	line-height: 60px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 10px;
}

.swiper-container1 .swiper-pagination {
	text-align: right;
	padding-right: 10px;
}

.swiper-container1 .swiper-pagination-bullet-active {
	background: #eb5f02;
}

.coloror {
	color: #eb5f02;
}

.dis {
	display: none;
}

.newsmenu {
	overflow: hidden;
	zoom: 1;
}

.newsmenu li {
	float: left;
	padding-right: 40px;
	cursor: pointer;
	font-size: 22px;
}

.newslist {
	display: flex;
	align-items: center;
	margin-top: 3.6vh;
}

.newslistfl {
	text-align: center;
	width: 18%;
	color: #eb5f02;
	padding: 0 10px;
	border-right: #eee solid 1px;
}

.newslistfl span {
	font-size: 2rem;
	font-weight: bold;
}

.newslistmd {
	text-align: left;
	padding: 0px 20px;
}

.newslistmd h3 {
	font-size: 1.2rem;
	font-weight: bold;
}

.newslistmd p {
	font-size: 1rem;
	color: #666;
	margin-bottom: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newslistfr {
	padding: 0 10px;
	line-height: 3;
}

.newslistfr .iconfont {
	color: #eee;
	font-size: 2rem;
}

.active-newitem>.newslistfl {
	background: #0c2b5d;
	color: #fff;
}

.active-newitem>.newslistmd p {
	background: #0c2b5d;
	color: #fff;
}

.active-newitem {
	background: #0c2b5d;
	color: #fff;
}

.active-newitem>.newslistfr {
	color: #fff;
	background: #eb5f02;
}

.flexed-center {
	display: flex;
	align-items: center;
}

.more {
	text-align: center;
	margin-top: 6vh;
}

.bg2 {
	background: url(../images/cybk.jpg) no-repeat;
	color: #fff;
	background-size: cover;
}

.bg2 .col {
	display: flex;
	text-align: center;
	flex-direction: column;
	font-size: 1.4rem;
	position: relative;
}

.bg2 .col::before {
	content: "";
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	background-image: linear-gradient(#05a1df, #01ad2c, #05a1df);
}

.bg2 .col:last-child::before {
	display: none;
}

.bg2 .col>strong {
	font-size: 4rem;
}

.bg2 .col>span {
	font-size: 0.8rem;
}

.part2p {
	margin: 0 auto;
	margin-bottom: 13vh;
	width: 70%;
	display: block;
}

.bg3 {
	background: url(../images/dangjian-bg.jpg) no-repeat top center #fff;
	background-size: 100% auto;
}

.colorye {
	color: #ffe786;
}

.djbg {
	background: #de0001;
	border-top: #ffc80d solid 5px;
	position: relative;
}

.dqmenu {
	color: #fff;
	display: flex;
	justify-content: space-around;
	padding-top: 40px;
	font-size: 20px;
}

.dqmenu span {
	font-size: 2rem;
}

.dangbiao {
	width: 19%;
	position: absolute;
	left: -60px;
	bottom: -30px;
}

.dangbiao img {
	width: 100%;
}

.dqbox {}

.dqcon {}

.dqcon .dqconbox {
	display: flex;
	justify-content: flex-end;
}

.dqconboxfl,
.dqconboxfr {
	width: 42%;
}

.dqcon .dqconboxfl img {
	width: 100%;
}

.bgye {
	background: #fff4e9;
	padding: 22px;
}

.dqnewsup {
	text-align: left;
	border-bottom: #fddab6 solid 1px;
	padding-top: 20px;
}

.dqnewsup h3 {
	font-size: 1.4rem;
}

.dqnewsup p {
	font-size: 1rem;
	color: #999;
	margin-bottom: 20px;
}

.mainul {
	margin-top: 30px;
}

.mainul li {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 20px;
	font-size: 1rem;
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
}

.mainul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #f79f79;
	border-radius: 10px;
	position: absolute;
	left: 0px;
	top: 45%;
}

.mainul li span {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}

.dqconbox {
	margin-top: 40px;
}

.dqconboxfr {
	margin-top: 40px;
}

.bg4 {
	background: url(../images/cybk-b.jpg) no-repeat;
	background-size: cover;
}

.tzcard {
	background: #fff;
	width: 90%;
	padding-bottom: 10px;
}

.tzcard h3 {
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 15px;
	font-size: 1.2rem;
}

.tzcard p {
	margin: 0 15px;
	border-bottom: #eee solid 1px;
	padding-bottom: 5px;
	font-size: .9rem;
	color: #999;
}

.tzcard ul {
	padding: 15px;
}

.tzcard>a>img {
	width: 100%;
}

.morebtn {
	background-image: linear-gradient(to right, #ff9e53, #fb6431);
	color: #fff;
	width: 120px;
	line-height: 40px;
	text-align: center;
	border-radius: 45px;
	margin: 0 auto;
	font-size: 1rem;
}

.footer {
	color: #fff;
	background: url("../images/bg.png") left top no-repeat;
	padding: 50px 0px 20px 0px;
	width: 100%;
	text-align: left;
	font-size: 1rem;
	line-height: 2;
}

.footer h3 {
	border-bottom: #10335f solid 1px;
	font-size: 1.2rem;
	display: inline;
	padding-bottom: 5px;
}

.erweima {
	text-align: center;
}

.footerb {
	color: rgba(255, 255, 255, .5);
	font-size: .8rem;
	text-align: center;
	border-top: rgba(255, 255, 255, .1) solid 1px;
	margin-top: 40px;
	padding-top: 10px;
}

.zp-r {
	background-color: #f6f6f6;
}

.zp-r ul {
	display: flex;
	justify-content: space-between;
	padding: 40px;
}

.zp-r strong {
	font-size: 24px;
	line-height: 46px;
	font-weight: bold;
}

.zp-r span {
	font-size: 16px;
}

.hezuohuoban {
	height: 175px;
	padding: 20px;
}

.hezuohuoban .col {
	border-right: 1px solid #e1e1e1;
	height: auto;
}

.chengyuan {
	border: solid 1px #cfd0d0;
}

.timu {
	background-color: #eb6002;
	width: 72px;
	padding: 20px;
	font-size: 22px;
	color: white;
	font-weight: bold;
	float: left;
	height: 175px;
}

.zp-r li {
	margin-top: 30px;
}

/* 新增 */
.menuBox {
	position: fixed;
	z-index: 999;
	right: 40px;
	top: 40px;
	width: 40px;
	text-align: center;
}

.menu {
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../images/index_header_menu.png);
	background-position: center bottom;
	cursor: pointer;
	overflow: hidden;
}

@media screen and (max-width: 1000px) {
	.swiper-container-h .swiper-wrapper .swiper-slide {
		display: flex;
		align-items: center;
	}

	.bannerimg img {
		height: auto !important;
	}

	.nav {
		justify-content: flex-end;
	}
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
}

/* 二级页*/
.ejy-banner {
	margin-bottom: 26px;
}

.breadNav {
	text-align: left;
	margin: 20px 0px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 22px;
}

.breadNav a {
	color: #353535;
	font-size: 16px;
}

.breadNav-icon {
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 12px;
	background: url(../images/shouye.png) no-repeat;
	background-size: 100%, 100%;
}

.djbg {
	background: #de0001;
	border-top: #ffc80d solid 5px;
	position: relative;
}

.dqmenu2 li {
	padding: 10px 50px;
	background-color: #e5e5e5;
	cursor: pointer;
}

.dqmenu li {
	cursor: pointer;
}

.colorye2 {
	color: #ffffff;
	background-color: #0c2b5d !important;
	padding: 10px 50px;
}

.dqmenu2 {
	color: #0c2b5d;
	display: flex;
	justify-content: space-around;
	padding-top: 40px;
	font-size: 20px;
	margin: 0 auto;
}

.dis2 {
	display: none;
}

.dqconbox-b {
	display: flex;
	margin-top: 50px;
}

.dqconboxfl-b {
	padding: 20px;
}

.dqnewsup-b h1 {
	border-bottom: 5px solid #268df2;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

.dqnewsup-b span {
	color: #bac0c7;
	text-transform: capitalize;
	font-size: 28px;
}

.dqnewsup-b p {
	font-size: 18px;
	color: #535353;
	line-height: 36px;
	text-indent: 2rem;
}

.dqconboxfr-b {
	padding: 20px;
}

.footer-b {
	color: #fff;
	background: #0e2037;
	padding: 50px 0px 20px 0px;
	left: 0;
	bottom: 0px;
	width: 100%;
	text-align: left;
	font-size: 1rem;
	line-height: 2;
}

.ariticla-title {
	text-align: center;
	padding: 20px 0px;
	font-size: 30px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.airtical-labels {
	color: #818181;
	font-size: 14px;
	margin: 0 0 25px 0;
	padding-bottom: 20px;
	text-align: center;
}

.shipin {
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	padding: 30px 20px 20px 20px;
	text-align: center;
}

.airticalText {
	line-height: 32px;
	font-size: 16px;
	color: #3D3D3D;
	text-align: justify;
	text-indent: 2em;
	margin: 20px auto;
}

.am-text-left {
	height: 191px;
	background-size: 100%;
	padding-top: 15px;
	margin: 30px auto;
	display: flex;
	border-bottom: solid 1px #e1e8ea;
}

.am-block {
	padding-left: 10px;
}

.news-title {
	font-size: 22px;
	display: inline-block;
	width: 100%;
	line-height: 1;
	padding-bottom: 12px;
	padding-top: 10px;
}

.news-content {
	font-size: 14px;
	text-indent: 2em;
	margin: 10px auto;
}

.pdz {
	padding: 0px;
}

.am-pagination>li>a,
.am-pagination>li>span {
	position: relative;
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	line-height: 1.2;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 5px;
	margin-right: 5px;
}

.am-pagination {
	padding-left: 0;
	margin: 1.5rem 0;
	list-style: none;
	color: #999;
	text-align: left;
	font-size: 14px;
}

.am-pagination-default .am-pagination-next,
.am-pagination-default .am-pagination-prev {
	float: none;
}

.am-pagination .am-pagination-prev a {
	border-radius: 0;
}

.am-pagination>li {
	display: inline-block;
}

.am-text-right {
	text-align: right !important;
}

.lieb {
	width: 86%;
	margin: 0 auto;
}

.news-time {
	text-align: right;
	font-size: 14px;
	color: #d0d0d0;
}

.news-time>span {
	color: #D5D5DB;
}

.am-pagination>.am-active>a,
.am-pagination>.am-active>a:focus,
.am-pagination>.am-active>a:hover,
.am-pagination>.am-active>span,
.am-pagination>.am-active>span:focus,
.am-pagination>.am-active>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #11aab7;
	border-color: #0e90d2;
	cursor: default;
}

.am-icon-clock-o {
	margin-right: 10px;
}

.footer-b h3 {
	border-bottom: #10335f solid 1px;
	font-size: 1.2rem;
	display: inline;
	padding-bottom: 5px;
}

.ejy-banner img {
	width: 100%;
}

.ejy-banner {
	margin-top: 6.8rem;
	;
}




/*-------------------------------------------2024.10.21新加---------------------------------------------------*/
.topmenu {
	background: #fff;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.logo1 {
	width: 100%;
	padding-left: 100px;
}

.nav {
	display: flex;
	height: 70px;
	width: 100%;
	min-width: 1200px;
	align-items: center;
	padding: 0 140px;
	justify-content: space-between;
	background: url("../images/nav_bg.png") left center no-repeat;
	transition: 0.5s;
}

.nav {
	display: flex;
	align-items: center;
}



.nav .navList {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	transition: 0.5s;
}

.nav .navList a {
	display: flex;
	align-items: center;
	width: 120px;
	justify-content: center;
	height: 100%;
	transition: width 0.5s;
}

.nav .navList a:hover {
	background-color: #D70B5D;
	color: #FFFFFF;
	transition: background-color 0.5s;
}

.nav .navList .active-nav {

	color: #FFFFFF;
}

.navContent {
	background-image: url(../img/nav_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 62px;
	left: 400px;
	width: 80%;
	/* height: 280px; */
}

.navContent>div {
	display: none;
	width: 100%;
}


.navContent .left {
	height: 62px;
	display: flex;
	align-items: flex-end;
	flex-direction: row;
	padding-right: 10px;
	float: left;
}

.navContent .pic {
	width: 60%;
	float: left;
	height: 280px;
}

.navContent .pic>img {
	width: 100%;
	height: 100%;
}

.navContent .left .title {
	margin-bottom: 17px;
	color: #363636;
	font-size: 24px;
	padding-right: 170px;
}

.navContent .left a {
	padding: 21px 30px 0 30px;
	color: #fff;
	line-height: 62px;
}

.navContent .left a:hover {
	color: #d70c5d;
	border-bottom: 5px solid #d70c5d;
	transition: all 0.5s;
}

.video1 video {
	width: 100%;
}

.part2bg {
	background-image: url("../images/part2_bbg.png");
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
	margin-top: 40px;
}

.topic {
	font-size: 1.8rem;
	color: #dbaf55;
	font-weight: bold;
	text-align: center;
}

.topic span {
	font-size: 0.8rem;
	color: #fff;
	font-weight: normal;
	font-family: 微软雅黑;
	text-transform: uppercase;
	position: relative;
	padding-left: 20px;
}

.topic span:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 16px;
	background: #dbaf55;
	left: 10px;
	top: 0px;
}

.lanmu {
/*
	display: flex;
	justify-content: space-between;
	align-items: center;
*/
}

.lanmu ul {
	float: left;
}

.lanmu ul li {
	float: left;
	padding-left: 16px;
	font-size: 1.2rem;
	line-height: 3.6rem;
}

.lanmu img {
	float: right;
	padding-left: 30px;
}

.lanmu .active {
	position: relative;
	color: #dbaf55;
	font-weight: bold;
}

.lanmu .active:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 4px;
	background: #dbaf55;
	left: 36px;
	top: 44px;
	border-radius: 4px;
}

.content_bushi {
	width: 1270px;
	max-width: 90vw;
	margin: 50px auto 30px;
	position: relative;
}

.piclist {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.picbox {
	height: 22vw;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 382px;
	box-shadow: 2px 2px 5px 2px rgba(87, 87, 87, 0.18);

}
.picbox a {
	display: block;
	height: 70%;

}

.picbox span {
	color: #dbaf55;
	display: block;
	text-align: right;
	padding-right: 10px;
}

.picbox img {
	width: 100%;
	height: 100%;
}

.picbox p {
	padding: 10px 20px 0px;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color: #727171;
	font-size: 1.2rem;
	font-weight: bold;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.content_dangqun>.row-cols-3>.col {
	padding-top: 30px;
	padding-bottom: 30px;
}

.picbox p a:hover {
	color: #dbaf55;
}

.gongsi_list {
	position: relative;
	width: 100%;
	padding-top: 80px;
	height: 800px;
	background: url("../images/part2_tbg.png") 0px -120px no-repeat;
}

.gongsi_list li {
	width: 14vw;
	height: 14vw;
}

.gongsi_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.gongsi_list li a img {
	width: 100%;
	height: 100%;
}

.gongsi_pic1 {
	/* left: -212px;
	top: 350px; */
	/* left: -11vw;
	top: 18.23vw; */
	position: absolute;
}

.gongsi_pic2 {
	/* left: 72px;
	top: 205px; */
	/* left: 3.75vw;
	top: 10.68vw; */
	position: absolute;
}

.gongsi_pic3 {
	/* left: 360px;
	top: 107px; */
	/* left: 18.75vw;
	top: 5.57vw; */
	position: absolute;
}

.gongsi_pic4 {
	/* left: 656px;
	top: 48px; */
	/* left: 34.17vw;
	top: 2.5vw; */
	position: absolute;
}

.gongsi_pic5 {
	/* left: 958px;
	top: 48px; */
	/* left: 49.9vw;
	top: 2.5vw; */
	position: absolute;
}

.gongsi_pic6 {
	/* right: 352px;
	top: 107px; */
	/* left: 65.55vw;
	top: 5.57vw; */
	position: absolute;
}

.gongsi_pic7 {
	/* right: 72px;
	top: 205px; */
	/* left: 80.13vw;
	top: 10.68vw; */
	position: absolute;
}

.gongsi_pic8 {
	/* right: -212px;
	top: 350px; */
	/* left: 94.93vw;
	top: 18.23vw; */
	position: absolute;
}

.btn {
	position: absolute;
	top: 45%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 999;
}

.bushi {
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}

.lanmu_list li{
	cursor: pointer;
}
.lanmu_list{
	float: right;
}
.mainhh2 {
    background: url(../images/tit-news2.png) center bottom no-repeat;
}