@charset "UTF-8";

/* ======banner图====== */
.sys_bannerbox2 {
	width: 100%;
	height: 780px;
	background-color: #f2f5fc;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
}

.page_ban_title {
	width: 1600px;
	margin: 246px auto 0;
	color: #fff;
	text-align: center;
}

.page_ban_title h2 {
	font-size: 56px;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 20px;
}

.page_ban_title span {
	font-family: font1;
	font-size: 36px;
	line-height: 100%;
	text-transform: uppercase;
}

/* ======当前位置====== */
.mod_tab {
	height: 70px;
	margin-top: -70px;
	position: relative;
	z-index: 20;
	display: flex;
	align-items: center;
	font-size: 17px;
	background-color: #f2f5fc;
}

.mod_tab span {
	padding: 0 12px;
	color: #222;
}

.mod_tab .go_home {
	display: inline-block;
	padding-left: 40px;
	margin-left: 38px;
	background: url(../images/home_icon.png) no-repeat 0 5px;
}

.ny_mod_tab {
	background-color: #fff;
}

/* ======新闻列表====== */
.default_row {
	text-align: center;
	margin: 130px auto 200px;
	overflow: hidden;
}

.page_news_row {
	overflow: hidden;
}

.con_news_row3 {
	padding-top: 60px;
}

.news_menu2 {
	display: flex;
	justify-content: center;
}

.page_news_row .news_menu2 {
	margin: 60px auto 30px;
}

.news_menu2 li {
	display: inline-block;
	width: 200px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	cursor: pointer;
	background-color: #fff;
}

.mod_tab .news_menu2 li {
	font-size: 17px;
	background-color: #f2f5fc;
}

.mod_tab .news_menu2 li {
	border-right: 1px solid #d9d9d9;
}

.mod_tab .news_menu2 li.on {
	font-size: 18px;
	border-color: #003d96;
}

.page_news_row .news_menu2 li {
	margin-right: 1px;
}
.page_news_row .news_menu2 li:last-child {
	margin-right: 0;
}


.news_menu2 li a {
	display: block;
}

.news_menu2 li.on a {
	color: #fff;
	background-color: #003d96;
}

.news_menu2 li.on a::after,
.news_menu3 li a:hover::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 16px;
	position: relative;
	top: 1.5px;
	margin-left: 10px;
	background: url(../images/icon_more.svg) no-repeat center right;
	background-size: auto 16px;
}

.mod_tab .news_menu3 li.on,
.mod_tab .news_menu3 li a:hover {
	font-size: 18px;
	border-color: #217fc4;
}

.news_menu3 li.on a,
.news_menu3 li a:hover {
	color: #fff;
	background-color: #217fc4;
}

.page_news_row .news_list2 {
	display: -webkit-flex;
	flex-wrap: wrap;
	overflow: hidden;
	animation-duration: 1.2s;
	padding-bottom: 40px;
}

.page_news_row .news_list2 li {
	margin: 40px 40px 0 0;
	width: 440px;
	overflow: hidden;
}

.page_news_row .news_list2 li:nth-of-type(3n) {
	margin-right: 0;
}

.page_news_row .news_list2 li .pic_row {
	width: 440px;
	height: 230px;
	overflow: hidden;
}

.page_news_row .news_list2 li .pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.page_news_row .news_list2 li .pic_row:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.page_news_row .news_list2 li .news_text {
	width: 440px;
	height: 226px;
	padding: 26px 27px 30px;
	background-color: #fff;
}

.page_news_row .news_list2 li .news_text h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page_news_row .news_list2 li .news_text p {
	color: #888;
	line-height: 22px;
	margin-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page_news_row .news_list2 li .data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	color: #222;
}

.more2 {
	transition: transform .3s ease;
}

.more2::before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 10px;
	border-radius: 11.5px;
	position: relative;
	top: 5.5px;
	transition: width .3s;
	background: url(../images/icon_more2.svg) no-repeat #222;
	background-position: center 7px;
	background-size: 10px auto;
}

