/* 公共 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td, ul, li {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body {
	background: #fff;
}
a {
	text-decoration: none;
}
body {
	font-size: 100%;
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei" ! important;
}
a {
	color: #333;
}
a:hover {
	text-decoration: underline
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input {
	outline: none;
}
textarea {
	outline: none;
}
select {
	outline: none;
}
option {
	outline: none;
}
/* top */
.top {
	width: 100%;
	height: 35px;
	background: #394043;
}
.toper {
	width: 1150px;
	height: 135px;
	margin: 0 auto;
	line-height: 35px;
}
.teleft {
	float: left;
}
.teleft li {
	float: left;
	padding: 0 15px;
	color: #b9b8b8;
	font-size: 14px;
}
.teleft li a {
	color: #b9b8b8
}
.teleft li a:hover {
	color: #fff;
}
#tercolor {
	color: #fff;
}
.terig {
	float: right;
}
.terig li {
	float: left;
	color: #fff;
	padding-left: 20px;
	font-size: 12px;
}
.terig li p {
	float: left;
	padding: 0 1px;
}
.terig li p a {
	color: #fff;
}
.terig li p a:hover {
	text-decoration: underline;
}
.logind {
	background: url(../img/logind_icon.png) no-repeat left center;
	margin-right: 20px
}
.phonener {
	background: url(../img/phoned_icon.png) no-repeat left center;
}
/* header */
.header {
	width: 100%;
	height: 105px;
	background: #fff;
	border-bottom: 1px solid #efefef;
}
.lose {
	width: 1150px;
	height: 105px;
	margin: 0 auto;
}
.logod {
	float: left;
}
.logod img {
	padding-top: 28px;
}
.pho {
	float: right;
	background: url(../img/pt_phone.png) no-repeat left center;
	text-indent: 2rem;
	font-weight: bold;
	font-size: 20px;
	color: #555;
	margin-top: 35px;
	padding-top: 2px;
}
/*搜索框样式*/
.searchd {
	float: right;
	margin-top: 30px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #a3a3a3;
opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #a3a3a3;
opacity:1;
}
 input:-ms-input-placeholder {
 color: #a3a3a3;
opacity:1;
}
 input::-webkit-input-placeholder {
 color: #a3a3a3;
opacity:1;
}
.top-soso {
	width: 365px;
	height: 40px;
	color: #888;
	font-size: 12px;
	padding: 0 0 0 15px;
	background: #f5f5f5;
	box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2)
}
.soso-da {
	float: left;
	border: none;
	width: 330px;
	line-height: 40px;
	background: #f5f5f5;
}
.soso-sousuo {
	float: left;
	width: 20px;
	height: 26px;
	background: url(../img/searchd_icon.png) no-repeat 0 0 #f5f5f5;
	border: 0;
	padding: 0;
	margin-top: 11px;
}
/* 页脚 */
.footer {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.foot {
	width: 1150px;
	margin: 0 auto;
	color: #666;
}
.scmg {
	width: 1150px;
	margin-top: 15px
}
.scmg p {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.scmg p a {
	color: #666;
}
.scmg p a:hover {
	color: #F00;
}
.scimg {
	background: url(../img/gongan.png) no-repeat;
	background-position: 205px 5px;
	text-indent: 1rem;
}
.bodyer {
	width: 100%;
	height: 700px;
	background: url(../img/pt_back_two.png) no-repeat;
	background-size: cover;
	position: relative;
}
.pass {
	width: 1150px;
	margin: 0 auto;
	padding-top: 85px;
}
.patop {
	overflow: hidden;
	width: 1150px;
	padding-top: 130px;
	padding-left: 150px
}
.patop div {
	float: left;
	margin-left: 50px
}
.past {
	overflow: hidden;
	width: 1150px;
	padding-top: 30px;
	padding-left: 150px
}
.past li {
	float: left;
	margin-left: 50px
}
.tishi {
	width: 100%;
	height: 130px;
	background: #3c5260;
	background-color: rgba(20,71,122,0.35);
	bottom: 0;
	position: absolute;
}
.tistext {
	width: 1150px;
	margin: 0 auto;
	color: #fff;
	line-height: 28px;
	font-size: 14px;
	padding: 20px 0;
}
.tistext span {
	font-weight: bold;
}
.gallery {
	width: 990px;
	padding: 13px;
	margin-left: 193px;
	margin-top:50px
}
.gallery > div a {
	position: relative;
	float: left;
	padding: 0 20px;
}
.gallery > div a > img {
	width: 148px;
	transition: .1s transform;
	transform: translateZ(0);/* hack */
}
.gallery > div a:hover {
	z-index: 1;
}
.gallery > div a:hover > img {
	transform: scale(1.15, 1.15);
	transition: .3s transform;
}
.cf:before, .cf:after {
	display: table;
	content: "";
	line-height: 0;
}
.cf:after {
	clear: both;
}
.zhcome{ overflow:hidden; width:1150px; margin:0 auto; padding-top:50px;}
.zhcome p{ float:right; width:282px; height:48px; background:url(../img/zjroom.png) no-repeat; line-height:43px; text-indent:7.6rem; font-size:18px; font-weight:bold;}