@import "font-awesome.min.css";
@import "style2.css";
@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 600;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	background: rgba(240, 242, 245, 0.1);
	background-image: linear-gradient(135deg, rgba(240, 242, 245, 0.1) 25%, transparent 25%, transparent 50%, rgba(240, 242, 245, 0.1) 50%, rgba(240, 242, 245, 0.1) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	line-height: 1.6;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}
a:hover {
	color: #007bff;
	text-decoration: none;
}
a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: #007bff;
	transition: width 0.3s ease;
}
a:hover::after {
	width: 100%;
}
img {
	border: none;
	transition: transform 0.3s ease;
}
img:hover {
	transform: translateY(-3px);
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
	background: linear-gradient(to right, transparent, #007bff, transparent);
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noInfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url(../images/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../images/qq_3.gif) repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 1000px;
	margin: 0 auto;
}
/*all*/
.main {
	width: 100%;
	float: left;
	padding: 20px 0;
}
/*end*/

/**顶部**/
#header {
    float: left;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1001;
}
.header-top {
	width: 100%;
	background: #f8f9fa;
	border-bottom: 1px solid #e9ecef;
	padding: 8px 0;
}
.header-top-right {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 20px;
	width: 95%;
	max-width: 1980px;
	margin: 0 auto;
	flex-wrap: nowrap;
}
.header-top-right .tel {
	float: none;
	height: auto;
	background: url(../images/tel.jpg) no-repeat left center;
	background-size: 40px;
	margin: 0;
	padding-left: 50px;
	width: auto;
	display: block;
	flex-shrink: 0;
}
.header-top-right .tel .a {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	letter-spacing: 1px;
	margin-left: 0;
}
.header-top-right .tel .b {
	font-size: 16px;
	color: #007bff;
	font-family: Arial;
	line-height: 20px;
	margin-top: 2px;
}
.containerheader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 95%;
	max-width: 1980px;
	margin: 0 auto;
	padding: 10px 0;
}
#logo {
	float: none;
}
#logo img {
	height: 70px;
	transition: all 0.3s ease;
}
#logo img:hover {
	transform: scale(1.05);
}
.top_des {
	float: none;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #999;
	font-weight: bold;
	border-left: 1px solid #d4d0c8;
	margin: 0 20px;
	padding-left: 20px;
	flex: 1;
}
.tel {
	float: none;
	height: 58px;
	background: url(../images/tel.jpg) no-repeat left center;
	background-size: contain;
	margin: 0;
	padding-left: 63px;
	width: auto;
}
.tel span {
	display: block;
}
.tel .a {
	font-size: 16px;
	color: #666;
	line-height: 22px;
	letter-spacing: 2px;
	margin-left: 5px;
}
.tel .b {
	font-size: 24px;
	color: #007bff;
	font-family: Arial;
	line-height: 26px;
	margin-top: 2px;
}
.header-search {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: #007bff;
	border-radius: 50%;
	transition: all 0.3s ease;
	text-decoration: none;
	margin-left: 15px;
	flex-shrink: 0;
}
.header-search:hover {
	background: #0056b3;
	transform: scale(1.1);
	box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}
.header-search .search-icon {
	display: block;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
}
.header-search .search-icon::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 2px;
	background: #fff;
	bottom: -3px;
	right: -4px;
	transform: rotate(45deg);
}
/*end*/

/*menu*/
#navigate {
	float: none;
	/*width: 100%;*/
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	padding: 0 20px;
	margin: 15px auto 0;
	max-width: 1980px;
	position: relative; /* 添加 */
    z-index: 1001; /* 添加，确保高于轮播图 */
}
#navigate ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
}
#navigate ul li {
	float: none;
	height: 60px;
	line-height: 60px;
	position: relative;
	font-weight: 500;
	margin: 0 5px;
	white-space: nowrap;
}
#navigate ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
	font-weight: 500;
	white-space: nowrap;
}
#navigate ul li a:hover, #navigate ul li .current, #navigate ul li:hover a {
	color: #007bff;
}
#navigate ul li .drop_menu {
	width: 350px;
	position: absolute;
	left: 0;
	top: 60px;
	display: none;
	text-align: left;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 0 0 8px 8px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	padding: 10px 0;
}
#navigate ul li .drop_menu li {
	float: left;
	width: 100%;
	height: auto;
	line-height: 40px;
	margin: 0;
}
#navigate ul li .drop_menu li a {
	padding: 0 20px;
	display: block;
	font-size: 14px;
	color: #333;
	transition: all 0.3s ease;
}
#navigate ul li .drop_menu li a:hover {
	background: rgba(0, 123, 255, 0.1);
	color: #007bff;
}
/*end*/


