﻿@charset "utf-8";
*{
	padding:0;
	margin:0;
	list-style-type: none;
	font-family: "微软雅黑";
	font-size: 14px;
}
body {
	color: #666;
	padding: 1px;

} 
a{
	text-decoration:none;
	color: #FFF;
	border:0px;
}
a:visited{
	color: #666;
}
h1{
	font-size: 100%;
}
.dotted {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	height: 0px;
}
.clear {
	clear: both;
	height: 0px;
	width: 0px;
}
.head {
	background:#f1f1f1;
	margin-bottom: 1px;
}
.head .logo {
	float: left;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.head .tel {
	float: right;
	margin-top: 25px;
}
.head .tel a {
	color:#555;
}

.nav {
	clear: both;


}
/*.nav a {
	width: 25%;
	float: left;
	text-align: center;
	display: block;
	background-color: #650505;
	color: #FFF;
	line-height: 30px;
	margin-bottom: 1px;
}*/
.nav table {
	background-color: #FFF;
}
.nav table tr td {
	background-color: #000;
	width: 25%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.nav table tr td a{
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	color: #FFF;
	padding-top: 4px;
	font-size: 14px;
	padding-bottom: 4px;
	line-height: 26px;
}
.banner {
	margin-bottom: 1px;
}
.tit {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 32px;
	background-color: #F3F3F3;
	margin-bottom: 2px;
}
.tit h1 {
	color: #262626;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 26px;
	background-color: #E3E3E3;
	margin-top: 3px;
	margin-right: 1px;
	font-size: 12px;
	float: left;
}
.tit a {
	color: #3A3170;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 7px;
	border-radius: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 26px;
	background-color: #E3E3E3;
	margin-top: 3px;
	margin-right: 1px;
	font-size: 12px;
	float: left;
}
.tit h1 em {
	font-style: normal;
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 8px;
	padding-left: 8px;
	cursor: pointer;
	padding-top: 2px;
}
.tit h1 em.cur {
	font-style: normal;
	background-color: #650505;
	display: block;
	float: left;
	margin-right: 10px;
	color: #FFF;
	padding-right: 8px;
	padding-left: 8px;
}
.about_class {
	height: 32px;
	
}
.about_class ul{
	clear:left;
}
.about_class ul li {
	float:left;
}
.about_class a {
	color: #3A3170;
	font-style: normal;
	font-weight: normal;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 26px;
	background-color: #E3E3E3;
	margin-top: 3px;
	margin-right: 5px;
	font-size: 12px;
	margin-bottom: 2px;
	float:left;
}
.jianjie {
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 14px;
}
.jianjie p {
	line-height: 1.4em;
	font-size: 100%;
	text-align: justify;
}
.jianjie ul li {
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	color: #666;
}
.xiangmu {
	clear: both;
	margin-bottom: 5px;
	padding-top: 5px;
}
.xiangmu dl {
	float: left;
	width: 33%;
}
.xiangmu dl dt {
	padding: 6px;
	margin: 0px;
}

.xiangmu dl dt img{
	width: 100%;
	border: 1px solid #CCC;
	height:80px;
}
.xiangmu dl dd {
	text-align: center;
	line-height: 24px;
}
.about {
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	clear: both;
	padding-bottom: 5px;
}
.about a{color: #333;}
.about h1 {
	font-size: 100%;
}
.about p {
	text-align: justify;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	margin-top: 2px;
}
.about p h1 {
	color:#F00;
}
.about span{
  	display:block;
}
.about img {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.about .line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 3px;
	margin-bottom: 8px;
}
.project {
	clear: both;
	margin-bottom: 5px;
	padding-top: 5px;
}
.project dl {
	float: left;
	width: 33%;
}
.project dl dt {
	padding: 6px;
	margin: 0px;
}

.project dl dt img{
	width: 100%;
	height:80px;
}
.project dl dd {
	text-align: center;
	line-height: 24px;
	height: 24px;
}
.pro_class .pro_class_1{
	clear: both;
	padding-top: 5px;
	
}
.pro_class .pro_class_1 a{
	border: 1px solid #CCC;
	padding: 5px;
	display: block;
	float: left;
	margin-left: 5px;
	background-color: #F5F5F5;
}

.news {
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.news dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 0.5em;
	height: 5.5em;
	padding-bottom: 0.5em;
}
.news dl dt {
	float: left;
	width: 41%;
	height: 100%;
}
.news dl dt img {
	width: 100%;
	height: 100%;

}
.news dl dd  {
	font-style: normal;
	display: block;
	float: left;
	padding-left: 0.8ex;
}
.news dl dd h1 {
	margin-bottom: 2%;
	font-size: 14px;
	padding-top: 0em;
	color:#333;
}

.news dl dd p {
	color: #999;
	font-size: 12px;
	height: 40px;
}
.news dl dd span {
	color: #999;
	font-size: 12px;
	height: 40px;
}
.news ul li {
	line-height: 1.8em;
	background-image: url(../img/newslip.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 2px;
	color: #CCC;
	height: 30px;
}
.news ul li a {
	font-size: 14px;
	color: #666;
	float: left;
}
.news ul li em {
	font-style: normal;
	float: right;
	padding-right: 4px;
}
.news_class {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.news_class a {
	border: 1px solid #CCC;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F0F0F0;
	display: block;
	float: left;
	margin-bottom: 5px;
}


.shidian {
	clear: both;
	padding: 0.5em;
}
.shidian img {
	width: 100%;
}
.shidian p {
	margin-top: 0.5em;
	line-height: 1.4em;
}

.yangban {
	clear: both;
	padding: 0.5em;
}
.yangban img {
	width: 100%;
}
.yangban p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}

.job {
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 2px;
	clear: both;
	padding-bottom: 4px;
}
.job table tr td {
	font-size: 70%;
	text-align: left;
	padding: 2px;
	line-height: 1.6em;
}

.contact {
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 2px;
	clear: both;
	padding-bottom: 4px;
}
.contact img {
	width: 98%;
}
.contact p {
	font-size: 90%;
	margin-bottom: 1em;
	line-height: 1.4em;
}
.detail {
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 2px;
	clear: both;
	padding-bottom: 4px;
}
.detail img {
	width: 100%;
}
.detail p {
	margin-bottom: 0.5em;
	line-height: 1.3em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.p-view {
	clear: both;
	padding: 0.5em;
}
.p-view img {
	width: 100%;
}
.p-view p {
	margin-bottom: 1em;
	line-height: 1.4em;
}
.p-view .b_logo img  {
	width: 18%;
	border: 1px solid #F0F0F0;
	margin-left: 0.35em;
	margin-bottom: 0.35em;
}

.foot {
	width:100%;
	height:45px;
	margin:auto;
	background:#650505;
	position:fixed;
	bottom:0;
}
.foot .box {
	display:-webkit-box;
	display:   -moz-box;
	display:        box;
	width:100%;
}
.foot .box a{
	display:block;
	width:100%;
	height:45px;
	padding:5px 0 3px 0;
	text-align:center;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	box-flex:1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left:1px solid rgba(236, 243, 255,1);
	border-right:1px solid rgba(236, 243, 255,1);
	color: #FFF;
}
.foot .box a img{
	width:21.11111px;
	height:20px;
	margin-top:0;
	vertical-align:top;
}
.foot .box a span{
	display:block;
	margin-top:3px;
	font-size:12px;
	color:#fff;
	line-height:14px;
	text-align:center;
}
.txt {
	padding-top: 0.5em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	line-height: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0582ff;
	background-color: #dddddd;
	font-size: 14px;
	color:#333;
	margin-bottom:40px;
}
footer{
	width:100%;
	height:40px;
	line-height:40px;
	background:#1D1D1D;
	position:fixed;
	bottom:0;
	clear:both;
	margin-left:-1px;
}
footer a{
	display:block;
	width:25%;
	height:40px;
	float:left;
	background:no-repeat center;
	background-size:auto 20px;
}
footer a#fanhui{ background-image:url(../img/fanhui.png);}
footer a#list{ background-image:url(../img/list.png);}
footer a#home{ background-image:url(../img/home.png);}
footer a#tel{ background-image:url(../img/tel.png);}
footer a#map{ background-image:url(../img/map.png);}
footer a#feedback{ background-image:url(../img/guestbook.png);}
footer a#share{ background-image:url(../img/share.png);}
.share {
	margin-bottom: 40px;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #FFF;
	padding-top: 10px;
	display: none;
	border: 1px solid #CCC;
	padding-bottom: 7px;
}
.share img{
	width:40px;
}
.share a{
	float:left;
	margin-left:15px;
	color: #333;
}