

@import "common1.css";
/*联系我们*/
.contact_artic{
	width:100%;
	min-height: 900px;
	background: #f7f7f7;
}
.contact_artic .artic_top{
	margin:0px 40px;
	padding-bottom:10px;
	min-height: 630px;
}
.contact_artic .artic_top h1{
	font-size: 24px;
	text-align: center;
	margin:0 auto;
	padding-top:50px;
	padding-bottom: 50px;
}
.contact_artic .artic_top p{
	line-height: 30px;
	font-size: 14px;
}
.contact_artic .artic_top p.hr{
	border-bottom:1px dashed #717171;
	margin:13px 0;
}

.artic_top .privateitem{
  width:100%;
  border-bottom:1px dashed #717171;
  margin:13px 0;
  padding-bottom:10px;
}
.artic_top .privateitem h3{
	color:#009ce1;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}

/*联系我们底部切换*/
.tabcontent{
    margin: 0 50px 0 40px;
}
.tabcontent ul{
	width: 100%;
	height: 40px;
	padding-bottom: 5px;
	border-bottom:1px dotted #959595;
}

.tabcontent ul li{
	float: left;
	width: 20%;
	height: 40px;
	text-align: left;
	line-height: 40px;
}
.tabcontent ul li a{
	width: 80%;
	height: 100%;
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color:#727272;
}
.tabcontent ul li.active a{
	border-bottom:4px solid #2796cd;
}
.tabcon{
  display: none;
}

.tabcon dl dt{
	color:#000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
    height: 40px;
}
.tabcon dl dd{
	font-size: 14px;
	line-height: 40px;
    height: 40px;
    color:#727272;
}






