/* banner */
.banner-box {
	height: 370px;
	position: relative;
	overflow: hidden;
}

.banner-box img {
	width: 100%;
	height: 370px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* 内容区域 */
.content-left {
	float: left;
	width: 778px;
	/* overflow: hidden; */
}

.content-right {
	float: right;
	width: 392px;
	/* overflow: hidden; */
}

.container-box-header {
	width: 100%;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 10px;
}

.container-box-title {
	float: left;
	font-size: 18px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #06A4ED;

}

.container-box-more,
.members-more,
.friendship-more {
	float: right;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.container-box-location>span {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
}

.container-box-location>span:last-child {
	color: #06A4ED;
}

.container-box-locationImg {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.container-box-line {
	width: 100%;
	height: 1px;
	background-color: #06A4ED;
	margin-bottom: 25px;
}

.container-box-bannerList {
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
}

.container-box-banner {
	float: left;
	width: 301px;
	height: 226px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-pagination {
	text-align: right !important;
	padding-right: 20px;
}

.my-bullet {
	width: 4px;
	height: 4px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 2px;
}

.my-bullet-active {
	width: 4px;
	height: 4px;
	display: inline-block;
	background: #D31215;
	margin: 2px;
}

.swiper-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper-box>a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.swiper-box:hover>a {
	display: block;
}

.swiper-box .swiper-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.swiper-box .swiper-bottom {
	position: absolute;
	width: 100%;
	height: 48px;
	background: rgba(34, 34, 34, 0.6);
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 6px 10px;
}

.swiper-box .swiper-bottom .swiper-bottom-title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}

.swiper-box .swiper-bottom .swiper-bottom-content {
	font-size: 10px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	line-height: 12px;
}

.container-box-textListMian {
	float: right;
	width: 425px;
	height: 226px;
}

.container-box-textList {
	width: 100%;
	height: 100%;
}


.container-box-textList .container-box-textListSub,
.partyBuildingNews .container-box-textListSub,
.theory .container-box-textListBox {
	list-style: square;
	position: relative;
	width: 100%;
	height: 40px;
	transition: all 300ms;
}

.container-box-textList .container-box-textListSub a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.container-box-textList .container-box-textListSub:hover a {
	display: block;
}

.container-box-textList .container-box-textListSub .container-box-textListTitle {
	float: left;
	width: calc(100% - 100px);
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	overflow: hidden;
	height: 20px;
	transition: all 300ms;
}

.container-box-textList .container-box-textListSub:hover {
	transform: scale(1.1);
	list-style: none;
}

.container-box-textList .container-box-textListSub:hover .container-box-textListTitle {
	color: var(--theme1-color);
}

.container-box-textList .container-box-textListSub:hover .container-box-textListTime {
	color: var(--theme1-color);
}

.container-box-textList .container-box-textListSub .container-box-textListTime {
	width: 89px;
	float: right;
	height: 21px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 19px;
	transition: all 300ms;
}



.notice-box .container-box-textListBox,
.partyBuildingNews .container-box-textListBox,
.theory .container-box-textListBox {
	padding-left: 20px;
}

.notice-box .container-box-textListImg {
	width: 100%;
}

.notice-box .container-box-textListImg .container-box-textListImgBox {
	margin-top: 20px;
}

.container-box-textListImgBox .container-box-textSubListImgBox {
	float: left;
	position: relative;
	width: 186px;
	height: 84px;
	margin-right: 20px;
}

.container-box-textListImgBox .container-box-textSubListImgBox:last-child {
	margin-right: 0px;
}

.container-box-textSubListImgBox img {
	width: 100%;
	height: 84px;
}

.container-box-textSubListImgBox span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 78px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 21px;
	letter-spacing: 1px;
}

.container-box-textSubListImgBox a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.container-box-textSubListImgBox:hover a {
	display: block;
}

.container-box-imgTextBox {
	height: 240px;
}

.container-box-imgTextBox .container-box-imgTextList {
	width: 246px;
	float: left;
	margin-right: 20px;
}

.container-box-imgTextBox .container-box-imgTextList:last-child {
	margin-right: 0px;
}


.container-box-imgTextList img {
	width: 246px;
	height: 185px;
}

.container-box-imgTextList h1 {
	width: 100%;
	height: 21px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 19px;
	margin: 8px 0;
}

.container-box-imgTextList p {
	width: 100%;
	height: 18px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 16px;
}

.container-box-imgTextList a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.container-box-imgTextList:hover a {
	display: block;
}

.commerce-news-bottomImg {
	width: 100%;
	height: 140px;
	margin-top: 30px;
}

.container-color-red {
	color: #B10002;
}

.container-bgcolor-red {
	background-color: #BB2022;
}

/* 党建要闻 */
.partyBuildingNews {
	width: 372px;
	float: left;
}

/* 理论强党 */
.theory {
	width: 372px;
	float: right;
}

/* 行业动态 */
.industryTrends-box .industryTrends-bottom,
.policy-box .policy-bottom {
	width: 100%;
	height: 144px;
	margin-top: 5px;
	margin-bottom: 20px;
	position: relative;
}

.industryTrends-bottom a,
.policy-bottom a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.industryTrends-bottom:hover a,
.policy-bottom:hover a {
	display: block;
}

.industryTrends-box .container-box-textListBox {
	padding-left: 25px;
}

/* 政策预览 */
.policy-box .container-box-textListBox {
	padding-left: 25px;
	height: 240px;
}

/* 会员风采 */
.member {
	height: 404px;
	background: #F4F4F4;
}

.member-box {
	box-sizing: border-box;
	padding-top: 5px;
}

.member-boxlist {
	width: 100%;
	height: 280px;
}

.member-boxlist .member-item {
	float: left;
	width: 219px;
	height: 100%;
	margin-right: 26px;
	position: relative;

}

.member-boxlist .member-item:last-child {
	margin-right: 0;
}

.member-item .member-item-imgBox {
	width: 100%;
	height: 165px;
	overflow: hidden;
	transition: all 1s;
}

.member-item-imgBox img {
	transition: all 1s;
}

.member-item-contentBox {
	background-color: #fff;
	width: 100%;
	height: 114px;
	box-sizing: border-box;
	padding: 14px;
	transition: all 1s;
}

.member-item-contentBox .member-item-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 21px;
}

.member-item-contentBox .member-item-content {
	margin-top: 10px;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}

.member-item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.member-item:hover .member-item-contentBox {
	background: #06A4ED;
}

.member-item:hover .member-item-contentBox .member-item-title {
	color: #FFFFFF;
}

.member-item:hover .member-item-contentBox .member-item-content {
	color: #FFFFFF;
}

.member-item:hover .member-item-imgBox img {
	transform: scale(1.1);
}

.member-item:hover a {
	display: block;
}

/* 友情链接 */
.links {
	height: 100px;
}

.linksList {
	width: 367px;
	height: 48px;
	opacity: 1;
	border: 1px solid #06A4ED;
	float: left;
	margin-right: 49px;
}

.linksList:last-child {
	margin-right: 0;
}

.linksList select {
	width: 100%;
	height: 100%;
	border: 1px solid #06A4ED;
	outline: none;
	height: 46px;
	line-height: 46px;
}

.links .layui-unselect {
	height: 46px;
}

/* 回到顶部 */
.goTop {
	position: fixed;
	width: 54px;
	height: 54px;
	background: #3DA8F5;
	border-radius: 50%;
	bottom: 48px;
	right: 10%;
	cursor: pointer;
}

/* 注册 */
.hoverLink {
	position: relative;
}

.hoverLink>a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.hoverLink:hover {
	display: block;
}

.registerBox,
.loginBox {
	width: 100%;
	min-width: 1200px;
	min-height: calc(100% - 90px);
	background-image: url(../img/register.png);
	position: relative;
}

.register-center,
.loginBox-center {
	width: 600px;
	height: 620px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 52px 110px;
}

.register-center {
	height: 700px;
}

.register-title,
.login-title {
	height: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 35px;
	margin-bottom: 40px;
	text-align: center;
}

.register-titleName,
.login-titleName {
	color: #06A4ED;
}

.register-phoneBox .register-phoneLable,
.register-verificationCodeBox .register-verificationCodeLable,
.register-passwordBox .register-passwordLable {
	height: 21px;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 19px;

}

.register-phone input,
.register-verificationCode input,
.register-password input,
.accountNavBox .loginBox-phone input,
.accountNavBox .loginBox-password input,
.phoneNavBox .loginBox-phone input {
	width: 380px;
	height: 48px;
	background: #FAFAFA;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #EFEFEF;
	padding-left: 20px;
	margin-top: 14px;
	margin-bottom: 20px;
}

.register-verificationCode input {
	width: 280px;
}

.register-verificationCode span {
	width: 80px;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #06A4ED;
	line-height: 40px;
	margin-left: 15px;
	cursor: pointer;
	user-select: none;
	display: inline-block;
}

.register-box,
.login-box {
	margin-top: 15px;
}

.register-button,
.login-button {
	width: 380px;
	height: 58px;
	background: #06A4ED;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 4px;
}

.register-toLogin,
.login-toregister {
	margin-top: 10px;
	text-align: right;
	height: 21px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 19px;
}

.register-toLogin a,
.login-toregister a {
	color: #06A4ED;
}

/* 登录 */
.loginBox-nav {
	margin-bottom: 20px;
}

.accountNav,
.phoneNav {
	text-align: center;
	width: 50%;
	height: 60px;
	float: left;
	padding: 0 55px;
	box-sizing: border-box;
	position: relative;
	line-height: 60px;
	font-size: 20px;
	font-weight: 400;
	color: #999999;
	cursor: pointer;
}

.loginBox-nav .loginBox-nav-active {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.loginBox-nav .loginBox-nav-active::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background: #06A4ED;
	bottom: -4px;
	left: 0px;
}

.phoneNavBox {
	display: none;
}

/* 详情 */
.content-details {
	display: none;
}

.content-details-title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 23px;
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
}

