@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
	background-color: #FFFFFF;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}

:root {
	--linearColor: linear-gradient(90deg, #C9625F 4%, #82507E 23%, #805580 46%, #7B588A 55%, #7063A5 70%, #676CBB 79%, #676AB9 80%, #675AA6 86%, #67509B 93%, #674D98 100%);
	--linearColorVertical: linear-gradient(to bottom, #C9625F 4%, #82507E 23%, #805580 46%, #7B588A 55%, #7063A5 70%, #676CBB 79%, #676AB9 80%, #675AA6 86%, #67509B 93%, #674D98 100%);
	--linearColorVertical-2: linear-gradient(to bottom, #c9625fb3 4%, #82507eba 23%, #805580b5 46%, #7b588ac4 55%, #7063a5bd 70%, #676cbbbf 79%, #676ab9c4 80%, #675aa6c9 86%, #67509bc7 93%, #674d98c4 100%);
	--black: #1E1A34;
	--swiper-theme-color: var(--black) !important;
}

.kongs,
.kongs:hover {
	border: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.w_100 {
	width: 100%;
	margin: auto;
}

.w_1200 {
	width: 1200px;
	margin: auto;
}

.w_1440 {
	width: 86.5%;
	max-width: 1440px;
	margin: auto;
}

img.img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.m-t-60 {
	margin-top: 60px;
}

.m-b-40 {
	margin-bottom: 40px;
}


/**/

.header-top-w {
	height: 40px;
	background-color: #1e1a34;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-top p.t1 {
	color: #FFFFFF;
	line-height: 40px;
	font-size: 15px;
	text-transform: capitalize;
}

.header-top p.t2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-top p.t2 a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #FFFFFF;
	margin-left: 15px;
	font-size: 15px;
}

.header-top p.t2 a i {
	display: block;
	margin-right: 5px;
	color: #C9625F;
	font-size: 24px;
}

.header-top p.t2 a:hover {
	color: #C9625F;
}

.header-nav-w {
	background-color: #FFFFFF;
	height: 60px;
	box-shadow: 0px 2px 5px 0px #CCCCCC;
}


/*.header-nav-w.scrollfixed{
	background-color: #1E1A34;
}*/

.header-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-nav .logo {
	height: 55px;
	padding: 7px 0;
}

.header-nav .logo img.logo {
	display: block;
	height: 100%;
}

.header-nav .nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-nav .nav .li {
	margin-left: 15px;
	position: relative;
}

.header-nav .nav .li a {
	display: block;
	line-height: 60px;
	padding: 0 15px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: bold;
	color: #23292e;
}

.header-nav .nav .li p.sub {
	display: none;
	width: 160px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 5px 0px #CCCCCC;
}

.header-nav .nav .li p.sub a {
	font-weight: normal;
	line-height: 40px;
	font-size: 16px;
}

.header-nav .nav .li:hover,
.header-nav .nav .li.hover {
	background-color: #C9625F;
}

.header-nav .nav .li:hover p.sub {
	display: block;
}

.header-nav .nav .li:hover>a,
.header-nav .nav .li.hover>a {
	color: #FFFFFF;
}

.header-nav .nav .li p.sub a:hover {
	background-color: #C9625F;
	color: #FFFFFF;
}


/**/

.indexBanner {
	position: relative;
}

.indexBanner .swiper-pagination-bullet-active {
	background: #C9625F !important;
}

.indexBanner .swiper-button-next,
.indexBanner .swiper-button-prev {
	color: #C9625F !important;
}


/**/

.index-main01 {
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 2px 5px 0px #CCCCCC;
}

.index-main01 .list {
	width: 25%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #1e1a34;
	color: #FFFFFF;
	padding: 30px 30px;
}

.index-main01 .list .icon {
	margin-right: 20px;
}

.index-main01 .list .icon i {
	font-size: 44px;
}

.index-main01 .list .text {
	flex: 1;
}

.index-main01 .list .text p.t1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-main01 .list .text p.t2 {
	font-size: 16px;
	line-height: 1.6;
}

.index-main01 .list:nth-child(even) {
	background-color: #FFFFFF;
	color: #23292e;
}

.index-title {
	text-align: center;
}

.index-title p.t1 {
	color: #23292e;
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 12px;
}

.index-title p.t2 {
	width: 76%;
	margin: auto;
	color: #2f363c;
	line-height: 1.4;
	font-size: 16px;
}

.index-main02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main02 .list {
	width: 24%;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	transition: 0.3s all;
}

.index-main02 .list p.t1 {
	display: block;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}

.index-main02 .list p.t2 {
	font-size: 22px;
	color: #555555;
	margin-bottom: 12px;
	text-align: center;
}

.index-main02 .list p.t3 {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	padding: 0 6px 20px;
}

.index-main02 .list:hover {
	/*background-color: #1E1A34;*/
	background: var(--linearColor) no-repeat;
	background-size: 100% 100%;
	background-clip: border-box;
	transition: 0.3s all;
}

.index-main02 .list:hover img {
	transform: scale(1.1);
	transition: 0.3s all;
}

.index-main02 .list:hover p.t2,
.index-main02 .list:hover p.t3 {
	color: #FFFFFF;
	transition: 0.3s all;
}

.index-main03-w {
	background-color: #f5f5f5;
	padding: 50px 0 60px;
}

.index-main03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main03 .list {
	width: 32%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.index-main03 .list p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 60px;
	line-height: 1.4;
	width: 100%;
	padding: 0 10px 0 20px;
	background-color: #1E1A34;
	color: #FFFFFF;
	text-align: left;
	font-size: 15px;
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	transition: 0.3s all;
}

.index-main03 .list:hover p {
	bottom: 0;
	transition: 0.3s all;
}

.index-main04-w {
	padding: 80px 0;
}

.index-main04 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.index-main04 .left {
	width: 48%;
}

.index-main04 .left .t1 {
	display: inline-block;
	font-size: 16px;
	color: #555555;
	border-bottom: 3px solid #1E1A34;
	padding: 8px 15px 8px 0;
	margin-bottom: 30px;
}

.index-main04 .left .t2 {
	display: block;
	font-weight: bold;
	font-size: 36px;
	color: #2f363c;
	margin-bottom: 10px;
}

.index-main04 .left .t2-2 {
	display: block;
	font-weight: bold;
	font-size: 22px;
	text-transform: capitalize;
	color: #2f363c;
	margin-bottom: 20px;
}

.index-main04 .left .t3 {
	line-height: 1.6;
	font-size: 16px;
}

.index-main04 .left .t4 {
	display: block;
	width: 130px;
	height: 36px;
	background-color: #1E1A34;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 25px;
	border: 1px solid #1E1A34;
	cursor: pointer;
	transition: 0.3s all;
}

.index-main04 .left .t4:hover {
	border: 1px solid #1E1A34;
	background-color: transparent;
	color: #1E1A34;
	transition: 0.3s all;
}

.index-main04 .right {
	width: 50%;
	background-color: #6E7681;
	/*height: 450px;*/
}

.index-main04 .center-li {
	width: 100%;
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 12px;
	overflow: hidden;
}

.index-main04 .center-li .li {
	width: 25%;
	background-color: #f5f5f5;
	padding: 30px;
	height: 165px;
	overflow: hidden;
	transition: 0.3s all;
}

.index-main04 .center-li .li i {
	display: block;
	font-size: 60px;
	text-align: center;
}

.index-main04 .center-li .li p {
	display: block;
	margin-top: 15px;
}

.index-main04 .center-li .li p span.s1 {
	display: block;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

.index-main04 .center-li .li p span.s2 {
	display: none;
}

.index-main04 .center-li .li:hover,
.index-main04 .center-li .li.hover {
	width: 50%;
	background-color: #1E1A34;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: 0.3s all;
}

.index-main04 .center-li .li:hover i,
.index-main04 .center-li .li.hover i {
	margin-right: 25px;
	color: #ffffff;
}

.index-main04 .center-li .li:hover p,
.index-main04 .center-li .li.hover p {
	margin-top: 0;
	flex: 1;
}

.index-main04 .center-li .li:hover span.s1,
.index-main04 .center-li .li.hover span.s1 {
	text-align: left;
	color: #ffffff;
}

.index-main04 .center-li .li:hover span.s2,
.index-main04 .center-li .li.hover span.s2 {
	display: block;
	margin-top: 10px;
	color: #ffffff;
}

.index-main04 .center {
	width: 100%;
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main04 .center .list {
	width: 19%;
}

.index-main05-w {
	padding: 60px 0;
	background-color: #F5F5F5;
}

.index-main05 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main05 .list {
	width: 24.5%;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 15px 10px 25px;
	box-shadow: 0px 0px 5px #CCCCCC;
	transition: 0.3s all;
}

.index-main05 .list p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
	border-radius: 10px;
}

.index-main05 .list p.t2 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-main05 .list p.t3 {
	color: #2f363c;
	font-size: 14px;
	margin-bottom: 10px;
}

.index-main05 .list p.t4 {
	color: #2f363c;
	font-size: 16px;
	line-height: 1.2;
	word-wrap: break-word;
}

.index-main05 .list:hover {
	background-color: #1E1A34;
	transform: translateY(-10px);
}

.index-main05 .list:hover p.t2,
.index-main05 .list:hover p.t3,
.index-main05 .list:hover p.t4 {
	color: #FFFFFF;
}

.index-main06 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 80px;
}

.index-main06 form {
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main06 .layui-form-item {
	width: 49%;
}

.index-main06 .layui-form-item .bixu {
	color: #ff5722;
	font-size: 16px;
	margin-left: 5px;
}

.index-main06 .layui-form-text,
.index-main06 .layui-form-btn {
	width: 100%;
}

.index-main06 .layui-form-btn {
	margin-bottom: 0;
}

.index-main06 .layui-form-btn button {
	background-color: #1E1A34;
}

.index-main06 .captcha {
	display: flex;
	justify-content: space-between;
}

.index-main06 .captcha img {
	display: block;
	height: 38px;
	margin-left: 10px;
}

.index-main06 .pic {
	width: 37%;
	margin-left: 30px;
}

footer {
	/*background-color: #23292e;*/
	background: var(--linearColor) no-repeat;
	background-size: 100% 100%;
	background-clip: border-box;
	padding: 60px 0 0;
}

.footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .list-1 {
	width: 400px;
}

.footer .list-1 .logo {
	height: 25px;
}

.footer .list-1 .logo img {
	display: block;
	height: 100%;
}

.footer .list-1 .text {
	font-size: 16px;
	line-height: 1.5;
	color: #FFFFFF;
	margin-top: 20px;
}

.footer .list-2 {
	min-width: 50px;
}

.footer .list-2 p.t1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.footer .list-2 p.t2 a {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 34px;
	transition: 0.3s all;
}

.footer .list-2 p.t2 a:hover {
	color: #1E1A34;
	text-decoration: underline;
}

.footer .list-2 p.t3 a.item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 34px;
	transition: 0.3s all;
}

.footer .list-2 p.t3 a.item i {
	display: block;
	font-size: 20px;
	margin-right: 5px;
	line-height: 34px;
	color: #ffffff;
}

.footer .list-2 p.t3 a.item:hover {
	color: #C9625F;
}

.footer-copy {
	border-top: 1px solid #CCCCCC;
	font-size: 14px;
	color: #f7f7f7;
	padding: 18px 0;
	text-align: center;
	margin-top: 50px;
}


/**/

.banner-page {
	position: relative;
}

.banner-page .text {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.banner-page .text p.t1 {
	font-weight: bold;
	font-size: 34px;
	color: #000000;
	margin-bottom: 12px;
}

.banner-page .text p.t2 {
	font-size: 16px;
	color: #000000;
}

.banner-page .text p.t2 a {
	margin: 0 6px;
}

.banner-page .text p.t2 a:first-child {
	margin-left: 0;
}

.prolist-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px auto;
}

.prolist-main-left {
	width: 220px;
	background-color: #F5F5F5;
	border-radius: 10px;
	padding-top: 10px;
}

.prolist-main-left .list {
	position: relative;
	border-bottom: 1px solid #ccc;
}

.prolist-main-left .list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 44px;
	padding: 0 15px;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	transition: 0.3s all;
}

.prolist-main-left .list a i {
	display: block;
}

.prolist-main-left .list p.sub {
	width: 230px;
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 999;
	background-color: #1E1A34;
}

.prolist-main-left .list p.sub a {
	line-height: 44px;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #1E1A34;
	transition: 0.3s all;
	color: #FFFFFF;
}

.prolist-main-left .list:hover>a,
.prolist-main-left .list.hover>a {
	background-color: #1E1A34;
	color: #FFFFFF;
	transition: 0.3s all;
}

.prolist-main-left .list:hover p.sub {
	display: block;
}

.prolist-main-left .list p.sub a:hover {
	border-left: 6px solid #1E1A34;
	color: #FFFFFF;
	transition: 0.3s all;
}

.prolist-main-right {
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 20px;
}

.prolist-main-right .list {
	margin-bottom: 15px;
}

.proshow-main-right {
	flex: 1;
	width: calc(100% - 240px);
	margin-left: 20px;
}

.proshow-main-01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.proshow-main-01 .pic {
	width: 45%;
}

.proshow-main-01 .pic .swiper {
	width: 100%;
}

.proshow-main-01 .pic .showimg02 {
	margin-top: 15px;
}

.proshow-main-01 .pic .swiper-slide-thumb-active {
	position: relative;
}

.proshow-main-01 .pic .swiper-slide-thumb-active:after {
	content: '';
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: rgba(0, 0, 0, .8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.proshow-main-01 .text {
	flex: 1;
	margin-left: 25px;
	position: relative;
}

.proshow-main-01 .text h1.tit {
	font-weight: bold;
	font-size: 32px;
	color: #000000;
}

.proshow-main-01 .text .cate {
	color: #555555;
	font-size: 15px;
	margin: 10px 0 15px;
}

.proshow-main-01 .text .cate a {
	color: #1E1A34;
}

.proshow-main-01 .text .cate a:hover {
	text-decoration: underline;
}

.proshow-main-01 .text .desc {
	font-size: 15px;
	line-height: 1.3;
	padding: 15px;
	background-color: #F5F5F5;
	border-radius: 6px;
}

.proshow-main-01 .text .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	background-color: #1E1A34;
	border: 1px solid #1E1A34;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s all;
}

.proshow-main-01 .text .btn:hover {
	border: 1px solid #1E1A34;
	background-color: transparent;
	color: #1E1A34;
}

.proshow-content {
	width: 100%;
	margin-top: 50px;
	font-size: 16px;
	line-height: 1.5;
	background-color: #f5f5f5;
	padding: 20px;
}

.proshow-content img {
	display: block;
	width: 100%;
}

.proshow-content .canshus table {
	width: 100% !important;
	border-collapse: collapse;
	background-color: #ffffff;
}


/* 表格内容样式 */

.proshow-content .canshus table td {
	padding: 14px 16px;
	border-bottom: 1px solid #e9ecef;
}


/* 交替行颜色 */

.proshow-content .canshus table tbody tr:nth-child(even) {
	background-color: #f8f9fa;
}


/* 行悬停效果 */

.proshow-content .canshus table tbody tr:hover {
	background-color: #e3f2fd;
	transition: background-color 0.2s ease;
}


/* 表格边框 */

.proshow-content .canshus table th:first-child {
	border-radius: 8px 0 0 0;
}

.proshow-content .canshus table th:last-child {
	border-radius: 0 8px 0 0;
}

.xgtj-pro .tit {
	font-weight: bold;
	color: #000000;
	font-size: 34px;
	text-align: center;
	margin-bottom: 12px;
}

.caselist-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.caselist-main .list {
	width: 49%;
	background-color: #FFFFFF;
	padding: 10px 10px 20px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.caselist-main .list p {
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
}

.caselist-main .list img {
	border-radius: 10px;
}


/**/

.about-main02-w {
	padding: 60px 0;
	background-color: #F5F5F5;
}

.about-main02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-main02 img {
	display: block;
	width: 24%;
	border-radius: 6px;
}

.about-main03 {
	padding-bottom: 40px;
	margin-bottom: 50px;
	position: relative;
}

.about-main03 .swiper-pagination-bullet-active {
	background: #1E1A34 !important;
}

.about-main03 .swiper-button-next,
.about-main03 .swiper-button-prev {
	color: #1E1A34 !important;
}

.about-main03 .swiper-button-next {
	right: -40px;
}

.about-main03 .swiper-button-prev {
	left: -40px;
}

.about-main04 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-main04 .list {
	width: 24%;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}


/**/

.news-main {
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
}

.news-list {
	width: 900px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-list .list {
	width: 49%;
	padding: 10px;
	margin-bottom: 25px;
	background-color: #F5F5F5;
	border-radius: 10px;
	transition: 0.3s all;
}

.news-list .list p.t1 {
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 15px;
	height: 280px;
	overflow: hidden;
}

.news-list .list p.t2 {
	color: #1E1A34;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	word-wrap: break-word;
}

.news-list .list p.t3 {
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
}

.news-list .list .t4 {
	display: block;
	line-height: 1.3;
	font-size: 16px;
	color: #555555;
	margin-bottom: 10px;
	word-wrap: break-word;
}

.news-list .list p.t5 {
	color: #1E1A34;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.news-list .list:hover {
	background-color: #1E1A34;
	transition: 0.3s all;
}

.news-list .list:hover p.t2,
.news-list .list:hover p.t3,
.news-list .list:hover p.t4,
.news-list .list:hover p.t5 {
	color: #FFFFFF;
	transition: 0.3s all;
}

.news-main-right {
	width: 280px;
}

.news-main-right .main01 {
	width: 100%;
	margin-bottom: 20px;
}

.news-main-right .main01 .tit {
	font-weight: bold;
	font-size: 22px;
	border-left: 6px solid #1E1A34;
	padding-left: 12px;
	line-height: 1;
	margin: 0 0 12px;
}

.news-main-right .main01 .list {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.news-main-right .main01 .list a {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	color: #000000;
	word-wrap: break-word;
}

.news-main-right .main01 .list a span {
	display: block;
	font-size: 14px;
	color: #666666;
	margin-top: 6px;
}

.news-main-right .main01 .list a:hover {
	color: #1E1A34;
	text-decoration: underline;
}

.news-main-right .main02 {
	background-color: #23292E;
	padding: 25px 15px;
	color: #FFFFFF;
}

.news-main-right .main02 .tit {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 25px;
}

.news-main-right .main02 .t2 {
	line-height: 1.3;
	font-size: 14px;
	margin-bottom: 25px;
}

.news-main-right .main02 .t3 span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
}

.news-main-right .main02 .t3 span i {
	display: block;
	color: #1E1A34;
	margin-right: 10px;
	font-weight: normal;
}

.newsshow-main {
	flex: 1;
	margin-right: 30px;
}

.newsshow-main h1.title {
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	line-height: 1.2;
	margin-bottom: 12px;
}

.newsshow-main .times {
	font-size: 15px;
	color: #666666;
	margin-bottom: 20px;
}

.newsshow-main .content {
	line-height: 1.4;
	font-size: 16px;
	color: #555555;
}

.newsshow-main .content p {
	word-wrap: break-word;
}

.newsshow-main .content img {
	max-width: 100%;
	margin: auto;
}

.newsshow-main .content h2 {
	display: block;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	color: #000000;
	background-color: #F5F5F5;
	border-left: 6px solid #1E1A34;
	padding-left: 12px;
	margin: 12px 0;
}

.newsshow-main .updown {
	background-color: #F5F5F5;
	padding: 8px 15px;
	border-radius: 5px;
	margin-top: 40px;
	border: 1px solid #1E1A34;
}

.newsshow-main .updown a {
	display: block;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
}

.newsshow-main .updown a:hover span {
	color: #1E1A34;
}


/**/

.contact-main01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px auto 100px;
}

.contact-main01 .right {
	width: 50%;
	background-color: #F5F5F5;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.contact-main01 .left {
	width: 48%;
}

.contact-main01 .left p.t1 {
	color: #23292e;
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 30px;
}

.contact-main01 .left p.t2 {
	color: #2f363c;
	line-height: 1.4;
	font-size: 16px;
}

.contact-main01 .left .t3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.contact-main01 .left .t3 .li {
	width: 48%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.contact-main01 .left .t3 .li .icon {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #1E1A34;
	text-align: center;
	border-radius: 5px;
}

.contact-main01 .left .t3 .li .icon i {
	display: block;
	color: #FFFFFF;
	font-size: 40px;
}

.contact-main01 .left .t3 .li .text {
	flex: 1;
	margin-left: 15px;
}

.contact-main01 .left .t3 .li .text .name {
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}

.contact-main01 .left .t3 .li .text .nums {
	display: block;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}

.contact-main01 .left .t3 .li.dizhi {
	width: 100%;
	margin-bottom: 0;
}

.contact-main01 .left .t3 .li:hover {
	background-color: #1E1A34;
	border-radius: 5px;
}

.contact-main01 .left .t3 .li:hover .name,
.contact-main01 .left .t3 .li:hover .nums {
	color: #ffffff;
}


/**/

.list-pages {
	width: 100%;
	margin-top: 30px;
}

.list-pages .pagination p {
	margin: 0;
	cursor: pointer
}

.list-pages .pagination {
	height: 40px;
	padding: 20px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-pages .pagination a {
	display: block;
	margin-right: 10px;
	padding: 0px 12px;
	height: 28px;
	line-height: 28px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
}

.list-pages .pagination a:hover {
	color: #1E1A34;
	background: white;
	border: 1px #1E1A34 solid;
}

.list-pages .pagination a.cur {
	border: none;
	background: #1E1A34;
	color: #fff;
}

.list-pages .pagination p {
	float: left;
	padding: 0px 12px;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}

.list-pages .pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 0px 0px;
	color: #666;
	line-height: 28px;
}

.list-pages .pagination p.pageRemark b {
	color: red;
}

.list-pages .pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}

.list-pages .dates li {
	font-size: 14px;
	margin: 20px 0
}

.wap-nav-bar {
	display: none;
}

.chaxun-main {
	width: 100%;
	margin: 0px auto 50px;
}
.chaxun-main .cate-w{
	width: 100%;
	background-color: #f2f2f2;
}
.chaxun-main .cate{
	width: 800px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
}
.chaxun-main .cate a{
	display: block;
	width: 33.3%;
	padding: 14px 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
	background-color: #f2f2f2;
}
.chaxun-main .cate a:hover,
.chaxun-main .cate a.hover{
	background-color: #1E1A34;
	color: #ffffff;
}
.chaxun-main .search {
	width: 800px;
	height: 50px;
	margin: auto;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #555;
	border-radius: 8px;
	padding: 5px;
}

.chaxun-main .search input {
	display: block;
	width: 100%;
	padding: 0 15px;
	height: 100%;
	border: none;
}

.chaxun-main .search button {
	display: block;
	width: 100px;
	height: 40px;
	margin: auto;
	border-radius: 0 8px 8px 0;
	border: none;
	background-color: #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.reslist .msg {
	background-color: #1E1A34;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.reslist.table-container {
	width: 800px;
	margin: 40px auto 80px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.reslist .table-title {
	background: var(--linearColor) no-repeat;
	color: #ffffff;
	padding: 24px;
	font-size: 24px;
	font-weight: 600;
	border-bottom: 2px solid #cccccc;
}

.reslist .custom-table {
	width: 100%;
	border-collapse: collapse;
}

.reslist .custom-table th,
.reslist .custom-table td {
	padding: 16px 22px;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}


/* 标题列样式 */

.reslist .custom-table th {
	background-color: #1E1A34;
	color: #ffffff;
	font-weight: 600;
	width: 30%;
}


/* 内容列样式 */

.reslist .custom-table td {
	background-color: #f2f2f2;
	width: 70%;
}


/* 最后一行去掉下边框 */

.reslist .custom-table tr:last-child td,
.reslist .custom-table tr:last-child th {
	border-bottom: none;
}


/*手机端*/

@media only screen and (max-width: 1100px) {
	.w_1440 {
		width: 100%;
	}
	.w_100 {
		padding: 0 3%;
	}
	.w_1200 {
		width: 100%;
	}
	header {
		padding: 0 !important;
	}
	.header-nav-w {
		height: auto;
		padding: 15px 0 !important;
	}
	.indexBanner {
		padding: 0 !important;
	}
	.header-nav .nav {
		display: none;
		width: 100%;
		margin-top: 10px;
		border-bottom: 1px solid #ccc;
	}
	.header-nav .nav .li p.sub,
	.header-nav .nav .li:hover p.sub {
		display: none;
	}
	.header-top p.t2 {
		display: none;
	}
	.header-nav {
		padding: 0 3%;
		flex-wrap: wrap;
	}
	.header-nav .nav .li {
		margin-left: 0;
	}
	.header-nav .nav .li a {
		text-align: center;
		line-height: 38px;
		border-top: 1px solid #ccc;
		font-size: 16px;
		font-weight: normal;
	}
	.header-nav .logo {
		height: 20px;
		padding: 0;
	}
	.index-main01 {
		flex-wrap: wrap;
	}
	.index-main01 .list {
		width: 50%;
		display: block;
		padding: 15px;
	}
	.index-main01 .list .text p.t1 {
		display: none;
	}
	.index-main01 .list .icon {
		margin: 0 0 8px;
		text-align: center;
	}
	.index-main01 .list .text p.t2 {
		font-size: 14px;
		line-height: 1.2;
		text-align: center;
	}
	.index-main01 .list:nth-child(1),
	.index-main01 .list:nth-child(4) {
		background-color: #1e1a34;
		color: #FFFFFF;
	}
	.index-main01 .list:nth-child(2),
	.index-main01 .list:nth-child(3) {
		background-color: #FFFFFF;
		color: #23292e;
	}
	.index-title {
		max-width: 85%;
	}
	.index-title p.t1 {
		font-size: 22px;
	}
	.index-title p.t2 {
		font-size: 12px;
		line-height: 1.3;
		width: 100%;
	}
	.index-main02 {
		padding: 0 3%;
	}
	.index-main02 .list {
		width: 49.5%;
	}
	.index-main04 .left {
		width: 100%;
	}
	.index-main04 .left .t2 {
		font-size: 28px;
	}
	.index-main04 .left .t2-2 {
		font-size: 16px;
	}
	.index-main04 .right {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.index-main04 .center-li .li {
		width: 100%;
	}
	.index-main04 .center-li .li:hover,
	.index-main04 .center-li .li.hover {
		width: 100%;
	}
	.index-main04 .center-li .li {
		background-color: #1E1A34;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		transition: 0.3s all;
	}
	.index-main04 .center-li .li i {
		margin-right: 25px;
		color: #ffffff;
	}
	.index-main04 .center-li .li p {
		margin-top: 0;
		flex: 1;
	}
	.index-main04 .center-li .li span.s1 {
		text-align: left !important;
		color: #ffffff;
	}
	.index-main04 .center-li .li span.s2 {
		display: block !important;
		margin-top: 10px;
		color: #ffffff;
	}
	.index-main04 .center-li {
		margin: 25px auto 35px;
	}
	.index-main05-w {
		padding: 25px 3%;
	}
	.index-main05 .list {
		width: 100%;
		margin-bottom: 15px;
	}
	.index-main06 {
		padding: 25px 3%;
		margin-bottom: 10px;
	}
	.index-main06 .pic {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	footer {
		padding: 25px 3% !important;
	}
	.footer .list-2.wap {
		display: none;
	}
	.footer .list-1 {
		margin-bottom: 35px;
		width: 100%;
	}
	.footer-copy {
		margin-top: 35px;
		padding: 15px 0;
	}
	.wap-nav-bar {
		display: block;
	}
	.wap-nav-bar i {
		font-size: 30px;
	}
	.banner-page {
		padding: 0 !important;
	}
	.banner-page .text {
		display: none;
	}
	.prolist-main {
		margin: 0px auto 30px;
		width: 100%;
	}
	.prolist-main-left {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 0;
	}
	.prolist-main-left .list {
		width: 25%;
	}
	.prolist-main-left .list p.sub {
		display: none;
	}
	.prolist-main-left .list a i {
		display: none;
	}
	.prolist-main-left .list a {
		font-size: 12px;
		font-weight: normal;
	}
	.prolist-main-right {
		margin-left: 0;
		margin-top: 20px;
	}
	.index-main02 .list p.t3 {
		display: none;
	}
	.proshow-main-right {
		width: 100%;
		margin-left: 0;
	}
	.proshow-main-01 .pic {
		width: 100%;
		margin: 15px auto;
	}
	.proshow-main-01 .text {
		width: 100%;
		margin-left: 0;
	}
	.proshow-main-01 .text .btn {
		display: none;
	}
	.index-main02 {
		width: 100%;
	}
	.index-main03-w {
		padding: 30px 0;
	}
	.index-main03 {
		padding: 0 3%;
	}
	.index-main03 .list {
		width: 100%;
		margin-bottom: 15px;
	}
	.index-main03 .list p {
		position: static;
	}
	.about-main02-w {
		padding: 25px 3% 5px;
	}
	.about-main02 img {
		width: 49%;
		margin-bottom: 10px;
	}
	.about-main04 .list {
		width: 49%;
	}
	.news-main-right {
		display: none;
	}
	.news-main {
		margin: 0 auto;
	}
	.news-list {
		width: 100%;
		padding: 25px 3%;
	}
	.news-list .list {
		width: 100%;
	}
	.news-list .list .t4 {
		display: none;
	}
	.newsshow-main {
		margin-right: 0;
		padding: 25px 3%;
	}
	.contact-main01 {
		margin: 25px auto;
		padding: 0 3%;
	}
	.contact-main01 .left {
		width: 100%;
		margin-bottom: 15px;
	}
	.contact-main01 .left .t3 .li {
		width: 100%;
	}
	.contact-main01 .right {
		width: 100%;
		display: block;
	}
	.index-main06 .layui-form-item {
		width: 100%;
	}
	.prolist-main-left {
		z-index: 999999999;
	}
	.proshow-content .canshus table {
		width: 100% !important;
		border-collapse: collapse;
		background-color: #ffffff;
	}
	/* 表格内容样式 */
	.proshow-content .canshus table td {
		padding: 6px 16px;
		border-bottom: 1px solid transparent;
		width: 100%;
	}
	.proshow-content .canshus table tbody tr {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border-bottom: 1px solid #e9ecef;
	}
	/* 交替行颜色 */
	.proshow-content .canshus table tbody tr:nth-child(even) {
		background-color: #f8f9fa;
	}
	/* 行悬停效果 */
	.proshow-content .canshus table tbody tr:hover {
		background-color: #e3f2fd;
		transition: background-color 0.2s ease;
	}
	/* 表格边框 */
	.proshow-content .canshus table th:first-child {
		border-radius: 8px 0 0 0;
	}
	.proshow-content .canshus table th:last-child {
		border-radius: 0 8px 0 0;
	}
}