*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.layui-carousel{
	margin-top: 80px;
}
#slideBox{
	margin-top: 80px;
	*height:710px;
	height:710px\0;
}
#slideBox .swiper-button-next{
	width: 42px;
	height: 42px;
	background: url(../images/slider_rig.png) no-repeat left top;
	z-index: 9999;
}
#slideBox .swiper-button-prev{
	width: 42px;
	height: 42px;
	background: url(../images/slider_left.png) no-repeat left top;
	z-index: 9999;
}
#slideBox .swiper_btns:hover{
	opacity: .8;
    filter: alpha(opacity=80);
}
.pagination{
	position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
#slideBox .swiper-pagination-bullet-active{
	opacity: 1;
	background: #e70012;
}

#slideBox a{	
display: block;
}
#slideBox img{
max-width: 100%;
margin: 0 auto;
display: block;
}

.cont_sent{
	width: 1230px;
	margin: 0 auto;
}
.cont_sent .cont_sent_ul{
	width: 100%;
	display: block;
	overflow: hidden;
}
.cont_sent .cont_sent_ul .cont_sent_item{
	width: 300px;
	height: 380px;
	background: url(../images/i60_advbg.png) no-repeat left top;
	margin-right: 10px;
	float: left;
	padding: 30px;
}
.cont_sent .cont_sent_ul .cont_sent_item:first-child{
	background: url(../images/i60_adv.png) no-repeat left top;
}
.cont_sent .cont_sent_ul .cont_sent_item:last-child{
	margin: 0;
}
.cont_sent .cont_sent_ul .cont_sent_item p{
	font-size: 14px;
	color: #666;
}
.cont_sent .cont_sent_ul .cont_sent_item p.pt b{
	font-size: 20px;
	color: #009688;
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
}
.cont_sent .cont_sent_ul .cont_sent_item p.pb b{
	font-size: 16px;
	color: #000;
	display: block;
	margin-top: 94px;
	margin-bottom: 40px;
}
.content_case{
	background: white;
	position: relative;
}
.content_case .swiper_info{
	width: 1230px;
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.content_case .swiper_info dl{
	display: block;
	width: 410px;
	height: 620px;
	background: white;
	padding: 30px ;
}
.content_case .swiper_info dl dt{
	display: block;
	border: 8px solid #e60012;
	height: 240px;
	width: 100%;
	padding: 36px 0;
	text-align: center;
}
.content_case .swiper_info dl dt h4{
	font-size: 32px;
	color: #e60012;
	text-align: center;
	font-weight: bold;
}
.content_case .swiper_info dl dt span{
	display: block;
	font-size: 14px;
	color: #666;
}
.content_case .swiper_info dl dt a{
	display: block;
	width: 220px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #009688;
	border-radius: 2px;
	margin: 48px auto 0 auto;
	color: white;
	font-size: 16px;
}
.content_case .swiper_info dl dd{
	display: block;
}
.content_case .swiper_info dl dd p{
	text-align: center;
	font-size: 14px;
	color: #666;
	margin: 24px 0;
}
.content_case .swiper_info dl dd ul,.content_case .swiper_info dl dd ol{
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.content_case .swiper_info dl dd ul li{
	width: 25%;
	float: left;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
}
.content_case .swiper_info dl dd ul li.on{
	color: #e60012;
	font-weight: bold;
}
.content_case .swiper_info dl dd ol li{
	width: 110px;
	height: 110px;
	border: 1px solid #ccc;
	margin-right: 10px;
	float: left;
	padding-top: 16px;
}
.content_case .swiper_info dl dd ol li:last-child{
	margin: 0;
}
.content_case .swiper_info dl dd ol li b{
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.content_case .swiper_info dl dd ol li b:after{
	content: '';
	width: 20px;
	height: 2px;
	background: #e60012;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:-10px ;
}
.content_case .swiper_info dl dd ol li span{
	font-size: 14px;
	text-align: center;
	display: block;
	width: 100%;
}
#case-swiper .swiper-wrapper{
	margin-left: -83px;
}
#case-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 820px;
	float: left\0;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#case-swiper .swiper_btn,#case-swiper .swiper_btns{
	width: 42px;
	height: 42px;
	background: #E60012;
	z-index: 9999;
}
#case-swiper .swiper_btn:hover,#case-swiper .swiper_btns:hover{
	opacity: .8;
    filter: alpha(opacity=80);
}
#case-swiper .swiper_btn:before,#designer-swiper .swiper_btn:before{
	content: '';
	width: 0;
	height: 0;
	border-top:14px solid transparent;   
	border-bottom: 14px solid transparent;   
	border-left: 14px solid #e60012;
	overflow: hidden;
	left: 13px;
	top: 7px;
	position: absolute;	
	z-index: 999;	
}
#case-swiper .swiper_btn:after,#designer-swiper .swiper_btn:after{
	content: '';
	width: 0;
	height: 0;
	border-top:14px solid transparent;   
	border-bottom: 14px solid transparent;   
	border-left: 14px solid white;
	overflow: hidden;
	left: 15px;
	top: 7px;
	position: absolute;	
	z-index: 99;	
}
#case-swiper .swiper_btns:before,#designer-swiper .swiper_btns:before{
	content: '';
	width: 0;
	height: 0;
	border-top:14px solid transparent;   
	border-bottom: 14px solid transparent;   
	border-right: 14px solid #e60012;
	overflow: hidden;
	left: 15px;
	top: 7px;
	position: absolute;	
	z-index: 999;	
}
#case-swiper .swiper_btns:after,#designer-swiper .swiper_btns:after{
	content: '';
	width: 0;
	height: 0;
	border-top:14px solid transparent;   
	border-bottom: 14px solid transparent;   
	border-right: 14px solid white;
	overflow: hidden;
	left: 13px;
	top: 7px;
	position: absolute;	
	z-index: 99;	
}
#case-swiper .swiper-button-prev{
	left: 368px;
	top: 600px;
}
#case-swiper .swiper-button-next{
	left: 418px;
	top: 600px;
}