.content-details-info {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EFEFEF;
}

.content-details-info>span:not(:last-child) {
	margin-right: 60px;
}

.content-details-abstract {
	box-sizing: border-box;
	padding: 20px 30px;
	background: #F2F2F2;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin: 20px 0;
}

.content-details-shareBox {
	margin-top: 20px;
	border-top: 1px solid #EFEFEF;
	padding-top: 20px;
}

.content-details-shareTitle {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
	margin-bottom: 10px;
}

.content-details-shareList {
	float: left;
}

.content-details-shareList span {
	width: 48px;
	height: 48px;
	display: inline-block;
	cursor: pointer;
	margin-right: 16px;
}

.content-details-back {
	float: right;
	margin-right: 60px;
	width: 120px;
	height: 48px;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid #E8E8E8;
	font-size: 16px;
	line-height: 46px;
	color: #666666;
	font-weight: 400;
	cursor: pointer;
}

.content-details-shareBrother {
	margin-top: 20px;
}

.content-details-shareBrother span {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #727272;
	line-height: 19px;
	margin-bottom: 20px;
	width: 100%;
    overflow: hidden;
}
.content-details-shareBrother span a{
	white-space: nowrap;
}

.content-details-shareBrother span:hover {
	color: #06A4ED;
}

.content-details-shareBrother span:hover a {
	text-decoration: underline;
	color: #06A4ED;
}

