body {
	min-width: 1200px;
	background: #f9f9f9;
	font-size: 12px;
	font-family: "microsoft yahei";
	color: #333;
}

a {
	color: #333;
}

img {
	border: 0;
}

input,
select,
textarea,
button {
	font-family: "microsoft yahei";
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: transparent;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	background-color: transparent;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #0344a7;
}

.unsec {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

.index_top,
.common_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 100;
	font-size: 0;
}

.common_top {
	position: relative;
	background: #0344a7;
}

.index_top .in,
.common_top .in {
	margin: auto;
	width: 1200px;
	height: 100%;
	line-height: 90px;
}

.index_banner {
	position: relative;
	height: 1000px;
	overflow: hidden;
}

.index_banner .img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

.index_top .logo,
.common_top .logo {
	display: inline-block;
	width: 154px;
	vertical-align: middle;
}

.index_top .logo img,
.common_top .logo img {
	position: relative;
	left: 0;
	vertical-align: middle;
	transition: all 0.2s;
}

.index_top .logo:hover img,
.common_top .logo:hover img {
	left: 6px;
}

.index_top .msg,
.common_top .msg {
	margin-left: 25px;
	position: relative;
	display: inline-block;
	padding-left: 25px;
	line-height: normal;
	vertical-align: middle;
}

.common_top .msg2 {
	margin-left: 280px;
	display: inline-block;
	padding-left: 30px;
	line-height: normal;
	vertical-align: middle;
}

.index_top .msg:before,
.common_top .msg:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	width: 1px;
	height: 50px;
	background: rgba(255, 255, 255, 0.1);
}

.top_btn {
	display: inline-block;
	width: 130px;
	height: 46px;
	border-radius: 8px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	font-size: 15px;
	color: #ffffff;
	line-height: 44px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s;
}

.top_btn1 {
	display: inline-block;
	width: 80px;
	height: 46px;
	border-radius: 8px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	font-size: 15px;
	color: #ffffff;
	line-height: 44px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s;
}

.top_btn:hover {
	background: #ffffff;
	color: #0344a7;
}

.index_bottom,
.common_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 88px;
	background: url(../img/index_footerbg.png) repeat-x top left;
	font-size: 0;
	z-index: 100;
}

.common_bottom {
	position: relative;
	height: 70px;
	background: #333333;
}

.index_bottom .in,
.common_bottom .in {
	margin: auto;
	width: 1200px;
	height: 100%;
	line-height: 88px;
}

.common_bottom .in {
	line-height: 70px;
}

.index_bottom span,
.index_bottom a,
.common_bottom span,
.common_bottom a {
	margin-right: 13px;
	font-size: 12px;
	color: #fefcff;
	vertical-align: middle;
}

.index_bottom a:hover,
.common_bottom a:hover {
	text-shadow: 0 0 6px #fefcff;
}

.wechat_round {
	position: relative;
	margin-right: 47px;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	line-height: 32px;
	vertical-align: middle;
}

.wechat_round .icon {
	vertical-align: middle;
}

.wechat_qrcode {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -63px;
	width: 126px;
	height: 126px;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.66);
	transition: all 0.2s;
}

.wechat_qrcode img {
	width: 100%;
	height: 100%;
}

.wechat_qrcode:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top-color: #ffffff;
	border-bottom: 0;
}

.wechat_qrcode:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
}