.caseimg{
	width: 100%;
	background: url(../images/casebg.jpg) no-repeat left top ;
}
.casestyle{
	width: 100%;
	background: url(../images/casebg.jpg) no-repeat right top ;
	padding-bottom: 100px;
	padding-top: 10px;	
}

.casestyle ul{
	display: block;
	width: 1230px;
	margin: 0 auto;
	background: white;
	position: relative;
	height: 1230px;	
}
.casestyle ul li{
	padding: 30px;
	width: 410px;
	height: 410px;
	float: left;
}
.casestyle ul li:hover{
	box-shadow: 0 0 40px #ccc;
	z-index: 999;
}
.casestyle ul li:hover .pic img{
	transform: scale(1.05);
}
.casestyle ul li .pic{
	width: 350px;
	height: 244px;
	overflow: hidden;
}
.casestyle ul li .pic img{
	max-width: 100%;
	transition: all 0.2s ease-in;
}
.casestyle ul li .txt{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	position: relative;
}
.casestyle ul li .txt h4{
	font-size: 20px;
	display: block;
}
.casestyle ul li .txt:after{
	content: '';
	width: 20px;
	height: 2px;
	background: #E60012;
	position: absolute;
	left: 0;
	bottom: -40px;
}
.casestyle ul li:nth-child(2),.casestyle ul li:nth-child(4){
	margin-right: 20px;
}
.casestyle ul li:nth-child(5),.casestyle ul li:nth-child(6),.casestyle ul li:nth-child(7){
	border-bottom: none;
}
.casestyle ul li:nth-child(7){
	border-right: none;
}
.casestyle .info{
	position: absolute;
	right: 0;
	top: 0;
	height: 802px;
	width: 380px;
	background: url(../images/case_img_tt.jpg) no-repeat -30px top;
	z-index: 0;
        padding-right: 24px;
}
.casestyle .info a{
	display: block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #009688;
    border-radius: 2px;
    margin: 448px auto 0 auto;
    color: white;
    font-size: 16px;
}

