@font-face {
	font-family: FontAwesome;
	src: url(./fontawesome/fonts/fontawesome-webfont.ttf)
}

/* 初始化a的颜色 */
a {
	color: black;
}

/* 最顶部的 */
/* banner颜色临时修改 */
.banner {
	background-color: #0D6FB8;
}

.banner a .bannerchild:hover {

	background: #28A7E1;
}

/*  */
/* title_row 一行显示的模块标题 */
.title_row {
	background-color: none;
	padding-bottom: 1.25rem;
	margin-bottom: 3.13rem;
	margin-top: 6rem;
}

.title_row .rootW {
	padding: 1.2rem 0 1.2rem 0;
	border-bottom: 0.06rem solid #EEEEEE;
}

.title_row p {
	color: black;
	font-weight: 400;
	font-size: 2rem;
}

.title_row .title_row_little {
	color: #AAAAAA;
	font-size: 1.25rem;
	margin-left: 0.9rem;
}

.title_row_more {
	color: #7D7D7D;
	font-size: 1.25rem;
}

.title_row .rootW .align-center {
	align-items: flex-end;
}

/* box_row_item 一行显示的 长条*/
.box_row_item {
	background-color: #F8F8F8;
	border-radius: none;
	font-size: 1.13rem;
	padding: 1.88rem;
	margin-bottom: 1.88rem;
}

.box_row_item .box_row_item_tit {
	color: #28A7E1;
	font-size: 0.88rem;
	padding-right: 1.81rem;
	border-right: #E5E5E5 solid 0.06rem;
	margin-right: 1.81rem;
}

.box_row_item_tit .day {
	font-size: 1.75rem;
}

.box_row_item_tit .month {
	font-size: 0.88rem;
}

.box_row_item .box_row_item_main {
	color: #313131;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box_row_item .box_row_item_arrow {
	color: #BFBFBF;
}

/* top_tip  最顶上显示的细长的信息 */
.top_tip {
	background-color: #F9FAFC;
	font-size: 1rem;
}

.top_tip .rootW {
	height: 3.5rem;
}

.top_tip .top_tip_left {
	color: #313131;
}

.top_tip .top_tip_right {
	color: #313131;
}

.top_tip .top_tip_icon {
	width: 1.13rem;
	height: 1.13rem;
}

/* four_box_inline 一行4个盒子，文字在外 ，宽度变小改2个 */
.four_box_inline {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* width: calc((100%-2.44rem) / 4 ); */
}

.four_box_inline_item {
	width: 16.88rem;
}

.four_box_inline_item img {
	width: 100%;
}

.four_box_inline_item .itemname {
	color: #313131;
	font-size: 1.13rem;
	display: block;
	padding: 1.81rem 0 1.81rem 0;
	/* 试验下只用padding topbtm */
	text-align: center;
}

.four_box_inline_item .topbox {
	padding: 2.5rem 0 2.5rem 0;
	background-color: #F8F8F8;
}

/*  一行显显示4个，卡片，能多显示几行文字 */
.four_card {
	display: flex;
	max-width: 75rem;
	margin: 50px auto;
}

.four_card .rootW {
	padding: 0;
	width: 100%;
	align-items: center;
}

.four_card .four_card_item {
	/* margin-right: 2.31rem; */
	/* border: 0.06rem solid #EEEEEE; */
	flex: 1;
}

.four_card .line {
	width: 0.19rem;
	height: 4.75rem;
	border-left: 0.19rem dashed #DCDCDC;
	margin: 0 5rem;
}

/* .four_card .four_card_item:last-child {
	margin-right: 0;
} */

.four_card_item .four_card_item_pic {
	/* height: 16rem; */
	height: 17rem;
	width: 16.25rem;
	/* width: 16.93rem;
    height: 11.88rem; */
	/* width: 17.25rem; */
	/* height: 17.25rem; */
}

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

.four_card_item_btm {
	padding: 1.5rem;
}

.four_card_item_main {
	font-size: 3.13rem;
	color: #626262;
	line-height: 3.13rem;
	display: flex;
	align-items: flex-end;
}

.four_card_item_main div {
	font-size: 1.38rem;
	color: #999999;
	line-height: 1.8rem;
	margin-left: 0.94rem;
}

.four_card_item_detail {
	font-size: 1.38rem;
	color: #626262;
	line-height: 1.38rem;
	margin-top: 1.88rem;
}

.four_card_item_detail img {
	width: 1.81rem;
	height: 0.56rem;
}

/* 一行2个， 列表带日期盒子 */
.rootW .news_list_box {
	margin-bottom: 2.5rem;
}

.news_list_box {
	background-color: #FFFFFF;
	/* border: 0.06rem solid #EEEEEE; */
}

.news_list_box_title {
	background: rgba(233, 246, 252, 1);
	color: #0868AB;
	font-weight: 700;
	padding: 0 1.8rem 0 1.8rem;
	height: 3.75rem;
}

.news_list_box_title p {
	font-size: 1.25rem;
	font-weight: bold;
}

.news_list_box_title .blueIcon {
	display: inline-block;
	width: 0.19rem;
	height: 0.69rem;
	/* background: #236BB3; */
	background: #1AA0DF;
	border-radius: 0.09rem;
	margin-right: 0.9rem;
}

/* .news_list_box .news_list_box_main {
	padding: 0 1.94rem 0 1.94rem;
} */