/*flash*/
#banner {
	width: 100%;
	float: left;
	height: 500px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: relative;
	overflow: hidden;
}
#banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
	z-index: 1;
}
#banner img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
#flash {
	width: 100%;
	float: left;
	position: relative;
}
.slideBox {
	position: relative;
	overflow: hidden;
	background: #000;
	height: 500px;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
	height: 500px;
}
.slideBox .bd li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slideBox .bd li .flash_img {
	width: 100%;
	height: 500px;
	background-size: cover !important;
	background-position: center !important;
}
.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 0;
	height: 12px;
	line-height: 12px;
}
.slideBox .hd ul {
	text-align: center;
}
.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
	line-height: 999px;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.slideBox .hd ul li:hover {
	transform: scale(1.2);
	background: rgba(255, 255, 255, 0.8);
}
.slideBox .hd ul li.mbpic {
	display: none
}
.slideBox .hd ul .on {
	background: #007bff;
	transform: scale(1.3);
}
.slideBox .prev {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -25px;
	display: none;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 24px;
	transition: all 0.3s ease;
	z-index: 2;
}
.slideBox .next {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -25px;
	display: none;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 24px;
	transition: all 0.3s ease;
	z-index: 2;
}
.slideBox .prev:hover, .slideBox .next:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.1);
}
.slideBox:hover .prev, .slideBox:hover .next {
	display: flex;
}
/*end*/

/* 服务项目 */
#service {
	float: left;
	width: 100%;
	padding: 60px 0 0 0;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	margin: 40px 0;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.home_top {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	position: relative;
}
.home_top::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: linear-gradient(to right, transparent, #007bff, transparent);
}
.home_top h3 {
	float: left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 28px;
	color: #333;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.home_top span {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	opacity: 0.8;
}
.service_con {
	float: left;
	width: 100%;
}
.service_con_row {
	margin-left: -20px;
	margin-right: -20px;
}
.service_item {
	float: left;
	width: 33.3333%;
	padding: 20px;
}
.service_item a {
	display: block;
	float: left;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}
.service_item a:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.service_item_img {
	float: left;
	width: 100%;
	height: 200px;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}