/* 
    关于我们
*/
.about-box {
	width: 100%;
}

.about-box-list {
	width: 100%;
	display: none;
}

.about-box-list {
	min-height: 400px;
}

.about-box-list.show {
	display: block;
}

.association-introduction .association-introduction-title,
.rules-title {
	text-align: center;
	line-height: 45px;
	font-size: 30px;
}

.association-introduction .association-introduction-viceTitle,
.rules-viceTitle {
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	color: #333333;
}

.association-introduction .association-introduction-content,
.rules-content {
	line-height: 30px;
	margin-top: 15px;
}

.association-introduction .association-introduction-content p,
.rules-content p {
	text-indent: 2em;
}

.association-honors {
	min-height: 400px;
}

.association-honors-item {
	box-sizing: border-box;
	float: left;
	width: 405px;
	height: 300px;
	margin: 20px 30px;
	border: 1px solid #C4C4C4;
	background: #fff;
	cursor: pointer;
	transition: all 300ms;
}

.association-honors-item:hover {
	box-shadow: 0px 0px 11px 3px rgb(0 0 0 / 10%);
}

.association-honors-item .association-honors-img {
	width: 100%;
	height: 240px;
	background: #F9F9F9;
	display: flex;
	align-items: center;
	justify-content: center;

}

.association-honors-item .association-honors-img>img {
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 80%;
}

