@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "pingfang SC", "webfont", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif !important;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	resize: none;
}
li {
	list-style: none;
}
fieldset,
img {
	border: 0;
}
img {
	vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-weight: normal;
	font-style: normal;
}
ol,
ul {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}
abbr,
acronym {
	border: 0;
}
em,
i {
	font-style: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	zoom: 1;
}
.clear:after {
	clear: both;
	display: block;
	content: "";
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
a:focus {
	outline-style: none;
}
body {
	overflow-x: hidden;
	/* -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none; */
}
/*公共*/
.base {
	margin: 0 auto;
	width: 1200px;
}
/*top*/
.top {
	height: 37px;
	background-color: #edf0f4;
	z-index: 2;
}
.top .sy_top_c {
	display: flex;
	justify-content: space-between;
}
.top .sy_top_c .sy_top_left {
	display: flex;
}
.top .sy_top_c .sy_top_left .sy_top_txt {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 37px;
	margin-right: 24px;
	white-space: nowrap;
}
.top .sy_top_c .sy_top_right {
	display: flex;
	align-items: center;
	height: 37px;
}
.top .sy_top_c .sy_top_right .header-gfweixin {
	position: relative;
}
.top .sy_top_c .sy_top_right .header-gfweixin .sy_top_right_qrcode {
	display: block;
	width: 108px;
	height: 24px;
	background-color: #326cf6;
	border-radius: 4px;
	font-size: 13px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
}
.top .sy_top_c .sy_top_right .header-gfweixin div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 27px;
	width: 171px;
	height: 171px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
	border-radius: 6px;
	border: solid 1px #f2f3f9;
	text-align: center;
	display: none;
	z-index: 2;
}
.top .sy_top_c .sy_top_right .header-gfweixin div img {
	height: 111px;
	display: block;
	margin: 7px auto 2px auto;
}
.top .sy_top_c .sy_top_right .header-gfweixin div p {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.top .sy_top_c .sy_top_right .header-gfweixin:hover div {
	display: block;
}
.top .sy_top_c .sy_top_right .sinaweibo {
	width: 78px;
	height: 24px;
	margin-left: 17px;
	margin-right: 4px;
	margin-top: 2px;
}
.top .sy_top_c .sy_top_right .sy_top_warp {
	position: relative;
	color: #979797;
	font-size: 14px;
	padding: 0 5px;
}
.top .sy_top_c .sy_top_right .sy_top_warp .index-xia_sanjiao {
	display: inline-block;
	font-size: 6px;
	color: #999999;
	margin-left: 4px;
	transform: rotate(0deg);
}
.top .sy_top_c .sy_top_right .sy_top_warp:hover {
	background: #fff;
	line-height: 37px;
	color: #326cf6;
}
.top .sy_top_right .sy_top_warp:hover .index-xia_sanjiao {
	color: #326cf6;
	transform: rotate(180deg);
}
.top .sy_top_right .sy_top_warp:hover .sy_wap_box {
	display: flex;
}
.top .sy_top_right .sy_top_warp .sy_wap_box {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 37px;
	right: 0;
	width: 369px;
	height: 171px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
	/* border-radius: 6px; */
	border: solid 1px #f2f3f9;
	box-sizing: border-box;
	z-index: 4;
	border-top: none;
}
.top .sy_top_right .sy_top_warp .sy_wap_box div {
	width: 160px;
	text-align: center;
}
.top .sy_top_right .sy_top_warp .sy_wap_box .mini img {
	height: 110px;
}
.top .sy_top_right .sy_top_warp .sy_wap_box .gzh img {
	height: 92px;
	margin-bottom: 7px;
	margin-top: 10px;
}
.top .sy_top_right .sy_top_warp .sy_wap_box div p {
	text-align: center;
	color: #666666;
	font-size: 12px;
}
/*nav*/
.nav_bg {
	display: flex;
	justify-content: space-between;
	height: 127px;
	align-items: center;
}
.nav_bg .nav-bg-left {
	display: flex;
	align-items: center;
}
.nav_bg .nav-bg-left .qf_logo img {
	height: 43px;
}
.nav_bg .nav-bg-left .nav_logo {
	height: 21px;
	margin-left: 30px;
	margin-right: 36px;
}
.nav_bg .nav-bg-left .nav-news {
	display: flex;
	align-items: center;
	width: 458px;
	height: 47px;
	line-height: 47px;
	border-radius: 6px;
	border: solid 1px #eeeeee;
}
.nav_bg .nav-bg-left .nav-news i {
	color: #ff6600;
	font-size: 16px;
}
.nav_bg .nav-bg-left .nav-news .index-xiaolaba {
	padding-left: 16px;
	margin-right: 4px;
}
.nav_bg .nav-bg-left .nav-news .swiper-news {
	width: 340px;
	height: 47px;
}
.nav_bg .nav-bg-left .nav-news .swiper-news a {
	display: flex;
}
.nav_bg .nav-bg-left .nav-news .swiper-news a i {
	display: block;
	font-size: 14px;
	color: #000;
	width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: -4px;
	margin-left: 8px;
}
.nav_bg .nav-bg-left .nav-news .swiper-news a em {
	color: #ff6600;
}
.nav_bg .nav_phone {
	display: flex;
	align-items: center;
}
.nav_bg .nav_phone .icon-dianhua1 {
	width: 37px;
	height: 37px;
	line-height: 37px;
	background-color: #326cf6;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	text-align: center;
	animation: phoneIcon_ani ease 0.5s infinite alternate;
}
.nav_bg .nav_phone span {
	margin-left: 10px;
}
.nav_bg .nav_phone span em {
	display: block;
	color: #666;
	font-size: 14px;
	text-align: center;
	letter-spacing: 8px;
}
.nav_bg .nav_phone span em:first-child {
	letter-spacing: 0px;
	color: #326cf6;
	font-size: 24px;
}
@keyframes phoneIcon_ani {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.2);
	}
}
.nav_left img {
	float: left;
}
.nav_left .xq {
	position: relative;
}
.nav_left .xq_tab {
	position: relative;
	cursor: pointer;
	z-index: 1000;
}
.nav_left .p1 {
	width: 0px;
	height: 0px;
	background: #ffffff;
	box-shadow: rgba(216, 220, 233, 0.3) 0px 0px 10px 0px;
	border: 1px solid #f2f3f9;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 0px;
	border-top: none;
}
.nav_left .xq_tab:hover .p1 {
	width: 333px;
	height: 121px;
}
.nav_left .xq_tab:hover em {
	color: #326cf6;
}
.nav_left .xq_tab:hover em .index-xia_sanjiao {
	color: #326cf6;
	transform: rotate(-180deg);
}
.nav_left .p1 .p2 {
	padding: 24px 20px 20px 10px;
}
.nav_left .xq_tab em {
	position: relative;
	color: #000000;
	font-size: 14px;
	display: block;
	height: 100%;
	line-height: 37px;
	width: 80px;
	margin-top: -1px;
	padding-left: 10px;
}
.nav_left .xq_tab:hover em {
	background: #fff;
}
.nav_left .xq_tab em .index-ditu-dibiao {
	color: #ff6600;
	font-size: 16px;
	margin-right: 4px;
}
.nav_left .xq_tab em .index-xia_sanjiao {
	display: inline-block;
	color: #999;
	font-size: 8px;
	margin-left: 4px;
	transform: rotate(0deg);
}
.nav_left a {
	display: inline-block;
	color: #000;
	font-size: 14px;
	padding-left: 8px;
	white-space: nowrap;
	padding-bottom: 8px;
}
.nav_left a:hover {
	color: #326cf6;
}
.index_nav_r {
	float: right;
	padding-top: 10px;
}
.fixed_wrap {
	position: relative;
	width: 142px;
	top: -66px;
}
.footer-link {
	padding-top: 20px;
	background-color: #0030af;
}
.footer-link .links-tab {
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	cursor: pointer;
}
.footer-link .links-tab span {
	color: #f0f0f0;
	opacity: 0.6;
	font-size: 14px;
	margin-right: 16px;
}
.footer-link .links-tab span.active {
	color: #ffb401;
	opacity: 1;
	border-bottom: 1px solid #ffb401;
	padding-bottom: 12px;
}
.footer-link .links-a {
	display: none;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.8;
}
.footer-link .links-a.active {
	display: flex;
}
.footer-link .links-a a {
	font-size: 14px;
	opacity: 0.6;
	margin-right: 20px;
	color: #fff;
}
.footer-link .copyright {
	font-size: 14px;
	color: #ffffff;
	opacity: 0.6;
	text-align: center;
	line-height: 24px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 30px;
}
.footer-link .copyright a {
	font-size: 14px;
	color: #ffffff;
}

