button{
    border: 0px;
    outline: none;
}
.center{
    width: 100%;
    height:auto;
    box-sizing: border-box;
    background: #fff;
}
.center_content{
    height: 11rem;
    width: 16.4rem;
    margin: 0 auto;
    background-size: 100%;
    position: relative;
}
.content_top_left{
    height: 49.1%;
    min-height: 2.8rem;
    width: 3.8rem;
    padding-top: 1.3rem;
    padding-left:0.4rem
}
.top_left_text p:nth-child(1){
    font-size: 0.3rem;
    font-weight: 600;
    color: #f2f2f2;
    margin-bottom: 0.16rem;
}
.top_left_text p:nth-child(2){
    font-size: 0.18rem;
    color: #f2f2f2;
    margin-bottom: 0.26rem;
    line-height: 0.3rem;
}
.top_left_nav{
    width: 100%;
}
.top_left_nav_one ,.top_left_nav_two{
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -webkit-flex;   
    display: -moz-flex; 
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.top_left_nav_one{
    margin-bottom: 0.16rem;
}
.top_left_nav_one button,.top_left_nav_two button{
    margin-right: 0.16rem;
    width:1.64rem;
    height: 0.34rem;
    font-size: 0.16rem;
    color: #fff;
    background: #1473e6;
    display: inline-block;
    text-align: center;
    border-radius: 0.16rem;
    position: relative;
}
.top_left_nav_one button a,.top_left_nav_two button a{
    color: #fff;
}
.top_left_nav_one button::after ,.top_left_nav_two button::after{
    display: inline-block;
    content: " ";
    height:0.09rem;
    width: 0.09rem;
    border-width: 0.03rem 0.03rem 0 0;
    border-color: #fff;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform-origin: center;
    position: absolute;
    top: 46%;
    right: 0.2rem;
    margin-top: -0.04rem;
}
.content_bottom{
    width: 100%;
    height: 5.8rem;
    box-sizing: border-box;
    background: #383838;
    position: absolute;
    top: 5.2rem;
}
.video_all{
    padding: 0.3rem;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -webkit-flex;   
    display: -moz-flex; 
    display: -ms-flexbox;
    justify-content: space-around;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
}
.video_item{
    color: #fff;
    width: 5.1rem;
    height: 100%;
    position: relative;
}
.video_item a{
    color: #fff;
}
.video_item dd{
    text-align: center;
}
.video_item_text{
    font-size: 0.18rem;
}
.video_item_video{
    margin-top: 0.26rem;
    width:100%;
    height:2.94rem;
}
.video_item_video video{
    width: 100%;
    height: 100%;
}
.video_item_video img{
    width: 100%;
    height: 100%;
}
.video_item_big{
    font-size: 0.3rem;
    color: #fff;
    margin-top: 0.34rem;
}
.video_item_small {
    display: inherit;
    font-size: 0.16rem;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.08rem;
}
.video_item_btn{
    bottom: 0;
    right: 40%;
    position: absolute;
    width: 0.92rem;
    height: 0.33rem;
    font-size: 0.13rem;
    line-height: 0.33rem;
    border-radius: 0.17rem;
    border: solid 0.02rem #cccccc;
    cursor: pointer;
}
.center_number{
    width: 57.3%;
    height: 5.5rem;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 1.2rem;
    text-align: center;
}
.comms_text{
    margin: 0 auto;
    text-align: center;
}
.comms_text p:nth-child(1){
    color: #ccc;
    font-size: 0.12rem;
    height: 0.29rem;
    line-height: 0.29rem;
}
.comms_text span{
    font-size: 0.3rem;
    color: #000;
    font-weight: 600;
    display: inline-block;
    height: 0.29rem;
    line-height: 0.29rem;
}
.comms_text p:nth-child(2){
    font-size: 0.12rem;
    color: #ccc;
    margin-top: 0.16rem;
}
.center_number_items{
    box-sizing: border-box;
    margin-top: 0.8rem;
}
.n_item_list{
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -webkit-flex;   
    display: -moz-flex; 
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.item{
    width: 33.33%;
    display: inline-flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -webkit-flex;   
    display: -moz-flex; 
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.item p{
    display: inherit;
}
 .item p:nth-child(1) span{
    color: #0066ff;
    font-family: MicrosoftYaHei;
    font-size: 0.5rem;
    font-weight: 600;
}
.item p:nth-child(2){
    margin-top: 0.18rem;
    color: #000;
    font-size: 0.22rem;

}
.item p:nth-child(3){
    display: inline-block;
    width: 0.3rem;
    height: 0.04rem;
    background: #999;
    margin-top: 0.4rem;
    color: #999;
    font-weight: 600;
}
.item p:nth-child(4){
    margin-top: 0.48rem;
    font-size: 0.21rem;
    color:#000;
} 
.business{
    width: 16.4rem;
    height: 5.7rem;
    margin: 0 auto;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -webkit-flex;   
    display: -moz-flex; 
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.business img{
    display: inline-block;
    width: 61%;
    height: 100%;
    border: 1px solid #ccc;
}
.business_text{
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    text-align: center;
    display: inline-flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -webkit-flex;   
    display: -moz-flex; 
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}
.business_text p:nth-child(1){
    font-size: 0.26rem;
    color: #000;
}
.business_text p:nth-child(2){
    width: 0.3rem;
    height: 0.04rem;
    background: #999;
    display: inline-block;
    margin-top: 0.2rem;
    color: #999;
    font-weight: 600;
}
.business_text p:nth-child(3){
    margin-top: 0.2rem;
    font-size: 0.18rem;
    color: #000000;
    padding: 0 16%;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
}
/* 轮播 */
.center_swiper{
    width: 100%;                          
    margin-top: 1.2rem;
}
/* .swiper-container{
	margin-top:0.5rem;
}	
.swiper-slide{
	width:8.6rem;
	}
.swiper-slide a{
	transition: 0.2s;
	}	
.swiper-slide a:hover{
	opacity:.6;}	
.swiper-pagination{
	text-align:center;
	width:100%;
	margin-top:10px;}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
	margin:0 5px;
	background:#02328d;
}
.swiper-button-prev{
	width:45%;
	height:7.66rem;
	left:-450px;
	top:0;
	    background: url(../ http://image.1liwu.cn/uccn/images/ichimatsu.png) repeat 0 0;
    border-radius: 5px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
	}	
.swiper-button-prev:before{	
    content: '';
    position: absolute;
    width: 0.3rem;
    height: 100%;
    background: url(../ http://image.1liwu.cn/uccn/images/slide_prev.png) no-repeat 0 center;
    left: 94%;
    top: 36%;
    margin-top: -180px;
}
.swiper-button-next{
	width:45%;
	height:7.66rem;
	right:-450px;
	top:0;
	background: url(../ http://image.1liwu.cn/uccn/images/ichimatsu.png) repeat 0 0;
    border-radius: 5px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
	}
.swiper-button-next:after{	
    content: '';
    position: absolute;
    width: 0.3rem;
    height: 100%;
    background: url(../ http://image.1liwu.cn/uccn/images/slide_prev.png) no-repeat 0 center;
    right: 94%;
    top: 36%;
    margin-top: -180px;
	transform: rotate(180deg);
}
.swiper-button-prev:hover,.swiper-button-next:hover{
	opacity:0.6;
} */
.swiper-container{
	margin-top:50px;
}	
.swiper_slide{
    width:13.8rem !important;
    height: 5.7rem !important;
    }
.swiper_slide img{
    width: 100%;
    height: 100%;
}
.swiper-slide a{
	transition: 0.2s;
	}	
/* .swiper-slide a:hover{
	opacity:.6;}	 */
.swiper-pagination{
	text-align:center;
	width:100%;
	margin-top:10px;}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
	margin:0 5px;
	background:#02328d;
}
.swiper-button-prev{
	width:50%;
	height:360px;
	left:-450px;
	top:0;
	background: url( http://image.1liwu.cn/uccn/images/hui.png) repeat 0 0 ;
    border-radius: 5px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
	}	
/* .swiper-button-prev:before{	
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    background: url(../ http://image.1liwu.cn/uccn/images/slide_prev.png) no-repeat 0 center;
    left: 94%;
    top: 50%;
    margin-top: -180px;
} */
.swiper-button-next{
	width:50%;
	height:360px;
	right:-450px;
	top:0;
	background: url( http://image.1liwu.cn/uccn/images/hui.png) repeat 0 0;
    border-radius: 5px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
	}
/* .swiper-button-next:after{	
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    background: url(../ http://image.1liwu.cn/uccn/images/slide_prev.png) no-repeat 0 center;
    right: 94%;
    top: 50%;
    margin-top: -180px;
	transform: rotate(180deg);
} */
.swiper-button-prev:hover,.swiper-button-next:hover{
	opacity:0.6;
}
/* .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    right: 160px !important; 
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    left:160px !important ;
} */
.peoplestart{
    width: 100%;
    height: 300px;
}
.items{
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -webkit-flex;   
    display: -moz-flex; 
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    padding: 20px 30px;
}
.items li{
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    width: 18%;
    height: 280px;
    border: 1px solid #ccc;
    background: #666;
}
/*名企 */
.company{
    width: 14.52rem;
    height: 7rem;
    margin: 0 auto;
    padding: 0.6rem;
    box-sizing: border-box;
}
.company img {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.logo1{
    width: 1.36rem;
    height: 2.66rem;
}
.logo2{
    width: 12rem;
    height: 2.66rem;
}
.btn_gonext{
    display: inline-block;
    width: 0.68rem;
    height: 2.66rem;
    background: #f2f2f2;
    cursor: pointer;
}
.purchase{
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -webkit-flex;   
    display: -moz-flex; 
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.tn_gonext .img{
   width: 100%;
   height: 100%;
}
/*名人轮播 */
.celebrity_center{
    background:url( http://image.1liwu.cn/uccn/images/celebrity.jpg) no-repeat;
    background-size: 100%;
}
#celebrity {
	position: relative;
	width: 1200px;
	min-width: 1180px;
	margin: 0 auto;
}

#celebrity .swiper-container {
	padding-bottom: 0.6rem;
    padding-top: 0.6rem;
}

#celebrity  .swiper_celebrity {
	/* width: 520px;
	height: 408px; */
    width: 230px;
	height: auto;
    background: #fff;
    border-radius: 0.12rem;
    box-shadow: 0 0 0.3rem rgba(0,0,0,0.4);
    cursor: pointer;
}
#celebrity  .swiper_celebrity img{
	display:block;
    width: 100%;
    height:auto;
}
.navigation li:nth-child(1) a {
    color: #0052d9 !important;
}
/* #celebrity  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 0.16rem;
	margin: 0;
} */
