<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	box-sizing: border-box;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	min-height: 100%;
	font-size: 12px;
	font-family: "Arial";
	color: #333;
	overflow-x: hidden;
	background: #ffffff;
	/* -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

img {
	border: 0;
	vertical-align: middle;
}

select,
input,
textarea {
	border: 0;
	font-family: "Arial";
	outline: none;
	resize: none;
	box-shadow: none;
}

select {
	background: #FFF;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder {
	color: #999;
}

textarea:-moz-placeholder {
	color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
	zoom: 1;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

input[type="button"],
input[type="submit"] {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

input,
textarea {
	box-sizing: border-box;
}

input[type="text"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}


/*合并表格边框，设置边框距为零*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.maxwh {
width:100%;
}
/*清除浮动*/

/*clearfix写在浮动元素的上层*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

/*文字对齐*/

.textL {
	text-align: left;
}

.textC {
	text-align: center;
}

.textR {
	text-align: right;
}

.fontWe {
	font-weight: 700;
}

/*强制换行   禁止换行*/

.break_word {
	word-wrap: break-word;
	word-break: break-all;
}

.keep_all {
	word-break: keep-all;
	white-space: nowrap;
}

/*超出省略号，仅限单行，并且需要设定一个宽度*/

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.ellipsis_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis_3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis_4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis_7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

/*me*/

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.bg_fff {
	background: #fff;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

/******* 状态 ******/

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.none {
	display: none;
}

.hidden {
	overflow: hidden;
}

.cont_flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.cont_flex_1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

/* 鼠标划过图片样式 */

.defo_img img {
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}

.pin_tbot {
    width: 100%;
    height: 349px;
    border-width: 1px;
    border-color: rgb( 230, 205, 127 );
    border-style: dashed;
    background-color: rgb( 255, 246, 232 );
    margin-top: 40px;
    padding: 26px 30px;
}

.pin_tbot &gt; p {
    font-size: 16px;
    color: rgb( 86, 86, 86 );
    line-height: 30px;
}

.defo_img img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	opacity: 0.6;
}

.defo_img2 img {
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}

.defo_img2 img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

/* 弹窗 */
.piao {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5f000000, endcolorstr=#5f000000);
	z-index: 20;
}

/* 分页 */

.page {
	margin-top: 40px;
	text-align: center;
}

.page span {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.page&gt;a,
.page&gt;em {
	display: inline-block;
	vertical-align: middle;

	border-radius: 50%;
	line-height: 36px;
	height: 36px;

	font-size: 24px;
	color: #94969b;
	font-weight: bold;
	padding: 0 10.4px;
	margin-right: 10px;
	transition: all .4s;
}

.page&gt;a:last-child {
	margin-right: 0;
}

.page&gt;a:hover,
.page&gt;em {
	background: #0fab56;
	color: #fff;
}

.page .prev {
	margin-right: 25px;
}

.page .next {
	margin-left: 19px;
}

.id_tit {
	text-transform: capitalize;
	font-size: 26px;
	color: #0a994b;
	font-weight: bold;
	border-bottom: 2px solid #00b050;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.pro_cons {
	padding-top: 20px;
}

.pro_tit {
	margin-bottom: 57px;
}

.pro_tit a {
	font-size: 14px;
	color: #555555;
	display: inline-block;
	vertical-align: middle;
}

.pro_tit em {
	font-size: 14px;
	color: #0054a6;
	display: inline-block;
	vertical-align: middle;
}

.pro_tit .home {
	margin-right: 10px;
}
/* 2020.3.11 */
.contan_css{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.conta_cons&gt;.contan_css&gt;table{
	width: 100% !important;
}
.conta_cons&gt;div&gt;table&gt;tbody&gt;tr&gt;td{
	margin-bottom: 15px;
	display: inline-block;
	font-size: 17px;
    color: #555555
}
.conta_cons&gt;div&gt;table&gt;tbody&gt;tr&gt;td:first-child{
	width: 17%;
}
.conta_cons&gt;div&gt;table&gt;tbody&gt;tr&gt;td:last-child{
	width: 70%;
}
.conta_cons&gt;div&gt;table&gt;tbody&gt;tr&gt;td input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.conta_cons&gt;div&gt;table&gt;tbody&gt;tr&gt;td textarea{
	width: 100%;
	height: 150px;
	padding: 10px;
}
#tables{
	margin-top: 3%;
}
#Submit{
	font-size: 20px;
    color: #ffffff;
    text-align: center;
    background: #fe7e02 !important;
    width: 100px;
    border: none;
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
	cursor: pointer;
	margin-left: 16%;
}</pre></body></html>