html, body {width:100%;height:100%;min-width: 320px;} /*非常重要的样式让背景图片100%适应整个屏幕*/  
@charset "utf-8";
body 
{
	padding:0;
	margin:0;
	font-family: "微软雅黑";
	border:none;
}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0; }
ul,ol,li{list-style-type:none;}
p,h2,h1,h3,h4{ padding:0; margin:0;}
a:link,a:visited{ text-decoration:none;}
a{color: inherit;text-decoration:none;}
.clear{ clear:both;}    

img {
    border: none;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*********************************************************************************************************************************************************
** 
*/
.header{
	float: left;
	width: 100%;
	margin: 12px 0 0px 0;
	
}
.con-1500{
	margin: 0 auto;
	width: 1500px;
	position: relative;
}
.logo-wrap{
	float: left;
	width: 100%;
	height: 48px;
}
.logo-wrap .logo{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -161px;
	width: 322px;
	height: 48px;
	background: url(../images/logo.jpg) no-repeat center center;
}
.lang{
	float: left;
}
.lang a{
	font-size: 12px;
	color: #2b2b2b;
}
.lang a:hover{
	text-decoration: underline;
}
.lang .active{
	color: #03affd;
}
.lang2{
	width: 100%;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}
.search{
	float: right;
}
.search .inp-text{
	float: left;
	width: 223px;
	height: 33px;
	font-size: 14px;
	font-size: #838383;
	background: transparent;
	border: solid 1px #838383;
	padding: 0 8px;
}
.search .inp-btn{
	float: left;
	width: 37px;
	height: 31px;
	background: url(../images/search.png) no-repeat left top;
	margin-left: -38px;
	border: none;
	cursor: pointer;
}



.nav-wrap{
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
.nav{
	float: left;
	width: 100%;
}
.nav >ul{
	float: left;
	width: 100%;
}
.nav >ul >li{
	display: inline-block;
	
}
.nav >ul >li>a{
	display: block;
	position: relative;
	padding: 20px;
	font-size: 14px;
	color: #2b2b2b;
}
.nav >ul >li>a:before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 1px;
	height: 13px;
	background-color: rgba(43,43,43,.8);
}
.nav >ul >li:hover >a{
	background-color: #f3f3f3;
}
.nav >ul >li:last-child > a:before{
	display: none;
}
.nav >ul >li> ul{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height:auto;
	background-color: #f3f3f3;
	z-index: 2;
	padding: 20px 0;
	display: none;
}
.nav-list-wrap{
	width: 765px;
	margin: 0 auto;
}
.nav-list{
	float: left;
	width:100%;
	text-align: left;
}
.nav-list >ul>li{
	font-size: 13px;
	color: #2B2B2B;
	text-transform: uppercase;
	line-height: 40px;
	width:auto; padding-right:60px; 
	display:inline-block;
}
.nav-list >ul>li >a:hover{
	text-decoration: underline;
}
.nav-list >ul{
	float: left;
	width: 100%;
	position: relative;
}
.nav-list>ul.active{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.nav-list>ul.active:before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 33px;
	height: 2px;
	background-color: #04affd;
}

/**轮播**/
.swiper-container1{
	float: left;
	width: 100%;
	overflow: hidden;
}
.swiper-container1 img{
	float: left;
    width: 100%;
}
.swiper-button-prev1, .swiper-button-next1 {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 49px;
    margin-top: -25px;
    z-index: 100;
    cursor: pointer;
    background-size: 30px 49px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .6s;
}
.swiper-button-prev1.swiper-button-disabled, .swiper-button-next1.swiper-button-disabled {
    opacity: 0;
    transition: .6s;
}
.swiper-button-prev1,
.swiper-container-rtl .swiper-button-next1 {
  background-image:url(../images/prev.png);
  left: 60px;
  right: auto;
}
.swiper-button-next1,
.swiper-container-rtl .swiper-button-prev1 {
  background-image:url(../images/next.png);
  right: 60px;
  left: auto;
}

.swiper-container1:hover .swiper-button-prev1,.swiper-container1:hover .swiper-button-next1{
	opacity: 1;
}
.swiper-container1:hover .swiper-button-prev1.swiper-button-disabled,.swiper-container1:hover  .swiper-button-next1.swiper-button-disabled {
    opacity: 1;
}
/*newest-wrap*/
.newest-wrap{
	float: left;
	width: 100%;
	padding: 77px 0 120px 0;
}
.head{
	float: left;
	width: 100%;
	font-size: 32px;
	color: #2b2b2b;
	text-align: center;
	text-transform: uppercase;
	font-family:  "calisto mt";
	font-weight: bold;
	letter-spacing: 1px;
}
.newest-list-wrap{
	float: left;
	width: 100%;
	margin-top: 56px;
}
.newest-more{
	float: left;
	width: 250px;
	height: 250px;
}
.newest-list-li{
	float: right;
	width: calc( 100% - 285px );
	margin-top: 27px;
}
.newest-list{
	float: left;
	width: 223px;
	margin-right: 31px;
	overflow: hidden;
}
.newest-list:nth-child(6n){
	margin-right: 0;
}
.newest-list .imgimg{
	float: left;
	width: 223px;
	height: 223px;
	overflow: hidden;
	position: relative;
}
.new-pro{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #c9252c;
	text-align: center;
	text-transform: uppercase;
}
.newest-list .img{
	width: 223px;
	height: 223px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.newest-list .img img{
	width: auto !important;
	height: auto !important;
	transition: .8s;
}
.newest-list .imgimg:hover img{
	transform: scale(1.06);
}
.newest-list .title{
	float: left;
	width: 100%;
	font-size: 15px;
	color: #2b2b2b;
	font-family: "franklin gothic heavy";
	text-align: center;
	margin-top: 18px;
	margin-bottom: 2px;
	transition: .2s;
}
.newest-list .title:hover{
	color: #c9252c;
}
.newest-list .sub-title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #6c6c6c;
	text-align: center;
}
.newest-list .price{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #c9252c;
	text-align: center;
	margin-top: 4px;
}
@media screen and (min-width:767px){
	.iphone-more{
		display: none;
	}
	
}

.lady-wrap{
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.lady-left{
	float: left;
	width: calc( 100% - 1020px);
	padding:   62px 94px 0px 136px;
}
.lady-left .title{
	float: left;
	width: 100%;
	font-size: 32px;
	color: #2b2b2b;
	font-weight: bold;
	text-transform: uppercase;
	
}
.lady-left .fu-title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #2b2b2b;
	margin-top: 6px;
}
.lady-left .sub-title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: rgba(41,41,41,0.8);
	margin-top: 12px;
	line-height: 25px;
	min-height: 88px;
	max-height: 104px;
    overflow: hidden;
	margin-bottom: 16px;
	
}
.learn-more{
	float: left;
	width: 104px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background-color: #03affd;
	text-align: center;
	transition: .3s;
}
.learn-more:hover{
	border-radius: 5px;
	box-shadow: 1px 0px 3px rgba(0,0,0,.3);
}

