@charset "utf-8";
body {
	font-size: 12px;
	font-family: "宋体",Arial,sans-serif;
	color: #343434;
}

html,body,div,span,p,h1,h2,h3,h4,h5,h6,em,img,strong,sub,sup,tt,dd,dl,dt,form,label,table,caption,tbody, tfoot, thead,tr,th,td,ul,li,p,a {
	margin: 0;
	padding: 0;
}

input,select,textarea,img {
	vertical-align: middle;
}

img {
	border: 0;
}

ul,li {
	list-style-type: none;
}

a:link,a:visited {
	text-decoration: none;
	color: #343434;
}

a:hover {
	text-decoration: underline;
	color: #0F6BD0;
}

.overhide {
	overflow: hidden;
	text-indent: -100em;
}
/*位置属性*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.wrapper{
	position: relative;
	padding-top: 7px;
}
.clearfix {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 590px;
}

/*wrapper*/
#wrapper {
	width: 600px;
	margin: 0 auto;
	position:absolute;
	top:20px;
}

#content {
	margin: 0px auto;
	line-height: 19px;
}

.imgnav {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#img {
	z-index: 10;
	/*width: 788px;*/
	position: relative;
	text-align: center;
	height:520px;
}

#img img {
	width:100%;
	height:520px;
	display: none;
	/*border: 2px solid #000;*/
}
#cbtn {
	background: #EAEBF0;
	position: relative;
	height: 66px;
	border: 1px solid #D6D9DC;
	margin-top: 3px;
}

#cbtn ul {
	position: relative;
	width: 10000px;
	height: 66px;
}

#cbtn ul li {
	float: left;
	padding: 2px 2px 2px 2px;
	width: 80px;
	height: 56px;
	cursor: pointer;
	text-align: center;
	margin-right: 5px;
	position: relative;
}

#cbtn ul li.hov{ background: #0099cc;}

#cbtn ul li img {
	width: 80px;
	height: 52px;
	display: block;
}

.ctrl div {
	clear: both;
}

#cSlideUl {
	width: calc(100% - 60px);
	height: 56px;
	overflow: hidden;
	position: relative;
	top: 5px;
	margin: 0 auto;
}

.picSildeLeft {
	cursor: pointer;
	position: absolute;
	top: 1px;
	left: 3px;
	z-index: 9;
}

.picSildeRight {
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: 3px;
	z-index: 9;
}

/* 查询检索 */
.myTop{
	margin-top:0px;
}

.sstx-js{
	display:inline-block;
	text-align:center;
	cursor:pointer;
	width:80px;
	height:26px;
	line-height:26px;
	border-radius:15px;
}
.sstx-js >span{
	display:block;
	border-radius:4px;
	/* height:30px;
	line-height:30px; */
	height:38px;
	line-height:38px;
	text-align:center !important;
	background-color:#0D9DDA;
	color:white;
}
.myTop .layui-form-item .layui-inline{ margin-right: 5px;}
.myTop .layui-form-item{ margin-bottom: 0px;}
.myTop{ margin:  10px 0px 0px 10px;}


