.index-bao {
	min-width: 1300px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.bj-content-title {
    height: 34px;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 3px;
    color: #000000;
    text-align: center;
    width: 400px;
    margin: auto;
}

.bj-content {
    width: 400px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    margin: auto;
    margin-top: 80px;
}

.bj-content-more {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin: auto;
    margin-top: 100px;
    cursor: pointer;
}

.bj-video-more {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin: auto;
    margin-top: 100px;
    cursor: pointer;
}

.bj-img1 {
	background-image: url(../img/hbanner_p30pro_cn_v3.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 500px;
	cursor: pointer;
}

.bj-img5 {
	background-image: url(../img/activity.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 500px;
	cursor: pointer;
    width: 46%;
    float: right;
    border-radius: 10px;
    margin-right: 5%;
}

.bj-img5-1 {
	background-image: url(../img/activity1.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 500px;
	cursor: pointer;
    width: 46%;
    float: right;
    border-radius: 10px;
    margin-right: 5%;
}

.bj-img2 {
	background-image: url(../img/icon-notice3.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 500px;
}

.bj-img3 {
	background-image: url(../img/icon-notice2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 500px;
}

.index-content4 {
	width: 1180px;
	margin: auto;
	height: 500px;
}

.bottom-content {
	height: 130px;
	/*background-color: #fbfbfb;*/
	float: left;
	width: 100%;
	margin-top: 30px;
}

.logo {
    width: 280px;
    margin: auto;
    height: auto;
}

.logo-content {
    width: 1180px;
    height: auto;
    margin: auto;
    /* margin-top: 50px; */
    /* line-height: 80px; */
}

li {
    float: left;
    width: 16.6%;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 25px;
}

.navigation-buckets {
	background: #fff;
	display: block;
	position: relative;
	width: 1080px;
	border-radius: 5px;
	bottom: 90px;
	margin: auto;
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
	height: 140px;
	padding: 20px 0;
	z-index: 2;
}

.col-sm-4 {
	width: 49.5%;
	float: left;
	height: 100%;
}

.clearfix {
	display: block;
	padding: 10px 25px 0px 30px;
	color: #222222;
	padding-left: 40px;
	float: left;
    height: 100%;
    width: 80%;
}

.hidden-xs {
	display: inline-block;
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 10px;
	vertical-align: middle;
}

h3 {
	font-size: 22px;
	line-height: 34px;
	margin-top: 5px;
}

.navigation-buckets [class*="col-"] div p {
	font-size: 15px;
	color: #666;
	margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.navigation-buckets [class*="col-"] {
	border-left: 1px solid #d4d4d4;
}

.navigation-buckets [class*="col-"]:first-child {
	border-left: 0;
}
/**
 * 快速链接
 */
#navigation,#navigation li ul{
    list-style-type: none;
}
#navigation li{
    float: left;
    text-align: center;
    position: relative;
    font-weight: normal;
    font-size: 15px; 
    width: 160px; 
}
#navigation li a:link,#navigation li a:visited{
    display: block;
    text-decoration: none;
    color: #ffffff;
    width: 160px;
    height: 40px;
    line-height: 40px;
    /* border: 1px solid #fff; */
    background-color: #313131;
    /* border-width: 1px 1px 0 0; */
}
#navigation li a:hover{
    color: #fff;
    background: #888888;
}
#navigation li ul li{
    float: none;    
}
#navigation li ul{
    display: none;
    position: absolute;       /*二级ul使用绝对定位，宽度大于一级菜单时，才不会撑大一级*/
    bottom: 40px;
}
#navigation li ul li a:link,#navigation li ul li a:visited{
    display: block;
    width: 160px;
}

#celerity-img{
	margin-left: 15px;
	transform: rotate(180deg);
}