.wechat_round:hover .wechat_qrcode,
.wechat_qrcode:hover {
	bottom: 50px;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.main {
	position: relative;
	margin: auto;
	width: 1200px;
	font-size: 0;
	z-index: 3;
}

.login_box {
	padding-top: 325px;
	text-align: right;
}

.login_container {
	display: inline-block;
	width: 320px;
	padding: 30px 30px 45px 30px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-align: left;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
}

.login_line {
	position: relative;
	margin-bottom: 16px;
}

.login_line .input {
	width: 100%;
	height: 43px;
	padding: 0 13px;
	box-sizing: border-box;
	border: 1px solid #333333;
	background: transparent;
	font-size: 15px;
}

.login_line .input:hover,
.login_line .input:focus {
	border-color: #0344a7;
}

.login_line .input:focus {
	box-shadow: 0 0 3px #0344a7;
}

.yzm_img {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 80px;
	height: 33px;
}

.login_label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.login_label input {
	margin-right: 11px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.login_label span {
	font-size: 14px;
	color: #666666;
	vertical-align: middle;
}

.login_label:hover span {
	color: #0344a7;
}

.agreement_a {
	font-size: 14px;
	color: #666666;
	vertical-align: middle;
}

.agreement_a:hover {
	color: #0344a7;
}

.login_submit {
	margin-top: 10px;
	width: 100%;
	height: 42px;
	border: 0;
	background: #0344a7;
	font-size: 15px;
	color: #ffffff;
	transition: all 0.2s;
	cursor: pointer;
}

.login_submit:hover {
	box-shadow: 0 0 6px #0344a7;
}

.bjbj {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
}

.tc_agreement {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -300px;
	width: 600px;
	border-radius: 10px;
	background: #ffffff;
	overflow: hidden;
	z-index: 101;
}

.tc_agreement .top {
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}

.user-agreement-box {
	height: 380px;
	padding: 20px;
	box-sizing: border-box;
	overflow: auto;
}

.tc_agreement .bottom {
	height: 60px;
	border-top: 1px solid #eeeeee;
	font-size: 18px;
	color: #0344a7;
	line-height: 60px;
	text-align: center;
	transition: all 0.2s;
	cursor: pointer;
}

.tc_agreement .bottom:hover {
	border-color: #0344a7;
	background: #0344a7;
	color: #ffffff;
}

.main.common {
	margin: 60px auto;
	min-height: 720px;
	background: #ffffff;
}

.common_title {
	padding-top: 48px;
	text-align: center;
}

.common_title span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size: 36px;
	font-weight: bold;
}

.common_title span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -61px;
	margin-top: -10px;
	width: 61px;
	height: 20px;
	background: url(../img/title_left.png);
	background-size: 100%;
}

.common_title span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -61px;
	margin-top: -10px;
	width: 61px;
	height: 20px;
	background: url(../img/title_right.png);
	background-size: 100%;
}

.personal_message {
	margin-top: 60px;
	text-align: center;
}

.pslmsg_line {
	margin-bottom: 20px;
	padding-right: 20px;
	font-size: 0;
}

.pslmsg_line .title {
	margin-right: 22px;
	display: inline-block;
	width: 110px;
	font-size: 18px;
	text-align: right;
	vertical-align: middle;
}

.pslmsg_line .text,
.pslmsg_line .select,
.pslmsg_line .textarea {
	width: 600px;
	height: 46px;
	border: 1px solid #e1e5f0;
	padding: 0 13px;
	box-sizing: border-box;
	font-size: 16px;
	vertical-align: middle;
}

.pslmsg_line .textarea {
	height: 112px;
	padding: 13px;
	vertical-align: top;
}

.pslmsg_line .select {
	background: url(../img/sel_jt.png) no-repeat right 16px center;
}

.pslmsg_line .text:hover,
.pslmsg_line .textarea:hover {
	border-color: #0344a7;
}

.pslmsg_line .text:focus,
.pslmsg_line .textarea:focus {
	border-color: #0344a7;
	box-shadow: 0 0 3px #0344a7;
}

.pslmsg_line #date {
	background: url(../img/date_icon.png) no-repeat right 16px center;
}

.pslmsg_line .select.address {
	width: 300px;
}

.pslmsg_line .select.address:nth-last-of-type(2) {
	border-right: 0;
}

.pslmsg_line .select.address:last-of-type {
	border-left: 0;
}

