 @charset "utf-8";
/* CSS Document */
.trusteeship{
	position: relative;
	overflow: hidden;
	height: 450px;
	display: flex;
	flex-direction: column;
	/* co1umn 从上到下*/
	justify-content: center;
	/* center代表垂直方向 */
	background: #fafbfe;
}
.trusteeship .bg{
	width:1920px;
	position: absolute;
	top: 0;
	text-align: right;
	right: 0;
	margin-left: -960px;
}
.trusteeship .word{
	position: absolute;
	z-index: 3;
	color: #fff;
	width: 1300px;
	left: 50%;
	margin-left: -650px;
	display: none;
}
.trusteeship .media{
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	z-index: 2;
}
.trusteeship .bg img{
	display: block;
}
.trusteeship .media img{
	display: block;
}
.trusteeship .word .title{
	font-size: 36px;
	color:#222;
	line-height: 48px;
}
.trusteeship .word .con{
	font-size: 14px;
	color:#666;
	line-height: 48px;
	opacity: 0.8;
}
.trusteeship .word .link{
	margin-top: 10px;
}
.trusteeship .word .link a{
	border-radius: 2px;
  border:1px solid #2468f2;
  background: #2468f2;
  width:120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-top:15px;
  display: block;
  font-size: 14px;
  color: #fff;
}
.trusteeship .word .link a:hover{
  background: #3675f3;
}
.inav{
	background: #fff;
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.35);
	position: relative;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 100;
}
.inavbox{
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	
}
.inavbox a{
	margin-right: 55px;
	color: #474747;
	display: inline-block;
	font-size: 16px;
}
.inavbox a.select{
	color: #2468f2;
	border-bottom: 2px #2468f2 solid;
}
.advantage{
	background-size: cover;
	padding-top: 45px;
	padding-bottom: 45px;
}
.mold{
	width: 1200px;
	margin: 0 auto;
}
.mold .hd{
	text-align: center;
	font-size: 18px;
}
.advantage .bd .list{
	margin-top: 25px;
}
.advantage .bd .list li{
	float: left;
	width: 285px;
	margin-right: 20px;
}
.advantage .bd .list li:last-child{
	margin-right: 0;
}
.advantage .bd .list li .box{
	background: #fff;
	background: #fff;
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.35);
	text-align: center;
	border-radius: 3px;
	padding: 30px 30px;
	transition: all ease 500ms;
}
.advantage .bd .list li .box:hover{
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.85);
	transform: translateY(-10px);
}
.advantage .bd .list li .box .title{
	font-size: 16px;
	margin-top: 10px;
}
.advantage .bd .list li .box .con{
	margin-top: 10px;
	color: #888;
	height: 48px;
	overflow: hidden;
}
.example{
	
	background: url(ys.jpg) no-repeat top center;
	background-size: 100% auto;
	padding-top: 45px;
	padding-bottom: 65px;
}
.example .bd{
	margin-top:40px;
	background: #fff;
	border: 1px #f0f3fa solid;
	padding: 30px;
}
.example .bd table{
	border: 1px #f0f3fa solid;
}
.example .bd td{
	text-align: center;
	border: 1px #f0f3fa solid;
	height: 48px;
}
.example .bd .tt{
	background: #f6f8fd;
	color: #222;
	border: none;
	font-size: 16px;
}
.example .bd td .price{
	font-size: 14px;
	color: #ff791a;
}
.example .bd td.bg{
	background: #fafbfe;
}
.buybutton{
	border: 1px #f0f0f0 solid;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	color: #666;
	font-size: 14px;
}
.buybutton:hover{
	border: 1px #2468f2 solid;
	background: #2468f2;
	color: #fff;
}
.example .bd td.bg{
	background: #fafbfe;
}
.function{
	background: #f6f8fd;
	background-size: 100% auto;
	padding: 38px 0 45px;
}
.function .hd{
	color: #222;
}
.function .bd{
	margin-top: 35px;
}
.function .bd .tab{
	overflow: hidden;
	margin-top: 45px;
	position: relative;
	z-index: 1;
}
.function .bd .tab li{
	float: left;
	width: 165px;
	text-align: center;
	color: #222;
	font-size: 16px;
	cursor: pointer;
}
.function .bd .tab li .name{
	margin: 10px auto 0;
	width: 60px;
	padding-bottom: 15px;
}
.function .bd .tab li.select .name{
	border-bottom: 2px #2468f2 solid;
}
.function .bd .tab li .media{
	height: 27px;
}
.function .bd .intro{
	background:#ffffff url(functionbg.jpg) no-repeat right bottom;
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.35);
	border-radius:3px;
	padding:25px;
	margin-top: -2px;
	height: 185px;
	display: none;
}
.function .bd .intros{
	display: block;
}
.function .bd .intro .title{
	font-size: 16px;
	color: #666;
}
.function .bd .intro .title01{
	margin-top: 10px;
}
.function .bd .intro .con{
	color: #888;
	margin-top:10px;
}
.security{
	padding: 50px 0;
}
.security .bd{
	margin-top:30px;
}
.security .bd .list li{
	float: left;
	width: 285px;
	margin-right: 20px;
}
.security .bd .list li:last-child{
	margin-right: 0;
}
.security .bd .list li .box{
	background: #fff;
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.35);
	padding: 30px;
	transition: all ease 500ms;
}
.security .bd .list li .box:hover{
	transform: translateY(-10px);
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.85);
}
.security .bd .list li:last-child .box{
	margin-right: 0px;
}
.security .bd .list li .box .title{
	font-size: 16px;
	color: #222;
}
.security .bd .list li .box .con{
	color: #888;
	margin-top: 10px;
	height: 90px;
	overflow: hidden;
}
.flowmold{
	position: relative;
}
.summary{
	background: url(ys.jpg) no-repeat top center;
	background-size: 100% auto;
	padding-top: 45px;
}
.summary .bd{
	background: #fff url(summarybdbg.jpg) no-repeat right bottom;
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.35);
	padding: 30px;
}
.summary .bd .title{
	font-size: 16px;
}
.summary .bd .title img{
	vertical-align: middle;
}
.summary .bd .con{
	color: #888;
	margin-top: 10px;
}
.characteristic{
	padding-top: 45px;
	padding-bottom: 50px;
}
.characteristic .bd01 .list{
	margin-top: 25px;
}
.characteristic .bd01 .list li{
	float: left;
	width: 285px;
	margin-right: 20px;
}
.characteristic .bd01 .list li .box{
	background: #fff;
	background: #fff;
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.35);
	text-align: center;
	border-radius: 3px;
	padding: 30px 30px;
	transition: all ease 500ms;
}
.characteristic .bd01 .list li:last-child{
	margin-right: 0;
}
.characteristic .bd01 .list li .box:hover{
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.85);
	transform: translateY(-10px);
}
.characteristic .bd01 .list li .box .title{
	font-size: 16px;
	margin-top: 10px;
}
.characteristic .bd01 .list li .box .con{
	margin-top: 10px;
	color: #888;
	height: 48px;
	overflow: hidden;
}
.shield{
	background: #f6f8fd;
	background-size: 100% 100%;
	padding-top: 45px;
	padding-bottom: 65px;
}
.shield .tab{
	text-align: center;
	margin-top: 30px;
	color: #666;
}
.shield .tab .li{
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: 7px;
	font-size: 14px;
	border: 1px #f0f3fa solid;
	color: #222;
}
.shield .tab .lis{
	color: #fff;
	border: 1px #4d86ff solid;
	background: #4d86ff;
}
.shield .bd{
	margin-top:40px;
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.35);
	background: #fff;
	border: 1px #f0f3fa solid;
	padding: 30px;
}
.shieldbd{
	display: none;
}
.shieldbds{
	display: block;
}
.shield .bd td{
	text-align: center;
	border: 1px #f0f0f0 solid;
	padding: 12px 0;
	color: #888;
	background: #fff;
}
.shield .bd .tt{
	font-size: 14px;
	color: #000;
}
.shield .bd .tt01{
	font-size: 12px;
}
.shield .bd .tt .dw{
	color: #b7b9d5;
}
.shield .bd td .price{
	font-size: 14px;
	line-height: 30px;
}
.shield .bd td .price .blue{
	color: #ff791a;
	font-size: 16px;
}
.shield .bd td.bg{
	background: #fafbfe;
}
.shield .bd tr{
	transition: all ease 500ms;
}
.shield .bd tr:hover td{
	background: #f7f9ff;
}
.machine{
	padding: 50px 0;
}
.machine .bd{
	margin-top: 30px;
}
.machine .bd .list li{
	float: left;
	width: 283px;
	margin-right: 20px;
	border: 1px #efefef solid;
}
.machine .bd .list li .box{
	background: #fff;
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.35);
	transition: all ease 500ms;
}
.machine .bd .list li .box:hover{
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.85);
	transform: translateY(-10px);
}
.machine .bd .list li:last-child{
	margin-right: 0;
}
.machine .bd .list li .box .title{
	background: #2468f2;
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
}
.machine .bd .list li .box .intro{
	padding: 25px 30px 20px;
	color: #888;
	line-height: 30px;
}
.machine .bd .list li .box .link{
	margin: 0 30px;
	border-top: 1px #f0f0f0 solid;
	text-align: center;
	padding: 20px 0 25px;
}
.machine .bd .list li .box .link .price{
	font-size: 14px;
	line-height: 30px;
}
.machine .bd .list li .box .link .price .blue{
	font-size: 16px;
	color: #2468f2;
}
.honner{
	padding-top: 45px;
	padding-bottom: 50px;
}
.honner .bd01 .list{
	margin-top: 25px;
}
.honner .bd01 .list li{
	float: left;
	width: 285px;
	margin-right: 20px;
}
.honner .bd01 .list li .box{
	background: #fff;
	background: #fff;
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.35);
	text-align: center;
	border-radius: 3px;
	padding: 30px 30px;
	transition: all ease 500ms;
}
.honner .bd01 .list li:last-child{
	margin-right: 0;
}
.honner .bd01 .list li .box:hover{
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.85);
	transform: translateY(-10px);
}
.honner .bd01 .list li .box .title{
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	height: 24px;
}
.honner .bd01 .list li .media img{
	padding: 1px;
	border: 1px #e9e9e9 solid;
}
.team{
	background: url(scrbg01.jpg) no-repeat bottom center;
	background-size: cover;
	padding-top: 45px;
	padding-bottom: 50px;
}
.team .exp{
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
}
.lsleft{
	float: left;
	width: 540px;
	overflow: hidden;
	box-shadow:0px 3px 13px 0px rgba(184, 184, 184, 0.22) ;
	background: #fff;
	padding: 30px;
	height: 100px;
	margin-top: 30px;
}
.kfright{
	float: left;
	width: 540px;
	overflow: hidden;
	background: #fff;
	box-shadow:0px 3px 13px 0px rgba(184, 184, 184, 0.22) ;
	height: 100px;
	padding: 30px;
	margin-top: 30px;
}
.team .media{
	float: left;
	margin-right:15px;
	margin-top: 15px;
}
.team .tt{
	font-size: 16px;
}
.team .con{
	color: #888;
}
.contactus{
	padding-top: 45px;
	padding-bottom: 50px;
}
.contactus .bd{
	background: #fff;
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.35);
	margin-top: 25px;
}
.contactus .bd .map{
	float: left;
}
.contactus .bd .intro{
	padding: 45px 45px 45px 70px;
	margin-left: 687px;
	color: #666;
	font-size: 14px;
}
.contactus .bd .intro .tt{
	color: #000;
	font-size: 16px;
}
.contactus .bd .intro .c{
	margin-bottom: 25px;
	
}
.contactus .bd .intro .exp{
	font-size: 14px;
	color: #ff791a;
}
.functionnav{
	position: relative;
	margin-top: -78px;
	z-index: 5;
}
.functionnav .list{
	width: 600px;
	margin: 0 auto;
}
.functionnav .list li{
	float: left;
	width: 165px;
	margin: 0 15px;
	cursor: pointer;
}
.functionnav .list li .box{
	background: #fff;
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	transition: all ease 500ms;
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.35);
}
.functionnav .list li:hover .box{
	transform: translateY(-10px);
	box-shadow:0px 0px 8px rgba(228, 228, 228, 0.85);
}
.functionnav .list li .tt{
	margin-top: 10px;
}
.functionnav .list li.select .box{
	color: #2468f2;
	transform: translateY(-10px);
}
.fonctionlist{
	padding-top: 140px;
	background: url(ys.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 40px;
	
}
.fonctionshow{
  width: 1200px;
  margin: 30px auto 0;
  background: #fff;
  box-shadow:0px 0px 8px rgba(228, 228, 228, 0.35);
}
.fonctionshow .title{
	background: #fafbfe;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
}
.fonctionshow .media{
	padding: 2px;
}
.fonctionshow .media img{
	display: block;
}
.example .tab
{
		text-align: center;
		margin-top: 30px;
		color: #666;
}
.example .tab .li
{
		border: 1px #2468f2 solid;
		background: #2468f2;
		border-radius: 2px;
		display: inline-block;
		cursor: pointer;
		width: 140px;
		height: 33px;
		text-align: center;
		line-height: 33px;
		margin-right: 7px;
		font-size: 14px;
		color: #fff;
}
.example .tab .lis
{
		color: #fff;
		border: 1px #ff791a solid;
		background: #ff791a;
}

/* 2022-03-01 */
.product-flow {
	position: relative;
	margin-top: 20px;
}

.product-flow .list {
	position: relative;
	z-index: 5;
}

.product-flow .list li {
	float: left;
	width: 175px;
	margin-right: 26px;
	transition: all ease 500ms;
}

.product-flow .list li:last-child {
	margin-right: 0;
}

.product-flow .list li .media {
	background: #fff;
	box-shadow: 0 3px 14.55px 0.45px rgba(193, 205, 241, .42);
	position: relative;
	text-align: center;
	border-radius: 2px;
	height: 100px;
	padding-top: 25px;
	transition: all ease 500ms;
}

.product-flow .list li .media:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -10px;
}

