#page{
	max-width:none;
}
#page .MenuBar{
	max-width: 1200px;
	margin: auto;
}

.yzi-design-title{
	text-align:center;
	padding:40px 0;
	max-width:1200px;
	margin: 0 auto
}
.yzi-design-title h1{
	font-size: 30px;
	line-height: 60px;
	font-weight: 700;
}
.yzi-design-title h2{
	color:#9AA0A5;
	padding:0 20px;
	line-height:24px;
}
.yzi-design-content{
	background:#F5F5F5;
}
.yzi-design-content img{
	max-width:1200px;
	margin:0 auto;
	display:block;
}
.yzi-design-form table{
	max-width: 900px;
    margin: 150px auto;
    display: block;
}
.yzi-design-form {
	background: url(/static/images/web/design_form.png) top center no-repeat;
    background-size: cover;
    height: 720px;
    /* width: 1500px; */
    overflow: hidden;
	font-size: 14px;
}
.yzi-design-form input.yzi-input{
	    width: 480px;
    height: 38px;
    /* margin: 8px 0; */
    border: 1px solid #c1c1c1;
    /* font-size: 14px; */
    /* color: #737373; */
    text-indent: 10px;
    line-height: 38px;
}
.yzi-design-form textarea{
	width: 700px;
    height: 110px;
    border: 1px solid #c1c1c1;
	text-indent: 10px;
}

.yzi-design-form table td{
	line-height:30px;
	padding: 8px 0;
}
.yzi-design-form table td.yzi-label{
	width: 103px;
}
.yzi-design-form .yzi-btn{
	padding: 10px 60px;
    border-radius: 30px;
    display: block;
    /* margin: 0 auto; */
    cursor: pointer;
    background: #c8141e;
    color: #FFF;
    outline: none;
    border: 0;
}
.yzi-design-form .yzi-btn:hover{
	background:#e2424b
}
/************************************/
.yzi-service-header{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding: 30px 0;
}
.yzi-service-header{
	text-align:center;
}
.yzi-service-header img{
	float: left;
	margin-right: 30px;
}

.yzi-service-header .yzi-title{
	text-align:center;
	float: left;
}

.yzi-service-header h1.yzi-title{
	line-height: 104px;
	font-size: 30px;
	position: relative;
}
.yzi-service-header h1 span{
	display:inline-block;
	position: relative;
}
.yzi-service-header h1.yzi-title span:before{
	content: "";
	display: none;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: -20px;
	z-index: 3;
	background: #333;
	border-radius: 50%;
}
.yzi-service-header h1.yzi-title span:after{
	content: "";
	display: none;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: -20px;
	z-index: 3;
	background: #333;
	border-radius: 50%;
}


.yzi-service-body{
	background:#F5F5F5;
}
.yzi-service-introduce{
	color: #91989a;
    font-weight: 300;
    line-height: 24px;
    padding: 20px;
    /* margin-top: -50px; */
    background: #FFF;
    /* overflow: hidden; */
    /* height: 30px; */
    position: relative;
    z-index:2;
    margin-top: -50px;
}


.yzi-service-section {
	position:relative;
}
.yzi-service-section > .yzi-focus{
	position:relative;
	width:1200px;
	margin:0 auto;
	z-index:2;
}