.pslmsg_line .submit {
	width: 300px;
	height: 50px;
	border: 0;
	background: #0344a7;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}

.pslmsg_line .submit:hover {
	box-shadow: 0 0 6px #0344a7;
}

.search_line {
	margin-top: 26px;
	text-align: center;
	font-size: 0;
}

.search_line input {
	width: 600px;
	height: 46px;
	border: 1px solid #e1e5f0;
	padding: 0 13px;
	box-sizing: border-box;
	font-size: 16px;
	vertical-align: middle;
}

.search_line button {
	width: 80px;
	height: 46px;
	border: 1px solid #e1e5f0;
	border-left: 0;
	box-sizing: border-box;
	background: #0344a7;
	font-size: 16px;
	color: #ffffff;
	vertical-align: middle;
}

.search_line input:hover {
	border-color: #0344a7;
}

.search_line input:focus {
	border-color: #0344a7;
	box-shadow: 0 0 3px #0344a7;
}

.search_line button:hover {
	border-color: #0344a7;
	box-shadow: 0 0 6px #0344a7;
	cursor: pointer;
}

.select_container {
	margin: 30px 22px 0 60px;
	height: 335px;
	font-size: 0;
	overflow: auto;
}

.select_label {
	position: relative;
	margin-bottom: 16px;
	display: inline-block;
	width: 220px;
	padding-right: 10px;
	box-sizing: border-box;
	vertical-align: top;
	cursor: pointer;
}

.select_label input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.select_label span {
	display: inline-block;
	padding: 2px 4px;
	border-radius: 3px;
	border: 1px solid transparent;
	font-size: 16px;
	color: #666666;
}

.select_label:hover span {
	color: #0344a7;
}

.select_label.on span {
	border-color: #0344a7;
	color: #0344a7;
}

.test_tips {
	padding-top: 100px;
	text-align: center;
}

.test_tips .content {
	margin-top: 50px;
	padding: 0 80px 30px 99px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: left;
}

.pslmsg_line a.submit {
	display: inline-block;
	line-height: 50px;
}

.test_main {
	padding: 20px 50px;
}

.test_top {
	height: 66px;
	border-bottom: 2px solid #e5e5e5;
	font-size: 0;
	line-height: 66px;
	overflow: hidden;
}

.test_top .title {
	font-size: 24px;
	font-weight: bold;
	color: #0344a7;
	vertical-align: middle;
}

.test_top .counts {
	margin-left: 1px;
	display: inline-block;
	width: 24px;
	height: 28px;
	border-radius: 3px;
	background: #444444;
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
}

.test_container,
.test_remember {
	margin-top: 20px;
}

.test_question {
	font-size: 20px;
	color: #666666;
}

.test_qimg,
.remember_img {
	margin: 39px auto 45px;
	width: 400px;
	height: 300px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	font-size: 0;
	line-height: 298px;
	text-align: center;
}

.remember_img {
	width: 500px;
	height: 350px;
	line-height: 348px;
}

.test_qimg img,
.remember_img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.test_answerline {
	margin-top: 45px;
	text-align: center;
}

.test_answer {
	position: relative;
	margin: 0 20px;
	display: inline-block;
	width: 220px;
	height: 220px;
	box-sizing: border-box;
	border: 2px solid #eeeeee;
	line-height: 216px;
	text-align: center;
	vertical-align: top;
	transition: all 0.2s;
	cursor: pointer;
}

.test_answer:hover {
	border-color: #0344a7;
}

.test_answer:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 220px;
	height: 220px;
	box-sizing: border-box;
	border: 4px solid #0344a7;
	opacity: 0;
	transition: all 0.2s;
	z-index: 3;
}

.test_answer.on:before {
	opacity: 1;
}

.test_answer input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.test_answer img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.test_submit {
	margin: 50px auto 40px;
	display: block;
	width: 300px;
	height: 50px;
	border: 0;
	background: #0344a7;
	font-size: 18px;
	color: #ffffff;
	transition: all 0.2s;
	cursor: pointer;
}

.test_submit:hover {
	box-shadow: 0 0 6px #0344a7;
}

.countr {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 3px solid #434343;
	box-sizing: border-box;
	font-size: 40px;
	line-height: 54px;
	text-align: center;
	vertical-align: middle;
}

.wrong_tips {
	display: none;
	margin-top: 20px;
	font-size: 18px;
	color: #e80000;
	text-align: center;
}

.test_answerline.type4 {
	padding: 0 40px;
}

.test_answerline.type4 .test_answer {
	margin-bottom: 40px;
}

.test_answerline.type4+.test_submit {
	margin-top: 10px;
}

.test_select {
	position: relative;
	margin: 0 15px;
	display: inline-block;
	min-width: 88px;
	height: 46px;
	border-radius: 5px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 2px solid #dcdcdc;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.2s;
}

.test_select input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.test_select span {
	font-size: 18px;
	text-align: center;
	transition: all 0.2s;
}

