@font-face {
	font-family:"iconfont";
	src:url('iconfont.ttf') format('truetype')
}
body {
	margin:0;
	padding:0;
	font:14px/200% "Microsoft Yahei","PingFangSC","PingFang SC","Myriad Pro",Arial,Helvetica;
	color:#000;
	background-color:#fff;
	min-width:1142px
}
ul,li,ol {
	padding:0;
	list-style:none;
	margin:0
}
.iconfont::after,.iconfont::before {
	font-family:"iconfont" !important
}
a {
	color:#000;
	text-decoration:none
}
input,textarea {
	outline:0;
	-moz-outline:0
}
h1,h2,h3,h4,h5,h6 {
	font-weight:500;
	line-height:150%;
	margin:0
}
img {
	padding:0;
	margin:0;
	border:0
}
img {
	height:auto;
	max-width:100%
}
.header {
	width:100%;
	height:45vw;
	min-height:720px;
	background:url(./images/banner.png) no-repeat top center;
	background-size:cover
}
.container {
	width:1142px !important;
	margin:0 auto;
	position:relative;
	height:100%
}
.menu {
	width:100%;
	height:60px
}
.menu .logo {
	width:107px;
	height:59px;
	display:inline-block
}
.menu .logo img {
	width:100%;
	height:100%
}
.menu ul {
	float:right;
	padding-top:2px
}
.menu ul li {
	float:left;
	margin-right:20px;
	padding:10px 10px;
	text-transform:uppercase
}
.menu ul li.active,.menu ul li:hover {
	border-bottom:1px solid #fff
}
.menu ul li a {
	display:block;
	color:#fff
}
.menu ul li:last-child {
	margin-right:10px
}
.header .con {
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%)
}
.header .con .title {
	height:70px;
	font-size:50px;
	font-weight:600;
	color:#fff;
	line-height:70px;
	margin:130px 0 0
}
.header .con .content {
	width:877px;
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px;
	margin:20px 0 0
}
.header .con .more {
	font-size:16px;
	line-height:19px;
	margin-top:110px
}
.header .con .more a {
	color:#fff
}
.more a {
	position:relative
}
.more a::after {
	position:absolute;
	right:-30px;
	top:50%;
	content:"\e66c";
	font-size:16px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%)
}
.Solution .container h2 {
	height:70px;
	font-size:50px;
	font-weight:600;
	color:#0a0d10;
	line-height:70px;
	margin-top:120px
}
.Solution .container .right {
	float:right
}
.Solution .container .right>div {
	float:left;
	width:50px;
	height:50px;
	background:#fff;
	border-radius:25px;
	border:1px solid rgba(0,0,0,0.5);
	position:relative
}
.Solution .container .right>div::after {
	content:"\e685";
	position:absolute;
	font-size:24px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%)
}
.Solution .container .right>div.next {
	margin-left:15px
}
.Solution .container .right>div.next::after {
	content:"\e687"
}
.Solution .container .right>div:hover {
	background-color:#99c353;
	border-color:#99c353;
	color:#fff;
	cursor:pointer
}
.Solution .gd {
	margin-top:80px
}
.Solution .gd ul {
	padding:0
}
.Solution .gd ul li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:left;
	-ms-flex-pack:left;
	-webkit-justify-content:left;
	justify-content:left;
	-webkit-box-align:left;
	-ms-flex-align:left;
	-webkit-align-items:left;
	align-items:left
}
.Solution .gd ul li img {
	width:585px !important;
	height:360px;
	float:left
}
.Solution .gd ul li .sub {
	float:left;
	width:400px !important;
	margin-left:60px
}
.Solution .gd ul li .sub h3 {
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px;
	margin:40px 0 20px
}
.Solution .gd ul li .sub .subcon {
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px;
	margin-bottom:60px
}
.Solution .gd ul li .sub .more {
	font-size:16px;
	line-height:19px
}
.Solution .gd ul li .sub .more a {
	position:relative;
	color:#000
}
.Product {
	margin-top:120px;
	position:relative;
	height:1000px;
	z-index:0;
	background:linear-gradient(to bottom,#000 0,#000 50%,#fff 50%,#fff 100%)
}
.Product .container {
	z-index:2
}
.Product .container h2 {
	font-size:50px;
	font-weight:600;
	color:#fff;
	line-height:70px;
	padding-top:80px
}
.Product .container h3 {
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px;
	padding-top:80px
}
.Product .container .info {
	width:390px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:22px;
	padding-top:20px
}
.Product .container .more {
	margin-top:60px;
	font-size:16px;
	line-height:19px
}
.Product .container .more a {
	color:#fff
}
.Product .container .img {
	position:absolute;
	top:250px;
	left:550px;
	width:556px;
	height:599px;
	box-shadow:0 26px 59px 19px rgba(0,0,0,0.1)
}
.Product .container .img img {
	width:100%;
	height:100%
}
.Product .bg {
	padding-top:97px
}
.Product .bg h3,.Product .bg .more a {
	color:#000
}
.Product .bg .info {
	color:#6a7581
}
.Case {
	background:url(./images/earth.png) no-repeat bottom right;
	background-size:cover;
	padding-bottom:288px
}
.Case h2 {
	font-size:50px;
	font-weight:600;
	color:#0a0d10;
	line-height:70px;
	padding-top:120px
}
.Case .container .imglist {
	overflow:hidden;
	padding-top:60px
}
.Case .container .imglist li {
	float:left;
	float:left;
	font-size:0;
	line-height:0;
	position:relative
}
.Case .container .imglist li img {
	width:100%;
	height:100%
}
.Case .container .imglist li:first-child {
	width:459px;
	height:600px
}
.Case .container .imglist li:nth-child(2) {
	width:683px;
	height:300px
}
.Case .container .imglist li:nth-child(3),.Case .container .imglist li:nth-child(4) {
	width:341.5px;
	height:300px
}
.Case .container .imglist li h4 {
	font-size:24px;
	font-weight:400;
	color:#fff;
	line-height:33px;
	position:absolute
}
.Case .container .imglist li:first-child h4,.Case .container .imglist li:nth-child(2) h4 {
	left:40px;
	top:80px
}
.Case .container .imglist li:nth-child(3) h4,.Case .container .imglist li:nth-child(4) h4 {
	bottom:60px;
	left:40px
}
.Case .container .info {
	width:586px;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px;
	padding-top:20px
}
.Case .container .more {
	padding-top:80px;
	color:#000
}
.Case .container .more a {
	color:#000
}
.Cooperation {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover
}
.Cooperation .bg {
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	padding-bottom:130px
}
.Cooperation h2 {
	font-size:50px;
	font-weight:600;
	color:#fff;
	line-height:70px;
	padding-top:80px
}
.Cooperation ul {
	padding-top:20px;
	overflow:hidden
}
.Cooperation ul li {
	float:left;
	padding-top:100px;
	width:33.3333%
}
.Cooperation ul li h4 {
	font-size:24px;
	font-weight:400;
	color:#fff;
	line-height:34px
}
.Cooperation ul li .info {
	padding-top:20px;
	width:295px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:22px
}
.Ecological {
	padding:120px 0 115px
}
.Ecological h2 {
	font-size:50px;
	font-weight:600;
	color:#0a0d10;
	line-height:70px
}
.Ecological h2 .right {
	float:right;
	margin-right:40px
}
.Ecological h2 .right a {
	font-size:16px;
	color:#000;
	line-height:19px
}
.Ecological ul {
	clear:both;
	float:none;
	overflow:hidden;
	padding-bottom:2px
}
.Ecological ul li {
	margin-top:80px;
	float:left;
	width:148px;
	height:120px;
	margin-right:100px;
	text-align:center
}
.Ecological ul li:nth-child(5n) {
	margin-right:0
}
.Ecological ul li img {
	width:100%;
	height:100%;
	border:1px dashed #000
}
footer {
	background-color:#000
}
footer .container {
	padding:40px 0 46px;
	overflow:hidden
}
footer .container .left {
	width:600px
}
footer .container .left .logo {
	width:100px;
	height:27px
}
footer .container .left .logo img {
	width:100%;
	height:100%
}
footer ul {
	margin-top:33px;
	overflow:hidden
}
footer ul li {
	border-top:1px solid rgba(255,255,255,0.1);
	padding-top:19px;
	margin-right:90px;
	float:left;
	text-transform:uppercase
}
footer ul li:last-child {
	margin-right:0
}
footer ul li a {
	font-size:12px;
	font-weight:400;
	color:rgba(255,255,255,0.7);
	line-height:14px
}
footer .right {
	padding-top:10px;
	float:right;
	width:450px;
	font-size:12px;
	font-weight:400;
	color:rgba(255,255,255,0.7);
	line-height:30px
}
footer .right a {
	color:rgba(255,255,255,0.7)
}
.newHeader {
	background-image:url(./images/BgOnNews.png);
	height:30.5vw;
	min-height:440px
}
.newHeader .con h3 {
	font-size:40px;
	font-weight:600;
	color:#fff;
	line-height:56px;
	text-align:center
}
.newHeader .con {
	width:100%
}
.newList {
	padding:15px 0 60px
}
.newList ul {
	overflow:hidden;
	padding-bottom:80px
}
.newList li {
	margin:100px 31px 0 0;
	padding:15px;
	float:left;
	height:485px;
	background-color:#fff
}
.newList li:nth-child(3n+3) {
	margin-right:0
}
.newList li img {
	width:330px;
	height:330px
}
.newList li .time {
	padding:30px 0 0 15px;
	font-size:16px;
	font-weight:300;
	color:#a7aec2;
	line-height:22px
}
.newList li .info {
	width:301px;
	height:84px;
	font-size:20px;
	font-weight:400;
	color:#0a0d10;
	line-height:28px;
	padding:0 14px;
	overflow:hidden
}
.newList li .more {
	font-size:14px;
	color:#39434e;
	margin:17px 0 0 14px;
	opacity:0;
	position:relative;
	display:inline-block
}
.newList li .more::after {
	position:absolute;
	right:-30px;
	top:50%;
	content:"\e66c";
	font-size:16px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%)
}
.newList li:hover {
	box-shadow:0 8px 69px -8px rgba(0,0,0,0.1)
}
.newList li:hover .info {
	height:56px
}
.newList li:hover .more {
	opacity:1
}
.page {
	text-align:center
}
.page a {
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:50px;
	border:1px solid #c7ccda;
	font-size:14px;
	color:#a7aec2;
	line-height:50px;
	text-align:center;
	margin-right:20px
}
.page a:last-child {
	margin-right:0
}
.page a.Next {
	width:auto;
	padding:0 30px
}
.page a.active,.page a:hover {
	background:#000;
	color:#fff
}
.aboutus {
	background-color:#fff;
	overflow:hidden;
	padding:117px 0 0
}
.aboutus .one {
	overflow:hidden;
	margin:0 auto
}
.aboutus .one .left {
	float:left;
	width:360rpx;
	height:472px
}
.aboutus .one .left img {
	width:100%;
	height:100%
}
.aboutus .one .right {
	float:right;
	margin-left:44px
}
.aboutus .one .right h4 {
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.aboutus .one .right .info {
	width:730px;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px;
	overflow:hidden
}
.aboutus .two {
	padding:81px 0 64px;
	font-size:40px;
	font-weight:400;
	color:#222;
	line-height:56px;
	width:790px;
	margin:0 auto;
	text-align:center
}
.aboutus .two::before {
	content:"";
	background:url(./images/icond.png) no-repeat center;
	width:100%;
	height:60px;
	display:block;
	width:790px;
	padding-bottom:40px
}
.aboutus .video {
	position:relative;
	width:1140px;
	height:580px;
	margin:0 auto;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:1
}
.aboutus .video::before {
	content:"";
	background:url(./images/play.png) no-repeat center;
	width:102px;
	height:102px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-51px;
	margin-top:-51px
}
.aboutus .video .info {
	position:absolute;
	width:570px;
	padding:35px 0 0 40px;
	box-sizing:border-box;
	height:160px;
	background:#000;
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px;
	left:80px;
	bottom:-80px
}
.aboutus .three {
	width:100%;
	margin-top:-180px;
	z-index:0;
	background:url(./images/aboutBg.png) no-repeat top center;
	background-size:cover;
	padding-bottom:150px
}
.aboutus .three h3 {
	padding:365px 0 0;
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.aboutus .three .swiperbt {
	position:absolute;
	top:600px;
	width:100%;
	left:0;
	z-index:10
}
.aboutus .three .swiperbt>div {
	width:50px;
	height:50px;
	background:#fff;
	border-radius:25px;
	border:1px solid rgba(0,0,0,0.5);
	position:relative;
	float:left
}
.aboutus .three .swiperbt>div::after {
	content:"\e685";
	position:absolute;
	font-size:24px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%)
}
.aboutus .three .swiperbt>div.next {
	float:right
}
.aboutus .three .swiperbt>div.next::after {
	content:"\e687"
}
.aboutus .three .swiperbt>div:hover {
	background-color:#99c353;
	border-color:#99c353;
	color:#fff;
	cursor:pointer
}
@media screen and (max-width:1160px) {
	.aboutus .three .swiperbt>div {
	margin:0 60px 0 60px
}
}.Growthcourse {
	height:680px;
	background:#0b0e11;
	margin-top:20px
}
.Growthcourse .img {
	position:absolute;
	top:-150px;
	right:100px;
	width:553px;
	height:357px
}
.Growthcourse h3 {
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px;
	padding-top:80px
}
.Growthcourse .swiperbt {
	padding-top:40px
}
.Growthcourse .swiperbt>div {
	width:50px;
	height:50px;
	border-radius:25px;
	border:1px solid rgba(255,255,255,0.5);
	float:left;
	position:relative
}
.Growthcourse .swiperbt>div.next {
	margin-left:60px
}
.Growthcourse .swiperbt>div::after {
	content:"\e685";
	color:#fff;
	position:absolute;
	font-size:24px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%)
}
.Growthcourse .swiperbt>div.next::after {
	content:"\e687"
}
.Growthcourse .swiperbt>div:hover {
	background-color:#99c353;
	border-color:#99c353;
	color:#fff;
	cursor:pointer
}
.Growthcourse .swiper-container {
	padding-top:85px;
	clear:both;
	float:none;
	display:block;
	overflow:visible
}
.Growthcourse ul li {
	float:left;
	width:400px
}
.Growthcourse ul li .year {
	font-size:40px;
	font-weight:400;
	color:#fff;
	line-height:56px
}
.Growthcourse ul li .line {
	margin-top:42px;
	height:1px;
	background-color:#979797;
	width:2000px;
	position:relative;
	left:-500px
}
.Growthcourse ul li .line::after {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	width:14px;
	height:14px;
	border-radius:14px;
	background:#000;
	border:1px solid #fff;
	left:500px;
	content:"";
	z-index:1
}
.Growthcourse ul li .line::before {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	width:6px;
	height:6px;
	border-radius:6px;
	background:#fff;
	border:1px solid #fff;
	left:504px;
	content:"";
	z-index:2
}
.Growthcourse ul li .time {
	font-size:20px;
	font-weight:400;
	color:#fff;
	line-height:28px;
	margin-top:44px
}
.Growthcourse ul li .info {
	width:263px;
	height:132px;
	overflow:hidden;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:22px;
	margin-top:9px
}
.team {
	padding:132px 0 0
}
.team h3 {
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.team .swiper-container {
	margin-top:90px;
	min-width:1142px
}
.team .swiper-container ul li {
	float:left;
	width:330px;
	height:330px;
	margin:0 30px
}
.videos {
	border:1px solid #080808;
	position:fixed;
	left:50%;
	top:50%;
	z-index:100;
	width:80vw;
	height:45vw;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%)
}
.videos .vclose {
	position:absolute;
	right:1%;
	top:1%;
	border-radius:100%;
	cursor:pointer
}
.aboutCase {
	background:0;
	padding-bottom:160px
}
.aboutCase .container h2 {
	width:550px;
	height:90px;
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px;
	padding-top:160px
}
.newArti {
	height:58px;
	background:#f6f7fa;
	min-height:0
}
.newArti .menu {
	background:0
}
.newArti .menu li a {
	color:#000
}
.newArti .menu ul li.active,.newArti .menu ul li:hover {
	border-color:#000
}
.newarticle .container {
	width:960px !important;
	padding:95px 0 80px
}
.newarticle .container h2 {
	font-size:28px;
	font-weight:500;
	color:#505050;
	line-height:36px
}
.newarticle .info {
	padding:30px 0 0;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px
}
.newarticle .article,.newarticle .article * {
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px;
	text-align:justify;
	word-wrap:break-word
}
.newarticle .article b {
	font-weight:600
}
.SchemeIntr {
	height:440px
}
.SchemeIntr .container {
	background:url(./images/lou.png) no-repeat top right;
	background-size:contain;
	overflow:hidden
}
.SchemeIntr .slong {
	width:82px;
	height:22px;
	margin-top:90px
}
.SchemeIntr h3 {
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px;
	padding:7px 0 20px
}
.SchemeIntr .info {
	width:435px;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px
}
.ShazamtechBuilding {
	background:url(./images/Shazamtech-Building-IOT-Stystem.png) no-repeat no-repeat center center;
	background-size:cover;
	height:640px
}
.ShazamtechBuilding .container h3 {
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px;
	padding-top:78px
}
.ShazamtechBuilding ul {
	margin:0 auto;
	padding-top:99px
}
.ShazamtechBuilding ul li {
	width:265px;
	height:66px;
	font-size:24px;
	font-weight:400;
	color:#fff;
	line-height:33px;
	float:left;
	text-align:center;
	margin-left:173px
}
.ShazamtechBuilding ul li:first-child {
	margin-left:0
}
.ShazamtechBuilding ul li::before {
	content:"";
	width:100%;
	height:122px;
	display:block;
	background:url(./images/icon_one.png) no-repeat center
}
.ProductIntro {
	padding:120px 0 0
}
.ProductIntro h3 {
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.ProductIntro .box {
	margin-top:60px;
	width:1140px;
	height:518px;
	background:#fff;
	box-shadow:0 20px 50px 0 rgba(0,0,0,0.06)
}
.ProductIntro .box ul {
	position:relative;
	padding-left:63px;
	width:800px;
	margin-left:220px
}
.ProductIntro .box ul::before {
	content:"";
	position:absolute;
	width:63px;
	height:0;
	border-bottom:1px dotted #979797;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	top:50%;
	left:0
}
.ProductIntro .box ul::after {
	width:207px;
	content:var(--title);
	text-transform:uppercase;
	position:absolute;
	top:50%;
	left:-227px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	text-align:right;
	color:#6a7581
}
.ProductIntro .box ul li {
	position:relative;
	margin-bottom:50px;
	font-size:12px;
	font-weight:400;
	color:#6a7581;
	line-height:17px;
	display:flex;
	justify-content:space-between;
	align-items:stretch
}
.ProductIntro .box ul li::before {
	height:50px;
	border-left:1px dotted #979797;
	position:absolute;
	content:"";
	bottom:-50px
}
.ProductIntro .box ul li:last-child:before {
	display:none
}
.ProductIntro .box ul li span {
	width:120px;
	position:relative;
	vertical-align:middle;
	padding-left:37px
}
.ProductIntro .box ul li span::after {
	width:16px;
	height:0;
	border-bottom:1px dotted #979797;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	left:0;
	content:""
}
.ProductIntro .box ul li span::before {
	height:100%;
	border-left:1px dotted #979797;
	position:absolute;
	content:"";
	left:0
}
.ProductIntro .box ul li:first-child span::before {
	height:50%;
	top:50%
}
.ProductIntro .box ul li:last-child span::before {
	height:50%;
	bottom:50%
}
.ProductIntro .box ul li span.info {
	width:557px;
	padding-left:58px
}
.ProductIntro .box ul li span.info::after {
	width:40px
}
.ProductIntro .box ul li span.info::before {
	display:none
}
.ProductIntro .box ul li span p {
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	margin:0
}
.ProductIntro .twolist {
	padding:35px 0 30px;
	overflow:hidden;
	display:flex;
	display:block
}
.ProductIntro .twolist li {
	border-top:7px solid #000;
	width:550px;
	height:206px;
	float:left;
	margin-right:42px;
	box-shadow:0 20px 50px 0 rgba(0,0,0,0.06)
}
.ProductIntro .twolist li:last-child {
	margin-right:0
}
.ProductIntro .twolist li h4 {
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px;
	text-align:center;
	margin-top:30px;
	text-transform:uppercase
}
.ProductIntro .twolist li div.info {
	font-size:12px;
	font-weight:400;
	color:#6a7581;
	line-height:17px;
	text-align:center;
	padding:2px 0 20px
}
.ProductIntro .twolist li div.con {
	width:481px;
	height:51px;
	font-size:12px;
	font-weight:400;
	color:#6a7581;
	line-height:17px;
	margin:0 auto
}
.ProductAdvantage {
	margin-top:100px;
	background-color:#000;
	height:660px
}
.ProductAdvantage ul li {
	width:100%;
	height:100%;
	position:relative;
	float:left
}
.ProductAdvantage .img {
	position:absolute;
	z-index:0;
	right:0;
	top:0;
	width:780px;
	height:660px
}
.ProductAdvantage ul li .left {
	position:relative;
	z-index:2;
	padding-top:120px
}
.ProductAdvantage ul li .left h3 {
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px
}
.ProductAdvantage ul li .left h4 {
	padding-top:170px;
	font-size:24px;
	font-weight:400;
	color:#fff;
	line-height:33px
}
.ProductAdvantage ul li .left p {
	width:447px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:22px;
	padding-top:30px
}
.ProductAdvantage .ProductAdvantagebt {
	text-align:left
}
.ProductAdvantage .ProductAdvantagebt span {
	width:4px;
	height:4px;
	background:#fff;
	opacity:.3;
	border-radius:0
}
.ProductAdvantage .ProductAdvantagebt span.swiper-pagination-bullet-active {
	width:20px;
	opacity:1
}
.ProductValue {
	padding:81px 0 83px
}
.ProductValue h3 {
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.ProductValue .img {
	width:1244px;
	height:258px;
	margin:73px 0 0 -51px;
	background:url(./images/ProductValue.png) no-repeat center;
	background-size:cover
}
.ProductValue .img li {
	float:left;
	width:175px;
	font-size:16px;
	font-weight:400;
	color:#0a0d10;
	line-height:22px;
	vertical-align:middle;
	text-align:center;
	margin-left:79px;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%)
}
.ProductValue .img li:first-child {
	margin-left:30px
}
.ProductValue .img li:nth-child(2) {
	width:155px
}
.ProductValue .img li:nth-child(3) {
	margin-left:95px
}
.ProductValue .img li:nth-child(4) {
	margin-left:85px
}
.ProductValue .img li:nth-child(5) {
	margin-left:70px
}
.ApplicationScenario {
	padding:57px 0 0;
	background:#f4f4f6 url(./images/Application-Scenario.png) no-repeat bottom center;
	background-size:contain;
	height:800px
}
.ApplicationScenario h3 {
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.ApplicationScenario ul li {
	position:relative;
	width:160px;
	text-align:center;
	height:28px;
	top:200px;
	left:-60px
}
.ApplicationScenario ul li:nth-child(2) {
	left:160px
}
.ApplicationScenario ul li:nth-child(3) {
	left:460px;
	top:120px
}
.ApplicationScenario ul li:nth-child(4) {
	top:100px;
	left:720px
}
.ApplicationScenario ul li:nth-child(5) {
	top:90px;
	left:1050px
}
.ApplicationScenario ul li::after {
	position:absolute;
	width:0;
	height:178px;
	border:1px dotted #979797;
	content:"";
	left:50%;
	top:40px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%)
}
.ApplicationScenario ul li::before {
	position:absolute;
	width:10px;
	height:10px;
	background:#fff;
	border:1px solid #979797;
	border-radius:10px;
	content:"";
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	top:30px
}
.ServiceMode {
	padding-top:80px;
	background-color:#fff
}
.ServiceMode h3 {
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px;
	padding:0 0 79px
}
.ServiceMode ul {
	overflow:hidden
}
.ServiceMode ul li {
	width:263px;
	font-size:20px;
	font-weight:400;
	color:#0a0d10;
	line-height:28px;
	margin-left:30px;
	float:left;
	text-align:center
}
.ServiceMode ul li::before {
	content:"";
	width:100%;
	background:url(./images/icon_1.png)no-repeat center;
	width:122px;
	height:122px;
	margin:0 auto;
	display:block;
	padding-bottom:23px
}
.ServiceMode ul li:first-child {
	margin-left:0
}
.ServiceMode ul li:nth-child(2)::before {
	background-image:url(./images/icon_2.png)
}
.ServiceMode ul li:nth-child(3)::before {
	background-image:url(./images/icon_3.png)
}
.ServiceMode ul li:nth-child(4)::before {
	background-image:url(./images/icon_4.png)
}
.CustomerCase {
	background:#fff;
	padding-bottom:119px
}
.CustomerCase h2 {
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px;
	padding-top:128px;
	display:block
}
.CustomerCase h2 span.right {
	float:right;
	padding-right:30px
}
.CustomerCase h2 span.right a {
	position:relative;
	font-size:16px;
	line-height:19px
}
.CustomerCase h2 span.right a::after {
	position:absolute;
	right:-30px;
	top:50%;
	content:"\e66c";
	font-size:16px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%)
}
.ProductAdvantageList h3 {
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px;
	padding-top:78px
}
.ProductAdvantageList .nmenu {
	padding-top:60px;
	overflow:hidden
}
.ProductAdvantageList .nmenu li {
	width:240px;
	border-top:3px solid transparent;
	font-size:20px;
	font-weight:400;
	color:rgba(10,13,16,.5);
	line-height:28px;
	float:left;
	padding-top:20px;
	margin-right:60px;
	cursor:pointer
}
.ProductAdvantageList .nmenu li:last-child {
	margin-right:0
}
.ProductAdvantageList .nmenu li.active {
	border-top:3px solid #000;
	color:#0a0d10
}
.ProductAdvantageList .gdinfobox {
	position:relative
}
.ProductAdvantageList .gdinfo {
	padding-top:60px
}
.ProductAdvantageList .gdinfo li {
	position:relative;
	height:620px
}
.ProductAdvantageList .gdinfo li .img {
	position:absolute;
	z-index:1;
	width:750px;
	height:400px;
	left:0;
	top:0
}
.ProductAdvantageList .gdinfo .box {
	background-color:#fff;
	position:absolute;
	width:653px;
	height:400px;
	right:0;
	top:80px;
	z-index:2;
	box-shadow:0 20px 50px 0 rgba(0,0,0,0.06);
	padding:80px 80px 0 80px;
	box-sizing:border-box
}
.ProductAdvantageList .gdinfo .box h4 {
	font-size:20px;
	font-weight:400;
	color:#0a0d10;
	line-height:28px
}
.ProductAdvantageList .gdinfo .box .info {
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px;
	padding-top:20px
}
.ProductAdvantageList .gdbt {
	position:absolute;
	left:560px;
	top:450px;
	z-index:3
}
.ProductAdvantageList .gdbt span {
	width:4px;
	height:4px;
	background:#000;
	opacity:.3;
	margin-right:4px;
	border-radius:0
}
.ProductAdvantageList .gdbt span.swiper-pagination-bullet-active {
	width:20px;
	opacity:1
}
.Operationalrefinement .gdinfo li {
	clear:both;
	float:none;
	padding-bottom:150px
}
.Operationalrefinement .gdinfo li .img {
	height:491px
}
.Operationalrefinement .gdinfo .box {
	height:460px;
	top:120px
}
.ProductIntroduction {
	background:url(./images/ProductIntroductionBg.png) no-repeat center;
	background-size:cover;
	padding:80px 0 100px
}
.ProductIntroduction h3 {
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px;
	padding-bottom:20px
}
.ProductIntroduction ul {
	overflow:hidden
}
.ProductIntroduction ul li {
	width:481px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:22px;
	margin-right:175px;
	float:left
}
.ProductIntroduction ul li:last-child {
	margin-right:0
}
.ProductValueY {
	background:url(./images/ProductValueBg.png) no-repeat center;
	background-size:cover;
	height:800px
}
.ProductValueY h3 {
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px;
	padding-top:80px
}
.ProductValueY .yuan {
	width:548px;
	height:548px;
	border-radius:548px;
	opacity:.8;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%)
}
.ProductValueY .yuan ul.bian {
	position:relative
}
.ProductValueY .yuan ul.bian li {
	top:0;
	left:0;
	position:absolute;
	width:548px;
	height:548px;
	border-radius:548px;
	border:1px solid rgba(255,255,255,0.8);
	-webkit-clip-path:inset(0 0 65% 50%);
	clip-path:inset(0 0 65% 50%)
}
.ProductValueY .yuan ul.bian li.active {
	border-color:#99c353
}
.ProductValueY .yuan ul.bian li:nth-child(2) {
	transform:rotate(72deg)
}
.ProductValueY .yuan ul.bian li:nth-child(3) {
	transform:rotate(144deg)
}
.ProductValueY .yuan ul.bian li:nth-child(4) {
	transform:rotate(216deg)
}
.ProductValueY .yuan ul.bian li:nth-child(5) {
	transform:rotate(288deg)
}
.ProductValueY .yuan ul.num {
	position:relative;
	top:50%;
	height:30px;
	width:302px;
	left:275px;
	text-align:right;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	color:rgba(255,255,255,0.5)
}
.ProductValueY .yuan ul.num li {
	position:absolute;
	height:100%;
	width:100%;
	transform-origin:center left;
	transform:rotate(270deg)
}
.ProductValueY .yuan ul.num li::after {
	content:"";
	width:11px;
	height:11px;
	background:#000;
	border:1px solid #fff;
	border-radius:11px;
	position:absolute;
	top:50%;
	right:21px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%)
}
.ProductValueY .yuan ul.num li:nth-child(2) {
	transform:rotate(342deg)
}
.ProductValueY .yuan ul.num li:nth-child(3) {
	transform:rotate(54deg)
}
.ProductValueY .yuan ul.num li:nth-child(4) {
	transform:rotate(126deg)
}
.ProductValueY .yuan ul.num li:nth-child(5) {
	transform:rotate(198deg)
}
.ProductValueY .yuan ul.num li span {
	transform:rotate(90deg);
	display:inline-block
}
.ProductValueY .yuan ul.num li:nth-child(2) span {
	transform:rotate(18deg)
}
.ProductValueY .yuan ul.num li:nth-child(3) span {
	transform:rotate(-54deg)
}
.ProductValueY .yuan ul.num li:nth-child(4) span {
	transform:rotate(-126deg)
}
.ProductValueY .yuan ul.num li:nth-child(5) span {
	transform:rotate(-198deg)
}
.ProductValueY .yuan ul.num li.active span {
	color:#99c353
}
.ProductValueY .yuan ul.num li.active::after {
	background:#99c353;
	border-color:transparent
}
.ProductValueY .swiperbt {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	height:55px;
	z-index:10
}
.ProductValueY .swiperbt>div {
	position:absolute;
	width:50px;
	height:50px;
	border-radius:25px;
	border:1px solid rgba(255,255,255,0.5);
	left:-100px
}
.ProductValueY .swiperbt>div.next {
	left:auto;
	right:-100px
}
.ProductValueY .swiperbt>div::after {
	content:"\e685";
	position:absolute;
	font-size:24px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	color:#fff
}
.ProductValueY .swiperbt>div.next::after {
	content:"\e687"
}
@media screen and (max-width:1160px) {
	.ProductValueY .swiperbt>div {
	margin-top:-100px
}
.ProductValueY .swiperbt>div {
	left:0
}
.ProductValueY .swiperbt>div.next {
	right:0
}
}.ProductValueY .actList ul {
	padding-top:170px
}
.ProductValueY .actList ul li {
	width:450px;
	float:left;
	transition:all .5s ease;
	padding-top:80px
}
.ProductValueY .actList ul li.swiper-slide-active {
	padding-top:0
}
.ProductValueY .actList ul li h4 {
	width:252px;
	font-size:20px;
	font-weight:400;
	color:#fff;
	line-height:28px;
	margin:0 auto;
	text-align:center;
	padding-bottom:20px
}
.ProductValueY .actList ul li .info {
	width:343px;
	height:154px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:22px;
	margin:0 auto;
	display:none
}
.SchemeIntroduction {
	padding:120px 0 99px
}
.SchemeIntroduction h3 {
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px;
	padding-bottom:26px
}
.SchemeIntroduction ul {
	overflow:hidden
}
.SchemeIntroduction ul li {
	float:left;
	width:481px;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px;
	margin-right:178px
}
.SchemeIntroduction ul li:nth-child(2n+2) {
	margin-right:0
}
.SceneDesign {
	padding:81px 0 100px;
	background:url(./images/BgSceneDesign.png) no-repeat center;
	background-size:cover;
	height:736px
}
.SceneDesign h3 {
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px
}
.SceneDesign .con {
	padding-top:83px;
	display:flex
}
.SceneDesign ul {
	position:relative
}
.SceneDesign ul li {
	width:190px;
	height:34px;
	font-size:12px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:17px;
	margin-bottom:32px;
	text-align:center;
	position:relative;
	vertical-align:middle
}
.SceneDesign ul li span {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	width:100%
}
.SceneDesign ul li:last-child {
	margin-bottom:0
}
.SceneDesign ul li::after {
	position:absolute;
	content:"";
	width:16px;
	height:0;
	border-bottom:1px dotted #979797;
	display:block;
	right:-28px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%)
}
.SceneDesign ul li::before {
	position:absolute;
	content:"";
	width:0;
	height:66px;
	border-left:1px dotted #979797;
	display:block;
	right:-28px;
	top:0
}
.SceneDesign ul li:first-child:before {
	top:17px;
	height:49px
}
.SceneDesign ul li:last-child:before {
	height:17px
}
.SceneDesign ul::after {
	width:98px;
	height:0;
	border-bottom:1px dotted #979797;
	position:absolute;
	top:50%;
	right:-125px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	content:""
}
.SceneDesign .right,.SceneDesign .left {
	position:relative
}
.SceneDesign .right {
	margin-left:-30px
}
.SceneDesign ul {
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%)
}
.SceneDesign .right ul li::after {
	right:auto;
	left:0
}
.SceneDesign .center {
	width:800px;
	text-align:center;
	vertical-align:middle;
	padding-top:100px;
	padding-top:228px
}
.SceneDesign .right ul li::before {
	right:auto;
	left:0
}
.SceneDesign .right ul::after {
	left:-98px
}
.SceneDesign .center span {
	color:rgba(255,255,255,0.8);
	font-size:12px;
	font-weight:400;
	line-height:17px
}
.SceneDesign .center span:nth-child(2) {
	width:140px;
	height:44px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	line-height:22px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin:0 40px
}
.SceneDesign .center span:nth-child(2)::after {
	width:24px;
	height:0;
	border-bottom:1px dotted #979797;
	content:"";
	right:-30px;
	display:block;
	position:absolute;
	top:50%
}
.SceneDesign .center span:nth-child(2)::before {
	width:24px;
	height:0;
	border-bottom:1px dotted #979797;
	content:"";
	left:-30px;
	display:block;
	position:absolute;
	top:50%
}
.ProductCapability {
	padding-top:119px
}
.ProductCapability h3 {
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.ProductCapability ul {
	overflow:hidden;
	padding-bottom:42px
}
.ProductCapability ul li {
	float:left;
	width:263px;
	height:288px;
	margin-right:30px;
	text-align:center;
	margin-top:79px
}
.ProductCapability ul li:nth-child(4n+4) {
	margin-right:0
}
.ProductCapability ul li h4 {
	padding:23px 0 18px;
	font-size:20px;
	font-weight:400;
	color:#0a0d10;
	line-height:28px
}
.ProductCapability ul li .info {
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px;
	text-align:left
}
.ProductValueList {
	padding-bottom:80px;
	overflow:hidden
}
.ProductValueList .gdinfo li .img {
	width:750px;
	height:491px;
	margin-right:0
}
.ProductValueList .gdinfo .box {
	width:555px;
	height:460px;
	right:0;
	left:585px;
	top:120px
}
.ProductValueList .gdbt {
	left:96px;
	top:580px;
	z-index:10
}
.ProductValueList .gdinfo {
	overflow:inherit
}
.ProductValueList .gdinfo li {
	padding:0 96px
}
.CaseDetail .container .imglist {
	padding-top:120px
}
.Digitaltechnology {
	padding:80px 0 227px;
	height:618px;
	background:url(./images/Building-key-digital-entrance-bg1.png) no-repeat center;
	background-size:cover
}
.Digitaltechnology h3 {
	width:550px;
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.Digitaltechnology .info {
	width:399px;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px;
	padding-top:20px
}
.Digitaltechnology .img {
	position:absolute;
	top:0;
	right:60px;
	width:882px;
	height:618px
}
.Digitaltechnology .img>div {
	position:absolute;
	font-size:24px;
	font-weight:400;
	color:#0a0d10;
	line-height:33px
}
.Digitaltechnology .img .one {
	width:249px;
	height:132px;
	bottom:0;
	left:0;
	top:520px;
	left:-15px
}
.Digitaltechnology .img .two {
	left:584px;
	top:231px;
	width:53px;
	height:33px
}
.Digitaltechnology .img .three {
	left:681px;
	top:647px;
	width:202px
}
.Compatiblewith {
	height:640px;
	background-color:#000;
	margin-bottom:300px
}
.Compatiblewith .txt {
	position:absolute;
	left:630px;
	top:120px;
	z-index:10
}
.Compatiblewith .txt h3 {
	width:427px;
	font-weight:400;
	color:#fff;
	line-height:45px;
	font-size:32px
}
.Compatiblewith .txt .info {
	width:447px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:22px;
	padding-top:20px
}
.Compatiblewith .img1 {
	position:absolute;
	top:120px;
	left:0;
	width:882px;
	height:618px;
	z-index:0
}
.Compatiblewith .img2 {
	position:absolute;
	top:510px;
	left:0;
	width:553px;
	height:300px;
	z-index:0
}
.Compatiblewith .img3 {
	position:absolute;
	top:420px;
	left:590px;
	width:447px;
	height:465px;
	z-index:0
}
.Oneclick {
	height:650px
}
.Oneclick h3 {
	width:350px;
	height:90px;
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.Oneclick .info {
	width:390px;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px
}
.Oneclick .right {
	width:712px;
	height:605px;
	position:absolute;
	right:0;
	top:0;
	z-index:0
}
.Oneclick .left {
	position:relative;
	z-index:1
}
.Oneclick .li span {
	display:inline-block;
	margin-top:80px;
	font-size:24px;
	font-weight:400;
	line-height:33px;
	margin-left:34px;
	height:31px;
	line-height:31px
}
.Oneclick .li span a {
	color:#0a0d10
}
.Oneclick .li span.sline {
	margin-left:0;
	padding-right:34px;
	border-right:1px solid rgba(151,151,151,0.3)
}
.Visualization {
	background:#f6f7fa;
	height:720px
}
.Visualization .right {
	left:0;
	top:149px
}
.Visualization .left {
	left:655px;
	padding-top:160px;
	width:480px
}
.Visualization .info,.Visualization h3 {
	width:399px
}
.Introduction {
	background-color:#fff;
	height:560px
}
.Introduction .con .left {
	width:570px
}
.Introduction .con .right {
	position:absolute;
	width:720px;
	height:560px;
	top:0;
	left:570px
}
.Introduction .con .left h4 {
	padding:120px 0 26px;
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.Introduction .con .left .info {
	width:481px;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px
}
.ProductCapability_Intro {
	background:#f6f7fa
}
.ProductValueYInfo .yuan ul.bian li {
	-webkit-clip-path:none;
	clip-path:none;
	border-radius:0;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:324px;
	height:445px;
	top:50px;
	left:calc((548px - 324px)/2);
	transform:rotate(36deg)
}
.ProductValueYInfo .yuan ul.bian li:nth-child(2) {
	transform:rotate(108deg)
}
.ProductValueYInfo .yuan ul.bian li:nth-child(3) {
	transform:rotate(180deg)
}
.ProductValueYInfo .yuan ul.bian li:nth-child(4) {
	transform:rotate(252deg)
}
.ProductValueYInfo .yuan ul.bian li:nth-child(5) {
	transform:rotate(324deg)
}
.ProductValueYInfo .jiao {
	background:url(./images/5jiao.png) no-repeat center;
	width:744px;
	height:744px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	position:absolute
}
.ProductValueYInfo {
	background-image:url(./images/ProductValueYInfoBf.png)
}
.ShanghaiHeshenghui {
	height:auto;
	padding-bottom:100px
}
.ShanghaiHeshenghui .right .info {
	width:498px;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px;
	padding:191px 0 55px
}
.ShanghaiHeshenghuiIcon {
	padding-top:80px
}
.ShanghaiHeshenghuiIcon .container>.info {
	padding-top:26px;
	width:498px;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px
}
.ShanghaiHeshenghuiIcon ul li {
	height:382px;
	margin-right:176px
}
.ShanghaiHeshenghuiIcon ul li:nth-child(4n+4) {
	margin-right:176px
}
.ShanghaiHeshenghuiIcon ul li:nth-child(3n+3) {
	margin-right:0
}
.Projectimplementation {
	margin-top:90px;
	height:660px;
	background:#0b0e11
}
.Projectimplementation .right {
	position:absolute;
	left:50%;
	top:0;
	width:750px;
	height:660px
}
.Projectimplementation .left h3 {
	padding-top:120px;
	width:447px;
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px;
	padding-bottom:48px
}
.Projectimplementation .left .info {
	width:447px;
	height:176px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:22px
}
.Conclusion {
	padding:100px 0 60px
}
.Conclusion h3 {
	width:498px;
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.Conclusion .info {
	width:498px;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px;
	padding-top:26px
}
.Conclusion .right {
	float:right;
	padding-top:78px;
	padding-right:120px
}
.QiantanCenter {
	background:url(./images/Qiantan_Center_1.png) no-repeat center,#fff url(./images/Qiantan_Center_1bg.png) repeat no-repeat bottom left;
	background-position:bottom center;
	background-size:contain;
	height:654px;
	margin:0 auto;
	padding-bottom:0
}
.SolutionImg {
	margin:120px 0;
	height:600px
}
.SolutionImg .info .img {
	float:left
}
.SolutionImg .info img {
	float:left;
	width:610px;
	height:600px;
	margin-right:110px
}
.SolutionImg .info h3 {
	padding-top:56px;
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.SolutionImg .info p {
	padding-top:26px;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px
}
.ResultsImpact {
	margin-top:30px;
	background:url(./images/Results-Impact.png) no-repeat center;
	background-size:cover;
	height:640px
}
.ResultsImpact h3 {
	padding:110px 0 30px;
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px
}
.ResultsImpact .info {
	width:447px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:22px
}
.ResultsImpact .img {
	width:553px;
	height:357px;
	position:absolute;
	right:0;
	bottom:-255px
}
.Backgroundchallenges {
	padding:110px 0 90px
}
.Backgroundchallenges h3 {
	width:550px;
	font-size:32px;
	font-weight:400;
	color:#0a0d10;
	line-height:45px
}
.Backgroundchallenges .info {
	padding-top:26px;
	width:498px;
	font-size:16px;
	font-weight:400;
	color:#6a7581;
	line-height:22px
}
.Backgroundchallenges .right {
	float:right
}
.ShazanSolution {
	background-color:#000;
	padding-bottom:120px
}
.ShazanSolution h3 {
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px
}
.ShazanSolution .container>.info {
	padding-top:26px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:22px
}
.ShazanSolution ul li {
	height:354px
}
.ShazanSolution ul li h4 {
	color:#fff
}
.ProjectOutcomes {
	padding:60px 0 100px
}
.ProjectOutcomes .gdinfo li {
	height:520px
}
.LujiazuiSoftwareConclusion {
	background:#f6f7fa
}
.CooperationAt .box .logo {
	width:133px;
	margin-bottom:72px
}
.CooperationAt .gdinfo .box {
	padding-top:52px
}
.CooperationAt .box .address {
	font-size:18px;
	font-weight:100;
	color:#505050;
	line-height:26px;
	position:relative;
	padding-left:30px
}
.CooperationAt .box .address::after {
	content:"\e677";
	font-size:24px;
	position:absolute;
	left:0;
	top:0
}
.CooperationAt .box .tel {
	font-size:18px;
	font-weight:100;
	line-height:26px;
	padding-left:30px;
	position:relative;
	margin-top:25px
}
.CooperationAt .box .tel a {
	color:#505050
}
.CooperationAt .box .tel::after {
	content:"\e680";
	font-size:24px;
	position:absolute;
	left:0;
	top:0
}
.CooperationLi {
	background:url(./images/CooperationImgbg.png) no-repeat center;
	background-size:cover;
	padding:3px 0 160px
}
.CooperationLi ul {
	overflow:hidden
}
.CooperationLi li {
	padding-top:158px;
	float:left;
	margin-right:128px;
	width:295px
}
.CooperationLi li:nth-child(3n+3) {
	margin-right:0
}
.CooperationLi li h4 {
	font-size:24px;
	font-weight:400;
	color:#fff;
	line-height:34px
}
.CooperationLi li .info {
	padding-top:20px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	line-height:22px
}
.CaseArti {
	background:0;
	padding:60px 0 120px
}