.yzi-service-section .yzi-bg{
	position:absolute;
	bottom:0;
	z-index:1;
	display:none
}
.yzi-service-section:nth-child(2n) .yzi-bg{
	left:0;
	 -moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
	/*IE*/
	filter:FlipH;
}
.yzi-service-section:nth-child(2n+1) .yzi-bg{
	right:0;
}
.yzi-service-section h2.yzi-title{
	line-height:60px;
	height:60px;
	margin: 40px 0;
	display:flex;
	/*水平居中*/
	-webkit-box-pack: center;/*老版本语法*/
	-moz-box-pack: center; /*混合版本语法*/
	-ms-flex-pack: center; /*新版本语法*/
	-webkit-justify-content: center;
	justify-content: center;
	/*垂直居中 align-items属性定义项目在交叉轴上如何对齐 flex-start | flex-end | center | baseline | stretch*/
	-webkit-box-align: center;/*老版本语法*/
	-moz-box-align: center; /*垂直 水平 居中 父元素反复申明流布局*/
	-ms-flex-align: center;/*混合版本语法*/
	-webkit-align-items: center;/*新版本语法*/
	align-items: center;/*新版本语法*/
	/*默认不换行 wrap、wrap-reverse （不换行、换行、反转换行）*/
	flex-wrap:normal
}
.yzi-service-section h2.yzi-title span{
	display:block;
	height:60px;
	color:#FFF;
	height:100%;
	position:relative;
	box-sizing:border-box;
}
.yzi-service-section h2.yzi-title span.yzi-txt-zh{
	text-align:right;
	padding-right:20px;
	font-weight:300;
	font-size:24px;
}
.yzi-service-section h2.yzi-title span.yzi-txt-zh:before{
	content:" ";
	display:block;
	width:40px;
	height:60px;
	position:absolute;
	top:0;
	left:-50px;
	z-index:1
}
.yzi-service-section h2.yzi-title span.yzi-txt-en{
	text-align:left;
	padding-left:20px;
	font-weight:600;
	font-size:18px;
}
.yzi-service-section h2.yzi-title span.yzi-txt-en:after{
	content:" ";
	display:block;
	position:absolute;
	bottom:0;
	right: -20px;
	width:10px;
	height:10px;
	z-index:1;
}


.yzi-service-section .yzi-row{
	display:flex;
	/*水平居中*/
	-webkit-box-pack: center;/*老版本语法*/
	-moz-box-pack: center; /*混合版本语法*/
	-ms-flex-pack: center; /*新版本语法*/
	-webkit-justify-content: center;
	justify-content: center;
	/*垂直居中 align-items属性定义项目在交叉轴上如何对齐 flex-start | flex-end | center | baseline | stretch*/
	-webkit-box-align: center;/*老版本语法*/
	-moz-box-align: center; /*垂直 水平 居中 父元素反复申明流布局*/
	-ms-flex-align: center;/*混合版本语法*/
	-webkit-align-items: center;/*新版本语法*/
	align-items: center;/*新版本语法*/
	/*默认不换行 wrap、wrap-reverse （不换行、换行、反转换行）*/
	flex-wrap:wrap
}
.yzi-service-section .yzi-cell{
	width:50%;
	box-sizing: border-box;
	height:400px;
	margin-bottom: 20px;
	position:relative;
}