.test_select:hover {
	border-color: #0344a7;
}

.test_select:hover span {
	color: #0344a7;
}

.test_select.on {
	border-color: #0344a7;
	background: #0344a7;
}

.test_select.on span {
	color: #ffffff;
}

.tc_container {
	padding-top: 35px;
}

.tc_container .content {
	font-size: 16px;
	line-height: 30px;
}

.tc_count {
	font-size: 28px;
	color: #0344a7;
}

.tc_box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -440px;
	width: 880px;
	height: 450px;
	padding: 0 45px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #ffffff;
	z-index: 200;
}

.tc_box .tc_top {
	height: 90px;
	border-bottom: 1px solid #eeeeee;
	font-size: 32px;
	line-height: 90px;
	text-align: center;
}

.tc_box .tc_close {
	position: absolute;
	top: 30px;
	right: 30px;
	transition: all 0.2s;
	cursor: pointer;
}

.tc_box .tc_close:hover {
	transform: rotate(180deg);
}

.test_submit[disabled=disabled] {
	background: #999999;
	cursor: default;
	box-shadow: 0 0 0 transparent;
}

.lr_bottomline {
	height: 48px;
	line-height: 48px;
}

.col1e4 {
	color: #1e4982;
}

.lr_bottomline a:hover {
	color: #0344a7;
}

.forgetpwd_linebox {
	padding-bottom: 42px;
	font-size: 0;
	white-space: nowrap;
}

.forgetpwd_line {
	position: relative;
	display: inline-block;
	width: 74px;
	vertical-align: top;
}

.forgetpwd_line .round {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #1e4982;
}

.forgetpwd_line span {
	margin-top: 10px;
	display: inline-block;
	width: 2em;
	font-size: 15px;
	color: #aaaaaa;
	line-height: 20px;
	white-space: normal;
}

.forgetpwd_line:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	height: 3px;
	background: #1e4982;
}

.forgetpwd_line:first-of-type:before {
	left: 10px;
}

.forgetpwd_line:last-of-type:before {
	right: 10px;
}

.forgetpwd_line.on .round,
.forgetpwd_line.on:before {
	background: #ff9900;
}

.forgetpwd_line.on span {
	color: #333333;
}

.login_line .input.readonly {
	color: #aaaaaa;
}

.loginline_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 43px;
	padding: 0 12px;
	border: 0;
	background: transparent;
	font-size: 15px;
	color: #1e4982;
	cursor: pointer;
}

.loginline_btn:hover {
	color: #ff9900;
}

.evalcode_box {
	padding: 70px 0 0 60px;
}

.evalcode_line {
	margin-bottom: 35px;
}

.ecl_countline {
	margin-left: 40px;
	display: inline-block;
	vertical-align: middle;
}

.ecl_countline button {
	display: inline-block;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	background: transparent;
	font-size: 30px;
	color: #7d7d7d;
	line-height: 34px;
	vertical-align: middle;
	cursor: pointer;
}