.service_item_img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
}
.service_item_title {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px;
	display: table;
	font-size: 18px;
	color: #333;
	background: #fff;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
}
.service_item_title div {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
/* 关于我们 */
#about {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	margin: 40px 0;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.about_con {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}
.about_img {
	float: left;
	width: 40%;
	margin-right: 5%;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about_img img {
	width: 100%;
	height: auto;
	transition: transform 0.5s ease;
}
.about_img:hover img {
	transform: scale(1.05);
}
.about_des {
	font-size: 15px;
	line-height: 1.8;
	color: #333;
	text-indent: 28px;
	flex: 1;
}
.about_more {
	float: left;
	display: inline-block;
	color: #007bff;
	line-height: 200%;
	margin-top: 20px;
	padding: 8px 20px;
	border: 1px solid #007bff;
	border-radius: 20px;
	transition: all 0.3s ease;
}
.about_more:hover {
	background: #007bff;
	color: #fff;
	transform: translateY(-2px);
}
/* 新闻中心 */
#news {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	margin: 40px 0;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.news_con {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.news_item {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin: 15px 0 30px 0;
}
.news_item_box {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}
.news_item_box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.news_item_time {
	float: left;
	width: 80px;
	height: 80px;
	background: #f8f9fa;
	text-align: center;
	overflow: hidden;
	border-radius: 6px;
	margin-right: 20px;
	border: 1px solid #e9ecef;
}
.news_item_time .a {
	display: block;
	line-height: 50px;
	font-size: 28px;
	color: #007bff;
	background: #f8f9fa;
	font-weight: 600;
}
.news_item_time .b {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	background: #e9ecef;
}
.news_item_right {
	margin-left: 100px;
}
.news_item_title {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.news_item_title a {
	font-size: 18px;
	color: #333;
	font-weight: 500;
}
.news_item_title a:hover {
	color: #007bff;
	text-decoration: none;
}
.news_item_des {
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* footer */
#footer {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	margin-top: 40px;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}
#wechat {
	float: right;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}
#wechat:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.wechat_img {
	float: right;
	width: 120px;
	height: 120px;
}
.wechat_img img {
	width: 100%;
	height: 100%;
}
.wechat_txt {
	float: right;
	width: 140px;
	height: 140px;
	background: linear-gradient(135deg, #007bff, #0056b3);
	text-align: center;
	border-radius: 8px;
	padding: 20px;
	margin-left: 20px;
}
.wechat_txt img {
	width: 40px;
	height: auto;
	margin-top: 10px;
}
.wechat_txt span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin-top: 10px;
}
.footer_con {
	margin-right: 300px;
	margin-top: 20px;
}
.footer_con span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.footer_con span a {
	font-size: 14px;
	color: #666;
	transition: all 0.3s ease;
}
.footer_con span a:hover {
	color: #007bff;
}
.foot-flink {
	color: #666;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e9ecef;
}
.foot-flink a {
	color: #666;
	padding: 0 10px;
	line-height: 32px;
	font-size: 14px;
	transition: all 0.3s ease;
}
.foot-flink a:hover {
	color: #007bff;
}
/*left*/
#left {
	float: left;
	width: 350px;
}
.left_list {
	float: left;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.left_top {
	float: left;
	/*width: 100%;*/
	/*background: linear-gradient(135deg, #007bff, #0056b3);*/
	/*text-align: center;*/
	/*padding: 30px 0;*/
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	margin-top: 35px;
	background: linear-gradient(135deg, #007bff, #0056b3);
	color: #fff;
	border-radius: 6px;
	padding: 10px 20px;
}
.left_top h3 {
	float: left;
	width: 100%;
	height: auto;
	line-height: 1.4;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.left_top h3 a {
	color: #fff;
}
.left_con {
	padding: 10px 0;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
	border: none;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.type_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.type_list li a {
	color: #333;
	padding-left: 30px;
	background: #f8f9fa;
	font-size: 16px;
	display: block;
	transition: all 0.3s ease;
	position: relative;
}
.type_list li a::after {
	content: '→';
	position: absolute;
	right: 20px;
	top: 0;
	transition: all 0.3s ease;
}
.type_list li a:hover, .type_list li a.current {
	color: #007bff;
	background: rgba(0, 123, 255, 0.1);
	padding-left: 35px;
}
.type_list li a:hover::after, .type_list li a.current::after {
	transform: translateX(5px);
}
.type_list li.second_cat {
	display: none;
}
.type_list li.second_cat a {
	padding-left: 40px;
	font-size: 14px;
}
.type_list li.second_cat a:hover {
	padding-left: 45px;
}
.type_list li.second_cat a.current {
}
/*end*/

/*right*/
#right {
	width: 1000px;
	float: right;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	border-radius: 8px;
	padding: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
#right_top {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	background: linear-gradient(135deg, #007bff, #0056b3);
	color: #fff;
	border-radius: 6px;
	padding: 0 20px;
}
#right_top a {
	color: #fff;
}
#right_top h3 {
	float: left;
	font-size: 18px;
	line-height: 50px;
	padding-left: 0;
}
#right_top span {
	float: right;
	font-size: 14px;
	padding-right: 0;
}
#right_top li {
	float: left;
	margin-left: 6px;
}
#right_con {
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
	line-height: 1.8;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	overflow: hidden;
}
#right_con img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/*end*/


	 
	 
/*news*/
.art_list {
	width: 100%;
	float: left;
	padding: 20px 0;
	border-top: 1px solid #e9ecef;
	transition: all 0.3s ease;
}
.art_list:hover {
	background: rgba(0, 123, 255, 0.02);
	border-radius: 8px;
	padding: 20px;
	margin: 0 -20px;
}
.art_list:first-child {
	border-top: none;
	padding-top: 0;
}
.art_list:first-child:hover {
	margin-top: 0;
	padding-top: 20px;
}
.art_img {
	float: left;
	width: 180px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.art_img img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}
