
/* CSS Document */
@font-face {
	font-family:'imp';
	src: url(../font/IMPACT.TTF);
}
html{font-size:20px;}
body{font-size:.8rem;color:#333333;font-family:'Microsoft YaHei',Simsun,Arial,Verdana,Sans-serif;}
html,body{margin:0px;padding:0px;width:100%;height:100%;}
html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;margin:0;padding:0; }
img{border:none;max-width:100%; display: inline-block; line-height: 0; font-size: 0; vertical-align:bottom; }
div,ul,li,dl,dt,dd,p,form{margin:0;padding:0;}
ul,li,dl,dt,dd{list-style:none;}
a{font-size:inherit;text-decoration:none;color:#333;}
a:hover,
a:focus{ text-decoration:none; 
	-webkit-transition: all 0.4s ease;
	-moz-transit
	ion: all 0.4s ease;
	-o-transition: all 0.4s ease;
	tranition: all 0.4s ease;
}
a:active{color:inherit; text-decoration:none;}
i,em{font-style:normal;}
select,input,textarea,button{font-family:inherit; font-size:inherit;}
table { border-spacing: 0; border-collapse: collapse; background-color: transparent; }
td, th { padding: 0; }
th { text-align: left; }
tr { vertical-align: middle; }

.clearfix:before,
.clearfix:after{display:table;content:" ";clear:both;}
.tbl-type{display:table;width:100%;table-layout:fixed}
.tbl-cell{display:table-cell; vertical-align: top; }
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}
.center{ text-align:center; }
.right{ text-align:right; }
.valign *{ display:inline-block; vertical-align:middle; }
.ellipsis{ display: block; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; }
.ellipsis2{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden;}
.ellipsis3{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden;}
.ellipsis4{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow:hidden;}
.shadow { box-shadow: 0 7px 30px rgba(103, 103, 103, .1); }
.shadow-s2 { box-shadow: 2px 7px 10px rgba(103, 103, 103, .3); }
.hide{ display: none; }
.btn { display: inline-block; padding: 10px 20px; border: 1px solid transparent; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; background-image: none; touch-action: manipulation; -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-default { color: #333333; background-color: #ffffff; width: auto; border-radius: 0; border:#dddddd 2px solid; line-height: normal; }
.btn-submit { color: #ffffff; background-color: #d81a1c; width: auto; border-radius: 0; border:0; line-height: normal; font-size: .9rem; padding: 10px 40px; }
.btn-reset { color: #333333; background-color: #dddddd; width: auto; border-radius: 0; border:0; line-height: normal; font-size: .9rem; padding: 10px 40px; }

.btn-view { color: #666666; background-color: transparent; border:#666666 1px solid; width: auto; border-radius: 30px; height: 30px; line-height: 30px; padding: 0 25px; }
.btn-view:hover{ background-color:#d81a1c; color: #ffffff; border:#d81a1c 1px solid; }
.btn-more.btn-submit{width: 160px; padding: 10px 0; text-align: center; }

.btn-submit{
	display: inline-block;
	/*margin-top: 30px;*/
	backface-visibility: hidden;
    background: transparent none repeat scroll 0 0;
    position: relative;
    transform: translateZ(0px);
    transition-duration: .3s;
    transition-property: color;
    -moz-transform: translateZ(0px);
    -moz-transition-duration: .3s;
    -moz-transition-property: color;
    -webkit-transform: translateZ(0px);
    -webkit-transition-duration: .3s;
    -webkit-transition-property: color;
    /*vertical-align: middle;*/
    background: #d81a1c;
}
.btn-box{padding: 30px 0;}
.btn-box .btn-submit{margin-right: 20px;}

.btn-submit:hover{color: #fff;}
.btn-submit:hover::before{transform:scaleY(1);-moz-transform:scaleY(1);-webkit-transform:scaleY(1);}

.btn-submit:before{
	background: #b60e12 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    padding: 1px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 50% 0;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    -moz-transform: scaleY(0);
    -moz-transform-origin: 50% 50% 0;
    -moz-transition-duration: .3s;
    -moz-transition-property: transform;
    -moz-transition-timing-function: ease-out;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 50% 50% 0;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    z-index: -1;
}
.btn-more{position: relative; z-index: 2; border: 1px solid #333; transition: 1s; color: #333; line-height: 40px; width: 120px; left: calc(50% - 60px); text-align: center; display: block; margin: 20px 0;}
.btn-more:hover{ background: #D81A1C; border:1px solid #D81A1C; color: #FFFFFF;}


.table { width: 100%; max-width: 100%; }
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td { border-top: 0; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { padding: 5px; word-break:break-all; }

.form-control{ display: inline-block; width: 100%; padding: 10px 20px; background-color: #fff; background-image: none; border: 1px solid #dddddd; border-radius:0; border-radius: 0; }
.form-control[type="radio"] + label::before { content: "\a0"; /*不换行空格*/ display: inline-block; vertical-align: middle; width: 15px; height: 15px; margin-right: .4em; border-radius: 50%; border: 4px solid #dddddd; text-indent: .15em; line-height: 1; background-color: #ffffff; margin-top: 10px; margin-bottom: 10px; }
.form-control[type="radio"]:checked + label::before { width: 15px; height: 15px; border: 4px solid #dddddd; background-color:#d81a1c; }
.form-control[type="radio"] { width: 0; height: 0; margin:0; padding: 0; position: absolute; clip: rect(0, 0, 0, 0); }
.form-control[type="checkbox"] { width: 18px; height: 18px; display: inline-block; vertical-align: middle; }

.red{ color: #d81a1c; }

body{ background-color: #ffffff; }
.wrap{ width:1280px; margin:auto; padding:0; position: relative; }
.iconfont{ font-size: .7rem; }
.wp{ padding: 15px; }
.wp-h{ padding-left: 15px; padding-left: 15px; }
.wp-v{ padding-top: 15px; padding-bottom: 15px; }
.bg-white{ background-color: #ffffff; }
.bg-gray{ background-color: #f3f3f3 }
/*.bg-about{ background: url(
 * /about-bg.jpg) top center no-repeat; }*/
.bg-ea{background: #eaeaea;}

.p-top-xs{ padding-top: 15px; }
.p-top-s{ padding-top: 30px; }
.p-top-m{ padding-top: 50px; }
.p-top-l{ padding-top: 80px; }

.p-bot-xs{ padding-bottom: 15px; }
.p-bot-s{ padding-bottom: 30px; }
.p-bot-m{ padding-bottom: 50px; }
.p-bot-l{ padding-bottom: 80px; }

.m-top-xs{ margin-top: 15px; }
.m-top-s{ margin-top: 30px; }
.m-top-m{ margin-top: 50px; }
.m-top-l{ margin-top: 80px; }

.m-bot-xs{ margin-bottom: 15px; }
.m-bot-s{ margin-bottom: 30px; }
.m-bot-m{ margin-bottom: 50px; }
.m-bot-l{ margin-bottom: 80px; }

/*header*/
.header .header-top{background: #efecec;}
.header .header-wecom,
.header .header-tel{line-height: 32px; font-size: 14px; color: #666;}
.header .header-wecom{float: left;}
.header .header-tel{float: right;position: relative;} 
.header .header-tel:before{content: ''; position: absolute; left: -40px; top: 2px; width: 28px; height: 28px; background: url(../image/icon-dianhua.png) no-repeat center; background-size:cover;}
.header .logo{ float: left; width:19%; padding: 4px 0;}

.nav-shadow{position: relative; z-index: 3; transition: .5s;}
.nav{ width: auto; }
.nav ul li{ float: left; display:block; position: relative; width: calc(100% / 9 - 20px); margin: 0 10px;}
.nav ul li .tit{ display: block; position: relative; text-align: center; font-size: 16px; height:60px; line-height: 60px; display: block; margin: 0 5px; position: relative; color:#333333; }
.nav ul li .tit:before{ content: ''; position: absolute; background: url(../image/icon-nav-bg.png) no-repeat center; width: 32px; height: 26px; line-height: 60px; top: 17px; left: -32px;}
.nav ul li:first-child .tit:before{background: none;}
.nav ul li:hover .tit,
.nav ul li.on .tit{  color: #d81a1c; }

.nav ul li .child{ background-color: #d81a1c; border-top: 1px solid #ad0709; display: none; position: absolute; top: 60px; left: calc(50% - 67px); width:134px;  z-index: 99 !important; text-align: center; }
.nav ul li:hover .child{ display: block; padding: 10px 0; }
.nav ul li .child a{ display: block; line-height: 2; font-size: .8rem; color: #fff; padding: 0 15px;border-bottom: 1px solid #ad0709;}
.nav ul li .child a:hover{color:#FA9E32;}

.menu-button{ display:none; position:absolute; top: -40px; right:15px; z-index:999; padding: 5px 0; border-radius: 5px; }
.menu-button button{ display:block; background:none; overflow:hidden; cursor:pointer; z-index:1000; border:0; width:40px; height:30px; padding:0; outline:0; position:relative; -webkit-appearance: none;
	-webkit-transition:.3s all;
	transition:.3s all;
}
.menu-button button::before,
.menu-button button::after,
.menu-button button span{ background:#414141; border-radius:3px; }
.menu-button button::before,
.menu-button button::after{ content:''; position:absolute; height:3px; width:100%; left:0; top:50%;
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-transition:-webkit-transform .25s;
	transition:transform .25s;
}
.menu-button button span{ display:block; position:absolute; height:3px; width:80%; left:0; top:50%; margin-top:0; overflow:hidden; text-indent:200%;
	-webkit-transition:opacity .25s;
	transition:opacity .25s;
}
.menu-button button::before{ -webkit-transform:translate3d(0,-12px,0); transform:translate3d(0,-12px,0); }
.menu-button button::after{ -webkit-transform:translate3d(0,12px,0); transform:translate3d(0,12px,0); width:93%; }
.menu-button.open button span{ opacity:0; background:#fff; }
.menu-button.open button::before{ -webkit-transform:rotate3d(0,0,1,45deg); transform:rotate3d(0,0,1,45deg); background:#fff; }
.menu-button.open button::after{ -webkit-transform:rotate3d(0,0,1,-45deg); transform:rotate3d(0,0,1,-45deg); background:#fff; width:100%; }

.banner-box{ position: relative;}
.banner-box .swiper-container-horizontal>.swiper-pagination-bullets,
.banner-box .swiper-pagination-custom,
.banner-box .swiper-pagination-fraction { bottom: 20px; }
.banner-box .swiper-pagination{ z-index: 999; }
.banner-box .swiper-pagination-bullet{ width:36px; height:6px; background-color:#626262; border-radius: 0; opacity: 1; }
.banner-box .swiper-pagination-bullet-active { background: #3d9cf4;  }
.banner-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }
.banner-box .swiper-container{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
  }
  
.banner-box .swiper-button-prev{left: 12%; top: 45%; background: url(../image/icon-xiangyou.png) no-repeat center; }
.banner-box .swiper-button-next{right: 12%; top: 45%; background: url(../image/icon-xiangzuo.png) no-repeat center; }
.banner-box .swiper-button-prev:after{content: ''; position: absolute; top: calc(-50% - 10px); left: -50%; width: 50px; height:100px;background: rgba(0,0,0,.2);}
.banner-box .swiper-button-next:after{content: ''; position: absolute; top: calc(-50% - 10px); left: -50%; width: 50px; height:100px;background: rgba(0,0,0,.2);}

.nbanner-box{ position: relative; overflow: hidden; background: url(../image/banner1.jpg) no-repeat top; background-attachment: fixed;}
.nbanner-box .box{ position:absolute; left:50%; margin-left:-960px; width:1920px;}

.ban-ins{position: relative;}
.ban-ins .ban-text{ color: #fff; text-align: center; position: absolute; top: 25% ; width: 100%;}
.ban-ins .ban-text p{font-size: 32px;}
.ban-ins .ban-text span{display: block; font-size: 18px; margin-top: 8px;}

.banner-box{position: relative;}
.banner-box .banner-m2{display: none;}

/*中等屏幕   w<1200*/
@media screen and (max-width: 1200px) {
	.wrap{ width:1000px; }
	.nav ul li .tit{ padding: 0 8px; }
	.banner-box .swiper-button-next:after,
	.banner-box .swiper-button-prev:after{
		content: '';
	    position: absolute;
	    width: 60px;
	    height: 70px;
	    background: rgba(0,0,0,.2);
	    margin-top: 25px;
	    top: -48px;
	    left: -22px;
	}
	.banner-box .swiper-button-next, .swiper-button-prev{top: 45%;width: 16px !important; height: 30px;}
}

/*pad: w< 992*/
@media screen and (max-width: 992px) {
	.wrap{ width:100%; padding-left:15px; padding-right: 15px; }
	
	.header .nav{ display: none; }
	.header .head-tel-box,
	.header .head-sousuo-box{display: none;}
	.menu-button{ display:block; }
	
	.smart-nav { display: block; }
	.smart-nav { position: fixed; width: 70%; z-index: 998; left: auto; right:-70%; top: 0; bottom: 0; background: rgba(216,26,28, 0.9); padding-top: 88px; overflow: hidden;
		-webkit-transition: .3s all;
		transition: .3s all;
	}
	.smart-nav.open { right: 0; }
	.smart-nav ul{ display: block; width: 100%; height: 100%; border-top: 1px solid rgba(2, 111, 169, .5); overflow-y: auto; }
	.smart-nav ul li { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .5); cursor: pointer; }
	.smart-nav ul li .tit{ font-size: 1rem; text-indent: 1em; display: block; padding: 20px 0; color: #ffffff; }
	.smart-nav ul li .tit.ignore{ background:none; }
	.smart-nav ul li .child { border-top: 1px solid rgba(206,206,206,0.5); display: none; }
	.smart-nav ul li .child a{ display: block; padding: 5px 0; font-size: .9rem; line-height: 2; color: #eeeeee; text-indent: 2em; }
	.smart-nav ul li .child a:first-child{ padding-top: 10px; }
	.smart-nav ul li .child a:last-child{ padding-bottom: 10px; }
	.smart-nav ul li .tit:hover,
	.smart-nav ul li .child a:hover{ background-color: #ffffff; color:#c91f20; }
}
	
@media screen and (max-width:768px ) {
	.header .header-top{display: none;}
	.banner-box .banner-m1{display: none;}
	.banner-box .banner-m2{display: block;}

}
@media screen and (max-width:640px ) {
	.smart-nav {width: 100%;}
	.smart-nav ul li .tit{text-align: center;}
	
}
@media screen and (max-width:440px ) {
	.header .logo{width: 24%;}
	
}

@media screen and (max-width:375px ) {
	.header .logo{width: 28%;}
	
}

/*header*/

/*内容*/
.inx-con{padding:40px 0 ;}
/*内容*/

/*一列*/
.list-l1 ul li{float: left; width:100%; margin:20px;}

/*一列*/

/*两列*/
.list-l2 ul li{float: left; width:calc(50% - 20px); margin-top: 10px; margin-bottom: 10px;}
.list-l2 ul li:first-child{margin-right: 20px;}
.list-l2 ul li:nth-child(2n){margin-left: 20px;}
.list-l2 ul li:nth-child(3n){margin-right: 20px;}
@media screen and (max-width:640px ) {
	.list-l2 ul li{float: none; width:100%; margin: 20px 0; }
}
/*两列*/



/*三列*/
.list-l3 ul li{float: left; width:calc(100% / 3 - 40px); margin: 0 20px;}

@media screen and (max-width:640px ) {
	.tit-box1 .tit-en{font-size: 34px;}
	.list-l3 ul li{float: none; width:100%; margin: 20px 0; }
}
/*三列*/


/*四列*/
.list-l4 ul li{float: left; width:calc(100% / 4 - 40px); margin: 0 20px;}

@media screen and (max-width:640px ) {
	.list-l4 ul li{width:calc(50% - 20px); margin: 20px 10px; }
}

@media screen and (max-width:414px ) {
	.list-l4 ul li{width: 100%; margin: 20px 0; }
}
/*四列*/


/*六列*/
.list-l6 ul li{float: left; width:calc(100% / 6 - 20px); margin: 10px;}
@media screen and (max-width:992px ) {
	.list-l6 ul li{ width:calc(100% / 4 - 20px); margin: 10px; }
}

@media screen and (max-width:640px ) {
	.list-l6 ul li{ width:calc(50% - 20px); margin: 10px; }
}
/*六列*/

/*分页 开始*/
.pager{ text-align:center; margin-top:50px; }
.pager a,.pager strong{ display: inline-block; border:1px solid #d81a1c; padding:5px 10px; margin:0 4px; }
.pager a:hover,.pager strong{ background:#d81a1c; color:#fff; }
/*分页 结束*/

/*首页顶部*/
.head-center-sha{box-shadow: 0px 4px 4px rgba(180,180,180,.3); padding: 5px 0;}
.head-top{background: #f5f5f5; border-bottom:1px solid #e7e7e7; padding: 6px 0;}
.head-top .head-top-lef{display: block; font-size: 15px; color: #999;}
.head-top .head-top-rig ul li{float: left; padding: 0 15px; border-right: 1px solid #666;}
.head-top .head-top-rig ul li:last-child{border: 0;}
.head-top .head-top-rig ul li a{font-size: 15px; color: #999;}
@media screen and (max-width:768px ) {
	.head-top{display: none;}
}

@media screen and (max-width:640px ) {
	.head-center-sha{height: 50px;}
	.menu-button{top: -45px;}
	.header .logo{width: 30%;}
}

@media screen and (max-width:414px ) {
	.header .logo{width: 42%;}
}
@media screen and (max-width:375px ) {
	.header .logo{width: 45%;}
}
@media screen and (max-width:320px ) {
	.header .logo{width: 55%;}
}
/*首页顶部*/

/*首页中部*/
.head-center{display: -webkit-flex;display: flex; align-items: center; justify-content: space-between;-webkit-justify-content: space-between;}
.head-center .head-tel-box .head-dianhua{display: inline-block; float: left; width: 40px; height: 40px; background: url(../image/icon-dianhua.png) no-repeat center; margin-right: 10px;}
.head-center .head-tel-box .head-tel-txt{float: left; font-size: 14px; text-align: center; color: #646263;}
.head-center .head-tel-box .head-tel-txt span{font-size: 24px; color: #010101; font-family: "黑体";}
.head-center .head-sousuo-box{position: relative;}
.head-center .head-sousuo-box input{float: left; line-height: 40px; width: 300px; border:1px solid #e7e7e7; border-radius: 80px; padding-left: 10px; padding-right: 90px;}
.head-center .head-sousuo-box input[type=text]:focus {
  border: 1px solid #D81A1C;
}
.head-center .head-sousuo-box button{float: left; background: #D81A1C; border: 0; border-radius: 80px; position: absolute; right: 0;}
.head-center .head-sousuo-box button i{width: 70px; display: block; border-radius: 80px; height: 42px; background: url(../image/icon-sousuo.png) no-repeat center;}
/*首页中部*/

/*滑动条*/
.jws-outside-bar {
	width: 100%;
	height: 14px;
	background-color: #fff;
	border-radius: 20px;
}

.jws-inside-bar {
	width: 0;
	height: 100%;
	border-radius: 20px;
	background-color: #d81a1c;
}

.jws-handle {
	height: 25px;
	width: 24px;
	margin-top: -19.5px;
	margin-left: -12px;
	display: block;
}

.jws-text {
	height: 30px;
	width: 80px;
	padding: 4px;
	color: #fff;
	font-family: "宋体";
	margin-top: 0;
	margin-left: -40px;
	font-size: 20px;
	text-align: center;
}
.swiper-slide-box{ position: absolute; bottom: 0; z-index: 2; left: calc(50% - 600px);}
.swiper-slide-box .slide-form{padding: 20px; background: rgba(0,0,0,.5); width: 80%; margin: 0 auto;}
.swiper-slide-box .slide-form .slide-form-lef{float: left;width: calc(55% - 20px); margin-right: 20px;}
.swiper-slide-box .slide-form .slide-form-lef .slide-text-box{margin-bottom: 20px;}
.swiper-slide-box .slide-form .slide-form-lef .slide-text-box .slide-form-text1{font-size: 26px;margin-right: 8px; color: #fff;}
.swiper-slide-box .slide-form .slide-form-lef .slide-text-box .slide-form-text2{font-size: 18px;padding-left: 8px; border-left: 2px solid #fff; color: #fff;}
.swiper-slide-box .slide-form .slide-form-rig{margin-top: 40px; float:right;width: calc(45% - 20px); margin-left: 20px;}
.swiper-slide-box .slide-form .slide-form-rig .slide-tel{border: 1px solid #e7e7e7; line-height: 36px; width: 60%; padding:0 10px; font-size: 15px;}
.swiper-slide-box .slide-form .slide-form-rig .input-submit{min-height: 40px; width: 35%; border: 0; text-align: center; color:#fff;padding: 0 30px; margin-left: 15px; background: url(../image/btn-bg1.jpg) no-repeat center; background-size: cover; }
.swiper-slide-box .slide-form .slide-box span{color: #FFFFFF; text-align: center;display: block; margin-top: 10px;}


@media screen and (max-width:1200px ) {
	.swiper-slide-box{left: calc(50% - 500px);}
	.swiper-slide-box .slide-form{width: 100%;}
}

@media screen and (max-width:1024px ) {
	.swiper-slide-box .slide-form{width: 90%;}
	.swiper-slide-box .slide-form .slide-form-lef{width: calc(50% - 20px);}
	.swiper-slide-box .slide-form .slide-form-rig{width: calc(50% - 20px);}
}

@media screen and (max-width:992px ) {
	.swiper-slide-box .slide-form{width: 100%;}
	.swiper-slide-box{left: calc(50% - 450px);}
	.swiper-slide-box .slide-form .slide-form-lef{width: calc(50% - 20px);}
	.swiper-slide-box .slide-form .slide-form-rig{width: calc(50% - 20px);}
}


@media screen and (max-width:768px ) {
	.swiper-slide-box{position: static; background: #fff; box-shadow: 0px 4px 4px rgba(180,180,180,.3);}
	.swiper-slide-box .slide-form .slide-form-lef,
	.swiper-slide-box .slide-form .slide-form-rig{width: 100%; text-align: center;}
	.swiper-slide-box .slide-form .slide-form-lef .slide-text-box{text-align: center;}
	.swiper-slide-box .slide-form .slide-form-lef .slide-text-box .slide-form-text1{color: #333;}
	.swiper-slide-box .slide-form .slide-form-lef .slide-text-box .slide-form-text2{color: #333; border-color: #333;}
	.swiper-slide-box .slide-form .slide-box span{color: #333;}
	.swiper-slide-box .slide-form{background: #fff;}
	.swiper-slide-box .slide-form .slide-form-rig{margin-top: 20px;}
}


@media screen and (max-width:640px ) {
	.swiper-slide-box .slide-form .slide-form-rig{margin-top: 20px;}
}

@media screen and (max-width:414px ) {
	.swiper-slide-box .slide-form .slide-form-rig{margin-top: 20px;}
	.swiper-slide-box .slide-form .slide-form-rig .slide-tel{width: 58%;}
}


@media screen and (max-width:320px ) {
	.swiper-slide-box .slide-form .slide-form-rig .slide-tel{width: 40%;}
}
/*滑动条*/


/*首页标题*/
.inx-anli{background: url(../image/bg-2.jpg) no-repeat top;}
.inx-anli .wrap{position: static !important;}

.inx-tit-box {
	text-align: center;
}

.inx-tit-box .inx-tit{
	font-size: 42px;
	color: #333;
}
.inx-tit-box .inx-tit span{
	font-size: 42px;
	color: #D81A1C;
}

.inx-tit-box .inx-sub-tit{margin-top: 10px;color: #666;}

@media screen and (max-width:640px ) {
	.inx-tit-box .inx-tit{font-size: 32px;}
	.inx-tit-box .inx-tit span{font-size: 32px;}
}

/*首页标题*/


/*内页标题*/
.con-anli{background: url(../image/bg-2.jpg) no-repeat top;}
.con-tit-box {
	text-align: center;
}
.con-tit-box .con-tit{
	font-size: 42px;
	color: #333;
}
.con-tit-box .con-tit span{
	font-size: 36px;
	color: #333;
}
.con-tit-box .con-tit.co-whit span{color: #fff;}
.con-tit-box .con-sub-tit{margin-top: 10px;color: #666;}
.con-tit-box .con-sub-tit.co-whit{color: #fff;}

@media screen and (max-width:640px ) {
	.con-tit-box .con-tit{font-size: 32px;}
	.con-tit-box .con-tit span{font-size: 32px;}
}

/*内页标题*/

/*内页导航*/

.con-nav-box{background: #fff;  box-shadow: 0px 4px 4px rgba(61,61,61,.1);}
.con-nav-box .swiper-slide a{display: block;width: 100%; line-height: 70px; position: relative; text-align: center; }
.con-nav-box .swiper-slide a:hover::before{ content: ''; position: absolute; width: 100%; height: 2px; background: #D81A1C; bottom: 0; left: 0;}
.con-nav-box .swiper-slide a:hover::after{content: ''; position: absolute; bottom: 0; left: calc(50% - 4px); border: 8px solid; border-color: transparent transparent #D81A1C transparent;}
.con-nav-box .swiper-slide a:hover{color: #D81A1C;}
.con-nav-box .swiper-slide a.on{color: #D81A1C;}
.con-nav-box .swiper-slide a.on::before{ content: ''; position: absolute; width: 100%; height: 2px; background: #D81A1C; bottom: 0; left: 0;}
.con-nav-box .swiper-slide a.on::after{content: ''; position: absolute; bottom: 0; left: calc(50% - 4px); border: 8px solid; border-color: transparent transparent #D81A1C transparent;}

.con-nav-box .con-nav{width: 75%; float: left;}
.con-nav-box .dizhi{float: right; line-height: 70px; position: relative;}
.con-nav-box .dizhi a{color: #D81A1C;}
.con-nav-box .dizhi:before{content: ''; position: absolute; width: 30px; height: 30px; background: url(../image/icon-dizhi.png) no-repeat center; left: -40px; top: 20px;}

@media screen and (max-width:1024px ) {
.con-nav-box .con-nav{width: 100%;}
	.con-nav-box .dizhi{display: none;}
}

/*内页导航*/

/*首页精品案例*/


.inx-pagin-box{padding-top: 20px; width: 25%; background: #fff; position: absolute; z-index: 2; top: 0; height: 100%;}
.inx-pagin-box .inx-pagin-tit{font-size: 26px; font-weight: 700; text-align: center; color: #d81a1c;}
.inx-pagin-box .inx-pagin-txt1{font-size: 16px;  color: #666; text-align: center;margin: 15px 0;}
.inx-pagin-box .inx-pagin-top{border: 4px solid #D81A1C; text-align: center; margin: 15px 30px; padding: 15px;}
.inx-pagin-box .btn-duihua{display: inline-block; padding: 10px 20px; color: #fff; background: #D81A1C;}
.inx-pagin-box .inx-pagin-subtit{text-align: center; margin-bottom: 40px; line-height: 28px; }

.inx-pagin-box .swiper-button-box .swiper-button-prev{
	width: 50% !important;
    background: #D81A1C;
    left: 0;
    top: auto;
    bottom: 0;
    transition: 0.4s;
}
.inx-pagin-box .swiper-button-box .swiper-button-prev:hover{background: #e64244;}

.inx-pagin-box .swiper-button-box .swiper-button-prev:after{
	content: '';
	background: url(../image/icon-xiangzuo2.png) no-repeat center;
	width: 50px;
	height: 100%;
	position: absolute;
	left: calc(50% - 25px);
}
.inx-pagin-box .swiper-button-box .swiper-button-next{
	width: 50% !important;
    background: #666666;
    right: 0;
    top: auto;
    bottom: 0;
    transition: 0.4s;
}

.inx-pagin-box .swiper-button-box .swiper-button-next:hover{background: #888;}

.inx-pagin-box .swiper-button-box .swiper-button-next:after{
	content: '';
	background: url(../image/icon-xiangyou2.png) no-repeat center;
	width: 50px;
	height: 100%;
	position: absolute;
	right: calc(50% - 25px);
}

.swiper-button-box .swiper-pagination-bullet{ font-size: 15px; width: calc(100% / 6 - 10px); margin: 5px; background: transparent; opacity: 1; color: #333;}
.swiper-button-box .swiper-pagination-bullet.swiper-pagination-bullet-active{font-weight: 700; color: #D81A1C;}




@media screen and (max-width:1600px ) {
	.inx-pagin-box .inx-pagin-top{margin: 5px 30px;}
	.inx-pagin-box .inx-pagin-subtit{margin-bottom: 0px;}
}

@media screen and (max-width:1440px ) {
	.inx-pagin-box{width: 32%;}
}

@media screen and (max-width:1280px ) {
	.swiper-button-box .swiper-pagination-bullet{width: calc(100% / 4 - 10px);}
	.inx-pagin-box .inx-pagin-subtit{margin-bottom: 20px;}
	.inx-pagin-box .inx-pagin-top{margin: 0 30px 5px;}
}

@media screen and (max-width:1024px ) {
	.inx-pagin-box .inx-pagin-subtit{margin-bottom: 20px;}
	
}
@media screen and (max-width:992px ) {
	.inx-pagin-box .inx-pagin-subtit{padding: 0 20px;}
}

@media screen and (max-width:768px ) {
	.inx-pagin-box{background: rgba(255,255,255,.8)}
	.inx-pagin-box .mswiper-pagination{display: none;}
	.inx-pagin-box .mswiper-pagination{display: none;}
	.inx-pagin-box .inx-pagin-top{margin: 0 15px 5px;}
	.inx-pagin-box .inx-pagin-tit{font-size: 18px;}
	.inx-pagin-box .inx-pagin-subtit{margin-top: 10px;}
}

@media screen and (max-width:640px ) {
	.inx-pagin-box .inx-pagin-tit{font-size: 20px;padding: 5px 0;} 
	.inx-pagin-box .inx-pagin-txt1{display: none;}
	.inx-pagin-box .inx-pagin-top{padding: 15px  5px;}
	.inx-pagin-box .btn-duihua{padding: 10px;}
}


@media screen and (max-width:414px ) {
	.inx-pagin-box .swiper-button-box .swiper-button-prev,
	.inx-pagin-box .swiper-button-box .swiper-button-next{height: 30px;}
	.inx-pagin-box .swiper-button-box .swiper-button-prev:after{
		content: '';
		left: calc(50% - 15px);
		width:30px;
		height: 100%;
		background-size:contain ;
	}
	
	.inx-pagin-box .swiper-button-box .swiper-button-next:after{
		content: '';
		right: calc(50% - 15px);
		width:30px;
		height: 100%;
		background-size:contain ;
	}
	.inx-pagin-box .inx-pagin-top{padding: 10px 5px;}
	.inx-pagin-box{padding-top: 10px;}
	
}
/*首页精品案例*/


/*首页设计师*/
.inx-des-cen-con.w640{display: none;}
.des-list ul li .img-box{position: relative; overflow: hidden;}
.des-list ul li .img-box img{width: 100%;}
.des-list ul li .des-txt-box{transition: 0.5s; padding-top: calc(50% - 24px); display: block; text-align: center; width: 100%; height: 100%; color: #fff; position: absolute; bottom: -100%; background: rgba(0,0,0,.5);}
.des-list ul li .des-txt-box i{display: block; transition: 0.4s; line-height: 24px;}
.des-list ul li .des-txt-box .des-intr{font-size: 14px;}
.des-list ul li:hover .des-txt-box{bottom: 0; }

.des-list.inx-des-cen ul li{float: left;}
.des-list.inx-des-cen ul li:first-child{width: calc(100% / 6 - 20px); margin: 10px;}
.des-list.inx-des-cen ul li:last-child{width: calc(100% / 6 - 20px); margin: 10px;}
.des-list.inx-des-cen .inx-des-cen-con{width: calc(100% / 1.5 - 20px); overflow: hidden; margin: 10px; }
.des-list.inx-des-cen .inx-des-cen-con .inx-des-cen-box{position: relative;}
.des-list.inx-des-cen .inx-des-cen-con .inx-des-cen-box .des-cen-txt{position: absolute; top: calc(50% - 40px); width: 100%;}
.des-list.inx-des-cen .inx-des-cen-con h2{color: #FFFFFF; line-height: 32px; font-size: 32px; text-align: center;}
.des-list.inx-des-cen .inx-des-cen-con .inx-des-cen-btn{display: block; line-height: 16px; margin: 20px auto; text-align: center; border: 1px solid #fff;padding: 10px 0; width:30%; color: #fff;}
.des-list.inx-des-cen .inx-des-cen-con .inx-des-cen-btn:hover{background: #fff; color: #D81A1C;}

@media screen and (max-width:992px ) {
	.des-list ul li{width: calc(100% / 3 - 20px);}
	.des-list.inx-des-cen ul li{width: calc(100% / 3 - 20px) !important; border: 1px solid;}
	.des-list.inx-des-cen .inx-des-cen-con .inx-des-cen-box .img-box{display: none;}
	.des-list.inx-des-cen .inx-des-cen-con{height: 328px; background: url(../image/des-m2.jpg) no-repeat center ; background-size: cover; }
	.des-list.inx-des-cen .inx-des-cen-con .inx-des-cen-box .des-cen-txt{top: 80px;}
	.des-list.inx-des-cen .inx-des-cen-con h2{font-size: 24px;}
	.des-list.inx-des-cen .inx-des-cen-con .inx-des-cen-btn{width: 60%;}
}

@media screen and (max-width:768px ) {
	.des-list.inx-des-cen .inx-des-cen-con{height: 246px;}
	.des-list.inx-des-cen .inx-des-cen-con h2{font-size: 20px}
	.des-list.inx-des-cen .inx-des-cen-con .inx-des-cen-btn{width: 80%;}
	
}

@media screen and (max-width:640px ) {
	.des-list ul li{width: calc(100% / 2 - 20px);}
	.des-list.inx-des-cen .inx-des-cen-con{display: none;}
	.des-list.inx-des-cen ul li{width: calc(100% / 2 - 20px) !important;}
	.inx-des-cen-con.w640{display: block; overflow: hidden;}
	.inx-des-cen-con.w640 .inx-des-cen-box{position: relative;}
	.inx-des-cen-con.w640 .des-cen-txt{position: absolute; top: 10%; width: 100%;}
	.inx-des-cen-con.w640 .des-cen-txt h2{color: #fff; line-height: 24px; text-align: center; font-size: 24px;}
	.inx-des-cen-con.w640 .des-cen-txt .inx-des-cen-btn{color: #fff; display: block; text-align: center; border: 1px solid #fff; padding: 10px; width: 50%; margin: 10px auto 0;}
}
/*首页设计师*/


/*首页楼盘*/
.inx-loupan{background: url(../image/loupan-m1.jpg) no-repeat top;}
.inx-loupan .inx-lp{width: calc(70% - 20px); margin-right: 20px;}
.inx-loupan .inx-zj{width: 30%;}

.inx-loupan.swiper-slide {
      background-size: cover;
      background-position: center;
    }
.inx-loupan .gallery-top {
      height: 80%;
      width: 100%;
    }
.inx-loupan .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 20px 0 0;
    }
.inx-loupan .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
.inx-loupan .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    
.inx-loupan .gallery-top{
      width: 100%;
      height: 420px;
      margin-left: auto;
      margin-right: auto;
}
.inx-loupan .gallery-top .swiper-slide{background-size:cover; position: relative; background-position: center;}
.inx-loupan .gallery-top .swiper-slide .swiper-slide-txt{position: absolute; bottom: 0; width: 100%; color: #fff; line-height: 32px; background: rgba(0,0,0,.5); padding: 0 10px;}

.inx-loupan .gallery-thumbs {
	width: 100%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}
.inx-loupan .gallery-thumbs .swiper-slide{background-size:cover; background-position: center;}


.inx-loupan .inx-zj-top{background: url(../image/lp-m3.png) no-repeat center; padding: 30px 20px; background-size: cover;}
.inx-loupan .inx-zj-top .inx-zj-txt{font-size: 32px; color: #FFFFFF; display: inline-block; line-height: 32px; }		
.inx-loupan .inx-zj-top a{margin-left: 20px; display: inline-block; color: #fff; border: 1px solid #fff; line-height: 32px;padding: 0 20px;}	

.inx-zj-subtop{background: #e6e6e6; padding: 10px 0; color: #333;}
.inx-zj-subtop h2{float: left; width: 32%; text-indent: 15px; font-size: 16px;}
.inx-zj-subtop span{float: left; width: 22%;}
.inx-zj-subtop em{float: left; width: 24%;}
.inx-zj .myscroll{background: #fff; }
.inx-zj .myscroll ul{padding: 10px 0;}
.inx-zj .myscroll ul li h2{float: left; width: 32%; text-indent: 15px;}
.inx-zj .myscroll ul li span{float: left; width: 22%;}
.inx-zj .myscroll ul li em{float: left; width: calc(24% - 10px); background: url(../image/icon-xiangyou3.png) no-repeat center right; margin-right: 10px; }

.inx-loupan .myscroll {
	width: 100%;
	height: 355px;
	line-height: 44px;
	font-size: 16px;
	overflow: hidden;
	color: #666;
}
			
.inx-loupan .myscroll li {
	height: 44px;
}
			
.inx-loupan .myscroll a {
	color: #333;
	text-decoration: none;
}
			
.inx-loupan .myscroll a:hover {
	color: #ED5565;
	text-decoration: underline;
}

.inx-zj-bottom{background: #1f1f1f; text-align: center; padding: 10px 0; line-height: 24px; color: #fff;}
.inx-zj-bottom i{display: inline-block; vertical-align: middle; line-height: 24px; width: 18px; height: 24px; background: url(../image/icon-zhi.png) no-repeat center;}



@media screen and (max-width:992px ) {
	.inx-loupan .myscroll{height: 328px;}
	
}

@media screen and (max-width:768px ) {
	.inx-loupan .inx-lp{width: 100%; margin: 20px 0;}
	.inx-loupan .inx-zj{width: 100%;}
	.inx-loupan{background-repeat: repeat-y ;}
}

/*首页楼盘*/

/*首页vr展示*/
.inx-vr{background: url(../image/vr-m3.jpg) no-repeat;}

.inx-vr-box .vr-box-lef{ float: left; width: calc(55% - 10px); margin-right: 10px;}
.inx-vr-box .vr-box-rig{ float: left; width: calc(45% - 10px) ; margin-left: 10px;}
.inx-vr-box .vr-box-lef a,
.inx-vr-box .vr-box-rig a{display: block;}
.inx-vr-box .vr-box-lef .vr-box{overflow: hidden;}
.inx-vr-box .vr-box-lef .vr-box img{transition: 1s;}
.inx-vr-box .vr-box-lef a:hover .vr-box img{ transform: scale(1.05);}

.inx-vr-box .vr-box-rig .vr-box{overflow: hidden;}
.inx-vr-box .vr-box-rig .vr-box img{transition: 1s;}
.inx-vr-box .vr-box-rig a:hover .vr-box img{ transform: scale(1.05);}

.inx-vr-box .vr-combox{position: relative;}
.inx-vr-box .vr-combox .vr-box img{width: 100%;}
.inx-vr-box .vr-tit{position: absolute; bottom: 0; padding: 10px; background: rgba(0,0,0,.5); text-align: center; color: #fff; width: 100%;}
.inx-vr-box .vr-sub-tit{position: absolute; border-radius: 50px; top: 20px; right: 20px; line-height: 24px; padding: 8px 20px; background: rgba(0,0,0,.4); color: #fff;}
.inx-vr-box .vr-sub-tit i{width: 8px; height: 8px; border-radius:10px ; line-height: 24px; background: #D81A1C; display: inline-block; margin-right: 5px;}
.inx-vr-box .vr-box-rig1{margin-bottom: 20px;}

@media screen and (max-width:768px ) {
	.inx-vr{background-repeat: repeat-y;}
}
/*首页vr展示*/

/*在线留言*/
.inx-liuyan .img-box{float: left;margin-right: 30px; width: calc(70% - 30px);}
.inx-liuyan .message-text{float: left;}

.inx-liuyan .inp-box{float: left; width: 30%;}
.input-group{display: flex; margin-bottom: 15px; align-items: center; justify-content: center;}
.input-group label{ font-size: 14px; color: #666;  width: 50px; text-align: right;}
.input-group input{ width: 100%; padding: 10px; font-size: 16px; border: 1px solid #ddd; border-radius: 4px ;}
.input-group textarea{ width: 100%; padding: 5px 0; font-size: 16px; border: 1px solid #ddd; border-radius: 4px ;}
.input-group.baseline{align-items: baseline;}
.ind-btn-subm{ width: 100%; float: right; border-radius: 4px;}
.inx-liuyan .inp-box-tit {font-size: 32px;position: relative; text-align: center; font-weight: 700; padding-bottom: 10px; margin-bottom: 15px; text-transform: uppercase;}
.inx-liuyan .inp-box-tit:after{content: ''; position: absolute;width: 60px; height: 2px; left: calc(50% - 30px); background: #333; bottom: 0;}

@media screen and (max-width:1200px ) {
	.inx-liuyan .inp-box-tit {font-size: 24px;}
	.input-group{margin-bottom: 10px;}
	.inx-liuyan .inp-box-tit{margin-bottom: 10px;}
}

@media screen and (max-width:768px ) {
	.inx-vr-box .vr-box-lef{width: 100%; margin: 10px 0;}
	.inx-vr-box .vr-box-rig{width: 100%; margin: 10px 0;}
	.inx-liuyan .img-box{width: 100%; margin: 10px 0;}
	.inx-liuyan .inp-box{width: 100%;}
}

/*在线留言*/

/*首页其他*/
.inx-qita .list-l3 ul {margin-left: -10px ;}
.inx-qita .list-l3 ul li{width: calc(100% / 3 - 17px); margin: 0 10px;}
.inx-qita .list-l3 ul li a{display: block; padding: 50px 0;}
.inx-qita .list-l3 ul li:nth-child(1) a{background: url(../image/qita-m1.jpg) no-repeat center; background-size: cover;}
.inx-qita .list-l3 ul li:nth-child(2) a{background: url(../image/qita-m2.jpg) no-repeat center; background-size: cover;}
.inx-qita .list-l3 ul li:nth-child(3) a{background: url(../image/qita-m3.jpg) no-repeat center; background-size: cover;}
.inx-qita .list-l3 ul li i{width: 80px; height: 80px; display: block; background-size: contain; margin: 0 auto 10px; }
.inx-qita .list-l3 ul li .icon-dongtai{background: url(../image/icon-gongsi.png) no-repeat center; background-size: contain;}
.inx-qita .list-l3 ul li .icon-koubei{background: url(../image/icon-rongyu.png) no-repeat center; background-size: contain;}
.inx-qita .list-l3 ul li .icon-baike{background: url(../image/icon-baike.png) no-repeat center; background-size: contain; }
.inx-qita .list-l3 ul li p{text-align: center; font-size: 18px; font-weight: 700; color: #fff;}
.inx-qita .list-l3 ul li:last-child{margin-right: 0;}
.inx-qita .list-l3 ul li i{transform-style: preserve-3d;transition:1s all;}
.inx-qita .list-l3 ul li:hover i{transform: rotateY(0.5turn);}
@media screen and (max-width:640px ) {
	.inx-qita .list-l3 ul li{width: 100%; margin: 10px 0;}
}

/*首页其他*/

/*首页合作*/
.inx-hezuo ul li {margin-top:10px ; margin-bottom: 10px;}
.inx-hezuo ul li .inx-hezuo-box{position: relative; overflow: hidden; border: 1px solid #e7e7e7; box-sizing: border-box; text-align: center;}
.inx-hezuo ul li .hezuo-name{position: absolute; color: #fff; line-height:100% ; height: 100%; width: 100%; text-align: center; background: rgba(0,0,0,.5); top:100%; padding-top: calc(14% - 12px); transition: 1s;}
.inx-hezuo ul li:hover .hezuo-name{top: 0;}

/*首页合作*/


/*底部*/
.footer{position: relative; background: #222; padding: 50px 0 0;}
.footer .foot-logo{float: left; width: 200px; position: absolute; top: -17px;}

.footer .foot-nav{width:25%; float: left;}
.footer .foot-contact{width: 40%;float: left;}
.footer .foot-qr{width: 25%;float: left;}

.footer .foot-nav .botnav dl dt{color: #fff; font-size: 18px; margin-bottom: 15px;}
.footer .foot-nav .botnav dl dd a{color: #bababa; font-size: 15px; line-height: 32px;}
.footer .foot-nav .botnav dl dd{width: 50%; float: left;}

.footer .foot-contact{padding-left:30px; border-left: 1px solid #3b3b3b; border-right: 1px solid #3b3b3b;}
.footer .foot-contact dl dt{color: #fff; font-size: 18px; margin-bottom: 15px;}
.footer .foot-contact dl dd{color: #bababa; line-height: 32px;}

.footer .foot-qr .img-box{text-align: center; margin-bottom: 20px;}
.footer .foot-qr .qr-box{margin-bottom: 10px;}
.footer .foot-qr .qr-box .qr-img1{float: left; width: 50%; text-align: center;}
.footer .foot-qr .qr-box .qr-img2{float: left; width: 50%; text-align: center;}
.footer .foot-qr .qr-box p{color: #fff; text-align: center; font-size: 14px; margin: 10px 0 0; }

.footer .foot-qr .oth-box .qq-box{ display: block; float: left; width: 50%; text-align: center; position: relative;}
.footer .foot-qr .oth-box .xinxi-box{ display: block; float: left; width: 50%; text-align: center; position: relative;}
.footer .foot-qr .oth-box .qq-box span{display: block; margin: 0 auto; width: 50px; height: 50px; background: url(../image/foot-m1.png) no-repeat center; background-size:contain;}
.footer .foot-qr .oth-box .qq-box i{display: none; position: absolute; top:-140%; left: calc(50% - 31px); width: 63px; height: 71px; background: url(../image/foot-m3.png) no-repeat center; background-size:cover;}
.footer .foot-qr .oth-box .xinxi-box span{display: block; margin: 0 auto; width: 50px; height: 50px; background: url(../image/foot-m2.png) no-repeat center; background-size:contain;}
.footer .foot-qr .oth-box .xinxi-box i{display: none; position: absolute; top:-140%; left: calc(50% - 31px); width: 63px; height: 71px; background: url(../image/foot-m3.png) no-repeat center; background-size:cover;}
.footer .foot-qr .oth-box .qq-box:hover i{display: block; }
.footer .foot-qr .oth-box .xinxi-box:hover i{display: block;}

.footer .copyright{ background: #0c0e10; margin-top: 30px; padding: 10px 0;}
.footer .copyright .copy-fl{float: left;color: #666; font-size: 15px;}
.footer .copyright .copy-fl span{display: block; line-height: 32px;}
.footer .copyright .copy-fl span a{color: #999;}

.footer .copyright .foot-link-box select{padding:5px 15px; margin-top: 15px; font-size: 14px;}
.footer .copyright .foot-link-box option{font-size: 14px;}
@media screen and (max-width:1200px ) {
	.footer .foot-logo{display: none;}
	.footer .tbl-type{width: 100%;}
}
@media screen and (max-width:768px ) {
	.footer .tbl-type .foot-nav{display: none;}
	.footer .tbl-type .foot-contact{width: 100%;display: block;text-align: center;}
	.footer .foot-nav{display: none;}
	.footer .foot-contact{width: 50%; border-left: 0;}
	.footer .foot-qr{width: 50%;}
}
@media screen and (max-width:640px ) {
	.footer .foot-contact{width: 100%; border: 0;}
	.footer .foot-qr{width: 100%; margin-top: 30px;}
}



/*底部*/


/*六列*/
.list-s6{}

/*六列*/

/*大宅设计 开始*/
.dz-lianxi{background: url(../image/dz-bg1.png) no-repeat center;}
.dz-lianxi .dz-lianxi-dianhua{position: relative; float: left; width: 270px; padding-top: 60px;}
.dz-lianxi .dz-lianxi-box{ float: right;padding: 60px 0;}

.dz-lianxi .dz-lianxi-dianhua .tel{
	position: absolute;
    right: 40px;
    bottom: -4px;
    font-size: 16px;
    font-weight: normal;
    color: #cc2626;}
    
.dz-lianxi .form-control {display: inline-block;
    float: left;
    width: 280px;
    height: 50px;
    padding: 0 10px;
    margin-right: 30px;
    border: 1px solid #e5e5e5;
    background-color: #fff;}
.dz-lianxi .btn {
    float: left;
    width: 160px;
    height: 50px;
    border: none;
    background: linear-gradient(45deg, #fc397e, #fb4771);
    text-align: center;
    font-size: 20px;
    color: #fff;
}


@media screen and (max-width:1200px ) {
	.dz-lianxi .form-control{width: 250px;}
}

@media screen and (max-width:992px ) {
	.dz-lianxi .form-control{width: 240px;}
	.dz-lianxi .btn {width: 140px;}
}

@media screen and (max-width:768px ) {
	.dz-lianxi .dz-lianxi-dianhua{left: calc(50% - 135px); padding-top:20px; float: none;}
	.dz-lianxi .dz-lianxi-box{float: none; padding: 30px 20px;}
}

@media screen and (max-width:640px ) {
	.dz-lianxi .dz-lianxi-box{float: none; padding: 30px 0;}
	.dz-lianxi .form-control {width:100%; margin-bottom: 20px; float: none;}
	.dz-lianxi .btn{width: 100%; float: none;}
}

/*大宅生态*/

.dz-shengtai{background: url(../image/dz-bg2.png) center; background-repeat:repeat-y ;}

.dz-shengtai .dz-shengtai-box{
	position: relative;
	height: 450px;
}

.dz-shengtai .dz-shengtai-box .center-img {
	display: block;
	position: relative;
	left: 50%;
	top: 85px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.dz-shengtai .dz-shengtai-box .list-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	height: 450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.dz-shengtai .dz-shengtai-box .list-block .item img {
	float: left;
	margin-right: 18px
}

.dz-shengtai .dz-shengtai-box .list-block .item dl {
	overflow: hidden;
	padding-top: 10px
}

.dz-shengtai .dz-shengtai-box .list-block .item dl dt {
	font-size: 25px
}

.dz-shengtai .dz-shengtai-box .list-block .item dl dd {
	font-size: 12px
}

.dz-shengtai .dz-shengtai-box .list-block-right {
	left: auto;
	right: 0
}

.dz-shengtai .dz-shengtai-box .list-block-right .item dl {
	text-align: right
}

.dz-shengtai .dz-shengtai-box .list-block-right .item img {
	float: right;
	margin-left: 18px
}

@media screen and (max-width:1200px ) {
	.dz-shengtai .dz-shengtai-box .center-img{width: 37%;}
}

@media screen and (max-width:768px ) {
	.dz-shengtai .dz-shengtai-box .center-img {display:none;}
	.dz-shengtai .dz-shengtai-box{height: auto;}
	.dz-shengtai .dz-shengtai-box .list-block{position: static; width: 100%;}
	.dz-shengtai .dz-shengtai-box .list-block-right{margin-top: 30px;}
	.dz-shengtai .dz-shengtai-box .list-block-right .item img{float: left; margin-left: 0;}
	.dz-shengtai .dz-shengtai-box .list-block-right .item dl{text-align: left;}
	
}

/*大宅生态*/

/*大宅境界*/

.dz-jingjie{background: url(../image/dz-bg3.png) center; background-repeat:repeat-y ;}

/*大宅境界*/

/*大宅奢华*/
.dz-shehua-box .list-s6 {}
.dz-shehua-box ul li{float: left; width: calc(100% / 6 - 10px); margin: 5px; box-sizing: border-box;}
.dz-shehua-box ul li p{line-height: 48px;text-align: center; font-size: 20px; background: #cd9b50; font-family: "宋体"; color: #fff;}
.dz-shehua-box ul li:hover{box-shadow:  0px 4px 4px rgba(180,180,180,.6);}
.dz-shehua-box ul li .img-box img{width: 100%;}
.dz-shehua-box ul li:nth-child(2n){margin-top: 50px;}

@media screen and (max-width:992px ) {
	.dz-shehua-box ul li p{font-size: 16px;}
	
}

@media screen and (max-width:768px ) {
	.dz-shehua-box ul li{width: calc(100% / 3 - 10px); margin-bottom: 20px;}
	.dz-shehua-box ul li:nth-child(2n){margin-top: 5px;}
	
}
@media screen and (max-width:640px ) {
	.dz-shehua-box ul li{width: calc(50% - 10px); margin-bottom: 20px;}
	
}


/*大宅奢华*/

/*大宅把控*/
.dz-bakong{background: url(../image/dz-bg4.png) center; background-repeat:repeat-y ;}
.dz-bakong-bg{background: url(../image/dz-bg5.png) center no-repeat; }
.dz-bakong-box ul li{float: left; position: relative; width: calc(100% / 9 - 40px); margin: 20px;  padding: 0px 0 50px;}
.dz-bakong-box ul li .num{margin: 0 auto; position: relative;background: #000000; border: 1px solid #ba9766; width: 80px; height: 80px; border-radius: 80px; text-align: center; line-height:80px; font-size: 44px; font-weight: 700; color: #fff; font-family: "黑体";}
.dz-bakong-box ul li .num:before{content: ''; position: absolute; width: 6px; height: 6px; border-radius: 6px; background: #fff; top:-4px; left: calc(50% - 3px);}
.dz-bakong-box ul li:nth-child(2n) .num:before{content: ''; position: absolute; width: 6px; height: 6px; border-radius: 6px; background: #fff; top: auto; bottom:-4px; left: calc(50% - 3px);}
/*.dz-bakong-box ul li:nth-child(2n){padding-top: 60px;}*/
.dz-bakong-box ul li:nth-child(1){margin-top: 0px;}
.dz-bakong-box ul li:nth-child(2){margin-top: 70px;}
.dz-bakong-box ul li:nth-child(3){margin-top: 40px;}
.dz-bakong-box ul li:nth-child(4){margin-top: 110px;}
.dz-bakong-box ul li:nth-child(5){margin-top: 70px;}
.dz-bakong-box ul li:nth-child(6){margin-top: 130px;}
.dz-bakong-box ul li:nth-child(7){margin-top: 50px;}
.dz-bakong-box ul li:nth-child(8){margin-top: 80px;}
.dz-bakong-box ul li:nth-child(9){margin-top: 0px;}


.dz-bakong-box ul li .txt{ color: #fff; font-size: 17px; text-align: center; line-height: 32px; margin: 15px 0;}
.dz-bakong-box ul li:nth-child(2n) .txt{ position: absolute; top: 80px; width: 100%;}

@media screen and (max-width:992px ) {
	.dz-bakong-box ul li .txt{font-size: 16px;}
	
}

@media screen and (max-width:768px ) {
	.dz-bakong-bg{background: none; }
	.dz-bakong-box ul li{width: calc(100% / 3 - 40px); margin-top: 0 !important;}
	.dz-bakong-box ul li:nth-child(2n){margin-top: 0;}
	.dz-bakong-box ul li:nth-child(2n) .txt{ position: static;}
}
@media screen and (max-width:640px ) {
	.dz-bakong-box ul li{padding: 0;}
}

/*大宅把控*/


/*大宅品牌*/
.dz-pinpai{margin-left: -5px;/*position: relative; */background: #fff; width: 100%;}
.dz-pinpai-box ul li{border: 1px solid #e7e7e7; padding: 10px; box-sizing: border-box; float: left; width: calc(100% / 8 - 10px); margin: 5px;}
.dz-pinpai-box ul li .img-box{overflow: hidden;}
.dz-pinpai-box ul li .img-box img{ transition: 1s;}
.dz-pinpai-box ul li:hover .img-box img{ transform: scale(1.1);}
.dz-pinpai-box ul li:hover {border: 1px solid #D81A1C;}
@media screen and (max-width:768px ) {
	.dz-pinpai-box ul li{width: calc(100% / 6 - 10px);}
}
@media screen and (max-width:640px ) {
	.dz-pinpai-box ul li{width: calc(100% / 4 - 10px);}
}
/*大宅品牌*/

/*大宅设计 结束*/


/*爱家整装 开始*/

/*sub-nav*/
.sub-nav{background: #003465; transition: 0.5s;  position: static; line-height: 60px;z-index:3;}
.sub-nav .car-nav{float: left; margin-right: 40px;}
.sub-nav .car-nav ul li{float: left; background: #002344; }
.sub-nav .car-nav ul li.on{background: #FA9E32; }
.sub-nav .car-nav ul li a{ color: #fff; display: block; font-size: 22px; padding:0 26px; font-weight: 700;}

.sub-nav .subnav-nav{float: left;}
.sub-nav .subnav-nav ul li{float: left; line-height: 36px;  margin: 12px 0; transition: 0.5s;}
.sub-nav .subnav-nav ul li a{color: #fff; display: block;padding:0 20px ;}
.sub-nav .subnav-nav ul li:hover{background: #FA9E32;}
.sub-nav .subnav-nav ul li.on{background: #FA9E32;}
.sub-nav .btn-subnav-more{background: #FA9E32; font-size: 18px; padding: 0 50px; border-radius: 40px; color: #fff; line-height: 36px; border:1px solid#fff; position: absolute; right: 0; top: 12px;}
.sub-nav .btn-subnav-more:hover{font-weight: 500;}

@media screen and (max-width:768px ) {
	.sub-nav .car-nav{float: none;}
	.sub-nav .subnav-nav{float: none;}
}
@media screen and (max-width:640px ) {
	.btn-subnav-more{display: none;}
}

@media screen and (max-width:640px ) {
	.sub-nav .subnav-nav ul li{width: 25%;}
	.sub-nav .subnav-nav ul li a{padding: 0; text-align:center;}
	.sub-nav .car-nav ul{width: 100%;}
	.sub-nav .car-nav ul li{width: 50%;}
	.sub-nav .car-nav{margin-right: 0;}
}

/*sub-nav*/

/*整装配置*/
.conbox{position: relative; }
.peizhi{position: relative;  height: 146px; }
.peizhi-box{ padding: 20px 30px; position: absolute; z-index: 2; top: -70px;box-shadow: 0 7px 10px rgba(103, 103, 103, .4); width: 100%; background: #fff; margin: 0 auto;}
.peizhi-box ul li{float:left; width: calc(100% / 9 ); margin: 10px 0;}
.peizhi-box ul li i{display: block; width: 45px; height: 45px;margin: 0 auto 20px; }
.peizhi-box ul li p{color: #666; text-align: center;}

.peizhi-box ul li .icon-sj{background: url(../image/icon-celiang.png) no-repeat center; background-size: contain;}
.peizhi-box ul li .icon-cl{background: url(../image/icon-cailiao.png) no-repeat center;  background-size: contain;}
.peizhi-box ul li .icon-sd{background: url(../image/icon-shuidian.png) no-repeat center;  background-size: contain;}
.peizhi-box ul li .icon-sg{background: url(../image/icon-gongren.png) no-repeat center;  background-size: contain;}
.peizhi-box ul li .icon-vr{background: url(../image/icon-vr.png) no-repeat center;  background-size: contain;}
.peizhi-box ul li .icon-zx{background: url(../image/icon-0zengxiang.png) no-repeat center;  background-size: contain;}
.peizhi-box ul li .icon-jg{background: url(../image/icon-jiage.png) no-repeat center;  background-size: contain;}
.peizhi-box ul li .icon-jl{background: url(../image/icon-jianguan.png) no-repeat center;  background-size: contain;}
.peizhi-box ul li .icon-xc{background: url(../image/icon-caidan.png) no-repeat center;  background-size: contain;}

@media screen and (max-width:768px ) {
	.peizhi{height: auto;}
	.peizhi-box{position: static;}
	.peizhi-box ul li{float:left; width: calc(100% / 3);}
}
@media screen and (max-width:640px ) {
	.peizhi-box{padding: 20px;}
}
/*整装配置*/

/*空间配置*/

.PackTit{height: 125px;background: url(../image/zz-m1.png) center center no-repeat;line-height: 125px;text-align: center;font-size: 40px;color: #004586;}
.PackTit em{font-weight: bold;margin-right: 15px;}

.zz-kongjian-box{margin-top: 30px;}
.zz-kongjian-box .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* 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;
    }
.zz-kongjian-box .swiper-pagination-bullet {
      width: auto;
      height: auto;
      text-align: center;
      line-height: 32px;
      font-size: 16px;
      color:#fff;
      opacity: 1;
      background: rgba(0,0,0,0.8);
      padding: 2px 32px;
    }
.zz-kongjian-box .swiper-pagination-bullet-active {
      color:#fff;
      background: #FA9E32;
    }
.zz-kongjian-box .swiper-container-horizontal>.swiper-pagination-bullets{ bottom: auto; top: 20px;}
.zz-kongjian-box .swiper-pagination-bullet{border-radius: 50px;}
    
.zz-kongjian-box .swiper-con-box{ width: 100%;}
.zz-kongjian-box .swiper-con-box .img-box img{width: 100%;}
.zz-kongjian-box .swiper-con-txt{position: absolute; width: 100%; line-height: 32px; color: #fff; background: rgba(0,0,0,.5);  bottom:0 ; text-align: left; padding: 25px 20px;}

@media screen and (max-width:640px ) {
	.zz-kongjian-box .swiper-con-txt{position: relative; display:none;}
}

/*空间配置*/


/*一线主材*/
.zz-zhucai .swiper-pagination-clickable .swiper-pagination-bullet{width: calc(100% / 7 - 2px);}
.zz-zhucai .swiper-con-box{margin-top: 54px;}
.zz-zhucai .swiper-container-horizontal>.swiper-pagination-bullets{top: 0;}
.zz-zhucai .zz-zhucai-box .swiper-pagination-bullet{border-radius: 0px;}
.zz-zhucai .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 1px;}
.zz-zhucai .swiper-pagination-bullet{line-height: 50px;}
/*一线主材*/

/*案例*/
.zz-anli .zz-anli-box{background: #eee; padding-bottom: 30px;}
.zz-anli-box ul { padding: 0 10px;}
.zz-anli-box ul li{float: left; width: calc(25% - 20px); margin: 10px;}
.zz-anli-box ul li .img-box{overflow: hidden;}
.zz-anli-box ul li .img-box img{transition: 1s; width: 100%;}
.zz-anli-box ul li .txt{position: relative; height: 100px; border: 1px solid #005BB2;}
.zz-anli-box ul li .txt h2{background: #004586; line-height: 50px; font-size: 22px; text-align: center; color: #FFFFFF;}
.zz-anli-box ul li .txt a{display: block; position: absolute; bottom: -20px; line-height: 40px; background: #FA9E32; color: #004586; text-align: center; width: 70%; margin: 0 auto; left: 50%; transform: translateX(-50%);}
.zz-anli-box ul li .txt a:hover{color: #fff;}
.zz-anli-box ul li:hover img{transform: scale(1.05);}

@media screen and (max-width:768px ) {
	.zz-anli-box ul li{width: calc(50% - 20px); margin-bottom: 20px;}
}


@media screen and (max-width:640px ) {
	.zz-anli-box ul li{width:100%; margin: 20px 0;}
}

.zz-anli .biaozhun{position: relative; margin-top: 80px;}
.zz-anli .biaozhun .tit{float: left; box-sizing: border-box; background: #004586; position: relative; border: 1px solid; height: 150px; padding: 10px; width: 330px;}
.zz-anli .biaozhun .tit h2{font-size: 24px; color: #fff; margin-bottom: 10px;}
.zz-anli .biaozhun .tit span{color: #005bb2; text-transform: uppercase; font-size: 20px;}
.zz-anli .biaozhun .tit:after{content: ''; position: absolute; width:170px; height: 255px; z-index: 2; top: -50px; background: url(../image/zz-m6.png) no-repeat top center; background-size: contain;}
.zz-anli .biaozhun ul{float: left; width: calc(100% - 400px); height: 150px; background: #eee; padding-left: 70px; box-sizing: border-box;}
.zz-anli .biaozhun ul li{float: left; width: calc(100% / 4 - 20px); margin: 0 10px;}
.zz-anli .biaozhun ul li .iconfucai{display: block; margin: 0 auto; width: 100px; height: 100px; background: url(../image/icon-fucai.png) no-repeat center; background-size: contain;}
.zz-anli .biaozhun ul li .iconguanli{display: block; margin: 0 auto; width: 100px; height: 100px; background: url(../image/icon-guanli.png) no-repeat center; background-size: contain;}
.zz-anli .biaozhun ul li .icongongyi{display: block; margin: 0 auto; width: 100px; height: 100px; background: url(../image/icon-gongyi.png) no-repeat center; background-size: contain;}
.zz-anli .biaozhun ul li .iconfuwu{display: block; margin: 0 auto; width: 100px; height: 100px; background: url(../image/icon-fuwu.png) no-repeat center; background-size: contain;}


.zz-anli .biaozhun ul li b{font-size: 18px;}
.zz-anli .biaozhun ul li b span{font-size: 24px; color: #004586;}



@media screen and (max-width:1200px ) {
	.zz-anli .biaozhun .tit{width: 300px;}
	.zz-anli .biaozhun ul{width: calc(100% - 300px);}
}

@media screen and (max-width:992px ) {
	.zz-anli .biaozhun .tit{width: 260px;}
	.zz-anli .biaozhun ul{width: calc(100% - 260px);}
	.zz-anli .biaozhun .tit:after{right: -60px;}
}

@media screen and (max-width:768px ) {
	.zz-anli .biaozhun .tit{float: none; width: 100%;}
	.zz-anli .biaozhun ul{float: none; width: 100%; padding-left: 0;}
	.zz-anli .biaozhun .tit:after{right: 0; width: 130px;}
	
}


@media screen and (max-width:640px ) {
	.zz-anli .biaozhun ul li{ width: calc(50% - 20px);}
	.zz-anli .biaozhun ul{height: auto; padding: 15px 0;}
}

@media screen and (max-width:640px ) {
}

/*案例*/

/*价格*/
.zz-jiage-box .swiper-pagination-bullet{color: #999; font-size: 24px; border-bottom:2px solid #FA9E32 ; border-radius: 0; margin: 0 ;  background: transparent;}
.zz-jiage-box .swiper-pagination-bullet-active{color: #FA9E32; font-size: 32px; border-bottom:4px solid #FA9E32; border-radius: 0;}
.zz-jiage-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0;}
.zz-jiage-box .swiper-con-box .img-box{ margin-top: 30px;}
/*价格*/

/*爱家整装 结束*/


/*经典案例*/
.gz-list .tit{margin-bottom: 20px;}
.gz-list .tit h2{font-size: 32px; text-align: center; margin-bottom: 10px;}
.gz-list .tit p{color: #666; text-align: center; text-transform: uppercase;}

.gz-list ul li{float: left; position: relative; width: calc(100% / 3 - 20px); margin: 10px; border: 1px solid #eee;}
.gz-list ul li .img-box{overflow: hidden;}
.gz-list ul li .img-box img{transition: 1s; width: 100%;}
.gz-list ul li:hover .img-box img{transform: scale(1.05);}
.gz-list ul li .care{display: flex; align-items: center; justify-content: space-between; width: 80%;}
.gz-list ul li .care .des-img{margin-left: 10px; width: 70px; height: 70px; border-radius:70px ; margin-right: 10px;}
.gz-list ul li .care .txt {margin: 10px 0;}
.gz-list ul li .care .txt h2{font-size: 16px; font-weight: 700; margin-bottom: 10px;}
.gz-list ul li .care .txt .leixing span{font-weight: 700; font-size: 15px; display: inline-block; margin-right: 10px;}
.gz-list ul li .care .txt .leixing span i{font-weight: 400;}
.gz-list ul li .care .txt .des-name{font-weight: 700; font-size: 15px; margin-top: 10px; }
.gz-list ul li .care .txt .des-name a{font-weight: 700;padding: 5px 10px; margin-left: 10px; color: #fff; background: #FA9E32; border-radius:4px; }
.gz-list ul li .care .txt .des-name:hover a{color: #D81A1C;}
.gz-list ul li .gz-btn-more{ position: absolute; right: 10px; bottom: 10px; border: 1px solid #eee; border-radius: 4px; padding: 0 10px; line-height: 32px;}


@media screen and (max-width:768px ) {
	.gz-list ul li{width: calc(50% - 20px);}
	.gz-list ul li .care{float: none !important; width: 100%; marin:10px 0;}
	.gz-list ul li .gz-btn-more{float: none !important; position: static; width: calc(100% - 20px); margin: 10px auto ; display: block; text-align: center; background: #D81A1C; color: #fff;}
}


@media screen and (max-width:640px ) {
	.gz-list ul li .care{justify-content: flex-start;}
	.gz-list ul li{width: 100%;}
	.gz-list ul li .gz-btn-more{float: none !important; position: static; width:100%; margin: 10px auto ; display: block; text-align: center; background: #D81A1C; color: #fff;}
}



/*服务*/
.gz-fuwu .tit.co-whit p{color: #fff;}
.gz-fuwu .tit{margin-bottom: 20px;}
.gz-fuwu .tit.co-whit{color: #fff;}
.gz-fuwu .tit h2{font-size: 32px; text-align: center; margin-bottom: 10px;}
.gz-fuwu .tit p{color: #666; text-align: center; text-transform: uppercase;}

.gz-fuwu{background: url(../image/gz-m4.jpg) no-repeat top; background-size:cover ;}
.gz-fuwu ul li{float: left; width: calc(25% - 20px); margin: 10px;}
.gz-fuwu ul li .img-box{overflow: hidden; margin: 0 auto 20px; width: 160px; height: 160px; border-radius:100px ;}
.gz-fuwu ul li .txt{color:  #fff; color: #fff;}
.gz-fuwu ul li .txt h2{font-size: 20px; color: #fff; text-align: center;}
.gz-fuwu ul li .txt .line{display: block; width: 100px; height: 2px; background: #0f68fb; margin: 10px auto;}
.gz-fuwu ul li .txt p{text-align: center; line-height: 26px;}

@media screen and (max-width:768px ){
	.gz-fuwu ul li{width: calc(50% - 20px);}
}

/*服务*/

/*优势*/

.gz-youshi .tit{margin-bottom: 20px;}
.gz-youshi .tit h2{font-size: 32px; text-align: center; margin-bottom: 10px;}
.gz-youshi .tit p{color: #666; text-align: center; text-transform: uppercase;}

.gz-youshi{background: url(../image/gz-m5.jpg) no-repeat top; background-size:cover ;}
.gz-youshi ul li{float: left;display: flex; align-items: center;  width: calc(50% - 40px); margin: 10px 20px;}
.gz-youshi ul li .img-box{width: 100px;height: 100px; overflow: hidden; margin-right: 20px;}
.gz-youshi ul li .img-box img{width: 100%; border: 1px solid #d81a1c; border-radius: 8px; padding: 10px;}
.gz-youshi ul li .txt h2{font-size: 20px; transition:1s;  width:60%; border-bottom: 1px solid #999; padding-bottom: 10px; margin-bottom: 10px; color: #0f68fb; font-weight: 700;}
.gz-youshi ul li .txt p{line-height: 26px;}
.gz-youshi ul li:hover .txt h2{ padding-left:20px;}

@media screen and (max-width:992px ){
	.gz-youshi ul li .img-box{width: 130px;height: 130px;}
}


@media screen and (max-width:768px ){
	.gz-youshi ul li .img-box{width: 160px;height: 160px;}
}
@media screen and (max-width:640px ){
	.gz-youshi ul li{float: none; width:100%; margin: 10px 0;}
	.gz-youshi ul li .img-box{width: 120px;height: 120px;}
}


/*优势*/

/*装修*/
.gz-zhuangxiu .tit{margin-bottom: 20px;}
.gz-zhuangxiu .tit h2{font-size: 32px; text-align: center; margin-bottom: 10px;}
.gz-zhuangxiu .tit p{color: #666; text-align: center; text-transform: uppercase;}
.gz-zhuangxiu .tit h2{font-size: 32px; text-align: center; margin-bottom: 10px;}
.gz-zhuangxiu .tit p{color: #666; text-align: center; text-transform: uppercase;}

.gz-zhuangxiu ul li {float: left;}
.gz-zhuangxiu ul li:nth-child(1) {width: 28%;}
.gz-zhuangxiu ul li:nth-child(2) {width: calc(44% - 20px); margin:0 10px;}
.gz-zhuangxiu ul li:nth-child(3) {width: 28%;}
.gz-zhuangxiu ul li .img-box {overflow: hidden; height: 300px;}
.gz-zhuangxiu ul li .img-box img{width: 100%;}

@media screen and (max-width:1200px ){
	.gz-zhuangxiu ul li:nth-child(1) {width: 20%;}
	.gz-zhuangxiu ul li:nth-child(2) {width: calc(60% - 20px); margin:0 10px;}
	.gz-zhuangxiu ul li:nth-child(3) {width: 20%;}
	.gz-zhuangxiu ul li .img-box {overflow: hidden; height: 180px;}
	
}

@media screen and (max-width:768px ){
	.gz-zhuangxiu ul li:nth-child(1) {width: 28%;}
.gz-zhuangxiu ul li:nth-child(2) {width: calc(44% - 20px); margin:0 10px;}
.gz-zhuangxiu ul li:nth-child(3) {width: 28%;}
}
@media screen and (max-width:640px ){
	.gz-zhuangxiu ul li{width: 100%; float: none; margin: 10px 0;}
	.gz-zhuangxiu ul li .img-box {height: auto;}
	
}

/*装修*/

/*经典案例*/



/*工艺展示*/

.gongyi-tit {margin-bottom: 20px;}
.gongyi-tit h2{font-size: 32px; font-weight: 700; color: #D81A1C; text-align: center; margin-bottom: 10px;}
.gongyi-tit p{color: #666; text-align: center; text-transform: uppercase;}.
.gongyi-tit h2{font-size: 32px; text-align: center; margin-bottom: 10px;}
.gongyi-tit p{color: #666; text-align: center; text-transform: uppercase;}

.gy-list8{background: url(../image/gy-m1.jpg) no-repeat top; background-size: cover;}
.gy-list8 ul li{float: left; width: calc(25% - 20px); margin: 20px 10px; ;}
.gy-list8 ul li .txt{overflow: hidden;  text-align: center; transition: 1s;  width: 200px; height: 200px; margin: 0 auto; border-radius:300px ; background: #fff; border: 1px solid #D81A1C;}
.gy-list8 ul li:hover .txt{color: #fff; background: #D81A1C;}
.gy-list8 ul li .txt h2{font-size: 20px; padding-top: 20%; margin-bottom: 10px;}
.gy-list8 ul li .txt p{line-height: 24px;}

@media screen and (max-width:768px ){
	.gy-list8 ul li{float: left; width: calc(50% - 20px);}
}
@media screen and (max-width:414px ){
	.gy-list8 ul li .txt{width: 180px; height: 180px; }
}

@media screen and (max-width:375px ){
	.gy-list8 ul li{float: none; width: 100%; margin: 20px 0 ;}
	
}
/*工艺展示*/



/*误差*/
.gy-wucha{background: url(../image/gy-m3.jpg) no-repeat top; background-size: cover;}
.gy-wucha ul li{float:left; width: calc(100% / 6 - 10px); margin: 10px 5px; border: 1px solid #ddd;background: #fff; }
.gy-w-box ul li .img-box img{width: 100%;margin-bottom: 20px;}
.gy-w-box ul li:nth-child(2n) .img-box img{margin-top: 20px; margin-bottom: 0;}
.gy-w-box ul li p{line-height: 28px;padding: 0 10px;background: #fcf5ec;}

@media screen and (max-width:768px ){
	.gy-wucha ul li{ width: calc(100% / 3 - 10px); }
	
}
@media screen and (max-width:768px ){
	.gy-wucha ul li{ width: calc(50% - 10px); }
	
}


/*误差*/



/*工艺品牌*/

.gy-pinbai{background: url(../image/gy-m5.jpg) no-repeat top; background-size: cover;}
.gy-pinbai ul li {background: #fff;}
/*工艺品牌*/


/*工艺展示*/




/*vr全景*/
.vrlist ul li{float: left; width: calc(100% / 3 - 20px); margin: 10px;}
.vrlist ul li a{ display: block; position: relative;}
.vrlist ul li .img-box{overflow: hidden;}
.vrlist ul li .img-box img{width: 100%; transition: 1s;}
.vrlist ul li .txt{font-size: 16px; background: #fff; line-height: 60px; text-align: center;}
.vrlist ul li:hover .txt{color: #D81A1C;}
.vrlist ul li:hover .img-box img{transform: scale(1.05);}
.vrlist ul li .img-box .bg{display: none; background: rgba(0,0,0,.3);} 
.vrlist ul li:hover .img-box .bg{display: block; background: rgba(0,0,0,.3);position: absolute; top: 0; width: 100%; height: calc(100% - 60px); color: #fff;}
.vrlist ul li .img-box .bg i{display: block;  line-height: 32px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100px; text-align: center; margin: 0 auto; border-top: 1px solid #fff; border-bottom:1px solid #fff ;}

@media screen and (max-width:768px ) {
.vrlist ul li{float: left; width: calc(50% - 20px); }
	
}
@media screen and (max-width:768px ) {
.vrlist ul li{float: left; width:100%;  margin: 10px 0;}
	
}

/*vr全景*/

/*关于爱家*/


/*.zuob .youb*/

.zuob{width: calc(72% - 20px);margin-right: 20px; background: #fff; padding: 20px; box-sizing: border-box;}
.youb {width: 28%;}
.youb {width: 28%;}
.youb .youb-l1 {background: #fff; padding: 20px; margin-bottom: 20px;}
.youb .youb-l1 h2{ background: #fff; padding:20px ;font-size: 32px; margin-bottom: 20px; text-align: center;}

.youb .youb-l2{padding: 20px; background: #fff;}
.youb .youb-l2 .guanggao img{width: 100%;}

@media screen and (max-width:768px ) {
	.zuob{width: 100%;}
	.youb{width: 100%;}
}

/*.zuob .youb*/



/*新闻*/
.newslist .zuob{width: calc(72% - 20px);margin-right: 20px; background: #fff; padding: 20px; box-sizing: border-box;}
.newslist .zuob ul li{margin: 20px 0; padding: 20px; border-bottom: 1px solid #eee;}
.newslist .zuob ul li:last-child{border: 0;}
.newslist .zuob ul li a{display: block;}
.newslist .zuob ul li .time-box{float: left; width: 100px;}
.newslist .zuob ul li .txt-box{float: left; margin-right: 30px; width: calc(80% - 130px); }
.newslist .zuob ul li .img-box{float: left;width: 20%;}

.newslist .zuob ul li .time-box .time-data{font-size: 24px; color: #222;}
.newslist .zuob ul li .time-box .time-y{font-size: 15px; margin: 20px 0; color: #666;}
.newslist .zuob ul li .time-box .time-line{transition: 1s; width: 20px; height: 1px; background: #666;}

.newslist .zuob ul li .txt-box h2{font-size: 18px; font-weight: 700;}
.newslist .zuob ul li .txt-box span{line-height: 32px; margin-top: 10px; color: #666;}
.newslist .zuob ul li:hover .time-line{width: 80%; background: #D81A1C;}
.newslist .zuob ul li:hover{box-shadow: 0 7px 30px rgba(103, 103, 103, .1);}

.newslist .youb {width: 28%;}
.newslist .youb .youb-l1 {background: #fff; padding: 20px; margin-bottom: 20px;}
.newslist .youb .youb-l1 h2{ background: #fff; padding:20px ;font-size: 32px; margin-bottom: 20px; text-align: center;}

.newslist .youb .youb-l2{padding: 20px; background: #fff;}
.newslist .youb .youb-l2 .guanggao img{width: 100%;}

@media screen and (max-width:768px ) {
	.newslist .zuob{width: 100%;}
	.newslist .youb{width: 100%;}
}

/*
 .news_detail
 */
.news_detail .content{padding: 2%; border: 1px solid #eaeaea;margin-top: 50px;margin-bottom: 100px;}
.news_detail .title{font-size: 30px; line-height: 40px;color: #333;text-align:center}
.news_detail .title{font-size: 30px; line-height: 40px;color: #333;text-align:center}
.news_detail .Abstract{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;margin-top: 15px; margin-bottom: 20px;padding: 5px 10px;color: #999999;    border-width: 1px;border-style: solid;border-color: rgba(228,228,228,1);background-color: rgba(252,251,253,1);}
.news_detail .text,.news_detail .text span,.news_detail .text p,.news_detail .text div{font-size: 15px!important;line-height: 28px!important;font-family: "微软雅黑"!important;}
.news_detail .Vice-title{text-align: center;font-size: 13px;margin: 20px 0;border-bottom: 1px solid #eaeaea;padding-bottom: 20px;}
.news_detail .Vice-title .e-title{color: #c8c8c8;}
.news_detail .Vice-title .e-title:nth-child(1){background: url(http://www.ajiazs.com/images/e-title.jpg)no-repeat left center;padding-left: 15px;}
.news_detail .Vice-title .e-title:nth-child(2){margin-left: 10px;display: inline-block;}
.news_detail .Vice-title .e-title:nth-child(3){margin-left: 10px;display: inline-block;}
.news_detail .text img{display: block;margin: auto;}
.news_detail span.center{text-align: center;display: block;font-size: 16px;}
.news_detail .img{max-width: 100%}
.news_detail .fanye{line-height: 30px; font-size: 15px;color: #666;margin-top: 30px;}
.news_detail .fanye .prev{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow:hidden;}
.news_detail .fanye .next{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow:hidden;}
.news_detail .fanye a:hover{color: #1A583D}
.news_detail .fanye span{color: #999;}

/*新闻*/

/*人才招聘*/
/*人才招聘*/

.con-join .accordion {
	/*width: 100%;*/
	/*max-width: 360px;*/
	margin: 0px auto 20px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.con-join .accordion .link {
	background: #eee;
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4d4d4d;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	position: relative;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
/*.con-join .accordion>li{box-shadow: 0 4px 4px #888; margin: 10px 0;}*/

.con-join .accordion li:last-child .link {
	border-bottom: 0
}

.con-join .accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.con-join .accordion li.open i.fa-chevron-down{
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.con-join .accordion li.open i{
	color: #b63b4d;
}

.con-join .accordion li i.fa-chevron-down{
	right: 12px;
    left: auto;
    font-size: 16px;
}
.con-join .submenu {
	display: none;
	background: #fff;
	font-size: 14px;
	padding: 20px 30px;
}

.con-join .submenu ul li{display: flex; align-items:center; line-height: 32px; margin-bottom: 20px; font-size: 16px; width: calc(100% - 20px); margin: 10px 0;}
.con-join .submenu ul li span{color: #666; padding-left: 20px;}

.con-join .join-yaoqiu{padding-top: 30px; border-top:1px solid #eee; margin-bottom: 30px;}
.con-join .join-yaoqiu .join-tit{font-size: 22px; margin-bottom: 20px;}
.con-join .join-yaoqiu .join-yaoqiu-text{line-height: 32px; font-size: 16px; color: #666;  font-weight: 400; margin-bottom: 10px;}

.con-join .btn-join{padding: 10px 25px; border-radius: 4px; text-align: center; background: #D81A1C; color:  #fff; font-weight: 400;}
.con-join .btn-join:hover{background: #b60e12;}

/*人才招聘*/

/*人才招聘内页*/

.con-order .title{margin-bottom: 30px;}
.con-order .title h2{margin: 0;
    font-size: 44px;
    border-bottom: #cacacb 1px solid;
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;
    font-family: '黑体'; text-align: center;
    margin: 20px 0;} 
.con-order .title h2 span{border-bottom: #ee7700 3px solid;display: inline-block; text-align: center; margin: 0 auto;padding-bottom:20px ;} 
.online{ padding:0 20px; max-width: 1200px; margin: 0 auto;background: url("http://www.ajiazs.com/img/online_bg.jpg"/*tpa=http://ts02.ahbiz.cn/images/online_bg.jpg*/);background-size: cover;overflow: hidden;}
.online .row{ padding-bottom: 15px;width: 46%;display: inline-block;}
.online .rowbox{ padding-bottom: 0;}
.online .rowbox:after{ content: "";height: 1px; width: 100%; margin: 30px 0; padding: 0; background-color: #f2f2f2; border: none; display: block;}
.online .row-inner{  margin: 0 auto; position: relative; padding-left:108px; color: #666; font-size: 14px; line-height: 44px;}
.online .row-inner .h5{ position: absolute; left: 0; top: 0; margin: 0; font-size: 14px; font-weight: normal;}
.online .row-inner .username{ display: block;}
.online .row-inner .text{border: 1px solid #e0e0e0; color: #adadad; line-height: 42px; width: 100%; max-width: 344px; padding: 0 10px; display: inline-block; border-radius: 3px;}
.online .row-inner .text.focus{border-color: #1d67cb; color: #333;}
.online .btn{ background-color: #D81A1C; line-height: 44px; font-size: 18px; color: #fff; text-align: center; width:200px; border: none; cursor: pointer;  display: inline-block; border-radius: 4px;}
.online .btn.reset{ background-color: #929290; margin-left: 30px;}
.online .address>*{ display: block; float: left;}
.online .address>*+*{ margin-left: 1%;}
.online .address .selectbox{ max-width: 117px; width:20%;}
.online .address .selectbox select{ height: 44px; width: 100%; border: 1px solid #adadad;border-radius: 3px; color: #adadad;}
.online .address .selectbox select.focus{ color: #333;}
.online .address .text{ width:37% ; max-width: 546px;}
.online .row:nth-child(2n){margin-left: 2%;}
.online .row:nth-child(11){width: 100%;}
.online .row:nth-child(11) .row-inner .text{max-width: inherit;width: calc(100% - 146px);height: 100px;}
.online .row:last-child{margin-left:0;width: 100%;    margin-left: 106px;}
.online .row:last-child  .row-inner{padding-left:0}

@media(max-width:1200px){
	.online .row:nth-child(11) .row-inner .text{max-width: inherit;width: calc(100% - 46px);height: 100px;}
}

@media(max-width:640px){
	.online{padding: 0;}
	.online .row{width: 100%;}
	.online .row:nth-child(11) .row-inner .text{width: 100%;}
	.online .btn.reset{margin-left: 0;}
	.online .row:last-child{margin-left: 0;}
	.online .btn{width: 45%;}
	.online .row:nth-child(2n){margin-left: 0;}
}

/*人才招聘内页*/
/*关于爱家*/


/*服务团队*/
.des-seach {background: #ddd; padding: 25px; margin-top: 30px;} 
.des-seach .des-seach-box{position: relative;}
.des-seach .des-seach-box input{float: left; line-height: 40px; width: 300px; border:1px solid #e7e7e7; border-radius: 80px; padding-left: 10px; padding-right: 90px;}
.des-seach .des-seach-box input[type=text]:focus {
  border: 1px solid #D81A1C;
}
.des-seach .des-seach-box button{float: left; background: #D81A1C; border: 0; border-radius: 80px; position: absolute; right: 0;}
.des-seach .des-seach-box button i{width: 70px; display: block; border-radius: 80px; height: 42px; background: url(../image/icon-sousuo.png) no-repeat center;}

.des-seach strong{float: right;}
.des-seach strong i{font-size: 26px; color: #D81A1C;}
/*服务团队*/

/*设计大师*/
.deslist ul li{background: #fff;position: relative; float: left; width: calc(100% / 4 - 20px) ; margin: 20px 10px;}
.deslist ul li .img-box{overflow: hidden; }
.deslist ul li .img-box img{width: 100%;}
.deslist ul li .txt-box{ padding: 10px 0; background: #fff; width: 90%; height: 120px; overflow: hidden; position: relative; bottom: 40px; left: 50%; transform: translateX(-50%); padding: 20px 10px; box-shadow:  0 6px 6px rgba(0, 0, 0, .3);}
.deslist ul li .txt-box .info {transition: 1s; position: absolute; left: 10px;  width: calc(100% - 20px);}
.deslist ul li .txt-box .info .name{font-size: 20px; text-align: center; margin-bottom: 30px;}
.deslist ul li .txt-box .info .info-box {font-size: 14px; color: #999;}
.deslist ul li .txt-box .info .info-box span{padding: 0 5px;}
.deslist ul li .txt-box .info .info-box span i{color: #D81A1C;}
.deslist ul li .txt-box .info .info-box .zuopin{border-right: 1px solid #eee;}
.deslist ul li .txt-box .des-btn-box{transition: 1s; top: 10px; position: absolute; width: calc(100% - 20px); left: 100%;}
.deslist ul li .txt-box .des-btn-box .des-btn-zixun{display: block; background: #D81A1C; text-align: center; padding: 10px 0; color: #fff; border-radius: 4px; margin-bottom: 8px;}
.deslist ul li .txt-box .des-btn-box .des-btn-more{display: block; background: #fff; border: 1px solid #D81A1C; text-align: center; padding:10px 0; color: #D81A1C; border-radius: 4px;}

.deslist ul li:hover .txt-box .info {left: -100%;}
.deslist ul li:hover .txt-box .des-btn-box {left: 10px;}

@media(max-width:1200px){
	
	.deslist ul li .txt-box .info .info-box span{ display: block; text-align: center; margin: 5px;}
	.deslist ul li .txt-box .info .info-box .zuopin{border: 0;}
	.deslist ul li .txt-box .info .name{margin-bottom: 10px;}
}

@media(max-width:768px){
	.deslist ul li{width: calc(50% - 20px);}
	.deslist ul li .txt-box{bottom: 0; box-shadow: none; }
	.deslist ul li .txt-box .info .info-box span{padding: 0;}
	.deslist ul li .txt-box .des-btn-box{position: static; width: 100%;}
	.deslist ul li .txt-box .info{position: static; width: 100%;}
	.deslist ul li .txt-box{height: auto;}
}

@media(max-width:768px){
	.deslist ul li{width: 100%; margin: 10px 0;}
}
/*设计大师*/


/*设计师详情*/
.lit-dizhi{margin-bottom: 20px;}
.lit-dizhi a{font-size: 14px; color: #666;}
.lit-dizhi span{color: #D81A1C;}

.des-detail-top{ background: url(../image/des-m3.jpg) no-repeat top; background-size:cover ;}

.des-detail-top .zuob{background: transparent;}
.des-detail-top .des-xiaojie .img-box{float: left;width: 30%;}
.des-detail-top .des-xiaojie .img-box img{border:4px solid #fabf62;}
.des-detail-top .des-xiaojie .des-xiaojie-box{ float: left; width: calc(70% - 40px); margin-left: 40px;}
.des-detail-top .des-xiaojie .des-xiaojie-box .tit{display: flex; align-items: center; justify-content: space-between;}
.des-detail-top .des-xiaojie .des-xiaojie-box .tit .tit-left  h2{font-weight: 700; font-size: 32px; color: #D81A1C;  text-transform: uppercase;}
.des-detail-top .des-xiaojie .des-xiaojie-box .tit .tit-left  p{font-size: 24px; }
.des-detail-top .des-xiaojie .des-xiaojie-box .tit .tit-left  p span{font-size: 18px; margin-left: 10px; color: #666; }
.des-detail-top .des-xiaojie .des-xiaojie-box .tit  .tit-right span{ color: #333; font-size: 18px;}
.des-detail-top .des-xiaojie .des-xiaojie-box .tit  .tit-right span i{color: #D81A1C; font-weight: 700;}
.des-detail-top .des-xiaojie .des-xiaojie-box strong{ display: block;font-size: 15px; border-bottom:1px solid #333; font-weight: 400; padding: 30px 0 20px;  line-height: 28px;}
.des-detail-top .des-xiaojie .des-xiaojie-box figure{margin-left: 0;}
.des-detail-top .des-xiaojie .des-xiaojie-box figure p{line-height: 32px; font-size: 15px;}

.des-detail-top .zuob{ padding: 0 20px;}
.des-detail-top .youb .youb-l1{background: #f5f5f5;}
.des-detail-top .youb .youb-l1 h2{background: #f5f5f5;}


@media(max-width:768px){ 
	
	.des-detail-top .des-xiaojie{float: none;}
	.des-detail-top .youb{float: none;}
	
}

@media(max-width:640px){
	.des-detail-top .des-xiaojie .img-box{float: none; width: 100%; margin-bottom: 20px;}
	.des-detail-top .des-xiaojie .des-xiaojie-box{float: none; width:100%; margin:0;}
	
	
}

/*个人简介*/
.des-jianjie {margin: 30px 0;}
.des-jianjie .whit-bg{background: #fff; padding: 40px;}
.des-jianjie .tit {border-bottom: 1px solid #ddd; margin-bottom: 30px;}
.des-jianjie .tit h2{font-size: 22px; font-weight: 700; float: left;padding-bottom:20px ; line-height: 32px; border-bottom: 2px solid #D81A1C;}
.des-jianjie .tit span{ float: left; font-size: 15px; text-transform: uppercase; margin-left: 10px; color: #aaa; line-height: 32px;}
/*.des-jianjie .des-jian ol {padding-left: 0;}
.des-jianjie .des-jian ol li{margin: 20px 0;}*/
.des-jianjie .des-jian h2{font-size: 20px; color: #999; margin-bottom: 20px; margin-top:20px; }
.des-jianjie .des-jian p{line-height: 32px;}

/*个人简介*/

/*个人作品*/
.des-zuopin .des-zuo ul li{float: left; width: calc(100% / 3 - 40px); margin: 20px;}
.des-zuopin .des-zuo ul li .img-box{overflow: hidden;}
.des-zuopin .des-zuo ul li .img-box img{transition: 1s;}
.des-zuopin .des-zuo ul li strong{display: block; font-weight: 400;padding: 10px; border-bottom: 1px solid #333;}
.des-zuopin .des-zuo ul li strong h2{float: left; width: 80%; line-height: 30px;}
.des-zuopin .des-zuo ul li strong i{ display: block; float: right; width: 30px; height: 30px; background: url(../image/icon-sousuo1.png) no-repeat center; background-size: cover;}
.des-zuopin .des-zuo ul li:hover .img-box img{transform: scale(1.05);}
.des-zuopin .des-zuo ul li:hover strong h2{color: #D81A1C;}
.des-zuopin .des-zuo ul li:hover strong{ border-bottom-color: #D81A1C;}

@media(max-width:768px){ 
	.des-zuopin .des-zuo ul li{float: left; width: calc(100% / 2 - 40px);}
	
}

@media(max-width:640px){
	.des-zuopin .des-zuo ul li{float: left; width: 100%; margin: 20px 0;}
	
}

/*个人作品*/

/*设计师详情*/

/*工装案例详情*/
.gz-deail h2{font-size: 32px; text-align: center; padding: 20px 0;}
.gz-deail .gz-detail-fenlei ul{border: 1px solid #ddd;}
.gz-deail .gz-detail-fenlei ul li{float: left; width: calc(100% / 3); border:1px dashed #eee; }

/*.gz-deail .gz-detail-fenlei ul li .tit{width: 40%;}*/
.gz-deail .gz-detail-fenlei ul li span{display: inline-block; padding: 15px;}
.gz-deail .gz-detail-fenlei ul li span:first-child{width: 40%; border-right: 1px dashed #eee; background: #eee;}

.des-detail-linian .gz-lin p{line-height: 32px; margin: 10px 0;}
.des-detail-linian .gz-lin .img-box{text-align: center; margin: 10px 0;}

.des-detail-tupian .gz-tu .img-box{text-align: center; margin: 10 0 ;}
.des-detail-tupian .gz-tu .img-box img{width: 100%;}


@media(max-width:768px){ 
	.gz-deail .gz-detail-fenlei ul li{width: 50%;}
	
}

@media(max-width:414px){
	.gz-deail .gz-detail-fenlei ul li{width: 100%;}
	
	
}


/*工装案例详情*/

/*联系爱家*/
.con-ab .lx-jianjie .img-box{float: left; width: calc(50% - 40px); margin: 0 40px 40px 0;}
.con-ab .lx-jianjie .txt{text-indent: 32px; line-height: 32px; margin-bottom: 10px;}


.lianxi-map{width: 65%;}

.lianxi-text{width: calc(35% - 60px); height: 500px; background: url(../image/lianxi-m1.jpg) no-repeat center; background-size: cover; padding: 30px; box-sizing: border-box;}
.lianxi-text h2{font-size: 36px; color: #FFFFFF; margin-bottom: 20px;}
.lianxi-text p{font-size: 16px; color: #fff;line-height: 30px;}
.lianxi-text .qr{text-align: center; padding: 30px 0;}
.lianxi-text span{display: block; margin-top: 15px; color: #fff;}
.lianxi-text .qr .qr1{float: left; width: 50%;}


@media(max-width:768px){
	.lianxi-map{float: none; width: 100%;}
	.lianxi-text{float: none; width: 100%; margin-top: 20px;}	
	
}

/*联系爱家*/

/*无忧服务*/
.wy-box .swiper-pagination-bullet{color: #333; opacity:.5;  padding-bottom: 15pxs; font-size: 24px; border-bottom:2px solid #FA9E32 ; border-radius: 0; margin: 0 ;  background: transparent;}
.wy-box .swiper-pagination-bullet-active{color: #FA9E32; font-size: 32px; border-bottom:4px solid #FA9E32; border-radius: 0;}
.wy-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0;}
.wy-box .swiper-con-box .img-box{ margin-top: 30px;}

.wy-box .swiper-pagination-bullet {
      width: auto;
      height: auto;
      text-align: center;
      padding: 20px 32px;
    }
.wy-box .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: auto;
    top: 20px;
}

.wy-box .wy-listbox{margin-top: 140px;}
.wy-box .wy-listbox .img-box{float: left; width: calc(60% - 20px); margin: 0 10px;}
.wy-box .wy-listbox .mess-box1{float: left; width: calc(40% - 20px); margin: 0 10px;}
.wy-box .wy-listbox .mess-box1 .tit{padding: 20px; text-align: center; background: #D81A1C; margin-bottom: 20px;}
.wy-box .wy-listbox .mess-box1 .tit i{  background-size:cover ; width: 50px; height: 50px; display: block; margin: 0 auto 10px;}
.wy-box .wy-listbox .mess-box1 .tit .icon-shouqian{background: url(../image/icon-shouqian.png) no-repeat center; }
.wy-box .wy-listbox .mess-box1 .tit .icon-shouzhong{ background: url(../image/icon-shouhou.png) no-repeat center; }
.wy-box .wy-listbox .mess-box1 .tit .icon-shouhou{background: url(../image/icon-shouhou.png) no-repeat center; }

.wy-box .wy-listbox .mess-box1 .tit h2{text-align: center; font-size: 26px; font-weight: 700; color: #fff;}

.wy-box .wy-listbox .wy-dianhua{font-size: 15px; letter-spacing: 1pxs; color: #222;}
.wy-box .wy-listbox .wy-dianhua span{color: #D81A1C;}
.wy-box .swiper-con-box{width: 100%;}
@media(max-width:768px){
	.wy-box .wy-listbox .img-box{float: left; width: calc(50% - 20px);}
	.wy-box .wy-listbox .mess-box1{float: left; width: calc(50% - 20px);}
}

@media(max-width:768px){
	.wy-box .wy-listbox .img-box{float: none; width:100%; margin-bottom: 20px;}
	.wy-box .wy-listbox .mess-box1{float: none; width:100%;}
}


/*无忧服务*/

/*业主评价*/
.yezhu{ width:100%; overflow:hidden; position:relative; margin-top:40px;}
.yezhu li{margin-bottom: 20px;  width:100%; float:left; overflow:hidden; padding-top:60px; position:relative;}
.yezhu li .kopic{ width:180px; position:absolute; left:40px; top:0; z-index:20;}
.yezhu li .kopic em{ display:block; border:5px #fff solid; box-shadow:0 0 10px 0 rgba(0,0,0,0.2); overflow:hidden; border-radius:50%; height:170px;}
.yezhu li .kopic em img{ display:block; width:100%;height:100%;}
.yezhu li .kopic h2{ text-align:center; padding-top:10px;}
.yezhu li .bdnot{ border:1px #e0e0e0 solid; background:#fff; padding:20px 20px 20px 250px; overflow:hidden;}
.yezhu li .bdnot h2{ font-size:18px; overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.yezhu li .bdnot p{ color:#666; height:60px; overflow:hidden; font-size:14px; margin:10px 0 20px;}
/*.yezhu li .bdnot figure{ color:#d72128;}*/

/*业主评价*/


/*分页*/

.pager{ text-align:center; padding: 30px;}
.pager a,.pager strong{ display: inline-block; border:1px solid #D81A1C; padding:5px 10px; margin:0 4px; }
.pager a:hover,.pager strong{ background: #D81A1C; color:#fff; }

/*分页*/

/*金牌工队*/

.gongdui.deslist .gd-box ul li .name{transition: 1s; margin-bottom: 30px;}
.gongdui.deslist .gd-box ul li:hover .name{margin-bottom: 20px;}
.gongdui.deslist .gd-box ul li:hover .txt-box .info{left: 10px;}
/*金牌工队*/



/*侧边*/
.cebian{position: fixed; right: 2%; top: 26%; z-index: 100; display: none;}
.cebian ul li{width: 130px; height: 100px;border: 1px solid #ddd; background: rgba(230,230,230,.9); text-align: center;}
.cebian ul li i{display: block; width: 50px; height: 50px; background-size:cover ; margin: 0 auto 10px;}
.cebian ul li .icon-zixun{background: url(../image/icon-zixun.png) no-repeat center;}
.cebian ul li .icon-kangongdi{background: url(../image/icon-kangongdi.png) no-repeat center;}
.cebian ul li .icon-sheji{background: url(../image/icon-sheji.png) no-repeat center;}
.cebian ul li .icon-liangfang{background: url(../image/icon-liangfang.png) no-repeat center;}
.cebian ul li .icon-xiangshang{background: url(../image/icon-xiangshang.png) no-repeat center;}
.cebian ul li:hover{background:#d81a1c; }
.cebian ul li:hover p{color:#fff;}
.cebian ul li:nth-child(1):hover .icon-zixun{background: url(../image/icon-zixun1.png) no-repeat center;}
.cebian ul li:nth-child(2):hover .icon-kangongdi{background: url(../image/icon-kangongdi1.png) no-repeat center;}
.cebian ul li:nth-child(3):hover .icon-sheji{background: url(../image/icon-sheji1.png) no-repeat center;}
.cebian ul li:nth-child(4):hover .icon-liangfang{background: url(../image/icon-liangfang1.png) no-repeat center;}
.cebian ul li:nth-child(5):hover .icon-xiangshang{background: url(../image/icon-xiangshang1.png) no-repeat center;}



.cebian .close{width: 30px; height: 30px; background: url(../image/icon-close.png) no-repeat center; margin:15px auto 0;}

.seek{position: fixed; top: 40%; background: #d81a1c; color: #fff;right: 2%; padding: 20px 15px;z-index: 100;cursor:pointer;}

@media(max-width:768px){
	.cebian{top: 20%;}
	.seek{top: 30%}
}
/*侧边*/



/*首页品牌切换*/
			
			.inx-hezuo .swiper-container {
				margin-top: 10px;
				margin-bottom: 10px;
			}
			
			.inx-hezuo .swiper-container .swiper-slide .inx-hezuo-box {
				position: relative;
				overflow: hidden;
				border: 1px solid #e7e7e7;
				box-sizing: border-box;
				text-align: center;
			}
			
			.inx-hezuo .swiper-container .swiper-slide .hezuo-name {
				position: absolute;
				color: #fff;
				line-height: 100%;
				height: 100%;
				width: 100%;
				text-align: center;
				background: rgba(0, 0, 0, .5);
				top: 100%;
				padding-top: calc(14% - 12px);
				transition: 1s;
			}
			
			.inx-hezuo .swiper-container .swiper-slide:hover .hezuo-name {
				top: 0;
			}
			
			.inx-hezuo .swiper-slide {
				text-align: center;
				font-size: 18px;
				background: #fff;
				/*height: 200px;*/
				/* 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;
			}
			
			.inx-hezuo .swiper-button-next {
				background: url(../image/_next.png) no-repeat center center rgba(41, 143, 203, .5);
				border-radius: 50% 0 0 50%;
				width: 45px;
			}
			
			.inx-hezuo .swiper-button-prev {
				background: url(../image/_prev.png) no-repeat center center rgba(41, 143, 203, .5);
				border-radius: 50% 0 0 50%;
				width: 45px;
			}
			/*首页品牌切换*/