.commitment{
	background: url(../images/comm_bg.jpg) no-repeat center top;
	padding: 120px 0;
}
.commitment .comm_info{
	width: 1230px;
	background: white;
	padding: 100px 0;
	margin: 0 auto;
}
.commitment .comm_info ul{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}
.commitment .comm_info ul li{
	width: 20%;
	display: block;
	float: left;
	padding: 0 20px;	
}
.commitment .comm_info ul li .pic{
	background: url(../images/icon_comm_bg.png) no-repeat;
	background-position: 0 0;
	width: 52px;
	height: 62px;
	margin: 0 auto;
}
.commitment .comm_info ul li:nth-child(2) .pic{
	background-position: -52px 0;
}
.commitment .comm_info ul li:nth-child(3) .pic{
	background-position: -104px 0;
}
.commitment .comm_info ul li:nth-child(4) .pic{
	background-position: -156px 0;
}
.commitment .comm_info ul li:nth-child(5) .pic{
	background-position: -208px 0;
}
.commitment .comm_info ul li .txt{
	color: #666;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}
.commitment .comm_info ul li .txt span{
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #000;
	line-height: 36px;
}

.casevr{
	background: url(../images/casevrbg.jpg) no-repeat center top;
}
.casevr dl{
	display: block;
	width: 1230px;
	margin: 0 auto;
	overflow: hidden;
}
/*.casevr dl dt,.casevr dl dd{
	width: 610px;
	height: 530px;
	display: block;
	float: left;
}*/
.casevr dl dd{
	display:block;
        width: 100%;
}
.casevr dl dd .caseVRlist{
    width:400px;
    height:280px;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    position:relative;
}
.casevr dl dd .caseVRlist:nth-child(3n){
    margin-right: 0;
}
.casevr dl dd .caseVRlist img{
    max-width: 100%;
}
.adv_img{
	margin: 10px auto 0 auto;
	display: block;
	width: 1230px;
	height: 520px;
	background: url(../images/adv_img_01.jpg) no-repeat left top;
}
.team{
	background: url(../images/teambg.jpg) no-repeat center top #f1f1f1;
}
.team .title{
	color: white;
}
.team .title span{
	color: #ccc;
}
.team .teamjs{
	padding: 110px 0;
	width: 1230px;
	margin: 0 auto;
}
.team .teamjs ul{
	display: block;
	overflow: hidden;
	width: 100%;
}
.team .teamjs ul li{
	display: block;
	float: left;
	width: 50%;
}
.team .teamjs ul li h4{
	color: #fde125;
	font-size: 20px;
	border-bottom:1px solid #999;
	line-height: 36px;
	display: block;
	width: 230px;
	font-weight: bold;
}
.team .teamjs ul li h4 span{
	font-size: 14px;
	font-weight: normal;
}
.team .teamjs ul li p{
	color: #999;
	font-size: 14px;
	margin-top: 10px;
	display: block;
	width: 230px;
}
.team .teamjs ul li:nth-child(odd){
	text-align: right;
}
.team .teamjs ul li:nth-child(odd) h4 span{
	margin-right: 10px;
}
.team .teamjs ul li:nth-child(even) div{
	text-align: left;
	float: right;
}
.team .teamjs ul li:nth-child(even) h4 span{
	margin-left: 10px;
}
.team .teamjs ul li:first-child,.team .teamjs ul li:nth-child(2){
	margin-bottom: 100px;
}
.team .teamlist{
	width: 1230px;
	background: white;
	padding: 40px 30px;
	margin: 0 auto;
}
.team .teamlist .titles{
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.team .teamlist .titles span{
	font-size: 14px;
	color: #666;
	font-weight: normal;
	display: block;
}
.team .teamlist .titles:after{
	position: absolute;
	left: 0;
	bottom: -30px;
	content: "";
	width: 30px;
	height: 2px;
	background: #e60012;
}

#designer-swiper .swiper-wrapper{
	width: 100%;
	padding:80px 0 40px 0;
}
#designer-swiper .swiper-wrapper .swiper-slide{
	width: 285px;
}
#designer-swiper .swiper-wrapper .swiper-slide .pic{
	width: 100%;
	height: 312px;
	overflow: hidden;
}
#designer-swiper .swiper-wrapper .swiper-slide .pic img{
	max-width: 100%;
	transition: all 0.2s ease-in;
}
#designer-swiper .swiper-wrapper .swiper-slide .txt{
	padding: 10px;
	position: relative;
}
#designer-swiper .swiper-wrapper .swiper-slide .txt h4{
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 10px;
}
#designer-swiper .swiper-wrapper .swiper-slide .txt h4 span{
	float: right;
	font-size: 14px;
	color: #666;
	margin-top: 4px;
}
#designer-swiper .swiper-wrapper .swiper-slide .txt p{
	font-size: 14px;
	display: block;
}
#designer-swiper .swiper-wrapper .swiper-slide .txt a.online{
	display: block;
	width: 100%;
	height: 36px;
	background: white;
	line-height: 36px;
	text-align: center;
	color: #000;
	border-radius: 2px;
	border: 1px solid #ccc;
	margin-top: 16px;
	font-size: 14px;
}
#designer-swiper .swiper-wrapper .swiper-slide .txt h5{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: white;
	top:-40px;
	font-size: 30px;
	text-align: center;
	padding-top: 14px;
	line-height: 24px;
}
#designer-swiper .swiper-wrapper .swiper-slide .txt h5 span{
	font-size: 16px;
	display: block;
	color: #666;
}
#designer-swiper .swiper-wrapper .swiper-slide:hover{
	box-shadow: 0 0 40px #ccc;
}
#designer-swiper .swiper-wrapper .swiper-slide:hover .pic img{
	transform: scale(1.05);
}
#designer-swiper .swiper-wrapper .swiper-slide:hover a.online{
	background: #009688;
	border: 1px solid #009688;
	color: white;
}
#designer-swiper .swiper_btn,#designer-swiper .swiper_btns{
	width: 32px;
	height: 32px;
	background: white;
	z-index: 9999;
	border: 1px solid #ccc;
	top: 60px !important;
}
#designer-swiper .swiper_btn{
	right: 0;
}
#designer-swiper .swiper_btns{
	right: 42px;
	left: auto;
}
#designer-swiper .swiper_btn:before{
	border-left-color: white;
	border-width: 8px;
	left: 11px;
}
#designer-swiper .swiper_btn:after{
	border-left-color: #e60012;
	border-width: 8px;
	left: 12px;
}
#designer-swiper .swiper_btns:before{
	border-right-color: white;
	border-width: 8px;
	left: 12px;
}
#designer-swiper .swiper_btns:after{
	border-right-color: #e60012;
	border-width: 8px;
	left: 11px;
}
#designer-swiper .swiper_btn:hover,#designer-swiper .swiper_btns:hover{
	background: #e60012;
	border-color: #e60012;
}

