body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, input, textarea, th, td, div, a {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font: 14px/1.6 "PingFang SC","Microsoft Yahei","Avenir","Segoe UI","Hiragino Sans GB","STHeiti","Microsoft Sans Serif","WenQuanYi Micro Hei","sans-serif";
	color: #333;
	min-width: 1200px;
	background-color: #fff;
}

html {
	height: 100%;
}

em, i, b {
	font-style: normal;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
	vertical-align: middle;
}

input, textarea {
	outline: none;
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

input, select, textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.w1400, main {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

::-moz-placeholder {
	color: #cccccc;
}

:-moz-placeholder {
	color: #cccccc;
}

::-webkit-input-placeholder {
	color: #cccccc;
}

:-ms-input-placeholder {
	color: #cccccc;
}

.header .headTop {
	height: 64px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.02);
	backdrop-filter: blur(5px);
	position: relative;
	z-index: 20;
}

.header-logo {
	width: 130px;
	height: 32px;
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 3;
}

.header .headul {
	text-align: center;
	margin: 0;
	height: 64px;
	line-height: 64px;
	font-size: 0;
}

.header .headul li + li {
	margin-left: 8px;
}

.header .headul li {
	display: inline-block;
}

.header .headul li a {
	font-size: 16px;
	color: #333333;
}

.header .headul li .header-slide-m {
	display: none;
}

.header .headul li .header-slide-m dl {
	position: absolute;
	width: 480px;
	border-radius: 4px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	z-index: 10;
	top: 60px;
}

.header .headul li .header-slide-m dl dd {
	width: 160px;
}

.header .headul li .header-slide-m dl dd a {
	display: block;
	line-height: 64px;
	padding-left: 30px;
	font-weight: bold;
}

.header .headul li .header-slide-m dl dd a.active, .header .headul li .header-slide-m dl dd a:hover {
	background: #F7F8F9;
	color: #dd3635;
}

.header .headul li .header-slide-m dl dd img {
	width: 32px;
	height: 32px;
	margin-left: 10px;
}

.header .headul li.active a::after, .header .headul li:hover a::after {
	transform: scale(1);
}

.header .headul li.active a {
	font-size: 18px;
	font-weight: bold;
}

.header .headul li > a {
	padding: 0 18px;
	position: relative;
	color: #333;
}

.header .headul li > a::after {
	content: '';
	transform: scale(0);
	width: 28px;
	height: 4px;
	background-color: #02C8AE;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -14px;
	transition: transform .2s;
	border-radius: 5px;
}

.header .headul .header-slide {
	position: relative;
}

.header .headul .header-slide > a {
	position: relative;
}

.header .headul a:hover {
	color: #333 !important;
}

.header .headul .header-slide > a::before {
	content: '';
	border-top: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform .3s;
}

.header .headul .header-slide:hover .header-slide-m {
	display: block;
}

.header .headul .header-slide:hover a::after {
	content: none;
}

.header .headul .header-slide:hover a::before {
	transform: translateY(-50%) rotate(180deg);
}

.header-tel {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.header-tel .icon-dh {
	vertical-align: 1px;
	margin-right: 3px;
	color: #FF641F;
	font-size: 20px;
}

.header-tel span {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 64px;
	margin-left: 3px;
}

.header .headShows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	padding: 30px 30px 42px;
	position: relative;
}

.header .headShows:after {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.header .headShows .headLeft {
	display: flex;
}

.header .headShows .headLeft .img {
    width: 120px;
    height: 120px;
    background: #ffffff;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.header .headShows .headLeft .img img {
	width: 88px;
	height: 88px;
}

.header .headShows .headLeft .img span {
	width: 88px;
	height: 88px;
	border-radius: 100%;
	overflow: hidden;
	padding-left: 5px;
	box-sizing: border-box;
}

.header .headShows .headLeft .img span img {
	width: auto;
	height: 88px;
}

.header .headShows .headLeft .cont {
	padding-left: 21px;
}

.header .headShows .headLeft .cont .name {
	font-size: 28px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 40px;
}

.header .headShows .headLeft .cont .name label {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	border-radius: 4px;
	padding: 1px 5px;
	font-weight: normal;
	margin-right: 5px;
	position: relative;
	top: -4px;
}

.header .headShows .headLeft .cont .name .red {
	margin-left: 2px;
	background: #FF641F;
}

.header .headShows .headLeft .cont ul {
	display: flex;
	flex-wrap: wrap;
	width: 620px;
}

.header .headShows .headLeft .cont ul li {
	width: 180px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	margin-top: 7px;
	white-space: nowrap;
	display: flex;
}

.header .headShows .headLeft .cont ul li a {
	font-size: 16px;
	color: #FFFFFF;
}

.header .headShows .headLeft .cont ul li a:hover {
	color: #FFFFFF !important;
}

.header .headShows .headLeft .cont ul .recet span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 48%;
	display: inline-block;
}

.header .headShows .headType {
	padding-top: 10px;
}

.header .headShows .headType .name {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding-bottom: 8px;
}

.header .headShows .headType ul {
	display: flex;
	justify-content: center;
	margin-left: -20px;
}

.header .headShows .headType ul li {
	width: 100px;
	margin-left: 20px;
}

.header .headShows .headType ul li a {
	border-radius: 8px;
	display: block;
	text-align: center;
	padding: 10px 0 15px;
	position: relative;
}

.header .headShows .headType ul li a img {
	width: 56px;
	height: 56px;
}

.header .headShows .headType ul li a p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
}

.header .headShows .headType ul li a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	opacity: 0.1;
	border-radius: 8px;
}

.header nav {
	height: 56px;
	line-height: 56px;
	display: flex;
}

.header nav a {
	flex: 1;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	height: 56px;
	text-align: center;
	position: relative;
	z-index: 10;
}

.header nav a:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: -1;
}

.header nav a.active, .header nav a:hover {
	color: #000000 !important;
}

.header nav a.active:after, .header nav a:hover:after {
	display: block;
}

.footer-wrapper {
	padding-bottom: 30px;
	background-color: #333;
	margin-top: 40px;
	color: #999;
}

.footer-wrapper a {
	color: #999;
}

.footer-wrapper a:hover {
	color: #dd3635;
}

.footer-sub {
	background-color: #222;
	padding: 30px 0;
}

.footer-sub a {
	line-height: 1;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	margin-right: 30px;
	padding-right: 30px;
}

.footer-sub a:last-child {
	border-right: none;
	margin-right: 0;
	padding-left: 0;
}

.footer-copy {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding-top: 30px;
}

.footer-copy-l {
	line-height: 28px;
}

.footer-copy-r {
	display: flex;
	align-items: flex-end;
}

.footer-copy-r a {
	margin-left: 20px;
	position: relative;
}

.footer-copy-r a:first-child span {
	background-color: #FF3838;
}