.lady-right-pic{
	float: right;
	width: 1002px;
	overflow: hidden;
}

.lady-right-pic2{
	float: left;
}
.lady-left2{
	float: right;
}
.show-room{
	float: left;
	width: 100%;
	background-color: #f9f9f9;
	position: relative;
}
.show-room-ico{
	position: absolute;
	width: 89px;
	height: 43px;
	background: url(../images/showroom-ico.png) no-repeat right top;
	right: 164px;
	top: -20px;
}
.show-room-left{
	float: left;
	width: 1226px;
}
.show-room-right{
	float: right;
	width: calc( 100% - 1226px );
	padding: 123px 200px  0  134px;
}
.show-room-right .title{
	float: right;
	width: 100%;
	text-align: right;
	font-size: 32px;
	color: #2b2b2b;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.show-room-right .sub-title{
	float: right;
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #2b2b2b;
	line-height: 39px;
	min-height: 160px;
	margin-bottom: 35px;
}
.opening-hours{
	float: right;
	font-size: 14px;
	color: #2b2b2b;
	border-bottom: solid 1px #03affd;
	padding: 5px;
	transition: .2s;
}
.opening-hours:hover{
	color: #03affd;
}
/*about*/
.about-us-wrap{
	float: left;
	width: 100%;
	background: url(../images/about-us.jpg) no-repeat top center;
	padding: 50px 0;
}
.about-us{
	width: 1288px;
	margin: 0 auto;
	
}
.lili{
	float: left;
	width: 100%;
	padding: 128px 120px 70px 120px;
	background-color: #fff;
	position: relative;
}
.brand{
	position: absolute;
	left: -89px;
	top: 26px;
	font-size: 19px;
	color: #fff;
	width: 191px;
	height: 80px;
	line-height: 80px;
	background: url(../images/brand-ico.jpg) no-repeat left top;
	text-transform: uppercase;
	padding-left: 39px;
}
.about-left{
	float: left;
	width: 337px;
	text-align: right;
}
.about-left .title{
	float: left;
	width: 100%;
	font-size: 32px;
	color: #2b2b2b;
	font-weight: bold;
	margin-bottom: 15px;
}
.about-left .sub-title{
	float: left;
	width: 100%;
	font-size: 32px;
	color: #2b2b2b;
	font-weight: bold;
	position: relative;
	padding-bottom: 30px;
}
.about-left .sub-title:before{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 69px;
	height: 5px;
	background-color: #03affd;
}
.about-right{
	float: right;
	width: calc( 100% - 437px );
}
.about-right .title{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #2b2b2b;
	line-height: 25px;
	text-transform: uppercase;
	height: 199px;
	overflow: hidden;
	text-align: justify;
	margin-bottom: 13px;
}
.about-more{
	float: right;
	font-size: 12px;
	color: #2b2b2b;
	background: url(../images/more-ico.jpg) no-repeat right center;
	text-transform: uppercase;
	padding-right: 15px;
	margin-right: 94px;
	transition: .4s;
}
.about-more:hover{
	color: #03affd;	
}

