* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #666666;
}

ul li {
	list-style: none;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
}

/* input{
	cursor: pointer;
} */
htnl,
body {
	font-size: 14px;
	background-color: #F9F9F9;
	min-width: 1300px;
}

input,
button {
	outline: none;
}

table {
	width: 100%;
	text-align: center;
	/*文本居中*/
	border-collapse: collapse;
	/*表格的边框合并，如果相邻，则共用一个边框*/
	border-spacing: 0;
	/*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用 */
	table-layout: fixed;
}

table td {
	/*word-break: break-all;
	!*允许在字内换行,即单词可分*!
	word-wrap: break-word;
	!*允许长单词或URL地址换行*!*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}

.content {
	width: 1200px;
	margin: 0 auto;
}

.active_hong {
	color: #fd4259;
}

.bg_bai {
	background-color: #FFFFFF;
}

.banquan {
	text-align: center;

}

.body {
	margin: 20px auto 16px;
	overflow: hidden;
}

textarea {
	outline: none;
}





/* 登陆页面 */
.login_top {
	height: 122px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #999999;

}

.login_topleft {
	color: #fd4259;
	font-size: 14px;
}

.login_top p span {
	position: relative;
	margin-right: 30px;
	color: #999999;
}

.login_top p span:nth-child(1)::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 6px;
	right: -13px;
	width: 1px;
	height: 11px;
	background-color: #e5e5e5;
}

.login_center {
	position: relative;
	height: 653px;
	width: 100%;
	background: url(../img/login_banner.png) no-repeat;
	background-position: center;
}

.register_center {
	height: 653px;
	background: url(../img/zhuce_banner.png) no-repeat;
	background-position: center;
}

.login_center_ding {
	position: absolute;
	top: 54px;
	left: 50%;
	height: 460px;
	transform: translate(-50%, 0%);
	height: 100%;
}


.login_center_login {
	position: absolute;
	right: 0;
	top: -8px;
	width: 410px;
	height: 460px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 14px;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
}

.login_center_login_txt {
	line-height: 90px;
	text-align: center;
	font-size: 30px;

	color: #666666;

}

.login_phone,
.login_mima {
	height: 46px;
	background-color: #ffffff;

	border-bottom: solid 1px #e5e5e5;
	display: flex;
	align-items: center;
	margin-bottom: 27px;
}

.login_phone img,
.login_mima img {
	width: 18px;
	height: 23px;
	margin: 0 13px 0px 24px;
}

.login_banner {
	width: 100%;
	min-width: 1200px;
	height: 100%;
}

.login_phone input,
.login_mima input {
	height: 100%;
	width: 280px;
	border: none;
}

.zidong_login {
	display: flex;
	align-items: center;
	padding-top: 21px;
	justify-content: space-between;
}

.zidong_login span {
	color: #379be9;
}

.login_center_login button {
	height: 50px;
	background-color: #f52122;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	width: 100%;
	font-size: 20px;
	margin: 22px 0 24px 0;
	color: #ffffff;
}

.go_zhuce {
	text-align: right;
}

.go_zhuce span {
	color: #f52122;
}

.go_zhuce img {
	vertical-align: middle;
}

/* 单选按钮*/
.xuanze .radio input[type='radio'] {
	width: 0.94rem;
	height: 0.94rem;
	vertical-align: middle;
	opacity: 0;
}

.xuanze .radio {
	position: relative;
}

.xuanze .radio label {
	width: 0.94rem;
	height: 0.94rem;
	position: absolute;
	top: 4px;
	left: 0;
	border: 1px solid #CCC;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.xuanze .radio label:after {
	content: '';
	width: 0.5rem;
	height: 0.2rem;
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	border: 1px solid #98BDF5;
	border-top: none;
	border-right: none;
	opacity: 0;
	transform: rotate(-45deg);
	/*-webkit-transform:rotate(-45deg);
		 	*/
}

.xuanze .radio input:checked+label {
	background: #ff4d6d;
	border: none;

}

.xuanze .radio input:checked+label {
	color: #ff4d6d;
}