.yzi-row:nth-child(2n+1) .yzi-cell:nth-child(2){
	background:#fff
}
.yzi-row:nth-child(2n+1) .yzi-cell:nth-child(1){
	background:#f2ece6
}
.yzi-row:nth-child(2n) .yzi-cell:nth-child(1){
	background:#fff
}
.yzi-row:nth-child(2n) .yzi-cell:nth-child(2){
	background:#f2ece6
}
.yzi-introduce{
	margin: 20px 60px;
	text-align: justify;
	font-size:14px;
	color:#919191;
	font-weight:300;
	opacity:0
}
.yzi-cell .yzi-line{
	height:3px;
	width:60px;
	background:#222;
	margin: 20px auto;
}
.yzi-cell .yzi-focus{
	position:absolute;
	top:100px;
	left:0;
	width:100%;
	overflow:hidden;
	cursor:default
}
.yzi-cell h3.yzi-title{
	line-height:30px;
	margin-bottom:40px;
	font-weight:300;
}
.yzi-cell h3.yzi-title span.yzi-txt-zh{
	color:#222;
	font-size: 30px;
}
.yzi-cell h3.yzi-title span.yzi-txt-en{
	color:#91989e;
	font-size:24px;
}
.yzi-cell:hover .yzi-focus{
	top:50px;
}
.yzi-cell:hover h3.yzi-title{
	margin-bottom:15px;
}
.yzi-cell:hover .yzi-line{
	width:120px;
}
.yzi-cell:hover .yzi-introduce{
	opacity:1
}
.oreTrans_1s{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.oreTrans_1s:hover{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.yzi-csd .yzi-focus > .yzi-line.yzi-line-icon{
	height:20px;
	margin:30px 0;
	background:url(/static/images/icon/line-csd.jpg) top center no-repeat;
	background-size:contain;
}
.yzi-csd h2.yzi-title span.yzi-txt-zh{
	background:#413C5A;
}
.yzi-csd h2.yzi-title span.yzi-txt-zh:before{
	background:url(/static/images/icon/icon-title-left-csd.png) top center no-repeat;
}
.yzi-csd h2.yzi-title span.yzi-txt-en{
	background:#ccc;
}
.yzi-csd h2.yzi-title span.yzi-txt-en:after{
	/*background:url(./img/icon-title-right-ccc.png) top center no-repeat;*/
	background:#ccc
}
.yzi-csd .yzi-service-section h2.yzi-title span{
	width: 30%
}
/*
.yzi-csd .yzi-service-section{
	background:url(./img/bg-csd.jpg) top center no-repeat;
	background-size:contain;
}
*/
.yzi-service-section > .yzi-focus > div{display: none}
.yzi-service-section:first-child > .yzi-focus > div{display: block}
h2.yzi-title:after{
	content: " ";
	background:url(/static/images/icon/icon_unfold.png) top center no-repeat;
	position:absolute;
	top:20px;
	right:-10px;
	width:42px;
	height:24px;
	transform:rotate(-90deg);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
h2.yzi-title.yzi-active:after{
	transform:rotate(0deg);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.yzi-service-body .yzi-focus{
	width: 1200px;
	margin:0 auto;
	position: relative
}
.yzi-csd .yzi-part-list > li{
	position: absolute;
	width: 360px;
	height: 60px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.yzi-csd .yzi-part-list > li:hover{
	transform:translateX(10px);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.yzi-csd .yzi-part-list > li:nth-child(1){
	right: 228px;
    top: 50px;
    background: url(/static/images/web/service-csd.png) -618px -50px no-repeat;

}
.yzi-csd .yzi-part-list > li:nth-child(2){
        right: 120px;
    top: 150px;
    width: 374px;
    background: url(/static/images/web/service-csd.png) -712px -150px no-repeat;
}

.yzi-csd .yzi-part-list > li:nth-child(3){
    right: 102px;
    top: 270px;
    width: 334px;
    background: url(/static/images/web/service-csd.png) -768px -270px no-repeat;
}

.yzi-csd .yzi-part-list > li:nth-child(4){
    right: 188px;
    top: 391px;
    width: 307px;
    background: url(/static/images/web/service-csd.png) -710px -391px no-repeat;
}
.yzi-csd .yzi-part-list > li:nth-child(5){
	    right: 203px;
    top: 492px;
    width: 418px;
    background: url(/static/images/web/service-csd.png) -583px -492px no-repeat;
}

.yzi-csd .yzi-part-window{
	display:none;
    /* width: 400PX; */
    line-height: 30px;
    padding: 10px 20px;
    position: absolute;
    top: -190px;
    left: -320px;
    z-index: 10;
	color: #FFF;
    font-size: 16px;
	background: #c8141e;
    border: 1px solid #EEE;
    box-shadow: 1px 1px 1px #999;
	/*
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	*/
}
.yzi-csd .yzi-part-list > li:nth-child(1) .yzi-part-window{
	top: -194px;
    left: -320px;
	background: #c8141e;
}
.yzi-csd .yzi-part-list > li:nth-child(2) .yzi-part-window{
	top: -250px;
    left: -522px;
    background: #6f656d;
}
.yzi-csd .yzi-part-list > li:nth-child(3) .yzi-part-window{
	    top: -246px;
    left: -468px;
    background: #1ea185;
}
.yzi-csd .yzi-part-list > li:nth-child(4) .yzi-part-window{
	top: -194px;
    left: -328px;
    background: #9bbb5c;
}
.yzi-csd .yzi-part-list > li:nth-child(5) .yzi-part-window{
	top: -194px;
    left: -570px;
	background: #f29b26
}
.yzi-csi .yzi-part-list > li.yzi-part{
	height: 200px;
    width: 360px;
    position: absolute;
    z-index: 2;
    background-size: auto;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.yzi-csi .yzi-part-list > li:nth-child(1){
	height: 190px;
    width: 190px;
    top: 263px;
    left: 340px;
    background: url(/static/images/web/service-csi_new.png) -340px -264px no-repeat;
    border-radius: 50%;
}
.yzi-csi .yzi-part-list > li:nth-child(1):hover{
	transform:translateX(-2px) translateY(-2px);
}
.yzi-csi .yzi-part-list > li:nth-child(2){
	    height: 196px;
    width: 196px;
    top: 76px;
    left: 484px;
    background: url(/static/images/web/service-csi_new.png) -484px -75px no-repeat;
    border-radius: 50%;
}
.yzi-csi .yzi-part-list > li:nth-child(2):hover{
	transform: translateY(-2px);
}
.yzi-csi .yzi-part-list > li:nth-child(3){
	height: 196px;
    width: 196px;
    top: 73px;
    right: 470px;
    background: url(/static/images/web/service-csi_new.png) -734px -72px no-repeat;
    /* border: 1px solid; */
    border-radius: 50%;
}

.yzi-csi .yzi-part-list > li:nth-child(3):hover{
	transform:translateX(2px);
}

.yzi-csi .yzi-part-list > li:nth-child(4){
	    height: 196px;
    width: 196px;
    top: 265px;
    right: 318px;
    background: url(/static/images/web/service-csi_new.png) -886px -265px no-repeat;
    /* border: 1px solid; */
    border-radius: 50%;
}

.yzi-csi .yzi-part-list > li:nth-child(4):hover{
	transform:translateX(2px) translateY(-2px);
}
.yzi-csi .yzi-part-window{
	line-height: 30px;
    padding: 10px 20px;
    position: absolute;
    z-index: 10;
    color: #333;
    font-size: 16px;
    background: #FFF;
    opacity: 0.8;
    border: 1px solid #EEE;
    box-shadow: 1px 1px 1px #999;
    max-width: 252px;
    border-radius: 4px;
	display:none;
}
.yzi-csi .yzi-part-list > li:nth-child(1) .yzi-part-window{

	    top: -103px;
    left: -250px;
	background: #9bbb5c;
    color: #FFF;
}
.yzi-csi .yzi-part-list > li:nth-child(2) .yzi-part-window{
	    top: -138px;
    left: -230px;
	background: #6f656d;
    color: #FFF;
}
.yzi-csi .yzi-part-list > li:nth-child(3) .yzi-part-window{
	    top: -168px;
    left: 100px;
    background: #54b6a1;
    color: #FFF;
    width: 360px;
}

.yzi-csi .yzi-part-list > li:nth-child(4) .yzi-part-window{

	top: -108px;
    left: 160px;
	background: #f29b26;
    color: #FFF;
	 width: 360px;
}

.yzi-csp .yzi-part-list{
	position: absolute;
    top: 85px;
    left: 35px;
    /* width: 682px; */
    z-index: 3;
}
.yzi-csp .yzi-part-list > li.yzi-part{
	height: 80px;
    border-radius: 12px;
    position: absolute;
	left: 5px;
}

.yzi-csp .yzi-part-list > li:nth-child(1){
	    width: 480px;
    background: url(/static/images/web/service-csp.png) -40px -49px no-repeat;
    background-size: auto;
    top: -38px;
}

.yzi-csp .yzi-part-list > li:nth-child(2){
	width: 350px;
    background: url(/static/images/web/service-csp.png) -40px -149px no-repeat;
    background-size: auto;
    top: 64px;
}

.yzi-csp .yzi-part-list > li:nth-child(3){
	    width: 320px;
    background: url(/static/images/web/service-csp.png) -40px -249px no-repeat;
    background-size: auto;
    position: relative;
    top: 164px;
}

.yzi-csp .yzi-part-list > li:nth-child(4){
	width: 390px;
    background: url(/static/images/web/service-csp.png) -40px -350px no-repeat;
    background-size: auto;
    top: 265px;
}

.yzi-csp .yzi-part-window{
	line-height: 30px;
    padding: 10px 20px;
    position: absolute;
    z-index: 10;
    color: #FFF;
    font-size: 16px;
    background: #FFF;
    opacity: 0.8;
    /* border: 1px solid #EEE; */
    box-shadow: 1px 1px 1px #fbfbfb;
    /* border-radius: 10px; */
    display: none;
    left: 72px;
	right: 0;
    top: 76px;
}
.yzi-csp .yzi-part-list > li:nth-child(1) .yzi-part-window{
	background: #413c5a
}
.yzi-csp .yzi-part-list > li:nth-child(2) .yzi-part-window{
	background: #6f656d;
}
.yzi-csp .yzi-part-list > li:nth-child(3) .yzi-part-window{
	background: #1ea185
}
.yzi-csp .yzi-part-list > li:nth-child(4) .yzi-part-window{
	background: #9bbb5c;
}


/*===============*/
.yzi-csm .yzi-part-list{
	    /* border: 1px solid; */
    position: absolute;
    top: 98px;
    left: 22px;
    /* width: 682px; */
    z-index: 3;
    /* height: 394px; */
    /* background: #FFF; */
    /* opacity: 0.8; */
}
.yzi-csm .yzi-part-list > li.yzi-part{
	height: 82px;
    border-radius: 12px;
    position: absolute;
}

.yzi-csm .yzi-part-list > li:nth-child(1){
    width: 394px;
    /* border: 1px solid; */
    background: url(/static/images/web/service-csm.png) -22px -98px no-repeat;
    background-size: auto;
    top: 0px;
}

.yzi-csm .yzi-part-list > li:nth-child(2){
    width: 284px;
    /* border: 1px solid; */
    background: url(/static/images/web/service-csm.png) -22px -200px no-repeat;
    background-size: auto;
    top: 100px;
}

.yzi-csm .yzi-part-list > li:nth-child(3){
	width: 394px;
    /* border: 1px solid; */
    background: url(/static/images/web/service-csm.png) -22px -298px no-repeat;
    background-size: auto;
    position: relative;
    top: 200px;
}

.yzi-csm .yzi-part-list > li:nth-child(4){
	width: 284px;
    /* border: 1px solid; */
    background: url(/static/images/web/service-csm.png) -22px -400px no-repeat;
    background-size: auto;
    /* position: relative; */
    top: 302px;
}

.yzi-csm .yzi-part-window{
	line-height: 30px;
    padding: 10px 20px;
    position: absolute;
    z-index: 10;
    color: #333;
    font-size: 16px;
    background: #FFF;
    opacity: 1;
    /* border: 1px solid #EEE; */
    box-shadow: 1px 1px 1px #EEE;
    /* border-radius: 10px; */
    display: none;
    left: 76px;
    top: 82px;
}
/*
.yzi-csm .yzi-part-list > li:nth-child(1) .yzi-part-window{
	background: #413c5a
}
.yzi-csm .yzi-part-list > li:nth-child(2) .yzi-part-window{
	background: #6f656d;
}
.yzi-csm .yzi-part-list > li:nth-child(3) .yzi-part-window{
	background: #1ea185
}
.yzi-csm .yzi-part-list > li:nth-child(4) .yzi-part-window{
	background: #9bbb5c;
}
*/
.yzi-csd .yzi-service-introduce{
	margin-top: 0px
}
.yzi-csi .yzi-service-introduce{
	margin-top: -40px
}
.yzi-csp .yzi-service-introduce{
	margin-top: -20px
}

.yzi-csm .yzi-service-introduce{
	margin-top: -20px
}