/*footer*/
.footer-wrap{
	float: left;
	width: 100%;
	background-color: #f9f9f9;
	padding: 54px 0 26px 0;
}
.footer-left{
	float: left;
	width: 33.33%;
	padding-right: 100px;
}
.footer-left .title{
	float: left;
	width: 100%;
	font-size: 32px;
	color: #2b2b2b;
	font-weight: bold;
	position: relative;
	padding-top:60px;
	padding-bottom: 24px;
}
.footer-left .sub-title{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
}
.inp-email{
	float: left;
	width: 360px;
	margin-top: 11px;
}
.inp-email input{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #b1b1b1;
	border: none;
	border-bottom: solid 1px #b1b1b1;
	background-color: transparent;
	padding: 7px 0;
}
.footer-nav{
	float: left;
	width: 33.33%;
	padding-right: 100px;
	margin-top: 68px;
}
.footer-nav ul li{
	float: left;
	font-size: 14px;
	color: #000000;
	margin-right: 17px;
	padding-right: 17px;
	position: relative;
	margin-bottom: 19px;
	transition: .2s;
}
.footer-nav ul li a:hover{
	color: #333;
	text-decoration: underline;
}
.footer-nav ul li:before{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	margin-top: -7px;
	width: 2px;
	height: 14px;
	background-color: #000;
}
.footer-nav ul li:last-child{
	margin-right: 17px;
}
.footer-nav ul li:last-child:before{
	display: none;
	margin-right: 0;
}
.contact{
	float: left;
	width: 33.33%;
	padding-left: 100px;
	margin-top: 68px;
}
.contact .title{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.contact-ul{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.contact-ul li{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
.footer-ico{
	float: left;
	width: 100%;
	margin-top: 35px;
	
}
.footer-ico a{
	float: left;
	border-radius: 100%;
	overflow: hidden;
	transition: .2s;
}
.footer-ico a:hover{
	opacity: 0.7;
}
.footer-ico a + a{
	margin-left: 15px;
}
/*end*/
.end{
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 22px 0 14px 0;
}
.beian{
	float: left;
	font-size: 12px;
	color: #000;
}
.return{
	float: right;
	font-size: 12px;
	color: #000;
	background: url(../images/return-top.jpg) no-repeat right center;
	text-transform: uppercase;
	padding-right: 18px;
	cursor: pointer;
}
.return-top{
	border-bottom: solid 1px #000;
}

/*************************************************weizhi**********************************************/
.banner{
	float: left;
	width: 100%;
	height: 175px;
	background: url(../images/banner.jpg) no-repeat center center;
	margin-bottom: 14px;
}
.weizhi-wrap{
	float: left;
	width: 100%;
}
.weizhi{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #2b2b2b;
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 10px;
}
.weizhi a:hover{
	color: #555;
	text-decoration: underline;
}
.pro-show-wrap{
	float: left;
	width: 100%;
	margin-top: 26px;
}
.pro-show-left{
	float: left;
	width: 50%;
	padding: 56px 167px 0 88px;
}
.pro-show-left .title{
	float: left;
    width: 100%;
    font-size: 24px;
	color: #2b2b2b;
	text-transform: uppercase;
	font-family: "calisto mt";
	font-weight: bold;
	letter-spacing: 1px;
}
.pro-show-left .sub-title{
	float: left;
    width: 100%;
    font-size: 14px;
	color: #2b2b2b;
	line-height: 27px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 26px;
	text-align: justify;
}
.pro-show-right{
	float: right;
	width: 50%;
}
.pro-show-right-imgimg{
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pro-show-right-img{
	width: 10%;
	height: 100%;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.pro-show-right-img img{
	width: auto;
	height: auto;
}
.nei-pro-list-wrap{
	float: left;
	width: 100%;
	padding: 0px 0 19px 0;
}
.nei-pro-list-li{
	float: left;
	width: 100%;
}
.nei-pro-list{
	float: left;
	width: 325px;
	margin-right: 39px;
	margin-bottom: 50px;
}
.nei-pro-list:nth-child(5n){
	margin-right: 0px;
}
.nei-pro-list .imgimg{
	float: left;
	width: 325px;
	height: 325px;
	overflow: hidden;
}
.nei-pro-list .img{
	width: 325px;
	height: 325px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.nei-pro-list .img img{
	width: auto;
	height: auto;
	transition: .8s;
}
.nei-pro-list .imgimg:hover img{
	transform: scale(1.06);
}
.nei-pro-list .title {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #2b2b2b;
    font-family: "franklin gothic heavy";
    text-align: center;
    margin-top: 18px;
    margin-bottom: 2px;
    transition: .2s;
}
.nei-pro-list .title:hover{
	color: #c9252c;
}
.nei-pro-list .sub-title {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #6c6c6c;
    text-align: center;
}
.nei-pro-list .price {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #c9252c;
    text-align: center;
    margin-top: 4px;
}
.load-more{
	float: left;
	width: 100%;
}
.load-more a{
	display: block;
	width: 154px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
	background-color: #cc3138;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	transition: .2s;
}
.load-more a:hover{
	background-color: #ad3238;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}
.nei-about-us-head{
	float: left;
	width: 100%;
	padding: 0px 0 100px 0;
	
}
.about-sub-title{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #2b2b2b;
	text-align: justify;
	line-height: 25px;
	text-align: center;
	margin-top: 40px;
}
.nei-room-show{
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.nei-room-show-t{
	display: flex;
	flex-flow: row wrap;
	text-align: center;
	margin: 0;
}
.left-about-pic{
	display: flex;
	width: 50%;
	margin: 0;
	position: relative;
}
.right-about-showroom{
	display: flex;
	width: 50%;
	position: relative;
	background-color: #f9f9f9;
}
.right-about-showroom-table{
	display: table;
	width: 100%;
	height: 100%;
}
.right-about-showroom-table-cell{
	display: table-cell;
    vertical-align: middle;
}
.show-a{
	display: inline-block;
    padding: 27px 36px;
    font-size: 32px;
    color: #2b2b2b;
    border: solid 1px #2b2b2b;
    font-family: "calisto mt";
    font-weight: bold;
    text-transform: uppercase;
    transition: .2s;
}
.show-a:hover{
	color: #fff;
	background-color: #2b2b2b;
}
.sub-brand{
	margin-top: 25px;
	font-size: 18px;
	color: #2b2b2b;
}
.air-wrap{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(43,43,43,.8);
	position: absolute;
	opacity: 0;
	transition: .2s;
}
.air{
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -87px;
	text-align: center;
}
.air .title{
	margin-top: 26px;
	font-size: 32px;
	color: #fff;
}
.left-about-pic:hover .air-wrap{
	opacity: 1;
}

.nr{ width:100%; text-align:left; line-height:30px; clear:both; padding-top:9px;}

.nr img{ max-width:100%; height:auto;}

.nr a{ color:#858585; text-decoration:none;}

.nr a:hover{ color:#858585; text-decoration:underline;}

.mod-pager-box
{
    clear:both;
    width:100%;
    text-align:center;
    font-size:12px;
    line-height:30px;
    font-family:微软雅黑,Microsoft YaHei;
    margin-bottom:19px;
    }
.mod-pager-box a
{
    text-align:center;
    line-height:30px;
    margin:0 5px;
    width:30px;
    height:30px;
    color:#fff;
    background-color:#cccccc;
    display:inline-block;
    border-radius:9px;
    cursor:pointer;
}
.mod-pager-box a:hover,.mod-pager-box .current
{
    text-align:center;
    margin:0 5px;
    width:30px;
    height:30px;
    line-height:30px; cursor:pointer;
    color:#fff;
    background-color:#03affd;
    display:inline-block;  border-radius:9px;
}
.mod-pager-box a.pages
{
    width:auto;
    padding:0 15px;  border-radius:9px;
    display:inline-block;
}

.mod-pager-box.s1 a[disabled='disabled'],mod-pager-box.s1 span[disabled='disabled']{ display:none;}