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(/uploads/image/awimages/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: ; */
	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(/uploads/image/awimages/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(/uploads/image/awimages/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(/uploads/image/awimages/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(/uploads/image/awimages/bk1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.entrancetag:nth-of-type(3n) {
	background-image: url(/uploads/image/awimages/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(/uploads/image/awimages/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(/uploads/image/awimages/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(/uploads/image/awimages/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(/uploads/image/awimages/down.png);
	background-size: 22px 12px;
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

.pengyourecruitmenttag.on .pengyourecruitmentcont {
	background-image: url(/uploads/image/awimages/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;
	}
}