#designer-swiper .swiper_btn:hover:before{
	border-left-color: #e60012;
}
#designer-swiper .swiper_btn:hover:after{
	border-left-color: white;
}

#designer-swiper .swiper_btns:hover:before{
	border-right-color: #e60012;
}
#designer-swiper .swiper_btns:hover:after{
	border-right-color: white;
}

#swiper-tab{
	width: 720px;
}
#swiper-tab .swiper-slide{
	text-align: center;
	line-height: 36px;
	height: 36px;
	border-radius: 2px;
	cursor: pointer;
	float: left\0;
}
#swiper-tab .active-nav{
	background: #e60012;
	color: white;
}
#swiper-con{
	width: 1230px;
	margin: 60px auto 0 auto;
}
#swiper-con ul{
	display: block;
	overflow: hidden;
}
#swiper-con ul li{
	width: 300px;
	height: 360px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
#swiper-con .swiper-slide ul li:last-child{
	margin: 0;
}
#swiper-con ul li img{
	max-width: 100%;
}
.newsall{
	background: white;
	width: 1230px;
	margin: 0 auto;
	padding: 30px;
	overflow: hidden;
}
.newsall .newsleft,.newsall .newsright{
	width: 270px;
	float: left;
}
.newsall .newsmid{
	width: 610px;
	margin: 0 10px;
	float: left;
}
.newsall h4{
	display: block;
	font-size: 20px;
	position: relative;
	margin-bottom: 60px;
}
.newsall h4:after{
	content: "";
	width: 30px;
	height: 2px;
	background: #e60012;
	left: 0;
	position: absolute;
	bottom: -20px;
}
.newsall .newsleft ul{
	padding-top: 7px;
}
.newsall .newsleft li>a{
	display: block;
	width: 100%;
	padding: 9px 0;
}
.newsall .newsleft li>a:hover,.newsall .newsleft li.on{
	background: #eee;
}
.newsall .newsleft li>a:hover .txt,.newsall .newsleft li.on .txt{
	color: #e60012;
	font-size: 16px;
	padding-left: 10px;
}