.product-flow .list li .media .m {
	background: url(product-flow.png) no-repeat;
	width: 70px;
	height: 50px;
	background-position: 10px 0;
	margin: 0 auto;
}

.product-flow .list li.select .media .m {
	background: url(product-flows.png) no-repeat;
	width: 70px;
	height: 50px;
	background-position: 10px 0;
	margin: 0 auto;
}

.product-flow .list li.select .media {
	background: #4d86ff;
	color: #fff;
}

.product-flow .list li.select .media:after {
	border-top: 10px solid #4d86ff;
}

.product-flow .list li.li02 .media .m {
	background-position: -190px 0;
}

.product-flow .list li.li03 .media .m {
	background-position: -392px 0;
}

.product-flow .list li.li04 .media .m {
	background-position: -594px 0;
}

.product-flow .list li.li05 .media .m {
	background-position: -798px 0;
}

.product-flow .list li.li06 .media .m {
	background-position: -999px 0;
}

.product-flow .list li .media .c {
	font-size: 14px;
}

.product-flow .list li .mark {
	width: 32px;
	height: 32px;
	border-radius: 50px;
	box-shadow: 0 3px 5px rgba(193, 205, 241, .42);
	text-align: center;
	line-height: 30px;
	margin: 30px auto 0;
	background: #fff;
}

