img {
	object-fit: cover;
}

ul,
p,
h2,
h3 {
	margin: 0;
	padding: 0;
}

.container,
.OtherBanner,
.IndexBanner {
	width: 1400px;
	margin: 0px auto;
	padding: 0;
}

.wrapper {
	padding-top: 108px;
}

/* Ã¥Â¤Â´Ã©Æ’Â¨ */
.HeaderFlix {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 999;
	height: 108px;
}

.HeaderFlix:before {
	content: '';
	width: 1013px;
	height: 9px;
	background-color: #ef8101;
	position: absolute;
	top: 0;
	right: 0;
}

.b_head {
	width: 100%;
	height: 108px;
}

.Logo img {
	width: 344px;
	height: 44px;
	margin-top: 32px;
	float: left;
}

.b_head ul {
	float: left;
	padding-left: 8%;
}

.b_head ul li {
	float: left;
	margin-right: 40px;
	line-height: 104px;
	position: relative;
}

.b_head ul li:hover a,
.b_head ul li.active a {
	color: #ef8101;
	border-bottom: 4px solid #ef8101;
}

.ManagementSwiper .swiper-slide:hover,
.Navdown a.nor {
	color: #ef8101;
}

.b_head ul li:hover .Navdown a,
.BusinessIndexTag:last-child {
	border: 0px;
}

.b_head ul li:last-child,
.RProductTag:nth-of-type(3n),
.EntranceTag:nth-of-type(3n),
.BusinessTab a:last-child,
.HonorContTag:nth-of-type(3n),
.page a:last-child,
.TradePromotionTag:nth-of-type(4n) {
	margin-right: 0px;
}

.SearchNews .BusinessIndexTag:last-child {
	margin: 0;
}

.b_head ul li a {
	font-size: 17px;
	color: #333;
	display: block;
}


.SearchCont {
	background-image: url(../images/search.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	width: 35px;
	height: 37px;
	margin-top: 35.5px;
}


.Navdown {
	width: 168px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 10px 10px 0px rgba(23, 71, 147, 0.05);
	position: absolute;
	top: 108px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding: 20px 0px;
	display: none;
}

.b_head ul li .Navdown a {
	color: #666666 !important;
	font-size: 16px;
	text-align: center;
	padding-bottom: 15px;
	display: block;
	line-height: 24px;
}

.b_head ul li .Navdown a.nor,
.b_head ul li .Navdown a:hover {
	color: #ef8101 !important;
}

.b_head ul li:hover .Navdown {
	display: block;
}

/* Ã©Â¦â€“Ã©Â¡Âµ */
.IndexBanner {
	/* width: 100%; */
	position: relative;
	height: 350px;
	overflow: hidden;
}

.IndexBanner .swiper-container,
.IndexBanner .swiper-wrapper {
	width: 100%;
	height: 350px;
}

.IndexBanner .swiper-slide a {
	display: block;
	position: relative;
	height: 100%;
	z-index: 1;
}

.IndexBanner .swiper-slide a h2 {
	position: absolute;
	font-size: 20px;
	color: #fff;
	bottom: 0;
	right: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	padding: 0 20px;
	text-align: right;
	line-height: 43px;
}

.IndexBanner .swiper-slide img {
	width: 100%;
	object-fit: initial;
	height: 100%;
}

.IndexBanner .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 0;
	width: 100%;
	z-index: 2;
	font-size: 0;
	margin: 0;
	height: 45px;
	line-height: 50px;
}

.IndexBanner .swiper-pagination-switch {
	display: inline-block;
	width: 62px;
	height: 5px;
	background-color: #ffffff;
	margin: 0 3px;
	cursor: pointer;
}

.IndexBanner .swiper-active-switch {
	background: #b61d22;
}

.Footer {
	width: 100%;
	position: relative;
}

.go_top {
	width: 69px;
	height: 74px;
	display: block;
	margin: 0px auto;
	/* background: url(../images/back.png); */
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	position: fixed;
	bottom: 3%;
	animation: arrow 4s ease infinite;
	-webkit-animation: arrow 4s ease infinite;
	-moz-animation: arrow 4s ease infinite;
	-ms-animation: arrow 4s ease infinite;
	right: 0.3rem;
}

