ul{
	padding: 0;
	margin: 0;
}
img{
	max-width: 100%;
}

#information{
	margin: 10px;
	margin-top: 50px;
	border: 3px #263c92 solid;
}
#information .inner{
	margin: 7px;
	border: 1px #263c92 solid;
	padding: 5px;
	position: relative;
	padding-top: 20px;
}
#information .inner:before{
	    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background-color: #263c92;
    border-top: 0px #fff solid;
    border-left: 30px #fff solid;
    border-right: 30px #C0A16B solid;
    border-bottom: 14px #263c92 solid;
    top: -25px;
    left: 50%;
    margin-left: -93px;
}
#information .inner:after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    background-color: #263c92;
    border-top: 0px #fff solid;
    border-left: 30px #fff solid;
    border-right: 30px #fff solid;
    border-bottom: 14px #263c92 solid;
    top: -25px;
    left: 50%;
    margin-left: 33px;
    z-index: -1;
}
#information .inner .title{
	position: absolute;
	background-color: #263c92;
	color: #fff;
	top: -25px;
	width: 90px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	left: 50%;
	margin-left: -45px;
}
#information .inner .title:before{
	content: '';
	position: absolute;
	width: 18px;
	height: 35px;
	left: -18px;
	background:-webkit-linear-gradient(to top right, transparent 16px, #263c92 0%);
	background:-moz-linear-gradient(to top right, transparent 16px, #263c92 0%);
	background:-o-linear-gradient(to top right, transparent 16px, #263c92 0%);
	background:linear-gradient(to top right, transparent 16px, #263c92 0%);
}
#information .inner .title:after{
	content: '';
	position: absolute;
	width: 18px;
	height: 35px;
	background-color: red;
	right: -18px;
	background:-webkit-linear-gradient(to top left, transparent 16px, #263c92 0%);
	background:-moz-linear-gradient(to top left, transparent 16px, #263c92 0%);
	background:-o-linear-gradient(to top left, transparent 16px, #263c92 0%);
	background:linear-gradient(to top left, transparent 16px, #263c92 0%);
}


#nav{
	margin: 20px 0;
}
#nav ul,#nav p{
	padding: 0;
	margin: 0;
}
#nav li{
	list-style: none;
}
#nav ul{
	width: 100%;
	display: flex;
}
#nav li{
	width: 50%;
	border-bottom: 1px #ededed solid;
	padding: 15px;
	padding-left: 20px;
}
#nav li:nth-child(odd){
	border-right: 1px #ededed solid;
}
#nav li a{
	display: flex;
}
#nav .iconfont{
	font-size: 30px;
	color: #000;
}
#nav p{
	color: #000;
	font-weight: 600;
	padding-left: 10px;
}
#nav p span{
	color: #b3b3b3;
	font-weight: 500;
	font-size: 12px;
}

#foot{
	text-align: center;
	margin: 20px 0;
	color: #666666;
}
#foot a{
	color: #666666;
}


#detail{
	padding: 20px;
	border-bottom: 1px #d9d9d8 solid;
	min-height: 200px;
}


#info .tab-title{
	border-bottom: 1px #d9d9d8 solid;
	text-align: center;
}
#info .tab-title li{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin: 0 10px;
	font-size: 16px;
}

#info .tab-title .active{
	color: #263c92;
	border-bottom: 3px #263c92 solid;
}
#info .content{
	padding: 20px;
	border-bottom: 1px #d9d9d8 solid;
	min-height: 200px;
}
#info .tab-content{
	display: none;
}
#info .tab-content:nth-child(1){
	display: block;
}
#info .spec li{
	list-style: none;
	font-size: 15px;
	font-weight: 600;
	margin: 10px 0;
}

#info .timeline{
	border-left: 1px #d4d4d4 solid;
	padding-left: 10px;
}
#info .timeline li{
	margin-bottom: 10px;
}
#info .timeline li p{
	margin: 5px 0;
	font-weight: 600;
}
#info .title{
	background-color: #263c92;
	color: #fff;
	width: 110px;
	border-radius: 10px;
	text-align: center;
	position: relative;
	transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
}
#info .title:before{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border: 2px #fff solid;
	border-radius: 6px;
	left: 4px;
	top: 4px;
}


#list{
	min-height: 200px;
	padding: 10px;
}
#list .commodity{
	width: 50%;
	float: left;
	padding: 5px;
}
#list .goods{
	width: 100%;
}
#list .inner{
	box-shadow: 0px 0px 5px 2px #f1f1f1;
	padding-bottom: 1px;
}
#list .title{

	margin: 10px;
	text-align: center;
	height: 60px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.clear
{
	clear:both;
}