.art_img a {
	display: block;
	width: 100%;
	padding-bottom: 66.67%;
	background-size: cover !important;
	background-position: center !important;
}
.art_right {
	margin-left: 200px;
}
.art_right2 {
	margin-left: 100px;
}
.art_title {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.art_title a {
	font-weight: 500;
}
.art_title a:hover {
	text-decoration: none;
	color: #007bff;
}
.art_time {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-bottom: 10px;
}
.art_time2 {
	float: left;
	width: 80px;
	height: 80px;
	padding: 15px 0;
	background: linear-gradient(135deg, #f8f9fa, #e9ecef);
	text-align: center;
	color: #666;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.art_time2 .day {
	display: block;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	padding: 2px 0 5px 0;
	color: #007bff;
}
.art_time2 .month-year {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.art_des {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 10px;
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.articleList {
	width: 100%;
	float: left;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style-type: none;
	border-bottom: 1px solid #e9ecef;
	background: url(../images/li_0.png) no-repeat 10px center;
	line-height: 45px;
	transition: all 0.3s ease;
}
.articleList li:hover {
	background: rgba(0, 123, 255, 0.05) url(../images/li_0.png) no-repeat 10px center;
	padding-left: 25px;
}
.time {
	float: right;
	color: #999;
	font-size: 14px;
}
.articleTitle {
	font-weight: 600;
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 60px;
	margin-bottom: 20px;
	position: relative;
}
.articleTitle::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: linear-gradient(to right, transparent, #007bff, transparent);
}
.articleAuthor {
	text-align: center;
	padding: 0 0 20px 0px;
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 30px;
}
.articleAuthor span {
	margin: 0px 10px;
	font-size: 14px;
	color: #666;
}
.articleInfo {
	width: 100%;
	padding: 30px 0;
	line-height: 1.8;
	min-height: 300px;
}
.articleInfo img {
	max-width: 100%;
	margin: 20px 0;
}
.pageUpDown {
	padding-top: 30px;
	text-align: left;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	border-top: 1px solid #e9ecef;
}
.pageUpDown span {
	display: block;
	margin: 10px 0;
}
.pageUpDown a {
	font-size: 16px;
	color: #333;
	transition: all 0.3s ease;
}
.pageUpDown a:hover {
	color: #007bff;
}
.articleImg {
	text-align: center;
	margin: 30px 0;
}
/*end*/

/*Product*/
.productList {
	width: 100%;
	float: left;
}
.productList_row {
	margin-left: -15px;
	margin-right: -15px;
}
.pro_list {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 15px;
}
.pro_list_box {
	float: left;
	width: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	padding: 20px;
	transition: all 0.3s ease;
	border-radius: 8px;
	background: #fff;
}
.pro_list_box:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}
.pro_list_img {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
	height: 200px;
}
.pro_list_img a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	transition: all 0.3s ease;
}
.pro_list_box:hover .pro_list_img a {
	transform: scale(1.05);
}
.pro_list_title {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
}
.pro_list_title a {
	transition: all 0.3s ease;
	font-weight: 500;
}
.pro_list_box:hover .pro_list_title a {
	color: #007bff;
}
.productTitle {
	line-height: 45px;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	position: relative;
}
.productTitle::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: linear-gradient(to right, transparent, #007bff, transparent);
}
.productImg {
	width: 100%;
	text-align: center;
	float: left;
	margin: 20px 0;
}
.productImg img {
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.productBuy {
	width: 100%;
	text-align: center;
	float: left;
	margin: 30px 0;
}
.productBuy a {
	margin: 0 15px;
	padding: 10px 30px;
	background: #007bff;
	color: #fff;
	border-radius: 25px;
	transition: all 0.3s ease;
	font-size: 14px;
	font-weight: 500;
}
.productBuy a:hover {
	background: #0056b3;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}
.title {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #e9ecef;
	line-height: 30px;
	padding-bottom: 10px;
}
.title span {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.productDesc {
	line-height: 1.8;
	padding: 20px 0;
	width: 100%;
	float: left;
	color: #666;
}
/*end*/

/*page*/
.pages {
	font-size: 14px;
	text-align: center;
	padding: 30px 0px;
	margin-top: 20px;
	border-top: 1px solid #e9ecef;
}
.pages li {
	display: inline-block;
	margin: 0 5px;
}
.pages a {
	font-size: 14px;
	padding: 8px 16px;
	background: #f8f9fa;
	display: block;
	border-radius: 6px;
	transition: all 0.3s ease;
	border: 1px solid #e9ecef;
}
.pages a:hover {
	background: #007bff;
	color: #fff;
	border-color: #007bff;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}
.pages li.active a {
	background: #007bff;
	color: #fff;
	border-color: #007bff;
}
.pages select {
	vertical-align: middle;
	font-size: 14px;
	padding: 8px 12px;
	border-radius: 6px;
	border: 1px solid #e9ecef;
	margin: 0 10px;
}
.pages b {
	font-weight: normal;
}
/*end*/

/*feedback*/
.f_list {
	width: 100%;
	float: left;
	margin: 15px auto;
	clear: both;
}
.f_list .fl_l {
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 20px;
	font-weight: 500;
	color: #333;
}
.f_list .fl_r {
	float: left;
	width: 80%;
}
.input_text {
	width: 90%;
	border: 1px solid #e9ecef;
	line-height: 40px;
	padding: 0 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}
.input_text:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.w100 {
	width: 100px;
}
/*end */

/*toolbar*/
#toolbar2 {
	display: none;
}
#toolbar {
	width: 60px;
	position: fixed;
	right: 30px;
	top: 50%;
	margin-top: -120px;
	z-index: 1000000;
}
#toolbar ul {
}
#toolbar li {
	width: 60px;
	height: 60px;
	float: left;
	margin: 8px 0px;
	position: relative;
	background: linear-gradient(135deg, #007bff, #0056b3);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}
#toolbar li:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2);
}
#toolbar li .t_item {
	width: 60px;
	height: 60px;
	/*background: rgba(255, 255, 255, 0.9);*/
	text-align: center;
	line-height: 60px;
	display: block;
	border-radius: 50%;
	color: #333;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	transition: all 0.3s ease;
}
#toolbar li a.t_item:hover, #toolbar li a.cur {
	background: #007bff;
	color: #fff;
}
.tool_face {
	position: absolute;
	left: -130px;
	top: 50%;
	transform: translateY(-50%);
	width: 120px;
	padding: 0;
	display: none;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
.tool_qq {
	position: absolute;
	left: -130px;
	top: 50%;
	transform: translateY(-50%);
	width: 120px;
	padding: 0;
	display: none;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
.tool_qq_con {
	width: 100%;
	padding: 0;
	float: left;
	border: none;
	background: transparent;
	text-align: center;
}
.tool_tel {
	width: 170px;
	height: 50px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	position: absolute;
	left: -180px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 50px;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
	white-space: nowrap;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.tool_weixin {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 160px;
	left: -170px;
	padding: 0;
	display: none;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	padding: 0;
	overflow: hidden;
}
.t_wx_con {
	width: 100%;
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
	border: none;
	padding: 15px 12px;
	text-align: center;
	color: #fff;
}
.t_wx_con::before {
	content: "📞";
	display: block;
	font-size: 28px;
	margin-bottom: 8px;
}
.t_wx_con .tel-label {
	font-size: 12px;
	opacity: 0.9;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.t_wx_con .tel-number {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-family: Arial, sans-serif;
}
.t_wx_con img {
	width: 100px;
	height: 100px;
	border-radius: 6px;
}
.t0 i {
	width: 60px;
	height: 60px;
	background: url(../images/u0.png) no-repeat center center;
	display: block;
	background-size: 60px;
}
.t1 i {
	width: 60px;
	height: 60px;
	background: url(../images/u1.png) no-repeat center center;
	display: block;
	background-size: 60px;
}
.t2 i {
	width: 60px;
	height: 60px;
	background: url(../images/u2.png) no-repeat center center;
	display: block;
	background-size: 60px;
}
.t3 i {
	width: 60px;
	height: 60px;
	background: url(../images/u3.png) no-repeat center center;
	display: block;
	background-size: 60px;
}
.t4 i {
	width: 60px;
	height: 60px;
	background: url(../images/u4.png) no-repeat center center;
	display: block;
	background-size: 60px;
}
.t5 i {
	width: 60px;
	height: 60px;
	background: url(../images/u5.png) no-repeat center center;
	display: block;
	background-size: 60px;
}
@media screen and (min-width: 1250px) {
.container {
	width: 1480px;
	padding: 0 20px;
}
.containerheader {
	width: 95%;
	max-width: 1980px;
}
}
@media screen and (max-width: 1250px) {
#left {
	width: 20%;
}
#right {
	width: 78%;
	padding: 20px;
}
.pro_list {
	width: 33.333%;
}
}
@media screen and (max-width: 1200px) {
.slideBox {
	height: 400px;
}
.slideBox .bd li {
	height: 400px;
}
.slideBox .bd li .flash_img {
	height: 400px;
}
#banner {
	height: 400px;
}
#navigate ul li a {
	padding: 0 12px;
	font-size: 15px;
}
#logo img {
	height: 60px;
}
.top_des {
	margin: 0 15px;
	font-size: 18px;
}
.tel {
	height: 48px;
	padding-left: 50px;
	background-size: 40px;
}
.tel .a {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 1px;
}
.tel .b {
	font-size: 18px;
}
.containerheader {
	flex-wrap: nowrap;
	gap: 10px;
}
#navigate {
	flex-shrink: 1;
	min-width: 0;
}
}
@media screen and (max-width: 992px) {
.slideBox {
	height: 300px;
}
.slideBox .bd li {
	height: 300px;
}
.slideBox .bd li .flash_img {
	height: 300px;
}
#banner {
	height: 300px;
}
#navigate ul li a {
	font-size: 14px;
	padding: 0 15px;
}
#navigate ul li .drop_menu li a {
	font-size: 12px;
}
#logo img {
	height: 50px;
}
.header-top-right .tel {
	padding-left: 35px;
	background-size: 30px;
}
.header-top-right .tel .a {
	font-size: 10px;
	line-height: 14px;
}
.header-top-right .tel .b {
	font-size: 14px;
	line-height: 18px;
}
.header-search {
	width: 38px;
	height: 38px;
	margin-left: 0;
}
.header-search .search-icon {
	width: 15px;
	height: 15px;
}
.header-search .search-icon::after {
	width: 5px;
	bottom: -2px;
	right: -3px;
}
.home_top h3 {
	font-size: 24px;
}
.home_top span {
	font-size: 12px;
}
.service_item {
	width: 50%;
}
.service_item_title {
	font-size: 18px;
}
#wechat {
	display: none;
}
.footer_con {
	margin: 0;
}
#left {
	width: 100%;
	margin-bottom: 20px;
}
#right {
	width: 100%;
}
.type_list li a {
	background: #f8f9fa;
}
.type_list li a:hover, .type_list li a.current {
	background: rgba(0, 123, 255, 0.1);
	color: #007bff;
}
.pro_list {
	width: 33.333%;
}
}
 @media screen and (max-width: 760px) {
.slideBox {
	height: 200px;
}
.slideBox .bd li {
	height: 200px;
}
.slideBox .bd li .flash_img {
	height: 200px;
}
#banner {
	height: 200px;
}
.top_des {
	display: none;
}
#header {
	padding: 0;
}
#logo img {
	height: 45px;
	margin: 12.5px 0;
}
#navigate {
	display: none;
}
.header-top {
	display: none;
}
.header-search {
	display: none;
}
.service_item {
	padding: 15px;
}
.service_con_row {
	margin-left: -15px;
	margin-right: -15px;
}
.about_img {
	width: 100%;
	margin: 0 0 20px 0;
}
.about_con {
	flex-direction: column;
	align-items: flex-start;
}
.news_con {
	margin: 0;
}
.news_item {
	width: 100%;
	margin: 10px 0 15px 0;
}
.news_item_title {
	margin-top: 0;
}
.news_item_title a {
	font-size: 16px;
}
.news_item_des {
	height: 60px;
}
.news_item_time {
	width: 67px;
	height: 70px;
}
.news_item_time .a {
	line-height: 45px;
	font-size: 24px;
}
.news_item_time .b {
	line-height: 25px;
	font-size: 12px;
}
.news_item_right {
	margin-left: 80px;
}
.home_top span {
	display: none;
}
.home_top {
	background: none;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.home_top::after {
	width: 60px;
}
.service_item {
	padding: 0 8px;
	margin-bottom: 20px;
}
.service_con_row {
	margin-left: -8px;
	margin-right: -8px;
}
.service_item_img {
	height: 150px;
}
.service_item_title {
	height: auto;
	font-size: 14px;
}
.home_top h3 {
	font-size: 20px;
}
#about {
	padding: 40px 0;
}
#news {
	padding: 40px 0;
}
#service {
	padding: 40px 0 0 0;
}
.foot-flink {
	text-align: center;
	font-size: 12px;
}
.art_title {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#left {
	display: none;
}
#right_con {
	padding: 0;
}
#right_top h3 {
	font-size: 16px;
}
#right_top span {
	font-size: 12px;
}
.art_list {
	padding: 20px 0;
}
.pro_list {
	width: 50%;
	padding: 0 8px;
	margin-bottom: 25px;
}
.productList_row {
	margin-left: -8px;
	margin-right: -8px;
}
.pages a {
	font-size: 12px;
	padding: 6px 12px;
}
.articleTitle {
	font-size: 18px;
	line-height: 30px;
}
#footer {
	padding: 30px 0;
	margin-top: 25px;
}
.footer_con span {
	display: none;
}
.footer_con span:first-child {
	display: block;
	text-align: center;
}
.footer_con span {
	font-size: 12px;
	line-height: 20px;
}
.footer_con span a {
	font-size: 12px;
}
/*手机底部导航*/
#toolbar {
	display: none;
}
.blank55 {
	height: 55px;
	line-height: 1px;
	clear: both;
}
#toolbar2 {
	color: #fff;
	width: 100%;
	height: 54px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8;
	background: rgba(51, 51, 51, 0.95);
	backdrop-filter: blur(10px);
	display: block;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