.page_news_row .news_list2 li:hover .more2::before {
	width: 36px;
	background-position: center 7px;
}

.page_news_row .news_list2 li .data time {
	font-style: 14px;
}

/* ======片区展示列表====== */
.page_news_row .news_list3 {
	overflow: hidden;
	animation-duration: 1.2s;
	padding-bottom: 40px;
}

.page_news_row .news_list3 li {
	margin: 40px auto 0;
	width: 100%;
	overflow: hidden;
}

.page_news_row .news_list3 li a {
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}

.page_news_row .news_list3 li:nth-child(2n) a {
	flex-flow: row-reverse;
	-webkit-flex-flow: row-reverse;
}

.page_news_row .news_list3 li .pic_row {
	width: 800px;
	height: 400px;
	overflow: hidden;
}

.page_news_row .news_list3 li .pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.page_news_row .news_list3 li .pic_row:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.page_news_row .news_list3 li .news_text {
	width: 600px;
	height: 400px;
	padding: 60px 100px 0 80px;
	background-color: #fff;
}

.page_news_row .news_list3 li .news_text h4 {
	font-size: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_news_row .news_list3 li .news_text p {
	color: #888;
	line-height: 28px;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.page_news_row .news_list3 li .data {
	display: flex;
	align-items: center;
	margin-top: 43px;
	color: #222;
}

.page_news_row .news_list3 li .data .more2::before {
	width: 34px;
	height: 34px;
	border-radius: 17px;
	top: 10.5px;
	margin-right: 16px;
	background-image: url(../images/icon_more2.svg);
	background-position: 50%;
	background-size: 15px auto;
}

.page_news_row .news_list3 li:hover .more2::before {
	width: 50px;
}

/*======翻页======*/
.page_nav {
	margin: 80px auto 110px;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 14px;
}

.page_nav a,
.page_nav span {
	display: block;
	padding: 10px 18px;
	margin: 0 5px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #666;
	background: #fff;
	border: 1px solid #ebebeb;
}

.page_nav .page_current,
.page_nav a:hover {
	color: #fff;
	background-color: #003d96;
	border-color: #003d96;
}

/* ======新闻详情====== */
.ny_news_show {
	margin-bottom: 120px;
	overflow: hidden;
	background-color: #fff;
}

.ny_news_show_tit {
	padding: 78px 0 25px;
	border-bottom: 1px solid #dcdcdc;
}

.ny_news_show_tit h3 {
	font-size: 36px;
	line-height: 100%;
	color: #222;
}

.ny_news_show_tit .time {
	color: #888;
	margin-top: 36px;
	padding-left: 34px;
	background: url(../images/time_icon.png) left center no-repeat;
}

.ny_news_show_con {
	padding: 72px 50px 92px;
	overflow: hidden;
}

.ny_news_show_con p {
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	color: #222;
	text-indent: 2em;
	text-align: justify;
	margin: 20px 0;
	overflow: hidden;
}

.ny_news_show_con p img {
	display: block;
	max-width: 1080px;
	height: auto !important;
	margin: 20px auto;
}

/* ====== 片区介绍 ====== */
.ny_news_show .main_title1 {
	padding-top: 20px;
}

.introduce_info {
	color: #222;
	padding: 20px 50px 95px;
	overflow: hidden;
}

.introduce_info h4 {
	font-size: 22px;
	padding: 20px 0 10px;
}

.introduce_info p {
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	text-indent: 2em;
	text-align: justify;
	margin: 20px 0;
	overflow: hidden;
}

/* ======关于我们===== */
.about_intro_row .main_title1 {
	margin: 100px auto 52px;
}

.intro_row1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 71px;
	overflow: hidden;
}

.intro_pic_row {
	width: 600px;
	height: 750px;
}

.intro_pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro_info2 {
	width: 700px;
}

.intro_info2 h4,
.contact_info h4 {
	font-size: 24px;
	color: #111;
	margin-bottom: 6px;
}

.intro_info2 p {
	text-indent: 2em;
	line-height: 34px;
	color: #333;
	text-align: justify;
	padding: 10px 0;
}

.bg2 .shu_row ul {
	padding-bottom: 40px;
	margin-top: 40px;
}

.intro_row2 {
	padding-bottom: 140px;
	overflow: hidden;
}

.struc_row {
	text-align: center;
}

/* === 大事记 === */
.history_row {
	width: 100%;
	height: 1146px;
	overflow: hidden;
	background: url(../images/history_ban.jpg) center top no-repeat #f2f5fc;
	background-size: contain;

}

.history_row .main_title1 {
	margin: 68px auto 38px;
}

.history_row .main_title1 * {
	color: #fff;
}

.history_row_con {
	position: relative;
}

.history_year_nav {
	width: 1400px;
	position: relative;
}

.history_year_nav .tempWrap {
	width: 1216px;
	margin: 0 auto;
}

.history_year_nav ul {
	display: flex;
	justify-content: space-between;
	background: url("../images/line.png") 0 57.5px repeat-x;
}

.history_year_nav li {
	margin: 0 21px 0;
	padding-bottom: 20px;
	height: 75px;
	text-align: center;
	cursor: pointer;
}

.history_year_nav li a {
	font-size: 20px;
	opacity: 0.7;
	color: #fff;
	display: inline-block;
	width: 100%;
	line-height: 100%;
}

.history_year_nav li.on a {
	font-size: 24px;
	font-weight: 700;
	opacity: 1;
	transition: all 0.3s;
}

.history_year_nav li span {
	display: inline-block;
	width: 14px;
	height: 14px;
	box-sizing: content-box;
	position: relative;
	z-index: 100;
	top: 14px;
	background-color: #9295a1;
	border: 5px solid #29304c;
	border-radius: 50%;
}

.history_year_nav li.on span {
	background-color: #fff;
	border-color: #262c45;
	transition: all 0.3s;
}

.history_year_nav .navPrev,
.history_year_nav .navNext {
	display: inline-block;
	width: 42px;
	height: 42px;
	top: 38px;
	z-index: 101;
	position: absolute;
	opacity: 0.8;
}

.history_year_nav .navPrev {
	left: 10px;
	background: url("../images/prev_icon.png") no-repeat;
}

.history_year_nav .navNext {
	right: 10px;
	background: url("../images/next_icon.png") no-repeat;
}

.history_year_nav .navPrev:hover,
.history_year_nav .navNext:hover {
	opacity: 1;
}

.history_row .history_info {
	margin: 152px auto;
	width: 1220px;
}

.history_row .history_info h3 {
	font-size: 20px;
	color: #777;
	padding-left: 43px;
}

.history_row .history_info li {
	height: 642px;
	width: 1220px;
	padding-right: 24px;
	text-align: justify;
}

.history_row .history_info #news_content_box {
	margin: 25px auto 0;
	height: 583px;
	min-width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.history_row .history_info #news_content_box::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.history_row .history_info #news_content_box::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
}