.content {
	padding: 30px 0 40px 0;
	background: #f6f9ff;
}
.content .base {
	position: relative;
}

.content .swiper-button-prev1,
.content .swiper-button-next1 {
	width: 20px;
	height: 46px;
	border-radius: 4px;
	color: #326cf6;
	background: rgba(50, 108, 246, 0.1);
	opacity: 1;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	top: 36px;
}
.content .swiper-button-prev1:hover,
.content .swiper-button-next1:hover {
	background: #326cf6;
	color: #fff;
}
.content .swiper-button-prev1 {
	left: 0;
}
.content .swiper-button-next1 {
	right: 0;
}
.content .content-con {
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
}
.content .content-con .con-left {
	width: 830px;
	/* height: 1266px; */
	/* background-color: #ffffff; */
	/* border-radius: 10px; */
	/* padding: 40px 30px 0 30px; */
}
.content .content-con .con-left .item {
	display: block;
	margin-bottom: 25px;
}
.content .content-con .con-left .item .item-answer {
	display: flex;
	margin-bottom: 14px;
}
.content .content-con .con-left .item .item-answer .qa-wenda1 {
	color: #ff6600;
	font-size: 23px;
	margin-right: 22px;
}
.content .content-con .con-left .item .item-answer span {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.content .content-con .con-left .item .item-question {
	position: relative;
	display: flex;
}
.content .content-con .con-left .item .item-question .qa-wenda {
	color: #326cf6;
	font-size: 23px;
	margin-right: 22px;
	margin-top: 30px;
}
.content .content-con .con-left .item .item-question span {
	width: 743px;
	height: 38px;
	background-color: #fafafa;
	border-radius: 6px;
	color: #666666;
	font-size: 14px;
	padding: 20px;
}
.content .content-con .con-left .item .item-question span i {
	color: #326cf6;
}
.content .content-con .con-left .item .item-question::before {
	position: absolute;
	left: 11px;
	top: 0;
	content: "";
	width: 1px;
	height: 22px;
	background-color: #cccccc;
}
.content .content-con .con-left .item .item-time {
	line-height: 16px;
	margin-top: 12px;
	font-size: 14px;
	color: #999;
}
.content .content-con .con-left .item .item-time .qa-shijian {
	font-size: 16px;
	margin-left: 47px;
	margin-right: 10px;
}
.content .content-con .con-left .con-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 50px;
	background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%), linear-gradient(#cccccc, #cccccc);
	border-radius: 25px;
	color: #ffffff;
	font-size: 20px;
	margin: -16px auto 0 auto;
}
.content .content-con .con-left .con-btn .qa-dianji1 {
	font-size: 24px;
}
.content .content-con .con-right .con-right-ywbd {
	width: 291px;
	height: 377px;
	background-color: #ffffff;
	border-radius: 10px;
	text-align: center;
}
.content .content-con .con-right .con-right-ywbd .ywbd-tit {
	position: relative;
	padding-top: 30px;
}
.content .content-con .con-right .con-right-ywbd .ywbd-tit img {
	height: 23px;
}
.content .content-con .con-right .con-right-ywbd .ywbd-tit .qa-quotation {
	position: absolute;
	color: #326cf6;
	opacity: 0.2;
	font-size: 16px;
}
.content .content-con .con-right .con-right-ywbd .ywbd-tit .qa-quotation:first-child {
	top: 26px;
	left: 72px;
}
.content .content-con .con-right .con-right-ywbd .ywbd-tit .qa-quotation:last-child {
	top: 40px;
	left: 204px;
	transform: rotate(180deg);
}
.content .content-con .con-right .con-right-ywbd .ywbd-des {
	font-size: 14px;
	color: #666;
	margin-top: 8px;
}
.content .content-con .con-right .con-right-ywbd .ywbd-pic {
	display: block;
	height: 97px;
	margin: 20px auto;
}
.content .content-con .con-right .con-right-ywbd p {
	font-size: 14px;
	color: #326cf6;
}
.content .content-con .con-right .con-right-ywbd .qa-arrow-down {
	color: #326cf6;
	font-size: 14px;
}
.content .content-con .con-right .con-right-ywbd .ywbd-btn {
	position: relative;
	display: block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%), linear-gradient(#cccccc, #cccccc);
	border-radius: 25px;
	font-size: 20px;
	color: #fff;
	margin: 16px auto 0 auto;
}
.content .content-con .con-right .con-right-ywbd .ywbd-btn::before {
	position: absolute;
	content: "";
	width: 200px;
	height: 200px;
	top: 50%;
	left: -15px;
	margin-top: -100px;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
	animation: 1s ease 0s infinite normal none running scale;
}
@-webkit-keyframes scale {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	80% {
		transform: scale(1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes scale {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	80% {
		transform: scale(1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.content .content-con .con-right .con-right-ywbd .ywbd-btn .qa-licaiwenda {
	margin-right: 6px;
}
.content .content-con .con-right .con-right-zxwd {
	position: relative;
	width: 251px;
	height: 549px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 0 20px;
	margin: 0px 0;
}
.content .content-con .con-right .con-right-zxwd .zxwd-tit {
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding-top: 22px;
}
.content .content-con .con-right .con-right-zxwd .zxwd-tit .qafont {
	font-weight: normal;
	color: #326cf6;
	font-size: 26px;
	margin-right: 7px;
}
.content .content-con .con-right .con-right-zxwd .swiper2 {
	height: 432px;
	margin-top: 24px;
}
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide {
	display: flex;
	justify-content: space-between;
}
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide .img-box {
	width: 88px;
	height: 88px;
	overflow: hidden;
	border-radius: 6px;
}
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide img {
	width: 88px;
	height: 88px;
	object-fit: cover;
	transition: all 0.5s;
}
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide .img-box:hover img {
	transform: scale(1.2);
}
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide div {
	display: flex;
	width: 154px;
	flex-direction: column;
	justify-content: space-between;
}
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide div h3,
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide div .h3 {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width: 154px;
	font-weight: bold;
}
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide:hover div h3,
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide:hover div .h3 {
	color: #326cf6;
}
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide div p {
	width: 154px;
	color: rgb(153, 153, 153);
	font-size: 12px;
	line-height: 16px;
	/* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
}

.content .content-con .con-right .con-right-zxwd .swiper-button-prev2 {
	display: none !important;
}
.content .content-con .con-right .con-right-zxwd .swiper-button-next2 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 47px;
	right: 20px;
	width: 72px;
	height: 24px;
	border-radius: 12px;
	border: solid 1px #326cf6;
	background: url();
	box-sizing: border-box;
	color: #326cf6;
	font-size: 12px;
}
.content .content-con .con-right .con-right-zxwd .swiper-button-next2 .qafont {
	margin-right: 2px;
	font-size: 15px;
}
.content .content-con .con-right .con-right-rywd {
	position: relative;
	width: 251px;
	height: 343px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 0 20px;
}
.content .content-con .con-right .con-right-rywd .rywd-tit {
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding-top: 22px;
}
.content .content-con .con-right .con-right-rywd .rywd-tit .qa-remen {
	color: #fe5133;
	font-weight: normal;
	font-size: 26px;
	margin-right: 7px;
}
.content .content-con .con-right .con-right-rywd .swiper3 {
	height: 230px;
	margin-top: 30px;
	padding-top: 2px;
}
.content .content-con .con-right .con-right-rywd .swiper3 a {
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 14px;
}
.content .content-con .con-right .con-right-rywd .swiper3 a div {
	width: 18px;
	height: 18px;
	background: rgba(50, 108, 246, 0.2);
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	margin-right: 6px;
}
.content .content-con .con-right .con-right-rywd .swiper3 a div.a1 {
	width: 18px;
	height: 24px;
	background: url(http://www.mobiletrain.org/images_qa/rank1.png?1) no-repeat;
	background-size: 18px 24px;
	font-size: 0;
	border-radius: 0;
}
.content .content-con .con-right .con-right-rywd .swiper3 a div.a2 {
	width: 18px;
	height: 24px;
	background: url(http://www.mobiletrain.org/images_qa/rank2.png?1) no-repeat;
	background-size: 18px 24px;
	font-size: 0;
	border-radius: 0;
}
.content .content-con .con-right .con-right-rywd .swiper3 a div.a3 {
	width: 18px;
	height: 24px;
	background: url(http://www.mobiletrain.org/images_qa/rank3.png?1) no-repeat;
	background-size: 18px 24px;
	font-size: 0;
	border-radius: 0;
}
.content .content-con .con-right .con-right-rywd .swiper3 a p {
	color: rgb(102, 102, 102);
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 220px;
}
.content .content-con .con-right .con-right-rywd .swiper3 a:hover p {
	color: #ff8534;
}
.content .content-con .con-right .con-right-rywd .swiper-button-prev3 {
	display: none;
}
.content .content-con .con-right .con-right-rywd .swiper-button-next3 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 47px;
	right: 20px;
	width: 72px;
	height: 24px;
	border-radius: 12px;
	border: solid 1px #ff8534;
	background: url();
	box-sizing: border-box;
	color: #ff8534;
	font-size: 12px;
}
.content .content-con .con-right .con-right-rywd .swiper-button-next3 .qafont {
	margin-right: 2px;
	font-size: 15px;
}
.content .content-tjyd {
	position: relative;
	margin: 18px auto 0 auto;
}
.content .content-tjyd .tjyd-tit {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 16px;
}
.content .content-tjyd .tjyd-tit .qa-tuijian {
	width: 32px;
	height: 34px;
	background: url(http://www.mobiletrain.org/images_qa/tit_bg.png) no-repeat;
	background-size: 100%;
	font-size: 23px;
	color: #fff;
	padding-top: 15px;
	padding-left: 18px;
	margin-right: 12px;
	font-weight: normal;
}
.content .content-tjyd .tjyd-con {
	width: 810px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 40px 20px 40px;
	background-color: #ffffff;
	border-radius: 10px;
}
.content .content-tjyd .tjyd-con a {
	width: 45%;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content .content-tjyd .tjyd-con a:hover {
	color: #326cf6;
}
.content .form {
	width: 1200px;
	height: 200px;
	background: url(http://www.mobiletrain.org/images_qa/form_bg.png) no-repeat;
	background-size: 1200px 200px;
	margin: 84px auto 0 auto;
}
.content .form .form-con {
	display: flex;
}
.content .form .form-con .form-teacher {
	height: 250px;
	margin-left: 84px;
	margin-top: -50px;
}
.content .form .form-con .form-info {
	width: 290px;
	margin-left: 110px;
	margin-right: 174px;
}
.content .form .form-con .form-info h3,
.content .form .form-con .form-info .h3 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	padding-top: 40px;
}
.content .form .form-con .form-info h4,
.content .form .form-con .form-info .h4 {
	font-size: 24px;
	color: #fff;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 14px;
	white-space: nowrap;
}
.content .form .form-con .form-info h4 span,
.content .form .form-con .form-info .h4 span {
	color: #fffc00;
}
.content .form .form-con .form-info p {
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	color: #ffffff;
	white-space: nowrap;
}
.content .form .form-con .list_form .list_form_con {
	width: 318px;
	height: 85px;
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: 20px;
}
.content .form .form-con .list_form .list_form_con .list_form_item {
	display: flex;
	align-items: center;
	width: 277px;
	height: 42px;
	margin: 0 auto;
}
.content .form .form-con .list_form .list_form_con .list_form_item:last-child {
	position: relative;
	border-top: 1px solid #e7e7e7;
}
.content .form .form-con .list_form .list_form_con .list_form_item:last-child::before {
	position: absolute;
	top: 9px;
	left: -14px;
	content: "*";
	font-size: 20px;
	color: #ff0000;
}
.content .form .form-con .list_form .list_form_con .list_form_item .qafont {
	font-size: 18px;
	color: #999999;
	margin-right: 16px;
}
.content .form .form-con .list_form .list_form_con .list_form_item input {
	outline: none;
	border: none;
	font-size: 16px;
}
.content .form .form-con .list_form .form-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 318px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 10px;
	margin: 8px auto 12px auto;
	color: #ff0000;
	font-size: 16px;
	cursor: pointer;
}
.content .form .form-con .list_form .form-btn .qa-dianji1 {
	font-size: 22px;
	margin-left: 6px;
	animation: 1s opa infinite;
}
@keyframes opa {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes opa {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.content .form .form-con .list_form .form-note {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.content .content-con .con-left .left-top,
.content .content-con .con-left .left-bottom {
	width: 830px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 30px;
}
.content .content-con .con-left .left-top h3,
.content .content-con .con-left .left-bottom h3,
.content .content-con .con-left .left-top .h3,
.content .content-con .con-left .left-bottom .h3 {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.content .content-con .con-left .left-bottom h3,
.content .content-con .con-left .left-bottom .h3 {
	margin-bottom: 10px;
}
.content .content-con .con-left .left-top h3 .qa-wenda1,
.content .content-con .con-left .left-bottom h3 .qa-wenda,
.content .content-con .con-left .left-top .h3 .qa-wenda1,
.content .content-con .con-left .left-bottom .h3 .qa-wenda {
	font-size: 23px;
	color: #ff6600;
	font-weight: normal;
	margin-right: 22px;
	margin-top: 4px;
}
.content .content-con .con-left .left-top .left-top-info {
	display: flex;
	margin-left: 45px;
	color: #999999;
	margin-top: 14px;
	margin-bottom: 20px;
}
.content .content-con .con-left .left-top .left-top-info span {
	font-size: 16px;
}
.content .content-con .con-left .left-top .left-top-info span .qa-shijian {
	font-size: 14px;
	margin-left: 28px;
	margin-right: 10px;
}
.content .content-con .con-left .left-top p {
	font-size: 16px;
	margin-left: 45px;
	color: #666666;
}
.content .content-con .con-left .left-bottom {
	margin-top: 10px;
}
.content .content-con .con-left .left-bottom p {
	margin-left: 45px;
	margin-bottom: 10px !important;
	line-height: 34px;
}
.content .content-con .con-left .left-bottom p,
.content .content-con .con-left .left-bottom p a {
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}
.content .content-con .con-left .left-bottom img {
	width: 500px;
	margin: 20px auto;
	border-radius: 10px;
}
.content .content-con .con-left .left-bottom h3 .qa-wenda,
.content .content-con .con-left .left-bottom .h3 .qa-wenda {
	color: #326cf6;
}
.bread_list {
	display: flex;
	align-items: center;
}
.bread_list,
.bread_list i,
.bread_list a,
.bread_list span {
	font-size: 13px;
	color: #333;
}
.bread_list a:hover {
	color: #326cf6;
}
.bread_list i.qa-weizhi {
	font-size: 16px;
	margin-right: 7px;
}
.c_page_bottom {
	width: 890px;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.c_page_bottom .c_page_bottom_item {
	display: flex;
	align-items: center;
	width: 438px;
	height: 86px;
	background-color: #ffffff;
	border-radius: 10px;
}
.c_page_bottom .c_page_bottom_item:hover {
	background-color: #326cf6;
	color: #fff;
}
.c_page_bottom .c_page_bottom_item p {
	font-size: 16px;
	color: #333333;
}
.c_page_bottom .c_page_bottom_item:hover p {
	color: #fff;
}
.c_page_bottom .c_page_bottom_item a {
	color: #333333;
	font-size: 15px;
	margin-left: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 260px;
}
.c_page_bottom .c_page_bottom_item:hover a {
	color: #fff;
}
.c_page_bottom .c_page_bottom_item_up {
	width: 30px;
	height: 36px;
	background: url(http://www.mobiletrain.org/images_qa/up_hover.png) no-repeat;
	background-size: 30px 36px;
	margin-left: 30px;
	margin-right: 15px;
}
.c_page_bottom .c_page_bottom_item:hover .c_page_bottom_item_up {
	background: url(http://www.mobiletrain.org/images_qa/up.png) no-repeat;
	background-size: 30px 36px;
}
.c_page_bottom .c_page_bottom_item_next {
	width: 30px;
	height: 36px;
	background: url(http://www.mobiletrain.org/images_qa/next_hover.png) no-repeat;
	background-size: 30px 36px;
	margin-left: 30px;
	margin-right: 15px;
}
.c_page_bottom .c_page_bottom_item:hover .c_page_bottom_item_next {
	background: url(http://www.mobiletrain.org/images_qa/next.png) no-repeat;
	background-size: 30px 36px;
}
.jswdactive {
	color: #326cf6 !important;
	font-weight: bold;
}
.jswdactive::before {
	content: "";
	width: 59px;
	height: 2px;
	background-color: #326cf6;
	border-radius: 1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
}
