﻿/*服务规范*/
.m-text-sz{
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 65px;
}
.m-text-sz li{overflow: hidden;margin-bottom: 30px;}
.m-text-sz .pic{
	height: 300px;
	float: left;
	width: 40%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}
.m-text-sz .pic img{
	display: none;
}
.m-text-sz .txt{
	float: right;
	width: 56%;
	line-height: 1.79em;
	color: #666;
}
.m-text-sz .txt p{overflow: hidden;padding-left: 2%;}
.m-text-sz .txt b{
	display: block;
	float: left;
}
.m-text-sz .txt span{
	display: block;
	margin-left: 72px;
}
.m-text-sz .tit{
	padding-bottom: 15px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #e84044;
	font-weight: normal;
	border-bottom: 1px solid  #e84044;
}
.m-text-sz li:nth-child(even) .pic{float: right;}
.m-text-sz li:nth-child(even) .txt{float: left;}

/*加入我们*/
.m-join-sz{
	padding-top: 32px;
	padding-bottom: 100px;
}
.m-join-sz .tit {
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	background-color: #e84044;
}
.m-join-sz span.s1{
	float: left;
	width: 20%;
	height: 60px;
	line-height: 60px;
}
.m-join-sz span.sp1{padding-left: 3%;}
.ul-text-jr{
	color: #666;
}
.ul-text-jr h4{
	overflow: hidden;
	font-weight: normal;
	border-bottom: 1px solid  #cecece;
}
.ul-text-jr .txt{
	display: none;
	padding-top: 25px;
	padding-bottom: 45px;
	padding-left: 3%;
	line-height: 1.71em;
	background-color: #f1f1f1;
}
.ul-text-jr h5,.ul-text-jr .h5{
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
.ul-text-jr .last{
	position: relative;
}
.ul-text-jr i{
	display: block;
	position: absolute;
	top: 50%;
	left: 70%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(img/ico-open.png) center center no-repeat;
}
.ul-text-jr h4.open{background-color: #eee;border-bottom: none;}
.ul-text-jr h4.open i{background-image: url(img/ico-close.png);}
/*联系我们*/
#allmap {
	width: 100%;
	/*height: 700px;*/
}
.m-map-lx{
	background:#f5f5f5 url(img/lx-bg.png) center bottom 30px no-repeat;
}
.m-map-lx .map{
	overflow: hidden;
	padding-bottom: 100px;
	/*margin-top: -320px;*/
	padding-top: 30px;
	position: relative;
	z-index: 99;
}
.m-map-lx .pic img{display: block;width: 100%;height: 100%;}
.m-map-lx li{
	width: 500px;
	height: 500px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background-color: #eee;
}
.m-map-lx li:hover{
	box-shadow: 0px 0px 45px rgba(34,24,21,.5);
}
.m-map-lx li.li1{
	float: left;	
	margin-left: 60px;
}
.m-map-lx li.li2{
	float: right;
	margin-right: 60px;
}
.m-map-lx .txt{
	padding: 10px 20px;
	line-height: 30px;
}
.m-map-lx .txt p{
	padding-left: 50px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	background-position: left center;
}
.m-map-lx .txt p.info{background-image: url(img/lx-icon.png);}
.m-map-lx .txt p.con{background-image: url(img/lx-icon2.png);}
.m-map-lx .txt p.pho{background-image: url(img/lx-icon3.png);}
.m-map-lx .txt p.email{background-image: url(img/lx-icon4.png);}
.m-map-lx .txt p.web{background-image: url(img/lx-icon5.png);}
.m-map-lx h3{
	font-size: 16px;
	color: #ce3f3f;
}
.m-map-lx h3:after{
	content: '';
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 15px;
	height: 1px;
	background-color: #ce3f3f;
}
/*造梦者-搜索结果返回页面*/
.m-content-sz{
	padding-top: 50px;
	padding-bottom: 99px;
}
.m-content-sz .box-bg1{
	border-radius: 3px;
	padding: 50px 100px 70px;
	background-color: #fff;
}
.m-content-sz .tit{
	padding-bottom: 20px;
	border-bottom: 1px solid  #e5e5e5;
}
.m-content-sz .tit h3{
	font-size: 16px;
	color: #e8303f;
	font-weight: normal;
}
.m-content-sz .so{
	margin-bottom: 32px;
	font-size: 12px;
}
.m-content-sz .so:after, .m-content-sz .so:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.m-content-sz .so .int{
	padding-left: 10px;
	width: 80%;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #d2d2d2;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2)
}
.m-content-sz .so .btn{
	float: right;
	width:18%;
	height: 40px;
	border-radius: 3px;
	background-color: #e8303f;
	color: #fff;
}
.m-content-sz .so .btn:hover{
	color: #e8303f;
	background-color: #fff;
	border: 1px solid #e8303f;
}
.m-content-sz .more-fh{
	display: block;
	margin: 49px auto 0;
	width: 286px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	font-size: 12px;
	color: #e70f20;
	border: 1px solid #f27f88;
}
.m-content-sz .more-fh:hover{
	color: #fff;
	background-color: #f27f88;
}
.ul-list-timg{
}
.ul-list-timg li{
	overflow: hidden;
	height: 166px;
	line-height: 166px;
	border-bottom: 1px solid  #e5e5e5;
}
.ul-list-timg .pic{
	margin-top: 20px;
	height: 125px;
	float: left;
	border-radius: 3px;
}
.ul-list-timg .pic img{
	display: block;
	width: 100%;height: 100%;
}
.ul-list-timg .txt{
	position: relative;
	margin-left: 210px;
}
.ul-list-timg .txt p{
	padding-right: 75px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-list-timg .txt .more{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}
/*00造梦者-新闻列表*/
.m-new-sz{
	width: 92%;
	margin: 37px auto 100px;
}
.ul-timg-sz {
	margin-right: -2%;
}

.ul-timg-sz li{
	/*overflow: hidden;*/
	margin-bottom: 30px;
	margin-right: 2%;
	height: 416px;
	width: 48%;
	float: left;
	
}
.ul-timg-sz li > a {
    position: relative;
    z-index: 1;
    float: right;width: 50%;
    height: 100%;overflow: hidden;
}
.ul-timg-sz li .txt{
	position: relative;
	background-color: #fff;
	float: left;
	width: 50%;
	height: 100%;
	padding:52px 27px 40px;
	color: #666;
    z-index: 1;
}
.ul-timg-sz li .txt p{color: #666;}
.ul-timg-sz li{
	position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.ul-timg-sz li .pic{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.ul-timg-sz img{
	display: none;
	width: 100%;
	height: auto;
}
.ul-timg-sz li.w100{width: 98%;height: 428px;margin-right: 0;}
.ul-timg-sz li.w100 .txt{
	width: 24%;
	background-color: #3b3b3b;
}
.ul-timg-sz li.w100 h3{color: #fff;}
.ul-timg-sz li.w100 a,.ul-timg-sz li.w100 h3,.ul-timg-sz li.w100 .txt p{color: #fff;}
.ul-timg-sz li.w100 h3:after{background-color: #c5c5c5;}
.ul-timg-sz li.w100 .info{color: #c5c5c5;}
.ul-timg-sz li.w100 > a {width: 76%;}
.ul-timg-sz li.w100 .jiathis_style  .jiathis_button_tsina .jiathis_txt.jtico.jtico_tsina{
	background-image: url(img/xw-wb0.png);
}
.ul-timg-sz li.w100 .jiathis_style .jiathis_button_weixin .jiathis_txt.jtico.jtico_weixin{
	background-image: url(img/xw-wx0.png);
}
.ul-timg-sz .info{font-size: 14px;color: #333333;margin-bottom: 15px;}
.ul-timg-sz .date{display: block;font-size: 14px;margin-top: 9px;}
.ul-timg-sz h3{
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 22px;
	color: #333333;
}
.ul-timg-sz h3:after{
	content: '';
	display: block;
	width: 6px;
	height: 2px;
	margin-top: 10px;
	background-color: #000;
}
.ul-timg-sz .s1{font-size: 12px;float: left;}
.ul-timg-sz li:after{
	content: '';
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	border: 0px solid #fff;
	   box-shadow: 0 15px 40px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 15px 40px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 15px 40px 0px rgba(0, 0, 0, 0.2);
}
.ul-timg-sz li:hover::after{
	content: '';
	display: block;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	border: 10px solid #fff;
/*      box-shadow: 0 15px 40px 0px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0 15px 40px 0px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 15px 40px 0px rgba(0, 0, 0, 0.2);*/
	}
.ul-timg-sz li:hover {
	/*background-color: #fff;*/
}
.ul-timg-sz li:hover .jiathis_style{display: block;}
.jiathis_style{
	display: none;
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.jiathis_style  .jiathis_button_tsina .jiathis_txt.jtico.jtico_tsina{
	background-image: url(img/xw-wb.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.jiathis_style .jiathis_button_weixin .jiathis_txt.jtico.jtico_weixin{
	margin-left: 10px;
	background-image: url(img/xw-wx.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.m-more{
	margin: 10px auto 0;
	display: block;
	width: 286px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	color: #ed7a83;
	background-color: #fff;
	border: 1px solid #ed7a83;
}
.m-more:hover{
	color: #fff;
	background-color: #e62129;
}
/*01.造梦者-新闻详情页*/
.m-text-xq{
	padding-top: 48px;
	padding-bottom: 100px;
}
.m-text-xq .txt{
	margin: 0 auto;
	width: 83%;
	color: #555;
	line-height: 1.86em;
}
.m-text-xq .title{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.m-text-xq .txt .img{
	display: block;
    margin: 35px 0;
	width: 100%;
	height: auto;
}
.m-pn{
	position: relative;
	margin-top: 40px;
	padding: 23px 20px 100px;
	background-color: #f9f9f9;
	border-top: 2px solid  #e70f20;
	box-shadow: 0px 5px 21px 5px rgba(0,0,0,.15);
}
.m-pn .share{
	position: absolute;
	top: 23px;right: 20px;
}
.m-pn .share .jiathis_style{
	display: block;
	position: static;
}
.m-pn .share .jiathis_style .s1{
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}
.m-pn .tit{
	margin-bottom: 10px;
	color: #666;
	font-size: 24px;
}
.m-pn .pn span{
	float: left;
	display: block;
}
.m-pn .pn a{
	margin-left: 52px;
	display: block;
	margin-bottom: 9px;
}
.m-pn .pn a:hover{color: #e62129;}
/*02.造梦者-图片分享*/
.ul-pic-list{
	overflow: hidden;
	padding-top: 31px;
	padding-bottom: 50px;
	margin-right: -13px;
}
.ul-pic-list li{
	float: left;
	width: 25%;
}
.ul-pic-list .con{
	display: block;
	margin-right: 13px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-pic-list .con:hover{
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2)
}
.ul-pic-list .con:hover .tit{
	color: #fff;
	background-color: #e62129;
}
.ul-pic-list .tit{
	line-height: 93px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	background-color: #fff;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-pic-list .pic{
	position: relative;
	padding-top: 100%;
}
.ul-pic-list img{
	position: absolute;
	display: block;
	width: 100%;height: 100%;
	top: 0;left: 0;
}
.m-ban-tp{
	overflow: hidden;
	padding-top: 43px;
	height: 340px;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-ban-tp .tit{
	margin-bottom: 27px;
	font-weight: normal;
	font-size: 24px;
}
.m-ban-tp .tit:after{
	content: '';
	margin: 14px auto 0;
	display: block;
	width: 25px;
	height: 1px;
	background-color: #fff;
}
.m-ban-tp .more{
	margin: 36px auto 0;
	display: block;
	width: 400px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #e62129;
}
.m-ban-tp .more:hover{
	color: #e62129;
	background-color: #fff;
	border: 1px solid #e62129;
}
.m-ban-tp .more:hover i{background-image: url(img/tp-ico01.png);}
.m-ban-tp .more i{
	display: inline-block;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background: url(img/tp-ico1.png) center center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
/*03.造梦者-图片分享-列表(客户上传)*/
.row1-lb,.row2-lb{overflow: hidden;}
.row1-lb{padding-top: 40px;}
.row2-lb{padding-bottom: 100px;}
.m-tit-lb h2{
	font-weight: normal;
	font-size: 24px;
	color: #333333;
}
.m-tit-lb h2:after{
	content: '';
	display: block;
	margin-top: 15px;
	width: 15px;
	height: 1px;
	background-color: #e8303f;
}
.m-tit-lb .down{
	display: block;
	float: right;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	color: #e8303f;
	background-color: #fff;
	border: 1px solid #e8303f;
}
.m-tit-lb .down:hover{
	color: #fff;
	background-color: #e62129;
}
.ul-pic-lb{
	padding-top: 23px;
	margin-right: -15px;
}
.ul-pic-lb li{
	float: left;
	width: 25%;
	margin-bottom: 15px;
}
.ul-pic-lb a{
	display: block;
	margin-right: 15px;
	position: relative;
	padding-top: 66%;
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
}
.ul-pic-lb a:hover{
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,.21)
}
.ul-pic-lb img{
	display: block;
	position: absolute;
	width: 100%;height: 100%;
	top: 0;left: 0;
}
/*03.造梦者-图片分享-列表（用户上传）*/
.box-row{
	padding-top: 50px;
	padding-bottom: 100px;
}
.box-row .share{
	position: fixed;
	top: 70%;
	right: 0;
	display: block;
	padding-top: 44px;
	width: 88px;
	height: 65px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	background: #e62129 url(img/sc-ico2.png) center top 13px no-repeat;
}
.ul-timg-sc {
}
.ul-timg-sc li{
	margin-bottom: 50px;
}
.ul-timg-sc .tit{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	color: #fff;
	background-color: #e62129;
}
.ul-timg-sc .tit h3{
    font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-timg-sc .tit .date{
	float: right;
}
.ul-timg-sc .timg{
	overflow: hidden;
	padding: 20px 30px 30px;
	background-color: #f5f5f5;
}
.ul-timg-sc .timg .txt{
	margin-bottom: 20px;
	padding-left: 10px;
	padding-bottom: 12px;
	line-height: 25px;
	border-bottom: 1px dotted #e62129;
}
.ul-timg-sc .timg .pic{
	overflow: hidden;
	padding: 0 10px;
	margin-right: -27px;
}
.ul-timg-sc .timg .box-pic{
	float: left;
	width: 25%;
}
.ul-timg-sc .timg .fancybox{
	position: relative;
	display: block;
	padding-top: 62%;
	margin-right: 27px;
	border: 1px solid #e5e5e5;
}
.ul-timg-sc .timg .pic img{
	position: absolute;
	display: block;
	top: 0;left: 0;
	width: 100%;height: 100%;
}
.ul-timg-sc .timg .mb{
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;height: 100%;
	color: #fff;
	padding-top: 44%;
	background: rgba(0,0,0,.50) url(img/tp-ico1.png) center center no-repeat;
	text-align: center;
}
.ul-timg-sc .timg .fancybox:hover .mb{opacity: 1;}
.m-pop .box.m-sc{border-radius: 3px;}
.m-pop .box.m-sc .close{
	width: 22px;
	height: 22px;
	top: 10px;
	left: 99%;
	background-image: url(img/close0.png);
}
.m-pop .box.m-sc{
	position: relative;
	padding-bottom: 50px;
	background-color: #fff;
}
.m-sc .tit{
	padding-top: 70px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
}
.m-sc .tit span{
	display: block;
	margin: 15px auto 0;
	font-size: 14px;
	font-weight: normal;
}
.m-sc .int{
	display: block;
	margin: 0 auto;
	width: 44%;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
}
.m-sc .int.t1{
	margin-bottom: 10px;
	padding-left: 14px;
	height: 40px;
	line-height: 40px;
}
.m-sc .int.t2{
	margin-bottom: 40px;
	padding: 14px;
	height: 120px;
}
.m-sc .section{
	margin-bottom: 30px;
	padding: 0 30px;
	border-bottom: 1px dotted  #bfbfbf;
}
.m-sc .box-file{
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 40px;
	display: block;
	width: 100%;
	border-top: 1px dotted  #e62129;
}
.m-sc .box-file .file{
	cursor: pointer;
    float: left;
    display: block;
    width:165px;
    height: 114px;
    background: url(img/sc-btn.png) center center no-repeat;
    background-size: 100%;
}
.m-sc .box-file input.sc{display: none;}
.m-sc .box-file .pic {
    position: relative;
    margin-left: 18px;
    float: left;
    width: 165px;
    height: 114px;
    line-height: 114px;
    text-align: center;
}
.m-sc .box-file .pic img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    }
.m-sc .box-file .pic .del {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(img/ico-del.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.m-pop .m-sc .btn1{
	display: block;
	float: none;
	text-align: center;
	margin: 0 auto;
	width: 157px;
	height: 46px;
	border-radius: 3px;
	color: #fff;
	background-color: #e62129;
}
.m-pop .bt:hover{
	background-color: #fff;
	color: #e62129;
	border: 1px solid #e62129;
}
.m-pop .m-sc .pop-2{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -129px;
	width: 450px;
	height: 258px;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
}
.m-pop .m-sc .pop-2 span{
	display: block;
	margin-bottom: 30px;
	padding-top: 100px;
	font-size: 18px;
	color: #e62129;
	background: url(img/sc-ico3.png) center top no-repeat;
}
.m-pop .m-sc .pop-2 .btn2{
	display: block;
	float: none;
	text-align: center;
	margin: 0 auto;
	width: 111px;
	height: 37px;
	border-radius: 3px;
	color: #fff;
	background-color: #e62129;
}


.bigPopBox {
    position: fixed;
    top: -500%;
    left: 0;
    right: 0;
    z-index: 9990;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.bigPopBox.open{top: 0;}
.bigPopBox .box {
    width: 60%;
    height: 100%;
    padding: 100px 130px 0;
    margin: 0 auto;
    font-size: 0;
}
@media only screen and (max-width: 1024px) {
	.bigPopBox .box{width: 80%;}
}
@media only screen and (max-width: 768px) {
	.bigPopBox{
	display: flex;
	 align-items: center;
		
	}
	.bigPopBox .box{
		width: 90%;
	}
	.media-list .slick-arrow {
	}
}
	@media only screen and (max-width: 620px) {
		.bigPopBox .box{
			width: 100%;
			padding: 150px 50px;
		}
	}
.bigPopBox .dib {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.media-list .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 0;
    margin-top: -45px;
    text-indent: -9999px;
    cursor: pointer;
}
.media-list.show {
    display: block;
 }
.media-list .slick-prev {
    left: -130px;
    background: url(img/media-prev.png) 0 0/cover no-repeat;
}
.media-list .slick-next {
    right: -130px;
    background: url(img/media-next.png) 0 0/cover no-repeat;
}
.media-list .slick-prev:hover{background-image: url(img/media-prev0.png);}
.media-list .slick-next:hover{background-image: url(img/media-next0.png);}
.bigPopBox .CloseBtn {
    position: absolute;
    z-index: 9;
    right: -23px;
    top: -30px;
    width: 45px;
    height: 45px;
    background: url(img/media-close.png) center/100% auto no-repeat;
    border-radius: 50%;
}
.media-list .pic {
    position: relative;
    overflow: hidden;
    padding-top: 69.117647%;
}
.media-list .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media-list .txt {
    position: relative;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #fff;
}
.media-list .txt .btn {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 10px;
    height: 45px;
    font-size: 0;
    line-height: 45px;
}
.media-list .txt a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #666666;
}
.media-list .txt h3 {
    font-size: 14px;
    color: #333333;
    font-weight: lighter;
}
.bigPopBox .slider-num {
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    font-size: 12px;
    color: #666666;
    line-height: 45px;
    height: 45px;
}




	@media only screen and (max-width:750px) {
		.media-list .slick-arrow{height: 0;}
	}
	@media only screen and (max-width: 670px) {
		.media-list .txt .btn{display: none;}
		.bigPopBox .CloseBtn{
			width: 30px;height: 30px;
			right: -15px;
			top: -20px;
		}
		.bigPopBox .slider-num,.media-list .txt{height: 33px;line-height: 33px;}
	}

/*04.造梦者-官方视频*/
.m-video-gf{
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 100px;
}
.video-list{
	overflow: hidden;
	margin-right: -68px;
}
.video-list li{
	width: 33.3333%;
	float: left;
	margin-bottom: 30px;
}
.video-list .box-vd{
	margin-right: 68px;
	border-bottom: 1px solid  #e8e8e8;
}
.video-list .box-vd:hover{border-bottom-color: #ee929a;}
.video-list .pic{position: relative;padding-top: 57%;}
.video-list .pic img{display: block;width: 100%;height: 100%;top: 0;left: 0;position: absolute;}
.video-list .info{line-height: 51px;margin-bottom: 10px;}
.video-list .info a{
	display: block;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.video-list .info .date{
	float: right;
	font-size: 12px;
}
.m-btn-gf{
	overflow: hidden;
	padding-bottom: 22px;
}
.m-btn-gf .more{
	display: block;
	float: left;
	margin-right: 20px;
	width: 110px;
	height: 35px;
	line-height: 32px;
	color: #ed7a83;
	border: 1px solid #ed7a83;
	text-align: center;
	border-radius: 3px;
}
.m-btn-gf .more i{
	display: inline-block;
	margin-right: 5px;
	width: 10px;height: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.m-btn-gf .more:hover{
	color: #fff;
	background-color: #e62129;
}
.m-btn-gf .more.a1 i{background-image: url(img/gf-img1.png);}
.m-btn-gf .more.a1:hover i{background-image: url(img/gf-img01.png);}
.m-btn-gf .more.a2 i{background-image: url(img/gf-img2.png);}
.m-btn-gf .more.a2:hover i{background-image: url(img/gf-img02.png);}
/*00.造梦者-说明书下载*/
.row-xz{overflow: hidden;}
.row-xz.r1{
	padding-top: 12px;
	padding-bottom:24px;
}
.row-xz.r2{
	padding-bottom: 100px;
}
.row-xz .tit{
	position: relative;
	padding-left: 25px;
	margin-bottom:6px;
	padding-bottom: 58px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #efjyayishid;
	background: url(img/xz-img1.png) left center no-repeat;
}
.row-xz .tit:after{
	content: '';
	position: absolute;
	left: 0;bottom: 0px;
	display: block;
	width: 170px;
	height: 1px;
	background-color: #ee929a;
}
.ul-txt-xz{
	overflow: hidden;
	margin-right: -39px;
}
.ul-txt-xz li{
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.ul-txt-xz a{
	padding-right: 25px;
	display: block;
	margin-right: 39px;
	line-height: 35px;
	color: #666;
	border-bottom: 1px solid  #e5e5e5;
	background: url(img/xz-img02.png) right center no-repeat;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-txt-xz a:hover{color: #e8303f;background-image: url(img/xz-img2.png);}
.row-xz .m-more{margin-top: 90px;}
/*01.造梦者-FAQ*/
.m-faq {
	overflow: hidden;
	padding-top: 29px;
	padding-bottom: 90px;
}
.m-faq .col-r{
	width: 72%;
}
.m-faq .col-l{
	width: 25%;
}
.m-faq .snv{
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	background-color: #d5424e;
}
.m-faq .snv .tit{
	font-size: 18px;
	padding-bottom: 50px;
}
.m-faq .snv a{
	position: relative;
	display: block;
	margin-left: 20px;
	margin-bottom: 37px;
	color: #fff;
	font-size: 16px;
}
.m-faq .snv li.on a:after{
	content: '';
	display: block;
	position: absolute;
	left: 30%;
	top: 50%;
	width: 6px;
	height: 2px;
	background-color: #ebb3b7;
}
.dl-list{margin-bottom: 10px;}
.dl-list dt{
	padding-left: 18px;
	line-height: 70px;
	font-size: 18px;
	color: #d5424e;
	background-color: #e1e1e1;
}
.dl-list .question{
	padding-left: 18px;
	line-height: 65px;
	font-size: 16px;
	color: #666;
    cursor: pointer;
	border-bottom: 1px solid  #f5f5f5;
	background: #eee url(img/faq-img1.png) right 18px center no-repeat;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 40px;
}
.dl-list .question.open{
    color: #d5424e;
	background-image: url(img/faq-img2.png);
}
.dl-list .txt{
	display: none;
	padding: 16px 19px 20px;
	line-height: 1.86em;
	color: #666;
	background-color: #fff;
}
/*02.造梦者-APP下载*/
.m-app{
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 70px;
	background: url(img/app-bg1.png) center bottom -100px no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.m-app .pic{
	float: left;
	width: 31%;
	margin-right: 85px;
}
.m-app .pic img{
	display: block;
	width: 100%;
	height: auto;
}
.m-down-app{
	overflow: hidden;
	padding-top: 75px;
	padding-left: 15px;
	padding-bottom: 76px;
}
.m-down-app a{
	display: block;
	float: left;
}
.m-down-app .down{
	margin-right: 19px;
	margin-bottom: 20px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #e8303f;
	border-radius: 3px;
	border: 1px solid #e8303f;
	text-align: center;
}
.m-down-app .down i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.m-down-app .down.a1 i{background-image: url(img/app-ad1.png);}
.m-down-app .down.a1:hover i{background-image: url(img/app-ad01.png);}
.m-down-app .down.a2 i{background-image: url(img/app-ap1.png);}
.m-down-app .down.a2:hover i{background-image: url(img/app-ap01.png);}
.m-down-app .down:hover{
	color: #fff;
	background-color: #e8303f;
}
.m-down-app .down.a2{margin-right: 10px;}
.m-down-app .a3{
	float: left;
	height: 50px;
	padding-top: 30px;
	color: #666;
}
.dl-list-app dt{
	margin-bottom: 21px;
	overflow: hidden;
	padding-left: 15px;
}
.dl-list-app dd{
	overflow: hidden;
}
.dl-list-app .item{
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
	padding: 0 15px;
	float: left;
	padding-top: 70px;
	width: 25%;
    height: 102px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}
.dl-list-app .item.t1{background-image: url(img/app-img1.png);}
.dl-list-app .item.t2{background-image: url(img/app-img2.png);}
.dl-list-app .item.t3{background-image: url(img/app-img3.png);}
.dl-list-app .item.t4{background-image: url(img/app-img4.png);}
/*03.造梦者-门店查询*/
#allmap2{
	height: 670px;
}
.m-map-md .wp{
	position: relative;
}
.so-md{
	position: absolute;
	padding: 18px 30px;
	top: 30px;
	left: 0;
	height: 80px;
	width: 717px;
	background-color: #fff;
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,.15);
	z-index: 10;
}
.so-md .s1{margin-right: 25px;}
.so-md .so{
	padding-left: 10px;
	width: 35%;
	height: 45px;
	border: 1px solid #eee;
	color: #000;
	background: url(img/md-img.png) right 10px center no-repeat;
}
.so-md .btn{
	margin-left: 10px;
	padding-left: 20px;
	width: 23%;
	height: 45px;
	border: 1px solid #eb5962;
	border-radius:3px;
	text-align: center;
	background-color: #fff;
	background: url(img/md-so.png) left 50px center no-repeat;
}
.so-md .btn:hover{
	color: #fff;
	background-color: #eb5962;
	background-image: url(img/md-so0.png);
}
.box-md{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 158px;
	background-color: #fff;
	height: 460px;
	width: 350px;
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,.15)
}
.box-md .tit{
	margin: 0 20px;
	line-height: 50px;
	color: #eb5962;
	border-bottom: 1px solid  #eee;
}
.box-md .tit .close{
	float: right;
	margin-right: -5px;
	cursor: pointer;
}
.map-md{
	height:410px;
	overflow: hidden;
	overflow-y: auto;
}
.map-md li{
	padding: 20px;
	line-height: 2.08em;
	font-size: 14px;
	border-bottom: 1px dashed  #eee;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #eb5962!important;
}
.mCSB_scrollTools{width: 6px!important;}
.map-md .a-map{
	display: block;
	padding-left: 22px;
	background: url(img/md-map.png) left center no-repeat;
}
.map-md .a-map:hover{color: #eb5962;}

/*造梦者-筛选页面*/
.ul-select{
	margin-top: 30px;
	margin-bottom: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0,.15);
	box-shadow: 0px 0px 25px 5px rgba(0, 0, 0,.15);
}
.ul-select li{
	overflow: hidden;
	height: 42px;
	line-height: 42px;
}
.ul-select .tit{
	background-color: #eee;
	color: #333;font-size: 16px;font-weight: bold;
	height: 100%;
	width: 8.5%;
	text-align: center;
	float: left;
}
.ul-select li:first-of-type{height: 58px;line-height: 72px;}
.ul-select li:last-of-type{height: 58px;line-height: 44px;}
.ul-select li:first-of-type .option{border: none;}
.box-op{float: right;width: 91.5%;padding: 0 30px;}
.ul-select .box-op .option{
	display: block;
	border-top: 1px dashed  #eee;
}
.ul-select .option a{
	display: inline-block;
	width: 100px;
	margin-right: 5px;
	font-size: 16px;
}
.ul-select .option a.on,.ul-select .option a:hover{color: #e84044;}
.row-sx2{padding-bottom: 60px;}
.ul-pic-sx{
	/*overflow: hidden;*/
	margin-right: -87px;
}
.ul-pic-sx li{
	float: left;
	width: 25%;
	margin-bottom: 40px;
}
.ul-pic-sx a{
	display: block;
	position: relative;
	margin-right: 87px;
}
.ul-pic-sx a:hover{
	-webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0,.15);
	box-shadow: 0px 0px 25px 5px rgba(0, 0, 0,.15);
}
.ul-pic-sx .pic{
	height: 233px;
	line-height: 233px;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid  #e8303f;
}
.ul-pic-sx a:hover .pic{border-bottom-color: #f0f0f0;}
.ul-pic-sx .pic img{
	display: inline-block;
	vertical-align: middle;
	max-height: 204px;
}
.ul-pic-sx .txt{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(img/sx-libg.png) repeat;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.ul-pic-sx a:hover .txt{opacity: 1;}

.ul-pic-sx .txt h5{
	padding-top: 100px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.ul-pic-sx .txt h5::after{
	content: '';
	display: block;
	margin: 10px auto 15px;
	width: 15px;
	height: 1px;
	background-color: #e94a57;
}
.ul-pic-sx .txt span{
	font-size: 16px;
	color: #e8303f;
}
.m-ban-tp.sx{height: 300px;}
.m-ban-tp.sx .more{
	margin-top: 25px;
	height: 35px;
	width: 194px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 35px;
	color: #fff;
	background: url(img/btn-bg.png) repeat-X;
}
.row-sx{overflow: hidden;}
.m-shaixuan{display: none;}

/*造梦者-系列列表*/
.row-xl{overflow: hidden;}
.row-xl1{padding-top: 50px;padding-bottom: 55px;overflow: hidden;}
.row-xl2{border-bottom: 1px solid  #e5e5e5;padding-bottom: 60px;margin-bottom: 40px;}
.m-txt-img{
	overflow: hidden;
}
.m-txt-img .txt{
	float: left;
	width: 50%;
	padding-right: 70px;
	line-height: 25px;
	font-size: 16px;
	color: #666;
}
.m-txt-img .txt .tit{
	font-size: 24px;
	margin-bottom: 20px;
	color: #333;
	line-height: 35px;
}
.m-txt-img .txt .tit::after{
	content: '';
	display: block;
	margin-top: 15px;
	width: 15px;
	height: 1px;
	background-color: #666;
	}
.m-txt-img .pic{
	float: right;
	width: 50%;
}
.row-xl2 .ul-pic-sx{margin-right: -150px;}
.row-xl2 .ul-pic-sx li{
	width: 33.3333%;
}
.row-xl2 .ul-pic-sx .pic{height: 300px;line-height: 300px;}
.row-xl2 .ul-pic-sx .pic img{max-height: 260px;}
.row-xl2 .ul-pic-sx .txt h5{padding-top: 100px;font-size: 30px;}
.row-xl2 .ul-pic-sx .txt h5::after{margin-bottom: 30px;}
.row-xl2 .ul-pic-sx a{margin-right: 150px;}
.m-tit-xl{
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 25px;
}
.m-tit-xl h2{
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
.m-tit-xl h2::after{
	content: '';
	display: block;
	margin: 16px auto 28px;
	width: 25px;
	height: 1px;
	background-color: #333;
	}
.ul-pic-list2{margin-right: -23px;}
.ul-pic-list2 li{
	width: 25%;
	float: left;
	margin-bottom: 20px;
}
.ul-pic-list2 .tit{
	text-align: left;
	padding-left: 17px;
	padding-top: 20px;
	background-color: #f6f6f6;
	font-size: 18px;
	line-height: 21px;
	height: 76px;
}
.ul-pic-list2 .tit span{
	font-size: 14px;
	display: block;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-pic-list2 .con{
	margin-right: 23px;
	display: block;
}
.ul-pic-list2 .con:hover .tit{color: #fff;background-color: #e8303f;}
.ul-pic-list2 .con:hover{
	box-shadow: 0px 0px 34px rgba(0,0,0,.15);
}
.ul-pic-list2 .pic{
	height: 300px;
	line-height: 300px;
	text-align: center;
	border: 1px solid #f0f0f0;
}
.ul-pic-list2 .pic img{
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}
.now-shop {
	float: right;
	display: block;
	position: relative;
	height: 100%;
	line-height: 89px;
	font-size: 12px;
	color: #666;
	cursor: pointer;
}
.now-shop .sp1 {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-left: 25px;
    line-height: 40px;
	width: 138px;
	height: 40px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
    background: #e5404e url(img/shop.png) left 31px center no-repeat;
}
.now-shop .shop-box{
    display: none;
    position: absolute;
    top: 64px;
    left: 5px;
    right: 5px;
    z-index: 99;
    border: 1px solid #eee;
    background-color: rgba(255,255,255,.9);
}
.now-shop .shop-box a{margin: 0;}
.now-shop .shop-box .tr1 {
    display: block;
    text-align: center;
    height: 58px;
    line-height: 58px;
    font-size: 12px;
    color: #666;
    padding: 0 15px;
}
.now-shop .shop-box .tr1.jd span {
    background: url(img/ico-jd.png) 15px center no-repeat;
}
.now-shop .shop-box .tr1 span {
    display: block;
    padding-left: 30px;
}
.now-shop .shop-box .tr1.tm:hover span {
    color: #e84044;
    background: url(img/ico-tm1.png) 15px center no-repeat;
}
.now-shop .shop-box .tr1.jd:hover span{
    color: #e84044;
    background: url(img/ico-jd1.png) 15px center no-repeat;
}
.now-shop .shop-box .tr1.tm span {
    background: url(img/ico-tm.png) 15px center no-repeat;
    border-bottom: 1px solid #d2d2d2;
}
.row-img img{display: block;}
.row-cp2{padding-top: 40px;padding-bottom: 50px;overflow: hidden;}
.in-ban-box{
	float: left;
	width: 45%;
	padding-right: 112px;
}
.in-ban-box img{
	display: inline-block!important;
	vertical-align: middle;
}
.in-ban-box .item{
	text-align: center;
}
.jz-slider {
	margin-top: 20px;
	padding: 0 24px;
	position: relative;
}
.jz-slider .slick-arrow{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 12px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center center;
}
.jz-item{
	line-height: 88px;
	text-align: center;
	border: 2px solid #fff;}
.jz-item.slick-current{border: 2px solid #e8303f;}
.jz-slider .prev{
	left: 0;
	background-image: url(img/pl.png);
}
.jz-slider .next{
	right: 0;
	background-image: url(img/pr.png);
}
.m-desc{
	float: right;
	width: 55%;
}
.m-desc .tit{
	font-size: 14px;
	color: #666;
	padding-bottom: 26px;
	border-bottom: 1px solid  #eee;
}
.m-desc .tit h4{
	font-size: 30px;
	color: #333;
	font-weight: normal;
	margin-bottom: 18px;
}
.m-desc .txt{
	margin-bottom: 50px;
	font-size: 16px;
	color: #666;
	line-height: 25px;
	padding: 13px 2px;
	border-bottom: 1px solid  #eee;
}
.m-desc .txt li{
	padding-left: 15px;
	background: url(img/dian.png) left center no-repeat;
	padding-bottom:10px;
}
.m-desc .txt li b{ color:#e84044;}
.m-bot{height: 40px;line-height: 40px;position: relative;}
.m-bot .now-shop{
	position: absolute;
	top: -9px;
	left: 0;
	float: none; 
	display: inline-block;
	line-height: 60px;
}
.m-bot .now-shop .sp1{position: relative;width: 203px;background: #e5404e url(img/shop.png) left 64px center no-repeat;}
.m-bot .now-shop .sp1 i{
	position: absolute;
	right: 13px;
	top: 0px;
}
.m-bot .now-shop .shop-box{top: 50px;left: 0;right: 0;height: 60px;line-height: 60px;}
.m-bot .now-shop .shop-box .tr1{
	display: inline-block;
	padding: 0;
	width: 49%;
	height: 60px;
	line-height: 60px;

}
.m-bot .now-shop .shop-box .tr1:hover{background-color: #eee;}
.m-bot .now-shop .shop-box .tr1.tm span{border-bottom: none;}
.m-bot .cha{
	display: inline-block;
	margin-left: 220px;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #eb4c59;
	padding-left: 27px;
	border: 1px solid #eb4c59;
	background: url(img/cha.png) left 20px center no-repeat;
}
.row-cp3{overflow: hidden;background-color: #f6f6f6;padding-top: 40px;padding-bottom: 50px;margin-bottom: 40px;}
.row-cp3 .m-tit-xl{text-align: left;padding-bottom: 0px;margin-bottom: -13px;}
.row-cp3 .m-tit-xl h2:after{
	margin-left: 0;
	}
.row-cp3 .col-l{width: 55%;overflow: hidden;}
.row-cp3 .col-r{width: 40%;margin-top: -30px;}
.row-cp3 .col-r .pic{text-align: center;}
.ul-cp{overflow: hidden;margin-right: -30px;}
.ul-cp li{
	float: left;
	width: 50%;
	height: 52px;
	line-height: 51px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.ul-cp .con{
	padding-left: 44px;
	margin-right: 30px;
	border-bottom: 1px solid #d3d3d3;
	background-repeat: no-repeat;
	background-position: left 17px center;
}
.ul-cp span{float: right;color: #676769;font-weight: normal;}
.ul-cp .li1 .con{background-image: url(img/a1.png);}
.ul-cp .li2 .con{background-image: url(img/a2.png);}
.ul-cp .li3 .con{background-image: url(img/a3.png);}
.ul-cp .li4 .con{background-image: url(img/a4.png);}
.ul-cp .li5 .con{background-image: url(img/a5.png);}
.ul-cp .li6 .con{background-image: url(img/a6.png);}
.ul-cp .li7 .con{background-image: url(img/a7.png);}
.ul-cp .li8 .con{background-image: url(img/a8.png);}
.m-tit-xl.c{color: #999;}




@media only screen and (max-width: 1200px) {
	.m-map-lx li { width: 40%;}
} 

@media only screen and (max-width: 1024px) {
	.row-xl1{padding: 30px 0;}
    #allmap{height: 600px;}
    /*.m-map-lx .map{margin-top: -250px;}*/
    /*.m-map-lx li{width: 350px;height: 395px;}*/
    .m-map-lx li.li1{
        margin-left: 50px;
    }
    .m-map-lx li.li2{
        margin-right: 50px;
    }
    .m-app{background-position: center bottom -30px;}
    .m-app .pic{
    	width: 35%;
    	margin-right: 40px;
    }
    .ul-pic-sx{margin-right: -40px;}
    .ul-pic-sx a{margin-right: 40px;}
    .ul-pic-sx .txt h5{padding-top: 80px;}
    .row-xl2 .ul-pic-sx{margin-right: -50px;}
    .row-xl2 .ul-pic-sx a{margin-right: 50px;}
}   

@media only screen and (max-width: 1000px) {
    .m-btn-gf .more{
    	width: 45%;
    	margin-right: 0;
    }
    .m-btn-gf .more.a2{float: right;}
}


@media only screen and (max-width: 959px) {

}

/*Common For Max 480*/
@media only screen and (max-width: 768px) {
    .cur .now-shop {display: none;}
	.row-xl2 .ul-pic-sx .pic{height: 200px;line-height: 200px;}
	.row-xl2 .ul-pic-sx .pic img{max-height: 150px;}
	.row-xl2 .ul-pic-sx .txt h5{padding-top: 65px;font-size: 16px;}
	.row-xl2 .ul-pic-sx{margin-right: -30px;}
	.row-xl2 .ul-pic-sx a{margin-right: 30px;}
	.ul-pic-sx .pic{height: 175px;line-height: 175px;}
	.ul-pic-sx .pic img{max-height: 70%;}
	.ul-pic-list2 .tit{padding-top: 6px;font-size: 14px;height: 50px;}
	.ul-pic-list2 .pic{height: 175px;line-height: 175px;}
	.ul-pic-list2 .pic img{max-height: 80%}
	.row-cp3 .col-l,.row-cp3 .col-r,.m-desc,.in-ban-box{float: none;width: 100%;padding: 0;}
	.row-cp3 .col-r{margin-top: 20px;}
	.m-txt-img .txt,.m-txt-img .pic{float: none;width: 100%;}
	.m-txt-img .txt{margin-bottom: 20px;padding-right: 0;}
	.m-txt-img .pic{text-align: center;}
    /*服务规范*/
    .m-text-sz{margin-top: 20px;}
    .m-text-sz .col-l,.m-text-sz .col-r{float: none;width: 100%!important;}
    .m-txt1-sz{margin-top: 20px;}
    .m-text-sz .row-a1 .col-r{padding-left: 0;}
    .m-text-sz .row-a2 .col-l{padding-right: 0;}
    /*联系我们*/
    #allmap{height: 600px;}
    .m-map-lx .map{margin-top:0;padding-bottom: 40px;overflow: auto;}
    .m-map-lx li{width: 100%;height: auto;}
    .m-map-lx li.li1,.m-map-lx li.li2{
       float: none;
       margin: 0 auto;
    }
    .m-map-lx li.li1{margin-bottom: 42px;}
        /*新闻列表*/
        .ul-timg-sz{margin-right: 0;}
        .ul-timg-sz li{
        	width: 100%;
        	margin-right: 0;
        height: auto;
        	padding: 6px;
        	background-color: #fff;
        }
        .ul-timg-sz li.w100{width: 100%;}
        .ul-timg-sz li .txt,.ul-timg-sz li > a,.ul-timg-sz li.w100 .txt,.ul-timg-sz li.w100 .pic{
        	float: none;
        	width: 100%;
        	height: auto;
        }
        .ul-timg-sz li .pic{background-image: none!important;}
        .ul-timg-sz img{
        	display: block;
        	height: 100%;
        }
        .ul-timg-sz li .txt{
        	padding: 15px 11px 20px;
        }
        .ul-timg-sz li .txt p{
        	display: none;
        }
        .ul-timg-sz li:hover .jiathis_style{display: none;}

        /*官方视频*/
        .video-list{margin-right: -30px;}
        .video-list li{width: 50%;}
        .video-list .box-vd{margin-right: 30px;}
        /*01.造梦者-FAQ*/
        .m-faq .snv li.on a:after{left: 20%;}
        /*APP下载*/
	   .dl-list-app{margin-top: 50px;}
	   /*门店查询*/
	   .so-md{width: 100%;}
       .m-new-sz{margin: 30px 0;width: 100%;}
       .ul-pic-sx{margin-right: -20px;}
       .ul-pic-sx li{margin-bottom: 20px;}
       .ul-pic-sx a{margin-right: 20px;}
    .ul-pic-sx .txt h5{padding-top: 100px;}

}
@media only screen and (max-width: 678px) {
	.so-md{
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		box-shadow: none;

	}
	.box-md{
		border-top: 1px solid  #eee;
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		box-shadow: none;
	}
	.so-md .so{
		margin: 0 auto 15px;
		display: block;
		width: 60%;
	}
	.so-md .btn{
		display: block;
		width: 146px;
		margin: 0 auto;
	}

}
@media only screen and (max-width: 640px) {
	.ul-pic-sx .pic{height:240px;line-height: 240px;}
	.ul-pic-sx .pic img{max-height: 70%;}
	.row-xl2 .ul-pic-sx li,.ul-pic-sx li{width: 50%;margin-bottom: 20px;}
	.row-cp2{padding-top: 20px;}
	.row-cp3{padding: 20px 0;margin-bottom: 20px;}
	.m-tit-xl h2::after{margin: 10px auto;}
	.m-bot{margin-bottom: 20px;}
	.m-bot .cha{margin-left: 0;margin-top: 50px;width: 203px;}
	.m-tit-xl h2{font-size: 18px;}
	.m-desc .tit{margin-bottom: 0px;padding-bottom: 10px;}
	.m-desc .txt{margin-bottom: 20px;}
	.m-desc .tit h4{font-size: 24px;margin-bottom: 5px;}
	.ul-cp li{width: 100%;}
	.ul-pic-list2 li{width: 50%;}
	.m-join-sz{padding-bottom: 40px;}
    /*服务规范*/
    .m-text-sz{margin-top: 20px;padding-bottom: 30px;}
    .m-text-sz .pic, .m-text-sz .txt,.m-text-sz li:nth-child(even) .pic, .m-text-sz li:nth-child(even) .txt{float: none;width: auto;height: auto;}
    .m-text-sz .txt{margin-top: 30px;}
    .m-text-sz .pic{background-image: none!important;}
    .m-text-sz .pic img{display: block;margin: 0 auto;width: 100%;}

    /*加入我们*/
    .m-join-sz .hid{display: none;}
    .m-join-sz span.s1{width: 33.333%;}
    /*造梦者-搜索结果返回页面*/
    .m-content-sz{padding-top: 20px;padding-bottom: 30px;}
    .m-content-sz .box-bg1{padding: 30px 23px 42px;}
    .m-content-sz .so{margin-bottom: 23px;}
    .m-content-sz .so .int{width: 100%;margin-bottom: 23px;}
    .m-content-sz .so .btn{float: none;width: 100%;}
    .ul-list-timg li{line-height: 30px;height: auto;}
    .ul-list-timg .txt{margin-top: 35px;padding-bottom: 20px;}
    .ul-list-timg .txt p{
    	padding-right: 3%;
    	overflow: auto;
    	white-space: normal;
    }
    .ul-list-timg .txt .more{position: static;}
    .m-content-sz .more-fh{width: 100%;}
    /*新闻详情页*/
    .m-more{width: 100%;height: 40px;line-height: 40px;}
    .m-text-xq{background-color: #f5f5f5;}
    .m-text-xq .txt{width: 100%;}
    .m-pn{padding-bottom: 30px;}
    .m-pn .share{
    	position: static;
    }
    .m-pn .share .jiathis_style{
    	display: block;
    	position: static;
    }
    .m-pn .share .jiathis_style .s1{
    	display: inline-block;
    	margin-bottom: 0px;
    }
    /*02.造梦者-图片分享*/
    .ul-pic-list{
    	padding-bottom: 4px;
    	margin-right: -8px;
    }
    .ul-pic-list li{
    	width: 50%;
    	margin-bottom: 28px;
    }
    .ul-pic-list .tit{
    	background-color: #e70f20;
    	color: #fff;
    }
    /*03.造梦者-图片分享-列表(客户上传)*/
    .ul-pic-lb {margin-right: -10px;}
	.ul-pic-lb li{width: 50%;}
	.row2-lb .m-more{height: 60px;line-height: 60px;}
	/*03.造梦者-图片分享-列表（用户上传）*/
	.box-row {padding-top: 0;padding-bottom: 40px;}
	.box-row .wp{width: 100%; background-color: #f5f5f5;}
	.box-row .share{display: none;}
	.box-row .m-more{margin-top: 40px;width: 95%;}
	.ul-timg-sc li{margin-bottom: 0;}
	.ul-timg-sc .timg{padding: 20px 20px 10px;background-color: #e6e6e6;}
	.ul-timg-sc .timg .pic{margin-right: -40px;padding: 0;}
	.ul-timg-sc .timg .box-pic{width: 50%;margin-bottom: 28px;}
	.ul-timg-sc .timg .box-pic .fancybox{margin-right: 40px;}
	/*04.造梦者-官方视频*/
	.row2-lb{padding-bottom: 40px;}
	.m-video-gf{padding-bottom: 40px;}
	.video-list li{width: 100%;}
	.video-list .box-vd{border-bottom-color: #ee929a;}
	/*00.造梦者-说明书下载*/
	.row-xz{background-color: #fff;}
	.row-xz.r2{padding-bottom: 40px;}
	.ul-txt-xz,.ul-txt-xz a{margin-right: 0;}
	.ul-txt-xz li{width: 100%;margin-bottom: 0;}
	.ul-txt-xz a{line-height: 50px;}
	.row-xz .m-more{margin-top: 30px;width: 50%;}
	/*01.造梦者-FAQ*/
	.m-faq{padding-bottom: 40px;}
	.m-faq .col-l{
		float: none;
		width: auto;
		overflow: hidden;
	}
	.m-faq .col-r{float: none;width: 100%;}
	.m-faq .snv{
        overflow: hidden;
		margin-bottom: 20px;
		height: 50px;
		line-height: 50px;
		padding: 0;
		width: 100%;
		white-space: nowrap;

	}
	.m-faq .snv .tit{display: none;}
	.m-faq .snv a{
		margin: 0;
		padding: 0;
        font-size: 14px;
	}
	.m-faq .snv li{
		float: left;
		width: 25%;
	}
	.m-faq .snv li.on a:after{
		top: 80%;
		left: 50px;
		margin-left: -10px;
		width: 20px;
		height: 2px;
		background-color: #fff;
	}
    .dl-list dt{font-size: 16px;}
    .dl-list .question{font-size: 14px;}
    .dl-list dt,.dl-list .question{line-height: 45px;}

	/*02.造梦者-APP下载*/
	.m-app{background-position: center bottom -7px;}
	.m-app .pic{
		width: 50%;
		margin-right: 0;
	}
	.m-down-app{
		width: 45%;
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.m-down-app .down{
		width: 100%;
		margin-bottom: 0;
	}
	.m-down-app .a1{
		margin-bottom: 45px;
	}
	.m-down-app .a3{padding-top: 10px;}
	.dl-list-app .item{margin-bottom: 20px;}
	.dl-list-app{float: left;margin-top: 0;}
	.dl-list-app .item{width: 50%;}
	   .ul-pic-sx{margin-right: -20px;}
	   .ul-pic-sx li{width: 50%;margin-bottom: 20px;}
	   .ul-pic-sx a{margin-right: 20px;}
	.ul-pic-sx .txt h5{padding-top: 70px;}
	/*筛选页面*/
	.row-sx1{display: none;}
	.m-shaixuan{display: block;position: relative;}
	.m-shaixuan .js-sele {
	    overflow: hidden;
	    padding: 20px 0;
	}
	.m-shaixuan .sel-btn{width: 95%;display: block;margin: 15px auto;height: 50px;border: 1px solid #9e0028;
	    color: #9e0028;font-size: 18px;font-family:"微软雅黑","Microsoft Yahei";
	}
	.m-shaixuan .m-sele{
		display: none;
		position: absolute;
		top: 70px;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		background-color: #f5f5f5;
	}
	.m-shaixuan .m-sele .option{overflow: hidden;background-color: #d0d0d0;padding: 15px 30px;display: none;}
	.m-shaixuan .m-sele .option li{width: 25%;float: left;line-height: 30px;height: 30px;overflow: hidden;}
	.m-shaixuan .m-sele .option i{width: 30px;height: 30px;display: block;float: left;
	    background: #fff url(../images/i-close.png) no-repeat center center;
	    -o-background-size: 25px auto;
	    -ms-background-size: 25px auto;
	    -moz-background-size: 25px auto;
	    -webkit-background-size: 25px auto;
	    background-size: 25px auto;
	}
	.m-shaixuan .m-sele .option span{
	font-size: 14px;
	color: #333;
	display: block;
	margin-left: 40px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
	.m-shaixuan .btn-sele{
	width: 30%;
	float: left;
	display: block;
	height: 50px;
	border: 1px solid #b2b2b2;
	line-height: 50px;
	font-size: 14px;
	padding-left: 20px;
	background: url(img/i-02.png) no-repeat right 10px center;
}
.m-shaixuan .btn-sele.open{background-image: url(img/i-02-on.png);}
	.m-shaixuan .so-box{
		float: right;
		position: relative;
		height: 50px;
		width: 70%;
		border: 1px solid #b2b2b2;
}
	.m-shaixuan .so-box .inp{
		height: 100%;
	    border: 0;
	    padding-left: 20px;
	    padding-right: 50px;
	    font-size: 14px;
	        background-position: 20px center;
	        width: 100%;
}
	.m-shaixuan .so-box .btn{
		font-size: 16px;
	    	height: 48px;
	    width: 50px;
	    position: absolute;
	    top: 0;
	    right: 0;
	    background: 0;
	    border: none;
	        font-size: 14px;
	        color: #9e0028;
	        font-family: "微软雅黑","Microsoft Yahei";
	        margin-left: 25px;
	        line-height: 32px;
}
	.m-shaixuan .m-sele dl {
    overflow: hidden;
    line-height: 52px;
    background-color: #f4f4f4;
  }
	.m-shaixuan .m-sele dt {
    float: none;
    width: auto;
    text-align: left;
    padding-left: 30px;
    border-bottom: 1px solid #d0d0d0;
    background: url(img/i-01.png) no-repeat right center;
    -o-background-size: 40px auto;
    -ms-background-size: 40px auto;
    -moz-background-size: 40px auto;
    -webkit-background-size: 40px auto;
    background-size: 40px auto;
    font-size: 14px;
    color: #000;
  }
  .m-shaixuan .m-sele dt.on {
      background-image: url(img/i-01-on.png);
    }
  .m-shaixuan .m-sele dd {
      padding-left: 30px;
      display: none;
      background-color: #f8f8f8;
    }
    .m-shaixuan .m-sele dl.on dd {
      }
      .m-shaixuan .m-sele dd a{
      	display: inline-block;
      	margin: 0 5px;
      }
      .m-shaixuan .m-sele dd a.ok,.m-sele dd a:hover{color: #e8404e;}



}

/*Common For Max 320*/
@media only screen and (max-width: 425px) {
    .m-tit-lb h2{font-size: 18px;}
	.row-xl2{padding-bottom: 20px;margin-bottom: 20px;}
    /*02.造梦者-图片分享*/
    .ul-pic-list .tit{line-height: 60px;}
    .m-ban-tp .more{width: 95%;}
    /*03.造梦者-图片分享-列表（用户上传）*/
    .ul-timg-sc .timg{padding: 20px 10px 5px;background-color: #e6e6e6;}
    .ul-timg-sc .timg .pic{margin-right: -20px;padding: 0;}
    .ul-timg-sc .timg .box-pic{margin-bottom: 15px;}
    .ul-timg-sc .timg .box-pic .fancybox{margin-right: 20px;}
    .m-down-app .a1{margin-bottom: 20px;}
	.ul-pic-sx{margin-right: -20px;}
	.ul-pic-sx .pic{height:140px;line-height: 140px;}
	.row-xl2 .ul-pic-sx li,.ul-pic-sx li{width: 50%;margin-bottom: 20px;}
       .ul-pic-sx a{margin-right: 20px;}
    .ul-pic-sx .txt h5{padding-top:35px;}
    .ul-pic-list2 .pic{height: 130px;line-height: 130px;}
}

/*Common For Max 320*/
@media only screen and (max-width: 375px) {
	.ul-timg-sc .timg .box-pic{width: 100%;margin-bottom:10px;}
	.m-app{padding-top: 20px;padding-bottom: 5px;}
	.m-down-app{padding-top: 10px;}
	.m-down-app .a1{margin-bottom: 20px;}
	/*造梦者-搜索结果返回页面*/
	.ul-list-timg li{line-height: 30px;height: auto;}
	.ul-list-timg .pic{
		float: none;
		height: auto;
	}
	.ul-list-timg .txt{
		margin-top: 15px;
		margin-left: 0;
		padding-bottom: 15px;
	}
	.ul-list-timg .txt p{
		padding-right: 3%;
		overflow: auto;
		white-space: normal;
	}

	.row-xl2 .ul-pic-sx .pic{height: 140px;line-height: 140px;}
	.ul-pic-list2,.row-xl2 .ul-pic-sx{margin-right: -10px;}
	.ul-pic-list2 .con,.row-xl2 .ul-pic-sx a{margin-right: 10px;}
	.row-xl2 .ul-pic-sx .pic img{max-height: 100px;}
}