.association-honors-item .association-honors-title {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 19px;
	height: 60px;
}


/* 注册流程 */
.registrationProcess>form:not(:first-child) {
	display: none;
}

.registrationProcess label {
	padding: 9px 8px;
	width: 115px;
}

.registrationProcess .layui-form-item .layui-inline:not(:last-child) {
	margin-bottom: 15px;
}

.essentialInfoForm textarea,
.companyInfoForm textarea,
.enterpriseHonorForm textarea {
	resize: none;
}

.essentialInfoForm .layui-input-inline .layui-form-select,
.companyInfoForm .layui-input-inline .layui-form-select,
.enterpriseHonorForm .layui-input-inline .layui-form-select {
	text-align: left;
}

.essentialInfoForm .imgBox,
.companyInfoForm .imgBox,
.enterpriseHonorForm .imgBox,
.personalHonorForm .imgBox {
	width: 150px;
	height: 96px;
	background-size: 100% 100%;
	margin-bottom: 14px;
}

.essentialInfoForm .imgBox>img,
.companyInfoForm .imgBox>img,
.enterpriseHonorForm .imgBox>img,
.personalHonorForm .imgBox>img {
	width: 100%;
	height: 100%;
}

.essentialInfoForm .btnBox,
.companyInfoForm .btnBox,
.enterpriseHonorForm .btnBox,
.personalHonorForm .btnBox {
	width: 150px;
	text-align: center;
}

.essentialInfoForm .idCardPositive {
	background-image: url(../img/positive.png);
}

.essentialInfoForm .idCardReverse {
	background-image: url(../img/reverse.png);
}

.essentialInfoForm .photo,
.companyInfoForm .imgBox,
.enterpriseHonorForm .imgBox,
.personalHonorForm .imgBox {
	background-image: url(../img/photo.png);
}

/* 会员风采列表 */
.memberList-mian {
	width: 100%;
	min-height: 158px;
}

.memberList-mian>div {
	min-height: 280px;
}

.memberList-mian .memberList-item {
	width: 217px;
	height: 260px;
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
	box-shadow: 0 2px 5px 0px #ddd;
	cursor: pointer;
	transition: all 300ms;
}

.memberList-mian .memberList-item:nth-child(4n) {
	margin-right: 0;
}

.memberList-mian .memberList-item .memberList-item-imgBox {
	width: 100%;
	height: 165px;
	overflow: hidden;
}

.memberList-mian .memberList-item .memberList-item-imgBox>img {
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.memberList-mian .memberList-item .memberList-item-contentBox {
	width: 100%;
	height: 95px;
	box-sizing: border-box;
	padding: 20px 14px;
	background-color: #fff;
	transition: all 1s;
}

.memberList-item-contentBox>h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 21px;
	margin-bottom: 10px;
}

.memberList-item-contentBox>p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}

.memberList-item:hover {
	box-shadow: 0 2px 5px 2px #ccc;
}

.memberList-item:hover .memberList-item-imgBox img {
	transform: scale(1.1);
}

.memberList-item:hover .memberList-item-contentBox {
	background: #06A4ED;
}

/* 会员详情 */
.memberDetailsInfo {
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 30px 40px;
}

.memberDetailsInfo-portrait {
	width: 110px;
	height: 180px;
	float: left;

}

.memberDetailsInfo-portrait-box {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
}

.memberDetailsInfo-portrait-name {
	width: 80px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 19px;
	text-align: center;
	max-height: 59px;
	margin-bottom: 15px;
}

.memberDetailsInfo-portrait-phone {
	width: 110px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	/* height: 20px; */
	white-space: normal;
}

.memberDetailsInfo-content {
	box-sizing: border-box;
	padding: 0 64px;
	float: left;
	border-left: 1px solid #F4F4F4;
}

