header,
footer,
div,
span,
p,
ul,
li,
body,
a {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑"
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.pc_left {
	float: left;
}

.pc_right {
	float: right;
}

.pc_overflow {
	overflow: hidden;
}

.pc_textright {
	text-align: right;
}

.pc_textleft {
	text-align: left;
}

.pc_textleft_im {
	text-align: left !important;
}

.pc_textcenter {
	text-align: center;
}

.pc_noticecontent {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_width100 {
	width: 100%;
}

.container-fluid {
	padding: 0;
}

.pc_overflow_initial {
	overflow: initial !important;
}

.pc_displaynone {
	display: none !important;
}


/*蒙版*/

.pc_mask {
	width: 100%;
	background: #333;
	z-index: 1000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	display: none;
}

.pc_decoration_blink {
	text-decoration: blink !important;
	border-bottom: 1px solid #fff;
}

.pc_not_allowed {
	cursor: not-allowed;
}

.pc_flexconter {
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.pc_borderbottom666 {
	border-bottom: 1px solid #666;
}

.pc_colorFFF {
	color: #FFF !important;
}

.pc_colorDD8E1C {
	color: #DD8E1C !important;
}

.pc_margin_none {
	margin: 0 !important;
}


/*手机适配*/

.doc_verticadata {
	height: 200px;
	padding-bottom: 80px;
	margin-top: 25px;
}

.doc_verticadata>img {
	width: 35%;
	margin-top: 25px;
	margin-left: 5px;
}

.doc_verticadata>div {
	width: calc(65% - 15px);
	height: 160px;
	padding-left: 10px;
	padding-right: 15px;
	margin-top: 15px;
}

.doc_verticadata ul li {
	height: 28px;
	line-height: 28px;
	margin-top: 0;
	padding-bottom: 0;
}

.doc_verticadata li span {
	font-size: 12px;
}

.doc_verticadata .consultation1 {
	display: inline-block;
	width: 32px;
	border-radius: 3px;
	border:1px solid #09C04E;
	color: #09C04E;
	text-align: center;
	line-height: 26px;
	height: 26px;
}



.doc_verticadata .consultation2 {
	width: calc(100% - 92px);
	float: left;
}

.doc_verticadata .consultation3 {
	width: 60px;
	font-size: 10px;
}

.doc_main_aboutus>span {
	margin-top: 5%;
	margin-left: 100px;
	margin-right: 100px;
}

.doc_main_aboutus>span span {
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
}

.doc_main_aboutus>span:first-child {
	width: 90% !important;
	margin-left: 5%;
}

.doc_main .main_bg {
	background-size: auto 100%;
}

header {
	padding: 14px 0;
}

.doc_header_nav {
	padding: 2px 0;
	height: 44px;
	width: 140%;
}

.doc_header_nav li {
	margin: 0 !important;
}

.doc_title_style .title_icon {
	width: 70px;
}

.doc_title_style .title_icon1 {
	width: 55px;
	height: 2px;
	margin-top: 2px;
}

.doc_title_style .title_icon2 {
	width: 15px;
	height: 4px;
}

.doc_title_style .title_text {
	font-size: 28px;
	margin: 10px 10px;
}

.doc_service_icon {
	padding: 10px 20px 0;
	margin-top: 10px;
}

.doc_service_icon li {
	padding: 0 5px;
	width: 20%;
}

.doc_service_icon li img {
	width: 85%;
}

.doc_service_icon li span {
	width: 100%;
	margin-top: 10px;
	font-size: 11px;
}