html, body{
	min-height: 100%;
}
*{
	margin:0;
	padding:0;
	font-size: 12px;
}
ul{
	list-style:none;
}
.hide{
    display: none;
}
.lf{
	float: left;
}
.lr{
	float: right;
}
.red, .red a,.red a h5, .red a p{
    color:#FF0000 !important;
}

html{
	background: #f9f9f9;
}
.main-group{
	width:100%;
	margin:10px auto 40px;
	float: left;
}
.ranking-title{
	text-align: center;
	padding:0 0 40px 0;
}
.ranking-title .title{
	font-size:28px;
	font-weight: bold;
	color: #dd393d;
}
.ranking-title .brand{
	margin:5px auto 10px auto;
	width:30px;
	height:3px;
	background: #fdc936;
	border-radius: 20px;
}
.ranking-title .desc{
	font-size:12px;
}
.ranking-nav-group{
	margin-top:5px;
	margin-bottom: 20px;
	float: left;
	width: 100%
}
.ranking-nav-group div{
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	padding: 0px 20px;
	background: #0066cc;
	color: #fff;
	margin-right: 8px;
	margin-bottom: 10px;
	float: left;
}
.ranking-nav-group div.self{
	color: #fff;
	background: #dd393d;	
}

.items-box-group .items-group .item-group{
	display: flex;
	align-items:center;
	background: #fff;
	margin-top:5px;
	padding:20px 0;
}
.items-box-group .items-group .item-group .img{
	width:10%;
	text-align: center;
	background: url(../imgs/sort.png) no-repeat;
	background-size: 30px 30px;
	background-position: 50% 50%;
	height:40px;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 14px
}
.items-box-group .items-group .item-group .item-data{
	width:70%;
}
.items-box-group .items-group .item-group .buttin-group{
	width:20%;	
}

.item-data .title{
	font-size: 20px;
	font-weight: bold;
}
.item-data .title span{
	color: #9e9e9e;
	margin-left:10px;
}
.item-price{
	display: flex;
	margin-top:10px;
}
.item-price div{
	width:33.33%;
	font-size: 30px;
	font-weight: bold;
	color: #dd393d;
}
.item-price div span{ 
	font-size: 24px
}
.item-price div p{
	font-size: 14px;
	color: #9e9e9e;
	font-weight: 400;
}
.buttin-group a{
	width:80%;
	height:36px;
	line-height: 36px;
	border:0;
	background: #dd393e;
	color: #fff;
	border-radius: 30px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
.xinqi-media-references-list .text{
	text-align: center;
}
.xinqi-media-references-strip .title-1 {
    padding-bottom: 10px;
    color: #999999;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.one {
    margin: 5px auto;
    height: 125px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.one ul {
    height: 75px;
    width: 100000px;
    position: absolute;
    left: 0;
} /*ul width的宽不能过小*/
.one ul li {
    display: block;
    float: left;
    margin: 5px;
    border-radius: 0px;
    position: relative;
	padding: 25px;
	background: #fff;
}
.one ul li a {
    display: inline-block;
    height: 75px;
}
.one ul li img {
    border-radius: 0px;
    display: block;
}
.one ul li a span {
    height: 0;
    display: block;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 0px;
}
.one ul li a:hover span {
    height: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    transition: all 0.7s;
}
.two {
    margin: 5px auto;
    height: 125px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.two ul {
    height: 75px;
    width: 100000px;
    position: absolute;
    left: 0;
}/*ul width的宽不能过小*/
.two ul li {
    display: block;
    float: left;
    margin: 5px;
	padding: 25px;
    border-radius: 0px;
    position: relative;
	background: #fff;
}
.two ul li a {
    display: inline-block;
    height: 75px;
}
.two ul li img {
    display: block;
    border-radius: 0px;
    height: 75px;
}
.two ul li a span {
    height: 0;
    display: block;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 0px;
}
.two ul li a:hover span {
    height: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    transition: all 0.7s;
}
.xinqi-contact-office-list ul li:nth-child(4){
	margin-right: 5px
}
.xinqi-contact-office-list ul li:nth-child(4n){
	margin-right: 5px
}