.homeCorporateCulture {
                background-image: url(/images/home_CorporateCulture_background.jpg);
                background-position: center 0;
                height: 851px;
                padding-top: 20px;
                box-sizing: border-box;
            }

            .homeCorporateCulture__inner {
                
            }

            .homeCorporateCulture__items {
                height: 575px;
                width: 100%;
                margin-top: 40px;
            }

            .homeCorporateCulture__side {
                width: 126px;
                height: 575px;
                float: left;
                box-shadow: 0 0 4px RGBA(20, 20, 20, 0.05);
            }
            .homeCorporateCulture__main {
                width: 964px;
                height: 575px;
                float: right;
            }

            .homeCorporateCulture__itemHandle {
                width: 126px;
                height: 115px;
                box-sizing: border-box;
                text-align: center;
                font-size: 16px;
                color: #e7333f;
                cursor: pointer;
                background-color: #FFF;
                padding-top: 15px;
                background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAPr6+gAAACH5BAAHAP8ALAAAAAABAAEAAAICRAEAOw==);
                background-position: left bottom;
                background-repeat: repeat-x;
            }

            .homeCorporateCulture__itemHandle u{
                width: 46px;
                height: 46px;
                margin: 0 auto 15px auto;
                display: block;
                position: relative;
            }

            .homeCorporateCulture__itemHandle u i {
                background-image: url(/static/css/PC/site/images/home_CorporateCulture_itemHandle.png);
                display: block;
                position: absolute;
                visibility: hidden;
                background-position-y: 0;

                width: 46px;
                height: 46px;
            }

            .homeCorporateCulture__itemHandle u em{
                background-image: url(/static/css/PC/site/images/home_CorporateCulture_itemHandle.png);
                display: block;
                position: absolute;
                background-position-y: -184px;

                width: 46px;
                height: 46px;
            }

            .homeCorporateCulture__itemHandle--current {
                background-color: #e7333f;
                color: #FFF;
            }

            .homeCorporateCulture__itemHandle--current u {
                
            }

            .homeCorporateCulture__itemHandle--current u i {
                visibility: visible;
            }

            .homeCorporateCulture__itemHandle--current u em {
                background-position-y: -92px;
            }

            .homeCorporateCulture__itemHandle--1 u i, .homeCorporateCulture__itemHandle--3 u i, .homeCorporateCulture__itemHandle--4 u i {
                transform: rotate(0deg);
            }

            .homeCorporateCulture__itemHandle--1:hover u i, .homeCorporateCulture__itemHandle--3:hover u i, .homeCorporateCulture__itemHandle--4:hover u i {
                transform: rotate(360000deg)!important;
                transition: transform 1500s linear;
            }

            .homeCorporateCulture__itemHandle--5 u i, .homeCorporateCulture__itemHandle--2 u i {
                height: 0;
                bottom: 0;
            }

            .homeCorporateCulture__itemHandle--current.homeCorporateCulture__itemHandle--5 u i, .homeCorporateCulture__itemHandle--current.homeCorporateCulture__itemHandle--2 u i{
                height: 46px;
            }

            .homeCorporateCulture__itemHandle--5:hover u i, .homeCorporateCulture__itemHandle--2:hover u i {
                height: 46px!important;
                transition: height 0.7s ease-in;
            }

            .homeCorporateCulture__item {
                width: 964px;
                position: absolute;
                display: none;
                height: 575px;
                box-shadow: inset 5px 0 8px RGBA(20, 20, 20, 0.05);
                background-color: rgba(255, 255, 255, 0.8);
            }

            .homeCorporateCulture__itemClose {
                height: 33px;
            }

            .homeCorporateCulture__itemClose del {
                width: 33px;
                height: 33px;
                line-height: 33px;
                text-align: center;
                background-color: #e7333f;
                display: block;
                color: #FFF;
                font-style: normal;
                text-decoration: none;
                cursor: pointer;
                position: absolute;
                top: 0;
                left: 931px;
                z-index: 100;
                font-family: 'iconfont';
            }

            .homeCorporateCulture__itemInner {
                height: 542px;
                overflow: hidden;
                overflow-x: hidden;
                overflow-y: auto;
            }

            .homeCorporateCulture__item--current {
                display: block;
            }

            .homeCorporateCulture__brand h5 {
                padding-top: 5px;
                font-size: 15px;
                color: #636363;
            }

            .homeCorporateCulture__brand img {
                transform: scale(1.0,1.0);
                cursor: pointer;
            }

            .homeCorporateCulture__brand img:hover {
                transform: scale(1.04,1.04);
            }

            .homeEVougeProduct {
                background-color: #F7F7F8;
                background-image: url(data:image/gif;base64,R0lGODlhAQDuAJEAAPf3+OtVIP///wAAACH5BAEHAAIALAAAAAABAO4AAAIOjI+py+0Po5y02ouzAgUAOw==);
                background-repeat: repeat-x;
                background-position-y: 200px;
            }
            
            .homeEVougeProduct__items{
                text-align: center;
                margin-top: 75px;
                height: 355px;
            }

            .homeEVougeProduct__item {
                display: inline-block;
                float: left;
                margin-left: 10px;
                width: 210px;
                height: 355px;
            }

            .homeEVougeProduct__item:hover .EVougeProductItem {
                transition: .9s ease-out;
                transform: rotateY(-360deg);
            }

            .homeEVougeProduct__item:first-child {
                margin-left: 0;
            }

            .EVougeProductItem {
                box-shadow: 0px 0px 40px RGBA(20, 20, 20, 0.18);
                background-color: #FFF;
                cursor: pointer;
            }

            .EVougeProductItem__image {
                width: 210px;
                height: 285px;
            }

            .EVougeProductItem__text{
                height: 70px;
                width: 100%;
            }

            .EVougeProductItem__text td {
                vertical-align: middle;
                height: 70px;
                line-height: 1.4em;
                text-align: center;
                color: #7E7E7E;
                font-size: 16px;
            }

            .homeEVougeProduct__inner {
                background-image: url(/static/css/PC/site/images/home_EVougeProduct_addButton.jpg);
                background-position: center bottom;
            }

            .homeEVougeProduct__addButton {
                height: 290px;
            }

            .homeEVougeProduct__addButton a, .homeNewsDynami__addButton a {
                height: 38px;
                display: inline-block;
                margin-top: 90px;
                margin-left: 415px;
            }

            .homeNewsDynami__addButton {
                text-align: center;
                padding-top: 30px;
            }

            .homeNewsDynami__addButton a {
                margin-top: 40px;
                margin: 0 auto;
            }

            .homeEVougeProduct__addButton a i, .homeNewsDynami__addButton a i {
                display: block;
                float: left;
                width: 38px;
                height: 38px;
                border-radius: 19px;
                background-image: url(data:image/gif;base64,R0lGODlhJgAmAIAAAOtVIP///yH5BAAHAP8ALAAAAAAmACYAAAJHhI+py+0Po5y02ouz3lyH0D1f6IwkY55KqiJsa7yw3NKqbX36zvf44gv6Qj8iCOY6ImPKZbHz5EQ3U08TWV1qt9yu9wueFAAAOw==);
                background-size: 100% 100%;
                transform: rotate(0deg);
            }

            .homeEVougeProduct__addButton a span, .homeNewsDynami__addButton a span {
                display: block;
                float: left;
                line-height: 38px;
                color: #7A7A7A;
                font-size: 20px;
                margin-left: 10px;
                letter-spacing: 1px;
            }

            .homeEVougeProduct__addButton a:hover i, .homeNewsDynami__addButton a:hover i {
                transform: rotate(180deg);
                transition: transform 0.3s linear;
            }

            .homeEVougeProduct__addButton a:hover span, .homeNewsDynami__addButton a:hover span {
                color: #E25422;
            }

            .homeCorporateCulture__brandDescriptions {
                width: 838px;
                position: absolute;
                display: block;
                margin-left: 126px;
                z-index: 99998;
            }

            .homeCorporateCulture__brandDescription {
                height: 575px;
                width: 838px;
                display: none;
                background-color: #FAFAFA;
                box-shadow: 0px 0px 12px RGBA(20, 20, 20, 0.1);
            }

            .homeCorporateCulture__brandDescription__inner{
                position: absolute;
                height: 545px;
                width: 838px;
                overflow-y: auto;
                overflow-x: hidden;
                margin-top: 30px;

                -webkit-appearance: none;
            }

            .homeCorporateCulture__brandDescription del {
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                background-color: #e7333f;
                display: block;
                color: #FFF;
                font-style: normal;
                text-decoration: none;
                cursor: pointer;

                position: absolute;
                top: 0;
                left: 808px;
                z-index: 100;
                font-family: 'iconfont';
            }

            .homeCorporateCulture__brandDescription--current {
                display: block;
            }
			
										.fzlc1{background:url(Images/fzlc3.jpg) repeat-y 23px; clear:both; padding-bottom:10px;}
							.fzlc1 span{background:url(Images/fzlc2.png) no-repeat; width:154px; height:24px; float:left; position:relative;}
							.fzlc1 p{border:1px solid #dcdcdc; margin-left:-2px; border-radius:10px; background-color:#fffbfb; padding:10px; float:left; z-index:-99;}
							.fzlc1 p:hover{ background-color:#e7333f; color:#fff;}
							.fzlc1 font{ clear:both; display:block;}
							.fzlc1 h1{ background:url(Images/fzlc2a.png) no-repeat left center; background-size:auto 100%; color:#e7333f; width:124px; height:24px; float:left; position:relative; padding-left:30px; font-size:16px; font-weight:bold;}