.footer-copy-r a:hover span {
	opacity: .9;
}

.footer-copy-r a:hover .ewm {
	display: block;
}

.footer-copy-r a span {
	display: inline-block;
	width: 100px;
	line-height: 32px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	background-color:#1479d7!important;
}

.footer-copy-r .iconfont {
	vertical-align: middle;
	margin-right: 2px;
}

.footer-copy-r .ewm {
	position: absolute;
	bottom: 32px;
	left: 0;
	display: block;
	padding-bottom: 8px;
}

.footer-copy-r .ewm img {
	width: 100px;
	height: 100px;
	border: 10px solid #fff;
	border-radius: 4px;
	box-sizing: border-box;
}

.friend {
	background: #F7F8F9;
	padding-bottom: 30px;
}

.friend-list {
	padding-top: 30px;
}

.friend-t {
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.friend-c {
	font-size: 14px;
}

.friend-c a {
	color: #666;
	margin-right: 20px;
	display: inline-block;
}

.friend-c a:hover {
	color: #dd3635;
}

a:hover {
	color: #dd3635 !important;
}

.header .headShows .headLeft .cont ul li:last-child {
	width: 100%;
}

.header2 .headShows .headLeft .cont ul {
	width: 720px;
}

.header2 .headShows .headLeft .cont ul li:nth-child(1), .header2 .headShows .headLeft .cont ul li:nth-child(4) {
	width: 106px;
	margin-right: 120px;
}

.header2 .headShows .headLeft .cont ul li:nth-child(2), .header2 .headShows .headLeft .cont ul li:nth-child(5) {
	width: 187px;
	margin-right: 120px;
}

.header2 .headShows .headLeft .cont ul li:nth-child(3), .header2 .headShows .headLeft .cont ul li:last-child {
	width: 176px;
}

.header .headShows .headLeft .cont ul li:last-child span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 505px;
	display: inline-block;
}

.header3 .headShows .headLeft .cont ul {
	width: auto;
}

.header3 .headShows .headLeft .cont ul li:last-child span {
	max-width: 635px;
}

.header3 .headShows .headLeft .cont ul li {
	width: 25.42%;
}

.header4 .headShows .headLeft .cont ul {
	width: 820px;
}

.header4 .headShows .headLeft .cont ul li:last-child span {
	width: 397px;
}

.header4 .headShows .headLeft .cont ul li:last-child {
	width: auto;
	margin-right: 0;
}

.article-slide {
	position: relative;
	padding-left: 60px;
	line-height: 44px;
	height: 44px;
	margin-top: 20px;
	background-color: #F7F8F9;
	border-radius: 4px;
	padding-right: 15px;
	overflow: hidden;
}

.article-slide:hover .article-slide-tt::before {
	background-color: #FF641F;
}

.article-slide-inner {
	white-space: nowrap;
	width: 910px;
	overflow: hidden;
	position: relative;
}

.article-slide-inner::after {
	content: '';
	background-color: #F7F8F9;
	z-index: 2;
	width: 15px;
	height: 44px;
	position: absolute;
	right: -10px;
}

.article-slide-inner .str_move {
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}

.article-slide-tt {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #F7F8F9;
	z-index: 2;
	width: 56px;
	height: 44px;
}