.ecl_countline input {
	width: 80px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	border-left: 0;
	border-right: 0;
	font-size: 20px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

.evalcode_line .total {
	font-size: 32px;
	color: #ffa114;
}

.payment_line {
	margin-top: 20px;
	font-size: 0;
}

.payment_label {
	position: relative;
	margin-right: 40px;
	display: inline-block;
	padding-left: 34px;
	background: url(../img/radio_nor.png) no-repeat left center;
	vertical-align: middle;
	cursor: pointer;
}

.payment_label .input {
	margin-left: 10px;
	width: 220px;
	height: 42px;
	padding: 0 16px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	vertical-align: middle;
}

.payment_label .radio {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.payment_label.on {
	background: url(../img/radio_on.png) no-repeat left center;
}

.pslmsg_line .back,
.pslmsg_line .buy {
	margin: 0 10px;
	display: inline-block;
	width: 220px;
	height: 50px;
	background: #e5e5e5;
	font-size: 18px;
	color: #999999;
	line-height: 50px;
	text-align: center;
	vertical-align: top;
	transition: all 0.2s;
}

.pslmsg_line .buy {
	background: #ffa114;
	color: #ffffff;
}

.pslmsg_line .back:hover,
.pslmsg_line .buy:hover {
	background: #0344a7;
	color: #ffffff;
}

.eval_topline {
	margin-top: 30px;
	padding-left: 30px;
	font-size: 0;
}

.eval_select {
	margin: 0 13px 0 11px;
	width: 120px;
	height: 42px;
	padding-left: 12px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: url(../img/sel_jt.png) no-repeat right 8px center;
	font-size: 16px;
	color: #666666;
	vertical-align: middle;
}

.inquire_btn {
	width: 80px;
	height: 42px;
	border: 0;
	background: #0344a7;
	font-size: 16px;
	color: #ffffff;
	vertical-align: middle;
	cursor: pointer;
}

.inquire_btn:hover {
	opacity: 0.8;
}

.evaladd_btn {
	margin-left: 12px;
	height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	background: transparent;
	border: 2px solid #0344a7;
	vertical-align: middle;
	cursor: pointer;
}

.evaladd_btn img {
	margin-right: 8px;
	vertical-align: middle;
}

.evaladd_btn span {
	font-size: 18px;
	color: #0344a7;
	vertical-align: middle;
}

.eval_table {
	margin-top: 23px;
	padding: 0 30px 20px;
	font-size: 0;
}

.eval_table table {
	width: 100%;
}

.eval_table td {
	height: 46px;
	font-size: 15px;
	color: #666666;
	text-align: center;
}

.eval_table tr:nth-of-type(2n-1) td {
	background: #f9f9f9;
}

.eval_table tr:first-child td {
	border-right: 1px solid #717171;
	background: #333333;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.colaaa {
	color: #aaaaaa;
}

.col034 {
	color: #0344a7;
}

.colffa {
	color: #ffa114;
}

a.col034:hover {
	color: #FFA114;
}

.bjbj {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
}

.tc_box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -300px;
	width: 600px;
	height: 360px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #ffffff;
	z-index: 200;
}

.tc_box .tc_top {
	height: 90px;
	border-bottom: 1px solid #eeeeee;
	font-size: 32px;
	line-height: 90px;
	text-align: center;
}

.tc_box .tc_close {
	position: absolute;
	top: 30px;
	right: 30px;
	transition: all 0.2s;
	cursor: pointer;
}

.tc_box .tc_close:hover {
	transform: rotate(180deg);
}

.tc_btn {
	margin: 0 18px;
	width: 160px;
	height: 50px;
	border: 0;
	background: #e5e5e5;
	font-size: 18px;
	color: #999999;
	cursor: pointer;
}

.f0 {
	font-size: 0;
}

.tc_btn:last-of-type {
	background: #0344a7;
	color: #ffffff;
}

.tc_btn.copy1 {
	background: #0344a7;
	color: #ffffff;
}

.tc_btn.copy2 {
	background: #ffa114;
	color: #ffffff;
}

.tc_btn:hover {
	background: #0344a7;
	color: #ffffff;
	box-shadow: 0 0 3px #0344a7;
}

.tc_box .link {
	display: inline-block;
	padding: 6px 0;
	border-bottom: 1px solid #0344a7;
	color: #0344a7;
	line-height: normal;
	vertical-align: middle;
}

.tc_box .link:hover {
	border-color: #ffa114;
	color: #ffa114;
}

.tc_box.eval {
	margin-top: -200px;
	height: 400px;
}

.propre_box {
	padding: 0 40px 45px;
}

.propre_title {
	padding-top: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #0344a7;
}

.propre_content {
	margin-top: 20px;
	padding-left: 20px;
	background: #f9f9f9;
	font-size: 0;
}

.propre_content ul {
	padding: 20px 0 0 20px;
}

.propre_content li {
	display: inline-block;
	width: 216px;
	height: 39px;
	vertical-align: top;
}

.propre_content li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #666666;
	transition: all 0.2s;
}

.propre_content li a:hover {
	color: #0344a7;
}

.report_main {
	margin: auto;
	width: 1200px;
	font-family: "PingFang SC", "microsoft yahei";
}

.report_top {
	padding-top: 27px;
}

.report_bottom {
	padding-top: 25px;
}

.propre_detail {
	margin: auto;
	width: 840px;
	padding-top: 70px;
	font-family: "PingFang SC", "microsoft yahei";
}

