@charset "UTF-8";
/* CSS Documentis */

* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
	display: block;
}
ul, ul li, dl, li, dl dt, dl dd {
	display: block;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #e00;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}
a, button, input, optgroup, select, textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none; /*ȥ��a��input��button���ʱ����ɫ��߿�ͻ�ɫ��͸������*/
	border: 0;
	border-radius: 0
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], select {
	-webkit-appearance: none;/*ȥ��ƻ��Ĭ����ʽ*/
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
body {
	width: 100%;
	font-family: '\5b8b\4f53';
	font-size: 14px;
	background: #fff;
}
/*2021-7-7新增模块*/
.website_box {
	border: #eee 1px solid;
	margin-top: 40px;
}
.website {
	width: 100%;
	padding: 20px 0 10px;
}
.website_tit {
	width: 92%;
	border-bottom: #eee 1px solid;
	margin: 0 auto 10px;
}
.website_tit li {
	float: left;
	margin-right: 60px;
}
.website_tit li a {
	display: block;
	font: bold 16px/32px 'Microsoft Yahei';
	color: #444;
	padding-bottom: 15px;
	float: left;
}
.website_tit li.on a, .website_tit li a:hover {
	border-bottom: #f35339 1px solid;
	color: #f35339;
}
.website_con {
	width: 96%;
	padding-left: 4%;
}
.website_list {
	width: 100%;
}
.website_list li {
	width: 25%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.website_list li a {
	font: normal 16px/48px 'Microsoft Yahei';
	color: #444;
}
.website_list li a:hover {
	color: #f35339;
	text-decoration: underline;
}
/*End2021-7-7新增模块*/

/*2022-4-29新增模块*/
.problem_answer_boxs {
	width: 100%; /*background:url(../images/n_icon_peop.jpg) no-repeat right bottom;  */
	padding-top: 32px;
	padding-bottom: 30px;
	/*	text-align: center;*/
	height: auto;
	/*	box-shadow: 0px 0px 10px #ddd;*/

	border: 1px solid #EEEEEE;
}
.problem_answer_boxs h3 {
	height: 40px;
	background: url(../images/n_icon_q.png) no-repeat 0 0;
	padding-left: 60px;
	display: inline-block;
	color: #FC7F77;
	font: bold 25px/1.3 "Microsoft yahei";
	background-position: 20px;
}
.problem_answer_boxs p {
	padding-left: 24px;
	letter-spacing: 3px;
	color: #EE7551;
	font: normal 14px/1.1 "Microsoft yahei";
}
.qa_list {
	width: 88%;
	margin: 0 auto;
}
.qa_list li {
	width: 43.5%;
	margin: 18px 2.5% 0;
	height: 36px;
	font: normal 15px/36px "Microsoft yahei";
	padding-right: 1.5%;
	text-align: center;
	float: left;
}
.qa_list li a {
	color: #6A6D78;
}
.qa_list li a:hover {
	color: #FC7F77;
}
.qa_list li.first {
	background: #E9F4F9 url(../images/kf_icon01.png) no-repeat 94% center;
}
.qa_list li.sec {
	background: #F8F1F7 url(../images/kf_icon02.png) no-repeat 94% center;
}
.qa_list li.third {
	background: #FEF3ED url(../images/kf_icon03.png) no-repeat 94% center;
}
.qa_list li.four {
	background: #E6F3EA url(../images/kf_icon04.png) no-repeat 94% center;
}
.qa_list li.five {
	background: #EDF8FF url(../images/kf_icon05.png) no-repeat 94% center;
}
.qa_list li.six {
	background: #FFF0F4 url(../images/kf_icon06.png) no-repeat 94% center;
}
.problem_answer_boxs a.button {
	width: 80%;
	height: 48px;
	background: linear-gradient(180deg, #FC7F77 0%, #FC6659 100%);
	box-shadow: inset 0px 0px 3px 1px rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	display: block;
	margin: 20px auto 0;
	color: #FFFCB9;
	font: normal 18px/48px "Microsoft yahei";
}
.problem_answer_boxs a.button:hover {
	background: #FC6659;
	color: #fff;
}
.form_receive_boxs ul {
	width: 100%;
}
.form_receive_boxs li {
	width: 100%;
	margin-bottom: 14px;
}
.form_receive_boxs li span {
	width: 23%;
	padding-right: 2%;
	float: left;
	font: normal 16px/36px 'Microsoft Yahei';
	color: #494949;
	text-align: center;
	max-width: 120px;
}
.form_receive_boxs input, .form_receive_boxs select, .form_receive_boxs textarea {
	width: 65%;
	height: 36px;
	border: #e1e1e1 1px solid;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 18px;
	font: normal 16px/24px 'Microsoft Yahei';
	color: #333;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 2px;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.form_receive_boxs select {
	padding-right: 40px;
	background: #fff url(../images/oto_select_more.png) no-repeat right center;
}
.form_receive_boxs textarea {
	height: 84px;
}
.form_receive_boxs li.oto_order_btn a {
	width: 64%;
	font: normal 16px/38px 'Microsoft Yahei';
	border-radius: 2px;
	display: block;
	float: left;
}
.form_receive_boxs .oto_order_btn_online li.oto_order_btn input, .form_receive_boxs li.oto_order_btn a {
	padding: 0;
	height: 38px;
	border: none;
	background: linear-gradient(180deg, #5A93F1 0%, #3A74F4 100%);
	color: #fff;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}
.form_receive_boxs li.oto_order_btn input:hover, .form_receive_boxs li.oto_order_btn a:hover {
	background: #3A74F4;
}
.column_live {
	width: 100%;
	border: #eee 1px solid;
	padding: 12px 0 8px;
	margin-bottom: 38px;
}
.column_live_list {
	width: 88%;
	margin: 0 auto;
}
.column_live_list li {
	padding-left: 0;
	width: 100%;
	background: inherit;
}
.column_live_list li.live_n_first, .column_live_list li.live_n_last {
	background: inherit;
}
.column_live_list .live_nt {
	width: 96%;
	padding-left: 4%;
	height: 24px;
}
.form_receive_boxs {
	/*text-align: center;*/
	width: 99.95%;
	height: auto;
	border: 1px solid #EEEEEE;
	padding: 20px 0 30px 0px; /*margin-top:30px; */
	margin-bottom: 30px;
}
.form_receive_boxs h3 {
	display: inline-block;
	background: url(../images/n_icon_book.png) no-repeat 0 center;
	color: #1890FF;
	font: bold 25px/40px 'Microsoft Yahei';
	height: 40px;
	padding-left: 61px;
	margin-bottom: 15px;
	background-position: 20px;
}
.zg_1600 .qa_list {
	width: 92%;
}
.zg_1600 .qa_list li {
	width: 40%;
	padding-left: 5%;
	text-align: left;
	padding-right: 0;
}
.zg_1600 .qa_list li.first {
	background: #E9F4F9 url(../images/kf_icon01.png) no-repeat 86% center;
}
.zg_1600 .qa_list li.sec {
	background: #F8F1F7 url(../images/kf_icon02.png) no-repeat 86% center;
}
.zg_1600 .qa_list li.third {
	background: #FEF3ED url(../images/kf_icon03.png) no-repeat 86% center;
}
.zg_1600 .qa_list li.four {
	background: #E6F3EA url(../images/kf_icon04.png) no-repeat 86% center;
}
.zg_1600 .qa_list li.five {
	background: #EDF8FF url(../images/kf_icon05.png) no-repeat 86% center;
}
.zg_1600 .qa_list li.six {
	background: #FFF0F4 url(../images/kf_icon06.png) no-repeat 86% center;
}
.zg_1366 .qa_list {
	width: 100%;
}
.zg_1366 .qa_list li {
	width: 42.7%;
	padding-left: 1.8%;
	padding-right: 0;
	text-align: left;
}
.zg_1366 .qa_list li.first {
	background: #E9F4F9 url(../images/kf_icon01.png) no-repeat 94% center;
}
.zg_1366 .qa_list li.sec {
	background: #F8F1F7 url(../images/kf_icon02.png) no-repeat 94% center;
}
.zg_1366 .qa_list li.third {
	background: #FEF3ED url(../images/kf_icon03.png) no-repeat 94% center;
}
.zg_1366 .qa_list li.four {
	background: #E6F3EA url(../images/kf_icon04.png) no-repeat 94% center;
}
.zg_1366 .qa_list li.five {
	background: #EDF8FF url(../images/kf_icon05.png) no-repeat 94% center;
}
.zg_1366 .qa_list li.six {
	background: #FFF0F4 url(../images/kf_icon06.png) no-repeat 94% center;
}
.form_receive_boxs .columnr_policy_label p {
	padding-right: 1%;
	width: 20%;
}
.form_receive_boxs .columnr_policy_label span {
	max-width: auto!important;
}
/*End2022-4-29新增模块*/
.downul {
	padding: 0 20px;
}
.downul li {
	background: url(../images/83fc7bb.png) no-repeat;
	line-height: 46px;
	background-position: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.downul li a {
	font-size: 16px;
	padding-left: 32px;
}
.col-md-12 {
	display: none;
}
.foot {
	display: none
}
.m_head_nav {
	display: none
}
.logo1{display: none}