.article-slide-tt::before {
	content: '';
	width: 44px;
	height: 44px;
	background: rgba(255, 100, 31, 0.8) url("../images/zx1.png") center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.article-slide1 {
	background-color: #fff;
	border: 1px solid rgba(255, 100, 31, 0.4);
}

.article-slide1 .article-slide-tt {
	width: 116px;
	background-color: #fff;
}

.article-slide1 .article-slide-tt::before {
	background: rgba(255, 100, 31, 0.8) url("../images/zx2.png") center no-repeat;
	width: 104px;
	height: 44px;
}

.article-slide1 .article-slide-inner::after {
	background-color: #fff;
}

@font-face {
	font-family: "iconfont"; src: url("../font/iconfont.woff22?t=1652147497702") format("woff2"), url("../images/iconfont.woff2") format("woff"), url("../images/iconfont.ttf2") format("truetype");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cg:before {
	content: "\e607";
}

.icon-xialajiantouxiao:before {
	content: "\e87e";
}

.icon-hot:before {
	content: "\e600";
}

.icon-gd:before {
	content: "\e601";
}

.icon-wb:before {
	content: "\e645";
}

.icon-wx:before {
	content: "\e604";
}

.icon-xz:before {
	content: "\e60a";
}

.icon-dh:before {
	content: "\e609";
}

@charset "UTF-8";

.nav-brand {
	line-height: 1;
	color: #999;
	padding: 20px 0;
	font-size: 14px;
}

.nav-brand a, .nav-brand span {
	color: #999;
}

.nav-brand a:hover {
	color: #dd3635;
}

.nav-brand i {
	font-family: simsun;
	color: #999;
	margin: 0 5px;
}

.mainBox {
	zoom: 1;
	_height: 1px;
	padding-bottom: 80px;
}

.mainBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mainBox .BoxL {
	float: left;
	width: 980px;
}

.mainBox .BoxR {
	float: right;
	width: 380px;
	padding-top: 40px;
}

.mainBox .title {
	border-bottom: 1px solid rgba(241, 241, 241, 0.6);
	margin: 40px 0 23px;
	height: 41px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
}

.mainBox .title div {
	display: flex;
	align-items: center;
	padding-bottom: 7px;
}

.mainBox .title div p, .mainBox .title div h2, .mainBox .title div h3 {
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
	position: relative;
	top: 5px;
	padding: 0 20px 10px;
	background: #ffffff;
	height: 38px;
	margin-left: -20px;
	display: inline-block;
}

.mainBox .title div p .icon-xz, .mainBox .title div h2 .icon-xz, .mainBox .title div h3 .icon-xz {
	height: 7px;
	font-size: 7px;
	font-weight: normal;
	color: #FF641F;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.mainBox .title div label {
	font-size: 14px;
	color: #999999;
	line-height: 14px;
}

.mainBox .title div .tab {
	display: flex;
}

.mainBox .title div .tab .name {
	font-size: 16px;
	color: #999999;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	position: relative;
	margin-right: 30px;
	display: block;
}

.mainBox .title div .tab li.on .name {
	font-weight: bold;
	position: relative;
}

.mainBox .title div .tab li.on .name:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #FF641F;
	opacity: 0.1;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.mainBox .title div .tab li.on .name:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #FF641F;
	opacity: 0.1;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.mainBox .title div .tab .more {
	font-size: 14px;
	color: #999999;
	line-height: 16px;
	display: none;
	position: absolute;
	bottom: 11px;
	right: 0;
}

.mainBox .title div .tab li.on .more {
	display: block;
}

.mainBox .title div .tab li.tive.on .name {
	color: #FF641F !important;
}

.mainBox .title .more {
	font-size: 14px;
	color: #999999;
	line-height: 16px;
	display: block;
}

.mainBox .guideul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mainBox .guideul li {
	width: 180px;
	height: 100px;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 22px;
}

.mainBox .guideul li a {
	font-size: 18px;
	color: #000000;
	line-height: 25px;
	overflow: hidden;
	display: block;
}

.mainBox .guideul li a img {
	width: 36px;
	height: 36px;
	display: block;
	margin: 20px auto 2px;
}

.mainBox .guideul li a:hover {
	color: #000000 !important;
}

.mainBox .guideul li:hover {
	box-shadow: 0px 0px 40px 0px rgba(57, 59, 255, 0.07);
}

.mainBox .majorul {
	display: flex;
	flex-wrap: wrap;
}

.mainBox .majorul li {
	width: 245px;
	height: 114px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
}

.mainBox .majorul li .tit {
	padding-bottom: 14px;
}

.mainBox .majorul li .tit a {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mainBox .majorul li p {
	font-size: 14px;
	color: #999999;
	line-height: 14px;
	margin-top: 6px;
}

.mainBox .majorul li p label {
	color: #FF641F;
}

.mainBox .majorul li:hover {
	background: #FFFFFF;
	box-shadow: 0px 0px 40px 0px rgba(57, 59, 255, 0.07);
}

.mainBox .generalul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mainBox .generalul li {
	width: 480px;
	height: 131px;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(57, 59, 255, 0.07);
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
}

.mainBox .generalul li .progress {
	width: 50px;
	height: 4px;
	position: absolute;
	right: 20px;
	top: 27px;
}

.mainBox .generalul li .progress:after {
	content: "";
	width: 100%;
	height: 4px;
	background: #FF641F;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
}

.mainBox .generalul li .progress p {
	width: 0;
	height: 4px;
	background: #FF641F;
}

.mainBox .generalul li .tit a {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	display: block;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mainBox .generalul li .text {
	padding: 3px 0 25px;
}

.mainBox .generalul li .text a {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 14px;
}

.mainBox .generalul li .bom {
	display: flex;
	justify-content: space-between;
}

.mainBox .generalul li .bom div {
	display: flex;
	align-items: center;
}

.mainBox .generalul li .bom div label {
	font-size: 12px;
	padding: 0 3px;
	height: 16px;
	line-height: 16px;
	margin-right: 16px;
}

.mainBox .generalul li .bom div label.green {
	border: 1px solid #02C8AE;
	color: #02C8AE;
}

.mainBox .generalul li .bom div label.purple {
	border: 1px solid #5E52F8;
	color: #5E52F8;
}

.mainBox .generalul li .bom div label.lv {
	color: #399F25;
	border: 1px solid #399F25;
}

.mainBox .generalul li .bom div label.orange {
	border: 1px solid #FF7317;
	color: #FF7317;
}

.mainBox .generalul li .bom div label.pink {
	color: #C934BC;
	border: 1px solid #C934BC;
}

.mainBox .generalul li .bom div p, .mainBox .generalul li .bom div span {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 14px;
}

.mainBox .generalul li .bom div p .icon-gd, .mainBox .generalul li .bom div span .icon-gd {
	font-size: 13px;
	color: #CCCCCC;
}

.mainBox .generalul li .bom div p .hmore-con, .mainBox .generalul li .bom div span .hmore-con {
	padding: 5px;
	min-width: 60px;
	line-height: 22px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(227, 227, 227, 0.5);
	font-size: 14px;
	color: #333;
	z-index: 99;
	text-align: center;
	display: none;
	position: absolute;
	right: -66px;
	top: -20px;
}

.mainBox .generalul li .bom div p .hmore-con p, .mainBox .generalul li .bom div span .hmore-con p {
	line-height: 22px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.mainBox .generalul li .bom div span {
	margin-left: 16px;
	position: relative;
	top: 1px;
}

.mainBox .generalul li .bom div span:hover .hmore-con {
	display: block;
}

.mainBox .generalul li .bom p {
	font-size: 20px;
	font-weight: bold;
	color: #FF3838;
	line-height: 24px;
}

.mainBox .generalul li .bom p span {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 14px;
	margin-left: 5px;
}

.generalrules {
	padding-top: 20px;
}

.zhinanul {
	padding-top: 8px;
	display: none;
}

.zhinanul li {
	padding: 30px;
	display: flex;
}

.zhinanul li img {
	float: left;
	width: 190px;
	height: 130px;
	margin-right: 20px;
}

.zhinanul li .cont {
	width: 100%;
	overflow: hidden;
}

.zhinanul li .cont .tit {
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	display: flex;
	align-items: center;
}

.zhinanul li .cont .tit a {
	max-width: 92%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000000;
	font-weight: bold;
}

.zhinanul li .cont .tit span {
	font-size: 14px;
	color: #FFFFFF;
	width: 32px;
	height: 16px;
	line-height: 16px;
	background: #FF3838;
	border-radius: 2px;
	text-align: center;
	margin-right: 5px;
}

.zhinanul li .cont .text {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
	line-height: 24px;
	margin: 20px 0;
}

.zhinanul li .cont .rede {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zhinanul li .cont .rede p {
	height: 24px;
	line-height: 24px;
	border-radius: 4px;
	font-size: 12px;
	color: #999999;
	padding-right: 5px;
	position: relative;
}

.zhinanul li .cont .rede p .icon-hot {
	font-size: 10px;
	margin: 0 3px 0 6px;
}

.zhinanul li .cont .rede p:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 4px;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
}

.zhinanul li .cont .rede span {
	font-size: 14px;
	color: #CCCCCC;
	line-height: 14px;
}

.zhinanul li:hover {
	background: #FFFFFF;
	box-shadow: 0px 0px 40px 0px rgba(57, 59, 255, 0.07);
	border-radius: 4px;
}

.title2 {
	border-bottom: 0 !important;
	margin: 40px 0 13px !important;
	height: 41px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
}

.title2 div .tab {
	display: flex;
}

.title2 div .tab .name {
	font-size: 18px !important;
	color: #333333 !important;
	height: auto !important;
	line-height: normal !important;
	padding: 0 !important;
	margin-right: 20px !important;
}

.title2 div .tab li.on .name {
	background: none !important;
	color: #333333 !important;
}

.title2 div .tab .more {
	bottom: 18px !important;
}

.schoImgul {
	display: flex;
	flex-wrap: wrap;
}

.schoImgul li {
	width: 245px;
	height: 96px;
	padding: 20px;
	display: flex;
	overflow: hidden;
}

.schoImgul li img {
	width: 56px;
	height: 56px;
}

.schoImgul li .cont {
	margin-left: 8px;
	width: 78%;
}

.schoImgul li .cont .tit a {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.schoImgul li .cont p {
	margin-top: 5px;
}

.schoImgul li .cont p a {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin-top: 5px;
}

.schoImgul li .cont p span {
	margin-right: 5px;
	color: #FF641F;
}

.schoImgul li:hover {
	background: #FFFFFF;
	box-shadow: 0px 0px 40px 0px rgba(57, 59, 255, 0.07);
	border-radius: 4px;
}

.imgBoxR, .imgBoxR img {
	width: 380px;
	height: 240px;
}

.xueyuanul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xueyuanul li {
	width: 180px;
	height: 50px;
	line-height: 50px;
	background: #F7F8F9;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 20px;
}

.xueyuanul li a {
	display: block;
	font-size: 16px;
	color: #666666;
}

.xueyuanul li:hover {
	border-radius: 4px;
	box-shadow: 0px 0px 20px 0px rgba(2, 200, 174, 0.2);
}

.xueyuanul li:hover a {
	color: #FFFFFF !important;
}

.title3 {
	border-bottom: 0 !important;
	margin-bottom: 22px !important;
}

.changjianul li {
	display: flex;
	align-items: center;
}

.changjianul li span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #F7F8F9;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-right: 10px;
}

.changjianul li a {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	max-width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.changjianul li + li {
	margin-top: 28px;
}

.changjianul li:nth-child(1) span {
	background: #FF3838;
	color: #FFFFFF;
}

.changjianul li:nth-child(2) span {
	background: #FF641F;
	color: #FFFFFF;
}

.changjianul li:nth-child(3) span {
	background: #FFAD3B;
	color: #FFFFFF;
}

.wenzhangul {
	margin-top: -17px;
}

.wenzhangul li a {
	font-size: 16px;
	color: #666666;
	line-height: 48px;
	display: block;
	position: relative;
	padding-left: 15px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wenzhangul li a:after {
	content: "";
	width: 5px;
	height: 5px;
	background: #FF641F;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.wendaul li .wen {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.wendaul li .wen span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.wendaul li .wen a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 24px;
	display: block;
	width: 350px;
	margin-top: -4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.wendaul li .da {
	display: flex;
	justify-content: space-between;
}

.wendaul li .da span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background: #FF641F;
}

.wendaul li .da p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
	line-height: 24px;
	display: block;
	width: 350px;
	margin-top: -2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.wendaul li + li {
	margin-top: 40px;
}

.cjscho li {
	display: flex;
	justify-content: space-between;
}

.cjscho li div span {
	display: inline-block;
}

.cjscho li div a {
	color: #333333;
}

.cjscho li label {
	font-size: 14px;
	color: #999999;
}

.cjscho li:nth-child(1) div a, .cjscho li:nth-child(2) div a {
	font-weight: bold;
}

.cjscho li:nth-child(1) label {
	color: #FF3838;
	font-weight: bold;
}

.cjscho li:nth-child(2) label {
	color: #FF641F;
	font-weight: bold;
}

.cjscho li:nth-child(3) label {
	color: #FFAD3B;
	font-weight: bold;
}

.zyhotul {
	display: flex;
	justify-content: flex-start;
}

.zyhotul li {
	width: auto !important;
	height: 44px !important;
	line-height: 44px !important;
	padding: 0 20px;
	margin-right: 10px;
}

.toolul li {
	height: 94px;
	background: #FFFFFF;
	border-radius: 4px;
	display: flex;
}

.toolul li .toope {
	width: 40px;
	height: 93px;
	border-radius: 4px 0px 0px 4px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 12px;
	display: flex;
	align-items: center;
}

.toolul li .cont {
	padding: 20px 8px 10px;
	display: flex;
	flex-wrap: wrap;
}

.toolul li .cont a {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	margin: 0 20px 10px;
	width: 64px;
}

.toolul li + li {
	margin-top: 10px;
}

.bgWhite {
	background: #ffffff;
}

.wendaStyl .title2 div .tab .name {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 24px !important;
}

.wendaStyl .title2 div .tab .name span {
	color: #000000;
}

.wendaStyl .title2 div .tab .name .icon-xz {
	height: 7px;
	font-size: 7px;
	color: #FF641F;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: none;
}

.wendaStyl .title2 div .tab li.on .name {
	font-size: 28px !important;
	padding-bottom: 13px !important;
}

.wendaStyl .title2 div .tab li.on .name:before {
	display: none;
}

.wendaStyl .title2 div .tab li.on .icon-xz {
	display: block;
}

.wendaStyl .wendaul {
	display: none;
}

.wendaStyl .wendaul li {
	padding: 30px 30px 26px;
}

.wendaStyl .wendaul li .wen, .wendaStyl .wendaul li .da {
	justify-content: flex-start;
}

.wendaStyl .wendaul li .wen a, .wendaStyl .wendaul li .wen p, .wendaStyl .wendaul li .da a, .wendaStyl .wendaul li .da p {
	width: 100%;
	margin-left: 10px;
}

.wendaStyl .wendaul li:hover {
	background: #FFFFFF;
	box-shadow: 0px 0px 40px 0px rgba(57, 59, 255, 0.07);
	border-radius: 8px;
}

.wendaStyl .wendaul li + li {
	margin-top: 0;
}

.imgTel {
	position: relative;
}

.imgTel img {
	width: 380px;
	height: 80px;
	border-radius: 4px;
}

.imgTel .cont {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.imgTel .cont p {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	padding-bottom: 5px;
}

.imgTel .cont span {
	font-size: 14px;
	color: #FFFFFF !important;
	line-height: 14px;
}

.imgSlide {
	padding-bottom: 20px;
}

.imgSlide .slideBox, .imgSlide .slideBox .bd img {
	width: 380px;
	height: 200px;
}

.imgSlide .slideBox .bd img, .imgBoxR img {
	object-fit: cover;
}

.imgSlide .slideBox .hd {
	padding-top: 10px;
}

.imgSlide .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: flex;
	justify-content: center;
}

.imgSlide .slideBox .hd ul li {
	width: 20px;
	height: 3px;
	background: #F1F1F1;
	border-radius: 2px;
	text-indent: -99em;
	overflow: hidden;
	margin: 0 3px;
	cursor: pointer;
}

.imgSlide .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.hotLists .hosul li {
	background: rgba(247, 248, 249, 0.5);
	border-radius: 4px;
	padding: 22px 20px 20px;
}

.hotLists .hosul li a {
	display: flex;
	justify-content: space-between;
}

.hotLists .hosul li a .lt {
	width: 70%;
}

.hotLists .hosul li a .tit {
	display: flex;
}

.hotLists .hosul li a .tit p {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hotLists .hosul li a .tit span {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	border-radius: 2px;
	padding: 0 4px;
	margin-left: 10px;
	white-space: nowrap;
	display: inline-block;
}

.hotLists .hosul li a .tit span.green {
	border: 1px solid #02C8AE;
	color: #02C8AE;
}

.hotLists .hosul li a .tit span.purple {
	border: 1px solid #5E52F8;
	color: #5E52F8;
}

.hotLists .hosul li a .tit span.lv {
	color: #399F25;
	border: 1px solid #399F25;
}

.hotLists .hosul li a .tit span.orange {
	border: 1px solid #FF7317;
	color: #FF7317;
}

.hotLists .hosul li a .tit span.pink {
	color: #C934BC;
	border: 1px solid #C934BC;
}

.hotLists .hosul li a .con {
	padding-top: 9px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.3);
}

.hotLists .hosul li a .con span {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.3);
	line-height: 12px;
}

.hotLists .hosul li a .rt {
	display: flex;
}

.hotLists .hosul li a .rt label {
	font-size: 14px;
	color: #FF3838;
	line-height: 18px;
}

.hotLists .hosul li a .rt p {
	font-size: 18px;
	font-weight: bold;
	color: #FF3838;
	line-height: 18px;
	padding: 0 5px 0 10px;
}

.hotLists .hosul li a .rt span {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}

.hotLists .hosul li + li {
	margin-top: 10px;
}

.information {
	margin: 32px 0 20px;
}

.headStyled .name {
	padding-bottom: 19px;
}

.headStyled .name span {
	font-size: 16px;
	color: #8F1310;
	height: 28px;
	background: #FFFFFF;
	border-radius: 14px;
	line-height: 28px;
	padding: 0 10px;
	display: inline-block;
	font-weight: normal;
}

.fractionul li {
	display: flex;
	align-items: center;
	background: #F7F8F9;
	border-radius: 8px;
	padding: 20px 0;
}

.fractionul li label {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
	padding: 12px 26px 12px 20px;
	border-right: 1px solid #E6E9EC;
	white-space: nowrap;
}

.fractionul li div {
	display: flex;
	width: 100%;
}

.fractionul li div p {
	width: 33.3%;
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}

.fractionul li div p span {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	display: block;
	margin-top: 4px;
}

.fractionul li + li {
	margin-top: 10px;
}

.tailStyl {
	padding-top: 20px;
}

.detailJieda2 {
	padding-top: 0 !important;
}

.direPage {
	background: #F7F8F9;
	display: flex;
	padding: 18px 20px;
}

.direPage div {
	width: 50%;
	display: flex;
	align-items: center;
}

.direPage div span {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin-right: 8px;
	display: inline-block;
}

.direPage div a {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	display: inline-block;
	max-width: 84%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select-menu {
	cursor: pointer;
	width: 100%;
	height: 48px;
}

.select-menu .select-menu-ul {
	opacity: 0;
	display: none;
	width: 320px;
	background: #FFFFFF;
	border-radius: 4px;
	position: absolute;
	z-index: 1;
	top: 53px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	max-height: 240px;
	overflow: hidden;
}

.select-menu .select-menu-ul li {
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
}

.select-menu .select-menu-ul li:hover {
	color: #FFFFFF;
}

.select-menu .select-menu-div {
	position: relative;
	width: 100%;
	height: 48px;
	line-height: 48px;
}

.select-menu .select-menu-div i {
	position: absolute;
	right: 10px;
	top: 3px;
	font-size: 12px;
	color: #B7B7B7;
}

.select-menu .select-menu-div .select-menu-input {
	border: 0;
	cursor: pointer;
	user-select: none;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #cccccc;
	padding: 0 20px;
	border-radius: 4px;
}

.select-menu .select-menu-i {
	transform: rotate(180deg);
}

.select-menu i {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.forms {
	position: relative;
}

.tips {
	font-size: 12px;
	color: #FF3838;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 0;
	bottom: 56px;
	display: none;
}

.sortTab {
	height: 48px;
	line-height: 48px;
	display: flex;
	align-items: center;
	padding: 0 20px 0 15px;
	position: relative;
}

.sortTab:after {
	content: "";
	width: 100%;
	height: 48px;
	opacity: 0.05;
	position: absolute;
	top: 0;
	left: 0;
}

.sortTab span {
	font-size: 14px;
	color: rgba(51, 51, 51, 0.8);
}

.sortTab span:nth-child(1) {
	width: 314px;
	padding-left: 37px;
}

.sortTab span:nth-child(2) {
	width: 203px;
}

.sortTab span:nth-child(3) {
	width: 175px;
	text-align: center;
}

.sortTab span:nth-child(4) {
	width: 135px;
	text-align: center;
}

.sortTab span:nth-child(5) {
	width: 140px;
	text-align: center;
}

.sortTab span:nth-child(6) {
	width: 175px;
	padding-left: 35px;
}

.sortTab span:nth-child(7) {
	width: 110px;
	padding-left: 37px;
	box-sizing: border-box;
}

.sortTab span:nth-child(8) {
	width: 110px;
	text-align: center;
}

.sortTabList li {
	display: flex;
	align-items: center;
	padding: 15px 20px 15px 15px;
}

.sortTabList li div:nth-child(1) span {
	width: 22px;
	height: 53px;
	border-radius: 2px;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 12px;
	padding-top: 5px;
}

.sortTabList li div:nth-child(1) .color01 {
	color: rgba(2, 200, 174, 0.7);
	border: 1px solid rgba(2, 200, 174, 0.5);
}

.sortTabList li div:nth-child(1) .color02 {
	color: rgba(255, 100, 31, 0.7);
	border: 1px solid rgba(255, 100, 31, 0.5);
}

.sortTabList li div:nth-child(1) .color03 {
	color: rgba(94, 82, 248, 0.7);
	border: 1px solid rgba(94, 82, 248, 0.5);
}

.sortTabList li div:nth-child(1) .color04 {
	color: rgba(57, 159, 37, 0.7);
	border: 1px solid rgba(57, 159, 37, 0.5);
}

.sortTabList li div:nth-child(1) .color05 {
	color: rgba(201, 52, 188, 0.7);
	border: 1px solid rgba(201, 52, 188, 0.5);
}

.sortTabList li div:nth-child(1) .juece {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-left: 15px;
	width: 270px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sortTabList li div:nth-child(2) {
	flex-wrap: wrap;
}

.sortTabList li div:nth-child(2) .t1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}

.sortTabList li div:nth-child(2) .t2 {
	font-size: 14px;
	color: #999999;
	line-height: 14px;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sortTabList li div:nth-child(2) .t3 {
	margin-bottom: 0;
}

.sortTabList li div:nth-child(3) {
	justify-content: center;
}

.sortTabList li div:nth-child(3) label {
	width: 50px;
	height: 4px;
	position: relative;
}

.sortTabList li div:nth-child(3) label:after {
	content: "";
	width: 100%;
	height: 4px;
	background: #FF641F;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
}

.sortTabList li div:nth-child(3) label span {
	width: 0;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: #FF641F;
}

.sortTabList li div:nth-child(4) {
	justify-content: center;
	font-size: 14px;
	color: #666666;
	line-height: 14px;
}

.sortTabList li div {
	display: flex;
	align-items: center;
	position: relative;
}

.sortTabList li div:nth-child(1) {
	width: 359px;
}

.sortTabList li div:nth-child(2) {
	width: 273px;
}

.sortTabList li div:nth-child(3) {
	width: 145px;
	text-align: center;
	left: -48px;
}

.sortTabList li div:nth-child(4) {
	width: 100px;
	text-align: center;
	margin-left: -1px;
	left: -15px;
}

.sortTabList li div:nth-child(5) {
	width: 105px;
	text-align: center;
	justify-content: center;
	margin-left: 3px;
	left: 17px;
}

.sortTabList li div:nth-child(6) {
	width: 254px;
	padding-left: 35px;
	left: 34px;
}

.sortTabList li div:nth-child(7) {
	width: 110px;
	text-align: center;
	justify-content: center;
	position: relative;
}

.sortTabList li div:nth-child(7) .icon-gd {
	color: #CCCCCC;
	font-size: 13px;
	position: absolute;
	right: 16px;
}

.sortTabList li div:nth-child(7) .hmore-con {
	padding: 5px;
	width: auto;
	min-width: 60px;
	line-height: 22px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(227, 227, 227, 0.5);
	font-size: 14px;
	color: #333;
	z-index: 99;
	text-align: center;
	display: none;
	position: absolute;
	right: -46px;
	top: -20px;
}

.sortTabList li div:nth-child(7) .hmore-con p {
	line-height: 22px;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 0;
	font-weight: normal;
}

.sortTabList li div:nth-child(7):hover .hmore-con {
	display: block;
}

.sortTabList li div:nth-child(8) {
	width: 110px;
	justify-content: center;
}

.sortTabList li div:nth-child(8) a {
	display: block;
	width: 77px;
	height: 32px;
	line-height: 32px;
	background: #FFFFFF;
	border-radius: 4px;
	color: #FF641F;
	font-size: 14px;
	text-align: center;
	border: 1px solid #FF641F;
}

.sortTabList li div:nth-child(8) a:hover {
	color: #FFFFFF !important;
	box-shadow: 0px 0px 20px 0px rgba(255, 100, 31, 0.1);
	border: 1px solid #FF641F;
	background: #FF641F;
}

.sortTabList li:hover {
	background: #FFFFFF;
	box-shadow: 0px 0px 40px 0px rgba(57, 59, 255, 0.05);
	border-radius: 4px;
}

.sortTabBox {
	padding-bottom: 24px;
}

.imgspel {
	text-align: center;
	padding: 150px 0 47px;
}

.imgspel img {
	width: 180px;
	height: 162px;
}

.imgspel p {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
	margin-top: 30px;
}

.sortTBox .title div p {
	top: 6px;
}

.clearStyl .sortTab {
	padding: 0;
}

.clearStyl .sortTab span:nth-child(1) {
	padding-left: 50px;
	width: 284px;
}

.clearStyl .sortTab span:nth-child(2) {
	margin-left: 18px;
	width: 273px;
}

.clearStyl .sortTab span:nth-child(3) {
	width: 145px;
}

.clearStyl .sortTab span:nth-child(4) {
	width: 105px;
}

.clearStyl .sortTab span:nth-child(5) {
	width: 110px;
}

.clearStyl .sortTab span:nth-child(6) {
	width: 225px;
}

.clearStyl .sortTab span:nth-child(7) {
	width: 127px;
	padding-left: 0;
	position: relative;
	left: 17px;
}

.clearStyl .sortTabList li div:nth-child(1) {
	overflow: hidden;
	width: 316px;
}

.clearStyl .sortTabList li div:nth-child(1) .juece {
	margin-left: 10px;
	width: 168px;
}

.clearStyl .sortTabList li div:nth-child(2) {
	padding-left: 36px;
	width: 201px;
}

.clearStyl .sortTabList li div:nth-child(3) {
	margin: 0 2px 0 32px;
	width: 135px;
	left: -3px;
}

.clearStyl .sortTabList li div:nth-child(4) {
	margin-left: 6px;
	left: -4px;
}

.clearStyl .sortTabList li div:nth-child(5) {
	left: -1px;
}

.clearStyl .sortTabList li div:nth-child(6) {
	padding-left: 36px;
	width: 268px;
	left: 0px;
}

.clearStyl .sortTabList li div:nth-child(7) {
	width: 101px;
	right: 2px;
}

.clearStyl .sortTabList li div:nth-child(7) .icon-gd {
	right: -3px;
}

.clearStyl .sortTabList li div:nth-child(7) .hmore-con {
	padding-left: 0;
	width: auto;
	right: -66px;
}

.mainBox .cleTit {
	border-bottom: 0;
}

.titStyl {
	display: flex;
	padding: 40px 0 20px;
}

.titStyl a {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	position: relative;
	margin-right: 44px;
}

.titStyl a:after {
	content: "";
	width: 32px;
	height: 4px;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: none;
}

.titStyl a:hover {
	color: #666666 !important;
}

.titStyl .on {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 8px;
}

.titStyl .on:after {
	display: block;
}

.titStyl .on:hover {
	color: #333333 !important;
}

.wendaStyl2 {
	margin-bottom: 20px;
}

.hmore-con2 {
	padding-right: 0 !important;
}

.slideBox2 {
	overflow: hidden;
	position: relative;
}

.slideBox2, .slideBox2 .bd img {
	width: 380px;
	height: 240px;
}

.slideBox2 .hd {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 5;
}

.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	display: flex;
	justify-content: center;
}

.slideBox2 .hd ul li {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 100%;
	text-indent: -99em;
	overflow: hidden;
	margin-left: 10px;
	cursor: pointer;
}

.slideBox2 .hd ul li.on {
	opacity: 1;
}

.slideBox2 .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox2 .bd li .alp {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.slideBox2 .bd li .alp p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	max-width: 72%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 15px;
}

.mainBox .title4 div p, .mainBox .title4 div h2, .mainBox .title4 div h3 {
	font-size: 20px;
	line-height: 1;
	padding: 0 20px;
	top: 8px;
}

.mainBox .title4 div {
	padding-bottom: 0;
}

.mainBox .title4 {
	margin: 22px 0 26px !important;
}

.sortTab_zy span:nth-child(1) {
	width: 304px;
	padding-left: 37px;
}

.sortTab_zy span:nth-child(2) {
	width: 233px;
}

.sortTab_zy span:nth-child(3) {
	width: 165px;
	text-align: center;
}

.sortTab_zy span:nth-child(4) {
	width: 125px;
	text-align: center;
}

.sortTab_zy span:nth-child(5) {
	width: 130px;
	text-align: center;
}

.sortTab_zy span:nth-child(6) {
	width: 185px;
	padding-left: 35px;
}

.sortTab_zy span:nth-child(7) {
	width: 110px;
	padding-left: 37px;
	box-sizing: border-box;
}

.sortTab_zy span:nth-child(8) {
	width: 110px;
	text-align: center;
}

.sortTabList2 li {
	display: flex;
	align-items: center;
	padding: 15px 20px 15px 15px;
}

.sortTabList2 li div:nth-child(1) span {
	width: 22px;
	height: 53px;
	border-radius: 2px;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 12px;
	padding-top: 5px;
}

.sortTabList2 li div:nth-child(1) .juece {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-left: 15px;
	width: 232px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.sortTabList2 li div:nth-child(1) .t2 {
	width: 232px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sortTabList2 li div:nth-child(2) {
	flex-wrap: wrap;
	margin-left: 31px;
}

.sortTabList2 li div:nth-child(2) .t1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	width: 100%;
	margin-bottom: 8px;
}

.sortTabList2 li div:nth-child(2) .t2 {
	font-size: 14px;
	color: #999999;
	line-height: 14px;
	width: 100%;
}

.sortTabList2 li div:nth-child(2) .t3 {
	margin-bottom: 0;
}

.sortTabList2 li div:nth-child(3) {
	justify-content: center;
	left: 0;
}

.sortTabList2 li div:nth-child(3) label {
	width: 50px;
	height: 4px;
	position: relative;
}

.sortTabList2 li div:nth-child(3) label:after {
	content: "";
	width: 100%;
	height: 4px;
	background: #FF641F;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
}

.sortTabList2 li div:nth-child(3) label span {
	width: 0;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: #FF641F;
}

.sortTabList2 li div:nth-child(4) {
	justify-content: center;
	font-size: 14px;
	color: #666666;
	line-height: 14px;
	left: 0;
}

.sortTabList2 li div {
	display: flex;
	align-items: center;
	position: static;
}

.sortTabList2 li div:nth-child(1) {
	width: 304px;
}

.sortTabList2 li div:nth-child(2) {
	width: 233px;
}

.sortTabList2 li div:nth-child(2) .jzspan {
	width: 176px;
}

.sortTabList2 li div:nth-child(3) {
	width: 165px;
	text-align: center;
}

.sortTabList2 li div:nth-child(4) {
	width: 120px;
	text-align: center;
	margin-left: -1px;
}

.sortTabList2 li div:nth-child(5) {
	width: 125px;
	text-align: center;
	justify-content: center;
	margin-left: 3px;
	left: 0;
}

.sortTabList2 li div:nth-child(6) {
	width: 214px;
	padding-left: 35px;
	left: 0;
}

.sortTabList2 li div:nth-child(7) {
	width: 110px;
	text-align: center;
	justify-content: center;
	position: relative;
}

.sortTabList2 li div:nth-child(7) .icon-gd {
	color: #CCCCCC;
	font-size: 13px;
	position: absolute;
	right: 19px;
}

.sortTabList2 li div:nth-child(7) .hmore-con {
	padding: 5px;
	width: auto;
	min-width: 60px;
	line-height: 22px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(227, 227, 227, 0.5);
	font-size: 14px;
	color: #333;
	z-index: 99;
	text-align: center;
	display: none;
	position: absolute;
	right: -40px;
	top: -20px;
}

.sortTabList2 li div:nth-child(7) .hmore-con p {
	line-height: 22px;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 0;
	font-weight: normal;
}

.sortTabList2 li div:nth-child(7):hover .hmore-con {
	display: block;
}

.sortTabList2 li div:nth-child(8) {
	width: 110px;
	justify-content: center;
}

.sortTabList2 li div:nth-child(8) a {
	display: block;
	width: 77px;
	height: 32px;
	line-height: 32px;
	background: #FFFFFF;
	border-radius: 4px;
	color: #FF641F;
	font-size: 14px;
	text-align: center;
	border: 1px solid #FF641F;
}

.sortTabList2 li div:nth-child(3) label, .sortTabList2 li div:nth-child(7) {
	top: -11px;
}

.sortTabList2 li div:nth-child(4), .sortTabList2 li div:nth-child(5), .sortTabList2 li div:nth-child(6) {
	top: -11px;
	position: relative;
}

.article-stop {
	background-color: #fffbf1;
	color: red;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #ff9f00;
	margin-bottom: 8px;
}

.article-stop a {
	color: blue;
	float: right;
}

.potsip {
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	font-size: 14px;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	padding: 7px 15px;
	border-radius: 4px;
	display: none;
}

.right-kefu {
	position: fixed;
	right: 19px;
	top: 30%;
	font-size: 12px;
	z-index: 999;
	line-height: normal;
}

.right-kefu * {
	box-sizing: content-box;
}

.right-kefu ul li {
	position: relative;
}

.right-kefu ul li a.kefu-hov, .kefu-more {
	background: rgba(204, 204, 204, 0.8);
}

.right-kefu ul li a.kefu-hob {
	transition: background .5s;
	background: #02C8AE;
	color: #fff;
}

.right-kefu ul li a.kefu-online {
	border-color: #02C8AE;
	background: #02C8AE;
}

.kefu-close {
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(../images/right-kefu.png) no-repeat;
	background-position: -70px -40px;
	right: 0;
	top: -16px;
}

.kefu-hov {
	width: 50px;
	height: 50px;
	background: #fff;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.kefu-hov i {
	display: inline-block;
	background: url(../images/right-kefu.png) no-repeat;
}

.kefu-online {
	width: 50px;
	height: 70px;
	background: #02C8AE;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

.kefu-online i {
	width: 27px;
	height: 25px;
	display: inline-block;
	background: url(../images/right-kefu.png) no-repeat;
	background-position: -150px -5px;
	margin-top: 7px;
}

.kefu-online p {
	color: #fff;
	line-height: 14px;
}

.kefu-phone i {
	width: 22px;
	height: 28px;
	background-position: -5px -5px;
	margin-top: 13px;
}

.kefu-code i {
	width: 29px;
	height: 23px;
	background-position: -35px -5px;
	margin-top: 15px;
}

.kefu-share i {
	width: 26px;
	height: 26px;
	background-position: -71px -5px;
	margin-top: 13px;
}

.kefu-apply i {
	width: 26px;
	height: 25px;
	background-position: -105px -5px;
	margin-top: 13px;
}

.kefu-gotop {
	float: left;
}

.kefu-gotop i {
	width: 25px;
	height: 15px;
	background-position: -35px -40px;
	margin-top: 17px;
}

.kefu-font {
	display: none;
}

.kefu-con {
	position: absolute;
	right: 50px;
	top: 0;
	padding-right: 10px;
	display: none;
	width: 134px;
}

.kefu-cono {
	width: 80px;
}

.kefu-hide {
	background: #fff;
	border: 1px solid #ecebeb;
	padding: 10px;
	box-shadow: 0 0 10px #ddd;
}

.kefu-arrow {
	width: 7px;
	height: 10px;
	background: url(../images/right-kefu.png) no-repeat;
	background-position: -150px -60px;
	position: absolute;
	right: 4px;
	top: 10px;
}

.kefu-ol-con {
	border-top: 1px solid #F2F2F2;
	padding-top: 10px;
}

.kefu-ol .kefu-ol-con:first-child {
	border-top: none;
	padding-top: 0;
}

.kefu-hide .kefu-tit {
	color: #02C8AE;
	font-size: 14px;
	font-weight: normal;
}

.kefu-ol-con ul li a {
	width: 52px;
	height: 22px;
	display: inline-block;
	background: url(../images/right-kefu.png) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

.kefu-ol-con ul li:first-child a {
	margin-right: 6px;
}

.kefu-ol-con ul li {
	float: left;
}

.kefu-ol-con ul li a.kefu-qq {
	background-position: -5px -60px;
}

.kefu-ol-con ul li a.kefu-zx {
	background-position: -70px -60px;
}

.kefu-hide .kefu-mobile .kefu-h3 {
	color: #a4a3a3;
	margin-bottom: 10px;
}

.kefu-hide .kefu-fx .kefu-tit {
	color: #a4a3a3;
}

.kefu-hide .kefu-mobile .kefu-h3.kefu-time:before {
	content: '';
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/right-kefu.png) no-repeat;
	background-position: -105px -40px;
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -2px;
}

.kefu-hide .kefu-mobile .kefu-h4 {
	color: #dd3635;
	font-size: 18px;
	white-space: nowrap;
	margin-bottom: 16px;
	font-family: arial;
	font-weight: normal;
}

.kefu-ewm img {
	width: 111px;
	height: 111px;
}

.kefu-ewm p {
	color: #706f6f;
	margin-top: 5px;
	text-align: center;
}

.kefu-more {
	width: 50px;
	display: block;
	text-align: center;
	background: rgba(204, 204, 204, 0.8);
	margin-bottom: 5px;
	display: none;
	float: left;
}

.kefu-more i {
	width: 22px;
	height: 7px;
	display: inline-block;
	background: url(../images/right-kefu.png) no-repeat;
	background-position: -5px -40px;
}

.registrTion {
	padding: 40px 0;
}

.registration {
	background: #FFFFFF;
	box-shadow: 0px 0px 40px 0px rgba(57, 59, 255, 0.03);
	border-radius: 16px;
}

.registration .tit {
	text-align: center;
	padding: 56px 0 40px;
}

.registration .tit p {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	line-height: 45px;
	margin-bottom: 3px;
}

.registration .tit label {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

.registration .regul {
	width: 630px;
	margin: 0 auto;
}

.registration .regul li {
	display: flex;
	position: relative;
}

.registration .regul li p {
	font-size: 16px;
	color: #333333;
	height: 44px;
	line-height: 44px;
	white-space: nowrap;
}

.registration .regul li .item {
	width: 540px;
}

.registration .regul li .error {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #FF3838;
	position: absolute;
	left: 81px;
	bottom: -22px;
	display: none;
}

.registration .regul li .text {
	width: 540px;
	height: 44px;
	line-height: 44px;
	background: #F7F8F9;
	border-radius: 4px;
	border: 0;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.registration .regul li .text::-moz-placeholder {
	font-size: 16px;
	font-weight: normal;
}

.registration .regul li .text:-moz-placeholder {
	font-size: 16px;
	font-weight: normal;
}

.registration .regul li .text::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: normal;
}

.registration .regul li .text:-ms-input-placeholder {
	font-size: 16px;
	font-weight: normal;
}

.registration .regul li .select-menu-input {
	width: 540px;
	height: 44px;
	line-height: 44px;
	background: #F7F8F9;
	border-radius: 4px;
	font-size: 16px;
	color: #cccccc;
	font-weight: bold;
}

.registration .regul li .select-menu-ul {
	width: 540px;
}

.registration .regul li .select-menu-ul li + li {
	margin-top: 0;
}

.registration .regul li .xialajiantouxiao {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #999999;
	position: absolute;
	top: 24px;
	right: 20px;
}

.registration .regul li + li {
	margin-top: 24px;
}

.registration .sub {
	font-size: 16px;
	color: #FFFFFF;
	width: 360px;
	height: 48px;
	line-height: 48px;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	text-align: center;
	margin: 44px auto 15px;
	display: block;
	box-shadow: 0px 0px 20px 0px rgba(2, 200, 174, 0.2);
}

.registration .tongyi {
	font-size: 12px;
	color: #999999;
	line-height: 17px;
	text-align: center;
	cursor: pointer;
}

.registration .reminder {
	padding: 40px 0 63px 50px;
}

.registration .reminder .name {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 33px;
	margin-bottom: 14px;
}

.registration .reminder .list {
	display: flex;
	flex-wrap: wrap;
}

.registration .reminder .list p {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	width: 50%;
}

.registration .reminder .list p:nth-child(2n-1) {
	width: 30%;
}

.registration .reminder .list p span {
	font-weight: bold;
	color: #FF641F;
}

.success {
	text-align: center;
	padding: 64px 0 115px;
	display: none;
}

.success .icon-cg {
	font-size: 64px;
	color: #FF641F;
}

.success .cg {
	font-size: 32px;
	color: #000000;
	line-height: 1;
	font-weight: bold;
}

.success p {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin: 14px auto 145px;
	width: 305px;
}

.success span {
	font-size: 24px;
	font-weight: bold;
	line-height: 33px;
	color: #FF641F;
}

.success .return {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	width: 240px;
	height: 48px;
	line-height: 48px;
	border-radius: 8px;
	margin: 20px auto 0;
	box-shadow: 0px 0px 20px 0px rgba(2, 200, 174, 0.2);
}

.success .return:hover {
	color: #FFFFFF !important;
}

.popbg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 11;
	display: none;
}

.popbox {
	width: 800px;
	position: fixed;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -240px;
	z-index: 12;
	display: none;
}

.popbox .close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
}

.popbox .close:before, .popbox .close:after {
	content: '';
	width: 20px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 0;
	top: 10px;
}

.popbox .close:before {
	transform: rotate(45deg);
}

.popbox .close:after {
	transform: rotate(135deg);
}

.popbox .tit {
	font-size: 18px;
	color: #555;
	line-height: 50px;
	background-color: #ededed;
	padding-left: 25px;
}

.popbox .cont {
	padding: 20px;
	background-color: #fff;
	overflow: auto;
	max-height: 430px;
}

.popbox .cont p {
	text-indent: 2em;
	margin-bottom: 10px;
}