.news_list_box .news_list_box_main li a {
	/* font-size: 1rem; */
	font-size: 1.13rem;
	/* display: block; */
	/* height: 3.44rem; */
	height: 4.06rem;
	line-height: 3.44rem;
	color: #313131;
	border-bottom: 0.06rem solid #F5F5F5;
}

.news_list_box .news_list_box_main li:last-child a {
	border-bottom: none;
}

.news_list_box .news_list_box_main li a .name {
	flex: 0.7;
}

.news_list_box .news_list_box_main li a .date {
	/* margin-left: 3rem; */
	text-align: right;
	flex: 0.3;
	color: #AAAAAA;
}

.news_list_box .news_list_box_main li a:hover {
	color: #0D6FB8;
}

/* 下面大部分是临时样式 */
/* 背景色 */
.grayBg {
	background-color: #F5F5F5;
	padding-bottom: 5rem;
	margin-top: 15rem;
	height: 895px;
}

.whiteBg {
	height: 580px;
	background-color: white;
	/* 修改6.25 */
	padding-bottom: 5rem;
}

/* top_logohead  logo和搜索框*/
.top_logohead .rootW {
	/* height: 8.19rem; */
	height: 6.88rem;
	max-width: 115rem;
}

.pc_showonly1 {
	position: flex;
	width: 100%;
	height: 113px;
	background-color: white;
	z-index: 999;
}


/* .top_logohead .top_logohead_logo {

	width: 15.63rem;
} */

.top_logohead .top_logohead_logo img {
	width: 100%;
}

.search_input {
	border: 0.0625rem solid #dcdcdc;
	padding-left: 0.9rem;
	overflow: hidden;
	/* color: #DCDCDC; */
	color: #000;
	outline: none;
	border-radius: 0.3125rem 0 0 0.3125rem;
	height: 2.5rem;
	background-color: #F8F8F8;
}

.search_searchbtn {
	width: 5rem;
	height: 2.5rem;
	background: #28A7E1;
	border-radius: 0rem 0.3125rem 0.3125rem 0rem;
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	line-height: 2.5rem;
	cursor: pointer;
}

.graysearch .input {
	position: relative;
}

.graysearch .search_input {
	padding-right: 2rem;
	color: black;
	/* 调整文本框的左内边距，以便给图标留出空间 */
}

.pho {
	position: absolute;
	top: 10px;
	right: 15px;
}

.graysearch .input1 {
	position: relative;
}

.pho1 {
	position: absolute;
	top: 5px;
	right: 10px;
}

/* .input::after {
	content: "";
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	background: url("../img/imgtop/3.png");
	background-size: contain;
	background-repeat: no-repeat;
} */

/* 4个一排的小a链接 */
.row_link {
	margin-bottom: 0.56rem;
}

.row_link a {
	color: #7D7D7D;
	font-size: 1rem;
}

.row_link a:hover {
	color: #28A7E1;
}

/* 文章纵向两个 */
.profile {
	margin-bottom: 2.5rem;
}

.profile .pic img {
	width: 100%;
}

