@charset "UTF-8";

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;
}

ul,
ol {
	list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
	cursor: pointer;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
}

input,
button {
	vertical-align: top;
	outline: none;
	border: none;
}

button {
	padding: 0;
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
}

/*for FireFox button 内置padding为0*/
textarea {
	outline: none;
	border: none;
	resize: none;
}

input,
textarea {
	box-sizing: content-box;
	outline: none;
	background: 0 0;
	font-family: "Microsoft YaHei"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #acacac;
}

.rt {
	float: right;
}

.lf {
	float: left;
}

body {
	color: #000;
	font-family: "Microsoft YaHei";
	font-size: 10px;
}

/*清除浮动*/
.clearfix {
	*zoom: 1;
}

/* 针对IE7 hack，触发IE7的haslayout，以清除浮动 */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

table tr td,
table {
	border-collapse: collapse;
}

/*通用样式*/

/*hover*/
.top-r a:hover,
.gkml-link:hover,
.xx-submit:hover,
.xx-col button:hover,
.xxgk-wrap2-l li a:hover,
.index-item5 li p:hover,
.local a:hover,
.drop-down .tag:hover,
.drop-lists li a:hover,
.index-wrap5-col3-banner a:hover,
.index-tit3 .tit:hover,
.index-wrap5-col1-l li a:hover,
.index-tit3 .more:hover,
.index-tit2 .more:hover,
.index-tit1 .more:hover,
.index-wrap4-col1 li span:hover,
.index-wrap1-item a:hover,
.index-wrap2-pictt li a:hover {
	font-weight: bold;
}

.top-l .top-a1:hover,
.top-l .top-a2:hover {
	text-decoration: underline;
}

.index-item1 li a:hover,
.index-item1 .gl-con-l>li a:hover,
.zjht-wrap1-col .zjht-wrap1-p p:hover,
.zjht-wrap1-col .zjht-wrap1-p span:hover,
.hd-xx-tab-l li a:hover,
.dt-row-l li a:hover,
.index-wrap5-col1-ft p a:hover,
.index-wrap5-l li a:hover,
.index-item4 li a:hover,
.index-item2 li a:hover {
	color: #cb0f07;
}

/*padding*/
.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.pt30 {
	padding-top: 30px;
}

.pt23 {
	padding-top: 23px;
}

.pt35 {
	padding-top: 35px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb46 {
	padding-bottom: 46px;
}

.pb12 {
	padding-bottom: 12px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb20 {
	padding-bottom: 20px;
}


/*margin*/
.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt15 {
	margin-top: 15px;
}

.mt12 {
	margin-top: 12px;
}

.mt25 {
	margin-top: 25px;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt8 {
	margin-top: 8px;
}

.mr30 {
	margin-right: 30px;
}

.mr14 {
	margin-right: 14px;
}

.mr0 {
	margin-right: 0px !important;
}

.mr10 {
	margin-right: 10px;
}

.mb20 {
	margin-bottom: 20px;
}