@charset "utf-8";

/*
body{ color:#000; background:#FFF; font:12px/22px Verdana,Arial,sans-serif,"Times New Roman",宋体; text-align:center;}
*/
body {
	text-align: center;
	font-size: 1em;
	box-sizing: border-box;
	border-style: none;
	border: none;
}

table {
	margin: auto;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
}

select {
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 28px;
}

input[type="file"] {
	margin: 0px;
	height: 24px;
}

input[type="text"], input[type="password"] {
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	width: 150px;
	height: 24px;
}

input[type="button"], input[type="submit"] {
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 30px;
	vertical-align: middle;
}
/*
img, object {
	max-width: 100%;
}
*/
.clearfix {
	display: block
}

.hy-home-wrap {
	height: 99%;
	width: 99%;
	margin-bottom: 0em;
	position: absolute;
	border-style: none;
	border: none;
	display: block;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	background-image: url(../img/logo/backgroud.jpg);
}

.hy-contact-wrap {
	height: 99%;
	width: 99%;
	margin-bottom: 0em;
	position: absolute;
	border-style: none;
	border: none;
	display: block;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	background-image: url(../img/logo/backgroud-contact.jpg);
}



/*
.hy-home-body {
	width: 50em;
	margin-left: 3em;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	background-image: url(../img/logo/readme1.png);
}

.hy-home-body p {
	text-indent: 2em;
	text-align: left;
}

.hy-home-body td {
	text-align: left;
	vertical-align: middle;
}

.hy-home-body th {
	text-align: left;
	vertical-align: middle;
}

.hy-home-body table {
	width: 100%;
	vertical-align: middle;
	margin-left: 3em;
}

.hy-weixin-wrap {
	height: 8em;
	width: 8em;
	border-style: none;
	border: none;
	display: block;
	background-repeat: no-repeat;
	background-position-x: left;
	background-size: cover;
	background-image: url(../img/logo/weixin.jpg);
	background-size: cover;
}
*/

/*通用header start*/
.hy-nav-wrap {
	min-height: 80px;
	width: 100%;
}

/* logo显示用class logo文件不能过大,过大显示不出来 此处：320px*96px */
.hy-nav-logo-warp {
	float: left;
	display: inline;
}

.hy-logo {
	float: left;
	height: 80px;
	width: 290px;
	/*
	height: 25%;
	width: 25%;
	*/
	background-image: url(../img/logo/hy-logo_2x.png);
	background-repeat: no-repeat;
	/*
	background-size:contain;
	*/
}

.hy-nav-menu-warp {
	float: right;
	display: block;
}

.hy-nav-first-menu-list {
	
}

.hy-nav-first-menu-list li {
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
}

.hy-nav-first-menu-item {
	display: inline-block;
}

.hy-nav-second-menu-list {
	/*
	position: fixed;
	*/
	display: none;
	padding: 5px 0px 5px 10px;
	margin-left: 10px;
	text-align: left;
	background-color: rgb(229, 229, 245);
}

.hy-nav-second-menu-list li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hy-nav-second-menu-item {
	
}

/* 以下部分是定制Jquery UI 下拉菜单的样式 */
.hy-nav-menu-warp .ui-widget {
}

.hy-nav-menu-warp .ui-widget.ui-widget-content {
	border: none;
}

/* 解决菜单选中时背景颜色与字体颜色改变，灰亮等变化，改为无背景无框线字体为黑粗体 */
.hy-nav-menu-warp .ui-widget-content .ui-state-active {
	background: none;
	border: none;
	color: black;
	font-weight: bold;
}
/* 解决菜单选中时有一个像素的位移问题 (火狐中文字会换行) */
.hy-nav-menu-warp .ui-menu .ui-state-active {
	margin: 0px;
}

/*通用header end*/

/* 通用body,footer,error等  start */
.hy-body-wrap {
	width: 100%;
	margin-bottom: 10px;
	background: #fff
}

.hy-footer-wrap {
	width: 100%;
	height: 1.5em;
	bottom: 0em;
	position: fixed;
	font-size: 0.8em;
	vertical-align: middle;
	z-index: 1;
	background: #fff
}

.hy-error-wrap {
	height: 100%;
	width: 100%;
	color: #DC143C;
	text-align: center
}
/* 通用body,footer,error等  end */

/*信息查询 画面         start*/
.hy-search-wrap {
	width: 100%;
	min-width: 640px
}

