.wrap .container {
	width: 1200px;
	margin: 0 auto;
}
.wrap .box-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	font-size: 14px;
	padding-left: 25px;
	position: relative;
}
.wrap .box-list li::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.wrap .box-list li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wrap .box-list li span {
	color: #999;
	font-size: 14px;
}
.wrap .model-title {
	font-size: 28px;
	font-weight: inherit;
}
.wrap .model-title span {
	font-size: 14px;
	color: #999;
	padding-left: 15px;
}
.wrap .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.model-1 {
	color: #999;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}
.model-1 .content {
	position: relative;
	padding-left: 18px;
}
.model-1 .content::before {
	content: "";
	display: block;
	width: 12px;
	height: 14px;
	background: url("../imgs/icon-colour-7.png") no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.model-2 {
	background: #F9F9F9;
	padding-top: 30px;
	padding-bottom: 10px;
}
.model-2 .content-intro-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.model-2 .intro-box-left {
	width: 190px;
	height: 300px;
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	padding: 0 10px;
	position: relative;
}
.model-2 .suspended {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
}
.model-2 .suspended .suspen-cont {
	display: none;
	width: 300px;
	height: 100%;
	padding: 25px 0;
	background: #fff;
}
.model-2 .suspended .area-box {
	line-height: 26px;
}
.model-2 .suspended .area-box a {
	font-size: 12px;
	margin-left: 24px;
}
.model-2 .suspended .area-box a:hover {
	color: #FF6E00;
}
.model-2 .suspended .all-area {
	margin-top: 12px;
	margin-left: 24px;
	color: #1480FF;
}
.model-2 .suspended .city {
	padding-left: 24px;
	margin-top: 30px;
}
.model-2 .suspended .city a {
	font-size: 14px;
	margin-right: 12px;
}
.model-2 .suspended .city a:hover {
	color: #FF6E00;
}
.model-2 .suspended .city .all-city {
	color: #FF5B5B;
	margin-bottom: 5px;
}
.model-2 .suspended .city .city-box {
	line-height: 26px;
}
.model-2 .intro-box {
	border-bottom: 1px solid #eee;
	height: 98px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.model-2 .intro-box:last-child {
	border-bottom: none;
}
.model-2 .icon {
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
.model-2 .find {
	line-height: 25px;
}
.model-2 .find span {
	font-size: 18px;
	width: 100%;
	position: relative;
}
.model-2 .find span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 7px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	transform: rotate(45deg) translateY(-50%);
}
.model-2 .find p {
	font-size: 12px;
	color: #999;
}
.model-2 .intro-box-center {
	width: 666px;
	height: 300px;
	border-radius: 10px;
	background: linen;
	overflow: hidden;
}
.model-2 .intro-box-center img {
	width: 100%;
}
.model-2 .intro-box-right {
	width: 304px;
	height: 300px;
	background: #fff;
	padding: 16px;
	border-radius: 8px;
}
.model-2 .intro-box-right .content {
	margin-bottom: 20px;
	margin-top: -18px;
}
.model-2 .intro-box-right .title {
	font-size: 18px;
	color: #FF6E00;
	margin: 5px 0px;
}
.model-2 .intro-box-right .data-list {
	font-size: 14px;
	line-height: 28px;
}
.model-2 .intro-box-right .data-list .data-span {
	width: 55px;
	overflow: hidden;
	margin-bottom: -10px;
	margin-right: 5px;
}
.swiper-1-box {
	background: #F9F9F9;
	padding-bottom: 30px;
	position: relative;
}
.swiper-1-box .swiper-container .swiper-slide {
	width: 183px !important;
	height: 121px;
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	margin-right: 20px;
	padding: 12px;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+1) .title::after {
	background: #FF5B5B;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+1) .card-intro a {
	background: rgba(255, 91, 91, 0.1);
	color: #FF5B5B;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+1) .card-intro a:hover {
	background: #FF5B5B;
	color: #fff;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+2) .title::after {
	background: #9A5BFF;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+2) .card-intro a {
	background: rgba(176, 96, 255, 0.1);
	color: #9A5BFF;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+2) .card-intro a:hover {
	background: #9A5BFF;
	color: #fff;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+3) .title::after {
	background: #00A8B7;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+3) .card-intro a {
	background: rgba(0, 168, 183, 0.1);
	color: #00A8B7;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+3) .card-intro a:hover {
	background: #00A8B7;
	color: #fff;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+4) .title::after {
	background: #26BA7D;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+4) .card-intro a {
	background: rgba(0, 168, 183, 0.1);
	color: #26BA7D;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+4) .card-intro a:hover {
	background: #26BA7D;
	color: #fff;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+5) .title::after {
	background: #FF8915;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+5) .card-intro a {
	background: rgba(255, 137, 21, 0.1);
	color: #FF8915;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+5) .card-intro a:hover {
	background: #FF8915;
	color: #fff;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+6) .title::after {
	background: #00A8B7;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+6) .card-intro a {
	background: rgba(0, 168, 183, 0.1);
	color: #00A8B7;
}
.swiper-1-box .swiper-container .swiper-slide:nth-child(6n+6) .card-intro a:hover {
	background: #00A8B7;
	color: #fff;
}
.swiper-1-box .swiper-container .title {
	font-size: 16px;
	font-weight: inherit;
	padding-bottom: 10px;
	margin-bottom: 8px;
	position: relative;
}
.swiper-1-box .swiper-container .title::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.swiper-1-box .swiper-container .card-intro a {
	width: 76px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 2px;
	margin-bottom: 6px;
	margin-right: 1px;
	font-size: 14px;
}
.swiper-1-box .swiper-button-prev, .swiper-1-box .swiper-button-next {
	width: 28px;
	height: 28px;
	background: #bbb;
	border-radius: 50%;
}
.swiper-1-box .swiper-button-prev::after, .swiper-1-box .swiper-button-next::after {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.swiper-1-box .swiper-button-prev {
	left: 16%;
}
.swiper-1-box .swiper-button-next {
	right: 16%;
}
.model-3 {
	padding: 50px 0 40px 0;
}
.model-3 .model-content {
	margin-top: 30px;
}
.model-3 .box .box-title {
	font-size: 20px;
	margin-bottom: 14px;
}
.model-3 .box .box-img {
	width: 380px;
	margin-bottom: 5px;
}
.model-3 .box-list li::before {
	background: url("../imgs/icon-gray-9.png") no-repeat;
	background-size: cover;
}
.model-3 .box-list a {
	width: 260px;
}
.model-4 .box-title {
	margin-top: 30px;
}
.model-4 .model-left {
	width: 730px;
	min-height: 300px;
	position: relative;
}
.model-4 .model-left .swiper-container-2 {
	position: static;
}
.model-4 .model-left .swiper-container-2 .swiper-slide {
	width: 100%;
}
.model-4 .model-left .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 4px;
	background: #bbb;
	border-radius: inherit;
	opacity: 1;
}
.model-4 .model-left .swiper-pagination .swiper-pagination-bullet-active {
	width: 20px;
	background: #FF6E00;
}
.model-4 .model-left .box-list li {
	padding-left: 15px;
}
.model-4 .model-left .box-list li::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #BBBBBB;
}
.model-4 .model-left .box-list li a {
	width: 630px;
}
.model-4 .model-right {
	width: 420px;
	text-align: center;
}
.model-4 .model-right .category {
	display: grid;
	grid-template-columns: repeat(auto-fill, 95px);
	grid-column-gap: 13px;
	margin-top: 10px;
}
.model-4 .model-right .category-cont {
	height: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.model-4 .model-right .category-cont img {
	width: 28px;
}
.model-4 .model-right .category-cont p {
	font-size: 14px;
	margin-top: 5px;
}
.model-4 .model-right .category-cont .colour {
	display: none;
}
.model-4 .model-right .category-cont:hover {
	color: #FF6E00;
	background: rgba(255, 110, 0, 0.1);
}
.model-4 .model-right .category-cont:hover .colour {
	display: block;
}
.model-4 .model-right .category-cont:hover .gray {
	display: none;
}
.model-5 {
	margin: 40px auto !important;
}
.model-5 img {
	width: 100%;
	border-radius: 8px;
}
.model-6 .cont-intro {
	font-size: 14px;
	line-height: 26px;
	margin: 26px 0 16px;
}
.model-6 .cont-tips {
	font-size: 14px;
	color: #FF6E00;
}
.model-6 .teacher-intro-box {
	margin: 30px 0 50px;
}
.model-6 .intro-box {
	width: 186px;
	height: 220px;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: 4px solid #ffffff;
	text-align: center;
	line-height: 25px;
	position: relative;
}
.model-6 .intro-box .teacher-avatar img {
	width: 100%;
}
.model-6 .intro-box .flex {
	align-items: flex-start;
}
.model-6 .intro-box .intro-info {
	display: none;
	position: absolute;
	top: 178px;
	left: 0;
	width: 390px;
	height: 218px;
	background: #fff;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	z-index: 9;
	padding: 18px;
	margin-left: -5px;
}
.model-6 .intro-box .info-left {
	width: 80px;
	/* height: 54px; */
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
}
.model-6 .intro-box .info-left img {
	width: 100%;
	height: 100%;
}
.model-6 .intro-box .info-right {
	text-align: left;
	font-size: 12px;
}
.model-6 .intro-box .info-right .teach-name {
	font-size: 18px;
	font-weight: inherit;
	line-height: 25px;
}
.model-6 .intro-box .info-right .teach-title {
	color: #999;
	line-height: 20px;
}
.model-6 .intro-box .info-right .teach-intro {
	line-height: 20px;
	margin: 7px 0;
}
.model-6 .intro-box .info-right .teach-number {
	color: #666;
}
.model-6 .intro-box .info-right .teach-number .linen {
	position: relative;
	padding-right: 15px;
	margin-right: 12px;
}
.model-6 .intro-box .info-right .teach-number .linen::after {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background: #666;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.model-6 .intro-box .info-right .teach-number em {
	color: #4E99FF;
}
.model-6 .intro-box .info-right .teach-consult {
	padding-left: 28px;
	margin-top: 15px;
	position: relative;
}
.model-6 .intro-box .info-right .teach-consult::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(../imgs/icon-gray-2.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.model-6 .intro-box .info-right .teach-consult span {
	font-size: 22px;
	font-family: Akrobat-Bold, Akrobat;
	color: #333333;
	line-height: 29px;
}
.model-6 .intro-box .info-right .teach-consult a {
	padding: 4px 18px;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	background: #FF6E00;
}
.model-7 .model-7-content {
	align-items: flex-start;
}
.model-7 .cont-left {
	width: 250px;
}
.model-7 .left-1 {
	text-align: center;
}
.model-7 .left-1 p {
	width: 100%;
	height: 70px;
	background: #F6F6F6;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	padding-top: 10px;
}
.model-7 .left-1 a {
	color: #fff;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FF6E00;
	box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
	border-radius: 22px;
	margin: 10px 0 30px;
}
.model-7 .left-2 {
	font-size: 16px;
}
.model-7 .left-2 li {
	margin-bottom: 25px;
}
.model-7 .left-2 .title {
	padding-left: 10px;
	position: relative;
}
.model-7 .left-2 .title::before {
	content: "";
	display: block;
	width: 4px;
	height: 26px;
	background: #1480FF;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.model-7 .left-2 .title em {
	font-size: 14px;
	color: #FF6E00;
}
.model-7 .left-2 .condition {
	margin-top: 10px;
}
.model-7 .left-2 .condition a {
	width: 78px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #ddd;
	margin-top: 8px;
}
.model-7 .left-2 .condition a:hover {
	background: #FF6E00;
	border: 1px solid transparent;
	color: #fff;
}
.model-7 .left-3 img {
	width: 100%;
	font-size: 0;
	margin-bottom: 10px;
	border-radius: 8px;
}
}
.model-7 .cont-center {
	flex-grow: 1;
	margin: 0 50px;
	padding-top: 15px;
}
.model-7 .cpa-title {
	font-size: 20px;
}
.model-7 .center-title {
	align-items: flex-start;
}
.model-7 .center-title .tab-box span {
	margin-right: 20px;
	font-size: 16px;
	padding-bottom: 3px;
	cursor: pointer;
}
.model-7 .center-title .tab-box .tab-active {
	border-bottom: 2px solid #FF6E00;
}
.model-7 .box-list {
	margin-top: 30px;
}
.model-7 .box-list li {
	padding-left: 15px;
}
.model-7 .box-list li::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #BBBBBB;
}
.model-7 .box-list li a {
	width: 480px;
}
/*.model-7 .box-list li:nth-child(-n+4) span {
	color: #FF5B5B;
}*/
.model-7 .list-wrap .tab-cont {
	display: none;
}
.model-7 .list-wrap .tab-cont:first-child {
	display: block;
}
.model-7 .right-1-list {
	margin-top: 5px;
}
.model-7 .cont-right {
	width: 280px;
	/* padding-top: 15px; */
}
.model-7 .right-live {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.model-7 .right-live:last-child {
	border-bottom: none;
}
.model-7 .right-live .right-title {
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 22px;
}
.model-7 .right-live .right-name {
	font-size: 12px;
	color: #666;
}
.model-7 .right-live .right-state {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.model-7 .right-live .right-state .watch-num {
	color: #FF5B5B;
	padding-left: 18px;
	position: relative;
}
.model-7 .right-live .right-state .watch-num::before {
	content: "";
	display: block;
	width: 14px;
	height: 16px;
	background: url(../imgs/icon-colour-4.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.model-7 .right-live .right-state .live-time {
	color: #FF6E00;
}
.model-7 .right-live .right-state .state {
	width: 60px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 14px;
	margin-left: 6px;
}
.model-7 .right-live .right-state .state-live {
	background: #FF6E00;
}
.model-7 .right-live .right-state .state-yuyue {
	background: #29CF8B;
}
.model-7 .right-2, .model-7 .right-3 {
	margin-top: 20px;
}
.model-7 .go-more {
	font-size: 12px;
	color: #999;
}
.model-7 .download {
	width: 82px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 14px;
	border: 1px solid #4E99FF;
	color: #4E99FF;
	font-size: 12px;
	padding-left: 15px;
	position: relative;
}
.model-7 .download::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(../imgs/icon-colour-8.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 9px;
	left: 10px;
}
.model-7 .study-data {
	margin-top: 25px;
}
.model-7 .study-data .data-title {
	font-size: 16px;
	margin-bottom: 3px;
}
.model-7 .study-data .data-tips {
	font-size: 12px;
	color: #999;
}
.model-7 .study-data .study-data-icon {
	width: 34px;
	margin-right: 10px;
}
.model-7 .right-3 .cpa-hots {
	margin-top: 20px;
}
.model-7 .right-3 .cpa-hots a {
	padding: 8px 5px;
	background: #f6f6f6;
	font-size: 12px;
	border-radius: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.model-7 .right-3 .cpa-hots a:hover {
	background: #FF6E00;
	color: #fff;
}
.model-8 {
	width: 100%;
	background: #f6f6f6;
	padding: 40px 0;
}
.model-8 .learn-more {
	margin-bottom: 10px;
	justify-content: center;
	align-items: flex-start;
}
.model-8 .learn-more:first-child .learn-2 .more-cont {
	display: block;
}
.model-8 .learn-1 {
	min-width: 80px;
	line-height: 25px;
	font-size: 13px;
}
.model-8 .learn-2 {
	flex-grow: 1;
	margin-right: 60px;
	font-size: 13px;
}
.model-8 .learn-2 a {
	color: #666;
	font-size: 13px;
	margin-left: 10px;
	line-height: 25px;
}
.model-8 .learn-2 .more-cont {
	display: none;
}
.model-8 .learn-3 {
	min-width: 60px;
	line-height: 25px;
	position: relative;
}
.model-8 .learn-3::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%);
}
.model-8 .learn-3.pack-active::after {
	transform: rotate(135deg) translateY(10px);
	top: 50%;
}
.model-9 .bei {
	padding-bottom: 10px;
	background: #1c1c1c;
	text-align: center;
	width: 100%;
	position: relative;
}
.model-9 .bei .wrapCont {
	padding-top: 10px;
	margin: 0 auto;
}
.model-9 .bei a {
	height: 23px;
	line-height: 23px;
	display: inline-block;
	padding-left: 26px;
	color: #b7b7b7;
	padding-right: 10px;
	font-size: 12px;
	text-align: left;
}
.model-9 .bei a.kex1 {
	background: url(https://wwwupload.gaodunwangxiao.com/images/kex1.png) no-repeat;
}
.model-9 .bei a.kex2 {
	background: url(https://wwwupload.gaodunwangxiao.com/images/kex2.png) no-repeat;
}
.model-9 .bei a.kex3 {
	background: url(https://wwwupload.gaodunwangxiao.com/images/kex3.png) no-repeat;
}
.model-9 .bei a.kex4 {
	background: url(https://wwwupload.gaodunwangxiao.com/images/kex4.png) no-repeat;
}
.model-9 .bei a.kex5 {
	background: url(https://wwwupload.gaodunwangxiao.com/images/kex5.png) no-repeat;
}
.model-9 .bei a.kex6 {
	background: url(https://wwwupload.gaodunwangxiao.com/images/kex6.png) no-repeat;
}
.model-9 .bei a.kex8 {
	background: url(https://wwwupload.gaodunwangxiao.com/images/kex8.png) no-repeat;
}
.model-9 .bei a.kex9 {
	background: url(https://wwwupload.gaodunwangxiao.com/images/kex9.png) no-repeat;
}
.model-9 .bei a.kex315 {
	background: url(https://wwwupload.gaodunwangxiao.com/images/kex315.png) no-repeat;
}
.model-9 .UIFooter {
	z-index: 10;
	position: relative;
	background: #1c1c1c;
	padding: 10px 0 0;
	line-height: 14px;
	font-size: 14px;
}
.model-9 .UIFooter .mainContent {
	width: 1000px;
	color: #b7b7b7;
	padding-bottom: 20px;
	margin: 0px auto;
	text-align: center;
}
.zc-list {
	padding-left: 24px;
	font-size: 12px;
}
.zc-list li {
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}
.zc-list li strong {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #FF5B5B
}
.zc-list li p a {
	float: left;
	margin-right: 15px;
}
.find-nav .item .popup .all {
	float: left;
	margin-left: 20px;
	font-weight: 600;
	color: #333;
}
.zc-list.zc-2 li {
	line-height: 26px;
	height: auto;
	margin-bottom: 4px;
}
.zc-list.zc-2 strong {
	float: none;
	display: block;
}
.zc-list.zc-2 p {
	height: 26px;
}
/* 精选问答 */

.w1200 {
	width: 1200px;
}
.nav-f30 {
	line-height: 32px;
}
.nav-f30 strong {
	font-size: 30px;
}
.nav-f30 .tips {
	font-size: 14px;
	color: #999;
	margin-left: 13px;
}
.pb28 {
	padding-bottom: 28px;
}
.mt20 {
	margin-top: 20px;
}
.w376 {
	width: 376px;
}
.mr36 {
	margin-right: 36px;
}
.fl {
	float: left;
}
/* nav-f20 */
.nav-f20 {
	line-height: 24px;
	overflow: hidden;
}
.nav-f20 img {
	float: left;
	margin: 4px 10px 0 0;
}
.nav-f20 strong {
	float: left;
	font-size: 20px;
}
/* nav-f30 */
.nav-f30 {
	line-height: 32px;
}
.nav-f30 strong {
	font-size: 30px;
}
.nav-f30 .tips {
	font-size: 14px;
	color: #999;
	margin-left: 13px;
}
/**/
.nav-f30 .tab-title {
	display: inline-block;
	margin-left: 30px;
}
.nav-f30 .tab-title li {
	display: inline-block;
	margin: 0 25px;
	font-size: 20px;
	cursor: pointer;
	position: relative;
}
.nav-f30 .tab-title li:before {
	position: absolute;
	top: 0;
	right: -35px;
	content: '/';
	color: #d9d9d9;
	font-weight: 400;
}
.nav-f30 .tab-title li:last-child:before {
	content: '';
}
.nav-f30 .tab-title li:after {
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -20px;
	width: 0;
	height: 3px;
	background-color: #0057ff;
	content: '';
}
.nav-f30 .tab-title li.cur {
	color: #0057ff;
}
.nav-f30 .tab-title li.cur:after {
	width: 40px;
}
.nav-f20 strong {
	float: left;
	font-size: 20px;
}
.nav-f20 {
	line-height: 24px;
}
.solve-h211 {
	display: block;
	height: 211px;
	position: relative;
}
.mt20 {
	margin-top: 20px;
}
/* solve-h211 */
.solve-h211 {
	display: block;
	height: 211px;
	position: relative;
	border-radius: 8px;
	margin-bottom: 15px;
}
.solve-h211 .bg-img {
	height: 211px;
}
.solve-h211 .lawyer {
	height: 40px;
	padding: 130px 30px 0;
}
.solve-h211 .lawyer .img-block {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
	position: relative;
}
.solve-h211 .lawyer .img-block .bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0, .5);
	text-align: center;
	line-height: 40px;
}
.solve-h211 .lawyer .img-block .bg .iconfont {
	font-size: 12px;
	color: #fff;
}
.solve-h211 .lawyer .name {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	line-height: 22px;
}
.solve-h211 .lawyer .office {
	font-size: 12px;
	color: #666;
	line-height: 18px;
	padding-left: 55px;
}
/* fw-list */
.fw-list {
	padding-top: 18px;
	border-top: 1px solid #eee;
	margin-top: 23px;
}
.fw-list li {
	height: 36px;
	overflow: hidden;
	line-height: 36px;
}
.fw-list li .dot {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #bbb;
	margin: 16px 15px 0 0;
}
.fw-list li a {
	color: #666;
}
.fw-list li a:hover {
	color: #0057ff;
}
/**/
.video-show .txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 38px;
	height: 44px;
	overflow: hidden;
	/* background-color: rgba(0,0,0, .5); */
	color: #fff;
	line-height: 44px;
}
.video-show .txt .icon-player {
	position: absolute;
	left: 10px;
	bottom: 11px;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
}
.video-show .txt .time {
	float: right;
	font-size: 12px;
	margin: 0 15px;
}
.video-show .txt p {
	font-size: 16px;
}
.video-show .txt:hover p {
	text-decoration: underline;
}
/**/
.voice-show {
	background: url('/zty/imgs/bg-voices.jpg') no-repeat;
}
.voice-show .title {
	position: absolute;
	left: 30px;
	top: 30px;
	right: 30px;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0,0,0, .05);
	border-radius: 10px;
	padding: 8px 20px 10px;
	font-size: 22px;
	color: #333;
	line-height: 30px;
}
.voice-show .title:after {
	position: absolute;
	left: 20px;
	bottom: -16px;
	border: 8px solid transparent;
	border-top-color: #fff;
	content: '';
	transform: scaleX(.9);
}
.voice-show .title p {
	max-height: 60px;
	overflow: hidden;
}
.voice-show .time {
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: 18px;
	background-color: rgba(0,0,0, .5);
	border-radius: 9px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	padding: 0 5px;
}
.voice-show .time .iconfont {
	font-size: 12px;
	margin-right: 3px;
}
/**/
.imgt-show {
	background: url('/zty/imgs/bg-voice.jpg') no-repeat;
}
.imgt-show .title {
	position: absolute;
	left: 30px;
	top: 30px;
	right: 30px;
	font-size: 22px;
	color: #333;
	line-height: 30px;
}
.imgt-show .title:after {
	position: absolute;
	left: 0;
	bottom: -30px;
	content: '';
	width: 40px;
	height: 4px;
	background-color: #ec3b3b;
}
.imgt-show .title p {
	height: 30px;
	overflow: hidden;
}
.ma {
	margin-left: auto;
	margin-right: auto;
}
.img-block img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
img {
	border: 0;
}
.video-show .txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 38px;
	height: 44px;
	overflow: hidden;
	background-color: rgba(0,0,0, .5);
	color: #fff;
	line-height: 44px;
	border-radius: 8px;
}
/* sf-list */
.sf-list {
	/*padding-top: 18px;*/
}
.sf-list li {
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}
.sf-list li .iconfont {
	font-size: 18px;
	color: #bbb;
	margin: -2px 10px 0 0;
}
.sf-list li .dot {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background-color: #bbb;
	margin: -2px 18px 0 0;
}
.sf-list li span {
	float: right;
	font-size: 12px;
	color: #999;
}
.sf-list li a {
	font-size: 16px;
}
.header .nav{ width:100%; height:48px; margin:0 auto; position:relative; background-color: #f96203;}
.header .nav-a{
    overflow:hidden; 
    width: 1200px; 
    margin: 0 auto;
    display: flex;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.header .nav-a a{ 
    font-size:14px; 
    color:#ffffff; 
    line-height:48px; 
    text-decoration:none;
    position:relative;
    text-align: center;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.header .nav-a a:first-child:before{ content:""; background:url(//simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202005/08/ea975_20200508155049.png) no-repeat; width:22px; height:12px; position:absolute; top:12; right:26px}