#toolbar2 li {
	float: left;
	width: 25%;
	text-align: center;
}
#toolbar2 a {
	width: 100%;
	color: #fff;
	display: block;
	padding: 5px 0 0 0;
	line-height: 23px;
	font-size: 14px;
	transition: all 0.3s ease;
}
#toolbar2 a:hover {
	color: #007bff;
}
#toolbar2 a span {
	font-size: 22px;
	display: block;
}
}
@media screen and (max-width: 640px) {
.pro_list {
	width: 100%;
}
}

.pagess {clear: both;margin: 30px 0;overflow: hidden;text-align: center;font-size:14px}
.pagess ul li { display:inline-block;border: 1px solid #e9ecef;padding: 8px 16px;margin: 0 5px;line-height: 20px;background: #f8f9fa;color:#666;border-radius: 6px;transition: all 0.3s ease;}
.pagess ul li:hover{ background:#007bff; color:#fff;border: 1px solid #007bff;transform: translateY(-2px);}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #007bff;padding: 8px 16px;margin: 0 5px;background: #007bff;color: #fff;border-radius: 6px;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#666;transition: all 0.3s ease;}
.pagess ul li a:hover {color: #fff;}

#gooxao img{ max-width:100% !important; height:auto !important}

.search-bar input:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.search-bar button {
  background: #007bff !important;
  border: none !important;
  transition: all 0.3s ease !important;
}
.search-bar button:hover {
  background: #0056b3 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3) !important;
}

.product-search {
	margin-bottom: 20px;
}
.product-search .search-bar {
	display: flex;
	gap: 10px;
}
.product-search .search-bar input[type="text"] {
	flex: 1;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	outline: none;
	transition: all 0.3s ease;
}
.product-search .search-bar input[type="text"]:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.product-search .search-bar button {
	padding: 10px 25px;
	background: #007bff;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s ease;
}
.product-search .search-bar button:hover {
	background: #0056b3;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

@media screen and (max-width: 760px) {
.product-search .search-bar {
	flex-direction: column;
}
.product-search .search-bar button {
	width: 100%;
}
}

/* 科技感装饰元素 */
.tech-decoration {
	position: absolute;
	z-index: 0;
	opacity: 0.05;
}

.tech-circle {
	width: 300px;
	height: 300px;
	border: 2px solid #007bff;
	border-radius: 50%;
	position: absolute;
	animation: pulse 8s infinite ease-in-out;
}

@keyframes pulse {
	0% {
		transform: scale(0.8);
		opacity: 0.1;
	}
	50% {
		transform: scale(1.2);
		opacity: 0.05;
	}
	100% {
		transform: scale(0.8);
		opacity: 0.1;
	}
}

/* 加载动画 */
.loading {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #f3f3f3;
	border-top: 2px solid #007bff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