.hy-search-wrap td {
	text-align: right;
	min-height: 12px;
	min-width: 90px;
	max-width: 150px;
}

.hy-search-wrap input[type="text"], select, label {
	width: 100%;
}

.hy-search-wrap input[type="button"] {
	width: 50%;
}

/*信息查询 画面         end*/

/*用户画面用     start*/
.hy-user-form td th {
	min-height: 12px;
	min-width: 200px;
	max-width: 500px;
}

.hy-user-form th {
	text-align: right;
}

.hy-user-form td[data-align="left"] {
	text-align: left;
}

.hy-user-form td[data-align="right"] {
	text-align: right;
}
/* 用户画面用     end */

/*list画面用     start*/
.hy-search-result-list {
	width: 100%;
	margin: 5px;
}

.hy-search-result-list td {
	min-height: 12px;
	min-width: 100px;
	max-width: 450px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hy-search-result-list td[data-align="center"] {
	text-align: center;
}

.hy-search-result-list td[data-align="left"] {
	text-align: left;
}
/*list画面用     end*/

/*详细画面用     start*/
.hy-search-result-detail {
	margin: 5px;
}

.hy-search-result-detail td {
	min-height: 12px;
	min-width: 15% auto;
	max-width: 50% auto;
	padding-left: 10px;
	padding-right: 10px;
}

.hy-search-result-detail th {
	text-align: right;
}

.hy-search-result-detail td {
	text-align: left;
}

.hy-search-result-detail-list {
	width: 100%;
	margin: 5px;
}

.hy-search-result-detail-list td {
	min-height: 12px;
	min-width: 15%;
	max-width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hy-search-result-detail-list td[data-align="center"] {
	text-align: center;
}

.hy-search-result-detail-list td[data-align="left"] {
	text-align: left;
}

/*详细画面用     end*/

/* 案例项目照片画面  start */
.hy-gallery {
	width: 100%;
	text-align: center;
}

.hy-gallery figure {
	border-style: none;
	border: none;
	display: inline;
	margin: 0.15%;
}

.hy-gallery img {
	width: 24%;
	max-height: 20%
}

.hy-gallery-title img {
	width: 98%;
}

.hy-cases {
	width: 100%;
	text-align: left;
}

.hy-cases figure {
	width: 24%;
	border-style: none;
	border: none;
	display: inline-table;
	margin: 0.15%;
}

.hy-cases figcaption {
	width: 98%;
	text-align: left;
}

.hy-cases img {
	width: 98%;
	max-height: 20%;
}

/* 案例项目照片画面  end */

/*项目文件查看画面用     start*/
.hy-project-file-form {
	width: 100%;
}

.hy-project-file-form th {
	height: 1.0em;
	text-align: left;
	background-color: #f5f5f5;
	padding: 0.375em 0.375em 0.375em 0.375em;
}

.hy-project-file-form td {
	height: 1.0em;
	min-width: 10em;
	padding: 0.375em 0.375em 0.375em 0.375em;
	text-align: left;
}

/*项目文件查看画面用   end*/

/*Tab画面用 start */
.hy-tabs-div {
	width: 100%;
	height: 100% auto;
	margin: 10px auto;
	border: 1px solid #dddddd;
	background-color: white;
}
/*
.hy-tabs-div {
	max-width:1280px;
	min-width: 100%;
	height: 100% auto;
	border: 1px solid #dddddd;
	background-color: white;
}
*/
.hy-tabs-div ul {
	width: 100%;
	height: 30px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.hy-tabs-div li {
	width: 20%;
	height: 30px;
	line-height: 30px;
}

.hy-tabs-div div {
	text-align: center;
	margin: 0px auto;
}

.hy-tabs-selected-li {
	background-color: white;
	float: left;
	text-align: center;
}

.hy-tabs-selected-li a {
	color: black;
	text-decoration: none;
}

.hy-tabs-selected-li a:hover {
	color: grey;
}

/* rgb(238,238,238):灰色 */
.hy-tabs-unseleted-li {
	background-color: rgb(238, 238, 238);
	float: left;
	text-align: center;
}
/* rgb(95, 154, 231):蓝色  	font-weight: bold;*/
.hy-tabs-unseleted-li a {
	color: rgb(95, 154, 231);
	text-decoration: none;
}

.hy-tabs-unseleted-li a:hover {
	color: grey;
}
/*Tab画面用 end*/