.news {
	background-color: #f7f7f7;
}

.news h1 {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	font-weight: bolder;
	border-bottom: 3px solid #a8d14f;
	margin-top: 20px;
}

.news .news-content {
	border-top: 1px solid rgb(222, 222, 222);
	padding-top: 20px;
	margin-top: -1px;
}

.news .news-left {
	width: 56%;
	height: 315px;
	padding-left: 4%;
}

.news .news-left .switch-bar ul {
	background-color: rgb(249, 249, 248);
}

.news .news-left .switch-bar ul li {
	display: block;
	width: 85px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	float: left;
	color: #8C8C8C;
	padding-right: 20px;
}

.news .news-left .switch-bar ul li a {
	display: block;
	color: #333;
	font-size: 20px;
}

.news .news-left .switch-bar ul li.current a {
	background: #0071b8 none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	border-radius: 3px;
}

.news .news-left .tabcon {
	position: relative;
	width: 100%;
	height: 285px;
	overflow: hidden;
}

.news .news-left .tabcon .subbox {
	width: 100%;
	/*position: absolute; left: 0px; top: 0px; */
}

.news .news-left .sublist {
	float: left;
	width: 100%;
	height: 265px;
	margin-top: 10px;
}

.news .news-left .sublist ul {
	margin-top: 5px;
	display: block;
}

.news .news-left .sublist li {
	height: 32px;
	line-height: 32px;
	display: block;
	position: relative;
}

