@media screen and (min-width: 1024px) {
	img {
		object-fit: cover;
		vertical-align: top;
	}

	ul,
	p,
	h2,
	h3 {
		margin: 0;
		padding: 0;
	}

	.section {
		overflow: hidden;
		left: 0;
		top: 0;
		position: relative;
		z-index: 10;
	}

	.wrapper {
		width: 100%;
		box-sizing: border-box;
		padding-top: 110px;
		font-size: 24px;
	}

	.container {
		width: 1200px;
		display: block;
		margin: 0px auto;
		/* font-size: 14px; */
	}

	.t_head {
		height: 40px;
		line-height: 40px;
		background-color: #f3f3f3;
		width: 100%;
	}


	.r_t_head {
		float: right;
		text-align: right;
		position: relative;
	}

	.r_t_head a,
	.r_t_head .HeadTag {
		float: left;
		font-size: 14px;
		color: #666;
		margin-left: 64px;
	}

	.r_t_head .Head_Ewm a {
		float: none;
		margin: 0;
		font-size: 0;
	}

	.r_t_head a img,
	.r_t_head .HeadTag img {
		vertical-align: middle;
		margin-right: 10px;
	}

	.Head_Ewm {
		position: absolute;
		top: 40px;
		right: -17%;
		z-index: 2;
		background: #fff;
		padding: 10px;
		cursor: pointer;
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.r_t_head a .HeadTag img,
	.r_t_head .HeadTag a img {
		width: 80px;
		height: 80px;
		margin: 0;
	}

	.HeadTag:hover .Head_Ewm {
		visibility: visible;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		opacity: 1;
	}

	.am_header {
		width: 100%;
		height: 110px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
	}

	.wrap {
		padding: 0px 5%;
		box-sizing: border-box;
		position: relative;
	}

	.b_head {
		width: 100%;
		background-image: linear-gradient(#1b1b1b,
			#1b1b1b),
			linear-gradient(#4c413c,
			#4c413c);
		background-blend-mode: normal,
			normal;
		height: 70px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
	}

	.am_header.on .b_head {
		background-color: rgba(27, 27, 27, 0.65);
		background-image: none;
	}

	.am_logo {
		width: 135px;
		height: 29px;
		float: left;
		margin-top: 20.5px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
	}

	.b_head.on .SearchSend {
		z-index: 8;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	.b_head.on .am_logo,
	.b_head.on .subnav,
	.b_head.on .nav_search {
		-webkit-transform: scale(0) !important;
		-ms-transform: scale(0) !important;
		transform: scale(0) !important;
		opacity: 0 !important;
	}

	.Navdown {
		width: 150px;
		background-color: #1b1b1b;
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%) translateY(50%);
		-webkit-transform: translateX(-50%) translateY(50%);
		padding: 0;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		text-align: center;
		font-size: 0;
	}

	.subnav_ul li:hover .Navdown {
		display: block;
		margin-left: 0;
		visibility: visible;
		transform: translateX(-50%) translateY(0%);
		-webkit-transform: translateX(-50%) translateY(0%);
		opacity: 1;
	}

	.subnav_ul li .Navdown a {
		color: #fff !important;
		font-size: 15px;
		text-align: center;
		display: block;
		line-height: 50px;
		position: relative;
	}

	.NavdownSub {
		position: relative;
	}

	.NavdownSub h2 {
		color: #fff;
		font-size: 15px;
		text-align: center;
		padding: 10px 0;
		display: block;
		line-height: 24px;
		cursor: pointer;
	}

	.NavdownSubs {
		position: absolute;
		top: 0;
		right: -150px;
		background-color: #f3d4a1;
		padding: 18px 0 0px 30px;
		display: none;
		width: 120px;
	}

	.NavdownSub:hover .NavdownSubs {
		display: block;
	}

	.subnav_ul li .Navdown .NavdownSubs a {
		color: #666666 !important;
		line-height: 24px;
		padding-bottom: 12px;
		text-align: left;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		font-size: 15px;
	}

	.subnav_ul li .Navdown a:hover,
	.subnav_ul li .NavdownSub h2:hover,
	.subnav_ul li .Navdown .NavdownSubs a.active {
		background-color: #f3d4a1;
		color: #1b1b1b !important;
	}

	.nav_search {
		background: url(../images/search.png);
		background-repeat: no-repeat;
		background-position: right;
		width: 18px;
		height: 18px;
		margin-top: 26px;
		float: right;
	}

	.subnav {
		float: right;
		height: 70px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
	}

	.subnav_ul li {
		margin-right: 75px;
		float: left;
		position: relative;
	}

	.subnav_ul .tag {
		font-size: 16px;
		color: #fff;
		display: block;
		line-height: 70px;
	}

	.subnav_ul .active,
	.subnav_ul .tag:hover,
	.EngineeringCaseTag:hover .EngineeringCaseR h2,
	.EncyclopediasTag:hover .EncyclopediasTagR h2,
	.am_subfooterdiv a:hover {
		color: #f3d4a1;
	}

	.EngineeringR span:hover {
		background-color: #f3d4a1;
	}

	.am_footer {
		background-color: #777777;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
	}

	.am_subfooterr {
		width: 77%;
		float: left;
	}

	.am_subfooterl {
		width: 46%;
		float: right;
		text-align: right;
		color: rgba(255, 255, 255, 0.8);
		font-size: 15px;
		padding-top: 24px;
	}

	.am_subfooterl i {
		display: block;
		font-size: 17px;
	}

	.am_bootom {
		width: 100%;
		/* margin-top: 52px; */
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		font-size: 15px;
		line-height: 50px;
		color: rgba(255, 255, 255, 0.5);
	}

	.am_bootomtag {
		color: #ffffff;
	}

	.AddFooterL h2 {
		color: rgba(255, 255, 255, 0.8);
		font-size: 15px;
	}

	.am_bootomtag a {
		font-size: 15px;
		line-height: 22px;
		color: rgba(255, 255, 255, 0.8);
		padding: 0px 7px;
	}

	.am_bootomtag a:first-child {
		padding-left: 0;
	}

	.am_swiper,
	.am_swiper .content-slide {
		width: 100%;
		height: 100%;
	}

	.am_swiper img {
		width: 100%;
		max-height: 100%;
	}

	.am_swiper .pagination {
		position: absolute;
		left: 0;
		text-align: center;
		bottom: 44px;
		width: 100%;
		z-index: 99;
		border-top: 0;
	}

	.am_swiper .pagination:after {
		content: '';
		width: 0;
		height: 0;
		background: none;
	}

	.section .am_swiper .swiper-pagination-switch {
		float: none;
	}

	.section .am_swiper .swiper-active-switch:after {
		content: '';
		background: transparent;
	}

	.am_swiper .swiper-pagination-switch {
		display: inline-block;
		width: 13px;
		height: 13px;
		background-color: #ffffff;
		margin: 0 20px;
		cursor: pointer;
		position: relative;
		transform: rotate(45deg);
		vertical-align: bottom;
	}

	.am_swiper .swiper-active-switch {
		width: 19px;
		height: 19px;
		background-image: linear-gradient(#f3d4a1,
			#f3d4a1),
			linear-gradient(#535353,
			#535353);
		background-blend-mode: normal,
			normal;
		top: 3px;
	}

	.Method {
		margin-bottom: 32px;
		position: relative;
		width: 100%;
	}

	.Method:before {
		content: '';
		background-image: url(../images/bk1.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 50%;
		height: 456px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.MewsInformation {
		float: left;
		width: 50%;
		position: relative;
	}

	.BrandHonorL {
		padding: 135px 0 70px;
		background: #000000;
		margin-top: 60px;
	}

	.AddWholeHouse {
		font-size: 14px;
		line-height: 28px;
		color: #000;
		padding-top: 60px;
		text-align: center;
	}

	.am_base,
	.GlobalPartner .am_base p,
	.Crossover .am_base p {
		width: 100%;
		text-align: center;
		font-size: 19px;
		line-height: 30px;
		letter-spacing: 1px;
		color: #a2a2a2;
	}

	.am_base h2 {
		font-size: 21px;
		color: #575757;
		margin-bottom: 5px;
	}

	.MewsInformation .am_base {
		padding-top: 30px;
		text-align: left;
	}

	/* 	.MewsInformation .am_base h2 {
		color: #383431;
	} */

	.BusinessIndexTag {
		margin-top: 10px;
		display: block;
	}

	.BusinessIndexImg {
		width: 30.4%;
		height: 160px;
		overflow: hidden;
		float: left;
	}

	.BusinessIndexImg img {
		width: 100%;
		height: 100%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.BusinessIndexTag:hover .BusinessIndexImg img {
		transform: scale(1.02);
		-webkit-transition: scale(1.02);
		-ms-transition: scale(1.02);
		-mos-transition: scale(1.02);
	}

	.BusinessIndexR {
		width: 59.9%;
		float: left;
		position: relative;
		height: 100%;
		overflow: hidden;
		margin-left: 30px;
	}

	.BusinessIndexR h2 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-size: 18px;
		line-height: 32px;
		color: #575757;
		overflow: hidden;
		margin-bottom: 12px;
	}

	.BusinessIndexR p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-size: 16px;
		line-height: 26px;
		color: #666666;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.BusinessIndexR span {
		display: block;
		font-size: 14px;
		color: #f3d4a1;
	}

	.ObtainQuotation {
		width: 50%;
		float: right;
	}

	.W730 {
		float: right;
		width: 87%;
		padding-top: 84px;
	}

	.ObtainQuotationH {
		font-size: 24px;
		color: #383431;
		margin-bottom: 25px;
		display: block;
	}

	.ObtainQuotationH i {
		color: #575757;
	}

	.ObtainQuotationFlex {
		margin-top: 20px;
		height: 48px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		overflow: hidden;
	}

	.ObtainQuotationFlex h2 {
		float: left;
		width: 12%;
		letter-spacing: 1px;
		color: #383431;
		line-height: 46px;
		font-size: 16px;
	}

	.ObtainQuotationFlex select {
		padding-right: 50px;
		width: 19.2%;
		height: 46px;
		background-color: #ffffff;
		border: solid 1px #d7d7d7;
		color: #383431;
		line-height: 46px;
		direction: rtl;
		background-image: url(../images/select.png);
		background-size: 10px 8px;
		background-repeat: no-repeat;
		background-position: 96%;
		font-size: 16px;
	}

	.RoomTeas {
		width: 25.93%;
		height: 46px;
		background-color: #ffffff;
		border: solid 1px #d7d7d7;
		color: #383431;
		line-height: 46px;
		font-size: 16px;
		text-align: center;
		float: left;
	}

	.AddressText {
		width: 86.7%;
		height: 46px;
		background-color: #ffffff;
		border: solid 1px #d7d7d7;
		color: #383431;
		line-height: 46px;
		font-size: 16px;
		text-align: left;
		text-indent: 1em;
		float: left;
	}

	.ObtainQuotationFlex label {
		color: #383431;
		line-height: 46px;
		font-size: 16px;
		text-align: center;
		float: left;
		margin-right: 14px;
	}

	.ObtainQuotationFlex label:last-child,
	.CollaborativeFlex:last-child,
	.IntegrateList .AboutLvanTagImg:nth-of-type(4n) {
		margin-right: 0;
	}

	.ObtainQuotationFlex label input {
		width: 12px;
		height: 12px;
		border: solid 1px #383431;
		vertical-align: middle;
		border-radius: 100%;
		margin-right: 6px;
	}

	.ObtainQuotationFlex label input:checked {
		background-image: url(../images/check.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		border: 0
	}

	.ObtainQuotationFlex:last-child .RoomTeas {
		width: 29%;
		margin-right: 10px;
		text-align: left;
		text-indent: 1em;
	}

	.SubmissionBtn {
		width: 25%;
		height: 48px;
		background-color: #313131;
		color: #fff;
		line-height: 48px;
		font-size: 16px;
		text-align: center;
		letter-spacing: 1px;
		float: right;
	}

	.CustomHome,
	.CustomizedHome,
	.CollaborativeCustomers,
	.LookingPartners .container {
		position: relative;
		overflow: hidden;
	}

	.CustomCont {
		position: relative;
		display: none;
	}

	.CustomHome .am_base,
	.HanexBrand .am_base,
	.CustomizedHome .am_base,
	.CollaborativeCustomers .am_base,
	.Crossover .am_base,
	.GlobalPartner .am_base {
		padding-top: 5%;
	}

	.CustomHome .am_base:before,
	.HanexBrand .am_base:before,
	.CustomizedHome .am_base:before,
	.CollaborativeCustomers .am_base:before,
	.Crossover .am_base::before,
	.GlobalPartner .am_base::before {
		content: '';
		width: 2px;
		height: 40px;
		background-color: #959595;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.am_base span {
		display: block;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		color: #383431;
		padding-top: 14px;
		padding-bottom: 40px;
	}

	.CustomHome:after {
		content: '';
		background-image: url(../images/img1.jpg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 300px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.CustomHomeTag {
		background-image: url(../images/img_bk.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		float: left;
		height: 300px;
		width: 66.1%;
		text-align: center;
		font-size: 22px;
		line-height: 36px;
		position: relative;
		z-index: 2;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.Por,
	.BaseNavImg img,
	.CollaborativeFlex img,
	.CooperativeContFlex img,
	.GlobalPartnerImg img {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		z-index: 2;
	}

	.CustomHomeTag img {
		width: 128px;
		height: 128px;
		border-radius: 100%;
		display: block;
		margin: 0px auto;
	}

	.CustomHomeTag h2,
	.W1290:last-child .CustomHomeTag h2 {
		text-align: center;
		color: #fff;
		margin: 10px auto 4px;
	}

	.CustomHomeTag:first-of-type h2 {
		color: #383431;
	}

	.CustomHomeTag:first-of-type p {
		color: rgba(56, 52, 49, 0.7);
	}

	.CustomHomeTag p,
	.W1290:last-child .CustomHomeTag p {
		color: rgba(255, 255, 255, 0.7);
	}

	.CustomHomeTag:nth-of-type(2) {
		background-image: url(../images/img_bk1.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 33.9%;
	}

	.CustomHomeTag:nth-of-type(3) {
		background-image: url(../images/img_bk2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		float: right;
	}

	.W1290 {
		width: 75.3%;
		float: left;
	}

	.W1290:last-child {
		width: 24.68%;
	}

	.W1290:last-child .CustomHomeTag {
		width: 100%;
		height: 600px;
		background-image: url(../images/img_bk3.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.HanexBrand .am_base span {
		padding-top: 55px;
		padding-bottom: 95px;
		color: #666;
	}

	.HanexBrand .am_base .brand_intro span {
		max-width: 1300px;
		display: block;
		margin: 0px auto;
	}

	.HanexBrand .am_base .brand_intro span p strong {
		font-weight: bold;
	}

	.HanexBrand {
		min-height: 860px;
		position: relative;
	}

	.HanexBrand:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background-image: url(../images/bk.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: -1;
	}

	.MoreData,
	.EncyclopediasTagR span {
		width: 148px;
		height: 48px;
		border: solid 1px rgba(0, 0, 0, 0.15);
		display: block;
		margin: 0px auto;
		background-image: url(../images/jt.png);
		background-size: 31px 10px;
		background-repeat: no-repeat;
		background-position: center;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	.MoreData:hover {
		border: solid 1px #f3d4a1;
		background-image: url(../images/jt_h.png);
		background-size: 31px 10px;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #f3d4a1;
	}

	.CustomizedHome {
		width: 100%;
		position: relative;
		background-color: #313131;
	}

	.CustomizedHome:before {
		content: '';
		background-image: url(../images/bk2.jpg);
		background-size: 100% 580px;
		background-repeat: no-repeat;
		background-position: bottom;
		height: 100%;
		position: absolute;
		left: -0px;
		top: 0;
		width: 5%;
		display: none;
		/* background-color: #fff; */
	}

	.CustomizedHome .am_base,
	.CustomizedHome .am_base h2,
	.BrandHonor .am_base h2,
	.ContactUs .am_base h2,
	.ContactUs .am_base,
	.CoresConstruction .am_base h2,
	.CoresConstruction .am_base,
	.BroadSpread .WholeHouseH,
	.BroadSpread .WholeHouseP {
		color: #fff;
	}

	.CustomizedHome .am_base:before,
	.CoresConstruction .am_base:before {
		content: '';
		background: #fff;
	}

	.CustomizedTab {
		text-align: center;
		width: 100%;
		font-size: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.CustomizedTab a {
		width: 148px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		text-align: center;
		color: #fff;
		border: solid 1px #ffffff;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}

	.CustomizedTab a:last-child,
	.VideoTag:nth-of-type(3n),
	.VideoCaseTag:nth-of-type(4n),
	.RecruiterFlexText:last-child,
	.RecruiterLabelSelect select:last-child,
	.Experiences .VideoCaseTag:last-child,
	.GuaranteeDiv .VideoCaseTag:last-child,
	.AdvantageTag:last-child,
	.LeadershipTag:last-child,
	.StrongHelpFlex:last-child,
	.ActiveSupport img:last-child,
	.LookingPartners .RecruiterFlexText:last-child {
		margin-right: 0;
	}

	.CustomizedTab a.active,
	.CustomizedSub a.active {
		background: #fff;
		color: #959595;
	}

	.CustomizedDiv {
		width: 100%;
		position: relative;
		overflow: hidden;
		height: 80%;
		display: none;
	}

	.CustomizedSub {
		width: 145px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.7);
		z-index: 2;
	}

	.CustomizedSub a {
		display: block;
		height: 50%;
		font-size: 18px;
		text-align: center;
		color: #fff;
		position: relative;
	}

	.CustomCont .swiper-container,
	.CustomCont .swiper-container .swiper-wrapper {
		width: 100%;
		height: 580px;
	}

	.CustomCont .swiper-container img {
		max-height: 580px;
		width: 100%;
	}

	.CustomCont .swiper-container .swiper-slide,
	.ContactUs .container {
		position: relative;
	}

	.CustomSlide {
		width: 25.2%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
		position: absolute;
		top: 0;
		right: 0;
	}

	.CustomSlide h2 {
		font-size: 24px;
		color: #fff;
		padding-left: 10%;
	}

	.CustomSlide p {
		width: 76%;
		font-size: 14px;
		line-height: 30px;
		/* display: block; */
		margin: 40px 0 0;
		color: #ffffff;
		padding-left: 10%;
	}

	.CustomCont .bx-controls-direction a.bx-prev {
		background-image: url(../images/next1_h.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 50px;
		height: 50px;
		z-index: 99;
	}

	.bx-controls-direction {
		font-size: 0;
	}

	.CustomCont .bx-controls-direction a.bx-next {
		background-image: url(../images/next_h.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 50px;
		height: 50px;
		z-index: 99;
	}

	/* Ã¥â€¦Â¨Ã©Æ’Â¨Ã¦Â¡Ë†Ã¤Â¾â€¹ */
	.TitNav {
		width: 100%;
		height: 60px;
		background-color: #f3f3f3;
	}

	.TitNav .container {
		color: #999;
		font-size: 14px;
		line-height: 60px;
		width: auto;
		padding: 0px 5%;
	}

	.TitNav a {
		font-size: 14px;
		color: #999;
		cursor: pointer;
		padding: 0px 5px;
	}

	.TitNav a.nor {
		color: #996c33;
	}

	.TitNav img {
		width: 16px;
		height: 16px;
		margin-right: 10px;
		vertical-align: middle;
	}

	.EngineeringCase {
		margin-top: 80px;
		margin-bottom: 120px;
	}

	.EngineeringCase .am_base {
		color: #333;
		margin-bottom: 60px;
	}

	.EngineeringCase .am_base h2 {
		color: #999;
	}

	.EngineeringCaseTag {
		float: left;
		margin-bottom: 40px;
		width: 548px;
		padding: 20px;
		height: 208px;
		background-color: #ffffff;
		border: solid 1px rgba(0, 0, 0, 0.1);
	}

	.EngineeringCaseTag:hover {
		border: solid 1px #f3d4a1;
	}

	.EngineeringCaseTag:nth-of-type(2n),
	.KitChenDiv1 .KitChenTag:nth-of-type(2n),
	.ProducUl .CustomHomeTag:nth-of-type(2n),
	.ServiceCenter:nth-of-type(2n),
	.JoinMessage input:nth-of-type(2n) {
		float: right;
	}

	.EngineeringCaseImg {
		width: 300px;
		height: 210px;
		overflow: hidden;
		float: left;
	}

	.EngineeringCaseImg img,
	.EncyclopediasTagImg img,
	.NoticeAnnouncementLImg img,
	.AboutLvanTagImg img,
	.AboutLvanTagImg1 img,
	.HanVisionImg img {
		width: 100%;
		height: 100%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.EngineeringCaseTag:hover .EngineeringCaseImg img,
	.EncyclopediasTag:hover .EncyclopediasTagImg img,
	.AboutLvanTagImg:hover img,
	.NoticeAnnouncementLImg:hover img,
	.AboutLvanTagImg1:hover img,
	.CustomHomeTag:hover img,
	.AdvantageTag:hover .ProductIntrotionImg img,
	.EngineeringTag:hover img,
	.EngineeringRImg:hover img,
	.LeadershipTag:hover .LeadershipTagImg img,
	.LeadingBrandTag:hover .LeadingBrandImg img,
	.VideoTag:hover .VideoImg img {
		transform: scale(1.02);
		-webkit-transition: scale(1.02);
		-ms-transition: scale(1.02);
		-mos-transition: scale(1.02);
	}

	.EngineeringCaseR {
		width: 242px;
		float: right;
		text-align: center;
		padding-top: 55px;
		height: 155px;
		overflow: hidden;
	}

	.EngineeringCaseR h2 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-size: 22px;
		line-height: 36px;
		color: #333333;
		overflow: hidden;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.EngineeringCaseR p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-size: 14px;
		line-height: 24px;
		color: #666;
		overflow: hidden;
	}

	.Loading {
		width: 148px;
		height: 48px;
		border: solid 1px rgba(0, 0, 0, 0.15);
		line-height: 48px;
		text-align: center;
		margin: 40px auto 0;
		color: #996c33;
		font-size: 14px;
		display: block;
		position: relative;
		overflow: hidden;
	}

	.Loading:before {
		content: "";
		display: block;
		width: 127%;
		height: 100%;
		position: absolute;
		left: -144%;
		top: 0;
		z-index: -1;
		background: #996c33;
		transition: .3s ease-in-out;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-ms-transition: .3s ease-in-out;
		transform: skewX(45deg);
		-webkit-transform: skewX(45deg);
		-moz-transform: skewX(45deg);
	}

	.Loading:hover:before {
		left: -17%;
		width: 133%;
	}

	.Loading:hover {
		color: #fff;
		border: solid 1px #996c33;
	}

	/* Ã¥Å½Â¨Ã¦Ë†Â¿Ã§â€ÂµÃ¥â„¢Â¨ */
	.BannerImg,
	.BannerImg img {
		width: 100%;
		position: relative;
	}

	.BaseNav {
		width: 100%;
		height: 140px;
		background-color: #ffffff;
		box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
	}

	.BaseNavTag {
		float: left;
		font-size: 16px;
		line-height: 30px;
		color: #666;
		padding-bottom: 27px;
		text-align: center;
		width: 25%;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.BaseNavTag h2 {
		font-size: 16px;
		line-height: 30px;
		position: relative;
		z-index: 5;
	}

	.BaseNavImg {
		width: 100%;
		position: relative;
		height: 38px;
		overflow: hidden;
		margin-top: 36px;
		margin-bottom: 10px;
		z-index: 2;
	}

	.BaseNavTag .ActiveHImg,
	.BaseNavTag:hover .ActiveImg,
	.BaseNavTag.active .ActiveImg,
	.VideoCaseTag .ActiveHImg,
	.ServiceCenter .ActiveHImg {
		display: none;
	}

	.BaseNavTag:hover,
	.BaseNavTag.active {
		color: #996c33;
	}

	.BaseNavTag:hover .ActiveHImg,
	.BaseNavTag.active .ActiveHImg,
	.VideoCaseTag:hover .ActiveHImg,
	.ServiceCenter:hover .ActiveHImg {
		display: block;
	}

	.BaseNavTag:before {
		content: '';
		width: 1px;
		height: 66px;
		background-color: rgba(191, 191, 191, 0.5);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		right: 0;
	}

	.BaseNavTag:last-child:before {
		content: '';
		width: 0;
		height: 0;
		background: transparent;
	}

	.KitChen {
		margin-top: 97px;
	}

	.ProductTit h2 {
		text-align: left;
		font-size: 16px;
		color: #333;
		float: left;
	}

	.ProductTit h2 i {
		font-size: 48px;
	}

	.ProductTit1 {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.SelectPY {
		min-width: 250px;
		height: 39px;
		background-color: #333333;
		line-height: 39px;
		color: #fff;
		font-size: 16px;
		padding: 0px 20px;
		background-image: url(../images/kind.png);
		background-size: 14px 7px;
		background-repeat: no-repeat;
		background-position: 96%;
		vertical-align: top;
		margin-right: 10px;
	}

	.SelectPY:nth-of-type(2n) {
		background: #fff;
		color: #333;
		border: 1px solid #333;
		background-image: url(../images/kind_h.png);
		background-size: 14px 7px;
		background-repeat: no-repeat;
		background-position: 96%;
	}

	.KitChenTag {
		width: 100%;
		height: 460px;
		background-color: #f3f3f3;
		display: block;
		margin-top: 30px;
	}

	.KitChenImg {
		width: 742px;
		height: 100%;
		position: relative;
		float: left;
	}

	.KitChenImg img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		top: 0;
	}

	.KitChenCont {
		width: 334px;
		float: left;
		color: #666;
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		padding-top: 110px;
	}

	.KitChenCont h2 {
		font-size: 30px;
		color: #333;
		margin-bottom: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.KitChenCont p {
		font-size: 36px;
		color: #333;
		margin-top: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.KitChenCont span {
		display: block;
		width: 148px;
		height: 38px;
		background-color: #1b1b1b;
		background-image: url(../images/jt_h.png);
		background-size: 31px 10px;
		background-repeat: no-repeat;
		background-position: center;
		margin: 70px auto 0;
	}

	.KitChenDiv1 {
		width: 585px;
		display: inline-block;
		vertical-align: top;
	}

	.KitChenDiv1t {
		width: 585px;
		display: inline-block;
		vertical-align: top;
		margin-left: 22px;
	}

	.KitChenDiv1 .KitChenTag,
	.KitChenDiv1t .KitChenTag {
		width: 585px;
		height: 780px;
		float: left;
	}

	.KitChenDiv1 .KitChenCont,
	.KitChenDiv1t .KitChenCont {
		width: 100%;
		float: none;
		padding-top: 80px;
	}

	.KitChenDiv1 .KitChenImg,
	.KitChenDiv1t .KitChenImg {
		width: 100%;
		height: 474px;
		float: none;
	}

	.KitChenDiv2 {
		margin-bottom: 20px;
	}

	.KitChenDiv2 .KitChenImg {
		float: right;
	}

	.KitChenDiv2 .KitChenCont {
		padding-left: 8%;
	}

	.ProducUl {
		/* padding-top: 80px; */
		margin-bottom: 120px;
		/* border-top: 1px dashed rgba(0, 0, 0, 0.3); */
		margin-top: 20px;
	}

	.ProducUl .CustomHomeTag {
		letter-spacing: 1px;
		color: #ffffff;
		font-size: 20px;
		width: 596px;
		height: 167px;
		background-image: none;
	}

	.ProducUl .CustomHomeTag img {
		width: 100%;
		height: 100%;
		border-radius: 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.ProducUl .CustomHomeTag h2 {
		font-size: 30px;
	}

	.ProducUl .CustomHomeTag:first-of-type p,
	.ProducUl .CustomHomeTag:first-of-type h2 {
		color: #ffffff;
	}

	.ProducUl .Por,
	.NoticeAnnouncementLImg .Por,
	.InitialTechnologyTag .Por,
	.content-slide .Por,
	.ContactFlex .Por,
	.CustomSlide .Por,
	.AboutLvanTagImg .Por,
	.AboutLvanTagImg1 .Por {
		width: 100%;
	}

	.AboutLvanTagImg .Por,
	.AboutLvanTagImg1 .Por,
	.NoticeAnnouncementLImg .Por {
		transform: translate(-50%, 1500%);
		-webkit-transform: translatex(-50%, 1500%);
		-moz-transform: translatex(-50%, 1500%);
		-ms-transform: translatex(-50%, 1500%);
		opacity: 0;
	}

	/* 	.AboutLvanTagImg .Por{
		height: 100%;
		background: rgba(0,0,0,0.8);
	} */
	.ProducUl .CustomHomeTag:last-child h2 {
		color: #333;
	}

	.ProducUl .CustomHomeTag:last-child p {
		color: #996c33;
	}

	/* Ã©Å¸Â©Ã¤Â¸Â½Ã¨Â§â€ Ã¥Â±Â */
	.propagandist_vid #vidt {
		z-index: 999;
		width: 450px;
		height: 450px;
		margin: 0px auto;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		background: rgba(0, 0, 0, 0.9);
		display: none;
	}

	.VideoCont {
		margin-top: 120px;
		margin-bottom: 60px;
		padding-bottom: 60px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		font-size: 14px;
		color: #999;
		line-height: 30px;
		text-align: center;
	}

	.video_panel {
		width: 100%;
		height: 620px;
		position: relative;
	}

	.video_panel img,
	.VideoImg img,
	.BusinessNewsDivImg img,
	.KnowLifeImg img,
	.EngineeringTag img,
	.EngineeringRImg img,
	.ProductIntrotionImg img,
	.IntroductionImg img,
	.LeadershipTagImg img,
	.LeadingBrandImg img {
		width: 100%;
		height: 100%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.video_panel .play {
		background: url(../images/video.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 82px;
		height: 82px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		cursor: pointer;
	}

	.vid {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}

	.VideoCont h2 {
		font-size: 24px;
		letter-spacing: 1px;
		color: #1b1b1b;
		margin-top: 45px;
		margin-bottom: 15px;
	}

	.VideoTag {
		float: left;
		width: 380px;
		height: 240px;
		margin-bottom: 30px;
		margin-right: 30px;
		cursor: pointer;
	}

	.VideoImg {
		position: relative;
		width: 380px;
		height: 240px;
		overflow: hidden;
	}

	.VideoImg .Center {
		background: rgba(0, 0, 0, 0.7);
		width: 100%;
		height: 100%;
		position: absolute;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}

	.VideoTag:hover .VideoImg .Center {
		transform: translateY(-240px);
		-webkit-transform: translateY(-240px);
		-moz-transform: translateY(-240px);
		-ms-transform: translateY(-240px);
	}

	.VideoImg .Center h2 {
		text-align: center;
		font-size: 18px;
		line-height: 32px;
		color: #ffffff;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		width: 200px;
		margin: 40px auto 15px;
	}

	.VideoImg .Center span {
		background: url(../images/video.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 82px;
		height: 82px;
		display: block;
		margin: 0px auto;
	}

	.VideoCase {
		margin-top: 50px;
		margin-bottom: 100px;
	}

	.VideoCaseTag {
		width: 280px;
		height: 110px;
		border-radius: 5px;
		border: solid 1px #e5e5e5;
		float: left;
		margin-right: 24px;
		font-size: 16px;
		line-height: 28px;
		color: #666;
		text-align: center;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.VideoCaseTag .BaseNavImg {
		margin-top: 20px;
	}

	.VideoCaseTag:hover {
		color: #fff;
		background-color: #1b1b1b;
		border: solid 1px #1b1b1b;
	}

	/* Ã§Â»ÂÃ©â€â‚¬Ã¥â€¢â€  */
	.BannerImg .OtherSearch {
		width: 800px;
		height: 52px;
		border-radius: 26px;
		border: solid 2px rgba(255, 255, 255, 0.5);
		float: none;
		padding: 0px 40px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.BannerImg .OtherSearch .SearchBtn {
		margin-top: 17px;
		float: right;
	}

	.BannerImg .SearchText {
		height: 52px;
		line-height: 52px;
		font-size: 18px;
		color: #fff;
		width: 93%;
		float: left;
	}

	.Distributor {
		background: #f3f3f3;
		padding-bottom: 100px;
	}

	.DistributorNav {
		float: left;
		width: 120px;
		min-height: 940px;
		background-color: #1b1b1b;
		position: relative;
		top: -100px;
		padding: 30px 40px;
	}

	.DistributorNav a {
		display: block;
		font-size: 16px;
		text-align: center;
		padding: 20px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		color: #fff;
	}

	.DistributorNav a.nor {
		color: #f3d4a1;
	}

	.DistributorDiv {
		padding: 20px 50px 62px;
		background: #fff;
		float: right;
		width: 900px;
		position: relative;
		top: -100px;
		min-height: 888px;
	}

	.DistributorDivH {
		font-size: 20px;
		padding: 30px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		color: #1b1b1b;
	}

	.FilesTag {
		display: block;
		border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
		padding: 16px 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.FilesTag:hover .FilesTagH {
		transform: translateX(15px);
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		color: #f3d4a1;
	}

	.FilesTagH {
		font-size: 16px;
		color: #666;
		width: 77%;
		float: left;
		line-height: 38px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		position: relative;
		padding-left: 30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;

	}

	.FilesTagH:before {
		content: '';
		width: 10px;
		height: 10px;
		border-radius: 100%;
		background: #666;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	.FilesTag span {
		float: right;
		width: 148px;
		height: 38px;
		background-color: #1b1b1b;
		line-height: 38px;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
	}

	/* Ã¨Â¯Â¦Ã¦Æ’â€¦ */
	.DetailsCont {
		margin: 120px auto 125px;
	}

	.designer_news.DetailsCont {
		margin-top: 30px;
	}

	.DetailsContL {
		float: left;
		width: 820px;
	}

	.designer_news .DetailsContL,
	.designer_detail .DetailsContL {
		float: none;
		width: 100%;
	}

	.NewTitle {
		font-size: 30px;
		color: #333;
		margin-bottom: 25px;
	}

	.NewTime {
		font-size: 14px;
		color: #999;
	}

	.NewInfo {
		padding: 20px 0 0;
		border-top: 1px solid #e5e5e5;
		margin: 20px 0 0;
	}

	.NewInfo p {
		text-align: left;
		font-size: 14px;
		color: #999;
		line-height: 28px;
		margin-bottom: 15px;
	}

	/* 	.NewInfo p a {
		color: #996c33;
	} */

	.NewInfo p img {
		max-width: 100%;
		text-align: center;
		margin: 40px auto 10px;
	}

	.DetailsContR {
		float: right;
		width: 300px;
	}

	.DetailsContR h2 {
		color: #333333;
		font-size: 20px;
	}

	.DetailsContR h2 a {
		float: right;
		font-size: 16px;
		color: #999;
	}

	.BusinessNewsDiv {
		background-color: #f3f3f3;
		width: 100%;
		margin-top: 20px;
	}

	.BusinessNewsDivImg {
		width: 100%;
		overflow: hidden;
		height: 160px;
	}

	.BusinessNewsCont {
		padding-top: 30px;
		padding-left: 14px;
		margin-bottom: 40px;
		padding-right: 6px;
	}

	.BusinessNewsCont a {
		color: #666;
		line-height: 26px;
		font-size: 14px;
		display: block;
		padding-bottom: 10px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.BusinessNewsCont a:hover {
		color: #996c33;
		transform: translateX(3px);
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
		-ms-transform: translateX(3px);
	}

	.EncyclopediasTag {
		display: block;
		padding: 50px 0;
		border-bottom: dashed 1px rgba(0, 0, 0, 0.5);
	}

	.EncyclopediasTagImg {
		width: 300px;
		height: 220px;
		overflow: hidden;
		float: left;
	}

	.EncyclopediasTagR {
		width: 476px;
		float: right;
		height: 220px;
		overflow: hidden;
	}

	.designer_news .EncyclopediasTagR {
		width: 855px;
	}

	.EncyclopediasTagR h2 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-size: 20px;
		line-height: 36px;
		color: #333333;
		overflow: hidden;
		font-weight: bold;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.EncyclopediasTagR h3 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-size: 14px;
		line-height: 20px;
		color: #999;
		overflow: hidden;
		margin: 10px 0;
	}

	.EncyclopediasTagR p {
		font-size: 14px;
		line-height: 24px;
		color: #999;
		height: 92px;
		overflow: hidden;
		margin-bottom: 13px;
	}

	.EncyclopediasTagR span {
		background-color: #1b1b1b;
		border: 0px;
		background-image: url(../images/jt_h.png);
		background-size: 31px 10px;
		background-repeat: no-repeat;
		background-position: center;
		height: 38px;
		margin: 0;
	}

	.DetailsFlex .video_panel {
		height: 160px;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.DetailsFlex .video_panel .play {
		background: url(../images/play.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 60px;
		height: 60px;
	}

	.ServiceCenter {
		width: 145px;
		height: 48px;
		background-color: #ffffff;
		border: solid 1px #e5e5e5;
		float: left;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 48px;
		color: #999;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.ServiceCenter .BaseNavImg {
		height: 48px;
		width: 36px;
		margin: 0px 0px 0px 16px;
		float: left;
	}

	.ServiceCenter:hover {
		background-color: #777777;
		color: #fff;
		border: solid 1px #777777;
	}

	.JoinMessage {
		margin-bottom: 10px;
	}

	.JoinMessage input,
	.JoinMessage textarea {
		width: 142px;
		height: 48px;
		background-color: #ffffff;
		border: solid 1px #e5e5e5;
		color: #999;
		line-height: 48px;
		font-size: 14px;
		text-indent: 1em;
		float: left;
	}

	.JoinMessage:nth-of-type(2n) input {
		width: 100%;
	}

	.JoinMessage textarea {
		width: 100%;
		height: 120px;
		line-height: 28px;
	}

	.JoinMessageBtn {
		width: 100%;
		height: 48px;
		background-color: #777777;
		color: #fff;
		line-height: 48px;
		font-size: 14px;
		text-align: center;
	}

	/* Ã¦â€¢Â´Ã¤Â½â€œÃ¦Â©Â±Ã¦Å¸Å“ */
	.Integrated .am_base {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.Integrated .am_base h2 {
		margin-bottom: 0;
	}

	.NoticeAnnouncementL,
	.NoticeAnnouncementR {
		float: left;
		width: 50%;
		height: 830px;
	}

	.NoticeAnnouncementR {
		float: right;
		width: 49.5%;
	}

	.NoticeAnnouncementLImg {
		width: 100%;
		height: 830px;
		overflow: hidden;
		position: relative;
	}

	.NoticeAnnouncementLImg h2,
	.AboutLvanTagImg h2,
	.AboutLvanTagImg1 h2 {
		font-size: 18px;
		color: #fff;
		margin-bottom: 3px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		padding-left: 80px;
	}

	.NoticeAnnouncementLImg p,
	.AboutLvanTagImg p,
	.AboutLvanTagImg1 p {
		font-size: 15px;
		color: #fff;
		line-height: 26px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		padding-left: 80px;
		max-width: 200px;
	}

	.AboutLvanTagImg1 p {
		max-width: 100%;
	}

	.IntegrateList .AboutLvanTagImg h2 {
		font-size: 22px;
		padding-left: 20px;
	}

	.IntegrateList .AboutLvanTagImg p {
		font-size: 15px;
		line-height: 22px;
		padding-left: 20px;
		max-width: 77%;
	}

	.AboutLvanTagImg {
		width: 49.8%;
		height: 410px;
		overflow: hidden;
		position: relative;
		float: left;
	}

	.AboutLvanTagImg:hover .Por,
	.AboutLvanTagImg1:hover .Por,
	.NoticeAnnouncementL:hover .NoticeAnnouncementLImg .Por {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		opacity: 1;
	}

	.NoticeCont {
		float: right;
		width: 49.8%;
		height: 410px;
		background-color: #1b1b1b;
		font-size: 14px;
		line-height: 32px;
		text-align: center;
		color: #fff;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.NoticeCont:before {
		content: '';
		background: #f3d4a1;
		width: 100%;
		height: 100%;
		transform: scale3d(0, 1, 0);
		transform-origin: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		transition: all .3s ease .1s;
		-webkit-transition: all .3s ease .1s;
		-moz-transition: all .3s ease .1s;
		-ms-transition: all .3s ease .1s;
	}

	.NoticeCont:hover:before {
		opacity: 1;
		transform: scale3d(1, 1, 1);
		background-color: #f3d4a1;
	}

	.NoticeCont img {
		width: 80px;
		height: 80px;
		display: block;
		margin: 0px auto 40px;
	}

	.NoticeCont h2 {
		font-size: 24px;
	}

	.AboutLvanTagImg1 {
		height: 410px;
		margin-top: 10px;
		display: block;
		overflow: hidden;
		position: relative;
	}

	.IntegratedUl .CustomHomeTag {
		width: 49.85%;
		overflow: hidden;
		height: 240px;
	}

	.IntegratedUl .CustomHomeTag:last-child p,
	.IntegratedUl .CustomHomeTag:last-child h2 {
		color: #fff;
	}

	.IntegrateList {
		width: 100%;
		margin: 80px auto;
	}

	.IntegrateList .AboutLvanTagImg {
		width: 260px;
		height: 253px;
		margin-right: 53px;
		margin-bottom: 40px;
	}

	/* Ã©Å¸Â©Ã¤Â¸Â½Ã¥â€œÂÃ§â€°Å’ */
	.HanVision {
		font-size: 14px;
		text-align: center;
		line-height: 28px;
		color: #999;
		padding-top: 98px;
	}

	.HanVision .HanVisionP {
		max-width: 1200px;
		display: block;
		margin: 0px auto;
	}

	.HanVisionH {
		font-size: 18px;
		text-align: center;
		color: #333333;
		margin-bottom: 10px;
	}

	.HanVisionCont {
		width: 100%;
		height: 820px;
		background-color: #777777;
		margin-top: 127px;
	}

	.HanVisionImg {
		float: left;
		width: 50%;
		height: 820px;
	}

	.HanVisionSub {
		width: 50%;
		position: absolute;
		height: 820px;
	}

	.HanVisionTab {
		width: 220px;
		height: 165px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		right: 0;
		z-index: 50;
	}

	.HanVisionTab a {
		display: block;
		background-color: #1b1b1b;
		height: 80px;
		line-height: 80px;
		margin-bottom: 5px;
		font-size: 20px;
		color: #fff;
		text-align: center;
	}

	.HanVisionTab a img {
		vertical-align: middle;
		margin-left: 5px;
		margin-right: 10px;
		width: auto;
		height: auto;
	}

	.HanVisionTab a.nor,
	.QualityTab a.nor {
		background-color: #cfa972;
	}

	.HanVisionR {
		float: right;
		width: 50%;
		height: 820px;
		position: relative;
	}

	.HanVisionRH {
		font-size: 160px;
		color: rgba(255, 255, 255, 0.05);
		line-height: 100px;
		text-align: center;
	}

	.HanVisionRHt {
		font-size: 36px;
		color: #cfa972;
	}

	.HanVisionR h3 {
		letter-spacing: 1px;
		font-size: 24px;
		color: #cfa972;
		position: relative;
		margin-top: 20px;
		padding-bottom: 50px;
		text-align: center;
	}

	.HanVisionR h3:after {
		content: '';
		width: 73px;
		height: 1px;
		position: absolute;
		border-bottom: 1px dashed rgba(255, 254, 254, 0.3);
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.HanVisionR p {
		max-width: 100%;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		display: block;
		margin: 50px auto 0;
		color: #ffffff;
	}

	.InitialTechnology,
	.DesignService {
		width: 100%;
		position: relative;
		background: #fff;
		padding-bottom: 88px;
	}

	.InitialTechnology {
		padding-bottom: 20px;
	}

	.InitialTechnologyBk {
		width: 100%;
		position: absolute;
		top: 0;
		height: 100%;
		left: 0;
	}

	.InitialTechnology .InitialTechnologyBk {
		height: 560px;
	}

	.DesignService .InitialTechnologyBk {
		height: auto;
	}

	.InitialTechnologyH {
		font-size: 32px;
		letter-spacing: 2px;
		text-align: center;
		padding-top: 120px;
		color: #ffffff;
		position: relative;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.InitialTechnologyHt {
		font-size: 28px;
		text-align: center;
		padding-top: 10px;
		color: #ffffff;
		position: relative;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.InitialTechnologySub {
		margin-top: 82px;
		padding-bottom: 100px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		position: relative;
	}

	.InitialTechnologySub:before,
	.InvestmentAdvantage .InitialTechnologyBk:before {
		content: '';
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #fff;
		width: 0px;
		height: 0px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%) rotate(180deg);
		-webkit-transform: translateX(-50%) rotate(180deg);
		-moz-transform: translateX(-50%) rotate(180deg);
		-ms-transform: translateX(-50%) rotate(180deg);
		z-index: 1;
	}

	.IntellectualStrength .InitialTechnologyBk:before {
		content: '';
		border: 0;
	}

	.InitialTechnologyTag {
		float: left;
		background-image: url(../images/border.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 148px;
		height: 148px;
		position: relative;
		text-align: center;
		color: #fff;
		font-size: 16px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.InitialTechnologyTag:hover {
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
	}

	.InitialTechnologyTag h2 {
		font-size: 48px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		line-height: 52px;
	}

	.InitialTechnologyTag p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}


	.OriginalProduct h2 {
		color: #996c33;
		font-size: 24px;
		padding-top: 60px;
		padding-bottom: 35px;
	}

	.OriginalProductFlex {
		float: left;
		width: 33.3%;
		text-align: left;
		font-size: 16px;
		line-height: 36px;
		color: #666666;
	}

	.BrandHonor,
	.LookingPartners {
		width: 100%;
		min-height: 820px;
		position: relative;
		background-color: #000000;
	}

	.BrandHonor .am_base {
		padding-top: 120px;
		color: #fff;
		position: relative;
		text-align: left;
	}

	.BrandHistory .am_base {
		padding-top: 80px;
	}

	.AddBrandHistory {
		position: relative;
		min-height: 820px;
	}

	.DevelopDevice {
		width: 100%;
		height: 445px;
		position: relative;
		top: 190px;
		margin-top: 80px;
	}

	.DevelopDevice .arrow-left {
		background: url(../images/next.png) no-repeat left top;
		position: absolute;
		left: 0;
		top: 45%;
		width: 40px;
		height: 40px;
	}

	.DevelopDevice .arrow-right {
		background: url(../images/next.png) no-repeat left bottom;
		position: absolute;
		right: 0;
		top: 45%;
		width: 40px;
		height: 40px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-mz-transform: rotate(180deg);
	}

	.DevelopContainer {
		width: 1050px;
		height: 100%;
		position: relative;
		font-size: 13px;
		line-height: 25px;
		color: #333;
	}

	.DevelopContainer .content-slide {
		width: 100%;
		height: 160px;
		/* background-color: #ffffff; */
		position: relative;
	}

	.DevelopContainer .content-slide:hover {
		/* background-color: #cfa972;
		color: #fff; */
	}

	/* .DevelopContainer .content-slide:before {
		content: '';
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #fff;
		width: 0px;
		height: 0px;
		position: absolute;
		bottom: -7%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	} */

	/* .DevelopContainer .content-slide:hover:before {
		content: '';
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #cfa972;
	} */

	.DevelopContainer .content-slide h2 {
		font-size: 28px;
		margin-bottom: 4px;
		margin-left: 14px;
		color: #f3d4a1;
	}

	.DevelopContainer .content-slide p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		margin-left: 14px;
		color: #fff;
		margin-right: 10px;
	}

	.DevelopDevice:after {
		content: '';
		width: 1050px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 220px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.DevelopContainer .content-slideB:before {
		content: '';
		transform: translateX(-50%) rotate(180deg);
		-webkit-transform: translateX(-50%) rotate(180deg);
		-moz-transform: translateX(-50%) rotate(180deg);
		-ms-transform: translateX(-50%) rotate(180deg);
		bottom: inherit;
		top: -7%;
	}

	.DevelopContainer .content-slideB {
		margin-top: 162%;
	}

	.DevelopContainer .content-slide:after {
		content: '';
		background-image: url(../images/border1.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		width: 24px;
		height: 24px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		top: 209px;
		background-color: transparent;
		z-index: 2;
	}

	.DevelopContainer .content-slide:hover:after {
		content: '';
		background-image: url(../images/border1_h.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}

	.DevelopContainer .content-slideB:after {
		content: '';
		top: -46%;
	}

	.BrandHonorSub h3 {
		font-size: 20px;
		line-height: 30px;
		color: #cfa972;
		margin-top: 40px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.BrandHonorSub p {
		font-size: 14px;
		color: #fffffe;
		line-height: 24px;
	}

	.BrandHonorSwiper {
		height: 580px;
		width: 97%;
	}

	.BrandHonorSwiper img {
		width: 383px;
		height: 542px;
	}

	.pagination {
		position: absolute;
		z-index: 20;
		width: 100%;
		bottom: 10px;
		border-top: 1px solid #fff;
		display: inline-block;
		font-size: 0;
		vertical-align: top;
	}

	/* .pagination:after {
			content: '';
			width: 100%;
			height: 1px;
			background: #fff;
			position: absolute;
			bottom: 0;
			left: 0;
		} */

	.swiper-pagination-switch {
		cursor: pointer;
		position: relative;
		width: 33.3%;
		float: left;
		height: 1px;
	}

	.swiper-active-switch:after {
		content: '';
		width: 80px;
		height: 6px;
		position: absolute;
		top: -4px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		background-color: #cfa972;
		z-index: 12;
	}

	/* Ã¦Å“ÂÃ¥Å Â¡Ã§Ââ€ Ã¥Â¿Âµ */
	.ContactUs {
		width: 100%;
		position: relative;
		background-color: #1b1b1b;
		padding: 100px 0;
		/* min-height: 880px; */
		/* margin-bottom: 80px; */
	}

	.ServiceProvice {
		width: 100%;
		height: 40px;
		margin: 60px 0 50px;
		text-align: center;
		font-size: 0;
	}

	.ServiceProvice select {
		width: 240px;
		display: inline-block;
		vertical-align: top;
		height: 40px;
		line-height: 40px;
		color: #fff;
		font-size: 16px;
		padding: 0px 15px;
		background-image: url(../images/select1.png);
		background-size: 13px 7px;
		background-repeat: no-repeat;
		background-position: 208px;
		border: solid 1px rgba(255, 255, 255, 0.5);
	}

	.ServiceProvice select:last-child {
		margin-left: 10px;
	}

	.ServiceContact {
		height: 540px;
		background-color: #f3f3f3;
	}

	.map {
		width: 73.3%;
		height: 100%;
		position: relative;
		float: left;
	}

	#allmap {
		width: 100%;
		height: 100%;
	}

	.ServiceSlider {
		float: right;
		width: 26.6%;
		border-left: solid 1px #e5e5e5;
		height: 100%;
		overflow: hidden;
		position: relative;
	}

	.ServiceSlider .swiper-container {
		height: 400px;
		margin-top: 40px;
	}

	.ServiceSliderFlex {
		border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
		padding: 13px 0px;
		width: 241px;
		display: block;
		margin: 0px auto;
	}

	.ServiceSlider .swiper-slide {
		height: auto !important;
	}

	.ServiceSliderFlex h3 {
		font-size: 18px;
		color: #333;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		font-weight: bold;
	}

	.ServiceSliderFlex h3 img {
		vertical-align: middle;
		margin-right: 10px;
	}

	.ServiceSliderFlex p {
		font-size: 14px;
		line-height: 22px;
		color: #999;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin-top: 6px;
	}

	.ServiceSlider .arrow-left {
		background: url(../images/jt.png) no-repeat center;
		position: absolute;
		left: 40px;
		bottom: 27px;
		width: 31px;
		height: 10px;
		cursor: pointer;
		z-index: 50;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}

	.ServiceSlider .arrow-right {
		background: url(../images/jt.png) no-repeat center;
		position: absolute;
		right: 40px;
		bottom: 27px;
		width: 31px;
		height: 10px;
		cursor: pointer;
		z-index: 50;
	}

	.Contact {
		margin-top: 60px;
		height: 120px;
		background-color: #1b1b1b;
	}

	.ContactFlex {
		float: left;
		width: 33.3%;
		position: relative;
		text-align: center;
		height: 120px;
	}

	.ContactFlexImg {
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
		position: relative;
		height: 36px;
	}

	.ContactFlex h2 {
		font-size: 16px;
		text-align: left;
		color: #fff;
		line-height: 28px;
		display: inline-block;
		vertical-align: middle;
	}

	.ContactFlex h2 i {
		display: block;
	}

	.ContactFlex:after {
		content: '';
		width: 1px;
		height: 42px;
		background-color: #514635;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	.ContactFlex:last-child:after {
		width: 0;
		height: 0;
		content: '';
	}

	.SecurityCheck {
		background-color: #f3f3f3;
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.OtherP {
		font-size: 14px;
		text-align: center;
		margin: 42px 0;
		line-height: 30px;
		color: #999999;
	}

	.RecruiterFlexText {
		width: 350px;
		height: 45px;
		background-color: #ffffff;
		line-height: 45px;
		font-size: 14px;
		float: left;
		color: #666;
		padding: 0px 20px;
		margin-right: 15px;
	}

	.RecruiterFlexSub {
		margin-bottom: 15px;
		width: 100%;
	}

	.RecruiterLabel h3 {
		line-height: 45px;
		font-size: 14px;
		color: #666;
		float: left;
		margin-right: 20px;
	}

	.RecruiterLabel label {
		line-height: 45px;
		font-size: 14px;
		color: #666;
		margin-right: 20px;
		vertical-align: top;
		font-weight: normal;
	}

	.RecruiterLabel label input {
		width: 18px;
		height: 18px;
		border: solid 1px #b9b9b9;
		border-radius: 50%;
		margin: 0px 10px 0px 0px;
		vertical-align: middle;
	}

	.RecruiterLabel label input:checked {
		background: #7e7e7e;
	}

	.RecruiterLabelSelect select {
		float: left;
		margin-right: 15px;
		width: 255px;
		height: 45px;
		background-color: #ffffff;
		color: #666;
		line-height: 45px;
		background-image: url(../images/select.png);
		background-size: 10px 8px;
		background-repeat: no-repeat;
		background-position: 228px;
		font-size: 14px;
		padding: 0px 20px;
	}

	.RecruiterFlexSub1 .RecruiterFlexText {
		width: 552px;
	}

	.RecruiterFlexSub textarea {
		width: 1160px;
		height: 100px;
		background-color: #ffffff;
		line-height: 32px;
		font-size: 14px;
		float: left;
		color: #666;
		padding: 10px 20px;
	}

	.TrueBtn,
	.FreeBtn {
		width: 185px;
		height: 48px;
		background-color: #cfa972;
		color: #ffffff;
		font-size: 16px;
		line-height: 48px;
		text-align: center;
		display: block;
		margin: 40px auto 0;
	}

	.Appointment {
		margin: 100px auto 0;
	}

	#page2,
	#page3 {
		padding-bottom: 100px;
	}

	#page3 {
		/* background-color: #f3f3f3; */
	}

	.AppointmentL {
		float: left;
		width: 42.3%;
	}

	.AppointmentL .am_base,
	.AppointmentL .am_base h2 {
		color: #1b1b1b;
		text-align: left;
	}

	.AppointmentFlex {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 30px;
		color: #333333;
	}

	.AppointmentFlex h2 {
		font-size: 18px;
		line-height: 30px;
		color: #333333;
	}

	.AppointmentFlex input {
		width: 100%;
		height: 45px;
		font-size: 14px;
		line-height: 45px;
		color: #999;
		background-color: rgba(27, 27, 27, 0.1);
		display: block;
		margin-top: 10px;
		text-indent: 1em;
	}

	.FreeBtn {
		margin: 40px 0 0;
	}

	.AppointmentImg {
		max-width: 560px;
		float: right;
	}

	.DesignService {
		min-height: 660px;
		padding-bottom: 0;
		padding-top: 100px;
	}

	.DesignService h2 {
		font-size: 30px;
		line-height: 48px;
		text-align: center;
		color: #fff;
		position: relative;
		margin-bottom: 30px;
	}

	.DesignService h2 i {
		color: #cfa972;
	}

	.DesignService p {
		width: 490px;
		font-size: 14px;
		line-height: 26px;
		color: rgba(255, 255, 255, 0.7);
		display: block;
		margin: 0px auto;
		text-align: center;
		position: relative;
	}

	.DesignServiceCont {
		padding: 60px 60px 72px 60px;
		margin-top: 75px;
		background-color: #ffffff;
		position: relative;
		box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.05);
	}

	.DesignServiceCont .RecruiterFlexText {
		color: #999999;
		border: solid 1px rgba(0, 0, 0, 0.12);
		width: 28.5%;
	}

	.DesignServiceCont .RecruiterFlexSub textarea {
		height: 180px;
		width: 96.2%;
		border: solid 1px rgba(0, 0, 0, 0.12);
	}

	.KnowLife {
		margin: 120px auto 110px;
		background: #fff;
	}

	.Experiences {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		margin: 60px auto 0;
	}

	.Experiences .VideoCaseTag {
		width: 224px;
		height: 160px;
		background-color: #f3f3f3;
		border: 0;
		border-radius: 0;
		margin-right: 20px;
		font-size: 18px;
		color: #1b1b1b;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.Experiences .BaseNavImg {
		margin-top: 17px;
		height: 82px;
		margin-bottom: 0;
	}

	.KnowLifeCont {
		height: 512px;
		background-color: #f3f3f3;
		width: 100%;
		font-size: 14px;
		line-height: 30px;
		color: #ffffff;
		margin-bottom: 120px;
	}

	.KnowLifeSub .KnowLifeImg {
		display: none;
	}

	.KnowLifeImg {
		float: right;
		width: 66.7%;
		height: 100%;
		position: relative;
	}

	.KnowLifeImg .Por {
		top: inherit;
		bottom: 0;
		width: 80%;
		transform: translate(-50%, -22%);
		-webkit-transform: translate(-50%, -22%);
		-ms-transform: translate(-50%, -22%);
		-moz-transform: translate(-50%, -22%);
	}

	.KnowLifeSub .KnowLifeImg {
		display: none;
	}

	.KnowLifeContL {
		float: left;
		width: 33.3%;
	}

	.KnowLifeTag {
		width: 100%;
		height: 115px;
		border-bottom: 1px solid #fff;
		position: relative;
		font-size: 18px;
		letter-spacing: 1px;
		color: #1b1b1b;
		padding-top: 55px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		cursor: pointer;
	}

	.KnowLifeTag h2 {
		font-size: 22px;
		color: #999999;
		margin-bottom: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		padding-left: 35px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.KnowLifeTag p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		padding-left: 35px;
	}

	.KnowLifeTag img {
		max-width: 124px;
		height: 89px;
		position: absolute;
		right: 38px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}


	.KnowLifeTag.active {
		background-color: #d0a972;
		color: #fff;
		width: 100%;
		z-index: 2;
		border: 0;
	}


	.KnowLifeTag.active h2 {
		color: #fff;
	}

	/* äººåŠ›èµ„æº */
	.ServiceProvices {
		width: 100%;
		height: 60px;
		overflow: hidden;
		background-color: #f3f3f3;
		margin-top: 60px;
		margin-bottom: 40px;
	}

	.ServiceProvices select,
	.ServiceProviceText {
		width: 300px;
		float: left;
		height: 60px;
		line-height: 60px;
		color: #1f1a17;
		font-size: 16px;
		padding: 0px 20px;
		background-image: url(../images/select2.png);
		background-size: 13px 7px;
		background-repeat: no-repeat;
		background-position: 245px;
	}

	.ServiceProviceBtn {
		background-image: url(../images/search1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right;
		width: 18px;
		height: 18px;
		float: right;
		margin-right: 20px;
		margin-top: 20px;
	}

	.PengyouRecruitmentTag {
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
		padding: 30px 0px;
		display: block;
	}

	.PengyouRecruitmentCont {
		cursor: pointer;
	}

	.RecruitSub .PengyouRecruitmentCont h2 {
		font-size: 20px;
		color: #1f1a17;
		line-height: 28px;
	}

	.RecruitSub .PengyouRecruitmentCont h2 i {
		font-size: 14px;
		color: #999;
		float: right;
	}

	.PengyouRecruitmentDown {
		font-size: 14px;
		line-height: 24px;
		display: none;
		color: #999;
		margin-top: 20px;
		background-color: #f3f3f3;
		padding: 50px 40px;
	}

	.RecruitSub .PengyouRecruitmentDown h2 {
		line-height: 30px;
		font-size: 16px;
		color: #333333;
	}

	.RecruitCont {
		display: block;
		margin-top: 25px;
	}

	.RecruitSub h3 {
		line-height: 30px;
		font-size: 18px;
		color: #1f1a17;
		font-weight: bold;
		margin-bottom: 6px;
	}

	.RecruitSub .EncyclopediaBtn {
		width: 160px;
		height: 45px;
		line-height: 45px;
		background-color: #1f1a17;
		font-size: 16px;
		text-align: center;
		color: #fff;
		display: block;
		margin: 40px 0 0;
	}

	.HumanResources {
		margin-bottom: 100px;
		margin-top: 100px;
	}

	.IntellectualStrength .CoresSub {
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		padding: 50px 0;
	}

	.zp_top_text {
		color: #666;
		line-height: 24px;
		text-align: center;
		font-size: 14px;
		padding: 0 100px;
		margin: 30px 0;
	}

	.zp_btn_look {
		background: #cccccc;
		width: 119px;
		height: 34px;
		display: block;
		margin: 30px auto;
		text-align: center;
		line-height: 34px;
		color: #fff;
		font-size: 12px;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	.zp_btn_look:hover {
		background: #f3d4a1;
	}

	.index_title {
		font-size: 22px;
		text-align: center;
		color: #f3d4a1;
		padding: 55px 0 30px;
	}

	.index_title p {
		font-size: 14px;
		color: #aaa;
		display: block;
		margin-top: 5px;
	}

	.zp_icon_box {
		background: #f3f3f3;
		height: 280px;
		min-width: 1100px;
		width: 100%;
	}

	.zp_icon_box li {
		width: 277px;
		float: left;
		text-align: center;
		line-height: 22px;
		color: #666;
		padding: 57px 65px 0 31px
	}

	.zp_icon_box li .t1 {
		font-size: 18px;
		color: #f3d4a1;
		padding: 10px 0
	}

	.zp_icon_box li a {
		color: #666;
		text-decoration: underline
	}

	.zp_icon_box li a:hover {
		color: #f3d4a1;
	}

	.zp_icon_box li .t2 {
		font-size: 13px
	}

	/* Ã¥Â·Â¥Ã§Â¨â€¹Ã©Â¡Â¹Ã§â€ºÂ® */
	.CollaborativeCustomers .am_base {
		margin-bottom: 80px;
	}

	.CollaborativeCustomers .am_base:before {
		background-color: #dddddd;
	}

	.CollaborativeCustomersImg {
		width: 100%;
		display: block;
		margin: 0 auto 120px;
	}

	.CollaborativeCenter {
		width: 100%;
		text-align: center;
		font-size: 0;
	}

	.CollaborativeCenter:nth-of-type(2n) {
		margin-top: -52px;
	}

	.CollaborativeFlex {
		background-image: url(../images/bkt.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 195px;
		height: 227px;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin-right: 6px;
	}

	.EngineeringTag {
		float: left;
		width: 76%;
		position: relative;
		overflow: hidden;
		height: 750px;
	}

	.EngineeringR {
		float: right;
		width: 23.4%;
	}

	.EngineeringRImg {
		width: 100%;
		height: 229px;
		position: relative;
		margin-bottom: 1px;
		overflow: hidden;
		display: block;
	}

	.EngineeringR .FineCase {
		width: 100%;
		height: 54px;
		display: block;
		line-height: 54px;
		color: #fff;
		font-size: 16px;
		background-color: #1b1b1b;
		text-align: center;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.TimeLimitL {
		float: left;
		width: 57.7%;
	}

	.TimeLimitR {
		float: right;
		width: 24.2%;
	}

	.TimeLimitFlex {
		height: 68px;
		line-height: 68px;
		font-size: 18px;
		color: #1B1B1B;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin-top: 30px;
		float: left;
	}

	.TimeLimitFlex img {
		width: 68px;
		height: 68px;
		border-radius: 100%;
		margin-right: 15px;
	}

	.CustomerCont {
		height: 520px;
		background-color: #777777;
		width: 100%;
		margin-top: 130px;
	}

	.CustomerCont .HanVisionImg,
	.CustomerCont .HanVisionR {
		height: 520px;
	}

	.CustomerCont .HanVisionR p {
		max-width: 100%;
		margin: 0px auto;
	}

	.CustomerCont .swiper-slide {
		padding-top: 70px;
	}

	.CustomerCont .HanVisionR h3 {
		color: #fff;
		margin-top: -12px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.CustomerCont .HanVisionR h3:after {
		width: 451px;
	}

	.CustomerCont .HanVisionR .arrow-left {
		background: url(../images/jt_h.png) no-repeat;
		background-size: cover;
		position: absolute;
		left: 42%;
		bottom: 80px;
		width: 31px;
		height: 10px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-mz-transform: rotate(180deg);
		z-index: 50;
	}

	.CustomerCont .HanVisionR .arrow-right {
		background: url(../images/jt_h.png) no-repeat;
		background-size: cover;
		position: absolute;
		right: 42%;
		bottom: 80px;
		width: 31px;
		height: 10px;
		z-index: 50;
	}

	.CoresConstruction {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		min-height: 660px;
		background-color: #000000;
		position: relative;
	}

	.CoresSub {
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		color: #ffffff;
		width: 500px;
		display: block;
		margin: 0px auto;
	}

	.CoresConstructionSub {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		height: 140px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.CoresConstructionSub .VideoCaseTag {
		width: 24.91%;
		border: 0;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		height: 140px;
		margin-right: 0;
		font-size: 20px;
		color: #fff;
	}

	.CoresConstructionSub .VideoCaseTag .BaseNavImg {
		margin-top: 13px;
		height: 76px;
		margin-bottom: 0;
	}

	.QualityTab {
		width: 316px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		margin: 0px auto 50px;
	}

	.QualityTab a {
		display: block;
		background-color: #1b1b1b;
		width: 148px;
		height: 38px;
		line-height: 38px;
		font-size: 16px;
		color: #fff;
		text-align: center;
	}

	.DataAnalysisBorder {
		width: 585px;
		height: 580px;
		position: relative;
		margin: 0 auto 100px;
		border-radius: 100%;
	}

	.DataAnalysisImg {
		width: 480px;
		height: 480px;
		background-color: #000000;
		border-radius: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.DataAnalysisBorder:after {
		content: '';
		background-image: url(../images/bordert.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.DataAnalysisBorderH {
		text-align: center;
		font-size: 30px;
		color: #fff;
		position: relative;
		margin-bottom: 45px;
	}

	.DataAnalysisImg p {
		font-size: 14px;
		text-align: center;
		line-height: 30px;
		color: #ffffff;
		width: 400px;
		display: block;
		margin: 0px auto;
	}

	.DataAnalysisFlex {
		position: absolute;
		top: 12.8%;
		font-size: 14px;
		line-height: 28px;
		color: #333;
		left: -54%;
		text-align: right;
		cursor: pointer;
		max-width: 56%;
	}

	.DataAnalysisBorder1 .DataAnalysisFlex {
		max-width: 71%;
	}

	.DataAnalysisBorder1 .DataAnalysisFlex1 {
		bottom: 10%;
	}

	.DataAnalysisBorder1 .DataAnalysisFlex3 {
		right: -55%;
	}

	.DataAnalysisBorder1 .DataAnalysisFlex4 {
		right: -70%;
		bottom: 2%;
	}

	.DataAnalysisFlex h2 {
		font-size: 20px;
		position: relative;
		transition: all .2s ease-out;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		color: #cfa972;
		font-weight: bold;
		margin-bottom: 5px;
		width: 100%;
	}

	.DataAnalysisFlex1,
	.DataAnalysisFlex4 {
		top: inherit;
		bottom: 7%;
	}

	.DataAnalysisFlex1 {
		bottom: 14%;
	}

	.DataAnalysisFlex2,
	.DataAnalysisFlex4 {
		left: inherit;
		right: -58%;
		text-align: left;
	}

	.DataAnalysisFlex3 {
		left: inherit;
		right: -40%;
		text-align: left;
		top: 43.5%;
	}

	.GuaranteeDiv .VideoCaseTag {
		width: 168px;
		height: 320px;
		background-color: rgba(0, 0, 0, 0.5);
		border: 0;
		border-radius: 0;
		margin-right: 4px;
		position: relative;
	}

	.GuaranteeDiv .VideoCaseTag:before {
		content: '';
		background-color: #ffffff;
		width: 100%;
		height: 100%;
		transform: scale3d(0, 1, 0);
		transform-origin: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		transition: all .3s ease .1s;
		-webkit-transition: all .3s ease .1s;
		-moz-transition: all .3s ease .1s;
		-ms-transition: all .3s ease .1s;
	}

	.GuaranteeDiv .VideoCaseTag:hover:before {
		opacity: 1;
		transform: scale3d(1, 1, 1);
		background-color: #fff;
	}

	.GuaranteeDiv .VideoCaseTag .BaseNavImg {
		height: 100px;
		margin-top: 35px;
	}

	.GuaranteeDiv .VideoCaseTag h2 {
		font-size: 14px;
		line-height: 26px;
		color: #fff;
		opacity: 0.8;
		text-align: center;
		margin-top: 5px;
		overflow: hidden;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		height: 85px;
		position: relative;
		z-index: 2;
	}

	.GuaranteeDiv .VideoCaseTag:hover h2 {
		color: #666;
	}

	.GuaranteeDiv .VideoCaseTag p {
		font-size: 18px;
		line-height: 28px;
		position: relative;
		z-index: 2;
		color: #fff;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.GuaranteeDiv .VideoCaseTag:hover p {
		color: #1B1B1B;
	}

	.AdvantageTag {
		float: left;
		width: 270px;
		margin-right: 40px;
		font-size: 16px;
		line-height: 28px;
		color: #333;
		text-align: center;
	}

	.mb135 {
		margin-bottom: 135px;
	}

	.ProductIntrotionImg {
		width: 270px;
		height: 300px;
		position: relative;
		overflow: hidden;
	}

	.AdvantageTag h2 {
		background-image: url(../images/lx.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		font-size: 30px;
		line-height: 60px;
		width: 53px;
		height: 60px;
		color: #fff;
		text-align: center;
		margin: -30px auto 20px;
		position: relative;
	}

	.IntroductionImg {
		height: 730px;
		float: left;
		width: 76%;
	}

	.IntroductionR {
		width: 460px;
		height: 730px;
		background-color: #f3f3f3;
		float: right;
		width: 24%;
		position: relative;
		font-size: 14px;
		line-height: 24px;
		color: #666666;
	}

	.ProductContainer {
		margin-top: 10px;
		margin-bottom: 100px;
	}


	.ProductContainerTab {
		position: relative;
		width: 100%;
		font-size: 14px;
		/* color: #e5e5e5; */
	}

	.ProductContainerTab:after {
		content: '';
		height: 1px;
		background: #e5e5e5;
		width: 100%;
		position: absolute;
		right: 0;
		bottom: 10%;
		width: 92.2%;
	}

	.ProductContainerTab a {
		width: 140px;
		font-size: 16px;
		padding-left: 10px;
		color: #333;
		padding-right: 10px;
	}

	.ProductContainer .NewInfo {
		border: 0;
	}

	.Interested {
		margin-top: 100px;
		margin-bottom: 118px;
	}

	.Interested .am_base {
		margin-bottom: 60px;
	}

	.DeviceSwiper,
	.DeviceSwiper .swiper-container {
		height: 282px;
		position: relative;
	}

	.DeviceSwiper .swiper-slide img {
		width: 290px;
		height: 282px;
	}

	.DeviceSwiper .arrow-left1 {
		background: url(../images/prev.png);
		background-size: 15px 28px;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: -60px;
		top: 0;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-mz-transform: rotate(180deg);
		width: 48px;
		height: 100%;
		background-color: #f3f3f3;
	}

	.DeviceSwiper .arrow-right1 {
		background: url(../images/prev.png);
		background-size: 15px 28px;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		right: -50px;
		top: 0;
		width: 48px;
		height: 100%;
		background-color: #f3f3f3;
	}

	.Integratedetail {
		position: relative;
	}

	.IntegrateSwiper {
		float: left;
		width: 56.7%;
		height: 560px;
		background-color: #333333;
		position: relative;
		margin-top: 60px;
		display: none;
	}

	.IntegrateSwiper .swiper-container {
		height: 560px;
	}

	.IntegrateSwiper .swiper-slide img {
		width: 100%;
		height: 560px;
	}

	.IntegrateSwiper .arrow-left {
		background: url(../images/next1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 60px;
		height: 60px;
		z-index: 50;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.IntegrateSwiper .arrow-right {
		background: url(../images/next1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		right: 20px;
		top: 50%;
		width: 60px;
		height: 60px;
		transform: translateY(-50%) rotate(180deg);
		-webkit-transform: translateY(-50%) rotate(180deg);
		-moz-transform: translateY(-50%) rotate(180deg);
		-mz-transform: translateY(-50%) rotate(180deg);
		z-index: 50;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.IntegrateSwiper .arrow-left:hover,
	.IntegrateSwiper .arrow-right:hover {
		background: url(../images/next1_h.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.SkinWaterSubt {
		width: 36.7%;
		float: right;
		margin-top: 170px;
	}

	.SkinWaterH {
		font-size: 25px;
		color: #333;
		text-align: left;
		line-height: 32px;
	}

	.SkinWaterHt {
		font-size: 18px;
		line-height: 24px;
		color: #666;
		display: block;
		margin-top: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding-bottom: 20px;
	}

	.SkinWaterCont,
	.SkinWaterSub {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding-bottom: 20px;
		font-size: 14px;
		line-height: 24px;
		color: #333;
		margin-top: 20px;
	}

	.SkinWaterCont span {
		display: block;
		margin-bottom: 10px;
	}

	.SkinWaterCont span i {
		color: #999;
	}

	.SkinWaterSub img {
		width: 36px;
		height: 36px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
	}

	.SkinWaterSub {
		line-height: 36px;
	}

	.SkinWaterBtn {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		margin: 100px auto 0;
		display: none;
	}

	.SkinWaterBtn1 {
		width: 200px;
		height: 42px;
		background-color: #996c33;
		color: #ffffff;
		font-size: 16px;
		line-height: 42px;
		text-align: center;
	}

	.SkinWaterBtn2 {
		width: 220px;
		height: 42px;
		border: solid 1px #333333;
		color: #333;
		font-size: 16px;
		line-height: 42px;
		text-align: center;
	}

	/*Ã¦â€¹â€ºÃ¥â€¢â€ Ã¥Å Â Ã§â€ºÅ¸ */
	.ConsumerMarket {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		min-height: 820px;
		background-color: #fff;
		position: relative;
	}

	.ConsumerMarket .am_base {
		padding-top: 75px;
		font-size: 30px;
		color: #010101;
	}

	.ConsumerMarket .am_base h2,
	.StoreQuery .InitialTechnologyH {
		font-size: 48px;
		color: #996c33;
		padding-bottom: 20px;
	}

	.Add_WholeHouse .am_base h2 {
		color: #cfa972;
	}

	.LeadershipTag {
		width: 285px;
		height: 429px;
		background-color: #ffffff;
		box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
		float: left;
		margin-right: 20px;
	}

	.LeadershipTagImg {
		width: 285px;
		height: 220px;
		position: relative;
		overflow: hidden;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.LeaderIcon {
		display: block;
		margin: 23px auto 0;
		width: 70px;
		height: 70px;
		border-radius: 100%;
	}

	.LeadershipTag h2 {
		max-width: 240px;
		font-size: 16px;
		color: #666;
		line-height: 26px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-align: center;
		margin: 13px auto 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}

	.InvestmentAdvantage .InitialTechnologyBk,
	.InvestmentAdvantage .InitialTechnologyBk img {
		position: relative;
		width: 100%;
	}

	.InvestmentAdvantage .InitialTechnologyBk .container {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		bottom: 0;
	}

	.InvestmentAdvantage .am_base {
		font-size: 30px;
		color: #fff;
		top: 120px;
		position: absolute;
	}

	.InvestmentAdvantage .am_base h2 {
		letter-spacing: 2px;
		font-size: 48px;
		color: #fff;
		margin-bottom: 25px;
	}

	.LeadershipFlex {
		height: 200px;
		position: relative;
		margin: 60px auto;
		overflow-x: hidden;
	}

	.LeadershipFlexRScroll {
		width: 96%;
		overflow-x: scroll;
		overflow-y: hidden;
		height: 100%;
	}

	.LeadershipFlex .LeadershipFlexRScroll::-webkit-scrollbar {
		width: 10px;
		height: 4px;
	}

	/*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦Â»â€˜Ã¥Ââ€”*/
	.LeadershipFlex .LeadershipFlexRScroll::-webkit-scrollbar-thumb {
		background: #996c33;
	}

	/*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¨Â½Â¨Ã©Ââ€œ*/
	.LeadershipFlex .LeadershipFlexRScroll::-webkit-scrollbar-track {
		background: #996c33;
	}

	.LeadershipFlexTag {
		width: 262px;
		margin-right: 55px;
		float: left;
	}

	.LeadershipFlexTag h2 {
		width: 40px;
		height: 40px;
		border: solid 1px #333333;
		color: #333;
		font-size: 20px;
		text-align: center;
		line-height: 40px;
	}

	.LeadershipFlexTag h3 {
		color: #333;
		font-size: 18px;
		line-height: 30px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 5px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.LeadershipFlexTag p {
		color: #999;
		font-size: 14px;
		line-height: 26px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.LeadingBrand {
		padding-top: 58px;
		padding-bottom: 132px;
		background: #000000;
	}

	.LeadingBrand .am_base {
		font-size: 48px;
		color: #fff;
		margin-bottom: 80px;
	}

	.LeadingBrand .am_base h2 {
		font-size: 30px;
		color: #fff;
		margin-bottom: 25px;
	}

	.LeadingBrandTag {
		width: 100%;
		margin-bottom: 15px;
		height: 288px;
		background-color: #626262;
	}

	.LeadingBrandImg,
	.LeadingBrandR {
		float: left;
		width: 50%;
		height: 288px;
		position: relative;
		font-size: 14px;
		color: #fff;
		line-height: 28px;
		overflow: hidden;
	}

	.LeadingBrandR h2 {
		font-size: 24px;
		color: #fff;
		margin-bottom: 12px;
		line-height: 38px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.LeadingBrandR .Por {
		width: 75%;
	}

	.LeadingBrandTag:last-child .LeadingBrandImg {
		float: right;
	}

	.LeadingBrandTag:last-child .LeadingBrandR h2 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.WholeHouse {
		padding-top: 80px;
	}

	.WholeHouseH {
		font-size: 24px;
		display: block;
		margin-top: 54px;
		margin-bottom: 20px;
		line-height: 36px;
		color: #666666;
		text-align: center;
	}

	.WholeHouseP {
		font-size: 14px;
		display: block;
		line-height: 26px;
		color: #666666;
		text-align: center;
		width: 954px;
		margin: 0px auto;
	}

	.Add_WholeHouse .WholeHouseP {
		margin-top: 60px;
	}

	.WholeHouseBig {
		background: #000;
		margin-top: 32px;
		padding: 80px 0;
	}

	.WholeHouseBig img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

	.BroadSpread {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		min-height: 1200px;
		background-color: #000;
		position: relative;
	}

	.StrongHelp .WholeHouseP {
		margin-top: 40px;
		margin-bottom: 55px;
	}

	.StrongHelpFlex {
		width: 396px;
		float: left;
		margin-right: 6px;
	}

	.StrongHelpImg {
		width: 100%;
		height: 268px;
	}

	.FlexCot {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		margin-top: 6px;
	}

	.StrongHelpImg1 {
		width: 195px;
		height: 132px;
	}

	.StrongHelpFlex:nth-of-type(2n) .FlexCot {
		margin-top: 0;
		margin-bottom: 6px;
	}

	.ThousandShopImg {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}

	.ActiveSupport {
		height: 380px;
		margin-top: 60px;
		overflow: hidden;
	}

	.ActiveSupport img {
		height: 100%;
		float: left;
		margin-right: 0.2%;
		width: 33.2%;
	}

	.BrandHonorP {
		max-width: 100%;
		font-size: 14px;
		line-height: 28px;
		color: #000000;
		display: block;
		margin: 30px auto 60px;
	}

	.BrandHonorP strong {
		font-size: 20px;
		font-weight: bold;
	}

	.CooperativeCont {
		margin: 60px auto 130px;
		border: 1px solid #E5E5E5;
		border-bottom: 0;
		border-right: 0;
	}

	.CooperativeContFlex {
		float: left;
		width: 19.91%;
		height: 180px;
		position: relative;
		border-right: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
	}

	.LookingPartners .DesignServiceCont {
		padding: 0;
		margin-top: 58px;
		background: transparent;
		box-shadow: none;
	}

	.LookingPartners .RecruiterFlexSub {
		margin-bottom: 40px;
	}

	.LookingPartners .RecruiterFlexText {
		height: 60px;
		line-height: 60px;
		width: 548px;
		border: solid 1px rgba(255, 255, 255, 0.8);
		background: transparent;
		margin-right: 20px;
		font-size: 18px;
		color: #fff;
	}

	.LookingPartners .RecruiterFlexSub textarea {
		height: 140px;
		border: solid 1px rgba(255, 255, 255, 0.8);
		background: transparent;
		font-size: 18px;
		color: #fff;
	}

	.MorePartners {
		display: block;
		width: 200px;
		height: 50px;
		background-color: #cfa972;
		background-image: url(../images/jt_h.png);
		background-size: 31px 10px;
		background-repeat: no-repeat;
		background-position: center;
		margin: 40px auto 0;
	}

	.LookingPartners .RecruiterFlexSub select {
		float: left;
		margin-right: 20px;
		width: 285px;
		height: 60px;
		font-size: 18px;
		color: #fff;
		line-height: 60px;
		background-image: url(../images/select1.png);
		background-size: 13px 7px;
		background-repeat: no-repeat;
		background-position: 243px;
		padding: 0px 20px;
		border: solid 1px rgba(255, 255, 255, 0.8);
	}

	.LookingPartners .RecruiterFlexSub select option,
	.ServiceProvice select option {
		color: #333;
	}

	.LookingPartners .RecruiterFlexSub select:last-child {
		margin-right: 0;
		width: 590px;
		background-position: 554px;
	}

	.StoreQuerySub {
		height: 600px;
		margin-bottom: 82px;
		margin-top: 60px;
	}

	.StoreQuerySub .ServiceSlider .swiper-container {
		height: 295px;
		margin-top: 20px;
	}

	.StoreQuerySub .ServiceSlider {
		background-color: #ffffff;
		border: solid 1px #e5e5e5;
		width: 26.5%;
		height: 99.6%;
	}

	.StoreQueryH {
		font-size: 18px;
		margin-top: 40px;
		margin-left: 40px;
		color: #e50112;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.StoreProvice select {
		width: 240px;
		display: block;
		margin: 0px auto 10px;
		height: 40px;
		line-height: 40px;
		color: #666;
		font-size: 16px;
		padding: 0px 15px;
		background-image: url(../images/select2.png);
		background-size: 13px 7px;
		background-repeat: no-repeat;
		background-position: 208px;
		border: solid 1px rgba(0, 0, 0, 0.2);
	}

	.featureCarousel-t #featureCarousel {
		height: 628px;
		top: -158px;
	}

	.featureCarousel-t .feature .pv,
	.WholeHouse .feature .pv {
		display: inline-block !important;
		height: 100%;
		opacity: 1 !important;
	}

	.WholeHouse #featureCarousels {
		height: 767px;
		position: relative;
	}

	#featureCarousels .leftButton {
		background-image: url(../images/next2.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 39px;
		height: 45px;
		z-index: 99;
	}

	#featureCarousels .rightButton {
		background-image: url(../images/next2.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: 50%;
		width: 39px;
		height: 45px;
		z-index: 99;
		right: 0px;
		transform: translateY(-50%) rotate(180deg);
		-webkit-transform: translateY(-50%) rotate(180deg);
		-moz-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		z-index: 99;
	}

	.LoginCont {
		display: none;
		width: 800px;
		height: 400px;
		background-color: #ffffff;
		position: fixed;
		z-index: 999;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.CloseImg {
		width: 19px;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
	}

	.LoginL {
		float: left;
		width: 27.5%;
		height: 100%;
	}

	.LoginR {
		float: right;
		width: 72.5%;
		height: 100%;
	}

	.LoginR img {
		width: 135px;
		height: 29px;
		margin: 70px auto 40px;
		display: block;
	}

	.LoginText {
		width: 398px;
		height: 46px;
		line-height: 46px;
		font-size: 16px;
		color: #bbbbbb;
		padding: 0px 20px;
		display: block;
		margin: 0px auto 20px;
		border: solid 1px #d0d0d0;
	}

	.LoginBtn {
		width: 440px;
		height: 46px;
		line-height: 46px;
		font-size: 16px;
		color: #fff;
		text-align: center;
		display: block;
		margin: 0px auto;
		background-color: #1b1b1b;
	}

	/* Ã¦ÂÅ“Ã§Â´Â¢ */
	.SearchResult {
		width: 100%;
		height: 100px;
		background-color: #f2f2f2;
	}

	.SearchResult h2 {
		font-size: 18px;
		color: #333;
		line-height: 100px;
		float: left;
	}

	.OtherSet {
		width: 564px;
		height: 42px;
		background-color: #ffffff;
		float: right;
		margin-top: 29px;
		padding: 0px 18px;
		margin-bottom: 68px;
	}

	.OtherSet .SearchBtn {
		background-image: url(../images/search1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 20px;
		height: 20px;
		float: left;
		margin-top: 11px;
	}

	.OtherSet .SearchText {
		float: left;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
		color: #999;
		margin-left: 25px;
		width: 212px;
		padding: 0;
	}

	.SearchResult .OtherSet .SearchText {
		width: 92%;
	}

	.SearchContanier .ProductTab {
		width: 100%;
		text-align: center;
		margin: 68px auto;
		/* font-size: 0; */
	}

	.SearchContanier .ProductTab a {
		float: none;
		width: 140px;
		height: 34px;
		line-height: 34px;
		background-color: #f2f2f2;
		padding: 0;
		margin: 0;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
	}

	.ProductTab1 {
		width: 100%;
		text-align: center;
		margin: 68px auto;
	}

	.ProductTab1 a {
		float: none;
		width: 140px;
		height: 34px;
		line-height: 34px;
		background-color: #f2f2f2;
		padding: 0;
		margin: 0;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
	}

	.ProductTab1 a.active {
		color: #fff;
		background: #f3d4a1;
	}

	.ProductIntrotions {
		display: none;
	}

	.ProductIntrotions {
		margin-bottom: 50px;
	}

	.ProductIntrotions .DetailsContL {
		float: none;
		margin: 0px auto;
		width: 100%;
	}

	.ProductIntrotions .DetailsContL .EncyclopediasTagImg {
		width: 500px;
		height: 308px;
	}

	.ProductIntrotions .DetailsContL .EncyclopediasTagR {
		width: 52%;
		padding-top: 3%;
	}

	/* 2-13 */
	.ProfessionalDesign {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		min-height: 904px;
		background-color: #191819;
		position: relative;
		margin: 44px auto 52px;
		font-size: 13px;
		line-height: 25px;
		color: #fff;
	}

	.Warp {
		padding: 11% 6% 0 6%;
	}

	.ProfessionalDesign h2 {
		font-size: 30px;
		color: #ffffff;
		margin-bottom: 20px;
	}

	.ProfessionalDesign h3 {
		font-size: 18px;
		line-height: 28px;
		color: #ffffff;
	}

	.ProfessionalDesign p {
		margin: 28px auto;
	}

	.ProfessionalDesign a {
		width: 140px;
		height: 41px;
		line-height: 39px;
		text-align: center;
		font-size: 28px;
		color: #cea972;
		border: solid 3px #cea972;
		display: block;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	.ProfessionalDesign a:hover {
		color: #fff;
		background-color: #cea972;
	}

	.SubmitApplication {
		padding: 75px 0 160px;
		font-size: 18px;
		color: #000;
		line-height: 32px;
	}

	.Add_InvestmentAdvantage .am_base h2 {
		color: #cfa972;
		padding-top: 70px;
	}

	.InvestmentAdvantage .InitialTechnologyBk img.SubmitApplicationImg {
		max-width: 100%;
		display: block;
		margin: 0px auto;
		width: auto;
		top: -53px;
	}

	/* 新增定制家居 */
	.AddIntegrated .NoticeAnnouncementL {
		width: 48.95%;
		height: 587px;
		font-size: 13px;
		color: #666;
		position: relative;
		line-height: 24px;
		margin-bottom: 40px;
		overflow: hidden;
	}

	.AddIntegrated .NoticeAnnouncementLImg {
		height: 500px;
	}

	.AddIntegrated .NoticeAnnouncementL:nth-of-type(2n) {
		float: right;
		/* margin-left: 36px; */
	}

	.AddIntegrated .NoticeAnnouncementL h2 {
		font-weight: bold;
		color: #333;
		font-size: 15px;
		padding-top: 25px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.AddKnow {
		display: none;
	}

	.AddIntegrated .NoticeAnnouncementL:hover h2 {
		color: #f3d4a1;
	}

	.AddIntegrated .NoticeCont {
		float: none;
		display: block;
		margin: 0px auto;
		width: 150px;
		height: 40px;
		line-height: 40px;
	}

	.AddIntegrated .NoticeCont h2 {
		font-size: 16px;
	}

	.AddIntegrated {
		margin: 0px auto 20px;
		/* max-width: 95.5%; */
		max-width: 100%;
		display: block;
	}

	/* 新增5-26 */
	.AddKind {
		width: 100%;
	}

	.AddKindFx {
		font-size: 13px;
		color: #996c33;
	}

	.AddKindFx a {
		color: #996c33;
		font-size: 13px;
		display: inline-block;
		vertical-align: top;
		padding: 0px 4px;
	}

	.AddFooterL {
		float: left;
		width: 46%;
		padding-top: 12px;
	}

	.EwmImgs {
		width: 80px;
		height: 80px;
	}

	/* 新增 */
	.Crossover,
	.GlobalPartner {
		font-size: 14px;
		line-height: 28px;
		color: #999;
		position: relative;
		text-align: center;
	}

	.Crossover p img,
	.GlobalPartner p img {
		width: 100%;
	}

	.LookingPartners {
		margin-top: 60px;
	}


	.GlobalPartnerSub {
		padding: 20px 0 40px;
	}

	.GlobalPartnerImg {
		float: left;
		width: 150px;
		height: 60px;
		position: relative;
		margin-top: 20px;
		border: 1px solid #e5e5e5;
		background: #FFF;
		margin-right: 57px;
	}

	.GlobalPartnerImg:nth-of-type(6n) {
		margin-right: 0;
	}

	/* 新增7-3 */
	.IntroductionTo {
		padding-top: 100px;
		font-size: 18px;
		line-height: 42px;
		color: #000;
	}

	.IntroductionTo .am_base {
		padding-bottom: 100px;
	}

	.IntroductionToImg {
		max-width: 100%;
		display: block;
		margin: 100px auto;
	}

	.ServiceCase {
		padding-bottom: 100px;
	}

	.ServiceCase .swiper-container {
		width: 100%;
		height: 960px;
		margin-bottom: 100px;
	}

	.ServiceCase .swiper-container .swiper-slide img {
		margin-right: 18px;
	}

	.ServiceCase .am_base {
		padding-bottom: 94px;
	}

	@media screen and (min-width:1280px) and (max-width:1366px) {
		.section .am_base {
			padding-top: 3%;
			font-size: 18px;
			line-height: 24px;
		}

		.section .am_base:before {
			height: 20px;
		}

		.section .am_base h2 {
			font-size: 26px;
			margin-bottom: 5px;
		}

		.CustomizedTab {
			margin: 10px 0;
		}

		.CustomizedTab a {
			width: 108px;
			height: 30px;
			line-height: 30px;
			font-size: 15px;
		}

		.CustomizedDiv,
		.CustomCont .swiper-container,
		.CustomCont .swiper-container .swiper-wrapper {
			height: 402px;
		}

		.CustomCont .swiper-container img {
			max-height: 402px;
		}

		.CustomSlide {
			width: 34.2%;
		}

		.CustomHomeTag,
		.W1290:last-child .CustomHomeTag,
		.CustomHome:after {
			height: 200px;
			font-size: 15px;
			line-height: 20px;
		}

		.CustomHomeTag img {
			width: 68px;
			height: 68px;
		}

		.W1290:last-child .CustomHomeTag {
			height: 400px;
		}

		.W730 {
			padding-top: 20px;
			width: 93%;
			margin-right: 0;
		}

		.ObtainQuotationH {
			font-size: 22px;
			margin-bottom: 15px;
		}

		.ObtainQuotationFlex select,
		.SubmissionBtn {
			line-height: 36px;
			height: 36px;
		}

		.ObtainQuotationFlex h2 {
			font-size: 14px;
			line-height: 36px;
		}

		.RoomTeas {
			width: 25.86%;
			line-height: 36px;
			height: 36px;
		}

		.AddressText {
			width: 87.4%;
			line-height: 36px;
			height: 36px;
		}

		.ObtainQuotationFlex label {
			font-size: 14px;
			margin-right: 10px;
			overflow: hidden;
			line-height: 36px;
		}

		.ObtainQuotationFlex label input {
			width: 8px;
			height: 8px;
			margin-right: 5px;
		}

		.BusinessIndexImg {
			width: 120px;
			height: 74px;
		}

		.BusinessIndexR h2 {
			font-size: 15px;
			line-height: 24px;
			margin-bottom: 0;
		}

		.BusinessIndexR p {
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			font-size: 13px;
			line-height: 18px;
			margin-bottom: 18px;
		}

		.BusinessIndexR span {
			font-size: 12px;
		}

		.ObtainQuotationFlex {
			margin-top: 16px;
			height: 38px;
		}

		.am_footer {
			padding-top: 20px;
		}

		.am_subfooterdiv h2 {
			font-size: 15px;
			line-height: 24px;
			padding-bottom: 7px;
			border-bottom: 1px solid rgba(255, 255, 255, 0.15);
			margin-bottom: 5px;
		}

		.am_subfooterdiv a {
			font-size: 15px;
			line-height: 30px;
		}

		.am_subfooterl h2 {
			font-size: 20px;
			line-height: 30px;
		}

		.am_subfooterl p {
			font-size: 13px;
			line-height: 20px;
		}


		.EwmImg {
			width: 96px;
			font-size: 13px;
			line-height: 24px;
			margin-top: 10px;
			margin-bottom: 10px;
		}

		.EwmImg img {
			width: 82px;
			height: 82px;
		}

		.am_bootomtag a,
		.am_bootom {
			font-size: 14px;
		}

		.AddIntegrated .NoticeAnnouncementLImg {
			height: 359px;
		}

		.AddKnow {
			line-height: 359px;
		}

		.AddIntegrated .NoticeAnnouncementL {
			height: 440px;
		}
	}

	@media screen and (min-width:1441px) and (max-width:1810px) {
		.W730 {
			width: 97%;
		}
	}

	@media screen and (min-width:1368px) and (max-width:1440px) {
		.W730 {
			width: 97%;
		}

		.BusinessIndexImg {
			width: 28%;
			height: 111px;
		}

		.BusinessIndexR h2 {
			margin-bottom: 10px;
			font-size: 17px;
			line-height: 20px;
		}

		.BusinessIndexR p {
			font-size: 15px;
			line-height: 22px;
			margin-bottom: 18px;
		}

		.RoomTeas {
			width: 25%;
		}

		.ObtainQuotationFlex select {
			padding-right: 30px;
			margin-right: 1.5%;
			width: 19%;
			font-size: 16px;
		}

		.AddressText {
			width: 86.5%;
		}

		.ObtainQuotationFlex label {
			font-size: 15px;
			margin-right: 9px;
		}

		.CustomizedDiv,
		.CustomCont .swiper-container,
		.CustomCont .swiper-container .swiper-wrapper {
			height: 440px;
		}

		.CustomCont .swiper-container img {
			max-height: 440px;
		}

		.CustomSlide {
			width: 33.2%;
		}

		.CustomHomeTag,
		.CustomHome:after {
			height: 225px;
			font-size: 19px;
			line-height: 30px;
		}

		.CustomHomeTag img {
			width: 100px;
			height: 100px;
		}

		.W1290:last-child .CustomHomeTag {
			height: 450px;
		}

		.am_footer {
			padding-top: 20px;
		}

		.am_subfooterdiv h2 {
			font-size: 15px;
			line-height: 24px;
			padding-bottom: 7px;
			border-bottom: 1px solid rgba(255, 255, 255, 0.15);
			margin-bottom: 5px;
		}

		.am_subfooterdiv a {
			font-size: 15px;
			line-height: 30px;
		}

		.am_subfooterl h2 {
			font-size: 20px;
			line-height: 30px;
		}

		.am_subfooterl p {
			font-size: 13px;
			line-height: 20px;
		}


		.EwmImg {
			width: 96px;
			font-size: 13px;
			line-height: 24px;
			margin-top: 10px;
			margin-bottom: 10px;
		}

		.EwmImg img {
			width: 82px;
			height: 82px;
		}

		.am_bootomtag a,
		.am_bootom {
			font-size: 14px;
		}

		.AddIntegrated .NoticeAnnouncementLImg {
			height: 359px;
		}

		.AddKnow {
			line-height: 359px;
		}

		.AddIntegrated .NoticeAnnouncementL {
			height: 440px;
		}
	}

	@media screen and (min-width:1025px) and (max-width:1280px) {
		.ObtainQuotationFlex select {
			padding-right: 30px;
			width: 19%;
		}

		.W730 {
			width: 98%;
		}

		.ObtainQuotationFlex h2 {
			font-size: 15px;
		}

		.AddressText {
			width: 87%;
		}

		.ObtainQuotationFlex label {
			font-size: 14px;
			margin-right: 5px;
		}

		.ObtainQuotationFlex label input {
			width: 10px;
			height: 10px;
		}

		.am_footer {
			padding-top: 36px;
		}

		.AddIntegrated .NoticeAnnouncementLImg {
			height: 359px;
		}

		.AddKnow {
			line-height: 359px;
		}

		.AddIntegrated .NoticeAnnouncementL {
			height: 440px;
		}
	}
}