.xuanze .radio input:checked+label:after {
	opacity: 1;
	border: 1px solid #FFF;
	border-top: none;
	border-right: none;
}

/* 注册 */
.zhuce_center_ding .login_phone {
	margin-bottom: 12px;
}

.zhuce_center_ding .login_phone input {

	margin-left: 30px;
}

.zhuce_center_ding .zidong_login {
	padding-top: 0;
	justify-content: flex-start;
	margin-top: 60px;
}

.zhuce_center_ding .login_center_login {
	height: 523px;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
	padding: 0 60px;
}

.zhuce_center_ding button {
	margin: 11px 0 23px 0;
}

.yanzhengma button {
	background: no-repeat;
	display: inherit;
	margin: 0;
	color: #f52122;
	font-size: 14px;
	width: 93px;
}

.yanzhengma input {
	width: 222px;
}

.yanzhengma span {
	color: #fe5745;
}

.yifasong {
	color: #E6E6E6 !important;

}

/* 复选按钮*/

.xuanze .checkbox input[type='checkbox'] {
	width: 18px;
	height: 18px;

	vertical-align: middle;
	opacity: 0;
}

.xuanze .checkbox {
	position: relative;
}

.xuanze .checkbox label {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0px;
	left: 0;
	border: 1px solid #CCC;
	background: #fff;
	cursor: pointer;

}

.xuanze .checkbox label:after {
	content: '';
	width: 9px;
	height: 4px;
	position: absolute;
	top: 5px;
	left: 4px;
	border: 1px solid #98BDF5;
	border-top: none;
	border-right: none;
	opacity: 0;
	transform: rotate(-45deg);
	/*-webkit-transform:rotate(-45deg);
		 	*/
}

.xuanze .checkbox input:checked+label {
	width: 18px;
	height: 18px;
	border: 1px solid #fd4259;
}

.xuanze .checkbox input:checked+label {
	color: #ff4d6d;
}

.xuanze .checkbox input:checked+label:after {
	opacity: 1;
	border: 1px solid #fd4259;
	border-top: none;
	border-right: none;
}


input[type="radio"] {
	-webkit-appearance: none;
	/*清除复选框默认样式*/
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border-radius: 100%;
	border: solid 1px #bfbfbf;
	margin-right: 10px;
	cursor: pointer;
}

input[type="radio"]:checked {
	-webkit-appearance: none;
	/*清除复选框默认样式*/
	background: url(../img/radio_bg.png) no-repeat;
	/*复选框的背景图，就是上图*/
	background-size: 100% 100%;
	border: none;
}


/* 首页 */
.index_body {
	width: 100%;
	position: relative;
}

.index_leixing {
	display: flex;
	justify-content: space-between;

	height: 200px;
	background-color: #ffffff;

	border-radius: 5px;
	box-sizing: border-box;
	padding: 30px 8px 0 8px;
}

.index_leixing_tiem {
	text-align: center;
}

.index_leixing_tiem img {
	margin-bottom: 20px;
}

.index_leixing_tiem_title {
	margin-bottom: 5px;
}

.index_title {
	margin-top: 61px !important;
	text-align: center;
}

.index_title_txt {
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}

.index_title_body {
	font-size: 20px;
	color: #737373;
	line-height: 30px;
}

.index_tese {
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px !important;
}

.index_tese_item {
	text-align: center;
	width: 25%;

	margin-bottom: 65px;
}

.index_tese_item img {
	margin-bottom: 12px;
}

.index_tese_item_title {
	line-height: 30px;
	margin-bottom: 5px;
}

.index_tese_item_body {
	font-size: 16px;
	line-height: 30px;
	color: #818181;
}

.index_anli {
	height: 423px;


}