.swiper-box {
	width: 90rem;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.swiper-box1 {
	width: 90rem;
	height: auto;
	margin: 0 auto;
	position: relative;
}


.Swiper_about {
	width: 63.75rem;
	height: 29.19rem;
	margin: 8.75rem auto 0;
}

.swiper-box .swiper-button-prev {
	width: 3.13rem;
	height: 3.13rem;
	background: #2D82F6;
	border-radius: 0;
	margin-left: 0rem;
	margin-top: -2rem;
}

.swiper-box .swiper-button-next {
	width: 3.13rem;
	height: 3.13rem;
	background: #2D82F6;
	border-radius: 0;
	margin-right: 0rem;
	margin-top: -2rem;
}

.Swiper_about .swiper-slide {
	width: 100%;
	height: 25.44rem;
	background: #FFFFFF;
	padding: 3.13rem;
	margin-top: 3.75rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Swiper_about .pic {
	width: 35.06rem;
	height: 26.06rem;
	background: #e5e5e5;
	border: 2px solid #E5E5E5;
	margin-top: -6.88rem;
	padding: 1.5rem;
	box-sizing: border-box;
}

.Swiper_about .pic img {
	width: 100%;
	height: 100%;
}

.Swiper_about .article {
	flex: 1;
	margin-left: 3.06rem;
	height: 100%;
	padding: 0;
}

.article .article_name {
	font-weight: bold;
	font-size: 1.5rem;
	color: #313131;
}

.article .article_text {
	font-weight: bold;
	font-size: 1.25rem;
	color: #C9C9C9;
	line-height: 1.74rem;
	margin-top: 0.94rem;
}

.article .article_detail {
	font-size: 1rem;
	color: #626262;
	line-height: 1.88rem;
	flex: 1;
	margin-top: 2.13rem;
}

.swiper-box1 {
	width: 100%;
	height: auto;
	margin-top: 5rem;
	background: #F5F5F5;
	/* padding-top: 3.75rem; */
	padding-bottom: 5rem;
}

.Swiper_product {
	width: 115.06rem;
	height: 40.63rem;
	padding-bottom: 8.13rem;
	box-sizing: border-box;
}

.Swiper_product .article {
	width: 70rem;
	height: 100%;
	align-items: flex-end;
	justify-content: center;
	padding: 3.75rem;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .4);
}

.Swiper_product .article_name {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.88rem;
	margin-right: 1.87rem;
	position: relative;
	line-height: 1;
}

.Swiper_product .article_name::after {
	content: '';
	width: 0.31rem;
	height: 4.06rem;
	background: #FFFFFF;
	position: absolute;
	right: -1.56rem;
	top: 0;
}

.Swiper_product .article_text {
	font-size: 1.25rem;
	color: #FFFFFF;
	margin-top: 0.81rem;
	margin-right: 1.87rem;
	line-height: 1;
}

.Swiper_product .article_detail {
	font-size: 0.88rem;
	color: #FFFFFF;
	line-height: 1.5rem;
	margin-top: 2.5rem;
	flex: initial;
	margin-bottom: 3.75rem;
}

.Swiper_product .more_btn {
	width: 8.13rem;
	height: 2.5rem;
	background: #2D82F6;
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 2.5rem;
	text-align: center;
}

.Swiper_product .pic {
	width: 45.06rem;
	height: 100%;
	background: #FFFFFF;
	padding: 1.44rem;
	box-sizing: border-box;
}

.Swiper_product .pic img {
	width: 100%;
	height: 100%;
}

.Swiper_product .swiper-pagination-bullet {
	width: 3.13rem;
	height: 3.13rem;
	background: #FFFFFF !important;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	text-align: center;
	line-height: 3.13rem;
	font-size: 1.38rem;
	color: #AAAAAA;
	margin: 0 0.78rem !important;
	opacity: 1;
}

.Swiper_product .swiper-pagination-bullet-active {
	border-color: #2D82F6;
	color: #2D82F6;
}

.Swiper_service {
	width: 63.74rem;
	height: 24rem;
	margin: 0 auto;
	padding-bottom: 3.13rem;
}

.Swiper_service .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Swiper_service .swiper-pagination-bullet {
	width: 0.63rem;
	height: 0.63rem;
	background: #DCDCDC;
	border-radius: 50%;
	margin: 0 0.315rem !important;
	opacity: 1;
}

.Swiper_service .swiper-pagination-bullet-active {
	background: #2D82F6;
}

.Swiper_service .swiper-slide.service {
	width: 14.06rem;
	height: 20.88rem;
	background: #FFFFFF;
	padding: 1.88rem;
	box-sizing: border-box;
	/* margin-right: 2.5rem !important; */
}

.Swiper_service .service .img {
	width: 5rem;
	height: 5rem;
}

.Swiper_service .service .index {
	margin-top: 1.88rem;
	font-size: 1.13rem;
	color: #313131;
	line-height: 1;
	text-align: center;
}

.Swiper_service .service .title {
	margin-top: 1rem;
	font-size: 1.13rem;
	color: #313131;
	line-height: 1;
}

.Swiper_service .service .text {
	margin-top: 3.13rem;
	font-size: 1rem;
	color: #999999;
	line-height: 1.63rem;
}

.Swiper_customer {
	width: 63.76rem;
	height: 13.94rem;
	margin: 0 auto;
	padding-bottom: 2.69rem;
}

.Swiper_customer .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Swiper_customer .img {
	width: 20rem;
	height: 11.25rem;
	background: #FFFFFF;
	padding: 0.8rem;
	box-sizing: border-box;
}

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

.Swiper_customer .swiper-pagination-bullet {
	width: 1.56rem;
	height: 0.19rem;
	background: #D2D2D2;
	border-radius: 0.09rem;
	margin: 0 0.15rem !important;
	opacity: 1;
}

.Swiper_customer .swiper-pagination-bullet-active {
	background: #2D82F6;
}


/* 搜索框 */
.search {
	width: 30.31rem;
	height: 2.81rem;
	background: #F8F8F8;
	border: 0.06rem solid #E5E5E5;
	border-radius: 0.31rem;
	color: black;
}

.phone_showonly {
	display: none !important;
}

.pc_showonly {
	display: block !important;
	height: 13.25rem;
}

@media screen and (max-width: 768px) {
	.phone_showonly {
		display: block !important;
	}

	.pc_showonly {
		display: none !important;
	}
}

.rootW {
	/* max-width: 1200px; */
	/* padding: 1000px; */
	max-width: 75rem;
	/* max-width: 120rem; */
	margin: 0 auto;
}

/* 下为 */
.one_inline {
	width: calc((100%));
}

.two_inline {
	width: calc((100% - 2.75rem) / 2);

}

.four_inline {
	width: calc((100% - 2.44rem) / 4);
}

.three_inline {
	width: calc((100% - 4rem) / 3);
}


.five_inline {
	width: calc((100% - 1.88rem) / 5);
}

/* 隐藏超过一行的字 */
.overflowhidden_one {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflowhidden_two {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 手机端换行，超过768不换行 */
.phone_wrap {
	flex-wrap: nowrap;
}

/* 手机端给他重置一下 */
@media screen and (max-width: 768px) {
	.four_card {
		max-width: 100%;
		padding: 0 3.19rem;
	}

	.four_card .rootW {
		align-items: flex-start;
		margin-left: 20px;
		margin-right: 15px;
	}

	.two_inline {
		width: calc((100%) / 1);
	}

	.four_inline {
		/* width: calc((100%-2.44rem) / 2 ); */
		/* width: calc((100% - 14.4rem) / 4); */
		width: auto;
		flex: 1;
		margin-right: 3.75rem;
		flex: initial !important;
	}

	.four_inline:last-child {
		margin-right: 0;
	}

	.four_card_item_main {
		font-size: 2.63rem;
		line-height: 2.63rem;
	}

	.four_card_item_main div {
		font-size: 1.5rem;
		margin-left: 0.63rem;
		line-height: 1.5rem;
	}

	.four_card_item_detail {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}

	.rootW {
		padding: 0 1.88rem 0 1.88rem;
		max-width: 100% !important;
	}

	.phone_wrap {
		flex-wrap: wrap;
	}

	.phone_card_temp {
		/* 卡片临时设置的宽和底部巨利 */
		/* width: 16.93rem; 
		margin-bottom: 1.88rem; */
	}

	.swiper-box {
		width: 100%;
	}

	.Swiper_about {
		width: 34.44rem;
		height: 21rem;
		margin: 3.12rem auto 0;
	}

	.Swiper_about .swiper-slide {
		height: 19.13rem;
		padding: 1.88rem;
		margin-top: 1.88rem;
	}

	.Swiper_about .pic {
		width: 13.69rem;
		height: 18.56rem;
		margin-top: -3.76rem;
		padding: 0.56rem;
	}

	.Swiper_about .article {
		margin-left: 1.88rem;
	}


}

/*  */
.flex_only {
	display: flex;
}

.flex_between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 2.5rem;
}

.flex_around {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.flex_start {
	display: flex;
	flex-direction: row;
	justify-content: start;
}

.flex_column {
	display: flex;
	flex-direction: column;
}

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

.align_center {
	align-items: center;
}

.flex_wrap {
	flex-wrap: wrap;
}

.flex_col {
	flex-direction: column;
}

.align-center {
	align-items: center;
}

/* 底部修改 */
.btm_logo {
	width: 11.38rem;
	/* width: 6.88rem;
    height: 6.88rem; */
}

.footer .footer_about .btm_logo img {
	width: 100%;
}

.btm_phone {
	font-size: 1.38rem;
	color: white;
	font-weight: 700;
}

.footer_about .btm_phone .btm_icon img {
	width: 1.63rem;
	height: 1.63rem;
	marker-start: 1rem;
	margin-right: 0.94rem;
}

.btm_phone .btm_icon {
	margin-bottom: 0.8rem;
}

/* 手机端补丁 */

@media screen and (max-width: 768px) {

	.title_row .rootW {
		margin: 0 1.4rem;
	}

	/* .header {
		height: 32.5rem;
		background-image: url(../img/index/14.jpg);
		margin-top: 7.44rem;
	} */


	.news_list_box .news_list_box_main li a {
		height: 5.23rem;
		line-height: 5.23rem;
		font-size: 1.63rem;
	}

	.news_list_box .news_list_box_main li a .name {
		font-size: 1.63rem;
	}

	.news_list_box_title p {
		font-size: 1.75rem;
	}

	.news_list_box_title a {
		font-size: 1.63rem;
	}


	/* .article .article_name:nth-child(1) {
		margin-top: 2.44rem;
	} */


	.four_box_inline_item {
		width: 19.88rem;
	}

	.four_box_inline_item .itemname {
		font-size: 1.63rem;
	}


	.bottomFlex {
		border-bottom: rgba(255, 255, 255, 0.1) solid 0.06rem;
		margin-bottom: 4.94rem;

		/* 去样式 */
		margin-bottom: 0.01rem;
		border-bottom: none;
	}


	.footer_mobile .other {
		color: #FFFFFF;
		font-size: 1.5rem;
	}


	.phone_nav {
		width: 2.88rem;
		height: 2.31rem;
	}

	.phone_nav img {
		width: 100%;
	}





	.phone_navbar .tab {
		font-size: 2.2rem;
	}

	.phone_navbar .about .tab-content .programa {
		width: 100%;
		/* height: 3.4375rem; */
		line-height: 6.4375rem;
		padding-left: 2rem;
		border-bottom: 0.0625rem solid #dfe1e6;
		text-align: left;
		/* font-size: 1rem; */
		font-size: 2rem;
	}

	.phone_navbar .tab .tab-button {
		width: 100%;
		/* height: 3.4375rem; */
		height: 5.4375rem;
	}

	.floatheader .logo {
		height: 4.31rem;
	}
}

/* new-class */
.list_item .new-class {
	background-color: white;
	border-left: none;
	color: #7d7d7d;
}

/* 灰色的搜索 */
.graysearch input {
	color: #BFBFBF;
	font-size: 1rem;
	border-radius: 1.09rem;
	background-color: white;
	border: 1px solid #BFBFBF;
}

.phone_hotline {
	white-space: nowrap;
	margin-left: 5rem;
}

.phone_hotline .img {
	width: 1.88rem;
	height: 1.88rem;
	margin-right: 0.94rem;
}

.phone_hotline .mobile {
	font-size: 1.38rem;
	color: #2D82F6;
}

.phone_hotline .text {
	font-size: 1rem;
	color: #2D82F6;
}

/* col式的标题 */
.title_col .rootW {
	padding-top: 5rem;
	/* padding-bottom: 4.31rem; */
}

.title_col .rootW .sub_title {
	font-weight: bold;
	font-size: 2.13rem;
	color: #313131;
}

.title_col .rootW .title {
	font-weight: 400;
	font-size: 2.5rem;
	color: #2D82F6;
	margin-top: 1.25rem;
}

.title_col .rootW .title_s {
	width: 49.25rem;
	font-size: 1.13rem;
	color: #7D7D7D;
	line-height: 1.88rem;
	margin: 5rem auto 0;
}

.title_col .rootW .title_col_iconimg {
	width: 7.06rem;
	height: 0.39rem;
	margin: 1.06rem auto 1.25rem;
}

.title_col_iconimg img {
	display: block;
	width: 100%;
	height: 100%;
}

/* 一行3个的卡片 */
.three_card .rootW .three_inline {
	width: 23.31rem;
	height: 30.69rem;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	/* padding: 1.88rem; */
	box-sizing: border-box;
}

/* 新增 */
.styles {
	color: #AAAAAA;
	font-size: 18px;
}

/*  */
.one_inline .flex_column {
	height: 6.75rem;
	width: 16.80rem;
}


.three_card .rootW .three_inline:hover {
	border: none;
	background: #2D82F6;
}

.three_card .rootW .three_inline:hover div {
	color: #FFFFFF;
}


/* 修改6.25 */
.three_card .rootW .three_inline .iconimg {
	width: 100%;
	height: 100%;
}

/* 修改6.25 */
.iconimg img {
	width: 100%;
	height: 90%;
}

/* 新增下划6.25 */
.line-under {
	border-bottom: 1px solid #F5F5F5;
	width: 300px;
	margin-left: 30px;
}

.three_card .rootW .three_inline .cardtitle {
	font-size: 1.38rem;
	color: #313131;
	/* 修改6.25 */
	margin: 1.6rem 1.25rem;
	line-height: 1;
}

.three_card .rootW .three_inline .cardmain {
	font-size: 1rem;
	color: #7D7D7D;
	line-height: 1.63rem;
	/* 修改6.25 */
	margin: 2rem 1.25rem;
	display: block;
}

/* 一行五个 */
.friends .rootW {
	max-width: 75rem;
	padding: 0;
}

.friends .rootW .five_inline img {
	width: 85%;
	margin-bottom: 1.63rem;
}

.friends .rootW .five_inline {
	margin-bottom: 1.81rem;
	width: 13.13rem;
	height: 6.25rem;
	box-sizing: border-box;
}

.friends .more_btn {
	margin-top: 30px;
	margin-left: 525px;
	width: 8.13rem;
	height: 2.5rem;
	background: #2D82F6;
	text-align: center;
	line-height: 2.5rem;
	color: #FFFFFF;
}

.more_btn {
	width: 8.13rem;
	height: 2.5rem;
	background: #FFFFFF;
	border: 1px solid #2D82F6;
	font-size: 1rem;
	color: #2D82F6;
	line-height: 2.3rem;
	text-align: center;
}

/* .more_btn:hover {
	background-color: #1AA0DF;
	color: white;
	transition: background-color 0.2s ease;
} */

/* 宣传视频样式 */
.video .videoImg {
	margin: 0 auto;
	width: 62.84rem;
	height: 30.03rem;
	position: relative;
	cursor: pointer;
}

.video .videoImg img {
	width: 8.38rem;
	height: 8.38rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#myVideo {
	/* width: 100%; */
	display: none;
}

.videoBox {
	width: 62.84rem;
	height: 30.03rem;
	margin: 0 auto;
	/* margin-bottom: 7.5rem; */
}

.videoBox_v {
	/* margin: 0 auto; */
	width: 62.84rem;
	height: 30.03rem;
}

/* 下面是新闻列表的左边表 */
.news .newshead {
	width: 28.13rem;
	height: 14.38rem;
	margin-bottom: 1.88rem;
}

.news .newshead img {
	width: 100%;
}

.newsmain {
	margin-bottom: 1.88rem;
}

.news .newsmain .data {
	padding-right: 1.88rem;
	margin-right: 1.88rem;
	border-right: #F5F5F5 solid 0.06rem;
	text-align: center;
	flex: 0.2;
}

.news .newsmain .data .year {
	font-size: 1.5rem;
	color: black;
}

.news .newsmain .data .month {
	font-size: 1rem;
	color: #AAAAAA;
	margin-top: 0.88rem;
	margin-bottom: 1.25rem;
}

.news .newsmain .data .type {
	font-size: 0.88rem;
	color: white;
	background: #3F7CF8;
	border-radius: 0.31rem;
	width: 2.81rem;
	height: 1.44rem;
	text-align: center;
	line-height: 1.44rem;
	margin: 0 auto;
}

.news .newsdetail {
	width: 20.44rem;
	/* height: 7rem; */
	flex: 1;
}

.news .newsdetail .tit {
	font-size: 1.13rem;
	margin-bottom: 1.38rem;
}

.news .newsdetail .main {
	font-size: 1rem;
	color: #7D7D7D;
}

/* 顶部的banner小型版本 */

/* 修改6.25 */
.banner_small {
	/* padding: 0px 10px; */
	width: 46.25rem;
	margin-right: 7px;
}

.banner_small .rootW a {
	font-size: 1.13rem;
	color: #000;
	position: relative;
	height: 100%;
	line-height: 6.88rem;
	/* 设置父元素为相对定位 */
}

.bannerchild {
	/* 其他样式 */
	position: relative;
	/* 确保绝对定位的下划线相对于父元素 */
	color: #000;
	/* 默认字体颜色 */
	text-decoration: none;
	/* 移除默认下划线 */
}

.bannerchild::after {
	content: '';
	/* 添加伪元素内容 */
	position: absolute;
	/* 绝对定位，基于父元素 */
	left: 0;
	top: 39px;
	/* 控制下划线位置 */
	width: 0;
	/* 初始宽度为0，不显示下划线 */
	height: 3px;
	/* 下划线高度 */
	background-color: #00A0E9;
	/* 默认下划线颜色 */

}

.nav-link:hover .bannerchild {
	color: #00A0E9;
	/* 鼠标悬停时字体颜色变化 */
}

.nav-link:hover .bannerchild::after,
.bannerActive::after {
	width: 100%;
	/* 鼠标悬停或首页激活状态时，下划线宽度为100% */
}


.passage {
	display: block;
	/* text-indent: 2.26rem;
    font-size: 1.13rem;
    line-height: 2.25rem;
     */
	margin: 3.13rem 0;
	font-size: 1rem;
	text-indent: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #626262;
	line-height: 1.88rem;
}

/* 把一行5个变一行两个 */
@media screen and (max-width: 768px) {
	.friends .rootW .five_inline {
		/* width:  calc((100%-2.44rem) / 2 ); */
		width: 20.63rem;
		/* height: 9.11rem; */
		height: 13.9rem;
		font-size: 1.63rem;
	}
}

/* 超出隐藏 */
.overflowhidden {
	color: #313131;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflowhidden_2 {
	color: #313131;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflowhidden_3 {
	color: #313131;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflowhidden_7 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
	.phone_overflowhidden_2 {
		-webkit-line-clamp: 2;

	}
}

/* 补丁-后面可删除 */
@media screen and (max-width: 768px) {
	.Swiper_product .flexRow {
		flex-direction: row-reverse;
	}

	.article .phone_bold {
		font-weight: 800;
		font-size: 1.5rem;
	}

	.article .article_text {
		margin-top: 0.63rem;
		font-size: 1.13rem;
		line-height: 1.3rem;
	}

	.article .article_detail {
		font-size: 1.13rem;
		display: block;
		/* overflow: visible; */
		-webkit-line-clamp: 4;
		line-height: 1.5rem;
		height: 6rem;
		flex: initial;
		margin-top: 1rem;
		/* margin-bottom: 4.3rem; */
	}

	.article .more_btn {
		margin-top: 1.6rem !important;
	}

	.swiper-box1 {
		margin-top: 3.12rem;
		padding-top: 2.5rem;
	}

	.Swiper_product {
		width: 43.14rem;
		height: 26.91rem;
		margin: 0 auto;
	}

	.Swiper_product .article {
		width: 25.63rem;
		height: 21.31rem;
		background: rgba(0, 0, 0, .4);
		padding: 3.13rem 1.88rem;
	}

	.Swiper_product .pic {
		width: 17.5rem;
		height: 21.31rem;
		background: #FFFFFF;
		border: 1px solid #FFFFFF;
		padding: 0.5rem;
	}

	.Swiper_product .article_detail {
		margin-bottom: 0;
	}

	.Swiper_product .more_btn {
		margin-top: 0;
	}

	.Swiper_service {
		width: 34.37rem;
		height: 26rem;
	}

	.Swiper_service .swiper-slide.service {
		width: 16.56rem;
		height: 22.88rem;
	}

	.phone_center {
		margin: 0 auto;
	}

	.title_col .rootW .title_s {
		/* 小标题 */
		font-size: 12px;
		max-width: 20.81rem;
	}

	.four_card .line {
		display: none;
	}

	.phone_flexcol {
		display: flex;
		flex-direction: column;
	}

	.news .newshead {
		width: 43.13rem;
		height: 18.75rem;
	}

	.news .newshead img {
		height: 18.75rem;
	}

	.newsmain {
		margin-bottom: 6.25rem;
	}

	.news .newsmain .data .year {
		font-size: 2rem;
	}

	.news .newsmain .data .month {
		font-size: 1.63rem;
	}

	.news .newsmain .data .type {
		width: 4.25rem;
		height: 2.19rem;
		line-height: 1.94rem;
		font-size: 1.5rem;
	}

	.news .newsdetail .tit {
		font-size: 1.75rem;
	}

	.news .newsdetail .main {
		font-size: 1.63rem;
	}

	.news .newsdetail {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	/* 顶部搜索 */
	.graysearch .search_input {
		width: 170px !important;
		height: 30px !important;
		border-radius: 1.72rem;
		padding-right: 3rem;
	}

	.input::after {
		width: 1.63rem;
		height: 1.63rem;
	}

	.top_tip {
		height: 7.44rem;
	}

	/* 视频企业风采 */
	.video .videoImg {
		width: 43.13rem;
		height: 25rem;
		border-radius: 0;
	}
}

/* 右侧fixed按钮 */
/* 下面是fixed按钮，只有实验样式 */
.fixedBox {
	/* background-color:#F5F5F5 ; */
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 0.63rem;
	width: 5.63rem;
	height: 5.63rem;
	font-size: 0.88rem;
}

.fixedBox_ {
	position: absolute;
	height: 5.63rem;
	color: #7D7D7D;
	font-size: 1rem;
	line-height: 1.25rem;
}

/* 给img外面加个盒子先 */
.fixedBox img {
	width: 100%;
	height: 100%;
}

.fixedBox {
	z-index: 9999;
	right: 2%;
	bottom: 30%;
	position: fixed;
	display: flex;
	flex-direction: column;
}


/* 修改6.25 */
.fixedBox .fixedBox_item {
	width: 6rem;
	height: 6rem;
	padding: 0.8rem;
	background: #f5f5f5;
	background-color: white;
	/* border-radius: 0.94rem 0.94rem 0 0; */
	font-size: 1rem;
	/* z-index: 9999; */
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 0.06rem solid #EEEEEE;
}

/* .fixedBox .fixedBox_item:last-child {
	border-radius: 0 0 0.94rem 0.94rem;
} */

.fixedBox_item .fixedBox_item_img {
	width: 3.2rem;
	height: 3.2rem;
}

.fixedBox_item .fixedBox_item_name {
	margin-bottom: 0.81rem;
}

#popup1.show {
	position: absolute;
	top: 0;
	right: 6rem;
	/* right: -200px; 初始时隐藏在右侧 */
	transition: right 0.3s;
	/* 使用过渡效果 */
	/* background-color: white; */
	background-color: #F8F8F8;
	color: #999999;
	padding: 0.7rem;
	border: 0.06rem solid #F5F5F5;
	border-radius: 0.63rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 11.25rem;
	height: 5.63rem;
	line-height: 1.25rem;
}

#popup2.show {
	position: absolute;
	top: 0;
	right: 8rem;
	/* right: -200px; 初始时隐藏在右侧 */
	transition: right 0.3s;
	/* 使用过渡效果 */
	background-color: white;
	padding: 0.7rem;
	border: 0.06rem solid #F5F5F5;
	border-radius: 0.63rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 8.81rem;
	height: 8.81rem;
	line-height: 1.25rem;
	text-align: center;
}

#popup2 img {
	width: 46%;
	height: 85%;
	/* margin-left: 35px; */
}

/* 轮播的主图 */
.swiper.mySwiper_banner img {
	object-fit: scale-down;
	/* 或 contain，根据你的需求选择 */
	background-position-x: 50%;
	background-position-y: 50%;
	width: 100%;
	height: 100%;
	margin-top: 30px;
}

/* 里面swiper的样式 */
/* CSS 代码 */
.swiper-pagination-bullet {
	/* width: 10px; /* 设置椭圆的宽度 */
	height: 5px;
	/* 设置椭圆的高度 */
	background-color: #000;
	/* 设置椭圆的背景颜色 */
	margin: 0 0.5rem;
	width: 1.25rem;
	height: 0.19rem;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0.09rem;
}

.swiper-pagination-bullet-active {
	background-color: white;
	/* 设置激活状态下椭圆的背景颜色 */
}




/* 首页底部改后css */
.zzb-footer.zzbfooter2 {
	width: 100%;
	padding: 3.125rem 0;
	box-sizing: border-box;
	background: #1B1B1B;
}

.zzb-footer.zzbfooter2 .zzb-footer-center {
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5rem;
}

.zzb-footer.zzbfooter2 .zzb-fc-left {
	width: 6.06rem;
	height: 6.69rem;
	align-self: center;
}

.zzb-footer.zzbfooter2 .zzb-fc-left img {
	width: 100%
}

.zzb-footer.zzbfooter2 .zzb-fc-center {
	width: auto;
	flex: 1;
	margin-left: 5.88rem;
	color: #FFFFFF;
	height: 9.69rem;
	border-right: 1px dashed #4B4B4B;
}

.zzb-footer.zzbfooter2 .zzb-fc-center p {
	font-size: 1rem;
	margin-top: 2rem;
}

.zzb-footer.zzbfooter2 .zzb-fc-center .name {
	font-size: 1.16rem;
	font-weight: bold;
	margin-top: 0;
}

.zzb-footer.zzbfooter2 .zzb-fc-center>ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.zzb-footer.zzbfooter2 .zzb-fc-center>ul>.cube {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* max-width: 5.8125rem; */
	box-sizing: border-box
}

.zzb-footer.zzbfooter2 .zzb-fc-center>ul>.cube .name {
	font-size: 1.25rem;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
	align-self: flex-start
}

.zzb-footer.zzbfooter2 .zzb-fc-center>ul>.cube>ul>li {
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.875rem;
	margin: 1rem 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis
}

.zzb-footer.zzbfooter2 .zzb-fc-center>ul>.cube>ul>li a {
	margin: 0.2rem 0;
	color: #c9c9c9
}

.zzb-footer.zzbfooter2 .zzb-fc-right {
	width: auto;
	color: white;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin-left: 5.94rem;
}

.zzb-footer.zzbfooter2 .zzb-fc-right p {
	font-size: 1.88rem;
	font-size: 1.3rem
}

.zzb-footer.zzbfooter2 .zzb-fc-right p.large {
	margin-bottom: 2.3rem;
	font-size: 1.88rem
}

.zzb-footer.zzbfooter2 .zzb-fc-right p:last-child {
	margin-bottom: 2rem
}

.zzb-footer.zzbfooter2 .zzb-fc-right .pic {
	width: 7.47rem;
	height: 7.47rem;
	background: #FFFFFF;
	margin-bottom: 1.25rem
}

.zzb-footer.zzbfooter2 .zzb-fc-right .pic img {
	width: 100%
}

.zzb-footer.zzbfooter2 .zzb-fc-right .tip {
	font-size: 1rem
}

@media screen and (max-width: 768px) {
	.zzb-footer.zzbfooter2 .zzb-footer-center {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.zzb-footer.zzbfooter2 .zzb-fc-left {
		width: 6.06rem;
		height: 6.69rem;
		margin-bottom: 4rem
	}

	.zzb-footer.zzbfooter2 .zzb-fc-center {
		display: none
	}

	.zzb-footer.zzbfooter2 .zzb-fc-right {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: auto
	}

	.zzb-footer.zzbfooter2 .zzb-fc-right>p {
		margin-top: 0rem;
		margin: 0;
		font-size: 2rem
	}

	.zzb-footer.zzbfooter2 .zzb-fc-right .large {
		font-size: 3rem
	}

	.zzb-footer.zzbfooter2 .zzb-fc-right .pic {
		margin: 4rem auto;
		margin-bottom: 1rem;
		width: 11rem;
		height: 11rem
	}

	.zzb-footer.zzbfooter2 .zzb-fc-right .tip {
		color: white;
		font-size: 1.6rem
	}
}

.zzb-footer.zzbfooter2 .zzb-footer-bottom {
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	color: white;
	justify-content: center;
	color: #C3C3C3;
	white-space: normal
}

.zzb-footer.zzbfooter2 .zzb-footer-bottom p:last-child {
	margin-bottom: 0
}

.zzb-footer.zzbfooter2 .icp-info {
	height: 3.13rem;
	line-height: 3.13rem;
	background: #434343;
	color: white;
	text-align: center;
	margin-top: 3.15rem;
	margin-top: 6rem;
	margin-top: 3.15rem
}

@media screen and (max-width: 768px) {
	.zzb-footer.zzbfooter2 .zzb-footer-bottom p {
		font-size: 1.5rem
	}
}

/* 首页底部改后css */

.navShow {
	opacity: 1;
	visibility: visible;
	padding-bottom: 0.16rem;
	border-radius: 0.1rem
}

.g-nav2 {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../image/nav-bg.jpg) center no-repeat;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease
}

.g-nav2 {
	background: white;
	overflow-y: auto;
	opacity: 1;
	visibility: visible;
	padding-bottom: 0.16rem;
	border-radius: 0.1rem
}

.g-nav2 .scroll {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0.13rem;
	bottom: 0;
	overflow-y: auto
}

.g-nav2 .scroll {
	position: static;
	padding-top: 0.22rem;
	padding-top: 1.1rem
}

.g-nav2 .scroll ul {
	margin: 0 auto
}

.g-nav2 .scroll li {
	width: 100%;
	text-align: left;
	padding-top: 0;
	color: black;
	border-bottom: rgba(255, 255, 255, 0.13) solid 1px
}

.g-nav2 .scroll li h2 {
	font-size: 0.06rem;
	line-height: 0.16rem;
	padding-left: 0.08rem;
	position: relative;
	font-size: 0.36rem;
	line-height: 1rem;
	padding-left: 0.79rem;
	position: relative;
	color: #313131
}

.g-nav2 .scroll li h2::before {
	font-family: "FontAwesome";
	margin-right: 0.16rem;
	color: #7d7d7d;
	transition: all 0.3s
}

.g-nav2 .scroll li.on h2::before {
	color: #01479d
}

.g-nav2 .scroll li .list {
	display: none;
	background: #f8f8f8
}

.g-nav2 .scroll li .list h3 {
	font-size: 0.05rem;
	line-height: 0.15rem;
	border-top: rgba(255, 255, 255, 0.13) solid 0.01rem;
	font-size: 0.3rem;
	line-height: 0.96rem;
	padding-left: 0.5rem;
	font-family: auto;
	border-bottom: 1px solid #f3f3f3
}

.g-nav2 .scroll li .list h3::before {
	content: "·";
	color: #7d7d7d;
	padding-right: 0.16rem
}

.g-nav2 .scroll li .list h3>a {
	color: #7d7d7d;
	width: 100%;
	display: inline-block
}

.g-nav2 .scroll li h2.h2:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0.08rem;
	font-size: 0.05rem;
	font-family: "FontAwesome";
	content: "\f107";
	color: #999999;
	right: 0.5rem;
	right: 0.32rem;
	font-size: 0.3rem;
	transition: All 0.5s ease
}