.news .news-left .sublist li span {
	display: block;
	width: 87%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .news-left .sublist li a {
	width: 100%;
	font-size: 15px;
	color: #333;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
}

.news .news-left .sublist li a:hover {
	color: #0071b8;
}

.news .news-left .sublist li em {
	font-style: normal;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #999;
}

.news .news-right {
	width: 40%;
}

.news .news-right .pictureContainer {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.news .news-right .slideshow li {
	overflow: hidden;
	width: 100%;
	display: none;
}

.news .news-right .slideshow span {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	text-indent: 10px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
	overflow: hidden;
}

.news .news-right .slideshow span a {
	color: rgb(255, 255, 255);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 450px;
}

.news .news-right .pictureContainer .slidebar {
	position: absolute;
	bottom: 12px;
	right: 5px;
}

.news .news-right .pictureContainer .more {
	display: block;
	width: 12px;
	height: 12px;
	background: rgba(0, 0, 0, 0) url("../images/more.gif") repeat scroll 0% 0%;
	position: absolute;
	right: 7px;
	bottom: 11px;
}

.search {
	/* background: rgba(0, 0, 0, 0) url("../images/search.jpg") repeat-x scroll 0% 0%; */
	padding: 10px 0;
	width: auto;
	height: 31px;
}

.leftkeywords {
	height: 25px;
	line-height: 25px;
}

.leftkeywords a {
	margin: 0 6px;
	font-size: 14px;
	color: #222;
}

.leftkeywords a:hover {
	color: #097bd1;
}

.search .search-form {
	position: relative;
	float: left;
}

.search .keywords {
	width: 218px;
	height: 26px;
	line-height: 26px;
	text-indent: 15px;
	background-color: rgb(255, 255, 255);
	color: #666;
	border: 1px solid #d0d6e2;
	border-radius: 4px;
}

.search .search_btn {
	/* top: -1px; */
	right: 0px;
	width: 40px;
	height: 28px;
	background: rgba(0, 0, 0, 0) url("../images/icon_search.jpg") no-repeat;
	background-size: 100% 100%;
	border: 0px none;
	cursor: pointer;
}

.case {
	/* padding-top: 10px; */
}

.case .project {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 1200px
}


.case .project a {
	display: block;
	height: 100%;
}

.case .cooper {
	width: 49%;
	/* margin-left: 1%; */
}

.case .cooper a {
	display: block;
	height: 100%;
}

/*手机版轮播图*/
.focus {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.focus .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
}

.focus .hd ul {
	display: inline-block;
	height: 5px;
	padding: 3px 5px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
	vertical-align: top;
}

.focus .hd ul li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #8C8C8C;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}

.focus .hd ul .on {
	background: #FE6C9C;
}

.focus .bd {
	position: relative;
	z-index: 0;
}

.focus .bd li img {
	width: 100%;
	height: 100%;
	background: url(../images/loading.gif) center center no-repeat;
}

.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}

.focus .bdl {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 0;
	margin-top: 2px;
	background: url("../images/fa78.png") repeat 100% 100%;
	height: 200px;
}

.focus h1 {
	color: white;
	border: 3px solid rgba(255, 255, 255, .7);
	padding: 10px;
	font-size: 26px;
	font-weight: normal;
}

/*新闻*/
.slideTxtBox .hd ul li.on a {
	color: #333;
	font-weight: bolder;
	border-bottom: 3px solid #00a0e9;
}

/*新闻图片*/
.slideImgBox {
	overflow: hidden;
	position: relative;
}

.slideImgBox .hd {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideImgBox .hd li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	background: #fff;
}

.slideImgBox .hd li.on {
	border-radius: 50%;
	background: #4F8EFF;
}

.slideImgBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideImgBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideImgBox .bd img {
	display: block;
	height: 290px;
}

@media (max-width: 1200px) {
	.case .project {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
		width: 100%;
	}

	.case .project a {
		align-items: center;
		padding: 10px 0;
	}
}

@media (min-width: 1025px) {
	.focus {
		display: none;
	}
}

@media (max-width: 1024px) {
	.slideBox1 {
		display: none;
	}

	.list li {
		margin-bottom: 10px !important;
		width: 25% !important;
	}
}

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

	.news .news-left,
	.news .news-right {
		width: 100%;
		float: none;
		margin-bottom: 2%;
		padding-left: 0;
	}

	.homeNewsWrap {
		margin-top: 0 !important;
	}

	.homeNewsList {}

	.homeNewsList li {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.bottom_left {
		width: 60%;
	}

	.bottom_right {
		width: 40%;
	}

	.footer_logo img {
		max-width: 90px;
	}

	.company_info {
		margin-left: 20px;
		padding-left: 20px;
	}

	.bottom_right .imgbox img {
		max-width: 100px;
	}
}

@media (max-width: 767px) {
	.leftkeywords {
		display: none;
	}

	.homeJoinList li {
		width: 100% !important;
	}

	.homeJoinBgInner h4 {
		width: 100% !important;
	}

	.search .search-form {
		float: none;
		width: 90%;
		margin: 0 auto;
		height: 28px;
		line-height: 28px;
		position: relative;
		border: 1px solid #c3c3c3;
		background: #fff;
	}

	.search .keywords {
		width: 100%;
		text-indent: 5px;
		padding-right: 38px;
		box-sizing: border-box;
		border: 0;
		height: 28px;
		line-height: 28px;
	}

	.news .news-left,
	.news .news-right {
		width: 100%;
		float: none;
		margin-bottom: 30px;
		padding-left: 0;
	}

	.homeNewsList li {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.bottom_left {
		width: 100%;
	}

	.bottom_right {
		width: 100%;
		text-align: center;
	}

	.footer_logo img {
		max-width: 50px;
	}

	.company_info {
		margin-left: 10px;
		padding-left: 10px;
		font-size: 13px;
		line-height: 22px;
	}

	.bottom_right .imgbox img {
		max-width: 100px;
	}

	.news .news-left .switch-bar ul li {
		width: 25%;
	}

	.news .news-left .sublist li span {
		width: 70%;
	}

	.footer .footer_top {
		text-align: center;
	}

	.footer .footer_top .top_right {
		text-align: left;
	}

	.footer .footer_top .friend-ico {
		float: none;
		display: inline-block;
		margin-bottom: 10px;
	}

	.footer .footer_top .top_right p {
		margin: 4px 0;
	}
}

.homeNewsWrap {
	margin-top: 10px;
}

.homeNewsList li {
	float: left;
	width: 30%;
	margin-left: 4%;
	position: relative;
	top: 40px;
	opacity: 0;
}

.homeNewsList li:first-child {
	margin-left: 0;
}

.col-1,
.col-2 {
	margin-left: -10px;
}

.col-1 .col-item {
	float: left;
	width: 460px;
}

.col-2 .col-item {
	float: left;
	width: 393px;
}

.list-1 li {
	/* border-bottom: #d9d9d9 dotted 1px; */
	width: 100%;
	margin-left: 0;
}

.list-1 li:last-child {
	/* border-bottom: 0; */
}

.list-1 li a {
	display: block;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 15px;
}

.list-1 li a:hover {
	color: #0071b8;
}

.list-1 li span {
	float: right;
	color: #999;
	font-size: 14px;
}

.panel .tit span {
	font-size: 18px;
}

.panel .tit .more {
	font-size: 14px;
	line-height: 25px;
}

.groupNewsWrap {
	margin-top: 30px;
}

.groupNewsList {}

.groupNewsList li {
	float: left;
	width: 47%;
	margin-left: 3%;
	position: relative;
	top: 40px;
	opacity: 0;
}

.groupNewsList li:first-child {
	margin-left: 0;
}

.picList {
	position: relative;
}

.picList .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	/*left: 50%; top: 50%; transform: translate(-50%,-50%);*/
	top: 0;
	left: 0;
	transform: scale(0);
	transition: all .5s ease;
	background: rgba(37, 98, 179, .75);
}

.homeNewsList li .cont {
	margin-top: 25px;
}

.homeNewsList li .cont .left {
	float: left;
	width: 16.888%;
	text-align: center;
}

.homeNewsList li .cont .left .time {
	padding: 5px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	background: #ea5514;
	border-radius: 5px
}

.homeNewsList li .cont .left .time b {
	display: block;
	font-weight: 500;
	font-size: 18px;
}

.homeNewsList li .cont .left .time p {
	display: block;
	font-size: 16px;
}

.homeNewsList li .cont .left .date {
	font-size: 20px;
	color: #202A30;
	line-height: 17px;
	font-weight: 500;
	padding: 16px 0;
	border: 1px solid #E6E6E6;
	border-top: 0px;
}

.homeNewsList li .cont .right {
	float: right;
	width: 77.222%;
}

.homeNewsList li .cont .right h2 {
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	margin: 0;
	line-height: 26px;
	font-weight: bolder;
	margin-bottom: 5px;
	white-space: nowrap;
	/* 不换行 */
	overflow: hidden;
	/* 超出部分隐藏 */
	text-overflow: ellipsis;
	/* 显示省略号 */
	width: 100%;
	/* 根据需求调整宽度 */
}

.homeNewsList li .cont .right h2 a:hover {
	color: #ea5514;
}

.homeNewsList li .cont .right p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	display: -webkit-box;
	/* Safari */
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.homeNewsList li .cont .right h3 {
	color: #222222;
	font-size: 13px;
}

.homeNewsList li .cont .right h3 a {
	color: #1182DF;
}

.hoverBg:hover .picList .bg {
	transform: scale(1);
}

a.detail {
	font-size: 15px;
	color: #8C8C8C;
	padding-left: 10px;
	display: inline-block;
	box-sizing: border-box;
	/* background: rgba(0, 0, 0, 0) url(../images/common.png) no-repeat scroll -197px -30px; */
	margin-top: 5px;
	overflow: hidden;
}

/* a.detail:hover {
	color: #fff;
	background: #f18711;
	border-color: #f18711;
} */

.newCyqyCont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* 主轴上垂直居中 */
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px
}