.memberDetailsInfo-content-top {
	height: 46px;
	margin-bottom: 30px;
}

.memberDetailsInfo-content-list {
	float: left;
	width: 280px;
}

.memberDetailsInfo-content-list>div {
	float: left;
}

.memberDetailsInfo-content-list .memberDetailsInfo-content-icon {
	width: 46px;
	height: 46px;
	margin-right: 20px;
}

.memberDetailsInfo-content-list .memberDetailsInfo-content-text {
	width: 200px;
	overflow: hidden;
}

.memberDetailsInfo-content-list .memberDetailsInfo-content-text h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	margin-bottom: 10px;
}

.memberDetailsInfo-content-list .memberDetailsInfo-content-text p {
	font-size: 14px;
	;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
}

.memberDetailsInfo-content-brief>h3 {
	float: left;
	width: 70px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}

.memberDetailsInfo-content-brief>div {
	float: left;
	width: 805px;
	height: 32px;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
	position: relative;
	pointer-events: none;
}

.memberDetailsInfo-content-brief>div::after {
	content: attr(data-attr);
	display: inline;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #06A4ED;
	padding: 0 5px;
	background-color: #fff;
	pointer-events: auto;
	cursor: pointer;
}

.companySelection {
	background: #06A4ED;
	height: 58px;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 20px;
	margin: 20px 0 23px;
}

.companySelection>h3 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
}

.companySelection .companySelection-box {
	width: 260px;
	height: 42px;
	float: right;
}

.company-tab .company-tab-title {
	display: flex;
	border: 1px solid #E7E7E7;
}

.company-tab .company-tab-title li {
	flex: 1;
	text-align: center;
	line-height: 58px;
	border-right: 1px solid #E7E7E7;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.company-tab .company-tab-title li.company-tab-this {
	background: #06A4ED;
	font-weight: bold;
	color: #FFFFFF;
}

.company-tab .company-tab-title li:last-child {
	border-right: 1px solid transparent;
}

.company-tabList {
	margin-top: 20px;
}

.company-tabList>div {
	display: none;
}

.company-tabList>.show {
	display: block;
}

.company-tabList .company-tabList-info {
	background: #FFFFFF;
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 20px;
	min-height: 290px;
}

.company-tabList-infoHeader .company-tabList-infoLogo {
	float: left;
	width: 90px;
	height: 90px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid #EDEDED;
	overflow: hidden;
}

.company-tabList-infoContent {
	margin-left: 20px;
	float: left;
	max-width: 870px;
	overflow: hidden;
}

.company-tabList-infoContent .company-tabList-position>div:first-child {
	max-width: 600px;
	overflow: hidden;
	height: 18px;
}

.company-tabList-infoContent .company-tabList-position>div:last-child {
	width: 100%;
	overflow: hidden;
	height: 18px;
}

.company-tabList-infoContent .company-tabList-title {
	/* position: relative; */
	width: 100%;
}

.company-tabList-btnRight {
	float: right;
}

.company-tabList-btnRight>button.layui-btn-danger {
	background-color: #ff1200;
}

.company-tabList-infoContent .company-tabList-title h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 23px;
	max-width: 950px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

.company-tabList-infoContent .company-tabList-title span {
	float: left;
	width: 38px;
	height: 20px;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid #008224;
	font-size: 12px;
	font-weight: 400;
	color: #008224;
	line-height: 18px;
	text-align: center;
	box-sizing: border-box;
}

.company-tabList-infoContent .company-tabList-tag {
	margin: 11px 0;
	height: 24px;
}

.company-tabList-infoContent .company-tabList-tag span {
	height: 18px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	margin-right: 30px;
}

.company-tabList-infoContent .company-tabList-tag span.active {
	color: #06A4ED;
}

.company-tabList-position>div {
	float: left;
	margin-right: 40px;
}

.company-tabList-infoTable {
	margin-top: 20px;
}

.company-tabList-infoTable table tr td:nth-child(2n+1) {
	width: 200px;
	height: 42px;
	background: #EEFAFF;
}

