﻿* {
	margin: 0;
	padding: 0;
}
.grid1k {
	width: 1280px;
	margin: 0 auto;
}
.grid_full {
	width: 100%;
}
.grid1024 {
	width: 1280px;
	margin: 0 auto;
}
.fr {
	float: right;
}
.fl {
	float: left;
}

.color_blue {
	color: #29388c;
}
.color_fff {
	color: #fff;
}
.color_333 {
	color: #333;
}
.color_666 {
	color: #666;
}
.color_999 {
	color: #fff;
}
.color_orange {
	color: #fff;
}

.one_fourth_box {
	display: block;
	position: relative;
	width: 630px;
	height: 160px;
	margin: 0 20px 20px 0;
	background: #fff;
	overflow: hidden;
}
.ofb-r {
	margin-right: 0 !important;
}
.ofb-bg {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background: #2196f3;
}
.ofb-img {
	position: absolute;
	top: 32px;
	left: 13px;
	z-index: 10;
	top: 20px;
}
.ofb-text {
	top: 20px;
}
.ofb-img-bottom {
	position: absolute;
	top: 160px;
	left: 13px;
	z-index: 10;
}
.ofb-text {
	position: absolute;
	top: 25px;
	left: 180px;
	width: 438px;
	z-index: 10;
}
.ofb-text-top {
	position: absolute;
	top: -118px;
	left: 180px;
	width: 438px;
	z-index: 10;
}
.ofb-text h5,
.ofb-text-top h5 {
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	text-align: left !important;
	margin-bottom: 15px;
}
.times {
	margin-top: 26px;
}
.ofb-text p,
.ofb-text-top p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
.ofb-r .ofb-img,
.ofb-r .ofb-img-bottom {
	left: 65px;
}
.ofb-r .ofb-text,
.ofb-r .ofb-text-top {
	left: 235px;
	width: 265px;
}
.color_111 {
	font-size: 14px;
	color: #999;
}
.color_222 {
	font-size: 14px;
	color: #000;
}

@font-face {
	font-family: "iconfont";
	src: url("../fonts/iconfont.eot"); /* IE9*/
	src: url("../fonts/iconfont.eot") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/iconfont.woff") format("woff"),
		/* chrome, firefox */ url("../fonts/iconfont.ttf") format("truetype"),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url("../fonts/iconfont.svg") format("svg"); /* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-map13:before {
	content: "\e655";
}

.icon-1:before {
	content: "\e703";
}

.icon-sousuo:before {
	content: "\e613";
}

/*字体-end*/

/*查询导航*/

.yl {
	width: 100%;
	height: 103px;
	/*background:rgba(232,146,18,.5);*/
	position: absolute;
	bottom: 0;
	z-index: 10;
	/*opacity: 0.5;
    filter: alpha(opacity=50);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70e89212,endColorstr=#70e89212)*/
}
.cx_s {
	background: rgba(33, 150, 243, 0.8);
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#95e89212,endColorstr=#95e89212);
}
.cx_s ul li {
	width: 255px;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
	padding: 20px 0;
}
/*.h{width: 236px !important;}*/
.h:hover {
	background: #2196f3;
}
/*.h:hover i{-webkit-animation: gd-shake .3s ease ;-moz-animation: gd-shake .3s ease ;animation: gd-shake .3s ease ;}
@keyframes gd-shake{
	0%{transform:translateY(0);}
	50%{transform:translateY(-20px);}
	100%{transform:translateY(20px);}
	}*/
.cx_s ul li a,
.cx ul li p {
	color: #fff;
	display: block;
}
.cx_s ul li i {
	font-size: 34px;
	color: #fff;
	transition: all 0.3s;
	display: inline-block;
}
.cx_s ul li p {
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
}
.l,
.r {
	display: block;
	float: left;
}
.l {
	margin-right: 33px;
	padding-left: 15px;
}
.r {
	text-align: left;
	background: #fff;
	position: absolute;
	bottom: 103px;
	left: 0;
	padding: 20px;
	width: 265px;
	box-shadow: 0px 0px 10px #ccc;
	z-index: 999;
}
.r textarea {
	resize: none;
	border: 1px solid #dedede;
	border-top: none;
	border-bottom: none;
	width: 253px;
	min-height: 80px;
	max-height: 200px;
	background: #fff;
	display: block;
	padding: 5px;
}
#input {
	display: none;
}
.input_s {
	border-top: 1px solid #dedede;
	box-shadow: 0px 0px 5px #e1e1e1;
}
.input_wz {
	line-height: 24px;
	border: 1px solid #dedede;
	color: #a9a9a9;
	padding: 4px;
	border-top: none;
}
.r a {
	display: inline-block !important;
	margin-top: 15px;
	text-align: center;
	width: 100%;
	background: #ff9800;
	color: #fff !important;
	padding: 8px 0;
	border-radius: 3px;
}
/*查询导航-end*/
.main,
.cxdh {
	width: 1280px;
	margin: 0 auto;
}
.cxdh {
	height: 710px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.time {
	color: #999;
}

.kf {
	display: block;
	position: absolute;
	overflow: hidden;
	background: #fff;
	padding: 15px 0;
	width: 256px;
	text-align: center;
	bottom: 103px;
	box-shadow: 0px 0px 10px #ccc;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	z-index: 999;
	right: 0;
}
.kf > a {
	color: #333 !important;
	line-height: 32px;
	vertical-align: middle;
	display: inline-block;
	float: left;
	padding: 0 24px;
}
.kf img {
	vertical-align: middle;
	margin-right: 4px;
}
.h {
	cursor: pointer;
}
.kf > a:hover {
	color: #ff9800 !important;
	text-decoration: underline;
}
