@charset "utf-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    
}
body {
    background: none repeat scroll 0 0 #ffffff;
    font-family: "微软雅黑";
    font-size: 14px;
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
    color: #333333;
}
a, input, textarea {
    outline: 0 none;
    text-decoration: none;
}
.clear {
	clear:both;	
}
header {
	height: 45px;	
}

header .head {
	background-color: #320c6f;
    display: inline-block;
    height: 45px;
    line-height: 35px;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}
header .head a {
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    width:37.8px;
    height: 90%;
}
header .head .hback {
		background-image: url("back.png");
    float: left;
}
header .head span {
	color:#ffffff;	
}

header .head .nava {
		background-image: url("nav.png");
    float: right;
}

#navb {
    background-color: #ffffff;
    border-bottom: 5px solid #dcdcdc;
    margin: 0 auto;
    padding-top: 2px;
    position: relative;
    width: 100%;
    z-index: 999;
}
#navb .yinchang {
	  margin: 0 auto;
    padding: 5px 0 7px;
    width: 96%;
}
#navb a{
	 background-color: #320c6f;
    color: #ffffff;
    display: block;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    height: 34px;
    line-height: 34px;
    margin: 2px 0 1px 0.8%;
    text-align: center;
    width: 32.5%;
}

.fenye {
    color: #999999;
    margin: 0 auto;
    text-align: center;
}
.fenye b {
    background-color: #f2f2f2;
    border-radius: 2px;
    color: #525252;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-left: 2%;
    padding: 3%;
}

.fenye a {
    background-color: #f2f2f2;
    border-radius: 2px;
    color: #320c6f;
    display: block;
    float: left;
    font-size: 12px;
    margin-left: 1.8%;
    padding: 2.8%;
}
.content {
	clear: both;
  padding: 5px 5px;
  line-height: 22px;
}
.content h3 {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    text-align: center;
}

.content p {
    color: #393939;
    font-size: 15px;
    line-height: 1.6em;
    text-align: justify;
}
.content p.pnews {
    color: #666;
    display: block;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    margin: 5px 0 10px;
    text-align: center;
    text-indent: 0;
}

.content img {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 3px;
    max-width: 95%;
}
.arccp {
    background-color: #ffffff;
    margin-top: 15px;
    padding: 0 10px 10px;
}
.arccp .tcptu {
		margin-bottom:10px;
}
.arccp .tcptu a {
	display: block;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
}
.arccp .tcptu a img {
		border: 1px solid #e1e1e1;
		width:100%;
}
.arccp .tcptu p.title {
	 color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5px;
}
.arccp h3 {
    border-bottom: 1px solid #320c6f;
    height: 45px;
    line-height: 45px;
}

.tabs a.active {
    background-color: #320c6f;
    color: #ffffff;
}
.tabs a {
    color: #333;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

#tabs-container {
    overflow: hidden;
}
#tabs-container .content-slide{
	padding:5px 0px;
	line-height: 22px;
}

.dbdh {
    background-color: #320c6f;
    clear: both;
    color: #ffffff;
    font-size: 15px;
    margin: 0 auto 70px;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    margin-top:20px;
}

.dbdh li {
    line-height: 25px;
    list-style-type: none;
    padding-top: 5px;
}
.dbdh li i {
    padding-right: 3px;
}

.bmxt .bmbd li textarea {
    border: 1px solid #666666;
    width: 100%;
}
.dbdh a {
    color: #ffffff;
}

.footer {
	  clear: both;
    background-color: #320c6f;
    bottom: 0;
    height: 50px;
    max-width: 640px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.footer a {
    color: #ffffff;
    float: left;
    height: 50px;
    padding-top: 4px;
    text-align: center;
    width: 20%;
}
.footer a i {
    display: block;
    font-size: 25px;
}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none;}