.company-tabList-product .company-tabList-productBox {
	margin-bottom: 30px;
	min-height: 500px;
}

.company-tabList-productBox .company-tabList-productList {
	float: left;
	width: 232px;
	height: 336px;
	box-sizing: border-box;
	border: 1px solid #EDEDED;
	padding: 18px;
	margin-right: 10px;
	margin-bottom: 20px;
	transition: all 300ms;
	cursor: pointer;
}

.company-tabList-productBox .company-tabList-productList:hover {
	box-shadow: 0px 0px 11px 3px rgb(0 0 0 / 10%);
}

.company-tabList-productBox .company-tabList-productList:nth-child(5n) {
	margin-right: 0;
}

.company-tabList-productList .company-tabList-productListImg {
	width: 196px;
	height: 196px;
	background: #F0F0F0;
	border-radius: 0px 0px 0px 0px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 196px;
}

.company-tabList-productList .company-tabList-productListImg>img {
	width: 84px;
	height: 113px;
}

.company-tabList-productList .company-tabList-productListName {
	height: 48px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-bottom: 20px;
}

.company-tabList-productList .company-tabList-productListPrice {
	width: 99px;
	height: 24px;
	font-size: 30px;
	font-weight: bold;
	color: #EA2A2D;
	line-height: 24px;
}

.company-tabList-productList .company-tabList-productListPrice>span {
	font-size: 16px;
}

.company-tabList-casesBox {
	margin-bottom: 30px;
	min-height: 500px;
}

.company-tabList-casesBox .company-tabList-casesList {
	margin-bottom: 20px;
	cursor: pointer;
}

.company-tabList-casesListImg {
	width: 495px;
	height: 260px;
	float: left;
}

.company-tabList-casesListContent {
	width: 705px;
	height: 260px;
	background: #F4F4F4;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	position: relative;
}

.company-tabList-casesListContent .company-tabList-casesListContentBox {
	width: 415px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.company-tabList-casesListContent .company-tabList-casesListTitle {
	font-size: 24px;
	font-weight: bold;
	color: #06A4ED;
	line-height: 28px;
	margin-bottom: 15px;
}

.company-tabList-qualificationsBox {
	margin-bottom: 30px;
	min-height: 500px;
}

.company-tabList-qualificationsBox .company-tabList-qualificationsList {
	float: left;
	width: 386px;
	height: 270px;
	background: #F9F9F9;
	border: 1px solid #C4C4C4;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all 300ms;
}

.company-tabList-qualificationsBox .company-tabList-qualificationsList:nth-child(3n) {
	margin-right: 0;
}

.company-tabList-qualificationsBox .company-tabList-qualificationsList:hover {
	box-shadow: 0px 0px 11px 3px rgb(0 0 0 / 10%);
}

.company-tabList-qualificationsList .company-tabList-qualificationsListImg {
	width: 100%;
	height: 200px;
	position: relative;
}

.company-tabList-qualificationsList .company-tabList-qualificationsListImg>img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.company-tabList-qualificationsList .company-tabList-qualificationsListName {
	height: 68px;
	background: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	display: flex;
	/*实现垂直居中*/
	align-items: center;
	justify-content: center;
	line-height: 20px;
}

/* 用户信息 */
.userInformation {
	position: relative;
	cursor: pointer;
	display: none;
	z-index: 999;
}

.userInformation>.goFullMember {
	width: 150px;
	height: 40px;
	background: #fff;
	border-radius: 2px 2px 2px 2px;
	border: none;
	box-sizing: border-box;
	padding: 2px 0;
}

.userInformation .goFullMember>img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	vertical-align: top;
}

.userInformation .goFullMember>span {
	font-size: 14px;
	color: #272727;
	display: inline-block;
	width: 80px;
	line-height: 40px;
}

.userInformation:hover .userInformationList {
	display: block;
}

.userInformation .userInformationList {
	display: none;
	position: absolute;
	padding-top: 10px;
	width: 100%;
	top: 35px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 4px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.userInformation .userInformationList p {
	/* border: 1px solid #d2d2d2; */
	line-height: 44px;
}

.userInformation .userInformationList p:hover {
	background-color: rgb(255 106 0 / 20%);
}