.ppd_top {
	font-size: 42px;
	font-weight: bold;
	color: #4472c4;
	text-align: center;
}

.ppd_line {
	margin-top: 36px;
	border: 1px solid #1b1b1b;
	border-left: 0;
	border-right: 0;
	padding: 15px 0;
	font-size: 28px;
}

.ppd_line span {
	display: inline-block;
	padding-left: 42px;
	box-sizing: border-box;
}

.ppd_content {
	padding: 30px 0 60px;
	font-size: 24px;
	line-height: 36px;
}

.first_page {
	position: relative;
}

.first_page .content {
	position: absolute;
	top: 1100px;
	left: 82px;
	font-size: 30px;
	line-height: 71px;
}

.em2 {
	display: inline-block;
	width: 2em;
}

.second_page {
	padding: 80px 80px 45px;
}

.second_infor {
	padding: 55px 0;
	font-size: 24px;
	font-family: "楷体";
	line-height: 36px;
}

.second_title img {
	margin-right: 51px;
	vertical-align: top;
}

.second_title span {
	font-size: 42px;
	color: #4472c4;
	font-weight: bold;
	vertical-align: top;
}

.second_content {
	padding: 20px 0 0 181px;
}

.second_in {
	padding: 20px 0 30px 26px;
	font-size: 24px;
	line-height: 48px;
}

.second_bottom {
	margin-top: 80px;
	border: 1px solid #1b1b1b;
	border-left: 0;
	border-right: 0;
}

.second_bottom .title {
	height: 75px;
	border-bottom: 2px dashed #222222;
	font-size: 42px;
	font-weight: bold;
	color: #4472c4;
	line-height: 75px;
	text-align: center;
}

.second_bottom .content {
	padding: 16px 0;
	font-size: 22px;
	font-family: "楷体";
	line-height: 36px;
}

.title_big {
	font-size: 32px;
	font-weight: bold;
	color: #4472C4;
}

.report_container {
	position: relative;
	min-height: 1696px;
	padding-bottom: 124px;
	box-sizing: border-box;
}

.report_container .report_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.report_content {
	margin: auto;
	width: 840px;
}

.jszc_msg {
	padding-top: 55px;
	font-size: 24px;
	line-height: 36px;
}

.contact_msg {
	margin-top: 75px;
	padding: 25px 0;
	border: 2px solid #1b1b1b;
	border-left: 0;
	border-right: 0;
	font-size: 24px;
	line-height: 50px;
}

.contact_msg span {
	display: inline-block;
	width: 410px;
}

.daoshi_msg {
	margin-top: 30px;
	font-size: 24px;
	line-height: 40px;
}

.report_pages img {
	margin: 27px 0 0;
}

.f42 {
	font-size: 42px;
}

.report_flow {
	margin-top: 45px;
	font-size: 0;
	white-space: nowrap;
}

.report_flow .left {
	margin-right: 92px;
	position: relative;
	display: inline-block;
	width: 126px;
	height: 122px;
	border-radius: 20px;
	padding-top: 20px;
	box-sizing: border-box;
	background: #4472c4;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}

.report_flow .left:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -92px;
	margin-top: -1px;
	width: 100px;
	height: 2px;
	background: #4472c4;
}

.report_flow .left:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -92px;
	margin-top: -70px;
	width: 2px;
	height: 140px;
	background: #4472c4;
}

.report_flow .right {
	display: inline-block;
	padding-left: 75px;
	vertical-align: middle;
}

.report_flow .line {
	margin-bottom: 19px;
	position: relative;
	height: 50px;
	border-radius: 50px 0 0 50px;
	background: #ecf1f9;
}

.report_flow .line:last-of-type {
	margin-bottom: 0;
}

.report_flow .round {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #4472c4;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
}

.report_flow .text {
	display: inline-block;
	width: 497px;
	padding-left: 18px;
	box-sizing: border-box;
	font-size: 26px;
	font-weight: bold;
	color: #4472c4;
	vertical-align: middle;
}

.report_flow .line:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -75px;
	margin-top: -1px;
	width: 80px;
	height: 2px;
	background: #4472c4;
}

.zhfx_msg {
	margin-top: 45px;
	text-indent: 2em;
	font-size: 24px;
	font-family: "楷体";
	line-height: 36px;
}