.dafa_left {
	width: 50%;
	height: 423px;

	justify-content: flex-end;

	display: flex;
	align-items: center;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.dafa_left .dafa_left_suolue {
	z-index: 9;
	margin-right: 50px;
}

.xiaomei_left {
	width: 50%;
	height: 423px;
	justify-content: flex-start;
	padding-left: 44px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	float: left;
	position: relative;


}

.anli_xq {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	width: 137px;
	height: 137px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 100%;
	z-index: 9999;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	font-weight: bold;
	cursor: pointer;
}

.xiaomei_left .anli_xq {
	left: 40%;
}

.anli_xq img {
	margin-top: 6px;
}

.index_anli_right {
	width: 50%;
}

.index_anli button {
	width: 131px;
	height: 43px;
	background-color: #f52122;
	line-height: 43px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.index_anli1 {}

.dafa_right {

	float: left;
	box-sizing: border-box;
	margin-top: 105px;
	
	position: relative;
}

.index_anli_right_title {
	font-size: 20px;
	color: #fd472c;
	
	line-height: 70px;
	position: relative;
	margin-bottom: 30px;
}
.index_anli_right_title::before{
	content: '';
	display: inline-block;
	width: 50px;
		height: 2px;
		background-color: #fd6a58;
		position: absolute;
		bottom: 8px;
		left: 0;
}


.index_xian {
	width: 52px;
	height: 4px;
	background-color: #f52122;
	margin: 0px 0 60px 0;
}

.index_yuandian {
	width: 4px;
	height: 4px;
	background-color: #f52122;
	display: inline-block;
	margin: 0 16px;
	margin-top: 14px;
}

.index_anli_right_list {
	display: flex;
	align-items: flex-start;
	line-height: 30px;
	margin-bottom: 8px;
   position: relative;
   padding-left: 15px;
}
.index_anli_right_list::before{
	display: inline-block;
		width: 4px;
		height: 4px;
		background-color: #fd472c;
		content: '';
		position: absolute;
		top: 12px;
		border-radius: 100%;
		left: 0;
		
}
.index_anli_right_list span {
	font-weight: 500;
}

.xiaomei_right {
	float: left;
	box-sizing: border-box;

	
	margin-top: 108px;
	height: 200px;
	position: relative;
}



.xiaomei_right_left {
	width: 480px;
	float: right;
	position: relative;
	padding-top: 10px;
}

.xiaomei_right_left {}

.xiaomei_right span {
	max-width: 500px;
}

.index_anli2 .index_anli_right_list {
	margin-bottom: 20px;
	line-height: 25px;
}

.index_bottom {
	height: 806px;
	background: url(../img/index_bottom_bg.png) no-repeat;
	margin-top: 20px;
	position: relative;
}

.index_bottom_title {
	font-size: 54px;
	line-height: 92px;
	color: #ffffff;
}

.index_bottom_title:first-child {
	padding-top: 70px;
}

.index_bottom_gongsi {
	font-size: 30px;
	color: #ffffff;
	margin: 80px 0 20px 0;
}

.index_bottom_body {
	width: 588px;
	line-height: 30px;
}

.index_bottom_bottom {
	max-width: 1200px;
	height: 220px;
	background-color: #ffffff;
	margin-top: 40px;

}

.index_bottom_bottom_item {
	text-align: center;

}

.index_bottom_bottom_item_last {
	width: 220px;
	height: 220px;
	background-image: linear-gradient(0deg,
			#f52122 0%,
			#fd600b 100%),
		linear-gradient(#f52122,
			#f52122);
	background-blend-mode: normal,
		normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_bottom_bottom_list {
	display: flex;
	align-items: center;
	float: right;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	justify-content: space-between;
	background-color: #FFFFFF;

}

.index_bottom_bottom_title {
	line-height: 55px;
}

.index_bottom_bottom_item img {
	margin-top: 20px;
}

.index_bottom_bottom_item_last img {
	margin-top: 20px;
}

.index_bottom_bottom_item_last_body {
	text-align: center;
	width: 180px;
	height: 180px;
	border: solid 1px #ffcbcb;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.index_title_anli {
	margin-top: 13px;
}

.index_tixi_item {
	width: 270px;
	height: 241px;
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(97, 109, 128, 0.27);
	border-radius: 5px;
}


.index_tixian {
	width: 58px;
	height: 1px;
	background-color: #f52122;
	margin: 4px auto 10px;
}

.index_tixi {
	margin: 50px auto 90px !important;
	display: flex;
	width: 1200px;
	justify-content: space-between;
	align-items: center;
}

.index_tixi_item_bottom {
	text-align: center;
}

.index_tixi_item_top {
	height: 140px;
	margin-bottom: 20px;
}

.index_tixi_item_top img {
	height: 100%;
}


.index_baozhang_item {
	width: 277px;
	height: 293px;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(143, 143, 143, 0.24);
	padding-left: 56px;
	box-sizing: border-box;
}

.index_baozhang_list {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	position: relative;
	top: 92px;
}

.index_baozhang_item_top {
	height: 158px;
	text-align: center;
	padding-top: 10px;
	padding-right: 56px;
}

.index_baozhang_item_title {
	margin-bottom: 20px;
}

.index_baozhang_item_bottom p span {
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #fd472c;
	border-radius: 100%;
	margin-right: 15px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.index_baozhang_item_bottom p {
	margin-bottom: 10px;
}

.index_baozhang {
	margin-top: 55px;
	background: url(../img/index_baozhang_bg.png) no-repeat;
	background-position: center center;
	margin-bottom: 160px;

}

















/* 关于红盟 */
.about_banner {
	background: url(../img/about_banner1.png) no-repeat;
	background-position: center;
	height: 300px;
}

.about_title {
	text-align: center;
	margin-top: 45px;
	font-size: 26px;
	color: #333333;
}

.about_title_xian {
	width: 20px;
	height: 3px;
	background-image: linear-gradient(142deg,
			#fa0015 0%,
			#ff4b18 100%),
		linear-gradient(#e8403d,
			#e8403d);
	background-blend-mode: normal,
		normal;
	margin: 20px auto 20px;
}

.about_title_txt {
	font-size: 30px;

}

.about_jieshao {
	display: flex;
	align-items: center;
}

.about_jieshao img {
	width: 617px;
	height: 374px;
}

.about_jieshao_right {
	/* margin-left: 10px; */

}

.about_jieshao_right p {
	line-height: 30px;
	text-indent: 30px;
}

.about_jiagou {
	text-align: center;
	margin-bottom: 108px;
}

.about_jiagou p {
	margin: 50px 0 70px 0;
}

.about_anquan_title {
	text-align: center;
	line-height: 22px;
}

.about_anquan_title:first-child {
	margin-top: 50px;
}

.about_anquan_body {
	display: flex;
}

.about_anquan_left_item {
	display: flex;
	margin-bottom: 25px;
}

.about_anquan_left_item:first-child {
	margin-top: 53px;
}

.about_anquan_left_item img {
	margin-right: 23px;
	vertical-align: middle;
	width: 51px;
	height: 49px;
}

.about_anquan_left {
	margin-right: 40px;
}

.about_anquan_body {
	margin: 80px 0 50px;
}

.about_anquan_left_item p {
	margin-bottom: 10px;
}

.index_top {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
    display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_login {
	width: 220px;
		height: 430px;
	background-color: #ffffff;
	box-sizing: border-box;
	
}

.index_login_top {
	text-align: center;
	padding-top: 20px;
}


.huanying {
	margin: 15px 0;
}

.index_denglu a {
	display: inline-block;
	width: 71px;
	height: 27px;
	border-radius: 3px;
	text-align: center;
	line-height: 27px;
	box-sizing: border-box;
}

.index_denglu_zhuce {
	background-color: #f52122;
	margin-right: 13px;
}

.index_denglu_denglu {
	background-color: #ffffff;
	border: solid 1px #f52122;
}

.index_banner_bottom {
	display: flex;
	align-items: center;
    margin-top: 10px;
}

.index_banner_bottom_item {
	width: 33.33%;
	text-align: center;
	cursor: pointer;
}

.index_banner_bottom_item img {
	vertical-align: bottom;
	margin-bottom: 5px;
}

.index_gonggao {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
}
.index_chazhao{
	line-height: 40px;
	padding-left: 10px;
}

.index_banner_item_center {
	padding: 0px 10px 10px;
	border-top: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	margin: 20px 0 0px;
}

.index_gonggao img {
	margin-left: 10px;
}

.index_banner_item_center_list span {
	display: inline-block;
	width: 37px;
	height: 17px;
	background-color: #fdeeed;
	text-align: center;
	line-height: 17px;
	margin-right: 7px;
	font-size: 12px;
	color: #fd4259;
}

.index_banner_item_center_list p {
	margin-bottom: 6px;
}

.index_redian {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.index_login_tx img {
	vertical-align: bottom;
}

.index_go_zhongxin {
	width: 150px;
	height: 26px;

	background-image: linear-gradient(98deg, #fd4259 0%, #fe5745 100%), linear-gradient(#fd4259, #fd4259);
	background-blend-mode: normal, normal;
	border-radius: 13px;
	display: inline-block;
	color: #FFFFFF;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

.index_muban_item_top {
	height: 250px;
	margin-bottom: 25px;
	overflow: hidden;
}

.index_muban_item_top img {
	width: 100%;
	/* height: 100%; */
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	/* transform: scale(1); */
	/* transition: transform 1s ease 0s; */
}

.index_muban_item_top img:hover {
	/* transform: scale(1.05); */
}

.index_muban_item_bottom_bottom {
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_muban_item_bottom_bottom button {
	width: 156px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
}

.index_muban_item_bottom_bottom button:first-child {
	background-color: #F52122;
	margin-right: 16px;
}

.index_muban_item_bottom_bottom button:last-child {
	background-color: #FFFFFF;
	border: 1px solid #F52122;
}

.muban_shiyong img {
	margin: 0 6px 0 10px;
	vertical-align: middle;
}


.index_muban_item {
	width: 380px;
	height: 418px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	margin: 0 25px 30px 0;
	transition: transform 1s ease 0s;
}

.index_muban_item:hover {

	box-shadow: 0px 3px 3px #EEEEEE;
}

.index_muban_item:nth-child(3n) {
	margin-right: 0;
}

.index_muban_body {
	margin-top: 70px;
	/* border-bottom: 20px solid #f7f7f7; */
}


.index_muban_item_bottom {
	padding: 0 20px;
}

.muban_shiyong {
	margin: 10px 0 25px;
}

.index_muban {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.more_muban {
	width: 200px;
	height: 60px;
	background-color: #e8e8e8;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	margin: 20px auto 50px;
	cursor: pointer;
}

.anli_jianjie {
	width: 492px;
}

.anli_jianjie_jiancai {
	width: 550px;
}


































/* 帮助中心 */
.help_banner {

	background: url(../img/help_banner1.png) no-repeat;
	background-position: center;
	height: 300px;

}

.help {
	display: flex;
	margin: 30px auto 100px !important;
}

.help_left {
	width: 200px;
	min-height: 568px;
	background-color: #ffffff;
	padding-top: 16px;
	margin-right: 63px;
}

.help_left p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
}

.help_left_active {

	color: #f52122 !important;
	position: relative;
}

.help_left_active::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 15px;
	background-color: #f52122;
	position: absolute;
	left: 38px;
	top: 13px;

}

.help_right {

	width: 980px;
	background-color: #FFFFFF;
	padding: 0 50px;
	box-sizing: border-box;
}

.help_right_list li {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
	cursor: pointer;
}

.help_right_list li:last-child {
	border-bottom: none;
}

.help_xq_body {
	width: 980px;
	background-color: #FFFFFF;
	padding: 0 24px;
	box-sizing: border-box;
	display: none;
}

.help_xq_top {
	line-height: 62px;
	border-bottom: 1px solid #d9d9d9;
}

.help_xq_conten_top {
	text-align: center;
}

.help_xq_conten_title {
	line-height: 30px;
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.help_xq_conten_body {
	margin-top: 20px;
	line-height: 30px;
	padding-bottom: 20px;
}

.help_xq_bottom {
	height: 155px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #d9d9d9;
}

.help_xq_bottom a {
	width: 440px;
	height: 40px;
	background-color: #ffffff;
	border: solid 1px #d9d9d9;
	line-height: 40px;
	padding-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user_xuanfu {
	width: 150px;

	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px rgba(71, 71, 71, 0.11);
	border-radius: 10px;
	position: fixed;
	right: 0;
	padding: 15px 0;
	box-sizing: border-box;
	top: 30%;
}


.kefu_icon {
	width: 127px;
	height: 30px;
	background-color: #fff2f2;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.kefu_icon img {
	margin-right: 8px;
}

.user_dajian {
	font-size: 14px;
	color: #ba5757;
	margin-top: 2px;
}

.user_xuanfu_bottom {
	border-top: 1px dashed #eeeeee;
	padding: 0 15px;
	text-align: center;
}

.user_xuanfu_bottom img {
	margin: 10px 0 4px;
	width: 120px;
	height: 120px;
}

.user_xuanfu_top {
	padding: 0 15px 0 32px;
}

.user_xuanfu_top_dianhua {
	display: flex;
	align-items: center;

}

.user_xuanfu_top_dianhua img {
	margin-right: 6px;
}

.user_dianhua_num {
	margin: 5px 0 6px;
}

.kefu_weixin {
	margin-bottom: 10px;
}

.user_xuanfu_center {
	padding: 15px 15px 5px;
	border-top: 1px solid #eeeeee;

}

/* 关于我们 */
.about_lianxi_time {
	text-align: center;
	margin: 30px 0 25px;
}

.about_lianxi_list {
	background-color: #f9f9f9;
	padding: 37px 78px  10px 50px;
	display: flex;
	flex-wrap: wrap;
}
.about_lianxi_item{
	margin-right: 130px;
	margin-bottom: 20px;
}
.about_lianxi_item:nth-child(4n){
	margin-right: 0;
}
.about_lianxi_item_weixin{
	display: flex;
	align-items: flex-start;
	margin: 20px 0;
}
.about_lianxi_item_weixin .about_weixin{
		width: 92px;
		height: 92px;
}
.about_lianxi_item_dianhua{
	display: flex;
	align-items: center;
}
.about_lianxi_item_dianhua img{
	margin-right: 10px;
}
.about_lianxi_item_qq{
	display: flex;
	align-items: center;
}
.about_lianxi_item_qq p,.about_lianxi_item_weixin p{
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.about_lianxi_item_qq p img,.about_lianxi_item_weixin p img{
	margin-right: 8px;
	
}
.about_lianxi_dianhua_r_txt{
	margin-bottom: 6px;
}
.about_ditu_left {
		width: 590px;
		height: 397px;
		background-color: #f9f9f9;
		margin-right: 64px;
}
.about_ditu_left img{
	width: 100%;
	height: 100%;
}
.about_ditu{
	display: flex;
	align-items: center;
	margin: 30px 0 100px;
}
.about_ditu_right p{
	margin-bottom: 34px;
}
.about_ditu_right p:last-child{
	margin-bottom: 0;
}

.banner_center_left {
    width: 220px;
    	height: 430px;
    background-color: #ffffff;
    
    box-sizing: border-box;
    padding: 12px 0px 0 7px;
    pointer-events: auto;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.banner_center_left::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}
.top_fenlei_tiele {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.top_fenlei_tiele img {
    margin-right: 4px;
    vertical-align: middle;
    max-width: 12px;
    max-height: 15px;
}
.banner_all_fenlei_item a {
    margin-right: 10px;
    margin-bottom: 8px;
    display: inline-block;
    cursor: pointer;
	color: #666666;
}
.duoji{
	width: 550px;
}
.index_changjing{
	text-align: center;
	margin: 100px 0;
}
.index_shenghuo_item{
		width: 154px;
		height: 210px;
		background-color: #ffffff;
		box-shadow: 0px 0px 16px 0px 
			rgba(0, 0, 0, 0.09);
		border-radius: 10px;
		margin-right: 20px;
		text-align: center;
		padding-top: 30px;
		box-sizing: border-box;
}
.index_shenghuo_item:last-child{
	margin-right: 0;
}
.index_shenghuo_item img{
		width: 78px;
		height: 78px;
		margin-bottom: 20px;
		vertical-align: bottom;
		border-radius: 100%;
}
.index_shenghuo{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 80px 0 170px;
}
.banner_all_fenlei_item {
	margin-bottom: 3px;
}
.bg_bai{
	background-color: #FFFFFF;
}