.FooterFlex {
	float: left;
	width: 10.5%;
	position: relative;
	padding-top: 58px;
	padding-bottom: 40px;
}

.FooterFlex:nth-of-type(8) {
	width: 24.5%;
}

.FooterFlex:nth-of-type(8):before {
	content: '';
	width: 1px;
	height: 182px;
	background-color: #f2f2f2;
	position: absolute;
	top: 58px;
	left: -12%;
}

.FooterFlex h2 {
	font-size: 18px;
	margin-bottom: 14px;
	color: #333333;
}

.FooterTag a,
.FooterTag p {
	font-size: 14px;
	display: block;
	line-height: 36px;
	color: #888;
}

.FooterTag a:hover {
	color: #ef8101;
}

.CopyRight {
	width: 100%;
	font-size: 14px;
	height: 60px;
	background-color: #ef8101;
	line-height: 60px;
	color: rgba(255, 255, 255, 1);
}

.MainBk {
	background: #F8F8F8;
	padding: 30px 0;
}

.FriendshipLink {
	background: #fff;
	padding-bottom: 45px;
	margin-top: 30px;
	position: relative;
}

.BaseTit {
	width: 1344px;
	border-bottom: 1px solid #F2F2F2;
	padding: 48px 0px 20px;
	display: block;
	margin: 0px auto;
}

.BaseTit h2 {
	font-size: 22px;
	color: #333;
	padding-left: 22px;
	border-left: 6px solid #fb8916;
}

.FriendshipLinkTag {
	float: left;
	width: 20%;
	margin-top: 32px;
	height: 69px;
	position: relative;
	overflow: hidden;
}

.FriendshipLinkTag h2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	line-height: 69px;
	font-size: 22px;
	transform: scale(0);
	-webkit-transition: scale(0);
	-ms-transition: scale(0);
	-mos-transition: scale(0);
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
}

.FriendshipLinkTag:hover h2 {
	transform: scale(1);
	-webkit-transition: scale(1);
	-ms-transition: scale(1);
	-mos-transition: scale(1);
}

.FriendshipLinkTag img {
	max-width: 100%;
	max-height: 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%);
}

.ManagementSwiper {
	width: 1344px;
	display: block;
	margin: 40px auto 0;
	height: 270px;
	overflow: hidden;
}

.ManagementSwiper .swiper-slide,
.ManagementSwiper .swiper-slide a {
	font-size: 20px;
	color: #333;
	text-align: center;
}

.ManagementSwiper .swiper-slide img {
	width: 420px;
	height: 222px;
	display: block;
	margin: 0px auto 15px;
	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;
}

.ManagementSwiper .swiper-slide:hover img {
	transform: scale(1.02);
	-webkit-transition: scale(1.02);
	-ms-transition: scale(1.02);
	-mos-transition: scale(1.02);
}

