@font-face {
	font-family: 'BELL';
	src: url('../~font/BELL.eot'); /* IE9 Compat Modes */
	src: url('../~font/BELL.woff') format('woff'), /* Modern Browsers */
         url('../~font/BELL.TTF')  format('truetype'), /* Safari, Android, iOS */
         url('../~font/BELL.svg #BELL') format('svg'); /* Legacy iOS */
}
.header{
	padding:65px 0 33px;
}
.header_center{
	position: relative;
}
.w1190{
	width: 1190px;
	margin:0 auto;
}
.logo{
	text-align: center;
}
.language{
	position: absolute;
	right:0;
	bottom:0;
}
.language a{
	color: #fff;
	display: block;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.language2 a{
	color: #000;
}
.language a:hover{
	-webkit-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	transform:translateY(-5px);
}
.nav{
	background: #f6f6f6;
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
}
.nav li{
	display: inline-block;
	vertical-align: top;
	padding:0 44px;
	line-height: 135px;
	position: relative;
}
.nav li::after{
	content: "/";
	position: absolute;
	right:0;
	top:0;
	color: #acacac;
}
.nav li a{
	font-size: 15px;
	color: #000;
	display: block;
}
.nav li:last-child::after{
	content: "";
}
.inabout{
	padding:60px 0 105px;
	text-align: center;
}
.inabout h3{
	font-size: 30px;
	color: #232321;
	line-height: 36px;
}
.inabout p{
	font-size: 15px;
	color: #666;
	line-height: 36px;
}
.inabout span{
	padding:21px 0 36px;
	display: block;
	font-size: 13px;
	font-family: 'BELL';
	color: #232321;
	text-transform:uppercase;
	letter-spacing: 14px;
}
.inhardware_tit{
	padding-bottom: 54px;
	text-align: center;
}
.inhardware_tit h3{
	font-size: 30px;
	color: #232321;
	padding-bottom: 15px;
}
.inhardware_tit p{
	font-size: 13px;
	color: #232321;
	font-family: 'BELL';
	text-transform: uppercase;
	letter-spacing: 14px;
}
.inhardware{
	padding-top: 62px;
}
.brdimg_list li{
	float: left;
	width: 16.6%;
	overflow: hidden;
	max-height:100px;
}
.brdimg{
	position: relative;
}
.brding_hover{
	
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.3);
	opacity: 0;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.brding_hover h3{
	color:#fff;
	padding-top:25%;
	text-align: center;
}
.brdimg img{
	-webkit-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
}
.brdimg_list li:hover .brding_hover{
	opacity: 1;
}
.brdimg_list li:hover img{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
}
.invideo{
	
	padding:60px 0;
}
.invideo .w1190{
	position:relative;
}
.inproduct{
	padding:157px 0 162px;
	background: #f6f6f6;
}
.inproduct_center{
	position: relative;
}
.inproduct_center .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #666;
	opacity: 1;
}
.inproduct_center .swiper-pagination-bullet-active{
	width: 44px;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
	border-radius: 2rem;
}
.inproduct_center .swiper-slide ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inproduct_center .swiper-slide li{
	width: 50%;
	float: left;
	position: relative;
}

.inproduct_center .swiper-slide li:first-child a{
display: block;
	background: #fff;
	width: 390px;
	height: 550px;
}
.inproduct_center .swiper-slide li:first-child a div:first-child{
padding-top: 30px;
	text-align: right;
}

.inproduct_name{
	position: absolute;
}
.inproduct_center .swiper-slide li:first-child a div:nth-child(2){
bottom:60px;
	left:60px;
}

.inproduct_name p{
	font-size: 16px;
	color: #232321;
}
.inproduct_name span{
	font-size: 16px;
	text-transform: uppercase;
	color: #232321;
}
.inprotit{
	position: absolute;
	right:0;
	top:-72px;
	z-index:99999;
}
.inprotit p{
	font-size: 50px;
	color: #232321;
}
.inproduct_center .swiper-slide li:nth-child(2) a div:first-child{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 35px;
}
.inproduct_center .swiper-slide li:nth-child(2) a div:nth-child(2){
	right:0;
	top:275px;
}