.product-flow .list li .mark span {
	font-size: 14px;
	border-radius: 20px;
	color: #222;
	width: 12px;
	height: 12px;
	display: inline-block;
	line-height: 12px;
}

.clearboth {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.product-flow .line {
	position: absolute;
	background: #fcfcff;
	height: 5px;
	width: 100%;
	bottom: 12px;
	animation: first 0.5s;
}

.product-flow .list li.select .mark {
	background: #4d86ff;
}

.product-flow .list li.select .mark span {
	color: #fff;
}
.architecture{
	position: relative;
}
.architecture .flowmedia {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 829px;
	transform: scale(0.8);
	z-index: 10;
}
.architecture .demobox{
	transform:translateX(-23px);
	margin-top: -80px;
	position: relative;
}
.architecture .flowlinebox{
	
}
.architecture .bg {
	position: absolute;
	top: 158px;
	z-index: 0;
	left: 97px;
}

.architecture .img {
	position: absolute;
	z-index: 1;
	top: 83px;
	left: 198px;
	
}

.architecture .box {
	width: 200px;
	position: relative;
	height: 15px;
	transform: rotate(-45deg);
	position: absolute;
}

.architecture .box .linecon {
	width: 198px;
	overflow: hidden;
	position: relative;
	height: 14px;
}

.architecture .box .linecon01 {
	width: 198px;
	overflow: hidden;
	position: relative;
	height: 14px;
	transform: rotate(-90deg) translate(-84px, -98px);

}

.architecture .box .line {
	height: 0px;
	overflow: hidden;
	border-top: 2px #1d2dac dotted;
	width: 400px;
	position: absolute;
	left: -200px;
	animation: myfirst 80s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 6px;
}

.architecture .box .mark {
	width: 0;
	height: 0;
	border-bottom: 10px solid #1d2dac;
	border-left: 10px solid transparent;
	position: absolute;
	transform: rotate(-45deg);
	right: 1px;
	top: 2px;
	z-index: 10;
}

.architecture .box01 {
	left: 126px;
	top: 326px;
	position: absolute;
	transform: rotate(32deg);
	z-index: 3;
}

.architecture .box02 {
	left: 159px;
	top: 308px;
	position: absolute;
	transform: rotate(-148deg);
}



.architecture .box03 {
	left: 463px;
	top: 329px;
	position: absolute;
	transform: rotate(148deg);
}

.architecture .box03-01 {
	left: 425px;
	top: 302px;
	position: absolute;
	transform: rotate(148deg);
}

.architecture .box04 {
	left: 433px;
	top: 498px;
	position: absolute;
	transform: rotate(212deg);
}

.architecture .box05 {
	left: 456px;
	top: 486px;
	position: absolute;
	transform: rotate(32deg);
}

.architecture .box04-01 {
	left: 413px;
	top: 511px;
	position: absolute;
	transform: rotate(212deg);
}

.architecture .box05-01 {
	left: 471px;
	top: 476px;
	position: absolute;
	transform: rotate(32deg);
}


.architecture .box06 {
	left: auto;
	top: auto;
	right: 129px;
	bottom: 146px;
	position: absolute;
	transform: rotate(32deg);
}

.architecture .box08 {
	left: auto;
	top: 307px;
	right: -40px;
	position: absolute;
	transform: rotate(-148deg);
}

.architecture .box09 {
	left: auto;
	top: 400px;
	right: 43px;
	position: absolute;
	transform: rotate(148deg);
}

.architecture .box07 {
	left: auto;
	top: auto;
	right: 99px;
	bottom: 165px;
	position: absolute;
	transform: rotate(-148deg);
}

.architecture .box01 .linecon {
	width: 205px;
	overflow: hidden;
	position: relative;
	height: 14px;
}

.architecture .box01 .linecon01 {
	width: 198px;
	overflow: hidden;
	position: absolute;
	height: 14px;
	transform: rotate(116deg) translate(-66px, 101px);

}

.architecture .box01 .line {
	height: 0px;
	overflow: hidden;
	border-top: 2px #1d2dac dotted;
	width: 1000px;
	position: absolute;
	left: -600px;
	animation: myfirst 30s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 6px;
}

.architecture .box01 .mark {
	width: 0;
	height: 0;
	border-bottom: 8px solid #1d2dac;
	border-left: 12px solid transparent;
	position: absolute;
	transform: rotate(-36deg) translate(0px, 2px);
	right: 0px;
	top: 2px;
	z-index: 10;
}

.architecture .box01 .mark01 {
	width: 0;
	height: 0;
	border-bottom: 12px solid #1d2dac;
	border-left: 8px solid transparent;
	position: absolute;
	transform: rotate(118deg) translate(-2px, -1px);
	left: 1px;
	top: 2px;
	z-index: 10;
}

.architecture .box02 .linecon {
	width: 205px;
	overflow: hidden;
	position: relative;
	height: 14px;
}

.architecture .box03 .linecon {
	width: 230px;
	overflow: hidden;
	position: relative;
	height: 14px;
}

.architecture .box03 .mark {
	border-bottom: 12px solid #1d2dac;
	border-left: 8px solid transparent;
	transform: rotate(-53deg) translate(2px, 0px);
}

.architecture .box03-01 .linecon {
	width: 225px;
	overflow: hidden;
	position: relative;
	height: 14px;
}

.architecture .box03-01 .mark {
	border-bottom: 12px solid #1d2dac;
	border-left: 8px solid transparent;
	transform: rotate(-53deg) translate(2px, 0px);
}

.architecture .box04 .mark01 {
	transform: rotate(148deg);
}

.architecture .box04 .linecon {
	width: 136px;
}

.architecture .box05 .linecon {
	width: 134px;
}

.architecture .box05 .line {
	border-top: 2px #f62247 dotted;
}

.architecture .box04 .line {
	border-top: 2px #f62247 dotted;
}

.architecture .box05 .mark {
	border-bottom: 8px solid #f62247;
}

.architecture .box04 .mark {
	border-bottom: 8px solid #f62247;
}

.architecture .box04-01 .mark01 {
	transform: rotate(148deg);
}

.architecture .box04-01 .linecon {
	width: 133px;
}

.architecture .box05-01 .linecon {
	width: 134px;
}

.architecture .box06 .linecon {
	width: 186px;
}

.architecture .box07 .linecon {
	width: 183px;
}

.architecture .box08 .linecon {
	width: 176px;
}

.architecture .box08 .linecon01 {
	width: 230px;
	overflow: hidden;
	position: absolute;
	height: 14px;
	transform: rotate(116deg) translate(-75px, 112px);
}

.architecture .box09 .linecon {
	width: 165px;
}

.architecture .box09 .linecon01 {
	width: 132px;
	transform: rotate(-116deg) translate(-23px, -54px);
}

.architecture .box09 .mark {
	border-bottom: 12px solid #1d2dac;
	border-left: 8px solid transparent;
	transform: rotate(-55deg) translate(1px, -1px);
}

@keyframes myfirst {
	from {
		left: -600px;
	}

	to {
		left: 0px;
	}
}

.architecture .fzline {
	position: absolute;
	height: 1px;
	background: #000000;
	width: 2000px;
	transform: rotate(34deg) translate(-127px, 726px);
}

.architecture .rbox {
	position: absolute;
	bottom: 275px;
	right: 286px;
	transform: rotate(-32deg);
	z-index: 3;
}

.architecture .rbox .linecon {
	width: 49px;
	overflow: hidden;
	position: relative;
	height: 14px;
}

.architecture .rbox .line {
	height: 0px;
	overflow: hidden;
	border-top: 2px #f62247 dotted;
	width: 1000px;
	position: absolute;
	left: -600px;
	animation: myfirst 30s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 6px;
}

.architecture .rbox01 {
	bottom: 284px;
	right: 300px;
	transform: rotate(148deg);
}

.architecture .rbox02 {
	bottom: 204px;
	right: 429px;
	transform: rotate(148deg);
}

.architecture .rbox02 .linecon {
	width: 51px;
}

.architecture .rbox03 {
	bottom: 195px;
	right: 414px;
}

.architecture .rbox04 {
	bottom: 125px;
	right: 558px;
	transform: rotate(148deg);
}

.architecture .rbox04 .linecon {
	width: 53px;
}

.architecture .rbox05 {
	bottom: 114px;
	right: 542px;
}

.architecture .rbox05 .linecon {
	width: 55px;
}

.architecture .rbox06 {
	bottom: 115px;
	right: 656px;
	transform: rotate(145deg);
}

.rbox06 .linecon {
	width: 11px;
}

.architecture .rbox07 {
	bottom: 107px;
	right: 645px;
}

.architecture .rbox07 .linecon {
	width: 11px;
}

.architecture .box03 .line {
	border-top: 2px #28d59d dotted;
}

.architecture .box03 .mark01 {
	border-bottom: 12px solid #28d59d;
}

.architecture .box03-01 .line {
	border-top: 2px #28d59d dotted;
}

.architecture .box03-01 .mark {
	border-bottom: 12px solid #28d59d;
}

.architecture .box08 .line {
	border-top: 2px #28d59d dotted;
}

.architecture .box08 .mark {
	border-bottom: 8px solid #28d59d;
}

.architecture .box09 .line {
	border-top: 2px #28d59d dotted;
}

.architecture .box09 .mark {
	border-bottom: 12px solid #28d59d;
}

.architecture .box04-01 .line {
	border-top: 2px #28d59d dotted;
}

.architecture .box04-01 .mark {
	border-bottom: 8px solid #28d59d;
}

.architecture .box05-01 .line {
	border-top: 2px #28d59d dotted;
}

.architecture .box05-01 .mark {
	border-bottom: 8px solid #28d59d;
}

.architecture .blue {
	color: #1d2dac;
}

.architecture .grean {
	color: #28d59d;
}

.architecture .red {
	color: #f62247;
}
.architecture .flowexp{
	overflow: hidden;
	width: 750px;
	font-size: 14px;
	margin: 0 auto;
	transform: translateX(62px);
}
.architecture .flowexp li{
	float: left;
	width: 250px;
	background-size: 100% auto;
}
.contactus .expcon{
	text-align: center;
	color: #666;
	margin-top: 10px;
}