.g-nav2 .scroll li.on h2.h2:after {
	color: #01479d
}

.g-nav2 .scroll {
	position: relative
}

.g-nav2 .scroll::after {
	content: "1";
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.7;
	z-index: 9999999999;
	pointer-events: none;
	transition: all 0.3s
}

.navShow {
	overflow: hidden
}

.g-nav2 .scroll ul li:nth-child(1) h2::before {
	content: "\f015";
	font-size: 0.9rem;
}

.g-nav2 .scroll ul li:nth-child(2) h2::before {
	content: "\f0ea";
	font-size: 0.9rem;
}

.g-nav2 .scroll ul li:nth-child(3) h2::before {
	content: "\f016";
	font-size: 0.9rem;
}

.g-nav2 .scroll ul li:nth-child(4) h2::before {
	content: "\f1c0";
	font-size: 0.9rem;
}

.g-nav2 .scroll ul li:nth-child(5) h2::before {
	content: "\f2b9";
	font-size: 0.9rem;
}

.g-nav2 .scroll ul li:nth-child(6) h2::before {
	content: "\f019";
	font-size: 0.9rem;
}

.g-nav2 .scroll ul li:nth-child(7) h2::before {
	content: "\f095";
	font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
	.g-nav2 .scroll li h2 {
		font-size: 0.26rem;
		height: 2.75rem;
		line-height: 0.85rem
	}

	.g-nav2 .scroll li .list h3 {
		font-size: 0.24rem;
		line-height: 0.72rem;
		height: 0.72rem;
		display: flex
	}

	.phone_nav::before {
		font-family: "FontAwesome";
		content: "\f0c9";
		font-size: 1.6rem;
		display: block;
		color: gray;
		position: absolute;
		margin-top: 2%;
		margin-left: 5%;
	}
}