.header {
	width: 100%;
	height: 79px;
	background: #343434;
}
.phomes {
	width: 200px;
	height: 40px;
	position: absolute;
	right: -217px;
	border-radius: 6px;
	top: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main_fades {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_fades .box {
	width: 300px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.main_fades .box .t {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	background: #f8f8f8;
	border-bottom: 1px solid #eee;
	padding: 0 5%;
}

.main_fades .box .t p {
	font-size: 13px;
	color: #333;
}

.main_fades .box .t img {
	display: block;
	cursor: pointer;
	width: 20px;
}

.main_fades .box .child {
	overflow: hidden;
	width: 100%;
	padding: 20px;
	background: #fff;
}

.main_fades .box .child img {
	display: block;
	width: 60%;
	margin: 0 auto;
}

.main_fades .box .child p {
	font-size: 13px;
	color: #333;
	text-align: center;
	line-height: 30px;
}

.main_fades .box .child .grow {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.main_fades .box .child .grow div {
	width: 88px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 13px;
	color: #333;
	margin: 0 15px;
	border: 1px solid #eee;
}

.main_fades .box .child .grow div.on {
	background: #1E9FFF;
	border: none;
	color: #fff;
}

.phomes.on {
	position: static;
	margin-left: 20px;
}
.phomes.on {
	}
.phomes div {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.phomes div .tips {
	display: block;
	margin-right: 8px;
}

.phomes div .san {
	width: 10px;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.phomes div p {
	font-size: 14px;
	font-weight: bold;
	color: #616065;
}
.menus {
	display: none;
}
.updatabox .child.on{
	padding-top: 0 !important;
}
.updatabox{
	margin-bottom: 30px;
	margin-left: 20px;
}
.updatabox .child.on{
	overflow: hidden;
	position: relative;
}
.updatabox .child.on .picp{
	display: block;
	width: 100%;
	height: 100%;
}
.lcos{
	position: absolute;
	right: 14px;
	top: 14px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.users {
	display: flex;
	align-items: center;
	display: none;
	position: relative;
	height: 100%;
}

.users>p {
	font-size: 16px;
	margin-left: 15px;
	cursor: pointer;
	color: #fff;
}

.users>p:hover {
	color: #fff;
}

.users>a {
	font-size: 16px;
	margin-left: 15px;
	cursor: pointer;
	color: #fff;
}

.users>a:hover {
	color: #fff;
}

.users:hover ul {
	display: block;
}

.users ul {
	width: 206px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 79px;
	z-index: 99999;
	display: none;
}

.users ul li {
	width: 100%;
	height: 56px;
	transition: all .2s;
	background: #ffffff;
	border-bottom: 1px solid #e8e8e8;
}

.users ul li:last-child {
	border: none;
}

.users ul li:hover {
	background: linear-gradient(to right, #7e88e6, #9f73e2);
}

.users ul li:hover a {
	color: #fff;
}

.users ul li a {
	font-size: 14px;
	color: #000000;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .m {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .m .land {
	height: 100%;
	display: flex;
	position: relative;
	align-items: center;
}

.header .m .land div {
	overflow: hidden;
	width: 100px;
	height: 36px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	margin-left: 10px;
	justify-content: center;
	font-size: 16px;
	color: #1c1c1c;
	background: #fff;
}

.header .m .land div a {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #1c1c1c;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .m .land div.on {
	background: #d0d1d9;
}

.header .m .land div.on a {
	font-weight: 100;
	color: #fff;
}

.header .m .left {
	display: flex;
	align-items: center;
	height: 100%;
}

.header .m .left img {
	display: block;
	margin-left: 55px;
	width: 133px;
}

.header .m .left>ul {
	height: 100%;
	margin-left: 10px;
	display: flex;
	align-items: center;
}

.header .m .left>ul li {
	font-size: 16px;
	color: #fff;
}

.header .m .left>ul li:hover a {
	color: #fff;
}

.header .m .left>ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	color: #fff;
}

.main_add_form {
	padding-bottom: 145px;
	width: 1200px;
	margin: 0 auto;
}

.main_add_form .title {
	overflow: hidden;
	height: 68px;
	display: flex;
	align-items: center;
	padding-left: 38px;
	font-weight: bold;
	font-size: 22px;
	background: #fff;
	margin-top: 23px;
}

.main_add_form .box {
	width: 100%;
	background: #fff;
	margin-top: 18px;
	padding: 40px 0 10px 33px;
}

.main_add_form .box .label {
	margin-bottom: 26px;
	position: relative;
	display: flex;
}

.main_add_form .box .label .font {
	overflow: hidden;
	display: flex;
	width: 152px;
	align-items: center;
	height: 40px;
}

.main_add_form .box .label .font p {
	font-size: 14px;
	color: #111111;
	font-weight: bold;
	margin-left: 10px;
}

.main_add_form .box .label .font span {
	display: block;
	font-size: 14px;
	color: #ee4735;
	margin-left: 4px;
}

.main_add_form .box .label .right {
	width: 890px;
	position: relative;
}

.main_add_form .box .label .right .font_grow {
	width: 340px;
	float: left;
	margin-left: 35px;
	position: relative;
}

.main_add_form .box .label .right .font_grow p {
	font-size: 14px;
	color: #979797;
	position: relative;
	line-height: 23px;
}

.main_add_form .box .label .right .font_grow p::After {
	content: '*';
	font-size: 14px;
	color: #3d3d3d;
	position: absolute;
	font-weight: bold;
	left: -10px;
	top: 3px;
}

.main_add_form .box .label .right .updatabox {
	overflow: hidden;
	width: 273px;
	float: left;
	height: 227px;
}

.main_add_form .box .label .right .updatabox .child {
	width: 100%;
	height: 195px;
	background: #f6f6f6;
	padding-top: 60px;
	border-radius: 6px;
	margin-bottom: 13px;
	cursor: pointer;
	position: relative;
	cursor: pointer;
}

.main_add_form .box .label .right .updatabox .child input{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.main_add_form .box .label .right .updatabox .child img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.main_add_form .box .label .right .updatabox .child p {
	text-align: center;
	font-size: 12px;
	color: #3d3d3d;
	line-height: 20px;
}

.main_add_form .box .label .right .updatabox span {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #2d51c7;
	cursor: pointer;
}

.main_add_form .box .label .right .rideolist {
	overflow: hidden;
}

.main_add_form .box .label .right .rideolist li {
	overflow: hidden;
	display: flex;
	cursor: pointer;
	width: 14.28571428571429%;
	float: left;
	margin: 13px 0;
	align-items: center;
}

.main_add_form .box .label .right .rideolist li.on div {
	background-image: url(../images/formicons_19.png);
}

.main_add_form .box .label .right .rideolist li div {
	overflow: hidden;
	width: 18px;
	height: 18px;
	background-image: url(../images/formicons_22.png);
	background-size: 100% 100%;
	margin-right: 8px;
}

.main_add_form .box .label .right .rideolist li p {
	font-size: 14px;
	color: #111111;
}

.main_add_form .box .label .right .rideolist.on li {
	width: 20%;
}
.showbox{
	display: none;
}
.main_add_form .box .label .right .rideolist.on li p {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	white-space: nowrap;
}

.main_add_form .box .label .right .rideolist.on1 li {
	min-width: 125px;
}

.main_add_form .box .label .right .rideolist.on1 li p {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	white-space: nowrap;
}

.main_add_form .box .label .right .resiz {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.main_add_form .box .label .right .resiz .fl {
	overflow: hidden;
	width: 18px;
	height: 18px;
	background-image: url(../images/formicons_22.png);
	background-size: 100% 100%;
	margin-right: 8px;
}

.main_add_form .box .label .right .resiz .fl.on {
	background-image: url(../images/formicons_19.png);
}

.main_add_form .box .label .right .resiz .changes {
	overflow: hidden;
	width: 191px;
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 4px;
	justify-content: space-between;
	border: 1px solid #dddddd;
}

.main_add_form .box .label .right .resiz .changes input {
	width: 160px;
	height: 100%;
	border: none;
	outline: none;
	font-size: 14px;
	color: #d0d1d9;
	padding-left: 12px;
}

.main_add_form .box .label .right .resiz .changes p {
	font-size: 14px;
	color: #d0d1d9;
	margin-right: 12px;
}

.main_add_form .box .label .right .resiz span {
	font-size: 14px;
	color: #111111;
	display: block;
	margin-left: 13px;
}



.main_add_form .box .label .right .resizs {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.main_add_form .box .label .right .resizs .fl {
	overflow: hidden;
    width: 15px;
    height: 15px;
    background-image: url(../images/formicons_14.png);
    background-size: 100% 100%;
    margin-right: 8px;
}

.main_add_form .box .label .right .resizs .fl.on {
	background-image: url(../images/formicons_11.png);
}

.main_add_form .box .label .right .resizs .changes {
	overflow: hidden;
	width: 191px;
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 4px;
	justify-content: space-between;
	border: 1px solid #dddddd;
}

.main_add_form .box .label .right .resizs .changes input {
	width: 160px;
	height: 100%;
	border: none;
	outline: none;
	font-size: 14px;
	color: #d0d1d9;
	padding-left: 12px;
}

.main_add_form .box .label .right .resizs .changes p {
	font-size: 14px;
	color: #d0d1d9;
	margin-right: 12px;
}

.main_add_form .box .label .right .resizs span {
	font-size: 14px;
	color: #111111;
	display: block;
	margin-left: 13px;
}




.main_add_form .box .label .right .checklist {
	overflow: hidden;
}

.main_add_form .box .label .right .checklist li {
	overflow: hidden;
	display: flex;
	cursor: pointer;
	width: 20%;
	float: left;
	margin: 13px 0;
	align-items: center;
}

.main_add_form .box .label .right .checklist li.on div {
	background-image: url(../images/formicons_11.png);
}

.main_add_form .box .label .right .checklist li div {
	overflow: hidden;
	width: 15px;
	height: 15px;
	background-image: url(../images/formicons_14.png);
	background-size: 100% 100%;
	margin-right: 8px;
}

.main_add_form .box .label .right .checklist li p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	white-space: nowrap;
	color: #111111;
}

.main_add_form .box .label .right .alig_add {
	width: 162px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2d51c7;
	border-radius: 8px;
	margin-top: 25px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
}

.main_add_form .box .label .right .alig_add img {
	margin-right: 10px;
}

.main_add_form .box .label .right .textareatext {
	width: 100%;
	height: 105px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 6px;
	border: 1px solid #dddddd;
}

.main_add_form .box .label .right .textareatext textarea {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	border: none;
	outline: none;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	resize: none;
	padding: 12px;
}

.main_add_form .box .label .right .textareatext textarea::placeholder {
	color: #d0d1d9;
}

.main_add_form .box .label .right .textareatext span {
	display: block;
	font-size: 14px;
	color: red;
	cursor: pointer;
	position: absolute;
	right: -40px;
	line-height: 40px;
	top: 0;
}

.main_add_form .box .label .right .textareatext p {
	font-size: 14px;
	color: #d0d1d9;
	display: flex;
	align-items: center;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.main_add_form .box .label .right .inputtext {
	width: 100%;
	height: 40px;
	position: relative;
	border-radius: 6px;
	border: 1px solid #dddddd;
}

.main_add_form .box .label .right .inputtext span {
	display: block;
	font-size: 14px;
	color: red;
	cursor: pointer;
	position: absolute;
	right: -40px;
	line-height: 40px;
	top: 0;
}

.main_add_form .box .label .right .inputtext.on {
	width: 370px;
}

.main_add_form .box .label .right .inputtext input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	border-radius: 6px;
	font-size: 14px;
	color: #333;
	padding-left: 12px;
}

.main_add_form .box .label .right .inputtext input::placeholder {
	color: #d0d1d9;
}

.main_add_form .box .label .right .inputtext > p {
	font-size: 14px;
	color: #d0d1d9;
	display: flex;
	align-items: center;
	position: absolute;
	height: 100%;
	right: 20px;
	top: 0;
}

.button {
	overflow: hidden;
	height: 100px;
	background: #fff;
	display: flex;
	border-top: 1px solid #d5d5d5;
	align-items: center;
}

.button div {
	overflow: hidden;
	width: 163px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	margin-left: 33px;
	font-size: 14px;
}

.button .submit {
	background: #2d51c7;
	color: #fff;
}

.button .s {
	border: 1px solid #d5d5d5;
	color: #111111;
}

.footer {
	overflow: hidden;
	width: 100%;
	background: #100f1f;
	padding: 50px 0;
}

.footer .m {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footer .m .code {
	overflow: hidden;
	display: flex;
}

.footer .m .code div {
	overflow: hidden;
	margin-left: 44px;
	width: 136px;
}

.footer .m .code div img {
	display: block;
	margin: 0 auto;
}

.footer .m .code div p {
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 34px;
	margin-top: 15px;
}

.footer .m .fl {
	overflow: hidden;
	display: flex;
}

.footer .m .fl .contact {
	overflow: hidden;
}

.footer .m .fl .contact p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.footer .m .fl .contact div {
	overflow: hidden;
	display: flex;
	margin-top: 20px;
	align-items: center;
}

.footer .m .fl .contact div img {
	display: block;
}

.footer .m .fl .contact div span {
	display: block;
	font-size: 20px;
	color: #fff;
	margin-left: 12px;
}

.footer .m .fl ul {
	overflow: hidden;
	margin-left: 60px;
}

.footer .m .fl ul li {
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
}

.footer .m .fl ul li a {
	color: #fff;
}

.main_banner {
	overflow: hidden;
	width: 100%;
	height: 356px;
	background-image: url(../images/icons_02.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 60px;
}

.main_banner h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 36px;
	color: #fff;
}

.main_banner .search {
	width: 984px;
	height: 48px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 70px;
	padding-left: 22px;
}

.main_banner .search input {
	width: 80%;
	height: 100%;
	font-size: 18px;
	color: #d1d1d1;
	padding-left: 13px;
	border: none;
	background: none;
}

.main_banner ul {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_banner ul li {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 198px;
	cursor: pointer;
	border-radius: 10px;
	height: 64px;
	margin: 0 23px;
	font-size: 20px;
	background: #2d51c7;
	color: #fff;
}

.main_banner ul li.on {
	background: #fff;
	font-weight: bold;
	color: #2d51c7;
}

.main_knowledge_base {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.main_knowledge_base .main_list {
	overflow: hidden;
	padding-bottom: 126px;
}

.main_knowledge_base .main_list ul {
	overflow: hidden;
}

.main_knowledge_base .main_list ul li {
	overflow: hidden;
	width: 392px;
	float: left;
	margin-right: 12px;
	transition: all .2s;
	margin-bottom: 12px;
	background: #f8f8f8;
}

.main_knowledge_base .main_list ul li:nth-child(3n) {
	margin-right: 0;
}

.main_knowledge_base .main_list ul li:hover {
	background: #fff;
}

.main_knowledge_base .main_list ul li:hover .btngrow {
	display: flex;
}

.main_knowledge_base .main_list ul li:hover .info {
	display: none;
}

.main_knowledge_base .main_list ul li .pic {
	overflow: hidden;
	width: 100%;
	height: 200px;
	position: relative;
}

.main_knowledge_base .main_list ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_knowledge_base .main_list ul li .pic p {
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	width: 100%;
	position: absolute;
	left: 0;
	box-sizing: border-box;
	bottom: 0;
	padding: 12px 15px;
}

.main_knowledge_base .main_list ul li .pic span {
	display: inline-flex;
	align-items: center;
	padding: 0 8px;
	height: 26px;
	position: absolute;
	right: 0;
	top: 0;
	background: #3d3d3d;
	font-size: 12px;
	color: #fff;
}

.main_knowledge_base .main_list ul li .pic span.on {
	background: #2d51c7;
}

.main_knowledge_base .main_list ul li .info {
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 84px;
	background: #fff;
	padding-left: 19px;
}

.main_knowledge_base .main_list ul li .info img {
	width: 54px;
	height: 54px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

.main_knowledge_base .main_list ul li .info div {
	overflow: hidden;
	margin-left: 13px;
}

.main_knowledge_base .main_list ul li .info div p {
	font-size: 14px;
	color: #111111;
	margin-bottom: 8px;
}

.main_knowledge_base .main_list ul li .info div span {
	display: block;
	font-size: 12px;
	color: #111111;
}

.main_knowledge_base .main_list ul li .btngrow {
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 84px;
	background: #fff;
	justify-content: space-between;
	display: none;
	padding: 0 20px;
}

.main_knowledge_base .main_list ul li .btngrow div {
	overflow: hidden;
	width: 162px;
	height: 42px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	justify-content: center;
	background: #2d51c7;
}

.main_knowledge_base .main_list ul li .btngrow div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
}

.main_knowledge_base .main_list ul li .main_info {
	overflow: hidden;
	height: 212px;
	padding: 18px;
	padding-bottom: 0;
}

.main_knowledge_base .main_list ul li .main_info h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
	color: #101010;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_knowledge_base .main_list ul li .main_info>p {
	font-size: 12px;
	color: #3d3d3d;
	line-height: 20px;
	height: 95px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.main_knowledge_base .main_list ul li .main_info .ty {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main_knowledge_base .main_list ul li .main_info .ty div {
	display: flex;
	align-items: center;
	overflow: hidden;
	font-size: 12px;
	color: #3d3d3d;
}

.main_knowledge_base .main_list ul li .main_info .ty div img {
	margin-left: 6px;
}

.main_knowledge_base .main_list ul li .main_info .icon {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 17px;
}

.main_knowledge_base .main_list ul li .main_info .icon .fl {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_knowledge_base .main_list ul li .main_info .icon .fl p {
	font-size: 12px;
	color: #3d3d3d;
}

.main_knowledge_base .main_list ul li .main_info .icon .fl img {
	margin-left: 3px;
}

.main_knowledge_base .main_list ul li .main_info .icon .fl span {
	font-size: 12px;
	color: #3d3d3d;
	margin-left: 15px;
}

.main_knowledge_base .main_list ul li .main_info .icon .fr {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_knowledge_base .main_list ul li .main_info .icon .fr span {
	margin-left: 5px;
	font-size: 12px;
	color: #3d3d3d;
}

.main_knowledge_base .main_classification {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-top: 24px;
	margin-bottom: 30px;
	padding: 33px 0 15px 0;
}

.main_knowledge_base .main_classification .label {
	overflow: hidden;
	display: flex;
}

.main_knowledge_base .main_classification .label p {
	width: 78px;
	text-align: right;
	font-size: 16px;
	line-height: 37px;
	color: #3d3d3d;
}

.main_knowledge_base .main_classification .label ul {
	overflow: hidden;
	width: calc(100% - 100px);
	margin-left: 16px;
}

.main_knowledge_base .main_classification .label ul li {
	overflow: hidden;
	display: inline-flex;
	margin-bottom: 24px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	cursor: pointer;
	transition: all .1s;
	height: 37px;
	font-size: 16px;
	color: #3d3d3d;
	border-radius: 10px;
}

.main_knowledge_base .main_classification .label ul li.on {
	background: #2d51c7;
	color: #fff;
}

.main_knowledge_base .main_classification .label ul li:hover {
	background: #2d51c7;
	color: #fff;
}

.main_header {
	overflow: hidden;
	width: 100%;
	background: #fff;
	height: 62px;
	border-bottom: 1px solid #e0e0e0;
}

.main_header .m {
	width: 1200px;
	height: 100%;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}

.main_header .m ul {
	height: 100%;
	display: flex;
	align-items: center;
}

.main_header .m ul li {
	color: #3d3d3d;
	margin-left: 37px;
	font-size: 16px;
}

.main_header .m ul li a {
	color: #3d3d3d;
}

.main_header .m ul li.on a {
	font-weight: bold;
	color: #2d51c7;
}

.main_header .m .reg {
	overflow: hidden;
	width: 116px;
	height: 34px;
	background: #2d51c7;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	border-radius: 6px;
}

.main_header .m .reg a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.main_infos {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 70px;
	margin-top: 42px;
}

.main_infos .right {
	overflow: hidden;
	width: 769px;
	float: right;
}

.main_infos .right h2 {
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	line-height: 26px;
	margin-bottom: 20px;
}

.main_infos .right .main_boxs {
	overflow: hidden;
	width: 100%;
	background: #fff;
	padding: 25px 30px;
}

.main_infos .right .main_boxs .label {
	overflow: hidden;
}

.main_infos .right .main_boxs .label>img {
	display: block;
	margin-top: 20px;
	width: 100%;
}

.main_infos .right .main_boxs .label .videos {
	overflow: hidden;
	width: 100%;
	height: 418px;
	margin-top: 20px;
}

.main_infos .right .main_boxs .label h3 {
	line-height: 65px;
	font-size: 22px;
	color: #111111;
	font-weight: bold;
	border-bottom: 1px solid #d5d5d5;
}

.main_infos .right .main_boxs .label .word {
	overflow: hidden;
}

.main_infos .right .main_boxs .label .word li {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.main_infos .right .main_boxs .label .word li .icon {
	width: 410px;
	height: 40px;
	display: flex;
	align-items: center;
	background: #f6f6f6;
	border-radius: 6px;
	padding-left: 10px;
}

.main_infos .right .main_boxs .label .word li .icon p {
	font-size: 11px;
	color: #111111;
	width: 360px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
}

.main_infos .right .main_boxs .label .word li .down {
	overflow: hidden;
	width: 116px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 13px;
	border-radius: 6px;
	background: #2d51c7;
}

.main_infos .right .main_boxs .label .word li .down a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
}

.main_infos .right .main_boxs .label .word li .down.look {
	background: none;
	border: 1px solid #d2d2d2;
	color: #333;
}

.main_infos .right .main_boxs .label .word li .down.look a {
	color: #333;
}

.main_infos .right .main_boxs .label .font {
	padding: 15px 0;
	overflow: hidden;
}

.main_infos .right .main_boxs .label .font p {
	font-size: 16px;
	color: #111111;
	line-height: 29px;
}

.main_infos .right .main_boxs .label .check {
	overflow: hidden;
	padding-bottom: 15px;
}

.main_infos .right .main_boxs .label .check li {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 19px;
}

.main_infos .right .main_boxs .label .check li p {
	font-size: 18px;
	color: #111111;
	margin-left: 12px;
	width: 642px;
}

.main_infos .right .main_boxs .label .re {
	overflow: hidden;
	padding-bottom: 15px;
}

.main_infos .right .main_boxs .label .re li {
	overflow: hidden;
	display: flex;
	width: 200px;
	border-radius: 40px;
	border: 1px solid #d5d5d5;
	height: 38px;
	align-items: center;
	margin-top: 19px;
	font-size: 14px;
	color: #111111;
	float: left;
	justify-content: center;
	margin-right: 33px;
}

.main_infos .right .main_boxs .label .re li:nth-child(3n) {
	margin-right: 0;
}

.main_infos .left {
	overflow: hidden;
	width: 395px;
	float: left;
}

.main_infos .left .pic {
	width: 100%;
	height: 200px;
	position: relative;
}

.main_infos .left .pic p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 18px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main_infos .left .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_infos .left .info {
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 18px 20px 18px 20px;
	justify-content: space-between;
	background: #fff;
}

.main_infos .left .info .fl {
	display: flex;
	align-items: center;
}

.main_infos .left .info .fl img {
	width: 54px;
	height: 54px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

.main_infos .left .info .fl div {
	overflow: hidden;
	margin-left: 13px;
}

.main_infos .left .info .fl div p {
	font-size: 14px;
	color: #111111;
	margin-bottom: 8px;
}

.main_infos .left .info .fl div span {
	display: block;
	font-size: 12px;
	color: #111111;
}

.main_infos .left .info a {
	display: block;
	font-size: 14px;
	color: #2d51c7;
}

.main_infos .left .btngrow {
	overflow: hidden;
	display: flex;
	align-items: center;
	background: #fff;
	justify-content: space-between;
	padding: 0 20px;
	padding-bottom: 20px;
}

.main_infos .left .btngrow div {
	overflow: hidden;
	width: 162px;
	height: 42px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	justify-content: center;
	background: #2d51c7;
}

.main_infos .left .btngrow div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
}

.main_infos .left .btngrow div.frs {
	background: none;
	border: 1px solid #d2d2d2;
	color: #333;
}

.main_infos .left .btngrow div.frs a {
	color: #333;
}

.main_infos .left .boxs {
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #d5d5d5;
	padding: 22px 20px 16px 18px;
}

.main_infos .left .boxs h2 {
	font-size: 14px;
	color: #101010;
	font-weight: bold;
}

.main_infos .left .boxs .des {
	overflow: hidden;
}

.main_infos .left .boxs .des span {
	display: inline-flex;
	align-items: center;
	height: 26px;
	border-radius: 6px;
	background: #f5f5f5;
	font-size: 12px;
	color: #555555;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
	padding: 0 14px;
}

.main_infos .left .boxs .cout {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.main_infos .left .boxs .cout div {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-right: 28px;
}

.main_infos .left .boxs .cout div p {
	font-size: 12px;
	color: #3d3d3d;
	margin-left: 5px;
}

.main_infos .left .boxs .ty {
	overflow: hidden;
	display: flex;
	margin-top: 15px;
	justify-content: space-between;
	align-items: center;
}

.main_infos .left .boxs .ty div {
	display: flex;
	align-items: center;
	overflow: hidden;
	font-size: 12px;
	color: #3d3d3d;
}

.main_infos .left .boxs .ty div img {
	margin-left: 6px;
}

.main_infos .left .boxs .zan {
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	margin-top: 15px;
}

.main_infos .left .boxs .zan p {
	font-size: 16px;
	color: #3d3d3d;
	margin-left: 8px;
}

.main_infos .left .boxs .zan span {
	display: block;
	font-size: 14px;
	color: #3d3d3d;
	margin-left: 14px;
}

.main_infos .left .boxs .num {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 10px;
	justify-content: space-between;
}

.main_infos .left .boxs .num .fl {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_infos .left .boxs .num .fl img {
	margin-right: 6px;
}

.main_infos .left .boxs .num .fl p {
	font-size: 20px;
	font-weight: bold;
	color: #ee4735;
}

.main_infos .left .boxs .num .fl p span {
	font-weight: normal;
	font-size: 15px;
	margin-left: 6px;
	color: #3d3d3d;
}

.main_infos .left .boxs .num .fr {
	font-size: 14px;
	color: #3d3d3d;
}

.fadeins {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	display: none;
}

.fadeins .box {
	overflow: hidden;
	width: 750px;
	background: #fff;
	position: relative;
}

.fadeins .box .close {
	position: absolute;
	top: 10px;
	cursor: pointer;
	right: 10px;
	width: 35px;
}

.fadeins .box .buttongrow {
	overflow: hidden;
	height: 82px;
	background: #f8f8f8;
	display: flex;
	margin-top: 15px;
	align-items: center;
}

.fadeins .box .buttongrow div {
	overflow: hidden;
	width: 162px;
	height: 42px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	margin-left: 32px;
	justify-content: center;
	cursor: pointer;
	background: #2d51c7;
}

.fadeins .box .buttongrow div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
}

.fadeins .box .buttongrow div.frs {
	border: 1px solid #d2d2d2;
	background: #fff;
	color: #333;
}

.fadeins .box .buttongrow div.frs a {
	color: #333;
}

.fadeins .box .info {
	overflow: hidden;
	padding: 30px 0 25px 37px;
}

.fadeins .box .info p {
	font-size: 16px;
	color: #111111;
	margin-bottom: 20px;
}

.fadeins .box .info ul {
	overflow: hidden;
}

.fadeins .box .info ul li {
	height: 32px;
	display: flex;
	font-size: 16px;
	color: #111111;
	align-items: center;
}

.fadeins .box .info ul li span {
	display: block;
	width: 90px;
}

.fadein {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	display: none;
}

.fadein .box {
	overflow: hidden;
	width: 750px;
	background: #fff;
	position: relative;
}

.fadein .box .close {
	position: absolute;
	top: 10px;
	cursor: pointer;
	right: 10px;
	width: 35px;
}

.fadein .box h2 {
	font-size: 16px;
	padding: 30px 0 0 37px;
	color: #111111;
}

.fadein .box .buttongrow {
	overflow: hidden;
	height: 82px;
	background: #f8f8f8;
	display: flex;
	margin-top: 15px;
	align-items: center;
}

.fadein .box .buttongrow div {
	overflow: hidden;
	width: 162px;
	height: 42px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	margin-left: 32px;
	justify-content: center;
	cursor: pointer;
	background: #2d51c7;
}

.fadein .box .buttongrow div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
}

.fadein .box .buttongrow div.frs {
	border: 1px solid #d2d2d2;
	background: #fff;
	color: #333;
}

.fadein .box .buttongrow div.frs a {
	color: #333;
}

.fadein .box .label {
	overflow: hidden;
	display: flex;
	margin-top: 18px;
	padding-left: 37px;
}

.fadein .box .label p {
	font-size: 14px;
	color: #111111;
	line-height: 40px;
	width: 96px;
}

.fadein .box .label label {
	display: flex;
	align-items: center;
}

.fadein .box .label label span {
	font-size: 12px;
	color: #3d3d3d;
	margin-left: 7px;
}

.fadein .box .label input[type='text'] {
	width: 413px;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #dddddd;
	padding-left: 12px;
	font-size: 14px;
	color: #d0d1d9;
}

.fadein .box .label select {
	width: 413px;
	height: 40px;
	outline: none;
	border-radius: 6px;
	border: 1px solid #dddddd;
	padding-left: 12px;
	font-size: 14px;
	color: #333;
}

.fadein .box .label textarea {
	width: 413px;
	height: 80px;
	outline: none;
	border-radius: 6px;
	border: 1px solid #dddddd;
	padding: 12px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	resize: none;
}

@media (max-width: 1000px) {
	.m {
		width: 90% !important;
	}
	.menus {
		display: block;
		width: .6rem !important;
	}
	.header .m .left ul,
	.header .m .land {
		display: none;
	}
	.header .m .left img {
		width: 2rem;
		margin-left: 0;
	}
	.header {
		height: 1.4rem;
	}
	.null {
		height: 1.4rem;
		display: block;
	}
	.header {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999999;
	}
	.showbox {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		left: 0;
		top: 0;
		display: block;
		z-index: 99999999;
		display: none;
	}
	.showbox .mobile {
		width: 100%;
		height: 100%;
		overflow: auto;
		padding: .3rem;
		position: relative;
		top: -100%;
	}
	.showbox .mobile .searchs {
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.showbox .mobile .searchs input {
		width: 4.5rem;
		height: .8rem;
		border: 1px solid #fff;
		border-radius: .1rem;
		padding-left: .2rem;
	}
	.showbox .mobile .searchs img {
		width: .45rem;
		margin-left: .2rem;
	}
	.mobile>ul {
		margin-top: .5rem;
		overflow: hidden;
	}
	.mobile>ul>li {
		font-size: .28rem;
		padding-left: .2rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	.mobile>ul>li>a {
		height: 1rem;
		line-height: 1rem;
		display: block;
		color: #fff;
	}
	.mobile>ul>li>ul {
		overflow: hidden;
		display: none;
		padding: .3rem 0;
	}
	.mobile>ul>li>ul>li {
		height: 1rem;
		font-size: .28rem;
		padding-left: .3rem;
		line-height: 1rem;
		color: #fff;
	}
	.mobile>ul>li>ul>li a {
		color: #fff;
	}
	.closes {
		width: .7rem;
		display: block;
		margin: 0 auto;
		margin-top: .66rem;
	}
	.showbox .land {
		overflow: hidden;
		display: flex;
		align-items: center;
		margin-top: .6rem;
		justify-content: center;
	}
	.showbox .land div {
		overflow: hidden;
		width: 2.3rem;
		margin: 0 .3rem;
		height: .8rem;
		border-radius: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: .28rem;
		color: #1c1c1c;
		background: #fff;
	}
	.showbox .land div a {
		width: 100%;
		height: 100%;
		font-size: .28rem;
		color: #1C1C1C;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.showbox .land div.on {
		background: #302cc0;
	}
	.showbox .land div.on a {
		color: #fff;
	}
	.main_header {
		width: 100%;
		height: auto;
		padding: .3rem 0;
	}
	.main_header .m ul {
		display: flex;
		justify-content: space-around;
	}
	.main_header .m ul li {
		font-size: .26rem;
		margin: 0;
	}
	.main_header .m {
		display: block;
	}
	.main_header .m .reg {
		width: 2.6rem;
		margin: 0 auto;
		margin-top: .3rem;
		height: .8rem;
	}
	.main_header .m .reg a {
		font-size: .3rem;
	}
	.main_infos {
		width: 100%;
		margin-top: 0rem;
	}
	.main_infos .left {
		width: 100%;
		float: none;
	}
	.main_infos .left .pic {
		height: auto;
	}
	.main_infos .left .pic img {
		display: block;
		height: auto;
		width: 100%;
	}
	.main_infos .left .pic p {
		font-size: .28rem;
		line-height: .4rem;
	}
	.main_infos .left .boxs {
		padding: .3rem;
	}
	.main_infos .left .boxs h2 {
		font-size: .3rem;
	}
	.main_infos .left .boxs .des span {
		font-size: .22rem;
		height: .5rem;
		padding: 0 .2rem;
	}
	.main_infos .left .boxs .cout div p {
		font-size: .24rem;
		margin-left: .2rem;
	}
	.main_infos .left .boxs .cout div img {
		width: .3rem;
	}
	.main_infos .left .boxs .ty div {
		font-size: .2rem;
	}
	.main_infos .left .boxs .zan p {
		font-size: .3rem;
		margin-left: .1rem;
	}
	.main_infos .left .boxs .zan span {
		font-size: .26rem;
		margin-left: .3rem;
	}
	.main_infos .left .boxs .zan img {
		width: .4rem;
	}
	.main_infos .left .boxs .num .fl img {
		width: .4rem;
	}
	.main_infos .left .boxs .num .fl p {
		font-size: .4rem;
	}
	.main_infos .left .boxs .num .fl span {
		font-size: .3rem;
	}
	.main_infos .left .boxs .num .fr {
		font-size: .3rem;
	}
	.main_infos .left .info .fl img {
		width: .9rem;
		height: .9rem;
	}
	.main_infos .left .btngrow div {
		width: 3.1rem;
		height: .7rem;
		font-size: .3rem;
	}
	.main_infos .right {
		width: 100%;
		float: none;
	}
	.main_infos .right h2 {
		margin: 0;
		padding: .3rem;
		font-size: .3rem;
		line-height: .5rem;
	}
	.main_infos .right .main_boxs {
		padding: .3rem;
	}
	.main_infos .right .main_boxs .label h3 {
		line-height: .8rem;
		font-size: .35rem;
	}
	.main_infos .right .main_boxs .label .font p {
		font-size: .3rem;
		line-height: .5rem;
	}
	.main_infos .right .main_boxs .label .check li p {
		font-size: .3rem;
		line-height: .5rem;
		width: 90%;
	}
	.main_infos .right .main_boxs .label .check li img {
		width: .45rem;
	}
	.main_infos .right .main_boxs .label .re li {
		width: 48%;
		margin-right: 4%;
		font-size: .26rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.main_infos .right .main_boxs .label .re li:nth-child(3n) {
		margin-right: 4%;
	}
	.main_infos .right .main_boxs .label .re li:nth-child(2n) {
		margin-right: 0;
	}
	.main_infos .right .main_boxs .label .videos{
		height: auto;
	}
	.main_infos .right .main_boxs .label .videos video{
		height: 3rem;
	}
	.main_infos .right .main_boxs .label .word li{
		display: block;
	}
	.main_infos .right .main_boxs .label .word li .icon{
		width: 100%;
	}
	.main_infos .right .main_boxs .label .word li .down{
		margin: 0 auto;
		margin-top: .3rem;
	}
	.fadein{
	}
	.fadein .box{
		height: 100vh;
		width: 100%;
		overflow: auto;
		position: relative;
		top: 0;
		padding-top: 1.4rem;
	}
	.fadein .box h2{
		padding: .3rem;
		font-size: .3rem;
		margin-top: .7rem;
		line-height: .5rem;
	}
	.close{
		width: .5rem !important;
		top: 1.5rem !important;
	}
	.fadein .box .label{
		margin-top: .3rem;
		padding-left: .3rem;
	}
	.fadein .box .label p{
		width: 30%;
		font-size: .26rem;
		height: .8rem;
	}
	.fadein .box .label select{
		width: 65%;
		height: .8rem;
		font-size: .26rem;
	}
	.fadein .box .label textarea{
		width: 65%;
		font-size: .26rem;
		height: .8rem;
	}
	.fadein .box .label input[type='text']{
		width: 65%;
		font-size: .26rem;
		height: .8rem;
	}
	.fadein .box .label label{
		margin-left: -1.6rem;
	}
	.fadein .box .label label span{
		width: 80%;
	}
	.fadein .box .buttongrow{
		justify-content: space-between;
		padding: 0 .6rem;
	}
	.fadein .box .buttongrow div{
		margin: 0 .2rem;
	}	
	.fadeins{
	}
	.fadeins .box{
		width: 80%;
		margin: 0 auto;
	}
	.fadeins .box .info{
		padding: .3rem;
	}
	.fadeins .box .close{
		top: .3rem !important;
	}
	.fadeins .box .info p{
		font-size: .34rem;
	}
	.fadeins .box .info ul li{
		font-size: .3rem;
	}
	.fadeins .box .buttongrow div{
		margin: 0 auto;
	}
	body.on{
		overflow: hidden;
	}
	.footer {
		padding: .5rem 0;
	}
	.footer .m {
		display: block;
	}
	.footer .m .fl {
		display: block;
		width: 100%;
		float: none;
	}
	.footer .m .fl .contact {
		margin-bottom: .8rem;
	}
	.footer .m .fl .contact p {
		font-size: .36rem;
		text-align: center;
	}
	.footer .m .fl .contact div {
		justify-content: center;
		margin-top: .4rem;
	}
	.footer .m .fl .contact div img {
		width: .4rem;
	}
	.footer .m .fl .contact div span {
		font-size: .28rem;
	}
	.footer .m .fl ul {
		margin-left: 0;
		margin-top: .3rem;
	}
	.footer .m .fl ul li {
		padding: 0 .3rem;
		font-size: .28rem;
		float: left;
		margin-bottom: .3rem;
	}
	.footer .m .code {
		display: flex;
		justify-content: center;
		margin-top: .6rem;
		padding: 0 .4rem;
	}
	.footer .m .code div {
		width: 2rem;
		margin: 0 .4rem;
	}
	.footer .m .code div img {
		width: 100%;
	}
	.footer .m .code div p {
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_banner{
		width: 100%;
		height: 6rem;
		padding-top: .6rem;
	}
	.main_banner h2{
		font-size: .45rem;
	}
	.main_banner .search{
		width: 80%;
		height: 1rem;
		padding-left: .3rem;
		margin-bottom: 1rem;
	}
	.main_banner .search img{
		width: .4rem;
	}
	.main_banner .search input{
		height: 100%;
		font-size: .3rem;
		padding-left: .3rem;
	}
	.main_banner ul {
		justify-content: space-around;
	}
	.main_banner ul li{
		width: 2rem;
		height: 1rem;
		font-size: .3rem;
		margin: 0;
	}
	.main_knowledge_base .main_classification{
		width: 95%;
		margin: .3rem auto;
		padding: .3rem 0;
	}
	.main_knowledge_base{
		width: 100%;
	}
	.main_knowledge_base .main_classification .label{
		display: block;
	}
	.main_knowledge_base .main_classification .label p{
		width: 100%;
		text-align: center;
		font-size: .36rem;
	}
	.main_knowledge_base .main_classification .label ul li{
		font-size: .26rem;
		padding: 0 .2rem;
		margin-bottom: .3rem;
	}
	.main_knowledge_base .main_classification .label ul{
		width: 100%;
		margin-top: .3rem;
	}
	.main_knowledge_base .main_list ul li{
		width: 95%;
		margin: 0 auto;
		background: #fff;
		float: none;
		margin-bottom: .3rem;
	}
	.main_knowledge_base .main_list{
		padding-bottom: .6rem;
	}
	.main_knowledge_base .main_list ul li:nth-child(3n){
		margin: 0 auto;
		margin-bottom: .3rem;
	}
	.main_knowledge_base .main_list ul li .pic{
		height: 3.6rem;
	}
	.main_knowledge_base .main_list ul li .pic p{
		font-size: .3rem;
		line-height: .45rem;
	}
	.main_knowledge_base .main_list ul li .main_info{
		height: auto;
		padding: .3rem;
	}
	.main_knowledge_base .main_list ul li .main_info h2{
		font-size: .3rem;
	}
	.main_knowledge_base .main_list ul li .main_info>p{
		height: auto;
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_knowledge_base .main_list ul li .main_info .ty{
		margin-top: .3rem;
	}
	.main_knowledge_base .main_list ul li .btngrow{
		display: flex;
		align-items: center;
		justify-content: space-around;
		border-top: 1px solid #F6F6F6;
	}
	.main_knowledge_base .main_list ul li .btngrow div{
		width: 45%;
	}
	.main_knowledge_base .main_list ul li .info img{
		width: .9rem;
		height: .9rem;
	}
}