.history_row .history_info #news_content_box::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
}

.history_row .history_info #news_content_box ul {
	display: flex;
	background: url(https://img2.voc.com.cn/9/2024/07/09/d90a452f9372dc3be12b0a173d24e07040c856ae1720494872935.png?pid=15037712) 81px repeat-y;
	padding: 10px 0 8px;
}

.history_row .history_info #news_content_box ul li {
	flex: 1;
	height: auto;
}

.history_row .history_info #news_content_box ul li p {
	margin-bottom: 12px;
}

.history_row .history_info #news_content_box strong {
	width: 60px;
	text-align: right;
	margin-right: 14px;
}

.history_row .history_info #news_content_box img {
	width: 14px;
	height: 14px;
	margin: 10px 30px 0 0;
}

/* ===企业荣誉=== */
.honor_row {
	margin-bottom: 20px;
}

.honor_row .swiper {
	width: 1400px;
	height: 688px;
	padding-bottom: 76px;
	position: relative;
}

.honor_row .swiper-slide {
	height: 290px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.honor_row .swiper-pagination {
	margin-bottom: -16px;
}

.honor_row .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	border-radius: 0;
	background-color: #dfdfdf;
	opacity: 1;
}

.honor_row .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #003d96;
}

.honor_row .pic_row {
	width: 288px;
	height: 230px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.honor_row .pic_row img {
	max-width: 288px;
	max-height: 230px;
	object-fit: cover;
}

.honor_row .swiper-slide h4 {
	width: 288px;
	font-weight: normal;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* ===联系我们=== */
.contact_row {
	display: flex;
	margin-bottom: 150px;
}

.contact_pic {
	width: 634px;
	height: 358px;
	overflow: hidden;
}

.contact_info {
	margin-left: 82px;
}

.contact_info h4 {
	margin: 55px 0 25px;
}

.contact_info p {
	line-height: 46px;
	color: #333;
	display: flex;
	align-items: center;
}

.contact_info p::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 30px;
	position: relative;
	margin-right: 12px;
	background-position: 50%;
	background-repeat: no-repeat;
}

.contact_info p:nth-of-type(1)::before {
	background-image: url(../images/address_icon.png);
	background-size: 24px 30px;
}

.contact_info p:nth-of-type(2)::before {
	background-image: url(../images/email_icon.png);
	background-size: 28px 22px;
}

.contact_info p:nth-of-type(3)::before {
	background-image: url(../images/phone_icon.png);
	background-size: 26px 29px;
}

/* ======片区展示详情页===== */
.page_case_row {
	padding: 98px 0 142px;
	overflow: hidden;
}

.page_case_row h4 {
	font-size: 32px;
	line-height: 100%;
	font-weight: 700;
	color: #222;
}

.page_case_row .picSlideWr {
	margin-top: 50px;
	height: 460px;
	overflow: hidden;
	position: relative;
}

.page_case_row .picSlideWr .bd li {
	float: left;
	margin-right: 10px;
	height: 460px;
	width: 920px;
}

.page_case_row .picSlideWr .bd li .picbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

.page_case_row .picSlideWr .bd li .picbox .pic {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}

.page_case_row .picSlideWr .pon_box {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	height: 460px;
	width: 470px;
	background: url("../images/opacity_bg.png");
}

.page_case_row .picSlideWr .pon_box .next {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -34px 0 0 -34px;
	width: 82px;
	height: 80px;
	background: url("../images/case_next.png") no-repeat center #003d96;
}

.page_case_row dl {
	margin: 52px 0 0;
	overflow: hidden;
}

.page_case_row dl dt {
	font-size: 22px;
	color: #fff;
	line-height: 46px;
	width: 166px;
	margin-bottom: 32px;
}

.page_case_row dl.case_info {
	margin-top: 60px;
}

.page_case_row dl.case_info dt {
	padding-left: 58px;
	background: url("../images/case_icon1.png") no-repeat 21px 11px #003d96;
}

.page_case_row dl.case_place dt {
	padding-left: 56px;
	background: url("../images/case_icon1.png") no-repeat 22px 10px #003d96;
}

.page_case_row dl dd {
	font-size: 18px;
	color: #333;
	line-height: 36px;
}

.page_case_row dl.case_info dd {
	text-indent: 2em;
}

.case_map {
	width: 920px;
	height: 460px;
	margin-top: 34px;
}

.page_row ul {
	display: flex;
	justify-content: center;
	margin: 40px auto 110px;
	gap: 0 10px;
}

.page_row li {
	padding: 10px 18px;
	line-height: 1.42857143;
	color: #666;
	border: 1px solid #ebebeb;
	background-color: #fff;
}

.page_row li a {
	color: #666;
}

.page_row li.active {
	color: #fff;
	background-color: #003d96;
	border-color: #003d96;
}

.page_row a.grey {
	color: #b3b3b3;
}