.ManagementSwiper .arrow-left {
	background: url(../images/arrows.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 90px;
	top: 28px;
	width: 40px;
	height: 40px;
}

.ManagementSwiper .arrow-right {
	background: url(../images/arrows.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 30px;
	top: 28px;
	width: 40px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-mz-transform: rotate(180deg);
	height: 40px;
}


.EntranceTag {
	float: left;
	width: 440px;
	height: 199px;
	margin-right: 40px;
	margin-top: 30px;
	/* background-image: url(../images/bk.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 199px;
	color: #fff;
	position: relative;
}

/* .EntranceTag:nth-of-type(2n) {
	background-image: url(../images/bk1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.EntranceTag:nth-of-type(3n) {
	background-image: url(../images/bk2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
} */
.EntranceTag img.EntranceBk {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
}

.EntranceTag img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
}

.EntranceTag i {
	position: relative;
}

.Eenterprise {
	padding: 0px 15px 45px;
	background: #fff;
	margin-top: 30px;
}

.Eenterprise .BaseTit {
	width: 100%;
	border: 0;
	padding-bottom: 38px;
}

.CompanyProfileImg {
	float: left;
	width: 36.3%;
	height: 262px;
}

.CompanyProfileR {
	width: 59%;
	height: 262px;
	float: right;
	font-size: 16px;
	line-height: 46px;
	color: #333333;
	padding-right: 30px;
	border-right: 4px solid #f2f2f2;
}

.CompanyCultrueR {
	font-size: 16px;
	line-height: 46px;
	color: #333333;
}

.CompanyProfileR p,
.CompanyCultrueR p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-align: justify;
}

.CompanyProfileR span,
.CompanyCultrueR span,
.BusinessIndexR span {
	float: right;
	margin-top: 22px;
	width: 140px;
	height: 35px;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
	background: #e5e5e5;
	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;
	color: #8a8a8a;
}

.BusinessIndexR span {
	position: absolute;
	bottom: 0;
	right: 0;
}

.CompanyProfileR:hover span,
.CompanyCultrueR:hover span,
.BusinessIndexR span:hover {
	background-color: #f5a312;
	color: #fff;
}

/* å…³äºŽæˆ‘ä»¬ */
.TitImg,
.OtherBanner img {
	width: 100%;
}

.BusinessNews {
	padding: 45px 30px;
	background: #fff;
	margin-bottom: 30px;
}

.BusinessNewsSwiper {
	width: 35.8%;
	height: 349px;
	float: left;
	position: relative;
	overflow: hidden;
}

.BusinessNewsSwiper .swiper-container,
.BusinessNewsSwiper .swiper-slide {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.BusinessNewsSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.BusinessNewsSwiper .pagination1 {
	position: absolute;
	right: 17px;
	text-align: center;
	bottom: 12px;
	z-index: 1;
}

.BusinessNewsSwiper .swiper-pagination-switch {
	display: inline-block;
	width: 22px;
	height: 7px;
	background-color: #ffffff;
	margin: 0 3px;
	cursor: pointer;
}

.BusinessNewsSwiper .swiper-active-switch {
	background: #e96a00;
}

.BusinessNewsCont {
	width: 602px;
	height: 41px;
	line-height: 41px;
	padding-left: 30px;
	font-size: 15px;
	color: #fffefe;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(2, 2, 2, 0.49);
	z-index: 5;
	padding-right: 230px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.BusinessNewsR {
	width: 59.2%;
	float: right;
}

.BusinessTab {
	border-bottom: 4px solid #eaeaea;
	float: left;
	width: 100%;
}

.BusinessTab a {
	float: left;
	font-size: 22px;
	color: #333;
	margin-right: 146px;
	padding-bottom: 18px;
	position: relative;
}

.BusinessTab a.active {
	color: #ff8100;
}

.BusinessTab a.active:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	border-bottom: 4px solid #ff8100;
	width: 100%;
}

.BusinessNewsDiv {
	display: none;
	width: 100%;
	height: 284px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 12px;
	float: left;
}

.BusinessNewsTag {
	font-size: 16px;
	display: block;
	line-height: 42px;
	color: #999999;
	text-align: right;
}

.BusinessNewsTag:hover,
.BusinessNewsTag:hover i {
	color: #ff9900;
}

.BusinessNewsTag i {
	color: #333;
	width: 88%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	float: left;
	padding-right: 20px;
	text-align: left;
}

.group_nav {
	float: left;
	width: 340px;
	margin-top: 30px;
}

.group_header {
	background-image: url(../images/bk3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 140px;
}

.group_header h3 {
	font-size: 30px;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 36px;
	margin-left: 46px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.group_header p {
	font-size: 16px;
	margin-left: 46px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-transform: uppercase;
}

.group_nav_lis {
	border: 1px solid #eaeaea;
	width: 100%;
	background: #fff;
}

.group_nav_lis a {
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #333;
	padding-left: 40px;
	background-color: #ffffff;
	border-bottom: solid 1px #eaeaea;
	display: block;
}

.group_nav_lis a.group_nav_on,
.GroupNav a.nor {
	color: #ef8101;
}

.group_nav_lis a:last-child {
	border-bottom: 0;
}

.group_navR {
	width: 1014px;
	float: right;
	margin-top: 30px;
	margin-bottom: 50px;
}

.GroupNav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-image: linear-gradient(#efefef,
		#efefef),
		linear-gradient(#acacac,
		#acacac);
	background-blend-mode: normal,
		normal;
	border-radius: 8px;
	font-size: 16px;
	color: #666;
}

.GroupNav img {
	width: 23px;
	height: 24px;
	margin-left: 30px;
	margin-right: 25px;
}

.GroupNav a {
	color: #666;
	padding: 0px 5px;
}

.GroupCont {
	margin-top: 44px;
	padding: 60px 40px;
	background: #fff;
}

.CompanyIntroduction {
	margin-bottom: 84px;
}

.CompanyIntroductionImg {
	float: left;
	width: 36%;
	height: 340px;
}

.CompanyIntroduction .CompanyIntroductionP {
	width: 59.5%;
	max-height: 340px;
	font-size: 16px;
	line-height: 35px;
	color: #666666;
	float: right;
	overflow-y: scroll;
	overflow-x: hidden;
}

.TitleCont h2 {
	text-align: center;
	font-size: 20px;
	color: #666;
	line-height: 38px;
}

.TitleCont h3 {
	text-align: center;
	font-size: 16px;
	color: #666;
	display: block;
}

.TitleCont span {
	width: 74px;
	height: 3px;
	background-color: #ef8101;
	display: block;
	margin: 15px auto 60px;
}

.OurAdvanyagesFlex {
	margin-top: 30px;
}

.OurAdvanyagesFlexL {
	width: 49.7%;
	float: left;
	height: 250px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.OurAdvanyageImg {
	float: right;
	width: 46.6%;
	height: 250px;
}

.Advantage {
	margin-bottom: 30px;
}

.Advantage:last-child {
	margin-bottom: 0;
}

.Advantage h2 {
	width: 32.4%;
	height: 45px;
	line-height: 45px;
	float: left;
	font-size: 16px;
	color: #ef8101;
	text-align: center;
	background: rgba(239, 129, 1, 0.1);
}

.Advantage p {
	width: 64%;
	font-size: 16px;
	line-height: 28px;
	float: right;
	color: #666666;
}

.OurAdvanyagesFlexs .OurAdvanyagesFlexL {
	float: right;
	width: 46.6%;
	height: 196px;
}

.OurAdvanyagesFlexs .OurAdvanyageImg {
	width: 46.6%;
	float: left;
	/* height: auto; */
	object-fit: cover;
}

.OurAdvanyagesFlexs .Advantage h2 {
	width: 30.8%;
}

.OurAdvanyagesFlexs .Advantage p {
	width: 65%;
}

.ServiceTenet {
	/* background-image: url(../images/img7.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */
	width: 100%;
	/* height: 225px; */
	margin-top: 60px;
}

.ServiceTenet img {
	max-width: 100%;
	display: block;
	margin: 0px auto;
}

/* .ServiceTenet .TitleCont h2 {
	color: #fff;
	padding-top: 65px;
}

.ServiceTenet .TitleCont h3 {
	color: #FFFFFF;
}

.ServiceTenet .TitleCont p {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 18px;
} */

/* å‘å±•æˆ˜ç•¥ */
.Development {
	background: #fff;
	padding: 50px 44px;
	margin-top: 44px;
}

.Development img,
.TrendsCont img {
	max-width: 100%;
	display: block;
	margin: 0px auto 35px;
}

.Development p {
	font-size: 16px;
	line-height: 38px;
	color: #666666;
	margin-top: 15px;
	display: block;
	text-align: justify;
}

/* ç»è¥ä¸šæ€ */
.TrendsCont {
	padding: 54px 42px 50px;
	margin-top: 41px;
	background: #fff;
}

.TrendsContH {
	font-size: 26px;
	text-align: center;
	line-height: 38px;
	font-weight: bold;
	color: #333333;
}

.TrendsCont h2 {
	font-size: 22px;
	line-height: 38px;
	color: #333333;
	margin-top: 30px;
}

.TrendsCont p {
	font-size: 15px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 30px;
}

.TrendsEWm {
	border-top: 1px solid #e2dede;
	padding-top: 40px;
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	text-align: center;
}

.TrendsEWm img {
	width: 154px;
	height: 154px;
	margin: 0px auto;
}

.TrendsEWm p {
	font-size: 16px;
	text-align: center;
	margin: 0;
	color: #333;
}

/* ä¼ä¸šè£èª‰ */
.HonorCont {
	margin: 44px 0px 180px;
}

.HonorContTag {
	width: 310px;
	/* height: 204px; */
	float: left;
	margin-bottom: 30px;
	margin-right: 42px;
	overflow: hidden;
}

.HonorContTag h2 {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin: 30px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


.HonorContTag img,
.BusinessIndexImg img,
.TradePromotionImg 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;
}

.HonorContTag:hover img,
.BusinessIndexTag:hover .BusinessIndexImg img,
.TradePromotionTag:hover .TradePromotionImg img {
	transform: scale(1.02);
	-webkit-transition: scale(1.02);
	-ms-transition: scale(1.02);
	-mos-transition: scale(1.02);
}

.HonorContTag:hover img {
	transform: scale(1.2);
	-webkit-transition: scale(1.2);
	-ms-transition: scale(1.2);
	-mos-transition: scale(1.2);
}

.HonorContTag img {
	height: 204px;
}

/* ä¼ä¸šè¦é—» */
.BusinessIndex {
	margin-top: 44px;
	background: #fff;
	padding: 0 44px 40px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.BusinessIndexTag {
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
	padding: 30px 0;
	display: block;
}

.BusinessIndexImg {
	width: 23.1%;
	height: 174px;
	overflow: hidden;
	float: left;
}

.BusinessIndexR {
	width: 72.8%;
	float: right;
	position: relative;
	height: 174px;
}

.BusinessIndexR h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	overflow: hidden;
	max-height: 58px;
}

.BusinessIndexR h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 15px;
	color: #999;
	overflow: hidden;
	display: block;
	margin: 7px 0px;
}

.BusinessIndexR p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
}

.BusinessIndexTag:hover .BusinessIndexR h2 {
	color: #f5a312;
}

.BusinessIndex .BusinessNewsDiv {
	height: auto;
	overflow: initial;
	margin-top: 20px;
	display: block;
}

.page {
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 80px auto 0;
	display: inline-block;
	vertical-align: top;
}

.page a {
	color: #999999;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-right: 5px;
	padding: 0px 18px;
	height: 42px;
	border: solid 1px rgba(153, 153, 153, 0.5);
	line-height: 42px;
	text-align: 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;
}

.page a.nor,
.page a:hover {
	background-color: #f5a312;
	color: #fff;
	border: solid 1px #f5a312;
}

/* ä¸“ä¸šå±•è§ˆ */
.ExhibitionCont {
	padding: 35px 50px 40px;
	background: #fff;
	margin-top: 48px;
}

.ExhibitionCont h2 {
	font-size: 22px;
	line-height: 38px;
	text-align: center;
	color: #333333;
	margin-bottom: 35px;
}

.ExhibitionContImg {
	width: 37.8%;
	max-height: 137px;
	float: left;
	margin-left: 18px;
	margin-top: 64px;
}

.ExhibitionContP {
	width: 47.5%;
	float: right;
	font-size: 16px;
	line-height: 38px;
	color: #666666;
	text-align: justify;
}

.LinkageMode {
	background: #fff;
	margin-top: 47px;
	padding: 40px 48px 40px 42px;
}

.LinkageMode p {
	width: 47.7%;
	float: left;
	font-size: 16px;
	line-height: 38px;
	color: #666666;
}

.LinkageMode img {
	width: 47.2%;
	height: 203px;
	float: right;
}

.ExhibitionService {
	background: #fff;
	margin-top: 50px;
	padding: 35px 44px;
	font-size: 16px;
	line-height: 38px;
	color: #666666;
}

.ExhibitionLight img {
	width: 47.2%;
	height: 203px;
	float: left;
}

.ExhibitionLightR,
.ExhibitionMain p {
	font-size: 16px;
	line-height: 38px;
	color: #333;
}

.ExhibitionMain p {
	margin-top: 30px;
}

.ExhibitionMain .ExhibitionLightR p {
	margin-top: 0;
}

.ExhibitionLightR h2 {
	font-size: 20px;
	line-height: 38px;
	color: #333;
	margin-top: 5px;
	max-width: 100%;
	display: inline-block;
	margin-top: 20px;
	vertical-align: top;
	margin-bottom: 0;
}

.ExhibitionService .ExhibitorsBrand img,
.ExhibitionMain img {
	max-width: 100%;
	display: block;
	margin: 20px auto 0;
}

.ExhibitorsBrand h2 {
	font-size: 20px;
	line-height: 38px;
	color: #333;
	margin-bottom: 35px;
}

.ExhibitionService .ExhibitorsBrand .ExhibitorsBrandTag img {
	width: 100%;
	height: 100%;
	margin: 0px;
}

.ExhibitorsBrandTag {
	width: 235px;
	height: 100px;
	display: inline-block;
	margin-top: 20px;
	vertical-align: top;
}

.ContactUs {
	border-top: 1px solid #ededed;
	margin-top: 40px;
	padding-top: 45px;
	font-size: 16px;
	line-height: 47px;
	text-align: center;
	color: #666666;
}

.ContactUs h2 {
	font-size: 20px;
	line-height: 38px;
	color: #333;
	margin-bottom: 15px;
	text-align: center;
}

.ContactUs p {
	text-align: center;
}

.ContactUs h2 img {
	width: 24px;
	height: 24px;
	margin-right: 15px;
}

/* èŸå¥½å–ç”µå•† */
.ElectronicP {
	width: 50.8%;
	float: left;
	font-size: 16px;
	line-height: 38px;
	color: #666666;
}

.ElectronicImg {
	width: 32.5%;
	float: right;
	margin-top: 50px;
	font-size: 16px;
	line-height: 38px;
	color: #333;
	text-align: center;
	margin-right: 77px;
}

.ElectronicImg img {
	width: 100%;
	max-height: 173px;
	display: block;
	margin: 0px auto 30px;
}

.WeChatMall {
	background-color: #e8e7e7;
	margin-top: 50px;
	padding: 30px 240px;
}

.WeChatMall img {
	width: 139px;
	height: 139px;
	float: left;
}

.WeChatMallR {
	float: right;
	width: 358px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}

/* æ–°é—»è¯¦æƒ… */
.NewsDetail {
	padding: 48px 45px 30px;
	background: #fff;
	margin-top: 44px;
}

.NewsDetail h2 {
	font-size: 26px;
	text-align: center;
	color: #333;
	line-height: 42px;
}

.NewsDetail span {
	/*display: block*/;
	text-align: center;
	font-size: 16px;
	color: #999;
	margin: 35px 0;
}

.NewsDetail span i {
	padding-left: 50px;
}

.NewsDetail p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	margin-bottom: 30px;
	display: block;
}

.NewsDetail img {
	max-width: 100%;
	display: block;
	margin: 0 auto 30px;
}

.BackPage {
	margin-top: 20px;
	width: 100%;
}

.BackPage h2 {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}

.BackPage h2:first-of-type {
	margin-bottom: 8px;
}

.BackPage h2 a {
	color: #666;
}

.BackPage h2 a.nor {
	color: #ef8101;
}

.BackPage .col-md-4 a {
	width: 180px;
	height: 46px;
	background-color: #f5a312;
	line-height: 46px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	float: right;
}

/* ä¼ä¸šæ–‡åŒ– */
.TradePromotion {
	background-image: url(../images/img24.jpg);
	height: 360px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 44px;
	width: 100%;
}

.TradePromotion h2 {
	font-size: 14px;
	line-height: 34px;
	color: #333;
	text-align: center;
	padding-top: 52px;
}

.TradePromotion h2 i {
	display: block;
	font-size: 20px;
	color: #000000;
}

.TradePromotionTag {
	float: left;
	width: 23.67%;
	height: 400px;
	overflow: hidden;
	margin-top: 60px;
	background-image: linear-gradient(#ffffff,
		#ffffff),
		linear-gradient(#000000,
		#000000);
	background-blend-mode: normal,
		normal;
	margin-right: 18px;
}

.TradePromotionImg {
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.TradePromotionTag h2 {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	color: #333;
	line-height: 80px;
	height: 80px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	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;
}

.TradePromotionTag:hover h2 {
	background-color: #ef8101;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* ç‰©ä¸šæ‹›ç§Ÿ */
.PropertyCont {
	padding: 0px 28px;
}

/* .PropertyCont .BusinessIndexImg {
	width: 39.7%;
	height: 264px;
} */

/* .PropertyCont .BusinessIndexR {
	width: 56.9%;
	height: 264px;
} */

.PropertyCont .BusinessIndexR p i {
	display: block;
}

.PropertyCont .BusinessIndexR h3 img,
.SearchNews .BusinessIndexR h3 img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.PropertyCont .BusinessIndexR span,
.SearchNews .BusinessIndexR span {
	position: initial;
	margin-top: 45px;
	float: left;
}

.PropertyCont .BusinessIndexR span {
	margin-top: 22px;
}

/* è”ç³»æˆ‘ä»¬ */
.ContactMain {
	width: 100%;
	height: 500px;
	background-color: #ffffff;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
	margin-top: 44px;
	margin-bottom: 90px;
}

.ContactMainL {
	width: 49.3%;
	float: left;
	padding: 36px 40px;
	height: 576px;
	overflow: hidden;
}

.ContactMainL h2 {
	font-size: 24px;
	color: #333;
	display: block;
	margin-bottom: 45px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.ContactMainL p {
	font-size: 18px;
	color: #666;
	display: block;
	margin-bottom: 15px;
	line-height: 26px;
}

.map {
	width: 49.99%;
	height: 100%;
	border: solid 1px rgba(153, 153, 153, 0.28);
	position: relative;
	float: right;
}

#allmap {
	width: 100%;
	height: 100%;
}

/* äººæ‰æ‹›è˜ */
.PersonnelCont {
	background: #fff;
	margin-top: 42px;
	padding: 45px 42px 40px;
	font-size: 16px;
	line-height: 38px;
	color: #666;
}

.PersonnelCont h2 {
	text-align: center;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-bottom: 38px;
}

.PersonnelCont p strong {
	font-size: 18px;
	display: block;
	margin-top: 35px;
}

.PersonnelCont p i {
	display: block;
	padding-left: 25px;
}

.PengyouRecruitmentTag {
	width: 100%;
	padding: 15px 30px;
	display: block;
	margin-top: 30px;
	border: solid 1px #cbc6c6;
}

.PengyouRecruitmentCont {
	background-image: url(../images/down.png);
	background-size: 22px 12px;
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

.PengyouRecruitmentTag.on .PengyouRecruitmentCont {
	background-image: url(../images/down_h.png);
	background-size: 22px 12px;
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

.PengyouRecruitmentTag.on .PengyouRecruitmentCont h3 {
	color: #ef8101;
}

.PengyouRecruitmentTag.on {
	background-color: #fcfcfc;
	border: solid 1px #ef8101;
}

.PengyouRecruitmentCont h3 {
	font-size: 18px;
	line-height: 28px;
	color: #666;
	font-weight: bold;
}

.PengyouRecruitmentDown {
	width: 100%;
	display: none;
	padding-bottom: 30px;
	padding-top: 30px;
}

.PengyouRecruitmentTag.on .PengyouRecruitmentDown {
	display: block;
}

.PengyouRecruitmentDown p {
	font-size: 16px;
	color: #666;
	line-height: 38px;
}

.PengyouRecruitmentDown p strong {
	font-size: 18px;
	font-weight: bold;
	margin-top: 28px;
}

.WorksCont span {
	float: left;
	width: 160px;
	margin-top: 30px;
}

.WorksCont span h3 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	line-height: 38px;
}

.WorksCont span i {
	font-weight: normal;
	display: block;
}

.LoadText {
	width: 850px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	padding-left: 20px;
	color: #999999;
	float: left;
}

.SearchbarOverlay .LoadCont {
	height: 50px;
	line-height: 50px;
	box-shadow: none;
	width: 1240px;
	display: block;
	margin: 0px auto;
}

.LoadCont {
	width: 920px;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.1);
	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%);
}

.SearchbarOverlay .LoadText {
	height: 50px;
	line-height: 50px;
	width: 1025px;
}


.SearchbarOverlay .LoadBut {
	width: 160px;
	height: 50px;
	background-color: #ef8101;
	background-image: none;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	float: right;
}

.CloseCont {
	width: 25px;
	height: 25px;
	margin-right: 30px;
	cursor: pointer;
}

.SearchbarOverlay {
	position: fixed;
	width: 100%;
	/* height: 100%; */
	top: 0;
	right: 0;
	overflow: hidden;
	bottom: 0;
	left: 0;
	z-index: 999;
	/* background: #fff; */
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease-in-out, border .25s ease-in-out;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
}

.SearchbarOverlay.on {
	opacity: 1;
	visibility: visible;
}

.SearchbarOverlay .container {
	background: rgb(240, 240, 240);
	/* margin-top: 80px; */
	padding: 160px 0 0;
	width: 100%;
	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;
	transform: scale(0.8);
	-webkit-transition: scale(0.8);
	-ms-transition: scale(0.8);
	-mos-transition: scale(0.8);
}

.SearchbarOverlay.on .container {
	transform: scale(1);
	-webkit-transition: scale(1);
	-ms-transition: scale(1);
	-mos-transition: scale(1);
}

.SearchbarOverlay img.CloseSearch {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 20px;
	right: 2%;
	cursor: pointer;
}

/* æœç´¢é¡µé¢ */
.SearchNews {
	margin-top: 30px;
	margin-bottom: 16px;
}

.SearchNews .BusinessIndexTag {
	padding: 42px 34px;
	background: #fff;
	margin-bottom: 36px;
}

.SearchNews .BusinessIndexImg {
	width: 420px;
	height: 292px;
}

.SearchNews .BusinessIndexR {
	width: 788px;
	float: left;
	margin-left: 48px;
	height: 292px;
	overflow: hidden;
	padding-top: 18px;
}

.mb100 {
	padding-bottom: 100px;
}

@media screen and (max-width: 1366px) {

	.container,
	.OtherBanner,
	.IndexBanner {
		width: 1200px;
	}

	.HeaderFlix:before {
		content: '';
		width: 775px;
	}

	.Logo img {
		width: 280px;
		height: 36px;
		margin-top: 38px;
	}

	.b_head ul li {
		margin-right: 30px;
	}

	.b_head ul li a {
		font-size: 17px;
	}

	/* .BusinessNewsSwiper {
		width: 502px;
		height: 349px;
	} */

	.BusinessTab a {
		font-size: 20px;
		margin-right: 94px;
		padding-bottom: 12px;
	}

	.BusinessNewsDiv {
		height: 293px;
	}

	.BusinessIndex .BusinessNewsDiv .BusinessNewsTag {
		font-size: 16px;
		line-height: 42px;
	}

	.BusinessNewsTag {
		font-size: 15px;
		line-height: 36px;
	}

	.BusinessNewsTag i {
		width: 85%;
	}

	.CompanyProfileImg {
		width: 263px;
		height: 215px;
	}

	.CompanyProfileR,
	.CompanyCultrueR {
		height: 215px;
		font-size: 15px;
		line-height: 30px;
	}

	.EntranceTag {
		width: 370px;
		height: 167px;
		margin-right: 45px;
	}

	.BaseTit,
	.ManagementSwiper {
		width: 95%;
	}

	.ManagementSwiper {
		height: 245px;
	}

	.ManagementSwiper .swiper-slide img {
		width: 330px;
		height: 175px;
	}

	.FooterTag a,
	.FooterTag p {
		font-size: 13px;
		line-height: 30px;
	}

	.group_nav {
		width: 295px;
	}

	.group_navR {
		width: 860px;
	}

	.Advantage h2 {
		font-size: 15px;
	}

	.HonorContTag {
		width: 260px;
		height: 256px;
		margin-right: 40px;
	}

	.WeChatMall {
		padding-left: 150px;
		padding-right: 150px;
	}
}

@media screen and (max-width: 1380px) {
	.TradePromotionTag {
		width: 23%;
		height: 347px;
		margin-right: 22px;
	}

	.TradePromotionTag .TradePromotionImg {
		height: 267px;
	}
}

@media screen and (max-width:1199px) {
	body {
		min-width: 1200px;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	.container,
	.OtherBanner,
	.IndexBanner {
		width: 1200px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.CompanyProfileR {
		width: 70%;
		border-right: 0px;
	}

	.EntranceTag {
		width: 350px;
		height: 158px;
		margin-right: 60px;
		line-height: 158px;
	}

	.BusinessIndexImg {
		width: 214px;
	}

	.BusinessIndexR {
		width: 525px;
	}

	.BusinessNewsTag i {
		width: auto;
	}
}