.inproduct_center .swiper-slide li:nth-child(2){
	padding-top: 96px;
}
.inproduct_center .swiper-slide li:nth-child(2) a{
	display: block;
	background: #fff;
	width: 393px;
	height: 320px;
}
.inproduct_center .swiper-slide li:nth-child(3){
	margin-top: 200px;
}
.inproduct_center .swiper-slide li:nth-child(3) a{
	display: block;
	background: #fff;
	width: 100%;
	height: 230px;
}
.inproduct_center .swiper-slide li:nth-child(3) a div:first-child{
	text-align: right;
	padding-top: 60px;
}
.inproduct_center .swiper-slide li:nth-child(3) a div:nth-child(2){
	top:90px;
	left:40px;
}
.inproduct_center .swiper-slide li:nth-child(4) a div:first-child{
	text-align: center;
	padding-top: 40px;
}


.inproduct_center .swiper-slide li:nth-child(4) a{
	display: block;
	background: #fff;
	width: 395px;
	height: 555px;
	float: right;
}
.inproduct_center .swiper-slide li:nth-child(4) a div:nth-child(2){
	left:136px;
	top:305px;
}

.inproduct_center .swiper-button-prev{
	position: absolute;
	left:0;
	top:50%;
	margin-top: -38px;
	width: 39px;
	height: 77px;
	left:-40px;
	background: url("../images/left.png") left top no-repeat;
}
.inproduct_center .swiper-button-next{
	position: absolute;
	right:0;
	top:50%;
	margin-top: -38px;
	width: 39px;
	height: 77px;
	right:-40px;
	background: url("../images/right.png") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.inproduct_center .swiper-pagination{
	width: 100%;
	bottom:-88px;
}
.video_info{
	height: 700px;
	position: absolute;
	top:126px;
	left:0;
	width:100%;
	z-index:9999;
	text-align: center;
	background:url("../images/videobg.jpg") center top no-repeat;
}
.video_info::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.video_info_in{
	display: inline-block;
	vertical-align: middle;
	margin-left: -.4rem;
	position:relative;
}
.video_info_in button{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.invideo .videomovie{
	width:100%;
	height:700px;
	overflow:hidden;
}
.invideo .videomovie video{
	width:100%;
	height:100%;
	
}
.video_name{
	position: relative;
	padding-bottom: 41px;
	padding-top: 58px;
}
.video_name p{
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 14px;
}
.video_name h3{
	font-size: 20px;
	color: #fff;
}
.video_name::after{
	content: "";
	width: 38px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -19px;
}
.shop_pic{
	float: left;
	position: relative;
	z-index: 99;
	width: 400px;
}
.shop_text{
	padding:40px 80px 35px 35px;
	float: left;
	width: 555px;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #f5f5f5;
}
.shop_text1{
	width: 555px;
	height: 360px;
}
.shop_text h3{
	font-size: 32px;
	color: #232321;
	font-weight: bold;
}
.shop_text span{
	text-align: right;
}
.shop_text2{
	height: 263px;
	width: 555px;
	position: relative;
}
.shop_text2::after{
	content: "";
	width: 380px;
	height: 263px;
	background: #f5f5f5;
	position: absolute;
	right:-380px;
	top:0;
}
.shopli2{
	margin-top: 40px;
	position: relative;
}
.shop_pic2{
	position: absolute;
	right:0;
	bottom:105px;
	width: 604px;
}
.shop_pic3{
	float: right;
	width: 400px;
}
.shop_text3{
	float: right;
	height: 360px;
}
.shopli3{
	margin-top: 47px;
}
.shop_pic4{
	width: 604px;
	position: absolute;
	left:0;
	bottom:105px;
}
.shop_text4{
	float: right;
	width: 555px;
	text-align: right;
	height: 263px;
	position: relative;
}
.shop_text4 h3{
	text-align: left;
}
.shop_text4::after{
	content: "";
	width: 380px;
	height: 263px;
	background: #f5f5f5;
	position: absolute;
	left:-380px;
	top:0;
}
.design_icon{
	padding:114px 0;
}
.design_icon li{
	width: 20%;
	float: left;
	text-align: center;
}
.design_icon li img{
	display: inline-block;
	vertical-align: middle;
}
.desn_text{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding-left: 23px;
}
.desn_text p{
	line-height: 18px;
    font-size: 20px;
    color: #232321;
    padding-bottom: 12px;
}
.desn_text span{
	line-height: 12px;
    color: #999;
    display: block;
    font-family: 'BELL';
}
.footer{
	height: 650px;
	padding-top: 103px;
	background:url("../images/footerbg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.footer_center{
	text-align: center;
	position: relative;
	background: #f4f4f3;
	padding:42px 0 22px;
}
.ewm{
	padding-bottom: 74px;
}
.ewm li{
	width:200px;
	height:200px;
	display: inline-block;
	vertical-align: top;
	padding:0 30px;
}
.foot_arrow b{
	display: block;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 13px;
}
.foot_arrow p{
	font-size: 14px;
	color: #999;
	 font-family: 'BELL';
}
.foot_sidai{
	position: absolute;
    top: -36px;
    right: -24px;
}
.foot_sidai2{
	position: absolute;
	left: -29px;
    bottom: -38px;
}
.copy{
	padding:34px 0;
	background: #f5f5f5;
}
.copycenter{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.copy_logo img{
	height: 32px;
}
.sidehead{
	background: #232321;
}
.nav2{
	padding-top: 0;
	background: #232321;
}
.nav2 li{
	line-height: 60px;
}
.nav2 li a{
	color: #999;
}
.header2{
	padding:30px 0;
}
main{
	background: #f6f6f6;
	padding-bottom: 50px;
}
.brand{
	padding:30px 0;
	font-size: 14px;
	color: #999;
	background: #f6f6f5;
}
.brand img{
	padding-right: 25px;
	vertical-align: middle;
}
.brand a{
	color:#999;
}
.brand a:last-child{
	color: #000;
}
.about_page{
	background: #fff;
	padding:0 30px 40px;
	min-height: 620px;
}
.about_alink{
	padding-left: 90px;
	border-bottom: 1px solid #f2f2f2;
}
.about_alink a{
	line-height: 74px;
	font-size: 14px;
	color: #999;
	padding:0 23px;
	margin-right: 123px;
	position: relative;
	display: inline-block;
}
.about_alink a.ab_sub01{
	color: #232321;
}
.about_alink a.ab_sub01::after{
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	bottom:0;
	left:0;
}
.about_info{
	padding:44px 20px;
}
.history_page{
	width: 940px;
	margin:0 auto;
	padding:50px 0;
	margin-top: 50px;
	background:url("../images/line.jpg") center top repeat-y;
}
.history_page li{
	width: 43.5%;
	position: relative;
	font-size: 15px;
	color: #666;
	line-height: 35px;
	padding:18px 50px;
	border:1px solid #ccc;
	background:-moz-box-shadow:0px 0px 6px #ccc; 
	-webkit-box-shadow:0px 0px 6px #ccc; 
	box-shadow:0px 0px 6px #ccc;
	clear: both;
}
.point{
	width: 10px;
	height: 10px;
	position: absolute;
	right:-67px;
	top:40px;
	background: #cacaca;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.arrow{
	position: absolute;
	right:-10px;
	top:37px;
	width:0;
    height:0;
    border-width:10px 0 10px 10px;
    border-style:solid;
    border-color:transparent transparent transparent #dcdcdc;/*透明 透明 透明 灰*/
}
.history_page li:nth-child(2n){
	float: right;
}
.history_page li:nth-child(2n) .point{
	right:inherit;
	left:-67px;
}
.history_page li:nth-child(2n) .arrow{
	width:0;
    height:0;
    border-width:10px 10px 10px 0;
    border-style:solid;
    border-color:transparent #dcdcdc transparent transparent;/*透明 灰 透明 透明 */
	right:inherit;
	left:-10px;
}
.history_page li:hover .point{
	background: #000;
}
.history_page li:hover .arrow{
	border-color:transparent transparent transparent #000;
}
.history_page li:nth-child(2n):hover .arrow{
	border-color:transparent #000 transparent transparent;
}
.history_page li:hover{
	border:1px solid #000;
	background:-moz-box-shadow:0px 0px 6px #000; 
	-webkit-box-shadow:0px 0px 6px #000; 
	box-shadow:0px 0px 6px #000;
}
.hardware_it1{
	padding:70px 0;
}
.hardit1_tit{
	text-align: center;
	font-size: 40px;
	color: #232321;
	padding-bottom: 25px;
}
.hardit1_info{
	font-size: 15px;
	color: #555;
	line-height: 36px;	
}
.design{
	padding:40px 0;
	width: 1000px;
	margin:0 auto;
}
.design li{
	width: 33.33%;
	float: left;
	padding:1.5%;
	text-align: center;
}
.design li a{
	display: block;
	border:2px solid #fff;
	padding:30px;
}
.design li p{
	font-size: 14px;
	padding:35px 0 20px;
	color: #232321;
}
.design li:hover a{
	border:2px solid #000;
}
.disign_pic img{
	width: 100%;
}
.product_list{
	width: 1000px;
	margin:0 auto;
}
.product_list li{
	width: 50%;
	padding:.5%;
	text-align: center;
	float: left;
}
.product_list li a{
	display: block;
	padding:20px;
}
.product_list li p{
	font-size: 14px;
	color: #232321;
}
.product_list li span{
	font-size: 14px;
	color: #232321;
	text-transform: uppercase;
}
.product_list li figcaption{
	padding-top: 45px;
}
.product_list li:hover a{
	-moz-box-shadow:0px 0px 5px #ccc; 
	-webkit-box-shadow:0px 0px 5px #ccc; 
	box-shadow:0px 0px 5px #ccc;
}
.product_list li img{
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.product_list li:hover img{
-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}
.download_page li{
	float: left;
	width: 33.33%;
	padding:1%;
}
.down_in{
	display: block;
	border:1px solid #d2d2d2;
	padding:32px;
}
.download_page{
	padding:40px;
}
.downimg{
	width:100%;
	height:165px;
	overflow:hidden;
	margin-bottom:10px;
}
.download_page li h3{
	font-size: 18px;
	color: #333333;
	padding-bottom: 15px;
}
.download_page li span{
	color: #999;
	font-size: 12px;
}
.down_in a{
	display: block;
	text-align: right;
	margin-top: 36px;
}
.down_in a img{
	padding-right: 18px;
}
.down_in:hover{
	border:1px solid #000;
}
.join_tit{
	position: relative;
	padding:36px 0 22px;
	border-bottom: 1px solid #ccc;
}
.join_tit h3{
	font-size: 36px;
	color: #000;
	padding-bottom: 10px;
}
.join_tit span{
	padding-right: 20px;
	color: #888;
	font-size: 13px;
}
.join_page{
	padding:0 55px 40px;
}
.join_info{
	font-size: 14px;
	color: #666;
	line-height: 32px;
	padding:35px;
}
.join_share{
	position: absolute;
	bottom:22px;
	right:30px;
}
.join_share a.bds_more{
	display: none!important;
}
.join_share a.bds_qzone{
	width: 24px;
	height: 24px;
	background: url("../images/zone.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.join_share a.bds_tsina{
	width: 24px;
	height: 24px;
	background: url("../images/sina.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.join_share a.bds_weixin{
	width: 24px;
	height: 24px;
	background: url("../images/wx.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.join_share a.bds_sqq{
	width: 24px;
	height: 24px;
	background: url("../images/qq.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.newsout{
	padding:35px;
	float:left;
}
.newsout_top h3{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding-bottom: 45px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.newsout span.article_time{
	padding-top:10px;
	padding-left: 0;
	text-align: right;
}
.newsout_top p{
	font-size: 13px;
	color: #999;
	line-height: 2;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 text-align: left;
}
.news_page{
	padding:60px;
	width: 1280px;
}
.shop_pic5{
	float: left;
}
.shop_text5{
	float: left;
	height: 360px;
}
.shop_pic6{
	position: absolute;
	right:0;
	bottom:105px;
	width: 604px;
}
.shop_text6{
	height: 263px;
	position: relative;
}
.shop_text6::after{
	content: "";
	width: 380px;
	height: 263px;
	background: #f5f5f5;
	position: absolute;
	left:555px;
	top:0;
}
.newsil_tit h3{
	font-size: 20px;
}
.world_brand{
	padding:110px 0 0;
	position: relative;
	z-index: 9;
}
.world_brand_tit h3{
	font-size: 40px;
	color: #232321;
}
.world_brand_tit p{
    padding: 11px 0 50px;
    display: block;
    font-size: 13px;
    font-family: 'BELL';
    color: #232321;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.exclusive{
	position: relative;
}
.exclusive::before{
	content: "";
	width: 100%;
	height: 63px;
	background: #fbfbfc;
	position: absolute;
	left:0;
	top:-63px;
}
.exclusive_tit{
	padding-bottom: 45px;
}
.exclusive_tit p{
	letter-spacing: 10px;
}
.exclusive{
	padding:60px 0;
	background: #fbfbfc;
}
.exclusive_list li{
	float: left;
	width: 33.33%;
	padding:1.2%;
	height:264px;
}
.exclusive_list li a{
	display: block;
	overflow: hidden;
	-moz-box-shadow:0px 0px 10px #ccc; 
	-webkit-box-shadow:0px 0px 10px #ccc; 
	box-shadow:0px 0px 10px #ccc;
}
.exclusive_list li:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}
.exclusive_list li a img{
	-webkit-transition: ease-in-out .8s;
	-o-transition: ease-in-out .8s;
	transition: ease-in-out .8s;
}
.brand2{
	line-height: 60px;
	padding:0;
}
.exclusive_list2{
	background: #fbfbfc;
	padding:40px 0;
}
.protail_page{
	padding-top: 30px;
}
.protail_page aside{
	float: left;
	width: 245px;
	padding-top: 55px;
}
.protail_page aside li{
	margin-bottom: 30px;
	line-height: 30px;
	padding-left: 30px;
	position: relative;
}
.protail_page aside li a{
	display: block;
	font-size: 15px;
	color: #444;
}
.protail_page aside li.open{
	background: #000;
}
.protail_page aside li.open a{
	color: #fff;
}
.protail_page aside li.open::before{
	content: "";
	width: 500px;
	height: 30px;
	position: absolute;
	left:-500px;
	top:0;
	background: #000;
}
.protail_page article{
	float: right;
	width: 930px;
}
.protail_page2 article{
	float: left;
	width: 770px;
	background: #fff;
	padding:28px;
}
.protail_page2 aside{
	float: right;
	width: 400px;
}
.protail_page2{
	width: 1235px;
	margin:0 auto;
}
.maxpicinfo{
	padding-top: 28px;
	border-top: 2px solid #d1d1d1;
}
.maxrollpic{
	padding-bottom: 40px;
}
.proname h3{
	font-size: 18px;
	color: #232321;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 25px;
}
.proname p{
	font-size: 15px;
	color: #444;
}
.proname{
	padding-bottom: 37px;
}
.prostyle {
	font-size: 14px;
	color: #444;
	line-height: 40px;
}
.join_share2{
	position: inherit;
	float: right;
	padding-top: 80px;
}
.pro_link{
	font-size: 0;
	padding-top: 140px;
}
.pro_link a{
	border-left: 1px solid #fff;
	width: 33.33%;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	background: #d1d1d1;
	color: #fff;
}
.pro_link a:first-child{
	border-left: 0;
}
.pro_link a:hover{
	background: #232321;
	color: #fff;
}
.designer{
	padding:80px 0;
}
.designer_pic{
	width: 500px;
	float: left;
}
.designer_pic img{
	width: 100%;
}
.designer_info{
	width: 550px;
	float: right;
}
.designer_info_tit{
	font-size: 40px;
	padding-bottom: 32px;
	color: #232321;
}
.designer_info_text{
	
	font-size: 15px;
	color: #555555;
	line-height: 40px;
}
.brand3{
	background: #fff;
}
.shop_page{
	padding:0;
	width: 1190px;
}
.w1280{
	width: 1280px;
	margin:0 auto;
}
.banner_phone{
	display: none;
}
.menu{
	display: none;
}
.menu_down{
    position: fixed;
    left:100%;
    top:0;
    width: 100%;
    height: 100%;
    background:rgba(255,255,255,1);
    z-index: 999;
}
.menu_down li{
    text-align: center;
    line-height: 3.3;
}
.menu_down li a{
    display: block;
    font-size: 20px;
    color: #333;
}
.close_menu{
    text-align: right;
    padding:3%;
}
.close_menu i{
    font-size: 30px;
}
.menu2 i{
	color: #fff;
}

@-webkit-keyframes letter {
  0% {letter-spacing: 20px;}
  100% {letter-spacing: 14px;}
}

@keyframes letter {
  0% {letter-spacing: 20px;}
  100% {letter-spacing: 14px;}
}

.letter {
  -webkit-animation-name: letter;
          animation-name: letter;
}

.maxpic_phone{
	display: none;
}
.world_brandimg{
	overflow: hidden;
}
.world_brandimg img{
	width: 100%;
	-webkit-transition: ease-in-out .8s;
	-o-transition: ease-in-out .8s;
	transition: ease-in-out .8s;
}
.world_brandimg img:hover{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}
.newsout_top h3 b{
	width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;	
    border-top: 1px solid #000;
    transition: all .4s cubic-bezier(.35, .45, .55, 1);
    margin-top: -1px;
}
.newsout:hover h3 b{
	width: 40px;
	margin-right: 5px;
}
.lefttitle{
	float:left;
}
.righttitle{
	float: right;
	line-height: 42px;
}
.righttitle a{
	color:#000;
	padding:0 10px;
}
.brand_blank_link{
	width: 100%;
	padding-top: 2px;
}
.brand_blank_link a{
	width: 100%;
	display: block;
}
.inhard_roll .swiper-slide{
	    transform: scale(1);
    z-index: -1;
}

.inhard_roll .swiper-slide-next{

	-webkit-transition: transform 0s;
    -moz-transition: transform 0s;
    -ms-transition: transform 0s;
    -o-transition: transform 0s;
	transform: scale(1.15);
	z-index: 999;
}
.inhard_roll .swiper-slide-next .layer-mask{
	opacity:0;
}
.inhard_roll .swiper-slide-next+.swiper-slide{
	
	transform: scale(1.15);
	z-index: 999;
}
.inhard_roll .swiper-slide-next+.swiper-slide .layer-mask{
	opacity:0;
}
.aricleimg{
	width:400px;
	height:260px;
	overflow:hidden;
	float:left;
}
.newsout{
	width:760px;
	height:260px;
}
.aricleimg img{
	width:100%;
	height:100%;
    object-fit: cover;
}
.maxpicinfo2{
	display:none;
}