.newCyqyCont h2 {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	font-weight: bolder;
	border-bottom: 3px solid #a8d14f;
	margin-top: 10px;
	line-height: 36px;
}

.newCyqyCont h3 {
	line-height: 24px;
	color: #f18711;
	font-weight: 600;
}

.newCyqyCont p {
	line-height: 28px;
}

.newCyqyCont .line {
	height: 1px;
	margin: 12px 0 12px 0;
	background: #e6e6e6;
}

.g_cw {
	padding-bottom: 30px;
	margin: 0 auto;
	font-size: 15px
}

.g_cw::before,
.g_cw::after {
	content: '';
	display: block;
	clear: both;
}

.g_cw p {
	color: #666;
	font-size: 15px;
	line-height: 33px;
}

.g_cw p a {
	color: #666;
	font-size: 15px;
}

.g_cw p a:hover {
	color: #1182DF;
}

.list {}

.list li {
	width: 10%;
	float: left;
}

.list li .p1 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
}

.list li .p2 a {
	font-size: 15px;
	color: #777;
}

.list li .no {
	margin-bottom: 0;
}

.list li .gz {
	float: right;
}

.list li .gz .sm {
	text-align: center;
}

.list li .gz .sm img {
	width: 105px;
}

.list li .gz .sm .p3 {
	font-size: 12px;
	color: #666;
	opacity: 0.6;
}

/* 父级菜单项样式 */
.dropbtn {
	color: #666;
	padding: 4px 6px;
	font-size: 14px;
	border: 1px solid #d0d6e2;
	cursor: pointer;
	margin-top: 10px;
	margin-left: 10px;
	background-color: white;
	border-radius: 2px;
}

/* 子菜单项容器样式 */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	margin-top: 5px;
	border-radius: 3px;
	border: 1px solid #d0d6e2;
}

/* 子菜单项样式 */
.dropdown-content a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

/* 鼠标悬停时显示子菜单项 */
.dropdown:hover .dropdown-content {
	display: block;
}

/* 鼠标悬停时改变父级菜单项的背景颜色 */
.dropdown:hover .dropbtn {
	color: #0071b8;
}

footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	/* padding:30px 0 20px 0; */
	/* background-color:#e7e7e7; */
	background: rgba(0, 0, 0, 0) url("../images/bg.png") no-repeat scroll 1px center;
}

footer section {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
}

footer section p {
	width: 100%;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

footer .main {
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}

footer .main .left {
	width: 90%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}

footer .main .left ul {
	width: 18%;
	height: auto;
	overflow: hidden;
	float: left;
}

footer .main .left ul h2 {
	display: block;
	width: 100%;
	height: 30px;
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	font-weight: bolder;
	color: #333;
	margin-bottom: 6px;
}

footer .main .left ul li {
	display: block;
	width: 100%;
	height: 30px;
}

footer .main .left ul li a {
	display: block;
	line-height: 30px;
	font-size: 15px;
	color: #666;
	transition-duration: 0.2s;
}

footer .main .left ul li a:hover {
	color: #0071b8;
}

footer .main .right {
	width: 10%;
	height: auto;
	overflow: hidden;
	float: right;
}

footer .main .right .logo {
	display: none;
}

footer .main .right .ewm {
	width: 100px;
	height: 100px;
	background-color: #fff;
	margin: 10px auto 0 auto;
}

footer .main .right .ewm img {
	width: 100%;
}

footer .main .right .ewmtext {
	width: 100px;
	height: 26px;
	line-height: 33px;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin: 0 auto;
}

footer .main .right .teltext {
	width: 100%;
	height: 26px;
	line-height: 33px;
	font-size: 10px;
	color: #777;
	text-align: center;
	margin: 10px auto 0 auto;
}

footer .main .right .tel {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
	color: #777;
}

/* 返回顶部 */
/* 右侧浮动BAR */
.bsk_rightBar {
	width: 50px;
	position: fixed;
	right: 39%;
	bottom: 160px;
	margin-right: -680px;
	margin-top: 0px;
	z-index: 99;
}

.bsk_rightBar .link_a {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: #0071b8;
	margin: 1px 0 0 0;
	position: relative;
	left: 0;
	top: 0;
	transition: all linear .2s
}

.bsk_rightBar .link_a .img {
	display: block
}

.bsk_rightBar .link_a .lChi {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 50px;
	position: absolute;
	right: 49px;
	top: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	transition: all linear .2s
}

.bsk_rightBar .link_a .lChi .ar {
	display: block;
	position: absolute;
	right: 10px;
	top: 15px
}

.bsk_rightBar .link_a .lChi .txt {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	white-space: nowrap;
	border-radius: 4px;
}

.bsk_rightBar .link_a:hover {
	background: url(../images/hoverRtBarBg.jpg) repeat-y;
}

.bsk_rightBar .link_a:hover .lChi {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.bsk_rightBar .link_a:hover .wxgzh,
.bsk_rightBar .link_a:hover .chis {
	display: block
}

.bsk_rightBar .first {
	cursor: default;
}

.list_banner {
	width: 100%;
	height: 300px;
}

.homeJoinWrap {
	margin-bottom: 42px;
}

.homeJoinList li {
	float: left;
	width: 33.333%;
	position: relative;
}

.homeJoinBg {
	position: absolute;
	width: 100%;
	height: 45px;
	line-height: 44px;
	color: #fff;
	font-size: 0;
	background: rgba(0, 202, 157, 0.8);
	/* border-radius: 6px; */
	bottom: 0px;
}

.homeJoinBgInner {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
	background: url(../images/home_jion_ico2.png) no-repeat left 0;
}

.homeJoinBgInner h3 {
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
}

.homeJoinBgInner h4 {
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
	white-space: nowrap;
	/* 确保文本在一行内显示 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 使用省略号表示溢出的文本 */
	width: 80%;
}

.homeJoinBgInner h4 span {
	display: inline-block;
	width: 24px;
	height: 26px;
	margin-left: 20px;
	vertical-align: top;
	background: url(../images/ico_jt.png) no-repeat center;
}

.homeJoinList li:first-child .homeJoinBg {
	top: auto;
	bottom: 0px;
}

/* 选择没有任何子元素的元素，并为其设置样式 */
.homeJoinBgInner h4:empty {
	display: none;
}

/* 选择有子元素的元素，并为其设置样式 */
.homeJoinBgInner h4:not(:empty) {
	display: block;
}

.homeJoinList li:first-child .homeJoinBgInner {
	background: url(../images/home_jion_ico1.png) no-repeat left 0;
}

.homeJoinList li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.homeJoinList li:hover .homeJoinBg {
	/* background: #00CA9D; */
}

.pic {
	width: 100%;
	overflow: hidden;
	font-size: 0;
}

.pic img {
	width: 100%;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}