.newsall .newsleft .txt{
	font-size: 14px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.newsall .newsleft .pic{
	width: 270px;
	height: 186px;
	overflow: hidden;
	display: none;
	margin-top: 10px;
}
.newsall .newsleft li.on .pic{
	display: block;
}
.newsall .newsleft .pic img{
	max-width: 100%;
}

.newsmid ul,.newsmid ul li{
	display: block;
	width: 100%;	
}
.newsmid ul li a{
	display: block;
	padding:15px 12px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.newsmid ul li .txt{
	float: left;
	width: 486px;
	font-size: 16px;
	padding-right: 16px;
}
.newsmid ul li .txt p{
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 18px;
	margin-top: 10px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.newsmid ul li .time{
	float: left;
	width: 100px;
	font-size: 14px;
	padding-top: 6px;
	padding-left: 40px;
	position: relative;
}
.newsmid ul li .time:after{
	position: absolute;
	width: 1px;
	height: 42px;
	background: #CCCCCC;
	content: "";
	left: 0;
	top: 8px;
}
.newsmid ul li .time span{
	color: #999;
	display: block;
}
.newsmid ul li a:hover{
	background: #e60012;
}
.newsmid ul li a:hover .txt,.newsmid ul li a:hover .txt p,.newsmid ul li a:hover .time,.newsmid ul li a:hover .time span{
	color: white;
}

.newsright .adv_sale{
	margin-top: 10px;
}



/*news new style begin*/
.h_new_cont{
	background: white;
	width: 1230px;
	margin: 0 auto;
	padding: 30px;
	overflow: hidden;
	clear: left;
	box-sizing: border-box;
}
.new_title{
	display: block;
	font-size: 20px;
	position: relative;
	margin-bottom: 60px;
}
.new_title:after{
	content: "";
	width: 30px;
	height: 2px;
	background: #e60012;
	left: 0;
	position: absolute;
	bottom: -20px;
}
.new_cont_l{
	width:350px;
	float: left;
}
.new_cont_l .pic{
	display: block;
	width: 350px;
	height: 242px;
	overflow: hidden;
	background: #eee;
}

.new_cont_l .pic img {
	max-width: 100%;
	display: block;
	transition: all 0.2s ease-in;
}
.new_cont_l:hover .pic img,.new_cont_m ul li:hover img{
	transform: scale(1.05);
}
.new_cont_l a.txt{
	font-size: 16px;
	color: #e60012;
	*height: 26px;
	height: 26px\0;
	margin-top: 12px;
	overflow:hidden;
    text-overflow: ellipsis;
	display:-webkit-box;
	*display:block;
	display:block\0;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.new_cont_l p{
	font-size: 14px;
	color: #666;
	margin:12px 0;
	*margin:6px 0 12px 0;
	margin:6px 0 12px 0\0;
	overflow:hidden;
    text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.new_cont_l  a.more{
	font-size: 14px;
	width: 38px;
	line-height: 24px;
}
.new_cont_m{
	margin-left:20px ;
	float: left;
	width: 490px;
}
.new_cont_m ul li{
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	display: block;
}
.new_cont_m ul li:last-child{
	margin-bottom: 0;
}
.new_cont_m ul li .pic{
	display: block;
	overflow: hidden;
	float: left;
	width:164px;
	height:113px;
	background: #eee;
}
.new_cont_m ul li .pic img{
	max-width:100%;
	display: block;
	transition: all 0.2s ease-in;
}
.new_cont_m ul li p{
	padding: 0 0 0 15px;
	display: block;
	float: left;
	width: 326px;
	
}
.new_cont_m ul li p .txt{
	font-size: 16px;	
	overflow:hidden;	
	text-overflow: ellipsis;
	display:-webkit-box;
	*display: block;
	display: block\0;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	*height: 22px;
	height: 22px\0;
}
.new_cont_m ul li:hover p .txt{
	color: #e60012;
}
.new_cont_m ul li p span{
	font-size: 14px;	
	color: #666;
	line-height: 18px;	
	width: 310px;
	margin: 15px 0;
	overflow:hidden;
    text-overflow: ellipsis;
	display:-webkit-box;
	*display: block;
	display: block\0;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	*height: 36px;
	height: 36px\0;
}
.new_cont_m ul li p a.more{
	font-size: 12px;
	line-height: 16px;
	display: block;
	width: 32px; 
	white-space:nowrap;
}
.new_cont_r{
	width:290px;
	float: right;	
}
.new_cont_r li{
	display: block;
	font-size: 14px;
	border-top: 1px solid #ddd;
	height: 64px;
	line-height: 64px;
	width: 100%;
	position: relative;	
}
.new_cont_r li:last-child{
	border-bottom: 1px solid #ddd;
}
.new_cont_r li a{
	display: block;
	padding-left: 15px;
	overflow:hidden;
	height: 100%;
    text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.new_cont_r li:before{
	content: "■";
	font-size: 10px;
	color: #37405f;
	position: absolute;
	left: 0;
	top: 0px;
}
/*news new style end*/

#case-swiper{
	*height:620px;
	height:620px\0;
}
#designer-swiper{
	height:518px\0;
}
#designer-swiper .swiper-slide{
	*height:440px;
	height:440px\0;	
}
#swiper-tab .swiper-slide{
	*width:120px;
	width:120px\0;
}
#swiper-con{
	*height:360px;
	height:360px\0;
}
