.header {
	height: 80px;
	line-height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 11;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}

.IndexService_content,
.pc_header {
	max-width: 1500px;
	margin: 0 auto;
	/* background: yellow; */
}

.header .logo {
	margin-left: 20px;
}
#floating{
display: none;
}
.icon-wrap-base{
						display: block;
						width: 100%;
						    border-radius: 50%;
  height: 100%;
    
					}
					.initbtn{
						padding: 15px 8px;
						text-align: center;
						background: #00aef3;
						font-size: 12px;
						color: #fff;
						line-height: 20px;
						margin-top: 80px;
					}
					#icon_wrap,.initbtn{
							width:66px;
							height:66px;
						    position: fixed;
    box-sizing: border-box;
    z-index: 2147483646;
	    right: 5px;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	border-radius: 50%;
					
					}

.header .header_menu ul {
	text-align: center;
}

.header .header_menu ul li {
	display: inline-block;
	padding-top: 2px\0;
}

.header .header_menu ul li a {
	display: block;
	padding: 0 25px;
	color: #fff;
	font-size: 14px;
	border-top: solid 2px rgba(0, 0, 0, 0);
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.header .header_menu ul li a:hover,
.header .header_menu ul li a.active {
    /* border-top: solid 3px #07A2E4; */
    opacity: 1;
    filter: alpha(opacity=100);
}

.header_scroll .header_menu ul li a:hover,
.header_scroll .header_menu ul li a.active {
	/*border-top: solid 3px #fff; */
}
.img_button{
display: none;
}
.img_button1{
display: inline;
}
.header .login {
	float: right;
	background: rgba(255, 255, 255, .1);
	margin: 20px 50px 0 0;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}
.header  img{
	cursor: pointer;
}
.header .login span {
	color: #fff;
}

.header .header_avatar {
	width: 30px;
	border-radius: 50%;
	height: 30px;
	overflow: hidden;
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}

.header .header_avatar img {
	display: block;
	max-width: 100%;
}

.header .login a {
	padding: 0 10px 0 10px;
	color: #fff;
}

.header .md-show {
	display: none;
}

.header_scroll {
	background: #07a2e4;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}

.header .mobileMenuBtn {
	position: fixed;
	right: 20px;
	top: 18px;
	width: 32px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	display: none;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}

.header .mobileMenuBtn.active {
	right: 220px;
}

.header .mobileMenuBtn span {
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	margin-bottom: 8px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.header .mobileMenuBtn span:last-child {
	margin: 0;
}

.header .mobileMenuBtn span:first-child,
.header .mobileMenuBtn span:last-child {
	transform-origin: 100% 50%;
	-webkit-transform-origin: 100% 50%;
	transform: rotate(0);
	-webkit-transform: rotate(0);
}

.header .mobileMenuBtn.active span:first-child {
	transform: rotate(-43deg);
	-webkit-transform: rotate(-43deg);
}

.header .mobileMenuBtn.active span:last-child {
	transform: rotate(43deg);
	-webkit-transform: rotate(43deg);
}

.header .mobileMenuBtn span:nth-child(2) {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.header .mobileMenuBtn.active span:nth-child(2) {
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	opacity: 0;
}


/* 右侧 */
.FloatingWindow {
	position: fixed;
	right: 0;
	z-index: 550;
	top: 30%;
	width: 72px;
    right: 2%;
	box-sizing: content-box;
}

.FloatingWindow_list_title .wem1 {
	position: absolute;
	top: -36px;
	left: -126px;
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
	display: none;
	-moz-box-shadow: 0px 0px 3px #aaa;
	-webkit-box-shadow: 0px 0px 3px #aaa;
	box-shadow: 0px 0px 3px #aaa;
}

#weixin_box:hover .wem1 {
	display: block;
}

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

.FloatingWindow_list_title .wem1:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 46px;
	right: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	filter: drop-shadow(1px 1px 0 #aaa);
}

.FloatingWindow .FloatingWindow_list {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	background: rgba(0, 0, 0, 0.5);
}



.FloatingWindow .FloatingWindow_list .FloatingWindow_list_down {
	position: absolute;
	background: #07A2E4;
	width: 258px;
height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	left: -187px;
	top: 0;
 border-radius: 8px;
	display: none;
}

.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title {
	text-align: center;
	height: 70px;
	/* background: #F1F1F1; */
	/* border: 1px solid #ec6d1f; */
	padding: 10px;
box-sizing: border-box;
cursor: pointer;
	position: relative;

}

.FloatingWindow .FloatingWindow_list {
	background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 6px #ded9d9;
    box-shadow: 1px 1px 6px #ded9d9;
}

.FloatingWindow .FloatingWindow_list:hover {
	background: #07A2E4;
	color: #fff;
}

.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dd {
	/* color: #252525; */
	font-size: 28px;
}

.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dt {
	/* color: #252525; */
	font-size: 12px;
	margin-top: 3px;
}

.FloatingWindow .fphone:hover .FloatingWindow_list_down {
	display: block;
}

/* 我们能做些什么 */

.IndexService {
	background: #f6f6f6;
}

.IndexService .IndexService_content {
	max-width: 1500px;
	margin: 0 auto;
	padding: 75px 0px;
}

.IndexService .IndexService_content .IndexService_content_title {
	text-align: center;
	padding-bottom: 55px;
}

.IndexService .IndexService_content .IndexService_content_title dd {
	font-size: 30px;
	color: #333333;
	text-transform: uppercase;
}

.IndexService .IndexService_content .IndexService_content_title dt {
	font-size: 16px;
	color: #999999;
	margin-top: 12px;
	line-height: 28px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list {
	width: 100%;
	background: url("../images/bn2.png")
		/*tpa=https://www.17sucai.com/preview/13911/2019-01-11/3/images/bn2.png*/
		no-repeat 100% 50%;
	padding: 0px 50px;
}

.IndexService .IndexService_content .IndexService_content_body .owl-item:first-child .content_body_list {
	padding-left: 0px;
}

.IndexService .IndexService_content .IndexService_content_body .owl-item:last-child .content_body_list {
	padding-right: 0px;
	background: none;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_title {
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-bottom: 15px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content {
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 26px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification {
	padding-top: 50px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list {
	display: inline-block;
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 20px 0px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dd {
	color: #ff7019;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dt {
	color: #ff7019;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(2n) {
	border-right: 0px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(1) {
	padding-top: 10px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(2) {
	padding-top: 10px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(3) {
	border-bottom: 0px;
	padding-bottom: 10px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(4) {
	border-bottom: 0px;
	padding-bottom: 10px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dd {
	color: #222222;
	font-size: 28px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dt {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.IndexCase {
	background: #fff;
}

.IndexCase .IndexCase_content .IndexCase_content_list {
	display: inline-block;
	width: 22%;
	margin-right: 2%;
	margin-bottom: 2%;
	/* padding-bottom: 25px; */
	padding-bottom: 10px;
	position: relative;
 overflow: hidden;
}
.content_list_hover{
	width: 100%;
    height: 100%;
	position:absolute;left: 0px;
	background:#207be6;filter:alpha(opacity=70);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
background: rgba(0, 160, 233, .8);
    top: 102%;
	padding: 20px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;

}
.content_list_hover p{
	color: #fff;
	line-height: 24px;
	text-align: justify;
	font-size: 16px;
}
.IndexCase_content_list:hover .content_list_hover{
top: 0;
	cursor: pointer;
}


.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(4n) {
	margin-right: 0px;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_title .list_title_icon {
	color: #ff7019;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover:before {
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}





.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img a {
	display: inline-block;
	width: 100%;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title {
	margin-top: 25px;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left {
	width: 100%;
text-align: center;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd {
	color: #333333;
	font-size: 20px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd a {
	color: #333333;
	font-size: 20px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd span {
	font-size: 16px;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd i {
	font-style: inherit;
	padding: 0px 15px;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dt {
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
	height: 120px;
    line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	/* 	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_icon {
	color: #bbbbbb;
	font-size: 30px;
	line-height: 52px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}



@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.IndexCase .IndexCase_more {
	text-align: center;
	margin-top: 15px;
}

.IndexCase .IndexCase_more a {
	background: #eeeeee;
	display: inline-block;
	width: 185px;
	line-height: 64px;
	text-transform: capitalize;
	font-size: 16px;
	color: #999999;
	font-weight: bolder;
	position: relative;
}

.IndexCase .IndexCase_more a:hover {
	color: #fff;
}

.IndexCase .IndexCase_more a:hover:before {
	opacity: 1;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: rgba(255, 112, 25, 1);
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.IndexCase .IndexCase_more a:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: rgba(255, 112, 25, 0);
	border-radius: 100%;
	left: 50%;
	opacity: 0;
	top: 50%;
	-webkit-transform: all 0.5s ease 0s;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.5s ease 0s;
}

.IndexCase .IndexCase_more a span {
	position: relative;
	z-index: 1;
}

.fl {
	float: left;
}

/* 我们的客户 */
.partners {
	padding: 75px 0;
	background: #fff;
}

.partners_content {
	text-align: center;
}
.swiper-partners{width:100%;position: relative;padding: 0 20px;}
.partners_content_list {
	display: inline-block;
	margin: 20px 0px;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.swiper-button-next,.swiper-button-prev{
	outline: none;
}
.partners_content_list img {
width:200px;
height: 70px;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.partners_content_list p {
	margin: 10px 0;
}

.partners_content_list img:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.all_title1 {
	margin-bottom: 50px;
	text-align: center;
}

.all_title1 .title {
	font-size: 35px;
	color: #333;
}

.all_title1 .text {
	color: #818181;
}

/* 我们的优势 */
.join_in {
	height: 800px;
		center top repeat;
	text-align: center;
}
.jion_app{
	display: none;
	background: #fff;
}
.jion_app img{
	width: 100%;
}
.join_in .rowbj {
	height: 800px;
	background: url("images/youshi.png")
		/*tpa=http://www.shouping.net.cn/Public/Home/images/033.jpg*/
		center top no-repeat;
	position: relative;
}

.join_in .rowbj p {
	position: absolute;
	width: 290px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: justify;
}

.row_text1 {
	top: 140px;
	left: 50%;
	margin-left: -560px;
}

.join_in .rowbj .row_text3 {
	/* width: 270px; */
	top: 488px;
	left: 50%;
	margin-left: -560px;
}

.join_in .rowbj .row_text2 {
	width: 270px;
	top: 140px;
	left: 50%;
	margin-left: 270px;
}

.join_in .rowbj .row_text4 {
	width: 270px;
	top: 488px;
	left: 50%;
	margin-left: 270px;
}

.join_in .rowbj p span {
	font-size: 32px;
	font-weight: bold;
	color: #07A2E4;
}

.join_in_title {
	font-size: 36px;
	color: #fff;
}

.join_in_title span {
	color: #31b5ff;
}

.join_in_text {
	color: #e3e3e3;
	font-size: 18px;
	margin: 15px 0 20px 0;
}

.join_in_button {
	padding: 8px 60px;
}

.users_advantage {
	background: #F1F1F1;
}

/* 资讯 */
.users_newslist {
	min-height: 50px;
	height: auto;

	background: #fff;

}


.users_news {
	margin-bottom: 100px;
}

.users_news h4 {
	font-size: 20px;
	color: #333;
}
.users_news h4 a{float: right; padding-right: 9%;}
.users_news h4 a:hover{
						cursor: pointer;
						color: #006cff;
						}
/*新闻*/
/* .i_news{ width:100%; margin:0 auto; padding-bottom:100px; background:#fff;} */
.i_news ul {
	width: 100%;
	/* padding-top: 10px; */
	padding-right: 9%;
	margin: 0 auto;
	margin-top: 20px;
}

.i_news ul li:nth-of-type(2n) {
	margin-right: 0px;
}

.i_news ul li {
	width: 100%;
	height: 180px;
	margin-right: 56px;
	padding: 0 20px;
padding-left: 10px;
	position: relative;
}

.i_news ul li a {
	display: block;
	border: 1px #fff solid;
}

.i_news ul li .new_park {
	padding: 5px 0 0 0px;
}

.i_news ul li .new_park span {
	font-size: 34px;
	font-weight: bold;
	width: 88px;
	padding-top: 36px;
	text-align: center;
	display: block;
	float: left;
	color: #888;
    margin-right: 10px;
	box-sizing: content-box;
}

.i_news ul li .new_park span font {
	font-size: 15px;
	display: block;
}

.i_news ul li .new_park .new_right_next {
	width: calc(100% - 100px);
	float: right;
}

.i_news ul li .new_park h4 {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	width: 100%;
	padding: 5px 0 9px 0;
	border-bottom: 1px #e2e3e8 solid;
	height: 45px;
	box-sizing: content-box;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.i_news ul li .new_park h4 a {
	color: #333;
}

.i_news ul li .new_park h4 a:hover {
	color: #207be6;
}

.i_news ul li p {
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	color: #888;
	padding: 5px 12px 0 0px;
	height: 100px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}

.i_news .ck {
	width: 128px;
	margin: 25px auto 0;
}

.i_news .ck a {
	width: 128px;
	height: 38px;
	border: 1px #207be6 solid;
	display: block;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #207be6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.i_news .ck a:hover {
	color: #fff;
	background: #207be6;
	border-color: #207be6 !important;
}

/*------------边框滑上变化效果------------*/
.i_news ul li .border_top,
.i_news ul li .border_right,
.i_news ul li .border_bottom,
.i_news ul li .border_left {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

.i_news ul li .border_top,
.i_news ul li .border_left {
	left: 0;
	top: 0;
	position: absolute;
	background: #207be6;
}

.i_news ul li .border_right,
.i_news ul li .border_bottom {
	bottom: 0;
	right: 0;
	position: absolute;
	background: #207be6;
}
/* 边框宽度 */
.i_news ul li .border_top,
.i_news ul li .border_bottom {
	height: 1px;
	width: 0px;
}

.i_news ul li .border_right,
.i_news ul li .border_left {
	height: 0px;
	width: 1px;
}

.i_news ul li .download-detail:hover {
	border-color: transparent;
}

.i_news ul li:hover .border_top,
.i_news ul li:hover .border_bottom {
	width: 100%
}

.i_news ul li:hover .border_left,
.i_news ul li:hover .border_right {
	height: 100%
}

/* 底部 */
.footer {

}

.footer_content {
	padding: 100px 0;
	overflow: hidden;
	margin-left: -70px;
}
.bottom_logo img{
max-width:100%;
}
.footer_list {
	margin-left: 70px;
}

.quick_navigation_title,
.footer_link_title,
.footer_cotact_title {
	color: #D9D9DA;
	font-size: 16px;
	margin-bottom: 15px;
}

.quick_navigation {
	padding-left: 50px;
}

.quick_navigation ul li a {
	display: block;
	margin-bottom: 10px;
	color: #8A8A8A;
	font-size: 13px;
}

.quick_navigation ul li a:hover {
	color: #fff;
}

.footer_link ul li {
	float: left;
}

.footer_link ul li a {
	display: block;
	margin: 0 1px 1px 0;
	background: #292929;
	color: #8A8A8A;
	font-size: 13px;
	padding: 5px 16px;
}

.footer_link ul li a:hover {
	color: #fff;
	background: #222;
}

.footer_cotact {
	color: #8A8A8A;
	font-size: 13px;
}

.footer_cotact .footer_cotact_type {
	width: 20%;
	display: block;
	float: left;
}

.footer_cotact .footer_cotact_content {
	width: 80%;
	display: block;
	float: left;
}

.footer_cotact ul li {
	margin-bottom: 10px;
	overflow: hidden;
}

.footer_cotact ul li a {
	color: #8A8A8A;
}

.footer .copyright {
	text-align: center;
	padding: 30px 10px;
	color: #fff;
	background: #000;
	font-size: 12px;
}

.footer .copyright a {
	color: #fff;
}
.bottom_logo img{
	width: 100%;
}
.bottom_p{
    color: #8A8A8A;
	text-align: center; padding: 8px 0; font-size: 12px;
}

/* 新闻列表 */

.news .IndexService_content {
	padding: 45px 0px;
}

.news .IndexService_content .IndexService_content_title {
	border-bottom: 1px solid #e5e5e5;
}

.news .IndexService_content .IndexService_content_title dd {
	font-size: 24px;
	color: #333333;
	font-family: "宋体";
	position: relative;
	padding-left: 35px;
}

.news .IndexService_content .IndexService_content_title dd:before {
	content: "“";
	font-size: 56px;
	color: #bbbbbb;
	font-family: "Arial";
	position: absolute;
	left: 0;
	top: 5px;
}

.news .news_content {
	margin-bottom: 45px;
}

.news .news_content .news_content_list {
	display: inline-block;
	width: 100%;
	padding: 45px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.news .news_content .news_content_list:hover .content_list_time dt span:before {
	color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	width: 100%;
}

.news .news_content .news_content_list:hover .tra {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor: pointer;
}

.news .news_content .news_content_list .content_list_time {
	width: 10%;
}

.news .news_content .news_content_list .content_list_txt {
	width: 60%;
	margin-right: 12.5%;
}

.news .news_content .news_content_list .content_list_img {
	width: 17.5%;
	overflow: hidden;
}

.news .news_content .news_content_list .btn {
	width: 100%;
	color: #333;
}

.news .news_content .news_content_list .btn a {
	display: inline-block;
	margin-left: 13px;
}

.news .news_content .news_content_list .content_list_img a {
	display: inline-block;
	width: 100%s;
}

.news .news_content .news_content_list .content_list_time dd {
	font-size: 26px;
	color: #888;
	margin-bottom: 25px;
}

.news .news_content .news_content_list .content_list_time dt span {
	color: #cccccc;
	display: inline-block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	position: relative;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.news .news_content .news_content_list .content_list_time dt span:before {
	content: "\e602";
	position: absolute;
	display: inline-block;
	width: 0%;
	left: 0;
	height: 100%;
	top: 0;
	background: #07a2e4;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.news .news_content .news_content_list .content_list_txt dd a {
	font-size: 18px;
	color: #333333;
	margin-bottom: 32px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.news .news_content .news_content_list .content_list_txt p a {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	display: -webkit-box;
	max-height: 117px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.news .news_content .news_content_list .content_list_img img {
	width: 100%;
	height: 186px;
	object-fit: cover;
}

.IndexService {
	background: #f6f6f6;
}

.IndexService .IndexService_content {
	max-width: 1500px;
	margin: 0 auto;
	padding: 75px 0px;
}

.IndexService .IndexService_content .IndexService_content_title {
	text-align: center;
	padding-bottom: 55px;
}

.IndexService .IndexService_content .IndexService_content_title dd {
	font-size: 30px;
	color: #333333;
	text-transform: uppercase;
}

.IndexService .IndexService_content .IndexService_content_title dt {
	font-size: 16px;
	color: #999999;
	margin-top: 12px;
	line-height: 28px;
}

.IndexNews .IndexNews_title a {
	width: 120px;
	line-height: 50px;
	display: inline-block;
	background: #eeeeee;
	font-size: 16px;
	color: #333333;
	margin-right: 13px;
}

.IndexNews .IndexNews_title a:hover {
	color: #fff;
	background: #07a2e4;
}

.IndexNews .IndexNews_title a.on {
	color: #fff;
	background: #07a2e4;
}

.IndexNews .IndexNews_title a:last-child {
	margin-right: 0px;
}

.IndexNews {
	background: #fff;
}

/* banner */
.details_banner {
	height: 520px;
}

.NewsDetails {
	background: #fff;
}

.NewsDetails .IndexService_content {
	padding: 55px 0px;
}

.NewsDetails .NewsDetails_title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 35px;
}

.NewsDetails .NewsDetails_title h1 {
	font-size: 26px;
	color: #333333;
	font-weight: inherit;
	text-align: center;
	margin-bottom: 20px;
}

.NewsDetails .NewsDetails_title .NewsDetails_title_sort span {
	font-size: 13px;
	color: #999999;
	margin-right: 25px;
}

.NewsDetails .NewsDetails_title .NewsDetails_title_sort span:last-child {
	margin-right: 0px;
}

.NewsDetails .NewsDetails_content {
	padding: 45px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_top {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_top p {
	margin-bottom: 20px;
	text-indent: 2em;
	font-size: 16px;
	line-height: 24px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_top p img {
	max-width: 100%;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_top p.on {
	text-align: center;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom {
	margin-top: 55px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left {
	padding: 17px 0px;
	width: 34%;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_copyright {
	font-size: 13px;
	color: #999999;
	margin-bottom: 25px;
	line-height: 26px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dd {
	font-size: 13px;
	color: #999999;
	line-height: 33px;
	margin-right: 20px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dt a {
	display: inline-block;
	font-size: 13px;
	color: #333333;
	background: #f4f4f4 url("../images/bg14.jpg")
		/*tpa=https://www.17sucai.com/preview/13911/2019-01-11/3/images/bg14.jpg*/
		no-repeat 100% 50%;
	line-height: 32px;
	padding: 0px 20px;
	margin-right: 15px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dt a:last-child {
	margin-right: 0px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help {
	margin-left: 170px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help a {
	display: inline-block;
	width: 140px;
	height: 82px;
	background: #07a2e4;
	text-align: center;
	color: #fff;
	border-radius: 40px;
	padding: 15px 0px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help a dd {
	font-size: 32px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help .bottom_help_content {
	font-size: 12px;
	color: #999999;
	margin-top: 12px;
	text-align: center;
}

.NewsDetails .NewsDetails_page {
	padding: 30px 0px;
	padding-bottom: 0px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left {
	margin: 6px 0px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list {
	margin-bottom: 8px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list:last-child {
	margin-bottom: 0px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list dd {
	font-size: 14px;
	color: #333333;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list a {
	font-size: 14px;
	color: #333333;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list a:hover {
	color: #07a2e4;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_back {
	display: inline-block;
	border: 1px dashed #e5e5e5;
	width: 160px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_back span {
	color: #07a2e4;
	font-size: 25px;
	margin-right: 8px;
	position: relative;
	top: 3px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_top p.on {
	text-align: center;
}

/* 工程信息 */
.engineeringbox {
	width: 100%;
	background: #fff;
}

.engin {
	height: auto;
	background: #fff;
	padding-top: 30px;
}

.engin .engin_top {
	width: 100%;
	color: #08A2E4;
	font-size: 28px;
}

.engin .engin_top .top_title {
	color: #2A0902;
	font-size: 38px;
	line-height: 50px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 4px;
}

.engin .engin_top .top_title:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	width: 60px;
	height: 6px;
	background: #08A2E4;
}

.engin_one_ul {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 50px;
}

.engin_two_ul {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
}

.engin_two_ul .engin_two_li {
	padding: 5px 0;
	margin-bottom: 30px;
}

.engin_two_ul .engin_two_li .engin_two_text {
	width: 75%;
	height: 324px;
	background: #EEEEEE;
	line-height: 324px;
	vertical-align: middle;
	padding: 0 4%;
	font-size: 28px;
}

.engin_two_ul .engin_two_li .engin_two_text .engin_two_text_coin {
display: inline-block;
	line-height: 40px;
	text-align: justify;
	color: #0E060C;
	vertical-align: middle;
	/* display: -webkit-box; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.engin_two_ul .engin_two_li .engin_two_img {
	width: 22%;
	height: 324px;
	background: #06B6F2;
	position: relative;
}

.engin_two_ul .engin_two_li .engin_two_img .engin_two_img_box {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    position: absolute;
    text-align: center;
}

.engin_two_ul .engin_two_li .engin_two_img .engin_two_img_box p {
	color: #fff;
	font-size: 36px;
}

.engin_two_ul .engin_two_li .engin_two_img img {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	object-fit: cover;
}

.engin_two_ul .engin_two_li:nth-child(n) .engin_two_img {
	float: right;
}

.engin_two_ul .engin_two_li:nth-child(2n) .engin_two_img {
	float: left;
	/* margin-right: 3%; */
}

.engin_two_ul .engin_two_li:nth-child(n) .engin_two_text {
	float: left;
}

.engin_two_ul .engin_two_li:nth-child(2n) .engin_two_text {
	float: right;
}


.engin_one_ul .engin_one_li {
	padding: 5px 0;
	margin-bottom: 60px;
}
.Zsite{
					display: flex;
					}
					.Zsite img{
						justify-content: space-between;
						margin-left: -8.3%;
					}
						.Zsite .Zsiteimg1{
						margin-left: 0px;
					}
					.mZsite{
						display: none;
					}
.mZsite img{
width:100%;
}
.engin_one_ul .engin_one_li .engin_one_img {
	width: 60%;
}

.engin_one_ul .engin_one_li .engin_one_img img {
	width: 48%;
	height: 250px;
	object-fit: cover;
	float: left;
}

.engin_one_ul .engin_one_li .engin_one_img img:nth-child(2) {
	float: right;
}

.engin_one_ul .engin_one_li:nth-child(1n) .engin_one_img {
	float: left;
	/* margin-right: 3%; */
}

.engin_one_ul .engin_one_li:nth-child(2n) .engin_one_img {
	float: right;
	/* 		margin-left: 3%;
		margin-right: 0; */
}

.engin_one_ul .engin_one_li .engin_one_text {
	width: 37%;
	height: 250px;
}

.engin_one_ul .engin_one_li .engin_one_text .engin_one_text_top {
	color: #08A2E4;
	font-size: 34px;
	margin-bottom: 10px;
}

.engin_one_ul .engin_one_li .engin_one_text .engin_one_text_coin {
	color: #2A0902;
	font-size: 18px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.engin_one_ul .engin_one_li:nth-child(n) .engin_one_text {
	float: right;
}

.engin_one_ul .engin_one_li:nth-child(2n) .engin_one_text {
	float: left;
}
.en_title{
	display: none;
}
.engin_one_ul .engin_one_li .oaoffice {
	width: 600px;
}

.engin_one_ul .engin_one_li .oaoffice img {
	width: 100%;
	height: 286px;
	object-fit: cover;
}

.engin_one_ul .engin_one_li .oaoffice_text {
	/* width: 46%; */
	width: -webkit-calc(100% - 700px);
	width: -moz-calc(100% - 700px);
	width: calc(100% - 700px);
	height: 286px;
}

.engin_one_ul .engin_one_li .oaoffice_text .engin_one_text_coin {
	font-size: 24px;
}

.oaoffice_bj {
	width: 100%;
height:auto;
}
.oaoffice_bj img{
width:100%;
height:auto;
}

.banner_text {
	height: 100%;
	position: relative;
}

.banner_text p {
	position: absolute;
	width: 48%;
	font-size: 30px;
	color: #fff;
	right: -10%;
	bottom: 32%;
}

.banner_text .img_left {
	position: absolute;
	height: 100%;
	left: -30px;
}

.banner_text .img_right {
	position: absolute;
	height: 50%;
	top: 50%;
	margin-top: -8%;
	right: -30px;
}

.oa_banner {
	height: 400px;
}

.mailicon {
	display: inline-block;
	width: 35px;
	height: 39px;
	background: url(images/incon.png) no-repeat;
	vertical-align: -4px;
}

.see {
	background-position: -300px -275px
}

.see2 {
	background-position: -365px -275px;
	width: 46px;
	height: 40px;
}

.see3 {
	background-position: -440px -275px;
	width: 46px;
	height: 40px;
}

.see4 {
	background-position: -520px -275px;
	width: 46px;
	height: 40px;
}

/* 智慧工地 */
.wisdom_top {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}
.wis_yuntwo{
	display: none;
}
.wis_yuntwo img{
	width: 100%;
}
.wisdom_top li {
	float: left;
	width: 24%;
	text-align: center;
	height: 70px;
	color: #2A0802;
	font-size: 28px;
	margin-right: 14%;
	/* border-bottom: 10px solid #07A2E4; */
}

.wisdom_top .li_active_wis {
	border-bottom: 10px solid #07A2E4;
}
.wis_box_one{

}
.wis_yun {
	height: 924px;
	margin-bottom: 50px;
	background:url(images/zhgdtext-bg.jpg) no-repeat 50%/cover;
}
.wis_bim{
	margin-top: 50px; height: 880px;
	background:url(images/zhgdtext-bg.jpg) no-repeat 50%/cover;
}
.wis_bimapp{
	display: none;
}
.wis_bimapp img{
	width: 100%;
}
.wis_yun_top {
	padding-top: 80px;
}

.wis_yun_top p {
	color: #2A0802;
	font-size: 32px;
	position: relative;
}

.wis_yun_top p span {
	display: inline-block;
	vertical-align: 2px;
	margin-right: 10px;
	/* 		position: absolute;
				top: 14px; */
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background: #08A2E4;
}

.wis_yun_look {
	width: 100%;
}

.wis_yun_looknum {
	width: 100%;
	height: 2px;
	border-bottom: 2px dashed #E7A944;
	margin-top: 360px;
	position: relative;
	-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);
}

.wis_yun_looknum p {
	width: auto;
	position: absolute;
	top: -30px;
}

.wis_yun_looknum .P_1 {}

.wis_yun_looknum .P_2 {
	left: 14%;
}

.wis_yun_looknum .P_3 {
	left: 30%;
}

.wis_yun_looknum .P_4 {
	left: 46%;
}

.wis_yun_looknum .P_5 {
	left: 70%;
}

.wis_yun_looknum .P_6 {
	right: 0;
}

.wis_yun_looknum p .span_1 {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	border-radius: 50px;
	background: #fff;
	color: #E9A946;
	border: 2px solid #E7A944;
}
.wis_yun_looknum p .span_2{
		display: block;
	width: 60px;
	color: #290801;
	font-size: 24px;
	text-align: center;
	margin-top: 4px;
}

.wis_yun_looknum p i {
	display: block;
	width: 200px;
	height: 2px;
	border-bottom: 2px dashed #E7A944;
}
.look_top_alert{
	position: absolute;
	width: 100%;
	left: 0;
}
.look_bottom_alert{
	position: absolute;
	width: 100%;
	left: 0;
	top: 65px;
}

.wis_bk {
	position: absolute;
	width: 180px;
	height: 75px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 80px;
}
.wis_bkone {
	position: absolute;
	width: 180px;
	height: 75px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 58px;
}
.wis_xuanzhuan{

}
.wis_bkone1{
	top: -125px;
	left: 20px;
	background: url(images/textbox12.png) no-repeat 50%/cover;
}
.wis_bkone2{
	top: -125px;
	left: 210px;
	background: url(images/textbox11.png) no-repeat 50%/cover;
}
.wis_bkone3{
	top: -125px;
	left: 410px;
	background: url(images/textbox7.png) no-repeat 50%/cover;
}
.wis_bkone4{
	top: -125px;
	left: 600px;
	background: url(images/textbox6.png) no-repeat 50%/cover;
}
.wis_bkone5{
	top: -215px;
	left: 495px;
	background: url(images/textbox7.png) no-repeat 50%/cover;
}
.wis_bkone6{
	top: -125px;
	right: 40px;
	background: url(images/textbox12.png) no-repeat 50%/cover;
}
.wis_bkone7{
	top: -125px;
	right: -150px;
	background: url(images/textbox11.png) no-repeat 50%/cover;
}
.wis_bk1{
bottom: -125px;
	left: -146px;
background: url(images/textbox1.png) no-repeat 50%/cover;
}
.wis_bk3{
top:140px;
left: -146px;
background: url(images/textbox1.png) no-repeat 50%/cover;
}
.wis_bk4{
top:140px;
left: 44px;
background: url(images/textbox5.png) no-repeat 50%/cover;
}
.wis_bk5{
top:50px;
left: 210px;
background: url(images/textbox4.png) no-repeat 50%/cover;
}
.wis_bk6{
top:50px;
left: 400px;
background: url(images/textbox3.png) no-repeat 50%/cover;
}
.wis_bk7{
top:50px;
left: 690px;
background: url(images/textbox1.png) no-repeat 50%/cover;
}
.wis_bk8{
top:50px;
left: 885px;
background: url(images/textbox5.png) no-repeat 50%/cover;
}
.wis_bk2{
bottom: -125px;
left: 22px;
background: url(images/textbox2.png) no-repeat 50%/cover;
}
/* .wis_bk:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	filter: drop-shadow(1px 1px 0 #aaa);
} */
.engin_one_ul .engin_one_li .wisdom{
	width: 70.6%;
	height: 400px;
}
.engin_one_ul .engin_one_li .wisdom img{
	width: 100%;
	height: 100%;
}
.engin_one_ul .engin_one_li .wisdom_text{
	width: 26%;
	height: 400px;
	position: relative;
}
.engin_one_ul .engin_one_li .wisdom_text .engin_one_text_coin{
	-webkit-line-clamp: 11;
	}
	.engin_one_button{
		width: 100%;
		height: 100px;
		line-height: 100px;
		color: #fff;
		font-size: 30px;
		background: #07A2E4;
		position: absolute;
		bottom: 0;
		text-align:center;
	}
	.engin_one_button img{
		margin-right: 20px;
	}
	.img_right2{
		position: absolute;
		/* height: 50%; */
		top: 50%;
		margin-top: -3%;
		right: 1%;
	}
	/* 行业资源共享 */
	.industrybanner{
		height: auto;
margin-top: 80px;
	}
	.industrybanner img{
		width: 100%;
	}
	.industry_one_box_top{
		width: 450px;
		height: 58px;
		font-size: 34px;
		font-weight: bold;
		color: #290701;
		border-bottom: 2px solid #535353;
		margin-top: 80px;
		}
		.seeone{
			background-position: -129px -610px;
			width: 46px;
			height: 44px;
		}
			.seeone2{
			background-position: -188px -614px;
			width: 46px;
			height: 44px;
			vertical-align: -9px;
		}
		.seeone5{
			background-position: -378px -614px;
			width: 46px;
			height: 44px;
			vertical-align: -9px;
		}
		.seeone4{
			background-position: -319px -614px;
			width: 46px;
			height: 44px;
			vertical-align: -9px;
		}
		.seeone3{
			background-position: -246px -614px;
			width: 54px;
			height: 44px;
			vertical-align: -9px;
		}
		.look_cl{
			width: 100%;
			height: 905px;
			background:url(images/zcl_bg.jpg) no-repeat;
		background: url(images/zcl_bg.jpg) no-repeat center right;
    background-size: cover;
	position: relative;
	overflow: hidden;
		}
		
		.in_zhao{
			width: 100%;
			height: 800px;
			margin-top: 20px;
			position: relative;
		}
		.in_zhao .in_img{
			color: #FEFEFE;
			font-size: 32px;
			padding: 40px;
			position: absolute;
		}
		.in_zhao .in_imgone1{
			width: 500px;
		     height: 280px;
			top: 50px;
			left: 80px;
			background: url(images/t3.jpg) no-repeat 50%/cover;
		}
		.in_zhao .in_imgone2{
			width: 300px;
		     height: 280px;
			top: 50px;
			left: 600px;
			background: url(images/t2.jpg) no-repeat 50%/cover;
		}
		.in_zhao .in_imgone3{
			width: 280px;
		     height: 370px;
			top: -40px;
			right: 0;
			background: url(images/t6.jpg) no-repeat 50%/cover;
		}
		.in_zhao .in_imgone4{
			width: 300px;
		     height: 280px;
			top:350px;
			left: 0;
			background: url(images/t1.jpg) no-repeat 50%/cover;
		}
		.in_zhao .in_imgone5{
			width: 280px;
		     height: 400px;
			top:350px;
			left: 320px;
			background: url(images/t5.jpg) no-repeat 50%/cover;
		}
		.in_zhao .in_imgone6{
			width: 500px;
		     height: 280px;
			top:350px;
			right: 0px;
			background: url(images/t4.jpg) no-repeat 50%/cover;
		}
		.in_cl{
			position: relative;
			width: 100%;
		}
		.in_cl p{
			width: 340px;
			padding-top: 160px;
			text-align: justify;
			color: #2A0802;
			font-size: 32px;
			float: left;
		}
		.in_cl img{
			position: absolute;
			top: -50px;
			right: 0;
		}
		.look_zj{
			width: 100%;
			height: 900px;
			background: #07A2E4;
			background: rgba(7, 162, 228, .3);
			margin-top: 80px;
			overflow: hidden;
		}
		.look_xm{
			width: 100%;
			height: 800px;
			overflow: hidden;
		}
		.look_zj .in_cl img{
			top: -100px;
		}
	.look_zj .in_cl p{
		width: 300px;
		padding-top: 280px;
		}
	.engin_one_ul .engin_one_li .insd_img {
			width: 33%;
		}
		.engin_one_ul .engin_one_li .insd_img img{
			width: 100%;
			height: 300px;
		}
		.engin_one_ul .engin_one_li .insd_text{
			width: 62%;
			height: 300px;
		}
		.look_sb{
			width: 100%;
			height: 820px;
			overflow: hidden;
		}
		.in_sb{
			width: 100%;
			height: 542px;
			position: relative;
		}
		.in_sb img{
			position: absolute;
			width: 542px;
			height: 542px;
			left: 50%;
			top: 10px;
			margin-left: -276px;
		}
		.in_p{
			width: 100%;
			font-weight: bold;
			color: #1D1D1D;
			font-size: 34px;
			margin-top: 60px;
		}
		.in_sb_one{
			width:400px;
			height: 200px;
			font-size: 24px;
			color: #2A0802;
			background: #EFEFEF;
			padding: 40px 50px;
			padding-right: 80px;
			position: absolute;
		}
		.in_sb_one1{
			top: 60px;
		}
			.in_sb_one2{
				right: 0;
			top: 60px;
		}
		.in_sb_one3{
			top: 300px;
		}
		.in_sb_one4{
				right: 0;
			top: 300px;
		}
		.in_sb_one span{
			display: block;
			width: 70px;
			height: 70px;
			background: #07A2E4;
			text-align: center;
			line-height: 70px;
			color: #fff;
			font-weight: bold;
			font-size: 40px;
			padding-left: 20px;
			padding-top: 6px;
			position: absolute;
			bottom: 0px;
			right: 0;
			border-radius: 100px 0 0;
		}
		/* bim */
		.about_licheng .about_art {
    width: 100%;
    height: auto;
    margin: 120px auto 0px;
    position: relative;
}

.about_licheng .about_art .about_lishi {
    width: 100%;
    height: auto;
	overflow: hidden;
}
.about_time{
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: -78px;
}
.about_licheng .about_art .about_lishi .shu_xian {
    width: 2px;
    height: 100%;
    background: #36689D;
    margin: 0 auto;
    display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

.about_licheng .about_art .about_lishi .about_rw {
    width: 100%;
    height:320px;
	/* background: yellow; */
  /*  position: absolute;
    top: 20px;
    left: 0px; */
	/* margin-top: 40px; */
	position: relative;
	z-index: 9;
    overflow: hidden;
}

.about_licheng .about_art .about_lishi .about_rw:first-child{
	margin-top: 40px;
}
/* .about_licheng .about_art .about_lishi .about_rw.about_true {
    background: url(images/line1.png) no-repeat;
}

.about_licheng .about_art .about_lishi .about_rw.about_false {
    background: url(images/line2.png) no-repeat;
} */
.about_licheng .about_art .about_lishi .about_rw.about_true .img, .about_licheng .about_art .about_lishi .about_rw.about_false .img {
    width: 160px;
    /* height: 160px; */
    border-radius: 50%;
	background-position:center;
	background-size:190px 190px;
    overflow: hidden;
    position: absolute;
}

.about_licheng .about_art .about_lishi .about_rw.about_true .img {
    left: 0px;
}

.about_licheng .about_art .about_lishi .about_rw.about_false .img {
    right: 0px;
}

.about_licheng .about_art .about_true .arrTc, .about_licheng .about_art .about_false .arrTc {
    width: 500px;
    height:204px;
	padding: 10px 30px;
	border: 1px solid #F1F1F1;
	border-radius: 4px;
    position: absolute;
   top: 60px;
}
.arrTc_p1{
	width: 100%;
	height: 54px;
	font-size: 19px;
	color: #1F4F8F;
	border-bottom: 1px solid #f1f1f1;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.arrTc_p1 span{
	display: block;
	color: #99BED9;
	font-size: 17px;
}
.arrTc_p2{
	font-size: 16px;
	color: #0E050B;
	text-align: justify;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.about_licheng .about_art .about_true  .imgone, .about_licheng .about_art .about_false  .imgone{
	position: absolute;
	top: 104px;
	left: 50%;
	margin-left:-300px;
}
.about_licheng .about_art .about_false  .imgone{
	top: 104px;
	left: 50%;
	margin-left:-9px;
}
.about_img{
	width: 230px;
	height: 230px;
	border-radius: 50%;
	position: absolute;
	border: 10px solid #99BED9;
	top: 0px;
}
.about_img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.about_licheng .about_art .about_true .about_img{
	right: 50%;
	margin-right: 300px;
}
.about_licheng .about_art .about_false .about_img{
	left: 50%;
	margin-left: 300px;
}
.about_licheng .about_art  .about_year{
	position: absolute;
	color: #99BED9;
	font-size: 32px;
	top: 0px;
	left: 50%;
	margin-left: -140px;
	}
.about_licheng .about_art .about_mon{
	position: absolute;
	color: #99BED9;
	font-size: 32px;
	top: 0px;
	left: 50%;
	margin-left: 30px;
		}
.about_licheng .about_art .about_true .img1,.about_licheng .about_art .about_false  .img2{
	display: none;
}
/* .about_licheng .about_art .about_true .img2,.about_licheng .about_art .about_false  .img1{
	display: none;
} */
.about_licheng .about_art .about_true .arrTc:before{
		content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 46px;
	left: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #fff;
	filter: drop-shadow(-.5px 1px  0 #aaa);
}
.about_licheng .about_art .about_false .arrTc:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 46px;
	right: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	filter: drop-shadow(1px 1px 0 #aaa);
}
.about_licheng .about_art .about_true .arrTc {
    left: 50%;
	margin-left: 40px;
}

.about_licheng .about_art .about_false .arrTc {
    right: 50%;
	margin-right: 40px;
}
.new_work{
	margin: auto;
	margin-top: 40px;
}
 .first {
	 width: 100%;
    left: 0px;
	height: 500px;
}
.pp_overlay{
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .4;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	z-index: 100;
}
.bim_viove{
	width: 1200px;
	height: 500px;
	background: #000;
	position: fixed;
	z-index: 101;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -600px;
	display: none;
}
 .first .text {
    min-width: 500px;
    max-width: 670px;
    height: 514px;
}

.about_con {
    margin: 0px 36px;
    height: 100%;
    position: relative;
}

.first .text .about_con .ico {
    display: block;
    width: 300px;
    height: 130px;
    border-bottom: solid 1px #E7E7E7;
    background: url(../img/logo.png) no-repeat ;
    background-position: 0px 54px;
}
/* 智能硬件 */
.engin_one_ul .engin_one_li .hard_img{
	width: 44%;
	height: 420px;
}
.engin_one_ul .engin_one_li .hard_img img{
	width: 100%;
	height: 100%;
	}
	.engin_one_ul .engin_one_li .hard_text{
		width: 46%;
	
	}
	.engin_one_ul .engin_one_li .hard_text .engin_one_text_top{
			border-bottom: 1px solid #2A0802;
			color: #2A0802;
	}
	.engin_one_ul .engin_one_li .hard_text .engin_one_text_coin{
		margin-top: 20px;
		-webkit-line-clamp: 8;
	}
	.engin_one_ul .engin_one_li  .hard_q{
		display: inline-block;
		width: 30px;
		height: 30px;
		margin-right: 8px;
		border-radius: 50%;
		background: #07A2E4;
    vertical-align: -4px;
	}
	/* 关于我们 */
	.conpany{
		width: 100%;
		line-height: 80px;
		font-size: 32px;
		font-weight: bold;
		border-bottom: 1px solid #B4B4B4;
		}
		.about_xinxi{
			width: 100%;
			padding-bottom: 80px;
		}
		.about_xinxi p{
			font-size: 26px;
			margin-top: 20px;
		}
		.about_xinxi p .mailicon{
			vertical-align: -9px;
			margin-right: 8px;
		}
		.see_a1{
			background-position: -170px -738px;
			width: 54px;
			height: 44px;
			
		}
		.see_a2{
			background-position: -252px -738px;
			width: 54px;
			height: 44px;
		}
		.see_a3{
			background-position: -332px -738px;
			width: 54px;
			height: 44px;
		}
	.abouts_liu{
			width: 100%;
			font-size: 18px;
			color: #07A2E4;
			margin-top: 80px;
		}
		.abouts_liu .top_title{
			font-size: 32px;
			font-weight: bold;
			color: #2A0802;
		}
		.about_in_left{
			width: 25%;
			float: left;
		}
		.about_in_right{
			width: 72%;
			float: right;
		}
	.ms-content-form-background p{
			margin-top: 10px;
			margin-bottom: 5px;
		}
		.ms-content-form-background input{
			border: 1px solid #BFBFBF;
			width: 100%;
			height: 40px;
			font-size: 18px;
			line-height: 40px;
			text-indent: 10px;
		}
		.ms-content-form-background .about_bai{
			width: 100%;
		}
		.ms-content-form-background .ms-content-form-message{
			width: 100%;
			height: 113px;
			border: 1px solid #BFBFBF;
			font-size: 18px;
			text-indent: 10px;
		}
	.ms-content-form-background	.ms-login-button{
	width: 280px;
padding: 15px 0;
cursor: pointer;
color: #fff;
text-align: center;
font-size: 30px;
margin: auto;
margin-top: 30px;
background: #07A2E4;
border-radius: 10px;
margin-bottom: 80px;
		}
	/* 弹出框 */
				.login {
				position: fixed;
				width: 100%;
				height: 100%;
				left: 0;
				top: 0;
				display: none;
				background: rgba(0, 0, 0, 0.4);
				z-index: 99;
				-webkit-animation: fadeIn 1s;
				animation: fadeIn 1s;
			}
			
			.login .box {
				background: #ffffff;
				margin: 100px auto;
				position: relative;
				width: 574px;
				height: 428px;
				-webkit-box-shadow: 0px 6px 10px 0px rgba(2, 3, 5, 0.2);
				box-shadow: 0px 6px 10px 0px rgba(2, 3, 5, 0.2);
				border-radius: 4px;
				border: 1px solid #979797;
				padding-left: 50px;
				padding-top: 36px;
				box-sizing: border-box;
				font-family: PingFangSC-Regular, PingFang SC;
			}
			
			.login .box .boxTitle {
				text-align: center;
				font-size: 22px;
				font-weight: 500;
				color: rgba(0, 0, 0, 0.85);
				line-height: 30px;
				margin-right: 50px;
			}
			
			.login .box .boxDesc {
				text-align: center;
				font-size: 14px;
				color: rgba(0, 0, 0, 0.65);
				line-height: 20px;
				margin: 4px 0 32px;
				margin-right: 50px;
			}
			
			.login .box .boxHead {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				font-weight: 400;
				color: rgba(0, 0, 0, 0.45);
				line-height: 38px;
				margin-bottom: 25px;
			}
			
			.login .box .boxHead>div {
				cursor: pointer;
				width: 150px;
				height: 38px;
				background: #ffffff;
				border-radius: 0 4px 4px 0px;
				border: 1px solid rgba(0, 0, 0, 0.15);
				text-align: center;
			}
			
			.login .box .boxHead>div:first-child {
				border-radius: 4px 0px 0px 4px;
				border-right: none;
			}
			
			.login .box .boxHead>div:nth-of-type(2) {
				border-left: none;
			}
			
			.login .box .boxHead .bLine {
				width: 1px;
				background: #5f8bec;
			}
			
			.login .box .boxHead .active {
				border-color: #5f8bec;
				font-family: PingFangSC-Medium, PingFang SC;
				font-weight: 500;
				color: #5f8bec;
			}
			
			.login .box .boxCon {
				color: #191f25;
			}
			
			.login .box .boxCon>div {
				margin-bottom: 20px;
				position: relative;
			}
			
			.login .box .boxCon>div:nth-last-child(1) {
				margin-bottom: 10px;
			}
			
			.login .box .boxCon>div .err {
				font-weight: 500;
				color: #f15533;
			}
			
			.login .box .boxCon>div input {
				width: 350px;
				height: 40px;
				border-radius: 4px;
				border: 1px solid rgba(0, 0, 0, 0.1);
				margin-left: 10px;
				padding-left: 10px;
			}
			
			.login .box .boxCon .code {
				margin-left: -16px;
			}
			
			.login .box .boxCon .code .but {
				display: inline-block;
				color: #5A87FF;
				position: absolute;
				font-size: 13px;
				right: 130px;
				top: 12px;
				cursor: pointer;
			}
			
			.login .box .boxCon .code .stop {
				cursor: text;
				color: #666666;
			}
			
			.login .box .boxFoot {
				width: 160px;
				height: 42px;
				background: linear-gradient(315deg, #5f8bec 0%, #5f8bec 100%);
				-webkit-box-shadow: 0px 6px 2px 0px rgba(4, 35, 85, 0.1);
				box-shadow: 0px 6px 2px 0px rgba(4, 35, 85, 0.1);
				border-radius: 8px;
				font-size: 20px;
				color: #ffffff;
				line-height: 42px;
				text-align: center;
				cursor: pointer;
				position: absolute;
				bottom: 42px;
				left: 50%;
				-webkit-transform: translateX(-80px);
				transform: translateX(-80px);
			}
			
			.login .errMessage {
				color: #f15533;
				margin-right: 50px;
				text-align: center;
				height: 16px;
			}
			
			.closeIcon {
				width: 18px;
				height: 18px;
				position: absolute;
				top: 10px;
				right: 10px;
				cursor: pointer;
			}
			
			.closeIcon span {
				display: inline-block;
				width: 18px;
				height: 1.5px;
				background-color: #666666;
				position: absolute;
				top: 8px;
				left: 0px;
			}
			
			.closeIcon span:nth-child(1) {
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
			}
			
			.closeIcon span:nth-child(2) {
				-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}
			
			.closeIcon:hover span {
				height: 2px;
			}
				.mode_box{
					width: 180px;
					height: 60px;
					line-height: 60px;
					text-align: center;
			box-shadow: none;
			position: fixed;
			top: 150px;
			left: 50%;
				margin: 0;
			margin-left: -90px;
			display: none;
			padding: 0;
			background-color: rgba(0,0,0,0.6);
			color: #fff;
			z-index: 9999;
			-webkit-background-clip: content;
			/* box-shadow: 1px 1px 50px rgba(0, 0, 0, .3); */
			border-radius: 6px;
			-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
			-webkit-animation-duration: .3s;
			animation-duration: .3s;
				}
/* 关于我们2 */
				.abouttwo_box{
					padding-top: 100px;
					font-size: 30px;
					}
					.abouttwo_box .about_title{
						margin-top: 30px;
					   color: #2C2C2C;
						text-align: justify;
					}
					.abouttwo_box h4,.abouttwo_box h5{
						color: #2C2C2C;
						font-size: 30px;
						font-weight: bold;
					}
					
					.abouttwo_box h5{
						display: inline-block;
					}
					.abouttwo_con{
						width: 100%;
						height: 780px;
						margin-top: 50px;
						padding-top: 240px;
					}
					.abouttwo_con li{
						margin-bottom: 50px;
					}
					.abouttwo_con h5{
						font-size: 60px;
						font-weight: bold;
						color: #07A2E4;
					}
					.abouttwo_con p{
						font-size: 30px;
						color: #2C2C2C;
					}
	.Bimone1{
						width: 100%;
						height: auto;
						min-height: 340px;
						margin-bottom: 80px;
						position: relative;
					}
					.Bimone1 img{
						width: 340px;
						margin: 0 auto;
						position: absolute;
						left: 50%;
						margin-left: -170px;
					}
					.bimtext{
						width: 352px;
						margin-left: 4%;
					}
					.flo_right{
						float: right;
						margin-left: 0px;
						margin-right: 4%;
					}
					.Bimone1 h4{
						color: #626262;
						font-size: 54px;
						font-weight: bold;
						padding: 8px 0;
						margin-bottom: 14px;
						border-bottom: 2px #626262 dashed;
					}
					.bimh5{
						display: none;
					}
					.Bimone1 p{
						color: #908F8F;
						font-size: 26px;
						text-align: justify;
					}


					.header_menu ul#menu {
						list-style: none;
						margin: 0;
						padding: 0;
						display: flex;
					  }
					  .header_menu .nav-item {
						position: relative;
					  }
					  .header_menu .nav-item > a {
						display: block;
						padding: 0 20px;
						line-height: 50px;
						color: #fff;
						text-decoration: none;
					  }
					  .header_menu .submenu {
						display: none;
						position: absolute;
						left: -38px;
						top: 100%;
					
						min-width: 160px;
						box-shadow: 0 2px 8px rgba(0,0,0,0.1);
						z-index: 100;
						  transition: opacity 0.3s ease, visibility 0.3s ease;
                            background: rgba(255, 255, 255, 0.25);         
            	backdrop-filter: blur(10px);                  
            -webkit-backdrop-filter: blur(10px);        
            border: 1px solid rgba(255, 255, 255, 0.18);  
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
                        border-radius:10px;
					  }
	  .header_menu .submenu li {
						height:40px !important;
        				line-height:40px !important;
        				display:block !important;
					  }
					  .header_menu .submenu li a {
						display: block;
						padding: 10px 20px;
						color: #333;
						white-space: nowrap;
					  }
					  .header_menu .nav-item:hover > .submenu {
						display: block;
					  }
					  .header_menu .nav-item > a:after {
						content: " ";
						font-size: 12px;
						color: #999;
						margin-left: 4px;
						/* 你可以根据需要只在有submenu时显示箭头 */
					  }