/********************头部无障碍按钮样式************************/
			.customHeader_iframe{
				min-width:1190px;
			}
			.customFooter_iframe{
				min-width:1190px;
			}
/******************************************************************/
#container{
	background:#fff;
	font-size:0;
}
.banner {
	height: 590px;
	background: url('../img/select-bg.png') no-repeat center;
}
.common-content {
	font-size: 16px;
}
.common-content.article{
	margin-bottom:50px;
}
.foreign-title {
	width: 670px;
	margin: 0 auto;
	color: #fff;
	border-top:1px solid transparent;
}
.foreign-title .tit-zh {
	margin-top: 47px;
	height: 55px;
	background: url('../img/select-title.png') no-repeat center;
}
.foreign-title .desc {
	font-size: 30px;
	text-align: center;
	margin-top: 5px;
}
.foreign-guide {
	text-align: center;
	color: #fff;
	margin-top: 55px;
}
.foreign-guide div:first-child{
	font-size: 30px;
}
.foreign-guide div:last-child{
	font-size: 20px;
}
.guide-link {
	width: 834px;
	margin: 35px auto 0;
}
.guide-link>.item-link {
	width: 400px;
	height: 140px;
	background-color: #fff;
	color: rgba(0,0,0,1);
}
.foreigners>.item-link {
	height: 100px;
}
.guide-link>.item-link:hover {
	color: #cbb486;
}
.guide-link>.item-link:first-child {
	float: left;
}
.guide-link>.item-link:last-child {
	float: right;
}
.item-link>.avatar{
	margin: 35px 15px;
}
.item-link>.icon {
	margin: 60px 10px 60px 0;
}
.foreigners>.item-link>.avatar{
	height: 70px;
	margin:15px;
}
.foreigners>.item-link>.icon {
	margin: 40px 10px 40px 0;
}
.item-link>div>span {
	display: block;
	font-weight: 700;
	line-height: 20px;
	width: 240px;
	text-align: center;
}
.item-link>div>span:first-child {
	font-size: 24px;
	line-height: 30px;
	margin-top: 28px;
	margin-bottom: 10px;
}
.foreigners>.item-link  span:first-child {
	margin-top: 22px;
}
.foreigners>.item-link:first-child  span:first-child {
	margin-top: 22px;
}
.item-link:first-child>div>span:first-child {
	margin-top: 43px;
}

/**panel改版**/
.list-collapse-accordion{
	margin-bottom:50px;
}
.list-collapse-accordion .panel{
	margin-bottom:0;
	border-bottom:1px solid #ddd;
}
.panel-default>.panel-heading{
	background:#fff;
	border:none;
}
.panel-default{
	border:none;
}
.panel h4:before{
	content:'';
	display:inline-block;
	width:5px;
	height:5px;
	background:#cbb486;
	margin-right:10px;
	vertical-align: middle;
}
h2{
	text-align: center;
}
.articleBox > p{
	text-indent: 24px;
}
@media (max-width: 768px) { 
	.article{
		font-size:.527rem;
	}
	.common-content{
		width:100%;
    	padding:20px;
	}
	.article h4{
		font-weight:bold;
		font-size:0.8rem;
	}
}