.zhfx_content {
	font-size: 0;
	height: 330px;
	text-align: center;
}

.zhfx_pietype {
	position: relative;
	display: inline-block;
	width: 240px;
	height: 100%;
	vertical-align: top;
}

.zhfx_pietype.five {
	margin: 0 -30px;
	width: 230px;
}

.zhfx_pietype .round_in {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	font-size: 24px;
	line-height: 100px;
	text-align: center;
}

.zhfx_pietype .title {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	font-size: 24px;
}

.social_type {
	margin: 0 auto 40px;
	width: 840px;
}

.social_type .title {
	height: 60px;
	background: #4472c4;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 60px;
	text-align: center;
}

.social_type .content {
	padding: 20px 26px;
	border: 1px solid #4472c4;
	font-size: 22px;
	line-height: 36px;
}

.social_type .content .number {
	color: #0070c0;
}

.social_type i {
	font-weight: bold;
	font-style: normal;
	color: #4472c4;
}

.modal_line {
	height: 68px;
	font-size: 0;
	border-bottom: 1px solid #4472c4;
	white-space: nowrap;
}

.f21 {
	font-size: 21px;
}

.social_table {
	margin-top: 6px;
	width: 100%;
}

.social_table td {
	font-size: 21px;
	height: 50px;
	border-bottom: 2px solid #ffffff;
	background: #fff2cc;
	text-align: center;
}

.social_table tr:nth-of-type(2) td {
	background: #ffe599;
}

.social_table tr:nth-of-type(3) td {
	background: #ffc000;
}

.social_table tr td:first-child {
	width: 150px;
	background: #4472c4;
}

.modal_tips {
	font-size: 24px;
	font-family: "楷体";
	line-height: 36px;
}

.reportbottom_tips {
	position: absolute;
	left: 180px;
	bottom: 163px;
	width: 840px;
	border: 2px solid #1b1b1b;
	border-left: 0;
	border-right: 0;
	padding: 25px 0;
	font-size: 22px;
	font-family: "楷体";
	line-height: 36px;
}

.report_title {
	margin-top: 39px;
	font-size: 24px;
	font-weight: bold;
	color: #0070c0;
	text-align: center;
}

.kapc_table {
	margin: 34px auto 0;
	width: 840px;
}

.kapc_table td {
	width: 6.66%;
	height: 32px;
	border: 1px solid #0f0f0f;
	text-align: center;
	font-size: 22px;
	font-family: "宋体";
}

.kapc_table tr:first-child td {
	color: #0070c0;
}

#kapcChart {
	position: relative;
	height: 100%;
}

#kapcChart:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #ffffff;
	z-index: 10;
}

.kapc_chart {
	position: relative;
	margin: 25px auto 0;
	width: 868px;
	height: 650px;
}

.kapc_chart:before {
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	width: 810px;
	height: 2px;
	background: #0f0f0f;
	z-index: 10;
}

.kapc_chart:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	width: 2px;
	height: 588px;
	background: #0f0f0f;
	z-index: 10;
}

.fzgh_bottom {
	position: absolute;
	left: 180px;
	bottom: 139px;
	width: 840px;
	height: 60px;
	border: 1px solid #1b1b1b;
	border-left: 0;
	border-right: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
}

.fzgh_text {
	display: inline-block;
	width: 440px;
	vertical-align: middle;
}

.col447 {
	color: #4472c4;
}

.modal_persent {
	margin-top: 80px;
	text-align: center;
}

.m_persent_type {
	margin: 0 28px;
	position: relative;
	display: inline-block;
	width: 44px;
	height: 390px;
	padding-bottom: 120px;
	background: #eeeeee;
}

.m_persent_type .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	text-align: center;
}

.m_persent_type .text span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 5px 15px;
	box-sizing: border-box;
	font-size: 22px;
	color: #ffffff;
	line-height: 22px;
}

.m_persent_type .in {
	position: absolute;
	left: 0;
	bottom: 120px;
	width: 100%;
	height: 0;
}

.m_persent_type .round {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -10px;
	margin-left: -30px;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	font-size: 20px;
	color: #ffffff;
	line-height: 56px;
	text-align: center;
}