@charset "UTF-8";

html,
body,
* {
	/* font-family:"Microsoft YaHei", 微软雅黑,"PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial,STHeitiSC-Light, simsun, 宋体, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif; */
	font-family: 'syhtre', "Microsoft YaHei", '微软雅黑', '思源黑体';
	font-weight: normal;
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

@font-face {
	font-family: 'syhtre';
	src: url('../fonts/SourceHanSansCN-Regular.otf') format('truetype');
}

body {
	margin: 0;
	padding: 0;
	font: 14px/180% Microsoft Yahei;
	min-width: 640px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.l {
	float: left;
}

.r {
	float: right;
}

/* *:hover */
/* { */
/* -webkit-transition: all .2s linear; */
/* -moz-transition: all .2s linear; */
/* -o-transition: all .2s linear; */
/* transition: all .2s linear; */
/* } */
.tra_s_4 {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.tra_s_3 {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.tra_s_2 {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.tra_s_ease_6 {
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.box_s {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* top */
.top {
	background: #1c439e;
	color: #e7eaf2;
	font-size: 14px;
	line-height: 2.5;
}

.top .top_con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top .top_con a {
	color: #e7eaf2;
}

.top .top_con span {
	padding-left: 25px;
	padding-right: 8px;
	margin-right: 8px;
	background: url(../images/phone.png) left center no-repeat;
	background-size: auto 18px;
	border-right: 2px solid #8ea1cf;
}

/* top end*/
/*顶部导航*/
.heads {
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.heads .heads_logos {
	font-size: 0;
}

.heads .heads_logos img {
	height: 60px;
	display: block;
	margin-right: 80px;
}

.heads .heads_nav {
	margin: 0;
}

.heads_nav .nav>ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.heads_nav .nav>ul>li {
	font-size: 16px;
	line-height: 3.0;
	position: relative;
	letter-spacing: 1px;
}

.heads_nav .nav>ul>li>a {
	display: inline-block;
	padding: 0 15px;
	font-size: 16px;
	color: #000000;
}

/* .heads_nav .nav>ul>li:hover>a{background:#f1ce62;} */
.heads_nav .select_li>a {
	color: #023b8c !important;
}

.heads_nav .nav>ul>li ul {
	display: none;
	min-width: 100%;
	position: absolute;
	left: 0;
	z-index: 100;
	top: 48px;
	text-align: center;
}

.heads_nav .nav>ul>li ul>li {
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	margin-top: 1px;
	background: rgba(41, 43, 58, 0.8);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.heads_nav .nav>ul>li ul>li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	color: #fff;
}

.heads_nav .nav>ul>li>ul>li:hover {
	background: rgba(241, 206, 98, 0.9);
	color: #000000;
}

.heads_nav .nav>ul>li>ul>li:hover a {
	color: #000000;
}

.heads_nav .nav>ul>li:hover ul {
	display: block;
}

/* .heads_nav .nav>ul>li:nth-child(4) ul{width:200%;} */
.heads_phone {
	display: flex;
	margin-left: 20px;
}

.heads_phone span {
	font-size: 24px;
	font-weight: bold;
	color: #003586;
}

.heads_phone img {
	width: 22px;
	padding-left: 10px;
}

/*顶部导航 end*/
/* banner-swiper*/
.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-container .main_list {
	width: 100%;
}

.swiper-container .main_list .sl_img {
	width: 100%;
	font-size: 0;
}

.swiper-container .main_list .sl_img img {
	width: 100%;
	display: block;
}

.swiper-container .swiper-pagination-bullet {
	opacity: 1;
	width: 10px;
	height: 6px;
	border-radius: 0;
	display: inline-block;
	background: #ffaf8c;
}

.swiper-container .swiper-pagination-bullet-active {
	width: 40px;
	background: #ffffff;
}

.swiper-container .swiper-container-horizontal>.swiper-pagination-bullets {
	width: 62.5%;
	left: 18.75%;
	height: 30px;
	bottom: 50px;
	text-align: left;
}

.swiper-container .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-container .main_list .sl_img .banner_info {
	position: absolute;
	font-family: "PingFang SC";
	font-size: 15px;
	left: 0;
	top: 24%;
	width: 100%;
}

.swiper-container .swiper-button-prev {
	z-index: 10;
	left: 1.5rem;
	top: 45%;
	width: 0.7rem !important;
	height: 0.7rem !important;
	background: url(../images/left.png) center center no-repeat;
	background-size: 90% 90%;
}

.swiper-container .swiper-button-prev:after {
	content: '' !important;
}

.banner .swiper-button-next {
	right: 1.5rem;
	top: 45%;
	width: 0.7rem !important;
	height: 0.7rem !important;
	background: url(../images/right.png) center center no-repeat;
	background-size: 90% 90%;
}

.banner .swiper-button-next:after {
	content: '' !important;
}

.banner_info_con {
	width: 55%;
	margin: 0 auto;
}

.banner_info_con h2 {
	font-size: 54px;
	line-height: 80px;
	color: #ff5f00;
	letter-spacing: 2px;
	font-family: "PingFang SC";
}

.banner_info_con h3 {
	font-size: 54px;
	line-height: 80px;
	color: #4d5068;
	letter-spacing: 1px;
	font-family: "PingFang SC";
}

.banner_info_con p {
	padding-left: 5px;
	font-size: 20px;
	line-height: 1.8;
	color: #595757;
	letter-spacing: 1px;
	margin-top: 30px;
	font-family: "PingFang SC";
}

.banner_info_con a {
	display: inline-block;
	margin-top: 90px;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 0 15px;
	background: url(../images/banner_more.png) center no-repeat;
	background-size: 100% 100%;
}

/* banner-swiper end*/
/* mains */
.mains {
	width: 1400px;
	margin: 0 auto;
}

.flexs {
	display: flex;
	justify-content: space-between;
}

/* mains end*/
/* youshi */
.youshi {
	width: 100%;
	padding: 50px 0 70px 0;
	background: #f9fcff;
}

.youshi_con {
	margin: 40px auto 20px auto;
}

.youshi_con li {
	width: 18%;
	padding: 20px 2.5%;
	background: #ffffff;
	border-radius: 12px;
}

.youshi_con li .ys_icon {
	width: 100%;
	height: 50px;
	padding: 15px 0;
	font-size: 0;
}

.youshi_con li .ys_icon img {
	max-height: 100%;
}

.youshi_con li h3 {
	font-size: 20px;
	line-height: 2.0;
	padding: 5px 0;
	color: #000000;
	font-weight: normal;
}

.youshi_con li p {
	font-size: 14px;
	line-height: 1.8;
	color: #676767;
	font-weight: normal;
}

.more {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.more a {
	display: inline-block;
	font-size: 16px;
	line-height: 3.0;
	padding: 0 30px;
	letter-spacing: 1px;
	background: #ff591f;
	color: #ffffff;
	border-radius: 5px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.more a:hover {
	transform: translate(0, -6px);
}

/* youshi end*/

/* about */

/* 关于我们 */
.about {
	width: 100%;
	padding: 60px 0;
}

.about-section {
	margin: 0 auto;
	padding: 80px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.about-content {
	flex: 1;
	padding-right: 20px;
	background: url(../images/about-bg.png) 90% center no-repeat #fff;
	background-size: 70% auto;
}

.section-title {
	font-size: 35px;
	font-weight: normal;
	color: #333;
	margin-bottom: 24px;
	line-height: 1.5;
	font-family: 'alibabaphsem', 'syhtre', 'Microsoft Yahei', sans-serif;
}

.about-text {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 32px;
	max-width: 80%;
	text-indent: 2.0em;
}

.about-content .read-more {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	margin-bottom: 40px;
	display: inline-block;
	color: #0093d1;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.about-content read-more:hover {
	margin-left: 20px;
}

.about-content .read-more:hover::after {
	width: 100%;
}

.stats-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.stat-item {
	flex: 1 1 calc(50% - 60px);
	display: flex;
	align-items: center;
	gap: 12px;
}

.stat-icon {
	font-size: 0;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stat-icon img {
	width: 75px;
	height: auto;
}

.stat-info h3 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
	margin: 0;
}

.stat-info h3 span {
	padding-right: 6px;
	font-size: 50px;
	font-weight: 600;
	color: #146db3;
	margin: 0;
	/* font-family: AlibabaPuHuiTiMedium; */
}

.stat-info p {
	font-size: 18px;
	line-height: 1.6;
	color: #191919;
	margin: 4px 0 0 0;
}

.about-image {
	width: 420px;
	font-size: 0;
	position: relative;
}

.about-image img {
	width: 100%;
	display: block;
	height: auto;
	border-radius: 8px;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.about-image::before {
	content: '';
	position: absolute;
	top: -20px;
	right: -20px;
	width: 100%;
	height: 100%;
	background-color: #a2dbc9;
	border-radius: 8px;
	z-index: -1;
}

/* 关于我们 end */

/* about end */

/* con_1 */
.con_1 {
	width: 100%;
	padding: 30px 0;
	border-bottom: 3px solid #f2f4f5;
	box-shadow: 0 5px 12px #e9f1ff;
	-moz-box-shadow: 0 5px 12px #e9f1ff;
	/* for firefox */
	-webkit-box-shadow: 0 5px 12px #e9f1ff;
	/* for safari or chrome */
}

.con_1 .about_list {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.con_1 .about_list li {
	font-size: 15px;
	line-height: 2.0;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.con_1 .about_list li h6 {
	font-size: 15px;
	padding-right: 15px;
}

.con_1 .about_list li h6 span {
	font-size: 40px;
	font-weight: bold;
	color: #000000;
}

.con_1 .about_list li div .span_color {
	color: #ff494c;
	font-size: 20px;
	font-weight: bold;
}

/* con_1 end*/
/* index_tit */
.index_tit {
	width: 100%;
	text-align: center;
}

.index_tit h2 {
	font-size: 38px;
	line-height: 2.0;
	color: #000000;
	letter-spacing: 3px;
	font-weight: normal;
}

.index_tit p {
	font-size: 16px;
	line-height: 2.0;
	font-weight: normal;
	color: #000000;
	letter-spacing: 2px;
}

.index_tit i {
	display: block;
	margin: 8px auto;
	width: 26px;
	height: 3px;
	background: #f68042;
}

/* index_tit end*/


/* anli */
.anli {
	width: 100%;
	padding: 60px 0;
	background-color: #f8fafc;
}

.anli .anli_main {
	margin: 20px auto;
	flex-wrap: wrap;
}

.anli .anli_main li {
	width: 31.5%;
	border-radius: 12px;
	background-color: #ffffff;
	margin: 15px 0;
	overflow: hidden;
	box-shadow: 0 0 16px #e1d9d9;
	-moz-box-shadow: 0 0 16px #e1d9d9;
	-webkit-box-shadow: 0 0 16px #e1d9d9;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.anli .anli_main li:hover {
	transform: translate(0, -6px);
}

.anli .anli_main li .anli_img {
	width: 100%;
	height: 192px;
	overflow: hidden;
}

.anli .anli_main li .anli_img img {
	width: 100%;
	min-height: 100%;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.anli .anli_main li:hover .anli_img img {
	transform: scale(1.06, 1.06);
	transition: .6s transform;
	z-index: 1000;
}

.anli .anli_main .anli_info {
	width: 88%;
	margin: 0 auto;
	padding: 15px 0 20px 0;
}

.anli .anli_main li h3 {
	font-size: 20px;
	line-height: 2.0;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.anli .anli_main .anli_info p {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(51, 68, 85, 1);
	font-weight: normal;
}

.anli_more {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.anli_more span {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #106dbb;
	border-radius: 3px;
}

.anli_more img {
	width: 16px;
}

.more2 {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.more2 a {
	background: #106dbb;
	border-radius: 5px;
	color: #ffffff;
	padding: 15px 30px;
	display: inline-block;
	font-size: 16px;
	line-height: 1.0;
	letter-spacing: 1px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.more2 a img {
	height: 15px;
	padding-left: 10px;
}

.more2 a:hover {
	transform: translate(0, -6px);
}

/* anli end*/

/* items */
.items {
	width: 100%;
	padding: 55px 0 40px 0;
	background: #f6faff;
}

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

.items_main li {
	width: 25.8%;
	padding: 30px 3% 30px 3%;
	margin-bottom: 20px;
	background: #ffffff;
	display: flex;
	justify-content: space-between;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.items_main li .items_img {
	width: 22%;
	font-size: 0;
	padding-top: 10px;
}

.items_main li .items_img img {
	max-width: 80%;
	display: block;
}

.items_main li .items_info {
	max-width: 76%;
	display: block;
	letter-spacing: 1px;
}

.items_main li .items_info h5 {
	font-size: 20px;
	line-height: 2.0;
	font-weight: bold;
}

.items_main li .items_info p {
	font-size: 15px;
	line-height: 2.0;
	font-weight: normal;
	color: #676767;
}

.items_main li .items_info a {
	font-size: 14px;
	line-height: 2.0;
	font-weight: normal;
	color: #000000;
	display: inline-block;
	margin-top: 15px;
	padding-right: 20px;
	background: url(../images/item_more.png) right center no-repeat;
	background-size: 15px auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.items_main li:hover {
	transform: translate(0, -6px);
}

.items_main li:hover h5 {
	color: #255ec3;
}

.items_main li:hover .items_info a {
	padding-right: 30px;
	color: #255ec3;
}

/* items end*/

/* fc */
.fc {
	width: 100%;
	padding: 50px 0;
}

.fc .fc_contain {
	position: relative;
	width: 1500px;
	margin: 0 auto;
	overflow: hidden;
}

.fc .fc_contain-con {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
}

.fc .fc_main {
	margin: 30px auto;
	padding: 15px 15px;
	overflow: hidden;
}

.fc .fc_main li {
	shadow: 0 0 8px #e1d9d9;
	-moz-box-shadow: 0 0 8px #e1d9d9;
	-webkit-box-shadow: 0 0 8px #e1d9d9;
	/* border: 1px solid #e5e5e5; */
}

.fc .fc_main li .fc_img {
	width: 100%;
	height: 240px;
	font-size: 0;
	overflow: hidden;
}

.fc .fc_main li .fc_img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.fc .fc_main li h5 {
	width: 80%;
	padding: 15px 10% 15px 5%;
	font-size: 16px;
	line-height: 2.0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/jt_2.png) right center no-repeat;
	background-size: 20px auto;
}

.fc .fc_main li:hover .fc_img img {
	transform: scale(1.05, 1.05);
	transition: .4s transform;
	z-index: 1000;
}

.fc_main .swiper-button-prev {
	z-index: 10;
	left: 0;
	top: 35%;
	width: 40px !important;
	height: 70px !important;
	background: url(../images/fc_left.png) center center no-repeat;
	background-size: 50% auto;
}

.fc_main .swiper-button-prev:after {
	content: '' !important;
}

.fc_main .swiper-button-next {
	right: 0;
	top: 35%;
	width: 40px !important;
	height: 70px !important;
	background: url(../images/fc_right.png) center center no-repeat;
	background-size: 50% auto;
}

.fc_main .swiper-button-next:after {
	content: '' !important;
}

/* fc end*/

/* wenti */
.wenti {
	width: 100%;
	padding: 40px 0;
}

.wenti .wenti_main {
	display: flex;
	justify-content: space-between;
}

.wenti .wenti_main li {
	width: 27.3%;
	padding: 15px 2%;
	background: #fbfbfb;
}

.wenti .wenti_main li h5 {
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 2.0;
	padding: 5px 0;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wenti .wenti_main li p {
	font-size: 15px;
	line-height: 1.6;
	color: #727272;
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 2px solid #e1e1e1;
}

/* wenti end*/

/*foots*/
.foots {
	width: 100%;
	padding: 30px 0 40px 0;
	background: url(../images/footer_bg.jpg) center no-repeat;
	background-size: cover;
}

.foots_con1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #255db5;
}

.foots_con1 .foots_logo {
	width: 20%;
	font-size: 0;
}

.foots_con1 .foots_logo img {
	max-width: 100%;
	display: block;
}

.foots_con1 .foots_phone span {
	display: inline-block;
	padding-left: 30px;
	background: url(../images/phone.png) left center no-repeat;
	background-size: 20px auto;
	font-size: 18px;
	line-height: 2.0;
	color: #ffffff;
	font-weight: normal;
}

.foots_con2 {
	border-bottom: 1px solid #255db5;
	padding: 30px 0;
	color: #ffffff;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.foots_con2 .foots_nav {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: left;
	gap: 5px;
}

.foots_nav a {
	display: flex;
}

.foots_nav li {
	margin: 0;
	padding: 0;
	margin-right: 40px;
	font-size: 0;
	font-size: 15px;
	line-height: 2.0;
	color: #ffffff;
}

.foots_con2 h6 {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 2.0;
	color: #c7c8c8;
	font-weight: bold;
	letter-spacing: 1px;
}

.foots_con2 li {
	font-size: 16px;
	line-height: 2.0;
	color: #c7c8c8;
}

.foots_lx {
	font-size: 15px;
	line-height: 2.0;
	color: #c7c8c8;
}

.copyright {
	padding-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 2.0;
	color: #c7c8c8;
}

.copyright a {
	font-size: 14px;
	color: #c7c8c8;
}

.foots_ewm {
	width: 150px;
	text-align: center;
}

.foots_ewm img {
	max-width: 130px;
}

/*foots end*/


/* news */
.news {
	width: 100%;
	padding: 50px 0 70px 0;
	background: #f6faff;
}

.news_main {
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.news_main .news_tj {
	width: 50%;
	background: #ffffff;
	border-radius: 0 0 30px 0;
}

.news_main .news_tj .news_tj_img {
	width: 100%;
	height: 360px;
	border-radius: 6px;
	overflow: hidden;
}

.news_main .news_tj .news_tj_img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.news_main .news_tj:hover .news_tj_img img {
	transform: scale(1.05, 1.05);
	transition: .4s transform;
	z-index: 1000;
}

.news_main .news_tj .news_tj_con {
	width: 96%;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 16px;
	line-height: 2.0;
	color: #676767;
}

.news_main .news_tj .news_tj_con .news_tj_date {
	width: 120px;
	text-align: center;
	color: #da243a;
}

.news_main .news_tj .news_tj_con .news_tj_date span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 2px solid #c9c9c9;
}

.news_main .news_tj .news_tj_con .news_tj_info {
	width: calc(100% - 140px);
}

.news_main .news_tj .news_tj_con .news_tj_info h5 {
	padding-top: 15px;
	font-size: 22px;
	line-height: 2.0;
	color: #da243a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_main .news_list {
	width: 48%;
	letter-spacing: 1px;
}

.news_main .news_list li {
	display: flex;
	padding-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	font-size: 15px;
	line-height: 1.8;
	color: #676767;
}

.news_main .news_list li .news_date {
	width: 110px;
	text-align: center;
}

.news_main .news_list li .news_date p {
	font-size: 27px;
	line-height: 2.0;
	color: #000000;
	font-weight: bold;
}

.news_main .news_list li .news_date span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}

.news_main .news_list li .news_info {
	width: calc(100% - 120px);
}

.news_main .news_list li .news_info h5 {
	font-size: 22px;
	line-height: 2.0;
	color: #252526;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_main .news_list li:hover .news_info h5 {
	color: #da243a;
}

.index_more {
	margin-top: 50px;
	text-align: center;
}

.index_more a {
	display: inline-block;
	border: 1px solid #255ec3;
	font-size: 14px;
	color: #255ec3;
	line-height: 46px;
	padding: 0 80px 0 30px;
	background: url(../images/jt_2.png) 120px center no-repeat;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.index_more a:hover {
	transform: translate(0, -6px);
}

/* news end*/





@media (max-width:1600px) {}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.mains {
		width: 1300px;
	}

	.fc .fc_contain {
		width: 1400px;
	}

	.fc .fc_contain-con {
		width: 1300px;
	}

	.fc .fc_main li .fc_img {
		height: 220px;
	}
}

@media (max-width:1300px) {
	.mains {
		width: 1200px;
	}

	.fc .fc_contain {
		width: 1280px;
	}

	.fc .fc_contain-con {
		width: 1200px;
	}

	.fc .fc_main li .fc_img {
		height: 200px;
	}
}

@media (max-width:1200px) {
	.mains {
		width: 1100px;
	}

	.fc .fc_contain {
		width: 1180px;
	}

	.fc .fc_contain-con {
		width: 1100px;
	}

	.fc .fc_main li .fc_img {
		height: 180px;
	}
}

@media (max-width:1000px) {
	.mains {
		width: 72%;
	}

	.fc .fc_contain {
		width: 92%;
	}

	.fc .fc_contain-con {
		width: 72%;
	}

	.fc .fc_main li .fc_img {
		height: 160px;
	}
}

/* 产品中心 */

.index-pro {
	width: 100%;
	padding: 60px 0;
	background-color: #f6faff;
}
/* Tab导航样式 */
.index-pro .tab-wrap {
	display: flex;
	gap: 16px;
	justify-content: center;
	margin: 20px auto;
	flex-wrap: wrap;
}

.index-pro .tab {
	padding: 10px 35px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	transition: all 0.2s;
	font-size: 18px;
	letter-spacing: 1px;
}

.index-pro .tab.active {
	background: #0c6ebf;
	color: #fff;
	border-color: #0c6ebf;
}

/* Swiper容器外层 - 解决按钮压内容问题 */
.index-pro .swiper-container-wrap {
	display: none;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
	/* 给左右箭头预留50px空间，避免压内容 */
}

.index-pro .swiper-container-wrap.active {
	display: block;
}

/* Swiper核心样式 - 一屏显示3个，取消内边距避免偏移 */
.index-pro .swiper {
	width: 100%;
	padding: 15px 0;
	/* 移除原有padding，避免偏移问题 */
}

.index-pro .swiper-slide {
	/* 移除强制宽度，改用Swiper的slidesPerView和spaceBetween控制 */
	background: #fff;
	border-radius: 12px;
	padding: 16px 0;
	text-align: center;
	height: 300px;
	box-shadow: 0 2px 8px rgba(143, 141, 141, 0.1);
}
.index-pro .swiper-slide .slide-pro-img{
	width: calc(100% - 32px);
	margin: 0 auto;
	height: 260px;
	overflow: hidden;
	border-radius: 12px;
}
.index-pro .swiper-slide .slide-pro-img img{
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	transition: all 0.2s;
	background-color: #edebee;
}
.index-pro .swiper-slide .slide-pro-img img:hover{
	transform: scale(1.1);
}
.index-pro .swiper-slide h5{
	width: calc(100% - 52px);
	text-align: left;
	margin:10px auto 0 auto;
	padding-right: 20px;
	font-size: 18px;
	line-height: 2.0;
	color: #000000;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/pro_more.png) no-repeat right center;
	background-size: 10px 19px;
}

/* Swiper箭头样式 - 定位到外层容器，不压内容 */
.index-pro .swiper-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: all 0.2s;
	/* 调整箭头位置到外层容器的留白区域 */
	margin: 0 5px;
}

/*.index-pro .swiper-btn:hover {*/
/*	background: #1677ff;*/
/*	color: #fff;*/
/*	border-color: #1677ff;*/
/*}*/

.index-pro .swiper-btn-prevs {
	left: -15px;
	/* 定位到外层容器左侧 */
}

.index-pro .swiper-btn-nexts {
	right: -15px;
	/* 定位到外层容器右侧 */
}

/* 箭头图标 - hover时变色 */
.index-pro .swiper-btn svg {
	width: 16px;
	height: 16px;
	transition: all 0.2s;
}

.index-pro .swiper-btn:hover svg path {
	fill: #fff !important;
}


/* 产品中心 end */